Documentation ¶
Index ¶
- func ConstAppSubCategoriesDataSourceSchema(ctx context.Context) schema.Schema
- func SdkToTerraform(ctx context.Context, l []models.ConstAppSubcategoryDefinition) (basetypes.SetValue, diag.Diagnostics)
- type ConstAppSubCategoriesModel
- type ConstAppSubCategoriesType
- func (t ConstAppSubCategoriesType) Equal(o attr.Type) bool
- func (t ConstAppSubCategoriesType) String() string
- func (t ConstAppSubCategoriesType) ValueFromObject(ctx context.Context, in basetypes.ObjectValue) (basetypes.ObjectValuable, diag.Diagnostics)
- func (t ConstAppSubCategoriesType) ValueFromTerraform(ctx context.Context, in tftypes.Value) (attr.Value, error)
- func (t ConstAppSubCategoriesType) ValueType(ctx context.Context) attr.Value
- type ConstAppSubCategoriesValue
- func NewConstAppSubCategoriesValue(attributeTypes map[string]attr.Type, attributes map[string]attr.Value) (ConstAppSubCategoriesValue, diag.Diagnostics)
- func NewConstAppSubCategoriesValueMust(attributeTypes map[string]attr.Type, attributes map[string]attr.Value) ConstAppSubCategoriesValue
- func NewConstAppSubCategoriesValueNull() ConstAppSubCategoriesValue
- func NewConstAppSubCategoriesValueUnknown() ConstAppSubCategoriesValue
- func (v ConstAppSubCategoriesValue) AttributeTypes(ctx context.Context) map[string]attr.Type
- func (v ConstAppSubCategoriesValue) Equal(o attr.Value) bool
- func (v ConstAppSubCategoriesValue) IsNull() bool
- func (v ConstAppSubCategoriesValue) IsUnknown() bool
- func (v ConstAppSubCategoriesValue) String() string
- func (v ConstAppSubCategoriesValue) ToObjectValue(ctx context.Context) (basetypes.ObjectValue, diag.Diagnostics)
- func (v ConstAppSubCategoriesValue) ToTerraformValue(ctx context.Context) (tftypes.Value, error)
- func (v ConstAppSubCategoriesValue) Type(ctx context.Context) attr.Type
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func SdkToTerraform ¶
func SdkToTerraform(ctx context.Context, l []models.ConstAppSubcategoryDefinition) (basetypes.SetValue, diag.Diagnostics)
Types ¶
type ConstAppSubCategoriesType ¶
type ConstAppSubCategoriesType struct {
basetypes.ObjectType
}
func (ConstAppSubCategoriesType) String ¶
func (t ConstAppSubCategoriesType) String() string
func (ConstAppSubCategoriesType) ValueFromObject ¶
func (t ConstAppSubCategoriesType) ValueFromObject(ctx context.Context, in basetypes.ObjectValue) (basetypes.ObjectValuable, diag.Diagnostics)
func (ConstAppSubCategoriesType) ValueFromTerraform ¶
type ConstAppSubCategoriesValue ¶
type ConstAppSubCategoriesValue struct { Display basetypes.StringValue `tfsdk:"display"` Key basetypes.StringValue `tfsdk:"key"` TrafficType basetypes.StringValue `tfsdk:"traffic_type"` // contains filtered or unexported fields }
func NewConstAppSubCategoriesValue ¶
func NewConstAppSubCategoriesValue(attributeTypes map[string]attr.Type, attributes map[string]attr.Value) (ConstAppSubCategoriesValue, diag.Diagnostics)
func NewConstAppSubCategoriesValueNull ¶
func NewConstAppSubCategoriesValueNull() ConstAppSubCategoriesValue
func NewConstAppSubCategoriesValueUnknown ¶
func NewConstAppSubCategoriesValueUnknown() ConstAppSubCategoriesValue
func (ConstAppSubCategoriesValue) AttributeTypes ¶
func (ConstAppSubCategoriesValue) Equal ¶
func (v ConstAppSubCategoriesValue) Equal(o attr.Value) bool
func (ConstAppSubCategoriesValue) IsNull ¶
func (v ConstAppSubCategoriesValue) IsNull() bool
func (ConstAppSubCategoriesValue) IsUnknown ¶
func (v ConstAppSubCategoriesValue) IsUnknown() bool
func (ConstAppSubCategoriesValue) String ¶
func (v ConstAppSubCategoriesValue) String() string
func (ConstAppSubCategoriesValue) ToObjectValue ¶
func (v ConstAppSubCategoriesValue) ToObjectValue(ctx context.Context) (basetypes.ObjectValue, diag.Diagnostics)
func (ConstAppSubCategoriesValue) ToTerraformValue ¶
Click to show internal directories.
Click to hide internal directories.