Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewCheckJsonPropertyResource ¶
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"` }
Click to show internal directories.
Click to hide internal directories.