Documentation ¶
Index ¶
- func OrgRftemplatesDataSourceSchema(ctx context.Context) schema.Schema
- func SdkToTerraform(ctx context.Context, l *[]models.RfTemplate, elements *[]attr.Value) diag.Diagnostics
- type OrgRftemplatesModel
- type OrgRftemplatesType
- func (t OrgRftemplatesType) Equal(o attr.Type) bool
- func (t OrgRftemplatesType) String() string
- func (t OrgRftemplatesType) ValueFromObject(ctx context.Context, in basetypes.ObjectValue) (basetypes.ObjectValuable, diag.Diagnostics)
- func (t OrgRftemplatesType) ValueFromTerraform(ctx context.Context, in tftypes.Value) (attr.Value, error)
- func (t OrgRftemplatesType) ValueType(ctx context.Context) attr.Value
- type OrgRftemplatesValue
- func NewOrgRftemplatesValue(attributeTypes map[string]attr.Type, attributes map[string]attr.Value) (OrgRftemplatesValue, diag.Diagnostics)
- func NewOrgRftemplatesValueMust(attributeTypes map[string]attr.Type, attributes map[string]attr.Value) OrgRftemplatesValue
- func NewOrgRftemplatesValueNull() OrgRftemplatesValue
- func NewOrgRftemplatesValueUnknown() OrgRftemplatesValue
- func (v OrgRftemplatesValue) AttributeTypes(ctx context.Context) map[string]attr.Type
- func (v OrgRftemplatesValue) Equal(o attr.Value) bool
- func (v OrgRftemplatesValue) IsNull() bool
- func (v OrgRftemplatesValue) IsUnknown() bool
- func (v OrgRftemplatesValue) String() string
- func (v OrgRftemplatesValue) ToObjectValue(ctx context.Context) (basetypes.ObjectValue, diag.Diagnostics)
- func (v OrgRftemplatesValue) ToTerraformValue(ctx context.Context) (tftypes.Value, error)
- func (v OrgRftemplatesValue) 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.RfTemplate, elements *[]attr.Value) diag.Diagnostics
Types ¶
type OrgRftemplatesModel ¶
type OrgRftemplatesType ¶
type OrgRftemplatesType struct {
basetypes.ObjectType
}
func (OrgRftemplatesType) String ¶
func (t OrgRftemplatesType) String() string
func (OrgRftemplatesType) ValueFromObject ¶
func (t OrgRftemplatesType) ValueFromObject(ctx context.Context, in basetypes.ObjectValue) (basetypes.ObjectValuable, diag.Diagnostics)
func (OrgRftemplatesType) ValueFromTerraform ¶
type OrgRftemplatesValue ¶
type OrgRftemplatesValue struct { CreatedTime basetypes.NumberValue `tfsdk:"created_time"` Id basetypes.StringValue `tfsdk:"id"` ModifiedTime basetypes.NumberValue `tfsdk:"modified_time"` Name basetypes.StringValue `tfsdk:"name"` OrgId basetypes.StringValue `tfsdk:"org_id"` // contains filtered or unexported fields }
func NewOrgRftemplatesValue ¶
func NewOrgRftemplatesValue(attributeTypes map[string]attr.Type, attributes map[string]attr.Value) (OrgRftemplatesValue, diag.Diagnostics)
func NewOrgRftemplatesValueNull ¶
func NewOrgRftemplatesValueNull() OrgRftemplatesValue
func NewOrgRftemplatesValueUnknown ¶
func NewOrgRftemplatesValueUnknown() OrgRftemplatesValue
func (OrgRftemplatesValue) AttributeTypes ¶
func (OrgRftemplatesValue) IsNull ¶
func (v OrgRftemplatesValue) IsNull() bool
func (OrgRftemplatesValue) IsUnknown ¶
func (v OrgRftemplatesValue) IsUnknown() bool
func (OrgRftemplatesValue) String ¶
func (v OrgRftemplatesValue) String() string
func (OrgRftemplatesValue) ToObjectValue ¶
func (v OrgRftemplatesValue) ToObjectValue(ctx context.Context) (basetypes.ObjectValue, diag.Diagnostics)
func (OrgRftemplatesValue) ToTerraformValue ¶
Click to show internal directories.
Click to hide internal directories.