Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewResource ¶
NewWorkflowGroupResource is a helper function to simplify the provider implementation.
Types ¶
type WorkflowGroupResourceModel ¶
type WorkflowGroupResourceModel struct { ResourceName types.String `tfsdk:"resource_name"` Description types.String `tfsdk:"description"` Tags types.List `tfsdk:"tags"` }
func BuildAPIModelToWorkflowGroupModel ¶
func BuildAPIModelToWorkflowGroupModel(apiResponse *sgsdkgo.WorkflowGroupDataResponse) (*WorkflowGroupResourceModel, diag.Diagnostics)
func (*WorkflowGroupResourceModel) ToAPIModel ¶
func (m *WorkflowGroupResourceModel) ToAPIModel(ctx context.Context) (*sgsdkgo.WorkflowGroup, diag.Diagnostics)
func (*WorkflowGroupResourceModel) ToPatchedAPIModel ¶
func (m *WorkflowGroupResourceModel) ToPatchedAPIModel(ctx context.Context) (*sgsdkgo.PatchedWorkflowGroup, diag.Diagnostics)
Click to show internal directories.
Click to hide internal directories.