Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewResource ¶
NewResource is a helper function to simplify the provider implementation.
Types ¶
type ProductSelection ¶
type ProductSelection struct { ID types.String `tfsdk:"id"` Key types.String `tfsdk:"key"` Version types.Int64 `tfsdk:"version"` Name customtypes.LocalizedStringValue `tfsdk:"name"` Mode types.String `tfsdk:"mode"` }
ProductSelection represents the main schema data.
func NewProductSelectionFromNative ¶
func NewProductSelectionFromNative(ps *platform.ProductSelection) ProductSelection
Click to show internal directories.
Click to hide internal directories.