Versions in this module Expand all Collapse all v0 v0.2.20 Feb 14, 2025 v0.2.19 Feb 14, 2025 Changes in this version + func DeviceVersionsDataSourceSchema(ctx context.Context) schema.Schema + func SdkToTerraform(ctx context.Context, l []models.DeviceVersionItem) (basetypes.SetValue, diag.Diagnostics) + type DeviceVersionsModel struct + DeviceVersions types.Set + Model types.String + OrgId types.String + Type types.String + type DeviceVersionsType struct + func (t DeviceVersionsType) Equal(o attr.Type) bool + func (t DeviceVersionsType) String() string + func (t DeviceVersionsType) ValueFromObject(ctx context.Context, in basetypes.ObjectValue) (basetypes.ObjectValuable, diag.Diagnostics) + func (t DeviceVersionsType) ValueFromTerraform(ctx context.Context, in tftypes.Value) (attr.Value, error) + func (t DeviceVersionsType) ValueType(ctx context.Context) attr.Value + type DeviceVersionsValue struct + Model basetypes.StringValue + Tag basetypes.StringValue + Version basetypes.StringValue + func NewDeviceVersionsValue(attributeTypes map[string]attr.Type, attributes map[string]attr.Value) (DeviceVersionsValue, diag.Diagnostics) + func NewDeviceVersionsValueMust(attributeTypes map[string]attr.Type, attributes map[string]attr.Value) DeviceVersionsValue + func NewDeviceVersionsValueNull() DeviceVersionsValue + func NewDeviceVersionsValueUnknown() DeviceVersionsValue + func (v DeviceVersionsValue) AttributeTypes(ctx context.Context) map[string]attr.Type + func (v DeviceVersionsValue) Equal(o attr.Value) bool + func (v DeviceVersionsValue) IsNull() bool + func (v DeviceVersionsValue) IsUnknown() bool + func (v DeviceVersionsValue) String() string + func (v DeviceVersionsValue) ToObjectValue(ctx context.Context) (basetypes.ObjectValue, diag.Diagnostics) + func (v DeviceVersionsValue) ToTerraformValue(ctx context.Context) (tftypes.Value, error) + func (v DeviceVersionsValue) Type(ctx context.Context) attr.Type