Documentation
¶
Index ¶
- Variables
- func CacheExpires(r *http.Response) time.Time
- func IsNil(i interface{}) bool
- func PtrBool(v bool) *bool
- func PtrFloat32(v float32) *float32
- func PtrFloat64(v float64) *float64
- func PtrInt(v int) *int
- func PtrInt32(v int32) *int32
- func PtrInt64(v int64) *int64
- func PtrString(v string) *string
- func PtrTime(v time.Time) *time.Time
- type APIClient
- type APIKey
- type APIResponse
- type ApiApplicationsListApplicationsRequest
- type ApiBlueprintsCreateBlueprintRequest
- type ApiBlueprintsDeleteBlueprintRequest
- type ApiBlueprintsDescribeBlueprintRequest
- type ApiBlueprintsListBlueprintsRequest
- type ApiBlueprintsUpdateBlueprintRequest
- type ApiComponentsDescribeComponentRequest
- type ApiComponentsListComponentActionsRequest
- type ApiComponentsListComponentsRequest
- type ApiGroupsAddUserToGroupRequest
- type ApiGroupsCreateGroupRequest
- type ApiGroupsDeleteGroupRequest
- type ApiGroupsDescribeGroupRequest
- type ApiGroupsListGroupUsersRequest
- func (r ApiGroupsListGroupUsersRequest) DomainId(domainId string) ApiGroupsListGroupUsersRequest
- func (r ApiGroupsListGroupUsersRequest) DomainType(domainType string) ApiGroupsListGroupUsersRequest
- func (r ApiGroupsListGroupUsersRequest) Execute() (*GroupsListGroupUsersResponse, *http.Response, error)
- type ApiGroupsListGroupsRequest
- type ApiGroupsRemoveUserFromGroupRequest
- type ApiGroupsUpdateGroupRequest
- type ApiMeMeRequest
- type ApiMeRegenerateTokenRequest
- type ApiOrganizationsAcceptInviteLinkRequest
- func (r ApiOrganizationsAcceptInviteLinkRequest) CreatedAt(createdAt time.Time) ApiOrganizationsAcceptInviteLinkRequest
- func (r ApiOrganizationsAcceptInviteLinkRequest) Enabled(enabled bool) ApiOrganizationsAcceptInviteLinkRequest
- func (r ApiOrganizationsAcceptInviteLinkRequest) Execute() (map[string]interface{}, *http.Response, error)
- func (r ApiOrganizationsAcceptInviteLinkRequest) Id(id string) ApiOrganizationsAcceptInviteLinkRequest
- func (r ApiOrganizationsAcceptInviteLinkRequest) OrganizationId(organizationId string) ApiOrganizationsAcceptInviteLinkRequest
- func (r ApiOrganizationsAcceptInviteLinkRequest) UpdatedAt(updatedAt time.Time) ApiOrganizationsAcceptInviteLinkRequest
- type ApiOrganizationsCreateInvitationRequest
- type ApiOrganizationsDeleteOrganizationRequest
- type ApiOrganizationsDescribeApplicationRequest
- type ApiOrganizationsDescribeOrganizationRequest
- type ApiOrganizationsGetInviteLinkRequest
- type ApiOrganizationsInstallApplicationRequest
- type ApiOrganizationsListApplicationResourcesRequest
- type ApiOrganizationsListApplicationsRequest
- type ApiOrganizationsListInvitationsRequest
- type ApiOrganizationsRemoveInvitationRequest
- type ApiOrganizationsRemoveUserRequest
- type ApiOrganizationsResetInviteLinkRequest
- type ApiOrganizationsUninstallApplicationRequest
- type ApiOrganizationsUpdateApplicationRequest
- type ApiOrganizationsUpdateInviteLinkRequest
- type ApiOrganizationsUpdateOrganizationRequest
- type ApiRolesAssignRoleRequest
- type ApiRolesCreateRoleRequest
- type ApiRolesDeleteRoleRequest
- type ApiRolesDescribeRoleRequest
- type ApiRolesListRolesRequest
- type ApiRolesUpdateRoleRequest
- type ApiSecretsCreateSecretRequest
- type ApiSecretsDeleteSecretRequest
- type ApiSecretsDescribeSecretRequest
- func (r ApiSecretsDescribeSecretRequest) DomainId(domainId string) ApiSecretsDescribeSecretRequest
- func (r ApiSecretsDescribeSecretRequest) DomainType(domainType string) ApiSecretsDescribeSecretRequest
- func (r ApiSecretsDescribeSecretRequest) Execute() (*SecretsDescribeSecretResponse, *http.Response, error)
- type ApiSecretsListSecretsRequest
- type ApiSecretsUpdateSecretRequest
- type ApiTriggersDescribeTriggerRequest
- type ApiTriggersListTriggersRequest
- type ApiUsersListUserPermissionsRequest
- func (r ApiUsersListUserPermissionsRequest) DomainId(domainId string) ApiUsersListUserPermissionsRequest
- func (r ApiUsersListUserPermissionsRequest) DomainType(domainType string) ApiUsersListUserPermissionsRequest
- func (r ApiUsersListUserPermissionsRequest) Execute() (*UsersListUserPermissionsResponse, *http.Response, error)
- type ApiUsersListUserRolesRequest
- type ApiUsersListUsersRequest
- type ApiWidgetsDescribeWidgetRequest
- type ApiWidgetsListWidgetsRequest
- type ApiWorkflowsCancelExecutionRequest
- type ApiWorkflowsCreateWorkflowRequest
- type ApiWorkflowsDeleteNodeQueueItemRequest
- type ApiWorkflowsDeleteWorkflowRequest
- type ApiWorkflowsDescribeWorkflowRequest
- type ApiWorkflowsEmitNodeEventRequest
- type ApiWorkflowsInvokeNodeExecutionActionRequest
- type ApiWorkflowsInvokeNodeTriggerActionRequest
- type ApiWorkflowsListChildExecutionsRequest
- type ApiWorkflowsListEventExecutionsRequest
- type ApiWorkflowsListNodeEventsRequest
- func (r ApiWorkflowsListNodeEventsRequest) Before(before time.Time) ApiWorkflowsListNodeEventsRequest
- func (r ApiWorkflowsListNodeEventsRequest) Execute() (*WorkflowsListNodeEventsResponse, *http.Response, error)
- func (r ApiWorkflowsListNodeEventsRequest) Limit(limit int64) ApiWorkflowsListNodeEventsRequest
- type ApiWorkflowsListNodeExecutionsRequest
- func (r ApiWorkflowsListNodeExecutionsRequest) Before(before time.Time) ApiWorkflowsListNodeExecutionsRequest
- func (r ApiWorkflowsListNodeExecutionsRequest) Execute() (*WorkflowsListNodeExecutionsResponse, *http.Response, error)
- func (r ApiWorkflowsListNodeExecutionsRequest) Limit(limit int64) ApiWorkflowsListNodeExecutionsRequest
- func (r ApiWorkflowsListNodeExecutionsRequest) Results(results []string) ApiWorkflowsListNodeExecutionsRequest
- func (r ApiWorkflowsListNodeExecutionsRequest) States(states []string) ApiWorkflowsListNodeExecutionsRequest
- type ApiWorkflowsListNodeQueueItemsRequest
- func (r ApiWorkflowsListNodeQueueItemsRequest) Before(before time.Time) ApiWorkflowsListNodeQueueItemsRequest
- func (r ApiWorkflowsListNodeQueueItemsRequest) Execute() (*WorkflowsListNodeQueueItemsResponse, *http.Response, error)
- func (r ApiWorkflowsListNodeQueueItemsRequest) Limit(limit int64) ApiWorkflowsListNodeQueueItemsRequest
- type ApiWorkflowsListWorkflowEventsRequest
- func (r ApiWorkflowsListWorkflowEventsRequest) Before(before time.Time) ApiWorkflowsListWorkflowEventsRequest
- func (r ApiWorkflowsListWorkflowEventsRequest) Execute() (*WorkflowsListWorkflowEventsResponse, *http.Response, error)
- func (r ApiWorkflowsListWorkflowEventsRequest) Limit(limit int64) ApiWorkflowsListWorkflowEventsRequest
- type ApiWorkflowsListWorkflowsRequest
- type ApiWorkflowsResolveExecutionErrorsRequest
- type ApiWorkflowsUpdateWorkflowRequest
- type AppInstallationNodeRef
- func (o *AppInstallationNodeRef) GetNodeId() string
- func (o *AppInstallationNodeRef) GetNodeIdOk() (*string, bool)
- func (o *AppInstallationNodeRef) GetNodeName() string
- func (o *AppInstallationNodeRef) GetNodeNameOk() (*string, bool)
- func (o *AppInstallationNodeRef) GetWorkflowId() string
- func (o *AppInstallationNodeRef) GetWorkflowIdOk() (*string, bool)
- func (o *AppInstallationNodeRef) GetWorkflowName() string
- func (o *AppInstallationNodeRef) GetWorkflowNameOk() (*string, bool)
- func (o *AppInstallationNodeRef) HasNodeId() bool
- func (o *AppInstallationNodeRef) HasNodeName() bool
- func (o *AppInstallationNodeRef) HasWorkflowId() bool
- func (o *AppInstallationNodeRef) HasWorkflowName() bool
- func (o AppInstallationNodeRef) MarshalJSON() ([]byte, error)
- func (o *AppInstallationNodeRef) SetNodeId(v string)
- func (o *AppInstallationNodeRef) SetNodeName(v string)
- func (o *AppInstallationNodeRef) SetWorkflowId(v string)
- func (o *AppInstallationNodeRef) SetWorkflowName(v string)
- func (o AppInstallationNodeRef) ToMap() (map[string]interface{}, error)
- type ApplicationAPIService
- func (a *ApplicationAPIService) ApplicationsListApplications(ctx context.Context) ApiApplicationsListApplicationsRequest
- func (a *ApplicationAPIService) ApplicationsListApplicationsExecute(r ApiApplicationsListApplicationsRequest) (*SuperplaneApplicationsListApplicationsResponse, *http.Response, error)
- type ApplicationsApplicationDefinition
- func (o *ApplicationsApplicationDefinition) GetComponents() []ComponentsComponent
- func (o *ApplicationsApplicationDefinition) GetComponentsOk() ([]ComponentsComponent, bool)
- func (o *ApplicationsApplicationDefinition) GetConfiguration() []ConfigurationField
- func (o *ApplicationsApplicationDefinition) GetConfigurationOk() ([]ConfigurationField, bool)
- func (o *ApplicationsApplicationDefinition) GetDescription() string
- func (o *ApplicationsApplicationDefinition) GetDescriptionOk() (*string, bool)
- func (o *ApplicationsApplicationDefinition) GetIcon() string
- func (o *ApplicationsApplicationDefinition) GetIconOk() (*string, bool)
- func (o *ApplicationsApplicationDefinition) GetInstallationInstructions() string
- func (o *ApplicationsApplicationDefinition) GetInstallationInstructionsOk() (*string, bool)
- func (o *ApplicationsApplicationDefinition) GetLabel() string
- func (o *ApplicationsApplicationDefinition) GetLabelOk() (*string, bool)
- func (o *ApplicationsApplicationDefinition) GetName() string
- func (o *ApplicationsApplicationDefinition) GetNameOk() (*string, bool)
- func (o *ApplicationsApplicationDefinition) GetTriggers() []TriggersTrigger
- func (o *ApplicationsApplicationDefinition) GetTriggersOk() ([]TriggersTrigger, bool)
- func (o *ApplicationsApplicationDefinition) HasComponents() bool
- func (o *ApplicationsApplicationDefinition) HasConfiguration() bool
- func (o *ApplicationsApplicationDefinition) HasDescription() bool
- func (o *ApplicationsApplicationDefinition) HasIcon() bool
- func (o *ApplicationsApplicationDefinition) HasInstallationInstructions() bool
- func (o *ApplicationsApplicationDefinition) HasLabel() bool
- func (o *ApplicationsApplicationDefinition) HasName() bool
- func (o *ApplicationsApplicationDefinition) HasTriggers() bool
- func (o ApplicationsApplicationDefinition) MarshalJSON() ([]byte, error)
- func (o *ApplicationsApplicationDefinition) SetComponents(v []ComponentsComponent)
- func (o *ApplicationsApplicationDefinition) SetConfiguration(v []ConfigurationField)
- func (o *ApplicationsApplicationDefinition) SetDescription(v string)
- func (o *ApplicationsApplicationDefinition) SetIcon(v string)
- func (o *ApplicationsApplicationDefinition) SetInstallationInstructions(v string)
- func (o *ApplicationsApplicationDefinition) SetLabel(v string)
- func (o *ApplicationsApplicationDefinition) SetName(v string)
- func (o *ApplicationsApplicationDefinition) SetTriggers(v []TriggersTrigger)
- func (o ApplicationsApplicationDefinition) ToMap() (map[string]interface{}, error)
- type AuthorizationDomainType
- type AuthorizationPermission
- func (o *AuthorizationPermission) GetAction() string
- func (o *AuthorizationPermission) GetActionOk() (*string, bool)
- func (o *AuthorizationPermission) GetDomainType() AuthorizationDomainType
- func (o *AuthorizationPermission) GetDomainTypeOk() (*AuthorizationDomainType, bool)
- func (o *AuthorizationPermission) GetResource() string
- func (o *AuthorizationPermission) GetResourceOk() (*string, bool)
- func (o *AuthorizationPermission) HasAction() bool
- func (o *AuthorizationPermission) HasDomainType() bool
- func (o *AuthorizationPermission) HasResource() bool
- func (o AuthorizationPermission) MarshalJSON() ([]byte, error)
- func (o *AuthorizationPermission) SetAction(v string)
- func (o *AuthorizationPermission) SetDomainType(v AuthorizationDomainType)
- func (o *AuthorizationPermission) SetResource(v string)
- func (o AuthorizationPermission) ToMap() (map[string]interface{}, error)
- type BasicAuth
- type BlueprintAPIService
- func (a *BlueprintAPIService) BlueprintsCreateBlueprint(ctx context.Context) ApiBlueprintsCreateBlueprintRequest
- func (a *BlueprintAPIService) BlueprintsCreateBlueprintExecute(r ApiBlueprintsCreateBlueprintRequest) (*BlueprintsCreateBlueprintResponse, *http.Response, error)
- func (a *BlueprintAPIService) BlueprintsDeleteBlueprint(ctx context.Context, id string) ApiBlueprintsDeleteBlueprintRequest
- func (a *BlueprintAPIService) BlueprintsDeleteBlueprintExecute(r ApiBlueprintsDeleteBlueprintRequest) (map[string]interface{}, *http.Response, error)
- func (a *BlueprintAPIService) BlueprintsDescribeBlueprint(ctx context.Context, id string) ApiBlueprintsDescribeBlueprintRequest
- func (a *BlueprintAPIService) BlueprintsDescribeBlueprintExecute(r ApiBlueprintsDescribeBlueprintRequest) (*BlueprintsDescribeBlueprintResponse, *http.Response, error)
- func (a *BlueprintAPIService) BlueprintsListBlueprints(ctx context.Context) ApiBlueprintsListBlueprintsRequest
- func (a *BlueprintAPIService) BlueprintsListBlueprintsExecute(r ApiBlueprintsListBlueprintsRequest) (*BlueprintsListBlueprintsResponse, *http.Response, error)
- func (a *BlueprintAPIService) BlueprintsUpdateBlueprint(ctx context.Context, id string) ApiBlueprintsUpdateBlueprintRequest
- func (a *BlueprintAPIService) BlueprintsUpdateBlueprintExecute(r ApiBlueprintsUpdateBlueprintRequest) (*BlueprintsUpdateBlueprintResponse, *http.Response, error)
- type BlueprintsBlueprint
- func (o *BlueprintsBlueprint) GetColor() string
- func (o *BlueprintsBlueprint) GetColorOk() (*string, bool)
- func (o *BlueprintsBlueprint) GetConfiguration() []ConfigurationField
- func (o *BlueprintsBlueprint) GetConfigurationOk() ([]ConfigurationField, bool)
- func (o *BlueprintsBlueprint) GetCreatedAt() time.Time
- func (o *BlueprintsBlueprint) GetCreatedAtOk() (*time.Time, bool)
- func (o *BlueprintsBlueprint) GetCreatedBy() SuperplaneBlueprintsUserRef
- func (o *BlueprintsBlueprint) GetCreatedByOk() (*SuperplaneBlueprintsUserRef, bool)
- func (o *BlueprintsBlueprint) GetDescription() string
- func (o *BlueprintsBlueprint) GetDescriptionOk() (*string, bool)
- func (o *BlueprintsBlueprint) GetEdges() []ComponentsEdge
- func (o *BlueprintsBlueprint) GetEdgesOk() ([]ComponentsEdge, bool)
- func (o *BlueprintsBlueprint) GetIcon() string
- func (o *BlueprintsBlueprint) GetIconOk() (*string, bool)
- func (o *BlueprintsBlueprint) GetId() string
- func (o *BlueprintsBlueprint) GetIdOk() (*string, bool)
- func (o *BlueprintsBlueprint) GetName() string
- func (o *BlueprintsBlueprint) GetNameOk() (*string, bool)
- func (o *BlueprintsBlueprint) GetNodes() []ComponentsNode
- func (o *BlueprintsBlueprint) GetNodesOk() ([]ComponentsNode, bool)
- func (o *BlueprintsBlueprint) GetOrganizationId() string
- func (o *BlueprintsBlueprint) GetOrganizationIdOk() (*string, bool)
- func (o *BlueprintsBlueprint) GetOutputChannels() []SuperplaneBlueprintsOutputChannel
- func (o *BlueprintsBlueprint) GetOutputChannelsOk() ([]SuperplaneBlueprintsOutputChannel, bool)
- func (o *BlueprintsBlueprint) GetUpdatedAt() time.Time
- func (o *BlueprintsBlueprint) GetUpdatedAtOk() (*time.Time, bool)
- func (o *BlueprintsBlueprint) HasColor() bool
- func (o *BlueprintsBlueprint) HasConfiguration() bool
- func (o *BlueprintsBlueprint) HasCreatedAt() bool
- func (o *BlueprintsBlueprint) HasCreatedBy() bool
- func (o *BlueprintsBlueprint) HasDescription() bool
- func (o *BlueprintsBlueprint) HasEdges() bool
- func (o *BlueprintsBlueprint) HasIcon() bool
- func (o *BlueprintsBlueprint) HasId() bool
- func (o *BlueprintsBlueprint) HasName() bool
- func (o *BlueprintsBlueprint) HasNodes() bool
- func (o *BlueprintsBlueprint) HasOrganizationId() bool
- func (o *BlueprintsBlueprint) HasOutputChannels() bool
- func (o *BlueprintsBlueprint) HasUpdatedAt() bool
- func (o BlueprintsBlueprint) MarshalJSON() ([]byte, error)
- func (o *BlueprintsBlueprint) SetColor(v string)
- func (o *BlueprintsBlueprint) SetConfiguration(v []ConfigurationField)
- func (o *BlueprintsBlueprint) SetCreatedAt(v time.Time)
- func (o *BlueprintsBlueprint) SetCreatedBy(v SuperplaneBlueprintsUserRef)
- func (o *BlueprintsBlueprint) SetDescription(v string)
- func (o *BlueprintsBlueprint) SetEdges(v []ComponentsEdge)
- func (o *BlueprintsBlueprint) SetIcon(v string)
- func (o *BlueprintsBlueprint) SetId(v string)
- func (o *BlueprintsBlueprint) SetName(v string)
- func (o *BlueprintsBlueprint) SetNodes(v []ComponentsNode)
- func (o *BlueprintsBlueprint) SetOrganizationId(v string)
- func (o *BlueprintsBlueprint) SetOutputChannels(v []SuperplaneBlueprintsOutputChannel)
- func (o *BlueprintsBlueprint) SetUpdatedAt(v time.Time)
- func (o BlueprintsBlueprint) ToMap() (map[string]interface{}, error)
- type BlueprintsCreateBlueprintRequest
- func (o *BlueprintsCreateBlueprintRequest) GetBlueprint() BlueprintsBlueprint
- func (o *BlueprintsCreateBlueprintRequest) GetBlueprintOk() (*BlueprintsBlueprint, bool)
- func (o *BlueprintsCreateBlueprintRequest) HasBlueprint() bool
- func (o BlueprintsCreateBlueprintRequest) MarshalJSON() ([]byte, error)
- func (o *BlueprintsCreateBlueprintRequest) SetBlueprint(v BlueprintsBlueprint)
- func (o BlueprintsCreateBlueprintRequest) ToMap() (map[string]interface{}, error)
- type BlueprintsCreateBlueprintResponse
- func (o *BlueprintsCreateBlueprintResponse) GetBlueprint() BlueprintsBlueprint
- func (o *BlueprintsCreateBlueprintResponse) GetBlueprintOk() (*BlueprintsBlueprint, bool)
- func (o *BlueprintsCreateBlueprintResponse) HasBlueprint() bool
- func (o BlueprintsCreateBlueprintResponse) MarshalJSON() ([]byte, error)
- func (o *BlueprintsCreateBlueprintResponse) SetBlueprint(v BlueprintsBlueprint)
- func (o BlueprintsCreateBlueprintResponse) ToMap() (map[string]interface{}, error)
- type BlueprintsDescribeBlueprintResponse
- func (o *BlueprintsDescribeBlueprintResponse) GetBlueprint() BlueprintsBlueprint
- func (o *BlueprintsDescribeBlueprintResponse) GetBlueprintOk() (*BlueprintsBlueprint, bool)
- func (o *BlueprintsDescribeBlueprintResponse) HasBlueprint() bool
- func (o BlueprintsDescribeBlueprintResponse) MarshalJSON() ([]byte, error)
- func (o *BlueprintsDescribeBlueprintResponse) SetBlueprint(v BlueprintsBlueprint)
- func (o BlueprintsDescribeBlueprintResponse) ToMap() (map[string]interface{}, error)
- type BlueprintsListBlueprintsResponse
- func (o *BlueprintsListBlueprintsResponse) GetBlueprints() []BlueprintsBlueprint
- func (o *BlueprintsListBlueprintsResponse) GetBlueprintsOk() ([]BlueprintsBlueprint, bool)
- func (o *BlueprintsListBlueprintsResponse) HasBlueprints() bool
- func (o BlueprintsListBlueprintsResponse) MarshalJSON() ([]byte, error)
- func (o *BlueprintsListBlueprintsResponse) SetBlueprints(v []BlueprintsBlueprint)
- func (o BlueprintsListBlueprintsResponse) ToMap() (map[string]interface{}, error)
- type BlueprintsUpdateBlueprintBody
- func (o *BlueprintsUpdateBlueprintBody) GetBlueprint() BlueprintsBlueprint
- func (o *BlueprintsUpdateBlueprintBody) GetBlueprintOk() (*BlueprintsBlueprint, bool)
- func (o *BlueprintsUpdateBlueprintBody) HasBlueprint() bool
- func (o BlueprintsUpdateBlueprintBody) MarshalJSON() ([]byte, error)
- func (o *BlueprintsUpdateBlueprintBody) SetBlueprint(v BlueprintsBlueprint)
- func (o BlueprintsUpdateBlueprintBody) ToMap() (map[string]interface{}, error)
- type BlueprintsUpdateBlueprintResponse
- func (o *BlueprintsUpdateBlueprintResponse) GetBlueprint() BlueprintsBlueprint
- func (o *BlueprintsUpdateBlueprintResponse) GetBlueprintOk() (*BlueprintsBlueprint, bool)
- func (o *BlueprintsUpdateBlueprintResponse) HasBlueprint() bool
- func (o BlueprintsUpdateBlueprintResponse) MarshalJSON() ([]byte, error)
- func (o *BlueprintsUpdateBlueprintResponse) SetBlueprint(v BlueprintsBlueprint)
- func (o BlueprintsUpdateBlueprintResponse) ToMap() (map[string]interface{}, error)
- type ComponentAPIService
- func (a *ComponentAPIService) ComponentsDescribeComponent(ctx context.Context, name string) ApiComponentsDescribeComponentRequest
- func (a *ComponentAPIService) ComponentsDescribeComponentExecute(r ApiComponentsDescribeComponentRequest) (*ComponentsDescribeComponentResponse, *http.Response, error)
- func (a *ComponentAPIService) ComponentsListComponentActions(ctx context.Context, name string) ApiComponentsListComponentActionsRequest
- func (a *ComponentAPIService) ComponentsListComponentActionsExecute(r ApiComponentsListComponentActionsRequest) (*ComponentsListComponentActionsResponse, *http.Response, error)
- func (a *ComponentAPIService) ComponentsListComponents(ctx context.Context) ApiComponentsListComponentsRequest
- func (a *ComponentAPIService) ComponentsListComponentsExecute(r ApiComponentsListComponentsRequest) (*ComponentsListComponentsResponse, *http.Response, error)
- type ComponentsAppInstallationRef
- func (o *ComponentsAppInstallationRef) GetId() string
- func (o *ComponentsAppInstallationRef) GetIdOk() (*string, bool)
- func (o *ComponentsAppInstallationRef) GetName() string
- func (o *ComponentsAppInstallationRef) GetNameOk() (*string, bool)
- func (o *ComponentsAppInstallationRef) HasId() bool
- func (o *ComponentsAppInstallationRef) HasName() bool
- func (o ComponentsAppInstallationRef) MarshalJSON() ([]byte, error)
- func (o *ComponentsAppInstallationRef) SetId(v string)
- func (o *ComponentsAppInstallationRef) SetName(v string)
- func (o ComponentsAppInstallationRef) ToMap() (map[string]interface{}, error)
- type ComponentsComponent
- func (o *ComponentsComponent) GetColor() string
- func (o *ComponentsComponent) GetColorOk() (*string, bool)
- func (o *ComponentsComponent) GetConfiguration() []ConfigurationField
- func (o *ComponentsComponent) GetConfigurationOk() ([]ConfigurationField, bool)
- func (o *ComponentsComponent) GetDescription() string
- func (o *ComponentsComponent) GetDescriptionOk() (*string, bool)
- func (o *ComponentsComponent) GetExampleOutput() map[string]interface{}
- func (o *ComponentsComponent) GetExampleOutputOk() (map[string]interface{}, bool)
- func (o *ComponentsComponent) GetIcon() string
- func (o *ComponentsComponent) GetIconOk() (*string, bool)
- func (o *ComponentsComponent) GetLabel() string
- func (o *ComponentsComponent) GetLabelOk() (*string, bool)
- func (o *ComponentsComponent) GetName() string
- func (o *ComponentsComponent) GetNameOk() (*string, bool)
- func (o *ComponentsComponent) GetOutputChannels() []SuperplaneComponentsOutputChannel
- func (o *ComponentsComponent) GetOutputChannelsOk() ([]SuperplaneComponentsOutputChannel, bool)
- func (o *ComponentsComponent) HasColor() bool
- func (o *ComponentsComponent) HasConfiguration() bool
- func (o *ComponentsComponent) HasDescription() bool
- func (o *ComponentsComponent) HasExampleOutput() bool
- func (o *ComponentsComponent) HasIcon() bool
- func (o *ComponentsComponent) HasLabel() bool
- func (o *ComponentsComponent) HasName() bool
- func (o *ComponentsComponent) HasOutputChannels() bool
- func (o ComponentsComponent) MarshalJSON() ([]byte, error)
- func (o *ComponentsComponent) SetColor(v string)
- func (o *ComponentsComponent) SetConfiguration(v []ConfigurationField)
- func (o *ComponentsComponent) SetDescription(v string)
- func (o *ComponentsComponent) SetExampleOutput(v map[string]interface{})
- func (o *ComponentsComponent) SetIcon(v string)
- func (o *ComponentsComponent) SetLabel(v string)
- func (o *ComponentsComponent) SetName(v string)
- func (o *ComponentsComponent) SetOutputChannels(v []SuperplaneComponentsOutputChannel)
- func (o ComponentsComponent) ToMap() (map[string]interface{}, error)
- type ComponentsComponentAction
- func (o *ComponentsComponentAction) GetDescription() string
- func (o *ComponentsComponentAction) GetDescriptionOk() (*string, bool)
- func (o *ComponentsComponentAction) GetName() string
- func (o *ComponentsComponentAction) GetNameOk() (*string, bool)
- func (o *ComponentsComponentAction) GetParameters() []ConfigurationField
- func (o *ComponentsComponentAction) GetParametersOk() ([]ConfigurationField, bool)
- func (o *ComponentsComponentAction) HasDescription() bool
- func (o *ComponentsComponentAction) HasName() bool
- func (o *ComponentsComponentAction) HasParameters() bool
- func (o ComponentsComponentAction) MarshalJSON() ([]byte, error)
- func (o *ComponentsComponentAction) SetDescription(v string)
- func (o *ComponentsComponentAction) SetName(v string)
- func (o *ComponentsComponentAction) SetParameters(v []ConfigurationField)
- func (o ComponentsComponentAction) ToMap() (map[string]interface{}, error)
- type ComponentsDescribeComponentResponse
- func (o *ComponentsDescribeComponentResponse) GetComponent() ComponentsComponent
- func (o *ComponentsDescribeComponentResponse) GetComponentOk() (*ComponentsComponent, bool)
- func (o *ComponentsDescribeComponentResponse) HasComponent() bool
- func (o ComponentsDescribeComponentResponse) MarshalJSON() ([]byte, error)
- func (o *ComponentsDescribeComponentResponse) SetComponent(v ComponentsComponent)
- func (o ComponentsDescribeComponentResponse) ToMap() (map[string]interface{}, error)
- type ComponentsEdge
- func (o *ComponentsEdge) GetChannel() string
- func (o *ComponentsEdge) GetChannelOk() (*string, bool)
- func (o *ComponentsEdge) GetSourceId() string
- func (o *ComponentsEdge) GetSourceIdOk() (*string, bool)
- func (o *ComponentsEdge) GetTargetId() string
- func (o *ComponentsEdge) GetTargetIdOk() (*string, bool)
- func (o *ComponentsEdge) HasChannel() bool
- func (o *ComponentsEdge) HasSourceId() bool
- func (o *ComponentsEdge) HasTargetId() bool
- func (o ComponentsEdge) MarshalJSON() ([]byte, error)
- func (o *ComponentsEdge) SetChannel(v string)
- func (o *ComponentsEdge) SetSourceId(v string)
- func (o *ComponentsEdge) SetTargetId(v string)
- func (o ComponentsEdge) ToMap() (map[string]interface{}, error)
- type ComponentsListComponentActionsResponse
- func (o *ComponentsListComponentActionsResponse) GetActions() []ComponentsComponentAction
- func (o *ComponentsListComponentActionsResponse) GetActionsOk() ([]ComponentsComponentAction, bool)
- func (o *ComponentsListComponentActionsResponse) HasActions() bool
- func (o ComponentsListComponentActionsResponse) MarshalJSON() ([]byte, error)
- func (o *ComponentsListComponentActionsResponse) SetActions(v []ComponentsComponentAction)
- func (o ComponentsListComponentActionsResponse) ToMap() (map[string]interface{}, error)
- type ComponentsListComponentsResponse
- func (o *ComponentsListComponentsResponse) GetComponents() []ComponentsComponent
- func (o *ComponentsListComponentsResponse) GetComponentsOk() ([]ComponentsComponent, bool)
- func (o *ComponentsListComponentsResponse) HasComponents() bool
- func (o ComponentsListComponentsResponse) MarshalJSON() ([]byte, error)
- func (o *ComponentsListComponentsResponse) SetComponents(v []ComponentsComponent)
- func (o ComponentsListComponentsResponse) ToMap() (map[string]interface{}, error)
- type ComponentsNode
- func (o *ComponentsNode) GetAppInstallation() ComponentsAppInstallationRef
- func (o *ComponentsNode) GetAppInstallationOk() (*ComponentsAppInstallationRef, bool)
- func (o *ComponentsNode) GetBlueprint() NodeBlueprintRef
- func (o *ComponentsNode) GetBlueprintOk() (*NodeBlueprintRef, bool)
- func (o *ComponentsNode) GetComponent() NodeComponentRef
- func (o *ComponentsNode) GetComponentOk() (*NodeComponentRef, bool)
- func (o *ComponentsNode) GetConfiguration() map[string]interface{}
- func (o *ComponentsNode) GetConfigurationOk() (map[string]interface{}, bool)
- func (o *ComponentsNode) GetErrorMessage() string
- func (o *ComponentsNode) GetErrorMessageOk() (*string, bool)
- func (o *ComponentsNode) GetId() string
- func (o *ComponentsNode) GetIdOk() (*string, bool)
- func (o *ComponentsNode) GetIsCollapsed() bool
- func (o *ComponentsNode) GetIsCollapsedOk() (*bool, bool)
- func (o *ComponentsNode) GetMetadata() map[string]interface{}
- func (o *ComponentsNode) GetMetadataOk() (map[string]interface{}, bool)
- func (o *ComponentsNode) GetName() string
- func (o *ComponentsNode) GetNameOk() (*string, bool)
- func (o *ComponentsNode) GetPosition() ComponentsPosition
- func (o *ComponentsNode) GetPositionOk() (*ComponentsPosition, bool)
- func (o *ComponentsNode) GetTrigger() NodeTriggerRef
- func (o *ComponentsNode) GetTriggerOk() (*NodeTriggerRef, bool)
- func (o *ComponentsNode) GetType() ComponentsNodeType
- func (o *ComponentsNode) GetTypeOk() (*ComponentsNodeType, bool)
- func (o *ComponentsNode) GetWidget() NodeWidgetRef
- func (o *ComponentsNode) GetWidgetOk() (*NodeWidgetRef, bool)
- func (o *ComponentsNode) HasAppInstallation() bool
- func (o *ComponentsNode) HasBlueprint() bool
- func (o *ComponentsNode) HasComponent() bool
- func (o *ComponentsNode) HasConfiguration() bool
- func (o *ComponentsNode) HasErrorMessage() bool
- func (o *ComponentsNode) HasId() bool
- func (o *ComponentsNode) HasIsCollapsed() bool
- func (o *ComponentsNode) HasMetadata() bool
- func (o *ComponentsNode) HasName() bool
- func (o *ComponentsNode) HasPosition() bool
- func (o *ComponentsNode) HasTrigger() bool
- func (o *ComponentsNode) HasType() bool
- func (o *ComponentsNode) HasWidget() bool
- func (o ComponentsNode) MarshalJSON() ([]byte, error)
- func (o *ComponentsNode) SetAppInstallation(v ComponentsAppInstallationRef)
- func (o *ComponentsNode) SetBlueprint(v NodeBlueprintRef)
- func (o *ComponentsNode) SetComponent(v NodeComponentRef)
- func (o *ComponentsNode) SetConfiguration(v map[string]interface{})
- func (o *ComponentsNode) SetErrorMessage(v string)
- func (o *ComponentsNode) SetId(v string)
- func (o *ComponentsNode) SetIsCollapsed(v bool)
- func (o *ComponentsNode) SetMetadata(v map[string]interface{})
- func (o *ComponentsNode) SetName(v string)
- func (o *ComponentsNode) SetPosition(v ComponentsPosition)
- func (o *ComponentsNode) SetTrigger(v NodeTriggerRef)
- func (o *ComponentsNode) SetType(v ComponentsNodeType)
- func (o *ComponentsNode) SetWidget(v NodeWidgetRef)
- func (o ComponentsNode) ToMap() (map[string]interface{}, error)
- type ComponentsNodeType
- type ComponentsPosition
- func (o *ComponentsPosition) GetX() int32
- func (o *ComponentsPosition) GetXOk() (*int32, bool)
- func (o *ComponentsPosition) GetY() int32
- func (o *ComponentsPosition) GetYOk() (*int32, bool)
- func (o *ComponentsPosition) HasX() bool
- func (o *ComponentsPosition) HasY() bool
- func (o ComponentsPosition) MarshalJSON() ([]byte, error)
- func (o *ComponentsPosition) SetX(v int32)
- func (o *ComponentsPosition) SetY(v int32)
- func (o ComponentsPosition) ToMap() (map[string]interface{}, error)
- type Configuration
- type ConfigurationAnyPredicateListTypeOptions
- func (o *ConfigurationAnyPredicateListTypeOptions) GetOperators() []ConfigurationSelectOption
- func (o *ConfigurationAnyPredicateListTypeOptions) GetOperatorsOk() ([]ConfigurationSelectOption, bool)
- func (o *ConfigurationAnyPredicateListTypeOptions) HasOperators() bool
- func (o ConfigurationAnyPredicateListTypeOptions) MarshalJSON() ([]byte, error)
- func (o *ConfigurationAnyPredicateListTypeOptions) SetOperators(v []ConfigurationSelectOption)
- func (o ConfigurationAnyPredicateListTypeOptions) ToMap() (map[string]interface{}, error)
- type ConfigurationDateTimeTypeOptions
- func (o *ConfigurationDateTimeTypeOptions) GetFormat() string
- func (o *ConfigurationDateTimeTypeOptions) GetFormatOk() (*string, bool)
- func (o *ConfigurationDateTimeTypeOptions) HasFormat() bool
- func (o ConfigurationDateTimeTypeOptions) MarshalJSON() ([]byte, error)
- func (o *ConfigurationDateTimeTypeOptions) SetFormat(v string)
- func (o ConfigurationDateTimeTypeOptions) ToMap() (map[string]interface{}, error)
- type ConfigurationDateTypeOptions
- func (o *ConfigurationDateTypeOptions) GetFormat() string
- func (o *ConfigurationDateTypeOptions) GetFormatOk() (*string, bool)
- func (o *ConfigurationDateTypeOptions) HasFormat() bool
- func (o ConfigurationDateTypeOptions) MarshalJSON() ([]byte, error)
- func (o *ConfigurationDateTypeOptions) SetFormat(v string)
- func (o ConfigurationDateTypeOptions) ToMap() (map[string]interface{}, error)
- type ConfigurationExpressionTypeOptions
- func (o *ConfigurationExpressionTypeOptions) GetMaxLength() int32
- func (o *ConfigurationExpressionTypeOptions) GetMaxLengthOk() (*int32, bool)
- func (o *ConfigurationExpressionTypeOptions) GetMinLength() int32
- func (o *ConfigurationExpressionTypeOptions) GetMinLengthOk() (*int32, bool)
- func (o *ConfigurationExpressionTypeOptions) HasMaxLength() bool
- func (o *ConfigurationExpressionTypeOptions) HasMinLength() bool
- func (o ConfigurationExpressionTypeOptions) MarshalJSON() ([]byte, error)
- func (o *ConfigurationExpressionTypeOptions) SetMaxLength(v int32)
- func (o *ConfigurationExpressionTypeOptions) SetMinLength(v int32)
- func (o ConfigurationExpressionTypeOptions) ToMap() (map[string]interface{}, error)
- type ConfigurationField
- func (o *ConfigurationField) GetDefaultValue() string
- func (o *ConfigurationField) GetDefaultValueOk() (*string, bool)
- func (o *ConfigurationField) GetDescription() string
- func (o *ConfigurationField) GetDescriptionOk() (*string, bool)
- func (o *ConfigurationField) GetDisallowExpression() bool
- func (o *ConfigurationField) GetDisallowExpressionOk() (*bool, bool)
- func (o *ConfigurationField) GetLabel() string
- func (o *ConfigurationField) GetLabelOk() (*string, bool)
- func (o *ConfigurationField) GetName() string
- func (o *ConfigurationField) GetNameOk() (*string, bool)
- func (o *ConfigurationField) GetPlaceholder() string
- func (o *ConfigurationField) GetPlaceholderOk() (*string, bool)
- func (o *ConfigurationField) GetRequired() bool
- func (o *ConfigurationField) GetRequiredConditions() []ConfigurationRequiredCondition
- func (o *ConfigurationField) GetRequiredConditionsOk() ([]ConfigurationRequiredCondition, bool)
- func (o *ConfigurationField) GetRequiredOk() (*bool, bool)
- func (o *ConfigurationField) GetSensitive() bool
- func (o *ConfigurationField) GetSensitiveOk() (*bool, bool)
- func (o *ConfigurationField) GetTogglable() bool
- func (o *ConfigurationField) GetTogglableOk() (*bool, bool)
- func (o *ConfigurationField) GetType() string
- func (o *ConfigurationField) GetTypeOk() (*string, bool)
- func (o *ConfigurationField) GetTypeOptions() ConfigurationTypeOptions
- func (o *ConfigurationField) GetTypeOptionsOk() (*ConfigurationTypeOptions, bool)
- func (o *ConfigurationField) GetValidationRules() []ConfigurationValidationRule
- func (o *ConfigurationField) GetValidationRulesOk() ([]ConfigurationValidationRule, bool)
- func (o *ConfigurationField) GetVisibilityConditions() []ConfigurationVisibilityCondition
- func (o *ConfigurationField) GetVisibilityConditionsOk() ([]ConfigurationVisibilityCondition, bool)
- func (o *ConfigurationField) HasDefaultValue() bool
- func (o *ConfigurationField) HasDescription() bool
- func (o *ConfigurationField) HasDisallowExpression() bool
- func (o *ConfigurationField) HasLabel() bool
- func (o *ConfigurationField) HasName() bool
- func (o *ConfigurationField) HasPlaceholder() bool
- func (o *ConfigurationField) HasRequired() bool
- func (o *ConfigurationField) HasRequiredConditions() bool
- func (o *ConfigurationField) HasSensitive() bool
- func (o *ConfigurationField) HasTogglable() bool
- func (o *ConfigurationField) HasType() bool
- func (o *ConfigurationField) HasTypeOptions() bool
- func (o *ConfigurationField) HasValidationRules() bool
- func (o *ConfigurationField) HasVisibilityConditions() bool
- func (o ConfigurationField) MarshalJSON() ([]byte, error)
- func (o *ConfigurationField) SetDefaultValue(v string)
- func (o *ConfigurationField) SetDescription(v string)
- func (o *ConfigurationField) SetDisallowExpression(v bool)
- func (o *ConfigurationField) SetLabel(v string)
- func (o *ConfigurationField) SetName(v string)
- func (o *ConfigurationField) SetPlaceholder(v string)
- func (o *ConfigurationField) SetRequired(v bool)
- func (o *ConfigurationField) SetRequiredConditions(v []ConfigurationRequiredCondition)
- func (o *ConfigurationField) SetSensitive(v bool)
- func (o *ConfigurationField) SetTogglable(v bool)
- func (o *ConfigurationField) SetType(v string)
- func (o *ConfigurationField) SetTypeOptions(v ConfigurationTypeOptions)
- func (o *ConfigurationField) SetValidationRules(v []ConfigurationValidationRule)
- func (o *ConfigurationField) SetVisibilityConditions(v []ConfigurationVisibilityCondition)
- func (o ConfigurationField) ToMap() (map[string]interface{}, error)
- type ConfigurationListItemDefinition
- func (o *ConfigurationListItemDefinition) GetSchema() []ConfigurationField
- func (o *ConfigurationListItemDefinition) GetSchemaOk() ([]ConfigurationField, bool)
- func (o *ConfigurationListItemDefinition) GetType() string
- func (o *ConfigurationListItemDefinition) GetTypeOk() (*string, bool)
- func (o *ConfigurationListItemDefinition) HasSchema() bool
- func (o *ConfigurationListItemDefinition) HasType() bool
- func (o ConfigurationListItemDefinition) MarshalJSON() ([]byte, error)
- func (o *ConfigurationListItemDefinition) SetSchema(v []ConfigurationField)
- func (o *ConfigurationListItemDefinition) SetType(v string)
- func (o ConfigurationListItemDefinition) ToMap() (map[string]interface{}, error)
- type ConfigurationListTypeOptions
- func (o *ConfigurationListTypeOptions) GetItemDefinition() ConfigurationListItemDefinition
- func (o *ConfigurationListTypeOptions) GetItemDefinitionOk() (*ConfigurationListItemDefinition, bool)
- func (o *ConfigurationListTypeOptions) GetItemLabel() string
- func (o *ConfigurationListTypeOptions) GetItemLabelOk() (*string, bool)
- func (o *ConfigurationListTypeOptions) HasItemDefinition() bool
- func (o *ConfigurationListTypeOptions) HasItemLabel() bool
- func (o ConfigurationListTypeOptions) MarshalJSON() ([]byte, error)
- func (o *ConfigurationListTypeOptions) SetItemDefinition(v ConfigurationListItemDefinition)
- func (o *ConfigurationListTypeOptions) SetItemLabel(v string)
- func (o ConfigurationListTypeOptions) ToMap() (map[string]interface{}, error)
- type ConfigurationMultiSelectTypeOptions
- func (o *ConfigurationMultiSelectTypeOptions) GetOptions() []ConfigurationSelectOption
- func (o *ConfigurationMultiSelectTypeOptions) GetOptionsOk() ([]ConfigurationSelectOption, bool)
- func (o *ConfigurationMultiSelectTypeOptions) HasOptions() bool
- func (o ConfigurationMultiSelectTypeOptions) MarshalJSON() ([]byte, error)
- func (o *ConfigurationMultiSelectTypeOptions) SetOptions(v []ConfigurationSelectOption)
- func (o ConfigurationMultiSelectTypeOptions) ToMap() (map[string]interface{}, error)
- type ConfigurationNumberTypeOptions
- func (o *ConfigurationNumberTypeOptions) GetMax() int32
- func (o *ConfigurationNumberTypeOptions) GetMaxOk() (*int32, bool)
- func (o *ConfigurationNumberTypeOptions) GetMin() int32
- func (o *ConfigurationNumberTypeOptions) GetMinOk() (*int32, bool)
- func (o *ConfigurationNumberTypeOptions) HasMax() bool
- func (o *ConfigurationNumberTypeOptions) HasMin() bool
- func (o ConfigurationNumberTypeOptions) MarshalJSON() ([]byte, error)
- func (o *ConfigurationNumberTypeOptions) SetMax(v int32)
- func (o *ConfigurationNumberTypeOptions) SetMin(v int32)
- func (o ConfigurationNumberTypeOptions) ToMap() (map[string]interface{}, error)
- type ConfigurationObjectTypeOptions
- func (o *ConfigurationObjectTypeOptions) GetSchema() []ConfigurationField
- func (o *ConfigurationObjectTypeOptions) GetSchemaOk() ([]ConfigurationField, bool)
- func (o *ConfigurationObjectTypeOptions) HasSchema() bool
- func (o ConfigurationObjectTypeOptions) MarshalJSON() ([]byte, error)
- func (o *ConfigurationObjectTypeOptions) SetSchema(v []ConfigurationField)
- func (o ConfigurationObjectTypeOptions) ToMap() (map[string]interface{}, error)
- type ConfigurationRequiredCondition
- func (o *ConfigurationRequiredCondition) GetField() string
- func (o *ConfigurationRequiredCondition) GetFieldOk() (*string, bool)
- func (o *ConfigurationRequiredCondition) GetValues() []string
- func (o *ConfigurationRequiredCondition) GetValuesOk() ([]string, bool)
- func (o *ConfigurationRequiredCondition) HasField() bool
- func (o *ConfigurationRequiredCondition) HasValues() bool
- func (o ConfigurationRequiredCondition) MarshalJSON() ([]byte, error)
- func (o *ConfigurationRequiredCondition) SetField(v string)
- func (o *ConfigurationRequiredCondition) SetValues(v []string)
- func (o ConfigurationRequiredCondition) ToMap() (map[string]interface{}, error)
- type ConfigurationResourceTypeOptions
- func (o *ConfigurationResourceTypeOptions) GetMulti() bool
- func (o *ConfigurationResourceTypeOptions) GetMultiOk() (*bool, bool)
- func (o *ConfigurationResourceTypeOptions) GetType() string
- func (o *ConfigurationResourceTypeOptions) GetTypeOk() (*string, bool)
- func (o *ConfigurationResourceTypeOptions) GetUseNameAsValue() bool
- func (o *ConfigurationResourceTypeOptions) GetUseNameAsValueOk() (*bool, bool)
- func (o *ConfigurationResourceTypeOptions) HasMulti() bool
- func (o *ConfigurationResourceTypeOptions) HasType() bool
- func (o *ConfigurationResourceTypeOptions) HasUseNameAsValue() bool
- func (o ConfigurationResourceTypeOptions) MarshalJSON() ([]byte, error)
- func (o *ConfigurationResourceTypeOptions) SetMulti(v bool)
- func (o *ConfigurationResourceTypeOptions) SetType(v string)
- func (o *ConfigurationResourceTypeOptions) SetUseNameAsValue(v bool)
- func (o ConfigurationResourceTypeOptions) ToMap() (map[string]interface{}, error)
- type ConfigurationSelectOption
- func (o *ConfigurationSelectOption) GetLabel() string
- func (o *ConfigurationSelectOption) GetLabelOk() (*string, bool)
- func (o *ConfigurationSelectOption) GetValue() string
- func (o *ConfigurationSelectOption) GetValueOk() (*string, bool)
- func (o *ConfigurationSelectOption) HasLabel() bool
- func (o *ConfigurationSelectOption) HasValue() bool
- func (o ConfigurationSelectOption) MarshalJSON() ([]byte, error)
- func (o *ConfigurationSelectOption) SetLabel(v string)
- func (o *ConfigurationSelectOption) SetValue(v string)
- func (o ConfigurationSelectOption) ToMap() (map[string]interface{}, error)
- type ConfigurationSelectTypeOptions
- func (o *ConfigurationSelectTypeOptions) GetOptions() []ConfigurationSelectOption
- func (o *ConfigurationSelectTypeOptions) GetOptionsOk() ([]ConfigurationSelectOption, bool)
- func (o *ConfigurationSelectTypeOptions) HasOptions() bool
- func (o ConfigurationSelectTypeOptions) MarshalJSON() ([]byte, error)
- func (o *ConfigurationSelectTypeOptions) SetOptions(v []ConfigurationSelectOption)
- func (o ConfigurationSelectTypeOptions) ToMap() (map[string]interface{}, error)
- type ConfigurationStringTypeOptions
- func (o *ConfigurationStringTypeOptions) GetMaxLength() int32
- func (o *ConfigurationStringTypeOptions) GetMaxLengthOk() (*int32, bool)
- func (o *ConfigurationStringTypeOptions) GetMinLength() int32
- func (o *ConfigurationStringTypeOptions) GetMinLengthOk() (*int32, bool)
- func (o *ConfigurationStringTypeOptions) HasMaxLength() bool
- func (o *ConfigurationStringTypeOptions) HasMinLength() bool
- func (o ConfigurationStringTypeOptions) MarshalJSON() ([]byte, error)
- func (o *ConfigurationStringTypeOptions) SetMaxLength(v int32)
- func (o *ConfigurationStringTypeOptions) SetMinLength(v int32)
- func (o ConfigurationStringTypeOptions) ToMap() (map[string]interface{}, error)
- type ConfigurationTextTypeOptions
- func (o *ConfigurationTextTypeOptions) GetMaxLength() int32
- func (o *ConfigurationTextTypeOptions) GetMaxLengthOk() (*int32, bool)
- func (o *ConfigurationTextTypeOptions) GetMinLength() int32
- func (o *ConfigurationTextTypeOptions) GetMinLengthOk() (*int32, bool)
- func (o *ConfigurationTextTypeOptions) HasMaxLength() bool
- func (o *ConfigurationTextTypeOptions) HasMinLength() bool
- func (o ConfigurationTextTypeOptions) MarshalJSON() ([]byte, error)
- func (o *ConfigurationTextTypeOptions) SetMaxLength(v int32)
- func (o *ConfigurationTextTypeOptions) SetMinLength(v int32)
- func (o ConfigurationTextTypeOptions) ToMap() (map[string]interface{}, error)
- type ConfigurationTimeTypeOptions
- func (o *ConfigurationTimeTypeOptions) GetFormat() string
- func (o *ConfigurationTimeTypeOptions) GetFormatOk() (*string, bool)
- func (o *ConfigurationTimeTypeOptions) HasFormat() bool
- func (o ConfigurationTimeTypeOptions) MarshalJSON() ([]byte, error)
- func (o *ConfigurationTimeTypeOptions) SetFormat(v string)
- func (o ConfigurationTimeTypeOptions) ToMap() (map[string]interface{}, error)
- type ConfigurationTypeOptions
- func (o *ConfigurationTypeOptions) GetAnyPredicateList() ConfigurationAnyPredicateListTypeOptions
- func (o *ConfigurationTypeOptions) GetAnyPredicateListOk() (*ConfigurationAnyPredicateListTypeOptions, bool)
- func (o *ConfigurationTypeOptions) GetDate() ConfigurationDateTypeOptions
- func (o *ConfigurationTypeOptions) GetDateOk() (*ConfigurationDateTypeOptions, bool)
- func (o *ConfigurationTypeOptions) GetDatetime() ConfigurationDateTimeTypeOptions
- func (o *ConfigurationTypeOptions) GetDatetimeOk() (*ConfigurationDateTimeTypeOptions, bool)
- func (o *ConfigurationTypeOptions) GetExpression() ConfigurationExpressionTypeOptions
- func (o *ConfigurationTypeOptions) GetExpressionOk() (*ConfigurationExpressionTypeOptions, bool)
- func (o *ConfigurationTypeOptions) GetList() ConfigurationListTypeOptions
- func (o *ConfigurationTypeOptions) GetListOk() (*ConfigurationListTypeOptions, bool)
- func (o *ConfigurationTypeOptions) GetMultiSelect() ConfigurationMultiSelectTypeOptions
- func (o *ConfigurationTypeOptions) GetMultiSelectOk() (*ConfigurationMultiSelectTypeOptions, bool)
- func (o *ConfigurationTypeOptions) GetNumber() ConfigurationNumberTypeOptions
- func (o *ConfigurationTypeOptions) GetNumberOk() (*ConfigurationNumberTypeOptions, bool)
- func (o *ConfigurationTypeOptions) GetObject() ConfigurationObjectTypeOptions
- func (o *ConfigurationTypeOptions) GetObjectOk() (*ConfigurationObjectTypeOptions, bool)
- func (o *ConfigurationTypeOptions) GetResource() ConfigurationResourceTypeOptions
- func (o *ConfigurationTypeOptions) GetResourceOk() (*ConfigurationResourceTypeOptions, bool)
- func (o *ConfigurationTypeOptions) GetSelect() ConfigurationSelectTypeOptions
- func (o *ConfigurationTypeOptions) GetSelectOk() (*ConfigurationSelectTypeOptions, bool)
- func (o *ConfigurationTypeOptions) GetString() ConfigurationStringTypeOptions
- func (o *ConfigurationTypeOptions) GetStringOk() (*ConfigurationStringTypeOptions, bool)
- func (o *ConfigurationTypeOptions) GetText() ConfigurationTextTypeOptions
- func (o *ConfigurationTypeOptions) GetTextOk() (*ConfigurationTextTypeOptions, bool)
- func (o *ConfigurationTypeOptions) GetTime() ConfigurationTimeTypeOptions
- func (o *ConfigurationTypeOptions) GetTimeOk() (*ConfigurationTimeTypeOptions, bool)
- func (o *ConfigurationTypeOptions) HasAnyPredicateList() bool
- func (o *ConfigurationTypeOptions) HasDate() bool
- func (o *ConfigurationTypeOptions) HasDatetime() bool
- func (o *ConfigurationTypeOptions) HasExpression() bool
- func (o *ConfigurationTypeOptions) HasList() bool
- func (o *ConfigurationTypeOptions) HasMultiSelect() bool
- func (o *ConfigurationTypeOptions) HasNumber() bool
- func (o *ConfigurationTypeOptions) HasObject() bool
- func (o *ConfigurationTypeOptions) HasResource() bool
- func (o *ConfigurationTypeOptions) HasSelect() bool
- func (o *ConfigurationTypeOptions) HasString() bool
- func (o *ConfigurationTypeOptions) HasText() bool
- func (o *ConfigurationTypeOptions) HasTime() bool
- func (o ConfigurationTypeOptions) MarshalJSON() ([]byte, error)
- func (o *ConfigurationTypeOptions) SetAnyPredicateList(v ConfigurationAnyPredicateListTypeOptions)
- func (o *ConfigurationTypeOptions) SetDate(v ConfigurationDateTypeOptions)
- func (o *ConfigurationTypeOptions) SetDatetime(v ConfigurationDateTimeTypeOptions)
- func (o *ConfigurationTypeOptions) SetExpression(v ConfigurationExpressionTypeOptions)
- func (o *ConfigurationTypeOptions) SetList(v ConfigurationListTypeOptions)
- func (o *ConfigurationTypeOptions) SetMultiSelect(v ConfigurationMultiSelectTypeOptions)
- func (o *ConfigurationTypeOptions) SetNumber(v ConfigurationNumberTypeOptions)
- func (o *ConfigurationTypeOptions) SetObject(v ConfigurationObjectTypeOptions)
- func (o *ConfigurationTypeOptions) SetResource(v ConfigurationResourceTypeOptions)
- func (o *ConfigurationTypeOptions) SetSelect(v ConfigurationSelectTypeOptions)
- func (o *ConfigurationTypeOptions) SetString(v ConfigurationStringTypeOptions)
- func (o *ConfigurationTypeOptions) SetText(v ConfigurationTextTypeOptions)
- func (o *ConfigurationTypeOptions) SetTime(v ConfigurationTimeTypeOptions)
- func (o ConfigurationTypeOptions) ToMap() (map[string]interface{}, error)
- type ConfigurationValidationRule
- func (o *ConfigurationValidationRule) GetCompareWith() string
- func (o *ConfigurationValidationRule) GetCompareWithOk() (*string, bool)
- func (o *ConfigurationValidationRule) GetMessage() string
- func (o *ConfigurationValidationRule) GetMessageOk() (*string, bool)
- func (o *ConfigurationValidationRule) GetType() string
- func (o *ConfigurationValidationRule) GetTypeOk() (*string, bool)
- func (o *ConfigurationValidationRule) HasCompareWith() bool
- func (o *ConfigurationValidationRule) HasMessage() bool
- func (o *ConfigurationValidationRule) HasType() bool
- func (o ConfigurationValidationRule) MarshalJSON() ([]byte, error)
- func (o *ConfigurationValidationRule) SetCompareWith(v string)
- func (o *ConfigurationValidationRule) SetMessage(v string)
- func (o *ConfigurationValidationRule) SetType(v string)
- func (o ConfigurationValidationRule) ToMap() (map[string]interface{}, error)
- type ConfigurationVisibilityCondition
- func (o *ConfigurationVisibilityCondition) GetField() string
- func (o *ConfigurationVisibilityCondition) GetFieldOk() (*string, bool)
- func (o *ConfigurationVisibilityCondition) GetValues() []string
- func (o *ConfigurationVisibilityCondition) GetValuesOk() ([]string, bool)
- func (o *ConfigurationVisibilityCondition) HasField() bool
- func (o *ConfigurationVisibilityCondition) HasValues() bool
- func (o ConfigurationVisibilityCondition) MarshalJSON() ([]byte, error)
- func (o *ConfigurationVisibilityCondition) SetField(v string)
- func (o *ConfigurationVisibilityCondition) SetValues(v []string)
- func (o ConfigurationVisibilityCondition) ToMap() (map[string]interface{}, error)
- type GenericOpenAPIError
- type GooglerpcStatus
- func (o *GooglerpcStatus) GetCode() int32
- func (o *GooglerpcStatus) GetCodeOk() (*int32, bool)
- func (o *GooglerpcStatus) GetDetails() []ProtobufAny
- func (o *GooglerpcStatus) GetDetailsOk() ([]ProtobufAny, bool)
- func (o *GooglerpcStatus) GetMessage() string
- func (o *GooglerpcStatus) GetMessageOk() (*string, bool)
- func (o *GooglerpcStatus) HasCode() bool
- func (o *GooglerpcStatus) HasDetails() bool
- func (o *GooglerpcStatus) HasMessage() bool
- func (o GooglerpcStatus) MarshalJSON() ([]byte, error)
- func (o *GooglerpcStatus) SetCode(v int32)
- func (o *GooglerpcStatus) SetDetails(v []ProtobufAny)
- func (o *GooglerpcStatus) SetMessage(v string)
- func (o GooglerpcStatus) ToMap() (map[string]interface{}, error)
- type GroupsAPIService
- func (a *GroupsAPIService) GroupsAddUserToGroup(ctx context.Context, groupName string) ApiGroupsAddUserToGroupRequest
- func (a *GroupsAPIService) GroupsAddUserToGroupExecute(r ApiGroupsAddUserToGroupRequest) (map[string]interface{}, *http.Response, error)
- func (a *GroupsAPIService) GroupsCreateGroup(ctx context.Context) ApiGroupsCreateGroupRequest
- func (a *GroupsAPIService) GroupsCreateGroupExecute(r ApiGroupsCreateGroupRequest) (*GroupsCreateGroupResponse, *http.Response, error)
- func (a *GroupsAPIService) GroupsDeleteGroup(ctx context.Context, groupName string) ApiGroupsDeleteGroupRequest
- func (a *GroupsAPIService) GroupsDeleteGroupExecute(r ApiGroupsDeleteGroupRequest) (map[string]interface{}, *http.Response, error)
- func (a *GroupsAPIService) GroupsDescribeGroup(ctx context.Context, groupName string) ApiGroupsDescribeGroupRequest
- func (a *GroupsAPIService) GroupsDescribeGroupExecute(r ApiGroupsDescribeGroupRequest) (*GroupsDescribeGroupResponse, *http.Response, error)
- func (a *GroupsAPIService) GroupsListGroupUsers(ctx context.Context, groupName string) ApiGroupsListGroupUsersRequest
- func (a *GroupsAPIService) GroupsListGroupUsersExecute(r ApiGroupsListGroupUsersRequest) (*GroupsListGroupUsersResponse, *http.Response, error)
- func (a *GroupsAPIService) GroupsListGroups(ctx context.Context) ApiGroupsListGroupsRequest
- func (a *GroupsAPIService) GroupsListGroupsExecute(r ApiGroupsListGroupsRequest) (*GroupsListGroupsResponse, *http.Response, error)
- func (a *GroupsAPIService) GroupsRemoveUserFromGroup(ctx context.Context, groupName string) ApiGroupsRemoveUserFromGroupRequest
- func (a *GroupsAPIService) GroupsRemoveUserFromGroupExecute(r ApiGroupsRemoveUserFromGroupRequest) (map[string]interface{}, *http.Response, error)
- func (a *GroupsAPIService) GroupsUpdateGroup(ctx context.Context, groupName string) ApiGroupsUpdateGroupRequest
- func (a *GroupsAPIService) GroupsUpdateGroupExecute(r ApiGroupsUpdateGroupRequest) (*GroupsUpdateGroupResponse, *http.Response, error)
- type GroupsAddUserToGroupBody
- func (o *GroupsAddUserToGroupBody) GetDomainId() string
- func (o *GroupsAddUserToGroupBody) GetDomainIdOk() (*string, bool)
- func (o *GroupsAddUserToGroupBody) GetDomainType() AuthorizationDomainType
- func (o *GroupsAddUserToGroupBody) GetDomainTypeOk() (*AuthorizationDomainType, bool)
- func (o *GroupsAddUserToGroupBody) GetUserEmail() string
- func (o *GroupsAddUserToGroupBody) GetUserEmailOk() (*string, bool)
- func (o *GroupsAddUserToGroupBody) GetUserId() string
- func (o *GroupsAddUserToGroupBody) GetUserIdOk() (*string, bool)
- func (o *GroupsAddUserToGroupBody) HasDomainId() bool
- func (o *GroupsAddUserToGroupBody) HasDomainType() bool
- func (o *GroupsAddUserToGroupBody) HasUserEmail() bool
- func (o *GroupsAddUserToGroupBody) HasUserId() bool
- func (o GroupsAddUserToGroupBody) MarshalJSON() ([]byte, error)
- func (o *GroupsAddUserToGroupBody) SetDomainId(v string)
- func (o *GroupsAddUserToGroupBody) SetDomainType(v AuthorizationDomainType)
- func (o *GroupsAddUserToGroupBody) SetUserEmail(v string)
- func (o *GroupsAddUserToGroupBody) SetUserId(v string)
- func (o GroupsAddUserToGroupBody) ToMap() (map[string]interface{}, error)
- type GroupsCreateGroupRequest
- func (o *GroupsCreateGroupRequest) GetDomainId() string
- func (o *GroupsCreateGroupRequest) GetDomainIdOk() (*string, bool)
- func (o *GroupsCreateGroupRequest) GetDomainType() AuthorizationDomainType
- func (o *GroupsCreateGroupRequest) GetDomainTypeOk() (*AuthorizationDomainType, bool)
- func (o *GroupsCreateGroupRequest) GetGroup() GroupsGroup
- func (o *GroupsCreateGroupRequest) GetGroupOk() (*GroupsGroup, bool)
- func (o *GroupsCreateGroupRequest) HasDomainId() bool
- func (o *GroupsCreateGroupRequest) HasDomainType() bool
- func (o *GroupsCreateGroupRequest) HasGroup() bool
- func (o GroupsCreateGroupRequest) MarshalJSON() ([]byte, error)
- func (o *GroupsCreateGroupRequest) SetDomainId(v string)
- func (o *GroupsCreateGroupRequest) SetDomainType(v AuthorizationDomainType)
- func (o *GroupsCreateGroupRequest) SetGroup(v GroupsGroup)
- func (o GroupsCreateGroupRequest) ToMap() (map[string]interface{}, error)
- type GroupsCreateGroupResponse
- func (o *GroupsCreateGroupResponse) GetGroup() GroupsGroup
- func (o *GroupsCreateGroupResponse) GetGroupOk() (*GroupsGroup, bool)
- func (o *GroupsCreateGroupResponse) HasGroup() bool
- func (o GroupsCreateGroupResponse) MarshalJSON() ([]byte, error)
- func (o *GroupsCreateGroupResponse) SetGroup(v GroupsGroup)
- func (o GroupsCreateGroupResponse) ToMap() (map[string]interface{}, error)
- type GroupsDescribeGroupResponse
- func (o *GroupsDescribeGroupResponse) GetGroup() GroupsGroup
- func (o *GroupsDescribeGroupResponse) GetGroupOk() (*GroupsGroup, bool)
- func (o *GroupsDescribeGroupResponse) HasGroup() bool
- func (o GroupsDescribeGroupResponse) MarshalJSON() ([]byte, error)
- func (o *GroupsDescribeGroupResponse) SetGroup(v GroupsGroup)
- func (o GroupsDescribeGroupResponse) ToMap() (map[string]interface{}, error)
- type GroupsGroup
- func (o *GroupsGroup) GetMetadata() GroupsGroupMetadata
- func (o *GroupsGroup) GetMetadataOk() (*GroupsGroupMetadata, bool)
- func (o *GroupsGroup) GetSpec() GroupsGroupSpec
- func (o *GroupsGroup) GetSpecOk() (*GroupsGroupSpec, bool)
- func (o *GroupsGroup) GetStatus() GroupsGroupStatus
- func (o *GroupsGroup) GetStatusOk() (*GroupsGroupStatus, bool)
- func (o *GroupsGroup) HasMetadata() bool
- func (o *GroupsGroup) HasSpec() bool
- func (o *GroupsGroup) HasStatus() bool
- func (o GroupsGroup) MarshalJSON() ([]byte, error)
- func (o *GroupsGroup) SetMetadata(v GroupsGroupMetadata)
- func (o *GroupsGroup) SetSpec(v GroupsGroupSpec)
- func (o *GroupsGroup) SetStatus(v GroupsGroupStatus)
- func (o GroupsGroup) ToMap() (map[string]interface{}, error)
- type GroupsGroupMetadata
- func (o *GroupsGroupMetadata) GetCreatedAt() time.Time
- func (o *GroupsGroupMetadata) GetCreatedAtOk() (*time.Time, bool)
- func (o *GroupsGroupMetadata) GetDomainId() string
- func (o *GroupsGroupMetadata) GetDomainIdOk() (*string, bool)
- func (o *GroupsGroupMetadata) GetDomainType() AuthorizationDomainType
- func (o *GroupsGroupMetadata) GetDomainTypeOk() (*AuthorizationDomainType, bool)
- func (o *GroupsGroupMetadata) GetName() string
- func (o *GroupsGroupMetadata) GetNameOk() (*string, bool)
- func (o *GroupsGroupMetadata) GetUpdatedAt() time.Time
- func (o *GroupsGroupMetadata) GetUpdatedAtOk() (*time.Time, bool)
- func (o *GroupsGroupMetadata) HasCreatedAt() bool
- func (o *GroupsGroupMetadata) HasDomainId() bool
- func (o *GroupsGroupMetadata) HasDomainType() bool
- func (o *GroupsGroupMetadata) HasName() bool
- func (o *GroupsGroupMetadata) HasUpdatedAt() bool
- func (o GroupsGroupMetadata) MarshalJSON() ([]byte, error)
- func (o *GroupsGroupMetadata) SetCreatedAt(v time.Time)
- func (o *GroupsGroupMetadata) SetDomainId(v string)
- func (o *GroupsGroupMetadata) SetDomainType(v AuthorizationDomainType)
- func (o *GroupsGroupMetadata) SetName(v string)
- func (o *GroupsGroupMetadata) SetUpdatedAt(v time.Time)
- func (o GroupsGroupMetadata) ToMap() (map[string]interface{}, error)
- type GroupsGroupSpec
- func (o *GroupsGroupSpec) GetDescription() string
- func (o *GroupsGroupSpec) GetDescriptionOk() (*string, bool)
- func (o *GroupsGroupSpec) GetDisplayName() string
- func (o *GroupsGroupSpec) GetDisplayNameOk() (*string, bool)
- func (o *GroupsGroupSpec) GetRole() string
- func (o *GroupsGroupSpec) GetRoleOk() (*string, bool)
- func (o *GroupsGroupSpec) HasDescription() bool
- func (o *GroupsGroupSpec) HasDisplayName() bool
- func (o *GroupsGroupSpec) HasRole() bool
- func (o GroupsGroupSpec) MarshalJSON() ([]byte, error)
- func (o *GroupsGroupSpec) SetDescription(v string)
- func (o *GroupsGroupSpec) SetDisplayName(v string)
- func (o *GroupsGroupSpec) SetRole(v string)
- func (o GroupsGroupSpec) ToMap() (map[string]interface{}, error)
- type GroupsGroupStatus
- func (o *GroupsGroupStatus) GetMembersCount() int32
- func (o *GroupsGroupStatus) GetMembersCountOk() (*int32, bool)
- func (o *GroupsGroupStatus) HasMembersCount() bool
- func (o GroupsGroupStatus) MarshalJSON() ([]byte, error)
- func (o *GroupsGroupStatus) SetMembersCount(v int32)
- func (o GroupsGroupStatus) ToMap() (map[string]interface{}, error)
- type GroupsListGroupUsersResponse
- func (o *GroupsListGroupUsersResponse) GetGroup() GroupsGroup
- func (o *GroupsListGroupUsersResponse) GetGroupOk() (*GroupsGroup, bool)
- func (o *GroupsListGroupUsersResponse) GetUsers() []SuperplaneUsersUser
- func (o *GroupsListGroupUsersResponse) GetUsersOk() ([]SuperplaneUsersUser, bool)
- func (o *GroupsListGroupUsersResponse) HasGroup() bool
- func (o *GroupsListGroupUsersResponse) HasUsers() bool
- func (o GroupsListGroupUsersResponse) MarshalJSON() ([]byte, error)
- func (o *GroupsListGroupUsersResponse) SetGroup(v GroupsGroup)
- func (o *GroupsListGroupUsersResponse) SetUsers(v []SuperplaneUsersUser)
- func (o GroupsListGroupUsersResponse) ToMap() (map[string]interface{}, error)
- type GroupsListGroupsResponse
- func (o *GroupsListGroupsResponse) GetGroups() []GroupsGroup
- func (o *GroupsListGroupsResponse) GetGroupsOk() ([]GroupsGroup, bool)
- func (o *GroupsListGroupsResponse) HasGroups() bool
- func (o GroupsListGroupsResponse) MarshalJSON() ([]byte, error)
- func (o *GroupsListGroupsResponse) SetGroups(v []GroupsGroup)
- func (o GroupsListGroupsResponse) ToMap() (map[string]interface{}, error)
- type GroupsRemoveUserFromGroupBody
- func (o *GroupsRemoveUserFromGroupBody) GetDomainId() string
- func (o *GroupsRemoveUserFromGroupBody) GetDomainIdOk() (*string, bool)
- func (o *GroupsRemoveUserFromGroupBody) GetDomainType() AuthorizationDomainType
- func (o *GroupsRemoveUserFromGroupBody) GetDomainTypeOk() (*AuthorizationDomainType, bool)
- func (o *GroupsRemoveUserFromGroupBody) GetUserEmail() string
- func (o *GroupsRemoveUserFromGroupBody) GetUserEmailOk() (*string, bool)
- func (o *GroupsRemoveUserFromGroupBody) GetUserId() string
- func (o *GroupsRemoveUserFromGroupBody) GetUserIdOk() (*string, bool)
- func (o *GroupsRemoveUserFromGroupBody) HasDomainId() bool
- func (o *GroupsRemoveUserFromGroupBody) HasDomainType() bool
- func (o *GroupsRemoveUserFromGroupBody) HasUserEmail() bool
- func (o *GroupsRemoveUserFromGroupBody) HasUserId() bool
- func (o GroupsRemoveUserFromGroupBody) MarshalJSON() ([]byte, error)
- func (o *GroupsRemoveUserFromGroupBody) SetDomainId(v string)
- func (o *GroupsRemoveUserFromGroupBody) SetDomainType(v AuthorizationDomainType)
- func (o *GroupsRemoveUserFromGroupBody) SetUserEmail(v string)
- func (o *GroupsRemoveUserFromGroupBody) SetUserId(v string)
- func (o GroupsRemoveUserFromGroupBody) ToMap() (map[string]interface{}, error)
- type GroupsUpdateGroupBody
- func (o *GroupsUpdateGroupBody) GetDomainId() string
- func (o *GroupsUpdateGroupBody) GetDomainIdOk() (*string, bool)
- func (o *GroupsUpdateGroupBody) GetDomainType() AuthorizationDomainType
- func (o *GroupsUpdateGroupBody) GetDomainTypeOk() (*AuthorizationDomainType, bool)
- func (o *GroupsUpdateGroupBody) GetGroup() GroupsGroup
- func (o *GroupsUpdateGroupBody) GetGroupOk() (*GroupsGroup, bool)
- func (o *GroupsUpdateGroupBody) HasDomainId() bool
- func (o *GroupsUpdateGroupBody) HasDomainType() bool
- func (o *GroupsUpdateGroupBody) HasGroup() bool
- func (o GroupsUpdateGroupBody) MarshalJSON() ([]byte, error)
- func (o *GroupsUpdateGroupBody) SetDomainId(v string)
- func (o *GroupsUpdateGroupBody) SetDomainType(v AuthorizationDomainType)
- func (o *GroupsUpdateGroupBody) SetGroup(v GroupsGroup)
- func (o GroupsUpdateGroupBody) ToMap() (map[string]interface{}, error)
- type GroupsUpdateGroupResponse
- func (o *GroupsUpdateGroupResponse) GetGroup() GroupsGroup
- func (o *GroupsUpdateGroupResponse) GetGroupOk() (*GroupsGroup, bool)
- func (o *GroupsUpdateGroupResponse) HasGroup() bool
- func (o GroupsUpdateGroupResponse) MarshalJSON() ([]byte, error)
- func (o *GroupsUpdateGroupResponse) SetGroup(v GroupsGroup)
- func (o GroupsUpdateGroupResponse) ToMap() (map[string]interface{}, error)
- type MappedNullable
- type MeAPIService
- func (a *MeAPIService) MeMe(ctx context.Context) ApiMeMeRequest
- func (a *MeAPIService) MeMeExecute(r ApiMeMeRequest) (*SuperplaneMeUser, *http.Response, error)
- func (a *MeAPIService) MeRegenerateToken(ctx context.Context) ApiMeRegenerateTokenRequest
- func (a *MeAPIService) MeRegenerateTokenExecute(r ApiMeRegenerateTokenRequest) (*MeRegenerateTokenResponse, *http.Response, error)
- type MeRegenerateTokenResponse
- func (o *MeRegenerateTokenResponse) GetToken() string
- func (o *MeRegenerateTokenResponse) GetTokenOk() (*string, bool)
- func (o *MeRegenerateTokenResponse) HasToken() bool
- func (o MeRegenerateTokenResponse) MarshalJSON() ([]byte, error)
- func (o *MeRegenerateTokenResponse) SetToken(v string)
- func (o MeRegenerateTokenResponse) ToMap() (map[string]interface{}, error)
- type NodeBlueprintRef
- type NodeComponentRef
- func (o *NodeComponentRef) GetName() string
- func (o *NodeComponentRef) GetNameOk() (*string, bool)
- func (o *NodeComponentRef) HasName() bool
- func (o NodeComponentRef) MarshalJSON() ([]byte, error)
- func (o *NodeComponentRef) SetName(v string)
- func (o NodeComponentRef) ToMap() (map[string]interface{}, error)
- type NodeTriggerRef
- type NodeWidgetRef
- type NullableAppInstallationNodeRef
- func (v NullableAppInstallationNodeRef) Get() *AppInstallationNodeRef
- func (v NullableAppInstallationNodeRef) IsSet() bool
- func (v NullableAppInstallationNodeRef) MarshalJSON() ([]byte, error)
- func (v *NullableAppInstallationNodeRef) Set(val *AppInstallationNodeRef)
- func (v *NullableAppInstallationNodeRef) UnmarshalJSON(src []byte) error
- func (v *NullableAppInstallationNodeRef) Unset()
- type NullableApplicationsApplicationDefinition
- func (v NullableApplicationsApplicationDefinition) Get() *ApplicationsApplicationDefinition
- func (v NullableApplicationsApplicationDefinition) IsSet() bool
- func (v NullableApplicationsApplicationDefinition) MarshalJSON() ([]byte, error)
- func (v *NullableApplicationsApplicationDefinition) Set(val *ApplicationsApplicationDefinition)
- func (v *NullableApplicationsApplicationDefinition) UnmarshalJSON(src []byte) error
- func (v *NullableApplicationsApplicationDefinition) Unset()
- type NullableAuthorizationDomainType
- func (v NullableAuthorizationDomainType) Get() *AuthorizationDomainType
- func (v NullableAuthorizationDomainType) IsSet() bool
- func (v NullableAuthorizationDomainType) MarshalJSON() ([]byte, error)
- func (v *NullableAuthorizationDomainType) Set(val *AuthorizationDomainType)
- func (v *NullableAuthorizationDomainType) UnmarshalJSON(src []byte) error
- func (v *NullableAuthorizationDomainType) Unset()
- type NullableAuthorizationPermission
- func (v NullableAuthorizationPermission) Get() *AuthorizationPermission
- func (v NullableAuthorizationPermission) IsSet() bool
- func (v NullableAuthorizationPermission) MarshalJSON() ([]byte, error)
- func (v *NullableAuthorizationPermission) Set(val *AuthorizationPermission)
- func (v *NullableAuthorizationPermission) UnmarshalJSON(src []byte) error
- func (v *NullableAuthorizationPermission) Unset()
- type NullableBlueprintsBlueprint
- func (v NullableBlueprintsBlueprint) Get() *BlueprintsBlueprint
- func (v NullableBlueprintsBlueprint) IsSet() bool
- func (v NullableBlueprintsBlueprint) MarshalJSON() ([]byte, error)
- func (v *NullableBlueprintsBlueprint) Set(val *BlueprintsBlueprint)
- func (v *NullableBlueprintsBlueprint) UnmarshalJSON(src []byte) error
- func (v *NullableBlueprintsBlueprint) Unset()
- type NullableBlueprintsCreateBlueprintRequest
- func (v NullableBlueprintsCreateBlueprintRequest) Get() *BlueprintsCreateBlueprintRequest
- func (v NullableBlueprintsCreateBlueprintRequest) IsSet() bool
- func (v NullableBlueprintsCreateBlueprintRequest) MarshalJSON() ([]byte, error)
- func (v *NullableBlueprintsCreateBlueprintRequest) Set(val *BlueprintsCreateBlueprintRequest)
- func (v *NullableBlueprintsCreateBlueprintRequest) UnmarshalJSON(src []byte) error
- func (v *NullableBlueprintsCreateBlueprintRequest) Unset()
- type NullableBlueprintsCreateBlueprintResponse
- func (v NullableBlueprintsCreateBlueprintResponse) Get() *BlueprintsCreateBlueprintResponse
- func (v NullableBlueprintsCreateBlueprintResponse) IsSet() bool
- func (v NullableBlueprintsCreateBlueprintResponse) MarshalJSON() ([]byte, error)
- func (v *NullableBlueprintsCreateBlueprintResponse) Set(val *BlueprintsCreateBlueprintResponse)
- func (v *NullableBlueprintsCreateBlueprintResponse) UnmarshalJSON(src []byte) error
- func (v *NullableBlueprintsCreateBlueprintResponse) Unset()
- type NullableBlueprintsDescribeBlueprintResponse
- func (v NullableBlueprintsDescribeBlueprintResponse) Get() *BlueprintsDescribeBlueprintResponse
- func (v NullableBlueprintsDescribeBlueprintResponse) IsSet() bool
- func (v NullableBlueprintsDescribeBlueprintResponse) MarshalJSON() ([]byte, error)
- func (v *NullableBlueprintsDescribeBlueprintResponse) Set(val *BlueprintsDescribeBlueprintResponse)
- func (v *NullableBlueprintsDescribeBlueprintResponse) UnmarshalJSON(src []byte) error
- func (v *NullableBlueprintsDescribeBlueprintResponse) Unset()
- type NullableBlueprintsListBlueprintsResponse
- func (v NullableBlueprintsListBlueprintsResponse) Get() *BlueprintsListBlueprintsResponse
- func (v NullableBlueprintsListBlueprintsResponse) IsSet() bool
- func (v NullableBlueprintsListBlueprintsResponse) MarshalJSON() ([]byte, error)
- func (v *NullableBlueprintsListBlueprintsResponse) Set(val *BlueprintsListBlueprintsResponse)
- func (v *NullableBlueprintsListBlueprintsResponse) UnmarshalJSON(src []byte) error
- func (v *NullableBlueprintsListBlueprintsResponse) Unset()
- type NullableBlueprintsUpdateBlueprintBody
- func (v NullableBlueprintsUpdateBlueprintBody) Get() *BlueprintsUpdateBlueprintBody
- func (v NullableBlueprintsUpdateBlueprintBody) IsSet() bool
- func (v NullableBlueprintsUpdateBlueprintBody) MarshalJSON() ([]byte, error)
- func (v *NullableBlueprintsUpdateBlueprintBody) Set(val *BlueprintsUpdateBlueprintBody)
- func (v *NullableBlueprintsUpdateBlueprintBody) UnmarshalJSON(src []byte) error
- func (v *NullableBlueprintsUpdateBlueprintBody) Unset()
- type NullableBlueprintsUpdateBlueprintResponse
- func (v NullableBlueprintsUpdateBlueprintResponse) Get() *BlueprintsUpdateBlueprintResponse
- func (v NullableBlueprintsUpdateBlueprintResponse) IsSet() bool
- func (v NullableBlueprintsUpdateBlueprintResponse) MarshalJSON() ([]byte, error)
- func (v *NullableBlueprintsUpdateBlueprintResponse) Set(val *BlueprintsUpdateBlueprintResponse)
- func (v *NullableBlueprintsUpdateBlueprintResponse) UnmarshalJSON(src []byte) error
- func (v *NullableBlueprintsUpdateBlueprintResponse) Unset()
- type NullableBool
- type NullableComponentsAppInstallationRef
- func (v NullableComponentsAppInstallationRef) Get() *ComponentsAppInstallationRef
- func (v NullableComponentsAppInstallationRef) IsSet() bool
- func (v NullableComponentsAppInstallationRef) MarshalJSON() ([]byte, error)
- func (v *NullableComponentsAppInstallationRef) Set(val *ComponentsAppInstallationRef)
- func (v *NullableComponentsAppInstallationRef) UnmarshalJSON(src []byte) error
- func (v *NullableComponentsAppInstallationRef) Unset()
- type NullableComponentsComponent
- func (v NullableComponentsComponent) Get() *ComponentsComponent
- func (v NullableComponentsComponent) IsSet() bool
- func (v NullableComponentsComponent) MarshalJSON() ([]byte, error)
- func (v *NullableComponentsComponent) Set(val *ComponentsComponent)
- func (v *NullableComponentsComponent) UnmarshalJSON(src []byte) error
- func (v *NullableComponentsComponent) Unset()
- type NullableComponentsComponentAction
- func (v NullableComponentsComponentAction) Get() *ComponentsComponentAction
- func (v NullableComponentsComponentAction) IsSet() bool
- func (v NullableComponentsComponentAction) MarshalJSON() ([]byte, error)
- func (v *NullableComponentsComponentAction) Set(val *ComponentsComponentAction)
- func (v *NullableComponentsComponentAction) UnmarshalJSON(src []byte) error
- func (v *NullableComponentsComponentAction) Unset()
- type NullableComponentsDescribeComponentResponse
- func (v NullableComponentsDescribeComponentResponse) Get() *ComponentsDescribeComponentResponse
- func (v NullableComponentsDescribeComponentResponse) IsSet() bool
- func (v NullableComponentsDescribeComponentResponse) MarshalJSON() ([]byte, error)
- func (v *NullableComponentsDescribeComponentResponse) Set(val *ComponentsDescribeComponentResponse)
- func (v *NullableComponentsDescribeComponentResponse) UnmarshalJSON(src []byte) error
- func (v *NullableComponentsDescribeComponentResponse) Unset()
- type NullableComponentsEdge
- func (v NullableComponentsEdge) Get() *ComponentsEdge
- func (v NullableComponentsEdge) IsSet() bool
- func (v NullableComponentsEdge) MarshalJSON() ([]byte, error)
- func (v *NullableComponentsEdge) Set(val *ComponentsEdge)
- func (v *NullableComponentsEdge) UnmarshalJSON(src []byte) error
- func (v *NullableComponentsEdge) Unset()
- type NullableComponentsListComponentActionsResponse
- func (v NullableComponentsListComponentActionsResponse) Get() *ComponentsListComponentActionsResponse
- func (v NullableComponentsListComponentActionsResponse) IsSet() bool
- func (v NullableComponentsListComponentActionsResponse) MarshalJSON() ([]byte, error)
- func (v *NullableComponentsListComponentActionsResponse) Set(val *ComponentsListComponentActionsResponse)
- func (v *NullableComponentsListComponentActionsResponse) UnmarshalJSON(src []byte) error
- func (v *NullableComponentsListComponentActionsResponse) Unset()
- type NullableComponentsListComponentsResponse
- func (v NullableComponentsListComponentsResponse) Get() *ComponentsListComponentsResponse
- func (v NullableComponentsListComponentsResponse) IsSet() bool
- func (v NullableComponentsListComponentsResponse) MarshalJSON() ([]byte, error)
- func (v *NullableComponentsListComponentsResponse) Set(val *ComponentsListComponentsResponse)
- func (v *NullableComponentsListComponentsResponse) UnmarshalJSON(src []byte) error
- func (v *NullableComponentsListComponentsResponse) Unset()
- type NullableComponentsNode
- func (v NullableComponentsNode) Get() *ComponentsNode
- func (v NullableComponentsNode) IsSet() bool
- func (v NullableComponentsNode) MarshalJSON() ([]byte, error)
- func (v *NullableComponentsNode) Set(val *ComponentsNode)
- func (v *NullableComponentsNode) UnmarshalJSON(src []byte) error
- func (v *NullableComponentsNode) Unset()
- type NullableComponentsNodeType
- func (v NullableComponentsNodeType) Get() *ComponentsNodeType
- func (v NullableComponentsNodeType) IsSet() bool
- func (v NullableComponentsNodeType) MarshalJSON() ([]byte, error)
- func (v *NullableComponentsNodeType) Set(val *ComponentsNodeType)
- func (v *NullableComponentsNodeType) UnmarshalJSON(src []byte) error
- func (v *NullableComponentsNodeType) Unset()
- type NullableComponentsPosition
- func (v NullableComponentsPosition) Get() *ComponentsPosition
- func (v NullableComponentsPosition) IsSet() bool
- func (v NullableComponentsPosition) MarshalJSON() ([]byte, error)
- func (v *NullableComponentsPosition) Set(val *ComponentsPosition)
- func (v *NullableComponentsPosition) UnmarshalJSON(src []byte) error
- func (v *NullableComponentsPosition) Unset()
- type NullableConfigurationAnyPredicateListTypeOptions
- func (v NullableConfigurationAnyPredicateListTypeOptions) Get() *ConfigurationAnyPredicateListTypeOptions
- func (v NullableConfigurationAnyPredicateListTypeOptions) IsSet() bool
- func (v NullableConfigurationAnyPredicateListTypeOptions) MarshalJSON() ([]byte, error)
- func (v *NullableConfigurationAnyPredicateListTypeOptions) Set(val *ConfigurationAnyPredicateListTypeOptions)
- func (v *NullableConfigurationAnyPredicateListTypeOptions) UnmarshalJSON(src []byte) error
- func (v *NullableConfigurationAnyPredicateListTypeOptions) Unset()
- type NullableConfigurationDateTimeTypeOptions
- func (v NullableConfigurationDateTimeTypeOptions) Get() *ConfigurationDateTimeTypeOptions
- func (v NullableConfigurationDateTimeTypeOptions) IsSet() bool
- func (v NullableConfigurationDateTimeTypeOptions) MarshalJSON() ([]byte, error)
- func (v *NullableConfigurationDateTimeTypeOptions) Set(val *ConfigurationDateTimeTypeOptions)
- func (v *NullableConfigurationDateTimeTypeOptions) UnmarshalJSON(src []byte) error
- func (v *NullableConfigurationDateTimeTypeOptions) Unset()
- type NullableConfigurationDateTypeOptions
- func (v NullableConfigurationDateTypeOptions) Get() *ConfigurationDateTypeOptions
- func (v NullableConfigurationDateTypeOptions) IsSet() bool
- func (v NullableConfigurationDateTypeOptions) MarshalJSON() ([]byte, error)
- func (v *NullableConfigurationDateTypeOptions) Set(val *ConfigurationDateTypeOptions)
- func (v *NullableConfigurationDateTypeOptions) UnmarshalJSON(src []byte) error
- func (v *NullableConfigurationDateTypeOptions) Unset()
- type NullableConfigurationExpressionTypeOptions
- func (v NullableConfigurationExpressionTypeOptions) Get() *ConfigurationExpressionTypeOptions
- func (v NullableConfigurationExpressionTypeOptions) IsSet() bool
- func (v NullableConfigurationExpressionTypeOptions) MarshalJSON() ([]byte, error)
- func (v *NullableConfigurationExpressionTypeOptions) Set(val *ConfigurationExpressionTypeOptions)
- func (v *NullableConfigurationExpressionTypeOptions) UnmarshalJSON(src []byte) error
- func (v *NullableConfigurationExpressionTypeOptions) Unset()
- type NullableConfigurationField
- func (v NullableConfigurationField) Get() *ConfigurationField
- func (v NullableConfigurationField) IsSet() bool
- func (v NullableConfigurationField) MarshalJSON() ([]byte, error)
- func (v *NullableConfigurationField) Set(val *ConfigurationField)
- func (v *NullableConfigurationField) UnmarshalJSON(src []byte) error
- func (v *NullableConfigurationField) Unset()
- type NullableConfigurationListItemDefinition
- func (v NullableConfigurationListItemDefinition) Get() *ConfigurationListItemDefinition
- func (v NullableConfigurationListItemDefinition) IsSet() bool
- func (v NullableConfigurationListItemDefinition) MarshalJSON() ([]byte, error)
- func (v *NullableConfigurationListItemDefinition) Set(val *ConfigurationListItemDefinition)
- func (v *NullableConfigurationListItemDefinition) UnmarshalJSON(src []byte) error
- func (v *NullableConfigurationListItemDefinition) Unset()
- type NullableConfigurationListTypeOptions
- func (v NullableConfigurationListTypeOptions) Get() *ConfigurationListTypeOptions
- func (v NullableConfigurationListTypeOptions) IsSet() bool
- func (v NullableConfigurationListTypeOptions) MarshalJSON() ([]byte, error)
- func (v *NullableConfigurationListTypeOptions) Set(val *ConfigurationListTypeOptions)
- func (v *NullableConfigurationListTypeOptions) UnmarshalJSON(src []byte) error
- func (v *NullableConfigurationListTypeOptions) Unset()
- type NullableConfigurationMultiSelectTypeOptions
- func (v NullableConfigurationMultiSelectTypeOptions) Get() *ConfigurationMultiSelectTypeOptions
- func (v NullableConfigurationMultiSelectTypeOptions) IsSet() bool
- func (v NullableConfigurationMultiSelectTypeOptions) MarshalJSON() ([]byte, error)
- func (v *NullableConfigurationMultiSelectTypeOptions) Set(val *ConfigurationMultiSelectTypeOptions)
- func (v *NullableConfigurationMultiSelectTypeOptions) UnmarshalJSON(src []byte) error
- func (v *NullableConfigurationMultiSelectTypeOptions) Unset()
- type NullableConfigurationNumberTypeOptions
- func (v NullableConfigurationNumberTypeOptions) Get() *ConfigurationNumberTypeOptions
- func (v NullableConfigurationNumberTypeOptions) IsSet() bool
- func (v NullableConfigurationNumberTypeOptions) MarshalJSON() ([]byte, error)
- func (v *NullableConfigurationNumberTypeOptions) Set(val *ConfigurationNumberTypeOptions)
- func (v *NullableConfigurationNumberTypeOptions) UnmarshalJSON(src []byte) error
- func (v *NullableConfigurationNumberTypeOptions) Unset()
- type NullableConfigurationObjectTypeOptions
- func (v NullableConfigurationObjectTypeOptions) Get() *ConfigurationObjectTypeOptions
- func (v NullableConfigurationObjectTypeOptions) IsSet() bool
- func (v NullableConfigurationObjectTypeOptions) MarshalJSON() ([]byte, error)
- func (v *NullableConfigurationObjectTypeOptions) Set(val *ConfigurationObjectTypeOptions)
- func (v *NullableConfigurationObjectTypeOptions) UnmarshalJSON(src []byte) error
- func (v *NullableConfigurationObjectTypeOptions) Unset()
- type NullableConfigurationRequiredCondition
- func (v NullableConfigurationRequiredCondition) Get() *ConfigurationRequiredCondition
- func (v NullableConfigurationRequiredCondition) IsSet() bool
- func (v NullableConfigurationRequiredCondition) MarshalJSON() ([]byte, error)
- func (v *NullableConfigurationRequiredCondition) Set(val *ConfigurationRequiredCondition)
- func (v *NullableConfigurationRequiredCondition) UnmarshalJSON(src []byte) error
- func (v *NullableConfigurationRequiredCondition) Unset()
- type NullableConfigurationResourceTypeOptions
- func (v NullableConfigurationResourceTypeOptions) Get() *ConfigurationResourceTypeOptions
- func (v NullableConfigurationResourceTypeOptions) IsSet() bool
- func (v NullableConfigurationResourceTypeOptions) MarshalJSON() ([]byte, error)
- func (v *NullableConfigurationResourceTypeOptions) Set(val *ConfigurationResourceTypeOptions)
- func (v *NullableConfigurationResourceTypeOptions) UnmarshalJSON(src []byte) error
- func (v *NullableConfigurationResourceTypeOptions) Unset()
- type NullableConfigurationSelectOption
- func (v NullableConfigurationSelectOption) Get() *ConfigurationSelectOption
- func (v NullableConfigurationSelectOption) IsSet() bool
- func (v NullableConfigurationSelectOption) MarshalJSON() ([]byte, error)
- func (v *NullableConfigurationSelectOption) Set(val *ConfigurationSelectOption)
- func (v *NullableConfigurationSelectOption) UnmarshalJSON(src []byte) error
- func (v *NullableConfigurationSelectOption) Unset()
- type NullableConfigurationSelectTypeOptions
- func (v NullableConfigurationSelectTypeOptions) Get() *ConfigurationSelectTypeOptions
- func (v NullableConfigurationSelectTypeOptions) IsSet() bool
- func (v NullableConfigurationSelectTypeOptions) MarshalJSON() ([]byte, error)
- func (v *NullableConfigurationSelectTypeOptions) Set(val *ConfigurationSelectTypeOptions)
- func (v *NullableConfigurationSelectTypeOptions) UnmarshalJSON(src []byte) error
- func (v *NullableConfigurationSelectTypeOptions) Unset()
- type NullableConfigurationStringTypeOptions
- func (v NullableConfigurationStringTypeOptions) Get() *ConfigurationStringTypeOptions
- func (v NullableConfigurationStringTypeOptions) IsSet() bool
- func (v NullableConfigurationStringTypeOptions) MarshalJSON() ([]byte, error)
- func (v *NullableConfigurationStringTypeOptions) Set(val *ConfigurationStringTypeOptions)
- func (v *NullableConfigurationStringTypeOptions) UnmarshalJSON(src []byte) error
- func (v *NullableConfigurationStringTypeOptions) Unset()
- type NullableConfigurationTextTypeOptions
- func (v NullableConfigurationTextTypeOptions) Get() *ConfigurationTextTypeOptions
- func (v NullableConfigurationTextTypeOptions) IsSet() bool
- func (v NullableConfigurationTextTypeOptions) MarshalJSON() ([]byte, error)
- func (v *NullableConfigurationTextTypeOptions) Set(val *ConfigurationTextTypeOptions)
- func (v *NullableConfigurationTextTypeOptions) UnmarshalJSON(src []byte) error
- func (v *NullableConfigurationTextTypeOptions) Unset()
- type NullableConfigurationTimeTypeOptions
- func (v NullableConfigurationTimeTypeOptions) Get() *ConfigurationTimeTypeOptions
- func (v NullableConfigurationTimeTypeOptions) IsSet() bool
- func (v NullableConfigurationTimeTypeOptions) MarshalJSON() ([]byte, error)
- func (v *NullableConfigurationTimeTypeOptions) Set(val *ConfigurationTimeTypeOptions)
- func (v *NullableConfigurationTimeTypeOptions) UnmarshalJSON(src []byte) error
- func (v *NullableConfigurationTimeTypeOptions) Unset()
- type NullableConfigurationTypeOptions
- func (v NullableConfigurationTypeOptions) Get() *ConfigurationTypeOptions
- func (v NullableConfigurationTypeOptions) IsSet() bool
- func (v NullableConfigurationTypeOptions) MarshalJSON() ([]byte, error)
- func (v *NullableConfigurationTypeOptions) Set(val *ConfigurationTypeOptions)
- func (v *NullableConfigurationTypeOptions) UnmarshalJSON(src []byte) error
- func (v *NullableConfigurationTypeOptions) Unset()
- type NullableConfigurationValidationRule
- func (v NullableConfigurationValidationRule) Get() *ConfigurationValidationRule
- func (v NullableConfigurationValidationRule) IsSet() bool
- func (v NullableConfigurationValidationRule) MarshalJSON() ([]byte, error)
- func (v *NullableConfigurationValidationRule) Set(val *ConfigurationValidationRule)
- func (v *NullableConfigurationValidationRule) UnmarshalJSON(src []byte) error
- func (v *NullableConfigurationValidationRule) Unset()
- type NullableConfigurationVisibilityCondition
- func (v NullableConfigurationVisibilityCondition) Get() *ConfigurationVisibilityCondition
- func (v NullableConfigurationVisibilityCondition) IsSet() bool
- func (v NullableConfigurationVisibilityCondition) MarshalJSON() ([]byte, error)
- func (v *NullableConfigurationVisibilityCondition) Set(val *ConfigurationVisibilityCondition)
- func (v *NullableConfigurationVisibilityCondition) UnmarshalJSON(src []byte) error
- func (v *NullableConfigurationVisibilityCondition) Unset()
- type NullableFloat32
- type NullableFloat64
- type NullableGooglerpcStatus
- func (v NullableGooglerpcStatus) Get() *GooglerpcStatus
- func (v NullableGooglerpcStatus) IsSet() bool
- func (v NullableGooglerpcStatus) MarshalJSON() ([]byte, error)
- func (v *NullableGooglerpcStatus) Set(val *GooglerpcStatus)
- func (v *NullableGooglerpcStatus) UnmarshalJSON(src []byte) error
- func (v *NullableGooglerpcStatus) Unset()
- type NullableGroupsAddUserToGroupBody
- func (v NullableGroupsAddUserToGroupBody) Get() *GroupsAddUserToGroupBody
- func (v NullableGroupsAddUserToGroupBody) IsSet() bool
- func (v NullableGroupsAddUserToGroupBody) MarshalJSON() ([]byte, error)
- func (v *NullableGroupsAddUserToGroupBody) Set(val *GroupsAddUserToGroupBody)
- func (v *NullableGroupsAddUserToGroupBody) UnmarshalJSON(src []byte) error
- func (v *NullableGroupsAddUserToGroupBody) Unset()
- type NullableGroupsCreateGroupRequest
- func (v NullableGroupsCreateGroupRequest) Get() *GroupsCreateGroupRequest
- func (v NullableGroupsCreateGroupRequest) IsSet() bool
- func (v NullableGroupsCreateGroupRequest) MarshalJSON() ([]byte, error)
- func (v *NullableGroupsCreateGroupRequest) Set(val *GroupsCreateGroupRequest)
- func (v *NullableGroupsCreateGroupRequest) UnmarshalJSON(src []byte) error
- func (v *NullableGroupsCreateGroupRequest) Unset()
- type NullableGroupsCreateGroupResponse
- func (v NullableGroupsCreateGroupResponse) Get() *GroupsCreateGroupResponse
- func (v NullableGroupsCreateGroupResponse) IsSet() bool
- func (v NullableGroupsCreateGroupResponse) MarshalJSON() ([]byte, error)
- func (v *NullableGroupsCreateGroupResponse) Set(val *GroupsCreateGroupResponse)
- func (v *NullableGroupsCreateGroupResponse) UnmarshalJSON(src []byte) error
- func (v *NullableGroupsCreateGroupResponse) Unset()
- type NullableGroupsDescribeGroupResponse
- func (v NullableGroupsDescribeGroupResponse) Get() *GroupsDescribeGroupResponse
- func (v NullableGroupsDescribeGroupResponse) IsSet() bool
- func (v NullableGroupsDescribeGroupResponse) MarshalJSON() ([]byte, error)
- func (v *NullableGroupsDescribeGroupResponse) Set(val *GroupsDescribeGroupResponse)
- func (v *NullableGroupsDescribeGroupResponse) UnmarshalJSON(src []byte) error
- func (v *NullableGroupsDescribeGroupResponse) Unset()
- type NullableGroupsGroup
- func (v NullableGroupsGroup) Get() *GroupsGroup
- func (v NullableGroupsGroup) IsSet() bool
- func (v NullableGroupsGroup) MarshalJSON() ([]byte, error)
- func (v *NullableGroupsGroup) Set(val *GroupsGroup)
- func (v *NullableGroupsGroup) UnmarshalJSON(src []byte) error
- func (v *NullableGroupsGroup) Unset()
- type NullableGroupsGroupMetadata
- func (v NullableGroupsGroupMetadata) Get() *GroupsGroupMetadata
- func (v NullableGroupsGroupMetadata) IsSet() bool
- func (v NullableGroupsGroupMetadata) MarshalJSON() ([]byte, error)
- func (v *NullableGroupsGroupMetadata) Set(val *GroupsGroupMetadata)
- func (v *NullableGroupsGroupMetadata) UnmarshalJSON(src []byte) error
- func (v *NullableGroupsGroupMetadata) Unset()
- type NullableGroupsGroupSpec
- func (v NullableGroupsGroupSpec) Get() *GroupsGroupSpec
- func (v NullableGroupsGroupSpec) IsSet() bool
- func (v NullableGroupsGroupSpec) MarshalJSON() ([]byte, error)
- func (v *NullableGroupsGroupSpec) Set(val *GroupsGroupSpec)
- func (v *NullableGroupsGroupSpec) UnmarshalJSON(src []byte) error
- func (v *NullableGroupsGroupSpec) Unset()
- type NullableGroupsGroupStatus
- func (v NullableGroupsGroupStatus) Get() *GroupsGroupStatus
- func (v NullableGroupsGroupStatus) IsSet() bool
- func (v NullableGroupsGroupStatus) MarshalJSON() ([]byte, error)
- func (v *NullableGroupsGroupStatus) Set(val *GroupsGroupStatus)
- func (v *NullableGroupsGroupStatus) UnmarshalJSON(src []byte) error
- func (v *NullableGroupsGroupStatus) Unset()
- type NullableGroupsListGroupUsersResponse
- func (v NullableGroupsListGroupUsersResponse) Get() *GroupsListGroupUsersResponse
- func (v NullableGroupsListGroupUsersResponse) IsSet() bool
- func (v NullableGroupsListGroupUsersResponse) MarshalJSON() ([]byte, error)
- func (v *NullableGroupsListGroupUsersResponse) Set(val *GroupsListGroupUsersResponse)
- func (v *NullableGroupsListGroupUsersResponse) UnmarshalJSON(src []byte) error
- func (v *NullableGroupsListGroupUsersResponse) Unset()
- type NullableGroupsListGroupsResponse
- func (v NullableGroupsListGroupsResponse) Get() *GroupsListGroupsResponse
- func (v NullableGroupsListGroupsResponse) IsSet() bool
- func (v NullableGroupsListGroupsResponse) MarshalJSON() ([]byte, error)
- func (v *NullableGroupsListGroupsResponse) Set(val *GroupsListGroupsResponse)
- func (v *NullableGroupsListGroupsResponse) UnmarshalJSON(src []byte) error
- func (v *NullableGroupsListGroupsResponse) Unset()
- type NullableGroupsRemoveUserFromGroupBody
- func (v NullableGroupsRemoveUserFromGroupBody) Get() *GroupsRemoveUserFromGroupBody
- func (v NullableGroupsRemoveUserFromGroupBody) IsSet() bool
- func (v NullableGroupsRemoveUserFromGroupBody) MarshalJSON() ([]byte, error)
- func (v *NullableGroupsRemoveUserFromGroupBody) Set(val *GroupsRemoveUserFromGroupBody)
- func (v *NullableGroupsRemoveUserFromGroupBody) UnmarshalJSON(src []byte) error
- func (v *NullableGroupsRemoveUserFromGroupBody) Unset()
- type NullableGroupsUpdateGroupBody
- func (v NullableGroupsUpdateGroupBody) Get() *GroupsUpdateGroupBody
- func (v NullableGroupsUpdateGroupBody) IsSet() bool
- func (v NullableGroupsUpdateGroupBody) MarshalJSON() ([]byte, error)
- func (v *NullableGroupsUpdateGroupBody) Set(val *GroupsUpdateGroupBody)
- func (v *NullableGroupsUpdateGroupBody) UnmarshalJSON(src []byte) error
- func (v *NullableGroupsUpdateGroupBody) Unset()
- type NullableGroupsUpdateGroupResponse
- func (v NullableGroupsUpdateGroupResponse) Get() *GroupsUpdateGroupResponse
- func (v NullableGroupsUpdateGroupResponse) IsSet() bool
- func (v NullableGroupsUpdateGroupResponse) MarshalJSON() ([]byte, error)
- func (v *NullableGroupsUpdateGroupResponse) Set(val *GroupsUpdateGroupResponse)
- func (v *NullableGroupsUpdateGroupResponse) UnmarshalJSON(src []byte) error
- func (v *NullableGroupsUpdateGroupResponse) Unset()
- type NullableInt
- type NullableInt32
- type NullableInt64
- type NullableMeRegenerateTokenResponse
- func (v NullableMeRegenerateTokenResponse) Get() *MeRegenerateTokenResponse
- func (v NullableMeRegenerateTokenResponse) IsSet() bool
- func (v NullableMeRegenerateTokenResponse) MarshalJSON() ([]byte, error)
- func (v *NullableMeRegenerateTokenResponse) Set(val *MeRegenerateTokenResponse)
- func (v *NullableMeRegenerateTokenResponse) UnmarshalJSON(src []byte) error
- func (v *NullableMeRegenerateTokenResponse) Unset()
- type NullableNodeBlueprintRef
- func (v NullableNodeBlueprintRef) Get() *NodeBlueprintRef
- func (v NullableNodeBlueprintRef) IsSet() bool
- func (v NullableNodeBlueprintRef) MarshalJSON() ([]byte, error)
- func (v *NullableNodeBlueprintRef) Set(val *NodeBlueprintRef)
- func (v *NullableNodeBlueprintRef) UnmarshalJSON(src []byte) error
- func (v *NullableNodeBlueprintRef) Unset()
- type NullableNodeComponentRef
- func (v NullableNodeComponentRef) Get() *NodeComponentRef
- func (v NullableNodeComponentRef) IsSet() bool
- func (v NullableNodeComponentRef) MarshalJSON() ([]byte, error)
- func (v *NullableNodeComponentRef) Set(val *NodeComponentRef)
- func (v *NullableNodeComponentRef) UnmarshalJSON(src []byte) error
- func (v *NullableNodeComponentRef) Unset()
- type NullableNodeTriggerRef
- func (v NullableNodeTriggerRef) Get() *NodeTriggerRef
- func (v NullableNodeTriggerRef) IsSet() bool
- func (v NullableNodeTriggerRef) MarshalJSON() ([]byte, error)
- func (v *NullableNodeTriggerRef) Set(val *NodeTriggerRef)
- func (v *NullableNodeTriggerRef) UnmarshalJSON(src []byte) error
- func (v *NullableNodeTriggerRef) Unset()
- type NullableNodeWidgetRef
- func (v NullableNodeWidgetRef) Get() *NodeWidgetRef
- func (v NullableNodeWidgetRef) IsSet() bool
- func (v NullableNodeWidgetRef) MarshalJSON() ([]byte, error)
- func (v *NullableNodeWidgetRef) Set(val *NodeWidgetRef)
- func (v *NullableNodeWidgetRef) UnmarshalJSON(src []byte) error
- func (v *NullableNodeWidgetRef) Unset()
- type NullableOrganizationsAppInstallation
- func (v NullableOrganizationsAppInstallation) Get() *OrganizationsAppInstallation
- func (v NullableOrganizationsAppInstallation) IsSet() bool
- func (v NullableOrganizationsAppInstallation) MarshalJSON() ([]byte, error)
- func (v *NullableOrganizationsAppInstallation) Set(val *OrganizationsAppInstallation)
- func (v *NullableOrganizationsAppInstallation) UnmarshalJSON(src []byte) error
- func (v *NullableOrganizationsAppInstallation) Unset()
- type NullableOrganizationsAppInstallationMetadata
- func (v NullableOrganizationsAppInstallationMetadata) Get() *OrganizationsAppInstallationMetadata
- func (v NullableOrganizationsAppInstallationMetadata) IsSet() bool
- func (v NullableOrganizationsAppInstallationMetadata) MarshalJSON() ([]byte, error)
- func (v *NullableOrganizationsAppInstallationMetadata) Set(val *OrganizationsAppInstallationMetadata)
- func (v *NullableOrganizationsAppInstallationMetadata) UnmarshalJSON(src []byte) error
- func (v *NullableOrganizationsAppInstallationMetadata) Unset()
- type NullableOrganizationsAppInstallationResourceRef
- func (v NullableOrganizationsAppInstallationResourceRef) Get() *OrganizationsAppInstallationResourceRef
- func (v NullableOrganizationsAppInstallationResourceRef) IsSet() bool
- func (v NullableOrganizationsAppInstallationResourceRef) MarshalJSON() ([]byte, error)
- func (v *NullableOrganizationsAppInstallationResourceRef) Set(val *OrganizationsAppInstallationResourceRef)
- func (v *NullableOrganizationsAppInstallationResourceRef) UnmarshalJSON(src []byte) error
- func (v *NullableOrganizationsAppInstallationResourceRef) Unset()
- type NullableOrganizationsAppInstallationSpec
- func (v NullableOrganizationsAppInstallationSpec) Get() *OrganizationsAppInstallationSpec
- func (v NullableOrganizationsAppInstallationSpec) IsSet() bool
- func (v NullableOrganizationsAppInstallationSpec) MarshalJSON() ([]byte, error)
- func (v *NullableOrganizationsAppInstallationSpec) Set(val *OrganizationsAppInstallationSpec)
- func (v *NullableOrganizationsAppInstallationSpec) UnmarshalJSON(src []byte) error
- func (v *NullableOrganizationsAppInstallationSpec) Unset()
- type NullableOrganizationsAppInstallationStatus
- func (v NullableOrganizationsAppInstallationStatus) Get() *OrganizationsAppInstallationStatus
- func (v NullableOrganizationsAppInstallationStatus) IsSet() bool
- func (v NullableOrganizationsAppInstallationStatus) MarshalJSON() ([]byte, error)
- func (v *NullableOrganizationsAppInstallationStatus) Set(val *OrganizationsAppInstallationStatus)
- func (v *NullableOrganizationsAppInstallationStatus) UnmarshalJSON(src []byte) error
- func (v *NullableOrganizationsAppInstallationStatus) Unset()
- type NullableOrganizationsBrowserAction
- func (v NullableOrganizationsBrowserAction) Get() *OrganizationsBrowserAction
- func (v NullableOrganizationsBrowserAction) IsSet() bool
- func (v NullableOrganizationsBrowserAction) MarshalJSON() ([]byte, error)
- func (v *NullableOrganizationsBrowserAction) Set(val *OrganizationsBrowserAction)
- func (v *NullableOrganizationsBrowserAction) UnmarshalJSON(src []byte) error
- func (v *NullableOrganizationsBrowserAction) Unset()
- type NullableOrganizationsCreateInvitationBody
- func (v NullableOrganizationsCreateInvitationBody) Get() *OrganizationsCreateInvitationBody
- func (v NullableOrganizationsCreateInvitationBody) IsSet() bool
- func (v NullableOrganizationsCreateInvitationBody) MarshalJSON() ([]byte, error)
- func (v *NullableOrganizationsCreateInvitationBody) Set(val *OrganizationsCreateInvitationBody)
- func (v *NullableOrganizationsCreateInvitationBody) UnmarshalJSON(src []byte) error
- func (v *NullableOrganizationsCreateInvitationBody) Unset()
- type NullableOrganizationsCreateInvitationResponse
- func (v NullableOrganizationsCreateInvitationResponse) Get() *OrganizationsCreateInvitationResponse
- func (v NullableOrganizationsCreateInvitationResponse) IsSet() bool
- func (v NullableOrganizationsCreateInvitationResponse) MarshalJSON() ([]byte, error)
- func (v *NullableOrganizationsCreateInvitationResponse) Set(val *OrganizationsCreateInvitationResponse)
- func (v *NullableOrganizationsCreateInvitationResponse) UnmarshalJSON(src []byte) error
- func (v *NullableOrganizationsCreateInvitationResponse) Unset()
- type NullableOrganizationsDescribeApplicationResponse
- func (v NullableOrganizationsDescribeApplicationResponse) Get() *OrganizationsDescribeApplicationResponse
- func (v NullableOrganizationsDescribeApplicationResponse) IsSet() bool
- func (v NullableOrganizationsDescribeApplicationResponse) MarshalJSON() ([]byte, error)
- func (v *NullableOrganizationsDescribeApplicationResponse) Set(val *OrganizationsDescribeApplicationResponse)
- func (v *NullableOrganizationsDescribeApplicationResponse) UnmarshalJSON(src []byte) error
- func (v *NullableOrganizationsDescribeApplicationResponse) Unset()
- type NullableOrganizationsDescribeOrganizationResponse
- func (v NullableOrganizationsDescribeOrganizationResponse) Get() *OrganizationsDescribeOrganizationResponse
- func (v NullableOrganizationsDescribeOrganizationResponse) IsSet() bool
- func (v NullableOrganizationsDescribeOrganizationResponse) MarshalJSON() ([]byte, error)
- func (v *NullableOrganizationsDescribeOrganizationResponse) Set(val *OrganizationsDescribeOrganizationResponse)
- func (v *NullableOrganizationsDescribeOrganizationResponse) UnmarshalJSON(src []byte) error
- func (v *NullableOrganizationsDescribeOrganizationResponse) Unset()
- type NullableOrganizationsGetInviteLinkResponse
- func (v NullableOrganizationsGetInviteLinkResponse) Get() *OrganizationsGetInviteLinkResponse
- func (v NullableOrganizationsGetInviteLinkResponse) IsSet() bool
- func (v NullableOrganizationsGetInviteLinkResponse) MarshalJSON() ([]byte, error)
- func (v *NullableOrganizationsGetInviteLinkResponse) Set(val *OrganizationsGetInviteLinkResponse)
- func (v *NullableOrganizationsGetInviteLinkResponse) UnmarshalJSON(src []byte) error
- func (v *NullableOrganizationsGetInviteLinkResponse) Unset()
- type NullableOrganizationsInstallApplicationBody
- func (v NullableOrganizationsInstallApplicationBody) Get() *OrganizationsInstallApplicationBody
- func (v NullableOrganizationsInstallApplicationBody) IsSet() bool
- func (v NullableOrganizationsInstallApplicationBody) MarshalJSON() ([]byte, error)
- func (v *NullableOrganizationsInstallApplicationBody) Set(val *OrganizationsInstallApplicationBody)
- func (v *NullableOrganizationsInstallApplicationBody) UnmarshalJSON(src []byte) error
- func (v *NullableOrganizationsInstallApplicationBody) Unset()
- type NullableOrganizationsInstallApplicationResponse
- func (v NullableOrganizationsInstallApplicationResponse) Get() *OrganizationsInstallApplicationResponse
- func (v NullableOrganizationsInstallApplicationResponse) IsSet() bool
- func (v NullableOrganizationsInstallApplicationResponse) MarshalJSON() ([]byte, error)
- func (v *NullableOrganizationsInstallApplicationResponse) Set(val *OrganizationsInstallApplicationResponse)
- func (v *NullableOrganizationsInstallApplicationResponse) UnmarshalJSON(src []byte) error
- func (v *NullableOrganizationsInstallApplicationResponse) Unset()
- type NullableOrganizationsInvitation
- func (v NullableOrganizationsInvitation) Get() *OrganizationsInvitation
- func (v NullableOrganizationsInvitation) IsSet() bool
- func (v NullableOrganizationsInvitation) MarshalJSON() ([]byte, error)
- func (v *NullableOrganizationsInvitation) Set(val *OrganizationsInvitation)
- func (v *NullableOrganizationsInvitation) UnmarshalJSON(src []byte) error
- func (v *NullableOrganizationsInvitation) Unset()
- type NullableOrganizationsInviteLink
- func (v NullableOrganizationsInviteLink) Get() *OrganizationsInviteLink
- func (v NullableOrganizationsInviteLink) IsSet() bool
- func (v NullableOrganizationsInviteLink) MarshalJSON() ([]byte, error)
- func (v *NullableOrganizationsInviteLink) Set(val *OrganizationsInviteLink)
- func (v *NullableOrganizationsInviteLink) UnmarshalJSON(src []byte) error
- func (v *NullableOrganizationsInviteLink) Unset()
- type NullableOrganizationsListApplicationResourcesResponse
- func (v NullableOrganizationsListApplicationResourcesResponse) Get() *OrganizationsListApplicationResourcesResponse
- func (v NullableOrganizationsListApplicationResourcesResponse) IsSet() bool
- func (v NullableOrganizationsListApplicationResourcesResponse) MarshalJSON() ([]byte, error)
- func (v *NullableOrganizationsListApplicationResourcesResponse) Set(val *OrganizationsListApplicationResourcesResponse)
- func (v *NullableOrganizationsListApplicationResourcesResponse) UnmarshalJSON(src []byte) error
- func (v *NullableOrganizationsListApplicationResourcesResponse) Unset()
- type NullableOrganizationsListInvitationsResponse
- func (v NullableOrganizationsListInvitationsResponse) Get() *OrganizationsListInvitationsResponse
- func (v NullableOrganizationsListInvitationsResponse) IsSet() bool
- func (v NullableOrganizationsListInvitationsResponse) MarshalJSON() ([]byte, error)
- func (v *NullableOrganizationsListInvitationsResponse) Set(val *OrganizationsListInvitationsResponse)
- func (v *NullableOrganizationsListInvitationsResponse) UnmarshalJSON(src []byte) error
- func (v *NullableOrganizationsListInvitationsResponse) Unset()
- type NullableOrganizationsOrganization
- func (v NullableOrganizationsOrganization) Get() *OrganizationsOrganization
- func (v NullableOrganizationsOrganization) IsSet() bool
- func (v NullableOrganizationsOrganization) MarshalJSON() ([]byte, error)
- func (v *NullableOrganizationsOrganization) Set(val *OrganizationsOrganization)
- func (v *NullableOrganizationsOrganization) UnmarshalJSON(src []byte) error
- func (v *NullableOrganizationsOrganization) Unset()
- type NullableOrganizationsOrganizationMetadata
- func (v NullableOrganizationsOrganizationMetadata) Get() *OrganizationsOrganizationMetadata
- func (v NullableOrganizationsOrganizationMetadata) IsSet() bool
- func (v NullableOrganizationsOrganizationMetadata) MarshalJSON() ([]byte, error)
- func (v *NullableOrganizationsOrganizationMetadata) Set(val *OrganizationsOrganizationMetadata)
- func (v *NullableOrganizationsOrganizationMetadata) UnmarshalJSON(src []byte) error
- func (v *NullableOrganizationsOrganizationMetadata) Unset()
- type NullableOrganizationsResetInviteLinkResponse
- func (v NullableOrganizationsResetInviteLinkResponse) Get() *OrganizationsResetInviteLinkResponse
- func (v NullableOrganizationsResetInviteLinkResponse) IsSet() bool
- func (v NullableOrganizationsResetInviteLinkResponse) MarshalJSON() ([]byte, error)
- func (v *NullableOrganizationsResetInviteLinkResponse) Set(val *OrganizationsResetInviteLinkResponse)
- func (v *NullableOrganizationsResetInviteLinkResponse) UnmarshalJSON(src []byte) error
- func (v *NullableOrganizationsResetInviteLinkResponse) Unset()
- type NullableOrganizationsUpdateApplicationBody
- func (v NullableOrganizationsUpdateApplicationBody) Get() *OrganizationsUpdateApplicationBody
- func (v NullableOrganizationsUpdateApplicationBody) IsSet() bool
- func (v NullableOrganizationsUpdateApplicationBody) MarshalJSON() ([]byte, error)
- func (v *NullableOrganizationsUpdateApplicationBody) Set(val *OrganizationsUpdateApplicationBody)
- func (v *NullableOrganizationsUpdateApplicationBody) UnmarshalJSON(src []byte) error
- func (v *NullableOrganizationsUpdateApplicationBody) Unset()
- type NullableOrganizationsUpdateApplicationResponse
- func (v NullableOrganizationsUpdateApplicationResponse) Get() *OrganizationsUpdateApplicationResponse
- func (v NullableOrganizationsUpdateApplicationResponse) IsSet() bool
- func (v NullableOrganizationsUpdateApplicationResponse) MarshalJSON() ([]byte, error)
- func (v *NullableOrganizationsUpdateApplicationResponse) Set(val *OrganizationsUpdateApplicationResponse)
- func (v *NullableOrganizationsUpdateApplicationResponse) UnmarshalJSON(src []byte) error
- func (v *NullableOrganizationsUpdateApplicationResponse) Unset()
- type NullableOrganizationsUpdateInviteLinkBody
- func (v NullableOrganizationsUpdateInviteLinkBody) Get() *OrganizationsUpdateInviteLinkBody
- func (v NullableOrganizationsUpdateInviteLinkBody) IsSet() bool
- func (v NullableOrganizationsUpdateInviteLinkBody) MarshalJSON() ([]byte, error)
- func (v *NullableOrganizationsUpdateInviteLinkBody) Set(val *OrganizationsUpdateInviteLinkBody)
- func (v *NullableOrganizationsUpdateInviteLinkBody) UnmarshalJSON(src []byte) error
- func (v *NullableOrganizationsUpdateInviteLinkBody) Unset()
- type NullableOrganizationsUpdateInviteLinkResponse
- func (v NullableOrganizationsUpdateInviteLinkResponse) Get() *OrganizationsUpdateInviteLinkResponse
- func (v NullableOrganizationsUpdateInviteLinkResponse) IsSet() bool
- func (v NullableOrganizationsUpdateInviteLinkResponse) MarshalJSON() ([]byte, error)
- func (v *NullableOrganizationsUpdateInviteLinkResponse) Set(val *OrganizationsUpdateInviteLinkResponse)
- func (v *NullableOrganizationsUpdateInviteLinkResponse) UnmarshalJSON(src []byte) error
- func (v *NullableOrganizationsUpdateInviteLinkResponse) Unset()
- type NullableOrganizationsUpdateOrganizationBody
- func (v NullableOrganizationsUpdateOrganizationBody) Get() *OrganizationsUpdateOrganizationBody
- func (v NullableOrganizationsUpdateOrganizationBody) IsSet() bool
- func (v NullableOrganizationsUpdateOrganizationBody) MarshalJSON() ([]byte, error)
- func (v *NullableOrganizationsUpdateOrganizationBody) Set(val *OrganizationsUpdateOrganizationBody)
- func (v *NullableOrganizationsUpdateOrganizationBody) UnmarshalJSON(src []byte) error
- func (v *NullableOrganizationsUpdateOrganizationBody) Unset()
- type NullableOrganizationsUpdateOrganizationResponse
- func (v NullableOrganizationsUpdateOrganizationResponse) Get() *OrganizationsUpdateOrganizationResponse
- func (v NullableOrganizationsUpdateOrganizationResponse) IsSet() bool
- func (v NullableOrganizationsUpdateOrganizationResponse) MarshalJSON() ([]byte, error)
- func (v *NullableOrganizationsUpdateOrganizationResponse) Set(val *OrganizationsUpdateOrganizationResponse)
- func (v *NullableOrganizationsUpdateOrganizationResponse) UnmarshalJSON(src []byte) error
- func (v *NullableOrganizationsUpdateOrganizationResponse) Unset()
- type NullableProtobufAny
- func (v NullableProtobufAny) Get() *ProtobufAny
- func (v NullableProtobufAny) IsSet() bool
- func (v NullableProtobufAny) MarshalJSON() ([]byte, error)
- func (v *NullableProtobufAny) Set(val *ProtobufAny)
- func (v *NullableProtobufAny) UnmarshalJSON(src []byte) error
- func (v *NullableProtobufAny) Unset()
- type NullableProtobufNullValue
- func (v NullableProtobufNullValue) Get() *ProtobufNullValue
- func (v NullableProtobufNullValue) IsSet() bool
- func (v NullableProtobufNullValue) MarshalJSON() ([]byte, error)
- func (v *NullableProtobufNullValue) Set(val *ProtobufNullValue)
- func (v *NullableProtobufNullValue) UnmarshalJSON(src []byte) error
- func (v *NullableProtobufNullValue) Unset()
- type NullableRolesAssignRoleBody
- func (v NullableRolesAssignRoleBody) Get() *RolesAssignRoleBody
- func (v NullableRolesAssignRoleBody) IsSet() bool
- func (v NullableRolesAssignRoleBody) MarshalJSON() ([]byte, error)
- func (v *NullableRolesAssignRoleBody) Set(val *RolesAssignRoleBody)
- func (v *NullableRolesAssignRoleBody) UnmarshalJSON(src []byte) error
- func (v *NullableRolesAssignRoleBody) Unset()
- type NullableRolesCreateRoleRequest
- func (v NullableRolesCreateRoleRequest) Get() *RolesCreateRoleRequest
- func (v NullableRolesCreateRoleRequest) IsSet() bool
- func (v NullableRolesCreateRoleRequest) MarshalJSON() ([]byte, error)
- func (v *NullableRolesCreateRoleRequest) Set(val *RolesCreateRoleRequest)
- func (v *NullableRolesCreateRoleRequest) UnmarshalJSON(src []byte) error
- func (v *NullableRolesCreateRoleRequest) Unset()
- type NullableRolesCreateRoleResponse
- func (v NullableRolesCreateRoleResponse) Get() *RolesCreateRoleResponse
- func (v NullableRolesCreateRoleResponse) IsSet() bool
- func (v NullableRolesCreateRoleResponse) MarshalJSON() ([]byte, error)
- func (v *NullableRolesCreateRoleResponse) Set(val *RolesCreateRoleResponse)
- func (v *NullableRolesCreateRoleResponse) UnmarshalJSON(src []byte) error
- func (v *NullableRolesCreateRoleResponse) Unset()
- type NullableRolesDescribeRoleResponse
- func (v NullableRolesDescribeRoleResponse) Get() *RolesDescribeRoleResponse
- func (v NullableRolesDescribeRoleResponse) IsSet() bool
- func (v NullableRolesDescribeRoleResponse) MarshalJSON() ([]byte, error)
- func (v *NullableRolesDescribeRoleResponse) Set(val *RolesDescribeRoleResponse)
- func (v *NullableRolesDescribeRoleResponse) UnmarshalJSON(src []byte) error
- func (v *NullableRolesDescribeRoleResponse) Unset()
- type NullableRolesListRolesResponse
- func (v NullableRolesListRolesResponse) Get() *RolesListRolesResponse
- func (v NullableRolesListRolesResponse) IsSet() bool
- func (v NullableRolesListRolesResponse) MarshalJSON() ([]byte, error)
- func (v *NullableRolesListRolesResponse) Set(val *RolesListRolesResponse)
- func (v *NullableRolesListRolesResponse) UnmarshalJSON(src []byte) error
- func (v *NullableRolesListRolesResponse) Unset()
- type NullableRolesRole
- type NullableRolesRoleMetadata
- func (v NullableRolesRoleMetadata) Get() *RolesRoleMetadata
- func (v NullableRolesRoleMetadata) IsSet() bool
- func (v NullableRolesRoleMetadata) MarshalJSON() ([]byte, error)
- func (v *NullableRolesRoleMetadata) Set(val *RolesRoleMetadata)
- func (v *NullableRolesRoleMetadata) UnmarshalJSON(src []byte) error
- func (v *NullableRolesRoleMetadata) Unset()
- type NullableRolesRoleSpec
- func (v NullableRolesRoleSpec) Get() *RolesRoleSpec
- func (v NullableRolesRoleSpec) IsSet() bool
- func (v NullableRolesRoleSpec) MarshalJSON() ([]byte, error)
- func (v *NullableRolesRoleSpec) Set(val *RolesRoleSpec)
- func (v *NullableRolesRoleSpec) UnmarshalJSON(src []byte) error
- func (v *NullableRolesRoleSpec) Unset()
- type NullableRolesUpdateRoleBody
- func (v NullableRolesUpdateRoleBody) Get() *RolesUpdateRoleBody
- func (v NullableRolesUpdateRoleBody) IsSet() bool
- func (v NullableRolesUpdateRoleBody) MarshalJSON() ([]byte, error)
- func (v *NullableRolesUpdateRoleBody) Set(val *RolesUpdateRoleBody)
- func (v *NullableRolesUpdateRoleBody) UnmarshalJSON(src []byte) error
- func (v *NullableRolesUpdateRoleBody) Unset()
- type NullableRolesUpdateRoleResponse
- func (v NullableRolesUpdateRoleResponse) Get() *RolesUpdateRoleResponse
- func (v NullableRolesUpdateRoleResponse) IsSet() bool
- func (v NullableRolesUpdateRoleResponse) MarshalJSON() ([]byte, error)
- func (v *NullableRolesUpdateRoleResponse) Set(val *RolesUpdateRoleResponse)
- func (v *NullableRolesUpdateRoleResponse) UnmarshalJSON(src []byte) error
- func (v *NullableRolesUpdateRoleResponse) Unset()
- type NullableSecretLocal
- func (v NullableSecretLocal) Get() *SecretLocal
- func (v NullableSecretLocal) IsSet() bool
- func (v NullableSecretLocal) MarshalJSON() ([]byte, error)
- func (v *NullableSecretLocal) Set(val *SecretLocal)
- func (v *NullableSecretLocal) UnmarshalJSON(src []byte) error
- func (v *NullableSecretLocal) Unset()
- type NullableSecretProvider
- func (v NullableSecretProvider) Get() *SecretProvider
- func (v NullableSecretProvider) IsSet() bool
- func (v NullableSecretProvider) MarshalJSON() ([]byte, error)
- func (v *NullableSecretProvider) Set(val *SecretProvider)
- func (v *NullableSecretProvider) UnmarshalJSON(src []byte) error
- func (v *NullableSecretProvider) Unset()
- type NullableSecretsCreateSecretRequest
- func (v NullableSecretsCreateSecretRequest) Get() *SecretsCreateSecretRequest
- func (v NullableSecretsCreateSecretRequest) IsSet() bool
- func (v NullableSecretsCreateSecretRequest) MarshalJSON() ([]byte, error)
- func (v *NullableSecretsCreateSecretRequest) Set(val *SecretsCreateSecretRequest)
- func (v *NullableSecretsCreateSecretRequest) UnmarshalJSON(src []byte) error
- func (v *NullableSecretsCreateSecretRequest) Unset()
- type NullableSecretsCreateSecretResponse
- func (v NullableSecretsCreateSecretResponse) Get() *SecretsCreateSecretResponse
- func (v NullableSecretsCreateSecretResponse) IsSet() bool
- func (v NullableSecretsCreateSecretResponse) MarshalJSON() ([]byte, error)
- func (v *NullableSecretsCreateSecretResponse) Set(val *SecretsCreateSecretResponse)
- func (v *NullableSecretsCreateSecretResponse) UnmarshalJSON(src []byte) error
- func (v *NullableSecretsCreateSecretResponse) Unset()
- type NullableSecretsDescribeSecretResponse
- func (v NullableSecretsDescribeSecretResponse) Get() *SecretsDescribeSecretResponse
- func (v NullableSecretsDescribeSecretResponse) IsSet() bool
- func (v NullableSecretsDescribeSecretResponse) MarshalJSON() ([]byte, error)
- func (v *NullableSecretsDescribeSecretResponse) Set(val *SecretsDescribeSecretResponse)
- func (v *NullableSecretsDescribeSecretResponse) UnmarshalJSON(src []byte) error
- func (v *NullableSecretsDescribeSecretResponse) Unset()
- type NullableSecretsListSecretsResponse
- func (v NullableSecretsListSecretsResponse) Get() *SecretsListSecretsResponse
- func (v NullableSecretsListSecretsResponse) IsSet() bool
- func (v NullableSecretsListSecretsResponse) MarshalJSON() ([]byte, error)
- func (v *NullableSecretsListSecretsResponse) Set(val *SecretsListSecretsResponse)
- func (v *NullableSecretsListSecretsResponse) UnmarshalJSON(src []byte) error
- func (v *NullableSecretsListSecretsResponse) Unset()
- type NullableSecretsSecret
- func (v NullableSecretsSecret) Get() *SecretsSecret
- func (v NullableSecretsSecret) IsSet() bool
- func (v NullableSecretsSecret) MarshalJSON() ([]byte, error)
- func (v *NullableSecretsSecret) Set(val *SecretsSecret)
- func (v *NullableSecretsSecret) UnmarshalJSON(src []byte) error
- func (v *NullableSecretsSecret) Unset()
- type NullableSecretsSecretMetadata
- func (v NullableSecretsSecretMetadata) Get() *SecretsSecretMetadata
- func (v NullableSecretsSecretMetadata) IsSet() bool
- func (v NullableSecretsSecretMetadata) MarshalJSON() ([]byte, error)
- func (v *NullableSecretsSecretMetadata) Set(val *SecretsSecretMetadata)
- func (v *NullableSecretsSecretMetadata) UnmarshalJSON(src []byte) error
- func (v *NullableSecretsSecretMetadata) Unset()
- type NullableSecretsSecretSpec
- func (v NullableSecretsSecretSpec) Get() *SecretsSecretSpec
- func (v NullableSecretsSecretSpec) IsSet() bool
- func (v NullableSecretsSecretSpec) MarshalJSON() ([]byte, error)
- func (v *NullableSecretsSecretSpec) Set(val *SecretsSecretSpec)
- func (v *NullableSecretsSecretSpec) UnmarshalJSON(src []byte) error
- func (v *NullableSecretsSecretSpec) Unset()
- type NullableSecretsUpdateSecretBody
- func (v NullableSecretsUpdateSecretBody) Get() *SecretsUpdateSecretBody
- func (v NullableSecretsUpdateSecretBody) IsSet() bool
- func (v NullableSecretsUpdateSecretBody) MarshalJSON() ([]byte, error)
- func (v *NullableSecretsUpdateSecretBody) Set(val *SecretsUpdateSecretBody)
- func (v *NullableSecretsUpdateSecretBody) UnmarshalJSON(src []byte) error
- func (v *NullableSecretsUpdateSecretBody) Unset()
- type NullableSecretsUpdateSecretResponse
- func (v NullableSecretsUpdateSecretResponse) Get() *SecretsUpdateSecretResponse
- func (v NullableSecretsUpdateSecretResponse) IsSet() bool
- func (v NullableSecretsUpdateSecretResponse) MarshalJSON() ([]byte, error)
- func (v *NullableSecretsUpdateSecretResponse) Set(val *SecretsUpdateSecretResponse)
- func (v *NullableSecretsUpdateSecretResponse) UnmarshalJSON(src []byte) error
- func (v *NullableSecretsUpdateSecretResponse) Unset()
- type NullableString
- type NullableSuperplaneApplicationsListApplicationsResponse
- func (v NullableSuperplaneApplicationsListApplicationsResponse) Get() *SuperplaneApplicationsListApplicationsResponse
- func (v NullableSuperplaneApplicationsListApplicationsResponse) IsSet() bool
- func (v NullableSuperplaneApplicationsListApplicationsResponse) MarshalJSON() ([]byte, error)
- func (v *NullableSuperplaneApplicationsListApplicationsResponse) Set(val *SuperplaneApplicationsListApplicationsResponse)
- func (v *NullableSuperplaneApplicationsListApplicationsResponse) UnmarshalJSON(src []byte) error
- func (v *NullableSuperplaneApplicationsListApplicationsResponse) Unset()
- type NullableSuperplaneBlueprintsOutputChannel
- func (v NullableSuperplaneBlueprintsOutputChannel) Get() *SuperplaneBlueprintsOutputChannel
- func (v NullableSuperplaneBlueprintsOutputChannel) IsSet() bool
- func (v NullableSuperplaneBlueprintsOutputChannel) MarshalJSON() ([]byte, error)
- func (v *NullableSuperplaneBlueprintsOutputChannel) Set(val *SuperplaneBlueprintsOutputChannel)
- func (v *NullableSuperplaneBlueprintsOutputChannel) UnmarshalJSON(src []byte) error
- func (v *NullableSuperplaneBlueprintsOutputChannel) Unset()
- type NullableSuperplaneBlueprintsUserRef
- func (v NullableSuperplaneBlueprintsUserRef) Get() *SuperplaneBlueprintsUserRef
- func (v NullableSuperplaneBlueprintsUserRef) IsSet() bool
- func (v NullableSuperplaneBlueprintsUserRef) MarshalJSON() ([]byte, error)
- func (v *NullableSuperplaneBlueprintsUserRef) Set(val *SuperplaneBlueprintsUserRef)
- func (v *NullableSuperplaneBlueprintsUserRef) UnmarshalJSON(src []byte) error
- func (v *NullableSuperplaneBlueprintsUserRef) Unset()
- type NullableSuperplaneComponentsOutputChannel
- func (v NullableSuperplaneComponentsOutputChannel) Get() *SuperplaneComponentsOutputChannel
- func (v NullableSuperplaneComponentsOutputChannel) IsSet() bool
- func (v NullableSuperplaneComponentsOutputChannel) MarshalJSON() ([]byte, error)
- func (v *NullableSuperplaneComponentsOutputChannel) Set(val *SuperplaneComponentsOutputChannel)
- func (v *NullableSuperplaneComponentsOutputChannel) UnmarshalJSON(src []byte) error
- func (v *NullableSuperplaneComponentsOutputChannel) Unset()
- type NullableSuperplaneMeUser
- func (v NullableSuperplaneMeUser) Get() *SuperplaneMeUser
- func (v NullableSuperplaneMeUser) IsSet() bool
- func (v NullableSuperplaneMeUser) MarshalJSON() ([]byte, error)
- func (v *NullableSuperplaneMeUser) Set(val *SuperplaneMeUser)
- func (v *NullableSuperplaneMeUser) UnmarshalJSON(src []byte) error
- func (v *NullableSuperplaneMeUser) Unset()
- type NullableSuperplaneOrganizationsListApplicationsResponse
- func (v NullableSuperplaneOrganizationsListApplicationsResponse) Get() *SuperplaneOrganizationsListApplicationsResponse
- func (v NullableSuperplaneOrganizationsListApplicationsResponse) IsSet() bool
- func (v NullableSuperplaneOrganizationsListApplicationsResponse) MarshalJSON() ([]byte, error)
- func (v *NullableSuperplaneOrganizationsListApplicationsResponse) Set(val *SuperplaneOrganizationsListApplicationsResponse)
- func (v *NullableSuperplaneOrganizationsListApplicationsResponse) UnmarshalJSON(src []byte) error
- func (v *NullableSuperplaneOrganizationsListApplicationsResponse) Unset()
- type NullableSuperplaneUsersUser
- func (v NullableSuperplaneUsersUser) Get() *SuperplaneUsersUser
- func (v NullableSuperplaneUsersUser) IsSet() bool
- func (v NullableSuperplaneUsersUser) MarshalJSON() ([]byte, error)
- func (v *NullableSuperplaneUsersUser) Set(val *SuperplaneUsersUser)
- func (v *NullableSuperplaneUsersUser) UnmarshalJSON(src []byte) error
- func (v *NullableSuperplaneUsersUser) Unset()
- type NullableSuperplaneWorkflowsUserRef
- func (v NullableSuperplaneWorkflowsUserRef) Get() *SuperplaneWorkflowsUserRef
- func (v NullableSuperplaneWorkflowsUserRef) IsSet() bool
- func (v NullableSuperplaneWorkflowsUserRef) MarshalJSON() ([]byte, error)
- func (v *NullableSuperplaneWorkflowsUserRef) Set(val *SuperplaneWorkflowsUserRef)
- func (v *NullableSuperplaneWorkflowsUserRef) UnmarshalJSON(src []byte) error
- func (v *NullableSuperplaneWorkflowsUserRef) Unset()
- type NullableTime
- type NullableTriggersDescribeTriggerResponse
- func (v NullableTriggersDescribeTriggerResponse) Get() *TriggersDescribeTriggerResponse
- func (v NullableTriggersDescribeTriggerResponse) IsSet() bool
- func (v NullableTriggersDescribeTriggerResponse) MarshalJSON() ([]byte, error)
- func (v *NullableTriggersDescribeTriggerResponse) Set(val *TriggersDescribeTriggerResponse)
- func (v *NullableTriggersDescribeTriggerResponse) UnmarshalJSON(src []byte) error
- func (v *NullableTriggersDescribeTriggerResponse) Unset()
- type NullableTriggersListTriggersResponse
- func (v NullableTriggersListTriggersResponse) Get() *TriggersListTriggersResponse
- func (v NullableTriggersListTriggersResponse) IsSet() bool
- func (v NullableTriggersListTriggersResponse) MarshalJSON() ([]byte, error)
- func (v *NullableTriggersListTriggersResponse) Set(val *TriggersListTriggersResponse)
- func (v *NullableTriggersListTriggersResponse) UnmarshalJSON(src []byte) error
- func (v *NullableTriggersListTriggersResponse) Unset()
- type NullableTriggersTrigger
- func (v NullableTriggersTrigger) Get() *TriggersTrigger
- func (v NullableTriggersTrigger) IsSet() bool
- func (v NullableTriggersTrigger) MarshalJSON() ([]byte, error)
- func (v *NullableTriggersTrigger) Set(val *TriggersTrigger)
- func (v *NullableTriggersTrigger) UnmarshalJSON(src []byte) error
- func (v *NullableTriggersTrigger) Unset()
- type NullableUsersAccountProvider
- func (v NullableUsersAccountProvider) Get() *UsersAccountProvider
- func (v NullableUsersAccountProvider) IsSet() bool
- func (v NullableUsersAccountProvider) MarshalJSON() ([]byte, error)
- func (v *NullableUsersAccountProvider) Set(val *UsersAccountProvider)
- func (v *NullableUsersAccountProvider) UnmarshalJSON(src []byte) error
- func (v *NullableUsersAccountProvider) Unset()
- type NullableUsersListUserPermissionsResponse
- func (v NullableUsersListUserPermissionsResponse) Get() *UsersListUserPermissionsResponse
- func (v NullableUsersListUserPermissionsResponse) IsSet() bool
- func (v NullableUsersListUserPermissionsResponse) MarshalJSON() ([]byte, error)
- func (v *NullableUsersListUserPermissionsResponse) Set(val *UsersListUserPermissionsResponse)
- func (v *NullableUsersListUserPermissionsResponse) UnmarshalJSON(src []byte) error
- func (v *NullableUsersListUserPermissionsResponse) Unset()
- type NullableUsersListUserRolesResponse
- func (v NullableUsersListUserRolesResponse) Get() *UsersListUserRolesResponse
- func (v NullableUsersListUserRolesResponse) IsSet() bool
- func (v NullableUsersListUserRolesResponse) MarshalJSON() ([]byte, error)
- func (v *NullableUsersListUserRolesResponse) Set(val *UsersListUserRolesResponse)
- func (v *NullableUsersListUserRolesResponse) UnmarshalJSON(src []byte) error
- func (v *NullableUsersListUserRolesResponse) Unset()
- type NullableUsersListUsersResponse
- func (v NullableUsersListUsersResponse) Get() *UsersListUsersResponse
- func (v NullableUsersListUsersResponse) IsSet() bool
- func (v NullableUsersListUsersResponse) MarshalJSON() ([]byte, error)
- func (v *NullableUsersListUsersResponse) Set(val *UsersListUsersResponse)
- func (v *NullableUsersListUsersResponse) UnmarshalJSON(src []byte) error
- func (v *NullableUsersListUsersResponse) Unset()
- type NullableUsersUserMetadata
- func (v NullableUsersUserMetadata) Get() *UsersUserMetadata
- func (v NullableUsersUserMetadata) IsSet() bool
- func (v NullableUsersUserMetadata) MarshalJSON() ([]byte, error)
- func (v *NullableUsersUserMetadata) Set(val *UsersUserMetadata)
- func (v *NullableUsersUserMetadata) UnmarshalJSON(src []byte) error
- func (v *NullableUsersUserMetadata) Unset()
- type NullableUsersUserRoleAssignment
- func (v NullableUsersUserRoleAssignment) Get() *UsersUserRoleAssignment
- func (v NullableUsersUserRoleAssignment) IsSet() bool
- func (v NullableUsersUserRoleAssignment) MarshalJSON() ([]byte, error)
- func (v *NullableUsersUserRoleAssignment) Set(val *UsersUserRoleAssignment)
- func (v *NullableUsersUserRoleAssignment) UnmarshalJSON(src []byte) error
- func (v *NullableUsersUserRoleAssignment) Unset()
- type NullableUsersUserSpec
- func (v NullableUsersUserSpec) Get() *UsersUserSpec
- func (v NullableUsersUserSpec) IsSet() bool
- func (v NullableUsersUserSpec) MarshalJSON() ([]byte, error)
- func (v *NullableUsersUserSpec) Set(val *UsersUserSpec)
- func (v *NullableUsersUserSpec) UnmarshalJSON(src []byte) error
- func (v *NullableUsersUserSpec) Unset()
- type NullableUsersUserStatus
- func (v NullableUsersUserStatus) Get() *UsersUserStatus
- func (v NullableUsersUserStatus) IsSet() bool
- func (v NullableUsersUserStatus) MarshalJSON() ([]byte, error)
- func (v *NullableUsersUserStatus) Set(val *UsersUserStatus)
- func (v *NullableUsersUserStatus) UnmarshalJSON(src []byte) error
- func (v *NullableUsersUserStatus) Unset()
- type NullableWidgetsDescribeWidgetResponse
- func (v NullableWidgetsDescribeWidgetResponse) Get() *WidgetsDescribeWidgetResponse
- func (v NullableWidgetsDescribeWidgetResponse) IsSet() bool
- func (v NullableWidgetsDescribeWidgetResponse) MarshalJSON() ([]byte, error)
- func (v *NullableWidgetsDescribeWidgetResponse) Set(val *WidgetsDescribeWidgetResponse)
- func (v *NullableWidgetsDescribeWidgetResponse) UnmarshalJSON(src []byte) error
- func (v *NullableWidgetsDescribeWidgetResponse) Unset()
- type NullableWidgetsListWidgetsResponse
- func (v NullableWidgetsListWidgetsResponse) Get() *WidgetsListWidgetsResponse
- func (v NullableWidgetsListWidgetsResponse) IsSet() bool
- func (v NullableWidgetsListWidgetsResponse) MarshalJSON() ([]byte, error)
- func (v *NullableWidgetsListWidgetsResponse) Set(val *WidgetsListWidgetsResponse)
- func (v *NullableWidgetsListWidgetsResponse) UnmarshalJSON(src []byte) error
- func (v *NullableWidgetsListWidgetsResponse) Unset()
- type NullableWidgetsWidget
- func (v NullableWidgetsWidget) Get() *WidgetsWidget
- func (v NullableWidgetsWidget) IsSet() bool
- func (v NullableWidgetsWidget) MarshalJSON() ([]byte, error)
- func (v *NullableWidgetsWidget) Set(val *WidgetsWidget)
- func (v *NullableWidgetsWidget) UnmarshalJSON(src []byte) error
- func (v *NullableWidgetsWidget) Unset()
- type NullableWorkflowNodeExecutionResult
- func (v NullableWorkflowNodeExecutionResult) Get() *WorkflowNodeExecutionResult
- func (v NullableWorkflowNodeExecutionResult) IsSet() bool
- func (v NullableWorkflowNodeExecutionResult) MarshalJSON() ([]byte, error)
- func (v *NullableWorkflowNodeExecutionResult) Set(val *WorkflowNodeExecutionResult)
- func (v *NullableWorkflowNodeExecutionResult) UnmarshalJSON(src []byte) error
- func (v *NullableWorkflowNodeExecutionResult) Unset()
- type NullableWorkflowNodeExecutionResultReason
- func (v NullableWorkflowNodeExecutionResultReason) Get() *WorkflowNodeExecutionResultReason
- func (v NullableWorkflowNodeExecutionResultReason) IsSet() bool
- func (v NullableWorkflowNodeExecutionResultReason) MarshalJSON() ([]byte, error)
- func (v *NullableWorkflowNodeExecutionResultReason) Set(val *WorkflowNodeExecutionResultReason)
- func (v *NullableWorkflowNodeExecutionResultReason) UnmarshalJSON(src []byte) error
- func (v *NullableWorkflowNodeExecutionResultReason) Unset()
- type NullableWorkflowNodeExecutionState
- func (v NullableWorkflowNodeExecutionState) Get() *WorkflowNodeExecutionState
- func (v NullableWorkflowNodeExecutionState) IsSet() bool
- func (v NullableWorkflowNodeExecutionState) MarshalJSON() ([]byte, error)
- func (v *NullableWorkflowNodeExecutionState) Set(val *WorkflowNodeExecutionState)
- func (v *NullableWorkflowNodeExecutionState) UnmarshalJSON(src []byte) error
- func (v *NullableWorkflowNodeExecutionState) Unset()
- type NullableWorkflowsCreateWorkflowRequest
- func (v NullableWorkflowsCreateWorkflowRequest) Get() *WorkflowsCreateWorkflowRequest
- func (v NullableWorkflowsCreateWorkflowRequest) IsSet() bool
- func (v NullableWorkflowsCreateWorkflowRequest) MarshalJSON() ([]byte, error)
- func (v *NullableWorkflowsCreateWorkflowRequest) Set(val *WorkflowsCreateWorkflowRequest)
- func (v *NullableWorkflowsCreateWorkflowRequest) UnmarshalJSON(src []byte) error
- func (v *NullableWorkflowsCreateWorkflowRequest) Unset()
- type NullableWorkflowsCreateWorkflowResponse
- func (v NullableWorkflowsCreateWorkflowResponse) Get() *WorkflowsCreateWorkflowResponse
- func (v NullableWorkflowsCreateWorkflowResponse) IsSet() bool
- func (v NullableWorkflowsCreateWorkflowResponse) MarshalJSON() ([]byte, error)
- func (v *NullableWorkflowsCreateWorkflowResponse) Set(val *WorkflowsCreateWorkflowResponse)
- func (v *NullableWorkflowsCreateWorkflowResponse) UnmarshalJSON(src []byte) error
- func (v *NullableWorkflowsCreateWorkflowResponse) Unset()
- type NullableWorkflowsDescribeWorkflowResponse
- func (v NullableWorkflowsDescribeWorkflowResponse) Get() *WorkflowsDescribeWorkflowResponse
- func (v NullableWorkflowsDescribeWorkflowResponse) IsSet() bool
- func (v NullableWorkflowsDescribeWorkflowResponse) MarshalJSON() ([]byte, error)
- func (v *NullableWorkflowsDescribeWorkflowResponse) Set(val *WorkflowsDescribeWorkflowResponse)
- func (v *NullableWorkflowsDescribeWorkflowResponse) UnmarshalJSON(src []byte) error
- func (v *NullableWorkflowsDescribeWorkflowResponse) Unset()
- type NullableWorkflowsEmitNodeEventBody
- func (v NullableWorkflowsEmitNodeEventBody) Get() *WorkflowsEmitNodeEventBody
- func (v NullableWorkflowsEmitNodeEventBody) IsSet() bool
- func (v NullableWorkflowsEmitNodeEventBody) MarshalJSON() ([]byte, error)
- func (v *NullableWorkflowsEmitNodeEventBody) Set(val *WorkflowsEmitNodeEventBody)
- func (v *NullableWorkflowsEmitNodeEventBody) UnmarshalJSON(src []byte) error
- func (v *NullableWorkflowsEmitNodeEventBody) Unset()
- type NullableWorkflowsEmitNodeEventResponse
- func (v NullableWorkflowsEmitNodeEventResponse) Get() *WorkflowsEmitNodeEventResponse
- func (v NullableWorkflowsEmitNodeEventResponse) IsSet() bool
- func (v NullableWorkflowsEmitNodeEventResponse) MarshalJSON() ([]byte, error)
- func (v *NullableWorkflowsEmitNodeEventResponse) Set(val *WorkflowsEmitNodeEventResponse)
- func (v *NullableWorkflowsEmitNodeEventResponse) UnmarshalJSON(src []byte) error
- func (v *NullableWorkflowsEmitNodeEventResponse) Unset()
- type NullableWorkflowsInvokeNodeExecutionActionBody
- func (v NullableWorkflowsInvokeNodeExecutionActionBody) Get() *WorkflowsInvokeNodeExecutionActionBody
- func (v NullableWorkflowsInvokeNodeExecutionActionBody) IsSet() bool
- func (v NullableWorkflowsInvokeNodeExecutionActionBody) MarshalJSON() ([]byte, error)
- func (v *NullableWorkflowsInvokeNodeExecutionActionBody) Set(val *WorkflowsInvokeNodeExecutionActionBody)
- func (v *NullableWorkflowsInvokeNodeExecutionActionBody) UnmarshalJSON(src []byte) error
- func (v *NullableWorkflowsInvokeNodeExecutionActionBody) Unset()
- type NullableWorkflowsInvokeNodeTriggerActionBody
- func (v NullableWorkflowsInvokeNodeTriggerActionBody) Get() *WorkflowsInvokeNodeTriggerActionBody
- func (v NullableWorkflowsInvokeNodeTriggerActionBody) IsSet() bool
- func (v NullableWorkflowsInvokeNodeTriggerActionBody) MarshalJSON() ([]byte, error)
- func (v *NullableWorkflowsInvokeNodeTriggerActionBody) Set(val *WorkflowsInvokeNodeTriggerActionBody)
- func (v *NullableWorkflowsInvokeNodeTriggerActionBody) UnmarshalJSON(src []byte) error
- func (v *NullableWorkflowsInvokeNodeTriggerActionBody) Unset()
- type NullableWorkflowsInvokeNodeTriggerActionResponse
- func (v NullableWorkflowsInvokeNodeTriggerActionResponse) Get() *WorkflowsInvokeNodeTriggerActionResponse
- func (v NullableWorkflowsInvokeNodeTriggerActionResponse) IsSet() bool
- func (v NullableWorkflowsInvokeNodeTriggerActionResponse) MarshalJSON() ([]byte, error)
- func (v *NullableWorkflowsInvokeNodeTriggerActionResponse) Set(val *WorkflowsInvokeNodeTriggerActionResponse)
- func (v *NullableWorkflowsInvokeNodeTriggerActionResponse) UnmarshalJSON(src []byte) error
- func (v *NullableWorkflowsInvokeNodeTriggerActionResponse) Unset()
- type NullableWorkflowsListChildExecutionsResponse
- func (v NullableWorkflowsListChildExecutionsResponse) Get() *WorkflowsListChildExecutionsResponse
- func (v NullableWorkflowsListChildExecutionsResponse) IsSet() bool
- func (v NullableWorkflowsListChildExecutionsResponse) MarshalJSON() ([]byte, error)
- func (v *NullableWorkflowsListChildExecutionsResponse) Set(val *WorkflowsListChildExecutionsResponse)
- func (v *NullableWorkflowsListChildExecutionsResponse) UnmarshalJSON(src []byte) error
- func (v *NullableWorkflowsListChildExecutionsResponse) Unset()
- type NullableWorkflowsListEventExecutionsResponse
- func (v NullableWorkflowsListEventExecutionsResponse) Get() *WorkflowsListEventExecutionsResponse
- func (v NullableWorkflowsListEventExecutionsResponse) IsSet() bool
- func (v NullableWorkflowsListEventExecutionsResponse) MarshalJSON() ([]byte, error)
- func (v *NullableWorkflowsListEventExecutionsResponse) Set(val *WorkflowsListEventExecutionsResponse)
- func (v *NullableWorkflowsListEventExecutionsResponse) UnmarshalJSON(src []byte) error
- func (v *NullableWorkflowsListEventExecutionsResponse) Unset()
- type NullableWorkflowsListNodeEventsResponse
- func (v NullableWorkflowsListNodeEventsResponse) Get() *WorkflowsListNodeEventsResponse
- func (v NullableWorkflowsListNodeEventsResponse) IsSet() bool
- func (v NullableWorkflowsListNodeEventsResponse) MarshalJSON() ([]byte, error)
- func (v *NullableWorkflowsListNodeEventsResponse) Set(val *WorkflowsListNodeEventsResponse)
- func (v *NullableWorkflowsListNodeEventsResponse) UnmarshalJSON(src []byte) error
- func (v *NullableWorkflowsListNodeEventsResponse) Unset()
- type NullableWorkflowsListNodeExecutionsResponse
- func (v NullableWorkflowsListNodeExecutionsResponse) Get() *WorkflowsListNodeExecutionsResponse
- func (v NullableWorkflowsListNodeExecutionsResponse) IsSet() bool
- func (v NullableWorkflowsListNodeExecutionsResponse) MarshalJSON() ([]byte, error)
- func (v *NullableWorkflowsListNodeExecutionsResponse) Set(val *WorkflowsListNodeExecutionsResponse)
- func (v *NullableWorkflowsListNodeExecutionsResponse) UnmarshalJSON(src []byte) error
- func (v *NullableWorkflowsListNodeExecutionsResponse) Unset()
- type NullableWorkflowsListNodeQueueItemsResponse
- func (v NullableWorkflowsListNodeQueueItemsResponse) Get() *WorkflowsListNodeQueueItemsResponse
- func (v NullableWorkflowsListNodeQueueItemsResponse) IsSet() bool
- func (v NullableWorkflowsListNodeQueueItemsResponse) MarshalJSON() ([]byte, error)
- func (v *NullableWorkflowsListNodeQueueItemsResponse) Set(val *WorkflowsListNodeQueueItemsResponse)
- func (v *NullableWorkflowsListNodeQueueItemsResponse) UnmarshalJSON(src []byte) error
- func (v *NullableWorkflowsListNodeQueueItemsResponse) Unset()
- type NullableWorkflowsListWorkflowEventsResponse
- func (v NullableWorkflowsListWorkflowEventsResponse) Get() *WorkflowsListWorkflowEventsResponse
- func (v NullableWorkflowsListWorkflowEventsResponse) IsSet() bool
- func (v NullableWorkflowsListWorkflowEventsResponse) MarshalJSON() ([]byte, error)
- func (v *NullableWorkflowsListWorkflowEventsResponse) Set(val *WorkflowsListWorkflowEventsResponse)
- func (v *NullableWorkflowsListWorkflowEventsResponse) UnmarshalJSON(src []byte) error
- func (v *NullableWorkflowsListWorkflowEventsResponse) Unset()
- type NullableWorkflowsListWorkflowsResponse
- func (v NullableWorkflowsListWorkflowsResponse) Get() *WorkflowsListWorkflowsResponse
- func (v NullableWorkflowsListWorkflowsResponse) IsSet() bool
- func (v NullableWorkflowsListWorkflowsResponse) MarshalJSON() ([]byte, error)
- func (v *NullableWorkflowsListWorkflowsResponse) Set(val *WorkflowsListWorkflowsResponse)
- func (v *NullableWorkflowsListWorkflowsResponse) UnmarshalJSON(src []byte) error
- func (v *NullableWorkflowsListWorkflowsResponse) Unset()
- type NullableWorkflowsResolveExecutionErrorsBody
- func (v NullableWorkflowsResolveExecutionErrorsBody) Get() *WorkflowsResolveExecutionErrorsBody
- func (v NullableWorkflowsResolveExecutionErrorsBody) IsSet() bool
- func (v NullableWorkflowsResolveExecutionErrorsBody) MarshalJSON() ([]byte, error)
- func (v *NullableWorkflowsResolveExecutionErrorsBody) Set(val *WorkflowsResolveExecutionErrorsBody)
- func (v *NullableWorkflowsResolveExecutionErrorsBody) UnmarshalJSON(src []byte) error
- func (v *NullableWorkflowsResolveExecutionErrorsBody) Unset()
- type NullableWorkflowsUpdateWorkflowBody
- func (v NullableWorkflowsUpdateWorkflowBody) Get() *WorkflowsUpdateWorkflowBody
- func (v NullableWorkflowsUpdateWorkflowBody) IsSet() bool
- func (v NullableWorkflowsUpdateWorkflowBody) MarshalJSON() ([]byte, error)
- func (v *NullableWorkflowsUpdateWorkflowBody) Set(val *WorkflowsUpdateWorkflowBody)
- func (v *NullableWorkflowsUpdateWorkflowBody) UnmarshalJSON(src []byte) error
- func (v *NullableWorkflowsUpdateWorkflowBody) Unset()
- type NullableWorkflowsUpdateWorkflowResponse
- func (v NullableWorkflowsUpdateWorkflowResponse) Get() *WorkflowsUpdateWorkflowResponse
- func (v NullableWorkflowsUpdateWorkflowResponse) IsSet() bool
- func (v NullableWorkflowsUpdateWorkflowResponse) MarshalJSON() ([]byte, error)
- func (v *NullableWorkflowsUpdateWorkflowResponse) Set(val *WorkflowsUpdateWorkflowResponse)
- func (v *NullableWorkflowsUpdateWorkflowResponse) UnmarshalJSON(src []byte) error
- func (v *NullableWorkflowsUpdateWorkflowResponse) Unset()
- type NullableWorkflowsWorkflow
- func (v NullableWorkflowsWorkflow) Get() *WorkflowsWorkflow
- func (v NullableWorkflowsWorkflow) IsSet() bool
- func (v NullableWorkflowsWorkflow) MarshalJSON() ([]byte, error)
- func (v *NullableWorkflowsWorkflow) Set(val *WorkflowsWorkflow)
- func (v *NullableWorkflowsWorkflow) UnmarshalJSON(src []byte) error
- func (v *NullableWorkflowsWorkflow) Unset()
- type NullableWorkflowsWorkflowEvent
- func (v NullableWorkflowsWorkflowEvent) Get() *WorkflowsWorkflowEvent
- func (v NullableWorkflowsWorkflowEvent) IsSet() bool
- func (v NullableWorkflowsWorkflowEvent) MarshalJSON() ([]byte, error)
- func (v *NullableWorkflowsWorkflowEvent) Set(val *WorkflowsWorkflowEvent)
- func (v *NullableWorkflowsWorkflowEvent) UnmarshalJSON(src []byte) error
- func (v *NullableWorkflowsWorkflowEvent) Unset()
- type NullableWorkflowsWorkflowEventWithExecutions
- func (v NullableWorkflowsWorkflowEventWithExecutions) Get() *WorkflowsWorkflowEventWithExecutions
- func (v NullableWorkflowsWorkflowEventWithExecutions) IsSet() bool
- func (v NullableWorkflowsWorkflowEventWithExecutions) MarshalJSON() ([]byte, error)
- func (v *NullableWorkflowsWorkflowEventWithExecutions) Set(val *WorkflowsWorkflowEventWithExecutions)
- func (v *NullableWorkflowsWorkflowEventWithExecutions) UnmarshalJSON(src []byte) error
- func (v *NullableWorkflowsWorkflowEventWithExecutions) Unset()
- type NullableWorkflowsWorkflowMetadata
- func (v NullableWorkflowsWorkflowMetadata) Get() *WorkflowsWorkflowMetadata
- func (v NullableWorkflowsWorkflowMetadata) IsSet() bool
- func (v NullableWorkflowsWorkflowMetadata) MarshalJSON() ([]byte, error)
- func (v *NullableWorkflowsWorkflowMetadata) Set(val *WorkflowsWorkflowMetadata)
- func (v *NullableWorkflowsWorkflowMetadata) UnmarshalJSON(src []byte) error
- func (v *NullableWorkflowsWorkflowMetadata) Unset()
- type NullableWorkflowsWorkflowNodeExecution
- func (v NullableWorkflowsWorkflowNodeExecution) Get() *WorkflowsWorkflowNodeExecution
- func (v NullableWorkflowsWorkflowNodeExecution) IsSet() bool
- func (v NullableWorkflowsWorkflowNodeExecution) MarshalJSON() ([]byte, error)
- func (v *NullableWorkflowsWorkflowNodeExecution) Set(val *WorkflowsWorkflowNodeExecution)
- func (v *NullableWorkflowsWorkflowNodeExecution) UnmarshalJSON(src []byte) error
- func (v *NullableWorkflowsWorkflowNodeExecution) Unset()
- type NullableWorkflowsWorkflowNodeQueueItem
- func (v NullableWorkflowsWorkflowNodeQueueItem) Get() *WorkflowsWorkflowNodeQueueItem
- func (v NullableWorkflowsWorkflowNodeQueueItem) IsSet() bool
- func (v NullableWorkflowsWorkflowNodeQueueItem) MarshalJSON() ([]byte, error)
- func (v *NullableWorkflowsWorkflowNodeQueueItem) Set(val *WorkflowsWorkflowNodeQueueItem)
- func (v *NullableWorkflowsWorkflowNodeQueueItem) UnmarshalJSON(src []byte) error
- func (v *NullableWorkflowsWorkflowNodeQueueItem) Unset()
- type NullableWorkflowsWorkflowSpec
- func (v NullableWorkflowsWorkflowSpec) Get() *WorkflowsWorkflowSpec
- func (v NullableWorkflowsWorkflowSpec) IsSet() bool
- func (v NullableWorkflowsWorkflowSpec) MarshalJSON() ([]byte, error)
- func (v *NullableWorkflowsWorkflowSpec) Set(val *WorkflowsWorkflowSpec)
- func (v *NullableWorkflowsWorkflowSpec) UnmarshalJSON(src []byte) error
- func (v *NullableWorkflowsWorkflowSpec) Unset()
- type NullableWorkflowsWorkflowStatus
- func (v NullableWorkflowsWorkflowStatus) Get() *WorkflowsWorkflowStatus
- func (v NullableWorkflowsWorkflowStatus) IsSet() bool
- func (v NullableWorkflowsWorkflowStatus) MarshalJSON() ([]byte, error)
- func (v *NullableWorkflowsWorkflowStatus) Set(val *WorkflowsWorkflowStatus)
- func (v *NullableWorkflowsWorkflowStatus) UnmarshalJSON(src []byte) error
- func (v *NullableWorkflowsWorkflowStatus) Unset()
- type OrganizationAPIService
- func (a *OrganizationAPIService) OrganizationsAcceptInviteLink(ctx context.Context, token string) ApiOrganizationsAcceptInviteLinkRequest
- func (a *OrganizationAPIService) OrganizationsAcceptInviteLinkExecute(r ApiOrganizationsAcceptInviteLinkRequest) (map[string]interface{}, *http.Response, error)
- func (a *OrganizationAPIService) OrganizationsCreateInvitation(ctx context.Context, id string) ApiOrganizationsCreateInvitationRequest
- func (a *OrganizationAPIService) OrganizationsCreateInvitationExecute(r ApiOrganizationsCreateInvitationRequest) (*OrganizationsCreateInvitationResponse, *http.Response, error)
- func (a *OrganizationAPIService) OrganizationsDeleteOrganization(ctx context.Context, id string) ApiOrganizationsDeleteOrganizationRequest
- func (a *OrganizationAPIService) OrganizationsDeleteOrganizationExecute(r ApiOrganizationsDeleteOrganizationRequest) (map[string]interface{}, *http.Response, error)
- func (a *OrganizationAPIService) OrganizationsDescribeApplication(ctx context.Context, id string, installationId string) ApiOrganizationsDescribeApplicationRequest
- func (a *OrganizationAPIService) OrganizationsDescribeApplicationExecute(r ApiOrganizationsDescribeApplicationRequest) (*OrganizationsDescribeApplicationResponse, *http.Response, error)
- func (a *OrganizationAPIService) OrganizationsDescribeOrganization(ctx context.Context, id string) ApiOrganizationsDescribeOrganizationRequest
- func (a *OrganizationAPIService) OrganizationsDescribeOrganizationExecute(r ApiOrganizationsDescribeOrganizationRequest) (*OrganizationsDescribeOrganizationResponse, *http.Response, error)
- func (a *OrganizationAPIService) OrganizationsGetInviteLink(ctx context.Context, id string) ApiOrganizationsGetInviteLinkRequest
- func (a *OrganizationAPIService) OrganizationsGetInviteLinkExecute(r ApiOrganizationsGetInviteLinkRequest) (*OrganizationsGetInviteLinkResponse, *http.Response, error)
- func (a *OrganizationAPIService) OrganizationsInstallApplication(ctx context.Context, id string) ApiOrganizationsInstallApplicationRequest
- func (a *OrganizationAPIService) OrganizationsInstallApplicationExecute(r ApiOrganizationsInstallApplicationRequest) (*OrganizationsInstallApplicationResponse, *http.Response, error)
- func (a *OrganizationAPIService) OrganizationsListApplicationResources(ctx context.Context, id string, installationId string) ApiOrganizationsListApplicationResourcesRequest
- func (a *OrganizationAPIService) OrganizationsListApplicationResourcesExecute(r ApiOrganizationsListApplicationResourcesRequest) (*OrganizationsListApplicationResourcesResponse, *http.Response, error)
- func (a *OrganizationAPIService) OrganizationsListApplications(ctx context.Context, id string) ApiOrganizationsListApplicationsRequest
- func (a *OrganizationAPIService) OrganizationsListApplicationsExecute(r ApiOrganizationsListApplicationsRequest) (*SuperplaneOrganizationsListApplicationsResponse, *http.Response, error)
- func (a *OrganizationAPIService) OrganizationsListInvitations(ctx context.Context, id string) ApiOrganizationsListInvitationsRequest
- func (a *OrganizationAPIService) OrganizationsListInvitationsExecute(r ApiOrganizationsListInvitationsRequest) (*OrganizationsListInvitationsResponse, *http.Response, error)
- func (a *OrganizationAPIService) OrganizationsRemoveInvitation(ctx context.Context, id string, invitationId string) ApiOrganizationsRemoveInvitationRequest
- func (a *OrganizationAPIService) OrganizationsRemoveInvitationExecute(r ApiOrganizationsRemoveInvitationRequest) (map[string]interface{}, *http.Response, error)
- func (a *OrganizationAPIService) OrganizationsRemoveUser(ctx context.Context, id string, userId string) ApiOrganizationsRemoveUserRequest
- func (a *OrganizationAPIService) OrganizationsRemoveUserExecute(r ApiOrganizationsRemoveUserRequest) (map[string]interface{}, *http.Response, error)
- func (a *OrganizationAPIService) OrganizationsResetInviteLink(ctx context.Context, id string) ApiOrganizationsResetInviteLinkRequest
- func (a *OrganizationAPIService) OrganizationsResetInviteLinkExecute(r ApiOrganizationsResetInviteLinkRequest) (*OrganizationsResetInviteLinkResponse, *http.Response, error)
- func (a *OrganizationAPIService) OrganizationsUninstallApplication(ctx context.Context, id string, installationId string) ApiOrganizationsUninstallApplicationRequest
- func (a *OrganizationAPIService) OrganizationsUninstallApplicationExecute(r ApiOrganizationsUninstallApplicationRequest) (map[string]interface{}, *http.Response, error)
- func (a *OrganizationAPIService) OrganizationsUpdateApplication(ctx context.Context, id string, installationId string) ApiOrganizationsUpdateApplicationRequest
- func (a *OrganizationAPIService) OrganizationsUpdateApplicationExecute(r ApiOrganizationsUpdateApplicationRequest) (*OrganizationsUpdateApplicationResponse, *http.Response, error)
- func (a *OrganizationAPIService) OrganizationsUpdateInviteLink(ctx context.Context, id string) ApiOrganizationsUpdateInviteLinkRequest
- func (a *OrganizationAPIService) OrganizationsUpdateInviteLinkExecute(r ApiOrganizationsUpdateInviteLinkRequest) (*OrganizationsUpdateInviteLinkResponse, *http.Response, error)
- func (a *OrganizationAPIService) OrganizationsUpdateOrganization(ctx context.Context, id string) ApiOrganizationsUpdateOrganizationRequest
- func (a *OrganizationAPIService) OrganizationsUpdateOrganizationExecute(r ApiOrganizationsUpdateOrganizationRequest) (*OrganizationsUpdateOrganizationResponse, *http.Response, error)
- type OrganizationsAppInstallation
- func (o *OrganizationsAppInstallation) GetMetadata() OrganizationsAppInstallationMetadata
- func (o *OrganizationsAppInstallation) GetMetadataOk() (*OrganizationsAppInstallationMetadata, bool)
- func (o *OrganizationsAppInstallation) GetSpec() OrganizationsAppInstallationSpec
- func (o *OrganizationsAppInstallation) GetSpecOk() (*OrganizationsAppInstallationSpec, bool)
- func (o *OrganizationsAppInstallation) GetStatus() OrganizationsAppInstallationStatus
- func (o *OrganizationsAppInstallation) GetStatusOk() (*OrganizationsAppInstallationStatus, bool)
- func (o *OrganizationsAppInstallation) HasMetadata() bool
- func (o *OrganizationsAppInstallation) HasSpec() bool
- func (o *OrganizationsAppInstallation) HasStatus() bool
- func (o OrganizationsAppInstallation) MarshalJSON() ([]byte, error)
- func (o *OrganizationsAppInstallation) SetMetadata(v OrganizationsAppInstallationMetadata)
- func (o *OrganizationsAppInstallation) SetSpec(v OrganizationsAppInstallationSpec)
- func (o *OrganizationsAppInstallation) SetStatus(v OrganizationsAppInstallationStatus)
- func (o OrganizationsAppInstallation) ToMap() (map[string]interface{}, error)
- type OrganizationsAppInstallationMetadata
- func (o *OrganizationsAppInstallationMetadata) GetCreatedAt() time.Time
- func (o *OrganizationsAppInstallationMetadata) GetCreatedAtOk() (*time.Time, bool)
- func (o *OrganizationsAppInstallationMetadata) GetId() string
- func (o *OrganizationsAppInstallationMetadata) GetIdOk() (*string, bool)
- func (o *OrganizationsAppInstallationMetadata) GetName() string
- func (o *OrganizationsAppInstallationMetadata) GetNameOk() (*string, bool)
- func (o *OrganizationsAppInstallationMetadata) GetUpdatedAt() time.Time
- func (o *OrganizationsAppInstallationMetadata) GetUpdatedAtOk() (*time.Time, bool)
- func (o *OrganizationsAppInstallationMetadata) HasCreatedAt() bool
- func (o *OrganizationsAppInstallationMetadata) HasId() bool
- func (o *OrganizationsAppInstallationMetadata) HasName() bool
- func (o *OrganizationsAppInstallationMetadata) HasUpdatedAt() bool
- func (o OrganizationsAppInstallationMetadata) MarshalJSON() ([]byte, error)
- func (o *OrganizationsAppInstallationMetadata) SetCreatedAt(v time.Time)
- func (o *OrganizationsAppInstallationMetadata) SetId(v string)
- func (o *OrganizationsAppInstallationMetadata) SetName(v string)
- func (o *OrganizationsAppInstallationMetadata) SetUpdatedAt(v time.Time)
- func (o OrganizationsAppInstallationMetadata) ToMap() (map[string]interface{}, error)
- type OrganizationsAppInstallationResourceRef
- func (o *OrganizationsAppInstallationResourceRef) GetId() string
- func (o *OrganizationsAppInstallationResourceRef) GetIdOk() (*string, bool)
- func (o *OrganizationsAppInstallationResourceRef) GetName() string
- func (o *OrganizationsAppInstallationResourceRef) GetNameOk() (*string, bool)
- func (o *OrganizationsAppInstallationResourceRef) GetType() string
- func (o *OrganizationsAppInstallationResourceRef) GetTypeOk() (*string, bool)
- func (o *OrganizationsAppInstallationResourceRef) HasId() bool
- func (o *OrganizationsAppInstallationResourceRef) HasName() bool
- func (o *OrganizationsAppInstallationResourceRef) HasType() bool
- func (o OrganizationsAppInstallationResourceRef) MarshalJSON() ([]byte, error)
- func (o *OrganizationsAppInstallationResourceRef) SetId(v string)
- func (o *OrganizationsAppInstallationResourceRef) SetName(v string)
- func (o *OrganizationsAppInstallationResourceRef) SetType(v string)
- func (o OrganizationsAppInstallationResourceRef) ToMap() (map[string]interface{}, error)
- type OrganizationsAppInstallationSpec
- func (o *OrganizationsAppInstallationSpec) GetAppName() string
- func (o *OrganizationsAppInstallationSpec) GetAppNameOk() (*string, bool)
- func (o *OrganizationsAppInstallationSpec) GetConfiguration() map[string]interface{}
- func (o *OrganizationsAppInstallationSpec) GetConfigurationOk() (map[string]interface{}, bool)
- func (o *OrganizationsAppInstallationSpec) HasAppName() bool
- func (o *OrganizationsAppInstallationSpec) HasConfiguration() bool
- func (o OrganizationsAppInstallationSpec) MarshalJSON() ([]byte, error)
- func (o *OrganizationsAppInstallationSpec) SetAppName(v string)
- func (o *OrganizationsAppInstallationSpec) SetConfiguration(v map[string]interface{})
- func (o OrganizationsAppInstallationSpec) ToMap() (map[string]interface{}, error)
- type OrganizationsAppInstallationStatus
- func (o *OrganizationsAppInstallationStatus) GetBrowserAction() OrganizationsBrowserAction
- func (o *OrganizationsAppInstallationStatus) GetBrowserActionOk() (*OrganizationsBrowserAction, bool)
- func (o *OrganizationsAppInstallationStatus) GetMetadata() map[string]interface{}
- func (o *OrganizationsAppInstallationStatus) GetMetadataOk() (map[string]interface{}, bool)
- func (o *OrganizationsAppInstallationStatus) GetState() string
- func (o *OrganizationsAppInstallationStatus) GetStateDescription() string
- func (o *OrganizationsAppInstallationStatus) GetStateDescriptionOk() (*string, bool)
- func (o *OrganizationsAppInstallationStatus) GetStateOk() (*string, bool)
- func (o *OrganizationsAppInstallationStatus) GetUsedIn() []AppInstallationNodeRef
- func (o *OrganizationsAppInstallationStatus) GetUsedInOk() ([]AppInstallationNodeRef, bool)
- func (o *OrganizationsAppInstallationStatus) HasBrowserAction() bool
- func (o *OrganizationsAppInstallationStatus) HasMetadata() bool
- func (o *OrganizationsAppInstallationStatus) HasState() bool
- func (o *OrganizationsAppInstallationStatus) HasStateDescription() bool
- func (o *OrganizationsAppInstallationStatus) HasUsedIn() bool
- func (o OrganizationsAppInstallationStatus) MarshalJSON() ([]byte, error)
- func (o *OrganizationsAppInstallationStatus) SetBrowserAction(v OrganizationsBrowserAction)
- func (o *OrganizationsAppInstallationStatus) SetMetadata(v map[string]interface{})
- func (o *OrganizationsAppInstallationStatus) SetState(v string)
- func (o *OrganizationsAppInstallationStatus) SetStateDescription(v string)
- func (o *OrganizationsAppInstallationStatus) SetUsedIn(v []AppInstallationNodeRef)
- func (o OrganizationsAppInstallationStatus) ToMap() (map[string]interface{}, error)
- type OrganizationsBrowserAction
- func (o *OrganizationsBrowserAction) GetDescription() string
- func (o *OrganizationsBrowserAction) GetDescriptionOk() (*string, bool)
- func (o *OrganizationsBrowserAction) GetFormFields() map[string]string
- func (o *OrganizationsBrowserAction) GetFormFieldsOk() (*map[string]string, bool)
- func (o *OrganizationsBrowserAction) GetMethod() string
- func (o *OrganizationsBrowserAction) GetMethodOk() (*string, bool)
- func (o *OrganizationsBrowserAction) GetUrl() string
- func (o *OrganizationsBrowserAction) GetUrlOk() (*string, bool)
- func (o *OrganizationsBrowserAction) HasDescription() bool
- func (o *OrganizationsBrowserAction) HasFormFields() bool
- func (o *OrganizationsBrowserAction) HasMethod() bool
- func (o *OrganizationsBrowserAction) HasUrl() bool
- func (o OrganizationsBrowserAction) MarshalJSON() ([]byte, error)
- func (o *OrganizationsBrowserAction) SetDescription(v string)
- func (o *OrganizationsBrowserAction) SetFormFields(v map[string]string)
- func (o *OrganizationsBrowserAction) SetMethod(v string)
- func (o *OrganizationsBrowserAction) SetUrl(v string)
- func (o OrganizationsBrowserAction) ToMap() (map[string]interface{}, error)
- type OrganizationsCreateInvitationBody
- func (o *OrganizationsCreateInvitationBody) GetEmail() string
- func (o *OrganizationsCreateInvitationBody) GetEmailOk() (*string, bool)
- func (o *OrganizationsCreateInvitationBody) HasEmail() bool
- func (o OrganizationsCreateInvitationBody) MarshalJSON() ([]byte, error)
- func (o *OrganizationsCreateInvitationBody) SetEmail(v string)
- func (o OrganizationsCreateInvitationBody) ToMap() (map[string]interface{}, error)
- type OrganizationsCreateInvitationResponse
- func (o *OrganizationsCreateInvitationResponse) GetInvitation() OrganizationsInvitation
- func (o *OrganizationsCreateInvitationResponse) GetInvitationOk() (*OrganizationsInvitation, bool)
- func (o *OrganizationsCreateInvitationResponse) HasInvitation() bool
- func (o OrganizationsCreateInvitationResponse) MarshalJSON() ([]byte, error)
- func (o *OrganizationsCreateInvitationResponse) SetInvitation(v OrganizationsInvitation)
- func (o OrganizationsCreateInvitationResponse) ToMap() (map[string]interface{}, error)
- type OrganizationsDescribeApplicationResponse
- func (o *OrganizationsDescribeApplicationResponse) GetInstallation() OrganizationsAppInstallation
- func (o *OrganizationsDescribeApplicationResponse) GetInstallationOk() (*OrganizationsAppInstallation, bool)
- func (o *OrganizationsDescribeApplicationResponse) HasInstallation() bool
- func (o OrganizationsDescribeApplicationResponse) MarshalJSON() ([]byte, error)
- func (o *OrganizationsDescribeApplicationResponse) SetInstallation(v OrganizationsAppInstallation)
- func (o OrganizationsDescribeApplicationResponse) ToMap() (map[string]interface{}, error)
- type OrganizationsDescribeOrganizationResponse
- func (o *OrganizationsDescribeOrganizationResponse) GetOrganization() OrganizationsOrganization
- func (o *OrganizationsDescribeOrganizationResponse) GetOrganizationOk() (*OrganizationsOrganization, bool)
- func (o *OrganizationsDescribeOrganizationResponse) HasOrganization() bool
- func (o OrganizationsDescribeOrganizationResponse) MarshalJSON() ([]byte, error)
- func (o *OrganizationsDescribeOrganizationResponse) SetOrganization(v OrganizationsOrganization)
- func (o OrganizationsDescribeOrganizationResponse) ToMap() (map[string]interface{}, error)
- type OrganizationsGetInviteLinkResponse
- func (o *OrganizationsGetInviteLinkResponse) GetInviteLink() OrganizationsInviteLink
- func (o *OrganizationsGetInviteLinkResponse) GetInviteLinkOk() (*OrganizationsInviteLink, bool)
- func (o *OrganizationsGetInviteLinkResponse) HasInviteLink() bool
- func (o OrganizationsGetInviteLinkResponse) MarshalJSON() ([]byte, error)
- func (o *OrganizationsGetInviteLinkResponse) SetInviteLink(v OrganizationsInviteLink)
- func (o OrganizationsGetInviteLinkResponse) ToMap() (map[string]interface{}, error)
- type OrganizationsInstallApplicationBody
- func (o *OrganizationsInstallApplicationBody) GetAppName() string
- func (o *OrganizationsInstallApplicationBody) GetAppNameOk() (*string, bool)
- func (o *OrganizationsInstallApplicationBody) GetConfiguration() map[string]interface{}
- func (o *OrganizationsInstallApplicationBody) GetConfigurationOk() (map[string]interface{}, bool)
- func (o *OrganizationsInstallApplicationBody) GetInstallationName() string
- func (o *OrganizationsInstallApplicationBody) GetInstallationNameOk() (*string, bool)
- func (o *OrganizationsInstallApplicationBody) HasAppName() bool
- func (o *OrganizationsInstallApplicationBody) HasConfiguration() bool
- func (o *OrganizationsInstallApplicationBody) HasInstallationName() bool
- func (o OrganizationsInstallApplicationBody) MarshalJSON() ([]byte, error)
- func (o *OrganizationsInstallApplicationBody) SetAppName(v string)
- func (o *OrganizationsInstallApplicationBody) SetConfiguration(v map[string]interface{})
- func (o *OrganizationsInstallApplicationBody) SetInstallationName(v string)
- func (o OrganizationsInstallApplicationBody) ToMap() (map[string]interface{}, error)
- type OrganizationsInstallApplicationResponse
- func (o *OrganizationsInstallApplicationResponse) GetInstallation() OrganizationsAppInstallation
- func (o *OrganizationsInstallApplicationResponse) GetInstallationOk() (*OrganizationsAppInstallation, bool)
- func (o *OrganizationsInstallApplicationResponse) HasInstallation() bool
- func (o OrganizationsInstallApplicationResponse) MarshalJSON() ([]byte, error)
- func (o *OrganizationsInstallApplicationResponse) SetInstallation(v OrganizationsAppInstallation)
- func (o OrganizationsInstallApplicationResponse) ToMap() (map[string]interface{}, error)
- type OrganizationsInvitation
- func (o *OrganizationsInvitation) GetCreatedAt() time.Time
- func (o *OrganizationsInvitation) GetCreatedAtOk() (*time.Time, bool)
- func (o *OrganizationsInvitation) GetEmail() string
- func (o *OrganizationsInvitation) GetEmailOk() (*string, bool)
- func (o *OrganizationsInvitation) GetId() string
- func (o *OrganizationsInvitation) GetIdOk() (*string, bool)
- func (o *OrganizationsInvitation) GetOrganizationId() string
- func (o *OrganizationsInvitation) GetOrganizationIdOk() (*string, bool)
- func (o *OrganizationsInvitation) GetState() string
- func (o *OrganizationsInvitation) GetStateOk() (*string, bool)
- func (o *OrganizationsInvitation) HasCreatedAt() bool
- func (o *OrganizationsInvitation) HasEmail() bool
- func (o *OrganizationsInvitation) HasId() bool
- func (o *OrganizationsInvitation) HasOrganizationId() bool
- func (o *OrganizationsInvitation) HasState() bool
- func (o OrganizationsInvitation) MarshalJSON() ([]byte, error)
- func (o *OrganizationsInvitation) SetCreatedAt(v time.Time)
- func (o *OrganizationsInvitation) SetEmail(v string)
- func (o *OrganizationsInvitation) SetId(v string)
- func (o *OrganizationsInvitation) SetOrganizationId(v string)
- func (o *OrganizationsInvitation) SetState(v string)
- func (o OrganizationsInvitation) ToMap() (map[string]interface{}, error)
- type OrganizationsInviteLink
- func (o *OrganizationsInviteLink) GetCreatedAt() time.Time
- func (o *OrganizationsInviteLink) GetCreatedAtOk() (*time.Time, bool)
- func (o *OrganizationsInviteLink) GetEnabled() bool
- func (o *OrganizationsInviteLink) GetEnabledOk() (*bool, bool)
- func (o *OrganizationsInviteLink) GetId() string
- func (o *OrganizationsInviteLink) GetIdOk() (*string, bool)
- func (o *OrganizationsInviteLink) GetOrganizationId() string
- func (o *OrganizationsInviteLink) GetOrganizationIdOk() (*string, bool)
- func (o *OrganizationsInviteLink) GetToken() string
- func (o *OrganizationsInviteLink) GetTokenOk() (*string, bool)
- func (o *OrganizationsInviteLink) GetUpdatedAt() time.Time
- func (o *OrganizationsInviteLink) GetUpdatedAtOk() (*time.Time, bool)
- func (o *OrganizationsInviteLink) HasCreatedAt() bool
- func (o *OrganizationsInviteLink) HasEnabled() bool
- func (o *OrganizationsInviteLink) HasId() bool
- func (o *OrganizationsInviteLink) HasOrganizationId() bool
- func (o *OrganizationsInviteLink) HasToken() bool
- func (o *OrganizationsInviteLink) HasUpdatedAt() bool
- func (o OrganizationsInviteLink) MarshalJSON() ([]byte, error)
- func (o *OrganizationsInviteLink) SetCreatedAt(v time.Time)
- func (o *OrganizationsInviteLink) SetEnabled(v bool)
- func (o *OrganizationsInviteLink) SetId(v string)
- func (o *OrganizationsInviteLink) SetOrganizationId(v string)
- func (o *OrganizationsInviteLink) SetToken(v string)
- func (o *OrganizationsInviteLink) SetUpdatedAt(v time.Time)
- func (o OrganizationsInviteLink) ToMap() (map[string]interface{}, error)
- type OrganizationsListApplicationResourcesResponse
- func (o *OrganizationsListApplicationResourcesResponse) GetResources() []OrganizationsAppInstallationResourceRef
- func (o *OrganizationsListApplicationResourcesResponse) GetResourcesOk() ([]OrganizationsAppInstallationResourceRef, bool)
- func (o *OrganizationsListApplicationResourcesResponse) HasResources() bool
- func (o OrganizationsListApplicationResourcesResponse) MarshalJSON() ([]byte, error)
- func (o *OrganizationsListApplicationResourcesResponse) SetResources(v []OrganizationsAppInstallationResourceRef)
- func (o OrganizationsListApplicationResourcesResponse) ToMap() (map[string]interface{}, error)
- type OrganizationsListInvitationsResponse
- func (o *OrganizationsListInvitationsResponse) GetInvitations() []OrganizationsInvitation
- func (o *OrganizationsListInvitationsResponse) GetInvitationsOk() ([]OrganizationsInvitation, bool)
- func (o *OrganizationsListInvitationsResponse) HasInvitations() bool
- func (o OrganizationsListInvitationsResponse) MarshalJSON() ([]byte, error)
- func (o *OrganizationsListInvitationsResponse) SetInvitations(v []OrganizationsInvitation)
- func (o OrganizationsListInvitationsResponse) ToMap() (map[string]interface{}, error)
- type OrganizationsOrganization
- func (o *OrganizationsOrganization) GetMetadata() OrganizationsOrganizationMetadata
- func (o *OrganizationsOrganization) GetMetadataOk() (*OrganizationsOrganizationMetadata, bool)
- func (o *OrganizationsOrganization) HasMetadata() bool
- func (o OrganizationsOrganization) MarshalJSON() ([]byte, error)
- func (o *OrganizationsOrganization) SetMetadata(v OrganizationsOrganizationMetadata)
- func (o OrganizationsOrganization) ToMap() (map[string]interface{}, error)
- type OrganizationsOrganizationMetadata
- func (o *OrganizationsOrganizationMetadata) GetCreatedAt() time.Time
- func (o *OrganizationsOrganizationMetadata) GetCreatedAtOk() (*time.Time, bool)
- func (o *OrganizationsOrganizationMetadata) GetDescription() string
- func (o *OrganizationsOrganizationMetadata) GetDescriptionOk() (*string, bool)
- func (o *OrganizationsOrganizationMetadata) GetId() string
- func (o *OrganizationsOrganizationMetadata) GetIdOk() (*string, bool)
- func (o *OrganizationsOrganizationMetadata) GetName() string
- func (o *OrganizationsOrganizationMetadata) GetNameOk() (*string, bool)
- func (o *OrganizationsOrganizationMetadata) GetUpdatedAt() time.Time
- func (o *OrganizationsOrganizationMetadata) GetUpdatedAtOk() (*time.Time, bool)
- func (o *OrganizationsOrganizationMetadata) HasCreatedAt() bool
- func (o *OrganizationsOrganizationMetadata) HasDescription() bool
- func (o *OrganizationsOrganizationMetadata) HasId() bool
- func (o *OrganizationsOrganizationMetadata) HasName() bool
- func (o *OrganizationsOrganizationMetadata) HasUpdatedAt() bool
- func (o OrganizationsOrganizationMetadata) MarshalJSON() ([]byte, error)
- func (o *OrganizationsOrganizationMetadata) SetCreatedAt(v time.Time)
- func (o *OrganizationsOrganizationMetadata) SetDescription(v string)
- func (o *OrganizationsOrganizationMetadata) SetId(v string)
- func (o *OrganizationsOrganizationMetadata) SetName(v string)
- func (o *OrganizationsOrganizationMetadata) SetUpdatedAt(v time.Time)
- func (o OrganizationsOrganizationMetadata) ToMap() (map[string]interface{}, error)
- type OrganizationsResetInviteLinkResponse
- func (o *OrganizationsResetInviteLinkResponse) GetInviteLink() OrganizationsInviteLink
- func (o *OrganizationsResetInviteLinkResponse) GetInviteLinkOk() (*OrganizationsInviteLink, bool)
- func (o *OrganizationsResetInviteLinkResponse) HasInviteLink() bool
- func (o OrganizationsResetInviteLinkResponse) MarshalJSON() ([]byte, error)
- func (o *OrganizationsResetInviteLinkResponse) SetInviteLink(v OrganizationsInviteLink)
- func (o OrganizationsResetInviteLinkResponse) ToMap() (map[string]interface{}, error)
- type OrganizationsUpdateApplicationBody
- func (o *OrganizationsUpdateApplicationBody) GetConfiguration() map[string]interface{}
- func (o *OrganizationsUpdateApplicationBody) GetConfigurationOk() (map[string]interface{}, bool)
- func (o *OrganizationsUpdateApplicationBody) HasConfiguration() bool
- func (o OrganizationsUpdateApplicationBody) MarshalJSON() ([]byte, error)
- func (o *OrganizationsUpdateApplicationBody) SetConfiguration(v map[string]interface{})
- func (o OrganizationsUpdateApplicationBody) ToMap() (map[string]interface{}, error)
- type OrganizationsUpdateApplicationResponse
- func (o *OrganizationsUpdateApplicationResponse) GetInstallation() OrganizationsAppInstallation
- func (o *OrganizationsUpdateApplicationResponse) GetInstallationOk() (*OrganizationsAppInstallation, bool)
- func (o *OrganizationsUpdateApplicationResponse) HasInstallation() bool
- func (o OrganizationsUpdateApplicationResponse) MarshalJSON() ([]byte, error)
- func (o *OrganizationsUpdateApplicationResponse) SetInstallation(v OrganizationsAppInstallation)
- func (o OrganizationsUpdateApplicationResponse) ToMap() (map[string]interface{}, error)
- type OrganizationsUpdateInviteLinkBody
- func (o *OrganizationsUpdateInviteLinkBody) GetEnabled() bool
- func (o *OrganizationsUpdateInviteLinkBody) GetEnabledOk() (*bool, bool)
- func (o *OrganizationsUpdateInviteLinkBody) HasEnabled() bool
- func (o OrganizationsUpdateInviteLinkBody) MarshalJSON() ([]byte, error)
- func (o *OrganizationsUpdateInviteLinkBody) SetEnabled(v bool)
- func (o OrganizationsUpdateInviteLinkBody) ToMap() (map[string]interface{}, error)
- type OrganizationsUpdateInviteLinkResponse
- func (o *OrganizationsUpdateInviteLinkResponse) GetInviteLink() OrganizationsInviteLink
- func (o *OrganizationsUpdateInviteLinkResponse) GetInviteLinkOk() (*OrganizationsInviteLink, bool)
- func (o *OrganizationsUpdateInviteLinkResponse) HasInviteLink() bool
- func (o OrganizationsUpdateInviteLinkResponse) MarshalJSON() ([]byte, error)
- func (o *OrganizationsUpdateInviteLinkResponse) SetInviteLink(v OrganizationsInviteLink)
- func (o OrganizationsUpdateInviteLinkResponse) ToMap() (map[string]interface{}, error)
- type OrganizationsUpdateOrganizationBody
- func (o *OrganizationsUpdateOrganizationBody) GetOrganization() OrganizationsOrganization
- func (o *OrganizationsUpdateOrganizationBody) GetOrganizationOk() (*OrganizationsOrganization, bool)
- func (o *OrganizationsUpdateOrganizationBody) HasOrganization() bool
- func (o OrganizationsUpdateOrganizationBody) MarshalJSON() ([]byte, error)
- func (o *OrganizationsUpdateOrganizationBody) SetOrganization(v OrganizationsOrganization)
- func (o OrganizationsUpdateOrganizationBody) ToMap() (map[string]interface{}, error)
- type OrganizationsUpdateOrganizationResponse
- func (o *OrganizationsUpdateOrganizationResponse) GetOrganization() OrganizationsOrganization
- func (o *OrganizationsUpdateOrganizationResponse) GetOrganizationOk() (*OrganizationsOrganization, bool)
- func (o *OrganizationsUpdateOrganizationResponse) HasOrganization() bool
- func (o OrganizationsUpdateOrganizationResponse) MarshalJSON() ([]byte, error)
- func (o *OrganizationsUpdateOrganizationResponse) SetOrganization(v OrganizationsOrganization)
- func (o OrganizationsUpdateOrganizationResponse) ToMap() (map[string]interface{}, error)
- type ProtobufAny
- func (o *ProtobufAny) GetType() string
- func (o *ProtobufAny) GetTypeOk() (*string, bool)
- func (o *ProtobufAny) HasType() bool
- func (o ProtobufAny) MarshalJSON() ([]byte, error)
- func (o *ProtobufAny) SetType(v string)
- func (o ProtobufAny) ToMap() (map[string]interface{}, error)
- func (o *ProtobufAny) UnmarshalJSON(data []byte) (err error)
- type ProtobufNullValue
- type RolesAPIService
- func (a *RolesAPIService) RolesAssignRole(ctx context.Context, roleName string) ApiRolesAssignRoleRequest
- func (a *RolesAPIService) RolesAssignRoleExecute(r ApiRolesAssignRoleRequest) (map[string]interface{}, *http.Response, error)
- func (a *RolesAPIService) RolesCreateRole(ctx context.Context) ApiRolesCreateRoleRequest
- func (a *RolesAPIService) RolesCreateRoleExecute(r ApiRolesCreateRoleRequest) (*RolesCreateRoleResponse, *http.Response, error)
- func (a *RolesAPIService) RolesDeleteRole(ctx context.Context, roleName string) ApiRolesDeleteRoleRequest
- func (a *RolesAPIService) RolesDeleteRoleExecute(r ApiRolesDeleteRoleRequest) (map[string]interface{}, *http.Response, error)
- func (a *RolesAPIService) RolesDescribeRole(ctx context.Context, roleName string) ApiRolesDescribeRoleRequest
- func (a *RolesAPIService) RolesDescribeRoleExecute(r ApiRolesDescribeRoleRequest) (*RolesDescribeRoleResponse, *http.Response, error)
- func (a *RolesAPIService) RolesListRoles(ctx context.Context) ApiRolesListRolesRequest
- func (a *RolesAPIService) RolesListRolesExecute(r ApiRolesListRolesRequest) (*RolesListRolesResponse, *http.Response, error)
- func (a *RolesAPIService) RolesUpdateRole(ctx context.Context, roleName string) ApiRolesUpdateRoleRequest
- func (a *RolesAPIService) RolesUpdateRoleExecute(r ApiRolesUpdateRoleRequest) (*RolesUpdateRoleResponse, *http.Response, error)
- type RolesAssignRoleBody
- func (o *RolesAssignRoleBody) GetDomainId() string
- func (o *RolesAssignRoleBody) GetDomainIdOk() (*string, bool)
- func (o *RolesAssignRoleBody) GetDomainType() AuthorizationDomainType
- func (o *RolesAssignRoleBody) GetDomainTypeOk() (*AuthorizationDomainType, bool)
- func (o *RolesAssignRoleBody) GetUserEmail() string
- func (o *RolesAssignRoleBody) GetUserEmailOk() (*string, bool)
- func (o *RolesAssignRoleBody) GetUserId() string
- func (o *RolesAssignRoleBody) GetUserIdOk() (*string, bool)
- func (o *RolesAssignRoleBody) HasDomainId() bool
- func (o *RolesAssignRoleBody) HasDomainType() bool
- func (o *RolesAssignRoleBody) HasUserEmail() bool
- func (o *RolesAssignRoleBody) HasUserId() bool
- func (o RolesAssignRoleBody) MarshalJSON() ([]byte, error)
- func (o *RolesAssignRoleBody) SetDomainId(v string)
- func (o *RolesAssignRoleBody) SetDomainType(v AuthorizationDomainType)
- func (o *RolesAssignRoleBody) SetUserEmail(v string)
- func (o *RolesAssignRoleBody) SetUserId(v string)
- func (o RolesAssignRoleBody) ToMap() (map[string]interface{}, error)
- type RolesCreateRoleRequest
- func (o *RolesCreateRoleRequest) GetDomainId() string
- func (o *RolesCreateRoleRequest) GetDomainIdOk() (*string, bool)
- func (o *RolesCreateRoleRequest) GetDomainType() AuthorizationDomainType
- func (o *RolesCreateRoleRequest) GetDomainTypeOk() (*AuthorizationDomainType, bool)
- func (o *RolesCreateRoleRequest) GetRole() RolesRole
- func (o *RolesCreateRoleRequest) GetRoleOk() (*RolesRole, bool)
- func (o *RolesCreateRoleRequest) HasDomainId() bool
- func (o *RolesCreateRoleRequest) HasDomainType() bool
- func (o *RolesCreateRoleRequest) HasRole() bool
- func (o RolesCreateRoleRequest) MarshalJSON() ([]byte, error)
- func (o *RolesCreateRoleRequest) SetDomainId(v string)
- func (o *RolesCreateRoleRequest) SetDomainType(v AuthorizationDomainType)
- func (o *RolesCreateRoleRequest) SetRole(v RolesRole)
- func (o RolesCreateRoleRequest) ToMap() (map[string]interface{}, error)
- type RolesCreateRoleResponse
- func (o *RolesCreateRoleResponse) GetRole() RolesRole
- func (o *RolesCreateRoleResponse) GetRoleOk() (*RolesRole, bool)
- func (o *RolesCreateRoleResponse) HasRole() bool
- func (o RolesCreateRoleResponse) MarshalJSON() ([]byte, error)
- func (o *RolesCreateRoleResponse) SetRole(v RolesRole)
- func (o RolesCreateRoleResponse) ToMap() (map[string]interface{}, error)
- type RolesDescribeRoleResponse
- func (o *RolesDescribeRoleResponse) GetRole() RolesRole
- func (o *RolesDescribeRoleResponse) GetRoleOk() (*RolesRole, bool)
- func (o *RolesDescribeRoleResponse) HasRole() bool
- func (o RolesDescribeRoleResponse) MarshalJSON() ([]byte, error)
- func (o *RolesDescribeRoleResponse) SetRole(v RolesRole)
- func (o RolesDescribeRoleResponse) ToMap() (map[string]interface{}, error)
- type RolesListRolesResponse
- func (o *RolesListRolesResponse) GetRoles() []RolesRole
- func (o *RolesListRolesResponse) GetRolesOk() ([]RolesRole, bool)
- func (o *RolesListRolesResponse) HasRoles() bool
- func (o RolesListRolesResponse) MarshalJSON() ([]byte, error)
- func (o *RolesListRolesResponse) SetRoles(v []RolesRole)
- func (o RolesListRolesResponse) ToMap() (map[string]interface{}, error)
- type RolesRole
- func (o *RolesRole) GetMetadata() RolesRoleMetadata
- func (o *RolesRole) GetMetadataOk() (*RolesRoleMetadata, bool)
- func (o *RolesRole) GetSpec() RolesRoleSpec
- func (o *RolesRole) GetSpecOk() (*RolesRoleSpec, bool)
- func (o *RolesRole) HasMetadata() bool
- func (o *RolesRole) HasSpec() bool
- func (o RolesRole) MarshalJSON() ([]byte, error)
- func (o *RolesRole) SetMetadata(v RolesRoleMetadata)
- func (o *RolesRole) SetSpec(v RolesRoleSpec)
- func (o RolesRole) ToMap() (map[string]interface{}, error)
- type RolesRoleMetadata
- func (o *RolesRoleMetadata) GetCreatedAt() time.Time
- func (o *RolesRoleMetadata) GetCreatedAtOk() (*time.Time, bool)
- func (o *RolesRoleMetadata) GetDomainId() string
- func (o *RolesRoleMetadata) GetDomainIdOk() (*string, bool)
- func (o *RolesRoleMetadata) GetDomainType() AuthorizationDomainType
- func (o *RolesRoleMetadata) GetDomainTypeOk() (*AuthorizationDomainType, bool)
- func (o *RolesRoleMetadata) GetName() string
- func (o *RolesRoleMetadata) GetNameOk() (*string, bool)
- func (o *RolesRoleMetadata) GetUpdatedAt() time.Time
- func (o *RolesRoleMetadata) GetUpdatedAtOk() (*time.Time, bool)
- func (o *RolesRoleMetadata) HasCreatedAt() bool
- func (o *RolesRoleMetadata) HasDomainId() bool
- func (o *RolesRoleMetadata) HasDomainType() bool
- func (o *RolesRoleMetadata) HasName() bool
- func (o *RolesRoleMetadata) HasUpdatedAt() bool
- func (o RolesRoleMetadata) MarshalJSON() ([]byte, error)
- func (o *RolesRoleMetadata) SetCreatedAt(v time.Time)
- func (o *RolesRoleMetadata) SetDomainId(v string)
- func (o *RolesRoleMetadata) SetDomainType(v AuthorizationDomainType)
- func (o *RolesRoleMetadata) SetName(v string)
- func (o *RolesRoleMetadata) SetUpdatedAt(v time.Time)
- func (o RolesRoleMetadata) ToMap() (map[string]interface{}, error)
- type RolesRoleSpec
- func (o *RolesRoleSpec) GetDescription() string
- func (o *RolesRoleSpec) GetDescriptionOk() (*string, bool)
- func (o *RolesRoleSpec) GetDisplayName() string
- func (o *RolesRoleSpec) GetDisplayNameOk() (*string, bool)
- func (o *RolesRoleSpec) GetInheritedRole() RolesRole
- func (o *RolesRoleSpec) GetInheritedRoleOk() (*RolesRole, bool)
- func (o *RolesRoleSpec) GetPermissions() []AuthorizationPermission
- func (o *RolesRoleSpec) GetPermissionsOk() ([]AuthorizationPermission, bool)
- func (o *RolesRoleSpec) HasDescription() bool
- func (o *RolesRoleSpec) HasDisplayName() bool
- func (o *RolesRoleSpec) HasInheritedRole() bool
- func (o *RolesRoleSpec) HasPermissions() bool
- func (o RolesRoleSpec) MarshalJSON() ([]byte, error)
- func (o *RolesRoleSpec) SetDescription(v string)
- func (o *RolesRoleSpec) SetDisplayName(v string)
- func (o *RolesRoleSpec) SetInheritedRole(v RolesRole)
- func (o *RolesRoleSpec) SetPermissions(v []AuthorizationPermission)
- func (o RolesRoleSpec) ToMap() (map[string]interface{}, error)
- type RolesUpdateRoleBody
- func (o *RolesUpdateRoleBody) GetDomainId() string
- func (o *RolesUpdateRoleBody) GetDomainIdOk() (*string, bool)
- func (o *RolesUpdateRoleBody) GetDomainType() AuthorizationDomainType
- func (o *RolesUpdateRoleBody) GetDomainTypeOk() (*AuthorizationDomainType, bool)
- func (o *RolesUpdateRoleBody) GetRole() RolesRole
- func (o *RolesUpdateRoleBody) GetRoleOk() (*RolesRole, bool)
- func (o *RolesUpdateRoleBody) HasDomainId() bool
- func (o *RolesUpdateRoleBody) HasDomainType() bool
- func (o *RolesUpdateRoleBody) HasRole() bool
- func (o RolesUpdateRoleBody) MarshalJSON() ([]byte, error)
- func (o *RolesUpdateRoleBody) SetDomainId(v string)
- func (o *RolesUpdateRoleBody) SetDomainType(v AuthorizationDomainType)
- func (o *RolesUpdateRoleBody) SetRole(v RolesRole)
- func (o RolesUpdateRoleBody) ToMap() (map[string]interface{}, error)
- type RolesUpdateRoleResponse
- func (o *RolesUpdateRoleResponse) GetRole() RolesRole
- func (o *RolesUpdateRoleResponse) GetRoleOk() (*RolesRole, bool)
- func (o *RolesUpdateRoleResponse) HasRole() bool
- func (o RolesUpdateRoleResponse) MarshalJSON() ([]byte, error)
- func (o *RolesUpdateRoleResponse) SetRole(v RolesRole)
- func (o RolesUpdateRoleResponse) ToMap() (map[string]interface{}, error)
- type SecretAPIService
- func (a *SecretAPIService) SecretsCreateSecret(ctx context.Context) ApiSecretsCreateSecretRequest
- func (a *SecretAPIService) SecretsCreateSecretExecute(r ApiSecretsCreateSecretRequest) (*SecretsCreateSecretResponse, *http.Response, error)
- func (a *SecretAPIService) SecretsDeleteSecret(ctx context.Context, idOrName string) ApiSecretsDeleteSecretRequest
- func (a *SecretAPIService) SecretsDeleteSecretExecute(r ApiSecretsDeleteSecretRequest) (map[string]interface{}, *http.Response, error)
- func (a *SecretAPIService) SecretsDescribeSecret(ctx context.Context, idOrName string) ApiSecretsDescribeSecretRequest
- func (a *SecretAPIService) SecretsDescribeSecretExecute(r ApiSecretsDescribeSecretRequest) (*SecretsDescribeSecretResponse, *http.Response, error)
- func (a *SecretAPIService) SecretsListSecrets(ctx context.Context) ApiSecretsListSecretsRequest
- func (a *SecretAPIService) SecretsListSecretsExecute(r ApiSecretsListSecretsRequest) (*SecretsListSecretsResponse, *http.Response, error)
- func (a *SecretAPIService) SecretsUpdateSecret(ctx context.Context, idOrName string) ApiSecretsUpdateSecretRequest
- func (a *SecretAPIService) SecretsUpdateSecretExecute(r ApiSecretsUpdateSecretRequest) (*SecretsUpdateSecretResponse, *http.Response, error)
- type SecretLocal
- func (o *SecretLocal) GetData() map[string]string
- func (o *SecretLocal) GetDataOk() (*map[string]string, bool)
- func (o *SecretLocal) HasData() bool
- func (o SecretLocal) MarshalJSON() ([]byte, error)
- func (o *SecretLocal) SetData(v map[string]string)
- func (o SecretLocal) ToMap() (map[string]interface{}, error)
- type SecretProvider
- type SecretsCreateSecretRequest
- func (o *SecretsCreateSecretRequest) GetDomainId() string
- func (o *SecretsCreateSecretRequest) GetDomainIdOk() (*string, bool)
- func (o *SecretsCreateSecretRequest) GetDomainType() AuthorizationDomainType
- func (o *SecretsCreateSecretRequest) GetDomainTypeOk() (*AuthorizationDomainType, bool)
- func (o *SecretsCreateSecretRequest) GetSecret() SecretsSecret
- func (o *SecretsCreateSecretRequest) GetSecretOk() (*SecretsSecret, bool)
- func (o *SecretsCreateSecretRequest) HasDomainId() bool
- func (o *SecretsCreateSecretRequest) HasDomainType() bool
- func (o *SecretsCreateSecretRequest) HasSecret() bool
- func (o SecretsCreateSecretRequest) MarshalJSON() ([]byte, error)
- func (o *SecretsCreateSecretRequest) SetDomainId(v string)
- func (o *SecretsCreateSecretRequest) SetDomainType(v AuthorizationDomainType)
- func (o *SecretsCreateSecretRequest) SetSecret(v SecretsSecret)
- func (o SecretsCreateSecretRequest) ToMap() (map[string]interface{}, error)
- type SecretsCreateSecretResponse
- func (o *SecretsCreateSecretResponse) GetSecret() SecretsSecret
- func (o *SecretsCreateSecretResponse) GetSecretOk() (*SecretsSecret, bool)
- func (o *SecretsCreateSecretResponse) HasSecret() bool
- func (o SecretsCreateSecretResponse) MarshalJSON() ([]byte, error)
- func (o *SecretsCreateSecretResponse) SetSecret(v SecretsSecret)
- func (o SecretsCreateSecretResponse) ToMap() (map[string]interface{}, error)
- type SecretsDescribeSecretResponse
- func (o *SecretsDescribeSecretResponse) GetSecret() SecretsSecret
- func (o *SecretsDescribeSecretResponse) GetSecretOk() (*SecretsSecret, bool)
- func (o *SecretsDescribeSecretResponse) HasSecret() bool
- func (o SecretsDescribeSecretResponse) MarshalJSON() ([]byte, error)
- func (o *SecretsDescribeSecretResponse) SetSecret(v SecretsSecret)
- func (o SecretsDescribeSecretResponse) ToMap() (map[string]interface{}, error)
- type SecretsListSecretsResponse
- func (o *SecretsListSecretsResponse) GetSecrets() []SecretsSecret
- func (o *SecretsListSecretsResponse) GetSecretsOk() ([]SecretsSecret, bool)
- func (o *SecretsListSecretsResponse) HasSecrets() bool
- func (o SecretsListSecretsResponse) MarshalJSON() ([]byte, error)
- func (o *SecretsListSecretsResponse) SetSecrets(v []SecretsSecret)
- func (o SecretsListSecretsResponse) ToMap() (map[string]interface{}, error)
- type SecretsSecret
- func (o *SecretsSecret) GetMetadata() SecretsSecretMetadata
- func (o *SecretsSecret) GetMetadataOk() (*SecretsSecretMetadata, bool)
- func (o *SecretsSecret) GetSpec() SecretsSecretSpec
- func (o *SecretsSecret) GetSpecOk() (*SecretsSecretSpec, bool)
- func (o *SecretsSecret) HasMetadata() bool
- func (o *SecretsSecret) HasSpec() bool
- func (o SecretsSecret) MarshalJSON() ([]byte, error)
- func (o *SecretsSecret) SetMetadata(v SecretsSecretMetadata)
- func (o *SecretsSecret) SetSpec(v SecretsSecretSpec)
- func (o SecretsSecret) ToMap() (map[string]interface{}, error)
- type SecretsSecretMetadata
- func (o *SecretsSecretMetadata) GetCreatedAt() time.Time
- func (o *SecretsSecretMetadata) GetCreatedAtOk() (*time.Time, bool)
- func (o *SecretsSecretMetadata) GetDomainId() string
- func (o *SecretsSecretMetadata) GetDomainIdOk() (*string, bool)
- func (o *SecretsSecretMetadata) GetDomainType() AuthorizationDomainType
- func (o *SecretsSecretMetadata) GetDomainTypeOk() (*AuthorizationDomainType, bool)
- func (o *SecretsSecretMetadata) GetId() string
- func (o *SecretsSecretMetadata) GetIdOk() (*string, bool)
- func (o *SecretsSecretMetadata) GetName() string
- func (o *SecretsSecretMetadata) GetNameOk() (*string, bool)
- func (o *SecretsSecretMetadata) HasCreatedAt() bool
- func (o *SecretsSecretMetadata) HasDomainId() bool
- func (o *SecretsSecretMetadata) HasDomainType() bool
- func (o *SecretsSecretMetadata) HasId() bool
- func (o *SecretsSecretMetadata) HasName() bool
- func (o SecretsSecretMetadata) MarshalJSON() ([]byte, error)
- func (o *SecretsSecretMetadata) SetCreatedAt(v time.Time)
- func (o *SecretsSecretMetadata) SetDomainId(v string)
- func (o *SecretsSecretMetadata) SetDomainType(v AuthorizationDomainType)
- func (o *SecretsSecretMetadata) SetId(v string)
- func (o *SecretsSecretMetadata) SetName(v string)
- func (o SecretsSecretMetadata) ToMap() (map[string]interface{}, error)
- type SecretsSecretSpec
- func (o *SecretsSecretSpec) GetLocal() SecretLocal
- func (o *SecretsSecretSpec) GetLocalOk() (*SecretLocal, bool)
- func (o *SecretsSecretSpec) GetProvider() SecretProvider
- func (o *SecretsSecretSpec) GetProviderOk() (*SecretProvider, bool)
- func (o *SecretsSecretSpec) HasLocal() bool
- func (o *SecretsSecretSpec) HasProvider() bool
- func (o SecretsSecretSpec) MarshalJSON() ([]byte, error)
- func (o *SecretsSecretSpec) SetLocal(v SecretLocal)
- func (o *SecretsSecretSpec) SetProvider(v SecretProvider)
- func (o SecretsSecretSpec) ToMap() (map[string]interface{}, error)
- type SecretsUpdateSecretBody
- func (o *SecretsUpdateSecretBody) GetDomainId() string
- func (o *SecretsUpdateSecretBody) GetDomainIdOk() (*string, bool)
- func (o *SecretsUpdateSecretBody) GetDomainType() AuthorizationDomainType
- func (o *SecretsUpdateSecretBody) GetDomainTypeOk() (*AuthorizationDomainType, bool)
- func (o *SecretsUpdateSecretBody) GetSecret() SecretsSecret
- func (o *SecretsUpdateSecretBody) GetSecretOk() (*SecretsSecret, bool)
- func (o *SecretsUpdateSecretBody) HasDomainId() bool
- func (o *SecretsUpdateSecretBody) HasDomainType() bool
- func (o *SecretsUpdateSecretBody) HasSecret() bool
- func (o SecretsUpdateSecretBody) MarshalJSON() ([]byte, error)
- func (o *SecretsUpdateSecretBody) SetDomainId(v string)
- func (o *SecretsUpdateSecretBody) SetDomainType(v AuthorizationDomainType)
- func (o *SecretsUpdateSecretBody) SetSecret(v SecretsSecret)
- func (o SecretsUpdateSecretBody) ToMap() (map[string]interface{}, error)
- type SecretsUpdateSecretResponse
- func (o *SecretsUpdateSecretResponse) GetSecret() SecretsSecret
- func (o *SecretsUpdateSecretResponse) GetSecretOk() (*SecretsSecret, bool)
- func (o *SecretsUpdateSecretResponse) HasSecret() bool
- func (o SecretsUpdateSecretResponse) MarshalJSON() ([]byte, error)
- func (o *SecretsUpdateSecretResponse) SetSecret(v SecretsSecret)
- func (o SecretsUpdateSecretResponse) ToMap() (map[string]interface{}, error)
- type ServerConfiguration
- type ServerConfigurations
- type ServerVariable
- type SuperplaneApplicationsListApplicationsResponse
- func (o *SuperplaneApplicationsListApplicationsResponse) GetApplications() []ApplicationsApplicationDefinition
- func (o *SuperplaneApplicationsListApplicationsResponse) GetApplicationsOk() ([]ApplicationsApplicationDefinition, bool)
- func (o *SuperplaneApplicationsListApplicationsResponse) HasApplications() bool
- func (o SuperplaneApplicationsListApplicationsResponse) MarshalJSON() ([]byte, error)
- func (o *SuperplaneApplicationsListApplicationsResponse) SetApplications(v []ApplicationsApplicationDefinition)
- func (o SuperplaneApplicationsListApplicationsResponse) ToMap() (map[string]interface{}, error)
- type SuperplaneBlueprintsOutputChannel
- func (o *SuperplaneBlueprintsOutputChannel) GetName() string
- func (o *SuperplaneBlueprintsOutputChannel) GetNameOk() (*string, bool)
- func (o *SuperplaneBlueprintsOutputChannel) GetNodeId() string
- func (o *SuperplaneBlueprintsOutputChannel) GetNodeIdOk() (*string, bool)
- func (o *SuperplaneBlueprintsOutputChannel) GetNodeOutputChannel() string
- func (o *SuperplaneBlueprintsOutputChannel) GetNodeOutputChannelOk() (*string, bool)
- func (o *SuperplaneBlueprintsOutputChannel) HasName() bool
- func (o *SuperplaneBlueprintsOutputChannel) HasNodeId() bool
- func (o *SuperplaneBlueprintsOutputChannel) HasNodeOutputChannel() bool
- func (o SuperplaneBlueprintsOutputChannel) MarshalJSON() ([]byte, error)
- func (o *SuperplaneBlueprintsOutputChannel) SetName(v string)
- func (o *SuperplaneBlueprintsOutputChannel) SetNodeId(v string)
- func (o *SuperplaneBlueprintsOutputChannel) SetNodeOutputChannel(v string)
- func (o SuperplaneBlueprintsOutputChannel) ToMap() (map[string]interface{}, error)
- type SuperplaneBlueprintsUserRef
- func (o *SuperplaneBlueprintsUserRef) GetId() string
- func (o *SuperplaneBlueprintsUserRef) GetIdOk() (*string, bool)
- func (o *SuperplaneBlueprintsUserRef) GetName() string
- func (o *SuperplaneBlueprintsUserRef) GetNameOk() (*string, bool)
- func (o *SuperplaneBlueprintsUserRef) HasId() bool
- func (o *SuperplaneBlueprintsUserRef) HasName() bool
- func (o SuperplaneBlueprintsUserRef) MarshalJSON() ([]byte, error)
- func (o *SuperplaneBlueprintsUserRef) SetId(v string)
- func (o *SuperplaneBlueprintsUserRef) SetName(v string)
- func (o SuperplaneBlueprintsUserRef) ToMap() (map[string]interface{}, error)
- type SuperplaneComponentsOutputChannel
- func (o *SuperplaneComponentsOutputChannel) GetDescription() string
- func (o *SuperplaneComponentsOutputChannel) GetDescriptionOk() (*string, bool)
- func (o *SuperplaneComponentsOutputChannel) GetLabel() string
- func (o *SuperplaneComponentsOutputChannel) GetLabelOk() (*string, bool)
- func (o *SuperplaneComponentsOutputChannel) GetName() string
- func (o *SuperplaneComponentsOutputChannel) GetNameOk() (*string, bool)
- func (o *SuperplaneComponentsOutputChannel) HasDescription() bool
- func (o *SuperplaneComponentsOutputChannel) HasLabel() bool
- func (o *SuperplaneComponentsOutputChannel) HasName() bool
- func (o SuperplaneComponentsOutputChannel) MarshalJSON() ([]byte, error)
- func (o *SuperplaneComponentsOutputChannel) SetDescription(v string)
- func (o *SuperplaneComponentsOutputChannel) SetLabel(v string)
- func (o *SuperplaneComponentsOutputChannel) SetName(v string)
- func (o SuperplaneComponentsOutputChannel) ToMap() (map[string]interface{}, error)
- type SuperplaneMeUser
- func (o *SuperplaneMeUser) GetCreatedAt() time.Time
- func (o *SuperplaneMeUser) GetCreatedAtOk() (*time.Time, bool)
- func (o *SuperplaneMeUser) GetEmail() string
- func (o *SuperplaneMeUser) GetEmailOk() (*string, bool)
- func (o *SuperplaneMeUser) GetHasToken() bool
- func (o *SuperplaneMeUser) GetHasTokenOk() (*bool, bool)
- func (o *SuperplaneMeUser) GetId() string
- func (o *SuperplaneMeUser) GetIdOk() (*string, bool)
- func (o *SuperplaneMeUser) GetOrganizationId() string
- func (o *SuperplaneMeUser) GetOrganizationIdOk() (*string, bool)
- func (o *SuperplaneMeUser) HasCreatedAt() bool
- func (o *SuperplaneMeUser) HasEmail() bool
- func (o *SuperplaneMeUser) HasHasToken() bool
- func (o *SuperplaneMeUser) HasId() bool
- func (o *SuperplaneMeUser) HasOrganizationId() bool
- func (o SuperplaneMeUser) MarshalJSON() ([]byte, error)
- func (o *SuperplaneMeUser) SetCreatedAt(v time.Time)
- func (o *SuperplaneMeUser) SetEmail(v string)
- func (o *SuperplaneMeUser) SetHasToken(v bool)
- func (o *SuperplaneMeUser) SetId(v string)
- func (o *SuperplaneMeUser) SetOrganizationId(v string)
- func (o SuperplaneMeUser) ToMap() (map[string]interface{}, error)
- type SuperplaneOrganizationsListApplicationsResponse
- func (o *SuperplaneOrganizationsListApplicationsResponse) GetApplications() []OrganizationsAppInstallation
- func (o *SuperplaneOrganizationsListApplicationsResponse) GetApplicationsOk() ([]OrganizationsAppInstallation, bool)
- func (o *SuperplaneOrganizationsListApplicationsResponse) HasApplications() bool
- func (o SuperplaneOrganizationsListApplicationsResponse) MarshalJSON() ([]byte, error)
- func (o *SuperplaneOrganizationsListApplicationsResponse) SetApplications(v []OrganizationsAppInstallation)
- func (o SuperplaneOrganizationsListApplicationsResponse) ToMap() (map[string]interface{}, error)
- type SuperplaneUsersUser
- func (o *SuperplaneUsersUser) GetMetadata() UsersUserMetadata
- func (o *SuperplaneUsersUser) GetMetadataOk() (*UsersUserMetadata, bool)
- func (o *SuperplaneUsersUser) GetSpec() UsersUserSpec
- func (o *SuperplaneUsersUser) GetSpecOk() (*UsersUserSpec, bool)
- func (o *SuperplaneUsersUser) GetStatus() UsersUserStatus
- func (o *SuperplaneUsersUser) GetStatusOk() (*UsersUserStatus, bool)
- func (o *SuperplaneUsersUser) HasMetadata() bool
- func (o *SuperplaneUsersUser) HasSpec() bool
- func (o *SuperplaneUsersUser) HasStatus() bool
- func (o SuperplaneUsersUser) MarshalJSON() ([]byte, error)
- func (o *SuperplaneUsersUser) SetMetadata(v UsersUserMetadata)
- func (o *SuperplaneUsersUser) SetSpec(v UsersUserSpec)
- func (o *SuperplaneUsersUser) SetStatus(v UsersUserStatus)
- func (o SuperplaneUsersUser) ToMap() (map[string]interface{}, error)
- type SuperplaneWorkflowsUserRef
- func (o *SuperplaneWorkflowsUserRef) GetId() string
- func (o *SuperplaneWorkflowsUserRef) GetIdOk() (*string, bool)
- func (o *SuperplaneWorkflowsUserRef) GetName() string
- func (o *SuperplaneWorkflowsUserRef) GetNameOk() (*string, bool)
- func (o *SuperplaneWorkflowsUserRef) HasId() bool
- func (o *SuperplaneWorkflowsUserRef) HasName() bool
- func (o SuperplaneWorkflowsUserRef) MarshalJSON() ([]byte, error)
- func (o *SuperplaneWorkflowsUserRef) SetId(v string)
- func (o *SuperplaneWorkflowsUserRef) SetName(v string)
- func (o SuperplaneWorkflowsUserRef) ToMap() (map[string]interface{}, error)
- type TriggerAPIService
- func (a *TriggerAPIService) TriggersDescribeTrigger(ctx context.Context, name string) ApiTriggersDescribeTriggerRequest
- func (a *TriggerAPIService) TriggersDescribeTriggerExecute(r ApiTriggersDescribeTriggerRequest) (*TriggersDescribeTriggerResponse, *http.Response, error)
- func (a *TriggerAPIService) TriggersListTriggers(ctx context.Context) ApiTriggersListTriggersRequest
- func (a *TriggerAPIService) TriggersListTriggersExecute(r ApiTriggersListTriggersRequest) (*TriggersListTriggersResponse, *http.Response, error)
- type TriggersDescribeTriggerResponse
- func (o *TriggersDescribeTriggerResponse) GetTrigger() TriggersTrigger
- func (o *TriggersDescribeTriggerResponse) GetTriggerOk() (*TriggersTrigger, bool)
- func (o *TriggersDescribeTriggerResponse) HasTrigger() bool
- func (o TriggersDescribeTriggerResponse) MarshalJSON() ([]byte, error)
- func (o *TriggersDescribeTriggerResponse) SetTrigger(v TriggersTrigger)
- func (o TriggersDescribeTriggerResponse) ToMap() (map[string]interface{}, error)
- type TriggersListTriggersResponse
- func (o *TriggersListTriggersResponse) GetTriggers() []TriggersTrigger
- func (o *TriggersListTriggersResponse) GetTriggersOk() ([]TriggersTrigger, bool)
- func (o *TriggersListTriggersResponse) HasTriggers() bool
- func (o TriggersListTriggersResponse) MarshalJSON() ([]byte, error)
- func (o *TriggersListTriggersResponse) SetTriggers(v []TriggersTrigger)
- func (o TriggersListTriggersResponse) ToMap() (map[string]interface{}, error)
- type TriggersTrigger
- func (o *TriggersTrigger) GetColor() string
- func (o *TriggersTrigger) GetColorOk() (*string, bool)
- func (o *TriggersTrigger) GetConfiguration() []ConfigurationField
- func (o *TriggersTrigger) GetConfigurationOk() ([]ConfigurationField, bool)
- func (o *TriggersTrigger) GetDescription() string
- func (o *TriggersTrigger) GetDescriptionOk() (*string, bool)
- func (o *TriggersTrigger) GetExampleData() map[string]interface{}
- func (o *TriggersTrigger) GetExampleDataOk() (map[string]interface{}, bool)
- func (o *TriggersTrigger) GetIcon() string
- func (o *TriggersTrigger) GetIconOk() (*string, bool)
- func (o *TriggersTrigger) GetLabel() string
- func (o *TriggersTrigger) GetLabelOk() (*string, bool)
- func (o *TriggersTrigger) GetName() string
- func (o *TriggersTrigger) GetNameOk() (*string, bool)
- func (o *TriggersTrigger) HasColor() bool
- func (o *TriggersTrigger) HasConfiguration() bool
- func (o *TriggersTrigger) HasDescription() bool
- func (o *TriggersTrigger) HasExampleData() bool
- func (o *TriggersTrigger) HasIcon() bool
- func (o *TriggersTrigger) HasLabel() bool
- func (o *TriggersTrigger) HasName() bool
- func (o TriggersTrigger) MarshalJSON() ([]byte, error)
- func (o *TriggersTrigger) SetColor(v string)
- func (o *TriggersTrigger) SetConfiguration(v []ConfigurationField)
- func (o *TriggersTrigger) SetDescription(v string)
- func (o *TriggersTrigger) SetExampleData(v map[string]interface{})
- func (o *TriggersTrigger) SetIcon(v string)
- func (o *TriggersTrigger) SetLabel(v string)
- func (o *TriggersTrigger) SetName(v string)
- func (o TriggersTrigger) ToMap() (map[string]interface{}, error)
- type UsersAPIService
- func (a *UsersAPIService) UsersListUserPermissions(ctx context.Context, userId string) ApiUsersListUserPermissionsRequest
- func (a *UsersAPIService) UsersListUserPermissionsExecute(r ApiUsersListUserPermissionsRequest) (*UsersListUserPermissionsResponse, *http.Response, error)
- func (a *UsersAPIService) UsersListUserRoles(ctx context.Context, userId string) ApiUsersListUserRolesRequest
- func (a *UsersAPIService) UsersListUserRolesExecute(r ApiUsersListUserRolesRequest) (*UsersListUserRolesResponse, *http.Response, error)
- func (a *UsersAPIService) UsersListUsers(ctx context.Context) ApiUsersListUsersRequest
- func (a *UsersAPIService) UsersListUsersExecute(r ApiUsersListUsersRequest) (*UsersListUsersResponse, *http.Response, error)
- type UsersAccountProvider
- func (o *UsersAccountProvider) GetAvatarUrl() string
- func (o *UsersAccountProvider) GetAvatarUrlOk() (*string, bool)
- func (o *UsersAccountProvider) GetCreatedAt() time.Time
- func (o *UsersAccountProvider) GetCreatedAtOk() (*time.Time, bool)
- func (o *UsersAccountProvider) GetDisplayName() string
- func (o *UsersAccountProvider) GetDisplayNameOk() (*string, bool)
- func (o *UsersAccountProvider) GetEmail() string
- func (o *UsersAccountProvider) GetEmailOk() (*string, bool)
- func (o *UsersAccountProvider) GetProviderId() string
- func (o *UsersAccountProvider) GetProviderIdOk() (*string, bool)
- func (o *UsersAccountProvider) GetProviderType() string
- func (o *UsersAccountProvider) GetProviderTypeOk() (*string, bool)
- func (o *UsersAccountProvider) GetUpdatedAt() time.Time
- func (o *UsersAccountProvider) GetUpdatedAtOk() (*time.Time, bool)
- func (o *UsersAccountProvider) HasAvatarUrl() bool
- func (o *UsersAccountProvider) HasCreatedAt() bool
- func (o *UsersAccountProvider) HasDisplayName() bool
- func (o *UsersAccountProvider) HasEmail() bool
- func (o *UsersAccountProvider) HasProviderId() bool
- func (o *UsersAccountProvider) HasProviderType() bool
- func (o *UsersAccountProvider) HasUpdatedAt() bool
- func (o UsersAccountProvider) MarshalJSON() ([]byte, error)
- func (o *UsersAccountProvider) SetAvatarUrl(v string)
- func (o *UsersAccountProvider) SetCreatedAt(v time.Time)
- func (o *UsersAccountProvider) SetDisplayName(v string)
- func (o *UsersAccountProvider) SetEmail(v string)
- func (o *UsersAccountProvider) SetProviderId(v string)
- func (o *UsersAccountProvider) SetProviderType(v string)
- func (o *UsersAccountProvider) SetUpdatedAt(v time.Time)
- func (o UsersAccountProvider) ToMap() (map[string]interface{}, error)
- type UsersListUserPermissionsResponse
- func (o *UsersListUserPermissionsResponse) GetDomainId() string
- func (o *UsersListUserPermissionsResponse) GetDomainIdOk() (*string, bool)
- func (o *UsersListUserPermissionsResponse) GetDomainType() AuthorizationDomainType
- func (o *UsersListUserPermissionsResponse) GetDomainTypeOk() (*AuthorizationDomainType, bool)
- func (o *UsersListUserPermissionsResponse) GetPermissions() []AuthorizationPermission
- func (o *UsersListUserPermissionsResponse) GetPermissionsOk() ([]AuthorizationPermission, bool)
- func (o *UsersListUserPermissionsResponse) GetUserId() string
- func (o *UsersListUserPermissionsResponse) GetUserIdOk() (*string, bool)
- func (o *UsersListUserPermissionsResponse) HasDomainId() bool
- func (o *UsersListUserPermissionsResponse) HasDomainType() bool
- func (o *UsersListUserPermissionsResponse) HasPermissions() bool
- func (o *UsersListUserPermissionsResponse) HasUserId() bool
- func (o UsersListUserPermissionsResponse) MarshalJSON() ([]byte, error)
- func (o *UsersListUserPermissionsResponse) SetDomainId(v string)
- func (o *UsersListUserPermissionsResponse) SetDomainType(v AuthorizationDomainType)
- func (o *UsersListUserPermissionsResponse) SetPermissions(v []AuthorizationPermission)
- func (o *UsersListUserPermissionsResponse) SetUserId(v string)
- func (o UsersListUserPermissionsResponse) ToMap() (map[string]interface{}, error)
- type UsersListUserRolesResponse
- func (o *UsersListUserRolesResponse) GetDomainId() string
- func (o *UsersListUserRolesResponse) GetDomainIdOk() (*string, bool)
- func (o *UsersListUserRolesResponse) GetDomainType() AuthorizationDomainType
- func (o *UsersListUserRolesResponse) GetDomainTypeOk() (*AuthorizationDomainType, bool)
- func (o *UsersListUserRolesResponse) GetRoles() []RolesRole
- func (o *UsersListUserRolesResponse) GetRolesOk() ([]RolesRole, bool)
- func (o *UsersListUserRolesResponse) GetUserId() string
- func (o *UsersListUserRolesResponse) GetUserIdOk() (*string, bool)
- func (o *UsersListUserRolesResponse) HasDomainId() bool
- func (o *UsersListUserRolesResponse) HasDomainType() bool
- func (o *UsersListUserRolesResponse) HasRoles() bool
- func (o *UsersListUserRolesResponse) HasUserId() bool
- func (o UsersListUserRolesResponse) MarshalJSON() ([]byte, error)
- func (o *UsersListUserRolesResponse) SetDomainId(v string)
- func (o *UsersListUserRolesResponse) SetDomainType(v AuthorizationDomainType)
- func (o *UsersListUserRolesResponse) SetRoles(v []RolesRole)
- func (o *UsersListUserRolesResponse) SetUserId(v string)
- func (o UsersListUserRolesResponse) ToMap() (map[string]interface{}, error)
- type UsersListUsersResponse
- func (o *UsersListUsersResponse) GetUsers() []SuperplaneUsersUser
- func (o *UsersListUsersResponse) GetUsersOk() ([]SuperplaneUsersUser, bool)
- func (o *UsersListUsersResponse) HasUsers() bool
- func (o UsersListUsersResponse) MarshalJSON() ([]byte, error)
- func (o *UsersListUsersResponse) SetUsers(v []SuperplaneUsersUser)
- func (o UsersListUsersResponse) ToMap() (map[string]interface{}, error)
- type UsersUserMetadata
- func (o *UsersUserMetadata) GetCreatedAt() time.Time
- func (o *UsersUserMetadata) GetCreatedAtOk() (*time.Time, bool)
- func (o *UsersUserMetadata) GetEmail() string
- func (o *UsersUserMetadata) GetEmailOk() (*string, bool)
- func (o *UsersUserMetadata) GetId() string
- func (o *UsersUserMetadata) GetIdOk() (*string, bool)
- func (o *UsersUserMetadata) GetUpdatedAt() time.Time
- func (o *UsersUserMetadata) GetUpdatedAtOk() (*time.Time, bool)
- func (o *UsersUserMetadata) HasCreatedAt() bool
- func (o *UsersUserMetadata) HasEmail() bool
- func (o *UsersUserMetadata) HasId() bool
- func (o *UsersUserMetadata) HasUpdatedAt() bool
- func (o UsersUserMetadata) MarshalJSON() ([]byte, error)
- func (o *UsersUserMetadata) SetCreatedAt(v time.Time)
- func (o *UsersUserMetadata) SetEmail(v string)
- func (o *UsersUserMetadata) SetId(v string)
- func (o *UsersUserMetadata) SetUpdatedAt(v time.Time)
- func (o UsersUserMetadata) ToMap() (map[string]interface{}, error)
- type UsersUserRoleAssignment
- func (o *UsersUserRoleAssignment) GetAssignedAt() time.Time
- func (o *UsersUserRoleAssignment) GetAssignedAtOk() (*time.Time, bool)
- func (o *UsersUserRoleAssignment) GetDomainId() string
- func (o *UsersUserRoleAssignment) GetDomainIdOk() (*string, bool)
- func (o *UsersUserRoleAssignment) GetDomainType() AuthorizationDomainType
- func (o *UsersUserRoleAssignment) GetDomainTypeOk() (*AuthorizationDomainType, bool)
- func (o *UsersUserRoleAssignment) GetRoleDescription() string
- func (o *UsersUserRoleAssignment) GetRoleDescriptionOk() (*string, bool)
- func (o *UsersUserRoleAssignment) GetRoleDisplayName() string
- func (o *UsersUserRoleAssignment) GetRoleDisplayNameOk() (*string, bool)
- func (o *UsersUserRoleAssignment) GetRoleName() string
- func (o *UsersUserRoleAssignment) GetRoleNameOk() (*string, bool)
- func (o *UsersUserRoleAssignment) HasAssignedAt() bool
- func (o *UsersUserRoleAssignment) HasDomainId() bool
- func (o *UsersUserRoleAssignment) HasDomainType() bool
- func (o *UsersUserRoleAssignment) HasRoleDescription() bool
- func (o *UsersUserRoleAssignment) HasRoleDisplayName() bool
- func (o *UsersUserRoleAssignment) HasRoleName() bool
- func (o UsersUserRoleAssignment) MarshalJSON() ([]byte, error)
- func (o *UsersUserRoleAssignment) SetAssignedAt(v time.Time)
- func (o *UsersUserRoleAssignment) SetDomainId(v string)
- func (o *UsersUserRoleAssignment) SetDomainType(v AuthorizationDomainType)
- func (o *UsersUserRoleAssignment) SetRoleDescription(v string)
- func (o *UsersUserRoleAssignment) SetRoleDisplayName(v string)
- func (o *UsersUserRoleAssignment) SetRoleName(v string)
- func (o UsersUserRoleAssignment) ToMap() (map[string]interface{}, error)
- type UsersUserSpec
- func (o *UsersUserSpec) GetAccountProviders() []UsersAccountProvider
- func (o *UsersUserSpec) GetAccountProvidersOk() ([]UsersAccountProvider, bool)
- func (o *UsersUserSpec) GetDisplayName() string
- func (o *UsersUserSpec) GetDisplayNameOk() (*string, bool)
- func (o *UsersUserSpec) HasAccountProviders() bool
- func (o *UsersUserSpec) HasDisplayName() bool
- func (o UsersUserSpec) MarshalJSON() ([]byte, error)
- func (o *UsersUserSpec) SetAccountProviders(v []UsersAccountProvider)
- func (o *UsersUserSpec) SetDisplayName(v string)
- func (o UsersUserSpec) ToMap() (map[string]interface{}, error)
- type UsersUserStatus
- func (o *UsersUserStatus) GetRoleAssignments() []UsersUserRoleAssignment
- func (o *UsersUserStatus) GetRoleAssignmentsOk() ([]UsersUserRoleAssignment, bool)
- func (o *UsersUserStatus) HasRoleAssignments() bool
- func (o UsersUserStatus) MarshalJSON() ([]byte, error)
- func (o *UsersUserStatus) SetRoleAssignments(v []UsersUserRoleAssignment)
- func (o UsersUserStatus) ToMap() (map[string]interface{}, error)
- type WidgetAPIService
- func (a *WidgetAPIService) WidgetsDescribeWidget(ctx context.Context, name string) ApiWidgetsDescribeWidgetRequest
- func (a *WidgetAPIService) WidgetsDescribeWidgetExecute(r ApiWidgetsDescribeWidgetRequest) (*WidgetsDescribeWidgetResponse, *http.Response, error)
- func (a *WidgetAPIService) WidgetsListWidgets(ctx context.Context) ApiWidgetsListWidgetsRequest
- func (a *WidgetAPIService) WidgetsListWidgetsExecute(r ApiWidgetsListWidgetsRequest) (*WidgetsListWidgetsResponse, *http.Response, error)
- type WidgetsDescribeWidgetResponse
- func (o *WidgetsDescribeWidgetResponse) GetWidget() WidgetsWidget
- func (o *WidgetsDescribeWidgetResponse) GetWidgetOk() (*WidgetsWidget, bool)
- func (o *WidgetsDescribeWidgetResponse) HasWidget() bool
- func (o WidgetsDescribeWidgetResponse) MarshalJSON() ([]byte, error)
- func (o *WidgetsDescribeWidgetResponse) SetWidget(v WidgetsWidget)
- func (o WidgetsDescribeWidgetResponse) ToMap() (map[string]interface{}, error)
- type WidgetsListWidgetsResponse
- func (o *WidgetsListWidgetsResponse) GetWidgets() []WidgetsWidget
- func (o *WidgetsListWidgetsResponse) GetWidgetsOk() ([]WidgetsWidget, bool)
- func (o *WidgetsListWidgetsResponse) HasWidgets() bool
- func (o WidgetsListWidgetsResponse) MarshalJSON() ([]byte, error)
- func (o *WidgetsListWidgetsResponse) SetWidgets(v []WidgetsWidget)
- func (o WidgetsListWidgetsResponse) ToMap() (map[string]interface{}, error)
- type WidgetsWidget
- func (o *WidgetsWidget) GetColor() string
- func (o *WidgetsWidget) GetColorOk() (*string, bool)
- func (o *WidgetsWidget) GetConfiguration() []ConfigurationField
- func (o *WidgetsWidget) GetConfigurationOk() ([]ConfigurationField, bool)
- func (o *WidgetsWidget) GetDescription() string
- func (o *WidgetsWidget) GetDescriptionOk() (*string, bool)
- func (o *WidgetsWidget) GetIcon() string
- func (o *WidgetsWidget) GetIconOk() (*string, bool)
- func (o *WidgetsWidget) GetLabel() string
- func (o *WidgetsWidget) GetLabelOk() (*string, bool)
- func (o *WidgetsWidget) GetName() string
- func (o *WidgetsWidget) GetNameOk() (*string, bool)
- func (o *WidgetsWidget) HasColor() bool
- func (o *WidgetsWidget) HasConfiguration() bool
- func (o *WidgetsWidget) HasDescription() bool
- func (o *WidgetsWidget) HasIcon() bool
- func (o *WidgetsWidget) HasLabel() bool
- func (o *WidgetsWidget) HasName() bool
- func (o WidgetsWidget) MarshalJSON() ([]byte, error)
- func (o *WidgetsWidget) SetColor(v string)
- func (o *WidgetsWidget) SetConfiguration(v []ConfigurationField)
- func (o *WidgetsWidget) SetDescription(v string)
- func (o *WidgetsWidget) SetIcon(v string)
- func (o *WidgetsWidget) SetLabel(v string)
- func (o *WidgetsWidget) SetName(v string)
- func (o WidgetsWidget) ToMap() (map[string]interface{}, error)
- type WorkflowAPIService
- func (a *WorkflowAPIService) WorkflowsCreateWorkflow(ctx context.Context) ApiWorkflowsCreateWorkflowRequest
- func (a *WorkflowAPIService) WorkflowsCreateWorkflowExecute(r ApiWorkflowsCreateWorkflowRequest) (*WorkflowsCreateWorkflowResponse, *http.Response, error)
- func (a *WorkflowAPIService) WorkflowsDeleteWorkflow(ctx context.Context, id string) ApiWorkflowsDeleteWorkflowRequest
- func (a *WorkflowAPIService) WorkflowsDeleteWorkflowExecute(r ApiWorkflowsDeleteWorkflowRequest) (map[string]interface{}, *http.Response, error)
- func (a *WorkflowAPIService) WorkflowsDescribeWorkflow(ctx context.Context, id string) ApiWorkflowsDescribeWorkflowRequest
- func (a *WorkflowAPIService) WorkflowsDescribeWorkflowExecute(r ApiWorkflowsDescribeWorkflowRequest) (*WorkflowsDescribeWorkflowResponse, *http.Response, error)
- func (a *WorkflowAPIService) WorkflowsListWorkflows(ctx context.Context) ApiWorkflowsListWorkflowsRequest
- func (a *WorkflowAPIService) WorkflowsListWorkflowsExecute(r ApiWorkflowsListWorkflowsRequest) (*WorkflowsListWorkflowsResponse, *http.Response, error)
- func (a *WorkflowAPIService) WorkflowsUpdateWorkflow(ctx context.Context, id string) ApiWorkflowsUpdateWorkflowRequest
- func (a *WorkflowAPIService) WorkflowsUpdateWorkflowExecute(r ApiWorkflowsUpdateWorkflowRequest) (*WorkflowsUpdateWorkflowResponse, *http.Response, error)
- type WorkflowEventAPIService
- func (a *WorkflowEventAPIService) WorkflowsListEventExecutions(ctx context.Context, workflowId string, eventId string) ApiWorkflowsListEventExecutionsRequest
- func (a *WorkflowEventAPIService) WorkflowsListEventExecutionsExecute(r ApiWorkflowsListEventExecutionsRequest) (*WorkflowsListEventExecutionsResponse, *http.Response, error)
- func (a *WorkflowEventAPIService) WorkflowsListWorkflowEvents(ctx context.Context, workflowId string) ApiWorkflowsListWorkflowEventsRequest
- func (a *WorkflowEventAPIService) WorkflowsListWorkflowEventsExecute(r ApiWorkflowsListWorkflowEventsRequest) (*WorkflowsListWorkflowEventsResponse, *http.Response, error)
- type WorkflowNodeAPIService
- func (a *WorkflowNodeAPIService) WorkflowsDeleteNodeQueueItem(ctx context.Context, workflowId string, nodeId string, itemId string) ApiWorkflowsDeleteNodeQueueItemRequest
- func (a *WorkflowNodeAPIService) WorkflowsDeleteNodeQueueItemExecute(r ApiWorkflowsDeleteNodeQueueItemRequest) (map[string]interface{}, *http.Response, error)
- func (a *WorkflowNodeAPIService) WorkflowsEmitNodeEvent(ctx context.Context, workflowId string, nodeId string) ApiWorkflowsEmitNodeEventRequest
- func (a *WorkflowNodeAPIService) WorkflowsEmitNodeEventExecute(r ApiWorkflowsEmitNodeEventRequest) (*WorkflowsEmitNodeEventResponse, *http.Response, error)
- func (a *WorkflowNodeAPIService) WorkflowsInvokeNodeTriggerAction(ctx context.Context, workflowId string, nodeId string, actionName string) ApiWorkflowsInvokeNodeTriggerActionRequest
- func (a *WorkflowNodeAPIService) WorkflowsInvokeNodeTriggerActionExecute(r ApiWorkflowsInvokeNodeTriggerActionRequest) (*WorkflowsInvokeNodeTriggerActionResponse, *http.Response, error)
- func (a *WorkflowNodeAPIService) WorkflowsListNodeEvents(ctx context.Context, workflowId string, nodeId string) ApiWorkflowsListNodeEventsRequest
- func (a *WorkflowNodeAPIService) WorkflowsListNodeEventsExecute(r ApiWorkflowsListNodeEventsRequest) (*WorkflowsListNodeEventsResponse, *http.Response, error)
- func (a *WorkflowNodeAPIService) WorkflowsListNodeExecutions(ctx context.Context, workflowId string, nodeId string) ApiWorkflowsListNodeExecutionsRequest
- func (a *WorkflowNodeAPIService) WorkflowsListNodeExecutionsExecute(r ApiWorkflowsListNodeExecutionsRequest) (*WorkflowsListNodeExecutionsResponse, *http.Response, error)
- func (a *WorkflowNodeAPIService) WorkflowsListNodeQueueItems(ctx context.Context, workflowId string, nodeId string) ApiWorkflowsListNodeQueueItemsRequest
- func (a *WorkflowNodeAPIService) WorkflowsListNodeQueueItemsExecute(r ApiWorkflowsListNodeQueueItemsRequest) (*WorkflowsListNodeQueueItemsResponse, *http.Response, error)
- type WorkflowNodeExecutionAPIService
- func (a *WorkflowNodeExecutionAPIService) WorkflowsCancelExecution(ctx context.Context, workflowId string, executionId string) ApiWorkflowsCancelExecutionRequest
- func (a *WorkflowNodeExecutionAPIService) WorkflowsCancelExecutionExecute(r ApiWorkflowsCancelExecutionRequest) (map[string]interface{}, *http.Response, error)
- func (a *WorkflowNodeExecutionAPIService) WorkflowsInvokeNodeExecutionAction(ctx context.Context, workflowId string, executionId string, actionName string) ApiWorkflowsInvokeNodeExecutionActionRequest
- func (a *WorkflowNodeExecutionAPIService) WorkflowsInvokeNodeExecutionActionExecute(r ApiWorkflowsInvokeNodeExecutionActionRequest) (map[string]interface{}, *http.Response, error)
- func (a *WorkflowNodeExecutionAPIService) WorkflowsListChildExecutions(ctx context.Context, workflowId string, executionId string) ApiWorkflowsListChildExecutionsRequest
- func (a *WorkflowNodeExecutionAPIService) WorkflowsListChildExecutionsExecute(r ApiWorkflowsListChildExecutionsRequest) (*WorkflowsListChildExecutionsResponse, *http.Response, error)
- func (a *WorkflowNodeExecutionAPIService) WorkflowsResolveExecutionErrors(ctx context.Context, workflowId string) ApiWorkflowsResolveExecutionErrorsRequest
- func (a *WorkflowNodeExecutionAPIService) WorkflowsResolveExecutionErrorsExecute(r ApiWorkflowsResolveExecutionErrorsRequest) (map[string]interface{}, *http.Response, error)
- type WorkflowNodeExecutionResult
- type WorkflowNodeExecutionResultReason
- type WorkflowNodeExecutionState
- type WorkflowsCreateWorkflowRequest
- func (o *WorkflowsCreateWorkflowRequest) GetWorkflow() WorkflowsWorkflow
- func (o *WorkflowsCreateWorkflowRequest) GetWorkflowOk() (*WorkflowsWorkflow, bool)
- func (o *WorkflowsCreateWorkflowRequest) HasWorkflow() bool
- func (o WorkflowsCreateWorkflowRequest) MarshalJSON() ([]byte, error)
- func (o *WorkflowsCreateWorkflowRequest) SetWorkflow(v WorkflowsWorkflow)
- func (o WorkflowsCreateWorkflowRequest) ToMap() (map[string]interface{}, error)
- type WorkflowsCreateWorkflowResponse
- func (o *WorkflowsCreateWorkflowResponse) GetWorkflow() WorkflowsWorkflow
- func (o *WorkflowsCreateWorkflowResponse) GetWorkflowOk() (*WorkflowsWorkflow, bool)
- func (o *WorkflowsCreateWorkflowResponse) HasWorkflow() bool
- func (o WorkflowsCreateWorkflowResponse) MarshalJSON() ([]byte, error)
- func (o *WorkflowsCreateWorkflowResponse) SetWorkflow(v WorkflowsWorkflow)
- func (o WorkflowsCreateWorkflowResponse) ToMap() (map[string]interface{}, error)
- type WorkflowsDescribeWorkflowResponse
- func (o *WorkflowsDescribeWorkflowResponse) GetWorkflow() WorkflowsWorkflow
- func (o *WorkflowsDescribeWorkflowResponse) GetWorkflowOk() (*WorkflowsWorkflow, bool)
- func (o *WorkflowsDescribeWorkflowResponse) HasWorkflow() bool
- func (o WorkflowsDescribeWorkflowResponse) MarshalJSON() ([]byte, error)
- func (o *WorkflowsDescribeWorkflowResponse) SetWorkflow(v WorkflowsWorkflow)
- func (o WorkflowsDescribeWorkflowResponse) ToMap() (map[string]interface{}, error)
- type WorkflowsEmitNodeEventBody
- func (o *WorkflowsEmitNodeEventBody) GetChannel() string
- func (o *WorkflowsEmitNodeEventBody) GetChannelOk() (*string, bool)
- func (o *WorkflowsEmitNodeEventBody) GetData() map[string]interface{}
- func (o *WorkflowsEmitNodeEventBody) GetDataOk() (map[string]interface{}, bool)
- func (o *WorkflowsEmitNodeEventBody) HasChannel() bool
- func (o *WorkflowsEmitNodeEventBody) HasData() bool
- func (o WorkflowsEmitNodeEventBody) MarshalJSON() ([]byte, error)
- func (o *WorkflowsEmitNodeEventBody) SetChannel(v string)
- func (o *WorkflowsEmitNodeEventBody) SetData(v map[string]interface{})
- func (o WorkflowsEmitNodeEventBody) ToMap() (map[string]interface{}, error)
- type WorkflowsEmitNodeEventResponse
- func (o *WorkflowsEmitNodeEventResponse) GetEventId() string
- func (o *WorkflowsEmitNodeEventResponse) GetEventIdOk() (*string, bool)
- func (o *WorkflowsEmitNodeEventResponse) HasEventId() bool
- func (o WorkflowsEmitNodeEventResponse) MarshalJSON() ([]byte, error)
- func (o *WorkflowsEmitNodeEventResponse) SetEventId(v string)
- func (o WorkflowsEmitNodeEventResponse) ToMap() (map[string]interface{}, error)
- type WorkflowsInvokeNodeExecutionActionBody
- func (o *WorkflowsInvokeNodeExecutionActionBody) GetParameters() map[string]interface{}
- func (o *WorkflowsInvokeNodeExecutionActionBody) GetParametersOk() (map[string]interface{}, bool)
- func (o *WorkflowsInvokeNodeExecutionActionBody) HasParameters() bool
- func (o WorkflowsInvokeNodeExecutionActionBody) MarshalJSON() ([]byte, error)
- func (o *WorkflowsInvokeNodeExecutionActionBody) SetParameters(v map[string]interface{})
- func (o WorkflowsInvokeNodeExecutionActionBody) ToMap() (map[string]interface{}, error)
- type WorkflowsInvokeNodeTriggerActionBody
- func (o *WorkflowsInvokeNodeTriggerActionBody) GetParameters() map[string]interface{}
- func (o *WorkflowsInvokeNodeTriggerActionBody) GetParametersOk() (map[string]interface{}, bool)
- func (o *WorkflowsInvokeNodeTriggerActionBody) HasParameters() bool
- func (o WorkflowsInvokeNodeTriggerActionBody) MarshalJSON() ([]byte, error)
- func (o *WorkflowsInvokeNodeTriggerActionBody) SetParameters(v map[string]interface{})
- func (o WorkflowsInvokeNodeTriggerActionBody) ToMap() (map[string]interface{}, error)
- type WorkflowsInvokeNodeTriggerActionResponse
- func (o *WorkflowsInvokeNodeTriggerActionResponse) GetResult() map[string]interface{}
- func (o *WorkflowsInvokeNodeTriggerActionResponse) GetResultOk() (map[string]interface{}, bool)
- func (o *WorkflowsInvokeNodeTriggerActionResponse) HasResult() bool
- func (o WorkflowsInvokeNodeTriggerActionResponse) MarshalJSON() ([]byte, error)
- func (o *WorkflowsInvokeNodeTriggerActionResponse) SetResult(v map[string]interface{})
- func (o WorkflowsInvokeNodeTriggerActionResponse) ToMap() (map[string]interface{}, error)
- type WorkflowsListChildExecutionsResponse
- func (o *WorkflowsListChildExecutionsResponse) GetExecutions() []WorkflowsWorkflowNodeExecution
- func (o *WorkflowsListChildExecutionsResponse) GetExecutionsOk() ([]WorkflowsWorkflowNodeExecution, bool)
- func (o *WorkflowsListChildExecutionsResponse) HasExecutions() bool
- func (o WorkflowsListChildExecutionsResponse) MarshalJSON() ([]byte, error)
- func (o *WorkflowsListChildExecutionsResponse) SetExecutions(v []WorkflowsWorkflowNodeExecution)
- func (o WorkflowsListChildExecutionsResponse) ToMap() (map[string]interface{}, error)
- type WorkflowsListEventExecutionsResponse
- func (o *WorkflowsListEventExecutionsResponse) GetExecutions() []WorkflowsWorkflowNodeExecution
- func (o *WorkflowsListEventExecutionsResponse) GetExecutionsOk() ([]WorkflowsWorkflowNodeExecution, bool)
- func (o *WorkflowsListEventExecutionsResponse) HasExecutions() bool
- func (o WorkflowsListEventExecutionsResponse) MarshalJSON() ([]byte, error)
- func (o *WorkflowsListEventExecutionsResponse) SetExecutions(v []WorkflowsWorkflowNodeExecution)
- func (o WorkflowsListEventExecutionsResponse) ToMap() (map[string]interface{}, error)
- type WorkflowsListNodeEventsResponse
- func (o *WorkflowsListNodeEventsResponse) GetEvents() []WorkflowsWorkflowEvent
- func (o *WorkflowsListNodeEventsResponse) GetEventsOk() ([]WorkflowsWorkflowEvent, bool)
- func (o *WorkflowsListNodeEventsResponse) GetHasNextPage() bool
- func (o *WorkflowsListNodeEventsResponse) GetHasNextPageOk() (*bool, bool)
- func (o *WorkflowsListNodeEventsResponse) GetLastTimestamp() time.Time
- func (o *WorkflowsListNodeEventsResponse) GetLastTimestampOk() (*time.Time, bool)
- func (o *WorkflowsListNodeEventsResponse) GetTotalCount() int64
- func (o *WorkflowsListNodeEventsResponse) GetTotalCountOk() (*int64, bool)
- func (o *WorkflowsListNodeEventsResponse) HasEvents() bool
- func (o *WorkflowsListNodeEventsResponse) HasHasNextPage() bool
- func (o *WorkflowsListNodeEventsResponse) HasLastTimestamp() bool
- func (o *WorkflowsListNodeEventsResponse) HasTotalCount() bool
- func (o WorkflowsListNodeEventsResponse) MarshalJSON() ([]byte, error)
- func (o *WorkflowsListNodeEventsResponse) SetEvents(v []WorkflowsWorkflowEvent)
- func (o *WorkflowsListNodeEventsResponse) SetHasNextPage(v bool)
- func (o *WorkflowsListNodeEventsResponse) SetLastTimestamp(v time.Time)
- func (o *WorkflowsListNodeEventsResponse) SetTotalCount(v int64)
- func (o WorkflowsListNodeEventsResponse) ToMap() (map[string]interface{}, error)
- type WorkflowsListNodeExecutionsResponse
- func (o *WorkflowsListNodeExecutionsResponse) GetExecutions() []WorkflowsWorkflowNodeExecution
- func (o *WorkflowsListNodeExecutionsResponse) GetExecutionsOk() ([]WorkflowsWorkflowNodeExecution, bool)
- func (o *WorkflowsListNodeExecutionsResponse) GetHasNextPage() bool
- func (o *WorkflowsListNodeExecutionsResponse) GetHasNextPageOk() (*bool, bool)
- func (o *WorkflowsListNodeExecutionsResponse) GetLastTimestamp() time.Time
- func (o *WorkflowsListNodeExecutionsResponse) GetLastTimestampOk() (*time.Time, bool)
- func (o *WorkflowsListNodeExecutionsResponse) GetTotalCount() int64
- func (o *WorkflowsListNodeExecutionsResponse) GetTotalCountOk() (*int64, bool)
- func (o *WorkflowsListNodeExecutionsResponse) HasExecutions() bool
- func (o *WorkflowsListNodeExecutionsResponse) HasHasNextPage() bool
- func (o *WorkflowsListNodeExecutionsResponse) HasLastTimestamp() bool
- func (o *WorkflowsListNodeExecutionsResponse) HasTotalCount() bool
- func (o WorkflowsListNodeExecutionsResponse) MarshalJSON() ([]byte, error)
- func (o *WorkflowsListNodeExecutionsResponse) SetExecutions(v []WorkflowsWorkflowNodeExecution)
- func (o *WorkflowsListNodeExecutionsResponse) SetHasNextPage(v bool)
- func (o *WorkflowsListNodeExecutionsResponse) SetLastTimestamp(v time.Time)
- func (o *WorkflowsListNodeExecutionsResponse) SetTotalCount(v int64)
- func (o WorkflowsListNodeExecutionsResponse) ToMap() (map[string]interface{}, error)
- type WorkflowsListNodeQueueItemsResponse
- func (o *WorkflowsListNodeQueueItemsResponse) GetHasNextPage() bool
- func (o *WorkflowsListNodeQueueItemsResponse) GetHasNextPageOk() (*bool, bool)
- func (o *WorkflowsListNodeQueueItemsResponse) GetItems() []WorkflowsWorkflowNodeQueueItem
- func (o *WorkflowsListNodeQueueItemsResponse) GetItemsOk() ([]WorkflowsWorkflowNodeQueueItem, bool)
- func (o *WorkflowsListNodeQueueItemsResponse) GetLastTimestamp() time.Time
- func (o *WorkflowsListNodeQueueItemsResponse) GetLastTimestampOk() (*time.Time, bool)
- func (o *WorkflowsListNodeQueueItemsResponse) GetTotalCount() int64
- func (o *WorkflowsListNodeQueueItemsResponse) GetTotalCountOk() (*int64, bool)
- func (o *WorkflowsListNodeQueueItemsResponse) HasHasNextPage() bool
- func (o *WorkflowsListNodeQueueItemsResponse) HasItems() bool
- func (o *WorkflowsListNodeQueueItemsResponse) HasLastTimestamp() bool
- func (o *WorkflowsListNodeQueueItemsResponse) HasTotalCount() bool
- func (o WorkflowsListNodeQueueItemsResponse) MarshalJSON() ([]byte, error)
- func (o *WorkflowsListNodeQueueItemsResponse) SetHasNextPage(v bool)
- func (o *WorkflowsListNodeQueueItemsResponse) SetItems(v []WorkflowsWorkflowNodeQueueItem)
- func (o *WorkflowsListNodeQueueItemsResponse) SetLastTimestamp(v time.Time)
- func (o *WorkflowsListNodeQueueItemsResponse) SetTotalCount(v int64)
- func (o WorkflowsListNodeQueueItemsResponse) ToMap() (map[string]interface{}, error)
- type WorkflowsListWorkflowEventsResponse
- func (o *WorkflowsListWorkflowEventsResponse) GetEvents() []WorkflowsWorkflowEventWithExecutions
- func (o *WorkflowsListWorkflowEventsResponse) GetEventsOk() ([]WorkflowsWorkflowEventWithExecutions, bool)
- func (o *WorkflowsListWorkflowEventsResponse) GetHasNextPage() bool
- func (o *WorkflowsListWorkflowEventsResponse) GetHasNextPageOk() (*bool, bool)
- func (o *WorkflowsListWorkflowEventsResponse) GetLastTimestamp() time.Time
- func (o *WorkflowsListWorkflowEventsResponse) GetLastTimestampOk() (*time.Time, bool)
- func (o *WorkflowsListWorkflowEventsResponse) GetTotalCount() int64
- func (o *WorkflowsListWorkflowEventsResponse) GetTotalCountOk() (*int64, bool)
- func (o *WorkflowsListWorkflowEventsResponse) HasEvents() bool
- func (o *WorkflowsListWorkflowEventsResponse) HasHasNextPage() bool
- func (o *WorkflowsListWorkflowEventsResponse) HasLastTimestamp() bool
- func (o *WorkflowsListWorkflowEventsResponse) HasTotalCount() bool
- func (o WorkflowsListWorkflowEventsResponse) MarshalJSON() ([]byte, error)
- func (o *WorkflowsListWorkflowEventsResponse) SetEvents(v []WorkflowsWorkflowEventWithExecutions)
- func (o *WorkflowsListWorkflowEventsResponse) SetHasNextPage(v bool)
- func (o *WorkflowsListWorkflowEventsResponse) SetLastTimestamp(v time.Time)
- func (o *WorkflowsListWorkflowEventsResponse) SetTotalCount(v int64)
- func (o WorkflowsListWorkflowEventsResponse) ToMap() (map[string]interface{}, error)
- type WorkflowsListWorkflowsResponse
- func (o *WorkflowsListWorkflowsResponse) GetWorkflows() []WorkflowsWorkflow
- func (o *WorkflowsListWorkflowsResponse) GetWorkflowsOk() ([]WorkflowsWorkflow, bool)
- func (o *WorkflowsListWorkflowsResponse) HasWorkflows() bool
- func (o WorkflowsListWorkflowsResponse) MarshalJSON() ([]byte, error)
- func (o *WorkflowsListWorkflowsResponse) SetWorkflows(v []WorkflowsWorkflow)
- func (o WorkflowsListWorkflowsResponse) ToMap() (map[string]interface{}, error)
- type WorkflowsResolveExecutionErrorsBody
- func (o *WorkflowsResolveExecutionErrorsBody) GetExecutionIds() []string
- func (o *WorkflowsResolveExecutionErrorsBody) GetExecutionIdsOk() ([]string, bool)
- func (o *WorkflowsResolveExecutionErrorsBody) HasExecutionIds() bool
- func (o WorkflowsResolveExecutionErrorsBody) MarshalJSON() ([]byte, error)
- func (o *WorkflowsResolveExecutionErrorsBody) SetExecutionIds(v []string)
- func (o WorkflowsResolveExecutionErrorsBody) ToMap() (map[string]interface{}, error)
- type WorkflowsUpdateWorkflowBody
- func (o *WorkflowsUpdateWorkflowBody) GetWorkflow() WorkflowsWorkflow
- func (o *WorkflowsUpdateWorkflowBody) GetWorkflowOk() (*WorkflowsWorkflow, bool)
- func (o *WorkflowsUpdateWorkflowBody) HasWorkflow() bool
- func (o WorkflowsUpdateWorkflowBody) MarshalJSON() ([]byte, error)
- func (o *WorkflowsUpdateWorkflowBody) SetWorkflow(v WorkflowsWorkflow)
- func (o WorkflowsUpdateWorkflowBody) ToMap() (map[string]interface{}, error)
- type WorkflowsUpdateWorkflowResponse
- func (o *WorkflowsUpdateWorkflowResponse) GetWorkflow() WorkflowsWorkflow
- func (o *WorkflowsUpdateWorkflowResponse) GetWorkflowOk() (*WorkflowsWorkflow, bool)
- func (o *WorkflowsUpdateWorkflowResponse) HasWorkflow() bool
- func (o WorkflowsUpdateWorkflowResponse) MarshalJSON() ([]byte, error)
- func (o *WorkflowsUpdateWorkflowResponse) SetWorkflow(v WorkflowsWorkflow)
- func (o WorkflowsUpdateWorkflowResponse) ToMap() (map[string]interface{}, error)
- type WorkflowsWorkflow
- func (o *WorkflowsWorkflow) GetMetadata() WorkflowsWorkflowMetadata
- func (o *WorkflowsWorkflow) GetMetadataOk() (*WorkflowsWorkflowMetadata, bool)
- func (o *WorkflowsWorkflow) GetSpec() WorkflowsWorkflowSpec
- func (o *WorkflowsWorkflow) GetSpecOk() (*WorkflowsWorkflowSpec, bool)
- func (o *WorkflowsWorkflow) GetStatus() WorkflowsWorkflowStatus
- func (o *WorkflowsWorkflow) GetStatusOk() (*WorkflowsWorkflowStatus, bool)
- func (o *WorkflowsWorkflow) HasMetadata() bool
- func (o *WorkflowsWorkflow) HasSpec() bool
- func (o *WorkflowsWorkflow) HasStatus() bool
- func (o WorkflowsWorkflow) MarshalJSON() ([]byte, error)
- func (o *WorkflowsWorkflow) SetMetadata(v WorkflowsWorkflowMetadata)
- func (o *WorkflowsWorkflow) SetSpec(v WorkflowsWorkflowSpec)
- func (o *WorkflowsWorkflow) SetStatus(v WorkflowsWorkflowStatus)
- func (o WorkflowsWorkflow) ToMap() (map[string]interface{}, error)
- type WorkflowsWorkflowEvent
- func (o *WorkflowsWorkflowEvent) GetChannel() string
- func (o *WorkflowsWorkflowEvent) GetChannelOk() (*string, bool)
- func (o *WorkflowsWorkflowEvent) GetCreatedAt() time.Time
- func (o *WorkflowsWorkflowEvent) GetCreatedAtOk() (*time.Time, bool)
- func (o *WorkflowsWorkflowEvent) GetCustomName() string
- func (o *WorkflowsWorkflowEvent) GetCustomNameOk() (*string, bool)
- func (o *WorkflowsWorkflowEvent) GetData() map[string]interface{}
- func (o *WorkflowsWorkflowEvent) GetDataOk() (map[string]interface{}, bool)
- func (o *WorkflowsWorkflowEvent) GetId() string
- func (o *WorkflowsWorkflowEvent) GetIdOk() (*string, bool)
- func (o *WorkflowsWorkflowEvent) GetNodeId() string
- func (o *WorkflowsWorkflowEvent) GetNodeIdOk() (*string, bool)
- func (o *WorkflowsWorkflowEvent) GetWorkflowId() string
- func (o *WorkflowsWorkflowEvent) GetWorkflowIdOk() (*string, bool)
- func (o *WorkflowsWorkflowEvent) HasChannel() bool
- func (o *WorkflowsWorkflowEvent) HasCreatedAt() bool
- func (o *WorkflowsWorkflowEvent) HasCustomName() bool
- func (o *WorkflowsWorkflowEvent) HasData() bool
- func (o *WorkflowsWorkflowEvent) HasId() bool
- func (o *WorkflowsWorkflowEvent) HasNodeId() bool
- func (o *WorkflowsWorkflowEvent) HasWorkflowId() bool
- func (o WorkflowsWorkflowEvent) MarshalJSON() ([]byte, error)
- func (o *WorkflowsWorkflowEvent) SetChannel(v string)
- func (o *WorkflowsWorkflowEvent) SetCreatedAt(v time.Time)
- func (o *WorkflowsWorkflowEvent) SetCustomName(v string)
- func (o *WorkflowsWorkflowEvent) SetData(v map[string]interface{})
- func (o *WorkflowsWorkflowEvent) SetId(v string)
- func (o *WorkflowsWorkflowEvent) SetNodeId(v string)
- func (o *WorkflowsWorkflowEvent) SetWorkflowId(v string)
- func (o WorkflowsWorkflowEvent) ToMap() (map[string]interface{}, error)
- type WorkflowsWorkflowEventWithExecutions
- func (o *WorkflowsWorkflowEventWithExecutions) GetChannel() string
- func (o *WorkflowsWorkflowEventWithExecutions) GetChannelOk() (*string, bool)
- func (o *WorkflowsWorkflowEventWithExecutions) GetCreatedAt() time.Time
- func (o *WorkflowsWorkflowEventWithExecutions) GetCreatedAtOk() (*time.Time, bool)
- func (o *WorkflowsWorkflowEventWithExecutions) GetCustomName() string
- func (o *WorkflowsWorkflowEventWithExecutions) GetCustomNameOk() (*string, bool)
- func (o *WorkflowsWorkflowEventWithExecutions) GetData() map[string]interface{}
- func (o *WorkflowsWorkflowEventWithExecutions) GetDataOk() (map[string]interface{}, bool)
- func (o *WorkflowsWorkflowEventWithExecutions) GetExecutions() []WorkflowsWorkflowNodeExecution
- func (o *WorkflowsWorkflowEventWithExecutions) GetExecutionsOk() ([]WorkflowsWorkflowNodeExecution, bool)
- func (o *WorkflowsWorkflowEventWithExecutions) GetId() string
- func (o *WorkflowsWorkflowEventWithExecutions) GetIdOk() (*string, bool)
- func (o *WorkflowsWorkflowEventWithExecutions) GetNodeId() string
- func (o *WorkflowsWorkflowEventWithExecutions) GetNodeIdOk() (*string, bool)
- func (o *WorkflowsWorkflowEventWithExecutions) GetWorkflowId() string
- func (o *WorkflowsWorkflowEventWithExecutions) GetWorkflowIdOk() (*string, bool)
- func (o *WorkflowsWorkflowEventWithExecutions) HasChannel() bool
- func (o *WorkflowsWorkflowEventWithExecutions) HasCreatedAt() bool
- func (o *WorkflowsWorkflowEventWithExecutions) HasCustomName() bool
- func (o *WorkflowsWorkflowEventWithExecutions) HasData() bool
- func (o *WorkflowsWorkflowEventWithExecutions) HasExecutions() bool
- func (o *WorkflowsWorkflowEventWithExecutions) HasId() bool
- func (o *WorkflowsWorkflowEventWithExecutions) HasNodeId() bool
- func (o *WorkflowsWorkflowEventWithExecutions) HasWorkflowId() bool
- func (o WorkflowsWorkflowEventWithExecutions) MarshalJSON() ([]byte, error)
- func (o *WorkflowsWorkflowEventWithExecutions) SetChannel(v string)
- func (o *WorkflowsWorkflowEventWithExecutions) SetCreatedAt(v time.Time)
- func (o *WorkflowsWorkflowEventWithExecutions) SetCustomName(v string)
- func (o *WorkflowsWorkflowEventWithExecutions) SetData(v map[string]interface{})
- func (o *WorkflowsWorkflowEventWithExecutions) SetExecutions(v []WorkflowsWorkflowNodeExecution)
- func (o *WorkflowsWorkflowEventWithExecutions) SetId(v string)
- func (o *WorkflowsWorkflowEventWithExecutions) SetNodeId(v string)
- func (o *WorkflowsWorkflowEventWithExecutions) SetWorkflowId(v string)
- func (o WorkflowsWorkflowEventWithExecutions) ToMap() (map[string]interface{}, error)
- type WorkflowsWorkflowMetadata
- func (o *WorkflowsWorkflowMetadata) GetCreatedAt() time.Time
- func (o *WorkflowsWorkflowMetadata) GetCreatedAtOk() (*time.Time, bool)
- func (o *WorkflowsWorkflowMetadata) GetCreatedBy() SuperplaneWorkflowsUserRef
- func (o *WorkflowsWorkflowMetadata) GetCreatedByOk() (*SuperplaneWorkflowsUserRef, bool)
- func (o *WorkflowsWorkflowMetadata) GetDescription() string
- func (o *WorkflowsWorkflowMetadata) GetDescriptionOk() (*string, bool)
- func (o *WorkflowsWorkflowMetadata) GetId() string
- func (o *WorkflowsWorkflowMetadata) GetIdOk() (*string, bool)
- func (o *WorkflowsWorkflowMetadata) GetIsTemplate() bool
- func (o *WorkflowsWorkflowMetadata) GetIsTemplateOk() (*bool, bool)
- func (o *WorkflowsWorkflowMetadata) GetName() string
- func (o *WorkflowsWorkflowMetadata) GetNameOk() (*string, bool)
- func (o *WorkflowsWorkflowMetadata) GetOrganizationId() string
- func (o *WorkflowsWorkflowMetadata) GetOrganizationIdOk() (*string, bool)
- func (o *WorkflowsWorkflowMetadata) GetUpdatedAt() time.Time
- func (o *WorkflowsWorkflowMetadata) GetUpdatedAtOk() (*time.Time, bool)
- func (o *WorkflowsWorkflowMetadata) HasCreatedAt() bool
- func (o *WorkflowsWorkflowMetadata) HasCreatedBy() bool
- func (o *WorkflowsWorkflowMetadata) HasDescription() bool
- func (o *WorkflowsWorkflowMetadata) HasId() bool
- func (o *WorkflowsWorkflowMetadata) HasIsTemplate() bool
- func (o *WorkflowsWorkflowMetadata) HasName() bool
- func (o *WorkflowsWorkflowMetadata) HasOrganizationId() bool
- func (o *WorkflowsWorkflowMetadata) HasUpdatedAt() bool
- func (o WorkflowsWorkflowMetadata) MarshalJSON() ([]byte, error)
- func (o *WorkflowsWorkflowMetadata) SetCreatedAt(v time.Time)
- func (o *WorkflowsWorkflowMetadata) SetCreatedBy(v SuperplaneWorkflowsUserRef)
- func (o *WorkflowsWorkflowMetadata) SetDescription(v string)
- func (o *WorkflowsWorkflowMetadata) SetId(v string)
- func (o *WorkflowsWorkflowMetadata) SetIsTemplate(v bool)
- func (o *WorkflowsWorkflowMetadata) SetName(v string)
- func (o *WorkflowsWorkflowMetadata) SetOrganizationId(v string)
- func (o *WorkflowsWorkflowMetadata) SetUpdatedAt(v time.Time)
- func (o WorkflowsWorkflowMetadata) ToMap() (map[string]interface{}, error)
- type WorkflowsWorkflowNodeExecution
- func (o *WorkflowsWorkflowNodeExecution) GetCancelledBy() SuperplaneWorkflowsUserRef
- func (o *WorkflowsWorkflowNodeExecution) GetCancelledByOk() (*SuperplaneWorkflowsUserRef, bool)
- func (o *WorkflowsWorkflowNodeExecution) GetChildExecutions() []WorkflowsWorkflowNodeExecution
- func (o *WorkflowsWorkflowNodeExecution) GetChildExecutionsOk() ([]WorkflowsWorkflowNodeExecution, bool)
- func (o *WorkflowsWorkflowNodeExecution) GetConfiguration() map[string]interface{}
- func (o *WorkflowsWorkflowNodeExecution) GetConfigurationOk() (map[string]interface{}, bool)
- func (o *WorkflowsWorkflowNodeExecution) GetCreatedAt() time.Time
- func (o *WorkflowsWorkflowNodeExecution) GetCreatedAtOk() (*time.Time, bool)
- func (o *WorkflowsWorkflowNodeExecution) GetId() string
- func (o *WorkflowsWorkflowNodeExecution) GetIdOk() (*string, bool)
- func (o *WorkflowsWorkflowNodeExecution) GetInput() map[string]interface{}
- func (o *WorkflowsWorkflowNodeExecution) GetInputOk() (map[string]interface{}, bool)
- func (o *WorkflowsWorkflowNodeExecution) GetMetadata() map[string]interface{}
- func (o *WorkflowsWorkflowNodeExecution) GetMetadataOk() (map[string]interface{}, bool)
- func (o *WorkflowsWorkflowNodeExecution) GetNodeId() string
- func (o *WorkflowsWorkflowNodeExecution) GetNodeIdOk() (*string, bool)
- func (o *WorkflowsWorkflowNodeExecution) GetOutputs() map[string]interface{}
- func (o *WorkflowsWorkflowNodeExecution) GetOutputsOk() (map[string]interface{}, bool)
- func (o *WorkflowsWorkflowNodeExecution) GetParentExecutionId() string
- func (o *WorkflowsWorkflowNodeExecution) GetParentExecutionIdOk() (*string, bool)
- func (o *WorkflowsWorkflowNodeExecution) GetPreviousExecutionId() string
- func (o *WorkflowsWorkflowNodeExecution) GetPreviousExecutionIdOk() (*string, bool)
- func (o *WorkflowsWorkflowNodeExecution) GetResult() WorkflowNodeExecutionResult
- func (o *WorkflowsWorkflowNodeExecution) GetResultMessage() string
- func (o *WorkflowsWorkflowNodeExecution) GetResultMessageOk() (*string, bool)
- func (o *WorkflowsWorkflowNodeExecution) GetResultOk() (*WorkflowNodeExecutionResult, bool)
- func (o *WorkflowsWorkflowNodeExecution) GetResultReason() WorkflowNodeExecutionResultReason
- func (o *WorkflowsWorkflowNodeExecution) GetResultReasonOk() (*WorkflowNodeExecutionResultReason, bool)
- func (o *WorkflowsWorkflowNodeExecution) GetRootEvent() WorkflowsWorkflowEvent
- func (o *WorkflowsWorkflowNodeExecution) GetRootEventOk() (*WorkflowsWorkflowEvent, bool)
- func (o *WorkflowsWorkflowNodeExecution) GetState() WorkflowNodeExecutionState
- func (o *WorkflowsWorkflowNodeExecution) GetStateOk() (*WorkflowNodeExecutionState, bool)
- func (o *WorkflowsWorkflowNodeExecution) GetUpdatedAt() time.Time
- func (o *WorkflowsWorkflowNodeExecution) GetUpdatedAtOk() (*time.Time, bool)
- func (o *WorkflowsWorkflowNodeExecution) GetWorkflowId() string
- func (o *WorkflowsWorkflowNodeExecution) GetWorkflowIdOk() (*string, bool)
- func (o *WorkflowsWorkflowNodeExecution) HasCancelledBy() bool
- func (o *WorkflowsWorkflowNodeExecution) HasChildExecutions() bool
- func (o *WorkflowsWorkflowNodeExecution) HasConfiguration() bool
- func (o *WorkflowsWorkflowNodeExecution) HasCreatedAt() bool
- func (o *WorkflowsWorkflowNodeExecution) HasId() bool
- func (o *WorkflowsWorkflowNodeExecution) HasInput() bool
- func (o *WorkflowsWorkflowNodeExecution) HasMetadata() bool
- func (o *WorkflowsWorkflowNodeExecution) HasNodeId() bool
- func (o *WorkflowsWorkflowNodeExecution) HasOutputs() bool
- func (o *WorkflowsWorkflowNodeExecution) HasParentExecutionId() bool
- func (o *WorkflowsWorkflowNodeExecution) HasPreviousExecutionId() bool
- func (o *WorkflowsWorkflowNodeExecution) HasResult() bool
- func (o *WorkflowsWorkflowNodeExecution) HasResultMessage() bool
- func (o *WorkflowsWorkflowNodeExecution) HasResultReason() bool
- func (o *WorkflowsWorkflowNodeExecution) HasRootEvent() bool
- func (o *WorkflowsWorkflowNodeExecution) HasState() bool
- func (o *WorkflowsWorkflowNodeExecution) HasUpdatedAt() bool
- func (o *WorkflowsWorkflowNodeExecution) HasWorkflowId() bool
- func (o WorkflowsWorkflowNodeExecution) MarshalJSON() ([]byte, error)
- func (o *WorkflowsWorkflowNodeExecution) SetCancelledBy(v SuperplaneWorkflowsUserRef)
- func (o *WorkflowsWorkflowNodeExecution) SetChildExecutions(v []WorkflowsWorkflowNodeExecution)
- func (o *WorkflowsWorkflowNodeExecution) SetConfiguration(v map[string]interface{})
- func (o *WorkflowsWorkflowNodeExecution) SetCreatedAt(v time.Time)
- func (o *WorkflowsWorkflowNodeExecution) SetId(v string)
- func (o *WorkflowsWorkflowNodeExecution) SetInput(v map[string]interface{})
- func (o *WorkflowsWorkflowNodeExecution) SetMetadata(v map[string]interface{})
- func (o *WorkflowsWorkflowNodeExecution) SetNodeId(v string)
- func (o *WorkflowsWorkflowNodeExecution) SetOutputs(v map[string]interface{})
- func (o *WorkflowsWorkflowNodeExecution) SetParentExecutionId(v string)
- func (o *WorkflowsWorkflowNodeExecution) SetPreviousExecutionId(v string)
- func (o *WorkflowsWorkflowNodeExecution) SetResult(v WorkflowNodeExecutionResult)
- func (o *WorkflowsWorkflowNodeExecution) SetResultMessage(v string)
- func (o *WorkflowsWorkflowNodeExecution) SetResultReason(v WorkflowNodeExecutionResultReason)
- func (o *WorkflowsWorkflowNodeExecution) SetRootEvent(v WorkflowsWorkflowEvent)
- func (o *WorkflowsWorkflowNodeExecution) SetState(v WorkflowNodeExecutionState)
- func (o *WorkflowsWorkflowNodeExecution) SetUpdatedAt(v time.Time)
- func (o *WorkflowsWorkflowNodeExecution) SetWorkflowId(v string)
- func (o WorkflowsWorkflowNodeExecution) ToMap() (map[string]interface{}, error)
- type WorkflowsWorkflowNodeQueueItem
- func (o *WorkflowsWorkflowNodeQueueItem) GetCreatedAt() time.Time
- func (o *WorkflowsWorkflowNodeQueueItem) GetCreatedAtOk() (*time.Time, bool)
- func (o *WorkflowsWorkflowNodeQueueItem) GetId() string
- func (o *WorkflowsWorkflowNodeQueueItem) GetIdOk() (*string, bool)
- func (o *WorkflowsWorkflowNodeQueueItem) GetInput() map[string]interface{}
- func (o *WorkflowsWorkflowNodeQueueItem) GetInputOk() (map[string]interface{}, bool)
- func (o *WorkflowsWorkflowNodeQueueItem) GetNodeId() string
- func (o *WorkflowsWorkflowNodeQueueItem) GetNodeIdOk() (*string, bool)
- func (o *WorkflowsWorkflowNodeQueueItem) GetRootEvent() WorkflowsWorkflowEvent
- func (o *WorkflowsWorkflowNodeQueueItem) GetRootEventOk() (*WorkflowsWorkflowEvent, bool)
- func (o *WorkflowsWorkflowNodeQueueItem) GetWorkflowId() string
- func (o *WorkflowsWorkflowNodeQueueItem) GetWorkflowIdOk() (*string, bool)
- func (o *WorkflowsWorkflowNodeQueueItem) HasCreatedAt() bool
- func (o *WorkflowsWorkflowNodeQueueItem) HasId() bool
- func (o *WorkflowsWorkflowNodeQueueItem) HasInput() bool
- func (o *WorkflowsWorkflowNodeQueueItem) HasNodeId() bool
- func (o *WorkflowsWorkflowNodeQueueItem) HasRootEvent() bool
- func (o *WorkflowsWorkflowNodeQueueItem) HasWorkflowId() bool
- func (o WorkflowsWorkflowNodeQueueItem) MarshalJSON() ([]byte, error)
- func (o *WorkflowsWorkflowNodeQueueItem) SetCreatedAt(v time.Time)
- func (o *WorkflowsWorkflowNodeQueueItem) SetId(v string)
- func (o *WorkflowsWorkflowNodeQueueItem) SetInput(v map[string]interface{})
- func (o *WorkflowsWorkflowNodeQueueItem) SetNodeId(v string)
- func (o *WorkflowsWorkflowNodeQueueItem) SetRootEvent(v WorkflowsWorkflowEvent)
- func (o *WorkflowsWorkflowNodeQueueItem) SetWorkflowId(v string)
- func (o WorkflowsWorkflowNodeQueueItem) ToMap() (map[string]interface{}, error)
- type WorkflowsWorkflowSpec
- func (o *WorkflowsWorkflowSpec) GetEdges() []ComponentsEdge
- func (o *WorkflowsWorkflowSpec) GetEdgesOk() ([]ComponentsEdge, bool)
- func (o *WorkflowsWorkflowSpec) GetNodes() []ComponentsNode
- func (o *WorkflowsWorkflowSpec) GetNodesOk() ([]ComponentsNode, bool)
- func (o *WorkflowsWorkflowSpec) HasEdges() bool
- func (o *WorkflowsWorkflowSpec) HasNodes() bool
- func (o WorkflowsWorkflowSpec) MarshalJSON() ([]byte, error)
- func (o *WorkflowsWorkflowSpec) SetEdges(v []ComponentsEdge)
- func (o *WorkflowsWorkflowSpec) SetNodes(v []ComponentsNode)
- func (o WorkflowsWorkflowSpec) ToMap() (map[string]interface{}, error)
- type WorkflowsWorkflowStatus
- func (o *WorkflowsWorkflowStatus) GetLastEvents() []WorkflowsWorkflowEvent
- func (o *WorkflowsWorkflowStatus) GetLastEventsOk() ([]WorkflowsWorkflowEvent, bool)
- func (o *WorkflowsWorkflowStatus) GetLastExecutions() []WorkflowsWorkflowNodeExecution
- func (o *WorkflowsWorkflowStatus) GetLastExecutionsOk() ([]WorkflowsWorkflowNodeExecution, bool)
- func (o *WorkflowsWorkflowStatus) GetNextQueueItems() []WorkflowsWorkflowNodeQueueItem
- func (o *WorkflowsWorkflowStatus) GetNextQueueItemsOk() ([]WorkflowsWorkflowNodeQueueItem, bool)
- func (o *WorkflowsWorkflowStatus) HasLastEvents() bool
- func (o *WorkflowsWorkflowStatus) HasLastExecutions() bool
- func (o *WorkflowsWorkflowStatus) HasNextQueueItems() bool
- func (o WorkflowsWorkflowStatus) MarshalJSON() ([]byte, error)
- func (o *WorkflowsWorkflowStatus) SetLastEvents(v []WorkflowsWorkflowEvent)
- func (o *WorkflowsWorkflowStatus) SetLastExecutions(v []WorkflowsWorkflowNodeExecution)
- func (o *WorkflowsWorkflowStatus) SetNextQueueItems(v []WorkflowsWorkflowNodeQueueItem)
- func (o WorkflowsWorkflowStatus) ToMap() (map[string]interface{}, error)
Constants ¶
This section is empty.
Variables ¶
var ( JsonCheck = regexp.MustCompile(`(?i:(?:application|text)/(?:[^;]+\+)?json)`) XmlCheck = regexp.MustCompile(`(?i:(?:application|text)/(?:[^;]+\+)?xml)`) )
var ( // ContextServerIndex uses a server configuration from the index. ContextServerIndex = contextKey("serverIndex") // ContextOperationServerIndices uses a server configuration from the index mapping. ContextOperationServerIndices = contextKey("serverOperationIndices") // ContextServerVariables overrides a server configuration variables. ContextServerVariables = contextKey("serverVariables") // ContextOperationServerVariables overrides a server configuration variables using operation specific values. ContextOperationServerVariables = contextKey("serverOperationVariables") )
var AllowedAuthorizationDomainTypeEnumValues = []AuthorizationDomainType{
"DOMAIN_TYPE_UNSPECIFIED",
"DOMAIN_TYPE_ORGANIZATION",
}
All allowed values of AuthorizationDomainType enum
var AllowedComponentsNodeTypeEnumValues = []ComponentsNodeType{
"TYPE_COMPONENT",
"TYPE_BLUEPRINT",
"TYPE_TRIGGER",
"TYPE_WIDGET",
}
All allowed values of ComponentsNodeType enum
var AllowedProtobufNullValueEnumValues = []ProtobufNullValue{
"NULL_VALUE",
}
All allowed values of ProtobufNullValue enum
var AllowedSecretProviderEnumValues = []SecretProvider{
"PROVIDER_UNKNOWN",
"PROVIDER_LOCAL",
}
All allowed values of SecretProvider enum
var AllowedWorkflowNodeExecutionResultEnumValues = []WorkflowNodeExecutionResult{
"RESULT_UNKNOWN",
"RESULT_PASSED",
"RESULT_FAILED",
"RESULT_CANCELLED",
}
All allowed values of WorkflowNodeExecutionResult enum
var AllowedWorkflowNodeExecutionResultReasonEnumValues = []WorkflowNodeExecutionResultReason{
"RESULT_REASON_OK",
"RESULT_REASON_ERROR",
"RESULT_REASON_ERROR_RESOLVED",
}
All allowed values of WorkflowNodeExecutionResultReason enum
var AllowedWorkflowNodeExecutionStateEnumValues = []WorkflowNodeExecutionState{
"STATE_UNKNOWN",
"STATE_PENDING",
"STATE_STARTED",
"STATE_FINISHED",
}
All allowed values of WorkflowNodeExecutionState enum
Functions ¶
func CacheExpires ¶
CacheExpires helper function to determine remaining time before repeating a request.
func PtrFloat32 ¶
PtrFloat32 is a helper routine that returns a pointer to given float value.
func PtrFloat64 ¶
PtrFloat64 is a helper routine that returns a pointer to given float value.
Types ¶
type APIClient ¶
type APIClient struct {
ApplicationAPI *ApplicationAPIService
BlueprintAPI *BlueprintAPIService
ComponentAPI *ComponentAPIService
GroupsAPI *GroupsAPIService
MeAPI *MeAPIService
OrganizationAPI *OrganizationAPIService
RolesAPI *RolesAPIService
SecretAPI *SecretAPIService
TriggerAPI *TriggerAPIService
UsersAPI *UsersAPIService
WidgetAPI *WidgetAPIService
WorkflowAPI *WorkflowAPIService
WorkflowEventAPI *WorkflowEventAPIService
WorkflowNodeAPI *WorkflowNodeAPIService
WorkflowNodeExecutionAPI *WorkflowNodeExecutionAPIService
// contains filtered or unexported fields
}
APIClient manages communication with the Superplane Organizations API API v1.0 In most cases there should be only one, shared, APIClient.
func NewAPIClient ¶
func NewAPIClient(cfg *Configuration) *APIClient
NewAPIClient creates a new API client. Requires a userAgent string describing your application. optionally a custom http.Client to allow for advanced features such as caching.
func (*APIClient) GetConfig ¶
func (c *APIClient) GetConfig() *Configuration
Allow modification of underlying config for alternate implementations and testing Caution: modifying the configuration while live can cause data races and potentially unwanted behavior
type APIKey ¶
APIKey provides API key based authentication to a request passed via context using ContextAPIKey
type APIResponse ¶
type APIResponse struct {
*http.Response `json:"-"`
Message string `json:"message,omitempty"`
// Operation is the name of the OpenAPI operation.
Operation string `json:"operation,omitempty"`
// RequestURL is the request URL. This value is always available, even if the
// embedded *http.Response is nil.
RequestURL string `json:"url,omitempty"`
// Method is the HTTP method used for the request. This value is always
// available, even if the embedded *http.Response is nil.
Method string `json:"method,omitempty"`
// Payload holds the contents of the response body (which may be nil or empty).
// This is provided here as the raw response.Body() reader will have already
// been drained.
Payload []byte `json:"-"`
}
APIResponse stores the API response returned by the server.
func NewAPIResponse ¶
func NewAPIResponse(r *http.Response) *APIResponse
NewAPIResponse returns a new APIResponse object.
func NewAPIResponseWithError ¶
func NewAPIResponseWithError(errorMessage string) *APIResponse
NewAPIResponseWithError returns a new APIResponse object with the provided error message.
type ApiApplicationsListApplicationsRequest ¶
type ApiApplicationsListApplicationsRequest struct {
ApiService *ApplicationAPIService
// contains filtered or unexported fields
}
func (ApiApplicationsListApplicationsRequest) Execute ¶
func (r ApiApplicationsListApplicationsRequest) Execute() (*SuperplaneApplicationsListApplicationsResponse, *http.Response, error)
type ApiBlueprintsCreateBlueprintRequest ¶
type ApiBlueprintsCreateBlueprintRequest struct {
ApiService *BlueprintAPIService
// contains filtered or unexported fields
}
func (ApiBlueprintsCreateBlueprintRequest) Execute ¶
func (r ApiBlueprintsCreateBlueprintRequest) Execute() (*BlueprintsCreateBlueprintResponse, *http.Response, error)
type ApiBlueprintsDeleteBlueprintRequest ¶
type ApiBlueprintsDeleteBlueprintRequest struct {
ApiService *BlueprintAPIService
// contains filtered or unexported fields
}
type ApiBlueprintsDescribeBlueprintRequest ¶
type ApiBlueprintsDescribeBlueprintRequest struct {
ApiService *BlueprintAPIService
// contains filtered or unexported fields
}
func (ApiBlueprintsDescribeBlueprintRequest) Execute ¶
func (r ApiBlueprintsDescribeBlueprintRequest) Execute() (*BlueprintsDescribeBlueprintResponse, *http.Response, error)
type ApiBlueprintsListBlueprintsRequest ¶
type ApiBlueprintsListBlueprintsRequest struct {
ApiService *BlueprintAPIService
// contains filtered or unexported fields
}
func (ApiBlueprintsListBlueprintsRequest) Execute ¶
func (r ApiBlueprintsListBlueprintsRequest) Execute() (*BlueprintsListBlueprintsResponse, *http.Response, error)
type ApiBlueprintsUpdateBlueprintRequest ¶
type ApiBlueprintsUpdateBlueprintRequest struct {
ApiService *BlueprintAPIService
// contains filtered or unexported fields
}
func (ApiBlueprintsUpdateBlueprintRequest) Execute ¶
func (r ApiBlueprintsUpdateBlueprintRequest) Execute() (*BlueprintsUpdateBlueprintResponse, *http.Response, error)
type ApiComponentsDescribeComponentRequest ¶
type ApiComponentsDescribeComponentRequest struct {
ApiService *ComponentAPIService
// contains filtered or unexported fields
}
func (ApiComponentsDescribeComponentRequest) Execute ¶
func (r ApiComponentsDescribeComponentRequest) Execute() (*ComponentsDescribeComponentResponse, *http.Response, error)
type ApiComponentsListComponentActionsRequest ¶
type ApiComponentsListComponentActionsRequest struct {
ApiService *ComponentAPIService
// contains filtered or unexported fields
}
func (ApiComponentsListComponentActionsRequest) Execute ¶
func (r ApiComponentsListComponentActionsRequest) Execute() (*ComponentsListComponentActionsResponse, *http.Response, error)
type ApiComponentsListComponentsRequest ¶
type ApiComponentsListComponentsRequest struct {
ApiService *ComponentAPIService
// contains filtered or unexported fields
}
func (ApiComponentsListComponentsRequest) Execute ¶
func (r ApiComponentsListComponentsRequest) Execute() (*ComponentsListComponentsResponse, *http.Response, error)
type ApiGroupsAddUserToGroupRequest ¶
type ApiGroupsAddUserToGroupRequest struct {
ApiService *GroupsAPIService
// contains filtered or unexported fields
}
func (ApiGroupsAddUserToGroupRequest) Body ¶
func (r ApiGroupsAddUserToGroupRequest) Body(body GroupsAddUserToGroupBody) ApiGroupsAddUserToGroupRequest
type ApiGroupsCreateGroupRequest ¶
type ApiGroupsCreateGroupRequest struct {
ApiService *GroupsAPIService
// contains filtered or unexported fields
}
func (ApiGroupsCreateGroupRequest) Body ¶
func (r ApiGroupsCreateGroupRequest) Body(body GroupsCreateGroupRequest) ApiGroupsCreateGroupRequest
func (ApiGroupsCreateGroupRequest) Execute ¶
func (r ApiGroupsCreateGroupRequest) Execute() (*GroupsCreateGroupResponse, *http.Response, error)
type ApiGroupsDeleteGroupRequest ¶
type ApiGroupsDeleteGroupRequest struct {
ApiService *GroupsAPIService
// contains filtered or unexported fields
}
func (ApiGroupsDeleteGroupRequest) DomainId ¶
func (r ApiGroupsDeleteGroupRequest) DomainId(domainId string) ApiGroupsDeleteGroupRequest
func (ApiGroupsDeleteGroupRequest) DomainType ¶
func (r ApiGroupsDeleteGroupRequest) DomainType(domainType string) ApiGroupsDeleteGroupRequest
type ApiGroupsDescribeGroupRequest ¶
type ApiGroupsDescribeGroupRequest struct {
ApiService *GroupsAPIService
// contains filtered or unexported fields
}
func (ApiGroupsDescribeGroupRequest) DomainId ¶
func (r ApiGroupsDescribeGroupRequest) DomainId(domainId string) ApiGroupsDescribeGroupRequest
func (ApiGroupsDescribeGroupRequest) DomainType ¶
func (r ApiGroupsDescribeGroupRequest) DomainType(domainType string) ApiGroupsDescribeGroupRequest
func (ApiGroupsDescribeGroupRequest) Execute ¶
func (r ApiGroupsDescribeGroupRequest) Execute() (*GroupsDescribeGroupResponse, *http.Response, error)
type ApiGroupsListGroupUsersRequest ¶
type ApiGroupsListGroupUsersRequest struct {
ApiService *GroupsAPIService
// contains filtered or unexported fields
}
func (ApiGroupsListGroupUsersRequest) DomainId ¶
func (r ApiGroupsListGroupUsersRequest) DomainId(domainId string) ApiGroupsListGroupUsersRequest
func (ApiGroupsListGroupUsersRequest) DomainType ¶
func (r ApiGroupsListGroupUsersRequest) DomainType(domainType string) ApiGroupsListGroupUsersRequest
func (ApiGroupsListGroupUsersRequest) Execute ¶
func (r ApiGroupsListGroupUsersRequest) Execute() (*GroupsListGroupUsersResponse, *http.Response, error)
type ApiGroupsListGroupsRequest ¶
type ApiGroupsListGroupsRequest struct {
ApiService *GroupsAPIService
// contains filtered or unexported fields
}
func (ApiGroupsListGroupsRequest) DomainId ¶
func (r ApiGroupsListGroupsRequest) DomainId(domainId string) ApiGroupsListGroupsRequest
func (ApiGroupsListGroupsRequest) DomainType ¶
func (r ApiGroupsListGroupsRequest) DomainType(domainType string) ApiGroupsListGroupsRequest
func (ApiGroupsListGroupsRequest) Execute ¶
func (r ApiGroupsListGroupsRequest) Execute() (*GroupsListGroupsResponse, *http.Response, error)
type ApiGroupsRemoveUserFromGroupRequest ¶
type ApiGroupsRemoveUserFromGroupRequest struct {
ApiService *GroupsAPIService
// contains filtered or unexported fields
}
type ApiGroupsUpdateGroupRequest ¶
type ApiGroupsUpdateGroupRequest struct {
ApiService *GroupsAPIService
// contains filtered or unexported fields
}
func (ApiGroupsUpdateGroupRequest) Body ¶
func (r ApiGroupsUpdateGroupRequest) Body(body GroupsUpdateGroupBody) ApiGroupsUpdateGroupRequest
func (ApiGroupsUpdateGroupRequest) Execute ¶
func (r ApiGroupsUpdateGroupRequest) Execute() (*GroupsUpdateGroupResponse, *http.Response, error)
type ApiMeMeRequest ¶
type ApiMeMeRequest struct {
ApiService *MeAPIService
// contains filtered or unexported fields
}
func (ApiMeMeRequest) Execute ¶
func (r ApiMeMeRequest) Execute() (*SuperplaneMeUser, *http.Response, error)
type ApiMeRegenerateTokenRequest ¶
type ApiMeRegenerateTokenRequest struct {
ApiService *MeAPIService
// contains filtered or unexported fields
}
func (ApiMeRegenerateTokenRequest) Execute ¶
func (r ApiMeRegenerateTokenRequest) Execute() (*MeRegenerateTokenResponse, *http.Response, error)
type ApiOrganizationsAcceptInviteLinkRequest ¶ added in v0.0.43
type ApiOrganizationsAcceptInviteLinkRequest struct {
ApiService *OrganizationAPIService
// contains filtered or unexported fields
}
func (ApiOrganizationsAcceptInviteLinkRequest) CreatedAt ¶ added in v0.0.43
func (r ApiOrganizationsAcceptInviteLinkRequest) CreatedAt(createdAt time.Time) ApiOrganizationsAcceptInviteLinkRequest
func (ApiOrganizationsAcceptInviteLinkRequest) Enabled ¶ added in v0.0.43
func (r ApiOrganizationsAcceptInviteLinkRequest) Enabled(enabled bool) ApiOrganizationsAcceptInviteLinkRequest
func (ApiOrganizationsAcceptInviteLinkRequest) Execute ¶ added in v0.0.43
func (r ApiOrganizationsAcceptInviteLinkRequest) Execute() (map[string]interface{}, *http.Response, error)
func (ApiOrganizationsAcceptInviteLinkRequest) OrganizationId ¶ added in v0.0.43
func (r ApiOrganizationsAcceptInviteLinkRequest) OrganizationId(organizationId string) ApiOrganizationsAcceptInviteLinkRequest
func (ApiOrganizationsAcceptInviteLinkRequest) UpdatedAt ¶ added in v0.0.43
func (r ApiOrganizationsAcceptInviteLinkRequest) UpdatedAt(updatedAt time.Time) ApiOrganizationsAcceptInviteLinkRequest
type ApiOrganizationsCreateInvitationRequest ¶
type ApiOrganizationsCreateInvitationRequest struct {
ApiService *OrganizationAPIService
// contains filtered or unexported fields
}
func (ApiOrganizationsCreateInvitationRequest) Execute ¶
func (r ApiOrganizationsCreateInvitationRequest) Execute() (*OrganizationsCreateInvitationResponse, *http.Response, error)
type ApiOrganizationsDeleteOrganizationRequest ¶
type ApiOrganizationsDeleteOrganizationRequest struct {
ApiService *OrganizationAPIService
// contains filtered or unexported fields
}
type ApiOrganizationsDescribeApplicationRequest ¶
type ApiOrganizationsDescribeApplicationRequest struct {
ApiService *OrganizationAPIService
// contains filtered or unexported fields
}
func (ApiOrganizationsDescribeApplicationRequest) Execute ¶
func (r ApiOrganizationsDescribeApplicationRequest) Execute() (*OrganizationsDescribeApplicationResponse, *http.Response, error)
type ApiOrganizationsDescribeOrganizationRequest ¶
type ApiOrganizationsDescribeOrganizationRequest struct {
ApiService *OrganizationAPIService
// contains filtered or unexported fields
}
func (ApiOrganizationsDescribeOrganizationRequest) Execute ¶
func (r ApiOrganizationsDescribeOrganizationRequest) Execute() (*OrganizationsDescribeOrganizationResponse, *http.Response, error)
type ApiOrganizationsGetInviteLinkRequest ¶ added in v0.0.43
type ApiOrganizationsGetInviteLinkRequest struct {
ApiService *OrganizationAPIService
// contains filtered or unexported fields
}
func (ApiOrganizationsGetInviteLinkRequest) Execute ¶ added in v0.0.43
func (r ApiOrganizationsGetInviteLinkRequest) Execute() (*OrganizationsGetInviteLinkResponse, *http.Response, error)
type ApiOrganizationsInstallApplicationRequest ¶
type ApiOrganizationsInstallApplicationRequest struct {
ApiService *OrganizationAPIService
// contains filtered or unexported fields
}
func (ApiOrganizationsInstallApplicationRequest) Execute ¶
func (r ApiOrganizationsInstallApplicationRequest) Execute() (*OrganizationsInstallApplicationResponse, *http.Response, error)
type ApiOrganizationsListApplicationResourcesRequest ¶ added in v0.0.43
type ApiOrganizationsListApplicationResourcesRequest struct {
ApiService *OrganizationAPIService
// contains filtered or unexported fields
}
func (ApiOrganizationsListApplicationResourcesRequest) Execute ¶ added in v0.0.43
func (r ApiOrganizationsListApplicationResourcesRequest) Execute() (*OrganizationsListApplicationResourcesResponse, *http.Response, error)
type ApiOrganizationsListApplicationsRequest ¶
type ApiOrganizationsListApplicationsRequest struct {
ApiService *OrganizationAPIService
// contains filtered or unexported fields
}
func (ApiOrganizationsListApplicationsRequest) Execute ¶
func (r ApiOrganizationsListApplicationsRequest) Execute() (*SuperplaneOrganizationsListApplicationsResponse, *http.Response, error)
type ApiOrganizationsListInvitationsRequest ¶
type ApiOrganizationsListInvitationsRequest struct {
ApiService *OrganizationAPIService
// contains filtered or unexported fields
}
func (ApiOrganizationsListInvitationsRequest) Execute ¶
func (r ApiOrganizationsListInvitationsRequest) Execute() (*OrganizationsListInvitationsResponse, *http.Response, error)
type ApiOrganizationsRemoveInvitationRequest ¶
type ApiOrganizationsRemoveInvitationRequest struct {
ApiService *OrganizationAPIService
// contains filtered or unexported fields
}
type ApiOrganizationsRemoveUserRequest ¶
type ApiOrganizationsRemoveUserRequest struct {
ApiService *OrganizationAPIService
// contains filtered or unexported fields
}
type ApiOrganizationsResetInviteLinkRequest ¶ added in v0.0.43
type ApiOrganizationsResetInviteLinkRequest struct {
ApiService *OrganizationAPIService
// contains filtered or unexported fields
}
func (ApiOrganizationsResetInviteLinkRequest) Execute ¶ added in v0.0.43
func (r ApiOrganizationsResetInviteLinkRequest) Execute() (*OrganizationsResetInviteLinkResponse, *http.Response, error)
type ApiOrganizationsUninstallApplicationRequest ¶
type ApiOrganizationsUninstallApplicationRequest struct {
ApiService *OrganizationAPIService
// contains filtered or unexported fields
}
type ApiOrganizationsUpdateApplicationRequest ¶
type ApiOrganizationsUpdateApplicationRequest struct {
ApiService *OrganizationAPIService
// contains filtered or unexported fields
}
func (ApiOrganizationsUpdateApplicationRequest) Execute ¶
func (r ApiOrganizationsUpdateApplicationRequest) Execute() (*OrganizationsUpdateApplicationResponse, *http.Response, error)
type ApiOrganizationsUpdateInviteLinkRequest ¶ added in v0.0.43
type ApiOrganizationsUpdateInviteLinkRequest struct {
ApiService *OrganizationAPIService
// contains filtered or unexported fields
}
func (ApiOrganizationsUpdateInviteLinkRequest) Execute ¶ added in v0.0.43
func (r ApiOrganizationsUpdateInviteLinkRequest) Execute() (*OrganizationsUpdateInviteLinkResponse, *http.Response, error)
type ApiOrganizationsUpdateOrganizationRequest ¶
type ApiOrganizationsUpdateOrganizationRequest struct {
ApiService *OrganizationAPIService
// contains filtered or unexported fields
}
func (ApiOrganizationsUpdateOrganizationRequest) Execute ¶
func (r ApiOrganizationsUpdateOrganizationRequest) Execute() (*OrganizationsUpdateOrganizationResponse, *http.Response, error)
type ApiRolesAssignRoleRequest ¶
type ApiRolesAssignRoleRequest struct {
ApiService *RolesAPIService
// contains filtered or unexported fields
}
func (ApiRolesAssignRoleRequest) Body ¶
func (r ApiRolesAssignRoleRequest) Body(body RolesAssignRoleBody) ApiRolesAssignRoleRequest
type ApiRolesCreateRoleRequest ¶
type ApiRolesCreateRoleRequest struct {
ApiService *RolesAPIService
// contains filtered or unexported fields
}
func (ApiRolesCreateRoleRequest) Body ¶
func (r ApiRolesCreateRoleRequest) Body(body RolesCreateRoleRequest) ApiRolesCreateRoleRequest
func (ApiRolesCreateRoleRequest) Execute ¶
func (r ApiRolesCreateRoleRequest) Execute() (*RolesCreateRoleResponse, *http.Response, error)
type ApiRolesDeleteRoleRequest ¶
type ApiRolesDeleteRoleRequest struct {
ApiService *RolesAPIService
// contains filtered or unexported fields
}
func (ApiRolesDeleteRoleRequest) DomainId ¶
func (r ApiRolesDeleteRoleRequest) DomainId(domainId string) ApiRolesDeleteRoleRequest
func (ApiRolesDeleteRoleRequest) DomainType ¶
func (r ApiRolesDeleteRoleRequest) DomainType(domainType string) ApiRolesDeleteRoleRequest
type ApiRolesDescribeRoleRequest ¶
type ApiRolesDescribeRoleRequest struct {
ApiService *RolesAPIService
// contains filtered or unexported fields
}
func (ApiRolesDescribeRoleRequest) DomainId ¶
func (r ApiRolesDescribeRoleRequest) DomainId(domainId string) ApiRolesDescribeRoleRequest
func (ApiRolesDescribeRoleRequest) DomainType ¶
func (r ApiRolesDescribeRoleRequest) DomainType(domainType string) ApiRolesDescribeRoleRequest
func (ApiRolesDescribeRoleRequest) Execute ¶
func (r ApiRolesDescribeRoleRequest) Execute() (*RolesDescribeRoleResponse, *http.Response, error)
type ApiRolesListRolesRequest ¶
type ApiRolesListRolesRequest struct {
ApiService *RolesAPIService
// contains filtered or unexported fields
}
func (ApiRolesListRolesRequest) DomainId ¶
func (r ApiRolesListRolesRequest) DomainId(domainId string) ApiRolesListRolesRequest
func (ApiRolesListRolesRequest) DomainType ¶
func (r ApiRolesListRolesRequest) DomainType(domainType string) ApiRolesListRolesRequest
func (ApiRolesListRolesRequest) Execute ¶
func (r ApiRolesListRolesRequest) Execute() (*RolesListRolesResponse, *http.Response, error)
type ApiRolesUpdateRoleRequest ¶
type ApiRolesUpdateRoleRequest struct {
ApiService *RolesAPIService
// contains filtered or unexported fields
}
func (ApiRolesUpdateRoleRequest) Body ¶
func (r ApiRolesUpdateRoleRequest) Body(body RolesUpdateRoleBody) ApiRolesUpdateRoleRequest
func (ApiRolesUpdateRoleRequest) Execute ¶
func (r ApiRolesUpdateRoleRequest) Execute() (*RolesUpdateRoleResponse, *http.Response, error)
type ApiSecretsCreateSecretRequest ¶
type ApiSecretsCreateSecretRequest struct {
ApiService *SecretAPIService
// contains filtered or unexported fields
}
func (ApiSecretsCreateSecretRequest) Body ¶
func (r ApiSecretsCreateSecretRequest) Body(body SecretsCreateSecretRequest) ApiSecretsCreateSecretRequest
func (ApiSecretsCreateSecretRequest) Execute ¶
func (r ApiSecretsCreateSecretRequest) Execute() (*SecretsCreateSecretResponse, *http.Response, error)
type ApiSecretsDeleteSecretRequest ¶
type ApiSecretsDeleteSecretRequest struct {
ApiService *SecretAPIService
// contains filtered or unexported fields
}
func (ApiSecretsDeleteSecretRequest) DomainId ¶
func (r ApiSecretsDeleteSecretRequest) DomainId(domainId string) ApiSecretsDeleteSecretRequest
func (ApiSecretsDeleteSecretRequest) DomainType ¶
func (r ApiSecretsDeleteSecretRequest) DomainType(domainType string) ApiSecretsDeleteSecretRequest
type ApiSecretsDescribeSecretRequest ¶
type ApiSecretsDescribeSecretRequest struct {
ApiService *SecretAPIService
// contains filtered or unexported fields
}
func (ApiSecretsDescribeSecretRequest) DomainId ¶
func (r ApiSecretsDescribeSecretRequest) DomainId(domainId string) ApiSecretsDescribeSecretRequest
func (ApiSecretsDescribeSecretRequest) DomainType ¶
func (r ApiSecretsDescribeSecretRequest) DomainType(domainType string) ApiSecretsDescribeSecretRequest
func (ApiSecretsDescribeSecretRequest) Execute ¶
func (r ApiSecretsDescribeSecretRequest) Execute() (*SecretsDescribeSecretResponse, *http.Response, error)
type ApiSecretsListSecretsRequest ¶
type ApiSecretsListSecretsRequest struct {
ApiService *SecretAPIService
// contains filtered or unexported fields
}
func (ApiSecretsListSecretsRequest) DomainId ¶
func (r ApiSecretsListSecretsRequest) DomainId(domainId string) ApiSecretsListSecretsRequest
func (ApiSecretsListSecretsRequest) DomainType ¶
func (r ApiSecretsListSecretsRequest) DomainType(domainType string) ApiSecretsListSecretsRequest
func (ApiSecretsListSecretsRequest) Execute ¶
func (r ApiSecretsListSecretsRequest) Execute() (*SecretsListSecretsResponse, *http.Response, error)
type ApiSecretsUpdateSecretRequest ¶
type ApiSecretsUpdateSecretRequest struct {
ApiService *SecretAPIService
// contains filtered or unexported fields
}
func (ApiSecretsUpdateSecretRequest) Body ¶
func (r ApiSecretsUpdateSecretRequest) Body(body SecretsUpdateSecretBody) ApiSecretsUpdateSecretRequest
func (ApiSecretsUpdateSecretRequest) Execute ¶
func (r ApiSecretsUpdateSecretRequest) Execute() (*SecretsUpdateSecretResponse, *http.Response, error)
type ApiTriggersDescribeTriggerRequest ¶
type ApiTriggersDescribeTriggerRequest struct {
ApiService *TriggerAPIService
// contains filtered or unexported fields
}
func (ApiTriggersDescribeTriggerRequest) Execute ¶
func (r ApiTriggersDescribeTriggerRequest) Execute() (*TriggersDescribeTriggerResponse, *http.Response, error)
type ApiTriggersListTriggersRequest ¶
type ApiTriggersListTriggersRequest struct {
ApiService *TriggerAPIService
// contains filtered or unexported fields
}
func (ApiTriggersListTriggersRequest) Execute ¶
func (r ApiTriggersListTriggersRequest) Execute() (*TriggersListTriggersResponse, *http.Response, error)
type ApiUsersListUserPermissionsRequest ¶
type ApiUsersListUserPermissionsRequest struct {
ApiService *UsersAPIService
// contains filtered or unexported fields
}
func (ApiUsersListUserPermissionsRequest) DomainId ¶
func (r ApiUsersListUserPermissionsRequest) DomainId(domainId string) ApiUsersListUserPermissionsRequest
func (ApiUsersListUserPermissionsRequest) DomainType ¶
func (r ApiUsersListUserPermissionsRequest) DomainType(domainType string) ApiUsersListUserPermissionsRequest
func (ApiUsersListUserPermissionsRequest) Execute ¶
func (r ApiUsersListUserPermissionsRequest) Execute() (*UsersListUserPermissionsResponse, *http.Response, error)
type ApiUsersListUserRolesRequest ¶
type ApiUsersListUserRolesRequest struct {
ApiService *UsersAPIService
// contains filtered or unexported fields
}
func (ApiUsersListUserRolesRequest) DomainId ¶
func (r ApiUsersListUserRolesRequest) DomainId(domainId string) ApiUsersListUserRolesRequest
func (ApiUsersListUserRolesRequest) DomainType ¶
func (r ApiUsersListUserRolesRequest) DomainType(domainType string) ApiUsersListUserRolesRequest
func (ApiUsersListUserRolesRequest) Execute ¶
func (r ApiUsersListUserRolesRequest) Execute() (*UsersListUserRolesResponse, *http.Response, error)
type ApiUsersListUsersRequest ¶
type ApiUsersListUsersRequest struct {
ApiService *UsersAPIService
// contains filtered or unexported fields
}
func (ApiUsersListUsersRequest) DomainId ¶
func (r ApiUsersListUsersRequest) DomainId(domainId string) ApiUsersListUsersRequest
func (ApiUsersListUsersRequest) DomainType ¶
func (r ApiUsersListUsersRequest) DomainType(domainType string) ApiUsersListUsersRequest
func (ApiUsersListUsersRequest) Execute ¶
func (r ApiUsersListUsersRequest) Execute() (*UsersListUsersResponse, *http.Response, error)
type ApiWidgetsDescribeWidgetRequest ¶ added in v0.0.18
type ApiWidgetsDescribeWidgetRequest struct {
ApiService *WidgetAPIService
// contains filtered or unexported fields
}
func (ApiWidgetsDescribeWidgetRequest) Execute ¶ added in v0.0.18
func (r ApiWidgetsDescribeWidgetRequest) Execute() (*WidgetsDescribeWidgetResponse, *http.Response, error)
type ApiWidgetsListWidgetsRequest ¶ added in v0.0.18
type ApiWidgetsListWidgetsRequest struct {
ApiService *WidgetAPIService
// contains filtered or unexported fields
}
func (ApiWidgetsListWidgetsRequest) Execute ¶ added in v0.0.18
func (r ApiWidgetsListWidgetsRequest) Execute() (*WidgetsListWidgetsResponse, *http.Response, error)
type ApiWorkflowsCancelExecutionRequest ¶
type ApiWorkflowsCancelExecutionRequest struct {
ApiService *WorkflowNodeExecutionAPIService
// contains filtered or unexported fields
}
func (ApiWorkflowsCancelExecutionRequest) Body ¶
func (r ApiWorkflowsCancelExecutionRequest) Body(body map[string]interface{}) ApiWorkflowsCancelExecutionRequest
type ApiWorkflowsCreateWorkflowRequest ¶
type ApiWorkflowsCreateWorkflowRequest struct {
ApiService *WorkflowAPIService
// contains filtered or unexported fields
}
func (ApiWorkflowsCreateWorkflowRequest) Execute ¶
func (r ApiWorkflowsCreateWorkflowRequest) Execute() (*WorkflowsCreateWorkflowResponse, *http.Response, error)
type ApiWorkflowsDeleteNodeQueueItemRequest ¶
type ApiWorkflowsDeleteNodeQueueItemRequest struct {
ApiService *WorkflowNodeAPIService
// contains filtered or unexported fields
}
type ApiWorkflowsDeleteWorkflowRequest ¶
type ApiWorkflowsDeleteWorkflowRequest struct {
ApiService *WorkflowAPIService
// contains filtered or unexported fields
}
type ApiWorkflowsDescribeWorkflowRequest ¶
type ApiWorkflowsDescribeWorkflowRequest struct {
ApiService *WorkflowAPIService
// contains filtered or unexported fields
}
func (ApiWorkflowsDescribeWorkflowRequest) Execute ¶
func (r ApiWorkflowsDescribeWorkflowRequest) Execute() (*WorkflowsDescribeWorkflowResponse, *http.Response, error)
type ApiWorkflowsEmitNodeEventRequest ¶
type ApiWorkflowsEmitNodeEventRequest struct {
ApiService *WorkflowNodeAPIService
// contains filtered or unexported fields
}
func (ApiWorkflowsEmitNodeEventRequest) Execute ¶
func (r ApiWorkflowsEmitNodeEventRequest) Execute() (*WorkflowsEmitNodeEventResponse, *http.Response, error)
type ApiWorkflowsInvokeNodeExecutionActionRequest ¶
type ApiWorkflowsInvokeNodeExecutionActionRequest struct {
ApiService *WorkflowNodeExecutionAPIService
// contains filtered or unexported fields
}
type ApiWorkflowsInvokeNodeTriggerActionRequest ¶ added in v0.0.18
type ApiWorkflowsInvokeNodeTriggerActionRequest struct {
ApiService *WorkflowNodeAPIService
// contains filtered or unexported fields
}
func (ApiWorkflowsInvokeNodeTriggerActionRequest) Execute ¶ added in v0.0.18
func (r ApiWorkflowsInvokeNodeTriggerActionRequest) Execute() (*WorkflowsInvokeNodeTriggerActionResponse, *http.Response, error)
type ApiWorkflowsListChildExecutionsRequest ¶
type ApiWorkflowsListChildExecutionsRequest struct {
ApiService *WorkflowNodeExecutionAPIService
// contains filtered or unexported fields
}
func (ApiWorkflowsListChildExecutionsRequest) Body ¶
func (r ApiWorkflowsListChildExecutionsRequest) Body(body map[string]interface{}) ApiWorkflowsListChildExecutionsRequest
func (ApiWorkflowsListChildExecutionsRequest) Execute ¶
func (r ApiWorkflowsListChildExecutionsRequest) Execute() (*WorkflowsListChildExecutionsResponse, *http.Response, error)
type ApiWorkflowsListEventExecutionsRequest ¶
type ApiWorkflowsListEventExecutionsRequest struct {
ApiService *WorkflowEventAPIService
// contains filtered or unexported fields
}
func (ApiWorkflowsListEventExecutionsRequest) Execute ¶
func (r ApiWorkflowsListEventExecutionsRequest) Execute() (*WorkflowsListEventExecutionsResponse, *http.Response, error)
type ApiWorkflowsListNodeEventsRequest ¶
type ApiWorkflowsListNodeEventsRequest struct {
ApiService *WorkflowNodeAPIService
// contains filtered or unexported fields
}
func (ApiWorkflowsListNodeEventsRequest) Before ¶
func (r ApiWorkflowsListNodeEventsRequest) Before(before time.Time) ApiWorkflowsListNodeEventsRequest
func (ApiWorkflowsListNodeEventsRequest) Execute ¶
func (r ApiWorkflowsListNodeEventsRequest) Execute() (*WorkflowsListNodeEventsResponse, *http.Response, error)
func (ApiWorkflowsListNodeEventsRequest) Limit ¶
func (r ApiWorkflowsListNodeEventsRequest) Limit(limit int64) ApiWorkflowsListNodeEventsRequest
type ApiWorkflowsListNodeExecutionsRequest ¶
type ApiWorkflowsListNodeExecutionsRequest struct {
ApiService *WorkflowNodeAPIService
// contains filtered or unexported fields
}
func (ApiWorkflowsListNodeExecutionsRequest) Before ¶
func (r ApiWorkflowsListNodeExecutionsRequest) Before(before time.Time) ApiWorkflowsListNodeExecutionsRequest
func (ApiWorkflowsListNodeExecutionsRequest) Execute ¶
func (r ApiWorkflowsListNodeExecutionsRequest) Execute() (*WorkflowsListNodeExecutionsResponse, *http.Response, error)
func (ApiWorkflowsListNodeExecutionsRequest) Limit ¶
func (r ApiWorkflowsListNodeExecutionsRequest) Limit(limit int64) ApiWorkflowsListNodeExecutionsRequest
func (ApiWorkflowsListNodeExecutionsRequest) Results ¶
func (r ApiWorkflowsListNodeExecutionsRequest) Results(results []string) ApiWorkflowsListNodeExecutionsRequest
func (ApiWorkflowsListNodeExecutionsRequest) States ¶
func (r ApiWorkflowsListNodeExecutionsRequest) States(states []string) ApiWorkflowsListNodeExecutionsRequest
type ApiWorkflowsListNodeQueueItemsRequest ¶
type ApiWorkflowsListNodeQueueItemsRequest struct {
ApiService *WorkflowNodeAPIService
// contains filtered or unexported fields
}
func (ApiWorkflowsListNodeQueueItemsRequest) Before ¶
func (r ApiWorkflowsListNodeQueueItemsRequest) Before(before time.Time) ApiWorkflowsListNodeQueueItemsRequest
func (ApiWorkflowsListNodeQueueItemsRequest) Execute ¶
func (r ApiWorkflowsListNodeQueueItemsRequest) Execute() (*WorkflowsListNodeQueueItemsResponse, *http.Response, error)
func (ApiWorkflowsListNodeQueueItemsRequest) Limit ¶
func (r ApiWorkflowsListNodeQueueItemsRequest) Limit(limit int64) ApiWorkflowsListNodeQueueItemsRequest
type ApiWorkflowsListWorkflowEventsRequest ¶
type ApiWorkflowsListWorkflowEventsRequest struct {
ApiService *WorkflowEventAPIService
// contains filtered or unexported fields
}
func (ApiWorkflowsListWorkflowEventsRequest) Before ¶
func (r ApiWorkflowsListWorkflowEventsRequest) Before(before time.Time) ApiWorkflowsListWorkflowEventsRequest
func (ApiWorkflowsListWorkflowEventsRequest) Execute ¶
func (r ApiWorkflowsListWorkflowEventsRequest) Execute() (*WorkflowsListWorkflowEventsResponse, *http.Response, error)
func (ApiWorkflowsListWorkflowEventsRequest) Limit ¶
func (r ApiWorkflowsListWorkflowEventsRequest) Limit(limit int64) ApiWorkflowsListWorkflowEventsRequest
type ApiWorkflowsListWorkflowsRequest ¶
type ApiWorkflowsListWorkflowsRequest struct {
ApiService *WorkflowAPIService
// contains filtered or unexported fields
}
func (ApiWorkflowsListWorkflowsRequest) Execute ¶
func (r ApiWorkflowsListWorkflowsRequest) Execute() (*WorkflowsListWorkflowsResponse, *http.Response, error)
func (ApiWorkflowsListWorkflowsRequest) IncludeTemplates ¶ added in v0.0.45
func (r ApiWorkflowsListWorkflowsRequest) IncludeTemplates(includeTemplates bool) ApiWorkflowsListWorkflowsRequest
type ApiWorkflowsResolveExecutionErrorsRequest ¶ added in v0.1.5
type ApiWorkflowsResolveExecutionErrorsRequest struct {
ApiService *WorkflowNodeExecutionAPIService
// contains filtered or unexported fields
}
type ApiWorkflowsUpdateWorkflowRequest ¶
type ApiWorkflowsUpdateWorkflowRequest struct {
ApiService *WorkflowAPIService
// contains filtered or unexported fields
}
func (ApiWorkflowsUpdateWorkflowRequest) Execute ¶
func (r ApiWorkflowsUpdateWorkflowRequest) Execute() (*WorkflowsUpdateWorkflowResponse, *http.Response, error)
type AppInstallationNodeRef ¶
type AppInstallationNodeRef struct {
WorkflowId *string `json:"workflowId,omitempty"`
WorkflowName *string `json:"workflowName,omitempty"`
NodeId *string `json:"nodeId,omitempty"`
NodeName *string `json:"nodeName,omitempty"`
}
AppInstallationNodeRef struct for AppInstallationNodeRef
func NewAppInstallationNodeRef ¶
func NewAppInstallationNodeRef() *AppInstallationNodeRef
NewAppInstallationNodeRef instantiates a new AppInstallationNodeRef object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewAppInstallationNodeRefWithDefaults ¶
func NewAppInstallationNodeRefWithDefaults() *AppInstallationNodeRef
NewAppInstallationNodeRefWithDefaults instantiates a new AppInstallationNodeRef object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*AppInstallationNodeRef) GetNodeId ¶
func (o *AppInstallationNodeRef) GetNodeId() string
GetNodeId returns the NodeId field value if set, zero value otherwise.
func (*AppInstallationNodeRef) GetNodeIdOk ¶
func (o *AppInstallationNodeRef) GetNodeIdOk() (*string, bool)
GetNodeIdOk returns a tuple with the NodeId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AppInstallationNodeRef) GetNodeName ¶
func (o *AppInstallationNodeRef) GetNodeName() string
GetNodeName returns the NodeName field value if set, zero value otherwise.
func (*AppInstallationNodeRef) GetNodeNameOk ¶
func (o *AppInstallationNodeRef) GetNodeNameOk() (*string, bool)
GetNodeNameOk returns a tuple with the NodeName field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AppInstallationNodeRef) GetWorkflowId ¶
func (o *AppInstallationNodeRef) GetWorkflowId() string
GetWorkflowId returns the WorkflowId field value if set, zero value otherwise.
func (*AppInstallationNodeRef) GetWorkflowIdOk ¶
func (o *AppInstallationNodeRef) GetWorkflowIdOk() (*string, bool)
GetWorkflowIdOk returns a tuple with the WorkflowId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AppInstallationNodeRef) GetWorkflowName ¶
func (o *AppInstallationNodeRef) GetWorkflowName() string
GetWorkflowName returns the WorkflowName field value if set, zero value otherwise.
func (*AppInstallationNodeRef) GetWorkflowNameOk ¶
func (o *AppInstallationNodeRef) GetWorkflowNameOk() (*string, bool)
GetWorkflowNameOk returns a tuple with the WorkflowName field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AppInstallationNodeRef) HasNodeId ¶
func (o *AppInstallationNodeRef) HasNodeId() bool
HasNodeId returns a boolean if a field has been set.
func (*AppInstallationNodeRef) HasNodeName ¶
func (o *AppInstallationNodeRef) HasNodeName() bool
HasNodeName returns a boolean if a field has been set.
func (*AppInstallationNodeRef) HasWorkflowId ¶
func (o *AppInstallationNodeRef) HasWorkflowId() bool
HasWorkflowId returns a boolean if a field has been set.
func (*AppInstallationNodeRef) HasWorkflowName ¶
func (o *AppInstallationNodeRef) HasWorkflowName() bool
HasWorkflowName returns a boolean if a field has been set.
func (AppInstallationNodeRef) MarshalJSON ¶
func (o AppInstallationNodeRef) MarshalJSON() ([]byte, error)
func (*AppInstallationNodeRef) SetNodeId ¶
func (o *AppInstallationNodeRef) SetNodeId(v string)
SetNodeId gets a reference to the given string and assigns it to the NodeId field.
func (*AppInstallationNodeRef) SetNodeName ¶
func (o *AppInstallationNodeRef) SetNodeName(v string)
SetNodeName gets a reference to the given string and assigns it to the NodeName field.
func (*AppInstallationNodeRef) SetWorkflowId ¶
func (o *AppInstallationNodeRef) SetWorkflowId(v string)
SetWorkflowId gets a reference to the given string and assigns it to the WorkflowId field.
func (*AppInstallationNodeRef) SetWorkflowName ¶
func (o *AppInstallationNodeRef) SetWorkflowName(v string)
SetWorkflowName gets a reference to the given string and assigns it to the WorkflowName field.
func (AppInstallationNodeRef) ToMap ¶
func (o AppInstallationNodeRef) ToMap() (map[string]interface{}, error)
type ApplicationAPIService ¶
type ApplicationAPIService service
ApplicationAPIService ApplicationAPI service
func (*ApplicationAPIService) ApplicationsListApplications ¶
func (a *ApplicationAPIService) ApplicationsListApplications(ctx context.Context) ApiApplicationsListApplicationsRequest
ApplicationsListApplications List available applications
List available applications
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return ApiApplicationsListApplicationsRequest
func (*ApplicationAPIService) ApplicationsListApplicationsExecute ¶
func (a *ApplicationAPIService) ApplicationsListApplicationsExecute(r ApiApplicationsListApplicationsRequest) (*SuperplaneApplicationsListApplicationsResponse, *http.Response, error)
Execute executes the request
@return SuperplaneApplicationsListApplicationsResponse
type ApplicationsApplicationDefinition ¶
type ApplicationsApplicationDefinition struct {
Name *string `json:"name,omitempty"`
Label *string `json:"label,omitempty"`
Icon *string `json:"icon,omitempty"`
Description *string `json:"description,omitempty"`
Configuration []ConfigurationField `json:"configuration,omitempty"`
Components []ComponentsComponent `json:"components,omitempty"`
Triggers []TriggersTrigger `json:"triggers,omitempty"`
InstallationInstructions *string `json:"installationInstructions,omitempty"`
}
ApplicationsApplicationDefinition struct for ApplicationsApplicationDefinition
func NewApplicationsApplicationDefinition ¶
func NewApplicationsApplicationDefinition() *ApplicationsApplicationDefinition
NewApplicationsApplicationDefinition instantiates a new ApplicationsApplicationDefinition object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewApplicationsApplicationDefinitionWithDefaults ¶
func NewApplicationsApplicationDefinitionWithDefaults() *ApplicationsApplicationDefinition
NewApplicationsApplicationDefinitionWithDefaults instantiates a new ApplicationsApplicationDefinition object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*ApplicationsApplicationDefinition) GetComponents ¶
func (o *ApplicationsApplicationDefinition) GetComponents() []ComponentsComponent
GetComponents returns the Components field value if set, zero value otherwise.
func (*ApplicationsApplicationDefinition) GetComponentsOk ¶
func (o *ApplicationsApplicationDefinition) GetComponentsOk() ([]ComponentsComponent, bool)
GetComponentsOk returns a tuple with the Components field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ApplicationsApplicationDefinition) GetConfiguration ¶
func (o *ApplicationsApplicationDefinition) GetConfiguration() []ConfigurationField
GetConfiguration returns the Configuration field value if set, zero value otherwise.
func (*ApplicationsApplicationDefinition) GetConfigurationOk ¶
func (o *ApplicationsApplicationDefinition) GetConfigurationOk() ([]ConfigurationField, bool)
GetConfigurationOk returns a tuple with the Configuration field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ApplicationsApplicationDefinition) GetDescription ¶
func (o *ApplicationsApplicationDefinition) GetDescription() string
GetDescription returns the Description field value if set, zero value otherwise.
func (*ApplicationsApplicationDefinition) GetDescriptionOk ¶
func (o *ApplicationsApplicationDefinition) GetDescriptionOk() (*string, bool)
GetDescriptionOk returns a tuple with the Description field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ApplicationsApplicationDefinition) GetIcon ¶
func (o *ApplicationsApplicationDefinition) GetIcon() string
GetIcon returns the Icon field value if set, zero value otherwise.
func (*ApplicationsApplicationDefinition) GetIconOk ¶
func (o *ApplicationsApplicationDefinition) GetIconOk() (*string, bool)
GetIconOk returns a tuple with the Icon field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ApplicationsApplicationDefinition) GetInstallationInstructions ¶ added in v0.0.45
func (o *ApplicationsApplicationDefinition) GetInstallationInstructions() string
GetInstallationInstructions returns the InstallationInstructions field value if set, zero value otherwise.
func (*ApplicationsApplicationDefinition) GetInstallationInstructionsOk ¶ added in v0.0.45
func (o *ApplicationsApplicationDefinition) GetInstallationInstructionsOk() (*string, bool)
GetInstallationInstructionsOk returns a tuple with the InstallationInstructions field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ApplicationsApplicationDefinition) GetLabel ¶
func (o *ApplicationsApplicationDefinition) GetLabel() string
GetLabel returns the Label field value if set, zero value otherwise.
func (*ApplicationsApplicationDefinition) GetLabelOk ¶
func (o *ApplicationsApplicationDefinition) GetLabelOk() (*string, bool)
GetLabelOk returns a tuple with the Label field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ApplicationsApplicationDefinition) GetName ¶
func (o *ApplicationsApplicationDefinition) GetName() string
GetName returns the Name field value if set, zero value otherwise.
func (*ApplicationsApplicationDefinition) GetNameOk ¶
func (o *ApplicationsApplicationDefinition) GetNameOk() (*string, bool)
GetNameOk returns a tuple with the Name field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ApplicationsApplicationDefinition) GetTriggers ¶
func (o *ApplicationsApplicationDefinition) GetTriggers() []TriggersTrigger
GetTriggers returns the Triggers field value if set, zero value otherwise.
func (*ApplicationsApplicationDefinition) GetTriggersOk ¶
func (o *ApplicationsApplicationDefinition) GetTriggersOk() ([]TriggersTrigger, bool)
GetTriggersOk returns a tuple with the Triggers field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ApplicationsApplicationDefinition) HasComponents ¶
func (o *ApplicationsApplicationDefinition) HasComponents() bool
HasComponents returns a boolean if a field has been set.
func (*ApplicationsApplicationDefinition) HasConfiguration ¶
func (o *ApplicationsApplicationDefinition) HasConfiguration() bool
HasConfiguration returns a boolean if a field has been set.
func (*ApplicationsApplicationDefinition) HasDescription ¶
func (o *ApplicationsApplicationDefinition) HasDescription() bool
HasDescription returns a boolean if a field has been set.
func (*ApplicationsApplicationDefinition) HasIcon ¶
func (o *ApplicationsApplicationDefinition) HasIcon() bool
HasIcon returns a boolean if a field has been set.
func (*ApplicationsApplicationDefinition) HasInstallationInstructions ¶ added in v0.0.45
func (o *ApplicationsApplicationDefinition) HasInstallationInstructions() bool
HasInstallationInstructions returns a boolean if a field has been set.
func (*ApplicationsApplicationDefinition) HasLabel ¶
func (o *ApplicationsApplicationDefinition) HasLabel() bool
HasLabel returns a boolean if a field has been set.
func (*ApplicationsApplicationDefinition) HasName ¶
func (o *ApplicationsApplicationDefinition) HasName() bool
HasName returns a boolean if a field has been set.
func (*ApplicationsApplicationDefinition) HasTriggers ¶
func (o *ApplicationsApplicationDefinition) HasTriggers() bool
HasTriggers returns a boolean if a field has been set.
func (ApplicationsApplicationDefinition) MarshalJSON ¶
func (o ApplicationsApplicationDefinition) MarshalJSON() ([]byte, error)
func (*ApplicationsApplicationDefinition) SetComponents ¶
func (o *ApplicationsApplicationDefinition) SetComponents(v []ComponentsComponent)
SetComponents gets a reference to the given []ComponentsComponent and assigns it to the Components field.
func (*ApplicationsApplicationDefinition) SetConfiguration ¶
func (o *ApplicationsApplicationDefinition) SetConfiguration(v []ConfigurationField)
SetConfiguration gets a reference to the given []ConfigurationField and assigns it to the Configuration field.
func (*ApplicationsApplicationDefinition) SetDescription ¶
func (o *ApplicationsApplicationDefinition) SetDescription(v string)
SetDescription gets a reference to the given string and assigns it to the Description field.
func (*ApplicationsApplicationDefinition) SetIcon ¶
func (o *ApplicationsApplicationDefinition) SetIcon(v string)
SetIcon gets a reference to the given string and assigns it to the Icon field.
func (*ApplicationsApplicationDefinition) SetInstallationInstructions ¶ added in v0.0.45
func (o *ApplicationsApplicationDefinition) SetInstallationInstructions(v string)
SetInstallationInstructions gets a reference to the given string and assigns it to the InstallationInstructions field.
func (*ApplicationsApplicationDefinition) SetLabel ¶
func (o *ApplicationsApplicationDefinition) SetLabel(v string)
SetLabel gets a reference to the given string and assigns it to the Label field.
func (*ApplicationsApplicationDefinition) SetName ¶
func (o *ApplicationsApplicationDefinition) SetName(v string)
SetName gets a reference to the given string and assigns it to the Name field.
func (*ApplicationsApplicationDefinition) SetTriggers ¶
func (o *ApplicationsApplicationDefinition) SetTriggers(v []TriggersTrigger)
SetTriggers gets a reference to the given []TriggersTrigger and assigns it to the Triggers field.
func (ApplicationsApplicationDefinition) ToMap ¶
func (o ApplicationsApplicationDefinition) ToMap() (map[string]interface{}, error)
type AuthorizationDomainType ¶
type AuthorizationDomainType string
AuthorizationDomainType the model 'AuthorizationDomainType'
const ( AUTHORIZATIONDOMAINTYPE_DOMAIN_TYPE_UNSPECIFIED AuthorizationDomainType = "DOMAIN_TYPE_UNSPECIFIED" AUTHORIZATIONDOMAINTYPE_DOMAIN_TYPE_ORGANIZATION AuthorizationDomainType = "DOMAIN_TYPE_ORGANIZATION" )
List of AuthorizationDomainType
func NewAuthorizationDomainTypeFromValue ¶
func NewAuthorizationDomainTypeFromValue(v string) (*AuthorizationDomainType, error)
NewAuthorizationDomainTypeFromValue returns a pointer to a valid AuthorizationDomainType for the value passed as argument, or an error if the value passed is not allowed by the enum
func (AuthorizationDomainType) IsValid ¶
func (v AuthorizationDomainType) IsValid() bool
IsValid return true if the value is valid for the enum, false otherwise
func (AuthorizationDomainType) Ptr ¶
func (v AuthorizationDomainType) Ptr() *AuthorizationDomainType
Ptr returns reference to AuthorizationDomainType value
func (*AuthorizationDomainType) UnmarshalJSON ¶
func (v *AuthorizationDomainType) UnmarshalJSON(src []byte) error
type AuthorizationPermission ¶
type AuthorizationPermission struct {
Resource *string `json:"resource,omitempty"`
Action *string `json:"action,omitempty"`
DomainType *AuthorizationDomainType `json:"domainType,omitempty"`
}
AuthorizationPermission struct for AuthorizationPermission
func NewAuthorizationPermission ¶
func NewAuthorizationPermission() *AuthorizationPermission
NewAuthorizationPermission instantiates a new AuthorizationPermission object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewAuthorizationPermissionWithDefaults ¶
func NewAuthorizationPermissionWithDefaults() *AuthorizationPermission
NewAuthorizationPermissionWithDefaults instantiates a new AuthorizationPermission object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*AuthorizationPermission) GetAction ¶
func (o *AuthorizationPermission) GetAction() string
GetAction returns the Action field value if set, zero value otherwise.
func (*AuthorizationPermission) GetActionOk ¶
func (o *AuthorizationPermission) GetActionOk() (*string, bool)
GetActionOk returns a tuple with the Action field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AuthorizationPermission) GetDomainType ¶
func (o *AuthorizationPermission) GetDomainType() AuthorizationDomainType
GetDomainType returns the DomainType field value if set, zero value otherwise.
func (*AuthorizationPermission) GetDomainTypeOk ¶
func (o *AuthorizationPermission) GetDomainTypeOk() (*AuthorizationDomainType, bool)
GetDomainTypeOk returns a tuple with the DomainType field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AuthorizationPermission) GetResource ¶
func (o *AuthorizationPermission) GetResource() string
GetResource returns the Resource field value if set, zero value otherwise.
func (*AuthorizationPermission) GetResourceOk ¶
func (o *AuthorizationPermission) GetResourceOk() (*string, bool)
GetResourceOk returns a tuple with the Resource field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AuthorizationPermission) HasAction ¶
func (o *AuthorizationPermission) HasAction() bool
HasAction returns a boolean if a field has been set.
func (*AuthorizationPermission) HasDomainType ¶
func (o *AuthorizationPermission) HasDomainType() bool
HasDomainType returns a boolean if a field has been set.
func (*AuthorizationPermission) HasResource ¶
func (o *AuthorizationPermission) HasResource() bool
HasResource returns a boolean if a field has been set.
func (AuthorizationPermission) MarshalJSON ¶
func (o AuthorizationPermission) MarshalJSON() ([]byte, error)
func (*AuthorizationPermission) SetAction ¶
func (o *AuthorizationPermission) SetAction(v string)
SetAction gets a reference to the given string and assigns it to the Action field.
func (*AuthorizationPermission) SetDomainType ¶
func (o *AuthorizationPermission) SetDomainType(v AuthorizationDomainType)
SetDomainType gets a reference to the given AuthorizationDomainType and assigns it to the DomainType field.
func (*AuthorizationPermission) SetResource ¶
func (o *AuthorizationPermission) SetResource(v string)
SetResource gets a reference to the given string and assigns it to the Resource field.
func (AuthorizationPermission) ToMap ¶
func (o AuthorizationPermission) ToMap() (map[string]interface{}, error)
type BasicAuth ¶
type BasicAuth struct {
UserName string `json:"userName,omitempty"`
Password string `json:"password,omitempty"`
}
BasicAuth provides basic http authentication to a request passed via context using ContextBasicAuth
type BlueprintAPIService ¶
type BlueprintAPIService service
BlueprintAPIService BlueprintAPI service
func (*BlueprintAPIService) BlueprintsCreateBlueprint ¶
func (a *BlueprintAPIService) BlueprintsCreateBlueprint(ctx context.Context) ApiBlueprintsCreateBlueprintRequest
BlueprintsCreateBlueprint Create blueprint
Creates a new blueprint
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return ApiBlueprintsCreateBlueprintRequest
func (*BlueprintAPIService) BlueprintsCreateBlueprintExecute ¶
func (a *BlueprintAPIService) BlueprintsCreateBlueprintExecute(r ApiBlueprintsCreateBlueprintRequest) (*BlueprintsCreateBlueprintResponse, *http.Response, error)
Execute executes the request
@return BlueprintsCreateBlueprintResponse
func (*BlueprintAPIService) BlueprintsDeleteBlueprint ¶
func (a *BlueprintAPIService) BlueprintsDeleteBlueprint(ctx context.Context, id string) ApiBlueprintsDeleteBlueprintRequest
BlueprintsDeleteBlueprint Delete blueprint
Deletes an existing blueprint
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param id @return ApiBlueprintsDeleteBlueprintRequest
func (*BlueprintAPIService) BlueprintsDeleteBlueprintExecute ¶
func (a *BlueprintAPIService) BlueprintsDeleteBlueprintExecute(r ApiBlueprintsDeleteBlueprintRequest) (map[string]interface{}, *http.Response, error)
Execute executes the request
@return map[string]interface{}
func (*BlueprintAPIService) BlueprintsDescribeBlueprint ¶
func (a *BlueprintAPIService) BlueprintsDescribeBlueprint(ctx context.Context, id string) ApiBlueprintsDescribeBlueprintRequest
BlueprintsDescribeBlueprint Describe blueprint
Returns a blueprint
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param id @return ApiBlueprintsDescribeBlueprintRequest
func (*BlueprintAPIService) BlueprintsDescribeBlueprintExecute ¶
func (a *BlueprintAPIService) BlueprintsDescribeBlueprintExecute(r ApiBlueprintsDescribeBlueprintRequest) (*BlueprintsDescribeBlueprintResponse, *http.Response, error)
Execute executes the request
@return BlueprintsDescribeBlueprintResponse
func (*BlueprintAPIService) BlueprintsListBlueprints ¶
func (a *BlueprintAPIService) BlueprintsListBlueprints(ctx context.Context) ApiBlueprintsListBlueprintsRequest
BlueprintsListBlueprints List blueprints
Returns a list of all blueprints
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return ApiBlueprintsListBlueprintsRequest
func (*BlueprintAPIService) BlueprintsListBlueprintsExecute ¶
func (a *BlueprintAPIService) BlueprintsListBlueprintsExecute(r ApiBlueprintsListBlueprintsRequest) (*BlueprintsListBlueprintsResponse, *http.Response, error)
Execute executes the request
@return BlueprintsListBlueprintsResponse
func (*BlueprintAPIService) BlueprintsUpdateBlueprint ¶
func (a *BlueprintAPIService) BlueprintsUpdateBlueprint(ctx context.Context, id string) ApiBlueprintsUpdateBlueprintRequest
BlueprintsUpdateBlueprint Update blueprint
Updates an existing blueprint
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param id @return ApiBlueprintsUpdateBlueprintRequest
func (*BlueprintAPIService) BlueprintsUpdateBlueprintExecute ¶
func (a *BlueprintAPIService) BlueprintsUpdateBlueprintExecute(r ApiBlueprintsUpdateBlueprintRequest) (*BlueprintsUpdateBlueprintResponse, *http.Response, error)
Execute executes the request
@return BlueprintsUpdateBlueprintResponse
type BlueprintsBlueprint ¶
type BlueprintsBlueprint struct {
Id *string `json:"id,omitempty"`
OrganizationId *string `json:"organizationId,omitempty"`
Name *string `json:"name,omitempty"`
Description *string `json:"description,omitempty"`
CreatedAt *time.Time `json:"createdAt,omitempty"`
UpdatedAt *time.Time `json:"updatedAt,omitempty"`
Nodes []ComponentsNode `json:"nodes,omitempty"`
Edges []ComponentsEdge `json:"edges,omitempty"`
Configuration []ConfigurationField `json:"configuration,omitempty"`
OutputChannels []SuperplaneBlueprintsOutputChannel `json:"outputChannels,omitempty"`
Icon *string `json:"icon,omitempty"`
Color *string `json:"color,omitempty"`
CreatedBy *SuperplaneBlueprintsUserRef `json:"createdBy,omitempty"`
}
BlueprintsBlueprint struct for BlueprintsBlueprint
func NewBlueprintsBlueprint ¶
func NewBlueprintsBlueprint() *BlueprintsBlueprint
NewBlueprintsBlueprint instantiates a new BlueprintsBlueprint object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewBlueprintsBlueprintWithDefaults ¶
func NewBlueprintsBlueprintWithDefaults() *BlueprintsBlueprint
NewBlueprintsBlueprintWithDefaults instantiates a new BlueprintsBlueprint object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*BlueprintsBlueprint) GetColor ¶
func (o *BlueprintsBlueprint) GetColor() string
GetColor returns the Color field value if set, zero value otherwise.
func (*BlueprintsBlueprint) GetColorOk ¶
func (o *BlueprintsBlueprint) GetColorOk() (*string, bool)
GetColorOk returns a tuple with the Color field value if set, nil otherwise and a boolean to check if the value has been set.
func (*BlueprintsBlueprint) GetConfiguration ¶
func (o *BlueprintsBlueprint) GetConfiguration() []ConfigurationField
GetConfiguration returns the Configuration field value if set, zero value otherwise.
func (*BlueprintsBlueprint) GetConfigurationOk ¶
func (o *BlueprintsBlueprint) GetConfigurationOk() ([]ConfigurationField, bool)
GetConfigurationOk returns a tuple with the Configuration field value if set, nil otherwise and a boolean to check if the value has been set.
func (*BlueprintsBlueprint) GetCreatedAt ¶
func (o *BlueprintsBlueprint) GetCreatedAt() time.Time
GetCreatedAt returns the CreatedAt field value if set, zero value otherwise.
func (*BlueprintsBlueprint) GetCreatedAtOk ¶
func (o *BlueprintsBlueprint) GetCreatedAtOk() (*time.Time, bool)
GetCreatedAtOk returns a tuple with the CreatedAt field value if set, nil otherwise and a boolean to check if the value has been set.
func (*BlueprintsBlueprint) GetCreatedBy ¶
func (o *BlueprintsBlueprint) GetCreatedBy() SuperplaneBlueprintsUserRef
GetCreatedBy returns the CreatedBy field value if set, zero value otherwise.
func (*BlueprintsBlueprint) GetCreatedByOk ¶
func (o *BlueprintsBlueprint) GetCreatedByOk() (*SuperplaneBlueprintsUserRef, bool)
GetCreatedByOk returns a tuple with the CreatedBy field value if set, nil otherwise and a boolean to check if the value has been set.
func (*BlueprintsBlueprint) GetDescription ¶
func (o *BlueprintsBlueprint) GetDescription() string
GetDescription returns the Description field value if set, zero value otherwise.
func (*BlueprintsBlueprint) GetDescriptionOk ¶
func (o *BlueprintsBlueprint) GetDescriptionOk() (*string, bool)
GetDescriptionOk returns a tuple with the Description field value if set, nil otherwise and a boolean to check if the value has been set.
func (*BlueprintsBlueprint) GetEdges ¶
func (o *BlueprintsBlueprint) GetEdges() []ComponentsEdge
GetEdges returns the Edges field value if set, zero value otherwise.
func (*BlueprintsBlueprint) GetEdgesOk ¶
func (o *BlueprintsBlueprint) GetEdgesOk() ([]ComponentsEdge, bool)
GetEdgesOk returns a tuple with the Edges field value if set, nil otherwise and a boolean to check if the value has been set.
func (*BlueprintsBlueprint) GetIcon ¶
func (o *BlueprintsBlueprint) GetIcon() string
GetIcon returns the Icon field value if set, zero value otherwise.
func (*BlueprintsBlueprint) GetIconOk ¶
func (o *BlueprintsBlueprint) GetIconOk() (*string, bool)
GetIconOk returns a tuple with the Icon field value if set, nil otherwise and a boolean to check if the value has been set.
func (*BlueprintsBlueprint) GetId ¶
func (o *BlueprintsBlueprint) GetId() string
GetId returns the Id field value if set, zero value otherwise.
func (*BlueprintsBlueprint) GetIdOk ¶
func (o *BlueprintsBlueprint) GetIdOk() (*string, bool)
GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.
func (*BlueprintsBlueprint) GetName ¶
func (o *BlueprintsBlueprint) GetName() string
GetName returns the Name field value if set, zero value otherwise.
func (*BlueprintsBlueprint) GetNameOk ¶
func (o *BlueprintsBlueprint) GetNameOk() (*string, bool)
GetNameOk returns a tuple with the Name field value if set, nil otherwise and a boolean to check if the value has been set.
func (*BlueprintsBlueprint) GetNodes ¶
func (o *BlueprintsBlueprint) GetNodes() []ComponentsNode
GetNodes returns the Nodes field value if set, zero value otherwise.
func (*BlueprintsBlueprint) GetNodesOk ¶
func (o *BlueprintsBlueprint) GetNodesOk() ([]ComponentsNode, bool)
GetNodesOk returns a tuple with the Nodes field value if set, nil otherwise and a boolean to check if the value has been set.
func (*BlueprintsBlueprint) GetOrganizationId ¶
func (o *BlueprintsBlueprint) GetOrganizationId() string
GetOrganizationId returns the OrganizationId field value if set, zero value otherwise.
func (*BlueprintsBlueprint) GetOrganizationIdOk ¶
func (o *BlueprintsBlueprint) GetOrganizationIdOk() (*string, bool)
GetOrganizationIdOk returns a tuple with the OrganizationId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*BlueprintsBlueprint) GetOutputChannels ¶
func (o *BlueprintsBlueprint) GetOutputChannels() []SuperplaneBlueprintsOutputChannel
GetOutputChannels returns the OutputChannels field value if set, zero value otherwise.
func (*BlueprintsBlueprint) GetOutputChannelsOk ¶
func (o *BlueprintsBlueprint) GetOutputChannelsOk() ([]SuperplaneBlueprintsOutputChannel, bool)
GetOutputChannelsOk returns a tuple with the OutputChannels field value if set, nil otherwise and a boolean to check if the value has been set.
func (*BlueprintsBlueprint) GetUpdatedAt ¶
func (o *BlueprintsBlueprint) GetUpdatedAt() time.Time
GetUpdatedAt returns the UpdatedAt field value if set, zero value otherwise.
func (*BlueprintsBlueprint) GetUpdatedAtOk ¶
func (o *BlueprintsBlueprint) GetUpdatedAtOk() (*time.Time, bool)
GetUpdatedAtOk returns a tuple with the UpdatedAt field value if set, nil otherwise and a boolean to check if the value has been set.
func (*BlueprintsBlueprint) HasColor ¶
func (o *BlueprintsBlueprint) HasColor() bool
HasColor returns a boolean if a field has been set.
func (*BlueprintsBlueprint) HasConfiguration ¶
func (o *BlueprintsBlueprint) HasConfiguration() bool
HasConfiguration returns a boolean if a field has been set.
func (*BlueprintsBlueprint) HasCreatedAt ¶
func (o *BlueprintsBlueprint) HasCreatedAt() bool
HasCreatedAt returns a boolean if a field has been set.
func (*BlueprintsBlueprint) HasCreatedBy ¶
func (o *BlueprintsBlueprint) HasCreatedBy() bool
HasCreatedBy returns a boolean if a field has been set.
func (*BlueprintsBlueprint) HasDescription ¶
func (o *BlueprintsBlueprint) HasDescription() bool
HasDescription returns a boolean if a field has been set.
func (*BlueprintsBlueprint) HasEdges ¶
func (o *BlueprintsBlueprint) HasEdges() bool
HasEdges returns a boolean if a field has been set.
func (*BlueprintsBlueprint) HasIcon ¶
func (o *BlueprintsBlueprint) HasIcon() bool
HasIcon returns a boolean if a field has been set.
func (*BlueprintsBlueprint) HasId ¶
func (o *BlueprintsBlueprint) HasId() bool
HasId returns a boolean if a field has been set.
func (*BlueprintsBlueprint) HasName ¶
func (o *BlueprintsBlueprint) HasName() bool
HasName returns a boolean if a field has been set.
func (*BlueprintsBlueprint) HasNodes ¶
func (o *BlueprintsBlueprint) HasNodes() bool
HasNodes returns a boolean if a field has been set.
func (*BlueprintsBlueprint) HasOrganizationId ¶
func (o *BlueprintsBlueprint) HasOrganizationId() bool
HasOrganizationId returns a boolean if a field has been set.
func (*BlueprintsBlueprint) HasOutputChannels ¶
func (o *BlueprintsBlueprint) HasOutputChannels() bool
HasOutputChannels returns a boolean if a field has been set.
func (*BlueprintsBlueprint) HasUpdatedAt ¶
func (o *BlueprintsBlueprint) HasUpdatedAt() bool
HasUpdatedAt returns a boolean if a field has been set.
func (BlueprintsBlueprint) MarshalJSON ¶
func (o BlueprintsBlueprint) MarshalJSON() ([]byte, error)
func (*BlueprintsBlueprint) SetColor ¶
func (o *BlueprintsBlueprint) SetColor(v string)
SetColor gets a reference to the given string and assigns it to the Color field.
func (*BlueprintsBlueprint) SetConfiguration ¶
func (o *BlueprintsBlueprint) SetConfiguration(v []ConfigurationField)
SetConfiguration gets a reference to the given []ConfigurationField and assigns it to the Configuration field.
func (*BlueprintsBlueprint) SetCreatedAt ¶
func (o *BlueprintsBlueprint) SetCreatedAt(v time.Time)
SetCreatedAt gets a reference to the given time.Time and assigns it to the CreatedAt field.
func (*BlueprintsBlueprint) SetCreatedBy ¶
func (o *BlueprintsBlueprint) SetCreatedBy(v SuperplaneBlueprintsUserRef)
SetCreatedBy gets a reference to the given SuperplaneBlueprintsUserRef and assigns it to the CreatedBy field.
func (*BlueprintsBlueprint) SetDescription ¶
func (o *BlueprintsBlueprint) SetDescription(v string)
SetDescription gets a reference to the given string and assigns it to the Description field.
func (*BlueprintsBlueprint) SetEdges ¶
func (o *BlueprintsBlueprint) SetEdges(v []ComponentsEdge)
SetEdges gets a reference to the given []ComponentsEdge and assigns it to the Edges field.
func (*BlueprintsBlueprint) SetIcon ¶
func (o *BlueprintsBlueprint) SetIcon(v string)
SetIcon gets a reference to the given string and assigns it to the Icon field.
func (*BlueprintsBlueprint) SetId ¶
func (o *BlueprintsBlueprint) SetId(v string)
SetId gets a reference to the given string and assigns it to the Id field.
func (*BlueprintsBlueprint) SetName ¶
func (o *BlueprintsBlueprint) SetName(v string)
SetName gets a reference to the given string and assigns it to the Name field.
func (*BlueprintsBlueprint) SetNodes ¶
func (o *BlueprintsBlueprint) SetNodes(v []ComponentsNode)
SetNodes gets a reference to the given []ComponentsNode and assigns it to the Nodes field.
func (*BlueprintsBlueprint) SetOrganizationId ¶
func (o *BlueprintsBlueprint) SetOrganizationId(v string)
SetOrganizationId gets a reference to the given string and assigns it to the OrganizationId field.
func (*BlueprintsBlueprint) SetOutputChannels ¶
func (o *BlueprintsBlueprint) SetOutputChannels(v []SuperplaneBlueprintsOutputChannel)
SetOutputChannels gets a reference to the given []SuperplaneBlueprintsOutputChannel and assigns it to the OutputChannels field.
func (*BlueprintsBlueprint) SetUpdatedAt ¶
func (o *BlueprintsBlueprint) SetUpdatedAt(v time.Time)
SetUpdatedAt gets a reference to the given time.Time and assigns it to the UpdatedAt field.
func (BlueprintsBlueprint) ToMap ¶
func (o BlueprintsBlueprint) ToMap() (map[string]interface{}, error)
type BlueprintsCreateBlueprintRequest ¶
type BlueprintsCreateBlueprintRequest struct {
Blueprint *BlueprintsBlueprint `json:"blueprint,omitempty"`
}
BlueprintsCreateBlueprintRequest struct for BlueprintsCreateBlueprintRequest
func NewBlueprintsCreateBlueprintRequest ¶
func NewBlueprintsCreateBlueprintRequest() *BlueprintsCreateBlueprintRequest
NewBlueprintsCreateBlueprintRequest instantiates a new BlueprintsCreateBlueprintRequest object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewBlueprintsCreateBlueprintRequestWithDefaults ¶
func NewBlueprintsCreateBlueprintRequestWithDefaults() *BlueprintsCreateBlueprintRequest
NewBlueprintsCreateBlueprintRequestWithDefaults instantiates a new BlueprintsCreateBlueprintRequest object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*BlueprintsCreateBlueprintRequest) GetBlueprint ¶
func (o *BlueprintsCreateBlueprintRequest) GetBlueprint() BlueprintsBlueprint
GetBlueprint returns the Blueprint field value if set, zero value otherwise.
func (*BlueprintsCreateBlueprintRequest) GetBlueprintOk ¶
func (o *BlueprintsCreateBlueprintRequest) GetBlueprintOk() (*BlueprintsBlueprint, bool)
GetBlueprintOk returns a tuple with the Blueprint field value if set, nil otherwise and a boolean to check if the value has been set.
func (*BlueprintsCreateBlueprintRequest) HasBlueprint ¶
func (o *BlueprintsCreateBlueprintRequest) HasBlueprint() bool
HasBlueprint returns a boolean if a field has been set.
func (BlueprintsCreateBlueprintRequest) MarshalJSON ¶
func (o BlueprintsCreateBlueprintRequest) MarshalJSON() ([]byte, error)
func (*BlueprintsCreateBlueprintRequest) SetBlueprint ¶
func (o *BlueprintsCreateBlueprintRequest) SetBlueprint(v BlueprintsBlueprint)
SetBlueprint gets a reference to the given BlueprintsBlueprint and assigns it to the Blueprint field.
func (BlueprintsCreateBlueprintRequest) ToMap ¶
func (o BlueprintsCreateBlueprintRequest) ToMap() (map[string]interface{}, error)
type BlueprintsCreateBlueprintResponse ¶
type BlueprintsCreateBlueprintResponse struct {
Blueprint *BlueprintsBlueprint `json:"blueprint,omitempty"`
}
BlueprintsCreateBlueprintResponse struct for BlueprintsCreateBlueprintResponse
func NewBlueprintsCreateBlueprintResponse ¶
func NewBlueprintsCreateBlueprintResponse() *BlueprintsCreateBlueprintResponse
NewBlueprintsCreateBlueprintResponse instantiates a new BlueprintsCreateBlueprintResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewBlueprintsCreateBlueprintResponseWithDefaults ¶
func NewBlueprintsCreateBlueprintResponseWithDefaults() *BlueprintsCreateBlueprintResponse
NewBlueprintsCreateBlueprintResponseWithDefaults instantiates a new BlueprintsCreateBlueprintResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*BlueprintsCreateBlueprintResponse) GetBlueprint ¶
func (o *BlueprintsCreateBlueprintResponse) GetBlueprint() BlueprintsBlueprint
GetBlueprint returns the Blueprint field value if set, zero value otherwise.
func (*BlueprintsCreateBlueprintResponse) GetBlueprintOk ¶
func (o *BlueprintsCreateBlueprintResponse) GetBlueprintOk() (*BlueprintsBlueprint, bool)
GetBlueprintOk returns a tuple with the Blueprint field value if set, nil otherwise and a boolean to check if the value has been set.
func (*BlueprintsCreateBlueprintResponse) HasBlueprint ¶
func (o *BlueprintsCreateBlueprintResponse) HasBlueprint() bool
HasBlueprint returns a boolean if a field has been set.
func (BlueprintsCreateBlueprintResponse) MarshalJSON ¶
func (o BlueprintsCreateBlueprintResponse) MarshalJSON() ([]byte, error)
func (*BlueprintsCreateBlueprintResponse) SetBlueprint ¶
func (o *BlueprintsCreateBlueprintResponse) SetBlueprint(v BlueprintsBlueprint)
SetBlueprint gets a reference to the given BlueprintsBlueprint and assigns it to the Blueprint field.
func (BlueprintsCreateBlueprintResponse) ToMap ¶
func (o BlueprintsCreateBlueprintResponse) ToMap() (map[string]interface{}, error)
type BlueprintsDescribeBlueprintResponse ¶
type BlueprintsDescribeBlueprintResponse struct {
Blueprint *BlueprintsBlueprint `json:"blueprint,omitempty"`
}
BlueprintsDescribeBlueprintResponse struct for BlueprintsDescribeBlueprintResponse
func NewBlueprintsDescribeBlueprintResponse ¶
func NewBlueprintsDescribeBlueprintResponse() *BlueprintsDescribeBlueprintResponse
NewBlueprintsDescribeBlueprintResponse instantiates a new BlueprintsDescribeBlueprintResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewBlueprintsDescribeBlueprintResponseWithDefaults ¶
func NewBlueprintsDescribeBlueprintResponseWithDefaults() *BlueprintsDescribeBlueprintResponse
NewBlueprintsDescribeBlueprintResponseWithDefaults instantiates a new BlueprintsDescribeBlueprintResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*BlueprintsDescribeBlueprintResponse) GetBlueprint ¶
func (o *BlueprintsDescribeBlueprintResponse) GetBlueprint() BlueprintsBlueprint
GetBlueprint returns the Blueprint field value if set, zero value otherwise.
func (*BlueprintsDescribeBlueprintResponse) GetBlueprintOk ¶
func (o *BlueprintsDescribeBlueprintResponse) GetBlueprintOk() (*BlueprintsBlueprint, bool)
GetBlueprintOk returns a tuple with the Blueprint field value if set, nil otherwise and a boolean to check if the value has been set.
func (*BlueprintsDescribeBlueprintResponse) HasBlueprint ¶
func (o *BlueprintsDescribeBlueprintResponse) HasBlueprint() bool
HasBlueprint returns a boolean if a field has been set.
func (BlueprintsDescribeBlueprintResponse) MarshalJSON ¶
func (o BlueprintsDescribeBlueprintResponse) MarshalJSON() ([]byte, error)
func (*BlueprintsDescribeBlueprintResponse) SetBlueprint ¶
func (o *BlueprintsDescribeBlueprintResponse) SetBlueprint(v BlueprintsBlueprint)
SetBlueprint gets a reference to the given BlueprintsBlueprint and assigns it to the Blueprint field.
func (BlueprintsDescribeBlueprintResponse) ToMap ¶
func (o BlueprintsDescribeBlueprintResponse) ToMap() (map[string]interface{}, error)
type BlueprintsListBlueprintsResponse ¶
type BlueprintsListBlueprintsResponse struct {
Blueprints []BlueprintsBlueprint `json:"blueprints,omitempty"`
}
BlueprintsListBlueprintsResponse struct for BlueprintsListBlueprintsResponse
func NewBlueprintsListBlueprintsResponse ¶
func NewBlueprintsListBlueprintsResponse() *BlueprintsListBlueprintsResponse
NewBlueprintsListBlueprintsResponse instantiates a new BlueprintsListBlueprintsResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewBlueprintsListBlueprintsResponseWithDefaults ¶
func NewBlueprintsListBlueprintsResponseWithDefaults() *BlueprintsListBlueprintsResponse
NewBlueprintsListBlueprintsResponseWithDefaults instantiates a new BlueprintsListBlueprintsResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*BlueprintsListBlueprintsResponse) GetBlueprints ¶
func (o *BlueprintsListBlueprintsResponse) GetBlueprints() []BlueprintsBlueprint
GetBlueprints returns the Blueprints field value if set, zero value otherwise.
func (*BlueprintsListBlueprintsResponse) GetBlueprintsOk ¶
func (o *BlueprintsListBlueprintsResponse) GetBlueprintsOk() ([]BlueprintsBlueprint, bool)
GetBlueprintsOk returns a tuple with the Blueprints field value if set, nil otherwise and a boolean to check if the value has been set.
func (*BlueprintsListBlueprintsResponse) HasBlueprints ¶
func (o *BlueprintsListBlueprintsResponse) HasBlueprints() bool
HasBlueprints returns a boolean if a field has been set.
func (BlueprintsListBlueprintsResponse) MarshalJSON ¶
func (o BlueprintsListBlueprintsResponse) MarshalJSON() ([]byte, error)
func (*BlueprintsListBlueprintsResponse) SetBlueprints ¶
func (o *BlueprintsListBlueprintsResponse) SetBlueprints(v []BlueprintsBlueprint)
SetBlueprints gets a reference to the given []BlueprintsBlueprint and assigns it to the Blueprints field.
func (BlueprintsListBlueprintsResponse) ToMap ¶
func (o BlueprintsListBlueprintsResponse) ToMap() (map[string]interface{}, error)
type BlueprintsUpdateBlueprintBody ¶
type BlueprintsUpdateBlueprintBody struct {
Blueprint *BlueprintsBlueprint `json:"blueprint,omitempty"`
}
BlueprintsUpdateBlueprintBody struct for BlueprintsUpdateBlueprintBody
func NewBlueprintsUpdateBlueprintBody ¶
func NewBlueprintsUpdateBlueprintBody() *BlueprintsUpdateBlueprintBody
NewBlueprintsUpdateBlueprintBody instantiates a new BlueprintsUpdateBlueprintBody object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewBlueprintsUpdateBlueprintBodyWithDefaults ¶
func NewBlueprintsUpdateBlueprintBodyWithDefaults() *BlueprintsUpdateBlueprintBody
NewBlueprintsUpdateBlueprintBodyWithDefaults instantiates a new BlueprintsUpdateBlueprintBody object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*BlueprintsUpdateBlueprintBody) GetBlueprint ¶
func (o *BlueprintsUpdateBlueprintBody) GetBlueprint() BlueprintsBlueprint
GetBlueprint returns the Blueprint field value if set, zero value otherwise.
func (*BlueprintsUpdateBlueprintBody) GetBlueprintOk ¶
func (o *BlueprintsUpdateBlueprintBody) GetBlueprintOk() (*BlueprintsBlueprint, bool)
GetBlueprintOk returns a tuple with the Blueprint field value if set, nil otherwise and a boolean to check if the value has been set.
func (*BlueprintsUpdateBlueprintBody) HasBlueprint ¶
func (o *BlueprintsUpdateBlueprintBody) HasBlueprint() bool
HasBlueprint returns a boolean if a field has been set.
func (BlueprintsUpdateBlueprintBody) MarshalJSON ¶
func (o BlueprintsUpdateBlueprintBody) MarshalJSON() ([]byte, error)
func (*BlueprintsUpdateBlueprintBody) SetBlueprint ¶
func (o *BlueprintsUpdateBlueprintBody) SetBlueprint(v BlueprintsBlueprint)
SetBlueprint gets a reference to the given BlueprintsBlueprint and assigns it to the Blueprint field.
func (BlueprintsUpdateBlueprintBody) ToMap ¶
func (o BlueprintsUpdateBlueprintBody) ToMap() (map[string]interface{}, error)
type BlueprintsUpdateBlueprintResponse ¶
type BlueprintsUpdateBlueprintResponse struct {
Blueprint *BlueprintsBlueprint `json:"blueprint,omitempty"`
}
BlueprintsUpdateBlueprintResponse struct for BlueprintsUpdateBlueprintResponse
func NewBlueprintsUpdateBlueprintResponse ¶
func NewBlueprintsUpdateBlueprintResponse() *BlueprintsUpdateBlueprintResponse
NewBlueprintsUpdateBlueprintResponse instantiates a new BlueprintsUpdateBlueprintResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewBlueprintsUpdateBlueprintResponseWithDefaults ¶
func NewBlueprintsUpdateBlueprintResponseWithDefaults() *BlueprintsUpdateBlueprintResponse
NewBlueprintsUpdateBlueprintResponseWithDefaults instantiates a new BlueprintsUpdateBlueprintResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*BlueprintsUpdateBlueprintResponse) GetBlueprint ¶
func (o *BlueprintsUpdateBlueprintResponse) GetBlueprint() BlueprintsBlueprint
GetBlueprint returns the Blueprint field value if set, zero value otherwise.
func (*BlueprintsUpdateBlueprintResponse) GetBlueprintOk ¶
func (o *BlueprintsUpdateBlueprintResponse) GetBlueprintOk() (*BlueprintsBlueprint, bool)
GetBlueprintOk returns a tuple with the Blueprint field value if set, nil otherwise and a boolean to check if the value has been set.
func (*BlueprintsUpdateBlueprintResponse) HasBlueprint ¶
func (o *BlueprintsUpdateBlueprintResponse) HasBlueprint() bool
HasBlueprint returns a boolean if a field has been set.
func (BlueprintsUpdateBlueprintResponse) MarshalJSON ¶
func (o BlueprintsUpdateBlueprintResponse) MarshalJSON() ([]byte, error)
func (*BlueprintsUpdateBlueprintResponse) SetBlueprint ¶
func (o *BlueprintsUpdateBlueprintResponse) SetBlueprint(v BlueprintsBlueprint)
SetBlueprint gets a reference to the given BlueprintsBlueprint and assigns it to the Blueprint field.
func (BlueprintsUpdateBlueprintResponse) ToMap ¶
func (o BlueprintsUpdateBlueprintResponse) ToMap() (map[string]interface{}, error)
type ComponentAPIService ¶
type ComponentAPIService service
ComponentAPIService ComponentAPI service
func (*ComponentAPIService) ComponentsDescribeComponent ¶
func (a *ComponentAPIService) ComponentsDescribeComponent(ctx context.Context, name string) ApiComponentsDescribeComponentRequest
ComponentsDescribeComponent Describe component
Returns a component by its name
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param name @return ApiComponentsDescribeComponentRequest
func (*ComponentAPIService) ComponentsDescribeComponentExecute ¶
func (a *ComponentAPIService) ComponentsDescribeComponentExecute(r ApiComponentsDescribeComponentRequest) (*ComponentsDescribeComponentResponse, *http.Response, error)
Execute executes the request
@return ComponentsDescribeComponentResponse
func (*ComponentAPIService) ComponentsListComponentActions ¶
func (a *ComponentAPIService) ComponentsListComponentActions(ctx context.Context, name string) ApiComponentsListComponentActionsRequest
ComponentsListComponentActions List component actions
Returns available actions for a component
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param name @return ApiComponentsListComponentActionsRequest
func (*ComponentAPIService) ComponentsListComponentActionsExecute ¶
func (a *ComponentAPIService) ComponentsListComponentActionsExecute(r ApiComponentsListComponentActionsRequest) (*ComponentsListComponentActionsResponse, *http.Response, error)
Execute executes the request
@return ComponentsListComponentActionsResponse
func (*ComponentAPIService) ComponentsListComponents ¶
func (a *ComponentAPIService) ComponentsListComponents(ctx context.Context) ApiComponentsListComponentsRequest
ComponentsListComponents List components
Returns a list of all components
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return ApiComponentsListComponentsRequest
func (*ComponentAPIService) ComponentsListComponentsExecute ¶
func (a *ComponentAPIService) ComponentsListComponentsExecute(r ApiComponentsListComponentsRequest) (*ComponentsListComponentsResponse, *http.Response, error)
Execute executes the request
@return ComponentsListComponentsResponse
type ComponentsAppInstallationRef ¶
type ComponentsAppInstallationRef struct {
Id *string `json:"id,omitempty"`
Name *string `json:"name,omitempty"`
}
ComponentsAppInstallationRef struct for ComponentsAppInstallationRef
func NewComponentsAppInstallationRef ¶
func NewComponentsAppInstallationRef() *ComponentsAppInstallationRef
NewComponentsAppInstallationRef instantiates a new ComponentsAppInstallationRef object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewComponentsAppInstallationRefWithDefaults ¶
func NewComponentsAppInstallationRefWithDefaults() *ComponentsAppInstallationRef
NewComponentsAppInstallationRefWithDefaults instantiates a new ComponentsAppInstallationRef object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*ComponentsAppInstallationRef) GetId ¶
func (o *ComponentsAppInstallationRef) GetId() string
GetId returns the Id field value if set, zero value otherwise.
func (*ComponentsAppInstallationRef) GetIdOk ¶
func (o *ComponentsAppInstallationRef) GetIdOk() (*string, bool)
GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ComponentsAppInstallationRef) GetName ¶
func (o *ComponentsAppInstallationRef) GetName() string
GetName returns the Name field value if set, zero value otherwise.
func (*ComponentsAppInstallationRef) GetNameOk ¶
func (o *ComponentsAppInstallationRef) GetNameOk() (*string, bool)
GetNameOk returns a tuple with the Name field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ComponentsAppInstallationRef) HasId ¶
func (o *ComponentsAppInstallationRef) HasId() bool
HasId returns a boolean if a field has been set.
func (*ComponentsAppInstallationRef) HasName ¶
func (o *ComponentsAppInstallationRef) HasName() bool
HasName returns a boolean if a field has been set.
func (ComponentsAppInstallationRef) MarshalJSON ¶
func (o ComponentsAppInstallationRef) MarshalJSON() ([]byte, error)
func (*ComponentsAppInstallationRef) SetId ¶
func (o *ComponentsAppInstallationRef) SetId(v string)
SetId gets a reference to the given string and assigns it to the Id field.
func (*ComponentsAppInstallationRef) SetName ¶
func (o *ComponentsAppInstallationRef) SetName(v string)
SetName gets a reference to the given string and assigns it to the Name field.
func (ComponentsAppInstallationRef) ToMap ¶
func (o ComponentsAppInstallationRef) ToMap() (map[string]interface{}, error)
type ComponentsComponent ¶
type ComponentsComponent struct {
Name *string `json:"name,omitempty"`
Label *string `json:"label,omitempty"`
Description *string `json:"description,omitempty"`
Configuration []ConfigurationField `json:"configuration,omitempty"`
OutputChannels []SuperplaneComponentsOutputChannel `json:"outputChannels,omitempty"`
Icon *string `json:"icon,omitempty"`
Color *string `json:"color,omitempty"`
ExampleOutput map[string]interface{} `json:"exampleOutput,omitempty"`
}
ComponentsComponent struct for ComponentsComponent
func NewComponentsComponent ¶
func NewComponentsComponent() *ComponentsComponent
NewComponentsComponent instantiates a new ComponentsComponent object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewComponentsComponentWithDefaults ¶
func NewComponentsComponentWithDefaults() *ComponentsComponent
NewComponentsComponentWithDefaults instantiates a new ComponentsComponent object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*ComponentsComponent) GetColor ¶
func (o *ComponentsComponent) GetColor() string
GetColor returns the Color field value if set, zero value otherwise.
func (*ComponentsComponent) GetColorOk ¶
func (o *ComponentsComponent) GetColorOk() (*string, bool)
GetColorOk returns a tuple with the Color field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ComponentsComponent) GetConfiguration ¶
func (o *ComponentsComponent) GetConfiguration() []ConfigurationField
GetConfiguration returns the Configuration field value if set, zero value otherwise.
func (*ComponentsComponent) GetConfigurationOk ¶
func (o *ComponentsComponent) GetConfigurationOk() ([]ConfigurationField, bool)
GetConfigurationOk returns a tuple with the Configuration field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ComponentsComponent) GetDescription ¶
func (o *ComponentsComponent) GetDescription() string
GetDescription returns the Description field value if set, zero value otherwise.
func (*ComponentsComponent) GetDescriptionOk ¶
func (o *ComponentsComponent) GetDescriptionOk() (*string, bool)
GetDescriptionOk returns a tuple with the Description field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ComponentsComponent) GetExampleOutput ¶ added in v0.0.45
func (o *ComponentsComponent) GetExampleOutput() map[string]interface{}
GetExampleOutput returns the ExampleOutput field value if set, zero value otherwise.
func (*ComponentsComponent) GetExampleOutputOk ¶ added in v0.0.45
func (o *ComponentsComponent) GetExampleOutputOk() (map[string]interface{}, bool)
GetExampleOutputOk returns a tuple with the ExampleOutput field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ComponentsComponent) GetIcon ¶
func (o *ComponentsComponent) GetIcon() string
GetIcon returns the Icon field value if set, zero value otherwise.
func (*ComponentsComponent) GetIconOk ¶
func (o *ComponentsComponent) GetIconOk() (*string, bool)
GetIconOk returns a tuple with the Icon field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ComponentsComponent) GetLabel ¶
func (o *ComponentsComponent) GetLabel() string
GetLabel returns the Label field value if set, zero value otherwise.
func (*ComponentsComponent) GetLabelOk ¶
func (o *ComponentsComponent) GetLabelOk() (*string, bool)
GetLabelOk returns a tuple with the Label field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ComponentsComponent) GetName ¶
func (o *ComponentsComponent) GetName() string
GetName returns the Name field value if set, zero value otherwise.
func (*ComponentsComponent) GetNameOk ¶
func (o *ComponentsComponent) GetNameOk() (*string, bool)
GetNameOk returns a tuple with the Name field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ComponentsComponent) GetOutputChannels ¶
func (o *ComponentsComponent) GetOutputChannels() []SuperplaneComponentsOutputChannel
GetOutputChannels returns the OutputChannels field value if set, zero value otherwise.
func (*ComponentsComponent) GetOutputChannelsOk ¶
func (o *ComponentsComponent) GetOutputChannelsOk() ([]SuperplaneComponentsOutputChannel, bool)
GetOutputChannelsOk returns a tuple with the OutputChannels field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ComponentsComponent) HasColor ¶
func (o *ComponentsComponent) HasColor() bool
HasColor returns a boolean if a field has been set.
func (*ComponentsComponent) HasConfiguration ¶
func (o *ComponentsComponent) HasConfiguration() bool
HasConfiguration returns a boolean if a field has been set.
func (*ComponentsComponent) HasDescription ¶
func (o *ComponentsComponent) HasDescription() bool
HasDescription returns a boolean if a field has been set.
func (*ComponentsComponent) HasExampleOutput ¶ added in v0.0.45
func (o *ComponentsComponent) HasExampleOutput() bool
HasExampleOutput returns a boolean if a field has been set.
func (*ComponentsComponent) HasIcon ¶
func (o *ComponentsComponent) HasIcon() bool
HasIcon returns a boolean if a field has been set.
func (*ComponentsComponent) HasLabel ¶
func (o *ComponentsComponent) HasLabel() bool
HasLabel returns a boolean if a field has been set.
func (*ComponentsComponent) HasName ¶
func (o *ComponentsComponent) HasName() bool
HasName returns a boolean if a field has been set.
func (*ComponentsComponent) HasOutputChannels ¶
func (o *ComponentsComponent) HasOutputChannels() bool
HasOutputChannels returns a boolean if a field has been set.
func (ComponentsComponent) MarshalJSON ¶
func (o ComponentsComponent) MarshalJSON() ([]byte, error)
func (*ComponentsComponent) SetColor ¶
func (o *ComponentsComponent) SetColor(v string)
SetColor gets a reference to the given string and assigns it to the Color field.
func (*ComponentsComponent) SetConfiguration ¶
func (o *ComponentsComponent) SetConfiguration(v []ConfigurationField)
SetConfiguration gets a reference to the given []ConfigurationField and assigns it to the Configuration field.
func (*ComponentsComponent) SetDescription ¶
func (o *ComponentsComponent) SetDescription(v string)
SetDescription gets a reference to the given string and assigns it to the Description field.
func (*ComponentsComponent) SetExampleOutput ¶ added in v0.0.45
func (o *ComponentsComponent) SetExampleOutput(v map[string]interface{})
SetExampleOutput gets a reference to the given map[string]interface{} and assigns it to the ExampleOutput field.
func (*ComponentsComponent) SetIcon ¶
func (o *ComponentsComponent) SetIcon(v string)
SetIcon gets a reference to the given string and assigns it to the Icon field.
func (*ComponentsComponent) SetLabel ¶
func (o *ComponentsComponent) SetLabel(v string)
SetLabel gets a reference to the given string and assigns it to the Label field.
func (*ComponentsComponent) SetName ¶
func (o *ComponentsComponent) SetName(v string)
SetName gets a reference to the given string and assigns it to the Name field.
func (*ComponentsComponent) SetOutputChannels ¶
func (o *ComponentsComponent) SetOutputChannels(v []SuperplaneComponentsOutputChannel)
SetOutputChannels gets a reference to the given []SuperplaneComponentsOutputChannel and assigns it to the OutputChannels field.
func (ComponentsComponent) ToMap ¶
func (o ComponentsComponent) ToMap() (map[string]interface{}, error)
type ComponentsComponentAction ¶
type ComponentsComponentAction struct {
Name *string `json:"name,omitempty"`
Description *string `json:"description,omitempty"`
Parameters []ConfigurationField `json:"parameters,omitempty"`
}
ComponentsComponentAction struct for ComponentsComponentAction
func NewComponentsComponentAction ¶
func NewComponentsComponentAction() *ComponentsComponentAction
NewComponentsComponentAction instantiates a new ComponentsComponentAction object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewComponentsComponentActionWithDefaults ¶
func NewComponentsComponentActionWithDefaults() *ComponentsComponentAction
NewComponentsComponentActionWithDefaults instantiates a new ComponentsComponentAction object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*ComponentsComponentAction) GetDescription ¶
func (o *ComponentsComponentAction) GetDescription() string
GetDescription returns the Description field value if set, zero value otherwise.
func (*ComponentsComponentAction) GetDescriptionOk ¶
func (o *ComponentsComponentAction) GetDescriptionOk() (*string, bool)
GetDescriptionOk returns a tuple with the Description field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ComponentsComponentAction) GetName ¶
func (o *ComponentsComponentAction) GetName() string
GetName returns the Name field value if set, zero value otherwise.
func (*ComponentsComponentAction) GetNameOk ¶
func (o *ComponentsComponentAction) GetNameOk() (*string, bool)
GetNameOk returns a tuple with the Name field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ComponentsComponentAction) GetParameters ¶
func (o *ComponentsComponentAction) GetParameters() []ConfigurationField
GetParameters returns the Parameters field value if set, zero value otherwise.
func (*ComponentsComponentAction) GetParametersOk ¶
func (o *ComponentsComponentAction) GetParametersOk() ([]ConfigurationField, bool)
GetParametersOk returns a tuple with the Parameters field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ComponentsComponentAction) HasDescription ¶
func (o *ComponentsComponentAction) HasDescription() bool
HasDescription returns a boolean if a field has been set.
func (*ComponentsComponentAction) HasName ¶
func (o *ComponentsComponentAction) HasName() bool
HasName returns a boolean if a field has been set.
func (*ComponentsComponentAction) HasParameters ¶
func (o *ComponentsComponentAction) HasParameters() bool
HasParameters returns a boolean if a field has been set.
func (ComponentsComponentAction) MarshalJSON ¶
func (o ComponentsComponentAction) MarshalJSON() ([]byte, error)
func (*ComponentsComponentAction) SetDescription ¶
func (o *ComponentsComponentAction) SetDescription(v string)
SetDescription gets a reference to the given string and assigns it to the Description field.
func (*ComponentsComponentAction) SetName ¶
func (o *ComponentsComponentAction) SetName(v string)
SetName gets a reference to the given string and assigns it to the Name field.
func (*ComponentsComponentAction) SetParameters ¶
func (o *ComponentsComponentAction) SetParameters(v []ConfigurationField)
SetParameters gets a reference to the given []ConfigurationField and assigns it to the Parameters field.
func (ComponentsComponentAction) ToMap ¶
func (o ComponentsComponentAction) ToMap() (map[string]interface{}, error)
type ComponentsDescribeComponentResponse ¶
type ComponentsDescribeComponentResponse struct {
Component *ComponentsComponent `json:"component,omitempty"`
}
ComponentsDescribeComponentResponse struct for ComponentsDescribeComponentResponse
func NewComponentsDescribeComponentResponse ¶
func NewComponentsDescribeComponentResponse() *ComponentsDescribeComponentResponse
NewComponentsDescribeComponentResponse instantiates a new ComponentsDescribeComponentResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewComponentsDescribeComponentResponseWithDefaults ¶
func NewComponentsDescribeComponentResponseWithDefaults() *ComponentsDescribeComponentResponse
NewComponentsDescribeComponentResponseWithDefaults instantiates a new ComponentsDescribeComponentResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*ComponentsDescribeComponentResponse) GetComponent ¶
func (o *ComponentsDescribeComponentResponse) GetComponent() ComponentsComponent
GetComponent returns the Component field value if set, zero value otherwise.
func (*ComponentsDescribeComponentResponse) GetComponentOk ¶
func (o *ComponentsDescribeComponentResponse) GetComponentOk() (*ComponentsComponent, bool)
GetComponentOk returns a tuple with the Component field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ComponentsDescribeComponentResponse) HasComponent ¶
func (o *ComponentsDescribeComponentResponse) HasComponent() bool
HasComponent returns a boolean if a field has been set.
func (ComponentsDescribeComponentResponse) MarshalJSON ¶
func (o ComponentsDescribeComponentResponse) MarshalJSON() ([]byte, error)
func (*ComponentsDescribeComponentResponse) SetComponent ¶
func (o *ComponentsDescribeComponentResponse) SetComponent(v ComponentsComponent)
SetComponent gets a reference to the given ComponentsComponent and assigns it to the Component field.
func (ComponentsDescribeComponentResponse) ToMap ¶
func (o ComponentsDescribeComponentResponse) ToMap() (map[string]interface{}, error)
type ComponentsEdge ¶
type ComponentsEdge struct {
SourceId *string `json:"sourceId,omitempty"`
TargetId *string `json:"targetId,omitempty"`
Channel *string `json:"channel,omitempty"`
}
ComponentsEdge struct for ComponentsEdge
func NewComponentsEdge ¶
func NewComponentsEdge() *ComponentsEdge
NewComponentsEdge instantiates a new ComponentsEdge object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewComponentsEdgeWithDefaults ¶
func NewComponentsEdgeWithDefaults() *ComponentsEdge
NewComponentsEdgeWithDefaults instantiates a new ComponentsEdge object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*ComponentsEdge) GetChannel ¶
func (o *ComponentsEdge) GetChannel() string
GetChannel returns the Channel field value if set, zero value otherwise.
func (*ComponentsEdge) GetChannelOk ¶
func (o *ComponentsEdge) GetChannelOk() (*string, bool)
GetChannelOk returns a tuple with the Channel field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ComponentsEdge) GetSourceId ¶
func (o *ComponentsEdge) GetSourceId() string
GetSourceId returns the SourceId field value if set, zero value otherwise.
func (*ComponentsEdge) GetSourceIdOk ¶
func (o *ComponentsEdge) GetSourceIdOk() (*string, bool)
GetSourceIdOk returns a tuple with the SourceId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ComponentsEdge) GetTargetId ¶
func (o *ComponentsEdge) GetTargetId() string
GetTargetId returns the TargetId field value if set, zero value otherwise.
func (*ComponentsEdge) GetTargetIdOk ¶
func (o *ComponentsEdge) GetTargetIdOk() (*string, bool)
GetTargetIdOk returns a tuple with the TargetId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ComponentsEdge) HasChannel ¶
func (o *ComponentsEdge) HasChannel() bool
HasChannel returns a boolean if a field has been set.
func (*ComponentsEdge) HasSourceId ¶
func (o *ComponentsEdge) HasSourceId() bool
HasSourceId returns a boolean if a field has been set.
func (*ComponentsEdge) HasTargetId ¶
func (o *ComponentsEdge) HasTargetId() bool
HasTargetId returns a boolean if a field has been set.
func (ComponentsEdge) MarshalJSON ¶
func (o ComponentsEdge) MarshalJSON() ([]byte, error)
func (*ComponentsEdge) SetChannel ¶
func (o *ComponentsEdge) SetChannel(v string)
SetChannel gets a reference to the given string and assigns it to the Channel field.
func (*ComponentsEdge) SetSourceId ¶
func (o *ComponentsEdge) SetSourceId(v string)
SetSourceId gets a reference to the given string and assigns it to the SourceId field.
func (*ComponentsEdge) SetTargetId ¶
func (o *ComponentsEdge) SetTargetId(v string)
SetTargetId gets a reference to the given string and assigns it to the TargetId field.
func (ComponentsEdge) ToMap ¶
func (o ComponentsEdge) ToMap() (map[string]interface{}, error)
type ComponentsListComponentActionsResponse ¶
type ComponentsListComponentActionsResponse struct {
Actions []ComponentsComponentAction `json:"actions,omitempty"`
}
ComponentsListComponentActionsResponse struct for ComponentsListComponentActionsResponse
func NewComponentsListComponentActionsResponse ¶
func NewComponentsListComponentActionsResponse() *ComponentsListComponentActionsResponse
NewComponentsListComponentActionsResponse instantiates a new ComponentsListComponentActionsResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewComponentsListComponentActionsResponseWithDefaults ¶
func NewComponentsListComponentActionsResponseWithDefaults() *ComponentsListComponentActionsResponse
NewComponentsListComponentActionsResponseWithDefaults instantiates a new ComponentsListComponentActionsResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*ComponentsListComponentActionsResponse) GetActions ¶
func (o *ComponentsListComponentActionsResponse) GetActions() []ComponentsComponentAction
GetActions returns the Actions field value if set, zero value otherwise.
func (*ComponentsListComponentActionsResponse) GetActionsOk ¶
func (o *ComponentsListComponentActionsResponse) GetActionsOk() ([]ComponentsComponentAction, bool)
GetActionsOk returns a tuple with the Actions field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ComponentsListComponentActionsResponse) HasActions ¶
func (o *ComponentsListComponentActionsResponse) HasActions() bool
HasActions returns a boolean if a field has been set.
func (ComponentsListComponentActionsResponse) MarshalJSON ¶
func (o ComponentsListComponentActionsResponse) MarshalJSON() ([]byte, error)
func (*ComponentsListComponentActionsResponse) SetActions ¶
func (o *ComponentsListComponentActionsResponse) SetActions(v []ComponentsComponentAction)
SetActions gets a reference to the given []ComponentsComponentAction and assigns it to the Actions field.
func (ComponentsListComponentActionsResponse) ToMap ¶
func (o ComponentsListComponentActionsResponse) ToMap() (map[string]interface{}, error)
type ComponentsListComponentsResponse ¶
type ComponentsListComponentsResponse struct {
Components []ComponentsComponent `json:"components,omitempty"`
}
ComponentsListComponentsResponse struct for ComponentsListComponentsResponse
func NewComponentsListComponentsResponse ¶
func NewComponentsListComponentsResponse() *ComponentsListComponentsResponse
NewComponentsListComponentsResponse instantiates a new ComponentsListComponentsResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewComponentsListComponentsResponseWithDefaults ¶
func NewComponentsListComponentsResponseWithDefaults() *ComponentsListComponentsResponse
NewComponentsListComponentsResponseWithDefaults instantiates a new ComponentsListComponentsResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*ComponentsListComponentsResponse) GetComponents ¶
func (o *ComponentsListComponentsResponse) GetComponents() []ComponentsComponent
GetComponents returns the Components field value if set, zero value otherwise.
func (*ComponentsListComponentsResponse) GetComponentsOk ¶
func (o *ComponentsListComponentsResponse) GetComponentsOk() ([]ComponentsComponent, bool)
GetComponentsOk returns a tuple with the Components field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ComponentsListComponentsResponse) HasComponents ¶
func (o *ComponentsListComponentsResponse) HasComponents() bool
HasComponents returns a boolean if a field has been set.
func (ComponentsListComponentsResponse) MarshalJSON ¶
func (o ComponentsListComponentsResponse) MarshalJSON() ([]byte, error)
func (*ComponentsListComponentsResponse) SetComponents ¶
func (o *ComponentsListComponentsResponse) SetComponents(v []ComponentsComponent)
SetComponents gets a reference to the given []ComponentsComponent and assigns it to the Components field.
func (ComponentsListComponentsResponse) ToMap ¶
func (o ComponentsListComponentsResponse) ToMap() (map[string]interface{}, error)
type ComponentsNode ¶
type ComponentsNode struct {
Id *string `json:"id,omitempty"`
Name *string `json:"name,omitempty"`
Type *ComponentsNodeType `json:"type,omitempty"`
Configuration map[string]interface{} `json:"configuration,omitempty"`
Metadata map[string]interface{} `json:"metadata,omitempty"`
Position *ComponentsPosition `json:"position,omitempty"`
Component *NodeComponentRef `json:"component,omitempty"`
Blueprint *NodeBlueprintRef `json:"blueprint,omitempty"`
Trigger *NodeTriggerRef `json:"trigger,omitempty"`
Widget *NodeWidgetRef `json:"widget,omitempty"`
IsCollapsed *bool `json:"isCollapsed,omitempty"`
AppInstallation *ComponentsAppInstallationRef `json:"appInstallation,omitempty"`
ErrorMessage *string `json:"errorMessage,omitempty"`
}
ComponentsNode struct for ComponentsNode
func NewComponentsNode ¶
func NewComponentsNode() *ComponentsNode
NewComponentsNode instantiates a new ComponentsNode object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewComponentsNodeWithDefaults ¶
func NewComponentsNodeWithDefaults() *ComponentsNode
NewComponentsNodeWithDefaults instantiates a new ComponentsNode object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*ComponentsNode) GetAppInstallation ¶
func (o *ComponentsNode) GetAppInstallation() ComponentsAppInstallationRef
GetAppInstallation returns the AppInstallation field value if set, zero value otherwise.
func (*ComponentsNode) GetAppInstallationOk ¶
func (o *ComponentsNode) GetAppInstallationOk() (*ComponentsAppInstallationRef, bool)
GetAppInstallationOk returns a tuple with the AppInstallation field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ComponentsNode) GetBlueprint ¶
func (o *ComponentsNode) GetBlueprint() NodeBlueprintRef
GetBlueprint returns the Blueprint field value if set, zero value otherwise.
func (*ComponentsNode) GetBlueprintOk ¶
func (o *ComponentsNode) GetBlueprintOk() (*NodeBlueprintRef, bool)
GetBlueprintOk returns a tuple with the Blueprint field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ComponentsNode) GetComponent ¶
func (o *ComponentsNode) GetComponent() NodeComponentRef
GetComponent returns the Component field value if set, zero value otherwise.
func (*ComponentsNode) GetComponentOk ¶
func (o *ComponentsNode) GetComponentOk() (*NodeComponentRef, bool)
GetComponentOk returns a tuple with the Component field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ComponentsNode) GetConfiguration ¶
func (o *ComponentsNode) GetConfiguration() map[string]interface{}
GetConfiguration returns the Configuration field value if set, zero value otherwise.
func (*ComponentsNode) GetConfigurationOk ¶
func (o *ComponentsNode) GetConfigurationOk() (map[string]interface{}, bool)
GetConfigurationOk returns a tuple with the Configuration field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ComponentsNode) GetErrorMessage ¶
func (o *ComponentsNode) GetErrorMessage() string
GetErrorMessage returns the ErrorMessage field value if set, zero value otherwise.
func (*ComponentsNode) GetErrorMessageOk ¶
func (o *ComponentsNode) GetErrorMessageOk() (*string, bool)
GetErrorMessageOk returns a tuple with the ErrorMessage field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ComponentsNode) GetId ¶
func (o *ComponentsNode) GetId() string
GetId returns the Id field value if set, zero value otherwise.
func (*ComponentsNode) GetIdOk ¶
func (o *ComponentsNode) GetIdOk() (*string, bool)
GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ComponentsNode) GetIsCollapsed ¶
func (o *ComponentsNode) GetIsCollapsed() bool
GetIsCollapsed returns the IsCollapsed field value if set, zero value otherwise.
func (*ComponentsNode) GetIsCollapsedOk ¶
func (o *ComponentsNode) GetIsCollapsedOk() (*bool, bool)
GetIsCollapsedOk returns a tuple with the IsCollapsed field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ComponentsNode) GetMetadata ¶
func (o *ComponentsNode) GetMetadata() map[string]interface{}
GetMetadata returns the Metadata field value if set, zero value otherwise.
func (*ComponentsNode) GetMetadataOk ¶
func (o *ComponentsNode) GetMetadataOk() (map[string]interface{}, bool)
GetMetadataOk returns a tuple with the Metadata field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ComponentsNode) GetName ¶
func (o *ComponentsNode) GetName() string
GetName returns the Name field value if set, zero value otherwise.
func (*ComponentsNode) GetNameOk ¶
func (o *ComponentsNode) GetNameOk() (*string, bool)
GetNameOk returns a tuple with the Name field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ComponentsNode) GetPosition ¶
func (o *ComponentsNode) GetPosition() ComponentsPosition
GetPosition returns the Position field value if set, zero value otherwise.
func (*ComponentsNode) GetPositionOk ¶
func (o *ComponentsNode) GetPositionOk() (*ComponentsPosition, bool)
GetPositionOk returns a tuple with the Position field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ComponentsNode) GetTrigger ¶
func (o *ComponentsNode) GetTrigger() NodeTriggerRef
GetTrigger returns the Trigger field value if set, zero value otherwise.
func (*ComponentsNode) GetTriggerOk ¶
func (o *ComponentsNode) GetTriggerOk() (*NodeTriggerRef, bool)
GetTriggerOk returns a tuple with the Trigger field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ComponentsNode) GetType ¶
func (o *ComponentsNode) GetType() ComponentsNodeType
GetType returns the Type field value if set, zero value otherwise.
func (*ComponentsNode) GetTypeOk ¶
func (o *ComponentsNode) GetTypeOk() (*ComponentsNodeType, bool)
GetTypeOk returns a tuple with the Type field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ComponentsNode) GetWidget ¶ added in v0.0.18
func (o *ComponentsNode) GetWidget() NodeWidgetRef
GetWidget returns the Widget field value if set, zero value otherwise.
func (*ComponentsNode) GetWidgetOk ¶ added in v0.0.18
func (o *ComponentsNode) GetWidgetOk() (*NodeWidgetRef, bool)
GetWidgetOk returns a tuple with the Widget field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ComponentsNode) HasAppInstallation ¶
func (o *ComponentsNode) HasAppInstallation() bool
HasAppInstallation returns a boolean if a field has been set.
func (*ComponentsNode) HasBlueprint ¶
func (o *ComponentsNode) HasBlueprint() bool
HasBlueprint returns a boolean if a field has been set.
func (*ComponentsNode) HasComponent ¶
func (o *ComponentsNode) HasComponent() bool
HasComponent returns a boolean if a field has been set.
func (*ComponentsNode) HasConfiguration ¶
func (o *ComponentsNode) HasConfiguration() bool
HasConfiguration returns a boolean if a field has been set.
func (*ComponentsNode) HasErrorMessage ¶
func (o *ComponentsNode) HasErrorMessage() bool
HasErrorMessage returns a boolean if a field has been set.
func (*ComponentsNode) HasId ¶
func (o *ComponentsNode) HasId() bool
HasId returns a boolean if a field has been set.
func (*ComponentsNode) HasIsCollapsed ¶
func (o *ComponentsNode) HasIsCollapsed() bool
HasIsCollapsed returns a boolean if a field has been set.
func (*ComponentsNode) HasMetadata ¶
func (o *ComponentsNode) HasMetadata() bool
HasMetadata returns a boolean if a field has been set.
func (*ComponentsNode) HasName ¶
func (o *ComponentsNode) HasName() bool
HasName returns a boolean if a field has been set.
func (*ComponentsNode) HasPosition ¶
func (o *ComponentsNode) HasPosition() bool
HasPosition returns a boolean if a field has been set.
func (*ComponentsNode) HasTrigger ¶
func (o *ComponentsNode) HasTrigger() bool
HasTrigger returns a boolean if a field has been set.
func (*ComponentsNode) HasType ¶
func (o *ComponentsNode) HasType() bool
HasType returns a boolean if a field has been set.
func (*ComponentsNode) HasWidget ¶ added in v0.0.18
func (o *ComponentsNode) HasWidget() bool
HasWidget returns a boolean if a field has been set.
func (ComponentsNode) MarshalJSON ¶
func (o ComponentsNode) MarshalJSON() ([]byte, error)
func (*ComponentsNode) SetAppInstallation ¶
func (o *ComponentsNode) SetAppInstallation(v ComponentsAppInstallationRef)
SetAppInstallation gets a reference to the given ComponentsAppInstallationRef and assigns it to the AppInstallation field.
func (*ComponentsNode) SetBlueprint ¶
func (o *ComponentsNode) SetBlueprint(v NodeBlueprintRef)
SetBlueprint gets a reference to the given NodeBlueprintRef and assigns it to the Blueprint field.
func (*ComponentsNode) SetComponent ¶
func (o *ComponentsNode) SetComponent(v NodeComponentRef)
SetComponent gets a reference to the given NodeComponentRef and assigns it to the Component field.
func (*ComponentsNode) SetConfiguration ¶
func (o *ComponentsNode) SetConfiguration(v map[string]interface{})
SetConfiguration gets a reference to the given map[string]interface{} and assigns it to the Configuration field.
func (*ComponentsNode) SetErrorMessage ¶
func (o *ComponentsNode) SetErrorMessage(v string)
SetErrorMessage gets a reference to the given string and assigns it to the ErrorMessage field.
func (*ComponentsNode) SetId ¶
func (o *ComponentsNode) SetId(v string)
SetId gets a reference to the given string and assigns it to the Id field.
func (*ComponentsNode) SetIsCollapsed ¶
func (o *ComponentsNode) SetIsCollapsed(v bool)
SetIsCollapsed gets a reference to the given bool and assigns it to the IsCollapsed field.
func (*ComponentsNode) SetMetadata ¶
func (o *ComponentsNode) SetMetadata(v map[string]interface{})
SetMetadata gets a reference to the given map[string]interface{} and assigns it to the Metadata field.
func (*ComponentsNode) SetName ¶
func (o *ComponentsNode) SetName(v string)
SetName gets a reference to the given string and assigns it to the Name field.
func (*ComponentsNode) SetPosition ¶
func (o *ComponentsNode) SetPosition(v ComponentsPosition)
SetPosition gets a reference to the given ComponentsPosition and assigns it to the Position field.
func (*ComponentsNode) SetTrigger ¶
func (o *ComponentsNode) SetTrigger(v NodeTriggerRef)
SetTrigger gets a reference to the given NodeTriggerRef and assigns it to the Trigger field.
func (*ComponentsNode) SetType ¶
func (o *ComponentsNode) SetType(v ComponentsNodeType)
SetType gets a reference to the given ComponentsNodeType and assigns it to the Type field.
func (*ComponentsNode) SetWidget ¶ added in v0.0.18
func (o *ComponentsNode) SetWidget(v NodeWidgetRef)
SetWidget gets a reference to the given NodeWidgetRef and assigns it to the Widget field.
func (ComponentsNode) ToMap ¶
func (o ComponentsNode) ToMap() (map[string]interface{}, error)
type ComponentsNodeType ¶
type ComponentsNodeType string
ComponentsNodeType the model 'ComponentsNodeType'
const ( COMPONENTSNODETYPE_TYPE_COMPONENT ComponentsNodeType = "TYPE_COMPONENT" COMPONENTSNODETYPE_TYPE_BLUEPRINT ComponentsNodeType = "TYPE_BLUEPRINT" COMPONENTSNODETYPE_TYPE_TRIGGER ComponentsNodeType = "TYPE_TRIGGER" COMPONENTSNODETYPE_TYPE_WIDGET ComponentsNodeType = "TYPE_WIDGET" )
List of ComponentsNodeType
func NewComponentsNodeTypeFromValue ¶
func NewComponentsNodeTypeFromValue(v string) (*ComponentsNodeType, error)
NewComponentsNodeTypeFromValue returns a pointer to a valid ComponentsNodeType for the value passed as argument, or an error if the value passed is not allowed by the enum
func (ComponentsNodeType) IsValid ¶
func (v ComponentsNodeType) IsValid() bool
IsValid return true if the value is valid for the enum, false otherwise
func (ComponentsNodeType) Ptr ¶
func (v ComponentsNodeType) Ptr() *ComponentsNodeType
Ptr returns reference to ComponentsNodeType value
func (*ComponentsNodeType) UnmarshalJSON ¶
func (v *ComponentsNodeType) UnmarshalJSON(src []byte) error
type ComponentsPosition ¶
ComponentsPosition struct for ComponentsPosition
func NewComponentsPosition ¶
func NewComponentsPosition() *ComponentsPosition
NewComponentsPosition instantiates a new ComponentsPosition object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewComponentsPositionWithDefaults ¶
func NewComponentsPositionWithDefaults() *ComponentsPosition
NewComponentsPositionWithDefaults instantiates a new ComponentsPosition object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*ComponentsPosition) GetX ¶
func (o *ComponentsPosition) GetX() int32
GetX returns the X field value if set, zero value otherwise.
func (*ComponentsPosition) GetXOk ¶
func (o *ComponentsPosition) GetXOk() (*int32, bool)
GetXOk returns a tuple with the X field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ComponentsPosition) GetY ¶
func (o *ComponentsPosition) GetY() int32
GetY returns the Y field value if set, zero value otherwise.
func (*ComponentsPosition) GetYOk ¶
func (o *ComponentsPosition) GetYOk() (*int32, bool)
GetYOk returns a tuple with the Y field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ComponentsPosition) HasX ¶
func (o *ComponentsPosition) HasX() bool
HasX returns a boolean if a field has been set.
func (*ComponentsPosition) HasY ¶
func (o *ComponentsPosition) HasY() bool
HasY returns a boolean if a field has been set.
func (ComponentsPosition) MarshalJSON ¶
func (o ComponentsPosition) MarshalJSON() ([]byte, error)
func (*ComponentsPosition) SetX ¶
func (o *ComponentsPosition) SetX(v int32)
SetX gets a reference to the given int32 and assigns it to the X field.
func (*ComponentsPosition) SetY ¶
func (o *ComponentsPosition) SetY(v int32)
SetY gets a reference to the given int32 and assigns it to the Y field.
func (ComponentsPosition) ToMap ¶
func (o ComponentsPosition) ToMap() (map[string]interface{}, error)
type Configuration ¶
type Configuration struct {
Host string `json:"host,omitempty"`
Scheme string `json:"scheme,omitempty"`
DefaultHeader map[string]string `json:"defaultHeader,omitempty"`
UserAgent string `json:"userAgent,omitempty"`
Debug bool `json:"debug,omitempty"`
Servers ServerConfigurations
OperationServers map[string]ServerConfigurations
HTTPClient *http.Client
}
Configuration stores the configuration of the API client
func NewConfiguration ¶
func NewConfiguration() *Configuration
NewConfiguration returns a new Configuration object
func (*Configuration) AddDefaultHeader ¶
func (c *Configuration) AddDefaultHeader(key string, value string)
AddDefaultHeader adds a new HTTP header to the default header in the request
func (*Configuration) ServerURLWithContext ¶
ServerURLWithContext returns a new server URL given an endpoint
type ConfigurationAnyPredicateListTypeOptions ¶
type ConfigurationAnyPredicateListTypeOptions struct {
Operators []ConfigurationSelectOption `json:"operators,omitempty"`
}
ConfigurationAnyPredicateListTypeOptions struct for ConfigurationAnyPredicateListTypeOptions
func NewConfigurationAnyPredicateListTypeOptions ¶
func NewConfigurationAnyPredicateListTypeOptions() *ConfigurationAnyPredicateListTypeOptions
NewConfigurationAnyPredicateListTypeOptions instantiates a new ConfigurationAnyPredicateListTypeOptions object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewConfigurationAnyPredicateListTypeOptionsWithDefaults ¶
func NewConfigurationAnyPredicateListTypeOptionsWithDefaults() *ConfigurationAnyPredicateListTypeOptions
NewConfigurationAnyPredicateListTypeOptionsWithDefaults instantiates a new ConfigurationAnyPredicateListTypeOptions object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*ConfigurationAnyPredicateListTypeOptions) GetOperators ¶
func (o *ConfigurationAnyPredicateListTypeOptions) GetOperators() []ConfigurationSelectOption
GetOperators returns the Operators field value if set, zero value otherwise.
func (*ConfigurationAnyPredicateListTypeOptions) GetOperatorsOk ¶
func (o *ConfigurationAnyPredicateListTypeOptions) GetOperatorsOk() ([]ConfigurationSelectOption, bool)
GetOperatorsOk returns a tuple with the Operators field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ConfigurationAnyPredicateListTypeOptions) HasOperators ¶
func (o *ConfigurationAnyPredicateListTypeOptions) HasOperators() bool
HasOperators returns a boolean if a field has been set.
func (ConfigurationAnyPredicateListTypeOptions) MarshalJSON ¶
func (o ConfigurationAnyPredicateListTypeOptions) MarshalJSON() ([]byte, error)
func (*ConfigurationAnyPredicateListTypeOptions) SetOperators ¶
func (o *ConfigurationAnyPredicateListTypeOptions) SetOperators(v []ConfigurationSelectOption)
SetOperators gets a reference to the given []ConfigurationSelectOption and assigns it to the Operators field.
func (ConfigurationAnyPredicateListTypeOptions) ToMap ¶
func (o ConfigurationAnyPredicateListTypeOptions) ToMap() (map[string]interface{}, error)
type ConfigurationDateTimeTypeOptions ¶
type ConfigurationDateTimeTypeOptions struct {
Format *string `json:"format,omitempty"`
}
ConfigurationDateTimeTypeOptions struct for ConfigurationDateTimeTypeOptions
func NewConfigurationDateTimeTypeOptions ¶
func NewConfigurationDateTimeTypeOptions() *ConfigurationDateTimeTypeOptions
NewConfigurationDateTimeTypeOptions instantiates a new ConfigurationDateTimeTypeOptions object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewConfigurationDateTimeTypeOptionsWithDefaults ¶
func NewConfigurationDateTimeTypeOptionsWithDefaults() *ConfigurationDateTimeTypeOptions
NewConfigurationDateTimeTypeOptionsWithDefaults instantiates a new ConfigurationDateTimeTypeOptions object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*ConfigurationDateTimeTypeOptions) GetFormat ¶
func (o *ConfigurationDateTimeTypeOptions) GetFormat() string
GetFormat returns the Format field value if set, zero value otherwise.
func (*ConfigurationDateTimeTypeOptions) GetFormatOk ¶
func (o *ConfigurationDateTimeTypeOptions) GetFormatOk() (*string, bool)
GetFormatOk returns a tuple with the Format field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ConfigurationDateTimeTypeOptions) HasFormat ¶
func (o *ConfigurationDateTimeTypeOptions) HasFormat() bool
HasFormat returns a boolean if a field has been set.
func (ConfigurationDateTimeTypeOptions) MarshalJSON ¶
func (o ConfigurationDateTimeTypeOptions) MarshalJSON() ([]byte, error)
func (*ConfigurationDateTimeTypeOptions) SetFormat ¶
func (o *ConfigurationDateTimeTypeOptions) SetFormat(v string)
SetFormat gets a reference to the given string and assigns it to the Format field.
func (ConfigurationDateTimeTypeOptions) ToMap ¶
func (o ConfigurationDateTimeTypeOptions) ToMap() (map[string]interface{}, error)
type ConfigurationDateTypeOptions ¶
type ConfigurationDateTypeOptions struct {
Format *string `json:"format,omitempty"`
}
ConfigurationDateTypeOptions struct for ConfigurationDateTypeOptions
func NewConfigurationDateTypeOptions ¶
func NewConfigurationDateTypeOptions() *ConfigurationDateTypeOptions
NewConfigurationDateTypeOptions instantiates a new ConfigurationDateTypeOptions object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewConfigurationDateTypeOptionsWithDefaults ¶
func NewConfigurationDateTypeOptionsWithDefaults() *ConfigurationDateTypeOptions
NewConfigurationDateTypeOptionsWithDefaults instantiates a new ConfigurationDateTypeOptions object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*ConfigurationDateTypeOptions) GetFormat ¶
func (o *ConfigurationDateTypeOptions) GetFormat() string
GetFormat returns the Format field value if set, zero value otherwise.
func (*ConfigurationDateTypeOptions) GetFormatOk ¶
func (o *ConfigurationDateTypeOptions) GetFormatOk() (*string, bool)
GetFormatOk returns a tuple with the Format field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ConfigurationDateTypeOptions) HasFormat ¶
func (o *ConfigurationDateTypeOptions) HasFormat() bool
HasFormat returns a boolean if a field has been set.
func (ConfigurationDateTypeOptions) MarshalJSON ¶
func (o ConfigurationDateTypeOptions) MarshalJSON() ([]byte, error)
func (*ConfigurationDateTypeOptions) SetFormat ¶
func (o *ConfigurationDateTypeOptions) SetFormat(v string)
SetFormat gets a reference to the given string and assigns it to the Format field.
func (ConfigurationDateTypeOptions) ToMap ¶
func (o ConfigurationDateTypeOptions) ToMap() (map[string]interface{}, error)
type ConfigurationExpressionTypeOptions ¶ added in v0.0.43
type ConfigurationExpressionTypeOptions struct {
MinLength *int32 `json:"minLength,omitempty"`
MaxLength *int32 `json:"maxLength,omitempty"`
}
ConfigurationExpressionTypeOptions struct for ConfigurationExpressionTypeOptions
func NewConfigurationExpressionTypeOptions ¶ added in v0.0.43
func NewConfigurationExpressionTypeOptions() *ConfigurationExpressionTypeOptions
NewConfigurationExpressionTypeOptions instantiates a new ConfigurationExpressionTypeOptions object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewConfigurationExpressionTypeOptionsWithDefaults ¶ added in v0.0.43
func NewConfigurationExpressionTypeOptionsWithDefaults() *ConfigurationExpressionTypeOptions
NewConfigurationExpressionTypeOptionsWithDefaults instantiates a new ConfigurationExpressionTypeOptions object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*ConfigurationExpressionTypeOptions) GetMaxLength ¶ added in v0.0.43
func (o *ConfigurationExpressionTypeOptions) GetMaxLength() int32
GetMaxLength returns the MaxLength field value if set, zero value otherwise.
func (*ConfigurationExpressionTypeOptions) GetMaxLengthOk ¶ added in v0.0.43
func (o *ConfigurationExpressionTypeOptions) GetMaxLengthOk() (*int32, bool)
GetMaxLengthOk returns a tuple with the MaxLength field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ConfigurationExpressionTypeOptions) GetMinLength ¶ added in v0.0.43
func (o *ConfigurationExpressionTypeOptions) GetMinLength() int32
GetMinLength returns the MinLength field value if set, zero value otherwise.
func (*ConfigurationExpressionTypeOptions) GetMinLengthOk ¶ added in v0.0.43
func (o *ConfigurationExpressionTypeOptions) GetMinLengthOk() (*int32, bool)
GetMinLengthOk returns a tuple with the MinLength field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ConfigurationExpressionTypeOptions) HasMaxLength ¶ added in v0.0.43
func (o *ConfigurationExpressionTypeOptions) HasMaxLength() bool
HasMaxLength returns a boolean if a field has been set.
func (*ConfigurationExpressionTypeOptions) HasMinLength ¶ added in v0.0.43
func (o *ConfigurationExpressionTypeOptions) HasMinLength() bool
HasMinLength returns a boolean if a field has been set.
func (ConfigurationExpressionTypeOptions) MarshalJSON ¶ added in v0.0.43
func (o ConfigurationExpressionTypeOptions) MarshalJSON() ([]byte, error)
func (*ConfigurationExpressionTypeOptions) SetMaxLength ¶ added in v0.0.43
func (o *ConfigurationExpressionTypeOptions) SetMaxLength(v int32)
SetMaxLength gets a reference to the given int32 and assigns it to the MaxLength field.
func (*ConfigurationExpressionTypeOptions) SetMinLength ¶ added in v0.0.43
func (o *ConfigurationExpressionTypeOptions) SetMinLength(v int32)
SetMinLength gets a reference to the given int32 and assigns it to the MinLength field.
func (ConfigurationExpressionTypeOptions) ToMap ¶ added in v0.0.43
func (o ConfigurationExpressionTypeOptions) ToMap() (map[string]interface{}, error)
type ConfigurationField ¶
type ConfigurationField struct {
Name *string `json:"name,omitempty"`
Type *string `json:"type,omitempty"`
Description *string `json:"description,omitempty"`
Required *bool `json:"required,omitempty"`
DefaultValue *string `json:"defaultValue,omitempty"`
Label *string `json:"label,omitempty"`
VisibilityConditions []ConfigurationVisibilityCondition `json:"visibilityConditions,omitempty"`
TypeOptions *ConfigurationTypeOptions `json:"typeOptions,omitempty"`
RequiredConditions []ConfigurationRequiredCondition `json:"requiredConditions,omitempty"`
ValidationRules []ConfigurationValidationRule `json:"validationRules,omitempty"`
Placeholder *string `json:"placeholder,omitempty"`
Sensitive *bool `json:"sensitive,omitempty"`
Togglable *bool `json:"togglable,omitempty"`
DisallowExpression *bool `json:"disallowExpression,omitempty"`
}
ConfigurationField struct for ConfigurationField
func NewConfigurationField ¶
func NewConfigurationField() *ConfigurationField
NewConfigurationField instantiates a new ConfigurationField object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewConfigurationFieldWithDefaults ¶
func NewConfigurationFieldWithDefaults() *ConfigurationField
NewConfigurationFieldWithDefaults instantiates a new ConfigurationField object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*ConfigurationField) GetDefaultValue ¶
func (o *ConfigurationField) GetDefaultValue() string
GetDefaultValue returns the DefaultValue field value if set, zero value otherwise.
func (*ConfigurationField) GetDefaultValueOk ¶
func (o *ConfigurationField) GetDefaultValueOk() (*string, bool)
GetDefaultValueOk returns a tuple with the DefaultValue field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ConfigurationField) GetDescription ¶
func (o *ConfigurationField) GetDescription() string
GetDescription returns the Description field value if set, zero value otherwise.
func (*ConfigurationField) GetDescriptionOk ¶
func (o *ConfigurationField) GetDescriptionOk() (*string, bool)
GetDescriptionOk returns a tuple with the Description field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ConfigurationField) GetDisallowExpression ¶ added in v0.0.45
func (o *ConfigurationField) GetDisallowExpression() bool
GetDisallowExpression returns the DisallowExpression field value if set, zero value otherwise.
func (*ConfigurationField) GetDisallowExpressionOk ¶ added in v0.0.45
func (o *ConfigurationField) GetDisallowExpressionOk() (*bool, bool)
GetDisallowExpressionOk returns a tuple with the DisallowExpression field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ConfigurationField) GetLabel ¶
func (o *ConfigurationField) GetLabel() string
GetLabel returns the Label field value if set, zero value otherwise.
func (*ConfigurationField) GetLabelOk ¶
func (o *ConfigurationField) GetLabelOk() (*string, bool)
GetLabelOk returns a tuple with the Label field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ConfigurationField) GetName ¶
func (o *ConfigurationField) GetName() string
GetName returns the Name field value if set, zero value otherwise.
func (*ConfigurationField) GetNameOk ¶
func (o *ConfigurationField) GetNameOk() (*string, bool)
GetNameOk returns a tuple with the Name field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ConfigurationField) GetPlaceholder ¶
func (o *ConfigurationField) GetPlaceholder() string
GetPlaceholder returns the Placeholder field value if set, zero value otherwise.
func (*ConfigurationField) GetPlaceholderOk ¶
func (o *ConfigurationField) GetPlaceholderOk() (*string, bool)
GetPlaceholderOk returns a tuple with the Placeholder field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ConfigurationField) GetRequired ¶
func (o *ConfigurationField) GetRequired() bool
GetRequired returns the Required field value if set, zero value otherwise.
func (*ConfigurationField) GetRequiredConditions ¶
func (o *ConfigurationField) GetRequiredConditions() []ConfigurationRequiredCondition
GetRequiredConditions returns the RequiredConditions field value if set, zero value otherwise.
func (*ConfigurationField) GetRequiredConditionsOk ¶
func (o *ConfigurationField) GetRequiredConditionsOk() ([]ConfigurationRequiredCondition, bool)
GetRequiredConditionsOk returns a tuple with the RequiredConditions field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ConfigurationField) GetRequiredOk ¶
func (o *ConfigurationField) GetRequiredOk() (*bool, bool)
GetRequiredOk returns a tuple with the Required field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ConfigurationField) GetSensitive ¶
func (o *ConfigurationField) GetSensitive() bool
GetSensitive returns the Sensitive field value if set, zero value otherwise.
func (*ConfigurationField) GetSensitiveOk ¶
func (o *ConfigurationField) GetSensitiveOk() (*bool, bool)
GetSensitiveOk returns a tuple with the Sensitive field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ConfigurationField) GetTogglable ¶ added in v0.0.18
func (o *ConfigurationField) GetTogglable() bool
GetTogglable returns the Togglable field value if set, zero value otherwise.
func (*ConfigurationField) GetTogglableOk ¶ added in v0.0.18
func (o *ConfigurationField) GetTogglableOk() (*bool, bool)
GetTogglableOk returns a tuple with the Togglable field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ConfigurationField) GetType ¶
func (o *ConfigurationField) GetType() string
GetType returns the Type field value if set, zero value otherwise.
func (*ConfigurationField) GetTypeOk ¶
func (o *ConfigurationField) GetTypeOk() (*string, bool)
GetTypeOk returns a tuple with the Type field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ConfigurationField) GetTypeOptions ¶
func (o *ConfigurationField) GetTypeOptions() ConfigurationTypeOptions
GetTypeOptions returns the TypeOptions field value if set, zero value otherwise.
func (*ConfigurationField) GetTypeOptionsOk ¶
func (o *ConfigurationField) GetTypeOptionsOk() (*ConfigurationTypeOptions, bool)
GetTypeOptionsOk returns a tuple with the TypeOptions field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ConfigurationField) GetValidationRules ¶
func (o *ConfigurationField) GetValidationRules() []ConfigurationValidationRule
GetValidationRules returns the ValidationRules field value if set, zero value otherwise.
func (*ConfigurationField) GetValidationRulesOk ¶
func (o *ConfigurationField) GetValidationRulesOk() ([]ConfigurationValidationRule, bool)
GetValidationRulesOk returns a tuple with the ValidationRules field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ConfigurationField) GetVisibilityConditions ¶
func (o *ConfigurationField) GetVisibilityConditions() []ConfigurationVisibilityCondition
GetVisibilityConditions returns the VisibilityConditions field value if set, zero value otherwise.
func (*ConfigurationField) GetVisibilityConditionsOk ¶
func (o *ConfigurationField) GetVisibilityConditionsOk() ([]ConfigurationVisibilityCondition, bool)
GetVisibilityConditionsOk returns a tuple with the VisibilityConditions field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ConfigurationField) HasDefaultValue ¶
func (o *ConfigurationField) HasDefaultValue() bool
HasDefaultValue returns a boolean if a field has been set.
func (*ConfigurationField) HasDescription ¶
func (o *ConfigurationField) HasDescription() bool
HasDescription returns a boolean if a field has been set.
func (*ConfigurationField) HasDisallowExpression ¶ added in v0.0.45
func (o *ConfigurationField) HasDisallowExpression() bool
HasDisallowExpression returns a boolean if a field has been set.
func (*ConfigurationField) HasLabel ¶
func (o *ConfigurationField) HasLabel() bool
HasLabel returns a boolean if a field has been set.
func (*ConfigurationField) HasName ¶
func (o *ConfigurationField) HasName() bool
HasName returns a boolean if a field has been set.
func (*ConfigurationField) HasPlaceholder ¶
func (o *ConfigurationField) HasPlaceholder() bool
HasPlaceholder returns a boolean if a field has been set.
func (*ConfigurationField) HasRequired ¶
func (o *ConfigurationField) HasRequired() bool
HasRequired returns a boolean if a field has been set.
func (*ConfigurationField) HasRequiredConditions ¶
func (o *ConfigurationField) HasRequiredConditions() bool
HasRequiredConditions returns a boolean if a field has been set.
func (*ConfigurationField) HasSensitive ¶
func (o *ConfigurationField) HasSensitive() bool
HasSensitive returns a boolean if a field has been set.
func (*ConfigurationField) HasTogglable ¶ added in v0.0.18
func (o *ConfigurationField) HasTogglable() bool
HasTogglable returns a boolean if a field has been set.
func (*ConfigurationField) HasType ¶
func (o *ConfigurationField) HasType() bool
HasType returns a boolean if a field has been set.
func (*ConfigurationField) HasTypeOptions ¶
func (o *ConfigurationField) HasTypeOptions() bool
HasTypeOptions returns a boolean if a field has been set.
func (*ConfigurationField) HasValidationRules ¶
func (o *ConfigurationField) HasValidationRules() bool
HasValidationRules returns a boolean if a field has been set.
func (*ConfigurationField) HasVisibilityConditions ¶
func (o *ConfigurationField) HasVisibilityConditions() bool
HasVisibilityConditions returns a boolean if a field has been set.
func (ConfigurationField) MarshalJSON ¶
func (o ConfigurationField) MarshalJSON() ([]byte, error)
func (*ConfigurationField) SetDefaultValue ¶
func (o *ConfigurationField) SetDefaultValue(v string)
SetDefaultValue gets a reference to the given string and assigns it to the DefaultValue field.
func (*ConfigurationField) SetDescription ¶
func (o *ConfigurationField) SetDescription(v string)
SetDescription gets a reference to the given string and assigns it to the Description field.
func (*ConfigurationField) SetDisallowExpression ¶ added in v0.0.45
func (o *ConfigurationField) SetDisallowExpression(v bool)
SetDisallowExpression gets a reference to the given bool and assigns it to the DisallowExpression field.
func (*ConfigurationField) SetLabel ¶
func (o *ConfigurationField) SetLabel(v string)
SetLabel gets a reference to the given string and assigns it to the Label field.
func (*ConfigurationField) SetName ¶
func (o *ConfigurationField) SetName(v string)
SetName gets a reference to the given string and assigns it to the Name field.
func (*ConfigurationField) SetPlaceholder ¶
func (o *ConfigurationField) SetPlaceholder(v string)
SetPlaceholder gets a reference to the given string and assigns it to the Placeholder field.
func (*ConfigurationField) SetRequired ¶
func (o *ConfigurationField) SetRequired(v bool)
SetRequired gets a reference to the given bool and assigns it to the Required field.
func (*ConfigurationField) SetRequiredConditions ¶
func (o *ConfigurationField) SetRequiredConditions(v []ConfigurationRequiredCondition)
SetRequiredConditions gets a reference to the given []ConfigurationRequiredCondition and assigns it to the RequiredConditions field.
func (*ConfigurationField) SetSensitive ¶
func (o *ConfigurationField) SetSensitive(v bool)
SetSensitive gets a reference to the given bool and assigns it to the Sensitive field.
func (*ConfigurationField) SetTogglable ¶ added in v0.0.18
func (o *ConfigurationField) SetTogglable(v bool)
SetTogglable gets a reference to the given bool and assigns it to the Togglable field.
func (*ConfigurationField) SetType ¶
func (o *ConfigurationField) SetType(v string)
SetType gets a reference to the given string and assigns it to the Type field.
func (*ConfigurationField) SetTypeOptions ¶
func (o *ConfigurationField) SetTypeOptions(v ConfigurationTypeOptions)
SetTypeOptions gets a reference to the given ConfigurationTypeOptions and assigns it to the TypeOptions field.
func (*ConfigurationField) SetValidationRules ¶
func (o *ConfigurationField) SetValidationRules(v []ConfigurationValidationRule)
SetValidationRules gets a reference to the given []ConfigurationValidationRule and assigns it to the ValidationRules field.
func (*ConfigurationField) SetVisibilityConditions ¶
func (o *ConfigurationField) SetVisibilityConditions(v []ConfigurationVisibilityCondition)
SetVisibilityConditions gets a reference to the given []ConfigurationVisibilityCondition and assigns it to the VisibilityConditions field.
func (ConfigurationField) ToMap ¶
func (o ConfigurationField) ToMap() (map[string]interface{}, error)
type ConfigurationListItemDefinition ¶
type ConfigurationListItemDefinition struct {
Type *string `json:"type,omitempty"`
Schema []ConfigurationField `json:"schema,omitempty"`
}
ConfigurationListItemDefinition struct for ConfigurationListItemDefinition
func NewConfigurationListItemDefinition ¶
func NewConfigurationListItemDefinition() *ConfigurationListItemDefinition
NewConfigurationListItemDefinition instantiates a new ConfigurationListItemDefinition object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewConfigurationListItemDefinitionWithDefaults ¶
func NewConfigurationListItemDefinitionWithDefaults() *ConfigurationListItemDefinition
NewConfigurationListItemDefinitionWithDefaults instantiates a new ConfigurationListItemDefinition object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*ConfigurationListItemDefinition) GetSchema ¶
func (o *ConfigurationListItemDefinition) GetSchema() []ConfigurationField
GetSchema returns the Schema field value if set, zero value otherwise.
func (*ConfigurationListItemDefinition) GetSchemaOk ¶
func (o *ConfigurationListItemDefinition) GetSchemaOk() ([]ConfigurationField, bool)
GetSchemaOk returns a tuple with the Schema field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ConfigurationListItemDefinition) GetType ¶
func (o *ConfigurationListItemDefinition) GetType() string
GetType returns the Type field value if set, zero value otherwise.
func (*ConfigurationListItemDefinition) GetTypeOk ¶
func (o *ConfigurationListItemDefinition) GetTypeOk() (*string, bool)
GetTypeOk returns a tuple with the Type field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ConfigurationListItemDefinition) HasSchema ¶
func (o *ConfigurationListItemDefinition) HasSchema() bool
HasSchema returns a boolean if a field has been set.
func (*ConfigurationListItemDefinition) HasType ¶
func (o *ConfigurationListItemDefinition) HasType() bool
HasType returns a boolean if a field has been set.
func (ConfigurationListItemDefinition) MarshalJSON ¶
func (o ConfigurationListItemDefinition) MarshalJSON() ([]byte, error)
func (*ConfigurationListItemDefinition) SetSchema ¶
func (o *ConfigurationListItemDefinition) SetSchema(v []ConfigurationField)
SetSchema gets a reference to the given []ConfigurationField and assigns it to the Schema field.
func (*ConfigurationListItemDefinition) SetType ¶
func (o *ConfigurationListItemDefinition) SetType(v string)
SetType gets a reference to the given string and assigns it to the Type field.
func (ConfigurationListItemDefinition) ToMap ¶
func (o ConfigurationListItemDefinition) ToMap() (map[string]interface{}, error)
type ConfigurationListTypeOptions ¶
type ConfigurationListTypeOptions struct {
ItemDefinition *ConfigurationListItemDefinition `json:"itemDefinition,omitempty"`
ItemLabel *string `json:"itemLabel,omitempty"`
}
ConfigurationListTypeOptions struct for ConfigurationListTypeOptions
func NewConfigurationListTypeOptions ¶
func NewConfigurationListTypeOptions() *ConfigurationListTypeOptions
NewConfigurationListTypeOptions instantiates a new ConfigurationListTypeOptions object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewConfigurationListTypeOptionsWithDefaults ¶
func NewConfigurationListTypeOptionsWithDefaults() *ConfigurationListTypeOptions
NewConfigurationListTypeOptionsWithDefaults instantiates a new ConfigurationListTypeOptions object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*ConfigurationListTypeOptions) GetItemDefinition ¶
func (o *ConfigurationListTypeOptions) GetItemDefinition() ConfigurationListItemDefinition
GetItemDefinition returns the ItemDefinition field value if set, zero value otherwise.
func (*ConfigurationListTypeOptions) GetItemDefinitionOk ¶
func (o *ConfigurationListTypeOptions) GetItemDefinitionOk() (*ConfigurationListItemDefinition, bool)
GetItemDefinitionOk returns a tuple with the ItemDefinition field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ConfigurationListTypeOptions) GetItemLabel ¶
func (o *ConfigurationListTypeOptions) GetItemLabel() string
GetItemLabel returns the ItemLabel field value if set, zero value otherwise.
func (*ConfigurationListTypeOptions) GetItemLabelOk ¶
func (o *ConfigurationListTypeOptions) GetItemLabelOk() (*string, bool)
GetItemLabelOk returns a tuple with the ItemLabel field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ConfigurationListTypeOptions) HasItemDefinition ¶
func (o *ConfigurationListTypeOptions) HasItemDefinition() bool
HasItemDefinition returns a boolean if a field has been set.
func (*ConfigurationListTypeOptions) HasItemLabel ¶
func (o *ConfigurationListTypeOptions) HasItemLabel() bool
HasItemLabel returns a boolean if a field has been set.
func (ConfigurationListTypeOptions) MarshalJSON ¶
func (o ConfigurationListTypeOptions) MarshalJSON() ([]byte, error)
func (*ConfigurationListTypeOptions) SetItemDefinition ¶
func (o *ConfigurationListTypeOptions) SetItemDefinition(v ConfigurationListItemDefinition)
SetItemDefinition gets a reference to the given ConfigurationListItemDefinition and assigns it to the ItemDefinition field.
func (*ConfigurationListTypeOptions) SetItemLabel ¶
func (o *ConfigurationListTypeOptions) SetItemLabel(v string)
SetItemLabel gets a reference to the given string and assigns it to the ItemLabel field.
func (ConfigurationListTypeOptions) ToMap ¶
func (o ConfigurationListTypeOptions) ToMap() (map[string]interface{}, error)
type ConfigurationMultiSelectTypeOptions ¶
type ConfigurationMultiSelectTypeOptions struct {
Options []ConfigurationSelectOption `json:"options,omitempty"`
}
ConfigurationMultiSelectTypeOptions struct for ConfigurationMultiSelectTypeOptions
func NewConfigurationMultiSelectTypeOptions ¶
func NewConfigurationMultiSelectTypeOptions() *ConfigurationMultiSelectTypeOptions
NewConfigurationMultiSelectTypeOptions instantiates a new ConfigurationMultiSelectTypeOptions object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewConfigurationMultiSelectTypeOptionsWithDefaults ¶
func NewConfigurationMultiSelectTypeOptionsWithDefaults() *ConfigurationMultiSelectTypeOptions
NewConfigurationMultiSelectTypeOptionsWithDefaults instantiates a new ConfigurationMultiSelectTypeOptions object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*ConfigurationMultiSelectTypeOptions) GetOptions ¶
func (o *ConfigurationMultiSelectTypeOptions) GetOptions() []ConfigurationSelectOption
GetOptions returns the Options field value if set, zero value otherwise.
func (*ConfigurationMultiSelectTypeOptions) GetOptionsOk ¶
func (o *ConfigurationMultiSelectTypeOptions) GetOptionsOk() ([]ConfigurationSelectOption, bool)
GetOptionsOk returns a tuple with the Options field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ConfigurationMultiSelectTypeOptions) HasOptions ¶
func (o *ConfigurationMultiSelectTypeOptions) HasOptions() bool
HasOptions returns a boolean if a field has been set.
func (ConfigurationMultiSelectTypeOptions) MarshalJSON ¶
func (o ConfigurationMultiSelectTypeOptions) MarshalJSON() ([]byte, error)
func (*ConfigurationMultiSelectTypeOptions) SetOptions ¶
func (o *ConfigurationMultiSelectTypeOptions) SetOptions(v []ConfigurationSelectOption)
SetOptions gets a reference to the given []ConfigurationSelectOption and assigns it to the Options field.
func (ConfigurationMultiSelectTypeOptions) ToMap ¶
func (o ConfigurationMultiSelectTypeOptions) ToMap() (map[string]interface{}, error)
type ConfigurationNumberTypeOptions ¶
type ConfigurationNumberTypeOptions struct {
Min *int32 `json:"min,omitempty"`
Max *int32 `json:"max,omitempty"`
}
ConfigurationNumberTypeOptions struct for ConfigurationNumberTypeOptions
func NewConfigurationNumberTypeOptions ¶
func NewConfigurationNumberTypeOptions() *ConfigurationNumberTypeOptions
NewConfigurationNumberTypeOptions instantiates a new ConfigurationNumberTypeOptions object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewConfigurationNumberTypeOptionsWithDefaults ¶
func NewConfigurationNumberTypeOptionsWithDefaults() *ConfigurationNumberTypeOptions
NewConfigurationNumberTypeOptionsWithDefaults instantiates a new ConfigurationNumberTypeOptions object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*ConfigurationNumberTypeOptions) GetMax ¶
func (o *ConfigurationNumberTypeOptions) GetMax() int32
GetMax returns the Max field value if set, zero value otherwise.
func (*ConfigurationNumberTypeOptions) GetMaxOk ¶
func (o *ConfigurationNumberTypeOptions) GetMaxOk() (*int32, bool)
GetMaxOk returns a tuple with the Max field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ConfigurationNumberTypeOptions) GetMin ¶
func (o *ConfigurationNumberTypeOptions) GetMin() int32
GetMin returns the Min field value if set, zero value otherwise.
func (*ConfigurationNumberTypeOptions) GetMinOk ¶
func (o *ConfigurationNumberTypeOptions) GetMinOk() (*int32, bool)
GetMinOk returns a tuple with the Min field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ConfigurationNumberTypeOptions) HasMax ¶
func (o *ConfigurationNumberTypeOptions) HasMax() bool
HasMax returns a boolean if a field has been set.
func (*ConfigurationNumberTypeOptions) HasMin ¶
func (o *ConfigurationNumberTypeOptions) HasMin() bool
HasMin returns a boolean if a field has been set.
func (ConfigurationNumberTypeOptions) MarshalJSON ¶
func (o ConfigurationNumberTypeOptions) MarshalJSON() ([]byte, error)
func (*ConfigurationNumberTypeOptions) SetMax ¶
func (o *ConfigurationNumberTypeOptions) SetMax(v int32)
SetMax gets a reference to the given int32 and assigns it to the Max field.
func (*ConfigurationNumberTypeOptions) SetMin ¶
func (o *ConfigurationNumberTypeOptions) SetMin(v int32)
SetMin gets a reference to the given int32 and assigns it to the Min field.
func (ConfigurationNumberTypeOptions) ToMap ¶
func (o ConfigurationNumberTypeOptions) ToMap() (map[string]interface{}, error)
type ConfigurationObjectTypeOptions ¶
type ConfigurationObjectTypeOptions struct {
Schema []ConfigurationField `json:"schema,omitempty"`
}
ConfigurationObjectTypeOptions struct for ConfigurationObjectTypeOptions
func NewConfigurationObjectTypeOptions ¶
func NewConfigurationObjectTypeOptions() *ConfigurationObjectTypeOptions
NewConfigurationObjectTypeOptions instantiates a new ConfigurationObjectTypeOptions object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewConfigurationObjectTypeOptionsWithDefaults ¶
func NewConfigurationObjectTypeOptionsWithDefaults() *ConfigurationObjectTypeOptions
NewConfigurationObjectTypeOptionsWithDefaults instantiates a new ConfigurationObjectTypeOptions object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*ConfigurationObjectTypeOptions) GetSchema ¶
func (o *ConfigurationObjectTypeOptions) GetSchema() []ConfigurationField
GetSchema returns the Schema field value if set, zero value otherwise.
func (*ConfigurationObjectTypeOptions) GetSchemaOk ¶
func (o *ConfigurationObjectTypeOptions) GetSchemaOk() ([]ConfigurationField, bool)
GetSchemaOk returns a tuple with the Schema field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ConfigurationObjectTypeOptions) HasSchema ¶
func (o *ConfigurationObjectTypeOptions) HasSchema() bool
HasSchema returns a boolean if a field has been set.
func (ConfigurationObjectTypeOptions) MarshalJSON ¶
func (o ConfigurationObjectTypeOptions) MarshalJSON() ([]byte, error)
func (*ConfigurationObjectTypeOptions) SetSchema ¶
func (o *ConfigurationObjectTypeOptions) SetSchema(v []ConfigurationField)
SetSchema gets a reference to the given []ConfigurationField and assigns it to the Schema field.
func (ConfigurationObjectTypeOptions) ToMap ¶
func (o ConfigurationObjectTypeOptions) ToMap() (map[string]interface{}, error)
type ConfigurationRequiredCondition ¶
type ConfigurationRequiredCondition struct {
Field *string `json:"field,omitempty"`
Values []string `json:"values,omitempty"`
}
ConfigurationRequiredCondition struct for ConfigurationRequiredCondition
func NewConfigurationRequiredCondition ¶
func NewConfigurationRequiredCondition() *ConfigurationRequiredCondition
NewConfigurationRequiredCondition instantiates a new ConfigurationRequiredCondition object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewConfigurationRequiredConditionWithDefaults ¶
func NewConfigurationRequiredConditionWithDefaults() *ConfigurationRequiredCondition
NewConfigurationRequiredConditionWithDefaults instantiates a new ConfigurationRequiredCondition object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*ConfigurationRequiredCondition) GetField ¶
func (o *ConfigurationRequiredCondition) GetField() string
GetField returns the Field field value if set, zero value otherwise.
func (*ConfigurationRequiredCondition) GetFieldOk ¶
func (o *ConfigurationRequiredCondition) GetFieldOk() (*string, bool)
GetFieldOk returns a tuple with the Field field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ConfigurationRequiredCondition) GetValues ¶
func (o *ConfigurationRequiredCondition) GetValues() []string
GetValues returns the Values field value if set, zero value otherwise.
func (*ConfigurationRequiredCondition) GetValuesOk ¶
func (o *ConfigurationRequiredCondition) GetValuesOk() ([]string, bool)
GetValuesOk returns a tuple with the Values field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ConfigurationRequiredCondition) HasField ¶
func (o *ConfigurationRequiredCondition) HasField() bool
HasField returns a boolean if a field has been set.
func (*ConfigurationRequiredCondition) HasValues ¶
func (o *ConfigurationRequiredCondition) HasValues() bool
HasValues returns a boolean if a field has been set.
func (ConfigurationRequiredCondition) MarshalJSON ¶
func (o ConfigurationRequiredCondition) MarshalJSON() ([]byte, error)
func (*ConfigurationRequiredCondition) SetField ¶
func (o *ConfigurationRequiredCondition) SetField(v string)
SetField gets a reference to the given string and assigns it to the Field field.
func (*ConfigurationRequiredCondition) SetValues ¶
func (o *ConfigurationRequiredCondition) SetValues(v []string)
SetValues gets a reference to the given []string and assigns it to the Values field.
func (ConfigurationRequiredCondition) ToMap ¶
func (o ConfigurationRequiredCondition) ToMap() (map[string]interface{}, error)
type ConfigurationResourceTypeOptions ¶
type ConfigurationResourceTypeOptions struct {
Type *string `json:"type,omitempty"`
UseNameAsValue *bool `json:"useNameAsValue,omitempty"`
Multi *bool `json:"multi,omitempty"`
}
ConfigurationResourceTypeOptions struct for ConfigurationResourceTypeOptions
func NewConfigurationResourceTypeOptions ¶
func NewConfigurationResourceTypeOptions() *ConfigurationResourceTypeOptions
NewConfigurationResourceTypeOptions instantiates a new ConfigurationResourceTypeOptions object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewConfigurationResourceTypeOptionsWithDefaults ¶
func NewConfigurationResourceTypeOptionsWithDefaults() *ConfigurationResourceTypeOptions
NewConfigurationResourceTypeOptionsWithDefaults instantiates a new ConfigurationResourceTypeOptions object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*ConfigurationResourceTypeOptions) GetMulti ¶ added in v0.0.45
func (o *ConfigurationResourceTypeOptions) GetMulti() bool
GetMulti returns the Multi field value if set, zero value otherwise.
func (*ConfigurationResourceTypeOptions) GetMultiOk ¶ added in v0.0.45
func (o *ConfigurationResourceTypeOptions) GetMultiOk() (*bool, bool)
GetMultiOk returns a tuple with the Multi field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ConfigurationResourceTypeOptions) GetType ¶
func (o *ConfigurationResourceTypeOptions) GetType() string
GetType returns the Type field value if set, zero value otherwise.
func (*ConfigurationResourceTypeOptions) GetTypeOk ¶
func (o *ConfigurationResourceTypeOptions) GetTypeOk() (*string, bool)
GetTypeOk returns a tuple with the Type field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ConfigurationResourceTypeOptions) GetUseNameAsValue ¶ added in v0.0.43
func (o *ConfigurationResourceTypeOptions) GetUseNameAsValue() bool
GetUseNameAsValue returns the UseNameAsValue field value if set, zero value otherwise.
func (*ConfigurationResourceTypeOptions) GetUseNameAsValueOk ¶ added in v0.0.43
func (o *ConfigurationResourceTypeOptions) GetUseNameAsValueOk() (*bool, bool)
GetUseNameAsValueOk returns a tuple with the UseNameAsValue field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ConfigurationResourceTypeOptions) HasMulti ¶ added in v0.0.45
func (o *ConfigurationResourceTypeOptions) HasMulti() bool
HasMulti returns a boolean if a field has been set.
func (*ConfigurationResourceTypeOptions) HasType ¶
func (o *ConfigurationResourceTypeOptions) HasType() bool
HasType returns a boolean if a field has been set.
func (*ConfigurationResourceTypeOptions) HasUseNameAsValue ¶ added in v0.0.43
func (o *ConfigurationResourceTypeOptions) HasUseNameAsValue() bool
HasUseNameAsValue returns a boolean if a field has been set.
func (ConfigurationResourceTypeOptions) MarshalJSON ¶
func (o ConfigurationResourceTypeOptions) MarshalJSON() ([]byte, error)
func (*ConfigurationResourceTypeOptions) SetMulti ¶ added in v0.0.45
func (o *ConfigurationResourceTypeOptions) SetMulti(v bool)
SetMulti gets a reference to the given bool and assigns it to the Multi field.
func (*ConfigurationResourceTypeOptions) SetType ¶
func (o *ConfigurationResourceTypeOptions) SetType(v string)
SetType gets a reference to the given string and assigns it to the Type field.
func (*ConfigurationResourceTypeOptions) SetUseNameAsValue ¶ added in v0.0.43
func (o *ConfigurationResourceTypeOptions) SetUseNameAsValue(v bool)
SetUseNameAsValue gets a reference to the given bool and assigns it to the UseNameAsValue field.
func (ConfigurationResourceTypeOptions) ToMap ¶
func (o ConfigurationResourceTypeOptions) ToMap() (map[string]interface{}, error)
type ConfigurationSelectOption ¶
type ConfigurationSelectOption struct {
Label *string `json:"label,omitempty"`
Value *string `json:"value,omitempty"`
}
ConfigurationSelectOption struct for ConfigurationSelectOption
func NewConfigurationSelectOption ¶
func NewConfigurationSelectOption() *ConfigurationSelectOption
NewConfigurationSelectOption instantiates a new ConfigurationSelectOption object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewConfigurationSelectOptionWithDefaults ¶
func NewConfigurationSelectOptionWithDefaults() *ConfigurationSelectOption
NewConfigurationSelectOptionWithDefaults instantiates a new ConfigurationSelectOption object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*ConfigurationSelectOption) GetLabel ¶
func (o *ConfigurationSelectOption) GetLabel() string
GetLabel returns the Label field value if set, zero value otherwise.
func (*ConfigurationSelectOption) GetLabelOk ¶
func (o *ConfigurationSelectOption) GetLabelOk() (*string, bool)
GetLabelOk returns a tuple with the Label field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ConfigurationSelectOption) GetValue ¶
func (o *ConfigurationSelectOption) GetValue() string
GetValue returns the Value field value if set, zero value otherwise.
func (*ConfigurationSelectOption) GetValueOk ¶
func (o *ConfigurationSelectOption) GetValueOk() (*string, bool)
GetValueOk returns a tuple with the Value field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ConfigurationSelectOption) HasLabel ¶
func (o *ConfigurationSelectOption) HasLabel() bool
HasLabel returns a boolean if a field has been set.
func (*ConfigurationSelectOption) HasValue ¶
func (o *ConfigurationSelectOption) HasValue() bool
HasValue returns a boolean if a field has been set.
func (ConfigurationSelectOption) MarshalJSON ¶
func (o ConfigurationSelectOption) MarshalJSON() ([]byte, error)
func (*ConfigurationSelectOption) SetLabel ¶
func (o *ConfigurationSelectOption) SetLabel(v string)
SetLabel gets a reference to the given string and assigns it to the Label field.
func (*ConfigurationSelectOption) SetValue ¶
func (o *ConfigurationSelectOption) SetValue(v string)
SetValue gets a reference to the given string and assigns it to the Value field.
func (ConfigurationSelectOption) ToMap ¶
func (o ConfigurationSelectOption) ToMap() (map[string]interface{}, error)
type ConfigurationSelectTypeOptions ¶
type ConfigurationSelectTypeOptions struct {
Options []ConfigurationSelectOption `json:"options,omitempty"`
}
ConfigurationSelectTypeOptions struct for ConfigurationSelectTypeOptions
func NewConfigurationSelectTypeOptions ¶
func NewConfigurationSelectTypeOptions() *ConfigurationSelectTypeOptions
NewConfigurationSelectTypeOptions instantiates a new ConfigurationSelectTypeOptions object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewConfigurationSelectTypeOptionsWithDefaults ¶
func NewConfigurationSelectTypeOptionsWithDefaults() *ConfigurationSelectTypeOptions
NewConfigurationSelectTypeOptionsWithDefaults instantiates a new ConfigurationSelectTypeOptions object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*ConfigurationSelectTypeOptions) GetOptions ¶
func (o *ConfigurationSelectTypeOptions) GetOptions() []ConfigurationSelectOption
GetOptions returns the Options field value if set, zero value otherwise.
func (*ConfigurationSelectTypeOptions) GetOptionsOk ¶
func (o *ConfigurationSelectTypeOptions) GetOptionsOk() ([]ConfigurationSelectOption, bool)
GetOptionsOk returns a tuple with the Options field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ConfigurationSelectTypeOptions) HasOptions ¶
func (o *ConfigurationSelectTypeOptions) HasOptions() bool
HasOptions returns a boolean if a field has been set.
func (ConfigurationSelectTypeOptions) MarshalJSON ¶
func (o ConfigurationSelectTypeOptions) MarshalJSON() ([]byte, error)
func (*ConfigurationSelectTypeOptions) SetOptions ¶
func (o *ConfigurationSelectTypeOptions) SetOptions(v []ConfigurationSelectOption)
SetOptions gets a reference to the given []ConfigurationSelectOption and assigns it to the Options field.
func (ConfigurationSelectTypeOptions) ToMap ¶
func (o ConfigurationSelectTypeOptions) ToMap() (map[string]interface{}, error)
type ConfigurationStringTypeOptions ¶ added in v0.0.18
type ConfigurationStringTypeOptions struct {
MinLength *int32 `json:"minLength,omitempty"`
MaxLength *int32 `json:"maxLength,omitempty"`
}
ConfigurationStringTypeOptions struct for ConfigurationStringTypeOptions
func NewConfigurationStringTypeOptions ¶ added in v0.0.18
func NewConfigurationStringTypeOptions() *ConfigurationStringTypeOptions
NewConfigurationStringTypeOptions instantiates a new ConfigurationStringTypeOptions object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewConfigurationStringTypeOptionsWithDefaults ¶ added in v0.0.18
func NewConfigurationStringTypeOptionsWithDefaults() *ConfigurationStringTypeOptions
NewConfigurationStringTypeOptionsWithDefaults instantiates a new ConfigurationStringTypeOptions object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*ConfigurationStringTypeOptions) GetMaxLength ¶ added in v0.0.18
func (o *ConfigurationStringTypeOptions) GetMaxLength() int32
GetMaxLength returns the MaxLength field value if set, zero value otherwise.
func (*ConfigurationStringTypeOptions) GetMaxLengthOk ¶ added in v0.0.18
func (o *ConfigurationStringTypeOptions) GetMaxLengthOk() (*int32, bool)
GetMaxLengthOk returns a tuple with the MaxLength field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ConfigurationStringTypeOptions) GetMinLength ¶ added in v0.0.18
func (o *ConfigurationStringTypeOptions) GetMinLength() int32
GetMinLength returns the MinLength field value if set, zero value otherwise.
func (*ConfigurationStringTypeOptions) GetMinLengthOk ¶ added in v0.0.18
func (o *ConfigurationStringTypeOptions) GetMinLengthOk() (*int32, bool)
GetMinLengthOk returns a tuple with the MinLength field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ConfigurationStringTypeOptions) HasMaxLength ¶ added in v0.0.18
func (o *ConfigurationStringTypeOptions) HasMaxLength() bool
HasMaxLength returns a boolean if a field has been set.
func (*ConfigurationStringTypeOptions) HasMinLength ¶ added in v0.0.18
func (o *ConfigurationStringTypeOptions) HasMinLength() bool
HasMinLength returns a boolean if a field has been set.
func (ConfigurationStringTypeOptions) MarshalJSON ¶ added in v0.0.18
func (o ConfigurationStringTypeOptions) MarshalJSON() ([]byte, error)
func (*ConfigurationStringTypeOptions) SetMaxLength ¶ added in v0.0.18
func (o *ConfigurationStringTypeOptions) SetMaxLength(v int32)
SetMaxLength gets a reference to the given int32 and assigns it to the MaxLength field.
func (*ConfigurationStringTypeOptions) SetMinLength ¶ added in v0.0.18
func (o *ConfigurationStringTypeOptions) SetMinLength(v int32)
SetMinLength gets a reference to the given int32 and assigns it to the MinLength field.
func (ConfigurationStringTypeOptions) ToMap ¶ added in v0.0.18
func (o ConfigurationStringTypeOptions) ToMap() (map[string]interface{}, error)
type ConfigurationTextTypeOptions ¶ added in v0.0.18
type ConfigurationTextTypeOptions struct {
MinLength *int32 `json:"minLength,omitempty"`
MaxLength *int32 `json:"maxLength,omitempty"`
}
ConfigurationTextTypeOptions struct for ConfigurationTextTypeOptions
func NewConfigurationTextTypeOptions ¶ added in v0.0.18
func NewConfigurationTextTypeOptions() *ConfigurationTextTypeOptions
NewConfigurationTextTypeOptions instantiates a new ConfigurationTextTypeOptions object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewConfigurationTextTypeOptionsWithDefaults ¶ added in v0.0.18
func NewConfigurationTextTypeOptionsWithDefaults() *ConfigurationTextTypeOptions
NewConfigurationTextTypeOptionsWithDefaults instantiates a new ConfigurationTextTypeOptions object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*ConfigurationTextTypeOptions) GetMaxLength ¶ added in v0.0.18
func (o *ConfigurationTextTypeOptions) GetMaxLength() int32
GetMaxLength returns the MaxLength field value if set, zero value otherwise.
func (*ConfigurationTextTypeOptions) GetMaxLengthOk ¶ added in v0.0.18
func (o *ConfigurationTextTypeOptions) GetMaxLengthOk() (*int32, bool)
GetMaxLengthOk returns a tuple with the MaxLength field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ConfigurationTextTypeOptions) GetMinLength ¶ added in v0.0.18
func (o *ConfigurationTextTypeOptions) GetMinLength() int32
GetMinLength returns the MinLength field value if set, zero value otherwise.
func (*ConfigurationTextTypeOptions) GetMinLengthOk ¶ added in v0.0.18
func (o *ConfigurationTextTypeOptions) GetMinLengthOk() (*int32, bool)
GetMinLengthOk returns a tuple with the MinLength field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ConfigurationTextTypeOptions) HasMaxLength ¶ added in v0.0.18
func (o *ConfigurationTextTypeOptions) HasMaxLength() bool
HasMaxLength returns a boolean if a field has been set.
func (*ConfigurationTextTypeOptions) HasMinLength ¶ added in v0.0.18
func (o *ConfigurationTextTypeOptions) HasMinLength() bool
HasMinLength returns a boolean if a field has been set.
func (ConfigurationTextTypeOptions) MarshalJSON ¶ added in v0.0.18
func (o ConfigurationTextTypeOptions) MarshalJSON() ([]byte, error)
func (*ConfigurationTextTypeOptions) SetMaxLength ¶ added in v0.0.18
func (o *ConfigurationTextTypeOptions) SetMaxLength(v int32)
SetMaxLength gets a reference to the given int32 and assigns it to the MaxLength field.
func (*ConfigurationTextTypeOptions) SetMinLength ¶ added in v0.0.18
func (o *ConfigurationTextTypeOptions) SetMinLength(v int32)
SetMinLength gets a reference to the given int32 and assigns it to the MinLength field.
func (ConfigurationTextTypeOptions) ToMap ¶ added in v0.0.18
func (o ConfigurationTextTypeOptions) ToMap() (map[string]interface{}, error)
type ConfigurationTimeTypeOptions ¶
type ConfigurationTimeTypeOptions struct {
Format *string `json:"format,omitempty"`
}
ConfigurationTimeTypeOptions struct for ConfigurationTimeTypeOptions
func NewConfigurationTimeTypeOptions ¶
func NewConfigurationTimeTypeOptions() *ConfigurationTimeTypeOptions
NewConfigurationTimeTypeOptions instantiates a new ConfigurationTimeTypeOptions object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewConfigurationTimeTypeOptionsWithDefaults ¶
func NewConfigurationTimeTypeOptionsWithDefaults() *ConfigurationTimeTypeOptions
NewConfigurationTimeTypeOptionsWithDefaults instantiates a new ConfigurationTimeTypeOptions object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*ConfigurationTimeTypeOptions) GetFormat ¶
func (o *ConfigurationTimeTypeOptions) GetFormat() string
GetFormat returns the Format field value if set, zero value otherwise.
func (*ConfigurationTimeTypeOptions) GetFormatOk ¶
func (o *ConfigurationTimeTypeOptions) GetFormatOk() (*string, bool)
GetFormatOk returns a tuple with the Format field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ConfigurationTimeTypeOptions) HasFormat ¶
func (o *ConfigurationTimeTypeOptions) HasFormat() bool
HasFormat returns a boolean if a field has been set.
func (ConfigurationTimeTypeOptions) MarshalJSON ¶
func (o ConfigurationTimeTypeOptions) MarshalJSON() ([]byte, error)
func (*ConfigurationTimeTypeOptions) SetFormat ¶
func (o *ConfigurationTimeTypeOptions) SetFormat(v string)
SetFormat gets a reference to the given string and assigns it to the Format field.
func (ConfigurationTimeTypeOptions) ToMap ¶
func (o ConfigurationTimeTypeOptions) ToMap() (map[string]interface{}, error)
type ConfigurationTypeOptions ¶
type ConfigurationTypeOptions struct {
Number *ConfigurationNumberTypeOptions `json:"number,omitempty"`
Select *ConfigurationSelectTypeOptions `json:"select,omitempty"`
MultiSelect *ConfigurationMultiSelectTypeOptions `json:"multiSelect,omitempty"`
List *ConfigurationListTypeOptions `json:"list,omitempty"`
Object *ConfigurationObjectTypeOptions `json:"object,omitempty"`
Resource *ConfigurationResourceTypeOptions `json:"resource,omitempty"`
Time *ConfigurationTimeTypeOptions `json:"time,omitempty"`
Date *ConfigurationDateTypeOptions `json:"date,omitempty"`
Datetime *ConfigurationDateTimeTypeOptions `json:"datetime,omitempty"`
AnyPredicateList *ConfigurationAnyPredicateListTypeOptions `json:"anyPredicateList,omitempty"`
String *ConfigurationStringTypeOptions `json:"string,omitempty"`
Expression *ConfigurationExpressionTypeOptions `json:"expression,omitempty"`
Text *ConfigurationTextTypeOptions `json:"text,omitempty"`
}
ConfigurationTypeOptions struct for ConfigurationTypeOptions
func NewConfigurationTypeOptions ¶
func NewConfigurationTypeOptions() *ConfigurationTypeOptions
NewConfigurationTypeOptions instantiates a new ConfigurationTypeOptions object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewConfigurationTypeOptionsWithDefaults ¶
func NewConfigurationTypeOptionsWithDefaults() *ConfigurationTypeOptions
NewConfigurationTypeOptionsWithDefaults instantiates a new ConfigurationTypeOptions object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*ConfigurationTypeOptions) GetAnyPredicateList ¶
func (o *ConfigurationTypeOptions) GetAnyPredicateList() ConfigurationAnyPredicateListTypeOptions
GetAnyPredicateList returns the AnyPredicateList field value if set, zero value otherwise.
func (*ConfigurationTypeOptions) GetAnyPredicateListOk ¶
func (o *ConfigurationTypeOptions) GetAnyPredicateListOk() (*ConfigurationAnyPredicateListTypeOptions, bool)
GetAnyPredicateListOk returns a tuple with the AnyPredicateList field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ConfigurationTypeOptions) GetDate ¶
func (o *ConfigurationTypeOptions) GetDate() ConfigurationDateTypeOptions
GetDate returns the Date field value if set, zero value otherwise.
func (*ConfigurationTypeOptions) GetDateOk ¶
func (o *ConfigurationTypeOptions) GetDateOk() (*ConfigurationDateTypeOptions, bool)
GetDateOk returns a tuple with the Date field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ConfigurationTypeOptions) GetDatetime ¶
func (o *ConfigurationTypeOptions) GetDatetime() ConfigurationDateTimeTypeOptions
GetDatetime returns the Datetime field value if set, zero value otherwise.
func (*ConfigurationTypeOptions) GetDatetimeOk ¶
func (o *ConfigurationTypeOptions) GetDatetimeOk() (*ConfigurationDateTimeTypeOptions, bool)
GetDatetimeOk returns a tuple with the Datetime field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ConfigurationTypeOptions) GetExpression ¶ added in v0.0.43
func (o *ConfigurationTypeOptions) GetExpression() ConfigurationExpressionTypeOptions
GetExpression returns the Expression field value if set, zero value otherwise.
func (*ConfigurationTypeOptions) GetExpressionOk ¶ added in v0.0.43
func (o *ConfigurationTypeOptions) GetExpressionOk() (*ConfigurationExpressionTypeOptions, bool)
GetExpressionOk returns a tuple with the Expression field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ConfigurationTypeOptions) GetList ¶
func (o *ConfigurationTypeOptions) GetList() ConfigurationListTypeOptions
GetList returns the List field value if set, zero value otherwise.
func (*ConfigurationTypeOptions) GetListOk ¶
func (o *ConfigurationTypeOptions) GetListOk() (*ConfigurationListTypeOptions, bool)
GetListOk returns a tuple with the List field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ConfigurationTypeOptions) GetMultiSelect ¶
func (o *ConfigurationTypeOptions) GetMultiSelect() ConfigurationMultiSelectTypeOptions
GetMultiSelect returns the MultiSelect field value if set, zero value otherwise.
func (*ConfigurationTypeOptions) GetMultiSelectOk ¶
func (o *ConfigurationTypeOptions) GetMultiSelectOk() (*ConfigurationMultiSelectTypeOptions, bool)
GetMultiSelectOk returns a tuple with the MultiSelect field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ConfigurationTypeOptions) GetNumber ¶
func (o *ConfigurationTypeOptions) GetNumber() ConfigurationNumberTypeOptions
GetNumber returns the Number field value if set, zero value otherwise.
func (*ConfigurationTypeOptions) GetNumberOk ¶
func (o *ConfigurationTypeOptions) GetNumberOk() (*ConfigurationNumberTypeOptions, bool)
GetNumberOk returns a tuple with the Number field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ConfigurationTypeOptions) GetObject ¶
func (o *ConfigurationTypeOptions) GetObject() ConfigurationObjectTypeOptions
GetObject returns the Object field value if set, zero value otherwise.
func (*ConfigurationTypeOptions) GetObjectOk ¶
func (o *ConfigurationTypeOptions) GetObjectOk() (*ConfigurationObjectTypeOptions, bool)
GetObjectOk returns a tuple with the Object field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ConfigurationTypeOptions) GetResource ¶
func (o *ConfigurationTypeOptions) GetResource() ConfigurationResourceTypeOptions
GetResource returns the Resource field value if set, zero value otherwise.
func (*ConfigurationTypeOptions) GetResourceOk ¶
func (o *ConfigurationTypeOptions) GetResourceOk() (*ConfigurationResourceTypeOptions, bool)
GetResourceOk returns a tuple with the Resource field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ConfigurationTypeOptions) GetSelect ¶
func (o *ConfigurationTypeOptions) GetSelect() ConfigurationSelectTypeOptions
GetSelect returns the Select field value if set, zero value otherwise.
func (*ConfigurationTypeOptions) GetSelectOk ¶
func (o *ConfigurationTypeOptions) GetSelectOk() (*ConfigurationSelectTypeOptions, bool)
GetSelectOk returns a tuple with the Select field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ConfigurationTypeOptions) GetString ¶ added in v0.0.18
func (o *ConfigurationTypeOptions) GetString() ConfigurationStringTypeOptions
GetString returns the String field value if set, zero value otherwise.
func (*ConfigurationTypeOptions) GetStringOk ¶ added in v0.0.18
func (o *ConfigurationTypeOptions) GetStringOk() (*ConfigurationStringTypeOptions, bool)
GetStringOk returns a tuple with the String field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ConfigurationTypeOptions) GetText ¶ added in v0.0.18
func (o *ConfigurationTypeOptions) GetText() ConfigurationTextTypeOptions
GetText returns the Text field value if set, zero value otherwise.
func (*ConfigurationTypeOptions) GetTextOk ¶ added in v0.0.18
func (o *ConfigurationTypeOptions) GetTextOk() (*ConfigurationTextTypeOptions, bool)
GetTextOk returns a tuple with the Text field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ConfigurationTypeOptions) GetTime ¶
func (o *ConfigurationTypeOptions) GetTime() ConfigurationTimeTypeOptions
GetTime returns the Time field value if set, zero value otherwise.
func (*ConfigurationTypeOptions) GetTimeOk ¶
func (o *ConfigurationTypeOptions) GetTimeOk() (*ConfigurationTimeTypeOptions, bool)
GetTimeOk returns a tuple with the Time field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ConfigurationTypeOptions) HasAnyPredicateList ¶
func (o *ConfigurationTypeOptions) HasAnyPredicateList() bool
HasAnyPredicateList returns a boolean if a field has been set.
func (*ConfigurationTypeOptions) HasDate ¶
func (o *ConfigurationTypeOptions) HasDate() bool
HasDate returns a boolean if a field has been set.
func (*ConfigurationTypeOptions) HasDatetime ¶
func (o *ConfigurationTypeOptions) HasDatetime() bool
HasDatetime returns a boolean if a field has been set.
func (*ConfigurationTypeOptions) HasExpression ¶ added in v0.0.43
func (o *ConfigurationTypeOptions) HasExpression() bool
HasExpression returns a boolean if a field has been set.
func (*ConfigurationTypeOptions) HasList ¶
func (o *ConfigurationTypeOptions) HasList() bool
HasList returns a boolean if a field has been set.
func (*ConfigurationTypeOptions) HasMultiSelect ¶
func (o *ConfigurationTypeOptions) HasMultiSelect() bool
HasMultiSelect returns a boolean if a field has been set.
func (*ConfigurationTypeOptions) HasNumber ¶
func (o *ConfigurationTypeOptions) HasNumber() bool
HasNumber returns a boolean if a field has been set.
func (*ConfigurationTypeOptions) HasObject ¶
func (o *ConfigurationTypeOptions) HasObject() bool
HasObject returns a boolean if a field has been set.
func (*ConfigurationTypeOptions) HasResource ¶
func (o *ConfigurationTypeOptions) HasResource() bool
HasResource returns a boolean if a field has been set.
func (*ConfigurationTypeOptions) HasSelect ¶
func (o *ConfigurationTypeOptions) HasSelect() bool
HasSelect returns a boolean if a field has been set.
func (*ConfigurationTypeOptions) HasString ¶ added in v0.0.18
func (o *ConfigurationTypeOptions) HasString() bool
HasString returns a boolean if a field has been set.
func (*ConfigurationTypeOptions) HasText ¶ added in v0.0.18
func (o *ConfigurationTypeOptions) HasText() bool
HasText returns a boolean if a field has been set.
func (*ConfigurationTypeOptions) HasTime ¶
func (o *ConfigurationTypeOptions) HasTime() bool
HasTime returns a boolean if a field has been set.
func (ConfigurationTypeOptions) MarshalJSON ¶
func (o ConfigurationTypeOptions) MarshalJSON() ([]byte, error)
func (*ConfigurationTypeOptions) SetAnyPredicateList ¶
func (o *ConfigurationTypeOptions) SetAnyPredicateList(v ConfigurationAnyPredicateListTypeOptions)
SetAnyPredicateList gets a reference to the given ConfigurationAnyPredicateListTypeOptions and assigns it to the AnyPredicateList field.
func (*ConfigurationTypeOptions) SetDate ¶
func (o *ConfigurationTypeOptions) SetDate(v ConfigurationDateTypeOptions)
SetDate gets a reference to the given ConfigurationDateTypeOptions and assigns it to the Date field.
func (*ConfigurationTypeOptions) SetDatetime ¶
func (o *ConfigurationTypeOptions) SetDatetime(v ConfigurationDateTimeTypeOptions)
SetDatetime gets a reference to the given ConfigurationDateTimeTypeOptions and assigns it to the Datetime field.
func (*ConfigurationTypeOptions) SetExpression ¶ added in v0.0.43
func (o *ConfigurationTypeOptions) SetExpression(v ConfigurationExpressionTypeOptions)
SetExpression gets a reference to the given ConfigurationExpressionTypeOptions and assigns it to the Expression field.
func (*ConfigurationTypeOptions) SetList ¶
func (o *ConfigurationTypeOptions) SetList(v ConfigurationListTypeOptions)
SetList gets a reference to the given ConfigurationListTypeOptions and assigns it to the List field.
func (*ConfigurationTypeOptions) SetMultiSelect ¶
func (o *ConfigurationTypeOptions) SetMultiSelect(v ConfigurationMultiSelectTypeOptions)
SetMultiSelect gets a reference to the given ConfigurationMultiSelectTypeOptions and assigns it to the MultiSelect field.
func (*ConfigurationTypeOptions) SetNumber ¶
func (o *ConfigurationTypeOptions) SetNumber(v ConfigurationNumberTypeOptions)
SetNumber gets a reference to the given ConfigurationNumberTypeOptions and assigns it to the Number field.
func (*ConfigurationTypeOptions) SetObject ¶
func (o *ConfigurationTypeOptions) SetObject(v ConfigurationObjectTypeOptions)
SetObject gets a reference to the given ConfigurationObjectTypeOptions and assigns it to the Object field.
func (*ConfigurationTypeOptions) SetResource ¶
func (o *ConfigurationTypeOptions) SetResource(v ConfigurationResourceTypeOptions)
SetResource gets a reference to the given ConfigurationResourceTypeOptions and assigns it to the Resource field.
func (*ConfigurationTypeOptions) SetSelect ¶
func (o *ConfigurationTypeOptions) SetSelect(v ConfigurationSelectTypeOptions)
SetSelect gets a reference to the given ConfigurationSelectTypeOptions and assigns it to the Select field.
func (*ConfigurationTypeOptions) SetString ¶ added in v0.0.18
func (o *ConfigurationTypeOptions) SetString(v ConfigurationStringTypeOptions)
SetString gets a reference to the given ConfigurationStringTypeOptions and assigns it to the String field.
func (*ConfigurationTypeOptions) SetText ¶ added in v0.0.18
func (o *ConfigurationTypeOptions) SetText(v ConfigurationTextTypeOptions)
SetText gets a reference to the given ConfigurationTextTypeOptions and assigns it to the Text field.
func (*ConfigurationTypeOptions) SetTime ¶
func (o *ConfigurationTypeOptions) SetTime(v ConfigurationTimeTypeOptions)
SetTime gets a reference to the given ConfigurationTimeTypeOptions and assigns it to the Time field.
func (ConfigurationTypeOptions) ToMap ¶
func (o ConfigurationTypeOptions) ToMap() (map[string]interface{}, error)
type ConfigurationValidationRule ¶
type ConfigurationValidationRule struct {
Type *string `json:"type,omitempty"`
CompareWith *string `json:"compareWith,omitempty"`
Message *string `json:"message,omitempty"`
}
ConfigurationValidationRule struct for ConfigurationValidationRule
func NewConfigurationValidationRule ¶
func NewConfigurationValidationRule() *ConfigurationValidationRule
NewConfigurationValidationRule instantiates a new ConfigurationValidationRule object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewConfigurationValidationRuleWithDefaults ¶
func NewConfigurationValidationRuleWithDefaults() *ConfigurationValidationRule
NewConfigurationValidationRuleWithDefaults instantiates a new ConfigurationValidationRule object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*ConfigurationValidationRule) GetCompareWith ¶
func (o *ConfigurationValidationRule) GetCompareWith() string
GetCompareWith returns the CompareWith field value if set, zero value otherwise.
func (*ConfigurationValidationRule) GetCompareWithOk ¶
func (o *ConfigurationValidationRule) GetCompareWithOk() (*string, bool)
GetCompareWithOk returns a tuple with the CompareWith field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ConfigurationValidationRule) GetMessage ¶
func (o *ConfigurationValidationRule) GetMessage() string
GetMessage returns the Message field value if set, zero value otherwise.
func (*ConfigurationValidationRule) GetMessageOk ¶
func (o *ConfigurationValidationRule) GetMessageOk() (*string, bool)
GetMessageOk returns a tuple with the Message field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ConfigurationValidationRule) GetType ¶
func (o *ConfigurationValidationRule) GetType() string
GetType returns the Type field value if set, zero value otherwise.
func (*ConfigurationValidationRule) GetTypeOk ¶
func (o *ConfigurationValidationRule) GetTypeOk() (*string, bool)
GetTypeOk returns a tuple with the Type field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ConfigurationValidationRule) HasCompareWith ¶
func (o *ConfigurationValidationRule) HasCompareWith() bool
HasCompareWith returns a boolean if a field has been set.
func (*ConfigurationValidationRule) HasMessage ¶
func (o *ConfigurationValidationRule) HasMessage() bool
HasMessage returns a boolean if a field has been set.
func (*ConfigurationValidationRule) HasType ¶
func (o *ConfigurationValidationRule) HasType() bool
HasType returns a boolean if a field has been set.
func (ConfigurationValidationRule) MarshalJSON ¶
func (o ConfigurationValidationRule) MarshalJSON() ([]byte, error)
func (*ConfigurationValidationRule) SetCompareWith ¶
func (o *ConfigurationValidationRule) SetCompareWith(v string)
SetCompareWith gets a reference to the given string and assigns it to the CompareWith field.
func (*ConfigurationValidationRule) SetMessage ¶
func (o *ConfigurationValidationRule) SetMessage(v string)
SetMessage gets a reference to the given string and assigns it to the Message field.
func (*ConfigurationValidationRule) SetType ¶
func (o *ConfigurationValidationRule) SetType(v string)
SetType gets a reference to the given string and assigns it to the Type field.
func (ConfigurationValidationRule) ToMap ¶
func (o ConfigurationValidationRule) ToMap() (map[string]interface{}, error)
type ConfigurationVisibilityCondition ¶
type ConfigurationVisibilityCondition struct {
Field *string `json:"field,omitempty"`
Values []string `json:"values,omitempty"`
}
ConfigurationVisibilityCondition struct for ConfigurationVisibilityCondition
func NewConfigurationVisibilityCondition ¶
func NewConfigurationVisibilityCondition() *ConfigurationVisibilityCondition
NewConfigurationVisibilityCondition instantiates a new ConfigurationVisibilityCondition object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewConfigurationVisibilityConditionWithDefaults ¶
func NewConfigurationVisibilityConditionWithDefaults() *ConfigurationVisibilityCondition
NewConfigurationVisibilityConditionWithDefaults instantiates a new ConfigurationVisibilityCondition object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*ConfigurationVisibilityCondition) GetField ¶
func (o *ConfigurationVisibilityCondition) GetField() string
GetField returns the Field field value if set, zero value otherwise.
func (*ConfigurationVisibilityCondition) GetFieldOk ¶
func (o *ConfigurationVisibilityCondition) GetFieldOk() (*string, bool)
GetFieldOk returns a tuple with the Field field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ConfigurationVisibilityCondition) GetValues ¶
func (o *ConfigurationVisibilityCondition) GetValues() []string
GetValues returns the Values field value if set, zero value otherwise.
func (*ConfigurationVisibilityCondition) GetValuesOk ¶
func (o *ConfigurationVisibilityCondition) GetValuesOk() ([]string, bool)
GetValuesOk returns a tuple with the Values field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ConfigurationVisibilityCondition) HasField ¶
func (o *ConfigurationVisibilityCondition) HasField() bool
HasField returns a boolean if a field has been set.
func (*ConfigurationVisibilityCondition) HasValues ¶
func (o *ConfigurationVisibilityCondition) HasValues() bool
HasValues returns a boolean if a field has been set.
func (ConfigurationVisibilityCondition) MarshalJSON ¶
func (o ConfigurationVisibilityCondition) MarshalJSON() ([]byte, error)
func (*ConfigurationVisibilityCondition) SetField ¶
func (o *ConfigurationVisibilityCondition) SetField(v string)
SetField gets a reference to the given string and assigns it to the Field field.
func (*ConfigurationVisibilityCondition) SetValues ¶
func (o *ConfigurationVisibilityCondition) SetValues(v []string)
SetValues gets a reference to the given []string and assigns it to the Values field.
func (ConfigurationVisibilityCondition) ToMap ¶
func (o ConfigurationVisibilityCondition) ToMap() (map[string]interface{}, error)
type GenericOpenAPIError ¶
type GenericOpenAPIError struct {
// contains filtered or unexported fields
}
GenericOpenAPIError Provides access to the body, error and model on returned errors.
func (GenericOpenAPIError) Body ¶
func (e GenericOpenAPIError) Body() []byte
Body returns the raw bytes of the response
func (GenericOpenAPIError) Error ¶
func (e GenericOpenAPIError) Error() string
Error returns non-empty string if there was an error.
func (GenericOpenAPIError) Model ¶
func (e GenericOpenAPIError) Model() interface{}
Model returns the unpacked model of the error
type GooglerpcStatus ¶
type GooglerpcStatus struct {
Code *int32 `json:"code,omitempty"`
Message *string `json:"message,omitempty"`
Details []ProtobufAny `json:"details,omitempty"`
}
GooglerpcStatus struct for GooglerpcStatus
func NewGooglerpcStatus ¶
func NewGooglerpcStatus() *GooglerpcStatus
NewGooglerpcStatus instantiates a new GooglerpcStatus object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewGooglerpcStatusWithDefaults ¶
func NewGooglerpcStatusWithDefaults() *GooglerpcStatus
NewGooglerpcStatusWithDefaults instantiates a new GooglerpcStatus object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*GooglerpcStatus) GetCode ¶
func (o *GooglerpcStatus) GetCode() int32
GetCode returns the Code field value if set, zero value otherwise.
func (*GooglerpcStatus) GetCodeOk ¶
func (o *GooglerpcStatus) GetCodeOk() (*int32, bool)
GetCodeOk returns a tuple with the Code field value if set, nil otherwise and a boolean to check if the value has been set.
func (*GooglerpcStatus) GetDetails ¶
func (o *GooglerpcStatus) GetDetails() []ProtobufAny
GetDetails returns the Details field value if set, zero value otherwise.
func (*GooglerpcStatus) GetDetailsOk ¶
func (o *GooglerpcStatus) GetDetailsOk() ([]ProtobufAny, bool)
GetDetailsOk returns a tuple with the Details field value if set, nil otherwise and a boolean to check if the value has been set.
func (*GooglerpcStatus) GetMessage ¶
func (o *GooglerpcStatus) GetMessage() string
GetMessage returns the Message field value if set, zero value otherwise.
func (*GooglerpcStatus) GetMessageOk ¶
func (o *GooglerpcStatus) GetMessageOk() (*string, bool)
GetMessageOk returns a tuple with the Message field value if set, nil otherwise and a boolean to check if the value has been set.
func (*GooglerpcStatus) HasCode ¶
func (o *GooglerpcStatus) HasCode() bool
HasCode returns a boolean if a field has been set.
func (*GooglerpcStatus) HasDetails ¶
func (o *GooglerpcStatus) HasDetails() bool
HasDetails returns a boolean if a field has been set.
func (*GooglerpcStatus) HasMessage ¶
func (o *GooglerpcStatus) HasMessage() bool
HasMessage returns a boolean if a field has been set.
func (GooglerpcStatus) MarshalJSON ¶
func (o GooglerpcStatus) MarshalJSON() ([]byte, error)
func (*GooglerpcStatus) SetCode ¶
func (o *GooglerpcStatus) SetCode(v int32)
SetCode gets a reference to the given int32 and assigns it to the Code field.
func (*GooglerpcStatus) SetDetails ¶
func (o *GooglerpcStatus) SetDetails(v []ProtobufAny)
SetDetails gets a reference to the given []ProtobufAny and assigns it to the Details field.
func (*GooglerpcStatus) SetMessage ¶
func (o *GooglerpcStatus) SetMessage(v string)
SetMessage gets a reference to the given string and assigns it to the Message field.
func (GooglerpcStatus) ToMap ¶
func (o GooglerpcStatus) ToMap() (map[string]interface{}, error)
type GroupsAPIService ¶
type GroupsAPIService service
GroupsAPIService GroupsAPI service
func (*GroupsAPIService) GroupsAddUserToGroup ¶
func (a *GroupsAPIService) GroupsAddUserToGroup(ctx context.Context, groupName string) ApiGroupsAddUserToGroupRequest
GroupsAddUserToGroup Add user to group
Adds a user to a group within a domain
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param groupName @return ApiGroupsAddUserToGroupRequest
func (*GroupsAPIService) GroupsAddUserToGroupExecute ¶
func (a *GroupsAPIService) GroupsAddUserToGroupExecute(r ApiGroupsAddUserToGroupRequest) (map[string]interface{}, *http.Response, error)
Execute executes the request
@return map[string]interface{}
func (*GroupsAPIService) GroupsCreateGroup ¶
func (a *GroupsAPIService) GroupsCreateGroup(ctx context.Context) ApiGroupsCreateGroupRequest
GroupsCreateGroup Create group
Creates a new group within a domain with a specific role
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return ApiGroupsCreateGroupRequest
func (*GroupsAPIService) GroupsCreateGroupExecute ¶
func (a *GroupsAPIService) GroupsCreateGroupExecute(r ApiGroupsCreateGroupRequest) (*GroupsCreateGroupResponse, *http.Response, error)
Execute executes the request
@return GroupsCreateGroupResponse
func (*GroupsAPIService) GroupsDeleteGroup ¶
func (a *GroupsAPIService) GroupsDeleteGroup(ctx context.Context, groupName string) ApiGroupsDeleteGroupRequest
GroupsDeleteGroup Delete group
Deletes an existing group within a domain
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param groupName @return ApiGroupsDeleteGroupRequest
func (*GroupsAPIService) GroupsDeleteGroupExecute ¶
func (a *GroupsAPIService) GroupsDeleteGroupExecute(r ApiGroupsDeleteGroupRequest) (map[string]interface{}, *http.Response, error)
Execute executes the request
@return map[string]interface{}
func (*GroupsAPIService) GroupsDescribeGroup ¶
func (a *GroupsAPIService) GroupsDescribeGroup(ctx context.Context, groupName string) ApiGroupsDescribeGroupRequest
GroupsDescribeGroup Get group
Returns details of a specific group within a domain
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param groupName @return ApiGroupsDescribeGroupRequest
func (*GroupsAPIService) GroupsDescribeGroupExecute ¶
func (a *GroupsAPIService) GroupsDescribeGroupExecute(r ApiGroupsDescribeGroupRequest) (*GroupsDescribeGroupResponse, *http.Response, error)
Execute executes the request
@return GroupsDescribeGroupResponse
func (*GroupsAPIService) GroupsListGroupUsers ¶
func (a *GroupsAPIService) GroupsListGroupUsers(ctx context.Context, groupName string) ApiGroupsListGroupUsersRequest
GroupsListGroupUsers Get group users
Returns users that belong to a specific group within a domain
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param groupName @return ApiGroupsListGroupUsersRequest
func (*GroupsAPIService) GroupsListGroupUsersExecute ¶
func (a *GroupsAPIService) GroupsListGroupUsersExecute(r ApiGroupsListGroupUsersRequest) (*GroupsListGroupUsersResponse, *http.Response, error)
Execute executes the request
@return GroupsListGroupUsersResponse
func (*GroupsAPIService) GroupsListGroups ¶
func (a *GroupsAPIService) GroupsListGroups(ctx context.Context) ApiGroupsListGroupsRequest
GroupsListGroups List groups
Returns a list of groups within a domain
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return ApiGroupsListGroupsRequest
func (*GroupsAPIService) GroupsListGroupsExecute ¶
func (a *GroupsAPIService) GroupsListGroupsExecute(r ApiGroupsListGroupsRequest) (*GroupsListGroupsResponse, *http.Response, error)
Execute executes the request
@return GroupsListGroupsResponse
func (*GroupsAPIService) GroupsRemoveUserFromGroup ¶
func (a *GroupsAPIService) GroupsRemoveUserFromGroup(ctx context.Context, groupName string) ApiGroupsRemoveUserFromGroupRequest
GroupsRemoveUserFromGroup Remove user from group
Removes a user from a group within a domain
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param groupName @return ApiGroupsRemoveUserFromGroupRequest
func (*GroupsAPIService) GroupsRemoveUserFromGroupExecute ¶
func (a *GroupsAPIService) GroupsRemoveUserFromGroupExecute(r ApiGroupsRemoveUserFromGroupRequest) (map[string]interface{}, *http.Response, error)
Execute executes the request
@return map[string]interface{}
func (*GroupsAPIService) GroupsUpdateGroup ¶
func (a *GroupsAPIService) GroupsUpdateGroup(ctx context.Context, groupName string) ApiGroupsUpdateGroupRequest
GroupsUpdateGroup Update group
Updates an existing group within a domain
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param groupName @return ApiGroupsUpdateGroupRequest
func (*GroupsAPIService) GroupsUpdateGroupExecute ¶
func (a *GroupsAPIService) GroupsUpdateGroupExecute(r ApiGroupsUpdateGroupRequest) (*GroupsUpdateGroupResponse, *http.Response, error)
Execute executes the request
@return GroupsUpdateGroupResponse
type GroupsAddUserToGroupBody ¶
type GroupsAddUserToGroupBody struct {
DomainType *AuthorizationDomainType `json:"domainType,omitempty"`
DomainId *string `json:"domainId,omitempty"`
UserId *string `json:"userId,omitempty"`
UserEmail *string `json:"userEmail,omitempty"`
}
GroupsAddUserToGroupBody struct for GroupsAddUserToGroupBody
func NewGroupsAddUserToGroupBody ¶
func NewGroupsAddUserToGroupBody() *GroupsAddUserToGroupBody
NewGroupsAddUserToGroupBody instantiates a new GroupsAddUserToGroupBody object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewGroupsAddUserToGroupBodyWithDefaults ¶
func NewGroupsAddUserToGroupBodyWithDefaults() *GroupsAddUserToGroupBody
NewGroupsAddUserToGroupBodyWithDefaults instantiates a new GroupsAddUserToGroupBody object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*GroupsAddUserToGroupBody) GetDomainId ¶
func (o *GroupsAddUserToGroupBody) GetDomainId() string
GetDomainId returns the DomainId field value if set, zero value otherwise.
func (*GroupsAddUserToGroupBody) GetDomainIdOk ¶
func (o *GroupsAddUserToGroupBody) GetDomainIdOk() (*string, bool)
GetDomainIdOk returns a tuple with the DomainId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*GroupsAddUserToGroupBody) GetDomainType ¶
func (o *GroupsAddUserToGroupBody) GetDomainType() AuthorizationDomainType
GetDomainType returns the DomainType field value if set, zero value otherwise.
func (*GroupsAddUserToGroupBody) GetDomainTypeOk ¶
func (o *GroupsAddUserToGroupBody) GetDomainTypeOk() (*AuthorizationDomainType, bool)
GetDomainTypeOk returns a tuple with the DomainType field value if set, nil otherwise and a boolean to check if the value has been set.
func (*GroupsAddUserToGroupBody) GetUserEmail ¶
func (o *GroupsAddUserToGroupBody) GetUserEmail() string
GetUserEmail returns the UserEmail field value if set, zero value otherwise.
func (*GroupsAddUserToGroupBody) GetUserEmailOk ¶
func (o *GroupsAddUserToGroupBody) GetUserEmailOk() (*string, bool)
GetUserEmailOk returns a tuple with the UserEmail field value if set, nil otherwise and a boolean to check if the value has been set.
func (*GroupsAddUserToGroupBody) GetUserId ¶
func (o *GroupsAddUserToGroupBody) GetUserId() string
GetUserId returns the UserId field value if set, zero value otherwise.
func (*GroupsAddUserToGroupBody) GetUserIdOk ¶
func (o *GroupsAddUserToGroupBody) GetUserIdOk() (*string, bool)
GetUserIdOk returns a tuple with the UserId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*GroupsAddUserToGroupBody) HasDomainId ¶
func (o *GroupsAddUserToGroupBody) HasDomainId() bool
HasDomainId returns a boolean if a field has been set.
func (*GroupsAddUserToGroupBody) HasDomainType ¶
func (o *GroupsAddUserToGroupBody) HasDomainType() bool
HasDomainType returns a boolean if a field has been set.
func (*GroupsAddUserToGroupBody) HasUserEmail ¶
func (o *GroupsAddUserToGroupBody) HasUserEmail() bool
HasUserEmail returns a boolean if a field has been set.
func (*GroupsAddUserToGroupBody) HasUserId ¶
func (o *GroupsAddUserToGroupBody) HasUserId() bool
HasUserId returns a boolean if a field has been set.
func (GroupsAddUserToGroupBody) MarshalJSON ¶
func (o GroupsAddUserToGroupBody) MarshalJSON() ([]byte, error)
func (*GroupsAddUserToGroupBody) SetDomainId ¶
func (o *GroupsAddUserToGroupBody) SetDomainId(v string)
SetDomainId gets a reference to the given string and assigns it to the DomainId field.
func (*GroupsAddUserToGroupBody) SetDomainType ¶
func (o *GroupsAddUserToGroupBody) SetDomainType(v AuthorizationDomainType)
SetDomainType gets a reference to the given AuthorizationDomainType and assigns it to the DomainType field.
func (*GroupsAddUserToGroupBody) SetUserEmail ¶
func (o *GroupsAddUserToGroupBody) SetUserEmail(v string)
SetUserEmail gets a reference to the given string and assigns it to the UserEmail field.
func (*GroupsAddUserToGroupBody) SetUserId ¶
func (o *GroupsAddUserToGroupBody) SetUserId(v string)
SetUserId gets a reference to the given string and assigns it to the UserId field.
func (GroupsAddUserToGroupBody) ToMap ¶
func (o GroupsAddUserToGroupBody) ToMap() (map[string]interface{}, error)
type GroupsCreateGroupRequest ¶
type GroupsCreateGroupRequest struct {
DomainType *AuthorizationDomainType `json:"domainType,omitempty"`
DomainId *string `json:"domainId,omitempty"`
Group *GroupsGroup `json:"group,omitempty"`
}
GroupsCreateGroupRequest struct for GroupsCreateGroupRequest
func NewGroupsCreateGroupRequest ¶
func NewGroupsCreateGroupRequest() *GroupsCreateGroupRequest
NewGroupsCreateGroupRequest instantiates a new GroupsCreateGroupRequest object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewGroupsCreateGroupRequestWithDefaults ¶
func NewGroupsCreateGroupRequestWithDefaults() *GroupsCreateGroupRequest
NewGroupsCreateGroupRequestWithDefaults instantiates a new GroupsCreateGroupRequest object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*GroupsCreateGroupRequest) GetDomainId ¶
func (o *GroupsCreateGroupRequest) GetDomainId() string
GetDomainId returns the DomainId field value if set, zero value otherwise.
func (*GroupsCreateGroupRequest) GetDomainIdOk ¶
func (o *GroupsCreateGroupRequest) GetDomainIdOk() (*string, bool)
GetDomainIdOk returns a tuple with the DomainId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*GroupsCreateGroupRequest) GetDomainType ¶
func (o *GroupsCreateGroupRequest) GetDomainType() AuthorizationDomainType
GetDomainType returns the DomainType field value if set, zero value otherwise.
func (*GroupsCreateGroupRequest) GetDomainTypeOk ¶
func (o *GroupsCreateGroupRequest) GetDomainTypeOk() (*AuthorizationDomainType, bool)
GetDomainTypeOk returns a tuple with the DomainType field value if set, nil otherwise and a boolean to check if the value has been set.
func (*GroupsCreateGroupRequest) GetGroup ¶
func (o *GroupsCreateGroupRequest) GetGroup() GroupsGroup
GetGroup returns the Group field value if set, zero value otherwise.
func (*GroupsCreateGroupRequest) GetGroupOk ¶
func (o *GroupsCreateGroupRequest) GetGroupOk() (*GroupsGroup, bool)
GetGroupOk returns a tuple with the Group field value if set, nil otherwise and a boolean to check if the value has been set.
func (*GroupsCreateGroupRequest) HasDomainId ¶
func (o *GroupsCreateGroupRequest) HasDomainId() bool
HasDomainId returns a boolean if a field has been set.
func (*GroupsCreateGroupRequest) HasDomainType ¶
func (o *GroupsCreateGroupRequest) HasDomainType() bool
HasDomainType returns a boolean if a field has been set.
func (*GroupsCreateGroupRequest) HasGroup ¶
func (o *GroupsCreateGroupRequest) HasGroup() bool
HasGroup returns a boolean if a field has been set.
func (GroupsCreateGroupRequest) MarshalJSON ¶
func (o GroupsCreateGroupRequest) MarshalJSON() ([]byte, error)
func (*GroupsCreateGroupRequest) SetDomainId ¶
func (o *GroupsCreateGroupRequest) SetDomainId(v string)
SetDomainId gets a reference to the given string and assigns it to the DomainId field.
func (*GroupsCreateGroupRequest) SetDomainType ¶
func (o *GroupsCreateGroupRequest) SetDomainType(v AuthorizationDomainType)
SetDomainType gets a reference to the given AuthorizationDomainType and assigns it to the DomainType field.
func (*GroupsCreateGroupRequest) SetGroup ¶
func (o *GroupsCreateGroupRequest) SetGroup(v GroupsGroup)
SetGroup gets a reference to the given GroupsGroup and assigns it to the Group field.
func (GroupsCreateGroupRequest) ToMap ¶
func (o GroupsCreateGroupRequest) ToMap() (map[string]interface{}, error)
type GroupsCreateGroupResponse ¶
type GroupsCreateGroupResponse struct {
Group *GroupsGroup `json:"group,omitempty"`
}
GroupsCreateGroupResponse struct for GroupsCreateGroupResponse
func NewGroupsCreateGroupResponse ¶
func NewGroupsCreateGroupResponse() *GroupsCreateGroupResponse
NewGroupsCreateGroupResponse instantiates a new GroupsCreateGroupResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewGroupsCreateGroupResponseWithDefaults ¶
func NewGroupsCreateGroupResponseWithDefaults() *GroupsCreateGroupResponse
NewGroupsCreateGroupResponseWithDefaults instantiates a new GroupsCreateGroupResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*GroupsCreateGroupResponse) GetGroup ¶
func (o *GroupsCreateGroupResponse) GetGroup() GroupsGroup
GetGroup returns the Group field value if set, zero value otherwise.
func (*GroupsCreateGroupResponse) GetGroupOk ¶
func (o *GroupsCreateGroupResponse) GetGroupOk() (*GroupsGroup, bool)
GetGroupOk returns a tuple with the Group field value if set, nil otherwise and a boolean to check if the value has been set.
func (*GroupsCreateGroupResponse) HasGroup ¶
func (o *GroupsCreateGroupResponse) HasGroup() bool
HasGroup returns a boolean if a field has been set.
func (GroupsCreateGroupResponse) MarshalJSON ¶
func (o GroupsCreateGroupResponse) MarshalJSON() ([]byte, error)
func (*GroupsCreateGroupResponse) SetGroup ¶
func (o *GroupsCreateGroupResponse) SetGroup(v GroupsGroup)
SetGroup gets a reference to the given GroupsGroup and assigns it to the Group field.
func (GroupsCreateGroupResponse) ToMap ¶
func (o GroupsCreateGroupResponse) ToMap() (map[string]interface{}, error)
type GroupsDescribeGroupResponse ¶
type GroupsDescribeGroupResponse struct {
Group *GroupsGroup `json:"group,omitempty"`
}
GroupsDescribeGroupResponse struct for GroupsDescribeGroupResponse
func NewGroupsDescribeGroupResponse ¶
func NewGroupsDescribeGroupResponse() *GroupsDescribeGroupResponse
NewGroupsDescribeGroupResponse instantiates a new GroupsDescribeGroupResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewGroupsDescribeGroupResponseWithDefaults ¶
func NewGroupsDescribeGroupResponseWithDefaults() *GroupsDescribeGroupResponse
NewGroupsDescribeGroupResponseWithDefaults instantiates a new GroupsDescribeGroupResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*GroupsDescribeGroupResponse) GetGroup ¶
func (o *GroupsDescribeGroupResponse) GetGroup() GroupsGroup
GetGroup returns the Group field value if set, zero value otherwise.
func (*GroupsDescribeGroupResponse) GetGroupOk ¶
func (o *GroupsDescribeGroupResponse) GetGroupOk() (*GroupsGroup, bool)
GetGroupOk returns a tuple with the Group field value if set, nil otherwise and a boolean to check if the value has been set.
func (*GroupsDescribeGroupResponse) HasGroup ¶
func (o *GroupsDescribeGroupResponse) HasGroup() bool
HasGroup returns a boolean if a field has been set.
func (GroupsDescribeGroupResponse) MarshalJSON ¶
func (o GroupsDescribeGroupResponse) MarshalJSON() ([]byte, error)
func (*GroupsDescribeGroupResponse) SetGroup ¶
func (o *GroupsDescribeGroupResponse) SetGroup(v GroupsGroup)
SetGroup gets a reference to the given GroupsGroup and assigns it to the Group field.
func (GroupsDescribeGroupResponse) ToMap ¶
func (o GroupsDescribeGroupResponse) ToMap() (map[string]interface{}, error)
type GroupsGroup ¶
type GroupsGroup struct {
Metadata *GroupsGroupMetadata `json:"metadata,omitempty"`
Spec *GroupsGroupSpec `json:"spec,omitempty"`
Status *GroupsGroupStatus `json:"status,omitempty"`
}
GroupsGroup struct for GroupsGroup
func NewGroupsGroup ¶
func NewGroupsGroup() *GroupsGroup
NewGroupsGroup instantiates a new GroupsGroup object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewGroupsGroupWithDefaults ¶
func NewGroupsGroupWithDefaults() *GroupsGroup
NewGroupsGroupWithDefaults instantiates a new GroupsGroup object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*GroupsGroup) GetMetadata ¶
func (o *GroupsGroup) GetMetadata() GroupsGroupMetadata
GetMetadata returns the Metadata field value if set, zero value otherwise.
func (*GroupsGroup) GetMetadataOk ¶
func (o *GroupsGroup) GetMetadataOk() (*GroupsGroupMetadata, bool)
GetMetadataOk returns a tuple with the Metadata field value if set, nil otherwise and a boolean to check if the value has been set.
func (*GroupsGroup) GetSpec ¶
func (o *GroupsGroup) GetSpec() GroupsGroupSpec
GetSpec returns the Spec field value if set, zero value otherwise.
func (*GroupsGroup) GetSpecOk ¶
func (o *GroupsGroup) GetSpecOk() (*GroupsGroupSpec, bool)
GetSpecOk returns a tuple with the Spec field value if set, nil otherwise and a boolean to check if the value has been set.
func (*GroupsGroup) GetStatus ¶
func (o *GroupsGroup) GetStatus() GroupsGroupStatus
GetStatus returns the Status field value if set, zero value otherwise.
func (*GroupsGroup) GetStatusOk ¶
func (o *GroupsGroup) GetStatusOk() (*GroupsGroupStatus, bool)
GetStatusOk returns a tuple with the Status field value if set, nil otherwise and a boolean to check if the value has been set.
func (*GroupsGroup) HasMetadata ¶
func (o *GroupsGroup) HasMetadata() bool
HasMetadata returns a boolean if a field has been set.
func (*GroupsGroup) HasSpec ¶
func (o *GroupsGroup) HasSpec() bool
HasSpec returns a boolean if a field has been set.
func (*GroupsGroup) HasStatus ¶
func (o *GroupsGroup) HasStatus() bool
HasStatus returns a boolean if a field has been set.
func (GroupsGroup) MarshalJSON ¶
func (o GroupsGroup) MarshalJSON() ([]byte, error)
func (*GroupsGroup) SetMetadata ¶
func (o *GroupsGroup) SetMetadata(v GroupsGroupMetadata)
SetMetadata gets a reference to the given GroupsGroupMetadata and assigns it to the Metadata field.
func (*GroupsGroup) SetSpec ¶
func (o *GroupsGroup) SetSpec(v GroupsGroupSpec)
SetSpec gets a reference to the given GroupsGroupSpec and assigns it to the Spec field.
func (*GroupsGroup) SetStatus ¶
func (o *GroupsGroup) SetStatus(v GroupsGroupStatus)
SetStatus gets a reference to the given GroupsGroupStatus and assigns it to the Status field.
func (GroupsGroup) ToMap ¶
func (o GroupsGroup) ToMap() (map[string]interface{}, error)
type GroupsGroupMetadata ¶
type GroupsGroupMetadata struct {
Name *string `json:"name,omitempty"`
DomainType *AuthorizationDomainType `json:"domainType,omitempty"`
DomainId *string `json:"domainId,omitempty"`
CreatedAt *time.Time `json:"createdAt,omitempty"`
UpdatedAt *time.Time `json:"updatedAt,omitempty"`
}
GroupsGroupMetadata struct for GroupsGroupMetadata
func NewGroupsGroupMetadata ¶
func NewGroupsGroupMetadata() *GroupsGroupMetadata
NewGroupsGroupMetadata instantiates a new GroupsGroupMetadata object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewGroupsGroupMetadataWithDefaults ¶
func NewGroupsGroupMetadataWithDefaults() *GroupsGroupMetadata
NewGroupsGroupMetadataWithDefaults instantiates a new GroupsGroupMetadata object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*GroupsGroupMetadata) GetCreatedAt ¶
func (o *GroupsGroupMetadata) GetCreatedAt() time.Time
GetCreatedAt returns the CreatedAt field value if set, zero value otherwise.
func (*GroupsGroupMetadata) GetCreatedAtOk ¶
func (o *GroupsGroupMetadata) GetCreatedAtOk() (*time.Time, bool)
GetCreatedAtOk returns a tuple with the CreatedAt field value if set, nil otherwise and a boolean to check if the value has been set.
func (*GroupsGroupMetadata) GetDomainId ¶
func (o *GroupsGroupMetadata) GetDomainId() string
GetDomainId returns the DomainId field value if set, zero value otherwise.
func (*GroupsGroupMetadata) GetDomainIdOk ¶
func (o *GroupsGroupMetadata) GetDomainIdOk() (*string, bool)
GetDomainIdOk returns a tuple with the DomainId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*GroupsGroupMetadata) GetDomainType ¶
func (o *GroupsGroupMetadata) GetDomainType() AuthorizationDomainType
GetDomainType returns the DomainType field value if set, zero value otherwise.
func (*GroupsGroupMetadata) GetDomainTypeOk ¶
func (o *GroupsGroupMetadata) GetDomainTypeOk() (*AuthorizationDomainType, bool)
GetDomainTypeOk returns a tuple with the DomainType field value if set, nil otherwise and a boolean to check if the value has been set.
func (*GroupsGroupMetadata) GetName ¶
func (o *GroupsGroupMetadata) GetName() string
GetName returns the Name field value if set, zero value otherwise.
func (*GroupsGroupMetadata) GetNameOk ¶
func (o *GroupsGroupMetadata) GetNameOk() (*string, bool)
GetNameOk returns a tuple with the Name field value if set, nil otherwise and a boolean to check if the value has been set.
func (*GroupsGroupMetadata) GetUpdatedAt ¶
func (o *GroupsGroupMetadata) GetUpdatedAt() time.Time
GetUpdatedAt returns the UpdatedAt field value if set, zero value otherwise.
func (*GroupsGroupMetadata) GetUpdatedAtOk ¶
func (o *GroupsGroupMetadata) GetUpdatedAtOk() (*time.Time, bool)
GetUpdatedAtOk returns a tuple with the UpdatedAt field value if set, nil otherwise and a boolean to check if the value has been set.
func (*GroupsGroupMetadata) HasCreatedAt ¶
func (o *GroupsGroupMetadata) HasCreatedAt() bool
HasCreatedAt returns a boolean if a field has been set.
func (*GroupsGroupMetadata) HasDomainId ¶
func (o *GroupsGroupMetadata) HasDomainId() bool
HasDomainId returns a boolean if a field has been set.
func (*GroupsGroupMetadata) HasDomainType ¶
func (o *GroupsGroupMetadata) HasDomainType() bool
HasDomainType returns a boolean if a field has been set.
func (*GroupsGroupMetadata) HasName ¶
func (o *GroupsGroupMetadata) HasName() bool
HasName returns a boolean if a field has been set.
func (*GroupsGroupMetadata) HasUpdatedAt ¶
func (o *GroupsGroupMetadata) HasUpdatedAt() bool
HasUpdatedAt returns a boolean if a field has been set.
func (GroupsGroupMetadata) MarshalJSON ¶
func (o GroupsGroupMetadata) MarshalJSON() ([]byte, error)
func (*GroupsGroupMetadata) SetCreatedAt ¶
func (o *GroupsGroupMetadata) SetCreatedAt(v time.Time)
SetCreatedAt gets a reference to the given time.Time and assigns it to the CreatedAt field.
func (*GroupsGroupMetadata) SetDomainId ¶
func (o *GroupsGroupMetadata) SetDomainId(v string)
SetDomainId gets a reference to the given string and assigns it to the DomainId field.
func (*GroupsGroupMetadata) SetDomainType ¶
func (o *GroupsGroupMetadata) SetDomainType(v AuthorizationDomainType)
SetDomainType gets a reference to the given AuthorizationDomainType and assigns it to the DomainType field.
func (*GroupsGroupMetadata) SetName ¶
func (o *GroupsGroupMetadata) SetName(v string)
SetName gets a reference to the given string and assigns it to the Name field.
func (*GroupsGroupMetadata) SetUpdatedAt ¶
func (o *GroupsGroupMetadata) SetUpdatedAt(v time.Time)
SetUpdatedAt gets a reference to the given time.Time and assigns it to the UpdatedAt field.
func (GroupsGroupMetadata) ToMap ¶
func (o GroupsGroupMetadata) ToMap() (map[string]interface{}, error)
type GroupsGroupSpec ¶
type GroupsGroupSpec struct {
Role *string `json:"role,omitempty"`
DisplayName *string `json:"displayName,omitempty"`
Description *string `json:"description,omitempty"`
}
GroupsGroupSpec struct for GroupsGroupSpec
func NewGroupsGroupSpec ¶
func NewGroupsGroupSpec() *GroupsGroupSpec
NewGroupsGroupSpec instantiates a new GroupsGroupSpec object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewGroupsGroupSpecWithDefaults ¶
func NewGroupsGroupSpecWithDefaults() *GroupsGroupSpec
NewGroupsGroupSpecWithDefaults instantiates a new GroupsGroupSpec object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*GroupsGroupSpec) GetDescription ¶
func (o *GroupsGroupSpec) GetDescription() string
GetDescription returns the Description field value if set, zero value otherwise.
func (*GroupsGroupSpec) GetDescriptionOk ¶
func (o *GroupsGroupSpec) GetDescriptionOk() (*string, bool)
GetDescriptionOk returns a tuple with the Description field value if set, nil otherwise and a boolean to check if the value has been set.
func (*GroupsGroupSpec) GetDisplayName ¶
func (o *GroupsGroupSpec) GetDisplayName() string
GetDisplayName returns the DisplayName field value if set, zero value otherwise.
func (*GroupsGroupSpec) GetDisplayNameOk ¶
func (o *GroupsGroupSpec) GetDisplayNameOk() (*string, bool)
GetDisplayNameOk returns a tuple with the DisplayName field value if set, nil otherwise and a boolean to check if the value has been set.
func (*GroupsGroupSpec) GetRole ¶
func (o *GroupsGroupSpec) GetRole() string
GetRole returns the Role field value if set, zero value otherwise.
func (*GroupsGroupSpec) GetRoleOk ¶
func (o *GroupsGroupSpec) GetRoleOk() (*string, bool)
GetRoleOk returns a tuple with the Role field value if set, nil otherwise and a boolean to check if the value has been set.
func (*GroupsGroupSpec) HasDescription ¶
func (o *GroupsGroupSpec) HasDescription() bool
HasDescription returns a boolean if a field has been set.
func (*GroupsGroupSpec) HasDisplayName ¶
func (o *GroupsGroupSpec) HasDisplayName() bool
HasDisplayName returns a boolean if a field has been set.
func (*GroupsGroupSpec) HasRole ¶
func (o *GroupsGroupSpec) HasRole() bool
HasRole returns a boolean if a field has been set.
func (GroupsGroupSpec) MarshalJSON ¶
func (o GroupsGroupSpec) MarshalJSON() ([]byte, error)
func (*GroupsGroupSpec) SetDescription ¶
func (o *GroupsGroupSpec) SetDescription(v string)
SetDescription gets a reference to the given string and assigns it to the Description field.
func (*GroupsGroupSpec) SetDisplayName ¶
func (o *GroupsGroupSpec) SetDisplayName(v string)
SetDisplayName gets a reference to the given string and assigns it to the DisplayName field.
func (*GroupsGroupSpec) SetRole ¶
func (o *GroupsGroupSpec) SetRole(v string)
SetRole gets a reference to the given string and assigns it to the Role field.
func (GroupsGroupSpec) ToMap ¶
func (o GroupsGroupSpec) ToMap() (map[string]interface{}, error)
type GroupsGroupStatus ¶
type GroupsGroupStatus struct {
MembersCount *int32 `json:"membersCount,omitempty"`
}
GroupsGroupStatus struct for GroupsGroupStatus
func NewGroupsGroupStatus ¶
func NewGroupsGroupStatus() *GroupsGroupStatus
NewGroupsGroupStatus instantiates a new GroupsGroupStatus object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewGroupsGroupStatusWithDefaults ¶
func NewGroupsGroupStatusWithDefaults() *GroupsGroupStatus
NewGroupsGroupStatusWithDefaults instantiates a new GroupsGroupStatus object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*GroupsGroupStatus) GetMembersCount ¶
func (o *GroupsGroupStatus) GetMembersCount() int32
GetMembersCount returns the MembersCount field value if set, zero value otherwise.
func (*GroupsGroupStatus) GetMembersCountOk ¶
func (o *GroupsGroupStatus) GetMembersCountOk() (*int32, bool)
GetMembersCountOk returns a tuple with the MembersCount field value if set, nil otherwise and a boolean to check if the value has been set.
func (*GroupsGroupStatus) HasMembersCount ¶
func (o *GroupsGroupStatus) HasMembersCount() bool
HasMembersCount returns a boolean if a field has been set.
func (GroupsGroupStatus) MarshalJSON ¶
func (o GroupsGroupStatus) MarshalJSON() ([]byte, error)
func (*GroupsGroupStatus) SetMembersCount ¶
func (o *GroupsGroupStatus) SetMembersCount(v int32)
SetMembersCount gets a reference to the given int32 and assigns it to the MembersCount field.
func (GroupsGroupStatus) ToMap ¶
func (o GroupsGroupStatus) ToMap() (map[string]interface{}, error)
type GroupsListGroupUsersResponse ¶
type GroupsListGroupUsersResponse struct {
Users []SuperplaneUsersUser `json:"users,omitempty"`
Group *GroupsGroup `json:"group,omitempty"`
}
GroupsListGroupUsersResponse struct for GroupsListGroupUsersResponse
func NewGroupsListGroupUsersResponse ¶
func NewGroupsListGroupUsersResponse() *GroupsListGroupUsersResponse
NewGroupsListGroupUsersResponse instantiates a new GroupsListGroupUsersResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewGroupsListGroupUsersResponseWithDefaults ¶
func NewGroupsListGroupUsersResponseWithDefaults() *GroupsListGroupUsersResponse
NewGroupsListGroupUsersResponseWithDefaults instantiates a new GroupsListGroupUsersResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*GroupsListGroupUsersResponse) GetGroup ¶
func (o *GroupsListGroupUsersResponse) GetGroup() GroupsGroup
GetGroup returns the Group field value if set, zero value otherwise.
func (*GroupsListGroupUsersResponse) GetGroupOk ¶
func (o *GroupsListGroupUsersResponse) GetGroupOk() (*GroupsGroup, bool)
GetGroupOk returns a tuple with the Group field value if set, nil otherwise and a boolean to check if the value has been set.
func (*GroupsListGroupUsersResponse) GetUsers ¶
func (o *GroupsListGroupUsersResponse) GetUsers() []SuperplaneUsersUser
GetUsers returns the Users field value if set, zero value otherwise.
func (*GroupsListGroupUsersResponse) GetUsersOk ¶
func (o *GroupsListGroupUsersResponse) GetUsersOk() ([]SuperplaneUsersUser, bool)
GetUsersOk returns a tuple with the Users field value if set, nil otherwise and a boolean to check if the value has been set.
func (*GroupsListGroupUsersResponse) HasGroup ¶
func (o *GroupsListGroupUsersResponse) HasGroup() bool
HasGroup returns a boolean if a field has been set.
func (*GroupsListGroupUsersResponse) HasUsers ¶
func (o *GroupsListGroupUsersResponse) HasUsers() bool
HasUsers returns a boolean if a field has been set.
func (GroupsListGroupUsersResponse) MarshalJSON ¶
func (o GroupsListGroupUsersResponse) MarshalJSON() ([]byte, error)
func (*GroupsListGroupUsersResponse) SetGroup ¶
func (o *GroupsListGroupUsersResponse) SetGroup(v GroupsGroup)
SetGroup gets a reference to the given GroupsGroup and assigns it to the Group field.
func (*GroupsListGroupUsersResponse) SetUsers ¶
func (o *GroupsListGroupUsersResponse) SetUsers(v []SuperplaneUsersUser)
SetUsers gets a reference to the given []SuperplaneUsersUser and assigns it to the Users field.
func (GroupsListGroupUsersResponse) ToMap ¶
func (o GroupsListGroupUsersResponse) ToMap() (map[string]interface{}, error)
type GroupsListGroupsResponse ¶
type GroupsListGroupsResponse struct {
Groups []GroupsGroup `json:"groups,omitempty"`
}
GroupsListGroupsResponse struct for GroupsListGroupsResponse
func NewGroupsListGroupsResponse ¶
func NewGroupsListGroupsResponse() *GroupsListGroupsResponse
NewGroupsListGroupsResponse instantiates a new GroupsListGroupsResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewGroupsListGroupsResponseWithDefaults ¶
func NewGroupsListGroupsResponseWithDefaults() *GroupsListGroupsResponse
NewGroupsListGroupsResponseWithDefaults instantiates a new GroupsListGroupsResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*GroupsListGroupsResponse) GetGroups ¶
func (o *GroupsListGroupsResponse) GetGroups() []GroupsGroup
GetGroups returns the Groups field value if set, zero value otherwise.
func (*GroupsListGroupsResponse) GetGroupsOk ¶
func (o *GroupsListGroupsResponse) GetGroupsOk() ([]GroupsGroup, bool)
GetGroupsOk returns a tuple with the Groups field value if set, nil otherwise and a boolean to check if the value has been set.
func (*GroupsListGroupsResponse) HasGroups ¶
func (o *GroupsListGroupsResponse) HasGroups() bool
HasGroups returns a boolean if a field has been set.
func (GroupsListGroupsResponse) MarshalJSON ¶
func (o GroupsListGroupsResponse) MarshalJSON() ([]byte, error)
func (*GroupsListGroupsResponse) SetGroups ¶
func (o *GroupsListGroupsResponse) SetGroups(v []GroupsGroup)
SetGroups gets a reference to the given []GroupsGroup and assigns it to the Groups field.
func (GroupsListGroupsResponse) ToMap ¶
func (o GroupsListGroupsResponse) ToMap() (map[string]interface{}, error)
type GroupsRemoveUserFromGroupBody ¶
type GroupsRemoveUserFromGroupBody struct {
DomainType *AuthorizationDomainType `json:"domainType,omitempty"`
DomainId *string `json:"domainId,omitempty"`
UserId *string `json:"userId,omitempty"`
UserEmail *string `json:"userEmail,omitempty"`
}
GroupsRemoveUserFromGroupBody struct for GroupsRemoveUserFromGroupBody
func NewGroupsRemoveUserFromGroupBody ¶
func NewGroupsRemoveUserFromGroupBody() *GroupsRemoveUserFromGroupBody
NewGroupsRemoveUserFromGroupBody instantiates a new GroupsRemoveUserFromGroupBody object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewGroupsRemoveUserFromGroupBodyWithDefaults ¶
func NewGroupsRemoveUserFromGroupBodyWithDefaults() *GroupsRemoveUserFromGroupBody
NewGroupsRemoveUserFromGroupBodyWithDefaults instantiates a new GroupsRemoveUserFromGroupBody object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*GroupsRemoveUserFromGroupBody) GetDomainId ¶
func (o *GroupsRemoveUserFromGroupBody) GetDomainId() string
GetDomainId returns the DomainId field value if set, zero value otherwise.
func (*GroupsRemoveUserFromGroupBody) GetDomainIdOk ¶
func (o *GroupsRemoveUserFromGroupBody) GetDomainIdOk() (*string, bool)
GetDomainIdOk returns a tuple with the DomainId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*GroupsRemoveUserFromGroupBody) GetDomainType ¶
func (o *GroupsRemoveUserFromGroupBody) GetDomainType() AuthorizationDomainType
GetDomainType returns the DomainType field value if set, zero value otherwise.
func (*GroupsRemoveUserFromGroupBody) GetDomainTypeOk ¶
func (o *GroupsRemoveUserFromGroupBody) GetDomainTypeOk() (*AuthorizationDomainType, bool)
GetDomainTypeOk returns a tuple with the DomainType field value if set, nil otherwise and a boolean to check if the value has been set.
func (*GroupsRemoveUserFromGroupBody) GetUserEmail ¶
func (o *GroupsRemoveUserFromGroupBody) GetUserEmail() string
GetUserEmail returns the UserEmail field value if set, zero value otherwise.
func (*GroupsRemoveUserFromGroupBody) GetUserEmailOk ¶
func (o *GroupsRemoveUserFromGroupBody) GetUserEmailOk() (*string, bool)
GetUserEmailOk returns a tuple with the UserEmail field value if set, nil otherwise and a boolean to check if the value has been set.
func (*GroupsRemoveUserFromGroupBody) GetUserId ¶
func (o *GroupsRemoveUserFromGroupBody) GetUserId() string
GetUserId returns the UserId field value if set, zero value otherwise.
func (*GroupsRemoveUserFromGroupBody) GetUserIdOk ¶
func (o *GroupsRemoveUserFromGroupBody) GetUserIdOk() (*string, bool)
GetUserIdOk returns a tuple with the UserId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*GroupsRemoveUserFromGroupBody) HasDomainId ¶
func (o *GroupsRemoveUserFromGroupBody) HasDomainId() bool
HasDomainId returns a boolean if a field has been set.
func (*GroupsRemoveUserFromGroupBody) HasDomainType ¶
func (o *GroupsRemoveUserFromGroupBody) HasDomainType() bool
HasDomainType returns a boolean if a field has been set.
func (*GroupsRemoveUserFromGroupBody) HasUserEmail ¶
func (o *GroupsRemoveUserFromGroupBody) HasUserEmail() bool
HasUserEmail returns a boolean if a field has been set.
func (*GroupsRemoveUserFromGroupBody) HasUserId ¶
func (o *GroupsRemoveUserFromGroupBody) HasUserId() bool
HasUserId returns a boolean if a field has been set.
func (GroupsRemoveUserFromGroupBody) MarshalJSON ¶
func (o GroupsRemoveUserFromGroupBody) MarshalJSON() ([]byte, error)
func (*GroupsRemoveUserFromGroupBody) SetDomainId ¶
func (o *GroupsRemoveUserFromGroupBody) SetDomainId(v string)
SetDomainId gets a reference to the given string and assigns it to the DomainId field.
func (*GroupsRemoveUserFromGroupBody) SetDomainType ¶
func (o *GroupsRemoveUserFromGroupBody) SetDomainType(v AuthorizationDomainType)
SetDomainType gets a reference to the given AuthorizationDomainType and assigns it to the DomainType field.
func (*GroupsRemoveUserFromGroupBody) SetUserEmail ¶
func (o *GroupsRemoveUserFromGroupBody) SetUserEmail(v string)
SetUserEmail gets a reference to the given string and assigns it to the UserEmail field.
func (*GroupsRemoveUserFromGroupBody) SetUserId ¶
func (o *GroupsRemoveUserFromGroupBody) SetUserId(v string)
SetUserId gets a reference to the given string and assigns it to the UserId field.
func (GroupsRemoveUserFromGroupBody) ToMap ¶
func (o GroupsRemoveUserFromGroupBody) ToMap() (map[string]interface{}, error)
type GroupsUpdateGroupBody ¶
type GroupsUpdateGroupBody struct {
DomainType *AuthorizationDomainType `json:"domainType,omitempty"`
DomainId *string `json:"domainId,omitempty"`
Group *GroupsGroup `json:"group,omitempty"`
}
GroupsUpdateGroupBody struct for GroupsUpdateGroupBody
func NewGroupsUpdateGroupBody ¶
func NewGroupsUpdateGroupBody() *GroupsUpdateGroupBody
NewGroupsUpdateGroupBody instantiates a new GroupsUpdateGroupBody object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewGroupsUpdateGroupBodyWithDefaults ¶
func NewGroupsUpdateGroupBodyWithDefaults() *GroupsUpdateGroupBody
NewGroupsUpdateGroupBodyWithDefaults instantiates a new GroupsUpdateGroupBody object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*GroupsUpdateGroupBody) GetDomainId ¶
func (o *GroupsUpdateGroupBody) GetDomainId() string
GetDomainId returns the DomainId field value if set, zero value otherwise.
func (*GroupsUpdateGroupBody) GetDomainIdOk ¶
func (o *GroupsUpdateGroupBody) GetDomainIdOk() (*string, bool)
GetDomainIdOk returns a tuple with the DomainId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*GroupsUpdateGroupBody) GetDomainType ¶
func (o *GroupsUpdateGroupBody) GetDomainType() AuthorizationDomainType
GetDomainType returns the DomainType field value if set, zero value otherwise.
func (*GroupsUpdateGroupBody) GetDomainTypeOk ¶
func (o *GroupsUpdateGroupBody) GetDomainTypeOk() (*AuthorizationDomainType, bool)
GetDomainTypeOk returns a tuple with the DomainType field value if set, nil otherwise and a boolean to check if the value has been set.
func (*GroupsUpdateGroupBody) GetGroup ¶
func (o *GroupsUpdateGroupBody) GetGroup() GroupsGroup
GetGroup returns the Group field value if set, zero value otherwise.
func (*GroupsUpdateGroupBody) GetGroupOk ¶
func (o *GroupsUpdateGroupBody) GetGroupOk() (*GroupsGroup, bool)
GetGroupOk returns a tuple with the Group field value if set, nil otherwise and a boolean to check if the value has been set.
func (*GroupsUpdateGroupBody) HasDomainId ¶
func (o *GroupsUpdateGroupBody) HasDomainId() bool
HasDomainId returns a boolean if a field has been set.
func (*GroupsUpdateGroupBody) HasDomainType ¶
func (o *GroupsUpdateGroupBody) HasDomainType() bool
HasDomainType returns a boolean if a field has been set.
func (*GroupsUpdateGroupBody) HasGroup ¶
func (o *GroupsUpdateGroupBody) HasGroup() bool
HasGroup returns a boolean if a field has been set.
func (GroupsUpdateGroupBody) MarshalJSON ¶
func (o GroupsUpdateGroupBody) MarshalJSON() ([]byte, error)
func (*GroupsUpdateGroupBody) SetDomainId ¶
func (o *GroupsUpdateGroupBody) SetDomainId(v string)
SetDomainId gets a reference to the given string and assigns it to the DomainId field.
func (*GroupsUpdateGroupBody) SetDomainType ¶
func (o *GroupsUpdateGroupBody) SetDomainType(v AuthorizationDomainType)
SetDomainType gets a reference to the given AuthorizationDomainType and assigns it to the DomainType field.
func (*GroupsUpdateGroupBody) SetGroup ¶
func (o *GroupsUpdateGroupBody) SetGroup(v GroupsGroup)
SetGroup gets a reference to the given GroupsGroup and assigns it to the Group field.
func (GroupsUpdateGroupBody) ToMap ¶
func (o GroupsUpdateGroupBody) ToMap() (map[string]interface{}, error)
type GroupsUpdateGroupResponse ¶
type GroupsUpdateGroupResponse struct {
Group *GroupsGroup `json:"group,omitempty"`
}
GroupsUpdateGroupResponse struct for GroupsUpdateGroupResponse
func NewGroupsUpdateGroupResponse ¶
func NewGroupsUpdateGroupResponse() *GroupsUpdateGroupResponse
NewGroupsUpdateGroupResponse instantiates a new GroupsUpdateGroupResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewGroupsUpdateGroupResponseWithDefaults ¶
func NewGroupsUpdateGroupResponseWithDefaults() *GroupsUpdateGroupResponse
NewGroupsUpdateGroupResponseWithDefaults instantiates a new GroupsUpdateGroupResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*GroupsUpdateGroupResponse) GetGroup ¶
func (o *GroupsUpdateGroupResponse) GetGroup() GroupsGroup
GetGroup returns the Group field value if set, zero value otherwise.
func (*GroupsUpdateGroupResponse) GetGroupOk ¶
func (o *GroupsUpdateGroupResponse) GetGroupOk() (*GroupsGroup, bool)
GetGroupOk returns a tuple with the Group field value if set, nil otherwise and a boolean to check if the value has been set.
func (*GroupsUpdateGroupResponse) HasGroup ¶
func (o *GroupsUpdateGroupResponse) HasGroup() bool
HasGroup returns a boolean if a field has been set.
func (GroupsUpdateGroupResponse) MarshalJSON ¶
func (o GroupsUpdateGroupResponse) MarshalJSON() ([]byte, error)
func (*GroupsUpdateGroupResponse) SetGroup ¶
func (o *GroupsUpdateGroupResponse) SetGroup(v GroupsGroup)
SetGroup gets a reference to the given GroupsGroup and assigns it to the Group field.
func (GroupsUpdateGroupResponse) ToMap ¶
func (o GroupsUpdateGroupResponse) ToMap() (map[string]interface{}, error)
type MappedNullable ¶
type MeAPIService ¶
type MeAPIService service
MeAPIService MeAPI service
func (*MeAPIService) MeMe ¶
func (a *MeAPIService) MeMe(ctx context.Context) ApiMeMeRequest
MeMe Get current user
Returns the currently authenticated user
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return ApiMeMeRequest
func (*MeAPIService) MeMeExecute ¶
func (a *MeAPIService) MeMeExecute(r ApiMeMeRequest) (*SuperplaneMeUser, *http.Response, error)
Execute executes the request
@return SuperplaneMeUser
func (*MeAPIService) MeRegenerateToken ¶
func (a *MeAPIService) MeRegenerateToken(ctx context.Context) ApiMeRegenerateTokenRequest
MeRegenerateToken Regenerate API token
Regenerates the currently authencated user's API token
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return ApiMeRegenerateTokenRequest
func (*MeAPIService) MeRegenerateTokenExecute ¶
func (a *MeAPIService) MeRegenerateTokenExecute(r ApiMeRegenerateTokenRequest) (*MeRegenerateTokenResponse, *http.Response, error)
Execute executes the request
@return MeRegenerateTokenResponse
type MeRegenerateTokenResponse ¶
type MeRegenerateTokenResponse struct {
Token *string `json:"token,omitempty"`
}
MeRegenerateTokenResponse struct for MeRegenerateTokenResponse
func NewMeRegenerateTokenResponse ¶
func NewMeRegenerateTokenResponse() *MeRegenerateTokenResponse
NewMeRegenerateTokenResponse instantiates a new MeRegenerateTokenResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewMeRegenerateTokenResponseWithDefaults ¶
func NewMeRegenerateTokenResponseWithDefaults() *MeRegenerateTokenResponse
NewMeRegenerateTokenResponseWithDefaults instantiates a new MeRegenerateTokenResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*MeRegenerateTokenResponse) GetToken ¶
func (o *MeRegenerateTokenResponse) GetToken() string
GetToken returns the Token field value if set, zero value otherwise.
func (*MeRegenerateTokenResponse) GetTokenOk ¶
func (o *MeRegenerateTokenResponse) GetTokenOk() (*string, bool)
GetTokenOk returns a tuple with the Token field value if set, nil otherwise and a boolean to check if the value has been set.
func (*MeRegenerateTokenResponse) HasToken ¶
func (o *MeRegenerateTokenResponse) HasToken() bool
HasToken returns a boolean if a field has been set.
func (MeRegenerateTokenResponse) MarshalJSON ¶
func (o MeRegenerateTokenResponse) MarshalJSON() ([]byte, error)
func (*MeRegenerateTokenResponse) SetToken ¶
func (o *MeRegenerateTokenResponse) SetToken(v string)
SetToken gets a reference to the given string and assigns it to the Token field.
func (MeRegenerateTokenResponse) ToMap ¶
func (o MeRegenerateTokenResponse) ToMap() (map[string]interface{}, error)
type NodeBlueprintRef ¶
type NodeBlueprintRef struct {
Id *string `json:"id,omitempty"`
}
NodeBlueprintRef struct for NodeBlueprintRef
func NewNodeBlueprintRef ¶
func NewNodeBlueprintRef() *NodeBlueprintRef
NewNodeBlueprintRef instantiates a new NodeBlueprintRef object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewNodeBlueprintRefWithDefaults ¶
func NewNodeBlueprintRefWithDefaults() *NodeBlueprintRef
NewNodeBlueprintRefWithDefaults instantiates a new NodeBlueprintRef object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*NodeBlueprintRef) GetId ¶
func (o *NodeBlueprintRef) GetId() string
GetId returns the Id field value if set, zero value otherwise.
func (*NodeBlueprintRef) GetIdOk ¶
func (o *NodeBlueprintRef) GetIdOk() (*string, bool)
GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NodeBlueprintRef) HasId ¶
func (o *NodeBlueprintRef) HasId() bool
HasId returns a boolean if a field has been set.
func (NodeBlueprintRef) MarshalJSON ¶
func (o NodeBlueprintRef) MarshalJSON() ([]byte, error)
func (*NodeBlueprintRef) SetId ¶
func (o *NodeBlueprintRef) SetId(v string)
SetId gets a reference to the given string and assigns it to the Id field.
func (NodeBlueprintRef) ToMap ¶
func (o NodeBlueprintRef) ToMap() (map[string]interface{}, error)
type NodeComponentRef ¶
type NodeComponentRef struct {
Name *string `json:"name,omitempty"`
}
NodeComponentRef struct for NodeComponentRef
func NewNodeComponentRef ¶
func NewNodeComponentRef() *NodeComponentRef
NewNodeComponentRef instantiates a new NodeComponentRef object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewNodeComponentRefWithDefaults ¶
func NewNodeComponentRefWithDefaults() *NodeComponentRef
NewNodeComponentRefWithDefaults instantiates a new NodeComponentRef object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*NodeComponentRef) GetName ¶
func (o *NodeComponentRef) GetName() string
GetName returns the Name field value if set, zero value otherwise.
func (*NodeComponentRef) GetNameOk ¶
func (o *NodeComponentRef) GetNameOk() (*string, bool)
GetNameOk returns a tuple with the Name field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NodeComponentRef) HasName ¶
func (o *NodeComponentRef) HasName() bool
HasName returns a boolean if a field has been set.
func (NodeComponentRef) MarshalJSON ¶
func (o NodeComponentRef) MarshalJSON() ([]byte, error)
func (*NodeComponentRef) SetName ¶
func (o *NodeComponentRef) SetName(v string)
SetName gets a reference to the given string and assigns it to the Name field.
func (NodeComponentRef) ToMap ¶
func (o NodeComponentRef) ToMap() (map[string]interface{}, error)
type NodeTriggerRef ¶
type NodeTriggerRef struct {
Name *string `json:"name,omitempty"`
}
NodeTriggerRef struct for NodeTriggerRef
func NewNodeTriggerRef ¶
func NewNodeTriggerRef() *NodeTriggerRef
NewNodeTriggerRef instantiates a new NodeTriggerRef object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewNodeTriggerRefWithDefaults ¶
func NewNodeTriggerRefWithDefaults() *NodeTriggerRef
NewNodeTriggerRefWithDefaults instantiates a new NodeTriggerRef object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*NodeTriggerRef) GetName ¶
func (o *NodeTriggerRef) GetName() string
GetName returns the Name field value if set, zero value otherwise.
func (*NodeTriggerRef) GetNameOk ¶
func (o *NodeTriggerRef) GetNameOk() (*string, bool)
GetNameOk returns a tuple with the Name field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NodeTriggerRef) HasName ¶
func (o *NodeTriggerRef) HasName() bool
HasName returns a boolean if a field has been set.
func (NodeTriggerRef) MarshalJSON ¶
func (o NodeTriggerRef) MarshalJSON() ([]byte, error)
func (*NodeTriggerRef) SetName ¶
func (o *NodeTriggerRef) SetName(v string)
SetName gets a reference to the given string and assigns it to the Name field.
func (NodeTriggerRef) ToMap ¶
func (o NodeTriggerRef) ToMap() (map[string]interface{}, error)
type NodeWidgetRef ¶ added in v0.0.18
type NodeWidgetRef struct {
Name *string `json:"name,omitempty"`
}
NodeWidgetRef struct for NodeWidgetRef
func NewNodeWidgetRef ¶ added in v0.0.18
func NewNodeWidgetRef() *NodeWidgetRef
NewNodeWidgetRef instantiates a new NodeWidgetRef object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewNodeWidgetRefWithDefaults ¶ added in v0.0.18
func NewNodeWidgetRefWithDefaults() *NodeWidgetRef
NewNodeWidgetRefWithDefaults instantiates a new NodeWidgetRef object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*NodeWidgetRef) GetName ¶ added in v0.0.18
func (o *NodeWidgetRef) GetName() string
GetName returns the Name field value if set, zero value otherwise.
func (*NodeWidgetRef) GetNameOk ¶ added in v0.0.18
func (o *NodeWidgetRef) GetNameOk() (*string, bool)
GetNameOk returns a tuple with the Name field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NodeWidgetRef) HasName ¶ added in v0.0.18
func (o *NodeWidgetRef) HasName() bool
HasName returns a boolean if a field has been set.
func (NodeWidgetRef) MarshalJSON ¶ added in v0.0.18
func (o NodeWidgetRef) MarshalJSON() ([]byte, error)
func (*NodeWidgetRef) SetName ¶ added in v0.0.18
func (o *NodeWidgetRef) SetName(v string)
SetName gets a reference to the given string and assigns it to the Name field.
func (NodeWidgetRef) ToMap ¶ added in v0.0.18
func (o NodeWidgetRef) ToMap() (map[string]interface{}, error)
type NullableAppInstallationNodeRef ¶
type NullableAppInstallationNodeRef struct {
// contains filtered or unexported fields
}
func NewNullableAppInstallationNodeRef ¶
func NewNullableAppInstallationNodeRef(val *AppInstallationNodeRef) *NullableAppInstallationNodeRef
func (NullableAppInstallationNodeRef) Get ¶
func (v NullableAppInstallationNodeRef) Get() *AppInstallationNodeRef
func (NullableAppInstallationNodeRef) IsSet ¶
func (v NullableAppInstallationNodeRef) IsSet() bool
func (NullableAppInstallationNodeRef) MarshalJSON ¶
func (v NullableAppInstallationNodeRef) MarshalJSON() ([]byte, error)
func (*NullableAppInstallationNodeRef) Set ¶
func (v *NullableAppInstallationNodeRef) Set(val *AppInstallationNodeRef)
func (*NullableAppInstallationNodeRef) UnmarshalJSON ¶
func (v *NullableAppInstallationNodeRef) UnmarshalJSON(src []byte) error
func (*NullableAppInstallationNodeRef) Unset ¶
func (v *NullableAppInstallationNodeRef) Unset()
type NullableApplicationsApplicationDefinition ¶
type NullableApplicationsApplicationDefinition struct {
// contains filtered or unexported fields
}
func NewNullableApplicationsApplicationDefinition ¶
func NewNullableApplicationsApplicationDefinition(val *ApplicationsApplicationDefinition) *NullableApplicationsApplicationDefinition
func (NullableApplicationsApplicationDefinition) IsSet ¶
func (v NullableApplicationsApplicationDefinition) IsSet() bool
func (NullableApplicationsApplicationDefinition) MarshalJSON ¶
func (v NullableApplicationsApplicationDefinition) MarshalJSON() ([]byte, error)
func (*NullableApplicationsApplicationDefinition) Set ¶
func (v *NullableApplicationsApplicationDefinition) Set(val *ApplicationsApplicationDefinition)
func (*NullableApplicationsApplicationDefinition) UnmarshalJSON ¶
func (v *NullableApplicationsApplicationDefinition) UnmarshalJSON(src []byte) error
func (*NullableApplicationsApplicationDefinition) Unset ¶
func (v *NullableApplicationsApplicationDefinition) Unset()
type NullableAuthorizationDomainType ¶
type NullableAuthorizationDomainType struct {
// contains filtered or unexported fields
}
func NewNullableAuthorizationDomainType ¶
func NewNullableAuthorizationDomainType(val *AuthorizationDomainType) *NullableAuthorizationDomainType
func (NullableAuthorizationDomainType) Get ¶
func (v NullableAuthorizationDomainType) Get() *AuthorizationDomainType
func (NullableAuthorizationDomainType) IsSet ¶
func (v NullableAuthorizationDomainType) IsSet() bool
func (NullableAuthorizationDomainType) MarshalJSON ¶
func (v NullableAuthorizationDomainType) MarshalJSON() ([]byte, error)
func (*NullableAuthorizationDomainType) Set ¶
func (v *NullableAuthorizationDomainType) Set(val *AuthorizationDomainType)
func (*NullableAuthorizationDomainType) UnmarshalJSON ¶
func (v *NullableAuthorizationDomainType) UnmarshalJSON(src []byte) error
func (*NullableAuthorizationDomainType) Unset ¶
func (v *NullableAuthorizationDomainType) Unset()
type NullableAuthorizationPermission ¶
type NullableAuthorizationPermission struct {
// contains filtered or unexported fields
}
func NewNullableAuthorizationPermission ¶
func NewNullableAuthorizationPermission(val *AuthorizationPermission) *NullableAuthorizationPermission
func (NullableAuthorizationPermission) Get ¶
func (v NullableAuthorizationPermission) Get() *AuthorizationPermission
func (NullableAuthorizationPermission) IsSet ¶
func (v NullableAuthorizationPermission) IsSet() bool
func (NullableAuthorizationPermission) MarshalJSON ¶
func (v NullableAuthorizationPermission) MarshalJSON() ([]byte, error)
func (*NullableAuthorizationPermission) Set ¶
func (v *NullableAuthorizationPermission) Set(val *AuthorizationPermission)
func (*NullableAuthorizationPermission) UnmarshalJSON ¶
func (v *NullableAuthorizationPermission) UnmarshalJSON(src []byte) error
func (*NullableAuthorizationPermission) Unset ¶
func (v *NullableAuthorizationPermission) Unset()
type NullableBlueprintsBlueprint ¶
type NullableBlueprintsBlueprint struct {
// contains filtered or unexported fields
}
func NewNullableBlueprintsBlueprint ¶
func NewNullableBlueprintsBlueprint(val *BlueprintsBlueprint) *NullableBlueprintsBlueprint
func (NullableBlueprintsBlueprint) Get ¶
func (v NullableBlueprintsBlueprint) Get() *BlueprintsBlueprint
func (NullableBlueprintsBlueprint) IsSet ¶
func (v NullableBlueprintsBlueprint) IsSet() bool
func (NullableBlueprintsBlueprint) MarshalJSON ¶
func (v NullableBlueprintsBlueprint) MarshalJSON() ([]byte, error)
func (*NullableBlueprintsBlueprint) Set ¶
func (v *NullableBlueprintsBlueprint) Set(val *BlueprintsBlueprint)
func (*NullableBlueprintsBlueprint) UnmarshalJSON ¶
func (v *NullableBlueprintsBlueprint) UnmarshalJSON(src []byte) error
func (*NullableBlueprintsBlueprint) Unset ¶
func (v *NullableBlueprintsBlueprint) Unset()
type NullableBlueprintsCreateBlueprintRequest ¶
type NullableBlueprintsCreateBlueprintRequest struct {
// contains filtered or unexported fields
}
func NewNullableBlueprintsCreateBlueprintRequest ¶
func NewNullableBlueprintsCreateBlueprintRequest(val *BlueprintsCreateBlueprintRequest) *NullableBlueprintsCreateBlueprintRequest
func (NullableBlueprintsCreateBlueprintRequest) IsSet ¶
func (v NullableBlueprintsCreateBlueprintRequest) IsSet() bool
func (NullableBlueprintsCreateBlueprintRequest) MarshalJSON ¶
func (v NullableBlueprintsCreateBlueprintRequest) MarshalJSON() ([]byte, error)
func (*NullableBlueprintsCreateBlueprintRequest) Set ¶
func (v *NullableBlueprintsCreateBlueprintRequest) Set(val *BlueprintsCreateBlueprintRequest)
func (*NullableBlueprintsCreateBlueprintRequest) UnmarshalJSON ¶
func (v *NullableBlueprintsCreateBlueprintRequest) UnmarshalJSON(src []byte) error
func (*NullableBlueprintsCreateBlueprintRequest) Unset ¶
func (v *NullableBlueprintsCreateBlueprintRequest) Unset()
type NullableBlueprintsCreateBlueprintResponse ¶
type NullableBlueprintsCreateBlueprintResponse struct {
// contains filtered or unexported fields
}
func NewNullableBlueprintsCreateBlueprintResponse ¶
func NewNullableBlueprintsCreateBlueprintResponse(val *BlueprintsCreateBlueprintResponse) *NullableBlueprintsCreateBlueprintResponse
func (NullableBlueprintsCreateBlueprintResponse) IsSet ¶
func (v NullableBlueprintsCreateBlueprintResponse) IsSet() bool
func (NullableBlueprintsCreateBlueprintResponse) MarshalJSON ¶
func (v NullableBlueprintsCreateBlueprintResponse) MarshalJSON() ([]byte, error)
func (*NullableBlueprintsCreateBlueprintResponse) Set ¶
func (v *NullableBlueprintsCreateBlueprintResponse) Set(val *BlueprintsCreateBlueprintResponse)
func (*NullableBlueprintsCreateBlueprintResponse) UnmarshalJSON ¶
func (v *NullableBlueprintsCreateBlueprintResponse) UnmarshalJSON(src []byte) error
func (*NullableBlueprintsCreateBlueprintResponse) Unset ¶
func (v *NullableBlueprintsCreateBlueprintResponse) Unset()
type NullableBlueprintsDescribeBlueprintResponse ¶
type NullableBlueprintsDescribeBlueprintResponse struct {
// contains filtered or unexported fields
}
func NewNullableBlueprintsDescribeBlueprintResponse ¶
func NewNullableBlueprintsDescribeBlueprintResponse(val *BlueprintsDescribeBlueprintResponse) *NullableBlueprintsDescribeBlueprintResponse
func (NullableBlueprintsDescribeBlueprintResponse) IsSet ¶
func (v NullableBlueprintsDescribeBlueprintResponse) IsSet() bool
func (NullableBlueprintsDescribeBlueprintResponse) MarshalJSON ¶
func (v NullableBlueprintsDescribeBlueprintResponse) MarshalJSON() ([]byte, error)
func (*NullableBlueprintsDescribeBlueprintResponse) Set ¶
func (v *NullableBlueprintsDescribeBlueprintResponse) Set(val *BlueprintsDescribeBlueprintResponse)
func (*NullableBlueprintsDescribeBlueprintResponse) UnmarshalJSON ¶
func (v *NullableBlueprintsDescribeBlueprintResponse) UnmarshalJSON(src []byte) error
func (*NullableBlueprintsDescribeBlueprintResponse) Unset ¶
func (v *NullableBlueprintsDescribeBlueprintResponse) Unset()
type NullableBlueprintsListBlueprintsResponse ¶
type NullableBlueprintsListBlueprintsResponse struct {
// contains filtered or unexported fields
}
func NewNullableBlueprintsListBlueprintsResponse ¶
func NewNullableBlueprintsListBlueprintsResponse(val *BlueprintsListBlueprintsResponse) *NullableBlueprintsListBlueprintsResponse
func (NullableBlueprintsListBlueprintsResponse) IsSet ¶
func (v NullableBlueprintsListBlueprintsResponse) IsSet() bool
func (NullableBlueprintsListBlueprintsResponse) MarshalJSON ¶
func (v NullableBlueprintsListBlueprintsResponse) MarshalJSON() ([]byte, error)
func (*NullableBlueprintsListBlueprintsResponse) Set ¶
func (v *NullableBlueprintsListBlueprintsResponse) Set(val *BlueprintsListBlueprintsResponse)
func (*NullableBlueprintsListBlueprintsResponse) UnmarshalJSON ¶
func (v *NullableBlueprintsListBlueprintsResponse) UnmarshalJSON(src []byte) error
func (*NullableBlueprintsListBlueprintsResponse) Unset ¶
func (v *NullableBlueprintsListBlueprintsResponse) Unset()
type NullableBlueprintsUpdateBlueprintBody ¶
type NullableBlueprintsUpdateBlueprintBody struct {
// contains filtered or unexported fields
}
func NewNullableBlueprintsUpdateBlueprintBody ¶
func NewNullableBlueprintsUpdateBlueprintBody(val *BlueprintsUpdateBlueprintBody) *NullableBlueprintsUpdateBlueprintBody
func (NullableBlueprintsUpdateBlueprintBody) Get ¶
func (v NullableBlueprintsUpdateBlueprintBody) Get() *BlueprintsUpdateBlueprintBody
func (NullableBlueprintsUpdateBlueprintBody) IsSet ¶
func (v NullableBlueprintsUpdateBlueprintBody) IsSet() bool
func (NullableBlueprintsUpdateBlueprintBody) MarshalJSON ¶
func (v NullableBlueprintsUpdateBlueprintBody) MarshalJSON() ([]byte, error)
func (*NullableBlueprintsUpdateBlueprintBody) Set ¶
func (v *NullableBlueprintsUpdateBlueprintBody) Set(val *BlueprintsUpdateBlueprintBody)
func (*NullableBlueprintsUpdateBlueprintBody) UnmarshalJSON ¶
func (v *NullableBlueprintsUpdateBlueprintBody) UnmarshalJSON(src []byte) error
func (*NullableBlueprintsUpdateBlueprintBody) Unset ¶
func (v *NullableBlueprintsUpdateBlueprintBody) Unset()
type NullableBlueprintsUpdateBlueprintResponse ¶
type NullableBlueprintsUpdateBlueprintResponse struct {
// contains filtered or unexported fields
}
func NewNullableBlueprintsUpdateBlueprintResponse ¶
func NewNullableBlueprintsUpdateBlueprintResponse(val *BlueprintsUpdateBlueprintResponse) *NullableBlueprintsUpdateBlueprintResponse
func (NullableBlueprintsUpdateBlueprintResponse) IsSet ¶
func (v NullableBlueprintsUpdateBlueprintResponse) IsSet() bool
func (NullableBlueprintsUpdateBlueprintResponse) MarshalJSON ¶
func (v NullableBlueprintsUpdateBlueprintResponse) MarshalJSON() ([]byte, error)
func (*NullableBlueprintsUpdateBlueprintResponse) Set ¶
func (v *NullableBlueprintsUpdateBlueprintResponse) Set(val *BlueprintsUpdateBlueprintResponse)
func (*NullableBlueprintsUpdateBlueprintResponse) UnmarshalJSON ¶
func (v *NullableBlueprintsUpdateBlueprintResponse) UnmarshalJSON(src []byte) error
func (*NullableBlueprintsUpdateBlueprintResponse) Unset ¶
func (v *NullableBlueprintsUpdateBlueprintResponse) Unset()
type NullableBool ¶
type NullableBool struct {
// contains filtered or unexported fields
}
func NewNullableBool ¶
func NewNullableBool(val *bool) *NullableBool
func (NullableBool) Get ¶
func (v NullableBool) Get() *bool
func (NullableBool) IsSet ¶
func (v NullableBool) IsSet() bool
func (NullableBool) MarshalJSON ¶
func (v NullableBool) MarshalJSON() ([]byte, error)
func (*NullableBool) Set ¶
func (v *NullableBool) Set(val *bool)
func (*NullableBool) UnmarshalJSON ¶
func (v *NullableBool) UnmarshalJSON(src []byte) error
func (*NullableBool) Unset ¶
func (v *NullableBool) Unset()
type NullableComponentsAppInstallationRef ¶
type NullableComponentsAppInstallationRef struct {
// contains filtered or unexported fields
}
func NewNullableComponentsAppInstallationRef ¶
func NewNullableComponentsAppInstallationRef(val *ComponentsAppInstallationRef) *NullableComponentsAppInstallationRef
func (NullableComponentsAppInstallationRef) Get ¶
func (v NullableComponentsAppInstallationRef) Get() *ComponentsAppInstallationRef
func (NullableComponentsAppInstallationRef) IsSet ¶
func (v NullableComponentsAppInstallationRef) IsSet() bool
func (NullableComponentsAppInstallationRef) MarshalJSON ¶
func (v NullableComponentsAppInstallationRef) MarshalJSON() ([]byte, error)
func (*NullableComponentsAppInstallationRef) Set ¶
func (v *NullableComponentsAppInstallationRef) Set(val *ComponentsAppInstallationRef)
func (*NullableComponentsAppInstallationRef) UnmarshalJSON ¶
func (v *NullableComponentsAppInstallationRef) UnmarshalJSON(src []byte) error
func (*NullableComponentsAppInstallationRef) Unset ¶
func (v *NullableComponentsAppInstallationRef) Unset()
type NullableComponentsComponent ¶
type NullableComponentsComponent struct {
// contains filtered or unexported fields
}
func NewNullableComponentsComponent ¶
func NewNullableComponentsComponent(val *ComponentsComponent) *NullableComponentsComponent
func (NullableComponentsComponent) Get ¶
func (v NullableComponentsComponent) Get() *ComponentsComponent
func (NullableComponentsComponent) IsSet ¶
func (v NullableComponentsComponent) IsSet() bool
func (NullableComponentsComponent) MarshalJSON ¶
func (v NullableComponentsComponent) MarshalJSON() ([]byte, error)
func (*NullableComponentsComponent) Set ¶
func (v *NullableComponentsComponent) Set(val *ComponentsComponent)
func (*NullableComponentsComponent) UnmarshalJSON ¶
func (v *NullableComponentsComponent) UnmarshalJSON(src []byte) error
func (*NullableComponentsComponent) Unset ¶
func (v *NullableComponentsComponent) Unset()
type NullableComponentsComponentAction ¶
type NullableComponentsComponentAction struct {
// contains filtered or unexported fields
}
func NewNullableComponentsComponentAction ¶
func NewNullableComponentsComponentAction(val *ComponentsComponentAction) *NullableComponentsComponentAction
func (NullableComponentsComponentAction) Get ¶
func (v NullableComponentsComponentAction) Get() *ComponentsComponentAction
func (NullableComponentsComponentAction) IsSet ¶
func (v NullableComponentsComponentAction) IsSet() bool
func (NullableComponentsComponentAction) MarshalJSON ¶
func (v NullableComponentsComponentAction) MarshalJSON() ([]byte, error)
func (*NullableComponentsComponentAction) Set ¶
func (v *NullableComponentsComponentAction) Set(val *ComponentsComponentAction)
func (*NullableComponentsComponentAction) UnmarshalJSON ¶
func (v *NullableComponentsComponentAction) UnmarshalJSON(src []byte) error
func (*NullableComponentsComponentAction) Unset ¶
func (v *NullableComponentsComponentAction) Unset()
type NullableComponentsDescribeComponentResponse ¶
type NullableComponentsDescribeComponentResponse struct {
// contains filtered or unexported fields
}
func NewNullableComponentsDescribeComponentResponse ¶
func NewNullableComponentsDescribeComponentResponse(val *ComponentsDescribeComponentResponse) *NullableComponentsDescribeComponentResponse
func (NullableComponentsDescribeComponentResponse) IsSet ¶
func (v NullableComponentsDescribeComponentResponse) IsSet() bool
func (NullableComponentsDescribeComponentResponse) MarshalJSON ¶
func (v NullableComponentsDescribeComponentResponse) MarshalJSON() ([]byte, error)
func (*NullableComponentsDescribeComponentResponse) Set ¶
func (v *NullableComponentsDescribeComponentResponse) Set(val *ComponentsDescribeComponentResponse)
func (*NullableComponentsDescribeComponentResponse) UnmarshalJSON ¶
func (v *NullableComponentsDescribeComponentResponse) UnmarshalJSON(src []byte) error
func (*NullableComponentsDescribeComponentResponse) Unset ¶
func (v *NullableComponentsDescribeComponentResponse) Unset()
type NullableComponentsEdge ¶
type NullableComponentsEdge struct {
// contains filtered or unexported fields
}
func NewNullableComponentsEdge ¶
func NewNullableComponentsEdge(val *ComponentsEdge) *NullableComponentsEdge
func (NullableComponentsEdge) Get ¶
func (v NullableComponentsEdge) Get() *ComponentsEdge
func (NullableComponentsEdge) IsSet ¶
func (v NullableComponentsEdge) IsSet() bool
func (NullableComponentsEdge) MarshalJSON ¶
func (v NullableComponentsEdge) MarshalJSON() ([]byte, error)
func (*NullableComponentsEdge) Set ¶
func (v *NullableComponentsEdge) Set(val *ComponentsEdge)
func (*NullableComponentsEdge) UnmarshalJSON ¶
func (v *NullableComponentsEdge) UnmarshalJSON(src []byte) error
func (*NullableComponentsEdge) Unset ¶
func (v *NullableComponentsEdge) Unset()
type NullableComponentsListComponentActionsResponse ¶
type NullableComponentsListComponentActionsResponse struct {
// contains filtered or unexported fields
}
func NewNullableComponentsListComponentActionsResponse ¶
func NewNullableComponentsListComponentActionsResponse(val *ComponentsListComponentActionsResponse) *NullableComponentsListComponentActionsResponse
func (NullableComponentsListComponentActionsResponse) IsSet ¶
func (v NullableComponentsListComponentActionsResponse) IsSet() bool
func (NullableComponentsListComponentActionsResponse) MarshalJSON ¶
func (v NullableComponentsListComponentActionsResponse) MarshalJSON() ([]byte, error)
func (*NullableComponentsListComponentActionsResponse) Set ¶
func (v *NullableComponentsListComponentActionsResponse) Set(val *ComponentsListComponentActionsResponse)
func (*NullableComponentsListComponentActionsResponse) UnmarshalJSON ¶
func (v *NullableComponentsListComponentActionsResponse) UnmarshalJSON(src []byte) error
func (*NullableComponentsListComponentActionsResponse) Unset ¶
func (v *NullableComponentsListComponentActionsResponse) Unset()
type NullableComponentsListComponentsResponse ¶
type NullableComponentsListComponentsResponse struct {
// contains filtered or unexported fields
}
func NewNullableComponentsListComponentsResponse ¶
func NewNullableComponentsListComponentsResponse(val *ComponentsListComponentsResponse) *NullableComponentsListComponentsResponse
func (NullableComponentsListComponentsResponse) IsSet ¶
func (v NullableComponentsListComponentsResponse) IsSet() bool
func (NullableComponentsListComponentsResponse) MarshalJSON ¶
func (v NullableComponentsListComponentsResponse) MarshalJSON() ([]byte, error)
func (*NullableComponentsListComponentsResponse) Set ¶
func (v *NullableComponentsListComponentsResponse) Set(val *ComponentsListComponentsResponse)
func (*NullableComponentsListComponentsResponse) UnmarshalJSON ¶
func (v *NullableComponentsListComponentsResponse) UnmarshalJSON(src []byte) error
func (*NullableComponentsListComponentsResponse) Unset ¶
func (v *NullableComponentsListComponentsResponse) Unset()
type NullableComponentsNode ¶
type NullableComponentsNode struct {
// contains filtered or unexported fields
}
func NewNullableComponentsNode ¶
func NewNullableComponentsNode(val *ComponentsNode) *NullableComponentsNode
func (NullableComponentsNode) Get ¶
func (v NullableComponentsNode) Get() *ComponentsNode
func (NullableComponentsNode) IsSet ¶
func (v NullableComponentsNode) IsSet() bool
func (NullableComponentsNode) MarshalJSON ¶
func (v NullableComponentsNode) MarshalJSON() ([]byte, error)
func (*NullableComponentsNode) Set ¶
func (v *NullableComponentsNode) Set(val *ComponentsNode)
func (*NullableComponentsNode) UnmarshalJSON ¶
func (v *NullableComponentsNode) UnmarshalJSON(src []byte) error
func (*NullableComponentsNode) Unset ¶
func (v *NullableComponentsNode) Unset()
type NullableComponentsNodeType ¶
type NullableComponentsNodeType struct {
// contains filtered or unexported fields
}
func NewNullableComponentsNodeType ¶
func NewNullableComponentsNodeType(val *ComponentsNodeType) *NullableComponentsNodeType
func (NullableComponentsNodeType) Get ¶
func (v NullableComponentsNodeType) Get() *ComponentsNodeType
func (NullableComponentsNodeType) IsSet ¶
func (v NullableComponentsNodeType) IsSet() bool
func (NullableComponentsNodeType) MarshalJSON ¶
func (v NullableComponentsNodeType) MarshalJSON() ([]byte, error)
func (*NullableComponentsNodeType) Set ¶
func (v *NullableComponentsNodeType) Set(val *ComponentsNodeType)
func (*NullableComponentsNodeType) UnmarshalJSON ¶
func (v *NullableComponentsNodeType) UnmarshalJSON(src []byte) error
func (*NullableComponentsNodeType) Unset ¶
func (v *NullableComponentsNodeType) Unset()
type NullableComponentsPosition ¶
type NullableComponentsPosition struct {
// contains filtered or unexported fields
}
func NewNullableComponentsPosition ¶
func NewNullableComponentsPosition(val *ComponentsPosition) *NullableComponentsPosition
func (NullableComponentsPosition) Get ¶
func (v NullableComponentsPosition) Get() *ComponentsPosition
func (NullableComponentsPosition) IsSet ¶
func (v NullableComponentsPosition) IsSet() bool
func (NullableComponentsPosition) MarshalJSON ¶
func (v NullableComponentsPosition) MarshalJSON() ([]byte, error)
func (*NullableComponentsPosition) Set ¶
func (v *NullableComponentsPosition) Set(val *ComponentsPosition)
func (*NullableComponentsPosition) UnmarshalJSON ¶
func (v *NullableComponentsPosition) UnmarshalJSON(src []byte) error
func (*NullableComponentsPosition) Unset ¶
func (v *NullableComponentsPosition) Unset()
type NullableConfigurationAnyPredicateListTypeOptions ¶
type NullableConfigurationAnyPredicateListTypeOptions struct {
// contains filtered or unexported fields
}
func NewNullableConfigurationAnyPredicateListTypeOptions ¶
func NewNullableConfigurationAnyPredicateListTypeOptions(val *ConfigurationAnyPredicateListTypeOptions) *NullableConfigurationAnyPredicateListTypeOptions
func (NullableConfigurationAnyPredicateListTypeOptions) IsSet ¶
func (v NullableConfigurationAnyPredicateListTypeOptions) IsSet() bool
func (NullableConfigurationAnyPredicateListTypeOptions) MarshalJSON ¶
func (v NullableConfigurationAnyPredicateListTypeOptions) MarshalJSON() ([]byte, error)
func (*NullableConfigurationAnyPredicateListTypeOptions) UnmarshalJSON ¶
func (v *NullableConfigurationAnyPredicateListTypeOptions) UnmarshalJSON(src []byte) error
func (*NullableConfigurationAnyPredicateListTypeOptions) Unset ¶
func (v *NullableConfigurationAnyPredicateListTypeOptions) Unset()
type NullableConfigurationDateTimeTypeOptions ¶
type NullableConfigurationDateTimeTypeOptions struct {
// contains filtered or unexported fields
}
func NewNullableConfigurationDateTimeTypeOptions ¶
func NewNullableConfigurationDateTimeTypeOptions(val *ConfigurationDateTimeTypeOptions) *NullableConfigurationDateTimeTypeOptions
func (NullableConfigurationDateTimeTypeOptions) IsSet ¶
func (v NullableConfigurationDateTimeTypeOptions) IsSet() bool
func (NullableConfigurationDateTimeTypeOptions) MarshalJSON ¶
func (v NullableConfigurationDateTimeTypeOptions) MarshalJSON() ([]byte, error)
func (*NullableConfigurationDateTimeTypeOptions) Set ¶
func (v *NullableConfigurationDateTimeTypeOptions) Set(val *ConfigurationDateTimeTypeOptions)
func (*NullableConfigurationDateTimeTypeOptions) UnmarshalJSON ¶
func (v *NullableConfigurationDateTimeTypeOptions) UnmarshalJSON(src []byte) error
func (*NullableConfigurationDateTimeTypeOptions) Unset ¶
func (v *NullableConfigurationDateTimeTypeOptions) Unset()
type NullableConfigurationDateTypeOptions ¶
type NullableConfigurationDateTypeOptions struct {
// contains filtered or unexported fields
}
func NewNullableConfigurationDateTypeOptions ¶
func NewNullableConfigurationDateTypeOptions(val *ConfigurationDateTypeOptions) *NullableConfigurationDateTypeOptions
func (NullableConfigurationDateTypeOptions) Get ¶
func (v NullableConfigurationDateTypeOptions) Get() *ConfigurationDateTypeOptions
func (NullableConfigurationDateTypeOptions) IsSet ¶
func (v NullableConfigurationDateTypeOptions) IsSet() bool
func (NullableConfigurationDateTypeOptions) MarshalJSON ¶
func (v NullableConfigurationDateTypeOptions) MarshalJSON() ([]byte, error)
func (*NullableConfigurationDateTypeOptions) Set ¶
func (v *NullableConfigurationDateTypeOptions) Set(val *ConfigurationDateTypeOptions)
func (*NullableConfigurationDateTypeOptions) UnmarshalJSON ¶
func (v *NullableConfigurationDateTypeOptions) UnmarshalJSON(src []byte) error
func (*NullableConfigurationDateTypeOptions) Unset ¶
func (v *NullableConfigurationDateTypeOptions) Unset()
type NullableConfigurationExpressionTypeOptions ¶ added in v0.0.43
type NullableConfigurationExpressionTypeOptions struct {
// contains filtered or unexported fields
}
func NewNullableConfigurationExpressionTypeOptions ¶ added in v0.0.43
func NewNullableConfigurationExpressionTypeOptions(val *ConfigurationExpressionTypeOptions) *NullableConfigurationExpressionTypeOptions
func (NullableConfigurationExpressionTypeOptions) IsSet ¶ added in v0.0.43
func (v NullableConfigurationExpressionTypeOptions) IsSet() bool
func (NullableConfigurationExpressionTypeOptions) MarshalJSON ¶ added in v0.0.43
func (v NullableConfigurationExpressionTypeOptions) MarshalJSON() ([]byte, error)
func (*NullableConfigurationExpressionTypeOptions) Set ¶ added in v0.0.43
func (v *NullableConfigurationExpressionTypeOptions) Set(val *ConfigurationExpressionTypeOptions)
func (*NullableConfigurationExpressionTypeOptions) UnmarshalJSON ¶ added in v0.0.43
func (v *NullableConfigurationExpressionTypeOptions) UnmarshalJSON(src []byte) error
func (*NullableConfigurationExpressionTypeOptions) Unset ¶ added in v0.0.43
func (v *NullableConfigurationExpressionTypeOptions) Unset()
type NullableConfigurationField ¶
type NullableConfigurationField struct {
// contains filtered or unexported fields
}
func NewNullableConfigurationField ¶
func NewNullableConfigurationField(val *ConfigurationField) *NullableConfigurationField
func (NullableConfigurationField) Get ¶
func (v NullableConfigurationField) Get() *ConfigurationField
func (NullableConfigurationField) IsSet ¶
func (v NullableConfigurationField) IsSet() bool
func (NullableConfigurationField) MarshalJSON ¶
func (v NullableConfigurationField) MarshalJSON() ([]byte, error)
func (*NullableConfigurationField) Set ¶
func (v *NullableConfigurationField) Set(val *ConfigurationField)
func (*NullableConfigurationField) UnmarshalJSON ¶
func (v *NullableConfigurationField) UnmarshalJSON(src []byte) error
func (*NullableConfigurationField) Unset ¶
func (v *NullableConfigurationField) Unset()
type NullableConfigurationListItemDefinition ¶
type NullableConfigurationListItemDefinition struct {
// contains filtered or unexported fields
}
func NewNullableConfigurationListItemDefinition ¶
func NewNullableConfigurationListItemDefinition(val *ConfigurationListItemDefinition) *NullableConfigurationListItemDefinition
func (NullableConfigurationListItemDefinition) IsSet ¶
func (v NullableConfigurationListItemDefinition) IsSet() bool
func (NullableConfigurationListItemDefinition) MarshalJSON ¶
func (v NullableConfigurationListItemDefinition) MarshalJSON() ([]byte, error)
func (*NullableConfigurationListItemDefinition) Set ¶
func (v *NullableConfigurationListItemDefinition) Set(val *ConfigurationListItemDefinition)
func (*NullableConfigurationListItemDefinition) UnmarshalJSON ¶
func (v *NullableConfigurationListItemDefinition) UnmarshalJSON(src []byte) error
func (*NullableConfigurationListItemDefinition) Unset ¶
func (v *NullableConfigurationListItemDefinition) Unset()
type NullableConfigurationListTypeOptions ¶
type NullableConfigurationListTypeOptions struct {
// contains filtered or unexported fields
}
func NewNullableConfigurationListTypeOptions ¶
func NewNullableConfigurationListTypeOptions(val *ConfigurationListTypeOptions) *NullableConfigurationListTypeOptions
func (NullableConfigurationListTypeOptions) Get ¶
func (v NullableConfigurationListTypeOptions) Get() *ConfigurationListTypeOptions
func (NullableConfigurationListTypeOptions) IsSet ¶
func (v NullableConfigurationListTypeOptions) IsSet() bool
func (NullableConfigurationListTypeOptions) MarshalJSON ¶
func (v NullableConfigurationListTypeOptions) MarshalJSON() ([]byte, error)
func (*NullableConfigurationListTypeOptions) Set ¶
func (v *NullableConfigurationListTypeOptions) Set(val *ConfigurationListTypeOptions)
func (*NullableConfigurationListTypeOptions) UnmarshalJSON ¶
func (v *NullableConfigurationListTypeOptions) UnmarshalJSON(src []byte) error
func (*NullableConfigurationListTypeOptions) Unset ¶
func (v *NullableConfigurationListTypeOptions) Unset()
type NullableConfigurationMultiSelectTypeOptions ¶
type NullableConfigurationMultiSelectTypeOptions struct {
// contains filtered or unexported fields
}
func NewNullableConfigurationMultiSelectTypeOptions ¶
func NewNullableConfigurationMultiSelectTypeOptions(val *ConfigurationMultiSelectTypeOptions) *NullableConfigurationMultiSelectTypeOptions
func (NullableConfigurationMultiSelectTypeOptions) IsSet ¶
func (v NullableConfigurationMultiSelectTypeOptions) IsSet() bool
func (NullableConfigurationMultiSelectTypeOptions) MarshalJSON ¶
func (v NullableConfigurationMultiSelectTypeOptions) MarshalJSON() ([]byte, error)
func (*NullableConfigurationMultiSelectTypeOptions) Set ¶
func (v *NullableConfigurationMultiSelectTypeOptions) Set(val *ConfigurationMultiSelectTypeOptions)
func (*NullableConfigurationMultiSelectTypeOptions) UnmarshalJSON ¶
func (v *NullableConfigurationMultiSelectTypeOptions) UnmarshalJSON(src []byte) error
func (*NullableConfigurationMultiSelectTypeOptions) Unset ¶
func (v *NullableConfigurationMultiSelectTypeOptions) Unset()
type NullableConfigurationNumberTypeOptions ¶
type NullableConfigurationNumberTypeOptions struct {
// contains filtered or unexported fields
}
func NewNullableConfigurationNumberTypeOptions ¶
func NewNullableConfigurationNumberTypeOptions(val *ConfigurationNumberTypeOptions) *NullableConfigurationNumberTypeOptions
func (NullableConfigurationNumberTypeOptions) Get ¶
func (v NullableConfigurationNumberTypeOptions) Get() *ConfigurationNumberTypeOptions
func (NullableConfigurationNumberTypeOptions) IsSet ¶
func (v NullableConfigurationNumberTypeOptions) IsSet() bool
func (NullableConfigurationNumberTypeOptions) MarshalJSON ¶
func (v NullableConfigurationNumberTypeOptions) MarshalJSON() ([]byte, error)
func (*NullableConfigurationNumberTypeOptions) Set ¶
func (v *NullableConfigurationNumberTypeOptions) Set(val *ConfigurationNumberTypeOptions)
func (*NullableConfigurationNumberTypeOptions) UnmarshalJSON ¶
func (v *NullableConfigurationNumberTypeOptions) UnmarshalJSON(src []byte) error
func (*NullableConfigurationNumberTypeOptions) Unset ¶
func (v *NullableConfigurationNumberTypeOptions) Unset()
type NullableConfigurationObjectTypeOptions ¶
type NullableConfigurationObjectTypeOptions struct {
// contains filtered or unexported fields
}
func NewNullableConfigurationObjectTypeOptions ¶
func NewNullableConfigurationObjectTypeOptions(val *ConfigurationObjectTypeOptions) *NullableConfigurationObjectTypeOptions
func (NullableConfigurationObjectTypeOptions) Get ¶
func (v NullableConfigurationObjectTypeOptions) Get() *ConfigurationObjectTypeOptions
func (NullableConfigurationObjectTypeOptions) IsSet ¶
func (v NullableConfigurationObjectTypeOptions) IsSet() bool
func (NullableConfigurationObjectTypeOptions) MarshalJSON ¶
func (v NullableConfigurationObjectTypeOptions) MarshalJSON() ([]byte, error)
func (*NullableConfigurationObjectTypeOptions) Set ¶
func (v *NullableConfigurationObjectTypeOptions) Set(val *ConfigurationObjectTypeOptions)
func (*NullableConfigurationObjectTypeOptions) UnmarshalJSON ¶
func (v *NullableConfigurationObjectTypeOptions) UnmarshalJSON(src []byte) error
func (*NullableConfigurationObjectTypeOptions) Unset ¶
func (v *NullableConfigurationObjectTypeOptions) Unset()
type NullableConfigurationRequiredCondition ¶
type NullableConfigurationRequiredCondition struct {
// contains filtered or unexported fields
}
func NewNullableConfigurationRequiredCondition ¶
func NewNullableConfigurationRequiredCondition(val *ConfigurationRequiredCondition) *NullableConfigurationRequiredCondition
func (NullableConfigurationRequiredCondition) Get ¶
func (v NullableConfigurationRequiredCondition) Get() *ConfigurationRequiredCondition
func (NullableConfigurationRequiredCondition) IsSet ¶
func (v NullableConfigurationRequiredCondition) IsSet() bool
func (NullableConfigurationRequiredCondition) MarshalJSON ¶
func (v NullableConfigurationRequiredCondition) MarshalJSON() ([]byte, error)
func (*NullableConfigurationRequiredCondition) Set ¶
func (v *NullableConfigurationRequiredCondition) Set(val *ConfigurationRequiredCondition)
func (*NullableConfigurationRequiredCondition) UnmarshalJSON ¶
func (v *NullableConfigurationRequiredCondition) UnmarshalJSON(src []byte) error
func (*NullableConfigurationRequiredCondition) Unset ¶
func (v *NullableConfigurationRequiredCondition) Unset()
type NullableConfigurationResourceTypeOptions ¶
type NullableConfigurationResourceTypeOptions struct {
// contains filtered or unexported fields
}
func NewNullableConfigurationResourceTypeOptions ¶
func NewNullableConfigurationResourceTypeOptions(val *ConfigurationResourceTypeOptions) *NullableConfigurationResourceTypeOptions
func (NullableConfigurationResourceTypeOptions) IsSet ¶
func (v NullableConfigurationResourceTypeOptions) IsSet() bool
func (NullableConfigurationResourceTypeOptions) MarshalJSON ¶
func (v NullableConfigurationResourceTypeOptions) MarshalJSON() ([]byte, error)
func (*NullableConfigurationResourceTypeOptions) Set ¶
func (v *NullableConfigurationResourceTypeOptions) Set(val *ConfigurationResourceTypeOptions)
func (*NullableConfigurationResourceTypeOptions) UnmarshalJSON ¶
func (v *NullableConfigurationResourceTypeOptions) UnmarshalJSON(src []byte) error
func (*NullableConfigurationResourceTypeOptions) Unset ¶
func (v *NullableConfigurationResourceTypeOptions) Unset()
type NullableConfigurationSelectOption ¶
type NullableConfigurationSelectOption struct {
// contains filtered or unexported fields
}
func NewNullableConfigurationSelectOption ¶
func NewNullableConfigurationSelectOption(val *ConfigurationSelectOption) *NullableConfigurationSelectOption
func (NullableConfigurationSelectOption) Get ¶
func (v NullableConfigurationSelectOption) Get() *ConfigurationSelectOption
func (NullableConfigurationSelectOption) IsSet ¶
func (v NullableConfigurationSelectOption) IsSet() bool
func (NullableConfigurationSelectOption) MarshalJSON ¶
func (v NullableConfigurationSelectOption) MarshalJSON() ([]byte, error)
func (*NullableConfigurationSelectOption) Set ¶
func (v *NullableConfigurationSelectOption) Set(val *ConfigurationSelectOption)
func (*NullableConfigurationSelectOption) UnmarshalJSON ¶
func (v *NullableConfigurationSelectOption) UnmarshalJSON(src []byte) error
func (*NullableConfigurationSelectOption) Unset ¶
func (v *NullableConfigurationSelectOption) Unset()
type NullableConfigurationSelectTypeOptions ¶
type NullableConfigurationSelectTypeOptions struct {
// contains filtered or unexported fields
}
func NewNullableConfigurationSelectTypeOptions ¶
func NewNullableConfigurationSelectTypeOptions(val *ConfigurationSelectTypeOptions) *NullableConfigurationSelectTypeOptions
func (NullableConfigurationSelectTypeOptions) Get ¶
func (v NullableConfigurationSelectTypeOptions) Get() *ConfigurationSelectTypeOptions
func (NullableConfigurationSelectTypeOptions) IsSet ¶
func (v NullableConfigurationSelectTypeOptions) IsSet() bool
func (NullableConfigurationSelectTypeOptions) MarshalJSON ¶
func (v NullableConfigurationSelectTypeOptions) MarshalJSON() ([]byte, error)
func (*NullableConfigurationSelectTypeOptions) Set ¶
func (v *NullableConfigurationSelectTypeOptions) Set(val *ConfigurationSelectTypeOptions)
func (*NullableConfigurationSelectTypeOptions) UnmarshalJSON ¶
func (v *NullableConfigurationSelectTypeOptions) UnmarshalJSON(src []byte) error
func (*NullableConfigurationSelectTypeOptions) Unset ¶
func (v *NullableConfigurationSelectTypeOptions) Unset()
type NullableConfigurationStringTypeOptions ¶ added in v0.0.18
type NullableConfigurationStringTypeOptions struct {
// contains filtered or unexported fields
}
func NewNullableConfigurationStringTypeOptions ¶ added in v0.0.18
func NewNullableConfigurationStringTypeOptions(val *ConfigurationStringTypeOptions) *NullableConfigurationStringTypeOptions
func (NullableConfigurationStringTypeOptions) Get ¶ added in v0.0.18
func (v NullableConfigurationStringTypeOptions) Get() *ConfigurationStringTypeOptions
func (NullableConfigurationStringTypeOptions) IsSet ¶ added in v0.0.18
func (v NullableConfigurationStringTypeOptions) IsSet() bool
func (NullableConfigurationStringTypeOptions) MarshalJSON ¶ added in v0.0.18
func (v NullableConfigurationStringTypeOptions) MarshalJSON() ([]byte, error)
func (*NullableConfigurationStringTypeOptions) Set ¶ added in v0.0.18
func (v *NullableConfigurationStringTypeOptions) Set(val *ConfigurationStringTypeOptions)
func (*NullableConfigurationStringTypeOptions) UnmarshalJSON ¶ added in v0.0.18
func (v *NullableConfigurationStringTypeOptions) UnmarshalJSON(src []byte) error
func (*NullableConfigurationStringTypeOptions) Unset ¶ added in v0.0.18
func (v *NullableConfigurationStringTypeOptions) Unset()
type NullableConfigurationTextTypeOptions ¶ added in v0.0.18
type NullableConfigurationTextTypeOptions struct {
// contains filtered or unexported fields
}
func NewNullableConfigurationTextTypeOptions ¶ added in v0.0.18
func NewNullableConfigurationTextTypeOptions(val *ConfigurationTextTypeOptions) *NullableConfigurationTextTypeOptions
func (NullableConfigurationTextTypeOptions) Get ¶ added in v0.0.18
func (v NullableConfigurationTextTypeOptions) Get() *ConfigurationTextTypeOptions
func (NullableConfigurationTextTypeOptions) IsSet ¶ added in v0.0.18
func (v NullableConfigurationTextTypeOptions) IsSet() bool
func (NullableConfigurationTextTypeOptions) MarshalJSON ¶ added in v0.0.18
func (v NullableConfigurationTextTypeOptions) MarshalJSON() ([]byte, error)
func (*NullableConfigurationTextTypeOptions) Set ¶ added in v0.0.18
func (v *NullableConfigurationTextTypeOptions) Set(val *ConfigurationTextTypeOptions)
func (*NullableConfigurationTextTypeOptions) UnmarshalJSON ¶ added in v0.0.18
func (v *NullableConfigurationTextTypeOptions) UnmarshalJSON(src []byte) error
func (*NullableConfigurationTextTypeOptions) Unset ¶ added in v0.0.18
func (v *NullableConfigurationTextTypeOptions) Unset()
type NullableConfigurationTimeTypeOptions ¶
type NullableConfigurationTimeTypeOptions struct {
// contains filtered or unexported fields
}
func NewNullableConfigurationTimeTypeOptions ¶
func NewNullableConfigurationTimeTypeOptions(val *ConfigurationTimeTypeOptions) *NullableConfigurationTimeTypeOptions
func (NullableConfigurationTimeTypeOptions) Get ¶
func (v NullableConfigurationTimeTypeOptions) Get() *ConfigurationTimeTypeOptions
func (NullableConfigurationTimeTypeOptions) IsSet ¶
func (v NullableConfigurationTimeTypeOptions) IsSet() bool
func (NullableConfigurationTimeTypeOptions) MarshalJSON ¶
func (v NullableConfigurationTimeTypeOptions) MarshalJSON() ([]byte, error)
func (*NullableConfigurationTimeTypeOptions) Set ¶
func (v *NullableConfigurationTimeTypeOptions) Set(val *ConfigurationTimeTypeOptions)
func (*NullableConfigurationTimeTypeOptions) UnmarshalJSON ¶
func (v *NullableConfigurationTimeTypeOptions) UnmarshalJSON(src []byte) error
func (*NullableConfigurationTimeTypeOptions) Unset ¶
func (v *NullableConfigurationTimeTypeOptions) Unset()
type NullableConfigurationTypeOptions ¶
type NullableConfigurationTypeOptions struct {
// contains filtered or unexported fields
}
func NewNullableConfigurationTypeOptions ¶
func NewNullableConfigurationTypeOptions(val *ConfigurationTypeOptions) *NullableConfigurationTypeOptions
func (NullableConfigurationTypeOptions) Get ¶
func (v NullableConfigurationTypeOptions) Get() *ConfigurationTypeOptions
func (NullableConfigurationTypeOptions) IsSet ¶
func (v NullableConfigurationTypeOptions) IsSet() bool
func (NullableConfigurationTypeOptions) MarshalJSON ¶
func (v NullableConfigurationTypeOptions) MarshalJSON() ([]byte, error)
func (*NullableConfigurationTypeOptions) Set ¶
func (v *NullableConfigurationTypeOptions) Set(val *ConfigurationTypeOptions)
func (*NullableConfigurationTypeOptions) UnmarshalJSON ¶
func (v *NullableConfigurationTypeOptions) UnmarshalJSON(src []byte) error
func (*NullableConfigurationTypeOptions) Unset ¶
func (v *NullableConfigurationTypeOptions) Unset()
type NullableConfigurationValidationRule ¶
type NullableConfigurationValidationRule struct {
// contains filtered or unexported fields
}
func NewNullableConfigurationValidationRule ¶
func NewNullableConfigurationValidationRule(val *ConfigurationValidationRule) *NullableConfigurationValidationRule
func (NullableConfigurationValidationRule) Get ¶
func (v NullableConfigurationValidationRule) Get() *ConfigurationValidationRule
func (NullableConfigurationValidationRule) IsSet ¶
func (v NullableConfigurationValidationRule) IsSet() bool
func (NullableConfigurationValidationRule) MarshalJSON ¶
func (v NullableConfigurationValidationRule) MarshalJSON() ([]byte, error)
func (*NullableConfigurationValidationRule) Set ¶
func (v *NullableConfigurationValidationRule) Set(val *ConfigurationValidationRule)
func (*NullableConfigurationValidationRule) UnmarshalJSON ¶
func (v *NullableConfigurationValidationRule) UnmarshalJSON(src []byte) error
func (*NullableConfigurationValidationRule) Unset ¶
func (v *NullableConfigurationValidationRule) Unset()
type NullableConfigurationVisibilityCondition ¶
type NullableConfigurationVisibilityCondition struct {
// contains filtered or unexported fields
}
func NewNullableConfigurationVisibilityCondition ¶
func NewNullableConfigurationVisibilityCondition(val *ConfigurationVisibilityCondition) *NullableConfigurationVisibilityCondition
func (NullableConfigurationVisibilityCondition) IsSet ¶
func (v NullableConfigurationVisibilityCondition) IsSet() bool
func (NullableConfigurationVisibilityCondition) MarshalJSON ¶
func (v NullableConfigurationVisibilityCondition) MarshalJSON() ([]byte, error)
func (*NullableConfigurationVisibilityCondition) Set ¶
func (v *NullableConfigurationVisibilityCondition) Set(val *ConfigurationVisibilityCondition)
func (*NullableConfigurationVisibilityCondition) UnmarshalJSON ¶
func (v *NullableConfigurationVisibilityCondition) UnmarshalJSON(src []byte) error
func (*NullableConfigurationVisibilityCondition) Unset ¶
func (v *NullableConfigurationVisibilityCondition) Unset()
type NullableFloat32 ¶
type NullableFloat32 struct {
// contains filtered or unexported fields
}
func NewNullableFloat32 ¶
func NewNullableFloat32(val *float32) *NullableFloat32
func (NullableFloat32) Get ¶
func (v NullableFloat32) Get() *float32
func (NullableFloat32) IsSet ¶
func (v NullableFloat32) IsSet() bool
func (NullableFloat32) MarshalJSON ¶
func (v NullableFloat32) MarshalJSON() ([]byte, error)
func (*NullableFloat32) Set ¶
func (v *NullableFloat32) Set(val *float32)
func (*NullableFloat32) UnmarshalJSON ¶
func (v *NullableFloat32) UnmarshalJSON(src []byte) error
func (*NullableFloat32) Unset ¶
func (v *NullableFloat32) Unset()
type NullableFloat64 ¶
type NullableFloat64 struct {
// contains filtered or unexported fields
}
func NewNullableFloat64 ¶
func NewNullableFloat64(val *float64) *NullableFloat64
func (NullableFloat64) Get ¶
func (v NullableFloat64) Get() *float64
func (NullableFloat64) IsSet ¶
func (v NullableFloat64) IsSet() bool
func (NullableFloat64) MarshalJSON ¶
func (v NullableFloat64) MarshalJSON() ([]byte, error)
func (*NullableFloat64) Set ¶
func (v *NullableFloat64) Set(val *float64)
func (*NullableFloat64) UnmarshalJSON ¶
func (v *NullableFloat64) UnmarshalJSON(src []byte) error
func (*NullableFloat64) Unset ¶
func (v *NullableFloat64) Unset()
type NullableGooglerpcStatus ¶
type NullableGooglerpcStatus struct {
// contains filtered or unexported fields
}
func NewNullableGooglerpcStatus ¶
func NewNullableGooglerpcStatus(val *GooglerpcStatus) *NullableGooglerpcStatus
func (NullableGooglerpcStatus) Get ¶
func (v NullableGooglerpcStatus) Get() *GooglerpcStatus
func (NullableGooglerpcStatus) IsSet ¶
func (v NullableGooglerpcStatus) IsSet() bool
func (NullableGooglerpcStatus) MarshalJSON ¶
func (v NullableGooglerpcStatus) MarshalJSON() ([]byte, error)
func (*NullableGooglerpcStatus) Set ¶
func (v *NullableGooglerpcStatus) Set(val *GooglerpcStatus)
func (*NullableGooglerpcStatus) UnmarshalJSON ¶
func (v *NullableGooglerpcStatus) UnmarshalJSON(src []byte) error
func (*NullableGooglerpcStatus) Unset ¶
func (v *NullableGooglerpcStatus) Unset()
type NullableGroupsAddUserToGroupBody ¶
type NullableGroupsAddUserToGroupBody struct {
// contains filtered or unexported fields
}
func NewNullableGroupsAddUserToGroupBody ¶
func NewNullableGroupsAddUserToGroupBody(val *GroupsAddUserToGroupBody) *NullableGroupsAddUserToGroupBody
func (NullableGroupsAddUserToGroupBody) Get ¶
func (v NullableGroupsAddUserToGroupBody) Get() *GroupsAddUserToGroupBody
func (NullableGroupsAddUserToGroupBody) IsSet ¶
func (v NullableGroupsAddUserToGroupBody) IsSet() bool
func (NullableGroupsAddUserToGroupBody) MarshalJSON ¶
func (v NullableGroupsAddUserToGroupBody) MarshalJSON() ([]byte, error)
func (*NullableGroupsAddUserToGroupBody) Set ¶
func (v *NullableGroupsAddUserToGroupBody) Set(val *GroupsAddUserToGroupBody)
func (*NullableGroupsAddUserToGroupBody) UnmarshalJSON ¶
func (v *NullableGroupsAddUserToGroupBody) UnmarshalJSON(src []byte) error
func (*NullableGroupsAddUserToGroupBody) Unset ¶
func (v *NullableGroupsAddUserToGroupBody) Unset()
type NullableGroupsCreateGroupRequest ¶
type NullableGroupsCreateGroupRequest struct {
// contains filtered or unexported fields
}
func NewNullableGroupsCreateGroupRequest ¶
func NewNullableGroupsCreateGroupRequest(val *GroupsCreateGroupRequest) *NullableGroupsCreateGroupRequest
func (NullableGroupsCreateGroupRequest) Get ¶
func (v NullableGroupsCreateGroupRequest) Get() *GroupsCreateGroupRequest
func (NullableGroupsCreateGroupRequest) IsSet ¶
func (v NullableGroupsCreateGroupRequest) IsSet() bool
func (NullableGroupsCreateGroupRequest) MarshalJSON ¶
func (v NullableGroupsCreateGroupRequest) MarshalJSON() ([]byte, error)
func (*NullableGroupsCreateGroupRequest) Set ¶
func (v *NullableGroupsCreateGroupRequest) Set(val *GroupsCreateGroupRequest)
func (*NullableGroupsCreateGroupRequest) UnmarshalJSON ¶
func (v *NullableGroupsCreateGroupRequest) UnmarshalJSON(src []byte) error
func (*NullableGroupsCreateGroupRequest) Unset ¶
func (v *NullableGroupsCreateGroupRequest) Unset()
type NullableGroupsCreateGroupResponse ¶
type NullableGroupsCreateGroupResponse struct {
// contains filtered or unexported fields
}
func NewNullableGroupsCreateGroupResponse ¶
func NewNullableGroupsCreateGroupResponse(val *GroupsCreateGroupResponse) *NullableGroupsCreateGroupResponse
func (NullableGroupsCreateGroupResponse) Get ¶
func (v NullableGroupsCreateGroupResponse) Get() *GroupsCreateGroupResponse
func (NullableGroupsCreateGroupResponse) IsSet ¶
func (v NullableGroupsCreateGroupResponse) IsSet() bool
func (NullableGroupsCreateGroupResponse) MarshalJSON ¶
func (v NullableGroupsCreateGroupResponse) MarshalJSON() ([]byte, error)
func (*NullableGroupsCreateGroupResponse) Set ¶
func (v *NullableGroupsCreateGroupResponse) Set(val *GroupsCreateGroupResponse)
func (*NullableGroupsCreateGroupResponse) UnmarshalJSON ¶
func (v *NullableGroupsCreateGroupResponse) UnmarshalJSON(src []byte) error
func (*NullableGroupsCreateGroupResponse) Unset ¶
func (v *NullableGroupsCreateGroupResponse) Unset()
type NullableGroupsDescribeGroupResponse ¶
type NullableGroupsDescribeGroupResponse struct {
// contains filtered or unexported fields
}
func NewNullableGroupsDescribeGroupResponse ¶
func NewNullableGroupsDescribeGroupResponse(val *GroupsDescribeGroupResponse) *NullableGroupsDescribeGroupResponse
func (NullableGroupsDescribeGroupResponse) Get ¶
func (v NullableGroupsDescribeGroupResponse) Get() *GroupsDescribeGroupResponse
func (NullableGroupsDescribeGroupResponse) IsSet ¶
func (v NullableGroupsDescribeGroupResponse) IsSet() bool
func (NullableGroupsDescribeGroupResponse) MarshalJSON ¶
func (v NullableGroupsDescribeGroupResponse) MarshalJSON() ([]byte, error)
func (*NullableGroupsDescribeGroupResponse) Set ¶
func (v *NullableGroupsDescribeGroupResponse) Set(val *GroupsDescribeGroupResponse)
func (*NullableGroupsDescribeGroupResponse) UnmarshalJSON ¶
func (v *NullableGroupsDescribeGroupResponse) UnmarshalJSON(src []byte) error
func (*NullableGroupsDescribeGroupResponse) Unset ¶
func (v *NullableGroupsDescribeGroupResponse) Unset()
type NullableGroupsGroup ¶
type NullableGroupsGroup struct {
// contains filtered or unexported fields
}
func NewNullableGroupsGroup ¶
func NewNullableGroupsGroup(val *GroupsGroup) *NullableGroupsGroup
func (NullableGroupsGroup) Get ¶
func (v NullableGroupsGroup) Get() *GroupsGroup
func (NullableGroupsGroup) IsSet ¶
func (v NullableGroupsGroup) IsSet() bool
func (NullableGroupsGroup) MarshalJSON ¶
func (v NullableGroupsGroup) MarshalJSON() ([]byte, error)
func (*NullableGroupsGroup) Set ¶
func (v *NullableGroupsGroup) Set(val *GroupsGroup)
func (*NullableGroupsGroup) UnmarshalJSON ¶
func (v *NullableGroupsGroup) UnmarshalJSON(src []byte) error
func (*NullableGroupsGroup) Unset ¶
func (v *NullableGroupsGroup) Unset()
type NullableGroupsGroupMetadata ¶
type NullableGroupsGroupMetadata struct {
// contains filtered or unexported fields
}
func NewNullableGroupsGroupMetadata ¶
func NewNullableGroupsGroupMetadata(val *GroupsGroupMetadata) *NullableGroupsGroupMetadata
func (NullableGroupsGroupMetadata) Get ¶
func (v NullableGroupsGroupMetadata) Get() *GroupsGroupMetadata
func (NullableGroupsGroupMetadata) IsSet ¶
func (v NullableGroupsGroupMetadata) IsSet() bool
func (NullableGroupsGroupMetadata) MarshalJSON ¶
func (v NullableGroupsGroupMetadata) MarshalJSON() ([]byte, error)
func (*NullableGroupsGroupMetadata) Set ¶
func (v *NullableGroupsGroupMetadata) Set(val *GroupsGroupMetadata)
func (*NullableGroupsGroupMetadata) UnmarshalJSON ¶
func (v *NullableGroupsGroupMetadata) UnmarshalJSON(src []byte) error
func (*NullableGroupsGroupMetadata) Unset ¶
func (v *NullableGroupsGroupMetadata) Unset()
type NullableGroupsGroupSpec ¶
type NullableGroupsGroupSpec struct {
// contains filtered or unexported fields
}
func NewNullableGroupsGroupSpec ¶
func NewNullableGroupsGroupSpec(val *GroupsGroupSpec) *NullableGroupsGroupSpec
func (NullableGroupsGroupSpec) Get ¶
func (v NullableGroupsGroupSpec) Get() *GroupsGroupSpec
func (NullableGroupsGroupSpec) IsSet ¶
func (v NullableGroupsGroupSpec) IsSet() bool
func (NullableGroupsGroupSpec) MarshalJSON ¶
func (v NullableGroupsGroupSpec) MarshalJSON() ([]byte, error)
func (*NullableGroupsGroupSpec) Set ¶
func (v *NullableGroupsGroupSpec) Set(val *GroupsGroupSpec)
func (*NullableGroupsGroupSpec) UnmarshalJSON ¶
func (v *NullableGroupsGroupSpec) UnmarshalJSON(src []byte) error
func (*NullableGroupsGroupSpec) Unset ¶
func (v *NullableGroupsGroupSpec) Unset()
type NullableGroupsGroupStatus ¶
type NullableGroupsGroupStatus struct {
// contains filtered or unexported fields
}
func NewNullableGroupsGroupStatus ¶
func NewNullableGroupsGroupStatus(val *GroupsGroupStatus) *NullableGroupsGroupStatus
func (NullableGroupsGroupStatus) Get ¶
func (v NullableGroupsGroupStatus) Get() *GroupsGroupStatus
func (NullableGroupsGroupStatus) IsSet ¶
func (v NullableGroupsGroupStatus) IsSet() bool
func (NullableGroupsGroupStatus) MarshalJSON ¶
func (v NullableGroupsGroupStatus) MarshalJSON() ([]byte, error)
func (*NullableGroupsGroupStatus) Set ¶
func (v *NullableGroupsGroupStatus) Set(val *GroupsGroupStatus)
func (*NullableGroupsGroupStatus) UnmarshalJSON ¶
func (v *NullableGroupsGroupStatus) UnmarshalJSON(src []byte) error
func (*NullableGroupsGroupStatus) Unset ¶
func (v *NullableGroupsGroupStatus) Unset()
type NullableGroupsListGroupUsersResponse ¶
type NullableGroupsListGroupUsersResponse struct {
// contains filtered or unexported fields
}
func NewNullableGroupsListGroupUsersResponse ¶
func NewNullableGroupsListGroupUsersResponse(val *GroupsListGroupUsersResponse) *NullableGroupsListGroupUsersResponse
func (NullableGroupsListGroupUsersResponse) Get ¶
func (v NullableGroupsListGroupUsersResponse) Get() *GroupsListGroupUsersResponse
func (NullableGroupsListGroupUsersResponse) IsSet ¶
func (v NullableGroupsListGroupUsersResponse) IsSet() bool
func (NullableGroupsListGroupUsersResponse) MarshalJSON ¶
func (v NullableGroupsListGroupUsersResponse) MarshalJSON() ([]byte, error)
func (*NullableGroupsListGroupUsersResponse) Set ¶
func (v *NullableGroupsListGroupUsersResponse) Set(val *GroupsListGroupUsersResponse)
func (*NullableGroupsListGroupUsersResponse) UnmarshalJSON ¶
func (v *NullableGroupsListGroupUsersResponse) UnmarshalJSON(src []byte) error
func (*NullableGroupsListGroupUsersResponse) Unset ¶
func (v *NullableGroupsListGroupUsersResponse) Unset()
type NullableGroupsListGroupsResponse ¶
type NullableGroupsListGroupsResponse struct {
// contains filtered or unexported fields
}
func NewNullableGroupsListGroupsResponse ¶
func NewNullableGroupsListGroupsResponse(val *GroupsListGroupsResponse) *NullableGroupsListGroupsResponse
func (NullableGroupsListGroupsResponse) Get ¶
func (v NullableGroupsListGroupsResponse) Get() *GroupsListGroupsResponse
func (NullableGroupsListGroupsResponse) IsSet ¶
func (v NullableGroupsListGroupsResponse) IsSet() bool
func (NullableGroupsListGroupsResponse) MarshalJSON ¶
func (v NullableGroupsListGroupsResponse) MarshalJSON() ([]byte, error)
func (*NullableGroupsListGroupsResponse) Set ¶
func (v *NullableGroupsListGroupsResponse) Set(val *GroupsListGroupsResponse)
func (*NullableGroupsListGroupsResponse) UnmarshalJSON ¶
func (v *NullableGroupsListGroupsResponse) UnmarshalJSON(src []byte) error
func (*NullableGroupsListGroupsResponse) Unset ¶
func (v *NullableGroupsListGroupsResponse) Unset()
type NullableGroupsRemoveUserFromGroupBody ¶
type NullableGroupsRemoveUserFromGroupBody struct {
// contains filtered or unexported fields
}
func NewNullableGroupsRemoveUserFromGroupBody ¶
func NewNullableGroupsRemoveUserFromGroupBody(val *GroupsRemoveUserFromGroupBody) *NullableGroupsRemoveUserFromGroupBody
func (NullableGroupsRemoveUserFromGroupBody) Get ¶
func (v NullableGroupsRemoveUserFromGroupBody) Get() *GroupsRemoveUserFromGroupBody
func (NullableGroupsRemoveUserFromGroupBody) IsSet ¶
func (v NullableGroupsRemoveUserFromGroupBody) IsSet() bool
func (NullableGroupsRemoveUserFromGroupBody) MarshalJSON ¶
func (v NullableGroupsRemoveUserFromGroupBody) MarshalJSON() ([]byte, error)
func (*NullableGroupsRemoveUserFromGroupBody) Set ¶
func (v *NullableGroupsRemoveUserFromGroupBody) Set(val *GroupsRemoveUserFromGroupBody)
func (*NullableGroupsRemoveUserFromGroupBody) UnmarshalJSON ¶
func (v *NullableGroupsRemoveUserFromGroupBody) UnmarshalJSON(src []byte) error
func (*NullableGroupsRemoveUserFromGroupBody) Unset ¶
func (v *NullableGroupsRemoveUserFromGroupBody) Unset()
type NullableGroupsUpdateGroupBody ¶
type NullableGroupsUpdateGroupBody struct {
// contains filtered or unexported fields
}
func NewNullableGroupsUpdateGroupBody ¶
func NewNullableGroupsUpdateGroupBody(val *GroupsUpdateGroupBody) *NullableGroupsUpdateGroupBody
func (NullableGroupsUpdateGroupBody) Get ¶
func (v NullableGroupsUpdateGroupBody) Get() *GroupsUpdateGroupBody
func (NullableGroupsUpdateGroupBody) IsSet ¶
func (v NullableGroupsUpdateGroupBody) IsSet() bool
func (NullableGroupsUpdateGroupBody) MarshalJSON ¶
func (v NullableGroupsUpdateGroupBody) MarshalJSON() ([]byte, error)
func (*NullableGroupsUpdateGroupBody) Set ¶
func (v *NullableGroupsUpdateGroupBody) Set(val *GroupsUpdateGroupBody)
func (*NullableGroupsUpdateGroupBody) UnmarshalJSON ¶
func (v *NullableGroupsUpdateGroupBody) UnmarshalJSON(src []byte) error
func (*NullableGroupsUpdateGroupBody) Unset ¶
func (v *NullableGroupsUpdateGroupBody) Unset()
type NullableGroupsUpdateGroupResponse ¶
type NullableGroupsUpdateGroupResponse struct {
// contains filtered or unexported fields
}
func NewNullableGroupsUpdateGroupResponse ¶
func NewNullableGroupsUpdateGroupResponse(val *GroupsUpdateGroupResponse) *NullableGroupsUpdateGroupResponse
func (NullableGroupsUpdateGroupResponse) Get ¶
func (v NullableGroupsUpdateGroupResponse) Get() *GroupsUpdateGroupResponse
func (NullableGroupsUpdateGroupResponse) IsSet ¶
func (v NullableGroupsUpdateGroupResponse) IsSet() bool
func (NullableGroupsUpdateGroupResponse) MarshalJSON ¶
func (v NullableGroupsUpdateGroupResponse) MarshalJSON() ([]byte, error)
func (*NullableGroupsUpdateGroupResponse) Set ¶
func (v *NullableGroupsUpdateGroupResponse) Set(val *GroupsUpdateGroupResponse)
func (*NullableGroupsUpdateGroupResponse) UnmarshalJSON ¶
func (v *NullableGroupsUpdateGroupResponse) UnmarshalJSON(src []byte) error
func (*NullableGroupsUpdateGroupResponse) Unset ¶
func (v *NullableGroupsUpdateGroupResponse) Unset()
type NullableInt ¶
type NullableInt struct {
// contains filtered or unexported fields
}
func NewNullableInt ¶
func NewNullableInt(val *int) *NullableInt
func (NullableInt) Get ¶
func (v NullableInt) Get() *int
func (NullableInt) IsSet ¶
func (v NullableInt) IsSet() bool
func (NullableInt) MarshalJSON ¶
func (v NullableInt) MarshalJSON() ([]byte, error)
func (*NullableInt) Set ¶
func (v *NullableInt) Set(val *int)
func (*NullableInt) UnmarshalJSON ¶
func (v *NullableInt) UnmarshalJSON(src []byte) error
func (*NullableInt) Unset ¶
func (v *NullableInt) Unset()
type NullableInt32 ¶
type NullableInt32 struct {
// contains filtered or unexported fields
}
func NewNullableInt32 ¶
func NewNullableInt32(val *int32) *NullableInt32
func (NullableInt32) Get ¶
func (v NullableInt32) Get() *int32
func (NullableInt32) IsSet ¶
func (v NullableInt32) IsSet() bool
func (NullableInt32) MarshalJSON ¶
func (v NullableInt32) MarshalJSON() ([]byte, error)
func (*NullableInt32) Set ¶
func (v *NullableInt32) Set(val *int32)
func (*NullableInt32) UnmarshalJSON ¶
func (v *NullableInt32) UnmarshalJSON(src []byte) error
func (*NullableInt32) Unset ¶
func (v *NullableInt32) Unset()
type NullableInt64 ¶
type NullableInt64 struct {
// contains filtered or unexported fields
}
func NewNullableInt64 ¶
func NewNullableInt64(val *int64) *NullableInt64
func (NullableInt64) Get ¶
func (v NullableInt64) Get() *int64
func (NullableInt64) IsSet ¶
func (v NullableInt64) IsSet() bool
func (NullableInt64) MarshalJSON ¶
func (v NullableInt64) MarshalJSON() ([]byte, error)
func (*NullableInt64) Set ¶
func (v *NullableInt64) Set(val *int64)
func (*NullableInt64) UnmarshalJSON ¶
func (v *NullableInt64) UnmarshalJSON(src []byte) error
func (*NullableInt64) Unset ¶
func (v *NullableInt64) Unset()
type NullableMeRegenerateTokenResponse ¶
type NullableMeRegenerateTokenResponse struct {
// contains filtered or unexported fields
}
func NewNullableMeRegenerateTokenResponse ¶
func NewNullableMeRegenerateTokenResponse(val *MeRegenerateTokenResponse) *NullableMeRegenerateTokenResponse
func (NullableMeRegenerateTokenResponse) Get ¶
func (v NullableMeRegenerateTokenResponse) Get() *MeRegenerateTokenResponse
func (NullableMeRegenerateTokenResponse) IsSet ¶
func (v NullableMeRegenerateTokenResponse) IsSet() bool
func (NullableMeRegenerateTokenResponse) MarshalJSON ¶
func (v NullableMeRegenerateTokenResponse) MarshalJSON() ([]byte, error)
func (*NullableMeRegenerateTokenResponse) Set ¶
func (v *NullableMeRegenerateTokenResponse) Set(val *MeRegenerateTokenResponse)
func (*NullableMeRegenerateTokenResponse) UnmarshalJSON ¶
func (v *NullableMeRegenerateTokenResponse) UnmarshalJSON(src []byte) error
func (*NullableMeRegenerateTokenResponse) Unset ¶
func (v *NullableMeRegenerateTokenResponse) Unset()
type NullableNodeBlueprintRef ¶
type NullableNodeBlueprintRef struct {
// contains filtered or unexported fields
}
func NewNullableNodeBlueprintRef ¶
func NewNullableNodeBlueprintRef(val *NodeBlueprintRef) *NullableNodeBlueprintRef
func (NullableNodeBlueprintRef) Get ¶
func (v NullableNodeBlueprintRef) Get() *NodeBlueprintRef
func (NullableNodeBlueprintRef) IsSet ¶
func (v NullableNodeBlueprintRef) IsSet() bool
func (NullableNodeBlueprintRef) MarshalJSON ¶
func (v NullableNodeBlueprintRef) MarshalJSON() ([]byte, error)
func (*NullableNodeBlueprintRef) Set ¶
func (v *NullableNodeBlueprintRef) Set(val *NodeBlueprintRef)
func (*NullableNodeBlueprintRef) UnmarshalJSON ¶
func (v *NullableNodeBlueprintRef) UnmarshalJSON(src []byte) error
func (*NullableNodeBlueprintRef) Unset ¶
func (v *NullableNodeBlueprintRef) Unset()
type NullableNodeComponentRef ¶
type NullableNodeComponentRef struct {
// contains filtered or unexported fields
}
func NewNullableNodeComponentRef ¶
func NewNullableNodeComponentRef(val *NodeComponentRef) *NullableNodeComponentRef
func (NullableNodeComponentRef) Get ¶
func (v NullableNodeComponentRef) Get() *NodeComponentRef
func (NullableNodeComponentRef) IsSet ¶
func (v NullableNodeComponentRef) IsSet() bool
func (NullableNodeComponentRef) MarshalJSON ¶
func (v NullableNodeComponentRef) MarshalJSON() ([]byte, error)
func (*NullableNodeComponentRef) Set ¶
func (v *NullableNodeComponentRef) Set(val *NodeComponentRef)
func (*NullableNodeComponentRef) UnmarshalJSON ¶
func (v *NullableNodeComponentRef) UnmarshalJSON(src []byte) error
func (*NullableNodeComponentRef) Unset ¶
func (v *NullableNodeComponentRef) Unset()
type NullableNodeTriggerRef ¶
type NullableNodeTriggerRef struct {
// contains filtered or unexported fields
}
func NewNullableNodeTriggerRef ¶
func NewNullableNodeTriggerRef(val *NodeTriggerRef) *NullableNodeTriggerRef
func (NullableNodeTriggerRef) Get ¶
func (v NullableNodeTriggerRef) Get() *NodeTriggerRef
func (NullableNodeTriggerRef) IsSet ¶
func (v NullableNodeTriggerRef) IsSet() bool
func (NullableNodeTriggerRef) MarshalJSON ¶
func (v NullableNodeTriggerRef) MarshalJSON() ([]byte, error)
func (*NullableNodeTriggerRef) Set ¶
func (v *NullableNodeTriggerRef) Set(val *NodeTriggerRef)
func (*NullableNodeTriggerRef) UnmarshalJSON ¶
func (v *NullableNodeTriggerRef) UnmarshalJSON(src []byte) error
func (*NullableNodeTriggerRef) Unset ¶
func (v *NullableNodeTriggerRef) Unset()
type NullableNodeWidgetRef ¶ added in v0.0.18
type NullableNodeWidgetRef struct {
// contains filtered or unexported fields
}
func NewNullableNodeWidgetRef ¶ added in v0.0.18
func NewNullableNodeWidgetRef(val *NodeWidgetRef) *NullableNodeWidgetRef
func (NullableNodeWidgetRef) Get ¶ added in v0.0.18
func (v NullableNodeWidgetRef) Get() *NodeWidgetRef
func (NullableNodeWidgetRef) IsSet ¶ added in v0.0.18
func (v NullableNodeWidgetRef) IsSet() bool
func (NullableNodeWidgetRef) MarshalJSON ¶ added in v0.0.18
func (v NullableNodeWidgetRef) MarshalJSON() ([]byte, error)
func (*NullableNodeWidgetRef) Set ¶ added in v0.0.18
func (v *NullableNodeWidgetRef) Set(val *NodeWidgetRef)
func (*NullableNodeWidgetRef) UnmarshalJSON ¶ added in v0.0.18
func (v *NullableNodeWidgetRef) UnmarshalJSON(src []byte) error
func (*NullableNodeWidgetRef) Unset ¶ added in v0.0.18
func (v *NullableNodeWidgetRef) Unset()
type NullableOrganizationsAppInstallation ¶
type NullableOrganizationsAppInstallation struct {
// contains filtered or unexported fields
}
func NewNullableOrganizationsAppInstallation ¶
func NewNullableOrganizationsAppInstallation(val *OrganizationsAppInstallation) *NullableOrganizationsAppInstallation
func (NullableOrganizationsAppInstallation) Get ¶
func (v NullableOrganizationsAppInstallation) Get() *OrganizationsAppInstallation
func (NullableOrganizationsAppInstallation) IsSet ¶
func (v NullableOrganizationsAppInstallation) IsSet() bool
func (NullableOrganizationsAppInstallation) MarshalJSON ¶
func (v NullableOrganizationsAppInstallation) MarshalJSON() ([]byte, error)
func (*NullableOrganizationsAppInstallation) Set ¶
func (v *NullableOrganizationsAppInstallation) Set(val *OrganizationsAppInstallation)
func (*NullableOrganizationsAppInstallation) UnmarshalJSON ¶
func (v *NullableOrganizationsAppInstallation) UnmarshalJSON(src []byte) error
func (*NullableOrganizationsAppInstallation) Unset ¶
func (v *NullableOrganizationsAppInstallation) Unset()
type NullableOrganizationsAppInstallationMetadata ¶
type NullableOrganizationsAppInstallationMetadata struct {
// contains filtered or unexported fields
}
func NewNullableOrganizationsAppInstallationMetadata ¶
func NewNullableOrganizationsAppInstallationMetadata(val *OrganizationsAppInstallationMetadata) *NullableOrganizationsAppInstallationMetadata
func (NullableOrganizationsAppInstallationMetadata) IsSet ¶
func (v NullableOrganizationsAppInstallationMetadata) IsSet() bool
func (NullableOrganizationsAppInstallationMetadata) MarshalJSON ¶
func (v NullableOrganizationsAppInstallationMetadata) MarshalJSON() ([]byte, error)
func (*NullableOrganizationsAppInstallationMetadata) Set ¶
func (v *NullableOrganizationsAppInstallationMetadata) Set(val *OrganizationsAppInstallationMetadata)
func (*NullableOrganizationsAppInstallationMetadata) UnmarshalJSON ¶
func (v *NullableOrganizationsAppInstallationMetadata) UnmarshalJSON(src []byte) error
func (*NullableOrganizationsAppInstallationMetadata) Unset ¶
func (v *NullableOrganizationsAppInstallationMetadata) Unset()
type NullableOrganizationsAppInstallationResourceRef ¶ added in v0.0.43
type NullableOrganizationsAppInstallationResourceRef struct {
// contains filtered or unexported fields
}
func NewNullableOrganizationsAppInstallationResourceRef ¶ added in v0.0.43
func NewNullableOrganizationsAppInstallationResourceRef(val *OrganizationsAppInstallationResourceRef) *NullableOrganizationsAppInstallationResourceRef
func (NullableOrganizationsAppInstallationResourceRef) IsSet ¶ added in v0.0.43
func (v NullableOrganizationsAppInstallationResourceRef) IsSet() bool
func (NullableOrganizationsAppInstallationResourceRef) MarshalJSON ¶ added in v0.0.43
func (v NullableOrganizationsAppInstallationResourceRef) MarshalJSON() ([]byte, error)
func (*NullableOrganizationsAppInstallationResourceRef) UnmarshalJSON ¶ added in v0.0.43
func (v *NullableOrganizationsAppInstallationResourceRef) UnmarshalJSON(src []byte) error
func (*NullableOrganizationsAppInstallationResourceRef) Unset ¶ added in v0.0.43
func (v *NullableOrganizationsAppInstallationResourceRef) Unset()
type NullableOrganizationsAppInstallationSpec ¶
type NullableOrganizationsAppInstallationSpec struct {
// contains filtered or unexported fields
}
func NewNullableOrganizationsAppInstallationSpec ¶
func NewNullableOrganizationsAppInstallationSpec(val *OrganizationsAppInstallationSpec) *NullableOrganizationsAppInstallationSpec
func (NullableOrganizationsAppInstallationSpec) IsSet ¶
func (v NullableOrganizationsAppInstallationSpec) IsSet() bool
func (NullableOrganizationsAppInstallationSpec) MarshalJSON ¶
func (v NullableOrganizationsAppInstallationSpec) MarshalJSON() ([]byte, error)
func (*NullableOrganizationsAppInstallationSpec) Set ¶
func (v *NullableOrganizationsAppInstallationSpec) Set(val *OrganizationsAppInstallationSpec)
func (*NullableOrganizationsAppInstallationSpec) UnmarshalJSON ¶
func (v *NullableOrganizationsAppInstallationSpec) UnmarshalJSON(src []byte) error
func (*NullableOrganizationsAppInstallationSpec) Unset ¶
func (v *NullableOrganizationsAppInstallationSpec) Unset()
type NullableOrganizationsAppInstallationStatus ¶
type NullableOrganizationsAppInstallationStatus struct {
// contains filtered or unexported fields
}
func NewNullableOrganizationsAppInstallationStatus ¶
func NewNullableOrganizationsAppInstallationStatus(val *OrganizationsAppInstallationStatus) *NullableOrganizationsAppInstallationStatus
func (NullableOrganizationsAppInstallationStatus) IsSet ¶
func (v NullableOrganizationsAppInstallationStatus) IsSet() bool
func (NullableOrganizationsAppInstallationStatus) MarshalJSON ¶
func (v NullableOrganizationsAppInstallationStatus) MarshalJSON() ([]byte, error)
func (*NullableOrganizationsAppInstallationStatus) Set ¶
func (v *NullableOrganizationsAppInstallationStatus) Set(val *OrganizationsAppInstallationStatus)
func (*NullableOrganizationsAppInstallationStatus) UnmarshalJSON ¶
func (v *NullableOrganizationsAppInstallationStatus) UnmarshalJSON(src []byte) error
func (*NullableOrganizationsAppInstallationStatus) Unset ¶
func (v *NullableOrganizationsAppInstallationStatus) Unset()
type NullableOrganizationsBrowserAction ¶
type NullableOrganizationsBrowserAction struct {
// contains filtered or unexported fields
}
func NewNullableOrganizationsBrowserAction ¶
func NewNullableOrganizationsBrowserAction(val *OrganizationsBrowserAction) *NullableOrganizationsBrowserAction
func (NullableOrganizationsBrowserAction) Get ¶
func (v NullableOrganizationsBrowserAction) Get() *OrganizationsBrowserAction
func (NullableOrganizationsBrowserAction) IsSet ¶
func (v NullableOrganizationsBrowserAction) IsSet() bool
func (NullableOrganizationsBrowserAction) MarshalJSON ¶
func (v NullableOrganizationsBrowserAction) MarshalJSON() ([]byte, error)
func (*NullableOrganizationsBrowserAction) Set ¶
func (v *NullableOrganizationsBrowserAction) Set(val *OrganizationsBrowserAction)
func (*NullableOrganizationsBrowserAction) UnmarshalJSON ¶
func (v *NullableOrganizationsBrowserAction) UnmarshalJSON(src []byte) error
func (*NullableOrganizationsBrowserAction) Unset ¶
func (v *NullableOrganizationsBrowserAction) Unset()
type NullableOrganizationsCreateInvitationBody ¶
type NullableOrganizationsCreateInvitationBody struct {
// contains filtered or unexported fields
}
func NewNullableOrganizationsCreateInvitationBody ¶
func NewNullableOrganizationsCreateInvitationBody(val *OrganizationsCreateInvitationBody) *NullableOrganizationsCreateInvitationBody
func (NullableOrganizationsCreateInvitationBody) IsSet ¶
func (v NullableOrganizationsCreateInvitationBody) IsSet() bool
func (NullableOrganizationsCreateInvitationBody) MarshalJSON ¶
func (v NullableOrganizationsCreateInvitationBody) MarshalJSON() ([]byte, error)
func (*NullableOrganizationsCreateInvitationBody) Set ¶
func (v *NullableOrganizationsCreateInvitationBody) Set(val *OrganizationsCreateInvitationBody)
func (*NullableOrganizationsCreateInvitationBody) UnmarshalJSON ¶
func (v *NullableOrganizationsCreateInvitationBody) UnmarshalJSON(src []byte) error
func (*NullableOrganizationsCreateInvitationBody) Unset ¶
func (v *NullableOrganizationsCreateInvitationBody) Unset()
type NullableOrganizationsCreateInvitationResponse ¶
type NullableOrganizationsCreateInvitationResponse struct {
// contains filtered or unexported fields
}
func NewNullableOrganizationsCreateInvitationResponse ¶
func NewNullableOrganizationsCreateInvitationResponse(val *OrganizationsCreateInvitationResponse) *NullableOrganizationsCreateInvitationResponse
func (NullableOrganizationsCreateInvitationResponse) IsSet ¶
func (v NullableOrganizationsCreateInvitationResponse) IsSet() bool
func (NullableOrganizationsCreateInvitationResponse) MarshalJSON ¶
func (v NullableOrganizationsCreateInvitationResponse) MarshalJSON() ([]byte, error)
func (*NullableOrganizationsCreateInvitationResponse) Set ¶
func (v *NullableOrganizationsCreateInvitationResponse) Set(val *OrganizationsCreateInvitationResponse)
func (*NullableOrganizationsCreateInvitationResponse) UnmarshalJSON ¶
func (v *NullableOrganizationsCreateInvitationResponse) UnmarshalJSON(src []byte) error
func (*NullableOrganizationsCreateInvitationResponse) Unset ¶
func (v *NullableOrganizationsCreateInvitationResponse) Unset()
type NullableOrganizationsDescribeApplicationResponse ¶
type NullableOrganizationsDescribeApplicationResponse struct {
// contains filtered or unexported fields
}
func NewNullableOrganizationsDescribeApplicationResponse ¶
func NewNullableOrganizationsDescribeApplicationResponse(val *OrganizationsDescribeApplicationResponse) *NullableOrganizationsDescribeApplicationResponse
func (NullableOrganizationsDescribeApplicationResponse) IsSet ¶
func (v NullableOrganizationsDescribeApplicationResponse) IsSet() bool
func (NullableOrganizationsDescribeApplicationResponse) MarshalJSON ¶
func (v NullableOrganizationsDescribeApplicationResponse) MarshalJSON() ([]byte, error)
func (*NullableOrganizationsDescribeApplicationResponse) UnmarshalJSON ¶
func (v *NullableOrganizationsDescribeApplicationResponse) UnmarshalJSON(src []byte) error
func (*NullableOrganizationsDescribeApplicationResponse) Unset ¶
func (v *NullableOrganizationsDescribeApplicationResponse) Unset()
type NullableOrganizationsDescribeOrganizationResponse ¶
type NullableOrganizationsDescribeOrganizationResponse struct {
// contains filtered or unexported fields
}
func NewNullableOrganizationsDescribeOrganizationResponse ¶
func NewNullableOrganizationsDescribeOrganizationResponse(val *OrganizationsDescribeOrganizationResponse) *NullableOrganizationsDescribeOrganizationResponse
func (NullableOrganizationsDescribeOrganizationResponse) IsSet ¶
func (v NullableOrganizationsDescribeOrganizationResponse) IsSet() bool
func (NullableOrganizationsDescribeOrganizationResponse) MarshalJSON ¶
func (v NullableOrganizationsDescribeOrganizationResponse) MarshalJSON() ([]byte, error)
func (*NullableOrganizationsDescribeOrganizationResponse) UnmarshalJSON ¶
func (v *NullableOrganizationsDescribeOrganizationResponse) UnmarshalJSON(src []byte) error
func (*NullableOrganizationsDescribeOrganizationResponse) Unset ¶
func (v *NullableOrganizationsDescribeOrganizationResponse) Unset()
type NullableOrganizationsGetInviteLinkResponse ¶ added in v0.0.43
type NullableOrganizationsGetInviteLinkResponse struct {
// contains filtered or unexported fields
}
func NewNullableOrganizationsGetInviteLinkResponse ¶ added in v0.0.43
func NewNullableOrganizationsGetInviteLinkResponse(val *OrganizationsGetInviteLinkResponse) *NullableOrganizationsGetInviteLinkResponse
func (NullableOrganizationsGetInviteLinkResponse) IsSet ¶ added in v0.0.43
func (v NullableOrganizationsGetInviteLinkResponse) IsSet() bool
func (NullableOrganizationsGetInviteLinkResponse) MarshalJSON ¶ added in v0.0.43
func (v NullableOrganizationsGetInviteLinkResponse) MarshalJSON() ([]byte, error)
func (*NullableOrganizationsGetInviteLinkResponse) Set ¶ added in v0.0.43
func (v *NullableOrganizationsGetInviteLinkResponse) Set(val *OrganizationsGetInviteLinkResponse)
func (*NullableOrganizationsGetInviteLinkResponse) UnmarshalJSON ¶ added in v0.0.43
func (v *NullableOrganizationsGetInviteLinkResponse) UnmarshalJSON(src []byte) error
func (*NullableOrganizationsGetInviteLinkResponse) Unset ¶ added in v0.0.43
func (v *NullableOrganizationsGetInviteLinkResponse) Unset()
type NullableOrganizationsInstallApplicationBody ¶
type NullableOrganizationsInstallApplicationBody struct {
// contains filtered or unexported fields
}
func NewNullableOrganizationsInstallApplicationBody ¶
func NewNullableOrganizationsInstallApplicationBody(val *OrganizationsInstallApplicationBody) *NullableOrganizationsInstallApplicationBody
func (NullableOrganizationsInstallApplicationBody) IsSet ¶
func (v NullableOrganizationsInstallApplicationBody) IsSet() bool
func (NullableOrganizationsInstallApplicationBody) MarshalJSON ¶
func (v NullableOrganizationsInstallApplicationBody) MarshalJSON() ([]byte, error)
func (*NullableOrganizationsInstallApplicationBody) Set ¶
func (v *NullableOrganizationsInstallApplicationBody) Set(val *OrganizationsInstallApplicationBody)
func (*NullableOrganizationsInstallApplicationBody) UnmarshalJSON ¶
func (v *NullableOrganizationsInstallApplicationBody) UnmarshalJSON(src []byte) error
func (*NullableOrganizationsInstallApplicationBody) Unset ¶
func (v *NullableOrganizationsInstallApplicationBody) Unset()
type NullableOrganizationsInstallApplicationResponse ¶
type NullableOrganizationsInstallApplicationResponse struct {
// contains filtered or unexported fields
}
func NewNullableOrganizationsInstallApplicationResponse ¶
func NewNullableOrganizationsInstallApplicationResponse(val *OrganizationsInstallApplicationResponse) *NullableOrganizationsInstallApplicationResponse
func (NullableOrganizationsInstallApplicationResponse) IsSet ¶
func (v NullableOrganizationsInstallApplicationResponse) IsSet() bool
func (NullableOrganizationsInstallApplicationResponse) MarshalJSON ¶
func (v NullableOrganizationsInstallApplicationResponse) MarshalJSON() ([]byte, error)
func (*NullableOrganizationsInstallApplicationResponse) UnmarshalJSON ¶
func (v *NullableOrganizationsInstallApplicationResponse) UnmarshalJSON(src []byte) error
func (*NullableOrganizationsInstallApplicationResponse) Unset ¶
func (v *NullableOrganizationsInstallApplicationResponse) Unset()
type NullableOrganizationsInvitation ¶
type NullableOrganizationsInvitation struct {
// contains filtered or unexported fields
}
func NewNullableOrganizationsInvitation ¶
func NewNullableOrganizationsInvitation(val *OrganizationsInvitation) *NullableOrganizationsInvitation
func (NullableOrganizationsInvitation) Get ¶
func (v NullableOrganizationsInvitation) Get() *OrganizationsInvitation
func (NullableOrganizationsInvitation) IsSet ¶
func (v NullableOrganizationsInvitation) IsSet() bool
func (NullableOrganizationsInvitation) MarshalJSON ¶
func (v NullableOrganizationsInvitation) MarshalJSON() ([]byte, error)
func (*NullableOrganizationsInvitation) Set ¶
func (v *NullableOrganizationsInvitation) Set(val *OrganizationsInvitation)
func (*NullableOrganizationsInvitation) UnmarshalJSON ¶
func (v *NullableOrganizationsInvitation) UnmarshalJSON(src []byte) error
func (*NullableOrganizationsInvitation) Unset ¶
func (v *NullableOrganizationsInvitation) Unset()
type NullableOrganizationsInviteLink ¶ added in v0.0.43
type NullableOrganizationsInviteLink struct {
// contains filtered or unexported fields
}
func NewNullableOrganizationsInviteLink ¶ added in v0.0.43
func NewNullableOrganizationsInviteLink(val *OrganizationsInviteLink) *NullableOrganizationsInviteLink
func (NullableOrganizationsInviteLink) Get ¶ added in v0.0.43
func (v NullableOrganizationsInviteLink) Get() *OrganizationsInviteLink
func (NullableOrganizationsInviteLink) IsSet ¶ added in v0.0.43
func (v NullableOrganizationsInviteLink) IsSet() bool
func (NullableOrganizationsInviteLink) MarshalJSON ¶ added in v0.0.43
func (v NullableOrganizationsInviteLink) MarshalJSON() ([]byte, error)
func (*NullableOrganizationsInviteLink) Set ¶ added in v0.0.43
func (v *NullableOrganizationsInviteLink) Set(val *OrganizationsInviteLink)
func (*NullableOrganizationsInviteLink) UnmarshalJSON ¶ added in v0.0.43
func (v *NullableOrganizationsInviteLink) UnmarshalJSON(src []byte) error
func (*NullableOrganizationsInviteLink) Unset ¶ added in v0.0.43
func (v *NullableOrganizationsInviteLink) Unset()
type NullableOrganizationsListApplicationResourcesResponse ¶ added in v0.0.43
type NullableOrganizationsListApplicationResourcesResponse struct {
// contains filtered or unexported fields
}
func NewNullableOrganizationsListApplicationResourcesResponse ¶ added in v0.0.43
func NewNullableOrganizationsListApplicationResourcesResponse(val *OrganizationsListApplicationResourcesResponse) *NullableOrganizationsListApplicationResourcesResponse
func (NullableOrganizationsListApplicationResourcesResponse) IsSet ¶ added in v0.0.43
func (v NullableOrganizationsListApplicationResourcesResponse) IsSet() bool
func (NullableOrganizationsListApplicationResourcesResponse) MarshalJSON ¶ added in v0.0.43
func (v NullableOrganizationsListApplicationResourcesResponse) MarshalJSON() ([]byte, error)
func (*NullableOrganizationsListApplicationResourcesResponse) UnmarshalJSON ¶ added in v0.0.43
func (v *NullableOrganizationsListApplicationResourcesResponse) UnmarshalJSON(src []byte) error
func (*NullableOrganizationsListApplicationResourcesResponse) Unset ¶ added in v0.0.43
func (v *NullableOrganizationsListApplicationResourcesResponse) Unset()
type NullableOrganizationsListInvitationsResponse ¶
type NullableOrganizationsListInvitationsResponse struct {
// contains filtered or unexported fields
}
func NewNullableOrganizationsListInvitationsResponse ¶
func NewNullableOrganizationsListInvitationsResponse(val *OrganizationsListInvitationsResponse) *NullableOrganizationsListInvitationsResponse
func (NullableOrganizationsListInvitationsResponse) IsSet ¶
func (v NullableOrganizationsListInvitationsResponse) IsSet() bool
func (NullableOrganizationsListInvitationsResponse) MarshalJSON ¶
func (v NullableOrganizationsListInvitationsResponse) MarshalJSON() ([]byte, error)
func (*NullableOrganizationsListInvitationsResponse) Set ¶
func (v *NullableOrganizationsListInvitationsResponse) Set(val *OrganizationsListInvitationsResponse)
func (*NullableOrganizationsListInvitationsResponse) UnmarshalJSON ¶
func (v *NullableOrganizationsListInvitationsResponse) UnmarshalJSON(src []byte) error
func (*NullableOrganizationsListInvitationsResponse) Unset ¶
func (v *NullableOrganizationsListInvitationsResponse) Unset()
type NullableOrganizationsOrganization ¶
type NullableOrganizationsOrganization struct {
// contains filtered or unexported fields
}
func NewNullableOrganizationsOrganization ¶
func NewNullableOrganizationsOrganization(val *OrganizationsOrganization) *NullableOrganizationsOrganization
func (NullableOrganizationsOrganization) Get ¶
func (v NullableOrganizationsOrganization) Get() *OrganizationsOrganization
func (NullableOrganizationsOrganization) IsSet ¶
func (v NullableOrganizationsOrganization) IsSet() bool
func (NullableOrganizationsOrganization) MarshalJSON ¶
func (v NullableOrganizationsOrganization) MarshalJSON() ([]byte, error)
func (*NullableOrganizationsOrganization) Set ¶
func (v *NullableOrganizationsOrganization) Set(val *OrganizationsOrganization)
func (*NullableOrganizationsOrganization) UnmarshalJSON ¶
func (v *NullableOrganizationsOrganization) UnmarshalJSON(src []byte) error
func (*NullableOrganizationsOrganization) Unset ¶
func (v *NullableOrganizationsOrganization) Unset()
type NullableOrganizationsOrganizationMetadata ¶
type NullableOrganizationsOrganizationMetadata struct {
// contains filtered or unexported fields
}
func NewNullableOrganizationsOrganizationMetadata ¶
func NewNullableOrganizationsOrganizationMetadata(val *OrganizationsOrganizationMetadata) *NullableOrganizationsOrganizationMetadata
func (NullableOrganizationsOrganizationMetadata) IsSet ¶
func (v NullableOrganizationsOrganizationMetadata) IsSet() bool
func (NullableOrganizationsOrganizationMetadata) MarshalJSON ¶
func (v NullableOrganizationsOrganizationMetadata) MarshalJSON() ([]byte, error)
func (*NullableOrganizationsOrganizationMetadata) Set ¶
func (v *NullableOrganizationsOrganizationMetadata) Set(val *OrganizationsOrganizationMetadata)
func (*NullableOrganizationsOrganizationMetadata) UnmarshalJSON ¶
func (v *NullableOrganizationsOrganizationMetadata) UnmarshalJSON(src []byte) error
func (*NullableOrganizationsOrganizationMetadata) Unset ¶
func (v *NullableOrganizationsOrganizationMetadata) Unset()
type NullableOrganizationsResetInviteLinkResponse ¶ added in v0.0.43
type NullableOrganizationsResetInviteLinkResponse struct {
// contains filtered or unexported fields
}
func NewNullableOrganizationsResetInviteLinkResponse ¶ added in v0.0.43
func NewNullableOrganizationsResetInviteLinkResponse(val *OrganizationsResetInviteLinkResponse) *NullableOrganizationsResetInviteLinkResponse
func (NullableOrganizationsResetInviteLinkResponse) IsSet ¶ added in v0.0.43
func (v NullableOrganizationsResetInviteLinkResponse) IsSet() bool
func (NullableOrganizationsResetInviteLinkResponse) MarshalJSON ¶ added in v0.0.43
func (v NullableOrganizationsResetInviteLinkResponse) MarshalJSON() ([]byte, error)
func (*NullableOrganizationsResetInviteLinkResponse) Set ¶ added in v0.0.43
func (v *NullableOrganizationsResetInviteLinkResponse) Set(val *OrganizationsResetInviteLinkResponse)
func (*NullableOrganizationsResetInviteLinkResponse) UnmarshalJSON ¶ added in v0.0.43
func (v *NullableOrganizationsResetInviteLinkResponse) UnmarshalJSON(src []byte) error
func (*NullableOrganizationsResetInviteLinkResponse) Unset ¶ added in v0.0.43
func (v *NullableOrganizationsResetInviteLinkResponse) Unset()
type NullableOrganizationsUpdateApplicationBody ¶
type NullableOrganizationsUpdateApplicationBody struct {
// contains filtered or unexported fields
}
func NewNullableOrganizationsUpdateApplicationBody ¶
func NewNullableOrganizationsUpdateApplicationBody(val *OrganizationsUpdateApplicationBody) *NullableOrganizationsUpdateApplicationBody
func (NullableOrganizationsUpdateApplicationBody) IsSet ¶
func (v NullableOrganizationsUpdateApplicationBody) IsSet() bool
func (NullableOrganizationsUpdateApplicationBody) MarshalJSON ¶
func (v NullableOrganizationsUpdateApplicationBody) MarshalJSON() ([]byte, error)
func (*NullableOrganizationsUpdateApplicationBody) Set ¶
func (v *NullableOrganizationsUpdateApplicationBody) Set(val *OrganizationsUpdateApplicationBody)
func (*NullableOrganizationsUpdateApplicationBody) UnmarshalJSON ¶
func (v *NullableOrganizationsUpdateApplicationBody) UnmarshalJSON(src []byte) error
func (*NullableOrganizationsUpdateApplicationBody) Unset ¶
func (v *NullableOrganizationsUpdateApplicationBody) Unset()
type NullableOrganizationsUpdateApplicationResponse ¶
type NullableOrganizationsUpdateApplicationResponse struct {
// contains filtered or unexported fields
}
func NewNullableOrganizationsUpdateApplicationResponse ¶
func NewNullableOrganizationsUpdateApplicationResponse(val *OrganizationsUpdateApplicationResponse) *NullableOrganizationsUpdateApplicationResponse
func (NullableOrganizationsUpdateApplicationResponse) IsSet ¶
func (v NullableOrganizationsUpdateApplicationResponse) IsSet() bool
func (NullableOrganizationsUpdateApplicationResponse) MarshalJSON ¶
func (v NullableOrganizationsUpdateApplicationResponse) MarshalJSON() ([]byte, error)
func (*NullableOrganizationsUpdateApplicationResponse) Set ¶
func (v *NullableOrganizationsUpdateApplicationResponse) Set(val *OrganizationsUpdateApplicationResponse)
func (*NullableOrganizationsUpdateApplicationResponse) UnmarshalJSON ¶
func (v *NullableOrganizationsUpdateApplicationResponse) UnmarshalJSON(src []byte) error
func (*NullableOrganizationsUpdateApplicationResponse) Unset ¶
func (v *NullableOrganizationsUpdateApplicationResponse) Unset()
type NullableOrganizationsUpdateInviteLinkBody ¶ added in v0.0.43
type NullableOrganizationsUpdateInviteLinkBody struct {
// contains filtered or unexported fields
}
func NewNullableOrganizationsUpdateInviteLinkBody ¶ added in v0.0.43
func NewNullableOrganizationsUpdateInviteLinkBody(val *OrganizationsUpdateInviteLinkBody) *NullableOrganizationsUpdateInviteLinkBody
func (NullableOrganizationsUpdateInviteLinkBody) IsSet ¶ added in v0.0.43
func (v NullableOrganizationsUpdateInviteLinkBody) IsSet() bool
func (NullableOrganizationsUpdateInviteLinkBody) MarshalJSON ¶ added in v0.0.43
func (v NullableOrganizationsUpdateInviteLinkBody) MarshalJSON() ([]byte, error)
func (*NullableOrganizationsUpdateInviteLinkBody) Set ¶ added in v0.0.43
func (v *NullableOrganizationsUpdateInviteLinkBody) Set(val *OrganizationsUpdateInviteLinkBody)
func (*NullableOrganizationsUpdateInviteLinkBody) UnmarshalJSON ¶ added in v0.0.43
func (v *NullableOrganizationsUpdateInviteLinkBody) UnmarshalJSON(src []byte) error
func (*NullableOrganizationsUpdateInviteLinkBody) Unset ¶ added in v0.0.43
func (v *NullableOrganizationsUpdateInviteLinkBody) Unset()
type NullableOrganizationsUpdateInviteLinkResponse ¶ added in v0.0.43
type NullableOrganizationsUpdateInviteLinkResponse struct {
// contains filtered or unexported fields
}
func NewNullableOrganizationsUpdateInviteLinkResponse ¶ added in v0.0.43
func NewNullableOrganizationsUpdateInviteLinkResponse(val *OrganizationsUpdateInviteLinkResponse) *NullableOrganizationsUpdateInviteLinkResponse
func (NullableOrganizationsUpdateInviteLinkResponse) IsSet ¶ added in v0.0.43
func (v NullableOrganizationsUpdateInviteLinkResponse) IsSet() bool
func (NullableOrganizationsUpdateInviteLinkResponse) MarshalJSON ¶ added in v0.0.43
func (v NullableOrganizationsUpdateInviteLinkResponse) MarshalJSON() ([]byte, error)
func (*NullableOrganizationsUpdateInviteLinkResponse) Set ¶ added in v0.0.43
func (v *NullableOrganizationsUpdateInviteLinkResponse) Set(val *OrganizationsUpdateInviteLinkResponse)
func (*NullableOrganizationsUpdateInviteLinkResponse) UnmarshalJSON ¶ added in v0.0.43
func (v *NullableOrganizationsUpdateInviteLinkResponse) UnmarshalJSON(src []byte) error
func (*NullableOrganizationsUpdateInviteLinkResponse) Unset ¶ added in v0.0.43
func (v *NullableOrganizationsUpdateInviteLinkResponse) Unset()
type NullableOrganizationsUpdateOrganizationBody ¶
type NullableOrganizationsUpdateOrganizationBody struct {
// contains filtered or unexported fields
}
func NewNullableOrganizationsUpdateOrganizationBody ¶
func NewNullableOrganizationsUpdateOrganizationBody(val *OrganizationsUpdateOrganizationBody) *NullableOrganizationsUpdateOrganizationBody
func (NullableOrganizationsUpdateOrganizationBody) IsSet ¶
func (v NullableOrganizationsUpdateOrganizationBody) IsSet() bool
func (NullableOrganizationsUpdateOrganizationBody) MarshalJSON ¶
func (v NullableOrganizationsUpdateOrganizationBody) MarshalJSON() ([]byte, error)
func (*NullableOrganizationsUpdateOrganizationBody) Set ¶
func (v *NullableOrganizationsUpdateOrganizationBody) Set(val *OrganizationsUpdateOrganizationBody)
func (*NullableOrganizationsUpdateOrganizationBody) UnmarshalJSON ¶
func (v *NullableOrganizationsUpdateOrganizationBody) UnmarshalJSON(src []byte) error
func (*NullableOrganizationsUpdateOrganizationBody) Unset ¶
func (v *NullableOrganizationsUpdateOrganizationBody) Unset()
type NullableOrganizationsUpdateOrganizationResponse ¶
type NullableOrganizationsUpdateOrganizationResponse struct {
// contains filtered or unexported fields
}
func NewNullableOrganizationsUpdateOrganizationResponse ¶
func NewNullableOrganizationsUpdateOrganizationResponse(val *OrganizationsUpdateOrganizationResponse) *NullableOrganizationsUpdateOrganizationResponse
func (NullableOrganizationsUpdateOrganizationResponse) IsSet ¶
func (v NullableOrganizationsUpdateOrganizationResponse) IsSet() bool
func (NullableOrganizationsUpdateOrganizationResponse) MarshalJSON ¶
func (v NullableOrganizationsUpdateOrganizationResponse) MarshalJSON() ([]byte, error)
func (*NullableOrganizationsUpdateOrganizationResponse) UnmarshalJSON ¶
func (v *NullableOrganizationsUpdateOrganizationResponse) UnmarshalJSON(src []byte) error
func (*NullableOrganizationsUpdateOrganizationResponse) Unset ¶
func (v *NullableOrganizationsUpdateOrganizationResponse) Unset()
type NullableProtobufAny ¶
type NullableProtobufAny struct {
// contains filtered or unexported fields
}
func NewNullableProtobufAny ¶
func NewNullableProtobufAny(val *ProtobufAny) *NullableProtobufAny
func (NullableProtobufAny) Get ¶
func (v NullableProtobufAny) Get() *ProtobufAny
func (NullableProtobufAny) IsSet ¶
func (v NullableProtobufAny) IsSet() bool
func (NullableProtobufAny) MarshalJSON ¶
func (v NullableProtobufAny) MarshalJSON() ([]byte, error)
func (*NullableProtobufAny) Set ¶
func (v *NullableProtobufAny) Set(val *ProtobufAny)
func (*NullableProtobufAny) UnmarshalJSON ¶
func (v *NullableProtobufAny) UnmarshalJSON(src []byte) error
func (*NullableProtobufAny) Unset ¶
func (v *NullableProtobufAny) Unset()
type NullableProtobufNullValue ¶
type NullableProtobufNullValue struct {
// contains filtered or unexported fields
}
func NewNullableProtobufNullValue ¶
func NewNullableProtobufNullValue(val *ProtobufNullValue) *NullableProtobufNullValue
func (NullableProtobufNullValue) Get ¶
func (v NullableProtobufNullValue) Get() *ProtobufNullValue
func (NullableProtobufNullValue) IsSet ¶
func (v NullableProtobufNullValue) IsSet() bool
func (NullableProtobufNullValue) MarshalJSON ¶
func (v NullableProtobufNullValue) MarshalJSON() ([]byte, error)
func (*NullableProtobufNullValue) Set ¶
func (v *NullableProtobufNullValue) Set(val *ProtobufNullValue)
func (*NullableProtobufNullValue) UnmarshalJSON ¶
func (v *NullableProtobufNullValue) UnmarshalJSON(src []byte) error
func (*NullableProtobufNullValue) Unset ¶
func (v *NullableProtobufNullValue) Unset()
type NullableRolesAssignRoleBody ¶
type NullableRolesAssignRoleBody struct {
// contains filtered or unexported fields
}
func NewNullableRolesAssignRoleBody ¶
func NewNullableRolesAssignRoleBody(val *RolesAssignRoleBody) *NullableRolesAssignRoleBody
func (NullableRolesAssignRoleBody) Get ¶
func (v NullableRolesAssignRoleBody) Get() *RolesAssignRoleBody
func (NullableRolesAssignRoleBody) IsSet ¶
func (v NullableRolesAssignRoleBody) IsSet() bool
func (NullableRolesAssignRoleBody) MarshalJSON ¶
func (v NullableRolesAssignRoleBody) MarshalJSON() ([]byte, error)
func (*NullableRolesAssignRoleBody) Set ¶
func (v *NullableRolesAssignRoleBody) Set(val *RolesAssignRoleBody)
func (*NullableRolesAssignRoleBody) UnmarshalJSON ¶
func (v *NullableRolesAssignRoleBody) UnmarshalJSON(src []byte) error
func (*NullableRolesAssignRoleBody) Unset ¶
func (v *NullableRolesAssignRoleBody) Unset()
type NullableRolesCreateRoleRequest ¶
type NullableRolesCreateRoleRequest struct {
// contains filtered or unexported fields
}
func NewNullableRolesCreateRoleRequest ¶
func NewNullableRolesCreateRoleRequest(val *RolesCreateRoleRequest) *NullableRolesCreateRoleRequest
func (NullableRolesCreateRoleRequest) Get ¶
func (v NullableRolesCreateRoleRequest) Get() *RolesCreateRoleRequest
func (NullableRolesCreateRoleRequest) IsSet ¶
func (v NullableRolesCreateRoleRequest) IsSet() bool
func (NullableRolesCreateRoleRequest) MarshalJSON ¶
func (v NullableRolesCreateRoleRequest) MarshalJSON() ([]byte, error)
func (*NullableRolesCreateRoleRequest) Set ¶
func (v *NullableRolesCreateRoleRequest) Set(val *RolesCreateRoleRequest)
func (*NullableRolesCreateRoleRequest) UnmarshalJSON ¶
func (v *NullableRolesCreateRoleRequest) UnmarshalJSON(src []byte) error
func (*NullableRolesCreateRoleRequest) Unset ¶
func (v *NullableRolesCreateRoleRequest) Unset()
type NullableRolesCreateRoleResponse ¶
type NullableRolesCreateRoleResponse struct {
// contains filtered or unexported fields
}
func NewNullableRolesCreateRoleResponse ¶
func NewNullableRolesCreateRoleResponse(val *RolesCreateRoleResponse) *NullableRolesCreateRoleResponse
func (NullableRolesCreateRoleResponse) Get ¶
func (v NullableRolesCreateRoleResponse) Get() *RolesCreateRoleResponse
func (NullableRolesCreateRoleResponse) IsSet ¶
func (v NullableRolesCreateRoleResponse) IsSet() bool
func (NullableRolesCreateRoleResponse) MarshalJSON ¶
func (v NullableRolesCreateRoleResponse) MarshalJSON() ([]byte, error)
func (*NullableRolesCreateRoleResponse) Set ¶
func (v *NullableRolesCreateRoleResponse) Set(val *RolesCreateRoleResponse)
func (*NullableRolesCreateRoleResponse) UnmarshalJSON ¶
func (v *NullableRolesCreateRoleResponse) UnmarshalJSON(src []byte) error
func (*NullableRolesCreateRoleResponse) Unset ¶
func (v *NullableRolesCreateRoleResponse) Unset()
type NullableRolesDescribeRoleResponse ¶
type NullableRolesDescribeRoleResponse struct {
// contains filtered or unexported fields
}
func NewNullableRolesDescribeRoleResponse ¶
func NewNullableRolesDescribeRoleResponse(val *RolesDescribeRoleResponse) *NullableRolesDescribeRoleResponse
func (NullableRolesDescribeRoleResponse) Get ¶
func (v NullableRolesDescribeRoleResponse) Get() *RolesDescribeRoleResponse
func (NullableRolesDescribeRoleResponse) IsSet ¶
func (v NullableRolesDescribeRoleResponse) IsSet() bool
func (NullableRolesDescribeRoleResponse) MarshalJSON ¶
func (v NullableRolesDescribeRoleResponse) MarshalJSON() ([]byte, error)
func (*NullableRolesDescribeRoleResponse) Set ¶
func (v *NullableRolesDescribeRoleResponse) Set(val *RolesDescribeRoleResponse)
func (*NullableRolesDescribeRoleResponse) UnmarshalJSON ¶
func (v *NullableRolesDescribeRoleResponse) UnmarshalJSON(src []byte) error
func (*NullableRolesDescribeRoleResponse) Unset ¶
func (v *NullableRolesDescribeRoleResponse) Unset()
type NullableRolesListRolesResponse ¶
type NullableRolesListRolesResponse struct {
// contains filtered or unexported fields
}
func NewNullableRolesListRolesResponse ¶
func NewNullableRolesListRolesResponse(val *RolesListRolesResponse) *NullableRolesListRolesResponse
func (NullableRolesListRolesResponse) Get ¶
func (v NullableRolesListRolesResponse) Get() *RolesListRolesResponse
func (NullableRolesListRolesResponse) IsSet ¶
func (v NullableRolesListRolesResponse) IsSet() bool
func (NullableRolesListRolesResponse) MarshalJSON ¶
func (v NullableRolesListRolesResponse) MarshalJSON() ([]byte, error)
func (*NullableRolesListRolesResponse) Set ¶
func (v *NullableRolesListRolesResponse) Set(val *RolesListRolesResponse)
func (*NullableRolesListRolesResponse) UnmarshalJSON ¶
func (v *NullableRolesListRolesResponse) UnmarshalJSON(src []byte) error
func (*NullableRolesListRolesResponse) Unset ¶
func (v *NullableRolesListRolesResponse) Unset()
type NullableRolesRole ¶
type NullableRolesRole struct {
// contains filtered or unexported fields
}
func NewNullableRolesRole ¶
func NewNullableRolesRole(val *RolesRole) *NullableRolesRole
func (NullableRolesRole) Get ¶
func (v NullableRolesRole) Get() *RolesRole
func (NullableRolesRole) IsSet ¶
func (v NullableRolesRole) IsSet() bool
func (NullableRolesRole) MarshalJSON ¶
func (v NullableRolesRole) MarshalJSON() ([]byte, error)
func (*NullableRolesRole) Set ¶
func (v *NullableRolesRole) Set(val *RolesRole)
func (*NullableRolesRole) UnmarshalJSON ¶
func (v *NullableRolesRole) UnmarshalJSON(src []byte) error
func (*NullableRolesRole) Unset ¶
func (v *NullableRolesRole) Unset()
type NullableRolesRoleMetadata ¶
type NullableRolesRoleMetadata struct {
// contains filtered or unexported fields
}
func NewNullableRolesRoleMetadata ¶
func NewNullableRolesRoleMetadata(val *RolesRoleMetadata) *NullableRolesRoleMetadata
func (NullableRolesRoleMetadata) Get ¶
func (v NullableRolesRoleMetadata) Get() *RolesRoleMetadata
func (NullableRolesRoleMetadata) IsSet ¶
func (v NullableRolesRoleMetadata) IsSet() bool
func (NullableRolesRoleMetadata) MarshalJSON ¶
func (v NullableRolesRoleMetadata) MarshalJSON() ([]byte, error)
func (*NullableRolesRoleMetadata) Set ¶
func (v *NullableRolesRoleMetadata) Set(val *RolesRoleMetadata)
func (*NullableRolesRoleMetadata) UnmarshalJSON ¶
func (v *NullableRolesRoleMetadata) UnmarshalJSON(src []byte) error
func (*NullableRolesRoleMetadata) Unset ¶
func (v *NullableRolesRoleMetadata) Unset()
type NullableRolesRoleSpec ¶
type NullableRolesRoleSpec struct {
// contains filtered or unexported fields
}
func NewNullableRolesRoleSpec ¶
func NewNullableRolesRoleSpec(val *RolesRoleSpec) *NullableRolesRoleSpec
func (NullableRolesRoleSpec) Get ¶
func (v NullableRolesRoleSpec) Get() *RolesRoleSpec
func (NullableRolesRoleSpec) IsSet ¶
func (v NullableRolesRoleSpec) IsSet() bool
func (NullableRolesRoleSpec) MarshalJSON ¶
func (v NullableRolesRoleSpec) MarshalJSON() ([]byte, error)
func (*NullableRolesRoleSpec) Set ¶
func (v *NullableRolesRoleSpec) Set(val *RolesRoleSpec)
func (*NullableRolesRoleSpec) UnmarshalJSON ¶
func (v *NullableRolesRoleSpec) UnmarshalJSON(src []byte) error
func (*NullableRolesRoleSpec) Unset ¶
func (v *NullableRolesRoleSpec) Unset()
type NullableRolesUpdateRoleBody ¶
type NullableRolesUpdateRoleBody struct {
// contains filtered or unexported fields
}
func NewNullableRolesUpdateRoleBody ¶
func NewNullableRolesUpdateRoleBody(val *RolesUpdateRoleBody) *NullableRolesUpdateRoleBody
func (NullableRolesUpdateRoleBody) Get ¶
func (v NullableRolesUpdateRoleBody) Get() *RolesUpdateRoleBody
func (NullableRolesUpdateRoleBody) IsSet ¶
func (v NullableRolesUpdateRoleBody) IsSet() bool
func (NullableRolesUpdateRoleBody) MarshalJSON ¶
func (v NullableRolesUpdateRoleBody) MarshalJSON() ([]byte, error)
func (*NullableRolesUpdateRoleBody) Set ¶
func (v *NullableRolesUpdateRoleBody) Set(val *RolesUpdateRoleBody)
func (*NullableRolesUpdateRoleBody) UnmarshalJSON ¶
func (v *NullableRolesUpdateRoleBody) UnmarshalJSON(src []byte) error
func (*NullableRolesUpdateRoleBody) Unset ¶
func (v *NullableRolesUpdateRoleBody) Unset()
type NullableRolesUpdateRoleResponse ¶
type NullableRolesUpdateRoleResponse struct {
// contains filtered or unexported fields
}
func NewNullableRolesUpdateRoleResponse ¶
func NewNullableRolesUpdateRoleResponse(val *RolesUpdateRoleResponse) *NullableRolesUpdateRoleResponse
func (NullableRolesUpdateRoleResponse) Get ¶
func (v NullableRolesUpdateRoleResponse) Get() *RolesUpdateRoleResponse
func (NullableRolesUpdateRoleResponse) IsSet ¶
func (v NullableRolesUpdateRoleResponse) IsSet() bool
func (NullableRolesUpdateRoleResponse) MarshalJSON ¶
func (v NullableRolesUpdateRoleResponse) MarshalJSON() ([]byte, error)
func (*NullableRolesUpdateRoleResponse) Set ¶
func (v *NullableRolesUpdateRoleResponse) Set(val *RolesUpdateRoleResponse)
func (*NullableRolesUpdateRoleResponse) UnmarshalJSON ¶
func (v *NullableRolesUpdateRoleResponse) UnmarshalJSON(src []byte) error
func (*NullableRolesUpdateRoleResponse) Unset ¶
func (v *NullableRolesUpdateRoleResponse) Unset()
type NullableSecretLocal ¶
type NullableSecretLocal struct {
// contains filtered or unexported fields
}
func NewNullableSecretLocal ¶
func NewNullableSecretLocal(val *SecretLocal) *NullableSecretLocal
func (NullableSecretLocal) Get ¶
func (v NullableSecretLocal) Get() *SecretLocal
func (NullableSecretLocal) IsSet ¶
func (v NullableSecretLocal) IsSet() bool
func (NullableSecretLocal) MarshalJSON ¶
func (v NullableSecretLocal) MarshalJSON() ([]byte, error)
func (*NullableSecretLocal) Set ¶
func (v *NullableSecretLocal) Set(val *SecretLocal)
func (*NullableSecretLocal) UnmarshalJSON ¶
func (v *NullableSecretLocal) UnmarshalJSON(src []byte) error
func (*NullableSecretLocal) Unset ¶
func (v *NullableSecretLocal) Unset()
type NullableSecretProvider ¶
type NullableSecretProvider struct {
// contains filtered or unexported fields
}
func NewNullableSecretProvider ¶
func NewNullableSecretProvider(val *SecretProvider) *NullableSecretProvider
func (NullableSecretProvider) Get ¶
func (v NullableSecretProvider) Get() *SecretProvider
func (NullableSecretProvider) IsSet ¶
func (v NullableSecretProvider) IsSet() bool
func (NullableSecretProvider) MarshalJSON ¶
func (v NullableSecretProvider) MarshalJSON() ([]byte, error)
func (*NullableSecretProvider) Set ¶
func (v *NullableSecretProvider) Set(val *SecretProvider)
func (*NullableSecretProvider) UnmarshalJSON ¶
func (v *NullableSecretProvider) UnmarshalJSON(src []byte) error
func (*NullableSecretProvider) Unset ¶
func (v *NullableSecretProvider) Unset()
type NullableSecretsCreateSecretRequest ¶
type NullableSecretsCreateSecretRequest struct {
// contains filtered or unexported fields
}
func NewNullableSecretsCreateSecretRequest ¶
func NewNullableSecretsCreateSecretRequest(val *SecretsCreateSecretRequest) *NullableSecretsCreateSecretRequest
func (NullableSecretsCreateSecretRequest) Get ¶
func (v NullableSecretsCreateSecretRequest) Get() *SecretsCreateSecretRequest
func (NullableSecretsCreateSecretRequest) IsSet ¶
func (v NullableSecretsCreateSecretRequest) IsSet() bool
func (NullableSecretsCreateSecretRequest) MarshalJSON ¶
func (v NullableSecretsCreateSecretRequest) MarshalJSON() ([]byte, error)
func (*NullableSecretsCreateSecretRequest) Set ¶
func (v *NullableSecretsCreateSecretRequest) Set(val *SecretsCreateSecretRequest)
func (*NullableSecretsCreateSecretRequest) UnmarshalJSON ¶
func (v *NullableSecretsCreateSecretRequest) UnmarshalJSON(src []byte) error
func (*NullableSecretsCreateSecretRequest) Unset ¶
func (v *NullableSecretsCreateSecretRequest) Unset()
type NullableSecretsCreateSecretResponse ¶
type NullableSecretsCreateSecretResponse struct {
// contains filtered or unexported fields
}
func NewNullableSecretsCreateSecretResponse ¶
func NewNullableSecretsCreateSecretResponse(val *SecretsCreateSecretResponse) *NullableSecretsCreateSecretResponse
func (NullableSecretsCreateSecretResponse) Get ¶
func (v NullableSecretsCreateSecretResponse) Get() *SecretsCreateSecretResponse
func (NullableSecretsCreateSecretResponse) IsSet ¶
func (v NullableSecretsCreateSecretResponse) IsSet() bool
func (NullableSecretsCreateSecretResponse) MarshalJSON ¶
func (v NullableSecretsCreateSecretResponse) MarshalJSON() ([]byte, error)
func (*NullableSecretsCreateSecretResponse) Set ¶
func (v *NullableSecretsCreateSecretResponse) Set(val *SecretsCreateSecretResponse)
func (*NullableSecretsCreateSecretResponse) UnmarshalJSON ¶
func (v *NullableSecretsCreateSecretResponse) UnmarshalJSON(src []byte) error
func (*NullableSecretsCreateSecretResponse) Unset ¶
func (v *NullableSecretsCreateSecretResponse) Unset()
type NullableSecretsDescribeSecretResponse ¶
type NullableSecretsDescribeSecretResponse struct {
// contains filtered or unexported fields
}
func NewNullableSecretsDescribeSecretResponse ¶
func NewNullableSecretsDescribeSecretResponse(val *SecretsDescribeSecretResponse) *NullableSecretsDescribeSecretResponse
func (NullableSecretsDescribeSecretResponse) Get ¶
func (v NullableSecretsDescribeSecretResponse) Get() *SecretsDescribeSecretResponse
func (NullableSecretsDescribeSecretResponse) IsSet ¶
func (v NullableSecretsDescribeSecretResponse) IsSet() bool
func (NullableSecretsDescribeSecretResponse) MarshalJSON ¶
func (v NullableSecretsDescribeSecretResponse) MarshalJSON() ([]byte, error)
func (*NullableSecretsDescribeSecretResponse) Set ¶
func (v *NullableSecretsDescribeSecretResponse) Set(val *SecretsDescribeSecretResponse)
func (*NullableSecretsDescribeSecretResponse) UnmarshalJSON ¶
func (v *NullableSecretsDescribeSecretResponse) UnmarshalJSON(src []byte) error
func (*NullableSecretsDescribeSecretResponse) Unset ¶
func (v *NullableSecretsDescribeSecretResponse) Unset()
type NullableSecretsListSecretsResponse ¶
type NullableSecretsListSecretsResponse struct {
// contains filtered or unexported fields
}
func NewNullableSecretsListSecretsResponse ¶
func NewNullableSecretsListSecretsResponse(val *SecretsListSecretsResponse) *NullableSecretsListSecretsResponse
func (NullableSecretsListSecretsResponse) Get ¶
func (v NullableSecretsListSecretsResponse) Get() *SecretsListSecretsResponse
func (NullableSecretsListSecretsResponse) IsSet ¶
func (v NullableSecretsListSecretsResponse) IsSet() bool
func (NullableSecretsListSecretsResponse) MarshalJSON ¶
func (v NullableSecretsListSecretsResponse) MarshalJSON() ([]byte, error)
func (*NullableSecretsListSecretsResponse) Set ¶
func (v *NullableSecretsListSecretsResponse) Set(val *SecretsListSecretsResponse)
func (*NullableSecretsListSecretsResponse) UnmarshalJSON ¶
func (v *NullableSecretsListSecretsResponse) UnmarshalJSON(src []byte) error
func (*NullableSecretsListSecretsResponse) Unset ¶
func (v *NullableSecretsListSecretsResponse) Unset()
type NullableSecretsSecret ¶
type NullableSecretsSecret struct {
// contains filtered or unexported fields
}
func NewNullableSecretsSecret ¶
func NewNullableSecretsSecret(val *SecretsSecret) *NullableSecretsSecret
func (NullableSecretsSecret) Get ¶
func (v NullableSecretsSecret) Get() *SecretsSecret
func (NullableSecretsSecret) IsSet ¶
func (v NullableSecretsSecret) IsSet() bool
func (NullableSecretsSecret) MarshalJSON ¶
func (v NullableSecretsSecret) MarshalJSON() ([]byte, error)
func (*NullableSecretsSecret) Set ¶
func (v *NullableSecretsSecret) Set(val *SecretsSecret)
func (*NullableSecretsSecret) UnmarshalJSON ¶
func (v *NullableSecretsSecret) UnmarshalJSON(src []byte) error
func (*NullableSecretsSecret) Unset ¶
func (v *NullableSecretsSecret) Unset()
type NullableSecretsSecretMetadata ¶
type NullableSecretsSecretMetadata struct {
// contains filtered or unexported fields
}
func NewNullableSecretsSecretMetadata ¶
func NewNullableSecretsSecretMetadata(val *SecretsSecretMetadata) *NullableSecretsSecretMetadata
func (NullableSecretsSecretMetadata) Get ¶
func (v NullableSecretsSecretMetadata) Get() *SecretsSecretMetadata
func (NullableSecretsSecretMetadata) IsSet ¶
func (v NullableSecretsSecretMetadata) IsSet() bool
func (NullableSecretsSecretMetadata) MarshalJSON ¶
func (v NullableSecretsSecretMetadata) MarshalJSON() ([]byte, error)
func (*NullableSecretsSecretMetadata) Set ¶
func (v *NullableSecretsSecretMetadata) Set(val *SecretsSecretMetadata)
func (*NullableSecretsSecretMetadata) UnmarshalJSON ¶
func (v *NullableSecretsSecretMetadata) UnmarshalJSON(src []byte) error
func (*NullableSecretsSecretMetadata) Unset ¶
func (v *NullableSecretsSecretMetadata) Unset()
type NullableSecretsSecretSpec ¶
type NullableSecretsSecretSpec struct {
// contains filtered or unexported fields
}
func NewNullableSecretsSecretSpec ¶
func NewNullableSecretsSecretSpec(val *SecretsSecretSpec) *NullableSecretsSecretSpec
func (NullableSecretsSecretSpec) Get ¶
func (v NullableSecretsSecretSpec) Get() *SecretsSecretSpec
func (NullableSecretsSecretSpec) IsSet ¶
func (v NullableSecretsSecretSpec) IsSet() bool
func (NullableSecretsSecretSpec) MarshalJSON ¶
func (v NullableSecretsSecretSpec) MarshalJSON() ([]byte, error)
func (*NullableSecretsSecretSpec) Set ¶
func (v *NullableSecretsSecretSpec) Set(val *SecretsSecretSpec)
func (*NullableSecretsSecretSpec) UnmarshalJSON ¶
func (v *NullableSecretsSecretSpec) UnmarshalJSON(src []byte) error
func (*NullableSecretsSecretSpec) Unset ¶
func (v *NullableSecretsSecretSpec) Unset()
type NullableSecretsUpdateSecretBody ¶
type NullableSecretsUpdateSecretBody struct {
// contains filtered or unexported fields
}
func NewNullableSecretsUpdateSecretBody ¶
func NewNullableSecretsUpdateSecretBody(val *SecretsUpdateSecretBody) *NullableSecretsUpdateSecretBody
func (NullableSecretsUpdateSecretBody) Get ¶
func (v NullableSecretsUpdateSecretBody) Get() *SecretsUpdateSecretBody
func (NullableSecretsUpdateSecretBody) IsSet ¶
func (v NullableSecretsUpdateSecretBody) IsSet() bool
func (NullableSecretsUpdateSecretBody) MarshalJSON ¶
func (v NullableSecretsUpdateSecretBody) MarshalJSON() ([]byte, error)
func (*NullableSecretsUpdateSecretBody) Set ¶
func (v *NullableSecretsUpdateSecretBody) Set(val *SecretsUpdateSecretBody)
func (*NullableSecretsUpdateSecretBody) UnmarshalJSON ¶
func (v *NullableSecretsUpdateSecretBody) UnmarshalJSON(src []byte) error
func (*NullableSecretsUpdateSecretBody) Unset ¶
func (v *NullableSecretsUpdateSecretBody) Unset()
type NullableSecretsUpdateSecretResponse ¶
type NullableSecretsUpdateSecretResponse struct {
// contains filtered or unexported fields
}
func NewNullableSecretsUpdateSecretResponse ¶
func NewNullableSecretsUpdateSecretResponse(val *SecretsUpdateSecretResponse) *NullableSecretsUpdateSecretResponse
func (NullableSecretsUpdateSecretResponse) Get ¶
func (v NullableSecretsUpdateSecretResponse) Get() *SecretsUpdateSecretResponse
func (NullableSecretsUpdateSecretResponse) IsSet ¶
func (v NullableSecretsUpdateSecretResponse) IsSet() bool
func (NullableSecretsUpdateSecretResponse) MarshalJSON ¶
func (v NullableSecretsUpdateSecretResponse) MarshalJSON() ([]byte, error)
func (*NullableSecretsUpdateSecretResponse) Set ¶
func (v *NullableSecretsUpdateSecretResponse) Set(val *SecretsUpdateSecretResponse)
func (*NullableSecretsUpdateSecretResponse) UnmarshalJSON ¶
func (v *NullableSecretsUpdateSecretResponse) UnmarshalJSON(src []byte) error
func (*NullableSecretsUpdateSecretResponse) Unset ¶
func (v *NullableSecretsUpdateSecretResponse) Unset()
type NullableString ¶
type NullableString struct {
// contains filtered or unexported fields
}
func NewNullableString ¶
func NewNullableString(val *string) *NullableString
func (NullableString) Get ¶
func (v NullableString) Get() *string
func (NullableString) IsSet ¶
func (v NullableString) IsSet() bool
func (NullableString) MarshalJSON ¶
func (v NullableString) MarshalJSON() ([]byte, error)
func (*NullableString) Set ¶
func (v *NullableString) Set(val *string)
func (*NullableString) UnmarshalJSON ¶
func (v *NullableString) UnmarshalJSON(src []byte) error
func (*NullableString) Unset ¶
func (v *NullableString) Unset()
type NullableSuperplaneApplicationsListApplicationsResponse ¶
type NullableSuperplaneApplicationsListApplicationsResponse struct {
// contains filtered or unexported fields
}
func NewNullableSuperplaneApplicationsListApplicationsResponse ¶
func NewNullableSuperplaneApplicationsListApplicationsResponse(val *SuperplaneApplicationsListApplicationsResponse) *NullableSuperplaneApplicationsListApplicationsResponse
func (NullableSuperplaneApplicationsListApplicationsResponse) IsSet ¶
func (v NullableSuperplaneApplicationsListApplicationsResponse) IsSet() bool
func (NullableSuperplaneApplicationsListApplicationsResponse) MarshalJSON ¶
func (v NullableSuperplaneApplicationsListApplicationsResponse) MarshalJSON() ([]byte, error)
func (*NullableSuperplaneApplicationsListApplicationsResponse) UnmarshalJSON ¶
func (v *NullableSuperplaneApplicationsListApplicationsResponse) UnmarshalJSON(src []byte) error
func (*NullableSuperplaneApplicationsListApplicationsResponse) Unset ¶
func (v *NullableSuperplaneApplicationsListApplicationsResponse) Unset()
type NullableSuperplaneBlueprintsOutputChannel ¶
type NullableSuperplaneBlueprintsOutputChannel struct {
// contains filtered or unexported fields
}
func NewNullableSuperplaneBlueprintsOutputChannel ¶
func NewNullableSuperplaneBlueprintsOutputChannel(val *SuperplaneBlueprintsOutputChannel) *NullableSuperplaneBlueprintsOutputChannel
func (NullableSuperplaneBlueprintsOutputChannel) IsSet ¶
func (v NullableSuperplaneBlueprintsOutputChannel) IsSet() bool
func (NullableSuperplaneBlueprintsOutputChannel) MarshalJSON ¶
func (v NullableSuperplaneBlueprintsOutputChannel) MarshalJSON() ([]byte, error)
func (*NullableSuperplaneBlueprintsOutputChannel) Set ¶
func (v *NullableSuperplaneBlueprintsOutputChannel) Set(val *SuperplaneBlueprintsOutputChannel)
func (*NullableSuperplaneBlueprintsOutputChannel) UnmarshalJSON ¶
func (v *NullableSuperplaneBlueprintsOutputChannel) UnmarshalJSON(src []byte) error
func (*NullableSuperplaneBlueprintsOutputChannel) Unset ¶
func (v *NullableSuperplaneBlueprintsOutputChannel) Unset()
type NullableSuperplaneBlueprintsUserRef ¶
type NullableSuperplaneBlueprintsUserRef struct {
// contains filtered or unexported fields
}
func NewNullableSuperplaneBlueprintsUserRef ¶
func NewNullableSuperplaneBlueprintsUserRef(val *SuperplaneBlueprintsUserRef) *NullableSuperplaneBlueprintsUserRef
func (NullableSuperplaneBlueprintsUserRef) Get ¶
func (v NullableSuperplaneBlueprintsUserRef) Get() *SuperplaneBlueprintsUserRef
func (NullableSuperplaneBlueprintsUserRef) IsSet ¶
func (v NullableSuperplaneBlueprintsUserRef) IsSet() bool
func (NullableSuperplaneBlueprintsUserRef) MarshalJSON ¶
func (v NullableSuperplaneBlueprintsUserRef) MarshalJSON() ([]byte, error)
func (*NullableSuperplaneBlueprintsUserRef) Set ¶
func (v *NullableSuperplaneBlueprintsUserRef) Set(val *SuperplaneBlueprintsUserRef)
func (*NullableSuperplaneBlueprintsUserRef) UnmarshalJSON ¶
func (v *NullableSuperplaneBlueprintsUserRef) UnmarshalJSON(src []byte) error
func (*NullableSuperplaneBlueprintsUserRef) Unset ¶
func (v *NullableSuperplaneBlueprintsUserRef) Unset()
type NullableSuperplaneComponentsOutputChannel ¶
type NullableSuperplaneComponentsOutputChannel struct {
// contains filtered or unexported fields
}
func NewNullableSuperplaneComponentsOutputChannel ¶
func NewNullableSuperplaneComponentsOutputChannel(val *SuperplaneComponentsOutputChannel) *NullableSuperplaneComponentsOutputChannel
func (NullableSuperplaneComponentsOutputChannel) IsSet ¶
func (v NullableSuperplaneComponentsOutputChannel) IsSet() bool
func (NullableSuperplaneComponentsOutputChannel) MarshalJSON ¶
func (v NullableSuperplaneComponentsOutputChannel) MarshalJSON() ([]byte, error)
func (*NullableSuperplaneComponentsOutputChannel) Set ¶
func (v *NullableSuperplaneComponentsOutputChannel) Set(val *SuperplaneComponentsOutputChannel)
func (*NullableSuperplaneComponentsOutputChannel) UnmarshalJSON ¶
func (v *NullableSuperplaneComponentsOutputChannel) UnmarshalJSON(src []byte) error
func (*NullableSuperplaneComponentsOutputChannel) Unset ¶
func (v *NullableSuperplaneComponentsOutputChannel) Unset()
type NullableSuperplaneMeUser ¶
type NullableSuperplaneMeUser struct {
// contains filtered or unexported fields
}
func NewNullableSuperplaneMeUser ¶
func NewNullableSuperplaneMeUser(val *SuperplaneMeUser) *NullableSuperplaneMeUser
func (NullableSuperplaneMeUser) Get ¶
func (v NullableSuperplaneMeUser) Get() *SuperplaneMeUser
func (NullableSuperplaneMeUser) IsSet ¶
func (v NullableSuperplaneMeUser) IsSet() bool
func (NullableSuperplaneMeUser) MarshalJSON ¶
func (v NullableSuperplaneMeUser) MarshalJSON() ([]byte, error)
func (*NullableSuperplaneMeUser) Set ¶
func (v *NullableSuperplaneMeUser) Set(val *SuperplaneMeUser)
func (*NullableSuperplaneMeUser) UnmarshalJSON ¶
func (v *NullableSuperplaneMeUser) UnmarshalJSON(src []byte) error
func (*NullableSuperplaneMeUser) Unset ¶
func (v *NullableSuperplaneMeUser) Unset()
type NullableSuperplaneOrganizationsListApplicationsResponse ¶
type NullableSuperplaneOrganizationsListApplicationsResponse struct {
// contains filtered or unexported fields
}
func NewNullableSuperplaneOrganizationsListApplicationsResponse ¶
func NewNullableSuperplaneOrganizationsListApplicationsResponse(val *SuperplaneOrganizationsListApplicationsResponse) *NullableSuperplaneOrganizationsListApplicationsResponse
func (NullableSuperplaneOrganizationsListApplicationsResponse) IsSet ¶
func (v NullableSuperplaneOrganizationsListApplicationsResponse) IsSet() bool
func (NullableSuperplaneOrganizationsListApplicationsResponse) MarshalJSON ¶
func (v NullableSuperplaneOrganizationsListApplicationsResponse) MarshalJSON() ([]byte, error)
func (*NullableSuperplaneOrganizationsListApplicationsResponse) UnmarshalJSON ¶
func (v *NullableSuperplaneOrganizationsListApplicationsResponse) UnmarshalJSON(src []byte) error
func (*NullableSuperplaneOrganizationsListApplicationsResponse) Unset ¶
func (v *NullableSuperplaneOrganizationsListApplicationsResponse) Unset()
type NullableSuperplaneUsersUser ¶
type NullableSuperplaneUsersUser struct {
// contains filtered or unexported fields
}
func NewNullableSuperplaneUsersUser ¶
func NewNullableSuperplaneUsersUser(val *SuperplaneUsersUser) *NullableSuperplaneUsersUser
func (NullableSuperplaneUsersUser) Get ¶
func (v NullableSuperplaneUsersUser) Get() *SuperplaneUsersUser
func (NullableSuperplaneUsersUser) IsSet ¶
func (v NullableSuperplaneUsersUser) IsSet() bool
func (NullableSuperplaneUsersUser) MarshalJSON ¶
func (v NullableSuperplaneUsersUser) MarshalJSON() ([]byte, error)
func (*NullableSuperplaneUsersUser) Set ¶
func (v *NullableSuperplaneUsersUser) Set(val *SuperplaneUsersUser)
func (*NullableSuperplaneUsersUser) UnmarshalJSON ¶
func (v *NullableSuperplaneUsersUser) UnmarshalJSON(src []byte) error
func (*NullableSuperplaneUsersUser) Unset ¶
func (v *NullableSuperplaneUsersUser) Unset()
type NullableSuperplaneWorkflowsUserRef ¶
type NullableSuperplaneWorkflowsUserRef struct {
// contains filtered or unexported fields
}
func NewNullableSuperplaneWorkflowsUserRef ¶
func NewNullableSuperplaneWorkflowsUserRef(val *SuperplaneWorkflowsUserRef) *NullableSuperplaneWorkflowsUserRef
func (NullableSuperplaneWorkflowsUserRef) Get ¶
func (v NullableSuperplaneWorkflowsUserRef) Get() *SuperplaneWorkflowsUserRef
func (NullableSuperplaneWorkflowsUserRef) IsSet ¶
func (v NullableSuperplaneWorkflowsUserRef) IsSet() bool
func (NullableSuperplaneWorkflowsUserRef) MarshalJSON ¶
func (v NullableSuperplaneWorkflowsUserRef) MarshalJSON() ([]byte, error)
func (*NullableSuperplaneWorkflowsUserRef) Set ¶
func (v *NullableSuperplaneWorkflowsUserRef) Set(val *SuperplaneWorkflowsUserRef)
func (*NullableSuperplaneWorkflowsUserRef) UnmarshalJSON ¶
func (v *NullableSuperplaneWorkflowsUserRef) UnmarshalJSON(src []byte) error
func (*NullableSuperplaneWorkflowsUserRef) Unset ¶
func (v *NullableSuperplaneWorkflowsUserRef) Unset()
type NullableTime ¶
type NullableTime struct {
// contains filtered or unexported fields
}
func NewNullableTime ¶
func NewNullableTime(val *time.Time) *NullableTime
func (NullableTime) Get ¶
func (v NullableTime) Get() *time.Time
func (NullableTime) IsSet ¶
func (v NullableTime) IsSet() bool
func (NullableTime) MarshalJSON ¶
func (v NullableTime) MarshalJSON() ([]byte, error)
func (*NullableTime) Set ¶
func (v *NullableTime) Set(val *time.Time)
func (*NullableTime) UnmarshalJSON ¶
func (v *NullableTime) UnmarshalJSON(src []byte) error
func (*NullableTime) Unset ¶
func (v *NullableTime) Unset()
type NullableTriggersDescribeTriggerResponse ¶
type NullableTriggersDescribeTriggerResponse struct {
// contains filtered or unexported fields
}
func NewNullableTriggersDescribeTriggerResponse ¶
func NewNullableTriggersDescribeTriggerResponse(val *TriggersDescribeTriggerResponse) *NullableTriggersDescribeTriggerResponse
func (NullableTriggersDescribeTriggerResponse) IsSet ¶
func (v NullableTriggersDescribeTriggerResponse) IsSet() bool
func (NullableTriggersDescribeTriggerResponse) MarshalJSON ¶
func (v NullableTriggersDescribeTriggerResponse) MarshalJSON() ([]byte, error)
func (*NullableTriggersDescribeTriggerResponse) Set ¶
func (v *NullableTriggersDescribeTriggerResponse) Set(val *TriggersDescribeTriggerResponse)
func (*NullableTriggersDescribeTriggerResponse) UnmarshalJSON ¶
func (v *NullableTriggersDescribeTriggerResponse) UnmarshalJSON(src []byte) error
func (*NullableTriggersDescribeTriggerResponse) Unset ¶
func (v *NullableTriggersDescribeTriggerResponse) Unset()
type NullableTriggersListTriggersResponse ¶
type NullableTriggersListTriggersResponse struct {
// contains filtered or unexported fields
}
func NewNullableTriggersListTriggersResponse ¶
func NewNullableTriggersListTriggersResponse(val *TriggersListTriggersResponse) *NullableTriggersListTriggersResponse
func (NullableTriggersListTriggersResponse) Get ¶
func (v NullableTriggersListTriggersResponse) Get() *TriggersListTriggersResponse
func (NullableTriggersListTriggersResponse) IsSet ¶
func (v NullableTriggersListTriggersResponse) IsSet() bool
func (NullableTriggersListTriggersResponse) MarshalJSON ¶
func (v NullableTriggersListTriggersResponse) MarshalJSON() ([]byte, error)
func (*NullableTriggersListTriggersResponse) Set ¶
func (v *NullableTriggersListTriggersResponse) Set(val *TriggersListTriggersResponse)
func (*NullableTriggersListTriggersResponse) UnmarshalJSON ¶
func (v *NullableTriggersListTriggersResponse) UnmarshalJSON(src []byte) error
func (*NullableTriggersListTriggersResponse) Unset ¶
func (v *NullableTriggersListTriggersResponse) Unset()
type NullableTriggersTrigger ¶
type NullableTriggersTrigger struct {
// contains filtered or unexported fields
}
func NewNullableTriggersTrigger ¶
func NewNullableTriggersTrigger(val *TriggersTrigger) *NullableTriggersTrigger
func (NullableTriggersTrigger) Get ¶
func (v NullableTriggersTrigger) Get() *TriggersTrigger
func (NullableTriggersTrigger) IsSet ¶
func (v NullableTriggersTrigger) IsSet() bool
func (NullableTriggersTrigger) MarshalJSON ¶
func (v NullableTriggersTrigger) MarshalJSON() ([]byte, error)
func (*NullableTriggersTrigger) Set ¶
func (v *NullableTriggersTrigger) Set(val *TriggersTrigger)
func (*NullableTriggersTrigger) UnmarshalJSON ¶
func (v *NullableTriggersTrigger) UnmarshalJSON(src []byte) error
func (*NullableTriggersTrigger) Unset ¶
func (v *NullableTriggersTrigger) Unset()
type NullableUsersAccountProvider ¶
type NullableUsersAccountProvider struct {
// contains filtered or unexported fields
}
func NewNullableUsersAccountProvider ¶
func NewNullableUsersAccountProvider(val *UsersAccountProvider) *NullableUsersAccountProvider
func (NullableUsersAccountProvider) Get ¶
func (v NullableUsersAccountProvider) Get() *UsersAccountProvider
func (NullableUsersAccountProvider) IsSet ¶
func (v NullableUsersAccountProvider) IsSet() bool
func (NullableUsersAccountProvider) MarshalJSON ¶
func (v NullableUsersAccountProvider) MarshalJSON() ([]byte, error)
func (*NullableUsersAccountProvider) Set ¶
func (v *NullableUsersAccountProvider) Set(val *UsersAccountProvider)
func (*NullableUsersAccountProvider) UnmarshalJSON ¶
func (v *NullableUsersAccountProvider) UnmarshalJSON(src []byte) error
func (*NullableUsersAccountProvider) Unset ¶
func (v *NullableUsersAccountProvider) Unset()
type NullableUsersListUserPermissionsResponse ¶
type NullableUsersListUserPermissionsResponse struct {
// contains filtered or unexported fields
}
func NewNullableUsersListUserPermissionsResponse ¶
func NewNullableUsersListUserPermissionsResponse(val *UsersListUserPermissionsResponse) *NullableUsersListUserPermissionsResponse
func (NullableUsersListUserPermissionsResponse) IsSet ¶
func (v NullableUsersListUserPermissionsResponse) IsSet() bool
func (NullableUsersListUserPermissionsResponse) MarshalJSON ¶
func (v NullableUsersListUserPermissionsResponse) MarshalJSON() ([]byte, error)
func (*NullableUsersListUserPermissionsResponse) Set ¶
func (v *NullableUsersListUserPermissionsResponse) Set(val *UsersListUserPermissionsResponse)
func (*NullableUsersListUserPermissionsResponse) UnmarshalJSON ¶
func (v *NullableUsersListUserPermissionsResponse) UnmarshalJSON(src []byte) error
func (*NullableUsersListUserPermissionsResponse) Unset ¶
func (v *NullableUsersListUserPermissionsResponse) Unset()
type NullableUsersListUserRolesResponse ¶
type NullableUsersListUserRolesResponse struct {
// contains filtered or unexported fields
}
func NewNullableUsersListUserRolesResponse ¶
func NewNullableUsersListUserRolesResponse(val *UsersListUserRolesResponse) *NullableUsersListUserRolesResponse
func (NullableUsersListUserRolesResponse) Get ¶
func (v NullableUsersListUserRolesResponse) Get() *UsersListUserRolesResponse
func (NullableUsersListUserRolesResponse) IsSet ¶
func (v NullableUsersListUserRolesResponse) IsSet() bool
func (NullableUsersListUserRolesResponse) MarshalJSON ¶
func (v NullableUsersListUserRolesResponse) MarshalJSON() ([]byte, error)
func (*NullableUsersListUserRolesResponse) Set ¶
func (v *NullableUsersListUserRolesResponse) Set(val *UsersListUserRolesResponse)
func (*NullableUsersListUserRolesResponse) UnmarshalJSON ¶
func (v *NullableUsersListUserRolesResponse) UnmarshalJSON(src []byte) error
func (*NullableUsersListUserRolesResponse) Unset ¶
func (v *NullableUsersListUserRolesResponse) Unset()
type NullableUsersListUsersResponse ¶
type NullableUsersListUsersResponse struct {
// contains filtered or unexported fields
}
func NewNullableUsersListUsersResponse ¶
func NewNullableUsersListUsersResponse(val *UsersListUsersResponse) *NullableUsersListUsersResponse
func (NullableUsersListUsersResponse) Get ¶
func (v NullableUsersListUsersResponse) Get() *UsersListUsersResponse
func (NullableUsersListUsersResponse) IsSet ¶
func (v NullableUsersListUsersResponse) IsSet() bool
func (NullableUsersListUsersResponse) MarshalJSON ¶
func (v NullableUsersListUsersResponse) MarshalJSON() ([]byte, error)
func (*NullableUsersListUsersResponse) Set ¶
func (v *NullableUsersListUsersResponse) Set(val *UsersListUsersResponse)
func (*NullableUsersListUsersResponse) UnmarshalJSON ¶
func (v *NullableUsersListUsersResponse) UnmarshalJSON(src []byte) error
func (*NullableUsersListUsersResponse) Unset ¶
func (v *NullableUsersListUsersResponse) Unset()
type NullableUsersUserMetadata ¶
type NullableUsersUserMetadata struct {
// contains filtered or unexported fields
}
func NewNullableUsersUserMetadata ¶
func NewNullableUsersUserMetadata(val *UsersUserMetadata) *NullableUsersUserMetadata
func (NullableUsersUserMetadata) Get ¶
func (v NullableUsersUserMetadata) Get() *UsersUserMetadata
func (NullableUsersUserMetadata) IsSet ¶
func (v NullableUsersUserMetadata) IsSet() bool
func (NullableUsersUserMetadata) MarshalJSON ¶
func (v NullableUsersUserMetadata) MarshalJSON() ([]byte, error)
func (*NullableUsersUserMetadata) Set ¶
func (v *NullableUsersUserMetadata) Set(val *UsersUserMetadata)
func (*NullableUsersUserMetadata) UnmarshalJSON ¶
func (v *NullableUsersUserMetadata) UnmarshalJSON(src []byte) error
func (*NullableUsersUserMetadata) Unset ¶
func (v *NullableUsersUserMetadata) Unset()
type NullableUsersUserRoleAssignment ¶
type NullableUsersUserRoleAssignment struct {
// contains filtered or unexported fields
}
func NewNullableUsersUserRoleAssignment ¶
func NewNullableUsersUserRoleAssignment(val *UsersUserRoleAssignment) *NullableUsersUserRoleAssignment
func (NullableUsersUserRoleAssignment) Get ¶
func (v NullableUsersUserRoleAssignment) Get() *UsersUserRoleAssignment
func (NullableUsersUserRoleAssignment) IsSet ¶
func (v NullableUsersUserRoleAssignment) IsSet() bool
func (NullableUsersUserRoleAssignment) MarshalJSON ¶
func (v NullableUsersUserRoleAssignment) MarshalJSON() ([]byte, error)
func (*NullableUsersUserRoleAssignment) Set ¶
func (v *NullableUsersUserRoleAssignment) Set(val *UsersUserRoleAssignment)
func (*NullableUsersUserRoleAssignment) UnmarshalJSON ¶
func (v *NullableUsersUserRoleAssignment) UnmarshalJSON(src []byte) error
func (*NullableUsersUserRoleAssignment) Unset ¶
func (v *NullableUsersUserRoleAssignment) Unset()
type NullableUsersUserSpec ¶
type NullableUsersUserSpec struct {
// contains filtered or unexported fields
}
func NewNullableUsersUserSpec ¶
func NewNullableUsersUserSpec(val *UsersUserSpec) *NullableUsersUserSpec
func (NullableUsersUserSpec) Get ¶
func (v NullableUsersUserSpec) Get() *UsersUserSpec
func (NullableUsersUserSpec) IsSet ¶
func (v NullableUsersUserSpec) IsSet() bool
func (NullableUsersUserSpec) MarshalJSON ¶
func (v NullableUsersUserSpec) MarshalJSON() ([]byte, error)
func (*NullableUsersUserSpec) Set ¶
func (v *NullableUsersUserSpec) Set(val *UsersUserSpec)
func (*NullableUsersUserSpec) UnmarshalJSON ¶
func (v *NullableUsersUserSpec) UnmarshalJSON(src []byte) error
func (*NullableUsersUserSpec) Unset ¶
func (v *NullableUsersUserSpec) Unset()
type NullableUsersUserStatus ¶
type NullableUsersUserStatus struct {
// contains filtered or unexported fields
}
func NewNullableUsersUserStatus ¶
func NewNullableUsersUserStatus(val *UsersUserStatus) *NullableUsersUserStatus
func (NullableUsersUserStatus) Get ¶
func (v NullableUsersUserStatus) Get() *UsersUserStatus
func (NullableUsersUserStatus) IsSet ¶
func (v NullableUsersUserStatus) IsSet() bool
func (NullableUsersUserStatus) MarshalJSON ¶
func (v NullableUsersUserStatus) MarshalJSON() ([]byte, error)
func (*NullableUsersUserStatus) Set ¶
func (v *NullableUsersUserStatus) Set(val *UsersUserStatus)
func (*NullableUsersUserStatus) UnmarshalJSON ¶
func (v *NullableUsersUserStatus) UnmarshalJSON(src []byte) error
func (*NullableUsersUserStatus) Unset ¶
func (v *NullableUsersUserStatus) Unset()
type NullableWidgetsDescribeWidgetResponse ¶ added in v0.0.18
type NullableWidgetsDescribeWidgetResponse struct {
// contains filtered or unexported fields
}
func NewNullableWidgetsDescribeWidgetResponse ¶ added in v0.0.18
func NewNullableWidgetsDescribeWidgetResponse(val *WidgetsDescribeWidgetResponse) *NullableWidgetsDescribeWidgetResponse
func (NullableWidgetsDescribeWidgetResponse) Get ¶ added in v0.0.18
func (v NullableWidgetsDescribeWidgetResponse) Get() *WidgetsDescribeWidgetResponse
func (NullableWidgetsDescribeWidgetResponse) IsSet ¶ added in v0.0.18
func (v NullableWidgetsDescribeWidgetResponse) IsSet() bool
func (NullableWidgetsDescribeWidgetResponse) MarshalJSON ¶ added in v0.0.18
func (v NullableWidgetsDescribeWidgetResponse) MarshalJSON() ([]byte, error)
func (*NullableWidgetsDescribeWidgetResponse) Set ¶ added in v0.0.18
func (v *NullableWidgetsDescribeWidgetResponse) Set(val *WidgetsDescribeWidgetResponse)
func (*NullableWidgetsDescribeWidgetResponse) UnmarshalJSON ¶ added in v0.0.18
func (v *NullableWidgetsDescribeWidgetResponse) UnmarshalJSON(src []byte) error
func (*NullableWidgetsDescribeWidgetResponse) Unset ¶ added in v0.0.18
func (v *NullableWidgetsDescribeWidgetResponse) Unset()
type NullableWidgetsListWidgetsResponse ¶ added in v0.0.18
type NullableWidgetsListWidgetsResponse struct {
// contains filtered or unexported fields
}
func NewNullableWidgetsListWidgetsResponse ¶ added in v0.0.18
func NewNullableWidgetsListWidgetsResponse(val *WidgetsListWidgetsResponse) *NullableWidgetsListWidgetsResponse
func (NullableWidgetsListWidgetsResponse) Get ¶ added in v0.0.18
func (v NullableWidgetsListWidgetsResponse) Get() *WidgetsListWidgetsResponse
func (NullableWidgetsListWidgetsResponse) IsSet ¶ added in v0.0.18
func (v NullableWidgetsListWidgetsResponse) IsSet() bool
func (NullableWidgetsListWidgetsResponse) MarshalJSON ¶ added in v0.0.18
func (v NullableWidgetsListWidgetsResponse) MarshalJSON() ([]byte, error)
func (*NullableWidgetsListWidgetsResponse) Set ¶ added in v0.0.18
func (v *NullableWidgetsListWidgetsResponse) Set(val *WidgetsListWidgetsResponse)
func (*NullableWidgetsListWidgetsResponse) UnmarshalJSON ¶ added in v0.0.18
func (v *NullableWidgetsListWidgetsResponse) UnmarshalJSON(src []byte) error
func (*NullableWidgetsListWidgetsResponse) Unset ¶ added in v0.0.18
func (v *NullableWidgetsListWidgetsResponse) Unset()
type NullableWidgetsWidget ¶ added in v0.0.18
type NullableWidgetsWidget struct {
// contains filtered or unexported fields
}
func NewNullableWidgetsWidget ¶ added in v0.0.18
func NewNullableWidgetsWidget(val *WidgetsWidget) *NullableWidgetsWidget
func (NullableWidgetsWidget) Get ¶ added in v0.0.18
func (v NullableWidgetsWidget) Get() *WidgetsWidget
func (NullableWidgetsWidget) IsSet ¶ added in v0.0.18
func (v NullableWidgetsWidget) IsSet() bool
func (NullableWidgetsWidget) MarshalJSON ¶ added in v0.0.18
func (v NullableWidgetsWidget) MarshalJSON() ([]byte, error)
func (*NullableWidgetsWidget) Set ¶ added in v0.0.18
func (v *NullableWidgetsWidget) Set(val *WidgetsWidget)
func (*NullableWidgetsWidget) UnmarshalJSON ¶ added in v0.0.18
func (v *NullableWidgetsWidget) UnmarshalJSON(src []byte) error
func (*NullableWidgetsWidget) Unset ¶ added in v0.0.18
func (v *NullableWidgetsWidget) Unset()
type NullableWorkflowNodeExecutionResult ¶
type NullableWorkflowNodeExecutionResult struct {
// contains filtered or unexported fields
}
func NewNullableWorkflowNodeExecutionResult ¶
func NewNullableWorkflowNodeExecutionResult(val *WorkflowNodeExecutionResult) *NullableWorkflowNodeExecutionResult
func (NullableWorkflowNodeExecutionResult) Get ¶
func (v NullableWorkflowNodeExecutionResult) Get() *WorkflowNodeExecutionResult
func (NullableWorkflowNodeExecutionResult) IsSet ¶
func (v NullableWorkflowNodeExecutionResult) IsSet() bool
func (NullableWorkflowNodeExecutionResult) MarshalJSON ¶
func (v NullableWorkflowNodeExecutionResult) MarshalJSON() ([]byte, error)
func (*NullableWorkflowNodeExecutionResult) Set ¶
func (v *NullableWorkflowNodeExecutionResult) Set(val *WorkflowNodeExecutionResult)
func (*NullableWorkflowNodeExecutionResult) UnmarshalJSON ¶
func (v *NullableWorkflowNodeExecutionResult) UnmarshalJSON(src []byte) error
func (*NullableWorkflowNodeExecutionResult) Unset ¶
func (v *NullableWorkflowNodeExecutionResult) Unset()
type NullableWorkflowNodeExecutionResultReason ¶
type NullableWorkflowNodeExecutionResultReason struct {
// contains filtered or unexported fields
}
func NewNullableWorkflowNodeExecutionResultReason ¶
func NewNullableWorkflowNodeExecutionResultReason(val *WorkflowNodeExecutionResultReason) *NullableWorkflowNodeExecutionResultReason
func (NullableWorkflowNodeExecutionResultReason) IsSet ¶
func (v NullableWorkflowNodeExecutionResultReason) IsSet() bool
func (NullableWorkflowNodeExecutionResultReason) MarshalJSON ¶
func (v NullableWorkflowNodeExecutionResultReason) MarshalJSON() ([]byte, error)
func (*NullableWorkflowNodeExecutionResultReason) Set ¶
func (v *NullableWorkflowNodeExecutionResultReason) Set(val *WorkflowNodeExecutionResultReason)
func (*NullableWorkflowNodeExecutionResultReason) UnmarshalJSON ¶
func (v *NullableWorkflowNodeExecutionResultReason) UnmarshalJSON(src []byte) error
func (*NullableWorkflowNodeExecutionResultReason) Unset ¶
func (v *NullableWorkflowNodeExecutionResultReason) Unset()
type NullableWorkflowNodeExecutionState ¶
type NullableWorkflowNodeExecutionState struct {
// contains filtered or unexported fields
}
func NewNullableWorkflowNodeExecutionState ¶
func NewNullableWorkflowNodeExecutionState(val *WorkflowNodeExecutionState) *NullableWorkflowNodeExecutionState
func (NullableWorkflowNodeExecutionState) Get ¶
func (v NullableWorkflowNodeExecutionState) Get() *WorkflowNodeExecutionState
func (NullableWorkflowNodeExecutionState) IsSet ¶
func (v NullableWorkflowNodeExecutionState) IsSet() bool
func (NullableWorkflowNodeExecutionState) MarshalJSON ¶
func (v NullableWorkflowNodeExecutionState) MarshalJSON() ([]byte, error)
func (*NullableWorkflowNodeExecutionState) Set ¶
func (v *NullableWorkflowNodeExecutionState) Set(val *WorkflowNodeExecutionState)
func (*NullableWorkflowNodeExecutionState) UnmarshalJSON ¶
func (v *NullableWorkflowNodeExecutionState) UnmarshalJSON(src []byte) error
func (*NullableWorkflowNodeExecutionState) Unset ¶
func (v *NullableWorkflowNodeExecutionState) Unset()
type NullableWorkflowsCreateWorkflowRequest ¶
type NullableWorkflowsCreateWorkflowRequest struct {
// contains filtered or unexported fields
}
func NewNullableWorkflowsCreateWorkflowRequest ¶
func NewNullableWorkflowsCreateWorkflowRequest(val *WorkflowsCreateWorkflowRequest) *NullableWorkflowsCreateWorkflowRequest
func (NullableWorkflowsCreateWorkflowRequest) Get ¶
func (v NullableWorkflowsCreateWorkflowRequest) Get() *WorkflowsCreateWorkflowRequest
func (NullableWorkflowsCreateWorkflowRequest) IsSet ¶
func (v NullableWorkflowsCreateWorkflowRequest) IsSet() bool
func (NullableWorkflowsCreateWorkflowRequest) MarshalJSON ¶
func (v NullableWorkflowsCreateWorkflowRequest) MarshalJSON() ([]byte, error)
func (*NullableWorkflowsCreateWorkflowRequest) Set ¶
func (v *NullableWorkflowsCreateWorkflowRequest) Set(val *WorkflowsCreateWorkflowRequest)
func (*NullableWorkflowsCreateWorkflowRequest) UnmarshalJSON ¶
func (v *NullableWorkflowsCreateWorkflowRequest) UnmarshalJSON(src []byte) error
func (*NullableWorkflowsCreateWorkflowRequest) Unset ¶
func (v *NullableWorkflowsCreateWorkflowRequest) Unset()
type NullableWorkflowsCreateWorkflowResponse ¶
type NullableWorkflowsCreateWorkflowResponse struct {
// contains filtered or unexported fields
}
func NewNullableWorkflowsCreateWorkflowResponse ¶
func NewNullableWorkflowsCreateWorkflowResponse(val *WorkflowsCreateWorkflowResponse) *NullableWorkflowsCreateWorkflowResponse
func (NullableWorkflowsCreateWorkflowResponse) IsSet ¶
func (v NullableWorkflowsCreateWorkflowResponse) IsSet() bool
func (NullableWorkflowsCreateWorkflowResponse) MarshalJSON ¶
func (v NullableWorkflowsCreateWorkflowResponse) MarshalJSON() ([]byte, error)
func (*NullableWorkflowsCreateWorkflowResponse) Set ¶
func (v *NullableWorkflowsCreateWorkflowResponse) Set(val *WorkflowsCreateWorkflowResponse)
func (*NullableWorkflowsCreateWorkflowResponse) UnmarshalJSON ¶
func (v *NullableWorkflowsCreateWorkflowResponse) UnmarshalJSON(src []byte) error
func (*NullableWorkflowsCreateWorkflowResponse) Unset ¶
func (v *NullableWorkflowsCreateWorkflowResponse) Unset()
type NullableWorkflowsDescribeWorkflowResponse ¶
type NullableWorkflowsDescribeWorkflowResponse struct {
// contains filtered or unexported fields
}
func NewNullableWorkflowsDescribeWorkflowResponse ¶
func NewNullableWorkflowsDescribeWorkflowResponse(val *WorkflowsDescribeWorkflowResponse) *NullableWorkflowsDescribeWorkflowResponse
func (NullableWorkflowsDescribeWorkflowResponse) IsSet ¶
func (v NullableWorkflowsDescribeWorkflowResponse) IsSet() bool
func (NullableWorkflowsDescribeWorkflowResponse) MarshalJSON ¶
func (v NullableWorkflowsDescribeWorkflowResponse) MarshalJSON() ([]byte, error)
func (*NullableWorkflowsDescribeWorkflowResponse) Set ¶
func (v *NullableWorkflowsDescribeWorkflowResponse) Set(val *WorkflowsDescribeWorkflowResponse)
func (*NullableWorkflowsDescribeWorkflowResponse) UnmarshalJSON ¶
func (v *NullableWorkflowsDescribeWorkflowResponse) UnmarshalJSON(src []byte) error
func (*NullableWorkflowsDescribeWorkflowResponse) Unset ¶
func (v *NullableWorkflowsDescribeWorkflowResponse) Unset()
type NullableWorkflowsEmitNodeEventBody ¶
type NullableWorkflowsEmitNodeEventBody struct {
// contains filtered or unexported fields
}
func NewNullableWorkflowsEmitNodeEventBody ¶
func NewNullableWorkflowsEmitNodeEventBody(val *WorkflowsEmitNodeEventBody) *NullableWorkflowsEmitNodeEventBody
func (NullableWorkflowsEmitNodeEventBody) Get ¶
func (v NullableWorkflowsEmitNodeEventBody) Get() *WorkflowsEmitNodeEventBody
func (NullableWorkflowsEmitNodeEventBody) IsSet ¶
func (v NullableWorkflowsEmitNodeEventBody) IsSet() bool
func (NullableWorkflowsEmitNodeEventBody) MarshalJSON ¶
func (v NullableWorkflowsEmitNodeEventBody) MarshalJSON() ([]byte, error)
func (*NullableWorkflowsEmitNodeEventBody) Set ¶
func (v *NullableWorkflowsEmitNodeEventBody) Set(val *WorkflowsEmitNodeEventBody)
func (*NullableWorkflowsEmitNodeEventBody) UnmarshalJSON ¶
func (v *NullableWorkflowsEmitNodeEventBody) UnmarshalJSON(src []byte) error
func (*NullableWorkflowsEmitNodeEventBody) Unset ¶
func (v *NullableWorkflowsEmitNodeEventBody) Unset()
type NullableWorkflowsEmitNodeEventResponse ¶
type NullableWorkflowsEmitNodeEventResponse struct {
// contains filtered or unexported fields
}
func NewNullableWorkflowsEmitNodeEventResponse ¶
func NewNullableWorkflowsEmitNodeEventResponse(val *WorkflowsEmitNodeEventResponse) *NullableWorkflowsEmitNodeEventResponse
func (NullableWorkflowsEmitNodeEventResponse) Get ¶
func (v NullableWorkflowsEmitNodeEventResponse) Get() *WorkflowsEmitNodeEventResponse
func (NullableWorkflowsEmitNodeEventResponse) IsSet ¶
func (v NullableWorkflowsEmitNodeEventResponse) IsSet() bool
func (NullableWorkflowsEmitNodeEventResponse) MarshalJSON ¶
func (v NullableWorkflowsEmitNodeEventResponse) MarshalJSON() ([]byte, error)
func (*NullableWorkflowsEmitNodeEventResponse) Set ¶
func (v *NullableWorkflowsEmitNodeEventResponse) Set(val *WorkflowsEmitNodeEventResponse)
func (*NullableWorkflowsEmitNodeEventResponse) UnmarshalJSON ¶
func (v *NullableWorkflowsEmitNodeEventResponse) UnmarshalJSON(src []byte) error
func (*NullableWorkflowsEmitNodeEventResponse) Unset ¶
func (v *NullableWorkflowsEmitNodeEventResponse) Unset()
type NullableWorkflowsInvokeNodeExecutionActionBody ¶
type NullableWorkflowsInvokeNodeExecutionActionBody struct {
// contains filtered or unexported fields
}
func NewNullableWorkflowsInvokeNodeExecutionActionBody ¶
func NewNullableWorkflowsInvokeNodeExecutionActionBody(val *WorkflowsInvokeNodeExecutionActionBody) *NullableWorkflowsInvokeNodeExecutionActionBody
func (NullableWorkflowsInvokeNodeExecutionActionBody) IsSet ¶
func (v NullableWorkflowsInvokeNodeExecutionActionBody) IsSet() bool
func (NullableWorkflowsInvokeNodeExecutionActionBody) MarshalJSON ¶
func (v NullableWorkflowsInvokeNodeExecutionActionBody) MarshalJSON() ([]byte, error)
func (*NullableWorkflowsInvokeNodeExecutionActionBody) Set ¶
func (v *NullableWorkflowsInvokeNodeExecutionActionBody) Set(val *WorkflowsInvokeNodeExecutionActionBody)
func (*NullableWorkflowsInvokeNodeExecutionActionBody) UnmarshalJSON ¶
func (v *NullableWorkflowsInvokeNodeExecutionActionBody) UnmarshalJSON(src []byte) error
func (*NullableWorkflowsInvokeNodeExecutionActionBody) Unset ¶
func (v *NullableWorkflowsInvokeNodeExecutionActionBody) Unset()
type NullableWorkflowsInvokeNodeTriggerActionBody ¶ added in v0.0.18
type NullableWorkflowsInvokeNodeTriggerActionBody struct {
// contains filtered or unexported fields
}
func NewNullableWorkflowsInvokeNodeTriggerActionBody ¶ added in v0.0.18
func NewNullableWorkflowsInvokeNodeTriggerActionBody(val *WorkflowsInvokeNodeTriggerActionBody) *NullableWorkflowsInvokeNodeTriggerActionBody
func (NullableWorkflowsInvokeNodeTriggerActionBody) IsSet ¶ added in v0.0.18
func (v NullableWorkflowsInvokeNodeTriggerActionBody) IsSet() bool
func (NullableWorkflowsInvokeNodeTriggerActionBody) MarshalJSON ¶ added in v0.0.18
func (v NullableWorkflowsInvokeNodeTriggerActionBody) MarshalJSON() ([]byte, error)
func (*NullableWorkflowsInvokeNodeTriggerActionBody) Set ¶ added in v0.0.18
func (v *NullableWorkflowsInvokeNodeTriggerActionBody) Set(val *WorkflowsInvokeNodeTriggerActionBody)
func (*NullableWorkflowsInvokeNodeTriggerActionBody) UnmarshalJSON ¶ added in v0.0.18
func (v *NullableWorkflowsInvokeNodeTriggerActionBody) UnmarshalJSON(src []byte) error
func (*NullableWorkflowsInvokeNodeTriggerActionBody) Unset ¶ added in v0.0.18
func (v *NullableWorkflowsInvokeNodeTriggerActionBody) Unset()
type NullableWorkflowsInvokeNodeTriggerActionResponse ¶ added in v0.0.18
type NullableWorkflowsInvokeNodeTriggerActionResponse struct {
// contains filtered or unexported fields
}
func NewNullableWorkflowsInvokeNodeTriggerActionResponse ¶ added in v0.0.18
func NewNullableWorkflowsInvokeNodeTriggerActionResponse(val *WorkflowsInvokeNodeTriggerActionResponse) *NullableWorkflowsInvokeNodeTriggerActionResponse
func (NullableWorkflowsInvokeNodeTriggerActionResponse) IsSet ¶ added in v0.0.18
func (v NullableWorkflowsInvokeNodeTriggerActionResponse) IsSet() bool
func (NullableWorkflowsInvokeNodeTriggerActionResponse) MarshalJSON ¶ added in v0.0.18
func (v NullableWorkflowsInvokeNodeTriggerActionResponse) MarshalJSON() ([]byte, error)
func (*NullableWorkflowsInvokeNodeTriggerActionResponse) UnmarshalJSON ¶ added in v0.0.18
func (v *NullableWorkflowsInvokeNodeTriggerActionResponse) UnmarshalJSON(src []byte) error
func (*NullableWorkflowsInvokeNodeTriggerActionResponse) Unset ¶ added in v0.0.18
func (v *NullableWorkflowsInvokeNodeTriggerActionResponse) Unset()
type NullableWorkflowsListChildExecutionsResponse ¶
type NullableWorkflowsListChildExecutionsResponse struct {
// contains filtered or unexported fields
}
func NewNullableWorkflowsListChildExecutionsResponse ¶
func NewNullableWorkflowsListChildExecutionsResponse(val *WorkflowsListChildExecutionsResponse) *NullableWorkflowsListChildExecutionsResponse
func (NullableWorkflowsListChildExecutionsResponse) IsSet ¶
func (v NullableWorkflowsListChildExecutionsResponse) IsSet() bool
func (NullableWorkflowsListChildExecutionsResponse) MarshalJSON ¶
func (v NullableWorkflowsListChildExecutionsResponse) MarshalJSON() ([]byte, error)
func (*NullableWorkflowsListChildExecutionsResponse) Set ¶
func (v *NullableWorkflowsListChildExecutionsResponse) Set(val *WorkflowsListChildExecutionsResponse)
func (*NullableWorkflowsListChildExecutionsResponse) UnmarshalJSON ¶
func (v *NullableWorkflowsListChildExecutionsResponse) UnmarshalJSON(src []byte) error
func (*NullableWorkflowsListChildExecutionsResponse) Unset ¶
func (v *NullableWorkflowsListChildExecutionsResponse) Unset()
type NullableWorkflowsListEventExecutionsResponse ¶
type NullableWorkflowsListEventExecutionsResponse struct {
// contains filtered or unexported fields
}
func NewNullableWorkflowsListEventExecutionsResponse ¶
func NewNullableWorkflowsListEventExecutionsResponse(val *WorkflowsListEventExecutionsResponse) *NullableWorkflowsListEventExecutionsResponse
func (NullableWorkflowsListEventExecutionsResponse) IsSet ¶
func (v NullableWorkflowsListEventExecutionsResponse) IsSet() bool
func (NullableWorkflowsListEventExecutionsResponse) MarshalJSON ¶
func (v NullableWorkflowsListEventExecutionsResponse) MarshalJSON() ([]byte, error)
func (*NullableWorkflowsListEventExecutionsResponse) Set ¶
func (v *NullableWorkflowsListEventExecutionsResponse) Set(val *WorkflowsListEventExecutionsResponse)
func (*NullableWorkflowsListEventExecutionsResponse) UnmarshalJSON ¶
func (v *NullableWorkflowsListEventExecutionsResponse) UnmarshalJSON(src []byte) error
func (*NullableWorkflowsListEventExecutionsResponse) Unset ¶
func (v *NullableWorkflowsListEventExecutionsResponse) Unset()
type NullableWorkflowsListNodeEventsResponse ¶
type NullableWorkflowsListNodeEventsResponse struct {
// contains filtered or unexported fields
}
func NewNullableWorkflowsListNodeEventsResponse ¶
func NewNullableWorkflowsListNodeEventsResponse(val *WorkflowsListNodeEventsResponse) *NullableWorkflowsListNodeEventsResponse
func (NullableWorkflowsListNodeEventsResponse) IsSet ¶
func (v NullableWorkflowsListNodeEventsResponse) IsSet() bool
func (NullableWorkflowsListNodeEventsResponse) MarshalJSON ¶
func (v NullableWorkflowsListNodeEventsResponse) MarshalJSON() ([]byte, error)
func (*NullableWorkflowsListNodeEventsResponse) Set ¶
func (v *NullableWorkflowsListNodeEventsResponse) Set(val *WorkflowsListNodeEventsResponse)
func (*NullableWorkflowsListNodeEventsResponse) UnmarshalJSON ¶
func (v *NullableWorkflowsListNodeEventsResponse) UnmarshalJSON(src []byte) error
func (*NullableWorkflowsListNodeEventsResponse) Unset ¶
func (v *NullableWorkflowsListNodeEventsResponse) Unset()
type NullableWorkflowsListNodeExecutionsResponse ¶
type NullableWorkflowsListNodeExecutionsResponse struct {
// contains filtered or unexported fields
}
func NewNullableWorkflowsListNodeExecutionsResponse ¶
func NewNullableWorkflowsListNodeExecutionsResponse(val *WorkflowsListNodeExecutionsResponse) *NullableWorkflowsListNodeExecutionsResponse
func (NullableWorkflowsListNodeExecutionsResponse) IsSet ¶
func (v NullableWorkflowsListNodeExecutionsResponse) IsSet() bool
func (NullableWorkflowsListNodeExecutionsResponse) MarshalJSON ¶
func (v NullableWorkflowsListNodeExecutionsResponse) MarshalJSON() ([]byte, error)
func (*NullableWorkflowsListNodeExecutionsResponse) Set ¶
func (v *NullableWorkflowsListNodeExecutionsResponse) Set(val *WorkflowsListNodeExecutionsResponse)
func (*NullableWorkflowsListNodeExecutionsResponse) UnmarshalJSON ¶
func (v *NullableWorkflowsListNodeExecutionsResponse) UnmarshalJSON(src []byte) error
func (*NullableWorkflowsListNodeExecutionsResponse) Unset ¶
func (v *NullableWorkflowsListNodeExecutionsResponse) Unset()
type NullableWorkflowsListNodeQueueItemsResponse ¶
type NullableWorkflowsListNodeQueueItemsResponse struct {
// contains filtered or unexported fields
}
func NewNullableWorkflowsListNodeQueueItemsResponse ¶
func NewNullableWorkflowsListNodeQueueItemsResponse(val *WorkflowsListNodeQueueItemsResponse) *NullableWorkflowsListNodeQueueItemsResponse
func (NullableWorkflowsListNodeQueueItemsResponse) IsSet ¶
func (v NullableWorkflowsListNodeQueueItemsResponse) IsSet() bool
func (NullableWorkflowsListNodeQueueItemsResponse) MarshalJSON ¶
func (v NullableWorkflowsListNodeQueueItemsResponse) MarshalJSON() ([]byte, error)
func (*NullableWorkflowsListNodeQueueItemsResponse) Set ¶
func (v *NullableWorkflowsListNodeQueueItemsResponse) Set(val *WorkflowsListNodeQueueItemsResponse)
func (*NullableWorkflowsListNodeQueueItemsResponse) UnmarshalJSON ¶
func (v *NullableWorkflowsListNodeQueueItemsResponse) UnmarshalJSON(src []byte) error
func (*NullableWorkflowsListNodeQueueItemsResponse) Unset ¶
func (v *NullableWorkflowsListNodeQueueItemsResponse) Unset()
type NullableWorkflowsListWorkflowEventsResponse ¶
type NullableWorkflowsListWorkflowEventsResponse struct {
// contains filtered or unexported fields
}
func NewNullableWorkflowsListWorkflowEventsResponse ¶
func NewNullableWorkflowsListWorkflowEventsResponse(val *WorkflowsListWorkflowEventsResponse) *NullableWorkflowsListWorkflowEventsResponse
func (NullableWorkflowsListWorkflowEventsResponse) IsSet ¶
func (v NullableWorkflowsListWorkflowEventsResponse) IsSet() bool
func (NullableWorkflowsListWorkflowEventsResponse) MarshalJSON ¶
func (v NullableWorkflowsListWorkflowEventsResponse) MarshalJSON() ([]byte, error)
func (*NullableWorkflowsListWorkflowEventsResponse) Set ¶
func (v *NullableWorkflowsListWorkflowEventsResponse) Set(val *WorkflowsListWorkflowEventsResponse)
func (*NullableWorkflowsListWorkflowEventsResponse) UnmarshalJSON ¶
func (v *NullableWorkflowsListWorkflowEventsResponse) UnmarshalJSON(src []byte) error
func (*NullableWorkflowsListWorkflowEventsResponse) Unset ¶
func (v *NullableWorkflowsListWorkflowEventsResponse) Unset()
type NullableWorkflowsListWorkflowsResponse ¶
type NullableWorkflowsListWorkflowsResponse struct {
// contains filtered or unexported fields
}
func NewNullableWorkflowsListWorkflowsResponse ¶
func NewNullableWorkflowsListWorkflowsResponse(val *WorkflowsListWorkflowsResponse) *NullableWorkflowsListWorkflowsResponse
func (NullableWorkflowsListWorkflowsResponse) Get ¶
func (v NullableWorkflowsListWorkflowsResponse) Get() *WorkflowsListWorkflowsResponse
func (NullableWorkflowsListWorkflowsResponse) IsSet ¶
func (v NullableWorkflowsListWorkflowsResponse) IsSet() bool
func (NullableWorkflowsListWorkflowsResponse) MarshalJSON ¶
func (v NullableWorkflowsListWorkflowsResponse) MarshalJSON() ([]byte, error)
func (*NullableWorkflowsListWorkflowsResponse) Set ¶
func (v *NullableWorkflowsListWorkflowsResponse) Set(val *WorkflowsListWorkflowsResponse)
func (*NullableWorkflowsListWorkflowsResponse) UnmarshalJSON ¶
func (v *NullableWorkflowsListWorkflowsResponse) UnmarshalJSON(src []byte) error
func (*NullableWorkflowsListWorkflowsResponse) Unset ¶
func (v *NullableWorkflowsListWorkflowsResponse) Unset()
type NullableWorkflowsResolveExecutionErrorsBody ¶ added in v0.1.5
type NullableWorkflowsResolveExecutionErrorsBody struct {
// contains filtered or unexported fields
}
func NewNullableWorkflowsResolveExecutionErrorsBody ¶ added in v0.1.5
func NewNullableWorkflowsResolveExecutionErrorsBody(val *WorkflowsResolveExecutionErrorsBody) *NullableWorkflowsResolveExecutionErrorsBody
func (NullableWorkflowsResolveExecutionErrorsBody) IsSet ¶ added in v0.1.5
func (v NullableWorkflowsResolveExecutionErrorsBody) IsSet() bool
func (NullableWorkflowsResolveExecutionErrorsBody) MarshalJSON ¶ added in v0.1.5
func (v NullableWorkflowsResolveExecutionErrorsBody) MarshalJSON() ([]byte, error)
func (*NullableWorkflowsResolveExecutionErrorsBody) Set ¶ added in v0.1.5
func (v *NullableWorkflowsResolveExecutionErrorsBody) Set(val *WorkflowsResolveExecutionErrorsBody)
func (*NullableWorkflowsResolveExecutionErrorsBody) UnmarshalJSON ¶ added in v0.1.5
func (v *NullableWorkflowsResolveExecutionErrorsBody) UnmarshalJSON(src []byte) error
func (*NullableWorkflowsResolveExecutionErrorsBody) Unset ¶ added in v0.1.5
func (v *NullableWorkflowsResolveExecutionErrorsBody) Unset()
type NullableWorkflowsUpdateWorkflowBody ¶
type NullableWorkflowsUpdateWorkflowBody struct {
// contains filtered or unexported fields
}
func NewNullableWorkflowsUpdateWorkflowBody ¶
func NewNullableWorkflowsUpdateWorkflowBody(val *WorkflowsUpdateWorkflowBody) *NullableWorkflowsUpdateWorkflowBody
func (NullableWorkflowsUpdateWorkflowBody) Get ¶
func (v NullableWorkflowsUpdateWorkflowBody) Get() *WorkflowsUpdateWorkflowBody
func (NullableWorkflowsUpdateWorkflowBody) IsSet ¶
func (v NullableWorkflowsUpdateWorkflowBody) IsSet() bool
func (NullableWorkflowsUpdateWorkflowBody) MarshalJSON ¶
func (v NullableWorkflowsUpdateWorkflowBody) MarshalJSON() ([]byte, error)
func (*NullableWorkflowsUpdateWorkflowBody) Set ¶
func (v *NullableWorkflowsUpdateWorkflowBody) Set(val *WorkflowsUpdateWorkflowBody)
func (*NullableWorkflowsUpdateWorkflowBody) UnmarshalJSON ¶
func (v *NullableWorkflowsUpdateWorkflowBody) UnmarshalJSON(src []byte) error
func (*NullableWorkflowsUpdateWorkflowBody) Unset ¶
func (v *NullableWorkflowsUpdateWorkflowBody) Unset()
type NullableWorkflowsUpdateWorkflowResponse ¶
type NullableWorkflowsUpdateWorkflowResponse struct {
// contains filtered or unexported fields
}
func NewNullableWorkflowsUpdateWorkflowResponse ¶
func NewNullableWorkflowsUpdateWorkflowResponse(val *WorkflowsUpdateWorkflowResponse) *NullableWorkflowsUpdateWorkflowResponse
func (NullableWorkflowsUpdateWorkflowResponse) IsSet ¶
func (v NullableWorkflowsUpdateWorkflowResponse) IsSet() bool
func (NullableWorkflowsUpdateWorkflowResponse) MarshalJSON ¶
func (v NullableWorkflowsUpdateWorkflowResponse) MarshalJSON() ([]byte, error)
func (*NullableWorkflowsUpdateWorkflowResponse) Set ¶
func (v *NullableWorkflowsUpdateWorkflowResponse) Set(val *WorkflowsUpdateWorkflowResponse)
func (*NullableWorkflowsUpdateWorkflowResponse) UnmarshalJSON ¶
func (v *NullableWorkflowsUpdateWorkflowResponse) UnmarshalJSON(src []byte) error
func (*NullableWorkflowsUpdateWorkflowResponse) Unset ¶
func (v *NullableWorkflowsUpdateWorkflowResponse) Unset()
type NullableWorkflowsWorkflow ¶
type NullableWorkflowsWorkflow struct {
// contains filtered or unexported fields
}
func NewNullableWorkflowsWorkflow ¶
func NewNullableWorkflowsWorkflow(val *WorkflowsWorkflow) *NullableWorkflowsWorkflow
func (NullableWorkflowsWorkflow) Get ¶
func (v NullableWorkflowsWorkflow) Get() *WorkflowsWorkflow
func (NullableWorkflowsWorkflow) IsSet ¶
func (v NullableWorkflowsWorkflow) IsSet() bool
func (NullableWorkflowsWorkflow) MarshalJSON ¶
func (v NullableWorkflowsWorkflow) MarshalJSON() ([]byte, error)
func (*NullableWorkflowsWorkflow) Set ¶
func (v *NullableWorkflowsWorkflow) Set(val *WorkflowsWorkflow)
func (*NullableWorkflowsWorkflow) UnmarshalJSON ¶
func (v *NullableWorkflowsWorkflow) UnmarshalJSON(src []byte) error
func (*NullableWorkflowsWorkflow) Unset ¶
func (v *NullableWorkflowsWorkflow) Unset()
type NullableWorkflowsWorkflowEvent ¶
type NullableWorkflowsWorkflowEvent struct {
// contains filtered or unexported fields
}
func NewNullableWorkflowsWorkflowEvent ¶
func NewNullableWorkflowsWorkflowEvent(val *WorkflowsWorkflowEvent) *NullableWorkflowsWorkflowEvent
func (NullableWorkflowsWorkflowEvent) Get ¶
func (v NullableWorkflowsWorkflowEvent) Get() *WorkflowsWorkflowEvent
func (NullableWorkflowsWorkflowEvent) IsSet ¶
func (v NullableWorkflowsWorkflowEvent) IsSet() bool
func (NullableWorkflowsWorkflowEvent) MarshalJSON ¶
func (v NullableWorkflowsWorkflowEvent) MarshalJSON() ([]byte, error)
func (*NullableWorkflowsWorkflowEvent) Set ¶
func (v *NullableWorkflowsWorkflowEvent) Set(val *WorkflowsWorkflowEvent)
func (*NullableWorkflowsWorkflowEvent) UnmarshalJSON ¶
func (v *NullableWorkflowsWorkflowEvent) UnmarshalJSON(src []byte) error
func (*NullableWorkflowsWorkflowEvent) Unset ¶
func (v *NullableWorkflowsWorkflowEvent) Unset()
type NullableWorkflowsWorkflowEventWithExecutions ¶ added in v0.0.40
type NullableWorkflowsWorkflowEventWithExecutions struct {
// contains filtered or unexported fields
}
func NewNullableWorkflowsWorkflowEventWithExecutions ¶ added in v0.0.40
func NewNullableWorkflowsWorkflowEventWithExecutions(val *WorkflowsWorkflowEventWithExecutions) *NullableWorkflowsWorkflowEventWithExecutions
func (NullableWorkflowsWorkflowEventWithExecutions) IsSet ¶ added in v0.0.40
func (v NullableWorkflowsWorkflowEventWithExecutions) IsSet() bool
func (NullableWorkflowsWorkflowEventWithExecutions) MarshalJSON ¶ added in v0.0.40
func (v NullableWorkflowsWorkflowEventWithExecutions) MarshalJSON() ([]byte, error)
func (*NullableWorkflowsWorkflowEventWithExecutions) Set ¶ added in v0.0.40
func (v *NullableWorkflowsWorkflowEventWithExecutions) Set(val *WorkflowsWorkflowEventWithExecutions)
func (*NullableWorkflowsWorkflowEventWithExecutions) UnmarshalJSON ¶ added in v0.0.40
func (v *NullableWorkflowsWorkflowEventWithExecutions) UnmarshalJSON(src []byte) error
func (*NullableWorkflowsWorkflowEventWithExecutions) Unset ¶ added in v0.0.40
func (v *NullableWorkflowsWorkflowEventWithExecutions) Unset()
type NullableWorkflowsWorkflowMetadata ¶
type NullableWorkflowsWorkflowMetadata struct {
// contains filtered or unexported fields
}
func NewNullableWorkflowsWorkflowMetadata ¶
func NewNullableWorkflowsWorkflowMetadata(val *WorkflowsWorkflowMetadata) *NullableWorkflowsWorkflowMetadata
func (NullableWorkflowsWorkflowMetadata) Get ¶
func (v NullableWorkflowsWorkflowMetadata) Get() *WorkflowsWorkflowMetadata
func (NullableWorkflowsWorkflowMetadata) IsSet ¶
func (v NullableWorkflowsWorkflowMetadata) IsSet() bool
func (NullableWorkflowsWorkflowMetadata) MarshalJSON ¶
func (v NullableWorkflowsWorkflowMetadata) MarshalJSON() ([]byte, error)
func (*NullableWorkflowsWorkflowMetadata) Set ¶
func (v *NullableWorkflowsWorkflowMetadata) Set(val *WorkflowsWorkflowMetadata)
func (*NullableWorkflowsWorkflowMetadata) UnmarshalJSON ¶
func (v *NullableWorkflowsWorkflowMetadata) UnmarshalJSON(src []byte) error
func (*NullableWorkflowsWorkflowMetadata) Unset ¶
func (v *NullableWorkflowsWorkflowMetadata) Unset()
type NullableWorkflowsWorkflowNodeExecution ¶
type NullableWorkflowsWorkflowNodeExecution struct {
// contains filtered or unexported fields
}
func NewNullableWorkflowsWorkflowNodeExecution ¶
func NewNullableWorkflowsWorkflowNodeExecution(val *WorkflowsWorkflowNodeExecution) *NullableWorkflowsWorkflowNodeExecution
func (NullableWorkflowsWorkflowNodeExecution) Get ¶
func (v NullableWorkflowsWorkflowNodeExecution) Get() *WorkflowsWorkflowNodeExecution
func (NullableWorkflowsWorkflowNodeExecution) IsSet ¶
func (v NullableWorkflowsWorkflowNodeExecution) IsSet() bool
func (NullableWorkflowsWorkflowNodeExecution) MarshalJSON ¶
func (v NullableWorkflowsWorkflowNodeExecution) MarshalJSON() ([]byte, error)
func (*NullableWorkflowsWorkflowNodeExecution) Set ¶
func (v *NullableWorkflowsWorkflowNodeExecution) Set(val *WorkflowsWorkflowNodeExecution)
func (*NullableWorkflowsWorkflowNodeExecution) UnmarshalJSON ¶
func (v *NullableWorkflowsWorkflowNodeExecution) UnmarshalJSON(src []byte) error
func (*NullableWorkflowsWorkflowNodeExecution) Unset ¶
func (v *NullableWorkflowsWorkflowNodeExecution) Unset()
type NullableWorkflowsWorkflowNodeQueueItem ¶
type NullableWorkflowsWorkflowNodeQueueItem struct {
// contains filtered or unexported fields
}
func NewNullableWorkflowsWorkflowNodeQueueItem ¶
func NewNullableWorkflowsWorkflowNodeQueueItem(val *WorkflowsWorkflowNodeQueueItem) *NullableWorkflowsWorkflowNodeQueueItem
func (NullableWorkflowsWorkflowNodeQueueItem) Get ¶
func (v NullableWorkflowsWorkflowNodeQueueItem) Get() *WorkflowsWorkflowNodeQueueItem
func (NullableWorkflowsWorkflowNodeQueueItem) IsSet ¶
func (v NullableWorkflowsWorkflowNodeQueueItem) IsSet() bool
func (NullableWorkflowsWorkflowNodeQueueItem) MarshalJSON ¶
func (v NullableWorkflowsWorkflowNodeQueueItem) MarshalJSON() ([]byte, error)
func (*NullableWorkflowsWorkflowNodeQueueItem) Set ¶
func (v *NullableWorkflowsWorkflowNodeQueueItem) Set(val *WorkflowsWorkflowNodeQueueItem)
func (*NullableWorkflowsWorkflowNodeQueueItem) UnmarshalJSON ¶
func (v *NullableWorkflowsWorkflowNodeQueueItem) UnmarshalJSON(src []byte) error
func (*NullableWorkflowsWorkflowNodeQueueItem) Unset ¶
func (v *NullableWorkflowsWorkflowNodeQueueItem) Unset()
type NullableWorkflowsWorkflowSpec ¶
type NullableWorkflowsWorkflowSpec struct {
// contains filtered or unexported fields
}
func NewNullableWorkflowsWorkflowSpec ¶
func NewNullableWorkflowsWorkflowSpec(val *WorkflowsWorkflowSpec) *NullableWorkflowsWorkflowSpec
func (NullableWorkflowsWorkflowSpec) Get ¶
func (v NullableWorkflowsWorkflowSpec) Get() *WorkflowsWorkflowSpec
func (NullableWorkflowsWorkflowSpec) IsSet ¶
func (v NullableWorkflowsWorkflowSpec) IsSet() bool
func (NullableWorkflowsWorkflowSpec) MarshalJSON ¶
func (v NullableWorkflowsWorkflowSpec) MarshalJSON() ([]byte, error)
func (*NullableWorkflowsWorkflowSpec) Set ¶
func (v *NullableWorkflowsWorkflowSpec) Set(val *WorkflowsWorkflowSpec)
func (*NullableWorkflowsWorkflowSpec) UnmarshalJSON ¶
func (v *NullableWorkflowsWorkflowSpec) UnmarshalJSON(src []byte) error
func (*NullableWorkflowsWorkflowSpec) Unset ¶
func (v *NullableWorkflowsWorkflowSpec) Unset()
type NullableWorkflowsWorkflowStatus ¶
type NullableWorkflowsWorkflowStatus struct {
// contains filtered or unexported fields
}
func NewNullableWorkflowsWorkflowStatus ¶
func NewNullableWorkflowsWorkflowStatus(val *WorkflowsWorkflowStatus) *NullableWorkflowsWorkflowStatus
func (NullableWorkflowsWorkflowStatus) Get ¶
func (v NullableWorkflowsWorkflowStatus) Get() *WorkflowsWorkflowStatus
func (NullableWorkflowsWorkflowStatus) IsSet ¶
func (v NullableWorkflowsWorkflowStatus) IsSet() bool
func (NullableWorkflowsWorkflowStatus) MarshalJSON ¶
func (v NullableWorkflowsWorkflowStatus) MarshalJSON() ([]byte, error)
func (*NullableWorkflowsWorkflowStatus) Set ¶
func (v *NullableWorkflowsWorkflowStatus) Set(val *WorkflowsWorkflowStatus)
func (*NullableWorkflowsWorkflowStatus) UnmarshalJSON ¶
func (v *NullableWorkflowsWorkflowStatus) UnmarshalJSON(src []byte) error
func (*NullableWorkflowsWorkflowStatus) Unset ¶
func (v *NullableWorkflowsWorkflowStatus) Unset()
type OrganizationAPIService ¶
type OrganizationAPIService service
OrganizationAPIService OrganizationAPI service
func (*OrganizationAPIService) OrganizationsAcceptInviteLink ¶ added in v0.0.43
func (a *OrganizationAPIService) OrganizationsAcceptInviteLink(ctx context.Context, token string) ApiOrganizationsAcceptInviteLinkRequest
OrganizationsAcceptInviteLink Accept an invite link
Accepts an organization invite link for the authenticated account
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param token @return ApiOrganizationsAcceptInviteLinkRequest
func (*OrganizationAPIService) OrganizationsAcceptInviteLinkExecute ¶ added in v0.0.43
func (a *OrganizationAPIService) OrganizationsAcceptInviteLinkExecute(r ApiOrganizationsAcceptInviteLinkRequest) (map[string]interface{}, *http.Response, error)
Execute executes the request
@return map[string]interface{}
func (*OrganizationAPIService) OrganizationsCreateInvitation ¶
func (a *OrganizationAPIService) OrganizationsCreateInvitation(ctx context.Context, id string) ApiOrganizationsCreateInvitationRequest
OrganizationsCreateInvitation Create an organization invitation
Invites a user to join an organization by email
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param id @return ApiOrganizationsCreateInvitationRequest
func (*OrganizationAPIService) OrganizationsCreateInvitationExecute ¶
func (a *OrganizationAPIService) OrganizationsCreateInvitationExecute(r ApiOrganizationsCreateInvitationRequest) (*OrganizationsCreateInvitationResponse, *http.Response, error)
Execute executes the request
@return OrganizationsCreateInvitationResponse
func (*OrganizationAPIService) OrganizationsDeleteOrganization ¶
func (a *OrganizationAPIService) OrganizationsDeleteOrganization(ctx context.Context, id string) ApiOrganizationsDeleteOrganizationRequest
OrganizationsDeleteOrganization Delete an organization
Deletes the specified organization (can be referenced by ID or name)
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param id @return ApiOrganizationsDeleteOrganizationRequest
func (*OrganizationAPIService) OrganizationsDeleteOrganizationExecute ¶
func (a *OrganizationAPIService) OrganizationsDeleteOrganizationExecute(r ApiOrganizationsDeleteOrganizationRequest) (map[string]interface{}, *http.Response, error)
Execute executes the request
@return map[string]interface{}
func (*OrganizationAPIService) OrganizationsDescribeApplication ¶
func (a *OrganizationAPIService) OrganizationsDescribeApplication(ctx context.Context, id string, installationId string) ApiOrganizationsDescribeApplicationRequest
OrganizationsDescribeApplication Describe an application in an organization
Returns details of a specific application in an organization
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param id @param installationId @return ApiOrganizationsDescribeApplicationRequest
func (*OrganizationAPIService) OrganizationsDescribeApplicationExecute ¶
func (a *OrganizationAPIService) OrganizationsDescribeApplicationExecute(r ApiOrganizationsDescribeApplicationRequest) (*OrganizationsDescribeApplicationResponse, *http.Response, error)
Execute executes the request
@return OrganizationsDescribeApplicationResponse
func (*OrganizationAPIService) OrganizationsDescribeOrganization ¶
func (a *OrganizationAPIService) OrganizationsDescribeOrganization(ctx context.Context, id string) ApiOrganizationsDescribeOrganizationRequest
OrganizationsDescribeOrganization Get organization details
Returns the details of a specific organization (can be referenced by ID or name)
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param id @return ApiOrganizationsDescribeOrganizationRequest
func (*OrganizationAPIService) OrganizationsDescribeOrganizationExecute ¶
func (a *OrganizationAPIService) OrganizationsDescribeOrganizationExecute(r ApiOrganizationsDescribeOrganizationRequest) (*OrganizationsDescribeOrganizationResponse, *http.Response, error)
Execute executes the request
@return OrganizationsDescribeOrganizationResponse
func (*OrganizationAPIService) OrganizationsGetInviteLink ¶ added in v0.0.43
func (a *OrganizationAPIService) OrganizationsGetInviteLink(ctx context.Context, id string) ApiOrganizationsGetInviteLinkRequest
OrganizationsGetInviteLink Get an organization invite link
Returns the invite link for an organization
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param id @return ApiOrganizationsGetInviteLinkRequest
func (*OrganizationAPIService) OrganizationsGetInviteLinkExecute ¶ added in v0.0.43
func (a *OrganizationAPIService) OrganizationsGetInviteLinkExecute(r ApiOrganizationsGetInviteLinkRequest) (*OrganizationsGetInviteLinkResponse, *http.Response, error)
Execute executes the request
@return OrganizationsGetInviteLinkResponse
func (*OrganizationAPIService) OrganizationsInstallApplication ¶
func (a *OrganizationAPIService) OrganizationsInstallApplication(ctx context.Context, id string) ApiOrganizationsInstallApplicationRequest
OrganizationsInstallApplication Install application on organization
Install an application on an organization
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param id @return ApiOrganizationsInstallApplicationRequest
func (*OrganizationAPIService) OrganizationsInstallApplicationExecute ¶
func (a *OrganizationAPIService) OrganizationsInstallApplicationExecute(r ApiOrganizationsInstallApplicationRequest) (*OrganizationsInstallApplicationResponse, *http.Response, error)
Execute executes the request
@return OrganizationsInstallApplicationResponse
func (*OrganizationAPIService) OrganizationsListApplicationResources ¶ added in v0.0.43
func (a *OrganizationAPIService) OrganizationsListApplicationResources(ctx context.Context, id string, installationId string) ApiOrganizationsListApplicationResourcesRequest
OrganizationsListApplicationResources List application resources
Lists resources for an application installation
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param id @param installationId @return ApiOrganizationsListApplicationResourcesRequest
func (*OrganizationAPIService) OrganizationsListApplicationResourcesExecute ¶ added in v0.0.43
func (a *OrganizationAPIService) OrganizationsListApplicationResourcesExecute(r ApiOrganizationsListApplicationResourcesRequest) (*OrganizationsListApplicationResourcesResponse, *http.Response, error)
Execute executes the request
@return OrganizationsListApplicationResourcesResponse
func (*OrganizationAPIService) OrganizationsListApplications ¶
func (a *OrganizationAPIService) OrganizationsListApplications(ctx context.Context, id string) ApiOrganizationsListApplicationsRequest
OrganizationsListApplications List applications in an organization
Returns a list of applications in an organization
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param id @return ApiOrganizationsListApplicationsRequest
func (*OrganizationAPIService) OrganizationsListApplicationsExecute ¶
func (a *OrganizationAPIService) OrganizationsListApplicationsExecute(r ApiOrganizationsListApplicationsRequest) (*SuperplaneOrganizationsListApplicationsResponse, *http.Response, error)
Execute executes the request
@return SuperplaneOrganizationsListApplicationsResponse
func (*OrganizationAPIService) OrganizationsListInvitations ¶
func (a *OrganizationAPIService) OrganizationsListInvitations(ctx context.Context, id string) ApiOrganizationsListInvitationsRequest
OrganizationsListInvitations List organization invitations
Returns pending invitations for an organization
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param id @return ApiOrganizationsListInvitationsRequest
func (*OrganizationAPIService) OrganizationsListInvitationsExecute ¶
func (a *OrganizationAPIService) OrganizationsListInvitationsExecute(r ApiOrganizationsListInvitationsRequest) (*OrganizationsListInvitationsResponse, *http.Response, error)
Execute executes the request
@return OrganizationsListInvitationsResponse
func (*OrganizationAPIService) OrganizationsRemoveInvitation ¶
func (a *OrganizationAPIService) OrganizationsRemoveInvitation(ctx context.Context, id string, invitationId string) ApiOrganizationsRemoveInvitationRequest
OrganizationsRemoveInvitation Remove an organization invitation
Removes an organization invitation
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param id @param invitationId @return ApiOrganizationsRemoveInvitationRequest
func (*OrganizationAPIService) OrganizationsRemoveInvitationExecute ¶
func (a *OrganizationAPIService) OrganizationsRemoveInvitationExecute(r ApiOrganizationsRemoveInvitationRequest) (map[string]interface{}, *http.Response, error)
Execute executes the request
@return map[string]interface{}
func (*OrganizationAPIService) OrganizationsRemoveUser ¶
func (a *OrganizationAPIService) OrganizationsRemoveUser(ctx context.Context, id string, userId string) ApiOrganizationsRemoveUserRequest
OrganizationsRemoveUser Remove a user from an organization
Removes a user from an organization (can be referenced by ID or name)
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param id @param userId @return ApiOrganizationsRemoveUserRequest
func (*OrganizationAPIService) OrganizationsRemoveUserExecute ¶
func (a *OrganizationAPIService) OrganizationsRemoveUserExecute(r ApiOrganizationsRemoveUserRequest) (map[string]interface{}, *http.Response, error)
Execute executes the request
@return map[string]interface{}
func (*OrganizationAPIService) OrganizationsResetInviteLink ¶ added in v0.0.43
func (a *OrganizationAPIService) OrganizationsResetInviteLink(ctx context.Context, id string) ApiOrganizationsResetInviteLinkRequest
OrganizationsResetInviteLink Reset an organization invite link
Generates a new invite link token for an organization
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param id @return ApiOrganizationsResetInviteLinkRequest
func (*OrganizationAPIService) OrganizationsResetInviteLinkExecute ¶ added in v0.0.43
func (a *OrganizationAPIService) OrganizationsResetInviteLinkExecute(r ApiOrganizationsResetInviteLinkRequest) (*OrganizationsResetInviteLinkResponse, *http.Response, error)
Execute executes the request
@return OrganizationsResetInviteLinkResponse
func (*OrganizationAPIService) OrganizationsUninstallApplication ¶
func (a *OrganizationAPIService) OrganizationsUninstallApplication(ctx context.Context, id string, installationId string) ApiOrganizationsUninstallApplicationRequest
OrganizationsUninstallApplication Uninstall application
Uninstalls an application from an organization
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param id @param installationId @return ApiOrganizationsUninstallApplicationRequest
func (*OrganizationAPIService) OrganizationsUninstallApplicationExecute ¶
func (a *OrganizationAPIService) OrganizationsUninstallApplicationExecute(r ApiOrganizationsUninstallApplicationRequest) (map[string]interface{}, *http.Response, error)
Execute executes the request
@return map[string]interface{}
func (*OrganizationAPIService) OrganizationsUpdateApplication ¶
func (a *OrganizationAPIService) OrganizationsUpdateApplication(ctx context.Context, id string, installationId string) ApiOrganizationsUpdateApplicationRequest
OrganizationsUpdateApplication Update application installation
Updates the configuration of an installed application
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param id @param installationId @return ApiOrganizationsUpdateApplicationRequest
func (*OrganizationAPIService) OrganizationsUpdateApplicationExecute ¶
func (a *OrganizationAPIService) OrganizationsUpdateApplicationExecute(r ApiOrganizationsUpdateApplicationRequest) (*OrganizationsUpdateApplicationResponse, *http.Response, error)
Execute executes the request
@return OrganizationsUpdateApplicationResponse
func (*OrganizationAPIService) OrganizationsUpdateInviteLink ¶ added in v0.0.43
func (a *OrganizationAPIService) OrganizationsUpdateInviteLink(ctx context.Context, id string) ApiOrganizationsUpdateInviteLinkRequest
OrganizationsUpdateInviteLink Update an organization invite link
Enables or disables the invite link for an organization
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param id @return ApiOrganizationsUpdateInviteLinkRequest
func (*OrganizationAPIService) OrganizationsUpdateInviteLinkExecute ¶ added in v0.0.43
func (a *OrganizationAPIService) OrganizationsUpdateInviteLinkExecute(r ApiOrganizationsUpdateInviteLinkRequest) (*OrganizationsUpdateInviteLinkResponse, *http.Response, error)
Execute executes the request
@return OrganizationsUpdateInviteLinkResponse
func (*OrganizationAPIService) OrganizationsUpdateOrganization ¶
func (a *OrganizationAPIService) OrganizationsUpdateOrganization(ctx context.Context, id string) ApiOrganizationsUpdateOrganizationRequest
OrganizationsUpdateOrganization Update an organization
Updates the specified organization (can be referenced by ID or name)
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param id @return ApiOrganizationsUpdateOrganizationRequest
func (*OrganizationAPIService) OrganizationsUpdateOrganizationExecute ¶
func (a *OrganizationAPIService) OrganizationsUpdateOrganizationExecute(r ApiOrganizationsUpdateOrganizationRequest) (*OrganizationsUpdateOrganizationResponse, *http.Response, error)
Execute executes the request
@return OrganizationsUpdateOrganizationResponse
type OrganizationsAppInstallation ¶
type OrganizationsAppInstallation struct {
Metadata *OrganizationsAppInstallationMetadata `json:"metadata,omitempty"`
Spec *OrganizationsAppInstallationSpec `json:"spec,omitempty"`
Status *OrganizationsAppInstallationStatus `json:"status,omitempty"`
}
OrganizationsAppInstallation struct for OrganizationsAppInstallation
func NewOrganizationsAppInstallation ¶
func NewOrganizationsAppInstallation() *OrganizationsAppInstallation
NewOrganizationsAppInstallation instantiates a new OrganizationsAppInstallation object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewOrganizationsAppInstallationWithDefaults ¶
func NewOrganizationsAppInstallationWithDefaults() *OrganizationsAppInstallation
NewOrganizationsAppInstallationWithDefaults instantiates a new OrganizationsAppInstallation object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*OrganizationsAppInstallation) GetMetadata ¶
func (o *OrganizationsAppInstallation) GetMetadata() OrganizationsAppInstallationMetadata
GetMetadata returns the Metadata field value if set, zero value otherwise.
func (*OrganizationsAppInstallation) GetMetadataOk ¶
func (o *OrganizationsAppInstallation) GetMetadataOk() (*OrganizationsAppInstallationMetadata, bool)
GetMetadataOk returns a tuple with the Metadata field value if set, nil otherwise and a boolean to check if the value has been set.
func (*OrganizationsAppInstallation) GetSpec ¶
func (o *OrganizationsAppInstallation) GetSpec() OrganizationsAppInstallationSpec
GetSpec returns the Spec field value if set, zero value otherwise.
func (*OrganizationsAppInstallation) GetSpecOk ¶
func (o *OrganizationsAppInstallation) GetSpecOk() (*OrganizationsAppInstallationSpec, bool)
GetSpecOk returns a tuple with the Spec field value if set, nil otherwise and a boolean to check if the value has been set.
func (*OrganizationsAppInstallation) GetStatus ¶
func (o *OrganizationsAppInstallation) GetStatus() OrganizationsAppInstallationStatus
GetStatus returns the Status field value if set, zero value otherwise.
func (*OrganizationsAppInstallation) GetStatusOk ¶
func (o *OrganizationsAppInstallation) GetStatusOk() (*OrganizationsAppInstallationStatus, bool)
GetStatusOk returns a tuple with the Status field value if set, nil otherwise and a boolean to check if the value has been set.
func (*OrganizationsAppInstallation) HasMetadata ¶
func (o *OrganizationsAppInstallation) HasMetadata() bool
HasMetadata returns a boolean if a field has been set.
func (*OrganizationsAppInstallation) HasSpec ¶
func (o *OrganizationsAppInstallation) HasSpec() bool
HasSpec returns a boolean if a field has been set.
func (*OrganizationsAppInstallation) HasStatus ¶
func (o *OrganizationsAppInstallation) HasStatus() bool
HasStatus returns a boolean if a field has been set.
func (OrganizationsAppInstallation) MarshalJSON ¶
func (o OrganizationsAppInstallation) MarshalJSON() ([]byte, error)
func (*OrganizationsAppInstallation) SetMetadata ¶
func (o *OrganizationsAppInstallation) SetMetadata(v OrganizationsAppInstallationMetadata)
SetMetadata gets a reference to the given OrganizationsAppInstallationMetadata and assigns it to the Metadata field.
func (*OrganizationsAppInstallation) SetSpec ¶
func (o *OrganizationsAppInstallation) SetSpec(v OrganizationsAppInstallationSpec)
SetSpec gets a reference to the given OrganizationsAppInstallationSpec and assigns it to the Spec field.
func (*OrganizationsAppInstallation) SetStatus ¶
func (o *OrganizationsAppInstallation) SetStatus(v OrganizationsAppInstallationStatus)
SetStatus gets a reference to the given OrganizationsAppInstallationStatus and assigns it to the Status field.
func (OrganizationsAppInstallation) ToMap ¶
func (o OrganizationsAppInstallation) ToMap() (map[string]interface{}, error)
type OrganizationsAppInstallationMetadata ¶
type OrganizationsAppInstallationMetadata struct {
Id *string `json:"id,omitempty"`
Name *string `json:"name,omitempty"`
CreatedAt *time.Time `json:"createdAt,omitempty"`
UpdatedAt *time.Time `json:"updatedAt,omitempty"`
}
OrganizationsAppInstallationMetadata struct for OrganizationsAppInstallationMetadata
func NewOrganizationsAppInstallationMetadata ¶
func NewOrganizationsAppInstallationMetadata() *OrganizationsAppInstallationMetadata
NewOrganizationsAppInstallationMetadata instantiates a new OrganizationsAppInstallationMetadata object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewOrganizationsAppInstallationMetadataWithDefaults ¶
func NewOrganizationsAppInstallationMetadataWithDefaults() *OrganizationsAppInstallationMetadata
NewOrganizationsAppInstallationMetadataWithDefaults instantiates a new OrganizationsAppInstallationMetadata object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*OrganizationsAppInstallationMetadata) GetCreatedAt ¶
func (o *OrganizationsAppInstallationMetadata) GetCreatedAt() time.Time
GetCreatedAt returns the CreatedAt field value if set, zero value otherwise.
func (*OrganizationsAppInstallationMetadata) GetCreatedAtOk ¶
func (o *OrganizationsAppInstallationMetadata) GetCreatedAtOk() (*time.Time, bool)
GetCreatedAtOk returns a tuple with the CreatedAt field value if set, nil otherwise and a boolean to check if the value has been set.
func (*OrganizationsAppInstallationMetadata) GetId ¶
func (o *OrganizationsAppInstallationMetadata) GetId() string
GetId returns the Id field value if set, zero value otherwise.
func (*OrganizationsAppInstallationMetadata) GetIdOk ¶
func (o *OrganizationsAppInstallationMetadata) GetIdOk() (*string, bool)
GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.
func (*OrganizationsAppInstallationMetadata) GetName ¶
func (o *OrganizationsAppInstallationMetadata) GetName() string
GetName returns the Name field value if set, zero value otherwise.
func (*OrganizationsAppInstallationMetadata) GetNameOk ¶
func (o *OrganizationsAppInstallationMetadata) GetNameOk() (*string, bool)
GetNameOk returns a tuple with the Name field value if set, nil otherwise and a boolean to check if the value has been set.
func (*OrganizationsAppInstallationMetadata) GetUpdatedAt ¶
func (o *OrganizationsAppInstallationMetadata) GetUpdatedAt() time.Time
GetUpdatedAt returns the UpdatedAt field value if set, zero value otherwise.
func (*OrganizationsAppInstallationMetadata) GetUpdatedAtOk ¶
func (o *OrganizationsAppInstallationMetadata) GetUpdatedAtOk() (*time.Time, bool)
GetUpdatedAtOk returns a tuple with the UpdatedAt field value if set, nil otherwise and a boolean to check if the value has been set.
func (*OrganizationsAppInstallationMetadata) HasCreatedAt ¶
func (o *OrganizationsAppInstallationMetadata) HasCreatedAt() bool
HasCreatedAt returns a boolean if a field has been set.
func (*OrganizationsAppInstallationMetadata) HasId ¶
func (o *OrganizationsAppInstallationMetadata) HasId() bool
HasId returns a boolean if a field has been set.
func (*OrganizationsAppInstallationMetadata) HasName ¶
func (o *OrganizationsAppInstallationMetadata) HasName() bool
HasName returns a boolean if a field has been set.
func (*OrganizationsAppInstallationMetadata) HasUpdatedAt ¶
func (o *OrganizationsAppInstallationMetadata) HasUpdatedAt() bool
HasUpdatedAt returns a boolean if a field has been set.
func (OrganizationsAppInstallationMetadata) MarshalJSON ¶
func (o OrganizationsAppInstallationMetadata) MarshalJSON() ([]byte, error)
func (*OrganizationsAppInstallationMetadata) SetCreatedAt ¶
func (o *OrganizationsAppInstallationMetadata) SetCreatedAt(v time.Time)
SetCreatedAt gets a reference to the given time.Time and assigns it to the CreatedAt field.
func (*OrganizationsAppInstallationMetadata) SetId ¶
func (o *OrganizationsAppInstallationMetadata) SetId(v string)
SetId gets a reference to the given string and assigns it to the Id field.
func (*OrganizationsAppInstallationMetadata) SetName ¶
func (o *OrganizationsAppInstallationMetadata) SetName(v string)
SetName gets a reference to the given string and assigns it to the Name field.
func (*OrganizationsAppInstallationMetadata) SetUpdatedAt ¶
func (o *OrganizationsAppInstallationMetadata) SetUpdatedAt(v time.Time)
SetUpdatedAt gets a reference to the given time.Time and assigns it to the UpdatedAt field.
func (OrganizationsAppInstallationMetadata) ToMap ¶
func (o OrganizationsAppInstallationMetadata) ToMap() (map[string]interface{}, error)
type OrganizationsAppInstallationResourceRef ¶ added in v0.0.43
type OrganizationsAppInstallationResourceRef struct {
Type *string `json:"type,omitempty"`
Name *string `json:"name,omitempty"`
Id *string `json:"id,omitempty"`
}
OrganizationsAppInstallationResourceRef struct for OrganizationsAppInstallationResourceRef
func NewOrganizationsAppInstallationResourceRef ¶ added in v0.0.43
func NewOrganizationsAppInstallationResourceRef() *OrganizationsAppInstallationResourceRef
NewOrganizationsAppInstallationResourceRef instantiates a new OrganizationsAppInstallationResourceRef object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewOrganizationsAppInstallationResourceRefWithDefaults ¶ added in v0.0.43
func NewOrganizationsAppInstallationResourceRefWithDefaults() *OrganizationsAppInstallationResourceRef
NewOrganizationsAppInstallationResourceRefWithDefaults instantiates a new OrganizationsAppInstallationResourceRef object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*OrganizationsAppInstallationResourceRef) GetId ¶ added in v0.0.43
func (o *OrganizationsAppInstallationResourceRef) GetId() string
GetId returns the Id field value if set, zero value otherwise.
func (*OrganizationsAppInstallationResourceRef) GetIdOk ¶ added in v0.0.43
func (o *OrganizationsAppInstallationResourceRef) GetIdOk() (*string, bool)
GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.
func (*OrganizationsAppInstallationResourceRef) GetName ¶ added in v0.0.43
func (o *OrganizationsAppInstallationResourceRef) GetName() string
GetName returns the Name field value if set, zero value otherwise.
func (*OrganizationsAppInstallationResourceRef) GetNameOk ¶ added in v0.0.43
func (o *OrganizationsAppInstallationResourceRef) GetNameOk() (*string, bool)
GetNameOk returns a tuple with the Name field value if set, nil otherwise and a boolean to check if the value has been set.
func (*OrganizationsAppInstallationResourceRef) GetType ¶ added in v0.0.43
func (o *OrganizationsAppInstallationResourceRef) GetType() string
GetType returns the Type field value if set, zero value otherwise.
func (*OrganizationsAppInstallationResourceRef) GetTypeOk ¶ added in v0.0.43
func (o *OrganizationsAppInstallationResourceRef) GetTypeOk() (*string, bool)
GetTypeOk returns a tuple with the Type field value if set, nil otherwise and a boolean to check if the value has been set.
func (*OrganizationsAppInstallationResourceRef) HasId ¶ added in v0.0.43
func (o *OrganizationsAppInstallationResourceRef) HasId() bool
HasId returns a boolean if a field has been set.
func (*OrganizationsAppInstallationResourceRef) HasName ¶ added in v0.0.43
func (o *OrganizationsAppInstallationResourceRef) HasName() bool
HasName returns a boolean if a field has been set.
func (*OrganizationsAppInstallationResourceRef) HasType ¶ added in v0.0.43
func (o *OrganizationsAppInstallationResourceRef) HasType() bool
HasType returns a boolean if a field has been set.
func (OrganizationsAppInstallationResourceRef) MarshalJSON ¶ added in v0.0.43
func (o OrganizationsAppInstallationResourceRef) MarshalJSON() ([]byte, error)
func (*OrganizationsAppInstallationResourceRef) SetId ¶ added in v0.0.43
func (o *OrganizationsAppInstallationResourceRef) SetId(v string)
SetId gets a reference to the given string and assigns it to the Id field.
func (*OrganizationsAppInstallationResourceRef) SetName ¶ added in v0.0.43
func (o *OrganizationsAppInstallationResourceRef) SetName(v string)
SetName gets a reference to the given string and assigns it to the Name field.
func (*OrganizationsAppInstallationResourceRef) SetType ¶ added in v0.0.43
func (o *OrganizationsAppInstallationResourceRef) SetType(v string)
SetType gets a reference to the given string and assigns it to the Type field.
func (OrganizationsAppInstallationResourceRef) ToMap ¶ added in v0.0.43
func (o OrganizationsAppInstallationResourceRef) ToMap() (map[string]interface{}, error)
type OrganizationsAppInstallationSpec ¶
type OrganizationsAppInstallationSpec struct {
AppName *string `json:"appName,omitempty"`
Configuration map[string]interface{} `json:"configuration,omitempty"`
}
OrganizationsAppInstallationSpec struct for OrganizationsAppInstallationSpec
func NewOrganizationsAppInstallationSpec ¶
func NewOrganizationsAppInstallationSpec() *OrganizationsAppInstallationSpec
NewOrganizationsAppInstallationSpec instantiates a new OrganizationsAppInstallationSpec object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewOrganizationsAppInstallationSpecWithDefaults ¶
func NewOrganizationsAppInstallationSpecWithDefaults() *OrganizationsAppInstallationSpec
NewOrganizationsAppInstallationSpecWithDefaults instantiates a new OrganizationsAppInstallationSpec object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*OrganizationsAppInstallationSpec) GetAppName ¶
func (o *OrganizationsAppInstallationSpec) GetAppName() string
GetAppName returns the AppName field value if set, zero value otherwise.
func (*OrganizationsAppInstallationSpec) GetAppNameOk ¶
func (o *OrganizationsAppInstallationSpec) GetAppNameOk() (*string, bool)
GetAppNameOk returns a tuple with the AppName field value if set, nil otherwise and a boolean to check if the value has been set.
func (*OrganizationsAppInstallationSpec) GetConfiguration ¶
func (o *OrganizationsAppInstallationSpec) GetConfiguration() map[string]interface{}
GetConfiguration returns the Configuration field value if set, zero value otherwise.
func (*OrganizationsAppInstallationSpec) GetConfigurationOk ¶
func (o *OrganizationsAppInstallationSpec) GetConfigurationOk() (map[string]interface{}, bool)
GetConfigurationOk returns a tuple with the Configuration field value if set, nil otherwise and a boolean to check if the value has been set.
func (*OrganizationsAppInstallationSpec) HasAppName ¶
func (o *OrganizationsAppInstallationSpec) HasAppName() bool
HasAppName returns a boolean if a field has been set.
func (*OrganizationsAppInstallationSpec) HasConfiguration ¶
func (o *OrganizationsAppInstallationSpec) HasConfiguration() bool
HasConfiguration returns a boolean if a field has been set.
func (OrganizationsAppInstallationSpec) MarshalJSON ¶
func (o OrganizationsAppInstallationSpec) MarshalJSON() ([]byte, error)
func (*OrganizationsAppInstallationSpec) SetAppName ¶
func (o *OrganizationsAppInstallationSpec) SetAppName(v string)
SetAppName gets a reference to the given string and assigns it to the AppName field.
func (*OrganizationsAppInstallationSpec) SetConfiguration ¶
func (o *OrganizationsAppInstallationSpec) SetConfiguration(v map[string]interface{})
SetConfiguration gets a reference to the given map[string]interface{} and assigns it to the Configuration field.
func (OrganizationsAppInstallationSpec) ToMap ¶
func (o OrganizationsAppInstallationSpec) ToMap() (map[string]interface{}, error)
type OrganizationsAppInstallationStatus ¶
type OrganizationsAppInstallationStatus struct {
State *string `json:"state,omitempty"`
StateDescription *string `json:"stateDescription,omitempty"`
Metadata map[string]interface{} `json:"metadata,omitempty"`
BrowserAction *OrganizationsBrowserAction `json:"browserAction,omitempty"`
UsedIn []AppInstallationNodeRef `json:"usedIn,omitempty"`
}
OrganizationsAppInstallationStatus struct for OrganizationsAppInstallationStatus
func NewOrganizationsAppInstallationStatus ¶
func NewOrganizationsAppInstallationStatus() *OrganizationsAppInstallationStatus
NewOrganizationsAppInstallationStatus instantiates a new OrganizationsAppInstallationStatus object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewOrganizationsAppInstallationStatusWithDefaults ¶
func NewOrganizationsAppInstallationStatusWithDefaults() *OrganizationsAppInstallationStatus
NewOrganizationsAppInstallationStatusWithDefaults instantiates a new OrganizationsAppInstallationStatus object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*OrganizationsAppInstallationStatus) GetBrowserAction ¶
func (o *OrganizationsAppInstallationStatus) GetBrowserAction() OrganizationsBrowserAction
GetBrowserAction returns the BrowserAction field value if set, zero value otherwise.
func (*OrganizationsAppInstallationStatus) GetBrowserActionOk ¶
func (o *OrganizationsAppInstallationStatus) GetBrowserActionOk() (*OrganizationsBrowserAction, bool)
GetBrowserActionOk returns a tuple with the BrowserAction field value if set, nil otherwise and a boolean to check if the value has been set.
func (*OrganizationsAppInstallationStatus) GetMetadata ¶
func (o *OrganizationsAppInstallationStatus) GetMetadata() map[string]interface{}
GetMetadata returns the Metadata field value if set, zero value otherwise.
func (*OrganizationsAppInstallationStatus) GetMetadataOk ¶
func (o *OrganizationsAppInstallationStatus) GetMetadataOk() (map[string]interface{}, bool)
GetMetadataOk returns a tuple with the Metadata field value if set, nil otherwise and a boolean to check if the value has been set.
func (*OrganizationsAppInstallationStatus) GetState ¶
func (o *OrganizationsAppInstallationStatus) GetState() string
GetState returns the State field value if set, zero value otherwise.
func (*OrganizationsAppInstallationStatus) GetStateDescription ¶
func (o *OrganizationsAppInstallationStatus) GetStateDescription() string
GetStateDescription returns the StateDescription field value if set, zero value otherwise.
func (*OrganizationsAppInstallationStatus) GetStateDescriptionOk ¶
func (o *OrganizationsAppInstallationStatus) GetStateDescriptionOk() (*string, bool)
GetStateDescriptionOk returns a tuple with the StateDescription field value if set, nil otherwise and a boolean to check if the value has been set.
func (*OrganizationsAppInstallationStatus) GetStateOk ¶
func (o *OrganizationsAppInstallationStatus) GetStateOk() (*string, bool)
GetStateOk returns a tuple with the State field value if set, nil otherwise and a boolean to check if the value has been set.
func (*OrganizationsAppInstallationStatus) GetUsedIn ¶
func (o *OrganizationsAppInstallationStatus) GetUsedIn() []AppInstallationNodeRef
GetUsedIn returns the UsedIn field value if set, zero value otherwise.
func (*OrganizationsAppInstallationStatus) GetUsedInOk ¶
func (o *OrganizationsAppInstallationStatus) GetUsedInOk() ([]AppInstallationNodeRef, bool)
GetUsedInOk returns a tuple with the UsedIn field value if set, nil otherwise and a boolean to check if the value has been set.
func (*OrganizationsAppInstallationStatus) HasBrowserAction ¶
func (o *OrganizationsAppInstallationStatus) HasBrowserAction() bool
HasBrowserAction returns a boolean if a field has been set.
func (*OrganizationsAppInstallationStatus) HasMetadata ¶
func (o *OrganizationsAppInstallationStatus) HasMetadata() bool
HasMetadata returns a boolean if a field has been set.
func (*OrganizationsAppInstallationStatus) HasState ¶
func (o *OrganizationsAppInstallationStatus) HasState() bool
HasState returns a boolean if a field has been set.
func (*OrganizationsAppInstallationStatus) HasStateDescription ¶
func (o *OrganizationsAppInstallationStatus) HasStateDescription() bool
HasStateDescription returns a boolean if a field has been set.
func (*OrganizationsAppInstallationStatus) HasUsedIn ¶
func (o *OrganizationsAppInstallationStatus) HasUsedIn() bool
HasUsedIn returns a boolean if a field has been set.
func (OrganizationsAppInstallationStatus) MarshalJSON ¶
func (o OrganizationsAppInstallationStatus) MarshalJSON() ([]byte, error)
func (*OrganizationsAppInstallationStatus) SetBrowserAction ¶
func (o *OrganizationsAppInstallationStatus) SetBrowserAction(v OrganizationsBrowserAction)
SetBrowserAction gets a reference to the given OrganizationsBrowserAction and assigns it to the BrowserAction field.
func (*OrganizationsAppInstallationStatus) SetMetadata ¶
func (o *OrganizationsAppInstallationStatus) SetMetadata(v map[string]interface{})
SetMetadata gets a reference to the given map[string]interface{} and assigns it to the Metadata field.
func (*OrganizationsAppInstallationStatus) SetState ¶
func (o *OrganizationsAppInstallationStatus) SetState(v string)
SetState gets a reference to the given string and assigns it to the State field.
func (*OrganizationsAppInstallationStatus) SetStateDescription ¶
func (o *OrganizationsAppInstallationStatus) SetStateDescription(v string)
SetStateDescription gets a reference to the given string and assigns it to the StateDescription field.
func (*OrganizationsAppInstallationStatus) SetUsedIn ¶
func (o *OrganizationsAppInstallationStatus) SetUsedIn(v []AppInstallationNodeRef)
SetUsedIn gets a reference to the given []AppInstallationNodeRef and assigns it to the UsedIn field.
func (OrganizationsAppInstallationStatus) ToMap ¶
func (o OrganizationsAppInstallationStatus) ToMap() (map[string]interface{}, error)
type OrganizationsBrowserAction ¶
type OrganizationsBrowserAction struct {
Url *string `json:"url,omitempty"`
Method *string `json:"method,omitempty"`
FormFields *map[string]string `json:"formFields,omitempty"`
Description *string `json:"description,omitempty"`
}
OrganizationsBrowserAction struct for OrganizationsBrowserAction
func NewOrganizationsBrowserAction ¶
func NewOrganizationsBrowserAction() *OrganizationsBrowserAction
NewOrganizationsBrowserAction instantiates a new OrganizationsBrowserAction object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewOrganizationsBrowserActionWithDefaults ¶
func NewOrganizationsBrowserActionWithDefaults() *OrganizationsBrowserAction
NewOrganizationsBrowserActionWithDefaults instantiates a new OrganizationsBrowserAction object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*OrganizationsBrowserAction) GetDescription ¶
func (o *OrganizationsBrowserAction) GetDescription() string
GetDescription returns the Description field value if set, zero value otherwise.
func (*OrganizationsBrowserAction) GetDescriptionOk ¶
func (o *OrganizationsBrowserAction) GetDescriptionOk() (*string, bool)
GetDescriptionOk returns a tuple with the Description field value if set, nil otherwise and a boolean to check if the value has been set.
func (*OrganizationsBrowserAction) GetFormFields ¶
func (o *OrganizationsBrowserAction) GetFormFields() map[string]string
GetFormFields returns the FormFields field value if set, zero value otherwise.
func (*OrganizationsBrowserAction) GetFormFieldsOk ¶
func (o *OrganizationsBrowserAction) GetFormFieldsOk() (*map[string]string, bool)
GetFormFieldsOk returns a tuple with the FormFields field value if set, nil otherwise and a boolean to check if the value has been set.
func (*OrganizationsBrowserAction) GetMethod ¶
func (o *OrganizationsBrowserAction) GetMethod() string
GetMethod returns the Method field value if set, zero value otherwise.
func (*OrganizationsBrowserAction) GetMethodOk ¶
func (o *OrganizationsBrowserAction) GetMethodOk() (*string, bool)
GetMethodOk returns a tuple with the Method field value if set, nil otherwise and a boolean to check if the value has been set.
func (*OrganizationsBrowserAction) GetUrl ¶
func (o *OrganizationsBrowserAction) GetUrl() string
GetUrl returns the Url field value if set, zero value otherwise.
func (*OrganizationsBrowserAction) GetUrlOk ¶
func (o *OrganizationsBrowserAction) GetUrlOk() (*string, bool)
GetUrlOk returns a tuple with the Url field value if set, nil otherwise and a boolean to check if the value has been set.
func (*OrganizationsBrowserAction) HasDescription ¶
func (o *OrganizationsBrowserAction) HasDescription() bool
HasDescription returns a boolean if a field has been set.
func (*OrganizationsBrowserAction) HasFormFields ¶
func (o *OrganizationsBrowserAction) HasFormFields() bool
HasFormFields returns a boolean if a field has been set.
func (*OrganizationsBrowserAction) HasMethod ¶
func (o *OrganizationsBrowserAction) HasMethod() bool
HasMethod returns a boolean if a field has been set.
func (*OrganizationsBrowserAction) HasUrl ¶
func (o *OrganizationsBrowserAction) HasUrl() bool
HasUrl returns a boolean if a field has been set.
func (OrganizationsBrowserAction) MarshalJSON ¶
func (o OrganizationsBrowserAction) MarshalJSON() ([]byte, error)
func (*OrganizationsBrowserAction) SetDescription ¶
func (o *OrganizationsBrowserAction) SetDescription(v string)
SetDescription gets a reference to the given string and assigns it to the Description field.
func (*OrganizationsBrowserAction) SetFormFields ¶
func (o *OrganizationsBrowserAction) SetFormFields(v map[string]string)
SetFormFields gets a reference to the given map[string]string and assigns it to the FormFields field.
func (*OrganizationsBrowserAction) SetMethod ¶
func (o *OrganizationsBrowserAction) SetMethod(v string)
SetMethod gets a reference to the given string and assigns it to the Method field.
func (*OrganizationsBrowserAction) SetUrl ¶
func (o *OrganizationsBrowserAction) SetUrl(v string)
SetUrl gets a reference to the given string and assigns it to the Url field.
func (OrganizationsBrowserAction) ToMap ¶
func (o OrganizationsBrowserAction) ToMap() (map[string]interface{}, error)
type OrganizationsCreateInvitationBody ¶
type OrganizationsCreateInvitationBody struct {
Email *string `json:"email,omitempty"`
}
OrganizationsCreateInvitationBody struct for OrganizationsCreateInvitationBody
func NewOrganizationsCreateInvitationBody ¶
func NewOrganizationsCreateInvitationBody() *OrganizationsCreateInvitationBody
NewOrganizationsCreateInvitationBody instantiates a new OrganizationsCreateInvitationBody object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewOrganizationsCreateInvitationBodyWithDefaults ¶
func NewOrganizationsCreateInvitationBodyWithDefaults() *OrganizationsCreateInvitationBody
NewOrganizationsCreateInvitationBodyWithDefaults instantiates a new OrganizationsCreateInvitationBody object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*OrganizationsCreateInvitationBody) GetEmail ¶
func (o *OrganizationsCreateInvitationBody) GetEmail() string
GetEmail returns the Email field value if set, zero value otherwise.
func (*OrganizationsCreateInvitationBody) GetEmailOk ¶
func (o *OrganizationsCreateInvitationBody) GetEmailOk() (*string, bool)
GetEmailOk returns a tuple with the Email field value if set, nil otherwise and a boolean to check if the value has been set.
func (*OrganizationsCreateInvitationBody) HasEmail ¶
func (o *OrganizationsCreateInvitationBody) HasEmail() bool
HasEmail returns a boolean if a field has been set.
func (OrganizationsCreateInvitationBody) MarshalJSON ¶
func (o OrganizationsCreateInvitationBody) MarshalJSON() ([]byte, error)
func (*OrganizationsCreateInvitationBody) SetEmail ¶
func (o *OrganizationsCreateInvitationBody) SetEmail(v string)
SetEmail gets a reference to the given string and assigns it to the Email field.
func (OrganizationsCreateInvitationBody) ToMap ¶
func (o OrganizationsCreateInvitationBody) ToMap() (map[string]interface{}, error)
type OrganizationsCreateInvitationResponse ¶
type OrganizationsCreateInvitationResponse struct {
Invitation *OrganizationsInvitation `json:"invitation,omitempty"`
}
OrganizationsCreateInvitationResponse struct for OrganizationsCreateInvitationResponse
func NewOrganizationsCreateInvitationResponse ¶
func NewOrganizationsCreateInvitationResponse() *OrganizationsCreateInvitationResponse
NewOrganizationsCreateInvitationResponse instantiates a new OrganizationsCreateInvitationResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewOrganizationsCreateInvitationResponseWithDefaults ¶
func NewOrganizationsCreateInvitationResponseWithDefaults() *OrganizationsCreateInvitationResponse
NewOrganizationsCreateInvitationResponseWithDefaults instantiates a new OrganizationsCreateInvitationResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*OrganizationsCreateInvitationResponse) GetInvitation ¶
func (o *OrganizationsCreateInvitationResponse) GetInvitation() OrganizationsInvitation
GetInvitation returns the Invitation field value if set, zero value otherwise.
func (*OrganizationsCreateInvitationResponse) GetInvitationOk ¶
func (o *OrganizationsCreateInvitationResponse) GetInvitationOk() (*OrganizationsInvitation, bool)
GetInvitationOk returns a tuple with the Invitation field value if set, nil otherwise and a boolean to check if the value has been set.
func (*OrganizationsCreateInvitationResponse) HasInvitation ¶
func (o *OrganizationsCreateInvitationResponse) HasInvitation() bool
HasInvitation returns a boolean if a field has been set.
func (OrganizationsCreateInvitationResponse) MarshalJSON ¶
func (o OrganizationsCreateInvitationResponse) MarshalJSON() ([]byte, error)
func (*OrganizationsCreateInvitationResponse) SetInvitation ¶
func (o *OrganizationsCreateInvitationResponse) SetInvitation(v OrganizationsInvitation)
SetInvitation gets a reference to the given OrganizationsInvitation and assigns it to the Invitation field.
func (OrganizationsCreateInvitationResponse) ToMap ¶
func (o OrganizationsCreateInvitationResponse) ToMap() (map[string]interface{}, error)
type OrganizationsDescribeApplicationResponse ¶
type OrganizationsDescribeApplicationResponse struct {
Installation *OrganizationsAppInstallation `json:"installation,omitempty"`
}
OrganizationsDescribeApplicationResponse struct for OrganizationsDescribeApplicationResponse
func NewOrganizationsDescribeApplicationResponse ¶
func NewOrganizationsDescribeApplicationResponse() *OrganizationsDescribeApplicationResponse
NewOrganizationsDescribeApplicationResponse instantiates a new OrganizationsDescribeApplicationResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewOrganizationsDescribeApplicationResponseWithDefaults ¶
func NewOrganizationsDescribeApplicationResponseWithDefaults() *OrganizationsDescribeApplicationResponse
NewOrganizationsDescribeApplicationResponseWithDefaults instantiates a new OrganizationsDescribeApplicationResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*OrganizationsDescribeApplicationResponse) GetInstallation ¶
func (o *OrganizationsDescribeApplicationResponse) GetInstallation() OrganizationsAppInstallation
GetInstallation returns the Installation field value if set, zero value otherwise.
func (*OrganizationsDescribeApplicationResponse) GetInstallationOk ¶
func (o *OrganizationsDescribeApplicationResponse) GetInstallationOk() (*OrganizationsAppInstallation, bool)
GetInstallationOk returns a tuple with the Installation field value if set, nil otherwise and a boolean to check if the value has been set.
func (*OrganizationsDescribeApplicationResponse) HasInstallation ¶
func (o *OrganizationsDescribeApplicationResponse) HasInstallation() bool
HasInstallation returns a boolean if a field has been set.
func (OrganizationsDescribeApplicationResponse) MarshalJSON ¶
func (o OrganizationsDescribeApplicationResponse) MarshalJSON() ([]byte, error)
func (*OrganizationsDescribeApplicationResponse) SetInstallation ¶
func (o *OrganizationsDescribeApplicationResponse) SetInstallation(v OrganizationsAppInstallation)
SetInstallation gets a reference to the given OrganizationsAppInstallation and assigns it to the Installation field.
func (OrganizationsDescribeApplicationResponse) ToMap ¶
func (o OrganizationsDescribeApplicationResponse) ToMap() (map[string]interface{}, error)
type OrganizationsDescribeOrganizationResponse ¶
type OrganizationsDescribeOrganizationResponse struct {
Organization *OrganizationsOrganization `json:"organization,omitempty"`
}
OrganizationsDescribeOrganizationResponse struct for OrganizationsDescribeOrganizationResponse
func NewOrganizationsDescribeOrganizationResponse ¶
func NewOrganizationsDescribeOrganizationResponse() *OrganizationsDescribeOrganizationResponse
NewOrganizationsDescribeOrganizationResponse instantiates a new OrganizationsDescribeOrganizationResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewOrganizationsDescribeOrganizationResponseWithDefaults ¶
func NewOrganizationsDescribeOrganizationResponseWithDefaults() *OrganizationsDescribeOrganizationResponse
NewOrganizationsDescribeOrganizationResponseWithDefaults instantiates a new OrganizationsDescribeOrganizationResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*OrganizationsDescribeOrganizationResponse) GetOrganization ¶
func (o *OrganizationsDescribeOrganizationResponse) GetOrganization() OrganizationsOrganization
GetOrganization returns the Organization field value if set, zero value otherwise.
func (*OrganizationsDescribeOrganizationResponse) GetOrganizationOk ¶
func (o *OrganizationsDescribeOrganizationResponse) GetOrganizationOk() (*OrganizationsOrganization, bool)
GetOrganizationOk returns a tuple with the Organization field value if set, nil otherwise and a boolean to check if the value has been set.
func (*OrganizationsDescribeOrganizationResponse) HasOrganization ¶
func (o *OrganizationsDescribeOrganizationResponse) HasOrganization() bool
HasOrganization returns a boolean if a field has been set.
func (OrganizationsDescribeOrganizationResponse) MarshalJSON ¶
func (o OrganizationsDescribeOrganizationResponse) MarshalJSON() ([]byte, error)
func (*OrganizationsDescribeOrganizationResponse) SetOrganization ¶
func (o *OrganizationsDescribeOrganizationResponse) SetOrganization(v OrganizationsOrganization)
SetOrganization gets a reference to the given OrganizationsOrganization and assigns it to the Organization field.
func (OrganizationsDescribeOrganizationResponse) ToMap ¶
func (o OrganizationsDescribeOrganizationResponse) ToMap() (map[string]interface{}, error)
type OrganizationsGetInviteLinkResponse ¶ added in v0.0.43
type OrganizationsGetInviteLinkResponse struct {
InviteLink *OrganizationsInviteLink `json:"inviteLink,omitempty"`
}
OrganizationsGetInviteLinkResponse struct for OrganizationsGetInviteLinkResponse
func NewOrganizationsGetInviteLinkResponse ¶ added in v0.0.43
func NewOrganizationsGetInviteLinkResponse() *OrganizationsGetInviteLinkResponse
NewOrganizationsGetInviteLinkResponse instantiates a new OrganizationsGetInviteLinkResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewOrganizationsGetInviteLinkResponseWithDefaults ¶ added in v0.0.43
func NewOrganizationsGetInviteLinkResponseWithDefaults() *OrganizationsGetInviteLinkResponse
NewOrganizationsGetInviteLinkResponseWithDefaults instantiates a new OrganizationsGetInviteLinkResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*OrganizationsGetInviteLinkResponse) GetInviteLink ¶ added in v0.0.43
func (o *OrganizationsGetInviteLinkResponse) GetInviteLink() OrganizationsInviteLink
GetInviteLink returns the InviteLink field value if set, zero value otherwise.
func (*OrganizationsGetInviteLinkResponse) GetInviteLinkOk ¶ added in v0.0.43
func (o *OrganizationsGetInviteLinkResponse) GetInviteLinkOk() (*OrganizationsInviteLink, bool)
GetInviteLinkOk returns a tuple with the InviteLink field value if set, nil otherwise and a boolean to check if the value has been set.
func (*OrganizationsGetInviteLinkResponse) HasInviteLink ¶ added in v0.0.43
func (o *OrganizationsGetInviteLinkResponse) HasInviteLink() bool
HasInviteLink returns a boolean if a field has been set.
func (OrganizationsGetInviteLinkResponse) MarshalJSON ¶ added in v0.0.43
func (o OrganizationsGetInviteLinkResponse) MarshalJSON() ([]byte, error)
func (*OrganizationsGetInviteLinkResponse) SetInviteLink ¶ added in v0.0.43
func (o *OrganizationsGetInviteLinkResponse) SetInviteLink(v OrganizationsInviteLink)
SetInviteLink gets a reference to the given OrganizationsInviteLink and assigns it to the InviteLink field.
func (OrganizationsGetInviteLinkResponse) ToMap ¶ added in v0.0.43
func (o OrganizationsGetInviteLinkResponse) ToMap() (map[string]interface{}, error)
type OrganizationsInstallApplicationBody ¶
type OrganizationsInstallApplicationBody struct {
AppName *string `json:"appName,omitempty"`
InstallationName *string `json:"installationName,omitempty"`
Configuration map[string]interface{} `json:"configuration,omitempty"`
}
OrganizationsInstallApplicationBody struct for OrganizationsInstallApplicationBody
func NewOrganizationsInstallApplicationBody ¶
func NewOrganizationsInstallApplicationBody() *OrganizationsInstallApplicationBody
NewOrganizationsInstallApplicationBody instantiates a new OrganizationsInstallApplicationBody object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewOrganizationsInstallApplicationBodyWithDefaults ¶
func NewOrganizationsInstallApplicationBodyWithDefaults() *OrganizationsInstallApplicationBody
NewOrganizationsInstallApplicationBodyWithDefaults instantiates a new OrganizationsInstallApplicationBody object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*OrganizationsInstallApplicationBody) GetAppName ¶
func (o *OrganizationsInstallApplicationBody) GetAppName() string
GetAppName returns the AppName field value if set, zero value otherwise.
func (*OrganizationsInstallApplicationBody) GetAppNameOk ¶
func (o *OrganizationsInstallApplicationBody) GetAppNameOk() (*string, bool)
GetAppNameOk returns a tuple with the AppName field value if set, nil otherwise and a boolean to check if the value has been set.
func (*OrganizationsInstallApplicationBody) GetConfiguration ¶
func (o *OrganizationsInstallApplicationBody) GetConfiguration() map[string]interface{}
GetConfiguration returns the Configuration field value if set, zero value otherwise.
func (*OrganizationsInstallApplicationBody) GetConfigurationOk ¶
func (o *OrganizationsInstallApplicationBody) GetConfigurationOk() (map[string]interface{}, bool)
GetConfigurationOk returns a tuple with the Configuration field value if set, nil otherwise and a boolean to check if the value has been set.
func (*OrganizationsInstallApplicationBody) GetInstallationName ¶
func (o *OrganizationsInstallApplicationBody) GetInstallationName() string
GetInstallationName returns the InstallationName field value if set, zero value otherwise.
func (*OrganizationsInstallApplicationBody) GetInstallationNameOk ¶
func (o *OrganizationsInstallApplicationBody) GetInstallationNameOk() (*string, bool)
GetInstallationNameOk returns a tuple with the InstallationName field value if set, nil otherwise and a boolean to check if the value has been set.
func (*OrganizationsInstallApplicationBody) HasAppName ¶
func (o *OrganizationsInstallApplicationBody) HasAppName() bool
HasAppName returns a boolean if a field has been set.
func (*OrganizationsInstallApplicationBody) HasConfiguration ¶
func (o *OrganizationsInstallApplicationBody) HasConfiguration() bool
HasConfiguration returns a boolean if a field has been set.
func (*OrganizationsInstallApplicationBody) HasInstallationName ¶
func (o *OrganizationsInstallApplicationBody) HasInstallationName() bool
HasInstallationName returns a boolean if a field has been set.
func (OrganizationsInstallApplicationBody) MarshalJSON ¶
func (o OrganizationsInstallApplicationBody) MarshalJSON() ([]byte, error)
func (*OrganizationsInstallApplicationBody) SetAppName ¶
func (o *OrganizationsInstallApplicationBody) SetAppName(v string)
SetAppName gets a reference to the given string and assigns it to the AppName field.
func (*OrganizationsInstallApplicationBody) SetConfiguration ¶
func (o *OrganizationsInstallApplicationBody) SetConfiguration(v map[string]interface{})
SetConfiguration gets a reference to the given map[string]interface{} and assigns it to the Configuration field.
func (*OrganizationsInstallApplicationBody) SetInstallationName ¶
func (o *OrganizationsInstallApplicationBody) SetInstallationName(v string)
SetInstallationName gets a reference to the given string and assigns it to the InstallationName field.
func (OrganizationsInstallApplicationBody) ToMap ¶
func (o OrganizationsInstallApplicationBody) ToMap() (map[string]interface{}, error)
type OrganizationsInstallApplicationResponse ¶
type OrganizationsInstallApplicationResponse struct {
Installation *OrganizationsAppInstallation `json:"installation,omitempty"`
}
OrganizationsInstallApplicationResponse struct for OrganizationsInstallApplicationResponse
func NewOrganizationsInstallApplicationResponse ¶
func NewOrganizationsInstallApplicationResponse() *OrganizationsInstallApplicationResponse
NewOrganizationsInstallApplicationResponse instantiates a new OrganizationsInstallApplicationResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewOrganizationsInstallApplicationResponseWithDefaults ¶
func NewOrganizationsInstallApplicationResponseWithDefaults() *OrganizationsInstallApplicationResponse
NewOrganizationsInstallApplicationResponseWithDefaults instantiates a new OrganizationsInstallApplicationResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*OrganizationsInstallApplicationResponse) GetInstallation ¶
func (o *OrganizationsInstallApplicationResponse) GetInstallation() OrganizationsAppInstallation
GetInstallation returns the Installation field value if set, zero value otherwise.
func (*OrganizationsInstallApplicationResponse) GetInstallationOk ¶
func (o *OrganizationsInstallApplicationResponse) GetInstallationOk() (*OrganizationsAppInstallation, bool)
GetInstallationOk returns a tuple with the Installation field value if set, nil otherwise and a boolean to check if the value has been set.
func (*OrganizationsInstallApplicationResponse) HasInstallation ¶
func (o *OrganizationsInstallApplicationResponse) HasInstallation() bool
HasInstallation returns a boolean if a field has been set.
func (OrganizationsInstallApplicationResponse) MarshalJSON ¶
func (o OrganizationsInstallApplicationResponse) MarshalJSON() ([]byte, error)
func (*OrganizationsInstallApplicationResponse) SetInstallation ¶
func (o *OrganizationsInstallApplicationResponse) SetInstallation(v OrganizationsAppInstallation)
SetInstallation gets a reference to the given OrganizationsAppInstallation and assigns it to the Installation field.
func (OrganizationsInstallApplicationResponse) ToMap ¶
func (o OrganizationsInstallApplicationResponse) ToMap() (map[string]interface{}, error)
type OrganizationsInvitation ¶
type OrganizationsInvitation struct {
Id *string `json:"id,omitempty"`
OrganizationId *string `json:"organizationId,omitempty"`
Email *string `json:"email,omitempty"`
State *string `json:"state,omitempty"`
CreatedAt *time.Time `json:"createdAt,omitempty"`
}
OrganizationsInvitation struct for OrganizationsInvitation
func NewOrganizationsInvitation ¶
func NewOrganizationsInvitation() *OrganizationsInvitation
NewOrganizationsInvitation instantiates a new OrganizationsInvitation object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewOrganizationsInvitationWithDefaults ¶
func NewOrganizationsInvitationWithDefaults() *OrganizationsInvitation
NewOrganizationsInvitationWithDefaults instantiates a new OrganizationsInvitation object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*OrganizationsInvitation) GetCreatedAt ¶
func (o *OrganizationsInvitation) GetCreatedAt() time.Time
GetCreatedAt returns the CreatedAt field value if set, zero value otherwise.
func (*OrganizationsInvitation) GetCreatedAtOk ¶
func (o *OrganizationsInvitation) GetCreatedAtOk() (*time.Time, bool)
GetCreatedAtOk returns a tuple with the CreatedAt field value if set, nil otherwise and a boolean to check if the value has been set.
func (*OrganizationsInvitation) GetEmail ¶
func (o *OrganizationsInvitation) GetEmail() string
GetEmail returns the Email field value if set, zero value otherwise.
func (*OrganizationsInvitation) GetEmailOk ¶
func (o *OrganizationsInvitation) GetEmailOk() (*string, bool)
GetEmailOk returns a tuple with the Email field value if set, nil otherwise and a boolean to check if the value has been set.
func (*OrganizationsInvitation) GetId ¶
func (o *OrganizationsInvitation) GetId() string
GetId returns the Id field value if set, zero value otherwise.
func (*OrganizationsInvitation) GetIdOk ¶
func (o *OrganizationsInvitation) GetIdOk() (*string, bool)
GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.
func (*OrganizationsInvitation) GetOrganizationId ¶
func (o *OrganizationsInvitation) GetOrganizationId() string
GetOrganizationId returns the OrganizationId field value if set, zero value otherwise.
func (*OrganizationsInvitation) GetOrganizationIdOk ¶
func (o *OrganizationsInvitation) GetOrganizationIdOk() (*string, bool)
GetOrganizationIdOk returns a tuple with the OrganizationId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*OrganizationsInvitation) GetState ¶
func (o *OrganizationsInvitation) GetState() string
GetState returns the State field value if set, zero value otherwise.
func (*OrganizationsInvitation) GetStateOk ¶
func (o *OrganizationsInvitation) GetStateOk() (*string, bool)
GetStateOk returns a tuple with the State field value if set, nil otherwise and a boolean to check if the value has been set.
func (*OrganizationsInvitation) HasCreatedAt ¶
func (o *OrganizationsInvitation) HasCreatedAt() bool
HasCreatedAt returns a boolean if a field has been set.
func (*OrganizationsInvitation) HasEmail ¶
func (o *OrganizationsInvitation) HasEmail() bool
HasEmail returns a boolean if a field has been set.
func (*OrganizationsInvitation) HasId ¶
func (o *OrganizationsInvitation) HasId() bool
HasId returns a boolean if a field has been set.
func (*OrganizationsInvitation) HasOrganizationId ¶
func (o *OrganizationsInvitation) HasOrganizationId() bool
HasOrganizationId returns a boolean if a field has been set.
func (*OrganizationsInvitation) HasState ¶
func (o *OrganizationsInvitation) HasState() bool
HasState returns a boolean if a field has been set.
func (OrganizationsInvitation) MarshalJSON ¶
func (o OrganizationsInvitation) MarshalJSON() ([]byte, error)
func (*OrganizationsInvitation) SetCreatedAt ¶
func (o *OrganizationsInvitation) SetCreatedAt(v time.Time)
SetCreatedAt gets a reference to the given time.Time and assigns it to the CreatedAt field.
func (*OrganizationsInvitation) SetEmail ¶
func (o *OrganizationsInvitation) SetEmail(v string)
SetEmail gets a reference to the given string and assigns it to the Email field.
func (*OrganizationsInvitation) SetId ¶
func (o *OrganizationsInvitation) SetId(v string)
SetId gets a reference to the given string and assigns it to the Id field.
func (*OrganizationsInvitation) SetOrganizationId ¶
func (o *OrganizationsInvitation) SetOrganizationId(v string)
SetOrganizationId gets a reference to the given string and assigns it to the OrganizationId field.
func (*OrganizationsInvitation) SetState ¶
func (o *OrganizationsInvitation) SetState(v string)
SetState gets a reference to the given string and assigns it to the State field.
func (OrganizationsInvitation) ToMap ¶
func (o OrganizationsInvitation) ToMap() (map[string]interface{}, error)
type OrganizationsInviteLink ¶ added in v0.0.43
type OrganizationsInviteLink struct {
Id *string `json:"id,omitempty"`
OrganizationId *string `json:"organizationId,omitempty"`
Token *string `json:"token,omitempty"`
Enabled *bool `json:"enabled,omitempty"`
CreatedAt *time.Time `json:"createdAt,omitempty"`
UpdatedAt *time.Time `json:"updatedAt,omitempty"`
}
OrganizationsInviteLink struct for OrganizationsInviteLink
func NewOrganizationsInviteLink ¶ added in v0.0.43
func NewOrganizationsInviteLink() *OrganizationsInviteLink
NewOrganizationsInviteLink instantiates a new OrganizationsInviteLink object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewOrganizationsInviteLinkWithDefaults ¶ added in v0.0.43
func NewOrganizationsInviteLinkWithDefaults() *OrganizationsInviteLink
NewOrganizationsInviteLinkWithDefaults instantiates a new OrganizationsInviteLink object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*OrganizationsInviteLink) GetCreatedAt ¶ added in v0.0.43
func (o *OrganizationsInviteLink) GetCreatedAt() time.Time
GetCreatedAt returns the CreatedAt field value if set, zero value otherwise.
func (*OrganizationsInviteLink) GetCreatedAtOk ¶ added in v0.0.43
func (o *OrganizationsInviteLink) GetCreatedAtOk() (*time.Time, bool)
GetCreatedAtOk returns a tuple with the CreatedAt field value if set, nil otherwise and a boolean to check if the value has been set.
func (*OrganizationsInviteLink) GetEnabled ¶ added in v0.0.43
func (o *OrganizationsInviteLink) GetEnabled() bool
GetEnabled returns the Enabled field value if set, zero value otherwise.
func (*OrganizationsInviteLink) GetEnabledOk ¶ added in v0.0.43
func (o *OrganizationsInviteLink) GetEnabledOk() (*bool, bool)
GetEnabledOk returns a tuple with the Enabled field value if set, nil otherwise and a boolean to check if the value has been set.
func (*OrganizationsInviteLink) GetId ¶ added in v0.0.43
func (o *OrganizationsInviteLink) GetId() string
GetId returns the Id field value if set, zero value otherwise.
func (*OrganizationsInviteLink) GetIdOk ¶ added in v0.0.43
func (o *OrganizationsInviteLink) GetIdOk() (*string, bool)
GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.
func (*OrganizationsInviteLink) GetOrganizationId ¶ added in v0.0.43
func (o *OrganizationsInviteLink) GetOrganizationId() string
GetOrganizationId returns the OrganizationId field value if set, zero value otherwise.
func (*OrganizationsInviteLink) GetOrganizationIdOk ¶ added in v0.0.43
func (o *OrganizationsInviteLink) GetOrganizationIdOk() (*string, bool)
GetOrganizationIdOk returns a tuple with the OrganizationId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*OrganizationsInviteLink) GetToken ¶ added in v0.0.43
func (o *OrganizationsInviteLink) GetToken() string
GetToken returns the Token field value if set, zero value otherwise.
func (*OrganizationsInviteLink) GetTokenOk ¶ added in v0.0.43
func (o *OrganizationsInviteLink) GetTokenOk() (*string, bool)
GetTokenOk returns a tuple with the Token field value if set, nil otherwise and a boolean to check if the value has been set.
func (*OrganizationsInviteLink) GetUpdatedAt ¶ added in v0.0.43
func (o *OrganizationsInviteLink) GetUpdatedAt() time.Time
GetUpdatedAt returns the UpdatedAt field value if set, zero value otherwise.
func (*OrganizationsInviteLink) GetUpdatedAtOk ¶ added in v0.0.43
func (o *OrganizationsInviteLink) GetUpdatedAtOk() (*time.Time, bool)
GetUpdatedAtOk returns a tuple with the UpdatedAt field value if set, nil otherwise and a boolean to check if the value has been set.
func (*OrganizationsInviteLink) HasCreatedAt ¶ added in v0.0.43
func (o *OrganizationsInviteLink) HasCreatedAt() bool
HasCreatedAt returns a boolean if a field has been set.
func (*OrganizationsInviteLink) HasEnabled ¶ added in v0.0.43
func (o *OrganizationsInviteLink) HasEnabled() bool
HasEnabled returns a boolean if a field has been set.
func (*OrganizationsInviteLink) HasId ¶ added in v0.0.43
func (o *OrganizationsInviteLink) HasId() bool
HasId returns a boolean if a field has been set.
func (*OrganizationsInviteLink) HasOrganizationId ¶ added in v0.0.43
func (o *OrganizationsInviteLink) HasOrganizationId() bool
HasOrganizationId returns a boolean if a field has been set.
func (*OrganizationsInviteLink) HasToken ¶ added in v0.0.43
func (o *OrganizationsInviteLink) HasToken() bool
HasToken returns a boolean if a field has been set.
func (*OrganizationsInviteLink) HasUpdatedAt ¶ added in v0.0.43
func (o *OrganizationsInviteLink) HasUpdatedAt() bool
HasUpdatedAt returns a boolean if a field has been set.
func (OrganizationsInviteLink) MarshalJSON ¶ added in v0.0.43
func (o OrganizationsInviteLink) MarshalJSON() ([]byte, error)
func (*OrganizationsInviteLink) SetCreatedAt ¶ added in v0.0.43
func (o *OrganizationsInviteLink) SetCreatedAt(v time.Time)
SetCreatedAt gets a reference to the given time.Time and assigns it to the CreatedAt field.
func (*OrganizationsInviteLink) SetEnabled ¶ added in v0.0.43
func (o *OrganizationsInviteLink) SetEnabled(v bool)
SetEnabled gets a reference to the given bool and assigns it to the Enabled field.
func (*OrganizationsInviteLink) SetId ¶ added in v0.0.43
func (o *OrganizationsInviteLink) SetId(v string)
SetId gets a reference to the given string and assigns it to the Id field.
func (*OrganizationsInviteLink) SetOrganizationId ¶ added in v0.0.43
func (o *OrganizationsInviteLink) SetOrganizationId(v string)
SetOrganizationId gets a reference to the given string and assigns it to the OrganizationId field.
func (*OrganizationsInviteLink) SetToken ¶ added in v0.0.43
func (o *OrganizationsInviteLink) SetToken(v string)
SetToken gets a reference to the given string and assigns it to the Token field.
func (*OrganizationsInviteLink) SetUpdatedAt ¶ added in v0.0.43
func (o *OrganizationsInviteLink) SetUpdatedAt(v time.Time)
SetUpdatedAt gets a reference to the given time.Time and assigns it to the UpdatedAt field.
func (OrganizationsInviteLink) ToMap ¶ added in v0.0.43
func (o OrganizationsInviteLink) ToMap() (map[string]interface{}, error)
type OrganizationsListApplicationResourcesResponse ¶ added in v0.0.43
type OrganizationsListApplicationResourcesResponse struct {
Resources []OrganizationsAppInstallationResourceRef `json:"resources,omitempty"`
}
OrganizationsListApplicationResourcesResponse struct for OrganizationsListApplicationResourcesResponse
func NewOrganizationsListApplicationResourcesResponse ¶ added in v0.0.43
func NewOrganizationsListApplicationResourcesResponse() *OrganizationsListApplicationResourcesResponse
NewOrganizationsListApplicationResourcesResponse instantiates a new OrganizationsListApplicationResourcesResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewOrganizationsListApplicationResourcesResponseWithDefaults ¶ added in v0.0.43
func NewOrganizationsListApplicationResourcesResponseWithDefaults() *OrganizationsListApplicationResourcesResponse
NewOrganizationsListApplicationResourcesResponseWithDefaults instantiates a new OrganizationsListApplicationResourcesResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*OrganizationsListApplicationResourcesResponse) GetResources ¶ added in v0.0.43
func (o *OrganizationsListApplicationResourcesResponse) GetResources() []OrganizationsAppInstallationResourceRef
GetResources returns the Resources field value if set, zero value otherwise.
func (*OrganizationsListApplicationResourcesResponse) GetResourcesOk ¶ added in v0.0.43
func (o *OrganizationsListApplicationResourcesResponse) GetResourcesOk() ([]OrganizationsAppInstallationResourceRef, bool)
GetResourcesOk returns a tuple with the Resources field value if set, nil otherwise and a boolean to check if the value has been set.
func (*OrganizationsListApplicationResourcesResponse) HasResources ¶ added in v0.0.43
func (o *OrganizationsListApplicationResourcesResponse) HasResources() bool
HasResources returns a boolean if a field has been set.
func (OrganizationsListApplicationResourcesResponse) MarshalJSON ¶ added in v0.0.43
func (o OrganizationsListApplicationResourcesResponse) MarshalJSON() ([]byte, error)
func (*OrganizationsListApplicationResourcesResponse) SetResources ¶ added in v0.0.43
func (o *OrganizationsListApplicationResourcesResponse) SetResources(v []OrganizationsAppInstallationResourceRef)
SetResources gets a reference to the given []OrganizationsAppInstallationResourceRef and assigns it to the Resources field.
func (OrganizationsListApplicationResourcesResponse) ToMap ¶ added in v0.0.43
func (o OrganizationsListApplicationResourcesResponse) ToMap() (map[string]interface{}, error)
type OrganizationsListInvitationsResponse ¶
type OrganizationsListInvitationsResponse struct {
Invitations []OrganizationsInvitation `json:"invitations,omitempty"`
}
OrganizationsListInvitationsResponse struct for OrganizationsListInvitationsResponse
func NewOrganizationsListInvitationsResponse ¶
func NewOrganizationsListInvitationsResponse() *OrganizationsListInvitationsResponse
NewOrganizationsListInvitationsResponse instantiates a new OrganizationsListInvitationsResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewOrganizationsListInvitationsResponseWithDefaults ¶
func NewOrganizationsListInvitationsResponseWithDefaults() *OrganizationsListInvitationsResponse
NewOrganizationsListInvitationsResponseWithDefaults instantiates a new OrganizationsListInvitationsResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*OrganizationsListInvitationsResponse) GetInvitations ¶
func (o *OrganizationsListInvitationsResponse) GetInvitations() []OrganizationsInvitation
GetInvitations returns the Invitations field value if set, zero value otherwise.
func (*OrganizationsListInvitationsResponse) GetInvitationsOk ¶
func (o *OrganizationsListInvitationsResponse) GetInvitationsOk() ([]OrganizationsInvitation, bool)
GetInvitationsOk returns a tuple with the Invitations field value if set, nil otherwise and a boolean to check if the value has been set.
func (*OrganizationsListInvitationsResponse) HasInvitations ¶
func (o *OrganizationsListInvitationsResponse) HasInvitations() bool
HasInvitations returns a boolean if a field has been set.
func (OrganizationsListInvitationsResponse) MarshalJSON ¶
func (o OrganizationsListInvitationsResponse) MarshalJSON() ([]byte, error)
func (*OrganizationsListInvitationsResponse) SetInvitations ¶
func (o *OrganizationsListInvitationsResponse) SetInvitations(v []OrganizationsInvitation)
SetInvitations gets a reference to the given []OrganizationsInvitation and assigns it to the Invitations field.
func (OrganizationsListInvitationsResponse) ToMap ¶
func (o OrganizationsListInvitationsResponse) ToMap() (map[string]interface{}, error)
type OrganizationsOrganization ¶
type OrganizationsOrganization struct {
Metadata *OrganizationsOrganizationMetadata `json:"metadata,omitempty"`
}
OrganizationsOrganization struct for OrganizationsOrganization
func NewOrganizationsOrganization ¶
func NewOrganizationsOrganization() *OrganizationsOrganization
NewOrganizationsOrganization instantiates a new OrganizationsOrganization object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewOrganizationsOrganizationWithDefaults ¶
func NewOrganizationsOrganizationWithDefaults() *OrganizationsOrganization
NewOrganizationsOrganizationWithDefaults instantiates a new OrganizationsOrganization object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*OrganizationsOrganization) GetMetadata ¶
func (o *OrganizationsOrganization) GetMetadata() OrganizationsOrganizationMetadata
GetMetadata returns the Metadata field value if set, zero value otherwise.
func (*OrganizationsOrganization) GetMetadataOk ¶
func (o *OrganizationsOrganization) GetMetadataOk() (*OrganizationsOrganizationMetadata, bool)
GetMetadataOk returns a tuple with the Metadata field value if set, nil otherwise and a boolean to check if the value has been set.
func (*OrganizationsOrganization) HasMetadata ¶
func (o *OrganizationsOrganization) HasMetadata() bool
HasMetadata returns a boolean if a field has been set.
func (OrganizationsOrganization) MarshalJSON ¶
func (o OrganizationsOrganization) MarshalJSON() ([]byte, error)
func (*OrganizationsOrganization) SetMetadata ¶
func (o *OrganizationsOrganization) SetMetadata(v OrganizationsOrganizationMetadata)
SetMetadata gets a reference to the given OrganizationsOrganizationMetadata and assigns it to the Metadata field.
func (OrganizationsOrganization) ToMap ¶
func (o OrganizationsOrganization) ToMap() (map[string]interface{}, error)
type OrganizationsOrganizationMetadata ¶
type OrganizationsOrganizationMetadata struct {
Id *string `json:"id,omitempty"`
Name *string `json:"name,omitempty"`
Description *string `json:"description,omitempty"`
CreatedAt *time.Time `json:"createdAt,omitempty"`
UpdatedAt *time.Time `json:"updatedAt,omitempty"`
}
OrganizationsOrganizationMetadata struct for OrganizationsOrganizationMetadata
func NewOrganizationsOrganizationMetadata ¶
func NewOrganizationsOrganizationMetadata() *OrganizationsOrganizationMetadata
NewOrganizationsOrganizationMetadata instantiates a new OrganizationsOrganizationMetadata object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewOrganizationsOrganizationMetadataWithDefaults ¶
func NewOrganizationsOrganizationMetadataWithDefaults() *OrganizationsOrganizationMetadata
NewOrganizationsOrganizationMetadataWithDefaults instantiates a new OrganizationsOrganizationMetadata object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*OrganizationsOrganizationMetadata) GetCreatedAt ¶
func (o *OrganizationsOrganizationMetadata) GetCreatedAt() time.Time
GetCreatedAt returns the CreatedAt field value if set, zero value otherwise.
func (*OrganizationsOrganizationMetadata) GetCreatedAtOk ¶
func (o *OrganizationsOrganizationMetadata) GetCreatedAtOk() (*time.Time, bool)
GetCreatedAtOk returns a tuple with the CreatedAt field value if set, nil otherwise and a boolean to check if the value has been set.
func (*OrganizationsOrganizationMetadata) GetDescription ¶
func (o *OrganizationsOrganizationMetadata) GetDescription() string
GetDescription returns the Description field value if set, zero value otherwise.
func (*OrganizationsOrganizationMetadata) GetDescriptionOk ¶
func (o *OrganizationsOrganizationMetadata) GetDescriptionOk() (*string, bool)
GetDescriptionOk returns a tuple with the Description field value if set, nil otherwise and a boolean to check if the value has been set.
func (*OrganizationsOrganizationMetadata) GetId ¶
func (o *OrganizationsOrganizationMetadata) GetId() string
GetId returns the Id field value if set, zero value otherwise.
func (*OrganizationsOrganizationMetadata) GetIdOk ¶
func (o *OrganizationsOrganizationMetadata) GetIdOk() (*string, bool)
GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.
func (*OrganizationsOrganizationMetadata) GetName ¶
func (o *OrganizationsOrganizationMetadata) GetName() string
GetName returns the Name field value if set, zero value otherwise.
func (*OrganizationsOrganizationMetadata) GetNameOk ¶
func (o *OrganizationsOrganizationMetadata) GetNameOk() (*string, bool)
GetNameOk returns a tuple with the Name field value if set, nil otherwise and a boolean to check if the value has been set.
func (*OrganizationsOrganizationMetadata) GetUpdatedAt ¶
func (o *OrganizationsOrganizationMetadata) GetUpdatedAt() time.Time
GetUpdatedAt returns the UpdatedAt field value if set, zero value otherwise.
func (*OrganizationsOrganizationMetadata) GetUpdatedAtOk ¶
func (o *OrganizationsOrganizationMetadata) GetUpdatedAtOk() (*time.Time, bool)
GetUpdatedAtOk returns a tuple with the UpdatedAt field value if set, nil otherwise and a boolean to check if the value has been set.
func (*OrganizationsOrganizationMetadata) HasCreatedAt ¶
func (o *OrganizationsOrganizationMetadata) HasCreatedAt() bool
HasCreatedAt returns a boolean if a field has been set.
func (*OrganizationsOrganizationMetadata) HasDescription ¶
func (o *OrganizationsOrganizationMetadata) HasDescription() bool
HasDescription returns a boolean if a field has been set.
func (*OrganizationsOrganizationMetadata) HasId ¶
func (o *OrganizationsOrganizationMetadata) HasId() bool
HasId returns a boolean if a field has been set.
func (*OrganizationsOrganizationMetadata) HasName ¶
func (o *OrganizationsOrganizationMetadata) HasName() bool
HasName returns a boolean if a field has been set.
func (*OrganizationsOrganizationMetadata) HasUpdatedAt ¶
func (o *OrganizationsOrganizationMetadata) HasUpdatedAt() bool
HasUpdatedAt returns a boolean if a field has been set.
func (OrganizationsOrganizationMetadata) MarshalJSON ¶
func (o OrganizationsOrganizationMetadata) MarshalJSON() ([]byte, error)
func (*OrganizationsOrganizationMetadata) SetCreatedAt ¶
func (o *OrganizationsOrganizationMetadata) SetCreatedAt(v time.Time)
SetCreatedAt gets a reference to the given time.Time and assigns it to the CreatedAt field.
func (*OrganizationsOrganizationMetadata) SetDescription ¶
func (o *OrganizationsOrganizationMetadata) SetDescription(v string)
SetDescription gets a reference to the given string and assigns it to the Description field.
func (*OrganizationsOrganizationMetadata) SetId ¶
func (o *OrganizationsOrganizationMetadata) SetId(v string)
SetId gets a reference to the given string and assigns it to the Id field.
func (*OrganizationsOrganizationMetadata) SetName ¶
func (o *OrganizationsOrganizationMetadata) SetName(v string)
SetName gets a reference to the given string and assigns it to the Name field.
func (*OrganizationsOrganizationMetadata) SetUpdatedAt ¶
func (o *OrganizationsOrganizationMetadata) SetUpdatedAt(v time.Time)
SetUpdatedAt gets a reference to the given time.Time and assigns it to the UpdatedAt field.
func (OrganizationsOrganizationMetadata) ToMap ¶
func (o OrganizationsOrganizationMetadata) ToMap() (map[string]interface{}, error)
type OrganizationsResetInviteLinkResponse ¶ added in v0.0.43
type OrganizationsResetInviteLinkResponse struct {
InviteLink *OrganizationsInviteLink `json:"inviteLink,omitempty"`
}
OrganizationsResetInviteLinkResponse struct for OrganizationsResetInviteLinkResponse
func NewOrganizationsResetInviteLinkResponse ¶ added in v0.0.43
func NewOrganizationsResetInviteLinkResponse() *OrganizationsResetInviteLinkResponse
NewOrganizationsResetInviteLinkResponse instantiates a new OrganizationsResetInviteLinkResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewOrganizationsResetInviteLinkResponseWithDefaults ¶ added in v0.0.43
func NewOrganizationsResetInviteLinkResponseWithDefaults() *OrganizationsResetInviteLinkResponse
NewOrganizationsResetInviteLinkResponseWithDefaults instantiates a new OrganizationsResetInviteLinkResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*OrganizationsResetInviteLinkResponse) GetInviteLink ¶ added in v0.0.43
func (o *OrganizationsResetInviteLinkResponse) GetInviteLink() OrganizationsInviteLink
GetInviteLink returns the InviteLink field value if set, zero value otherwise.
func (*OrganizationsResetInviteLinkResponse) GetInviteLinkOk ¶ added in v0.0.43
func (o *OrganizationsResetInviteLinkResponse) GetInviteLinkOk() (*OrganizationsInviteLink, bool)
GetInviteLinkOk returns a tuple with the InviteLink field value if set, nil otherwise and a boolean to check if the value has been set.
func (*OrganizationsResetInviteLinkResponse) HasInviteLink ¶ added in v0.0.43
func (o *OrganizationsResetInviteLinkResponse) HasInviteLink() bool
HasInviteLink returns a boolean if a field has been set.
func (OrganizationsResetInviteLinkResponse) MarshalJSON ¶ added in v0.0.43
func (o OrganizationsResetInviteLinkResponse) MarshalJSON() ([]byte, error)
func (*OrganizationsResetInviteLinkResponse) SetInviteLink ¶ added in v0.0.43
func (o *OrganizationsResetInviteLinkResponse) SetInviteLink(v OrganizationsInviteLink)
SetInviteLink gets a reference to the given OrganizationsInviteLink and assigns it to the InviteLink field.
func (OrganizationsResetInviteLinkResponse) ToMap ¶ added in v0.0.43
func (o OrganizationsResetInviteLinkResponse) ToMap() (map[string]interface{}, error)
type OrganizationsUpdateApplicationBody ¶
type OrganizationsUpdateApplicationBody struct {
Configuration map[string]interface{} `json:"configuration,omitempty"`
}
OrganizationsUpdateApplicationBody struct for OrganizationsUpdateApplicationBody
func NewOrganizationsUpdateApplicationBody ¶
func NewOrganizationsUpdateApplicationBody() *OrganizationsUpdateApplicationBody
NewOrganizationsUpdateApplicationBody instantiates a new OrganizationsUpdateApplicationBody object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewOrganizationsUpdateApplicationBodyWithDefaults ¶
func NewOrganizationsUpdateApplicationBodyWithDefaults() *OrganizationsUpdateApplicationBody
NewOrganizationsUpdateApplicationBodyWithDefaults instantiates a new OrganizationsUpdateApplicationBody object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*OrganizationsUpdateApplicationBody) GetConfiguration ¶
func (o *OrganizationsUpdateApplicationBody) GetConfiguration() map[string]interface{}
GetConfiguration returns the Configuration field value if set, zero value otherwise.
func (*OrganizationsUpdateApplicationBody) GetConfigurationOk ¶
func (o *OrganizationsUpdateApplicationBody) GetConfigurationOk() (map[string]interface{}, bool)
GetConfigurationOk returns a tuple with the Configuration field value if set, nil otherwise and a boolean to check if the value has been set.
func (*OrganizationsUpdateApplicationBody) HasConfiguration ¶
func (o *OrganizationsUpdateApplicationBody) HasConfiguration() bool
HasConfiguration returns a boolean if a field has been set.
func (OrganizationsUpdateApplicationBody) MarshalJSON ¶
func (o OrganizationsUpdateApplicationBody) MarshalJSON() ([]byte, error)
func (*OrganizationsUpdateApplicationBody) SetConfiguration ¶
func (o *OrganizationsUpdateApplicationBody) SetConfiguration(v map[string]interface{})
SetConfiguration gets a reference to the given map[string]interface{} and assigns it to the Configuration field.
func (OrganizationsUpdateApplicationBody) ToMap ¶
func (o OrganizationsUpdateApplicationBody) ToMap() (map[string]interface{}, error)
type OrganizationsUpdateApplicationResponse ¶
type OrganizationsUpdateApplicationResponse struct {
Installation *OrganizationsAppInstallation `json:"installation,omitempty"`
}
OrganizationsUpdateApplicationResponse struct for OrganizationsUpdateApplicationResponse
func NewOrganizationsUpdateApplicationResponse ¶
func NewOrganizationsUpdateApplicationResponse() *OrganizationsUpdateApplicationResponse
NewOrganizationsUpdateApplicationResponse instantiates a new OrganizationsUpdateApplicationResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewOrganizationsUpdateApplicationResponseWithDefaults ¶
func NewOrganizationsUpdateApplicationResponseWithDefaults() *OrganizationsUpdateApplicationResponse
NewOrganizationsUpdateApplicationResponseWithDefaults instantiates a new OrganizationsUpdateApplicationResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*OrganizationsUpdateApplicationResponse) GetInstallation ¶
func (o *OrganizationsUpdateApplicationResponse) GetInstallation() OrganizationsAppInstallation
GetInstallation returns the Installation field value if set, zero value otherwise.
func (*OrganizationsUpdateApplicationResponse) GetInstallationOk ¶
func (o *OrganizationsUpdateApplicationResponse) GetInstallationOk() (*OrganizationsAppInstallation, bool)
GetInstallationOk returns a tuple with the Installation field value if set, nil otherwise and a boolean to check if the value has been set.
func (*OrganizationsUpdateApplicationResponse) HasInstallation ¶
func (o *OrganizationsUpdateApplicationResponse) HasInstallation() bool
HasInstallation returns a boolean if a field has been set.
func (OrganizationsUpdateApplicationResponse) MarshalJSON ¶
func (o OrganizationsUpdateApplicationResponse) MarshalJSON() ([]byte, error)
func (*OrganizationsUpdateApplicationResponse) SetInstallation ¶
func (o *OrganizationsUpdateApplicationResponse) SetInstallation(v OrganizationsAppInstallation)
SetInstallation gets a reference to the given OrganizationsAppInstallation and assigns it to the Installation field.
func (OrganizationsUpdateApplicationResponse) ToMap ¶
func (o OrganizationsUpdateApplicationResponse) ToMap() (map[string]interface{}, error)
type OrganizationsUpdateInviteLinkBody ¶ added in v0.0.43
type OrganizationsUpdateInviteLinkBody struct {
Enabled *bool `json:"enabled,omitempty"`
}
OrganizationsUpdateInviteLinkBody struct for OrganizationsUpdateInviteLinkBody
func NewOrganizationsUpdateInviteLinkBody ¶ added in v0.0.43
func NewOrganizationsUpdateInviteLinkBody() *OrganizationsUpdateInviteLinkBody
NewOrganizationsUpdateInviteLinkBody instantiates a new OrganizationsUpdateInviteLinkBody object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewOrganizationsUpdateInviteLinkBodyWithDefaults ¶ added in v0.0.43
func NewOrganizationsUpdateInviteLinkBodyWithDefaults() *OrganizationsUpdateInviteLinkBody
NewOrganizationsUpdateInviteLinkBodyWithDefaults instantiates a new OrganizationsUpdateInviteLinkBody object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*OrganizationsUpdateInviteLinkBody) GetEnabled ¶ added in v0.0.43
func (o *OrganizationsUpdateInviteLinkBody) GetEnabled() bool
GetEnabled returns the Enabled field value if set, zero value otherwise.
func (*OrganizationsUpdateInviteLinkBody) GetEnabledOk ¶ added in v0.0.43
func (o *OrganizationsUpdateInviteLinkBody) GetEnabledOk() (*bool, bool)
GetEnabledOk returns a tuple with the Enabled field value if set, nil otherwise and a boolean to check if the value has been set.
func (*OrganizationsUpdateInviteLinkBody) HasEnabled ¶ added in v0.0.43
func (o *OrganizationsUpdateInviteLinkBody) HasEnabled() bool
HasEnabled returns a boolean if a field has been set.
func (OrganizationsUpdateInviteLinkBody) MarshalJSON ¶ added in v0.0.43
func (o OrganizationsUpdateInviteLinkBody) MarshalJSON() ([]byte, error)
func (*OrganizationsUpdateInviteLinkBody) SetEnabled ¶ added in v0.0.43
func (o *OrganizationsUpdateInviteLinkBody) SetEnabled(v bool)
SetEnabled gets a reference to the given bool and assigns it to the Enabled field.
func (OrganizationsUpdateInviteLinkBody) ToMap ¶ added in v0.0.43
func (o OrganizationsUpdateInviteLinkBody) ToMap() (map[string]interface{}, error)
type OrganizationsUpdateInviteLinkResponse ¶ added in v0.0.43
type OrganizationsUpdateInviteLinkResponse struct {
InviteLink *OrganizationsInviteLink `json:"inviteLink,omitempty"`
}
OrganizationsUpdateInviteLinkResponse struct for OrganizationsUpdateInviteLinkResponse
func NewOrganizationsUpdateInviteLinkResponse ¶ added in v0.0.43
func NewOrganizationsUpdateInviteLinkResponse() *OrganizationsUpdateInviteLinkResponse
NewOrganizationsUpdateInviteLinkResponse instantiates a new OrganizationsUpdateInviteLinkResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewOrganizationsUpdateInviteLinkResponseWithDefaults ¶ added in v0.0.43
func NewOrganizationsUpdateInviteLinkResponseWithDefaults() *OrganizationsUpdateInviteLinkResponse
NewOrganizationsUpdateInviteLinkResponseWithDefaults instantiates a new OrganizationsUpdateInviteLinkResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*OrganizationsUpdateInviteLinkResponse) GetInviteLink ¶ added in v0.0.43
func (o *OrganizationsUpdateInviteLinkResponse) GetInviteLink() OrganizationsInviteLink
GetInviteLink returns the InviteLink field value if set, zero value otherwise.
func (*OrganizationsUpdateInviteLinkResponse) GetInviteLinkOk ¶ added in v0.0.43
func (o *OrganizationsUpdateInviteLinkResponse) GetInviteLinkOk() (*OrganizationsInviteLink, bool)
GetInviteLinkOk returns a tuple with the InviteLink field value if set, nil otherwise and a boolean to check if the value has been set.
func (*OrganizationsUpdateInviteLinkResponse) HasInviteLink ¶ added in v0.0.43
func (o *OrganizationsUpdateInviteLinkResponse) HasInviteLink() bool
HasInviteLink returns a boolean if a field has been set.
func (OrganizationsUpdateInviteLinkResponse) MarshalJSON ¶ added in v0.0.43
func (o OrganizationsUpdateInviteLinkResponse) MarshalJSON() ([]byte, error)
func (*OrganizationsUpdateInviteLinkResponse) SetInviteLink ¶ added in v0.0.43
func (o *OrganizationsUpdateInviteLinkResponse) SetInviteLink(v OrganizationsInviteLink)
SetInviteLink gets a reference to the given OrganizationsInviteLink and assigns it to the InviteLink field.
func (OrganizationsUpdateInviteLinkResponse) ToMap ¶ added in v0.0.43
func (o OrganizationsUpdateInviteLinkResponse) ToMap() (map[string]interface{}, error)
type OrganizationsUpdateOrganizationBody ¶
type OrganizationsUpdateOrganizationBody struct {
Organization *OrganizationsOrganization `json:"organization,omitempty"`
}
OrganizationsUpdateOrganizationBody struct for OrganizationsUpdateOrganizationBody
func NewOrganizationsUpdateOrganizationBody ¶
func NewOrganizationsUpdateOrganizationBody() *OrganizationsUpdateOrganizationBody
NewOrganizationsUpdateOrganizationBody instantiates a new OrganizationsUpdateOrganizationBody object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewOrganizationsUpdateOrganizationBodyWithDefaults ¶
func NewOrganizationsUpdateOrganizationBodyWithDefaults() *OrganizationsUpdateOrganizationBody
NewOrganizationsUpdateOrganizationBodyWithDefaults instantiates a new OrganizationsUpdateOrganizationBody object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*OrganizationsUpdateOrganizationBody) GetOrganization ¶
func (o *OrganizationsUpdateOrganizationBody) GetOrganization() OrganizationsOrganization
GetOrganization returns the Organization field value if set, zero value otherwise.
func (*OrganizationsUpdateOrganizationBody) GetOrganizationOk ¶
func (o *OrganizationsUpdateOrganizationBody) GetOrganizationOk() (*OrganizationsOrganization, bool)
GetOrganizationOk returns a tuple with the Organization field value if set, nil otherwise and a boolean to check if the value has been set.
func (*OrganizationsUpdateOrganizationBody) HasOrganization ¶
func (o *OrganizationsUpdateOrganizationBody) HasOrganization() bool
HasOrganization returns a boolean if a field has been set.
func (OrganizationsUpdateOrganizationBody) MarshalJSON ¶
func (o OrganizationsUpdateOrganizationBody) MarshalJSON() ([]byte, error)
func (*OrganizationsUpdateOrganizationBody) SetOrganization ¶
func (o *OrganizationsUpdateOrganizationBody) SetOrganization(v OrganizationsOrganization)
SetOrganization gets a reference to the given OrganizationsOrganization and assigns it to the Organization field.
func (OrganizationsUpdateOrganizationBody) ToMap ¶
func (o OrganizationsUpdateOrganizationBody) ToMap() (map[string]interface{}, error)
type OrganizationsUpdateOrganizationResponse ¶
type OrganizationsUpdateOrganizationResponse struct {
Organization *OrganizationsOrganization `json:"organization,omitempty"`
}
OrganizationsUpdateOrganizationResponse struct for OrganizationsUpdateOrganizationResponse
func NewOrganizationsUpdateOrganizationResponse ¶
func NewOrganizationsUpdateOrganizationResponse() *OrganizationsUpdateOrganizationResponse
NewOrganizationsUpdateOrganizationResponse instantiates a new OrganizationsUpdateOrganizationResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewOrganizationsUpdateOrganizationResponseWithDefaults ¶
func NewOrganizationsUpdateOrganizationResponseWithDefaults() *OrganizationsUpdateOrganizationResponse
NewOrganizationsUpdateOrganizationResponseWithDefaults instantiates a new OrganizationsUpdateOrganizationResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*OrganizationsUpdateOrganizationResponse) GetOrganization ¶
func (o *OrganizationsUpdateOrganizationResponse) GetOrganization() OrganizationsOrganization
GetOrganization returns the Organization field value if set, zero value otherwise.
func (*OrganizationsUpdateOrganizationResponse) GetOrganizationOk ¶
func (o *OrganizationsUpdateOrganizationResponse) GetOrganizationOk() (*OrganizationsOrganization, bool)
GetOrganizationOk returns a tuple with the Organization field value if set, nil otherwise and a boolean to check if the value has been set.
func (*OrganizationsUpdateOrganizationResponse) HasOrganization ¶
func (o *OrganizationsUpdateOrganizationResponse) HasOrganization() bool
HasOrganization returns a boolean if a field has been set.
func (OrganizationsUpdateOrganizationResponse) MarshalJSON ¶
func (o OrganizationsUpdateOrganizationResponse) MarshalJSON() ([]byte, error)
func (*OrganizationsUpdateOrganizationResponse) SetOrganization ¶
func (o *OrganizationsUpdateOrganizationResponse) SetOrganization(v OrganizationsOrganization)
SetOrganization gets a reference to the given OrganizationsOrganization and assigns it to the Organization field.
func (OrganizationsUpdateOrganizationResponse) ToMap ¶
func (o OrganizationsUpdateOrganizationResponse) ToMap() (map[string]interface{}, error)
type ProtobufAny ¶
type ProtobufAny struct {
Type *string `json:"@type,omitempty"`
AdditionalProperties map[string]interface{}
}
ProtobufAny struct for ProtobufAny
func NewProtobufAny ¶
func NewProtobufAny() *ProtobufAny
NewProtobufAny instantiates a new ProtobufAny object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewProtobufAnyWithDefaults ¶
func NewProtobufAnyWithDefaults() *ProtobufAny
NewProtobufAnyWithDefaults instantiates a new ProtobufAny object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*ProtobufAny) GetType ¶
func (o *ProtobufAny) GetType() string
GetType returns the Type field value if set, zero value otherwise.
func (*ProtobufAny) GetTypeOk ¶
func (o *ProtobufAny) GetTypeOk() (*string, bool)
GetTypeOk returns a tuple with the Type field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ProtobufAny) HasType ¶
func (o *ProtobufAny) HasType() bool
HasType returns a boolean if a field has been set.
func (ProtobufAny) MarshalJSON ¶
func (o ProtobufAny) MarshalJSON() ([]byte, error)
func (*ProtobufAny) SetType ¶
func (o *ProtobufAny) SetType(v string)
SetType gets a reference to the given string and assigns it to the Type field.
func (ProtobufAny) ToMap ¶
func (o ProtobufAny) ToMap() (map[string]interface{}, error)
func (*ProtobufAny) UnmarshalJSON ¶
func (o *ProtobufAny) UnmarshalJSON(data []byte) (err error)
type ProtobufNullValue ¶
type ProtobufNullValue string
ProtobufNullValue `NullValue` is a singleton enumeration to represent the null value for the `Value` type union. The JSON representation for `NullValue` is JSON `null`. - NULL_VALUE: Null value.
const (
PROTOBUFNULLVALUE_NULL_VALUE ProtobufNullValue = "NULL_VALUE"
)
List of protobufNullValue
func NewProtobufNullValueFromValue ¶
func NewProtobufNullValueFromValue(v string) (*ProtobufNullValue, error)
NewProtobufNullValueFromValue returns a pointer to a valid ProtobufNullValue for the value passed as argument, or an error if the value passed is not allowed by the enum
func (ProtobufNullValue) IsValid ¶
func (v ProtobufNullValue) IsValid() bool
IsValid return true if the value is valid for the enum, false otherwise
func (ProtobufNullValue) Ptr ¶
func (v ProtobufNullValue) Ptr() *ProtobufNullValue
Ptr returns reference to protobufNullValue value
func (*ProtobufNullValue) UnmarshalJSON ¶
func (v *ProtobufNullValue) UnmarshalJSON(src []byte) error
type RolesAPIService ¶
type RolesAPIService service
RolesAPIService RolesAPI service
func (*RolesAPIService) RolesAssignRole ¶
func (a *RolesAPIService) RolesAssignRole(ctx context.Context, roleName string) ApiRolesAssignRoleRequest
RolesAssignRole Assign role
Assigns a role to a user within a domain
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param roleName @return ApiRolesAssignRoleRequest
func (*RolesAPIService) RolesAssignRoleExecute ¶
func (a *RolesAPIService) RolesAssignRoleExecute(r ApiRolesAssignRoleRequest) (map[string]interface{}, *http.Response, error)
Execute executes the request
@return map[string]interface{}
func (*RolesAPIService) RolesCreateRole ¶
func (a *RolesAPIService) RolesCreateRole(ctx context.Context) ApiRolesCreateRoleRequest
RolesCreateRole Create role
Creates a new custom role with specified permissions
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return ApiRolesCreateRoleRequest
func (*RolesAPIService) RolesCreateRoleExecute ¶
func (a *RolesAPIService) RolesCreateRoleExecute(r ApiRolesCreateRoleRequest) (*RolesCreateRoleResponse, *http.Response, error)
Execute executes the request
@return RolesCreateRoleResponse
func (*RolesAPIService) RolesDeleteRole ¶
func (a *RolesAPIService) RolesDeleteRole(ctx context.Context, roleName string) ApiRolesDeleteRoleRequest
RolesDeleteRole Delete role
Deletes an existing custom role
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param roleName @return ApiRolesDeleteRoleRequest
func (*RolesAPIService) RolesDeleteRoleExecute ¶
func (a *RolesAPIService) RolesDeleteRoleExecute(r ApiRolesDeleteRoleRequest) (map[string]interface{}, *http.Response, error)
Execute executes the request
@return map[string]interface{}
func (*RolesAPIService) RolesDescribeRole ¶
func (a *RolesAPIService) RolesDescribeRole(ctx context.Context, roleName string) ApiRolesDescribeRoleRequest
RolesDescribeRole Describe role
Returns detailed information about a specific role including permissions and inheritance
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param roleName @return ApiRolesDescribeRoleRequest
func (*RolesAPIService) RolesDescribeRoleExecute ¶
func (a *RolesAPIService) RolesDescribeRoleExecute(r ApiRolesDescribeRoleRequest) (*RolesDescribeRoleResponse, *http.Response, error)
Execute executes the request
@return RolesDescribeRoleResponse
func (*RolesAPIService) RolesListRoles ¶
func (a *RolesAPIService) RolesListRoles(ctx context.Context) ApiRolesListRolesRequest
RolesListRoles List roles
Returns available roles for a specific domain type with their permissions and inheritance
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return ApiRolesListRolesRequest
func (*RolesAPIService) RolesListRolesExecute ¶
func (a *RolesAPIService) RolesListRolesExecute(r ApiRolesListRolesRequest) (*RolesListRolesResponse, *http.Response, error)
Execute executes the request
@return RolesListRolesResponse
func (*RolesAPIService) RolesUpdateRole ¶
func (a *RolesAPIService) RolesUpdateRole(ctx context.Context, roleName string) ApiRolesUpdateRoleRequest
RolesUpdateRole Update role
Updates an existing custom role with new permissions
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param roleName @return ApiRolesUpdateRoleRequest
func (*RolesAPIService) RolesUpdateRoleExecute ¶
func (a *RolesAPIService) RolesUpdateRoleExecute(r ApiRolesUpdateRoleRequest) (*RolesUpdateRoleResponse, *http.Response, error)
Execute executes the request
@return RolesUpdateRoleResponse
type RolesAssignRoleBody ¶
type RolesAssignRoleBody struct {
DomainType *AuthorizationDomainType `json:"domainType,omitempty"`
DomainId *string `json:"domainId,omitempty"`
UserId *string `json:"userId,omitempty"`
UserEmail *string `json:"userEmail,omitempty"`
}
RolesAssignRoleBody struct for RolesAssignRoleBody
func NewRolesAssignRoleBody ¶
func NewRolesAssignRoleBody() *RolesAssignRoleBody
NewRolesAssignRoleBody instantiates a new RolesAssignRoleBody object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewRolesAssignRoleBodyWithDefaults ¶
func NewRolesAssignRoleBodyWithDefaults() *RolesAssignRoleBody
NewRolesAssignRoleBodyWithDefaults instantiates a new RolesAssignRoleBody object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*RolesAssignRoleBody) GetDomainId ¶
func (o *RolesAssignRoleBody) GetDomainId() string
GetDomainId returns the DomainId field value if set, zero value otherwise.
func (*RolesAssignRoleBody) GetDomainIdOk ¶
func (o *RolesAssignRoleBody) GetDomainIdOk() (*string, bool)
GetDomainIdOk returns a tuple with the DomainId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*RolesAssignRoleBody) GetDomainType ¶
func (o *RolesAssignRoleBody) GetDomainType() AuthorizationDomainType
GetDomainType returns the DomainType field value if set, zero value otherwise.
func (*RolesAssignRoleBody) GetDomainTypeOk ¶
func (o *RolesAssignRoleBody) GetDomainTypeOk() (*AuthorizationDomainType, bool)
GetDomainTypeOk returns a tuple with the DomainType field value if set, nil otherwise and a boolean to check if the value has been set.
func (*RolesAssignRoleBody) GetUserEmail ¶
func (o *RolesAssignRoleBody) GetUserEmail() string
GetUserEmail returns the UserEmail field value if set, zero value otherwise.
func (*RolesAssignRoleBody) GetUserEmailOk ¶
func (o *RolesAssignRoleBody) GetUserEmailOk() (*string, bool)
GetUserEmailOk returns a tuple with the UserEmail field value if set, nil otherwise and a boolean to check if the value has been set.
func (*RolesAssignRoleBody) GetUserId ¶
func (o *RolesAssignRoleBody) GetUserId() string
GetUserId returns the UserId field value if set, zero value otherwise.
func (*RolesAssignRoleBody) GetUserIdOk ¶
func (o *RolesAssignRoleBody) GetUserIdOk() (*string, bool)
GetUserIdOk returns a tuple with the UserId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*RolesAssignRoleBody) HasDomainId ¶
func (o *RolesAssignRoleBody) HasDomainId() bool
HasDomainId returns a boolean if a field has been set.
func (*RolesAssignRoleBody) HasDomainType ¶
func (o *RolesAssignRoleBody) HasDomainType() bool
HasDomainType returns a boolean if a field has been set.
func (*RolesAssignRoleBody) HasUserEmail ¶
func (o *RolesAssignRoleBody) HasUserEmail() bool
HasUserEmail returns a boolean if a field has been set.
func (*RolesAssignRoleBody) HasUserId ¶
func (o *RolesAssignRoleBody) HasUserId() bool
HasUserId returns a boolean if a field has been set.
func (RolesAssignRoleBody) MarshalJSON ¶
func (o RolesAssignRoleBody) MarshalJSON() ([]byte, error)
func (*RolesAssignRoleBody) SetDomainId ¶
func (o *RolesAssignRoleBody) SetDomainId(v string)
SetDomainId gets a reference to the given string and assigns it to the DomainId field.
func (*RolesAssignRoleBody) SetDomainType ¶
func (o *RolesAssignRoleBody) SetDomainType(v AuthorizationDomainType)
SetDomainType gets a reference to the given AuthorizationDomainType and assigns it to the DomainType field.
func (*RolesAssignRoleBody) SetUserEmail ¶
func (o *RolesAssignRoleBody) SetUserEmail(v string)
SetUserEmail gets a reference to the given string and assigns it to the UserEmail field.
func (*RolesAssignRoleBody) SetUserId ¶
func (o *RolesAssignRoleBody) SetUserId(v string)
SetUserId gets a reference to the given string and assigns it to the UserId field.
func (RolesAssignRoleBody) ToMap ¶
func (o RolesAssignRoleBody) ToMap() (map[string]interface{}, error)
type RolesCreateRoleRequest ¶
type RolesCreateRoleRequest struct {
DomainType *AuthorizationDomainType `json:"domainType,omitempty"`
DomainId *string `json:"domainId,omitempty"`
Role *RolesRole `json:"role,omitempty"`
}
RolesCreateRoleRequest struct for RolesCreateRoleRequest
func NewRolesCreateRoleRequest ¶
func NewRolesCreateRoleRequest() *RolesCreateRoleRequest
NewRolesCreateRoleRequest instantiates a new RolesCreateRoleRequest object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewRolesCreateRoleRequestWithDefaults ¶
func NewRolesCreateRoleRequestWithDefaults() *RolesCreateRoleRequest
NewRolesCreateRoleRequestWithDefaults instantiates a new RolesCreateRoleRequest object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*RolesCreateRoleRequest) GetDomainId ¶
func (o *RolesCreateRoleRequest) GetDomainId() string
GetDomainId returns the DomainId field value if set, zero value otherwise.
func (*RolesCreateRoleRequest) GetDomainIdOk ¶
func (o *RolesCreateRoleRequest) GetDomainIdOk() (*string, bool)
GetDomainIdOk returns a tuple with the DomainId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*RolesCreateRoleRequest) GetDomainType ¶
func (o *RolesCreateRoleRequest) GetDomainType() AuthorizationDomainType
GetDomainType returns the DomainType field value if set, zero value otherwise.
func (*RolesCreateRoleRequest) GetDomainTypeOk ¶
func (o *RolesCreateRoleRequest) GetDomainTypeOk() (*AuthorizationDomainType, bool)
GetDomainTypeOk returns a tuple with the DomainType field value if set, nil otherwise and a boolean to check if the value has been set.
func (*RolesCreateRoleRequest) GetRole ¶
func (o *RolesCreateRoleRequest) GetRole() RolesRole
GetRole returns the Role field value if set, zero value otherwise.
func (*RolesCreateRoleRequest) GetRoleOk ¶
func (o *RolesCreateRoleRequest) GetRoleOk() (*RolesRole, bool)
GetRoleOk returns a tuple with the Role field value if set, nil otherwise and a boolean to check if the value has been set.
func (*RolesCreateRoleRequest) HasDomainId ¶
func (o *RolesCreateRoleRequest) HasDomainId() bool
HasDomainId returns a boolean if a field has been set.
func (*RolesCreateRoleRequest) HasDomainType ¶
func (o *RolesCreateRoleRequest) HasDomainType() bool
HasDomainType returns a boolean if a field has been set.
func (*RolesCreateRoleRequest) HasRole ¶
func (o *RolesCreateRoleRequest) HasRole() bool
HasRole returns a boolean if a field has been set.
func (RolesCreateRoleRequest) MarshalJSON ¶
func (o RolesCreateRoleRequest) MarshalJSON() ([]byte, error)
func (*RolesCreateRoleRequest) SetDomainId ¶
func (o *RolesCreateRoleRequest) SetDomainId(v string)
SetDomainId gets a reference to the given string and assigns it to the DomainId field.
func (*RolesCreateRoleRequest) SetDomainType ¶
func (o *RolesCreateRoleRequest) SetDomainType(v AuthorizationDomainType)
SetDomainType gets a reference to the given AuthorizationDomainType and assigns it to the DomainType field.
func (*RolesCreateRoleRequest) SetRole ¶
func (o *RolesCreateRoleRequest) SetRole(v RolesRole)
SetRole gets a reference to the given RolesRole and assigns it to the Role field.
func (RolesCreateRoleRequest) ToMap ¶
func (o RolesCreateRoleRequest) ToMap() (map[string]interface{}, error)
type RolesCreateRoleResponse ¶
type RolesCreateRoleResponse struct {
Role *RolesRole `json:"role,omitempty"`
}
RolesCreateRoleResponse struct for RolesCreateRoleResponse
func NewRolesCreateRoleResponse ¶
func NewRolesCreateRoleResponse() *RolesCreateRoleResponse
NewRolesCreateRoleResponse instantiates a new RolesCreateRoleResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewRolesCreateRoleResponseWithDefaults ¶
func NewRolesCreateRoleResponseWithDefaults() *RolesCreateRoleResponse
NewRolesCreateRoleResponseWithDefaults instantiates a new RolesCreateRoleResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*RolesCreateRoleResponse) GetRole ¶
func (o *RolesCreateRoleResponse) GetRole() RolesRole
GetRole returns the Role field value if set, zero value otherwise.
func (*RolesCreateRoleResponse) GetRoleOk ¶
func (o *RolesCreateRoleResponse) GetRoleOk() (*RolesRole, bool)
GetRoleOk returns a tuple with the Role field value if set, nil otherwise and a boolean to check if the value has been set.
func (*RolesCreateRoleResponse) HasRole ¶
func (o *RolesCreateRoleResponse) HasRole() bool
HasRole returns a boolean if a field has been set.
func (RolesCreateRoleResponse) MarshalJSON ¶
func (o RolesCreateRoleResponse) MarshalJSON() ([]byte, error)
func (*RolesCreateRoleResponse) SetRole ¶
func (o *RolesCreateRoleResponse) SetRole(v RolesRole)
SetRole gets a reference to the given RolesRole and assigns it to the Role field.
func (RolesCreateRoleResponse) ToMap ¶
func (o RolesCreateRoleResponse) ToMap() (map[string]interface{}, error)
type RolesDescribeRoleResponse ¶
type RolesDescribeRoleResponse struct {
Role *RolesRole `json:"role,omitempty"`
}
RolesDescribeRoleResponse struct for RolesDescribeRoleResponse
func NewRolesDescribeRoleResponse ¶
func NewRolesDescribeRoleResponse() *RolesDescribeRoleResponse
NewRolesDescribeRoleResponse instantiates a new RolesDescribeRoleResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewRolesDescribeRoleResponseWithDefaults ¶
func NewRolesDescribeRoleResponseWithDefaults() *RolesDescribeRoleResponse
NewRolesDescribeRoleResponseWithDefaults instantiates a new RolesDescribeRoleResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*RolesDescribeRoleResponse) GetRole ¶
func (o *RolesDescribeRoleResponse) GetRole() RolesRole
GetRole returns the Role field value if set, zero value otherwise.
func (*RolesDescribeRoleResponse) GetRoleOk ¶
func (o *RolesDescribeRoleResponse) GetRoleOk() (*RolesRole, bool)
GetRoleOk returns a tuple with the Role field value if set, nil otherwise and a boolean to check if the value has been set.
func (*RolesDescribeRoleResponse) HasRole ¶
func (o *RolesDescribeRoleResponse) HasRole() bool
HasRole returns a boolean if a field has been set.
func (RolesDescribeRoleResponse) MarshalJSON ¶
func (o RolesDescribeRoleResponse) MarshalJSON() ([]byte, error)
func (*RolesDescribeRoleResponse) SetRole ¶
func (o *RolesDescribeRoleResponse) SetRole(v RolesRole)
SetRole gets a reference to the given RolesRole and assigns it to the Role field.
func (RolesDescribeRoleResponse) ToMap ¶
func (o RolesDescribeRoleResponse) ToMap() (map[string]interface{}, error)
type RolesListRolesResponse ¶
type RolesListRolesResponse struct {
Roles []RolesRole `json:"roles,omitempty"`
}
RolesListRolesResponse struct for RolesListRolesResponse
func NewRolesListRolesResponse ¶
func NewRolesListRolesResponse() *RolesListRolesResponse
NewRolesListRolesResponse instantiates a new RolesListRolesResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewRolesListRolesResponseWithDefaults ¶
func NewRolesListRolesResponseWithDefaults() *RolesListRolesResponse
NewRolesListRolesResponseWithDefaults instantiates a new RolesListRolesResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*RolesListRolesResponse) GetRoles ¶
func (o *RolesListRolesResponse) GetRoles() []RolesRole
GetRoles returns the Roles field value if set, zero value otherwise.
func (*RolesListRolesResponse) GetRolesOk ¶
func (o *RolesListRolesResponse) GetRolesOk() ([]RolesRole, bool)
GetRolesOk returns a tuple with the Roles field value if set, nil otherwise and a boolean to check if the value has been set.
func (*RolesListRolesResponse) HasRoles ¶
func (o *RolesListRolesResponse) HasRoles() bool
HasRoles returns a boolean if a field has been set.
func (RolesListRolesResponse) MarshalJSON ¶
func (o RolesListRolesResponse) MarshalJSON() ([]byte, error)
func (*RolesListRolesResponse) SetRoles ¶
func (o *RolesListRolesResponse) SetRoles(v []RolesRole)
SetRoles gets a reference to the given []RolesRole and assigns it to the Roles field.
func (RolesListRolesResponse) ToMap ¶
func (o RolesListRolesResponse) ToMap() (map[string]interface{}, error)
type RolesRole ¶
type RolesRole struct {
Metadata *RolesRoleMetadata `json:"metadata,omitempty"`
Spec *RolesRoleSpec `json:"spec,omitempty"`
}
RolesRole struct for RolesRole
func NewRolesRole ¶
func NewRolesRole() *RolesRole
NewRolesRole instantiates a new RolesRole object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewRolesRoleWithDefaults ¶
func NewRolesRoleWithDefaults() *RolesRole
NewRolesRoleWithDefaults instantiates a new RolesRole object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*RolesRole) GetMetadata ¶
func (o *RolesRole) GetMetadata() RolesRoleMetadata
GetMetadata returns the Metadata field value if set, zero value otherwise.
func (*RolesRole) GetMetadataOk ¶
func (o *RolesRole) GetMetadataOk() (*RolesRoleMetadata, bool)
GetMetadataOk returns a tuple with the Metadata field value if set, nil otherwise and a boolean to check if the value has been set.
func (*RolesRole) GetSpec ¶
func (o *RolesRole) GetSpec() RolesRoleSpec
GetSpec returns the Spec field value if set, zero value otherwise.
func (*RolesRole) GetSpecOk ¶
func (o *RolesRole) GetSpecOk() (*RolesRoleSpec, bool)
GetSpecOk returns a tuple with the Spec field value if set, nil otherwise and a boolean to check if the value has been set.
func (*RolesRole) HasMetadata ¶
HasMetadata returns a boolean if a field has been set.
func (RolesRole) MarshalJSON ¶
func (*RolesRole) SetMetadata ¶
func (o *RolesRole) SetMetadata(v RolesRoleMetadata)
SetMetadata gets a reference to the given RolesRoleMetadata and assigns it to the Metadata field.
func (*RolesRole) SetSpec ¶
func (o *RolesRole) SetSpec(v RolesRoleSpec)
SetSpec gets a reference to the given RolesRoleSpec and assigns it to the Spec field.
type RolesRoleMetadata ¶
type RolesRoleMetadata struct {
Name *string `json:"name,omitempty"`
DomainType *AuthorizationDomainType `json:"domainType,omitempty"`
DomainId *string `json:"domainId,omitempty"`
CreatedAt *time.Time `json:"createdAt,omitempty"`
UpdatedAt *time.Time `json:"updatedAt,omitempty"`
}
RolesRoleMetadata struct for RolesRoleMetadata
func NewRolesRoleMetadata ¶
func NewRolesRoleMetadata() *RolesRoleMetadata
NewRolesRoleMetadata instantiates a new RolesRoleMetadata object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewRolesRoleMetadataWithDefaults ¶
func NewRolesRoleMetadataWithDefaults() *RolesRoleMetadata
NewRolesRoleMetadataWithDefaults instantiates a new RolesRoleMetadata object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*RolesRoleMetadata) GetCreatedAt ¶
func (o *RolesRoleMetadata) GetCreatedAt() time.Time
GetCreatedAt returns the CreatedAt field value if set, zero value otherwise.
func (*RolesRoleMetadata) GetCreatedAtOk ¶
func (o *RolesRoleMetadata) GetCreatedAtOk() (*time.Time, bool)
GetCreatedAtOk returns a tuple with the CreatedAt field value if set, nil otherwise and a boolean to check if the value has been set.
func (*RolesRoleMetadata) GetDomainId ¶
func (o *RolesRoleMetadata) GetDomainId() string
GetDomainId returns the DomainId field value if set, zero value otherwise.
func (*RolesRoleMetadata) GetDomainIdOk ¶
func (o *RolesRoleMetadata) GetDomainIdOk() (*string, bool)
GetDomainIdOk returns a tuple with the DomainId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*RolesRoleMetadata) GetDomainType ¶
func (o *RolesRoleMetadata) GetDomainType() AuthorizationDomainType
GetDomainType returns the DomainType field value if set, zero value otherwise.
func (*RolesRoleMetadata) GetDomainTypeOk ¶
func (o *RolesRoleMetadata) GetDomainTypeOk() (*AuthorizationDomainType, bool)
GetDomainTypeOk returns a tuple with the DomainType field value if set, nil otherwise and a boolean to check if the value has been set.
func (*RolesRoleMetadata) GetName ¶
func (o *RolesRoleMetadata) GetName() string
GetName returns the Name field value if set, zero value otherwise.
func (*RolesRoleMetadata) GetNameOk ¶
func (o *RolesRoleMetadata) GetNameOk() (*string, bool)
GetNameOk returns a tuple with the Name field value if set, nil otherwise and a boolean to check if the value has been set.
func (*RolesRoleMetadata) GetUpdatedAt ¶
func (o *RolesRoleMetadata) GetUpdatedAt() time.Time
GetUpdatedAt returns the UpdatedAt field value if set, zero value otherwise.
func (*RolesRoleMetadata) GetUpdatedAtOk ¶
func (o *RolesRoleMetadata) GetUpdatedAtOk() (*time.Time, bool)
GetUpdatedAtOk returns a tuple with the UpdatedAt field value if set, nil otherwise and a boolean to check if the value has been set.
func (*RolesRoleMetadata) HasCreatedAt ¶
func (o *RolesRoleMetadata) HasCreatedAt() bool
HasCreatedAt returns a boolean if a field has been set.
func (*RolesRoleMetadata) HasDomainId ¶
func (o *RolesRoleMetadata) HasDomainId() bool
HasDomainId returns a boolean if a field has been set.
func (*RolesRoleMetadata) HasDomainType ¶
func (o *RolesRoleMetadata) HasDomainType() bool
HasDomainType returns a boolean if a field has been set.
func (*RolesRoleMetadata) HasName ¶
func (o *RolesRoleMetadata) HasName() bool
HasName returns a boolean if a field has been set.
func (*RolesRoleMetadata) HasUpdatedAt ¶
func (o *RolesRoleMetadata) HasUpdatedAt() bool
HasUpdatedAt returns a boolean if a field has been set.
func (RolesRoleMetadata) MarshalJSON ¶
func (o RolesRoleMetadata) MarshalJSON() ([]byte, error)
func (*RolesRoleMetadata) SetCreatedAt ¶
func (o *RolesRoleMetadata) SetCreatedAt(v time.Time)
SetCreatedAt gets a reference to the given time.Time and assigns it to the CreatedAt field.
func (*RolesRoleMetadata) SetDomainId ¶
func (o *RolesRoleMetadata) SetDomainId(v string)
SetDomainId gets a reference to the given string and assigns it to the DomainId field.
func (*RolesRoleMetadata) SetDomainType ¶
func (o *RolesRoleMetadata) SetDomainType(v AuthorizationDomainType)
SetDomainType gets a reference to the given AuthorizationDomainType and assigns it to the DomainType field.
func (*RolesRoleMetadata) SetName ¶
func (o *RolesRoleMetadata) SetName(v string)
SetName gets a reference to the given string and assigns it to the Name field.
func (*RolesRoleMetadata) SetUpdatedAt ¶
func (o *RolesRoleMetadata) SetUpdatedAt(v time.Time)
SetUpdatedAt gets a reference to the given time.Time and assigns it to the UpdatedAt field.
func (RolesRoleMetadata) ToMap ¶
func (o RolesRoleMetadata) ToMap() (map[string]interface{}, error)
type RolesRoleSpec ¶
type RolesRoleSpec struct {
DisplayName *string `json:"displayName,omitempty"`
Description *string `json:"description,omitempty"`
Permissions []AuthorizationPermission `json:"permissions,omitempty"`
InheritedRole *RolesRole `json:"inheritedRole,omitempty"`
}
RolesRoleSpec struct for RolesRoleSpec
func NewRolesRoleSpec ¶
func NewRolesRoleSpec() *RolesRoleSpec
NewRolesRoleSpec instantiates a new RolesRoleSpec object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewRolesRoleSpecWithDefaults ¶
func NewRolesRoleSpecWithDefaults() *RolesRoleSpec
NewRolesRoleSpecWithDefaults instantiates a new RolesRoleSpec object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*RolesRoleSpec) GetDescription ¶
func (o *RolesRoleSpec) GetDescription() string
GetDescription returns the Description field value if set, zero value otherwise.
func (*RolesRoleSpec) GetDescriptionOk ¶
func (o *RolesRoleSpec) GetDescriptionOk() (*string, bool)
GetDescriptionOk returns a tuple with the Description field value if set, nil otherwise and a boolean to check if the value has been set.
func (*RolesRoleSpec) GetDisplayName ¶
func (o *RolesRoleSpec) GetDisplayName() string
GetDisplayName returns the DisplayName field value if set, zero value otherwise.
func (*RolesRoleSpec) GetDisplayNameOk ¶
func (o *RolesRoleSpec) GetDisplayNameOk() (*string, bool)
GetDisplayNameOk returns a tuple with the DisplayName field value if set, nil otherwise and a boolean to check if the value has been set.
func (*RolesRoleSpec) GetInheritedRole ¶
func (o *RolesRoleSpec) GetInheritedRole() RolesRole
GetInheritedRole returns the InheritedRole field value if set, zero value otherwise.
func (*RolesRoleSpec) GetInheritedRoleOk ¶
func (o *RolesRoleSpec) GetInheritedRoleOk() (*RolesRole, bool)
GetInheritedRoleOk returns a tuple with the InheritedRole field value if set, nil otherwise and a boolean to check if the value has been set.
func (*RolesRoleSpec) GetPermissions ¶
func (o *RolesRoleSpec) GetPermissions() []AuthorizationPermission
GetPermissions returns the Permissions field value if set, zero value otherwise.
func (*RolesRoleSpec) GetPermissionsOk ¶
func (o *RolesRoleSpec) GetPermissionsOk() ([]AuthorizationPermission, bool)
GetPermissionsOk returns a tuple with the Permissions field value if set, nil otherwise and a boolean to check if the value has been set.
func (*RolesRoleSpec) HasDescription ¶
func (o *RolesRoleSpec) HasDescription() bool
HasDescription returns a boolean if a field has been set.
func (*RolesRoleSpec) HasDisplayName ¶
func (o *RolesRoleSpec) HasDisplayName() bool
HasDisplayName returns a boolean if a field has been set.
func (*RolesRoleSpec) HasInheritedRole ¶
func (o *RolesRoleSpec) HasInheritedRole() bool
HasInheritedRole returns a boolean if a field has been set.
func (*RolesRoleSpec) HasPermissions ¶
func (o *RolesRoleSpec) HasPermissions() bool
HasPermissions returns a boolean if a field has been set.
func (RolesRoleSpec) MarshalJSON ¶
func (o RolesRoleSpec) MarshalJSON() ([]byte, error)
func (*RolesRoleSpec) SetDescription ¶
func (o *RolesRoleSpec) SetDescription(v string)
SetDescription gets a reference to the given string and assigns it to the Description field.
func (*RolesRoleSpec) SetDisplayName ¶
func (o *RolesRoleSpec) SetDisplayName(v string)
SetDisplayName gets a reference to the given string and assigns it to the DisplayName field.
func (*RolesRoleSpec) SetInheritedRole ¶
func (o *RolesRoleSpec) SetInheritedRole(v RolesRole)
SetInheritedRole gets a reference to the given RolesRole and assigns it to the InheritedRole field.
func (*RolesRoleSpec) SetPermissions ¶
func (o *RolesRoleSpec) SetPermissions(v []AuthorizationPermission)
SetPermissions gets a reference to the given []AuthorizationPermission and assigns it to the Permissions field.
func (RolesRoleSpec) ToMap ¶
func (o RolesRoleSpec) ToMap() (map[string]interface{}, error)
type RolesUpdateRoleBody ¶
type RolesUpdateRoleBody struct {
DomainType *AuthorizationDomainType `json:"domainType,omitempty"`
DomainId *string `json:"domainId,omitempty"`
Role *RolesRole `json:"role,omitempty"`
}
RolesUpdateRoleBody struct for RolesUpdateRoleBody
func NewRolesUpdateRoleBody ¶
func NewRolesUpdateRoleBody() *RolesUpdateRoleBody
NewRolesUpdateRoleBody instantiates a new RolesUpdateRoleBody object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewRolesUpdateRoleBodyWithDefaults ¶
func NewRolesUpdateRoleBodyWithDefaults() *RolesUpdateRoleBody
NewRolesUpdateRoleBodyWithDefaults instantiates a new RolesUpdateRoleBody object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*RolesUpdateRoleBody) GetDomainId ¶
func (o *RolesUpdateRoleBody) GetDomainId() string
GetDomainId returns the DomainId field value if set, zero value otherwise.
func (*RolesUpdateRoleBody) GetDomainIdOk ¶
func (o *RolesUpdateRoleBody) GetDomainIdOk() (*string, bool)
GetDomainIdOk returns a tuple with the DomainId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*RolesUpdateRoleBody) GetDomainType ¶
func (o *RolesUpdateRoleBody) GetDomainType() AuthorizationDomainType
GetDomainType returns the DomainType field value if set, zero value otherwise.
func (*RolesUpdateRoleBody) GetDomainTypeOk ¶
func (o *RolesUpdateRoleBody) GetDomainTypeOk() (*AuthorizationDomainType, bool)
GetDomainTypeOk returns a tuple with the DomainType field value if set, nil otherwise and a boolean to check if the value has been set.
func (*RolesUpdateRoleBody) GetRole ¶
func (o *RolesUpdateRoleBody) GetRole() RolesRole
GetRole returns the Role field value if set, zero value otherwise.
func (*RolesUpdateRoleBody) GetRoleOk ¶
func (o *RolesUpdateRoleBody) GetRoleOk() (*RolesRole, bool)
GetRoleOk returns a tuple with the Role field value if set, nil otherwise and a boolean to check if the value has been set.
func (*RolesUpdateRoleBody) HasDomainId ¶
func (o *RolesUpdateRoleBody) HasDomainId() bool
HasDomainId returns a boolean if a field has been set.
func (*RolesUpdateRoleBody) HasDomainType ¶
func (o *RolesUpdateRoleBody) HasDomainType() bool
HasDomainType returns a boolean if a field has been set.
func (*RolesUpdateRoleBody) HasRole ¶
func (o *RolesUpdateRoleBody) HasRole() bool
HasRole returns a boolean if a field has been set.
func (RolesUpdateRoleBody) MarshalJSON ¶
func (o RolesUpdateRoleBody) MarshalJSON() ([]byte, error)
func (*RolesUpdateRoleBody) SetDomainId ¶
func (o *RolesUpdateRoleBody) SetDomainId(v string)
SetDomainId gets a reference to the given string and assigns it to the DomainId field.
func (*RolesUpdateRoleBody) SetDomainType ¶
func (o *RolesUpdateRoleBody) SetDomainType(v AuthorizationDomainType)
SetDomainType gets a reference to the given AuthorizationDomainType and assigns it to the DomainType field.
func (*RolesUpdateRoleBody) SetRole ¶
func (o *RolesUpdateRoleBody) SetRole(v RolesRole)
SetRole gets a reference to the given RolesRole and assigns it to the Role field.
func (RolesUpdateRoleBody) ToMap ¶
func (o RolesUpdateRoleBody) ToMap() (map[string]interface{}, error)
type RolesUpdateRoleResponse ¶
type RolesUpdateRoleResponse struct {
Role *RolesRole `json:"role,omitempty"`
}
RolesUpdateRoleResponse struct for RolesUpdateRoleResponse
func NewRolesUpdateRoleResponse ¶
func NewRolesUpdateRoleResponse() *RolesUpdateRoleResponse
NewRolesUpdateRoleResponse instantiates a new RolesUpdateRoleResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewRolesUpdateRoleResponseWithDefaults ¶
func NewRolesUpdateRoleResponseWithDefaults() *RolesUpdateRoleResponse
NewRolesUpdateRoleResponseWithDefaults instantiates a new RolesUpdateRoleResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*RolesUpdateRoleResponse) GetRole ¶
func (o *RolesUpdateRoleResponse) GetRole() RolesRole
GetRole returns the Role field value if set, zero value otherwise.
func (*RolesUpdateRoleResponse) GetRoleOk ¶
func (o *RolesUpdateRoleResponse) GetRoleOk() (*RolesRole, bool)
GetRoleOk returns a tuple with the Role field value if set, nil otherwise and a boolean to check if the value has been set.
func (*RolesUpdateRoleResponse) HasRole ¶
func (o *RolesUpdateRoleResponse) HasRole() bool
HasRole returns a boolean if a field has been set.
func (RolesUpdateRoleResponse) MarshalJSON ¶
func (o RolesUpdateRoleResponse) MarshalJSON() ([]byte, error)
func (*RolesUpdateRoleResponse) SetRole ¶
func (o *RolesUpdateRoleResponse) SetRole(v RolesRole)
SetRole gets a reference to the given RolesRole and assigns it to the Role field.
func (RolesUpdateRoleResponse) ToMap ¶
func (o RolesUpdateRoleResponse) ToMap() (map[string]interface{}, error)
type SecretAPIService ¶
type SecretAPIService service
SecretAPIService SecretAPI service
func (*SecretAPIService) SecretsCreateSecret ¶
func (a *SecretAPIService) SecretsCreateSecret(ctx context.Context) ApiSecretsCreateSecretRequest
SecretsCreateSecret Create a new secret
Creates a new secret
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return ApiSecretsCreateSecretRequest
func (*SecretAPIService) SecretsCreateSecretExecute ¶
func (a *SecretAPIService) SecretsCreateSecretExecute(r ApiSecretsCreateSecretRequest) (*SecretsCreateSecretResponse, *http.Response, error)
Execute executes the request
@return SecretsCreateSecretResponse
func (*SecretAPIService) SecretsDeleteSecret ¶
func (a *SecretAPIService) SecretsDeleteSecret(ctx context.Context, idOrName string) ApiSecretsDeleteSecretRequest
SecretsDeleteSecret Deletes a secret
Deletes the specified secret
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param idOrName @return ApiSecretsDeleteSecretRequest
func (*SecretAPIService) SecretsDeleteSecretExecute ¶
func (a *SecretAPIService) SecretsDeleteSecretExecute(r ApiSecretsDeleteSecretRequest) (map[string]interface{}, *http.Response, error)
Execute executes the request
@return map[string]interface{}
func (*SecretAPIService) SecretsDescribeSecret ¶
func (a *SecretAPIService) SecretsDescribeSecret(ctx context.Context, idOrName string) ApiSecretsDescribeSecretRequest
SecretsDescribeSecret Get secret details
Returns the details of a specific secret
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param idOrName @return ApiSecretsDescribeSecretRequest
func (*SecretAPIService) SecretsDescribeSecretExecute ¶
func (a *SecretAPIService) SecretsDescribeSecretExecute(r ApiSecretsDescribeSecretRequest) (*SecretsDescribeSecretResponse, *http.Response, error)
Execute executes the request
@return SecretsDescribeSecretResponse
func (*SecretAPIService) SecretsListSecrets ¶
func (a *SecretAPIService) SecretsListSecrets(ctx context.Context) ApiSecretsListSecretsRequest
SecretsListSecrets List secrets
Returns the list of secrets
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return ApiSecretsListSecretsRequest
func (*SecretAPIService) SecretsListSecretsExecute ¶
func (a *SecretAPIService) SecretsListSecretsExecute(r ApiSecretsListSecretsRequest) (*SecretsListSecretsResponse, *http.Response, error)
Execute executes the request
@return SecretsListSecretsResponse
func (*SecretAPIService) SecretsUpdateSecret ¶
func (a *SecretAPIService) SecretsUpdateSecret(ctx context.Context, idOrName string) ApiSecretsUpdateSecretRequest
SecretsUpdateSecret Updates a secret
Updates the specified secret
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param idOrName @return ApiSecretsUpdateSecretRequest
func (*SecretAPIService) SecretsUpdateSecretExecute ¶
func (a *SecretAPIService) SecretsUpdateSecretExecute(r ApiSecretsUpdateSecretRequest) (*SecretsUpdateSecretResponse, *http.Response, error)
Execute executes the request
@return SecretsUpdateSecretResponse
type SecretLocal ¶
SecretLocal Local secrets are stored and managed by SuperPlane itself.
func NewSecretLocal ¶
func NewSecretLocal() *SecretLocal
NewSecretLocal instantiates a new SecretLocal object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewSecretLocalWithDefaults ¶
func NewSecretLocalWithDefaults() *SecretLocal
NewSecretLocalWithDefaults instantiates a new SecretLocal object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*SecretLocal) GetData ¶
func (o *SecretLocal) GetData() map[string]string
GetData returns the Data field value if set, zero value otherwise.
func (*SecretLocal) GetDataOk ¶
func (o *SecretLocal) GetDataOk() (*map[string]string, bool)
GetDataOk returns a tuple with the Data field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SecretLocal) HasData ¶
func (o *SecretLocal) HasData() bool
HasData returns a boolean if a field has been set.
func (SecretLocal) MarshalJSON ¶
func (o SecretLocal) MarshalJSON() ([]byte, error)
func (*SecretLocal) SetData ¶
func (o *SecretLocal) SetData(v map[string]string)
SetData gets a reference to the given map[string]string and assigns it to the Data field.
func (SecretLocal) ToMap ¶
func (o SecretLocal) ToMap() (map[string]interface{}, error)
type SecretProvider ¶
type SecretProvider string
SecretProvider the model 'SecretProvider'
const ( SECRETPROVIDER_PROVIDER_UNKNOWN SecretProvider = "PROVIDER_UNKNOWN" SECRETPROVIDER_PROVIDER_LOCAL SecretProvider = "PROVIDER_LOCAL" )
List of SecretProvider
func NewSecretProviderFromValue ¶
func NewSecretProviderFromValue(v string) (*SecretProvider, error)
NewSecretProviderFromValue returns a pointer to a valid SecretProvider for the value passed as argument, or an error if the value passed is not allowed by the enum
func (SecretProvider) IsValid ¶
func (v SecretProvider) IsValid() bool
IsValid return true if the value is valid for the enum, false otherwise
func (SecretProvider) Ptr ¶
func (v SecretProvider) Ptr() *SecretProvider
Ptr returns reference to SecretProvider value
func (*SecretProvider) UnmarshalJSON ¶
func (v *SecretProvider) UnmarshalJSON(src []byte) error
type SecretsCreateSecretRequest ¶
type SecretsCreateSecretRequest struct {
Secret *SecretsSecret `json:"secret,omitempty"`
DomainType *AuthorizationDomainType `json:"domainType,omitempty"`
DomainId *string `json:"domainId,omitempty"`
}
SecretsCreateSecretRequest struct for SecretsCreateSecretRequest
func NewSecretsCreateSecretRequest ¶
func NewSecretsCreateSecretRequest() *SecretsCreateSecretRequest
NewSecretsCreateSecretRequest instantiates a new SecretsCreateSecretRequest object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewSecretsCreateSecretRequestWithDefaults ¶
func NewSecretsCreateSecretRequestWithDefaults() *SecretsCreateSecretRequest
NewSecretsCreateSecretRequestWithDefaults instantiates a new SecretsCreateSecretRequest object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*SecretsCreateSecretRequest) GetDomainId ¶
func (o *SecretsCreateSecretRequest) GetDomainId() string
GetDomainId returns the DomainId field value if set, zero value otherwise.
func (*SecretsCreateSecretRequest) GetDomainIdOk ¶
func (o *SecretsCreateSecretRequest) GetDomainIdOk() (*string, bool)
GetDomainIdOk returns a tuple with the DomainId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SecretsCreateSecretRequest) GetDomainType ¶
func (o *SecretsCreateSecretRequest) GetDomainType() AuthorizationDomainType
GetDomainType returns the DomainType field value if set, zero value otherwise.
func (*SecretsCreateSecretRequest) GetDomainTypeOk ¶
func (o *SecretsCreateSecretRequest) GetDomainTypeOk() (*AuthorizationDomainType, bool)
GetDomainTypeOk returns a tuple with the DomainType field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SecretsCreateSecretRequest) GetSecret ¶
func (o *SecretsCreateSecretRequest) GetSecret() SecretsSecret
GetSecret returns the Secret field value if set, zero value otherwise.
func (*SecretsCreateSecretRequest) GetSecretOk ¶
func (o *SecretsCreateSecretRequest) GetSecretOk() (*SecretsSecret, bool)
GetSecretOk returns a tuple with the Secret field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SecretsCreateSecretRequest) HasDomainId ¶
func (o *SecretsCreateSecretRequest) HasDomainId() bool
HasDomainId returns a boolean if a field has been set.
func (*SecretsCreateSecretRequest) HasDomainType ¶
func (o *SecretsCreateSecretRequest) HasDomainType() bool
HasDomainType returns a boolean if a field has been set.
func (*SecretsCreateSecretRequest) HasSecret ¶
func (o *SecretsCreateSecretRequest) HasSecret() bool
HasSecret returns a boolean if a field has been set.
func (SecretsCreateSecretRequest) MarshalJSON ¶
func (o SecretsCreateSecretRequest) MarshalJSON() ([]byte, error)
func (*SecretsCreateSecretRequest) SetDomainId ¶
func (o *SecretsCreateSecretRequest) SetDomainId(v string)
SetDomainId gets a reference to the given string and assigns it to the DomainId field.
func (*SecretsCreateSecretRequest) SetDomainType ¶
func (o *SecretsCreateSecretRequest) SetDomainType(v AuthorizationDomainType)
SetDomainType gets a reference to the given AuthorizationDomainType and assigns it to the DomainType field.
func (*SecretsCreateSecretRequest) SetSecret ¶
func (o *SecretsCreateSecretRequest) SetSecret(v SecretsSecret)
SetSecret gets a reference to the given SecretsSecret and assigns it to the Secret field.
func (SecretsCreateSecretRequest) ToMap ¶
func (o SecretsCreateSecretRequest) ToMap() (map[string]interface{}, error)
type SecretsCreateSecretResponse ¶
type SecretsCreateSecretResponse struct {
Secret *SecretsSecret `json:"secret,omitempty"`
}
SecretsCreateSecretResponse struct for SecretsCreateSecretResponse
func NewSecretsCreateSecretResponse ¶
func NewSecretsCreateSecretResponse() *SecretsCreateSecretResponse
NewSecretsCreateSecretResponse instantiates a new SecretsCreateSecretResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewSecretsCreateSecretResponseWithDefaults ¶
func NewSecretsCreateSecretResponseWithDefaults() *SecretsCreateSecretResponse
NewSecretsCreateSecretResponseWithDefaults instantiates a new SecretsCreateSecretResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*SecretsCreateSecretResponse) GetSecret ¶
func (o *SecretsCreateSecretResponse) GetSecret() SecretsSecret
GetSecret returns the Secret field value if set, zero value otherwise.
func (*SecretsCreateSecretResponse) GetSecretOk ¶
func (o *SecretsCreateSecretResponse) GetSecretOk() (*SecretsSecret, bool)
GetSecretOk returns a tuple with the Secret field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SecretsCreateSecretResponse) HasSecret ¶
func (o *SecretsCreateSecretResponse) HasSecret() bool
HasSecret returns a boolean if a field has been set.
func (SecretsCreateSecretResponse) MarshalJSON ¶
func (o SecretsCreateSecretResponse) MarshalJSON() ([]byte, error)
func (*SecretsCreateSecretResponse) SetSecret ¶
func (o *SecretsCreateSecretResponse) SetSecret(v SecretsSecret)
SetSecret gets a reference to the given SecretsSecret and assigns it to the Secret field.
func (SecretsCreateSecretResponse) ToMap ¶
func (o SecretsCreateSecretResponse) ToMap() (map[string]interface{}, error)
type SecretsDescribeSecretResponse ¶
type SecretsDescribeSecretResponse struct {
Secret *SecretsSecret `json:"secret,omitempty"`
}
SecretsDescribeSecretResponse struct for SecretsDescribeSecretResponse
func NewSecretsDescribeSecretResponse ¶
func NewSecretsDescribeSecretResponse() *SecretsDescribeSecretResponse
NewSecretsDescribeSecretResponse instantiates a new SecretsDescribeSecretResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewSecretsDescribeSecretResponseWithDefaults ¶
func NewSecretsDescribeSecretResponseWithDefaults() *SecretsDescribeSecretResponse
NewSecretsDescribeSecretResponseWithDefaults instantiates a new SecretsDescribeSecretResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*SecretsDescribeSecretResponse) GetSecret ¶
func (o *SecretsDescribeSecretResponse) GetSecret() SecretsSecret
GetSecret returns the Secret field value if set, zero value otherwise.
func (*SecretsDescribeSecretResponse) GetSecretOk ¶
func (o *SecretsDescribeSecretResponse) GetSecretOk() (*SecretsSecret, bool)
GetSecretOk returns a tuple with the Secret field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SecretsDescribeSecretResponse) HasSecret ¶
func (o *SecretsDescribeSecretResponse) HasSecret() bool
HasSecret returns a boolean if a field has been set.
func (SecretsDescribeSecretResponse) MarshalJSON ¶
func (o SecretsDescribeSecretResponse) MarshalJSON() ([]byte, error)
func (*SecretsDescribeSecretResponse) SetSecret ¶
func (o *SecretsDescribeSecretResponse) SetSecret(v SecretsSecret)
SetSecret gets a reference to the given SecretsSecret and assigns it to the Secret field.
func (SecretsDescribeSecretResponse) ToMap ¶
func (o SecretsDescribeSecretResponse) ToMap() (map[string]interface{}, error)
type SecretsListSecretsResponse ¶
type SecretsListSecretsResponse struct {
Secrets []SecretsSecret `json:"secrets,omitempty"`
}
SecretsListSecretsResponse struct for SecretsListSecretsResponse
func NewSecretsListSecretsResponse ¶
func NewSecretsListSecretsResponse() *SecretsListSecretsResponse
NewSecretsListSecretsResponse instantiates a new SecretsListSecretsResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewSecretsListSecretsResponseWithDefaults ¶
func NewSecretsListSecretsResponseWithDefaults() *SecretsListSecretsResponse
NewSecretsListSecretsResponseWithDefaults instantiates a new SecretsListSecretsResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*SecretsListSecretsResponse) GetSecrets ¶
func (o *SecretsListSecretsResponse) GetSecrets() []SecretsSecret
GetSecrets returns the Secrets field value if set, zero value otherwise.
func (*SecretsListSecretsResponse) GetSecretsOk ¶
func (o *SecretsListSecretsResponse) GetSecretsOk() ([]SecretsSecret, bool)
GetSecretsOk returns a tuple with the Secrets field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SecretsListSecretsResponse) HasSecrets ¶
func (o *SecretsListSecretsResponse) HasSecrets() bool
HasSecrets returns a boolean if a field has been set.
func (SecretsListSecretsResponse) MarshalJSON ¶
func (o SecretsListSecretsResponse) MarshalJSON() ([]byte, error)
func (*SecretsListSecretsResponse) SetSecrets ¶
func (o *SecretsListSecretsResponse) SetSecrets(v []SecretsSecret)
SetSecrets gets a reference to the given []SecretsSecret and assigns it to the Secrets field.
func (SecretsListSecretsResponse) ToMap ¶
func (o SecretsListSecretsResponse) ToMap() (map[string]interface{}, error)
type SecretsSecret ¶
type SecretsSecret struct {
Metadata *SecretsSecretMetadata `json:"metadata,omitempty"`
Spec *SecretsSecretSpec `json:"spec,omitempty"`
}
SecretsSecret struct for SecretsSecret
func NewSecretsSecret ¶
func NewSecretsSecret() *SecretsSecret
NewSecretsSecret instantiates a new SecretsSecret object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewSecretsSecretWithDefaults ¶
func NewSecretsSecretWithDefaults() *SecretsSecret
NewSecretsSecretWithDefaults instantiates a new SecretsSecret object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*SecretsSecret) GetMetadata ¶
func (o *SecretsSecret) GetMetadata() SecretsSecretMetadata
GetMetadata returns the Metadata field value if set, zero value otherwise.
func (*SecretsSecret) GetMetadataOk ¶
func (o *SecretsSecret) GetMetadataOk() (*SecretsSecretMetadata, bool)
GetMetadataOk returns a tuple with the Metadata field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SecretsSecret) GetSpec ¶
func (o *SecretsSecret) GetSpec() SecretsSecretSpec
GetSpec returns the Spec field value if set, zero value otherwise.
func (*SecretsSecret) GetSpecOk ¶
func (o *SecretsSecret) GetSpecOk() (*SecretsSecretSpec, bool)
GetSpecOk returns a tuple with the Spec field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SecretsSecret) HasMetadata ¶
func (o *SecretsSecret) HasMetadata() bool
HasMetadata returns a boolean if a field has been set.
func (*SecretsSecret) HasSpec ¶
func (o *SecretsSecret) HasSpec() bool
HasSpec returns a boolean if a field has been set.
func (SecretsSecret) MarshalJSON ¶
func (o SecretsSecret) MarshalJSON() ([]byte, error)
func (*SecretsSecret) SetMetadata ¶
func (o *SecretsSecret) SetMetadata(v SecretsSecretMetadata)
SetMetadata gets a reference to the given SecretsSecretMetadata and assigns it to the Metadata field.
func (*SecretsSecret) SetSpec ¶
func (o *SecretsSecret) SetSpec(v SecretsSecretSpec)
SetSpec gets a reference to the given SecretsSecretSpec and assigns it to the Spec field.
func (SecretsSecret) ToMap ¶
func (o SecretsSecret) ToMap() (map[string]interface{}, error)
type SecretsSecretMetadata ¶
type SecretsSecretMetadata struct {
Id *string `json:"id,omitempty"`
Name *string `json:"name,omitempty"`
DomainType *AuthorizationDomainType `json:"domainType,omitempty"`
DomainId *string `json:"domainId,omitempty"`
CreatedAt *time.Time `json:"createdAt,omitempty"`
}
SecretsSecretMetadata struct for SecretsSecretMetadata
func NewSecretsSecretMetadata ¶
func NewSecretsSecretMetadata() *SecretsSecretMetadata
NewSecretsSecretMetadata instantiates a new SecretsSecretMetadata object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewSecretsSecretMetadataWithDefaults ¶
func NewSecretsSecretMetadataWithDefaults() *SecretsSecretMetadata
NewSecretsSecretMetadataWithDefaults instantiates a new SecretsSecretMetadata object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*SecretsSecretMetadata) GetCreatedAt ¶
func (o *SecretsSecretMetadata) GetCreatedAt() time.Time
GetCreatedAt returns the CreatedAt field value if set, zero value otherwise.
func (*SecretsSecretMetadata) GetCreatedAtOk ¶
func (o *SecretsSecretMetadata) GetCreatedAtOk() (*time.Time, bool)
GetCreatedAtOk returns a tuple with the CreatedAt field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SecretsSecretMetadata) GetDomainId ¶
func (o *SecretsSecretMetadata) GetDomainId() string
GetDomainId returns the DomainId field value if set, zero value otherwise.
func (*SecretsSecretMetadata) GetDomainIdOk ¶
func (o *SecretsSecretMetadata) GetDomainIdOk() (*string, bool)
GetDomainIdOk returns a tuple with the DomainId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SecretsSecretMetadata) GetDomainType ¶
func (o *SecretsSecretMetadata) GetDomainType() AuthorizationDomainType
GetDomainType returns the DomainType field value if set, zero value otherwise.
func (*SecretsSecretMetadata) GetDomainTypeOk ¶
func (o *SecretsSecretMetadata) GetDomainTypeOk() (*AuthorizationDomainType, bool)
GetDomainTypeOk returns a tuple with the DomainType field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SecretsSecretMetadata) GetId ¶
func (o *SecretsSecretMetadata) GetId() string
GetId returns the Id field value if set, zero value otherwise.
func (*SecretsSecretMetadata) GetIdOk ¶
func (o *SecretsSecretMetadata) GetIdOk() (*string, bool)
GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SecretsSecretMetadata) GetName ¶
func (o *SecretsSecretMetadata) GetName() string
GetName returns the Name field value if set, zero value otherwise.
func (*SecretsSecretMetadata) GetNameOk ¶
func (o *SecretsSecretMetadata) GetNameOk() (*string, bool)
GetNameOk returns a tuple with the Name field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SecretsSecretMetadata) HasCreatedAt ¶
func (o *SecretsSecretMetadata) HasCreatedAt() bool
HasCreatedAt returns a boolean if a field has been set.
func (*SecretsSecretMetadata) HasDomainId ¶
func (o *SecretsSecretMetadata) HasDomainId() bool
HasDomainId returns a boolean if a field has been set.
func (*SecretsSecretMetadata) HasDomainType ¶
func (o *SecretsSecretMetadata) HasDomainType() bool
HasDomainType returns a boolean if a field has been set.
func (*SecretsSecretMetadata) HasId ¶
func (o *SecretsSecretMetadata) HasId() bool
HasId returns a boolean if a field has been set.
func (*SecretsSecretMetadata) HasName ¶
func (o *SecretsSecretMetadata) HasName() bool
HasName returns a boolean if a field has been set.
func (SecretsSecretMetadata) MarshalJSON ¶
func (o SecretsSecretMetadata) MarshalJSON() ([]byte, error)
func (*SecretsSecretMetadata) SetCreatedAt ¶
func (o *SecretsSecretMetadata) SetCreatedAt(v time.Time)
SetCreatedAt gets a reference to the given time.Time and assigns it to the CreatedAt field.
func (*SecretsSecretMetadata) SetDomainId ¶
func (o *SecretsSecretMetadata) SetDomainId(v string)
SetDomainId gets a reference to the given string and assigns it to the DomainId field.
func (*SecretsSecretMetadata) SetDomainType ¶
func (o *SecretsSecretMetadata) SetDomainType(v AuthorizationDomainType)
SetDomainType gets a reference to the given AuthorizationDomainType and assigns it to the DomainType field.
func (*SecretsSecretMetadata) SetId ¶
func (o *SecretsSecretMetadata) SetId(v string)
SetId gets a reference to the given string and assigns it to the Id field.
func (*SecretsSecretMetadata) SetName ¶
func (o *SecretsSecretMetadata) SetName(v string)
SetName gets a reference to the given string and assigns it to the Name field.
func (SecretsSecretMetadata) ToMap ¶
func (o SecretsSecretMetadata) ToMap() (map[string]interface{}, error)
type SecretsSecretSpec ¶
type SecretsSecretSpec struct {
Provider *SecretProvider `json:"provider,omitempty"`
Local *SecretLocal `json:"local,omitempty"`
}
SecretsSecretSpec struct for SecretsSecretSpec
func NewSecretsSecretSpec ¶
func NewSecretsSecretSpec() *SecretsSecretSpec
NewSecretsSecretSpec instantiates a new SecretsSecretSpec object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewSecretsSecretSpecWithDefaults ¶
func NewSecretsSecretSpecWithDefaults() *SecretsSecretSpec
NewSecretsSecretSpecWithDefaults instantiates a new SecretsSecretSpec object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*SecretsSecretSpec) GetLocal ¶
func (o *SecretsSecretSpec) GetLocal() SecretLocal
GetLocal returns the Local field value if set, zero value otherwise.
func (*SecretsSecretSpec) GetLocalOk ¶
func (o *SecretsSecretSpec) GetLocalOk() (*SecretLocal, bool)
GetLocalOk returns a tuple with the Local field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SecretsSecretSpec) GetProvider ¶
func (o *SecretsSecretSpec) GetProvider() SecretProvider
GetProvider returns the Provider field value if set, zero value otherwise.
func (*SecretsSecretSpec) GetProviderOk ¶
func (o *SecretsSecretSpec) GetProviderOk() (*SecretProvider, bool)
GetProviderOk returns a tuple with the Provider field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SecretsSecretSpec) HasLocal ¶
func (o *SecretsSecretSpec) HasLocal() bool
HasLocal returns a boolean if a field has been set.
func (*SecretsSecretSpec) HasProvider ¶
func (o *SecretsSecretSpec) HasProvider() bool
HasProvider returns a boolean if a field has been set.
func (SecretsSecretSpec) MarshalJSON ¶
func (o SecretsSecretSpec) MarshalJSON() ([]byte, error)
func (*SecretsSecretSpec) SetLocal ¶
func (o *SecretsSecretSpec) SetLocal(v SecretLocal)
SetLocal gets a reference to the given SecretLocal and assigns it to the Local field.
func (*SecretsSecretSpec) SetProvider ¶
func (o *SecretsSecretSpec) SetProvider(v SecretProvider)
SetProvider gets a reference to the given SecretProvider and assigns it to the Provider field.
func (SecretsSecretSpec) ToMap ¶
func (o SecretsSecretSpec) ToMap() (map[string]interface{}, error)
type SecretsUpdateSecretBody ¶
type SecretsUpdateSecretBody struct {
Secret *SecretsSecret `json:"secret,omitempty"`
DomainType *AuthorizationDomainType `json:"domainType,omitempty"`
DomainId *string `json:"domainId,omitempty"`
}
SecretsUpdateSecretBody struct for SecretsUpdateSecretBody
func NewSecretsUpdateSecretBody ¶
func NewSecretsUpdateSecretBody() *SecretsUpdateSecretBody
NewSecretsUpdateSecretBody instantiates a new SecretsUpdateSecretBody object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewSecretsUpdateSecretBodyWithDefaults ¶
func NewSecretsUpdateSecretBodyWithDefaults() *SecretsUpdateSecretBody
NewSecretsUpdateSecretBodyWithDefaults instantiates a new SecretsUpdateSecretBody object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*SecretsUpdateSecretBody) GetDomainId ¶
func (o *SecretsUpdateSecretBody) GetDomainId() string
GetDomainId returns the DomainId field value if set, zero value otherwise.
func (*SecretsUpdateSecretBody) GetDomainIdOk ¶
func (o *SecretsUpdateSecretBody) GetDomainIdOk() (*string, bool)
GetDomainIdOk returns a tuple with the DomainId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SecretsUpdateSecretBody) GetDomainType ¶
func (o *SecretsUpdateSecretBody) GetDomainType() AuthorizationDomainType
GetDomainType returns the DomainType field value if set, zero value otherwise.
func (*SecretsUpdateSecretBody) GetDomainTypeOk ¶
func (o *SecretsUpdateSecretBody) GetDomainTypeOk() (*AuthorizationDomainType, bool)
GetDomainTypeOk returns a tuple with the DomainType field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SecretsUpdateSecretBody) GetSecret ¶
func (o *SecretsUpdateSecretBody) GetSecret() SecretsSecret
GetSecret returns the Secret field value if set, zero value otherwise.
func (*SecretsUpdateSecretBody) GetSecretOk ¶
func (o *SecretsUpdateSecretBody) GetSecretOk() (*SecretsSecret, bool)
GetSecretOk returns a tuple with the Secret field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SecretsUpdateSecretBody) HasDomainId ¶
func (o *SecretsUpdateSecretBody) HasDomainId() bool
HasDomainId returns a boolean if a field has been set.
func (*SecretsUpdateSecretBody) HasDomainType ¶
func (o *SecretsUpdateSecretBody) HasDomainType() bool
HasDomainType returns a boolean if a field has been set.
func (*SecretsUpdateSecretBody) HasSecret ¶
func (o *SecretsUpdateSecretBody) HasSecret() bool
HasSecret returns a boolean if a field has been set.
func (SecretsUpdateSecretBody) MarshalJSON ¶
func (o SecretsUpdateSecretBody) MarshalJSON() ([]byte, error)
func (*SecretsUpdateSecretBody) SetDomainId ¶
func (o *SecretsUpdateSecretBody) SetDomainId(v string)
SetDomainId gets a reference to the given string and assigns it to the DomainId field.
func (*SecretsUpdateSecretBody) SetDomainType ¶
func (o *SecretsUpdateSecretBody) SetDomainType(v AuthorizationDomainType)
SetDomainType gets a reference to the given AuthorizationDomainType and assigns it to the DomainType field.
func (*SecretsUpdateSecretBody) SetSecret ¶
func (o *SecretsUpdateSecretBody) SetSecret(v SecretsSecret)
SetSecret gets a reference to the given SecretsSecret and assigns it to the Secret field.
func (SecretsUpdateSecretBody) ToMap ¶
func (o SecretsUpdateSecretBody) ToMap() (map[string]interface{}, error)
type SecretsUpdateSecretResponse ¶
type SecretsUpdateSecretResponse struct {
Secret *SecretsSecret `json:"secret,omitempty"`
}
SecretsUpdateSecretResponse struct for SecretsUpdateSecretResponse
func NewSecretsUpdateSecretResponse ¶
func NewSecretsUpdateSecretResponse() *SecretsUpdateSecretResponse
NewSecretsUpdateSecretResponse instantiates a new SecretsUpdateSecretResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewSecretsUpdateSecretResponseWithDefaults ¶
func NewSecretsUpdateSecretResponseWithDefaults() *SecretsUpdateSecretResponse
NewSecretsUpdateSecretResponseWithDefaults instantiates a new SecretsUpdateSecretResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*SecretsUpdateSecretResponse) GetSecret ¶
func (o *SecretsUpdateSecretResponse) GetSecret() SecretsSecret
GetSecret returns the Secret field value if set, zero value otherwise.
func (*SecretsUpdateSecretResponse) GetSecretOk ¶
func (o *SecretsUpdateSecretResponse) GetSecretOk() (*SecretsSecret, bool)
GetSecretOk returns a tuple with the Secret field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SecretsUpdateSecretResponse) HasSecret ¶
func (o *SecretsUpdateSecretResponse) HasSecret() bool
HasSecret returns a boolean if a field has been set.
func (SecretsUpdateSecretResponse) MarshalJSON ¶
func (o SecretsUpdateSecretResponse) MarshalJSON() ([]byte, error)
func (*SecretsUpdateSecretResponse) SetSecret ¶
func (o *SecretsUpdateSecretResponse) SetSecret(v SecretsSecret)
SetSecret gets a reference to the given SecretsSecret and assigns it to the Secret field.
func (SecretsUpdateSecretResponse) ToMap ¶
func (o SecretsUpdateSecretResponse) ToMap() (map[string]interface{}, error)
type ServerConfiguration ¶
type ServerConfiguration struct {
URL string
Description string
Variables map[string]ServerVariable
}
ServerConfiguration stores the information about a server
type ServerConfigurations ¶
type ServerConfigurations []ServerConfiguration
ServerConfigurations stores multiple ServerConfiguration items
type ServerVariable ¶
ServerVariable stores the information about a server variable
type SuperplaneApplicationsListApplicationsResponse ¶
type SuperplaneApplicationsListApplicationsResponse struct {
Applications []ApplicationsApplicationDefinition `json:"applications,omitempty"`
}
SuperplaneApplicationsListApplicationsResponse struct for SuperplaneApplicationsListApplicationsResponse
func NewSuperplaneApplicationsListApplicationsResponse ¶
func NewSuperplaneApplicationsListApplicationsResponse() *SuperplaneApplicationsListApplicationsResponse
NewSuperplaneApplicationsListApplicationsResponse instantiates a new SuperplaneApplicationsListApplicationsResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewSuperplaneApplicationsListApplicationsResponseWithDefaults ¶
func NewSuperplaneApplicationsListApplicationsResponseWithDefaults() *SuperplaneApplicationsListApplicationsResponse
NewSuperplaneApplicationsListApplicationsResponseWithDefaults instantiates a new SuperplaneApplicationsListApplicationsResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*SuperplaneApplicationsListApplicationsResponse) GetApplications ¶
func (o *SuperplaneApplicationsListApplicationsResponse) GetApplications() []ApplicationsApplicationDefinition
GetApplications returns the Applications field value if set, zero value otherwise.
func (*SuperplaneApplicationsListApplicationsResponse) GetApplicationsOk ¶
func (o *SuperplaneApplicationsListApplicationsResponse) GetApplicationsOk() ([]ApplicationsApplicationDefinition, bool)
GetApplicationsOk returns a tuple with the Applications field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SuperplaneApplicationsListApplicationsResponse) HasApplications ¶
func (o *SuperplaneApplicationsListApplicationsResponse) HasApplications() bool
HasApplications returns a boolean if a field has been set.
func (SuperplaneApplicationsListApplicationsResponse) MarshalJSON ¶
func (o SuperplaneApplicationsListApplicationsResponse) MarshalJSON() ([]byte, error)
func (*SuperplaneApplicationsListApplicationsResponse) SetApplications ¶
func (o *SuperplaneApplicationsListApplicationsResponse) SetApplications(v []ApplicationsApplicationDefinition)
SetApplications gets a reference to the given []ApplicationsApplicationDefinition and assigns it to the Applications field.
func (SuperplaneApplicationsListApplicationsResponse) ToMap ¶
func (o SuperplaneApplicationsListApplicationsResponse) ToMap() (map[string]interface{}, error)
type SuperplaneBlueprintsOutputChannel ¶
type SuperplaneBlueprintsOutputChannel struct {
Name *string `json:"name,omitempty"`
NodeId *string `json:"nodeId,omitempty"`
NodeOutputChannel *string `json:"nodeOutputChannel,omitempty"`
}
SuperplaneBlueprintsOutputChannel struct for SuperplaneBlueprintsOutputChannel
func NewSuperplaneBlueprintsOutputChannel ¶
func NewSuperplaneBlueprintsOutputChannel() *SuperplaneBlueprintsOutputChannel
NewSuperplaneBlueprintsOutputChannel instantiates a new SuperplaneBlueprintsOutputChannel object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewSuperplaneBlueprintsOutputChannelWithDefaults ¶
func NewSuperplaneBlueprintsOutputChannelWithDefaults() *SuperplaneBlueprintsOutputChannel
NewSuperplaneBlueprintsOutputChannelWithDefaults instantiates a new SuperplaneBlueprintsOutputChannel object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*SuperplaneBlueprintsOutputChannel) GetName ¶
func (o *SuperplaneBlueprintsOutputChannel) GetName() string
GetName returns the Name field value if set, zero value otherwise.
func (*SuperplaneBlueprintsOutputChannel) GetNameOk ¶
func (o *SuperplaneBlueprintsOutputChannel) GetNameOk() (*string, bool)
GetNameOk returns a tuple with the Name field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SuperplaneBlueprintsOutputChannel) GetNodeId ¶
func (o *SuperplaneBlueprintsOutputChannel) GetNodeId() string
GetNodeId returns the NodeId field value if set, zero value otherwise.
func (*SuperplaneBlueprintsOutputChannel) GetNodeIdOk ¶
func (o *SuperplaneBlueprintsOutputChannel) GetNodeIdOk() (*string, bool)
GetNodeIdOk returns a tuple with the NodeId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SuperplaneBlueprintsOutputChannel) GetNodeOutputChannel ¶
func (o *SuperplaneBlueprintsOutputChannel) GetNodeOutputChannel() string
GetNodeOutputChannel returns the NodeOutputChannel field value if set, zero value otherwise.
func (*SuperplaneBlueprintsOutputChannel) GetNodeOutputChannelOk ¶
func (o *SuperplaneBlueprintsOutputChannel) GetNodeOutputChannelOk() (*string, bool)
GetNodeOutputChannelOk returns a tuple with the NodeOutputChannel field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SuperplaneBlueprintsOutputChannel) HasName ¶
func (o *SuperplaneBlueprintsOutputChannel) HasName() bool
HasName returns a boolean if a field has been set.
func (*SuperplaneBlueprintsOutputChannel) HasNodeId ¶
func (o *SuperplaneBlueprintsOutputChannel) HasNodeId() bool
HasNodeId returns a boolean if a field has been set.
func (*SuperplaneBlueprintsOutputChannel) HasNodeOutputChannel ¶
func (o *SuperplaneBlueprintsOutputChannel) HasNodeOutputChannel() bool
HasNodeOutputChannel returns a boolean if a field has been set.
func (SuperplaneBlueprintsOutputChannel) MarshalJSON ¶
func (o SuperplaneBlueprintsOutputChannel) MarshalJSON() ([]byte, error)
func (*SuperplaneBlueprintsOutputChannel) SetName ¶
func (o *SuperplaneBlueprintsOutputChannel) SetName(v string)
SetName gets a reference to the given string and assigns it to the Name field.
func (*SuperplaneBlueprintsOutputChannel) SetNodeId ¶
func (o *SuperplaneBlueprintsOutputChannel) SetNodeId(v string)
SetNodeId gets a reference to the given string and assigns it to the NodeId field.
func (*SuperplaneBlueprintsOutputChannel) SetNodeOutputChannel ¶
func (o *SuperplaneBlueprintsOutputChannel) SetNodeOutputChannel(v string)
SetNodeOutputChannel gets a reference to the given string and assigns it to the NodeOutputChannel field.
func (SuperplaneBlueprintsOutputChannel) ToMap ¶
func (o SuperplaneBlueprintsOutputChannel) ToMap() (map[string]interface{}, error)
type SuperplaneBlueprintsUserRef ¶
type SuperplaneBlueprintsUserRef struct {
Id *string `json:"id,omitempty"`
Name *string `json:"name,omitempty"`
}
SuperplaneBlueprintsUserRef struct for SuperplaneBlueprintsUserRef
func NewSuperplaneBlueprintsUserRef ¶
func NewSuperplaneBlueprintsUserRef() *SuperplaneBlueprintsUserRef
NewSuperplaneBlueprintsUserRef instantiates a new SuperplaneBlueprintsUserRef object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewSuperplaneBlueprintsUserRefWithDefaults ¶
func NewSuperplaneBlueprintsUserRefWithDefaults() *SuperplaneBlueprintsUserRef
NewSuperplaneBlueprintsUserRefWithDefaults instantiates a new SuperplaneBlueprintsUserRef object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*SuperplaneBlueprintsUserRef) GetId ¶
func (o *SuperplaneBlueprintsUserRef) GetId() string
GetId returns the Id field value if set, zero value otherwise.
func (*SuperplaneBlueprintsUserRef) GetIdOk ¶
func (o *SuperplaneBlueprintsUserRef) GetIdOk() (*string, bool)
GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SuperplaneBlueprintsUserRef) GetName ¶
func (o *SuperplaneBlueprintsUserRef) GetName() string
GetName returns the Name field value if set, zero value otherwise.
func (*SuperplaneBlueprintsUserRef) GetNameOk ¶
func (o *SuperplaneBlueprintsUserRef) GetNameOk() (*string, bool)
GetNameOk returns a tuple with the Name field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SuperplaneBlueprintsUserRef) HasId ¶
func (o *SuperplaneBlueprintsUserRef) HasId() bool
HasId returns a boolean if a field has been set.
func (*SuperplaneBlueprintsUserRef) HasName ¶
func (o *SuperplaneBlueprintsUserRef) HasName() bool
HasName returns a boolean if a field has been set.
func (SuperplaneBlueprintsUserRef) MarshalJSON ¶
func (o SuperplaneBlueprintsUserRef) MarshalJSON() ([]byte, error)
func (*SuperplaneBlueprintsUserRef) SetId ¶
func (o *SuperplaneBlueprintsUserRef) SetId(v string)
SetId gets a reference to the given string and assigns it to the Id field.
func (*SuperplaneBlueprintsUserRef) SetName ¶
func (o *SuperplaneBlueprintsUserRef) SetName(v string)
SetName gets a reference to the given string and assigns it to the Name field.
func (SuperplaneBlueprintsUserRef) ToMap ¶
func (o SuperplaneBlueprintsUserRef) ToMap() (map[string]interface{}, error)
type SuperplaneComponentsOutputChannel ¶
type SuperplaneComponentsOutputChannel struct {
Name *string `json:"name,omitempty"`
Label *string `json:"label,omitempty"`
Description *string `json:"description,omitempty"`
}
SuperplaneComponentsOutputChannel struct for SuperplaneComponentsOutputChannel
func NewSuperplaneComponentsOutputChannel ¶
func NewSuperplaneComponentsOutputChannel() *SuperplaneComponentsOutputChannel
NewSuperplaneComponentsOutputChannel instantiates a new SuperplaneComponentsOutputChannel object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewSuperplaneComponentsOutputChannelWithDefaults ¶
func NewSuperplaneComponentsOutputChannelWithDefaults() *SuperplaneComponentsOutputChannel
NewSuperplaneComponentsOutputChannelWithDefaults instantiates a new SuperplaneComponentsOutputChannel object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*SuperplaneComponentsOutputChannel) GetDescription ¶
func (o *SuperplaneComponentsOutputChannel) GetDescription() string
GetDescription returns the Description field value if set, zero value otherwise.
func (*SuperplaneComponentsOutputChannel) GetDescriptionOk ¶
func (o *SuperplaneComponentsOutputChannel) GetDescriptionOk() (*string, bool)
GetDescriptionOk returns a tuple with the Description field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SuperplaneComponentsOutputChannel) GetLabel ¶
func (o *SuperplaneComponentsOutputChannel) GetLabel() string
GetLabel returns the Label field value if set, zero value otherwise.
func (*SuperplaneComponentsOutputChannel) GetLabelOk ¶
func (o *SuperplaneComponentsOutputChannel) GetLabelOk() (*string, bool)
GetLabelOk returns a tuple with the Label field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SuperplaneComponentsOutputChannel) GetName ¶
func (o *SuperplaneComponentsOutputChannel) GetName() string
GetName returns the Name field value if set, zero value otherwise.
func (*SuperplaneComponentsOutputChannel) GetNameOk ¶
func (o *SuperplaneComponentsOutputChannel) GetNameOk() (*string, bool)
GetNameOk returns a tuple with the Name field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SuperplaneComponentsOutputChannel) HasDescription ¶
func (o *SuperplaneComponentsOutputChannel) HasDescription() bool
HasDescription returns a boolean if a field has been set.
func (*SuperplaneComponentsOutputChannel) HasLabel ¶
func (o *SuperplaneComponentsOutputChannel) HasLabel() bool
HasLabel returns a boolean if a field has been set.
func (*SuperplaneComponentsOutputChannel) HasName ¶
func (o *SuperplaneComponentsOutputChannel) HasName() bool
HasName returns a boolean if a field has been set.
func (SuperplaneComponentsOutputChannel) MarshalJSON ¶
func (o SuperplaneComponentsOutputChannel) MarshalJSON() ([]byte, error)
func (*SuperplaneComponentsOutputChannel) SetDescription ¶
func (o *SuperplaneComponentsOutputChannel) SetDescription(v string)
SetDescription gets a reference to the given string and assigns it to the Description field.
func (*SuperplaneComponentsOutputChannel) SetLabel ¶
func (o *SuperplaneComponentsOutputChannel) SetLabel(v string)
SetLabel gets a reference to the given string and assigns it to the Label field.
func (*SuperplaneComponentsOutputChannel) SetName ¶
func (o *SuperplaneComponentsOutputChannel) SetName(v string)
SetName gets a reference to the given string and assigns it to the Name field.
func (SuperplaneComponentsOutputChannel) ToMap ¶
func (o SuperplaneComponentsOutputChannel) ToMap() (map[string]interface{}, error)
type SuperplaneMeUser ¶
type SuperplaneMeUser struct {
Id *string `json:"id,omitempty"`
Email *string `json:"email,omitempty"`
OrganizationId *string `json:"organizationId,omitempty"`
CreatedAt *time.Time `json:"createdAt,omitempty"`
HasToken *bool `json:"hasToken,omitempty"`
}
SuperplaneMeUser struct for SuperplaneMeUser
func NewSuperplaneMeUser ¶
func NewSuperplaneMeUser() *SuperplaneMeUser
NewSuperplaneMeUser instantiates a new SuperplaneMeUser object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewSuperplaneMeUserWithDefaults ¶
func NewSuperplaneMeUserWithDefaults() *SuperplaneMeUser
NewSuperplaneMeUserWithDefaults instantiates a new SuperplaneMeUser object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*SuperplaneMeUser) GetCreatedAt ¶
func (o *SuperplaneMeUser) GetCreatedAt() time.Time
GetCreatedAt returns the CreatedAt field value if set, zero value otherwise.
func (*SuperplaneMeUser) GetCreatedAtOk ¶
func (o *SuperplaneMeUser) GetCreatedAtOk() (*time.Time, bool)
GetCreatedAtOk returns a tuple with the CreatedAt field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SuperplaneMeUser) GetEmail ¶
func (o *SuperplaneMeUser) GetEmail() string
GetEmail returns the Email field value if set, zero value otherwise.
func (*SuperplaneMeUser) GetEmailOk ¶
func (o *SuperplaneMeUser) GetEmailOk() (*string, bool)
GetEmailOk returns a tuple with the Email field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SuperplaneMeUser) GetHasToken ¶
func (o *SuperplaneMeUser) GetHasToken() bool
GetHasToken returns the HasToken field value if set, zero value otherwise.
func (*SuperplaneMeUser) GetHasTokenOk ¶
func (o *SuperplaneMeUser) GetHasTokenOk() (*bool, bool)
GetHasTokenOk returns a tuple with the HasToken field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SuperplaneMeUser) GetId ¶
func (o *SuperplaneMeUser) GetId() string
GetId returns the Id field value if set, zero value otherwise.
func (*SuperplaneMeUser) GetIdOk ¶
func (o *SuperplaneMeUser) GetIdOk() (*string, bool)
GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SuperplaneMeUser) GetOrganizationId ¶
func (o *SuperplaneMeUser) GetOrganizationId() string
GetOrganizationId returns the OrganizationId field value if set, zero value otherwise.
func (*SuperplaneMeUser) GetOrganizationIdOk ¶
func (o *SuperplaneMeUser) GetOrganizationIdOk() (*string, bool)
GetOrganizationIdOk returns a tuple with the OrganizationId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SuperplaneMeUser) HasCreatedAt ¶
func (o *SuperplaneMeUser) HasCreatedAt() bool
HasCreatedAt returns a boolean if a field has been set.
func (*SuperplaneMeUser) HasEmail ¶
func (o *SuperplaneMeUser) HasEmail() bool
HasEmail returns a boolean if a field has been set.
func (*SuperplaneMeUser) HasHasToken ¶
func (o *SuperplaneMeUser) HasHasToken() bool
HasHasToken returns a boolean if a field has been set.
func (*SuperplaneMeUser) HasId ¶
func (o *SuperplaneMeUser) HasId() bool
HasId returns a boolean if a field has been set.
func (*SuperplaneMeUser) HasOrganizationId ¶
func (o *SuperplaneMeUser) HasOrganizationId() bool
HasOrganizationId returns a boolean if a field has been set.
func (SuperplaneMeUser) MarshalJSON ¶
func (o SuperplaneMeUser) MarshalJSON() ([]byte, error)
func (*SuperplaneMeUser) SetCreatedAt ¶
func (o *SuperplaneMeUser) SetCreatedAt(v time.Time)
SetCreatedAt gets a reference to the given time.Time and assigns it to the CreatedAt field.
func (*SuperplaneMeUser) SetEmail ¶
func (o *SuperplaneMeUser) SetEmail(v string)
SetEmail gets a reference to the given string and assigns it to the Email field.
func (*SuperplaneMeUser) SetHasToken ¶
func (o *SuperplaneMeUser) SetHasToken(v bool)
SetHasToken gets a reference to the given bool and assigns it to the HasToken field.
func (*SuperplaneMeUser) SetId ¶
func (o *SuperplaneMeUser) SetId(v string)
SetId gets a reference to the given string and assigns it to the Id field.
func (*SuperplaneMeUser) SetOrganizationId ¶
func (o *SuperplaneMeUser) SetOrganizationId(v string)
SetOrganizationId gets a reference to the given string and assigns it to the OrganizationId field.
func (SuperplaneMeUser) ToMap ¶
func (o SuperplaneMeUser) ToMap() (map[string]interface{}, error)
type SuperplaneOrganizationsListApplicationsResponse ¶
type SuperplaneOrganizationsListApplicationsResponse struct {
Applications []OrganizationsAppInstallation `json:"applications,omitempty"`
}
SuperplaneOrganizationsListApplicationsResponse struct for SuperplaneOrganizationsListApplicationsResponse
func NewSuperplaneOrganizationsListApplicationsResponse ¶
func NewSuperplaneOrganizationsListApplicationsResponse() *SuperplaneOrganizationsListApplicationsResponse
NewSuperplaneOrganizationsListApplicationsResponse instantiates a new SuperplaneOrganizationsListApplicationsResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewSuperplaneOrganizationsListApplicationsResponseWithDefaults ¶
func NewSuperplaneOrganizationsListApplicationsResponseWithDefaults() *SuperplaneOrganizationsListApplicationsResponse
NewSuperplaneOrganizationsListApplicationsResponseWithDefaults instantiates a new SuperplaneOrganizationsListApplicationsResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*SuperplaneOrganizationsListApplicationsResponse) GetApplications ¶
func (o *SuperplaneOrganizationsListApplicationsResponse) GetApplications() []OrganizationsAppInstallation
GetApplications returns the Applications field value if set, zero value otherwise.
func (*SuperplaneOrganizationsListApplicationsResponse) GetApplicationsOk ¶
func (o *SuperplaneOrganizationsListApplicationsResponse) GetApplicationsOk() ([]OrganizationsAppInstallation, bool)
GetApplicationsOk returns a tuple with the Applications field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SuperplaneOrganizationsListApplicationsResponse) HasApplications ¶
func (o *SuperplaneOrganizationsListApplicationsResponse) HasApplications() bool
HasApplications returns a boolean if a field has been set.
func (SuperplaneOrganizationsListApplicationsResponse) MarshalJSON ¶
func (o SuperplaneOrganizationsListApplicationsResponse) MarshalJSON() ([]byte, error)
func (*SuperplaneOrganizationsListApplicationsResponse) SetApplications ¶
func (o *SuperplaneOrganizationsListApplicationsResponse) SetApplications(v []OrganizationsAppInstallation)
SetApplications gets a reference to the given []OrganizationsAppInstallation and assigns it to the Applications field.
func (SuperplaneOrganizationsListApplicationsResponse) ToMap ¶
func (o SuperplaneOrganizationsListApplicationsResponse) ToMap() (map[string]interface{}, error)
type SuperplaneUsersUser ¶
type SuperplaneUsersUser struct {
Metadata *UsersUserMetadata `json:"metadata,omitempty"`
Spec *UsersUserSpec `json:"spec,omitempty"`
Status *UsersUserStatus `json:"status,omitempty"`
}
SuperplaneUsersUser struct for SuperplaneUsersUser
func NewSuperplaneUsersUser ¶
func NewSuperplaneUsersUser() *SuperplaneUsersUser
NewSuperplaneUsersUser instantiates a new SuperplaneUsersUser object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewSuperplaneUsersUserWithDefaults ¶
func NewSuperplaneUsersUserWithDefaults() *SuperplaneUsersUser
NewSuperplaneUsersUserWithDefaults instantiates a new SuperplaneUsersUser object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*SuperplaneUsersUser) GetMetadata ¶
func (o *SuperplaneUsersUser) GetMetadata() UsersUserMetadata
GetMetadata returns the Metadata field value if set, zero value otherwise.
func (*SuperplaneUsersUser) GetMetadataOk ¶
func (o *SuperplaneUsersUser) GetMetadataOk() (*UsersUserMetadata, bool)
GetMetadataOk returns a tuple with the Metadata field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SuperplaneUsersUser) GetSpec ¶
func (o *SuperplaneUsersUser) GetSpec() UsersUserSpec
GetSpec returns the Spec field value if set, zero value otherwise.
func (*SuperplaneUsersUser) GetSpecOk ¶
func (o *SuperplaneUsersUser) GetSpecOk() (*UsersUserSpec, bool)
GetSpecOk returns a tuple with the Spec field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SuperplaneUsersUser) GetStatus ¶
func (o *SuperplaneUsersUser) GetStatus() UsersUserStatus
GetStatus returns the Status field value if set, zero value otherwise.
func (*SuperplaneUsersUser) GetStatusOk ¶
func (o *SuperplaneUsersUser) GetStatusOk() (*UsersUserStatus, bool)
GetStatusOk returns a tuple with the Status field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SuperplaneUsersUser) HasMetadata ¶
func (o *SuperplaneUsersUser) HasMetadata() bool
HasMetadata returns a boolean if a field has been set.
func (*SuperplaneUsersUser) HasSpec ¶
func (o *SuperplaneUsersUser) HasSpec() bool
HasSpec returns a boolean if a field has been set.
func (*SuperplaneUsersUser) HasStatus ¶
func (o *SuperplaneUsersUser) HasStatus() bool
HasStatus returns a boolean if a field has been set.
func (SuperplaneUsersUser) MarshalJSON ¶
func (o SuperplaneUsersUser) MarshalJSON() ([]byte, error)
func (*SuperplaneUsersUser) SetMetadata ¶
func (o *SuperplaneUsersUser) SetMetadata(v UsersUserMetadata)
SetMetadata gets a reference to the given UsersUserMetadata and assigns it to the Metadata field.
func (*SuperplaneUsersUser) SetSpec ¶
func (o *SuperplaneUsersUser) SetSpec(v UsersUserSpec)
SetSpec gets a reference to the given UsersUserSpec and assigns it to the Spec field.
func (*SuperplaneUsersUser) SetStatus ¶
func (o *SuperplaneUsersUser) SetStatus(v UsersUserStatus)
SetStatus gets a reference to the given UsersUserStatus and assigns it to the Status field.
func (SuperplaneUsersUser) ToMap ¶
func (o SuperplaneUsersUser) ToMap() (map[string]interface{}, error)
type SuperplaneWorkflowsUserRef ¶
type SuperplaneWorkflowsUserRef struct {
Id *string `json:"id,omitempty"`
Name *string `json:"name,omitempty"`
}
SuperplaneWorkflowsUserRef struct for SuperplaneWorkflowsUserRef
func NewSuperplaneWorkflowsUserRef ¶
func NewSuperplaneWorkflowsUserRef() *SuperplaneWorkflowsUserRef
NewSuperplaneWorkflowsUserRef instantiates a new SuperplaneWorkflowsUserRef object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewSuperplaneWorkflowsUserRefWithDefaults ¶
func NewSuperplaneWorkflowsUserRefWithDefaults() *SuperplaneWorkflowsUserRef
NewSuperplaneWorkflowsUserRefWithDefaults instantiates a new SuperplaneWorkflowsUserRef object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*SuperplaneWorkflowsUserRef) GetId ¶
func (o *SuperplaneWorkflowsUserRef) GetId() string
GetId returns the Id field value if set, zero value otherwise.
func (*SuperplaneWorkflowsUserRef) GetIdOk ¶
func (o *SuperplaneWorkflowsUserRef) GetIdOk() (*string, bool)
GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SuperplaneWorkflowsUserRef) GetName ¶
func (o *SuperplaneWorkflowsUserRef) GetName() string
GetName returns the Name field value if set, zero value otherwise.
func (*SuperplaneWorkflowsUserRef) GetNameOk ¶
func (o *SuperplaneWorkflowsUserRef) GetNameOk() (*string, bool)
GetNameOk returns a tuple with the Name field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SuperplaneWorkflowsUserRef) HasId ¶
func (o *SuperplaneWorkflowsUserRef) HasId() bool
HasId returns a boolean if a field has been set.
func (*SuperplaneWorkflowsUserRef) HasName ¶
func (o *SuperplaneWorkflowsUserRef) HasName() bool
HasName returns a boolean if a field has been set.
func (SuperplaneWorkflowsUserRef) MarshalJSON ¶
func (o SuperplaneWorkflowsUserRef) MarshalJSON() ([]byte, error)
func (*SuperplaneWorkflowsUserRef) SetId ¶
func (o *SuperplaneWorkflowsUserRef) SetId(v string)
SetId gets a reference to the given string and assigns it to the Id field.
func (*SuperplaneWorkflowsUserRef) SetName ¶
func (o *SuperplaneWorkflowsUserRef) SetName(v string)
SetName gets a reference to the given string and assigns it to the Name field.
func (SuperplaneWorkflowsUserRef) ToMap ¶
func (o SuperplaneWorkflowsUserRef) ToMap() (map[string]interface{}, error)
type TriggerAPIService ¶
type TriggerAPIService service
TriggerAPIService TriggerAPI service
func (*TriggerAPIService) TriggersDescribeTrigger ¶
func (a *TriggerAPIService) TriggersDescribeTrigger(ctx context.Context, name string) ApiTriggersDescribeTriggerRequest
TriggersDescribeTrigger Describe trigger
Returns a trigger by its name
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param name @return ApiTriggersDescribeTriggerRequest
func (*TriggerAPIService) TriggersDescribeTriggerExecute ¶
func (a *TriggerAPIService) TriggersDescribeTriggerExecute(r ApiTriggersDescribeTriggerRequest) (*TriggersDescribeTriggerResponse, *http.Response, error)
Execute executes the request
@return TriggersDescribeTriggerResponse
func (*TriggerAPIService) TriggersListTriggers ¶
func (a *TriggerAPIService) TriggersListTriggers(ctx context.Context) ApiTriggersListTriggersRequest
TriggersListTriggers List triggers
Returns a list of all available triggers
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return ApiTriggersListTriggersRequest
func (*TriggerAPIService) TriggersListTriggersExecute ¶
func (a *TriggerAPIService) TriggersListTriggersExecute(r ApiTriggersListTriggersRequest) (*TriggersListTriggersResponse, *http.Response, error)
Execute executes the request
@return TriggersListTriggersResponse
type TriggersDescribeTriggerResponse ¶
type TriggersDescribeTriggerResponse struct {
Trigger *TriggersTrigger `json:"trigger,omitempty"`
}
TriggersDescribeTriggerResponse struct for TriggersDescribeTriggerResponse
func NewTriggersDescribeTriggerResponse ¶
func NewTriggersDescribeTriggerResponse() *TriggersDescribeTriggerResponse
NewTriggersDescribeTriggerResponse instantiates a new TriggersDescribeTriggerResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewTriggersDescribeTriggerResponseWithDefaults ¶
func NewTriggersDescribeTriggerResponseWithDefaults() *TriggersDescribeTriggerResponse
NewTriggersDescribeTriggerResponseWithDefaults instantiates a new TriggersDescribeTriggerResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*TriggersDescribeTriggerResponse) GetTrigger ¶
func (o *TriggersDescribeTriggerResponse) GetTrigger() TriggersTrigger
GetTrigger returns the Trigger field value if set, zero value otherwise.
func (*TriggersDescribeTriggerResponse) GetTriggerOk ¶
func (o *TriggersDescribeTriggerResponse) GetTriggerOk() (*TriggersTrigger, bool)
GetTriggerOk returns a tuple with the Trigger field value if set, nil otherwise and a boolean to check if the value has been set.
func (*TriggersDescribeTriggerResponse) HasTrigger ¶
func (o *TriggersDescribeTriggerResponse) HasTrigger() bool
HasTrigger returns a boolean if a field has been set.
func (TriggersDescribeTriggerResponse) MarshalJSON ¶
func (o TriggersDescribeTriggerResponse) MarshalJSON() ([]byte, error)
func (*TriggersDescribeTriggerResponse) SetTrigger ¶
func (o *TriggersDescribeTriggerResponse) SetTrigger(v TriggersTrigger)
SetTrigger gets a reference to the given TriggersTrigger and assigns it to the Trigger field.
func (TriggersDescribeTriggerResponse) ToMap ¶
func (o TriggersDescribeTriggerResponse) ToMap() (map[string]interface{}, error)
type TriggersListTriggersResponse ¶
type TriggersListTriggersResponse struct {
Triggers []TriggersTrigger `json:"triggers,omitempty"`
}
TriggersListTriggersResponse struct for TriggersListTriggersResponse
func NewTriggersListTriggersResponse ¶
func NewTriggersListTriggersResponse() *TriggersListTriggersResponse
NewTriggersListTriggersResponse instantiates a new TriggersListTriggersResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewTriggersListTriggersResponseWithDefaults ¶
func NewTriggersListTriggersResponseWithDefaults() *TriggersListTriggersResponse
NewTriggersListTriggersResponseWithDefaults instantiates a new TriggersListTriggersResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*TriggersListTriggersResponse) GetTriggers ¶
func (o *TriggersListTriggersResponse) GetTriggers() []TriggersTrigger
GetTriggers returns the Triggers field value if set, zero value otherwise.
func (*TriggersListTriggersResponse) GetTriggersOk ¶
func (o *TriggersListTriggersResponse) GetTriggersOk() ([]TriggersTrigger, bool)
GetTriggersOk returns a tuple with the Triggers field value if set, nil otherwise and a boolean to check if the value has been set.
func (*TriggersListTriggersResponse) HasTriggers ¶
func (o *TriggersListTriggersResponse) HasTriggers() bool
HasTriggers returns a boolean if a field has been set.
func (TriggersListTriggersResponse) MarshalJSON ¶
func (o TriggersListTriggersResponse) MarshalJSON() ([]byte, error)
func (*TriggersListTriggersResponse) SetTriggers ¶
func (o *TriggersListTriggersResponse) SetTriggers(v []TriggersTrigger)
SetTriggers gets a reference to the given []TriggersTrigger and assigns it to the Triggers field.
func (TriggersListTriggersResponse) ToMap ¶
func (o TriggersListTriggersResponse) ToMap() (map[string]interface{}, error)
type TriggersTrigger ¶
type TriggersTrigger struct {
Name *string `json:"name,omitempty"`
Label *string `json:"label,omitempty"`
Description *string `json:"description,omitempty"`
Icon *string `json:"icon,omitempty"`
Color *string `json:"color,omitempty"`
Configuration []ConfigurationField `json:"configuration,omitempty"`
ExampleData map[string]interface{} `json:"exampleData,omitempty"`
}
TriggersTrigger struct for TriggersTrigger
func NewTriggersTrigger ¶
func NewTriggersTrigger() *TriggersTrigger
NewTriggersTrigger instantiates a new TriggersTrigger object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewTriggersTriggerWithDefaults ¶
func NewTriggersTriggerWithDefaults() *TriggersTrigger
NewTriggersTriggerWithDefaults instantiates a new TriggersTrigger object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*TriggersTrigger) GetColor ¶
func (o *TriggersTrigger) GetColor() string
GetColor returns the Color field value if set, zero value otherwise.
func (*TriggersTrigger) GetColorOk ¶
func (o *TriggersTrigger) GetColorOk() (*string, bool)
GetColorOk returns a tuple with the Color field value if set, nil otherwise and a boolean to check if the value has been set.
func (*TriggersTrigger) GetConfiguration ¶
func (o *TriggersTrigger) GetConfiguration() []ConfigurationField
GetConfiguration returns the Configuration field value if set, zero value otherwise.
func (*TriggersTrigger) GetConfigurationOk ¶
func (o *TriggersTrigger) GetConfigurationOk() ([]ConfigurationField, bool)
GetConfigurationOk returns a tuple with the Configuration field value if set, nil otherwise and a boolean to check if the value has been set.
func (*TriggersTrigger) GetDescription ¶
func (o *TriggersTrigger) GetDescription() string
GetDescription returns the Description field value if set, zero value otherwise.
func (*TriggersTrigger) GetDescriptionOk ¶
func (o *TriggersTrigger) GetDescriptionOk() (*string, bool)
GetDescriptionOk returns a tuple with the Description field value if set, nil otherwise and a boolean to check if the value has been set.
func (*TriggersTrigger) GetExampleData ¶ added in v0.0.45
func (o *TriggersTrigger) GetExampleData() map[string]interface{}
GetExampleData returns the ExampleData field value if set, zero value otherwise.
func (*TriggersTrigger) GetExampleDataOk ¶ added in v0.0.45
func (o *TriggersTrigger) GetExampleDataOk() (map[string]interface{}, bool)
GetExampleDataOk returns a tuple with the ExampleData field value if set, nil otherwise and a boolean to check if the value has been set.
func (*TriggersTrigger) GetIcon ¶
func (o *TriggersTrigger) GetIcon() string
GetIcon returns the Icon field value if set, zero value otherwise.
func (*TriggersTrigger) GetIconOk ¶
func (o *TriggersTrigger) GetIconOk() (*string, bool)
GetIconOk returns a tuple with the Icon field value if set, nil otherwise and a boolean to check if the value has been set.
func (*TriggersTrigger) GetLabel ¶
func (o *TriggersTrigger) GetLabel() string
GetLabel returns the Label field value if set, zero value otherwise.
func (*TriggersTrigger) GetLabelOk ¶
func (o *TriggersTrigger) GetLabelOk() (*string, bool)
GetLabelOk returns a tuple with the Label field value if set, nil otherwise and a boolean to check if the value has been set.
func (*TriggersTrigger) GetName ¶
func (o *TriggersTrigger) GetName() string
GetName returns the Name field value if set, zero value otherwise.
func (*TriggersTrigger) GetNameOk ¶
func (o *TriggersTrigger) GetNameOk() (*string, bool)
GetNameOk returns a tuple with the Name field value if set, nil otherwise and a boolean to check if the value has been set.
func (*TriggersTrigger) HasColor ¶
func (o *TriggersTrigger) HasColor() bool
HasColor returns a boolean if a field has been set.
func (*TriggersTrigger) HasConfiguration ¶
func (o *TriggersTrigger) HasConfiguration() bool
HasConfiguration returns a boolean if a field has been set.
func (*TriggersTrigger) HasDescription ¶
func (o *TriggersTrigger) HasDescription() bool
HasDescription returns a boolean if a field has been set.
func (*TriggersTrigger) HasExampleData ¶ added in v0.0.45
func (o *TriggersTrigger) HasExampleData() bool
HasExampleData returns a boolean if a field has been set.
func (*TriggersTrigger) HasIcon ¶
func (o *TriggersTrigger) HasIcon() bool
HasIcon returns a boolean if a field has been set.
func (*TriggersTrigger) HasLabel ¶
func (o *TriggersTrigger) HasLabel() bool
HasLabel returns a boolean if a field has been set.
func (*TriggersTrigger) HasName ¶
func (o *TriggersTrigger) HasName() bool
HasName returns a boolean if a field has been set.
func (TriggersTrigger) MarshalJSON ¶
func (o TriggersTrigger) MarshalJSON() ([]byte, error)
func (*TriggersTrigger) SetColor ¶
func (o *TriggersTrigger) SetColor(v string)
SetColor gets a reference to the given string and assigns it to the Color field.
func (*TriggersTrigger) SetConfiguration ¶
func (o *TriggersTrigger) SetConfiguration(v []ConfigurationField)
SetConfiguration gets a reference to the given []ConfigurationField and assigns it to the Configuration field.
func (*TriggersTrigger) SetDescription ¶
func (o *TriggersTrigger) SetDescription(v string)
SetDescription gets a reference to the given string and assigns it to the Description field.
func (*TriggersTrigger) SetExampleData ¶ added in v0.0.45
func (o *TriggersTrigger) SetExampleData(v map[string]interface{})
SetExampleData gets a reference to the given map[string]interface{} and assigns it to the ExampleData field.
func (*TriggersTrigger) SetIcon ¶
func (o *TriggersTrigger) SetIcon(v string)
SetIcon gets a reference to the given string and assigns it to the Icon field.
func (*TriggersTrigger) SetLabel ¶
func (o *TriggersTrigger) SetLabel(v string)
SetLabel gets a reference to the given string and assigns it to the Label field.
func (*TriggersTrigger) SetName ¶
func (o *TriggersTrigger) SetName(v string)
SetName gets a reference to the given string and assigns it to the Name field.
func (TriggersTrigger) ToMap ¶
func (o TriggersTrigger) ToMap() (map[string]interface{}, error)
type UsersAPIService ¶
type UsersAPIService service
UsersAPIService UsersAPI service
func (*UsersAPIService) UsersListUserPermissions ¶
func (a *UsersAPIService) UsersListUserPermissions(ctx context.Context, userId string) ApiUsersListUserPermissionsRequest
UsersListUserPermissions List user permissions
Returns all permissions a user has within a specific domain
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param userId @return ApiUsersListUserPermissionsRequest
func (*UsersAPIService) UsersListUserPermissionsExecute ¶
func (a *UsersAPIService) UsersListUserPermissionsExecute(r ApiUsersListUserPermissionsRequest) (*UsersListUserPermissionsResponse, *http.Response, error)
Execute executes the request
@return UsersListUserPermissionsResponse
func (*UsersAPIService) UsersListUserRoles ¶
func (a *UsersAPIService) UsersListUserRoles(ctx context.Context, userId string) ApiUsersListUserRolesRequest
UsersListUserRoles Get user roles
Returns the roles a user has within a specific domain
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param userId @return ApiUsersListUserRolesRequest
func (*UsersAPIService) UsersListUserRolesExecute ¶
func (a *UsersAPIService) UsersListUserRolesExecute(r ApiUsersListUserRolesRequest) (*UsersListUserRolesResponse, *http.Response, error)
Execute executes the request
@return UsersListUserRolesResponse
func (*UsersAPIService) UsersListUsers ¶
func (a *UsersAPIService) UsersListUsers(ctx context.Context) ApiUsersListUsersRequest
UsersListUsers List users
Returns all users that have roles within a domain
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return ApiUsersListUsersRequest
func (*UsersAPIService) UsersListUsersExecute ¶
func (a *UsersAPIService) UsersListUsersExecute(r ApiUsersListUsersRequest) (*UsersListUsersResponse, *http.Response, error)
Execute executes the request
@return UsersListUsersResponse
type UsersAccountProvider ¶
type UsersAccountProvider struct {
ProviderType *string `json:"providerType,omitempty"`
ProviderId *string `json:"providerId,omitempty"`
Email *string `json:"email,omitempty"`
DisplayName *string `json:"displayName,omitempty"`
AvatarUrl *string `json:"avatarUrl,omitempty"`
CreatedAt *time.Time `json:"createdAt,omitempty"`
UpdatedAt *time.Time `json:"updatedAt,omitempty"`
}
UsersAccountProvider struct for UsersAccountProvider
func NewUsersAccountProvider ¶
func NewUsersAccountProvider() *UsersAccountProvider
NewUsersAccountProvider instantiates a new UsersAccountProvider object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewUsersAccountProviderWithDefaults ¶
func NewUsersAccountProviderWithDefaults() *UsersAccountProvider
NewUsersAccountProviderWithDefaults instantiates a new UsersAccountProvider object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*UsersAccountProvider) GetAvatarUrl ¶
func (o *UsersAccountProvider) GetAvatarUrl() string
GetAvatarUrl returns the AvatarUrl field value if set, zero value otherwise.
func (*UsersAccountProvider) GetAvatarUrlOk ¶
func (o *UsersAccountProvider) GetAvatarUrlOk() (*string, bool)
GetAvatarUrlOk returns a tuple with the AvatarUrl field value if set, nil otherwise and a boolean to check if the value has been set.
func (*UsersAccountProvider) GetCreatedAt ¶
func (o *UsersAccountProvider) GetCreatedAt() time.Time
GetCreatedAt returns the CreatedAt field value if set, zero value otherwise.
func (*UsersAccountProvider) GetCreatedAtOk ¶
func (o *UsersAccountProvider) GetCreatedAtOk() (*time.Time, bool)
GetCreatedAtOk returns a tuple with the CreatedAt field value if set, nil otherwise and a boolean to check if the value has been set.
func (*UsersAccountProvider) GetDisplayName ¶
func (o *UsersAccountProvider) GetDisplayName() string
GetDisplayName returns the DisplayName field value if set, zero value otherwise.
func (*UsersAccountProvider) GetDisplayNameOk ¶
func (o *UsersAccountProvider) GetDisplayNameOk() (*string, bool)
GetDisplayNameOk returns a tuple with the DisplayName field value if set, nil otherwise and a boolean to check if the value has been set.
func (*UsersAccountProvider) GetEmail ¶
func (o *UsersAccountProvider) GetEmail() string
GetEmail returns the Email field value if set, zero value otherwise.
func (*UsersAccountProvider) GetEmailOk ¶
func (o *UsersAccountProvider) GetEmailOk() (*string, bool)
GetEmailOk returns a tuple with the Email field value if set, nil otherwise and a boolean to check if the value has been set.
func (*UsersAccountProvider) GetProviderId ¶
func (o *UsersAccountProvider) GetProviderId() string
GetProviderId returns the ProviderId field value if set, zero value otherwise.
func (*UsersAccountProvider) GetProviderIdOk ¶
func (o *UsersAccountProvider) GetProviderIdOk() (*string, bool)
GetProviderIdOk returns a tuple with the ProviderId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*UsersAccountProvider) GetProviderType ¶
func (o *UsersAccountProvider) GetProviderType() string
GetProviderType returns the ProviderType field value if set, zero value otherwise.
func (*UsersAccountProvider) GetProviderTypeOk ¶
func (o *UsersAccountProvider) GetProviderTypeOk() (*string, bool)
GetProviderTypeOk returns a tuple with the ProviderType field value if set, nil otherwise and a boolean to check if the value has been set.
func (*UsersAccountProvider) GetUpdatedAt ¶
func (o *UsersAccountProvider) GetUpdatedAt() time.Time
GetUpdatedAt returns the UpdatedAt field value if set, zero value otherwise.
func (*UsersAccountProvider) GetUpdatedAtOk ¶
func (o *UsersAccountProvider) GetUpdatedAtOk() (*time.Time, bool)
GetUpdatedAtOk returns a tuple with the UpdatedAt field value if set, nil otherwise and a boolean to check if the value has been set.
func (*UsersAccountProvider) HasAvatarUrl ¶
func (o *UsersAccountProvider) HasAvatarUrl() bool
HasAvatarUrl returns a boolean if a field has been set.
func (*UsersAccountProvider) HasCreatedAt ¶
func (o *UsersAccountProvider) HasCreatedAt() bool
HasCreatedAt returns a boolean if a field has been set.
func (*UsersAccountProvider) HasDisplayName ¶
func (o *UsersAccountProvider) HasDisplayName() bool
HasDisplayName returns a boolean if a field has been set.
func (*UsersAccountProvider) HasEmail ¶
func (o *UsersAccountProvider) HasEmail() bool
HasEmail returns a boolean if a field has been set.
func (*UsersAccountProvider) HasProviderId ¶
func (o *UsersAccountProvider) HasProviderId() bool
HasProviderId returns a boolean if a field has been set.
func (*UsersAccountProvider) HasProviderType ¶
func (o *UsersAccountProvider) HasProviderType() bool
HasProviderType returns a boolean if a field has been set.
func (*UsersAccountProvider) HasUpdatedAt ¶
func (o *UsersAccountProvider) HasUpdatedAt() bool
HasUpdatedAt returns a boolean if a field has been set.
func (UsersAccountProvider) MarshalJSON ¶
func (o UsersAccountProvider) MarshalJSON() ([]byte, error)
func (*UsersAccountProvider) SetAvatarUrl ¶
func (o *UsersAccountProvider) SetAvatarUrl(v string)
SetAvatarUrl gets a reference to the given string and assigns it to the AvatarUrl field.
func (*UsersAccountProvider) SetCreatedAt ¶
func (o *UsersAccountProvider) SetCreatedAt(v time.Time)
SetCreatedAt gets a reference to the given time.Time and assigns it to the CreatedAt field.
func (*UsersAccountProvider) SetDisplayName ¶
func (o *UsersAccountProvider) SetDisplayName(v string)
SetDisplayName gets a reference to the given string and assigns it to the DisplayName field.
func (*UsersAccountProvider) SetEmail ¶
func (o *UsersAccountProvider) SetEmail(v string)
SetEmail gets a reference to the given string and assigns it to the Email field.
func (*UsersAccountProvider) SetProviderId ¶
func (o *UsersAccountProvider) SetProviderId(v string)
SetProviderId gets a reference to the given string and assigns it to the ProviderId field.
func (*UsersAccountProvider) SetProviderType ¶
func (o *UsersAccountProvider) SetProviderType(v string)
SetProviderType gets a reference to the given string and assigns it to the ProviderType field.
func (*UsersAccountProvider) SetUpdatedAt ¶
func (o *UsersAccountProvider) SetUpdatedAt(v time.Time)
SetUpdatedAt gets a reference to the given time.Time and assigns it to the UpdatedAt field.
func (UsersAccountProvider) ToMap ¶
func (o UsersAccountProvider) ToMap() (map[string]interface{}, error)
type UsersListUserPermissionsResponse ¶
type UsersListUserPermissionsResponse struct {
UserId *string `json:"userId,omitempty"`
DomainType *AuthorizationDomainType `json:"domainType,omitempty"`
DomainId *string `json:"domainId,omitempty"`
Permissions []AuthorizationPermission `json:"permissions,omitempty"`
}
UsersListUserPermissionsResponse struct for UsersListUserPermissionsResponse
func NewUsersListUserPermissionsResponse ¶
func NewUsersListUserPermissionsResponse() *UsersListUserPermissionsResponse
NewUsersListUserPermissionsResponse instantiates a new UsersListUserPermissionsResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewUsersListUserPermissionsResponseWithDefaults ¶
func NewUsersListUserPermissionsResponseWithDefaults() *UsersListUserPermissionsResponse
NewUsersListUserPermissionsResponseWithDefaults instantiates a new UsersListUserPermissionsResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*UsersListUserPermissionsResponse) GetDomainId ¶
func (o *UsersListUserPermissionsResponse) GetDomainId() string
GetDomainId returns the DomainId field value if set, zero value otherwise.
func (*UsersListUserPermissionsResponse) GetDomainIdOk ¶
func (o *UsersListUserPermissionsResponse) GetDomainIdOk() (*string, bool)
GetDomainIdOk returns a tuple with the DomainId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*UsersListUserPermissionsResponse) GetDomainType ¶
func (o *UsersListUserPermissionsResponse) GetDomainType() AuthorizationDomainType
GetDomainType returns the DomainType field value if set, zero value otherwise.
func (*UsersListUserPermissionsResponse) GetDomainTypeOk ¶
func (o *UsersListUserPermissionsResponse) GetDomainTypeOk() (*AuthorizationDomainType, bool)
GetDomainTypeOk returns a tuple with the DomainType field value if set, nil otherwise and a boolean to check if the value has been set.
func (*UsersListUserPermissionsResponse) GetPermissions ¶
func (o *UsersListUserPermissionsResponse) GetPermissions() []AuthorizationPermission
GetPermissions returns the Permissions field value if set, zero value otherwise.
func (*UsersListUserPermissionsResponse) GetPermissionsOk ¶
func (o *UsersListUserPermissionsResponse) GetPermissionsOk() ([]AuthorizationPermission, bool)
GetPermissionsOk returns a tuple with the Permissions field value if set, nil otherwise and a boolean to check if the value has been set.
func (*UsersListUserPermissionsResponse) GetUserId ¶
func (o *UsersListUserPermissionsResponse) GetUserId() string
GetUserId returns the UserId field value if set, zero value otherwise.
func (*UsersListUserPermissionsResponse) GetUserIdOk ¶
func (o *UsersListUserPermissionsResponse) GetUserIdOk() (*string, bool)
GetUserIdOk returns a tuple with the UserId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*UsersListUserPermissionsResponse) HasDomainId ¶
func (o *UsersListUserPermissionsResponse) HasDomainId() bool
HasDomainId returns a boolean if a field has been set.
func (*UsersListUserPermissionsResponse) HasDomainType ¶
func (o *UsersListUserPermissionsResponse) HasDomainType() bool
HasDomainType returns a boolean if a field has been set.
func (*UsersListUserPermissionsResponse) HasPermissions ¶
func (o *UsersListUserPermissionsResponse) HasPermissions() bool
HasPermissions returns a boolean if a field has been set.
func (*UsersListUserPermissionsResponse) HasUserId ¶
func (o *UsersListUserPermissionsResponse) HasUserId() bool
HasUserId returns a boolean if a field has been set.
func (UsersListUserPermissionsResponse) MarshalJSON ¶
func (o UsersListUserPermissionsResponse) MarshalJSON() ([]byte, error)
func (*UsersListUserPermissionsResponse) SetDomainId ¶
func (o *UsersListUserPermissionsResponse) SetDomainId(v string)
SetDomainId gets a reference to the given string and assigns it to the DomainId field.
func (*UsersListUserPermissionsResponse) SetDomainType ¶
func (o *UsersListUserPermissionsResponse) SetDomainType(v AuthorizationDomainType)
SetDomainType gets a reference to the given AuthorizationDomainType and assigns it to the DomainType field.
func (*UsersListUserPermissionsResponse) SetPermissions ¶
func (o *UsersListUserPermissionsResponse) SetPermissions(v []AuthorizationPermission)
SetPermissions gets a reference to the given []AuthorizationPermission and assigns it to the Permissions field.
func (*UsersListUserPermissionsResponse) SetUserId ¶
func (o *UsersListUserPermissionsResponse) SetUserId(v string)
SetUserId gets a reference to the given string and assigns it to the UserId field.
func (UsersListUserPermissionsResponse) ToMap ¶
func (o UsersListUserPermissionsResponse) ToMap() (map[string]interface{}, error)
type UsersListUserRolesResponse ¶
type UsersListUserRolesResponse struct {
UserId *string `json:"userId,omitempty"`
DomainType *AuthorizationDomainType `json:"domainType,omitempty"`
DomainId *string `json:"domainId,omitempty"`
Roles []RolesRole `json:"roles,omitempty"`
}
UsersListUserRolesResponse struct for UsersListUserRolesResponse
func NewUsersListUserRolesResponse ¶
func NewUsersListUserRolesResponse() *UsersListUserRolesResponse
NewUsersListUserRolesResponse instantiates a new UsersListUserRolesResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewUsersListUserRolesResponseWithDefaults ¶
func NewUsersListUserRolesResponseWithDefaults() *UsersListUserRolesResponse
NewUsersListUserRolesResponseWithDefaults instantiates a new UsersListUserRolesResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*UsersListUserRolesResponse) GetDomainId ¶
func (o *UsersListUserRolesResponse) GetDomainId() string
GetDomainId returns the DomainId field value if set, zero value otherwise.
func (*UsersListUserRolesResponse) GetDomainIdOk ¶
func (o *UsersListUserRolesResponse) GetDomainIdOk() (*string, bool)
GetDomainIdOk returns a tuple with the DomainId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*UsersListUserRolesResponse) GetDomainType ¶
func (o *UsersListUserRolesResponse) GetDomainType() AuthorizationDomainType
GetDomainType returns the DomainType field value if set, zero value otherwise.
func (*UsersListUserRolesResponse) GetDomainTypeOk ¶
func (o *UsersListUserRolesResponse) GetDomainTypeOk() (*AuthorizationDomainType, bool)
GetDomainTypeOk returns a tuple with the DomainType field value if set, nil otherwise and a boolean to check if the value has been set.
func (*UsersListUserRolesResponse) GetRoles ¶
func (o *UsersListUserRolesResponse) GetRoles() []RolesRole
GetRoles returns the Roles field value if set, zero value otherwise.
func (*UsersListUserRolesResponse) GetRolesOk ¶
func (o *UsersListUserRolesResponse) GetRolesOk() ([]RolesRole, bool)
GetRolesOk returns a tuple with the Roles field value if set, nil otherwise and a boolean to check if the value has been set.
func (*UsersListUserRolesResponse) GetUserId ¶
func (o *UsersListUserRolesResponse) GetUserId() string
GetUserId returns the UserId field value if set, zero value otherwise.
func (*UsersListUserRolesResponse) GetUserIdOk ¶
func (o *UsersListUserRolesResponse) GetUserIdOk() (*string, bool)
GetUserIdOk returns a tuple with the UserId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*UsersListUserRolesResponse) HasDomainId ¶
func (o *UsersListUserRolesResponse) HasDomainId() bool
HasDomainId returns a boolean if a field has been set.
func (*UsersListUserRolesResponse) HasDomainType ¶
func (o *UsersListUserRolesResponse) HasDomainType() bool
HasDomainType returns a boolean if a field has been set.
func (*UsersListUserRolesResponse) HasRoles ¶
func (o *UsersListUserRolesResponse) HasRoles() bool
HasRoles returns a boolean if a field has been set.
func (*UsersListUserRolesResponse) HasUserId ¶
func (o *UsersListUserRolesResponse) HasUserId() bool
HasUserId returns a boolean if a field has been set.
func (UsersListUserRolesResponse) MarshalJSON ¶
func (o UsersListUserRolesResponse) MarshalJSON() ([]byte, error)
func (*UsersListUserRolesResponse) SetDomainId ¶
func (o *UsersListUserRolesResponse) SetDomainId(v string)
SetDomainId gets a reference to the given string and assigns it to the DomainId field.
func (*UsersListUserRolesResponse) SetDomainType ¶
func (o *UsersListUserRolesResponse) SetDomainType(v AuthorizationDomainType)
SetDomainType gets a reference to the given AuthorizationDomainType and assigns it to the DomainType field.
func (*UsersListUserRolesResponse) SetRoles ¶
func (o *UsersListUserRolesResponse) SetRoles(v []RolesRole)
SetRoles gets a reference to the given []RolesRole and assigns it to the Roles field.
func (*UsersListUserRolesResponse) SetUserId ¶
func (o *UsersListUserRolesResponse) SetUserId(v string)
SetUserId gets a reference to the given string and assigns it to the UserId field.
func (UsersListUserRolesResponse) ToMap ¶
func (o UsersListUserRolesResponse) ToMap() (map[string]interface{}, error)
type UsersListUsersResponse ¶
type UsersListUsersResponse struct {
Users []SuperplaneUsersUser `json:"users,omitempty"`
}
UsersListUsersResponse struct for UsersListUsersResponse
func NewUsersListUsersResponse ¶
func NewUsersListUsersResponse() *UsersListUsersResponse
NewUsersListUsersResponse instantiates a new UsersListUsersResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewUsersListUsersResponseWithDefaults ¶
func NewUsersListUsersResponseWithDefaults() *UsersListUsersResponse
NewUsersListUsersResponseWithDefaults instantiates a new UsersListUsersResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*UsersListUsersResponse) GetUsers ¶
func (o *UsersListUsersResponse) GetUsers() []SuperplaneUsersUser
GetUsers returns the Users field value if set, zero value otherwise.
func (*UsersListUsersResponse) GetUsersOk ¶
func (o *UsersListUsersResponse) GetUsersOk() ([]SuperplaneUsersUser, bool)
GetUsersOk returns a tuple with the Users field value if set, nil otherwise and a boolean to check if the value has been set.
func (*UsersListUsersResponse) HasUsers ¶
func (o *UsersListUsersResponse) HasUsers() bool
HasUsers returns a boolean if a field has been set.
func (UsersListUsersResponse) MarshalJSON ¶
func (o UsersListUsersResponse) MarshalJSON() ([]byte, error)
func (*UsersListUsersResponse) SetUsers ¶
func (o *UsersListUsersResponse) SetUsers(v []SuperplaneUsersUser)
SetUsers gets a reference to the given []SuperplaneUsersUser and assigns it to the Users field.
func (UsersListUsersResponse) ToMap ¶
func (o UsersListUsersResponse) ToMap() (map[string]interface{}, error)
type UsersUserMetadata ¶
type UsersUserMetadata struct {
Id *string `json:"id,omitempty"`
Email *string `json:"email,omitempty"`
CreatedAt *time.Time `json:"createdAt,omitempty"`
UpdatedAt *time.Time `json:"updatedAt,omitempty"`
}
UsersUserMetadata struct for UsersUserMetadata
func NewUsersUserMetadata ¶
func NewUsersUserMetadata() *UsersUserMetadata
NewUsersUserMetadata instantiates a new UsersUserMetadata object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewUsersUserMetadataWithDefaults ¶
func NewUsersUserMetadataWithDefaults() *UsersUserMetadata
NewUsersUserMetadataWithDefaults instantiates a new UsersUserMetadata object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*UsersUserMetadata) GetCreatedAt ¶
func (o *UsersUserMetadata) GetCreatedAt() time.Time
GetCreatedAt returns the CreatedAt field value if set, zero value otherwise.
func (*UsersUserMetadata) GetCreatedAtOk ¶
func (o *UsersUserMetadata) GetCreatedAtOk() (*time.Time, bool)
GetCreatedAtOk returns a tuple with the CreatedAt field value if set, nil otherwise and a boolean to check if the value has been set.
func (*UsersUserMetadata) GetEmail ¶
func (o *UsersUserMetadata) GetEmail() string
GetEmail returns the Email field value if set, zero value otherwise.
func (*UsersUserMetadata) GetEmailOk ¶
func (o *UsersUserMetadata) GetEmailOk() (*string, bool)
GetEmailOk returns a tuple with the Email field value if set, nil otherwise and a boolean to check if the value has been set.
func (*UsersUserMetadata) GetId ¶
func (o *UsersUserMetadata) GetId() string
GetId returns the Id field value if set, zero value otherwise.
func (*UsersUserMetadata) GetIdOk ¶
func (o *UsersUserMetadata) GetIdOk() (*string, bool)
GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.
func (*UsersUserMetadata) GetUpdatedAt ¶
func (o *UsersUserMetadata) GetUpdatedAt() time.Time
GetUpdatedAt returns the UpdatedAt field value if set, zero value otherwise.
func (*UsersUserMetadata) GetUpdatedAtOk ¶
func (o *UsersUserMetadata) GetUpdatedAtOk() (*time.Time, bool)
GetUpdatedAtOk returns a tuple with the UpdatedAt field value if set, nil otherwise and a boolean to check if the value has been set.
func (*UsersUserMetadata) HasCreatedAt ¶
func (o *UsersUserMetadata) HasCreatedAt() bool
HasCreatedAt returns a boolean if a field has been set.
func (*UsersUserMetadata) HasEmail ¶
func (o *UsersUserMetadata) HasEmail() bool
HasEmail returns a boolean if a field has been set.
func (*UsersUserMetadata) HasId ¶
func (o *UsersUserMetadata) HasId() bool
HasId returns a boolean if a field has been set.
func (*UsersUserMetadata) HasUpdatedAt ¶
func (o *UsersUserMetadata) HasUpdatedAt() bool
HasUpdatedAt returns a boolean if a field has been set.
func (UsersUserMetadata) MarshalJSON ¶
func (o UsersUserMetadata) MarshalJSON() ([]byte, error)
func (*UsersUserMetadata) SetCreatedAt ¶
func (o *UsersUserMetadata) SetCreatedAt(v time.Time)
SetCreatedAt gets a reference to the given time.Time and assigns it to the CreatedAt field.
func (*UsersUserMetadata) SetEmail ¶
func (o *UsersUserMetadata) SetEmail(v string)
SetEmail gets a reference to the given string and assigns it to the Email field.
func (*UsersUserMetadata) SetId ¶
func (o *UsersUserMetadata) SetId(v string)
SetId gets a reference to the given string and assigns it to the Id field.
func (*UsersUserMetadata) SetUpdatedAt ¶
func (o *UsersUserMetadata) SetUpdatedAt(v time.Time)
SetUpdatedAt gets a reference to the given time.Time and assigns it to the UpdatedAt field.
func (UsersUserMetadata) ToMap ¶
func (o UsersUserMetadata) ToMap() (map[string]interface{}, error)
type UsersUserRoleAssignment ¶
type UsersUserRoleAssignment struct {
RoleName *string `json:"roleName,omitempty"`
RoleDisplayName *string `json:"roleDisplayName,omitempty"`
RoleDescription *string `json:"roleDescription,omitempty"`
DomainType *AuthorizationDomainType `json:"domainType,omitempty"`
DomainId *string `json:"domainId,omitempty"`
AssignedAt *time.Time `json:"assignedAt,omitempty"`
}
UsersUserRoleAssignment struct for UsersUserRoleAssignment
func NewUsersUserRoleAssignment ¶
func NewUsersUserRoleAssignment() *UsersUserRoleAssignment
NewUsersUserRoleAssignment instantiates a new UsersUserRoleAssignment object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewUsersUserRoleAssignmentWithDefaults ¶
func NewUsersUserRoleAssignmentWithDefaults() *UsersUserRoleAssignment
NewUsersUserRoleAssignmentWithDefaults instantiates a new UsersUserRoleAssignment object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*UsersUserRoleAssignment) GetAssignedAt ¶
func (o *UsersUserRoleAssignment) GetAssignedAt() time.Time
GetAssignedAt returns the AssignedAt field value if set, zero value otherwise.
func (*UsersUserRoleAssignment) GetAssignedAtOk ¶
func (o *UsersUserRoleAssignment) GetAssignedAtOk() (*time.Time, bool)
GetAssignedAtOk returns a tuple with the AssignedAt field value if set, nil otherwise and a boolean to check if the value has been set.
func (*UsersUserRoleAssignment) GetDomainId ¶
func (o *UsersUserRoleAssignment) GetDomainId() string
GetDomainId returns the DomainId field value if set, zero value otherwise.
func (*UsersUserRoleAssignment) GetDomainIdOk ¶
func (o *UsersUserRoleAssignment) GetDomainIdOk() (*string, bool)
GetDomainIdOk returns a tuple with the DomainId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*UsersUserRoleAssignment) GetDomainType ¶
func (o *UsersUserRoleAssignment) GetDomainType() AuthorizationDomainType
GetDomainType returns the DomainType field value if set, zero value otherwise.
func (*UsersUserRoleAssignment) GetDomainTypeOk ¶
func (o *UsersUserRoleAssignment) GetDomainTypeOk() (*AuthorizationDomainType, bool)
GetDomainTypeOk returns a tuple with the DomainType field value if set, nil otherwise and a boolean to check if the value has been set.
func (*UsersUserRoleAssignment) GetRoleDescription ¶
func (o *UsersUserRoleAssignment) GetRoleDescription() string
GetRoleDescription returns the RoleDescription field value if set, zero value otherwise.
func (*UsersUserRoleAssignment) GetRoleDescriptionOk ¶
func (o *UsersUserRoleAssignment) GetRoleDescriptionOk() (*string, bool)
GetRoleDescriptionOk returns a tuple with the RoleDescription field value if set, nil otherwise and a boolean to check if the value has been set.
func (*UsersUserRoleAssignment) GetRoleDisplayName ¶
func (o *UsersUserRoleAssignment) GetRoleDisplayName() string
GetRoleDisplayName returns the RoleDisplayName field value if set, zero value otherwise.
func (*UsersUserRoleAssignment) GetRoleDisplayNameOk ¶
func (o *UsersUserRoleAssignment) GetRoleDisplayNameOk() (*string, bool)
GetRoleDisplayNameOk returns a tuple with the RoleDisplayName field value if set, nil otherwise and a boolean to check if the value has been set.
func (*UsersUserRoleAssignment) GetRoleName ¶
func (o *UsersUserRoleAssignment) GetRoleName() string
GetRoleName returns the RoleName field value if set, zero value otherwise.
func (*UsersUserRoleAssignment) GetRoleNameOk ¶
func (o *UsersUserRoleAssignment) GetRoleNameOk() (*string, bool)
GetRoleNameOk returns a tuple with the RoleName field value if set, nil otherwise and a boolean to check if the value has been set.
func (*UsersUserRoleAssignment) HasAssignedAt ¶
func (o *UsersUserRoleAssignment) HasAssignedAt() bool
HasAssignedAt returns a boolean if a field has been set.
func (*UsersUserRoleAssignment) HasDomainId ¶
func (o *UsersUserRoleAssignment) HasDomainId() bool
HasDomainId returns a boolean if a field has been set.
func (*UsersUserRoleAssignment) HasDomainType ¶
func (o *UsersUserRoleAssignment) HasDomainType() bool
HasDomainType returns a boolean if a field has been set.
func (*UsersUserRoleAssignment) HasRoleDescription ¶
func (o *UsersUserRoleAssignment) HasRoleDescription() bool
HasRoleDescription returns a boolean if a field has been set.
func (*UsersUserRoleAssignment) HasRoleDisplayName ¶
func (o *UsersUserRoleAssignment) HasRoleDisplayName() bool
HasRoleDisplayName returns a boolean if a field has been set.
func (*UsersUserRoleAssignment) HasRoleName ¶
func (o *UsersUserRoleAssignment) HasRoleName() bool
HasRoleName returns a boolean if a field has been set.
func (UsersUserRoleAssignment) MarshalJSON ¶
func (o UsersUserRoleAssignment) MarshalJSON() ([]byte, error)
func (*UsersUserRoleAssignment) SetAssignedAt ¶
func (o *UsersUserRoleAssignment) SetAssignedAt(v time.Time)
SetAssignedAt gets a reference to the given time.Time and assigns it to the AssignedAt field.
func (*UsersUserRoleAssignment) SetDomainId ¶
func (o *UsersUserRoleAssignment) SetDomainId(v string)
SetDomainId gets a reference to the given string and assigns it to the DomainId field.
func (*UsersUserRoleAssignment) SetDomainType ¶
func (o *UsersUserRoleAssignment) SetDomainType(v AuthorizationDomainType)
SetDomainType gets a reference to the given AuthorizationDomainType and assigns it to the DomainType field.
func (*UsersUserRoleAssignment) SetRoleDescription ¶
func (o *UsersUserRoleAssignment) SetRoleDescription(v string)
SetRoleDescription gets a reference to the given string and assigns it to the RoleDescription field.
func (*UsersUserRoleAssignment) SetRoleDisplayName ¶
func (o *UsersUserRoleAssignment) SetRoleDisplayName(v string)
SetRoleDisplayName gets a reference to the given string and assigns it to the RoleDisplayName field.
func (*UsersUserRoleAssignment) SetRoleName ¶
func (o *UsersUserRoleAssignment) SetRoleName(v string)
SetRoleName gets a reference to the given string and assigns it to the RoleName field.
func (UsersUserRoleAssignment) ToMap ¶
func (o UsersUserRoleAssignment) ToMap() (map[string]interface{}, error)
type UsersUserSpec ¶
type UsersUserSpec struct {
DisplayName *string `json:"displayName,omitempty"`
AccountProviders []UsersAccountProvider `json:"accountProviders,omitempty"`
}
UsersUserSpec struct for UsersUserSpec
func NewUsersUserSpec ¶
func NewUsersUserSpec() *UsersUserSpec
NewUsersUserSpec instantiates a new UsersUserSpec object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewUsersUserSpecWithDefaults ¶
func NewUsersUserSpecWithDefaults() *UsersUserSpec
NewUsersUserSpecWithDefaults instantiates a new UsersUserSpec object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*UsersUserSpec) GetAccountProviders ¶
func (o *UsersUserSpec) GetAccountProviders() []UsersAccountProvider
GetAccountProviders returns the AccountProviders field value if set, zero value otherwise.
func (*UsersUserSpec) GetAccountProvidersOk ¶
func (o *UsersUserSpec) GetAccountProvidersOk() ([]UsersAccountProvider, bool)
GetAccountProvidersOk returns a tuple with the AccountProviders field value if set, nil otherwise and a boolean to check if the value has been set.
func (*UsersUserSpec) GetDisplayName ¶
func (o *UsersUserSpec) GetDisplayName() string
GetDisplayName returns the DisplayName field value if set, zero value otherwise.
func (*UsersUserSpec) GetDisplayNameOk ¶
func (o *UsersUserSpec) GetDisplayNameOk() (*string, bool)
GetDisplayNameOk returns a tuple with the DisplayName field value if set, nil otherwise and a boolean to check if the value has been set.
func (*UsersUserSpec) HasAccountProviders ¶
func (o *UsersUserSpec) HasAccountProviders() bool
HasAccountProviders returns a boolean if a field has been set.
func (*UsersUserSpec) HasDisplayName ¶
func (o *UsersUserSpec) HasDisplayName() bool
HasDisplayName returns a boolean if a field has been set.
func (UsersUserSpec) MarshalJSON ¶
func (o UsersUserSpec) MarshalJSON() ([]byte, error)
func (*UsersUserSpec) SetAccountProviders ¶
func (o *UsersUserSpec) SetAccountProviders(v []UsersAccountProvider)
SetAccountProviders gets a reference to the given []UsersAccountProvider and assigns it to the AccountProviders field.
func (*UsersUserSpec) SetDisplayName ¶
func (o *UsersUserSpec) SetDisplayName(v string)
SetDisplayName gets a reference to the given string and assigns it to the DisplayName field.
func (UsersUserSpec) ToMap ¶
func (o UsersUserSpec) ToMap() (map[string]interface{}, error)
type UsersUserStatus ¶
type UsersUserStatus struct {
RoleAssignments []UsersUserRoleAssignment `json:"roleAssignments,omitempty"`
}
UsersUserStatus struct for UsersUserStatus
func NewUsersUserStatus ¶
func NewUsersUserStatus() *UsersUserStatus
NewUsersUserStatus instantiates a new UsersUserStatus object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewUsersUserStatusWithDefaults ¶
func NewUsersUserStatusWithDefaults() *UsersUserStatus
NewUsersUserStatusWithDefaults instantiates a new UsersUserStatus object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*UsersUserStatus) GetRoleAssignments ¶
func (o *UsersUserStatus) GetRoleAssignments() []UsersUserRoleAssignment
GetRoleAssignments returns the RoleAssignments field value if set, zero value otherwise.
func (*UsersUserStatus) GetRoleAssignmentsOk ¶
func (o *UsersUserStatus) GetRoleAssignmentsOk() ([]UsersUserRoleAssignment, bool)
GetRoleAssignmentsOk returns a tuple with the RoleAssignments field value if set, nil otherwise and a boolean to check if the value has been set.
func (*UsersUserStatus) HasRoleAssignments ¶
func (o *UsersUserStatus) HasRoleAssignments() bool
HasRoleAssignments returns a boolean if a field has been set.
func (UsersUserStatus) MarshalJSON ¶
func (o UsersUserStatus) MarshalJSON() ([]byte, error)
func (*UsersUserStatus) SetRoleAssignments ¶
func (o *UsersUserStatus) SetRoleAssignments(v []UsersUserRoleAssignment)
SetRoleAssignments gets a reference to the given []UsersUserRoleAssignment and assigns it to the RoleAssignments field.
func (UsersUserStatus) ToMap ¶
func (o UsersUserStatus) ToMap() (map[string]interface{}, error)
type WidgetAPIService ¶ added in v0.0.18
type WidgetAPIService service
WidgetAPIService WidgetAPI service
func (*WidgetAPIService) WidgetsDescribeWidget ¶ added in v0.0.18
func (a *WidgetAPIService) WidgetsDescribeWidget(ctx context.Context, name string) ApiWidgetsDescribeWidgetRequest
WidgetsDescribeWidget Describe widget
Returns a widget by its name
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param name @return ApiWidgetsDescribeWidgetRequest
func (*WidgetAPIService) WidgetsDescribeWidgetExecute ¶ added in v0.0.18
func (a *WidgetAPIService) WidgetsDescribeWidgetExecute(r ApiWidgetsDescribeWidgetRequest) (*WidgetsDescribeWidgetResponse, *http.Response, error)
Execute executes the request
@return WidgetsDescribeWidgetResponse
func (*WidgetAPIService) WidgetsListWidgets ¶ added in v0.0.18
func (a *WidgetAPIService) WidgetsListWidgets(ctx context.Context) ApiWidgetsListWidgetsRequest
WidgetsListWidgets List widgets
Returns a list of all available widgets
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return ApiWidgetsListWidgetsRequest
func (*WidgetAPIService) WidgetsListWidgetsExecute ¶ added in v0.0.18
func (a *WidgetAPIService) WidgetsListWidgetsExecute(r ApiWidgetsListWidgetsRequest) (*WidgetsListWidgetsResponse, *http.Response, error)
Execute executes the request
@return WidgetsListWidgetsResponse
type WidgetsDescribeWidgetResponse ¶ added in v0.0.18
type WidgetsDescribeWidgetResponse struct {
Widget *WidgetsWidget `json:"widget,omitempty"`
}
WidgetsDescribeWidgetResponse struct for WidgetsDescribeWidgetResponse
func NewWidgetsDescribeWidgetResponse ¶ added in v0.0.18
func NewWidgetsDescribeWidgetResponse() *WidgetsDescribeWidgetResponse
NewWidgetsDescribeWidgetResponse instantiates a new WidgetsDescribeWidgetResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewWidgetsDescribeWidgetResponseWithDefaults ¶ added in v0.0.18
func NewWidgetsDescribeWidgetResponseWithDefaults() *WidgetsDescribeWidgetResponse
NewWidgetsDescribeWidgetResponseWithDefaults instantiates a new WidgetsDescribeWidgetResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*WidgetsDescribeWidgetResponse) GetWidget ¶ added in v0.0.18
func (o *WidgetsDescribeWidgetResponse) GetWidget() WidgetsWidget
GetWidget returns the Widget field value if set, zero value otherwise.
func (*WidgetsDescribeWidgetResponse) GetWidgetOk ¶ added in v0.0.18
func (o *WidgetsDescribeWidgetResponse) GetWidgetOk() (*WidgetsWidget, bool)
GetWidgetOk returns a tuple with the Widget field value if set, nil otherwise and a boolean to check if the value has been set.
func (*WidgetsDescribeWidgetResponse) HasWidget ¶ added in v0.0.18
func (o *WidgetsDescribeWidgetResponse) HasWidget() bool
HasWidget returns a boolean if a field has been set.
func (WidgetsDescribeWidgetResponse) MarshalJSON ¶ added in v0.0.18
func (o WidgetsDescribeWidgetResponse) MarshalJSON() ([]byte, error)
func (*WidgetsDescribeWidgetResponse) SetWidget ¶ added in v0.0.18
func (o *WidgetsDescribeWidgetResponse) SetWidget(v WidgetsWidget)
SetWidget gets a reference to the given WidgetsWidget and assigns it to the Widget field.
func (WidgetsDescribeWidgetResponse) ToMap ¶ added in v0.0.18
func (o WidgetsDescribeWidgetResponse) ToMap() (map[string]interface{}, error)
type WidgetsListWidgetsResponse ¶ added in v0.0.18
type WidgetsListWidgetsResponse struct {
Widgets []WidgetsWidget `json:"widgets,omitempty"`
}
WidgetsListWidgetsResponse struct for WidgetsListWidgetsResponse
func NewWidgetsListWidgetsResponse ¶ added in v0.0.18
func NewWidgetsListWidgetsResponse() *WidgetsListWidgetsResponse
NewWidgetsListWidgetsResponse instantiates a new WidgetsListWidgetsResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewWidgetsListWidgetsResponseWithDefaults ¶ added in v0.0.18
func NewWidgetsListWidgetsResponseWithDefaults() *WidgetsListWidgetsResponse
NewWidgetsListWidgetsResponseWithDefaults instantiates a new WidgetsListWidgetsResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*WidgetsListWidgetsResponse) GetWidgets ¶ added in v0.0.18
func (o *WidgetsListWidgetsResponse) GetWidgets() []WidgetsWidget
GetWidgets returns the Widgets field value if set, zero value otherwise.
func (*WidgetsListWidgetsResponse) GetWidgetsOk ¶ added in v0.0.18
func (o *WidgetsListWidgetsResponse) GetWidgetsOk() ([]WidgetsWidget, bool)
GetWidgetsOk returns a tuple with the Widgets field value if set, nil otherwise and a boolean to check if the value has been set.
func (*WidgetsListWidgetsResponse) HasWidgets ¶ added in v0.0.18
func (o *WidgetsListWidgetsResponse) HasWidgets() bool
HasWidgets returns a boolean if a field has been set.
func (WidgetsListWidgetsResponse) MarshalJSON ¶ added in v0.0.18
func (o WidgetsListWidgetsResponse) MarshalJSON() ([]byte, error)
func (*WidgetsListWidgetsResponse) SetWidgets ¶ added in v0.0.18
func (o *WidgetsListWidgetsResponse) SetWidgets(v []WidgetsWidget)
SetWidgets gets a reference to the given []WidgetsWidget and assigns it to the Widgets field.
func (WidgetsListWidgetsResponse) ToMap ¶ added in v0.0.18
func (o WidgetsListWidgetsResponse) ToMap() (map[string]interface{}, error)
type WidgetsWidget ¶ added in v0.0.18
type WidgetsWidget struct {
Name *string `json:"name,omitempty"`
Label *string `json:"label,omitempty"`
Description *string `json:"description,omitempty"`
Icon *string `json:"icon,omitempty"`
Color *string `json:"color,omitempty"`
Configuration []ConfigurationField `json:"configuration,omitempty"`
}
WidgetsWidget struct for WidgetsWidget
func NewWidgetsWidget ¶ added in v0.0.18
func NewWidgetsWidget() *WidgetsWidget
NewWidgetsWidget instantiates a new WidgetsWidget object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewWidgetsWidgetWithDefaults ¶ added in v0.0.18
func NewWidgetsWidgetWithDefaults() *WidgetsWidget
NewWidgetsWidgetWithDefaults instantiates a new WidgetsWidget object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*WidgetsWidget) GetColor ¶ added in v0.0.18
func (o *WidgetsWidget) GetColor() string
GetColor returns the Color field value if set, zero value otherwise.
func (*WidgetsWidget) GetColorOk ¶ added in v0.0.18
func (o *WidgetsWidget) GetColorOk() (*string, bool)
GetColorOk returns a tuple with the Color field value if set, nil otherwise and a boolean to check if the value has been set.
func (*WidgetsWidget) GetConfiguration ¶ added in v0.0.18
func (o *WidgetsWidget) GetConfiguration() []ConfigurationField
GetConfiguration returns the Configuration field value if set, zero value otherwise.
func (*WidgetsWidget) GetConfigurationOk ¶ added in v0.0.18
func (o *WidgetsWidget) GetConfigurationOk() ([]ConfigurationField, bool)
GetConfigurationOk returns a tuple with the Configuration field value if set, nil otherwise and a boolean to check if the value has been set.
func (*WidgetsWidget) GetDescription ¶ added in v0.0.18
func (o *WidgetsWidget) GetDescription() string
GetDescription returns the Description field value if set, zero value otherwise.
func (*WidgetsWidget) GetDescriptionOk ¶ added in v0.0.18
func (o *WidgetsWidget) GetDescriptionOk() (*string, bool)
GetDescriptionOk returns a tuple with the Description field value if set, nil otherwise and a boolean to check if the value has been set.
func (*WidgetsWidget) GetIcon ¶ added in v0.0.18
func (o *WidgetsWidget) GetIcon() string
GetIcon returns the Icon field value if set, zero value otherwise.
func (*WidgetsWidget) GetIconOk ¶ added in v0.0.18
func (o *WidgetsWidget) GetIconOk() (*string, bool)
GetIconOk returns a tuple with the Icon field value if set, nil otherwise and a boolean to check if the value has been set.
func (*WidgetsWidget) GetLabel ¶ added in v0.0.18
func (o *WidgetsWidget) GetLabel() string
GetLabel returns the Label field value if set, zero value otherwise.
func (*WidgetsWidget) GetLabelOk ¶ added in v0.0.18
func (o *WidgetsWidget) GetLabelOk() (*string, bool)
GetLabelOk returns a tuple with the Label field value if set, nil otherwise and a boolean to check if the value has been set.
func (*WidgetsWidget) GetName ¶ added in v0.0.18
func (o *WidgetsWidget) GetName() string
GetName returns the Name field value if set, zero value otherwise.
func (*WidgetsWidget) GetNameOk ¶ added in v0.0.18
func (o *WidgetsWidget) GetNameOk() (*string, bool)
GetNameOk returns a tuple with the Name field value if set, nil otherwise and a boolean to check if the value has been set.
func (*WidgetsWidget) HasColor ¶ added in v0.0.18
func (o *WidgetsWidget) HasColor() bool
HasColor returns a boolean if a field has been set.
func (*WidgetsWidget) HasConfiguration ¶ added in v0.0.18
func (o *WidgetsWidget) HasConfiguration() bool
HasConfiguration returns a boolean if a field has been set.
func (*WidgetsWidget) HasDescription ¶ added in v0.0.18
func (o *WidgetsWidget) HasDescription() bool
HasDescription returns a boolean if a field has been set.
func (*WidgetsWidget) HasIcon ¶ added in v0.0.18
func (o *WidgetsWidget) HasIcon() bool
HasIcon returns a boolean if a field has been set.
func (*WidgetsWidget) HasLabel ¶ added in v0.0.18
func (o *WidgetsWidget) HasLabel() bool
HasLabel returns a boolean if a field has been set.
func (*WidgetsWidget) HasName ¶ added in v0.0.18
func (o *WidgetsWidget) HasName() bool
HasName returns a boolean if a field has been set.
func (WidgetsWidget) MarshalJSON ¶ added in v0.0.18
func (o WidgetsWidget) MarshalJSON() ([]byte, error)
func (*WidgetsWidget) SetColor ¶ added in v0.0.18
func (o *WidgetsWidget) SetColor(v string)
SetColor gets a reference to the given string and assigns it to the Color field.
func (*WidgetsWidget) SetConfiguration ¶ added in v0.0.18
func (o *WidgetsWidget) SetConfiguration(v []ConfigurationField)
SetConfiguration gets a reference to the given []ConfigurationField and assigns it to the Configuration field.
func (*WidgetsWidget) SetDescription ¶ added in v0.0.18
func (o *WidgetsWidget) SetDescription(v string)
SetDescription gets a reference to the given string and assigns it to the Description field.
func (*WidgetsWidget) SetIcon ¶ added in v0.0.18
func (o *WidgetsWidget) SetIcon(v string)
SetIcon gets a reference to the given string and assigns it to the Icon field.
func (*WidgetsWidget) SetLabel ¶ added in v0.0.18
func (o *WidgetsWidget) SetLabel(v string)
SetLabel gets a reference to the given string and assigns it to the Label field.
func (*WidgetsWidget) SetName ¶ added in v0.0.18
func (o *WidgetsWidget) SetName(v string)
SetName gets a reference to the given string and assigns it to the Name field.
func (WidgetsWidget) ToMap ¶ added in v0.0.18
func (o WidgetsWidget) ToMap() (map[string]interface{}, error)
type WorkflowAPIService ¶
type WorkflowAPIService service
WorkflowAPIService WorkflowAPI service
func (*WorkflowAPIService) WorkflowsCreateWorkflow ¶
func (a *WorkflowAPIService) WorkflowsCreateWorkflow(ctx context.Context) ApiWorkflowsCreateWorkflowRequest
WorkflowsCreateWorkflow Create workflow
Creates a new workflow
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return ApiWorkflowsCreateWorkflowRequest
func (*WorkflowAPIService) WorkflowsCreateWorkflowExecute ¶
func (a *WorkflowAPIService) WorkflowsCreateWorkflowExecute(r ApiWorkflowsCreateWorkflowRequest) (*WorkflowsCreateWorkflowResponse, *http.Response, error)
Execute executes the request
@return WorkflowsCreateWorkflowResponse
func (*WorkflowAPIService) WorkflowsDeleteWorkflow ¶
func (a *WorkflowAPIService) WorkflowsDeleteWorkflow(ctx context.Context, id string) ApiWorkflowsDeleteWorkflowRequest
WorkflowsDeleteWorkflow Delete workflow
Deletes an existing workflow
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param id @return ApiWorkflowsDeleteWorkflowRequest
func (*WorkflowAPIService) WorkflowsDeleteWorkflowExecute ¶
func (a *WorkflowAPIService) WorkflowsDeleteWorkflowExecute(r ApiWorkflowsDeleteWorkflowRequest) (map[string]interface{}, *http.Response, error)
Execute executes the request
@return map[string]interface{}
func (*WorkflowAPIService) WorkflowsDescribeWorkflow ¶
func (a *WorkflowAPIService) WorkflowsDescribeWorkflow(ctx context.Context, id string) ApiWorkflowsDescribeWorkflowRequest
WorkflowsDescribeWorkflow Describe workflow
Returns a workflow by ID
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param id @return ApiWorkflowsDescribeWorkflowRequest
func (*WorkflowAPIService) WorkflowsDescribeWorkflowExecute ¶
func (a *WorkflowAPIService) WorkflowsDescribeWorkflowExecute(r ApiWorkflowsDescribeWorkflowRequest) (*WorkflowsDescribeWorkflowResponse, *http.Response, error)
Execute executes the request
@return WorkflowsDescribeWorkflowResponse
func (*WorkflowAPIService) WorkflowsListWorkflows ¶
func (a *WorkflowAPIService) WorkflowsListWorkflows(ctx context.Context) ApiWorkflowsListWorkflowsRequest
WorkflowsListWorkflows List workflows
Returns a list of all workflows
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return ApiWorkflowsListWorkflowsRequest
func (*WorkflowAPIService) WorkflowsListWorkflowsExecute ¶
func (a *WorkflowAPIService) WorkflowsListWorkflowsExecute(r ApiWorkflowsListWorkflowsRequest) (*WorkflowsListWorkflowsResponse, *http.Response, error)
Execute executes the request
@return WorkflowsListWorkflowsResponse
func (*WorkflowAPIService) WorkflowsUpdateWorkflow ¶
func (a *WorkflowAPIService) WorkflowsUpdateWorkflow(ctx context.Context, id string) ApiWorkflowsUpdateWorkflowRequest
WorkflowsUpdateWorkflow Update workflow
Updates an existing workflow
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param id @return ApiWorkflowsUpdateWorkflowRequest
func (*WorkflowAPIService) WorkflowsUpdateWorkflowExecute ¶
func (a *WorkflowAPIService) WorkflowsUpdateWorkflowExecute(r ApiWorkflowsUpdateWorkflowRequest) (*WorkflowsUpdateWorkflowResponse, *http.Response, error)
Execute executes the request
@return WorkflowsUpdateWorkflowResponse
type WorkflowEventAPIService ¶
type WorkflowEventAPIService service
WorkflowEventAPIService WorkflowEventAPI service
func (*WorkflowEventAPIService) WorkflowsListEventExecutions ¶
func (a *WorkflowEventAPIService) WorkflowsListEventExecutions(ctx context.Context, workflowId string, eventId string) ApiWorkflowsListEventExecutionsRequest
WorkflowsListEventExecutions List event executions
Returns a list of all node executions triggered by a root event
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param workflowId @param eventId @return ApiWorkflowsListEventExecutionsRequest
func (*WorkflowEventAPIService) WorkflowsListEventExecutionsExecute ¶
func (a *WorkflowEventAPIService) WorkflowsListEventExecutionsExecute(r ApiWorkflowsListEventExecutionsRequest) (*WorkflowsListEventExecutionsResponse, *http.Response, error)
Execute executes the request
@return WorkflowsListEventExecutionsResponse
func (*WorkflowEventAPIService) WorkflowsListWorkflowEvents ¶
func (a *WorkflowEventAPIService) WorkflowsListWorkflowEvents(ctx context.Context, workflowId string) ApiWorkflowsListWorkflowEventsRequest
WorkflowsListWorkflowEvents List workflow events
Returns a list of root events that triggered executions in a workflow
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param workflowId @return ApiWorkflowsListWorkflowEventsRequest
func (*WorkflowEventAPIService) WorkflowsListWorkflowEventsExecute ¶
func (a *WorkflowEventAPIService) WorkflowsListWorkflowEventsExecute(r ApiWorkflowsListWorkflowEventsRequest) (*WorkflowsListWorkflowEventsResponse, *http.Response, error)
Execute executes the request
@return WorkflowsListWorkflowEventsResponse
type WorkflowNodeAPIService ¶
type WorkflowNodeAPIService service
WorkflowNodeAPIService WorkflowNodeAPI service
func (*WorkflowNodeAPIService) WorkflowsDeleteNodeQueueItem ¶
func (a *WorkflowNodeAPIService) WorkflowsDeleteNodeQueueItem(ctx context.Context, workflowId string, nodeId string, itemId string) ApiWorkflowsDeleteNodeQueueItemRequest
WorkflowsDeleteNodeQueueItem Delete item from a node's queue
Deletes a specific item in a node's queue
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param workflowId @param nodeId @param itemId @return ApiWorkflowsDeleteNodeQueueItemRequest
func (*WorkflowNodeAPIService) WorkflowsDeleteNodeQueueItemExecute ¶
func (a *WorkflowNodeAPIService) WorkflowsDeleteNodeQueueItemExecute(r ApiWorkflowsDeleteNodeQueueItemRequest) (map[string]interface{}, *http.Response, error)
Execute executes the request
@return map[string]interface{}
func (*WorkflowNodeAPIService) WorkflowsEmitNodeEvent ¶
func (a *WorkflowNodeAPIService) WorkflowsEmitNodeEvent(ctx context.Context, workflowId string, nodeId string) ApiWorkflowsEmitNodeEventRequest
WorkflowsEmitNodeEvent Emit output event for workflow node
Emit output event for workflow node
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param workflowId @param nodeId @return ApiWorkflowsEmitNodeEventRequest
func (*WorkflowNodeAPIService) WorkflowsEmitNodeEventExecute ¶
func (a *WorkflowNodeAPIService) WorkflowsEmitNodeEventExecute(r ApiWorkflowsEmitNodeEventRequest) (*WorkflowsEmitNodeEventResponse, *http.Response, error)
Execute executes the request
@return WorkflowsEmitNodeEventResponse
func (*WorkflowNodeAPIService) WorkflowsInvokeNodeTriggerAction ¶ added in v0.0.18
func (a *WorkflowNodeAPIService) WorkflowsInvokeNodeTriggerAction(ctx context.Context, workflowId string, nodeId string, actionName string) ApiWorkflowsInvokeNodeTriggerActionRequest
WorkflowsInvokeNodeTriggerAction Invoke trigger action
Invokes a custom action on a workflow node trigger
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param workflowId @param nodeId @param actionName @return ApiWorkflowsInvokeNodeTriggerActionRequest
func (*WorkflowNodeAPIService) WorkflowsInvokeNodeTriggerActionExecute ¶ added in v0.0.18
func (a *WorkflowNodeAPIService) WorkflowsInvokeNodeTriggerActionExecute(r ApiWorkflowsInvokeNodeTriggerActionRequest) (*WorkflowsInvokeNodeTriggerActionResponse, *http.Response, error)
Execute executes the request
@return WorkflowsInvokeNodeTriggerActionResponse
func (*WorkflowNodeAPIService) WorkflowsListNodeEvents ¶
func (a *WorkflowNodeAPIService) WorkflowsListNodeEvents(ctx context.Context, workflowId string, nodeId string) ApiWorkflowsListNodeEventsRequest
WorkflowsListNodeEvents List node events
Returns a list of events for a specific workflow node
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param workflowId @param nodeId @return ApiWorkflowsListNodeEventsRequest
func (*WorkflowNodeAPIService) WorkflowsListNodeEventsExecute ¶
func (a *WorkflowNodeAPIService) WorkflowsListNodeEventsExecute(r ApiWorkflowsListNodeEventsRequest) (*WorkflowsListNodeEventsResponse, *http.Response, error)
Execute executes the request
@return WorkflowsListNodeEventsResponse
func (*WorkflowNodeAPIService) WorkflowsListNodeExecutions ¶
func (a *WorkflowNodeAPIService) WorkflowsListNodeExecutions(ctx context.Context, workflowId string, nodeId string) ApiWorkflowsListNodeExecutionsRequest
WorkflowsListNodeExecutions List node executions
Returns a list of executions for a specific workflow node
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param workflowId @param nodeId @return ApiWorkflowsListNodeExecutionsRequest
func (*WorkflowNodeAPIService) WorkflowsListNodeExecutionsExecute ¶
func (a *WorkflowNodeAPIService) WorkflowsListNodeExecutionsExecute(r ApiWorkflowsListNodeExecutionsRequest) (*WorkflowsListNodeExecutionsResponse, *http.Response, error)
Execute executes the request
@return WorkflowsListNodeExecutionsResponse
func (*WorkflowNodeAPIService) WorkflowsListNodeQueueItems ¶
func (a *WorkflowNodeAPIService) WorkflowsListNodeQueueItems(ctx context.Context, workflowId string, nodeId string) ApiWorkflowsListNodeQueueItemsRequest
WorkflowsListNodeQueueItems List items in a node's queue
Returns a list of items in a node's queue
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param workflowId @param nodeId @return ApiWorkflowsListNodeQueueItemsRequest
func (*WorkflowNodeAPIService) WorkflowsListNodeQueueItemsExecute ¶
func (a *WorkflowNodeAPIService) WorkflowsListNodeQueueItemsExecute(r ApiWorkflowsListNodeQueueItemsRequest) (*WorkflowsListNodeQueueItemsResponse, *http.Response, error)
Execute executes the request
@return WorkflowsListNodeQueueItemsResponse
type WorkflowNodeExecutionAPIService ¶
type WorkflowNodeExecutionAPIService service
WorkflowNodeExecutionAPIService WorkflowNodeExecutionAPI service
func (*WorkflowNodeExecutionAPIService) WorkflowsCancelExecution ¶
func (a *WorkflowNodeExecutionAPIService) WorkflowsCancelExecution(ctx context.Context, workflowId string, executionId string) ApiWorkflowsCancelExecutionRequest
WorkflowsCancelExecution Cancel execution
Cancels a running workflow node execution
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param workflowId @param executionId @return ApiWorkflowsCancelExecutionRequest
func (*WorkflowNodeExecutionAPIService) WorkflowsCancelExecutionExecute ¶
func (a *WorkflowNodeExecutionAPIService) WorkflowsCancelExecutionExecute(r ApiWorkflowsCancelExecutionRequest) (map[string]interface{}, *http.Response, error)
Execute executes the request
@return map[string]interface{}
func (*WorkflowNodeExecutionAPIService) WorkflowsInvokeNodeExecutionAction ¶
func (a *WorkflowNodeExecutionAPIService) WorkflowsInvokeNodeExecutionAction(ctx context.Context, workflowId string, executionId string, actionName string) ApiWorkflowsInvokeNodeExecutionActionRequest
WorkflowsInvokeNodeExecutionAction Invoke execution action
Invokes a custom action on a workflow node execution
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param workflowId @param executionId @param actionName @return ApiWorkflowsInvokeNodeExecutionActionRequest
func (*WorkflowNodeExecutionAPIService) WorkflowsInvokeNodeExecutionActionExecute ¶
func (a *WorkflowNodeExecutionAPIService) WorkflowsInvokeNodeExecutionActionExecute(r ApiWorkflowsInvokeNodeExecutionActionRequest) (map[string]interface{}, *http.Response, error)
Execute executes the request
@return map[string]interface{}
func (*WorkflowNodeExecutionAPIService) WorkflowsListChildExecutions ¶
func (a *WorkflowNodeExecutionAPIService) WorkflowsListChildExecutions(ctx context.Context, workflowId string, executionId string) ApiWorkflowsListChildExecutionsRequest
WorkflowsListChildExecutions List child executions for an execution
List child executions for an execution
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param workflowId @param executionId @return ApiWorkflowsListChildExecutionsRequest
func (*WorkflowNodeExecutionAPIService) WorkflowsListChildExecutionsExecute ¶
func (a *WorkflowNodeExecutionAPIService) WorkflowsListChildExecutionsExecute(r ApiWorkflowsListChildExecutionsRequest) (*WorkflowsListChildExecutionsResponse, *http.Response, error)
Execute executes the request
@return WorkflowsListChildExecutionsResponse
func (*WorkflowNodeExecutionAPIService) WorkflowsResolveExecutionErrors ¶ added in v0.1.5
func (a *WorkflowNodeExecutionAPIService) WorkflowsResolveExecutionErrors(ctx context.Context, workflowId string) ApiWorkflowsResolveExecutionErrorsRequest
WorkflowsResolveExecutionErrors Resolve execution errors
Marks workflow node execution errors as resolved
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param workflowId @return ApiWorkflowsResolveExecutionErrorsRequest
func (*WorkflowNodeExecutionAPIService) WorkflowsResolveExecutionErrorsExecute ¶ added in v0.1.5
func (a *WorkflowNodeExecutionAPIService) WorkflowsResolveExecutionErrorsExecute(r ApiWorkflowsResolveExecutionErrorsRequest) (map[string]interface{}, *http.Response, error)
Execute executes the request
@return map[string]interface{}
type WorkflowNodeExecutionResult ¶
type WorkflowNodeExecutionResult string
WorkflowNodeExecutionResult the model 'WorkflowNodeExecutionResult'
const ( WORKFLOWNODEEXECUTIONRESULT_RESULT_UNKNOWN WorkflowNodeExecutionResult = "RESULT_UNKNOWN" WORKFLOWNODEEXECUTIONRESULT_RESULT_PASSED WorkflowNodeExecutionResult = "RESULT_PASSED" WORKFLOWNODEEXECUTIONRESULT_RESULT_FAILED WorkflowNodeExecutionResult = "RESULT_FAILED" WORKFLOWNODEEXECUTIONRESULT_RESULT_CANCELLED WorkflowNodeExecutionResult = "RESULT_CANCELLED" )
List of WorkflowNodeExecutionResult
func NewWorkflowNodeExecutionResultFromValue ¶
func NewWorkflowNodeExecutionResultFromValue(v string) (*WorkflowNodeExecutionResult, error)
NewWorkflowNodeExecutionResultFromValue returns a pointer to a valid WorkflowNodeExecutionResult for the value passed as argument, or an error if the value passed is not allowed by the enum
func (WorkflowNodeExecutionResult) IsValid ¶
func (v WorkflowNodeExecutionResult) IsValid() bool
IsValid return true if the value is valid for the enum, false otherwise
func (WorkflowNodeExecutionResult) Ptr ¶
func (v WorkflowNodeExecutionResult) Ptr() *WorkflowNodeExecutionResult
Ptr returns reference to WorkflowNodeExecutionResult value
func (*WorkflowNodeExecutionResult) UnmarshalJSON ¶
func (v *WorkflowNodeExecutionResult) UnmarshalJSON(src []byte) error
type WorkflowNodeExecutionResultReason ¶
type WorkflowNodeExecutionResultReason string
WorkflowNodeExecutionResultReason the model 'WorkflowNodeExecutionResultReason'
const ( WORKFLOWNODEEXECUTIONRESULTREASON_RESULT_REASON_OK WorkflowNodeExecutionResultReason = "RESULT_REASON_OK" WORKFLOWNODEEXECUTIONRESULTREASON_RESULT_REASON_ERROR WorkflowNodeExecutionResultReason = "RESULT_REASON_ERROR" WORKFLOWNODEEXECUTIONRESULTREASON_RESULT_REASON_ERROR_RESOLVED WorkflowNodeExecutionResultReason = "RESULT_REASON_ERROR_RESOLVED" )
List of WorkflowNodeExecutionResultReason
func NewWorkflowNodeExecutionResultReasonFromValue ¶
func NewWorkflowNodeExecutionResultReasonFromValue(v string) (*WorkflowNodeExecutionResultReason, error)
NewWorkflowNodeExecutionResultReasonFromValue returns a pointer to a valid WorkflowNodeExecutionResultReason for the value passed as argument, or an error if the value passed is not allowed by the enum
func (WorkflowNodeExecutionResultReason) IsValid ¶
func (v WorkflowNodeExecutionResultReason) IsValid() bool
IsValid return true if the value is valid for the enum, false otherwise
func (WorkflowNodeExecutionResultReason) Ptr ¶
func (v WorkflowNodeExecutionResultReason) Ptr() *WorkflowNodeExecutionResultReason
Ptr returns reference to WorkflowNodeExecutionResultReason value
func (*WorkflowNodeExecutionResultReason) UnmarshalJSON ¶
func (v *WorkflowNodeExecutionResultReason) UnmarshalJSON(src []byte) error
type WorkflowNodeExecutionState ¶
type WorkflowNodeExecutionState string
WorkflowNodeExecutionState the model 'WorkflowNodeExecutionState'
const ( WORKFLOWNODEEXECUTIONSTATE_STATE_UNKNOWN WorkflowNodeExecutionState = "STATE_UNKNOWN" WORKFLOWNODEEXECUTIONSTATE_STATE_PENDING WorkflowNodeExecutionState = "STATE_PENDING" WORKFLOWNODEEXECUTIONSTATE_STATE_STARTED WorkflowNodeExecutionState = "STATE_STARTED" WORKFLOWNODEEXECUTIONSTATE_STATE_FINISHED WorkflowNodeExecutionState = "STATE_FINISHED" )
List of WorkflowNodeExecutionState
func NewWorkflowNodeExecutionStateFromValue ¶
func NewWorkflowNodeExecutionStateFromValue(v string) (*WorkflowNodeExecutionState, error)
NewWorkflowNodeExecutionStateFromValue returns a pointer to a valid WorkflowNodeExecutionState for the value passed as argument, or an error if the value passed is not allowed by the enum
func (WorkflowNodeExecutionState) IsValid ¶
func (v WorkflowNodeExecutionState) IsValid() bool
IsValid return true if the value is valid for the enum, false otherwise
func (WorkflowNodeExecutionState) Ptr ¶
func (v WorkflowNodeExecutionState) Ptr() *WorkflowNodeExecutionState
Ptr returns reference to WorkflowNodeExecutionState value
func (*WorkflowNodeExecutionState) UnmarshalJSON ¶
func (v *WorkflowNodeExecutionState) UnmarshalJSON(src []byte) error
type WorkflowsCreateWorkflowRequest ¶
type WorkflowsCreateWorkflowRequest struct {
Workflow *WorkflowsWorkflow `json:"workflow,omitempty"`
}
WorkflowsCreateWorkflowRequest struct for WorkflowsCreateWorkflowRequest
func NewWorkflowsCreateWorkflowRequest ¶
func NewWorkflowsCreateWorkflowRequest() *WorkflowsCreateWorkflowRequest
NewWorkflowsCreateWorkflowRequest instantiates a new WorkflowsCreateWorkflowRequest object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewWorkflowsCreateWorkflowRequestWithDefaults ¶
func NewWorkflowsCreateWorkflowRequestWithDefaults() *WorkflowsCreateWorkflowRequest
NewWorkflowsCreateWorkflowRequestWithDefaults instantiates a new WorkflowsCreateWorkflowRequest object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*WorkflowsCreateWorkflowRequest) GetWorkflow ¶
func (o *WorkflowsCreateWorkflowRequest) GetWorkflow() WorkflowsWorkflow
GetWorkflow returns the Workflow field value if set, zero value otherwise.
func (*WorkflowsCreateWorkflowRequest) GetWorkflowOk ¶
func (o *WorkflowsCreateWorkflowRequest) GetWorkflowOk() (*WorkflowsWorkflow, bool)
GetWorkflowOk returns a tuple with the Workflow field value if set, nil otherwise and a boolean to check if the value has been set.
func (*WorkflowsCreateWorkflowRequest) HasWorkflow ¶
func (o *WorkflowsCreateWorkflowRequest) HasWorkflow() bool
HasWorkflow returns a boolean if a field has been set.
func (WorkflowsCreateWorkflowRequest) MarshalJSON ¶
func (o WorkflowsCreateWorkflowRequest) MarshalJSON() ([]byte, error)
func (*WorkflowsCreateWorkflowRequest) SetWorkflow ¶
func (o *WorkflowsCreateWorkflowRequest) SetWorkflow(v WorkflowsWorkflow)
SetWorkflow gets a reference to the given WorkflowsWorkflow and assigns it to the Workflow field.
func (WorkflowsCreateWorkflowRequest) ToMap ¶
func (o WorkflowsCreateWorkflowRequest) ToMap() (map[string]interface{}, error)
type WorkflowsCreateWorkflowResponse ¶
type WorkflowsCreateWorkflowResponse struct {
Workflow *WorkflowsWorkflow `json:"workflow,omitempty"`
}
WorkflowsCreateWorkflowResponse struct for WorkflowsCreateWorkflowResponse
func NewWorkflowsCreateWorkflowResponse ¶
func NewWorkflowsCreateWorkflowResponse() *WorkflowsCreateWorkflowResponse
NewWorkflowsCreateWorkflowResponse instantiates a new WorkflowsCreateWorkflowResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewWorkflowsCreateWorkflowResponseWithDefaults ¶
func NewWorkflowsCreateWorkflowResponseWithDefaults() *WorkflowsCreateWorkflowResponse
NewWorkflowsCreateWorkflowResponseWithDefaults instantiates a new WorkflowsCreateWorkflowResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*WorkflowsCreateWorkflowResponse) GetWorkflow ¶
func (o *WorkflowsCreateWorkflowResponse) GetWorkflow() WorkflowsWorkflow
GetWorkflow returns the Workflow field value if set, zero value otherwise.
func (*WorkflowsCreateWorkflowResponse) GetWorkflowOk ¶
func (o *WorkflowsCreateWorkflowResponse) GetWorkflowOk() (*WorkflowsWorkflow, bool)
GetWorkflowOk returns a tuple with the Workflow field value if set, nil otherwise and a boolean to check if the value has been set.
func (*WorkflowsCreateWorkflowResponse) HasWorkflow ¶
func (o *WorkflowsCreateWorkflowResponse) HasWorkflow() bool
HasWorkflow returns a boolean if a field has been set.
func (WorkflowsCreateWorkflowResponse) MarshalJSON ¶
func (o WorkflowsCreateWorkflowResponse) MarshalJSON() ([]byte, error)
func (*WorkflowsCreateWorkflowResponse) SetWorkflow ¶
func (o *WorkflowsCreateWorkflowResponse) SetWorkflow(v WorkflowsWorkflow)
SetWorkflow gets a reference to the given WorkflowsWorkflow and assigns it to the Workflow field.
func (WorkflowsCreateWorkflowResponse) ToMap ¶
func (o WorkflowsCreateWorkflowResponse) ToMap() (map[string]interface{}, error)
type WorkflowsDescribeWorkflowResponse ¶
type WorkflowsDescribeWorkflowResponse struct {
Workflow *WorkflowsWorkflow `json:"workflow,omitempty"`
}
WorkflowsDescribeWorkflowResponse struct for WorkflowsDescribeWorkflowResponse
func NewWorkflowsDescribeWorkflowResponse ¶
func NewWorkflowsDescribeWorkflowResponse() *WorkflowsDescribeWorkflowResponse
NewWorkflowsDescribeWorkflowResponse instantiates a new WorkflowsDescribeWorkflowResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewWorkflowsDescribeWorkflowResponseWithDefaults ¶
func NewWorkflowsDescribeWorkflowResponseWithDefaults() *WorkflowsDescribeWorkflowResponse
NewWorkflowsDescribeWorkflowResponseWithDefaults instantiates a new WorkflowsDescribeWorkflowResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*WorkflowsDescribeWorkflowResponse) GetWorkflow ¶
func (o *WorkflowsDescribeWorkflowResponse) GetWorkflow() WorkflowsWorkflow
GetWorkflow returns the Workflow field value if set, zero value otherwise.
func (*WorkflowsDescribeWorkflowResponse) GetWorkflowOk ¶
func (o *WorkflowsDescribeWorkflowResponse) GetWorkflowOk() (*WorkflowsWorkflow, bool)
GetWorkflowOk returns a tuple with the Workflow field value if set, nil otherwise and a boolean to check if the value has been set.
func (*WorkflowsDescribeWorkflowResponse) HasWorkflow ¶
func (o *WorkflowsDescribeWorkflowResponse) HasWorkflow() bool
HasWorkflow returns a boolean if a field has been set.
func (WorkflowsDescribeWorkflowResponse) MarshalJSON ¶
func (o WorkflowsDescribeWorkflowResponse) MarshalJSON() ([]byte, error)
func (*WorkflowsDescribeWorkflowResponse) SetWorkflow ¶
func (o *WorkflowsDescribeWorkflowResponse) SetWorkflow(v WorkflowsWorkflow)
SetWorkflow gets a reference to the given WorkflowsWorkflow and assigns it to the Workflow field.
func (WorkflowsDescribeWorkflowResponse) ToMap ¶
func (o WorkflowsDescribeWorkflowResponse) ToMap() (map[string]interface{}, error)
type WorkflowsEmitNodeEventBody ¶
type WorkflowsEmitNodeEventBody struct {
Channel *string `json:"channel,omitempty"`
Data map[string]interface{} `json:"data,omitempty"`
}
WorkflowsEmitNodeEventBody struct for WorkflowsEmitNodeEventBody
func NewWorkflowsEmitNodeEventBody ¶
func NewWorkflowsEmitNodeEventBody() *WorkflowsEmitNodeEventBody
NewWorkflowsEmitNodeEventBody instantiates a new WorkflowsEmitNodeEventBody object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewWorkflowsEmitNodeEventBodyWithDefaults ¶
func NewWorkflowsEmitNodeEventBodyWithDefaults() *WorkflowsEmitNodeEventBody
NewWorkflowsEmitNodeEventBodyWithDefaults instantiates a new WorkflowsEmitNodeEventBody object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*WorkflowsEmitNodeEventBody) GetChannel ¶
func (o *WorkflowsEmitNodeEventBody) GetChannel() string
GetChannel returns the Channel field value if set, zero value otherwise.
func (*WorkflowsEmitNodeEventBody) GetChannelOk ¶
func (o *WorkflowsEmitNodeEventBody) GetChannelOk() (*string, bool)
GetChannelOk returns a tuple with the Channel field value if set, nil otherwise and a boolean to check if the value has been set.
func (*WorkflowsEmitNodeEventBody) GetData ¶
func (o *WorkflowsEmitNodeEventBody) GetData() map[string]interface{}
GetData returns the Data field value if set, zero value otherwise.
func (*WorkflowsEmitNodeEventBody) GetDataOk ¶
func (o *WorkflowsEmitNodeEventBody) GetDataOk() (map[string]interface{}, bool)
GetDataOk returns a tuple with the Data field value if set, nil otherwise and a boolean to check if the value has been set.
func (*WorkflowsEmitNodeEventBody) HasChannel ¶
func (o *WorkflowsEmitNodeEventBody) HasChannel() bool
HasChannel returns a boolean if a field has been set.
func (*WorkflowsEmitNodeEventBody) HasData ¶
func (o *WorkflowsEmitNodeEventBody) HasData() bool
HasData returns a boolean if a field has been set.
func (WorkflowsEmitNodeEventBody) MarshalJSON ¶
func (o WorkflowsEmitNodeEventBody) MarshalJSON() ([]byte, error)
func (*WorkflowsEmitNodeEventBody) SetChannel ¶
func (o *WorkflowsEmitNodeEventBody) SetChannel(v string)
SetChannel gets a reference to the given string and assigns it to the Channel field.
func (*WorkflowsEmitNodeEventBody) SetData ¶
func (o *WorkflowsEmitNodeEventBody) SetData(v map[string]interface{})
SetData gets a reference to the given map[string]interface{} and assigns it to the Data field.
func (WorkflowsEmitNodeEventBody) ToMap ¶
func (o WorkflowsEmitNodeEventBody) ToMap() (map[string]interface{}, error)
type WorkflowsEmitNodeEventResponse ¶
type WorkflowsEmitNodeEventResponse struct {
EventId *string `json:"eventId,omitempty"`
}
WorkflowsEmitNodeEventResponse struct for WorkflowsEmitNodeEventResponse
func NewWorkflowsEmitNodeEventResponse ¶
func NewWorkflowsEmitNodeEventResponse() *WorkflowsEmitNodeEventResponse
NewWorkflowsEmitNodeEventResponse instantiates a new WorkflowsEmitNodeEventResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewWorkflowsEmitNodeEventResponseWithDefaults ¶
func NewWorkflowsEmitNodeEventResponseWithDefaults() *WorkflowsEmitNodeEventResponse
NewWorkflowsEmitNodeEventResponseWithDefaults instantiates a new WorkflowsEmitNodeEventResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*WorkflowsEmitNodeEventResponse) GetEventId ¶
func (o *WorkflowsEmitNodeEventResponse) GetEventId() string
GetEventId returns the EventId field value if set, zero value otherwise.
func (*WorkflowsEmitNodeEventResponse) GetEventIdOk ¶
func (o *WorkflowsEmitNodeEventResponse) GetEventIdOk() (*string, bool)
GetEventIdOk returns a tuple with the EventId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*WorkflowsEmitNodeEventResponse) HasEventId ¶
func (o *WorkflowsEmitNodeEventResponse) HasEventId() bool
HasEventId returns a boolean if a field has been set.
func (WorkflowsEmitNodeEventResponse) MarshalJSON ¶
func (o WorkflowsEmitNodeEventResponse) MarshalJSON() ([]byte, error)
func (*WorkflowsEmitNodeEventResponse) SetEventId ¶
func (o *WorkflowsEmitNodeEventResponse) SetEventId(v string)
SetEventId gets a reference to the given string and assigns it to the EventId field.
func (WorkflowsEmitNodeEventResponse) ToMap ¶
func (o WorkflowsEmitNodeEventResponse) ToMap() (map[string]interface{}, error)
type WorkflowsInvokeNodeExecutionActionBody ¶
type WorkflowsInvokeNodeExecutionActionBody struct {
Parameters map[string]interface{} `json:"parameters,omitempty"`
}
WorkflowsInvokeNodeExecutionActionBody struct for WorkflowsInvokeNodeExecutionActionBody
func NewWorkflowsInvokeNodeExecutionActionBody ¶
func NewWorkflowsInvokeNodeExecutionActionBody() *WorkflowsInvokeNodeExecutionActionBody
NewWorkflowsInvokeNodeExecutionActionBody instantiates a new WorkflowsInvokeNodeExecutionActionBody object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewWorkflowsInvokeNodeExecutionActionBodyWithDefaults ¶
func NewWorkflowsInvokeNodeExecutionActionBodyWithDefaults() *WorkflowsInvokeNodeExecutionActionBody
NewWorkflowsInvokeNodeExecutionActionBodyWithDefaults instantiates a new WorkflowsInvokeNodeExecutionActionBody object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*WorkflowsInvokeNodeExecutionActionBody) GetParameters ¶
func (o *WorkflowsInvokeNodeExecutionActionBody) GetParameters() map[string]interface{}
GetParameters returns the Parameters field value if set, zero value otherwise.
func (*WorkflowsInvokeNodeExecutionActionBody) GetParametersOk ¶
func (o *WorkflowsInvokeNodeExecutionActionBody) GetParametersOk() (map[string]interface{}, bool)
GetParametersOk returns a tuple with the Parameters field value if set, nil otherwise and a boolean to check if the value has been set.
func (*WorkflowsInvokeNodeExecutionActionBody) HasParameters ¶
func (o *WorkflowsInvokeNodeExecutionActionBody) HasParameters() bool
HasParameters returns a boolean if a field has been set.
func (WorkflowsInvokeNodeExecutionActionBody) MarshalJSON ¶
func (o WorkflowsInvokeNodeExecutionActionBody) MarshalJSON() ([]byte, error)
func (*WorkflowsInvokeNodeExecutionActionBody) SetParameters ¶
func (o *WorkflowsInvokeNodeExecutionActionBody) SetParameters(v map[string]interface{})
SetParameters gets a reference to the given map[string]interface{} and assigns it to the Parameters field.
func (WorkflowsInvokeNodeExecutionActionBody) ToMap ¶
func (o WorkflowsInvokeNodeExecutionActionBody) ToMap() (map[string]interface{}, error)
type WorkflowsInvokeNodeTriggerActionBody ¶ added in v0.0.18
type WorkflowsInvokeNodeTriggerActionBody struct {
Parameters map[string]interface{} `json:"parameters,omitempty"`
}
WorkflowsInvokeNodeTriggerActionBody struct for WorkflowsInvokeNodeTriggerActionBody
func NewWorkflowsInvokeNodeTriggerActionBody ¶ added in v0.0.18
func NewWorkflowsInvokeNodeTriggerActionBody() *WorkflowsInvokeNodeTriggerActionBody
NewWorkflowsInvokeNodeTriggerActionBody instantiates a new WorkflowsInvokeNodeTriggerActionBody object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewWorkflowsInvokeNodeTriggerActionBodyWithDefaults ¶ added in v0.0.18
func NewWorkflowsInvokeNodeTriggerActionBodyWithDefaults() *WorkflowsInvokeNodeTriggerActionBody
NewWorkflowsInvokeNodeTriggerActionBodyWithDefaults instantiates a new WorkflowsInvokeNodeTriggerActionBody object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*WorkflowsInvokeNodeTriggerActionBody) GetParameters ¶ added in v0.0.18
func (o *WorkflowsInvokeNodeTriggerActionBody) GetParameters() map[string]interface{}
GetParameters returns the Parameters field value if set, zero value otherwise.
func (*WorkflowsInvokeNodeTriggerActionBody) GetParametersOk ¶ added in v0.0.18
func (o *WorkflowsInvokeNodeTriggerActionBody) GetParametersOk() (map[string]interface{}, bool)
GetParametersOk returns a tuple with the Parameters field value if set, nil otherwise and a boolean to check if the value has been set.
func (*WorkflowsInvokeNodeTriggerActionBody) HasParameters ¶ added in v0.0.18
func (o *WorkflowsInvokeNodeTriggerActionBody) HasParameters() bool
HasParameters returns a boolean if a field has been set.
func (WorkflowsInvokeNodeTriggerActionBody) MarshalJSON ¶ added in v0.0.18
func (o WorkflowsInvokeNodeTriggerActionBody) MarshalJSON() ([]byte, error)
func (*WorkflowsInvokeNodeTriggerActionBody) SetParameters ¶ added in v0.0.18
func (o *WorkflowsInvokeNodeTriggerActionBody) SetParameters(v map[string]interface{})
SetParameters gets a reference to the given map[string]interface{} and assigns it to the Parameters field.
func (WorkflowsInvokeNodeTriggerActionBody) ToMap ¶ added in v0.0.18
func (o WorkflowsInvokeNodeTriggerActionBody) ToMap() (map[string]interface{}, error)
type WorkflowsInvokeNodeTriggerActionResponse ¶ added in v0.0.18
type WorkflowsInvokeNodeTriggerActionResponse struct {
Result map[string]interface{} `json:"result,omitempty"`
}
WorkflowsInvokeNodeTriggerActionResponse struct for WorkflowsInvokeNodeTriggerActionResponse
func NewWorkflowsInvokeNodeTriggerActionResponse ¶ added in v0.0.18
func NewWorkflowsInvokeNodeTriggerActionResponse() *WorkflowsInvokeNodeTriggerActionResponse
NewWorkflowsInvokeNodeTriggerActionResponse instantiates a new WorkflowsInvokeNodeTriggerActionResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewWorkflowsInvokeNodeTriggerActionResponseWithDefaults ¶ added in v0.0.18
func NewWorkflowsInvokeNodeTriggerActionResponseWithDefaults() *WorkflowsInvokeNodeTriggerActionResponse
NewWorkflowsInvokeNodeTriggerActionResponseWithDefaults instantiates a new WorkflowsInvokeNodeTriggerActionResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*WorkflowsInvokeNodeTriggerActionResponse) GetResult ¶ added in v0.0.18
func (o *WorkflowsInvokeNodeTriggerActionResponse) GetResult() map[string]interface{}
GetResult returns the Result field value if set, zero value otherwise.
func (*WorkflowsInvokeNodeTriggerActionResponse) GetResultOk ¶ added in v0.0.18
func (o *WorkflowsInvokeNodeTriggerActionResponse) GetResultOk() (map[string]interface{}, bool)
GetResultOk returns a tuple with the Result field value if set, nil otherwise and a boolean to check if the value has been set.
func (*WorkflowsInvokeNodeTriggerActionResponse) HasResult ¶ added in v0.0.18
func (o *WorkflowsInvokeNodeTriggerActionResponse) HasResult() bool
HasResult returns a boolean if a field has been set.
func (WorkflowsInvokeNodeTriggerActionResponse) MarshalJSON ¶ added in v0.0.18
func (o WorkflowsInvokeNodeTriggerActionResponse) MarshalJSON() ([]byte, error)
func (*WorkflowsInvokeNodeTriggerActionResponse) SetResult ¶ added in v0.0.18
func (o *WorkflowsInvokeNodeTriggerActionResponse) SetResult(v map[string]interface{})
SetResult gets a reference to the given map[string]interface{} and assigns it to the Result field.
func (WorkflowsInvokeNodeTriggerActionResponse) ToMap ¶ added in v0.0.18
func (o WorkflowsInvokeNodeTriggerActionResponse) ToMap() (map[string]interface{}, error)
type WorkflowsListChildExecutionsResponse ¶
type WorkflowsListChildExecutionsResponse struct {
Executions []WorkflowsWorkflowNodeExecution `json:"executions,omitempty"`
}
WorkflowsListChildExecutionsResponse struct for WorkflowsListChildExecutionsResponse
func NewWorkflowsListChildExecutionsResponse ¶
func NewWorkflowsListChildExecutionsResponse() *WorkflowsListChildExecutionsResponse
NewWorkflowsListChildExecutionsResponse instantiates a new WorkflowsListChildExecutionsResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewWorkflowsListChildExecutionsResponseWithDefaults ¶
func NewWorkflowsListChildExecutionsResponseWithDefaults() *WorkflowsListChildExecutionsResponse
NewWorkflowsListChildExecutionsResponseWithDefaults instantiates a new WorkflowsListChildExecutionsResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*WorkflowsListChildExecutionsResponse) GetExecutions ¶
func (o *WorkflowsListChildExecutionsResponse) GetExecutions() []WorkflowsWorkflowNodeExecution
GetExecutions returns the Executions field value if set, zero value otherwise.
func (*WorkflowsListChildExecutionsResponse) GetExecutionsOk ¶
func (o *WorkflowsListChildExecutionsResponse) GetExecutionsOk() ([]WorkflowsWorkflowNodeExecution, bool)
GetExecutionsOk returns a tuple with the Executions field value if set, nil otherwise and a boolean to check if the value has been set.
func (*WorkflowsListChildExecutionsResponse) HasExecutions ¶
func (o *WorkflowsListChildExecutionsResponse) HasExecutions() bool
HasExecutions returns a boolean if a field has been set.
func (WorkflowsListChildExecutionsResponse) MarshalJSON ¶
func (o WorkflowsListChildExecutionsResponse) MarshalJSON() ([]byte, error)
func (*WorkflowsListChildExecutionsResponse) SetExecutions ¶
func (o *WorkflowsListChildExecutionsResponse) SetExecutions(v []WorkflowsWorkflowNodeExecution)
SetExecutions gets a reference to the given []WorkflowsWorkflowNodeExecution and assigns it to the Executions field.
func (WorkflowsListChildExecutionsResponse) ToMap ¶
func (o WorkflowsListChildExecutionsResponse) ToMap() (map[string]interface{}, error)
type WorkflowsListEventExecutionsResponse ¶
type WorkflowsListEventExecutionsResponse struct {
Executions []WorkflowsWorkflowNodeExecution `json:"executions,omitempty"`
}
WorkflowsListEventExecutionsResponse struct for WorkflowsListEventExecutionsResponse
func NewWorkflowsListEventExecutionsResponse ¶
func NewWorkflowsListEventExecutionsResponse() *WorkflowsListEventExecutionsResponse
NewWorkflowsListEventExecutionsResponse instantiates a new WorkflowsListEventExecutionsResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewWorkflowsListEventExecutionsResponseWithDefaults ¶
func NewWorkflowsListEventExecutionsResponseWithDefaults() *WorkflowsListEventExecutionsResponse
NewWorkflowsListEventExecutionsResponseWithDefaults instantiates a new WorkflowsListEventExecutionsResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*WorkflowsListEventExecutionsResponse) GetExecutions ¶
func (o *WorkflowsListEventExecutionsResponse) GetExecutions() []WorkflowsWorkflowNodeExecution
GetExecutions returns the Executions field value if set, zero value otherwise.
func (*WorkflowsListEventExecutionsResponse) GetExecutionsOk ¶
func (o *WorkflowsListEventExecutionsResponse) GetExecutionsOk() ([]WorkflowsWorkflowNodeExecution, bool)
GetExecutionsOk returns a tuple with the Executions field value if set, nil otherwise and a boolean to check if the value has been set.
func (*WorkflowsListEventExecutionsResponse) HasExecutions ¶
func (o *WorkflowsListEventExecutionsResponse) HasExecutions() bool
HasExecutions returns a boolean if a field has been set.
func (WorkflowsListEventExecutionsResponse) MarshalJSON ¶
func (o WorkflowsListEventExecutionsResponse) MarshalJSON() ([]byte, error)
func (*WorkflowsListEventExecutionsResponse) SetExecutions ¶
func (o *WorkflowsListEventExecutionsResponse) SetExecutions(v []WorkflowsWorkflowNodeExecution)
SetExecutions gets a reference to the given []WorkflowsWorkflowNodeExecution and assigns it to the Executions field.
func (WorkflowsListEventExecutionsResponse) ToMap ¶
func (o WorkflowsListEventExecutionsResponse) ToMap() (map[string]interface{}, error)
type WorkflowsListNodeEventsResponse ¶
type WorkflowsListNodeEventsResponse struct {
Events []WorkflowsWorkflowEvent `json:"events,omitempty"`
TotalCount *int64 `json:"totalCount,omitempty"`
HasNextPage *bool `json:"hasNextPage,omitempty"`
LastTimestamp *time.Time `json:"lastTimestamp,omitempty"`
}
WorkflowsListNodeEventsResponse struct for WorkflowsListNodeEventsResponse
func NewWorkflowsListNodeEventsResponse ¶
func NewWorkflowsListNodeEventsResponse() *WorkflowsListNodeEventsResponse
NewWorkflowsListNodeEventsResponse instantiates a new WorkflowsListNodeEventsResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewWorkflowsListNodeEventsResponseWithDefaults ¶
func NewWorkflowsListNodeEventsResponseWithDefaults() *WorkflowsListNodeEventsResponse
NewWorkflowsListNodeEventsResponseWithDefaults instantiates a new WorkflowsListNodeEventsResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*WorkflowsListNodeEventsResponse) GetEvents ¶
func (o *WorkflowsListNodeEventsResponse) GetEvents() []WorkflowsWorkflowEvent
GetEvents returns the Events field value if set, zero value otherwise.
func (*WorkflowsListNodeEventsResponse) GetEventsOk ¶
func (o *WorkflowsListNodeEventsResponse) GetEventsOk() ([]WorkflowsWorkflowEvent, bool)
GetEventsOk returns a tuple with the Events field value if set, nil otherwise and a boolean to check if the value has been set.
func (*WorkflowsListNodeEventsResponse) GetHasNextPage ¶
func (o *WorkflowsListNodeEventsResponse) GetHasNextPage() bool
GetHasNextPage returns the HasNextPage field value if set, zero value otherwise.
func (*WorkflowsListNodeEventsResponse) GetHasNextPageOk ¶
func (o *WorkflowsListNodeEventsResponse) GetHasNextPageOk() (*bool, bool)
GetHasNextPageOk returns a tuple with the HasNextPage field value if set, nil otherwise and a boolean to check if the value has been set.
func (*WorkflowsListNodeEventsResponse) GetLastTimestamp ¶
func (o *WorkflowsListNodeEventsResponse) GetLastTimestamp() time.Time
GetLastTimestamp returns the LastTimestamp field value if set, zero value otherwise.
func (*WorkflowsListNodeEventsResponse) GetLastTimestampOk ¶
func (o *WorkflowsListNodeEventsResponse) GetLastTimestampOk() (*time.Time, bool)
GetLastTimestampOk returns a tuple with the LastTimestamp field value if set, nil otherwise and a boolean to check if the value has been set.
func (*WorkflowsListNodeEventsResponse) GetTotalCount ¶
func (o *WorkflowsListNodeEventsResponse) GetTotalCount() int64
GetTotalCount returns the TotalCount field value if set, zero value otherwise.
func (*WorkflowsListNodeEventsResponse) GetTotalCountOk ¶
func (o *WorkflowsListNodeEventsResponse) GetTotalCountOk() (*int64, bool)
GetTotalCountOk returns a tuple with the TotalCount field value if set, nil otherwise and a boolean to check if the value has been set.
func (*WorkflowsListNodeEventsResponse) HasEvents ¶
func (o *WorkflowsListNodeEventsResponse) HasEvents() bool
HasEvents returns a boolean if a field has been set.
func (*WorkflowsListNodeEventsResponse) HasHasNextPage ¶
func (o *WorkflowsListNodeEventsResponse) HasHasNextPage() bool
HasHasNextPage returns a boolean if a field has been set.
func (*WorkflowsListNodeEventsResponse) HasLastTimestamp ¶
func (o *WorkflowsListNodeEventsResponse) HasLastTimestamp() bool
HasLastTimestamp returns a boolean if a field has been set.
func (*WorkflowsListNodeEventsResponse) HasTotalCount ¶
func (o *WorkflowsListNodeEventsResponse) HasTotalCount() bool
HasTotalCount returns a boolean if a field has been set.
func (WorkflowsListNodeEventsResponse) MarshalJSON ¶
func (o WorkflowsListNodeEventsResponse) MarshalJSON() ([]byte, error)
func (*WorkflowsListNodeEventsResponse) SetEvents ¶
func (o *WorkflowsListNodeEventsResponse) SetEvents(v []WorkflowsWorkflowEvent)
SetEvents gets a reference to the given []WorkflowsWorkflowEvent and assigns it to the Events field.
func (*WorkflowsListNodeEventsResponse) SetHasNextPage ¶
func (o *WorkflowsListNodeEventsResponse) SetHasNextPage(v bool)
SetHasNextPage gets a reference to the given bool and assigns it to the HasNextPage field.
func (*WorkflowsListNodeEventsResponse) SetLastTimestamp ¶
func (o *WorkflowsListNodeEventsResponse) SetLastTimestamp(v time.Time)
SetLastTimestamp gets a reference to the given time.Time and assigns it to the LastTimestamp field.
func (*WorkflowsListNodeEventsResponse) SetTotalCount ¶
func (o *WorkflowsListNodeEventsResponse) SetTotalCount(v int64)
SetTotalCount gets a reference to the given int64 and assigns it to the TotalCount field.
func (WorkflowsListNodeEventsResponse) ToMap ¶
func (o WorkflowsListNodeEventsResponse) ToMap() (map[string]interface{}, error)
type WorkflowsListNodeExecutionsResponse ¶
type WorkflowsListNodeExecutionsResponse struct {
Executions []WorkflowsWorkflowNodeExecution `json:"executions,omitempty"`
TotalCount *int64 `json:"totalCount,omitempty"`
HasNextPage *bool `json:"hasNextPage,omitempty"`
LastTimestamp *time.Time `json:"lastTimestamp,omitempty"`
}
WorkflowsListNodeExecutionsResponse struct for WorkflowsListNodeExecutionsResponse
func NewWorkflowsListNodeExecutionsResponse ¶
func NewWorkflowsListNodeExecutionsResponse() *WorkflowsListNodeExecutionsResponse
NewWorkflowsListNodeExecutionsResponse instantiates a new WorkflowsListNodeExecutionsResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewWorkflowsListNodeExecutionsResponseWithDefaults ¶
func NewWorkflowsListNodeExecutionsResponseWithDefaults() *WorkflowsListNodeExecutionsResponse
NewWorkflowsListNodeExecutionsResponseWithDefaults instantiates a new WorkflowsListNodeExecutionsResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*WorkflowsListNodeExecutionsResponse) GetExecutions ¶
func (o *WorkflowsListNodeExecutionsResponse) GetExecutions() []WorkflowsWorkflowNodeExecution
GetExecutions returns the Executions field value if set, zero value otherwise.
func (*WorkflowsListNodeExecutionsResponse) GetExecutionsOk ¶
func (o *WorkflowsListNodeExecutionsResponse) GetExecutionsOk() ([]WorkflowsWorkflowNodeExecution, bool)
GetExecutionsOk returns a tuple with the Executions field value if set, nil otherwise and a boolean to check if the value has been set.
func (*WorkflowsListNodeExecutionsResponse) GetHasNextPage ¶
func (o *WorkflowsListNodeExecutionsResponse) GetHasNextPage() bool
GetHasNextPage returns the HasNextPage field value if set, zero value otherwise.
func (*WorkflowsListNodeExecutionsResponse) GetHasNextPageOk ¶
func (o *WorkflowsListNodeExecutionsResponse) GetHasNextPageOk() (*bool, bool)
GetHasNextPageOk returns a tuple with the HasNextPage field value if set, nil otherwise and a boolean to check if the value has been set.
func (*WorkflowsListNodeExecutionsResponse) GetLastTimestamp ¶
func (o *WorkflowsListNodeExecutionsResponse) GetLastTimestamp() time.Time
GetLastTimestamp returns the LastTimestamp field value if set, zero value otherwise.
func (*WorkflowsListNodeExecutionsResponse) GetLastTimestampOk ¶
func (o *WorkflowsListNodeExecutionsResponse) GetLastTimestampOk() (*time.Time, bool)
GetLastTimestampOk returns a tuple with the LastTimestamp field value if set, nil otherwise and a boolean to check if the value has been set.
func (*WorkflowsListNodeExecutionsResponse) GetTotalCount ¶
func (o *WorkflowsListNodeExecutionsResponse) GetTotalCount() int64
GetTotalCount returns the TotalCount field value if set, zero value otherwise.
func (*WorkflowsListNodeExecutionsResponse) GetTotalCountOk ¶
func (o *WorkflowsListNodeExecutionsResponse) GetTotalCountOk() (*int64, bool)
GetTotalCountOk returns a tuple with the TotalCount field value if set, nil otherwise and a boolean to check if the value has been set.
func (*WorkflowsListNodeExecutionsResponse) HasExecutions ¶
func (o *WorkflowsListNodeExecutionsResponse) HasExecutions() bool
HasExecutions returns a boolean if a field has been set.
func (*WorkflowsListNodeExecutionsResponse) HasHasNextPage ¶
func (o *WorkflowsListNodeExecutionsResponse) HasHasNextPage() bool
HasHasNextPage returns a boolean if a field has been set.
func (*WorkflowsListNodeExecutionsResponse) HasLastTimestamp ¶
func (o *WorkflowsListNodeExecutionsResponse) HasLastTimestamp() bool
HasLastTimestamp returns a boolean if a field has been set.
func (*WorkflowsListNodeExecutionsResponse) HasTotalCount ¶
func (o *WorkflowsListNodeExecutionsResponse) HasTotalCount() bool
HasTotalCount returns a boolean if a field has been set.
func (WorkflowsListNodeExecutionsResponse) MarshalJSON ¶
func (o WorkflowsListNodeExecutionsResponse) MarshalJSON() ([]byte, error)
func (*WorkflowsListNodeExecutionsResponse) SetExecutions ¶
func (o *WorkflowsListNodeExecutionsResponse) SetExecutions(v []WorkflowsWorkflowNodeExecution)
SetExecutions gets a reference to the given []WorkflowsWorkflowNodeExecution and assigns it to the Executions field.
func (*WorkflowsListNodeExecutionsResponse) SetHasNextPage ¶
func (o *WorkflowsListNodeExecutionsResponse) SetHasNextPage(v bool)
SetHasNextPage gets a reference to the given bool and assigns it to the HasNextPage field.
func (*WorkflowsListNodeExecutionsResponse) SetLastTimestamp ¶
func (o *WorkflowsListNodeExecutionsResponse) SetLastTimestamp(v time.Time)
SetLastTimestamp gets a reference to the given time.Time and assigns it to the LastTimestamp field.
func (*WorkflowsListNodeExecutionsResponse) SetTotalCount ¶
func (o *WorkflowsListNodeExecutionsResponse) SetTotalCount(v int64)
SetTotalCount gets a reference to the given int64 and assigns it to the TotalCount field.
func (WorkflowsListNodeExecutionsResponse) ToMap ¶
func (o WorkflowsListNodeExecutionsResponse) ToMap() (map[string]interface{}, error)
type WorkflowsListNodeQueueItemsResponse ¶
type WorkflowsListNodeQueueItemsResponse struct {
Items []WorkflowsWorkflowNodeQueueItem `json:"items,omitempty"`
TotalCount *int64 `json:"totalCount,omitempty"`
HasNextPage *bool `json:"hasNextPage,omitempty"`
LastTimestamp *time.Time `json:"lastTimestamp,omitempty"`
}
WorkflowsListNodeQueueItemsResponse struct for WorkflowsListNodeQueueItemsResponse
func NewWorkflowsListNodeQueueItemsResponse ¶
func NewWorkflowsListNodeQueueItemsResponse() *WorkflowsListNodeQueueItemsResponse
NewWorkflowsListNodeQueueItemsResponse instantiates a new WorkflowsListNodeQueueItemsResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewWorkflowsListNodeQueueItemsResponseWithDefaults ¶
func NewWorkflowsListNodeQueueItemsResponseWithDefaults() *WorkflowsListNodeQueueItemsResponse
NewWorkflowsListNodeQueueItemsResponseWithDefaults instantiates a new WorkflowsListNodeQueueItemsResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*WorkflowsListNodeQueueItemsResponse) GetHasNextPage ¶
func (o *WorkflowsListNodeQueueItemsResponse) GetHasNextPage() bool
GetHasNextPage returns the HasNextPage field value if set, zero value otherwise.
func (*WorkflowsListNodeQueueItemsResponse) GetHasNextPageOk ¶
func (o *WorkflowsListNodeQueueItemsResponse) GetHasNextPageOk() (*bool, bool)
GetHasNextPageOk returns a tuple with the HasNextPage field value if set, nil otherwise and a boolean to check if the value has been set.
func (*WorkflowsListNodeQueueItemsResponse) GetItems ¶
func (o *WorkflowsListNodeQueueItemsResponse) GetItems() []WorkflowsWorkflowNodeQueueItem
GetItems returns the Items field value if set, zero value otherwise.
func (*WorkflowsListNodeQueueItemsResponse) GetItemsOk ¶
func (o *WorkflowsListNodeQueueItemsResponse) GetItemsOk() ([]WorkflowsWorkflowNodeQueueItem, bool)
GetItemsOk returns a tuple with the Items field value if set, nil otherwise and a boolean to check if the value has been set.
func (*WorkflowsListNodeQueueItemsResponse) GetLastTimestamp ¶
func (o *WorkflowsListNodeQueueItemsResponse) GetLastTimestamp() time.Time
GetLastTimestamp returns the LastTimestamp field value if set, zero value otherwise.
func (*WorkflowsListNodeQueueItemsResponse) GetLastTimestampOk ¶
func (o *WorkflowsListNodeQueueItemsResponse) GetLastTimestampOk() (*time.Time, bool)
GetLastTimestampOk returns a tuple with the LastTimestamp field value if set, nil otherwise and a boolean to check if the value has been set.
func (*WorkflowsListNodeQueueItemsResponse) GetTotalCount ¶
func (o *WorkflowsListNodeQueueItemsResponse) GetTotalCount() int64
GetTotalCount returns the TotalCount field value if set, zero value otherwise.
func (*WorkflowsListNodeQueueItemsResponse) GetTotalCountOk ¶
func (o *WorkflowsListNodeQueueItemsResponse) GetTotalCountOk() (*int64, bool)
GetTotalCountOk returns a tuple with the TotalCount field value if set, nil otherwise and a boolean to check if the value has been set.
func (*WorkflowsListNodeQueueItemsResponse) HasHasNextPage ¶
func (o *WorkflowsListNodeQueueItemsResponse) HasHasNextPage() bool
HasHasNextPage returns a boolean if a field has been set.
func (*WorkflowsListNodeQueueItemsResponse) HasItems ¶
func (o *WorkflowsListNodeQueueItemsResponse) HasItems() bool
HasItems returns a boolean if a field has been set.
func (*WorkflowsListNodeQueueItemsResponse) HasLastTimestamp ¶
func (o *WorkflowsListNodeQueueItemsResponse) HasLastTimestamp() bool
HasLastTimestamp returns a boolean if a field has been set.
func (*WorkflowsListNodeQueueItemsResponse) HasTotalCount ¶
func (o *WorkflowsListNodeQueueItemsResponse) HasTotalCount() bool
HasTotalCount returns a boolean if a field has been set.
func (WorkflowsListNodeQueueItemsResponse) MarshalJSON ¶
func (o WorkflowsListNodeQueueItemsResponse) MarshalJSON() ([]byte, error)
func (*WorkflowsListNodeQueueItemsResponse) SetHasNextPage ¶
func (o *WorkflowsListNodeQueueItemsResponse) SetHasNextPage(v bool)
SetHasNextPage gets a reference to the given bool and assigns it to the HasNextPage field.
func (*WorkflowsListNodeQueueItemsResponse) SetItems ¶
func (o *WorkflowsListNodeQueueItemsResponse) SetItems(v []WorkflowsWorkflowNodeQueueItem)
SetItems gets a reference to the given []WorkflowsWorkflowNodeQueueItem and assigns it to the Items field.
func (*WorkflowsListNodeQueueItemsResponse) SetLastTimestamp ¶
func (o *WorkflowsListNodeQueueItemsResponse) SetLastTimestamp(v time.Time)
SetLastTimestamp gets a reference to the given time.Time and assigns it to the LastTimestamp field.
func (*WorkflowsListNodeQueueItemsResponse) SetTotalCount ¶
func (o *WorkflowsListNodeQueueItemsResponse) SetTotalCount(v int64)
SetTotalCount gets a reference to the given int64 and assigns it to the TotalCount field.
func (WorkflowsListNodeQueueItemsResponse) ToMap ¶
func (o WorkflowsListNodeQueueItemsResponse) ToMap() (map[string]interface{}, error)
type WorkflowsListWorkflowEventsResponse ¶
type WorkflowsListWorkflowEventsResponse struct {
Events []WorkflowsWorkflowEventWithExecutions `json:"events,omitempty"`
TotalCount *int64 `json:"totalCount,omitempty"`
HasNextPage *bool `json:"hasNextPage,omitempty"`
LastTimestamp *time.Time `json:"lastTimestamp,omitempty"`
}
WorkflowsListWorkflowEventsResponse struct for WorkflowsListWorkflowEventsResponse
func NewWorkflowsListWorkflowEventsResponse ¶
func NewWorkflowsListWorkflowEventsResponse() *WorkflowsListWorkflowEventsResponse
NewWorkflowsListWorkflowEventsResponse instantiates a new WorkflowsListWorkflowEventsResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewWorkflowsListWorkflowEventsResponseWithDefaults ¶
func NewWorkflowsListWorkflowEventsResponseWithDefaults() *WorkflowsListWorkflowEventsResponse
NewWorkflowsListWorkflowEventsResponseWithDefaults instantiates a new WorkflowsListWorkflowEventsResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*WorkflowsListWorkflowEventsResponse) GetEvents ¶
func (o *WorkflowsListWorkflowEventsResponse) GetEvents() []WorkflowsWorkflowEventWithExecutions
GetEvents returns the Events field value if set, zero value otherwise.
func (*WorkflowsListWorkflowEventsResponse) GetEventsOk ¶
func (o *WorkflowsListWorkflowEventsResponse) GetEventsOk() ([]WorkflowsWorkflowEventWithExecutions, bool)
GetEventsOk returns a tuple with the Events field value if set, nil otherwise and a boolean to check if the value has been set.
func (*WorkflowsListWorkflowEventsResponse) GetHasNextPage ¶
func (o *WorkflowsListWorkflowEventsResponse) GetHasNextPage() bool
GetHasNextPage returns the HasNextPage field value if set, zero value otherwise.
func (*WorkflowsListWorkflowEventsResponse) GetHasNextPageOk ¶
func (o *WorkflowsListWorkflowEventsResponse) GetHasNextPageOk() (*bool, bool)
GetHasNextPageOk returns a tuple with the HasNextPage field value if set, nil otherwise and a boolean to check if the value has been set.
func (*WorkflowsListWorkflowEventsResponse) GetLastTimestamp ¶
func (o *WorkflowsListWorkflowEventsResponse) GetLastTimestamp() time.Time
GetLastTimestamp returns the LastTimestamp field value if set, zero value otherwise.
func (*WorkflowsListWorkflowEventsResponse) GetLastTimestampOk ¶
func (o *WorkflowsListWorkflowEventsResponse) GetLastTimestampOk() (*time.Time, bool)
GetLastTimestampOk returns a tuple with the LastTimestamp field value if set, nil otherwise and a boolean to check if the value has been set.
func (*WorkflowsListWorkflowEventsResponse) GetTotalCount ¶
func (o *WorkflowsListWorkflowEventsResponse) GetTotalCount() int64
GetTotalCount returns the TotalCount field value if set, zero value otherwise.
func (*WorkflowsListWorkflowEventsResponse) GetTotalCountOk ¶
func (o *WorkflowsListWorkflowEventsResponse) GetTotalCountOk() (*int64, bool)
GetTotalCountOk returns a tuple with the TotalCount field value if set, nil otherwise and a boolean to check if the value has been set.
func (*WorkflowsListWorkflowEventsResponse) HasEvents ¶
func (o *WorkflowsListWorkflowEventsResponse) HasEvents() bool
HasEvents returns a boolean if a field has been set.
func (*WorkflowsListWorkflowEventsResponse) HasHasNextPage ¶
func (o *WorkflowsListWorkflowEventsResponse) HasHasNextPage() bool
HasHasNextPage returns a boolean if a field has been set.
func (*WorkflowsListWorkflowEventsResponse) HasLastTimestamp ¶
func (o *WorkflowsListWorkflowEventsResponse) HasLastTimestamp() bool
HasLastTimestamp returns a boolean if a field has been set.
func (*WorkflowsListWorkflowEventsResponse) HasTotalCount ¶
func (o *WorkflowsListWorkflowEventsResponse) HasTotalCount() bool
HasTotalCount returns a boolean if a field has been set.
func (WorkflowsListWorkflowEventsResponse) MarshalJSON ¶
func (o WorkflowsListWorkflowEventsResponse) MarshalJSON() ([]byte, error)
func (*WorkflowsListWorkflowEventsResponse) SetEvents ¶
func (o *WorkflowsListWorkflowEventsResponse) SetEvents(v []WorkflowsWorkflowEventWithExecutions)
SetEvents gets a reference to the given []WorkflowsWorkflowEventWithExecutions and assigns it to the Events field.
func (*WorkflowsListWorkflowEventsResponse) SetHasNextPage ¶
func (o *WorkflowsListWorkflowEventsResponse) SetHasNextPage(v bool)
SetHasNextPage gets a reference to the given bool and assigns it to the HasNextPage field.
func (*WorkflowsListWorkflowEventsResponse) SetLastTimestamp ¶
func (o *WorkflowsListWorkflowEventsResponse) SetLastTimestamp(v time.Time)
SetLastTimestamp gets a reference to the given time.Time and assigns it to the LastTimestamp field.
func (*WorkflowsListWorkflowEventsResponse) SetTotalCount ¶
func (o *WorkflowsListWorkflowEventsResponse) SetTotalCount(v int64)
SetTotalCount gets a reference to the given int64 and assigns it to the TotalCount field.
func (WorkflowsListWorkflowEventsResponse) ToMap ¶
func (o WorkflowsListWorkflowEventsResponse) ToMap() (map[string]interface{}, error)
type WorkflowsListWorkflowsResponse ¶
type WorkflowsListWorkflowsResponse struct {
Workflows []WorkflowsWorkflow `json:"workflows,omitempty"`
}
WorkflowsListWorkflowsResponse struct for WorkflowsListWorkflowsResponse
func NewWorkflowsListWorkflowsResponse ¶
func NewWorkflowsListWorkflowsResponse() *WorkflowsListWorkflowsResponse
NewWorkflowsListWorkflowsResponse instantiates a new WorkflowsListWorkflowsResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewWorkflowsListWorkflowsResponseWithDefaults ¶
func NewWorkflowsListWorkflowsResponseWithDefaults() *WorkflowsListWorkflowsResponse
NewWorkflowsListWorkflowsResponseWithDefaults instantiates a new WorkflowsListWorkflowsResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*WorkflowsListWorkflowsResponse) GetWorkflows ¶
func (o *WorkflowsListWorkflowsResponse) GetWorkflows() []WorkflowsWorkflow
GetWorkflows returns the Workflows field value if set, zero value otherwise.
func (*WorkflowsListWorkflowsResponse) GetWorkflowsOk ¶
func (o *WorkflowsListWorkflowsResponse) GetWorkflowsOk() ([]WorkflowsWorkflow, bool)
GetWorkflowsOk returns a tuple with the Workflows field value if set, nil otherwise and a boolean to check if the value has been set.
func (*WorkflowsListWorkflowsResponse) HasWorkflows ¶
func (o *WorkflowsListWorkflowsResponse) HasWorkflows() bool
HasWorkflows returns a boolean if a field has been set.
func (WorkflowsListWorkflowsResponse) MarshalJSON ¶
func (o WorkflowsListWorkflowsResponse) MarshalJSON() ([]byte, error)
func (*WorkflowsListWorkflowsResponse) SetWorkflows ¶
func (o *WorkflowsListWorkflowsResponse) SetWorkflows(v []WorkflowsWorkflow)
SetWorkflows gets a reference to the given []WorkflowsWorkflow and assigns it to the Workflows field.
func (WorkflowsListWorkflowsResponse) ToMap ¶
func (o WorkflowsListWorkflowsResponse) ToMap() (map[string]interface{}, error)
type WorkflowsResolveExecutionErrorsBody ¶ added in v0.1.5
type WorkflowsResolveExecutionErrorsBody struct {
ExecutionIds []string `json:"executionIds,omitempty"`
}
WorkflowsResolveExecutionErrorsBody struct for WorkflowsResolveExecutionErrorsBody
func NewWorkflowsResolveExecutionErrorsBody ¶ added in v0.1.5
func NewWorkflowsResolveExecutionErrorsBody() *WorkflowsResolveExecutionErrorsBody
NewWorkflowsResolveExecutionErrorsBody instantiates a new WorkflowsResolveExecutionErrorsBody object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewWorkflowsResolveExecutionErrorsBodyWithDefaults ¶ added in v0.1.5
func NewWorkflowsResolveExecutionErrorsBodyWithDefaults() *WorkflowsResolveExecutionErrorsBody
NewWorkflowsResolveExecutionErrorsBodyWithDefaults instantiates a new WorkflowsResolveExecutionErrorsBody object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*WorkflowsResolveExecutionErrorsBody) GetExecutionIds ¶ added in v0.1.5
func (o *WorkflowsResolveExecutionErrorsBody) GetExecutionIds() []string
GetExecutionIds returns the ExecutionIds field value if set, zero value otherwise.
func (*WorkflowsResolveExecutionErrorsBody) GetExecutionIdsOk ¶ added in v0.1.5
func (o *WorkflowsResolveExecutionErrorsBody) GetExecutionIdsOk() ([]string, bool)
GetExecutionIdsOk returns a tuple with the ExecutionIds field value if set, nil otherwise and a boolean to check if the value has been set.
func (*WorkflowsResolveExecutionErrorsBody) HasExecutionIds ¶ added in v0.1.5
func (o *WorkflowsResolveExecutionErrorsBody) HasExecutionIds() bool
HasExecutionIds returns a boolean if a field has been set.
func (WorkflowsResolveExecutionErrorsBody) MarshalJSON ¶ added in v0.1.5
func (o WorkflowsResolveExecutionErrorsBody) MarshalJSON() ([]byte, error)
func (*WorkflowsResolveExecutionErrorsBody) SetExecutionIds ¶ added in v0.1.5
func (o *WorkflowsResolveExecutionErrorsBody) SetExecutionIds(v []string)
SetExecutionIds gets a reference to the given []string and assigns it to the ExecutionIds field.
func (WorkflowsResolveExecutionErrorsBody) ToMap ¶ added in v0.1.5
func (o WorkflowsResolveExecutionErrorsBody) ToMap() (map[string]interface{}, error)
type WorkflowsUpdateWorkflowBody ¶
type WorkflowsUpdateWorkflowBody struct {
Workflow *WorkflowsWorkflow `json:"workflow,omitempty"`
}
WorkflowsUpdateWorkflowBody struct for WorkflowsUpdateWorkflowBody
func NewWorkflowsUpdateWorkflowBody ¶
func NewWorkflowsUpdateWorkflowBody() *WorkflowsUpdateWorkflowBody
NewWorkflowsUpdateWorkflowBody instantiates a new WorkflowsUpdateWorkflowBody object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewWorkflowsUpdateWorkflowBodyWithDefaults ¶
func NewWorkflowsUpdateWorkflowBodyWithDefaults() *WorkflowsUpdateWorkflowBody
NewWorkflowsUpdateWorkflowBodyWithDefaults instantiates a new WorkflowsUpdateWorkflowBody object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*WorkflowsUpdateWorkflowBody) GetWorkflow ¶
func (o *WorkflowsUpdateWorkflowBody) GetWorkflow() WorkflowsWorkflow
GetWorkflow returns the Workflow field value if set, zero value otherwise.
func (*WorkflowsUpdateWorkflowBody) GetWorkflowOk ¶
func (o *WorkflowsUpdateWorkflowBody) GetWorkflowOk() (*WorkflowsWorkflow, bool)
GetWorkflowOk returns a tuple with the Workflow field value if set, nil otherwise and a boolean to check if the value has been set.
func (*WorkflowsUpdateWorkflowBody) HasWorkflow ¶
func (o *WorkflowsUpdateWorkflowBody) HasWorkflow() bool
HasWorkflow returns a boolean if a field has been set.
func (WorkflowsUpdateWorkflowBody) MarshalJSON ¶
func (o WorkflowsUpdateWorkflowBody) MarshalJSON() ([]byte, error)
func (*WorkflowsUpdateWorkflowBody) SetWorkflow ¶
func (o *WorkflowsUpdateWorkflowBody) SetWorkflow(v WorkflowsWorkflow)
SetWorkflow gets a reference to the given WorkflowsWorkflow and assigns it to the Workflow field.
func (WorkflowsUpdateWorkflowBody) ToMap ¶
func (o WorkflowsUpdateWorkflowBody) ToMap() (map[string]interface{}, error)
type WorkflowsUpdateWorkflowResponse ¶
type WorkflowsUpdateWorkflowResponse struct {
Workflow *WorkflowsWorkflow `json:"workflow,omitempty"`
}
WorkflowsUpdateWorkflowResponse struct for WorkflowsUpdateWorkflowResponse
func NewWorkflowsUpdateWorkflowResponse ¶
func NewWorkflowsUpdateWorkflowResponse() *WorkflowsUpdateWorkflowResponse
NewWorkflowsUpdateWorkflowResponse instantiates a new WorkflowsUpdateWorkflowResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewWorkflowsUpdateWorkflowResponseWithDefaults ¶
func NewWorkflowsUpdateWorkflowResponseWithDefaults() *WorkflowsUpdateWorkflowResponse
NewWorkflowsUpdateWorkflowResponseWithDefaults instantiates a new WorkflowsUpdateWorkflowResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*WorkflowsUpdateWorkflowResponse) GetWorkflow ¶
func (o *WorkflowsUpdateWorkflowResponse) GetWorkflow() WorkflowsWorkflow
GetWorkflow returns the Workflow field value if set, zero value otherwise.
func (*WorkflowsUpdateWorkflowResponse) GetWorkflowOk ¶
func (o *WorkflowsUpdateWorkflowResponse) GetWorkflowOk() (*WorkflowsWorkflow, bool)
GetWorkflowOk returns a tuple with the Workflow field value if set, nil otherwise and a boolean to check if the value has been set.
func (*WorkflowsUpdateWorkflowResponse) HasWorkflow ¶
func (o *WorkflowsUpdateWorkflowResponse) HasWorkflow() bool
HasWorkflow returns a boolean if a field has been set.
func (WorkflowsUpdateWorkflowResponse) MarshalJSON ¶
func (o WorkflowsUpdateWorkflowResponse) MarshalJSON() ([]byte, error)
func (*WorkflowsUpdateWorkflowResponse) SetWorkflow ¶
func (o *WorkflowsUpdateWorkflowResponse) SetWorkflow(v WorkflowsWorkflow)
SetWorkflow gets a reference to the given WorkflowsWorkflow and assigns it to the Workflow field.
func (WorkflowsUpdateWorkflowResponse) ToMap ¶
func (o WorkflowsUpdateWorkflowResponse) ToMap() (map[string]interface{}, error)
type WorkflowsWorkflow ¶
type WorkflowsWorkflow struct {
Metadata *WorkflowsWorkflowMetadata `json:"metadata,omitempty"`
Spec *WorkflowsWorkflowSpec `json:"spec,omitempty"`
Status *WorkflowsWorkflowStatus `json:"status,omitempty"`
}
WorkflowsWorkflow struct for WorkflowsWorkflow
func NewWorkflowsWorkflow ¶
func NewWorkflowsWorkflow() *WorkflowsWorkflow
NewWorkflowsWorkflow instantiates a new WorkflowsWorkflow object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewWorkflowsWorkflowWithDefaults ¶
func NewWorkflowsWorkflowWithDefaults() *WorkflowsWorkflow
NewWorkflowsWorkflowWithDefaults instantiates a new WorkflowsWorkflow object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*WorkflowsWorkflow) GetMetadata ¶
func (o *WorkflowsWorkflow) GetMetadata() WorkflowsWorkflowMetadata
GetMetadata returns the Metadata field value if set, zero value otherwise.
func (*WorkflowsWorkflow) GetMetadataOk ¶
func (o *WorkflowsWorkflow) GetMetadataOk() (*WorkflowsWorkflowMetadata, bool)
GetMetadataOk returns a tuple with the Metadata field value if set, nil otherwise and a boolean to check if the value has been set.
func (*WorkflowsWorkflow) GetSpec ¶
func (o *WorkflowsWorkflow) GetSpec() WorkflowsWorkflowSpec
GetSpec returns the Spec field value if set, zero value otherwise.
func (*WorkflowsWorkflow) GetSpecOk ¶
func (o *WorkflowsWorkflow) GetSpecOk() (*WorkflowsWorkflowSpec, bool)
GetSpecOk returns a tuple with the Spec field value if set, nil otherwise and a boolean to check if the value has been set.
func (*WorkflowsWorkflow) GetStatus ¶
func (o *WorkflowsWorkflow) GetStatus() WorkflowsWorkflowStatus
GetStatus returns the Status field value if set, zero value otherwise.
func (*WorkflowsWorkflow) GetStatusOk ¶
func (o *WorkflowsWorkflow) GetStatusOk() (*WorkflowsWorkflowStatus, bool)
GetStatusOk returns a tuple with the Status field value if set, nil otherwise and a boolean to check if the value has been set.
func (*WorkflowsWorkflow) HasMetadata ¶
func (o *WorkflowsWorkflow) HasMetadata() bool
HasMetadata returns a boolean if a field has been set.
func (*WorkflowsWorkflow) HasSpec ¶
func (o *WorkflowsWorkflow) HasSpec() bool
HasSpec returns a boolean if a field has been set.
func (*WorkflowsWorkflow) HasStatus ¶
func (o *WorkflowsWorkflow) HasStatus() bool
HasStatus returns a boolean if a field has been set.
func (WorkflowsWorkflow) MarshalJSON ¶
func (o WorkflowsWorkflow) MarshalJSON() ([]byte, error)
func (*WorkflowsWorkflow) SetMetadata ¶
func (o *WorkflowsWorkflow) SetMetadata(v WorkflowsWorkflowMetadata)
SetMetadata gets a reference to the given WorkflowsWorkflowMetadata and assigns it to the Metadata field.
func (*WorkflowsWorkflow) SetSpec ¶
func (o *WorkflowsWorkflow) SetSpec(v WorkflowsWorkflowSpec)
SetSpec gets a reference to the given WorkflowsWorkflowSpec and assigns it to the Spec field.
func (*WorkflowsWorkflow) SetStatus ¶
func (o *WorkflowsWorkflow) SetStatus(v WorkflowsWorkflowStatus)
SetStatus gets a reference to the given WorkflowsWorkflowStatus and assigns it to the Status field.
func (WorkflowsWorkflow) ToMap ¶
func (o WorkflowsWorkflow) ToMap() (map[string]interface{}, error)
type WorkflowsWorkflowEvent ¶
type WorkflowsWorkflowEvent struct {
Id *string `json:"id,omitempty"`
WorkflowId *string `json:"workflowId,omitempty"`
NodeId *string `json:"nodeId,omitempty"`
Channel *string `json:"channel,omitempty"`
CustomName *string `json:"customName,omitempty"`
Data map[string]interface{} `json:"data,omitempty"`
CreatedAt *time.Time `json:"createdAt,omitempty"`
}
WorkflowsWorkflowEvent struct for WorkflowsWorkflowEvent
func NewWorkflowsWorkflowEvent ¶
func NewWorkflowsWorkflowEvent() *WorkflowsWorkflowEvent
NewWorkflowsWorkflowEvent instantiates a new WorkflowsWorkflowEvent object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewWorkflowsWorkflowEventWithDefaults ¶
func NewWorkflowsWorkflowEventWithDefaults() *WorkflowsWorkflowEvent
NewWorkflowsWorkflowEventWithDefaults instantiates a new WorkflowsWorkflowEvent object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*WorkflowsWorkflowEvent) GetChannel ¶
func (o *WorkflowsWorkflowEvent) GetChannel() string
GetChannel returns the Channel field value if set, zero value otherwise.
func (*WorkflowsWorkflowEvent) GetChannelOk ¶
func (o *WorkflowsWorkflowEvent) GetChannelOk() (*string, bool)
GetChannelOk returns a tuple with the Channel field value if set, nil otherwise and a boolean to check if the value has been set.
func (*WorkflowsWorkflowEvent) GetCreatedAt ¶
func (o *WorkflowsWorkflowEvent) GetCreatedAt() time.Time
GetCreatedAt returns the CreatedAt field value if set, zero value otherwise.
func (*WorkflowsWorkflowEvent) GetCreatedAtOk ¶
func (o *WorkflowsWorkflowEvent) GetCreatedAtOk() (*time.Time, bool)
GetCreatedAtOk returns a tuple with the CreatedAt field value if set, nil otherwise and a boolean to check if the value has been set.
func (*WorkflowsWorkflowEvent) GetCustomName ¶ added in v0.0.43
func (o *WorkflowsWorkflowEvent) GetCustomName() string
GetCustomName returns the CustomName field value if set, zero value otherwise.
func (*WorkflowsWorkflowEvent) GetCustomNameOk ¶ added in v0.0.43
func (o *WorkflowsWorkflowEvent) GetCustomNameOk() (*string, bool)
GetCustomNameOk returns a tuple with the CustomName field value if set, nil otherwise and a boolean to check if the value has been set.
func (*WorkflowsWorkflowEvent) GetData ¶
func (o *WorkflowsWorkflowEvent) GetData() map[string]interface{}
GetData returns the Data field value if set, zero value otherwise.
func (*WorkflowsWorkflowEvent) GetDataOk ¶
func (o *WorkflowsWorkflowEvent) GetDataOk() (map[string]interface{}, bool)
GetDataOk returns a tuple with the Data field value if set, nil otherwise and a boolean to check if the value has been set.
func (*WorkflowsWorkflowEvent) GetId ¶
func (o *WorkflowsWorkflowEvent) GetId() string
GetId returns the Id field value if set, zero value otherwise.
func (*WorkflowsWorkflowEvent) GetIdOk ¶
func (o *WorkflowsWorkflowEvent) GetIdOk() (*string, bool)
GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.
func (*WorkflowsWorkflowEvent) GetNodeId ¶
func (o *WorkflowsWorkflowEvent) GetNodeId() string
GetNodeId returns the NodeId field value if set, zero value otherwise.
func (*WorkflowsWorkflowEvent) GetNodeIdOk ¶
func (o *WorkflowsWorkflowEvent) GetNodeIdOk() (*string, bool)
GetNodeIdOk returns a tuple with the NodeId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*WorkflowsWorkflowEvent) GetWorkflowId ¶
func (o *WorkflowsWorkflowEvent) GetWorkflowId() string
GetWorkflowId returns the WorkflowId field value if set, zero value otherwise.
func (*WorkflowsWorkflowEvent) GetWorkflowIdOk ¶
func (o *WorkflowsWorkflowEvent) GetWorkflowIdOk() (*string, bool)
GetWorkflowIdOk returns a tuple with the WorkflowId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*WorkflowsWorkflowEvent) HasChannel ¶
func (o *WorkflowsWorkflowEvent) HasChannel() bool
HasChannel returns a boolean if a field has been set.
func (*WorkflowsWorkflowEvent) HasCreatedAt ¶
func (o *WorkflowsWorkflowEvent) HasCreatedAt() bool
HasCreatedAt returns a boolean if a field has been set.
func (*WorkflowsWorkflowEvent) HasCustomName ¶ added in v0.0.43
func (o *WorkflowsWorkflowEvent) HasCustomName() bool
HasCustomName returns a boolean if a field has been set.
func (*WorkflowsWorkflowEvent) HasData ¶
func (o *WorkflowsWorkflowEvent) HasData() bool
HasData returns a boolean if a field has been set.
func (*WorkflowsWorkflowEvent) HasId ¶
func (o *WorkflowsWorkflowEvent) HasId() bool
HasId returns a boolean if a field has been set.
func (*WorkflowsWorkflowEvent) HasNodeId ¶
func (o *WorkflowsWorkflowEvent) HasNodeId() bool
HasNodeId returns a boolean if a field has been set.
func (*WorkflowsWorkflowEvent) HasWorkflowId ¶
func (o *WorkflowsWorkflowEvent) HasWorkflowId() bool
HasWorkflowId returns a boolean if a field has been set.
func (WorkflowsWorkflowEvent) MarshalJSON ¶
func (o WorkflowsWorkflowEvent) MarshalJSON() ([]byte, error)
func (*WorkflowsWorkflowEvent) SetChannel ¶
func (o *WorkflowsWorkflowEvent) SetChannel(v string)
SetChannel gets a reference to the given string and assigns it to the Channel field.
func (*WorkflowsWorkflowEvent) SetCreatedAt ¶
func (o *WorkflowsWorkflowEvent) SetCreatedAt(v time.Time)
SetCreatedAt gets a reference to the given time.Time and assigns it to the CreatedAt field.
func (*WorkflowsWorkflowEvent) SetCustomName ¶ added in v0.0.43
func (o *WorkflowsWorkflowEvent) SetCustomName(v string)
SetCustomName gets a reference to the given string and assigns it to the CustomName field.
func (*WorkflowsWorkflowEvent) SetData ¶
func (o *WorkflowsWorkflowEvent) SetData(v map[string]interface{})
SetData gets a reference to the given map[string]interface{} and assigns it to the Data field.
func (*WorkflowsWorkflowEvent) SetId ¶
func (o *WorkflowsWorkflowEvent) SetId(v string)
SetId gets a reference to the given string and assigns it to the Id field.
func (*WorkflowsWorkflowEvent) SetNodeId ¶
func (o *WorkflowsWorkflowEvent) SetNodeId(v string)
SetNodeId gets a reference to the given string and assigns it to the NodeId field.
func (*WorkflowsWorkflowEvent) SetWorkflowId ¶
func (o *WorkflowsWorkflowEvent) SetWorkflowId(v string)
SetWorkflowId gets a reference to the given string and assigns it to the WorkflowId field.
func (WorkflowsWorkflowEvent) ToMap ¶
func (o WorkflowsWorkflowEvent) ToMap() (map[string]interface{}, error)
type WorkflowsWorkflowEventWithExecutions ¶ added in v0.0.40
type WorkflowsWorkflowEventWithExecutions struct {
Id *string `json:"id,omitempty"`
WorkflowId *string `json:"workflowId,omitempty"`
NodeId *string `json:"nodeId,omitempty"`
Channel *string `json:"channel,omitempty"`
Data map[string]interface{} `json:"data,omitempty"`
CreatedAt *time.Time `json:"createdAt,omitempty"`
Executions []WorkflowsWorkflowNodeExecution `json:"executions,omitempty"`
CustomName *string `json:"customName,omitempty"`
}
WorkflowsWorkflowEventWithExecutions struct for WorkflowsWorkflowEventWithExecutions
func NewWorkflowsWorkflowEventWithExecutions ¶ added in v0.0.40
func NewWorkflowsWorkflowEventWithExecutions() *WorkflowsWorkflowEventWithExecutions
NewWorkflowsWorkflowEventWithExecutions instantiates a new WorkflowsWorkflowEventWithExecutions object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewWorkflowsWorkflowEventWithExecutionsWithDefaults ¶ added in v0.0.40
func NewWorkflowsWorkflowEventWithExecutionsWithDefaults() *WorkflowsWorkflowEventWithExecutions
NewWorkflowsWorkflowEventWithExecutionsWithDefaults instantiates a new WorkflowsWorkflowEventWithExecutions object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*WorkflowsWorkflowEventWithExecutions) GetChannel ¶ added in v0.0.40
func (o *WorkflowsWorkflowEventWithExecutions) GetChannel() string
GetChannel returns the Channel field value if set, zero value otherwise.
func (*WorkflowsWorkflowEventWithExecutions) GetChannelOk ¶ added in v0.0.40
func (o *WorkflowsWorkflowEventWithExecutions) GetChannelOk() (*string, bool)
GetChannelOk returns a tuple with the Channel field value if set, nil otherwise and a boolean to check if the value has been set.
func (*WorkflowsWorkflowEventWithExecutions) GetCreatedAt ¶ added in v0.0.40
func (o *WorkflowsWorkflowEventWithExecutions) GetCreatedAt() time.Time
GetCreatedAt returns the CreatedAt field value if set, zero value otherwise.
func (*WorkflowsWorkflowEventWithExecutions) GetCreatedAtOk ¶ added in v0.0.40
func (o *WorkflowsWorkflowEventWithExecutions) GetCreatedAtOk() (*time.Time, bool)
GetCreatedAtOk returns a tuple with the CreatedAt field value if set, nil otherwise and a boolean to check if the value has been set.
func (*WorkflowsWorkflowEventWithExecutions) GetCustomName ¶ added in v0.0.43
func (o *WorkflowsWorkflowEventWithExecutions) GetCustomName() string
GetCustomName returns the CustomName field value if set, zero value otherwise.
func (*WorkflowsWorkflowEventWithExecutions) GetCustomNameOk ¶ added in v0.0.43
func (o *WorkflowsWorkflowEventWithExecutions) GetCustomNameOk() (*string, bool)
GetCustomNameOk returns a tuple with the CustomName field value if set, nil otherwise and a boolean to check if the value has been set.
func (*WorkflowsWorkflowEventWithExecutions) GetData ¶ added in v0.0.40
func (o *WorkflowsWorkflowEventWithExecutions) GetData() map[string]interface{}
GetData returns the Data field value if set, zero value otherwise.
func (*WorkflowsWorkflowEventWithExecutions) GetDataOk ¶ added in v0.0.40
func (o *WorkflowsWorkflowEventWithExecutions) GetDataOk() (map[string]interface{}, bool)
GetDataOk returns a tuple with the Data field value if set, nil otherwise and a boolean to check if the value has been set.
func (*WorkflowsWorkflowEventWithExecutions) GetExecutions ¶ added in v0.0.40
func (o *WorkflowsWorkflowEventWithExecutions) GetExecutions() []WorkflowsWorkflowNodeExecution
GetExecutions returns the Executions field value if set, zero value otherwise.
func (*WorkflowsWorkflowEventWithExecutions) GetExecutionsOk ¶ added in v0.0.40
func (o *WorkflowsWorkflowEventWithExecutions) GetExecutionsOk() ([]WorkflowsWorkflowNodeExecution, bool)
GetExecutionsOk returns a tuple with the Executions field value if set, nil otherwise and a boolean to check if the value has been set.
func (*WorkflowsWorkflowEventWithExecutions) GetId ¶ added in v0.0.40
func (o *WorkflowsWorkflowEventWithExecutions) GetId() string
GetId returns the Id field value if set, zero value otherwise.
func (*WorkflowsWorkflowEventWithExecutions) GetIdOk ¶ added in v0.0.40
func (o *WorkflowsWorkflowEventWithExecutions) GetIdOk() (*string, bool)
GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.
func (*WorkflowsWorkflowEventWithExecutions) GetNodeId ¶ added in v0.0.40
func (o *WorkflowsWorkflowEventWithExecutions) GetNodeId() string
GetNodeId returns the NodeId field value if set, zero value otherwise.
func (*WorkflowsWorkflowEventWithExecutions) GetNodeIdOk ¶ added in v0.0.40
func (o *WorkflowsWorkflowEventWithExecutions) GetNodeIdOk() (*string, bool)
GetNodeIdOk returns a tuple with the NodeId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*WorkflowsWorkflowEventWithExecutions) GetWorkflowId ¶ added in v0.0.40
func (o *WorkflowsWorkflowEventWithExecutions) GetWorkflowId() string
GetWorkflowId returns the WorkflowId field value if set, zero value otherwise.
func (*WorkflowsWorkflowEventWithExecutions) GetWorkflowIdOk ¶ added in v0.0.40
func (o *WorkflowsWorkflowEventWithExecutions) GetWorkflowIdOk() (*string, bool)
GetWorkflowIdOk returns a tuple with the WorkflowId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*WorkflowsWorkflowEventWithExecutions) HasChannel ¶ added in v0.0.40
func (o *WorkflowsWorkflowEventWithExecutions) HasChannel() bool
HasChannel returns a boolean if a field has been set.
func (*WorkflowsWorkflowEventWithExecutions) HasCreatedAt ¶ added in v0.0.40
func (o *WorkflowsWorkflowEventWithExecutions) HasCreatedAt() bool
HasCreatedAt returns a boolean if a field has been set.
func (*WorkflowsWorkflowEventWithExecutions) HasCustomName ¶ added in v0.0.43
func (o *WorkflowsWorkflowEventWithExecutions) HasCustomName() bool
HasCustomName returns a boolean if a field has been set.
func (*WorkflowsWorkflowEventWithExecutions) HasData ¶ added in v0.0.40
func (o *WorkflowsWorkflowEventWithExecutions) HasData() bool
HasData returns a boolean if a field has been set.
func (*WorkflowsWorkflowEventWithExecutions) HasExecutions ¶ added in v0.0.40
func (o *WorkflowsWorkflowEventWithExecutions) HasExecutions() bool
HasExecutions returns a boolean if a field has been set.
func (*WorkflowsWorkflowEventWithExecutions) HasId ¶ added in v0.0.40
func (o *WorkflowsWorkflowEventWithExecutions) HasId() bool
HasId returns a boolean if a field has been set.
func (*WorkflowsWorkflowEventWithExecutions) HasNodeId ¶ added in v0.0.40
func (o *WorkflowsWorkflowEventWithExecutions) HasNodeId() bool
HasNodeId returns a boolean if a field has been set.
func (*WorkflowsWorkflowEventWithExecutions) HasWorkflowId ¶ added in v0.0.40
func (o *WorkflowsWorkflowEventWithExecutions) HasWorkflowId() bool
HasWorkflowId returns a boolean if a field has been set.
func (WorkflowsWorkflowEventWithExecutions) MarshalJSON ¶ added in v0.0.40
func (o WorkflowsWorkflowEventWithExecutions) MarshalJSON() ([]byte, error)
func (*WorkflowsWorkflowEventWithExecutions) SetChannel ¶ added in v0.0.40
func (o *WorkflowsWorkflowEventWithExecutions) SetChannel(v string)
SetChannel gets a reference to the given string and assigns it to the Channel field.
func (*WorkflowsWorkflowEventWithExecutions) SetCreatedAt ¶ added in v0.0.40
func (o *WorkflowsWorkflowEventWithExecutions) SetCreatedAt(v time.Time)
SetCreatedAt gets a reference to the given time.Time and assigns it to the CreatedAt field.
func (*WorkflowsWorkflowEventWithExecutions) SetCustomName ¶ added in v0.0.43
func (o *WorkflowsWorkflowEventWithExecutions) SetCustomName(v string)
SetCustomName gets a reference to the given string and assigns it to the CustomName field.
func (*WorkflowsWorkflowEventWithExecutions) SetData ¶ added in v0.0.40
func (o *WorkflowsWorkflowEventWithExecutions) SetData(v map[string]interface{})
SetData gets a reference to the given map[string]interface{} and assigns it to the Data field.
func (*WorkflowsWorkflowEventWithExecutions) SetExecutions ¶ added in v0.0.40
func (o *WorkflowsWorkflowEventWithExecutions) SetExecutions(v []WorkflowsWorkflowNodeExecution)
SetExecutions gets a reference to the given []WorkflowsWorkflowNodeExecution and assigns it to the Executions field.
func (*WorkflowsWorkflowEventWithExecutions) SetId ¶ added in v0.0.40
func (o *WorkflowsWorkflowEventWithExecutions) SetId(v string)
SetId gets a reference to the given string and assigns it to the Id field.
func (*WorkflowsWorkflowEventWithExecutions) SetNodeId ¶ added in v0.0.40
func (o *WorkflowsWorkflowEventWithExecutions) SetNodeId(v string)
SetNodeId gets a reference to the given string and assigns it to the NodeId field.
func (*WorkflowsWorkflowEventWithExecutions) SetWorkflowId ¶ added in v0.0.40
func (o *WorkflowsWorkflowEventWithExecutions) SetWorkflowId(v string)
SetWorkflowId gets a reference to the given string and assigns it to the WorkflowId field.
func (WorkflowsWorkflowEventWithExecutions) ToMap ¶ added in v0.0.40
func (o WorkflowsWorkflowEventWithExecutions) ToMap() (map[string]interface{}, error)
type WorkflowsWorkflowMetadata ¶
type WorkflowsWorkflowMetadata struct {
Id *string `json:"id,omitempty"`
OrganizationId *string `json:"organizationId,omitempty"`
Name *string `json:"name,omitempty"`
Description *string `json:"description,omitempty"`
CreatedAt *time.Time `json:"createdAt,omitempty"`
UpdatedAt *time.Time `json:"updatedAt,omitempty"`
CreatedBy *SuperplaneWorkflowsUserRef `json:"createdBy,omitempty"`
IsTemplate *bool `json:"isTemplate,omitempty"`
}
WorkflowsWorkflowMetadata struct for WorkflowsWorkflowMetadata
func NewWorkflowsWorkflowMetadata ¶
func NewWorkflowsWorkflowMetadata() *WorkflowsWorkflowMetadata
NewWorkflowsWorkflowMetadata instantiates a new WorkflowsWorkflowMetadata object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewWorkflowsWorkflowMetadataWithDefaults ¶
func NewWorkflowsWorkflowMetadataWithDefaults() *WorkflowsWorkflowMetadata
NewWorkflowsWorkflowMetadataWithDefaults instantiates a new WorkflowsWorkflowMetadata object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*WorkflowsWorkflowMetadata) GetCreatedAt ¶
func (o *WorkflowsWorkflowMetadata) GetCreatedAt() time.Time
GetCreatedAt returns the CreatedAt field value if set, zero value otherwise.
func (*WorkflowsWorkflowMetadata) GetCreatedAtOk ¶
func (o *WorkflowsWorkflowMetadata) GetCreatedAtOk() (*time.Time, bool)
GetCreatedAtOk returns a tuple with the CreatedAt field value if set, nil otherwise and a boolean to check if the value has been set.
func (*WorkflowsWorkflowMetadata) GetCreatedBy ¶
func (o *WorkflowsWorkflowMetadata) GetCreatedBy() SuperplaneWorkflowsUserRef
GetCreatedBy returns the CreatedBy field value if set, zero value otherwise.
func (*WorkflowsWorkflowMetadata) GetCreatedByOk ¶
func (o *WorkflowsWorkflowMetadata) GetCreatedByOk() (*SuperplaneWorkflowsUserRef, bool)
GetCreatedByOk returns a tuple with the CreatedBy field value if set, nil otherwise and a boolean to check if the value has been set.
func (*WorkflowsWorkflowMetadata) GetDescription ¶
func (o *WorkflowsWorkflowMetadata) GetDescription() string
GetDescription returns the Description field value if set, zero value otherwise.
func (*WorkflowsWorkflowMetadata) GetDescriptionOk ¶
func (o *WorkflowsWorkflowMetadata) GetDescriptionOk() (*string, bool)
GetDescriptionOk returns a tuple with the Description field value if set, nil otherwise and a boolean to check if the value has been set.
func (*WorkflowsWorkflowMetadata) GetId ¶
func (o *WorkflowsWorkflowMetadata) GetId() string
GetId returns the Id field value if set, zero value otherwise.
func (*WorkflowsWorkflowMetadata) GetIdOk ¶
func (o *WorkflowsWorkflowMetadata) GetIdOk() (*string, bool)
GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.
func (*WorkflowsWorkflowMetadata) GetIsTemplate ¶ added in v0.0.45
func (o *WorkflowsWorkflowMetadata) GetIsTemplate() bool
GetIsTemplate returns the IsTemplate field value if set, zero value otherwise.
func (*WorkflowsWorkflowMetadata) GetIsTemplateOk ¶ added in v0.0.45
func (o *WorkflowsWorkflowMetadata) GetIsTemplateOk() (*bool, bool)
GetIsTemplateOk returns a tuple with the IsTemplate field value if set, nil otherwise and a boolean to check if the value has been set.
func (*WorkflowsWorkflowMetadata) GetName ¶
func (o *WorkflowsWorkflowMetadata) GetName() string
GetName returns the Name field value if set, zero value otherwise.
func (*WorkflowsWorkflowMetadata) GetNameOk ¶
func (o *WorkflowsWorkflowMetadata) GetNameOk() (*string, bool)
GetNameOk returns a tuple with the Name field value if set, nil otherwise and a boolean to check if the value has been set.
func (*WorkflowsWorkflowMetadata) GetOrganizationId ¶
func (o *WorkflowsWorkflowMetadata) GetOrganizationId() string
GetOrganizationId returns the OrganizationId field value if set, zero value otherwise.
func (*WorkflowsWorkflowMetadata) GetOrganizationIdOk ¶
func (o *WorkflowsWorkflowMetadata) GetOrganizationIdOk() (*string, bool)
GetOrganizationIdOk returns a tuple with the OrganizationId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*WorkflowsWorkflowMetadata) GetUpdatedAt ¶
func (o *WorkflowsWorkflowMetadata) GetUpdatedAt() time.Time
GetUpdatedAt returns the UpdatedAt field value if set, zero value otherwise.
func (*WorkflowsWorkflowMetadata) GetUpdatedAtOk ¶
func (o *WorkflowsWorkflowMetadata) GetUpdatedAtOk() (*time.Time, bool)
GetUpdatedAtOk returns a tuple with the UpdatedAt field value if set, nil otherwise and a boolean to check if the value has been set.
func (*WorkflowsWorkflowMetadata) HasCreatedAt ¶
func (o *WorkflowsWorkflowMetadata) HasCreatedAt() bool
HasCreatedAt returns a boolean if a field has been set.
func (*WorkflowsWorkflowMetadata) HasCreatedBy ¶
func (o *WorkflowsWorkflowMetadata) HasCreatedBy() bool
HasCreatedBy returns a boolean if a field has been set.
func (*WorkflowsWorkflowMetadata) HasDescription ¶
func (o *WorkflowsWorkflowMetadata) HasDescription() bool
HasDescription returns a boolean if a field has been set.
func (*WorkflowsWorkflowMetadata) HasId ¶
func (o *WorkflowsWorkflowMetadata) HasId() bool
HasId returns a boolean if a field has been set.
func (*WorkflowsWorkflowMetadata) HasIsTemplate ¶ added in v0.0.45
func (o *WorkflowsWorkflowMetadata) HasIsTemplate() bool
HasIsTemplate returns a boolean if a field has been set.
func (*WorkflowsWorkflowMetadata) HasName ¶
func (o *WorkflowsWorkflowMetadata) HasName() bool
HasName returns a boolean if a field has been set.
func (*WorkflowsWorkflowMetadata) HasOrganizationId ¶
func (o *WorkflowsWorkflowMetadata) HasOrganizationId() bool
HasOrganizationId returns a boolean if a field has been set.
func (*WorkflowsWorkflowMetadata) HasUpdatedAt ¶
func (o *WorkflowsWorkflowMetadata) HasUpdatedAt() bool
HasUpdatedAt returns a boolean if a field has been set.
func (WorkflowsWorkflowMetadata) MarshalJSON ¶
func (o WorkflowsWorkflowMetadata) MarshalJSON() ([]byte, error)
func (*WorkflowsWorkflowMetadata) SetCreatedAt ¶
func (o *WorkflowsWorkflowMetadata) SetCreatedAt(v time.Time)
SetCreatedAt gets a reference to the given time.Time and assigns it to the CreatedAt field.
func (*WorkflowsWorkflowMetadata) SetCreatedBy ¶
func (o *WorkflowsWorkflowMetadata) SetCreatedBy(v SuperplaneWorkflowsUserRef)
SetCreatedBy gets a reference to the given SuperplaneWorkflowsUserRef and assigns it to the CreatedBy field.
func (*WorkflowsWorkflowMetadata) SetDescription ¶
func (o *WorkflowsWorkflowMetadata) SetDescription(v string)
SetDescription gets a reference to the given string and assigns it to the Description field.
func (*WorkflowsWorkflowMetadata) SetId ¶
func (o *WorkflowsWorkflowMetadata) SetId(v string)
SetId gets a reference to the given string and assigns it to the Id field.
func (*WorkflowsWorkflowMetadata) SetIsTemplate ¶ added in v0.0.45
func (o *WorkflowsWorkflowMetadata) SetIsTemplate(v bool)
SetIsTemplate gets a reference to the given bool and assigns it to the IsTemplate field.
func (*WorkflowsWorkflowMetadata) SetName ¶
func (o *WorkflowsWorkflowMetadata) SetName(v string)
SetName gets a reference to the given string and assigns it to the Name field.
func (*WorkflowsWorkflowMetadata) SetOrganizationId ¶
func (o *WorkflowsWorkflowMetadata) SetOrganizationId(v string)
SetOrganizationId gets a reference to the given string and assigns it to the OrganizationId field.
func (*WorkflowsWorkflowMetadata) SetUpdatedAt ¶
func (o *WorkflowsWorkflowMetadata) SetUpdatedAt(v time.Time)
SetUpdatedAt gets a reference to the given time.Time and assigns it to the UpdatedAt field.
func (WorkflowsWorkflowMetadata) ToMap ¶
func (o WorkflowsWorkflowMetadata) ToMap() (map[string]interface{}, error)
type WorkflowsWorkflowNodeExecution ¶
type WorkflowsWorkflowNodeExecution struct {
Id *string `json:"id,omitempty"`
WorkflowId *string `json:"workflowId,omitempty"`
NodeId *string `json:"nodeId,omitempty"`
ParentExecutionId *string `json:"parentExecutionId,omitempty"`
PreviousExecutionId *string `json:"previousExecutionId,omitempty"`
State *WorkflowNodeExecutionState `json:"state,omitempty"`
Result *WorkflowNodeExecutionResult `json:"result,omitempty"`
ResultReason *WorkflowNodeExecutionResultReason `json:"resultReason,omitempty"`
ResultMessage *string `json:"resultMessage,omitempty"`
Input map[string]interface{} `json:"input,omitempty"`
Outputs map[string]interface{} `json:"outputs,omitempty"`
CreatedAt *time.Time `json:"createdAt,omitempty"`
UpdatedAt *time.Time `json:"updatedAt,omitempty"`
Metadata map[string]interface{} `json:"metadata,omitempty"`
Configuration map[string]interface{} `json:"configuration,omitempty"`
ChildExecutions []WorkflowsWorkflowNodeExecution `json:"childExecutions,omitempty"`
RootEvent *WorkflowsWorkflowEvent `json:"rootEvent,omitempty"`
CancelledBy *SuperplaneWorkflowsUserRef `json:"cancelledBy,omitempty"`
}
WorkflowsWorkflowNodeExecution struct for WorkflowsWorkflowNodeExecution
func NewWorkflowsWorkflowNodeExecution ¶
func NewWorkflowsWorkflowNodeExecution() *WorkflowsWorkflowNodeExecution
NewWorkflowsWorkflowNodeExecution instantiates a new WorkflowsWorkflowNodeExecution object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewWorkflowsWorkflowNodeExecutionWithDefaults ¶
func NewWorkflowsWorkflowNodeExecutionWithDefaults() *WorkflowsWorkflowNodeExecution
NewWorkflowsWorkflowNodeExecutionWithDefaults instantiates a new WorkflowsWorkflowNodeExecution object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*WorkflowsWorkflowNodeExecution) GetCancelledBy ¶ added in v0.0.43
func (o *WorkflowsWorkflowNodeExecution) GetCancelledBy() SuperplaneWorkflowsUserRef
GetCancelledBy returns the CancelledBy field value if set, zero value otherwise.
func (*WorkflowsWorkflowNodeExecution) GetCancelledByOk ¶ added in v0.0.43
func (o *WorkflowsWorkflowNodeExecution) GetCancelledByOk() (*SuperplaneWorkflowsUserRef, bool)
GetCancelledByOk returns a tuple with the CancelledBy field value if set, nil otherwise and a boolean to check if the value has been set.
func (*WorkflowsWorkflowNodeExecution) GetChildExecutions ¶
func (o *WorkflowsWorkflowNodeExecution) GetChildExecutions() []WorkflowsWorkflowNodeExecution
GetChildExecutions returns the ChildExecutions field value if set, zero value otherwise.
func (*WorkflowsWorkflowNodeExecution) GetChildExecutionsOk ¶
func (o *WorkflowsWorkflowNodeExecution) GetChildExecutionsOk() ([]WorkflowsWorkflowNodeExecution, bool)
GetChildExecutionsOk returns a tuple with the ChildExecutions field value if set, nil otherwise and a boolean to check if the value has been set.
func (*WorkflowsWorkflowNodeExecution) GetConfiguration ¶
func (o *WorkflowsWorkflowNodeExecution) GetConfiguration() map[string]interface{}
GetConfiguration returns the Configuration field value if set, zero value otherwise.
func (*WorkflowsWorkflowNodeExecution) GetConfigurationOk ¶
func (o *WorkflowsWorkflowNodeExecution) GetConfigurationOk() (map[string]interface{}, bool)
GetConfigurationOk returns a tuple with the Configuration field value if set, nil otherwise and a boolean to check if the value has been set.
func (*WorkflowsWorkflowNodeExecution) GetCreatedAt ¶
func (o *WorkflowsWorkflowNodeExecution) GetCreatedAt() time.Time
GetCreatedAt returns the CreatedAt field value if set, zero value otherwise.
func (*WorkflowsWorkflowNodeExecution) GetCreatedAtOk ¶
func (o *WorkflowsWorkflowNodeExecution) GetCreatedAtOk() (*time.Time, bool)
GetCreatedAtOk returns a tuple with the CreatedAt field value if set, nil otherwise and a boolean to check if the value has been set.
func (*WorkflowsWorkflowNodeExecution) GetId ¶
func (o *WorkflowsWorkflowNodeExecution) GetId() string
GetId returns the Id field value if set, zero value otherwise.
func (*WorkflowsWorkflowNodeExecution) GetIdOk ¶
func (o *WorkflowsWorkflowNodeExecution) GetIdOk() (*string, bool)
GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.
func (*WorkflowsWorkflowNodeExecution) GetInput ¶
func (o *WorkflowsWorkflowNodeExecution) GetInput() map[string]interface{}
GetInput returns the Input field value if set, zero value otherwise.
func (*WorkflowsWorkflowNodeExecution) GetInputOk ¶
func (o *WorkflowsWorkflowNodeExecution) GetInputOk() (map[string]interface{}, bool)
GetInputOk returns a tuple with the Input field value if set, nil otherwise and a boolean to check if the value has been set.
func (*WorkflowsWorkflowNodeExecution) GetMetadata ¶
func (o *WorkflowsWorkflowNodeExecution) GetMetadata() map[string]interface{}
GetMetadata returns the Metadata field value if set, zero value otherwise.
func (*WorkflowsWorkflowNodeExecution) GetMetadataOk ¶
func (o *WorkflowsWorkflowNodeExecution) GetMetadataOk() (map[string]interface{}, bool)
GetMetadataOk returns a tuple with the Metadata field value if set, nil otherwise and a boolean to check if the value has been set.
func (*WorkflowsWorkflowNodeExecution) GetNodeId ¶
func (o *WorkflowsWorkflowNodeExecution) GetNodeId() string
GetNodeId returns the NodeId field value if set, zero value otherwise.
func (*WorkflowsWorkflowNodeExecution) GetNodeIdOk ¶
func (o *WorkflowsWorkflowNodeExecution) GetNodeIdOk() (*string, bool)
GetNodeIdOk returns a tuple with the NodeId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*WorkflowsWorkflowNodeExecution) GetOutputs ¶
func (o *WorkflowsWorkflowNodeExecution) GetOutputs() map[string]interface{}
GetOutputs returns the Outputs field value if set, zero value otherwise.
func (*WorkflowsWorkflowNodeExecution) GetOutputsOk ¶
func (o *WorkflowsWorkflowNodeExecution) GetOutputsOk() (map[string]interface{}, bool)
GetOutputsOk returns a tuple with the Outputs field value if set, nil otherwise and a boolean to check if the value has been set.
func (*WorkflowsWorkflowNodeExecution) GetParentExecutionId ¶
func (o *WorkflowsWorkflowNodeExecution) GetParentExecutionId() string
GetParentExecutionId returns the ParentExecutionId field value if set, zero value otherwise.
func (*WorkflowsWorkflowNodeExecution) GetParentExecutionIdOk ¶
func (o *WorkflowsWorkflowNodeExecution) GetParentExecutionIdOk() (*string, bool)
GetParentExecutionIdOk returns a tuple with the ParentExecutionId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*WorkflowsWorkflowNodeExecution) GetPreviousExecutionId ¶
func (o *WorkflowsWorkflowNodeExecution) GetPreviousExecutionId() string
GetPreviousExecutionId returns the PreviousExecutionId field value if set, zero value otherwise.
func (*WorkflowsWorkflowNodeExecution) GetPreviousExecutionIdOk ¶
func (o *WorkflowsWorkflowNodeExecution) GetPreviousExecutionIdOk() (*string, bool)
GetPreviousExecutionIdOk returns a tuple with the PreviousExecutionId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*WorkflowsWorkflowNodeExecution) GetResult ¶
func (o *WorkflowsWorkflowNodeExecution) GetResult() WorkflowNodeExecutionResult
GetResult returns the Result field value if set, zero value otherwise.
func (*WorkflowsWorkflowNodeExecution) GetResultMessage ¶
func (o *WorkflowsWorkflowNodeExecution) GetResultMessage() string
GetResultMessage returns the ResultMessage field value if set, zero value otherwise.
func (*WorkflowsWorkflowNodeExecution) GetResultMessageOk ¶
func (o *WorkflowsWorkflowNodeExecution) GetResultMessageOk() (*string, bool)
GetResultMessageOk returns a tuple with the ResultMessage field value if set, nil otherwise and a boolean to check if the value has been set.
func (*WorkflowsWorkflowNodeExecution) GetResultOk ¶
func (o *WorkflowsWorkflowNodeExecution) GetResultOk() (*WorkflowNodeExecutionResult, bool)
GetResultOk returns a tuple with the Result field value if set, nil otherwise and a boolean to check if the value has been set.
func (*WorkflowsWorkflowNodeExecution) GetResultReason ¶
func (o *WorkflowsWorkflowNodeExecution) GetResultReason() WorkflowNodeExecutionResultReason
GetResultReason returns the ResultReason field value if set, zero value otherwise.
func (*WorkflowsWorkflowNodeExecution) GetResultReasonOk ¶
func (o *WorkflowsWorkflowNodeExecution) GetResultReasonOk() (*WorkflowNodeExecutionResultReason, bool)
GetResultReasonOk returns a tuple with the ResultReason field value if set, nil otherwise and a boolean to check if the value has been set.
func (*WorkflowsWorkflowNodeExecution) GetRootEvent ¶
func (o *WorkflowsWorkflowNodeExecution) GetRootEvent() WorkflowsWorkflowEvent
GetRootEvent returns the RootEvent field value if set, zero value otherwise.
func (*WorkflowsWorkflowNodeExecution) GetRootEventOk ¶
func (o *WorkflowsWorkflowNodeExecution) GetRootEventOk() (*WorkflowsWorkflowEvent, bool)
GetRootEventOk returns a tuple with the RootEvent field value if set, nil otherwise and a boolean to check if the value has been set.
func (*WorkflowsWorkflowNodeExecution) GetState ¶
func (o *WorkflowsWorkflowNodeExecution) GetState() WorkflowNodeExecutionState
GetState returns the State field value if set, zero value otherwise.
func (*WorkflowsWorkflowNodeExecution) GetStateOk ¶
func (o *WorkflowsWorkflowNodeExecution) GetStateOk() (*WorkflowNodeExecutionState, bool)
GetStateOk returns a tuple with the State field value if set, nil otherwise and a boolean to check if the value has been set.
func (*WorkflowsWorkflowNodeExecution) GetUpdatedAt ¶
func (o *WorkflowsWorkflowNodeExecution) GetUpdatedAt() time.Time
GetUpdatedAt returns the UpdatedAt field value if set, zero value otherwise.
func (*WorkflowsWorkflowNodeExecution) GetUpdatedAtOk ¶
func (o *WorkflowsWorkflowNodeExecution) GetUpdatedAtOk() (*time.Time, bool)
GetUpdatedAtOk returns a tuple with the UpdatedAt field value if set, nil otherwise and a boolean to check if the value has been set.
func (*WorkflowsWorkflowNodeExecution) GetWorkflowId ¶
func (o *WorkflowsWorkflowNodeExecution) GetWorkflowId() string
GetWorkflowId returns the WorkflowId field value if set, zero value otherwise.
func (*WorkflowsWorkflowNodeExecution) GetWorkflowIdOk ¶
func (o *WorkflowsWorkflowNodeExecution) GetWorkflowIdOk() (*string, bool)
GetWorkflowIdOk returns a tuple with the WorkflowId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*WorkflowsWorkflowNodeExecution) HasCancelledBy ¶ added in v0.0.43
func (o *WorkflowsWorkflowNodeExecution) HasCancelledBy() bool
HasCancelledBy returns a boolean if a field has been set.
func (*WorkflowsWorkflowNodeExecution) HasChildExecutions ¶
func (o *WorkflowsWorkflowNodeExecution) HasChildExecutions() bool
HasChildExecutions returns a boolean if a field has been set.
func (*WorkflowsWorkflowNodeExecution) HasConfiguration ¶
func (o *WorkflowsWorkflowNodeExecution) HasConfiguration() bool
HasConfiguration returns a boolean if a field has been set.
func (*WorkflowsWorkflowNodeExecution) HasCreatedAt ¶
func (o *WorkflowsWorkflowNodeExecution) HasCreatedAt() bool
HasCreatedAt returns a boolean if a field has been set.
func (*WorkflowsWorkflowNodeExecution) HasId ¶
func (o *WorkflowsWorkflowNodeExecution) HasId() bool
HasId returns a boolean if a field has been set.
func (*WorkflowsWorkflowNodeExecution) HasInput ¶
func (o *WorkflowsWorkflowNodeExecution) HasInput() bool
HasInput returns a boolean if a field has been set.
func (*WorkflowsWorkflowNodeExecution) HasMetadata ¶
func (o *WorkflowsWorkflowNodeExecution) HasMetadata() bool
HasMetadata returns a boolean if a field has been set.
func (*WorkflowsWorkflowNodeExecution) HasNodeId ¶
func (o *WorkflowsWorkflowNodeExecution) HasNodeId() bool
HasNodeId returns a boolean if a field has been set.
func (*WorkflowsWorkflowNodeExecution) HasOutputs ¶
func (o *WorkflowsWorkflowNodeExecution) HasOutputs() bool
HasOutputs returns a boolean if a field has been set.
func (*WorkflowsWorkflowNodeExecution) HasParentExecutionId ¶
func (o *WorkflowsWorkflowNodeExecution) HasParentExecutionId() bool
HasParentExecutionId returns a boolean if a field has been set.
func (*WorkflowsWorkflowNodeExecution) HasPreviousExecutionId ¶
func (o *WorkflowsWorkflowNodeExecution) HasPreviousExecutionId() bool
HasPreviousExecutionId returns a boolean if a field has been set.
func (*WorkflowsWorkflowNodeExecution) HasResult ¶
func (o *WorkflowsWorkflowNodeExecution) HasResult() bool
HasResult returns a boolean if a field has been set.
func (*WorkflowsWorkflowNodeExecution) HasResultMessage ¶
func (o *WorkflowsWorkflowNodeExecution) HasResultMessage() bool
HasResultMessage returns a boolean if a field has been set.
func (*WorkflowsWorkflowNodeExecution) HasResultReason ¶
func (o *WorkflowsWorkflowNodeExecution) HasResultReason() bool
HasResultReason returns a boolean if a field has been set.
func (*WorkflowsWorkflowNodeExecution) HasRootEvent ¶
func (o *WorkflowsWorkflowNodeExecution) HasRootEvent() bool
HasRootEvent returns a boolean if a field has been set.
func (*WorkflowsWorkflowNodeExecution) HasState ¶
func (o *WorkflowsWorkflowNodeExecution) HasState() bool
HasState returns a boolean if a field has been set.
func (*WorkflowsWorkflowNodeExecution) HasUpdatedAt ¶
func (o *WorkflowsWorkflowNodeExecution) HasUpdatedAt() bool
HasUpdatedAt returns a boolean if a field has been set.
func (*WorkflowsWorkflowNodeExecution) HasWorkflowId ¶
func (o *WorkflowsWorkflowNodeExecution) HasWorkflowId() bool
HasWorkflowId returns a boolean if a field has been set.
func (WorkflowsWorkflowNodeExecution) MarshalJSON ¶
func (o WorkflowsWorkflowNodeExecution) MarshalJSON() ([]byte, error)
func (*WorkflowsWorkflowNodeExecution) SetCancelledBy ¶ added in v0.0.43
func (o *WorkflowsWorkflowNodeExecution) SetCancelledBy(v SuperplaneWorkflowsUserRef)
SetCancelledBy gets a reference to the given SuperplaneWorkflowsUserRef and assigns it to the CancelledBy field.
func (*WorkflowsWorkflowNodeExecution) SetChildExecutions ¶
func (o *WorkflowsWorkflowNodeExecution) SetChildExecutions(v []WorkflowsWorkflowNodeExecution)
SetChildExecutions gets a reference to the given []WorkflowsWorkflowNodeExecution and assigns it to the ChildExecutions field.
func (*WorkflowsWorkflowNodeExecution) SetConfiguration ¶
func (o *WorkflowsWorkflowNodeExecution) SetConfiguration(v map[string]interface{})
SetConfiguration gets a reference to the given map[string]interface{} and assigns it to the Configuration field.
func (*WorkflowsWorkflowNodeExecution) SetCreatedAt ¶
func (o *WorkflowsWorkflowNodeExecution) SetCreatedAt(v time.Time)
SetCreatedAt gets a reference to the given time.Time and assigns it to the CreatedAt field.
func (*WorkflowsWorkflowNodeExecution) SetId ¶
func (o *WorkflowsWorkflowNodeExecution) SetId(v string)
SetId gets a reference to the given string and assigns it to the Id field.
func (*WorkflowsWorkflowNodeExecution) SetInput ¶
func (o *WorkflowsWorkflowNodeExecution) SetInput(v map[string]interface{})
SetInput gets a reference to the given map[string]interface{} and assigns it to the Input field.
func (*WorkflowsWorkflowNodeExecution) SetMetadata ¶
func (o *WorkflowsWorkflowNodeExecution) SetMetadata(v map[string]interface{})
SetMetadata gets a reference to the given map[string]interface{} and assigns it to the Metadata field.
func (*WorkflowsWorkflowNodeExecution) SetNodeId ¶
func (o *WorkflowsWorkflowNodeExecution) SetNodeId(v string)
SetNodeId gets a reference to the given string and assigns it to the NodeId field.
func (*WorkflowsWorkflowNodeExecution) SetOutputs ¶
func (o *WorkflowsWorkflowNodeExecution) SetOutputs(v map[string]interface{})
SetOutputs gets a reference to the given map[string]interface{} and assigns it to the Outputs field.
func (*WorkflowsWorkflowNodeExecution) SetParentExecutionId ¶
func (o *WorkflowsWorkflowNodeExecution) SetParentExecutionId(v string)
SetParentExecutionId gets a reference to the given string and assigns it to the ParentExecutionId field.
func (*WorkflowsWorkflowNodeExecution) SetPreviousExecutionId ¶
func (o *WorkflowsWorkflowNodeExecution) SetPreviousExecutionId(v string)
SetPreviousExecutionId gets a reference to the given string and assigns it to the PreviousExecutionId field.
func (*WorkflowsWorkflowNodeExecution) SetResult ¶
func (o *WorkflowsWorkflowNodeExecution) SetResult(v WorkflowNodeExecutionResult)
SetResult gets a reference to the given WorkflowNodeExecutionResult and assigns it to the Result field.
func (*WorkflowsWorkflowNodeExecution) SetResultMessage ¶
func (o *WorkflowsWorkflowNodeExecution) SetResultMessage(v string)
SetResultMessage gets a reference to the given string and assigns it to the ResultMessage field.
func (*WorkflowsWorkflowNodeExecution) SetResultReason ¶
func (o *WorkflowsWorkflowNodeExecution) SetResultReason(v WorkflowNodeExecutionResultReason)
SetResultReason gets a reference to the given WorkflowNodeExecutionResultReason and assigns it to the ResultReason field.
func (*WorkflowsWorkflowNodeExecution) SetRootEvent ¶
func (o *WorkflowsWorkflowNodeExecution) SetRootEvent(v WorkflowsWorkflowEvent)
SetRootEvent gets a reference to the given WorkflowsWorkflowEvent and assigns it to the RootEvent field.
func (*WorkflowsWorkflowNodeExecution) SetState ¶
func (o *WorkflowsWorkflowNodeExecution) SetState(v WorkflowNodeExecutionState)
SetState gets a reference to the given WorkflowNodeExecutionState and assigns it to the State field.
func (*WorkflowsWorkflowNodeExecution) SetUpdatedAt ¶
func (o *WorkflowsWorkflowNodeExecution) SetUpdatedAt(v time.Time)
SetUpdatedAt gets a reference to the given time.Time and assigns it to the UpdatedAt field.
func (*WorkflowsWorkflowNodeExecution) SetWorkflowId ¶
func (o *WorkflowsWorkflowNodeExecution) SetWorkflowId(v string)
SetWorkflowId gets a reference to the given string and assigns it to the WorkflowId field.
func (WorkflowsWorkflowNodeExecution) ToMap ¶
func (o WorkflowsWorkflowNodeExecution) ToMap() (map[string]interface{}, error)
type WorkflowsWorkflowNodeQueueItem ¶
type WorkflowsWorkflowNodeQueueItem struct {
Id *string `json:"id,omitempty"`
WorkflowId *string `json:"workflowId,omitempty"`
NodeId *string `json:"nodeId,omitempty"`
Input map[string]interface{} `json:"input,omitempty"`
RootEvent *WorkflowsWorkflowEvent `json:"rootEvent,omitempty"`
CreatedAt *time.Time `json:"createdAt,omitempty"`
}
WorkflowsWorkflowNodeQueueItem struct for WorkflowsWorkflowNodeQueueItem
func NewWorkflowsWorkflowNodeQueueItem ¶
func NewWorkflowsWorkflowNodeQueueItem() *WorkflowsWorkflowNodeQueueItem
NewWorkflowsWorkflowNodeQueueItem instantiates a new WorkflowsWorkflowNodeQueueItem object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewWorkflowsWorkflowNodeQueueItemWithDefaults ¶
func NewWorkflowsWorkflowNodeQueueItemWithDefaults() *WorkflowsWorkflowNodeQueueItem
NewWorkflowsWorkflowNodeQueueItemWithDefaults instantiates a new WorkflowsWorkflowNodeQueueItem object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*WorkflowsWorkflowNodeQueueItem) GetCreatedAt ¶
func (o *WorkflowsWorkflowNodeQueueItem) GetCreatedAt() time.Time
GetCreatedAt returns the CreatedAt field value if set, zero value otherwise.
func (*WorkflowsWorkflowNodeQueueItem) GetCreatedAtOk ¶
func (o *WorkflowsWorkflowNodeQueueItem) GetCreatedAtOk() (*time.Time, bool)
GetCreatedAtOk returns a tuple with the CreatedAt field value if set, nil otherwise and a boolean to check if the value has been set.
func (*WorkflowsWorkflowNodeQueueItem) GetId ¶
func (o *WorkflowsWorkflowNodeQueueItem) GetId() string
GetId returns the Id field value if set, zero value otherwise.
func (*WorkflowsWorkflowNodeQueueItem) GetIdOk ¶
func (o *WorkflowsWorkflowNodeQueueItem) GetIdOk() (*string, bool)
GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.
func (*WorkflowsWorkflowNodeQueueItem) GetInput ¶
func (o *WorkflowsWorkflowNodeQueueItem) GetInput() map[string]interface{}
GetInput returns the Input field value if set, zero value otherwise.
func (*WorkflowsWorkflowNodeQueueItem) GetInputOk ¶
func (o *WorkflowsWorkflowNodeQueueItem) GetInputOk() (map[string]interface{}, bool)
GetInputOk returns a tuple with the Input field value if set, nil otherwise and a boolean to check if the value has been set.
func (*WorkflowsWorkflowNodeQueueItem) GetNodeId ¶
func (o *WorkflowsWorkflowNodeQueueItem) GetNodeId() string
GetNodeId returns the NodeId field value if set, zero value otherwise.
func (*WorkflowsWorkflowNodeQueueItem) GetNodeIdOk ¶
func (o *WorkflowsWorkflowNodeQueueItem) GetNodeIdOk() (*string, bool)
GetNodeIdOk returns a tuple with the NodeId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*WorkflowsWorkflowNodeQueueItem) GetRootEvent ¶
func (o *WorkflowsWorkflowNodeQueueItem) GetRootEvent() WorkflowsWorkflowEvent
GetRootEvent returns the RootEvent field value if set, zero value otherwise.
func (*WorkflowsWorkflowNodeQueueItem) GetRootEventOk ¶
func (o *WorkflowsWorkflowNodeQueueItem) GetRootEventOk() (*WorkflowsWorkflowEvent, bool)
GetRootEventOk returns a tuple with the RootEvent field value if set, nil otherwise and a boolean to check if the value has been set.
func (*WorkflowsWorkflowNodeQueueItem) GetWorkflowId ¶
func (o *WorkflowsWorkflowNodeQueueItem) GetWorkflowId() string
GetWorkflowId returns the WorkflowId field value if set, zero value otherwise.
func (*WorkflowsWorkflowNodeQueueItem) GetWorkflowIdOk ¶
func (o *WorkflowsWorkflowNodeQueueItem) GetWorkflowIdOk() (*string, bool)
GetWorkflowIdOk returns a tuple with the WorkflowId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*WorkflowsWorkflowNodeQueueItem) HasCreatedAt ¶
func (o *WorkflowsWorkflowNodeQueueItem) HasCreatedAt() bool
HasCreatedAt returns a boolean if a field has been set.
func (*WorkflowsWorkflowNodeQueueItem) HasId ¶
func (o *WorkflowsWorkflowNodeQueueItem) HasId() bool
HasId returns a boolean if a field has been set.
func (*WorkflowsWorkflowNodeQueueItem) HasInput ¶
func (o *WorkflowsWorkflowNodeQueueItem) HasInput() bool
HasInput returns a boolean if a field has been set.
func (*WorkflowsWorkflowNodeQueueItem) HasNodeId ¶
func (o *WorkflowsWorkflowNodeQueueItem) HasNodeId() bool
HasNodeId returns a boolean if a field has been set.
func (*WorkflowsWorkflowNodeQueueItem) HasRootEvent ¶
func (o *WorkflowsWorkflowNodeQueueItem) HasRootEvent() bool
HasRootEvent returns a boolean if a field has been set.
func (*WorkflowsWorkflowNodeQueueItem) HasWorkflowId ¶
func (o *WorkflowsWorkflowNodeQueueItem) HasWorkflowId() bool
HasWorkflowId returns a boolean if a field has been set.
func (WorkflowsWorkflowNodeQueueItem) MarshalJSON ¶
func (o WorkflowsWorkflowNodeQueueItem) MarshalJSON() ([]byte, error)
func (*WorkflowsWorkflowNodeQueueItem) SetCreatedAt ¶
func (o *WorkflowsWorkflowNodeQueueItem) SetCreatedAt(v time.Time)
SetCreatedAt gets a reference to the given time.Time and assigns it to the CreatedAt field.
func (*WorkflowsWorkflowNodeQueueItem) SetId ¶
func (o *WorkflowsWorkflowNodeQueueItem) SetId(v string)
SetId gets a reference to the given string and assigns it to the Id field.
func (*WorkflowsWorkflowNodeQueueItem) SetInput ¶
func (o *WorkflowsWorkflowNodeQueueItem) SetInput(v map[string]interface{})
SetInput gets a reference to the given map[string]interface{} and assigns it to the Input field.
func (*WorkflowsWorkflowNodeQueueItem) SetNodeId ¶
func (o *WorkflowsWorkflowNodeQueueItem) SetNodeId(v string)
SetNodeId gets a reference to the given string and assigns it to the NodeId field.
func (*WorkflowsWorkflowNodeQueueItem) SetRootEvent ¶
func (o *WorkflowsWorkflowNodeQueueItem) SetRootEvent(v WorkflowsWorkflowEvent)
SetRootEvent gets a reference to the given WorkflowsWorkflowEvent and assigns it to the RootEvent field.
func (*WorkflowsWorkflowNodeQueueItem) SetWorkflowId ¶
func (o *WorkflowsWorkflowNodeQueueItem) SetWorkflowId(v string)
SetWorkflowId gets a reference to the given string and assigns it to the WorkflowId field.
func (WorkflowsWorkflowNodeQueueItem) ToMap ¶
func (o WorkflowsWorkflowNodeQueueItem) ToMap() (map[string]interface{}, error)
type WorkflowsWorkflowSpec ¶
type WorkflowsWorkflowSpec struct {
Nodes []ComponentsNode `json:"nodes,omitempty"`
Edges []ComponentsEdge `json:"edges,omitempty"`
}
WorkflowsWorkflowSpec struct for WorkflowsWorkflowSpec
func NewWorkflowsWorkflowSpec ¶
func NewWorkflowsWorkflowSpec() *WorkflowsWorkflowSpec
NewWorkflowsWorkflowSpec instantiates a new WorkflowsWorkflowSpec object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewWorkflowsWorkflowSpecWithDefaults ¶
func NewWorkflowsWorkflowSpecWithDefaults() *WorkflowsWorkflowSpec
NewWorkflowsWorkflowSpecWithDefaults instantiates a new WorkflowsWorkflowSpec object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*WorkflowsWorkflowSpec) GetEdges ¶
func (o *WorkflowsWorkflowSpec) GetEdges() []ComponentsEdge
GetEdges returns the Edges field value if set, zero value otherwise.
func (*WorkflowsWorkflowSpec) GetEdgesOk ¶
func (o *WorkflowsWorkflowSpec) GetEdgesOk() ([]ComponentsEdge, bool)
GetEdgesOk returns a tuple with the Edges field value if set, nil otherwise and a boolean to check if the value has been set.
func (*WorkflowsWorkflowSpec) GetNodes ¶
func (o *WorkflowsWorkflowSpec) GetNodes() []ComponentsNode
GetNodes returns the Nodes field value if set, zero value otherwise.
func (*WorkflowsWorkflowSpec) GetNodesOk ¶
func (o *WorkflowsWorkflowSpec) GetNodesOk() ([]ComponentsNode, bool)
GetNodesOk returns a tuple with the Nodes field value if set, nil otherwise and a boolean to check if the value has been set.
func (*WorkflowsWorkflowSpec) HasEdges ¶
func (o *WorkflowsWorkflowSpec) HasEdges() bool
HasEdges returns a boolean if a field has been set.
func (*WorkflowsWorkflowSpec) HasNodes ¶
func (o *WorkflowsWorkflowSpec) HasNodes() bool
HasNodes returns a boolean if a field has been set.
func (WorkflowsWorkflowSpec) MarshalJSON ¶
func (o WorkflowsWorkflowSpec) MarshalJSON() ([]byte, error)
func (*WorkflowsWorkflowSpec) SetEdges ¶
func (o *WorkflowsWorkflowSpec) SetEdges(v []ComponentsEdge)
SetEdges gets a reference to the given []ComponentsEdge and assigns it to the Edges field.
func (*WorkflowsWorkflowSpec) SetNodes ¶
func (o *WorkflowsWorkflowSpec) SetNodes(v []ComponentsNode)
SetNodes gets a reference to the given []ComponentsNode and assigns it to the Nodes field.
func (WorkflowsWorkflowSpec) ToMap ¶
func (o WorkflowsWorkflowSpec) ToMap() (map[string]interface{}, error)
type WorkflowsWorkflowStatus ¶
type WorkflowsWorkflowStatus struct {
LastExecutions []WorkflowsWorkflowNodeExecution `json:"lastExecutions,omitempty"`
NextQueueItems []WorkflowsWorkflowNodeQueueItem `json:"nextQueueItems,omitempty"`
LastEvents []WorkflowsWorkflowEvent `json:"lastEvents,omitempty"`
}
WorkflowsWorkflowStatus struct for WorkflowsWorkflowStatus
func NewWorkflowsWorkflowStatus ¶
func NewWorkflowsWorkflowStatus() *WorkflowsWorkflowStatus
NewWorkflowsWorkflowStatus instantiates a new WorkflowsWorkflowStatus object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewWorkflowsWorkflowStatusWithDefaults ¶
func NewWorkflowsWorkflowStatusWithDefaults() *WorkflowsWorkflowStatus
NewWorkflowsWorkflowStatusWithDefaults instantiates a new WorkflowsWorkflowStatus object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*WorkflowsWorkflowStatus) GetLastEvents ¶
func (o *WorkflowsWorkflowStatus) GetLastEvents() []WorkflowsWorkflowEvent
GetLastEvents returns the LastEvents field value if set, zero value otherwise.
func (*WorkflowsWorkflowStatus) GetLastEventsOk ¶
func (o *WorkflowsWorkflowStatus) GetLastEventsOk() ([]WorkflowsWorkflowEvent, bool)
GetLastEventsOk returns a tuple with the LastEvents field value if set, nil otherwise and a boolean to check if the value has been set.
func (*WorkflowsWorkflowStatus) GetLastExecutions ¶
func (o *WorkflowsWorkflowStatus) GetLastExecutions() []WorkflowsWorkflowNodeExecution
GetLastExecutions returns the LastExecutions field value if set, zero value otherwise.
func (*WorkflowsWorkflowStatus) GetLastExecutionsOk ¶
func (o *WorkflowsWorkflowStatus) GetLastExecutionsOk() ([]WorkflowsWorkflowNodeExecution, bool)
GetLastExecutionsOk returns a tuple with the LastExecutions field value if set, nil otherwise and a boolean to check if the value has been set.
func (*WorkflowsWorkflowStatus) GetNextQueueItems ¶
func (o *WorkflowsWorkflowStatus) GetNextQueueItems() []WorkflowsWorkflowNodeQueueItem
GetNextQueueItems returns the NextQueueItems field value if set, zero value otherwise.
func (*WorkflowsWorkflowStatus) GetNextQueueItemsOk ¶
func (o *WorkflowsWorkflowStatus) GetNextQueueItemsOk() ([]WorkflowsWorkflowNodeQueueItem, bool)
GetNextQueueItemsOk returns a tuple with the NextQueueItems field value if set, nil otherwise and a boolean to check if the value has been set.
func (*WorkflowsWorkflowStatus) HasLastEvents ¶
func (o *WorkflowsWorkflowStatus) HasLastEvents() bool
HasLastEvents returns a boolean if a field has been set.
func (*WorkflowsWorkflowStatus) HasLastExecutions ¶
func (o *WorkflowsWorkflowStatus) HasLastExecutions() bool
HasLastExecutions returns a boolean if a field has been set.
func (*WorkflowsWorkflowStatus) HasNextQueueItems ¶
func (o *WorkflowsWorkflowStatus) HasNextQueueItems() bool
HasNextQueueItems returns a boolean if a field has been set.
func (WorkflowsWorkflowStatus) MarshalJSON ¶
func (o WorkflowsWorkflowStatus) MarshalJSON() ([]byte, error)
func (*WorkflowsWorkflowStatus) SetLastEvents ¶
func (o *WorkflowsWorkflowStatus) SetLastEvents(v []WorkflowsWorkflowEvent)
SetLastEvents gets a reference to the given []WorkflowsWorkflowEvent and assigns it to the LastEvents field.
func (*WorkflowsWorkflowStatus) SetLastExecutions ¶
func (o *WorkflowsWorkflowStatus) SetLastExecutions(v []WorkflowsWorkflowNodeExecution)
SetLastExecutions gets a reference to the given []WorkflowsWorkflowNodeExecution and assigns it to the LastExecutions field.
func (*WorkflowsWorkflowStatus) SetNextQueueItems ¶
func (o *WorkflowsWorkflowStatus) SetNextQueueItems(v []WorkflowsWorkflowNodeQueueItem)
SetNextQueueItems gets a reference to the given []WorkflowsWorkflowNodeQueueItem and assigns it to the NextQueueItems field.
func (WorkflowsWorkflowStatus) ToMap ¶
func (o WorkflowsWorkflowStatus) ToMap() (map[string]interface{}, error)
Source Files
¶
- api_application.go
- api_blueprint.go
- api_component.go
- api_groups.go
- api_me.go
- api_organization.go
- api_roles.go
- api_secret.go
- api_trigger.go
- api_users.go
- api_widget.go
- api_workflow.go
- api_workflow_event.go
- api_workflow_node.go
- api_workflow_node_execution.go
- client.go
- configuration.go
- model_app_installation_node_ref.go
- model_applications_application_definition.go
- model_authorization_domain_type.go
- model_authorization_permission.go
- model_blueprints_blueprint.go
- model_blueprints_create_blueprint_request.go
- model_blueprints_create_blueprint_response.go
- model_blueprints_describe_blueprint_response.go
- model_blueprints_list_blueprints_response.go
- model_blueprints_update_blueprint_body.go
- model_blueprints_update_blueprint_response.go
- model_components_app_installation_ref.go
- model_components_component.go
- model_components_component_action.go
- model_components_describe_component_response.go
- model_components_edge.go
- model_components_list_component_actions_response.go
- model_components_list_components_response.go
- model_components_node.go
- model_components_node_type.go
- model_components_position.go
- model_configuration_any_predicate_list_type_options.go
- model_configuration_date_time_type_options.go
- model_configuration_date_type_options.go
- model_configuration_expression_type_options.go
- model_configuration_field.go
- model_configuration_list_item_definition.go
- model_configuration_list_type_options.go
- model_configuration_multi_select_type_options.go
- model_configuration_number_type_options.go
- model_configuration_object_type_options.go
- model_configuration_required_condition.go
- model_configuration_resource_type_options.go
- model_configuration_select_option.go
- model_configuration_select_type_options.go
- model_configuration_string_type_options.go
- model_configuration_text_type_options.go
- model_configuration_time_type_options.go
- model_configuration_type_options.go
- model_configuration_validation_rule.go
- model_configuration_visibility_condition.go
- model_googlerpc_status.go
- model_groups_add_user_to_group_body.go
- model_groups_create_group_request.go
- model_groups_create_group_response.go
- model_groups_describe_group_response.go
- model_groups_group.go
- model_groups_group_metadata.go
- model_groups_group_spec.go
- model_groups_group_status.go
- model_groups_list_group_users_response.go
- model_groups_list_groups_response.go
- model_groups_remove_user_from_group_body.go
- model_groups_update_group_body.go
- model_groups_update_group_response.go
- model_me_regenerate_token_response.go
- model_node_blueprint_ref.go
- model_node_component_ref.go
- model_node_trigger_ref.go
- model_node_widget_ref.go
- model_organizations_app_installation.go
- model_organizations_app_installation_metadata.go
- model_organizations_app_installation_resource_ref.go
- model_organizations_app_installation_spec.go
- model_organizations_app_installation_status.go
- model_organizations_browser_action.go
- model_organizations_create_invitation_body.go
- model_organizations_create_invitation_response.go
- model_organizations_describe_application_response.go
- model_organizations_describe_organization_response.go
- model_organizations_get_invite_link_response.go
- model_organizations_install_application_body.go
- model_organizations_install_application_response.go
- model_organizations_invitation.go
- model_organizations_invite_link.go
- model_organizations_list_application_resources_response.go
- model_organizations_list_invitations_response.go
- model_organizations_organization.go
- model_organizations_organization_metadata.go
- model_organizations_reset_invite_link_response.go
- model_organizations_update_application_body.go
- model_organizations_update_application_response.go
- model_organizations_update_invite_link_body.go
- model_organizations_update_invite_link_response.go
- model_organizations_update_organization_body.go
- model_organizations_update_organization_response.go
- model_protobuf_any.go
- model_protobuf_null_value.go
- model_roles_assign_role_body.go
- model_roles_create_role_request.go
- model_roles_create_role_response.go
- model_roles_describe_role_response.go
- model_roles_list_roles_response.go
- model_roles_role.go
- model_roles_role_metadata.go
- model_roles_role_spec.go
- model_roles_update_role_body.go
- model_roles_update_role_response.go
- model_secret_local.go
- model_secret_provider.go
- model_secrets_create_secret_request.go
- model_secrets_create_secret_response.go
- model_secrets_describe_secret_response.go
- model_secrets_list_secrets_response.go
- model_secrets_secret.go
- model_secrets_secret_metadata.go
- model_secrets_secret_spec.go
- model_secrets_update_secret_body.go
- model_secrets_update_secret_response.go
- model_superplane_applications_list_applications_response.go
- model_superplane_blueprints_output_channel.go
- model_superplane_blueprints_user_ref.go
- model_superplane_components_output_channel.go
- model_superplane_me_user.go
- model_superplane_organizations_list_applications_response.go
- model_superplane_users_user.go
- model_superplane_workflows_user_ref.go
- model_triggers_describe_trigger_response.go
- model_triggers_list_triggers_response.go
- model_triggers_trigger.go
- model_users_account_provider.go
- model_users_list_user_permissions_response.go
- model_users_list_user_roles_response.go
- model_users_list_users_response.go
- model_users_user_metadata.go
- model_users_user_role_assignment.go
- model_users_user_spec.go
- model_users_user_status.go
- model_widgets_describe_widget_response.go
- model_widgets_list_widgets_response.go
- model_widgets_widget.go
- model_workflow_node_execution_result.go
- model_workflow_node_execution_result_reason.go
- model_workflow_node_execution_state.go
- model_workflows_create_workflow_request.go
- model_workflows_create_workflow_response.go
- model_workflows_describe_workflow_response.go
- model_workflows_emit_node_event_body.go
- model_workflows_emit_node_event_response.go
- model_workflows_invoke_node_execution_action_body.go
- model_workflows_invoke_node_trigger_action_body.go
- model_workflows_invoke_node_trigger_action_response.go
- model_workflows_list_child_executions_response.go
- model_workflows_list_event_executions_response.go
- model_workflows_list_node_events_response.go
- model_workflows_list_node_executions_response.go
- model_workflows_list_node_queue_items_response.go
- model_workflows_list_workflow_events_response.go
- model_workflows_list_workflows_response.go
- model_workflows_resolve_execution_errors_body.go
- model_workflows_update_workflow_body.go
- model_workflows_update_workflow_response.go
- model_workflows_workflow.go
- model_workflows_workflow_event.go
- model_workflows_workflow_event_with_executions.go
- model_workflows_workflow_metadata.go
- model_workflows_workflow_node_execution.go
- model_workflows_workflow_node_queue_item.go
- model_workflows_workflow_spec.go
- model_workflows_workflow_status.go
- response.go
- utils.go