checkjsonproperty

package
v0.1.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jul 15, 2024 License: MPL-2.0 Imports: 16 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func NewCheckJsonPropertyResource

func NewCheckJsonPropertyResource() resource.Resource

NewCheckJsonPropertyResource is a helper function to simplify the provider implementation.

Types

type CheckJsonPropertyModel

type CheckJsonPropertyModel struct {
	ID            types.Int64  `tfsdk:"id"`
	ApplicationID types.Int64  `tfsdk:"application_id"`
	DataSourceID  types.Int64  `tfsdk:"datasource_id"`
	Name          types.String `tfsdk:"name"`
	Crontab       types.String `tfsdk:"crontab"`
	Enabled       types.Bool   `tfsdk:"enabled"`
	Path          types.String `tfsdk:"path"`
	DataType      types.String `tfsdk:"datatype"`
	Operator      types.String `tfsdk:"operator"`
	ValueBoolean  types.Bool   `tfsdk:"value_bool"`
	ValueString   types.String `tfsdk:"value_string"`
	ValueInt      types.Int64  `tfsdk:"value_int"`
	ValueDateTime types.String `tfsdk:"value_datetime"`
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL