Documentation ¶
Index ¶
- func OrgServicesDataSourceSchema(ctx context.Context) schema.Schema
- func SdkToTerraform(ctx context.Context, l *[]models.Service, elements *[]attr.Value) diag.Diagnostics
- type OrgServicesModel
- type OrgServicesType
- func (t OrgServicesType) Equal(o attr.Type) bool
- func (t OrgServicesType) String() string
- func (t OrgServicesType) ValueFromObject(ctx context.Context, in basetypes.ObjectValue) (basetypes.ObjectValuable, diag.Diagnostics)
- func (t OrgServicesType) ValueFromTerraform(ctx context.Context, in tftypes.Value) (attr.Value, error)
- func (t OrgServicesType) ValueType(ctx context.Context) attr.Value
- type OrgServicesValue
- func NewOrgServicesValue(attributeTypes map[string]attr.Type, attributes map[string]attr.Value) (OrgServicesValue, diag.Diagnostics)
- func NewOrgServicesValueMust(attributeTypes map[string]attr.Type, attributes map[string]attr.Value) OrgServicesValue
- func NewOrgServicesValueNull() OrgServicesValue
- func NewOrgServicesValueUnknown() OrgServicesValue
- func (v OrgServicesValue) AttributeTypes(ctx context.Context) map[string]attr.Type
- func (v OrgServicesValue) Equal(o attr.Value) bool
- func (v OrgServicesValue) IsNull() bool
- func (v OrgServicesValue) IsUnknown() bool
- func (v OrgServicesValue) String() string
- func (v OrgServicesValue) ToObjectValue(ctx context.Context) (basetypes.ObjectValue, diag.Diagnostics)
- func (v OrgServicesValue) ToTerraformValue(ctx context.Context) (tftypes.Value, error)
- func (v OrgServicesValue) Type(ctx context.Context) attr.Type
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func SdkToTerraform ¶
Types ¶
type OrgServicesModel ¶
type OrgServicesType ¶
type OrgServicesType struct {
basetypes.ObjectType
}
func (OrgServicesType) String ¶
func (t OrgServicesType) String() string
func (OrgServicesType) ValueFromObject ¶
func (t OrgServicesType) ValueFromObject(ctx context.Context, in basetypes.ObjectValue) (basetypes.ObjectValuable, diag.Diagnostics)
func (OrgServicesType) ValueFromTerraform ¶
type OrgServicesValue ¶
type OrgServicesValue 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 NewOrgServicesValue ¶
func NewOrgServicesValue(attributeTypes map[string]attr.Type, attributes map[string]attr.Value) (OrgServicesValue, diag.Diagnostics)
func NewOrgServicesValueMust ¶
func NewOrgServicesValueNull ¶
func NewOrgServicesValueNull() OrgServicesValue
func NewOrgServicesValueUnknown ¶
func NewOrgServicesValueUnknown() OrgServicesValue
func (OrgServicesValue) AttributeTypes ¶
func (OrgServicesValue) IsNull ¶
func (v OrgServicesValue) IsNull() bool
func (OrgServicesValue) IsUnknown ¶
func (v OrgServicesValue) IsUnknown() bool
func (OrgServicesValue) String ¶
func (v OrgServicesValue) String() string
func (OrgServicesValue) ToObjectValue ¶
func (v OrgServicesValue) ToObjectValue(ctx context.Context) (basetypes.ObjectValue, diag.Diagnostics)
func (OrgServicesValue) ToTerraformValue ¶
Click to show internal directories.
Click to hide internal directories.