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 Action
- type AnyRegion
- func (o *AnyRegion) GetActive() bool
- func (o *AnyRegion) GetActiveOk() (*bool, bool)
- func (o *AnyRegion) GetBaseUrl() string
- func (o *AnyRegion) GetBaseUrlOk() (*string, bool)
- func (o *AnyRegion) GetCapabilities() RegionCapability
- func (o *AnyRegion) GetCapabilitiesOk() (*RegionCapability, bool)
- func (o *AnyRegion) GetClientID() string
- func (o *AnyRegion) GetClientIDOk() (*string, bool)
- func (o *AnyRegion) GetCreatedAt() string
- func (o *AnyRegion) GetCreatedAtOk() (*string, bool)
- func (o *AnyRegion) GetCreator() User
- func (o *AnyRegion) GetCreatorOk() (*User, bool)
- func (o *AnyRegion) GetId() string
- func (o *AnyRegion) GetIdOk() (*string, bool)
- func (o *AnyRegion) GetLastPing() time.Time
- func (o *AnyRegion) GetLastPingOk() (*time.Time, bool)
- func (o *AnyRegion) GetName() string
- func (o *AnyRegion) GetNameOk() (*string, bool)
- func (o *AnyRegion) GetOrganizationID() string
- func (o *AnyRegion) GetOrganizationIDOk() (*string, bool)
- func (o *AnyRegion) GetProduction() bool
- func (o *AnyRegion) GetProductionOk() (*bool, bool)
- func (o *AnyRegion) GetPublic() bool
- func (o *AnyRegion) GetPublicOk() (*bool, bool)
- func (o *AnyRegion) GetVersion() string
- func (o *AnyRegion) GetVersionOk() (*string, bool)
- func (o *AnyRegion) HasClientID() bool
- func (o *AnyRegion) HasCreator() bool
- func (o *AnyRegion) HasLastPing() bool
- func (o *AnyRegion) HasOrganizationID() bool
- func (o *AnyRegion) HasProduction() bool
- func (o *AnyRegion) HasVersion() bool
- func (o AnyRegion) MarshalJSON() ([]byte, error)
- func (o *AnyRegion) SetActive(v bool)
- func (o *AnyRegion) SetBaseUrl(v string)
- func (o *AnyRegion) SetCapabilities(v RegionCapability)
- func (o *AnyRegion) SetClientID(v string)
- func (o *AnyRegion) SetCreatedAt(v string)
- func (o *AnyRegion) SetCreator(v User)
- func (o *AnyRegion) SetId(v string)
- func (o *AnyRegion) SetLastPing(v time.Time)
- func (o *AnyRegion) SetName(v string)
- func (o *AnyRegion) SetOrganizationID(v string)
- func (o *AnyRegion) SetProduction(v bool)
- func (o *AnyRegion) SetPublic(v bool)
- func (o *AnyRegion) SetVersion(v string)
- func (o AnyRegion) ToMap() (map[string]interface{}, error)
- type AnyRegionAllOf
- func (o *AnyRegionAllOf) GetClientID() string
- func (o *AnyRegionAllOf) GetClientIDOk() (*string, bool)
- func (o *AnyRegionAllOf) GetCreator() User
- func (o *AnyRegionAllOf) GetCreatorOk() (*User, bool)
- func (o *AnyRegionAllOf) GetOrganizationID() string
- func (o *AnyRegionAllOf) GetOrganizationIDOk() (*string, bool)
- func (o *AnyRegionAllOf) GetProduction() bool
- func (o *AnyRegionAllOf) GetProductionOk() (*bool, bool)
- func (o *AnyRegionAllOf) GetPublic() bool
- func (o *AnyRegionAllOf) GetPublicOk() (*bool, bool)
- func (o *AnyRegionAllOf) GetVersion() string
- func (o *AnyRegionAllOf) GetVersionOk() (*string, bool)
- func (o *AnyRegionAllOf) HasClientID() bool
- func (o *AnyRegionAllOf) HasCreator() bool
- func (o *AnyRegionAllOf) HasOrganizationID() bool
- func (o *AnyRegionAllOf) HasProduction() bool
- func (o *AnyRegionAllOf) HasVersion() bool
- func (o AnyRegionAllOf) MarshalJSON() ([]byte, error)
- func (o *AnyRegionAllOf) SetClientID(v string)
- func (o *AnyRegionAllOf) SetCreator(v User)
- func (o *AnyRegionAllOf) SetOrganizationID(v string)
- func (o *AnyRegionAllOf) SetProduction(v bool)
- func (o *AnyRegionAllOf) SetPublic(v bool)
- func (o *AnyRegionAllOf) SetVersion(v string)
- func (o AnyRegionAllOf) ToMap() (map[string]interface{}, error)
- type ApiAcceptInvitationRequest
- type ApiCreateInvitationRequest
- type ApiCreateOrganizationRequest
- type ApiCreatePrivateRegionRequest
- type ApiCreateStackRequest
- type ApiDeclineInvitationRequest
- type ApiDeleteInvitationRequest
- type ApiDeleteOrganizationRequest
- type ApiDeleteRegionRequest
- type ApiDeleteStackRequest
- type ApiDeleteStackUserAccessRequest
- type ApiDeleteUserFromOrganizationRequest
- type ApiDisableModuleRequest
- type ApiDisableStackRequest
- type ApiDisableStargateRequest
- type ApiEnableModuleRequest
- type ApiEnableStackRequest
- type ApiEnableStargateRequest
- type ApiGetRegionRequest
- type ApiGetRegionVersionsRequest
- type ApiGetServerInfoRequest
- type ApiGetStackRequest
- type ApiListInvitationsRequest
- type ApiListLogsRequest
- func (r ApiListLogsRequest) Action(action Action) ApiListLogsRequest
- func (r ApiListLogsRequest) Cursor(cursor string) ApiListLogsRequest
- func (r ApiListLogsRequest) Execute() (*LogCursor, *http.Response, error)
- func (r ApiListLogsRequest) Key(key string) ApiListLogsRequest
- func (r ApiListLogsRequest) PageSize(pageSize int32) ApiListLogsRequest
- func (r ApiListLogsRequest) StackId(stackId string) ApiListLogsRequest
- func (r ApiListLogsRequest) UserId(userId string) ApiListLogsRequest
- func (r ApiListLogsRequest) Value(value string) ApiListLogsRequest
- type ApiListModulesRequest
- type ApiListOrganizationInvitationsRequest
- type ApiListOrganizationsExpandedRequest
- type ApiListOrganizationsRequest
- type ApiListRegionsRequest
- type ApiListStackUsersAccessesRequest
- type ApiListStacksRequest
- type ApiListUsersOfOrganizationRequest
- type ApiReadConnectedUserRequest
- type ApiReadOrganizationRequest
- type ApiReadStackUserAccessRequest
- type ApiReadUserOfOrganizationRequest
- type ApiRestoreStackRequest
- type ApiUpdateOrganizationRequest
- type ApiUpdateStackRequest
- type ApiUpgradeStackRequest
- type ApiUpsertOrganizationUserRequest
- type ApiUpsertStackUserAccessRequest
- type BasicAuth
- type Capability
- type Configuration
- type CreateInvitationResponse
- func (o *CreateInvitationResponse) GetData() Invitation
- func (o *CreateInvitationResponse) GetDataOk() (*Invitation, bool)
- func (o *CreateInvitationResponse) HasData() bool
- func (o CreateInvitationResponse) MarshalJSON() ([]byte, error)
- func (o *CreateInvitationResponse) SetData(v Invitation)
- func (o CreateInvitationResponse) ToMap() (map[string]interface{}, error)
- type CreateOrganizationResponse
- func (o *CreateOrganizationResponse) GetData() OrganizationExpanded
- func (o *CreateOrganizationResponse) GetDataOk() (*OrganizationExpanded, bool)
- func (o *CreateOrganizationResponse) HasData() bool
- func (o CreateOrganizationResponse) MarshalJSON() ([]byte, error)
- func (o *CreateOrganizationResponse) SetData(v OrganizationExpanded)
- func (o CreateOrganizationResponse) ToMap() (map[string]interface{}, error)
- type CreatePrivateRegionRequest
- func (o *CreatePrivateRegionRequest) GetName() string
- func (o *CreatePrivateRegionRequest) GetNameOk() (*string, bool)
- func (o CreatePrivateRegionRequest) MarshalJSON() ([]byte, error)
- func (o *CreatePrivateRegionRequest) SetName(v string)
- func (o CreatePrivateRegionRequest) ToMap() (map[string]interface{}, error)
- type CreateStackRequest
- func (o *CreateStackRequest) GetMetadata() map[string]string
- func (o *CreateStackRequest) GetMetadataOk() (*map[string]string, bool)
- func (o *CreateStackRequest) GetName() string
- func (o *CreateStackRequest) GetNameOk() (*string, bool)
- func (o *CreateStackRequest) GetRegionID() string
- func (o *CreateStackRequest) GetRegionIDOk() (*string, bool)
- func (o *CreateStackRequest) GetVersion() string
- func (o *CreateStackRequest) GetVersionOk() (*string, bool)
- func (o *CreateStackRequest) HasMetadata() bool
- func (o *CreateStackRequest) HasVersion() bool
- func (o CreateStackRequest) MarshalJSON() ([]byte, error)
- func (o *CreateStackRequest) SetMetadata(v map[string]string)
- func (o *CreateStackRequest) SetName(v string)
- func (o *CreateStackRequest) SetRegionID(v string)
- func (o *CreateStackRequest) SetVersion(v string)
- func (o CreateStackRequest) ToMap() (map[string]interface{}, error)
- type CreateStackRequestAllOf
- func (o *CreateStackRequestAllOf) GetRegionID() string
- func (o *CreateStackRequestAllOf) GetRegionIDOk() (*string, bool)
- func (o CreateStackRequestAllOf) MarshalJSON() ([]byte, error)
- func (o *CreateStackRequestAllOf) SetRegionID(v string)
- func (o CreateStackRequestAllOf) ToMap() (map[string]interface{}, error)
- type CreateStackResponse
- func (o *CreateStackResponse) GetData() Stack
- func (o *CreateStackResponse) GetDataOk() (*Stack, bool)
- func (o *CreateStackResponse) HasData() bool
- func (o CreateStackResponse) MarshalJSON() ([]byte, error)
- func (o *CreateStackResponse) SetData(v Stack)
- func (o CreateStackResponse) ToMap() (map[string]interface{}, error)
- type CreatedPrivateRegionResponse
- func (o *CreatedPrivateRegionResponse) GetData() PrivateRegion
- func (o *CreatedPrivateRegionResponse) GetDataOk() (*PrivateRegion, bool)
- func (o CreatedPrivateRegionResponse) MarshalJSON() ([]byte, error)
- func (o *CreatedPrivateRegionResponse) SetData(v PrivateRegion)
- func (o CreatedPrivateRegionResponse) ToMap() (map[string]interface{}, error)
- type Cursor
- func (o *Cursor) GetHasMore() bool
- func (o *Cursor) GetHasMoreOk() (*bool, bool)
- func (o *Cursor) GetNext() string
- func (o *Cursor) GetNextOk() (*string, bool)
- func (o *Cursor) GetPageSize() int64
- func (o *Cursor) GetPageSizeOk() (*int64, bool)
- func (o *Cursor) GetPrevious() string
- func (o *Cursor) GetPreviousOk() (*string, bool)
- func (o *Cursor) HasNext() bool
- func (o *Cursor) HasPrevious() bool
- func (o Cursor) MarshalJSON() ([]byte, error)
- func (o *Cursor) SetHasMore(v bool)
- func (o *Cursor) SetNext(v string)
- func (o *Cursor) SetPageSize(v int64)
- func (o *Cursor) SetPrevious(v string)
- func (o Cursor) ToMap() (map[string]interface{}, error)
- type DefaultApiService
- func (a *DefaultApiService) AcceptInvitation(ctx context.Context, invitationId string) ApiAcceptInvitationRequest
- func (a *DefaultApiService) AcceptInvitationExecute(r ApiAcceptInvitationRequest) (*http.Response, error)
- func (a *DefaultApiService) CreateInvitation(ctx context.Context, organizationId string) ApiCreateInvitationRequest
- func (a *DefaultApiService) CreateInvitationExecute(r ApiCreateInvitationRequest) (*CreateInvitationResponse, *http.Response, error)
- func (a *DefaultApiService) CreateOrganization(ctx context.Context) ApiCreateOrganizationRequest
- func (a *DefaultApiService) CreateOrganizationExecute(r ApiCreateOrganizationRequest) (*CreateOrganizationResponse, *http.Response, error)
- func (a *DefaultApiService) CreatePrivateRegion(ctx context.Context, organizationId string) ApiCreatePrivateRegionRequest
- func (a *DefaultApiService) CreatePrivateRegionExecute(r ApiCreatePrivateRegionRequest) (*CreatedPrivateRegionResponse, *http.Response, error)
- func (a *DefaultApiService) CreateStack(ctx context.Context, organizationId string) ApiCreateStackRequest
- func (a *DefaultApiService) CreateStackExecute(r ApiCreateStackRequest) (*CreateStackResponse, *http.Response, error)
- func (a *DefaultApiService) DeclineInvitation(ctx context.Context, invitationId string) ApiDeclineInvitationRequest
- func (a *DefaultApiService) DeclineInvitationExecute(r ApiDeclineInvitationRequest) (*http.Response, error)
- func (a *DefaultApiService) DeleteInvitation(ctx context.Context, organizationId string, invitationId string) ApiDeleteInvitationRequest
- func (a *DefaultApiService) DeleteInvitationExecute(r ApiDeleteInvitationRequest) (*http.Response, error)
- func (a *DefaultApiService) DeleteOrganization(ctx context.Context, organizationId string) ApiDeleteOrganizationRequest
- func (a *DefaultApiService) DeleteOrganizationExecute(r ApiDeleteOrganizationRequest) (*http.Response, error)
- func (a *DefaultApiService) DeleteRegion(ctx context.Context, organizationId string, regionId string) ApiDeleteRegionRequest
- func (a *DefaultApiService) DeleteRegionExecute(r ApiDeleteRegionRequest) (*http.Response, error)
- func (a *DefaultApiService) DeleteStack(ctx context.Context, organizationId string, stackId string) ApiDeleteStackRequest
- func (a *DefaultApiService) DeleteStackExecute(r ApiDeleteStackRequest) (*http.Response, error)
- func (a *DefaultApiService) DeleteStackUserAccess(ctx context.Context, organizationId string, stackId string, userId string) ApiDeleteStackUserAccessRequest
- func (a *DefaultApiService) DeleteStackUserAccessExecute(r ApiDeleteStackUserAccessRequest) (*http.Response, error)
- func (a *DefaultApiService) DeleteUserFromOrganization(ctx context.Context, organizationId string, userId string) ApiDeleteUserFromOrganizationRequest
- func (a *DefaultApiService) DeleteUserFromOrganizationExecute(r ApiDeleteUserFromOrganizationRequest) (*http.Response, error)
- func (a *DefaultApiService) DisableModule(ctx context.Context, organizationId string, stackId string) ApiDisableModuleRequest
- func (a *DefaultApiService) DisableModuleExecute(r ApiDisableModuleRequest) (*http.Response, error)
- func (a *DefaultApiService) DisableStack(ctx context.Context, organizationId string, stackId string) ApiDisableStackRequest
- func (a *DefaultApiService) DisableStackExecute(r ApiDisableStackRequest) (*http.Response, error)
- func (a *DefaultApiService) DisableStargate(ctx context.Context, organizationId string, stackId string) ApiDisableStargateRequest
- func (a *DefaultApiService) DisableStargateExecute(r ApiDisableStargateRequest) (*http.Response, error)
- func (a *DefaultApiService) EnableModule(ctx context.Context, organizationId string, stackId string) ApiEnableModuleRequest
- func (a *DefaultApiService) EnableModuleExecute(r ApiEnableModuleRequest) (*http.Response, error)
- func (a *DefaultApiService) EnableStack(ctx context.Context, organizationId string, stackId string) ApiEnableStackRequest
- func (a *DefaultApiService) EnableStackExecute(r ApiEnableStackRequest) (*http.Response, error)
- func (a *DefaultApiService) EnableStargate(ctx context.Context, organizationId string, stackId string) ApiEnableStargateRequest
- func (a *DefaultApiService) EnableStargateExecute(r ApiEnableStargateRequest) (*http.Response, error)
- func (a *DefaultApiService) GetRegion(ctx context.Context, organizationId string, regionId string) ApiGetRegionRequest
- func (a *DefaultApiService) GetRegionExecute(r ApiGetRegionRequest) (*GetRegionResponse, *http.Response, error)
- func (a *DefaultApiService) GetRegionVersions(ctx context.Context, organizationId string, regionId string) ApiGetRegionVersionsRequest
- func (a *DefaultApiService) GetRegionVersionsExecute(r ApiGetRegionVersionsRequest) (*GetRegionVersionsResponse, *http.Response, error)
- func (a *DefaultApiService) GetServerInfo(ctx context.Context) ApiGetServerInfoRequest
- func (a *DefaultApiService) GetServerInfoExecute(r ApiGetServerInfoRequest) (*ServerInfo, *http.Response, error)
- func (a *DefaultApiService) GetStack(ctx context.Context, organizationId string, stackId string) ApiGetStackRequest
- func (a *DefaultApiService) GetStackExecute(r ApiGetStackRequest) (*CreateStackResponse, *http.Response, error)
- func (a *DefaultApiService) ListInvitations(ctx context.Context) ApiListInvitationsRequest
- func (a *DefaultApiService) ListInvitationsExecute(r ApiListInvitationsRequest) (*ListInvitationsResponse, *http.Response, error)
- func (a *DefaultApiService) ListLogs(ctx context.Context, organizationId string) ApiListLogsRequest
- func (a *DefaultApiService) ListLogsExecute(r ApiListLogsRequest) (*LogCursor, *http.Response, error)
- func (a *DefaultApiService) ListModules(ctx context.Context, organizationId string, stackId string) ApiListModulesRequest
- func (a *DefaultApiService) ListModulesExecute(r ApiListModulesRequest) (*ListModulesResponse, *http.Response, error)
- func (a *DefaultApiService) ListOrganizationInvitations(ctx context.Context, organizationId string) ApiListOrganizationInvitationsRequest
- func (a *DefaultApiService) ListOrganizationInvitationsExecute(r ApiListOrganizationInvitationsRequest) (*ListInvitationsResponse, *http.Response, error)
- func (a *DefaultApiService) ListOrganizations(ctx context.Context) ApiListOrganizationsRequest
- func (a *DefaultApiService) ListOrganizationsExecute(r ApiListOrganizationsRequest) (*ListOrganizationExpandedResponse, *http.Response, error)
- func (a *DefaultApiService) ListOrganizationsExpanded(ctx context.Context) ApiListOrganizationsExpandedRequest
- func (a *DefaultApiService) ListOrganizationsExpandedExecute(r ApiListOrganizationsExpandedRequest) (*ListOrganizationExpandedResponse, *http.Response, error)
- func (a *DefaultApiService) ListRegions(ctx context.Context, organizationId string) ApiListRegionsRequest
- func (a *DefaultApiService) ListRegionsExecute(r ApiListRegionsRequest) (*ListRegionsResponse, *http.Response, error)
- func (a *DefaultApiService) ListStackUsersAccesses(ctx context.Context, organizationId string, stackId string) ApiListStackUsersAccessesRequest
- func (a *DefaultApiService) ListStackUsersAccessesExecute(r ApiListStackUsersAccessesRequest) (*StackUserAccessResponse, *http.Response, error)
- func (a *DefaultApiService) ListStacks(ctx context.Context, organizationId string) ApiListStacksRequest
- func (a *DefaultApiService) ListStacksExecute(r ApiListStacksRequest) (*ListStacksResponse, *http.Response, error)
- func (a *DefaultApiService) ListUsersOfOrganization(ctx context.Context, organizationId string) ApiListUsersOfOrganizationRequest
- func (a *DefaultApiService) ListUsersOfOrganizationExecute(r ApiListUsersOfOrganizationRequest) (*ListUsersResponse, *http.Response, error)
- func (a *DefaultApiService) ReadConnectedUser(ctx context.Context) ApiReadConnectedUserRequest
- func (a *DefaultApiService) ReadConnectedUserExecute(r ApiReadConnectedUserRequest) (*ReadUserResponse, *http.Response, error)
- func (a *DefaultApiService) ReadOrganization(ctx context.Context, organizationId string) ApiReadOrganizationRequest
- func (a *DefaultApiService) ReadOrganizationExecute(r ApiReadOrganizationRequest) (*ReadOrganizationResponse, *http.Response, error)
- func (a *DefaultApiService) ReadStackUserAccess(ctx context.Context, organizationId string, stackId string, userId string) ApiReadStackUserAccessRequest
- func (a *DefaultApiService) ReadStackUserAccessExecute(r ApiReadStackUserAccessRequest) (*ReadStackUserAccess, *http.Response, error)
- func (a *DefaultApiService) ReadUserOfOrganization(ctx context.Context, organizationId string, userId string) ApiReadUserOfOrganizationRequest
- func (a *DefaultApiService) ReadUserOfOrganizationExecute(r ApiReadUserOfOrganizationRequest) (*ReadOrganizationUserResponse, *http.Response, error)
- func (a *DefaultApiService) RestoreStack(ctx context.Context, organizationId string, stackId string) ApiRestoreStackRequest
- func (a *DefaultApiService) RestoreStackExecute(r ApiRestoreStackRequest) (*CreateStackResponse, *http.Response, error)
- func (a *DefaultApiService) UpdateOrganization(ctx context.Context, organizationId string) ApiUpdateOrganizationRequest
- func (a *DefaultApiService) UpdateOrganizationExecute(r ApiUpdateOrganizationRequest) (*ReadOrganizationResponse, *http.Response, error)
- func (a *DefaultApiService) UpdateStack(ctx context.Context, organizationId string, stackId string) ApiUpdateStackRequest
- func (a *DefaultApiService) UpdateStackExecute(r ApiUpdateStackRequest) (*CreateStackResponse, *http.Response, error)
- func (a *DefaultApiService) UpgradeStack(ctx context.Context, organizationId string, stackId string) ApiUpgradeStackRequest
- func (a *DefaultApiService) UpgradeStackExecute(r ApiUpgradeStackRequest) (*http.Response, error)
- func (a *DefaultApiService) UpsertOrganizationUser(ctx context.Context, organizationId string, userId string) ApiUpsertOrganizationUserRequest
- func (a *DefaultApiService) UpsertOrganizationUserExecute(r ApiUpsertOrganizationUserRequest) (*http.Response, error)
- func (a *DefaultApiService) UpsertStackUserAccess(ctx context.Context, organizationId string, stackId string, userId string) ApiUpsertStackUserAccessRequest
- func (a *DefaultApiService) UpsertStackUserAccessExecute(r ApiUpsertStackUserAccessRequest) (*http.Response, error)
- type Error
- func (o *Error) GetErrorCode() string
- func (o *Error) GetErrorCodeOk() (*string, bool)
- func (o *Error) GetErrorMessage() string
- func (o *Error) GetErrorMessageOk() (*string, bool)
- func (o *Error) HasErrorMessage() bool
- func (o Error) MarshalJSON() ([]byte, error)
- func (o *Error) SetErrorCode(v string)
- func (o *Error) SetErrorMessage(v string)
- func (o Error) ToMap() (map[string]interface{}, error)
- type GenericOpenAPIError
- type GetRegionResponse
- type GetRegionVersionsResponse
- func (o *GetRegionVersionsResponse) GetData() []Version
- func (o *GetRegionVersionsResponse) GetDataOk() ([]Version, bool)
- func (o GetRegionVersionsResponse) MarshalJSON() ([]byte, error)
- func (o *GetRegionVersionsResponse) SetData(v []Version)
- func (o GetRegionVersionsResponse) ToMap() (map[string]interface{}, error)
- type Invitation
- func (o *Invitation) GetCreationDate() time.Time
- func (o *Invitation) GetCreationDateOk() (*time.Time, bool)
- func (o *Invitation) GetId() string
- func (o *Invitation) GetIdOk() (*string, bool)
- func (o *Invitation) GetOrganizationAccess() OrganizationUser
- func (o *Invitation) GetOrganizationAccessOk() (*OrganizationUser, bool)
- func (o *Invitation) GetOrganizationId() string
- func (o *Invitation) GetOrganizationIdOk() (*string, bool)
- func (o *Invitation) GetRole() Role
- func (o *Invitation) GetRoleOk() (*Role, bool)
- func (o *Invitation) GetStackClaims() []StackClaim
- func (o *Invitation) GetStackClaimsOk() ([]StackClaim, bool)
- func (o *Invitation) GetStatus() string
- func (o *Invitation) GetStatusOk() (*string, bool)
- func (o *Invitation) GetUpdatedAt() string
- func (o *Invitation) GetUpdatedAtOk() (*string, bool)
- func (o *Invitation) GetUserEmail() string
- func (o *Invitation) GetUserEmailOk() (*string, bool)
- func (o *Invitation) GetUserId() string
- func (o *Invitation) GetUserIdOk() (*string, bool)
- func (o *Invitation) HasOrganizationAccess() bool
- func (o *Invitation) HasStackClaims() bool
- func (o *Invitation) HasUpdatedAt() bool
- func (o *Invitation) HasUserId() bool
- func (o Invitation) MarshalJSON() ([]byte, error)
- func (o *Invitation) SetCreationDate(v time.Time)
- func (o *Invitation) SetId(v string)
- func (o *Invitation) SetOrganizationAccess(v OrganizationUser)
- func (o *Invitation) SetOrganizationId(v string)
- func (o *Invitation) SetRole(v Role)
- func (o *Invitation) SetStackClaims(v []StackClaim)
- func (o *Invitation) SetStatus(v string)
- func (o *Invitation) SetUpdatedAt(v string)
- func (o *Invitation) SetUserEmail(v string)
- func (o *Invitation) SetUserId(v string)
- func (o Invitation) ToMap() (map[string]interface{}, error)
- type InvitationClaim
- func (o *InvitationClaim) GetRole() Role
- func (o *InvitationClaim) GetRoleOk() (*Role, bool)
- func (o *InvitationClaim) GetStackClaims() []StackClaim
- func (o *InvitationClaim) GetStackClaimsOk() ([]StackClaim, bool)
- func (o *InvitationClaim) HasRole() bool
- func (o *InvitationClaim) HasStackClaims() bool
- func (o InvitationClaim) MarshalJSON() ([]byte, error)
- func (o *InvitationClaim) SetRole(v Role)
- func (o *InvitationClaim) SetStackClaims(v []StackClaim)
- func (o InvitationClaim) ToMap() (map[string]interface{}, error)
- type ListInvitationsResponse
- func (o *ListInvitationsResponse) GetData() []Invitation
- func (o *ListInvitationsResponse) GetDataOk() ([]Invitation, bool)
- func (o *ListInvitationsResponse) HasData() bool
- func (o ListInvitationsResponse) MarshalJSON() ([]byte, error)
- func (o *ListInvitationsResponse) SetData(v []Invitation)
- func (o ListInvitationsResponse) ToMap() (map[string]interface{}, error)
- type ListModulesResponse
- type ListOrganizationExpandedResponse
- func (o *ListOrganizationExpandedResponse) GetData() []ListOrganizationExpandedResponseDataInner
- func (o *ListOrganizationExpandedResponse) GetDataOk() ([]ListOrganizationExpandedResponseDataInner, bool)
- func (o *ListOrganizationExpandedResponse) HasData() bool
- func (o ListOrganizationExpandedResponse) MarshalJSON() ([]byte, error)
- func (o *ListOrganizationExpandedResponse) SetData(v []ListOrganizationExpandedResponseDataInner)
- func (o ListOrganizationExpandedResponse) ToMap() (map[string]interface{}, error)
- type ListOrganizationExpandedResponseDataInner
- func (o *ListOrganizationExpandedResponseDataInner) GetAvailableSandboxes() int32
- func (o *ListOrganizationExpandedResponseDataInner) GetAvailableSandboxesOk() (*int32, bool)
- func (o *ListOrganizationExpandedResponseDataInner) GetAvailableStacks() int32
- func (o *ListOrganizationExpandedResponseDataInner) GetAvailableStacksOk() (*int32, bool)
- func (o *ListOrganizationExpandedResponseDataInner) GetCreatedAt() time.Time
- func (o *ListOrganizationExpandedResponseDataInner) GetCreatedAtOk() (*time.Time, bool)
- func (o *ListOrganizationExpandedResponseDataInner) GetDefaultOrganizationAccess() Role
- func (o *ListOrganizationExpandedResponseDataInner) GetDefaultOrganizationAccessOk() (*Role, bool)
- func (o *ListOrganizationExpandedResponseDataInner) GetDefaultStackAccess() Role
- func (o *ListOrganizationExpandedResponseDataInner) GetDefaultStackAccessOk() (*Role, bool)
- func (o *ListOrganizationExpandedResponseDataInner) GetDomain() string
- func (o *ListOrganizationExpandedResponseDataInner) GetDomainOk() (*string, bool)
- func (o *ListOrganizationExpandedResponseDataInner) GetId() string
- func (o *ListOrganizationExpandedResponseDataInner) GetIdOk() (*string, bool)
- func (o *ListOrganizationExpandedResponseDataInner) GetName() string
- func (o *ListOrganizationExpandedResponseDataInner) GetNameOk() (*string, bool)
- func (o *ListOrganizationExpandedResponseDataInner) GetOwner() User
- func (o *ListOrganizationExpandedResponseDataInner) GetOwnerId() string
- func (o *ListOrganizationExpandedResponseDataInner) GetOwnerIdOk() (*string, bool)
- func (o *ListOrganizationExpandedResponseDataInner) GetOwnerOk() (*User, bool)
- func (o *ListOrganizationExpandedResponseDataInner) GetTotalStacks() int32
- func (o *ListOrganizationExpandedResponseDataInner) GetTotalStacksOk() (*int32, bool)
- func (o *ListOrganizationExpandedResponseDataInner) GetTotalUsers() int32
- func (o *ListOrganizationExpandedResponseDataInner) GetTotalUsersOk() (*int32, bool)
- func (o *ListOrganizationExpandedResponseDataInner) GetUpdatedAt() time.Time
- func (o *ListOrganizationExpandedResponseDataInner) GetUpdatedAtOk() (*time.Time, bool)
- func (o *ListOrganizationExpandedResponseDataInner) HasAvailableSandboxes() bool
- func (o *ListOrganizationExpandedResponseDataInner) HasAvailableStacks() bool
- func (o *ListOrganizationExpandedResponseDataInner) HasCreatedAt() bool
- func (o *ListOrganizationExpandedResponseDataInner) HasDefaultOrganizationAccess() bool
- func (o *ListOrganizationExpandedResponseDataInner) HasDefaultStackAccess() bool
- func (o *ListOrganizationExpandedResponseDataInner) HasDomain() bool
- func (o *ListOrganizationExpandedResponseDataInner) HasOwner() bool
- func (o *ListOrganizationExpandedResponseDataInner) HasTotalStacks() bool
- func (o *ListOrganizationExpandedResponseDataInner) HasTotalUsers() bool
- func (o *ListOrganizationExpandedResponseDataInner) HasUpdatedAt() bool
- func (o ListOrganizationExpandedResponseDataInner) MarshalJSON() ([]byte, error)
- func (o *ListOrganizationExpandedResponseDataInner) SetAvailableSandboxes(v int32)
- func (o *ListOrganizationExpandedResponseDataInner) SetAvailableStacks(v int32)
- func (o *ListOrganizationExpandedResponseDataInner) SetCreatedAt(v time.Time)
- func (o *ListOrganizationExpandedResponseDataInner) SetDefaultOrganizationAccess(v Role)
- func (o *ListOrganizationExpandedResponseDataInner) SetDefaultStackAccess(v Role)
- func (o *ListOrganizationExpandedResponseDataInner) SetDomain(v string)
- func (o *ListOrganizationExpandedResponseDataInner) SetId(v string)
- func (o *ListOrganizationExpandedResponseDataInner) SetName(v string)
- func (o *ListOrganizationExpandedResponseDataInner) SetOwner(v User)
- func (o *ListOrganizationExpandedResponseDataInner) SetOwnerId(v string)
- func (o *ListOrganizationExpandedResponseDataInner) SetTotalStacks(v int32)
- func (o *ListOrganizationExpandedResponseDataInner) SetTotalUsers(v int32)
- func (o *ListOrganizationExpandedResponseDataInner) SetUpdatedAt(v time.Time)
- func (o ListOrganizationExpandedResponseDataInner) ToMap() (map[string]interface{}, error)
- type ListOrganizationResponse
- func (o *ListOrganizationResponse) GetData() []Organization
- func (o *ListOrganizationResponse) GetDataOk() ([]Organization, bool)
- func (o *ListOrganizationResponse) HasData() bool
- func (o ListOrganizationResponse) MarshalJSON() ([]byte, error)
- func (o *ListOrganizationResponse) SetData(v []Organization)
- func (o ListOrganizationResponse) ToMap() (map[string]interface{}, error)
- type ListRegionsResponse
- type ListStacksResponse
- func (o *ListStacksResponse) GetData() []Stack
- func (o *ListStacksResponse) GetDataOk() ([]Stack, bool)
- func (o *ListStacksResponse) HasData() bool
- func (o ListStacksResponse) MarshalJSON() ([]byte, error)
- func (o *ListStacksResponse) SetData(v []Stack)
- func (o ListStacksResponse) ToMap() (map[string]interface{}, error)
- type ListUsersResponse
- func (o *ListUsersResponse) GetData() []OrganizationUserArrayInner
- func (o *ListUsersResponse) GetDataOk() ([]OrganizationUserArrayInner, bool)
- func (o *ListUsersResponse) HasData() bool
- func (o ListUsersResponse) MarshalJSON() ([]byte, error)
- func (o *ListUsersResponse) SetData(v []OrganizationUserArrayInner)
- func (o ListUsersResponse) ToMap() (map[string]interface{}, error)
- type Log
- func (o *Log) GetAction() string
- func (o *Log) GetActionOk() (*string, bool)
- func (o *Log) GetData() map[string]interface{}
- func (o *Log) GetDataOk() (map[string]interface{}, bool)
- func (o *Log) GetDate() time.Time
- func (o *Log) GetDateOk() (*time.Time, bool)
- func (o *Log) GetOrganizationId() string
- func (o *Log) GetOrganizationIdOk() (*string, bool)
- func (o *Log) GetSeq() string
- func (o *Log) GetSeqOk() (*string, bool)
- func (o *Log) GetUserId() string
- func (o *Log) GetUserIdOk() (*string, bool)
- func (o Log) MarshalJSON() ([]byte, error)
- func (o *Log) SetAction(v string)
- func (o *Log) SetData(v map[string]interface{})
- func (o *Log) SetDate(v time.Time)
- func (o *Log) SetOrganizationId(v string)
- func (o *Log) SetSeq(v string)
- func (o *Log) SetUserId(v string)
- func (o Log) ToMap() (map[string]interface{}, error)
- type LogCursor
- type LogCursorData
- func (o *LogCursorData) GetData() []Log
- func (o *LogCursorData) GetDataOk() ([]Log, bool)
- func (o *LogCursorData) GetHasMore() bool
- func (o *LogCursorData) GetHasMoreOk() (*bool, bool)
- func (o *LogCursorData) GetNext() string
- func (o *LogCursorData) GetNextOk() (*string, bool)
- func (o *LogCursorData) GetPageSize() int64
- func (o *LogCursorData) GetPageSizeOk() (*int64, bool)
- func (o *LogCursorData) GetPrevious() string
- func (o *LogCursorData) GetPreviousOk() (*string, bool)
- func (o *LogCursorData) HasNext() bool
- func (o *LogCursorData) HasPrevious() bool
- func (o LogCursorData) MarshalJSON() ([]byte, error)
- func (o *LogCursorData) SetData(v []Log)
- func (o *LogCursorData) SetHasMore(v bool)
- func (o *LogCursorData) SetNext(v string)
- func (o *LogCursorData) SetPageSize(v int64)
- func (o *LogCursorData) SetPrevious(v string)
- func (o LogCursorData) ToMap() (map[string]interface{}, error)
- type LogCursorDataAllOf
- func (o *LogCursorDataAllOf) GetData() []Log
- func (o *LogCursorDataAllOf) GetDataOk() ([]Log, bool)
- func (o *LogCursorDataAllOf) HasData() bool
- func (o LogCursorDataAllOf) MarshalJSON() ([]byte, error)
- func (o *LogCursorDataAllOf) SetData(v []Log)
- func (o LogCursorDataAllOf) ToMap() (map[string]interface{}, error)
- type MappedNullable
- type Module
- func (o *Module) GetLastStateUpdate() time.Time
- func (o *Module) GetLastStateUpdateOk() (*time.Time, bool)
- func (o *Module) GetLastStatusUpdate() time.Time
- func (o *Module) GetLastStatusUpdateOk() (*time.Time, bool)
- func (o *Module) GetName() string
- func (o *Module) GetNameOk() (*string, bool)
- func (o *Module) GetState() string
- func (o *Module) GetStateOk() (*string, bool)
- func (o *Module) GetStatus() string
- func (o *Module) GetStatusOk() (*string, bool)
- func (o Module) MarshalJSON() ([]byte, error)
- func (o *Module) SetLastStateUpdate(v time.Time)
- func (o *Module) SetLastStatusUpdate(v time.Time)
- func (o *Module) SetName(v string)
- func (o *Module) SetState(v string)
- func (o *Module) SetStatus(v string)
- func (o Module) ToMap() (map[string]interface{}, error)
- type NullableAction
- type NullableAnyRegion
- type NullableAnyRegionAllOf
- func (v NullableAnyRegionAllOf) Get() *AnyRegionAllOf
- func (v NullableAnyRegionAllOf) IsSet() bool
- func (v NullableAnyRegionAllOf) MarshalJSON() ([]byte, error)
- func (v *NullableAnyRegionAllOf) Set(val *AnyRegionAllOf)
- func (v *NullableAnyRegionAllOf) UnmarshalJSON(src []byte) error
- func (v *NullableAnyRegionAllOf) Unset()
- type NullableBool
- type NullableCapability
- type NullableCreateInvitationResponse
- func (v NullableCreateInvitationResponse) Get() *CreateInvitationResponse
- func (v NullableCreateInvitationResponse) IsSet() bool
- func (v NullableCreateInvitationResponse) MarshalJSON() ([]byte, error)
- func (v *NullableCreateInvitationResponse) Set(val *CreateInvitationResponse)
- func (v *NullableCreateInvitationResponse) UnmarshalJSON(src []byte) error
- func (v *NullableCreateInvitationResponse) Unset()
- type NullableCreateOrganizationResponse
- func (v NullableCreateOrganizationResponse) Get() *CreateOrganizationResponse
- func (v NullableCreateOrganizationResponse) IsSet() bool
- func (v NullableCreateOrganizationResponse) MarshalJSON() ([]byte, error)
- func (v *NullableCreateOrganizationResponse) Set(val *CreateOrganizationResponse)
- func (v *NullableCreateOrganizationResponse) UnmarshalJSON(src []byte) error
- func (v *NullableCreateOrganizationResponse) Unset()
- type NullableCreatePrivateRegionRequest
- func (v NullableCreatePrivateRegionRequest) Get() *CreatePrivateRegionRequest
- func (v NullableCreatePrivateRegionRequest) IsSet() bool
- func (v NullableCreatePrivateRegionRequest) MarshalJSON() ([]byte, error)
- func (v *NullableCreatePrivateRegionRequest) Set(val *CreatePrivateRegionRequest)
- func (v *NullableCreatePrivateRegionRequest) UnmarshalJSON(src []byte) error
- func (v *NullableCreatePrivateRegionRequest) Unset()
- type NullableCreateStackRequest
- func (v NullableCreateStackRequest) Get() *CreateStackRequest
- func (v NullableCreateStackRequest) IsSet() bool
- func (v NullableCreateStackRequest) MarshalJSON() ([]byte, error)
- func (v *NullableCreateStackRequest) Set(val *CreateStackRequest)
- func (v *NullableCreateStackRequest) UnmarshalJSON(src []byte) error
- func (v *NullableCreateStackRequest) Unset()
- type NullableCreateStackRequestAllOf
- func (v NullableCreateStackRequestAllOf) Get() *CreateStackRequestAllOf
- func (v NullableCreateStackRequestAllOf) IsSet() bool
- func (v NullableCreateStackRequestAllOf) MarshalJSON() ([]byte, error)
- func (v *NullableCreateStackRequestAllOf) Set(val *CreateStackRequestAllOf)
- func (v *NullableCreateStackRequestAllOf) UnmarshalJSON(src []byte) error
- func (v *NullableCreateStackRequestAllOf) Unset()
- type NullableCreateStackResponse
- func (v NullableCreateStackResponse) Get() *CreateStackResponse
- func (v NullableCreateStackResponse) IsSet() bool
- func (v NullableCreateStackResponse) MarshalJSON() ([]byte, error)
- func (v *NullableCreateStackResponse) Set(val *CreateStackResponse)
- func (v *NullableCreateStackResponse) UnmarshalJSON(src []byte) error
- func (v *NullableCreateStackResponse) Unset()
- type NullableCreatedPrivateRegionResponse
- func (v NullableCreatedPrivateRegionResponse) Get() *CreatedPrivateRegionResponse
- func (v NullableCreatedPrivateRegionResponse) IsSet() bool
- func (v NullableCreatedPrivateRegionResponse) MarshalJSON() ([]byte, error)
- func (v *NullableCreatedPrivateRegionResponse) Set(val *CreatedPrivateRegionResponse)
- func (v *NullableCreatedPrivateRegionResponse) UnmarshalJSON(src []byte) error
- func (v *NullableCreatedPrivateRegionResponse) Unset()
- type NullableCursor
- type NullableError
- type NullableFloat32
- type NullableFloat64
- type NullableGetRegionResponse
- func (v NullableGetRegionResponse) Get() *GetRegionResponse
- func (v NullableGetRegionResponse) IsSet() bool
- func (v NullableGetRegionResponse) MarshalJSON() ([]byte, error)
- func (v *NullableGetRegionResponse) Set(val *GetRegionResponse)
- func (v *NullableGetRegionResponse) UnmarshalJSON(src []byte) error
- func (v *NullableGetRegionResponse) Unset()
- type NullableGetRegionVersionsResponse
- func (v NullableGetRegionVersionsResponse) Get() *GetRegionVersionsResponse
- func (v NullableGetRegionVersionsResponse) IsSet() bool
- func (v NullableGetRegionVersionsResponse) MarshalJSON() ([]byte, error)
- func (v *NullableGetRegionVersionsResponse) Set(val *GetRegionVersionsResponse)
- func (v *NullableGetRegionVersionsResponse) UnmarshalJSON(src []byte) error
- func (v *NullableGetRegionVersionsResponse) Unset()
- type NullableInt
- type NullableInt32
- type NullableInt64
- type NullableInvitation
- type NullableInvitationClaim
- func (v NullableInvitationClaim) Get() *InvitationClaim
- func (v NullableInvitationClaim) IsSet() bool
- func (v NullableInvitationClaim) MarshalJSON() ([]byte, error)
- func (v *NullableInvitationClaim) Set(val *InvitationClaim)
- func (v *NullableInvitationClaim) UnmarshalJSON(src []byte) error
- func (v *NullableInvitationClaim) Unset()
- type NullableListInvitationsResponse
- func (v NullableListInvitationsResponse) Get() *ListInvitationsResponse
- func (v NullableListInvitationsResponse) IsSet() bool
- func (v NullableListInvitationsResponse) MarshalJSON() ([]byte, error)
- func (v *NullableListInvitationsResponse) Set(val *ListInvitationsResponse)
- func (v *NullableListInvitationsResponse) UnmarshalJSON(src []byte) error
- func (v *NullableListInvitationsResponse) Unset()
- type NullableListModulesResponse
- func (v NullableListModulesResponse) Get() *ListModulesResponse
- func (v NullableListModulesResponse) IsSet() bool
- func (v NullableListModulesResponse) MarshalJSON() ([]byte, error)
- func (v *NullableListModulesResponse) Set(val *ListModulesResponse)
- func (v *NullableListModulesResponse) UnmarshalJSON(src []byte) error
- func (v *NullableListModulesResponse) Unset()
- type NullableListOrganizationExpandedResponse
- func (v NullableListOrganizationExpandedResponse) Get() *ListOrganizationExpandedResponse
- func (v NullableListOrganizationExpandedResponse) IsSet() bool
- func (v NullableListOrganizationExpandedResponse) MarshalJSON() ([]byte, error)
- func (v *NullableListOrganizationExpandedResponse) Set(val *ListOrganizationExpandedResponse)
- func (v *NullableListOrganizationExpandedResponse) UnmarshalJSON(src []byte) error
- func (v *NullableListOrganizationExpandedResponse) Unset()
- type NullableListOrganizationExpandedResponseDataInner
- func (v NullableListOrganizationExpandedResponseDataInner) Get() *ListOrganizationExpandedResponseDataInner
- func (v NullableListOrganizationExpandedResponseDataInner) IsSet() bool
- func (v NullableListOrganizationExpandedResponseDataInner) MarshalJSON() ([]byte, error)
- func (v *NullableListOrganizationExpandedResponseDataInner) Set(val *ListOrganizationExpandedResponseDataInner)
- func (v *NullableListOrganizationExpandedResponseDataInner) UnmarshalJSON(src []byte) error
- func (v *NullableListOrganizationExpandedResponseDataInner) Unset()
- type NullableListOrganizationResponse
- func (v NullableListOrganizationResponse) Get() *ListOrganizationResponse
- func (v NullableListOrganizationResponse) IsSet() bool
- func (v NullableListOrganizationResponse) MarshalJSON() ([]byte, error)
- func (v *NullableListOrganizationResponse) Set(val *ListOrganizationResponse)
- func (v *NullableListOrganizationResponse) UnmarshalJSON(src []byte) error
- func (v *NullableListOrganizationResponse) Unset()
- type NullableListRegionsResponse
- func (v NullableListRegionsResponse) Get() *ListRegionsResponse
- func (v NullableListRegionsResponse) IsSet() bool
- func (v NullableListRegionsResponse) MarshalJSON() ([]byte, error)
- func (v *NullableListRegionsResponse) Set(val *ListRegionsResponse)
- func (v *NullableListRegionsResponse) UnmarshalJSON(src []byte) error
- func (v *NullableListRegionsResponse) Unset()
- type NullableListStacksResponse
- func (v NullableListStacksResponse) Get() *ListStacksResponse
- func (v NullableListStacksResponse) IsSet() bool
- func (v NullableListStacksResponse) MarshalJSON() ([]byte, error)
- func (v *NullableListStacksResponse) Set(val *ListStacksResponse)
- func (v *NullableListStacksResponse) UnmarshalJSON(src []byte) error
- func (v *NullableListStacksResponse) Unset()
- type NullableListUsersResponse
- func (v NullableListUsersResponse) Get() *ListUsersResponse
- func (v NullableListUsersResponse) IsSet() bool
- func (v NullableListUsersResponse) MarshalJSON() ([]byte, error)
- func (v *NullableListUsersResponse) Set(val *ListUsersResponse)
- func (v *NullableListUsersResponse) UnmarshalJSON(src []byte) error
- func (v *NullableListUsersResponse) Unset()
- type NullableLog
- type NullableLogCursor
- type NullableLogCursorData
- func (v NullableLogCursorData) Get() *LogCursorData
- func (v NullableLogCursorData) IsSet() bool
- func (v NullableLogCursorData) MarshalJSON() ([]byte, error)
- func (v *NullableLogCursorData) Set(val *LogCursorData)
- func (v *NullableLogCursorData) UnmarshalJSON(src []byte) error
- func (v *NullableLogCursorData) Unset()
- type NullableLogCursorDataAllOf
- func (v NullableLogCursorDataAllOf) Get() *LogCursorDataAllOf
- func (v NullableLogCursorDataAllOf) IsSet() bool
- func (v NullableLogCursorDataAllOf) MarshalJSON() ([]byte, error)
- func (v *NullableLogCursorDataAllOf) Set(val *LogCursorDataAllOf)
- func (v *NullableLogCursorDataAllOf) UnmarshalJSON(src []byte) error
- func (v *NullableLogCursorDataAllOf) Unset()
- type NullableModule
- type NullableOrganization
- func (v NullableOrganization) Get() *Organization
- func (v NullableOrganization) IsSet() bool
- func (v NullableOrganization) MarshalJSON() ([]byte, error)
- func (v *NullableOrganization) Set(val *Organization)
- func (v *NullableOrganization) UnmarshalJSON(src []byte) error
- func (v *NullableOrganization) Unset()
- type NullableOrganizationAllOf
- func (v NullableOrganizationAllOf) Get() *OrganizationAllOf
- func (v NullableOrganizationAllOf) IsSet() bool
- func (v NullableOrganizationAllOf) MarshalJSON() ([]byte, error)
- func (v *NullableOrganizationAllOf) Set(val *OrganizationAllOf)
- func (v *NullableOrganizationAllOf) UnmarshalJSON(src []byte) error
- func (v *NullableOrganizationAllOf) Unset()
- type NullableOrganizationData
- func (v NullableOrganizationData) Get() *OrganizationData
- func (v NullableOrganizationData) IsSet() bool
- func (v NullableOrganizationData) MarshalJSON() ([]byte, error)
- func (v *NullableOrganizationData) Set(val *OrganizationData)
- func (v *NullableOrganizationData) UnmarshalJSON(src []byte) error
- func (v *NullableOrganizationData) Unset()
- type NullableOrganizationExpanded
- func (v NullableOrganizationExpanded) Get() *OrganizationExpanded
- func (v NullableOrganizationExpanded) IsSet() bool
- func (v NullableOrganizationExpanded) MarshalJSON() ([]byte, error)
- func (v *NullableOrganizationExpanded) Set(val *OrganizationExpanded)
- func (v *NullableOrganizationExpanded) UnmarshalJSON(src []byte) error
- func (v *NullableOrganizationExpanded) Unset()
- type NullableOrganizationExpandedAllOf
- func (v NullableOrganizationExpandedAllOf) Get() *OrganizationExpandedAllOf
- func (v NullableOrganizationExpandedAllOf) IsSet() bool
- func (v NullableOrganizationExpandedAllOf) MarshalJSON() ([]byte, error)
- func (v *NullableOrganizationExpandedAllOf) Set(val *OrganizationExpandedAllOf)
- func (v *NullableOrganizationExpandedAllOf) UnmarshalJSON(src []byte) error
- func (v *NullableOrganizationExpandedAllOf) Unset()
- type NullableOrganizationUser
- func (v NullableOrganizationUser) Get() *OrganizationUser
- func (v NullableOrganizationUser) IsSet() bool
- func (v NullableOrganizationUser) MarshalJSON() ([]byte, error)
- func (v *NullableOrganizationUser) Set(val *OrganizationUser)
- func (v *NullableOrganizationUser) UnmarshalJSON(src []byte) error
- func (v *NullableOrganizationUser) Unset()
- type NullableOrganizationUserAllOf
- func (v NullableOrganizationUserAllOf) Get() *OrganizationUserAllOf
- func (v NullableOrganizationUserAllOf) IsSet() bool
- func (v NullableOrganizationUserAllOf) MarshalJSON() ([]byte, error)
- func (v *NullableOrganizationUserAllOf) Set(val *OrganizationUserAllOf)
- func (v *NullableOrganizationUserAllOf) UnmarshalJSON(src []byte) error
- func (v *NullableOrganizationUserAllOf) Unset()
- type NullableOrganizationUserArrayInner
- func (v NullableOrganizationUserArrayInner) Get() *OrganizationUserArrayInner
- func (v NullableOrganizationUserArrayInner) IsSet() bool
- func (v NullableOrganizationUserArrayInner) MarshalJSON() ([]byte, error)
- func (v *NullableOrganizationUserArrayInner) Set(val *OrganizationUserArrayInner)
- func (v *NullableOrganizationUserArrayInner) UnmarshalJSON(src []byte) error
- func (v *NullableOrganizationUserArrayInner) Unset()
- type NullablePrivateRegion
- func (v NullablePrivateRegion) Get() *PrivateRegion
- func (v NullablePrivateRegion) IsSet() bool
- func (v NullablePrivateRegion) MarshalJSON() ([]byte, error)
- func (v *NullablePrivateRegion) Set(val *PrivateRegion)
- func (v *NullablePrivateRegion) UnmarshalJSON(src []byte) error
- func (v *NullablePrivateRegion) Unset()
- type NullablePrivateRegionAllOf
- func (v NullablePrivateRegionAllOf) Get() *PrivateRegionAllOf
- func (v NullablePrivateRegionAllOf) IsSet() bool
- func (v NullablePrivateRegionAllOf) MarshalJSON() ([]byte, error)
- func (v *NullablePrivateRegionAllOf) Set(val *PrivateRegionAllOf)
- func (v *NullablePrivateRegionAllOf) UnmarshalJSON(src []byte) error
- func (v *NullablePrivateRegionAllOf) Unset()
- type NullablePrivateRegionAllOfSecret
- func (v NullablePrivateRegionAllOfSecret) Get() *PrivateRegionAllOfSecret
- func (v NullablePrivateRegionAllOfSecret) IsSet() bool
- func (v NullablePrivateRegionAllOfSecret) MarshalJSON() ([]byte, error)
- func (v *NullablePrivateRegionAllOfSecret) Set(val *PrivateRegionAllOfSecret)
- func (v *NullablePrivateRegionAllOfSecret) UnmarshalJSON(src []byte) error
- func (v *NullablePrivateRegionAllOfSecret) Unset()
- type NullablePublicRegion
- func (v NullablePublicRegion) Get() *PublicRegion
- func (v NullablePublicRegion) IsSet() bool
- func (v NullablePublicRegion) MarshalJSON() ([]byte, error)
- func (v *NullablePublicRegion) Set(val *PublicRegion)
- func (v *NullablePublicRegion) UnmarshalJSON(src []byte) error
- func (v *NullablePublicRegion) Unset()
- type NullablePublicRegionAllOf
- func (v NullablePublicRegionAllOf) Get() *PublicRegionAllOf
- func (v NullablePublicRegionAllOf) IsSet() bool
- func (v NullablePublicRegionAllOf) MarshalJSON() ([]byte, error)
- func (v *NullablePublicRegionAllOf) Set(val *PublicRegionAllOf)
- func (v *NullablePublicRegionAllOf) UnmarshalJSON(src []byte) error
- func (v *NullablePublicRegionAllOf) Unset()
- type NullableReadOrganizationResponse
- func (v NullableReadOrganizationResponse) Get() *ReadOrganizationResponse
- func (v NullableReadOrganizationResponse) IsSet() bool
- func (v NullableReadOrganizationResponse) MarshalJSON() ([]byte, error)
- func (v *NullableReadOrganizationResponse) Set(val *ReadOrganizationResponse)
- func (v *NullableReadOrganizationResponse) UnmarshalJSON(src []byte) error
- func (v *NullableReadOrganizationResponse) Unset()
- type NullableReadOrganizationUserResponse
- func (v NullableReadOrganizationUserResponse) Get() *ReadOrganizationUserResponse
- func (v NullableReadOrganizationUserResponse) IsSet() bool
- func (v NullableReadOrganizationUserResponse) MarshalJSON() ([]byte, error)
- func (v *NullableReadOrganizationUserResponse) Set(val *ReadOrganizationUserResponse)
- func (v *NullableReadOrganizationUserResponse) UnmarshalJSON(src []byte) error
- func (v *NullableReadOrganizationUserResponse) Unset()
- type NullableReadStackUserAccess
- func (v NullableReadStackUserAccess) Get() *ReadStackUserAccess
- func (v NullableReadStackUserAccess) IsSet() bool
- func (v NullableReadStackUserAccess) MarshalJSON() ([]byte, error)
- func (v *NullableReadStackUserAccess) Set(val *ReadStackUserAccess)
- func (v *NullableReadStackUserAccess) UnmarshalJSON(src []byte) error
- func (v *NullableReadStackUserAccess) Unset()
- type NullableReadUserResponse
- func (v NullableReadUserResponse) Get() *ReadUserResponse
- func (v NullableReadUserResponse) IsSet() bool
- func (v NullableReadUserResponse) MarshalJSON() ([]byte, error)
- func (v *NullableReadUserResponse) Set(val *ReadUserResponse)
- func (v *NullableReadUserResponse) UnmarshalJSON(src []byte) error
- func (v *NullableReadUserResponse) Unset()
- type NullableRegion
- type NullableRegionCapability
- func (v NullableRegionCapability) Get() *RegionCapability
- func (v NullableRegionCapability) IsSet() bool
- func (v NullableRegionCapability) MarshalJSON() ([]byte, error)
- func (v *NullableRegionCapability) Set(val *RegionCapability)
- func (v *NullableRegionCapability) UnmarshalJSON(src []byte) error
- func (v *NullableRegionCapability) Unset()
- type NullableRegionCapabilityKeys
- func (v NullableRegionCapabilityKeys) Get() *RegionCapabilityKeys
- func (v NullableRegionCapabilityKeys) IsSet() bool
- func (v NullableRegionCapabilityKeys) MarshalJSON() ([]byte, error)
- func (v *NullableRegionCapabilityKeys) Set(val *RegionCapabilityKeys)
- func (v *NullableRegionCapabilityKeys) UnmarshalJSON(src []byte) error
- func (v *NullableRegionCapabilityKeys) Unset()
- type NullableRole
- type NullableServerInfo
- type NullableStack
- type NullableStackAllOf
- type NullableStackClaim
- type NullableStackData
- type NullableStackLifeCycle
- func (v NullableStackLifeCycle) Get() *StackLifeCycle
- func (v NullableStackLifeCycle) IsSet() bool
- func (v NullableStackLifeCycle) MarshalJSON() ([]byte, error)
- func (v *NullableStackLifeCycle) Set(val *StackLifeCycle)
- func (v *NullableStackLifeCycle) UnmarshalJSON(src []byte) error
- func (v *NullableStackLifeCycle) Unset()
- type NullableStackReachability
- func (v NullableStackReachability) Get() *StackReachability
- func (v NullableStackReachability) IsSet() bool
- func (v NullableStackReachability) MarshalJSON() ([]byte, error)
- func (v *NullableStackReachability) Set(val *StackReachability)
- func (v *NullableStackReachability) UnmarshalJSON(src []byte) error
- func (v *NullableStackReachability) Unset()
- type NullableStackUserAccess
- func (v NullableStackUserAccess) Get() *StackUserAccess
- func (v NullableStackUserAccess) IsSet() bool
- func (v NullableStackUserAccess) MarshalJSON() ([]byte, error)
- func (v *NullableStackUserAccess) Set(val *StackUserAccess)
- func (v *NullableStackUserAccess) UnmarshalJSON(src []byte) error
- func (v *NullableStackUserAccess) Unset()
- type NullableStackUserAccessAllOf
- func (v NullableStackUserAccessAllOf) Get() *StackUserAccessAllOf
- func (v NullableStackUserAccessAllOf) IsSet() bool
- func (v NullableStackUserAccessAllOf) MarshalJSON() ([]byte, error)
- func (v *NullableStackUserAccessAllOf) Set(val *StackUserAccessAllOf)
- func (v *NullableStackUserAccessAllOf) UnmarshalJSON(src []byte) error
- func (v *NullableStackUserAccessAllOf) Unset()
- type NullableStackUserAccessResponse
- func (v NullableStackUserAccessResponse) Get() *StackUserAccessResponse
- func (v NullableStackUserAccessResponse) IsSet() bool
- func (v NullableStackUserAccessResponse) MarshalJSON() ([]byte, error)
- func (v *NullableStackUserAccessResponse) Set(val *StackUserAccessResponse)
- func (v *NullableStackUserAccessResponse) UnmarshalJSON(src []byte) error
- func (v *NullableStackUserAccessResponse) Unset()
- type NullableStackVersion
- func (v NullableStackVersion) Get() *StackVersion
- func (v NullableStackVersion) IsSet() bool
- func (v NullableStackVersion) MarshalJSON() ([]byte, error)
- func (v *NullableStackVersion) Set(val *StackVersion)
- func (v *NullableStackVersion) UnmarshalJSON(src []byte) error
- func (v *NullableStackVersion) Unset()
- type NullableString
- type NullableSystemRole
- type NullableTime
- type NullableUpdateOrganizationUserRequest
- func (v NullableUpdateOrganizationUserRequest) Get() *UpdateOrganizationUserRequest
- func (v NullableUpdateOrganizationUserRequest) IsSet() bool
- func (v NullableUpdateOrganizationUserRequest) MarshalJSON() ([]byte, error)
- func (v *NullableUpdateOrganizationUserRequest) Set(val *UpdateOrganizationUserRequest)
- func (v *NullableUpdateOrganizationUserRequest) UnmarshalJSON(src []byte) error
- func (v *NullableUpdateOrganizationUserRequest) Unset()
- type NullableUpdateStackRequest
- func (v NullableUpdateStackRequest) Get() *UpdateStackRequest
- func (v NullableUpdateStackRequest) IsSet() bool
- func (v NullableUpdateStackRequest) MarshalJSON() ([]byte, error)
- func (v *NullableUpdateStackRequest) Set(val *UpdateStackRequest)
- func (v *NullableUpdateStackRequest) UnmarshalJSON(src []byte) error
- func (v *NullableUpdateStackRequest) Unset()
- type NullableUpdateStackUserRequest
- func (v NullableUpdateStackUserRequest) Get() *UpdateStackUserRequest
- func (v NullableUpdateStackUserRequest) IsSet() bool
- func (v NullableUpdateStackUserRequest) MarshalJSON() ([]byte, error)
- func (v *NullableUpdateStackUserRequest) Set(val *UpdateStackUserRequest)
- func (v *NullableUpdateStackUserRequest) UnmarshalJSON(src []byte) error
- func (v *NullableUpdateStackUserRequest) Unset()
- type NullableUser
- type NullableUserAllOf
- type NullableUserAllOf1
- type NullableUserData
- type NullableUserDataAllOf
- func (v NullableUserDataAllOf) Get() *UserDataAllOf
- func (v NullableUserDataAllOf) IsSet() bool
- func (v NullableUserDataAllOf) MarshalJSON() ([]byte, error)
- func (v *NullableUserDataAllOf) Set(val *UserDataAllOf)
- func (v *NullableUserDataAllOf) UnmarshalJSON(src []byte) error
- func (v *NullableUserDataAllOf) Unset()
- type NullableVersion
- type Organization
- func (o *Organization) GetAvailableSandboxes() int32
- func (o *Organization) GetAvailableSandboxesOk() (*int32, bool)
- func (o *Organization) GetAvailableStacks() int32
- func (o *Organization) GetAvailableStacksOk() (*int32, bool)
- func (o *Organization) GetCreatedAt() time.Time
- func (o *Organization) GetCreatedAtOk() (*time.Time, bool)
- func (o *Organization) GetDefaultOrganizationAccess() Role
- func (o *Organization) GetDefaultOrganizationAccessOk() (*Role, bool)
- func (o *Organization) GetDefaultStackAccess() Role
- func (o *Organization) GetDefaultStackAccessOk() (*Role, bool)
- func (o *Organization) GetDomain() string
- func (o *Organization) GetDomainOk() (*string, bool)
- func (o *Organization) GetId() string
- func (o *Organization) GetIdOk() (*string, bool)
- func (o *Organization) GetName() string
- func (o *Organization) GetNameOk() (*string, bool)
- func (o *Organization) GetOwnerId() string
- func (o *Organization) GetOwnerIdOk() (*string, bool)
- func (o *Organization) GetUpdatedAt() time.Time
- func (o *Organization) GetUpdatedAtOk() (*time.Time, bool)
- func (o *Organization) HasAvailableSandboxes() bool
- func (o *Organization) HasAvailableStacks() bool
- func (o *Organization) HasCreatedAt() bool
- func (o *Organization) HasDefaultOrganizationAccess() bool
- func (o *Organization) HasDefaultStackAccess() bool
- func (o *Organization) HasDomain() bool
- func (o *Organization) HasUpdatedAt() bool
- func (o Organization) MarshalJSON() ([]byte, error)
- func (o *Organization) SetAvailableSandboxes(v int32)
- func (o *Organization) SetAvailableStacks(v int32)
- func (o *Organization) SetCreatedAt(v time.Time)
- func (o *Organization) SetDefaultOrganizationAccess(v Role)
- func (o *Organization) SetDefaultStackAccess(v Role)
- func (o *Organization) SetDomain(v string)
- func (o *Organization) SetId(v string)
- func (o *Organization) SetName(v string)
- func (o *Organization) SetOwnerId(v string)
- func (o *Organization) SetUpdatedAt(v time.Time)
- func (o Organization) ToMap() (map[string]interface{}, error)
- type OrganizationAllOf
- func (o *OrganizationAllOf) GetAvailableSandboxes() int32
- func (o *OrganizationAllOf) GetAvailableSandboxesOk() (*int32, bool)
- func (o *OrganizationAllOf) GetAvailableStacks() int32
- func (o *OrganizationAllOf) GetAvailableStacksOk() (*int32, bool)
- func (o *OrganizationAllOf) GetCreatedAt() time.Time
- func (o *OrganizationAllOf) GetCreatedAtOk() (*time.Time, bool)
- func (o *OrganizationAllOf) GetId() string
- func (o *OrganizationAllOf) GetIdOk() (*string, bool)
- func (o *OrganizationAllOf) GetOwnerId() string
- func (o *OrganizationAllOf) GetOwnerIdOk() (*string, bool)
- func (o *OrganizationAllOf) GetUpdatedAt() time.Time
- func (o *OrganizationAllOf) GetUpdatedAtOk() (*time.Time, bool)
- func (o *OrganizationAllOf) HasAvailableSandboxes() bool
- func (o *OrganizationAllOf) HasAvailableStacks() bool
- func (o *OrganizationAllOf) HasCreatedAt() bool
- func (o *OrganizationAllOf) HasUpdatedAt() bool
- func (o OrganizationAllOf) MarshalJSON() ([]byte, error)
- func (o *OrganizationAllOf) SetAvailableSandboxes(v int32)
- func (o *OrganizationAllOf) SetAvailableStacks(v int32)
- func (o *OrganizationAllOf) SetCreatedAt(v time.Time)
- func (o *OrganizationAllOf) SetId(v string)
- func (o *OrganizationAllOf) SetOwnerId(v string)
- func (o *OrganizationAllOf) SetUpdatedAt(v time.Time)
- func (o OrganizationAllOf) ToMap() (map[string]interface{}, error)
- type OrganizationData
- func (o *OrganizationData) GetDefaultOrganizationAccess() Role
- func (o *OrganizationData) GetDefaultOrganizationAccessOk() (*Role, bool)
- func (o *OrganizationData) GetDefaultStackAccess() Role
- func (o *OrganizationData) GetDefaultStackAccessOk() (*Role, bool)
- func (o *OrganizationData) GetDomain() string
- func (o *OrganizationData) GetDomainOk() (*string, bool)
- func (o *OrganizationData) GetName() string
- func (o *OrganizationData) GetNameOk() (*string, bool)
- func (o *OrganizationData) HasDefaultOrganizationAccess() bool
- func (o *OrganizationData) HasDefaultStackAccess() bool
- func (o *OrganizationData) HasDomain() bool
- func (o OrganizationData) MarshalJSON() ([]byte, error)
- func (o *OrganizationData) SetDefaultOrganizationAccess(v Role)
- func (o *OrganizationData) SetDefaultStackAccess(v Role)
- func (o *OrganizationData) SetDomain(v string)
- func (o *OrganizationData) SetName(v string)
- func (o OrganizationData) ToMap() (map[string]interface{}, error)
- type OrganizationExpanded
- func (o *OrganizationExpanded) GetAvailableSandboxes() int32
- func (o *OrganizationExpanded) GetAvailableSandboxesOk() (*int32, bool)
- func (o *OrganizationExpanded) GetAvailableStacks() int32
- func (o *OrganizationExpanded) GetAvailableStacksOk() (*int32, bool)
- func (o *OrganizationExpanded) GetCreatedAt() time.Time
- func (o *OrganizationExpanded) GetCreatedAtOk() (*time.Time, bool)
- func (o *OrganizationExpanded) GetDefaultOrganizationAccess() Role
- func (o *OrganizationExpanded) GetDefaultOrganizationAccessOk() (*Role, bool)
- func (o *OrganizationExpanded) GetDefaultStackAccess() Role
- func (o *OrganizationExpanded) GetDefaultStackAccessOk() (*Role, bool)
- func (o *OrganizationExpanded) GetDomain() string
- func (o *OrganizationExpanded) GetDomainOk() (*string, bool)
- func (o *OrganizationExpanded) GetId() string
- func (o *OrganizationExpanded) GetIdOk() (*string, bool)
- func (o *OrganizationExpanded) GetName() string
- func (o *OrganizationExpanded) GetNameOk() (*string, bool)
- func (o *OrganizationExpanded) GetOwner() User
- func (o *OrganizationExpanded) GetOwnerId() string
- func (o *OrganizationExpanded) GetOwnerIdOk() (*string, bool)
- func (o *OrganizationExpanded) GetOwnerOk() (*User, bool)
- func (o *OrganizationExpanded) GetTotalStacks() int32
- func (o *OrganizationExpanded) GetTotalStacksOk() (*int32, bool)
- func (o *OrganizationExpanded) GetTotalUsers() int32
- func (o *OrganizationExpanded) GetTotalUsersOk() (*int32, bool)
- func (o *OrganizationExpanded) GetUpdatedAt() time.Time
- func (o *OrganizationExpanded) GetUpdatedAtOk() (*time.Time, bool)
- func (o *OrganizationExpanded) HasAvailableSandboxes() bool
- func (o *OrganizationExpanded) HasAvailableStacks() bool
- func (o *OrganizationExpanded) HasCreatedAt() bool
- func (o *OrganizationExpanded) HasDefaultOrganizationAccess() bool
- func (o *OrganizationExpanded) HasDefaultStackAccess() bool
- func (o *OrganizationExpanded) HasDomain() bool
- func (o *OrganizationExpanded) HasOwner() bool
- func (o *OrganizationExpanded) HasTotalStacks() bool
- func (o *OrganizationExpanded) HasTotalUsers() bool
- func (o *OrganizationExpanded) HasUpdatedAt() bool
- func (o OrganizationExpanded) MarshalJSON() ([]byte, error)
- func (o *OrganizationExpanded) SetAvailableSandboxes(v int32)
- func (o *OrganizationExpanded) SetAvailableStacks(v int32)
- func (o *OrganizationExpanded) SetCreatedAt(v time.Time)
- func (o *OrganizationExpanded) SetDefaultOrganizationAccess(v Role)
- func (o *OrganizationExpanded) SetDefaultStackAccess(v Role)
- func (o *OrganizationExpanded) SetDomain(v string)
- func (o *OrganizationExpanded) SetId(v string)
- func (o *OrganizationExpanded) SetName(v string)
- func (o *OrganizationExpanded) SetOwner(v User)
- func (o *OrganizationExpanded) SetOwnerId(v string)
- func (o *OrganizationExpanded) SetTotalStacks(v int32)
- func (o *OrganizationExpanded) SetTotalUsers(v int32)
- func (o *OrganizationExpanded) SetUpdatedAt(v time.Time)
- func (o OrganizationExpanded) ToMap() (map[string]interface{}, error)
- type OrganizationExpandedAllOf
- func (o *OrganizationExpandedAllOf) GetOwner() User
- func (o *OrganizationExpandedAllOf) GetOwnerOk() (*User, bool)
- func (o *OrganizationExpandedAllOf) GetTotalStacks() int32
- func (o *OrganizationExpandedAllOf) GetTotalStacksOk() (*int32, bool)
- func (o *OrganizationExpandedAllOf) GetTotalUsers() int32
- func (o *OrganizationExpandedAllOf) GetTotalUsersOk() (*int32, bool)
- func (o *OrganizationExpandedAllOf) HasOwner() bool
- func (o *OrganizationExpandedAllOf) HasTotalStacks() bool
- func (o *OrganizationExpandedAllOf) HasTotalUsers() bool
- func (o OrganizationExpandedAllOf) MarshalJSON() ([]byte, error)
- func (o *OrganizationExpandedAllOf) SetOwner(v User)
- func (o *OrganizationExpandedAllOf) SetTotalStacks(v int32)
- func (o *OrganizationExpandedAllOf) SetTotalUsers(v int32)
- func (o OrganizationExpandedAllOf) ToMap() (map[string]interface{}, error)
- type OrganizationUser
- func (o *OrganizationUser) GetEmail() string
- func (o *OrganizationUser) GetEmailOk() (*string, bool)
- func (o *OrganizationUser) GetId() string
- func (o *OrganizationUser) GetIdOk() (*string, bool)
- func (o *OrganizationUser) GetRole() Role
- func (o *OrganizationUser) GetRoleOk() (*Role, bool)
- func (o OrganizationUser) MarshalJSON() ([]byte, error)
- func (o *OrganizationUser) SetEmail(v string)
- func (o *OrganizationUser) SetId(v string)
- func (o *OrganizationUser) SetRole(v Role)
- func (o OrganizationUser) ToMap() (map[string]interface{}, error)
- type OrganizationUserAllOf
- func (o *OrganizationUserAllOf) GetEmail() string
- func (o *OrganizationUserAllOf) GetEmailOk() (*string, bool)
- func (o *OrganizationUserAllOf) GetId() string
- func (o *OrganizationUserAllOf) GetIdOk() (*string, bool)
- func (o *OrganizationUserAllOf) GetRole() Role
- func (o *OrganizationUserAllOf) GetRoleOk() (*Role, bool)
- func (o OrganizationUserAllOf) MarshalJSON() ([]byte, error)
- func (o *OrganizationUserAllOf) SetEmail(v string)
- func (o *OrganizationUserAllOf) SetId(v string)
- func (o *OrganizationUserAllOf) SetRole(v Role)
- func (o OrganizationUserAllOf) ToMap() (map[string]interface{}, error)
- type OrganizationUserArrayInner
- func (o *OrganizationUserArrayInner) GetEmail() string
- func (o *OrganizationUserArrayInner) GetEmailOk() (*string, bool)
- func (o *OrganizationUserArrayInner) GetId() string
- func (o *OrganizationUserArrayInner) GetIdOk() (*string, bool)
- func (o *OrganizationUserArrayInner) GetRole() Role
- func (o *OrganizationUserArrayInner) GetRoleOk() (*Role, bool)
- func (o OrganizationUserArrayInner) MarshalJSON() ([]byte, error)
- func (o *OrganizationUserArrayInner) SetEmail(v string)
- func (o *OrganizationUserArrayInner) SetId(v string)
- func (o *OrganizationUserArrayInner) SetRole(v Role)
- func (o OrganizationUserArrayInner) ToMap() (map[string]interface{}, error)
- type PrivateRegion
- func (o *PrivateRegion) GetActive() bool
- func (o *PrivateRegion) GetActiveOk() (*bool, bool)
- func (o *PrivateRegion) GetBaseUrl() string
- func (o *PrivateRegion) GetBaseUrlOk() (*string, bool)
- func (o *PrivateRegion) GetCapabilities() RegionCapability
- func (o *PrivateRegion) GetCapabilitiesOk() (*RegionCapability, bool)
- func (o *PrivateRegion) GetCreatedAt() string
- func (o *PrivateRegion) GetCreatedAtOk() (*string, bool)
- func (o *PrivateRegion) GetCreatorID() string
- func (o *PrivateRegion) GetCreatorIDOk() (*string, bool)
- func (o *PrivateRegion) GetId() string
- func (o *PrivateRegion) GetIdOk() (*string, bool)
- func (o *PrivateRegion) GetLastPing() time.Time
- func (o *PrivateRegion) GetLastPingOk() (*time.Time, bool)
- func (o *PrivateRegion) GetName() string
- func (o *PrivateRegion) GetNameOk() (*string, bool)
- func (o *PrivateRegion) GetOrganizationID() string
- func (o *PrivateRegion) GetOrganizationIDOk() (*string, bool)
- func (o *PrivateRegion) GetSecret() PrivateRegionAllOfSecret
- func (o *PrivateRegion) GetSecretOk() (*PrivateRegionAllOfSecret, bool)
- func (o *PrivateRegion) HasLastPing() bool
- func (o *PrivateRegion) HasSecret() bool
- func (o PrivateRegion) MarshalJSON() ([]byte, error)
- func (o *PrivateRegion) SetActive(v bool)
- func (o *PrivateRegion) SetBaseUrl(v string)
- func (o *PrivateRegion) SetCapabilities(v RegionCapability)
- func (o *PrivateRegion) SetCreatedAt(v string)
- func (o *PrivateRegion) SetCreatorID(v string)
- func (o *PrivateRegion) SetId(v string)
- func (o *PrivateRegion) SetLastPing(v time.Time)
- func (o *PrivateRegion) SetName(v string)
- func (o *PrivateRegion) SetOrganizationID(v string)
- func (o *PrivateRegion) SetSecret(v PrivateRegionAllOfSecret)
- func (o PrivateRegion) ToMap() (map[string]interface{}, error)
- type PrivateRegionAllOf
- func (o *PrivateRegionAllOf) GetCreatorID() string
- func (o *PrivateRegionAllOf) GetCreatorIDOk() (*string, bool)
- func (o *PrivateRegionAllOf) GetOrganizationID() string
- func (o *PrivateRegionAllOf) GetOrganizationIDOk() (*string, bool)
- func (o *PrivateRegionAllOf) GetSecret() PrivateRegionAllOfSecret
- func (o *PrivateRegionAllOf) GetSecretOk() (*PrivateRegionAllOfSecret, bool)
- func (o *PrivateRegionAllOf) HasSecret() bool
- func (o PrivateRegionAllOf) MarshalJSON() ([]byte, error)
- func (o *PrivateRegionAllOf) SetCreatorID(v string)
- func (o *PrivateRegionAllOf) SetOrganizationID(v string)
- func (o *PrivateRegionAllOf) SetSecret(v PrivateRegionAllOfSecret)
- func (o PrivateRegionAllOf) ToMap() (map[string]interface{}, error)
- type PrivateRegionAllOfSecret
- func (o *PrivateRegionAllOfSecret) GetClear() string
- func (o *PrivateRegionAllOfSecret) GetClearOk() (*string, bool)
- func (o *PrivateRegionAllOfSecret) GetLastDigits() string
- func (o *PrivateRegionAllOfSecret) GetLastDigitsOk() (*string, bool)
- func (o *PrivateRegionAllOfSecret) HasClear() bool
- func (o PrivateRegionAllOfSecret) MarshalJSON() ([]byte, error)
- func (o *PrivateRegionAllOfSecret) SetClear(v string)
- func (o *PrivateRegionAllOfSecret) SetLastDigits(v string)
- func (o PrivateRegionAllOfSecret) ToMap() (map[string]interface{}, error)
- type PublicRegion
- func (o *PublicRegion) GetActive() bool
- func (o *PublicRegion) GetActiveOk() (*bool, bool)
- func (o *PublicRegion) GetBaseUrl() string
- func (o *PublicRegion) GetBaseUrlOk() (*string, bool)
- func (o *PublicRegion) GetCapabilities() RegionCapability
- func (o *PublicRegion) GetCapabilitiesOk() (*RegionCapability, bool)
- func (o *PublicRegion) GetCreatedAt() string
- func (o *PublicRegion) GetCreatedAtOk() (*string, bool)
- func (o *PublicRegion) GetId() string
- func (o *PublicRegion) GetIdOk() (*string, bool)
- func (o *PublicRegion) GetLastPing() time.Time
- func (o *PublicRegion) GetLastPingOk() (*time.Time, bool)
- func (o *PublicRegion) GetName() string
- func (o *PublicRegion) GetNameOk() (*string, bool)
- func (o *PublicRegion) GetProduction() bool
- func (o *PublicRegion) GetProductionOk() (*bool, bool)
- func (o *PublicRegion) HasLastPing() bool
- func (o PublicRegion) MarshalJSON() ([]byte, error)
- func (o *PublicRegion) SetActive(v bool)
- func (o *PublicRegion) SetBaseUrl(v string)
- func (o *PublicRegion) SetCapabilities(v RegionCapability)
- func (o *PublicRegion) SetCreatedAt(v string)
- func (o *PublicRegion) SetId(v string)
- func (o *PublicRegion) SetLastPing(v time.Time)
- func (o *PublicRegion) SetName(v string)
- func (o *PublicRegion) SetProduction(v bool)
- func (o PublicRegion) ToMap() (map[string]interface{}, error)
- type PublicRegionAllOf
- type ReadOrganizationResponse
- func (o *ReadOrganizationResponse) GetData() OrganizationExpanded
- func (o *ReadOrganizationResponse) GetDataOk() (*OrganizationExpanded, bool)
- func (o *ReadOrganizationResponse) HasData() bool
- func (o ReadOrganizationResponse) MarshalJSON() ([]byte, error)
- func (o *ReadOrganizationResponse) SetData(v OrganizationExpanded)
- func (o ReadOrganizationResponse) ToMap() (map[string]interface{}, error)
- type ReadOrganizationUserResponse
- func (o *ReadOrganizationUserResponse) GetData() OrganizationUser
- func (o *ReadOrganizationUserResponse) GetDataOk() (*OrganizationUser, bool)
- func (o *ReadOrganizationUserResponse) HasData() bool
- func (o ReadOrganizationUserResponse) MarshalJSON() ([]byte, error)
- func (o *ReadOrganizationUserResponse) SetData(v OrganizationUser)
- func (o ReadOrganizationUserResponse) ToMap() (map[string]interface{}, error)
- type ReadStackUserAccess
- func (o *ReadStackUserAccess) GetData() StackUserAccess
- func (o *ReadStackUserAccess) GetDataOk() (*StackUserAccess, bool)
- func (o *ReadStackUserAccess) HasData() bool
- func (o ReadStackUserAccess) MarshalJSON() ([]byte, error)
- func (o *ReadStackUserAccess) SetData(v StackUserAccess)
- func (o ReadStackUserAccess) ToMap() (map[string]interface{}, error)
- type ReadUserResponse
- func (o *ReadUserResponse) GetData() User
- func (o *ReadUserResponse) GetDataOk() (*User, bool)
- func (o *ReadUserResponse) HasData() bool
- func (o ReadUserResponse) MarshalJSON() ([]byte, error)
- func (o *ReadUserResponse) SetData(v User)
- func (o ReadUserResponse) ToMap() (map[string]interface{}, error)
- type Region
- func (o *Region) GetActive() bool
- func (o *Region) GetActiveOk() (*bool, bool)
- func (o *Region) GetBaseUrl() string
- func (o *Region) GetBaseUrlOk() (*string, bool)
- func (o *Region) GetCapabilities() RegionCapability
- func (o *Region) GetCapabilitiesOk() (*RegionCapability, bool)
- func (o *Region) GetCreatedAt() string
- func (o *Region) GetCreatedAtOk() (*string, bool)
- func (o *Region) GetId() string
- func (o *Region) GetIdOk() (*string, bool)
- func (o *Region) GetLastPing() time.Time
- func (o *Region) GetLastPingOk() (*time.Time, bool)
- func (o *Region) GetName() string
- func (o *Region) GetNameOk() (*string, bool)
- func (o *Region) HasLastPing() bool
- func (o Region) MarshalJSON() ([]byte, error)
- func (o *Region) SetActive(v bool)
- func (o *Region) SetBaseUrl(v string)
- func (o *Region) SetCapabilities(v RegionCapability)
- func (o *Region) SetCreatedAt(v string)
- func (o *Region) SetId(v string)
- func (o *Region) SetLastPing(v time.Time)
- func (o *Region) SetName(v string)
- func (o Region) ToMap() (map[string]interface{}, error)
- type RegionCapability
- func (o *RegionCapability) GetEE() []string
- func (o *RegionCapability) GetEEOk() ([]string, bool)
- func (o *RegionCapability) GetMODULE_LIST() []string
- func (o *RegionCapability) GetMODULE_LISTOk() ([]string, bool)
- func (o *RegionCapability) HasEE() bool
- func (o *RegionCapability) HasMODULE_LIST() bool
- func (o RegionCapability) MarshalJSON() ([]byte, error)
- func (o *RegionCapability) SetEE(v []string)
- func (o *RegionCapability) SetMODULE_LIST(v []string)
- func (o RegionCapability) ToMap() (map[string]interface{}, error)
- type RegionCapabilityKeys
- type Role
- type ServerConfiguration
- type ServerConfigurations
- type ServerInfo
- func (o *ServerInfo) GetCapabilities() []Capability
- func (o *ServerInfo) GetCapabilitiesOk() ([]Capability, bool)
- func (o *ServerInfo) GetConsoleURL() string
- func (o *ServerInfo) GetConsoleURLOk() (*string, bool)
- func (o *ServerInfo) GetVersion() string
- func (o *ServerInfo) GetVersionOk() (*string, bool)
- func (o *ServerInfo) HasCapabilities() bool
- func (o *ServerInfo) HasConsoleURL() bool
- func (o ServerInfo) MarshalJSON() ([]byte, error)
- func (o *ServerInfo) SetCapabilities(v []Capability)
- func (o *ServerInfo) SetConsoleURL(v string)
- func (o *ServerInfo) SetVersion(v string)
- func (o ServerInfo) ToMap() (map[string]interface{}, error)
- type ServerVariable
- type Stack
- func (o *Stack) GetAuditEnabled() bool
- func (o *Stack) GetAuditEnabledOk() (*bool, bool)
- func (o *Stack) GetCreatedAt() time.Time
- func (o *Stack) GetCreatedAtOk() (*time.Time, bool)
- func (o *Stack) GetDeletedAt() time.Time
- func (o *Stack) GetDeletedAtOk() (*time.Time, bool)
- func (o *Stack) GetDisabledAt() time.Time
- func (o *Stack) GetDisabledAtOk() (*time.Time, bool)
- func (o *Stack) GetExpectedStatus() string
- func (o *Stack) GetExpectedStatusOk() (*string, bool)
- func (o *Stack) GetId() string
- func (o *Stack) GetIdOk() (*string, bool)
- func (o *Stack) GetLastExpectedStatusUpdate() time.Time
- func (o *Stack) GetLastExpectedStatusUpdateOk() (*time.Time, bool)
- func (o *Stack) GetLastReachableUpdate() time.Time
- func (o *Stack) GetLastReachableUpdateOk() (*time.Time, bool)
- func (o *Stack) GetLastStateUpdate() time.Time
- func (o *Stack) GetLastStateUpdateOk() (*time.Time, bool)
- func (o *Stack) GetLastStatusUpdate() time.Time
- func (o *Stack) GetLastStatusUpdateOk() (*time.Time, bool)
- func (o *Stack) GetMetadata() map[string]string
- func (o *Stack) GetMetadataOk() (*map[string]string, bool)
- func (o *Stack) GetName() string
- func (o *Stack) GetNameOk() (*string, bool)
- func (o *Stack) GetOrganizationId() string
- func (o *Stack) GetOrganizationIdOk() (*string, bool)
- func (o *Stack) GetReachable() bool
- func (o *Stack) GetReachableOk() (*bool, bool)
- func (o *Stack) GetRegionID() string
- func (o *Stack) GetRegionIDOk() (*string, bool)
- func (o *Stack) GetStargateEnabled() bool
- func (o *Stack) GetStargateEnabledOk() (*bool, bool)
- func (o *Stack) GetState() string
- func (o *Stack) GetStateOk() (*string, bool)
- func (o *Stack) GetStatus() string
- func (o *Stack) GetStatusOk() (*string, bool)
- func (o *Stack) GetSynchronised() bool
- func (o *Stack) GetSynchronisedOk() (*bool, bool)
- func (o *Stack) GetUri() string
- func (o *Stack) GetUriOk() (*string, bool)
- func (o *Stack) GetVersion() string
- func (o *Stack) GetVersionOk() (*string, bool)
- func (o *Stack) HasAuditEnabled() bool
- func (o *Stack) HasCreatedAt() bool
- func (o *Stack) HasDeletedAt() bool
- func (o *Stack) HasDisabledAt() bool
- func (o *Stack) HasLastReachableUpdate() bool
- func (o *Stack) HasMetadata() bool
- func (o *Stack) HasVersion() bool
- func (o Stack) MarshalJSON() ([]byte, error)
- func (o *Stack) SetAuditEnabled(v bool)
- func (o *Stack) SetCreatedAt(v time.Time)
- func (o *Stack) SetDeletedAt(v time.Time)
- func (o *Stack) SetDisabledAt(v time.Time)
- func (o *Stack) SetExpectedStatus(v string)
- func (o *Stack) SetId(v string)
- func (o *Stack) SetLastExpectedStatusUpdate(v time.Time)
- func (o *Stack) SetLastReachableUpdate(v time.Time)
- func (o *Stack) SetLastStateUpdate(v time.Time)
- func (o *Stack) SetLastStatusUpdate(v time.Time)
- func (o *Stack) SetMetadata(v map[string]string)
- func (o *Stack) SetName(v string)
- func (o *Stack) SetOrganizationId(v string)
- func (o *Stack) SetReachable(v bool)
- func (o *Stack) SetRegionID(v string)
- func (o *Stack) SetStargateEnabled(v bool)
- func (o *Stack) SetState(v string)
- func (o *Stack) SetStatus(v string)
- func (o *Stack) SetSynchronised(v bool)
- func (o *Stack) SetUri(v string)
- func (o *Stack) SetVersion(v string)
- func (o Stack) ToMap() (map[string]interface{}, error)
- type StackAllOf
- func (o *StackAllOf) GetAuditEnabled() bool
- func (o *StackAllOf) GetAuditEnabledOk() (*bool, bool)
- func (o *StackAllOf) GetCreatedAt() time.Time
- func (o *StackAllOf) GetCreatedAtOk() (*time.Time, bool)
- func (o *StackAllOf) GetDeletedAt() time.Time
- func (o *StackAllOf) GetDeletedAtOk() (*time.Time, bool)
- func (o *StackAllOf) GetDisabledAt() time.Time
- func (o *StackAllOf) GetDisabledAtOk() (*time.Time, bool)
- func (o *StackAllOf) GetId() string
- func (o *StackAllOf) GetIdOk() (*string, bool)
- func (o *StackAllOf) GetOrganizationId() string
- func (o *StackAllOf) GetOrganizationIdOk() (*string, bool)
- func (o *StackAllOf) GetRegionID() string
- func (o *StackAllOf) GetRegionIDOk() (*string, bool)
- func (o *StackAllOf) GetStargateEnabled() bool
- func (o *StackAllOf) GetStargateEnabledOk() (*bool, bool)
- func (o *StackAllOf) GetSynchronised() bool
- func (o *StackAllOf) GetSynchronisedOk() (*bool, bool)
- func (o *StackAllOf) GetUri() string
- func (o *StackAllOf) GetUriOk() (*string, bool)
- func (o *StackAllOf) HasAuditEnabled() bool
- func (o *StackAllOf) HasCreatedAt() bool
- func (o *StackAllOf) HasDeletedAt() bool
- func (o *StackAllOf) HasDisabledAt() bool
- func (o StackAllOf) MarshalJSON() ([]byte, error)
- func (o *StackAllOf) SetAuditEnabled(v bool)
- func (o *StackAllOf) SetCreatedAt(v time.Time)
- func (o *StackAllOf) SetDeletedAt(v time.Time)
- func (o *StackAllOf) SetDisabledAt(v time.Time)
- func (o *StackAllOf) SetId(v string)
- func (o *StackAllOf) SetOrganizationId(v string)
- func (o *StackAllOf) SetRegionID(v string)
- func (o *StackAllOf) SetStargateEnabled(v bool)
- func (o *StackAllOf) SetSynchronised(v bool)
- func (o *StackAllOf) SetUri(v string)
- func (o StackAllOf) ToMap() (map[string]interface{}, error)
- type StackClaim
- func (o *StackClaim) GetId() string
- func (o *StackClaim) GetIdOk() (*string, bool)
- func (o *StackClaim) GetRole() Role
- func (o *StackClaim) GetRoleOk() (*Role, bool)
- func (o StackClaim) MarshalJSON() ([]byte, error)
- func (o *StackClaim) SetId(v string)
- func (o *StackClaim) SetRole(v Role)
- func (o StackClaim) ToMap() (map[string]interface{}, error)
- type StackData
- func (o *StackData) GetMetadata() map[string]string
- func (o *StackData) GetMetadataOk() (*map[string]string, bool)
- func (o *StackData) GetName() string
- func (o *StackData) GetNameOk() (*string, bool)
- func (o *StackData) HasMetadata() bool
- func (o StackData) MarshalJSON() ([]byte, error)
- func (o *StackData) SetMetadata(v map[string]string)
- func (o *StackData) SetName(v string)
- func (o StackData) ToMap() (map[string]interface{}, error)
- type StackLifeCycle
- func (o *StackLifeCycle) GetExpectedStatus() string
- func (o *StackLifeCycle) GetExpectedStatusOk() (*string, bool)
- func (o *StackLifeCycle) GetLastExpectedStatusUpdate() time.Time
- func (o *StackLifeCycle) GetLastExpectedStatusUpdateOk() (*time.Time, bool)
- func (o *StackLifeCycle) GetLastStateUpdate() time.Time
- func (o *StackLifeCycle) GetLastStateUpdateOk() (*time.Time, bool)
- func (o *StackLifeCycle) GetLastStatusUpdate() time.Time
- func (o *StackLifeCycle) GetLastStatusUpdateOk() (*time.Time, bool)
- func (o *StackLifeCycle) GetState() string
- func (o *StackLifeCycle) GetStateOk() (*string, bool)
- func (o *StackLifeCycle) GetStatus() string
- func (o *StackLifeCycle) GetStatusOk() (*string, bool)
- func (o StackLifeCycle) MarshalJSON() ([]byte, error)
- func (o *StackLifeCycle) SetExpectedStatus(v string)
- func (o *StackLifeCycle) SetLastExpectedStatusUpdate(v time.Time)
- func (o *StackLifeCycle) SetLastStateUpdate(v time.Time)
- func (o *StackLifeCycle) SetLastStatusUpdate(v time.Time)
- func (o *StackLifeCycle) SetState(v string)
- func (o *StackLifeCycle) SetStatus(v string)
- func (o StackLifeCycle) ToMap() (map[string]interface{}, error)
- type StackReachability
- func (o *StackReachability) GetLastReachableUpdate() time.Time
- func (o *StackReachability) GetLastReachableUpdateOk() (*time.Time, bool)
- func (o *StackReachability) GetReachable() bool
- func (o *StackReachability) GetReachableOk() (*bool, bool)
- func (o *StackReachability) HasLastReachableUpdate() bool
- func (o StackReachability) MarshalJSON() ([]byte, error)
- func (o *StackReachability) SetLastReachableUpdate(v time.Time)
- func (o *StackReachability) SetReachable(v bool)
- func (o StackReachability) ToMap() (map[string]interface{}, error)
- type StackUserAccess
- func (o *StackUserAccess) GetRole() Role
- func (o *StackUserAccess) GetRoleOk() (*Role, bool)
- func (o *StackUserAccess) GetStackId() string
- func (o *StackUserAccess) GetStackIdOk() (*string, bool)
- func (o *StackUserAccess) GetUserId() string
- func (o *StackUserAccess) GetUserIdOk() (*string, bool)
- func (o StackUserAccess) MarshalJSON() ([]byte, error)
- func (o *StackUserAccess) SetRole(v Role)
- func (o *StackUserAccess) SetStackId(v string)
- func (o *StackUserAccess) SetUserId(v string)
- func (o StackUserAccess) ToMap() (map[string]interface{}, error)
- type StackUserAccessAllOf
- func (o *StackUserAccessAllOf) GetRole() Role
- func (o *StackUserAccessAllOf) GetRoleOk() (*Role, bool)
- func (o *StackUserAccessAllOf) GetStackId() string
- func (o *StackUserAccessAllOf) GetStackIdOk() (*string, bool)
- func (o *StackUserAccessAllOf) GetUserId() string
- func (o *StackUserAccessAllOf) GetUserIdOk() (*string, bool)
- func (o StackUserAccessAllOf) MarshalJSON() ([]byte, error)
- func (o *StackUserAccessAllOf) SetRole(v Role)
- func (o *StackUserAccessAllOf) SetStackId(v string)
- func (o *StackUserAccessAllOf) SetUserId(v string)
- func (o StackUserAccessAllOf) ToMap() (map[string]interface{}, error)
- type StackUserAccessResponse
- func (o *StackUserAccessResponse) GetData() []StackUserAccess
- func (o *StackUserAccessResponse) GetDataOk() ([]StackUserAccess, bool)
- func (o *StackUserAccessResponse) HasData() bool
- func (o StackUserAccessResponse) MarshalJSON() ([]byte, error)
- func (o *StackUserAccessResponse) SetData(v []StackUserAccess)
- func (o StackUserAccessResponse) ToMap() (map[string]interface{}, error)
- type StackVersion
- type SystemRole
- type UpdateOrganizationUserRequest
- func (o *UpdateOrganizationUserRequest) GetRole() Role
- func (o *UpdateOrganizationUserRequest) GetRoleOk() (*Role, bool)
- func (o UpdateOrganizationUserRequest) MarshalJSON() ([]byte, error)
- func (o *UpdateOrganizationUserRequest) SetRole(v Role)
- func (o UpdateOrganizationUserRequest) ToMap() (map[string]interface{}, error)
- type UpdateStackRequest
- func (o *UpdateStackRequest) GetMetadata() map[string]string
- func (o *UpdateStackRequest) GetMetadataOk() (*map[string]string, bool)
- func (o *UpdateStackRequest) GetName() string
- func (o *UpdateStackRequest) GetNameOk() (*string, bool)
- func (o *UpdateStackRequest) HasMetadata() bool
- func (o UpdateStackRequest) MarshalJSON() ([]byte, error)
- func (o *UpdateStackRequest) SetMetadata(v map[string]string)
- func (o *UpdateStackRequest) SetName(v string)
- func (o UpdateStackRequest) ToMap() (map[string]interface{}, error)
- type UpdateStackUserRequest
- type User
- func (o *User) GetEmail() string
- func (o *User) GetEmailOk() (*string, bool)
- func (o *User) GetId() string
- func (o *User) GetIdOk() (*string, bool)
- func (o *User) GetRole() SystemRole
- func (o *User) GetRoleOk() (*SystemRole, bool)
- func (o *User) HasRole() bool
- func (o User) MarshalJSON() ([]byte, error)
- func (o *User) SetEmail(v string)
- func (o *User) SetId(v string)
- func (o *User) SetRole(v SystemRole)
- func (o User) ToMap() (map[string]interface{}, error)
- type UserAllOf
- type UserAllOf1
- type UserData
- type UserDataAllOf
- type Version
- func (o *Version) GetName() string
- func (o *Version) GetNameOk() (*string, bool)
- func (o *Version) GetVersions() map[string]string
- func (o *Version) GetVersionsOk() (*map[string]string, bool)
- func (o Version) MarshalJSON() ([]byte, error)
- func (o *Version) SetName(v string)
- func (o *Version) SetVersions(v map[string]string)
- func (o Version) ToMap() (map[string]interface{}, error)
Constants ¶
This section is empty.
Variables ¶
var ( // ContextOAuth2 takes an oauth2.TokenSource as authentication for the request. ContextOAuth2 = contextKey("token") // 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 AllowedActionEnumValues = []Action{
"agents.connected",
"agents.disconnected",
"invitations.created",
"invitations.accepted",
"invitations.rejected",
"organizations.created",
"organizations.updated",
"organizations.deleted",
"organizations.user.deleted",
"organizations.user.updated",
"regions.created",
"regions.deleted",
"users.created",
"users.deleted",
"stacks.disposal",
"stacks.disposal-reset",
"stacks.warned",
"stacks.pruned",
"stacks.status.updated",
"stacks.created",
"stacks.updated",
"stacks.deleted",
"stacks.restored",
"stacks.disabled",
"stacks.enabled",
"stacks.upgraded",
"stacks.stargate.enabled",
"stacks.stargate.disabled",
"stacks.user.updated",
"stacks.user.deleted",
"stacks.reachness.updated",
"stacks.module.enabled",
"stacks.module.disabled",
"stacks.module.status.updated",
}
All allowed values of Action enum
var AllowedCapabilityEnumValues = []Capability{
"MODULE_SELECTION",
}
All allowed values of Capability enum
var AllowedRegionCapabilityKeysEnumValues = []RegionCapabilityKeys{
"MODULE_LIST",
"EE",
}
All allowed values of RegionCapabilityKeys enum
var AllowedRoleEnumValues = []Role{
"NONE",
"ADMIN",
"GUEST",
}
All allowed values of Role enum
var AllowedSystemRoleEnumValues = []SystemRole{
"USER",
"SYSTEM",
}
All allowed values of SystemRole 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 { DefaultApi *DefaultApiService // contains filtered or unexported fields }
APIClient manages communication with the Membership API API v0.1.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 Action ¶
type Action string
Action the model 'Action'
const ( AGENTS_CONNECTED Action = "agents.connected" AGENTS_DISCONNECTED Action = "agents.disconnected" INVITATIONS_CREATED Action = "invitations.created" INVITATIONS_ACCEPTED Action = "invitations.accepted" INVITATIONS_REJECTED Action = "invitations.rejected" ORGANIZATIONS_CREATED Action = "organizations.created" ORGANIZATIONS_UPDATED Action = "organizations.updated" ORGANIZATIONS_DELETED Action = "organizations.deleted" ORGANIZATIONS_USER_DELETED Action = "organizations.user.deleted" ORGANIZATIONS_USER_UPDATED Action = "organizations.user.updated" REGIONS_CREATED Action = "regions.created" REGIONS_DELETED Action = "regions.deleted" USERS_CREATED Action = "users.created" USERS_DELETED Action = "users.deleted" STACKS_DISPOSAL Action = "stacks.disposal" STACKS_DISPOSAL_RESET Action = "stacks.disposal-reset" STACKS_WARNED Action = "stacks.warned" STACKS_PRUNED Action = "stacks.pruned" STACKS_STATUS_UPDATED Action = "stacks.status.updated" STACKS_CREATED Action = "stacks.created" STACKS_UPDATED Action = "stacks.updated" STACKS_DELETED Action = "stacks.deleted" STACKS_RESTORED Action = "stacks.restored" STACKS_DISABLED Action = "stacks.disabled" STACKS_ENABLED Action = "stacks.enabled" STACKS_UPGRADED Action = "stacks.upgraded" STACKS_STARGATE_ENABLED Action = "stacks.stargate.enabled" STACKS_STARGATE_DISABLED Action = "stacks.stargate.disabled" STACKS_USER_UPDATED Action = "stacks.user.updated" STACKS_USER_DELETED Action = "stacks.user.deleted" STACKS_REACHNESS_UPDATED Action = "stacks.reachness.updated" STACKS_MODULE_ENABLED Action = "stacks.module.enabled" STACKS_MODULE_DISABLED Action = "stacks.module.disabled" STACKS_MODULE_STATUS_UPDATED Action = "stacks.module.status.updated" )
List of Action
func NewActionFromValue ¶
NewActionFromValue returns a pointer to a valid Action for the value passed as argument, or an error if the value passed is not allowed by the enum
func (*Action) UnmarshalJSON ¶
type AnyRegion ¶
type AnyRegion struct { Id string `json:"id"` BaseUrl string `json:"baseUrl"` CreatedAt string `json:"createdAt"` Active bool `json:"active"` LastPing *time.Time `json:"lastPing,omitempty"` Name string `json:"name"` Capabilities RegionCapability `json:"capabilities"` ClientID *string `json:"clientID,omitempty"` OrganizationID *string `json:"organizationID,omitempty"` Creator *User `json:"creator,omitempty"` Production *bool `json:"production,omitempty"` Public bool `json:"public"` Version *string `json:"version,omitempty"` }
AnyRegion struct for AnyRegion
func NewAnyRegion ¶
func NewAnyRegion(id string, baseUrl string, createdAt string, active bool, name string, capabilities RegionCapability, public bool) *AnyRegion
NewAnyRegion instantiates a new AnyRegion 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 NewAnyRegionWithDefaults ¶
func NewAnyRegionWithDefaults() *AnyRegion
NewAnyRegionWithDefaults instantiates a new AnyRegion 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 (*AnyRegion) GetActiveOk ¶
GetActiveOk returns a tuple with the Active field value and a boolean to check if the value has been set.
func (*AnyRegion) GetBaseUrl ¶
GetBaseUrl returns the BaseUrl field value
func (*AnyRegion) GetBaseUrlOk ¶
GetBaseUrlOk returns a tuple with the BaseUrl field value and a boolean to check if the value has been set.
func (*AnyRegion) GetCapabilities ¶
func (o *AnyRegion) GetCapabilities() RegionCapability
GetCapabilities returns the Capabilities field value
func (*AnyRegion) GetCapabilitiesOk ¶
func (o *AnyRegion) GetCapabilitiesOk() (*RegionCapability, bool)
GetCapabilitiesOk returns a tuple with the Capabilities field value and a boolean to check if the value has been set.
func (*AnyRegion) GetClientID ¶
GetClientID returns the ClientID field value if set, zero value otherwise.
func (*AnyRegion) GetClientIDOk ¶
GetClientIDOk returns a tuple with the ClientID field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AnyRegion) GetCreatedAt ¶
GetCreatedAt returns the CreatedAt field value
func (*AnyRegion) GetCreatedAtOk ¶
GetCreatedAtOk returns a tuple with the CreatedAt field value and a boolean to check if the value has been set.
func (*AnyRegion) GetCreator ¶
GetCreator returns the Creator field value if set, zero value otherwise.
func (*AnyRegion) GetCreatorOk ¶
GetCreatorOk returns a tuple with the Creator field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AnyRegion) GetIdOk ¶
GetIdOk returns a tuple with the Id field value and a boolean to check if the value has been set.
func (*AnyRegion) GetLastPing ¶
GetLastPing returns the LastPing field value if set, zero value otherwise.
func (*AnyRegion) GetLastPingOk ¶
GetLastPingOk returns a tuple with the LastPing field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AnyRegion) GetNameOk ¶
GetNameOk returns a tuple with the Name field value and a boolean to check if the value has been set.
func (*AnyRegion) GetOrganizationID ¶
GetOrganizationID returns the OrganizationID field value if set, zero value otherwise.
func (*AnyRegion) GetOrganizationIDOk ¶
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 (*AnyRegion) GetProduction ¶
GetProduction returns the Production field value if set, zero value otherwise.
func (*AnyRegion) GetProductionOk ¶
GetProductionOk returns a tuple with the Production field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AnyRegion) GetPublicOk ¶
GetPublicOk returns a tuple with the Public field value and a boolean to check if the value has been set.
func (*AnyRegion) GetVersion ¶
GetVersion returns the Version field value if set, zero value otherwise.
func (*AnyRegion) GetVersionOk ¶
GetVersionOk returns a tuple with the Version field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AnyRegion) HasClientID ¶
HasClientID returns a boolean if a field has been set.
func (*AnyRegion) HasCreator ¶
HasCreator returns a boolean if a field has been set.
func (*AnyRegion) HasLastPing ¶
HasLastPing returns a boolean if a field has been set.
func (*AnyRegion) HasOrganizationID ¶
HasOrganizationID returns a boolean if a field has been set.
func (*AnyRegion) HasProduction ¶
HasProduction returns a boolean if a field has been set.
func (*AnyRegion) HasVersion ¶
HasVersion returns a boolean if a field has been set.
func (AnyRegion) MarshalJSON ¶
func (*AnyRegion) SetCapabilities ¶
func (o *AnyRegion) SetCapabilities(v RegionCapability)
SetCapabilities sets field value
func (*AnyRegion) SetClientID ¶
SetClientID gets a reference to the given string and assigns it to the ClientID field.
func (*AnyRegion) SetCreatedAt ¶
SetCreatedAt sets field value
func (*AnyRegion) SetCreator ¶
SetCreator gets a reference to the given User and assigns it to the Creator field.
func (*AnyRegion) SetLastPing ¶
SetLastPing gets a reference to the given time.Time and assigns it to the LastPing field.
func (*AnyRegion) SetOrganizationID ¶
SetOrganizationID gets a reference to the given string and assigns it to the OrganizationID field.
func (*AnyRegion) SetProduction ¶
SetProduction gets a reference to the given bool and assigns it to the Production field.
func (*AnyRegion) SetVersion ¶
SetVersion gets a reference to the given string and assigns it to the Version field.
type AnyRegionAllOf ¶
type AnyRegionAllOf struct { ClientID *string `json:"clientID,omitempty"` OrganizationID *string `json:"organizationID,omitempty"` Creator *User `json:"creator,omitempty"` Production *bool `json:"production,omitempty"` Public bool `json:"public"` Version *string `json:"version,omitempty"` }
AnyRegionAllOf struct for AnyRegionAllOf
func NewAnyRegionAllOf ¶
func NewAnyRegionAllOf(public bool) *AnyRegionAllOf
NewAnyRegionAllOf instantiates a new AnyRegionAllOf 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 NewAnyRegionAllOfWithDefaults ¶
func NewAnyRegionAllOfWithDefaults() *AnyRegionAllOf
NewAnyRegionAllOfWithDefaults instantiates a new AnyRegionAllOf 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 (*AnyRegionAllOf) GetClientID ¶
func (o *AnyRegionAllOf) GetClientID() string
GetClientID returns the ClientID field value if set, zero value otherwise.
func (*AnyRegionAllOf) GetClientIDOk ¶
func (o *AnyRegionAllOf) GetClientIDOk() (*string, bool)
GetClientIDOk returns a tuple with the ClientID field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AnyRegionAllOf) GetCreator ¶
func (o *AnyRegionAllOf) GetCreator() User
GetCreator returns the Creator field value if set, zero value otherwise.
func (*AnyRegionAllOf) GetCreatorOk ¶
func (o *AnyRegionAllOf) GetCreatorOk() (*User, bool)
GetCreatorOk returns a tuple with the Creator field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AnyRegionAllOf) GetOrganizationID ¶
func (o *AnyRegionAllOf) GetOrganizationID() string
GetOrganizationID returns the OrganizationID field value if set, zero value otherwise.
func (*AnyRegionAllOf) GetOrganizationIDOk ¶
func (o *AnyRegionAllOf) 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 (*AnyRegionAllOf) GetProduction ¶
func (o *AnyRegionAllOf) GetProduction() bool
GetProduction returns the Production field value if set, zero value otherwise.
func (*AnyRegionAllOf) GetProductionOk ¶
func (o *AnyRegionAllOf) GetProductionOk() (*bool, bool)
GetProductionOk returns a tuple with the Production field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AnyRegionAllOf) GetPublic ¶
func (o *AnyRegionAllOf) GetPublic() bool
GetPublic returns the Public field value
func (*AnyRegionAllOf) GetPublicOk ¶
func (o *AnyRegionAllOf) GetPublicOk() (*bool, bool)
GetPublicOk returns a tuple with the Public field value and a boolean to check if the value has been set.
func (*AnyRegionAllOf) GetVersion ¶
func (o *AnyRegionAllOf) GetVersion() string
GetVersion returns the Version field value if set, zero value otherwise.
func (*AnyRegionAllOf) GetVersionOk ¶
func (o *AnyRegionAllOf) GetVersionOk() (*string, bool)
GetVersionOk returns a tuple with the Version field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AnyRegionAllOf) HasClientID ¶
func (o *AnyRegionAllOf) HasClientID() bool
HasClientID returns a boolean if a field has been set.
func (*AnyRegionAllOf) HasCreator ¶
func (o *AnyRegionAllOf) HasCreator() bool
HasCreator returns a boolean if a field has been set.
func (*AnyRegionAllOf) HasOrganizationID ¶
func (o *AnyRegionAllOf) HasOrganizationID() bool
HasOrganizationID returns a boolean if a field has been set.
func (*AnyRegionAllOf) HasProduction ¶
func (o *AnyRegionAllOf) HasProduction() bool
HasProduction returns a boolean if a field has been set.
func (*AnyRegionAllOf) HasVersion ¶
func (o *AnyRegionAllOf) HasVersion() bool
HasVersion returns a boolean if a field has been set.
func (AnyRegionAllOf) MarshalJSON ¶
func (o AnyRegionAllOf) MarshalJSON() ([]byte, error)
func (*AnyRegionAllOf) SetClientID ¶
func (o *AnyRegionAllOf) SetClientID(v string)
SetClientID gets a reference to the given string and assigns it to the ClientID field.
func (*AnyRegionAllOf) SetCreator ¶
func (o *AnyRegionAllOf) SetCreator(v User)
SetCreator gets a reference to the given User and assigns it to the Creator field.
func (*AnyRegionAllOf) SetOrganizationID ¶
func (o *AnyRegionAllOf) SetOrganizationID(v string)
SetOrganizationID gets a reference to the given string and assigns it to the OrganizationID field.
func (*AnyRegionAllOf) SetProduction ¶
func (o *AnyRegionAllOf) SetProduction(v bool)
SetProduction gets a reference to the given bool and assigns it to the Production field.
func (*AnyRegionAllOf) SetPublic ¶
func (o *AnyRegionAllOf) SetPublic(v bool)
SetPublic sets field value
func (*AnyRegionAllOf) SetVersion ¶
func (o *AnyRegionAllOf) SetVersion(v string)
SetVersion gets a reference to the given string and assigns it to the Version field.
func (AnyRegionAllOf) ToMap ¶
func (o AnyRegionAllOf) ToMap() (map[string]interface{}, error)
type ApiAcceptInvitationRequest ¶
type ApiAcceptInvitationRequest struct { ApiService *DefaultApiService // contains filtered or unexported fields }
type ApiCreateInvitationRequest ¶
type ApiCreateInvitationRequest struct { ApiService *DefaultApiService // contains filtered or unexported fields }
func (ApiCreateInvitationRequest) Email ¶
func (r ApiCreateInvitationRequest) Email(email string) ApiCreateInvitationRequest
func (ApiCreateInvitationRequest) Execute ¶
func (r ApiCreateInvitationRequest) Execute() (*CreateInvitationResponse, *http.Response, error)
func (ApiCreateInvitationRequest) InvitationClaim ¶
func (r ApiCreateInvitationRequest) InvitationClaim(invitationClaim InvitationClaim) ApiCreateInvitationRequest
type ApiCreateOrganizationRequest ¶
type ApiCreateOrganizationRequest struct { ApiService *DefaultApiService // contains filtered or unexported fields }
func (ApiCreateOrganizationRequest) Body ¶
func (r ApiCreateOrganizationRequest) Body(body OrganizationData) ApiCreateOrganizationRequest
func (ApiCreateOrganizationRequest) Execute ¶
func (r ApiCreateOrganizationRequest) Execute() (*CreateOrganizationResponse, *http.Response, error)
type ApiCreatePrivateRegionRequest ¶
type ApiCreatePrivateRegionRequest struct { ApiService *DefaultApiService // contains filtered or unexported fields }
func (ApiCreatePrivateRegionRequest) CreatePrivateRegionRequest ¶
func (r ApiCreatePrivateRegionRequest) CreatePrivateRegionRequest(createPrivateRegionRequest CreatePrivateRegionRequest) ApiCreatePrivateRegionRequest
func (ApiCreatePrivateRegionRequest) Execute ¶
func (r ApiCreatePrivateRegionRequest) Execute() (*CreatedPrivateRegionResponse, *http.Response, error)
type ApiCreateStackRequest ¶
type ApiCreateStackRequest struct { ApiService *DefaultApiService // contains filtered or unexported fields }
func (ApiCreateStackRequest) CreateStackRequest ¶
func (r ApiCreateStackRequest) CreateStackRequest(createStackRequest CreateStackRequest) ApiCreateStackRequest
func (ApiCreateStackRequest) Execute ¶
func (r ApiCreateStackRequest) Execute() (*CreateStackResponse, *http.Response, error)
type ApiDeclineInvitationRequest ¶
type ApiDeclineInvitationRequest struct { ApiService *DefaultApiService // contains filtered or unexported fields }
type ApiDeleteInvitationRequest ¶
type ApiDeleteInvitationRequest struct { ApiService *DefaultApiService // contains filtered or unexported fields }
type ApiDeleteOrganizationRequest ¶
type ApiDeleteOrganizationRequest struct { ApiService *DefaultApiService // contains filtered or unexported fields }
type ApiDeleteRegionRequest ¶
type ApiDeleteRegionRequest struct { ApiService *DefaultApiService // contains filtered or unexported fields }
type ApiDeleteStackRequest ¶
type ApiDeleteStackRequest struct { ApiService *DefaultApiService // contains filtered or unexported fields }
func (ApiDeleteStackRequest) Execute ¶
func (r ApiDeleteStackRequest) Execute() (*http.Response, error)
func (ApiDeleteStackRequest) Force ¶
func (r ApiDeleteStackRequest) Force(force bool) ApiDeleteStackRequest
type ApiDeleteStackUserAccessRequest ¶
type ApiDeleteStackUserAccessRequest struct { ApiService *DefaultApiService // contains filtered or unexported fields }
type ApiDeleteUserFromOrganizationRequest ¶
type ApiDeleteUserFromOrganizationRequest struct { ApiService *DefaultApiService // contains filtered or unexported fields }
type ApiDisableModuleRequest ¶
type ApiDisableModuleRequest struct { ApiService *DefaultApiService // contains filtered or unexported fields }
func (ApiDisableModuleRequest) Execute ¶
func (r ApiDisableModuleRequest) Execute() (*http.Response, error)
func (ApiDisableModuleRequest) Name ¶
func (r ApiDisableModuleRequest) Name(name string) ApiDisableModuleRequest
type ApiDisableStackRequest ¶
type ApiDisableStackRequest struct { ApiService *DefaultApiService // contains filtered or unexported fields }
type ApiDisableStargateRequest ¶
type ApiDisableStargateRequest struct { ApiService *DefaultApiService // contains filtered or unexported fields }
type ApiEnableModuleRequest ¶
type ApiEnableModuleRequest struct { ApiService *DefaultApiService // contains filtered or unexported fields }
func (ApiEnableModuleRequest) Execute ¶
func (r ApiEnableModuleRequest) Execute() (*http.Response, error)
func (ApiEnableModuleRequest) Name ¶
func (r ApiEnableModuleRequest) Name(name string) ApiEnableModuleRequest
type ApiEnableStackRequest ¶
type ApiEnableStackRequest struct { ApiService *DefaultApiService // contains filtered or unexported fields }
type ApiEnableStargateRequest ¶
type ApiEnableStargateRequest struct { ApiService *DefaultApiService // contains filtered or unexported fields }
type ApiGetRegionRequest ¶
type ApiGetRegionRequest struct { ApiService *DefaultApiService // contains filtered or unexported fields }
func (ApiGetRegionRequest) Execute ¶
func (r ApiGetRegionRequest) Execute() (*GetRegionResponse, *http.Response, error)
type ApiGetRegionVersionsRequest ¶
type ApiGetRegionVersionsRequest struct { ApiService *DefaultApiService // contains filtered or unexported fields }
func (ApiGetRegionVersionsRequest) Execute ¶
func (r ApiGetRegionVersionsRequest) Execute() (*GetRegionVersionsResponse, *http.Response, error)
type ApiGetServerInfoRequest ¶
type ApiGetServerInfoRequest struct { ApiService *DefaultApiService // contains filtered or unexported fields }
func (ApiGetServerInfoRequest) Execute ¶
func (r ApiGetServerInfoRequest) Execute() (*ServerInfo, *http.Response, error)
type ApiGetStackRequest ¶
type ApiGetStackRequest struct { ApiService *DefaultApiService // contains filtered or unexported fields }
func (ApiGetStackRequest) Execute ¶
func (r ApiGetStackRequest) Execute() (*CreateStackResponse, *http.Response, error)
type ApiListInvitationsRequest ¶
type ApiListInvitationsRequest struct { ApiService *DefaultApiService // contains filtered or unexported fields }
func (ApiListInvitationsRequest) Execute ¶
func (r ApiListInvitationsRequest) Execute() (*ListInvitationsResponse, *http.Response, error)
func (ApiListInvitationsRequest) Organization ¶
func (r ApiListInvitationsRequest) Organization(organization string) ApiListInvitationsRequest
Status of organizations
func (ApiListInvitationsRequest) Status ¶
func (r ApiListInvitationsRequest) Status(status string) ApiListInvitationsRequest
Status of organizations
type ApiListLogsRequest ¶
type ApiListLogsRequest struct { ApiService *DefaultApiService // contains filtered or unexported fields }
func (ApiListLogsRequest) Action ¶
func (r ApiListLogsRequest) Action(action Action) ApiListLogsRequest
func (ApiListLogsRequest) Cursor ¶
func (r ApiListLogsRequest) Cursor(cursor string) ApiListLogsRequest
func (ApiListLogsRequest) Execute ¶
func (r ApiListLogsRequest) Execute() (*LogCursor, *http.Response, error)
func (ApiListLogsRequest) Key ¶
func (r ApiListLogsRequest) Key(key string) ApiListLogsRequest
func (ApiListLogsRequest) PageSize ¶
func (r ApiListLogsRequest) PageSize(pageSize int32) ApiListLogsRequest
func (ApiListLogsRequest) StackId ¶
func (r ApiListLogsRequest) StackId(stackId string) ApiListLogsRequest
func (ApiListLogsRequest) UserId ¶
func (r ApiListLogsRequest) UserId(userId string) ApiListLogsRequest
func (ApiListLogsRequest) Value ¶
func (r ApiListLogsRequest) Value(value string) ApiListLogsRequest
type ApiListModulesRequest ¶
type ApiListModulesRequest struct { ApiService *DefaultApiService // contains filtered or unexported fields }
func (ApiListModulesRequest) Execute ¶
func (r ApiListModulesRequest) Execute() (*ListModulesResponse, *http.Response, error)
type ApiListOrganizationInvitationsRequest ¶
type ApiListOrganizationInvitationsRequest struct { ApiService *DefaultApiService // contains filtered or unexported fields }
func (ApiListOrganizationInvitationsRequest) Execute ¶
func (r ApiListOrganizationInvitationsRequest) Execute() (*ListInvitationsResponse, *http.Response, error)
func (ApiListOrganizationInvitationsRequest) Status ¶
func (r ApiListOrganizationInvitationsRequest) Status(status string) ApiListOrganizationInvitationsRequest
Status of organizations
type ApiListOrganizationsExpandedRequest ¶
type ApiListOrganizationsExpandedRequest struct { ApiService *DefaultApiService // contains filtered or unexported fields }
func (ApiListOrganizationsExpandedRequest) Execute ¶
func (r ApiListOrganizationsExpandedRequest) Execute() (*ListOrganizationExpandedResponse, *http.Response, error)
type ApiListOrganizationsRequest ¶
type ApiListOrganizationsRequest struct { ApiService *DefaultApiService // contains filtered or unexported fields }
func (ApiListOrganizationsRequest) Execute ¶
func (r ApiListOrganizationsRequest) Execute() (*ListOrganizationExpandedResponse, *http.Response, error)
func (ApiListOrganizationsRequest) Expand ¶
func (r ApiListOrganizationsRequest) Expand(expand bool) ApiListOrganizationsRequest
type ApiListRegionsRequest ¶
type ApiListRegionsRequest struct { ApiService *DefaultApiService // contains filtered or unexported fields }
func (ApiListRegionsRequest) Execute ¶
func (r ApiListRegionsRequest) Execute() (*ListRegionsResponse, *http.Response, error)
type ApiListStackUsersAccessesRequest ¶
type ApiListStackUsersAccessesRequest struct { ApiService *DefaultApiService // contains filtered or unexported fields }
func (ApiListStackUsersAccessesRequest) Execute ¶
func (r ApiListStackUsersAccessesRequest) Execute() (*StackUserAccessResponse, *http.Response, error)
type ApiListStacksRequest ¶
type ApiListStacksRequest struct { ApiService *DefaultApiService // contains filtered or unexported fields }
func (ApiListStacksRequest) All ¶
func (r ApiListStacksRequest) All(all bool) ApiListStacksRequest
Include deleted and disabled stacks
func (ApiListStacksRequest) Deleted ¶
func (r ApiListStacksRequest) Deleted(deleted bool) ApiListStacksRequest
Include deleted stacks Deprecated
func (ApiListStacksRequest) Execute ¶
func (r ApiListStacksRequest) Execute() (*ListStacksResponse, *http.Response, error)
type ApiListUsersOfOrganizationRequest ¶
type ApiListUsersOfOrganizationRequest struct { ApiService *DefaultApiService // contains filtered or unexported fields }
func (ApiListUsersOfOrganizationRequest) Execute ¶
func (r ApiListUsersOfOrganizationRequest) Execute() (*ListUsersResponse, *http.Response, error)
type ApiReadConnectedUserRequest ¶
type ApiReadConnectedUserRequest struct { ApiService *DefaultApiService // contains filtered or unexported fields }
func (ApiReadConnectedUserRequest) Execute ¶
func (r ApiReadConnectedUserRequest) Execute() (*ReadUserResponse, *http.Response, error)
type ApiReadOrganizationRequest ¶
type ApiReadOrganizationRequest struct { ApiService *DefaultApiService // contains filtered or unexported fields }
func (ApiReadOrganizationRequest) Execute ¶
func (r ApiReadOrganizationRequest) Execute() (*ReadOrganizationResponse, *http.Response, error)
func (ApiReadOrganizationRequest) Expand ¶
func (r ApiReadOrganizationRequest) Expand(expand bool) ApiReadOrganizationRequest
type ApiReadStackUserAccessRequest ¶
type ApiReadStackUserAccessRequest struct { ApiService *DefaultApiService // contains filtered or unexported fields }
func (ApiReadStackUserAccessRequest) Execute ¶
func (r ApiReadStackUserAccessRequest) Execute() (*ReadStackUserAccess, *http.Response, error)
type ApiReadUserOfOrganizationRequest ¶
type ApiReadUserOfOrganizationRequest struct { ApiService *DefaultApiService // contains filtered or unexported fields }
func (ApiReadUserOfOrganizationRequest) Execute ¶
func (r ApiReadUserOfOrganizationRequest) Execute() (*ReadOrganizationUserResponse, *http.Response, error)
type ApiRestoreStackRequest ¶
type ApiRestoreStackRequest struct { ApiService *DefaultApiService // contains filtered or unexported fields }
func (ApiRestoreStackRequest) Execute ¶
func (r ApiRestoreStackRequest) Execute() (*CreateStackResponse, *http.Response, error)
type ApiUpdateOrganizationRequest ¶
type ApiUpdateOrganizationRequest struct { ApiService *DefaultApiService // contains filtered or unexported fields }
func (ApiUpdateOrganizationRequest) Execute ¶
func (r ApiUpdateOrganizationRequest) Execute() (*ReadOrganizationResponse, *http.Response, error)
func (ApiUpdateOrganizationRequest) OrganizationData ¶
func (r ApiUpdateOrganizationRequest) OrganizationData(organizationData OrganizationData) ApiUpdateOrganizationRequest
type ApiUpdateStackRequest ¶
type ApiUpdateStackRequest struct { ApiService *DefaultApiService // contains filtered or unexported fields }
func (ApiUpdateStackRequest) Execute ¶
func (r ApiUpdateStackRequest) Execute() (*CreateStackResponse, *http.Response, error)
func (ApiUpdateStackRequest) UpdateStackRequest ¶
func (r ApiUpdateStackRequest) UpdateStackRequest(updateStackRequest UpdateStackRequest) ApiUpdateStackRequest
type ApiUpgradeStackRequest ¶
type ApiUpgradeStackRequest struct { ApiService *DefaultApiService // contains filtered or unexported fields }
func (ApiUpgradeStackRequest) Execute ¶
func (r ApiUpgradeStackRequest) Execute() (*http.Response, error)
func (ApiUpgradeStackRequest) StackVersion ¶
func (r ApiUpgradeStackRequest) StackVersion(stackVersion StackVersion) ApiUpgradeStackRequest
type ApiUpsertOrganizationUserRequest ¶
type ApiUpsertOrganizationUserRequest struct { ApiService *DefaultApiService // contains filtered or unexported fields }
func (ApiUpsertOrganizationUserRequest) Execute ¶
func (r ApiUpsertOrganizationUserRequest) Execute() (*http.Response, error)
func (ApiUpsertOrganizationUserRequest) UpdateOrganizationUserRequest ¶
func (r ApiUpsertOrganizationUserRequest) UpdateOrganizationUserRequest(updateOrganizationUserRequest UpdateOrganizationUserRequest) ApiUpsertOrganizationUserRequest
type ApiUpsertStackUserAccessRequest ¶
type ApiUpsertStackUserAccessRequest struct { ApiService *DefaultApiService // contains filtered or unexported fields }
func (ApiUpsertStackUserAccessRequest) Execute ¶
func (r ApiUpsertStackUserAccessRequest) Execute() (*http.Response, error)
func (ApiUpsertStackUserAccessRequest) UpdateStackUserRequest ¶
func (r ApiUpsertStackUserAccessRequest) UpdateStackUserRequest(updateStackUserRequest UpdateStackUserRequest) ApiUpsertStackUserAccessRequest
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 Capability ¶
type Capability string
Capability the model 'Capability'
const (
MODULE_SELECTION Capability = "MODULE_SELECTION"
)
List of Capability
func NewCapabilityFromValue ¶
func NewCapabilityFromValue(v string) (*Capability, error)
NewCapabilityFromValue returns a pointer to a valid Capability for the value passed as argument, or an error if the value passed is not allowed by the enum
func (Capability) IsValid ¶
func (v Capability) IsValid() bool
IsValid return true if the value is valid for the enum, false otherwise
func (Capability) Ptr ¶
func (v Capability) Ptr() *Capability
Ptr returns reference to Capability value
func (*Capability) UnmarshalJSON ¶
func (v *Capability) UnmarshalJSON(src []byte) 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 CreateInvitationResponse ¶
type CreateInvitationResponse struct {
Data *Invitation `json:"data,omitempty"`
}
CreateInvitationResponse struct for CreateInvitationResponse
func NewCreateInvitationResponse ¶
func NewCreateInvitationResponse() *CreateInvitationResponse
NewCreateInvitationResponse instantiates a new CreateInvitationResponse 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 NewCreateInvitationResponseWithDefaults ¶
func NewCreateInvitationResponseWithDefaults() *CreateInvitationResponse
NewCreateInvitationResponseWithDefaults instantiates a new CreateInvitationResponse 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 (*CreateInvitationResponse) GetData ¶
func (o *CreateInvitationResponse) GetData() Invitation
GetData returns the Data field value if set, zero value otherwise.
func (*CreateInvitationResponse) GetDataOk ¶
func (o *CreateInvitationResponse) GetDataOk() (*Invitation, 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 (*CreateInvitationResponse) HasData ¶
func (o *CreateInvitationResponse) HasData() bool
HasData returns a boolean if a field has been set.
func (CreateInvitationResponse) MarshalJSON ¶
func (o CreateInvitationResponse) MarshalJSON() ([]byte, error)
func (*CreateInvitationResponse) SetData ¶
func (o *CreateInvitationResponse) SetData(v Invitation)
SetData gets a reference to the given Invitation and assigns it to the Data field.
func (CreateInvitationResponse) ToMap ¶
func (o CreateInvitationResponse) ToMap() (map[string]interface{}, error)
type CreateOrganizationResponse ¶
type CreateOrganizationResponse struct {
Data *OrganizationExpanded `json:"data,omitempty"`
}
CreateOrganizationResponse struct for CreateOrganizationResponse
func NewCreateOrganizationResponse ¶
func NewCreateOrganizationResponse() *CreateOrganizationResponse
NewCreateOrganizationResponse instantiates a new CreateOrganizationResponse 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 NewCreateOrganizationResponseWithDefaults ¶
func NewCreateOrganizationResponseWithDefaults() *CreateOrganizationResponse
NewCreateOrganizationResponseWithDefaults instantiates a new CreateOrganizationResponse 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 (*CreateOrganizationResponse) GetData ¶
func (o *CreateOrganizationResponse) GetData() OrganizationExpanded
GetData returns the Data field value if set, zero value otherwise.
func (*CreateOrganizationResponse) GetDataOk ¶
func (o *CreateOrganizationResponse) GetDataOk() (*OrganizationExpanded, 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 (*CreateOrganizationResponse) HasData ¶
func (o *CreateOrganizationResponse) HasData() bool
HasData returns a boolean if a field has been set.
func (CreateOrganizationResponse) MarshalJSON ¶
func (o CreateOrganizationResponse) MarshalJSON() ([]byte, error)
func (*CreateOrganizationResponse) SetData ¶
func (o *CreateOrganizationResponse) SetData(v OrganizationExpanded)
SetData gets a reference to the given OrganizationExpanded and assigns it to the Data field.
func (CreateOrganizationResponse) ToMap ¶
func (o CreateOrganizationResponse) ToMap() (map[string]interface{}, error)
type CreatePrivateRegionRequest ¶
type CreatePrivateRegionRequest struct {
Name string `json:"name"`
}
CreatePrivateRegionRequest struct for CreatePrivateRegionRequest
func NewCreatePrivateRegionRequest ¶
func NewCreatePrivateRegionRequest(name string) *CreatePrivateRegionRequest
NewCreatePrivateRegionRequest instantiates a new CreatePrivateRegionRequest 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 NewCreatePrivateRegionRequestWithDefaults ¶
func NewCreatePrivateRegionRequestWithDefaults() *CreatePrivateRegionRequest
NewCreatePrivateRegionRequestWithDefaults instantiates a new CreatePrivateRegionRequest 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 (*CreatePrivateRegionRequest) GetName ¶
func (o *CreatePrivateRegionRequest) GetName() string
GetName returns the Name field value
func (*CreatePrivateRegionRequest) GetNameOk ¶
func (o *CreatePrivateRegionRequest) GetNameOk() (*string, bool)
GetNameOk returns a tuple with the Name field value and a boolean to check if the value has been set.
func (CreatePrivateRegionRequest) MarshalJSON ¶
func (o CreatePrivateRegionRequest) MarshalJSON() ([]byte, error)
func (*CreatePrivateRegionRequest) SetName ¶
func (o *CreatePrivateRegionRequest) SetName(v string)
SetName sets field value
func (CreatePrivateRegionRequest) ToMap ¶
func (o CreatePrivateRegionRequest) ToMap() (map[string]interface{}, error)
type CreateStackRequest ¶
type CreateStackRequest struct { // Stack name Name string `json:"name"` Metadata *map[string]string `json:"metadata,omitempty"` // Supported only with agent version >= v0.7.0 Version *string `json:"version,omitempty"` RegionID string `json:"regionID"` }
CreateStackRequest struct for CreateStackRequest
func NewCreateStackRequest ¶
func NewCreateStackRequest(name string, regionID string) *CreateStackRequest
NewCreateStackRequest instantiates a new CreateStackRequest 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 NewCreateStackRequestWithDefaults ¶
func NewCreateStackRequestWithDefaults() *CreateStackRequest
NewCreateStackRequestWithDefaults instantiates a new CreateStackRequest 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 (*CreateStackRequest) GetMetadata ¶
func (o *CreateStackRequest) GetMetadata() map[string]string
GetMetadata returns the Metadata field value if set, zero value otherwise.
func (*CreateStackRequest) GetMetadataOk ¶
func (o *CreateStackRequest) GetMetadataOk() (*map[string]string, 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 (*CreateStackRequest) GetName ¶
func (o *CreateStackRequest) GetName() string
GetName returns the Name field value
func (*CreateStackRequest) GetNameOk ¶
func (o *CreateStackRequest) GetNameOk() (*string, bool)
GetNameOk returns a tuple with the Name field value and a boolean to check if the value has been set.
func (*CreateStackRequest) GetRegionID ¶
func (o *CreateStackRequest) GetRegionID() string
GetRegionID returns the RegionID field value
func (*CreateStackRequest) GetRegionIDOk ¶
func (o *CreateStackRequest) GetRegionIDOk() (*string, bool)
GetRegionIDOk returns a tuple with the RegionID field value and a boolean to check if the value has been set.
func (*CreateStackRequest) GetVersion ¶
func (o *CreateStackRequest) GetVersion() string
GetVersion returns the Version field value if set, zero value otherwise.
func (*CreateStackRequest) GetVersionOk ¶
func (o *CreateStackRequest) GetVersionOk() (*string, bool)
GetVersionOk returns a tuple with the Version field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CreateStackRequest) HasMetadata ¶
func (o *CreateStackRequest) HasMetadata() bool
HasMetadata returns a boolean if a field has been set.
func (*CreateStackRequest) HasVersion ¶
func (o *CreateStackRequest) HasVersion() bool
HasVersion returns a boolean if a field has been set.
func (CreateStackRequest) MarshalJSON ¶
func (o CreateStackRequest) MarshalJSON() ([]byte, error)
func (*CreateStackRequest) SetMetadata ¶
func (o *CreateStackRequest) SetMetadata(v map[string]string)
SetMetadata gets a reference to the given map[string]string and assigns it to the Metadata field.
func (*CreateStackRequest) SetName ¶
func (o *CreateStackRequest) SetName(v string)
SetName sets field value
func (*CreateStackRequest) SetRegionID ¶
func (o *CreateStackRequest) SetRegionID(v string)
SetRegionID sets field value
func (*CreateStackRequest) SetVersion ¶
func (o *CreateStackRequest) SetVersion(v string)
SetVersion gets a reference to the given string and assigns it to the Version field.
func (CreateStackRequest) ToMap ¶
func (o CreateStackRequest) ToMap() (map[string]interface{}, error)
type CreateStackRequestAllOf ¶
type CreateStackRequestAllOf struct {
RegionID string `json:"regionID"`
}
CreateStackRequestAllOf struct for CreateStackRequestAllOf
func NewCreateStackRequestAllOf ¶
func NewCreateStackRequestAllOf(regionID string) *CreateStackRequestAllOf
NewCreateStackRequestAllOf instantiates a new CreateStackRequestAllOf 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 NewCreateStackRequestAllOfWithDefaults ¶
func NewCreateStackRequestAllOfWithDefaults() *CreateStackRequestAllOf
NewCreateStackRequestAllOfWithDefaults instantiates a new CreateStackRequestAllOf 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 (*CreateStackRequestAllOf) GetRegionID ¶
func (o *CreateStackRequestAllOf) GetRegionID() string
GetRegionID returns the RegionID field value
func (*CreateStackRequestAllOf) GetRegionIDOk ¶
func (o *CreateStackRequestAllOf) GetRegionIDOk() (*string, bool)
GetRegionIDOk returns a tuple with the RegionID field value and a boolean to check if the value has been set.
func (CreateStackRequestAllOf) MarshalJSON ¶
func (o CreateStackRequestAllOf) MarshalJSON() ([]byte, error)
func (*CreateStackRequestAllOf) SetRegionID ¶
func (o *CreateStackRequestAllOf) SetRegionID(v string)
SetRegionID sets field value
func (CreateStackRequestAllOf) ToMap ¶
func (o CreateStackRequestAllOf) ToMap() (map[string]interface{}, error)
type CreateStackResponse ¶
type CreateStackResponse struct {
Data *Stack `json:"data,omitempty"`
}
CreateStackResponse struct for CreateStackResponse
func NewCreateStackResponse ¶
func NewCreateStackResponse() *CreateStackResponse
NewCreateStackResponse instantiates a new CreateStackResponse 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 NewCreateStackResponseWithDefaults ¶
func NewCreateStackResponseWithDefaults() *CreateStackResponse
NewCreateStackResponseWithDefaults instantiates a new CreateStackResponse 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 (*CreateStackResponse) GetData ¶
func (o *CreateStackResponse) GetData() Stack
GetData returns the Data field value if set, zero value otherwise.
func (*CreateStackResponse) GetDataOk ¶
func (o *CreateStackResponse) GetDataOk() (*Stack, 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 (*CreateStackResponse) HasData ¶
func (o *CreateStackResponse) HasData() bool
HasData returns a boolean if a field has been set.
func (CreateStackResponse) MarshalJSON ¶
func (o CreateStackResponse) MarshalJSON() ([]byte, error)
func (*CreateStackResponse) SetData ¶
func (o *CreateStackResponse) SetData(v Stack)
SetData gets a reference to the given Stack and assigns it to the Data field.
func (CreateStackResponse) ToMap ¶
func (o CreateStackResponse) ToMap() (map[string]interface{}, error)
type CreatedPrivateRegionResponse ¶
type CreatedPrivateRegionResponse struct {
Data PrivateRegion `json:"data"`
}
CreatedPrivateRegionResponse struct for CreatedPrivateRegionResponse
func NewCreatedPrivateRegionResponse ¶
func NewCreatedPrivateRegionResponse(data PrivateRegion) *CreatedPrivateRegionResponse
NewCreatedPrivateRegionResponse instantiates a new CreatedPrivateRegionResponse 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 NewCreatedPrivateRegionResponseWithDefaults ¶
func NewCreatedPrivateRegionResponseWithDefaults() *CreatedPrivateRegionResponse
NewCreatedPrivateRegionResponseWithDefaults instantiates a new CreatedPrivateRegionResponse 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 (*CreatedPrivateRegionResponse) GetData ¶
func (o *CreatedPrivateRegionResponse) GetData() PrivateRegion
GetData returns the Data field value
func (*CreatedPrivateRegionResponse) GetDataOk ¶
func (o *CreatedPrivateRegionResponse) GetDataOk() (*PrivateRegion, bool)
GetDataOk returns a tuple with the Data field value and a boolean to check if the value has been set.
func (CreatedPrivateRegionResponse) MarshalJSON ¶
func (o CreatedPrivateRegionResponse) MarshalJSON() ([]byte, error)
func (*CreatedPrivateRegionResponse) SetData ¶
func (o *CreatedPrivateRegionResponse) SetData(v PrivateRegion)
SetData sets field value
func (CreatedPrivateRegionResponse) ToMap ¶
func (o CreatedPrivateRegionResponse) ToMap() (map[string]interface{}, error)
type Cursor ¶
type Cursor struct { PageSize int64 `json:"pageSize"` HasMore bool `json:"hasMore"` Previous *string `json:"previous,omitempty"` Next *string `json:"next,omitempty"` }
Cursor struct for Cursor
func NewCursor ¶
NewCursor instantiates a new Cursor 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 NewCursorWithDefaults ¶
func NewCursorWithDefaults() *Cursor
NewCursorWithDefaults instantiates a new Cursor 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 (*Cursor) GetHasMore ¶
GetHasMore returns the HasMore field value
func (*Cursor) GetHasMoreOk ¶
GetHasMoreOk returns a tuple with the HasMore field value and a boolean to check if the value has been set.
func (*Cursor) GetNextOk ¶
GetNextOk returns a tuple with the Next field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Cursor) GetPageSize ¶
GetPageSize returns the PageSize field value
func (*Cursor) GetPageSizeOk ¶
GetPageSizeOk returns a tuple with the PageSize field value and a boolean to check if the value has been set.
func (*Cursor) GetPrevious ¶
GetPrevious returns the Previous field value if set, zero value otherwise.
func (*Cursor) GetPreviousOk ¶
GetPreviousOk returns a tuple with the Previous field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Cursor) HasPrevious ¶
HasPrevious returns a boolean if a field has been set.
func (Cursor) MarshalJSON ¶
func (*Cursor) SetNext ¶
SetNext gets a reference to the given string and assigns it to the Next field.
func (*Cursor) SetPrevious ¶
SetPrevious gets a reference to the given string and assigns it to the Previous field.
type DefaultApiService ¶
type DefaultApiService service
DefaultApiService DefaultApi service
func (*DefaultApiService) AcceptInvitation ¶
func (a *DefaultApiService) AcceptInvitation(ctx context.Context, invitationId string) ApiAcceptInvitationRequest
AcceptInvitation Accept invitation
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param invitationId @return ApiAcceptInvitationRequest
func (*DefaultApiService) AcceptInvitationExecute ¶
func (a *DefaultApiService) AcceptInvitationExecute(r ApiAcceptInvitationRequest) (*http.Response, error)
Execute executes the request
func (*DefaultApiService) CreateInvitation ¶
func (a *DefaultApiService) CreateInvitation(ctx context.Context, organizationId string) ApiCreateInvitationRequest
CreateInvitation Create invitation
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param organizationId @return ApiCreateInvitationRequest
func (*DefaultApiService) CreateInvitationExecute ¶
func (a *DefaultApiService) CreateInvitationExecute(r ApiCreateInvitationRequest) (*CreateInvitationResponse, *http.Response, error)
Execute executes the request
@return CreateInvitationResponse
func (*DefaultApiService) CreateOrganization ¶
func (a *DefaultApiService) CreateOrganization(ctx context.Context) ApiCreateOrganizationRequest
CreateOrganization Create organization
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return ApiCreateOrganizationRequest
func (*DefaultApiService) CreateOrganizationExecute ¶
func (a *DefaultApiService) CreateOrganizationExecute(r ApiCreateOrganizationRequest) (*CreateOrganizationResponse, *http.Response, error)
Execute executes the request
@return CreateOrganizationResponse
func (*DefaultApiService) CreatePrivateRegion ¶
func (a *DefaultApiService) CreatePrivateRegion(ctx context.Context, organizationId string) ApiCreatePrivateRegionRequest
CreatePrivateRegion Create a private region
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param organizationId @return ApiCreatePrivateRegionRequest
func (*DefaultApiService) CreatePrivateRegionExecute ¶
func (a *DefaultApiService) CreatePrivateRegionExecute(r ApiCreatePrivateRegionRequest) (*CreatedPrivateRegionResponse, *http.Response, error)
Execute executes the request
@return CreatedPrivateRegionResponse
func (*DefaultApiService) CreateStack ¶
func (a *DefaultApiService) CreateStack(ctx context.Context, organizationId string) ApiCreateStackRequest
CreateStack Create stack
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param organizationId @return ApiCreateStackRequest
func (*DefaultApiService) CreateStackExecute ¶
func (a *DefaultApiService) CreateStackExecute(r ApiCreateStackRequest) (*CreateStackResponse, *http.Response, error)
Execute executes the request
@return CreateStackResponse
func (*DefaultApiService) DeclineInvitation ¶
func (a *DefaultApiService) DeclineInvitation(ctx context.Context, invitationId string) ApiDeclineInvitationRequest
DeclineInvitation Decline invitation
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param invitationId @return ApiDeclineInvitationRequest
func (*DefaultApiService) DeclineInvitationExecute ¶
func (a *DefaultApiService) DeclineInvitationExecute(r ApiDeclineInvitationRequest) (*http.Response, error)
Execute executes the request
func (*DefaultApiService) DeleteInvitation ¶
func (a *DefaultApiService) DeleteInvitation(ctx context.Context, organizationId string, invitationId string) ApiDeleteInvitationRequest
DeleteInvitation Delete invitation
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param organizationId @param invitationId @return ApiDeleteInvitationRequest
func (*DefaultApiService) DeleteInvitationExecute ¶
func (a *DefaultApiService) DeleteInvitationExecute(r ApiDeleteInvitationRequest) (*http.Response, error)
Execute executes the request
func (*DefaultApiService) DeleteOrganization ¶
func (a *DefaultApiService) DeleteOrganization(ctx context.Context, organizationId string) ApiDeleteOrganizationRequest
DeleteOrganization Delete organization
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param organizationId @return ApiDeleteOrganizationRequest
func (*DefaultApiService) DeleteOrganizationExecute ¶
func (a *DefaultApiService) DeleteOrganizationExecute(r ApiDeleteOrganizationRequest) (*http.Response, error)
Execute executes the request
func (*DefaultApiService) DeleteRegion ¶
func (a *DefaultApiService) DeleteRegion(ctx context.Context, organizationId string, regionId string) ApiDeleteRegionRequest
DeleteRegion Delete region
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param organizationId @param regionId @return ApiDeleteRegionRequest
func (*DefaultApiService) DeleteRegionExecute ¶
func (a *DefaultApiService) DeleteRegionExecute(r ApiDeleteRegionRequest) (*http.Response, error)
Execute executes the request
func (*DefaultApiService) DeleteStack ¶
func (a *DefaultApiService) DeleteStack(ctx context.Context, organizationId string, stackId string) ApiDeleteStackRequest
DeleteStack Delete stack
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param organizationId @param stackId @return ApiDeleteStackRequest
func (*DefaultApiService) DeleteStackExecute ¶
func (a *DefaultApiService) DeleteStackExecute(r ApiDeleteStackRequest) (*http.Response, error)
Execute executes the request
func (*DefaultApiService) DeleteStackUserAccess ¶
func (a *DefaultApiService) DeleteStackUserAccess(ctx context.Context, organizationId string, stackId string, userId string) ApiDeleteStackUserAccessRequest
DeleteStackUserAccess Delete stack user access role within an organization
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param organizationId @param stackId @param userId @return ApiDeleteStackUserAccessRequest
func (*DefaultApiService) DeleteStackUserAccessExecute ¶
func (a *DefaultApiService) DeleteStackUserAccessExecute(r ApiDeleteStackUserAccessRequest) (*http.Response, error)
Execute executes the request
func (*DefaultApiService) DeleteUserFromOrganization ¶
func (a *DefaultApiService) DeleteUserFromOrganization(ctx context.Context, organizationId string, userId string) ApiDeleteUserFromOrganizationRequest
DeleteUserFromOrganization delete user from organization
The owner of the organization can remove anyone while each user can leave any organization where it is not owner.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param organizationId @param userId @return ApiDeleteUserFromOrganizationRequest
func (*DefaultApiService) DeleteUserFromOrganizationExecute ¶
func (a *DefaultApiService) DeleteUserFromOrganizationExecute(r ApiDeleteUserFromOrganizationRequest) (*http.Response, error)
Execute executes the request
func (*DefaultApiService) DisableModule ¶
func (a *DefaultApiService) DisableModule(ctx context.Context, organizationId string, stackId string) ApiDisableModuleRequest
DisableModule disable module
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param organizationId @param stackId @return ApiDisableModuleRequest
func (*DefaultApiService) DisableModuleExecute ¶
func (a *DefaultApiService) DisableModuleExecute(r ApiDisableModuleRequest) (*http.Response, error)
Execute executes the request
func (*DefaultApiService) DisableStack ¶
func (a *DefaultApiService) DisableStack(ctx context.Context, organizationId string, stackId string) ApiDisableStackRequest
DisableStack Disable stack
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param organizationId @param stackId @return ApiDisableStackRequest
func (*DefaultApiService) DisableStackExecute ¶
func (a *DefaultApiService) DisableStackExecute(r ApiDisableStackRequest) (*http.Response, error)
Execute executes the request
func (*DefaultApiService) DisableStargate ¶
func (a *DefaultApiService) DisableStargate(ctx context.Context, organizationId string, stackId string) ApiDisableStargateRequest
DisableStargate Disable stargate on a stack
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param organizationId @param stackId @return ApiDisableStargateRequest
func (*DefaultApiService) DisableStargateExecute ¶
func (a *DefaultApiService) DisableStargateExecute(r ApiDisableStargateRequest) (*http.Response, error)
Execute executes the request
func (*DefaultApiService) EnableModule ¶
func (a *DefaultApiService) EnableModule(ctx context.Context, organizationId string, stackId string) ApiEnableModuleRequest
EnableModule enable module
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param organizationId @param stackId @return ApiEnableModuleRequest
func (*DefaultApiService) EnableModuleExecute ¶
func (a *DefaultApiService) EnableModuleExecute(r ApiEnableModuleRequest) (*http.Response, error)
Execute executes the request
func (*DefaultApiService) EnableStack ¶
func (a *DefaultApiService) EnableStack(ctx context.Context, organizationId string, stackId string) ApiEnableStackRequest
EnableStack Enable stack
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param organizationId @param stackId @return ApiEnableStackRequest
func (*DefaultApiService) EnableStackExecute ¶
func (a *DefaultApiService) EnableStackExecute(r ApiEnableStackRequest) (*http.Response, error)
Execute executes the request
func (*DefaultApiService) EnableStargate ¶
func (a *DefaultApiService) EnableStargate(ctx context.Context, organizationId string, stackId string) ApiEnableStargateRequest
EnableStargate Enable stargate on a stack
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param organizationId @param stackId @return ApiEnableStargateRequest
func (*DefaultApiService) EnableStargateExecute ¶
func (a *DefaultApiService) EnableStargateExecute(r ApiEnableStargateRequest) (*http.Response, error)
Execute executes the request
func (*DefaultApiService) GetRegion ¶
func (a *DefaultApiService) GetRegion(ctx context.Context, organizationId string, regionId string) ApiGetRegionRequest
GetRegion Get region
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param organizationId @param regionId @return ApiGetRegionRequest
func (*DefaultApiService) GetRegionExecute ¶
func (a *DefaultApiService) GetRegionExecute(r ApiGetRegionRequest) (*GetRegionResponse, *http.Response, error)
Execute executes the request
@return GetRegionResponse
func (*DefaultApiService) GetRegionVersions ¶
func (a *DefaultApiService) GetRegionVersions(ctx context.Context, organizationId string, regionId string) ApiGetRegionVersionsRequest
GetRegionVersions Get region versions
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param organizationId @param regionId @return ApiGetRegionVersionsRequest
func (*DefaultApiService) GetRegionVersionsExecute ¶
func (a *DefaultApiService) GetRegionVersionsExecute(r ApiGetRegionVersionsRequest) (*GetRegionVersionsResponse, *http.Response, error)
Execute executes the request
@return GetRegionVersionsResponse
func (*DefaultApiService) GetServerInfo ¶
func (a *DefaultApiService) GetServerInfo(ctx context.Context) ApiGetServerInfoRequest
GetServerInfo Get server info
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return ApiGetServerInfoRequest
func (*DefaultApiService) GetServerInfoExecute ¶
func (a *DefaultApiService) GetServerInfoExecute(r ApiGetServerInfoRequest) (*ServerInfo, *http.Response, error)
Execute executes the request
@return ServerInfo
func (*DefaultApiService) GetStack ¶
func (a *DefaultApiService) GetStack(ctx context.Context, organizationId string, stackId string) ApiGetStackRequest
GetStack Find stack
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param organizationId @param stackId @return ApiGetStackRequest
func (*DefaultApiService) GetStackExecute ¶
func (a *DefaultApiService) GetStackExecute(r ApiGetStackRequest) (*CreateStackResponse, *http.Response, error)
Execute executes the request
@return CreateStackResponse
func (*DefaultApiService) ListInvitations ¶
func (a *DefaultApiService) ListInvitations(ctx context.Context) ApiListInvitationsRequest
ListInvitations List invitations of the user
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return ApiListInvitationsRequest
func (*DefaultApiService) ListInvitationsExecute ¶
func (a *DefaultApiService) ListInvitationsExecute(r ApiListInvitationsRequest) (*ListInvitationsResponse, *http.Response, error)
Execute executes the request
@return ListInvitationsResponse
func (*DefaultApiService) ListLogs ¶
func (a *DefaultApiService) ListLogs(ctx context.Context, organizationId string) ApiListLogsRequest
ListLogs List logs
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param organizationId @return ApiListLogsRequest
func (*DefaultApiService) ListLogsExecute ¶
func (a *DefaultApiService) ListLogsExecute(r ApiListLogsRequest) (*LogCursor, *http.Response, error)
Execute executes the request
@return LogCursor
func (*DefaultApiService) ListModules ¶
func (a *DefaultApiService) ListModules(ctx context.Context, organizationId string, stackId string) ApiListModulesRequest
ListModules List modules of a stack
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param organizationId @param stackId @return ApiListModulesRequest
func (*DefaultApiService) ListModulesExecute ¶
func (a *DefaultApiService) ListModulesExecute(r ApiListModulesRequest) (*ListModulesResponse, *http.Response, error)
Execute executes the request
@return ListModulesResponse
func (*DefaultApiService) ListOrganizationInvitations ¶
func (a *DefaultApiService) ListOrganizationInvitations(ctx context.Context, organizationId string) ApiListOrganizationInvitationsRequest
ListOrganizationInvitations List invitations of the organization
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param organizationId @return ApiListOrganizationInvitationsRequest
func (*DefaultApiService) ListOrganizationInvitationsExecute ¶
func (a *DefaultApiService) ListOrganizationInvitationsExecute(r ApiListOrganizationInvitationsRequest) (*ListInvitationsResponse, *http.Response, error)
Execute executes the request
@return ListInvitationsResponse
func (*DefaultApiService) ListOrganizations ¶
func (a *DefaultApiService) ListOrganizations(ctx context.Context) ApiListOrganizationsRequest
ListOrganizations List organizations of the connected user
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return ApiListOrganizationsRequest
func (*DefaultApiService) ListOrganizationsExecute ¶
func (a *DefaultApiService) ListOrganizationsExecute(r ApiListOrganizationsRequest) (*ListOrganizationExpandedResponse, *http.Response, error)
Execute executes the request
@return ListOrganizationExpandedResponse
func (*DefaultApiService) ListOrganizationsExpanded ¶
func (a *DefaultApiService) ListOrganizationsExpanded(ctx context.Context) ApiListOrganizationsExpandedRequest
ListOrganizationsExpanded List organizations of the connected user with expanded data
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return ApiListOrganizationsExpandedRequest
Deprecated
func (*DefaultApiService) ListOrganizationsExpandedExecute ¶
func (a *DefaultApiService) ListOrganizationsExpandedExecute(r ApiListOrganizationsExpandedRequest) (*ListOrganizationExpandedResponse, *http.Response, error)
Execute executes the request
@return ListOrganizationExpandedResponse
Deprecated
func (*DefaultApiService) ListRegions ¶
func (a *DefaultApiService) ListRegions(ctx context.Context, organizationId string) ApiListRegionsRequest
ListRegions List regions
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param organizationId @return ApiListRegionsRequest
func (*DefaultApiService) ListRegionsExecute ¶
func (a *DefaultApiService) ListRegionsExecute(r ApiListRegionsRequest) (*ListRegionsResponse, *http.Response, error)
Execute executes the request
@return ListRegionsResponse
func (*DefaultApiService) ListStackUsersAccesses ¶
func (a *DefaultApiService) ListStackUsersAccesses(ctx context.Context, organizationId string, stackId string) ApiListStackUsersAccessesRequest
ListStackUsersAccesses List stack users accesses within an organization
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param organizationId @param stackId @return ApiListStackUsersAccessesRequest
func (*DefaultApiService) ListStackUsersAccessesExecute ¶
func (a *DefaultApiService) ListStackUsersAccessesExecute(r ApiListStackUsersAccessesRequest) (*StackUserAccessResponse, *http.Response, error)
Execute executes the request
@return StackUserAccessResponse
func (*DefaultApiService) ListStacks ¶
func (a *DefaultApiService) ListStacks(ctx context.Context, organizationId string) ApiListStacksRequest
ListStacks List stacks
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param organizationId @return ApiListStacksRequest
func (*DefaultApiService) ListStacksExecute ¶
func (a *DefaultApiService) ListStacksExecute(r ApiListStacksRequest) (*ListStacksResponse, *http.Response, error)
Execute executes the request
@return ListStacksResponse
func (*DefaultApiService) ListUsersOfOrganization ¶
func (a *DefaultApiService) ListUsersOfOrganization(ctx context.Context, organizationId string) ApiListUsersOfOrganizationRequest
ListUsersOfOrganization List users of organization
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param organizationId @return ApiListUsersOfOrganizationRequest
func (*DefaultApiService) ListUsersOfOrganizationExecute ¶
func (a *DefaultApiService) ListUsersOfOrganizationExecute(r ApiListUsersOfOrganizationRequest) (*ListUsersResponse, *http.Response, error)
Execute executes the request
@return ListUsersResponse
func (*DefaultApiService) ReadConnectedUser ¶
func (a *DefaultApiService) ReadConnectedUser(ctx context.Context) ApiReadConnectedUserRequest
ReadConnectedUser Read user
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return ApiReadConnectedUserRequest
func (*DefaultApiService) ReadConnectedUserExecute ¶
func (a *DefaultApiService) ReadConnectedUserExecute(r ApiReadConnectedUserRequest) (*ReadUserResponse, *http.Response, error)
Execute executes the request
@return ReadUserResponse
func (*DefaultApiService) ReadOrganization ¶
func (a *DefaultApiService) ReadOrganization(ctx context.Context, organizationId string) ApiReadOrganizationRequest
ReadOrganization Read organization
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param organizationId @return ApiReadOrganizationRequest
func (*DefaultApiService) ReadOrganizationExecute ¶
func (a *DefaultApiService) ReadOrganizationExecute(r ApiReadOrganizationRequest) (*ReadOrganizationResponse, *http.Response, error)
Execute executes the request
@return ReadOrganizationResponse
func (*DefaultApiService) ReadStackUserAccess ¶
func (a *DefaultApiService) ReadStackUserAccess(ctx context.Context, organizationId string, stackId string, userId string) ApiReadStackUserAccessRequest
ReadStackUserAccess Read stack user access role within an organization
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param organizationId @param stackId @param userId @return ApiReadStackUserAccessRequest
func (*DefaultApiService) ReadStackUserAccessExecute ¶
func (a *DefaultApiService) ReadStackUserAccessExecute(r ApiReadStackUserAccessRequest) (*ReadStackUserAccess, *http.Response, error)
Execute executes the request
@return ReadStackUserAccess
func (*DefaultApiService) ReadUserOfOrganization ¶
func (a *DefaultApiService) ReadUserOfOrganization(ctx context.Context, organizationId string, userId string) ApiReadUserOfOrganizationRequest
ReadUserOfOrganization Read user of organization
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param organizationId @param userId @return ApiReadUserOfOrganizationRequest
func (*DefaultApiService) ReadUserOfOrganizationExecute ¶
func (a *DefaultApiService) ReadUserOfOrganizationExecute(r ApiReadUserOfOrganizationRequest) (*ReadOrganizationUserResponse, *http.Response, error)
Execute executes the request
@return ReadOrganizationUserResponse
func (*DefaultApiService) RestoreStack ¶
func (a *DefaultApiService) RestoreStack(ctx context.Context, organizationId string, stackId string) ApiRestoreStackRequest
RestoreStack Restore stack
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param organizationId @param stackId @return ApiRestoreStackRequest
func (*DefaultApiService) RestoreStackExecute ¶
func (a *DefaultApiService) RestoreStackExecute(r ApiRestoreStackRequest) (*CreateStackResponse, *http.Response, error)
Execute executes the request
@return CreateStackResponse
func (*DefaultApiService) UpdateOrganization ¶
func (a *DefaultApiService) UpdateOrganization(ctx context.Context, organizationId string) ApiUpdateOrganizationRequest
UpdateOrganization Update organization
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param organizationId @return ApiUpdateOrganizationRequest
func (*DefaultApiService) UpdateOrganizationExecute ¶
func (a *DefaultApiService) UpdateOrganizationExecute(r ApiUpdateOrganizationRequest) (*ReadOrganizationResponse, *http.Response, error)
Execute executes the request
@return ReadOrganizationResponse
func (*DefaultApiService) UpdateStack ¶
func (a *DefaultApiService) UpdateStack(ctx context.Context, organizationId string, stackId string) ApiUpdateStackRequest
UpdateStack Update stack
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param organizationId @param stackId @return ApiUpdateStackRequest
func (*DefaultApiService) UpdateStackExecute ¶
func (a *DefaultApiService) UpdateStackExecute(r ApiUpdateStackRequest) (*CreateStackResponse, *http.Response, error)
Execute executes the request
@return CreateStackResponse
func (*DefaultApiService) UpgradeStack ¶
func (a *DefaultApiService) UpgradeStack(ctx context.Context, organizationId string, stackId string) ApiUpgradeStackRequest
UpgradeStack Upgrade stack
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param organizationId @param stackId @return ApiUpgradeStackRequest
func (*DefaultApiService) UpgradeStackExecute ¶
func (a *DefaultApiService) UpgradeStackExecute(r ApiUpgradeStackRequest) (*http.Response, error)
Execute executes the request
func (*DefaultApiService) UpsertOrganizationUser ¶
func (a *DefaultApiService) UpsertOrganizationUser(ctx context.Context, organizationId string, userId string) ApiUpsertOrganizationUserRequest
UpsertOrganizationUser Update user within an organization
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param organizationId @param userId @return ApiUpsertOrganizationUserRequest
func (*DefaultApiService) UpsertOrganizationUserExecute ¶
func (a *DefaultApiService) UpsertOrganizationUserExecute(r ApiUpsertOrganizationUserRequest) (*http.Response, error)
Execute executes the request
func (*DefaultApiService) UpsertStackUserAccess ¶
func (a *DefaultApiService) UpsertStackUserAccess(ctx context.Context, organizationId string, stackId string, userId string) ApiUpsertStackUserAccessRequest
UpsertStackUserAccess Update stack user access role within an organization
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param organizationId @param stackId @param userId @return ApiUpsertStackUserAccessRequest
func (*DefaultApiService) UpsertStackUserAccessExecute ¶
func (a *DefaultApiService) UpsertStackUserAccessExecute(r ApiUpsertStackUserAccessRequest) (*http.Response, error)
Execute executes the request
type Error ¶
type Error struct { ErrorCode string `json:"errorCode"` ErrorMessage *string `json:"errorMessage,omitempty"` }
Error struct for Error
func NewError ¶
NewError instantiates a new Error 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 NewErrorWithDefaults ¶
func NewErrorWithDefaults() *Error
NewErrorWithDefaults instantiates a new Error 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 (*Error) GetErrorCode ¶
GetErrorCode returns the ErrorCode field value
func (*Error) GetErrorCodeOk ¶
GetErrorCodeOk returns a tuple with the ErrorCode field value and a boolean to check if the value has been set.
func (*Error) GetErrorMessage ¶
GetErrorMessage returns the ErrorMessage field value if set, zero value otherwise.
func (*Error) GetErrorMessageOk ¶
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 (*Error) HasErrorMessage ¶
HasErrorMessage returns a boolean if a field has been set.
func (Error) MarshalJSON ¶
func (*Error) SetErrorMessage ¶
SetErrorMessage gets a reference to the given string and assigns it to the ErrorMessage field.
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 GetRegionResponse ¶
type GetRegionResponse struct {
Data AnyRegion `json:"data"`
}
GetRegionResponse struct for GetRegionResponse
func NewGetRegionResponse ¶
func NewGetRegionResponse(data AnyRegion) *GetRegionResponse
NewGetRegionResponse instantiates a new GetRegionResponse 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 NewGetRegionResponseWithDefaults ¶
func NewGetRegionResponseWithDefaults() *GetRegionResponse
NewGetRegionResponseWithDefaults instantiates a new GetRegionResponse 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 (*GetRegionResponse) GetData ¶
func (o *GetRegionResponse) GetData() AnyRegion
GetData returns the Data field value
func (*GetRegionResponse) GetDataOk ¶
func (o *GetRegionResponse) GetDataOk() (*AnyRegion, bool)
GetDataOk returns a tuple with the Data field value and a boolean to check if the value has been set.
func (GetRegionResponse) MarshalJSON ¶
func (o GetRegionResponse) MarshalJSON() ([]byte, error)
func (*GetRegionResponse) SetData ¶
func (o *GetRegionResponse) SetData(v AnyRegion)
SetData sets field value
func (GetRegionResponse) ToMap ¶
func (o GetRegionResponse) ToMap() (map[string]interface{}, error)
type GetRegionVersionsResponse ¶
type GetRegionVersionsResponse struct {
Data []Version `json:"data"`
}
GetRegionVersionsResponse struct for GetRegionVersionsResponse
func NewGetRegionVersionsResponse ¶
func NewGetRegionVersionsResponse(data []Version) *GetRegionVersionsResponse
NewGetRegionVersionsResponse instantiates a new GetRegionVersionsResponse 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 NewGetRegionVersionsResponseWithDefaults ¶
func NewGetRegionVersionsResponseWithDefaults() *GetRegionVersionsResponse
NewGetRegionVersionsResponseWithDefaults instantiates a new GetRegionVersionsResponse 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 (*GetRegionVersionsResponse) GetData ¶
func (o *GetRegionVersionsResponse) GetData() []Version
GetData returns the Data field value
func (*GetRegionVersionsResponse) GetDataOk ¶
func (o *GetRegionVersionsResponse) GetDataOk() ([]Version, bool)
GetDataOk returns a tuple with the Data field value and a boolean to check if the value has been set.
func (GetRegionVersionsResponse) MarshalJSON ¶
func (o GetRegionVersionsResponse) MarshalJSON() ([]byte, error)
func (*GetRegionVersionsResponse) SetData ¶
func (o *GetRegionVersionsResponse) SetData(v []Version)
SetData sets field value
func (GetRegionVersionsResponse) ToMap ¶
func (o GetRegionVersionsResponse) ToMap() (map[string]interface{}, error)
type Invitation ¶
type Invitation struct { Id string `json:"id"` OrganizationId string `json:"organizationId"` UserEmail string `json:"userEmail"` Status string `json:"status"` CreationDate time.Time `json:"creationDate"` UpdatedAt *string `json:"updatedAt,omitempty"` Role Role `json:"role"` StackClaims []StackClaim `json:"stackClaims,omitempty"` UserId *string `json:"userId,omitempty"` OrganizationAccess *OrganizationUser `json:"organizationAccess,omitempty"` }
Invitation struct for Invitation
func NewInvitation ¶
func NewInvitation(id string, organizationId string, userEmail string, status string, creationDate time.Time, role Role) *Invitation
NewInvitation instantiates a new Invitation 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 NewInvitationWithDefaults ¶
func NewInvitationWithDefaults() *Invitation
NewInvitationWithDefaults instantiates a new Invitation 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 (*Invitation) GetCreationDate ¶
func (o *Invitation) GetCreationDate() time.Time
GetCreationDate returns the CreationDate field value
func (*Invitation) GetCreationDateOk ¶
func (o *Invitation) GetCreationDateOk() (*time.Time, bool)
GetCreationDateOk returns a tuple with the CreationDate field value and a boolean to check if the value has been set.
func (*Invitation) GetIdOk ¶
func (o *Invitation) GetIdOk() (*string, bool)
GetIdOk returns a tuple with the Id field value and a boolean to check if the value has been set.
func (*Invitation) GetOrganizationAccess ¶
func (o *Invitation) GetOrganizationAccess() OrganizationUser
GetOrganizationAccess returns the OrganizationAccess field value if set, zero value otherwise.
func (*Invitation) GetOrganizationAccessOk ¶
func (o *Invitation) GetOrganizationAccessOk() (*OrganizationUser, bool)
GetOrganizationAccessOk returns a tuple with the OrganizationAccess field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Invitation) GetOrganizationId ¶
func (o *Invitation) GetOrganizationId() string
GetOrganizationId returns the OrganizationId field value
func (*Invitation) GetOrganizationIdOk ¶
func (o *Invitation) GetOrganizationIdOk() (*string, bool)
GetOrganizationIdOk returns a tuple with the OrganizationId field value and a boolean to check if the value has been set.
func (*Invitation) GetRole ¶
func (o *Invitation) GetRole() Role
GetRole returns the Role field value
func (*Invitation) GetRoleOk ¶
func (o *Invitation) GetRoleOk() (*Role, bool)
GetRoleOk returns a tuple with the Role field value and a boolean to check if the value has been set.
func (*Invitation) GetStackClaims ¶
func (o *Invitation) GetStackClaims() []StackClaim
GetStackClaims returns the StackClaims field value if set, zero value otherwise.
func (*Invitation) GetStackClaimsOk ¶
func (o *Invitation) GetStackClaimsOk() ([]StackClaim, bool)
GetStackClaimsOk returns a tuple with the StackClaims field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Invitation) GetStatus ¶
func (o *Invitation) GetStatus() string
GetStatus returns the Status field value
func (*Invitation) GetStatusOk ¶
func (o *Invitation) GetStatusOk() (*string, bool)
GetStatusOk returns a tuple with the Status field value and a boolean to check if the value has been set.
func (*Invitation) GetUpdatedAt ¶
func (o *Invitation) GetUpdatedAt() string
GetUpdatedAt returns the UpdatedAt field value if set, zero value otherwise.
func (*Invitation) GetUpdatedAtOk ¶
func (o *Invitation) GetUpdatedAtOk() (*string, 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 (*Invitation) GetUserEmail ¶
func (o *Invitation) GetUserEmail() string
GetUserEmail returns the UserEmail field value
func (*Invitation) GetUserEmailOk ¶
func (o *Invitation) GetUserEmailOk() (*string, bool)
GetUserEmailOk returns a tuple with the UserEmail field value and a boolean to check if the value has been set.
func (*Invitation) GetUserId ¶
func (o *Invitation) GetUserId() string
GetUserId returns the UserId field value if set, zero value otherwise.
func (*Invitation) GetUserIdOk ¶
func (o *Invitation) 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 (*Invitation) HasOrganizationAccess ¶
func (o *Invitation) HasOrganizationAccess() bool
HasOrganizationAccess returns a boolean if a field has been set.
func (*Invitation) HasStackClaims ¶
func (o *Invitation) HasStackClaims() bool
HasStackClaims returns a boolean if a field has been set.
func (*Invitation) HasUpdatedAt ¶
func (o *Invitation) HasUpdatedAt() bool
HasUpdatedAt returns a boolean if a field has been set.
func (*Invitation) HasUserId ¶
func (o *Invitation) HasUserId() bool
HasUserId returns a boolean if a field has been set.
func (Invitation) MarshalJSON ¶
func (o Invitation) MarshalJSON() ([]byte, error)
func (*Invitation) SetCreationDate ¶
func (o *Invitation) SetCreationDate(v time.Time)
SetCreationDate sets field value
func (*Invitation) SetOrganizationAccess ¶
func (o *Invitation) SetOrganizationAccess(v OrganizationUser)
SetOrganizationAccess gets a reference to the given OrganizationUser and assigns it to the OrganizationAccess field.
func (*Invitation) SetOrganizationId ¶
func (o *Invitation) SetOrganizationId(v string)
SetOrganizationId sets field value
func (*Invitation) SetStackClaims ¶
func (o *Invitation) SetStackClaims(v []StackClaim)
SetStackClaims gets a reference to the given []StackClaim and assigns it to the StackClaims field.
func (*Invitation) SetUpdatedAt ¶
func (o *Invitation) SetUpdatedAt(v string)
SetUpdatedAt gets a reference to the given string and assigns it to the UpdatedAt field.
func (*Invitation) SetUserEmail ¶
func (o *Invitation) SetUserEmail(v string)
SetUserEmail sets field value
func (*Invitation) SetUserId ¶
func (o *Invitation) SetUserId(v string)
SetUserId gets a reference to the given string and assigns it to the UserId field.
func (Invitation) ToMap ¶
func (o Invitation) ToMap() (map[string]interface{}, error)
type InvitationClaim ¶
type InvitationClaim struct { Role *Role `json:"role,omitempty"` StackClaims []StackClaim `json:"stackClaims,omitempty"` }
InvitationClaim struct for InvitationClaim
func NewInvitationClaim ¶
func NewInvitationClaim() *InvitationClaim
NewInvitationClaim instantiates a new InvitationClaim 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 NewInvitationClaimWithDefaults ¶
func NewInvitationClaimWithDefaults() *InvitationClaim
NewInvitationClaimWithDefaults instantiates a new InvitationClaim 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 (*InvitationClaim) GetRole ¶
func (o *InvitationClaim) GetRole() Role
GetRole returns the Role field value if set, zero value otherwise.
func (*InvitationClaim) GetRoleOk ¶
func (o *InvitationClaim) GetRoleOk() (*Role, 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 (*InvitationClaim) GetStackClaims ¶
func (o *InvitationClaim) GetStackClaims() []StackClaim
GetStackClaims returns the StackClaims field value if set, zero value otherwise.
func (*InvitationClaim) GetStackClaimsOk ¶
func (o *InvitationClaim) GetStackClaimsOk() ([]StackClaim, bool)
GetStackClaimsOk returns a tuple with the StackClaims field value if set, nil otherwise and a boolean to check if the value has been set.
func (*InvitationClaim) HasRole ¶
func (o *InvitationClaim) HasRole() bool
HasRole returns a boolean if a field has been set.
func (*InvitationClaim) HasStackClaims ¶
func (o *InvitationClaim) HasStackClaims() bool
HasStackClaims returns a boolean if a field has been set.
func (InvitationClaim) MarshalJSON ¶
func (o InvitationClaim) MarshalJSON() ([]byte, error)
func (*InvitationClaim) SetRole ¶
func (o *InvitationClaim) SetRole(v Role)
SetRole gets a reference to the given Role and assigns it to the Role field.
func (*InvitationClaim) SetStackClaims ¶
func (o *InvitationClaim) SetStackClaims(v []StackClaim)
SetStackClaims gets a reference to the given []StackClaim and assigns it to the StackClaims field.
func (InvitationClaim) ToMap ¶
func (o InvitationClaim) ToMap() (map[string]interface{}, error)
type ListInvitationsResponse ¶
type ListInvitationsResponse struct {
Data []Invitation `json:"data,omitempty"`
}
ListInvitationsResponse struct for ListInvitationsResponse
func NewListInvitationsResponse ¶
func NewListInvitationsResponse() *ListInvitationsResponse
NewListInvitationsResponse instantiates a new ListInvitationsResponse 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 NewListInvitationsResponseWithDefaults ¶
func NewListInvitationsResponseWithDefaults() *ListInvitationsResponse
NewListInvitationsResponseWithDefaults instantiates a new ListInvitationsResponse 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 (*ListInvitationsResponse) GetData ¶
func (o *ListInvitationsResponse) GetData() []Invitation
GetData returns the Data field value if set, zero value otherwise.
func (*ListInvitationsResponse) GetDataOk ¶
func (o *ListInvitationsResponse) GetDataOk() ([]Invitation, 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 (*ListInvitationsResponse) HasData ¶
func (o *ListInvitationsResponse) HasData() bool
HasData returns a boolean if a field has been set.
func (ListInvitationsResponse) MarshalJSON ¶
func (o ListInvitationsResponse) MarshalJSON() ([]byte, error)
func (*ListInvitationsResponse) SetData ¶
func (o *ListInvitationsResponse) SetData(v []Invitation)
SetData gets a reference to the given []Invitation and assigns it to the Data field.
func (ListInvitationsResponse) ToMap ¶
func (o ListInvitationsResponse) ToMap() (map[string]interface{}, error)
type ListModulesResponse ¶
type ListModulesResponse struct {
Data []Module `json:"data"`
}
ListModulesResponse struct for ListModulesResponse
func NewListModulesResponse ¶
func NewListModulesResponse(data []Module) *ListModulesResponse
NewListModulesResponse instantiates a new ListModulesResponse 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 NewListModulesResponseWithDefaults ¶
func NewListModulesResponseWithDefaults() *ListModulesResponse
NewListModulesResponseWithDefaults instantiates a new ListModulesResponse 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 (*ListModulesResponse) GetData ¶
func (o *ListModulesResponse) GetData() []Module
GetData returns the Data field value
func (*ListModulesResponse) GetDataOk ¶
func (o *ListModulesResponse) GetDataOk() ([]Module, bool)
GetDataOk returns a tuple with the Data field value and a boolean to check if the value has been set.
func (ListModulesResponse) MarshalJSON ¶
func (o ListModulesResponse) MarshalJSON() ([]byte, error)
func (*ListModulesResponse) SetData ¶
func (o *ListModulesResponse) SetData(v []Module)
SetData sets field value
func (ListModulesResponse) ToMap ¶
func (o ListModulesResponse) ToMap() (map[string]interface{}, error)
type ListOrganizationExpandedResponse ¶
type ListOrganizationExpandedResponse struct {
Data []ListOrganizationExpandedResponseDataInner `json:"data,omitempty"`
}
ListOrganizationExpandedResponse struct for ListOrganizationExpandedResponse
func NewListOrganizationExpandedResponse ¶
func NewListOrganizationExpandedResponse() *ListOrganizationExpandedResponse
NewListOrganizationExpandedResponse instantiates a new ListOrganizationExpandedResponse 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 NewListOrganizationExpandedResponseWithDefaults ¶
func NewListOrganizationExpandedResponseWithDefaults() *ListOrganizationExpandedResponse
NewListOrganizationExpandedResponseWithDefaults instantiates a new ListOrganizationExpandedResponse 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 (*ListOrganizationExpandedResponse) GetData ¶
func (o *ListOrganizationExpandedResponse) GetData() []ListOrganizationExpandedResponseDataInner
GetData returns the Data field value if set, zero value otherwise.
func (*ListOrganizationExpandedResponse) GetDataOk ¶
func (o *ListOrganizationExpandedResponse) GetDataOk() ([]ListOrganizationExpandedResponseDataInner, 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 (*ListOrganizationExpandedResponse) HasData ¶
func (o *ListOrganizationExpandedResponse) HasData() bool
HasData returns a boolean if a field has been set.
func (ListOrganizationExpandedResponse) MarshalJSON ¶
func (o ListOrganizationExpandedResponse) MarshalJSON() ([]byte, error)
func (*ListOrganizationExpandedResponse) SetData ¶
func (o *ListOrganizationExpandedResponse) SetData(v []ListOrganizationExpandedResponseDataInner)
SetData gets a reference to the given []ListOrganizationExpandedResponseDataInner and assigns it to the Data field.
func (ListOrganizationExpandedResponse) ToMap ¶
func (o ListOrganizationExpandedResponse) ToMap() (map[string]interface{}, error)
type ListOrganizationExpandedResponseDataInner ¶
type ListOrganizationExpandedResponseDataInner struct { // Organization name Name string `json:"name"` DefaultOrganizationAccess *Role `json:"defaultOrganizationAccess,omitempty"` DefaultStackAccess *Role `json:"defaultStackAccess,omitempty"` // Organization domain Domain *string `json:"domain,omitempty"` // Organization ID Id string `json:"id"` // Owner ID OwnerId string `json:"ownerId"` // Number of available stacks AvailableStacks *int32 `json:"availableStacks,omitempty"` // Number of available sandboxes AvailableSandboxes *int32 `json:"availableSandboxes,omitempty"` CreatedAt *time.Time `json:"createdAt,omitempty"` UpdatedAt *time.Time `json:"updatedAt,omitempty"` TotalStacks *int32 `json:"totalStacks,omitempty"` TotalUsers *int32 `json:"totalUsers,omitempty"` Owner *User `json:"owner,omitempty"` }
ListOrganizationExpandedResponseDataInner struct for ListOrganizationExpandedResponseDataInner
func NewListOrganizationExpandedResponseDataInner ¶
func NewListOrganizationExpandedResponseDataInner(name string, id string, ownerId string) *ListOrganizationExpandedResponseDataInner
NewListOrganizationExpandedResponseDataInner instantiates a new ListOrganizationExpandedResponseDataInner 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 NewListOrganizationExpandedResponseDataInnerWithDefaults ¶
func NewListOrganizationExpandedResponseDataInnerWithDefaults() *ListOrganizationExpandedResponseDataInner
NewListOrganizationExpandedResponseDataInnerWithDefaults instantiates a new ListOrganizationExpandedResponseDataInner 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 (*ListOrganizationExpandedResponseDataInner) GetAvailableSandboxes ¶
func (o *ListOrganizationExpandedResponseDataInner) GetAvailableSandboxes() int32
GetAvailableSandboxes returns the AvailableSandboxes field value if set, zero value otherwise.
func (*ListOrganizationExpandedResponseDataInner) GetAvailableSandboxesOk ¶
func (o *ListOrganizationExpandedResponseDataInner) GetAvailableSandboxesOk() (*int32, bool)
GetAvailableSandboxesOk returns a tuple with the AvailableSandboxes field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ListOrganizationExpandedResponseDataInner) GetAvailableStacks ¶
func (o *ListOrganizationExpandedResponseDataInner) GetAvailableStacks() int32
GetAvailableStacks returns the AvailableStacks field value if set, zero value otherwise.
func (*ListOrganizationExpandedResponseDataInner) GetAvailableStacksOk ¶
func (o *ListOrganizationExpandedResponseDataInner) GetAvailableStacksOk() (*int32, bool)
GetAvailableStacksOk returns a tuple with the AvailableStacks field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ListOrganizationExpandedResponseDataInner) GetCreatedAt ¶
func (o *ListOrganizationExpandedResponseDataInner) GetCreatedAt() time.Time
GetCreatedAt returns the CreatedAt field value if set, zero value otherwise.
func (*ListOrganizationExpandedResponseDataInner) GetCreatedAtOk ¶
func (o *ListOrganizationExpandedResponseDataInner) 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 (*ListOrganizationExpandedResponseDataInner) GetDefaultOrganizationAccess ¶
func (o *ListOrganizationExpandedResponseDataInner) GetDefaultOrganizationAccess() Role
GetDefaultOrganizationAccess returns the DefaultOrganizationAccess field value if set, zero value otherwise.
func (*ListOrganizationExpandedResponseDataInner) GetDefaultOrganizationAccessOk ¶
func (o *ListOrganizationExpandedResponseDataInner) GetDefaultOrganizationAccessOk() (*Role, bool)
GetDefaultOrganizationAccessOk returns a tuple with the DefaultOrganizationAccess field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ListOrganizationExpandedResponseDataInner) GetDefaultStackAccess ¶
func (o *ListOrganizationExpandedResponseDataInner) GetDefaultStackAccess() Role
GetDefaultStackAccess returns the DefaultStackAccess field value if set, zero value otherwise.
func (*ListOrganizationExpandedResponseDataInner) GetDefaultStackAccessOk ¶
func (o *ListOrganizationExpandedResponseDataInner) GetDefaultStackAccessOk() (*Role, bool)
GetDefaultStackAccessOk returns a tuple with the DefaultStackAccess field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ListOrganizationExpandedResponseDataInner) GetDomain ¶
func (o *ListOrganizationExpandedResponseDataInner) GetDomain() string
GetDomain returns the Domain field value if set, zero value otherwise.
func (*ListOrganizationExpandedResponseDataInner) GetDomainOk ¶
func (o *ListOrganizationExpandedResponseDataInner) GetDomainOk() (*string, bool)
GetDomainOk returns a tuple with the Domain field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ListOrganizationExpandedResponseDataInner) GetId ¶
func (o *ListOrganizationExpandedResponseDataInner) GetId() string
GetId returns the Id field value
func (*ListOrganizationExpandedResponseDataInner) GetIdOk ¶
func (o *ListOrganizationExpandedResponseDataInner) GetIdOk() (*string, bool)
GetIdOk returns a tuple with the Id field value and a boolean to check if the value has been set.
func (*ListOrganizationExpandedResponseDataInner) GetName ¶
func (o *ListOrganizationExpandedResponseDataInner) GetName() string
GetName returns the Name field value
func (*ListOrganizationExpandedResponseDataInner) GetNameOk ¶
func (o *ListOrganizationExpandedResponseDataInner) GetNameOk() (*string, bool)
GetNameOk returns a tuple with the Name field value and a boolean to check if the value has been set.
func (*ListOrganizationExpandedResponseDataInner) GetOwner ¶
func (o *ListOrganizationExpandedResponseDataInner) GetOwner() User
GetOwner returns the Owner field value if set, zero value otherwise.
func (*ListOrganizationExpandedResponseDataInner) GetOwnerId ¶
func (o *ListOrganizationExpandedResponseDataInner) GetOwnerId() string
GetOwnerId returns the OwnerId field value
func (*ListOrganizationExpandedResponseDataInner) GetOwnerIdOk ¶
func (o *ListOrganizationExpandedResponseDataInner) GetOwnerIdOk() (*string, bool)
GetOwnerIdOk returns a tuple with the OwnerId field value and a boolean to check if the value has been set.
func (*ListOrganizationExpandedResponseDataInner) GetOwnerOk ¶
func (o *ListOrganizationExpandedResponseDataInner) GetOwnerOk() (*User, bool)
GetOwnerOk returns a tuple with the Owner field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ListOrganizationExpandedResponseDataInner) GetTotalStacks ¶
func (o *ListOrganizationExpandedResponseDataInner) GetTotalStacks() int32
GetTotalStacks returns the TotalStacks field value if set, zero value otherwise.
func (*ListOrganizationExpandedResponseDataInner) GetTotalStacksOk ¶
func (o *ListOrganizationExpandedResponseDataInner) GetTotalStacksOk() (*int32, bool)
GetTotalStacksOk returns a tuple with the TotalStacks field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ListOrganizationExpandedResponseDataInner) GetTotalUsers ¶
func (o *ListOrganizationExpandedResponseDataInner) GetTotalUsers() int32
GetTotalUsers returns the TotalUsers field value if set, zero value otherwise.
func (*ListOrganizationExpandedResponseDataInner) GetTotalUsersOk ¶
func (o *ListOrganizationExpandedResponseDataInner) GetTotalUsersOk() (*int32, bool)
GetTotalUsersOk returns a tuple with the TotalUsers field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ListOrganizationExpandedResponseDataInner) GetUpdatedAt ¶
func (o *ListOrganizationExpandedResponseDataInner) GetUpdatedAt() time.Time
GetUpdatedAt returns the UpdatedAt field value if set, zero value otherwise.
func (*ListOrganizationExpandedResponseDataInner) GetUpdatedAtOk ¶
func (o *ListOrganizationExpandedResponseDataInner) 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 (*ListOrganizationExpandedResponseDataInner) HasAvailableSandboxes ¶
func (o *ListOrganizationExpandedResponseDataInner) HasAvailableSandboxes() bool
HasAvailableSandboxes returns a boolean if a field has been set.
func (*ListOrganizationExpandedResponseDataInner) HasAvailableStacks ¶
func (o *ListOrganizationExpandedResponseDataInner) HasAvailableStacks() bool
HasAvailableStacks returns a boolean if a field has been set.
func (*ListOrganizationExpandedResponseDataInner) HasCreatedAt ¶
func (o *ListOrganizationExpandedResponseDataInner) HasCreatedAt() bool
HasCreatedAt returns a boolean if a field has been set.
func (*ListOrganizationExpandedResponseDataInner) HasDefaultOrganizationAccess ¶
func (o *ListOrganizationExpandedResponseDataInner) HasDefaultOrganizationAccess() bool
HasDefaultOrganizationAccess returns a boolean if a field has been set.
func (*ListOrganizationExpandedResponseDataInner) HasDefaultStackAccess ¶
func (o *ListOrganizationExpandedResponseDataInner) HasDefaultStackAccess() bool
HasDefaultStackAccess returns a boolean if a field has been set.
func (*ListOrganizationExpandedResponseDataInner) HasDomain ¶
func (o *ListOrganizationExpandedResponseDataInner) HasDomain() bool
HasDomain returns a boolean if a field has been set.
func (*ListOrganizationExpandedResponseDataInner) HasOwner ¶
func (o *ListOrganizationExpandedResponseDataInner) HasOwner() bool
HasOwner returns a boolean if a field has been set.
func (*ListOrganizationExpandedResponseDataInner) HasTotalStacks ¶
func (o *ListOrganizationExpandedResponseDataInner) HasTotalStacks() bool
HasTotalStacks returns a boolean if a field has been set.
func (*ListOrganizationExpandedResponseDataInner) HasTotalUsers ¶
func (o *ListOrganizationExpandedResponseDataInner) HasTotalUsers() bool
HasTotalUsers returns a boolean if a field has been set.
func (*ListOrganizationExpandedResponseDataInner) HasUpdatedAt ¶
func (o *ListOrganizationExpandedResponseDataInner) HasUpdatedAt() bool
HasUpdatedAt returns a boolean if a field has been set.
func (ListOrganizationExpandedResponseDataInner) MarshalJSON ¶
func (o ListOrganizationExpandedResponseDataInner) MarshalJSON() ([]byte, error)
func (*ListOrganizationExpandedResponseDataInner) SetAvailableSandboxes ¶
func (o *ListOrganizationExpandedResponseDataInner) SetAvailableSandboxes(v int32)
SetAvailableSandboxes gets a reference to the given int32 and assigns it to the AvailableSandboxes field.
func (*ListOrganizationExpandedResponseDataInner) SetAvailableStacks ¶
func (o *ListOrganizationExpandedResponseDataInner) SetAvailableStacks(v int32)
SetAvailableStacks gets a reference to the given int32 and assigns it to the AvailableStacks field.
func (*ListOrganizationExpandedResponseDataInner) SetCreatedAt ¶
func (o *ListOrganizationExpandedResponseDataInner) SetCreatedAt(v time.Time)
SetCreatedAt gets a reference to the given time.Time and assigns it to the CreatedAt field.
func (*ListOrganizationExpandedResponseDataInner) SetDefaultOrganizationAccess ¶
func (o *ListOrganizationExpandedResponseDataInner) SetDefaultOrganizationAccess(v Role)
SetDefaultOrganizationAccess gets a reference to the given Role and assigns it to the DefaultOrganizationAccess field.
func (*ListOrganizationExpandedResponseDataInner) SetDefaultStackAccess ¶
func (o *ListOrganizationExpandedResponseDataInner) SetDefaultStackAccess(v Role)
SetDefaultStackAccess gets a reference to the given Role and assigns it to the DefaultStackAccess field.
func (*ListOrganizationExpandedResponseDataInner) SetDomain ¶
func (o *ListOrganizationExpandedResponseDataInner) SetDomain(v string)
SetDomain gets a reference to the given string and assigns it to the Domain field.
func (*ListOrganizationExpandedResponseDataInner) SetId ¶
func (o *ListOrganizationExpandedResponseDataInner) SetId(v string)
SetId sets field value
func (*ListOrganizationExpandedResponseDataInner) SetName ¶
func (o *ListOrganizationExpandedResponseDataInner) SetName(v string)
SetName sets field value
func (*ListOrganizationExpandedResponseDataInner) SetOwner ¶
func (o *ListOrganizationExpandedResponseDataInner) SetOwner(v User)
SetOwner gets a reference to the given User and assigns it to the Owner field.
func (*ListOrganizationExpandedResponseDataInner) SetOwnerId ¶
func (o *ListOrganizationExpandedResponseDataInner) SetOwnerId(v string)
SetOwnerId sets field value
func (*ListOrganizationExpandedResponseDataInner) SetTotalStacks ¶
func (o *ListOrganizationExpandedResponseDataInner) SetTotalStacks(v int32)
SetTotalStacks gets a reference to the given int32 and assigns it to the TotalStacks field.
func (*ListOrganizationExpandedResponseDataInner) SetTotalUsers ¶
func (o *ListOrganizationExpandedResponseDataInner) SetTotalUsers(v int32)
SetTotalUsers gets a reference to the given int32 and assigns it to the TotalUsers field.
func (*ListOrganizationExpandedResponseDataInner) SetUpdatedAt ¶
func (o *ListOrganizationExpandedResponseDataInner) SetUpdatedAt(v time.Time)
SetUpdatedAt gets a reference to the given time.Time and assigns it to the UpdatedAt field.
func (ListOrganizationExpandedResponseDataInner) ToMap ¶
func (o ListOrganizationExpandedResponseDataInner) ToMap() (map[string]interface{}, error)
type ListOrganizationResponse ¶
type ListOrganizationResponse struct {
Data []Organization `json:"data,omitempty"`
}
ListOrganizationResponse struct for ListOrganizationResponse
func NewListOrganizationResponse ¶
func NewListOrganizationResponse() *ListOrganizationResponse
NewListOrganizationResponse instantiates a new ListOrganizationResponse 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 NewListOrganizationResponseWithDefaults ¶
func NewListOrganizationResponseWithDefaults() *ListOrganizationResponse
NewListOrganizationResponseWithDefaults instantiates a new ListOrganizationResponse 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 (*ListOrganizationResponse) GetData ¶
func (o *ListOrganizationResponse) GetData() []Organization
GetData returns the Data field value if set, zero value otherwise.
func (*ListOrganizationResponse) GetDataOk ¶
func (o *ListOrganizationResponse) GetDataOk() ([]Organization, 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 (*ListOrganizationResponse) HasData ¶
func (o *ListOrganizationResponse) HasData() bool
HasData returns a boolean if a field has been set.
func (ListOrganizationResponse) MarshalJSON ¶
func (o ListOrganizationResponse) MarshalJSON() ([]byte, error)
func (*ListOrganizationResponse) SetData ¶
func (o *ListOrganizationResponse) SetData(v []Organization)
SetData gets a reference to the given []Organization and assigns it to the Data field.
func (ListOrganizationResponse) ToMap ¶
func (o ListOrganizationResponse) ToMap() (map[string]interface{}, error)
type ListRegionsResponse ¶
type ListRegionsResponse struct {
Data []AnyRegion `json:"data"`
}
ListRegionsResponse struct for ListRegionsResponse
func NewListRegionsResponse ¶
func NewListRegionsResponse(data []AnyRegion) *ListRegionsResponse
NewListRegionsResponse instantiates a new ListRegionsResponse 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 NewListRegionsResponseWithDefaults ¶
func NewListRegionsResponseWithDefaults() *ListRegionsResponse
NewListRegionsResponseWithDefaults instantiates a new ListRegionsResponse 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 (*ListRegionsResponse) GetData ¶
func (o *ListRegionsResponse) GetData() []AnyRegion
GetData returns the Data field value
func (*ListRegionsResponse) GetDataOk ¶
func (o *ListRegionsResponse) GetDataOk() ([]AnyRegion, bool)
GetDataOk returns a tuple with the Data field value and a boolean to check if the value has been set.
func (ListRegionsResponse) MarshalJSON ¶
func (o ListRegionsResponse) MarshalJSON() ([]byte, error)
func (*ListRegionsResponse) SetData ¶
func (o *ListRegionsResponse) SetData(v []AnyRegion)
SetData sets field value
func (ListRegionsResponse) ToMap ¶
func (o ListRegionsResponse) ToMap() (map[string]interface{}, error)
type ListStacksResponse ¶
type ListStacksResponse struct {
Data []Stack `json:"data,omitempty"`
}
ListStacksResponse struct for ListStacksResponse
func NewListStacksResponse ¶
func NewListStacksResponse() *ListStacksResponse
NewListStacksResponse instantiates a new ListStacksResponse 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 NewListStacksResponseWithDefaults ¶
func NewListStacksResponseWithDefaults() *ListStacksResponse
NewListStacksResponseWithDefaults instantiates a new ListStacksResponse 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 (*ListStacksResponse) GetData ¶
func (o *ListStacksResponse) GetData() []Stack
GetData returns the Data field value if set, zero value otherwise.
func (*ListStacksResponse) GetDataOk ¶
func (o *ListStacksResponse) GetDataOk() ([]Stack, 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 (*ListStacksResponse) HasData ¶
func (o *ListStacksResponse) HasData() bool
HasData returns a boolean if a field has been set.
func (ListStacksResponse) MarshalJSON ¶
func (o ListStacksResponse) MarshalJSON() ([]byte, error)
func (*ListStacksResponse) SetData ¶
func (o *ListStacksResponse) SetData(v []Stack)
SetData gets a reference to the given []Stack and assigns it to the Data field.
func (ListStacksResponse) ToMap ¶
func (o ListStacksResponse) ToMap() (map[string]interface{}, error)
type ListUsersResponse ¶
type ListUsersResponse struct {
Data []OrganizationUserArrayInner `json:"data,omitempty"`
}
ListUsersResponse struct for ListUsersResponse
func NewListUsersResponse ¶
func NewListUsersResponse() *ListUsersResponse
NewListUsersResponse instantiates a new ListUsersResponse 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 NewListUsersResponseWithDefaults ¶
func NewListUsersResponseWithDefaults() *ListUsersResponse
NewListUsersResponseWithDefaults instantiates a new ListUsersResponse 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 (*ListUsersResponse) GetData ¶
func (o *ListUsersResponse) GetData() []OrganizationUserArrayInner
GetData returns the Data field value if set, zero value otherwise.
func (*ListUsersResponse) GetDataOk ¶
func (o *ListUsersResponse) GetDataOk() ([]OrganizationUserArrayInner, 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 (*ListUsersResponse) HasData ¶
func (o *ListUsersResponse) HasData() bool
HasData returns a boolean if a field has been set.
func (ListUsersResponse) MarshalJSON ¶
func (o ListUsersResponse) MarshalJSON() ([]byte, error)
func (*ListUsersResponse) SetData ¶
func (o *ListUsersResponse) SetData(v []OrganizationUserArrayInner)
SetData gets a reference to the given []OrganizationUserArrayInner and assigns it to the Data field.
func (ListUsersResponse) ToMap ¶
func (o ListUsersResponse) ToMap() (map[string]interface{}, error)
type Log ¶
type Log struct { Seq string `json:"seq"` OrganizationId string `json:"organizationId"` UserId string `json:"userId"` Action string `json:"action"` Date time.Time `json:"date"` Data map[string]interface{} `json:"data"` }
Log struct for Log
func NewLog ¶
func NewLog(seq string, organizationId string, userId string, action string, date time.Time, data map[string]interface{}) *Log
NewLog instantiates a new Log 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 NewLogWithDefaults ¶
func NewLogWithDefaults() *Log
NewLogWithDefaults instantiates a new Log 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 (*Log) GetActionOk ¶
GetActionOk returns a tuple with the Action field value and a boolean to check if the value has been set.
func (*Log) GetDataOk ¶
GetDataOk returns a tuple with the Data field value and a boolean to check if the value has been set.
func (*Log) GetDateOk ¶
GetDateOk returns a tuple with the Date field value and a boolean to check if the value has been set.
func (*Log) GetOrganizationId ¶
GetOrganizationId returns the OrganizationId field value
func (*Log) GetOrganizationIdOk ¶
GetOrganizationIdOk returns a tuple with the OrganizationId field value and a boolean to check if the value has been set.
func (*Log) GetSeqOk ¶
GetSeqOk returns a tuple with the Seq field value and a boolean to check if the value has been set.
func (*Log) GetUserIdOk ¶
GetUserIdOk returns a tuple with the UserId field value and a boolean to check if the value has been set.
func (Log) MarshalJSON ¶
func (*Log) SetOrganizationId ¶
SetOrganizationId sets field value
type LogCursor ¶
type LogCursor struct {
Data LogCursorData `json:"data"`
}
LogCursor struct for LogCursor
func NewLogCursor ¶
func NewLogCursor(data LogCursorData) *LogCursor
NewLogCursor instantiates a new LogCursor 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 NewLogCursorWithDefaults ¶
func NewLogCursorWithDefaults() *LogCursor
NewLogCursorWithDefaults instantiates a new LogCursor 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 (*LogCursor) GetData ¶
func (o *LogCursor) GetData() LogCursorData
GetData returns the Data field value
func (*LogCursor) GetDataOk ¶
func (o *LogCursor) GetDataOk() (*LogCursorData, bool)
GetDataOk returns a tuple with the Data field value and a boolean to check if the value has been set.
func (LogCursor) MarshalJSON ¶
type LogCursorData ¶
type LogCursorData struct { PageSize int64 `json:"pageSize"` HasMore bool `json:"hasMore"` Previous *string `json:"previous,omitempty"` Next *string `json:"next,omitempty"` Data []Log `json:"data"` }
LogCursorData struct for LogCursorData
func NewLogCursorData ¶
func NewLogCursorData(pageSize int64, hasMore bool, data []Log) *LogCursorData
NewLogCursorData instantiates a new LogCursorData 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 NewLogCursorDataWithDefaults ¶
func NewLogCursorDataWithDefaults() *LogCursorData
NewLogCursorDataWithDefaults instantiates a new LogCursorData 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 (*LogCursorData) GetData ¶
func (o *LogCursorData) GetData() []Log
GetData returns the Data field value
func (*LogCursorData) GetDataOk ¶
func (o *LogCursorData) GetDataOk() ([]Log, bool)
GetDataOk returns a tuple with the Data field value and a boolean to check if the value has been set.
func (*LogCursorData) GetHasMore ¶
func (o *LogCursorData) GetHasMore() bool
GetHasMore returns the HasMore field value
func (*LogCursorData) GetHasMoreOk ¶
func (o *LogCursorData) GetHasMoreOk() (*bool, bool)
GetHasMoreOk returns a tuple with the HasMore field value and a boolean to check if the value has been set.
func (*LogCursorData) GetNext ¶
func (o *LogCursorData) GetNext() string
GetNext returns the Next field value if set, zero value otherwise.
func (*LogCursorData) GetNextOk ¶
func (o *LogCursorData) GetNextOk() (*string, bool)
GetNextOk returns a tuple with the Next field value if set, nil otherwise and a boolean to check if the value has been set.
func (*LogCursorData) GetPageSize ¶
func (o *LogCursorData) GetPageSize() int64
GetPageSize returns the PageSize field value
func (*LogCursorData) GetPageSizeOk ¶
func (o *LogCursorData) GetPageSizeOk() (*int64, bool)
GetPageSizeOk returns a tuple with the PageSize field value and a boolean to check if the value has been set.
func (*LogCursorData) GetPrevious ¶
func (o *LogCursorData) GetPrevious() string
GetPrevious returns the Previous field value if set, zero value otherwise.
func (*LogCursorData) GetPreviousOk ¶
func (o *LogCursorData) GetPreviousOk() (*string, bool)
GetPreviousOk returns a tuple with the Previous field value if set, nil otherwise and a boolean to check if the value has been set.
func (*LogCursorData) HasNext ¶
func (o *LogCursorData) HasNext() bool
HasNext returns a boolean if a field has been set.
func (*LogCursorData) HasPrevious ¶
func (o *LogCursorData) HasPrevious() bool
HasPrevious returns a boolean if a field has been set.
func (LogCursorData) MarshalJSON ¶
func (o LogCursorData) MarshalJSON() ([]byte, error)
func (*LogCursorData) SetHasMore ¶
func (o *LogCursorData) SetHasMore(v bool)
SetHasMore sets field value
func (*LogCursorData) SetNext ¶
func (o *LogCursorData) SetNext(v string)
SetNext gets a reference to the given string and assigns it to the Next field.
func (*LogCursorData) SetPageSize ¶
func (o *LogCursorData) SetPageSize(v int64)
SetPageSize sets field value
func (*LogCursorData) SetPrevious ¶
func (o *LogCursorData) SetPrevious(v string)
SetPrevious gets a reference to the given string and assigns it to the Previous field.
func (LogCursorData) ToMap ¶
func (o LogCursorData) ToMap() (map[string]interface{}, error)
type LogCursorDataAllOf ¶
type LogCursorDataAllOf struct {
Data []Log `json:"data,omitempty"`
}
LogCursorDataAllOf struct for LogCursorDataAllOf
func NewLogCursorDataAllOf ¶
func NewLogCursorDataAllOf() *LogCursorDataAllOf
NewLogCursorDataAllOf instantiates a new LogCursorDataAllOf 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 NewLogCursorDataAllOfWithDefaults ¶
func NewLogCursorDataAllOfWithDefaults() *LogCursorDataAllOf
NewLogCursorDataAllOfWithDefaults instantiates a new LogCursorDataAllOf 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 (*LogCursorDataAllOf) GetData ¶
func (o *LogCursorDataAllOf) GetData() []Log
GetData returns the Data field value if set, zero value otherwise.
func (*LogCursorDataAllOf) GetDataOk ¶
func (o *LogCursorDataAllOf) GetDataOk() ([]Log, 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 (*LogCursorDataAllOf) HasData ¶
func (o *LogCursorDataAllOf) HasData() bool
HasData returns a boolean if a field has been set.
func (LogCursorDataAllOf) MarshalJSON ¶
func (o LogCursorDataAllOf) MarshalJSON() ([]byte, error)
func (*LogCursorDataAllOf) SetData ¶
func (o *LogCursorDataAllOf) SetData(v []Log)
SetData gets a reference to the given []Log and assigns it to the Data field.
func (LogCursorDataAllOf) ToMap ¶
func (o LogCursorDataAllOf) ToMap() (map[string]interface{}, error)
type MappedNullable ¶
type Module ¶
type Module struct { Name string `json:"name"` State string `json:"state"` Status string `json:"status"` LastStatusUpdate time.Time `json:"lastStatusUpdate"` LastStateUpdate time.Time `json:"lastStateUpdate"` }
Module struct for Module
func NewModule ¶
func NewModule(name string, state string, status string, lastStatusUpdate time.Time, lastStateUpdate time.Time) *Module
NewModule instantiates a new Module 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 NewModuleWithDefaults ¶
func NewModuleWithDefaults() *Module
NewModuleWithDefaults instantiates a new Module 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 (*Module) GetLastStateUpdate ¶
GetLastStateUpdate returns the LastStateUpdate field value
func (*Module) GetLastStateUpdateOk ¶
GetLastStateUpdateOk returns a tuple with the LastStateUpdate field value and a boolean to check if the value has been set.
func (*Module) GetLastStatusUpdate ¶
GetLastStatusUpdate returns the LastStatusUpdate field value
func (*Module) GetLastStatusUpdateOk ¶
GetLastStatusUpdateOk returns a tuple with the LastStatusUpdate field value and a boolean to check if the value has been set.
func (*Module) GetNameOk ¶
GetNameOk returns a tuple with the Name field value and a boolean to check if the value has been set.
func (*Module) GetStateOk ¶
GetStateOk returns a tuple with the State field value and a boolean to check if the value has been set.
func (*Module) GetStatusOk ¶
GetStatusOk returns a tuple with the Status field value and a boolean to check if the value has been set.
func (Module) MarshalJSON ¶
func (*Module) SetLastStateUpdate ¶
SetLastStateUpdate sets field value
func (*Module) SetLastStatusUpdate ¶
SetLastStatusUpdate sets field value
type NullableAction ¶
type NullableAction struct {
// contains filtered or unexported fields
}
func NewNullableAction ¶
func NewNullableAction(val *Action) *NullableAction
func (NullableAction) Get ¶
func (v NullableAction) Get() *Action
func (NullableAction) IsSet ¶
func (v NullableAction) IsSet() bool
func (NullableAction) MarshalJSON ¶
func (v NullableAction) MarshalJSON() ([]byte, error)
func (*NullableAction) Set ¶
func (v *NullableAction) Set(val *Action)
func (*NullableAction) UnmarshalJSON ¶
func (v *NullableAction) UnmarshalJSON(src []byte) error
func (*NullableAction) Unset ¶
func (v *NullableAction) Unset()
type NullableAnyRegion ¶
type NullableAnyRegion struct {
// contains filtered or unexported fields
}
func NewNullableAnyRegion ¶
func NewNullableAnyRegion(val *AnyRegion) *NullableAnyRegion
func (NullableAnyRegion) Get ¶
func (v NullableAnyRegion) Get() *AnyRegion
func (NullableAnyRegion) IsSet ¶
func (v NullableAnyRegion) IsSet() bool
func (NullableAnyRegion) MarshalJSON ¶
func (v NullableAnyRegion) MarshalJSON() ([]byte, error)
func (*NullableAnyRegion) Set ¶
func (v *NullableAnyRegion) Set(val *AnyRegion)
func (*NullableAnyRegion) UnmarshalJSON ¶
func (v *NullableAnyRegion) UnmarshalJSON(src []byte) error
func (*NullableAnyRegion) Unset ¶
func (v *NullableAnyRegion) Unset()
type NullableAnyRegionAllOf ¶
type NullableAnyRegionAllOf struct {
// contains filtered or unexported fields
}
func NewNullableAnyRegionAllOf ¶
func NewNullableAnyRegionAllOf(val *AnyRegionAllOf) *NullableAnyRegionAllOf
func (NullableAnyRegionAllOf) Get ¶
func (v NullableAnyRegionAllOf) Get() *AnyRegionAllOf
func (NullableAnyRegionAllOf) IsSet ¶
func (v NullableAnyRegionAllOf) IsSet() bool
func (NullableAnyRegionAllOf) MarshalJSON ¶
func (v NullableAnyRegionAllOf) MarshalJSON() ([]byte, error)
func (*NullableAnyRegionAllOf) Set ¶
func (v *NullableAnyRegionAllOf) Set(val *AnyRegionAllOf)
func (*NullableAnyRegionAllOf) UnmarshalJSON ¶
func (v *NullableAnyRegionAllOf) UnmarshalJSON(src []byte) error
func (*NullableAnyRegionAllOf) Unset ¶
func (v *NullableAnyRegionAllOf) 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 NullableCapability ¶
type NullableCapability struct {
// contains filtered or unexported fields
}
func NewNullableCapability ¶
func NewNullableCapability(val *Capability) *NullableCapability
func (NullableCapability) Get ¶
func (v NullableCapability) Get() *Capability
func (NullableCapability) IsSet ¶
func (v NullableCapability) IsSet() bool
func (NullableCapability) MarshalJSON ¶
func (v NullableCapability) MarshalJSON() ([]byte, error)
func (*NullableCapability) Set ¶
func (v *NullableCapability) Set(val *Capability)
func (*NullableCapability) UnmarshalJSON ¶
func (v *NullableCapability) UnmarshalJSON(src []byte) error
func (*NullableCapability) Unset ¶
func (v *NullableCapability) Unset()
type NullableCreateInvitationResponse ¶
type NullableCreateInvitationResponse struct {
// contains filtered or unexported fields
}
func NewNullableCreateInvitationResponse ¶
func NewNullableCreateInvitationResponse(val *CreateInvitationResponse) *NullableCreateInvitationResponse
func (NullableCreateInvitationResponse) Get ¶
func (v NullableCreateInvitationResponse) Get() *CreateInvitationResponse
func (NullableCreateInvitationResponse) IsSet ¶
func (v NullableCreateInvitationResponse) IsSet() bool
func (NullableCreateInvitationResponse) MarshalJSON ¶
func (v NullableCreateInvitationResponse) MarshalJSON() ([]byte, error)
func (*NullableCreateInvitationResponse) Set ¶
func (v *NullableCreateInvitationResponse) Set(val *CreateInvitationResponse)
func (*NullableCreateInvitationResponse) UnmarshalJSON ¶
func (v *NullableCreateInvitationResponse) UnmarshalJSON(src []byte) error
func (*NullableCreateInvitationResponse) Unset ¶
func (v *NullableCreateInvitationResponse) Unset()
type NullableCreateOrganizationResponse ¶
type NullableCreateOrganizationResponse struct {
// contains filtered or unexported fields
}
func NewNullableCreateOrganizationResponse ¶
func NewNullableCreateOrganizationResponse(val *CreateOrganizationResponse) *NullableCreateOrganizationResponse
func (NullableCreateOrganizationResponse) Get ¶
func (v NullableCreateOrganizationResponse) Get() *CreateOrganizationResponse
func (NullableCreateOrganizationResponse) IsSet ¶
func (v NullableCreateOrganizationResponse) IsSet() bool
func (NullableCreateOrganizationResponse) MarshalJSON ¶
func (v NullableCreateOrganizationResponse) MarshalJSON() ([]byte, error)
func (*NullableCreateOrganizationResponse) Set ¶
func (v *NullableCreateOrganizationResponse) Set(val *CreateOrganizationResponse)
func (*NullableCreateOrganizationResponse) UnmarshalJSON ¶
func (v *NullableCreateOrganizationResponse) UnmarshalJSON(src []byte) error
func (*NullableCreateOrganizationResponse) Unset ¶
func (v *NullableCreateOrganizationResponse) Unset()
type NullableCreatePrivateRegionRequest ¶
type NullableCreatePrivateRegionRequest struct {
// contains filtered or unexported fields
}
func NewNullableCreatePrivateRegionRequest ¶
func NewNullableCreatePrivateRegionRequest(val *CreatePrivateRegionRequest) *NullableCreatePrivateRegionRequest
func (NullableCreatePrivateRegionRequest) Get ¶
func (v NullableCreatePrivateRegionRequest) Get() *CreatePrivateRegionRequest
func (NullableCreatePrivateRegionRequest) IsSet ¶
func (v NullableCreatePrivateRegionRequest) IsSet() bool
func (NullableCreatePrivateRegionRequest) MarshalJSON ¶
func (v NullableCreatePrivateRegionRequest) MarshalJSON() ([]byte, error)
func (*NullableCreatePrivateRegionRequest) Set ¶
func (v *NullableCreatePrivateRegionRequest) Set(val *CreatePrivateRegionRequest)
func (*NullableCreatePrivateRegionRequest) UnmarshalJSON ¶
func (v *NullableCreatePrivateRegionRequest) UnmarshalJSON(src []byte) error
func (*NullableCreatePrivateRegionRequest) Unset ¶
func (v *NullableCreatePrivateRegionRequest) Unset()
type NullableCreateStackRequest ¶
type NullableCreateStackRequest struct {
// contains filtered or unexported fields
}
func NewNullableCreateStackRequest ¶
func NewNullableCreateStackRequest(val *CreateStackRequest) *NullableCreateStackRequest
func (NullableCreateStackRequest) Get ¶
func (v NullableCreateStackRequest) Get() *CreateStackRequest
func (NullableCreateStackRequest) IsSet ¶
func (v NullableCreateStackRequest) IsSet() bool
func (NullableCreateStackRequest) MarshalJSON ¶
func (v NullableCreateStackRequest) MarshalJSON() ([]byte, error)
func (*NullableCreateStackRequest) Set ¶
func (v *NullableCreateStackRequest) Set(val *CreateStackRequest)
func (*NullableCreateStackRequest) UnmarshalJSON ¶
func (v *NullableCreateStackRequest) UnmarshalJSON(src []byte) error
func (*NullableCreateStackRequest) Unset ¶
func (v *NullableCreateStackRequest) Unset()
type NullableCreateStackRequestAllOf ¶
type NullableCreateStackRequestAllOf struct {
// contains filtered or unexported fields
}
func NewNullableCreateStackRequestAllOf ¶
func NewNullableCreateStackRequestAllOf(val *CreateStackRequestAllOf) *NullableCreateStackRequestAllOf
func (NullableCreateStackRequestAllOf) Get ¶
func (v NullableCreateStackRequestAllOf) Get() *CreateStackRequestAllOf
func (NullableCreateStackRequestAllOf) IsSet ¶
func (v NullableCreateStackRequestAllOf) IsSet() bool
func (NullableCreateStackRequestAllOf) MarshalJSON ¶
func (v NullableCreateStackRequestAllOf) MarshalJSON() ([]byte, error)
func (*NullableCreateStackRequestAllOf) Set ¶
func (v *NullableCreateStackRequestAllOf) Set(val *CreateStackRequestAllOf)
func (*NullableCreateStackRequestAllOf) UnmarshalJSON ¶
func (v *NullableCreateStackRequestAllOf) UnmarshalJSON(src []byte) error
func (*NullableCreateStackRequestAllOf) Unset ¶
func (v *NullableCreateStackRequestAllOf) Unset()
type NullableCreateStackResponse ¶
type NullableCreateStackResponse struct {
// contains filtered or unexported fields
}
func NewNullableCreateStackResponse ¶
func NewNullableCreateStackResponse(val *CreateStackResponse) *NullableCreateStackResponse
func (NullableCreateStackResponse) Get ¶
func (v NullableCreateStackResponse) Get() *CreateStackResponse
func (NullableCreateStackResponse) IsSet ¶
func (v NullableCreateStackResponse) IsSet() bool
func (NullableCreateStackResponse) MarshalJSON ¶
func (v NullableCreateStackResponse) MarshalJSON() ([]byte, error)
func (*NullableCreateStackResponse) Set ¶
func (v *NullableCreateStackResponse) Set(val *CreateStackResponse)
func (*NullableCreateStackResponse) UnmarshalJSON ¶
func (v *NullableCreateStackResponse) UnmarshalJSON(src []byte) error
func (*NullableCreateStackResponse) Unset ¶
func (v *NullableCreateStackResponse) Unset()
type NullableCreatedPrivateRegionResponse ¶
type NullableCreatedPrivateRegionResponse struct {
// contains filtered or unexported fields
}
func NewNullableCreatedPrivateRegionResponse ¶
func NewNullableCreatedPrivateRegionResponse(val *CreatedPrivateRegionResponse) *NullableCreatedPrivateRegionResponse
func (NullableCreatedPrivateRegionResponse) Get ¶
func (v NullableCreatedPrivateRegionResponse) Get() *CreatedPrivateRegionResponse
func (NullableCreatedPrivateRegionResponse) IsSet ¶
func (v NullableCreatedPrivateRegionResponse) IsSet() bool
func (NullableCreatedPrivateRegionResponse) MarshalJSON ¶
func (v NullableCreatedPrivateRegionResponse) MarshalJSON() ([]byte, error)
func (*NullableCreatedPrivateRegionResponse) Set ¶
func (v *NullableCreatedPrivateRegionResponse) Set(val *CreatedPrivateRegionResponse)
func (*NullableCreatedPrivateRegionResponse) UnmarshalJSON ¶
func (v *NullableCreatedPrivateRegionResponse) UnmarshalJSON(src []byte) error
func (*NullableCreatedPrivateRegionResponse) Unset ¶
func (v *NullableCreatedPrivateRegionResponse) Unset()
type NullableCursor ¶
type NullableCursor struct {
// contains filtered or unexported fields
}
func NewNullableCursor ¶
func NewNullableCursor(val *Cursor) *NullableCursor
func (NullableCursor) Get ¶
func (v NullableCursor) Get() *Cursor
func (NullableCursor) IsSet ¶
func (v NullableCursor) IsSet() bool
func (NullableCursor) MarshalJSON ¶
func (v NullableCursor) MarshalJSON() ([]byte, error)
func (*NullableCursor) Set ¶
func (v *NullableCursor) Set(val *Cursor)
func (*NullableCursor) UnmarshalJSON ¶
func (v *NullableCursor) UnmarshalJSON(src []byte) error
func (*NullableCursor) Unset ¶
func (v *NullableCursor) Unset()
type NullableError ¶
type NullableError struct {
// contains filtered or unexported fields
}
func NewNullableError ¶
func NewNullableError(val *Error) *NullableError
func (NullableError) Get ¶
func (v NullableError) Get() *Error
func (NullableError) IsSet ¶
func (v NullableError) IsSet() bool
func (NullableError) MarshalJSON ¶
func (v NullableError) MarshalJSON() ([]byte, error)
func (*NullableError) Set ¶
func (v *NullableError) Set(val *Error)
func (*NullableError) UnmarshalJSON ¶
func (v *NullableError) UnmarshalJSON(src []byte) error
func (*NullableError) Unset ¶
func (v *NullableError) 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 NullableGetRegionResponse ¶
type NullableGetRegionResponse struct {
// contains filtered or unexported fields
}
func NewNullableGetRegionResponse ¶
func NewNullableGetRegionResponse(val *GetRegionResponse) *NullableGetRegionResponse
func (NullableGetRegionResponse) Get ¶
func (v NullableGetRegionResponse) Get() *GetRegionResponse
func (NullableGetRegionResponse) IsSet ¶
func (v NullableGetRegionResponse) IsSet() bool
func (NullableGetRegionResponse) MarshalJSON ¶
func (v NullableGetRegionResponse) MarshalJSON() ([]byte, error)
func (*NullableGetRegionResponse) Set ¶
func (v *NullableGetRegionResponse) Set(val *GetRegionResponse)
func (*NullableGetRegionResponse) UnmarshalJSON ¶
func (v *NullableGetRegionResponse) UnmarshalJSON(src []byte) error
func (*NullableGetRegionResponse) Unset ¶
func (v *NullableGetRegionResponse) Unset()
type NullableGetRegionVersionsResponse ¶
type NullableGetRegionVersionsResponse struct {
// contains filtered or unexported fields
}
func NewNullableGetRegionVersionsResponse ¶
func NewNullableGetRegionVersionsResponse(val *GetRegionVersionsResponse) *NullableGetRegionVersionsResponse
func (NullableGetRegionVersionsResponse) Get ¶
func (v NullableGetRegionVersionsResponse) Get() *GetRegionVersionsResponse
func (NullableGetRegionVersionsResponse) IsSet ¶
func (v NullableGetRegionVersionsResponse) IsSet() bool
func (NullableGetRegionVersionsResponse) MarshalJSON ¶
func (v NullableGetRegionVersionsResponse) MarshalJSON() ([]byte, error)
func (*NullableGetRegionVersionsResponse) Set ¶
func (v *NullableGetRegionVersionsResponse) Set(val *GetRegionVersionsResponse)
func (*NullableGetRegionVersionsResponse) UnmarshalJSON ¶
func (v *NullableGetRegionVersionsResponse) UnmarshalJSON(src []byte) error
func (*NullableGetRegionVersionsResponse) Unset ¶
func (v *NullableGetRegionVersionsResponse) 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 NullableInvitation ¶
type NullableInvitation struct {
// contains filtered or unexported fields
}
func NewNullableInvitation ¶
func NewNullableInvitation(val *Invitation) *NullableInvitation
func (NullableInvitation) Get ¶
func (v NullableInvitation) Get() *Invitation
func (NullableInvitation) IsSet ¶
func (v NullableInvitation) IsSet() bool
func (NullableInvitation) MarshalJSON ¶
func (v NullableInvitation) MarshalJSON() ([]byte, error)
func (*NullableInvitation) Set ¶
func (v *NullableInvitation) Set(val *Invitation)
func (*NullableInvitation) UnmarshalJSON ¶
func (v *NullableInvitation) UnmarshalJSON(src []byte) error
func (*NullableInvitation) Unset ¶
func (v *NullableInvitation) Unset()
type NullableInvitationClaim ¶
type NullableInvitationClaim struct {
// contains filtered or unexported fields
}
func NewNullableInvitationClaim ¶
func NewNullableInvitationClaim(val *InvitationClaim) *NullableInvitationClaim
func (NullableInvitationClaim) Get ¶
func (v NullableInvitationClaim) Get() *InvitationClaim
func (NullableInvitationClaim) IsSet ¶
func (v NullableInvitationClaim) IsSet() bool
func (NullableInvitationClaim) MarshalJSON ¶
func (v NullableInvitationClaim) MarshalJSON() ([]byte, error)
func (*NullableInvitationClaim) Set ¶
func (v *NullableInvitationClaim) Set(val *InvitationClaim)
func (*NullableInvitationClaim) UnmarshalJSON ¶
func (v *NullableInvitationClaim) UnmarshalJSON(src []byte) error
func (*NullableInvitationClaim) Unset ¶
func (v *NullableInvitationClaim) Unset()
type NullableListInvitationsResponse ¶
type NullableListInvitationsResponse struct {
// contains filtered or unexported fields
}
func NewNullableListInvitationsResponse ¶
func NewNullableListInvitationsResponse(val *ListInvitationsResponse) *NullableListInvitationsResponse
func (NullableListInvitationsResponse) Get ¶
func (v NullableListInvitationsResponse) Get() *ListInvitationsResponse
func (NullableListInvitationsResponse) IsSet ¶
func (v NullableListInvitationsResponse) IsSet() bool
func (NullableListInvitationsResponse) MarshalJSON ¶
func (v NullableListInvitationsResponse) MarshalJSON() ([]byte, error)
func (*NullableListInvitationsResponse) Set ¶
func (v *NullableListInvitationsResponse) Set(val *ListInvitationsResponse)
func (*NullableListInvitationsResponse) UnmarshalJSON ¶
func (v *NullableListInvitationsResponse) UnmarshalJSON(src []byte) error
func (*NullableListInvitationsResponse) Unset ¶
func (v *NullableListInvitationsResponse) Unset()
type NullableListModulesResponse ¶
type NullableListModulesResponse struct {
// contains filtered or unexported fields
}
func NewNullableListModulesResponse ¶
func NewNullableListModulesResponse(val *ListModulesResponse) *NullableListModulesResponse
func (NullableListModulesResponse) Get ¶
func (v NullableListModulesResponse) Get() *ListModulesResponse
func (NullableListModulesResponse) IsSet ¶
func (v NullableListModulesResponse) IsSet() bool
func (NullableListModulesResponse) MarshalJSON ¶
func (v NullableListModulesResponse) MarshalJSON() ([]byte, error)
func (*NullableListModulesResponse) Set ¶
func (v *NullableListModulesResponse) Set(val *ListModulesResponse)
func (*NullableListModulesResponse) UnmarshalJSON ¶
func (v *NullableListModulesResponse) UnmarshalJSON(src []byte) error
func (*NullableListModulesResponse) Unset ¶
func (v *NullableListModulesResponse) Unset()
type NullableListOrganizationExpandedResponse ¶
type NullableListOrganizationExpandedResponse struct {
// contains filtered or unexported fields
}
func NewNullableListOrganizationExpandedResponse ¶
func NewNullableListOrganizationExpandedResponse(val *ListOrganizationExpandedResponse) *NullableListOrganizationExpandedResponse
func (NullableListOrganizationExpandedResponse) IsSet ¶
func (v NullableListOrganizationExpandedResponse) IsSet() bool
func (NullableListOrganizationExpandedResponse) MarshalJSON ¶
func (v NullableListOrganizationExpandedResponse) MarshalJSON() ([]byte, error)
func (*NullableListOrganizationExpandedResponse) Set ¶
func (v *NullableListOrganizationExpandedResponse) Set(val *ListOrganizationExpandedResponse)
func (*NullableListOrganizationExpandedResponse) UnmarshalJSON ¶
func (v *NullableListOrganizationExpandedResponse) UnmarshalJSON(src []byte) error
func (*NullableListOrganizationExpandedResponse) Unset ¶
func (v *NullableListOrganizationExpandedResponse) Unset()
type NullableListOrganizationExpandedResponseDataInner ¶
type NullableListOrganizationExpandedResponseDataInner struct {
// contains filtered or unexported fields
}
func NewNullableListOrganizationExpandedResponseDataInner ¶
func NewNullableListOrganizationExpandedResponseDataInner(val *ListOrganizationExpandedResponseDataInner) *NullableListOrganizationExpandedResponseDataInner
func (NullableListOrganizationExpandedResponseDataInner) IsSet ¶
func (v NullableListOrganizationExpandedResponseDataInner) IsSet() bool
func (NullableListOrganizationExpandedResponseDataInner) MarshalJSON ¶
func (v NullableListOrganizationExpandedResponseDataInner) MarshalJSON() ([]byte, error)
func (*NullableListOrganizationExpandedResponseDataInner) UnmarshalJSON ¶
func (v *NullableListOrganizationExpandedResponseDataInner) UnmarshalJSON(src []byte) error
func (*NullableListOrganizationExpandedResponseDataInner) Unset ¶
func (v *NullableListOrganizationExpandedResponseDataInner) Unset()
type NullableListOrganizationResponse ¶
type NullableListOrganizationResponse struct {
// contains filtered or unexported fields
}
func NewNullableListOrganizationResponse ¶
func NewNullableListOrganizationResponse(val *ListOrganizationResponse) *NullableListOrganizationResponse
func (NullableListOrganizationResponse) Get ¶
func (v NullableListOrganizationResponse) Get() *ListOrganizationResponse
func (NullableListOrganizationResponse) IsSet ¶
func (v NullableListOrganizationResponse) IsSet() bool
func (NullableListOrganizationResponse) MarshalJSON ¶
func (v NullableListOrganizationResponse) MarshalJSON() ([]byte, error)
func (*NullableListOrganizationResponse) Set ¶
func (v *NullableListOrganizationResponse) Set(val *ListOrganizationResponse)
func (*NullableListOrganizationResponse) UnmarshalJSON ¶
func (v *NullableListOrganizationResponse) UnmarshalJSON(src []byte) error
func (*NullableListOrganizationResponse) Unset ¶
func (v *NullableListOrganizationResponse) Unset()
type NullableListRegionsResponse ¶
type NullableListRegionsResponse struct {
// contains filtered or unexported fields
}
func NewNullableListRegionsResponse ¶
func NewNullableListRegionsResponse(val *ListRegionsResponse) *NullableListRegionsResponse
func (NullableListRegionsResponse) Get ¶
func (v NullableListRegionsResponse) Get() *ListRegionsResponse
func (NullableListRegionsResponse) IsSet ¶
func (v NullableListRegionsResponse) IsSet() bool
func (NullableListRegionsResponse) MarshalJSON ¶
func (v NullableListRegionsResponse) MarshalJSON() ([]byte, error)
func (*NullableListRegionsResponse) Set ¶
func (v *NullableListRegionsResponse) Set(val *ListRegionsResponse)
func (*NullableListRegionsResponse) UnmarshalJSON ¶
func (v *NullableListRegionsResponse) UnmarshalJSON(src []byte) error
func (*NullableListRegionsResponse) Unset ¶
func (v *NullableListRegionsResponse) Unset()
type NullableListStacksResponse ¶
type NullableListStacksResponse struct {
// contains filtered or unexported fields
}
func NewNullableListStacksResponse ¶
func NewNullableListStacksResponse(val *ListStacksResponse) *NullableListStacksResponse
func (NullableListStacksResponse) Get ¶
func (v NullableListStacksResponse) Get() *ListStacksResponse
func (NullableListStacksResponse) IsSet ¶
func (v NullableListStacksResponse) IsSet() bool
func (NullableListStacksResponse) MarshalJSON ¶
func (v NullableListStacksResponse) MarshalJSON() ([]byte, error)
func (*NullableListStacksResponse) Set ¶
func (v *NullableListStacksResponse) Set(val *ListStacksResponse)
func (*NullableListStacksResponse) UnmarshalJSON ¶
func (v *NullableListStacksResponse) UnmarshalJSON(src []byte) error
func (*NullableListStacksResponse) Unset ¶
func (v *NullableListStacksResponse) Unset()
type NullableListUsersResponse ¶
type NullableListUsersResponse struct {
// contains filtered or unexported fields
}
func NewNullableListUsersResponse ¶
func NewNullableListUsersResponse(val *ListUsersResponse) *NullableListUsersResponse
func (NullableListUsersResponse) Get ¶
func (v NullableListUsersResponse) Get() *ListUsersResponse
func (NullableListUsersResponse) IsSet ¶
func (v NullableListUsersResponse) IsSet() bool
func (NullableListUsersResponse) MarshalJSON ¶
func (v NullableListUsersResponse) MarshalJSON() ([]byte, error)
func (*NullableListUsersResponse) Set ¶
func (v *NullableListUsersResponse) Set(val *ListUsersResponse)
func (*NullableListUsersResponse) UnmarshalJSON ¶
func (v *NullableListUsersResponse) UnmarshalJSON(src []byte) error
func (*NullableListUsersResponse) Unset ¶
func (v *NullableListUsersResponse) Unset()
type NullableLog ¶
type NullableLog struct {
// contains filtered or unexported fields
}
func NewNullableLog ¶
func NewNullableLog(val *Log) *NullableLog
func (NullableLog) Get ¶
func (v NullableLog) Get() *Log
func (NullableLog) IsSet ¶
func (v NullableLog) IsSet() bool
func (NullableLog) MarshalJSON ¶
func (v NullableLog) MarshalJSON() ([]byte, error)
func (*NullableLog) Set ¶
func (v *NullableLog) Set(val *Log)
func (*NullableLog) UnmarshalJSON ¶
func (v *NullableLog) UnmarshalJSON(src []byte) error
func (*NullableLog) Unset ¶
func (v *NullableLog) Unset()
type NullableLogCursor ¶
type NullableLogCursor struct {
// contains filtered or unexported fields
}
func NewNullableLogCursor ¶
func NewNullableLogCursor(val *LogCursor) *NullableLogCursor
func (NullableLogCursor) Get ¶
func (v NullableLogCursor) Get() *LogCursor
func (NullableLogCursor) IsSet ¶
func (v NullableLogCursor) IsSet() bool
func (NullableLogCursor) MarshalJSON ¶
func (v NullableLogCursor) MarshalJSON() ([]byte, error)
func (*NullableLogCursor) Set ¶
func (v *NullableLogCursor) Set(val *LogCursor)
func (*NullableLogCursor) UnmarshalJSON ¶
func (v *NullableLogCursor) UnmarshalJSON(src []byte) error
func (*NullableLogCursor) Unset ¶
func (v *NullableLogCursor) Unset()
type NullableLogCursorData ¶
type NullableLogCursorData struct {
// contains filtered or unexported fields
}
func NewNullableLogCursorData ¶
func NewNullableLogCursorData(val *LogCursorData) *NullableLogCursorData
func (NullableLogCursorData) Get ¶
func (v NullableLogCursorData) Get() *LogCursorData
func (NullableLogCursorData) IsSet ¶
func (v NullableLogCursorData) IsSet() bool
func (NullableLogCursorData) MarshalJSON ¶
func (v NullableLogCursorData) MarshalJSON() ([]byte, error)
func (*NullableLogCursorData) Set ¶
func (v *NullableLogCursorData) Set(val *LogCursorData)
func (*NullableLogCursorData) UnmarshalJSON ¶
func (v *NullableLogCursorData) UnmarshalJSON(src []byte) error
func (*NullableLogCursorData) Unset ¶
func (v *NullableLogCursorData) Unset()
type NullableLogCursorDataAllOf ¶
type NullableLogCursorDataAllOf struct {
// contains filtered or unexported fields
}
func NewNullableLogCursorDataAllOf ¶
func NewNullableLogCursorDataAllOf(val *LogCursorDataAllOf) *NullableLogCursorDataAllOf
func (NullableLogCursorDataAllOf) Get ¶
func (v NullableLogCursorDataAllOf) Get() *LogCursorDataAllOf
func (NullableLogCursorDataAllOf) IsSet ¶
func (v NullableLogCursorDataAllOf) IsSet() bool
func (NullableLogCursorDataAllOf) MarshalJSON ¶
func (v NullableLogCursorDataAllOf) MarshalJSON() ([]byte, error)
func (*NullableLogCursorDataAllOf) Set ¶
func (v *NullableLogCursorDataAllOf) Set(val *LogCursorDataAllOf)
func (*NullableLogCursorDataAllOf) UnmarshalJSON ¶
func (v *NullableLogCursorDataAllOf) UnmarshalJSON(src []byte) error
func (*NullableLogCursorDataAllOf) Unset ¶
func (v *NullableLogCursorDataAllOf) Unset()
type NullableModule ¶
type NullableModule struct {
// contains filtered or unexported fields
}
func NewNullableModule ¶
func NewNullableModule(val *Module) *NullableModule
func (NullableModule) Get ¶
func (v NullableModule) Get() *Module
func (NullableModule) IsSet ¶
func (v NullableModule) IsSet() bool
func (NullableModule) MarshalJSON ¶
func (v NullableModule) MarshalJSON() ([]byte, error)
func (*NullableModule) Set ¶
func (v *NullableModule) Set(val *Module)
func (*NullableModule) UnmarshalJSON ¶
func (v *NullableModule) UnmarshalJSON(src []byte) error
func (*NullableModule) Unset ¶
func (v *NullableModule) Unset()
type NullableOrganization ¶
type NullableOrganization struct {
// contains filtered or unexported fields
}
func NewNullableOrganization ¶
func NewNullableOrganization(val *Organization) *NullableOrganization
func (NullableOrganization) Get ¶
func (v NullableOrganization) Get() *Organization
func (NullableOrganization) IsSet ¶
func (v NullableOrganization) IsSet() bool
func (NullableOrganization) MarshalJSON ¶
func (v NullableOrganization) MarshalJSON() ([]byte, error)
func (*NullableOrganization) Set ¶
func (v *NullableOrganization) Set(val *Organization)
func (*NullableOrganization) UnmarshalJSON ¶
func (v *NullableOrganization) UnmarshalJSON(src []byte) error
func (*NullableOrganization) Unset ¶
func (v *NullableOrganization) Unset()
type NullableOrganizationAllOf ¶
type NullableOrganizationAllOf struct {
// contains filtered or unexported fields
}
func NewNullableOrganizationAllOf ¶
func NewNullableOrganizationAllOf(val *OrganizationAllOf) *NullableOrganizationAllOf
func (NullableOrganizationAllOf) Get ¶
func (v NullableOrganizationAllOf) Get() *OrganizationAllOf
func (NullableOrganizationAllOf) IsSet ¶
func (v NullableOrganizationAllOf) IsSet() bool
func (NullableOrganizationAllOf) MarshalJSON ¶
func (v NullableOrganizationAllOf) MarshalJSON() ([]byte, error)
func (*NullableOrganizationAllOf) Set ¶
func (v *NullableOrganizationAllOf) Set(val *OrganizationAllOf)
func (*NullableOrganizationAllOf) UnmarshalJSON ¶
func (v *NullableOrganizationAllOf) UnmarshalJSON(src []byte) error
func (*NullableOrganizationAllOf) Unset ¶
func (v *NullableOrganizationAllOf) Unset()
type NullableOrganizationData ¶
type NullableOrganizationData struct {
// contains filtered or unexported fields
}
func NewNullableOrganizationData ¶
func NewNullableOrganizationData(val *OrganizationData) *NullableOrganizationData
func (NullableOrganizationData) Get ¶
func (v NullableOrganizationData) Get() *OrganizationData
func (NullableOrganizationData) IsSet ¶
func (v NullableOrganizationData) IsSet() bool
func (NullableOrganizationData) MarshalJSON ¶
func (v NullableOrganizationData) MarshalJSON() ([]byte, error)
func (*NullableOrganizationData) Set ¶
func (v *NullableOrganizationData) Set(val *OrganizationData)
func (*NullableOrganizationData) UnmarshalJSON ¶
func (v *NullableOrganizationData) UnmarshalJSON(src []byte) error
func (*NullableOrganizationData) Unset ¶
func (v *NullableOrganizationData) Unset()
type NullableOrganizationExpanded ¶
type NullableOrganizationExpanded struct {
// contains filtered or unexported fields
}
func NewNullableOrganizationExpanded ¶
func NewNullableOrganizationExpanded(val *OrganizationExpanded) *NullableOrganizationExpanded
func (NullableOrganizationExpanded) Get ¶
func (v NullableOrganizationExpanded) Get() *OrganizationExpanded
func (NullableOrganizationExpanded) IsSet ¶
func (v NullableOrganizationExpanded) IsSet() bool
func (NullableOrganizationExpanded) MarshalJSON ¶
func (v NullableOrganizationExpanded) MarshalJSON() ([]byte, error)
func (*NullableOrganizationExpanded) Set ¶
func (v *NullableOrganizationExpanded) Set(val *OrganizationExpanded)
func (*NullableOrganizationExpanded) UnmarshalJSON ¶
func (v *NullableOrganizationExpanded) UnmarshalJSON(src []byte) error
func (*NullableOrganizationExpanded) Unset ¶
func (v *NullableOrganizationExpanded) Unset()
type NullableOrganizationExpandedAllOf ¶
type NullableOrganizationExpandedAllOf struct {
// contains filtered or unexported fields
}
func NewNullableOrganizationExpandedAllOf ¶
func NewNullableOrganizationExpandedAllOf(val *OrganizationExpandedAllOf) *NullableOrganizationExpandedAllOf
func (NullableOrganizationExpandedAllOf) Get ¶
func (v NullableOrganizationExpandedAllOf) Get() *OrganizationExpandedAllOf
func (NullableOrganizationExpandedAllOf) IsSet ¶
func (v NullableOrganizationExpandedAllOf) IsSet() bool
func (NullableOrganizationExpandedAllOf) MarshalJSON ¶
func (v NullableOrganizationExpandedAllOf) MarshalJSON() ([]byte, error)
func (*NullableOrganizationExpandedAllOf) Set ¶
func (v *NullableOrganizationExpandedAllOf) Set(val *OrganizationExpandedAllOf)
func (*NullableOrganizationExpandedAllOf) UnmarshalJSON ¶
func (v *NullableOrganizationExpandedAllOf) UnmarshalJSON(src []byte) error
func (*NullableOrganizationExpandedAllOf) Unset ¶
func (v *NullableOrganizationExpandedAllOf) Unset()
type NullableOrganizationUser ¶
type NullableOrganizationUser struct {
// contains filtered or unexported fields
}
func NewNullableOrganizationUser ¶
func NewNullableOrganizationUser(val *OrganizationUser) *NullableOrganizationUser
func (NullableOrganizationUser) Get ¶
func (v NullableOrganizationUser) Get() *OrganizationUser
func (NullableOrganizationUser) IsSet ¶
func (v NullableOrganizationUser) IsSet() bool
func (NullableOrganizationUser) MarshalJSON ¶
func (v NullableOrganizationUser) MarshalJSON() ([]byte, error)
func (*NullableOrganizationUser) Set ¶
func (v *NullableOrganizationUser) Set(val *OrganizationUser)
func (*NullableOrganizationUser) UnmarshalJSON ¶
func (v *NullableOrganizationUser) UnmarshalJSON(src []byte) error
func (*NullableOrganizationUser) Unset ¶
func (v *NullableOrganizationUser) Unset()
type NullableOrganizationUserAllOf ¶
type NullableOrganizationUserAllOf struct {
// contains filtered or unexported fields
}
func NewNullableOrganizationUserAllOf ¶
func NewNullableOrganizationUserAllOf(val *OrganizationUserAllOf) *NullableOrganizationUserAllOf
func (NullableOrganizationUserAllOf) Get ¶
func (v NullableOrganizationUserAllOf) Get() *OrganizationUserAllOf
func (NullableOrganizationUserAllOf) IsSet ¶
func (v NullableOrganizationUserAllOf) IsSet() bool
func (NullableOrganizationUserAllOf) MarshalJSON ¶
func (v NullableOrganizationUserAllOf) MarshalJSON() ([]byte, error)
func (*NullableOrganizationUserAllOf) Set ¶
func (v *NullableOrganizationUserAllOf) Set(val *OrganizationUserAllOf)
func (*NullableOrganizationUserAllOf) UnmarshalJSON ¶
func (v *NullableOrganizationUserAllOf) UnmarshalJSON(src []byte) error
func (*NullableOrganizationUserAllOf) Unset ¶
func (v *NullableOrganizationUserAllOf) Unset()
type NullableOrganizationUserArrayInner ¶
type NullableOrganizationUserArrayInner struct {
// contains filtered or unexported fields
}
func NewNullableOrganizationUserArrayInner ¶
func NewNullableOrganizationUserArrayInner(val *OrganizationUserArrayInner) *NullableOrganizationUserArrayInner
func (NullableOrganizationUserArrayInner) Get ¶
func (v NullableOrganizationUserArrayInner) Get() *OrganizationUserArrayInner
func (NullableOrganizationUserArrayInner) IsSet ¶
func (v NullableOrganizationUserArrayInner) IsSet() bool
func (NullableOrganizationUserArrayInner) MarshalJSON ¶
func (v NullableOrganizationUserArrayInner) MarshalJSON() ([]byte, error)
func (*NullableOrganizationUserArrayInner) Set ¶
func (v *NullableOrganizationUserArrayInner) Set(val *OrganizationUserArrayInner)
func (*NullableOrganizationUserArrayInner) UnmarshalJSON ¶
func (v *NullableOrganizationUserArrayInner) UnmarshalJSON(src []byte) error
func (*NullableOrganizationUserArrayInner) Unset ¶
func (v *NullableOrganizationUserArrayInner) Unset()
type NullablePrivateRegion ¶
type NullablePrivateRegion struct {
// contains filtered or unexported fields
}
func NewNullablePrivateRegion ¶
func NewNullablePrivateRegion(val *PrivateRegion) *NullablePrivateRegion
func (NullablePrivateRegion) Get ¶
func (v NullablePrivateRegion) Get() *PrivateRegion
func (NullablePrivateRegion) IsSet ¶
func (v NullablePrivateRegion) IsSet() bool
func (NullablePrivateRegion) MarshalJSON ¶
func (v NullablePrivateRegion) MarshalJSON() ([]byte, error)
func (*NullablePrivateRegion) Set ¶
func (v *NullablePrivateRegion) Set(val *PrivateRegion)
func (*NullablePrivateRegion) UnmarshalJSON ¶
func (v *NullablePrivateRegion) UnmarshalJSON(src []byte) error
func (*NullablePrivateRegion) Unset ¶
func (v *NullablePrivateRegion) Unset()
type NullablePrivateRegionAllOf ¶
type NullablePrivateRegionAllOf struct {
// contains filtered or unexported fields
}
func NewNullablePrivateRegionAllOf ¶
func NewNullablePrivateRegionAllOf(val *PrivateRegionAllOf) *NullablePrivateRegionAllOf
func (NullablePrivateRegionAllOf) Get ¶
func (v NullablePrivateRegionAllOf) Get() *PrivateRegionAllOf
func (NullablePrivateRegionAllOf) IsSet ¶
func (v NullablePrivateRegionAllOf) IsSet() bool
func (NullablePrivateRegionAllOf) MarshalJSON ¶
func (v NullablePrivateRegionAllOf) MarshalJSON() ([]byte, error)
func (*NullablePrivateRegionAllOf) Set ¶
func (v *NullablePrivateRegionAllOf) Set(val *PrivateRegionAllOf)
func (*NullablePrivateRegionAllOf) UnmarshalJSON ¶
func (v *NullablePrivateRegionAllOf) UnmarshalJSON(src []byte) error
func (*NullablePrivateRegionAllOf) Unset ¶
func (v *NullablePrivateRegionAllOf) Unset()
type NullablePrivateRegionAllOfSecret ¶
type NullablePrivateRegionAllOfSecret struct {
// contains filtered or unexported fields
}
func NewNullablePrivateRegionAllOfSecret ¶
func NewNullablePrivateRegionAllOfSecret(val *PrivateRegionAllOfSecret) *NullablePrivateRegionAllOfSecret
func (NullablePrivateRegionAllOfSecret) Get ¶
func (v NullablePrivateRegionAllOfSecret) Get() *PrivateRegionAllOfSecret
func (NullablePrivateRegionAllOfSecret) IsSet ¶
func (v NullablePrivateRegionAllOfSecret) IsSet() bool
func (NullablePrivateRegionAllOfSecret) MarshalJSON ¶
func (v NullablePrivateRegionAllOfSecret) MarshalJSON() ([]byte, error)
func (*NullablePrivateRegionAllOfSecret) Set ¶
func (v *NullablePrivateRegionAllOfSecret) Set(val *PrivateRegionAllOfSecret)
func (*NullablePrivateRegionAllOfSecret) UnmarshalJSON ¶
func (v *NullablePrivateRegionAllOfSecret) UnmarshalJSON(src []byte) error
func (*NullablePrivateRegionAllOfSecret) Unset ¶
func (v *NullablePrivateRegionAllOfSecret) Unset()
type NullablePublicRegion ¶
type NullablePublicRegion struct {
// contains filtered or unexported fields
}
func NewNullablePublicRegion ¶
func NewNullablePublicRegion(val *PublicRegion) *NullablePublicRegion
func (NullablePublicRegion) Get ¶
func (v NullablePublicRegion) Get() *PublicRegion
func (NullablePublicRegion) IsSet ¶
func (v NullablePublicRegion) IsSet() bool
func (NullablePublicRegion) MarshalJSON ¶
func (v NullablePublicRegion) MarshalJSON() ([]byte, error)
func (*NullablePublicRegion) Set ¶
func (v *NullablePublicRegion) Set(val *PublicRegion)
func (*NullablePublicRegion) UnmarshalJSON ¶
func (v *NullablePublicRegion) UnmarshalJSON(src []byte) error
func (*NullablePublicRegion) Unset ¶
func (v *NullablePublicRegion) Unset()
type NullablePublicRegionAllOf ¶
type NullablePublicRegionAllOf struct {
// contains filtered or unexported fields
}
func NewNullablePublicRegionAllOf ¶
func NewNullablePublicRegionAllOf(val *PublicRegionAllOf) *NullablePublicRegionAllOf
func (NullablePublicRegionAllOf) Get ¶
func (v NullablePublicRegionAllOf) Get() *PublicRegionAllOf
func (NullablePublicRegionAllOf) IsSet ¶
func (v NullablePublicRegionAllOf) IsSet() bool
func (NullablePublicRegionAllOf) MarshalJSON ¶
func (v NullablePublicRegionAllOf) MarshalJSON() ([]byte, error)
func (*NullablePublicRegionAllOf) Set ¶
func (v *NullablePublicRegionAllOf) Set(val *PublicRegionAllOf)
func (*NullablePublicRegionAllOf) UnmarshalJSON ¶
func (v *NullablePublicRegionAllOf) UnmarshalJSON(src []byte) error
func (*NullablePublicRegionAllOf) Unset ¶
func (v *NullablePublicRegionAllOf) Unset()
type NullableReadOrganizationResponse ¶
type NullableReadOrganizationResponse struct {
// contains filtered or unexported fields
}
func NewNullableReadOrganizationResponse ¶
func NewNullableReadOrganizationResponse(val *ReadOrganizationResponse) *NullableReadOrganizationResponse
func (NullableReadOrganizationResponse) Get ¶
func (v NullableReadOrganizationResponse) Get() *ReadOrganizationResponse
func (NullableReadOrganizationResponse) IsSet ¶
func (v NullableReadOrganizationResponse) IsSet() bool
func (NullableReadOrganizationResponse) MarshalJSON ¶
func (v NullableReadOrganizationResponse) MarshalJSON() ([]byte, error)
func (*NullableReadOrganizationResponse) Set ¶
func (v *NullableReadOrganizationResponse) Set(val *ReadOrganizationResponse)
func (*NullableReadOrganizationResponse) UnmarshalJSON ¶
func (v *NullableReadOrganizationResponse) UnmarshalJSON(src []byte) error
func (*NullableReadOrganizationResponse) Unset ¶
func (v *NullableReadOrganizationResponse) Unset()
type NullableReadOrganizationUserResponse ¶
type NullableReadOrganizationUserResponse struct {
// contains filtered or unexported fields
}
func NewNullableReadOrganizationUserResponse ¶
func NewNullableReadOrganizationUserResponse(val *ReadOrganizationUserResponse) *NullableReadOrganizationUserResponse
func (NullableReadOrganizationUserResponse) Get ¶
func (v NullableReadOrganizationUserResponse) Get() *ReadOrganizationUserResponse
func (NullableReadOrganizationUserResponse) IsSet ¶
func (v NullableReadOrganizationUserResponse) IsSet() bool
func (NullableReadOrganizationUserResponse) MarshalJSON ¶
func (v NullableReadOrganizationUserResponse) MarshalJSON() ([]byte, error)
func (*NullableReadOrganizationUserResponse) Set ¶
func (v *NullableReadOrganizationUserResponse) Set(val *ReadOrganizationUserResponse)
func (*NullableReadOrganizationUserResponse) UnmarshalJSON ¶
func (v *NullableReadOrganizationUserResponse) UnmarshalJSON(src []byte) error
func (*NullableReadOrganizationUserResponse) Unset ¶
func (v *NullableReadOrganizationUserResponse) Unset()
type NullableReadStackUserAccess ¶
type NullableReadStackUserAccess struct {
// contains filtered or unexported fields
}
func NewNullableReadStackUserAccess ¶
func NewNullableReadStackUserAccess(val *ReadStackUserAccess) *NullableReadStackUserAccess
func (NullableReadStackUserAccess) Get ¶
func (v NullableReadStackUserAccess) Get() *ReadStackUserAccess
func (NullableReadStackUserAccess) IsSet ¶
func (v NullableReadStackUserAccess) IsSet() bool
func (NullableReadStackUserAccess) MarshalJSON ¶
func (v NullableReadStackUserAccess) MarshalJSON() ([]byte, error)
func (*NullableReadStackUserAccess) Set ¶
func (v *NullableReadStackUserAccess) Set(val *ReadStackUserAccess)
func (*NullableReadStackUserAccess) UnmarshalJSON ¶
func (v *NullableReadStackUserAccess) UnmarshalJSON(src []byte) error
func (*NullableReadStackUserAccess) Unset ¶
func (v *NullableReadStackUserAccess) Unset()
type NullableReadUserResponse ¶
type NullableReadUserResponse struct {
// contains filtered or unexported fields
}
func NewNullableReadUserResponse ¶
func NewNullableReadUserResponse(val *ReadUserResponse) *NullableReadUserResponse
func (NullableReadUserResponse) Get ¶
func (v NullableReadUserResponse) Get() *ReadUserResponse
func (NullableReadUserResponse) IsSet ¶
func (v NullableReadUserResponse) IsSet() bool
func (NullableReadUserResponse) MarshalJSON ¶
func (v NullableReadUserResponse) MarshalJSON() ([]byte, error)
func (*NullableReadUserResponse) Set ¶
func (v *NullableReadUserResponse) Set(val *ReadUserResponse)
func (*NullableReadUserResponse) UnmarshalJSON ¶
func (v *NullableReadUserResponse) UnmarshalJSON(src []byte) error
func (*NullableReadUserResponse) Unset ¶
func (v *NullableReadUserResponse) Unset()
type NullableRegion ¶
type NullableRegion struct {
// contains filtered or unexported fields
}
func NewNullableRegion ¶
func NewNullableRegion(val *Region) *NullableRegion
func (NullableRegion) Get ¶
func (v NullableRegion) Get() *Region
func (NullableRegion) IsSet ¶
func (v NullableRegion) IsSet() bool
func (NullableRegion) MarshalJSON ¶
func (v NullableRegion) MarshalJSON() ([]byte, error)
func (*NullableRegion) Set ¶
func (v *NullableRegion) Set(val *Region)
func (*NullableRegion) UnmarshalJSON ¶
func (v *NullableRegion) UnmarshalJSON(src []byte) error
func (*NullableRegion) Unset ¶
func (v *NullableRegion) Unset()
type NullableRegionCapability ¶
type NullableRegionCapability struct {
// contains filtered or unexported fields
}
func NewNullableRegionCapability ¶
func NewNullableRegionCapability(val *RegionCapability) *NullableRegionCapability
func (NullableRegionCapability) Get ¶
func (v NullableRegionCapability) Get() *RegionCapability
func (NullableRegionCapability) IsSet ¶
func (v NullableRegionCapability) IsSet() bool
func (NullableRegionCapability) MarshalJSON ¶
func (v NullableRegionCapability) MarshalJSON() ([]byte, error)
func (*NullableRegionCapability) Set ¶
func (v *NullableRegionCapability) Set(val *RegionCapability)
func (*NullableRegionCapability) UnmarshalJSON ¶
func (v *NullableRegionCapability) UnmarshalJSON(src []byte) error
func (*NullableRegionCapability) Unset ¶
func (v *NullableRegionCapability) Unset()
type NullableRegionCapabilityKeys ¶
type NullableRegionCapabilityKeys struct {
// contains filtered or unexported fields
}
func NewNullableRegionCapabilityKeys ¶
func NewNullableRegionCapabilityKeys(val *RegionCapabilityKeys) *NullableRegionCapabilityKeys
func (NullableRegionCapabilityKeys) Get ¶
func (v NullableRegionCapabilityKeys) Get() *RegionCapabilityKeys
func (NullableRegionCapabilityKeys) IsSet ¶
func (v NullableRegionCapabilityKeys) IsSet() bool
func (NullableRegionCapabilityKeys) MarshalJSON ¶
func (v NullableRegionCapabilityKeys) MarshalJSON() ([]byte, error)
func (*NullableRegionCapabilityKeys) Set ¶
func (v *NullableRegionCapabilityKeys) Set(val *RegionCapabilityKeys)
func (*NullableRegionCapabilityKeys) UnmarshalJSON ¶
func (v *NullableRegionCapabilityKeys) UnmarshalJSON(src []byte) error
func (*NullableRegionCapabilityKeys) Unset ¶
func (v *NullableRegionCapabilityKeys) Unset()
type NullableRole ¶
type NullableRole struct {
// contains filtered or unexported fields
}
func NewNullableRole ¶
func NewNullableRole(val *Role) *NullableRole
func (NullableRole) Get ¶
func (v NullableRole) Get() *Role
func (NullableRole) IsSet ¶
func (v NullableRole) IsSet() bool
func (NullableRole) MarshalJSON ¶
func (v NullableRole) MarshalJSON() ([]byte, error)
func (*NullableRole) Set ¶
func (v *NullableRole) Set(val *Role)
func (*NullableRole) UnmarshalJSON ¶
func (v *NullableRole) UnmarshalJSON(src []byte) error
func (*NullableRole) Unset ¶
func (v *NullableRole) Unset()
type NullableServerInfo ¶
type NullableServerInfo struct {
// contains filtered or unexported fields
}
func NewNullableServerInfo ¶
func NewNullableServerInfo(val *ServerInfo) *NullableServerInfo
func (NullableServerInfo) Get ¶
func (v NullableServerInfo) Get() *ServerInfo
func (NullableServerInfo) IsSet ¶
func (v NullableServerInfo) IsSet() bool
func (NullableServerInfo) MarshalJSON ¶
func (v NullableServerInfo) MarshalJSON() ([]byte, error)
func (*NullableServerInfo) Set ¶
func (v *NullableServerInfo) Set(val *ServerInfo)
func (*NullableServerInfo) UnmarshalJSON ¶
func (v *NullableServerInfo) UnmarshalJSON(src []byte) error
func (*NullableServerInfo) Unset ¶
func (v *NullableServerInfo) Unset()
type NullableStack ¶
type NullableStack struct {
// contains filtered or unexported fields
}
func NewNullableStack ¶
func NewNullableStack(val *Stack) *NullableStack
func (NullableStack) Get ¶
func (v NullableStack) Get() *Stack
func (NullableStack) IsSet ¶
func (v NullableStack) IsSet() bool
func (NullableStack) MarshalJSON ¶
func (v NullableStack) MarshalJSON() ([]byte, error)
func (*NullableStack) Set ¶
func (v *NullableStack) Set(val *Stack)
func (*NullableStack) UnmarshalJSON ¶
func (v *NullableStack) UnmarshalJSON(src []byte) error
func (*NullableStack) Unset ¶
func (v *NullableStack) Unset()
type NullableStackAllOf ¶
type NullableStackAllOf struct {
// contains filtered or unexported fields
}
func NewNullableStackAllOf ¶
func NewNullableStackAllOf(val *StackAllOf) *NullableStackAllOf
func (NullableStackAllOf) Get ¶
func (v NullableStackAllOf) Get() *StackAllOf
func (NullableStackAllOf) IsSet ¶
func (v NullableStackAllOf) IsSet() bool
func (NullableStackAllOf) MarshalJSON ¶
func (v NullableStackAllOf) MarshalJSON() ([]byte, error)
func (*NullableStackAllOf) Set ¶
func (v *NullableStackAllOf) Set(val *StackAllOf)
func (*NullableStackAllOf) UnmarshalJSON ¶
func (v *NullableStackAllOf) UnmarshalJSON(src []byte) error
func (*NullableStackAllOf) Unset ¶
func (v *NullableStackAllOf) Unset()
type NullableStackClaim ¶
type NullableStackClaim struct {
// contains filtered or unexported fields
}
func NewNullableStackClaim ¶
func NewNullableStackClaim(val *StackClaim) *NullableStackClaim
func (NullableStackClaim) Get ¶
func (v NullableStackClaim) Get() *StackClaim
func (NullableStackClaim) IsSet ¶
func (v NullableStackClaim) IsSet() bool
func (NullableStackClaim) MarshalJSON ¶
func (v NullableStackClaim) MarshalJSON() ([]byte, error)
func (*NullableStackClaim) Set ¶
func (v *NullableStackClaim) Set(val *StackClaim)
func (*NullableStackClaim) UnmarshalJSON ¶
func (v *NullableStackClaim) UnmarshalJSON(src []byte) error
func (*NullableStackClaim) Unset ¶
func (v *NullableStackClaim) Unset()
type NullableStackData ¶
type NullableStackData struct {
// contains filtered or unexported fields
}
func NewNullableStackData ¶
func NewNullableStackData(val *StackData) *NullableStackData
func (NullableStackData) Get ¶
func (v NullableStackData) Get() *StackData
func (NullableStackData) IsSet ¶
func (v NullableStackData) IsSet() bool
func (NullableStackData) MarshalJSON ¶
func (v NullableStackData) MarshalJSON() ([]byte, error)
func (*NullableStackData) Set ¶
func (v *NullableStackData) Set(val *StackData)
func (*NullableStackData) UnmarshalJSON ¶
func (v *NullableStackData) UnmarshalJSON(src []byte) error
func (*NullableStackData) Unset ¶
func (v *NullableStackData) Unset()
type NullableStackLifeCycle ¶
type NullableStackLifeCycle struct {
// contains filtered or unexported fields
}
func NewNullableStackLifeCycle ¶
func NewNullableStackLifeCycle(val *StackLifeCycle) *NullableStackLifeCycle
func (NullableStackLifeCycle) Get ¶
func (v NullableStackLifeCycle) Get() *StackLifeCycle
func (NullableStackLifeCycle) IsSet ¶
func (v NullableStackLifeCycle) IsSet() bool
func (NullableStackLifeCycle) MarshalJSON ¶
func (v NullableStackLifeCycle) MarshalJSON() ([]byte, error)
func (*NullableStackLifeCycle) Set ¶
func (v *NullableStackLifeCycle) Set(val *StackLifeCycle)
func (*NullableStackLifeCycle) UnmarshalJSON ¶
func (v *NullableStackLifeCycle) UnmarshalJSON(src []byte) error
func (*NullableStackLifeCycle) Unset ¶
func (v *NullableStackLifeCycle) Unset()
type NullableStackReachability ¶
type NullableStackReachability struct {
// contains filtered or unexported fields
}
func NewNullableStackReachability ¶
func NewNullableStackReachability(val *StackReachability) *NullableStackReachability
func (NullableStackReachability) Get ¶
func (v NullableStackReachability) Get() *StackReachability
func (NullableStackReachability) IsSet ¶
func (v NullableStackReachability) IsSet() bool
func (NullableStackReachability) MarshalJSON ¶
func (v NullableStackReachability) MarshalJSON() ([]byte, error)
func (*NullableStackReachability) Set ¶
func (v *NullableStackReachability) Set(val *StackReachability)
func (*NullableStackReachability) UnmarshalJSON ¶
func (v *NullableStackReachability) UnmarshalJSON(src []byte) error
func (*NullableStackReachability) Unset ¶
func (v *NullableStackReachability) Unset()
type NullableStackUserAccess ¶
type NullableStackUserAccess struct {
// contains filtered or unexported fields
}
func NewNullableStackUserAccess ¶
func NewNullableStackUserAccess(val *StackUserAccess) *NullableStackUserAccess
func (NullableStackUserAccess) Get ¶
func (v NullableStackUserAccess) Get() *StackUserAccess
func (NullableStackUserAccess) IsSet ¶
func (v NullableStackUserAccess) IsSet() bool
func (NullableStackUserAccess) MarshalJSON ¶
func (v NullableStackUserAccess) MarshalJSON() ([]byte, error)
func (*NullableStackUserAccess) Set ¶
func (v *NullableStackUserAccess) Set(val *StackUserAccess)
func (*NullableStackUserAccess) UnmarshalJSON ¶
func (v *NullableStackUserAccess) UnmarshalJSON(src []byte) error
func (*NullableStackUserAccess) Unset ¶
func (v *NullableStackUserAccess) Unset()
type NullableStackUserAccessAllOf ¶
type NullableStackUserAccessAllOf struct {
// contains filtered or unexported fields
}
func NewNullableStackUserAccessAllOf ¶
func NewNullableStackUserAccessAllOf(val *StackUserAccessAllOf) *NullableStackUserAccessAllOf
func (NullableStackUserAccessAllOf) Get ¶
func (v NullableStackUserAccessAllOf) Get() *StackUserAccessAllOf
func (NullableStackUserAccessAllOf) IsSet ¶
func (v NullableStackUserAccessAllOf) IsSet() bool
func (NullableStackUserAccessAllOf) MarshalJSON ¶
func (v NullableStackUserAccessAllOf) MarshalJSON() ([]byte, error)
func (*NullableStackUserAccessAllOf) Set ¶
func (v *NullableStackUserAccessAllOf) Set(val *StackUserAccessAllOf)
func (*NullableStackUserAccessAllOf) UnmarshalJSON ¶
func (v *NullableStackUserAccessAllOf) UnmarshalJSON(src []byte) error
func (*NullableStackUserAccessAllOf) Unset ¶
func (v *NullableStackUserAccessAllOf) Unset()
type NullableStackUserAccessResponse ¶
type NullableStackUserAccessResponse struct {
// contains filtered or unexported fields
}
func NewNullableStackUserAccessResponse ¶
func NewNullableStackUserAccessResponse(val *StackUserAccessResponse) *NullableStackUserAccessResponse
func (NullableStackUserAccessResponse) Get ¶
func (v NullableStackUserAccessResponse) Get() *StackUserAccessResponse
func (NullableStackUserAccessResponse) IsSet ¶
func (v NullableStackUserAccessResponse) IsSet() bool
func (NullableStackUserAccessResponse) MarshalJSON ¶
func (v NullableStackUserAccessResponse) MarshalJSON() ([]byte, error)
func (*NullableStackUserAccessResponse) Set ¶
func (v *NullableStackUserAccessResponse) Set(val *StackUserAccessResponse)
func (*NullableStackUserAccessResponse) UnmarshalJSON ¶
func (v *NullableStackUserAccessResponse) UnmarshalJSON(src []byte) error
func (*NullableStackUserAccessResponse) Unset ¶
func (v *NullableStackUserAccessResponse) Unset()
type NullableStackVersion ¶
type NullableStackVersion struct {
// contains filtered or unexported fields
}
func NewNullableStackVersion ¶
func NewNullableStackVersion(val *StackVersion) *NullableStackVersion
func (NullableStackVersion) Get ¶
func (v NullableStackVersion) Get() *StackVersion
func (NullableStackVersion) IsSet ¶
func (v NullableStackVersion) IsSet() bool
func (NullableStackVersion) MarshalJSON ¶
func (v NullableStackVersion) MarshalJSON() ([]byte, error)
func (*NullableStackVersion) Set ¶
func (v *NullableStackVersion) Set(val *StackVersion)
func (*NullableStackVersion) UnmarshalJSON ¶
func (v *NullableStackVersion) UnmarshalJSON(src []byte) error
func (*NullableStackVersion) Unset ¶
func (v *NullableStackVersion) 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 NullableSystemRole ¶
type NullableSystemRole struct {
// contains filtered or unexported fields
}
func NewNullableSystemRole ¶
func NewNullableSystemRole(val *SystemRole) *NullableSystemRole
func (NullableSystemRole) Get ¶
func (v NullableSystemRole) Get() *SystemRole
func (NullableSystemRole) IsSet ¶
func (v NullableSystemRole) IsSet() bool
func (NullableSystemRole) MarshalJSON ¶
func (v NullableSystemRole) MarshalJSON() ([]byte, error)
func (*NullableSystemRole) Set ¶
func (v *NullableSystemRole) Set(val *SystemRole)
func (*NullableSystemRole) UnmarshalJSON ¶
func (v *NullableSystemRole) UnmarshalJSON(src []byte) error
func (*NullableSystemRole) Unset ¶
func (v *NullableSystemRole) 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 NullableUpdateOrganizationUserRequest ¶
type NullableUpdateOrganizationUserRequest struct {
// contains filtered or unexported fields
}
func NewNullableUpdateOrganizationUserRequest ¶
func NewNullableUpdateOrganizationUserRequest(val *UpdateOrganizationUserRequest) *NullableUpdateOrganizationUserRequest
func (NullableUpdateOrganizationUserRequest) Get ¶
func (v NullableUpdateOrganizationUserRequest) Get() *UpdateOrganizationUserRequest
func (NullableUpdateOrganizationUserRequest) IsSet ¶
func (v NullableUpdateOrganizationUserRequest) IsSet() bool
func (NullableUpdateOrganizationUserRequest) MarshalJSON ¶
func (v NullableUpdateOrganizationUserRequest) MarshalJSON() ([]byte, error)
func (*NullableUpdateOrganizationUserRequest) Set ¶
func (v *NullableUpdateOrganizationUserRequest) Set(val *UpdateOrganizationUserRequest)
func (*NullableUpdateOrganizationUserRequest) UnmarshalJSON ¶
func (v *NullableUpdateOrganizationUserRequest) UnmarshalJSON(src []byte) error
func (*NullableUpdateOrganizationUserRequest) Unset ¶
func (v *NullableUpdateOrganizationUserRequest) Unset()
type NullableUpdateStackRequest ¶
type NullableUpdateStackRequest struct {
// contains filtered or unexported fields
}
func NewNullableUpdateStackRequest ¶
func NewNullableUpdateStackRequest(val *UpdateStackRequest) *NullableUpdateStackRequest
func (NullableUpdateStackRequest) Get ¶
func (v NullableUpdateStackRequest) Get() *UpdateStackRequest
func (NullableUpdateStackRequest) IsSet ¶
func (v NullableUpdateStackRequest) IsSet() bool
func (NullableUpdateStackRequest) MarshalJSON ¶
func (v NullableUpdateStackRequest) MarshalJSON() ([]byte, error)
func (*NullableUpdateStackRequest) Set ¶
func (v *NullableUpdateStackRequest) Set(val *UpdateStackRequest)
func (*NullableUpdateStackRequest) UnmarshalJSON ¶
func (v *NullableUpdateStackRequest) UnmarshalJSON(src []byte) error
func (*NullableUpdateStackRequest) Unset ¶
func (v *NullableUpdateStackRequest) Unset()
type NullableUpdateStackUserRequest ¶
type NullableUpdateStackUserRequest struct {
// contains filtered or unexported fields
}
func NewNullableUpdateStackUserRequest ¶
func NewNullableUpdateStackUserRequest(val *UpdateStackUserRequest) *NullableUpdateStackUserRequest
func (NullableUpdateStackUserRequest) Get ¶
func (v NullableUpdateStackUserRequest) Get() *UpdateStackUserRequest
func (NullableUpdateStackUserRequest) IsSet ¶
func (v NullableUpdateStackUserRequest) IsSet() bool
func (NullableUpdateStackUserRequest) MarshalJSON ¶
func (v NullableUpdateStackUserRequest) MarshalJSON() ([]byte, error)
func (*NullableUpdateStackUserRequest) Set ¶
func (v *NullableUpdateStackUserRequest) Set(val *UpdateStackUserRequest)
func (*NullableUpdateStackUserRequest) UnmarshalJSON ¶
func (v *NullableUpdateStackUserRequest) UnmarshalJSON(src []byte) error
func (*NullableUpdateStackUserRequest) Unset ¶
func (v *NullableUpdateStackUserRequest) Unset()
type NullableUser ¶
type NullableUser struct {
// contains filtered or unexported fields
}
func NewNullableUser ¶
func NewNullableUser(val *User) *NullableUser
func (NullableUser) Get ¶
func (v NullableUser) Get() *User
func (NullableUser) IsSet ¶
func (v NullableUser) IsSet() bool
func (NullableUser) MarshalJSON ¶
func (v NullableUser) MarshalJSON() ([]byte, error)
func (*NullableUser) Set ¶
func (v *NullableUser) Set(val *User)
func (*NullableUser) UnmarshalJSON ¶
func (v *NullableUser) UnmarshalJSON(src []byte) error
func (*NullableUser) Unset ¶
func (v *NullableUser) Unset()
type NullableUserAllOf ¶
type NullableUserAllOf struct {
// contains filtered or unexported fields
}
func NewNullableUserAllOf ¶
func NewNullableUserAllOf(val *UserAllOf) *NullableUserAllOf
func (NullableUserAllOf) Get ¶
func (v NullableUserAllOf) Get() *UserAllOf
func (NullableUserAllOf) IsSet ¶
func (v NullableUserAllOf) IsSet() bool
func (NullableUserAllOf) MarshalJSON ¶
func (v NullableUserAllOf) MarshalJSON() ([]byte, error)
func (*NullableUserAllOf) Set ¶
func (v *NullableUserAllOf) Set(val *UserAllOf)
func (*NullableUserAllOf) UnmarshalJSON ¶
func (v *NullableUserAllOf) UnmarshalJSON(src []byte) error
func (*NullableUserAllOf) Unset ¶
func (v *NullableUserAllOf) Unset()
type NullableUserAllOf1 ¶
type NullableUserAllOf1 struct {
// contains filtered or unexported fields
}
func NewNullableUserAllOf1 ¶
func NewNullableUserAllOf1(val *UserAllOf1) *NullableUserAllOf1
func (NullableUserAllOf1) Get ¶
func (v NullableUserAllOf1) Get() *UserAllOf1
func (NullableUserAllOf1) IsSet ¶
func (v NullableUserAllOf1) IsSet() bool
func (NullableUserAllOf1) MarshalJSON ¶
func (v NullableUserAllOf1) MarshalJSON() ([]byte, error)
func (*NullableUserAllOf1) Set ¶
func (v *NullableUserAllOf1) Set(val *UserAllOf1)
func (*NullableUserAllOf1) UnmarshalJSON ¶
func (v *NullableUserAllOf1) UnmarshalJSON(src []byte) error
func (*NullableUserAllOf1) Unset ¶
func (v *NullableUserAllOf1) Unset()
type NullableUserData ¶
type NullableUserData struct {
// contains filtered or unexported fields
}
func NewNullableUserData ¶
func NewNullableUserData(val *UserData) *NullableUserData
func (NullableUserData) Get ¶
func (v NullableUserData) Get() *UserData
func (NullableUserData) IsSet ¶
func (v NullableUserData) IsSet() bool
func (NullableUserData) MarshalJSON ¶
func (v NullableUserData) MarshalJSON() ([]byte, error)
func (*NullableUserData) Set ¶
func (v *NullableUserData) Set(val *UserData)
func (*NullableUserData) UnmarshalJSON ¶
func (v *NullableUserData) UnmarshalJSON(src []byte) error
func (*NullableUserData) Unset ¶
func (v *NullableUserData) Unset()
type NullableUserDataAllOf ¶
type NullableUserDataAllOf struct {
// contains filtered or unexported fields
}
func NewNullableUserDataAllOf ¶
func NewNullableUserDataAllOf(val *UserDataAllOf) *NullableUserDataAllOf
func (NullableUserDataAllOf) Get ¶
func (v NullableUserDataAllOf) Get() *UserDataAllOf
func (NullableUserDataAllOf) IsSet ¶
func (v NullableUserDataAllOf) IsSet() bool
func (NullableUserDataAllOf) MarshalJSON ¶
func (v NullableUserDataAllOf) MarshalJSON() ([]byte, error)
func (*NullableUserDataAllOf) Set ¶
func (v *NullableUserDataAllOf) Set(val *UserDataAllOf)
func (*NullableUserDataAllOf) UnmarshalJSON ¶
func (v *NullableUserDataAllOf) UnmarshalJSON(src []byte) error
func (*NullableUserDataAllOf) Unset ¶
func (v *NullableUserDataAllOf) Unset()
type NullableVersion ¶
type NullableVersion struct {
// contains filtered or unexported fields
}
func NewNullableVersion ¶
func NewNullableVersion(val *Version) *NullableVersion
func (NullableVersion) Get ¶
func (v NullableVersion) Get() *Version
func (NullableVersion) IsSet ¶
func (v NullableVersion) IsSet() bool
func (NullableVersion) MarshalJSON ¶
func (v NullableVersion) MarshalJSON() ([]byte, error)
func (*NullableVersion) Set ¶
func (v *NullableVersion) Set(val *Version)
func (*NullableVersion) UnmarshalJSON ¶
func (v *NullableVersion) UnmarshalJSON(src []byte) error
func (*NullableVersion) Unset ¶
func (v *NullableVersion) Unset()
type Organization ¶
type Organization struct { // Organization name Name string `json:"name"` DefaultOrganizationAccess *Role `json:"defaultOrganizationAccess,omitempty"` DefaultStackAccess *Role `json:"defaultStackAccess,omitempty"` // Organization domain Domain *string `json:"domain,omitempty"` // Organization ID Id string `json:"id"` // Owner ID OwnerId string `json:"ownerId"` // Number of available stacks AvailableStacks *int32 `json:"availableStacks,omitempty"` // Number of available sandboxes AvailableSandboxes *int32 `json:"availableSandboxes,omitempty"` CreatedAt *time.Time `json:"createdAt,omitempty"` UpdatedAt *time.Time `json:"updatedAt,omitempty"` }
Organization struct for Organization
func NewOrganization ¶
func NewOrganization(name string, id string, ownerId string) *Organization
NewOrganization instantiates a new Organization 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 NewOrganizationWithDefaults ¶
func NewOrganizationWithDefaults() *Organization
NewOrganizationWithDefaults instantiates a new Organization 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 (*Organization) GetAvailableSandboxes ¶
func (o *Organization) GetAvailableSandboxes() int32
GetAvailableSandboxes returns the AvailableSandboxes field value if set, zero value otherwise.
func (*Organization) GetAvailableSandboxesOk ¶
func (o *Organization) GetAvailableSandboxesOk() (*int32, bool)
GetAvailableSandboxesOk returns a tuple with the AvailableSandboxes field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Organization) GetAvailableStacks ¶
func (o *Organization) GetAvailableStacks() int32
GetAvailableStacks returns the AvailableStacks field value if set, zero value otherwise.
func (*Organization) GetAvailableStacksOk ¶
func (o *Organization) GetAvailableStacksOk() (*int32, bool)
GetAvailableStacksOk returns a tuple with the AvailableStacks field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Organization) GetCreatedAt ¶
func (o *Organization) GetCreatedAt() time.Time
GetCreatedAt returns the CreatedAt field value if set, zero value otherwise.
func (*Organization) GetCreatedAtOk ¶
func (o *Organization) 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 (*Organization) GetDefaultOrganizationAccess ¶
func (o *Organization) GetDefaultOrganizationAccess() Role
GetDefaultOrganizationAccess returns the DefaultOrganizationAccess field value if set, zero value otherwise.
func (*Organization) GetDefaultOrganizationAccessOk ¶
func (o *Organization) GetDefaultOrganizationAccessOk() (*Role, bool)
GetDefaultOrganizationAccessOk returns a tuple with the DefaultOrganizationAccess field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Organization) GetDefaultStackAccess ¶
func (o *Organization) GetDefaultStackAccess() Role
GetDefaultStackAccess returns the DefaultStackAccess field value if set, zero value otherwise.
func (*Organization) GetDefaultStackAccessOk ¶
func (o *Organization) GetDefaultStackAccessOk() (*Role, bool)
GetDefaultStackAccessOk returns a tuple with the DefaultStackAccess field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Organization) GetDomain ¶
func (o *Organization) GetDomain() string
GetDomain returns the Domain field value if set, zero value otherwise.
func (*Organization) GetDomainOk ¶
func (o *Organization) GetDomainOk() (*string, bool)
GetDomainOk returns a tuple with the Domain field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Organization) GetIdOk ¶
func (o *Organization) GetIdOk() (*string, bool)
GetIdOk returns a tuple with the Id field value and a boolean to check if the value has been set.
func (*Organization) GetName ¶
func (o *Organization) GetName() string
GetName returns the Name field value
func (*Organization) GetNameOk ¶
func (o *Organization) GetNameOk() (*string, bool)
GetNameOk returns a tuple with the Name field value and a boolean to check if the value has been set.
func (*Organization) GetOwnerId ¶
func (o *Organization) GetOwnerId() string
GetOwnerId returns the OwnerId field value
func (*Organization) GetOwnerIdOk ¶
func (o *Organization) GetOwnerIdOk() (*string, bool)
GetOwnerIdOk returns a tuple with the OwnerId field value and a boolean to check if the value has been set.
func (*Organization) GetUpdatedAt ¶
func (o *Organization) GetUpdatedAt() time.Time
GetUpdatedAt returns the UpdatedAt field value if set, zero value otherwise.
func (*Organization) GetUpdatedAtOk ¶
func (o *Organization) 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 (*Organization) HasAvailableSandboxes ¶
func (o *Organization) HasAvailableSandboxes() bool
HasAvailableSandboxes returns a boolean if a field has been set.
func (*Organization) HasAvailableStacks ¶
func (o *Organization) HasAvailableStacks() bool
HasAvailableStacks returns a boolean if a field has been set.
func (*Organization) HasCreatedAt ¶
func (o *Organization) HasCreatedAt() bool
HasCreatedAt returns a boolean if a field has been set.
func (*Organization) HasDefaultOrganizationAccess ¶
func (o *Organization) HasDefaultOrganizationAccess() bool
HasDefaultOrganizationAccess returns a boolean if a field has been set.
func (*Organization) HasDefaultStackAccess ¶
func (o *Organization) HasDefaultStackAccess() bool
HasDefaultStackAccess returns a boolean if a field has been set.
func (*Organization) HasDomain ¶
func (o *Organization) HasDomain() bool
HasDomain returns a boolean if a field has been set.
func (*Organization) HasUpdatedAt ¶
func (o *Organization) HasUpdatedAt() bool
HasUpdatedAt returns a boolean if a field has been set.
func (Organization) MarshalJSON ¶
func (o Organization) MarshalJSON() ([]byte, error)
func (*Organization) SetAvailableSandboxes ¶
func (o *Organization) SetAvailableSandboxes(v int32)
SetAvailableSandboxes gets a reference to the given int32 and assigns it to the AvailableSandboxes field.
func (*Organization) SetAvailableStacks ¶
func (o *Organization) SetAvailableStacks(v int32)
SetAvailableStacks gets a reference to the given int32 and assigns it to the AvailableStacks field.
func (*Organization) SetCreatedAt ¶
func (o *Organization) SetCreatedAt(v time.Time)
SetCreatedAt gets a reference to the given time.Time and assigns it to the CreatedAt field.
func (*Organization) SetDefaultOrganizationAccess ¶
func (o *Organization) SetDefaultOrganizationAccess(v Role)
SetDefaultOrganizationAccess gets a reference to the given Role and assigns it to the DefaultOrganizationAccess field.
func (*Organization) SetDefaultStackAccess ¶
func (o *Organization) SetDefaultStackAccess(v Role)
SetDefaultStackAccess gets a reference to the given Role and assigns it to the DefaultStackAccess field.
func (*Organization) SetDomain ¶
func (o *Organization) SetDomain(v string)
SetDomain gets a reference to the given string and assigns it to the Domain field.
func (*Organization) SetOwnerId ¶
func (o *Organization) SetOwnerId(v string)
SetOwnerId sets field value
func (*Organization) SetUpdatedAt ¶
func (o *Organization) SetUpdatedAt(v time.Time)
SetUpdatedAt gets a reference to the given time.Time and assigns it to the UpdatedAt field.
func (Organization) ToMap ¶
func (o Organization) ToMap() (map[string]interface{}, error)
type OrganizationAllOf ¶
type OrganizationAllOf struct { // Organization ID Id string `json:"id"` // Owner ID OwnerId string `json:"ownerId"` // Number of available stacks AvailableStacks *int32 `json:"availableStacks,omitempty"` // Number of available sandboxes AvailableSandboxes *int32 `json:"availableSandboxes,omitempty"` CreatedAt *time.Time `json:"createdAt,omitempty"` UpdatedAt *time.Time `json:"updatedAt,omitempty"` }
OrganizationAllOf struct for OrganizationAllOf
func NewOrganizationAllOf ¶
func NewOrganizationAllOf(id string, ownerId string) *OrganizationAllOf
NewOrganizationAllOf instantiates a new OrganizationAllOf 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 NewOrganizationAllOfWithDefaults ¶
func NewOrganizationAllOfWithDefaults() *OrganizationAllOf
NewOrganizationAllOfWithDefaults instantiates a new OrganizationAllOf 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 (*OrganizationAllOf) GetAvailableSandboxes ¶
func (o *OrganizationAllOf) GetAvailableSandboxes() int32
GetAvailableSandboxes returns the AvailableSandboxes field value if set, zero value otherwise.
func (*OrganizationAllOf) GetAvailableSandboxesOk ¶
func (o *OrganizationAllOf) GetAvailableSandboxesOk() (*int32, bool)
GetAvailableSandboxesOk returns a tuple with the AvailableSandboxes field value if set, nil otherwise and a boolean to check if the value has been set.
func (*OrganizationAllOf) GetAvailableStacks ¶
func (o *OrganizationAllOf) GetAvailableStacks() int32
GetAvailableStacks returns the AvailableStacks field value if set, zero value otherwise.
func (*OrganizationAllOf) GetAvailableStacksOk ¶
func (o *OrganizationAllOf) GetAvailableStacksOk() (*int32, bool)
GetAvailableStacksOk returns a tuple with the AvailableStacks field value if set, nil otherwise and a boolean to check if the value has been set.
func (*OrganizationAllOf) GetCreatedAt ¶
func (o *OrganizationAllOf) GetCreatedAt() time.Time
GetCreatedAt returns the CreatedAt field value if set, zero value otherwise.
func (*OrganizationAllOf) GetCreatedAtOk ¶
func (o *OrganizationAllOf) 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 (*OrganizationAllOf) GetId ¶
func (o *OrganizationAllOf) GetId() string
GetId returns the Id field value
func (*OrganizationAllOf) GetIdOk ¶
func (o *OrganizationAllOf) GetIdOk() (*string, bool)
GetIdOk returns a tuple with the Id field value and a boolean to check if the value has been set.
func (*OrganizationAllOf) GetOwnerId ¶
func (o *OrganizationAllOf) GetOwnerId() string
GetOwnerId returns the OwnerId field value
func (*OrganizationAllOf) GetOwnerIdOk ¶
func (o *OrganizationAllOf) GetOwnerIdOk() (*string, bool)
GetOwnerIdOk returns a tuple with the OwnerId field value and a boolean to check if the value has been set.
func (*OrganizationAllOf) GetUpdatedAt ¶
func (o *OrganizationAllOf) GetUpdatedAt() time.Time
GetUpdatedAt returns the UpdatedAt field value if set, zero value otherwise.
func (*OrganizationAllOf) GetUpdatedAtOk ¶
func (o *OrganizationAllOf) 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 (*OrganizationAllOf) HasAvailableSandboxes ¶
func (o *OrganizationAllOf) HasAvailableSandboxes() bool
HasAvailableSandboxes returns a boolean if a field has been set.
func (*OrganizationAllOf) HasAvailableStacks ¶
func (o *OrganizationAllOf) HasAvailableStacks() bool
HasAvailableStacks returns a boolean if a field has been set.
func (*OrganizationAllOf) HasCreatedAt ¶
func (o *OrganizationAllOf) HasCreatedAt() bool
HasCreatedAt returns a boolean if a field has been set.
func (*OrganizationAllOf) HasUpdatedAt ¶
func (o *OrganizationAllOf) HasUpdatedAt() bool
HasUpdatedAt returns a boolean if a field has been set.
func (OrganizationAllOf) MarshalJSON ¶
func (o OrganizationAllOf) MarshalJSON() ([]byte, error)
func (*OrganizationAllOf) SetAvailableSandboxes ¶
func (o *OrganizationAllOf) SetAvailableSandboxes(v int32)
SetAvailableSandboxes gets a reference to the given int32 and assigns it to the AvailableSandboxes field.
func (*OrganizationAllOf) SetAvailableStacks ¶
func (o *OrganizationAllOf) SetAvailableStacks(v int32)
SetAvailableStacks gets a reference to the given int32 and assigns it to the AvailableStacks field.
func (*OrganizationAllOf) SetCreatedAt ¶
func (o *OrganizationAllOf) SetCreatedAt(v time.Time)
SetCreatedAt gets a reference to the given time.Time and assigns it to the CreatedAt field.
func (*OrganizationAllOf) SetId ¶
func (o *OrganizationAllOf) SetId(v string)
SetId sets field value
func (*OrganizationAllOf) SetOwnerId ¶
func (o *OrganizationAllOf) SetOwnerId(v string)
SetOwnerId sets field value
func (*OrganizationAllOf) SetUpdatedAt ¶
func (o *OrganizationAllOf) SetUpdatedAt(v time.Time)
SetUpdatedAt gets a reference to the given time.Time and assigns it to the UpdatedAt field.
func (OrganizationAllOf) ToMap ¶
func (o OrganizationAllOf) ToMap() (map[string]interface{}, error)
type OrganizationData ¶
type OrganizationData struct { // Organization name Name string `json:"name"` DefaultOrganizationAccess *Role `json:"defaultOrganizationAccess,omitempty"` DefaultStackAccess *Role `json:"defaultStackAccess,omitempty"` // Organization domain Domain *string `json:"domain,omitempty"` }
OrganizationData struct for OrganizationData
func NewOrganizationData ¶
func NewOrganizationData(name string) *OrganizationData
NewOrganizationData instantiates a new OrganizationData 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 NewOrganizationDataWithDefaults ¶
func NewOrganizationDataWithDefaults() *OrganizationData
NewOrganizationDataWithDefaults instantiates a new OrganizationData 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 (*OrganizationData) GetDefaultOrganizationAccess ¶
func (o *OrganizationData) GetDefaultOrganizationAccess() Role
GetDefaultOrganizationAccess returns the DefaultOrganizationAccess field value if set, zero value otherwise.
func (*OrganizationData) GetDefaultOrganizationAccessOk ¶
func (o *OrganizationData) GetDefaultOrganizationAccessOk() (*Role, bool)
GetDefaultOrganizationAccessOk returns a tuple with the DefaultOrganizationAccess field value if set, nil otherwise and a boolean to check if the value has been set.
func (*OrganizationData) GetDefaultStackAccess ¶
func (o *OrganizationData) GetDefaultStackAccess() Role
GetDefaultStackAccess returns the DefaultStackAccess field value if set, zero value otherwise.
func (*OrganizationData) GetDefaultStackAccessOk ¶
func (o *OrganizationData) GetDefaultStackAccessOk() (*Role, bool)
GetDefaultStackAccessOk returns a tuple with the DefaultStackAccess field value if set, nil otherwise and a boolean to check if the value has been set.
func (*OrganizationData) GetDomain ¶
func (o *OrganizationData) GetDomain() string
GetDomain returns the Domain field value if set, zero value otherwise.
func (*OrganizationData) GetDomainOk ¶
func (o *OrganizationData) GetDomainOk() (*string, bool)
GetDomainOk returns a tuple with the Domain field value if set, nil otherwise and a boolean to check if the value has been set.
func (*OrganizationData) GetName ¶
func (o *OrganizationData) GetName() string
GetName returns the Name field value
func (*OrganizationData) GetNameOk ¶
func (o *OrganizationData) GetNameOk() (*string, bool)
GetNameOk returns a tuple with the Name field value and a boolean to check if the value has been set.
func (*OrganizationData) HasDefaultOrganizationAccess ¶
func (o *OrganizationData) HasDefaultOrganizationAccess() bool
HasDefaultOrganizationAccess returns a boolean if a field has been set.
func (*OrganizationData) HasDefaultStackAccess ¶
func (o *OrganizationData) HasDefaultStackAccess() bool
HasDefaultStackAccess returns a boolean if a field has been set.
func (*OrganizationData) HasDomain ¶
func (o *OrganizationData) HasDomain() bool
HasDomain returns a boolean if a field has been set.
func (OrganizationData) MarshalJSON ¶
func (o OrganizationData) MarshalJSON() ([]byte, error)
func (*OrganizationData) SetDefaultOrganizationAccess ¶
func (o *OrganizationData) SetDefaultOrganizationAccess(v Role)
SetDefaultOrganizationAccess gets a reference to the given Role and assigns it to the DefaultOrganizationAccess field.
func (*OrganizationData) SetDefaultStackAccess ¶
func (o *OrganizationData) SetDefaultStackAccess(v Role)
SetDefaultStackAccess gets a reference to the given Role and assigns it to the DefaultStackAccess field.
func (*OrganizationData) SetDomain ¶
func (o *OrganizationData) SetDomain(v string)
SetDomain gets a reference to the given string and assigns it to the Domain field.
func (*OrganizationData) SetName ¶
func (o *OrganizationData) SetName(v string)
SetName sets field value
func (OrganizationData) ToMap ¶
func (o OrganizationData) ToMap() (map[string]interface{}, error)
type OrganizationExpanded ¶
type OrganizationExpanded struct { // Organization name Name string `json:"name"` DefaultOrganizationAccess *Role `json:"defaultOrganizationAccess,omitempty"` DefaultStackAccess *Role `json:"defaultStackAccess,omitempty"` // Organization domain Domain *string `json:"domain,omitempty"` // Organization ID Id string `json:"id"` // Owner ID OwnerId string `json:"ownerId"` // Number of available stacks AvailableStacks *int32 `json:"availableStacks,omitempty"` // Number of available sandboxes AvailableSandboxes *int32 `json:"availableSandboxes,omitempty"` CreatedAt *time.Time `json:"createdAt,omitempty"` UpdatedAt *time.Time `json:"updatedAt,omitempty"` TotalStacks *int32 `json:"totalStacks,omitempty"` TotalUsers *int32 `json:"totalUsers,omitempty"` Owner *User `json:"owner,omitempty"` }
OrganizationExpanded struct for OrganizationExpanded
func NewOrganizationExpanded ¶
func NewOrganizationExpanded(name string, id string, ownerId string) *OrganizationExpanded
NewOrganizationExpanded instantiates a new OrganizationExpanded 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 NewOrganizationExpandedWithDefaults ¶
func NewOrganizationExpandedWithDefaults() *OrganizationExpanded
NewOrganizationExpandedWithDefaults instantiates a new OrganizationExpanded 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 (*OrganizationExpanded) GetAvailableSandboxes ¶
func (o *OrganizationExpanded) GetAvailableSandboxes() int32
GetAvailableSandboxes returns the AvailableSandboxes field value if set, zero value otherwise.
func (*OrganizationExpanded) GetAvailableSandboxesOk ¶
func (o *OrganizationExpanded) GetAvailableSandboxesOk() (*int32, bool)
GetAvailableSandboxesOk returns a tuple with the AvailableSandboxes field value if set, nil otherwise and a boolean to check if the value has been set.
func (*OrganizationExpanded) GetAvailableStacks ¶
func (o *OrganizationExpanded) GetAvailableStacks() int32
GetAvailableStacks returns the AvailableStacks field value if set, zero value otherwise.
func (*OrganizationExpanded) GetAvailableStacksOk ¶
func (o *OrganizationExpanded) GetAvailableStacksOk() (*int32, bool)
GetAvailableStacksOk returns a tuple with the AvailableStacks field value if set, nil otherwise and a boolean to check if the value has been set.
func (*OrganizationExpanded) GetCreatedAt ¶
func (o *OrganizationExpanded) GetCreatedAt() time.Time
GetCreatedAt returns the CreatedAt field value if set, zero value otherwise.
func (*OrganizationExpanded) GetCreatedAtOk ¶
func (o *OrganizationExpanded) 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 (*OrganizationExpanded) GetDefaultOrganizationAccess ¶
func (o *OrganizationExpanded) GetDefaultOrganizationAccess() Role
GetDefaultOrganizationAccess returns the DefaultOrganizationAccess field value if set, zero value otherwise.
func (*OrganizationExpanded) GetDefaultOrganizationAccessOk ¶
func (o *OrganizationExpanded) GetDefaultOrganizationAccessOk() (*Role, bool)
GetDefaultOrganizationAccessOk returns a tuple with the DefaultOrganizationAccess field value if set, nil otherwise and a boolean to check if the value has been set.
func (*OrganizationExpanded) GetDefaultStackAccess ¶
func (o *OrganizationExpanded) GetDefaultStackAccess() Role
GetDefaultStackAccess returns the DefaultStackAccess field value if set, zero value otherwise.
func (*OrganizationExpanded) GetDefaultStackAccessOk ¶
func (o *OrganizationExpanded) GetDefaultStackAccessOk() (*Role, bool)
GetDefaultStackAccessOk returns a tuple with the DefaultStackAccess field value if set, nil otherwise and a boolean to check if the value has been set.
func (*OrganizationExpanded) GetDomain ¶
func (o *OrganizationExpanded) GetDomain() string
GetDomain returns the Domain field value if set, zero value otherwise.
func (*OrganizationExpanded) GetDomainOk ¶
func (o *OrganizationExpanded) GetDomainOk() (*string, bool)
GetDomainOk returns a tuple with the Domain field value if set, nil otherwise and a boolean to check if the value has been set.
func (*OrganizationExpanded) GetId ¶
func (o *OrganizationExpanded) GetId() string
GetId returns the Id field value
func (*OrganizationExpanded) GetIdOk ¶
func (o *OrganizationExpanded) GetIdOk() (*string, bool)
GetIdOk returns a tuple with the Id field value and a boolean to check if the value has been set.
func (*OrganizationExpanded) GetName ¶
func (o *OrganizationExpanded) GetName() string
GetName returns the Name field value
func (*OrganizationExpanded) GetNameOk ¶
func (o *OrganizationExpanded) GetNameOk() (*string, bool)
GetNameOk returns a tuple with the Name field value and a boolean to check if the value has been set.
func (*OrganizationExpanded) GetOwner ¶
func (o *OrganizationExpanded) GetOwner() User
GetOwner returns the Owner field value if set, zero value otherwise.
func (*OrganizationExpanded) GetOwnerId ¶
func (o *OrganizationExpanded) GetOwnerId() string
GetOwnerId returns the OwnerId field value
func (*OrganizationExpanded) GetOwnerIdOk ¶
func (o *OrganizationExpanded) GetOwnerIdOk() (*string, bool)
GetOwnerIdOk returns a tuple with the OwnerId field value and a boolean to check if the value has been set.
func (*OrganizationExpanded) GetOwnerOk ¶
func (o *OrganizationExpanded) GetOwnerOk() (*User, bool)
GetOwnerOk returns a tuple with the Owner field value if set, nil otherwise and a boolean to check if the value has been set.
func (*OrganizationExpanded) GetTotalStacks ¶
func (o *OrganizationExpanded) GetTotalStacks() int32
GetTotalStacks returns the TotalStacks field value if set, zero value otherwise.
func (*OrganizationExpanded) GetTotalStacksOk ¶
func (o *OrganizationExpanded) GetTotalStacksOk() (*int32, bool)
GetTotalStacksOk returns a tuple with the TotalStacks field value if set, nil otherwise and a boolean to check if the value has been set.
func (*OrganizationExpanded) GetTotalUsers ¶
func (o *OrganizationExpanded) GetTotalUsers() int32
GetTotalUsers returns the TotalUsers field value if set, zero value otherwise.
func (*OrganizationExpanded) GetTotalUsersOk ¶
func (o *OrganizationExpanded) GetTotalUsersOk() (*int32, bool)
GetTotalUsersOk returns a tuple with the TotalUsers field value if set, nil otherwise and a boolean to check if the value has been set.
func (*OrganizationExpanded) GetUpdatedAt ¶
func (o *OrganizationExpanded) GetUpdatedAt() time.Time
GetUpdatedAt returns the UpdatedAt field value if set, zero value otherwise.
func (*OrganizationExpanded) GetUpdatedAtOk ¶
func (o *OrganizationExpanded) 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 (*OrganizationExpanded) HasAvailableSandboxes ¶
func (o *OrganizationExpanded) HasAvailableSandboxes() bool
HasAvailableSandboxes returns a boolean if a field has been set.
func (*OrganizationExpanded) HasAvailableStacks ¶
func (o *OrganizationExpanded) HasAvailableStacks() bool
HasAvailableStacks returns a boolean if a field has been set.
func (*OrganizationExpanded) HasCreatedAt ¶
func (o *OrganizationExpanded) HasCreatedAt() bool
HasCreatedAt returns a boolean if a field has been set.
func (*OrganizationExpanded) HasDefaultOrganizationAccess ¶
func (o *OrganizationExpanded) HasDefaultOrganizationAccess() bool
HasDefaultOrganizationAccess returns a boolean if a field has been set.
func (*OrganizationExpanded) HasDefaultStackAccess ¶
func (o *OrganizationExpanded) HasDefaultStackAccess() bool
HasDefaultStackAccess returns a boolean if a field has been set.
func (*OrganizationExpanded) HasDomain ¶
func (o *OrganizationExpanded) HasDomain() bool
HasDomain returns a boolean if a field has been set.
func (*OrganizationExpanded) HasOwner ¶
func (o *OrganizationExpanded) HasOwner() bool
HasOwner returns a boolean if a field has been set.
func (*OrganizationExpanded) HasTotalStacks ¶
func (o *OrganizationExpanded) HasTotalStacks() bool
HasTotalStacks returns a boolean if a field has been set.
func (*OrganizationExpanded) HasTotalUsers ¶
func (o *OrganizationExpanded) HasTotalUsers() bool
HasTotalUsers returns a boolean if a field has been set.
func (*OrganizationExpanded) HasUpdatedAt ¶
func (o *OrganizationExpanded) HasUpdatedAt() bool
HasUpdatedAt returns a boolean if a field has been set.
func (OrganizationExpanded) MarshalJSON ¶
func (o OrganizationExpanded) MarshalJSON() ([]byte, error)
func (*OrganizationExpanded) SetAvailableSandboxes ¶
func (o *OrganizationExpanded) SetAvailableSandboxes(v int32)
SetAvailableSandboxes gets a reference to the given int32 and assigns it to the AvailableSandboxes field.
func (*OrganizationExpanded) SetAvailableStacks ¶
func (o *OrganizationExpanded) SetAvailableStacks(v int32)
SetAvailableStacks gets a reference to the given int32 and assigns it to the AvailableStacks field.
func (*OrganizationExpanded) SetCreatedAt ¶
func (o *OrganizationExpanded) SetCreatedAt(v time.Time)
SetCreatedAt gets a reference to the given time.Time and assigns it to the CreatedAt field.
func (*OrganizationExpanded) SetDefaultOrganizationAccess ¶
func (o *OrganizationExpanded) SetDefaultOrganizationAccess(v Role)
SetDefaultOrganizationAccess gets a reference to the given Role and assigns it to the DefaultOrganizationAccess field.
func (*OrganizationExpanded) SetDefaultStackAccess ¶
func (o *OrganizationExpanded) SetDefaultStackAccess(v Role)
SetDefaultStackAccess gets a reference to the given Role and assigns it to the DefaultStackAccess field.
func (*OrganizationExpanded) SetDomain ¶
func (o *OrganizationExpanded) SetDomain(v string)
SetDomain gets a reference to the given string and assigns it to the Domain field.
func (*OrganizationExpanded) SetId ¶
func (o *OrganizationExpanded) SetId(v string)
SetId sets field value
func (*OrganizationExpanded) SetName ¶
func (o *OrganizationExpanded) SetName(v string)
SetName sets field value
func (*OrganizationExpanded) SetOwner ¶
func (o *OrganizationExpanded) SetOwner(v User)
SetOwner gets a reference to the given User and assigns it to the Owner field.
func (*OrganizationExpanded) SetOwnerId ¶
func (o *OrganizationExpanded) SetOwnerId(v string)
SetOwnerId sets field value
func (*OrganizationExpanded) SetTotalStacks ¶
func (o *OrganizationExpanded) SetTotalStacks(v int32)
SetTotalStacks gets a reference to the given int32 and assigns it to the TotalStacks field.
func (*OrganizationExpanded) SetTotalUsers ¶
func (o *OrganizationExpanded) SetTotalUsers(v int32)
SetTotalUsers gets a reference to the given int32 and assigns it to the TotalUsers field.
func (*OrganizationExpanded) SetUpdatedAt ¶
func (o *OrganizationExpanded) SetUpdatedAt(v time.Time)
SetUpdatedAt gets a reference to the given time.Time and assigns it to the UpdatedAt field.
func (OrganizationExpanded) ToMap ¶
func (o OrganizationExpanded) ToMap() (map[string]interface{}, error)
type OrganizationExpandedAllOf ¶
type OrganizationExpandedAllOf struct { TotalStacks *int32 `json:"totalStacks,omitempty"` TotalUsers *int32 `json:"totalUsers,omitempty"` Owner *User `json:"owner,omitempty"` }
OrganizationExpandedAllOf struct for OrganizationExpandedAllOf
func NewOrganizationExpandedAllOf ¶
func NewOrganizationExpandedAllOf() *OrganizationExpandedAllOf
NewOrganizationExpandedAllOf instantiates a new OrganizationExpandedAllOf 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 NewOrganizationExpandedAllOfWithDefaults ¶
func NewOrganizationExpandedAllOfWithDefaults() *OrganizationExpandedAllOf
NewOrganizationExpandedAllOfWithDefaults instantiates a new OrganizationExpandedAllOf 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 (*OrganizationExpandedAllOf) GetOwner ¶
func (o *OrganizationExpandedAllOf) GetOwner() User
GetOwner returns the Owner field value if set, zero value otherwise.
func (*OrganizationExpandedAllOf) GetOwnerOk ¶
func (o *OrganizationExpandedAllOf) GetOwnerOk() (*User, bool)
GetOwnerOk returns a tuple with the Owner field value if set, nil otherwise and a boolean to check if the value has been set.
func (*OrganizationExpandedAllOf) GetTotalStacks ¶
func (o *OrganizationExpandedAllOf) GetTotalStacks() int32
GetTotalStacks returns the TotalStacks field value if set, zero value otherwise.
func (*OrganizationExpandedAllOf) GetTotalStacksOk ¶
func (o *OrganizationExpandedAllOf) GetTotalStacksOk() (*int32, bool)
GetTotalStacksOk returns a tuple with the TotalStacks field value if set, nil otherwise and a boolean to check if the value has been set.
func (*OrganizationExpandedAllOf) GetTotalUsers ¶
func (o *OrganizationExpandedAllOf) GetTotalUsers() int32
GetTotalUsers returns the TotalUsers field value if set, zero value otherwise.
func (*OrganizationExpandedAllOf) GetTotalUsersOk ¶
func (o *OrganizationExpandedAllOf) GetTotalUsersOk() (*int32, bool)
GetTotalUsersOk returns a tuple with the TotalUsers field value if set, nil otherwise and a boolean to check if the value has been set.
func (*OrganizationExpandedAllOf) HasOwner ¶
func (o *OrganizationExpandedAllOf) HasOwner() bool
HasOwner returns a boolean if a field has been set.
func (*OrganizationExpandedAllOf) HasTotalStacks ¶
func (o *OrganizationExpandedAllOf) HasTotalStacks() bool
HasTotalStacks returns a boolean if a field has been set.
func (*OrganizationExpandedAllOf) HasTotalUsers ¶
func (o *OrganizationExpandedAllOf) HasTotalUsers() bool
HasTotalUsers returns a boolean if a field has been set.
func (OrganizationExpandedAllOf) MarshalJSON ¶
func (o OrganizationExpandedAllOf) MarshalJSON() ([]byte, error)
func (*OrganizationExpandedAllOf) SetOwner ¶
func (o *OrganizationExpandedAllOf) SetOwner(v User)
SetOwner gets a reference to the given User and assigns it to the Owner field.
func (*OrganizationExpandedAllOf) SetTotalStacks ¶
func (o *OrganizationExpandedAllOf) SetTotalStacks(v int32)
SetTotalStacks gets a reference to the given int32 and assigns it to the TotalStacks field.
func (*OrganizationExpandedAllOf) SetTotalUsers ¶
func (o *OrganizationExpandedAllOf) SetTotalUsers(v int32)
SetTotalUsers gets a reference to the given int32 and assigns it to the TotalUsers field.
func (OrganizationExpandedAllOf) ToMap ¶
func (o OrganizationExpandedAllOf) ToMap() (map[string]interface{}, error)
type OrganizationUser ¶
type OrganizationUser struct { Role Role `json:"role"` Email string `json:"email"` Id string `json:"id"` }
OrganizationUser struct for OrganizationUser
func NewOrganizationUser ¶
func NewOrganizationUser(role Role, email string, id string) *OrganizationUser
NewOrganizationUser instantiates a new OrganizationUser 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 NewOrganizationUserWithDefaults ¶
func NewOrganizationUserWithDefaults() *OrganizationUser
NewOrganizationUserWithDefaults instantiates a new OrganizationUser 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 (*OrganizationUser) GetEmail ¶
func (o *OrganizationUser) GetEmail() string
GetEmail returns the Email field value
func (*OrganizationUser) GetEmailOk ¶
func (o *OrganizationUser) GetEmailOk() (*string, bool)
GetEmailOk returns a tuple with the Email field value and a boolean to check if the value has been set.
func (*OrganizationUser) GetId ¶
func (o *OrganizationUser) GetId() string
GetId returns the Id field value
func (*OrganizationUser) GetIdOk ¶
func (o *OrganizationUser) GetIdOk() (*string, bool)
GetIdOk returns a tuple with the Id field value and a boolean to check if the value has been set.
func (*OrganizationUser) GetRole ¶
func (o *OrganizationUser) GetRole() Role
GetRole returns the Role field value
func (*OrganizationUser) GetRoleOk ¶
func (o *OrganizationUser) GetRoleOk() (*Role, bool)
GetRoleOk returns a tuple with the Role field value and a boolean to check if the value has been set.
func (OrganizationUser) MarshalJSON ¶
func (o OrganizationUser) MarshalJSON() ([]byte, error)
func (*OrganizationUser) SetEmail ¶
func (o *OrganizationUser) SetEmail(v string)
SetEmail sets field value
func (*OrganizationUser) SetRole ¶
func (o *OrganizationUser) SetRole(v Role)
SetRole sets field value
func (OrganizationUser) ToMap ¶
func (o OrganizationUser) ToMap() (map[string]interface{}, error)
type OrganizationUserAllOf ¶
type OrganizationUserAllOf struct { Role Role `json:"role"` Email string `json:"email"` Id string `json:"id"` }
OrganizationUserAllOf struct for OrganizationUserAllOf
func NewOrganizationUserAllOf ¶
func NewOrganizationUserAllOf(role Role, email string, id string) *OrganizationUserAllOf
NewOrganizationUserAllOf instantiates a new OrganizationUserAllOf 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 NewOrganizationUserAllOfWithDefaults ¶
func NewOrganizationUserAllOfWithDefaults() *OrganizationUserAllOf
NewOrganizationUserAllOfWithDefaults instantiates a new OrganizationUserAllOf 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 (*OrganizationUserAllOf) GetEmail ¶
func (o *OrganizationUserAllOf) GetEmail() string
GetEmail returns the Email field value
func (*OrganizationUserAllOf) GetEmailOk ¶
func (o *OrganizationUserAllOf) GetEmailOk() (*string, bool)
GetEmailOk returns a tuple with the Email field value and a boolean to check if the value has been set.
func (*OrganizationUserAllOf) GetId ¶
func (o *OrganizationUserAllOf) GetId() string
GetId returns the Id field value
func (*OrganizationUserAllOf) GetIdOk ¶
func (o *OrganizationUserAllOf) GetIdOk() (*string, bool)
GetIdOk returns a tuple with the Id field value and a boolean to check if the value has been set.
func (*OrganizationUserAllOf) GetRole ¶
func (o *OrganizationUserAllOf) GetRole() Role
GetRole returns the Role field value
func (*OrganizationUserAllOf) GetRoleOk ¶
func (o *OrganizationUserAllOf) GetRoleOk() (*Role, bool)
GetRoleOk returns a tuple with the Role field value and a boolean to check if the value has been set.
func (OrganizationUserAllOf) MarshalJSON ¶
func (o OrganizationUserAllOf) MarshalJSON() ([]byte, error)
func (*OrganizationUserAllOf) SetEmail ¶
func (o *OrganizationUserAllOf) SetEmail(v string)
SetEmail sets field value
func (*OrganizationUserAllOf) SetId ¶
func (o *OrganizationUserAllOf) SetId(v string)
SetId sets field value
func (*OrganizationUserAllOf) SetRole ¶
func (o *OrganizationUserAllOf) SetRole(v Role)
SetRole sets field value
func (OrganizationUserAllOf) ToMap ¶
func (o OrganizationUserAllOf) ToMap() (map[string]interface{}, error)
type OrganizationUserArrayInner ¶
type OrganizationUserArrayInner struct { Role Role `json:"role"` Email string `json:"email"` Id string `json:"id"` }
OrganizationUserArrayInner struct for OrganizationUserArrayInner
func NewOrganizationUserArrayInner ¶
func NewOrganizationUserArrayInner(role Role, email string, id string) *OrganizationUserArrayInner
NewOrganizationUserArrayInner instantiates a new OrganizationUserArrayInner 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 NewOrganizationUserArrayInnerWithDefaults ¶
func NewOrganizationUserArrayInnerWithDefaults() *OrganizationUserArrayInner
NewOrganizationUserArrayInnerWithDefaults instantiates a new OrganizationUserArrayInner 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 (*OrganizationUserArrayInner) GetEmail ¶
func (o *OrganizationUserArrayInner) GetEmail() string
GetEmail returns the Email field value
func (*OrganizationUserArrayInner) GetEmailOk ¶
func (o *OrganizationUserArrayInner) GetEmailOk() (*string, bool)
GetEmailOk returns a tuple with the Email field value and a boolean to check if the value has been set.
func (*OrganizationUserArrayInner) GetId ¶
func (o *OrganizationUserArrayInner) GetId() string
GetId returns the Id field value
func (*OrganizationUserArrayInner) GetIdOk ¶
func (o *OrganizationUserArrayInner) GetIdOk() (*string, bool)
GetIdOk returns a tuple with the Id field value and a boolean to check if the value has been set.
func (*OrganizationUserArrayInner) GetRole ¶
func (o *OrganizationUserArrayInner) GetRole() Role
GetRole returns the Role field value
func (*OrganizationUserArrayInner) GetRoleOk ¶
func (o *OrganizationUserArrayInner) GetRoleOk() (*Role, bool)
GetRoleOk returns a tuple with the Role field value and a boolean to check if the value has been set.
func (OrganizationUserArrayInner) MarshalJSON ¶
func (o OrganizationUserArrayInner) MarshalJSON() ([]byte, error)
func (*OrganizationUserArrayInner) SetEmail ¶
func (o *OrganizationUserArrayInner) SetEmail(v string)
SetEmail sets field value
func (*OrganizationUserArrayInner) SetId ¶
func (o *OrganizationUserArrayInner) SetId(v string)
SetId sets field value
func (*OrganizationUserArrayInner) SetRole ¶
func (o *OrganizationUserArrayInner) SetRole(v Role)
SetRole sets field value
func (OrganizationUserArrayInner) ToMap ¶
func (o OrganizationUserArrayInner) ToMap() (map[string]interface{}, error)
type PrivateRegion ¶
type PrivateRegion struct { Id string `json:"id"` BaseUrl string `json:"baseUrl"` CreatedAt string `json:"createdAt"` Active bool `json:"active"` LastPing *time.Time `json:"lastPing,omitempty"` Name string `json:"name"` Capabilities RegionCapability `json:"capabilities"` OrganizationID string `json:"organizationID"` CreatorID string `json:"creatorID"` Secret *PrivateRegionAllOfSecret `json:"secret,omitempty"` }
PrivateRegion struct for PrivateRegion
func NewPrivateRegion ¶
func NewPrivateRegion(id string, baseUrl string, createdAt string, active bool, name string, capabilities RegionCapability, organizationID string, creatorID string) *PrivateRegion
NewPrivateRegion instantiates a new PrivateRegion 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 NewPrivateRegionWithDefaults ¶
func NewPrivateRegionWithDefaults() *PrivateRegion
NewPrivateRegionWithDefaults instantiates a new PrivateRegion 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 (*PrivateRegion) GetActive ¶
func (o *PrivateRegion) GetActive() bool
GetActive returns the Active field value
func (*PrivateRegion) GetActiveOk ¶
func (o *PrivateRegion) GetActiveOk() (*bool, bool)
GetActiveOk returns a tuple with the Active field value and a boolean to check if the value has been set.
func (*PrivateRegion) GetBaseUrl ¶
func (o *PrivateRegion) GetBaseUrl() string
GetBaseUrl returns the BaseUrl field value
func (*PrivateRegion) GetBaseUrlOk ¶
func (o *PrivateRegion) GetBaseUrlOk() (*string, bool)
GetBaseUrlOk returns a tuple with the BaseUrl field value and a boolean to check if the value has been set.
func (*PrivateRegion) GetCapabilities ¶
func (o *PrivateRegion) GetCapabilities() RegionCapability
GetCapabilities returns the Capabilities field value
func (*PrivateRegion) GetCapabilitiesOk ¶
func (o *PrivateRegion) GetCapabilitiesOk() (*RegionCapability, bool)
GetCapabilitiesOk returns a tuple with the Capabilities field value and a boolean to check if the value has been set.
func (*PrivateRegion) GetCreatedAt ¶
func (o *PrivateRegion) GetCreatedAt() string
GetCreatedAt returns the CreatedAt field value
func (*PrivateRegion) GetCreatedAtOk ¶
func (o *PrivateRegion) GetCreatedAtOk() (*string, bool)
GetCreatedAtOk returns a tuple with the CreatedAt field value and a boolean to check if the value has been set.
func (*PrivateRegion) GetCreatorID ¶
func (o *PrivateRegion) GetCreatorID() string
GetCreatorID returns the CreatorID field value
func (*PrivateRegion) GetCreatorIDOk ¶
func (o *PrivateRegion) GetCreatorIDOk() (*string, bool)
GetCreatorIDOk returns a tuple with the CreatorID field value and a boolean to check if the value has been set.
func (*PrivateRegion) GetId ¶
func (o *PrivateRegion) GetId() string
GetId returns the Id field value
func (*PrivateRegion) GetIdOk ¶
func (o *PrivateRegion) GetIdOk() (*string, bool)
GetIdOk returns a tuple with the Id field value and a boolean to check if the value has been set.
func (*PrivateRegion) GetLastPing ¶
func (o *PrivateRegion) GetLastPing() time.Time
GetLastPing returns the LastPing field value if set, zero value otherwise.
func (*PrivateRegion) GetLastPingOk ¶
func (o *PrivateRegion) GetLastPingOk() (*time.Time, bool)
GetLastPingOk returns a tuple with the LastPing field value if set, nil otherwise and a boolean to check if the value has been set.
func (*PrivateRegion) GetName ¶
func (o *PrivateRegion) GetName() string
GetName returns the Name field value
func (*PrivateRegion) GetNameOk ¶
func (o *PrivateRegion) GetNameOk() (*string, bool)
GetNameOk returns a tuple with the Name field value and a boolean to check if the value has been set.
func (*PrivateRegion) GetOrganizationID ¶
func (o *PrivateRegion) GetOrganizationID() string
GetOrganizationID returns the OrganizationID field value
func (*PrivateRegion) GetOrganizationIDOk ¶
func (o *PrivateRegion) GetOrganizationIDOk() (*string, bool)
GetOrganizationIDOk returns a tuple with the OrganizationID field value and a boolean to check if the value has been set.
func (*PrivateRegion) GetSecret ¶
func (o *PrivateRegion) GetSecret() PrivateRegionAllOfSecret
GetSecret returns the Secret field value if set, zero value otherwise.
func (*PrivateRegion) GetSecretOk ¶
func (o *PrivateRegion) GetSecretOk() (*PrivateRegionAllOfSecret, 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 (*PrivateRegion) HasLastPing ¶
func (o *PrivateRegion) HasLastPing() bool
HasLastPing returns a boolean if a field has been set.
func (*PrivateRegion) HasSecret ¶
func (o *PrivateRegion) HasSecret() bool
HasSecret returns a boolean if a field has been set.
func (PrivateRegion) MarshalJSON ¶
func (o PrivateRegion) MarshalJSON() ([]byte, error)
func (*PrivateRegion) SetActive ¶
func (o *PrivateRegion) SetActive(v bool)
SetActive sets field value
func (*PrivateRegion) SetBaseUrl ¶
func (o *PrivateRegion) SetBaseUrl(v string)
SetBaseUrl sets field value
func (*PrivateRegion) SetCapabilities ¶
func (o *PrivateRegion) SetCapabilities(v RegionCapability)
SetCapabilities sets field value
func (*PrivateRegion) SetCreatedAt ¶
func (o *PrivateRegion) SetCreatedAt(v string)
SetCreatedAt sets field value
func (*PrivateRegion) SetCreatorID ¶
func (o *PrivateRegion) SetCreatorID(v string)
SetCreatorID sets field value
func (*PrivateRegion) SetLastPing ¶
func (o *PrivateRegion) SetLastPing(v time.Time)
SetLastPing gets a reference to the given time.Time and assigns it to the LastPing field.
func (*PrivateRegion) SetOrganizationID ¶
func (o *PrivateRegion) SetOrganizationID(v string)
SetOrganizationID sets field value
func (*PrivateRegion) SetSecret ¶
func (o *PrivateRegion) SetSecret(v PrivateRegionAllOfSecret)
SetSecret gets a reference to the given PrivateRegionAllOfSecret and assigns it to the Secret field.
func (PrivateRegion) ToMap ¶
func (o PrivateRegion) ToMap() (map[string]interface{}, error)
type PrivateRegionAllOf ¶
type PrivateRegionAllOf struct { OrganizationID string `json:"organizationID"` CreatorID string `json:"creatorID"` Secret *PrivateRegionAllOfSecret `json:"secret,omitempty"` }
PrivateRegionAllOf struct for PrivateRegionAllOf
func NewPrivateRegionAllOf ¶
func NewPrivateRegionAllOf(organizationID string, creatorID string) *PrivateRegionAllOf
NewPrivateRegionAllOf instantiates a new PrivateRegionAllOf 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 NewPrivateRegionAllOfWithDefaults ¶
func NewPrivateRegionAllOfWithDefaults() *PrivateRegionAllOf
NewPrivateRegionAllOfWithDefaults instantiates a new PrivateRegionAllOf 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 (*PrivateRegionAllOf) GetCreatorID ¶
func (o *PrivateRegionAllOf) GetCreatorID() string
GetCreatorID returns the CreatorID field value
func (*PrivateRegionAllOf) GetCreatorIDOk ¶
func (o *PrivateRegionAllOf) GetCreatorIDOk() (*string, bool)
GetCreatorIDOk returns a tuple with the CreatorID field value and a boolean to check if the value has been set.
func (*PrivateRegionAllOf) GetOrganizationID ¶
func (o *PrivateRegionAllOf) GetOrganizationID() string
GetOrganizationID returns the OrganizationID field value
func (*PrivateRegionAllOf) GetOrganizationIDOk ¶
func (o *PrivateRegionAllOf) GetOrganizationIDOk() (*string, bool)
GetOrganizationIDOk returns a tuple with the OrganizationID field value and a boolean to check if the value has been set.
func (*PrivateRegionAllOf) GetSecret ¶
func (o *PrivateRegionAllOf) GetSecret() PrivateRegionAllOfSecret
GetSecret returns the Secret field value if set, zero value otherwise.
func (*PrivateRegionAllOf) GetSecretOk ¶
func (o *PrivateRegionAllOf) GetSecretOk() (*PrivateRegionAllOfSecret, 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 (*PrivateRegionAllOf) HasSecret ¶
func (o *PrivateRegionAllOf) HasSecret() bool
HasSecret returns a boolean if a field has been set.
func (PrivateRegionAllOf) MarshalJSON ¶
func (o PrivateRegionAllOf) MarshalJSON() ([]byte, error)
func (*PrivateRegionAllOf) SetCreatorID ¶
func (o *PrivateRegionAllOf) SetCreatorID(v string)
SetCreatorID sets field value
func (*PrivateRegionAllOf) SetOrganizationID ¶
func (o *PrivateRegionAllOf) SetOrganizationID(v string)
SetOrganizationID sets field value
func (*PrivateRegionAllOf) SetSecret ¶
func (o *PrivateRegionAllOf) SetSecret(v PrivateRegionAllOfSecret)
SetSecret gets a reference to the given PrivateRegionAllOfSecret and assigns it to the Secret field.
func (PrivateRegionAllOf) ToMap ¶
func (o PrivateRegionAllOf) ToMap() (map[string]interface{}, error)
type PrivateRegionAllOfSecret ¶
type PrivateRegionAllOfSecret struct { LastDigits string `json:"lastDigits"` Clear *string `json:"clear,omitempty"` }
PrivateRegionAllOfSecret struct for PrivateRegionAllOfSecret
func NewPrivateRegionAllOfSecret ¶
func NewPrivateRegionAllOfSecret(lastDigits string) *PrivateRegionAllOfSecret
NewPrivateRegionAllOfSecret instantiates a new PrivateRegionAllOfSecret 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 NewPrivateRegionAllOfSecretWithDefaults ¶
func NewPrivateRegionAllOfSecretWithDefaults() *PrivateRegionAllOfSecret
NewPrivateRegionAllOfSecretWithDefaults instantiates a new PrivateRegionAllOfSecret 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 (*PrivateRegionAllOfSecret) GetClear ¶
func (o *PrivateRegionAllOfSecret) GetClear() string
GetClear returns the Clear field value if set, zero value otherwise.
func (*PrivateRegionAllOfSecret) GetClearOk ¶
func (o *PrivateRegionAllOfSecret) GetClearOk() (*string, bool)
GetClearOk returns a tuple with the Clear field value if set, nil otherwise and a boolean to check if the value has been set.
func (*PrivateRegionAllOfSecret) GetLastDigits ¶
func (o *PrivateRegionAllOfSecret) GetLastDigits() string
GetLastDigits returns the LastDigits field value
func (*PrivateRegionAllOfSecret) GetLastDigitsOk ¶
func (o *PrivateRegionAllOfSecret) GetLastDigitsOk() (*string, bool)
GetLastDigitsOk returns a tuple with the LastDigits field value and a boolean to check if the value has been set.
func (*PrivateRegionAllOfSecret) HasClear ¶
func (o *PrivateRegionAllOfSecret) HasClear() bool
HasClear returns a boolean if a field has been set.
func (PrivateRegionAllOfSecret) MarshalJSON ¶
func (o PrivateRegionAllOfSecret) MarshalJSON() ([]byte, error)
func (*PrivateRegionAllOfSecret) SetClear ¶
func (o *PrivateRegionAllOfSecret) SetClear(v string)
SetClear gets a reference to the given string and assigns it to the Clear field.
func (*PrivateRegionAllOfSecret) SetLastDigits ¶
func (o *PrivateRegionAllOfSecret) SetLastDigits(v string)
SetLastDigits sets field value
func (PrivateRegionAllOfSecret) ToMap ¶
func (o PrivateRegionAllOfSecret) ToMap() (map[string]interface{}, error)
type PublicRegion ¶
type PublicRegion struct { Id string `json:"id"` BaseUrl string `json:"baseUrl"` CreatedAt string `json:"createdAt"` Active bool `json:"active"` LastPing *time.Time `json:"lastPing,omitempty"` Name string `json:"name"` Capabilities RegionCapability `json:"capabilities"` Production bool `json:"production"` }
PublicRegion struct for PublicRegion
func NewPublicRegion ¶
func NewPublicRegion(id string, baseUrl string, createdAt string, active bool, name string, capabilities RegionCapability, production bool) *PublicRegion
NewPublicRegion instantiates a new PublicRegion 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 NewPublicRegionWithDefaults ¶
func NewPublicRegionWithDefaults() *PublicRegion
NewPublicRegionWithDefaults instantiates a new PublicRegion 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 (*PublicRegion) GetActive ¶
func (o *PublicRegion) GetActive() bool
GetActive returns the Active field value
func (*PublicRegion) GetActiveOk ¶
func (o *PublicRegion) GetActiveOk() (*bool, bool)
GetActiveOk returns a tuple with the Active field value and a boolean to check if the value has been set.
func (*PublicRegion) GetBaseUrl ¶
func (o *PublicRegion) GetBaseUrl() string
GetBaseUrl returns the BaseUrl field value
func (*PublicRegion) GetBaseUrlOk ¶
func (o *PublicRegion) GetBaseUrlOk() (*string, bool)
GetBaseUrlOk returns a tuple with the BaseUrl field value and a boolean to check if the value has been set.
func (*PublicRegion) GetCapabilities ¶
func (o *PublicRegion) GetCapabilities() RegionCapability
GetCapabilities returns the Capabilities field value
func (*PublicRegion) GetCapabilitiesOk ¶
func (o *PublicRegion) GetCapabilitiesOk() (*RegionCapability, bool)
GetCapabilitiesOk returns a tuple with the Capabilities field value and a boolean to check if the value has been set.
func (*PublicRegion) GetCreatedAt ¶
func (o *PublicRegion) GetCreatedAt() string
GetCreatedAt returns the CreatedAt field value
func (*PublicRegion) GetCreatedAtOk ¶
func (o *PublicRegion) GetCreatedAtOk() (*string, bool)
GetCreatedAtOk returns a tuple with the CreatedAt field value and a boolean to check if the value has been set.
func (*PublicRegion) GetIdOk ¶
func (o *PublicRegion) GetIdOk() (*string, bool)
GetIdOk returns a tuple with the Id field value and a boolean to check if the value has been set.
func (*PublicRegion) GetLastPing ¶
func (o *PublicRegion) GetLastPing() time.Time
GetLastPing returns the LastPing field value if set, zero value otherwise.
func (*PublicRegion) GetLastPingOk ¶
func (o *PublicRegion) GetLastPingOk() (*time.Time, bool)
GetLastPingOk returns a tuple with the LastPing field value if set, nil otherwise and a boolean to check if the value has been set.
func (*PublicRegion) GetName ¶
func (o *PublicRegion) GetName() string
GetName returns the Name field value
func (*PublicRegion) GetNameOk ¶
func (o *PublicRegion) GetNameOk() (*string, bool)
GetNameOk returns a tuple with the Name field value and a boolean to check if the value has been set.
func (*PublicRegion) GetProduction ¶
func (o *PublicRegion) GetProduction() bool
GetProduction returns the Production field value
func (*PublicRegion) GetProductionOk ¶
func (o *PublicRegion) GetProductionOk() (*bool, bool)
GetProductionOk returns a tuple with the Production field value and a boolean to check if the value has been set.
func (*PublicRegion) HasLastPing ¶
func (o *PublicRegion) HasLastPing() bool
HasLastPing returns a boolean if a field has been set.
func (PublicRegion) MarshalJSON ¶
func (o PublicRegion) MarshalJSON() ([]byte, error)
func (*PublicRegion) SetActive ¶
func (o *PublicRegion) SetActive(v bool)
SetActive sets field value
func (*PublicRegion) SetBaseUrl ¶
func (o *PublicRegion) SetBaseUrl(v string)
SetBaseUrl sets field value
func (*PublicRegion) SetCapabilities ¶
func (o *PublicRegion) SetCapabilities(v RegionCapability)
SetCapabilities sets field value
func (*PublicRegion) SetCreatedAt ¶
func (o *PublicRegion) SetCreatedAt(v string)
SetCreatedAt sets field value
func (*PublicRegion) SetLastPing ¶
func (o *PublicRegion) SetLastPing(v time.Time)
SetLastPing gets a reference to the given time.Time and assigns it to the LastPing field.
func (*PublicRegion) SetProduction ¶
func (o *PublicRegion) SetProduction(v bool)
SetProduction sets field value
func (PublicRegion) ToMap ¶
func (o PublicRegion) ToMap() (map[string]interface{}, error)
type PublicRegionAllOf ¶
type PublicRegionAllOf struct {
Production bool `json:"production"`
}
PublicRegionAllOf struct for PublicRegionAllOf
func NewPublicRegionAllOf ¶
func NewPublicRegionAllOf(production bool) *PublicRegionAllOf
NewPublicRegionAllOf instantiates a new PublicRegionAllOf 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 NewPublicRegionAllOfWithDefaults ¶
func NewPublicRegionAllOfWithDefaults() *PublicRegionAllOf
NewPublicRegionAllOfWithDefaults instantiates a new PublicRegionAllOf 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 (*PublicRegionAllOf) GetProduction ¶
func (o *PublicRegionAllOf) GetProduction() bool
GetProduction returns the Production field value
func (*PublicRegionAllOf) GetProductionOk ¶
func (o *PublicRegionAllOf) GetProductionOk() (*bool, bool)
GetProductionOk returns a tuple with the Production field value and a boolean to check if the value has been set.
func (PublicRegionAllOf) MarshalJSON ¶
func (o PublicRegionAllOf) MarshalJSON() ([]byte, error)
func (*PublicRegionAllOf) SetProduction ¶
func (o *PublicRegionAllOf) SetProduction(v bool)
SetProduction sets field value
func (PublicRegionAllOf) ToMap ¶
func (o PublicRegionAllOf) ToMap() (map[string]interface{}, error)
type ReadOrganizationResponse ¶
type ReadOrganizationResponse struct {
Data *OrganizationExpanded `json:"data,omitempty"`
}
ReadOrganizationResponse struct for ReadOrganizationResponse
func NewReadOrganizationResponse ¶
func NewReadOrganizationResponse() *ReadOrganizationResponse
NewReadOrganizationResponse instantiates a new ReadOrganizationResponse 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 NewReadOrganizationResponseWithDefaults ¶
func NewReadOrganizationResponseWithDefaults() *ReadOrganizationResponse
NewReadOrganizationResponseWithDefaults instantiates a new ReadOrganizationResponse 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 (*ReadOrganizationResponse) GetData ¶
func (o *ReadOrganizationResponse) GetData() OrganizationExpanded
GetData returns the Data field value if set, zero value otherwise.
func (*ReadOrganizationResponse) GetDataOk ¶
func (o *ReadOrganizationResponse) GetDataOk() (*OrganizationExpanded, 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 (*ReadOrganizationResponse) HasData ¶
func (o *ReadOrganizationResponse) HasData() bool
HasData returns a boolean if a field has been set.
func (ReadOrganizationResponse) MarshalJSON ¶
func (o ReadOrganizationResponse) MarshalJSON() ([]byte, error)
func (*ReadOrganizationResponse) SetData ¶
func (o *ReadOrganizationResponse) SetData(v OrganizationExpanded)
SetData gets a reference to the given OrganizationExpanded and assigns it to the Data field.
func (ReadOrganizationResponse) ToMap ¶
func (o ReadOrganizationResponse) ToMap() (map[string]interface{}, error)
type ReadOrganizationUserResponse ¶
type ReadOrganizationUserResponse struct {
Data *OrganizationUser `json:"data,omitempty"`
}
ReadOrganizationUserResponse struct for ReadOrganizationUserResponse
func NewReadOrganizationUserResponse ¶
func NewReadOrganizationUserResponse() *ReadOrganizationUserResponse
NewReadOrganizationUserResponse instantiates a new ReadOrganizationUserResponse 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 NewReadOrganizationUserResponseWithDefaults ¶
func NewReadOrganizationUserResponseWithDefaults() *ReadOrganizationUserResponse
NewReadOrganizationUserResponseWithDefaults instantiates a new ReadOrganizationUserResponse 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 (*ReadOrganizationUserResponse) GetData ¶
func (o *ReadOrganizationUserResponse) GetData() OrganizationUser
GetData returns the Data field value if set, zero value otherwise.
func (*ReadOrganizationUserResponse) GetDataOk ¶
func (o *ReadOrganizationUserResponse) GetDataOk() (*OrganizationUser, 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 (*ReadOrganizationUserResponse) HasData ¶
func (o *ReadOrganizationUserResponse) HasData() bool
HasData returns a boolean if a field has been set.
func (ReadOrganizationUserResponse) MarshalJSON ¶
func (o ReadOrganizationUserResponse) MarshalJSON() ([]byte, error)
func (*ReadOrganizationUserResponse) SetData ¶
func (o *ReadOrganizationUserResponse) SetData(v OrganizationUser)
SetData gets a reference to the given OrganizationUser and assigns it to the Data field.
func (ReadOrganizationUserResponse) ToMap ¶
func (o ReadOrganizationUserResponse) ToMap() (map[string]interface{}, error)
type ReadStackUserAccess ¶
type ReadStackUserAccess struct {
Data *StackUserAccess `json:"data,omitempty"`
}
ReadStackUserAccess struct for ReadStackUserAccess
func NewReadStackUserAccess ¶
func NewReadStackUserAccess() *ReadStackUserAccess
NewReadStackUserAccess instantiates a new ReadStackUserAccess 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 NewReadStackUserAccessWithDefaults ¶
func NewReadStackUserAccessWithDefaults() *ReadStackUserAccess
NewReadStackUserAccessWithDefaults instantiates a new ReadStackUserAccess 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 (*ReadStackUserAccess) GetData ¶
func (o *ReadStackUserAccess) GetData() StackUserAccess
GetData returns the Data field value if set, zero value otherwise.
func (*ReadStackUserAccess) GetDataOk ¶
func (o *ReadStackUserAccess) GetDataOk() (*StackUserAccess, 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 (*ReadStackUserAccess) HasData ¶
func (o *ReadStackUserAccess) HasData() bool
HasData returns a boolean if a field has been set.
func (ReadStackUserAccess) MarshalJSON ¶
func (o ReadStackUserAccess) MarshalJSON() ([]byte, error)
func (*ReadStackUserAccess) SetData ¶
func (o *ReadStackUserAccess) SetData(v StackUserAccess)
SetData gets a reference to the given StackUserAccess and assigns it to the Data field.
func (ReadStackUserAccess) ToMap ¶
func (o ReadStackUserAccess) ToMap() (map[string]interface{}, error)
type ReadUserResponse ¶
type ReadUserResponse struct {
Data *User `json:"data,omitempty"`
}
ReadUserResponse struct for ReadUserResponse
func NewReadUserResponse ¶
func NewReadUserResponse() *ReadUserResponse
NewReadUserResponse instantiates a new ReadUserResponse 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 NewReadUserResponseWithDefaults ¶
func NewReadUserResponseWithDefaults() *ReadUserResponse
NewReadUserResponseWithDefaults instantiates a new ReadUserResponse 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 (*ReadUserResponse) GetData ¶
func (o *ReadUserResponse) GetData() User
GetData returns the Data field value if set, zero value otherwise.
func (*ReadUserResponse) GetDataOk ¶
func (o *ReadUserResponse) GetDataOk() (*User, 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 (*ReadUserResponse) HasData ¶
func (o *ReadUserResponse) HasData() bool
HasData returns a boolean if a field has been set.
func (ReadUserResponse) MarshalJSON ¶
func (o ReadUserResponse) MarshalJSON() ([]byte, error)
func (*ReadUserResponse) SetData ¶
func (o *ReadUserResponse) SetData(v User)
SetData gets a reference to the given User and assigns it to the Data field.
func (ReadUserResponse) ToMap ¶
func (o ReadUserResponse) ToMap() (map[string]interface{}, error)
type Region ¶
type Region struct { Id string `json:"id"` BaseUrl string `json:"baseUrl"` CreatedAt string `json:"createdAt"` Active bool `json:"active"` LastPing *time.Time `json:"lastPing,omitempty"` Name string `json:"name"` Capabilities RegionCapability `json:"capabilities"` }
Region struct for Region
func NewRegion ¶
func NewRegion(id string, baseUrl string, createdAt string, active bool, name string, capabilities RegionCapability) *Region
NewRegion instantiates a new Region 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 NewRegionWithDefaults ¶
func NewRegionWithDefaults() *Region
NewRegionWithDefaults instantiates a new Region 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 (*Region) GetActiveOk ¶
GetActiveOk returns a tuple with the Active field value and a boolean to check if the value has been set.
func (*Region) GetBaseUrl ¶
GetBaseUrl returns the BaseUrl field value
func (*Region) GetBaseUrlOk ¶
GetBaseUrlOk returns a tuple with the BaseUrl field value and a boolean to check if the value has been set.
func (*Region) GetCapabilities ¶
func (o *Region) GetCapabilities() RegionCapability
GetCapabilities returns the Capabilities field value
func (*Region) GetCapabilitiesOk ¶
func (o *Region) GetCapabilitiesOk() (*RegionCapability, bool)
GetCapabilitiesOk returns a tuple with the Capabilities field value and a boolean to check if the value has been set.
func (*Region) GetCreatedAt ¶
GetCreatedAt returns the CreatedAt field value
func (*Region) GetCreatedAtOk ¶
GetCreatedAtOk returns a tuple with the CreatedAt field value and a boolean to check if the value has been set.
func (*Region) GetIdOk ¶
GetIdOk returns a tuple with the Id field value and a boolean to check if the value has been set.
func (*Region) GetLastPing ¶
GetLastPing returns the LastPing field value if set, zero value otherwise.
func (*Region) GetLastPingOk ¶
GetLastPingOk returns a tuple with the LastPing field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Region) GetNameOk ¶
GetNameOk returns a tuple with the Name field value and a boolean to check if the value has been set.
func (*Region) HasLastPing ¶
HasLastPing returns a boolean if a field has been set.
func (Region) MarshalJSON ¶
func (*Region) SetCapabilities ¶
func (o *Region) SetCapabilities(v RegionCapability)
SetCapabilities sets field value
func (*Region) SetLastPing ¶
SetLastPing gets a reference to the given time.Time and assigns it to the LastPing field.
type RegionCapability ¶
type RegionCapability struct { MODULE_LIST []string `json:"MODULE_LIST,omitempty"` EE []string `json:"EE,omitempty"` }
RegionCapability struct for RegionCapability
func NewRegionCapability ¶
func NewRegionCapability() *RegionCapability
NewRegionCapability instantiates a new RegionCapability 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 NewRegionCapabilityWithDefaults ¶
func NewRegionCapabilityWithDefaults() *RegionCapability
NewRegionCapabilityWithDefaults instantiates a new RegionCapability 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 (*RegionCapability) GetEE ¶
func (o *RegionCapability) GetEE() []string
GetEE returns the EE field value if set, zero value otherwise.
func (*RegionCapability) GetEEOk ¶
func (o *RegionCapability) GetEEOk() ([]string, bool)
GetEEOk returns a tuple with the EE field value if set, nil otherwise and a boolean to check if the value has been set.
func (*RegionCapability) GetMODULE_LIST ¶
func (o *RegionCapability) GetMODULE_LIST() []string
GetMODULE_LIST returns the MODULE_LIST field value if set, zero value otherwise.
func (*RegionCapability) GetMODULE_LISTOk ¶
func (o *RegionCapability) GetMODULE_LISTOk() ([]string, bool)
GetMODULE_LISTOk returns a tuple with the MODULE_LIST field value if set, nil otherwise and a boolean to check if the value has been set.
func (*RegionCapability) HasEE ¶
func (o *RegionCapability) HasEE() bool
HasEE returns a boolean if a field has been set.
func (*RegionCapability) HasMODULE_LIST ¶
func (o *RegionCapability) HasMODULE_LIST() bool
HasMODULE_LIST returns a boolean if a field has been set.
func (RegionCapability) MarshalJSON ¶
func (o RegionCapability) MarshalJSON() ([]byte, error)
func (*RegionCapability) SetEE ¶
func (o *RegionCapability) SetEE(v []string)
SetEE gets a reference to the given []string and assigns it to the EE field.
func (*RegionCapability) SetMODULE_LIST ¶
func (o *RegionCapability) SetMODULE_LIST(v []string)
SetMODULE_LIST gets a reference to the given []string and assigns it to the MODULE_LIST field.
func (RegionCapability) ToMap ¶
func (o RegionCapability) ToMap() (map[string]interface{}, error)
type RegionCapabilityKeys ¶
type RegionCapabilityKeys string
RegionCapabilityKeys the model 'RegionCapabilityKeys'
const ( MODULE_LIST RegionCapabilityKeys = "MODULE_LIST" EE RegionCapabilityKeys = "EE" )
List of RegionCapabilityKeys
func NewRegionCapabilityKeysFromValue ¶
func NewRegionCapabilityKeysFromValue(v string) (*RegionCapabilityKeys, error)
NewRegionCapabilityKeysFromValue returns a pointer to a valid RegionCapabilityKeys for the value passed as argument, or an error if the value passed is not allowed by the enum
func (RegionCapabilityKeys) IsValid ¶
func (v RegionCapabilityKeys) IsValid() bool
IsValid return true if the value is valid for the enum, false otherwise
func (RegionCapabilityKeys) Ptr ¶
func (v RegionCapabilityKeys) Ptr() *RegionCapabilityKeys
Ptr returns reference to RegionCapabilityKeys value
func (*RegionCapabilityKeys) UnmarshalJSON ¶
func (v *RegionCapabilityKeys) UnmarshalJSON(src []byte) error
type Role ¶
type Role string
Role the model 'Role'
func NewRoleFromValue ¶
NewRoleFromValue returns a pointer to a valid Role for the value passed as argument, or an error if the value passed is not allowed by the enum
func (*Role) UnmarshalJSON ¶
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 ServerInfo ¶
type ServerInfo struct { Version string `json:"version"` Capabilities []Capability `json:"capabilities,omitempty"` ConsoleURL *string `json:"consoleURL,omitempty"` }
ServerInfo struct for ServerInfo
func NewServerInfo ¶
func NewServerInfo(version string) *ServerInfo
NewServerInfo instantiates a new ServerInfo 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 NewServerInfoWithDefaults ¶
func NewServerInfoWithDefaults() *ServerInfo
NewServerInfoWithDefaults instantiates a new ServerInfo 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 (*ServerInfo) GetCapabilities ¶
func (o *ServerInfo) GetCapabilities() []Capability
GetCapabilities returns the Capabilities field value if set, zero value otherwise.
func (*ServerInfo) GetCapabilitiesOk ¶
func (o *ServerInfo) GetCapabilitiesOk() ([]Capability, bool)
GetCapabilitiesOk returns a tuple with the Capabilities field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ServerInfo) GetConsoleURL ¶
func (o *ServerInfo) GetConsoleURL() string
GetConsoleURL returns the ConsoleURL field value if set, zero value otherwise.
func (*ServerInfo) GetConsoleURLOk ¶
func (o *ServerInfo) GetConsoleURLOk() (*string, bool)
GetConsoleURLOk returns a tuple with the ConsoleURL field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ServerInfo) GetVersion ¶
func (o *ServerInfo) GetVersion() string
GetVersion returns the Version field value
func (*ServerInfo) GetVersionOk ¶
func (o *ServerInfo) GetVersionOk() (*string, bool)
GetVersionOk returns a tuple with the Version field value and a boolean to check if the value has been set.
func (*ServerInfo) HasCapabilities ¶
func (o *ServerInfo) HasCapabilities() bool
HasCapabilities returns a boolean if a field has been set.
func (*ServerInfo) HasConsoleURL ¶
func (o *ServerInfo) HasConsoleURL() bool
HasConsoleURL returns a boolean if a field has been set.
func (ServerInfo) MarshalJSON ¶
func (o ServerInfo) MarshalJSON() ([]byte, error)
func (*ServerInfo) SetCapabilities ¶
func (o *ServerInfo) SetCapabilities(v []Capability)
SetCapabilities gets a reference to the given []Capability and assigns it to the Capabilities field.
func (*ServerInfo) SetConsoleURL ¶
func (o *ServerInfo) SetConsoleURL(v string)
SetConsoleURL gets a reference to the given string and assigns it to the ConsoleURL field.
func (*ServerInfo) SetVersion ¶
func (o *ServerInfo) SetVersion(v string)
SetVersion sets field value
func (ServerInfo) ToMap ¶
func (o ServerInfo) ToMap() (map[string]interface{}, error)
type ServerVariable ¶
ServerVariable stores the information about a server variable
type Stack ¶
type Stack struct { // Stack name Name string `json:"name"` Metadata *map[string]string `json:"metadata,omitempty"` // Supported only with agent version >= v0.7.0 Version *string `json:"version,omitempty"` Status string `json:"status"` State string `json:"state"` ExpectedStatus string `json:"expectedStatus"` LastStateUpdate time.Time `json:"lastStateUpdate"` LastExpectedStatusUpdate time.Time `json:"lastExpectedStatusUpdate"` LastStatusUpdate time.Time `json:"lastStatusUpdate"` // Stack is reachable through Stargate Reachable bool `json:"reachable"` // Last time the stack was reachable LastReachableUpdate *time.Time `json:"lastReachableUpdate,omitempty"` // Stack ID Id string `json:"id"` // Organization ID OrganizationId string `json:"organizationId"` // Base stack uri Uri string `json:"uri"` // The region where the stack is installed RegionID string `json:"regionID"` StargateEnabled bool `json:"stargateEnabled"` CreatedAt *time.Time `json:"createdAt,omitempty"` DeletedAt *time.Time `json:"deletedAt,omitempty"` DisabledAt *time.Time `json:"disabledAt,omitempty"` AuditEnabled *bool `json:"auditEnabled,omitempty"` Synchronised bool `json:"synchronised"` }
Stack struct for Stack
func NewStack ¶
func NewStack(name string, status string, state string, expectedStatus string, lastStateUpdate time.Time, lastExpectedStatusUpdate time.Time, lastStatusUpdate time.Time, reachable bool, id string, organizationId string, uri string, regionID string, stargateEnabled bool, synchronised bool) *Stack
NewStack instantiates a new Stack 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 NewStackWithDefaults ¶
func NewStackWithDefaults() *Stack
NewStackWithDefaults instantiates a new Stack 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 (*Stack) GetAuditEnabled ¶
GetAuditEnabled returns the AuditEnabled field value if set, zero value otherwise.
func (*Stack) GetAuditEnabledOk ¶
GetAuditEnabledOk returns a tuple with the AuditEnabled field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Stack) GetCreatedAt ¶
GetCreatedAt returns the CreatedAt field value if set, zero value otherwise.
func (*Stack) GetCreatedAtOk ¶
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 (*Stack) GetDeletedAt ¶
GetDeletedAt returns the DeletedAt field value if set, zero value otherwise.
func (*Stack) GetDeletedAtOk ¶
GetDeletedAtOk returns a tuple with the DeletedAt field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Stack) GetDisabledAt ¶
GetDisabledAt returns the DisabledAt field value if set, zero value otherwise.
func (*Stack) GetDisabledAtOk ¶
GetDisabledAtOk returns a tuple with the DisabledAt field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Stack) GetExpectedStatus ¶
GetExpectedStatus returns the ExpectedStatus field value
func (*Stack) GetExpectedStatusOk ¶
GetExpectedStatusOk returns a tuple with the ExpectedStatus field value and a boolean to check if the value has been set.
func (*Stack) GetIdOk ¶
GetIdOk returns a tuple with the Id field value and a boolean to check if the value has been set.
func (*Stack) GetLastExpectedStatusUpdate ¶
GetLastExpectedStatusUpdate returns the LastExpectedStatusUpdate field value
func (*Stack) GetLastExpectedStatusUpdateOk ¶
GetLastExpectedStatusUpdateOk returns a tuple with the LastExpectedStatusUpdate field value and a boolean to check if the value has been set.
func (*Stack) GetLastReachableUpdate ¶
GetLastReachableUpdate returns the LastReachableUpdate field value if set, zero value otherwise.
func (*Stack) GetLastReachableUpdateOk ¶
GetLastReachableUpdateOk returns a tuple with the LastReachableUpdate field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Stack) GetLastStateUpdate ¶
GetLastStateUpdate returns the LastStateUpdate field value
func (*Stack) GetLastStateUpdateOk ¶
GetLastStateUpdateOk returns a tuple with the LastStateUpdate field value and a boolean to check if the value has been set.
func (*Stack) GetLastStatusUpdate ¶
GetLastStatusUpdate returns the LastStatusUpdate field value
func (*Stack) GetLastStatusUpdateOk ¶
GetLastStatusUpdateOk returns a tuple with the LastStatusUpdate field value and a boolean to check if the value has been set.
func (*Stack) GetMetadata ¶
GetMetadata returns the Metadata field value if set, zero value otherwise.
func (*Stack) GetMetadataOk ¶
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 (*Stack) GetNameOk ¶
GetNameOk returns a tuple with the Name field value and a boolean to check if the value has been set.
func (*Stack) GetOrganizationId ¶
GetOrganizationId returns the OrganizationId field value
func (*Stack) GetOrganizationIdOk ¶
GetOrganizationIdOk returns a tuple with the OrganizationId field value and a boolean to check if the value has been set.
func (*Stack) GetReachable ¶
GetReachable returns the Reachable field value
func (*Stack) GetReachableOk ¶
GetReachableOk returns a tuple with the Reachable field value and a boolean to check if the value has been set.
func (*Stack) GetRegionID ¶
GetRegionID returns the RegionID field value
func (*Stack) GetRegionIDOk ¶
GetRegionIDOk returns a tuple with the RegionID field value and a boolean to check if the value has been set.
func (*Stack) GetStargateEnabled ¶
GetStargateEnabled returns the StargateEnabled field value
func (*Stack) GetStargateEnabledOk ¶
GetStargateEnabledOk returns a tuple with the StargateEnabled field value and a boolean to check if the value has been set.
func (*Stack) GetStateOk ¶
GetStateOk returns a tuple with the State field value and a boolean to check if the value has been set.
func (*Stack) GetStatusOk ¶
GetStatusOk returns a tuple with the Status field value and a boolean to check if the value has been set.
func (*Stack) GetSynchronised ¶
GetSynchronised returns the Synchronised field value
func (*Stack) GetSynchronisedOk ¶
GetSynchronisedOk returns a tuple with the Synchronised field value and a boolean to check if the value has been set.
func (*Stack) GetUriOk ¶
GetUriOk returns a tuple with the Uri field value and a boolean to check if the value has been set.
func (*Stack) GetVersion ¶
GetVersion returns the Version field value if set, zero value otherwise.
func (*Stack) GetVersionOk ¶
GetVersionOk returns a tuple with the Version field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Stack) HasAuditEnabled ¶
HasAuditEnabled returns a boolean if a field has been set.
func (*Stack) HasCreatedAt ¶
HasCreatedAt returns a boolean if a field has been set.
func (*Stack) HasDeletedAt ¶
HasDeletedAt returns a boolean if a field has been set.
func (*Stack) HasDisabledAt ¶
HasDisabledAt returns a boolean if a field has been set.
func (*Stack) HasLastReachableUpdate ¶
HasLastReachableUpdate returns a boolean if a field has been set.
func (*Stack) HasMetadata ¶
HasMetadata returns a boolean if a field has been set.
func (*Stack) HasVersion ¶
HasVersion returns a boolean if a field has been set.
func (Stack) MarshalJSON ¶
func (*Stack) SetAuditEnabled ¶
SetAuditEnabled gets a reference to the given bool and assigns it to the AuditEnabled field.
func (*Stack) SetCreatedAt ¶
SetCreatedAt gets a reference to the given time.Time and assigns it to the CreatedAt field.
func (*Stack) SetDeletedAt ¶
SetDeletedAt gets a reference to the given time.Time and assigns it to the DeletedAt field.
func (*Stack) SetDisabledAt ¶
SetDisabledAt gets a reference to the given time.Time and assigns it to the DisabledAt field.
func (*Stack) SetExpectedStatus ¶
SetExpectedStatus sets field value
func (*Stack) SetLastExpectedStatusUpdate ¶
SetLastExpectedStatusUpdate sets field value
func (*Stack) SetLastReachableUpdate ¶
SetLastReachableUpdate gets a reference to the given time.Time and assigns it to the LastReachableUpdate field.
func (*Stack) SetLastStateUpdate ¶
SetLastStateUpdate sets field value
func (*Stack) SetLastStatusUpdate ¶
SetLastStatusUpdate sets field value
func (*Stack) SetMetadata ¶
SetMetadata gets a reference to the given map[string]string and assigns it to the Metadata field.
func (*Stack) SetOrganizationId ¶
SetOrganizationId sets field value
func (*Stack) SetStargateEnabled ¶
SetStargateEnabled sets field value
func (*Stack) SetSynchronised ¶
SetSynchronised sets field value
func (*Stack) SetVersion ¶
SetVersion gets a reference to the given string and assigns it to the Version field.
type StackAllOf ¶
type StackAllOf struct { // Stack ID Id string `json:"id"` // Organization ID OrganizationId string `json:"organizationId"` // Base stack uri Uri string `json:"uri"` // The region where the stack is installed RegionID string `json:"regionID"` StargateEnabled bool `json:"stargateEnabled"` CreatedAt *time.Time `json:"createdAt,omitempty"` DeletedAt *time.Time `json:"deletedAt,omitempty"` DisabledAt *time.Time `json:"disabledAt,omitempty"` AuditEnabled *bool `json:"auditEnabled,omitempty"` Synchronised bool `json:"synchronised"` }
StackAllOf struct for StackAllOf
func NewStackAllOf ¶
func NewStackAllOf(id string, organizationId string, uri string, regionID string, stargateEnabled bool, synchronised bool) *StackAllOf
NewStackAllOf instantiates a new StackAllOf 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 NewStackAllOfWithDefaults ¶
func NewStackAllOfWithDefaults() *StackAllOf
NewStackAllOfWithDefaults instantiates a new StackAllOf 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 (*StackAllOf) GetAuditEnabled ¶
func (o *StackAllOf) GetAuditEnabled() bool
GetAuditEnabled returns the AuditEnabled field value if set, zero value otherwise.
func (*StackAllOf) GetAuditEnabledOk ¶
func (o *StackAllOf) GetAuditEnabledOk() (*bool, bool)
GetAuditEnabledOk returns a tuple with the AuditEnabled field value if set, nil otherwise and a boolean to check if the value has been set.
func (*StackAllOf) GetCreatedAt ¶
func (o *StackAllOf) GetCreatedAt() time.Time
GetCreatedAt returns the CreatedAt field value if set, zero value otherwise.
func (*StackAllOf) GetCreatedAtOk ¶
func (o *StackAllOf) 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 (*StackAllOf) GetDeletedAt ¶
func (o *StackAllOf) GetDeletedAt() time.Time
GetDeletedAt returns the DeletedAt field value if set, zero value otherwise.
func (*StackAllOf) GetDeletedAtOk ¶
func (o *StackAllOf) GetDeletedAtOk() (*time.Time, bool)
GetDeletedAtOk returns a tuple with the DeletedAt field value if set, nil otherwise and a boolean to check if the value has been set.
func (*StackAllOf) GetDisabledAt ¶
func (o *StackAllOf) GetDisabledAt() time.Time
GetDisabledAt returns the DisabledAt field value if set, zero value otherwise.
func (*StackAllOf) GetDisabledAtOk ¶
func (o *StackAllOf) GetDisabledAtOk() (*time.Time, bool)
GetDisabledAtOk returns a tuple with the DisabledAt field value if set, nil otherwise and a boolean to check if the value has been set.
func (*StackAllOf) GetIdOk ¶
func (o *StackAllOf) GetIdOk() (*string, bool)
GetIdOk returns a tuple with the Id field value and a boolean to check if the value has been set.
func (*StackAllOf) GetOrganizationId ¶
func (o *StackAllOf) GetOrganizationId() string
GetOrganizationId returns the OrganizationId field value
func (*StackAllOf) GetOrganizationIdOk ¶
func (o *StackAllOf) GetOrganizationIdOk() (*string, bool)
GetOrganizationIdOk returns a tuple with the OrganizationId field value and a boolean to check if the value has been set.
func (*StackAllOf) GetRegionID ¶
func (o *StackAllOf) GetRegionID() string
GetRegionID returns the RegionID field value
func (*StackAllOf) GetRegionIDOk ¶
func (o *StackAllOf) GetRegionIDOk() (*string, bool)
GetRegionIDOk returns a tuple with the RegionID field value and a boolean to check if the value has been set.
func (*StackAllOf) GetStargateEnabled ¶
func (o *StackAllOf) GetStargateEnabled() bool
GetStargateEnabled returns the StargateEnabled field value
func (*StackAllOf) GetStargateEnabledOk ¶
func (o *StackAllOf) GetStargateEnabledOk() (*bool, bool)
GetStargateEnabledOk returns a tuple with the StargateEnabled field value and a boolean to check if the value has been set.
func (*StackAllOf) GetSynchronised ¶
func (o *StackAllOf) GetSynchronised() bool
GetSynchronised returns the Synchronised field value
func (*StackAllOf) GetSynchronisedOk ¶
func (o *StackAllOf) GetSynchronisedOk() (*bool, bool)
GetSynchronisedOk returns a tuple with the Synchronised field value and a boolean to check if the value has been set.
func (*StackAllOf) GetUriOk ¶
func (o *StackAllOf) GetUriOk() (*string, bool)
GetUriOk returns a tuple with the Uri field value and a boolean to check if the value has been set.
func (*StackAllOf) HasAuditEnabled ¶
func (o *StackAllOf) HasAuditEnabled() bool
HasAuditEnabled returns a boolean if a field has been set.
func (*StackAllOf) HasCreatedAt ¶
func (o *StackAllOf) HasCreatedAt() bool
HasCreatedAt returns a boolean if a field has been set.
func (*StackAllOf) HasDeletedAt ¶
func (o *StackAllOf) HasDeletedAt() bool
HasDeletedAt returns a boolean if a field has been set.
func (*StackAllOf) HasDisabledAt ¶
func (o *StackAllOf) HasDisabledAt() bool
HasDisabledAt returns a boolean if a field has been set.
func (StackAllOf) MarshalJSON ¶
func (o StackAllOf) MarshalJSON() ([]byte, error)
func (*StackAllOf) SetAuditEnabled ¶
func (o *StackAllOf) SetAuditEnabled(v bool)
SetAuditEnabled gets a reference to the given bool and assigns it to the AuditEnabled field.
func (*StackAllOf) SetCreatedAt ¶
func (o *StackAllOf) SetCreatedAt(v time.Time)
SetCreatedAt gets a reference to the given time.Time and assigns it to the CreatedAt field.
func (*StackAllOf) SetDeletedAt ¶
func (o *StackAllOf) SetDeletedAt(v time.Time)
SetDeletedAt gets a reference to the given time.Time and assigns it to the DeletedAt field.
func (*StackAllOf) SetDisabledAt ¶
func (o *StackAllOf) SetDisabledAt(v time.Time)
SetDisabledAt gets a reference to the given time.Time and assigns it to the DisabledAt field.
func (*StackAllOf) SetOrganizationId ¶
func (o *StackAllOf) SetOrganizationId(v string)
SetOrganizationId sets field value
func (*StackAllOf) SetRegionID ¶
func (o *StackAllOf) SetRegionID(v string)
SetRegionID sets field value
func (*StackAllOf) SetStargateEnabled ¶
func (o *StackAllOf) SetStargateEnabled(v bool)
SetStargateEnabled sets field value
func (*StackAllOf) SetSynchronised ¶
func (o *StackAllOf) SetSynchronised(v bool)
SetSynchronised sets field value
func (StackAllOf) ToMap ¶
func (o StackAllOf) ToMap() (map[string]interface{}, error)
type StackClaim ¶
StackClaim struct for StackClaim
func NewStackClaim ¶
func NewStackClaim(id string, role Role) *StackClaim
NewStackClaim instantiates a new StackClaim 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 NewStackClaimWithDefaults ¶
func NewStackClaimWithDefaults() *StackClaim
NewStackClaimWithDefaults instantiates a new StackClaim 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 (*StackClaim) GetIdOk ¶
func (o *StackClaim) GetIdOk() (*string, bool)
GetIdOk returns a tuple with the Id field value and a boolean to check if the value has been set.
func (*StackClaim) GetRole ¶
func (o *StackClaim) GetRole() Role
GetRole returns the Role field value
func (*StackClaim) GetRoleOk ¶
func (o *StackClaim) GetRoleOk() (*Role, bool)
GetRoleOk returns a tuple with the Role field value and a boolean to check if the value has been set.
func (StackClaim) MarshalJSON ¶
func (o StackClaim) MarshalJSON() ([]byte, error)
func (StackClaim) ToMap ¶
func (o StackClaim) ToMap() (map[string]interface{}, error)
type StackData ¶
type StackData struct { // Stack name Name string `json:"name"` Metadata *map[string]string `json:"metadata,omitempty"` }
StackData struct for StackData
func NewStackData ¶
NewStackData instantiates a new StackData 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 NewStackDataWithDefaults ¶
func NewStackDataWithDefaults() *StackData
NewStackDataWithDefaults instantiates a new StackData 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 (*StackData) GetMetadata ¶
GetMetadata returns the Metadata field value if set, zero value otherwise.
func (*StackData) GetMetadataOk ¶
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 (*StackData) GetNameOk ¶
GetNameOk returns a tuple with the Name field value and a boolean to check if the value has been set.
func (*StackData) HasMetadata ¶
HasMetadata returns a boolean if a field has been set.
func (StackData) MarshalJSON ¶
func (*StackData) SetMetadata ¶
SetMetadata gets a reference to the given map[string]string and assigns it to the Metadata field.
type StackLifeCycle ¶
type StackLifeCycle struct { Status string `json:"status"` State string `json:"state"` ExpectedStatus string `json:"expectedStatus"` LastStateUpdate time.Time `json:"lastStateUpdate"` LastExpectedStatusUpdate time.Time `json:"lastExpectedStatusUpdate"` LastStatusUpdate time.Time `json:"lastStatusUpdate"` }
StackLifeCycle struct for StackLifeCycle
func NewStackLifeCycle ¶
func NewStackLifeCycle(status string, state string, expectedStatus string, lastStateUpdate time.Time, lastExpectedStatusUpdate time.Time, lastStatusUpdate time.Time) *StackLifeCycle
NewStackLifeCycle instantiates a new StackLifeCycle 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 NewStackLifeCycleWithDefaults ¶
func NewStackLifeCycleWithDefaults() *StackLifeCycle
NewStackLifeCycleWithDefaults instantiates a new StackLifeCycle 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 (*StackLifeCycle) GetExpectedStatus ¶
func (o *StackLifeCycle) GetExpectedStatus() string
GetExpectedStatus returns the ExpectedStatus field value
func (*StackLifeCycle) GetExpectedStatusOk ¶
func (o *StackLifeCycle) GetExpectedStatusOk() (*string, bool)
GetExpectedStatusOk returns a tuple with the ExpectedStatus field value and a boolean to check if the value has been set.
func (*StackLifeCycle) GetLastExpectedStatusUpdate ¶
func (o *StackLifeCycle) GetLastExpectedStatusUpdate() time.Time
GetLastExpectedStatusUpdate returns the LastExpectedStatusUpdate field value
func (*StackLifeCycle) GetLastExpectedStatusUpdateOk ¶
func (o *StackLifeCycle) GetLastExpectedStatusUpdateOk() (*time.Time, bool)
GetLastExpectedStatusUpdateOk returns a tuple with the LastExpectedStatusUpdate field value and a boolean to check if the value has been set.
func (*StackLifeCycle) GetLastStateUpdate ¶
func (o *StackLifeCycle) GetLastStateUpdate() time.Time
GetLastStateUpdate returns the LastStateUpdate field value
func (*StackLifeCycle) GetLastStateUpdateOk ¶
func (o *StackLifeCycle) GetLastStateUpdateOk() (*time.Time, bool)
GetLastStateUpdateOk returns a tuple with the LastStateUpdate field value and a boolean to check if the value has been set.
func (*StackLifeCycle) GetLastStatusUpdate ¶
func (o *StackLifeCycle) GetLastStatusUpdate() time.Time
GetLastStatusUpdate returns the LastStatusUpdate field value
func (*StackLifeCycle) GetLastStatusUpdateOk ¶
func (o *StackLifeCycle) GetLastStatusUpdateOk() (*time.Time, bool)
GetLastStatusUpdateOk returns a tuple with the LastStatusUpdate field value and a boolean to check if the value has been set.
func (*StackLifeCycle) GetState ¶
func (o *StackLifeCycle) GetState() string
GetState returns the State field value
func (*StackLifeCycle) GetStateOk ¶
func (o *StackLifeCycle) GetStateOk() (*string, bool)
GetStateOk returns a tuple with the State field value and a boolean to check if the value has been set.
func (*StackLifeCycle) GetStatus ¶
func (o *StackLifeCycle) GetStatus() string
GetStatus returns the Status field value
func (*StackLifeCycle) GetStatusOk ¶
func (o *StackLifeCycle) GetStatusOk() (*string, bool)
GetStatusOk returns a tuple with the Status field value and a boolean to check if the value has been set.
func (StackLifeCycle) MarshalJSON ¶
func (o StackLifeCycle) MarshalJSON() ([]byte, error)
func (*StackLifeCycle) SetExpectedStatus ¶
func (o *StackLifeCycle) SetExpectedStatus(v string)
SetExpectedStatus sets field value
func (*StackLifeCycle) SetLastExpectedStatusUpdate ¶
func (o *StackLifeCycle) SetLastExpectedStatusUpdate(v time.Time)
SetLastExpectedStatusUpdate sets field value
func (*StackLifeCycle) SetLastStateUpdate ¶
func (o *StackLifeCycle) SetLastStateUpdate(v time.Time)
SetLastStateUpdate sets field value
func (*StackLifeCycle) SetLastStatusUpdate ¶
func (o *StackLifeCycle) SetLastStatusUpdate(v time.Time)
SetLastStatusUpdate sets field value
func (*StackLifeCycle) SetState ¶
func (o *StackLifeCycle) SetState(v string)
SetState sets field value
func (*StackLifeCycle) SetStatus ¶
func (o *StackLifeCycle) SetStatus(v string)
SetStatus sets field value
func (StackLifeCycle) ToMap ¶
func (o StackLifeCycle) ToMap() (map[string]interface{}, error)
type StackReachability ¶
type StackReachability struct { // Stack is reachable through Stargate Reachable bool `json:"reachable"` // Last time the stack was reachable LastReachableUpdate *time.Time `json:"lastReachableUpdate,omitempty"` }
StackReachability struct for StackReachability
func NewStackReachability ¶
func NewStackReachability(reachable bool) *StackReachability
NewStackReachability instantiates a new StackReachability 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 NewStackReachabilityWithDefaults ¶
func NewStackReachabilityWithDefaults() *StackReachability
NewStackReachabilityWithDefaults instantiates a new StackReachability 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 (*StackReachability) GetLastReachableUpdate ¶
func (o *StackReachability) GetLastReachableUpdate() time.Time
GetLastReachableUpdate returns the LastReachableUpdate field value if set, zero value otherwise.
func (*StackReachability) GetLastReachableUpdateOk ¶
func (o *StackReachability) GetLastReachableUpdateOk() (*time.Time, bool)
GetLastReachableUpdateOk returns a tuple with the LastReachableUpdate field value if set, nil otherwise and a boolean to check if the value has been set.
func (*StackReachability) GetReachable ¶
func (o *StackReachability) GetReachable() bool
GetReachable returns the Reachable field value
func (*StackReachability) GetReachableOk ¶
func (o *StackReachability) GetReachableOk() (*bool, bool)
GetReachableOk returns a tuple with the Reachable field value and a boolean to check if the value has been set.
func (*StackReachability) HasLastReachableUpdate ¶
func (o *StackReachability) HasLastReachableUpdate() bool
HasLastReachableUpdate returns a boolean if a field has been set.
func (StackReachability) MarshalJSON ¶
func (o StackReachability) MarshalJSON() ([]byte, error)
func (*StackReachability) SetLastReachableUpdate ¶
func (o *StackReachability) SetLastReachableUpdate(v time.Time)
SetLastReachableUpdate gets a reference to the given time.Time and assigns it to the LastReachableUpdate field.
func (*StackReachability) SetReachable ¶
func (o *StackReachability) SetReachable(v bool)
SetReachable sets field value
func (StackReachability) ToMap ¶
func (o StackReachability) ToMap() (map[string]interface{}, error)
type StackUserAccess ¶
type StackUserAccess struct { // Stack ID StackId string `json:"stackId"` // User ID UserId string `json:"userId"` Role Role `json:"role"` }
StackUserAccess struct for StackUserAccess
func NewStackUserAccess ¶
func NewStackUserAccess(stackId string, userId string, role Role) *StackUserAccess
NewStackUserAccess instantiates a new StackUserAccess 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 NewStackUserAccessWithDefaults ¶
func NewStackUserAccessWithDefaults() *StackUserAccess
NewStackUserAccessWithDefaults instantiates a new StackUserAccess 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 (*StackUserAccess) GetRole ¶
func (o *StackUserAccess) GetRole() Role
GetRole returns the Role field value
func (*StackUserAccess) GetRoleOk ¶
func (o *StackUserAccess) GetRoleOk() (*Role, bool)
GetRoleOk returns a tuple with the Role field value and a boolean to check if the value has been set.
func (*StackUserAccess) GetStackId ¶
func (o *StackUserAccess) GetStackId() string
GetStackId returns the StackId field value
func (*StackUserAccess) GetStackIdOk ¶
func (o *StackUserAccess) GetStackIdOk() (*string, bool)
GetStackIdOk returns a tuple with the StackId field value and a boolean to check if the value has been set.
func (*StackUserAccess) GetUserId ¶
func (o *StackUserAccess) GetUserId() string
GetUserId returns the UserId field value
func (*StackUserAccess) GetUserIdOk ¶
func (o *StackUserAccess) GetUserIdOk() (*string, bool)
GetUserIdOk returns a tuple with the UserId field value and a boolean to check if the value has been set.
func (StackUserAccess) MarshalJSON ¶
func (o StackUserAccess) MarshalJSON() ([]byte, error)
func (*StackUserAccess) SetRole ¶
func (o *StackUserAccess) SetRole(v Role)
SetRole sets field value
func (*StackUserAccess) SetStackId ¶
func (o *StackUserAccess) SetStackId(v string)
SetStackId sets field value
func (*StackUserAccess) SetUserId ¶
func (o *StackUserAccess) SetUserId(v string)
SetUserId sets field value
func (StackUserAccess) ToMap ¶
func (o StackUserAccess) ToMap() (map[string]interface{}, error)
type StackUserAccessAllOf ¶
type StackUserAccessAllOf struct { // Stack ID StackId string `json:"stackId"` // User ID UserId string `json:"userId"` Role Role `json:"role"` }
StackUserAccessAllOf struct for StackUserAccessAllOf
func NewStackUserAccessAllOf ¶
func NewStackUserAccessAllOf(stackId string, userId string, role Role) *StackUserAccessAllOf
NewStackUserAccessAllOf instantiates a new StackUserAccessAllOf 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 NewStackUserAccessAllOfWithDefaults ¶
func NewStackUserAccessAllOfWithDefaults() *StackUserAccessAllOf
NewStackUserAccessAllOfWithDefaults instantiates a new StackUserAccessAllOf 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 (*StackUserAccessAllOf) GetRole ¶
func (o *StackUserAccessAllOf) GetRole() Role
GetRole returns the Role field value
func (*StackUserAccessAllOf) GetRoleOk ¶
func (o *StackUserAccessAllOf) GetRoleOk() (*Role, bool)
GetRoleOk returns a tuple with the Role field value and a boolean to check if the value has been set.
func (*StackUserAccessAllOf) GetStackId ¶
func (o *StackUserAccessAllOf) GetStackId() string
GetStackId returns the StackId field value
func (*StackUserAccessAllOf) GetStackIdOk ¶
func (o *StackUserAccessAllOf) GetStackIdOk() (*string, bool)
GetStackIdOk returns a tuple with the StackId field value and a boolean to check if the value has been set.
func (*StackUserAccessAllOf) GetUserId ¶
func (o *StackUserAccessAllOf) GetUserId() string
GetUserId returns the UserId field value
func (*StackUserAccessAllOf) GetUserIdOk ¶
func (o *StackUserAccessAllOf) GetUserIdOk() (*string, bool)
GetUserIdOk returns a tuple with the UserId field value and a boolean to check if the value has been set.
func (StackUserAccessAllOf) MarshalJSON ¶
func (o StackUserAccessAllOf) MarshalJSON() ([]byte, error)
func (*StackUserAccessAllOf) SetRole ¶
func (o *StackUserAccessAllOf) SetRole(v Role)
SetRole sets field value
func (*StackUserAccessAllOf) SetStackId ¶
func (o *StackUserAccessAllOf) SetStackId(v string)
SetStackId sets field value
func (*StackUserAccessAllOf) SetUserId ¶
func (o *StackUserAccessAllOf) SetUserId(v string)
SetUserId sets field value
func (StackUserAccessAllOf) ToMap ¶
func (o StackUserAccessAllOf) ToMap() (map[string]interface{}, error)
type StackUserAccessResponse ¶
type StackUserAccessResponse struct {
Data []StackUserAccess `json:"data,omitempty"`
}
StackUserAccessResponse struct for StackUserAccessResponse
func NewStackUserAccessResponse ¶
func NewStackUserAccessResponse() *StackUserAccessResponse
NewStackUserAccessResponse instantiates a new StackUserAccessResponse 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 NewStackUserAccessResponseWithDefaults ¶
func NewStackUserAccessResponseWithDefaults() *StackUserAccessResponse
NewStackUserAccessResponseWithDefaults instantiates a new StackUserAccessResponse 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 (*StackUserAccessResponse) GetData ¶
func (o *StackUserAccessResponse) GetData() []StackUserAccess
GetData returns the Data field value if set, zero value otherwise.
func (*StackUserAccessResponse) GetDataOk ¶
func (o *StackUserAccessResponse) GetDataOk() ([]StackUserAccess, 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 (*StackUserAccessResponse) HasData ¶
func (o *StackUserAccessResponse) HasData() bool
HasData returns a boolean if a field has been set.
func (StackUserAccessResponse) MarshalJSON ¶
func (o StackUserAccessResponse) MarshalJSON() ([]byte, error)
func (*StackUserAccessResponse) SetData ¶
func (o *StackUserAccessResponse) SetData(v []StackUserAccess)
SetData gets a reference to the given []StackUserAccess and assigns it to the Data field.
func (StackUserAccessResponse) ToMap ¶
func (o StackUserAccessResponse) ToMap() (map[string]interface{}, error)
type StackVersion ¶
type StackVersion struct { // Supported only with agent version >= v0.7.0 Version *string `json:"version,omitempty"` }
StackVersion struct for StackVersion
func NewStackVersion ¶
func NewStackVersion() *StackVersion
NewStackVersion instantiates a new StackVersion 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 NewStackVersionWithDefaults ¶
func NewStackVersionWithDefaults() *StackVersion
NewStackVersionWithDefaults instantiates a new StackVersion 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 (*StackVersion) GetVersion ¶
func (o *StackVersion) GetVersion() string
GetVersion returns the Version field value if set, zero value otherwise.
func (*StackVersion) GetVersionOk ¶
func (o *StackVersion) GetVersionOk() (*string, bool)
GetVersionOk returns a tuple with the Version field value if set, nil otherwise and a boolean to check if the value has been set.
func (*StackVersion) HasVersion ¶
func (o *StackVersion) HasVersion() bool
HasVersion returns a boolean if a field has been set.
func (StackVersion) MarshalJSON ¶
func (o StackVersion) MarshalJSON() ([]byte, error)
func (*StackVersion) SetVersion ¶
func (o *StackVersion) SetVersion(v string)
SetVersion gets a reference to the given string and assigns it to the Version field.
func (StackVersion) ToMap ¶
func (o StackVersion) ToMap() (map[string]interface{}, error)
type SystemRole ¶
type SystemRole string
SystemRole the model 'SystemRole'
const ( USER SystemRole = "USER" SYSTEM SystemRole = "SYSTEM" )
List of SystemRole
func NewSystemRoleFromValue ¶
func NewSystemRoleFromValue(v string) (*SystemRole, error)
NewSystemRoleFromValue returns a pointer to a valid SystemRole for the value passed as argument, or an error if the value passed is not allowed by the enum
func (SystemRole) IsValid ¶
func (v SystemRole) IsValid() bool
IsValid return true if the value is valid for the enum, false otherwise
func (SystemRole) Ptr ¶
func (v SystemRole) Ptr() *SystemRole
Ptr returns reference to SystemRole value
func (*SystemRole) UnmarshalJSON ¶
func (v *SystemRole) UnmarshalJSON(src []byte) error
type UpdateOrganizationUserRequest ¶
type UpdateOrganizationUserRequest struct {
Role Role `json:"role"`
}
UpdateOrganizationUserRequest struct for UpdateOrganizationUserRequest
func NewUpdateOrganizationUserRequest ¶
func NewUpdateOrganizationUserRequest(role Role) *UpdateOrganizationUserRequest
NewUpdateOrganizationUserRequest instantiates a new UpdateOrganizationUserRequest 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 NewUpdateOrganizationUserRequestWithDefaults ¶
func NewUpdateOrganizationUserRequestWithDefaults() *UpdateOrganizationUserRequest
NewUpdateOrganizationUserRequestWithDefaults instantiates a new UpdateOrganizationUserRequest 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 (*UpdateOrganizationUserRequest) GetRole ¶
func (o *UpdateOrganizationUserRequest) GetRole() Role
GetRole returns the Role field value
func (*UpdateOrganizationUserRequest) GetRoleOk ¶
func (o *UpdateOrganizationUserRequest) GetRoleOk() (*Role, bool)
GetRoleOk returns a tuple with the Role field value and a boolean to check if the value has been set.
func (UpdateOrganizationUserRequest) MarshalJSON ¶
func (o UpdateOrganizationUserRequest) MarshalJSON() ([]byte, error)
func (*UpdateOrganizationUserRequest) SetRole ¶
func (o *UpdateOrganizationUserRequest) SetRole(v Role)
SetRole sets field value
func (UpdateOrganizationUserRequest) ToMap ¶
func (o UpdateOrganizationUserRequest) ToMap() (map[string]interface{}, error)
type UpdateStackRequest ¶
type UpdateStackRequest struct { // Stack name Name string `json:"name"` Metadata *map[string]string `json:"metadata,omitempty"` }
UpdateStackRequest struct for UpdateStackRequest
func NewUpdateStackRequest ¶
func NewUpdateStackRequest(name string) *UpdateStackRequest
NewUpdateStackRequest instantiates a new UpdateStackRequest 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 NewUpdateStackRequestWithDefaults ¶
func NewUpdateStackRequestWithDefaults() *UpdateStackRequest
NewUpdateStackRequestWithDefaults instantiates a new UpdateStackRequest 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 (*UpdateStackRequest) GetMetadata ¶
func (o *UpdateStackRequest) GetMetadata() map[string]string
GetMetadata returns the Metadata field value if set, zero value otherwise.
func (*UpdateStackRequest) GetMetadataOk ¶
func (o *UpdateStackRequest) GetMetadataOk() (*map[string]string, 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 (*UpdateStackRequest) GetName ¶
func (o *UpdateStackRequest) GetName() string
GetName returns the Name field value
func (*UpdateStackRequest) GetNameOk ¶
func (o *UpdateStackRequest) GetNameOk() (*string, bool)
GetNameOk returns a tuple with the Name field value and a boolean to check if the value has been set.
func (*UpdateStackRequest) HasMetadata ¶
func (o *UpdateStackRequest) HasMetadata() bool
HasMetadata returns a boolean if a field has been set.
func (UpdateStackRequest) MarshalJSON ¶
func (o UpdateStackRequest) MarshalJSON() ([]byte, error)
func (*UpdateStackRequest) SetMetadata ¶
func (o *UpdateStackRequest) SetMetadata(v map[string]string)
SetMetadata gets a reference to the given map[string]string and assigns it to the Metadata field.
func (*UpdateStackRequest) SetName ¶
func (o *UpdateStackRequest) SetName(v string)
SetName sets field value
func (UpdateStackRequest) ToMap ¶
func (o UpdateStackRequest) ToMap() (map[string]interface{}, error)
type UpdateStackUserRequest ¶
type UpdateStackUserRequest struct {
Role Role `json:"role"`
}
UpdateStackUserRequest struct for UpdateStackUserRequest
func NewUpdateStackUserRequest ¶
func NewUpdateStackUserRequest(role Role) *UpdateStackUserRequest
NewUpdateStackUserRequest instantiates a new UpdateStackUserRequest 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 NewUpdateStackUserRequestWithDefaults ¶
func NewUpdateStackUserRequestWithDefaults() *UpdateStackUserRequest
NewUpdateStackUserRequestWithDefaults instantiates a new UpdateStackUserRequest 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 (*UpdateStackUserRequest) GetRole ¶
func (o *UpdateStackUserRequest) GetRole() Role
GetRole returns the Role field value
func (*UpdateStackUserRequest) GetRoleOk ¶
func (o *UpdateStackUserRequest) GetRoleOk() (*Role, bool)
GetRoleOk returns a tuple with the Role field value and a boolean to check if the value has been set.
func (UpdateStackUserRequest) MarshalJSON ¶
func (o UpdateStackUserRequest) MarshalJSON() ([]byte, error)
func (*UpdateStackUserRequest) SetRole ¶
func (o *UpdateStackUserRequest) SetRole(v Role)
SetRole sets field value
func (UpdateStackUserRequest) ToMap ¶
func (o UpdateStackUserRequest) ToMap() (map[string]interface{}, error)
type User ¶
type User struct { Email string `json:"email"` // User ID Id string `json:"id"` Role *SystemRole `json:"role,omitempty"` }
User struct for User
func NewUser ¶
NewUser instantiates a new User 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 NewUserWithDefaults ¶
func NewUserWithDefaults() *User
NewUserWithDefaults instantiates a new User 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 (*User) GetEmailOk ¶
GetEmailOk returns a tuple with the Email field value and a boolean to check if the value has been set.
func (*User) GetIdOk ¶
GetIdOk returns a tuple with the Id field value and a boolean to check if the value has been set.
func (*User) GetRole ¶
func (o *User) GetRole() SystemRole
GetRole returns the Role field value if set, zero value otherwise.
func (*User) GetRoleOk ¶
func (o *User) GetRoleOk() (*SystemRole, 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 (User) MarshalJSON ¶
func (*User) SetRole ¶
func (o *User) SetRole(v SystemRole)
SetRole gets a reference to the given SystemRole and assigns it to the Role field.
type UserAllOf ¶
type UserAllOf struct { // User ID Id string `json:"id"` }
UserAllOf struct for UserAllOf
func NewUserAllOf ¶
NewUserAllOf instantiates a new UserAllOf 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 NewUserAllOfWithDefaults ¶
func NewUserAllOfWithDefaults() *UserAllOf
NewUserAllOfWithDefaults instantiates a new UserAllOf 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 (*UserAllOf) GetIdOk ¶
GetIdOk returns a tuple with the Id field value and a boolean to check if the value has been set.
func (UserAllOf) MarshalJSON ¶
type UserAllOf1 ¶
type UserAllOf1 struct {
Role *SystemRole `json:"role,omitempty"`
}
UserAllOf1 struct for UserAllOf1
func NewUserAllOf1 ¶
func NewUserAllOf1() *UserAllOf1
NewUserAllOf1 instantiates a new UserAllOf1 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 NewUserAllOf1WithDefaults ¶
func NewUserAllOf1WithDefaults() *UserAllOf1
NewUserAllOf1WithDefaults instantiates a new UserAllOf1 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 (*UserAllOf1) GetRole ¶
func (o *UserAllOf1) GetRole() SystemRole
GetRole returns the Role field value if set, zero value otherwise.
func (*UserAllOf1) GetRoleOk ¶
func (o *UserAllOf1) GetRoleOk() (*SystemRole, 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 (*UserAllOf1) HasRole ¶
func (o *UserAllOf1) HasRole() bool
HasRole returns a boolean if a field has been set.
func (UserAllOf1) MarshalJSON ¶
func (o UserAllOf1) MarshalJSON() ([]byte, error)
func (*UserAllOf1) SetRole ¶
func (o *UserAllOf1) SetRole(v SystemRole)
SetRole gets a reference to the given SystemRole and assigns it to the Role field.
func (UserAllOf1) ToMap ¶
func (o UserAllOf1) ToMap() (map[string]interface{}, error)
type UserData ¶
type UserData struct {
Email string `json:"email"`
}
UserData struct for UserData
func NewUserData ¶
NewUserData instantiates a new UserData 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 NewUserDataWithDefaults ¶
func NewUserDataWithDefaults() *UserData
NewUserDataWithDefaults instantiates a new UserData 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 (*UserData) GetEmailOk ¶
GetEmailOk returns a tuple with the Email field value and a boolean to check if the value has been set.
func (UserData) MarshalJSON ¶
type UserDataAllOf ¶
type UserDataAllOf struct {
Email string `json:"email"`
}
UserDataAllOf struct for UserDataAllOf
func NewUserDataAllOf ¶
func NewUserDataAllOf(email string) *UserDataAllOf
NewUserDataAllOf instantiates a new UserDataAllOf 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 NewUserDataAllOfWithDefaults ¶
func NewUserDataAllOfWithDefaults() *UserDataAllOf
NewUserDataAllOfWithDefaults instantiates a new UserDataAllOf 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 (*UserDataAllOf) GetEmail ¶
func (o *UserDataAllOf) GetEmail() string
GetEmail returns the Email field value
func (*UserDataAllOf) GetEmailOk ¶
func (o *UserDataAllOf) GetEmailOk() (*string, bool)
GetEmailOk returns a tuple with the Email field value and a boolean to check if the value has been set.
func (UserDataAllOf) MarshalJSON ¶
func (o UserDataAllOf) MarshalJSON() ([]byte, error)
func (*UserDataAllOf) SetEmail ¶
func (o *UserDataAllOf) SetEmail(v string)
SetEmail sets field value
func (UserDataAllOf) ToMap ¶
func (o UserDataAllOf) ToMap() (map[string]interface{}, error)
type Version ¶
Version struct for Version
func NewVersion ¶
NewVersion instantiates a new Version 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 NewVersionWithDefaults ¶
func NewVersionWithDefaults() *Version
NewVersionWithDefaults instantiates a new Version 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 (*Version) GetNameOk ¶
GetNameOk returns a tuple with the Name field value and a boolean to check if the value has been set.
func (*Version) GetVersions ¶
GetVersions returns the Versions field value
func (*Version) GetVersionsOk ¶
GetVersionsOk returns a tuple with the Versions field value and a boolean to check if the value has been set.
func (Version) MarshalJSON ¶
func (*Version) SetVersions ¶
SetVersions sets field value
Source Files ¶
- api_default.go
- client.go
- configuration.go
- model_action.go
- model_any_region.go
- model_any_region_all_of.go
- model_capability.go
- model_create_invitation_response.go
- model_create_organization_response.go
- model_create_private_region_request.go
- model_create_stack_request.go
- model_create_stack_request_all_of.go
- model_create_stack_response.go
- model_created_private_region_response.go
- model_cursor.go
- model_error.go
- model_get_region_response.go
- model_get_region_versions_response.go
- model_invitation.go
- model_invitation_claim.go
- model_list_invitations_response.go
- model_list_modules_response.go
- model_list_organization_expanded_response.go
- model_list_organization_expanded_response_data_inner.go
- model_list_organization_response.go
- model_list_regions_response.go
- model_list_stacks_response.go
- model_list_users_response.go
- model_log.go
- model_log_cursor.go
- model_log_cursor_data.go
- model_log_cursor_data_all_of.go
- model_module.go
- model_organization.go
- model_organization_all_of.go
- model_organization_data.go
- model_organization_expanded.go
- model_organization_expanded_all_of.go
- model_organization_user.go
- model_organization_user_all_of.go
- model_organization_user_array_inner.go
- model_private_region.go
- model_private_region_all_of.go
- model_private_region_all_of_secret.go
- model_public_region.go
- model_public_region_all_of.go
- model_read_organization_response.go
- model_read_organization_user_response.go
- model_read_stack_user_access.go
- model_read_user_response.go
- model_region.go
- model_region_capability.go
- model_region_capability_keys.go
- model_role.go
- model_server_info.go
- model_stack.go
- model_stack_all_of.go
- model_stack_claim.go
- model_stack_data.go
- model_stack_life_cycle.go
- model_stack_reachability.go
- model_stack_user_access.go
- model_stack_user_access_all_of.go
- model_stack_user_access_response.go
- model_stack_version.go
- model_system_role.go
- model_update_organization_user_request.go
- model_update_stack_request.go
- model_update_stack_user_request.go
- model_user.go
- model_user_all_of.go
- model_user_all_of_1.go
- model_user_data.go
- model_user_data_all_of.go
- model_version.go
- response.go
- utils.go