Documentation
¶
Index ¶
- Variables
- func CacheExpires(r *http.Response) time.Time
- 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 ActorOrg
- func (o *ActorOrg) GetOrg() Org
- func (o *ActorOrg) GetOrgOk() (*Org, bool)
- func (o *ActorOrg) GetRole() string
- func (o *ActorOrg) GetRoleOk() (*string, bool)
- func (o *ActorOrg) GetWorkspaces() []ActorOrgWorkspace
- func (o *ActorOrg) GetWorkspacesOk() (*[]ActorOrgWorkspace, bool)
- func (o *ActorOrg) HasWorkspaces() bool
- func (o ActorOrg) MarshalJSON() ([]byte, error)
- func (o *ActorOrg) SetOrg(v Org)
- func (o *ActorOrg) SetRole(v string)
- func (o *ActorOrg) SetWorkspaces(v []ActorOrgWorkspace)
- type ActorOrgWorkspace
- func (o *ActorOrgWorkspace) GetRole() string
- func (o *ActorOrgWorkspace) GetRoleOk() (*string, bool)
- func (o *ActorOrgWorkspace) GetWorkspace() Workspace
- func (o *ActorOrgWorkspace) GetWorkspaceOk() (*Workspace, bool)
- func (o *ActorOrgWorkspace) HasWorkspace() bool
- func (o ActorOrgWorkspace) MarshalJSON() ([]byte, error)
- func (o *ActorOrgWorkspace) SetRole(v string)
- func (o *ActorOrgWorkspace) SetWorkspace(v Workspace)
- type ActorWorkspace
- func (o *ActorWorkspace) GetDatabaseName() string
- func (o *ActorWorkspace) GetDatabaseNameOk() (*string, bool)
- func (o *ActorWorkspace) GetHandle() string
- func (o *ActorWorkspace) GetHandleOk() (*string, bool)
- func (o *ActorWorkspace) GetHost() string
- func (o *ActorWorkspace) GetHostOk() (*string, bool)
- func (o *ActorWorkspace) GetId() string
- func (o *ActorWorkspace) GetIdOk() (*string, bool)
- func (o *ActorWorkspace) GetIdentity() Identity
- func (o *ActorWorkspace) GetIdentityId() string
- func (o *ActorWorkspace) GetIdentityIdOk() (*string, bool)
- func (o *ActorWorkspace) GetIdentityOk() (*Identity, bool)
- func (o *ActorWorkspace) GetRole() string
- func (o *ActorWorkspace) GetRoleOk() (*string, bool)
- func (o *ActorWorkspace) GetWorkspace() Workspace
- func (o *ActorWorkspace) GetWorkspaceId() string
- func (o *ActorWorkspace) GetWorkspaceIdOk() (*string, bool)
- func (o *ActorWorkspace) GetWorkspaceOk() (*Workspace, bool)
- func (o *ActorWorkspace) HasDatabaseName() bool
- func (o *ActorWorkspace) HasHandle() bool
- func (o *ActorWorkspace) HasHost() bool
- func (o *ActorWorkspace) HasId() bool
- func (o *ActorWorkspace) HasIdentity() bool
- func (o *ActorWorkspace) HasIdentityId() bool
- func (o *ActorWorkspace) HasRole() bool
- func (o *ActorWorkspace) HasWorkspace() bool
- func (o *ActorWorkspace) HasWorkspaceId() bool
- func (o ActorWorkspace) MarshalJSON() ([]byte, error)
- func (o *ActorWorkspace) SetDatabaseName(v string)
- func (o *ActorWorkspace) SetHandle(v string)
- func (o *ActorWorkspace) SetHost(v string)
- func (o *ActorWorkspace) SetId(v string)
- func (o *ActorWorkspace) SetIdentity(v Identity)
- func (o *ActorWorkspace) SetIdentityId(v string)
- func (o *ActorWorkspace) SetRole(v string)
- func (o *ActorWorkspace) SetWorkspace(v Workspace)
- func (o *ActorWorkspace) SetWorkspaceId(v string)
- type ActorsApiGetRequest
- type ActorsApiListActivityRequest
- type ActorsApiListConnectionsRequest
- type ActorsApiListOrgInvitesRequest
- type ActorsApiListOrgsRequest
- type ActorsApiListWorkspacesRequest
- type ActorsService
- func (a *ActorsService) Get(ctx _context.Context) ActorsApiGetRequest
- func (a *ActorsService) GetExecute(r ActorsApiGetRequest) (User, *_nethttp.Response, error)
- func (a *ActorsService) ListActivity(ctx _context.Context) ActorsApiListActivityRequest
- func (a *ActorsService) ListActivityExecute(r ActorsApiListActivityRequest) (ListAuditLogsResponse, *_nethttp.Response, error)
- func (a *ActorsService) ListConnections(ctx _context.Context) ActorsApiListConnectionsRequest
- func (a *ActorsService) ListConnectionsExecute(r ActorsApiListConnectionsRequest) (ListConnectionsResponse, *_nethttp.Response, error)
- func (a *ActorsService) ListOrgInvites(ctx _context.Context) ActorsApiListOrgInvitesRequest
- func (a *ActorsService) ListOrgInvitesExecute(r ActorsApiListOrgInvitesRequest) (ListUserOrgsResponse, *_nethttp.Response, error)
- func (a *ActorsService) ListOrgs(ctx _context.Context) ActorsApiListOrgsRequest
- func (a *ActorsService) ListOrgsExecute(r ActorsApiListOrgsRequest) (ListUserOrgsResponse, *_nethttp.Response, error)
- func (a *ActorsService) ListWorkspaces(ctx _context.Context) ActorsApiListWorkspacesRequest
- func (a *ActorsService) ListWorkspacesExecute(r ActorsApiListWorkspacesRequest) (ListActorWorkspacesResponse, *_nethttp.Response, error)
- type AuditRecord
- func (o *AuditRecord) GetActionType() string
- func (o *AuditRecord) GetActionTypeOk() (*string, bool)
- func (o *AuditRecord) GetActorAvatarUrl() string
- func (o *AuditRecord) GetActorAvatarUrlOk() (*string, bool)
- func (o *AuditRecord) GetActorDisplayName() string
- func (o *AuditRecord) GetActorDisplayNameOk() (*string, bool)
- func (o *AuditRecord) GetActorHandle() string
- func (o *AuditRecord) GetActorHandleOk() (*string, bool)
- func (o *AuditRecord) GetActorId() string
- func (o *AuditRecord) GetActorIdOk() (*string, bool)
- func (o *AuditRecord) GetActorIp() string
- func (o *AuditRecord) GetActorIpOk() (*string, bool)
- func (o *AuditRecord) GetCreatedAt() string
- func (o *AuditRecord) GetCreatedAtOk() (*string, bool)
- func (o *AuditRecord) GetData() map[string]interface{}
- func (o *AuditRecord) GetDataOk() (*map[string]interface{}, bool)
- func (o *AuditRecord) GetId() string
- func (o *AuditRecord) GetIdOk() (*string, bool)
- func (o *AuditRecord) GetIdentityHandle() string
- func (o *AuditRecord) GetIdentityHandleOk() (*string, bool)
- func (o *AuditRecord) GetIdentityId() string
- func (o *AuditRecord) GetIdentityIdOk() (*string, bool)
- func (o *AuditRecord) GetProcessId() string
- func (o *AuditRecord) GetProcessIdOk() (*string, bool)
- func (o *AuditRecord) GetTargetHandle() string
- func (o *AuditRecord) GetTargetHandleOk() (*string, bool)
- func (o *AuditRecord) GetTargetId() string
- func (o *AuditRecord) GetTargetIdOk() (*string, bool)
- func (o *AuditRecord) HasProcessId() bool
- func (o *AuditRecord) HasTargetHandle() bool
- func (o *AuditRecord) HasTargetId() bool
- func (o AuditRecord) MarshalJSON() ([]byte, error)
- func (o *AuditRecord) SetActionType(v string)
- func (o *AuditRecord) SetActorAvatarUrl(v string)
- func (o *AuditRecord) SetActorDisplayName(v string)
- func (o *AuditRecord) SetActorHandle(v string)
- func (o *AuditRecord) SetActorId(v string)
- func (o *AuditRecord) SetActorIp(v string)
- func (o *AuditRecord) SetCreatedAt(v string)
- func (o *AuditRecord) SetData(v map[string]interface{})
- func (o *AuditRecord) SetId(v string)
- func (o *AuditRecord) SetIdentityHandle(v string)
- func (o *AuditRecord) SetIdentityId(v string)
- func (o *AuditRecord) SetProcessId(v string)
- func (o *AuditRecord) SetTargetHandle(v string)
- func (o *AuditRecord) SetTargetId(v string)
- type AuthApiConfirmLoginRequest
- type AuthApiConfirmSignupRequest
- type AuthApiLoginRequest
- type AuthApiLoginTokenCreateRequest
- type AuthApiLoginTokenDeleteRequest
- type AuthApiLoginTokenGetRequest
- type AuthApiLoginTokenUpdateRequest
- type AuthApiLogoutRequest
- type AuthApiProviderCallbackRequest
- type AuthApiProviderRequest
- type AuthApiSignupRequest
- type AuthService
- func (a *AuthService) ConfirmLogin(ctx _context.Context) AuthApiConfirmLoginRequest
- func (a *AuthService) ConfirmLoginExecute(r AuthApiConfirmLoginRequest) (*_nethttp.Response, error)
- func (a *AuthService) ConfirmSignup(ctx _context.Context) AuthApiConfirmSignupRequest
- func (a *AuthService) ConfirmSignupExecute(r AuthApiConfirmSignupRequest) (*_nethttp.Response, error)
- func (a *AuthService) Login(ctx _context.Context) AuthApiLoginRequest
- func (a *AuthService) LoginExecute(r AuthApiLoginRequest) (*_nethttp.Response, error)
- func (a *AuthService) LoginTokenCreate(ctx _context.Context) AuthApiLoginTokenCreateRequest
- func (a *AuthService) LoginTokenCreateExecute(r AuthApiLoginTokenCreateRequest) (TemporaryTokenRequest, *_nethttp.Response, error)
- func (a *AuthService) LoginTokenDelete(ctx _context.Context, temporaryTokenRequestId string) AuthApiLoginTokenDeleteRequest
- func (a *AuthService) LoginTokenDeleteExecute(r AuthApiLoginTokenDeleteRequest) (TemporaryTokenRequest, *_nethttp.Response, error)
- func (a *AuthService) LoginTokenGet(ctx _context.Context, temporaryTokenRequestId string) AuthApiLoginTokenGetRequest
- func (a *AuthService) LoginTokenGetExecute(r AuthApiLoginTokenGetRequest) (TemporaryTokenRequest, *_nethttp.Response, error)
- func (a *AuthService) LoginTokenUpdate(ctx _context.Context, temporaryTokenRequestId string) AuthApiLoginTokenUpdateRequest
- func (a *AuthService) LoginTokenUpdateExecute(r AuthApiLoginTokenUpdateRequest) (TemporaryTokenRequest, *_nethttp.Response, error)
- func (a *AuthService) Logout(ctx _context.Context, provider string) AuthApiLogoutRequest
- func (a *AuthService) LogoutExecute(r AuthApiLogoutRequest) (*_nethttp.Response, error)
- func (a *AuthService) Provider(ctx _context.Context, provider string) AuthApiProviderRequest
- func (a *AuthService) ProviderCallback(ctx _context.Context, provider string) AuthApiProviderCallbackRequest
- func (a *AuthService) ProviderCallbackExecute(r AuthApiProviderCallbackRequest) (*_nethttp.Response, error)
- func (a *AuthService) ProviderExecute(r AuthApiProviderRequest) (*_nethttp.Response, error)
- func (a *AuthService) Signup(ctx _context.Context) AuthApiSignupRequest
- func (a *AuthService) SignupExecute(r AuthApiSignupRequest) (*_nethttp.Response, error)
- type BasicAuth
- type BillingInfo
- func (o *BillingInfo) GetDeleteAt() string
- func (o *BillingInfo) GetDeleteAtOk() (*string, bool)
- func (o *BillingInfo) GetDisableAt() string
- func (o *BillingInfo) GetDisableAtOk() (*string, bool)
- func (o *BillingInfo) GetStatus() string
- func (o *BillingInfo) GetStatusOk() (*string, bool)
- func (o *BillingInfo) HasDeleteAt() bool
- func (o *BillingInfo) HasDisableAt() bool
- func (o BillingInfo) MarshalJSON() ([]byte, error)
- func (o *BillingInfo) SetDeleteAt(v string)
- func (o *BillingInfo) SetDisableAt(v string)
- func (o *BillingInfo) SetStatus(v string)
- type Configuration
- type Connection
- func (o *Connection) GetConfig() map[string]interface{}
- func (o *Connection) GetConfigOk() (*map[string]interface{}, bool)
- func (o *Connection) GetCreatedAt() string
- func (o *Connection) GetCreatedAtOk() (*string, bool)
- func (o *Connection) GetCreatedBy() User
- func (o *Connection) GetCreatedById() string
- func (o *Connection) GetCreatedByIdOk() (*string, bool)
- func (o *Connection) GetCreatedByOk() (*User, bool)
- func (o *Connection) GetDeletedAt() string
- func (o *Connection) GetDeletedAtOk() (*string, bool)
- func (o *Connection) GetDeletedBy() User
- func (o *Connection) GetDeletedById() string
- func (o *Connection) GetDeletedByIdOk() (*string, bool)
- func (o *Connection) GetDeletedByOk() (*User, bool)
- func (o *Connection) GetHandle() string
- func (o *Connection) GetHandleOk() (*string, bool)
- func (o *Connection) GetId() string
- func (o *Connection) GetIdOk() (*string, bool)
- func (o *Connection) GetIdentityId() string
- func (o *Connection) GetIdentityIdOk() (*string, bool)
- func (o *Connection) GetPlugin() string
- func (o *Connection) GetPluginOk() (*string, bool)
- func (o *Connection) GetPluginVersion() string
- func (o *Connection) GetPluginVersionOk() (*string, bool)
- func (o *Connection) GetType() string
- func (o *Connection) GetTypeOk() (*string, bool)
- func (o *Connection) GetUpdatedAt() string
- func (o *Connection) GetUpdatedAtOk() (*string, bool)
- func (o *Connection) GetUpdatedBy() User
- func (o *Connection) GetUpdatedById() string
- func (o *Connection) GetUpdatedByIdOk() (*string, bool)
- func (o *Connection) GetUpdatedByOk() (*User, bool)
- func (o *Connection) GetVersionId() int32
- func (o *Connection) GetVersionIdOk() (*int32, bool)
- func (o *Connection) HasConfig() bool
- func (o *Connection) HasCreatedBy() bool
- func (o *Connection) HasDeletedAt() bool
- func (o *Connection) HasDeletedBy() bool
- func (o *Connection) HasPlugin() bool
- func (o *Connection) HasPluginVersion() bool
- func (o *Connection) HasType() bool
- func (o *Connection) HasUpdatedAt() bool
- func (o *Connection) HasUpdatedBy() bool
- func (o Connection) MarshalJSON() ([]byte, error)
- func (o *Connection) SetConfig(v map[string]interface{})
- func (o *Connection) SetCreatedAt(v string)
- func (o *Connection) SetCreatedBy(v User)
- func (o *Connection) SetCreatedById(v string)
- func (o *Connection) SetDeletedAt(v string)
- func (o *Connection) SetDeletedBy(v User)
- func (o *Connection) SetDeletedById(v string)
- func (o *Connection) SetHandle(v string)
- func (o *Connection) SetId(v string)
- func (o *Connection) SetIdentityId(v string)
- func (o *Connection) SetPlugin(v string)
- func (o *Connection) SetPluginVersion(v string)
- func (o *Connection) SetType(v string)
- func (o *Connection) SetUpdatedAt(v string)
- func (o *Connection) SetUpdatedBy(v User)
- func (o *Connection) SetUpdatedById(v string)
- func (o *Connection) SetVersionId(v int32)
- type ConnectionTestResult
- func (o *ConnectionTestResult) GetReason() string
- func (o *ConnectionTestResult) GetReasonOk() (*string, bool)
- func (o *ConnectionTestResult) GetStatus() string
- func (o *ConnectionTestResult) GetStatusOk() (*string, bool)
- func (o *ConnectionTestResult) HasReason() bool
- func (o *ConnectionTestResult) HasStatus() bool
- func (o ConnectionTestResult) MarshalJSON() ([]byte, error)
- func (o *ConnectionTestResult) SetReason(v string)
- func (o *ConnectionTestResult) SetStatus(v string)
- type CreateConnectionRequest
- func (o *CreateConnectionRequest) GetConfig() map[string]interface{}
- func (o *CreateConnectionRequest) GetConfigOk() (*map[string]interface{}, bool)
- func (o *CreateConnectionRequest) GetHandle() string
- func (o *CreateConnectionRequest) GetHandleOk() (*string, bool)
- func (o *CreateConnectionRequest) GetPlugin() string
- func (o *CreateConnectionRequest) GetPluginOk() (*string, bool)
- func (o *CreateConnectionRequest) HasConfig() bool
- func (o CreateConnectionRequest) MarshalJSON() ([]byte, error)
- func (o *CreateConnectionRequest) SetConfig(v map[string]interface{})
- func (o *CreateConnectionRequest) SetHandle(v string)
- func (o *CreateConnectionRequest) SetPlugin(v string)
- type CreateOrgAvatarResponse
- type CreateOrgRequest
- func (o *CreateOrgRequest) GetDisplayName() string
- func (o *CreateOrgRequest) GetDisplayNameOk() (*string, bool)
- func (o *CreateOrgRequest) GetHandle() string
- func (o *CreateOrgRequest) GetHandleOk() (*string, bool)
- func (o *CreateOrgRequest) GetPlanId() string
- func (o *CreateOrgRequest) GetPlanIdOk() (*string, bool)
- func (o *CreateOrgRequest) GetUrl() string
- func (o *CreateOrgRequest) GetUrlOk() (*string, bool)
- func (o *CreateOrgRequest) HasDisplayName() bool
- func (o *CreateOrgRequest) HasPlanId() bool
- func (o *CreateOrgRequest) HasUrl() bool
- func (o CreateOrgRequest) MarshalJSON() ([]byte, error)
- func (o *CreateOrgRequest) SetDisplayName(v string)
- func (o *CreateOrgRequest) SetHandle(v string)
- func (o *CreateOrgRequest) SetPlanId(v string)
- func (o *CreateOrgRequest) SetUrl(v string)
- type CreateOrgWorkspaceUserRequest
- func (o *CreateOrgWorkspaceUserRequest) GetHandle() string
- func (o *CreateOrgWorkspaceUserRequest) GetHandleOk() (*string, bool)
- func (o *CreateOrgWorkspaceUserRequest) GetRole() string
- func (o *CreateOrgWorkspaceUserRequest) GetRoleOk() (*string, bool)
- func (o CreateOrgWorkspaceUserRequest) MarshalJSON() ([]byte, error)
- func (o *CreateOrgWorkspaceUserRequest) SetHandle(v string)
- func (o *CreateOrgWorkspaceUserRequest) SetRole(v string)
- type CreatePipelineRequest
- func (o *CreatePipelineRequest) GetArgs() interface{}
- func (o *CreatePipelineRequest) GetArgsOk() (*interface{}, bool)
- func (o *CreatePipelineRequest) GetFrequency() PipelineFrequency
- func (o *CreatePipelineRequest) GetFrequencyOk() (*PipelineFrequency, bool)
- func (o *CreatePipelineRequest) GetPipeline() string
- func (o *CreatePipelineRequest) GetPipelineOk() (*string, bool)
- func (o *CreatePipelineRequest) GetTags() interface{}
- func (o *CreatePipelineRequest) GetTagsOk() (*interface{}, bool)
- func (o *CreatePipelineRequest) GetTitle() string
- func (o *CreatePipelineRequest) GetTitleOk() (*string, bool)
- func (o *CreatePipelineRequest) HasTags() bool
- func (o CreatePipelineRequest) MarshalJSON() ([]byte, error)
- func (o *CreatePipelineRequest) SetArgs(v interface{})
- func (o *CreatePipelineRequest) SetFrequency(v PipelineFrequency)
- func (o *CreatePipelineRequest) SetPipeline(v string)
- func (o *CreatePipelineRequest) SetTags(v interface{})
- func (o *CreatePipelineRequest) SetTitle(v string)
- type CreateUserAvatarResponse
- func (o *CreateUserAvatarResponse) GetAvatarUrl() string
- func (o *CreateUserAvatarResponse) GetAvatarUrlOk() (*string, bool)
- func (o *CreateUserAvatarResponse) HasAvatarUrl() bool
- func (o CreateUserAvatarResponse) MarshalJSON() ([]byte, error)
- func (o *CreateUserAvatarResponse) SetAvatarUrl(v string)
- type CreateUserPasswordRequest
- func (o *CreateUserPasswordRequest) GetExpiresInMinutes() int32
- func (o *CreateUserPasswordRequest) GetExpiresInMinutesOk() (*int32, bool)
- func (o *CreateUserPasswordRequest) HasExpiresInMinutes() bool
- func (o CreateUserPasswordRequest) MarshalJSON() ([]byte, error)
- func (o *CreateUserPasswordRequest) SetExpiresInMinutes(v int32)
- type CreateUserRequest
- func (o *CreateUserRequest) GetDisplayName() string
- func (o *CreateUserRequest) GetDisplayNameOk() (*string, bool)
- func (o *CreateUserRequest) GetEmail() string
- func (o *CreateUserRequest) GetEmailOk() (*string, bool)
- func (o *CreateUserRequest) GetHandle() string
- func (o *CreateUserRequest) GetHandleOk() (*string, bool)
- func (o *CreateUserRequest) GetUrl() string
- func (o *CreateUserRequest) GetUrlOk() (*string, bool)
- func (o *CreateUserRequest) HasDisplayName() bool
- func (o *CreateUserRequest) HasUrl() bool
- func (o CreateUserRequest) MarshalJSON() ([]byte, error)
- func (o *CreateUserRequest) SetDisplayName(v string)
- func (o *CreateUserRequest) SetEmail(v string)
- func (o *CreateUserRequest) SetHandle(v string)
- func (o *CreateUserRequest) SetUrl(v string)
- type CreateWorkspaceAggregatorRequest
- func (o *CreateWorkspaceAggregatorRequest) GetConnections() []string
- func (o *CreateWorkspaceAggregatorRequest) GetConnectionsOk() (*[]string, bool)
- func (o *CreateWorkspaceAggregatorRequest) GetHandle() string
- func (o *CreateWorkspaceAggregatorRequest) GetHandleOk() (*string, bool)
- func (o *CreateWorkspaceAggregatorRequest) GetPlugin() string
- func (o *CreateWorkspaceAggregatorRequest) GetPluginOk() (*string, bool)
- func (o CreateWorkspaceAggregatorRequest) MarshalJSON() ([]byte, error)
- func (o *CreateWorkspaceAggregatorRequest) SetConnections(v []string)
- func (o *CreateWorkspaceAggregatorRequest) SetHandle(v string)
- func (o *CreateWorkspaceAggregatorRequest) SetPlugin(v string)
- type CreateWorkspaceConnRequest
- type CreateWorkspaceModRequest
- func (o *CreateWorkspaceModRequest) GetConstraint() string
- func (o *CreateWorkspaceModRequest) GetConstraintOk() (*string, bool)
- func (o *CreateWorkspaceModRequest) GetPath() string
- func (o *CreateWorkspaceModRequest) GetPathOk() (*string, bool)
- func (o *CreateWorkspaceModRequest) HasConstraint() bool
- func (o CreateWorkspaceModRequest) MarshalJSON() ([]byte, error)
- func (o *CreateWorkspaceModRequest) SetConstraint(v string)
- func (o *CreateWorkspaceModRequest) SetPath(v string)
- type CreateWorkspaceModVariableSettingRequest
- func (o *CreateWorkspaceModVariableSettingRequest) GetName() string
- func (o *CreateWorkspaceModVariableSettingRequest) GetNameOk() (*string, bool)
- func (o *CreateWorkspaceModVariableSettingRequest) GetSetting() interface{}
- func (o *CreateWorkspaceModVariableSettingRequest) GetSettingOk() (*interface{}, bool)
- func (o CreateWorkspaceModVariableSettingRequest) MarshalJSON() ([]byte, error)
- func (o *CreateWorkspaceModVariableSettingRequest) SetName(v string)
- func (o *CreateWorkspaceModVariableSettingRequest) SetSetting(v interface{})
- type CreateWorkspaceRequest
- type CreateWorkspaceSnapshotRequest
- func (o *CreateWorkspaceSnapshotRequest) GetData() WorkspaceSnapshotData
- func (o *CreateWorkspaceSnapshotRequest) GetDataOk() (*WorkspaceSnapshotData, bool)
- func (o *CreateWorkspaceSnapshotRequest) GetTags() interface{}
- func (o *CreateWorkspaceSnapshotRequest) GetTagsOk() (*interface{}, bool)
- func (o *CreateWorkspaceSnapshotRequest) GetTitle() string
- func (o *CreateWorkspaceSnapshotRequest) GetTitleOk() (*string, bool)
- func (o *CreateWorkspaceSnapshotRequest) GetVisibility() string
- func (o *CreateWorkspaceSnapshotRequest) GetVisibilityOk() (*string, bool)
- func (o *CreateWorkspaceSnapshotRequest) HasTags() bool
- func (o *CreateWorkspaceSnapshotRequest) HasTitle() bool
- func (o *CreateWorkspaceSnapshotRequest) HasVisibility() bool
- func (o CreateWorkspaceSnapshotRequest) MarshalJSON() ([]byte, error)
- func (o *CreateWorkspaceSnapshotRequest) SetData(v WorkspaceSnapshotData)
- func (o *CreateWorkspaceSnapshotRequest) SetTags(v interface{})
- func (o *CreateWorkspaceSnapshotRequest) SetTitle(v string)
- func (o *CreateWorkspaceSnapshotRequest) SetVisibility(v string)
- type DeleteOrgAvatarResponse
- type DeleteUserAvatarResponse
- func (o *DeleteUserAvatarResponse) GetAvatarUrl() string
- func (o *DeleteUserAvatarResponse) GetAvatarUrlOk() (*string, bool)
- func (o *DeleteUserAvatarResponse) HasAvatarUrl() bool
- func (o DeleteUserAvatarResponse) MarshalJSON() ([]byte, error)
- func (o *DeleteUserAvatarResponse) SetAvatarUrl(v string)
- type ErrorDetailModel
- func (o *ErrorDetailModel) GetLocation() string
- func (o *ErrorDetailModel) GetLocationOk() (*string, bool)
- func (o *ErrorDetailModel) GetMessage() string
- func (o *ErrorDetailModel) GetMessageOk() (*string, bool)
- func (o *ErrorDetailModel) HasLocation() bool
- func (o *ErrorDetailModel) HasMessage() bool
- func (o ErrorDetailModel) MarshalJSON() ([]byte, error)
- func (o *ErrorDetailModel) SetLocation(v string)
- func (o *ErrorDetailModel) SetMessage(v string)
- type ErrorModel
- func (o *ErrorModel) GetDetail() string
- func (o *ErrorModel) GetDetailOk() (*string, bool)
- func (o *ErrorModel) GetInstance() string
- func (o *ErrorModel) GetInstanceOk() (*string, bool)
- func (o *ErrorModel) GetStatus() int32
- func (o *ErrorModel) GetStatusOk() (*int32, bool)
- func (o *ErrorModel) GetTitle() string
- func (o *ErrorModel) GetTitleOk() (*string, bool)
- func (o *ErrorModel) GetType() string
- func (o *ErrorModel) GetTypeOk() (*string, bool)
- func (o *ErrorModel) GetValidationErrors() []ErrorDetailModel
- func (o *ErrorModel) GetValidationErrorsOk() (*[]ErrorDetailModel, bool)
- func (o *ErrorModel) HasDetail() bool
- func (o *ErrorModel) HasValidationErrors() bool
- func (o ErrorModel) MarshalJSON() ([]byte, error)
- func (o *ErrorModel) SetDetail(v string)
- func (o *ErrorModel) SetInstance(v string)
- func (o *ErrorModel) SetStatus(v int32)
- func (o *ErrorModel) SetTitle(v string)
- func (o *ErrorModel) SetType(v string)
- func (o *ErrorModel) SetValidationErrors(v []ErrorDetailModel)
- type Feature
- func (o *Feature) GetCreatedAt() string
- func (o *Feature) GetCreatedAtOk() (*string, bool)
- func (o *Feature) GetKey() string
- func (o *Feature) GetKeyOk() (*string, bool)
- func (o *Feature) GetUpdatedAt() string
- func (o *Feature) GetUpdatedAtOk() (*string, bool)
- func (o *Feature) GetValue() string
- func (o *Feature) GetValueOk() (*string, bool)
- func (o *Feature) GetVersionId() int32
- func (o *Feature) GetVersionIdOk() (*int32, bool)
- func (o *Feature) HasKey() bool
- func (o *Feature) HasUpdatedAt() bool
- func (o *Feature) HasValue() bool
- func (o Feature) MarshalJSON() ([]byte, error)
- func (o *Feature) SetCreatedAt(v string)
- func (o *Feature) SetKey(v string)
- func (o *Feature) SetUpdatedAt(v string)
- func (o *Feature) SetValue(v string)
- func (o *Feature) SetVersionId(v int32)
- type GenericOpenAPIError
- type IdentitiesApiGetAvatarRequest
- type IdentitiesApiGetRequest
- type IdentitiesApiListRequest
- func (r IdentitiesApiListRequest) Execute() (ListIdentitiesResponse, *_nethttp.Response, error)
- func (r IdentitiesApiListRequest) Limit(limit int32) IdentitiesApiListRequest
- func (r IdentitiesApiListRequest) NextToken(nextToken string) IdentitiesApiListRequest
- func (r IdentitiesApiListRequest) Q(q string) IdentitiesApiListRequest
- type IdentitiesService
- func (a *IdentitiesService) Get(ctx _context.Context, identityHandle string) IdentitiesApiGetRequest
- func (a *IdentitiesService) GetAvatar(ctx _context.Context, identityHandle string) IdentitiesApiGetAvatarRequest
- func (a *IdentitiesService) GetAvatarExecute(r IdentitiesApiGetAvatarRequest) (WorkspaceSnapshotData, *_nethttp.Response, error)
- func (a *IdentitiesService) GetExecute(r IdentitiesApiGetRequest) (Identity, *_nethttp.Response, error)
- func (a *IdentitiesService) List(ctx _context.Context) IdentitiesApiListRequest
- func (a *IdentitiesService) ListExecute(r IdentitiesApiListRequest) (ListIdentitiesResponse, *_nethttp.Response, error)
- type Identity
- func (o *Identity) GetAvatarUrl() string
- func (o *Identity) GetAvatarUrlOk() (*string, bool)
- func (o *Identity) GetDisplayName() string
- func (o *Identity) GetDisplayNameOk() (*string, bool)
- func (o *Identity) GetHandle() string
- func (o *Identity) GetHandleOk() (*string, bool)
- func (o *Identity) GetId() string
- func (o *Identity) GetIdOk() (*string, bool)
- func (o *Identity) GetType() string
- func (o *Identity) GetTypeOk() (*string, bool)
- func (o *Identity) HasAvatarUrl() bool
- func (o *Identity) HasDisplayName() bool
- func (o Identity) MarshalJSON() ([]byte, error)
- func (o *Identity) SetAvatarUrl(v string)
- func (o *Identity) SetDisplayName(v string)
- func (o *Identity) SetHandle(v string)
- func (o *Identity) SetId(v string)
- func (o *Identity) SetType(v string)
- type IdentitySearch
- func (o *IdentitySearch) GetAvatarUrl() string
- func (o *IdentitySearch) GetAvatarUrlOk() (*string, bool)
- func (o *IdentitySearch) GetDisplayName() string
- func (o *IdentitySearch) GetDisplayNameOk() (*string, bool)
- func (o *IdentitySearch) GetHandle() string
- func (o *IdentitySearch) GetHandleOk() (*string, bool)
- func (o *IdentitySearch) GetId() string
- func (o *IdentitySearch) GetIdOk() (*string, bool)
- func (o *IdentitySearch) HasAvatarUrl() bool
- func (o *IdentitySearch) HasDisplayName() bool
- func (o IdentitySearch) MarshalJSON() ([]byte, error)
- func (o *IdentitySearch) SetAvatarUrl(v string)
- func (o *IdentitySearch) SetDisplayName(v string)
- func (o *IdentitySearch) SetHandle(v string)
- func (o *IdentitySearch) SetId(v string)
- type InviteOrgUserRequest
- func (o *InviteOrgUserRequest) GetEmail() string
- func (o *InviteOrgUserRequest) GetEmailOk() (*string, bool)
- func (o *InviteOrgUserRequest) GetHandle() string
- func (o *InviteOrgUserRequest) GetHandleOk() (*string, bool)
- func (o *InviteOrgUserRequest) GetRole() string
- func (o *InviteOrgUserRequest) GetRoleOk() (*string, bool)
- func (o *InviteOrgUserRequest) HasEmail() bool
- func (o *InviteOrgUserRequest) HasHandle() bool
- func (o InviteOrgUserRequest) MarshalJSON() ([]byte, error)
- func (o *InviteOrgUserRequest) SetEmail(v string)
- func (o *InviteOrgUserRequest) SetHandle(v string)
- func (o *InviteOrgUserRequest) SetRole(v string)
- type InviteOrgWorkspaceUserRequest
- func (o *InviteOrgWorkspaceUserRequest) GetEmail() string
- func (o *InviteOrgWorkspaceUserRequest) GetEmailOk() (*string, bool)
- func (o *InviteOrgWorkspaceUserRequest) GetHandle() string
- func (o *InviteOrgWorkspaceUserRequest) GetHandleOk() (*string, bool)
- func (o *InviteOrgWorkspaceUserRequest) GetRole() string
- func (o *InviteOrgWorkspaceUserRequest) GetRoleOk() (*string, bool)
- func (o *InviteOrgWorkspaceUserRequest) HasEmail() bool
- func (o *InviteOrgWorkspaceUserRequest) HasHandle() bool
- func (o InviteOrgWorkspaceUserRequest) MarshalJSON() ([]byte, error)
- func (o *InviteOrgWorkspaceUserRequest) SetEmail(v string)
- func (o *InviteOrgWorkspaceUserRequest) SetHandle(v string)
- func (o *InviteOrgWorkspaceUserRequest) SetRole(v string)
- type JSONTime
- type ListActorOrgsResponse
- func (o *ListActorOrgsResponse) GetItems() []ActorOrg
- func (o *ListActorOrgsResponse) GetItemsOk() (*[]ActorOrg, bool)
- func (o *ListActorOrgsResponse) GetNextToken() string
- func (o *ListActorOrgsResponse) GetNextTokenOk() (*string, bool)
- func (o *ListActorOrgsResponse) HasItems() bool
- func (o *ListActorOrgsResponse) HasNextToken() bool
- func (o ListActorOrgsResponse) MarshalJSON() ([]byte, error)
- func (o *ListActorOrgsResponse) SetItems(v []ActorOrg)
- func (o *ListActorOrgsResponse) SetNextToken(v string)
- type ListActorWorkspacesResponse
- func (o *ListActorWorkspacesResponse) GetItems() []ActorWorkspace
- func (o *ListActorWorkspacesResponse) GetItemsOk() (*[]ActorWorkspace, bool)
- func (o *ListActorWorkspacesResponse) GetNextToken() string
- func (o *ListActorWorkspacesResponse) GetNextTokenOk() (*string, bool)
- func (o *ListActorWorkspacesResponse) HasItems() bool
- func (o *ListActorWorkspacesResponse) HasNextToken() bool
- func (o ListActorWorkspacesResponse) MarshalJSON() ([]byte, error)
- func (o *ListActorWorkspacesResponse) SetItems(v []ActorWorkspace)
- func (o *ListActorWorkspacesResponse) SetNextToken(v string)
- type ListAuditLogsResponse
- func (o *ListAuditLogsResponse) GetItems() []AuditRecord
- func (o *ListAuditLogsResponse) GetItemsOk() (*[]AuditRecord, bool)
- func (o *ListAuditLogsResponse) GetNextToken() string
- func (o *ListAuditLogsResponse) GetNextTokenOk() (*string, bool)
- func (o *ListAuditLogsResponse) HasItems() bool
- func (o *ListAuditLogsResponse) HasNextToken() bool
- func (o ListAuditLogsResponse) MarshalJSON() ([]byte, error)
- func (o *ListAuditLogsResponse) SetItems(v []AuditRecord)
- func (o *ListAuditLogsResponse) SetNextToken(v string)
- type ListConnectionsResponse
- func (o *ListConnectionsResponse) GetItems() []Connection
- func (o *ListConnectionsResponse) GetItemsOk() (*[]Connection, bool)
- func (o *ListConnectionsResponse) GetNextToken() string
- func (o *ListConnectionsResponse) GetNextTokenOk() (*string, bool)
- func (o *ListConnectionsResponse) HasItems() bool
- func (o *ListConnectionsResponse) HasNextToken() bool
- func (o ListConnectionsResponse) MarshalJSON() ([]byte, error)
- func (o *ListConnectionsResponse) SetItems(v []Connection)
- func (o *ListConnectionsResponse) SetNextToken(v string)
- type ListFeaturesResponse
- type ListIdentitiesResponse
- func (o *ListIdentitiesResponse) GetItems() []Identity
- func (o *ListIdentitiesResponse) GetItemsOk() (*[]Identity, bool)
- func (o *ListIdentitiesResponse) GetNextToken() string
- func (o *ListIdentitiesResponse) GetNextTokenOk() (*string, bool)
- func (o *ListIdentitiesResponse) HasItems() bool
- func (o *ListIdentitiesResponse) HasNextToken() bool
- func (o ListIdentitiesResponse) MarshalJSON() ([]byte, error)
- func (o *ListIdentitiesResponse) SetItems(v []Identity)
- func (o *ListIdentitiesResponse) SetNextToken(v string)
- type ListLogsResponse
- func (o *ListLogsResponse) GetItems() []LogRecord
- func (o *ListLogsResponse) GetItemsOk() (*[]LogRecord, bool)
- func (o *ListLogsResponse) GetNextToken() string
- func (o *ListLogsResponse) GetNextTokenOk() (*string, bool)
- func (o *ListLogsResponse) HasItems() bool
- func (o *ListLogsResponse) HasNextToken() bool
- func (o ListLogsResponse) MarshalJSON() ([]byte, error)
- func (o *ListLogsResponse) SetItems(v []LogRecord)
- func (o *ListLogsResponse) SetNextToken(v string)
- type ListOrgUsersResponse
- func (o *ListOrgUsersResponse) GetItems() []OrgUser
- func (o *ListOrgUsersResponse) GetItemsOk() (*[]OrgUser, bool)
- func (o *ListOrgUsersResponse) GetNextToken() string
- func (o *ListOrgUsersResponse) GetNextTokenOk() (*string, bool)
- func (o *ListOrgUsersResponse) HasItems() bool
- func (o *ListOrgUsersResponse) HasNextToken() bool
- func (o ListOrgUsersResponse) MarshalJSON() ([]byte, error)
- func (o *ListOrgUsersResponse) SetItems(v []OrgUser)
- func (o *ListOrgUsersResponse) SetNextToken(v string)
- type ListOrgWorkspaceUsersResponse
- func (o *ListOrgWorkspaceUsersResponse) GetItems() []OrgWorkspaceUser
- func (o *ListOrgWorkspaceUsersResponse) GetItemsOk() (*[]OrgWorkspaceUser, bool)
- func (o *ListOrgWorkspaceUsersResponse) GetNextToken() string
- func (o *ListOrgWorkspaceUsersResponse) GetNextTokenOk() (*string, bool)
- func (o *ListOrgWorkspaceUsersResponse) HasItems() bool
- func (o *ListOrgWorkspaceUsersResponse) HasNextToken() bool
- func (o ListOrgWorkspaceUsersResponse) MarshalJSON() ([]byte, error)
- func (o *ListOrgWorkspaceUsersResponse) SetItems(v []OrgWorkspaceUser)
- func (o *ListOrgWorkspaceUsersResponse) SetNextToken(v string)
- type ListOrgsResponse
- func (o *ListOrgsResponse) GetItems() []Org
- func (o *ListOrgsResponse) GetItemsOk() (*[]Org, bool)
- func (o *ListOrgsResponse) GetNextToken() string
- func (o *ListOrgsResponse) GetNextTokenOk() (*string, bool)
- func (o *ListOrgsResponse) HasItems() bool
- func (o *ListOrgsResponse) HasNextToken() bool
- func (o ListOrgsResponse) MarshalJSON() ([]byte, error)
- func (o *ListOrgsResponse) SetItems(v []Org)
- func (o *ListOrgsResponse) SetNextToken(v string)
- type ListPipelinesResponse
- func (o *ListPipelinesResponse) GetItems() []Pipeline
- func (o *ListPipelinesResponse) GetItemsOk() (*[]Pipeline, bool)
- func (o *ListPipelinesResponse) GetNextToken() string
- func (o *ListPipelinesResponse) GetNextTokenOk() (*string, bool)
- func (o *ListPipelinesResponse) HasItems() bool
- func (o *ListPipelinesResponse) HasNextToken() bool
- func (o ListPipelinesResponse) MarshalJSON() ([]byte, error)
- func (o *ListPipelinesResponse) SetItems(v []Pipeline)
- func (o *ListPipelinesResponse) SetNextToken(v string)
- type ListProcessesResponse
- func (o *ListProcessesResponse) GetItems() []SpProcess
- func (o *ListProcessesResponse) GetItemsOk() (*[]SpProcess, bool)
- func (o *ListProcessesResponse) GetNextToken() string
- func (o *ListProcessesResponse) GetNextTokenOk() (*string, bool)
- func (o *ListProcessesResponse) HasItems() bool
- func (o *ListProcessesResponse) HasNextToken() bool
- func (o ListProcessesResponse) MarshalJSON() ([]byte, error)
- func (o *ListProcessesResponse) SetItems(v []SpProcess)
- func (o *ListProcessesResponse) SetNextToken(v string)
- type ListTokensResponse
- func (o *ListTokensResponse) GetItems() []Token
- func (o *ListTokensResponse) GetItemsOk() (*[]Token, bool)
- func (o *ListTokensResponse) GetNextToken() string
- func (o *ListTokensResponse) GetNextTokenOk() (*string, bool)
- func (o *ListTokensResponse) HasItems() bool
- func (o *ListTokensResponse) HasNextToken() bool
- func (o ListTokensResponse) MarshalJSON() ([]byte, error)
- func (o *ListTokensResponse) SetItems(v []Token)
- func (o *ListTokensResponse) SetNextToken(v string)
- type ListUserEmailsResponse
- func (o *ListUserEmailsResponse) GetItems() []UserEmail
- func (o *ListUserEmailsResponse) GetItemsOk() (*[]UserEmail, bool)
- func (o *ListUserEmailsResponse) GetNextToken() string
- func (o *ListUserEmailsResponse) GetNextTokenOk() (*string, bool)
- func (o *ListUserEmailsResponse) HasItems() bool
- func (o *ListUserEmailsResponse) HasNextToken() bool
- func (o ListUserEmailsResponse) MarshalJSON() ([]byte, error)
- func (o *ListUserEmailsResponse) SetItems(v []UserEmail)
- func (o *ListUserEmailsResponse) SetNextToken(v string)
- type ListUserOrgsResponse
- func (o *ListUserOrgsResponse) GetItems() []UserOrg
- func (o *ListUserOrgsResponse) GetItemsOk() (*[]UserOrg, bool)
- func (o *ListUserOrgsResponse) GetNextToken() string
- func (o *ListUserOrgsResponse) GetNextTokenOk() (*string, bool)
- func (o *ListUserOrgsResponse) HasItems() bool
- func (o *ListUserOrgsResponse) HasNextToken() bool
- func (o ListUserOrgsResponse) MarshalJSON() ([]byte, error)
- func (o *ListUserOrgsResponse) SetItems(v []UserOrg)
- func (o *ListUserOrgsResponse) SetNextToken(v string)
- type ListUsersResponse
- func (o *ListUsersResponse) GetItems() []User
- func (o *ListUsersResponse) GetItemsOk() (*[]User, bool)
- func (o *ListUsersResponse) GetNextToken() string
- func (o *ListUsersResponse) GetNextTokenOk() (*string, bool)
- func (o *ListUsersResponse) HasItems() bool
- func (o *ListUsersResponse) HasNextToken() bool
- func (o ListUsersResponse) MarshalJSON() ([]byte, error)
- func (o *ListUsersResponse) SetItems(v []User)
- func (o *ListUsersResponse) SetNextToken(v string)
- type ListWorkspaceAggregatorsResponse
- func (o *ListWorkspaceAggregatorsResponse) GetItems() []WorkspaceAggregator
- func (o *ListWorkspaceAggregatorsResponse) GetItemsOk() (*[]WorkspaceAggregator, bool)
- func (o *ListWorkspaceAggregatorsResponse) GetNextToken() string
- func (o *ListWorkspaceAggregatorsResponse) GetNextTokenOk() (*string, bool)
- func (o *ListWorkspaceAggregatorsResponse) HasItems() bool
- func (o *ListWorkspaceAggregatorsResponse) HasNextToken() bool
- func (o ListWorkspaceAggregatorsResponse) MarshalJSON() ([]byte, error)
- func (o *ListWorkspaceAggregatorsResponse) SetItems(v []WorkspaceAggregator)
- func (o *ListWorkspaceAggregatorsResponse) SetNextToken(v string)
- type ListWorkspaceConnResponse
- func (o *ListWorkspaceConnResponse) GetItems() []WorkspaceConn
- func (o *ListWorkspaceConnResponse) GetItemsOk() (*[]WorkspaceConn, bool)
- func (o *ListWorkspaceConnResponse) GetNextToken() string
- func (o *ListWorkspaceConnResponse) GetNextTokenOk() (*string, bool)
- func (o *ListWorkspaceConnResponse) HasItems() bool
- func (o *ListWorkspaceConnResponse) HasNextToken() bool
- func (o ListWorkspaceConnResponse) MarshalJSON() ([]byte, error)
- func (o *ListWorkspaceConnResponse) SetItems(v []WorkspaceConn)
- func (o *ListWorkspaceConnResponse) SetNextToken(v string)
- type ListWorkspaceConnectionAssociationsResponse
- func (o *ListWorkspaceConnectionAssociationsResponse) GetItems() []WorkspaceConnectionAssociation
- func (o *ListWorkspaceConnectionAssociationsResponse) GetItemsOk() (*[]WorkspaceConnectionAssociation, bool)
- func (o *ListWorkspaceConnectionAssociationsResponse) GetNextToken() string
- func (o *ListWorkspaceConnectionAssociationsResponse) GetNextTokenOk() (*string, bool)
- func (o *ListWorkspaceConnectionAssociationsResponse) HasItems() bool
- func (o *ListWorkspaceConnectionAssociationsResponse) HasNextToken() bool
- func (o ListWorkspaceConnectionAssociationsResponse) MarshalJSON() ([]byte, error)
- func (o *ListWorkspaceConnectionAssociationsResponse) SetItems(v []WorkspaceConnectionAssociation)
- func (o *ListWorkspaceConnectionAssociationsResponse) SetNextToken(v string)
- type ListWorkspaceConnectionsResponse
- func (o *ListWorkspaceConnectionsResponse) GetItems() []WorkspaceConnection
- func (o *ListWorkspaceConnectionsResponse) GetItemsOk() (*[]WorkspaceConnection, bool)
- func (o *ListWorkspaceConnectionsResponse) GetNextToken() string
- func (o *ListWorkspaceConnectionsResponse) GetNextTokenOk() (*string, bool)
- func (o *ListWorkspaceConnectionsResponse) HasItems() bool
- func (o *ListWorkspaceConnectionsResponse) HasNextToken() bool
- func (o ListWorkspaceConnectionsResponse) MarshalJSON() ([]byte, error)
- func (o *ListWorkspaceConnectionsResponse) SetItems(v []WorkspaceConnection)
- func (o *ListWorkspaceConnectionsResponse) SetNextToken(v string)
- type ListWorkspaceModVariablesResponse
- func (o *ListWorkspaceModVariablesResponse) GetItems() []WorkspaceModVariable
- func (o *ListWorkspaceModVariablesResponse) GetItemsOk() (*[]WorkspaceModVariable, bool)
- func (o *ListWorkspaceModVariablesResponse) GetNextToken() string
- func (o *ListWorkspaceModVariablesResponse) GetNextTokenOk() (*string, bool)
- func (o *ListWorkspaceModVariablesResponse) HasItems() bool
- func (o *ListWorkspaceModVariablesResponse) HasNextToken() bool
- func (o ListWorkspaceModVariablesResponse) MarshalJSON() ([]byte, error)
- func (o *ListWorkspaceModVariablesResponse) SetItems(v []WorkspaceModVariable)
- func (o *ListWorkspaceModVariablesResponse) SetNextToken(v string)
- type ListWorkspaceModsResponse
- func (o *ListWorkspaceModsResponse) GetItems() []WorkspaceMod
- func (o *ListWorkspaceModsResponse) GetItemsOk() (*[]WorkspaceMod, bool)
- func (o *ListWorkspaceModsResponse) GetNextToken() string
- func (o *ListWorkspaceModsResponse) GetNextTokenOk() (*string, bool)
- func (o *ListWorkspaceModsResponse) HasItems() bool
- func (o *ListWorkspaceModsResponse) HasNextToken() bool
- func (o ListWorkspaceModsResponse) MarshalJSON() ([]byte, error)
- func (o *ListWorkspaceModsResponse) SetItems(v []WorkspaceMod)
- func (o *ListWorkspaceModsResponse) SetNextToken(v string)
- type ListWorkspaceSnapshotsResponse
- func (o *ListWorkspaceSnapshotsResponse) GetItems() []WorkspaceSnapshot
- func (o *ListWorkspaceSnapshotsResponse) GetItemsOk() (*[]WorkspaceSnapshot, bool)
- func (o *ListWorkspaceSnapshotsResponse) GetNextToken() string
- func (o *ListWorkspaceSnapshotsResponse) GetNextTokenOk() (*string, bool)
- func (o *ListWorkspaceSnapshotsResponse) HasItems() bool
- func (o *ListWorkspaceSnapshotsResponse) HasNextToken() bool
- func (o ListWorkspaceSnapshotsResponse) MarshalJSON() ([]byte, error)
- func (o *ListWorkspaceSnapshotsResponse) SetItems(v []WorkspaceSnapshot)
- func (o *ListWorkspaceSnapshotsResponse) SetNextToken(v string)
- type ListWorkspacesResponse
- func (o *ListWorkspacesResponse) GetItems() []Workspace
- func (o *ListWorkspacesResponse) GetItemsOk() (*[]Workspace, bool)
- func (o *ListWorkspacesResponse) GetNextToken() string
- func (o *ListWorkspacesResponse) GetNextTokenOk() (*string, bool)
- func (o *ListWorkspacesResponse) HasItems() bool
- func (o *ListWorkspacesResponse) HasNextToken() bool
- func (o ListWorkspacesResponse) MarshalJSON() ([]byte, error)
- func (o *ListWorkspacesResponse) SetItems(v []Workspace)
- func (o *ListWorkspacesResponse) SetNextToken(v string)
- type LogRecord
- func (o *LogRecord) GetActorAvatarUrl() string
- func (o *LogRecord) GetActorAvatarUrlOk() (*string, bool)
- func (o *LogRecord) GetActorDisplayName() string
- func (o *LogRecord) GetActorDisplayNameOk() (*string, bool)
- func (o *LogRecord) GetActorHandle() string
- func (o *LogRecord) GetActorHandleOk() (*string, bool)
- func (o *LogRecord) GetActorId() string
- func (o *LogRecord) GetActorIdOk() (*string, bool)
- func (o *LogRecord) GetCreatedAt() string
- func (o *LogRecord) GetCreatedAtOk() (*string, bool)
- func (o *LogRecord) GetDuration() int32
- func (o *LogRecord) GetDurationOk() (*int32, bool)
- func (o *LogRecord) GetId() string
- func (o *LogRecord) GetIdOk() (*string, bool)
- func (o *LogRecord) GetLogTimestamp() string
- func (o *LogRecord) GetLogTimestampOk() (*string, bool)
- func (o *LogRecord) GetQuery() string
- func (o *LogRecord) GetQueryOk() (*string, bool)
- func (o *LogRecord) GetWorkspaceHandle() string
- func (o *LogRecord) GetWorkspaceHandleOk() (*string, bool)
- func (o *LogRecord) GetWorkspaceId() string
- func (o *LogRecord) GetWorkspaceIdOk() (*string, bool)
- func (o *LogRecord) HasDuration() bool
- func (o *LogRecord) HasLogTimestamp() bool
- func (o *LogRecord) HasQuery() bool
- func (o LogRecord) MarshalJSON() ([]byte, error)
- func (o *LogRecord) SetActorAvatarUrl(v string)
- func (o *LogRecord) SetActorDisplayName(v string)
- func (o *LogRecord) SetActorHandle(v string)
- func (o *LogRecord) SetActorId(v string)
- func (o *LogRecord) SetCreatedAt(v string)
- func (o *LogRecord) SetDuration(v int32)
- func (o *LogRecord) SetId(v string)
- func (o *LogRecord) SetLogTimestamp(v string)
- func (o *LogRecord) SetQuery(v string)
- func (o *LogRecord) SetWorkspaceHandle(v string)
- func (o *LogRecord) SetWorkspaceId(v string)
- type NullableActorOrg
- type NullableActorOrgWorkspace
- func (v NullableActorOrgWorkspace) Get() *ActorOrgWorkspace
- func (v NullableActorOrgWorkspace) IsSet() bool
- func (v NullableActorOrgWorkspace) MarshalJSON() ([]byte, error)
- func (v *NullableActorOrgWorkspace) Set(val *ActorOrgWorkspace)
- func (v *NullableActorOrgWorkspace) UnmarshalJSON(src []byte) error
- func (v *NullableActorOrgWorkspace) Unset()
- type NullableActorWorkspace
- func (v NullableActorWorkspace) Get() *ActorWorkspace
- func (v NullableActorWorkspace) IsSet() bool
- func (v NullableActorWorkspace) MarshalJSON() ([]byte, error)
- func (v *NullableActorWorkspace) Set(val *ActorWorkspace)
- func (v *NullableActorWorkspace) UnmarshalJSON(src []byte) error
- func (v *NullableActorWorkspace) Unset()
- type NullableAuditRecord
- func (v NullableAuditRecord) Get() *AuditRecord
- func (v NullableAuditRecord) IsSet() bool
- func (v NullableAuditRecord) MarshalJSON() ([]byte, error)
- func (v *NullableAuditRecord) Set(val *AuditRecord)
- func (v *NullableAuditRecord) UnmarshalJSON(src []byte) error
- func (v *NullableAuditRecord) Unset()
- type NullableBillingInfo
- func (v NullableBillingInfo) Get() *BillingInfo
- func (v NullableBillingInfo) IsSet() bool
- func (v NullableBillingInfo) MarshalJSON() ([]byte, error)
- func (v *NullableBillingInfo) Set(val *BillingInfo)
- func (v *NullableBillingInfo) UnmarshalJSON(src []byte) error
- func (v *NullableBillingInfo) Unset()
- type NullableBool
- type NullableConnection
- type NullableConnectionTestResult
- func (v NullableConnectionTestResult) Get() *ConnectionTestResult
- func (v NullableConnectionTestResult) IsSet() bool
- func (v NullableConnectionTestResult) MarshalJSON() ([]byte, error)
- func (v *NullableConnectionTestResult) Set(val *ConnectionTestResult)
- func (v *NullableConnectionTestResult) UnmarshalJSON(src []byte) error
- func (v *NullableConnectionTestResult) Unset()
- type NullableCreateConnectionRequest
- func (v NullableCreateConnectionRequest) Get() *CreateConnectionRequest
- func (v NullableCreateConnectionRequest) IsSet() bool
- func (v NullableCreateConnectionRequest) MarshalJSON() ([]byte, error)
- func (v *NullableCreateConnectionRequest) Set(val *CreateConnectionRequest)
- func (v *NullableCreateConnectionRequest) UnmarshalJSON(src []byte) error
- func (v *NullableCreateConnectionRequest) Unset()
- type NullableCreateOrgAvatarResponse
- func (v NullableCreateOrgAvatarResponse) Get() *CreateOrgAvatarResponse
- func (v NullableCreateOrgAvatarResponse) IsSet() bool
- func (v NullableCreateOrgAvatarResponse) MarshalJSON() ([]byte, error)
- func (v *NullableCreateOrgAvatarResponse) Set(val *CreateOrgAvatarResponse)
- func (v *NullableCreateOrgAvatarResponse) UnmarshalJSON(src []byte) error
- func (v *NullableCreateOrgAvatarResponse) Unset()
- type NullableCreateOrgRequest
- func (v NullableCreateOrgRequest) Get() *CreateOrgRequest
- func (v NullableCreateOrgRequest) IsSet() bool
- func (v NullableCreateOrgRequest) MarshalJSON() ([]byte, error)
- func (v *NullableCreateOrgRequest) Set(val *CreateOrgRequest)
- func (v *NullableCreateOrgRequest) UnmarshalJSON(src []byte) error
- func (v *NullableCreateOrgRequest) Unset()
- type NullableCreateOrgWorkspaceUserRequest
- func (v NullableCreateOrgWorkspaceUserRequest) Get() *CreateOrgWorkspaceUserRequest
- func (v NullableCreateOrgWorkspaceUserRequest) IsSet() bool
- func (v NullableCreateOrgWorkspaceUserRequest) MarshalJSON() ([]byte, error)
- func (v *NullableCreateOrgWorkspaceUserRequest) Set(val *CreateOrgWorkspaceUserRequest)
- func (v *NullableCreateOrgWorkspaceUserRequest) UnmarshalJSON(src []byte) error
- func (v *NullableCreateOrgWorkspaceUserRequest) Unset()
- type NullableCreatePipelineRequest
- func (v NullableCreatePipelineRequest) Get() *CreatePipelineRequest
- func (v NullableCreatePipelineRequest) IsSet() bool
- func (v NullableCreatePipelineRequest) MarshalJSON() ([]byte, error)
- func (v *NullableCreatePipelineRequest) Set(val *CreatePipelineRequest)
- func (v *NullableCreatePipelineRequest) UnmarshalJSON(src []byte) error
- func (v *NullableCreatePipelineRequest) Unset()
- type NullableCreateUserAvatarResponse
- func (v NullableCreateUserAvatarResponse) Get() *CreateUserAvatarResponse
- func (v NullableCreateUserAvatarResponse) IsSet() bool
- func (v NullableCreateUserAvatarResponse) MarshalJSON() ([]byte, error)
- func (v *NullableCreateUserAvatarResponse) Set(val *CreateUserAvatarResponse)
- func (v *NullableCreateUserAvatarResponse) UnmarshalJSON(src []byte) error
- func (v *NullableCreateUserAvatarResponse) Unset()
- type NullableCreateUserPasswordRequest
- func (v NullableCreateUserPasswordRequest) Get() *CreateUserPasswordRequest
- func (v NullableCreateUserPasswordRequest) IsSet() bool
- func (v NullableCreateUserPasswordRequest) MarshalJSON() ([]byte, error)
- func (v *NullableCreateUserPasswordRequest) Set(val *CreateUserPasswordRequest)
- func (v *NullableCreateUserPasswordRequest) UnmarshalJSON(src []byte) error
- func (v *NullableCreateUserPasswordRequest) Unset()
- type NullableCreateUserRequest
- func (v NullableCreateUserRequest) Get() *CreateUserRequest
- func (v NullableCreateUserRequest) IsSet() bool
- func (v NullableCreateUserRequest) MarshalJSON() ([]byte, error)
- func (v *NullableCreateUserRequest) Set(val *CreateUserRequest)
- func (v *NullableCreateUserRequest) UnmarshalJSON(src []byte) error
- func (v *NullableCreateUserRequest) Unset()
- type NullableCreateWorkspaceAggregatorRequest
- func (v NullableCreateWorkspaceAggregatorRequest) Get() *CreateWorkspaceAggregatorRequest
- func (v NullableCreateWorkspaceAggregatorRequest) IsSet() bool
- func (v NullableCreateWorkspaceAggregatorRequest) MarshalJSON() ([]byte, error)
- func (v *NullableCreateWorkspaceAggregatorRequest) Set(val *CreateWorkspaceAggregatorRequest)
- func (v *NullableCreateWorkspaceAggregatorRequest) UnmarshalJSON(src []byte) error
- func (v *NullableCreateWorkspaceAggregatorRequest) Unset()
- type NullableCreateWorkspaceConnRequest
- func (v NullableCreateWorkspaceConnRequest) Get() *CreateWorkspaceConnRequest
- func (v NullableCreateWorkspaceConnRequest) IsSet() bool
- func (v NullableCreateWorkspaceConnRequest) MarshalJSON() ([]byte, error)
- func (v *NullableCreateWorkspaceConnRequest) Set(val *CreateWorkspaceConnRequest)
- func (v *NullableCreateWorkspaceConnRequest) UnmarshalJSON(src []byte) error
- func (v *NullableCreateWorkspaceConnRequest) Unset()
- type NullableCreateWorkspaceModRequest
- func (v NullableCreateWorkspaceModRequest) Get() *CreateWorkspaceModRequest
- func (v NullableCreateWorkspaceModRequest) IsSet() bool
- func (v NullableCreateWorkspaceModRequest) MarshalJSON() ([]byte, error)
- func (v *NullableCreateWorkspaceModRequest) Set(val *CreateWorkspaceModRequest)
- func (v *NullableCreateWorkspaceModRequest) UnmarshalJSON(src []byte) error
- func (v *NullableCreateWorkspaceModRequest) Unset()
- type NullableCreateWorkspaceModVariableSettingRequest
- func (v NullableCreateWorkspaceModVariableSettingRequest) Get() *CreateWorkspaceModVariableSettingRequest
- func (v NullableCreateWorkspaceModVariableSettingRequest) IsSet() bool
- func (v NullableCreateWorkspaceModVariableSettingRequest) MarshalJSON() ([]byte, error)
- func (v *NullableCreateWorkspaceModVariableSettingRequest) Set(val *CreateWorkspaceModVariableSettingRequest)
- func (v *NullableCreateWorkspaceModVariableSettingRequest) UnmarshalJSON(src []byte) error
- func (v *NullableCreateWorkspaceModVariableSettingRequest) Unset()
- type NullableCreateWorkspaceRequest
- func (v NullableCreateWorkspaceRequest) Get() *CreateWorkspaceRequest
- func (v NullableCreateWorkspaceRequest) IsSet() bool
- func (v NullableCreateWorkspaceRequest) MarshalJSON() ([]byte, error)
- func (v *NullableCreateWorkspaceRequest) Set(val *CreateWorkspaceRequest)
- func (v *NullableCreateWorkspaceRequest) UnmarshalJSON(src []byte) error
- func (v *NullableCreateWorkspaceRequest) Unset()
- type NullableCreateWorkspaceSnapshotRequest
- func (v NullableCreateWorkspaceSnapshotRequest) Get() *CreateWorkspaceSnapshotRequest
- func (v NullableCreateWorkspaceSnapshotRequest) IsSet() bool
- func (v NullableCreateWorkspaceSnapshotRequest) MarshalJSON() ([]byte, error)
- func (v *NullableCreateWorkspaceSnapshotRequest) Set(val *CreateWorkspaceSnapshotRequest)
- func (v *NullableCreateWorkspaceSnapshotRequest) UnmarshalJSON(src []byte) error
- func (v *NullableCreateWorkspaceSnapshotRequest) Unset()
- type NullableDeleteOrgAvatarResponse
- func (v NullableDeleteOrgAvatarResponse) Get() *DeleteOrgAvatarResponse
- func (v NullableDeleteOrgAvatarResponse) IsSet() bool
- func (v NullableDeleteOrgAvatarResponse) MarshalJSON() ([]byte, error)
- func (v *NullableDeleteOrgAvatarResponse) Set(val *DeleteOrgAvatarResponse)
- func (v *NullableDeleteOrgAvatarResponse) UnmarshalJSON(src []byte) error
- func (v *NullableDeleteOrgAvatarResponse) Unset()
- type NullableDeleteUserAvatarResponse
- func (v NullableDeleteUserAvatarResponse) Get() *DeleteUserAvatarResponse
- func (v NullableDeleteUserAvatarResponse) IsSet() bool
- func (v NullableDeleteUserAvatarResponse) MarshalJSON() ([]byte, error)
- func (v *NullableDeleteUserAvatarResponse) Set(val *DeleteUserAvatarResponse)
- func (v *NullableDeleteUserAvatarResponse) UnmarshalJSON(src []byte) error
- func (v *NullableDeleteUserAvatarResponse) Unset()
- type NullableErrorDetailModel
- func (v NullableErrorDetailModel) Get() *ErrorDetailModel
- func (v NullableErrorDetailModel) IsSet() bool
- func (v NullableErrorDetailModel) MarshalJSON() ([]byte, error)
- func (v *NullableErrorDetailModel) Set(val *ErrorDetailModel)
- func (v *NullableErrorDetailModel) UnmarshalJSON(src []byte) error
- func (v *NullableErrorDetailModel) Unset()
- type NullableErrorModel
- type NullableFeature
- type NullableFloat32
- type NullableFloat64
- type NullableIdentity
- type NullableIdentitySearch
- func (v NullableIdentitySearch) Get() *IdentitySearch
- func (v NullableIdentitySearch) IsSet() bool
- func (v NullableIdentitySearch) MarshalJSON() ([]byte, error)
- func (v *NullableIdentitySearch) Set(val *IdentitySearch)
- func (v *NullableIdentitySearch) UnmarshalJSON(src []byte) error
- func (v *NullableIdentitySearch) Unset()
- type NullableInt
- type NullableInt32
- type NullableInt64
- type NullableInviteOrgUserRequest
- func (v NullableInviteOrgUserRequest) Get() *InviteOrgUserRequest
- func (v NullableInviteOrgUserRequest) IsSet() bool
- func (v NullableInviteOrgUserRequest) MarshalJSON() ([]byte, error)
- func (v *NullableInviteOrgUserRequest) Set(val *InviteOrgUserRequest)
- func (v *NullableInviteOrgUserRequest) UnmarshalJSON(src []byte) error
- func (v *NullableInviteOrgUserRequest) Unset()
- type NullableInviteOrgWorkspaceUserRequest
- func (v NullableInviteOrgWorkspaceUserRequest) Get() *InviteOrgWorkspaceUserRequest
- func (v NullableInviteOrgWorkspaceUserRequest) IsSet() bool
- func (v NullableInviteOrgWorkspaceUserRequest) MarshalJSON() ([]byte, error)
- func (v *NullableInviteOrgWorkspaceUserRequest) Set(val *InviteOrgWorkspaceUserRequest)
- func (v *NullableInviteOrgWorkspaceUserRequest) UnmarshalJSON(src []byte) error
- func (v *NullableInviteOrgWorkspaceUserRequest) Unset()
- type NullableJSONTime
- type NullableListActorOrgsResponse
- func (v NullableListActorOrgsResponse) Get() *ListActorOrgsResponse
- func (v NullableListActorOrgsResponse) IsSet() bool
- func (v NullableListActorOrgsResponse) MarshalJSON() ([]byte, error)
- func (v *NullableListActorOrgsResponse) Set(val *ListActorOrgsResponse)
- func (v *NullableListActorOrgsResponse) UnmarshalJSON(src []byte) error
- func (v *NullableListActorOrgsResponse) Unset()
- type NullableListActorWorkspacesResponse
- func (v NullableListActorWorkspacesResponse) Get() *ListActorWorkspacesResponse
- func (v NullableListActorWorkspacesResponse) IsSet() bool
- func (v NullableListActorWorkspacesResponse) MarshalJSON() ([]byte, error)
- func (v *NullableListActorWorkspacesResponse) Set(val *ListActorWorkspacesResponse)
- func (v *NullableListActorWorkspacesResponse) UnmarshalJSON(src []byte) error
- func (v *NullableListActorWorkspacesResponse) Unset()
- type NullableListAuditLogsResponse
- func (v NullableListAuditLogsResponse) Get() *ListAuditLogsResponse
- func (v NullableListAuditLogsResponse) IsSet() bool
- func (v NullableListAuditLogsResponse) MarshalJSON() ([]byte, error)
- func (v *NullableListAuditLogsResponse) Set(val *ListAuditLogsResponse)
- func (v *NullableListAuditLogsResponse) UnmarshalJSON(src []byte) error
- func (v *NullableListAuditLogsResponse) Unset()
- type NullableListConnectionsResponse
- func (v NullableListConnectionsResponse) Get() *ListConnectionsResponse
- func (v NullableListConnectionsResponse) IsSet() bool
- func (v NullableListConnectionsResponse) MarshalJSON() ([]byte, error)
- func (v *NullableListConnectionsResponse) Set(val *ListConnectionsResponse)
- func (v *NullableListConnectionsResponse) UnmarshalJSON(src []byte) error
- func (v *NullableListConnectionsResponse) Unset()
- type NullableListFeaturesResponse
- func (v NullableListFeaturesResponse) Get() *ListFeaturesResponse
- func (v NullableListFeaturesResponse) IsSet() bool
- func (v NullableListFeaturesResponse) MarshalJSON() ([]byte, error)
- func (v *NullableListFeaturesResponse) Set(val *ListFeaturesResponse)
- func (v *NullableListFeaturesResponse) UnmarshalJSON(src []byte) error
- func (v *NullableListFeaturesResponse) Unset()
- type NullableListIdentitiesResponse
- func (v NullableListIdentitiesResponse) Get() *ListIdentitiesResponse
- func (v NullableListIdentitiesResponse) IsSet() bool
- func (v NullableListIdentitiesResponse) MarshalJSON() ([]byte, error)
- func (v *NullableListIdentitiesResponse) Set(val *ListIdentitiesResponse)
- func (v *NullableListIdentitiesResponse) UnmarshalJSON(src []byte) error
- func (v *NullableListIdentitiesResponse) Unset()
- type NullableListLogsResponse
- func (v NullableListLogsResponse) Get() *ListLogsResponse
- func (v NullableListLogsResponse) IsSet() bool
- func (v NullableListLogsResponse) MarshalJSON() ([]byte, error)
- func (v *NullableListLogsResponse) Set(val *ListLogsResponse)
- func (v *NullableListLogsResponse) UnmarshalJSON(src []byte) error
- func (v *NullableListLogsResponse) Unset()
- type NullableListOrgUsersResponse
- func (v NullableListOrgUsersResponse) Get() *ListOrgUsersResponse
- func (v NullableListOrgUsersResponse) IsSet() bool
- func (v NullableListOrgUsersResponse) MarshalJSON() ([]byte, error)
- func (v *NullableListOrgUsersResponse) Set(val *ListOrgUsersResponse)
- func (v *NullableListOrgUsersResponse) UnmarshalJSON(src []byte) error
- func (v *NullableListOrgUsersResponse) Unset()
- type NullableListOrgWorkspaceUsersResponse
- func (v NullableListOrgWorkspaceUsersResponse) Get() *ListOrgWorkspaceUsersResponse
- func (v NullableListOrgWorkspaceUsersResponse) IsSet() bool
- func (v NullableListOrgWorkspaceUsersResponse) MarshalJSON() ([]byte, error)
- func (v *NullableListOrgWorkspaceUsersResponse) Set(val *ListOrgWorkspaceUsersResponse)
- func (v *NullableListOrgWorkspaceUsersResponse) UnmarshalJSON(src []byte) error
- func (v *NullableListOrgWorkspaceUsersResponse) Unset()
- type NullableListOrgsResponse
- func (v NullableListOrgsResponse) Get() *ListOrgsResponse
- func (v NullableListOrgsResponse) IsSet() bool
- func (v NullableListOrgsResponse) MarshalJSON() ([]byte, error)
- func (v *NullableListOrgsResponse) Set(val *ListOrgsResponse)
- func (v *NullableListOrgsResponse) UnmarshalJSON(src []byte) error
- func (v *NullableListOrgsResponse) Unset()
- type NullableListPipelinesResponse
- func (v NullableListPipelinesResponse) Get() *ListPipelinesResponse
- func (v NullableListPipelinesResponse) IsSet() bool
- func (v NullableListPipelinesResponse) MarshalJSON() ([]byte, error)
- func (v *NullableListPipelinesResponse) Set(val *ListPipelinesResponse)
- func (v *NullableListPipelinesResponse) UnmarshalJSON(src []byte) error
- func (v *NullableListPipelinesResponse) Unset()
- type NullableListProcessesResponse
- func (v NullableListProcessesResponse) Get() *ListProcessesResponse
- func (v NullableListProcessesResponse) IsSet() bool
- func (v NullableListProcessesResponse) MarshalJSON() ([]byte, error)
- func (v *NullableListProcessesResponse) Set(val *ListProcessesResponse)
- func (v *NullableListProcessesResponse) UnmarshalJSON(src []byte) error
- func (v *NullableListProcessesResponse) Unset()
- type NullableListTokensResponse
- func (v NullableListTokensResponse) Get() *ListTokensResponse
- func (v NullableListTokensResponse) IsSet() bool
- func (v NullableListTokensResponse) MarshalJSON() ([]byte, error)
- func (v *NullableListTokensResponse) Set(val *ListTokensResponse)
- func (v *NullableListTokensResponse) UnmarshalJSON(src []byte) error
- func (v *NullableListTokensResponse) Unset()
- type NullableListUserEmailsResponse
- func (v NullableListUserEmailsResponse) Get() *ListUserEmailsResponse
- func (v NullableListUserEmailsResponse) IsSet() bool
- func (v NullableListUserEmailsResponse) MarshalJSON() ([]byte, error)
- func (v *NullableListUserEmailsResponse) Set(val *ListUserEmailsResponse)
- func (v *NullableListUserEmailsResponse) UnmarshalJSON(src []byte) error
- func (v *NullableListUserEmailsResponse) Unset()
- type NullableListUserOrgsResponse
- func (v NullableListUserOrgsResponse) Get() *ListUserOrgsResponse
- func (v NullableListUserOrgsResponse) IsSet() bool
- func (v NullableListUserOrgsResponse) MarshalJSON() ([]byte, error)
- func (v *NullableListUserOrgsResponse) Set(val *ListUserOrgsResponse)
- func (v *NullableListUserOrgsResponse) UnmarshalJSON(src []byte) error
- func (v *NullableListUserOrgsResponse) 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 NullableListWorkspaceAggregatorsResponse
- func (v NullableListWorkspaceAggregatorsResponse) Get() *ListWorkspaceAggregatorsResponse
- func (v NullableListWorkspaceAggregatorsResponse) IsSet() bool
- func (v NullableListWorkspaceAggregatorsResponse) MarshalJSON() ([]byte, error)
- func (v *NullableListWorkspaceAggregatorsResponse) Set(val *ListWorkspaceAggregatorsResponse)
- func (v *NullableListWorkspaceAggregatorsResponse) UnmarshalJSON(src []byte) error
- func (v *NullableListWorkspaceAggregatorsResponse) Unset()
- type NullableListWorkspaceConnResponse
- func (v NullableListWorkspaceConnResponse) Get() *ListWorkspaceConnResponse
- func (v NullableListWorkspaceConnResponse) IsSet() bool
- func (v NullableListWorkspaceConnResponse) MarshalJSON() ([]byte, error)
- func (v *NullableListWorkspaceConnResponse) Set(val *ListWorkspaceConnResponse)
- func (v *NullableListWorkspaceConnResponse) UnmarshalJSON(src []byte) error
- func (v *NullableListWorkspaceConnResponse) Unset()
- type NullableListWorkspaceConnectionAssociationsResponse
- func (v NullableListWorkspaceConnectionAssociationsResponse) Get() *ListWorkspaceConnectionAssociationsResponse
- func (v NullableListWorkspaceConnectionAssociationsResponse) IsSet() bool
- func (v NullableListWorkspaceConnectionAssociationsResponse) MarshalJSON() ([]byte, error)
- func (v *NullableListWorkspaceConnectionAssociationsResponse) Set(val *ListWorkspaceConnectionAssociationsResponse)
- func (v *NullableListWorkspaceConnectionAssociationsResponse) UnmarshalJSON(src []byte) error
- func (v *NullableListWorkspaceConnectionAssociationsResponse) Unset()
- type NullableListWorkspaceConnectionsResponse
- func (v NullableListWorkspaceConnectionsResponse) Get() *ListWorkspaceConnectionsResponse
- func (v NullableListWorkspaceConnectionsResponse) IsSet() bool
- func (v NullableListWorkspaceConnectionsResponse) MarshalJSON() ([]byte, error)
- func (v *NullableListWorkspaceConnectionsResponse) Set(val *ListWorkspaceConnectionsResponse)
- func (v *NullableListWorkspaceConnectionsResponse) UnmarshalJSON(src []byte) error
- func (v *NullableListWorkspaceConnectionsResponse) Unset()
- type NullableListWorkspaceModVariablesResponse
- func (v NullableListWorkspaceModVariablesResponse) Get() *ListWorkspaceModVariablesResponse
- func (v NullableListWorkspaceModVariablesResponse) IsSet() bool
- func (v NullableListWorkspaceModVariablesResponse) MarshalJSON() ([]byte, error)
- func (v *NullableListWorkspaceModVariablesResponse) Set(val *ListWorkspaceModVariablesResponse)
- func (v *NullableListWorkspaceModVariablesResponse) UnmarshalJSON(src []byte) error
- func (v *NullableListWorkspaceModVariablesResponse) Unset()
- type NullableListWorkspaceModsResponse
- func (v NullableListWorkspaceModsResponse) Get() *ListWorkspaceModsResponse
- func (v NullableListWorkspaceModsResponse) IsSet() bool
- func (v NullableListWorkspaceModsResponse) MarshalJSON() ([]byte, error)
- func (v *NullableListWorkspaceModsResponse) Set(val *ListWorkspaceModsResponse)
- func (v *NullableListWorkspaceModsResponse) UnmarshalJSON(src []byte) error
- func (v *NullableListWorkspaceModsResponse) Unset()
- type NullableListWorkspaceSnapshotsResponse
- func (v NullableListWorkspaceSnapshotsResponse) Get() *ListWorkspaceSnapshotsResponse
- func (v NullableListWorkspaceSnapshotsResponse) IsSet() bool
- func (v NullableListWorkspaceSnapshotsResponse) MarshalJSON() ([]byte, error)
- func (v *NullableListWorkspaceSnapshotsResponse) Set(val *ListWorkspaceSnapshotsResponse)
- func (v *NullableListWorkspaceSnapshotsResponse) UnmarshalJSON(src []byte) error
- func (v *NullableListWorkspaceSnapshotsResponse) Unset()
- type NullableListWorkspacesResponse
- func (v NullableListWorkspacesResponse) Get() *ListWorkspacesResponse
- func (v NullableListWorkspacesResponse) IsSet() bool
- func (v NullableListWorkspacesResponse) MarshalJSON() ([]byte, error)
- func (v *NullableListWorkspacesResponse) Set(val *ListWorkspacesResponse)
- func (v *NullableListWorkspacesResponse) UnmarshalJSON(src []byte) error
- func (v *NullableListWorkspacesResponse) Unset()
- type NullableLogRecord
- type NullableOrg
- type NullableOrgQuota
- type NullableOrgUser
- type NullableOrgWorkspaceUser
- func (v NullableOrgWorkspaceUser) Get() *OrgWorkspaceUser
- func (v NullableOrgWorkspaceUser) IsSet() bool
- func (v NullableOrgWorkspaceUser) MarshalJSON() ([]byte, error)
- func (v *NullableOrgWorkspaceUser) Set(val *OrgWorkspaceUser)
- func (v *NullableOrgWorkspaceUser) UnmarshalJSON(src []byte) error
- func (v *NullableOrgWorkspaceUser) Unset()
- type NullablePipeline
- type NullablePipelineCommandRequest
- func (v NullablePipelineCommandRequest) Get() *PipelineCommandRequest
- func (v NullablePipelineCommandRequest) IsSet() bool
- func (v NullablePipelineCommandRequest) MarshalJSON() ([]byte, error)
- func (v *NullablePipelineCommandRequest) Set(val *PipelineCommandRequest)
- func (v *NullablePipelineCommandRequest) UnmarshalJSON(src []byte) error
- func (v *NullablePipelineCommandRequest) Unset()
- type NullablePipelineCommandResponse
- func (v NullablePipelineCommandResponse) Get() *PipelineCommandResponse
- func (v NullablePipelineCommandResponse) IsSet() bool
- func (v NullablePipelineCommandResponse) MarshalJSON() ([]byte, error)
- func (v *NullablePipelineCommandResponse) Set(val *PipelineCommandResponse)
- func (v *NullablePipelineCommandResponse) UnmarshalJSON(src []byte) error
- func (v *NullablePipelineCommandResponse) Unset()
- type NullablePipelineFrequency
- func (v NullablePipelineFrequency) Get() *PipelineFrequency
- func (v NullablePipelineFrequency) IsSet() bool
- func (v NullablePipelineFrequency) MarshalJSON() ([]byte, error)
- func (v *NullablePipelineFrequency) Set(val *PipelineFrequency)
- func (v *NullablePipelineFrequency) UnmarshalJSON(src []byte) error
- func (v *NullablePipelineFrequency) Unset()
- type NullableQuota
- type NullableSchemaInfo
- type NullableSchemaTable
- func (v NullableSchemaTable) Get() *SchemaTable
- func (v NullableSchemaTable) IsSet() bool
- func (v NullableSchemaTable) MarshalJSON() ([]byte, error)
- func (v *NullableSchemaTable) Set(val *SchemaTable)
- func (v *NullableSchemaTable) UnmarshalJSON(src []byte) error
- func (v *NullableSchemaTable) Unset()
- type NullableSchemaTableColumn
- func (v NullableSchemaTableColumn) Get() *SchemaTableColumn
- func (v NullableSchemaTableColumn) IsSet() bool
- func (v NullableSchemaTableColumn) MarshalJSON() ([]byte, error)
- func (v *NullableSchemaTableColumn) Set(val *SchemaTableColumn)
- func (v *NullableSchemaTableColumn) UnmarshalJSON(src []byte) error
- func (v *NullableSchemaTableColumn) Unset()
- type NullableSearchIdentitiesResponse
- func (v NullableSearchIdentitiesResponse) Get() *SearchIdentitiesResponse
- func (v NullableSearchIdentitiesResponse) IsSet() bool
- func (v NullableSearchIdentitiesResponse) MarshalJSON() ([]byte, error)
- func (v *NullableSearchIdentitiesResponse) Set(val *SearchIdentitiesResponse)
- func (v *NullableSearchIdentitiesResponse) UnmarshalJSON(src []byte) error
- func (v *NullableSearchIdentitiesResponse) Unset()
- type NullableSearchUsersResponse
- func (v NullableSearchUsersResponse) Get() *SearchUsersResponse
- func (v NullableSearchUsersResponse) IsSet() bool
- func (v NullableSearchUsersResponse) MarshalJSON() ([]byte, error)
- func (v *NullableSearchUsersResponse) Set(val *SearchUsersResponse)
- func (v *NullableSearchUsersResponse) UnmarshalJSON(src []byte) error
- func (v *NullableSearchUsersResponse) Unset()
- type NullableSpProcess
- type NullableString
- type NullableTemporaryTokenRequest
- func (v NullableTemporaryTokenRequest) Get() *TemporaryTokenRequest
- func (v NullableTemporaryTokenRequest) IsSet() bool
- func (v NullableTemporaryTokenRequest) MarshalJSON() ([]byte, error)
- func (v *NullableTemporaryTokenRequest) Set(val *TemporaryTokenRequest)
- func (v *NullableTemporaryTokenRequest) UnmarshalJSON(src []byte) error
- func (v *NullableTemporaryTokenRequest) Unset()
- type NullableTestConnectionRequest
- func (v NullableTestConnectionRequest) Get() *TestConnectionRequest
- func (v NullableTestConnectionRequest) IsSet() bool
- func (v NullableTestConnectionRequest) MarshalJSON() ([]byte, error)
- func (v *NullableTestConnectionRequest) Set(val *TestConnectionRequest)
- func (v *NullableTestConnectionRequest) UnmarshalJSON(src []byte) error
- func (v *NullableTestConnectionRequest) Unset()
- type NullableTime
- type NullableToken
- type NullableUpdateConnectionRequest
- func (v NullableUpdateConnectionRequest) Get() *UpdateConnectionRequest
- func (v NullableUpdateConnectionRequest) IsSet() bool
- func (v NullableUpdateConnectionRequest) MarshalJSON() ([]byte, error)
- func (v *NullableUpdateConnectionRequest) Set(val *UpdateConnectionRequest)
- func (v *NullableUpdateConnectionRequest) UnmarshalJSON(src []byte) error
- func (v *NullableUpdateConnectionRequest) Unset()
- type NullableUpdateOrgRequest
- func (v NullableUpdateOrgRequest) Get() *UpdateOrgRequest
- func (v NullableUpdateOrgRequest) IsSet() bool
- func (v NullableUpdateOrgRequest) MarshalJSON() ([]byte, error)
- func (v *NullableUpdateOrgRequest) Set(val *UpdateOrgRequest)
- func (v *NullableUpdateOrgRequest) UnmarshalJSON(src []byte) error
- func (v *NullableUpdateOrgRequest) Unset()
- type NullableUpdateOrgUserRequest
- func (v NullableUpdateOrgUserRequest) Get() *UpdateOrgUserRequest
- func (v NullableUpdateOrgUserRequest) IsSet() bool
- func (v NullableUpdateOrgUserRequest) MarshalJSON() ([]byte, error)
- func (v *NullableUpdateOrgUserRequest) Set(val *UpdateOrgUserRequest)
- func (v *NullableUpdateOrgUserRequest) UnmarshalJSON(src []byte) error
- func (v *NullableUpdateOrgUserRequest) Unset()
- type NullableUpdateOrgWorkspaceUserRequest
- func (v NullableUpdateOrgWorkspaceUserRequest) Get() *UpdateOrgWorkspaceUserRequest
- func (v NullableUpdateOrgWorkspaceUserRequest) IsSet() bool
- func (v NullableUpdateOrgWorkspaceUserRequest) MarshalJSON() ([]byte, error)
- func (v *NullableUpdateOrgWorkspaceUserRequest) Set(val *UpdateOrgWorkspaceUserRequest)
- func (v *NullableUpdateOrgWorkspaceUserRequest) UnmarshalJSON(src []byte) error
- func (v *NullableUpdateOrgWorkspaceUserRequest) Unset()
- type NullableUpdatePipelineRequest
- func (v NullableUpdatePipelineRequest) Get() *UpdatePipelineRequest
- func (v NullableUpdatePipelineRequest) IsSet() bool
- func (v NullableUpdatePipelineRequest) MarshalJSON() ([]byte, error)
- func (v *NullableUpdatePipelineRequest) Set(val *UpdatePipelineRequest)
- func (v *NullableUpdatePipelineRequest) UnmarshalJSON(src []byte) error
- func (v *NullableUpdatePipelineRequest) Unset()
- type NullableUpdateTemporaryTokenRequest
- func (v NullableUpdateTemporaryTokenRequest) Get() *UpdateTemporaryTokenRequest
- func (v NullableUpdateTemporaryTokenRequest) IsSet() bool
- func (v NullableUpdateTemporaryTokenRequest) MarshalJSON() ([]byte, error)
- func (v *NullableUpdateTemporaryTokenRequest) Set(val *UpdateTemporaryTokenRequest)
- func (v *NullableUpdateTemporaryTokenRequest) UnmarshalJSON(src []byte) error
- func (v *NullableUpdateTemporaryTokenRequest) Unset()
- type NullableUpdateTokenRequest
- func (v NullableUpdateTokenRequest) Get() *UpdateTokenRequest
- func (v NullableUpdateTokenRequest) IsSet() bool
- func (v NullableUpdateTokenRequest) MarshalJSON() ([]byte, error)
- func (v *NullableUpdateTokenRequest) Set(val *UpdateTokenRequest)
- func (v *NullableUpdateTokenRequest) UnmarshalJSON(src []byte) error
- func (v *NullableUpdateTokenRequest) Unset()
- type NullableUpdateUserPreferencesRequest
- func (v NullableUpdateUserPreferencesRequest) Get() *UpdateUserPreferencesRequest
- func (v NullableUpdateUserPreferencesRequest) IsSet() bool
- func (v NullableUpdateUserPreferencesRequest) MarshalJSON() ([]byte, error)
- func (v *NullableUpdateUserPreferencesRequest) Set(val *UpdateUserPreferencesRequest)
- func (v *NullableUpdateUserPreferencesRequest) UnmarshalJSON(src []byte) error
- func (v *NullableUpdateUserPreferencesRequest) Unset()
- type NullableUpdateUserRequest
- func (v NullableUpdateUserRequest) Get() *UpdateUserRequest
- func (v NullableUpdateUserRequest) IsSet() bool
- func (v NullableUpdateUserRequest) MarshalJSON() ([]byte, error)
- func (v *NullableUpdateUserRequest) Set(val *UpdateUserRequest)
- func (v *NullableUpdateUserRequest) UnmarshalJSON(src []byte) error
- func (v *NullableUpdateUserRequest) Unset()
- type NullableUpdateWorkspaceAggregatorRequest
- func (v NullableUpdateWorkspaceAggregatorRequest) Get() *UpdateWorkspaceAggregatorRequest
- func (v NullableUpdateWorkspaceAggregatorRequest) IsSet() bool
- func (v NullableUpdateWorkspaceAggregatorRequest) MarshalJSON() ([]byte, error)
- func (v *NullableUpdateWorkspaceAggregatorRequest) Set(val *UpdateWorkspaceAggregatorRequest)
- func (v *NullableUpdateWorkspaceAggregatorRequest) UnmarshalJSON(src []byte) error
- func (v *NullableUpdateWorkspaceAggregatorRequest) Unset()
- type NullableUpdateWorkspaceModRequest
- func (v NullableUpdateWorkspaceModRequest) Get() *UpdateWorkspaceModRequest
- func (v NullableUpdateWorkspaceModRequest) IsSet() bool
- func (v NullableUpdateWorkspaceModRequest) MarshalJSON() ([]byte, error)
- func (v *NullableUpdateWorkspaceModRequest) Set(val *UpdateWorkspaceModRequest)
- func (v *NullableUpdateWorkspaceModRequest) UnmarshalJSON(src []byte) error
- func (v *NullableUpdateWorkspaceModRequest) Unset()
- type NullableUpdateWorkspaceModVariableSettingRequest
- func (v NullableUpdateWorkspaceModVariableSettingRequest) Get() *UpdateWorkspaceModVariableSettingRequest
- func (v NullableUpdateWorkspaceModVariableSettingRequest) IsSet() bool
- func (v NullableUpdateWorkspaceModVariableSettingRequest) MarshalJSON() ([]byte, error)
- func (v *NullableUpdateWorkspaceModVariableSettingRequest) Set(val *UpdateWorkspaceModVariableSettingRequest)
- func (v *NullableUpdateWorkspaceModVariableSettingRequest) UnmarshalJSON(src []byte) error
- func (v *NullableUpdateWorkspaceModVariableSettingRequest) Unset()
- type NullableUpdateWorkspaceRequest
- func (v NullableUpdateWorkspaceRequest) Get() *UpdateWorkspaceRequest
- func (v NullableUpdateWorkspaceRequest) IsSet() bool
- func (v NullableUpdateWorkspaceRequest) MarshalJSON() ([]byte, error)
- func (v *NullableUpdateWorkspaceRequest) Set(val *UpdateWorkspaceRequest)
- func (v *NullableUpdateWorkspaceRequest) UnmarshalJSON(src []byte) error
- func (v *NullableUpdateWorkspaceRequest) Unset()
- type NullableUpdateWorkspaceSnapshotRequest
- func (v NullableUpdateWorkspaceSnapshotRequest) Get() *UpdateWorkspaceSnapshotRequest
- func (v NullableUpdateWorkspaceSnapshotRequest) IsSet() bool
- func (v NullableUpdateWorkspaceSnapshotRequest) MarshalJSON() ([]byte, error)
- func (v *NullableUpdateWorkspaceSnapshotRequest) Set(val *UpdateWorkspaceSnapshotRequest)
- func (v *NullableUpdateWorkspaceSnapshotRequest) UnmarshalJSON(src []byte) error
- func (v *NullableUpdateWorkspaceSnapshotRequest) Unset()
- type NullableUser
- type NullableUserDatabasePassword
- func (v NullableUserDatabasePassword) Get() *UserDatabasePassword
- func (v NullableUserDatabasePassword) IsSet() bool
- func (v NullableUserDatabasePassword) MarshalJSON() ([]byte, error)
- func (v *NullableUserDatabasePassword) Set(val *UserDatabasePassword)
- func (v *NullableUserDatabasePassword) UnmarshalJSON(src []byte) error
- func (v *NullableUserDatabasePassword) Unset()
- type NullableUserEmail
- type NullableUserLoginRequest
- func (v NullableUserLoginRequest) Get() *UserLoginRequest
- func (v NullableUserLoginRequest) IsSet() bool
- func (v NullableUserLoginRequest) MarshalJSON() ([]byte, error)
- func (v *NullableUserLoginRequest) Set(val *UserLoginRequest)
- func (v *NullableUserLoginRequest) UnmarshalJSON(src []byte) error
- func (v *NullableUserLoginRequest) Unset()
- type NullableUserOrg
- type NullableUserPreferences
- func (v NullableUserPreferences) Get() *UserPreferences
- func (v NullableUserPreferences) IsSet() bool
- func (v NullableUserPreferences) MarshalJSON() ([]byte, error)
- func (v *NullableUserPreferences) Set(val *UserPreferences)
- func (v *NullableUserPreferences) UnmarshalJSON(src []byte) error
- func (v *NullableUserPreferences) Unset()
- type NullableUserQuota
- type NullableUserSearch
- type NullableUserSignupRequest
- func (v NullableUserSignupRequest) Get() *UserSignupRequest
- func (v NullableUserSignupRequest) IsSet() bool
- func (v NullableUserSignupRequest) MarshalJSON() ([]byte, error)
- func (v *NullableUserSignupRequest) Set(val *UserSignupRequest)
- func (v *NullableUserSignupRequest) UnmarshalJSON(src []byte) error
- func (v *NullableUserSignupRequest) Unset()
- type NullableWorkspace
- type NullableWorkspaceAggregator
- func (v NullableWorkspaceAggregator) Get() *WorkspaceAggregator
- func (v NullableWorkspaceAggregator) IsSet() bool
- func (v NullableWorkspaceAggregator) MarshalJSON() ([]byte, error)
- func (v *NullableWorkspaceAggregator) Set(val *WorkspaceAggregator)
- func (v *NullableWorkspaceAggregator) UnmarshalJSON(src []byte) error
- func (v *NullableWorkspaceAggregator) Unset()
- type NullableWorkspaceCommandRequest
- func (v NullableWorkspaceCommandRequest) Get() *WorkspaceCommandRequest
- func (v NullableWorkspaceCommandRequest) IsSet() bool
- func (v NullableWorkspaceCommandRequest) MarshalJSON() ([]byte, error)
- func (v *NullableWorkspaceCommandRequest) Set(val *WorkspaceCommandRequest)
- func (v *NullableWorkspaceCommandRequest) UnmarshalJSON(src []byte) error
- func (v *NullableWorkspaceCommandRequest) Unset()
- type NullableWorkspaceCommandResponse
- func (v NullableWorkspaceCommandResponse) Get() *WorkspaceCommandResponse
- func (v NullableWorkspaceCommandResponse) IsSet() bool
- func (v NullableWorkspaceCommandResponse) MarshalJSON() ([]byte, error)
- func (v *NullableWorkspaceCommandResponse) Set(val *WorkspaceCommandResponse)
- func (v *NullableWorkspaceCommandResponse) UnmarshalJSON(src []byte) error
- func (v *NullableWorkspaceCommandResponse) Unset()
- type NullableWorkspaceConn
- func (v NullableWorkspaceConn) Get() *WorkspaceConn
- func (v NullableWorkspaceConn) IsSet() bool
- func (v NullableWorkspaceConn) MarshalJSON() ([]byte, error)
- func (v *NullableWorkspaceConn) Set(val *WorkspaceConn)
- func (v *NullableWorkspaceConn) UnmarshalJSON(src []byte) error
- func (v *NullableWorkspaceConn) Unset()
- type NullableWorkspaceConnection
- func (v NullableWorkspaceConnection) Get() *WorkspaceConnection
- func (v NullableWorkspaceConnection) IsSet() bool
- func (v NullableWorkspaceConnection) MarshalJSON() ([]byte, error)
- func (v *NullableWorkspaceConnection) Set(val *WorkspaceConnection)
- func (v *NullableWorkspaceConnection) UnmarshalJSON(src []byte) error
- func (v *NullableWorkspaceConnection) Unset()
- type NullableWorkspaceConnectionAssociation
- func (v NullableWorkspaceConnectionAssociation) Get() *WorkspaceConnectionAssociation
- func (v NullableWorkspaceConnectionAssociation) IsSet() bool
- func (v NullableWorkspaceConnectionAssociation) MarshalJSON() ([]byte, error)
- func (v *NullableWorkspaceConnectionAssociation) Set(val *WorkspaceConnectionAssociation)
- func (v *NullableWorkspaceConnectionAssociation) UnmarshalJSON(src []byte) error
- func (v *NullableWorkspaceConnectionAssociation) Unset()
- type NullableWorkspaceMod
- func (v NullableWorkspaceMod) Get() *WorkspaceMod
- func (v NullableWorkspaceMod) IsSet() bool
- func (v NullableWorkspaceMod) MarshalJSON() ([]byte, error)
- func (v *NullableWorkspaceMod) Set(val *WorkspaceMod)
- func (v *NullableWorkspaceMod) UnmarshalJSON(src []byte) error
- func (v *NullableWorkspaceMod) Unset()
- type NullableWorkspaceModVariable
- func (v NullableWorkspaceModVariable) Get() *WorkspaceModVariable
- func (v NullableWorkspaceModVariable) IsSet() bool
- func (v NullableWorkspaceModVariable) MarshalJSON() ([]byte, error)
- func (v *NullableWorkspaceModVariable) Set(val *WorkspaceModVariable)
- func (v *NullableWorkspaceModVariable) UnmarshalJSON(src []byte) error
- func (v *NullableWorkspaceModVariable) Unset()
- type NullableWorkspaceQueryResult
- func (v NullableWorkspaceQueryResult) Get() *WorkspaceQueryResult
- func (v NullableWorkspaceQueryResult) IsSet() bool
- func (v NullableWorkspaceQueryResult) MarshalJSON() ([]byte, error)
- func (v *NullableWorkspaceQueryResult) Set(val *WorkspaceQueryResult)
- func (v *NullableWorkspaceQueryResult) UnmarshalJSON(src []byte) error
- func (v *NullableWorkspaceQueryResult) Unset()
- type NullableWorkspaceQueryResultColumn
- func (v NullableWorkspaceQueryResultColumn) Get() *WorkspaceQueryResultColumn
- func (v NullableWorkspaceQueryResultColumn) IsSet() bool
- func (v NullableWorkspaceQueryResultColumn) MarshalJSON() ([]byte, error)
- func (v *NullableWorkspaceQueryResultColumn) Set(val *WorkspaceQueryResultColumn)
- func (v *NullableWorkspaceQueryResultColumn) UnmarshalJSON(src []byte) error
- func (v *NullableWorkspaceQueryResultColumn) Unset()
- type NullableWorkspaceSchema
- func (v NullableWorkspaceSchema) Get() *WorkspaceSchema
- func (v NullableWorkspaceSchema) IsSet() bool
- func (v NullableWorkspaceSchema) MarshalJSON() ([]byte, error)
- func (v *NullableWorkspaceSchema) Set(val *WorkspaceSchema)
- func (v *NullableWorkspaceSchema) UnmarshalJSON(src []byte) error
- func (v *NullableWorkspaceSchema) Unset()
- type NullableWorkspaceSnapshot
- func (v NullableWorkspaceSnapshot) Get() *WorkspaceSnapshot
- func (v NullableWorkspaceSnapshot) IsSet() bool
- func (v NullableWorkspaceSnapshot) MarshalJSON() ([]byte, error)
- func (v *NullableWorkspaceSnapshot) Set(val *WorkspaceSnapshot)
- func (v *NullableWorkspaceSnapshot) UnmarshalJSON(src []byte) error
- func (v *NullableWorkspaceSnapshot) Unset()
- type NullableWorkspaceSnapshotData
- func (v NullableWorkspaceSnapshotData) Get() *WorkspaceSnapshotData
- func (v NullableWorkspaceSnapshotData) IsSet() bool
- func (v NullableWorkspaceSnapshotData) MarshalJSON() ([]byte, error)
- func (v *NullableWorkspaceSnapshotData) Set(val *WorkspaceSnapshotData)
- func (v *NullableWorkspaceSnapshotData) UnmarshalJSON(src []byte) error
- func (v *NullableWorkspaceSnapshotData) Unset()
- type NullableWorkspaceSnapshotDataLayout
- func (v NullableWorkspaceSnapshotDataLayout) Get() *WorkspaceSnapshotDataLayout
- func (v NullableWorkspaceSnapshotDataLayout) IsSet() bool
- func (v NullableWorkspaceSnapshotDataLayout) MarshalJSON() ([]byte, error)
- func (v *NullableWorkspaceSnapshotDataLayout) Set(val *WorkspaceSnapshotDataLayout)
- func (v *NullableWorkspaceSnapshotDataLayout) UnmarshalJSON(src []byte) error
- func (v *NullableWorkspaceSnapshotDataLayout) Unset()
- type Org
- func (o *Org) GetAvatarUrl() string
- func (o *Org) GetAvatarUrlOk() (*string, bool)
- func (o *Org) GetBilling() BillingInfo
- func (o *Org) GetBillingOk() (*BillingInfo, bool)
- func (o *Org) GetCreatedAt() string
- func (o *Org) GetCreatedAtOk() (*string, bool)
- func (o *Org) GetCreatedBy() User
- func (o *Org) GetCreatedById() string
- func (o *Org) GetCreatedByIdOk() (*string, bool)
- func (o *Org) GetCreatedByOk() (*User, bool)
- func (o *Org) GetDeletedAt() string
- func (o *Org) GetDeletedAtOk() (*string, bool)
- func (o *Org) GetDeletedBy() User
- func (o *Org) GetDeletedById() string
- func (o *Org) GetDeletedByIdOk() (*string, bool)
- func (o *Org) GetDeletedByOk() (*User, bool)
- func (o *Org) GetDisplayName() string
- func (o *Org) GetDisplayNameOk() (*string, bool)
- func (o *Org) GetHandle() string
- func (o *Org) GetHandleOk() (*string, bool)
- func (o *Org) GetId() string
- func (o *Org) GetIdOk() (*string, bool)
- func (o *Org) GetState() string
- func (o *Org) GetStateOk() (*string, bool)
- func (o *Org) GetStateReason() string
- func (o *Org) GetStateReasonOk() (*string, bool)
- func (o *Org) GetTokenMinIssuedAt() JSONTime
- func (o *Org) GetTokenMinIssuedAtOk() (*JSONTime, bool)
- func (o *Org) GetUpdatedAt() string
- func (o *Org) GetUpdatedAtOk() (*string, bool)
- func (o *Org) GetUpdatedBy() User
- func (o *Org) GetUpdatedById() string
- func (o *Org) GetUpdatedByIdOk() (*string, bool)
- func (o *Org) GetUpdatedByOk() (*User, bool)
- func (o *Org) GetUrl() string
- func (o *Org) GetUrlOk() (*string, bool)
- func (o *Org) GetVersionId() int32
- func (o *Org) GetVersionIdOk() (*int32, bool)
- func (o *Org) HasAvatarUrl() bool
- func (o *Org) HasBilling() bool
- func (o *Org) HasCreatedBy() bool
- func (o *Org) HasDeletedAt() bool
- func (o *Org) HasDeletedBy() bool
- func (o *Org) HasDisplayName() bool
- func (o *Org) HasStateReason() bool
- func (o *Org) HasTokenMinIssuedAt() bool
- func (o *Org) HasUpdatedAt() bool
- func (o *Org) HasUpdatedBy() bool
- func (o *Org) HasUrl() bool
- func (o Org) MarshalJSON() ([]byte, error)
- func (o *Org) SetAvatarUrl(v string)
- func (o *Org) SetBilling(v BillingInfo)
- func (o *Org) SetCreatedAt(v string)
- func (o *Org) SetCreatedBy(v User)
- func (o *Org) SetCreatedById(v string)
- func (o *Org) SetDeletedAt(v string)
- func (o *Org) SetDeletedBy(v User)
- func (o *Org) SetDeletedById(v string)
- func (o *Org) SetDisplayName(v string)
- func (o *Org) SetHandle(v string)
- func (o *Org) SetId(v string)
- func (o *Org) SetState(v string)
- func (o *Org) SetStateReason(v string)
- func (o *Org) SetTokenMinIssuedAt(v JSONTime)
- func (o *Org) SetUpdatedAt(v string)
- func (o *Org) SetUpdatedBy(v User)
- func (o *Org) SetUpdatedById(v string)
- func (o *Org) SetUrl(v string)
- func (o *Org) SetVersionId(v int32)
- type OrgConnectionsApiCreateDeprecatedRequest
- func (r OrgConnectionsApiCreateDeprecatedRequest) Execute() (Connection, *_nethttp.Response, error)
- func (r OrgConnectionsApiCreateDeprecatedRequest) Mode(mode string) OrgConnectionsApiCreateDeprecatedRequest
- func (r OrgConnectionsApiCreateDeprecatedRequest) Request(request CreateConnectionRequest) OrgConnectionsApiCreateDeprecatedRequest
- type OrgConnectionsApiCreateRequest
- type OrgConnectionsApiDeleteDeprecatedRequest
- type OrgConnectionsApiDeleteRequest
- type OrgConnectionsApiGetDeprecatedRequest
- type OrgConnectionsApiGetRequest
- type OrgConnectionsApiListDeprecatedRequest
- func (r OrgConnectionsApiListDeprecatedRequest) Execute() (ListConnectionsResponse, *_nethttp.Response, error)
- func (r OrgConnectionsApiListDeprecatedRequest) Limit(limit int32) OrgConnectionsApiListDeprecatedRequest
- func (r OrgConnectionsApiListDeprecatedRequest) NextToken(nextToken string) OrgConnectionsApiListDeprecatedRequest
- type OrgConnectionsApiListRequest
- type OrgConnectionsApiListWorkspacesDeprecatedRequest
- func (r OrgConnectionsApiListWorkspacesDeprecatedRequest) Execute() (ListWorkspaceConnResponse, *_nethttp.Response, error)
- func (r OrgConnectionsApiListWorkspacesDeprecatedRequest) Limit(limit int32) OrgConnectionsApiListWorkspacesDeprecatedRequest
- func (r OrgConnectionsApiListWorkspacesDeprecatedRequest) NextToken(nextToken string) OrgConnectionsApiListWorkspacesDeprecatedRequest
- type OrgConnectionsApiListWorkspacesRequest
- func (r OrgConnectionsApiListWorkspacesRequest) Execute() (ListWorkspaceConnectionAssociationsResponse, *_nethttp.Response, error)
- func (r OrgConnectionsApiListWorkspacesRequest) Limit(limit int32) OrgConnectionsApiListWorkspacesRequest
- func (r OrgConnectionsApiListWorkspacesRequest) NextToken(nextToken string) OrgConnectionsApiListWorkspacesRequest
- type OrgConnectionsApiTestDeprecatedRequest
- type OrgConnectionsApiTestRequest
- type OrgConnectionsApiUpdateDeprecatedRequest
- func (r OrgConnectionsApiUpdateDeprecatedRequest) Execute() (Connection, *_nethttp.Response, error)
- func (r OrgConnectionsApiUpdateDeprecatedRequest) Mode(mode string) OrgConnectionsApiUpdateDeprecatedRequest
- func (r OrgConnectionsApiUpdateDeprecatedRequest) Request(request UpdateConnectionRequest) OrgConnectionsApiUpdateDeprecatedRequest
- type OrgConnectionsApiUpdateRequest
- type OrgConnectionsService
- func (a *OrgConnectionsService) Create(ctx _context.Context, orgHandle string) OrgConnectionsApiCreateRequest
- func (a *OrgConnectionsService) CreateDeprecated(ctx _context.Context, orgHandle string) OrgConnectionsApiCreateDeprecatedRequest
- func (a *OrgConnectionsService) CreateDeprecatedExecute(r OrgConnectionsApiCreateDeprecatedRequest) (Connection, *_nethttp.Response, error)
- func (a *OrgConnectionsService) CreateExecute(r OrgConnectionsApiCreateRequest) (Connection, *_nethttp.Response, error)
- func (a *OrgConnectionsService) Delete(ctx _context.Context, orgHandle string, connectionHandle string) OrgConnectionsApiDeleteRequest
- func (a *OrgConnectionsService) DeleteDeprecated(ctx _context.Context, orgHandle string, connHandle string) OrgConnectionsApiDeleteDeprecatedRequest
- func (a *OrgConnectionsService) DeleteDeprecatedExecute(r OrgConnectionsApiDeleteDeprecatedRequest) (Connection, *_nethttp.Response, error)
- func (a *OrgConnectionsService) DeleteExecute(r OrgConnectionsApiDeleteRequest) (Connection, *_nethttp.Response, error)
- func (a *OrgConnectionsService) Get(ctx _context.Context, orgHandle string, connectionHandle string) OrgConnectionsApiGetRequest
- func (a *OrgConnectionsService) GetDeprecated(ctx _context.Context, orgHandle string, connHandle string) OrgConnectionsApiGetDeprecatedRequest
- func (a *OrgConnectionsService) GetDeprecatedExecute(r OrgConnectionsApiGetDeprecatedRequest) (Connection, *_nethttp.Response, error)
- func (a *OrgConnectionsService) GetExecute(r OrgConnectionsApiGetRequest) (Connection, *_nethttp.Response, error)
- func (a *OrgConnectionsService) List(ctx _context.Context, orgHandle string) OrgConnectionsApiListRequest
- func (a *OrgConnectionsService) ListDeprecated(ctx _context.Context, orgHandle string) OrgConnectionsApiListDeprecatedRequest
- func (a *OrgConnectionsService) ListDeprecatedExecute(r OrgConnectionsApiListDeprecatedRequest) (ListConnectionsResponse, *_nethttp.Response, error)
- func (a *OrgConnectionsService) ListExecute(r OrgConnectionsApiListRequest) (ListConnectionsResponse, *_nethttp.Response, error)
- func (a *OrgConnectionsService) ListWorkspaces(ctx _context.Context, orgHandle string, connectionHandle string) OrgConnectionsApiListWorkspacesRequest
- func (a *OrgConnectionsService) ListWorkspacesDeprecated(ctx _context.Context, orgHandle string, connHandle string) OrgConnectionsApiListWorkspacesDeprecatedRequest
- func (a *OrgConnectionsService) ListWorkspacesDeprecatedExecute(r OrgConnectionsApiListWorkspacesDeprecatedRequest) (ListWorkspaceConnResponse, *_nethttp.Response, error)
- func (a *OrgConnectionsService) ListWorkspacesExecute(r OrgConnectionsApiListWorkspacesRequest) (ListWorkspaceConnectionAssociationsResponse, *_nethttp.Response, error)
- func (a *OrgConnectionsService) Test(ctx _context.Context, orgHandle string, connectionHandle string) OrgConnectionsApiTestRequest
- func (a *OrgConnectionsService) TestDeprecated(ctx _context.Context, orgHandle string, connHandle string) OrgConnectionsApiTestDeprecatedRequest
- func (a *OrgConnectionsService) TestDeprecatedExecute(r OrgConnectionsApiTestDeprecatedRequest) (ConnectionTestResult, *_nethttp.Response, error)
- func (a *OrgConnectionsService) TestExecute(r OrgConnectionsApiTestRequest) (ConnectionTestResult, *_nethttp.Response, error)
- func (a *OrgConnectionsService) Update(ctx _context.Context, orgHandle string, connectionHandle string) OrgConnectionsApiUpdateRequest
- func (a *OrgConnectionsService) UpdateDeprecated(ctx _context.Context, orgHandle string, connHandle string) OrgConnectionsApiUpdateDeprecatedRequest
- func (a *OrgConnectionsService) UpdateDeprecatedExecute(r OrgConnectionsApiUpdateDeprecatedRequest) (Connection, *_nethttp.Response, error)
- func (a *OrgConnectionsService) UpdateExecute(r OrgConnectionsApiUpdateRequest) (Connection, *_nethttp.Response, error)
- type OrgMembersApiConfirmInviteRequest
- type OrgMembersApiDeleteInviteRequest
- type OrgMembersApiDeleteRequest
- type OrgMembersApiGetRequest
- type OrgMembersApiInviteRequest
- type OrgMembersApiListRequest
- func (r OrgMembersApiListRequest) Execute() (ListOrgUsersResponse, *_nethttp.Response, error)
- func (r OrgMembersApiListRequest) Limit(limit int32) OrgMembersApiListRequest
- func (r OrgMembersApiListRequest) NextToken(nextToken string) OrgMembersApiListRequest
- func (r OrgMembersApiListRequest) Q(q string) OrgMembersApiListRequest
- type OrgMembersApiUpdateRequest
- type OrgMembersService
- func (a *OrgMembersService) ConfirmInvite(ctx _context.Context, orgHandle string) OrgMembersApiConfirmInviteRequest
- func (a *OrgMembersService) ConfirmInviteExecute(r OrgMembersApiConfirmInviteRequest) (*_nethttp.Response, error)
- func (a *OrgMembersService) Delete(ctx _context.Context, orgHandle string, userHandle string) OrgMembersApiDeleteRequest
- func (a *OrgMembersService) DeleteExecute(r OrgMembersApiDeleteRequest) (OrgUser, *_nethttp.Response, error)
- func (a *OrgMembersService) DeleteInvite(ctx _context.Context, orgHandle string) OrgMembersApiDeleteInviteRequest
- func (a *OrgMembersService) DeleteInviteExecute(r OrgMembersApiDeleteInviteRequest) (*_nethttp.Response, error)
- func (a *OrgMembersService) Get(ctx _context.Context, orgHandle string, userHandle string) OrgMembersApiGetRequest
- func (a *OrgMembersService) GetExecute(r OrgMembersApiGetRequest) (OrgUser, *_nethttp.Response, error)
- func (a *OrgMembersService) Invite(ctx _context.Context, orgHandle string) OrgMembersApiInviteRequest
- func (a *OrgMembersService) InviteExecute(r OrgMembersApiInviteRequest) (OrgUser, *_nethttp.Response, error)
- func (a *OrgMembersService) List(ctx _context.Context, orgHandle string) OrgMembersApiListRequest
- func (a *OrgMembersService) ListExecute(r OrgMembersApiListRequest) (ListOrgUsersResponse, *_nethttp.Response, error)
- func (a *OrgMembersService) Update(ctx _context.Context, orgHandle string, userHandle string) OrgMembersApiUpdateRequest
- func (a *OrgMembersService) UpdateExecute(r OrgMembersApiUpdateRequest) (OrgUser, *_nethttp.Response, error)
- type OrgProcessesApiGetRequest
- type OrgProcessesApiListRequest
- type OrgProcessesApiLogRequest
- type OrgProcessesService
- func (a *OrgProcessesService) Get(ctx _context.Context, orgHandle string, processId string) OrgProcessesApiGetRequest
- func (a *OrgProcessesService) GetExecute(r OrgProcessesApiGetRequest) (SpProcess, *_nethttp.Response, error)
- func (a *OrgProcessesService) List(ctx _context.Context, orgHandle string) OrgProcessesApiListRequest
- func (a *OrgProcessesService) ListExecute(r OrgProcessesApiListRequest) (ListProcessesResponse, *_nethttp.Response, error)
- func (a *OrgProcessesService) Log(ctx _context.Context, orgHandle string, processId string, logFile string, ...) OrgProcessesApiLogRequest
- func (a *OrgProcessesService) LogExecute(r OrgProcessesApiLogRequest) (string, *_nethttp.Response, error)
- type OrgQuota
- func (o *OrgQuota) GetAggregator() map[string]Quota
- func (o *OrgQuota) GetAggregatorOk() (*map[string]Quota, bool)
- func (o *OrgQuota) GetAssociation() map[string]Quota
- func (o *OrgQuota) GetAssociationOk() (*map[string]Quota, bool)
- func (o *OrgQuota) GetConn() Quota
- func (o *OrgQuota) GetConnOk() (*Quota, bool)
- func (o *OrgQuota) GetMember() Quota
- func (o *OrgQuota) GetMemberOk() (*Quota, bool)
- func (o *OrgQuota) GetMod() map[string]Quota
- func (o *OrgQuota) GetModOk() (*map[string]Quota, bool)
- func (o *OrgQuota) GetPipeline() map[string]Quota
- func (o *OrgQuota) GetPipelineOk() (*map[string]Quota, bool)
- func (o *OrgQuota) GetSnapshot() map[string]Quota
- func (o *OrgQuota) GetSnapshotOk() (*map[string]Quota, bool)
- func (o *OrgQuota) GetWorkspace() Quota
- func (o *OrgQuota) GetWorkspaceOk() (*Quota, bool)
- func (o OrgQuota) MarshalJSON() ([]byte, error)
- func (o *OrgQuota) SetAggregator(v map[string]Quota)
- func (o *OrgQuota) SetAssociation(v map[string]Quota)
- func (o *OrgQuota) SetConn(v Quota)
- func (o *OrgQuota) SetMember(v Quota)
- func (o *OrgQuota) SetMod(v map[string]Quota)
- func (o *OrgQuota) SetPipeline(v map[string]Quota)
- func (o *OrgQuota) SetSnapshot(v map[string]Quota)
- func (o *OrgQuota) SetWorkspace(v Quota)
- type OrgUser
- func (o *OrgUser) GetCreatedAt() string
- func (o *OrgUser) GetCreatedAtOk() (*string, bool)
- func (o *OrgUser) GetCreatedBy() User
- func (o *OrgUser) GetCreatedById() string
- func (o *OrgUser) GetCreatedByIdOk() (*string, bool)
- func (o *OrgUser) GetCreatedByOk() (*User, bool)
- func (o *OrgUser) GetId() string
- func (o *OrgUser) GetIdOk() (*string, bool)
- func (o *OrgUser) GetOrgId() string
- func (o *OrgUser) GetOrgIdOk() (*string, bool)
- func (o *OrgUser) GetRole() string
- func (o *OrgUser) GetRoleOk() (*string, bool)
- func (o *OrgUser) GetScope() string
- func (o *OrgUser) GetScopeOk() (*string, bool)
- func (o *OrgUser) GetStatus() string
- func (o *OrgUser) GetStatusOk() (*string, bool)
- func (o *OrgUser) GetUpdatedAt() string
- func (o *OrgUser) GetUpdatedAtOk() (*string, bool)
- func (o *OrgUser) GetUpdatedBy() User
- func (o *OrgUser) GetUpdatedById() string
- func (o *OrgUser) GetUpdatedByIdOk() (*string, bool)
- func (o *OrgUser) GetUpdatedByOk() (*User, bool)
- func (o *OrgUser) GetUser() User
- func (o *OrgUser) GetUserHandle() string
- func (o *OrgUser) GetUserHandleOk() (*string, bool)
- func (o *OrgUser) GetUserId() string
- func (o *OrgUser) GetUserIdOk() (*string, bool)
- func (o *OrgUser) GetUserOk() (*User, bool)
- func (o *OrgUser) GetVersionId() int32
- func (o *OrgUser) GetVersionIdOk() (*int32, bool)
- func (o *OrgUser) HasCreatedBy() bool
- func (o *OrgUser) HasRole() bool
- func (o *OrgUser) HasScope() bool
- func (o *OrgUser) HasUpdatedAt() bool
- func (o *OrgUser) HasUpdatedBy() bool
- func (o *OrgUser) HasUser() bool
- func (o OrgUser) MarshalJSON() ([]byte, error)
- func (o *OrgUser) SetCreatedAt(v string)
- func (o *OrgUser) SetCreatedBy(v User)
- func (o *OrgUser) SetCreatedById(v string)
- func (o *OrgUser) SetId(v string)
- func (o *OrgUser) SetOrgId(v string)
- func (o *OrgUser) SetRole(v string)
- func (o *OrgUser) SetScope(v string)
- func (o *OrgUser) SetStatus(v string)
- func (o *OrgUser) SetUpdatedAt(v string)
- func (o *OrgUser) SetUpdatedBy(v User)
- func (o *OrgUser) SetUpdatedById(v string)
- func (o *OrgUser) SetUser(v User)
- func (o *OrgUser) SetUserHandle(v string)
- func (o *OrgUser) SetUserId(v string)
- func (o *OrgUser) SetVersionId(v int32)
- type OrgWorkspaceAggregatorsApiCreateRequest
- func (r OrgWorkspaceAggregatorsApiCreateRequest) Execute() (WorkspaceAggregator, *_nethttp.Response, error)
- func (r OrgWorkspaceAggregatorsApiCreateRequest) Mode(mode string) OrgWorkspaceAggregatorsApiCreateRequest
- func (r OrgWorkspaceAggregatorsApiCreateRequest) Request(request CreateWorkspaceAggregatorRequest) OrgWorkspaceAggregatorsApiCreateRequest
- type OrgWorkspaceAggregatorsApiDeleteRequest
- type OrgWorkspaceAggregatorsApiGetConnectionRequest
- type OrgWorkspaceAggregatorsApiGetRequest
- type OrgWorkspaceAggregatorsApiListConnectionsRequest
- func (r OrgWorkspaceAggregatorsApiListConnectionsRequest) Execute() (ListWorkspaceConnectionsResponse, *_nethttp.Response, error)
- func (r OrgWorkspaceAggregatorsApiListConnectionsRequest) Limit(limit int32) OrgWorkspaceAggregatorsApiListConnectionsRequest
- func (r OrgWorkspaceAggregatorsApiListConnectionsRequest) NextToken(nextToken string) OrgWorkspaceAggregatorsApiListConnectionsRequest
- type OrgWorkspaceAggregatorsApiListRequest
- func (r OrgWorkspaceAggregatorsApiListRequest) Execute() (ListWorkspaceAggregatorsResponse, *_nethttp.Response, error)
- func (r OrgWorkspaceAggregatorsApiListRequest) Limit(limit int32) OrgWorkspaceAggregatorsApiListRequest
- func (r OrgWorkspaceAggregatorsApiListRequest) NextToken(nextToken string) OrgWorkspaceAggregatorsApiListRequest
- type OrgWorkspaceAggregatorsApiUpdateRequest
- func (r OrgWorkspaceAggregatorsApiUpdateRequest) Execute() (WorkspaceAggregator, *_nethttp.Response, error)
- func (r OrgWorkspaceAggregatorsApiUpdateRequest) Mode(mode string) OrgWorkspaceAggregatorsApiUpdateRequest
- func (r OrgWorkspaceAggregatorsApiUpdateRequest) Request(request UpdateWorkspaceAggregatorRequest) OrgWorkspaceAggregatorsApiUpdateRequest
- type OrgWorkspaceAggregatorsService
- func (a *OrgWorkspaceAggregatorsService) Create(ctx _context.Context, orgHandle string, workspaceHandle string) OrgWorkspaceAggregatorsApiCreateRequest
- func (a *OrgWorkspaceAggregatorsService) CreateExecute(r OrgWorkspaceAggregatorsApiCreateRequest) (WorkspaceAggregator, *_nethttp.Response, error)
- func (a *OrgWorkspaceAggregatorsService) Delete(ctx _context.Context, orgHandle string, workspaceHandle string, ...) OrgWorkspaceAggregatorsApiDeleteRequest
- func (a *OrgWorkspaceAggregatorsService) DeleteExecute(r OrgWorkspaceAggregatorsApiDeleteRequest) (WorkspaceAggregator, *_nethttp.Response, error)
- func (a *OrgWorkspaceAggregatorsService) Get(ctx _context.Context, orgHandle string, workspaceHandle string, ...) OrgWorkspaceAggregatorsApiGetRequest
- func (a *OrgWorkspaceAggregatorsService) GetConnection(ctx _context.Context, orgHandle string, workspaceHandle string, ...) OrgWorkspaceAggregatorsApiGetConnectionRequest
- func (a *OrgWorkspaceAggregatorsService) GetConnectionExecute(r OrgWorkspaceAggregatorsApiGetConnectionRequest) (WorkspaceConnection, *_nethttp.Response, error)
- func (a *OrgWorkspaceAggregatorsService) GetExecute(r OrgWorkspaceAggregatorsApiGetRequest) (WorkspaceAggregator, *_nethttp.Response, error)
- func (a *OrgWorkspaceAggregatorsService) List(ctx _context.Context, orgHandle string, workspaceHandle string) OrgWorkspaceAggregatorsApiListRequest
- func (a *OrgWorkspaceAggregatorsService) ListConnections(ctx _context.Context, orgHandle string, workspaceHandle string, ...) OrgWorkspaceAggregatorsApiListConnectionsRequest
- func (a *OrgWorkspaceAggregatorsService) ListConnectionsExecute(r OrgWorkspaceAggregatorsApiListConnectionsRequest) (ListWorkspaceConnectionsResponse, *_nethttp.Response, error)
- func (a *OrgWorkspaceAggregatorsService) ListExecute(r OrgWorkspaceAggregatorsApiListRequest) (ListWorkspaceAggregatorsResponse, *_nethttp.Response, error)
- func (a *OrgWorkspaceAggregatorsService) Update(ctx _context.Context, orgHandle string, workspaceHandle string, ...) OrgWorkspaceAggregatorsApiUpdateRequest
- func (a *OrgWorkspaceAggregatorsService) UpdateExecute(r OrgWorkspaceAggregatorsApiUpdateRequest) (WorkspaceAggregator, *_nethttp.Response, error)
- type OrgWorkspaceConnectionAssociationsApiCreateRequest
- type OrgWorkspaceConnectionAssociationsApiDeleteRequest
- type OrgWorkspaceConnectionAssociationsApiGetRequest
- type OrgWorkspaceConnectionAssociationsApiListRequest
- func (r OrgWorkspaceConnectionAssociationsApiListRequest) Execute() (ListWorkspaceConnResponse, *_nethttp.Response, error)
- func (r OrgWorkspaceConnectionAssociationsApiListRequest) Limit(limit int32) OrgWorkspaceConnectionAssociationsApiListRequest
- func (r OrgWorkspaceConnectionAssociationsApiListRequest) NextToken(nextToken string) OrgWorkspaceConnectionAssociationsApiListRequest
- type OrgWorkspaceConnectionAssociationsService
- func (a *OrgWorkspaceConnectionAssociationsService) Create(ctx _context.Context, orgHandle string, workspaceHandle string) OrgWorkspaceConnectionAssociationsApiCreateRequest
- func (a *OrgWorkspaceConnectionAssociationsService) CreateExecute(r OrgWorkspaceConnectionAssociationsApiCreateRequest) (WorkspaceConn, *_nethttp.Response, error)
- func (a *OrgWorkspaceConnectionAssociationsService) Delete(ctx _context.Context, orgHandle string, workspaceHandle string, ...) OrgWorkspaceConnectionAssociationsApiDeleteRequest
- func (a *OrgWorkspaceConnectionAssociationsService) DeleteExecute(r OrgWorkspaceConnectionAssociationsApiDeleteRequest) (WorkspaceConn, *_nethttp.Response, error)
- func (a *OrgWorkspaceConnectionAssociationsService) Get(ctx _context.Context, orgHandle string, workspaceHandle string, ...) OrgWorkspaceConnectionAssociationsApiGetRequest
- func (a *OrgWorkspaceConnectionAssociationsService) GetExecute(r OrgWorkspaceConnectionAssociationsApiGetRequest) (WorkspaceConn, *_nethttp.Response, error)
- func (a *OrgWorkspaceConnectionAssociationsService) List(ctx _context.Context, orgHandle string, workspaceHandle string) OrgWorkspaceConnectionAssociationsApiListRequest
- func (a *OrgWorkspaceConnectionAssociationsService) ListExecute(r OrgWorkspaceConnectionAssociationsApiListRequest) (ListWorkspaceConnResponse, *_nethttp.Response, error)
- type OrgWorkspaceMembersApiCreateRequest
- type OrgWorkspaceMembersApiDeleteRequest
- type OrgWorkspaceMembersApiGetRequest
- type OrgWorkspaceMembersApiListRequest
- func (r OrgWorkspaceMembersApiListRequest) Execute() (ListOrgWorkspaceUsersResponse, *_nethttp.Response, error)
- func (r OrgWorkspaceMembersApiListRequest) Limit(limit int32) OrgWorkspaceMembersApiListRequest
- func (r OrgWorkspaceMembersApiListRequest) NextToken(nextToken string) OrgWorkspaceMembersApiListRequest
- func (r OrgWorkspaceMembersApiListRequest) Q(q string) OrgWorkspaceMembersApiListRequest
- type OrgWorkspaceMembersApiUpdateRequest
- type OrgWorkspaceMembersService
- func (a *OrgWorkspaceMembersService) Create(ctx _context.Context, orgHandle string, workspaceHandle string) OrgWorkspaceMembersApiCreateRequest
- func (a *OrgWorkspaceMembersService) CreateExecute(r OrgWorkspaceMembersApiCreateRequest) (OrgWorkspaceUser, *_nethttp.Response, error)
- func (a *OrgWorkspaceMembersService) Delete(ctx _context.Context, orgHandle string, workspaceHandle string, ...) OrgWorkspaceMembersApiDeleteRequest
- func (a *OrgWorkspaceMembersService) DeleteExecute(r OrgWorkspaceMembersApiDeleteRequest) (OrgWorkspaceUser, *_nethttp.Response, error)
- func (a *OrgWorkspaceMembersService) Get(ctx _context.Context, orgHandle string, workspaceHandle string, ...) OrgWorkspaceMembersApiGetRequest
- func (a *OrgWorkspaceMembersService) GetExecute(r OrgWorkspaceMembersApiGetRequest) (OrgWorkspaceUser, *_nethttp.Response, error)
- func (a *OrgWorkspaceMembersService) List(ctx _context.Context, orgHandle string, workspaceHandle string) OrgWorkspaceMembersApiListRequest
- func (a *OrgWorkspaceMembersService) ListExecute(r OrgWorkspaceMembersApiListRequest) (ListOrgWorkspaceUsersResponse, *_nethttp.Response, error)
- func (a *OrgWorkspaceMembersService) Update(ctx _context.Context, orgHandle string, workspaceHandle string, ...) OrgWorkspaceMembersApiUpdateRequest
- func (a *OrgWorkspaceMembersService) UpdateExecute(r OrgWorkspaceMembersApiUpdateRequest) (OrgWorkspaceUser, *_nethttp.Response, error)
- type OrgWorkspaceModVariablesApiCreateSettingRequest
- type OrgWorkspaceModVariablesApiDeleteSettingRequest
- type OrgWorkspaceModVariablesApiGetSettingRequest
- type OrgWorkspaceModVariablesApiListRequest
- func (r OrgWorkspaceModVariablesApiListRequest) Execute() (ListWorkspaceModVariablesResponse, *_nethttp.Response, error)
- func (r OrgWorkspaceModVariablesApiListRequest) Limit(limit int32) OrgWorkspaceModVariablesApiListRequest
- func (r OrgWorkspaceModVariablesApiListRequest) NextToken(nextToken string) OrgWorkspaceModVariablesApiListRequest
- type OrgWorkspaceModVariablesApiUpdateSettingRequest
- type OrgWorkspaceModVariablesService
- func (a *OrgWorkspaceModVariablesService) CreateSetting(ctx _context.Context, orgHandle string, workspaceHandle string, ...) OrgWorkspaceModVariablesApiCreateSettingRequest
- func (a *OrgWorkspaceModVariablesService) CreateSettingExecute(r OrgWorkspaceModVariablesApiCreateSettingRequest) (WorkspaceModVariable, *_nethttp.Response, error)
- func (a *OrgWorkspaceModVariablesService) DeleteSetting(ctx _context.Context, orgHandle string, workspaceHandle string, ...) OrgWorkspaceModVariablesApiDeleteSettingRequest
- func (a *OrgWorkspaceModVariablesService) DeleteSettingExecute(r OrgWorkspaceModVariablesApiDeleteSettingRequest) (WorkspaceModVariable, *_nethttp.Response, error)
- func (a *OrgWorkspaceModVariablesService) GetSetting(ctx _context.Context, orgHandle string, workspaceHandle string, ...) OrgWorkspaceModVariablesApiGetSettingRequest
- func (a *OrgWorkspaceModVariablesService) GetSettingExecute(r OrgWorkspaceModVariablesApiGetSettingRequest) (WorkspaceModVariable, *_nethttp.Response, error)
- func (a *OrgWorkspaceModVariablesService) List(ctx _context.Context, orgHandle string, workspaceHandle string, ...) OrgWorkspaceModVariablesApiListRequest
- func (a *OrgWorkspaceModVariablesService) ListExecute(r OrgWorkspaceModVariablesApiListRequest) (ListWorkspaceModVariablesResponse, *_nethttp.Response, error)
- func (a *OrgWorkspaceModVariablesService) UpdateSetting(ctx _context.Context, orgHandle string, workspaceHandle string, ...) OrgWorkspaceModVariablesApiUpdateSettingRequest
- func (a *OrgWorkspaceModVariablesService) UpdateSettingExecute(r OrgWorkspaceModVariablesApiUpdateSettingRequest) (WorkspaceModVariable, *_nethttp.Response, error)
- type OrgWorkspaceModsApiGetRequest
- type OrgWorkspaceModsApiInstallRequest
- type OrgWorkspaceModsApiListRequest
- type OrgWorkspaceModsApiUninstallRequest
- type OrgWorkspaceModsApiUpdateRequest
- type OrgWorkspaceModsService
- func (a *OrgWorkspaceModsService) Get(ctx _context.Context, orgHandle string, workspaceHandle string, ...) OrgWorkspaceModsApiGetRequest
- func (a *OrgWorkspaceModsService) GetExecute(r OrgWorkspaceModsApiGetRequest) (WorkspaceMod, *_nethttp.Response, error)
- func (a *OrgWorkspaceModsService) Install(ctx _context.Context, orgHandle string, workspaceHandle string) OrgWorkspaceModsApiInstallRequest
- func (a *OrgWorkspaceModsService) InstallExecute(r OrgWorkspaceModsApiInstallRequest) (WorkspaceMod, *_nethttp.Response, error)
- func (a *OrgWorkspaceModsService) List(ctx _context.Context, orgHandle string, workspaceHandle string) OrgWorkspaceModsApiListRequest
- func (a *OrgWorkspaceModsService) ListExecute(r OrgWorkspaceModsApiListRequest) (ListWorkspaceModsResponse, *_nethttp.Response, error)
- func (a *OrgWorkspaceModsService) Uninstall(ctx _context.Context, orgHandle string, workspaceHandle string, ...) OrgWorkspaceModsApiUninstallRequest
- func (a *OrgWorkspaceModsService) UninstallExecute(r OrgWorkspaceModsApiUninstallRequest) (WorkspaceMod, *_nethttp.Response, error)
- func (a *OrgWorkspaceModsService) Update(ctx _context.Context, orgHandle string, workspaceHandle string, ...) OrgWorkspaceModsApiUpdateRequest
- func (a *OrgWorkspaceModsService) UpdateExecute(r OrgWorkspaceModsApiUpdateRequest) (WorkspaceMod, *_nethttp.Response, error)
- type OrgWorkspacePipelinesApiCommandRequest
- type OrgWorkspacePipelinesApiCreateRequest
- type OrgWorkspacePipelinesApiDeleteRequest
- type OrgWorkspacePipelinesApiGetRequest
- type OrgWorkspacePipelinesApiListRequest
- func (r OrgWorkspacePipelinesApiListRequest) Execute() (ListPipelinesResponse, *_nethttp.Response, error)
- func (r OrgWorkspacePipelinesApiListRequest) Limit(limit int32) OrgWorkspacePipelinesApiListRequest
- func (r OrgWorkspacePipelinesApiListRequest) NextToken(nextToken string) OrgWorkspacePipelinesApiListRequest
- func (r OrgWorkspacePipelinesApiListRequest) Where(where string) OrgWorkspacePipelinesApiListRequest
- type OrgWorkspacePipelinesApiUpdateRequest
- type OrgWorkspacePipelinesService
- func (a *OrgWorkspacePipelinesService) Command(ctx _context.Context, orgHandle string, workspaceHandle string, ...) OrgWorkspacePipelinesApiCommandRequest
- func (a *OrgWorkspacePipelinesService) CommandExecute(r OrgWorkspacePipelinesApiCommandRequest) (PipelineCommandResponse, *_nethttp.Response, error)
- func (a *OrgWorkspacePipelinesService) Create(ctx _context.Context, orgHandle string, workspaceHandle string) OrgWorkspacePipelinesApiCreateRequest
- func (a *OrgWorkspacePipelinesService) CreateExecute(r OrgWorkspacePipelinesApiCreateRequest) (Pipeline, *_nethttp.Response, error)
- func (a *OrgWorkspacePipelinesService) Delete(ctx _context.Context, orgHandle string, workspaceHandle string, ...) OrgWorkspacePipelinesApiDeleteRequest
- func (a *OrgWorkspacePipelinesService) DeleteExecute(r OrgWorkspacePipelinesApiDeleteRequest) (Pipeline, *_nethttp.Response, error)
- func (a *OrgWorkspacePipelinesService) Get(ctx _context.Context, orgHandle string, workspaceHandle string, ...) OrgWorkspacePipelinesApiGetRequest
- func (a *OrgWorkspacePipelinesService) GetExecute(r OrgWorkspacePipelinesApiGetRequest) (Pipeline, *_nethttp.Response, error)
- func (a *OrgWorkspacePipelinesService) List(ctx _context.Context, orgHandle string, workspaceHandle string) OrgWorkspacePipelinesApiListRequest
- func (a *OrgWorkspacePipelinesService) ListExecute(r OrgWorkspacePipelinesApiListRequest) (ListPipelinesResponse, *_nethttp.Response, error)
- func (a *OrgWorkspacePipelinesService) Update(ctx _context.Context, orgHandle string, workspaceHandle string, ...) OrgWorkspacePipelinesApiUpdateRequest
- func (a *OrgWorkspacePipelinesService) UpdateExecute(r OrgWorkspacePipelinesApiUpdateRequest) (Pipeline, *_nethttp.Response, error)
- type OrgWorkspaceProcessesApiGetRequest
- type OrgWorkspaceProcessesApiListRequest
- func (r OrgWorkspaceProcessesApiListRequest) Execute() (ListProcessesResponse, *_nethttp.Response, error)
- func (r OrgWorkspaceProcessesApiListRequest) Limit(limit int32) OrgWorkspaceProcessesApiListRequest
- func (r OrgWorkspaceProcessesApiListRequest) NextToken(nextToken string) OrgWorkspaceProcessesApiListRequest
- func (r OrgWorkspaceProcessesApiListRequest) Where(where string) OrgWorkspaceProcessesApiListRequest
- type OrgWorkspaceProcessesApiLogRequest
- type OrgWorkspaceProcessesService
- func (a *OrgWorkspaceProcessesService) Get(ctx _context.Context, orgHandle string, workspaceHandle string, ...) OrgWorkspaceProcessesApiGetRequest
- func (a *OrgWorkspaceProcessesService) GetExecute(r OrgWorkspaceProcessesApiGetRequest) (SpProcess, *_nethttp.Response, error)
- func (a *OrgWorkspaceProcessesService) List(ctx _context.Context, orgHandle string, workspaceHandle string) OrgWorkspaceProcessesApiListRequest
- func (a *OrgWorkspaceProcessesService) ListExecute(r OrgWorkspaceProcessesApiListRequest) (ListProcessesResponse, *_nethttp.Response, error)
- func (a *OrgWorkspaceProcessesService) Log(ctx _context.Context, orgHandle string, workspaceHandle string, ...) OrgWorkspaceProcessesApiLogRequest
- func (a *OrgWorkspaceProcessesService) LogExecute(r OrgWorkspaceProcessesApiLogRequest) (string, *_nethttp.Response, error)
- type OrgWorkspaceSnapshotsApiCreateRequest
- type OrgWorkspaceSnapshotsApiDeleteRequest
- type OrgWorkspaceSnapshotsApiDownloadRequest
- type OrgWorkspaceSnapshotsApiGetRequest
- type OrgWorkspaceSnapshotsApiListRequest
- func (r OrgWorkspaceSnapshotsApiListRequest) Execute() (ListWorkspaceSnapshotsResponse, *_nethttp.Response, error)
- func (r OrgWorkspaceSnapshotsApiListRequest) Limit(limit int32) OrgWorkspaceSnapshotsApiListRequest
- func (r OrgWorkspaceSnapshotsApiListRequest) NextToken(nextToken string) OrgWorkspaceSnapshotsApiListRequest
- func (r OrgWorkspaceSnapshotsApiListRequest) Where(where string) OrgWorkspaceSnapshotsApiListRequest
- type OrgWorkspaceSnapshotsApiUpdateRequest
- type OrgWorkspaceSnapshotsService
- func (a *OrgWorkspaceSnapshotsService) Create(ctx _context.Context, orgHandle string, workspaceHandle string) OrgWorkspaceSnapshotsApiCreateRequest
- func (a *OrgWorkspaceSnapshotsService) CreateExecute(r OrgWorkspaceSnapshotsApiCreateRequest) (WorkspaceSnapshot, *_nethttp.Response, error)
- func (a *OrgWorkspaceSnapshotsService) Delete(ctx _context.Context, orgHandle string, workspaceHandle string, ...) OrgWorkspaceSnapshotsApiDeleteRequest
- func (a *OrgWorkspaceSnapshotsService) DeleteExecute(r OrgWorkspaceSnapshotsApiDeleteRequest) (WorkspaceSnapshot, *_nethttp.Response, error)
- func (a *OrgWorkspaceSnapshotsService) Download(ctx _context.Context, orgHandle string, workspaceHandle string, ...) OrgWorkspaceSnapshotsApiDownloadRequest
- func (a *OrgWorkspaceSnapshotsService) DownloadExecute(r OrgWorkspaceSnapshotsApiDownloadRequest) (WorkspaceSnapshotData, *_nethttp.Response, error)
- func (a *OrgWorkspaceSnapshotsService) Get(ctx _context.Context, orgHandle string, workspaceHandle string, ...) OrgWorkspaceSnapshotsApiGetRequest
- func (a *OrgWorkspaceSnapshotsService) GetExecute(r OrgWorkspaceSnapshotsApiGetRequest) (WorkspaceSnapshot, *_nethttp.Response, error)
- func (a *OrgWorkspaceSnapshotsService) List(ctx _context.Context, orgHandle string, workspaceHandle string) OrgWorkspaceSnapshotsApiListRequest
- func (a *OrgWorkspaceSnapshotsService) ListExecute(r OrgWorkspaceSnapshotsApiListRequest) (ListWorkspaceSnapshotsResponse, *_nethttp.Response, error)
- func (a *OrgWorkspaceSnapshotsService) Update(ctx _context.Context, orgHandle string, workspaceHandle string, ...) OrgWorkspaceSnapshotsApiUpdateRequest
- func (a *OrgWorkspaceSnapshotsService) UpdateExecute(r OrgWorkspaceSnapshotsApiUpdateRequest) (WorkspaceSnapshot, *_nethttp.Response, error)
- type OrgWorkspaceUser
- func (o *OrgWorkspaceUser) GetCreatedAt() string
- func (o *OrgWorkspaceUser) GetCreatedAtOk() (*string, bool)
- func (o *OrgWorkspaceUser) GetCreatedBy() User
- func (o *OrgWorkspaceUser) GetCreatedById() string
- func (o *OrgWorkspaceUser) GetCreatedByIdOk() (*string, bool)
- func (o *OrgWorkspaceUser) GetCreatedByOk() (*User, bool)
- func (o *OrgWorkspaceUser) GetId() string
- func (o *OrgWorkspaceUser) GetIdOk() (*string, bool)
- func (o *OrgWorkspaceUser) GetOrgId() string
- func (o *OrgWorkspaceUser) GetOrgIdOk() (*string, bool)
- func (o *OrgWorkspaceUser) GetRole() string
- func (o *OrgWorkspaceUser) GetRoleOk() (*string, bool)
- func (o *OrgWorkspaceUser) GetScope() string
- func (o *OrgWorkspaceUser) GetScopeOk() (*string, bool)
- func (o *OrgWorkspaceUser) GetStatus() string
- func (o *OrgWorkspaceUser) GetStatusOk() (*string, bool)
- func (o *OrgWorkspaceUser) GetUpdatedAt() string
- func (o *OrgWorkspaceUser) GetUpdatedAtOk() (*string, bool)
- func (o *OrgWorkspaceUser) GetUpdatedBy() User
- func (o *OrgWorkspaceUser) GetUpdatedById() string
- func (o *OrgWorkspaceUser) GetUpdatedByIdOk() (*string, bool)
- func (o *OrgWorkspaceUser) GetUpdatedByOk() (*User, bool)
- func (o *OrgWorkspaceUser) GetUser() User
- func (o *OrgWorkspaceUser) GetUserHandle() string
- func (o *OrgWorkspaceUser) GetUserHandleOk() (*string, bool)
- func (o *OrgWorkspaceUser) GetUserId() string
- func (o *OrgWorkspaceUser) GetUserIdOk() (*string, bool)
- func (o *OrgWorkspaceUser) GetUserOk() (*User, bool)
- func (o *OrgWorkspaceUser) GetVersionId() int32
- func (o *OrgWorkspaceUser) GetVersionIdOk() (*int32, bool)
- func (o *OrgWorkspaceUser) GetWorkspaceHandle() string
- func (o *OrgWorkspaceUser) GetWorkspaceHandleOk() (*string, bool)
- func (o *OrgWorkspaceUser) GetWorkspaceId() string
- func (o *OrgWorkspaceUser) GetWorkspaceIdOk() (*string, bool)
- func (o *OrgWorkspaceUser) HasCreatedBy() bool
- func (o *OrgWorkspaceUser) HasRole() bool
- func (o *OrgWorkspaceUser) HasScope() bool
- func (o *OrgWorkspaceUser) HasUpdatedAt() bool
- func (o *OrgWorkspaceUser) HasUpdatedBy() bool
- func (o *OrgWorkspaceUser) HasUser() bool
- func (o OrgWorkspaceUser) MarshalJSON() ([]byte, error)
- func (o *OrgWorkspaceUser) SetCreatedAt(v string)
- func (o *OrgWorkspaceUser) SetCreatedBy(v User)
- func (o *OrgWorkspaceUser) SetCreatedById(v string)
- func (o *OrgWorkspaceUser) SetId(v string)
- func (o *OrgWorkspaceUser) SetOrgId(v string)
- func (o *OrgWorkspaceUser) SetRole(v string)
- func (o *OrgWorkspaceUser) SetScope(v string)
- func (o *OrgWorkspaceUser) SetStatus(v string)
- func (o *OrgWorkspaceUser) SetUpdatedAt(v string)
- func (o *OrgWorkspaceUser) SetUpdatedBy(v User)
- func (o *OrgWorkspaceUser) SetUpdatedById(v string)
- func (o *OrgWorkspaceUser) SetUser(v User)
- func (o *OrgWorkspaceUser) SetUserHandle(v string)
- func (o *OrgWorkspaceUser) SetUserId(v string)
- func (o *OrgWorkspaceUser) SetVersionId(v int32)
- func (o *OrgWorkspaceUser) SetWorkspaceHandle(v string)
- func (o *OrgWorkspaceUser) SetWorkspaceId(v string)
- type OrgWorkspacesApiCommandRequest
- type OrgWorkspacesApiCreateRequest
- type OrgWorkspacesApiDeleteRequest
- type OrgWorkspacesApiGetQueryRequest
- type OrgWorkspacesApiGetQueryWithExtensionsRequest
- func (r OrgWorkspacesApiGetQueryWithExtensionsRequest) ContentType(contentType string) OrgWorkspacesApiGetQueryWithExtensionsRequest
- func (r OrgWorkspacesApiGetQueryWithExtensionsRequest) Execute() (WorkspaceQueryResult, *_nethttp.Response, error)
- func (r OrgWorkspacesApiGetQueryWithExtensionsRequest) Sql(sql string) OrgWorkspacesApiGetQueryWithExtensionsRequest
- type OrgWorkspacesApiGetRequest
- type OrgWorkspacesApiGetSchemaRequest
- type OrgWorkspacesApiListAuditLogsRequest
- func (r OrgWorkspacesApiListAuditLogsRequest) Execute() (ListAuditLogsResponse, *_nethttp.Response, error)
- func (r OrgWorkspacesApiListAuditLogsRequest) Limit(limit int32) OrgWorkspacesApiListAuditLogsRequest
- func (r OrgWorkspacesApiListAuditLogsRequest) NextToken(nextToken string) OrgWorkspacesApiListAuditLogsRequest
- type OrgWorkspacesApiListDBLogsRequest
- type OrgWorkspacesApiListRequest
- type OrgWorkspacesApiPostQueryRequest
- type OrgWorkspacesApiPostQueryWithExtensionsRequest
- func (r OrgWorkspacesApiPostQueryWithExtensionsRequest) ContentType(contentType string) OrgWorkspacesApiPostQueryWithExtensionsRequest
- func (r OrgWorkspacesApiPostQueryWithExtensionsRequest) Execute() (WorkspaceQueryResult, *_nethttp.Response, error)
- func (r OrgWorkspacesApiPostQueryWithExtensionsRequest) Sql(sql string) OrgWorkspacesApiPostQueryWithExtensionsRequest
- type OrgWorkspacesApiUpdateRequest
- type OrgWorkspacesService
- func (a *OrgWorkspacesService) Command(ctx _context.Context, orgHandle string, workspaceHandle string) OrgWorkspacesApiCommandRequest
- func (a *OrgWorkspacesService) CommandExecute(r OrgWorkspacesApiCommandRequest) (WorkspaceCommandResponse, *_nethttp.Response, error)
- func (a *OrgWorkspacesService) Create(ctx _context.Context, orgHandle string) OrgWorkspacesApiCreateRequest
- func (a *OrgWorkspacesService) CreateExecute(r OrgWorkspacesApiCreateRequest) (Workspace, *_nethttp.Response, error)
- func (a *OrgWorkspacesService) Delete(ctx _context.Context, orgHandle string, workspaceHandle string) OrgWorkspacesApiDeleteRequest
- func (a *OrgWorkspacesService) DeleteExecute(r OrgWorkspacesApiDeleteRequest) (Workspace, *_nethttp.Response, error)
- func (a *OrgWorkspacesService) Get(ctx _context.Context, orgHandle string, workspaceHandle string) OrgWorkspacesApiGetRequest
- func (a *OrgWorkspacesService) GetExecute(r OrgWorkspacesApiGetRequest) (Workspace, *_nethttp.Response, error)
- func (a *OrgWorkspacesService) GetQuery(ctx _context.Context, orgHandle string, workspaceHandle string) OrgWorkspacesApiGetQueryRequest
- func (a *OrgWorkspacesService) GetQueryExecute(r OrgWorkspacesApiGetQueryRequest) (WorkspaceQueryResult, *_nethttp.Response, error)
- func (a *OrgWorkspacesService) GetQueryWithExtensions(ctx _context.Context, orgHandle string, workspaceHandle string, ...) OrgWorkspacesApiGetQueryWithExtensionsRequest
- func (a *OrgWorkspacesService) GetQueryWithExtensionsExecute(r OrgWorkspacesApiGetQueryWithExtensionsRequest) (WorkspaceQueryResult, *_nethttp.Response, error)
- func (a *OrgWorkspacesService) GetSchema(ctx _context.Context, orgHandle string, workspaceHandle string) OrgWorkspacesApiGetSchemaRequest
- func (a *OrgWorkspacesService) GetSchemaExecute(r OrgWorkspacesApiGetSchemaRequest) (WorkspaceSchema, *_nethttp.Response, error)
- func (a *OrgWorkspacesService) List(ctx _context.Context, orgHandle string) OrgWorkspacesApiListRequest
- func (a *OrgWorkspacesService) ListAuditLogs(ctx _context.Context, orgHandle string, workspaceHandle string) OrgWorkspacesApiListAuditLogsRequest
- func (a *OrgWorkspacesService) ListAuditLogsExecute(r OrgWorkspacesApiListAuditLogsRequest) (ListAuditLogsResponse, *_nethttp.Response, error)
- func (a *OrgWorkspacesService) ListDBLogs(ctx _context.Context, orgHandle string, workspaceHandle string) OrgWorkspacesApiListDBLogsRequest
- func (a *OrgWorkspacesService) ListDBLogsExecute(r OrgWorkspacesApiListDBLogsRequest) (ListLogsResponse, *_nethttp.Response, error)
- func (a *OrgWorkspacesService) ListExecute(r OrgWorkspacesApiListRequest) (ListWorkspacesResponse, *_nethttp.Response, error)
- func (a *OrgWorkspacesService) PostQuery(ctx _context.Context, orgHandle string, workspaceHandle string) OrgWorkspacesApiPostQueryRequest
- func (a *OrgWorkspacesService) PostQueryExecute(r OrgWorkspacesApiPostQueryRequest) (WorkspaceQueryResult, *_nethttp.Response, error)
- func (a *OrgWorkspacesService) PostQueryWithExtensions(ctx _context.Context, orgHandle string, workspaceHandle string, ...) OrgWorkspacesApiPostQueryWithExtensionsRequest
- func (a *OrgWorkspacesService) PostQueryWithExtensionsExecute(r OrgWorkspacesApiPostQueryWithExtensionsRequest) (WorkspaceQueryResult, *_nethttp.Response, error)
- func (a *OrgWorkspacesService) Update(ctx _context.Context, orgHandle string, workspaceHandle string) OrgWorkspacesApiUpdateRequest
- func (a *OrgWorkspacesService) UpdateExecute(r OrgWorkspacesApiUpdateRequest) (Workspace, *_nethttp.Response, error)
- type OrgsApiCreateAvatarRequest
- type OrgsApiCreateRequest
- type OrgsApiDeleteAvatarRequest
- type OrgsApiDeleteRequest
- type OrgsApiGetQuotaRequest
- type OrgsApiGetRequest
- type OrgsApiListAuditLogsRequest
- type OrgsApiListFeaturesRequest
- type OrgsApiListRequest
- type OrgsApiUpdateRequest
- type OrgsService
- func (a *OrgsService) Create(ctx _context.Context) OrgsApiCreateRequest
- func (a *OrgsService) CreateAvatar(ctx _context.Context, orgHandle string) OrgsApiCreateAvatarRequest
- func (a *OrgsService) CreateAvatarExecute(r OrgsApiCreateAvatarRequest) (CreateOrgAvatarResponse, *_nethttp.Response, error)
- func (a *OrgsService) CreateExecute(r OrgsApiCreateRequest) (Org, *_nethttp.Response, error)
- func (a *OrgsService) Delete(ctx _context.Context, orgHandle string) OrgsApiDeleteRequest
- func (a *OrgsService) DeleteAvatar(ctx _context.Context, orgHandle string) OrgsApiDeleteAvatarRequest
- func (a *OrgsService) DeleteAvatarExecute(r OrgsApiDeleteAvatarRequest) (DeleteOrgAvatarResponse, *_nethttp.Response, error)
- func (a *OrgsService) DeleteExecute(r OrgsApiDeleteRequest) (Org, *_nethttp.Response, error)
- func (a *OrgsService) Get(ctx _context.Context, orgHandle string) OrgsApiGetRequest
- func (a *OrgsService) GetExecute(r OrgsApiGetRequest) (Org, *_nethttp.Response, error)
- func (a *OrgsService) GetQuota(ctx _context.Context, orgHandle string) OrgsApiGetQuotaRequest
- func (a *OrgsService) GetQuotaExecute(r OrgsApiGetQuotaRequest) (OrgQuota, *_nethttp.Response, error)
- func (a *OrgsService) List(ctx _context.Context) OrgsApiListRequest
- func (a *OrgsService) ListAuditLogs(ctx _context.Context, orgHandle string) OrgsApiListAuditLogsRequest
- func (a *OrgsService) ListAuditLogsExecute(r OrgsApiListAuditLogsRequest) (ListAuditLogsResponse, *_nethttp.Response, error)
- func (a *OrgsService) ListExecute(r OrgsApiListRequest) (ListOrgsResponse, *_nethttp.Response, error)
- func (a *OrgsService) ListFeatures(ctx _context.Context, orgHandle string) OrgsApiListFeaturesRequest
- func (a *OrgsService) ListFeaturesExecute(r OrgsApiListFeaturesRequest) (ListFeaturesResponse, *_nethttp.Response, error)
- func (a *OrgsService) Update(ctx _context.Context, orgHandle string) OrgsApiUpdateRequest
- func (a *OrgsService) UpdateExecute(r OrgsApiUpdateRequest) (Org, *_nethttp.Response, error)
- type Pipeline
- func (o *Pipeline) GetArgs() interface{}
- func (o *Pipeline) GetArgsOk() (*interface{}, bool)
- func (o *Pipeline) GetCreatedAt() string
- func (o *Pipeline) GetCreatedAtOk() (*string, bool)
- func (o *Pipeline) GetCreatedBy() User
- func (o *Pipeline) GetCreatedById() string
- func (o *Pipeline) GetCreatedByIdOk() (*string, bool)
- func (o *Pipeline) GetCreatedByOk() (*User, bool)
- func (o *Pipeline) GetDeletedAt() string
- func (o *Pipeline) GetDeletedAtOk() (*string, bool)
- func (o *Pipeline) GetDeletedBy() User
- func (o *Pipeline) GetDeletedById() string
- func (o *Pipeline) GetDeletedByIdOk() (*string, bool)
- func (o *Pipeline) GetDeletedByOk() (*User, bool)
- func (o *Pipeline) GetDesiredState() string
- func (o *Pipeline) GetDesiredStateOk() (*string, bool)
- func (o *Pipeline) GetFrequency() PipelineFrequency
- func (o *Pipeline) GetFrequencyOk() (*PipelineFrequency, bool)
- func (o *Pipeline) GetId() string
- func (o *Pipeline) GetIdOk() (*string, bool)
- func (o *Pipeline) GetIdentityId() string
- func (o *Pipeline) GetIdentityIdOk() (*string, bool)
- func (o *Pipeline) GetLastProcess() SpProcess
- func (o *Pipeline) GetLastProcessId() string
- func (o *Pipeline) GetLastProcessIdOk() (*string, bool)
- func (o *Pipeline) GetLastProcessOk() (*SpProcess, bool)
- func (o *Pipeline) GetNextRunAt() string
- func (o *Pipeline) GetNextRunAtOk() (*string, bool)
- func (o *Pipeline) GetPipeline() string
- func (o *Pipeline) GetPipelineOk() (*string, bool)
- func (o *Pipeline) GetState() string
- func (o *Pipeline) GetStateOk() (*string, bool)
- func (o *Pipeline) GetStateReason() string
- func (o *Pipeline) GetStateReasonOk() (*string, bool)
- func (o *Pipeline) GetTags() interface{}
- func (o *Pipeline) GetTagsOk() (*interface{}, bool)
- func (o *Pipeline) GetTitle() string
- func (o *Pipeline) GetTitleOk() (*string, bool)
- func (o *Pipeline) GetUpdatedAt() string
- func (o *Pipeline) GetUpdatedAtOk() (*string, bool)
- func (o *Pipeline) GetUpdatedBy() User
- func (o *Pipeline) GetUpdatedById() string
- func (o *Pipeline) GetUpdatedByIdOk() (*string, bool)
- func (o *Pipeline) GetUpdatedByOk() (*User, bool)
- func (o *Pipeline) GetVersionId() int32
- func (o *Pipeline) GetVersionIdOk() (*int32, bool)
- func (o *Pipeline) GetWorkspaceId() string
- func (o *Pipeline) GetWorkspaceIdOk() (*string, bool)
- func (o *Pipeline) HasArgs() bool
- func (o *Pipeline) HasCreatedBy() bool
- func (o *Pipeline) HasDeletedAt() bool
- func (o *Pipeline) HasDeletedBy() bool
- func (o *Pipeline) HasLastProcess() bool
- func (o *Pipeline) HasLastProcessId() bool
- func (o *Pipeline) HasNextRunAt() bool
- func (o *Pipeline) HasStateReason() bool
- func (o *Pipeline) HasTags() bool
- func (o *Pipeline) HasTitle() bool
- func (o *Pipeline) HasUpdatedAt() bool
- func (o *Pipeline) HasUpdatedBy() bool
- func (o *Pipeline) HasWorkspaceId() bool
- func (o Pipeline) MarshalJSON() ([]byte, error)
- func (o *Pipeline) SetArgs(v interface{})
- func (o *Pipeline) SetCreatedAt(v string)
- func (o *Pipeline) SetCreatedBy(v User)
- func (o *Pipeline) SetCreatedById(v string)
- func (o *Pipeline) SetDeletedAt(v string)
- func (o *Pipeline) SetDeletedBy(v User)
- func (o *Pipeline) SetDeletedById(v string)
- func (o *Pipeline) SetDesiredState(v string)
- func (o *Pipeline) SetFrequency(v PipelineFrequency)
- func (o *Pipeline) SetId(v string)
- func (o *Pipeline) SetIdentityId(v string)
- func (o *Pipeline) SetLastProcess(v SpProcess)
- func (o *Pipeline) SetLastProcessId(v string)
- func (o *Pipeline) SetNextRunAt(v string)
- func (o *Pipeline) SetPipeline(v string)
- func (o *Pipeline) SetState(v string)
- func (o *Pipeline) SetStateReason(v string)
- func (o *Pipeline) SetTags(v interface{})
- func (o *Pipeline) SetTitle(v string)
- func (o *Pipeline) SetUpdatedAt(v string)
- func (o *Pipeline) SetUpdatedBy(v User)
- func (o *Pipeline) SetUpdatedById(v string)
- func (o *Pipeline) SetVersionId(v int32)
- func (o *Pipeline) SetWorkspaceId(v string)
- type PipelineCommandRequest
- type PipelineCommandResponse
- func (o *PipelineCommandResponse) GetCommand() string
- func (o *PipelineCommandResponse) GetCommandOk() (*string, bool)
- func (o *PipelineCommandResponse) GetProcessId() string
- func (o *PipelineCommandResponse) GetProcessIdOk() (*string, bool)
- func (o PipelineCommandResponse) MarshalJSON() ([]byte, error)
- func (o *PipelineCommandResponse) SetCommand(v string)
- func (o *PipelineCommandResponse) SetProcessId(v string)
- type PipelineFrequency
- func (o *PipelineFrequency) GetSchedule() string
- func (o *PipelineFrequency) GetScheduleOk() (*string, bool)
- func (o *PipelineFrequency) GetType() string
- func (o *PipelineFrequency) GetTypeOk() (*string, bool)
- func (o *PipelineFrequency) HasSchedule() bool
- func (o PipelineFrequency) MarshalJSON() ([]byte, error)
- func (o *PipelineFrequency) SetSchedule(v string)
- func (o *PipelineFrequency) SetType(v string)
- type Quota
- func (o *Quota) GetAvailable() int32
- func (o *Quota) GetAvailableOk() (*int32, bool)
- func (o *Quota) GetLimit() int32
- func (o *Quota) GetLimitOk() (*int32, bool)
- func (o *Quota) GetUsed() int32
- func (o *Quota) GetUsedOk() (*int32, bool)
- func (o *Quota) HasAvailable() bool
- func (o *Quota) HasLimit() bool
- func (o *Quota) HasUsed() bool
- func (o Quota) MarshalJSON() ([]byte, error)
- func (o *Quota) SetAvailable(v int32)
- func (o *Quota) SetLimit(v int32)
- func (o *Quota) SetUsed(v int32)
- type SchemaInfo
- func (o *SchemaInfo) GetDescription() string
- func (o *SchemaInfo) GetDescriptionOk() (*string, bool)
- func (o *SchemaInfo) GetName() string
- func (o *SchemaInfo) GetNameOk() (*string, bool)
- func (o *SchemaInfo) GetTables() []SchemaTable
- func (o *SchemaInfo) GetTablesOk() (*[]SchemaTable, bool)
- func (o *SchemaInfo) HasDescription() bool
- func (o SchemaInfo) MarshalJSON() ([]byte, error)
- func (o *SchemaInfo) SetDescription(v string)
- func (o *SchemaInfo) SetName(v string)
- func (o *SchemaInfo) SetTables(v []SchemaTable)
- type SchemaTable
- func (o *SchemaTable) GetColumns() []SchemaTableColumn
- func (o *SchemaTable) GetColumnsOk() (*[]SchemaTableColumn, bool)
- func (o *SchemaTable) GetDescription() string
- func (o *SchemaTable) GetDescriptionOk() (*string, bool)
- func (o *SchemaTable) GetName() string
- func (o *SchemaTable) GetNameOk() (*string, bool)
- func (o *SchemaTable) HasDescription() bool
- func (o SchemaTable) MarshalJSON() ([]byte, error)
- func (o *SchemaTable) SetColumns(v []SchemaTableColumn)
- func (o *SchemaTable) SetDescription(v string)
- func (o *SchemaTable) SetName(v string)
- type SchemaTableColumn
- func (o *SchemaTableColumn) GetDataType() string
- func (o *SchemaTableColumn) GetDataTypeOk() (*string, bool)
- func (o *SchemaTableColumn) GetDescription() string
- func (o *SchemaTableColumn) GetDescriptionOk() (*string, bool)
- func (o *SchemaTableColumn) GetName() string
- func (o *SchemaTableColumn) GetNameOk() (*string, bool)
- func (o *SchemaTableColumn) HasDescription() bool
- func (o SchemaTableColumn) MarshalJSON() ([]byte, error)
- func (o *SchemaTableColumn) SetDataType(v string)
- func (o *SchemaTableColumn) SetDescription(v string)
- func (o *SchemaTableColumn) SetName(v string)
- type SearchIdentitiesResponse
- func (o *SearchIdentitiesResponse) GetItems() []IdentitySearch
- func (o *SearchIdentitiesResponse) GetItemsOk() (*[]IdentitySearch, bool)
- func (o *SearchIdentitiesResponse) HasItems() bool
- func (o SearchIdentitiesResponse) MarshalJSON() ([]byte, error)
- func (o *SearchIdentitiesResponse) SetItems(v []IdentitySearch)
- type SearchUsersResponse
- func (o *SearchUsersResponse) GetItems() []UserSearch
- func (o *SearchUsersResponse) GetItemsOk() (*[]UserSearch, bool)
- func (o *SearchUsersResponse) GetNextToken() string
- func (o *SearchUsersResponse) GetNextTokenOk() (*string, bool)
- func (o *SearchUsersResponse) HasItems() bool
- func (o *SearchUsersResponse) HasNextToken() bool
- func (o SearchUsersResponse) MarshalJSON() ([]byte, error)
- func (o *SearchUsersResponse) SetItems(v []UserSearch)
- func (o *SearchUsersResponse) SetNextToken(v string)
- type ServerConfiguration
- type ServerConfigurations
- type ServerVariable
- type SpProcess
- func (o *SpProcess) GetCreatedAt() string
- func (o *SpProcess) GetCreatedAtOk() (*string, bool)
- func (o *SpProcess) GetCreatedBy() User
- func (o *SpProcess) GetCreatedById() string
- func (o *SpProcess) GetCreatedByIdOk() (*string, bool)
- func (o *SpProcess) GetCreatedByOk() (*User, bool)
- func (o *SpProcess) GetId() string
- func (o *SpProcess) GetIdOk() (*string, bool)
- func (o *SpProcess) GetIdentityId() string
- func (o *SpProcess) GetIdentityIdOk() (*string, bool)
- func (o *SpProcess) GetPipeline() Pipeline
- func (o *SpProcess) GetPipelineId() string
- func (o *SpProcess) GetPipelineIdOk() (*string, bool)
- func (o *SpProcess) GetPipelineOk() (*Pipeline, bool)
- func (o *SpProcess) GetState() string
- func (o *SpProcess) GetStateOk() (*string, bool)
- func (o *SpProcess) GetType() string
- func (o *SpProcess) GetTypeOk() (*string, bool)
- func (o *SpProcess) GetUpdatedAt() string
- func (o *SpProcess) GetUpdatedAtOk() (*string, bool)
- func (o *SpProcess) GetUpdatedBy() User
- func (o *SpProcess) GetUpdatedById() string
- func (o *SpProcess) GetUpdatedByIdOk() (*string, bool)
- func (o *SpProcess) GetUpdatedByOk() (*User, bool)
- func (o *SpProcess) GetVersionId() int32
- func (o *SpProcess) GetVersionIdOk() (*int32, bool)
- func (o *SpProcess) GetWorkspaceId() string
- func (o *SpProcess) GetWorkspaceIdOk() (*string, bool)
- func (o *SpProcess) HasCreatedBy() bool
- func (o *SpProcess) HasIdentityId() bool
- func (o *SpProcess) HasPipeline() bool
- func (o *SpProcess) HasPipelineId() bool
- func (o *SpProcess) HasState() bool
- func (o *SpProcess) HasUpdatedBy() bool
- func (o *SpProcess) HasWorkspaceId() bool
- func (o SpProcess) MarshalJSON() ([]byte, error)
- func (o *SpProcess) SetCreatedAt(v string)
- func (o *SpProcess) SetCreatedBy(v User)
- func (o *SpProcess) SetCreatedById(v string)
- func (o *SpProcess) SetId(v string)
- func (o *SpProcess) SetIdentityId(v string)
- func (o *SpProcess) SetPipeline(v Pipeline)
- func (o *SpProcess) SetPipelineId(v string)
- func (o *SpProcess) SetState(v string)
- func (o *SpProcess) SetType(v string)
- func (o *SpProcess) SetUpdatedAt(v string)
- func (o *SpProcess) SetUpdatedBy(v User)
- func (o *SpProcess) SetUpdatedById(v string)
- func (o *SpProcess) SetVersionId(v int32)
- func (o *SpProcess) SetWorkspaceId(v string)
- type TemporaryTokenRequest
- func (o *TemporaryTokenRequest) GetClientIp() string
- func (o *TemporaryTokenRequest) GetClientIpOk() (*string, bool)
- func (o *TemporaryTokenRequest) GetCode() string
- func (o *TemporaryTokenRequest) GetCodeOk() (*string, bool)
- func (o *TemporaryTokenRequest) GetCreatedAt() string
- func (o *TemporaryTokenRequest) GetCreatedAtOk() (*string, bool)
- func (o *TemporaryTokenRequest) GetId() string
- func (o *TemporaryTokenRequest) GetIdOk() (*string, bool)
- func (o *TemporaryTokenRequest) GetState() string
- func (o *TemporaryTokenRequest) GetStateOk() (*string, bool)
- func (o *TemporaryTokenRequest) GetToken() string
- func (o *TemporaryTokenRequest) GetTokenOk() (*string, bool)
- func (o *TemporaryTokenRequest) GetUpdatedAt() string
- func (o *TemporaryTokenRequest) GetUpdatedAtOk() (*string, bool)
- func (o *TemporaryTokenRequest) HasToken() bool
- func (o *TemporaryTokenRequest) HasUpdatedAt() bool
- func (o TemporaryTokenRequest) MarshalJSON() ([]byte, error)
- func (o *TemporaryTokenRequest) SetClientIp(v string)
- func (o *TemporaryTokenRequest) SetCode(v string)
- func (o *TemporaryTokenRequest) SetCreatedAt(v string)
- func (o *TemporaryTokenRequest) SetId(v string)
- func (o *TemporaryTokenRequest) SetState(v string)
- func (o *TemporaryTokenRequest) SetToken(v string)
- func (o *TemporaryTokenRequest) SetUpdatedAt(v string)
- type TestConnectionRequest
- func (o *TestConnectionRequest) GetConfig() map[string]interface{}
- func (o *TestConnectionRequest) GetConfigOk() (*map[string]interface{}, bool)
- func (o *TestConnectionRequest) GetPlugin() string
- func (o *TestConnectionRequest) GetPluginOk() (*string, bool)
- func (o *TestConnectionRequest) HasConfig() bool
- func (o TestConnectionRequest) MarshalJSON() ([]byte, error)
- func (o *TestConnectionRequest) SetConfig(v map[string]interface{})
- func (o *TestConnectionRequest) SetPlugin(v string)
- type Token
- func (o *Token) GetCreatedAt() string
- func (o *Token) GetCreatedAtOk() (*string, bool)
- func (o *Token) GetId() string
- func (o *Token) GetIdOk() (*string, bool)
- func (o *Token) GetLast4() string
- func (o *Token) GetLast4Ok() (*string, bool)
- func (o *Token) GetStatus() string
- func (o *Token) GetStatusOk() (*string, bool)
- func (o *Token) GetUpdatedAt() string
- func (o *Token) GetUpdatedAtOk() (*string, bool)
- func (o *Token) GetUserId() string
- func (o *Token) GetUserIdOk() (*string, bool)
- func (o *Token) GetVersionId() int32
- func (o *Token) GetVersionIdOk() (*int32, bool)
- func (o *Token) HasLast4() bool
- func (o *Token) HasUpdatedAt() bool
- func (o Token) MarshalJSON() ([]byte, error)
- func (o *Token) SetCreatedAt(v string)
- func (o *Token) SetId(v string)
- func (o *Token) SetLast4(v string)
- func (o *Token) SetStatus(v string)
- func (o *Token) SetUpdatedAt(v string)
- func (o *Token) SetUserId(v string)
- func (o *Token) SetVersionId(v int32)
- type UpdateConnectionRequest
- func (o *UpdateConnectionRequest) GetConfig() map[string]interface{}
- func (o *UpdateConnectionRequest) GetConfigOk() (*map[string]interface{}, bool)
- func (o *UpdateConnectionRequest) GetHandle() string
- func (o *UpdateConnectionRequest) GetHandleOk() (*string, bool)
- func (o *UpdateConnectionRequest) HasConfig() bool
- func (o *UpdateConnectionRequest) HasHandle() bool
- func (o UpdateConnectionRequest) MarshalJSON() ([]byte, error)
- func (o *UpdateConnectionRequest) SetConfig(v map[string]interface{})
- func (o *UpdateConnectionRequest) SetHandle(v string)
- type UpdateOrgRequest
- func (o *UpdateOrgRequest) GetDisplayName() string
- func (o *UpdateOrgRequest) GetDisplayNameOk() (*string, bool)
- func (o *UpdateOrgRequest) GetHandle() string
- func (o *UpdateOrgRequest) GetHandleOk() (*string, bool)
- func (o *UpdateOrgRequest) GetTokenMinIssuedAt() JSONTime
- func (o *UpdateOrgRequest) GetTokenMinIssuedAtOk() (*JSONTime, bool)
- func (o *UpdateOrgRequest) GetUrl() string
- func (o *UpdateOrgRequest) GetUrlOk() (*string, bool)
- func (o *UpdateOrgRequest) HasDisplayName() bool
- func (o *UpdateOrgRequest) HasHandle() bool
- func (o *UpdateOrgRequest) HasTokenMinIssuedAt() bool
- func (o *UpdateOrgRequest) HasUrl() bool
- func (o UpdateOrgRequest) MarshalJSON() ([]byte, error)
- func (o *UpdateOrgRequest) SetDisplayName(v string)
- func (o *UpdateOrgRequest) SetHandle(v string)
- func (o *UpdateOrgRequest) SetTokenMinIssuedAt(v JSONTime)
- func (o *UpdateOrgRequest) SetUrl(v string)
- type UpdateOrgUserRequest
- type UpdateOrgWorkspaceUserRequest
- type UpdatePipelineRequest
- func (o *UpdatePipelineRequest) GetArgs() interface{}
- func (o *UpdatePipelineRequest) GetArgsOk() (*interface{}, bool)
- func (o *UpdatePipelineRequest) GetDesiredState() string
- func (o *UpdatePipelineRequest) GetDesiredStateOk() (*string, bool)
- func (o *UpdatePipelineRequest) GetFrequency() PipelineFrequency
- func (o *UpdatePipelineRequest) GetFrequencyOk() (*PipelineFrequency, bool)
- func (o *UpdatePipelineRequest) GetTags() interface{}
- func (o *UpdatePipelineRequest) GetTagsOk() (*interface{}, bool)
- func (o *UpdatePipelineRequest) GetTitle() string
- func (o *UpdatePipelineRequest) GetTitleOk() (*string, bool)
- func (o *UpdatePipelineRequest) HasArgs() bool
- func (o *UpdatePipelineRequest) HasDesiredState() bool
- func (o *UpdatePipelineRequest) HasFrequency() bool
- func (o *UpdatePipelineRequest) HasTags() bool
- func (o *UpdatePipelineRequest) HasTitle() bool
- func (o UpdatePipelineRequest) MarshalJSON() ([]byte, error)
- func (o *UpdatePipelineRequest) SetArgs(v interface{})
- func (o *UpdatePipelineRequest) SetDesiredState(v string)
- func (o *UpdatePipelineRequest) SetFrequency(v PipelineFrequency)
- func (o *UpdatePipelineRequest) SetTags(v interface{})
- func (o *UpdatePipelineRequest) SetTitle(v string)
- type UpdateTemporaryTokenRequest
- type UpdateTokenRequest
- type UpdateUserPreferencesRequest
- func (o *UpdateUserPreferencesRequest) GetCommunicationCommunityUpdates() string
- func (o *UpdateUserPreferencesRequest) GetCommunicationCommunityUpdatesOk() (*string, bool)
- func (o *UpdateUserPreferencesRequest) GetCommunicationProductUpdates() string
- func (o *UpdateUserPreferencesRequest) GetCommunicationProductUpdatesOk() (*string, bool)
- func (o *UpdateUserPreferencesRequest) GetCommunicationTipsAndTricks() string
- func (o *UpdateUserPreferencesRequest) GetCommunicationTipsAndTricksOk() (*string, bool)
- func (o *UpdateUserPreferencesRequest) HasCommunicationCommunityUpdates() bool
- func (o *UpdateUserPreferencesRequest) HasCommunicationProductUpdates() bool
- func (o *UpdateUserPreferencesRequest) HasCommunicationTipsAndTricks() bool
- func (o UpdateUserPreferencesRequest) MarshalJSON() ([]byte, error)
- func (o *UpdateUserPreferencesRequest) SetCommunicationCommunityUpdates(v string)
- func (o *UpdateUserPreferencesRequest) SetCommunicationProductUpdates(v string)
- func (o *UpdateUserPreferencesRequest) SetCommunicationTipsAndTricks(v string)
- type UpdateUserRequest
- func (o *UpdateUserRequest) GetDisplayName() string
- func (o *UpdateUserRequest) GetDisplayNameOk() (*string, bool)
- func (o *UpdateUserRequest) GetHandle() string
- func (o *UpdateUserRequest) GetHandleOk() (*string, bool)
- func (o *UpdateUserRequest) GetTokenMinIssuedAt() JSONTime
- func (o *UpdateUserRequest) GetTokenMinIssuedAtOk() (*JSONTime, bool)
- func (o *UpdateUserRequest) GetUrl() string
- func (o *UpdateUserRequest) GetUrlOk() (*string, bool)
- func (o *UpdateUserRequest) HasDisplayName() bool
- func (o *UpdateUserRequest) HasHandle() bool
- func (o *UpdateUserRequest) HasTokenMinIssuedAt() bool
- func (o *UpdateUserRequest) HasUrl() bool
- func (o UpdateUserRequest) MarshalJSON() ([]byte, error)
- func (o *UpdateUserRequest) SetDisplayName(v string)
- func (o *UpdateUserRequest) SetHandle(v string)
- func (o *UpdateUserRequest) SetTokenMinIssuedAt(v JSONTime)
- func (o *UpdateUserRequest) SetUrl(v string)
- type UpdateWorkspaceAggregatorRequest
- func (o *UpdateWorkspaceAggregatorRequest) GetConnections() []string
- func (o *UpdateWorkspaceAggregatorRequest) GetConnectionsOk() (*[]string, bool)
- func (o *UpdateWorkspaceAggregatorRequest) GetHandle() string
- func (o *UpdateWorkspaceAggregatorRequest) GetHandleOk() (*string, bool)
- func (o *UpdateWorkspaceAggregatorRequest) HasConnections() bool
- func (o *UpdateWorkspaceAggregatorRequest) HasHandle() bool
- func (o UpdateWorkspaceAggregatorRequest) MarshalJSON() ([]byte, error)
- func (o *UpdateWorkspaceAggregatorRequest) SetConnections(v []string)
- func (o *UpdateWorkspaceAggregatorRequest) SetHandle(v string)
- type UpdateWorkspaceModRequest
- type UpdateWorkspaceModVariableSettingRequest
- func (o *UpdateWorkspaceModVariableSettingRequest) GetSetting() interface{}
- func (o *UpdateWorkspaceModVariableSettingRequest) GetSettingOk() (*interface{}, bool)
- func (o UpdateWorkspaceModVariableSettingRequest) MarshalJSON() ([]byte, error)
- func (o *UpdateWorkspaceModVariableSettingRequest) SetSetting(v interface{})
- type UpdateWorkspaceRequest
- func (o *UpdateWorkspaceRequest) GetDesiredState() string
- func (o *UpdateWorkspaceRequest) GetDesiredStateOk() (*string, bool)
- func (o *UpdateWorkspaceRequest) GetHandle() string
- func (o *UpdateWorkspaceRequest) GetHandleOk() (*string, bool)
- func (o *UpdateWorkspaceRequest) HasDesiredState() bool
- func (o *UpdateWorkspaceRequest) HasHandle() bool
- func (o UpdateWorkspaceRequest) MarshalJSON() ([]byte, error)
- func (o *UpdateWorkspaceRequest) SetDesiredState(v string)
- func (o *UpdateWorkspaceRequest) SetHandle(v string)
- type UpdateWorkspaceSnapshotRequest
- func (o *UpdateWorkspaceSnapshotRequest) GetTags() interface{}
- func (o *UpdateWorkspaceSnapshotRequest) GetTagsOk() (*interface{}, bool)
- func (o *UpdateWorkspaceSnapshotRequest) GetTitle() string
- func (o *UpdateWorkspaceSnapshotRequest) GetTitleOk() (*string, bool)
- func (o *UpdateWorkspaceSnapshotRequest) GetVisibility() string
- func (o *UpdateWorkspaceSnapshotRequest) GetVisibilityOk() (*string, bool)
- func (o *UpdateWorkspaceSnapshotRequest) HasTags() bool
- func (o *UpdateWorkspaceSnapshotRequest) HasTitle() bool
- func (o *UpdateWorkspaceSnapshotRequest) HasVisibility() bool
- func (o UpdateWorkspaceSnapshotRequest) MarshalJSON() ([]byte, error)
- func (o *UpdateWorkspaceSnapshotRequest) SetTags(v interface{})
- func (o *UpdateWorkspaceSnapshotRequest) SetTitle(v string)
- func (o *UpdateWorkspaceSnapshotRequest) SetVisibility(v string)
- type User
- func (o *User) GetAvatarUrl() string
- func (o *User) GetAvatarUrlOk() (*string, bool)
- func (o *User) GetCreatedAt() string
- func (o *User) GetCreatedAtOk() (*string, bool)
- func (o *User) GetDisplayName() string
- func (o *User) GetDisplayNameOk() (*string, bool)
- func (o *User) GetHandle() string
- func (o *User) GetHandleOk() (*string, bool)
- func (o *User) GetId() string
- func (o *User) GetIdOk() (*string, bool)
- func (o *User) GetPreviewAccessMode() string
- func (o *User) GetPreviewAccessModeOk() (*string, bool)
- func (o *User) GetStatus() string
- func (o *User) GetStatusOk() (*string, bool)
- func (o *User) GetTokenMinIssuedAt() JSONTime
- func (o *User) GetTokenMinIssuedAtOk() (*JSONTime, bool)
- func (o *User) GetUpdatedAt() string
- func (o *User) GetUpdatedAtOk() (*string, bool)
- func (o *User) GetUrl() string
- func (o *User) GetUrlOk() (*string, bool)
- func (o *User) GetVersionId() int32
- func (o *User) GetVersionIdOk() (*int32, bool)
- func (o *User) HasAvatarUrl() bool
- func (o *User) HasDisplayName() bool
- func (o *User) HasPreviewAccessMode() bool
- func (o *User) HasTokenMinIssuedAt() bool
- func (o *User) HasUpdatedAt() bool
- func (o *User) HasUrl() bool
- func (o User) MarshalJSON() ([]byte, error)
- func (o *User) SetAvatarUrl(v string)
- func (o *User) SetCreatedAt(v string)
- func (o *User) SetDisplayName(v string)
- func (o *User) SetHandle(v string)
- func (o *User) SetId(v string)
- func (o *User) SetPreviewAccessMode(v string)
- func (o *User) SetStatus(v string)
- func (o *User) SetTokenMinIssuedAt(v JSONTime)
- func (o *User) SetUpdatedAt(v string)
- func (o *User) SetUrl(v string)
- func (o *User) SetVersionId(v int32)
- type UserConnectionsApiCreateDeprecatedRequest
- func (r UserConnectionsApiCreateDeprecatedRequest) Execute() (Connection, *_nethttp.Response, error)
- func (r UserConnectionsApiCreateDeprecatedRequest) Mode(mode string) UserConnectionsApiCreateDeprecatedRequest
- func (r UserConnectionsApiCreateDeprecatedRequest) Request(request CreateConnectionRequest) UserConnectionsApiCreateDeprecatedRequest
- type UserConnectionsApiCreateRequest
- type UserConnectionsApiDeleteDeprecatedRequest
- type UserConnectionsApiDeleteRequest
- type UserConnectionsApiGetDeprecatedRequest
- type UserConnectionsApiGetRequest
- type UserConnectionsApiListDeprecatedRequest
- func (r UserConnectionsApiListDeprecatedRequest) Execute() (ListConnectionsResponse, *_nethttp.Response, error)
- func (r UserConnectionsApiListDeprecatedRequest) Limit(limit int32) UserConnectionsApiListDeprecatedRequest
- func (r UserConnectionsApiListDeprecatedRequest) NextToken(nextToken string) UserConnectionsApiListDeprecatedRequest
- type UserConnectionsApiListRequest
- type UserConnectionsApiListWorkspacesDeprecatedRequest
- func (r UserConnectionsApiListWorkspacesDeprecatedRequest) Execute() (ListWorkspaceConnResponse, *_nethttp.Response, error)
- func (r UserConnectionsApiListWorkspacesDeprecatedRequest) Limit(limit int32) UserConnectionsApiListWorkspacesDeprecatedRequest
- func (r UserConnectionsApiListWorkspacesDeprecatedRequest) NextToken(nextToken string) UserConnectionsApiListWorkspacesDeprecatedRequest
- type UserConnectionsApiListWorkspacesRequest
- func (r UserConnectionsApiListWorkspacesRequest) Execute() (ListWorkspaceConnectionAssociationsResponse, *_nethttp.Response, error)
- func (r UserConnectionsApiListWorkspacesRequest) Limit(limit int32) UserConnectionsApiListWorkspacesRequest
- func (r UserConnectionsApiListWorkspacesRequest) NextToken(nextToken string) UserConnectionsApiListWorkspacesRequest
- type UserConnectionsApiTestDeprecatedRequest
- type UserConnectionsApiTestRequest
- type UserConnectionsApiUpdateDeprecatedRequest
- func (r UserConnectionsApiUpdateDeprecatedRequest) Execute() (Connection, *_nethttp.Response, error)
- func (r UserConnectionsApiUpdateDeprecatedRequest) Mode(mode string) UserConnectionsApiUpdateDeprecatedRequest
- func (r UserConnectionsApiUpdateDeprecatedRequest) Request(request UpdateConnectionRequest) UserConnectionsApiUpdateDeprecatedRequest
- type UserConnectionsApiUpdateRequest
- type UserConnectionsService
- func (a *UserConnectionsService) Create(ctx _context.Context, userHandle string) UserConnectionsApiCreateRequest
- func (a *UserConnectionsService) CreateDeprecated(ctx _context.Context, userHandle string) UserConnectionsApiCreateDeprecatedRequest
- func (a *UserConnectionsService) CreateDeprecatedExecute(r UserConnectionsApiCreateDeprecatedRequest) (Connection, *_nethttp.Response, error)
- func (a *UserConnectionsService) CreateExecute(r UserConnectionsApiCreateRequest) (Connection, *_nethttp.Response, error)
- func (a *UserConnectionsService) Delete(ctx _context.Context, userHandle string, connectionHandle string) UserConnectionsApiDeleteRequest
- func (a *UserConnectionsService) DeleteDeprecated(ctx _context.Context, userHandle string, connHandle string) UserConnectionsApiDeleteDeprecatedRequest
- func (a *UserConnectionsService) DeleteDeprecatedExecute(r UserConnectionsApiDeleteDeprecatedRequest) (Connection, *_nethttp.Response, error)
- func (a *UserConnectionsService) DeleteExecute(r UserConnectionsApiDeleteRequest) (Connection, *_nethttp.Response, error)
- func (a *UserConnectionsService) Get(ctx _context.Context, userHandle string, connectionHandle string) UserConnectionsApiGetRequest
- func (a *UserConnectionsService) GetDeprecated(ctx _context.Context, userHandle string, connHandle string) UserConnectionsApiGetDeprecatedRequest
- func (a *UserConnectionsService) GetDeprecatedExecute(r UserConnectionsApiGetDeprecatedRequest) (Connection, *_nethttp.Response, error)
- func (a *UserConnectionsService) GetExecute(r UserConnectionsApiGetRequest) (Connection, *_nethttp.Response, error)
- func (a *UserConnectionsService) List(ctx _context.Context, userHandle string) UserConnectionsApiListRequest
- func (a *UserConnectionsService) ListDeprecated(ctx _context.Context, userHandle string) UserConnectionsApiListDeprecatedRequest
- func (a *UserConnectionsService) ListDeprecatedExecute(r UserConnectionsApiListDeprecatedRequest) (ListConnectionsResponse, *_nethttp.Response, error)
- func (a *UserConnectionsService) ListExecute(r UserConnectionsApiListRequest) (ListConnectionsResponse, *_nethttp.Response, error)
- func (a *UserConnectionsService) ListWorkspaces(ctx _context.Context, userHandle string, connectionHandle string) UserConnectionsApiListWorkspacesRequest
- func (a *UserConnectionsService) ListWorkspacesDeprecated(ctx _context.Context, userHandle string, connHandle string) UserConnectionsApiListWorkspacesDeprecatedRequest
- func (a *UserConnectionsService) ListWorkspacesDeprecatedExecute(r UserConnectionsApiListWorkspacesDeprecatedRequest) (ListWorkspaceConnResponse, *_nethttp.Response, error)
- func (a *UserConnectionsService) ListWorkspacesExecute(r UserConnectionsApiListWorkspacesRequest) (ListWorkspaceConnectionAssociationsResponse, *_nethttp.Response, error)
- func (a *UserConnectionsService) Test(ctx _context.Context, userHandle string, connectionHandle string) UserConnectionsApiTestRequest
- func (a *UserConnectionsService) TestDeprecated(ctx _context.Context, userHandle string, connHandle string) UserConnectionsApiTestDeprecatedRequest
- func (a *UserConnectionsService) TestDeprecatedExecute(r UserConnectionsApiTestDeprecatedRequest) (ConnectionTestResult, *_nethttp.Response, error)
- func (a *UserConnectionsService) TestExecute(r UserConnectionsApiTestRequest) (ConnectionTestResult, *_nethttp.Response, error)
- func (a *UserConnectionsService) Update(ctx _context.Context, userHandle string, connectionHandle string) UserConnectionsApiUpdateRequest
- func (a *UserConnectionsService) UpdateDeprecated(ctx _context.Context, userHandle string, connHandle string) UserConnectionsApiUpdateDeprecatedRequest
- func (a *UserConnectionsService) UpdateDeprecatedExecute(r UserConnectionsApiUpdateDeprecatedRequest) (Connection, *_nethttp.Response, error)
- func (a *UserConnectionsService) UpdateExecute(r UserConnectionsApiUpdateRequest) (Connection, *_nethttp.Response, error)
- type UserDatabasePassword
- func (o *UserDatabasePassword) GetCreatedAt() string
- func (o *UserDatabasePassword) GetCreatedAtOk() (*string, bool)
- func (o *UserDatabasePassword) GetExpiresAt() string
- func (o *UserDatabasePassword) GetExpiresAtOk() (*string, bool)
- func (o *UserDatabasePassword) GetId() string
- func (o *UserDatabasePassword) GetIdOk() (*string, bool)
- func (o *UserDatabasePassword) GetPassword() string
- func (o *UserDatabasePassword) GetPasswordOk() (*string, bool)
- func (o *UserDatabasePassword) GetUserId() string
- func (o *UserDatabasePassword) GetUserIdOk() (*string, bool)
- func (o *UserDatabasePassword) HasExpiresAt() bool
- func (o *UserDatabasePassword) HasUserId() bool
- func (o UserDatabasePassword) MarshalJSON() ([]byte, error)
- func (o *UserDatabasePassword) SetCreatedAt(v string)
- func (o *UserDatabasePassword) SetExpiresAt(v string)
- func (o *UserDatabasePassword) SetId(v string)
- func (o *UserDatabasePassword) SetPassword(v string)
- func (o *UserDatabasePassword) SetUserId(v string)
- type UserEmail
- func (o *UserEmail) GetCreatedAt() string
- func (o *UserEmail) GetCreatedAtOk() (*string, bool)
- func (o *UserEmail) GetEmail() string
- func (o *UserEmail) GetEmailOk() (*string, bool)
- func (o *UserEmail) GetId() string
- func (o *UserEmail) GetIdOk() (*string, bool)
- func (o *UserEmail) GetStatus() string
- func (o *UserEmail) GetStatusOk() (*string, bool)
- func (o *UserEmail) GetUpdatedAt() string
- func (o *UserEmail) GetUpdatedAtOk() (*string, bool)
- func (o *UserEmail) GetVersionId() int32
- func (o *UserEmail) GetVersionIdOk() (*int32, bool)
- func (o *UserEmail) HasId() bool
- func (o *UserEmail) HasUpdatedAt() bool
- func (o UserEmail) MarshalJSON() ([]byte, error)
- func (o *UserEmail) SetCreatedAt(v string)
- func (o *UserEmail) SetEmail(v string)
- func (o *UserEmail) SetId(v string)
- func (o *UserEmail) SetStatus(v string)
- func (o *UserEmail) SetUpdatedAt(v string)
- func (o *UserEmail) SetVersionId(v int32)
- type UserLoginRequest
- func (o *UserLoginRequest) GetEmail() string
- func (o *UserLoginRequest) GetEmailOk() (*string, bool)
- func (o *UserLoginRequest) GetState() string
- func (o *UserLoginRequest) GetStateOk() (*string, bool)
- func (o *UserLoginRequest) HasState() bool
- func (o UserLoginRequest) MarshalJSON() ([]byte, error)
- func (o *UserLoginRequest) SetEmail(v string)
- func (o *UserLoginRequest) SetState(v string)
- type UserOrg
- func (o *UserOrg) GetCreatedAt() string
- func (o *UserOrg) GetCreatedAtOk() (*string, bool)
- func (o *UserOrg) GetCreatedBy() User
- func (o *UserOrg) GetCreatedById() string
- func (o *UserOrg) GetCreatedByIdOk() (*string, bool)
- func (o *UserOrg) GetCreatedByOk() (*User, bool)
- func (o *UserOrg) GetId() string
- func (o *UserOrg) GetIdOk() (*string, bool)
- func (o *UserOrg) GetOrg() Org
- func (o *UserOrg) GetOrgId() string
- func (o *UserOrg) GetOrgIdOk() (*string, bool)
- func (o *UserOrg) GetOrgOk() (*Org, bool)
- func (o *UserOrg) GetRole() string
- func (o *UserOrg) GetRoleOk() (*string, bool)
- func (o *UserOrg) GetStatus() string
- func (o *UserOrg) GetStatusOk() (*string, bool)
- func (o *UserOrg) GetUpdatedAt() string
- func (o *UserOrg) GetUpdatedAtOk() (*string, bool)
- func (o *UserOrg) GetUpdatedBy() User
- func (o *UserOrg) GetUpdatedById() string
- func (o *UserOrg) GetUpdatedByIdOk() (*string, bool)
- func (o *UserOrg) GetUpdatedByOk() (*User, bool)
- func (o *UserOrg) GetUserId() string
- func (o *UserOrg) GetUserIdOk() (*string, bool)
- func (o *UserOrg) GetVersionId() int32
- func (o *UserOrg) GetVersionIdOk() (*int32, bool)
- func (o *UserOrg) HasCreatedBy() bool
- func (o *UserOrg) HasOrg() bool
- func (o *UserOrg) HasUpdatedAt() bool
- func (o *UserOrg) HasUpdatedBy() bool
- func (o UserOrg) MarshalJSON() ([]byte, error)
- func (o *UserOrg) SetCreatedAt(v string)
- func (o *UserOrg) SetCreatedBy(v User)
- func (o *UserOrg) SetCreatedById(v string)
- func (o *UserOrg) SetId(v string)
- func (o *UserOrg) SetOrg(v Org)
- func (o *UserOrg) SetOrgId(v string)
- func (o *UserOrg) SetRole(v string)
- func (o *UserOrg) SetStatus(v string)
- func (o *UserOrg) SetUpdatedAt(v string)
- func (o *UserOrg) SetUpdatedBy(v User)
- func (o *UserOrg) SetUpdatedById(v string)
- func (o *UserOrg) SetUserId(v string)
- func (o *UserOrg) SetVersionId(v int32)
- type UserPreferences
- func (o *UserPreferences) GetCommunicationCommunityUpdates() string
- func (o *UserPreferences) GetCommunicationCommunityUpdatesOk() (*string, bool)
- func (o *UserPreferences) GetCommunicationProductUpdates() string
- func (o *UserPreferences) GetCommunicationProductUpdatesOk() (*string, bool)
- func (o *UserPreferences) GetCommunicationTipsAndTricks() string
- func (o *UserPreferences) GetCommunicationTipsAndTricksOk() (*string, bool)
- func (o *UserPreferences) GetCreatedAt() string
- func (o *UserPreferences) GetCreatedAtOk() (*string, bool)
- func (o *UserPreferences) GetId() string
- func (o *UserPreferences) GetIdOk() (*string, bool)
- func (o *UserPreferences) GetUpdatedAt() string
- func (o *UserPreferences) GetUpdatedAtOk() (*string, bool)
- func (o *UserPreferences) GetVersionId() int32
- func (o *UserPreferences) GetVersionIdOk() (*int32, bool)
- func (o *UserPreferences) HasId() bool
- func (o *UserPreferences) HasUpdatedAt() bool
- func (o UserPreferences) MarshalJSON() ([]byte, error)
- func (o *UserPreferences) SetCommunicationCommunityUpdates(v string)
- func (o *UserPreferences) SetCommunicationProductUpdates(v string)
- func (o *UserPreferences) SetCommunicationTipsAndTricks(v string)
- func (o *UserPreferences) SetCreatedAt(v string)
- func (o *UserPreferences) SetId(v string)
- func (o *UserPreferences) SetUpdatedAt(v string)
- func (o *UserPreferences) SetVersionId(v int32)
- type UserProcessesApiGetRequest
- type UserProcessesApiListRequest
- type UserProcessesApiLogRequest
- type UserProcessesService
- func (a *UserProcessesService) Get(ctx _context.Context, userHandle string, processId string) UserProcessesApiGetRequest
- func (a *UserProcessesService) GetExecute(r UserProcessesApiGetRequest) (SpProcess, *_nethttp.Response, error)
- func (a *UserProcessesService) List(ctx _context.Context, userHandle string) UserProcessesApiListRequest
- func (a *UserProcessesService) ListExecute(r UserProcessesApiListRequest) (ListProcessesResponse, *_nethttp.Response, error)
- func (a *UserProcessesService) Log(ctx _context.Context, userHandle string, processId string, logFile string, ...) UserProcessesApiLogRequest
- func (a *UserProcessesService) LogExecute(r UserProcessesApiLogRequest) (string, *_nethttp.Response, error)
- type UserQuota
- func (o *UserQuota) GetAggregator() map[string]Quota
- func (o *UserQuota) GetAggregatorOk() (*map[string]Quota, bool)
- func (o *UserQuota) GetAssociation() map[string]Quota
- func (o *UserQuota) GetAssociationOk() (*map[string]Quota, bool)
- func (o *UserQuota) GetConn() Quota
- func (o *UserQuota) GetConnOk() (*Quota, bool)
- func (o *UserQuota) GetMod() map[string]Quota
- func (o *UserQuota) GetModOk() (*map[string]Quota, bool)
- func (o *UserQuota) GetOrganization() Quota
- func (o *UserQuota) GetOrganizationOk() (*Quota, bool)
- func (o *UserQuota) GetPipeline() map[string]Quota
- func (o *UserQuota) GetPipelineOk() (*map[string]Quota, bool)
- func (o *UserQuota) GetSnapshot() map[string]Quota
- func (o *UserQuota) GetSnapshotOk() (*map[string]Quota, bool)
- func (o *UserQuota) GetToken() Quota
- func (o *UserQuota) GetTokenOk() (*Quota, bool)
- func (o *UserQuota) GetWorkspace() Quota
- func (o *UserQuota) GetWorkspaceOk() (*Quota, bool)
- func (o UserQuota) MarshalJSON() ([]byte, error)
- func (o *UserQuota) SetAggregator(v map[string]Quota)
- func (o *UserQuota) SetAssociation(v map[string]Quota)
- func (o *UserQuota) SetConn(v Quota)
- func (o *UserQuota) SetMod(v map[string]Quota)
- func (o *UserQuota) SetOrganization(v Quota)
- func (o *UserQuota) SetPipeline(v map[string]Quota)
- func (o *UserQuota) SetSnapshot(v map[string]Quota)
- func (o *UserQuota) SetToken(v Quota)
- func (o *UserQuota) SetWorkspace(v Quota)
- type UserSearch
- func (o *UserSearch) GetAvatarUrl() string
- func (o *UserSearch) GetAvatarUrlOk() (*string, bool)
- func (o *UserSearch) GetDisplayName() string
- func (o *UserSearch) GetDisplayNameOk() (*string, bool)
- func (o *UserSearch) GetHandle() string
- func (o *UserSearch) GetHandleOk() (*string, bool)
- func (o *UserSearch) GetId() string
- func (o *UserSearch) GetIdOk() (*string, bool)
- func (o *UserSearch) HasAvatarUrl() bool
- func (o *UserSearch) HasDisplayName() bool
- func (o *UserSearch) HasHandle() bool
- func (o UserSearch) MarshalJSON() ([]byte, error)
- func (o *UserSearch) SetAvatarUrl(v string)
- func (o *UserSearch) SetDisplayName(v string)
- func (o *UserSearch) SetHandle(v string)
- func (o *UserSearch) SetId(v string)
- type UserSignupRequest
- func (o *UserSignupRequest) GetEmail() string
- func (o *UserSignupRequest) GetEmailOk() (*string, bool)
- func (o *UserSignupRequest) GetState() string
- func (o *UserSignupRequest) GetStateOk() (*string, bool)
- func (o *UserSignupRequest) HasState() bool
- func (o UserSignupRequest) MarshalJSON() ([]byte, error)
- func (o *UserSignupRequest) SetEmail(v string)
- func (o *UserSignupRequest) SetState(v string)
- type UserTokensApiCreateRequest
- type UserTokensApiDeleteRequest
- type UserTokensApiGetRequest
- type UserTokensApiListRequest
- type UserTokensApiUpdateRequest
- type UserTokensService
- func (a *UserTokensService) Create(ctx _context.Context, userHandle string) UserTokensApiCreateRequest
- func (a *UserTokensService) CreateExecute(r UserTokensApiCreateRequest) (Token, *_nethttp.Response, error)
- func (a *UserTokensService) Delete(ctx _context.Context, userHandle string, tokenId string) UserTokensApiDeleteRequest
- func (a *UserTokensService) DeleteExecute(r UserTokensApiDeleteRequest) (Token, *_nethttp.Response, error)
- func (a *UserTokensService) Get(ctx _context.Context, tokenId string, userHandle string) UserTokensApiGetRequest
- func (a *UserTokensService) GetExecute(r UserTokensApiGetRequest) (Token, *_nethttp.Response, error)
- func (a *UserTokensService) List(ctx _context.Context, userHandle string) UserTokensApiListRequest
- func (a *UserTokensService) ListExecute(r UserTokensApiListRequest) (ListTokensResponse, *_nethttp.Response, error)
- func (a *UserTokensService) Update(ctx _context.Context, userHandle string, tokenId string) UserTokensApiUpdateRequest
- func (a *UserTokensService) UpdateExecute(r UserTokensApiUpdateRequest) (Token, *_nethttp.Response, error)
- type UserWorkspaceAggregatorsApiCreateRequest
- func (r UserWorkspaceAggregatorsApiCreateRequest) Execute() (WorkspaceAggregator, *_nethttp.Response, error)
- func (r UserWorkspaceAggregatorsApiCreateRequest) Mode(mode string) UserWorkspaceAggregatorsApiCreateRequest
- func (r UserWorkspaceAggregatorsApiCreateRequest) Request(request CreateWorkspaceAggregatorRequest) UserWorkspaceAggregatorsApiCreateRequest
- type UserWorkspaceAggregatorsApiDeleteRequest
- type UserWorkspaceAggregatorsApiGetConnectionRequest
- type UserWorkspaceAggregatorsApiGetRequest
- type UserWorkspaceAggregatorsApiListConnectionsRequest
- func (r UserWorkspaceAggregatorsApiListConnectionsRequest) Execute() (ListWorkspaceConnectionsResponse, *_nethttp.Response, error)
- func (r UserWorkspaceAggregatorsApiListConnectionsRequest) Limit(limit int32) UserWorkspaceAggregatorsApiListConnectionsRequest
- func (r UserWorkspaceAggregatorsApiListConnectionsRequest) NextToken(nextToken string) UserWorkspaceAggregatorsApiListConnectionsRequest
- type UserWorkspaceAggregatorsApiListRequest
- func (r UserWorkspaceAggregatorsApiListRequest) Execute() (ListWorkspaceAggregatorsResponse, *_nethttp.Response, error)
- func (r UserWorkspaceAggregatorsApiListRequest) Limit(limit int32) UserWorkspaceAggregatorsApiListRequest
- func (r UserWorkspaceAggregatorsApiListRequest) NextToken(nextToken string) UserWorkspaceAggregatorsApiListRequest
- type UserWorkspaceAggregatorsApiUpdateRequest
- func (r UserWorkspaceAggregatorsApiUpdateRequest) Execute() (WorkspaceAggregator, *_nethttp.Response, error)
- func (r UserWorkspaceAggregatorsApiUpdateRequest) Mode(mode string) UserWorkspaceAggregatorsApiUpdateRequest
- func (r UserWorkspaceAggregatorsApiUpdateRequest) Request(request UpdateWorkspaceAggregatorRequest) UserWorkspaceAggregatorsApiUpdateRequest
- type UserWorkspaceAggregatorsService
- func (a *UserWorkspaceAggregatorsService) Create(ctx _context.Context, userHandle string, workspaceHandle string) UserWorkspaceAggregatorsApiCreateRequest
- func (a *UserWorkspaceAggregatorsService) CreateExecute(r UserWorkspaceAggregatorsApiCreateRequest) (WorkspaceAggregator, *_nethttp.Response, error)
- func (a *UserWorkspaceAggregatorsService) Delete(ctx _context.Context, userHandle string, workspaceHandle string, ...) UserWorkspaceAggregatorsApiDeleteRequest
- func (a *UserWorkspaceAggregatorsService) DeleteExecute(r UserWorkspaceAggregatorsApiDeleteRequest) (WorkspaceAggregator, *_nethttp.Response, error)
- func (a *UserWorkspaceAggregatorsService) Get(ctx _context.Context, userHandle string, workspaceHandle string, ...) UserWorkspaceAggregatorsApiGetRequest
- func (a *UserWorkspaceAggregatorsService) GetConnection(ctx _context.Context, userHandle string, workspaceHandle string, ...) UserWorkspaceAggregatorsApiGetConnectionRequest
- func (a *UserWorkspaceAggregatorsService) GetConnectionExecute(r UserWorkspaceAggregatorsApiGetConnectionRequest) (WorkspaceConnection, *_nethttp.Response, error)
- func (a *UserWorkspaceAggregatorsService) GetExecute(r UserWorkspaceAggregatorsApiGetRequest) (WorkspaceAggregator, *_nethttp.Response, error)
- func (a *UserWorkspaceAggregatorsService) List(ctx _context.Context, userHandle string, workspaceHandle string) UserWorkspaceAggregatorsApiListRequest
- func (a *UserWorkspaceAggregatorsService) ListConnections(ctx _context.Context, userHandle string, workspaceHandle string, ...) UserWorkspaceAggregatorsApiListConnectionsRequest
- func (a *UserWorkspaceAggregatorsService) ListConnectionsExecute(r UserWorkspaceAggregatorsApiListConnectionsRequest) (ListWorkspaceConnectionsResponse, *_nethttp.Response, error)
- func (a *UserWorkspaceAggregatorsService) ListExecute(r UserWorkspaceAggregatorsApiListRequest) (ListWorkspaceAggregatorsResponse, *_nethttp.Response, error)
- func (a *UserWorkspaceAggregatorsService) Update(ctx _context.Context, userHandle string, workspaceHandle string, ...) UserWorkspaceAggregatorsApiUpdateRequest
- func (a *UserWorkspaceAggregatorsService) UpdateExecute(r UserWorkspaceAggregatorsApiUpdateRequest) (WorkspaceAggregator, *_nethttp.Response, error)
- type UserWorkspaceConnectionAssociationsApiCreateRequest
- type UserWorkspaceConnectionAssociationsApiDeleteRequest
- type UserWorkspaceConnectionAssociationsApiGetRequest
- type UserWorkspaceConnectionAssociationsApiListRequest
- func (r UserWorkspaceConnectionAssociationsApiListRequest) Execute() (ListWorkspaceConnResponse, *_nethttp.Response, error)
- func (r UserWorkspaceConnectionAssociationsApiListRequest) Limit(limit int32) UserWorkspaceConnectionAssociationsApiListRequest
- func (r UserWorkspaceConnectionAssociationsApiListRequest) NextToken(nextToken string) UserWorkspaceConnectionAssociationsApiListRequest
- type UserWorkspaceConnectionAssociationsService
- func (a *UserWorkspaceConnectionAssociationsService) Create(ctx _context.Context, userHandle string, workspaceHandle string) UserWorkspaceConnectionAssociationsApiCreateRequest
- func (a *UserWorkspaceConnectionAssociationsService) CreateExecute(r UserWorkspaceConnectionAssociationsApiCreateRequest) (WorkspaceConn, *_nethttp.Response, error)
- func (a *UserWorkspaceConnectionAssociationsService) Delete(ctx _context.Context, userHandle string, workspaceHandle string, ...) UserWorkspaceConnectionAssociationsApiDeleteRequest
- func (a *UserWorkspaceConnectionAssociationsService) DeleteExecute(r UserWorkspaceConnectionAssociationsApiDeleteRequest) (WorkspaceConn, *_nethttp.Response, error)
- func (a *UserWorkspaceConnectionAssociationsService) Get(ctx _context.Context, userHandle string, workspaceHandle string, ...) UserWorkspaceConnectionAssociationsApiGetRequest
- func (a *UserWorkspaceConnectionAssociationsService) GetExecute(r UserWorkspaceConnectionAssociationsApiGetRequest) (WorkspaceConn, *_nethttp.Response, error)
- func (a *UserWorkspaceConnectionAssociationsService) List(ctx _context.Context, userHandle string, workspaceHandle string) UserWorkspaceConnectionAssociationsApiListRequest
- func (a *UserWorkspaceConnectionAssociationsService) ListExecute(r UserWorkspaceConnectionAssociationsApiListRequest) (ListWorkspaceConnResponse, *_nethttp.Response, error)
- type UserWorkspaceModVariablesApiCreateSettingRequest
- type UserWorkspaceModVariablesApiDeleteSettingRequest
- type UserWorkspaceModVariablesApiGetSettingRequest
- type UserWorkspaceModVariablesApiListRequest
- func (r UserWorkspaceModVariablesApiListRequest) Execute() (ListWorkspaceModVariablesResponse, *_nethttp.Response, error)
- func (r UserWorkspaceModVariablesApiListRequest) Limit(limit int32) UserWorkspaceModVariablesApiListRequest
- func (r UserWorkspaceModVariablesApiListRequest) NextToken(nextToken string) UserWorkspaceModVariablesApiListRequest
- type UserWorkspaceModVariablesApiUpdateSettingRequest
- type UserWorkspaceModVariablesService
- func (a *UserWorkspaceModVariablesService) CreateSetting(ctx _context.Context, userHandle string, workspaceHandle string, ...) UserWorkspaceModVariablesApiCreateSettingRequest
- func (a *UserWorkspaceModVariablesService) CreateSettingExecute(r UserWorkspaceModVariablesApiCreateSettingRequest) (WorkspaceModVariable, *_nethttp.Response, error)
- func (a *UserWorkspaceModVariablesService) DeleteSetting(ctx _context.Context, userHandle string, workspaceHandle string, ...) UserWorkspaceModVariablesApiDeleteSettingRequest
- func (a *UserWorkspaceModVariablesService) DeleteSettingExecute(r UserWorkspaceModVariablesApiDeleteSettingRequest) (WorkspaceModVariable, *_nethttp.Response, error)
- func (a *UserWorkspaceModVariablesService) GetSetting(ctx _context.Context, userHandle string, workspaceHandle string, ...) UserWorkspaceModVariablesApiGetSettingRequest
- func (a *UserWorkspaceModVariablesService) GetSettingExecute(r UserWorkspaceModVariablesApiGetSettingRequest) (WorkspaceModVariable, *_nethttp.Response, error)
- func (a *UserWorkspaceModVariablesService) List(ctx _context.Context, userHandle string, workspaceHandle string, ...) UserWorkspaceModVariablesApiListRequest
- func (a *UserWorkspaceModVariablesService) ListExecute(r UserWorkspaceModVariablesApiListRequest) (ListWorkspaceModVariablesResponse, *_nethttp.Response, error)
- func (a *UserWorkspaceModVariablesService) UpdateSetting(ctx _context.Context, userHandle string, workspaceHandle string, ...) UserWorkspaceModVariablesApiUpdateSettingRequest
- func (a *UserWorkspaceModVariablesService) UpdateSettingExecute(r UserWorkspaceModVariablesApiUpdateSettingRequest) (WorkspaceModVariable, *_nethttp.Response, error)
- type UserWorkspaceModsApiGetRequest
- type UserWorkspaceModsApiInstallRequest
- type UserWorkspaceModsApiListRequest
- type UserWorkspaceModsApiUninstallRequest
- type UserWorkspaceModsApiUpdateRequest
- type UserWorkspaceModsService
- func (a *UserWorkspaceModsService) Get(ctx _context.Context, userHandle string, workspaceHandle string, ...) UserWorkspaceModsApiGetRequest
- func (a *UserWorkspaceModsService) GetExecute(r UserWorkspaceModsApiGetRequest) (WorkspaceMod, *_nethttp.Response, error)
- func (a *UserWorkspaceModsService) Install(ctx _context.Context, userHandle string, workspaceHandle string) UserWorkspaceModsApiInstallRequest
- func (a *UserWorkspaceModsService) InstallExecute(r UserWorkspaceModsApiInstallRequest) (WorkspaceMod, *_nethttp.Response, error)
- func (a *UserWorkspaceModsService) List(ctx _context.Context, userHandle string, workspaceHandle string) UserWorkspaceModsApiListRequest
- func (a *UserWorkspaceModsService) ListExecute(r UserWorkspaceModsApiListRequest) (ListWorkspaceModsResponse, *_nethttp.Response, error)
- func (a *UserWorkspaceModsService) Uninstall(ctx _context.Context, userHandle string, workspaceHandle string, ...) UserWorkspaceModsApiUninstallRequest
- func (a *UserWorkspaceModsService) UninstallExecute(r UserWorkspaceModsApiUninstallRequest) (WorkspaceMod, *_nethttp.Response, error)
- func (a *UserWorkspaceModsService) Update(ctx _context.Context, userHandle string, workspaceHandle string, ...) UserWorkspaceModsApiUpdateRequest
- func (a *UserWorkspaceModsService) UpdateExecute(r UserWorkspaceModsApiUpdateRequest) (WorkspaceMod, *_nethttp.Response, error)
- type UserWorkspacePipelinesApiCommandRequest
- type UserWorkspacePipelinesApiCreateRequest
- type UserWorkspacePipelinesApiDeleteRequest
- type UserWorkspacePipelinesApiGetRequest
- type UserWorkspacePipelinesApiListRequest
- func (r UserWorkspacePipelinesApiListRequest) Execute() (ListPipelinesResponse, *_nethttp.Response, error)
- func (r UserWorkspacePipelinesApiListRequest) Limit(limit int32) UserWorkspacePipelinesApiListRequest
- func (r UserWorkspacePipelinesApiListRequest) NextToken(nextToken string) UserWorkspacePipelinesApiListRequest
- func (r UserWorkspacePipelinesApiListRequest) Where(where string) UserWorkspacePipelinesApiListRequest
- type UserWorkspacePipelinesApiUpdateRequest
- type UserWorkspacePipelinesService
- func (a *UserWorkspacePipelinesService) Command(ctx _context.Context, userHandle string, workspaceHandle string, ...) UserWorkspacePipelinesApiCommandRequest
- func (a *UserWorkspacePipelinesService) CommandExecute(r UserWorkspacePipelinesApiCommandRequest) (PipelineCommandResponse, *_nethttp.Response, error)
- func (a *UserWorkspacePipelinesService) Create(ctx _context.Context, userHandle string, workspaceHandle string) UserWorkspacePipelinesApiCreateRequest
- func (a *UserWorkspacePipelinesService) CreateExecute(r UserWorkspacePipelinesApiCreateRequest) (Pipeline, *_nethttp.Response, error)
- func (a *UserWorkspacePipelinesService) Delete(ctx _context.Context, userHandle string, workspaceHandle string, ...) UserWorkspacePipelinesApiDeleteRequest
- func (a *UserWorkspacePipelinesService) DeleteExecute(r UserWorkspacePipelinesApiDeleteRequest) (Pipeline, *_nethttp.Response, error)
- func (a *UserWorkspacePipelinesService) Get(ctx _context.Context, userHandle string, workspaceHandle string, ...) UserWorkspacePipelinesApiGetRequest
- func (a *UserWorkspacePipelinesService) GetExecute(r UserWorkspacePipelinesApiGetRequest) (Pipeline, *_nethttp.Response, error)
- func (a *UserWorkspacePipelinesService) List(ctx _context.Context, userHandle string, workspaceHandle string) UserWorkspacePipelinesApiListRequest
- func (a *UserWorkspacePipelinesService) ListExecute(r UserWorkspacePipelinesApiListRequest) (ListPipelinesResponse, *_nethttp.Response, error)
- func (a *UserWorkspacePipelinesService) Update(ctx _context.Context, userHandle string, workspaceHandle string, ...) UserWorkspacePipelinesApiUpdateRequest
- func (a *UserWorkspacePipelinesService) UpdateExecute(r UserWorkspacePipelinesApiUpdateRequest) (Pipeline, *_nethttp.Response, error)
- type UserWorkspaceProcessesApiGetRequest
- type UserWorkspaceProcessesApiListRequest
- func (r UserWorkspaceProcessesApiListRequest) Execute() (ListProcessesResponse, *_nethttp.Response, error)
- func (r UserWorkspaceProcessesApiListRequest) Limit(limit int32) UserWorkspaceProcessesApiListRequest
- func (r UserWorkspaceProcessesApiListRequest) NextToken(nextToken string) UserWorkspaceProcessesApiListRequest
- func (r UserWorkspaceProcessesApiListRequest) Where(where string) UserWorkspaceProcessesApiListRequest
- type UserWorkspaceProcessesApiLogRequest
- type UserWorkspaceProcessesService
- func (a *UserWorkspaceProcessesService) Get(ctx _context.Context, userHandle string, workspaceHandle string, ...) UserWorkspaceProcessesApiGetRequest
- func (a *UserWorkspaceProcessesService) GetExecute(r UserWorkspaceProcessesApiGetRequest) (SpProcess, *_nethttp.Response, error)
- func (a *UserWorkspaceProcessesService) List(ctx _context.Context, userHandle string, workspaceHandle string) UserWorkspaceProcessesApiListRequest
- func (a *UserWorkspaceProcessesService) ListExecute(r UserWorkspaceProcessesApiListRequest) (ListProcessesResponse, *_nethttp.Response, error)
- func (a *UserWorkspaceProcessesService) Log(ctx _context.Context, userHandle string, workspaceHandle string, ...) UserWorkspaceProcessesApiLogRequest
- func (a *UserWorkspaceProcessesService) LogExecute(r UserWorkspaceProcessesApiLogRequest) (string, *_nethttp.Response, error)
- type UserWorkspaceSnapshotsApiCreateRequest
- type UserWorkspaceSnapshotsApiDeleteRequest
- type UserWorkspaceSnapshotsApiDownloadRequest
- type UserWorkspaceSnapshotsApiGetRequest
- type UserWorkspaceSnapshotsApiListRequest
- func (r UserWorkspaceSnapshotsApiListRequest) Execute() (ListWorkspaceSnapshotsResponse, *_nethttp.Response, error)
- func (r UserWorkspaceSnapshotsApiListRequest) Limit(limit int32) UserWorkspaceSnapshotsApiListRequest
- func (r UserWorkspaceSnapshotsApiListRequest) NextToken(nextToken string) UserWorkspaceSnapshotsApiListRequest
- func (r UserWorkspaceSnapshotsApiListRequest) Where(where string) UserWorkspaceSnapshotsApiListRequest
- type UserWorkspaceSnapshotsApiUpdateRequest
- type UserWorkspaceSnapshotsService
- func (a *UserWorkspaceSnapshotsService) Create(ctx _context.Context, userHandle string, workspaceHandle string) UserWorkspaceSnapshotsApiCreateRequest
- func (a *UserWorkspaceSnapshotsService) CreateExecute(r UserWorkspaceSnapshotsApiCreateRequest) (WorkspaceSnapshot, *_nethttp.Response, error)
- func (a *UserWorkspaceSnapshotsService) Delete(ctx _context.Context, userHandle string, workspaceHandle string, ...) UserWorkspaceSnapshotsApiDeleteRequest
- func (a *UserWorkspaceSnapshotsService) DeleteExecute(r UserWorkspaceSnapshotsApiDeleteRequest) (WorkspaceSnapshot, *_nethttp.Response, error)
- func (a *UserWorkspaceSnapshotsService) Download(ctx _context.Context, userHandle string, workspaceHandle string, ...) UserWorkspaceSnapshotsApiDownloadRequest
- func (a *UserWorkspaceSnapshotsService) DownloadExecute(r UserWorkspaceSnapshotsApiDownloadRequest) (WorkspaceSnapshotData, *_nethttp.Response, error)
- func (a *UserWorkspaceSnapshotsService) Get(ctx _context.Context, userHandle string, workspaceHandle string, ...) UserWorkspaceSnapshotsApiGetRequest
- func (a *UserWorkspaceSnapshotsService) GetExecute(r UserWorkspaceSnapshotsApiGetRequest) (WorkspaceSnapshot, *_nethttp.Response, error)
- func (a *UserWorkspaceSnapshotsService) List(ctx _context.Context, userHandle string, workspaceHandle string) UserWorkspaceSnapshotsApiListRequest
- func (a *UserWorkspaceSnapshotsService) ListExecute(r UserWorkspaceSnapshotsApiListRequest) (ListWorkspaceSnapshotsResponse, *_nethttp.Response, error)
- func (a *UserWorkspaceSnapshotsService) Update(ctx _context.Context, userHandle string, workspaceHandle string, ...) UserWorkspaceSnapshotsApiUpdateRequest
- func (a *UserWorkspaceSnapshotsService) UpdateExecute(r UserWorkspaceSnapshotsApiUpdateRequest) (WorkspaceSnapshot, *_nethttp.Response, error)
- type UserWorkspacesApiCommandRequest
- type UserWorkspacesApiCreateRequest
- type UserWorkspacesApiDeleteRequest
- type UserWorkspacesApiGetQueryRequest
- type UserWorkspacesApiGetQueryWithExtensionsRequest
- func (r UserWorkspacesApiGetQueryWithExtensionsRequest) ContentType(contentType string) UserWorkspacesApiGetQueryWithExtensionsRequest
- func (r UserWorkspacesApiGetQueryWithExtensionsRequest) Execute() (WorkspaceQueryResult, *_nethttp.Response, error)
- func (r UserWorkspacesApiGetQueryWithExtensionsRequest) Sql(sql string) UserWorkspacesApiGetQueryWithExtensionsRequest
- type UserWorkspacesApiGetRequest
- type UserWorkspacesApiGetSchemaRequest
- type UserWorkspacesApiListAuditLogsRequest
- func (r UserWorkspacesApiListAuditLogsRequest) Execute() (ListAuditLogsResponse, *_nethttp.Response, error)
- func (r UserWorkspacesApiListAuditLogsRequest) Limit(limit int32) UserWorkspacesApiListAuditLogsRequest
- func (r UserWorkspacesApiListAuditLogsRequest) NextToken(nextToken string) UserWorkspacesApiListAuditLogsRequest
- type UserWorkspacesApiListDBLogsRequest
- func (r UserWorkspacesApiListDBLogsRequest) Execute() (ListLogsResponse, *_nethttp.Response, error)
- func (r UserWorkspacesApiListDBLogsRequest) Limit(limit int32) UserWorkspacesApiListDBLogsRequest
- func (r UserWorkspacesApiListDBLogsRequest) NextToken(nextToken string) UserWorkspacesApiListDBLogsRequest
- type UserWorkspacesApiListRequest
- type UserWorkspacesApiPostQueryRequest
- func (r UserWorkspacesApiPostQueryRequest) ContentType(contentType string) UserWorkspacesApiPostQueryRequest
- func (r UserWorkspacesApiPostQueryRequest) Execute() (WorkspaceQueryResult, *_nethttp.Response, error)
- func (r UserWorkspacesApiPostQueryRequest) Sql(sql string) UserWorkspacesApiPostQueryRequest
- type UserWorkspacesApiPostQueryWithExtensionsRequest
- func (r UserWorkspacesApiPostQueryWithExtensionsRequest) ContentType(contentType string) UserWorkspacesApiPostQueryWithExtensionsRequest
- func (r UserWorkspacesApiPostQueryWithExtensionsRequest) Execute() (WorkspaceQueryResult, *_nethttp.Response, error)
- func (r UserWorkspacesApiPostQueryWithExtensionsRequest) Sql(sql string) UserWorkspacesApiPostQueryWithExtensionsRequest
- type UserWorkspacesApiUpdateRequest
- type UserWorkspacesService
- func (a *UserWorkspacesService) Command(ctx _context.Context, userHandle string, workspaceHandle string) UserWorkspacesApiCommandRequest
- func (a *UserWorkspacesService) CommandExecute(r UserWorkspacesApiCommandRequest) (WorkspaceCommandResponse, *_nethttp.Response, error)
- func (a *UserWorkspacesService) Create(ctx _context.Context, userHandle string) UserWorkspacesApiCreateRequest
- func (a *UserWorkspacesService) CreateExecute(r UserWorkspacesApiCreateRequest) (Workspace, *_nethttp.Response, error)
- func (a *UserWorkspacesService) Delete(ctx _context.Context, userHandle string, workspaceHandle string) UserWorkspacesApiDeleteRequest
- func (a *UserWorkspacesService) DeleteExecute(r UserWorkspacesApiDeleteRequest) (Workspace, *_nethttp.Response, error)
- func (a *UserWorkspacesService) Get(ctx _context.Context, userHandle string, workspaceHandle string) UserWorkspacesApiGetRequest
- func (a *UserWorkspacesService) GetExecute(r UserWorkspacesApiGetRequest) (Workspace, *_nethttp.Response, error)
- func (a *UserWorkspacesService) GetQuery(ctx _context.Context, userHandle string, workspaceHandle string) UserWorkspacesApiGetQueryRequest
- func (a *UserWorkspacesService) GetQueryExecute(r UserWorkspacesApiGetQueryRequest) (WorkspaceQueryResult, *_nethttp.Response, error)
- func (a *UserWorkspacesService) GetQueryWithExtensions(ctx _context.Context, userHandle string, workspaceHandle string, ...) UserWorkspacesApiGetQueryWithExtensionsRequest
- func (a *UserWorkspacesService) GetQueryWithExtensionsExecute(r UserWorkspacesApiGetQueryWithExtensionsRequest) (WorkspaceQueryResult, *_nethttp.Response, error)
- func (a *UserWorkspacesService) GetSchema(ctx _context.Context, userHandle string, workspaceHandle string) UserWorkspacesApiGetSchemaRequest
- func (a *UserWorkspacesService) GetSchemaExecute(r UserWorkspacesApiGetSchemaRequest) (WorkspaceSchema, *_nethttp.Response, error)
- func (a *UserWorkspacesService) List(ctx _context.Context, userHandle string) UserWorkspacesApiListRequest
- func (a *UserWorkspacesService) ListAuditLogs(ctx _context.Context, userHandle string, workspaceHandle string) UserWorkspacesApiListAuditLogsRequest
- func (a *UserWorkspacesService) ListAuditLogsExecute(r UserWorkspacesApiListAuditLogsRequest) (ListAuditLogsResponse, *_nethttp.Response, error)
- func (a *UserWorkspacesService) ListDBLogs(ctx _context.Context, userHandle string, workspaceHandle string) UserWorkspacesApiListDBLogsRequest
- func (a *UserWorkspacesService) ListDBLogsExecute(r UserWorkspacesApiListDBLogsRequest) (ListLogsResponse, *_nethttp.Response, error)
- func (a *UserWorkspacesService) ListExecute(r UserWorkspacesApiListRequest) (ListWorkspacesResponse, *_nethttp.Response, error)
- func (a *UserWorkspacesService) PostQuery(ctx _context.Context, userHandle string, workspaceHandle string) UserWorkspacesApiPostQueryRequest
- func (a *UserWorkspacesService) PostQueryExecute(r UserWorkspacesApiPostQueryRequest) (WorkspaceQueryResult, *_nethttp.Response, error)
- func (a *UserWorkspacesService) PostQueryWithExtensions(ctx _context.Context, userHandle string, workspaceHandle string, ...) UserWorkspacesApiPostQueryWithExtensionsRequest
- func (a *UserWorkspacesService) PostQueryWithExtensionsExecute(r UserWorkspacesApiPostQueryWithExtensionsRequest) (WorkspaceQueryResult, *_nethttp.Response, error)
- func (a *UserWorkspacesService) Update(ctx _context.Context, userHandle string, workspaceHandle string) UserWorkspacesApiUpdateRequest
- func (a *UserWorkspacesService) UpdateExecute(r UserWorkspacesApiUpdateRequest) (Workspace, *_nethttp.Response, error)
- type UsersApiCreateAvatarRequest
- type UsersApiCreateDBPasswordRequest
- type UsersApiCreateRequest
- type UsersApiDeleteAvatarRequest
- type UsersApiDeleteRequest
- type UsersApiGetDBPasswordRequest
- type UsersApiGetEmailRequest
- type UsersApiGetPreferencesRequest
- type UsersApiGetQuotaRequest
- type UsersApiGetRequest
- type UsersApiListAuditLogsRequest
- type UsersApiListEmailsRequest
- type UsersApiListFeaturesRequest
- type UsersApiListRequest
- type UsersApiUpdatePreferencesRequest
- type UsersApiUpdateRequest
- type UsersService
- func (a *UsersService) Create(ctx _context.Context) UsersApiCreateRequest
- func (a *UsersService) CreateAvatar(ctx _context.Context, userHandle string) UsersApiCreateAvatarRequest
- func (a *UsersService) CreateAvatarExecute(r UsersApiCreateAvatarRequest) (CreateUserAvatarResponse, *_nethttp.Response, error)
- func (a *UsersService) CreateDBPassword(ctx _context.Context, userHandle string) UsersApiCreateDBPasswordRequest
- func (a *UsersService) CreateDBPasswordExecute(r UsersApiCreateDBPasswordRequest) (UserDatabasePassword, *_nethttp.Response, error)
- func (a *UsersService) CreateExecute(r UsersApiCreateRequest) (User, *_nethttp.Response, error)
- func (a *UsersService) Delete(ctx _context.Context, userHandle string) UsersApiDeleteRequest
- func (a *UsersService) DeleteAvatar(ctx _context.Context, userHandle string) UsersApiDeleteAvatarRequest
- func (a *UsersService) DeleteAvatarExecute(r UsersApiDeleteAvatarRequest) (DeleteUserAvatarResponse, *_nethttp.Response, error)
- func (a *UsersService) DeleteExecute(r UsersApiDeleteRequest) (User, *_nethttp.Response, error)
- func (a *UsersService) Get(ctx _context.Context, userHandle string) UsersApiGetRequest
- func (a *UsersService) GetDBPassword(ctx _context.Context, userHandle string) UsersApiGetDBPasswordRequest
- func (a *UsersService) GetDBPasswordExecute(r UsersApiGetDBPasswordRequest) (UserDatabasePassword, *_nethttp.Response, error)
- func (a *UsersService) GetEmail(ctx _context.Context, userHandle string, emailId string) UsersApiGetEmailRequest
- func (a *UsersService) GetEmailExecute(r UsersApiGetEmailRequest) (UserEmail, *_nethttp.Response, error)
- func (a *UsersService) GetExecute(r UsersApiGetRequest) (User, *_nethttp.Response, error)
- func (a *UsersService) GetPreferences(ctx _context.Context, userHandle string) UsersApiGetPreferencesRequest
- func (a *UsersService) GetPreferencesExecute(r UsersApiGetPreferencesRequest) (UserPreferences, *_nethttp.Response, error)
- func (a *UsersService) GetQuota(ctx _context.Context, userHandle string) UsersApiGetQuotaRequest
- func (a *UsersService) GetQuotaExecute(r UsersApiGetQuotaRequest) (UserQuota, *_nethttp.Response, error)
- func (a *UsersService) List(ctx _context.Context) UsersApiListRequest
- func (a *UsersService) ListAuditLogs(ctx _context.Context, userHandle string) UsersApiListAuditLogsRequest
- func (a *UsersService) ListAuditLogsExecute(r UsersApiListAuditLogsRequest) (ListAuditLogsResponse, *_nethttp.Response, error)
- func (a *UsersService) ListEmails(ctx _context.Context, userHandle string) UsersApiListEmailsRequest
- func (a *UsersService) ListEmailsExecute(r UsersApiListEmailsRequest) (ListUserEmailsResponse, *_nethttp.Response, error)
- func (a *UsersService) ListExecute(r UsersApiListRequest) (ListUsersResponse, *_nethttp.Response, error)
- func (a *UsersService) ListFeatures(ctx _context.Context, userHandle string) UsersApiListFeaturesRequest
- func (a *UsersService) ListFeaturesExecute(r UsersApiListFeaturesRequest) (ListFeaturesResponse, *_nethttp.Response, error)
- func (a *UsersService) Update(ctx _context.Context, userHandle string) UsersApiUpdateRequest
- func (a *UsersService) UpdateExecute(r UsersApiUpdateRequest) (User, *_nethttp.Response, error)
- func (a *UsersService) UpdatePreferences(ctx _context.Context, userHandle string) UsersApiUpdatePreferencesRequest
- func (a *UsersService) UpdatePreferencesExecute(r UsersApiUpdatePreferencesRequest) (UserPreferences, *_nethttp.Response, error)
- type Workspace
- func (o *Workspace) GetApiVersion() string
- func (o *Workspace) GetApiVersionOk() (*string, bool)
- func (o *Workspace) GetCliVersion() string
- func (o *Workspace) GetCliVersionOk() (*string, bool)
- func (o *Workspace) GetCreatedAt() string
- func (o *Workspace) GetCreatedAtOk() (*string, bool)
- func (o *Workspace) GetCreatedBy() User
- func (o *Workspace) GetCreatedById() string
- func (o *Workspace) GetCreatedByIdOk() (*string, bool)
- func (o *Workspace) GetCreatedByOk() (*User, bool)
- func (o *Workspace) GetDatabaseName() string
- func (o *Workspace) GetDatabaseNameOk() (*string, bool)
- func (o *Workspace) GetDeletedAt() string
- func (o *Workspace) GetDeletedAtOk() (*string, bool)
- func (o *Workspace) GetDeletedBy() User
- func (o *Workspace) GetDeletedById() string
- func (o *Workspace) GetDeletedByIdOk() (*string, bool)
- func (o *Workspace) GetDeletedByOk() (*User, bool)
- func (o *Workspace) GetDesiredState() string
- func (o *Workspace) GetDesiredStateOk() (*string, bool)
- func (o *Workspace) GetHandle() string
- func (o *Workspace) GetHandleOk() (*string, bool)
- func (o *Workspace) GetHive() string
- func (o *Workspace) GetHiveOk() (*string, bool)
- func (o *Workspace) GetHost() string
- func (o *Workspace) GetHostOk() (*string, bool)
- func (o *Workspace) GetId() string
- func (o *Workspace) GetIdOk() (*string, bool)
- func (o *Workspace) GetIdentityId() string
- func (o *Workspace) GetIdentityIdOk() (*string, bool)
- func (o *Workspace) GetPublicKey() string
- func (o *Workspace) GetPublicKeyOk() (*string, bool)
- func (o *Workspace) GetState() string
- func (o *Workspace) GetStateOk() (*string, bool)
- func (o *Workspace) GetStateReason() string
- func (o *Workspace) GetStateReasonOk() (*string, bool)
- func (o *Workspace) GetUpdatedAt() string
- func (o *Workspace) GetUpdatedAtOk() (*string, bool)
- func (o *Workspace) GetUpdatedBy() User
- func (o *Workspace) GetUpdatedById() string
- func (o *Workspace) GetUpdatedByIdOk() (*string, bool)
- func (o *Workspace) GetUpdatedByOk() (*User, bool)
- func (o *Workspace) GetVersionId() int32
- func (o *Workspace) GetVersionIdOk() (*int32, bool)
- func (o *Workspace) HasApiVersion() bool
- func (o *Workspace) HasCliVersion() bool
- func (o *Workspace) HasCreatedBy() bool
- func (o *Workspace) HasDatabaseName() bool
- func (o *Workspace) HasDeletedAt() bool
- func (o *Workspace) HasDeletedBy() bool
- func (o *Workspace) HasHive() bool
- func (o *Workspace) HasHost() bool
- func (o *Workspace) HasPublicKey() bool
- func (o *Workspace) HasState() bool
- func (o *Workspace) HasStateReason() bool
- func (o *Workspace) HasUpdatedAt() bool
- func (o *Workspace) HasUpdatedBy() bool
- func (o Workspace) MarshalJSON() ([]byte, error)
- func (o *Workspace) SetApiVersion(v string)
- func (o *Workspace) SetCliVersion(v string)
- func (o *Workspace) SetCreatedAt(v string)
- func (o *Workspace) SetCreatedBy(v User)
- func (o *Workspace) SetCreatedById(v string)
- func (o *Workspace) SetDatabaseName(v string)
- func (o *Workspace) SetDeletedAt(v string)
- func (o *Workspace) SetDeletedBy(v User)
- func (o *Workspace) SetDeletedById(v string)
- func (o *Workspace) SetDesiredState(v string)
- func (o *Workspace) SetHandle(v string)
- func (o *Workspace) SetHive(v string)
- func (o *Workspace) SetHost(v string)
- func (o *Workspace) SetId(v string)
- func (o *Workspace) SetIdentityId(v string)
- func (o *Workspace) SetPublicKey(v string)
- func (o *Workspace) SetState(v string)
- func (o *Workspace) SetStateReason(v string)
- func (o *Workspace) SetUpdatedAt(v string)
- func (o *Workspace) SetUpdatedBy(v User)
- func (o *Workspace) SetUpdatedById(v string)
- func (o *Workspace) SetVersionId(v int32)
- type WorkspaceAggregator
- func (o *WorkspaceAggregator) GetConnections() []string
- func (o *WorkspaceAggregator) GetConnectionsOk() (*[]string, bool)
- func (o *WorkspaceAggregator) GetCreatedAt() string
- func (o *WorkspaceAggregator) GetCreatedAtOk() (*string, bool)
- func (o *WorkspaceAggregator) GetCreatedBy() User
- func (o *WorkspaceAggregator) GetCreatedById() string
- func (o *WorkspaceAggregator) GetCreatedByIdOk() (*string, bool)
- func (o *WorkspaceAggregator) GetCreatedByOk() (*User, bool)
- func (o *WorkspaceAggregator) GetDeletedAt() string
- func (o *WorkspaceAggregator) GetDeletedAtOk() (*string, bool)
- func (o *WorkspaceAggregator) GetDeletedBy() User
- func (o *WorkspaceAggregator) GetDeletedById() string
- func (o *WorkspaceAggregator) GetDeletedByIdOk() (*string, bool)
- func (o *WorkspaceAggregator) GetDeletedByOk() (*User, bool)
- func (o *WorkspaceAggregator) GetHandle() string
- func (o *WorkspaceAggregator) GetHandleOk() (*string, bool)
- func (o *WorkspaceAggregator) GetId() string
- func (o *WorkspaceAggregator) GetIdOk() (*string, bool)
- func (o *WorkspaceAggregator) GetIdentityId() string
- func (o *WorkspaceAggregator) GetIdentityIdOk() (*string, bool)
- func (o *WorkspaceAggregator) GetPlugin() string
- func (o *WorkspaceAggregator) GetPluginOk() (*string, bool)
- func (o *WorkspaceAggregator) GetType() string
- func (o *WorkspaceAggregator) GetTypeOk() (*string, bool)
- func (o *WorkspaceAggregator) GetUpdatedAt() string
- func (o *WorkspaceAggregator) GetUpdatedAtOk() (*string, bool)
- func (o *WorkspaceAggregator) GetUpdatedBy() User
- func (o *WorkspaceAggregator) GetUpdatedById() string
- func (o *WorkspaceAggregator) GetUpdatedByIdOk() (*string, bool)
- func (o *WorkspaceAggregator) GetUpdatedByOk() (*User, bool)
- func (o *WorkspaceAggregator) GetVersionId() int32
- func (o *WorkspaceAggregator) GetVersionIdOk() (*int32, bool)
- func (o *WorkspaceAggregator) GetWorkspaceId() string
- func (o *WorkspaceAggregator) GetWorkspaceIdOk() (*string, bool)
- func (o *WorkspaceAggregator) HasCreatedBy() bool
- func (o *WorkspaceAggregator) HasDeletedAt() bool
- func (o *WorkspaceAggregator) HasDeletedBy() bool
- func (o *WorkspaceAggregator) HasType() bool
- func (o *WorkspaceAggregator) HasUpdatedAt() bool
- func (o *WorkspaceAggregator) HasUpdatedBy() bool
- func (o WorkspaceAggregator) MarshalJSON() ([]byte, error)
- func (o *WorkspaceAggregator) SetConnections(v []string)
- func (o *WorkspaceAggregator) SetCreatedAt(v string)
- func (o *WorkspaceAggregator) SetCreatedBy(v User)
- func (o *WorkspaceAggregator) SetCreatedById(v string)
- func (o *WorkspaceAggregator) SetDeletedAt(v string)
- func (o *WorkspaceAggregator) SetDeletedBy(v User)
- func (o *WorkspaceAggregator) SetDeletedById(v string)
- func (o *WorkspaceAggregator) SetHandle(v string)
- func (o *WorkspaceAggregator) SetId(v string)
- func (o *WorkspaceAggregator) SetIdentityId(v string)
- func (o *WorkspaceAggregator) SetPlugin(v string)
- func (o *WorkspaceAggregator) SetType(v string)
- func (o *WorkspaceAggregator) SetUpdatedAt(v string)
- func (o *WorkspaceAggregator) SetUpdatedBy(v User)
- func (o *WorkspaceAggregator) SetUpdatedById(v string)
- func (o *WorkspaceAggregator) SetVersionId(v int32)
- func (o *WorkspaceAggregator) SetWorkspaceId(v string)
- type WorkspaceCommandRequest
- type WorkspaceCommandResponse
- func (o *WorkspaceCommandResponse) GetCommand() string
- func (o *WorkspaceCommandResponse) GetCommandOk() (*string, bool)
- func (o *WorkspaceCommandResponse) GetProcessId() string
- func (o *WorkspaceCommandResponse) GetProcessIdOk() (*string, bool)
- func (o WorkspaceCommandResponse) MarshalJSON() ([]byte, error)
- func (o *WorkspaceCommandResponse) SetCommand(v string)
- func (o *WorkspaceCommandResponse) SetProcessId(v string)
- type WorkspaceConn
- func (o *WorkspaceConn) GetConnection() Connection
- func (o *WorkspaceConn) GetConnectionId() string
- func (o *WorkspaceConn) GetConnectionIdOk() (*string, bool)
- func (o *WorkspaceConn) GetConnectionOk() (*Connection, bool)
- func (o *WorkspaceConn) GetCreatedAt() string
- func (o *WorkspaceConn) GetCreatedAtOk() (*string, bool)
- func (o *WorkspaceConn) GetCreatedBy() User
- func (o *WorkspaceConn) GetCreatedById() string
- func (o *WorkspaceConn) GetCreatedByIdOk() (*string, bool)
- func (o *WorkspaceConn) GetCreatedByOk() (*User, bool)
- func (o *WorkspaceConn) GetId() string
- func (o *WorkspaceConn) GetIdOk() (*string, bool)
- func (o *WorkspaceConn) GetIdentityId() string
- func (o *WorkspaceConn) GetIdentityIdOk() (*string, bool)
- func (o *WorkspaceConn) GetUpdatedAt() string
- func (o *WorkspaceConn) GetUpdatedAtOk() (*string, bool)
- func (o *WorkspaceConn) GetUpdatedBy() User
- func (o *WorkspaceConn) GetUpdatedById() string
- func (o *WorkspaceConn) GetUpdatedByIdOk() (*string, bool)
- func (o *WorkspaceConn) GetUpdatedByOk() (*User, bool)
- func (o *WorkspaceConn) GetVersionId() int32
- func (o *WorkspaceConn) GetVersionIdOk() (*int32, bool)
- func (o *WorkspaceConn) GetWorkspaceId() string
- func (o *WorkspaceConn) GetWorkspaceIdOk() (*string, bool)
- func (o *WorkspaceConn) HasConnection() bool
- func (o *WorkspaceConn) HasCreatedBy() bool
- func (o *WorkspaceConn) HasUpdatedAt() bool
- func (o *WorkspaceConn) HasUpdatedBy() bool
- func (o WorkspaceConn) MarshalJSON() ([]byte, error)
- func (o *WorkspaceConn) SetConnection(v Connection)
- func (o *WorkspaceConn) SetConnectionId(v string)
- func (o *WorkspaceConn) SetCreatedAt(v string)
- func (o *WorkspaceConn) SetCreatedBy(v User)
- func (o *WorkspaceConn) SetCreatedById(v string)
- func (o *WorkspaceConn) SetId(v string)
- func (o *WorkspaceConn) SetIdentityId(v string)
- func (o *WorkspaceConn) SetUpdatedAt(v string)
- func (o *WorkspaceConn) SetUpdatedBy(v User)
- func (o *WorkspaceConn) SetUpdatedById(v string)
- func (o *WorkspaceConn) SetVersionId(v int32)
- func (o *WorkspaceConn) SetWorkspaceId(v string)
- type WorkspaceConnection
- func (o *WorkspaceConnection) GetAssociation() WorkspaceConnectionAssociation
- func (o *WorkspaceConnection) GetAssociationOk() (*WorkspaceConnectionAssociation, bool)
- func (o *WorkspaceConnection) GetConfig() map[string]interface{}
- func (o *WorkspaceConnection) GetConfigOk() (*map[string]interface{}, bool)
- func (o *WorkspaceConnection) GetConnectionLevel() string
- func (o *WorkspaceConnection) GetConnectionLevelOk() (*string, bool)
- func (o *WorkspaceConnection) GetCreatedAt() string
- func (o *WorkspaceConnection) GetCreatedAtOk() (*string, bool)
- func (o *WorkspaceConnection) GetCreatedBy() User
- func (o *WorkspaceConnection) GetCreatedById() string
- func (o *WorkspaceConnection) GetCreatedByIdOk() (*string, bool)
- func (o *WorkspaceConnection) GetCreatedByOk() (*User, bool)
- func (o *WorkspaceConnection) GetDeletedAt() string
- func (o *WorkspaceConnection) GetDeletedAtOk() (*string, bool)
- func (o *WorkspaceConnection) GetDeletedBy() User
- func (o *WorkspaceConnection) GetDeletedById() string
- func (o *WorkspaceConnection) GetDeletedByIdOk() (*string, bool)
- func (o *WorkspaceConnection) GetDeletedByOk() (*User, bool)
- func (o *WorkspaceConnection) GetHandle() string
- func (o *WorkspaceConnection) GetHandleOk() (*string, bool)
- func (o *WorkspaceConnection) GetId() string
- func (o *WorkspaceConnection) GetIdOk() (*string, bool)
- func (o *WorkspaceConnection) GetIdentityId() string
- func (o *WorkspaceConnection) GetIdentityIdOk() (*string, bool)
- func (o *WorkspaceConnection) GetPlugin() string
- func (o *WorkspaceConnection) GetPluginOk() (*string, bool)
- func (o *WorkspaceConnection) GetPluginVersion() string
- func (o *WorkspaceConnection) GetPluginVersionOk() (*string, bool)
- func (o *WorkspaceConnection) GetType() string
- func (o *WorkspaceConnection) GetTypeOk() (*string, bool)
- func (o *WorkspaceConnection) GetUpdatedAt() string
- func (o *WorkspaceConnection) GetUpdatedAtOk() (*string, bool)
- func (o *WorkspaceConnection) GetUpdatedBy() User
- func (o *WorkspaceConnection) GetUpdatedById() string
- func (o *WorkspaceConnection) GetUpdatedByIdOk() (*string, bool)
- func (o *WorkspaceConnection) GetUpdatedByOk() (*User, bool)
- func (o *WorkspaceConnection) GetVersionId() int32
- func (o *WorkspaceConnection) GetVersionIdOk() (*int32, bool)
- func (o *WorkspaceConnection) GetWorkspaceId() string
- func (o *WorkspaceConnection) GetWorkspaceIdOk() (*string, bool)
- func (o *WorkspaceConnection) HasAssociation() bool
- func (o *WorkspaceConnection) HasConfig() bool
- func (o *WorkspaceConnection) HasCreatedBy() bool
- func (o *WorkspaceConnection) HasDeletedAt() bool
- func (o *WorkspaceConnection) HasDeletedBy() bool
- func (o *WorkspaceConnection) HasPlugin() bool
- func (o *WorkspaceConnection) HasPluginVersion() bool
- func (o *WorkspaceConnection) HasType() bool
- func (o *WorkspaceConnection) HasUpdatedAt() bool
- func (o *WorkspaceConnection) HasUpdatedBy() bool
- func (o WorkspaceConnection) MarshalJSON() ([]byte, error)
- func (o *WorkspaceConnection) SetAssociation(v WorkspaceConnectionAssociation)
- func (o *WorkspaceConnection) SetConfig(v map[string]interface{})
- func (o *WorkspaceConnection) SetConnectionLevel(v string)
- func (o *WorkspaceConnection) SetCreatedAt(v string)
- func (o *WorkspaceConnection) SetCreatedBy(v User)
- func (o *WorkspaceConnection) SetCreatedById(v string)
- func (o *WorkspaceConnection) SetDeletedAt(v string)
- func (o *WorkspaceConnection) SetDeletedBy(v User)
- func (o *WorkspaceConnection) SetDeletedById(v string)
- func (o *WorkspaceConnection) SetHandle(v string)
- func (o *WorkspaceConnection) SetId(v string)
- func (o *WorkspaceConnection) SetIdentityId(v string)
- func (o *WorkspaceConnection) SetPlugin(v string)
- func (o *WorkspaceConnection) SetPluginVersion(v string)
- func (o *WorkspaceConnection) SetType(v string)
- func (o *WorkspaceConnection) SetUpdatedAt(v string)
- func (o *WorkspaceConnection) SetUpdatedBy(v User)
- func (o *WorkspaceConnection) SetUpdatedById(v string)
- func (o *WorkspaceConnection) SetVersionId(v int32)
- func (o *WorkspaceConnection) SetWorkspaceId(v string)
- type WorkspaceConnectionAssociation
- func (o *WorkspaceConnectionAssociation) GetConnection() Connection
- func (o *WorkspaceConnectionAssociation) GetConnectionId() string
- func (o *WorkspaceConnectionAssociation) GetConnectionIdOk() (*string, bool)
- func (o *WorkspaceConnectionAssociation) GetConnectionOk() (*Connection, bool)
- func (o *WorkspaceConnectionAssociation) GetCreatedAt() string
- func (o *WorkspaceConnectionAssociation) GetCreatedAtOk() (*string, bool)
- func (o *WorkspaceConnectionAssociation) GetCreatedBy() User
- func (o *WorkspaceConnectionAssociation) GetCreatedById() string
- func (o *WorkspaceConnectionAssociation) GetCreatedByIdOk() (*string, bool)
- func (o *WorkspaceConnectionAssociation) GetCreatedByOk() (*User, bool)
- func (o *WorkspaceConnectionAssociation) GetId() string
- func (o *WorkspaceConnectionAssociation) GetIdOk() (*string, bool)
- func (o *WorkspaceConnectionAssociation) GetIdentityId() string
- func (o *WorkspaceConnectionAssociation) GetIdentityIdOk() (*string, bool)
- func (o *WorkspaceConnectionAssociation) GetUpdatedAt() string
- func (o *WorkspaceConnectionAssociation) GetUpdatedAtOk() (*string, bool)
- func (o *WorkspaceConnectionAssociation) GetUpdatedBy() User
- func (o *WorkspaceConnectionAssociation) GetUpdatedById() string
- func (o *WorkspaceConnectionAssociation) GetUpdatedByIdOk() (*string, bool)
- func (o *WorkspaceConnectionAssociation) GetUpdatedByOk() (*User, bool)
- func (o *WorkspaceConnectionAssociation) GetVersionId() int32
- func (o *WorkspaceConnectionAssociation) GetVersionIdOk() (*int32, bool)
- func (o *WorkspaceConnectionAssociation) GetWorkspaceId() string
- func (o *WorkspaceConnectionAssociation) GetWorkspaceIdOk() (*string, bool)
- func (o *WorkspaceConnectionAssociation) HasConnection() bool
- func (o *WorkspaceConnectionAssociation) HasCreatedBy() bool
- func (o *WorkspaceConnectionAssociation) HasUpdatedAt() bool
- func (o *WorkspaceConnectionAssociation) HasUpdatedBy() bool
- func (o WorkspaceConnectionAssociation) MarshalJSON() ([]byte, error)
- func (o *WorkspaceConnectionAssociation) SetConnection(v Connection)
- func (o *WorkspaceConnectionAssociation) SetConnectionId(v string)
- func (o *WorkspaceConnectionAssociation) SetCreatedAt(v string)
- func (o *WorkspaceConnectionAssociation) SetCreatedBy(v User)
- func (o *WorkspaceConnectionAssociation) SetCreatedById(v string)
- func (o *WorkspaceConnectionAssociation) SetId(v string)
- func (o *WorkspaceConnectionAssociation) SetIdentityId(v string)
- func (o *WorkspaceConnectionAssociation) SetUpdatedAt(v string)
- func (o *WorkspaceConnectionAssociation) SetUpdatedBy(v User)
- func (o *WorkspaceConnectionAssociation) SetUpdatedById(v string)
- func (o *WorkspaceConnectionAssociation) SetVersionId(v int32)
- func (o *WorkspaceConnectionAssociation) SetWorkspaceId(v string)
- type WorkspaceMod
- func (o *WorkspaceMod) GetAlias() string
- func (o *WorkspaceMod) GetAliasOk() (*string, bool)
- func (o *WorkspaceMod) GetConstraint() string
- func (o *WorkspaceMod) GetConstraintOk() (*string, bool)
- func (o *WorkspaceMod) GetCreatedAt() string
- func (o *WorkspaceMod) GetCreatedAtOk() (*string, bool)
- func (o *WorkspaceMod) GetCreatedBy() User
- func (o *WorkspaceMod) GetCreatedById() string
- func (o *WorkspaceMod) GetCreatedByIdOk() (*string, bool)
- func (o *WorkspaceMod) GetCreatedByOk() (*User, bool)
- func (o *WorkspaceMod) GetDetails() string
- func (o *WorkspaceMod) GetDetailsOk() (*string, bool)
- func (o *WorkspaceMod) GetId() string
- func (o *WorkspaceMod) GetIdOk() (*string, bool)
- func (o *WorkspaceMod) GetIdentityId() string
- func (o *WorkspaceMod) GetIdentityIdOk() (*string, bool)
- func (o *WorkspaceMod) GetInstalledVersion() string
- func (o *WorkspaceMod) GetInstalledVersionOk() (*string, bool)
- func (o *WorkspaceMod) GetPath() string
- func (o *WorkspaceMod) GetPathOk() (*string, bool)
- func (o *WorkspaceMod) GetState() string
- func (o *WorkspaceMod) GetStateOk() (*string, bool)
- func (o *WorkspaceMod) GetUpdatedAt() string
- func (o *WorkspaceMod) GetUpdatedAtOk() (*string, bool)
- func (o *WorkspaceMod) GetUpdatedBy() User
- func (o *WorkspaceMod) GetUpdatedById() string
- func (o *WorkspaceMod) GetUpdatedByIdOk() (*string, bool)
- func (o *WorkspaceMod) GetUpdatedByOk() (*User, bool)
- func (o *WorkspaceMod) GetVersionId() int32
- func (o *WorkspaceMod) GetVersionIdOk() (*int32, bool)
- func (o *WorkspaceMod) GetWorkspaceId() string
- func (o *WorkspaceMod) GetWorkspaceIdOk() (*string, bool)
- func (o *WorkspaceMod) HasAlias() bool
- func (o *WorkspaceMod) HasConstraint() bool
- func (o *WorkspaceMod) HasCreatedBy() bool
- func (o *WorkspaceMod) HasDetails() bool
- func (o *WorkspaceMod) HasInstalledVersion() bool
- func (o *WorkspaceMod) HasPath() bool
- func (o *WorkspaceMod) HasState() bool
- func (o *WorkspaceMod) HasUpdatedAt() bool
- func (o *WorkspaceMod) HasUpdatedBy() bool
- func (o WorkspaceMod) MarshalJSON() ([]byte, error)
- func (o *WorkspaceMod) SetAlias(v string)
- func (o *WorkspaceMod) SetConstraint(v string)
- func (o *WorkspaceMod) SetCreatedAt(v string)
- func (o *WorkspaceMod) SetCreatedBy(v User)
- func (o *WorkspaceMod) SetCreatedById(v string)
- func (o *WorkspaceMod) SetDetails(v string)
- func (o *WorkspaceMod) SetId(v string)
- func (o *WorkspaceMod) SetIdentityId(v string)
- func (o *WorkspaceMod) SetInstalledVersion(v string)
- func (o *WorkspaceMod) SetPath(v string)
- func (o *WorkspaceMod) SetState(v string)
- func (o *WorkspaceMod) SetUpdatedAt(v string)
- func (o *WorkspaceMod) SetUpdatedBy(v User)
- func (o *WorkspaceMod) SetUpdatedById(v string)
- func (o *WorkspaceMod) SetVersionId(v int32)
- func (o *WorkspaceMod) SetWorkspaceId(v string)
- type WorkspaceModVariable
- func (o *WorkspaceModVariable) GetCreatedAt() string
- func (o *WorkspaceModVariable) GetCreatedAtOk() (*string, bool)
- func (o *WorkspaceModVariable) GetCreatedBy() User
- func (o *WorkspaceModVariable) GetCreatedById() string
- func (o *WorkspaceModVariable) GetCreatedByIdOk() (*string, bool)
- func (o *WorkspaceModVariable) GetCreatedByOk() (*User, bool)
- func (o *WorkspaceModVariable) GetDescription() string
- func (o *WorkspaceModVariable) GetDescriptionOk() (*string, bool)
- func (o *WorkspaceModVariable) GetId() string
- func (o *WorkspaceModVariable) GetIdOk() (*string, bool)
- func (o *WorkspaceModVariable) GetModAlias() string
- func (o *WorkspaceModVariable) GetModAliasOk() (*string, bool)
- func (o *WorkspaceModVariable) GetName() string
- func (o *WorkspaceModVariable) GetNameOk() (*string, bool)
- func (o *WorkspaceModVariable) GetType() string
- func (o *WorkspaceModVariable) GetTypeOk() (*string, bool)
- func (o *WorkspaceModVariable) GetUpdatedAt() string
- func (o *WorkspaceModVariable) GetUpdatedAtOk() (*string, bool)
- func (o *WorkspaceModVariable) GetUpdatedBy() User
- func (o *WorkspaceModVariable) GetUpdatedById() string
- func (o *WorkspaceModVariable) GetUpdatedByIdOk() (*string, bool)
- func (o *WorkspaceModVariable) GetUpdatedByOk() (*User, bool)
- func (o *WorkspaceModVariable) GetValue() interface{}
- func (o *WorkspaceModVariable) GetValueDefault() interface{}
- func (o *WorkspaceModVariable) GetValueDefaultOk() (*interface{}, bool)
- func (o *WorkspaceModVariable) GetValueOk() (*interface{}, bool)
- func (o *WorkspaceModVariable) GetValueSetting() interface{}
- func (o *WorkspaceModVariable) GetValueSettingOk() (*interface{}, bool)
- func (o *WorkspaceModVariable) GetVersionId() int32
- func (o *WorkspaceModVariable) GetVersionIdOk() (*int32, bool)
- func (o *WorkspaceModVariable) HasCreatedBy() bool
- func (o *WorkspaceModVariable) HasDescription() bool
- func (o *WorkspaceModVariable) HasModAlias() bool
- func (o *WorkspaceModVariable) HasName() bool
- func (o *WorkspaceModVariable) HasType() bool
- func (o *WorkspaceModVariable) HasUpdatedAt() bool
- func (o *WorkspaceModVariable) HasUpdatedBy() bool
- func (o *WorkspaceModVariable) HasValue() bool
- func (o *WorkspaceModVariable) HasValueDefault() bool
- func (o *WorkspaceModVariable) HasValueSetting() bool
- func (o WorkspaceModVariable) MarshalJSON() ([]byte, error)
- func (o *WorkspaceModVariable) SetCreatedAt(v string)
- func (o *WorkspaceModVariable) SetCreatedBy(v User)
- func (o *WorkspaceModVariable) SetCreatedById(v string)
- func (o *WorkspaceModVariable) SetDescription(v string)
- func (o *WorkspaceModVariable) SetId(v string)
- func (o *WorkspaceModVariable) SetModAlias(v string)
- func (o *WorkspaceModVariable) SetName(v string)
- func (o *WorkspaceModVariable) SetType(v string)
- func (o *WorkspaceModVariable) SetUpdatedAt(v string)
- func (o *WorkspaceModVariable) SetUpdatedBy(v User)
- func (o *WorkspaceModVariable) SetUpdatedById(v string)
- func (o *WorkspaceModVariable) SetValue(v interface{})
- func (o *WorkspaceModVariable) SetValueDefault(v interface{})
- func (o *WorkspaceModVariable) SetValueSetting(v interface{})
- func (o *WorkspaceModVariable) SetVersionId(v int32)
- type WorkspaceQueryResult
- func (o *WorkspaceQueryResult) GetColumns() []WorkspaceQueryResultColumn
- func (o *WorkspaceQueryResult) GetColumnsOk() (*[]WorkspaceQueryResultColumn, bool)
- func (o *WorkspaceQueryResult) GetRows() []map[string]interface{}
- func (o *WorkspaceQueryResult) GetRowsOk() (*[]map[string]interface{}, bool)
- func (o WorkspaceQueryResult) MarshalJSON() ([]byte, error)
- func (o *WorkspaceQueryResult) SetColumns(v []WorkspaceQueryResultColumn)
- func (o *WorkspaceQueryResult) SetRows(v []map[string]interface{})
- type WorkspaceQueryResultColumn
- func (o *WorkspaceQueryResultColumn) GetDataType() string
- func (o *WorkspaceQueryResultColumn) GetDataTypeOk() (*string, bool)
- func (o *WorkspaceQueryResultColumn) GetMaxDataLength() int32
- func (o *WorkspaceQueryResultColumn) GetMaxDataLengthOk() (*int32, bool)
- func (o *WorkspaceQueryResultColumn) GetName() string
- func (o *WorkspaceQueryResultColumn) GetNameOk() (*string, bool)
- func (o *WorkspaceQueryResultColumn) HasMaxDataLength() bool
- func (o WorkspaceQueryResultColumn) MarshalJSON() ([]byte, error)
- func (o *WorkspaceQueryResultColumn) SetDataType(v string)
- func (o *WorkspaceQueryResultColumn) SetMaxDataLength(v int32)
- func (o *WorkspaceQueryResultColumn) SetName(v string)
- type WorkspaceSchema
- func (o *WorkspaceSchema) GetDuration() int32
- func (o *WorkspaceSchema) GetDurationOk() (*int32, bool)
- func (o *WorkspaceSchema) GetSchemas() []SchemaInfo
- func (o *WorkspaceSchema) GetSchemasOk() (*[]SchemaInfo, bool)
- func (o WorkspaceSchema) MarshalJSON() ([]byte, error)
- func (o *WorkspaceSchema) SetDuration(v int32)
- func (o *WorkspaceSchema) SetSchemas(v []SchemaInfo)
- type WorkspaceSnapshot
- func (o *WorkspaceSnapshot) GetCreatedAt() string
- func (o *WorkspaceSnapshot) GetCreatedAtOk() (*string, bool)
- func (o *WorkspaceSnapshot) GetCreatedBy() User
- func (o *WorkspaceSnapshot) GetCreatedById() string
- func (o *WorkspaceSnapshot) GetCreatedByIdOk() (*string, bool)
- func (o *WorkspaceSnapshot) GetCreatedByOk() (*User, bool)
- func (o *WorkspaceSnapshot) GetDashboardName() string
- func (o *WorkspaceSnapshot) GetDashboardNameOk() (*string, bool)
- func (o *WorkspaceSnapshot) GetDashboardTitle() string
- func (o *WorkspaceSnapshot) GetDashboardTitleOk() (*string, bool)
- func (o *WorkspaceSnapshot) GetExpiresAt() string
- func (o *WorkspaceSnapshot) GetExpiresAtOk() (*string, bool)
- func (o *WorkspaceSnapshot) GetId() string
- func (o *WorkspaceSnapshot) GetIdOk() (*string, bool)
- func (o *WorkspaceSnapshot) GetIdentityId() string
- func (o *WorkspaceSnapshot) GetIdentityIdOk() (*string, bool)
- func (o *WorkspaceSnapshot) GetInputs() interface{}
- func (o *WorkspaceSnapshot) GetInputsOk() (*interface{}, bool)
- func (o *WorkspaceSnapshot) GetSchemaVersion() string
- func (o *WorkspaceSnapshot) GetSchemaVersionOk() (*string, bool)
- func (o *WorkspaceSnapshot) GetState() string
- func (o *WorkspaceSnapshot) GetStateOk() (*string, bool)
- func (o *WorkspaceSnapshot) GetTags() interface{}
- func (o *WorkspaceSnapshot) GetTagsOk() (*interface{}, bool)
- func (o *WorkspaceSnapshot) GetTitle() string
- func (o *WorkspaceSnapshot) GetTitleOk() (*string, bool)
- func (o *WorkspaceSnapshot) GetUpdatedAt() string
- func (o *WorkspaceSnapshot) GetUpdatedAtOk() (*string, bool)
- func (o *WorkspaceSnapshot) GetUpdatedBy() User
- func (o *WorkspaceSnapshot) GetUpdatedById() string
- func (o *WorkspaceSnapshot) GetUpdatedByIdOk() (*string, bool)
- func (o *WorkspaceSnapshot) GetUpdatedByOk() (*User, bool)
- func (o *WorkspaceSnapshot) GetVersionId() int32
- func (o *WorkspaceSnapshot) GetVersionIdOk() (*int32, bool)
- func (o *WorkspaceSnapshot) GetVisibility() string
- func (o *WorkspaceSnapshot) GetVisibilityOk() (*string, bool)
- func (o *WorkspaceSnapshot) GetWorkspaceId() string
- func (o *WorkspaceSnapshot) GetWorkspaceIdOk() (*string, bool)
- func (o *WorkspaceSnapshot) HasCreatedBy() bool
- func (o *WorkspaceSnapshot) HasExpiresAt() bool
- func (o *WorkspaceSnapshot) HasInputs() bool
- func (o *WorkspaceSnapshot) HasState() bool
- func (o *WorkspaceSnapshot) HasTags() bool
- func (o *WorkspaceSnapshot) HasTitle() bool
- func (o *WorkspaceSnapshot) HasUpdatedAt() bool
- func (o *WorkspaceSnapshot) HasUpdatedBy() bool
- func (o *WorkspaceSnapshot) HasVisibility() bool
- func (o WorkspaceSnapshot) MarshalJSON() ([]byte, error)
- func (o *WorkspaceSnapshot) SetCreatedAt(v string)
- func (o *WorkspaceSnapshot) SetCreatedBy(v User)
- func (o *WorkspaceSnapshot) SetCreatedById(v string)
- func (o *WorkspaceSnapshot) SetDashboardName(v string)
- func (o *WorkspaceSnapshot) SetDashboardTitle(v string)
- func (o *WorkspaceSnapshot) SetExpiresAt(v string)
- func (o *WorkspaceSnapshot) SetId(v string)
- func (o *WorkspaceSnapshot) SetIdentityId(v string)
- func (o *WorkspaceSnapshot) SetInputs(v interface{})
- func (o *WorkspaceSnapshot) SetSchemaVersion(v string)
- func (o *WorkspaceSnapshot) SetState(v string)
- func (o *WorkspaceSnapshot) SetTags(v interface{})
- func (o *WorkspaceSnapshot) SetTitle(v string)
- func (o *WorkspaceSnapshot) SetUpdatedAt(v string)
- func (o *WorkspaceSnapshot) SetUpdatedBy(v User)
- func (o *WorkspaceSnapshot) SetUpdatedById(v string)
- func (o *WorkspaceSnapshot) SetVersionId(v int32)
- func (o *WorkspaceSnapshot) SetVisibility(v string)
- func (o *WorkspaceSnapshot) SetWorkspaceId(v string)
- type WorkspaceSnapshotData
- func (o *WorkspaceSnapshotData) GetEndTime() string
- func (o *WorkspaceSnapshotData) GetEndTimeOk() (*string, bool)
- func (o *WorkspaceSnapshotData) GetInputs() map[string]interface{}
- func (o *WorkspaceSnapshotData) GetInputsOk() (*map[string]interface{}, bool)
- func (o *WorkspaceSnapshotData) GetLayout() WorkspaceSnapshotDataLayout
- func (o *WorkspaceSnapshotData) GetLayoutOk() (*WorkspaceSnapshotDataLayout, bool)
- func (o *WorkspaceSnapshotData) GetPanels() map[string]interface{}
- func (o *WorkspaceSnapshotData) GetPanelsOk() (*map[string]interface{}, bool)
- func (o *WorkspaceSnapshotData) GetSchemaVersion() string
- func (o *WorkspaceSnapshotData) GetSchemaVersionOk() (*string, bool)
- func (o *WorkspaceSnapshotData) GetStartTime() string
- func (o *WorkspaceSnapshotData) GetStartTimeOk() (*string, bool)
- func (o *WorkspaceSnapshotData) GetVariables() map[string]interface{}
- func (o *WorkspaceSnapshotData) GetVariablesOk() (*map[string]interface{}, bool)
- func (o *WorkspaceSnapshotData) HasInputs() bool
- func (o *WorkspaceSnapshotData) HasVariables() bool
- func (o WorkspaceSnapshotData) MarshalJSON() ([]byte, error)
- func (o *WorkspaceSnapshotData) SetEndTime(v string)
- func (o *WorkspaceSnapshotData) SetInputs(v map[string]interface{})
- func (o *WorkspaceSnapshotData) SetLayout(v WorkspaceSnapshotDataLayout)
- func (o *WorkspaceSnapshotData) SetPanels(v map[string]interface{})
- func (o *WorkspaceSnapshotData) SetSchemaVersion(v string)
- func (o *WorkspaceSnapshotData) SetStartTime(v string)
- func (o *WorkspaceSnapshotData) SetVariables(v map[string]interface{})
- type WorkspaceSnapshotDataLayout
- func (o *WorkspaceSnapshotDataLayout) GetChildren() []WorkspaceSnapshotDataLayout
- func (o *WorkspaceSnapshotDataLayout) GetChildrenOk() (*[]WorkspaceSnapshotDataLayout, bool)
- func (o *WorkspaceSnapshotDataLayout) GetName() string
- func (o *WorkspaceSnapshotDataLayout) GetNameOk() (*string, bool)
- func (o *WorkspaceSnapshotDataLayout) GetPanelType() string
- func (o *WorkspaceSnapshotDataLayout) GetPanelTypeOk() (*string, bool)
- func (o *WorkspaceSnapshotDataLayout) HasChildren() bool
- func (o WorkspaceSnapshotDataLayout) MarshalJSON() ([]byte, error)
- func (o *WorkspaceSnapshotDataLayout) SetChildren(v []WorkspaceSnapshotDataLayout)
- func (o *WorkspaceSnapshotDataLayout) SetName(v string)
- func (o *WorkspaceSnapshotDataLayout) SetPanelType(v string)
Constants ¶
This section is empty.
Variables ¶
var ( // ContextOAuth2 takes an oauth2.TokenSource as authentication for the request. ContextOAuth2 = contextKey("token") // ContextBasicAuth takes BasicAuth as authentication for the request. ContextBasicAuth = contextKey("basic") // ContextAccessToken takes a string oauth2 access token as authentication for the request. ContextAccessToken = contextKey("accesstoken") // ContextAPIKeys takes a string apikey as authentication for the request ContextAPIKeys = contextKey("apiKeys") // ContextHttpSignatureAuth takes HttpSignatureAuth as authentication for the request. ContextHttpSignatureAuth = contextKey("httpsignature") // 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") )
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 { Actors *ActorsService Auth *AuthService Identities *IdentitiesService OrgConnections *OrgConnectionsService OrgMembers *OrgMembersService OrgProcesses *OrgProcessesService OrgWorkspaceAggregators *OrgWorkspaceAggregatorsService OrgWorkspaceConnectionAssociations *OrgWorkspaceConnectionAssociationsService OrgWorkspaceMembers *OrgWorkspaceMembersService OrgWorkspaceModVariables *OrgWorkspaceModVariablesService OrgWorkspaceMods *OrgWorkspaceModsService OrgWorkspacePipelines *OrgWorkspacePipelinesService OrgWorkspaceProcesses *OrgWorkspaceProcessesService OrgWorkspaceSnapshots *OrgWorkspaceSnapshotsService OrgWorkspaces *OrgWorkspacesService Orgs *OrgsService UserConnections *UserConnectionsService UserProcesses *UserProcessesService UserTokens *UserTokensService UserWorkspaceAggregators *UserWorkspaceAggregatorsService UserWorkspaceConnectionAssociations *UserWorkspaceConnectionAssociationsService UserWorkspaceModVariables *UserWorkspaceModVariablesService UserWorkspaceMods *UserWorkspaceModsService UserWorkspacePipelines *UserWorkspacePipelinesService UserWorkspaceProcesses *UserWorkspaceProcessesService UserWorkspaceSnapshots *UserWorkspaceSnapshotsService UserWorkspaces *UserWorkspacesService Users *UsersService // contains filtered or unexported fields }
APIClient manages communication with the Steampipe Cloud API v{{OPEN_API_VERSION}} 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 ActorOrg ¶ added in v0.1.1
type ActorOrg struct { Org Org `json:"org"` // The role of the actor in the org. Role string `json:"role"` // Any workspaces the actor has explicit permission to within the org. Any org owner will have implicit owner roles over all workspaces, so they will not be listed here. Workspaces *[]ActorOrgWorkspace `json:"workspaces,omitempty"` }
ActorOrg struct for ActorOrg
func NewActorOrg ¶ added in v0.1.1
NewActorOrg instantiates a new ActorOrg 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 NewActorOrgWithDefaults ¶ added in v0.1.1
func NewActorOrgWithDefaults() *ActorOrg
NewActorOrgWithDefaults instantiates a new ActorOrg 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 (*ActorOrg) GetOrgOk ¶ added in v0.1.1
GetOrgOk returns a tuple with the Org field value and a boolean to check if the value has been set.
func (*ActorOrg) GetRoleOk ¶ added in v0.1.1
GetRoleOk returns a tuple with the Role field value and a boolean to check if the value has been set.
func (*ActorOrg) GetWorkspaces ¶ added in v0.1.1
func (o *ActorOrg) GetWorkspaces() []ActorOrgWorkspace
GetWorkspaces returns the Workspaces field value if set, zero value otherwise.
func (*ActorOrg) GetWorkspacesOk ¶ added in v0.1.1
func (o *ActorOrg) GetWorkspacesOk() (*[]ActorOrgWorkspace, bool)
GetWorkspacesOk returns a tuple with the Workspaces field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ActorOrg) HasWorkspaces ¶ added in v0.1.1
HasWorkspaces returns a boolean if a field has been set.
func (ActorOrg) MarshalJSON ¶ added in v0.1.1
func (*ActorOrg) SetWorkspaces ¶ added in v0.1.1
func (o *ActorOrg) SetWorkspaces(v []ActorOrgWorkspace)
SetWorkspaces gets a reference to the given []ActorOrgWorkspace and assigns it to the Workspaces field.
type ActorOrgWorkspace ¶ added in v0.1.1
type ActorOrgWorkspace struct { // The role of the actor in the workspace. Role string `json:"role"` Workspace *Workspace `json:"workspace,omitempty"` }
ActorOrgWorkspace struct for ActorOrgWorkspace
func NewActorOrgWorkspace ¶ added in v0.1.1
func NewActorOrgWorkspace(role string) *ActorOrgWorkspace
NewActorOrgWorkspace instantiates a new ActorOrgWorkspace 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 NewActorOrgWorkspaceWithDefaults ¶ added in v0.1.1
func NewActorOrgWorkspaceWithDefaults() *ActorOrgWorkspace
NewActorOrgWorkspaceWithDefaults instantiates a new ActorOrgWorkspace 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 (*ActorOrgWorkspace) GetRole ¶ added in v0.1.1
func (o *ActorOrgWorkspace) GetRole() string
GetRole returns the Role field value
func (*ActorOrgWorkspace) GetRoleOk ¶ added in v0.1.1
func (o *ActorOrgWorkspace) GetRoleOk() (*string, bool)
GetRoleOk returns a tuple with the Role field value and a boolean to check if the value has been set.
func (*ActorOrgWorkspace) GetWorkspace ¶ added in v0.1.1
func (o *ActorOrgWorkspace) GetWorkspace() Workspace
GetWorkspace returns the Workspace field value if set, zero value otherwise.
func (*ActorOrgWorkspace) GetWorkspaceOk ¶ added in v0.1.1
func (o *ActorOrgWorkspace) GetWorkspaceOk() (*Workspace, bool)
GetWorkspaceOk returns a tuple with the Workspace field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ActorOrgWorkspace) HasWorkspace ¶ added in v0.1.1
func (o *ActorOrgWorkspace) HasWorkspace() bool
HasWorkspace returns a boolean if a field has been set.
func (ActorOrgWorkspace) MarshalJSON ¶ added in v0.1.1
func (o ActorOrgWorkspace) MarshalJSON() ([]byte, error)
func (*ActorOrgWorkspace) SetRole ¶ added in v0.1.1
func (o *ActorOrgWorkspace) SetRole(v string)
SetRole sets field value
func (*ActorOrgWorkspace) SetWorkspace ¶ added in v0.1.1
func (o *ActorOrgWorkspace) SetWorkspace(v Workspace)
SetWorkspace gets a reference to the given Workspace and assigns it to the Workspace field.
type ActorWorkspace ¶ added in v0.1.1
type ActorWorkspace struct { DatabaseName *string `json:"database_name,omitempty"` Handle *string `json:"handle,omitempty"` Host *string `json:"host,omitempty"` Id *string `json:"id,omitempty"` Identity *Identity `json:"identity,omitempty"` IdentityId *string `json:"identity_id,omitempty"` Role *string `json:"role,omitempty"` Workspace *Workspace `json:"workspace,omitempty"` WorkspaceId *string `json:"workspace_id,omitempty"` }
ActorWorkspace struct for ActorWorkspace
func NewActorWorkspace ¶ added in v0.1.1
func NewActorWorkspace() *ActorWorkspace
NewActorWorkspace instantiates a new ActorWorkspace 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 NewActorWorkspaceWithDefaults ¶ added in v0.1.1
func NewActorWorkspaceWithDefaults() *ActorWorkspace
NewActorWorkspaceWithDefaults instantiates a new ActorWorkspace 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 (*ActorWorkspace) GetDatabaseName ¶ added in v0.1.3
func (o *ActorWorkspace) GetDatabaseName() string
GetDatabaseName returns the DatabaseName field value if set, zero value otherwise.
func (*ActorWorkspace) GetDatabaseNameOk ¶ added in v0.1.3
func (o *ActorWorkspace) GetDatabaseNameOk() (*string, bool)
GetDatabaseNameOk returns a tuple with the DatabaseName field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ActorWorkspace) GetHandle ¶ added in v0.1.3
func (o *ActorWorkspace) GetHandle() string
GetHandle returns the Handle field value if set, zero value otherwise.
func (*ActorWorkspace) GetHandleOk ¶ added in v0.1.3
func (o *ActorWorkspace) GetHandleOk() (*string, bool)
GetHandleOk returns a tuple with the Handle field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ActorWorkspace) GetHost ¶ added in v0.1.3
func (o *ActorWorkspace) GetHost() string
GetHost returns the Host field value if set, zero value otherwise.
func (*ActorWorkspace) GetHostOk ¶ added in v0.1.3
func (o *ActorWorkspace) GetHostOk() (*string, bool)
GetHostOk returns a tuple with the Host field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ActorWorkspace) GetId ¶ added in v0.1.3
func (o *ActorWorkspace) GetId() string
GetId returns the Id field value if set, zero value otherwise.
func (*ActorWorkspace) GetIdOk ¶ added in v0.1.3
func (o *ActorWorkspace) GetIdOk() (*string, bool)
GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ActorWorkspace) GetIdentity ¶ added in v0.1.1
func (o *ActorWorkspace) GetIdentity() Identity
GetIdentity returns the Identity field value if set, zero value otherwise.
func (*ActorWorkspace) GetIdentityId ¶ added in v0.1.1
func (o *ActorWorkspace) GetIdentityId() string
GetIdentityId returns the IdentityId field value if set, zero value otherwise.
func (*ActorWorkspace) GetIdentityIdOk ¶ added in v0.1.1
func (o *ActorWorkspace) GetIdentityIdOk() (*string, bool)
GetIdentityIdOk returns a tuple with the IdentityId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ActorWorkspace) GetIdentityOk ¶ added in v0.1.1
func (o *ActorWorkspace) GetIdentityOk() (*Identity, bool)
GetIdentityOk returns a tuple with the Identity field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ActorWorkspace) GetRole ¶ added in v0.1.1
func (o *ActorWorkspace) GetRole() string
GetRole returns the Role field value if set, zero value otherwise.
func (*ActorWorkspace) GetRoleOk ¶ added in v0.1.1
func (o *ActorWorkspace) GetRoleOk() (*string, bool)
GetRoleOk returns a tuple with the Role field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ActorWorkspace) GetWorkspace ¶ added in v0.1.1
func (o *ActorWorkspace) GetWorkspace() Workspace
GetWorkspace returns the Workspace field value if set, zero value otherwise.
func (*ActorWorkspace) GetWorkspaceId ¶ added in v0.1.1
func (o *ActorWorkspace) GetWorkspaceId() string
GetWorkspaceId returns the WorkspaceId field value if set, zero value otherwise.
func (*ActorWorkspace) GetWorkspaceIdOk ¶ added in v0.1.1
func (o *ActorWorkspace) GetWorkspaceIdOk() (*string, bool)
GetWorkspaceIdOk returns a tuple with the WorkspaceId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ActorWorkspace) GetWorkspaceOk ¶ added in v0.1.1
func (o *ActorWorkspace) GetWorkspaceOk() (*Workspace, bool)
GetWorkspaceOk returns a tuple with the Workspace field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ActorWorkspace) HasDatabaseName ¶ added in v0.1.3
func (o *ActorWorkspace) HasDatabaseName() bool
HasDatabaseName returns a boolean if a field has been set.
func (*ActorWorkspace) HasHandle ¶ added in v0.1.3
func (o *ActorWorkspace) HasHandle() bool
HasHandle returns a boolean if a field has been set.
func (*ActorWorkspace) HasHost ¶ added in v0.1.3
func (o *ActorWorkspace) HasHost() bool
HasHost returns a boolean if a field has been set.
func (*ActorWorkspace) HasId ¶ added in v0.1.3
func (o *ActorWorkspace) HasId() bool
HasId returns a boolean if a field has been set.
func (*ActorWorkspace) HasIdentity ¶ added in v0.1.1
func (o *ActorWorkspace) HasIdentity() bool
HasIdentity returns a boolean if a field has been set.
func (*ActorWorkspace) HasIdentityId ¶ added in v0.1.1
func (o *ActorWorkspace) HasIdentityId() bool
HasIdentityId returns a boolean if a field has been set.
func (*ActorWorkspace) HasRole ¶ added in v0.1.1
func (o *ActorWorkspace) HasRole() bool
HasRole returns a boolean if a field has been set.
func (*ActorWorkspace) HasWorkspace ¶ added in v0.1.1
func (o *ActorWorkspace) HasWorkspace() bool
HasWorkspace returns a boolean if a field has been set.
func (*ActorWorkspace) HasWorkspaceId ¶ added in v0.1.1
func (o *ActorWorkspace) HasWorkspaceId() bool
HasWorkspaceId returns a boolean if a field has been set.
func (ActorWorkspace) MarshalJSON ¶ added in v0.1.1
func (o ActorWorkspace) MarshalJSON() ([]byte, error)
func (*ActorWorkspace) SetDatabaseName ¶ added in v0.1.3
func (o *ActorWorkspace) SetDatabaseName(v string)
SetDatabaseName gets a reference to the given string and assigns it to the DatabaseName field.
func (*ActorWorkspace) SetHandle ¶ added in v0.1.3
func (o *ActorWorkspace) SetHandle(v string)
SetHandle gets a reference to the given string and assigns it to the Handle field.
func (*ActorWorkspace) SetHost ¶ added in v0.1.3
func (o *ActorWorkspace) SetHost(v string)
SetHost gets a reference to the given string and assigns it to the Host field.
func (*ActorWorkspace) SetId ¶ added in v0.1.3
func (o *ActorWorkspace) SetId(v string)
SetId gets a reference to the given string and assigns it to the Id field.
func (*ActorWorkspace) SetIdentity ¶ added in v0.1.1
func (o *ActorWorkspace) SetIdentity(v Identity)
SetIdentity gets a reference to the given Identity and assigns it to the Identity field.
func (*ActorWorkspace) SetIdentityId ¶ added in v0.1.1
func (o *ActorWorkspace) SetIdentityId(v string)
SetIdentityId gets a reference to the given string and assigns it to the IdentityId field.
func (*ActorWorkspace) SetRole ¶ added in v0.1.1
func (o *ActorWorkspace) SetRole(v string)
SetRole gets a reference to the given string and assigns it to the Role field.
func (*ActorWorkspace) SetWorkspace ¶ added in v0.1.1
func (o *ActorWorkspace) SetWorkspace(v Workspace)
SetWorkspace gets a reference to the given Workspace and assigns it to the Workspace field.
func (*ActorWorkspace) SetWorkspaceId ¶ added in v0.1.1
func (o *ActorWorkspace) SetWorkspaceId(v string)
SetWorkspaceId gets a reference to the given string and assigns it to the WorkspaceId field.
type ActorsApiGetRequest ¶
type ActorsApiGetRequest struct { ApiService *ActorsService // contains filtered or unexported fields }
type ActorsApiListActivityRequest ¶
type ActorsApiListActivityRequest struct { ApiService *ActorsService // contains filtered or unexported fields }
func (ActorsApiListActivityRequest) Execute ¶
func (r ActorsApiListActivityRequest) Execute() (ListAuditLogsResponse, *_nethttp.Response, error)
func (ActorsApiListActivityRequest) Limit ¶
func (r ActorsApiListActivityRequest) Limit(limit int32) ActorsApiListActivityRequest
The max number of items to fetch per page of data, subject to a min and max of 1 and 100 respectively. If not specified will default to 25.
func (ActorsApiListActivityRequest) NextToken ¶
func (r ActorsApiListActivityRequest) NextToken(nextToken string) ActorsApiListActivityRequest
When list results are truncated, next_token will be returned, which is a cursor to fetch the next page of data. Pass next_token to the subsequent list request to fetch the next page of data.
type ActorsApiListConnectionsRequest ¶
type ActorsApiListConnectionsRequest struct { ApiService *ActorsService // contains filtered or unexported fields }
func (ActorsApiListConnectionsRequest) Execute ¶
func (r ActorsApiListConnectionsRequest) Execute() (ListConnectionsResponse, *_nethttp.Response, error)
func (ActorsApiListConnectionsRequest) Limit ¶
func (r ActorsApiListConnectionsRequest) Limit(limit int32) ActorsApiListConnectionsRequest
The max number of items to fetch per page of data, subject to a min and max of 1 and 100 respectively. If not specified will default to 25.
func (ActorsApiListConnectionsRequest) NextToken ¶
func (r ActorsApiListConnectionsRequest) NextToken(nextToken string) ActorsApiListConnectionsRequest
When list results are truncated, next_token will be returned, which is a cursor to fetch the next page of data. Pass next_token to the subsequent list request to fetch the next page of data.
type ActorsApiListOrgInvitesRequest ¶ added in v0.1.1
type ActorsApiListOrgInvitesRequest struct { ApiService *ActorsService // contains filtered or unexported fields }
func (ActorsApiListOrgInvitesRequest) Execute ¶ added in v0.1.1
func (r ActorsApiListOrgInvitesRequest) Execute() (ListUserOrgsResponse, *_nethttp.Response, error)
func (ActorsApiListOrgInvitesRequest) Limit ¶ added in v0.1.1
func (r ActorsApiListOrgInvitesRequest) Limit(limit int32) ActorsApiListOrgInvitesRequest
The max number of items to fetch per page of data, subject to a min and max of 1 and 100 respectively. If not specified will default to 25.
func (ActorsApiListOrgInvitesRequest) NextToken ¶ added in v0.1.1
func (r ActorsApiListOrgInvitesRequest) NextToken(nextToken string) ActorsApiListOrgInvitesRequest
When list results are truncated, next_token will be returned, which is a cursor to fetch the next page of data. Pass next_token to the subsequent list request to fetch the next page of data.
type ActorsApiListOrgsRequest ¶ added in v0.1.1
type ActorsApiListOrgsRequest struct { ApiService *ActorsService // contains filtered or unexported fields }
func (ActorsApiListOrgsRequest) Execute ¶ added in v0.1.1
func (r ActorsApiListOrgsRequest) Execute() (ListUserOrgsResponse, *_nethttp.Response, error)
func (ActorsApiListOrgsRequest) Limit ¶ added in v0.1.1
func (r ActorsApiListOrgsRequest) Limit(limit int32) ActorsApiListOrgsRequest
The max number of items to fetch per page of data, subject to a min and max of 1 and 100 respectively. If not specified will default to 25.
func (ActorsApiListOrgsRequest) NextToken ¶ added in v0.1.1
func (r ActorsApiListOrgsRequest) NextToken(nextToken string) ActorsApiListOrgsRequest
When list results are truncated, next_token will be returned, which is a cursor to fetch the next page of data. Pass next_token to the subsequent list request to fetch the next page of data.
type ActorsApiListWorkspacesRequest ¶
type ActorsApiListWorkspacesRequest struct { ApiService *ActorsService // contains filtered or unexported fields }
func (ActorsApiListWorkspacesRequest) Execute ¶
func (r ActorsApiListWorkspacesRequest) Execute() (ListActorWorkspacesResponse, *_nethttp.Response, error)
func (ActorsApiListWorkspacesRequest) Limit ¶
func (r ActorsApiListWorkspacesRequest) Limit(limit int32) ActorsApiListWorkspacesRequest
The max number of items to fetch per page of data, subject to a min and max of 1 and 100 respectively. If not specified will default to 25.
func (ActorsApiListWorkspacesRequest) NextToken ¶
func (r ActorsApiListWorkspacesRequest) NextToken(nextToken string) ActorsApiListWorkspacesRequest
When list results are truncated, next_token will be returned, which is a cursor to fetch the next page of data. Pass next_token to the subsequent list request to fetch the next page of data.
type ActorsService ¶
type ActorsService service
ActorsService Actors service
func (*ActorsService) Get ¶
func (a *ActorsService) Get(ctx _context.Context) ActorsApiGetRequest
Get Actor information
Returns the actor information.
@param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return ActorsApiGetRequest
func (*ActorsService) GetExecute ¶
func (a *ActorsService) GetExecute(r ActorsApiGetRequest) (User, *_nethttp.Response, error)
Execute executes the request
@return User
func (*ActorsService) ListActivity ¶
func (a *ActorsService) ListActivity(ctx _context.Context) ActorsApiListActivityRequest
ListActivity List actor activity
List the activity for an actor.
@param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return ActorsApiListActivityRequest
func (*ActorsService) ListActivityExecute ¶
func (a *ActorsService) ListActivityExecute(r ActorsApiListActivityRequest) (ListAuditLogsResponse, *_nethttp.Response, error)
Execute executes the request
@return ListAuditLogsResponse
func (*ActorsService) ListConnections ¶
func (a *ActorsService) ListConnections(ctx _context.Context) ActorsApiListConnectionsRequest
ListConnections List actor connections
List the connections for an actor.
@param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return ActorsApiListConnectionsRequest
func (*ActorsService) ListConnectionsExecute ¶
func (a *ActorsService) ListConnectionsExecute(r ActorsApiListConnectionsRequest) (ListConnectionsResponse, *_nethttp.Response, error)
Execute executes the request
@return ListConnectionsResponse
func (*ActorsService) ListOrgInvites ¶ added in v0.1.1
func (a *ActorsService) ListOrgInvites(ctx _context.Context) ActorsApiListOrgInvitesRequest
ListOrgInvites List org invites for actor
List the orgs to which the actor has been invited.
@param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return ActorsApiListOrgInvitesRequest
func (*ActorsService) ListOrgInvitesExecute ¶ added in v0.1.1
func (a *ActorsService) ListOrgInvitesExecute(r ActorsApiListOrgInvitesRequest) (ListUserOrgsResponse, *_nethttp.Response, error)
Execute executes the request
@return ListUserOrgsResponse
func (*ActorsService) ListOrgs ¶ added in v0.1.1
func (a *ActorsService) ListOrgs(ctx _context.Context) ActorsApiListOrgsRequest
ListOrgs List actor orgs
List the orgs and org workspaces for an actor, along with role within each.
@param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return ActorsApiListOrgsRequest
func (*ActorsService) ListOrgsExecute ¶ added in v0.1.1
func (a *ActorsService) ListOrgsExecute(r ActorsApiListOrgsRequest) (ListUserOrgsResponse, *_nethttp.Response, error)
Execute executes the request
@return ListUserOrgsResponse
func (*ActorsService) ListWorkspaces ¶
func (a *ActorsService) ListWorkspaces(ctx _context.Context) ActorsApiListWorkspacesRequest
ListWorkspaces List actor workspaces
List the workspaces for an actor.
@param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return ActorsApiListWorkspacesRequest
func (*ActorsService) ListWorkspacesExecute ¶
func (a *ActorsService) ListWorkspacesExecute(r ActorsApiListWorkspacesRequest) (ListActorWorkspacesResponse, *_nethttp.Response, error)
Execute executes the request
@return ListActorWorkspacesResponse
type AuditRecord ¶ added in v0.0.2
type AuditRecord struct { // The action performed on the resource. ActionType string `json:"action_type"` ActorAvatarUrl string `json:"actor_avatar_url"` // The display name of an actor. ActorDisplayName string `json:"actor_display_name"` // The handle name of an actor. ActorHandle string `json:"actor_handle"` // The unique identifier of an actor. ActorId string `json:"actor_id"` ActorIp string `json:"actor_ip"` // The time when the audit log was recorded. CreatedAt string `json:"created_at"` Data map[string]interface{} `json:"data"` // The unique identifier for an audit log. Id string `json:"id"` // The handle name for an identity where the action has been performed. IdentityHandle string `json:"identity_handle"` // The unique identifier for an identity where the action has been performed. IdentityId string `json:"identity_id"` ProcessId *string `json:"process_id,omitempty"` // The handle name of the entity on which the action has been performed. TargetHandle *string `json:"target_handle,omitempty"` // The unique identifier of the entity on which the action has been performed. TargetId *string `json:"target_id,omitempty"` }
AuditRecord struct for AuditRecord
func NewAuditRecord ¶ added in v0.0.2
func NewAuditRecord(actionType string, actorAvatarUrl string, actorDisplayName string, actorHandle string, actorId string, actorIp string, createdAt string, data map[string]interface{}, id string, identityHandle string, identityId string) *AuditRecord
NewAuditRecord instantiates a new AuditRecord 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 NewAuditRecordWithDefaults ¶ added in v0.0.2
func NewAuditRecordWithDefaults() *AuditRecord
NewAuditRecordWithDefaults instantiates a new AuditRecord 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 (*AuditRecord) GetActionType ¶ added in v0.0.2
func (o *AuditRecord) GetActionType() string
GetActionType returns the ActionType field value
func (*AuditRecord) GetActionTypeOk ¶ added in v0.0.2
func (o *AuditRecord) GetActionTypeOk() (*string, bool)
GetActionTypeOk returns a tuple with the ActionType field value and a boolean to check if the value has been set.
func (*AuditRecord) GetActorAvatarUrl ¶ added in v0.0.2
func (o *AuditRecord) GetActorAvatarUrl() string
GetActorAvatarUrl returns the ActorAvatarUrl field value
func (*AuditRecord) GetActorAvatarUrlOk ¶ added in v0.0.2
func (o *AuditRecord) GetActorAvatarUrlOk() (*string, bool)
GetActorAvatarUrlOk returns a tuple with the ActorAvatarUrl field value and a boolean to check if the value has been set.
func (*AuditRecord) GetActorDisplayName ¶ added in v0.0.2
func (o *AuditRecord) GetActorDisplayName() string
GetActorDisplayName returns the ActorDisplayName field value
func (*AuditRecord) GetActorDisplayNameOk ¶ added in v0.0.2
func (o *AuditRecord) GetActorDisplayNameOk() (*string, bool)
GetActorDisplayNameOk returns a tuple with the ActorDisplayName field value and a boolean to check if the value has been set.
func (*AuditRecord) GetActorHandle ¶ added in v0.0.2
func (o *AuditRecord) GetActorHandle() string
GetActorHandle returns the ActorHandle field value
func (*AuditRecord) GetActorHandleOk ¶ added in v0.0.2
func (o *AuditRecord) GetActorHandleOk() (*string, bool)
GetActorHandleOk returns a tuple with the ActorHandle field value and a boolean to check if the value has been set.
func (*AuditRecord) GetActorId ¶ added in v0.0.2
func (o *AuditRecord) GetActorId() string
GetActorId returns the ActorId field value
func (*AuditRecord) GetActorIdOk ¶ added in v0.0.2
func (o *AuditRecord) GetActorIdOk() (*string, bool)
GetActorIdOk returns a tuple with the ActorId field value and a boolean to check if the value has been set.
func (*AuditRecord) GetActorIp ¶ added in v0.0.2
func (o *AuditRecord) GetActorIp() string
GetActorIp returns the ActorIp field value
func (*AuditRecord) GetActorIpOk ¶ added in v0.0.2
func (o *AuditRecord) GetActorIpOk() (*string, bool)
GetActorIpOk returns a tuple with the ActorIp field value and a boolean to check if the value has been set.
func (*AuditRecord) GetCreatedAt ¶ added in v0.0.2
func (o *AuditRecord) GetCreatedAt() string
GetCreatedAt returns the CreatedAt field value
func (*AuditRecord) GetCreatedAtOk ¶ added in v0.0.2
func (o *AuditRecord) GetCreatedAtOk() (*string, bool)
GetCreatedAtOk returns a tuple with the CreatedAt field value and a boolean to check if the value has been set.
func (*AuditRecord) GetData ¶ added in v0.0.2
func (o *AuditRecord) GetData() map[string]interface{}
GetData returns the Data field value
func (*AuditRecord) GetDataOk ¶ added in v0.0.2
func (o *AuditRecord) GetDataOk() (*map[string]interface{}, bool)
GetDataOk returns a tuple with the Data field value and a boolean to check if the value has been set.
func (*AuditRecord) GetId ¶ added in v0.0.2
func (o *AuditRecord) GetId() string
GetId returns the Id field value
func (*AuditRecord) GetIdOk ¶ added in v0.0.2
func (o *AuditRecord) GetIdOk() (*string, bool)
GetIdOk returns a tuple with the Id field value and a boolean to check if the value has been set.
func (*AuditRecord) GetIdentityHandle ¶ added in v0.0.2
func (o *AuditRecord) GetIdentityHandle() string
GetIdentityHandle returns the IdentityHandle field value
func (*AuditRecord) GetIdentityHandleOk ¶ added in v0.0.2
func (o *AuditRecord) GetIdentityHandleOk() (*string, bool)
GetIdentityHandleOk returns a tuple with the IdentityHandle field value and a boolean to check if the value has been set.
func (*AuditRecord) GetIdentityId ¶ added in v0.0.2
func (o *AuditRecord) GetIdentityId() string
GetIdentityId returns the IdentityId field value
func (*AuditRecord) GetIdentityIdOk ¶ added in v0.0.2
func (o *AuditRecord) GetIdentityIdOk() (*string, bool)
GetIdentityIdOk returns a tuple with the IdentityId field value and a boolean to check if the value has been set.
func (*AuditRecord) GetProcessId ¶ added in v0.1.3
func (o *AuditRecord) GetProcessId() string
GetProcessId returns the ProcessId field value if set, zero value otherwise.
func (*AuditRecord) GetProcessIdOk ¶ added in v0.1.3
func (o *AuditRecord) GetProcessIdOk() (*string, bool)
GetProcessIdOk returns a tuple with the ProcessId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AuditRecord) GetTargetHandle ¶ added in v0.0.2
func (o *AuditRecord) GetTargetHandle() string
GetTargetHandle returns the TargetHandle field value if set, zero value otherwise.
func (*AuditRecord) GetTargetHandleOk ¶ added in v0.0.2
func (o *AuditRecord) GetTargetHandleOk() (*string, bool)
GetTargetHandleOk returns a tuple with the TargetHandle field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AuditRecord) GetTargetId ¶ added in v0.0.2
func (o *AuditRecord) GetTargetId() string
GetTargetId returns the TargetId field value if set, zero value otherwise.
func (*AuditRecord) GetTargetIdOk ¶ added in v0.0.2
func (o *AuditRecord) GetTargetIdOk() (*string, bool)
GetTargetIdOk returns a tuple with the TargetId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AuditRecord) HasProcessId ¶ added in v0.1.3
func (o *AuditRecord) HasProcessId() bool
HasProcessId returns a boolean if a field has been set.
func (*AuditRecord) HasTargetHandle ¶ added in v0.0.2
func (o *AuditRecord) HasTargetHandle() bool
HasTargetHandle returns a boolean if a field has been set.
func (*AuditRecord) HasTargetId ¶ added in v0.0.2
func (o *AuditRecord) HasTargetId() bool
HasTargetId returns a boolean if a field has been set.
func (AuditRecord) MarshalJSON ¶ added in v0.0.2
func (o AuditRecord) MarshalJSON() ([]byte, error)
func (*AuditRecord) SetActionType ¶ added in v0.0.2
func (o *AuditRecord) SetActionType(v string)
SetActionType sets field value
func (*AuditRecord) SetActorAvatarUrl ¶ added in v0.0.2
func (o *AuditRecord) SetActorAvatarUrl(v string)
SetActorAvatarUrl sets field value
func (*AuditRecord) SetActorDisplayName ¶ added in v0.0.2
func (o *AuditRecord) SetActorDisplayName(v string)
SetActorDisplayName sets field value
func (*AuditRecord) SetActorHandle ¶ added in v0.0.2
func (o *AuditRecord) SetActorHandle(v string)
SetActorHandle sets field value
func (*AuditRecord) SetActorId ¶ added in v0.0.2
func (o *AuditRecord) SetActorId(v string)
SetActorId sets field value
func (*AuditRecord) SetActorIp ¶ added in v0.0.2
func (o *AuditRecord) SetActorIp(v string)
SetActorIp sets field value
func (*AuditRecord) SetCreatedAt ¶ added in v0.0.2
func (o *AuditRecord) SetCreatedAt(v string)
SetCreatedAt sets field value
func (*AuditRecord) SetData ¶ added in v0.0.2
func (o *AuditRecord) SetData(v map[string]interface{})
SetData sets field value
func (*AuditRecord) SetId ¶ added in v0.0.2
func (o *AuditRecord) SetId(v string)
SetId sets field value
func (*AuditRecord) SetIdentityHandle ¶ added in v0.0.2
func (o *AuditRecord) SetIdentityHandle(v string)
SetIdentityHandle sets field value
func (*AuditRecord) SetIdentityId ¶ added in v0.0.2
func (o *AuditRecord) SetIdentityId(v string)
SetIdentityId sets field value
func (*AuditRecord) SetProcessId ¶ added in v0.1.3
func (o *AuditRecord) SetProcessId(v string)
SetProcessId gets a reference to the given string and assigns it to the ProcessId field.
func (*AuditRecord) SetTargetHandle ¶ added in v0.0.2
func (o *AuditRecord) SetTargetHandle(v string)
SetTargetHandle gets a reference to the given string and assigns it to the TargetHandle field.
func (*AuditRecord) SetTargetId ¶ added in v0.0.2
func (o *AuditRecord) SetTargetId(v string)
SetTargetId gets a reference to the given string and assigns it to the TargetId field.
type AuthApiConfirmLoginRequest ¶
type AuthApiConfirmLoginRequest struct { ApiService *AuthService // contains filtered or unexported fields }
func (AuthApiConfirmLoginRequest) Execute ¶
func (r AuthApiConfirmLoginRequest) Execute() (*_nethttp.Response, error)
func (AuthApiConfirmLoginRequest) T ¶
func (r AuthApiConfirmLoginRequest) T(t string) AuthApiConfirmLoginRequest
Specify the token.
type AuthApiConfirmSignupRequest ¶
type AuthApiConfirmSignupRequest struct { ApiService *AuthService // contains filtered or unexported fields }
func (AuthApiConfirmSignupRequest) Execute ¶
func (r AuthApiConfirmSignupRequest) Execute() (*_nethttp.Response, error)
func (AuthApiConfirmSignupRequest) T ¶
func (r AuthApiConfirmSignupRequest) T(t string) AuthApiConfirmSignupRequest
Specify the token.
type AuthApiLoginRequest ¶
type AuthApiLoginRequest struct { ApiService *AuthService // contains filtered or unexported fields }
func (AuthApiLoginRequest) Execute ¶
func (r AuthApiLoginRequest) Execute() (*_nethttp.Response, error)
func (AuthApiLoginRequest) Request ¶
func (r AuthApiLoginRequest) Request(request UserLoginRequest) AuthApiLoginRequest
The request body to login.
type AuthApiLoginTokenCreateRequest ¶ added in v0.2.0
type AuthApiLoginTokenCreateRequest struct { ApiService *AuthService // contains filtered or unexported fields }
func (AuthApiLoginTokenCreateRequest) Execute ¶ added in v0.2.0
func (r AuthApiLoginTokenCreateRequest) Execute() (TemporaryTokenRequest, *_nethttp.Response, error)
type AuthApiLoginTokenDeleteRequest ¶ added in v0.2.0
type AuthApiLoginTokenDeleteRequest struct { ApiService *AuthService // contains filtered or unexported fields }
func (AuthApiLoginTokenDeleteRequest) Execute ¶ added in v0.2.0
func (r AuthApiLoginTokenDeleteRequest) Execute() (TemporaryTokenRequest, *_nethttp.Response, error)
type AuthApiLoginTokenGetRequest ¶ added in v0.2.0
type AuthApiLoginTokenGetRequest struct { ApiService *AuthService // contains filtered or unexported fields }
func (AuthApiLoginTokenGetRequest) Code ¶ added in v0.2.0
func (r AuthApiLoginTokenGetRequest) Code(code string) AuthApiLoginTokenGetRequest
The challenge code to request the temporary token. Will only be obtained after confirming the login request in the Steampipe Cloud UI.
func (AuthApiLoginTokenGetRequest) Execute ¶ added in v0.2.0
func (r AuthApiLoginTokenGetRequest) Execute() (TemporaryTokenRequest, *_nethttp.Response, error)
type AuthApiLoginTokenUpdateRequest ¶ added in v0.2.0
type AuthApiLoginTokenUpdateRequest struct { ApiService *AuthService // contains filtered or unexported fields }
func (AuthApiLoginTokenUpdateRequest) Execute ¶ added in v0.2.0
func (r AuthApiLoginTokenUpdateRequest) Execute() (TemporaryTokenRequest, *_nethttp.Response, error)
func (AuthApiLoginTokenUpdateRequest) Request ¶ added in v0.2.0
func (r AuthApiLoginTokenUpdateRequest) Request(request UpdateTemporaryTokenRequest) AuthApiLoginTokenUpdateRequest
The request body containing updates for the temporary token request.
type AuthApiLogoutRequest ¶
type AuthApiLogoutRequest struct { ApiService *AuthService // contains filtered or unexported fields }
type AuthApiProviderCallbackRequest ¶
type AuthApiProviderCallbackRequest struct { ApiService *AuthService // contains filtered or unexported fields }
type AuthApiProviderRequest ¶
type AuthApiProviderRequest struct { ApiService *AuthService // contains filtered or unexported fields }
type AuthApiSignupRequest ¶
type AuthApiSignupRequest struct { ApiService *AuthService // contains filtered or unexported fields }
func (AuthApiSignupRequest) Execute ¶
func (r AuthApiSignupRequest) Execute() (*_nethttp.Response, error)
func (AuthApiSignupRequest) Request ¶
func (r AuthApiSignupRequest) Request(request UserSignupRequest) AuthApiSignupRequest
The request body to signup.
type AuthService ¶
type AuthService service
AuthService Auth service
func (*AuthService) ConfirmLogin ¶
func (a *AuthService) ConfirmLogin(ctx _context.Context) AuthApiConfirmLoginRequest
ConfirmLogin Confirm user login
Confirm user login.
@param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return AuthApiConfirmLoginRequest
func (*AuthService) ConfirmLoginExecute ¶
func (a *AuthService) ConfirmLoginExecute(r AuthApiConfirmLoginRequest) (*_nethttp.Response, error)
Execute executes the request
func (*AuthService) ConfirmSignup ¶
func (a *AuthService) ConfirmSignup(ctx _context.Context) AuthApiConfirmSignupRequest
ConfirmSignup Confirm user signup
Confirm user signup.
@param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return AuthApiConfirmSignupRequest
func (*AuthService) ConfirmSignupExecute ¶
func (a *AuthService) ConfirmSignupExecute(r AuthApiConfirmSignupRequest) (*_nethttp.Response, error)
Execute executes the request
func (*AuthService) Login ¶
func (a *AuthService) Login(ctx _context.Context) AuthApiLoginRequest
Login User login
User login.
@param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return AuthApiLoginRequest
func (*AuthService) LoginExecute ¶
func (a *AuthService) LoginExecute(r AuthApiLoginRequest) (*_nethttp.Response, error)
Execute executes the request
func (*AuthService) LoginTokenCreate ¶ added in v0.2.0
func (a *AuthService) LoginTokenCreate(ctx _context.Context) AuthApiLoginTokenCreateRequest
LoginTokenCreate Generate temporary token request
Generate a temporary token request for CLI login.
@param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return AuthApiLoginTokenCreateRequest
func (*AuthService) LoginTokenCreateExecute ¶ added in v0.2.0
func (a *AuthService) LoginTokenCreateExecute(r AuthApiLoginTokenCreateRequest) (TemporaryTokenRequest, *_nethttp.Response, error)
Execute executes the request
@return TemporaryTokenRequest
func (*AuthService) LoginTokenDelete ¶ added in v0.2.0
func (a *AuthService) LoginTokenDelete(ctx _context.Context, temporaryTokenRequestId string) AuthApiLoginTokenDeleteRequest
LoginTokenDelete Delete temporary token request
Delete a temporary token request status.
@param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param temporaryTokenRequestId The ID of the temporary token request to delete. @return AuthApiLoginTokenDeleteRequest
func (*AuthService) LoginTokenDeleteExecute ¶ added in v0.2.0
func (a *AuthService) LoginTokenDeleteExecute(r AuthApiLoginTokenDeleteRequest) (TemporaryTokenRequest, *_nethttp.Response, error)
Execute executes the request
@return TemporaryTokenRequest
func (*AuthService) LoginTokenGet ¶ added in v0.2.0
func (a *AuthService) LoginTokenGet(ctx _context.Context, temporaryTokenRequestId string) AuthApiLoginTokenGetRequest
LoginTokenGet Get temporary token request
Get a temporary token request status with token.
@param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param temporaryTokenRequestId The ID of the temporary token request to get. @return AuthApiLoginTokenGetRequest
func (*AuthService) LoginTokenGetExecute ¶ added in v0.2.0
func (a *AuthService) LoginTokenGetExecute(r AuthApiLoginTokenGetRequest) (TemporaryTokenRequest, *_nethttp.Response, error)
Execute executes the request
@return TemporaryTokenRequest
func (*AuthService) LoginTokenUpdate ¶ added in v0.2.0
func (a *AuthService) LoginTokenUpdate(ctx _context.Context, temporaryTokenRequestId string) AuthApiLoginTokenUpdateRequest
LoginTokenUpdate Update temporary token request
Update a temporary token request status.
@param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param temporaryTokenRequestId The ID of the temporary token request to update. @return AuthApiLoginTokenUpdateRequest
func (*AuthService) LoginTokenUpdateExecute ¶ added in v0.2.0
func (a *AuthService) LoginTokenUpdateExecute(r AuthApiLoginTokenUpdateRequest) (TemporaryTokenRequest, *_nethttp.Response, error)
Execute executes the request
@return TemporaryTokenRequest
func (*AuthService) Logout ¶
func (a *AuthService) Logout(ctx _context.Context, provider string) AuthApiLogoutRequest
Logout User logout
Removes the session that is associated with the user.
@param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param provider The authentication provider. @return AuthApiLogoutRequest
func (*AuthService) LogoutExecute ¶
func (a *AuthService) LogoutExecute(r AuthApiLogoutRequest) (*_nethttp.Response, error)
Execute executes the request
func (*AuthService) Provider ¶
func (a *AuthService) Provider(ctx _context.Context, provider string) AuthApiProviderRequest
Provider Auth Provider
With an authentication provider, users can access Steampipe Cloud with single sign-on (SSO) using credentials from a third party. Steampipe Cloud currently supports GitHub as an authentication provider.
@param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param provider The authentication provider. @return AuthApiProviderRequest
func (*AuthService) ProviderCallback ¶
func (a *AuthService) ProviderCallback(ctx _context.Context, provider string) AuthApiProviderCallbackRequest
ProviderCallback Auth provider callback
Auth provider callback.
@param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param provider The authentication provider. @return AuthApiProviderCallbackRequest
func (*AuthService) ProviderCallbackExecute ¶
func (a *AuthService) ProviderCallbackExecute(r AuthApiProviderCallbackRequest) (*_nethttp.Response, error)
Execute executes the request
func (*AuthService) ProviderExecute ¶
func (a *AuthService) ProviderExecute(r AuthApiProviderRequest) (*_nethttp.Response, error)
Execute executes the request
func (*AuthService) Signup ¶
func (a *AuthService) Signup(ctx _context.Context) AuthApiSignupRequest
Signup User signup
New user signup.
@param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return AuthApiSignupRequest
func (*AuthService) SignupExecute ¶
func (a *AuthService) SignupExecute(r AuthApiSignupRequest) (*_nethttp.Response, error)
Execute executes the request
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 BillingInfo ¶ added in v0.6.0
type BillingInfo struct { // The time when a subscription will be cancelled in stripe. DeleteAt *string `json:"delete_at,omitempty"` // The time when the org will be suspended due to failed billing in ISO 8601 UTC. DisableAt *string `json:"disable_at,omitempty"` // The billing status for the org in stripe i.e. whether its pending verification or verified. Status string `json:"status"` }
BillingInfo struct for BillingInfo
func NewBillingInfo ¶ added in v0.6.0
func NewBillingInfo(status string) *BillingInfo
NewBillingInfo instantiates a new BillingInfo 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 NewBillingInfoWithDefaults ¶ added in v0.6.0
func NewBillingInfoWithDefaults() *BillingInfo
NewBillingInfoWithDefaults instantiates a new BillingInfo 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 (*BillingInfo) GetDeleteAt ¶ added in v0.6.0
func (o *BillingInfo) GetDeleteAt() string
GetDeleteAt returns the DeleteAt field value if set, zero value otherwise.
func (*BillingInfo) GetDeleteAtOk ¶ added in v0.6.0
func (o *BillingInfo) GetDeleteAtOk() (*string, bool)
GetDeleteAtOk returns a tuple with the DeleteAt field value if set, nil otherwise and a boolean to check if the value has been set.
func (*BillingInfo) GetDisableAt ¶ added in v0.6.0
func (o *BillingInfo) GetDisableAt() string
GetDisableAt returns the DisableAt field value if set, zero value otherwise.
func (*BillingInfo) GetDisableAtOk ¶ added in v0.6.0
func (o *BillingInfo) GetDisableAtOk() (*string, bool)
GetDisableAtOk returns a tuple with the DisableAt field value if set, nil otherwise and a boolean to check if the value has been set.
func (*BillingInfo) GetStatus ¶ added in v0.6.0
func (o *BillingInfo) GetStatus() string
GetStatus returns the Status field value
func (*BillingInfo) GetStatusOk ¶ added in v0.6.0
func (o *BillingInfo) GetStatusOk() (*string, bool)
GetStatusOk returns a tuple with the Status field value and a boolean to check if the value has been set.
func (*BillingInfo) HasDeleteAt ¶ added in v0.6.0
func (o *BillingInfo) HasDeleteAt() bool
HasDeleteAt returns a boolean if a field has been set.
func (*BillingInfo) HasDisableAt ¶ added in v0.6.0
func (o *BillingInfo) HasDisableAt() bool
HasDisableAt returns a boolean if a field has been set.
func (BillingInfo) MarshalJSON ¶ added in v0.6.0
func (o BillingInfo) MarshalJSON() ([]byte, error)
func (*BillingInfo) SetDeleteAt ¶ added in v0.6.0
func (o *BillingInfo) SetDeleteAt(v string)
SetDeleteAt gets a reference to the given string and assigns it to the DeleteAt field.
func (*BillingInfo) SetDisableAt ¶ added in v0.6.0
func (o *BillingInfo) SetDisableAt(v string)
SetDisableAt gets a reference to the given string and assigns it to the DisableAt field.
func (*BillingInfo) SetStatus ¶ added in v0.6.0
func (o *BillingInfo) SetStatus(v string)
SetStatus sets field value
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 Connection ¶ added in v0.0.2
type Connection struct { Config *map[string]interface{} `json:"config,omitempty"` // The time of creation in ISO 8601 UTC. CreatedAt string `json:"created_at"` CreatedBy *User `json:"created_by,omitempty"` // The ID of the user that created this. CreatedById string `json:"created_by_id"` // The time of the last update in ISO 8601 UTC. DeletedAt *string `json:"deleted_at,omitempty"` DeletedBy *User `json:"deleted_by,omitempty"` // The ID of the user that performed the deletion. DeletedById string `json:"deleted_by_id"` // The handle name of the connection. Handle string `json:"handle"` // The unique identifier for the connection. Id string `json:"id"` // The unique identifier for an identity where the connection has been created. IdentityId string `json:"identity_id"` // The plugin name for the connection. Plugin *string `json:"plugin,omitempty"` // The plugin version for the connection. PluginVersion *string `json:"plugin_version,omitempty"` // Type of connection i.e aggregator or connection. Type *string `json:"type,omitempty"` // The time of the last update in ISO 8601 UTC. UpdatedAt *string `json:"updated_at,omitempty"` UpdatedBy *User `json:"updated_by,omitempty"` // The ID of the user that performed the last update. UpdatedById string `json:"updated_by_id"` // The version ID of this item. Pass this version ID via an If-Match header when performing mutation operations on the item. VersionId int32 `json:"version_id"` }
Connection struct for Connection
func NewConnection ¶ added in v0.0.2
func NewConnection(createdAt string, createdById string, deletedById string, handle string, id string, identityId string, updatedById string, versionId int32) *Connection
NewConnection instantiates a new Connection 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 NewConnectionWithDefaults ¶ added in v0.0.2
func NewConnectionWithDefaults() *Connection
NewConnectionWithDefaults instantiates a new Connection 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 (*Connection) GetConfig ¶ added in v0.0.2
func (o *Connection) GetConfig() map[string]interface{}
GetConfig returns the Config field value if set, zero value otherwise.
func (*Connection) GetConfigOk ¶ added in v0.0.2
func (o *Connection) GetConfigOk() (*map[string]interface{}, bool)
GetConfigOk returns a tuple with the Config field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Connection) GetCreatedAt ¶ added in v0.0.2
func (o *Connection) GetCreatedAt() string
GetCreatedAt returns the CreatedAt field value
func (*Connection) GetCreatedAtOk ¶ added in v0.0.2
func (o *Connection) GetCreatedAtOk() (*string, bool)
GetCreatedAtOk returns a tuple with the CreatedAt field value and a boolean to check if the value has been set.
func (*Connection) GetCreatedBy ¶ added in v0.1.0
func (o *Connection) GetCreatedBy() User
GetCreatedBy returns the CreatedBy field value if set, zero value otherwise.
func (*Connection) GetCreatedById ¶ added in v0.1.0
func (o *Connection) GetCreatedById() string
GetCreatedById returns the CreatedById field value
func (*Connection) GetCreatedByIdOk ¶ added in v0.1.0
func (o *Connection) GetCreatedByIdOk() (*string, bool)
GetCreatedByIdOk returns a tuple with the CreatedById field value and a boolean to check if the value has been set.
func (*Connection) GetCreatedByOk ¶ added in v0.1.0
func (o *Connection) GetCreatedByOk() (*User, bool)
GetCreatedByOk returns a tuple with the CreatedBy field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Connection) GetDeletedAt ¶ added in v0.2.0
func (o *Connection) GetDeletedAt() string
GetDeletedAt returns the DeletedAt field value if set, zero value otherwise.
func (*Connection) GetDeletedAtOk ¶ added in v0.2.0
func (o *Connection) GetDeletedAtOk() (*string, 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 (*Connection) GetDeletedBy ¶ added in v0.2.0
func (o *Connection) GetDeletedBy() User
GetDeletedBy returns the DeletedBy field value if set, zero value otherwise.
func (*Connection) GetDeletedById ¶ added in v0.2.0
func (o *Connection) GetDeletedById() string
GetDeletedById returns the DeletedById field value
func (*Connection) GetDeletedByIdOk ¶ added in v0.2.0
func (o *Connection) GetDeletedByIdOk() (*string, bool)
GetDeletedByIdOk returns a tuple with the DeletedById field value and a boolean to check if the value has been set.
func (*Connection) GetDeletedByOk ¶ added in v0.2.0
func (o *Connection) GetDeletedByOk() (*User, bool)
GetDeletedByOk returns a tuple with the DeletedBy field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Connection) GetHandle ¶ added in v0.0.2
func (o *Connection) GetHandle() string
GetHandle returns the Handle field value
func (*Connection) GetHandleOk ¶ added in v0.0.2
func (o *Connection) GetHandleOk() (*string, bool)
GetHandleOk returns a tuple with the Handle field value and a boolean to check if the value has been set.
func (*Connection) GetId ¶ added in v0.0.2
func (o *Connection) GetId() string
GetId returns the Id field value
func (*Connection) GetIdOk ¶ added in v0.0.2
func (o *Connection) GetIdOk() (*string, bool)
GetIdOk returns a tuple with the Id field value and a boolean to check if the value has been set.
func (*Connection) GetIdentityId ¶ added in v0.0.2
func (o *Connection) GetIdentityId() string
GetIdentityId returns the IdentityId field value
func (*Connection) GetIdentityIdOk ¶ added in v0.0.2
func (o *Connection) GetIdentityIdOk() (*string, bool)
GetIdentityIdOk returns a tuple with the IdentityId field value and a boolean to check if the value has been set.
func (*Connection) GetPlugin ¶ added in v0.0.2
func (o *Connection) GetPlugin() string
GetPlugin returns the Plugin field value if set, zero value otherwise.
func (*Connection) GetPluginOk ¶ added in v0.0.2
func (o *Connection) GetPluginOk() (*string, bool)
GetPluginOk returns a tuple with the Plugin field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Connection) GetPluginVersion ¶ added in v0.5.0
func (o *Connection) GetPluginVersion() string
GetPluginVersion returns the PluginVersion field value if set, zero value otherwise.
func (*Connection) GetPluginVersionOk ¶ added in v0.5.0
func (o *Connection) GetPluginVersionOk() (*string, bool)
GetPluginVersionOk returns a tuple with the PluginVersion field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Connection) GetType ¶ added in v0.0.2
func (o *Connection) GetType() string
GetType returns the Type field value if set, zero value otherwise.
func (*Connection) GetTypeOk ¶ added in v0.0.2
func (o *Connection) GetTypeOk() (*string, bool)
GetTypeOk returns a tuple with the Type field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Connection) GetUpdatedAt ¶ added in v0.0.2
func (o *Connection) GetUpdatedAt() string
GetUpdatedAt returns the UpdatedAt field value if set, zero value otherwise.
func (*Connection) GetUpdatedAtOk ¶ added in v0.0.2
func (o *Connection) 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 (*Connection) GetUpdatedBy ¶ added in v0.1.0
func (o *Connection) GetUpdatedBy() User
GetUpdatedBy returns the UpdatedBy field value if set, zero value otherwise.
func (*Connection) GetUpdatedById ¶ added in v0.1.0
func (o *Connection) GetUpdatedById() string
GetUpdatedById returns the UpdatedById field value
func (*Connection) GetUpdatedByIdOk ¶ added in v0.1.0
func (o *Connection) GetUpdatedByIdOk() (*string, bool)
GetUpdatedByIdOk returns a tuple with the UpdatedById field value and a boolean to check if the value has been set.
func (*Connection) GetUpdatedByOk ¶ added in v0.1.0
func (o *Connection) GetUpdatedByOk() (*User, bool)
GetUpdatedByOk returns a tuple with the UpdatedBy field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Connection) GetVersionId ¶ added in v0.0.2
func (o *Connection) GetVersionId() int32
GetVersionId returns the VersionId field value
func (*Connection) GetVersionIdOk ¶ added in v0.0.2
func (o *Connection) GetVersionIdOk() (*int32, bool)
GetVersionIdOk returns a tuple with the VersionId field value and a boolean to check if the value has been set.
func (*Connection) HasConfig ¶ added in v0.0.2
func (o *Connection) HasConfig() bool
HasConfig returns a boolean if a field has been set.
func (*Connection) HasCreatedBy ¶ added in v0.1.0
func (o *Connection) HasCreatedBy() bool
HasCreatedBy returns a boolean if a field has been set.
func (*Connection) HasDeletedAt ¶ added in v0.2.0
func (o *Connection) HasDeletedAt() bool
HasDeletedAt returns a boolean if a field has been set.
func (*Connection) HasDeletedBy ¶ added in v0.2.0
func (o *Connection) HasDeletedBy() bool
HasDeletedBy returns a boolean if a field has been set.
func (*Connection) HasPlugin ¶ added in v0.0.2
func (o *Connection) HasPlugin() bool
HasPlugin returns a boolean if a field has been set.
func (*Connection) HasPluginVersion ¶ added in v0.5.0
func (o *Connection) HasPluginVersion() bool
HasPluginVersion returns a boolean if a field has been set.
func (*Connection) HasType ¶ added in v0.0.2
func (o *Connection) HasType() bool
HasType returns a boolean if a field has been set.
func (*Connection) HasUpdatedAt ¶ added in v0.0.2
func (o *Connection) HasUpdatedAt() bool
HasUpdatedAt returns a boolean if a field has been set.
func (*Connection) HasUpdatedBy ¶ added in v0.1.0
func (o *Connection) HasUpdatedBy() bool
HasUpdatedBy returns a boolean if a field has been set.
func (Connection) MarshalJSON ¶ added in v0.0.2
func (o Connection) MarshalJSON() ([]byte, error)
func (*Connection) SetConfig ¶ added in v0.0.2
func (o *Connection) SetConfig(v map[string]interface{})
SetConfig gets a reference to the given map[string]interface{} and assigns it to the Config field.
func (*Connection) SetCreatedAt ¶ added in v0.0.2
func (o *Connection) SetCreatedAt(v string)
SetCreatedAt sets field value
func (*Connection) SetCreatedBy ¶ added in v0.1.0
func (o *Connection) SetCreatedBy(v User)
SetCreatedBy gets a reference to the given User and assigns it to the CreatedBy field.
func (*Connection) SetCreatedById ¶ added in v0.1.0
func (o *Connection) SetCreatedById(v string)
SetCreatedById sets field value
func (*Connection) SetDeletedAt ¶ added in v0.2.0
func (o *Connection) SetDeletedAt(v string)
SetDeletedAt gets a reference to the given string and assigns it to the DeletedAt field.
func (*Connection) SetDeletedBy ¶ added in v0.2.0
func (o *Connection) SetDeletedBy(v User)
SetDeletedBy gets a reference to the given User and assigns it to the DeletedBy field.
func (*Connection) SetDeletedById ¶ added in v0.2.0
func (o *Connection) SetDeletedById(v string)
SetDeletedById sets field value
func (*Connection) SetHandle ¶ added in v0.0.2
func (o *Connection) SetHandle(v string)
SetHandle sets field value
func (*Connection) SetId ¶ added in v0.0.2
func (o *Connection) SetId(v string)
SetId sets field value
func (*Connection) SetIdentityId ¶ added in v0.0.2
func (o *Connection) SetIdentityId(v string)
SetIdentityId sets field value
func (*Connection) SetPlugin ¶ added in v0.0.2
func (o *Connection) SetPlugin(v string)
SetPlugin gets a reference to the given string and assigns it to the Plugin field.
func (*Connection) SetPluginVersion ¶ added in v0.5.0
func (o *Connection) SetPluginVersion(v string)
SetPluginVersion gets a reference to the given string and assigns it to the PluginVersion field.
func (*Connection) SetType ¶ added in v0.0.2
func (o *Connection) SetType(v string)
SetType gets a reference to the given string and assigns it to the Type field.
func (*Connection) SetUpdatedAt ¶ added in v0.0.2
func (o *Connection) SetUpdatedAt(v string)
SetUpdatedAt gets a reference to the given string and assigns it to the UpdatedAt field.
func (*Connection) SetUpdatedBy ¶ added in v0.1.0
func (o *Connection) SetUpdatedBy(v User)
SetUpdatedBy gets a reference to the given User and assigns it to the UpdatedBy field.
func (*Connection) SetUpdatedById ¶ added in v0.1.0
func (o *Connection) SetUpdatedById(v string)
SetUpdatedById sets field value
func (*Connection) SetVersionId ¶ added in v0.0.2
func (o *Connection) SetVersionId(v int32)
SetVersionId sets field value
type ConnectionTestResult ¶ added in v0.0.2
type ConnectionTestResult struct { Reason *string `json:"reason,omitempty"` Status *string `json:"status,omitempty"` }
ConnectionTestResult struct for ConnectionTestResult
func NewConnectionTestResult ¶ added in v0.0.2
func NewConnectionTestResult() *ConnectionTestResult
NewConnectionTestResult instantiates a new ConnectionTestResult 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 NewConnectionTestResultWithDefaults ¶ added in v0.0.2
func NewConnectionTestResultWithDefaults() *ConnectionTestResult
NewConnectionTestResultWithDefaults instantiates a new ConnectionTestResult 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 (*ConnectionTestResult) GetReason ¶ added in v0.0.2
func (o *ConnectionTestResult) GetReason() string
GetReason returns the Reason field value if set, zero value otherwise.
func (*ConnectionTestResult) GetReasonOk ¶ added in v0.0.2
func (o *ConnectionTestResult) GetReasonOk() (*string, bool)
GetReasonOk returns a tuple with the Reason field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ConnectionTestResult) GetStatus ¶ added in v0.0.2
func (o *ConnectionTestResult) GetStatus() string
GetStatus returns the Status field value if set, zero value otherwise.
func (*ConnectionTestResult) GetStatusOk ¶ added in v0.0.2
func (o *ConnectionTestResult) GetStatusOk() (*string, bool)
GetStatusOk returns a tuple with the Status field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ConnectionTestResult) HasReason ¶ added in v0.0.2
func (o *ConnectionTestResult) HasReason() bool
HasReason returns a boolean if a field has been set.
func (*ConnectionTestResult) HasStatus ¶ added in v0.0.2
func (o *ConnectionTestResult) HasStatus() bool
HasStatus returns a boolean if a field has been set.
func (ConnectionTestResult) MarshalJSON ¶ added in v0.0.2
func (o ConnectionTestResult) MarshalJSON() ([]byte, error)
func (*ConnectionTestResult) SetReason ¶ added in v0.0.2
func (o *ConnectionTestResult) SetReason(v string)
SetReason gets a reference to the given string and assigns it to the Reason field.
func (*ConnectionTestResult) SetStatus ¶ added in v0.0.2
func (o *ConnectionTestResult) SetStatus(v string)
SetStatus gets a reference to the given string and assigns it to the Status field.
type CreateConnectionRequest ¶ added in v0.0.2
type CreateConnectionRequest struct { Config *map[string]interface{} `json:"config,omitempty"` Handle string `json:"handle"` // Type string `json:\"type\" binding:\"required,steampipe_connection_type\"` Plugin string `json:"plugin"` }
CreateConnectionRequest struct for CreateConnectionRequest
func NewCreateConnectionRequest ¶ added in v0.0.2
func NewCreateConnectionRequest(handle string, plugin string) *CreateConnectionRequest
NewCreateConnectionRequest instantiates a new CreateConnectionRequest 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 NewCreateConnectionRequestWithDefaults ¶ added in v0.0.2
func NewCreateConnectionRequestWithDefaults() *CreateConnectionRequest
NewCreateConnectionRequestWithDefaults instantiates a new CreateConnectionRequest 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 (*CreateConnectionRequest) GetConfig ¶ added in v0.0.2
func (o *CreateConnectionRequest) GetConfig() map[string]interface{}
GetConfig returns the Config field value if set, zero value otherwise.
func (*CreateConnectionRequest) GetConfigOk ¶ added in v0.0.2
func (o *CreateConnectionRequest) GetConfigOk() (*map[string]interface{}, bool)
GetConfigOk returns a tuple with the Config field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CreateConnectionRequest) GetHandle ¶ added in v0.0.2
func (o *CreateConnectionRequest) GetHandle() string
GetHandle returns the Handle field value
func (*CreateConnectionRequest) GetHandleOk ¶ added in v0.0.2
func (o *CreateConnectionRequest) GetHandleOk() (*string, bool)
GetHandleOk returns a tuple with the Handle field value and a boolean to check if the value has been set.
func (*CreateConnectionRequest) GetPlugin ¶ added in v0.0.2
func (o *CreateConnectionRequest) GetPlugin() string
GetPlugin returns the Plugin field value
func (*CreateConnectionRequest) GetPluginOk ¶ added in v0.0.2
func (o *CreateConnectionRequest) GetPluginOk() (*string, bool)
GetPluginOk returns a tuple with the Plugin field value and a boolean to check if the value has been set.
func (*CreateConnectionRequest) HasConfig ¶ added in v0.0.2
func (o *CreateConnectionRequest) HasConfig() bool
HasConfig returns a boolean if a field has been set.
func (CreateConnectionRequest) MarshalJSON ¶ added in v0.0.2
func (o CreateConnectionRequest) MarshalJSON() ([]byte, error)
func (*CreateConnectionRequest) SetConfig ¶ added in v0.0.2
func (o *CreateConnectionRequest) SetConfig(v map[string]interface{})
SetConfig gets a reference to the given map[string]interface{} and assigns it to the Config field.
func (*CreateConnectionRequest) SetHandle ¶ added in v0.0.2
func (o *CreateConnectionRequest) SetHandle(v string)
SetHandle sets field value
func (*CreateConnectionRequest) SetPlugin ¶ added in v0.0.2
func (o *CreateConnectionRequest) SetPlugin(v string)
SetPlugin sets field value
type CreateOrgAvatarResponse ¶ added in v0.6.0
type CreateOrgAvatarResponse struct { // The URL of the uploaded avatar. AvatarUrl *string `json:"avatar_url,omitempty"` }
CreateOrgAvatarResponse struct for CreateOrgAvatarResponse
func NewCreateOrgAvatarResponse ¶ added in v0.6.0
func NewCreateOrgAvatarResponse() *CreateOrgAvatarResponse
NewCreateOrgAvatarResponse instantiates a new CreateOrgAvatarResponse 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 NewCreateOrgAvatarResponseWithDefaults ¶ added in v0.6.0
func NewCreateOrgAvatarResponseWithDefaults() *CreateOrgAvatarResponse
NewCreateOrgAvatarResponseWithDefaults instantiates a new CreateOrgAvatarResponse 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 (*CreateOrgAvatarResponse) GetAvatarUrl ¶ added in v0.6.0
func (o *CreateOrgAvatarResponse) GetAvatarUrl() string
GetAvatarUrl returns the AvatarUrl field value if set, zero value otherwise.
func (*CreateOrgAvatarResponse) GetAvatarUrlOk ¶ added in v0.6.0
func (o *CreateOrgAvatarResponse) GetAvatarUrlOk() (*string, bool)
GetAvatarUrlOk returns a tuple with the AvatarUrl field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CreateOrgAvatarResponse) HasAvatarUrl ¶ added in v0.6.0
func (o *CreateOrgAvatarResponse) HasAvatarUrl() bool
HasAvatarUrl returns a boolean if a field has been set.
func (CreateOrgAvatarResponse) MarshalJSON ¶ added in v0.6.0
func (o CreateOrgAvatarResponse) MarshalJSON() ([]byte, error)
func (*CreateOrgAvatarResponse) SetAvatarUrl ¶ added in v0.6.0
func (o *CreateOrgAvatarResponse) SetAvatarUrl(v string)
SetAvatarUrl gets a reference to the given string and assigns it to the AvatarUrl field.
type CreateOrgRequest ¶ added in v0.0.2
type CreateOrgRequest struct { DisplayName *string `json:"display_name,omitempty"` Handle string `json:"handle"` PlanId *string `json:"plan_id,omitempty"` Url *string `json:"url,omitempty"` }
CreateOrgRequest struct for CreateOrgRequest
func NewCreateOrgRequest ¶ added in v0.0.2
func NewCreateOrgRequest(handle string) *CreateOrgRequest
NewCreateOrgRequest instantiates a new CreateOrgRequest 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 NewCreateOrgRequestWithDefaults ¶ added in v0.0.2
func NewCreateOrgRequestWithDefaults() *CreateOrgRequest
NewCreateOrgRequestWithDefaults instantiates a new CreateOrgRequest 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 (*CreateOrgRequest) GetDisplayName ¶ added in v0.0.2
func (o *CreateOrgRequest) GetDisplayName() string
GetDisplayName returns the DisplayName field value if set, zero value otherwise.
func (*CreateOrgRequest) GetDisplayNameOk ¶ added in v0.0.2
func (o *CreateOrgRequest) GetDisplayNameOk() (*string, bool)
GetDisplayNameOk returns a tuple with the DisplayName field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CreateOrgRequest) GetHandle ¶ added in v0.0.2
func (o *CreateOrgRequest) GetHandle() string
GetHandle returns the Handle field value
func (*CreateOrgRequest) GetHandleOk ¶ added in v0.0.2
func (o *CreateOrgRequest) GetHandleOk() (*string, bool)
GetHandleOk returns a tuple with the Handle field value and a boolean to check if the value has been set.
func (*CreateOrgRequest) GetPlanId ¶ added in v0.6.0
func (o *CreateOrgRequest) GetPlanId() string
GetPlanId returns the PlanId field value if set, zero value otherwise.
func (*CreateOrgRequest) GetPlanIdOk ¶ added in v0.6.0
func (o *CreateOrgRequest) GetPlanIdOk() (*string, bool)
GetPlanIdOk returns a tuple with the PlanId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CreateOrgRequest) GetUrl ¶ added in v0.0.2
func (o *CreateOrgRequest) GetUrl() string
GetUrl returns the Url field value if set, zero value otherwise.
func (*CreateOrgRequest) GetUrlOk ¶ added in v0.0.2
func (o *CreateOrgRequest) GetUrlOk() (*string, bool)
GetUrlOk returns a tuple with the Url field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CreateOrgRequest) HasDisplayName ¶ added in v0.0.2
func (o *CreateOrgRequest) HasDisplayName() bool
HasDisplayName returns a boolean if a field has been set.
func (*CreateOrgRequest) HasPlanId ¶ added in v0.6.0
func (o *CreateOrgRequest) HasPlanId() bool
HasPlanId returns a boolean if a field has been set.
func (*CreateOrgRequest) HasUrl ¶ added in v0.0.2
func (o *CreateOrgRequest) HasUrl() bool
HasUrl returns a boolean if a field has been set.
func (CreateOrgRequest) MarshalJSON ¶ added in v0.0.2
func (o CreateOrgRequest) MarshalJSON() ([]byte, error)
func (*CreateOrgRequest) SetDisplayName ¶ added in v0.0.2
func (o *CreateOrgRequest) SetDisplayName(v string)
SetDisplayName gets a reference to the given string and assigns it to the DisplayName field.
func (*CreateOrgRequest) SetHandle ¶ added in v0.0.2
func (o *CreateOrgRequest) SetHandle(v string)
SetHandle sets field value
func (*CreateOrgRequest) SetPlanId ¶ added in v0.6.0
func (o *CreateOrgRequest) SetPlanId(v string)
SetPlanId gets a reference to the given string and assigns it to the PlanId field.
func (*CreateOrgRequest) SetUrl ¶ added in v0.0.2
func (o *CreateOrgRequest) SetUrl(v string)
SetUrl gets a reference to the given string and assigns it to the Url field.
type CreateOrgWorkspaceUserRequest ¶ added in v0.1.2
type CreateOrgWorkspaceUserRequest struct { Handle string `json:"handle"` Role string `json:"role"` }
CreateOrgWorkspaceUserRequest struct for CreateOrgWorkspaceUserRequest
func NewCreateOrgWorkspaceUserRequest ¶ added in v0.1.2
func NewCreateOrgWorkspaceUserRequest(handle string, role string) *CreateOrgWorkspaceUserRequest
NewCreateOrgWorkspaceUserRequest instantiates a new CreateOrgWorkspaceUserRequest 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 NewCreateOrgWorkspaceUserRequestWithDefaults ¶ added in v0.1.2
func NewCreateOrgWorkspaceUserRequestWithDefaults() *CreateOrgWorkspaceUserRequest
NewCreateOrgWorkspaceUserRequestWithDefaults instantiates a new CreateOrgWorkspaceUserRequest 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 (*CreateOrgWorkspaceUserRequest) GetHandle ¶ added in v0.1.2
func (o *CreateOrgWorkspaceUserRequest) GetHandle() string
GetHandle returns the Handle field value
func (*CreateOrgWorkspaceUserRequest) GetHandleOk ¶ added in v0.1.2
func (o *CreateOrgWorkspaceUserRequest) GetHandleOk() (*string, bool)
GetHandleOk returns a tuple with the Handle field value and a boolean to check if the value has been set.
func (*CreateOrgWorkspaceUserRequest) GetRole ¶ added in v0.1.2
func (o *CreateOrgWorkspaceUserRequest) GetRole() string
GetRole returns the Role field value
func (*CreateOrgWorkspaceUserRequest) GetRoleOk ¶ added in v0.1.2
func (o *CreateOrgWorkspaceUserRequest) GetRoleOk() (*string, bool)
GetRoleOk returns a tuple with the Role field value and a boolean to check if the value has been set.
func (CreateOrgWorkspaceUserRequest) MarshalJSON ¶ added in v0.1.2
func (o CreateOrgWorkspaceUserRequest) MarshalJSON() ([]byte, error)
func (*CreateOrgWorkspaceUserRequest) SetHandle ¶ added in v0.1.2
func (o *CreateOrgWorkspaceUserRequest) SetHandle(v string)
SetHandle sets field value
func (*CreateOrgWorkspaceUserRequest) SetRole ¶ added in v0.1.2
func (o *CreateOrgWorkspaceUserRequest) SetRole(v string)
SetRole sets field value
type CreatePipelineRequest ¶ added in v0.5.0
type CreatePipelineRequest struct { Args interface{} `json:"args"` Frequency PipelineFrequency `json:"frequency"` // The name of the pipeline to be executed. Pipeline string `json:"pipeline"` Tags interface{} `json:"tags,omitempty"` // The title of the pipeline. Title string `json:"title"` }
CreatePipelineRequest struct for CreatePipelineRequest
func NewCreatePipelineRequest ¶ added in v0.5.0
func NewCreatePipelineRequest(args interface{}, frequency PipelineFrequency, pipeline string, title string) *CreatePipelineRequest
NewCreatePipelineRequest instantiates a new CreatePipelineRequest 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 NewCreatePipelineRequestWithDefaults ¶ added in v0.5.0
func NewCreatePipelineRequestWithDefaults() *CreatePipelineRequest
NewCreatePipelineRequestWithDefaults instantiates a new CreatePipelineRequest 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 (*CreatePipelineRequest) GetArgs ¶ added in v0.5.0
func (o *CreatePipelineRequest) GetArgs() interface{}
GetArgs returns the Args field value If the value is explicit nil, the zero value for interface{} will be returned
func (*CreatePipelineRequest) GetArgsOk ¶ added in v0.5.0
func (o *CreatePipelineRequest) GetArgsOk() (*interface{}, bool)
GetArgsOk returns a tuple with the Args field value and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*CreatePipelineRequest) GetFrequency ¶ added in v0.5.0
func (o *CreatePipelineRequest) GetFrequency() PipelineFrequency
GetFrequency returns the Frequency field value
func (*CreatePipelineRequest) GetFrequencyOk ¶ added in v0.5.0
func (o *CreatePipelineRequest) GetFrequencyOk() (*PipelineFrequency, bool)
GetFrequencyOk returns a tuple with the Frequency field value and a boolean to check if the value has been set.
func (*CreatePipelineRequest) GetPipeline ¶ added in v0.5.0
func (o *CreatePipelineRequest) GetPipeline() string
GetPipeline returns the Pipeline field value
func (*CreatePipelineRequest) GetPipelineOk ¶ added in v0.5.0
func (o *CreatePipelineRequest) GetPipelineOk() (*string, bool)
GetPipelineOk returns a tuple with the Pipeline field value and a boolean to check if the value has been set.
func (*CreatePipelineRequest) GetTags ¶ added in v0.5.0
func (o *CreatePipelineRequest) GetTags() interface{}
GetTags returns the Tags field value if set, zero value otherwise (both if not set or set to explicit null).
func (*CreatePipelineRequest) GetTagsOk ¶ added in v0.5.0
func (o *CreatePipelineRequest) GetTagsOk() (*interface{}, bool)
GetTagsOk returns a tuple with the Tags field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*CreatePipelineRequest) GetTitle ¶ added in v0.5.0
func (o *CreatePipelineRequest) GetTitle() string
GetTitle returns the Title field value
func (*CreatePipelineRequest) GetTitleOk ¶ added in v0.5.0
func (o *CreatePipelineRequest) GetTitleOk() (*string, bool)
GetTitleOk returns a tuple with the Title field value and a boolean to check if the value has been set.
func (*CreatePipelineRequest) HasTags ¶ added in v0.5.0
func (o *CreatePipelineRequest) HasTags() bool
HasTags returns a boolean if a field has been set.
func (CreatePipelineRequest) MarshalJSON ¶ added in v0.5.0
func (o CreatePipelineRequest) MarshalJSON() ([]byte, error)
func (*CreatePipelineRequest) SetArgs ¶ added in v0.5.0
func (o *CreatePipelineRequest) SetArgs(v interface{})
SetArgs sets field value
func (*CreatePipelineRequest) SetFrequency ¶ added in v0.5.0
func (o *CreatePipelineRequest) SetFrequency(v PipelineFrequency)
SetFrequency sets field value
func (*CreatePipelineRequest) SetPipeline ¶ added in v0.5.0
func (o *CreatePipelineRequest) SetPipeline(v string)
SetPipeline sets field value
func (*CreatePipelineRequest) SetTags ¶ added in v0.5.0
func (o *CreatePipelineRequest) SetTags(v interface{})
SetTags gets a reference to the given interface{} and assigns it to the Tags field.
func (*CreatePipelineRequest) SetTitle ¶ added in v0.5.0
func (o *CreatePipelineRequest) SetTitle(v string)
SetTitle sets field value
type CreateUserAvatarResponse ¶ added in v0.6.0
type CreateUserAvatarResponse struct { // The URL of the uploaded avatar. AvatarUrl *string `json:"avatar_url,omitempty"` }
CreateUserAvatarResponse struct for CreateUserAvatarResponse
func NewCreateUserAvatarResponse ¶ added in v0.6.0
func NewCreateUserAvatarResponse() *CreateUserAvatarResponse
NewCreateUserAvatarResponse instantiates a new CreateUserAvatarResponse 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 NewCreateUserAvatarResponseWithDefaults ¶ added in v0.6.0
func NewCreateUserAvatarResponseWithDefaults() *CreateUserAvatarResponse
NewCreateUserAvatarResponseWithDefaults instantiates a new CreateUserAvatarResponse 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 (*CreateUserAvatarResponse) GetAvatarUrl ¶ added in v0.6.0
func (o *CreateUserAvatarResponse) GetAvatarUrl() string
GetAvatarUrl returns the AvatarUrl field value if set, zero value otherwise.
func (*CreateUserAvatarResponse) GetAvatarUrlOk ¶ added in v0.6.0
func (o *CreateUserAvatarResponse) GetAvatarUrlOk() (*string, bool)
GetAvatarUrlOk returns a tuple with the AvatarUrl field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CreateUserAvatarResponse) HasAvatarUrl ¶ added in v0.6.0
func (o *CreateUserAvatarResponse) HasAvatarUrl() bool
HasAvatarUrl returns a boolean if a field has been set.
func (CreateUserAvatarResponse) MarshalJSON ¶ added in v0.6.0
func (o CreateUserAvatarResponse) MarshalJSON() ([]byte, error)
func (*CreateUserAvatarResponse) SetAvatarUrl ¶ added in v0.6.0
func (o *CreateUserAvatarResponse) SetAvatarUrl(v string)
SetAvatarUrl gets a reference to the given string and assigns it to the AvatarUrl field.
type CreateUserPasswordRequest ¶ added in v0.0.2
type CreateUserPasswordRequest struct {
ExpiresInMinutes *int32 `json:"expires_in_minutes,omitempty"`
}
CreateUserPasswordRequest struct for CreateUserPasswordRequest
func NewCreateUserPasswordRequest ¶ added in v0.0.2
func NewCreateUserPasswordRequest() *CreateUserPasswordRequest
NewCreateUserPasswordRequest instantiates a new CreateUserPasswordRequest 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 NewCreateUserPasswordRequestWithDefaults ¶ added in v0.0.2
func NewCreateUserPasswordRequestWithDefaults() *CreateUserPasswordRequest
NewCreateUserPasswordRequestWithDefaults instantiates a new CreateUserPasswordRequest 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 (*CreateUserPasswordRequest) GetExpiresInMinutes ¶ added in v0.0.2
func (o *CreateUserPasswordRequest) GetExpiresInMinutes() int32
GetExpiresInMinutes returns the ExpiresInMinutes field value if set, zero value otherwise.
func (*CreateUserPasswordRequest) GetExpiresInMinutesOk ¶ added in v0.0.2
func (o *CreateUserPasswordRequest) GetExpiresInMinutesOk() (*int32, bool)
GetExpiresInMinutesOk returns a tuple with the ExpiresInMinutes field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CreateUserPasswordRequest) HasExpiresInMinutes ¶ added in v0.0.2
func (o *CreateUserPasswordRequest) HasExpiresInMinutes() bool
HasExpiresInMinutes returns a boolean if a field has been set.
func (CreateUserPasswordRequest) MarshalJSON ¶ added in v0.0.2
func (o CreateUserPasswordRequest) MarshalJSON() ([]byte, error)
func (*CreateUserPasswordRequest) SetExpiresInMinutes ¶ added in v0.0.2
func (o *CreateUserPasswordRequest) SetExpiresInMinutes(v int32)
SetExpiresInMinutes gets a reference to the given int32 and assigns it to the ExpiresInMinutes field.
type CreateUserRequest ¶ added in v0.0.2
type CreateUserRequest struct { DisplayName *string `json:"display_name,omitempty"` Email string `json:"email"` Handle string `json:"handle"` Url *string `json:"url,omitempty"` }
CreateUserRequest struct for CreateUserRequest
func NewCreateUserRequest ¶ added in v0.0.2
func NewCreateUserRequest(email string, handle string) *CreateUserRequest
NewCreateUserRequest instantiates a new CreateUserRequest 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 NewCreateUserRequestWithDefaults ¶ added in v0.0.2
func NewCreateUserRequestWithDefaults() *CreateUserRequest
NewCreateUserRequestWithDefaults instantiates a new CreateUserRequest 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 (*CreateUserRequest) GetDisplayName ¶ added in v0.0.2
func (o *CreateUserRequest) GetDisplayName() string
GetDisplayName returns the DisplayName field value if set, zero value otherwise.
func (*CreateUserRequest) GetDisplayNameOk ¶ added in v0.0.2
func (o *CreateUserRequest) GetDisplayNameOk() (*string, bool)
GetDisplayNameOk returns a tuple with the DisplayName field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CreateUserRequest) GetEmail ¶ added in v0.0.2
func (o *CreateUserRequest) GetEmail() string
GetEmail returns the Email field value
func (*CreateUserRequest) GetEmailOk ¶ added in v0.0.2
func (o *CreateUserRequest) GetEmailOk() (*string, bool)
GetEmailOk returns a tuple with the Email field value and a boolean to check if the value has been set.
func (*CreateUserRequest) GetHandle ¶ added in v0.0.2
func (o *CreateUserRequest) GetHandle() string
GetHandle returns the Handle field value
func (*CreateUserRequest) GetHandleOk ¶ added in v0.0.2
func (o *CreateUserRequest) GetHandleOk() (*string, bool)
GetHandleOk returns a tuple with the Handle field value and a boolean to check if the value has been set.
func (*CreateUserRequest) GetUrl ¶ added in v0.0.2
func (o *CreateUserRequest) GetUrl() string
GetUrl returns the Url field value if set, zero value otherwise.
func (*CreateUserRequest) GetUrlOk ¶ added in v0.0.2
func (o *CreateUserRequest) GetUrlOk() (*string, bool)
GetUrlOk returns a tuple with the Url field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CreateUserRequest) HasDisplayName ¶ added in v0.0.2
func (o *CreateUserRequest) HasDisplayName() bool
HasDisplayName returns a boolean if a field has been set.
func (*CreateUserRequest) HasUrl ¶ added in v0.0.2
func (o *CreateUserRequest) HasUrl() bool
HasUrl returns a boolean if a field has been set.
func (CreateUserRequest) MarshalJSON ¶ added in v0.0.2
func (o CreateUserRequest) MarshalJSON() ([]byte, error)
func (*CreateUserRequest) SetDisplayName ¶ added in v0.0.2
func (o *CreateUserRequest) SetDisplayName(v string)
SetDisplayName gets a reference to the given string and assigns it to the DisplayName field.
func (*CreateUserRequest) SetEmail ¶ added in v0.0.2
func (o *CreateUserRequest) SetEmail(v string)
SetEmail sets field value
func (*CreateUserRequest) SetHandle ¶ added in v0.0.2
func (o *CreateUserRequest) SetHandle(v string)
SetHandle sets field value
func (*CreateUserRequest) SetUrl ¶ added in v0.0.2
func (o *CreateUserRequest) SetUrl(v string)
SetUrl gets a reference to the given string and assigns it to the Url field.
type CreateWorkspaceAggregatorRequest ¶ added in v0.6.0
type CreateWorkspaceAggregatorRequest struct { // The connections that are a part of the aggregator. Connections []string `json:"connections"` // The handle of the aggregator. Handle string `json:"handle"` // The plugin which this aggregator belongs to. Plugin string `json:"plugin"` }
CreateWorkspaceAggregatorRequest struct for CreateWorkspaceAggregatorRequest
func NewCreateWorkspaceAggregatorRequest ¶ added in v0.6.0
func NewCreateWorkspaceAggregatorRequest(connections []string, handle string, plugin string) *CreateWorkspaceAggregatorRequest
NewCreateWorkspaceAggregatorRequest instantiates a new CreateWorkspaceAggregatorRequest 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 NewCreateWorkspaceAggregatorRequestWithDefaults ¶ added in v0.6.0
func NewCreateWorkspaceAggregatorRequestWithDefaults() *CreateWorkspaceAggregatorRequest
NewCreateWorkspaceAggregatorRequestWithDefaults instantiates a new CreateWorkspaceAggregatorRequest 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 (*CreateWorkspaceAggregatorRequest) GetConnections ¶ added in v0.6.0
func (o *CreateWorkspaceAggregatorRequest) GetConnections() []string
GetConnections returns the Connections field value
func (*CreateWorkspaceAggregatorRequest) GetConnectionsOk ¶ added in v0.6.0
func (o *CreateWorkspaceAggregatorRequest) GetConnectionsOk() (*[]string, bool)
GetConnectionsOk returns a tuple with the Connections field value and a boolean to check if the value has been set.
func (*CreateWorkspaceAggregatorRequest) GetHandle ¶ added in v0.6.0
func (o *CreateWorkspaceAggregatorRequest) GetHandle() string
GetHandle returns the Handle field value
func (*CreateWorkspaceAggregatorRequest) GetHandleOk ¶ added in v0.6.0
func (o *CreateWorkspaceAggregatorRequest) GetHandleOk() (*string, bool)
GetHandleOk returns a tuple with the Handle field value and a boolean to check if the value has been set.
func (*CreateWorkspaceAggregatorRequest) GetPlugin ¶ added in v0.6.0
func (o *CreateWorkspaceAggregatorRequest) GetPlugin() string
GetPlugin returns the Plugin field value
func (*CreateWorkspaceAggregatorRequest) GetPluginOk ¶ added in v0.6.0
func (o *CreateWorkspaceAggregatorRequest) GetPluginOk() (*string, bool)
GetPluginOk returns a tuple with the Plugin field value and a boolean to check if the value has been set.
func (CreateWorkspaceAggregatorRequest) MarshalJSON ¶ added in v0.6.0
func (o CreateWorkspaceAggregatorRequest) MarshalJSON() ([]byte, error)
func (*CreateWorkspaceAggregatorRequest) SetConnections ¶ added in v0.6.0
func (o *CreateWorkspaceAggregatorRequest) SetConnections(v []string)
SetConnections sets field value
func (*CreateWorkspaceAggregatorRequest) SetHandle ¶ added in v0.6.0
func (o *CreateWorkspaceAggregatorRequest) SetHandle(v string)
SetHandle sets field value
func (*CreateWorkspaceAggregatorRequest) SetPlugin ¶ added in v0.6.0
func (o *CreateWorkspaceAggregatorRequest) SetPlugin(v string)
SetPlugin sets field value
type CreateWorkspaceConnRequest ¶ added in v0.0.2
type CreateWorkspaceConnRequest struct {
ConnectionHandle string `json:"connection_handle"`
}
CreateWorkspaceConnRequest struct for CreateWorkspaceConnRequest
func NewCreateWorkspaceConnRequest ¶ added in v0.0.2
func NewCreateWorkspaceConnRequest(connectionHandle string) *CreateWorkspaceConnRequest
NewCreateWorkspaceConnRequest instantiates a new CreateWorkspaceConnRequest 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 NewCreateWorkspaceConnRequestWithDefaults ¶ added in v0.0.2
func NewCreateWorkspaceConnRequestWithDefaults() *CreateWorkspaceConnRequest
NewCreateWorkspaceConnRequestWithDefaults instantiates a new CreateWorkspaceConnRequest 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 (*CreateWorkspaceConnRequest) GetConnectionHandle ¶ added in v0.0.2
func (o *CreateWorkspaceConnRequest) GetConnectionHandle() string
GetConnectionHandle returns the ConnectionHandle field value
func (*CreateWorkspaceConnRequest) GetConnectionHandleOk ¶ added in v0.0.2
func (o *CreateWorkspaceConnRequest) GetConnectionHandleOk() (*string, bool)
GetConnectionHandleOk returns a tuple with the ConnectionHandle field value and a boolean to check if the value has been set.
func (CreateWorkspaceConnRequest) MarshalJSON ¶ added in v0.0.2
func (o CreateWorkspaceConnRequest) MarshalJSON() ([]byte, error)
func (*CreateWorkspaceConnRequest) SetConnectionHandle ¶ added in v0.0.2
func (o *CreateWorkspaceConnRequest) SetConnectionHandle(v string)
SetConnectionHandle sets field value
type CreateWorkspaceModRequest ¶ added in v0.0.4
type CreateWorkspaceModRequest struct { Constraint *string `json:"constraint,omitempty"` Path string `json:"path"` }
CreateWorkspaceModRequest struct for CreateWorkspaceModRequest
func NewCreateWorkspaceModRequest ¶ added in v0.0.4
func NewCreateWorkspaceModRequest(path string) *CreateWorkspaceModRequest
NewCreateWorkspaceModRequest instantiates a new CreateWorkspaceModRequest 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 NewCreateWorkspaceModRequestWithDefaults ¶ added in v0.0.4
func NewCreateWorkspaceModRequestWithDefaults() *CreateWorkspaceModRequest
NewCreateWorkspaceModRequestWithDefaults instantiates a new CreateWorkspaceModRequest 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 (*CreateWorkspaceModRequest) GetConstraint ¶ added in v0.0.4
func (o *CreateWorkspaceModRequest) GetConstraint() string
GetConstraint returns the Constraint field value if set, zero value otherwise.
func (*CreateWorkspaceModRequest) GetConstraintOk ¶ added in v0.0.4
func (o *CreateWorkspaceModRequest) GetConstraintOk() (*string, bool)
GetConstraintOk returns a tuple with the Constraint field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CreateWorkspaceModRequest) GetPath ¶ added in v0.0.4
func (o *CreateWorkspaceModRequest) GetPath() string
GetPath returns the Path field value
func (*CreateWorkspaceModRequest) GetPathOk ¶ added in v0.0.4
func (o *CreateWorkspaceModRequest) GetPathOk() (*string, bool)
GetPathOk returns a tuple with the Path field value and a boolean to check if the value has been set.
func (*CreateWorkspaceModRequest) HasConstraint ¶ added in v0.0.4
func (o *CreateWorkspaceModRequest) HasConstraint() bool
HasConstraint returns a boolean if a field has been set.
func (CreateWorkspaceModRequest) MarshalJSON ¶ added in v0.0.4
func (o CreateWorkspaceModRequest) MarshalJSON() ([]byte, error)
func (*CreateWorkspaceModRequest) SetConstraint ¶ added in v0.0.4
func (o *CreateWorkspaceModRequest) SetConstraint(v string)
SetConstraint gets a reference to the given string and assigns it to the Constraint field.
func (*CreateWorkspaceModRequest) SetPath ¶ added in v0.0.4
func (o *CreateWorkspaceModRequest) SetPath(v string)
SetPath sets field value
type CreateWorkspaceModVariableSettingRequest ¶ added in v0.0.4
type CreateWorkspaceModVariableSettingRequest struct { Name string `json:"name"` Setting interface{} `json:"setting"` }
CreateWorkspaceModVariableSettingRequest struct for CreateWorkspaceModVariableSettingRequest
func NewCreateWorkspaceModVariableSettingRequest ¶ added in v0.0.4
func NewCreateWorkspaceModVariableSettingRequest(name string, setting interface{}) *CreateWorkspaceModVariableSettingRequest
NewCreateWorkspaceModVariableSettingRequest instantiates a new CreateWorkspaceModVariableSettingRequest 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 NewCreateWorkspaceModVariableSettingRequestWithDefaults ¶ added in v0.0.4
func NewCreateWorkspaceModVariableSettingRequestWithDefaults() *CreateWorkspaceModVariableSettingRequest
NewCreateWorkspaceModVariableSettingRequestWithDefaults instantiates a new CreateWorkspaceModVariableSettingRequest 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 (*CreateWorkspaceModVariableSettingRequest) GetName ¶ added in v0.0.4
func (o *CreateWorkspaceModVariableSettingRequest) GetName() string
GetName returns the Name field value
func (*CreateWorkspaceModVariableSettingRequest) GetNameOk ¶ added in v0.0.4
func (o *CreateWorkspaceModVariableSettingRequest) GetNameOk() (*string, bool)
GetNameOk returns a tuple with the Name field value and a boolean to check if the value has been set.
func (*CreateWorkspaceModVariableSettingRequest) GetSetting ¶ added in v0.0.4
func (o *CreateWorkspaceModVariableSettingRequest) GetSetting() interface{}
GetSetting returns the Setting field value If the value is explicit nil, the zero value for interface{} will be returned
func (*CreateWorkspaceModVariableSettingRequest) GetSettingOk ¶ added in v0.0.4
func (o *CreateWorkspaceModVariableSettingRequest) GetSettingOk() (*interface{}, bool)
GetSettingOk returns a tuple with the Setting field value and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (CreateWorkspaceModVariableSettingRequest) MarshalJSON ¶ added in v0.0.4
func (o CreateWorkspaceModVariableSettingRequest) MarshalJSON() ([]byte, error)
func (*CreateWorkspaceModVariableSettingRequest) SetName ¶ added in v0.0.4
func (o *CreateWorkspaceModVariableSettingRequest) SetName(v string)
SetName sets field value
func (*CreateWorkspaceModVariableSettingRequest) SetSetting ¶ added in v0.0.4
func (o *CreateWorkspaceModVariableSettingRequest) SetSetting(v interface{})
SetSetting sets field value
type CreateWorkspaceRequest ¶ added in v0.0.2
type CreateWorkspaceRequest struct {
Handle string `json:"handle"`
}
CreateWorkspaceRequest struct for CreateWorkspaceRequest
func NewCreateWorkspaceRequest ¶ added in v0.0.2
func NewCreateWorkspaceRequest(handle string) *CreateWorkspaceRequest
NewCreateWorkspaceRequest instantiates a new CreateWorkspaceRequest 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 NewCreateWorkspaceRequestWithDefaults ¶ added in v0.0.2
func NewCreateWorkspaceRequestWithDefaults() *CreateWorkspaceRequest
NewCreateWorkspaceRequestWithDefaults instantiates a new CreateWorkspaceRequest 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 (*CreateWorkspaceRequest) GetHandle ¶ added in v0.0.2
func (o *CreateWorkspaceRequest) GetHandle() string
GetHandle returns the Handle field value
func (*CreateWorkspaceRequest) GetHandleOk ¶ added in v0.0.2
func (o *CreateWorkspaceRequest) GetHandleOk() (*string, bool)
GetHandleOk returns a tuple with the Handle field value and a boolean to check if the value has been set.
func (CreateWorkspaceRequest) MarshalJSON ¶ added in v0.0.2
func (o CreateWorkspaceRequest) MarshalJSON() ([]byte, error)
func (*CreateWorkspaceRequest) SetHandle ¶ added in v0.0.2
func (o *CreateWorkspaceRequest) SetHandle(v string)
SetHandle sets field value
type CreateWorkspaceSnapshotRequest ¶ added in v0.1.3
type CreateWorkspaceSnapshotRequest struct { Data WorkspaceSnapshotData `json:"data"` Tags interface{} `json:"tags,omitempty"` // The title of the snapshot. Title *string `json:"title,omitempty"` // The visibility of the snapshot to create. Visibility *string `json:"visibility,omitempty"` }
CreateWorkspaceSnapshotRequest struct for CreateWorkspaceSnapshotRequest
func NewCreateWorkspaceSnapshotRequest ¶ added in v0.1.3
func NewCreateWorkspaceSnapshotRequest(data WorkspaceSnapshotData) *CreateWorkspaceSnapshotRequest
NewCreateWorkspaceSnapshotRequest instantiates a new CreateWorkspaceSnapshotRequest 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 NewCreateWorkspaceSnapshotRequestWithDefaults ¶ added in v0.1.3
func NewCreateWorkspaceSnapshotRequestWithDefaults() *CreateWorkspaceSnapshotRequest
NewCreateWorkspaceSnapshotRequestWithDefaults instantiates a new CreateWorkspaceSnapshotRequest 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 (*CreateWorkspaceSnapshotRequest) GetData ¶ added in v0.1.3
func (o *CreateWorkspaceSnapshotRequest) GetData() WorkspaceSnapshotData
GetData returns the Data field value
func (*CreateWorkspaceSnapshotRequest) GetDataOk ¶ added in v0.1.3
func (o *CreateWorkspaceSnapshotRequest) GetDataOk() (*WorkspaceSnapshotData, bool)
GetDataOk returns a tuple with the Data field value and a boolean to check if the value has been set.
func (*CreateWorkspaceSnapshotRequest) GetTags ¶ added in v0.1.3
func (o *CreateWorkspaceSnapshotRequest) GetTags() interface{}
GetTags returns the Tags field value if set, zero value otherwise (both if not set or set to explicit null).
func (*CreateWorkspaceSnapshotRequest) GetTagsOk ¶ added in v0.1.3
func (o *CreateWorkspaceSnapshotRequest) GetTagsOk() (*interface{}, bool)
GetTagsOk returns a tuple with the Tags field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*CreateWorkspaceSnapshotRequest) GetTitle ¶ added in v0.2.0
func (o *CreateWorkspaceSnapshotRequest) GetTitle() string
GetTitle returns the Title field value if set, zero value otherwise.
func (*CreateWorkspaceSnapshotRequest) GetTitleOk ¶ added in v0.2.0
func (o *CreateWorkspaceSnapshotRequest) GetTitleOk() (*string, bool)
GetTitleOk returns a tuple with the Title field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CreateWorkspaceSnapshotRequest) GetVisibility ¶ added in v0.1.3
func (o *CreateWorkspaceSnapshotRequest) GetVisibility() string
GetVisibility returns the Visibility field value if set, zero value otherwise.
func (*CreateWorkspaceSnapshotRequest) GetVisibilityOk ¶ added in v0.1.3
func (o *CreateWorkspaceSnapshotRequest) GetVisibilityOk() (*string, bool)
GetVisibilityOk returns a tuple with the Visibility field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CreateWorkspaceSnapshotRequest) HasTags ¶ added in v0.1.3
func (o *CreateWorkspaceSnapshotRequest) HasTags() bool
HasTags returns a boolean if a field has been set.
func (*CreateWorkspaceSnapshotRequest) HasTitle ¶ added in v0.2.0
func (o *CreateWorkspaceSnapshotRequest) HasTitle() bool
HasTitle returns a boolean if a field has been set.
func (*CreateWorkspaceSnapshotRequest) HasVisibility ¶ added in v0.1.3
func (o *CreateWorkspaceSnapshotRequest) HasVisibility() bool
HasVisibility returns a boolean if a field has been set.
func (CreateWorkspaceSnapshotRequest) MarshalJSON ¶ added in v0.1.3
func (o CreateWorkspaceSnapshotRequest) MarshalJSON() ([]byte, error)
func (*CreateWorkspaceSnapshotRequest) SetData ¶ added in v0.1.3
func (o *CreateWorkspaceSnapshotRequest) SetData(v WorkspaceSnapshotData)
SetData sets field value
func (*CreateWorkspaceSnapshotRequest) SetTags ¶ added in v0.1.3
func (o *CreateWorkspaceSnapshotRequest) SetTags(v interface{})
SetTags gets a reference to the given interface{} and assigns it to the Tags field.
func (*CreateWorkspaceSnapshotRequest) SetTitle ¶ added in v0.2.0
func (o *CreateWorkspaceSnapshotRequest) SetTitle(v string)
SetTitle gets a reference to the given string and assigns it to the Title field.
func (*CreateWorkspaceSnapshotRequest) SetVisibility ¶ added in v0.1.3
func (o *CreateWorkspaceSnapshotRequest) SetVisibility(v string)
SetVisibility gets a reference to the given string and assigns it to the Visibility field.
type DeleteOrgAvatarResponse ¶ added in v0.6.0
type DeleteOrgAvatarResponse struct { // The URL of the deleted avatar. AvatarUrl *string `json:"avatar_url,omitempty"` }
DeleteOrgAvatarResponse struct for DeleteOrgAvatarResponse
func NewDeleteOrgAvatarResponse ¶ added in v0.6.0
func NewDeleteOrgAvatarResponse() *DeleteOrgAvatarResponse
NewDeleteOrgAvatarResponse instantiates a new DeleteOrgAvatarResponse 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 NewDeleteOrgAvatarResponseWithDefaults ¶ added in v0.6.0
func NewDeleteOrgAvatarResponseWithDefaults() *DeleteOrgAvatarResponse
NewDeleteOrgAvatarResponseWithDefaults instantiates a new DeleteOrgAvatarResponse 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 (*DeleteOrgAvatarResponse) GetAvatarUrl ¶ added in v0.6.0
func (o *DeleteOrgAvatarResponse) GetAvatarUrl() string
GetAvatarUrl returns the AvatarUrl field value if set, zero value otherwise.
func (*DeleteOrgAvatarResponse) GetAvatarUrlOk ¶ added in v0.6.0
func (o *DeleteOrgAvatarResponse) GetAvatarUrlOk() (*string, bool)
GetAvatarUrlOk returns a tuple with the AvatarUrl field value if set, nil otherwise and a boolean to check if the value has been set.
func (*DeleteOrgAvatarResponse) HasAvatarUrl ¶ added in v0.6.0
func (o *DeleteOrgAvatarResponse) HasAvatarUrl() bool
HasAvatarUrl returns a boolean if a field has been set.
func (DeleteOrgAvatarResponse) MarshalJSON ¶ added in v0.6.0
func (o DeleteOrgAvatarResponse) MarshalJSON() ([]byte, error)
func (*DeleteOrgAvatarResponse) SetAvatarUrl ¶ added in v0.6.0
func (o *DeleteOrgAvatarResponse) SetAvatarUrl(v string)
SetAvatarUrl gets a reference to the given string and assigns it to the AvatarUrl field.
type DeleteUserAvatarResponse ¶ added in v0.6.0
type DeleteUserAvatarResponse struct { // The URL of the deleted avatar. AvatarUrl *string `json:"avatar_url,omitempty"` }
DeleteUserAvatarResponse struct for DeleteUserAvatarResponse
func NewDeleteUserAvatarResponse ¶ added in v0.6.0
func NewDeleteUserAvatarResponse() *DeleteUserAvatarResponse
NewDeleteUserAvatarResponse instantiates a new DeleteUserAvatarResponse 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 NewDeleteUserAvatarResponseWithDefaults ¶ added in v0.6.0
func NewDeleteUserAvatarResponseWithDefaults() *DeleteUserAvatarResponse
NewDeleteUserAvatarResponseWithDefaults instantiates a new DeleteUserAvatarResponse 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 (*DeleteUserAvatarResponse) GetAvatarUrl ¶ added in v0.6.0
func (o *DeleteUserAvatarResponse) GetAvatarUrl() string
GetAvatarUrl returns the AvatarUrl field value if set, zero value otherwise.
func (*DeleteUserAvatarResponse) GetAvatarUrlOk ¶ added in v0.6.0
func (o *DeleteUserAvatarResponse) GetAvatarUrlOk() (*string, bool)
GetAvatarUrlOk returns a tuple with the AvatarUrl field value if set, nil otherwise and a boolean to check if the value has been set.
func (*DeleteUserAvatarResponse) HasAvatarUrl ¶ added in v0.6.0
func (o *DeleteUserAvatarResponse) HasAvatarUrl() bool
HasAvatarUrl returns a boolean if a field has been set.
func (DeleteUserAvatarResponse) MarshalJSON ¶ added in v0.6.0
func (o DeleteUserAvatarResponse) MarshalJSON() ([]byte, error)
func (*DeleteUserAvatarResponse) SetAvatarUrl ¶ added in v0.6.0
func (o *DeleteUserAvatarResponse) SetAvatarUrl(v string)
SetAvatarUrl gets a reference to the given string and assigns it to the AvatarUrl field.
type ErrorDetailModel ¶ added in v0.0.2
type ErrorDetailModel struct { Location *string `json:"location,omitempty"` Message *string `json:"message,omitempty"` }
ErrorDetailModel struct for ErrorDetailModel
func NewErrorDetailModel ¶ added in v0.0.2
func NewErrorDetailModel() *ErrorDetailModel
NewErrorDetailModel instantiates a new ErrorDetailModel 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 NewErrorDetailModelWithDefaults ¶ added in v0.0.2
func NewErrorDetailModelWithDefaults() *ErrorDetailModel
NewErrorDetailModelWithDefaults instantiates a new ErrorDetailModel 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 (*ErrorDetailModel) GetLocation ¶ added in v0.0.2
func (o *ErrorDetailModel) GetLocation() string
GetLocation returns the Location field value if set, zero value otherwise.
func (*ErrorDetailModel) GetLocationOk ¶ added in v0.0.2
func (o *ErrorDetailModel) GetLocationOk() (*string, bool)
GetLocationOk returns a tuple with the Location field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ErrorDetailModel) GetMessage ¶ added in v0.0.2
func (o *ErrorDetailModel) GetMessage() string
GetMessage returns the Message field value if set, zero value otherwise.
func (*ErrorDetailModel) GetMessageOk ¶ added in v0.0.2
func (o *ErrorDetailModel) GetMessageOk() (*string, bool)
GetMessageOk returns a tuple with the Message field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ErrorDetailModel) HasLocation ¶ added in v0.0.2
func (o *ErrorDetailModel) HasLocation() bool
HasLocation returns a boolean if a field has been set.
func (*ErrorDetailModel) HasMessage ¶ added in v0.0.2
func (o *ErrorDetailModel) HasMessage() bool
HasMessage returns a boolean if a field has been set.
func (ErrorDetailModel) MarshalJSON ¶ added in v0.0.2
func (o ErrorDetailModel) MarshalJSON() ([]byte, error)
func (*ErrorDetailModel) SetLocation ¶ added in v0.0.2
func (o *ErrorDetailModel) SetLocation(v string)
SetLocation gets a reference to the given string and assigns it to the Location field.
func (*ErrorDetailModel) SetMessage ¶ added in v0.0.2
func (o *ErrorDetailModel) SetMessage(v string)
SetMessage gets a reference to the given string and assigns it to the Message field.
type ErrorModel ¶ added in v0.0.2
type ErrorModel struct { Detail *string `json:"detail,omitempty"` Instance string `json:"instance"` Status int32 `json:"status"` Title string `json:"title"` Type string `json:"type"` ValidationErrors *[]ErrorDetailModel `json:"validation_errors,omitempty"` }
ErrorModel struct for ErrorModel
func NewErrorModel ¶ added in v0.0.2
func NewErrorModel(instance string, status int32, title string, type_ string) *ErrorModel
NewErrorModel instantiates a new ErrorModel 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 NewErrorModelWithDefaults ¶ added in v0.0.2
func NewErrorModelWithDefaults() *ErrorModel
NewErrorModelWithDefaults instantiates a new ErrorModel 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 (*ErrorModel) GetDetail ¶ added in v0.0.2
func (o *ErrorModel) GetDetail() string
GetDetail returns the Detail field value if set, zero value otherwise.
func (*ErrorModel) GetDetailOk ¶ added in v0.0.2
func (o *ErrorModel) GetDetailOk() (*string, bool)
GetDetailOk returns a tuple with the Detail field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ErrorModel) GetInstance ¶ added in v0.0.2
func (o *ErrorModel) GetInstance() string
GetInstance returns the Instance field value
func (*ErrorModel) GetInstanceOk ¶ added in v0.0.2
func (o *ErrorModel) GetInstanceOk() (*string, bool)
GetInstanceOk returns a tuple with the Instance field value and a boolean to check if the value has been set.
func (*ErrorModel) GetStatus ¶ added in v0.0.2
func (o *ErrorModel) GetStatus() int32
GetStatus returns the Status field value
func (*ErrorModel) GetStatusOk ¶ added in v0.0.2
func (o *ErrorModel) GetStatusOk() (*int32, bool)
GetStatusOk returns a tuple with the Status field value and a boolean to check if the value has been set.
func (*ErrorModel) GetTitle ¶ added in v0.0.2
func (o *ErrorModel) GetTitle() string
GetTitle returns the Title field value
func (*ErrorModel) GetTitleOk ¶ added in v0.0.2
func (o *ErrorModel) GetTitleOk() (*string, bool)
GetTitleOk returns a tuple with the Title field value and a boolean to check if the value has been set.
func (*ErrorModel) GetType ¶ added in v0.0.2
func (o *ErrorModel) GetType() string
GetType returns the Type field value
func (*ErrorModel) GetTypeOk ¶ added in v0.0.2
func (o *ErrorModel) GetTypeOk() (*string, bool)
GetTypeOk returns a tuple with the Type field value and a boolean to check if the value has been set.
func (*ErrorModel) GetValidationErrors ¶ added in v0.4.0
func (o *ErrorModel) GetValidationErrors() []ErrorDetailModel
GetValidationErrors returns the ValidationErrors field value if set, zero value otherwise.
func (*ErrorModel) GetValidationErrorsOk ¶ added in v0.4.0
func (o *ErrorModel) GetValidationErrorsOk() (*[]ErrorDetailModel, bool)
GetValidationErrorsOk returns a tuple with the ValidationErrors field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ErrorModel) HasDetail ¶ added in v0.0.2
func (o *ErrorModel) HasDetail() bool
HasDetail returns a boolean if a field has been set.
func (*ErrorModel) HasValidationErrors ¶ added in v0.4.0
func (o *ErrorModel) HasValidationErrors() bool
HasValidationErrors returns a boolean if a field has been set.
func (ErrorModel) MarshalJSON ¶ added in v0.0.2
func (o ErrorModel) MarshalJSON() ([]byte, error)
func (*ErrorModel) SetDetail ¶ added in v0.0.2
func (o *ErrorModel) SetDetail(v string)
SetDetail gets a reference to the given string and assigns it to the Detail field.
func (*ErrorModel) SetInstance ¶ added in v0.0.2
func (o *ErrorModel) SetInstance(v string)
SetInstance sets field value
func (*ErrorModel) SetStatus ¶ added in v0.0.2
func (o *ErrorModel) SetStatus(v int32)
SetStatus sets field value
func (*ErrorModel) SetTitle ¶ added in v0.0.2
func (o *ErrorModel) SetTitle(v string)
SetTitle sets field value
func (*ErrorModel) SetType ¶ added in v0.0.2
func (o *ErrorModel) SetType(v string)
SetType sets field value
func (*ErrorModel) SetValidationErrors ¶ added in v0.4.0
func (o *ErrorModel) SetValidationErrors(v []ErrorDetailModel)
SetValidationErrors gets a reference to the given []ErrorDetailModel and assigns it to the ValidationErrors field.
type Feature ¶ added in v0.0.4
type Feature struct { // The creation time of the feature. CreatedAt string `json:"created_at"` // The key of the feature Key *string `json:"key,omitempty"` // The update time of the feature. UpdatedAt *string `json:"updated_at,omitempty"` // The value of the feature Value *string `json:"value,omitempty"` // The current version of the feature. VersionId int32 `json:"version_id"` }
Feature struct for Feature
func NewFeature ¶ added in v0.0.4
NewFeature instantiates a new Feature 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 NewFeatureWithDefaults ¶ added in v0.0.4
func NewFeatureWithDefaults() *Feature
NewFeatureWithDefaults instantiates a new Feature 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 (*Feature) GetCreatedAt ¶ added in v0.0.4
GetCreatedAt returns the CreatedAt field value
func (*Feature) GetCreatedAtOk ¶ added in v0.0.4
GetCreatedAtOk returns a tuple with the CreatedAt field value and a boolean to check if the value has been set.
func (*Feature) GetKey ¶ added in v0.0.4
GetKey returns the Key field value if set, zero value otherwise.
func (*Feature) GetKeyOk ¶ added in v0.0.4
GetKeyOk returns a tuple with the Key field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Feature) GetUpdatedAt ¶ added in v0.0.4
GetUpdatedAt returns the UpdatedAt field value if set, zero value otherwise.
func (*Feature) GetUpdatedAtOk ¶ added in v0.0.4
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 (*Feature) GetValue ¶ added in v0.0.4
GetValue returns the Value field value if set, zero value otherwise.
func (*Feature) GetValueOk ¶ added in v0.0.4
GetValueOk returns a tuple with the Value field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Feature) GetVersionId ¶ added in v0.0.4
GetVersionId returns the VersionId field value
func (*Feature) GetVersionIdOk ¶ added in v0.0.4
GetVersionIdOk returns a tuple with the VersionId field value and a boolean to check if the value has been set.
func (*Feature) HasUpdatedAt ¶ added in v0.0.4
HasUpdatedAt returns a boolean if a field has been set.
func (Feature) MarshalJSON ¶ added in v0.0.4
func (*Feature) SetCreatedAt ¶ added in v0.0.4
SetCreatedAt sets field value
func (*Feature) SetKey ¶ added in v0.0.4
SetKey gets a reference to the given string and assigns it to the Key field.
func (*Feature) SetUpdatedAt ¶ added in v0.0.4
SetUpdatedAt gets a reference to the given string and assigns it to the UpdatedAt field.
func (*Feature) SetValue ¶ added in v0.0.4
SetValue gets a reference to the given string and assigns it to the Value field.
func (*Feature) SetVersionId ¶ added in v0.0.4
SetVersionId sets field value
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 IdentitiesApiGetAvatarRequest ¶ added in v0.6.0
type IdentitiesApiGetAvatarRequest struct { ApiService *IdentitiesService // contains filtered or unexported fields }
func (IdentitiesApiGetAvatarRequest) Execute ¶ added in v0.6.0
func (r IdentitiesApiGetAvatarRequest) Execute() (WorkspaceSnapshotData, *_nethttp.Response, error)
type IdentitiesApiGetRequest ¶ added in v0.1.0
type IdentitiesApiGetRequest struct { ApiService *IdentitiesService // contains filtered or unexported fields }
type IdentitiesApiListRequest ¶ added in v0.1.0
type IdentitiesApiListRequest struct { ApiService *IdentitiesService // contains filtered or unexported fields }
func (IdentitiesApiListRequest) Execute ¶ added in v0.1.0
func (r IdentitiesApiListRequest) Execute() (ListIdentitiesResponse, *_nethttp.Response, error)
func (IdentitiesApiListRequest) Limit ¶ added in v0.1.1
func (r IdentitiesApiListRequest) Limit(limit int32) IdentitiesApiListRequest
The max number of items to fetch per page of data, subject to a min and max of 1 and 100 respectively. If not specified will default to 25.
func (IdentitiesApiListRequest) NextToken ¶ added in v0.1.1
func (r IdentitiesApiListRequest) NextToken(nextToken string) IdentitiesApiListRequest
When list results are truncated, next_token will be returned, which is a cursor to fetch the next page of data. Pass next_token to the subsequent list request to fetch the next page of data.
func (IdentitiesApiListRequest) Q ¶ added in v0.1.0
func (r IdentitiesApiListRequest) Q(q string) IdentitiesApiListRequest
Optional free-text search to filter the identities.
type IdentitiesService ¶
type IdentitiesService service
IdentitiesService Identities service
func (*IdentitiesService) Get ¶ added in v0.1.0
func (a *IdentitiesService) Get(ctx _context.Context, identityHandle string) IdentitiesApiGetRequest
Get Get identity
Get public information for an identity.
@param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param identityHandle Specify the handle of the identity whose information you want to retrieve. @return IdentitiesApiGetRequest
func (*IdentitiesService) GetAvatar ¶ added in v0.6.0
func (a *IdentitiesService) GetAvatar(ctx _context.Context, identityHandle string) IdentitiesApiGetAvatarRequest
GetAvatar Get identity avatar
Get public avatar for an identity.
@param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param identityHandle Specify the handle of the identity whose avatar you want to retrieve. @return IdentitiesApiGetAvatarRequest
func (*IdentitiesService) GetAvatarExecute ¶ added in v0.6.0
func (a *IdentitiesService) GetAvatarExecute(r IdentitiesApiGetAvatarRequest) (WorkspaceSnapshotData, *_nethttp.Response, error)
Execute executes the request
@return WorkspaceSnapshotData
func (*IdentitiesService) GetExecute ¶ added in v0.1.0
func (a *IdentitiesService) GetExecute(r IdentitiesApiGetRequest) (Identity, *_nethttp.Response, error)
Execute executes the request
@return Identity
func (*IdentitiesService) List ¶ added in v0.1.0
func (a *IdentitiesService) List(ctx _context.Context) IdentitiesApiListRequest
List List identities
List identities with their public information.
@param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return IdentitiesApiListRequest
func (*IdentitiesService) ListExecute ¶ added in v0.1.0
func (a *IdentitiesService) ListExecute(r IdentitiesApiListRequest) (ListIdentitiesResponse, *_nethttp.Response, error)
Execute executes the request
@return ListIdentitiesResponse
type Identity ¶ added in v0.0.2
type Identity struct { // The avatar URL of the identity. AvatarUrl *string `json:"avatar_url,omitempty"` // The display name of the identity. DisplayName *string `json:"display_name,omitempty"` // The handle name of the identity. Handle string `json:"handle"` // The unique identifier of the identity. Id string `json:"id"` // The type of identity e.g. user or org. Type string `json:"type"` }
Identity struct for Identity
func NewIdentity ¶ added in v0.0.2
NewIdentity instantiates a new Identity 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 NewIdentityWithDefaults ¶ added in v0.0.2
func NewIdentityWithDefaults() *Identity
NewIdentityWithDefaults instantiates a new Identity 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 (*Identity) GetAvatarUrl ¶ added in v0.1.0
GetAvatarUrl returns the AvatarUrl field value if set, zero value otherwise.
func (*Identity) GetAvatarUrlOk ¶ added in v0.1.0
GetAvatarUrlOk returns a tuple with the AvatarUrl field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Identity) GetDisplayName ¶ added in v0.0.2
GetDisplayName returns the DisplayName field value if set, zero value otherwise.
func (*Identity) GetDisplayNameOk ¶ added in v0.0.2
GetDisplayNameOk returns a tuple with the DisplayName field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Identity) GetHandleOk ¶ added in v0.0.2
GetHandleOk returns a tuple with the Handle field value and a boolean to check if the value has been set.
func (*Identity) GetIdOk ¶ added in v0.0.2
GetIdOk returns a tuple with the Id field value and a boolean to check if the value has been set.
func (*Identity) GetTypeOk ¶ added in v0.0.2
GetTypeOk returns a tuple with the Type field value and a boolean to check if the value has been set.
func (*Identity) HasAvatarUrl ¶ added in v0.1.0
HasAvatarUrl returns a boolean if a field has been set.
func (*Identity) HasDisplayName ¶ added in v0.0.2
HasDisplayName returns a boolean if a field has been set.
func (Identity) MarshalJSON ¶ added in v0.0.2
func (*Identity) SetAvatarUrl ¶ added in v0.1.0
SetAvatarUrl gets a reference to the given string and assigns it to the AvatarUrl field.
func (*Identity) SetDisplayName ¶ added in v0.0.2
SetDisplayName gets a reference to the given string and assigns it to the DisplayName field.
type IdentitySearch ¶ added in v0.0.2
type IdentitySearch struct { AvatarUrl *string `json:"avatar_url,omitempty"` DisplayName *string `json:"display_name,omitempty"` Handle string `json:"handle"` Id string `json:"id"` }
IdentitySearch struct for IdentitySearch
func NewIdentitySearch ¶ added in v0.0.2
func NewIdentitySearch(handle string, id string) *IdentitySearch
NewIdentitySearch instantiates a new IdentitySearch 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 NewIdentitySearchWithDefaults ¶ added in v0.0.2
func NewIdentitySearchWithDefaults() *IdentitySearch
NewIdentitySearchWithDefaults instantiates a new IdentitySearch 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 (*IdentitySearch) GetAvatarUrl ¶ added in v0.0.2
func (o *IdentitySearch) GetAvatarUrl() string
GetAvatarUrl returns the AvatarUrl field value if set, zero value otherwise.
func (*IdentitySearch) GetAvatarUrlOk ¶ added in v0.0.2
func (o *IdentitySearch) GetAvatarUrlOk() (*string, bool)
GetAvatarUrlOk returns a tuple with the AvatarUrl field value if set, nil otherwise and a boolean to check if the value has been set.
func (*IdentitySearch) GetDisplayName ¶ added in v0.0.2
func (o *IdentitySearch) GetDisplayName() string
GetDisplayName returns the DisplayName field value if set, zero value otherwise.
func (*IdentitySearch) GetDisplayNameOk ¶ added in v0.0.2
func (o *IdentitySearch) GetDisplayNameOk() (*string, bool)
GetDisplayNameOk returns a tuple with the DisplayName field value if set, nil otherwise and a boolean to check if the value has been set.
func (*IdentitySearch) GetHandle ¶ added in v0.0.2
func (o *IdentitySearch) GetHandle() string
GetHandle returns the Handle field value
func (*IdentitySearch) GetHandleOk ¶ added in v0.0.2
func (o *IdentitySearch) GetHandleOk() (*string, bool)
GetHandleOk returns a tuple with the Handle field value and a boolean to check if the value has been set.
func (*IdentitySearch) GetId ¶ added in v0.0.2
func (o *IdentitySearch) GetId() string
GetId returns the Id field value
func (*IdentitySearch) GetIdOk ¶ added in v0.0.2
func (o *IdentitySearch) GetIdOk() (*string, bool)
GetIdOk returns a tuple with the Id field value and a boolean to check if the value has been set.
func (*IdentitySearch) HasAvatarUrl ¶ added in v0.0.2
func (o *IdentitySearch) HasAvatarUrl() bool
HasAvatarUrl returns a boolean if a field has been set.
func (*IdentitySearch) HasDisplayName ¶ added in v0.0.2
func (o *IdentitySearch) HasDisplayName() bool
HasDisplayName returns a boolean if a field has been set.
func (IdentitySearch) MarshalJSON ¶ added in v0.0.2
func (o IdentitySearch) MarshalJSON() ([]byte, error)
func (*IdentitySearch) SetAvatarUrl ¶ added in v0.0.2
func (o *IdentitySearch) SetAvatarUrl(v string)
SetAvatarUrl gets a reference to the given string and assigns it to the AvatarUrl field.
func (*IdentitySearch) SetDisplayName ¶ added in v0.0.2
func (o *IdentitySearch) SetDisplayName(v string)
SetDisplayName gets a reference to the given string and assigns it to the DisplayName field.
func (*IdentitySearch) SetHandle ¶ added in v0.0.2
func (o *IdentitySearch) SetHandle(v string)
SetHandle sets field value
func (*IdentitySearch) SetId ¶ added in v0.0.2
func (o *IdentitySearch) SetId(v string)
SetId sets field value
type InviteOrgUserRequest ¶ added in v0.0.2
type InviteOrgUserRequest struct { Email *string `json:"email,omitempty"` Handle *string `json:"handle,omitempty"` Role string `json:"role"` }
InviteOrgUserRequest struct for InviteOrgUserRequest
func NewInviteOrgUserRequest ¶ added in v0.0.2
func NewInviteOrgUserRequest(role string) *InviteOrgUserRequest
NewInviteOrgUserRequest instantiates a new InviteOrgUserRequest 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 NewInviteOrgUserRequestWithDefaults ¶ added in v0.0.2
func NewInviteOrgUserRequestWithDefaults() *InviteOrgUserRequest
NewInviteOrgUserRequestWithDefaults instantiates a new InviteOrgUserRequest 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 (*InviteOrgUserRequest) GetEmail ¶ added in v0.0.2
func (o *InviteOrgUserRequest) GetEmail() string
GetEmail returns the Email field value if set, zero value otherwise.
func (*InviteOrgUserRequest) GetEmailOk ¶ added in v0.0.2
func (o *InviteOrgUserRequest) GetEmailOk() (*string, bool)
GetEmailOk returns a tuple with the Email field value if set, nil otherwise and a boolean to check if the value has been set.
func (*InviteOrgUserRequest) GetHandle ¶ added in v0.0.2
func (o *InviteOrgUserRequest) GetHandle() string
GetHandle returns the Handle field value if set, zero value otherwise.
func (*InviteOrgUserRequest) GetHandleOk ¶ added in v0.0.2
func (o *InviteOrgUserRequest) GetHandleOk() (*string, bool)
GetHandleOk returns a tuple with the Handle field value if set, nil otherwise and a boolean to check if the value has been set.
func (*InviteOrgUserRequest) GetRole ¶ added in v0.0.2
func (o *InviteOrgUserRequest) GetRole() string
GetRole returns the Role field value
func (*InviteOrgUserRequest) GetRoleOk ¶ added in v0.0.2
func (o *InviteOrgUserRequest) GetRoleOk() (*string, bool)
GetRoleOk returns a tuple with the Role field value and a boolean to check if the value has been set.
func (*InviteOrgUserRequest) HasEmail ¶ added in v0.0.2
func (o *InviteOrgUserRequest) HasEmail() bool
HasEmail returns a boolean if a field has been set.
func (*InviteOrgUserRequest) HasHandle ¶ added in v0.0.2
func (o *InviteOrgUserRequest) HasHandle() bool
HasHandle returns a boolean if a field has been set.
func (InviteOrgUserRequest) MarshalJSON ¶ added in v0.0.2
func (o InviteOrgUserRequest) MarshalJSON() ([]byte, error)
func (*InviteOrgUserRequest) SetEmail ¶ added in v0.0.2
func (o *InviteOrgUserRequest) SetEmail(v string)
SetEmail gets a reference to the given string and assigns it to the Email field.
func (*InviteOrgUserRequest) SetHandle ¶ added in v0.0.2
func (o *InviteOrgUserRequest) SetHandle(v string)
SetHandle gets a reference to the given string and assigns it to the Handle field.
func (*InviteOrgUserRequest) SetRole ¶ added in v0.0.2
func (o *InviteOrgUserRequest) SetRole(v string)
SetRole sets field value
type InviteOrgWorkspaceUserRequest ¶ added in v0.1.0
type InviteOrgWorkspaceUserRequest struct { Email *string `json:"email,omitempty"` Handle *string `json:"handle,omitempty"` Role string `json:"role"` }
InviteOrgWorkspaceUserRequest struct for InviteOrgWorkspaceUserRequest
func NewInviteOrgWorkspaceUserRequest ¶ added in v0.1.0
func NewInviteOrgWorkspaceUserRequest(role string) *InviteOrgWorkspaceUserRequest
NewInviteOrgWorkspaceUserRequest instantiates a new InviteOrgWorkspaceUserRequest 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 NewInviteOrgWorkspaceUserRequestWithDefaults ¶ added in v0.1.0
func NewInviteOrgWorkspaceUserRequestWithDefaults() *InviteOrgWorkspaceUserRequest
NewInviteOrgWorkspaceUserRequestWithDefaults instantiates a new InviteOrgWorkspaceUserRequest 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 (*InviteOrgWorkspaceUserRequest) GetEmail ¶ added in v0.1.0
func (o *InviteOrgWorkspaceUserRequest) GetEmail() string
GetEmail returns the Email field value if set, zero value otherwise.
func (*InviteOrgWorkspaceUserRequest) GetEmailOk ¶ added in v0.1.0
func (o *InviteOrgWorkspaceUserRequest) GetEmailOk() (*string, bool)
GetEmailOk returns a tuple with the Email field value if set, nil otherwise and a boolean to check if the value has been set.
func (*InviteOrgWorkspaceUserRequest) GetHandle ¶ added in v0.1.0
func (o *InviteOrgWorkspaceUserRequest) GetHandle() string
GetHandle returns the Handle field value if set, zero value otherwise.
func (*InviteOrgWorkspaceUserRequest) GetHandleOk ¶ added in v0.1.0
func (o *InviteOrgWorkspaceUserRequest) GetHandleOk() (*string, bool)
GetHandleOk returns a tuple with the Handle field value if set, nil otherwise and a boolean to check if the value has been set.
func (*InviteOrgWorkspaceUserRequest) GetRole ¶ added in v0.1.0
func (o *InviteOrgWorkspaceUserRequest) GetRole() string
GetRole returns the Role field value
func (*InviteOrgWorkspaceUserRequest) GetRoleOk ¶ added in v0.1.0
func (o *InviteOrgWorkspaceUserRequest) GetRoleOk() (*string, bool)
GetRoleOk returns a tuple with the Role field value and a boolean to check if the value has been set.
func (*InviteOrgWorkspaceUserRequest) HasEmail ¶ added in v0.1.0
func (o *InviteOrgWorkspaceUserRequest) HasEmail() bool
HasEmail returns a boolean if a field has been set.
func (*InviteOrgWorkspaceUserRequest) HasHandle ¶ added in v0.1.0
func (o *InviteOrgWorkspaceUserRequest) HasHandle() bool
HasHandle returns a boolean if a field has been set.
func (InviteOrgWorkspaceUserRequest) MarshalJSON ¶ added in v0.1.0
func (o InviteOrgWorkspaceUserRequest) MarshalJSON() ([]byte, error)
func (*InviteOrgWorkspaceUserRequest) SetEmail ¶ added in v0.1.0
func (o *InviteOrgWorkspaceUserRequest) SetEmail(v string)
SetEmail gets a reference to the given string and assigns it to the Email field.
func (*InviteOrgWorkspaceUserRequest) SetHandle ¶ added in v0.1.0
func (o *InviteOrgWorkspaceUserRequest) SetHandle(v string)
SetHandle gets a reference to the given string and assigns it to the Handle field.
func (*InviteOrgWorkspaceUserRequest) SetRole ¶ added in v0.1.0
func (o *InviteOrgWorkspaceUserRequest) SetRole(v string)
SetRole sets field value
type JSONTime ¶ added in v0.6.0
type JSONTime struct {
TimeTime *string `json:"time.Time,omitempty"`
}
JSONTime struct for JSONTime
func NewJSONTime ¶ added in v0.6.0
func NewJSONTime() *JSONTime
NewJSONTime instantiates a new JSONTime 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 NewJSONTimeWithDefaults ¶ added in v0.6.0
func NewJSONTimeWithDefaults() *JSONTime
NewJSONTimeWithDefaults instantiates a new JSONTime 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 (*JSONTime) GetTimeTime ¶ added in v0.6.0
GetTimeTime returns the TimeTime field value if set, zero value otherwise.
func (*JSONTime) GetTimeTimeOk ¶ added in v0.6.0
GetTimeTimeOk returns a tuple with the TimeTime field value if set, nil otherwise and a boolean to check if the value has been set.
func (*JSONTime) HasTimeTime ¶ added in v0.6.0
HasTimeTime returns a boolean if a field has been set.
func (JSONTime) MarshalJSON ¶ added in v0.6.0
func (*JSONTime) SetTimeTime ¶ added in v0.6.0
SetTimeTime gets a reference to the given string and assigns it to the TimeTime field.
type ListActorOrgsResponse ¶ added in v0.1.1
type ListActorOrgsResponse struct { Items *[]ActorOrg `json:"items,omitempty"` NextToken *string `json:"next_token,omitempty"` }
ListActorOrgsResponse struct for ListActorOrgsResponse
func NewListActorOrgsResponse ¶ added in v0.1.1
func NewListActorOrgsResponse() *ListActorOrgsResponse
NewListActorOrgsResponse instantiates a new ListActorOrgsResponse 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 NewListActorOrgsResponseWithDefaults ¶ added in v0.1.1
func NewListActorOrgsResponseWithDefaults() *ListActorOrgsResponse
NewListActorOrgsResponseWithDefaults instantiates a new ListActorOrgsResponse 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 (*ListActorOrgsResponse) GetItems ¶ added in v0.1.1
func (o *ListActorOrgsResponse) GetItems() []ActorOrg
GetItems returns the Items field value if set, zero value otherwise.
func (*ListActorOrgsResponse) GetItemsOk ¶ added in v0.1.1
func (o *ListActorOrgsResponse) GetItemsOk() (*[]ActorOrg, bool)
GetItemsOk returns a tuple with the Items field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ListActorOrgsResponse) GetNextToken ¶ added in v0.1.1
func (o *ListActorOrgsResponse) GetNextToken() string
GetNextToken returns the NextToken field value if set, zero value otherwise.
func (*ListActorOrgsResponse) GetNextTokenOk ¶ added in v0.1.1
func (o *ListActorOrgsResponse) GetNextTokenOk() (*string, bool)
GetNextTokenOk returns a tuple with the NextToken field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ListActorOrgsResponse) HasItems ¶ added in v0.1.1
func (o *ListActorOrgsResponse) HasItems() bool
HasItems returns a boolean if a field has been set.
func (*ListActorOrgsResponse) HasNextToken ¶ added in v0.1.1
func (o *ListActorOrgsResponse) HasNextToken() bool
HasNextToken returns a boolean if a field has been set.
func (ListActorOrgsResponse) MarshalJSON ¶ added in v0.1.1
func (o ListActorOrgsResponse) MarshalJSON() ([]byte, error)
func (*ListActorOrgsResponse) SetItems ¶ added in v0.1.1
func (o *ListActorOrgsResponse) SetItems(v []ActorOrg)
SetItems gets a reference to the given []ActorOrg and assigns it to the Items field.
func (*ListActorOrgsResponse) SetNextToken ¶ added in v0.1.1
func (o *ListActorOrgsResponse) SetNextToken(v string)
SetNextToken gets a reference to the given string and assigns it to the NextToken field.
type ListActorWorkspacesResponse ¶ added in v0.1.1
type ListActorWorkspacesResponse struct { Items *[]ActorWorkspace `json:"items,omitempty"` NextToken *string `json:"next_token,omitempty"` }
ListActorWorkspacesResponse struct for ListActorWorkspacesResponse
func NewListActorWorkspacesResponse ¶ added in v0.1.1
func NewListActorWorkspacesResponse() *ListActorWorkspacesResponse
NewListActorWorkspacesResponse instantiates a new ListActorWorkspacesResponse 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 NewListActorWorkspacesResponseWithDefaults ¶ added in v0.1.1
func NewListActorWorkspacesResponseWithDefaults() *ListActorWorkspacesResponse
NewListActorWorkspacesResponseWithDefaults instantiates a new ListActorWorkspacesResponse 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 (*ListActorWorkspacesResponse) GetItems ¶ added in v0.1.1
func (o *ListActorWorkspacesResponse) GetItems() []ActorWorkspace
GetItems returns the Items field value if set, zero value otherwise.
func (*ListActorWorkspacesResponse) GetItemsOk ¶ added in v0.1.1
func (o *ListActorWorkspacesResponse) GetItemsOk() (*[]ActorWorkspace, bool)
GetItemsOk returns a tuple with the Items field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ListActorWorkspacesResponse) GetNextToken ¶ added in v0.1.1
func (o *ListActorWorkspacesResponse) GetNextToken() string
GetNextToken returns the NextToken field value if set, zero value otherwise.
func (*ListActorWorkspacesResponse) GetNextTokenOk ¶ added in v0.1.1
func (o *ListActorWorkspacesResponse) GetNextTokenOk() (*string, bool)
GetNextTokenOk returns a tuple with the NextToken field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ListActorWorkspacesResponse) HasItems ¶ added in v0.1.1
func (o *ListActorWorkspacesResponse) HasItems() bool
HasItems returns a boolean if a field has been set.
func (*ListActorWorkspacesResponse) HasNextToken ¶ added in v0.1.1
func (o *ListActorWorkspacesResponse) HasNextToken() bool
HasNextToken returns a boolean if a field has been set.
func (ListActorWorkspacesResponse) MarshalJSON ¶ added in v0.1.1
func (o ListActorWorkspacesResponse) MarshalJSON() ([]byte, error)
func (*ListActorWorkspacesResponse) SetItems ¶ added in v0.1.1
func (o *ListActorWorkspacesResponse) SetItems(v []ActorWorkspace)
SetItems gets a reference to the given []ActorWorkspace and assigns it to the Items field.
func (*ListActorWorkspacesResponse) SetNextToken ¶ added in v0.1.1
func (o *ListActorWorkspacesResponse) SetNextToken(v string)
SetNextToken gets a reference to the given string and assigns it to the NextToken field.
type ListAuditLogsResponse ¶ added in v0.0.2
type ListAuditLogsResponse struct { Items *[]AuditRecord `json:"items,omitempty"` NextToken *string `json:"next_token,omitempty"` }
ListAuditLogsResponse struct for ListAuditLogsResponse
func NewListAuditLogsResponse ¶ added in v0.0.2
func NewListAuditLogsResponse() *ListAuditLogsResponse
NewListAuditLogsResponse instantiates a new ListAuditLogsResponse 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 NewListAuditLogsResponseWithDefaults ¶ added in v0.0.2
func NewListAuditLogsResponseWithDefaults() *ListAuditLogsResponse
NewListAuditLogsResponseWithDefaults instantiates a new ListAuditLogsResponse 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 (*ListAuditLogsResponse) GetItems ¶ added in v0.0.2
func (o *ListAuditLogsResponse) GetItems() []AuditRecord
GetItems returns the Items field value if set, zero value otherwise.
func (*ListAuditLogsResponse) GetItemsOk ¶ added in v0.0.2
func (o *ListAuditLogsResponse) GetItemsOk() (*[]AuditRecord, bool)
GetItemsOk returns a tuple with the Items field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ListAuditLogsResponse) GetNextToken ¶ added in v0.0.2
func (o *ListAuditLogsResponse) GetNextToken() string
GetNextToken returns the NextToken field value if set, zero value otherwise.
func (*ListAuditLogsResponse) GetNextTokenOk ¶ added in v0.0.2
func (o *ListAuditLogsResponse) GetNextTokenOk() (*string, bool)
GetNextTokenOk returns a tuple with the NextToken field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ListAuditLogsResponse) HasItems ¶ added in v0.0.2
func (o *ListAuditLogsResponse) HasItems() bool
HasItems returns a boolean if a field has been set.
func (*ListAuditLogsResponse) HasNextToken ¶ added in v0.0.2
func (o *ListAuditLogsResponse) HasNextToken() bool
HasNextToken returns a boolean if a field has been set.
func (ListAuditLogsResponse) MarshalJSON ¶ added in v0.0.2
func (o ListAuditLogsResponse) MarshalJSON() ([]byte, error)
func (*ListAuditLogsResponse) SetItems ¶ added in v0.0.2
func (o *ListAuditLogsResponse) SetItems(v []AuditRecord)
SetItems gets a reference to the given []AuditRecord and assigns it to the Items field.
func (*ListAuditLogsResponse) SetNextToken ¶ added in v0.0.2
func (o *ListAuditLogsResponse) SetNextToken(v string)
SetNextToken gets a reference to the given string and assigns it to the NextToken field.
type ListConnectionsResponse ¶ added in v0.0.2
type ListConnectionsResponse struct { Items *[]Connection `json:"items,omitempty"` NextToken *string `json:"next_token,omitempty"` }
ListConnectionsResponse struct for ListConnectionsResponse
func NewListConnectionsResponse ¶ added in v0.0.2
func NewListConnectionsResponse() *ListConnectionsResponse
NewListConnectionsResponse instantiates a new ListConnectionsResponse 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 NewListConnectionsResponseWithDefaults ¶ added in v0.0.2
func NewListConnectionsResponseWithDefaults() *ListConnectionsResponse
NewListConnectionsResponseWithDefaults instantiates a new ListConnectionsResponse 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 (*ListConnectionsResponse) GetItems ¶ added in v0.0.2
func (o *ListConnectionsResponse) GetItems() []Connection
GetItems returns the Items field value if set, zero value otherwise.
func (*ListConnectionsResponse) GetItemsOk ¶ added in v0.0.2
func (o *ListConnectionsResponse) GetItemsOk() (*[]Connection, bool)
GetItemsOk returns a tuple with the Items field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ListConnectionsResponse) GetNextToken ¶ added in v0.0.2
func (o *ListConnectionsResponse) GetNextToken() string
GetNextToken returns the NextToken field value if set, zero value otherwise.
func (*ListConnectionsResponse) GetNextTokenOk ¶ added in v0.0.2
func (o *ListConnectionsResponse) GetNextTokenOk() (*string, bool)
GetNextTokenOk returns a tuple with the NextToken field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ListConnectionsResponse) HasItems ¶ added in v0.0.2
func (o *ListConnectionsResponse) HasItems() bool
HasItems returns a boolean if a field has been set.
func (*ListConnectionsResponse) HasNextToken ¶ added in v0.0.2
func (o *ListConnectionsResponse) HasNextToken() bool
HasNextToken returns a boolean if a field has been set.
func (ListConnectionsResponse) MarshalJSON ¶ added in v0.0.2
func (o ListConnectionsResponse) MarshalJSON() ([]byte, error)
func (*ListConnectionsResponse) SetItems ¶ added in v0.0.2
func (o *ListConnectionsResponse) SetItems(v []Connection)
SetItems gets a reference to the given []Connection and assigns it to the Items field.
func (*ListConnectionsResponse) SetNextToken ¶ added in v0.0.2
func (o *ListConnectionsResponse) SetNextToken(v string)
SetNextToken gets a reference to the given string and assigns it to the NextToken field.
type ListFeaturesResponse ¶ added in v0.0.4
type ListFeaturesResponse struct {
Items *[]Feature `json:"items,omitempty"`
}
ListFeaturesResponse struct for ListFeaturesResponse
func NewListFeaturesResponse ¶ added in v0.0.4
func NewListFeaturesResponse() *ListFeaturesResponse
NewListFeaturesResponse instantiates a new ListFeaturesResponse 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 NewListFeaturesResponseWithDefaults ¶ added in v0.0.4
func NewListFeaturesResponseWithDefaults() *ListFeaturesResponse
NewListFeaturesResponseWithDefaults instantiates a new ListFeaturesResponse 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 (*ListFeaturesResponse) GetItems ¶ added in v0.0.4
func (o *ListFeaturesResponse) GetItems() []Feature
GetItems returns the Items field value if set, zero value otherwise.
func (*ListFeaturesResponse) GetItemsOk ¶ added in v0.0.4
func (o *ListFeaturesResponse) GetItemsOk() (*[]Feature, bool)
GetItemsOk returns a tuple with the Items field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ListFeaturesResponse) HasItems ¶ added in v0.0.4
func (o *ListFeaturesResponse) HasItems() bool
HasItems returns a boolean if a field has been set.
func (ListFeaturesResponse) MarshalJSON ¶ added in v0.0.4
func (o ListFeaturesResponse) MarshalJSON() ([]byte, error)
func (*ListFeaturesResponse) SetItems ¶ added in v0.0.4
func (o *ListFeaturesResponse) SetItems(v []Feature)
SetItems gets a reference to the given []Feature and assigns it to the Items field.
type ListIdentitiesResponse ¶ added in v0.1.0
type ListIdentitiesResponse struct { Items *[]Identity `json:"items,omitempty"` NextToken *string `json:"next_token,omitempty"` }
ListIdentitiesResponse struct for ListIdentitiesResponse
func NewListIdentitiesResponse ¶ added in v0.1.0
func NewListIdentitiesResponse() *ListIdentitiesResponse
NewListIdentitiesResponse instantiates a new ListIdentitiesResponse 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 NewListIdentitiesResponseWithDefaults ¶ added in v0.1.0
func NewListIdentitiesResponseWithDefaults() *ListIdentitiesResponse
NewListIdentitiesResponseWithDefaults instantiates a new ListIdentitiesResponse 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 (*ListIdentitiesResponse) GetItems ¶ added in v0.1.0
func (o *ListIdentitiesResponse) GetItems() []Identity
GetItems returns the Items field value if set, zero value otherwise.
func (*ListIdentitiesResponse) GetItemsOk ¶ added in v0.1.0
func (o *ListIdentitiesResponse) GetItemsOk() (*[]Identity, bool)
GetItemsOk returns a tuple with the Items field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ListIdentitiesResponse) GetNextToken ¶ added in v0.1.0
func (o *ListIdentitiesResponse) GetNextToken() string
GetNextToken returns the NextToken field value if set, zero value otherwise.
func (*ListIdentitiesResponse) GetNextTokenOk ¶ added in v0.1.0
func (o *ListIdentitiesResponse) GetNextTokenOk() (*string, bool)
GetNextTokenOk returns a tuple with the NextToken field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ListIdentitiesResponse) HasItems ¶ added in v0.1.0
func (o *ListIdentitiesResponse) HasItems() bool
HasItems returns a boolean if a field has been set.
func (*ListIdentitiesResponse) HasNextToken ¶ added in v0.1.0
func (o *ListIdentitiesResponse) HasNextToken() bool
HasNextToken returns a boolean if a field has been set.
func (ListIdentitiesResponse) MarshalJSON ¶ added in v0.1.0
func (o ListIdentitiesResponse) MarshalJSON() ([]byte, error)
func (*ListIdentitiesResponse) SetItems ¶ added in v0.1.0
func (o *ListIdentitiesResponse) SetItems(v []Identity)
SetItems gets a reference to the given []Identity and assigns it to the Items field.
func (*ListIdentitiesResponse) SetNextToken ¶ added in v0.1.0
func (o *ListIdentitiesResponse) SetNextToken(v string)
SetNextToken gets a reference to the given string and assigns it to the NextToken field.
type ListLogsResponse ¶ added in v0.0.2
type ListLogsResponse struct { Items *[]LogRecord `json:"items,omitempty"` NextToken *string `json:"next_token,omitempty"` }
ListLogsResponse struct for ListLogsResponse
func NewListLogsResponse ¶ added in v0.0.2
func NewListLogsResponse() *ListLogsResponse
NewListLogsResponse instantiates a new ListLogsResponse 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 NewListLogsResponseWithDefaults ¶ added in v0.0.2
func NewListLogsResponseWithDefaults() *ListLogsResponse
NewListLogsResponseWithDefaults instantiates a new ListLogsResponse 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 (*ListLogsResponse) GetItems ¶ added in v0.0.2
func (o *ListLogsResponse) GetItems() []LogRecord
GetItems returns the Items field value if set, zero value otherwise.
func (*ListLogsResponse) GetItemsOk ¶ added in v0.0.2
func (o *ListLogsResponse) GetItemsOk() (*[]LogRecord, bool)
GetItemsOk returns a tuple with the Items field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ListLogsResponse) GetNextToken ¶ added in v0.0.2
func (o *ListLogsResponse) GetNextToken() string
GetNextToken returns the NextToken field value if set, zero value otherwise.
func (*ListLogsResponse) GetNextTokenOk ¶ added in v0.0.2
func (o *ListLogsResponse) GetNextTokenOk() (*string, bool)
GetNextTokenOk returns a tuple with the NextToken field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ListLogsResponse) HasItems ¶ added in v0.0.2
func (o *ListLogsResponse) HasItems() bool
HasItems returns a boolean if a field has been set.
func (*ListLogsResponse) HasNextToken ¶ added in v0.0.2
func (o *ListLogsResponse) HasNextToken() bool
HasNextToken returns a boolean if a field has been set.
func (ListLogsResponse) MarshalJSON ¶ added in v0.0.2
func (o ListLogsResponse) MarshalJSON() ([]byte, error)
func (*ListLogsResponse) SetItems ¶ added in v0.0.2
func (o *ListLogsResponse) SetItems(v []LogRecord)
SetItems gets a reference to the given []LogRecord and assigns it to the Items field.
func (*ListLogsResponse) SetNextToken ¶ added in v0.0.2
func (o *ListLogsResponse) SetNextToken(v string)
SetNextToken gets a reference to the given string and assigns it to the NextToken field.
type ListOrgUsersResponse ¶ added in v0.0.2
type ListOrgUsersResponse struct { Items *[]OrgUser `json:"items,omitempty"` NextToken *string `json:"next_token,omitempty"` }
ListOrgUsersResponse struct for ListOrgUsersResponse
func NewListOrgUsersResponse ¶ added in v0.0.2
func NewListOrgUsersResponse() *ListOrgUsersResponse
NewListOrgUsersResponse instantiates a new ListOrgUsersResponse 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 NewListOrgUsersResponseWithDefaults ¶ added in v0.0.2
func NewListOrgUsersResponseWithDefaults() *ListOrgUsersResponse
NewListOrgUsersResponseWithDefaults instantiates a new ListOrgUsersResponse 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 (*ListOrgUsersResponse) GetItems ¶ added in v0.0.2
func (o *ListOrgUsersResponse) GetItems() []OrgUser
GetItems returns the Items field value if set, zero value otherwise.
func (*ListOrgUsersResponse) GetItemsOk ¶ added in v0.0.2
func (o *ListOrgUsersResponse) GetItemsOk() (*[]OrgUser, bool)
GetItemsOk returns a tuple with the Items field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ListOrgUsersResponse) GetNextToken ¶ added in v0.0.2
func (o *ListOrgUsersResponse) GetNextToken() string
GetNextToken returns the NextToken field value if set, zero value otherwise.
func (*ListOrgUsersResponse) GetNextTokenOk ¶ added in v0.0.2
func (o *ListOrgUsersResponse) GetNextTokenOk() (*string, bool)
GetNextTokenOk returns a tuple with the NextToken field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ListOrgUsersResponse) HasItems ¶ added in v0.0.2
func (o *ListOrgUsersResponse) HasItems() bool
HasItems returns a boolean if a field has been set.
func (*ListOrgUsersResponse) HasNextToken ¶ added in v0.0.2
func (o *ListOrgUsersResponse) HasNextToken() bool
HasNextToken returns a boolean if a field has been set.
func (ListOrgUsersResponse) MarshalJSON ¶ added in v0.0.2
func (o ListOrgUsersResponse) MarshalJSON() ([]byte, error)
func (*ListOrgUsersResponse) SetItems ¶ added in v0.0.2
func (o *ListOrgUsersResponse) SetItems(v []OrgUser)
SetItems gets a reference to the given []OrgUser and assigns it to the Items field.
func (*ListOrgUsersResponse) SetNextToken ¶ added in v0.0.2
func (o *ListOrgUsersResponse) SetNextToken(v string)
SetNextToken gets a reference to the given string and assigns it to the NextToken field.
type ListOrgWorkspaceUsersResponse ¶ added in v0.1.0
type ListOrgWorkspaceUsersResponse struct { Items *[]OrgWorkspaceUser `json:"items,omitempty"` NextToken *string `json:"next_token,omitempty"` }
ListOrgWorkspaceUsersResponse struct for ListOrgWorkspaceUsersResponse
func NewListOrgWorkspaceUsersResponse ¶ added in v0.1.0
func NewListOrgWorkspaceUsersResponse() *ListOrgWorkspaceUsersResponse
NewListOrgWorkspaceUsersResponse instantiates a new ListOrgWorkspaceUsersResponse 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 NewListOrgWorkspaceUsersResponseWithDefaults ¶ added in v0.1.0
func NewListOrgWorkspaceUsersResponseWithDefaults() *ListOrgWorkspaceUsersResponse
NewListOrgWorkspaceUsersResponseWithDefaults instantiates a new ListOrgWorkspaceUsersResponse 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 (*ListOrgWorkspaceUsersResponse) GetItems ¶ added in v0.1.0
func (o *ListOrgWorkspaceUsersResponse) GetItems() []OrgWorkspaceUser
GetItems returns the Items field value if set, zero value otherwise.
func (*ListOrgWorkspaceUsersResponse) GetItemsOk ¶ added in v0.1.0
func (o *ListOrgWorkspaceUsersResponse) GetItemsOk() (*[]OrgWorkspaceUser, bool)
GetItemsOk returns a tuple with the Items field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ListOrgWorkspaceUsersResponse) GetNextToken ¶ added in v0.1.0
func (o *ListOrgWorkspaceUsersResponse) GetNextToken() string
GetNextToken returns the NextToken field value if set, zero value otherwise.
func (*ListOrgWorkspaceUsersResponse) GetNextTokenOk ¶ added in v0.1.0
func (o *ListOrgWorkspaceUsersResponse) GetNextTokenOk() (*string, bool)
GetNextTokenOk returns a tuple with the NextToken field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ListOrgWorkspaceUsersResponse) HasItems ¶ added in v0.1.0
func (o *ListOrgWorkspaceUsersResponse) HasItems() bool
HasItems returns a boolean if a field has been set.
func (*ListOrgWorkspaceUsersResponse) HasNextToken ¶ added in v0.1.0
func (o *ListOrgWorkspaceUsersResponse) HasNextToken() bool
HasNextToken returns a boolean if a field has been set.
func (ListOrgWorkspaceUsersResponse) MarshalJSON ¶ added in v0.1.0
func (o ListOrgWorkspaceUsersResponse) MarshalJSON() ([]byte, error)
func (*ListOrgWorkspaceUsersResponse) SetItems ¶ added in v0.1.0
func (o *ListOrgWorkspaceUsersResponse) SetItems(v []OrgWorkspaceUser)
SetItems gets a reference to the given []OrgWorkspaceUser and assigns it to the Items field.
func (*ListOrgWorkspaceUsersResponse) SetNextToken ¶ added in v0.1.0
func (o *ListOrgWorkspaceUsersResponse) SetNextToken(v string)
SetNextToken gets a reference to the given string and assigns it to the NextToken field.
type ListOrgsResponse ¶ added in v0.0.2
type ListOrgsResponse struct { Items *[]Org `json:"items,omitempty"` NextToken *string `json:"next_token,omitempty"` }
ListOrgsResponse struct for ListOrgsResponse
func NewListOrgsResponse ¶ added in v0.0.2
func NewListOrgsResponse() *ListOrgsResponse
NewListOrgsResponse instantiates a new ListOrgsResponse 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 NewListOrgsResponseWithDefaults ¶ added in v0.0.2
func NewListOrgsResponseWithDefaults() *ListOrgsResponse
NewListOrgsResponseWithDefaults instantiates a new ListOrgsResponse 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 (*ListOrgsResponse) GetItems ¶ added in v0.0.2
func (o *ListOrgsResponse) GetItems() []Org
GetItems returns the Items field value if set, zero value otherwise.
func (*ListOrgsResponse) GetItemsOk ¶ added in v0.0.2
func (o *ListOrgsResponse) GetItemsOk() (*[]Org, bool)
GetItemsOk returns a tuple with the Items field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ListOrgsResponse) GetNextToken ¶ added in v0.0.2
func (o *ListOrgsResponse) GetNextToken() string
GetNextToken returns the NextToken field value if set, zero value otherwise.
func (*ListOrgsResponse) GetNextTokenOk ¶ added in v0.0.2
func (o *ListOrgsResponse) GetNextTokenOk() (*string, bool)
GetNextTokenOk returns a tuple with the NextToken field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ListOrgsResponse) HasItems ¶ added in v0.0.2
func (o *ListOrgsResponse) HasItems() bool
HasItems returns a boolean if a field has been set.
func (*ListOrgsResponse) HasNextToken ¶ added in v0.0.2
func (o *ListOrgsResponse) HasNextToken() bool
HasNextToken returns a boolean if a field has been set.
func (ListOrgsResponse) MarshalJSON ¶ added in v0.0.2
func (o ListOrgsResponse) MarshalJSON() ([]byte, error)
func (*ListOrgsResponse) SetItems ¶ added in v0.0.2
func (o *ListOrgsResponse) SetItems(v []Org)
SetItems gets a reference to the given []Org and assigns it to the Items field.
func (*ListOrgsResponse) SetNextToken ¶ added in v0.0.2
func (o *ListOrgsResponse) SetNextToken(v string)
SetNextToken gets a reference to the given string and assigns it to the NextToken field.
type ListPipelinesResponse ¶ added in v0.5.0
type ListPipelinesResponse struct { Items *[]Pipeline `json:"items,omitempty"` NextToken *string `json:"next_token,omitempty"` }
ListPipelinesResponse struct for ListPipelinesResponse
func NewListPipelinesResponse ¶ added in v0.5.0
func NewListPipelinesResponse() *ListPipelinesResponse
NewListPipelinesResponse instantiates a new ListPipelinesResponse 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 NewListPipelinesResponseWithDefaults ¶ added in v0.5.0
func NewListPipelinesResponseWithDefaults() *ListPipelinesResponse
NewListPipelinesResponseWithDefaults instantiates a new ListPipelinesResponse 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 (*ListPipelinesResponse) GetItems ¶ added in v0.5.0
func (o *ListPipelinesResponse) GetItems() []Pipeline
GetItems returns the Items field value if set, zero value otherwise.
func (*ListPipelinesResponse) GetItemsOk ¶ added in v0.5.0
func (o *ListPipelinesResponse) GetItemsOk() (*[]Pipeline, bool)
GetItemsOk returns a tuple with the Items field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ListPipelinesResponse) GetNextToken ¶ added in v0.5.0
func (o *ListPipelinesResponse) GetNextToken() string
GetNextToken returns the NextToken field value if set, zero value otherwise.
func (*ListPipelinesResponse) GetNextTokenOk ¶ added in v0.5.0
func (o *ListPipelinesResponse) GetNextTokenOk() (*string, bool)
GetNextTokenOk returns a tuple with the NextToken field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ListPipelinesResponse) HasItems ¶ added in v0.5.0
func (o *ListPipelinesResponse) HasItems() bool
HasItems returns a boolean if a field has been set.
func (*ListPipelinesResponse) HasNextToken ¶ added in v0.5.0
func (o *ListPipelinesResponse) HasNextToken() bool
HasNextToken returns a boolean if a field has been set.
func (ListPipelinesResponse) MarshalJSON ¶ added in v0.5.0
func (o ListPipelinesResponse) MarshalJSON() ([]byte, error)
func (*ListPipelinesResponse) SetItems ¶ added in v0.5.0
func (o *ListPipelinesResponse) SetItems(v []Pipeline)
SetItems gets a reference to the given []Pipeline and assigns it to the Items field.
func (*ListPipelinesResponse) SetNextToken ¶ added in v0.5.0
func (o *ListPipelinesResponse) SetNextToken(v string)
SetNextToken gets a reference to the given string and assigns it to the NextToken field.
type ListProcessesResponse ¶ added in v0.5.0
type ListProcessesResponse struct { Items *[]SpProcess `json:"items,omitempty"` NextToken *string `json:"next_token,omitempty"` }
ListProcessesResponse struct for ListProcessesResponse
func NewListProcessesResponse ¶ added in v0.5.0
func NewListProcessesResponse() *ListProcessesResponse
NewListProcessesResponse instantiates a new ListProcessesResponse 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 NewListProcessesResponseWithDefaults ¶ added in v0.5.0
func NewListProcessesResponseWithDefaults() *ListProcessesResponse
NewListProcessesResponseWithDefaults instantiates a new ListProcessesResponse 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 (*ListProcessesResponse) GetItems ¶ added in v0.5.0
func (o *ListProcessesResponse) GetItems() []SpProcess
GetItems returns the Items field value if set, zero value otherwise.
func (*ListProcessesResponse) GetItemsOk ¶ added in v0.5.0
func (o *ListProcessesResponse) GetItemsOk() (*[]SpProcess, bool)
GetItemsOk returns a tuple with the Items field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ListProcessesResponse) GetNextToken ¶ added in v0.5.0
func (o *ListProcessesResponse) GetNextToken() string
GetNextToken returns the NextToken field value if set, zero value otherwise.
func (*ListProcessesResponse) GetNextTokenOk ¶ added in v0.5.0
func (o *ListProcessesResponse) GetNextTokenOk() (*string, bool)
GetNextTokenOk returns a tuple with the NextToken field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ListProcessesResponse) HasItems ¶ added in v0.5.0
func (o *ListProcessesResponse) HasItems() bool
HasItems returns a boolean if a field has been set.
func (*ListProcessesResponse) HasNextToken ¶ added in v0.5.0
func (o *ListProcessesResponse) HasNextToken() bool
HasNextToken returns a boolean if a field has been set.
func (ListProcessesResponse) MarshalJSON ¶ added in v0.5.0
func (o ListProcessesResponse) MarshalJSON() ([]byte, error)
func (*ListProcessesResponse) SetItems ¶ added in v0.5.0
func (o *ListProcessesResponse) SetItems(v []SpProcess)
SetItems gets a reference to the given []SpProcess and assigns it to the Items field.
func (*ListProcessesResponse) SetNextToken ¶ added in v0.5.0
func (o *ListProcessesResponse) SetNextToken(v string)
SetNextToken gets a reference to the given string and assigns it to the NextToken field.
type ListTokensResponse ¶ added in v0.0.2
type ListTokensResponse struct { Items *[]Token `json:"items,omitempty"` NextToken *string `json:"next_token,omitempty"` }
ListTokensResponse struct for ListTokensResponse
func NewListTokensResponse ¶ added in v0.0.2
func NewListTokensResponse() *ListTokensResponse
NewListTokensResponse instantiates a new ListTokensResponse 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 NewListTokensResponseWithDefaults ¶ added in v0.0.2
func NewListTokensResponseWithDefaults() *ListTokensResponse
NewListTokensResponseWithDefaults instantiates a new ListTokensResponse 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 (*ListTokensResponse) GetItems ¶ added in v0.0.2
func (o *ListTokensResponse) GetItems() []Token
GetItems returns the Items field value if set, zero value otherwise.
func (*ListTokensResponse) GetItemsOk ¶ added in v0.0.2
func (o *ListTokensResponse) GetItemsOk() (*[]Token, bool)
GetItemsOk returns a tuple with the Items field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ListTokensResponse) GetNextToken ¶ added in v0.0.2
func (o *ListTokensResponse) GetNextToken() string
GetNextToken returns the NextToken field value if set, zero value otherwise.
func (*ListTokensResponse) GetNextTokenOk ¶ added in v0.0.2
func (o *ListTokensResponse) GetNextTokenOk() (*string, bool)
GetNextTokenOk returns a tuple with the NextToken field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ListTokensResponse) HasItems ¶ added in v0.0.2
func (o *ListTokensResponse) HasItems() bool
HasItems returns a boolean if a field has been set.
func (*ListTokensResponse) HasNextToken ¶ added in v0.0.2
func (o *ListTokensResponse) HasNextToken() bool
HasNextToken returns a boolean if a field has been set.
func (ListTokensResponse) MarshalJSON ¶ added in v0.0.2
func (o ListTokensResponse) MarshalJSON() ([]byte, error)
func (*ListTokensResponse) SetItems ¶ added in v0.0.2
func (o *ListTokensResponse) SetItems(v []Token)
SetItems gets a reference to the given []Token and assigns it to the Items field.
func (*ListTokensResponse) SetNextToken ¶ added in v0.0.2
func (o *ListTokensResponse) SetNextToken(v string)
SetNextToken gets a reference to the given string and assigns it to the NextToken field.
type ListUserEmailsResponse ¶ added in v0.2.0
type ListUserEmailsResponse struct { Items *[]UserEmail `json:"items,omitempty"` NextToken *string `json:"next_token,omitempty"` }
ListUserEmailsResponse struct for ListUserEmailsResponse
func NewListUserEmailsResponse ¶ added in v0.2.0
func NewListUserEmailsResponse() *ListUserEmailsResponse
NewListUserEmailsResponse instantiates a new ListUserEmailsResponse 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 NewListUserEmailsResponseWithDefaults ¶ added in v0.2.0
func NewListUserEmailsResponseWithDefaults() *ListUserEmailsResponse
NewListUserEmailsResponseWithDefaults instantiates a new ListUserEmailsResponse 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 (*ListUserEmailsResponse) GetItems ¶ added in v0.2.0
func (o *ListUserEmailsResponse) GetItems() []UserEmail
GetItems returns the Items field value if set, zero value otherwise.
func (*ListUserEmailsResponse) GetItemsOk ¶ added in v0.2.0
func (o *ListUserEmailsResponse) GetItemsOk() (*[]UserEmail, bool)
GetItemsOk returns a tuple with the Items field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ListUserEmailsResponse) GetNextToken ¶ added in v0.2.0
func (o *ListUserEmailsResponse) GetNextToken() string
GetNextToken returns the NextToken field value if set, zero value otherwise.
func (*ListUserEmailsResponse) GetNextTokenOk ¶ added in v0.2.0
func (o *ListUserEmailsResponse) GetNextTokenOk() (*string, bool)
GetNextTokenOk returns a tuple with the NextToken field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ListUserEmailsResponse) HasItems ¶ added in v0.2.0
func (o *ListUserEmailsResponse) HasItems() bool
HasItems returns a boolean if a field has been set.
func (*ListUserEmailsResponse) HasNextToken ¶ added in v0.2.0
func (o *ListUserEmailsResponse) HasNextToken() bool
HasNextToken returns a boolean if a field has been set.
func (ListUserEmailsResponse) MarshalJSON ¶ added in v0.2.0
func (o ListUserEmailsResponse) MarshalJSON() ([]byte, error)
func (*ListUserEmailsResponse) SetItems ¶ added in v0.2.0
func (o *ListUserEmailsResponse) SetItems(v []UserEmail)
SetItems gets a reference to the given []UserEmail and assigns it to the Items field.
func (*ListUserEmailsResponse) SetNextToken ¶ added in v0.2.0
func (o *ListUserEmailsResponse) SetNextToken(v string)
SetNextToken gets a reference to the given string and assigns it to the NextToken field.
type ListUserOrgsResponse ¶ added in v0.0.2
type ListUserOrgsResponse struct { Items *[]UserOrg `json:"items,omitempty"` NextToken *string `json:"next_token,omitempty"` }
ListUserOrgsResponse struct for ListUserOrgsResponse
func NewListUserOrgsResponse ¶ added in v0.0.2
func NewListUserOrgsResponse() *ListUserOrgsResponse
NewListUserOrgsResponse instantiates a new ListUserOrgsResponse 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 NewListUserOrgsResponseWithDefaults ¶ added in v0.0.2
func NewListUserOrgsResponseWithDefaults() *ListUserOrgsResponse
NewListUserOrgsResponseWithDefaults instantiates a new ListUserOrgsResponse 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 (*ListUserOrgsResponse) GetItems ¶ added in v0.0.2
func (o *ListUserOrgsResponse) GetItems() []UserOrg
GetItems returns the Items field value if set, zero value otherwise.
func (*ListUserOrgsResponse) GetItemsOk ¶ added in v0.0.2
func (o *ListUserOrgsResponse) GetItemsOk() (*[]UserOrg, bool)
GetItemsOk returns a tuple with the Items field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ListUserOrgsResponse) GetNextToken ¶ added in v0.0.2
func (o *ListUserOrgsResponse) GetNextToken() string
GetNextToken returns the NextToken field value if set, zero value otherwise.
func (*ListUserOrgsResponse) GetNextTokenOk ¶ added in v0.0.2
func (o *ListUserOrgsResponse) GetNextTokenOk() (*string, bool)
GetNextTokenOk returns a tuple with the NextToken field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ListUserOrgsResponse) HasItems ¶ added in v0.0.2
func (o *ListUserOrgsResponse) HasItems() bool
HasItems returns a boolean if a field has been set.
func (*ListUserOrgsResponse) HasNextToken ¶ added in v0.0.2
func (o *ListUserOrgsResponse) HasNextToken() bool
HasNextToken returns a boolean if a field has been set.
func (ListUserOrgsResponse) MarshalJSON ¶ added in v0.0.2
func (o ListUserOrgsResponse) MarshalJSON() ([]byte, error)
func (*ListUserOrgsResponse) SetItems ¶ added in v0.0.2
func (o *ListUserOrgsResponse) SetItems(v []UserOrg)
SetItems gets a reference to the given []UserOrg and assigns it to the Items field.
func (*ListUserOrgsResponse) SetNextToken ¶ added in v0.0.2
func (o *ListUserOrgsResponse) SetNextToken(v string)
SetNextToken gets a reference to the given string and assigns it to the NextToken field.
type ListUsersResponse ¶ added in v0.0.2
type ListUsersResponse struct { Items *[]User `json:"items,omitempty"` NextToken *string `json:"next_token,omitempty"` }
ListUsersResponse struct for ListUsersResponse
func NewListUsersResponse ¶ added in v0.0.2
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 ¶ added in v0.0.2
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) GetItems ¶ added in v0.0.2
func (o *ListUsersResponse) GetItems() []User
GetItems returns the Items field value if set, zero value otherwise.
func (*ListUsersResponse) GetItemsOk ¶ added in v0.0.2
func (o *ListUsersResponse) GetItemsOk() (*[]User, bool)
GetItemsOk returns a tuple with the Items field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ListUsersResponse) GetNextToken ¶ added in v0.0.2
func (o *ListUsersResponse) GetNextToken() string
GetNextToken returns the NextToken field value if set, zero value otherwise.
func (*ListUsersResponse) GetNextTokenOk ¶ added in v0.0.2
func (o *ListUsersResponse) GetNextTokenOk() (*string, bool)
GetNextTokenOk returns a tuple with the NextToken field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ListUsersResponse) HasItems ¶ added in v0.0.2
func (o *ListUsersResponse) HasItems() bool
HasItems returns a boolean if a field has been set.
func (*ListUsersResponse) HasNextToken ¶ added in v0.0.2
func (o *ListUsersResponse) HasNextToken() bool
HasNextToken returns a boolean if a field has been set.
func (ListUsersResponse) MarshalJSON ¶ added in v0.0.2
func (o ListUsersResponse) MarshalJSON() ([]byte, error)
func (*ListUsersResponse) SetItems ¶ added in v0.0.2
func (o *ListUsersResponse) SetItems(v []User)
SetItems gets a reference to the given []User and assigns it to the Items field.
func (*ListUsersResponse) SetNextToken ¶ added in v0.0.2
func (o *ListUsersResponse) SetNextToken(v string)
SetNextToken gets a reference to the given string and assigns it to the NextToken field.
type ListWorkspaceAggregatorsResponse ¶ added in v0.6.0
type ListWorkspaceAggregatorsResponse struct { Items *[]WorkspaceAggregator `json:"items,omitempty"` NextToken *string `json:"next_token,omitempty"` }
ListWorkspaceAggregatorsResponse struct for ListWorkspaceAggregatorsResponse
func NewListWorkspaceAggregatorsResponse ¶ added in v0.6.0
func NewListWorkspaceAggregatorsResponse() *ListWorkspaceAggregatorsResponse
NewListWorkspaceAggregatorsResponse instantiates a new ListWorkspaceAggregatorsResponse 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 NewListWorkspaceAggregatorsResponseWithDefaults ¶ added in v0.6.0
func NewListWorkspaceAggregatorsResponseWithDefaults() *ListWorkspaceAggregatorsResponse
NewListWorkspaceAggregatorsResponseWithDefaults instantiates a new ListWorkspaceAggregatorsResponse 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 (*ListWorkspaceAggregatorsResponse) GetItems ¶ added in v0.6.0
func (o *ListWorkspaceAggregatorsResponse) GetItems() []WorkspaceAggregator
GetItems returns the Items field value if set, zero value otherwise.
func (*ListWorkspaceAggregatorsResponse) GetItemsOk ¶ added in v0.6.0
func (o *ListWorkspaceAggregatorsResponse) GetItemsOk() (*[]WorkspaceAggregator, bool)
GetItemsOk returns a tuple with the Items field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ListWorkspaceAggregatorsResponse) GetNextToken ¶ added in v0.6.0
func (o *ListWorkspaceAggregatorsResponse) GetNextToken() string
GetNextToken returns the NextToken field value if set, zero value otherwise.
func (*ListWorkspaceAggregatorsResponse) GetNextTokenOk ¶ added in v0.6.0
func (o *ListWorkspaceAggregatorsResponse) GetNextTokenOk() (*string, bool)
GetNextTokenOk returns a tuple with the NextToken field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ListWorkspaceAggregatorsResponse) HasItems ¶ added in v0.6.0
func (o *ListWorkspaceAggregatorsResponse) HasItems() bool
HasItems returns a boolean if a field has been set.
func (*ListWorkspaceAggregatorsResponse) HasNextToken ¶ added in v0.6.0
func (o *ListWorkspaceAggregatorsResponse) HasNextToken() bool
HasNextToken returns a boolean if a field has been set.
func (ListWorkspaceAggregatorsResponse) MarshalJSON ¶ added in v0.6.0
func (o ListWorkspaceAggregatorsResponse) MarshalJSON() ([]byte, error)
func (*ListWorkspaceAggregatorsResponse) SetItems ¶ added in v0.6.0
func (o *ListWorkspaceAggregatorsResponse) SetItems(v []WorkspaceAggregator)
SetItems gets a reference to the given []WorkspaceAggregator and assigns it to the Items field.
func (*ListWorkspaceAggregatorsResponse) SetNextToken ¶ added in v0.6.0
func (o *ListWorkspaceAggregatorsResponse) SetNextToken(v string)
SetNextToken gets a reference to the given string and assigns it to the NextToken field.
type ListWorkspaceConnResponse ¶ added in v0.0.2
type ListWorkspaceConnResponse struct { Items *[]WorkspaceConn `json:"items,omitempty"` NextToken *string `json:"next_token,omitempty"` }
ListWorkspaceConnResponse struct for ListWorkspaceConnResponse
func NewListWorkspaceConnResponse ¶ added in v0.0.2
func NewListWorkspaceConnResponse() *ListWorkspaceConnResponse
NewListWorkspaceConnResponse instantiates a new ListWorkspaceConnResponse 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 NewListWorkspaceConnResponseWithDefaults ¶ added in v0.0.2
func NewListWorkspaceConnResponseWithDefaults() *ListWorkspaceConnResponse
NewListWorkspaceConnResponseWithDefaults instantiates a new ListWorkspaceConnResponse 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 (*ListWorkspaceConnResponse) GetItems ¶ added in v0.0.2
func (o *ListWorkspaceConnResponse) GetItems() []WorkspaceConn
GetItems returns the Items field value if set, zero value otherwise.
func (*ListWorkspaceConnResponse) GetItemsOk ¶ added in v0.0.2
func (o *ListWorkspaceConnResponse) GetItemsOk() (*[]WorkspaceConn, bool)
GetItemsOk returns a tuple with the Items field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ListWorkspaceConnResponse) GetNextToken ¶ added in v0.0.2
func (o *ListWorkspaceConnResponse) GetNextToken() string
GetNextToken returns the NextToken field value if set, zero value otherwise.
func (*ListWorkspaceConnResponse) GetNextTokenOk ¶ added in v0.0.2
func (o *ListWorkspaceConnResponse) GetNextTokenOk() (*string, bool)
GetNextTokenOk returns a tuple with the NextToken field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ListWorkspaceConnResponse) HasItems ¶ added in v0.0.2
func (o *ListWorkspaceConnResponse) HasItems() bool
HasItems returns a boolean if a field has been set.
func (*ListWorkspaceConnResponse) HasNextToken ¶ added in v0.0.2
func (o *ListWorkspaceConnResponse) HasNextToken() bool
HasNextToken returns a boolean if a field has been set.
func (ListWorkspaceConnResponse) MarshalJSON ¶ added in v0.0.2
func (o ListWorkspaceConnResponse) MarshalJSON() ([]byte, error)
func (*ListWorkspaceConnResponse) SetItems ¶ added in v0.0.2
func (o *ListWorkspaceConnResponse) SetItems(v []WorkspaceConn)
SetItems gets a reference to the given []WorkspaceConn and assigns it to the Items field.
func (*ListWorkspaceConnResponse) SetNextToken ¶ added in v0.0.2
func (o *ListWorkspaceConnResponse) SetNextToken(v string)
SetNextToken gets a reference to the given string and assigns it to the NextToken field.
type ListWorkspaceConnectionAssociationsResponse ¶ added in v0.6.0
type ListWorkspaceConnectionAssociationsResponse struct { Items *[]WorkspaceConnectionAssociation `json:"items,omitempty"` NextToken *string `json:"next_token,omitempty"` }
ListWorkspaceConnectionAssociationsResponse struct for ListWorkspaceConnectionAssociationsResponse
func NewListWorkspaceConnectionAssociationsResponse ¶ added in v0.6.0
func NewListWorkspaceConnectionAssociationsResponse() *ListWorkspaceConnectionAssociationsResponse
NewListWorkspaceConnectionAssociationsResponse instantiates a new ListWorkspaceConnectionAssociationsResponse 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 NewListWorkspaceConnectionAssociationsResponseWithDefaults ¶ added in v0.6.0
func NewListWorkspaceConnectionAssociationsResponseWithDefaults() *ListWorkspaceConnectionAssociationsResponse
NewListWorkspaceConnectionAssociationsResponseWithDefaults instantiates a new ListWorkspaceConnectionAssociationsResponse 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 (*ListWorkspaceConnectionAssociationsResponse) GetItems ¶ added in v0.6.0
func (o *ListWorkspaceConnectionAssociationsResponse) GetItems() []WorkspaceConnectionAssociation
GetItems returns the Items field value if set, zero value otherwise.
func (*ListWorkspaceConnectionAssociationsResponse) GetItemsOk ¶ added in v0.6.0
func (o *ListWorkspaceConnectionAssociationsResponse) GetItemsOk() (*[]WorkspaceConnectionAssociation, bool)
GetItemsOk returns a tuple with the Items field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ListWorkspaceConnectionAssociationsResponse) GetNextToken ¶ added in v0.6.0
func (o *ListWorkspaceConnectionAssociationsResponse) GetNextToken() string
GetNextToken returns the NextToken field value if set, zero value otherwise.
func (*ListWorkspaceConnectionAssociationsResponse) GetNextTokenOk ¶ added in v0.6.0
func (o *ListWorkspaceConnectionAssociationsResponse) GetNextTokenOk() (*string, bool)
GetNextTokenOk returns a tuple with the NextToken field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ListWorkspaceConnectionAssociationsResponse) HasItems ¶ added in v0.6.0
func (o *ListWorkspaceConnectionAssociationsResponse) HasItems() bool
HasItems returns a boolean if a field has been set.
func (*ListWorkspaceConnectionAssociationsResponse) HasNextToken ¶ added in v0.6.0
func (o *ListWorkspaceConnectionAssociationsResponse) HasNextToken() bool
HasNextToken returns a boolean if a field has been set.
func (ListWorkspaceConnectionAssociationsResponse) MarshalJSON ¶ added in v0.6.0
func (o ListWorkspaceConnectionAssociationsResponse) MarshalJSON() ([]byte, error)
func (*ListWorkspaceConnectionAssociationsResponse) SetItems ¶ added in v0.6.0
func (o *ListWorkspaceConnectionAssociationsResponse) SetItems(v []WorkspaceConnectionAssociation)
SetItems gets a reference to the given []WorkspaceConnectionAssociation and assigns it to the Items field.
func (*ListWorkspaceConnectionAssociationsResponse) SetNextToken ¶ added in v0.6.0
func (o *ListWorkspaceConnectionAssociationsResponse) SetNextToken(v string)
SetNextToken gets a reference to the given string and assigns it to the NextToken field.
type ListWorkspaceConnectionsResponse ¶ added in v0.6.0
type ListWorkspaceConnectionsResponse struct { Items *[]WorkspaceConnection `json:"items,omitempty"` NextToken *string `json:"next_token,omitempty"` }
ListWorkspaceConnectionsResponse struct for ListWorkspaceConnectionsResponse
func NewListWorkspaceConnectionsResponse ¶ added in v0.6.0
func NewListWorkspaceConnectionsResponse() *ListWorkspaceConnectionsResponse
NewListWorkspaceConnectionsResponse instantiates a new ListWorkspaceConnectionsResponse 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 NewListWorkspaceConnectionsResponseWithDefaults ¶ added in v0.6.0
func NewListWorkspaceConnectionsResponseWithDefaults() *ListWorkspaceConnectionsResponse
NewListWorkspaceConnectionsResponseWithDefaults instantiates a new ListWorkspaceConnectionsResponse 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 (*ListWorkspaceConnectionsResponse) GetItems ¶ added in v0.6.0
func (o *ListWorkspaceConnectionsResponse) GetItems() []WorkspaceConnection
GetItems returns the Items field value if set, zero value otherwise.
func (*ListWorkspaceConnectionsResponse) GetItemsOk ¶ added in v0.6.0
func (o *ListWorkspaceConnectionsResponse) GetItemsOk() (*[]WorkspaceConnection, bool)
GetItemsOk returns a tuple with the Items field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ListWorkspaceConnectionsResponse) GetNextToken ¶ added in v0.6.0
func (o *ListWorkspaceConnectionsResponse) GetNextToken() string
GetNextToken returns the NextToken field value if set, zero value otherwise.
func (*ListWorkspaceConnectionsResponse) GetNextTokenOk ¶ added in v0.6.0
func (o *ListWorkspaceConnectionsResponse) GetNextTokenOk() (*string, bool)
GetNextTokenOk returns a tuple with the NextToken field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ListWorkspaceConnectionsResponse) HasItems ¶ added in v0.6.0
func (o *ListWorkspaceConnectionsResponse) HasItems() bool
HasItems returns a boolean if a field has been set.
func (*ListWorkspaceConnectionsResponse) HasNextToken ¶ added in v0.6.0
func (o *ListWorkspaceConnectionsResponse) HasNextToken() bool
HasNextToken returns a boolean if a field has been set.
func (ListWorkspaceConnectionsResponse) MarshalJSON ¶ added in v0.6.0
func (o ListWorkspaceConnectionsResponse) MarshalJSON() ([]byte, error)
func (*ListWorkspaceConnectionsResponse) SetItems ¶ added in v0.6.0
func (o *ListWorkspaceConnectionsResponse) SetItems(v []WorkspaceConnection)
SetItems gets a reference to the given []WorkspaceConnection and assigns it to the Items field.
func (*ListWorkspaceConnectionsResponse) SetNextToken ¶ added in v0.6.0
func (o *ListWorkspaceConnectionsResponse) SetNextToken(v string)
SetNextToken gets a reference to the given string and assigns it to the NextToken field.
type ListWorkspaceModVariablesResponse ¶ added in v0.0.4
type ListWorkspaceModVariablesResponse struct { Items *[]WorkspaceModVariable `json:"items,omitempty"` NextToken *string `json:"next_token,omitempty"` }
ListWorkspaceModVariablesResponse struct for ListWorkspaceModVariablesResponse
func NewListWorkspaceModVariablesResponse ¶ added in v0.0.4
func NewListWorkspaceModVariablesResponse() *ListWorkspaceModVariablesResponse
NewListWorkspaceModVariablesResponse instantiates a new ListWorkspaceModVariablesResponse 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 NewListWorkspaceModVariablesResponseWithDefaults ¶ added in v0.0.4
func NewListWorkspaceModVariablesResponseWithDefaults() *ListWorkspaceModVariablesResponse
NewListWorkspaceModVariablesResponseWithDefaults instantiates a new ListWorkspaceModVariablesResponse 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 (*ListWorkspaceModVariablesResponse) GetItems ¶ added in v0.0.4
func (o *ListWorkspaceModVariablesResponse) GetItems() []WorkspaceModVariable
GetItems returns the Items field value if set, zero value otherwise.
func (*ListWorkspaceModVariablesResponse) GetItemsOk ¶ added in v0.0.4
func (o *ListWorkspaceModVariablesResponse) GetItemsOk() (*[]WorkspaceModVariable, bool)
GetItemsOk returns a tuple with the Items field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ListWorkspaceModVariablesResponse) GetNextToken ¶ added in v0.0.4
func (o *ListWorkspaceModVariablesResponse) GetNextToken() string
GetNextToken returns the NextToken field value if set, zero value otherwise.
func (*ListWorkspaceModVariablesResponse) GetNextTokenOk ¶ added in v0.0.4
func (o *ListWorkspaceModVariablesResponse) GetNextTokenOk() (*string, bool)
GetNextTokenOk returns a tuple with the NextToken field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ListWorkspaceModVariablesResponse) HasItems ¶ added in v0.0.4
func (o *ListWorkspaceModVariablesResponse) HasItems() bool
HasItems returns a boolean if a field has been set.
func (*ListWorkspaceModVariablesResponse) HasNextToken ¶ added in v0.0.4
func (o *ListWorkspaceModVariablesResponse) HasNextToken() bool
HasNextToken returns a boolean if a field has been set.
func (ListWorkspaceModVariablesResponse) MarshalJSON ¶ added in v0.0.4
func (o ListWorkspaceModVariablesResponse) MarshalJSON() ([]byte, error)
func (*ListWorkspaceModVariablesResponse) SetItems ¶ added in v0.0.4
func (o *ListWorkspaceModVariablesResponse) SetItems(v []WorkspaceModVariable)
SetItems gets a reference to the given []WorkspaceModVariable and assigns it to the Items field.
func (*ListWorkspaceModVariablesResponse) SetNextToken ¶ added in v0.0.4
func (o *ListWorkspaceModVariablesResponse) SetNextToken(v string)
SetNextToken gets a reference to the given string and assigns it to the NextToken field.
type ListWorkspaceModsResponse ¶ added in v0.0.4
type ListWorkspaceModsResponse struct { Items *[]WorkspaceMod `json:"items,omitempty"` NextToken *string `json:"next_token,omitempty"` }
ListWorkspaceModsResponse struct for ListWorkspaceModsResponse
func NewListWorkspaceModsResponse ¶ added in v0.0.4
func NewListWorkspaceModsResponse() *ListWorkspaceModsResponse
NewListWorkspaceModsResponse instantiates a new ListWorkspaceModsResponse 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 NewListWorkspaceModsResponseWithDefaults ¶ added in v0.0.4
func NewListWorkspaceModsResponseWithDefaults() *ListWorkspaceModsResponse
NewListWorkspaceModsResponseWithDefaults instantiates a new ListWorkspaceModsResponse 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 (*ListWorkspaceModsResponse) GetItems ¶ added in v0.0.4
func (o *ListWorkspaceModsResponse) GetItems() []WorkspaceMod
GetItems returns the Items field value if set, zero value otherwise.
func (*ListWorkspaceModsResponse) GetItemsOk ¶ added in v0.0.4
func (o *ListWorkspaceModsResponse) GetItemsOk() (*[]WorkspaceMod, bool)
GetItemsOk returns a tuple with the Items field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ListWorkspaceModsResponse) GetNextToken ¶ added in v0.0.4
func (o *ListWorkspaceModsResponse) GetNextToken() string
GetNextToken returns the NextToken field value if set, zero value otherwise.
func (*ListWorkspaceModsResponse) GetNextTokenOk ¶ added in v0.0.4
func (o *ListWorkspaceModsResponse) GetNextTokenOk() (*string, bool)
GetNextTokenOk returns a tuple with the NextToken field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ListWorkspaceModsResponse) HasItems ¶ added in v0.0.4
func (o *ListWorkspaceModsResponse) HasItems() bool
HasItems returns a boolean if a field has been set.
func (*ListWorkspaceModsResponse) HasNextToken ¶ added in v0.0.4
func (o *ListWorkspaceModsResponse) HasNextToken() bool
HasNextToken returns a boolean if a field has been set.
func (ListWorkspaceModsResponse) MarshalJSON ¶ added in v0.0.4
func (o ListWorkspaceModsResponse) MarshalJSON() ([]byte, error)
func (*ListWorkspaceModsResponse) SetItems ¶ added in v0.0.4
func (o *ListWorkspaceModsResponse) SetItems(v []WorkspaceMod)
SetItems gets a reference to the given []WorkspaceMod and assigns it to the Items field.
func (*ListWorkspaceModsResponse) SetNextToken ¶ added in v0.0.4
func (o *ListWorkspaceModsResponse) SetNextToken(v string)
SetNextToken gets a reference to the given string and assigns it to the NextToken field.
type ListWorkspaceSnapshotsResponse ¶ added in v0.1.3
type ListWorkspaceSnapshotsResponse struct { // Metadata ListResponseMetadata `json:\"metadata\"` Items *[]WorkspaceSnapshot `json:"items,omitempty"` NextToken *string `json:"next_token,omitempty"` }
ListWorkspaceSnapshotsResponse struct for ListWorkspaceSnapshotsResponse
func NewListWorkspaceSnapshotsResponse ¶ added in v0.1.3
func NewListWorkspaceSnapshotsResponse() *ListWorkspaceSnapshotsResponse
NewListWorkspaceSnapshotsResponse instantiates a new ListWorkspaceSnapshotsResponse 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 NewListWorkspaceSnapshotsResponseWithDefaults ¶ added in v0.1.3
func NewListWorkspaceSnapshotsResponseWithDefaults() *ListWorkspaceSnapshotsResponse
NewListWorkspaceSnapshotsResponseWithDefaults instantiates a new ListWorkspaceSnapshotsResponse 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 (*ListWorkspaceSnapshotsResponse) GetItems ¶ added in v0.1.3
func (o *ListWorkspaceSnapshotsResponse) GetItems() []WorkspaceSnapshot
GetItems returns the Items field value if set, zero value otherwise.
func (*ListWorkspaceSnapshotsResponse) GetItemsOk ¶ added in v0.1.3
func (o *ListWorkspaceSnapshotsResponse) GetItemsOk() (*[]WorkspaceSnapshot, bool)
GetItemsOk returns a tuple with the Items field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ListWorkspaceSnapshotsResponse) GetNextToken ¶ added in v0.1.3
func (o *ListWorkspaceSnapshotsResponse) GetNextToken() string
GetNextToken returns the NextToken field value if set, zero value otherwise.
func (*ListWorkspaceSnapshotsResponse) GetNextTokenOk ¶ added in v0.1.3
func (o *ListWorkspaceSnapshotsResponse) GetNextTokenOk() (*string, bool)
GetNextTokenOk returns a tuple with the NextToken field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ListWorkspaceSnapshotsResponse) HasItems ¶ added in v0.1.3
func (o *ListWorkspaceSnapshotsResponse) HasItems() bool
HasItems returns a boolean if a field has been set.
func (*ListWorkspaceSnapshotsResponse) HasNextToken ¶ added in v0.1.3
func (o *ListWorkspaceSnapshotsResponse) HasNextToken() bool
HasNextToken returns a boolean if a field has been set.
func (ListWorkspaceSnapshotsResponse) MarshalJSON ¶ added in v0.1.3
func (o ListWorkspaceSnapshotsResponse) MarshalJSON() ([]byte, error)
func (*ListWorkspaceSnapshotsResponse) SetItems ¶ added in v0.1.3
func (o *ListWorkspaceSnapshotsResponse) SetItems(v []WorkspaceSnapshot)
SetItems gets a reference to the given []WorkspaceSnapshot and assigns it to the Items field.
func (*ListWorkspaceSnapshotsResponse) SetNextToken ¶ added in v0.1.3
func (o *ListWorkspaceSnapshotsResponse) SetNextToken(v string)
SetNextToken gets a reference to the given string and assigns it to the NextToken field.
type ListWorkspacesResponse ¶ added in v0.0.2
type ListWorkspacesResponse struct { Items *[]Workspace `json:"items,omitempty"` NextToken *string `json:"next_token,omitempty"` }
ListWorkspacesResponse struct for ListWorkspacesResponse
func NewListWorkspacesResponse ¶ added in v0.0.2
func NewListWorkspacesResponse() *ListWorkspacesResponse
NewListWorkspacesResponse instantiates a new ListWorkspacesResponse 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 NewListWorkspacesResponseWithDefaults ¶ added in v0.0.2
func NewListWorkspacesResponseWithDefaults() *ListWorkspacesResponse
NewListWorkspacesResponseWithDefaults instantiates a new ListWorkspacesResponse 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 (*ListWorkspacesResponse) GetItems ¶ added in v0.0.2
func (o *ListWorkspacesResponse) GetItems() []Workspace
GetItems returns the Items field value if set, zero value otherwise.
func (*ListWorkspacesResponse) GetItemsOk ¶ added in v0.0.2
func (o *ListWorkspacesResponse) GetItemsOk() (*[]Workspace, bool)
GetItemsOk returns a tuple with the Items field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ListWorkspacesResponse) GetNextToken ¶ added in v0.0.2
func (o *ListWorkspacesResponse) GetNextToken() string
GetNextToken returns the NextToken field value if set, zero value otherwise.
func (*ListWorkspacesResponse) GetNextTokenOk ¶ added in v0.0.2
func (o *ListWorkspacesResponse) GetNextTokenOk() (*string, bool)
GetNextTokenOk returns a tuple with the NextToken field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ListWorkspacesResponse) HasItems ¶ added in v0.0.2
func (o *ListWorkspacesResponse) HasItems() bool
HasItems returns a boolean if a field has been set.
func (*ListWorkspacesResponse) HasNextToken ¶ added in v0.0.2
func (o *ListWorkspacesResponse) HasNextToken() bool
HasNextToken returns a boolean if a field has been set.
func (ListWorkspacesResponse) MarshalJSON ¶ added in v0.0.2
func (o ListWorkspacesResponse) MarshalJSON() ([]byte, error)
func (*ListWorkspacesResponse) SetItems ¶ added in v0.0.2
func (o *ListWorkspacesResponse) SetItems(v []Workspace)
SetItems gets a reference to the given []Workspace and assigns it to the Items field.
func (*ListWorkspacesResponse) SetNextToken ¶ added in v0.0.2
func (o *ListWorkspacesResponse) SetNextToken(v string)
SetNextToken gets a reference to the given string and assigns it to the NextToken field.
type LogRecord ¶ added in v0.0.2
type LogRecord struct { // The avatar URL of the actor. ActorAvatarUrl string `json:"actor_avatar_url"` // The display name of the actor. ActorDisplayName string `json:"actor_display_name"` // The actor handle who executed the query. ActorHandle string `json:"actor_handle"` // The actor ID who executed the query. ActorId string `json:"actor_id"` // The created time of the log. CreatedAt string `json:"created_at"` // The duration of the query. Duration *int32 `json:"duration,omitempty"` // The unique identifier of the DB log. Id string `json:"id"` // The time when the log got captured in the postgres. LogTimestamp *string `json:"log_timestamp,omitempty"` // The query being executed in the workspace. Query *string `json:"query,omitempty"` // The workspace handle where the query was executed. WorkspaceHandle string `json:"workspace_handle"` // The workspace ID where the query was executed. WorkspaceId string `json:"workspace_id"` }
LogRecord struct for LogRecord
func NewLogRecord ¶ added in v0.0.2
func NewLogRecord(actorAvatarUrl string, actorDisplayName string, actorHandle string, actorId string, createdAt string, id string, workspaceHandle string, workspaceId string) *LogRecord
NewLogRecord instantiates a new LogRecord 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 NewLogRecordWithDefaults ¶ added in v0.0.2
func NewLogRecordWithDefaults() *LogRecord
NewLogRecordWithDefaults instantiates a new LogRecord 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 (*LogRecord) GetActorAvatarUrl ¶ added in v0.0.2
GetActorAvatarUrl returns the ActorAvatarUrl field value
func (*LogRecord) GetActorAvatarUrlOk ¶ added in v0.0.2
GetActorAvatarUrlOk returns a tuple with the ActorAvatarUrl field value and a boolean to check if the value has been set.
func (*LogRecord) GetActorDisplayName ¶ added in v0.0.2
GetActorDisplayName returns the ActorDisplayName field value
func (*LogRecord) GetActorDisplayNameOk ¶ added in v0.0.2
GetActorDisplayNameOk returns a tuple with the ActorDisplayName field value and a boolean to check if the value has been set.
func (*LogRecord) GetActorHandle ¶ added in v0.0.2
GetActorHandle returns the ActorHandle field value
func (*LogRecord) GetActorHandleOk ¶ added in v0.0.2
GetActorHandleOk returns a tuple with the ActorHandle field value and a boolean to check if the value has been set.
func (*LogRecord) GetActorId ¶ added in v0.0.2
GetActorId returns the ActorId field value
func (*LogRecord) GetActorIdOk ¶ added in v0.0.2
GetActorIdOk returns a tuple with the ActorId field value and a boolean to check if the value has been set.
func (*LogRecord) GetCreatedAt ¶ added in v0.0.2
GetCreatedAt returns the CreatedAt field value
func (*LogRecord) GetCreatedAtOk ¶ added in v0.0.2
GetCreatedAtOk returns a tuple with the CreatedAt field value and a boolean to check if the value has been set.
func (*LogRecord) GetDuration ¶ added in v0.0.2
GetDuration returns the Duration field value if set, zero value otherwise.
func (*LogRecord) GetDurationOk ¶ added in v0.0.2
GetDurationOk returns a tuple with the Duration field value if set, nil otherwise and a boolean to check if the value has been set.
func (*LogRecord) GetIdOk ¶ added in v0.0.2
GetIdOk returns a tuple with the Id field value and a boolean to check if the value has been set.
func (*LogRecord) GetLogTimestamp ¶ added in v0.0.2
GetLogTimestamp returns the LogTimestamp field value if set, zero value otherwise.
func (*LogRecord) GetLogTimestampOk ¶ added in v0.0.2
GetLogTimestampOk returns a tuple with the LogTimestamp field value if set, nil otherwise and a boolean to check if the value has been set.
func (*LogRecord) GetQuery ¶ added in v0.0.2
GetQuery returns the Query field value if set, zero value otherwise.
func (*LogRecord) GetQueryOk ¶ added in v0.0.2
GetQueryOk returns a tuple with the Query field value if set, nil otherwise and a boolean to check if the value has been set.
func (*LogRecord) GetWorkspaceHandle ¶ added in v0.0.2
GetWorkspaceHandle returns the WorkspaceHandle field value
func (*LogRecord) GetWorkspaceHandleOk ¶ added in v0.0.2
GetWorkspaceHandleOk returns a tuple with the WorkspaceHandle field value and a boolean to check if the value has been set.
func (*LogRecord) GetWorkspaceId ¶ added in v0.0.2
GetWorkspaceId returns the WorkspaceId field value
func (*LogRecord) GetWorkspaceIdOk ¶ added in v0.0.2
GetWorkspaceIdOk returns a tuple with the WorkspaceId field value and a boolean to check if the value has been set.
func (*LogRecord) HasDuration ¶ added in v0.0.2
HasDuration returns a boolean if a field has been set.
func (*LogRecord) HasLogTimestamp ¶ added in v0.0.2
HasLogTimestamp returns a boolean if a field has been set.
func (LogRecord) MarshalJSON ¶ added in v0.0.2
func (*LogRecord) SetActorAvatarUrl ¶ added in v0.0.2
SetActorAvatarUrl sets field value
func (*LogRecord) SetActorDisplayName ¶ added in v0.0.2
SetActorDisplayName sets field value
func (*LogRecord) SetActorHandle ¶ added in v0.0.2
SetActorHandle sets field value
func (*LogRecord) SetActorId ¶ added in v0.0.2
SetActorId sets field value
func (*LogRecord) SetCreatedAt ¶ added in v0.0.2
SetCreatedAt sets field value
func (*LogRecord) SetDuration ¶ added in v0.0.2
SetDuration gets a reference to the given int32 and assigns it to the Duration field.
func (*LogRecord) SetLogTimestamp ¶ added in v0.0.2
SetLogTimestamp gets a reference to the given string and assigns it to the LogTimestamp field.
func (*LogRecord) SetQuery ¶ added in v0.0.2
SetQuery gets a reference to the given string and assigns it to the Query field.
func (*LogRecord) SetWorkspaceHandle ¶ added in v0.0.2
SetWorkspaceHandle sets field value
func (*LogRecord) SetWorkspaceId ¶ added in v0.0.2
SetWorkspaceId sets field value
type NullableActorOrg ¶ added in v0.1.1
type NullableActorOrg struct {
// contains filtered or unexported fields
}
func NewNullableActorOrg ¶ added in v0.1.1
func NewNullableActorOrg(val *ActorOrg) *NullableActorOrg
func (NullableActorOrg) Get ¶ added in v0.1.1
func (v NullableActorOrg) Get() *ActorOrg
func (NullableActorOrg) IsSet ¶ added in v0.1.1
func (v NullableActorOrg) IsSet() bool
func (NullableActorOrg) MarshalJSON ¶ added in v0.1.1
func (v NullableActorOrg) MarshalJSON() ([]byte, error)
func (*NullableActorOrg) Set ¶ added in v0.1.1
func (v *NullableActorOrg) Set(val *ActorOrg)
func (*NullableActorOrg) UnmarshalJSON ¶ added in v0.1.1
func (v *NullableActorOrg) UnmarshalJSON(src []byte) error
func (*NullableActorOrg) Unset ¶ added in v0.1.1
func (v *NullableActorOrg) Unset()
type NullableActorOrgWorkspace ¶ added in v0.1.1
type NullableActorOrgWorkspace struct {
// contains filtered or unexported fields
}
func NewNullableActorOrgWorkspace ¶ added in v0.1.1
func NewNullableActorOrgWorkspace(val *ActorOrgWorkspace) *NullableActorOrgWorkspace
func (NullableActorOrgWorkspace) Get ¶ added in v0.1.1
func (v NullableActorOrgWorkspace) Get() *ActorOrgWorkspace
func (NullableActorOrgWorkspace) IsSet ¶ added in v0.1.1
func (v NullableActorOrgWorkspace) IsSet() bool
func (NullableActorOrgWorkspace) MarshalJSON ¶ added in v0.1.1
func (v NullableActorOrgWorkspace) MarshalJSON() ([]byte, error)
func (*NullableActorOrgWorkspace) Set ¶ added in v0.1.1
func (v *NullableActorOrgWorkspace) Set(val *ActorOrgWorkspace)
func (*NullableActorOrgWorkspace) UnmarshalJSON ¶ added in v0.1.1
func (v *NullableActorOrgWorkspace) UnmarshalJSON(src []byte) error
func (*NullableActorOrgWorkspace) Unset ¶ added in v0.1.1
func (v *NullableActorOrgWorkspace) Unset()
type NullableActorWorkspace ¶ added in v0.1.1
type NullableActorWorkspace struct {
// contains filtered or unexported fields
}
func NewNullableActorWorkspace ¶ added in v0.1.1
func NewNullableActorWorkspace(val *ActorWorkspace) *NullableActorWorkspace
func (NullableActorWorkspace) Get ¶ added in v0.1.1
func (v NullableActorWorkspace) Get() *ActorWorkspace
func (NullableActorWorkspace) IsSet ¶ added in v0.1.1
func (v NullableActorWorkspace) IsSet() bool
func (NullableActorWorkspace) MarshalJSON ¶ added in v0.1.1
func (v NullableActorWorkspace) MarshalJSON() ([]byte, error)
func (*NullableActorWorkspace) Set ¶ added in v0.1.1
func (v *NullableActorWorkspace) Set(val *ActorWorkspace)
func (*NullableActorWorkspace) UnmarshalJSON ¶ added in v0.1.1
func (v *NullableActorWorkspace) UnmarshalJSON(src []byte) error
func (*NullableActorWorkspace) Unset ¶ added in v0.1.1
func (v *NullableActorWorkspace) Unset()
type NullableAuditRecord ¶ added in v0.0.2
type NullableAuditRecord struct {
// contains filtered or unexported fields
}
func NewNullableAuditRecord ¶ added in v0.0.2
func NewNullableAuditRecord(val *AuditRecord) *NullableAuditRecord
func (NullableAuditRecord) Get ¶ added in v0.0.2
func (v NullableAuditRecord) Get() *AuditRecord
func (NullableAuditRecord) IsSet ¶ added in v0.0.2
func (v NullableAuditRecord) IsSet() bool
func (NullableAuditRecord) MarshalJSON ¶ added in v0.0.2
func (v NullableAuditRecord) MarshalJSON() ([]byte, error)
func (*NullableAuditRecord) Set ¶ added in v0.0.2
func (v *NullableAuditRecord) Set(val *AuditRecord)
func (*NullableAuditRecord) UnmarshalJSON ¶ added in v0.0.2
func (v *NullableAuditRecord) UnmarshalJSON(src []byte) error
func (*NullableAuditRecord) Unset ¶ added in v0.0.2
func (v *NullableAuditRecord) Unset()
type NullableBillingInfo ¶ added in v0.6.0
type NullableBillingInfo struct {
// contains filtered or unexported fields
}
func NewNullableBillingInfo ¶ added in v0.6.0
func NewNullableBillingInfo(val *BillingInfo) *NullableBillingInfo
func (NullableBillingInfo) Get ¶ added in v0.6.0
func (v NullableBillingInfo) Get() *BillingInfo
func (NullableBillingInfo) IsSet ¶ added in v0.6.0
func (v NullableBillingInfo) IsSet() bool
func (NullableBillingInfo) MarshalJSON ¶ added in v0.6.0
func (v NullableBillingInfo) MarshalJSON() ([]byte, error)
func (*NullableBillingInfo) Set ¶ added in v0.6.0
func (v *NullableBillingInfo) Set(val *BillingInfo)
func (*NullableBillingInfo) UnmarshalJSON ¶ added in v0.6.0
func (v *NullableBillingInfo) UnmarshalJSON(src []byte) error
func (*NullableBillingInfo) Unset ¶ added in v0.6.0
func (v *NullableBillingInfo) 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 NullableConnection ¶ added in v0.0.2
type NullableConnection struct {
// contains filtered or unexported fields
}
func NewNullableConnection ¶ added in v0.0.2
func NewNullableConnection(val *Connection) *NullableConnection
func (NullableConnection) Get ¶ added in v0.0.2
func (v NullableConnection) Get() *Connection
func (NullableConnection) IsSet ¶ added in v0.0.2
func (v NullableConnection) IsSet() bool
func (NullableConnection) MarshalJSON ¶ added in v0.0.2
func (v NullableConnection) MarshalJSON() ([]byte, error)
func (*NullableConnection) Set ¶ added in v0.0.2
func (v *NullableConnection) Set(val *Connection)
func (*NullableConnection) UnmarshalJSON ¶ added in v0.0.2
func (v *NullableConnection) UnmarshalJSON(src []byte) error
func (*NullableConnection) Unset ¶ added in v0.0.2
func (v *NullableConnection) Unset()
type NullableConnectionTestResult ¶ added in v0.0.2
type NullableConnectionTestResult struct {
// contains filtered or unexported fields
}
func NewNullableConnectionTestResult ¶ added in v0.0.2
func NewNullableConnectionTestResult(val *ConnectionTestResult) *NullableConnectionTestResult
func (NullableConnectionTestResult) Get ¶ added in v0.0.2
func (v NullableConnectionTestResult) Get() *ConnectionTestResult
func (NullableConnectionTestResult) IsSet ¶ added in v0.0.2
func (v NullableConnectionTestResult) IsSet() bool
func (NullableConnectionTestResult) MarshalJSON ¶ added in v0.0.2
func (v NullableConnectionTestResult) MarshalJSON() ([]byte, error)
func (*NullableConnectionTestResult) Set ¶ added in v0.0.2
func (v *NullableConnectionTestResult) Set(val *ConnectionTestResult)
func (*NullableConnectionTestResult) UnmarshalJSON ¶ added in v0.0.2
func (v *NullableConnectionTestResult) UnmarshalJSON(src []byte) error
func (*NullableConnectionTestResult) Unset ¶ added in v0.0.2
func (v *NullableConnectionTestResult) Unset()
type NullableCreateConnectionRequest ¶ added in v0.0.2
type NullableCreateConnectionRequest struct {
// contains filtered or unexported fields
}
func NewNullableCreateConnectionRequest ¶ added in v0.0.2
func NewNullableCreateConnectionRequest(val *CreateConnectionRequest) *NullableCreateConnectionRequest
func (NullableCreateConnectionRequest) Get ¶ added in v0.0.2
func (v NullableCreateConnectionRequest) Get() *CreateConnectionRequest
func (NullableCreateConnectionRequest) IsSet ¶ added in v0.0.2
func (v NullableCreateConnectionRequest) IsSet() bool
func (NullableCreateConnectionRequest) MarshalJSON ¶ added in v0.0.2
func (v NullableCreateConnectionRequest) MarshalJSON() ([]byte, error)
func (*NullableCreateConnectionRequest) Set ¶ added in v0.0.2
func (v *NullableCreateConnectionRequest) Set(val *CreateConnectionRequest)
func (*NullableCreateConnectionRequest) UnmarshalJSON ¶ added in v0.0.2
func (v *NullableCreateConnectionRequest) UnmarshalJSON(src []byte) error
func (*NullableCreateConnectionRequest) Unset ¶ added in v0.0.2
func (v *NullableCreateConnectionRequest) Unset()
type NullableCreateOrgAvatarResponse ¶ added in v0.6.0
type NullableCreateOrgAvatarResponse struct {
// contains filtered or unexported fields
}
func NewNullableCreateOrgAvatarResponse ¶ added in v0.6.0
func NewNullableCreateOrgAvatarResponse(val *CreateOrgAvatarResponse) *NullableCreateOrgAvatarResponse
func (NullableCreateOrgAvatarResponse) Get ¶ added in v0.6.0
func (v NullableCreateOrgAvatarResponse) Get() *CreateOrgAvatarResponse
func (NullableCreateOrgAvatarResponse) IsSet ¶ added in v0.6.0
func (v NullableCreateOrgAvatarResponse) IsSet() bool
func (NullableCreateOrgAvatarResponse) MarshalJSON ¶ added in v0.6.0
func (v NullableCreateOrgAvatarResponse) MarshalJSON() ([]byte, error)
func (*NullableCreateOrgAvatarResponse) Set ¶ added in v0.6.0
func (v *NullableCreateOrgAvatarResponse) Set(val *CreateOrgAvatarResponse)
func (*NullableCreateOrgAvatarResponse) UnmarshalJSON ¶ added in v0.6.0
func (v *NullableCreateOrgAvatarResponse) UnmarshalJSON(src []byte) error
func (*NullableCreateOrgAvatarResponse) Unset ¶ added in v0.6.0
func (v *NullableCreateOrgAvatarResponse) Unset()
type NullableCreateOrgRequest ¶ added in v0.0.2
type NullableCreateOrgRequest struct {
// contains filtered or unexported fields
}
func NewNullableCreateOrgRequest ¶ added in v0.0.2
func NewNullableCreateOrgRequest(val *CreateOrgRequest) *NullableCreateOrgRequest
func (NullableCreateOrgRequest) Get ¶ added in v0.0.2
func (v NullableCreateOrgRequest) Get() *CreateOrgRequest
func (NullableCreateOrgRequest) IsSet ¶ added in v0.0.2
func (v NullableCreateOrgRequest) IsSet() bool
func (NullableCreateOrgRequest) MarshalJSON ¶ added in v0.0.2
func (v NullableCreateOrgRequest) MarshalJSON() ([]byte, error)
func (*NullableCreateOrgRequest) Set ¶ added in v0.0.2
func (v *NullableCreateOrgRequest) Set(val *CreateOrgRequest)
func (*NullableCreateOrgRequest) UnmarshalJSON ¶ added in v0.0.2
func (v *NullableCreateOrgRequest) UnmarshalJSON(src []byte) error
func (*NullableCreateOrgRequest) Unset ¶ added in v0.0.2
func (v *NullableCreateOrgRequest) Unset()
type NullableCreateOrgWorkspaceUserRequest ¶ added in v0.1.2
type NullableCreateOrgWorkspaceUserRequest struct {
// contains filtered or unexported fields
}
func NewNullableCreateOrgWorkspaceUserRequest ¶ added in v0.1.2
func NewNullableCreateOrgWorkspaceUserRequest(val *CreateOrgWorkspaceUserRequest) *NullableCreateOrgWorkspaceUserRequest
func (NullableCreateOrgWorkspaceUserRequest) Get ¶ added in v0.1.2
func (v NullableCreateOrgWorkspaceUserRequest) Get() *CreateOrgWorkspaceUserRequest
func (NullableCreateOrgWorkspaceUserRequest) IsSet ¶ added in v0.1.2
func (v NullableCreateOrgWorkspaceUserRequest) IsSet() bool
func (NullableCreateOrgWorkspaceUserRequest) MarshalJSON ¶ added in v0.1.2
func (v NullableCreateOrgWorkspaceUserRequest) MarshalJSON() ([]byte, error)
func (*NullableCreateOrgWorkspaceUserRequest) Set ¶ added in v0.1.2
func (v *NullableCreateOrgWorkspaceUserRequest) Set(val *CreateOrgWorkspaceUserRequest)
func (*NullableCreateOrgWorkspaceUserRequest) UnmarshalJSON ¶ added in v0.1.2
func (v *NullableCreateOrgWorkspaceUserRequest) UnmarshalJSON(src []byte) error
func (*NullableCreateOrgWorkspaceUserRequest) Unset ¶ added in v0.1.2
func (v *NullableCreateOrgWorkspaceUserRequest) Unset()
type NullableCreatePipelineRequest ¶ added in v0.5.0
type NullableCreatePipelineRequest struct {
// contains filtered or unexported fields
}
func NewNullableCreatePipelineRequest ¶ added in v0.5.0
func NewNullableCreatePipelineRequest(val *CreatePipelineRequest) *NullableCreatePipelineRequest
func (NullableCreatePipelineRequest) Get ¶ added in v0.5.0
func (v NullableCreatePipelineRequest) Get() *CreatePipelineRequest
func (NullableCreatePipelineRequest) IsSet ¶ added in v0.5.0
func (v NullableCreatePipelineRequest) IsSet() bool
func (NullableCreatePipelineRequest) MarshalJSON ¶ added in v0.5.0
func (v NullableCreatePipelineRequest) MarshalJSON() ([]byte, error)
func (*NullableCreatePipelineRequest) Set ¶ added in v0.5.0
func (v *NullableCreatePipelineRequest) Set(val *CreatePipelineRequest)
func (*NullableCreatePipelineRequest) UnmarshalJSON ¶ added in v0.5.0
func (v *NullableCreatePipelineRequest) UnmarshalJSON(src []byte) error
func (*NullableCreatePipelineRequest) Unset ¶ added in v0.5.0
func (v *NullableCreatePipelineRequest) Unset()
type NullableCreateUserAvatarResponse ¶ added in v0.6.0
type NullableCreateUserAvatarResponse struct {
// contains filtered or unexported fields
}
func NewNullableCreateUserAvatarResponse ¶ added in v0.6.0
func NewNullableCreateUserAvatarResponse(val *CreateUserAvatarResponse) *NullableCreateUserAvatarResponse
func (NullableCreateUserAvatarResponse) Get ¶ added in v0.6.0
func (v NullableCreateUserAvatarResponse) Get() *CreateUserAvatarResponse
func (NullableCreateUserAvatarResponse) IsSet ¶ added in v0.6.0
func (v NullableCreateUserAvatarResponse) IsSet() bool
func (NullableCreateUserAvatarResponse) MarshalJSON ¶ added in v0.6.0
func (v NullableCreateUserAvatarResponse) MarshalJSON() ([]byte, error)
func (*NullableCreateUserAvatarResponse) Set ¶ added in v0.6.0
func (v *NullableCreateUserAvatarResponse) Set(val *CreateUserAvatarResponse)
func (*NullableCreateUserAvatarResponse) UnmarshalJSON ¶ added in v0.6.0
func (v *NullableCreateUserAvatarResponse) UnmarshalJSON(src []byte) error
func (*NullableCreateUserAvatarResponse) Unset ¶ added in v0.6.0
func (v *NullableCreateUserAvatarResponse) Unset()
type NullableCreateUserPasswordRequest ¶ added in v0.0.2
type NullableCreateUserPasswordRequest struct {
// contains filtered or unexported fields
}
func NewNullableCreateUserPasswordRequest ¶ added in v0.0.2
func NewNullableCreateUserPasswordRequest(val *CreateUserPasswordRequest) *NullableCreateUserPasswordRequest
func (NullableCreateUserPasswordRequest) Get ¶ added in v0.0.2
func (v NullableCreateUserPasswordRequest) Get() *CreateUserPasswordRequest
func (NullableCreateUserPasswordRequest) IsSet ¶ added in v0.0.2
func (v NullableCreateUserPasswordRequest) IsSet() bool
func (NullableCreateUserPasswordRequest) MarshalJSON ¶ added in v0.0.2
func (v NullableCreateUserPasswordRequest) MarshalJSON() ([]byte, error)
func (*NullableCreateUserPasswordRequest) Set ¶ added in v0.0.2
func (v *NullableCreateUserPasswordRequest) Set(val *CreateUserPasswordRequest)
func (*NullableCreateUserPasswordRequest) UnmarshalJSON ¶ added in v0.0.2
func (v *NullableCreateUserPasswordRequest) UnmarshalJSON(src []byte) error
func (*NullableCreateUserPasswordRequest) Unset ¶ added in v0.0.2
func (v *NullableCreateUserPasswordRequest) Unset()
type NullableCreateUserRequest ¶ added in v0.0.2
type NullableCreateUserRequest struct {
// contains filtered or unexported fields
}
func NewNullableCreateUserRequest ¶ added in v0.0.2
func NewNullableCreateUserRequest(val *CreateUserRequest) *NullableCreateUserRequest
func (NullableCreateUserRequest) Get ¶ added in v0.0.2
func (v NullableCreateUserRequest) Get() *CreateUserRequest
func (NullableCreateUserRequest) IsSet ¶ added in v0.0.2
func (v NullableCreateUserRequest) IsSet() bool
func (NullableCreateUserRequest) MarshalJSON ¶ added in v0.0.2
func (v NullableCreateUserRequest) MarshalJSON() ([]byte, error)
func (*NullableCreateUserRequest) Set ¶ added in v0.0.2
func (v *NullableCreateUserRequest) Set(val *CreateUserRequest)
func (*NullableCreateUserRequest) UnmarshalJSON ¶ added in v0.0.2
func (v *NullableCreateUserRequest) UnmarshalJSON(src []byte) error
func (*NullableCreateUserRequest) Unset ¶ added in v0.0.2
func (v *NullableCreateUserRequest) Unset()
type NullableCreateWorkspaceAggregatorRequest ¶ added in v0.6.0
type NullableCreateWorkspaceAggregatorRequest struct {
// contains filtered or unexported fields
}
func NewNullableCreateWorkspaceAggregatorRequest ¶ added in v0.6.0
func NewNullableCreateWorkspaceAggregatorRequest(val *CreateWorkspaceAggregatorRequest) *NullableCreateWorkspaceAggregatorRequest
func (NullableCreateWorkspaceAggregatorRequest) IsSet ¶ added in v0.6.0
func (v NullableCreateWorkspaceAggregatorRequest) IsSet() bool
func (NullableCreateWorkspaceAggregatorRequest) MarshalJSON ¶ added in v0.6.0
func (v NullableCreateWorkspaceAggregatorRequest) MarshalJSON() ([]byte, error)
func (*NullableCreateWorkspaceAggregatorRequest) Set ¶ added in v0.6.0
func (v *NullableCreateWorkspaceAggregatorRequest) Set(val *CreateWorkspaceAggregatorRequest)
func (*NullableCreateWorkspaceAggregatorRequest) UnmarshalJSON ¶ added in v0.6.0
func (v *NullableCreateWorkspaceAggregatorRequest) UnmarshalJSON(src []byte) error
func (*NullableCreateWorkspaceAggregatorRequest) Unset ¶ added in v0.6.0
func (v *NullableCreateWorkspaceAggregatorRequest) Unset()
type NullableCreateWorkspaceConnRequest ¶ added in v0.0.2
type NullableCreateWorkspaceConnRequest struct {
// contains filtered or unexported fields
}
func NewNullableCreateWorkspaceConnRequest ¶ added in v0.0.2
func NewNullableCreateWorkspaceConnRequest(val *CreateWorkspaceConnRequest) *NullableCreateWorkspaceConnRequest
func (NullableCreateWorkspaceConnRequest) Get ¶ added in v0.0.2
func (v NullableCreateWorkspaceConnRequest) Get() *CreateWorkspaceConnRequest
func (NullableCreateWorkspaceConnRequest) IsSet ¶ added in v0.0.2
func (v NullableCreateWorkspaceConnRequest) IsSet() bool
func (NullableCreateWorkspaceConnRequest) MarshalJSON ¶ added in v0.0.2
func (v NullableCreateWorkspaceConnRequest) MarshalJSON() ([]byte, error)
func (*NullableCreateWorkspaceConnRequest) Set ¶ added in v0.0.2
func (v *NullableCreateWorkspaceConnRequest) Set(val *CreateWorkspaceConnRequest)
func (*NullableCreateWorkspaceConnRequest) UnmarshalJSON ¶ added in v0.0.2
func (v *NullableCreateWorkspaceConnRequest) UnmarshalJSON(src []byte) error
func (*NullableCreateWorkspaceConnRequest) Unset ¶ added in v0.0.2
func (v *NullableCreateWorkspaceConnRequest) Unset()
type NullableCreateWorkspaceModRequest ¶ added in v0.0.4
type NullableCreateWorkspaceModRequest struct {
// contains filtered or unexported fields
}
func NewNullableCreateWorkspaceModRequest ¶ added in v0.0.4
func NewNullableCreateWorkspaceModRequest(val *CreateWorkspaceModRequest) *NullableCreateWorkspaceModRequest
func (NullableCreateWorkspaceModRequest) Get ¶ added in v0.0.4
func (v NullableCreateWorkspaceModRequest) Get() *CreateWorkspaceModRequest
func (NullableCreateWorkspaceModRequest) IsSet ¶ added in v0.0.4
func (v NullableCreateWorkspaceModRequest) IsSet() bool
func (NullableCreateWorkspaceModRequest) MarshalJSON ¶ added in v0.0.4
func (v NullableCreateWorkspaceModRequest) MarshalJSON() ([]byte, error)
func (*NullableCreateWorkspaceModRequest) Set ¶ added in v0.0.4
func (v *NullableCreateWorkspaceModRequest) Set(val *CreateWorkspaceModRequest)
func (*NullableCreateWorkspaceModRequest) UnmarshalJSON ¶ added in v0.0.4
func (v *NullableCreateWorkspaceModRequest) UnmarshalJSON(src []byte) error
func (*NullableCreateWorkspaceModRequest) Unset ¶ added in v0.0.4
func (v *NullableCreateWorkspaceModRequest) Unset()
type NullableCreateWorkspaceModVariableSettingRequest ¶ added in v0.0.4
type NullableCreateWorkspaceModVariableSettingRequest struct {
// contains filtered or unexported fields
}
func NewNullableCreateWorkspaceModVariableSettingRequest ¶ added in v0.0.4
func NewNullableCreateWorkspaceModVariableSettingRequest(val *CreateWorkspaceModVariableSettingRequest) *NullableCreateWorkspaceModVariableSettingRequest
func (NullableCreateWorkspaceModVariableSettingRequest) IsSet ¶ added in v0.0.4
func (v NullableCreateWorkspaceModVariableSettingRequest) IsSet() bool
func (NullableCreateWorkspaceModVariableSettingRequest) MarshalJSON ¶ added in v0.0.4
func (v NullableCreateWorkspaceModVariableSettingRequest) MarshalJSON() ([]byte, error)
func (*NullableCreateWorkspaceModVariableSettingRequest) UnmarshalJSON ¶ added in v0.0.4
func (v *NullableCreateWorkspaceModVariableSettingRequest) UnmarshalJSON(src []byte) error
func (*NullableCreateWorkspaceModVariableSettingRequest) Unset ¶ added in v0.0.4
func (v *NullableCreateWorkspaceModVariableSettingRequest) Unset()
type NullableCreateWorkspaceRequest ¶ added in v0.0.2
type NullableCreateWorkspaceRequest struct {
// contains filtered or unexported fields
}
func NewNullableCreateWorkspaceRequest ¶ added in v0.0.2
func NewNullableCreateWorkspaceRequest(val *CreateWorkspaceRequest) *NullableCreateWorkspaceRequest
func (NullableCreateWorkspaceRequest) Get ¶ added in v0.0.2
func (v NullableCreateWorkspaceRequest) Get() *CreateWorkspaceRequest
func (NullableCreateWorkspaceRequest) IsSet ¶ added in v0.0.2
func (v NullableCreateWorkspaceRequest) IsSet() bool
func (NullableCreateWorkspaceRequest) MarshalJSON ¶ added in v0.0.2
func (v NullableCreateWorkspaceRequest) MarshalJSON() ([]byte, error)
func (*NullableCreateWorkspaceRequest) Set ¶ added in v0.0.2
func (v *NullableCreateWorkspaceRequest) Set(val *CreateWorkspaceRequest)
func (*NullableCreateWorkspaceRequest) UnmarshalJSON ¶ added in v0.0.2
func (v *NullableCreateWorkspaceRequest) UnmarshalJSON(src []byte) error
func (*NullableCreateWorkspaceRequest) Unset ¶ added in v0.0.2
func (v *NullableCreateWorkspaceRequest) Unset()
type NullableCreateWorkspaceSnapshotRequest ¶ added in v0.1.3
type NullableCreateWorkspaceSnapshotRequest struct {
// contains filtered or unexported fields
}
func NewNullableCreateWorkspaceSnapshotRequest ¶ added in v0.1.3
func NewNullableCreateWorkspaceSnapshotRequest(val *CreateWorkspaceSnapshotRequest) *NullableCreateWorkspaceSnapshotRequest
func (NullableCreateWorkspaceSnapshotRequest) Get ¶ added in v0.1.3
func (v NullableCreateWorkspaceSnapshotRequest) Get() *CreateWorkspaceSnapshotRequest
func (NullableCreateWorkspaceSnapshotRequest) IsSet ¶ added in v0.1.3
func (v NullableCreateWorkspaceSnapshotRequest) IsSet() bool
func (NullableCreateWorkspaceSnapshotRequest) MarshalJSON ¶ added in v0.1.3
func (v NullableCreateWorkspaceSnapshotRequest) MarshalJSON() ([]byte, error)
func (*NullableCreateWorkspaceSnapshotRequest) Set ¶ added in v0.1.3
func (v *NullableCreateWorkspaceSnapshotRequest) Set(val *CreateWorkspaceSnapshotRequest)
func (*NullableCreateWorkspaceSnapshotRequest) UnmarshalJSON ¶ added in v0.1.3
func (v *NullableCreateWorkspaceSnapshotRequest) UnmarshalJSON(src []byte) error
func (*NullableCreateWorkspaceSnapshotRequest) Unset ¶ added in v0.1.3
func (v *NullableCreateWorkspaceSnapshotRequest) Unset()
type NullableDeleteOrgAvatarResponse ¶ added in v0.6.0
type NullableDeleteOrgAvatarResponse struct {
// contains filtered or unexported fields
}
func NewNullableDeleteOrgAvatarResponse ¶ added in v0.6.0
func NewNullableDeleteOrgAvatarResponse(val *DeleteOrgAvatarResponse) *NullableDeleteOrgAvatarResponse
func (NullableDeleteOrgAvatarResponse) Get ¶ added in v0.6.0
func (v NullableDeleteOrgAvatarResponse) Get() *DeleteOrgAvatarResponse
func (NullableDeleteOrgAvatarResponse) IsSet ¶ added in v0.6.0
func (v NullableDeleteOrgAvatarResponse) IsSet() bool
func (NullableDeleteOrgAvatarResponse) MarshalJSON ¶ added in v0.6.0
func (v NullableDeleteOrgAvatarResponse) MarshalJSON() ([]byte, error)
func (*NullableDeleteOrgAvatarResponse) Set ¶ added in v0.6.0
func (v *NullableDeleteOrgAvatarResponse) Set(val *DeleteOrgAvatarResponse)
func (*NullableDeleteOrgAvatarResponse) UnmarshalJSON ¶ added in v0.6.0
func (v *NullableDeleteOrgAvatarResponse) UnmarshalJSON(src []byte) error
func (*NullableDeleteOrgAvatarResponse) Unset ¶ added in v0.6.0
func (v *NullableDeleteOrgAvatarResponse) Unset()
type NullableDeleteUserAvatarResponse ¶ added in v0.6.0
type NullableDeleteUserAvatarResponse struct {
// contains filtered or unexported fields
}
func NewNullableDeleteUserAvatarResponse ¶ added in v0.6.0
func NewNullableDeleteUserAvatarResponse(val *DeleteUserAvatarResponse) *NullableDeleteUserAvatarResponse
func (NullableDeleteUserAvatarResponse) Get ¶ added in v0.6.0
func (v NullableDeleteUserAvatarResponse) Get() *DeleteUserAvatarResponse
func (NullableDeleteUserAvatarResponse) IsSet ¶ added in v0.6.0
func (v NullableDeleteUserAvatarResponse) IsSet() bool
func (NullableDeleteUserAvatarResponse) MarshalJSON ¶ added in v0.6.0
func (v NullableDeleteUserAvatarResponse) MarshalJSON() ([]byte, error)
func (*NullableDeleteUserAvatarResponse) Set ¶ added in v0.6.0
func (v *NullableDeleteUserAvatarResponse) Set(val *DeleteUserAvatarResponse)
func (*NullableDeleteUserAvatarResponse) UnmarshalJSON ¶ added in v0.6.0
func (v *NullableDeleteUserAvatarResponse) UnmarshalJSON(src []byte) error
func (*NullableDeleteUserAvatarResponse) Unset ¶ added in v0.6.0
func (v *NullableDeleteUserAvatarResponse) Unset()
type NullableErrorDetailModel ¶ added in v0.0.2
type NullableErrorDetailModel struct {
// contains filtered or unexported fields
}
func NewNullableErrorDetailModel ¶ added in v0.0.2
func NewNullableErrorDetailModel(val *ErrorDetailModel) *NullableErrorDetailModel
func (NullableErrorDetailModel) Get ¶ added in v0.0.2
func (v NullableErrorDetailModel) Get() *ErrorDetailModel
func (NullableErrorDetailModel) IsSet ¶ added in v0.0.2
func (v NullableErrorDetailModel) IsSet() bool
func (NullableErrorDetailModel) MarshalJSON ¶ added in v0.0.2
func (v NullableErrorDetailModel) MarshalJSON() ([]byte, error)
func (*NullableErrorDetailModel) Set ¶ added in v0.0.2
func (v *NullableErrorDetailModel) Set(val *ErrorDetailModel)
func (*NullableErrorDetailModel) UnmarshalJSON ¶ added in v0.0.2
func (v *NullableErrorDetailModel) UnmarshalJSON(src []byte) error
func (*NullableErrorDetailModel) Unset ¶ added in v0.0.2
func (v *NullableErrorDetailModel) Unset()
type NullableErrorModel ¶ added in v0.0.2
type NullableErrorModel struct {
// contains filtered or unexported fields
}
func NewNullableErrorModel ¶ added in v0.0.2
func NewNullableErrorModel(val *ErrorModel) *NullableErrorModel
func (NullableErrorModel) Get ¶ added in v0.0.2
func (v NullableErrorModel) Get() *ErrorModel
func (NullableErrorModel) IsSet ¶ added in v0.0.2
func (v NullableErrorModel) IsSet() bool
func (NullableErrorModel) MarshalJSON ¶ added in v0.0.2
func (v NullableErrorModel) MarshalJSON() ([]byte, error)
func (*NullableErrorModel) Set ¶ added in v0.0.2
func (v *NullableErrorModel) Set(val *ErrorModel)
func (*NullableErrorModel) UnmarshalJSON ¶ added in v0.0.2
func (v *NullableErrorModel) UnmarshalJSON(src []byte) error
func (*NullableErrorModel) Unset ¶ added in v0.0.2
func (v *NullableErrorModel) Unset()
type NullableFeature ¶ added in v0.0.4
type NullableFeature struct {
// contains filtered or unexported fields
}
func NewNullableFeature ¶ added in v0.0.4
func NewNullableFeature(val *Feature) *NullableFeature
func (NullableFeature) Get ¶ added in v0.0.4
func (v NullableFeature) Get() *Feature
func (NullableFeature) IsSet ¶ added in v0.0.4
func (v NullableFeature) IsSet() bool
func (NullableFeature) MarshalJSON ¶ added in v0.0.4
func (v NullableFeature) MarshalJSON() ([]byte, error)
func (*NullableFeature) Set ¶ added in v0.0.4
func (v *NullableFeature) Set(val *Feature)
func (*NullableFeature) UnmarshalJSON ¶ added in v0.0.4
func (v *NullableFeature) UnmarshalJSON(src []byte) error
func (*NullableFeature) Unset ¶ added in v0.0.4
func (v *NullableFeature) 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 NullableIdentity ¶ added in v0.0.2
type NullableIdentity struct {
// contains filtered or unexported fields
}
func NewNullableIdentity ¶ added in v0.0.2
func NewNullableIdentity(val *Identity) *NullableIdentity
func (NullableIdentity) Get ¶ added in v0.0.2
func (v NullableIdentity) Get() *Identity
func (NullableIdentity) IsSet ¶ added in v0.0.2
func (v NullableIdentity) IsSet() bool
func (NullableIdentity) MarshalJSON ¶ added in v0.0.2
func (v NullableIdentity) MarshalJSON() ([]byte, error)
func (*NullableIdentity) Set ¶ added in v0.0.2
func (v *NullableIdentity) Set(val *Identity)
func (*NullableIdentity) UnmarshalJSON ¶ added in v0.0.2
func (v *NullableIdentity) UnmarshalJSON(src []byte) error
func (*NullableIdentity) Unset ¶ added in v0.0.2
func (v *NullableIdentity) Unset()
type NullableIdentitySearch ¶ added in v0.0.2
type NullableIdentitySearch struct {
// contains filtered or unexported fields
}
func NewNullableIdentitySearch ¶ added in v0.0.2
func NewNullableIdentitySearch(val *IdentitySearch) *NullableIdentitySearch
func (NullableIdentitySearch) Get ¶ added in v0.0.2
func (v NullableIdentitySearch) Get() *IdentitySearch
func (NullableIdentitySearch) IsSet ¶ added in v0.0.2
func (v NullableIdentitySearch) IsSet() bool
func (NullableIdentitySearch) MarshalJSON ¶ added in v0.0.2
func (v NullableIdentitySearch) MarshalJSON() ([]byte, error)
func (*NullableIdentitySearch) Set ¶ added in v0.0.2
func (v *NullableIdentitySearch) Set(val *IdentitySearch)
func (*NullableIdentitySearch) UnmarshalJSON ¶ added in v0.0.2
func (v *NullableIdentitySearch) UnmarshalJSON(src []byte) error
func (*NullableIdentitySearch) Unset ¶ added in v0.0.2
func (v *NullableIdentitySearch) 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 NullableInviteOrgUserRequest ¶ added in v0.0.2
type NullableInviteOrgUserRequest struct {
// contains filtered or unexported fields
}
func NewNullableInviteOrgUserRequest ¶ added in v0.0.2
func NewNullableInviteOrgUserRequest(val *InviteOrgUserRequest) *NullableInviteOrgUserRequest
func (NullableInviteOrgUserRequest) Get ¶ added in v0.0.2
func (v NullableInviteOrgUserRequest) Get() *InviteOrgUserRequest
func (NullableInviteOrgUserRequest) IsSet ¶ added in v0.0.2
func (v NullableInviteOrgUserRequest) IsSet() bool
func (NullableInviteOrgUserRequest) MarshalJSON ¶ added in v0.0.2
func (v NullableInviteOrgUserRequest) MarshalJSON() ([]byte, error)
func (*NullableInviteOrgUserRequest) Set ¶ added in v0.0.2
func (v *NullableInviteOrgUserRequest) Set(val *InviteOrgUserRequest)
func (*NullableInviteOrgUserRequest) UnmarshalJSON ¶ added in v0.0.2
func (v *NullableInviteOrgUserRequest) UnmarshalJSON(src []byte) error
func (*NullableInviteOrgUserRequest) Unset ¶ added in v0.0.2
func (v *NullableInviteOrgUserRequest) Unset()
type NullableInviteOrgWorkspaceUserRequest ¶ added in v0.1.0
type NullableInviteOrgWorkspaceUserRequest struct {
// contains filtered or unexported fields
}
func NewNullableInviteOrgWorkspaceUserRequest ¶ added in v0.1.0
func NewNullableInviteOrgWorkspaceUserRequest(val *InviteOrgWorkspaceUserRequest) *NullableInviteOrgWorkspaceUserRequest
func (NullableInviteOrgWorkspaceUserRequest) Get ¶ added in v0.1.0
func (v NullableInviteOrgWorkspaceUserRequest) Get() *InviteOrgWorkspaceUserRequest
func (NullableInviteOrgWorkspaceUserRequest) IsSet ¶ added in v0.1.0
func (v NullableInviteOrgWorkspaceUserRequest) IsSet() bool
func (NullableInviteOrgWorkspaceUserRequest) MarshalJSON ¶ added in v0.1.0
func (v NullableInviteOrgWorkspaceUserRequest) MarshalJSON() ([]byte, error)
func (*NullableInviteOrgWorkspaceUserRequest) Set ¶ added in v0.1.0
func (v *NullableInviteOrgWorkspaceUserRequest) Set(val *InviteOrgWorkspaceUserRequest)
func (*NullableInviteOrgWorkspaceUserRequest) UnmarshalJSON ¶ added in v0.1.0
func (v *NullableInviteOrgWorkspaceUserRequest) UnmarshalJSON(src []byte) error
func (*NullableInviteOrgWorkspaceUserRequest) Unset ¶ added in v0.1.0
func (v *NullableInviteOrgWorkspaceUserRequest) Unset()
type NullableJSONTime ¶ added in v0.6.0
type NullableJSONTime struct {
// contains filtered or unexported fields
}
func NewNullableJSONTime ¶ added in v0.6.0
func NewNullableJSONTime(val *JSONTime) *NullableJSONTime
func (NullableJSONTime) Get ¶ added in v0.6.0
func (v NullableJSONTime) Get() *JSONTime
func (NullableJSONTime) IsSet ¶ added in v0.6.0
func (v NullableJSONTime) IsSet() bool
func (NullableJSONTime) MarshalJSON ¶ added in v0.6.0
func (v NullableJSONTime) MarshalJSON() ([]byte, error)
func (*NullableJSONTime) Set ¶ added in v0.6.0
func (v *NullableJSONTime) Set(val *JSONTime)
func (*NullableJSONTime) UnmarshalJSON ¶ added in v0.6.0
func (v *NullableJSONTime) UnmarshalJSON(src []byte) error
func (*NullableJSONTime) Unset ¶ added in v0.6.0
func (v *NullableJSONTime) Unset()
type NullableListActorOrgsResponse ¶ added in v0.1.1
type NullableListActorOrgsResponse struct {
// contains filtered or unexported fields
}
func NewNullableListActorOrgsResponse ¶ added in v0.1.1
func NewNullableListActorOrgsResponse(val *ListActorOrgsResponse) *NullableListActorOrgsResponse
func (NullableListActorOrgsResponse) Get ¶ added in v0.1.1
func (v NullableListActorOrgsResponse) Get() *ListActorOrgsResponse
func (NullableListActorOrgsResponse) IsSet ¶ added in v0.1.1
func (v NullableListActorOrgsResponse) IsSet() bool
func (NullableListActorOrgsResponse) MarshalJSON ¶ added in v0.1.1
func (v NullableListActorOrgsResponse) MarshalJSON() ([]byte, error)
func (*NullableListActorOrgsResponse) Set ¶ added in v0.1.1
func (v *NullableListActorOrgsResponse) Set(val *ListActorOrgsResponse)
func (*NullableListActorOrgsResponse) UnmarshalJSON ¶ added in v0.1.1
func (v *NullableListActorOrgsResponse) UnmarshalJSON(src []byte) error
func (*NullableListActorOrgsResponse) Unset ¶ added in v0.1.1
func (v *NullableListActorOrgsResponse) Unset()
type NullableListActorWorkspacesResponse ¶ added in v0.1.1
type NullableListActorWorkspacesResponse struct {
// contains filtered or unexported fields
}
func NewNullableListActorWorkspacesResponse ¶ added in v0.1.1
func NewNullableListActorWorkspacesResponse(val *ListActorWorkspacesResponse) *NullableListActorWorkspacesResponse
func (NullableListActorWorkspacesResponse) Get ¶ added in v0.1.1
func (v NullableListActorWorkspacesResponse) Get() *ListActorWorkspacesResponse
func (NullableListActorWorkspacesResponse) IsSet ¶ added in v0.1.1
func (v NullableListActorWorkspacesResponse) IsSet() bool
func (NullableListActorWorkspacesResponse) MarshalJSON ¶ added in v0.1.1
func (v NullableListActorWorkspacesResponse) MarshalJSON() ([]byte, error)
func (*NullableListActorWorkspacesResponse) Set ¶ added in v0.1.1
func (v *NullableListActorWorkspacesResponse) Set(val *ListActorWorkspacesResponse)
func (*NullableListActorWorkspacesResponse) UnmarshalJSON ¶ added in v0.1.1
func (v *NullableListActorWorkspacesResponse) UnmarshalJSON(src []byte) error
func (*NullableListActorWorkspacesResponse) Unset ¶ added in v0.1.1
func (v *NullableListActorWorkspacesResponse) Unset()
type NullableListAuditLogsResponse ¶ added in v0.0.2
type NullableListAuditLogsResponse struct {
// contains filtered or unexported fields
}
func NewNullableListAuditLogsResponse ¶ added in v0.0.2
func NewNullableListAuditLogsResponse(val *ListAuditLogsResponse) *NullableListAuditLogsResponse
func (NullableListAuditLogsResponse) Get ¶ added in v0.0.2
func (v NullableListAuditLogsResponse) Get() *ListAuditLogsResponse
func (NullableListAuditLogsResponse) IsSet ¶ added in v0.0.2
func (v NullableListAuditLogsResponse) IsSet() bool
func (NullableListAuditLogsResponse) MarshalJSON ¶ added in v0.0.2
func (v NullableListAuditLogsResponse) MarshalJSON() ([]byte, error)
func (*NullableListAuditLogsResponse) Set ¶ added in v0.0.2
func (v *NullableListAuditLogsResponse) Set(val *ListAuditLogsResponse)
func (*NullableListAuditLogsResponse) UnmarshalJSON ¶ added in v0.0.2
func (v *NullableListAuditLogsResponse) UnmarshalJSON(src []byte) error
func (*NullableListAuditLogsResponse) Unset ¶ added in v0.0.2
func (v *NullableListAuditLogsResponse) Unset()
type NullableListConnectionsResponse ¶ added in v0.0.2
type NullableListConnectionsResponse struct {
// contains filtered or unexported fields
}
func NewNullableListConnectionsResponse ¶ added in v0.0.2
func NewNullableListConnectionsResponse(val *ListConnectionsResponse) *NullableListConnectionsResponse
func (NullableListConnectionsResponse) Get ¶ added in v0.0.2
func (v NullableListConnectionsResponse) Get() *ListConnectionsResponse
func (NullableListConnectionsResponse) IsSet ¶ added in v0.0.2
func (v NullableListConnectionsResponse) IsSet() bool
func (NullableListConnectionsResponse) MarshalJSON ¶ added in v0.0.2
func (v NullableListConnectionsResponse) MarshalJSON() ([]byte, error)
func (*NullableListConnectionsResponse) Set ¶ added in v0.0.2
func (v *NullableListConnectionsResponse) Set(val *ListConnectionsResponse)
func (*NullableListConnectionsResponse) UnmarshalJSON ¶ added in v0.0.2
func (v *NullableListConnectionsResponse) UnmarshalJSON(src []byte) error
func (*NullableListConnectionsResponse) Unset ¶ added in v0.0.2
func (v *NullableListConnectionsResponse) Unset()
type NullableListFeaturesResponse ¶ added in v0.0.4
type NullableListFeaturesResponse struct {
// contains filtered or unexported fields
}
func NewNullableListFeaturesResponse ¶ added in v0.0.4
func NewNullableListFeaturesResponse(val *ListFeaturesResponse) *NullableListFeaturesResponse
func (NullableListFeaturesResponse) Get ¶ added in v0.0.4
func (v NullableListFeaturesResponse) Get() *ListFeaturesResponse
func (NullableListFeaturesResponse) IsSet ¶ added in v0.0.4
func (v NullableListFeaturesResponse) IsSet() bool
func (NullableListFeaturesResponse) MarshalJSON ¶ added in v0.0.4
func (v NullableListFeaturesResponse) MarshalJSON() ([]byte, error)
func (*NullableListFeaturesResponse) Set ¶ added in v0.0.4
func (v *NullableListFeaturesResponse) Set(val *ListFeaturesResponse)
func (*NullableListFeaturesResponse) UnmarshalJSON ¶ added in v0.0.4
func (v *NullableListFeaturesResponse) UnmarshalJSON(src []byte) error
func (*NullableListFeaturesResponse) Unset ¶ added in v0.0.4
func (v *NullableListFeaturesResponse) Unset()
type NullableListIdentitiesResponse ¶ added in v0.1.0
type NullableListIdentitiesResponse struct {
// contains filtered or unexported fields
}
func NewNullableListIdentitiesResponse ¶ added in v0.1.0
func NewNullableListIdentitiesResponse(val *ListIdentitiesResponse) *NullableListIdentitiesResponse
func (NullableListIdentitiesResponse) Get ¶ added in v0.1.0
func (v NullableListIdentitiesResponse) Get() *ListIdentitiesResponse
func (NullableListIdentitiesResponse) IsSet ¶ added in v0.1.0
func (v NullableListIdentitiesResponse) IsSet() bool
func (NullableListIdentitiesResponse) MarshalJSON ¶ added in v0.1.0
func (v NullableListIdentitiesResponse) MarshalJSON() ([]byte, error)
func (*NullableListIdentitiesResponse) Set ¶ added in v0.1.0
func (v *NullableListIdentitiesResponse) Set(val *ListIdentitiesResponse)
func (*NullableListIdentitiesResponse) UnmarshalJSON ¶ added in v0.1.0
func (v *NullableListIdentitiesResponse) UnmarshalJSON(src []byte) error
func (*NullableListIdentitiesResponse) Unset ¶ added in v0.1.0
func (v *NullableListIdentitiesResponse) Unset()
type NullableListLogsResponse ¶ added in v0.0.2
type NullableListLogsResponse struct {
// contains filtered or unexported fields
}
func NewNullableListLogsResponse ¶ added in v0.0.2
func NewNullableListLogsResponse(val *ListLogsResponse) *NullableListLogsResponse
func (NullableListLogsResponse) Get ¶ added in v0.0.2
func (v NullableListLogsResponse) Get() *ListLogsResponse
func (NullableListLogsResponse) IsSet ¶ added in v0.0.2
func (v NullableListLogsResponse) IsSet() bool
func (NullableListLogsResponse) MarshalJSON ¶ added in v0.0.2
func (v NullableListLogsResponse) MarshalJSON() ([]byte, error)
func (*NullableListLogsResponse) Set ¶ added in v0.0.2
func (v *NullableListLogsResponse) Set(val *ListLogsResponse)
func (*NullableListLogsResponse) UnmarshalJSON ¶ added in v0.0.2
func (v *NullableListLogsResponse) UnmarshalJSON(src []byte) error
func (*NullableListLogsResponse) Unset ¶ added in v0.0.2
func (v *NullableListLogsResponse) Unset()
type NullableListOrgUsersResponse ¶ added in v0.0.2
type NullableListOrgUsersResponse struct {
// contains filtered or unexported fields
}
func NewNullableListOrgUsersResponse ¶ added in v0.0.2
func NewNullableListOrgUsersResponse(val *ListOrgUsersResponse) *NullableListOrgUsersResponse
func (NullableListOrgUsersResponse) Get ¶ added in v0.0.2
func (v NullableListOrgUsersResponse) Get() *ListOrgUsersResponse
func (NullableListOrgUsersResponse) IsSet ¶ added in v0.0.2
func (v NullableListOrgUsersResponse) IsSet() bool
func (NullableListOrgUsersResponse) MarshalJSON ¶ added in v0.0.2
func (v NullableListOrgUsersResponse) MarshalJSON() ([]byte, error)
func (*NullableListOrgUsersResponse) Set ¶ added in v0.0.2
func (v *NullableListOrgUsersResponse) Set(val *ListOrgUsersResponse)
func (*NullableListOrgUsersResponse) UnmarshalJSON ¶ added in v0.0.2
func (v *NullableListOrgUsersResponse) UnmarshalJSON(src []byte) error
func (*NullableListOrgUsersResponse) Unset ¶ added in v0.0.2
func (v *NullableListOrgUsersResponse) Unset()
type NullableListOrgWorkspaceUsersResponse ¶ added in v0.1.0
type NullableListOrgWorkspaceUsersResponse struct {
// contains filtered or unexported fields
}
func NewNullableListOrgWorkspaceUsersResponse ¶ added in v0.1.0
func NewNullableListOrgWorkspaceUsersResponse(val *ListOrgWorkspaceUsersResponse) *NullableListOrgWorkspaceUsersResponse
func (NullableListOrgWorkspaceUsersResponse) Get ¶ added in v0.1.0
func (v NullableListOrgWorkspaceUsersResponse) Get() *ListOrgWorkspaceUsersResponse
func (NullableListOrgWorkspaceUsersResponse) IsSet ¶ added in v0.1.0
func (v NullableListOrgWorkspaceUsersResponse) IsSet() bool
func (NullableListOrgWorkspaceUsersResponse) MarshalJSON ¶ added in v0.1.0
func (v NullableListOrgWorkspaceUsersResponse) MarshalJSON() ([]byte, error)
func (*NullableListOrgWorkspaceUsersResponse) Set ¶ added in v0.1.0
func (v *NullableListOrgWorkspaceUsersResponse) Set(val *ListOrgWorkspaceUsersResponse)
func (*NullableListOrgWorkspaceUsersResponse) UnmarshalJSON ¶ added in v0.1.0
func (v *NullableListOrgWorkspaceUsersResponse) UnmarshalJSON(src []byte) error
func (*NullableListOrgWorkspaceUsersResponse) Unset ¶ added in v0.1.0
func (v *NullableListOrgWorkspaceUsersResponse) Unset()
type NullableListOrgsResponse ¶ added in v0.0.2
type NullableListOrgsResponse struct {
// contains filtered or unexported fields
}
func NewNullableListOrgsResponse ¶ added in v0.0.2
func NewNullableListOrgsResponse(val *ListOrgsResponse) *NullableListOrgsResponse
func (NullableListOrgsResponse) Get ¶ added in v0.0.2
func (v NullableListOrgsResponse) Get() *ListOrgsResponse
func (NullableListOrgsResponse) IsSet ¶ added in v0.0.2
func (v NullableListOrgsResponse) IsSet() bool
func (NullableListOrgsResponse) MarshalJSON ¶ added in v0.0.2
func (v NullableListOrgsResponse) MarshalJSON() ([]byte, error)
func (*NullableListOrgsResponse) Set ¶ added in v0.0.2
func (v *NullableListOrgsResponse) Set(val *ListOrgsResponse)
func (*NullableListOrgsResponse) UnmarshalJSON ¶ added in v0.0.2
func (v *NullableListOrgsResponse) UnmarshalJSON(src []byte) error
func (*NullableListOrgsResponse) Unset ¶ added in v0.0.2
func (v *NullableListOrgsResponse) Unset()
type NullableListPipelinesResponse ¶ added in v0.5.0
type NullableListPipelinesResponse struct {
// contains filtered or unexported fields
}
func NewNullableListPipelinesResponse ¶ added in v0.5.0
func NewNullableListPipelinesResponse(val *ListPipelinesResponse) *NullableListPipelinesResponse
func (NullableListPipelinesResponse) Get ¶ added in v0.5.0
func (v NullableListPipelinesResponse) Get() *ListPipelinesResponse
func (NullableListPipelinesResponse) IsSet ¶ added in v0.5.0
func (v NullableListPipelinesResponse) IsSet() bool
func (NullableListPipelinesResponse) MarshalJSON ¶ added in v0.5.0
func (v NullableListPipelinesResponse) MarshalJSON() ([]byte, error)
func (*NullableListPipelinesResponse) Set ¶ added in v0.5.0
func (v *NullableListPipelinesResponse) Set(val *ListPipelinesResponse)
func (*NullableListPipelinesResponse) UnmarshalJSON ¶ added in v0.5.0
func (v *NullableListPipelinesResponse) UnmarshalJSON(src []byte) error
func (*NullableListPipelinesResponse) Unset ¶ added in v0.5.0
func (v *NullableListPipelinesResponse) Unset()
type NullableListProcessesResponse ¶ added in v0.5.0
type NullableListProcessesResponse struct {
// contains filtered or unexported fields
}
func NewNullableListProcessesResponse ¶ added in v0.5.0
func NewNullableListProcessesResponse(val *ListProcessesResponse) *NullableListProcessesResponse
func (NullableListProcessesResponse) Get ¶ added in v0.5.0
func (v NullableListProcessesResponse) Get() *ListProcessesResponse
func (NullableListProcessesResponse) IsSet ¶ added in v0.5.0
func (v NullableListProcessesResponse) IsSet() bool
func (NullableListProcessesResponse) MarshalJSON ¶ added in v0.5.0
func (v NullableListProcessesResponse) MarshalJSON() ([]byte, error)
func (*NullableListProcessesResponse) Set ¶ added in v0.5.0
func (v *NullableListProcessesResponse) Set(val *ListProcessesResponse)
func (*NullableListProcessesResponse) UnmarshalJSON ¶ added in v0.5.0
func (v *NullableListProcessesResponse) UnmarshalJSON(src []byte) error
func (*NullableListProcessesResponse) Unset ¶ added in v0.5.0
func (v *NullableListProcessesResponse) Unset()
type NullableListTokensResponse ¶ added in v0.0.2
type NullableListTokensResponse struct {
// contains filtered or unexported fields
}
func NewNullableListTokensResponse ¶ added in v0.0.2
func NewNullableListTokensResponse(val *ListTokensResponse) *NullableListTokensResponse
func (NullableListTokensResponse) Get ¶ added in v0.0.2
func (v NullableListTokensResponse) Get() *ListTokensResponse
func (NullableListTokensResponse) IsSet ¶ added in v0.0.2
func (v NullableListTokensResponse) IsSet() bool
func (NullableListTokensResponse) MarshalJSON ¶ added in v0.0.2
func (v NullableListTokensResponse) MarshalJSON() ([]byte, error)
func (*NullableListTokensResponse) Set ¶ added in v0.0.2
func (v *NullableListTokensResponse) Set(val *ListTokensResponse)
func (*NullableListTokensResponse) UnmarshalJSON ¶ added in v0.0.2
func (v *NullableListTokensResponse) UnmarshalJSON(src []byte) error
func (*NullableListTokensResponse) Unset ¶ added in v0.0.2
func (v *NullableListTokensResponse) Unset()
type NullableListUserEmailsResponse ¶ added in v0.2.0
type NullableListUserEmailsResponse struct {
// contains filtered or unexported fields
}
func NewNullableListUserEmailsResponse ¶ added in v0.2.0
func NewNullableListUserEmailsResponse(val *ListUserEmailsResponse) *NullableListUserEmailsResponse
func (NullableListUserEmailsResponse) Get ¶ added in v0.2.0
func (v NullableListUserEmailsResponse) Get() *ListUserEmailsResponse
func (NullableListUserEmailsResponse) IsSet ¶ added in v0.2.0
func (v NullableListUserEmailsResponse) IsSet() bool
func (NullableListUserEmailsResponse) MarshalJSON ¶ added in v0.2.0
func (v NullableListUserEmailsResponse) MarshalJSON() ([]byte, error)
func (*NullableListUserEmailsResponse) Set ¶ added in v0.2.0
func (v *NullableListUserEmailsResponse) Set(val *ListUserEmailsResponse)
func (*NullableListUserEmailsResponse) UnmarshalJSON ¶ added in v0.2.0
func (v *NullableListUserEmailsResponse) UnmarshalJSON(src []byte) error
func (*NullableListUserEmailsResponse) Unset ¶ added in v0.2.0
func (v *NullableListUserEmailsResponse) Unset()
type NullableListUserOrgsResponse ¶ added in v0.0.2
type NullableListUserOrgsResponse struct {
// contains filtered or unexported fields
}
func NewNullableListUserOrgsResponse ¶ added in v0.0.2
func NewNullableListUserOrgsResponse(val *ListUserOrgsResponse) *NullableListUserOrgsResponse
func (NullableListUserOrgsResponse) Get ¶ added in v0.0.2
func (v NullableListUserOrgsResponse) Get() *ListUserOrgsResponse
func (NullableListUserOrgsResponse) IsSet ¶ added in v0.0.2
func (v NullableListUserOrgsResponse) IsSet() bool
func (NullableListUserOrgsResponse) MarshalJSON ¶ added in v0.0.2
func (v NullableListUserOrgsResponse) MarshalJSON() ([]byte, error)
func (*NullableListUserOrgsResponse) Set ¶ added in v0.0.2
func (v *NullableListUserOrgsResponse) Set(val *ListUserOrgsResponse)
func (*NullableListUserOrgsResponse) UnmarshalJSON ¶ added in v0.0.2
func (v *NullableListUserOrgsResponse) UnmarshalJSON(src []byte) error
func (*NullableListUserOrgsResponse) Unset ¶ added in v0.0.2
func (v *NullableListUserOrgsResponse) Unset()
type NullableListUsersResponse ¶ added in v0.0.2
type NullableListUsersResponse struct {
// contains filtered or unexported fields
}
func NewNullableListUsersResponse ¶ added in v0.0.2
func NewNullableListUsersResponse(val *ListUsersResponse) *NullableListUsersResponse
func (NullableListUsersResponse) Get ¶ added in v0.0.2
func (v NullableListUsersResponse) Get() *ListUsersResponse
func (NullableListUsersResponse) IsSet ¶ added in v0.0.2
func (v NullableListUsersResponse) IsSet() bool
func (NullableListUsersResponse) MarshalJSON ¶ added in v0.0.2
func (v NullableListUsersResponse) MarshalJSON() ([]byte, error)
func (*NullableListUsersResponse) Set ¶ added in v0.0.2
func (v *NullableListUsersResponse) Set(val *ListUsersResponse)
func (*NullableListUsersResponse) UnmarshalJSON ¶ added in v0.0.2
func (v *NullableListUsersResponse) UnmarshalJSON(src []byte) error
func (*NullableListUsersResponse) Unset ¶ added in v0.0.2
func (v *NullableListUsersResponse) Unset()
type NullableListWorkspaceAggregatorsResponse ¶ added in v0.6.0
type NullableListWorkspaceAggregatorsResponse struct {
// contains filtered or unexported fields
}
func NewNullableListWorkspaceAggregatorsResponse ¶ added in v0.6.0
func NewNullableListWorkspaceAggregatorsResponse(val *ListWorkspaceAggregatorsResponse) *NullableListWorkspaceAggregatorsResponse
func (NullableListWorkspaceAggregatorsResponse) IsSet ¶ added in v0.6.0
func (v NullableListWorkspaceAggregatorsResponse) IsSet() bool
func (NullableListWorkspaceAggregatorsResponse) MarshalJSON ¶ added in v0.6.0
func (v NullableListWorkspaceAggregatorsResponse) MarshalJSON() ([]byte, error)
func (*NullableListWorkspaceAggregatorsResponse) Set ¶ added in v0.6.0
func (v *NullableListWorkspaceAggregatorsResponse) Set(val *ListWorkspaceAggregatorsResponse)
func (*NullableListWorkspaceAggregatorsResponse) UnmarshalJSON ¶ added in v0.6.0
func (v *NullableListWorkspaceAggregatorsResponse) UnmarshalJSON(src []byte) error
func (*NullableListWorkspaceAggregatorsResponse) Unset ¶ added in v0.6.0
func (v *NullableListWorkspaceAggregatorsResponse) Unset()
type NullableListWorkspaceConnResponse ¶ added in v0.0.2
type NullableListWorkspaceConnResponse struct {
// contains filtered or unexported fields
}
func NewNullableListWorkspaceConnResponse ¶ added in v0.0.2
func NewNullableListWorkspaceConnResponse(val *ListWorkspaceConnResponse) *NullableListWorkspaceConnResponse
func (NullableListWorkspaceConnResponse) Get ¶ added in v0.0.2
func (v NullableListWorkspaceConnResponse) Get() *ListWorkspaceConnResponse
func (NullableListWorkspaceConnResponse) IsSet ¶ added in v0.0.2
func (v NullableListWorkspaceConnResponse) IsSet() bool
func (NullableListWorkspaceConnResponse) MarshalJSON ¶ added in v0.0.2
func (v NullableListWorkspaceConnResponse) MarshalJSON() ([]byte, error)
func (*NullableListWorkspaceConnResponse) Set ¶ added in v0.0.2
func (v *NullableListWorkspaceConnResponse) Set(val *ListWorkspaceConnResponse)
func (*NullableListWorkspaceConnResponse) UnmarshalJSON ¶ added in v0.0.2
func (v *NullableListWorkspaceConnResponse) UnmarshalJSON(src []byte) error
func (*NullableListWorkspaceConnResponse) Unset ¶ added in v0.0.2
func (v *NullableListWorkspaceConnResponse) Unset()
type NullableListWorkspaceConnectionAssociationsResponse ¶ added in v0.6.0
type NullableListWorkspaceConnectionAssociationsResponse struct {
// contains filtered or unexported fields
}
func NewNullableListWorkspaceConnectionAssociationsResponse ¶ added in v0.6.0
func NewNullableListWorkspaceConnectionAssociationsResponse(val *ListWorkspaceConnectionAssociationsResponse) *NullableListWorkspaceConnectionAssociationsResponse
func (NullableListWorkspaceConnectionAssociationsResponse) IsSet ¶ added in v0.6.0
func (v NullableListWorkspaceConnectionAssociationsResponse) IsSet() bool
func (NullableListWorkspaceConnectionAssociationsResponse) MarshalJSON ¶ added in v0.6.0
func (v NullableListWorkspaceConnectionAssociationsResponse) MarshalJSON() ([]byte, error)
func (*NullableListWorkspaceConnectionAssociationsResponse) UnmarshalJSON ¶ added in v0.6.0
func (v *NullableListWorkspaceConnectionAssociationsResponse) UnmarshalJSON(src []byte) error
func (*NullableListWorkspaceConnectionAssociationsResponse) Unset ¶ added in v0.6.0
func (v *NullableListWorkspaceConnectionAssociationsResponse) Unset()
type NullableListWorkspaceConnectionsResponse ¶ added in v0.6.0
type NullableListWorkspaceConnectionsResponse struct {
// contains filtered or unexported fields
}
func NewNullableListWorkspaceConnectionsResponse ¶ added in v0.6.0
func NewNullableListWorkspaceConnectionsResponse(val *ListWorkspaceConnectionsResponse) *NullableListWorkspaceConnectionsResponse
func (NullableListWorkspaceConnectionsResponse) IsSet ¶ added in v0.6.0
func (v NullableListWorkspaceConnectionsResponse) IsSet() bool
func (NullableListWorkspaceConnectionsResponse) MarshalJSON ¶ added in v0.6.0
func (v NullableListWorkspaceConnectionsResponse) MarshalJSON() ([]byte, error)
func (*NullableListWorkspaceConnectionsResponse) Set ¶ added in v0.6.0
func (v *NullableListWorkspaceConnectionsResponse) Set(val *ListWorkspaceConnectionsResponse)
func (*NullableListWorkspaceConnectionsResponse) UnmarshalJSON ¶ added in v0.6.0
func (v *NullableListWorkspaceConnectionsResponse) UnmarshalJSON(src []byte) error
func (*NullableListWorkspaceConnectionsResponse) Unset ¶ added in v0.6.0
func (v *NullableListWorkspaceConnectionsResponse) Unset()
type NullableListWorkspaceModVariablesResponse ¶ added in v0.0.4
type NullableListWorkspaceModVariablesResponse struct {
// contains filtered or unexported fields
}
func NewNullableListWorkspaceModVariablesResponse ¶ added in v0.0.4
func NewNullableListWorkspaceModVariablesResponse(val *ListWorkspaceModVariablesResponse) *NullableListWorkspaceModVariablesResponse
func (NullableListWorkspaceModVariablesResponse) IsSet ¶ added in v0.0.4
func (v NullableListWorkspaceModVariablesResponse) IsSet() bool
func (NullableListWorkspaceModVariablesResponse) MarshalJSON ¶ added in v0.0.4
func (v NullableListWorkspaceModVariablesResponse) MarshalJSON() ([]byte, error)
func (*NullableListWorkspaceModVariablesResponse) Set ¶ added in v0.0.4
func (v *NullableListWorkspaceModVariablesResponse) Set(val *ListWorkspaceModVariablesResponse)
func (*NullableListWorkspaceModVariablesResponse) UnmarshalJSON ¶ added in v0.0.4
func (v *NullableListWorkspaceModVariablesResponse) UnmarshalJSON(src []byte) error
func (*NullableListWorkspaceModVariablesResponse) Unset ¶ added in v0.0.4
func (v *NullableListWorkspaceModVariablesResponse) Unset()
type NullableListWorkspaceModsResponse ¶ added in v0.0.4
type NullableListWorkspaceModsResponse struct {
// contains filtered or unexported fields
}
func NewNullableListWorkspaceModsResponse ¶ added in v0.0.4
func NewNullableListWorkspaceModsResponse(val *ListWorkspaceModsResponse) *NullableListWorkspaceModsResponse
func (NullableListWorkspaceModsResponse) Get ¶ added in v0.0.4
func (v NullableListWorkspaceModsResponse) Get() *ListWorkspaceModsResponse
func (NullableListWorkspaceModsResponse) IsSet ¶ added in v0.0.4
func (v NullableListWorkspaceModsResponse) IsSet() bool
func (NullableListWorkspaceModsResponse) MarshalJSON ¶ added in v0.0.4
func (v NullableListWorkspaceModsResponse) MarshalJSON() ([]byte, error)
func (*NullableListWorkspaceModsResponse) Set ¶ added in v0.0.4
func (v *NullableListWorkspaceModsResponse) Set(val *ListWorkspaceModsResponse)
func (*NullableListWorkspaceModsResponse) UnmarshalJSON ¶ added in v0.0.4
func (v *NullableListWorkspaceModsResponse) UnmarshalJSON(src []byte) error
func (*NullableListWorkspaceModsResponse) Unset ¶ added in v0.0.4
func (v *NullableListWorkspaceModsResponse) Unset()
type NullableListWorkspaceSnapshotsResponse ¶ added in v0.1.3
type NullableListWorkspaceSnapshotsResponse struct {
// contains filtered or unexported fields
}
func NewNullableListWorkspaceSnapshotsResponse ¶ added in v0.1.3
func NewNullableListWorkspaceSnapshotsResponse(val *ListWorkspaceSnapshotsResponse) *NullableListWorkspaceSnapshotsResponse
func (NullableListWorkspaceSnapshotsResponse) Get ¶ added in v0.1.3
func (v NullableListWorkspaceSnapshotsResponse) Get() *ListWorkspaceSnapshotsResponse
func (NullableListWorkspaceSnapshotsResponse) IsSet ¶ added in v0.1.3
func (v NullableListWorkspaceSnapshotsResponse) IsSet() bool
func (NullableListWorkspaceSnapshotsResponse) MarshalJSON ¶ added in v0.1.3
func (v NullableListWorkspaceSnapshotsResponse) MarshalJSON() ([]byte, error)
func (*NullableListWorkspaceSnapshotsResponse) Set ¶ added in v0.1.3
func (v *NullableListWorkspaceSnapshotsResponse) Set(val *ListWorkspaceSnapshotsResponse)
func (*NullableListWorkspaceSnapshotsResponse) UnmarshalJSON ¶ added in v0.1.3
func (v *NullableListWorkspaceSnapshotsResponse) UnmarshalJSON(src []byte) error
func (*NullableListWorkspaceSnapshotsResponse) Unset ¶ added in v0.1.3
func (v *NullableListWorkspaceSnapshotsResponse) Unset()
type NullableListWorkspacesResponse ¶ added in v0.0.2
type NullableListWorkspacesResponse struct {
// contains filtered or unexported fields
}
func NewNullableListWorkspacesResponse ¶ added in v0.0.2
func NewNullableListWorkspacesResponse(val *ListWorkspacesResponse) *NullableListWorkspacesResponse
func (NullableListWorkspacesResponse) Get ¶ added in v0.0.2
func (v NullableListWorkspacesResponse) Get() *ListWorkspacesResponse
func (NullableListWorkspacesResponse) IsSet ¶ added in v0.0.2
func (v NullableListWorkspacesResponse) IsSet() bool
func (NullableListWorkspacesResponse) MarshalJSON ¶ added in v0.0.2
func (v NullableListWorkspacesResponse) MarshalJSON() ([]byte, error)
func (*NullableListWorkspacesResponse) Set ¶ added in v0.0.2
func (v *NullableListWorkspacesResponse) Set(val *ListWorkspacesResponse)
func (*NullableListWorkspacesResponse) UnmarshalJSON ¶ added in v0.0.2
func (v *NullableListWorkspacesResponse) UnmarshalJSON(src []byte) error
func (*NullableListWorkspacesResponse) Unset ¶ added in v0.0.2
func (v *NullableListWorkspacesResponse) Unset()
type NullableLogRecord ¶ added in v0.0.2
type NullableLogRecord struct {
// contains filtered or unexported fields
}
func NewNullableLogRecord ¶ added in v0.0.2
func NewNullableLogRecord(val *LogRecord) *NullableLogRecord
func (NullableLogRecord) Get ¶ added in v0.0.2
func (v NullableLogRecord) Get() *LogRecord
func (NullableLogRecord) IsSet ¶ added in v0.0.2
func (v NullableLogRecord) IsSet() bool
func (NullableLogRecord) MarshalJSON ¶ added in v0.0.2
func (v NullableLogRecord) MarshalJSON() ([]byte, error)
func (*NullableLogRecord) Set ¶ added in v0.0.2
func (v *NullableLogRecord) Set(val *LogRecord)
func (*NullableLogRecord) UnmarshalJSON ¶ added in v0.0.2
func (v *NullableLogRecord) UnmarshalJSON(src []byte) error
func (*NullableLogRecord) Unset ¶ added in v0.0.2
func (v *NullableLogRecord) Unset()
type NullableOrg ¶ added in v0.0.2
type NullableOrg struct {
// contains filtered or unexported fields
}
func NewNullableOrg ¶ added in v0.0.2
func NewNullableOrg(val *Org) *NullableOrg
func (NullableOrg) Get ¶ added in v0.0.2
func (v NullableOrg) Get() *Org
func (NullableOrg) IsSet ¶ added in v0.0.2
func (v NullableOrg) IsSet() bool
func (NullableOrg) MarshalJSON ¶ added in v0.0.2
func (v NullableOrg) MarshalJSON() ([]byte, error)
func (*NullableOrg) Set ¶ added in v0.0.2
func (v *NullableOrg) Set(val *Org)
func (*NullableOrg) UnmarshalJSON ¶ added in v0.0.2
func (v *NullableOrg) UnmarshalJSON(src []byte) error
func (*NullableOrg) Unset ¶ added in v0.0.2
func (v *NullableOrg) Unset()
type NullableOrgQuota ¶ added in v0.0.2
type NullableOrgQuota struct {
// contains filtered or unexported fields
}
func NewNullableOrgQuota ¶ added in v0.0.2
func NewNullableOrgQuota(val *OrgQuota) *NullableOrgQuota
func (NullableOrgQuota) Get ¶ added in v0.0.2
func (v NullableOrgQuota) Get() *OrgQuota
func (NullableOrgQuota) IsSet ¶ added in v0.0.2
func (v NullableOrgQuota) IsSet() bool
func (NullableOrgQuota) MarshalJSON ¶ added in v0.0.2
func (v NullableOrgQuota) MarshalJSON() ([]byte, error)
func (*NullableOrgQuota) Set ¶ added in v0.0.2
func (v *NullableOrgQuota) Set(val *OrgQuota)
func (*NullableOrgQuota) UnmarshalJSON ¶ added in v0.0.2
func (v *NullableOrgQuota) UnmarshalJSON(src []byte) error
func (*NullableOrgQuota) Unset ¶ added in v0.0.2
func (v *NullableOrgQuota) Unset()
type NullableOrgUser ¶ added in v0.0.2
type NullableOrgUser struct {
// contains filtered or unexported fields
}
func NewNullableOrgUser ¶ added in v0.0.2
func NewNullableOrgUser(val *OrgUser) *NullableOrgUser
func (NullableOrgUser) Get ¶ added in v0.0.2
func (v NullableOrgUser) Get() *OrgUser
func (NullableOrgUser) IsSet ¶ added in v0.0.2
func (v NullableOrgUser) IsSet() bool
func (NullableOrgUser) MarshalJSON ¶ added in v0.0.2
func (v NullableOrgUser) MarshalJSON() ([]byte, error)
func (*NullableOrgUser) Set ¶ added in v0.0.2
func (v *NullableOrgUser) Set(val *OrgUser)
func (*NullableOrgUser) UnmarshalJSON ¶ added in v0.0.2
func (v *NullableOrgUser) UnmarshalJSON(src []byte) error
func (*NullableOrgUser) Unset ¶ added in v0.0.2
func (v *NullableOrgUser) Unset()
type NullableOrgWorkspaceUser ¶ added in v0.1.0
type NullableOrgWorkspaceUser struct {
// contains filtered or unexported fields
}
func NewNullableOrgWorkspaceUser ¶ added in v0.1.0
func NewNullableOrgWorkspaceUser(val *OrgWorkspaceUser) *NullableOrgWorkspaceUser
func (NullableOrgWorkspaceUser) Get ¶ added in v0.1.0
func (v NullableOrgWorkspaceUser) Get() *OrgWorkspaceUser
func (NullableOrgWorkspaceUser) IsSet ¶ added in v0.1.0
func (v NullableOrgWorkspaceUser) IsSet() bool
func (NullableOrgWorkspaceUser) MarshalJSON ¶ added in v0.1.0
func (v NullableOrgWorkspaceUser) MarshalJSON() ([]byte, error)
func (*NullableOrgWorkspaceUser) Set ¶ added in v0.1.0
func (v *NullableOrgWorkspaceUser) Set(val *OrgWorkspaceUser)
func (*NullableOrgWorkspaceUser) UnmarshalJSON ¶ added in v0.1.0
func (v *NullableOrgWorkspaceUser) UnmarshalJSON(src []byte) error
func (*NullableOrgWorkspaceUser) Unset ¶ added in v0.1.0
func (v *NullableOrgWorkspaceUser) Unset()
type NullablePipeline ¶ added in v0.5.0
type NullablePipeline struct {
// contains filtered or unexported fields
}
func NewNullablePipeline ¶ added in v0.5.0
func NewNullablePipeline(val *Pipeline) *NullablePipeline
func (NullablePipeline) Get ¶ added in v0.5.0
func (v NullablePipeline) Get() *Pipeline
func (NullablePipeline) IsSet ¶ added in v0.5.0
func (v NullablePipeline) IsSet() bool
func (NullablePipeline) MarshalJSON ¶ added in v0.5.0
func (v NullablePipeline) MarshalJSON() ([]byte, error)
func (*NullablePipeline) Set ¶ added in v0.5.0
func (v *NullablePipeline) Set(val *Pipeline)
func (*NullablePipeline) UnmarshalJSON ¶ added in v0.5.0
func (v *NullablePipeline) UnmarshalJSON(src []byte) error
func (*NullablePipeline) Unset ¶ added in v0.5.0
func (v *NullablePipeline) Unset()
type NullablePipelineCommandRequest ¶ added in v0.5.0
type NullablePipelineCommandRequest struct {
// contains filtered or unexported fields
}
func NewNullablePipelineCommandRequest ¶ added in v0.5.0
func NewNullablePipelineCommandRequest(val *PipelineCommandRequest) *NullablePipelineCommandRequest
func (NullablePipelineCommandRequest) Get ¶ added in v0.5.0
func (v NullablePipelineCommandRequest) Get() *PipelineCommandRequest
func (NullablePipelineCommandRequest) IsSet ¶ added in v0.5.0
func (v NullablePipelineCommandRequest) IsSet() bool
func (NullablePipelineCommandRequest) MarshalJSON ¶ added in v0.5.0
func (v NullablePipelineCommandRequest) MarshalJSON() ([]byte, error)
func (*NullablePipelineCommandRequest) Set ¶ added in v0.5.0
func (v *NullablePipelineCommandRequest) Set(val *PipelineCommandRequest)
func (*NullablePipelineCommandRequest) UnmarshalJSON ¶ added in v0.5.0
func (v *NullablePipelineCommandRequest) UnmarshalJSON(src []byte) error
func (*NullablePipelineCommandRequest) Unset ¶ added in v0.5.0
func (v *NullablePipelineCommandRequest) Unset()
type NullablePipelineCommandResponse ¶ added in v0.5.0
type NullablePipelineCommandResponse struct {
// contains filtered or unexported fields
}
func NewNullablePipelineCommandResponse ¶ added in v0.5.0
func NewNullablePipelineCommandResponse(val *PipelineCommandResponse) *NullablePipelineCommandResponse
func (NullablePipelineCommandResponse) Get ¶ added in v0.5.0
func (v NullablePipelineCommandResponse) Get() *PipelineCommandResponse
func (NullablePipelineCommandResponse) IsSet ¶ added in v0.5.0
func (v NullablePipelineCommandResponse) IsSet() bool
func (NullablePipelineCommandResponse) MarshalJSON ¶ added in v0.5.0
func (v NullablePipelineCommandResponse) MarshalJSON() ([]byte, error)
func (*NullablePipelineCommandResponse) Set ¶ added in v0.5.0
func (v *NullablePipelineCommandResponse) Set(val *PipelineCommandResponse)
func (*NullablePipelineCommandResponse) UnmarshalJSON ¶ added in v0.5.0
func (v *NullablePipelineCommandResponse) UnmarshalJSON(src []byte) error
func (*NullablePipelineCommandResponse) Unset ¶ added in v0.5.0
func (v *NullablePipelineCommandResponse) Unset()
type NullablePipelineFrequency ¶ added in v0.5.0
type NullablePipelineFrequency struct {
// contains filtered or unexported fields
}
func NewNullablePipelineFrequency ¶ added in v0.5.0
func NewNullablePipelineFrequency(val *PipelineFrequency) *NullablePipelineFrequency
func (NullablePipelineFrequency) Get ¶ added in v0.5.0
func (v NullablePipelineFrequency) Get() *PipelineFrequency
func (NullablePipelineFrequency) IsSet ¶ added in v0.5.0
func (v NullablePipelineFrequency) IsSet() bool
func (NullablePipelineFrequency) MarshalJSON ¶ added in v0.5.0
func (v NullablePipelineFrequency) MarshalJSON() ([]byte, error)
func (*NullablePipelineFrequency) Set ¶ added in v0.5.0
func (v *NullablePipelineFrequency) Set(val *PipelineFrequency)
func (*NullablePipelineFrequency) UnmarshalJSON ¶ added in v0.5.0
func (v *NullablePipelineFrequency) UnmarshalJSON(src []byte) error
func (*NullablePipelineFrequency) Unset ¶ added in v0.5.0
func (v *NullablePipelineFrequency) Unset()
type NullableQuota ¶ added in v0.0.2
type NullableQuota struct {
// contains filtered or unexported fields
}
func NewNullableQuota ¶ added in v0.0.2
func NewNullableQuota(val *Quota) *NullableQuota
func (NullableQuota) Get ¶ added in v0.0.2
func (v NullableQuota) Get() *Quota
func (NullableQuota) IsSet ¶ added in v0.0.2
func (v NullableQuota) IsSet() bool
func (NullableQuota) MarshalJSON ¶ added in v0.0.2
func (v NullableQuota) MarshalJSON() ([]byte, error)
func (*NullableQuota) Set ¶ added in v0.0.2
func (v *NullableQuota) Set(val *Quota)
func (*NullableQuota) UnmarshalJSON ¶ added in v0.0.2
func (v *NullableQuota) UnmarshalJSON(src []byte) error
func (*NullableQuota) Unset ¶ added in v0.0.2
func (v *NullableQuota) Unset()
type NullableSchemaInfo ¶ added in v0.0.2
type NullableSchemaInfo struct {
// contains filtered or unexported fields
}
func NewNullableSchemaInfo ¶ added in v0.0.2
func NewNullableSchemaInfo(val *SchemaInfo) *NullableSchemaInfo
func (NullableSchemaInfo) Get ¶ added in v0.0.2
func (v NullableSchemaInfo) Get() *SchemaInfo
func (NullableSchemaInfo) IsSet ¶ added in v0.0.2
func (v NullableSchemaInfo) IsSet() bool
func (NullableSchemaInfo) MarshalJSON ¶ added in v0.0.2
func (v NullableSchemaInfo) MarshalJSON() ([]byte, error)
func (*NullableSchemaInfo) Set ¶ added in v0.0.2
func (v *NullableSchemaInfo) Set(val *SchemaInfo)
func (*NullableSchemaInfo) UnmarshalJSON ¶ added in v0.0.2
func (v *NullableSchemaInfo) UnmarshalJSON(src []byte) error
func (*NullableSchemaInfo) Unset ¶ added in v0.0.2
func (v *NullableSchemaInfo) Unset()
type NullableSchemaTable ¶ added in v0.0.2
type NullableSchemaTable struct {
// contains filtered or unexported fields
}
func NewNullableSchemaTable ¶ added in v0.0.2
func NewNullableSchemaTable(val *SchemaTable) *NullableSchemaTable
func (NullableSchemaTable) Get ¶ added in v0.0.2
func (v NullableSchemaTable) Get() *SchemaTable
func (NullableSchemaTable) IsSet ¶ added in v0.0.2
func (v NullableSchemaTable) IsSet() bool
func (NullableSchemaTable) MarshalJSON ¶ added in v0.0.2
func (v NullableSchemaTable) MarshalJSON() ([]byte, error)
func (*NullableSchemaTable) Set ¶ added in v0.0.2
func (v *NullableSchemaTable) Set(val *SchemaTable)
func (*NullableSchemaTable) UnmarshalJSON ¶ added in v0.0.2
func (v *NullableSchemaTable) UnmarshalJSON(src []byte) error
func (*NullableSchemaTable) Unset ¶ added in v0.0.2
func (v *NullableSchemaTable) Unset()
type NullableSchemaTableColumn ¶ added in v0.0.2
type NullableSchemaTableColumn struct {
// contains filtered or unexported fields
}
func NewNullableSchemaTableColumn ¶ added in v0.0.2
func NewNullableSchemaTableColumn(val *SchemaTableColumn) *NullableSchemaTableColumn
func (NullableSchemaTableColumn) Get ¶ added in v0.0.2
func (v NullableSchemaTableColumn) Get() *SchemaTableColumn
func (NullableSchemaTableColumn) IsSet ¶ added in v0.0.2
func (v NullableSchemaTableColumn) IsSet() bool
func (NullableSchemaTableColumn) MarshalJSON ¶ added in v0.0.2
func (v NullableSchemaTableColumn) MarshalJSON() ([]byte, error)
func (*NullableSchemaTableColumn) Set ¶ added in v0.0.2
func (v *NullableSchemaTableColumn) Set(val *SchemaTableColumn)
func (*NullableSchemaTableColumn) UnmarshalJSON ¶ added in v0.0.2
func (v *NullableSchemaTableColumn) UnmarshalJSON(src []byte) error
func (*NullableSchemaTableColumn) Unset ¶ added in v0.0.2
func (v *NullableSchemaTableColumn) Unset()
type NullableSearchIdentitiesResponse ¶ added in v0.0.2
type NullableSearchIdentitiesResponse struct {
// contains filtered or unexported fields
}
func NewNullableSearchIdentitiesResponse ¶ added in v0.0.2
func NewNullableSearchIdentitiesResponse(val *SearchIdentitiesResponse) *NullableSearchIdentitiesResponse
func (NullableSearchIdentitiesResponse) Get ¶ added in v0.0.2
func (v NullableSearchIdentitiesResponse) Get() *SearchIdentitiesResponse
func (NullableSearchIdentitiesResponse) IsSet ¶ added in v0.0.2
func (v NullableSearchIdentitiesResponse) IsSet() bool
func (NullableSearchIdentitiesResponse) MarshalJSON ¶ added in v0.0.2
func (v NullableSearchIdentitiesResponse) MarshalJSON() ([]byte, error)
func (*NullableSearchIdentitiesResponse) Set ¶ added in v0.0.2
func (v *NullableSearchIdentitiesResponse) Set(val *SearchIdentitiesResponse)
func (*NullableSearchIdentitiesResponse) UnmarshalJSON ¶ added in v0.0.2
func (v *NullableSearchIdentitiesResponse) UnmarshalJSON(src []byte) error
func (*NullableSearchIdentitiesResponse) Unset ¶ added in v0.0.2
func (v *NullableSearchIdentitiesResponse) Unset()
type NullableSearchUsersResponse ¶ added in v0.0.2
type NullableSearchUsersResponse struct {
// contains filtered or unexported fields
}
func NewNullableSearchUsersResponse ¶ added in v0.0.2
func NewNullableSearchUsersResponse(val *SearchUsersResponse) *NullableSearchUsersResponse
func (NullableSearchUsersResponse) Get ¶ added in v0.0.2
func (v NullableSearchUsersResponse) Get() *SearchUsersResponse
func (NullableSearchUsersResponse) IsSet ¶ added in v0.0.2
func (v NullableSearchUsersResponse) IsSet() bool
func (NullableSearchUsersResponse) MarshalJSON ¶ added in v0.0.2
func (v NullableSearchUsersResponse) MarshalJSON() ([]byte, error)
func (*NullableSearchUsersResponse) Set ¶ added in v0.0.2
func (v *NullableSearchUsersResponse) Set(val *SearchUsersResponse)
func (*NullableSearchUsersResponse) UnmarshalJSON ¶ added in v0.0.2
func (v *NullableSearchUsersResponse) UnmarshalJSON(src []byte) error
func (*NullableSearchUsersResponse) Unset ¶ added in v0.0.2
func (v *NullableSearchUsersResponse) Unset()
type NullableSpProcess ¶ added in v0.5.0
type NullableSpProcess struct {
// contains filtered or unexported fields
}
func NewNullableSpProcess ¶ added in v0.5.0
func NewNullableSpProcess(val *SpProcess) *NullableSpProcess
func (NullableSpProcess) Get ¶ added in v0.5.0
func (v NullableSpProcess) Get() *SpProcess
func (NullableSpProcess) IsSet ¶ added in v0.5.0
func (v NullableSpProcess) IsSet() bool
func (NullableSpProcess) MarshalJSON ¶ added in v0.5.0
func (v NullableSpProcess) MarshalJSON() ([]byte, error)
func (*NullableSpProcess) Set ¶ added in v0.5.0
func (v *NullableSpProcess) Set(val *SpProcess)
func (*NullableSpProcess) UnmarshalJSON ¶ added in v0.5.0
func (v *NullableSpProcess) UnmarshalJSON(src []byte) error
func (*NullableSpProcess) Unset ¶ added in v0.5.0
func (v *NullableSpProcess) 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 NullableTemporaryTokenRequest ¶ added in v0.2.0
type NullableTemporaryTokenRequest struct {
// contains filtered or unexported fields
}
func NewNullableTemporaryTokenRequest ¶ added in v0.2.0
func NewNullableTemporaryTokenRequest(val *TemporaryTokenRequest) *NullableTemporaryTokenRequest
func (NullableTemporaryTokenRequest) Get ¶ added in v0.2.0
func (v NullableTemporaryTokenRequest) Get() *TemporaryTokenRequest
func (NullableTemporaryTokenRequest) IsSet ¶ added in v0.2.0
func (v NullableTemporaryTokenRequest) IsSet() bool
func (NullableTemporaryTokenRequest) MarshalJSON ¶ added in v0.2.0
func (v NullableTemporaryTokenRequest) MarshalJSON() ([]byte, error)
func (*NullableTemporaryTokenRequest) Set ¶ added in v0.2.0
func (v *NullableTemporaryTokenRequest) Set(val *TemporaryTokenRequest)
func (*NullableTemporaryTokenRequest) UnmarshalJSON ¶ added in v0.2.0
func (v *NullableTemporaryTokenRequest) UnmarshalJSON(src []byte) error
func (*NullableTemporaryTokenRequest) Unset ¶ added in v0.2.0
func (v *NullableTemporaryTokenRequest) Unset()
type NullableTestConnectionRequest ¶ added in v0.6.0
type NullableTestConnectionRequest struct {
// contains filtered or unexported fields
}
func NewNullableTestConnectionRequest ¶ added in v0.6.0
func NewNullableTestConnectionRequest(val *TestConnectionRequest) *NullableTestConnectionRequest
func (NullableTestConnectionRequest) Get ¶ added in v0.6.0
func (v NullableTestConnectionRequest) Get() *TestConnectionRequest
func (NullableTestConnectionRequest) IsSet ¶ added in v0.6.0
func (v NullableTestConnectionRequest) IsSet() bool
func (NullableTestConnectionRequest) MarshalJSON ¶ added in v0.6.0
func (v NullableTestConnectionRequest) MarshalJSON() ([]byte, error)
func (*NullableTestConnectionRequest) Set ¶ added in v0.6.0
func (v *NullableTestConnectionRequest) Set(val *TestConnectionRequest)
func (*NullableTestConnectionRequest) UnmarshalJSON ¶ added in v0.6.0
func (v *NullableTestConnectionRequest) UnmarshalJSON(src []byte) error
func (*NullableTestConnectionRequest) Unset ¶ added in v0.6.0
func (v *NullableTestConnectionRequest) 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 NullableToken ¶ added in v0.0.2
type NullableToken struct {
// contains filtered or unexported fields
}
func NewNullableToken ¶ added in v0.0.2
func NewNullableToken(val *Token) *NullableToken
func (NullableToken) Get ¶ added in v0.0.2
func (v NullableToken) Get() *Token
func (NullableToken) IsSet ¶ added in v0.0.2
func (v NullableToken) IsSet() bool
func (NullableToken) MarshalJSON ¶ added in v0.0.2
func (v NullableToken) MarshalJSON() ([]byte, error)
func (*NullableToken) Set ¶ added in v0.0.2
func (v *NullableToken) Set(val *Token)
func (*NullableToken) UnmarshalJSON ¶ added in v0.0.2
func (v *NullableToken) UnmarshalJSON(src []byte) error
func (*NullableToken) Unset ¶ added in v0.0.2
func (v *NullableToken) Unset()
type NullableUpdateConnectionRequest ¶ added in v0.0.2
type NullableUpdateConnectionRequest struct {
// contains filtered or unexported fields
}
func NewNullableUpdateConnectionRequest ¶ added in v0.0.2
func NewNullableUpdateConnectionRequest(val *UpdateConnectionRequest) *NullableUpdateConnectionRequest
func (NullableUpdateConnectionRequest) Get ¶ added in v0.0.2
func (v NullableUpdateConnectionRequest) Get() *UpdateConnectionRequest
func (NullableUpdateConnectionRequest) IsSet ¶ added in v0.0.2
func (v NullableUpdateConnectionRequest) IsSet() bool
func (NullableUpdateConnectionRequest) MarshalJSON ¶ added in v0.0.2
func (v NullableUpdateConnectionRequest) MarshalJSON() ([]byte, error)
func (*NullableUpdateConnectionRequest) Set ¶ added in v0.0.2
func (v *NullableUpdateConnectionRequest) Set(val *UpdateConnectionRequest)
func (*NullableUpdateConnectionRequest) UnmarshalJSON ¶ added in v0.0.2
func (v *NullableUpdateConnectionRequest) UnmarshalJSON(src []byte) error
func (*NullableUpdateConnectionRequest) Unset ¶ added in v0.0.2
func (v *NullableUpdateConnectionRequest) Unset()
type NullableUpdateOrgRequest ¶ added in v0.0.2
type NullableUpdateOrgRequest struct {
// contains filtered or unexported fields
}
func NewNullableUpdateOrgRequest ¶ added in v0.0.2
func NewNullableUpdateOrgRequest(val *UpdateOrgRequest) *NullableUpdateOrgRequest
func (NullableUpdateOrgRequest) Get ¶ added in v0.0.2
func (v NullableUpdateOrgRequest) Get() *UpdateOrgRequest
func (NullableUpdateOrgRequest) IsSet ¶ added in v0.0.2
func (v NullableUpdateOrgRequest) IsSet() bool
func (NullableUpdateOrgRequest) MarshalJSON ¶ added in v0.0.2
func (v NullableUpdateOrgRequest) MarshalJSON() ([]byte, error)
func (*NullableUpdateOrgRequest) Set ¶ added in v0.0.2
func (v *NullableUpdateOrgRequest) Set(val *UpdateOrgRequest)
func (*NullableUpdateOrgRequest) UnmarshalJSON ¶ added in v0.0.2
func (v *NullableUpdateOrgRequest) UnmarshalJSON(src []byte) error
func (*NullableUpdateOrgRequest) Unset ¶ added in v0.0.2
func (v *NullableUpdateOrgRequest) Unset()
type NullableUpdateOrgUserRequest ¶ added in v0.0.2
type NullableUpdateOrgUserRequest struct {
// contains filtered or unexported fields
}
func NewNullableUpdateOrgUserRequest ¶ added in v0.0.2
func NewNullableUpdateOrgUserRequest(val *UpdateOrgUserRequest) *NullableUpdateOrgUserRequest
func (NullableUpdateOrgUserRequest) Get ¶ added in v0.0.2
func (v NullableUpdateOrgUserRequest) Get() *UpdateOrgUserRequest
func (NullableUpdateOrgUserRequest) IsSet ¶ added in v0.0.2
func (v NullableUpdateOrgUserRequest) IsSet() bool
func (NullableUpdateOrgUserRequest) MarshalJSON ¶ added in v0.0.2
func (v NullableUpdateOrgUserRequest) MarshalJSON() ([]byte, error)
func (*NullableUpdateOrgUserRequest) Set ¶ added in v0.0.2
func (v *NullableUpdateOrgUserRequest) Set(val *UpdateOrgUserRequest)
func (*NullableUpdateOrgUserRequest) UnmarshalJSON ¶ added in v0.0.2
func (v *NullableUpdateOrgUserRequest) UnmarshalJSON(src []byte) error
func (*NullableUpdateOrgUserRequest) Unset ¶ added in v0.0.2
func (v *NullableUpdateOrgUserRequest) Unset()
type NullableUpdateOrgWorkspaceUserRequest ¶ added in v0.1.0
type NullableUpdateOrgWorkspaceUserRequest struct {
// contains filtered or unexported fields
}
func NewNullableUpdateOrgWorkspaceUserRequest ¶ added in v0.1.0
func NewNullableUpdateOrgWorkspaceUserRequest(val *UpdateOrgWorkspaceUserRequest) *NullableUpdateOrgWorkspaceUserRequest
func (NullableUpdateOrgWorkspaceUserRequest) Get ¶ added in v0.1.0
func (v NullableUpdateOrgWorkspaceUserRequest) Get() *UpdateOrgWorkspaceUserRequest
func (NullableUpdateOrgWorkspaceUserRequest) IsSet ¶ added in v0.1.0
func (v NullableUpdateOrgWorkspaceUserRequest) IsSet() bool
func (NullableUpdateOrgWorkspaceUserRequest) MarshalJSON ¶ added in v0.1.0
func (v NullableUpdateOrgWorkspaceUserRequest) MarshalJSON() ([]byte, error)
func (*NullableUpdateOrgWorkspaceUserRequest) Set ¶ added in v0.1.0
func (v *NullableUpdateOrgWorkspaceUserRequest) Set(val *UpdateOrgWorkspaceUserRequest)
func (*NullableUpdateOrgWorkspaceUserRequest) UnmarshalJSON ¶ added in v0.1.0
func (v *NullableUpdateOrgWorkspaceUserRequest) UnmarshalJSON(src []byte) error
func (*NullableUpdateOrgWorkspaceUserRequest) Unset ¶ added in v0.1.0
func (v *NullableUpdateOrgWorkspaceUserRequest) Unset()
type NullableUpdatePipelineRequest ¶ added in v0.5.0
type NullableUpdatePipelineRequest struct {
// contains filtered or unexported fields
}
func NewNullableUpdatePipelineRequest ¶ added in v0.5.0
func NewNullableUpdatePipelineRequest(val *UpdatePipelineRequest) *NullableUpdatePipelineRequest
func (NullableUpdatePipelineRequest) Get ¶ added in v0.5.0
func (v NullableUpdatePipelineRequest) Get() *UpdatePipelineRequest
func (NullableUpdatePipelineRequest) IsSet ¶ added in v0.5.0
func (v NullableUpdatePipelineRequest) IsSet() bool
func (NullableUpdatePipelineRequest) MarshalJSON ¶ added in v0.5.0
func (v NullableUpdatePipelineRequest) MarshalJSON() ([]byte, error)
func (*NullableUpdatePipelineRequest) Set ¶ added in v0.5.0
func (v *NullableUpdatePipelineRequest) Set(val *UpdatePipelineRequest)
func (*NullableUpdatePipelineRequest) UnmarshalJSON ¶ added in v0.5.0
func (v *NullableUpdatePipelineRequest) UnmarshalJSON(src []byte) error
func (*NullableUpdatePipelineRequest) Unset ¶ added in v0.5.0
func (v *NullableUpdatePipelineRequest) Unset()
type NullableUpdateTemporaryTokenRequest ¶ added in v0.2.0
type NullableUpdateTemporaryTokenRequest struct {
// contains filtered or unexported fields
}
func NewNullableUpdateTemporaryTokenRequest ¶ added in v0.2.0
func NewNullableUpdateTemporaryTokenRequest(val *UpdateTemporaryTokenRequest) *NullableUpdateTemporaryTokenRequest
func (NullableUpdateTemporaryTokenRequest) Get ¶ added in v0.2.0
func (v NullableUpdateTemporaryTokenRequest) Get() *UpdateTemporaryTokenRequest
func (NullableUpdateTemporaryTokenRequest) IsSet ¶ added in v0.2.0
func (v NullableUpdateTemporaryTokenRequest) IsSet() bool
func (NullableUpdateTemporaryTokenRequest) MarshalJSON ¶ added in v0.2.0
func (v NullableUpdateTemporaryTokenRequest) MarshalJSON() ([]byte, error)
func (*NullableUpdateTemporaryTokenRequest) Set ¶ added in v0.2.0
func (v *NullableUpdateTemporaryTokenRequest) Set(val *UpdateTemporaryTokenRequest)
func (*NullableUpdateTemporaryTokenRequest) UnmarshalJSON ¶ added in v0.2.0
func (v *NullableUpdateTemporaryTokenRequest) UnmarshalJSON(src []byte) error
func (*NullableUpdateTemporaryTokenRequest) Unset ¶ added in v0.2.0
func (v *NullableUpdateTemporaryTokenRequest) Unset()
type NullableUpdateTokenRequest ¶ added in v0.0.2
type NullableUpdateTokenRequest struct {
// contains filtered or unexported fields
}
func NewNullableUpdateTokenRequest ¶ added in v0.0.2
func NewNullableUpdateTokenRequest(val *UpdateTokenRequest) *NullableUpdateTokenRequest
func (NullableUpdateTokenRequest) Get ¶ added in v0.0.2
func (v NullableUpdateTokenRequest) Get() *UpdateTokenRequest
func (NullableUpdateTokenRequest) IsSet ¶ added in v0.0.2
func (v NullableUpdateTokenRequest) IsSet() bool
func (NullableUpdateTokenRequest) MarshalJSON ¶ added in v0.0.2
func (v NullableUpdateTokenRequest) MarshalJSON() ([]byte, error)
func (*NullableUpdateTokenRequest) Set ¶ added in v0.0.2
func (v *NullableUpdateTokenRequest) Set(val *UpdateTokenRequest)
func (*NullableUpdateTokenRequest) UnmarshalJSON ¶ added in v0.0.2
func (v *NullableUpdateTokenRequest) UnmarshalJSON(src []byte) error
func (*NullableUpdateTokenRequest) Unset ¶ added in v0.0.2
func (v *NullableUpdateTokenRequest) Unset()
type NullableUpdateUserPreferencesRequest ¶ added in v0.2.0
type NullableUpdateUserPreferencesRequest struct {
// contains filtered or unexported fields
}
func NewNullableUpdateUserPreferencesRequest ¶ added in v0.2.0
func NewNullableUpdateUserPreferencesRequest(val *UpdateUserPreferencesRequest) *NullableUpdateUserPreferencesRequest
func (NullableUpdateUserPreferencesRequest) Get ¶ added in v0.2.0
func (v NullableUpdateUserPreferencesRequest) Get() *UpdateUserPreferencesRequest
func (NullableUpdateUserPreferencesRequest) IsSet ¶ added in v0.2.0
func (v NullableUpdateUserPreferencesRequest) IsSet() bool
func (NullableUpdateUserPreferencesRequest) MarshalJSON ¶ added in v0.2.0
func (v NullableUpdateUserPreferencesRequest) MarshalJSON() ([]byte, error)
func (*NullableUpdateUserPreferencesRequest) Set ¶ added in v0.2.0
func (v *NullableUpdateUserPreferencesRequest) Set(val *UpdateUserPreferencesRequest)
func (*NullableUpdateUserPreferencesRequest) UnmarshalJSON ¶ added in v0.2.0
func (v *NullableUpdateUserPreferencesRequest) UnmarshalJSON(src []byte) error
func (*NullableUpdateUserPreferencesRequest) Unset ¶ added in v0.2.0
func (v *NullableUpdateUserPreferencesRequest) Unset()
type NullableUpdateUserRequest ¶ added in v0.0.2
type NullableUpdateUserRequest struct {
// contains filtered or unexported fields
}
func NewNullableUpdateUserRequest ¶ added in v0.0.2
func NewNullableUpdateUserRequest(val *UpdateUserRequest) *NullableUpdateUserRequest
func (NullableUpdateUserRequest) Get ¶ added in v0.0.2
func (v NullableUpdateUserRequest) Get() *UpdateUserRequest
func (NullableUpdateUserRequest) IsSet ¶ added in v0.0.2
func (v NullableUpdateUserRequest) IsSet() bool
func (NullableUpdateUserRequest) MarshalJSON ¶ added in v0.0.2
func (v NullableUpdateUserRequest) MarshalJSON() ([]byte, error)
func (*NullableUpdateUserRequest) Set ¶ added in v0.0.2
func (v *NullableUpdateUserRequest) Set(val *UpdateUserRequest)
func (*NullableUpdateUserRequest) UnmarshalJSON ¶ added in v0.0.2
func (v *NullableUpdateUserRequest) UnmarshalJSON(src []byte) error
func (*NullableUpdateUserRequest) Unset ¶ added in v0.0.2
func (v *NullableUpdateUserRequest) Unset()
type NullableUpdateWorkspaceAggregatorRequest ¶ added in v0.6.0
type NullableUpdateWorkspaceAggregatorRequest struct {
// contains filtered or unexported fields
}
func NewNullableUpdateWorkspaceAggregatorRequest ¶ added in v0.6.0
func NewNullableUpdateWorkspaceAggregatorRequest(val *UpdateWorkspaceAggregatorRequest) *NullableUpdateWorkspaceAggregatorRequest
func (NullableUpdateWorkspaceAggregatorRequest) IsSet ¶ added in v0.6.0
func (v NullableUpdateWorkspaceAggregatorRequest) IsSet() bool
func (NullableUpdateWorkspaceAggregatorRequest) MarshalJSON ¶ added in v0.6.0
func (v NullableUpdateWorkspaceAggregatorRequest) MarshalJSON() ([]byte, error)
func (*NullableUpdateWorkspaceAggregatorRequest) Set ¶ added in v0.6.0
func (v *NullableUpdateWorkspaceAggregatorRequest) Set(val *UpdateWorkspaceAggregatorRequest)
func (*NullableUpdateWorkspaceAggregatorRequest) UnmarshalJSON ¶ added in v0.6.0
func (v *NullableUpdateWorkspaceAggregatorRequest) UnmarshalJSON(src []byte) error
func (*NullableUpdateWorkspaceAggregatorRequest) Unset ¶ added in v0.6.0
func (v *NullableUpdateWorkspaceAggregatorRequest) Unset()
type NullableUpdateWorkspaceModRequest ¶ added in v0.0.4
type NullableUpdateWorkspaceModRequest struct {
// contains filtered or unexported fields
}
func NewNullableUpdateWorkspaceModRequest ¶ added in v0.0.4
func NewNullableUpdateWorkspaceModRequest(val *UpdateWorkspaceModRequest) *NullableUpdateWorkspaceModRequest
func (NullableUpdateWorkspaceModRequest) Get ¶ added in v0.0.4
func (v NullableUpdateWorkspaceModRequest) Get() *UpdateWorkspaceModRequest
func (NullableUpdateWorkspaceModRequest) IsSet ¶ added in v0.0.4
func (v NullableUpdateWorkspaceModRequest) IsSet() bool
func (NullableUpdateWorkspaceModRequest) MarshalJSON ¶ added in v0.0.4
func (v NullableUpdateWorkspaceModRequest) MarshalJSON() ([]byte, error)
func (*NullableUpdateWorkspaceModRequest) Set ¶ added in v0.0.4
func (v *NullableUpdateWorkspaceModRequest) Set(val *UpdateWorkspaceModRequest)
func (*NullableUpdateWorkspaceModRequest) UnmarshalJSON ¶ added in v0.0.4
func (v *NullableUpdateWorkspaceModRequest) UnmarshalJSON(src []byte) error
func (*NullableUpdateWorkspaceModRequest) Unset ¶ added in v0.0.4
func (v *NullableUpdateWorkspaceModRequest) Unset()
type NullableUpdateWorkspaceModVariableSettingRequest ¶ added in v0.0.4
type NullableUpdateWorkspaceModVariableSettingRequest struct {
// contains filtered or unexported fields
}
func NewNullableUpdateWorkspaceModVariableSettingRequest ¶ added in v0.0.4
func NewNullableUpdateWorkspaceModVariableSettingRequest(val *UpdateWorkspaceModVariableSettingRequest) *NullableUpdateWorkspaceModVariableSettingRequest
func (NullableUpdateWorkspaceModVariableSettingRequest) IsSet ¶ added in v0.0.4
func (v NullableUpdateWorkspaceModVariableSettingRequest) IsSet() bool
func (NullableUpdateWorkspaceModVariableSettingRequest) MarshalJSON ¶ added in v0.0.4
func (v NullableUpdateWorkspaceModVariableSettingRequest) MarshalJSON() ([]byte, error)
func (*NullableUpdateWorkspaceModVariableSettingRequest) UnmarshalJSON ¶ added in v0.0.4
func (v *NullableUpdateWorkspaceModVariableSettingRequest) UnmarshalJSON(src []byte) error
func (*NullableUpdateWorkspaceModVariableSettingRequest) Unset ¶ added in v0.0.4
func (v *NullableUpdateWorkspaceModVariableSettingRequest) Unset()
type NullableUpdateWorkspaceRequest ¶ added in v0.0.2
type NullableUpdateWorkspaceRequest struct {
// contains filtered or unexported fields
}
func NewNullableUpdateWorkspaceRequest ¶ added in v0.0.2
func NewNullableUpdateWorkspaceRequest(val *UpdateWorkspaceRequest) *NullableUpdateWorkspaceRequest
func (NullableUpdateWorkspaceRequest) Get ¶ added in v0.0.2
func (v NullableUpdateWorkspaceRequest) Get() *UpdateWorkspaceRequest
func (NullableUpdateWorkspaceRequest) IsSet ¶ added in v0.0.2
func (v NullableUpdateWorkspaceRequest) IsSet() bool
func (NullableUpdateWorkspaceRequest) MarshalJSON ¶ added in v0.0.2
func (v NullableUpdateWorkspaceRequest) MarshalJSON() ([]byte, error)
func (*NullableUpdateWorkspaceRequest) Set ¶ added in v0.0.2
func (v *NullableUpdateWorkspaceRequest) Set(val *UpdateWorkspaceRequest)
func (*NullableUpdateWorkspaceRequest) UnmarshalJSON ¶ added in v0.0.2
func (v *NullableUpdateWorkspaceRequest) UnmarshalJSON(src []byte) error
func (*NullableUpdateWorkspaceRequest) Unset ¶ added in v0.0.2
func (v *NullableUpdateWorkspaceRequest) Unset()
type NullableUpdateWorkspaceSnapshotRequest ¶ added in v0.1.3
type NullableUpdateWorkspaceSnapshotRequest struct {
// contains filtered or unexported fields
}
func NewNullableUpdateWorkspaceSnapshotRequest ¶ added in v0.1.3
func NewNullableUpdateWorkspaceSnapshotRequest(val *UpdateWorkspaceSnapshotRequest) *NullableUpdateWorkspaceSnapshotRequest
func (NullableUpdateWorkspaceSnapshotRequest) Get ¶ added in v0.1.3
func (v NullableUpdateWorkspaceSnapshotRequest) Get() *UpdateWorkspaceSnapshotRequest
func (NullableUpdateWorkspaceSnapshotRequest) IsSet ¶ added in v0.1.3
func (v NullableUpdateWorkspaceSnapshotRequest) IsSet() bool
func (NullableUpdateWorkspaceSnapshotRequest) MarshalJSON ¶ added in v0.1.3
func (v NullableUpdateWorkspaceSnapshotRequest) MarshalJSON() ([]byte, error)
func (*NullableUpdateWorkspaceSnapshotRequest) Set ¶ added in v0.1.3
func (v *NullableUpdateWorkspaceSnapshotRequest) Set(val *UpdateWorkspaceSnapshotRequest)
func (*NullableUpdateWorkspaceSnapshotRequest) UnmarshalJSON ¶ added in v0.1.3
func (v *NullableUpdateWorkspaceSnapshotRequest) UnmarshalJSON(src []byte) error
func (*NullableUpdateWorkspaceSnapshotRequest) Unset ¶ added in v0.1.3
func (v *NullableUpdateWorkspaceSnapshotRequest) Unset()
type NullableUser ¶ added in v0.0.2
type NullableUser struct {
// contains filtered or unexported fields
}
func NewNullableUser ¶ added in v0.0.2
func NewNullableUser(val *User) *NullableUser
func (NullableUser) Get ¶ added in v0.0.2
func (v NullableUser) Get() *User
func (NullableUser) IsSet ¶ added in v0.0.2
func (v NullableUser) IsSet() bool
func (NullableUser) MarshalJSON ¶ added in v0.0.2
func (v NullableUser) MarshalJSON() ([]byte, error)
func (*NullableUser) Set ¶ added in v0.0.2
func (v *NullableUser) Set(val *User)
func (*NullableUser) UnmarshalJSON ¶ added in v0.0.2
func (v *NullableUser) UnmarshalJSON(src []byte) error
func (*NullableUser) Unset ¶ added in v0.0.2
func (v *NullableUser) Unset()
type NullableUserDatabasePassword ¶ added in v0.0.2
type NullableUserDatabasePassword struct {
// contains filtered or unexported fields
}
func NewNullableUserDatabasePassword ¶ added in v0.0.2
func NewNullableUserDatabasePassword(val *UserDatabasePassword) *NullableUserDatabasePassword
func (NullableUserDatabasePassword) Get ¶ added in v0.0.2
func (v NullableUserDatabasePassword) Get() *UserDatabasePassword
func (NullableUserDatabasePassword) IsSet ¶ added in v0.0.2
func (v NullableUserDatabasePassword) IsSet() bool
func (NullableUserDatabasePassword) MarshalJSON ¶ added in v0.0.2
func (v NullableUserDatabasePassword) MarshalJSON() ([]byte, error)
func (*NullableUserDatabasePassword) Set ¶ added in v0.0.2
func (v *NullableUserDatabasePassword) Set(val *UserDatabasePassword)
func (*NullableUserDatabasePassword) UnmarshalJSON ¶ added in v0.0.2
func (v *NullableUserDatabasePassword) UnmarshalJSON(src []byte) error
func (*NullableUserDatabasePassword) Unset ¶ added in v0.0.2
func (v *NullableUserDatabasePassword) Unset()
type NullableUserEmail ¶ added in v0.2.0
type NullableUserEmail struct {
// contains filtered or unexported fields
}
func NewNullableUserEmail ¶ added in v0.2.0
func NewNullableUserEmail(val *UserEmail) *NullableUserEmail
func (NullableUserEmail) Get ¶ added in v0.2.0
func (v NullableUserEmail) Get() *UserEmail
func (NullableUserEmail) IsSet ¶ added in v0.2.0
func (v NullableUserEmail) IsSet() bool
func (NullableUserEmail) MarshalJSON ¶ added in v0.2.0
func (v NullableUserEmail) MarshalJSON() ([]byte, error)
func (*NullableUserEmail) Set ¶ added in v0.2.0
func (v *NullableUserEmail) Set(val *UserEmail)
func (*NullableUserEmail) UnmarshalJSON ¶ added in v0.2.0
func (v *NullableUserEmail) UnmarshalJSON(src []byte) error
func (*NullableUserEmail) Unset ¶ added in v0.2.0
func (v *NullableUserEmail) Unset()
type NullableUserLoginRequest ¶ added in v0.0.2
type NullableUserLoginRequest struct {
// contains filtered or unexported fields
}
func NewNullableUserLoginRequest ¶ added in v0.0.2
func NewNullableUserLoginRequest(val *UserLoginRequest) *NullableUserLoginRequest
func (NullableUserLoginRequest) Get ¶ added in v0.0.2
func (v NullableUserLoginRequest) Get() *UserLoginRequest
func (NullableUserLoginRequest) IsSet ¶ added in v0.0.2
func (v NullableUserLoginRequest) IsSet() bool
func (NullableUserLoginRequest) MarshalJSON ¶ added in v0.0.2
func (v NullableUserLoginRequest) MarshalJSON() ([]byte, error)
func (*NullableUserLoginRequest) Set ¶ added in v0.0.2
func (v *NullableUserLoginRequest) Set(val *UserLoginRequest)
func (*NullableUserLoginRequest) UnmarshalJSON ¶ added in v0.0.2
func (v *NullableUserLoginRequest) UnmarshalJSON(src []byte) error
func (*NullableUserLoginRequest) Unset ¶ added in v0.0.2
func (v *NullableUserLoginRequest) Unset()
type NullableUserOrg ¶ added in v0.0.2
type NullableUserOrg struct {
// contains filtered or unexported fields
}
func NewNullableUserOrg ¶ added in v0.0.2
func NewNullableUserOrg(val *UserOrg) *NullableUserOrg
func (NullableUserOrg) Get ¶ added in v0.0.2
func (v NullableUserOrg) Get() *UserOrg
func (NullableUserOrg) IsSet ¶ added in v0.0.2
func (v NullableUserOrg) IsSet() bool
func (NullableUserOrg) MarshalJSON ¶ added in v0.0.2
func (v NullableUserOrg) MarshalJSON() ([]byte, error)
func (*NullableUserOrg) Set ¶ added in v0.0.2
func (v *NullableUserOrg) Set(val *UserOrg)
func (*NullableUserOrg) UnmarshalJSON ¶ added in v0.0.2
func (v *NullableUserOrg) UnmarshalJSON(src []byte) error
func (*NullableUserOrg) Unset ¶ added in v0.0.2
func (v *NullableUserOrg) Unset()
type NullableUserPreferences ¶ added in v0.2.0
type NullableUserPreferences struct {
// contains filtered or unexported fields
}
func NewNullableUserPreferences ¶ added in v0.2.0
func NewNullableUserPreferences(val *UserPreferences) *NullableUserPreferences
func (NullableUserPreferences) Get ¶ added in v0.2.0
func (v NullableUserPreferences) Get() *UserPreferences
func (NullableUserPreferences) IsSet ¶ added in v0.2.0
func (v NullableUserPreferences) IsSet() bool
func (NullableUserPreferences) MarshalJSON ¶ added in v0.2.0
func (v NullableUserPreferences) MarshalJSON() ([]byte, error)
func (*NullableUserPreferences) Set ¶ added in v0.2.0
func (v *NullableUserPreferences) Set(val *UserPreferences)
func (*NullableUserPreferences) UnmarshalJSON ¶ added in v0.2.0
func (v *NullableUserPreferences) UnmarshalJSON(src []byte) error
func (*NullableUserPreferences) Unset ¶ added in v0.2.0
func (v *NullableUserPreferences) Unset()
type NullableUserQuota ¶ added in v0.0.2
type NullableUserQuota struct {
// contains filtered or unexported fields
}
func NewNullableUserQuota ¶ added in v0.0.2
func NewNullableUserQuota(val *UserQuota) *NullableUserQuota
func (NullableUserQuota) Get ¶ added in v0.0.2
func (v NullableUserQuota) Get() *UserQuota
func (NullableUserQuota) IsSet ¶ added in v0.0.2
func (v NullableUserQuota) IsSet() bool
func (NullableUserQuota) MarshalJSON ¶ added in v0.0.2
func (v NullableUserQuota) MarshalJSON() ([]byte, error)
func (*NullableUserQuota) Set ¶ added in v0.0.2
func (v *NullableUserQuota) Set(val *UserQuota)
func (*NullableUserQuota) UnmarshalJSON ¶ added in v0.0.2
func (v *NullableUserQuota) UnmarshalJSON(src []byte) error
func (*NullableUserQuota) Unset ¶ added in v0.0.2
func (v *NullableUserQuota) Unset()
type NullableUserSearch ¶ added in v0.0.2
type NullableUserSearch struct {
// contains filtered or unexported fields
}
func NewNullableUserSearch ¶ added in v0.0.2
func NewNullableUserSearch(val *UserSearch) *NullableUserSearch
func (NullableUserSearch) Get ¶ added in v0.0.2
func (v NullableUserSearch) Get() *UserSearch
func (NullableUserSearch) IsSet ¶ added in v0.0.2
func (v NullableUserSearch) IsSet() bool
func (NullableUserSearch) MarshalJSON ¶ added in v0.0.2
func (v NullableUserSearch) MarshalJSON() ([]byte, error)
func (*NullableUserSearch) Set ¶ added in v0.0.2
func (v *NullableUserSearch) Set(val *UserSearch)
func (*NullableUserSearch) UnmarshalJSON ¶ added in v0.0.2
func (v *NullableUserSearch) UnmarshalJSON(src []byte) error
func (*NullableUserSearch) Unset ¶ added in v0.0.2
func (v *NullableUserSearch) Unset()
type NullableUserSignupRequest ¶ added in v0.0.2
type NullableUserSignupRequest struct {
// contains filtered or unexported fields
}
func NewNullableUserSignupRequest ¶ added in v0.0.2
func NewNullableUserSignupRequest(val *UserSignupRequest) *NullableUserSignupRequest
func (NullableUserSignupRequest) Get ¶ added in v0.0.2
func (v NullableUserSignupRequest) Get() *UserSignupRequest
func (NullableUserSignupRequest) IsSet ¶ added in v0.0.2
func (v NullableUserSignupRequest) IsSet() bool
func (NullableUserSignupRequest) MarshalJSON ¶ added in v0.0.2
func (v NullableUserSignupRequest) MarshalJSON() ([]byte, error)
func (*NullableUserSignupRequest) Set ¶ added in v0.0.2
func (v *NullableUserSignupRequest) Set(val *UserSignupRequest)
func (*NullableUserSignupRequest) UnmarshalJSON ¶ added in v0.0.2
func (v *NullableUserSignupRequest) UnmarshalJSON(src []byte) error
func (*NullableUserSignupRequest) Unset ¶ added in v0.0.2
func (v *NullableUserSignupRequest) Unset()
type NullableWorkspace ¶ added in v0.0.2
type NullableWorkspace struct {
// contains filtered or unexported fields
}
func NewNullableWorkspace ¶ added in v0.0.2
func NewNullableWorkspace(val *Workspace) *NullableWorkspace
func (NullableWorkspace) Get ¶ added in v0.0.2
func (v NullableWorkspace) Get() *Workspace
func (NullableWorkspace) IsSet ¶ added in v0.0.2
func (v NullableWorkspace) IsSet() bool
func (NullableWorkspace) MarshalJSON ¶ added in v0.0.2
func (v NullableWorkspace) MarshalJSON() ([]byte, error)
func (*NullableWorkspace) Set ¶ added in v0.0.2
func (v *NullableWorkspace) Set(val *Workspace)
func (*NullableWorkspace) UnmarshalJSON ¶ added in v0.0.2
func (v *NullableWorkspace) UnmarshalJSON(src []byte) error
func (*NullableWorkspace) Unset ¶ added in v0.0.2
func (v *NullableWorkspace) Unset()
type NullableWorkspaceAggregator ¶ added in v0.6.0
type NullableWorkspaceAggregator struct {
// contains filtered or unexported fields
}
func NewNullableWorkspaceAggregator ¶ added in v0.6.0
func NewNullableWorkspaceAggregator(val *WorkspaceAggregator) *NullableWorkspaceAggregator
func (NullableWorkspaceAggregator) Get ¶ added in v0.6.0
func (v NullableWorkspaceAggregator) Get() *WorkspaceAggregator
func (NullableWorkspaceAggregator) IsSet ¶ added in v0.6.0
func (v NullableWorkspaceAggregator) IsSet() bool
func (NullableWorkspaceAggregator) MarshalJSON ¶ added in v0.6.0
func (v NullableWorkspaceAggregator) MarshalJSON() ([]byte, error)
func (*NullableWorkspaceAggregator) Set ¶ added in v0.6.0
func (v *NullableWorkspaceAggregator) Set(val *WorkspaceAggregator)
func (*NullableWorkspaceAggregator) UnmarshalJSON ¶ added in v0.6.0
func (v *NullableWorkspaceAggregator) UnmarshalJSON(src []byte) error
func (*NullableWorkspaceAggregator) Unset ¶ added in v0.6.0
func (v *NullableWorkspaceAggregator) Unset()
type NullableWorkspaceCommandRequest ¶ added in v0.2.0
type NullableWorkspaceCommandRequest struct {
// contains filtered or unexported fields
}
func NewNullableWorkspaceCommandRequest ¶ added in v0.2.0
func NewNullableWorkspaceCommandRequest(val *WorkspaceCommandRequest) *NullableWorkspaceCommandRequest
func (NullableWorkspaceCommandRequest) Get ¶ added in v0.2.0
func (v NullableWorkspaceCommandRequest) Get() *WorkspaceCommandRequest
func (NullableWorkspaceCommandRequest) IsSet ¶ added in v0.2.0
func (v NullableWorkspaceCommandRequest) IsSet() bool
func (NullableWorkspaceCommandRequest) MarshalJSON ¶ added in v0.2.0
func (v NullableWorkspaceCommandRequest) MarshalJSON() ([]byte, error)
func (*NullableWorkspaceCommandRequest) Set ¶ added in v0.2.0
func (v *NullableWorkspaceCommandRequest) Set(val *WorkspaceCommandRequest)
func (*NullableWorkspaceCommandRequest) UnmarshalJSON ¶ added in v0.2.0
func (v *NullableWorkspaceCommandRequest) UnmarshalJSON(src []byte) error
func (*NullableWorkspaceCommandRequest) Unset ¶ added in v0.2.0
func (v *NullableWorkspaceCommandRequest) Unset()
type NullableWorkspaceCommandResponse ¶ added in v0.2.0
type NullableWorkspaceCommandResponse struct {
// contains filtered or unexported fields
}
func NewNullableWorkspaceCommandResponse ¶ added in v0.2.0
func NewNullableWorkspaceCommandResponse(val *WorkspaceCommandResponse) *NullableWorkspaceCommandResponse
func (NullableWorkspaceCommandResponse) Get ¶ added in v0.2.0
func (v NullableWorkspaceCommandResponse) Get() *WorkspaceCommandResponse
func (NullableWorkspaceCommandResponse) IsSet ¶ added in v0.2.0
func (v NullableWorkspaceCommandResponse) IsSet() bool
func (NullableWorkspaceCommandResponse) MarshalJSON ¶ added in v0.2.0
func (v NullableWorkspaceCommandResponse) MarshalJSON() ([]byte, error)
func (*NullableWorkspaceCommandResponse) Set ¶ added in v0.2.0
func (v *NullableWorkspaceCommandResponse) Set(val *WorkspaceCommandResponse)
func (*NullableWorkspaceCommandResponse) UnmarshalJSON ¶ added in v0.2.0
func (v *NullableWorkspaceCommandResponse) UnmarshalJSON(src []byte) error
func (*NullableWorkspaceCommandResponse) Unset ¶ added in v0.2.0
func (v *NullableWorkspaceCommandResponse) Unset()
type NullableWorkspaceConn ¶ added in v0.0.2
type NullableWorkspaceConn struct {
// contains filtered or unexported fields
}
func NewNullableWorkspaceConn ¶ added in v0.0.2
func NewNullableWorkspaceConn(val *WorkspaceConn) *NullableWorkspaceConn
func (NullableWorkspaceConn) Get ¶ added in v0.0.2
func (v NullableWorkspaceConn) Get() *WorkspaceConn
func (NullableWorkspaceConn) IsSet ¶ added in v0.0.2
func (v NullableWorkspaceConn) IsSet() bool
func (NullableWorkspaceConn) MarshalJSON ¶ added in v0.0.2
func (v NullableWorkspaceConn) MarshalJSON() ([]byte, error)
func (*NullableWorkspaceConn) Set ¶ added in v0.0.2
func (v *NullableWorkspaceConn) Set(val *WorkspaceConn)
func (*NullableWorkspaceConn) UnmarshalJSON ¶ added in v0.0.2
func (v *NullableWorkspaceConn) UnmarshalJSON(src []byte) error
func (*NullableWorkspaceConn) Unset ¶ added in v0.0.2
func (v *NullableWorkspaceConn) Unset()
type NullableWorkspaceConnection ¶ added in v0.6.0
type NullableWorkspaceConnection struct {
// contains filtered or unexported fields
}
func NewNullableWorkspaceConnection ¶ added in v0.6.0
func NewNullableWorkspaceConnection(val *WorkspaceConnection) *NullableWorkspaceConnection
func (NullableWorkspaceConnection) Get ¶ added in v0.6.0
func (v NullableWorkspaceConnection) Get() *WorkspaceConnection
func (NullableWorkspaceConnection) IsSet ¶ added in v0.6.0
func (v NullableWorkspaceConnection) IsSet() bool
func (NullableWorkspaceConnection) MarshalJSON ¶ added in v0.6.0
func (v NullableWorkspaceConnection) MarshalJSON() ([]byte, error)
func (*NullableWorkspaceConnection) Set ¶ added in v0.6.0
func (v *NullableWorkspaceConnection) Set(val *WorkspaceConnection)
func (*NullableWorkspaceConnection) UnmarshalJSON ¶ added in v0.6.0
func (v *NullableWorkspaceConnection) UnmarshalJSON(src []byte) error
func (*NullableWorkspaceConnection) Unset ¶ added in v0.6.0
func (v *NullableWorkspaceConnection) Unset()
type NullableWorkspaceConnectionAssociation ¶ added in v0.6.0
type NullableWorkspaceConnectionAssociation struct {
// contains filtered or unexported fields
}
func NewNullableWorkspaceConnectionAssociation ¶ added in v0.6.0
func NewNullableWorkspaceConnectionAssociation(val *WorkspaceConnectionAssociation) *NullableWorkspaceConnectionAssociation
func (NullableWorkspaceConnectionAssociation) Get ¶ added in v0.6.0
func (v NullableWorkspaceConnectionAssociation) Get() *WorkspaceConnectionAssociation
func (NullableWorkspaceConnectionAssociation) IsSet ¶ added in v0.6.0
func (v NullableWorkspaceConnectionAssociation) IsSet() bool
func (NullableWorkspaceConnectionAssociation) MarshalJSON ¶ added in v0.6.0
func (v NullableWorkspaceConnectionAssociation) MarshalJSON() ([]byte, error)
func (*NullableWorkspaceConnectionAssociation) Set ¶ added in v0.6.0
func (v *NullableWorkspaceConnectionAssociation) Set(val *WorkspaceConnectionAssociation)
func (*NullableWorkspaceConnectionAssociation) UnmarshalJSON ¶ added in v0.6.0
func (v *NullableWorkspaceConnectionAssociation) UnmarshalJSON(src []byte) error
func (*NullableWorkspaceConnectionAssociation) Unset ¶ added in v0.6.0
func (v *NullableWorkspaceConnectionAssociation) Unset()
type NullableWorkspaceMod ¶ added in v0.0.4
type NullableWorkspaceMod struct {
// contains filtered or unexported fields
}
func NewNullableWorkspaceMod ¶ added in v0.0.4
func NewNullableWorkspaceMod(val *WorkspaceMod) *NullableWorkspaceMod
func (NullableWorkspaceMod) Get ¶ added in v0.0.4
func (v NullableWorkspaceMod) Get() *WorkspaceMod
func (NullableWorkspaceMod) IsSet ¶ added in v0.0.4
func (v NullableWorkspaceMod) IsSet() bool
func (NullableWorkspaceMod) MarshalJSON ¶ added in v0.0.4
func (v NullableWorkspaceMod) MarshalJSON() ([]byte, error)
func (*NullableWorkspaceMod) Set ¶ added in v0.0.4
func (v *NullableWorkspaceMod) Set(val *WorkspaceMod)
func (*NullableWorkspaceMod) UnmarshalJSON ¶ added in v0.0.4
func (v *NullableWorkspaceMod) UnmarshalJSON(src []byte) error
func (*NullableWorkspaceMod) Unset ¶ added in v0.0.4
func (v *NullableWorkspaceMod) Unset()
type NullableWorkspaceModVariable ¶ added in v0.0.4
type NullableWorkspaceModVariable struct {
// contains filtered or unexported fields
}
func NewNullableWorkspaceModVariable ¶ added in v0.0.4
func NewNullableWorkspaceModVariable(val *WorkspaceModVariable) *NullableWorkspaceModVariable
func (NullableWorkspaceModVariable) Get ¶ added in v0.0.4
func (v NullableWorkspaceModVariable) Get() *WorkspaceModVariable
func (NullableWorkspaceModVariable) IsSet ¶ added in v0.0.4
func (v NullableWorkspaceModVariable) IsSet() bool
func (NullableWorkspaceModVariable) MarshalJSON ¶ added in v0.0.4
func (v NullableWorkspaceModVariable) MarshalJSON() ([]byte, error)
func (*NullableWorkspaceModVariable) Set ¶ added in v0.0.4
func (v *NullableWorkspaceModVariable) Set(val *WorkspaceModVariable)
func (*NullableWorkspaceModVariable) UnmarshalJSON ¶ added in v0.0.4
func (v *NullableWorkspaceModVariable) UnmarshalJSON(src []byte) error
func (*NullableWorkspaceModVariable) Unset ¶ added in v0.0.4
func (v *NullableWorkspaceModVariable) Unset()
type NullableWorkspaceQueryResult ¶ added in v0.0.2
type NullableWorkspaceQueryResult struct {
// contains filtered or unexported fields
}
func NewNullableWorkspaceQueryResult ¶ added in v0.0.2
func NewNullableWorkspaceQueryResult(val *WorkspaceQueryResult) *NullableWorkspaceQueryResult
func (NullableWorkspaceQueryResult) Get ¶ added in v0.0.2
func (v NullableWorkspaceQueryResult) Get() *WorkspaceQueryResult
func (NullableWorkspaceQueryResult) IsSet ¶ added in v0.0.2
func (v NullableWorkspaceQueryResult) IsSet() bool
func (NullableWorkspaceQueryResult) MarshalJSON ¶ added in v0.0.2
func (v NullableWorkspaceQueryResult) MarshalJSON() ([]byte, error)
func (*NullableWorkspaceQueryResult) Set ¶ added in v0.0.2
func (v *NullableWorkspaceQueryResult) Set(val *WorkspaceQueryResult)
func (*NullableWorkspaceQueryResult) UnmarshalJSON ¶ added in v0.0.2
func (v *NullableWorkspaceQueryResult) UnmarshalJSON(src []byte) error
func (*NullableWorkspaceQueryResult) Unset ¶ added in v0.0.2
func (v *NullableWorkspaceQueryResult) Unset()
type NullableWorkspaceQueryResultColumn ¶ added in v0.0.2
type NullableWorkspaceQueryResultColumn struct {
// contains filtered or unexported fields
}
func NewNullableWorkspaceQueryResultColumn ¶ added in v0.0.2
func NewNullableWorkspaceQueryResultColumn(val *WorkspaceQueryResultColumn) *NullableWorkspaceQueryResultColumn
func (NullableWorkspaceQueryResultColumn) Get ¶ added in v0.0.2
func (v NullableWorkspaceQueryResultColumn) Get() *WorkspaceQueryResultColumn
func (NullableWorkspaceQueryResultColumn) IsSet ¶ added in v0.0.2
func (v NullableWorkspaceQueryResultColumn) IsSet() bool
func (NullableWorkspaceQueryResultColumn) MarshalJSON ¶ added in v0.0.2
func (v NullableWorkspaceQueryResultColumn) MarshalJSON() ([]byte, error)
func (*NullableWorkspaceQueryResultColumn) Set ¶ added in v0.0.2
func (v *NullableWorkspaceQueryResultColumn) Set(val *WorkspaceQueryResultColumn)
func (*NullableWorkspaceQueryResultColumn) UnmarshalJSON ¶ added in v0.0.2
func (v *NullableWorkspaceQueryResultColumn) UnmarshalJSON(src []byte) error
func (*NullableWorkspaceQueryResultColumn) Unset ¶ added in v0.0.2
func (v *NullableWorkspaceQueryResultColumn) Unset()
type NullableWorkspaceSchema ¶ added in v0.0.2
type NullableWorkspaceSchema struct {
// contains filtered or unexported fields
}
func NewNullableWorkspaceSchema ¶ added in v0.0.2
func NewNullableWorkspaceSchema(val *WorkspaceSchema) *NullableWorkspaceSchema
func (NullableWorkspaceSchema) Get ¶ added in v0.0.2
func (v NullableWorkspaceSchema) Get() *WorkspaceSchema
func (NullableWorkspaceSchema) IsSet ¶ added in v0.0.2
func (v NullableWorkspaceSchema) IsSet() bool
func (NullableWorkspaceSchema) MarshalJSON ¶ added in v0.0.2
func (v NullableWorkspaceSchema) MarshalJSON() ([]byte, error)
func (*NullableWorkspaceSchema) Set ¶ added in v0.0.2
func (v *NullableWorkspaceSchema) Set(val *WorkspaceSchema)
func (*NullableWorkspaceSchema) UnmarshalJSON ¶ added in v0.0.2
func (v *NullableWorkspaceSchema) UnmarshalJSON(src []byte) error
func (*NullableWorkspaceSchema) Unset ¶ added in v0.0.2
func (v *NullableWorkspaceSchema) Unset()
type NullableWorkspaceSnapshot ¶ added in v0.1.3
type NullableWorkspaceSnapshot struct {
// contains filtered or unexported fields
}
func NewNullableWorkspaceSnapshot ¶ added in v0.1.3
func NewNullableWorkspaceSnapshot(val *WorkspaceSnapshot) *NullableWorkspaceSnapshot
func (NullableWorkspaceSnapshot) Get ¶ added in v0.1.3
func (v NullableWorkspaceSnapshot) Get() *WorkspaceSnapshot
func (NullableWorkspaceSnapshot) IsSet ¶ added in v0.1.3
func (v NullableWorkspaceSnapshot) IsSet() bool
func (NullableWorkspaceSnapshot) MarshalJSON ¶ added in v0.1.3
func (v NullableWorkspaceSnapshot) MarshalJSON() ([]byte, error)
func (*NullableWorkspaceSnapshot) Set ¶ added in v0.1.3
func (v *NullableWorkspaceSnapshot) Set(val *WorkspaceSnapshot)
func (*NullableWorkspaceSnapshot) UnmarshalJSON ¶ added in v0.1.3
func (v *NullableWorkspaceSnapshot) UnmarshalJSON(src []byte) error
func (*NullableWorkspaceSnapshot) Unset ¶ added in v0.1.3
func (v *NullableWorkspaceSnapshot) Unset()
type NullableWorkspaceSnapshotData ¶ added in v0.1.3
type NullableWorkspaceSnapshotData struct {
// contains filtered or unexported fields
}
func NewNullableWorkspaceSnapshotData ¶ added in v0.1.3
func NewNullableWorkspaceSnapshotData(val *WorkspaceSnapshotData) *NullableWorkspaceSnapshotData
func (NullableWorkspaceSnapshotData) Get ¶ added in v0.1.3
func (v NullableWorkspaceSnapshotData) Get() *WorkspaceSnapshotData
func (NullableWorkspaceSnapshotData) IsSet ¶ added in v0.1.3
func (v NullableWorkspaceSnapshotData) IsSet() bool
func (NullableWorkspaceSnapshotData) MarshalJSON ¶ added in v0.1.3
func (v NullableWorkspaceSnapshotData) MarshalJSON() ([]byte, error)
func (*NullableWorkspaceSnapshotData) Set ¶ added in v0.1.3
func (v *NullableWorkspaceSnapshotData) Set(val *WorkspaceSnapshotData)
func (*NullableWorkspaceSnapshotData) UnmarshalJSON ¶ added in v0.1.3
func (v *NullableWorkspaceSnapshotData) UnmarshalJSON(src []byte) error
func (*NullableWorkspaceSnapshotData) Unset ¶ added in v0.1.3
func (v *NullableWorkspaceSnapshotData) Unset()
type NullableWorkspaceSnapshotDataLayout ¶ added in v0.5.0
type NullableWorkspaceSnapshotDataLayout struct {
// contains filtered or unexported fields
}
func NewNullableWorkspaceSnapshotDataLayout ¶ added in v0.5.0
func NewNullableWorkspaceSnapshotDataLayout(val *WorkspaceSnapshotDataLayout) *NullableWorkspaceSnapshotDataLayout
func (NullableWorkspaceSnapshotDataLayout) Get ¶ added in v0.5.0
func (v NullableWorkspaceSnapshotDataLayout) Get() *WorkspaceSnapshotDataLayout
func (NullableWorkspaceSnapshotDataLayout) IsSet ¶ added in v0.5.0
func (v NullableWorkspaceSnapshotDataLayout) IsSet() bool
func (NullableWorkspaceSnapshotDataLayout) MarshalJSON ¶ added in v0.5.0
func (v NullableWorkspaceSnapshotDataLayout) MarshalJSON() ([]byte, error)
func (*NullableWorkspaceSnapshotDataLayout) Set ¶ added in v0.5.0
func (v *NullableWorkspaceSnapshotDataLayout) Set(val *WorkspaceSnapshotDataLayout)
func (*NullableWorkspaceSnapshotDataLayout) UnmarshalJSON ¶ added in v0.5.0
func (v *NullableWorkspaceSnapshotDataLayout) UnmarshalJSON(src []byte) error
func (*NullableWorkspaceSnapshotDataLayout) Unset ¶ added in v0.5.0
func (v *NullableWorkspaceSnapshotDataLayout) Unset()
type Org ¶ added in v0.0.2
type Org struct { // The avatar of an org. AvatarUrl *string `json:"avatar_url,omitempty"` Billing *BillingInfo `json:"billing,omitempty"` // The time of creation in ISO 8601 UTC. CreatedAt string `json:"created_at"` CreatedBy *User `json:"created_by,omitempty"` // The ID of the user that created this. CreatedById string `json:"created_by_id"` // The time of the last update in ISO 8601 UTC. DeletedAt *string `json:"deleted_at,omitempty"` DeletedBy *User `json:"deleted_by,omitempty"` // The ID of the user that performed the deletion. DeletedById string `json:"deleted_by_id"` // The display name of an org. DisplayName *string `json:"display_name,omitempty"` // The handle name for an org. Handle string `json:"handle"` // The unique identifier for an org. Id string `json:"id"` // The state of the org. State string `json:"state"` // The reason for the state of the org StateReason *string `json:"state_reason,omitempty"` TokenMinIssuedAt *JSONTime `json:"token_min_issued_at,omitempty"` // The time of the last update in ISO 8601 UTC. UpdatedAt *string `json:"updated_at,omitempty"` UpdatedBy *User `json:"updated_by,omitempty"` // The ID of the user that performed the last update. UpdatedById string `json:"updated_by_id"` Url *string `json:"url,omitempty"` // The version ID of this item. Pass this version ID via an If-Match header when performing mutation operations on the item. VersionId int32 `json:"version_id"` }
Org struct for Org
func NewOrg ¶ added in v0.0.2
func NewOrg(createdAt string, createdById string, deletedById string, handle string, id string, state string, updatedById string, versionId int32) *Org
NewOrg instantiates a new Org 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 NewOrgWithDefaults ¶ added in v0.0.2
func NewOrgWithDefaults() *Org
NewOrgWithDefaults instantiates a new Org 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 (*Org) GetAvatarUrl ¶ added in v0.0.2
GetAvatarUrl returns the AvatarUrl field value if set, zero value otherwise.
func (*Org) GetAvatarUrlOk ¶ added in v0.0.2
GetAvatarUrlOk returns a tuple with the AvatarUrl field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Org) GetBilling ¶ added in v0.6.0
func (o *Org) GetBilling() BillingInfo
GetBilling returns the Billing field value if set, zero value otherwise.
func (*Org) GetBillingOk ¶ added in v0.6.0
func (o *Org) GetBillingOk() (*BillingInfo, bool)
GetBillingOk returns a tuple with the Billing field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Org) GetCreatedAt ¶ added in v0.0.2
GetCreatedAt returns the CreatedAt field value
func (*Org) GetCreatedAtOk ¶ added in v0.0.2
GetCreatedAtOk returns a tuple with the CreatedAt field value and a boolean to check if the value has been set.
func (*Org) GetCreatedBy ¶ added in v0.1.0
GetCreatedBy returns the CreatedBy field value if set, zero value otherwise.
func (*Org) GetCreatedById ¶ added in v0.1.0
GetCreatedById returns the CreatedById field value
func (*Org) GetCreatedByIdOk ¶ added in v0.1.0
GetCreatedByIdOk returns a tuple with the CreatedById field value and a boolean to check if the value has been set.
func (*Org) GetCreatedByOk ¶ added in v0.1.0
GetCreatedByOk returns a tuple with the CreatedBy field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Org) GetDeletedAt ¶ added in v0.2.0
GetDeletedAt returns the DeletedAt field value if set, zero value otherwise.
func (*Org) GetDeletedAtOk ¶ added in v0.2.0
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 (*Org) GetDeletedBy ¶ added in v0.2.0
GetDeletedBy returns the DeletedBy field value if set, zero value otherwise.
func (*Org) GetDeletedById ¶ added in v0.2.0
GetDeletedById returns the DeletedById field value
func (*Org) GetDeletedByIdOk ¶ added in v0.2.0
GetDeletedByIdOk returns a tuple with the DeletedById field value and a boolean to check if the value has been set.
func (*Org) GetDeletedByOk ¶ added in v0.2.0
GetDeletedByOk returns a tuple with the DeletedBy field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Org) GetDisplayName ¶ added in v0.0.2
GetDisplayName returns the DisplayName field value if set, zero value otherwise.
func (*Org) GetDisplayNameOk ¶ added in v0.0.2
GetDisplayNameOk returns a tuple with the DisplayName field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Org) GetHandleOk ¶ added in v0.0.2
GetHandleOk returns a tuple with the Handle field value and a boolean to check if the value has been set.
func (*Org) GetIdOk ¶ added in v0.0.2
GetIdOk returns a tuple with the Id field value and a boolean to check if the value has been set.
func (*Org) GetStateOk ¶ added in v0.6.0
GetStateOk returns a tuple with the State field value and a boolean to check if the value has been set.
func (*Org) GetStateReason ¶ added in v0.6.0
GetStateReason returns the StateReason field value if set, zero value otherwise.
func (*Org) GetStateReasonOk ¶ added in v0.6.0
GetStateReasonOk returns a tuple with the StateReason field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Org) GetTokenMinIssuedAt ¶ added in v0.6.0
GetTokenMinIssuedAt returns the TokenMinIssuedAt field value if set, zero value otherwise.
func (*Org) GetTokenMinIssuedAtOk ¶ added in v0.6.0
GetTokenMinIssuedAtOk returns a tuple with the TokenMinIssuedAt field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Org) GetUpdatedAt ¶ added in v0.0.2
GetUpdatedAt returns the UpdatedAt field value if set, zero value otherwise.
func (*Org) GetUpdatedAtOk ¶ added in v0.0.2
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 (*Org) GetUpdatedBy ¶ added in v0.1.0
GetUpdatedBy returns the UpdatedBy field value if set, zero value otherwise.
func (*Org) GetUpdatedById ¶ added in v0.1.0
GetUpdatedById returns the UpdatedById field value
func (*Org) GetUpdatedByIdOk ¶ added in v0.1.0
GetUpdatedByIdOk returns a tuple with the UpdatedById field value and a boolean to check if the value has been set.
func (*Org) GetUpdatedByOk ¶ added in v0.1.0
GetUpdatedByOk returns a tuple with the UpdatedBy field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Org) GetUrl ¶ added in v0.0.2
GetUrl returns the Url field value if set, zero value otherwise.
func (*Org) GetUrlOk ¶ added in v0.0.2
GetUrlOk returns a tuple with the Url field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Org) GetVersionId ¶ added in v0.0.2
GetVersionId returns the VersionId field value
func (*Org) GetVersionIdOk ¶ added in v0.0.2
GetVersionIdOk returns a tuple with the VersionId field value and a boolean to check if the value has been set.
func (*Org) HasAvatarUrl ¶ added in v0.0.2
HasAvatarUrl returns a boolean if a field has been set.
func (*Org) HasBilling ¶ added in v0.6.0
HasBilling returns a boolean if a field has been set.
func (*Org) HasCreatedBy ¶ added in v0.1.0
HasCreatedBy returns a boolean if a field has been set.
func (*Org) HasDeletedAt ¶ added in v0.2.0
HasDeletedAt returns a boolean if a field has been set.
func (*Org) HasDeletedBy ¶ added in v0.2.0
HasDeletedBy returns a boolean if a field has been set.
func (*Org) HasDisplayName ¶ added in v0.0.2
HasDisplayName returns a boolean if a field has been set.
func (*Org) HasStateReason ¶ added in v0.6.0
HasStateReason returns a boolean if a field has been set.
func (*Org) HasTokenMinIssuedAt ¶ added in v0.6.0
HasTokenMinIssuedAt returns a boolean if a field has been set.
func (*Org) HasUpdatedAt ¶ added in v0.0.2
HasUpdatedAt returns a boolean if a field has been set.
func (*Org) HasUpdatedBy ¶ added in v0.1.0
HasUpdatedBy returns a boolean if a field has been set.
func (Org) MarshalJSON ¶ added in v0.0.2
func (*Org) SetAvatarUrl ¶ added in v0.0.2
SetAvatarUrl gets a reference to the given string and assigns it to the AvatarUrl field.
func (*Org) SetBilling ¶ added in v0.6.0
func (o *Org) SetBilling(v BillingInfo)
SetBilling gets a reference to the given BillingInfo and assigns it to the Billing field.
func (*Org) SetCreatedAt ¶ added in v0.0.2
SetCreatedAt sets field value
func (*Org) SetCreatedBy ¶ added in v0.1.0
SetCreatedBy gets a reference to the given User and assigns it to the CreatedBy field.
func (*Org) SetCreatedById ¶ added in v0.1.0
SetCreatedById sets field value
func (*Org) SetDeletedAt ¶ added in v0.2.0
SetDeletedAt gets a reference to the given string and assigns it to the DeletedAt field.
func (*Org) SetDeletedBy ¶ added in v0.2.0
SetDeletedBy gets a reference to the given User and assigns it to the DeletedBy field.
func (*Org) SetDeletedById ¶ added in v0.2.0
SetDeletedById sets field value
func (*Org) SetDisplayName ¶ added in v0.0.2
SetDisplayName gets a reference to the given string and assigns it to the DisplayName field.
func (*Org) SetStateReason ¶ added in v0.6.0
SetStateReason gets a reference to the given string and assigns it to the StateReason field.
func (*Org) SetTokenMinIssuedAt ¶ added in v0.6.0
SetTokenMinIssuedAt gets a reference to the given JSONTime and assigns it to the TokenMinIssuedAt field.
func (*Org) SetUpdatedAt ¶ added in v0.0.2
SetUpdatedAt gets a reference to the given string and assigns it to the UpdatedAt field.
func (*Org) SetUpdatedBy ¶ added in v0.1.0
SetUpdatedBy gets a reference to the given User and assigns it to the UpdatedBy field.
func (*Org) SetUpdatedById ¶ added in v0.1.0
SetUpdatedById sets field value
func (*Org) SetUrl ¶ added in v0.0.2
SetUrl gets a reference to the given string and assigns it to the Url field.
func (*Org) SetVersionId ¶ added in v0.0.2
SetVersionId sets field value
type OrgConnectionsApiCreateDeprecatedRequest ¶ added in v0.6.0
type OrgConnectionsApiCreateDeprecatedRequest struct { ApiService *OrgConnectionsService // contains filtered or unexported fields }
func (OrgConnectionsApiCreateDeprecatedRequest) Execute ¶ added in v0.6.0
func (r OrgConnectionsApiCreateDeprecatedRequest) Execute() (Connection, *_nethttp.Response, error)
func (OrgConnectionsApiCreateDeprecatedRequest) Mode ¶ added in v0.6.0
func (r OrgConnectionsApiCreateDeprecatedRequest) Mode(mode string) OrgConnectionsApiCreateDeprecatedRequest
The mode of this request
func (OrgConnectionsApiCreateDeprecatedRequest) Request ¶ added in v0.6.0
func (r OrgConnectionsApiCreateDeprecatedRequest) Request(request CreateConnectionRequest) OrgConnectionsApiCreateDeprecatedRequest
The request body for the connection to be created.
type OrgConnectionsApiCreateRequest ¶
type OrgConnectionsApiCreateRequest struct { ApiService *OrgConnectionsService // contains filtered or unexported fields }
func (OrgConnectionsApiCreateRequest) Execute ¶
func (r OrgConnectionsApiCreateRequest) Execute() (Connection, *_nethttp.Response, error)
func (OrgConnectionsApiCreateRequest) Mode ¶ added in v0.6.0
func (r OrgConnectionsApiCreateRequest) Mode(mode string) OrgConnectionsApiCreateRequest
The mode of this request
func (OrgConnectionsApiCreateRequest) Request ¶
func (r OrgConnectionsApiCreateRequest) Request(request CreateConnectionRequest) OrgConnectionsApiCreateRequest
The request body for the connection to be created.
type OrgConnectionsApiDeleteDeprecatedRequest ¶ added in v0.6.0
type OrgConnectionsApiDeleteDeprecatedRequest struct { ApiService *OrgConnectionsService // contains filtered or unexported fields }
func (OrgConnectionsApiDeleteDeprecatedRequest) Execute ¶ added in v0.6.0
func (r OrgConnectionsApiDeleteDeprecatedRequest) Execute() (Connection, *_nethttp.Response, error)
type OrgConnectionsApiDeleteRequest ¶
type OrgConnectionsApiDeleteRequest struct { ApiService *OrgConnectionsService // contains filtered or unexported fields }
func (OrgConnectionsApiDeleteRequest) Execute ¶
func (r OrgConnectionsApiDeleteRequest) Execute() (Connection, *_nethttp.Response, error)
type OrgConnectionsApiGetDeprecatedRequest ¶ added in v0.6.0
type OrgConnectionsApiGetDeprecatedRequest struct { ApiService *OrgConnectionsService // contains filtered or unexported fields }
func (OrgConnectionsApiGetDeprecatedRequest) Execute ¶ added in v0.6.0
func (r OrgConnectionsApiGetDeprecatedRequest) Execute() (Connection, *_nethttp.Response, error)
type OrgConnectionsApiGetRequest ¶
type OrgConnectionsApiGetRequest struct { ApiService *OrgConnectionsService // contains filtered or unexported fields }
func (OrgConnectionsApiGetRequest) Execute ¶
func (r OrgConnectionsApiGetRequest) Execute() (Connection, *_nethttp.Response, error)
type OrgConnectionsApiListDeprecatedRequest ¶ added in v0.6.0
type OrgConnectionsApiListDeprecatedRequest struct { ApiService *OrgConnectionsService // contains filtered or unexported fields }
func (OrgConnectionsApiListDeprecatedRequest) Execute ¶ added in v0.6.0
func (r OrgConnectionsApiListDeprecatedRequest) Execute() (ListConnectionsResponse, *_nethttp.Response, error)
func (OrgConnectionsApiListDeprecatedRequest) Limit ¶ added in v0.6.0
func (r OrgConnectionsApiListDeprecatedRequest) Limit(limit int32) OrgConnectionsApiListDeprecatedRequest
The max number of items to fetch per page of data, subject to a min and max of 1 and 100 respectively. If not specified will default to 25.
func (OrgConnectionsApiListDeprecatedRequest) NextToken ¶ added in v0.6.0
func (r OrgConnectionsApiListDeprecatedRequest) NextToken(nextToken string) OrgConnectionsApiListDeprecatedRequest
When list results are truncated, next_token will be returned, which is a cursor to fetch the next page of data. Pass next_token to the subsequent list request to fetch the next page of data.
type OrgConnectionsApiListRequest ¶
type OrgConnectionsApiListRequest struct { ApiService *OrgConnectionsService // contains filtered or unexported fields }
func (OrgConnectionsApiListRequest) Execute ¶
func (r OrgConnectionsApiListRequest) Execute() (ListConnectionsResponse, *_nethttp.Response, error)
func (OrgConnectionsApiListRequest) Limit ¶
func (r OrgConnectionsApiListRequest) Limit(limit int32) OrgConnectionsApiListRequest
The max number of items to fetch per page of data, subject to a min and max of 1 and 100 respectively. If not specified will default to 25.
func (OrgConnectionsApiListRequest) NextToken ¶
func (r OrgConnectionsApiListRequest) NextToken(nextToken string) OrgConnectionsApiListRequest
When list results are truncated, next_token will be returned, which is a cursor to fetch the next page of data. Pass next_token to the subsequent list request to fetch the next page of data.
type OrgConnectionsApiListWorkspacesDeprecatedRequest ¶ added in v0.6.0
type OrgConnectionsApiListWorkspacesDeprecatedRequest struct { ApiService *OrgConnectionsService // contains filtered or unexported fields }
func (OrgConnectionsApiListWorkspacesDeprecatedRequest) Execute ¶ added in v0.6.0
func (r OrgConnectionsApiListWorkspacesDeprecatedRequest) Execute() (ListWorkspaceConnResponse, *_nethttp.Response, error)
func (OrgConnectionsApiListWorkspacesDeprecatedRequest) Limit ¶ added in v0.6.0
func (r OrgConnectionsApiListWorkspacesDeprecatedRequest) Limit(limit int32) OrgConnectionsApiListWorkspacesDeprecatedRequest
The max number of items to fetch per page of data, subject to a min and max of 1 and 100 respectively. If not specified will default to 25.
func (OrgConnectionsApiListWorkspacesDeprecatedRequest) NextToken ¶ added in v0.6.0
func (r OrgConnectionsApiListWorkspacesDeprecatedRequest) NextToken(nextToken string) OrgConnectionsApiListWorkspacesDeprecatedRequest
When list results are truncated, next_token will be returned, which is a cursor to fetch the next page of data. Pass next_token to the subsequent list request to fetch the next page of data.
type OrgConnectionsApiListWorkspacesRequest ¶ added in v0.6.0
type OrgConnectionsApiListWorkspacesRequest struct { ApiService *OrgConnectionsService // contains filtered or unexported fields }
func (OrgConnectionsApiListWorkspacesRequest) Execute ¶ added in v0.6.0
func (r OrgConnectionsApiListWorkspacesRequest) Execute() (ListWorkspaceConnectionAssociationsResponse, *_nethttp.Response, error)
func (OrgConnectionsApiListWorkspacesRequest) Limit ¶ added in v0.6.0
func (r OrgConnectionsApiListWorkspacesRequest) Limit(limit int32) OrgConnectionsApiListWorkspacesRequest
The max number of items to fetch per page of data, subject to a min and max of 1 and 100 respectively. If not specified will default to 25.
func (OrgConnectionsApiListWorkspacesRequest) NextToken ¶ added in v0.6.0
func (r OrgConnectionsApiListWorkspacesRequest) NextToken(nextToken string) OrgConnectionsApiListWorkspacesRequest
When list results are truncated, next_token will be returned, which is a cursor to fetch the next page of data. Pass next_token to the subsequent list request to fetch the next page of data.
type OrgConnectionsApiTestDeprecatedRequest ¶ added in v0.6.0
type OrgConnectionsApiTestDeprecatedRequest struct { ApiService *OrgConnectionsService // contains filtered or unexported fields }
func (OrgConnectionsApiTestDeprecatedRequest) Execute ¶ added in v0.6.0
func (r OrgConnectionsApiTestDeprecatedRequest) Execute() (ConnectionTestResult, *_nethttp.Response, error)
func (OrgConnectionsApiTestDeprecatedRequest) Request ¶ added in v0.6.0
func (r OrgConnectionsApiTestDeprecatedRequest) Request(request TestConnectionRequest) OrgConnectionsApiTestDeprecatedRequest
The request body for the connection to be tested.
type OrgConnectionsApiTestRequest ¶
type OrgConnectionsApiTestRequest struct { ApiService *OrgConnectionsService // contains filtered or unexported fields }
func (OrgConnectionsApiTestRequest) Execute ¶
func (r OrgConnectionsApiTestRequest) Execute() (ConnectionTestResult, *_nethttp.Response, error)
func (OrgConnectionsApiTestRequest) Request ¶ added in v0.6.0
func (r OrgConnectionsApiTestRequest) Request(request TestConnectionRequest) OrgConnectionsApiTestRequest
The request body for the connection to be tested.
type OrgConnectionsApiUpdateDeprecatedRequest ¶ added in v0.6.0
type OrgConnectionsApiUpdateDeprecatedRequest struct { ApiService *OrgConnectionsService // contains filtered or unexported fields }
func (OrgConnectionsApiUpdateDeprecatedRequest) Execute ¶ added in v0.6.0
func (r OrgConnectionsApiUpdateDeprecatedRequest) Execute() (Connection, *_nethttp.Response, error)
func (OrgConnectionsApiUpdateDeprecatedRequest) Mode ¶ added in v0.6.0
func (r OrgConnectionsApiUpdateDeprecatedRequest) Mode(mode string) OrgConnectionsApiUpdateDeprecatedRequest
The mode of this request
func (OrgConnectionsApiUpdateDeprecatedRequest) Request ¶ added in v0.6.0
func (r OrgConnectionsApiUpdateDeprecatedRequest) Request(request UpdateConnectionRequest) OrgConnectionsApiUpdateDeprecatedRequest
The request body for the connection which needs to be updated.
type OrgConnectionsApiUpdateRequest ¶
type OrgConnectionsApiUpdateRequest struct { ApiService *OrgConnectionsService // contains filtered or unexported fields }
func (OrgConnectionsApiUpdateRequest) Execute ¶
func (r OrgConnectionsApiUpdateRequest) Execute() (Connection, *_nethttp.Response, error)
func (OrgConnectionsApiUpdateRequest) Mode ¶ added in v0.6.0
func (r OrgConnectionsApiUpdateRequest) Mode(mode string) OrgConnectionsApiUpdateRequest
The mode of this request
func (OrgConnectionsApiUpdateRequest) Request ¶
func (r OrgConnectionsApiUpdateRequest) Request(request UpdateConnectionRequest) OrgConnectionsApiUpdateRequest
The request body of the connection which needs to be updated.
type OrgConnectionsService ¶
type OrgConnectionsService service
OrgConnectionsService OrgConnections service
func (*OrgConnectionsService) Create ¶
func (a *OrgConnectionsService) Create(ctx _context.Context, orgHandle string) OrgConnectionsApiCreateRequest
Create Create org connection
Creates a new connection for an organization.
@param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param orgHandle The handle of the organization where we want to create the connection. @return OrgConnectionsApiCreateRequest
func (*OrgConnectionsService) CreateDeprecated ¶ added in v0.6.0
func (a *OrgConnectionsService) CreateDeprecated(ctx _context.Context, orgHandle string) OrgConnectionsApiCreateDeprecatedRequest
CreateDeprecated Create org connection
Creates a new connection for an organization.
@param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param orgHandle The handle of the organization where we want to create the connection. @return OrgConnectionsApiCreateDeprecatedRequest
Deprecated
func (*OrgConnectionsService) CreateDeprecatedExecute ¶ added in v0.6.0
func (a *OrgConnectionsService) CreateDeprecatedExecute(r OrgConnectionsApiCreateDeprecatedRequest) (Connection, *_nethttp.Response, error)
Execute executes the request
@return Connection
Deprecated
func (*OrgConnectionsService) CreateExecute ¶
func (a *OrgConnectionsService) CreateExecute(r OrgConnectionsApiCreateRequest) (Connection, *_nethttp.Response, error)
Execute executes the request
@return Connection
func (*OrgConnectionsService) Delete ¶
func (a *OrgConnectionsService) Delete(ctx _context.Context, orgHandle string, connectionHandle string) OrgConnectionsApiDeleteRequest
Delete Delete org connection
Deletes a connection belonging to an org.
@param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param orgHandle The handle of the organization where the connection exists. @param connectionHandle The handle of the connection that needs to be deleted. @return OrgConnectionsApiDeleteRequest
func (*OrgConnectionsService) DeleteDeprecated ¶ added in v0.6.0
func (a *OrgConnectionsService) DeleteDeprecated(ctx _context.Context, orgHandle string, connHandle string) OrgConnectionsApiDeleteDeprecatedRequest
DeleteDeprecated Delete org connection
Delete a connection belonging to an org.
@param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param orgHandle The handle of the organization where the connection exist. @param connHandle The handle of the connection that needs to be deleted. @return OrgConnectionsApiDeleteDeprecatedRequest
Deprecated
func (*OrgConnectionsService) DeleteDeprecatedExecute ¶ added in v0.6.0
func (a *OrgConnectionsService) DeleteDeprecatedExecute(r OrgConnectionsApiDeleteDeprecatedRequest) (Connection, *_nethttp.Response, error)
Execute executes the request
@return Connection
Deprecated
func (*OrgConnectionsService) DeleteExecute ¶
func (a *OrgConnectionsService) DeleteExecute(r OrgConnectionsApiDeleteRequest) (Connection, *_nethttp.Response, error)
Execute executes the request
@return Connection
func (*OrgConnectionsService) Get ¶
func (a *OrgConnectionsService) Get(ctx _context.Context, orgHandle string, connectionHandle string) OrgConnectionsApiGetRequest
Get Get org connection
Get the details of a connection belonging to an org.
@param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param orgHandle The handle of an organization where the connection exists. @param connectionHandle The handle of the connection whose detail needs to be fetched. @return OrgConnectionsApiGetRequest
func (*OrgConnectionsService) GetDeprecated ¶ added in v0.6.0
func (a *OrgConnectionsService) GetDeprecated(ctx _context.Context, orgHandle string, connHandle string) OrgConnectionsApiGetDeprecatedRequest
GetDeprecated Get org connection
Get the details for a connection belonging to an org.
@param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param orgHandle The handle of an organization where the connection exists. @param connHandle The handle of the connection whose detail needs to be fetched. @return OrgConnectionsApiGetDeprecatedRequest
Deprecated
func (*OrgConnectionsService) GetDeprecatedExecute ¶ added in v0.6.0
func (a *OrgConnectionsService) GetDeprecatedExecute(r OrgConnectionsApiGetDeprecatedRequest) (Connection, *_nethttp.Response, error)
Execute executes the request
@return Connection
Deprecated
func (*OrgConnectionsService) GetExecute ¶
func (a *OrgConnectionsService) GetExecute(r OrgConnectionsApiGetRequest) (Connection, *_nethttp.Response, error)
Execute executes the request
@return Connection
func (*OrgConnectionsService) List ¶
func (a *OrgConnectionsService) List(ctx _context.Context, orgHandle string) OrgConnectionsApiListRequest
List List org connections
List connections for an organization.
@param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param orgHandle The handle of the organization for which we want to list connections. @return OrgConnectionsApiListRequest
func (*OrgConnectionsService) ListDeprecated ¶ added in v0.6.0
func (a *OrgConnectionsService) ListDeprecated(ctx _context.Context, orgHandle string) OrgConnectionsApiListDeprecatedRequest
ListDeprecated List org connections
List connections for an organization.
@param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param orgHandle The handle of the org for which we want to list connections. @return OrgConnectionsApiListDeprecatedRequest
Deprecated
func (*OrgConnectionsService) ListDeprecatedExecute ¶ added in v0.6.0
func (a *OrgConnectionsService) ListDeprecatedExecute(r OrgConnectionsApiListDeprecatedRequest) (ListConnectionsResponse, *_nethttp.Response, error)
Execute executes the request
@return ListConnectionsResponse
Deprecated
func (*OrgConnectionsService) ListExecute ¶
func (a *OrgConnectionsService) ListExecute(r OrgConnectionsApiListRequest) (ListConnectionsResponse, *_nethttp.Response, error)
Execute executes the request
@return ListConnectionsResponse
func (*OrgConnectionsService) ListWorkspaces ¶ added in v0.6.0
func (a *OrgConnectionsService) ListWorkspaces(ctx _context.Context, orgHandle string, connectionHandle string) OrgConnectionsApiListWorkspacesRequest
ListWorkspaces List org connection workspaces
List the workspaces that an org connection has been added to.
@param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param orgHandle The handle of the organization where the connection exists. @param connectionHandle The handle of the connection for which we want to list workspaces. @return OrgConnectionsApiListWorkspacesRequest
func (*OrgConnectionsService) ListWorkspacesDeprecated ¶ added in v0.6.0
func (a *OrgConnectionsService) ListWorkspacesDeprecated(ctx _context.Context, orgHandle string, connHandle string) OrgConnectionsApiListWorkspacesDeprecatedRequest
ListWorkspacesDeprecated List org connection workspaces
List the workspaces that an org connection has been added to.
@param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param orgHandle The handle of the organization where the connection exists. @param connHandle The handle of the connection for which we want to list workspaces. @return OrgConnectionsApiListWorkspacesDeprecatedRequest
Deprecated
func (*OrgConnectionsService) ListWorkspacesDeprecatedExecute ¶ added in v0.6.0
func (a *OrgConnectionsService) ListWorkspacesDeprecatedExecute(r OrgConnectionsApiListWorkspacesDeprecatedRequest) (ListWorkspaceConnResponse, *_nethttp.Response, error)
Execute executes the request
@return ListWorkspaceConnResponse
Deprecated
func (*OrgConnectionsService) ListWorkspacesExecute ¶ added in v0.6.0
func (a *OrgConnectionsService) ListWorkspacesExecute(r OrgConnectionsApiListWorkspacesRequest) (ListWorkspaceConnectionAssociationsResponse, *_nethttp.Response, error)
Execute executes the request
@return ListWorkspaceConnectionAssociationsResponse
func (*OrgConnectionsService) Test ¶
func (a *OrgConnectionsService) Test(ctx _context.Context, orgHandle string, connectionHandle string) OrgConnectionsApiTestRequest
Test Test org connection
Test the config for an org connection to check for basic connectivity before you create it.
@param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param orgHandle The handle of the org performing the action. @param connectionHandle The handle of the connection to be tested. For connections that are not yet created, use underscore `_` as the handle, else pass the handle of the existing connection. @return OrgConnectionsApiTestRequest
func (*OrgConnectionsService) TestDeprecated ¶ added in v0.6.0
func (a *OrgConnectionsService) TestDeprecated(ctx _context.Context, orgHandle string, connHandle string) OrgConnectionsApiTestDeprecatedRequest
TestDeprecated Test org connection
Test the config for an org connection to check for basic connectivity.
@param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param orgHandle The handle of the org where the connection exists / intends to be created. @param connHandle The handle of the connection to be tested. For connections that are not yet created, use underscore `_` as the handle, else pass the handle of the existing connection. @return OrgConnectionsApiTestDeprecatedRequest
Deprecated
func (*OrgConnectionsService) TestDeprecatedExecute ¶ added in v0.6.0
func (a *OrgConnectionsService) TestDeprecatedExecute(r OrgConnectionsApiTestDeprecatedRequest) (ConnectionTestResult, *_nethttp.Response, error)
Execute executes the request
@return ConnectionTestResult
Deprecated
func (*OrgConnectionsService) TestExecute ¶
func (a *OrgConnectionsService) TestExecute(r OrgConnectionsApiTestRequest) (ConnectionTestResult, *_nethttp.Response, error)
Execute executes the request
@return ConnectionTestResult
func (*OrgConnectionsService) Update ¶
func (a *OrgConnectionsService) Update(ctx _context.Context, orgHandle string, connectionHandle string) OrgConnectionsApiUpdateRequest
Update Update org connection
Update the details of a connection belonging to an org.
@param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param orgHandle The handle of the organization where the connection exists. @param connectionHandle The handle of the connection which needs to be updated. @return OrgConnectionsApiUpdateRequest
func (*OrgConnectionsService) UpdateDeprecated ¶ added in v0.6.0
func (a *OrgConnectionsService) UpdateDeprecated(ctx _context.Context, orgHandle string, connHandle string) OrgConnectionsApiUpdateDeprecatedRequest
UpdateDeprecated Update org connection
Update the details of a connection belonging to an org.
@param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param orgHandle The handle of the organization where the connection exist. @param connHandle The handle of the connection which needs to be updated. @return OrgConnectionsApiUpdateDeprecatedRequest
Deprecated
func (*OrgConnectionsService) UpdateDeprecatedExecute ¶ added in v0.6.0
func (a *OrgConnectionsService) UpdateDeprecatedExecute(r OrgConnectionsApiUpdateDeprecatedRequest) (Connection, *_nethttp.Response, error)
Execute executes the request
@return Connection
Deprecated
func (*OrgConnectionsService) UpdateExecute ¶
func (a *OrgConnectionsService) UpdateExecute(r OrgConnectionsApiUpdateRequest) (Connection, *_nethttp.Response, error)
Execute executes the request
@return Connection
type OrgMembersApiConfirmInviteRequest ¶
type OrgMembersApiConfirmInviteRequest struct { ApiService *OrgMembersService // contains filtered or unexported fields }
func (OrgMembersApiConfirmInviteRequest) Execute ¶
func (r OrgMembersApiConfirmInviteRequest) Execute() (*_nethttp.Response, error)
type OrgMembersApiDeleteInviteRequest ¶
type OrgMembersApiDeleteInviteRequest struct { ApiService *OrgMembersService // contains filtered or unexported fields }
func (OrgMembersApiDeleteInviteRequest) Execute ¶
func (r OrgMembersApiDeleteInviteRequest) Execute() (*_nethttp.Response, error)
type OrgMembersApiDeleteRequest ¶
type OrgMembersApiDeleteRequest struct { ApiService *OrgMembersService // contains filtered or unexported fields }
type OrgMembersApiGetRequest ¶
type OrgMembersApiGetRequest struct { ApiService *OrgMembersService // contains filtered or unexported fields }
type OrgMembersApiInviteRequest ¶
type OrgMembersApiInviteRequest struct { ApiService *OrgMembersService // contains filtered or unexported fields }
func (OrgMembersApiInviteRequest) Execute ¶
func (r OrgMembersApiInviteRequest) Execute() (OrgUser, *_nethttp.Response, error)
func (OrgMembersApiInviteRequest) Request ¶
func (r OrgMembersApiInviteRequest) Request(request InviteOrgUserRequest) OrgMembersApiInviteRequest
The request body to invite a member to an organization.
type OrgMembersApiListRequest ¶ added in v0.1.1
type OrgMembersApiListRequest struct { ApiService *OrgMembersService // contains filtered or unexported fields }
func (OrgMembersApiListRequest) Execute ¶ added in v0.1.1
func (r OrgMembersApiListRequest) Execute() (ListOrgUsersResponse, *_nethttp.Response, error)
func (OrgMembersApiListRequest) Limit ¶ added in v0.1.1
func (r OrgMembersApiListRequest) Limit(limit int32) OrgMembersApiListRequest
The max number of items to fetch per page of data, subject to a min and max of 1 and 100 respectively. If not specified will default to 25.
func (OrgMembersApiListRequest) NextToken ¶ added in v0.1.1
func (r OrgMembersApiListRequest) NextToken(nextToken string) OrgMembersApiListRequest
When list results are truncated, next_token will be returned, which is a cursor to fetch the next page of data. Pass next_token to the subsequent list request to fetch the next page of data.
func (OrgMembersApiListRequest) Q ¶ added in v0.1.2
func (r OrgMembersApiListRequest) Q(q string) OrgMembersApiListRequest
Optional free-text search to filter the org members.
type OrgMembersApiUpdateRequest ¶
type OrgMembersApiUpdateRequest struct { ApiService *OrgMembersService // contains filtered or unexported fields }
func (OrgMembersApiUpdateRequest) Execute ¶
func (r OrgMembersApiUpdateRequest) Execute() (OrgUser, *_nethttp.Response, error)
func (OrgMembersApiUpdateRequest) Request ¶
func (r OrgMembersApiUpdateRequest) Request(request UpdateOrgUserRequest) OrgMembersApiUpdateRequest
The request body for the member.
type OrgMembersService ¶
type OrgMembersService service
OrgMembersService OrgMembers service
func (*OrgMembersService) ConfirmInvite ¶
func (a *OrgMembersService) ConfirmInvite(ctx _context.Context, orgHandle string) OrgMembersApiConfirmInviteRequest
ConfirmInvite Confirm org member invite
Confirm org member invite.
@param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param orgHandle Specify the handle of an organization where the member need to be invited. @return OrgMembersApiConfirmInviteRequest
func (*OrgMembersService) ConfirmInviteExecute ¶
func (a *OrgMembersService) ConfirmInviteExecute(r OrgMembersApiConfirmInviteRequest) (*_nethttp.Response, error)
Execute executes the request
func (*OrgMembersService) Delete ¶
func (a *OrgMembersService) Delete(ctx _context.Context, orgHandle string, userHandle string) OrgMembersApiDeleteRequest
Delete Delete org member
Delete the user from the org.
@param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param orgHandle Specify the handle of the organization where the member exists. @param userHandle Specify the handle of the user which need to be removed. @return OrgMembersApiDeleteRequest
func (*OrgMembersService) DeleteExecute ¶
func (a *OrgMembersService) DeleteExecute(r OrgMembersApiDeleteRequest) (OrgUser, *_nethttp.Response, error)
Execute executes the request
@return OrgUser
func (*OrgMembersService) DeleteInvite ¶
func (a *OrgMembersService) DeleteInvite(ctx _context.Context, orgHandle string) OrgMembersApiDeleteInviteRequest
DeleteInvite Delete org member invite
Delete the org member invite.
@param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param orgHandle Specify the organization handle. @return OrgMembersApiDeleteInviteRequest
func (*OrgMembersService) DeleteInviteExecute ¶
func (a *OrgMembersService) DeleteInviteExecute(r OrgMembersApiDeleteInviteRequest) (*_nethttp.Response, error)
Execute executes the request
func (*OrgMembersService) Get ¶
func (a *OrgMembersService) Get(ctx _context.Context, orgHandle string, userHandle string) OrgMembersApiGetRequest
Get Get org member
Get org member.
@param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param orgHandle Specify the organization handle where the member is associated. @param userHandle Specify the handle of the user whose information you want to retrieve. @return OrgMembersApiGetRequest
func (*OrgMembersService) GetExecute ¶
func (a *OrgMembersService) GetExecute(r OrgMembersApiGetRequest) (OrgUser, *_nethttp.Response, error)
Execute executes the request
@return OrgUser
func (*OrgMembersService) Invite ¶
func (a *OrgMembersService) Invite(ctx _context.Context, orgHandle string) OrgMembersApiInviteRequest
Invite Invite org member
Invite member to an org.
@param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param orgHandle Specify the handle of an organization where the member need to be invited. @return OrgMembersApiInviteRequest
func (*OrgMembersService) InviteExecute ¶
func (a *OrgMembersService) InviteExecute(r OrgMembersApiInviteRequest) (OrgUser, *_nethttp.Response, error)
Execute executes the request
@return OrgUser
func (*OrgMembersService) List ¶ added in v0.1.1
func (a *OrgMembersService) List(ctx _context.Context, orgHandle string) OrgMembersApiListRequest
List List Organization Members
List all members of an organization who are invited / accepted.
@param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param orgHandle Specify the organization handle. @return OrgMembersApiListRequest
func (*OrgMembersService) ListExecute ¶ added in v0.1.1
func (a *OrgMembersService) ListExecute(r OrgMembersApiListRequest) (ListOrgUsersResponse, *_nethttp.Response, error)
Execute executes the request
@return ListOrgUsersResponse
func (*OrgMembersService) Update ¶
func (a *OrgMembersService) Update(ctx _context.Context, orgHandle string, userHandle string) OrgMembersApiUpdateRequest
Update Update org member
Update the role of the member.
@param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param orgHandle Specify the handle of the organization where the member exists. @param userHandle Specify the handle of the user whose role need to be updated. @return OrgMembersApiUpdateRequest
func (*OrgMembersService) UpdateExecute ¶
func (a *OrgMembersService) UpdateExecute(r OrgMembersApiUpdateRequest) (OrgUser, *_nethttp.Response, error)
Execute executes the request
@return OrgUser
type OrgProcessesApiGetRequest ¶ added in v0.5.0
type OrgProcessesApiGetRequest struct { ApiService *OrgProcessesService // contains filtered or unexported fields }
type OrgProcessesApiListRequest ¶ added in v0.5.0
type OrgProcessesApiListRequest struct { ApiService *OrgProcessesService // contains filtered or unexported fields }
func (OrgProcessesApiListRequest) Execute ¶ added in v0.5.0
func (r OrgProcessesApiListRequest) Execute() (ListProcessesResponse, *_nethttp.Response, error)
func (OrgProcessesApiListRequest) Limit ¶ added in v0.5.0
func (r OrgProcessesApiListRequest) Limit(limit int32) OrgProcessesApiListRequest
The max number of items to fetch per page of data, subject to a min and max of 1 and 100 respectively. If not specified will default to 25.
func (OrgProcessesApiListRequest) NextToken ¶ added in v0.5.0
func (r OrgProcessesApiListRequest) NextToken(nextToken string) OrgProcessesApiListRequest
When list results are truncated, next_token will be returned, which is a cursor to fetch the next page of data. Pass next_token to the subsequent list request to fetch the next page of data.
type OrgProcessesApiLogRequest ¶ added in v0.5.0
type OrgProcessesApiLogRequest struct { ApiService *OrgProcessesService // contains filtered or unexported fields }
type OrgProcessesService ¶ added in v0.5.0
type OrgProcessesService service
OrgProcessesService OrgProcesses service
func (*OrgProcessesService) Get ¶ added in v0.5.0
func (a *OrgProcessesService) Get(ctx _context.Context, orgHandle string, processId string) OrgProcessesApiGetRequest
Get Get Org process
Get a process for an org.
@param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param orgHandle The handle of an organization to get the process. @param processId The id of the process to be fetched. @return OrgProcessesApiGetRequest
func (*OrgProcessesService) GetExecute ¶ added in v0.5.0
func (a *OrgProcessesService) GetExecute(r OrgProcessesApiGetRequest) (SpProcess, *_nethttp.Response, error)
Execute executes the request
@return SpProcess
func (*OrgProcessesService) List ¶ added in v0.5.0
func (a *OrgProcessesService) List(ctx _context.Context, orgHandle string) OrgProcessesApiListRequest
List List Org processes
List processes for an org.
@param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param orgHandle The handle of an organization to list the processes. @return OrgProcessesApiListRequest
func (*OrgProcessesService) ListExecute ¶ added in v0.5.0
func (a *OrgProcessesService) ListExecute(r OrgProcessesApiListRequest) (ListProcessesResponse, *_nethttp.Response, error)
Execute executes the request
@return ListProcessesResponse
func (*OrgProcessesService) Log ¶ added in v0.5.0
func (a *OrgProcessesService) Log(ctx _context.Context, orgHandle string, processId string, logFile string, contentType string) OrgProcessesApiLogRequest
Log List Org process logs
List the process logs for a given process of an org.
@param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param orgHandle The handle of an organization to list the process logs. @param processId The id of the process where you want to list the process logs. @param logFile The process logs file to be fetched. @param contentType The required content type of the process logs. @return OrgProcessesApiLogRequest
func (*OrgProcessesService) LogExecute ¶ added in v0.5.0
func (a *OrgProcessesService) LogExecute(r OrgProcessesApiLogRequest) (string, *_nethttp.Response, error)
Execute executes the request
@return string
type OrgQuota ¶ added in v0.0.2
type OrgQuota struct { Aggregator map[string]Quota `json:"aggregator"` Association map[string]Quota `json:"association"` Conn Quota `json:"conn"` Member Quota `json:"member"` Mod map[string]Quota `json:"mod"` Pipeline map[string]Quota `json:"pipeline"` Snapshot map[string]Quota `json:"snapshot"` Workspace Quota `json:"workspace"` }
OrgQuota struct for OrgQuota
func NewOrgQuota ¶ added in v0.0.2
func NewOrgQuota(aggregator map[string]Quota, association map[string]Quota, conn Quota, member Quota, mod map[string]Quota, pipeline map[string]Quota, snapshot map[string]Quota, workspace Quota) *OrgQuota
NewOrgQuota instantiates a new OrgQuota 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 NewOrgQuotaWithDefaults ¶ added in v0.0.2
func NewOrgQuotaWithDefaults() *OrgQuota
NewOrgQuotaWithDefaults instantiates a new OrgQuota 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 (*OrgQuota) GetAggregator ¶ added in v0.6.0
GetAggregator returns the Aggregator field value
func (*OrgQuota) GetAggregatorOk ¶ added in v0.6.0
GetAggregatorOk returns a tuple with the Aggregator field value and a boolean to check if the value has been set.
func (*OrgQuota) GetAssociation ¶ added in v0.0.2
GetAssociation returns the Association field value
func (*OrgQuota) GetAssociationOk ¶ added in v0.0.2
GetAssociationOk returns a tuple with the Association field value and a boolean to check if the value has been set.
func (*OrgQuota) GetConnOk ¶ added in v0.0.2
GetConnOk returns a tuple with the Conn field value and a boolean to check if the value has been set.
func (*OrgQuota) GetMemberOk ¶ added in v0.2.0
GetMemberOk returns a tuple with the Member field value and a boolean to check if the value has been set.
func (*OrgQuota) GetModOk ¶ added in v0.0.4
GetModOk returns a tuple with the Mod field value and a boolean to check if the value has been set.
func (*OrgQuota) GetPipeline ¶ added in v0.2.0
GetPipeline returns the Pipeline field value
func (*OrgQuota) GetPipelineOk ¶ added in v0.2.0
GetPipelineOk returns a tuple with the Pipeline field value and a boolean to check if the value has been set.
func (*OrgQuota) GetSnapshot ¶ added in v0.2.0
GetSnapshot returns the Snapshot field value
func (*OrgQuota) GetSnapshotOk ¶ added in v0.2.0
GetSnapshotOk returns a tuple with the Snapshot field value and a boolean to check if the value has been set.
func (*OrgQuota) GetWorkspace ¶ added in v0.0.2
GetWorkspace returns the Workspace field value
func (*OrgQuota) GetWorkspaceOk ¶ added in v0.0.2
GetWorkspaceOk returns a tuple with the Workspace field value and a boolean to check if the value has been set.
func (OrgQuota) MarshalJSON ¶ added in v0.0.2
func (*OrgQuota) SetAggregator ¶ added in v0.6.0
SetAggregator sets field value
func (*OrgQuota) SetAssociation ¶ added in v0.0.2
SetAssociation sets field value
func (*OrgQuota) SetPipeline ¶ added in v0.2.0
SetPipeline sets field value
func (*OrgQuota) SetSnapshot ¶ added in v0.2.0
SetSnapshot sets field value
func (*OrgQuota) SetWorkspace ¶ added in v0.0.2
SetWorkspace sets field value
type OrgUser ¶ added in v0.0.2
type OrgUser struct { // The time of creation in ISO 8601 UTC. CreatedAt string `json:"created_at"` CreatedBy *User `json:"created_by,omitempty"` // The ID of the user that created this. CreatedById string `json:"created_by_id"` // The unique identifier of the org member. Id string `json:"id"` // The identifier of an org. OrgId string `json:"org_id"` // The role of the org user. Role *string `json:"role,omitempty"` // The scope of the role. Can be either of org / workspace Scope *string `json:"scope,omitempty"` // The status of the org member i.e invited or accepted. Status string `json:"status"` // The time of the last update in ISO 8601 UTC. UpdatedAt *string `json:"updated_at,omitempty"` UpdatedBy *User `json:"updated_by,omitempty"` // The ID of the user that performed the last update. UpdatedById string `json:"updated_by_id"` User *User `json:"user,omitempty"` // The user handle of the member. UserHandle string `json:"user_handle"` // The identifier of a user. UserId string `json:"user_id"` // The version ID of this item. Pass this version ID via an If-Match header when performing mutation operations on the item. VersionId int32 `json:"version_id"` }
OrgUser struct for OrgUser
func NewOrgUser ¶ added in v0.0.2
func NewOrgUser(createdAt string, createdById string, id string, orgId string, status string, updatedById string, userHandle string, userId string, versionId int32) *OrgUser
NewOrgUser instantiates a new OrgUser 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 NewOrgUserWithDefaults ¶ added in v0.0.2
func NewOrgUserWithDefaults() *OrgUser
NewOrgUserWithDefaults instantiates a new OrgUser 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 (*OrgUser) GetCreatedAt ¶ added in v0.0.2
GetCreatedAt returns the CreatedAt field value
func (*OrgUser) GetCreatedAtOk ¶ added in v0.0.2
GetCreatedAtOk returns a tuple with the CreatedAt field value and a boolean to check if the value has been set.
func (*OrgUser) GetCreatedBy ¶ added in v0.1.0
GetCreatedBy returns the CreatedBy field value if set, zero value otherwise.
func (*OrgUser) GetCreatedById ¶ added in v0.1.0
GetCreatedById returns the CreatedById field value
func (*OrgUser) GetCreatedByIdOk ¶ added in v0.1.0
GetCreatedByIdOk returns a tuple with the CreatedById field value and a boolean to check if the value has been set.
func (*OrgUser) GetCreatedByOk ¶ added in v0.1.0
GetCreatedByOk returns a tuple with the CreatedBy field value if set, nil otherwise and a boolean to check if the value has been set.
func (*OrgUser) GetIdOk ¶ added in v0.0.2
GetIdOk returns a tuple with the Id field value and a boolean to check if the value has been set.
func (*OrgUser) GetOrgIdOk ¶ added in v0.0.2
GetOrgIdOk returns a tuple with the OrgId field value and a boolean to check if the value has been set.
func (*OrgUser) GetRole ¶ added in v0.0.2
GetRole returns the Role field value if set, zero value otherwise.
func (*OrgUser) GetRoleOk ¶ added in v0.0.2
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 (*OrgUser) GetScope ¶ added in v0.1.2
GetScope returns the Scope field value if set, zero value otherwise.
func (*OrgUser) GetScopeOk ¶ added in v0.1.2
GetScopeOk returns a tuple with the Scope field value if set, nil otherwise and a boolean to check if the value has been set.
func (*OrgUser) GetStatusOk ¶ added in v0.0.2
GetStatusOk returns a tuple with the Status field value and a boolean to check if the value has been set.
func (*OrgUser) GetUpdatedAt ¶ added in v0.0.2
GetUpdatedAt returns the UpdatedAt field value if set, zero value otherwise.
func (*OrgUser) GetUpdatedAtOk ¶ added in v0.0.2
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 (*OrgUser) GetUpdatedBy ¶ added in v0.1.0
GetUpdatedBy returns the UpdatedBy field value if set, zero value otherwise.
func (*OrgUser) GetUpdatedById ¶ added in v0.1.0
GetUpdatedById returns the UpdatedById field value
func (*OrgUser) GetUpdatedByIdOk ¶ added in v0.1.0
GetUpdatedByIdOk returns a tuple with the UpdatedById field value and a boolean to check if the value has been set.
func (*OrgUser) GetUpdatedByOk ¶ added in v0.1.0
GetUpdatedByOk returns a tuple with the UpdatedBy field value if set, nil otherwise and a boolean to check if the value has been set.
func (*OrgUser) GetUser ¶ added in v0.0.2
GetUser returns the User field value if set, zero value otherwise.
func (*OrgUser) GetUserHandle ¶ added in v0.0.2
GetUserHandle returns the UserHandle field value
func (*OrgUser) GetUserHandleOk ¶ added in v0.0.2
GetUserHandleOk returns a tuple with the UserHandle field value and a boolean to check if the value has been set.
func (*OrgUser) GetUserIdOk ¶ added in v0.0.2
GetUserIdOk returns a tuple with the UserId field value and a boolean to check if the value has been set.
func (*OrgUser) GetUserOk ¶ added in v0.0.2
GetUserOk returns a tuple with the User field value if set, nil otherwise and a boolean to check if the value has been set.
func (*OrgUser) GetVersionId ¶ added in v0.0.2
GetVersionId returns the VersionId field value
func (*OrgUser) GetVersionIdOk ¶ added in v0.0.2
GetVersionIdOk returns a tuple with the VersionId field value and a boolean to check if the value has been set.
func (*OrgUser) HasCreatedBy ¶ added in v0.1.0
HasCreatedBy returns a boolean if a field has been set.
func (*OrgUser) HasUpdatedAt ¶ added in v0.0.2
HasUpdatedAt returns a boolean if a field has been set.
func (*OrgUser) HasUpdatedBy ¶ added in v0.1.0
HasUpdatedBy returns a boolean if a field has been set.
func (OrgUser) MarshalJSON ¶ added in v0.0.2
func (*OrgUser) SetCreatedAt ¶ added in v0.0.2
SetCreatedAt sets field value
func (*OrgUser) SetCreatedBy ¶ added in v0.1.0
SetCreatedBy gets a reference to the given User and assigns it to the CreatedBy field.
func (*OrgUser) SetCreatedById ¶ added in v0.1.0
SetCreatedById sets field value
func (*OrgUser) SetRole ¶ added in v0.0.2
SetRole gets a reference to the given string and assigns it to the Role field.
func (*OrgUser) SetScope ¶ added in v0.1.2
SetScope gets a reference to the given string and assigns it to the Scope field.
func (*OrgUser) SetUpdatedAt ¶ added in v0.0.2
SetUpdatedAt gets a reference to the given string and assigns it to the UpdatedAt field.
func (*OrgUser) SetUpdatedBy ¶ added in v0.1.0
SetUpdatedBy gets a reference to the given User and assigns it to the UpdatedBy field.
func (*OrgUser) SetUpdatedById ¶ added in v0.1.0
SetUpdatedById sets field value
func (*OrgUser) SetUser ¶ added in v0.0.2
SetUser gets a reference to the given User and assigns it to the User field.
func (*OrgUser) SetUserHandle ¶ added in v0.0.2
SetUserHandle sets field value
func (*OrgUser) SetVersionId ¶ added in v0.0.2
SetVersionId sets field value
type OrgWorkspaceAggregatorsApiCreateRequest ¶ added in v0.6.0
type OrgWorkspaceAggregatorsApiCreateRequest struct { ApiService *OrgWorkspaceAggregatorsService // contains filtered or unexported fields }
func (OrgWorkspaceAggregatorsApiCreateRequest) Execute ¶ added in v0.6.0
func (r OrgWorkspaceAggregatorsApiCreateRequest) Execute() (WorkspaceAggregator, *_nethttp.Response, error)
func (OrgWorkspaceAggregatorsApiCreateRequest) Mode ¶ added in v0.6.0
func (r OrgWorkspaceAggregatorsApiCreateRequest) Mode(mode string) OrgWorkspaceAggregatorsApiCreateRequest
The mode of this request
func (OrgWorkspaceAggregatorsApiCreateRequest) Request ¶ added in v0.6.0
func (r OrgWorkspaceAggregatorsApiCreateRequest) Request(request CreateWorkspaceAggregatorRequest) OrgWorkspaceAggregatorsApiCreateRequest
The request body for the aggregator to the created.
type OrgWorkspaceAggregatorsApiDeleteRequest ¶ added in v0.6.0
type OrgWorkspaceAggregatorsApiDeleteRequest struct { ApiService *OrgWorkspaceAggregatorsService // contains filtered or unexported fields }
func (OrgWorkspaceAggregatorsApiDeleteRequest) Execute ¶ added in v0.6.0
func (r OrgWorkspaceAggregatorsApiDeleteRequest) Execute() (WorkspaceAggregator, *_nethttp.Response, error)
type OrgWorkspaceAggregatorsApiGetConnectionRequest ¶ added in v0.6.0
type OrgWorkspaceAggregatorsApiGetConnectionRequest struct { ApiService *OrgWorkspaceAggregatorsService // contains filtered or unexported fields }
func (OrgWorkspaceAggregatorsApiGetConnectionRequest) Execute ¶ added in v0.6.0
func (r OrgWorkspaceAggregatorsApiGetConnectionRequest) Execute() (WorkspaceConnection, *_nethttp.Response, error)
type OrgWorkspaceAggregatorsApiGetRequest ¶ added in v0.6.0
type OrgWorkspaceAggregatorsApiGetRequest struct { ApiService *OrgWorkspaceAggregatorsService // contains filtered or unexported fields }
func (OrgWorkspaceAggregatorsApiGetRequest) Execute ¶ added in v0.6.0
func (r OrgWorkspaceAggregatorsApiGetRequest) Execute() (WorkspaceAggregator, *_nethttp.Response, error)
type OrgWorkspaceAggregatorsApiListConnectionsRequest ¶ added in v0.6.0
type OrgWorkspaceAggregatorsApiListConnectionsRequest struct { ApiService *OrgWorkspaceAggregatorsService // contains filtered or unexported fields }
func (OrgWorkspaceAggregatorsApiListConnectionsRequest) Execute ¶ added in v0.6.0
func (r OrgWorkspaceAggregatorsApiListConnectionsRequest) Execute() (ListWorkspaceConnectionsResponse, *_nethttp.Response, error)
func (OrgWorkspaceAggregatorsApiListConnectionsRequest) Limit ¶ added in v0.6.0
func (r OrgWorkspaceAggregatorsApiListConnectionsRequest) Limit(limit int32) OrgWorkspaceAggregatorsApiListConnectionsRequest
The max number of items to fetch per page of data, subject to a min and max of 1 and 100 respectively. If not specified will default to 25.
func (OrgWorkspaceAggregatorsApiListConnectionsRequest) NextToken ¶ added in v0.6.0
func (r OrgWorkspaceAggregatorsApiListConnectionsRequest) NextToken(nextToken string) OrgWorkspaceAggregatorsApiListConnectionsRequest
When list results are truncated, next_token will be returned, which is a cursor to fetch the next page of data. Pass next_token to the subsequent list request to fetch the next page of data.
type OrgWorkspaceAggregatorsApiListRequest ¶ added in v0.6.0
type OrgWorkspaceAggregatorsApiListRequest struct { ApiService *OrgWorkspaceAggregatorsService // contains filtered or unexported fields }
func (OrgWorkspaceAggregatorsApiListRequest) Execute ¶ added in v0.6.0
func (r OrgWorkspaceAggregatorsApiListRequest) Execute() (ListWorkspaceAggregatorsResponse, *_nethttp.Response, error)
func (OrgWorkspaceAggregatorsApiListRequest) Limit ¶ added in v0.6.0
func (r OrgWorkspaceAggregatorsApiListRequest) Limit(limit int32) OrgWorkspaceAggregatorsApiListRequest
The max number of items to fetch per page of data, subject to a min and max of 1 and 100 respectively. If not specified will default to 25.
func (OrgWorkspaceAggregatorsApiListRequest) NextToken ¶ added in v0.6.0
func (r OrgWorkspaceAggregatorsApiListRequest) NextToken(nextToken string) OrgWorkspaceAggregatorsApiListRequest
When list results are truncated, next_token will be returned, which is a cursor to fetch the next page of data. Pass next_token to the subsequent list request to fetch the next page of data.
type OrgWorkspaceAggregatorsApiUpdateRequest ¶ added in v0.6.0
type OrgWorkspaceAggregatorsApiUpdateRequest struct { ApiService *OrgWorkspaceAggregatorsService // contains filtered or unexported fields }
func (OrgWorkspaceAggregatorsApiUpdateRequest) Execute ¶ added in v0.6.0
func (r OrgWorkspaceAggregatorsApiUpdateRequest) Execute() (WorkspaceAggregator, *_nethttp.Response, error)
func (OrgWorkspaceAggregatorsApiUpdateRequest) Mode ¶ added in v0.6.0
func (r OrgWorkspaceAggregatorsApiUpdateRequest) Mode(mode string) OrgWorkspaceAggregatorsApiUpdateRequest
The mode of this request
func (OrgWorkspaceAggregatorsApiUpdateRequest) Request ¶ added in v0.6.0
func (r OrgWorkspaceAggregatorsApiUpdateRequest) Request(request UpdateWorkspaceAggregatorRequest) OrgWorkspaceAggregatorsApiUpdateRequest
The request body for the aggregator which needs to be updated.
type OrgWorkspaceAggregatorsService ¶ added in v0.6.0
type OrgWorkspaceAggregatorsService service
OrgWorkspaceAggregatorsService OrgWorkspaceAggregators service
func (*OrgWorkspaceAggregatorsService) Create ¶ added in v0.6.0
func (a *OrgWorkspaceAggregatorsService) Create(ctx _context.Context, orgHandle string, workspaceHandle string) OrgWorkspaceAggregatorsApiCreateRequest
Create Create an aggregator for an org workspace
Creates an aggregator for a workspace of an org.
@param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param orgHandle The handle of the org to which the workspace belongs to. @param workspaceHandle The handle of the workspace where the aggregator will be created. @return OrgWorkspaceAggregatorsApiCreateRequest
func (*OrgWorkspaceAggregatorsService) CreateExecute ¶ added in v0.6.0
func (a *OrgWorkspaceAggregatorsService) CreateExecute(r OrgWorkspaceAggregatorsApiCreateRequest) (WorkspaceAggregator, *_nethttp.Response, error)
Execute executes the request
@return WorkspaceAggregator
func (*OrgWorkspaceAggregatorsService) Delete ¶ added in v0.6.0
func (a *OrgWorkspaceAggregatorsService) Delete(ctx _context.Context, orgHandle string, workspaceHandle string, aggregatorHandle string) OrgWorkspaceAggregatorsApiDeleteRequest
Delete Delete an aggregator for a org workspace
Deletes an aggregator belonging to a workspace of an org.
@param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param orgHandle The handle of the org to which the workspace belongs to. @param workspaceHandle The handle of the workspace where the aggregator exists. @param aggregatorHandle The handle of the aggregator that needs to be deleted. @return OrgWorkspaceAggregatorsApiDeleteRequest
func (*OrgWorkspaceAggregatorsService) DeleteExecute ¶ added in v0.6.0
func (a *OrgWorkspaceAggregatorsService) DeleteExecute(r OrgWorkspaceAggregatorsApiDeleteRequest) (WorkspaceAggregator, *_nethttp.Response, error)
Execute executes the request
@return WorkspaceAggregator
func (*OrgWorkspaceAggregatorsService) Get ¶ added in v0.6.0
func (a *OrgWorkspaceAggregatorsService) Get(ctx _context.Context, orgHandle string, workspaceHandle string, aggregatorHandle string) OrgWorkspaceAggregatorsApiGetRequest
Get Get an aggregator for a org workspace
Get the details of an aggregator belonging to a workspace of an org.
@param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param orgHandle The handle of the org to which the workspace belongs to. @param workspaceHandle The handle of the workspace where the aggregator exists. @param aggregatorHandle The handle of the aggregator whose details needs to be fetched. @return OrgWorkspaceAggregatorsApiGetRequest
func (*OrgWorkspaceAggregatorsService) GetConnection ¶ added in v0.6.0
func (a *OrgWorkspaceAggregatorsService) GetConnection(ctx _context.Context, orgHandle string, workspaceHandle string, aggregatorHandle string, connectionHandle string) OrgWorkspaceAggregatorsApiGetConnectionRequest
GetConnection Get a connection in the scope of an aggregator for a org workspace
Get a connection that is a part of an aggregator defined in a workspace of an org.
@param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param orgHandle The handle of the org to which the workspace belongs to. @param workspaceHandle The handle of the workspace where the aggregator exists. @param aggregatorHandle The handle of the aggregator which the connection is a part of. @param connectionHandle The handle of the connection whose details need to be fetched. @return OrgWorkspaceAggregatorsApiGetConnectionRequest
func (*OrgWorkspaceAggregatorsService) GetConnectionExecute ¶ added in v0.6.0
func (a *OrgWorkspaceAggregatorsService) GetConnectionExecute(r OrgWorkspaceAggregatorsApiGetConnectionRequest) (WorkspaceConnection, *_nethttp.Response, error)
Execute executes the request
@return WorkspaceConnection
func (*OrgWorkspaceAggregatorsService) GetExecute ¶ added in v0.6.0
func (a *OrgWorkspaceAggregatorsService) GetExecute(r OrgWorkspaceAggregatorsApiGetRequest) (WorkspaceAggregator, *_nethttp.Response, error)
Execute executes the request
@return WorkspaceAggregator
func (*OrgWorkspaceAggregatorsService) List ¶ added in v0.6.0
func (a *OrgWorkspaceAggregatorsService) List(ctx _context.Context, orgHandle string, workspaceHandle string) OrgWorkspaceAggregatorsApiListRequest
List List aggregators for an org workspace
List aggregators for a workspace of an org.
@param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param orgHandle The handle of the org to which the workspace belongs to. @param workspaceHandle The handle of the workspace for which we will be listing aggregators. @return OrgWorkspaceAggregatorsApiListRequest
func (*OrgWorkspaceAggregatorsService) ListConnections ¶ added in v0.6.0
func (a *OrgWorkspaceAggregatorsService) ListConnections(ctx _context.Context, orgHandle string, workspaceHandle string, aggregatorHandle string) OrgWorkspaceAggregatorsApiListConnectionsRequest
ListConnections List connections in the scope of an aggregator for a org workspace
List all connections that are a part of an aggregator defined in a workspace of an org.
@param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param orgHandle The handle of the org to which the workspace belongs to. @param workspaceHandle The handle of the workspace where the aggregator exists. @param aggregatorHandle The handle of the aggregator whose connections need to be fetched. @return OrgWorkspaceAggregatorsApiListConnectionsRequest
func (*OrgWorkspaceAggregatorsService) ListConnectionsExecute ¶ added in v0.6.0
func (a *OrgWorkspaceAggregatorsService) ListConnectionsExecute(r OrgWorkspaceAggregatorsApiListConnectionsRequest) (ListWorkspaceConnectionsResponse, *_nethttp.Response, error)
Execute executes the request
@return ListWorkspaceConnectionsResponse
func (*OrgWorkspaceAggregatorsService) ListExecute ¶ added in v0.6.0
func (a *OrgWorkspaceAggregatorsService) ListExecute(r OrgWorkspaceAggregatorsApiListRequest) (ListWorkspaceAggregatorsResponse, *_nethttp.Response, error)
Execute executes the request
@return ListWorkspaceAggregatorsResponse
func (*OrgWorkspaceAggregatorsService) Update ¶ added in v0.6.0
func (a *OrgWorkspaceAggregatorsService) Update(ctx _context.Context, orgHandle string, workspaceHandle string, aggregatorHandle string) OrgWorkspaceAggregatorsApiUpdateRequest
Update Update an aggregator for a org workspace
Update the details of an aggregator belonging to a workspace of an org.
@param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param orgHandle The handle of the org to which the workspace belongs to. @param workspaceHandle The handle of the workspace where the aggregator exists. @param aggregatorHandle The handle of the aggregator whose details needs to be updated. @return OrgWorkspaceAggregatorsApiUpdateRequest
func (*OrgWorkspaceAggregatorsService) UpdateExecute ¶ added in v0.6.0
func (a *OrgWorkspaceAggregatorsService) UpdateExecute(r OrgWorkspaceAggregatorsApiUpdateRequest) (WorkspaceAggregator, *_nethttp.Response, error)
Execute executes the request
@return WorkspaceAggregator
type OrgWorkspaceConnectionAssociationsApiCreateRequest ¶
type OrgWorkspaceConnectionAssociationsApiCreateRequest struct { ApiService *OrgWorkspaceConnectionAssociationsService // contains filtered or unexported fields }
func (OrgWorkspaceConnectionAssociationsApiCreateRequest) Execute ¶
func (r OrgWorkspaceConnectionAssociationsApiCreateRequest) Execute() (WorkspaceConn, *_nethttp.Response, error)
func (OrgWorkspaceConnectionAssociationsApiCreateRequest) Request ¶
func (r OrgWorkspaceConnectionAssociationsApiCreateRequest) Request(request CreateWorkspaceConnRequest) OrgWorkspaceConnectionAssociationsApiCreateRequest
The request body for the association to be created.
type OrgWorkspaceConnectionAssociationsApiDeleteRequest ¶
type OrgWorkspaceConnectionAssociationsApiDeleteRequest struct { ApiService *OrgWorkspaceConnectionAssociationsService // contains filtered or unexported fields }
func (OrgWorkspaceConnectionAssociationsApiDeleteRequest) Execute ¶
func (r OrgWorkspaceConnectionAssociationsApiDeleteRequest) Execute() (WorkspaceConn, *_nethttp.Response, error)
type OrgWorkspaceConnectionAssociationsApiGetRequest ¶
type OrgWorkspaceConnectionAssociationsApiGetRequest struct { ApiService *OrgWorkspaceConnectionAssociationsService // contains filtered or unexported fields }
func (OrgWorkspaceConnectionAssociationsApiGetRequest) Execute ¶
func (r OrgWorkspaceConnectionAssociationsApiGetRequest) Execute() (WorkspaceConn, *_nethttp.Response, error)
type OrgWorkspaceConnectionAssociationsApiListRequest ¶
type OrgWorkspaceConnectionAssociationsApiListRequest struct { ApiService *OrgWorkspaceConnectionAssociationsService // contains filtered or unexported fields }
func (OrgWorkspaceConnectionAssociationsApiListRequest) Execute ¶
func (r OrgWorkspaceConnectionAssociationsApiListRequest) Execute() (ListWorkspaceConnResponse, *_nethttp.Response, error)
func (OrgWorkspaceConnectionAssociationsApiListRequest) Limit ¶
func (r OrgWorkspaceConnectionAssociationsApiListRequest) Limit(limit int32) OrgWorkspaceConnectionAssociationsApiListRequest
The max number of items to fetch per page of data, subject to a min and max of 1 and 100 respectively. If not specified will default to 25.
func (OrgWorkspaceConnectionAssociationsApiListRequest) NextToken ¶
func (r OrgWorkspaceConnectionAssociationsApiListRequest) NextToken(nextToken string) OrgWorkspaceConnectionAssociationsApiListRequest
When list results are truncated, next_token will be returned, which is a cursor to fetch the next page of data. Pass next_token to the subsequent list request to fetch the next page of data.
type OrgWorkspaceConnectionAssociationsService ¶
type OrgWorkspaceConnectionAssociationsService service
OrgWorkspaceConnectionAssociationsService OrgWorkspaceConnectionAssociations service
func (*OrgWorkspaceConnectionAssociationsService) Create ¶
func (a *OrgWorkspaceConnectionAssociationsService) Create(ctx _context.Context, orgHandle string, workspaceHandle string) OrgWorkspaceConnectionAssociationsApiCreateRequest
Create Create org workspace connection association
Associate a connection with the workspace. A workspace can have multiple association.
@param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param orgHandle The handle of the organization where we want to create an association. @param workspaceHandle The handle of the workspace where the connection will be associated. @return OrgWorkspaceConnectionAssociationsApiCreateRequest
func (*OrgWorkspaceConnectionAssociationsService) CreateExecute ¶
func (a *OrgWorkspaceConnectionAssociationsService) CreateExecute(r OrgWorkspaceConnectionAssociationsApiCreateRequest) (WorkspaceConn, *_nethttp.Response, error)
Execute executes the request
@return WorkspaceConn
func (*OrgWorkspaceConnectionAssociationsService) Delete ¶
func (a *OrgWorkspaceConnectionAssociationsService) Delete(ctx _context.Context, orgHandle string, workspaceHandle string, connHandle string) OrgWorkspaceConnectionAssociationsApiDeleteRequest
Delete Delete org workspace connection association
Dissociates or delete the workspace and connection association.
@param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param orgHandle The handle of an organization where we want to delete the association. @param workspaceHandle The handle of the workspace whose association needs to be deleted. @param connHandle The handle of the conn whose association needs to be deleted. @return OrgWorkspaceConnectionAssociationsApiDeleteRequest
func (*OrgWorkspaceConnectionAssociationsService) DeleteExecute ¶
func (a *OrgWorkspaceConnectionAssociationsService) DeleteExecute(r OrgWorkspaceConnectionAssociationsApiDeleteRequest) (WorkspaceConn, *_nethttp.Response, error)
Execute executes the request
@return WorkspaceConn
func (*OrgWorkspaceConnectionAssociationsService) Get ¶
func (a *OrgWorkspaceConnectionAssociationsService) Get(ctx _context.Context, orgHandle string, workspaceHandle string, connHandle string) OrgWorkspaceConnectionAssociationsApiGetRequest
Get Get org workspace connection association
Get the details for a workspace and connection association on an organization.
@param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param orgHandle The handle of the org for which you want to get the association. @param workspaceHandle The handle of the workspace where the connection exist. @param connHandle The handle of the conn whose association details needs to be fetched. @return OrgWorkspaceConnectionAssociationsApiGetRequest
func (*OrgWorkspaceConnectionAssociationsService) GetExecute ¶
func (a *OrgWorkspaceConnectionAssociationsService) GetExecute(r OrgWorkspaceConnectionAssociationsApiGetRequest) (WorkspaceConn, *_nethttp.Response, error)
Execute executes the request
@return WorkspaceConn
func (*OrgWorkspaceConnectionAssociationsService) List ¶
func (a *OrgWorkspaceConnectionAssociationsService) List(ctx _context.Context, orgHandle string, workspaceHandle string) OrgWorkspaceConnectionAssociationsApiListRequest
List List org workspace connection associations
List the connections associated with a workspace.
@param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param orgHandle The handle of an organization for which you want to list the associations. @param workspaceHandle The handle of the workspace where you want to list the associations. @return OrgWorkspaceConnectionAssociationsApiListRequest
func (*OrgWorkspaceConnectionAssociationsService) ListExecute ¶
func (a *OrgWorkspaceConnectionAssociationsService) ListExecute(r OrgWorkspaceConnectionAssociationsApiListRequest) (ListWorkspaceConnResponse, *_nethttp.Response, error)
Execute executes the request
@return ListWorkspaceConnResponse
type OrgWorkspaceMembersApiCreateRequest ¶ added in v0.1.2
type OrgWorkspaceMembersApiCreateRequest struct { ApiService *OrgWorkspaceMembersService // contains filtered or unexported fields }
func (OrgWorkspaceMembersApiCreateRequest) Execute ¶ added in v0.1.2
func (r OrgWorkspaceMembersApiCreateRequest) Execute() (OrgWorkspaceUser, *_nethttp.Response, error)
func (OrgWorkspaceMembersApiCreateRequest) Request ¶ added in v0.1.2
func (r OrgWorkspaceMembersApiCreateRequest) Request(request CreateOrgWorkspaceUserRequest) OrgWorkspaceMembersApiCreateRequest
The request body to invite a member to an organization.
type OrgWorkspaceMembersApiDeleteRequest ¶ added in v0.1.0
type OrgWorkspaceMembersApiDeleteRequest struct { ApiService *OrgWorkspaceMembersService // contains filtered or unexported fields }
func (OrgWorkspaceMembersApiDeleteRequest) Execute ¶ added in v0.1.0
func (r OrgWorkspaceMembersApiDeleteRequest) Execute() (OrgWorkspaceUser, *_nethttp.Response, error)
type OrgWorkspaceMembersApiGetRequest ¶ added in v0.1.0
type OrgWorkspaceMembersApiGetRequest struct { ApiService *OrgWorkspaceMembersService // contains filtered or unexported fields }
func (OrgWorkspaceMembersApiGetRequest) Execute ¶ added in v0.1.0
func (r OrgWorkspaceMembersApiGetRequest) Execute() (OrgWorkspaceUser, *_nethttp.Response, error)
type OrgWorkspaceMembersApiListRequest ¶ added in v0.1.1
type OrgWorkspaceMembersApiListRequest struct { ApiService *OrgWorkspaceMembersService // contains filtered or unexported fields }
func (OrgWorkspaceMembersApiListRequest) Execute ¶ added in v0.1.1
func (r OrgWorkspaceMembersApiListRequest) Execute() (ListOrgWorkspaceUsersResponse, *_nethttp.Response, error)
func (OrgWorkspaceMembersApiListRequest) Limit ¶ added in v0.1.1
func (r OrgWorkspaceMembersApiListRequest) Limit(limit int32) OrgWorkspaceMembersApiListRequest
The max number of items to fetch per page of data, subject to a min and max of 1 and 100 respectively. If not specified will default to 25.
func (OrgWorkspaceMembersApiListRequest) NextToken ¶ added in v0.1.1
func (r OrgWorkspaceMembersApiListRequest) NextToken(nextToken string) OrgWorkspaceMembersApiListRequest
When list results are truncated, next_token will be returned, which is a cursor to fetch the next page of data. Pass next_token to the subsequent list request to fetch the next page of data.
type OrgWorkspaceMembersApiUpdateRequest ¶ added in v0.1.0
type OrgWorkspaceMembersApiUpdateRequest struct { ApiService *OrgWorkspaceMembersService // contains filtered or unexported fields }
func (OrgWorkspaceMembersApiUpdateRequest) Execute ¶ added in v0.1.0
func (r OrgWorkspaceMembersApiUpdateRequest) Execute() (OrgWorkspaceUser, *_nethttp.Response, error)
func (OrgWorkspaceMembersApiUpdateRequest) Request ¶ added in v0.1.0
func (r OrgWorkspaceMembersApiUpdateRequest) Request(request UpdateOrgWorkspaceUserRequest) OrgWorkspaceMembersApiUpdateRequest
The request body for the member.
type OrgWorkspaceMembersService ¶ added in v0.1.0
type OrgWorkspaceMembersService service
OrgWorkspaceMembersService OrgWorkspaceMembers service
func (*OrgWorkspaceMembersService) Create ¶ added in v0.1.2
func (a *OrgWorkspaceMembersService) Create(ctx _context.Context, orgHandle string, workspaceHandle string) OrgWorkspaceMembersApiCreateRequest
Create Create Org Workspace Member
Add an individual as a member of a workspace in an organization.
@param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param orgHandle Specify the handle of the organization where the member need to be invited. @param workspaceHandle Specify the handle of the workspace where the member need to be invited. @return OrgWorkspaceMembersApiCreateRequest
func (*OrgWorkspaceMembersService) CreateExecute ¶ added in v0.1.2
func (a *OrgWorkspaceMembersService) CreateExecute(r OrgWorkspaceMembersApiCreateRequest) (OrgWorkspaceUser, *_nethttp.Response, error)
Execute executes the request
@return OrgWorkspaceUser
func (*OrgWorkspaceMembersService) Delete ¶ added in v0.1.0
func (a *OrgWorkspaceMembersService) Delete(ctx _context.Context, orgHandle string, workspaceHandle string, userHandle string) OrgWorkspaceMembersApiDeleteRequest
Delete Delete Org Workspace Member
Remove a member from a workspace of an organization.
@param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param orgHandle Specify the handle of the organization where the member need to be invited. @param workspaceHandle Specify the handle of the workspace where the member need to be invited. @param userHandle Specify the handle of the user whose information you want to retrive. @return OrgWorkspaceMembersApiDeleteRequest
func (*OrgWorkspaceMembersService) DeleteExecute ¶ added in v0.1.0
func (a *OrgWorkspaceMembersService) DeleteExecute(r OrgWorkspaceMembersApiDeleteRequest) (OrgWorkspaceUser, *_nethttp.Response, error)
Execute executes the request
@return OrgWorkspaceUser
func (*OrgWorkspaceMembersService) Get ¶ added in v0.1.0
func (a *OrgWorkspaceMembersService) Get(ctx _context.Context, orgHandle string, workspaceHandle string, userHandle string) OrgWorkspaceMembersApiGetRequest
Get Get Org Workspace Member
Get details of a member belonging to a workspace of an organization.
@param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param orgHandle Specify the handle of the organization where the member need to be invited. @param workspaceHandle Specify the handle of the workspace where the member need to be invited. @param userHandle Specify the handle of the user whose information you want to retrive. @return OrgWorkspaceMembersApiGetRequest
func (*OrgWorkspaceMembersService) GetExecute ¶ added in v0.1.0
func (a *OrgWorkspaceMembersService) GetExecute(r OrgWorkspaceMembersApiGetRequest) (OrgWorkspaceUser, *_nethttp.Response, error)
Execute executes the request
@return OrgWorkspaceUser
func (*OrgWorkspaceMembersService) List ¶ added in v0.1.1
func (a *OrgWorkspaceMembersService) List(ctx _context.Context, orgHandle string, workspaceHandle string) OrgWorkspaceMembersApiListRequest
List List Organization Workspace Members
List all members of a workspace in an organization who has accepted / invited.
@param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param orgHandle Specify the handle of the organization where the member need to be invited. @param workspaceHandle Specify the handle of the workspace where the member need to be invited. @return OrgWorkspaceMembersApiListRequest
func (*OrgWorkspaceMembersService) ListExecute ¶ added in v0.1.1
func (a *OrgWorkspaceMembersService) ListExecute(r OrgWorkspaceMembersApiListRequest) (ListOrgWorkspaceUsersResponse, *_nethttp.Response, error)
Execute executes the request
@return ListOrgWorkspaceUsersResponse
func (*OrgWorkspaceMembersService) Update ¶ added in v0.1.0
func (a *OrgWorkspaceMembersService) Update(ctx _context.Context, orgHandle string, workspaceHandle string, userHandle string) OrgWorkspaceMembersApiUpdateRequest
Update Update Org Workspace Member
Update the role of a member belonging to a workspace of an organization.
@param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param orgHandle Specify the handle of the organization where the member need to be invited. @param workspaceHandle Specify the handle of the workspace where the member need to be invited. @param userHandle Specify the handle of the user whose information you want to retrive. @return OrgWorkspaceMembersApiUpdateRequest
func (*OrgWorkspaceMembersService) UpdateExecute ¶ added in v0.1.0
func (a *OrgWorkspaceMembersService) UpdateExecute(r OrgWorkspaceMembersApiUpdateRequest) (OrgWorkspaceUser, *_nethttp.Response, error)
Execute executes the request
@return OrgWorkspaceUser
type OrgWorkspaceModVariablesApiCreateSettingRequest ¶ added in v0.0.4
type OrgWorkspaceModVariablesApiCreateSettingRequest struct { ApiService *OrgWorkspaceModVariablesService // contains filtered or unexported fields }
func (OrgWorkspaceModVariablesApiCreateSettingRequest) Execute ¶ added in v0.0.4
func (r OrgWorkspaceModVariablesApiCreateSettingRequest) Execute() (WorkspaceModVariable, *_nethttp.Response, error)
func (OrgWorkspaceModVariablesApiCreateSettingRequest) Request ¶ added in v0.0.4
func (r OrgWorkspaceModVariablesApiCreateSettingRequest) Request(request CreateWorkspaceModVariableSettingRequest) OrgWorkspaceModVariablesApiCreateSettingRequest
The request body to create setting for mod variable in the organization workspace.
type OrgWorkspaceModVariablesApiDeleteSettingRequest ¶ added in v0.0.4
type OrgWorkspaceModVariablesApiDeleteSettingRequest struct { ApiService *OrgWorkspaceModVariablesService // contains filtered or unexported fields }
func (OrgWorkspaceModVariablesApiDeleteSettingRequest) Execute ¶ added in v0.0.4
func (r OrgWorkspaceModVariablesApiDeleteSettingRequest) Execute() (WorkspaceModVariable, *_nethttp.Response, error)
type OrgWorkspaceModVariablesApiGetSettingRequest ¶ added in v0.0.4
type OrgWorkspaceModVariablesApiGetSettingRequest struct { ApiService *OrgWorkspaceModVariablesService // contains filtered or unexported fields }
func (OrgWorkspaceModVariablesApiGetSettingRequest) Execute ¶ added in v0.0.4
func (r OrgWorkspaceModVariablesApiGetSettingRequest) Execute() (WorkspaceModVariable, *_nethttp.Response, error)
type OrgWorkspaceModVariablesApiListRequest ¶ added in v0.0.4
type OrgWorkspaceModVariablesApiListRequest struct { ApiService *OrgWorkspaceModVariablesService // contains filtered or unexported fields }
func (OrgWorkspaceModVariablesApiListRequest) Execute ¶ added in v0.0.4
func (r OrgWorkspaceModVariablesApiListRequest) Execute() (ListWorkspaceModVariablesResponse, *_nethttp.Response, error)
func (OrgWorkspaceModVariablesApiListRequest) Limit ¶ added in v0.0.4
func (r OrgWorkspaceModVariablesApiListRequest) Limit(limit int32) OrgWorkspaceModVariablesApiListRequest
The max number of items to fetch per page of data, subject to a min and max of 1 and 100 respectively. If not specified will default to 25.
func (OrgWorkspaceModVariablesApiListRequest) NextToken ¶ added in v0.0.4
func (r OrgWorkspaceModVariablesApiListRequest) NextToken(nextToken string) OrgWorkspaceModVariablesApiListRequest
When list results are truncated, next_token will be returned, which is a cursor to fetch the next page of data. Pass next_token to the subsequent list request to fetch the next page of data.
type OrgWorkspaceModVariablesApiUpdateSettingRequest ¶ added in v0.0.4
type OrgWorkspaceModVariablesApiUpdateSettingRequest struct { ApiService *OrgWorkspaceModVariablesService // contains filtered or unexported fields }
func (OrgWorkspaceModVariablesApiUpdateSettingRequest) Execute ¶ added in v0.0.4
func (r OrgWorkspaceModVariablesApiUpdateSettingRequest) Execute() (WorkspaceModVariable, *_nethttp.Response, error)
func (OrgWorkspaceModVariablesApiUpdateSettingRequest) Request ¶ added in v0.0.4
func (r OrgWorkspaceModVariablesApiUpdateSettingRequest) Request(request UpdateWorkspaceModVariableSettingRequest) OrgWorkspaceModVariablesApiUpdateSettingRequest
The request body to update setting for mod variable in the organization workspace.
type OrgWorkspaceModVariablesService ¶ added in v0.0.4
type OrgWorkspaceModVariablesService service
OrgWorkspaceModVariablesService OrgWorkspaceModVariables service
func (*OrgWorkspaceModVariablesService) CreateSetting ¶ added in v0.0.4
func (a *OrgWorkspaceModVariablesService) CreateSetting(ctx _context.Context, orgHandle string, workspaceHandle string, modAlias string) OrgWorkspaceModVariablesApiCreateSettingRequest
CreateSetting Create a setting for a mod variable in an organization workspace
Create a setting for a mod variable in an organization workspace
@param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param orgHandle The handle of the organization that owns the workspace. @param workspaceHandle The handle of the workspace where the mod was installed. @param modAlias The mod alias or mod ID for which the variable setting is to be created. @return OrgWorkspaceModVariablesApiCreateSettingRequest
func (*OrgWorkspaceModVariablesService) CreateSettingExecute ¶ added in v0.0.4
func (a *OrgWorkspaceModVariablesService) CreateSettingExecute(r OrgWorkspaceModVariablesApiCreateSettingRequest) (WorkspaceModVariable, *_nethttp.Response, error)
Execute executes the request
@return WorkspaceModVariable
func (*OrgWorkspaceModVariablesService) DeleteSetting ¶ added in v0.0.4
func (a *OrgWorkspaceModVariablesService) DeleteSetting(ctx _context.Context, orgHandle string, workspaceHandle string, modAlias string, variableName string) OrgWorkspaceModVariablesApiDeleteSettingRequest
DeleteSetting Delete setting for a mod variable in an organization workspace
Delete setting for a mod variable in an organization workspace
@param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param orgHandle The handle of the organization that owns the workspace. @param workspaceHandle The handle of the workspace where the mod was installed. @param modAlias The mod alias or mod ID which contains the variable. @param variableName The name of the variable to delete the setting for. @return OrgWorkspaceModVariablesApiDeleteSettingRequest
func (*OrgWorkspaceModVariablesService) DeleteSettingExecute ¶ added in v0.0.4
func (a *OrgWorkspaceModVariablesService) DeleteSettingExecute(r OrgWorkspaceModVariablesApiDeleteSettingRequest) (WorkspaceModVariable, *_nethttp.Response, error)
Execute executes the request
@return WorkspaceModVariable
func (*OrgWorkspaceModVariablesService) GetSetting ¶ added in v0.0.4
func (a *OrgWorkspaceModVariablesService) GetSetting(ctx _context.Context, orgHandle string, workspaceHandle string, modAlias string, variableName string) OrgWorkspaceModVariablesApiGetSettingRequest
GetSetting Get setting for a mod variable in an organization workspace
Get setting for a mod variable in an organization workspace
@param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param orgHandle The handle of the organization that owns the workspace. @param workspaceHandle The handle of the workspace where the mod was installed. @param modAlias The mod alias or mod ID for which the variable setting belongs to. @param variableName The name of the variable to get the setting for. @return OrgWorkspaceModVariablesApiGetSettingRequest
func (*OrgWorkspaceModVariablesService) GetSettingExecute ¶ added in v0.0.4
func (a *OrgWorkspaceModVariablesService) GetSettingExecute(r OrgWorkspaceModVariablesApiGetSettingRequest) (WorkspaceModVariable, *_nethttp.Response, error)
Execute executes the request
@return WorkspaceModVariable
func (*OrgWorkspaceModVariablesService) List ¶ added in v0.0.4
func (a *OrgWorkspaceModVariablesService) List(ctx _context.Context, orgHandle string, workspaceHandle string, modAlias string) OrgWorkspaceModVariablesApiListRequest
List List variables in an organization workspace mod
List all variables applicable for a mod in a workspace specific to an organization
@param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param orgHandle The handle of the organization that owns the workspace. @param workspaceHandle The handle of the workspace where the mod was installed. @param modAlias The mod alias or mod ID for which we want the variables to be listed. @return OrgWorkspaceModVariablesApiListRequest
func (*OrgWorkspaceModVariablesService) ListExecute ¶ added in v0.0.4
func (a *OrgWorkspaceModVariablesService) ListExecute(r OrgWorkspaceModVariablesApiListRequest) (ListWorkspaceModVariablesResponse, *_nethttp.Response, error)
Execute executes the request
@return ListWorkspaceModVariablesResponse
func (*OrgWorkspaceModVariablesService) UpdateSetting ¶ added in v0.0.4
func (a *OrgWorkspaceModVariablesService) UpdateSetting(ctx _context.Context, orgHandle string, workspaceHandle string, modAlias string, variableName string) OrgWorkspaceModVariablesApiUpdateSettingRequest
UpdateSetting Update setting for a mod variable in an organization workspace
Update setting for a mod variable in an organization workspace
@param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param orgHandle The handle of the organization that owns the workspace. @param workspaceHandle The handle of the workspace where the mod was installed. @param modAlias The mod alias or mod ID which contains the variable. @param variableName The name of the variable for which setting is to be updated. @return OrgWorkspaceModVariablesApiUpdateSettingRequest
func (*OrgWorkspaceModVariablesService) UpdateSettingExecute ¶ added in v0.0.4
func (a *OrgWorkspaceModVariablesService) UpdateSettingExecute(r OrgWorkspaceModVariablesApiUpdateSettingRequest) (WorkspaceModVariable, *_nethttp.Response, error)
Execute executes the request
@return WorkspaceModVariable
type OrgWorkspaceModsApiGetRequest ¶ added in v0.0.4
type OrgWorkspaceModsApiGetRequest struct { ApiService *OrgWorkspaceModsService // contains filtered or unexported fields }
func (OrgWorkspaceModsApiGetRequest) Execute ¶ added in v0.0.4
func (r OrgWorkspaceModsApiGetRequest) Execute() (WorkspaceMod, *_nethttp.Response, error)
type OrgWorkspaceModsApiInstallRequest ¶ added in v0.0.4
type OrgWorkspaceModsApiInstallRequest struct { ApiService *OrgWorkspaceModsService // contains filtered or unexported fields }
func (OrgWorkspaceModsApiInstallRequest) Execute ¶ added in v0.0.4
func (r OrgWorkspaceModsApiInstallRequest) Execute() (WorkspaceMod, *_nethttp.Response, error)
func (OrgWorkspaceModsApiInstallRequest) Request ¶ added in v0.0.4
func (r OrgWorkspaceModsApiInstallRequest) Request(request CreateWorkspaceModRequest) OrgWorkspaceModsApiInstallRequest
The request body to install a mod in the mentioned workspace for this organization.
type OrgWorkspaceModsApiListRequest ¶ added in v0.0.4
type OrgWorkspaceModsApiListRequest struct { ApiService *OrgWorkspaceModsService // contains filtered or unexported fields }
func (OrgWorkspaceModsApiListRequest) Execute ¶ added in v0.0.4
func (r OrgWorkspaceModsApiListRequest) Execute() (ListWorkspaceModsResponse, *_nethttp.Response, error)
func (OrgWorkspaceModsApiListRequest) Limit ¶ added in v0.0.4
func (r OrgWorkspaceModsApiListRequest) Limit(limit int32) OrgWorkspaceModsApiListRequest
The max number of items to fetch per page of data, subject to a min and max of 1 and 100 respectively. If not specified will default to 25.
func (OrgWorkspaceModsApiListRequest) NextToken ¶ added in v0.0.4
func (r OrgWorkspaceModsApiListRequest) NextToken(nextToken string) OrgWorkspaceModsApiListRequest
When list results are truncated, next_token will be returned, which is a cursor to fetch the next page of data. Pass next_token to the subsequent list request to fetch the next page of data.
type OrgWorkspaceModsApiUninstallRequest ¶ added in v0.0.4
type OrgWorkspaceModsApiUninstallRequest struct { ApiService *OrgWorkspaceModsService // contains filtered or unexported fields }
func (OrgWorkspaceModsApiUninstallRequest) Execute ¶ added in v0.0.4
func (r OrgWorkspaceModsApiUninstallRequest) Execute() (WorkspaceMod, *_nethttp.Response, error)
type OrgWorkspaceModsApiUpdateRequest ¶ added in v0.0.4
type OrgWorkspaceModsApiUpdateRequest struct { ApiService *OrgWorkspaceModsService // contains filtered or unexported fields }
func (OrgWorkspaceModsApiUpdateRequest) Execute ¶ added in v0.0.4
func (r OrgWorkspaceModsApiUpdateRequest) Execute() (WorkspaceMod, *_nethttp.Response, error)
func (OrgWorkspaceModsApiUpdateRequest) Request ¶ added in v0.0.4
func (r OrgWorkspaceModsApiUpdateRequest) Request(request UpdateWorkspaceModRequest) OrgWorkspaceModsApiUpdateRequest
The request body to update a mod for this workspace.
type OrgWorkspaceModsService ¶ added in v0.0.4
type OrgWorkspaceModsService service
OrgWorkspaceModsService OrgWorkspaceMods service
func (*OrgWorkspaceModsService) Get ¶ added in v0.0.4
func (a *OrgWorkspaceModsService) Get(ctx _context.Context, orgHandle string, workspaceHandle string, modAlias string) OrgWorkspaceModsApiGetRequest
Get Get organization workspace installed mod
Get organization workspace installed mod by mod alias
@param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param orgHandle The handle of an organization that owns the workspace. @param workspaceHandle The handle of the workspace where mod was installed. @param modAlias The mod alias or mod ID @return OrgWorkspaceModsApiGetRequest
func (*OrgWorkspaceModsService) GetExecute ¶ added in v0.0.4
func (a *OrgWorkspaceModsService) GetExecute(r OrgWorkspaceModsApiGetRequest) (WorkspaceMod, *_nethttp.Response, error)
Execute executes the request
@return WorkspaceMod
func (*OrgWorkspaceModsService) Install ¶ added in v0.0.4
func (a *OrgWorkspaceModsService) Install(ctx _context.Context, orgHandle string, workspaceHandle string) OrgWorkspaceModsApiInstallRequest
Install Install a mod to an organization workspace
Install a mod to an organization workspace
@param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param orgHandle The handle of an organization that owns the workspace. @param workspaceHandle The handle of the workspace where the mod will be installed. @return OrgWorkspaceModsApiInstallRequest
func (*OrgWorkspaceModsService) InstallExecute ¶ added in v0.0.4
func (a *OrgWorkspaceModsService) InstallExecute(r OrgWorkspaceModsApiInstallRequest) (WorkspaceMod, *_nethttp.Response, error)
Execute executes the request
@return WorkspaceMod
func (*OrgWorkspaceModsService) List ¶ added in v0.0.4
func (a *OrgWorkspaceModsService) List(ctx _context.Context, orgHandle string, workspaceHandle string) OrgWorkspaceModsApiListRequest
List List organization workspace installed mods
List organization workspace installed mods
@param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param orgHandle The handle of an organization that owns the workspace. @param workspaceHandle The handle of the workspace where mods were installed @return OrgWorkspaceModsApiListRequest
func (*OrgWorkspaceModsService) ListExecute ¶ added in v0.0.4
func (a *OrgWorkspaceModsService) ListExecute(r OrgWorkspaceModsApiListRequest) (ListWorkspaceModsResponse, *_nethttp.Response, error)
Execute executes the request
@return ListWorkspaceModsResponse
func (*OrgWorkspaceModsService) Uninstall ¶ added in v0.0.4
func (a *OrgWorkspaceModsService) Uninstall(ctx _context.Context, orgHandle string, workspaceHandle string, modAlias string) OrgWorkspaceModsApiUninstallRequest
Uninstall Uninstall mod from organization workspace.
Uninstall mod from organization workspace.
@param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param orgHandle The handle of an organization that owns the workspace. @param workspaceHandle The handle of the workspace where the mod was installed. @param modAlias The mod alias or mod ID to delete. @return OrgWorkspaceModsApiUninstallRequest
func (*OrgWorkspaceModsService) UninstallExecute ¶ added in v0.0.4
func (a *OrgWorkspaceModsService) UninstallExecute(r OrgWorkspaceModsApiUninstallRequest) (WorkspaceMod, *_nethttp.Response, error)
Execute executes the request
@return WorkspaceMod
func (*OrgWorkspaceModsService) Update ¶ added in v0.0.4
func (a *OrgWorkspaceModsService) Update(ctx _context.Context, orgHandle string, workspaceHandle string, modAlias string) OrgWorkspaceModsApiUpdateRequest
Update Update a mod in an organization workspace
Update a mod in an organization workspace
@param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param orgHandle The handle of an organization that owns the workspace. @param workspaceHandle The handle of the workspace where the mod will be updated. @param modAlias The mod alias or mod ID to update. @return OrgWorkspaceModsApiUpdateRequest
func (*OrgWorkspaceModsService) UpdateExecute ¶ added in v0.0.4
func (a *OrgWorkspaceModsService) UpdateExecute(r OrgWorkspaceModsApiUpdateRequest) (WorkspaceMod, *_nethttp.Response, error)
Execute executes the request
@return WorkspaceMod
type OrgWorkspacePipelinesApiCommandRequest ¶ added in v0.5.0
type OrgWorkspacePipelinesApiCommandRequest struct { ApiService *OrgWorkspacePipelinesService // contains filtered or unexported fields }
func (OrgWorkspacePipelinesApiCommandRequest) Execute ¶ added in v0.5.0
func (r OrgWorkspacePipelinesApiCommandRequest) Execute() (PipelineCommandResponse, *_nethttp.Response, error)
func (OrgWorkspacePipelinesApiCommandRequest) Request ¶ added in v0.5.0
func (r OrgWorkspacePipelinesApiCommandRequest) Request(request PipelineCommandRequest) OrgWorkspacePipelinesApiCommandRequest
The request body of the pipeline command to run.
type OrgWorkspacePipelinesApiCreateRequest ¶ added in v0.5.0
type OrgWorkspacePipelinesApiCreateRequest struct { ApiService *OrgWorkspacePipelinesService // contains filtered or unexported fields }
func (OrgWorkspacePipelinesApiCreateRequest) Execute ¶ added in v0.5.0
func (r OrgWorkspacePipelinesApiCreateRequest) Execute() (Pipeline, *_nethttp.Response, error)
func (OrgWorkspacePipelinesApiCreateRequest) Request ¶ added in v0.5.0
func (r OrgWorkspacePipelinesApiCreateRequest) Request(request CreatePipelineRequest) OrgWorkspacePipelinesApiCreateRequest
The request body for the pipeline to be created.
type OrgWorkspacePipelinesApiDeleteRequest ¶ added in v0.5.0
type OrgWorkspacePipelinesApiDeleteRequest struct { ApiService *OrgWorkspacePipelinesService // contains filtered or unexported fields }
type OrgWorkspacePipelinesApiGetRequest ¶ added in v0.5.0
type OrgWorkspacePipelinesApiGetRequest struct { ApiService *OrgWorkspacePipelinesService // contains filtered or unexported fields }
type OrgWorkspacePipelinesApiListRequest ¶ added in v0.5.0
type OrgWorkspacePipelinesApiListRequest struct { ApiService *OrgWorkspacePipelinesService // contains filtered or unexported fields }
func (OrgWorkspacePipelinesApiListRequest) Execute ¶ added in v0.5.0
func (r OrgWorkspacePipelinesApiListRequest) Execute() (ListPipelinesResponse, *_nethttp.Response, error)
func (OrgWorkspacePipelinesApiListRequest) Limit ¶ added in v0.5.0
func (r OrgWorkspacePipelinesApiListRequest) Limit(limit int32) OrgWorkspacePipelinesApiListRequest
The max number of items to fetch per page of data, subject to a min and max of 1 and 100 respectively. If not specified will default to 25.
func (OrgWorkspacePipelinesApiListRequest) NextToken ¶ added in v0.5.0
func (r OrgWorkspacePipelinesApiListRequest) NextToken(nextToken string) OrgWorkspacePipelinesApiListRequest
When list results are truncated, next_token will be returned, which is a cursor to fetch the next page of data. Pass next_token to the subsequent list request to fetch the next page of data.
func (OrgWorkspacePipelinesApiListRequest) Where ¶ added in v0.5.0
func (r OrgWorkspacePipelinesApiListRequest) Where(where string) OrgWorkspacePipelinesApiListRequest
The SQL where filter you wish to apply to this request. The filter will be parsed and sanitised and checked against the supported columns for this API.
type OrgWorkspacePipelinesApiUpdateRequest ¶ added in v0.5.0
type OrgWorkspacePipelinesApiUpdateRequest struct { ApiService *OrgWorkspacePipelinesService // contains filtered or unexported fields }
func (OrgWorkspacePipelinesApiUpdateRequest) Execute ¶ added in v0.5.0
func (r OrgWorkspacePipelinesApiUpdateRequest) Execute() (Pipeline, *_nethttp.Response, error)
func (OrgWorkspacePipelinesApiUpdateRequest) Request ¶ added in v0.5.0
func (r OrgWorkspacePipelinesApiUpdateRequest) Request(request UpdatePipelineRequest) OrgWorkspacePipelinesApiUpdateRequest
The request body for the pipeline which needs to be updated.
type OrgWorkspacePipelinesService ¶ added in v0.5.0
type OrgWorkspacePipelinesService service
OrgWorkspacePipelinesService OrgWorkspacePipelines service
func (*OrgWorkspacePipelinesService) Command ¶ added in v0.5.0
func (a *OrgWorkspacePipelinesService) Command(ctx _context.Context, orgHandle string, workspaceHandle string, pipelineId string) OrgWorkspacePipelinesApiCommandRequest
Command Run org workspace pipeline command
Run a command on a pipeline in a workspace belonging to an organization.
@param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param orgHandle The handle of the organization which contains the workspace. @param workspaceHandle The handle of the workspace where the pipeline exists. @param pipelineId Id of the pipeline on which the command will be run. @return OrgWorkspacePipelinesApiCommandRequest
func (*OrgWorkspacePipelinesService) CommandExecute ¶ added in v0.5.0
func (a *OrgWorkspacePipelinesService) CommandExecute(r OrgWorkspacePipelinesApiCommandRequest) (PipelineCommandResponse, *_nethttp.Response, error)
Execute executes the request
@return PipelineCommandResponse
func (*OrgWorkspacePipelinesService) Create ¶ added in v0.5.0
func (a *OrgWorkspacePipelinesService) Create(ctx _context.Context, orgHandle string, workspaceHandle string) OrgWorkspacePipelinesApiCreateRequest
Create Create org workspace pipeline
Creates a new pipeline for a workspace of an organization.
@param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param orgHandle The handle of the organization which contains the workspace. @param workspaceHandle The handle of the workspace where we want to create the pipeline. @return OrgWorkspacePipelinesApiCreateRequest
func (*OrgWorkspacePipelinesService) CreateExecute ¶ added in v0.5.0
func (a *OrgWorkspacePipelinesService) CreateExecute(r OrgWorkspacePipelinesApiCreateRequest) (Pipeline, *_nethttp.Response, error)
Execute executes the request
@return Pipeline
func (*OrgWorkspacePipelinesService) Delete ¶ added in v0.5.0
func (a *OrgWorkspacePipelinesService) Delete(ctx _context.Context, orgHandle string, workspaceHandle string, pipelineId string) OrgWorkspacePipelinesApiDeleteRequest
Delete Delete org workspace pipeline
Deletes the pipeline specified in the request for a workspace of an organization.
@param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param orgHandle The handle of the organization which contains the workspace. @param workspaceHandle The handle of the workspace where the pipeline exists. @param pipelineId Provide the id of the pipeline which needs to be deleted. @return OrgWorkspacePipelinesApiDeleteRequest
func (*OrgWorkspacePipelinesService) DeleteExecute ¶ added in v0.5.0
func (a *OrgWorkspacePipelinesService) DeleteExecute(r OrgWorkspacePipelinesApiDeleteRequest) (Pipeline, *_nethttp.Response, error)
Execute executes the request
@return Pipeline
func (*OrgWorkspacePipelinesService) Get ¶ added in v0.5.0
func (a *OrgWorkspacePipelinesService) Get(ctx _context.Context, orgHandle string, workspaceHandle string, pipelineId string) OrgWorkspacePipelinesApiGetRequest
Get Get org workspace pipeline
Get the details of a pipeline for a workspace of an organization.
@param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param orgHandle The handle of the organization which contains the workspace. @param workspaceHandle The handle of the workspace where the pipeline exists. @param pipelineId The id of the pipeline whose detail needs to be fetched. @return OrgWorkspacePipelinesApiGetRequest
func (*OrgWorkspacePipelinesService) GetExecute ¶ added in v0.5.0
func (a *OrgWorkspacePipelinesService) GetExecute(r OrgWorkspacePipelinesApiGetRequest) (Pipeline, *_nethttp.Response, error)
Execute executes the request
@return Pipeline
func (*OrgWorkspacePipelinesService) List ¶ added in v0.5.0
func (a *OrgWorkspacePipelinesService) List(ctx _context.Context, orgHandle string, workspaceHandle string) OrgWorkspacePipelinesApiListRequest
List List org workspace pipelines
Lists the pipelines for a workspace of an organization.
@param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param orgHandle The handle of the organization which contains the workspace. @param workspaceHandle The handle of the workspace for which we want to list the pipelines. @return OrgWorkspacePipelinesApiListRequest
func (*OrgWorkspacePipelinesService) ListExecute ¶ added in v0.5.0
func (a *OrgWorkspacePipelinesService) ListExecute(r OrgWorkspacePipelinesApiListRequest) (ListPipelinesResponse, *_nethttp.Response, error)
Execute executes the request
@return ListPipelinesResponse
func (*OrgWorkspacePipelinesService) Update ¶ added in v0.5.0
func (a *OrgWorkspacePipelinesService) Update(ctx _context.Context, orgHandle string, workspaceHandle string, pipelineId string) OrgWorkspacePipelinesApiUpdateRequest
Update Update org workspace pipeline
Updates a pipeline for a workspace of an organization.
@param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param orgHandle The handle of the organization which contains the workspace. @param workspaceHandle The handle of the workspace where the pipeline exists. @param pipelineId The id of the pipeline which needs to be updated. @return OrgWorkspacePipelinesApiUpdateRequest
func (*OrgWorkspacePipelinesService) UpdateExecute ¶ added in v0.5.0
func (a *OrgWorkspacePipelinesService) UpdateExecute(r OrgWorkspacePipelinesApiUpdateRequest) (Pipeline, *_nethttp.Response, error)
Execute executes the request
@return Pipeline
type OrgWorkspaceProcessesApiGetRequest ¶ added in v0.5.0
type OrgWorkspaceProcessesApiGetRequest struct { ApiService *OrgWorkspaceProcessesService // contains filtered or unexported fields }
type OrgWorkspaceProcessesApiListRequest ¶ added in v0.5.0
type OrgWorkspaceProcessesApiListRequest struct { ApiService *OrgWorkspaceProcessesService // contains filtered or unexported fields }
func (OrgWorkspaceProcessesApiListRequest) Execute ¶ added in v0.5.0
func (r OrgWorkspaceProcessesApiListRequest) Execute() (ListProcessesResponse, *_nethttp.Response, error)
func (OrgWorkspaceProcessesApiListRequest) Limit ¶ added in v0.5.0
func (r OrgWorkspaceProcessesApiListRequest) Limit(limit int32) OrgWorkspaceProcessesApiListRequest
The max number of items to fetch per page of data, subject to a min and max of 1 and 100 respectively. If not specified will default to 25.
func (OrgWorkspaceProcessesApiListRequest) NextToken ¶ added in v0.5.0
func (r OrgWorkspaceProcessesApiListRequest) NextToken(nextToken string) OrgWorkspaceProcessesApiListRequest
When list results are truncated, next_token will be returned, which is a cursor to fetch the next page of data. Pass next_token to the subsequent list request to fetch the next page of data.
func (OrgWorkspaceProcessesApiListRequest) Where ¶ added in v0.5.0
func (r OrgWorkspaceProcessesApiListRequest) Where(where string) OrgWorkspaceProcessesApiListRequest
The SQL where filter you wish to apply to this request. The filter will be parsed and sanitised and checked against the supported columns for this API.
type OrgWorkspaceProcessesApiLogRequest ¶ added in v0.5.0
type OrgWorkspaceProcessesApiLogRequest struct { ApiService *OrgWorkspaceProcessesService // contains filtered or unexported fields }
type OrgWorkspaceProcessesService ¶ added in v0.5.0
type OrgWorkspaceProcessesService service
OrgWorkspaceProcessesService OrgWorkspaceProcesses service
func (*OrgWorkspaceProcessesService) Get ¶ added in v0.5.0
func (a *OrgWorkspaceProcessesService) Get(ctx _context.Context, orgHandle string, workspaceHandle string, processId string) OrgWorkspaceProcessesApiGetRequest
Get Get org workspace process
Get the details for the process.
@param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param orgHandle The handle of the org where the workspace exist. @param workspaceHandle The handle of the workspace whose process needs to be fetched. @param processId The id of the process to be fetched. @return OrgWorkspaceProcessesApiGetRequest
func (*OrgWorkspaceProcessesService) GetExecute ¶ added in v0.5.0
func (a *OrgWorkspaceProcessesService) GetExecute(r OrgWorkspaceProcessesApiGetRequest) (SpProcess, *_nethttp.Response, error)
Execute executes the request
@return SpProcess
func (*OrgWorkspaceProcessesService) List ¶ added in v0.5.0
func (a *OrgWorkspaceProcessesService) List(ctx _context.Context, orgHandle string, workspaceHandle string) OrgWorkspaceProcessesApiListRequest
List List org workspace processes
List the processes associated with an org workspace.
@param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param orgHandle The handle of an organization for which you want to list the processes. @param workspaceHandle The handle of the workspace where you want to list the processes. @return OrgWorkspaceProcessesApiListRequest
func (*OrgWorkspaceProcessesService) ListExecute ¶ added in v0.5.0
func (a *OrgWorkspaceProcessesService) ListExecute(r OrgWorkspaceProcessesApiListRequest) (ListProcessesResponse, *_nethttp.Response, error)
Execute executes the request
@return ListProcessesResponse
func (*OrgWorkspaceProcessesService) Log ¶ added in v0.5.0
func (a *OrgWorkspaceProcessesService) Log(ctx _context.Context, orgHandle string, workspaceHandle string, processId string, logFile string, contentType string) OrgWorkspaceProcessesApiLogRequest
Log List org workspace process logs
List the process logs associated with a workspace process.
@param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param orgHandle The handle of the org for which you want to list process logs. @param workspaceHandle The handle of the workspace where you want to list the process logs. @param processId The id of the process where you want to list the process logs. @param logFile The process logs file to be fetched. @param contentType The required content type of the process logs. @return OrgWorkspaceProcessesApiLogRequest
func (*OrgWorkspaceProcessesService) LogExecute ¶ added in v0.5.0
func (a *OrgWorkspaceProcessesService) LogExecute(r OrgWorkspaceProcessesApiLogRequest) (string, *_nethttp.Response, error)
Execute executes the request
@return string
type OrgWorkspaceSnapshotsApiCreateRequest ¶ added in v0.1.3
type OrgWorkspaceSnapshotsApiCreateRequest struct { ApiService *OrgWorkspaceSnapshotsService // contains filtered or unexported fields }
func (OrgWorkspaceSnapshotsApiCreateRequest) Execute ¶ added in v0.1.3
func (r OrgWorkspaceSnapshotsApiCreateRequest) Execute() (WorkspaceSnapshot, *_nethttp.Response, error)
func (OrgWorkspaceSnapshotsApiCreateRequest) Request ¶ added in v0.1.3
func (r OrgWorkspaceSnapshotsApiCreateRequest) Request(request CreateWorkspaceSnapshotRequest) OrgWorkspaceSnapshotsApiCreateRequest
The request body for the org workspace snapshot to be created.
type OrgWorkspaceSnapshotsApiDeleteRequest ¶ added in v0.1.3
type OrgWorkspaceSnapshotsApiDeleteRequest struct { ApiService *OrgWorkspaceSnapshotsService // contains filtered or unexported fields }
func (OrgWorkspaceSnapshotsApiDeleteRequest) Execute ¶ added in v0.1.3
func (r OrgWorkspaceSnapshotsApiDeleteRequest) Execute() (WorkspaceSnapshot, *_nethttp.Response, error)
type OrgWorkspaceSnapshotsApiDownloadRequest ¶ added in v0.1.3
type OrgWorkspaceSnapshotsApiDownloadRequest struct { ApiService *OrgWorkspaceSnapshotsService // contains filtered or unexported fields }
func (OrgWorkspaceSnapshotsApiDownloadRequest) Execute ¶ added in v0.1.3
func (r OrgWorkspaceSnapshotsApiDownloadRequest) Execute() (WorkspaceSnapshotData, *_nethttp.Response, error)
type OrgWorkspaceSnapshotsApiGetRequest ¶ added in v0.1.3
type OrgWorkspaceSnapshotsApiGetRequest struct { ApiService *OrgWorkspaceSnapshotsService // contains filtered or unexported fields }
func (OrgWorkspaceSnapshotsApiGetRequest) Execute ¶ added in v0.1.3
func (r OrgWorkspaceSnapshotsApiGetRequest) Execute() (WorkspaceSnapshot, *_nethttp.Response, error)
type OrgWorkspaceSnapshotsApiListRequest ¶ added in v0.1.3
type OrgWorkspaceSnapshotsApiListRequest struct { ApiService *OrgWorkspaceSnapshotsService // contains filtered or unexported fields }
func (OrgWorkspaceSnapshotsApiListRequest) Execute ¶ added in v0.1.3
func (r OrgWorkspaceSnapshotsApiListRequest) Execute() (ListWorkspaceSnapshotsResponse, *_nethttp.Response, error)
func (OrgWorkspaceSnapshotsApiListRequest) Limit ¶ added in v0.1.3
func (r OrgWorkspaceSnapshotsApiListRequest) Limit(limit int32) OrgWorkspaceSnapshotsApiListRequest
The max number of items to fetch per page of data, subject to a min and max of 1 and 100 respectively. If not specified will default to 25.
func (OrgWorkspaceSnapshotsApiListRequest) NextToken ¶ added in v0.1.3
func (r OrgWorkspaceSnapshotsApiListRequest) NextToken(nextToken string) OrgWorkspaceSnapshotsApiListRequest
When list results are truncated, next_token will be returned, which is a cursor to fetch the next page of data. Pass next_token to the subsequent list request to fetch the next page of data.
func (OrgWorkspaceSnapshotsApiListRequest) Where ¶ added in v0.5.0
func (r OrgWorkspaceSnapshotsApiListRequest) Where(where string) OrgWorkspaceSnapshotsApiListRequest
The SQL where filter you wish to apply to this request. The filter will be parsed and sanitised and checked against the supported columns for this API.
type OrgWorkspaceSnapshotsApiUpdateRequest ¶ added in v0.1.3
type OrgWorkspaceSnapshotsApiUpdateRequest struct { ApiService *OrgWorkspaceSnapshotsService // contains filtered or unexported fields }
func (OrgWorkspaceSnapshotsApiUpdateRequest) Execute ¶ added in v0.1.3
func (r OrgWorkspaceSnapshotsApiUpdateRequest) Execute() (WorkspaceSnapshot, *_nethttp.Response, error)
func (OrgWorkspaceSnapshotsApiUpdateRequest) Request ¶ added in v0.1.3
func (r OrgWorkspaceSnapshotsApiUpdateRequest) Request(request UpdateWorkspaceSnapshotRequest) OrgWorkspaceSnapshotsApiUpdateRequest
The request body for the org workspace snapshot to be updated.
type OrgWorkspaceSnapshotsService ¶ added in v0.1.3
type OrgWorkspaceSnapshotsService service
OrgWorkspaceSnapshotsService OrgWorkspaceSnapshots service
func (*OrgWorkspaceSnapshotsService) Create ¶ added in v0.1.3
func (a *OrgWorkspaceSnapshotsService) Create(ctx _context.Context, orgHandle string, workspaceHandle string) OrgWorkspaceSnapshotsApiCreateRequest
Create Create org workspace snapshot
Creates a new workspace snapshot for an org.
@param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param orgHandle The handle of the org to create the workspace snapshot for. @param workspaceHandle The handle of the org workspace to create the snapshot for. @return OrgWorkspaceSnapshotsApiCreateRequest
func (*OrgWorkspaceSnapshotsService) CreateExecute ¶ added in v0.1.3
func (a *OrgWorkspaceSnapshotsService) CreateExecute(r OrgWorkspaceSnapshotsApiCreateRequest) (WorkspaceSnapshot, *_nethttp.Response, error)
Execute executes the request
@return WorkspaceSnapshot
func (*OrgWorkspaceSnapshotsService) Delete ¶ added in v0.1.3
func (a *OrgWorkspaceSnapshotsService) Delete(ctx _context.Context, orgHandle string, workspaceHandle string, snapshotId string) OrgWorkspaceSnapshotsApiDeleteRequest
Delete Delete org workspace snapshot
Deletes an org workspace snapshot.
@param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param orgHandle The handle of the org that the workspace snapshot belongs to. @param workspaceHandle The handle of the org workspace that the snapshot belongs to. @param snapshotId The handle of the snapshot which needs to be deleted. @return OrgWorkspaceSnapshotsApiDeleteRequest
func (*OrgWorkspaceSnapshotsService) DeleteExecute ¶ added in v0.1.3
func (a *OrgWorkspaceSnapshotsService) DeleteExecute(r OrgWorkspaceSnapshotsApiDeleteRequest) (WorkspaceSnapshot, *_nethttp.Response, error)
Execute executes the request
@return WorkspaceSnapshot
func (*OrgWorkspaceSnapshotsService) Download ¶ added in v0.1.3
func (a *OrgWorkspaceSnapshotsService) Download(ctx _context.Context, orgHandle string, workspaceHandle string, snapshotId string, contentType string) OrgWorkspaceSnapshotsApiDownloadRequest
Download Download org workspace snapshot
Downloads the full data for an org workspace snapshot.
@param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param orgHandle The handle of the org that the workspace snapshot belongs to. @param workspaceHandle The handle of the org workspace that the snapshot belongs to. @param snapshotId The Id of the snapshot to be downloaded. @param contentType The type of content to the downloaded. @return OrgWorkspaceSnapshotsApiDownloadRequest
func (*OrgWorkspaceSnapshotsService) DownloadExecute ¶ added in v0.1.3
func (a *OrgWorkspaceSnapshotsService) DownloadExecute(r OrgWorkspaceSnapshotsApiDownloadRequest) (WorkspaceSnapshotData, *_nethttp.Response, error)
Execute executes the request
@return WorkspaceSnapshotData
func (*OrgWorkspaceSnapshotsService) Get ¶ added in v0.1.3
func (a *OrgWorkspaceSnapshotsService) Get(ctx _context.Context, orgHandle string, workspaceHandle string, snapshotId string) OrgWorkspaceSnapshotsApiGetRequest
Get Get org workspace snapshot
Get the details for an org workspace snapshot.
@param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param orgHandle The handle of the org that the workspace snapshot belongs to. @param workspaceHandle The handle of the org workspace that the snapshot belongs to. @param snapshotId The handle of the snapshot whose detail needs to be fetched. @return OrgWorkspaceSnapshotsApiGetRequest
func (*OrgWorkspaceSnapshotsService) GetExecute ¶ added in v0.1.3
func (a *OrgWorkspaceSnapshotsService) GetExecute(r OrgWorkspaceSnapshotsApiGetRequest) (WorkspaceSnapshot, *_nethttp.Response, error)
Execute executes the request
@return WorkspaceSnapshot
func (*OrgWorkspaceSnapshotsService) List ¶ added in v0.1.3
func (a *OrgWorkspaceSnapshotsService) List(ctx _context.Context, orgHandle string, workspaceHandle string) OrgWorkspaceSnapshotsApiListRequest
List List org workspace snapshots
List the workspace snapshots for an org.
@param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param orgHandle The handle of the org to list the workspace snapshots for. @param workspaceHandle The handle of the org workspace to list snapshots for. @return OrgWorkspaceSnapshotsApiListRequest
func (*OrgWorkspaceSnapshotsService) ListExecute ¶ added in v0.1.3
func (a *OrgWorkspaceSnapshotsService) ListExecute(r OrgWorkspaceSnapshotsApiListRequest) (ListWorkspaceSnapshotsResponse, *_nethttp.Response, error)
Execute executes the request
@return ListWorkspaceSnapshotsResponse
func (*OrgWorkspaceSnapshotsService) Update ¶ added in v0.1.3
func (a *OrgWorkspaceSnapshotsService) Update(ctx _context.Context, orgHandle string, workspaceHandle string, snapshotId string) OrgWorkspaceSnapshotsApiUpdateRequest
Update Update org workspace snapshot
Updates an org workspace snapshot.
@param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param orgHandle The handle of the org that the workspace snapshot belongs to. @param workspaceHandle The handle of the org workspace that the snapshot belongs to. @param snapshotId The handle of the snapshot to update. @return OrgWorkspaceSnapshotsApiUpdateRequest
func (*OrgWorkspaceSnapshotsService) UpdateExecute ¶ added in v0.1.3
func (a *OrgWorkspaceSnapshotsService) UpdateExecute(r OrgWorkspaceSnapshotsApiUpdateRequest) (WorkspaceSnapshot, *_nethttp.Response, error)
Execute executes the request
@return WorkspaceSnapshot
type OrgWorkspaceUser ¶ added in v0.1.0
type OrgWorkspaceUser struct { // The time of creation in ISO 8601 UTC. CreatedAt string `json:"created_at"` CreatedBy *User `json:"created_by,omitempty"` // The ID of the user that created this. CreatedById string `json:"created_by_id"` // The unique identifier of the org member. Id string `json:"id"` // The identifier of an org. OrgId string `json:"org_id"` // The role of the workspace user. Role *string `json:"role,omitempty"` // The scope of the role. Can be either of org / workspace Scope *string `json:"scope,omitempty"` // The status of the org member i.e pending or accepted. Status string `json:"status"` // The time of the last update in ISO 8601 UTC. UpdatedAt *string `json:"updated_at,omitempty"` UpdatedBy *User `json:"updated_by,omitempty"` // The ID of the user that performed the last update. UpdatedById string `json:"updated_by_id"` User *User `json:"user,omitempty"` // The user handle of the member. UserHandle string `json:"user_handle"` // The identifier of a user. UserId string `json:"user_id"` // The version ID of this item. Pass this version ID via an If-Match header when performing mutation operations on the item. VersionId int32 `json:"version_id"` // The handle of the workspace with identifier WorkspaceID. WorkspaceHandle string `json:"workspace_handle"` // The identifier of a workspace belonging to the organization. WorkspaceId string `json:"workspace_id"` }
OrgWorkspaceUser struct for OrgWorkspaceUser
func NewOrgWorkspaceUser ¶ added in v0.1.0
func NewOrgWorkspaceUser(createdAt string, createdById string, id string, orgId string, status string, updatedById string, userHandle string, userId string, versionId int32, workspaceHandle string, workspaceId string) *OrgWorkspaceUser
NewOrgWorkspaceUser instantiates a new OrgWorkspaceUser 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 NewOrgWorkspaceUserWithDefaults ¶ added in v0.1.0
func NewOrgWorkspaceUserWithDefaults() *OrgWorkspaceUser
NewOrgWorkspaceUserWithDefaults instantiates a new OrgWorkspaceUser 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 (*OrgWorkspaceUser) GetCreatedAt ¶ added in v0.1.0
func (o *OrgWorkspaceUser) GetCreatedAt() string
GetCreatedAt returns the CreatedAt field value
func (*OrgWorkspaceUser) GetCreatedAtOk ¶ added in v0.1.0
func (o *OrgWorkspaceUser) GetCreatedAtOk() (*string, bool)
GetCreatedAtOk returns a tuple with the CreatedAt field value and a boolean to check if the value has been set.
func (*OrgWorkspaceUser) GetCreatedBy ¶ added in v0.1.0
func (o *OrgWorkspaceUser) GetCreatedBy() User
GetCreatedBy returns the CreatedBy field value if set, zero value otherwise.
func (*OrgWorkspaceUser) GetCreatedById ¶ added in v0.1.0
func (o *OrgWorkspaceUser) GetCreatedById() string
GetCreatedById returns the CreatedById field value
func (*OrgWorkspaceUser) GetCreatedByIdOk ¶ added in v0.1.0
func (o *OrgWorkspaceUser) GetCreatedByIdOk() (*string, bool)
GetCreatedByIdOk returns a tuple with the CreatedById field value and a boolean to check if the value has been set.
func (*OrgWorkspaceUser) GetCreatedByOk ¶ added in v0.1.0
func (o *OrgWorkspaceUser) GetCreatedByOk() (*User, bool)
GetCreatedByOk returns a tuple with the CreatedBy field value if set, nil otherwise and a boolean to check if the value has been set.
func (*OrgWorkspaceUser) GetId ¶ added in v0.1.0
func (o *OrgWorkspaceUser) GetId() string
GetId returns the Id field value
func (*OrgWorkspaceUser) GetIdOk ¶ added in v0.1.0
func (o *OrgWorkspaceUser) GetIdOk() (*string, bool)
GetIdOk returns a tuple with the Id field value and a boolean to check if the value has been set.
func (*OrgWorkspaceUser) GetOrgId ¶ added in v0.1.0
func (o *OrgWorkspaceUser) GetOrgId() string
GetOrgId returns the OrgId field value
func (*OrgWorkspaceUser) GetOrgIdOk ¶ added in v0.1.0
func (o *OrgWorkspaceUser) GetOrgIdOk() (*string, bool)
GetOrgIdOk returns a tuple with the OrgId field value and a boolean to check if the value has been set.
func (*OrgWorkspaceUser) GetRole ¶ added in v0.1.0
func (o *OrgWorkspaceUser) GetRole() string
GetRole returns the Role field value if set, zero value otherwise.
func (*OrgWorkspaceUser) GetRoleOk ¶ added in v0.1.0
func (o *OrgWorkspaceUser) GetRoleOk() (*string, bool)
GetRoleOk returns a tuple with the Role field value if set, nil otherwise and a boolean to check if the value has been set.
func (*OrgWorkspaceUser) GetScope ¶ added in v0.1.2
func (o *OrgWorkspaceUser) GetScope() string
GetScope returns the Scope field value if set, zero value otherwise.
func (*OrgWorkspaceUser) GetScopeOk ¶ added in v0.1.2
func (o *OrgWorkspaceUser) GetScopeOk() (*string, bool)
GetScopeOk returns a tuple with the Scope field value if set, nil otherwise and a boolean to check if the value has been set.
func (*OrgWorkspaceUser) GetStatus ¶ added in v0.1.0
func (o *OrgWorkspaceUser) GetStatus() string
GetStatus returns the Status field value
func (*OrgWorkspaceUser) GetStatusOk ¶ added in v0.1.0
func (o *OrgWorkspaceUser) GetStatusOk() (*string, bool)
GetStatusOk returns a tuple with the Status field value and a boolean to check if the value has been set.
func (*OrgWorkspaceUser) GetUpdatedAt ¶ added in v0.1.0
func (o *OrgWorkspaceUser) GetUpdatedAt() string
GetUpdatedAt returns the UpdatedAt field value if set, zero value otherwise.
func (*OrgWorkspaceUser) GetUpdatedAtOk ¶ added in v0.1.0
func (o *OrgWorkspaceUser) 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 (*OrgWorkspaceUser) GetUpdatedBy ¶ added in v0.1.0
func (o *OrgWorkspaceUser) GetUpdatedBy() User
GetUpdatedBy returns the UpdatedBy field value if set, zero value otherwise.
func (*OrgWorkspaceUser) GetUpdatedById ¶ added in v0.1.0
func (o *OrgWorkspaceUser) GetUpdatedById() string
GetUpdatedById returns the UpdatedById field value
func (*OrgWorkspaceUser) GetUpdatedByIdOk ¶ added in v0.1.0
func (o *OrgWorkspaceUser) GetUpdatedByIdOk() (*string, bool)
GetUpdatedByIdOk returns a tuple with the UpdatedById field value and a boolean to check if the value has been set.
func (*OrgWorkspaceUser) GetUpdatedByOk ¶ added in v0.1.0
func (o *OrgWorkspaceUser) GetUpdatedByOk() (*User, bool)
GetUpdatedByOk returns a tuple with the UpdatedBy field value if set, nil otherwise and a boolean to check if the value has been set.
func (*OrgWorkspaceUser) GetUser ¶ added in v0.1.0
func (o *OrgWorkspaceUser) GetUser() User
GetUser returns the User field value if set, zero value otherwise.
func (*OrgWorkspaceUser) GetUserHandle ¶ added in v0.1.0
func (o *OrgWorkspaceUser) GetUserHandle() string
GetUserHandle returns the UserHandle field value
func (*OrgWorkspaceUser) GetUserHandleOk ¶ added in v0.1.0
func (o *OrgWorkspaceUser) GetUserHandleOk() (*string, bool)
GetUserHandleOk returns a tuple with the UserHandle field value and a boolean to check if the value has been set.
func (*OrgWorkspaceUser) GetUserId ¶ added in v0.1.0
func (o *OrgWorkspaceUser) GetUserId() string
GetUserId returns the UserId field value
func (*OrgWorkspaceUser) GetUserIdOk ¶ added in v0.1.0
func (o *OrgWorkspaceUser) GetUserIdOk() (*string, bool)
GetUserIdOk returns a tuple with the UserId field value and a boolean to check if the value has been set.
func (*OrgWorkspaceUser) GetUserOk ¶ added in v0.1.0
func (o *OrgWorkspaceUser) GetUserOk() (*User, bool)
GetUserOk returns a tuple with the User field value if set, nil otherwise and a boolean to check if the value has been set.
func (*OrgWorkspaceUser) GetVersionId ¶ added in v0.1.0
func (o *OrgWorkspaceUser) GetVersionId() int32
GetVersionId returns the VersionId field value
func (*OrgWorkspaceUser) GetVersionIdOk ¶ added in v0.1.0
func (o *OrgWorkspaceUser) GetVersionIdOk() (*int32, bool)
GetVersionIdOk returns a tuple with the VersionId field value and a boolean to check if the value has been set.
func (*OrgWorkspaceUser) GetWorkspaceHandle ¶ added in v0.1.0
func (o *OrgWorkspaceUser) GetWorkspaceHandle() string
GetWorkspaceHandle returns the WorkspaceHandle field value
func (*OrgWorkspaceUser) GetWorkspaceHandleOk ¶ added in v0.1.0
func (o *OrgWorkspaceUser) GetWorkspaceHandleOk() (*string, bool)
GetWorkspaceHandleOk returns a tuple with the WorkspaceHandle field value and a boolean to check if the value has been set.
func (*OrgWorkspaceUser) GetWorkspaceId ¶ added in v0.1.0
func (o *OrgWorkspaceUser) GetWorkspaceId() string
GetWorkspaceId returns the WorkspaceId field value
func (*OrgWorkspaceUser) GetWorkspaceIdOk ¶ added in v0.1.0
func (o *OrgWorkspaceUser) GetWorkspaceIdOk() (*string, bool)
GetWorkspaceIdOk returns a tuple with the WorkspaceId field value and a boolean to check if the value has been set.
func (*OrgWorkspaceUser) HasCreatedBy ¶ added in v0.1.0
func (o *OrgWorkspaceUser) HasCreatedBy() bool
HasCreatedBy returns a boolean if a field has been set.
func (*OrgWorkspaceUser) HasRole ¶ added in v0.1.0
func (o *OrgWorkspaceUser) HasRole() bool
HasRole returns a boolean if a field has been set.
func (*OrgWorkspaceUser) HasScope ¶ added in v0.1.2
func (o *OrgWorkspaceUser) HasScope() bool
HasScope returns a boolean if a field has been set.
func (*OrgWorkspaceUser) HasUpdatedAt ¶ added in v0.1.0
func (o *OrgWorkspaceUser) HasUpdatedAt() bool
HasUpdatedAt returns a boolean if a field has been set.
func (*OrgWorkspaceUser) HasUpdatedBy ¶ added in v0.1.0
func (o *OrgWorkspaceUser) HasUpdatedBy() bool
HasUpdatedBy returns a boolean if a field has been set.
func (*OrgWorkspaceUser) HasUser ¶ added in v0.1.0
func (o *OrgWorkspaceUser) HasUser() bool
HasUser returns a boolean if a field has been set.
func (OrgWorkspaceUser) MarshalJSON ¶ added in v0.1.0
func (o OrgWorkspaceUser) MarshalJSON() ([]byte, error)
func (*OrgWorkspaceUser) SetCreatedAt ¶ added in v0.1.0
func (o *OrgWorkspaceUser) SetCreatedAt(v string)
SetCreatedAt sets field value
func (*OrgWorkspaceUser) SetCreatedBy ¶ added in v0.1.0
func (o *OrgWorkspaceUser) SetCreatedBy(v User)
SetCreatedBy gets a reference to the given User and assigns it to the CreatedBy field.
func (*OrgWorkspaceUser) SetCreatedById ¶ added in v0.1.0
func (o *OrgWorkspaceUser) SetCreatedById(v string)
SetCreatedById sets field value
func (*OrgWorkspaceUser) SetId ¶ added in v0.1.0
func (o *OrgWorkspaceUser) SetId(v string)
SetId sets field value
func (*OrgWorkspaceUser) SetOrgId ¶ added in v0.1.0
func (o *OrgWorkspaceUser) SetOrgId(v string)
SetOrgId sets field value
func (*OrgWorkspaceUser) SetRole ¶ added in v0.1.0
func (o *OrgWorkspaceUser) SetRole(v string)
SetRole gets a reference to the given string and assigns it to the Role field.
func (*OrgWorkspaceUser) SetScope ¶ added in v0.1.2
func (o *OrgWorkspaceUser) SetScope(v string)
SetScope gets a reference to the given string and assigns it to the Scope field.
func (*OrgWorkspaceUser) SetStatus ¶ added in v0.1.0
func (o *OrgWorkspaceUser) SetStatus(v string)
SetStatus sets field value
func (*OrgWorkspaceUser) SetUpdatedAt ¶ added in v0.1.0
func (o *OrgWorkspaceUser) SetUpdatedAt(v string)
SetUpdatedAt gets a reference to the given string and assigns it to the UpdatedAt field.
func (*OrgWorkspaceUser) SetUpdatedBy ¶ added in v0.1.0
func (o *OrgWorkspaceUser) SetUpdatedBy(v User)
SetUpdatedBy gets a reference to the given User and assigns it to the UpdatedBy field.
func (*OrgWorkspaceUser) SetUpdatedById ¶ added in v0.1.0
func (o *OrgWorkspaceUser) SetUpdatedById(v string)
SetUpdatedById sets field value
func (*OrgWorkspaceUser) SetUser ¶ added in v0.1.0
func (o *OrgWorkspaceUser) SetUser(v User)
SetUser gets a reference to the given User and assigns it to the User field.
func (*OrgWorkspaceUser) SetUserHandle ¶ added in v0.1.0
func (o *OrgWorkspaceUser) SetUserHandle(v string)
SetUserHandle sets field value
func (*OrgWorkspaceUser) SetUserId ¶ added in v0.1.0
func (o *OrgWorkspaceUser) SetUserId(v string)
SetUserId sets field value
func (*OrgWorkspaceUser) SetVersionId ¶ added in v0.1.0
func (o *OrgWorkspaceUser) SetVersionId(v int32)
SetVersionId sets field value
func (*OrgWorkspaceUser) SetWorkspaceHandle ¶ added in v0.1.0
func (o *OrgWorkspaceUser) SetWorkspaceHandle(v string)
SetWorkspaceHandle sets field value
func (*OrgWorkspaceUser) SetWorkspaceId ¶ added in v0.1.0
func (o *OrgWorkspaceUser) SetWorkspaceId(v string)
SetWorkspaceId sets field value
type OrgWorkspacesApiCommandRequest ¶ added in v0.2.0
type OrgWorkspacesApiCommandRequest struct { ApiService *OrgWorkspacesService // contains filtered or unexported fields }
func (OrgWorkspacesApiCommandRequest) Execute ¶ added in v0.2.0
func (r OrgWorkspacesApiCommandRequest) Execute() (WorkspaceCommandResponse, *_nethttp.Response, error)
func (OrgWorkspacesApiCommandRequest) Request ¶ added in v0.2.0
func (r OrgWorkspacesApiCommandRequest) Request(request WorkspaceCommandRequest) OrgWorkspacesApiCommandRequest
The request body for the workspace command.
type OrgWorkspacesApiCreateRequest ¶
type OrgWorkspacesApiCreateRequest struct { ApiService *OrgWorkspacesService // contains filtered or unexported fields }
func (OrgWorkspacesApiCreateRequest) Execute ¶
func (r OrgWorkspacesApiCreateRequest) Execute() (Workspace, *_nethttp.Response, error)
func (OrgWorkspacesApiCreateRequest) Request ¶
func (r OrgWorkspacesApiCreateRequest) Request(request CreateWorkspaceRequest) OrgWorkspacesApiCreateRequest
The request body for the workspace to be created.
type OrgWorkspacesApiDeleteRequest ¶
type OrgWorkspacesApiDeleteRequest struct { ApiService *OrgWorkspacesService // contains filtered or unexported fields }
type OrgWorkspacesApiGetQueryRequest ¶ added in v0.0.2
type OrgWorkspacesApiGetQueryRequest struct { ApiService *OrgWorkspacesService // contains filtered or unexported fields }
func (OrgWorkspacesApiGetQueryRequest) ContentType ¶ added in v0.0.2
func (r OrgWorkspacesApiGetQueryRequest) ContentType(contentType string) OrgWorkspacesApiGetQueryRequest
The required content type for the response. Defaults to application/json. Supported values are json, application/json, csv, text/csv, md and text/markdown.
func (OrgWorkspacesApiGetQueryRequest) Execute ¶ added in v0.0.2
func (r OrgWorkspacesApiGetQueryRequest) Execute() (WorkspaceQueryResult, *_nethttp.Response, error)
func (OrgWorkspacesApiGetQueryRequest) Sql ¶ added in v0.0.2
func (r OrgWorkspacesApiGetQueryRequest) Sql(sql string) OrgWorkspacesApiGetQueryRequest
The sql query to perform against the org workspace.
type OrgWorkspacesApiGetQueryWithExtensionsRequest ¶ added in v0.0.2
type OrgWorkspacesApiGetQueryWithExtensionsRequest struct { ApiService *OrgWorkspacesService // contains filtered or unexported fields }
func (OrgWorkspacesApiGetQueryWithExtensionsRequest) ContentType ¶ added in v0.0.2
func (r OrgWorkspacesApiGetQueryWithExtensionsRequest) ContentType(contentType string) OrgWorkspacesApiGetQueryWithExtensionsRequest
The required content type for the response. Defaults to application/json. Supported values are json, application/json, csv, text/csv, md and text/markdown.
func (OrgWorkspacesApiGetQueryWithExtensionsRequest) Execute ¶ added in v0.0.2
func (r OrgWorkspacesApiGetQueryWithExtensionsRequest) Execute() (WorkspaceQueryResult, *_nethttp.Response, error)
func (OrgWorkspacesApiGetQueryWithExtensionsRequest) Sql ¶ added in v0.0.2
func (r OrgWorkspacesApiGetQueryWithExtensionsRequest) Sql(sql string) OrgWorkspacesApiGetQueryWithExtensionsRequest
The sql query to perform against the org workspace.
type OrgWorkspacesApiGetRequest ¶
type OrgWorkspacesApiGetRequest struct { ApiService *OrgWorkspacesService // contains filtered or unexported fields }
type OrgWorkspacesApiGetSchemaRequest ¶ added in v0.0.2
type OrgWorkspacesApiGetSchemaRequest struct { ApiService *OrgWorkspacesService // contains filtered or unexported fields }
func (OrgWorkspacesApiGetSchemaRequest) Execute ¶ added in v0.0.2
func (r OrgWorkspacesApiGetSchemaRequest) Execute() (WorkspaceSchema, *_nethttp.Response, error)
type OrgWorkspacesApiListAuditLogsRequest ¶ added in v0.1.3
type OrgWorkspacesApiListAuditLogsRequest struct { ApiService *OrgWorkspacesService // contains filtered or unexported fields }
func (OrgWorkspacesApiListAuditLogsRequest) Execute ¶ added in v0.1.3
func (r OrgWorkspacesApiListAuditLogsRequest) Execute() (ListAuditLogsResponse, *_nethttp.Response, error)
func (OrgWorkspacesApiListAuditLogsRequest) Limit ¶ added in v0.1.3
func (r OrgWorkspacesApiListAuditLogsRequest) Limit(limit int32) OrgWorkspacesApiListAuditLogsRequest
The max number of items to fetch per page of data, subject to a min and max of 1 and 100 respectively. If not specified will default to 25.
func (OrgWorkspacesApiListAuditLogsRequest) NextToken ¶ added in v0.1.3
func (r OrgWorkspacesApiListAuditLogsRequest) NextToken(nextToken string) OrgWorkspacesApiListAuditLogsRequest
When list results are truncated, next_token will be returned, which is a cursor to fetch the next page of data. Pass next_token to the subsequent list request to fetch the next page of data.
type OrgWorkspacesApiListDBLogsRequest ¶
type OrgWorkspacesApiListDBLogsRequest struct { ApiService *OrgWorkspacesService // contains filtered or unexported fields }
func (OrgWorkspacesApiListDBLogsRequest) Execute ¶
func (r OrgWorkspacesApiListDBLogsRequest) Execute() (ListLogsResponse, *_nethttp.Response, error)
func (OrgWorkspacesApiListDBLogsRequest) Limit ¶ added in v0.1.3
func (r OrgWorkspacesApiListDBLogsRequest) Limit(limit int32) OrgWorkspacesApiListDBLogsRequest
The max number of items to fetch per page of data, subject to a min and max of 1 and 100 respectively. If not specified will default to 25.
func (OrgWorkspacesApiListDBLogsRequest) NextToken ¶ added in v0.1.3
func (r OrgWorkspacesApiListDBLogsRequest) NextToken(nextToken string) OrgWorkspacesApiListDBLogsRequest
When list results are truncated, next_token will be returned, which is a cursor to fetch the next page of data. Pass next_token to the subsequent list request to fetch the next page of data.
type OrgWorkspacesApiListRequest ¶
type OrgWorkspacesApiListRequest struct { ApiService *OrgWorkspacesService // contains filtered or unexported fields }
func (OrgWorkspacesApiListRequest) Execute ¶
func (r OrgWorkspacesApiListRequest) Execute() (ListWorkspacesResponse, *_nethttp.Response, error)
func (OrgWorkspacesApiListRequest) Limit ¶
func (r OrgWorkspacesApiListRequest) Limit(limit int32) OrgWorkspacesApiListRequest
The max number of items to fetch per page of data, subject to a min and max of 1 and 100 respectively. If not specified will default to 25.
func (OrgWorkspacesApiListRequest) NextToken ¶
func (r OrgWorkspacesApiListRequest) NextToken(nextToken string) OrgWorkspacesApiListRequest
When list results are truncated, next_token will be returned, which is a cursor to fetch the next page of data. Pass next_token to the subsequent list request to fetch the next page of data.
type OrgWorkspacesApiPostQueryRequest ¶ added in v0.0.2
type OrgWorkspacesApiPostQueryRequest struct { ApiService *OrgWorkspacesService // contains filtered or unexported fields }
func (OrgWorkspacesApiPostQueryRequest) ContentType ¶ added in v0.0.2
func (r OrgWorkspacesApiPostQueryRequest) ContentType(contentType string) OrgWorkspacesApiPostQueryRequest
The required content type for the response. Defaults to application/json. Supported values are json, application/json, csv, text/csv, md and text/markdown.
func (OrgWorkspacesApiPostQueryRequest) Execute ¶ added in v0.0.2
func (r OrgWorkspacesApiPostQueryRequest) Execute() (WorkspaceQueryResult, *_nethttp.Response, error)
func (OrgWorkspacesApiPostQueryRequest) Sql ¶ added in v0.0.2
func (r OrgWorkspacesApiPostQueryRequest) Sql(sql string) OrgWorkspacesApiPostQueryRequest
The sql query to perform against the org workspace.
type OrgWorkspacesApiPostQueryWithExtensionsRequest ¶ added in v0.0.2
type OrgWorkspacesApiPostQueryWithExtensionsRequest struct { ApiService *OrgWorkspacesService // contains filtered or unexported fields }
func (OrgWorkspacesApiPostQueryWithExtensionsRequest) ContentType ¶ added in v0.0.2
func (r OrgWorkspacesApiPostQueryWithExtensionsRequest) ContentType(contentType string) OrgWorkspacesApiPostQueryWithExtensionsRequest
The required content type for the response. Defaults to application/json. Supported values are json, application/json, csv, text/csv, md and text/markdown.
func (OrgWorkspacesApiPostQueryWithExtensionsRequest) Execute ¶ added in v0.0.2
func (r OrgWorkspacesApiPostQueryWithExtensionsRequest) Execute() (WorkspaceQueryResult, *_nethttp.Response, error)
func (OrgWorkspacesApiPostQueryWithExtensionsRequest) Sql ¶ added in v0.0.2
func (r OrgWorkspacesApiPostQueryWithExtensionsRequest) Sql(sql string) OrgWorkspacesApiPostQueryWithExtensionsRequest
The sql query to perform against the org workspace.
type OrgWorkspacesApiUpdateRequest ¶
type OrgWorkspacesApiUpdateRequest struct { ApiService *OrgWorkspacesService // contains filtered or unexported fields }
func (OrgWorkspacesApiUpdateRequest) Execute ¶
func (r OrgWorkspacesApiUpdateRequest) Execute() (Workspace, *_nethttp.Response, error)
func (OrgWorkspacesApiUpdateRequest) Request ¶
func (r OrgWorkspacesApiUpdateRequest) Request(request UpdateWorkspaceRequest) OrgWorkspacesApiUpdateRequest
The request body of the workspace which needs to be updated.
type OrgWorkspacesService ¶
type OrgWorkspacesService service
OrgWorkspacesService OrgWorkspaces service
func (*OrgWorkspacesService) Command ¶ added in v0.2.0
func (a *OrgWorkspacesService) Command(ctx _context.Context, orgHandle string, workspaceHandle string) OrgWorkspacesApiCommandRequest
Command Run org workspace command
Run a command in the workspace. Valid commands are: reboot.
@param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param orgHandle The handle of the org where we want to run the workspace command. @param workspaceHandle The handle of the workspace where command will be executed. @return OrgWorkspacesApiCommandRequest
func (*OrgWorkspacesService) CommandExecute ¶ added in v0.2.0
func (a *OrgWorkspacesService) CommandExecute(r OrgWorkspacesApiCommandRequest) (WorkspaceCommandResponse, *_nethttp.Response, error)
Execute executes the request
@return WorkspaceCommandResponse
func (*OrgWorkspacesService) Create ¶
func (a *OrgWorkspacesService) Create(ctx _context.Context, orgHandle string) OrgWorkspacesApiCreateRequest
Create Create org workspace
Creates a new workspace for an organization. The limit is 10 per organization. If you require more than 10, you must contact support to request an increase.
@param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param orgHandle The handle of the organization where we want to create the workspace. @return OrgWorkspacesApiCreateRequest
func (*OrgWorkspacesService) CreateExecute ¶
func (a *OrgWorkspacesService) CreateExecute(r OrgWorkspacesApiCreateRequest) (Workspace, *_nethttp.Response, error)
Execute executes the request
@return Workspace
func (*OrgWorkspacesService) Delete ¶
func (a *OrgWorkspacesService) Delete(ctx _context.Context, orgHandle string, workspaceHandle string) OrgWorkspacesApiDeleteRequest
Delete Delete org workspace
Deletes the workspace specified in the request.
@param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param orgHandle The handle of the organization where the workspace exist. @param workspaceHandle Provide the handle of the workspace which needs to be deleted. @return OrgWorkspacesApiDeleteRequest
func (*OrgWorkspacesService) DeleteExecute ¶
func (a *OrgWorkspacesService) DeleteExecute(r OrgWorkspacesApiDeleteRequest) (Workspace, *_nethttp.Response, error)
Execute executes the request
@return Workspace
func (*OrgWorkspacesService) Get ¶
func (a *OrgWorkspacesService) Get(ctx _context.Context, orgHandle string, workspaceHandle string) OrgWorkspacesApiGetRequest
Get Get org workspace
Get the details for a workspace in an organization.
@param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param orgHandle The handle for an organization where the workspace exist. @param workspaceHandle The handle of the workspace whose detail needs to be fetched. @return OrgWorkspacesApiGetRequest
func (*OrgWorkspacesService) GetExecute ¶
func (a *OrgWorkspacesService) GetExecute(r OrgWorkspacesApiGetRequest) (Workspace, *_nethttp.Response, error)
Execute executes the request
@return Workspace
func (*OrgWorkspacesService) GetQuery ¶ added in v0.0.2
func (a *OrgWorkspacesService) GetQuery(ctx _context.Context, orgHandle string, workspaceHandle string) OrgWorkspacesApiGetQueryRequest
GetQuery Query org workspace
Performs a query in an org workspace. Results are limited to 5000 rows or 30 seconds of query execution.
@param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param orgHandle The handle of the org that the workspace belongs to. @param workspaceHandle The handle of the workspace to query. @return OrgWorkspacesApiGetQueryRequest
func (*OrgWorkspacesService) GetQueryExecute ¶ added in v0.0.2
func (a *OrgWorkspacesService) GetQueryExecute(r OrgWorkspacesApiGetQueryRequest) (WorkspaceQueryResult, *_nethttp.Response, error)
Execute executes the request
@return WorkspaceQueryResult
func (*OrgWorkspacesService) GetQueryWithExtensions ¶ added in v0.0.2
func (a *OrgWorkspacesService) GetQueryWithExtensions(ctx _context.Context, orgHandle string, workspaceHandle string, extensions string) OrgWorkspacesApiGetQueryWithExtensionsRequest
GetQueryWithExtensions Query org workspace with extensions
Performs a query in an org workspace, with content type and content encoding forming part of the API path. Results are limited to 5000 rows or 30 seconds of query execution.
@param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param orgHandle The handle of the org that the workspace belongs to. @param workspaceHandle The handle of the workspace to query. @param extensions The content type for the request. E.g. @return OrgWorkspacesApiGetQueryWithExtensionsRequest
func (*OrgWorkspacesService) GetQueryWithExtensionsExecute ¶ added in v0.0.2
func (a *OrgWorkspacesService) GetQueryWithExtensionsExecute(r OrgWorkspacesApiGetQueryWithExtensionsRequest) (WorkspaceQueryResult, *_nethttp.Response, error)
Execute executes the request
@return WorkspaceQueryResult
func (*OrgWorkspacesService) GetSchema ¶ added in v0.0.2
func (a *OrgWorkspacesService) GetSchema(ctx _context.Context, orgHandle string, workspaceHandle string) OrgWorkspacesApiGetSchemaRequest
GetSchema Get org workspace schemas
Returns the postgres schemas for an org workspace. This will consist of the connections associated with the workspace and any automatic aggregators prefixed with "all_", which are created for any connections where you have >=2 of that plugin type.
@param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param orgHandle The handle of the org that the workspace belongs to. @param workspaceHandle The handle of the workspace to get the schemas for. @return OrgWorkspacesApiGetSchemaRequest
func (*OrgWorkspacesService) GetSchemaExecute ¶ added in v0.0.2
func (a *OrgWorkspacesService) GetSchemaExecute(r OrgWorkspacesApiGetSchemaRequest) (WorkspaceSchema, *_nethttp.Response, error)
Execute executes the request
@return WorkspaceSchema
func (*OrgWorkspacesService) List ¶
func (a *OrgWorkspacesService) List(ctx _context.Context, orgHandle string) OrgWorkspacesApiListRequest
List List org workspaces
List the workspace for an organization.
@param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param orgHandle The handle of the organization for which we want to list the workspace. @return OrgWorkspacesApiListRequest
func (*OrgWorkspacesService) ListAuditLogs ¶ added in v0.1.3
func (a *OrgWorkspacesService) ListAuditLogs(ctx _context.Context, orgHandle string, workspaceHandle string) OrgWorkspacesApiListAuditLogsRequest
ListAuditLogs Org workspace audit logs
Returns the audit logs for an org workspace.
@param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param orgHandle Specify the org handle to get the audit logs. @param workspaceHandle The handle of the workspace whose logs needs to be fetched. @return OrgWorkspacesApiListAuditLogsRequest
func (*OrgWorkspacesService) ListAuditLogsExecute ¶ added in v0.1.3
func (a *OrgWorkspacesService) ListAuditLogsExecute(r OrgWorkspacesApiListAuditLogsRequest) (ListAuditLogsResponse, *_nethttp.Response, error)
Execute executes the request
@return ListAuditLogsResponse
func (*OrgWorkspacesService) ListDBLogs ¶
func (a *OrgWorkspacesService) ListDBLogs(ctx _context.Context, orgHandle string, workspaceHandle string) OrgWorkspacesApiListDBLogsRequest
ListDBLogs Org workspace logs
Returns the workspace logs for an org.
@param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param orgHandle Specify the org handle to get the workspace logs. @param workspaceHandle The handle of the workspace whose logs needs to be fetched. @return OrgWorkspacesApiListDBLogsRequest
func (*OrgWorkspacesService) ListDBLogsExecute ¶
func (a *OrgWorkspacesService) ListDBLogsExecute(r OrgWorkspacesApiListDBLogsRequest) (ListLogsResponse, *_nethttp.Response, error)
Execute executes the request
@return ListLogsResponse
func (*OrgWorkspacesService) ListExecute ¶
func (a *OrgWorkspacesService) ListExecute(r OrgWorkspacesApiListRequest) (ListWorkspacesResponse, *_nethttp.Response, error)
Execute executes the request
@return ListWorkspacesResponse
func (*OrgWorkspacesService) PostQuery ¶ added in v0.0.2
func (a *OrgWorkspacesService) PostQuery(ctx _context.Context, orgHandle string, workspaceHandle string) OrgWorkspacesApiPostQueryRequest
PostQuery Query org workspace
Performs a query in an org workspace. Results are limited to 5000 rows or 30 seconds of query execution.
@param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param orgHandle The handle of the org that the workspace belongs to. @param workspaceHandle The handle of the workspace to query. @return OrgWorkspacesApiPostQueryRequest
func (*OrgWorkspacesService) PostQueryExecute ¶ added in v0.0.2
func (a *OrgWorkspacesService) PostQueryExecute(r OrgWorkspacesApiPostQueryRequest) (WorkspaceQueryResult, *_nethttp.Response, error)
Execute executes the request
@return WorkspaceQueryResult
func (*OrgWorkspacesService) PostQueryWithExtensions ¶ added in v0.0.2
func (a *OrgWorkspacesService) PostQueryWithExtensions(ctx _context.Context, orgHandle string, workspaceHandle string, extensions string) OrgWorkspacesApiPostQueryWithExtensionsRequest
PostQueryWithExtensions Query org workspace with extensions
Performs a query in an org workspace, with content type and content encoding forming part of the API path. Results are limited to 5000 rows or 30 seconds of query execution.
@param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param orgHandle The handle of the org that the workspace belongs to. @param workspaceHandle The handle of the workspace to query. @param extensions The content type for the request. E.g. @return OrgWorkspacesApiPostQueryWithExtensionsRequest
func (*OrgWorkspacesService) PostQueryWithExtensionsExecute ¶ added in v0.0.2
func (a *OrgWorkspacesService) PostQueryWithExtensionsExecute(r OrgWorkspacesApiPostQueryWithExtensionsRequest) (WorkspaceQueryResult, *_nethttp.Response, error)
Execute executes the request
@return WorkspaceQueryResult
func (*OrgWorkspacesService) Update ¶
func (a *OrgWorkspacesService) Update(ctx _context.Context, orgHandle string, workspaceHandle string) OrgWorkspacesApiUpdateRequest
Update Update org workspace
Update a workspace in an organization.
@param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param orgHandle The handle of the organization where the workspace exist. @param workspaceHandle The handle of the workspace which needs to be updated. @return OrgWorkspacesApiUpdateRequest
func (*OrgWorkspacesService) UpdateExecute ¶
func (a *OrgWorkspacesService) UpdateExecute(r OrgWorkspacesApiUpdateRequest) (Workspace, *_nethttp.Response, error)
Execute executes the request
@return Workspace
type OrgsApiCreateAvatarRequest ¶ added in v0.6.0
type OrgsApiCreateAvatarRequest struct { ApiService *OrgsService // contains filtered or unexported fields }
func (OrgsApiCreateAvatarRequest) Execute ¶ added in v0.6.0
func (r OrgsApiCreateAvatarRequest) Execute() (CreateOrgAvatarResponse, *_nethttp.Response, error)
type OrgsApiCreateRequest ¶
type OrgsApiCreateRequest struct { ApiService *OrgsService // contains filtered or unexported fields }
func (OrgsApiCreateRequest) Execute ¶
func (r OrgsApiCreateRequest) Execute() (Org, *_nethttp.Response, error)
func (OrgsApiCreateRequest) Request ¶
func (r OrgsApiCreateRequest) Request(request CreateOrgRequest) OrgsApiCreateRequest
The request body to create the organization.
type OrgsApiDeleteAvatarRequest ¶ added in v0.6.0
type OrgsApiDeleteAvatarRequest struct { ApiService *OrgsService // contains filtered or unexported fields }
func (OrgsApiDeleteAvatarRequest) Execute ¶ added in v0.6.0
func (r OrgsApiDeleteAvatarRequest) Execute() (DeleteOrgAvatarResponse, *_nethttp.Response, error)
type OrgsApiDeleteRequest ¶
type OrgsApiDeleteRequest struct { ApiService *OrgsService // contains filtered or unexported fields }
type OrgsApiGetQuotaRequest ¶
type OrgsApiGetQuotaRequest struct { ApiService *OrgsService // contains filtered or unexported fields }
type OrgsApiGetRequest ¶
type OrgsApiGetRequest struct { ApiService *OrgsService // contains filtered or unexported fields }
type OrgsApiListAuditLogsRequest ¶
type OrgsApiListAuditLogsRequest struct { ApiService *OrgsService // contains filtered or unexported fields }
func (OrgsApiListAuditLogsRequest) Execute ¶
func (r OrgsApiListAuditLogsRequest) Execute() (ListAuditLogsResponse, *_nethttp.Response, error)
func (OrgsApiListAuditLogsRequest) Limit ¶
func (r OrgsApiListAuditLogsRequest) Limit(limit int32) OrgsApiListAuditLogsRequest
The max number of items to fetch per page of data, subject to a min and max of 1 and 100 respectively. If not specified will default to 25.
func (OrgsApiListAuditLogsRequest) NextToken ¶
func (r OrgsApiListAuditLogsRequest) NextToken(nextToken string) OrgsApiListAuditLogsRequest
When list results are truncated, next_token will be returned, which is a cursor to fetch the next page of data. Pass next_token to the subsequent list request to fetch the next page of data.
type OrgsApiListFeaturesRequest ¶ added in v0.0.4
type OrgsApiListFeaturesRequest struct { ApiService *OrgsService // contains filtered or unexported fields }
func (OrgsApiListFeaturesRequest) Execute ¶ added in v0.0.4
func (r OrgsApiListFeaturesRequest) Execute() (ListFeaturesResponse, *_nethttp.Response, error)
type OrgsApiListRequest ¶
type OrgsApiListRequest struct { ApiService *OrgsService // contains filtered or unexported fields }
func (OrgsApiListRequest) Execute ¶
func (r OrgsApiListRequest) Execute() (ListOrgsResponse, *_nethttp.Response, error)
func (OrgsApiListRequest) Limit ¶
func (r OrgsApiListRequest) Limit(limit int32) OrgsApiListRequest
The max number of items to fetch per page of data, subject to a min and max of 1 and 100 respectively. If not specified will default to 25.
func (OrgsApiListRequest) NextToken ¶
func (r OrgsApiListRequest) NextToken(nextToken string) OrgsApiListRequest
When list results are truncated, next_token will be returned, which is a cursor to fetch the next page of data. Pass next_token to the subsequent list request to fetch the next page of data.
type OrgsApiUpdateRequest ¶
type OrgsApiUpdateRequest struct { ApiService *OrgsService // contains filtered or unexported fields }
func (OrgsApiUpdateRequest) Execute ¶
func (r OrgsApiUpdateRequest) Execute() (Org, *_nethttp.Response, error)
func (OrgsApiUpdateRequest) Request ¶
func (r OrgsApiUpdateRequest) Request(request UpdateOrgRequest) OrgsApiUpdateRequest
The request body for the organization.
type OrgsService ¶
type OrgsService service
OrgsService Orgs service
func (*OrgsService) Create ¶
func (a *OrgsService) Create(ctx _context.Context) OrgsApiCreateRequest
Create Create org
Creates an organization.
@param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return OrgsApiCreateRequest
func (*OrgsService) CreateAvatar ¶ added in v0.6.0
func (a *OrgsService) CreateAvatar(ctx _context.Context, orgHandle string) OrgsApiCreateAvatarRequest
CreateAvatar Create org avatar
Create custom avatar for an org.
@param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param orgHandle The handle of the org whose avatar is to be created. @return OrgsApiCreateAvatarRequest
func (*OrgsService) CreateAvatarExecute ¶ added in v0.6.0
func (a *OrgsService) CreateAvatarExecute(r OrgsApiCreateAvatarRequest) (CreateOrgAvatarResponse, *_nethttp.Response, error)
Execute executes the request
@return CreateOrgAvatarResponse
func (*OrgsService) CreateExecute ¶
func (a *OrgsService) CreateExecute(r OrgsApiCreateRequest) (Org, *_nethttp.Response, error)
Execute executes the request
@return Org
func (*OrgsService) Delete ¶
func (a *OrgsService) Delete(ctx _context.Context, orgHandle string) OrgsApiDeleteRequest
Delete Delete org
Deletes the specified organization if you have the appropriate access.
@param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param orgHandle Specify the handle of the organization which need to be deleted. @return OrgsApiDeleteRequest
func (*OrgsService) DeleteAvatar ¶ added in v0.6.0
func (a *OrgsService) DeleteAvatar(ctx _context.Context, orgHandle string) OrgsApiDeleteAvatarRequest
DeleteAvatar Delete org avatar
Delete custom avatar for an org.
@param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param orgHandle The handle of the org whose avatar is to be deleted. @return OrgsApiDeleteAvatarRequest
func (*OrgsService) DeleteAvatarExecute ¶ added in v0.6.0
func (a *OrgsService) DeleteAvatarExecute(r OrgsApiDeleteAvatarRequest) (DeleteOrgAvatarResponse, *_nethttp.Response, error)
Execute executes the request
@return DeleteOrgAvatarResponse
func (*OrgsService) DeleteExecute ¶
func (a *OrgsService) DeleteExecute(r OrgsApiDeleteRequest) (Org, *_nethttp.Response, error)
Execute executes the request
@return Org
func (*OrgsService) Get ¶
func (a *OrgsService) Get(ctx _context.Context, orgHandle string) OrgsApiGetRequest
Get Get org
Retrieves the organization information.
@param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param orgHandle Specify the handle of an organization whose information you want to retrieve. @return OrgsApiGetRequest
func (*OrgsService) GetExecute ¶
func (a *OrgsService) GetExecute(r OrgsApiGetRequest) (Org, *_nethttp.Response, error)
Execute executes the request
@return Org
func (*OrgsService) GetQuota ¶
func (a *OrgsService) GetQuota(ctx _context.Context, orgHandle string) OrgsApiGetQuotaRequest
GetQuota Org quota
Returns the quota information for an org.
@param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param orgHandle Specify the org handle to get the quota details. @return OrgsApiGetQuotaRequest
func (*OrgsService) GetQuotaExecute ¶
func (a *OrgsService) GetQuotaExecute(r OrgsApiGetQuotaRequest) (OrgQuota, *_nethttp.Response, error)
Execute executes the request
@return OrgQuota
func (*OrgsService) List ¶
func (a *OrgsService) List(ctx _context.Context) OrgsApiListRequest
List List orgs
List all the organizations.
@param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return OrgsApiListRequest
func (*OrgsService) ListAuditLogs ¶
func (a *OrgsService) ListAuditLogs(ctx _context.Context, orgHandle string) OrgsApiListAuditLogsRequest
ListAuditLogs Org audit logs
Returns the audit logs for an org.
@param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param orgHandle Specify the org handle to get the audit logs. @return OrgsApiListAuditLogsRequest
func (*OrgsService) ListAuditLogsExecute ¶
func (a *OrgsService) ListAuditLogsExecute(r OrgsApiListAuditLogsRequest) (ListAuditLogsResponse, *_nethttp.Response, error)
Execute executes the request
@return ListAuditLogsResponse
func (*OrgsService) ListExecute ¶
func (a *OrgsService) ListExecute(r OrgsApiListRequest) (ListOrgsResponse, *_nethttp.Response, error)
Execute executes the request
@return ListOrgsResponse
func (*OrgsService) ListFeatures ¶ added in v0.0.4
func (a *OrgsService) ListFeatures(ctx _context.Context, orgHandle string) OrgsApiListFeaturesRequest
ListFeatures Org features
Returns the feature information for an org.
@param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param orgHandle Specify the org handle to get the feature details. @return OrgsApiListFeaturesRequest
func (*OrgsService) ListFeaturesExecute ¶ added in v0.0.4
func (a *OrgsService) ListFeaturesExecute(r OrgsApiListFeaturesRequest) (ListFeaturesResponse, *_nethttp.Response, error)
Execute executes the request
@return ListFeaturesResponse
func (*OrgsService) Update ¶
func (a *OrgsService) Update(ctx _context.Context, orgHandle string) OrgsApiUpdateRequest
Update Update org
Updates the handle name, display name, or the URL of an organization.
@param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param orgHandle Specify the handle of the organization which need to be updated. @return OrgsApiUpdateRequest
func (*OrgsService) UpdateExecute ¶
func (a *OrgsService) UpdateExecute(r OrgsApiUpdateRequest) (Org, *_nethttp.Response, error)
Execute executes the request
@return Org
type Pipeline ¶ added in v0.5.0
type Pipeline struct { Args interface{} `json:"args,omitempty"` // The time of creation in ISO 8601 UTC. CreatedAt string `json:"created_at"` CreatedBy *User `json:"created_by,omitempty"` // The ID of the user that created this. CreatedById string `json:"created_by_id"` // The time of the last update in ISO 8601 UTC. DeletedAt *string `json:"deleted_at,omitempty"` DeletedBy *User `json:"deleted_by,omitempty"` // The ID of the user that performed the deletion. DeletedById string `json:"deleted_by_id"` // DesiredState is user editable state of the pipeline, there are only 3 options: enabled, disabled or paused DesiredState string `json:"desired_state"` Frequency PipelineFrequency `json:"frequency"` // The unique identifier of the pipeline. Id string `json:"id"` // We need the IdentityID to be in the JSON field because I'm sending the pipeline definition across the Temporal Workflow (see Datatank migration workflow) IdentityId string `json:"identity_id"` LastProcess *SpProcess `json:"last_process,omitempty"` // The id of the last process that was run for the pipeline. LastProcessId *string `json:"last_process_id,omitempty"` // The time when the pipeline is next scheduled to run in ISO 8601 UTC. NextRunAt *string `json:"next_run_at,omitempty"` // The name of the pipeline to be executed. Pipeline string `json:"pipeline"` // State is the system state of the pipeline. User should not be able to modify this value State string `json:"state"` StateReason *string `json:"state_reason,omitempty"` Tags interface{} `json:"tags,omitempty"` // The title of the pipeline. Title *string `json:"title,omitempty"` // The time of the last update in ISO 8601 UTC. UpdatedAt *string `json:"updated_at,omitempty"` UpdatedBy *User `json:"updated_by,omitempty"` // The ID of the user that performed the last update. UpdatedById string `json:"updated_by_id"` // The version ID of this item. Pass this version ID via an If-Match header when performing mutation operations on the item. VersionId int32 `json:"version_id"` // The unique identifier of the workspace on which the pipeline is created if any. WorkspaceId *string `json:"workspace_id,omitempty"` }
Pipeline struct for Pipeline
func NewPipeline ¶ added in v0.5.0
func NewPipeline(createdAt string, createdById string, deletedById string, desiredState string, frequency PipelineFrequency, id string, identityId string, pipeline string, state string, updatedById string, versionId int32) *Pipeline
NewPipeline instantiates a new Pipeline 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 NewPipelineWithDefaults ¶ added in v0.5.0
func NewPipelineWithDefaults() *Pipeline
NewPipelineWithDefaults instantiates a new Pipeline 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 (*Pipeline) GetArgs ¶ added in v0.5.0
func (o *Pipeline) GetArgs() interface{}
GetArgs returns the Args field value if set, zero value otherwise (both if not set or set to explicit null).
func (*Pipeline) GetArgsOk ¶ added in v0.5.0
GetArgsOk returns a tuple with the Args field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*Pipeline) GetCreatedAt ¶ added in v0.5.0
GetCreatedAt returns the CreatedAt field value
func (*Pipeline) GetCreatedAtOk ¶ added in v0.5.0
GetCreatedAtOk returns a tuple with the CreatedAt field value and a boolean to check if the value has been set.
func (*Pipeline) GetCreatedBy ¶ added in v0.5.0
GetCreatedBy returns the CreatedBy field value if set, zero value otherwise.
func (*Pipeline) GetCreatedById ¶ added in v0.5.0
GetCreatedById returns the CreatedById field value
func (*Pipeline) GetCreatedByIdOk ¶ added in v0.5.0
GetCreatedByIdOk returns a tuple with the CreatedById field value and a boolean to check if the value has been set.
func (*Pipeline) GetCreatedByOk ¶ added in v0.5.0
GetCreatedByOk returns a tuple with the CreatedBy field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Pipeline) GetDeletedAt ¶ added in v0.5.0
GetDeletedAt returns the DeletedAt field value if set, zero value otherwise.
func (*Pipeline) GetDeletedAtOk ¶ added in v0.5.0
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 (*Pipeline) GetDeletedBy ¶ added in v0.5.0
GetDeletedBy returns the DeletedBy field value if set, zero value otherwise.
func (*Pipeline) GetDeletedById ¶ added in v0.5.0
GetDeletedById returns the DeletedById field value
func (*Pipeline) GetDeletedByIdOk ¶ added in v0.5.0
GetDeletedByIdOk returns a tuple with the DeletedById field value and a boolean to check if the value has been set.
func (*Pipeline) GetDeletedByOk ¶ added in v0.5.0
GetDeletedByOk returns a tuple with the DeletedBy field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Pipeline) GetDesiredState ¶ added in v0.6.0
GetDesiredState returns the DesiredState field value
func (*Pipeline) GetDesiredStateOk ¶ added in v0.6.0
GetDesiredStateOk returns a tuple with the DesiredState field value and a boolean to check if the value has been set.
func (*Pipeline) GetFrequency ¶ added in v0.5.0
func (o *Pipeline) GetFrequency() PipelineFrequency
GetFrequency returns the Frequency field value
func (*Pipeline) GetFrequencyOk ¶ added in v0.5.0
func (o *Pipeline) GetFrequencyOk() (*PipelineFrequency, bool)
GetFrequencyOk returns a tuple with the Frequency field value and a boolean to check if the value has been set.
func (*Pipeline) GetIdOk ¶ added in v0.5.0
GetIdOk returns a tuple with the Id field value and a boolean to check if the value has been set.
func (*Pipeline) GetIdentityId ¶ added in v0.6.0
GetIdentityId returns the IdentityId field value
func (*Pipeline) GetIdentityIdOk ¶ added in v0.6.0
GetIdentityIdOk returns a tuple with the IdentityId field value and a boolean to check if the value has been set.
func (*Pipeline) GetLastProcess ¶ added in v0.5.0
GetLastProcess returns the LastProcess field value if set, zero value otherwise.
func (*Pipeline) GetLastProcessId ¶ added in v0.5.0
GetLastProcessId returns the LastProcessId field value if set, zero value otherwise.
func (*Pipeline) GetLastProcessIdOk ¶ added in v0.5.0
GetLastProcessIdOk returns a tuple with the LastProcessId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Pipeline) GetLastProcessOk ¶ added in v0.5.0
GetLastProcessOk returns a tuple with the LastProcess field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Pipeline) GetNextRunAt ¶ added in v0.5.0
GetNextRunAt returns the NextRunAt field value if set, zero value otherwise.
func (*Pipeline) GetNextRunAtOk ¶ added in v0.5.0
GetNextRunAtOk returns a tuple with the NextRunAt field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Pipeline) GetPipeline ¶ added in v0.5.0
GetPipeline returns the Pipeline field value
func (*Pipeline) GetPipelineOk ¶ added in v0.5.0
GetPipelineOk returns a tuple with the Pipeline field value and a boolean to check if the value has been set.
func (*Pipeline) GetStateOk ¶ added in v0.6.0
GetStateOk returns a tuple with the State field value and a boolean to check if the value has been set.
func (*Pipeline) GetStateReason ¶ added in v0.6.0
GetStateReason returns the StateReason field value if set, zero value otherwise.
func (*Pipeline) GetStateReasonOk ¶ added in v0.6.0
GetStateReasonOk returns a tuple with the StateReason field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Pipeline) GetTags ¶ added in v0.5.0
func (o *Pipeline) GetTags() interface{}
GetTags returns the Tags field value if set, zero value otherwise (both if not set or set to explicit null).
func (*Pipeline) GetTagsOk ¶ added in v0.5.0
GetTagsOk returns a tuple with the Tags field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*Pipeline) GetTitle ¶ added in v0.5.0
GetTitle returns the Title field value if set, zero value otherwise.
func (*Pipeline) GetTitleOk ¶ added in v0.5.0
GetTitleOk returns a tuple with the Title field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Pipeline) GetUpdatedAt ¶ added in v0.5.0
GetUpdatedAt returns the UpdatedAt field value if set, zero value otherwise.
func (*Pipeline) GetUpdatedAtOk ¶ added in v0.5.0
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 (*Pipeline) GetUpdatedBy ¶ added in v0.5.0
GetUpdatedBy returns the UpdatedBy field value if set, zero value otherwise.
func (*Pipeline) GetUpdatedById ¶ added in v0.5.0
GetUpdatedById returns the UpdatedById field value
func (*Pipeline) GetUpdatedByIdOk ¶ added in v0.5.0
GetUpdatedByIdOk returns a tuple with the UpdatedById field value and a boolean to check if the value has been set.
func (*Pipeline) GetUpdatedByOk ¶ added in v0.5.0
GetUpdatedByOk returns a tuple with the UpdatedBy field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Pipeline) GetVersionId ¶ added in v0.5.0
GetVersionId returns the VersionId field value
func (*Pipeline) GetVersionIdOk ¶ added in v0.5.0
GetVersionIdOk returns a tuple with the VersionId field value and a boolean to check if the value has been set.
func (*Pipeline) GetWorkspaceId ¶ added in v0.5.0
GetWorkspaceId returns the WorkspaceId field value if set, zero value otherwise.
func (*Pipeline) GetWorkspaceIdOk ¶ added in v0.5.0
GetWorkspaceIdOk returns a tuple with the WorkspaceId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Pipeline) HasCreatedBy ¶ added in v0.5.0
HasCreatedBy returns a boolean if a field has been set.
func (*Pipeline) HasDeletedAt ¶ added in v0.5.0
HasDeletedAt returns a boolean if a field has been set.
func (*Pipeline) HasDeletedBy ¶ added in v0.5.0
HasDeletedBy returns a boolean if a field has been set.
func (*Pipeline) HasLastProcess ¶ added in v0.5.0
HasLastProcess returns a boolean if a field has been set.
func (*Pipeline) HasLastProcessId ¶ added in v0.5.0
HasLastProcessId returns a boolean if a field has been set.
func (*Pipeline) HasNextRunAt ¶ added in v0.6.0
HasNextRunAt returns a boolean if a field has been set.
func (*Pipeline) HasStateReason ¶ added in v0.6.0
HasStateReason returns a boolean if a field has been set.
func (*Pipeline) HasUpdatedAt ¶ added in v0.5.0
HasUpdatedAt returns a boolean if a field has been set.
func (*Pipeline) HasUpdatedBy ¶ added in v0.5.0
HasUpdatedBy returns a boolean if a field has been set.
func (*Pipeline) HasWorkspaceId ¶ added in v0.5.0
HasWorkspaceId returns a boolean if a field has been set.
func (Pipeline) MarshalJSON ¶ added in v0.5.0
func (*Pipeline) SetArgs ¶ added in v0.5.0
func (o *Pipeline) SetArgs(v interface{})
SetArgs gets a reference to the given interface{} and assigns it to the Args field.
func (*Pipeline) SetCreatedAt ¶ added in v0.5.0
SetCreatedAt sets field value
func (*Pipeline) SetCreatedBy ¶ added in v0.5.0
SetCreatedBy gets a reference to the given User and assigns it to the CreatedBy field.
func (*Pipeline) SetCreatedById ¶ added in v0.5.0
SetCreatedById sets field value
func (*Pipeline) SetDeletedAt ¶ added in v0.5.0
SetDeletedAt gets a reference to the given string and assigns it to the DeletedAt field.
func (*Pipeline) SetDeletedBy ¶ added in v0.5.0
SetDeletedBy gets a reference to the given User and assigns it to the DeletedBy field.
func (*Pipeline) SetDeletedById ¶ added in v0.5.0
SetDeletedById sets field value
func (*Pipeline) SetDesiredState ¶ added in v0.6.0
SetDesiredState sets field value
func (*Pipeline) SetFrequency ¶ added in v0.5.0
func (o *Pipeline) SetFrequency(v PipelineFrequency)
SetFrequency sets field value
func (*Pipeline) SetIdentityId ¶ added in v0.6.0
SetIdentityId sets field value
func (*Pipeline) SetLastProcess ¶ added in v0.5.0
SetLastProcess gets a reference to the given SpProcess and assigns it to the LastProcess field.
func (*Pipeline) SetLastProcessId ¶ added in v0.5.0
SetLastProcessId gets a reference to the given string and assigns it to the LastProcessId field.
func (*Pipeline) SetNextRunAt ¶ added in v0.5.0
SetNextRunAt gets a reference to the given string and assigns it to the NextRunAt field.
func (*Pipeline) SetPipeline ¶ added in v0.5.0
SetPipeline sets field value
func (*Pipeline) SetStateReason ¶ added in v0.6.0
SetStateReason gets a reference to the given string and assigns it to the StateReason field.
func (*Pipeline) SetTags ¶ added in v0.5.0
func (o *Pipeline) SetTags(v interface{})
SetTags gets a reference to the given interface{} and assigns it to the Tags field.
func (*Pipeline) SetTitle ¶ added in v0.5.0
SetTitle gets a reference to the given string and assigns it to the Title field.
func (*Pipeline) SetUpdatedAt ¶ added in v0.5.0
SetUpdatedAt gets a reference to the given string and assigns it to the UpdatedAt field.
func (*Pipeline) SetUpdatedBy ¶ added in v0.5.0
SetUpdatedBy gets a reference to the given User and assigns it to the UpdatedBy field.
func (*Pipeline) SetUpdatedById ¶ added in v0.5.0
SetUpdatedById sets field value
func (*Pipeline) SetVersionId ¶ added in v0.5.0
SetVersionId sets field value
func (*Pipeline) SetWorkspaceId ¶ added in v0.5.0
SetWorkspaceId gets a reference to the given string and assigns it to the WorkspaceId field.
type PipelineCommandRequest ¶ added in v0.5.0
type PipelineCommandRequest struct {
Command string `json:"command"`
}
PipelineCommandRequest struct for PipelineCommandRequest
func NewPipelineCommandRequest ¶ added in v0.5.0
func NewPipelineCommandRequest(command string) *PipelineCommandRequest
NewPipelineCommandRequest instantiates a new PipelineCommandRequest 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 NewPipelineCommandRequestWithDefaults ¶ added in v0.5.0
func NewPipelineCommandRequestWithDefaults() *PipelineCommandRequest
NewPipelineCommandRequestWithDefaults instantiates a new PipelineCommandRequest 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 (*PipelineCommandRequest) GetCommand ¶ added in v0.5.0
func (o *PipelineCommandRequest) GetCommand() string
GetCommand returns the Command field value
func (*PipelineCommandRequest) GetCommandOk ¶ added in v0.5.0
func (o *PipelineCommandRequest) GetCommandOk() (*string, bool)
GetCommandOk returns a tuple with the Command field value and a boolean to check if the value has been set.
func (PipelineCommandRequest) MarshalJSON ¶ added in v0.5.0
func (o PipelineCommandRequest) MarshalJSON() ([]byte, error)
func (*PipelineCommandRequest) SetCommand ¶ added in v0.5.0
func (o *PipelineCommandRequest) SetCommand(v string)
SetCommand sets field value
type PipelineCommandResponse ¶ added in v0.5.0
type PipelineCommandResponse struct { Command string `json:"command"` ProcessId string `json:"process_id"` }
PipelineCommandResponse struct for PipelineCommandResponse
func NewPipelineCommandResponse ¶ added in v0.5.0
func NewPipelineCommandResponse(command string, processId string) *PipelineCommandResponse
NewPipelineCommandResponse instantiates a new PipelineCommandResponse 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 NewPipelineCommandResponseWithDefaults ¶ added in v0.5.0
func NewPipelineCommandResponseWithDefaults() *PipelineCommandResponse
NewPipelineCommandResponseWithDefaults instantiates a new PipelineCommandResponse 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 (*PipelineCommandResponse) GetCommand ¶ added in v0.5.0
func (o *PipelineCommandResponse) GetCommand() string
GetCommand returns the Command field value
func (*PipelineCommandResponse) GetCommandOk ¶ added in v0.5.0
func (o *PipelineCommandResponse) GetCommandOk() (*string, bool)
GetCommandOk returns a tuple with the Command field value and a boolean to check if the value has been set.
func (*PipelineCommandResponse) GetProcessId ¶ added in v0.5.0
func (o *PipelineCommandResponse) GetProcessId() string
GetProcessId returns the ProcessId field value
func (*PipelineCommandResponse) GetProcessIdOk ¶ added in v0.5.0
func (o *PipelineCommandResponse) GetProcessIdOk() (*string, bool)
GetProcessIdOk returns a tuple with the ProcessId field value and a boolean to check if the value has been set.
func (PipelineCommandResponse) MarshalJSON ¶ added in v0.5.0
func (o PipelineCommandResponse) MarshalJSON() ([]byte, error)
func (*PipelineCommandResponse) SetCommand ¶ added in v0.5.0
func (o *PipelineCommandResponse) SetCommand(v string)
SetCommand sets field value
func (*PipelineCommandResponse) SetProcessId ¶ added in v0.5.0
func (o *PipelineCommandResponse) SetProcessId(v string)
SetProcessId sets field value
type PipelineFrequency ¶ added in v0.5.0
type PipelineFrequency struct { Schedule *string `json:"schedule,omitempty"` Type string `json:"type"` }
PipelineFrequency struct for PipelineFrequency
func NewPipelineFrequency ¶ added in v0.5.0
func NewPipelineFrequency(type_ string) *PipelineFrequency
NewPipelineFrequency instantiates a new PipelineFrequency 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 NewPipelineFrequencyWithDefaults ¶ added in v0.5.0
func NewPipelineFrequencyWithDefaults() *PipelineFrequency
NewPipelineFrequencyWithDefaults instantiates a new PipelineFrequency 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 (*PipelineFrequency) GetSchedule ¶ added in v0.5.0
func (o *PipelineFrequency) GetSchedule() string
GetSchedule returns the Schedule field value if set, zero value otherwise.
func (*PipelineFrequency) GetScheduleOk ¶ added in v0.5.0
func (o *PipelineFrequency) GetScheduleOk() (*string, bool)
GetScheduleOk returns a tuple with the Schedule field value if set, nil otherwise and a boolean to check if the value has been set.
func (*PipelineFrequency) GetType ¶ added in v0.5.0
func (o *PipelineFrequency) GetType() string
GetType returns the Type field value
func (*PipelineFrequency) GetTypeOk ¶ added in v0.5.0
func (o *PipelineFrequency) GetTypeOk() (*string, bool)
GetTypeOk returns a tuple with the Type field value and a boolean to check if the value has been set.
func (*PipelineFrequency) HasSchedule ¶ added in v0.6.0
func (o *PipelineFrequency) HasSchedule() bool
HasSchedule returns a boolean if a field has been set.
func (PipelineFrequency) MarshalJSON ¶ added in v0.5.0
func (o PipelineFrequency) MarshalJSON() ([]byte, error)
func (*PipelineFrequency) SetSchedule ¶ added in v0.5.0
func (o *PipelineFrequency) SetSchedule(v string)
SetSchedule gets a reference to the given string and assigns it to the Schedule field.
func (*PipelineFrequency) SetType ¶ added in v0.5.0
func (o *PipelineFrequency) SetType(v string)
SetType sets field value
type Quota ¶ added in v0.0.2
type Quota struct { // Remaining limit Available *int32 `json:"available,omitempty"` // Max limit Limit *int32 `json:"limit,omitempty"` // Exhausted limit Used *int32 `json:"used,omitempty"` }
Quota struct for Quota
func NewQuota ¶ added in v0.0.2
func NewQuota() *Quota
NewQuota instantiates a new Quota 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 NewQuotaWithDefaults ¶ added in v0.0.2
func NewQuotaWithDefaults() *Quota
NewQuotaWithDefaults instantiates a new Quota 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 (*Quota) GetAvailable ¶ added in v0.0.2
GetAvailable returns the Available field value if set, zero value otherwise.
func (*Quota) GetAvailableOk ¶ added in v0.0.2
GetAvailableOk returns a tuple with the Available field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Quota) GetLimit ¶ added in v0.0.2
GetLimit returns the Limit field value if set, zero value otherwise.
func (*Quota) GetLimitOk ¶ added in v0.0.2
GetLimitOk returns a tuple with the Limit field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Quota) GetUsed ¶ added in v0.0.2
GetUsed returns the Used field value if set, zero value otherwise.
func (*Quota) GetUsedOk ¶ added in v0.0.2
GetUsedOk returns a tuple with the Used field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Quota) HasAvailable ¶ added in v0.0.2
HasAvailable returns a boolean if a field has been set.
func (Quota) MarshalJSON ¶ added in v0.0.2
func (*Quota) SetAvailable ¶ added in v0.0.2
SetAvailable gets a reference to the given int32 and assigns it to the Available field.
type SchemaInfo ¶ added in v0.0.2
type SchemaInfo struct { Description *string `json:"description,omitempty"` Name string `json:"name"` Tables []SchemaTable `json:"tables"` }
SchemaInfo struct for SchemaInfo
func NewSchemaInfo ¶ added in v0.0.2
func NewSchemaInfo(name string, tables []SchemaTable) *SchemaInfo
NewSchemaInfo instantiates a new SchemaInfo 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 NewSchemaInfoWithDefaults ¶ added in v0.0.2
func NewSchemaInfoWithDefaults() *SchemaInfo
NewSchemaInfoWithDefaults instantiates a new SchemaInfo 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 (*SchemaInfo) GetDescription ¶ added in v0.0.2
func (o *SchemaInfo) GetDescription() string
GetDescription returns the Description field value if set, zero value otherwise.
func (*SchemaInfo) GetDescriptionOk ¶ added in v0.0.2
func (o *SchemaInfo) GetDescriptionOk() (*string, bool)
GetDescriptionOk returns a tuple with the Description field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SchemaInfo) GetName ¶ added in v0.0.2
func (o *SchemaInfo) GetName() string
GetName returns the Name field value
func (*SchemaInfo) GetNameOk ¶ added in v0.0.2
func (o *SchemaInfo) GetNameOk() (*string, bool)
GetNameOk returns a tuple with the Name field value and a boolean to check if the value has been set.
func (*SchemaInfo) GetTables ¶ added in v0.0.2
func (o *SchemaInfo) GetTables() []SchemaTable
GetTables returns the Tables field value
func (*SchemaInfo) GetTablesOk ¶ added in v0.0.2
func (o *SchemaInfo) GetTablesOk() (*[]SchemaTable, bool)
GetTablesOk returns a tuple with the Tables field value and a boolean to check if the value has been set.
func (*SchemaInfo) HasDescription ¶ added in v0.0.2
func (o *SchemaInfo) HasDescription() bool
HasDescription returns a boolean if a field has been set.
func (SchemaInfo) MarshalJSON ¶ added in v0.0.2
func (o SchemaInfo) MarshalJSON() ([]byte, error)
func (*SchemaInfo) SetDescription ¶ added in v0.0.2
func (o *SchemaInfo) SetDescription(v string)
SetDescription gets a reference to the given string and assigns it to the Description field.
func (*SchemaInfo) SetName ¶ added in v0.0.2
func (o *SchemaInfo) SetName(v string)
SetName sets field value
func (*SchemaInfo) SetTables ¶ added in v0.0.2
func (o *SchemaInfo) SetTables(v []SchemaTable)
SetTables sets field value
type SchemaTable ¶ added in v0.0.2
type SchemaTable struct { Columns []SchemaTableColumn `json:"columns"` Description *string `json:"description,omitempty"` Name string `json:"name"` }
SchemaTable struct for SchemaTable
func NewSchemaTable ¶ added in v0.0.2
func NewSchemaTable(columns []SchemaTableColumn, name string) *SchemaTable
NewSchemaTable instantiates a new SchemaTable 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 NewSchemaTableWithDefaults ¶ added in v0.0.2
func NewSchemaTableWithDefaults() *SchemaTable
NewSchemaTableWithDefaults instantiates a new SchemaTable 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 (*SchemaTable) GetColumns ¶ added in v0.0.2
func (o *SchemaTable) GetColumns() []SchemaTableColumn
GetColumns returns the Columns field value
func (*SchemaTable) GetColumnsOk ¶ added in v0.0.2
func (o *SchemaTable) GetColumnsOk() (*[]SchemaTableColumn, bool)
GetColumnsOk returns a tuple with the Columns field value and a boolean to check if the value has been set.
func (*SchemaTable) GetDescription ¶ added in v0.0.2
func (o *SchemaTable) GetDescription() string
GetDescription returns the Description field value if set, zero value otherwise.
func (*SchemaTable) GetDescriptionOk ¶ added in v0.0.2
func (o *SchemaTable) GetDescriptionOk() (*string, bool)
GetDescriptionOk returns a tuple with the Description field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SchemaTable) GetName ¶ added in v0.0.2
func (o *SchemaTable) GetName() string
GetName returns the Name field value
func (*SchemaTable) GetNameOk ¶ added in v0.0.2
func (o *SchemaTable) GetNameOk() (*string, bool)
GetNameOk returns a tuple with the Name field value and a boolean to check if the value has been set.
func (*SchemaTable) HasDescription ¶ added in v0.0.2
func (o *SchemaTable) HasDescription() bool
HasDescription returns a boolean if a field has been set.
func (SchemaTable) MarshalJSON ¶ added in v0.0.2
func (o SchemaTable) MarshalJSON() ([]byte, error)
func (*SchemaTable) SetColumns ¶ added in v0.0.2
func (o *SchemaTable) SetColumns(v []SchemaTableColumn)
SetColumns sets field value
func (*SchemaTable) SetDescription ¶ added in v0.0.2
func (o *SchemaTable) SetDescription(v string)
SetDescription gets a reference to the given string and assigns it to the Description field.
func (*SchemaTable) SetName ¶ added in v0.0.2
func (o *SchemaTable) SetName(v string)
SetName sets field value
type SchemaTableColumn ¶ added in v0.0.2
type SchemaTableColumn struct { DataType string `json:"data_type"` Description *string `json:"description,omitempty"` Name string `json:"name"` }
SchemaTableColumn struct for SchemaTableColumn
func NewSchemaTableColumn ¶ added in v0.0.2
func NewSchemaTableColumn(dataType string, name string) *SchemaTableColumn
NewSchemaTableColumn instantiates a new SchemaTableColumn 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 NewSchemaTableColumnWithDefaults ¶ added in v0.0.2
func NewSchemaTableColumnWithDefaults() *SchemaTableColumn
NewSchemaTableColumnWithDefaults instantiates a new SchemaTableColumn 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 (*SchemaTableColumn) GetDataType ¶ added in v0.0.2
func (o *SchemaTableColumn) GetDataType() string
GetDataType returns the DataType field value
func (*SchemaTableColumn) GetDataTypeOk ¶ added in v0.0.2
func (o *SchemaTableColumn) GetDataTypeOk() (*string, bool)
GetDataTypeOk returns a tuple with the DataType field value and a boolean to check if the value has been set.
func (*SchemaTableColumn) GetDescription ¶ added in v0.0.2
func (o *SchemaTableColumn) GetDescription() string
GetDescription returns the Description field value if set, zero value otherwise.
func (*SchemaTableColumn) GetDescriptionOk ¶ added in v0.0.2
func (o *SchemaTableColumn) GetDescriptionOk() (*string, bool)
GetDescriptionOk returns a tuple with the Description field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SchemaTableColumn) GetName ¶ added in v0.0.2
func (o *SchemaTableColumn) GetName() string
GetName returns the Name field value
func (*SchemaTableColumn) GetNameOk ¶ added in v0.0.2
func (o *SchemaTableColumn) GetNameOk() (*string, bool)
GetNameOk returns a tuple with the Name field value and a boolean to check if the value has been set.
func (*SchemaTableColumn) HasDescription ¶ added in v0.0.2
func (o *SchemaTableColumn) HasDescription() bool
HasDescription returns a boolean if a field has been set.
func (SchemaTableColumn) MarshalJSON ¶ added in v0.0.2
func (o SchemaTableColumn) MarshalJSON() ([]byte, error)
func (*SchemaTableColumn) SetDataType ¶ added in v0.0.2
func (o *SchemaTableColumn) SetDataType(v string)
SetDataType sets field value
func (*SchemaTableColumn) SetDescription ¶ added in v0.0.2
func (o *SchemaTableColumn) SetDescription(v string)
SetDescription gets a reference to the given string and assigns it to the Description field.
func (*SchemaTableColumn) SetName ¶ added in v0.0.2
func (o *SchemaTableColumn) SetName(v string)
SetName sets field value
type SearchIdentitiesResponse ¶ added in v0.0.2
type SearchIdentitiesResponse struct {
Items *[]IdentitySearch `json:"items,omitempty"`
}
SearchIdentitiesResponse struct for SearchIdentitiesResponse
func NewSearchIdentitiesResponse ¶ added in v0.0.2
func NewSearchIdentitiesResponse() *SearchIdentitiesResponse
NewSearchIdentitiesResponse instantiates a new SearchIdentitiesResponse 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 NewSearchIdentitiesResponseWithDefaults ¶ added in v0.0.2
func NewSearchIdentitiesResponseWithDefaults() *SearchIdentitiesResponse
NewSearchIdentitiesResponseWithDefaults instantiates a new SearchIdentitiesResponse 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 (*SearchIdentitiesResponse) GetItems ¶ added in v0.0.2
func (o *SearchIdentitiesResponse) GetItems() []IdentitySearch
GetItems returns the Items field value if set, zero value otherwise.
func (*SearchIdentitiesResponse) GetItemsOk ¶ added in v0.0.2
func (o *SearchIdentitiesResponse) GetItemsOk() (*[]IdentitySearch, bool)
GetItemsOk returns a tuple with the Items field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SearchIdentitiesResponse) HasItems ¶ added in v0.0.2
func (o *SearchIdentitiesResponse) HasItems() bool
HasItems returns a boolean if a field has been set.
func (SearchIdentitiesResponse) MarshalJSON ¶ added in v0.0.2
func (o SearchIdentitiesResponse) MarshalJSON() ([]byte, error)
func (*SearchIdentitiesResponse) SetItems ¶ added in v0.0.2
func (o *SearchIdentitiesResponse) SetItems(v []IdentitySearch)
SetItems gets a reference to the given []IdentitySearch and assigns it to the Items field.
type SearchUsersResponse ¶ added in v0.0.2
type SearchUsersResponse struct { Items *[]UserSearch `json:"items,omitempty"` NextToken *string `json:"next_token,omitempty"` }
SearchUsersResponse struct for SearchUsersResponse
func NewSearchUsersResponse ¶ added in v0.0.2
func NewSearchUsersResponse() *SearchUsersResponse
NewSearchUsersResponse instantiates a new SearchUsersResponse 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 NewSearchUsersResponseWithDefaults ¶ added in v0.0.2
func NewSearchUsersResponseWithDefaults() *SearchUsersResponse
NewSearchUsersResponseWithDefaults instantiates a new SearchUsersResponse 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 (*SearchUsersResponse) GetItems ¶ added in v0.0.2
func (o *SearchUsersResponse) GetItems() []UserSearch
GetItems returns the Items field value if set, zero value otherwise.
func (*SearchUsersResponse) GetItemsOk ¶ added in v0.0.2
func (o *SearchUsersResponse) GetItemsOk() (*[]UserSearch, bool)
GetItemsOk returns a tuple with the Items field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SearchUsersResponse) GetNextToken ¶ added in v0.0.2
func (o *SearchUsersResponse) GetNextToken() string
GetNextToken returns the NextToken field value if set, zero value otherwise.
func (*SearchUsersResponse) GetNextTokenOk ¶ added in v0.0.2
func (o *SearchUsersResponse) GetNextTokenOk() (*string, bool)
GetNextTokenOk returns a tuple with the NextToken field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SearchUsersResponse) HasItems ¶ added in v0.0.2
func (o *SearchUsersResponse) HasItems() bool
HasItems returns a boolean if a field has been set.
func (*SearchUsersResponse) HasNextToken ¶ added in v0.0.2
func (o *SearchUsersResponse) HasNextToken() bool
HasNextToken returns a boolean if a field has been set.
func (SearchUsersResponse) MarshalJSON ¶ added in v0.0.2
func (o SearchUsersResponse) MarshalJSON() ([]byte, error)
func (*SearchUsersResponse) SetItems ¶ added in v0.0.2
func (o *SearchUsersResponse) SetItems(v []UserSearch)
SetItems gets a reference to the given []UserSearch and assigns it to the Items field.
func (*SearchUsersResponse) SetNextToken ¶ added in v0.0.2
func (o *SearchUsersResponse) SetNextToken(v string)
SetNextToken gets a reference to the given string and assigns it to the NextToken field.
type ServerConfiguration ¶
type ServerConfiguration struct { URL string Description string Variables map[string]ServerVariable }
ServerConfiguration stores the information about a server
type ServerConfigurations ¶
type ServerConfigurations []ServerConfiguration
ServerConfigurations stores multiple ServerConfiguration items
type ServerVariable ¶
ServerVariable stores the information about a server variable
type SpProcess ¶ added in v0.5.0
type SpProcess struct { // The time of creation in ISO 8601 UTC. CreatedAt string `json:"created_at"` CreatedBy *User `json:"created_by,omitempty"` // The ID of the user that created this. CreatedById string `json:"created_by_id"` // The unique identifier of the process. Id string `json:"id"` // The unique identifier of the identity for which the process is created. IdentityId *string `json:"identity_id,omitempty"` Pipeline *Pipeline `json:"pipeline,omitempty"` // The unique identifier of the pipeline for which the process is created. PipelineId *string `json:"pipeline_id,omitempty"` // The state of the process. State *string `json:"state,omitempty"` // The type of the process, generally denotes the activity performed e.g. workspace.create, pipeline.execute, pipeline.command.run. Type string `json:"type"` // The time of the last update in ISO 8601 UTC. UpdatedAt string `json:"updated_at"` UpdatedBy *User `json:"updated_by,omitempty"` // The ID of the user that performed the last update. UpdatedById string `json:"updated_by_id"` // The version ID of this item. Pass this version ID via an If-Match header when performing mutation operations on the item. VersionId int32 `json:"version_id"` // The unique identifier of the workspace for which the process is created. WorkspaceId *string `json:"workspace_id,omitempty"` }
SpProcess struct for SpProcess
func NewSpProcess ¶ added in v0.5.0
func NewSpProcess(createdAt string, createdById string, id string, type_ string, updatedAt string, updatedById string, versionId int32) *SpProcess
NewSpProcess instantiates a new SpProcess 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 NewSpProcessWithDefaults ¶ added in v0.5.0
func NewSpProcessWithDefaults() *SpProcess
NewSpProcessWithDefaults instantiates a new SpProcess 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 (*SpProcess) GetCreatedAt ¶ added in v0.5.0
GetCreatedAt returns the CreatedAt field value
func (*SpProcess) GetCreatedAtOk ¶ added in v0.5.0
GetCreatedAtOk returns a tuple with the CreatedAt field value and a boolean to check if the value has been set.
func (*SpProcess) GetCreatedBy ¶ added in v0.5.0
GetCreatedBy returns the CreatedBy field value if set, zero value otherwise.
func (*SpProcess) GetCreatedById ¶ added in v0.5.0
GetCreatedById returns the CreatedById field value
func (*SpProcess) GetCreatedByIdOk ¶ added in v0.5.0
GetCreatedByIdOk returns a tuple with the CreatedById field value and a boolean to check if the value has been set.
func (*SpProcess) GetCreatedByOk ¶ added in v0.5.0
GetCreatedByOk returns a tuple with the CreatedBy field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SpProcess) GetIdOk ¶ added in v0.5.0
GetIdOk returns a tuple with the Id field value and a boolean to check if the value has been set.
func (*SpProcess) GetIdentityId ¶ added in v0.5.0
GetIdentityId returns the IdentityId field value if set, zero value otherwise.
func (*SpProcess) GetIdentityIdOk ¶ added in v0.5.0
GetIdentityIdOk returns a tuple with the IdentityId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SpProcess) GetPipeline ¶ added in v0.5.0
GetPipeline returns the Pipeline field value if set, zero value otherwise.
func (*SpProcess) GetPipelineId ¶ added in v0.5.0
GetPipelineId returns the PipelineId field value if set, zero value otherwise.
func (*SpProcess) GetPipelineIdOk ¶ added in v0.5.0
GetPipelineIdOk returns a tuple with the PipelineId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SpProcess) GetPipelineOk ¶ added in v0.5.0
GetPipelineOk returns a tuple with the Pipeline field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SpProcess) GetState ¶ added in v0.5.0
GetState returns the State field value if set, zero value otherwise.
func (*SpProcess) GetStateOk ¶ added in v0.5.0
GetStateOk returns a tuple with the State field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SpProcess) GetTypeOk ¶ added in v0.5.0
GetTypeOk returns a tuple with the Type field value and a boolean to check if the value has been set.
func (*SpProcess) GetUpdatedAt ¶ added in v0.5.0
GetUpdatedAt returns the UpdatedAt field value
func (*SpProcess) GetUpdatedAtOk ¶ added in v0.5.0
GetUpdatedAtOk returns a tuple with the UpdatedAt field value and a boolean to check if the value has been set.
func (*SpProcess) GetUpdatedBy ¶ added in v0.5.0
GetUpdatedBy returns the UpdatedBy field value if set, zero value otherwise.
func (*SpProcess) GetUpdatedById ¶ added in v0.5.0
GetUpdatedById returns the UpdatedById field value
func (*SpProcess) GetUpdatedByIdOk ¶ added in v0.5.0
GetUpdatedByIdOk returns a tuple with the UpdatedById field value and a boolean to check if the value has been set.
func (*SpProcess) GetUpdatedByOk ¶ added in v0.5.0
GetUpdatedByOk returns a tuple with the UpdatedBy field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SpProcess) GetVersionId ¶ added in v0.5.0
GetVersionId returns the VersionId field value
func (*SpProcess) GetVersionIdOk ¶ added in v0.5.0
GetVersionIdOk returns a tuple with the VersionId field value and a boolean to check if the value has been set.
func (*SpProcess) GetWorkspaceId ¶ added in v0.5.0
GetWorkspaceId returns the WorkspaceId field value if set, zero value otherwise.
func (*SpProcess) GetWorkspaceIdOk ¶ added in v0.5.0
GetWorkspaceIdOk returns a tuple with the WorkspaceId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SpProcess) HasCreatedBy ¶ added in v0.5.0
HasCreatedBy returns a boolean if a field has been set.
func (*SpProcess) HasIdentityId ¶ added in v0.5.0
HasIdentityId returns a boolean if a field has been set.
func (*SpProcess) HasPipeline ¶ added in v0.5.0
HasPipeline returns a boolean if a field has been set.
func (*SpProcess) HasPipelineId ¶ added in v0.5.0
HasPipelineId returns a boolean if a field has been set.
func (*SpProcess) HasUpdatedBy ¶ added in v0.5.0
HasUpdatedBy returns a boolean if a field has been set.
func (*SpProcess) HasWorkspaceId ¶ added in v0.5.0
HasWorkspaceId returns a boolean if a field has been set.
func (SpProcess) MarshalJSON ¶ added in v0.5.0
func (*SpProcess) SetCreatedAt ¶ added in v0.5.0
SetCreatedAt sets field value
func (*SpProcess) SetCreatedBy ¶ added in v0.5.0
SetCreatedBy gets a reference to the given User and assigns it to the CreatedBy field.
func (*SpProcess) SetCreatedById ¶ added in v0.5.0
SetCreatedById sets field value
func (*SpProcess) SetIdentityId ¶ added in v0.5.0
SetIdentityId gets a reference to the given string and assigns it to the IdentityId field.
func (*SpProcess) SetPipeline ¶ added in v0.5.0
SetPipeline gets a reference to the given Pipeline and assigns it to the Pipeline field.
func (*SpProcess) SetPipelineId ¶ added in v0.5.0
SetPipelineId gets a reference to the given string and assigns it to the PipelineId field.
func (*SpProcess) SetState ¶ added in v0.5.0
SetState gets a reference to the given string and assigns it to the State field.
func (*SpProcess) SetUpdatedAt ¶ added in v0.5.0
SetUpdatedAt sets field value
func (*SpProcess) SetUpdatedBy ¶ added in v0.5.0
SetUpdatedBy gets a reference to the given User and assigns it to the UpdatedBy field.
func (*SpProcess) SetUpdatedById ¶ added in v0.5.0
SetUpdatedById sets field value
func (*SpProcess) SetVersionId ¶ added in v0.5.0
SetVersionId sets field value
func (*SpProcess) SetWorkspaceId ¶ added in v0.5.0
SetWorkspaceId gets a reference to the given string and assigns it to the WorkspaceId field.
type TemporaryTokenRequest ¶ added in v0.2.0
type TemporaryTokenRequest struct { ClientIp string `json:"client_ip"` Code string `json:"code"` CreatedAt string `json:"created_at"` Id string `json:"id"` State string `json:"state"` Token *string `json:"token,omitempty"` // The time of the last update in ISO 8601 UTC. UpdatedAt *string `json:"updated_at,omitempty"` }
TemporaryTokenRequest struct for TemporaryTokenRequest
func NewTemporaryTokenRequest ¶ added in v0.2.0
func NewTemporaryTokenRequest(clientIp string, code string, createdAt string, id string, state string) *TemporaryTokenRequest
NewTemporaryTokenRequest instantiates a new TemporaryTokenRequest 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 NewTemporaryTokenRequestWithDefaults ¶ added in v0.2.0
func NewTemporaryTokenRequestWithDefaults() *TemporaryTokenRequest
NewTemporaryTokenRequestWithDefaults instantiates a new TemporaryTokenRequest 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 (*TemporaryTokenRequest) GetClientIp ¶ added in v0.2.0
func (o *TemporaryTokenRequest) GetClientIp() string
GetClientIp returns the ClientIp field value
func (*TemporaryTokenRequest) GetClientIpOk ¶ added in v0.2.0
func (o *TemporaryTokenRequest) GetClientIpOk() (*string, bool)
GetClientIpOk returns a tuple with the ClientIp field value and a boolean to check if the value has been set.
func (*TemporaryTokenRequest) GetCode ¶ added in v0.2.0
func (o *TemporaryTokenRequest) GetCode() string
GetCode returns the Code field value
func (*TemporaryTokenRequest) GetCodeOk ¶ added in v0.2.0
func (o *TemporaryTokenRequest) GetCodeOk() (*string, bool)
GetCodeOk returns a tuple with the Code field value and a boolean to check if the value has been set.
func (*TemporaryTokenRequest) GetCreatedAt ¶ added in v0.2.0
func (o *TemporaryTokenRequest) GetCreatedAt() string
GetCreatedAt returns the CreatedAt field value
func (*TemporaryTokenRequest) GetCreatedAtOk ¶ added in v0.2.0
func (o *TemporaryTokenRequest) GetCreatedAtOk() (*string, bool)
GetCreatedAtOk returns a tuple with the CreatedAt field value and a boolean to check if the value has been set.
func (*TemporaryTokenRequest) GetId ¶ added in v0.2.0
func (o *TemporaryTokenRequest) GetId() string
GetId returns the Id field value
func (*TemporaryTokenRequest) GetIdOk ¶ added in v0.2.0
func (o *TemporaryTokenRequest) GetIdOk() (*string, bool)
GetIdOk returns a tuple with the Id field value and a boolean to check if the value has been set.
func (*TemporaryTokenRequest) GetState ¶ added in v0.2.0
func (o *TemporaryTokenRequest) GetState() string
GetState returns the State field value
func (*TemporaryTokenRequest) GetStateOk ¶ added in v0.2.0
func (o *TemporaryTokenRequest) GetStateOk() (*string, bool)
GetStateOk returns a tuple with the State field value and a boolean to check if the value has been set.
func (*TemporaryTokenRequest) GetToken ¶ added in v0.2.0
func (o *TemporaryTokenRequest) GetToken() string
GetToken returns the Token field value if set, zero value otherwise.
func (*TemporaryTokenRequest) GetTokenOk ¶ added in v0.2.0
func (o *TemporaryTokenRequest) GetTokenOk() (*string, bool)
GetTokenOk returns a tuple with the Token field value if set, nil otherwise and a boolean to check if the value has been set.
func (*TemporaryTokenRequest) GetUpdatedAt ¶ added in v0.2.0
func (o *TemporaryTokenRequest) GetUpdatedAt() string
GetUpdatedAt returns the UpdatedAt field value if set, zero value otherwise.
func (*TemporaryTokenRequest) GetUpdatedAtOk ¶ added in v0.2.0
func (o *TemporaryTokenRequest) 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 (*TemporaryTokenRequest) HasToken ¶ added in v0.2.0
func (o *TemporaryTokenRequest) HasToken() bool
HasToken returns a boolean if a field has been set.
func (*TemporaryTokenRequest) HasUpdatedAt ¶ added in v0.2.0
func (o *TemporaryTokenRequest) HasUpdatedAt() bool
HasUpdatedAt returns a boolean if a field has been set.
func (TemporaryTokenRequest) MarshalJSON ¶ added in v0.2.0
func (o TemporaryTokenRequest) MarshalJSON() ([]byte, error)
func (*TemporaryTokenRequest) SetClientIp ¶ added in v0.2.0
func (o *TemporaryTokenRequest) SetClientIp(v string)
SetClientIp sets field value
func (*TemporaryTokenRequest) SetCode ¶ added in v0.2.0
func (o *TemporaryTokenRequest) SetCode(v string)
SetCode sets field value
func (*TemporaryTokenRequest) SetCreatedAt ¶ added in v0.2.0
func (o *TemporaryTokenRequest) SetCreatedAt(v string)
SetCreatedAt sets field value
func (*TemporaryTokenRequest) SetId ¶ added in v0.2.0
func (o *TemporaryTokenRequest) SetId(v string)
SetId sets field value
func (*TemporaryTokenRequest) SetState ¶ added in v0.2.0
func (o *TemporaryTokenRequest) SetState(v string)
SetState sets field value
func (*TemporaryTokenRequest) SetToken ¶ added in v0.2.0
func (o *TemporaryTokenRequest) SetToken(v string)
SetToken gets a reference to the given string and assigns it to the Token field.
func (*TemporaryTokenRequest) SetUpdatedAt ¶ added in v0.2.0
func (o *TemporaryTokenRequest) SetUpdatedAt(v string)
SetUpdatedAt gets a reference to the given string and assigns it to the UpdatedAt field.
type TestConnectionRequest ¶ added in v0.6.0
type TestConnectionRequest struct { Config *map[string]interface{} `json:"config,omitempty"` Plugin string `json:"plugin"` }
TestConnectionRequest struct for TestConnectionRequest
func NewTestConnectionRequest ¶ added in v0.6.0
func NewTestConnectionRequest(plugin string) *TestConnectionRequest
NewTestConnectionRequest instantiates a new TestConnectionRequest 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 NewTestConnectionRequestWithDefaults ¶ added in v0.6.0
func NewTestConnectionRequestWithDefaults() *TestConnectionRequest
NewTestConnectionRequestWithDefaults instantiates a new TestConnectionRequest 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 (*TestConnectionRequest) GetConfig ¶ added in v0.6.0
func (o *TestConnectionRequest) GetConfig() map[string]interface{}
GetConfig returns the Config field value if set, zero value otherwise.
func (*TestConnectionRequest) GetConfigOk ¶ added in v0.6.0
func (o *TestConnectionRequest) GetConfigOk() (*map[string]interface{}, bool)
GetConfigOk returns a tuple with the Config field value if set, nil otherwise and a boolean to check if the value has been set.
func (*TestConnectionRequest) GetPlugin ¶ added in v0.6.0
func (o *TestConnectionRequest) GetPlugin() string
GetPlugin returns the Plugin field value
func (*TestConnectionRequest) GetPluginOk ¶ added in v0.6.0
func (o *TestConnectionRequest) GetPluginOk() (*string, bool)
GetPluginOk returns a tuple with the Plugin field value and a boolean to check if the value has been set.
func (*TestConnectionRequest) HasConfig ¶ added in v0.6.0
func (o *TestConnectionRequest) HasConfig() bool
HasConfig returns a boolean if a field has been set.
func (TestConnectionRequest) MarshalJSON ¶ added in v0.6.0
func (o TestConnectionRequest) MarshalJSON() ([]byte, error)
func (*TestConnectionRequest) SetConfig ¶ added in v0.6.0
func (o *TestConnectionRequest) SetConfig(v map[string]interface{})
SetConfig gets a reference to the given map[string]interface{} and assigns it to the Config field.
func (*TestConnectionRequest) SetPlugin ¶ added in v0.6.0
func (o *TestConnectionRequest) SetPlugin(v string)
SetPlugin sets field value
type Token ¶ added in v0.0.2
type Token struct { CreatedAt string `json:"created_at"` Id string `json:"id"` Last4 *string `json:"last4,omitempty"` Status string `json:"status"` UpdatedAt *string `json:"updated_at,omitempty"` UserId string `json:"user_id"` VersionId int32 `json:"version_id"` }
Token struct for Token
func NewToken ¶ added in v0.0.2
NewToken instantiates a new Token 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 NewTokenWithDefaults ¶ added in v0.0.2
func NewTokenWithDefaults() *Token
NewTokenWithDefaults instantiates a new Token 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 (*Token) GetCreatedAt ¶ added in v0.0.2
GetCreatedAt returns the CreatedAt field value
func (*Token) GetCreatedAtOk ¶ added in v0.0.2
GetCreatedAtOk returns a tuple with the CreatedAt field value and a boolean to check if the value has been set.
func (*Token) GetIdOk ¶ added in v0.0.2
GetIdOk returns a tuple with the Id field value and a boolean to check if the value has been set.
func (*Token) GetLast4 ¶ added in v0.0.2
GetLast4 returns the Last4 field value if set, zero value otherwise.
func (*Token) GetLast4Ok ¶ added in v0.0.2
GetLast4Ok returns a tuple with the Last4 field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Token) GetStatusOk ¶ added in v0.0.2
GetStatusOk returns a tuple with the Status field value and a boolean to check if the value has been set.
func (*Token) GetUpdatedAt ¶ added in v0.0.2
GetUpdatedAt returns the UpdatedAt field value if set, zero value otherwise.
func (*Token) GetUpdatedAtOk ¶ added in v0.0.2
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 (*Token) GetUserIdOk ¶ added in v0.0.2
GetUserIdOk returns a tuple with the UserId field value and a boolean to check if the value has been set.
func (*Token) GetVersionId ¶ added in v0.0.2
GetVersionId returns the VersionId field value
func (*Token) GetVersionIdOk ¶ added in v0.0.2
GetVersionIdOk returns a tuple with the VersionId field value and a boolean to check if the value has been set.
func (*Token) HasUpdatedAt ¶ added in v0.0.2
HasUpdatedAt returns a boolean if a field has been set.
func (Token) MarshalJSON ¶ added in v0.0.2
func (*Token) SetCreatedAt ¶ added in v0.0.2
SetCreatedAt sets field value
func (*Token) SetLast4 ¶ added in v0.0.2
SetLast4 gets a reference to the given string and assigns it to the Last4 field.
func (*Token) SetUpdatedAt ¶ added in v0.0.2
SetUpdatedAt gets a reference to the given string and assigns it to the UpdatedAt field.
func (*Token) SetVersionId ¶ added in v0.0.2
SetVersionId sets field value
type UpdateConnectionRequest ¶ added in v0.0.2
type UpdateConnectionRequest struct { Config *map[string]interface{} `json:"config,omitempty"` Handle *string `json:"handle,omitempty"` }
UpdateConnectionRequest struct for UpdateConnectionRequest
func NewUpdateConnectionRequest ¶ added in v0.0.2
func NewUpdateConnectionRequest() *UpdateConnectionRequest
NewUpdateConnectionRequest instantiates a new UpdateConnectionRequest 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 NewUpdateConnectionRequestWithDefaults ¶ added in v0.0.2
func NewUpdateConnectionRequestWithDefaults() *UpdateConnectionRequest
NewUpdateConnectionRequestWithDefaults instantiates a new UpdateConnectionRequest 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 (*UpdateConnectionRequest) GetConfig ¶ added in v0.0.2
func (o *UpdateConnectionRequest) GetConfig() map[string]interface{}
GetConfig returns the Config field value if set, zero value otherwise.
func (*UpdateConnectionRequest) GetConfigOk ¶ added in v0.0.2
func (o *UpdateConnectionRequest) GetConfigOk() (*map[string]interface{}, bool)
GetConfigOk returns a tuple with the Config field value if set, nil otherwise and a boolean to check if the value has been set.
func (*UpdateConnectionRequest) GetHandle ¶ added in v0.0.2
func (o *UpdateConnectionRequest) GetHandle() string
GetHandle returns the Handle field value if set, zero value otherwise.
func (*UpdateConnectionRequest) GetHandleOk ¶ added in v0.0.2
func (o *UpdateConnectionRequest) GetHandleOk() (*string, bool)
GetHandleOk returns a tuple with the Handle field value if set, nil otherwise and a boolean to check if the value has been set.
func (*UpdateConnectionRequest) HasConfig ¶ added in v0.0.2
func (o *UpdateConnectionRequest) HasConfig() bool
HasConfig returns a boolean if a field has been set.
func (*UpdateConnectionRequest) HasHandle ¶ added in v0.0.2
func (o *UpdateConnectionRequest) HasHandle() bool
HasHandle returns a boolean if a field has been set.
func (UpdateConnectionRequest) MarshalJSON ¶ added in v0.0.2
func (o UpdateConnectionRequest) MarshalJSON() ([]byte, error)
func (*UpdateConnectionRequest) SetConfig ¶ added in v0.0.2
func (o *UpdateConnectionRequest) SetConfig(v map[string]interface{})
SetConfig gets a reference to the given map[string]interface{} and assigns it to the Config field.
func (*UpdateConnectionRequest) SetHandle ¶ added in v0.0.2
func (o *UpdateConnectionRequest) SetHandle(v string)
SetHandle gets a reference to the given string and assigns it to the Handle field.
type UpdateOrgRequest ¶ added in v0.0.2
type UpdateOrgRequest struct { DisplayName *string `json:"display_name,omitempty"` Handle *string `json:"handle,omitempty"` TokenMinIssuedAt *JSONTime `json:"token_min_issued_at,omitempty"` Url *string `json:"url,omitempty"` }
UpdateOrgRequest struct for UpdateOrgRequest
func NewUpdateOrgRequest ¶ added in v0.0.2
func NewUpdateOrgRequest() *UpdateOrgRequest
NewUpdateOrgRequest instantiates a new UpdateOrgRequest 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 NewUpdateOrgRequestWithDefaults ¶ added in v0.0.2
func NewUpdateOrgRequestWithDefaults() *UpdateOrgRequest
NewUpdateOrgRequestWithDefaults instantiates a new UpdateOrgRequest 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 (*UpdateOrgRequest) GetDisplayName ¶ added in v0.0.2
func (o *UpdateOrgRequest) GetDisplayName() string
GetDisplayName returns the DisplayName field value if set, zero value otherwise.
func (*UpdateOrgRequest) GetDisplayNameOk ¶ added in v0.0.2
func (o *UpdateOrgRequest) GetDisplayNameOk() (*string, bool)
GetDisplayNameOk returns a tuple with the DisplayName field value if set, nil otherwise and a boolean to check if the value has been set.
func (*UpdateOrgRequest) GetHandle ¶ added in v0.0.2
func (o *UpdateOrgRequest) GetHandle() string
GetHandle returns the Handle field value if set, zero value otherwise.
func (*UpdateOrgRequest) GetHandleOk ¶ added in v0.0.2
func (o *UpdateOrgRequest) GetHandleOk() (*string, bool)
GetHandleOk returns a tuple with the Handle field value if set, nil otherwise and a boolean to check if the value has been set.
func (*UpdateOrgRequest) GetTokenMinIssuedAt ¶ added in v0.6.0
func (o *UpdateOrgRequest) GetTokenMinIssuedAt() JSONTime
GetTokenMinIssuedAt returns the TokenMinIssuedAt field value if set, zero value otherwise.
func (*UpdateOrgRequest) GetTokenMinIssuedAtOk ¶ added in v0.6.0
func (o *UpdateOrgRequest) GetTokenMinIssuedAtOk() (*JSONTime, bool)
GetTokenMinIssuedAtOk returns a tuple with the TokenMinIssuedAt field value if set, nil otherwise and a boolean to check if the value has been set.
func (*UpdateOrgRequest) GetUrl ¶ added in v0.0.2
func (o *UpdateOrgRequest) GetUrl() string
GetUrl returns the Url field value if set, zero value otherwise.
func (*UpdateOrgRequest) GetUrlOk ¶ added in v0.0.2
func (o *UpdateOrgRequest) GetUrlOk() (*string, bool)
GetUrlOk returns a tuple with the Url field value if set, nil otherwise and a boolean to check if the value has been set.
func (*UpdateOrgRequest) HasDisplayName ¶ added in v0.0.2
func (o *UpdateOrgRequest) HasDisplayName() bool
HasDisplayName returns a boolean if a field has been set.
func (*UpdateOrgRequest) HasHandle ¶ added in v0.0.2
func (o *UpdateOrgRequest) HasHandle() bool
HasHandle returns a boolean if a field has been set.
func (*UpdateOrgRequest) HasTokenMinIssuedAt ¶ added in v0.6.0
func (o *UpdateOrgRequest) HasTokenMinIssuedAt() bool
HasTokenMinIssuedAt returns a boolean if a field has been set.
func (*UpdateOrgRequest) HasUrl ¶ added in v0.0.2
func (o *UpdateOrgRequest) HasUrl() bool
HasUrl returns a boolean if a field has been set.
func (UpdateOrgRequest) MarshalJSON ¶ added in v0.0.2
func (o UpdateOrgRequest) MarshalJSON() ([]byte, error)
func (*UpdateOrgRequest) SetDisplayName ¶ added in v0.0.2
func (o *UpdateOrgRequest) SetDisplayName(v string)
SetDisplayName gets a reference to the given string and assigns it to the DisplayName field.
func (*UpdateOrgRequest) SetHandle ¶ added in v0.0.2
func (o *UpdateOrgRequest) SetHandle(v string)
SetHandle gets a reference to the given string and assigns it to the Handle field.
func (*UpdateOrgRequest) SetTokenMinIssuedAt ¶ added in v0.6.0
func (o *UpdateOrgRequest) SetTokenMinIssuedAt(v JSONTime)
SetTokenMinIssuedAt gets a reference to the given JSONTime and assigns it to the TokenMinIssuedAt field.
func (*UpdateOrgRequest) SetUrl ¶ added in v0.0.2
func (o *UpdateOrgRequest) SetUrl(v string)
SetUrl gets a reference to the given string and assigns it to the Url field.
type UpdateOrgUserRequest ¶ added in v0.0.2
type UpdateOrgUserRequest struct {
Role string `json:"role"`
}
UpdateOrgUserRequest struct for UpdateOrgUserRequest
func NewUpdateOrgUserRequest ¶ added in v0.0.2
func NewUpdateOrgUserRequest(role string) *UpdateOrgUserRequest
NewUpdateOrgUserRequest instantiates a new UpdateOrgUserRequest 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 NewUpdateOrgUserRequestWithDefaults ¶ added in v0.0.2
func NewUpdateOrgUserRequestWithDefaults() *UpdateOrgUserRequest
NewUpdateOrgUserRequestWithDefaults instantiates a new UpdateOrgUserRequest 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 (*UpdateOrgUserRequest) GetRole ¶ added in v0.0.2
func (o *UpdateOrgUserRequest) GetRole() string
GetRole returns the Role field value
func (*UpdateOrgUserRequest) GetRoleOk ¶ added in v0.0.2
func (o *UpdateOrgUserRequest) GetRoleOk() (*string, bool)
GetRoleOk returns a tuple with the Role field value and a boolean to check if the value has been set.
func (UpdateOrgUserRequest) MarshalJSON ¶ added in v0.0.2
func (o UpdateOrgUserRequest) MarshalJSON() ([]byte, error)
func (*UpdateOrgUserRequest) SetRole ¶ added in v0.0.2
func (o *UpdateOrgUserRequest) SetRole(v string)
SetRole sets field value
type UpdateOrgWorkspaceUserRequest ¶ added in v0.1.0
type UpdateOrgWorkspaceUserRequest struct {
Role string `json:"role"`
}
UpdateOrgWorkspaceUserRequest struct for UpdateOrgWorkspaceUserRequest
func NewUpdateOrgWorkspaceUserRequest ¶ added in v0.1.0
func NewUpdateOrgWorkspaceUserRequest(role string) *UpdateOrgWorkspaceUserRequest
NewUpdateOrgWorkspaceUserRequest instantiates a new UpdateOrgWorkspaceUserRequest 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 NewUpdateOrgWorkspaceUserRequestWithDefaults ¶ added in v0.1.0
func NewUpdateOrgWorkspaceUserRequestWithDefaults() *UpdateOrgWorkspaceUserRequest
NewUpdateOrgWorkspaceUserRequestWithDefaults instantiates a new UpdateOrgWorkspaceUserRequest 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 (*UpdateOrgWorkspaceUserRequest) GetRole ¶ added in v0.1.0
func (o *UpdateOrgWorkspaceUserRequest) GetRole() string
GetRole returns the Role field value
func (*UpdateOrgWorkspaceUserRequest) GetRoleOk ¶ added in v0.1.0
func (o *UpdateOrgWorkspaceUserRequest) GetRoleOk() (*string, bool)
GetRoleOk returns a tuple with the Role field value and a boolean to check if the value has been set.
func (UpdateOrgWorkspaceUserRequest) MarshalJSON ¶ added in v0.1.0
func (o UpdateOrgWorkspaceUserRequest) MarshalJSON() ([]byte, error)
func (*UpdateOrgWorkspaceUserRequest) SetRole ¶ added in v0.1.0
func (o *UpdateOrgWorkspaceUserRequest) SetRole(v string)
SetRole sets field value
type UpdatePipelineRequest ¶ added in v0.5.0
type UpdatePipelineRequest struct { Args interface{} `json:"args,omitempty"` // The desired state of the pipeline. DesiredState *string `json:"desired_state,omitempty"` Frequency *PipelineFrequency `json:"frequency,omitempty"` Tags interface{} `json:"tags,omitempty"` // The title of the pipeline. Title *string `json:"title,omitempty"` }
UpdatePipelineRequest struct for UpdatePipelineRequest
func NewUpdatePipelineRequest ¶ added in v0.5.0
func NewUpdatePipelineRequest() *UpdatePipelineRequest
NewUpdatePipelineRequest instantiates a new UpdatePipelineRequest 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 NewUpdatePipelineRequestWithDefaults ¶ added in v0.5.0
func NewUpdatePipelineRequestWithDefaults() *UpdatePipelineRequest
NewUpdatePipelineRequestWithDefaults instantiates a new UpdatePipelineRequest 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 (*UpdatePipelineRequest) GetArgs ¶ added in v0.5.0
func (o *UpdatePipelineRequest) GetArgs() interface{}
GetArgs returns the Args field value if set, zero value otherwise (both if not set or set to explicit null).
func (*UpdatePipelineRequest) GetArgsOk ¶ added in v0.5.0
func (o *UpdatePipelineRequest) GetArgsOk() (*interface{}, bool)
GetArgsOk returns a tuple with the Args field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*UpdatePipelineRequest) GetDesiredState ¶ added in v0.6.0
func (o *UpdatePipelineRequest) GetDesiredState() string
GetDesiredState returns the DesiredState field value if set, zero value otherwise.
func (*UpdatePipelineRequest) GetDesiredStateOk ¶ added in v0.6.0
func (o *UpdatePipelineRequest) GetDesiredStateOk() (*string, bool)
GetDesiredStateOk returns a tuple with the DesiredState field value if set, nil otherwise and a boolean to check if the value has been set.
func (*UpdatePipelineRequest) GetFrequency ¶ added in v0.5.0
func (o *UpdatePipelineRequest) GetFrequency() PipelineFrequency
GetFrequency returns the Frequency field value if set, zero value otherwise.
func (*UpdatePipelineRequest) GetFrequencyOk ¶ added in v0.5.0
func (o *UpdatePipelineRequest) GetFrequencyOk() (*PipelineFrequency, bool)
GetFrequencyOk returns a tuple with the Frequency field value if set, nil otherwise and a boolean to check if the value has been set.
func (*UpdatePipelineRequest) GetTags ¶ added in v0.5.0
func (o *UpdatePipelineRequest) GetTags() interface{}
GetTags returns the Tags field value if set, zero value otherwise (both if not set or set to explicit null).
func (*UpdatePipelineRequest) GetTagsOk ¶ added in v0.5.0
func (o *UpdatePipelineRequest) GetTagsOk() (*interface{}, bool)
GetTagsOk returns a tuple with the Tags field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*UpdatePipelineRequest) GetTitle ¶ added in v0.5.0
func (o *UpdatePipelineRequest) GetTitle() string
GetTitle returns the Title field value if set, zero value otherwise.
func (*UpdatePipelineRequest) GetTitleOk ¶ added in v0.5.0
func (o *UpdatePipelineRequest) GetTitleOk() (*string, bool)
GetTitleOk returns a tuple with the Title field value if set, nil otherwise and a boolean to check if the value has been set.
func (*UpdatePipelineRequest) HasArgs ¶ added in v0.5.0
func (o *UpdatePipelineRequest) HasArgs() bool
HasArgs returns a boolean if a field has been set.
func (*UpdatePipelineRequest) HasDesiredState ¶ added in v0.6.0
func (o *UpdatePipelineRequest) HasDesiredState() bool
HasDesiredState returns a boolean if a field has been set.
func (*UpdatePipelineRequest) HasFrequency ¶ added in v0.5.0
func (o *UpdatePipelineRequest) HasFrequency() bool
HasFrequency returns a boolean if a field has been set.
func (*UpdatePipelineRequest) HasTags ¶ added in v0.5.0
func (o *UpdatePipelineRequest) HasTags() bool
HasTags returns a boolean if a field has been set.
func (*UpdatePipelineRequest) HasTitle ¶ added in v0.5.0
func (o *UpdatePipelineRequest) HasTitle() bool
HasTitle returns a boolean if a field has been set.
func (UpdatePipelineRequest) MarshalJSON ¶ added in v0.5.0
func (o UpdatePipelineRequest) MarshalJSON() ([]byte, error)
func (*UpdatePipelineRequest) SetArgs ¶ added in v0.5.0
func (o *UpdatePipelineRequest) SetArgs(v interface{})
SetArgs gets a reference to the given interface{} and assigns it to the Args field.
func (*UpdatePipelineRequest) SetDesiredState ¶ added in v0.6.0
func (o *UpdatePipelineRequest) SetDesiredState(v string)
SetDesiredState gets a reference to the given string and assigns it to the DesiredState field.
func (*UpdatePipelineRequest) SetFrequency ¶ added in v0.5.0
func (o *UpdatePipelineRequest) SetFrequency(v PipelineFrequency)
SetFrequency gets a reference to the given PipelineFrequency and assigns it to the Frequency field.
func (*UpdatePipelineRequest) SetTags ¶ added in v0.5.0
func (o *UpdatePipelineRequest) SetTags(v interface{})
SetTags gets a reference to the given interface{} and assigns it to the Tags field.
func (*UpdatePipelineRequest) SetTitle ¶ added in v0.5.0
func (o *UpdatePipelineRequest) SetTitle(v string)
SetTitle gets a reference to the given string and assigns it to the Title field.
type UpdateTemporaryTokenRequest ¶ added in v0.2.0
type UpdateTemporaryTokenRequest struct {
State string `json:"state"`
}
UpdateTemporaryTokenRequest struct for UpdateTemporaryTokenRequest
func NewUpdateTemporaryTokenRequest ¶ added in v0.2.0
func NewUpdateTemporaryTokenRequest(state string) *UpdateTemporaryTokenRequest
NewUpdateTemporaryTokenRequest instantiates a new UpdateTemporaryTokenRequest 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 NewUpdateTemporaryTokenRequestWithDefaults ¶ added in v0.2.0
func NewUpdateTemporaryTokenRequestWithDefaults() *UpdateTemporaryTokenRequest
NewUpdateTemporaryTokenRequestWithDefaults instantiates a new UpdateTemporaryTokenRequest 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 (*UpdateTemporaryTokenRequest) GetState ¶ added in v0.2.0
func (o *UpdateTemporaryTokenRequest) GetState() string
GetState returns the State field value
func (*UpdateTemporaryTokenRequest) GetStateOk ¶ added in v0.2.0
func (o *UpdateTemporaryTokenRequest) GetStateOk() (*string, bool)
GetStateOk returns a tuple with the State field value and a boolean to check if the value has been set.
func (UpdateTemporaryTokenRequest) MarshalJSON ¶ added in v0.2.0
func (o UpdateTemporaryTokenRequest) MarshalJSON() ([]byte, error)
func (*UpdateTemporaryTokenRequest) SetState ¶ added in v0.2.0
func (o *UpdateTemporaryTokenRequest) SetState(v string)
SetState sets field value
type UpdateTokenRequest ¶ added in v0.0.2
type UpdateTokenRequest struct {
Status string `json:"status"`
}
UpdateTokenRequest struct for UpdateTokenRequest
func NewUpdateTokenRequest ¶ added in v0.0.2
func NewUpdateTokenRequest(status string) *UpdateTokenRequest
NewUpdateTokenRequest instantiates a new UpdateTokenRequest 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 NewUpdateTokenRequestWithDefaults ¶ added in v0.0.2
func NewUpdateTokenRequestWithDefaults() *UpdateTokenRequest
NewUpdateTokenRequestWithDefaults instantiates a new UpdateTokenRequest 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 (*UpdateTokenRequest) GetStatus ¶ added in v0.0.2
func (o *UpdateTokenRequest) GetStatus() string
GetStatus returns the Status field value
func (*UpdateTokenRequest) GetStatusOk ¶ added in v0.0.2
func (o *UpdateTokenRequest) GetStatusOk() (*string, bool)
GetStatusOk returns a tuple with the Status field value and a boolean to check if the value has been set.
func (UpdateTokenRequest) MarshalJSON ¶ added in v0.0.2
func (o UpdateTokenRequest) MarshalJSON() ([]byte, error)
func (*UpdateTokenRequest) SetStatus ¶ added in v0.0.2
func (o *UpdateTokenRequest) SetStatus(v string)
SetStatus sets field value
type UpdateUserPreferencesRequest ¶ added in v0.2.0
type UpdateUserPreferencesRequest struct { CommunicationCommunityUpdates *string `json:"communication_community_updates,omitempty"` CommunicationProductUpdates *string `json:"communication_product_updates,omitempty"` CommunicationTipsAndTricks *string `json:"communication_tips_and_tricks,omitempty"` }
UpdateUserPreferencesRequest struct for UpdateUserPreferencesRequest
func NewUpdateUserPreferencesRequest ¶ added in v0.2.0
func NewUpdateUserPreferencesRequest() *UpdateUserPreferencesRequest
NewUpdateUserPreferencesRequest instantiates a new UpdateUserPreferencesRequest 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 NewUpdateUserPreferencesRequestWithDefaults ¶ added in v0.2.0
func NewUpdateUserPreferencesRequestWithDefaults() *UpdateUserPreferencesRequest
NewUpdateUserPreferencesRequestWithDefaults instantiates a new UpdateUserPreferencesRequest 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 (*UpdateUserPreferencesRequest) GetCommunicationCommunityUpdates ¶ added in v0.2.0
func (o *UpdateUserPreferencesRequest) GetCommunicationCommunityUpdates() string
GetCommunicationCommunityUpdates returns the CommunicationCommunityUpdates field value if set, zero value otherwise.
func (*UpdateUserPreferencesRequest) GetCommunicationCommunityUpdatesOk ¶ added in v0.2.0
func (o *UpdateUserPreferencesRequest) GetCommunicationCommunityUpdatesOk() (*string, bool)
GetCommunicationCommunityUpdatesOk returns a tuple with the CommunicationCommunityUpdates field value if set, nil otherwise and a boolean to check if the value has been set.
func (*UpdateUserPreferencesRequest) GetCommunicationProductUpdates ¶ added in v0.2.0
func (o *UpdateUserPreferencesRequest) GetCommunicationProductUpdates() string
GetCommunicationProductUpdates returns the CommunicationProductUpdates field value if set, zero value otherwise.
func (*UpdateUserPreferencesRequest) GetCommunicationProductUpdatesOk ¶ added in v0.2.0
func (o *UpdateUserPreferencesRequest) GetCommunicationProductUpdatesOk() (*string, bool)
GetCommunicationProductUpdatesOk returns a tuple with the CommunicationProductUpdates field value if set, nil otherwise and a boolean to check if the value has been set.
func (*UpdateUserPreferencesRequest) GetCommunicationTipsAndTricks ¶ added in v0.2.0
func (o *UpdateUserPreferencesRequest) GetCommunicationTipsAndTricks() string
GetCommunicationTipsAndTricks returns the CommunicationTipsAndTricks field value if set, zero value otherwise.
func (*UpdateUserPreferencesRequest) GetCommunicationTipsAndTricksOk ¶ added in v0.2.0
func (o *UpdateUserPreferencesRequest) GetCommunicationTipsAndTricksOk() (*string, bool)
GetCommunicationTipsAndTricksOk returns a tuple with the CommunicationTipsAndTricks field value if set, nil otherwise and a boolean to check if the value has been set.
func (*UpdateUserPreferencesRequest) HasCommunicationCommunityUpdates ¶ added in v0.2.0
func (o *UpdateUserPreferencesRequest) HasCommunicationCommunityUpdates() bool
HasCommunicationCommunityUpdates returns a boolean if a field has been set.
func (*UpdateUserPreferencesRequest) HasCommunicationProductUpdates ¶ added in v0.2.0
func (o *UpdateUserPreferencesRequest) HasCommunicationProductUpdates() bool
HasCommunicationProductUpdates returns a boolean if a field has been set.
func (*UpdateUserPreferencesRequest) HasCommunicationTipsAndTricks ¶ added in v0.2.0
func (o *UpdateUserPreferencesRequest) HasCommunicationTipsAndTricks() bool
HasCommunicationTipsAndTricks returns a boolean if a field has been set.
func (UpdateUserPreferencesRequest) MarshalJSON ¶ added in v0.2.0
func (o UpdateUserPreferencesRequest) MarshalJSON() ([]byte, error)
func (*UpdateUserPreferencesRequest) SetCommunicationCommunityUpdates ¶ added in v0.2.0
func (o *UpdateUserPreferencesRequest) SetCommunicationCommunityUpdates(v string)
SetCommunicationCommunityUpdates gets a reference to the given string and assigns it to the CommunicationCommunityUpdates field.
func (*UpdateUserPreferencesRequest) SetCommunicationProductUpdates ¶ added in v0.2.0
func (o *UpdateUserPreferencesRequest) SetCommunicationProductUpdates(v string)
SetCommunicationProductUpdates gets a reference to the given string and assigns it to the CommunicationProductUpdates field.
func (*UpdateUserPreferencesRequest) SetCommunicationTipsAndTricks ¶ added in v0.2.0
func (o *UpdateUserPreferencesRequest) SetCommunicationTipsAndTricks(v string)
SetCommunicationTipsAndTricks gets a reference to the given string and assigns it to the CommunicationTipsAndTricks field.
type UpdateUserRequest ¶ added in v0.0.2
type UpdateUserRequest struct { DisplayName *string `json:"display_name,omitempty"` Handle *string `json:"handle,omitempty"` TokenMinIssuedAt *JSONTime `json:"token_min_issued_at,omitempty"` Url *string `json:"url,omitempty"` }
UpdateUserRequest struct for UpdateUserRequest
func NewUpdateUserRequest ¶ added in v0.0.2
func NewUpdateUserRequest() *UpdateUserRequest
NewUpdateUserRequest instantiates a new UpdateUserRequest 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 NewUpdateUserRequestWithDefaults ¶ added in v0.0.2
func NewUpdateUserRequestWithDefaults() *UpdateUserRequest
NewUpdateUserRequestWithDefaults instantiates a new UpdateUserRequest 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 (*UpdateUserRequest) GetDisplayName ¶ added in v0.0.2
func (o *UpdateUserRequest) GetDisplayName() string
GetDisplayName returns the DisplayName field value if set, zero value otherwise.
func (*UpdateUserRequest) GetDisplayNameOk ¶ added in v0.0.2
func (o *UpdateUserRequest) GetDisplayNameOk() (*string, bool)
GetDisplayNameOk returns a tuple with the DisplayName field value if set, nil otherwise and a boolean to check if the value has been set.
func (*UpdateUserRequest) GetHandle ¶ added in v0.0.2
func (o *UpdateUserRequest) GetHandle() string
GetHandle returns the Handle field value if set, zero value otherwise.
func (*UpdateUserRequest) GetHandleOk ¶ added in v0.0.2
func (o *UpdateUserRequest) GetHandleOk() (*string, bool)
GetHandleOk returns a tuple with the Handle field value if set, nil otherwise and a boolean to check if the value has been set.
func (*UpdateUserRequest) GetTokenMinIssuedAt ¶ added in v0.6.0
func (o *UpdateUserRequest) GetTokenMinIssuedAt() JSONTime
GetTokenMinIssuedAt returns the TokenMinIssuedAt field value if set, zero value otherwise.
func (*UpdateUserRequest) GetTokenMinIssuedAtOk ¶ added in v0.6.0
func (o *UpdateUserRequest) GetTokenMinIssuedAtOk() (*JSONTime, bool)
GetTokenMinIssuedAtOk returns a tuple with the TokenMinIssuedAt field value if set, nil otherwise and a boolean to check if the value has been set.
func (*UpdateUserRequest) GetUrl ¶ added in v0.0.2
func (o *UpdateUserRequest) GetUrl() string
GetUrl returns the Url field value if set, zero value otherwise.
func (*UpdateUserRequest) GetUrlOk ¶ added in v0.0.2
func (o *UpdateUserRequest) GetUrlOk() (*string, bool)
GetUrlOk returns a tuple with the Url field value if set, nil otherwise and a boolean to check if the value has been set.
func (*UpdateUserRequest) HasDisplayName ¶ added in v0.0.2
func (o *UpdateUserRequest) HasDisplayName() bool
HasDisplayName returns a boolean if a field has been set.
func (*UpdateUserRequest) HasHandle ¶ added in v0.0.2
func (o *UpdateUserRequest) HasHandle() bool
HasHandle returns a boolean if a field has been set.
func (*UpdateUserRequest) HasTokenMinIssuedAt ¶ added in v0.6.0
func (o *UpdateUserRequest) HasTokenMinIssuedAt() bool
HasTokenMinIssuedAt returns a boolean if a field has been set.
func (*UpdateUserRequest) HasUrl ¶ added in v0.0.2
func (o *UpdateUserRequest) HasUrl() bool
HasUrl returns a boolean if a field has been set.
func (UpdateUserRequest) MarshalJSON ¶ added in v0.0.2
func (o UpdateUserRequest) MarshalJSON() ([]byte, error)
func (*UpdateUserRequest) SetDisplayName ¶ added in v0.0.2
func (o *UpdateUserRequest) SetDisplayName(v string)
SetDisplayName gets a reference to the given string and assigns it to the DisplayName field.
func (*UpdateUserRequest) SetHandle ¶ added in v0.0.2
func (o *UpdateUserRequest) SetHandle(v string)
SetHandle gets a reference to the given string and assigns it to the Handle field.
func (*UpdateUserRequest) SetTokenMinIssuedAt ¶ added in v0.6.0
func (o *UpdateUserRequest) SetTokenMinIssuedAt(v JSONTime)
SetTokenMinIssuedAt gets a reference to the given JSONTime and assigns it to the TokenMinIssuedAt field.
func (*UpdateUserRequest) SetUrl ¶ added in v0.0.2
func (o *UpdateUserRequest) SetUrl(v string)
SetUrl gets a reference to the given string and assigns it to the Url field.
type UpdateWorkspaceAggregatorRequest ¶ added in v0.6.0
type UpdateWorkspaceAggregatorRequest struct { // The connections that are a part of the aggregator. Connections *[]string `json:"connections,omitempty"` // The handle of the aggregator. Handle *string `json:"handle,omitempty"` }
UpdateWorkspaceAggregatorRequest struct for UpdateWorkspaceAggregatorRequest
func NewUpdateWorkspaceAggregatorRequest ¶ added in v0.6.0
func NewUpdateWorkspaceAggregatorRequest() *UpdateWorkspaceAggregatorRequest
NewUpdateWorkspaceAggregatorRequest instantiates a new UpdateWorkspaceAggregatorRequest 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 NewUpdateWorkspaceAggregatorRequestWithDefaults ¶ added in v0.6.0
func NewUpdateWorkspaceAggregatorRequestWithDefaults() *UpdateWorkspaceAggregatorRequest
NewUpdateWorkspaceAggregatorRequestWithDefaults instantiates a new UpdateWorkspaceAggregatorRequest 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 (*UpdateWorkspaceAggregatorRequest) GetConnections ¶ added in v0.6.0
func (o *UpdateWorkspaceAggregatorRequest) GetConnections() []string
GetConnections returns the Connections field value if set, zero value otherwise.
func (*UpdateWorkspaceAggregatorRequest) GetConnectionsOk ¶ added in v0.6.0
func (o *UpdateWorkspaceAggregatorRequest) GetConnectionsOk() (*[]string, bool)
GetConnectionsOk returns a tuple with the Connections field value if set, nil otherwise and a boolean to check if the value has been set.
func (*UpdateWorkspaceAggregatorRequest) GetHandle ¶ added in v0.6.0
func (o *UpdateWorkspaceAggregatorRequest) GetHandle() string
GetHandle returns the Handle field value if set, zero value otherwise.
func (*UpdateWorkspaceAggregatorRequest) GetHandleOk ¶ added in v0.6.0
func (o *UpdateWorkspaceAggregatorRequest) GetHandleOk() (*string, bool)
GetHandleOk returns a tuple with the Handle field value if set, nil otherwise and a boolean to check if the value has been set.
func (*UpdateWorkspaceAggregatorRequest) HasConnections ¶ added in v0.6.0
func (o *UpdateWorkspaceAggregatorRequest) HasConnections() bool
HasConnections returns a boolean if a field has been set.
func (*UpdateWorkspaceAggregatorRequest) HasHandle ¶ added in v0.6.0
func (o *UpdateWorkspaceAggregatorRequest) HasHandle() bool
HasHandle returns a boolean if a field has been set.
func (UpdateWorkspaceAggregatorRequest) MarshalJSON ¶ added in v0.6.0
func (o UpdateWorkspaceAggregatorRequest) MarshalJSON() ([]byte, error)
func (*UpdateWorkspaceAggregatorRequest) SetConnections ¶ added in v0.6.0
func (o *UpdateWorkspaceAggregatorRequest) SetConnections(v []string)
SetConnections gets a reference to the given []string and assigns it to the Connections field.
func (*UpdateWorkspaceAggregatorRequest) SetHandle ¶ added in v0.6.0
func (o *UpdateWorkspaceAggregatorRequest) SetHandle(v string)
SetHandle gets a reference to the given string and assigns it to the Handle field.
type UpdateWorkspaceModRequest ¶ added in v0.0.4
type UpdateWorkspaceModRequest struct {
Constraint string `json:"constraint"`
}
UpdateWorkspaceModRequest struct for UpdateWorkspaceModRequest
func NewUpdateWorkspaceModRequest ¶ added in v0.0.4
func NewUpdateWorkspaceModRequest(constraint string) *UpdateWorkspaceModRequest
NewUpdateWorkspaceModRequest instantiates a new UpdateWorkspaceModRequest 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 NewUpdateWorkspaceModRequestWithDefaults ¶ added in v0.0.4
func NewUpdateWorkspaceModRequestWithDefaults() *UpdateWorkspaceModRequest
NewUpdateWorkspaceModRequestWithDefaults instantiates a new UpdateWorkspaceModRequest 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 (*UpdateWorkspaceModRequest) GetConstraint ¶ added in v0.0.4
func (o *UpdateWorkspaceModRequest) GetConstraint() string
GetConstraint returns the Constraint field value
func (*UpdateWorkspaceModRequest) GetConstraintOk ¶ added in v0.0.4
func (o *UpdateWorkspaceModRequest) GetConstraintOk() (*string, bool)
GetConstraintOk returns a tuple with the Constraint field value and a boolean to check if the value has been set.
func (UpdateWorkspaceModRequest) MarshalJSON ¶ added in v0.0.4
func (o UpdateWorkspaceModRequest) MarshalJSON() ([]byte, error)
func (*UpdateWorkspaceModRequest) SetConstraint ¶ added in v0.0.4
func (o *UpdateWorkspaceModRequest) SetConstraint(v string)
SetConstraint sets field value
type UpdateWorkspaceModVariableSettingRequest ¶ added in v0.0.4
type UpdateWorkspaceModVariableSettingRequest struct {
Setting interface{} `json:"setting"`
}
UpdateWorkspaceModVariableSettingRequest struct for UpdateWorkspaceModVariableSettingRequest
func NewUpdateWorkspaceModVariableSettingRequest ¶ added in v0.0.4
func NewUpdateWorkspaceModVariableSettingRequest(setting interface{}) *UpdateWorkspaceModVariableSettingRequest
NewUpdateWorkspaceModVariableSettingRequest instantiates a new UpdateWorkspaceModVariableSettingRequest 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 NewUpdateWorkspaceModVariableSettingRequestWithDefaults ¶ added in v0.0.4
func NewUpdateWorkspaceModVariableSettingRequestWithDefaults() *UpdateWorkspaceModVariableSettingRequest
NewUpdateWorkspaceModVariableSettingRequestWithDefaults instantiates a new UpdateWorkspaceModVariableSettingRequest 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 (*UpdateWorkspaceModVariableSettingRequest) GetSetting ¶ added in v0.0.4
func (o *UpdateWorkspaceModVariableSettingRequest) GetSetting() interface{}
GetSetting returns the Setting field value If the value is explicit nil, the zero value for interface{} will be returned
func (*UpdateWorkspaceModVariableSettingRequest) GetSettingOk ¶ added in v0.0.4
func (o *UpdateWorkspaceModVariableSettingRequest) GetSettingOk() (*interface{}, bool)
GetSettingOk returns a tuple with the Setting field value and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (UpdateWorkspaceModVariableSettingRequest) MarshalJSON ¶ added in v0.0.4
func (o UpdateWorkspaceModVariableSettingRequest) MarshalJSON() ([]byte, error)
func (*UpdateWorkspaceModVariableSettingRequest) SetSetting ¶ added in v0.0.4
func (o *UpdateWorkspaceModVariableSettingRequest) SetSetting(v interface{})
SetSetting sets field value
type UpdateWorkspaceRequest ¶ added in v0.0.2
type UpdateWorkspaceRequest struct { // paused is not yet supported for Workspace DesiredState *string `json:"desired_state,omitempty"` Handle *string `json:"handle,omitempty"` }
UpdateWorkspaceRequest struct for UpdateWorkspaceRequest
func NewUpdateWorkspaceRequest ¶ added in v0.0.2
func NewUpdateWorkspaceRequest() *UpdateWorkspaceRequest
NewUpdateWorkspaceRequest instantiates a new UpdateWorkspaceRequest 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 NewUpdateWorkspaceRequestWithDefaults ¶ added in v0.0.2
func NewUpdateWorkspaceRequestWithDefaults() *UpdateWorkspaceRequest
NewUpdateWorkspaceRequestWithDefaults instantiates a new UpdateWorkspaceRequest 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 (*UpdateWorkspaceRequest) GetDesiredState ¶ added in v0.6.0
func (o *UpdateWorkspaceRequest) GetDesiredState() string
GetDesiredState returns the DesiredState field value if set, zero value otherwise.
func (*UpdateWorkspaceRequest) GetDesiredStateOk ¶ added in v0.6.0
func (o *UpdateWorkspaceRequest) GetDesiredStateOk() (*string, bool)
GetDesiredStateOk returns a tuple with the DesiredState field value if set, nil otherwise and a boolean to check if the value has been set.
func (*UpdateWorkspaceRequest) GetHandle ¶ added in v0.0.2
func (o *UpdateWorkspaceRequest) GetHandle() string
GetHandle returns the Handle field value if set, zero value otherwise.
func (*UpdateWorkspaceRequest) GetHandleOk ¶ added in v0.0.2
func (o *UpdateWorkspaceRequest) GetHandleOk() (*string, bool)
GetHandleOk returns a tuple with the Handle field value if set, nil otherwise and a boolean to check if the value has been set.
func (*UpdateWorkspaceRequest) HasDesiredState ¶ added in v0.6.0
func (o *UpdateWorkspaceRequest) HasDesiredState() bool
HasDesiredState returns a boolean if a field has been set.
func (*UpdateWorkspaceRequest) HasHandle ¶ added in v0.0.2
func (o *UpdateWorkspaceRequest) HasHandle() bool
HasHandle returns a boolean if a field has been set.
func (UpdateWorkspaceRequest) MarshalJSON ¶ added in v0.0.2
func (o UpdateWorkspaceRequest) MarshalJSON() ([]byte, error)
func (*UpdateWorkspaceRequest) SetDesiredState ¶ added in v0.6.0
func (o *UpdateWorkspaceRequest) SetDesiredState(v string)
SetDesiredState gets a reference to the given string and assigns it to the DesiredState field.
func (*UpdateWorkspaceRequest) SetHandle ¶ added in v0.0.2
func (o *UpdateWorkspaceRequest) SetHandle(v string)
SetHandle gets a reference to the given string and assigns it to the Handle field.
type UpdateWorkspaceSnapshotRequest ¶ added in v0.1.3
type UpdateWorkspaceSnapshotRequest struct { Tags interface{} `json:"tags,omitempty"` // The updated title for the snapshot. Title *string `json:"title,omitempty"` // The updated visibility for the snapshot. Visibility *string `json:"visibility,omitempty"` }
UpdateWorkspaceSnapshotRequest struct for UpdateWorkspaceSnapshotRequest
func NewUpdateWorkspaceSnapshotRequest ¶ added in v0.1.3
func NewUpdateWorkspaceSnapshotRequest() *UpdateWorkspaceSnapshotRequest
NewUpdateWorkspaceSnapshotRequest instantiates a new UpdateWorkspaceSnapshotRequest 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 NewUpdateWorkspaceSnapshotRequestWithDefaults ¶ added in v0.1.3
func NewUpdateWorkspaceSnapshotRequestWithDefaults() *UpdateWorkspaceSnapshotRequest
NewUpdateWorkspaceSnapshotRequestWithDefaults instantiates a new UpdateWorkspaceSnapshotRequest 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 (*UpdateWorkspaceSnapshotRequest) GetTags ¶ added in v0.1.3
func (o *UpdateWorkspaceSnapshotRequest) GetTags() interface{}
GetTags returns the Tags field value if set, zero value otherwise (both if not set or set to explicit null).
func (*UpdateWorkspaceSnapshotRequest) GetTagsOk ¶ added in v0.1.3
func (o *UpdateWorkspaceSnapshotRequest) GetTagsOk() (*interface{}, bool)
GetTagsOk returns a tuple with the Tags field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*UpdateWorkspaceSnapshotRequest) GetTitle ¶ added in v0.2.0
func (o *UpdateWorkspaceSnapshotRequest) GetTitle() string
GetTitle returns the Title field value if set, zero value otherwise.
func (*UpdateWorkspaceSnapshotRequest) GetTitleOk ¶ added in v0.2.0
func (o *UpdateWorkspaceSnapshotRequest) GetTitleOk() (*string, bool)
GetTitleOk returns a tuple with the Title field value if set, nil otherwise and a boolean to check if the value has been set.
func (*UpdateWorkspaceSnapshotRequest) GetVisibility ¶ added in v0.1.3
func (o *UpdateWorkspaceSnapshotRequest) GetVisibility() string
GetVisibility returns the Visibility field value if set, zero value otherwise.
func (*UpdateWorkspaceSnapshotRequest) GetVisibilityOk ¶ added in v0.1.3
func (o *UpdateWorkspaceSnapshotRequest) GetVisibilityOk() (*string, bool)
GetVisibilityOk returns a tuple with the Visibility field value if set, nil otherwise and a boolean to check if the value has been set.
func (*UpdateWorkspaceSnapshotRequest) HasTags ¶ added in v0.1.3
func (o *UpdateWorkspaceSnapshotRequest) HasTags() bool
HasTags returns a boolean if a field has been set.
func (*UpdateWorkspaceSnapshotRequest) HasTitle ¶ added in v0.2.0
func (o *UpdateWorkspaceSnapshotRequest) HasTitle() bool
HasTitle returns a boolean if a field has been set.
func (*UpdateWorkspaceSnapshotRequest) HasVisibility ¶ added in v0.1.3
func (o *UpdateWorkspaceSnapshotRequest) HasVisibility() bool
HasVisibility returns a boolean if a field has been set.
func (UpdateWorkspaceSnapshotRequest) MarshalJSON ¶ added in v0.1.3
func (o UpdateWorkspaceSnapshotRequest) MarshalJSON() ([]byte, error)
func (*UpdateWorkspaceSnapshotRequest) SetTags ¶ added in v0.1.3
func (o *UpdateWorkspaceSnapshotRequest) SetTags(v interface{})
SetTags gets a reference to the given interface{} and assigns it to the Tags field.
func (*UpdateWorkspaceSnapshotRequest) SetTitle ¶ added in v0.2.0
func (o *UpdateWorkspaceSnapshotRequest) SetTitle(v string)
SetTitle gets a reference to the given string and assigns it to the Title field.
func (*UpdateWorkspaceSnapshotRequest) SetVisibility ¶ added in v0.1.3
func (o *UpdateWorkspaceSnapshotRequest) SetVisibility(v string)
SetVisibility gets a reference to the given string and assigns it to the Visibility field.
type User ¶ added in v0.0.2
type User struct { AvatarUrl *string `json:"avatar_url,omitempty"` // The user created time. CreatedAt string `json:"created_at"` DisplayName *string `json:"display_name,omitempty"` // The handle name of a user. Handle string `json:"handle"` // The unique identifier of a user. Id string `json:"id"` PreviewAccessMode *string `json:"preview_access_mode,omitempty"` // The status of the user i.e accepted or pending. Status string `json:"status"` TokenMinIssuedAt *JSONTime `json:"token_min_issued_at,omitempty"` // The user updated time. UpdatedAt *string `json:"updated_at,omitempty"` Url *string `json:"url,omitempty"` // The current version of a user. VersionId int32 `json:"version_id"` }
User struct for User
func NewUser ¶ added in v0.0.2
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 ¶ added in v0.0.2
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) GetAvatarUrl ¶ added in v0.0.2
GetAvatarUrl returns the AvatarUrl field value if set, zero value otherwise.
func (*User) GetAvatarUrlOk ¶ added in v0.0.2
GetAvatarUrlOk returns a tuple with the AvatarUrl field value if set, nil otherwise and a boolean to check if the value has been set.
func (*User) GetCreatedAt ¶ added in v0.0.2
GetCreatedAt returns the CreatedAt field value
func (*User) GetCreatedAtOk ¶ added in v0.0.2
GetCreatedAtOk returns a tuple with the CreatedAt field value and a boolean to check if the value has been set.
func (*User) GetDisplayName ¶ added in v0.0.2
GetDisplayName returns the DisplayName field value if set, zero value otherwise.
func (*User) GetDisplayNameOk ¶ added in v0.0.2
GetDisplayNameOk returns a tuple with the DisplayName field value if set, nil otherwise and a boolean to check if the value has been set.
func (*User) GetHandleOk ¶ added in v0.0.2
GetHandleOk returns a tuple with the Handle field value and a boolean to check if the value has been set.
func (*User) GetIdOk ¶ added in v0.0.2
GetIdOk returns a tuple with the Id field value and a boolean to check if the value has been set.
func (*User) GetPreviewAccessMode ¶ added in v0.0.2
GetPreviewAccessMode returns the PreviewAccessMode field value if set, zero value otherwise.
func (*User) GetPreviewAccessModeOk ¶ added in v0.0.2
GetPreviewAccessModeOk returns a tuple with the PreviewAccessMode field value if set, nil otherwise and a boolean to check if the value has been set.
func (*User) GetStatusOk ¶ added in v0.0.2
GetStatusOk returns a tuple with the Status field value and a boolean to check if the value has been set.
func (*User) GetTokenMinIssuedAt ¶ added in v0.6.0
GetTokenMinIssuedAt returns the TokenMinIssuedAt field value if set, zero value otherwise.
func (*User) GetTokenMinIssuedAtOk ¶ added in v0.6.0
GetTokenMinIssuedAtOk returns a tuple with the TokenMinIssuedAt field value if set, nil otherwise and a boolean to check if the value has been set.
func (*User) GetUpdatedAt ¶ added in v0.0.2
GetUpdatedAt returns the UpdatedAt field value if set, zero value otherwise.
func (*User) GetUpdatedAtOk ¶ added in v0.0.2
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 (*User) GetUrl ¶ added in v0.0.2
GetUrl returns the Url field value if set, zero value otherwise.
func (*User) GetUrlOk ¶ added in v0.0.2
GetUrlOk returns a tuple with the Url field value if set, nil otherwise and a boolean to check if the value has been set.
func (*User) GetVersionId ¶ added in v0.0.2
GetVersionId returns the VersionId field value
func (*User) GetVersionIdOk ¶ added in v0.0.2
GetVersionIdOk returns a tuple with the VersionId field value and a boolean to check if the value has been set.
func (*User) HasAvatarUrl ¶ added in v0.0.2
HasAvatarUrl returns a boolean if a field has been set.
func (*User) HasDisplayName ¶ added in v0.0.2
HasDisplayName returns a boolean if a field has been set.
func (*User) HasPreviewAccessMode ¶ added in v0.0.2
HasPreviewAccessMode returns a boolean if a field has been set.
func (*User) HasTokenMinIssuedAt ¶ added in v0.6.0
HasTokenMinIssuedAt returns a boolean if a field has been set.
func (*User) HasUpdatedAt ¶ added in v0.0.2
HasUpdatedAt returns a boolean if a field has been set.
func (User) MarshalJSON ¶ added in v0.0.2
func (*User) SetAvatarUrl ¶ added in v0.0.2
SetAvatarUrl gets a reference to the given string and assigns it to the AvatarUrl field.
func (*User) SetCreatedAt ¶ added in v0.0.2
SetCreatedAt sets field value
func (*User) SetDisplayName ¶ added in v0.0.2
SetDisplayName gets a reference to the given string and assigns it to the DisplayName field.
func (*User) SetPreviewAccessMode ¶ added in v0.0.2
SetPreviewAccessMode gets a reference to the given string and assigns it to the PreviewAccessMode field.
func (*User) SetTokenMinIssuedAt ¶ added in v0.6.0
SetTokenMinIssuedAt gets a reference to the given JSONTime and assigns it to the TokenMinIssuedAt field.
func (*User) SetUpdatedAt ¶ added in v0.0.2
SetUpdatedAt gets a reference to the given string and assigns it to the UpdatedAt field.
func (*User) SetUrl ¶ added in v0.0.2
SetUrl gets a reference to the given string and assigns it to the Url field.
func (*User) SetVersionId ¶ added in v0.0.2
SetVersionId sets field value
type UserConnectionsApiCreateDeprecatedRequest ¶ added in v0.6.0
type UserConnectionsApiCreateDeprecatedRequest struct { ApiService *UserConnectionsService // contains filtered or unexported fields }
func (UserConnectionsApiCreateDeprecatedRequest) Execute ¶ added in v0.6.0
func (r UserConnectionsApiCreateDeprecatedRequest) Execute() (Connection, *_nethttp.Response, error)
func (UserConnectionsApiCreateDeprecatedRequest) Mode ¶ added in v0.6.0
func (r UserConnectionsApiCreateDeprecatedRequest) Mode(mode string) UserConnectionsApiCreateDeprecatedRequest
The mode of this request
func (UserConnectionsApiCreateDeprecatedRequest) Request ¶ added in v0.6.0
func (r UserConnectionsApiCreateDeprecatedRequest) Request(request CreateConnectionRequest) UserConnectionsApiCreateDeprecatedRequest
The request body for the connection to be created.
type UserConnectionsApiCreateRequest ¶
type UserConnectionsApiCreateRequest struct { ApiService *UserConnectionsService // contains filtered or unexported fields }
func (UserConnectionsApiCreateRequest) Execute ¶
func (r UserConnectionsApiCreateRequest) Execute() (Connection, *_nethttp.Response, error)
func (UserConnectionsApiCreateRequest) Mode ¶ added in v0.6.0
func (r UserConnectionsApiCreateRequest) Mode(mode string) UserConnectionsApiCreateRequest
The mode of this request
func (UserConnectionsApiCreateRequest) Request ¶
func (r UserConnectionsApiCreateRequest) Request(request CreateConnectionRequest) UserConnectionsApiCreateRequest
The request body for the connection to be created.
type UserConnectionsApiDeleteDeprecatedRequest ¶ added in v0.6.0
type UserConnectionsApiDeleteDeprecatedRequest struct { ApiService *UserConnectionsService // contains filtered or unexported fields }
func (UserConnectionsApiDeleteDeprecatedRequest) Execute ¶ added in v0.6.0
func (r UserConnectionsApiDeleteDeprecatedRequest) Execute() (Connection, *_nethttp.Response, error)
type UserConnectionsApiDeleteRequest ¶
type UserConnectionsApiDeleteRequest struct { ApiService *UserConnectionsService // contains filtered or unexported fields }
func (UserConnectionsApiDeleteRequest) Execute ¶
func (r UserConnectionsApiDeleteRequest) Execute() (Connection, *_nethttp.Response, error)
type UserConnectionsApiGetDeprecatedRequest ¶ added in v0.6.0
type UserConnectionsApiGetDeprecatedRequest struct { ApiService *UserConnectionsService // contains filtered or unexported fields }
func (UserConnectionsApiGetDeprecatedRequest) Execute ¶ added in v0.6.0
func (r UserConnectionsApiGetDeprecatedRequest) Execute() (Connection, *_nethttp.Response, error)
type UserConnectionsApiGetRequest ¶
type UserConnectionsApiGetRequest struct { ApiService *UserConnectionsService // contains filtered or unexported fields }
func (UserConnectionsApiGetRequest) Execute ¶
func (r UserConnectionsApiGetRequest) Execute() (Connection, *_nethttp.Response, error)
type UserConnectionsApiListDeprecatedRequest ¶ added in v0.6.0
type UserConnectionsApiListDeprecatedRequest struct { ApiService *UserConnectionsService // contains filtered or unexported fields }
func (UserConnectionsApiListDeprecatedRequest) Execute ¶ added in v0.6.0
func (r UserConnectionsApiListDeprecatedRequest) Execute() (ListConnectionsResponse, *_nethttp.Response, error)
func (UserConnectionsApiListDeprecatedRequest) Limit ¶ added in v0.6.0
func (r UserConnectionsApiListDeprecatedRequest) Limit(limit int32) UserConnectionsApiListDeprecatedRequest
The max number of items to fetch per page of data, subject to a min and max of 1 and 100 respectively. If not specified will default to 25.
func (UserConnectionsApiListDeprecatedRequest) NextToken ¶ added in v0.6.0
func (r UserConnectionsApiListDeprecatedRequest) NextToken(nextToken string) UserConnectionsApiListDeprecatedRequest
When list results are truncated, next_token will be returned, which is a cursor to fetch the next page of data. Pass next_token to the subsequent list request to fetch the next page of data.
type UserConnectionsApiListRequest ¶
type UserConnectionsApiListRequest struct { ApiService *UserConnectionsService // contains filtered or unexported fields }
func (UserConnectionsApiListRequest) Execute ¶
func (r UserConnectionsApiListRequest) Execute() (ListConnectionsResponse, *_nethttp.Response, error)
func (UserConnectionsApiListRequest) Limit ¶
func (r UserConnectionsApiListRequest) Limit(limit int32) UserConnectionsApiListRequest
The max number of items to fetch per page of data, subject to a min and max of 1 and 100 respectively. If not specified will default to 25.
func (UserConnectionsApiListRequest) NextToken ¶
func (r UserConnectionsApiListRequest) NextToken(nextToken string) UserConnectionsApiListRequest
When list results are truncated, next_token will be returned, which is a cursor to fetch the next page of data. Pass next_token to the subsequent list request to fetch the next page of data.
type UserConnectionsApiListWorkspacesDeprecatedRequest ¶ added in v0.6.0
type UserConnectionsApiListWorkspacesDeprecatedRequest struct { ApiService *UserConnectionsService // contains filtered or unexported fields }
func (UserConnectionsApiListWorkspacesDeprecatedRequest) Execute ¶ added in v0.6.0
func (r UserConnectionsApiListWorkspacesDeprecatedRequest) Execute() (ListWorkspaceConnResponse, *_nethttp.Response, error)
func (UserConnectionsApiListWorkspacesDeprecatedRequest) Limit ¶ added in v0.6.0
func (r UserConnectionsApiListWorkspacesDeprecatedRequest) Limit(limit int32) UserConnectionsApiListWorkspacesDeprecatedRequest
The max number of items to fetch per page of data, subject to a min and max of 1 and 100 respectively. If not specified will default to 25.
func (UserConnectionsApiListWorkspacesDeprecatedRequest) NextToken ¶ added in v0.6.0
func (r UserConnectionsApiListWorkspacesDeprecatedRequest) NextToken(nextToken string) UserConnectionsApiListWorkspacesDeprecatedRequest
When list results are truncated, next_token will be returned, which is a cursor to fetch the next page of data. Pass next_token to the subsequent list request to fetch the next page of data.
type UserConnectionsApiListWorkspacesRequest ¶ added in v0.6.0
type UserConnectionsApiListWorkspacesRequest struct { ApiService *UserConnectionsService // contains filtered or unexported fields }
func (UserConnectionsApiListWorkspacesRequest) Execute ¶ added in v0.6.0
func (r UserConnectionsApiListWorkspacesRequest) Execute() (ListWorkspaceConnectionAssociationsResponse, *_nethttp.Response, error)
func (UserConnectionsApiListWorkspacesRequest) Limit ¶ added in v0.6.0
func (r UserConnectionsApiListWorkspacesRequest) Limit(limit int32) UserConnectionsApiListWorkspacesRequest
The max number of items to fetch per page of data, subject to a min and max of 1 and 100 respectively. If not specified will default to 25.
func (UserConnectionsApiListWorkspacesRequest) NextToken ¶ added in v0.6.0
func (r UserConnectionsApiListWorkspacesRequest) NextToken(nextToken string) UserConnectionsApiListWorkspacesRequest
When list results are truncated, next_token will be returned, which is a cursor to fetch the next page of data. Pass next_token to the subsequent list request to fetch the next page of data.
type UserConnectionsApiTestDeprecatedRequest ¶ added in v0.6.0
type UserConnectionsApiTestDeprecatedRequest struct { ApiService *UserConnectionsService // contains filtered or unexported fields }
func (UserConnectionsApiTestDeprecatedRequest) Execute ¶ added in v0.6.0
func (r UserConnectionsApiTestDeprecatedRequest) Execute() (ConnectionTestResult, *_nethttp.Response, error)
func (UserConnectionsApiTestDeprecatedRequest) Request ¶ added in v0.6.0
func (r UserConnectionsApiTestDeprecatedRequest) Request(request TestConnectionRequest) UserConnectionsApiTestDeprecatedRequest
The request body for the connection to be tested.
type UserConnectionsApiTestRequest ¶
type UserConnectionsApiTestRequest struct { ApiService *UserConnectionsService // contains filtered or unexported fields }
func (UserConnectionsApiTestRequest) Execute ¶
func (r UserConnectionsApiTestRequest) Execute() (ConnectionTestResult, *_nethttp.Response, error)
func (UserConnectionsApiTestRequest) Request ¶ added in v0.6.0
func (r UserConnectionsApiTestRequest) Request(request TestConnectionRequest) UserConnectionsApiTestRequest
The request body for the connection to be tested.
type UserConnectionsApiUpdateDeprecatedRequest ¶ added in v0.6.0
type UserConnectionsApiUpdateDeprecatedRequest struct { ApiService *UserConnectionsService // contains filtered or unexported fields }
func (UserConnectionsApiUpdateDeprecatedRequest) Execute ¶ added in v0.6.0
func (r UserConnectionsApiUpdateDeprecatedRequest) Execute() (Connection, *_nethttp.Response, error)
func (UserConnectionsApiUpdateDeprecatedRequest) Mode ¶ added in v0.6.0
func (r UserConnectionsApiUpdateDeprecatedRequest) Mode(mode string) UserConnectionsApiUpdateDeprecatedRequest
The mode of this request
func (UserConnectionsApiUpdateDeprecatedRequest) Request ¶ added in v0.6.0
func (r UserConnectionsApiUpdateDeprecatedRequest) Request(request UpdateConnectionRequest) UserConnectionsApiUpdateDeprecatedRequest
The request body for the connection which needs to be updated.
type UserConnectionsApiUpdateRequest ¶
type UserConnectionsApiUpdateRequest struct { ApiService *UserConnectionsService // contains filtered or unexported fields }
func (UserConnectionsApiUpdateRequest) Execute ¶
func (r UserConnectionsApiUpdateRequest) Execute() (Connection, *_nethttp.Response, error)
func (UserConnectionsApiUpdateRequest) Mode ¶ added in v0.6.0
func (r UserConnectionsApiUpdateRequest) Mode(mode string) UserConnectionsApiUpdateRequest
The mode of this request
func (UserConnectionsApiUpdateRequest) Request ¶
func (r UserConnectionsApiUpdateRequest) Request(request UpdateConnectionRequest) UserConnectionsApiUpdateRequest
The request body for the connection which needs to be updated.
type UserConnectionsService ¶
type UserConnectionsService service
UserConnectionsService UserConnections service
func (*UserConnectionsService) Create ¶
func (a *UserConnectionsService) Create(ctx _context.Context, userHandle string) UserConnectionsApiCreateRequest
Create Create user connection
Creates a new connection for a user.
@param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param userHandle The handle of the user where we want to create the connection. @return UserConnectionsApiCreateRequest
func (*UserConnectionsService) CreateDeprecated ¶ added in v0.6.0
func (a *UserConnectionsService) CreateDeprecated(ctx _context.Context, userHandle string) UserConnectionsApiCreateDeprecatedRequest
CreateDeprecated Create user connection
Creates a new connection for a user.
@param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param userHandle The handle of the user where we want to create the connection. @return UserConnectionsApiCreateDeprecatedRequest
Deprecated
func (*UserConnectionsService) CreateDeprecatedExecute ¶ added in v0.6.0
func (a *UserConnectionsService) CreateDeprecatedExecute(r UserConnectionsApiCreateDeprecatedRequest) (Connection, *_nethttp.Response, error)
Execute executes the request
@return Connection
Deprecated
func (*UserConnectionsService) CreateExecute ¶
func (a *UserConnectionsService) CreateExecute(r UserConnectionsApiCreateRequest) (Connection, *_nethttp.Response, error)
Execute executes the request
@return Connection
func (*UserConnectionsService) Delete ¶
func (a *UserConnectionsService) Delete(ctx _context.Context, userHandle string, connectionHandle string) UserConnectionsApiDeleteRequest
Delete Delete user connection
Deletes a connection belonging to a user.
@param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param userHandle The handle of the user where the connection exists. @param connectionHandle The handle of the connection that needs to be deleted. @return UserConnectionsApiDeleteRequest
func (*UserConnectionsService) DeleteDeprecated ¶ added in v0.6.0
func (a *UserConnectionsService) DeleteDeprecated(ctx _context.Context, userHandle string, connHandle string) UserConnectionsApiDeleteDeprecatedRequest
DeleteDeprecated Delete user connection
Delete a connection belonging to a user.
@param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param userHandle The handle of the user where the connection exist. @param connHandle The handle of the connection that needs to be deleted. @return UserConnectionsApiDeleteDeprecatedRequest
Deprecated
func (*UserConnectionsService) DeleteDeprecatedExecute ¶ added in v0.6.0
func (a *UserConnectionsService) DeleteDeprecatedExecute(r UserConnectionsApiDeleteDeprecatedRequest) (Connection, *_nethttp.Response, error)
Execute executes the request
@return Connection
Deprecated
func (*UserConnectionsService) DeleteExecute ¶
func (a *UserConnectionsService) DeleteExecute(r UserConnectionsApiDeleteRequest) (Connection, *_nethttp.Response, error)
Execute executes the request
@return Connection
func (*UserConnectionsService) Get ¶
func (a *UserConnectionsService) Get(ctx _context.Context, userHandle string, connectionHandle string) UserConnectionsApiGetRequest
Get Get user connection
Get the details of a connection belonging to a user.
@param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param userHandle The handle for the user where the connection exists. @param connectionHandle The handle of the connection whose detail needs to be fetched. @return UserConnectionsApiGetRequest
func (*UserConnectionsService) GetDeprecated ¶ added in v0.6.0
func (a *UserConnectionsService) GetDeprecated(ctx _context.Context, userHandle string, connHandle string) UserConnectionsApiGetDeprecatedRequest
GetDeprecated Get user connection
Get the details for a connection belonging to a user.
@param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param userHandle The handle for the user where the connection exist. @param connHandle The handle of the connection whose detail needs to be fetched. @return UserConnectionsApiGetDeprecatedRequest
Deprecated
func (*UserConnectionsService) GetDeprecatedExecute ¶ added in v0.6.0
func (a *UserConnectionsService) GetDeprecatedExecute(r UserConnectionsApiGetDeprecatedRequest) (Connection, *_nethttp.Response, error)
Execute executes the request
@return Connection
Deprecated
func (*UserConnectionsService) GetExecute ¶
func (a *UserConnectionsService) GetExecute(r UserConnectionsApiGetRequest) (Connection, *_nethttp.Response, error)
Execute executes the request
@return Connection
func (*UserConnectionsService) List ¶
func (a *UserConnectionsService) List(ctx _context.Context, userHandle string) UserConnectionsApiListRequest
List List user connections
List connections for a user.
@param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param userHandle The handle of the user for which we want to list connections. @return UserConnectionsApiListRequest
func (*UserConnectionsService) ListDeprecated ¶ added in v0.6.0
func (a *UserConnectionsService) ListDeprecated(ctx _context.Context, userHandle string) UserConnectionsApiListDeprecatedRequest
ListDeprecated List user connections
List the connection for a user.
@param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param userHandle The handle of the user for which we want to list connections. @return UserConnectionsApiListDeprecatedRequest
Deprecated
func (*UserConnectionsService) ListDeprecatedExecute ¶ added in v0.6.0
func (a *UserConnectionsService) ListDeprecatedExecute(r UserConnectionsApiListDeprecatedRequest) (ListConnectionsResponse, *_nethttp.Response, error)
Execute executes the request
@return ListConnectionsResponse
Deprecated
func (*UserConnectionsService) ListExecute ¶
func (a *UserConnectionsService) ListExecute(r UserConnectionsApiListRequest) (ListConnectionsResponse, *_nethttp.Response, error)
Execute executes the request
@return ListConnectionsResponse
func (*UserConnectionsService) ListWorkspaces ¶ added in v0.6.0
func (a *UserConnectionsService) ListWorkspaces(ctx _context.Context, userHandle string, connectionHandle string) UserConnectionsApiListWorkspacesRequest
ListWorkspaces List user connection workspaces
List the workspaces that a user connection has been added to.
@param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param userHandle The handle of the user where the connection exists. @param connectionHandle The handle of the connection for which we want to list workspaces. @return UserConnectionsApiListWorkspacesRequest
func (*UserConnectionsService) ListWorkspacesDeprecated ¶ added in v0.6.0
func (a *UserConnectionsService) ListWorkspacesDeprecated(ctx _context.Context, userHandle string, connHandle string) UserConnectionsApiListWorkspacesDeprecatedRequest
ListWorkspacesDeprecated List user connection workspaces
List the workspaces that a user connection has been added to.
@param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param userHandle The handle of the user where the connection exists. @param connHandle The handle of the connection for which we want to list workspaces. @return UserConnectionsApiListWorkspacesDeprecatedRequest
Deprecated
func (*UserConnectionsService) ListWorkspacesDeprecatedExecute ¶ added in v0.6.0
func (a *UserConnectionsService) ListWorkspacesDeprecatedExecute(r UserConnectionsApiListWorkspacesDeprecatedRequest) (ListWorkspaceConnResponse, *_nethttp.Response, error)
Execute executes the request
@return ListWorkspaceConnResponse
Deprecated
func (*UserConnectionsService) ListWorkspacesExecute ¶ added in v0.6.0
func (a *UserConnectionsService) ListWorkspacesExecute(r UserConnectionsApiListWorkspacesRequest) (ListWorkspaceConnectionAssociationsResponse, *_nethttp.Response, error)
Execute executes the request
@return ListWorkspaceConnectionAssociationsResponse
func (*UserConnectionsService) Test ¶
func (a *UserConnectionsService) Test(ctx _context.Context, userHandle string, connectionHandle string) UserConnectionsApiTestRequest
Test Test user connection
Test the config for a user connection to check for basic connectivity.
@param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param userHandle The handle of the user where the connection exists / intends to be created. @param connectionHandle The handle of the connection to be tested. For connections that are not yet created, use underscore `_` as the handle, else pass the handle of the existing connection. @return UserConnectionsApiTestRequest
func (*UserConnectionsService) TestDeprecated ¶ added in v0.6.0
func (a *UserConnectionsService) TestDeprecated(ctx _context.Context, userHandle string, connHandle string) UserConnectionsApiTestDeprecatedRequest
TestDeprecated Test user connection
Test the config for a user connection to check for basic connectivity.
@param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param userHandle The handle of the user where the connection exists / intends to be created. @param connHandle The handle of the connection to be tested. For connections that are not yet created, use underscore `_` as the handle, else pass the handle of the existing connection. @return UserConnectionsApiTestDeprecatedRequest
Deprecated
func (*UserConnectionsService) TestDeprecatedExecute ¶ added in v0.6.0
func (a *UserConnectionsService) TestDeprecatedExecute(r UserConnectionsApiTestDeprecatedRequest) (ConnectionTestResult, *_nethttp.Response, error)
Execute executes the request
@return ConnectionTestResult
Deprecated
func (*UserConnectionsService) TestExecute ¶
func (a *UserConnectionsService) TestExecute(r UserConnectionsApiTestRequest) (ConnectionTestResult, *_nethttp.Response, error)
Execute executes the request
@return ConnectionTestResult
func (*UserConnectionsService) Update ¶
func (a *UserConnectionsService) Update(ctx _context.Context, userHandle string, connectionHandle string) UserConnectionsApiUpdateRequest
Update Update user connection
Update the details of a connection belonging to a user.
@param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param userHandle The handle of the user where the connection exists. @param connectionHandle The handle of the connection which needs to be updated. @return UserConnectionsApiUpdateRequest
func (*UserConnectionsService) UpdateDeprecated ¶ added in v0.6.0
func (a *UserConnectionsService) UpdateDeprecated(ctx _context.Context, userHandle string, connHandle string) UserConnectionsApiUpdateDeprecatedRequest
UpdateDeprecated Update user connection
Update a connection for a user.
@param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param userHandle The handle of the user where the connection exist. @param connHandle The handle of the connection which needs to be updated. @return UserConnectionsApiUpdateDeprecatedRequest
Deprecated
func (*UserConnectionsService) UpdateDeprecatedExecute ¶ added in v0.6.0
func (a *UserConnectionsService) UpdateDeprecatedExecute(r UserConnectionsApiUpdateDeprecatedRequest) (Connection, *_nethttp.Response, error)
Execute executes the request
@return Connection
Deprecated
func (*UserConnectionsService) UpdateExecute ¶
func (a *UserConnectionsService) UpdateExecute(r UserConnectionsApiUpdateRequest) (Connection, *_nethttp.Response, error)
Execute executes the request
@return Connection
type UserDatabasePassword ¶ added in v0.0.2
type UserDatabasePassword struct { Password string `json:"$password"` CreatedAt string `json:"created_at"` ExpiresAt *string `json:"expires_at,omitempty"` Id string `json:"id"` UserId *string `json:"user_id,omitempty"` }
UserDatabasePassword struct for UserDatabasePassword
func NewUserDatabasePassword ¶ added in v0.0.2
func NewUserDatabasePassword(password string, createdAt string, id string) *UserDatabasePassword
NewUserDatabasePassword instantiates a new UserDatabasePassword 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 NewUserDatabasePasswordWithDefaults ¶ added in v0.0.2
func NewUserDatabasePasswordWithDefaults() *UserDatabasePassword
NewUserDatabasePasswordWithDefaults instantiates a new UserDatabasePassword 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 (*UserDatabasePassword) GetCreatedAt ¶ added in v0.0.2
func (o *UserDatabasePassword) GetCreatedAt() string
GetCreatedAt returns the CreatedAt field value
func (*UserDatabasePassword) GetCreatedAtOk ¶ added in v0.0.2
func (o *UserDatabasePassword) GetCreatedAtOk() (*string, bool)
GetCreatedAtOk returns a tuple with the CreatedAt field value and a boolean to check if the value has been set.
func (*UserDatabasePassword) GetExpiresAt ¶ added in v0.0.2
func (o *UserDatabasePassword) GetExpiresAt() string
GetExpiresAt returns the ExpiresAt field value if set, zero value otherwise.
func (*UserDatabasePassword) GetExpiresAtOk ¶ added in v0.0.2
func (o *UserDatabasePassword) GetExpiresAtOk() (*string, bool)
GetExpiresAtOk returns a tuple with the ExpiresAt field value if set, nil otherwise and a boolean to check if the value has been set.
func (*UserDatabasePassword) GetId ¶ added in v0.0.2
func (o *UserDatabasePassword) GetId() string
GetId returns the Id field value
func (*UserDatabasePassword) GetIdOk ¶ added in v0.0.2
func (o *UserDatabasePassword) GetIdOk() (*string, bool)
GetIdOk returns a tuple with the Id field value and a boolean to check if the value has been set.
func (*UserDatabasePassword) GetPassword ¶ added in v0.0.2
func (o *UserDatabasePassword) GetPassword() string
GetPassword returns the Password field value
func (*UserDatabasePassword) GetPasswordOk ¶ added in v0.0.2
func (o *UserDatabasePassword) GetPasswordOk() (*string, bool)
GetPasswordOk returns a tuple with the Password field value and a boolean to check if the value has been set.
func (*UserDatabasePassword) GetUserId ¶ added in v0.0.2
func (o *UserDatabasePassword) GetUserId() string
GetUserId returns the UserId field value if set, zero value otherwise.
func (*UserDatabasePassword) GetUserIdOk ¶ added in v0.0.2
func (o *UserDatabasePassword) 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 (*UserDatabasePassword) HasExpiresAt ¶ added in v0.0.2
func (o *UserDatabasePassword) HasExpiresAt() bool
HasExpiresAt returns a boolean if a field has been set.
func (*UserDatabasePassword) HasUserId ¶ added in v0.0.2
func (o *UserDatabasePassword) HasUserId() bool
HasUserId returns a boolean if a field has been set.
func (UserDatabasePassword) MarshalJSON ¶ added in v0.0.2
func (o UserDatabasePassword) MarshalJSON() ([]byte, error)
func (*UserDatabasePassword) SetCreatedAt ¶ added in v0.0.2
func (o *UserDatabasePassword) SetCreatedAt(v string)
SetCreatedAt sets field value
func (*UserDatabasePassword) SetExpiresAt ¶ added in v0.0.2
func (o *UserDatabasePassword) SetExpiresAt(v string)
SetExpiresAt gets a reference to the given string and assigns it to the ExpiresAt field.
func (*UserDatabasePassword) SetId ¶ added in v0.0.2
func (o *UserDatabasePassword) SetId(v string)
SetId sets field value
func (*UserDatabasePassword) SetPassword ¶ added in v0.0.2
func (o *UserDatabasePassword) SetPassword(v string)
SetPassword sets field value
func (*UserDatabasePassword) SetUserId ¶ added in v0.0.2
func (o *UserDatabasePassword) SetUserId(v string)
SetUserId gets a reference to the given string and assigns it to the UserId field.
type UserEmail ¶ added in v0.2.0
type UserEmail struct { // The time when the user setting was created. CreatedAt string `json:"created_at"` // The email address of the user. Email string `json:"email"` // The unique identifier of the user email record. Id *string `json:"id,omitempty"` // The status of the email id i.e. whether its pending verification or verified. Status string `json:"status"` // The time when the user setting was last updated. UpdatedAt *string `json:"updated_at,omitempty"` // The current version of the user setting. VersionId int32 `json:"version_id"` }
UserEmail struct for UserEmail
func NewUserEmail ¶ added in v0.2.0
NewUserEmail instantiates a new UserEmail 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 NewUserEmailWithDefaults ¶ added in v0.2.0
func NewUserEmailWithDefaults() *UserEmail
NewUserEmailWithDefaults instantiates a new UserEmail 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 (*UserEmail) GetCreatedAt ¶ added in v0.2.0
GetCreatedAt returns the CreatedAt field value
func (*UserEmail) GetCreatedAtOk ¶ added in v0.2.0
GetCreatedAtOk returns a tuple with the CreatedAt field value and a boolean to check if the value has been set.
func (*UserEmail) GetEmailOk ¶ added in v0.2.0
GetEmailOk returns a tuple with the Email field value and a boolean to check if the value has been set.
func (*UserEmail) GetId ¶ added in v0.2.0
GetId returns the Id field value if set, zero value otherwise.
func (*UserEmail) GetIdOk ¶ added in v0.2.0
GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.
func (*UserEmail) GetStatusOk ¶ added in v0.2.0
GetStatusOk returns a tuple with the Status field value and a boolean to check if the value has been set.
func (*UserEmail) GetUpdatedAt ¶ added in v0.2.0
GetUpdatedAt returns the UpdatedAt field value if set, zero value otherwise.
func (*UserEmail) GetUpdatedAtOk ¶ added in v0.2.0
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 (*UserEmail) GetVersionId ¶ added in v0.2.0
GetVersionId returns the VersionId field value
func (*UserEmail) GetVersionIdOk ¶ added in v0.2.0
GetVersionIdOk returns a tuple with the VersionId field value and a boolean to check if the value has been set.
func (*UserEmail) HasUpdatedAt ¶ added in v0.2.0
HasUpdatedAt returns a boolean if a field has been set.
func (UserEmail) MarshalJSON ¶ added in v0.2.0
func (*UserEmail) SetCreatedAt ¶ added in v0.2.0
SetCreatedAt sets field value
func (*UserEmail) SetId ¶ added in v0.2.0
SetId gets a reference to the given string and assigns it to the Id field.
func (*UserEmail) SetUpdatedAt ¶ added in v0.2.0
SetUpdatedAt gets a reference to the given string and assigns it to the UpdatedAt field.
func (*UserEmail) SetVersionId ¶ added in v0.2.0
SetVersionId sets field value
type UserLoginRequest ¶ added in v0.0.2
UserLoginRequest struct for UserLoginRequest
func NewUserLoginRequest ¶ added in v0.0.2
func NewUserLoginRequest(email string) *UserLoginRequest
NewUserLoginRequest instantiates a new UserLoginRequest 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 NewUserLoginRequestWithDefaults ¶ added in v0.0.2
func NewUserLoginRequestWithDefaults() *UserLoginRequest
NewUserLoginRequestWithDefaults instantiates a new UserLoginRequest 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 (*UserLoginRequest) GetEmail ¶ added in v0.0.2
func (o *UserLoginRequest) GetEmail() string
GetEmail returns the Email field value
func (*UserLoginRequest) GetEmailOk ¶ added in v0.0.2
func (o *UserLoginRequest) GetEmailOk() (*string, bool)
GetEmailOk returns a tuple with the Email field value and a boolean to check if the value has been set.
func (*UserLoginRequest) GetState ¶ added in v0.2.0
func (o *UserLoginRequest) GetState() string
GetState returns the State field value if set, zero value otherwise.
func (*UserLoginRequest) GetStateOk ¶ added in v0.2.0
func (o *UserLoginRequest) GetStateOk() (*string, bool)
GetStateOk returns a tuple with the State field value if set, nil otherwise and a boolean to check if the value has been set.
func (*UserLoginRequest) HasState ¶ added in v0.2.0
func (o *UserLoginRequest) HasState() bool
HasState returns a boolean if a field has been set.
func (UserLoginRequest) MarshalJSON ¶ added in v0.0.2
func (o UserLoginRequest) MarshalJSON() ([]byte, error)
func (*UserLoginRequest) SetEmail ¶ added in v0.0.2
func (o *UserLoginRequest) SetEmail(v string)
SetEmail sets field value
func (*UserLoginRequest) SetState ¶ added in v0.2.0
func (o *UserLoginRequest) SetState(v string)
SetState gets a reference to the given string and assigns it to the State field.
type UserOrg ¶ added in v0.0.2
type UserOrg struct { // The time of creation in ISO 8601 UTC. CreatedAt string `json:"created_at"` CreatedBy *User `json:"created_by,omitempty"` // The ID of the user that created this. CreatedById string `json:"created_by_id"` Id string `json:"id"` Org *Org `json:"org,omitempty"` OrgId string `json:"org_id"` Role string `json:"role"` Status string `json:"status"` // The time of the last update in ISO 8601 UTC. UpdatedAt *string `json:"updated_at,omitempty"` UpdatedBy *User `json:"updated_by,omitempty"` // The ID of the user that performed the last update. UpdatedById string `json:"updated_by_id"` UserId string `json:"user_id"` // The version ID of this item. Pass this version ID via an If-Match header when performing mutation operations on the item. VersionId int32 `json:"version_id"` }
UserOrg struct for UserOrg
func NewUserOrg ¶ added in v0.0.2
func NewUserOrg(createdAt string, createdById string, id string, orgId string, role string, status string, updatedById string, userId string, versionId int32) *UserOrg
NewUserOrg instantiates a new UserOrg 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 NewUserOrgWithDefaults ¶ added in v0.0.2
func NewUserOrgWithDefaults() *UserOrg
NewUserOrgWithDefaults instantiates a new UserOrg 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 (*UserOrg) GetCreatedAt ¶ added in v0.0.2
GetCreatedAt returns the CreatedAt field value
func (*UserOrg) GetCreatedAtOk ¶ added in v0.0.2
GetCreatedAtOk returns a tuple with the CreatedAt field value and a boolean to check if the value has been set.
func (*UserOrg) GetCreatedBy ¶ added in v0.1.3
GetCreatedBy returns the CreatedBy field value if set, zero value otherwise.
func (*UserOrg) GetCreatedById ¶ added in v0.1.3
GetCreatedById returns the CreatedById field value
func (*UserOrg) GetCreatedByIdOk ¶ added in v0.1.3
GetCreatedByIdOk returns a tuple with the CreatedById field value and a boolean to check if the value has been set.
func (*UserOrg) GetCreatedByOk ¶ added in v0.1.3
GetCreatedByOk returns a tuple with the CreatedBy field value if set, nil otherwise and a boolean to check if the value has been set.
func (*UserOrg) GetIdOk ¶ added in v0.0.2
GetIdOk returns a tuple with the Id field value and a boolean to check if the value has been set.
func (*UserOrg) GetOrg ¶ added in v0.0.2
GetOrg returns the Org field value if set, zero value otherwise.
func (*UserOrg) GetOrgIdOk ¶ added in v0.0.2
GetOrgIdOk returns a tuple with the OrgId field value and a boolean to check if the value has been set.
func (*UserOrg) GetOrgOk ¶ added in v0.0.2
GetOrgOk returns a tuple with the Org field value if set, nil otherwise and a boolean to check if the value has been set.
func (*UserOrg) GetRoleOk ¶ added in v0.0.2
GetRoleOk returns a tuple with the Role field value and a boolean to check if the value has been set.
func (*UserOrg) GetStatusOk ¶ added in v0.0.2
GetStatusOk returns a tuple with the Status field value and a boolean to check if the value has been set.
func (*UserOrg) GetUpdatedAt ¶ added in v0.0.2
GetUpdatedAt returns the UpdatedAt field value if set, zero value otherwise.
func (*UserOrg) GetUpdatedAtOk ¶ added in v0.0.2
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 (*UserOrg) GetUpdatedBy ¶ added in v0.1.3
GetUpdatedBy returns the UpdatedBy field value if set, zero value otherwise.
func (*UserOrg) GetUpdatedById ¶ added in v0.1.3
GetUpdatedById returns the UpdatedById field value
func (*UserOrg) GetUpdatedByIdOk ¶ added in v0.1.3
GetUpdatedByIdOk returns a tuple with the UpdatedById field value and a boolean to check if the value has been set.
func (*UserOrg) GetUpdatedByOk ¶ added in v0.1.3
GetUpdatedByOk returns a tuple with the UpdatedBy field value if set, nil otherwise and a boolean to check if the value has been set.
func (*UserOrg) GetUserIdOk ¶ added in v0.0.2
GetUserIdOk returns a tuple with the UserId field value and a boolean to check if the value has been set.
func (*UserOrg) GetVersionId ¶ added in v0.0.2
GetVersionId returns the VersionId field value
func (*UserOrg) GetVersionIdOk ¶ added in v0.0.2
GetVersionIdOk returns a tuple with the VersionId field value and a boolean to check if the value has been set.
func (*UserOrg) HasCreatedBy ¶ added in v0.1.3
HasCreatedBy returns a boolean if a field has been set.
func (*UserOrg) HasUpdatedAt ¶ added in v0.0.2
HasUpdatedAt returns a boolean if a field has been set.
func (*UserOrg) HasUpdatedBy ¶ added in v0.1.3
HasUpdatedBy returns a boolean if a field has been set.
func (UserOrg) MarshalJSON ¶ added in v0.0.2
func (*UserOrg) SetCreatedAt ¶ added in v0.0.2
SetCreatedAt sets field value
func (*UserOrg) SetCreatedBy ¶ added in v0.1.3
SetCreatedBy gets a reference to the given User and assigns it to the CreatedBy field.
func (*UserOrg) SetCreatedById ¶ added in v0.1.3
SetCreatedById sets field value
func (*UserOrg) SetOrg ¶ added in v0.0.2
SetOrg gets a reference to the given Org and assigns it to the Org field.
func (*UserOrg) SetUpdatedAt ¶ added in v0.0.2
SetUpdatedAt gets a reference to the given string and assigns it to the UpdatedAt field.
func (*UserOrg) SetUpdatedBy ¶ added in v0.1.3
SetUpdatedBy gets a reference to the given User and assigns it to the UpdatedBy field.
func (*UserOrg) SetUpdatedById ¶ added in v0.1.3
SetUpdatedById sets field value
func (*UserOrg) SetVersionId ¶ added in v0.0.2
SetVersionId sets field value
type UserPreferences ¶ added in v0.2.0
type UserPreferences struct { // Whether the user is subscribed to community update emails. CommunicationCommunityUpdates string `json:"communication_community_updates"` // Whether the user is subscribed to product update emails. CommunicationProductUpdates string `json:"communication_product_updates"` // Whether the user is subscribed to tips and tricks emails. CommunicationTipsAndTricks string `json:"communication_tips_and_tricks"` // The time when the user setting was created. CreatedAt string `json:"created_at"` // The unique identifier of the user preferences record. Id *string `json:"id,omitempty"` // The time when the user setting was last updated. UpdatedAt *string `json:"updated_at,omitempty"` // The current version of the user setting. VersionId int32 `json:"version_id"` }
UserPreferences struct for UserPreferences
func NewUserPreferences ¶ added in v0.2.0
func NewUserPreferences(communicationCommunityUpdates string, communicationProductUpdates string, communicationTipsAndTricks string, createdAt string, versionId int32) *UserPreferences
NewUserPreferences instantiates a new UserPreferences 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 NewUserPreferencesWithDefaults ¶ added in v0.2.0
func NewUserPreferencesWithDefaults() *UserPreferences
NewUserPreferencesWithDefaults instantiates a new UserPreferences 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 (*UserPreferences) GetCommunicationCommunityUpdates ¶ added in v0.2.0
func (o *UserPreferences) GetCommunicationCommunityUpdates() string
GetCommunicationCommunityUpdates returns the CommunicationCommunityUpdates field value
func (*UserPreferences) GetCommunicationCommunityUpdatesOk ¶ added in v0.2.0
func (o *UserPreferences) GetCommunicationCommunityUpdatesOk() (*string, bool)
GetCommunicationCommunityUpdatesOk returns a tuple with the CommunicationCommunityUpdates field value and a boolean to check if the value has been set.
func (*UserPreferences) GetCommunicationProductUpdates ¶ added in v0.2.0
func (o *UserPreferences) GetCommunicationProductUpdates() string
GetCommunicationProductUpdates returns the CommunicationProductUpdates field value
func (*UserPreferences) GetCommunicationProductUpdatesOk ¶ added in v0.2.0
func (o *UserPreferences) GetCommunicationProductUpdatesOk() (*string, bool)
GetCommunicationProductUpdatesOk returns a tuple with the CommunicationProductUpdates field value and a boolean to check if the value has been set.
func (*UserPreferences) GetCommunicationTipsAndTricks ¶ added in v0.2.0
func (o *UserPreferences) GetCommunicationTipsAndTricks() string
GetCommunicationTipsAndTricks returns the CommunicationTipsAndTricks field value
func (*UserPreferences) GetCommunicationTipsAndTricksOk ¶ added in v0.2.0
func (o *UserPreferences) GetCommunicationTipsAndTricksOk() (*string, bool)
GetCommunicationTipsAndTricksOk returns a tuple with the CommunicationTipsAndTricks field value and a boolean to check if the value has been set.
func (*UserPreferences) GetCreatedAt ¶ added in v0.2.0
func (o *UserPreferences) GetCreatedAt() string
GetCreatedAt returns the CreatedAt field value
func (*UserPreferences) GetCreatedAtOk ¶ added in v0.2.0
func (o *UserPreferences) GetCreatedAtOk() (*string, bool)
GetCreatedAtOk returns a tuple with the CreatedAt field value and a boolean to check if the value has been set.
func (*UserPreferences) GetId ¶ added in v0.2.0
func (o *UserPreferences) GetId() string
GetId returns the Id field value if set, zero value otherwise.
func (*UserPreferences) GetIdOk ¶ added in v0.2.0
func (o *UserPreferences) GetIdOk() (*string, bool)
GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.
func (*UserPreferences) GetUpdatedAt ¶ added in v0.2.0
func (o *UserPreferences) GetUpdatedAt() string
GetUpdatedAt returns the UpdatedAt field value if set, zero value otherwise.
func (*UserPreferences) GetUpdatedAtOk ¶ added in v0.2.0
func (o *UserPreferences) 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 (*UserPreferences) GetVersionId ¶ added in v0.2.0
func (o *UserPreferences) GetVersionId() int32
GetVersionId returns the VersionId field value
func (*UserPreferences) GetVersionIdOk ¶ added in v0.2.0
func (o *UserPreferences) GetVersionIdOk() (*int32, bool)
GetVersionIdOk returns a tuple with the VersionId field value and a boolean to check if the value has been set.
func (*UserPreferences) HasId ¶ added in v0.2.0
func (o *UserPreferences) HasId() bool
HasId returns a boolean if a field has been set.
func (*UserPreferences) HasUpdatedAt ¶ added in v0.2.0
func (o *UserPreferences) HasUpdatedAt() bool
HasUpdatedAt returns a boolean if a field has been set.
func (UserPreferences) MarshalJSON ¶ added in v0.2.0
func (o UserPreferences) MarshalJSON() ([]byte, error)
func (*UserPreferences) SetCommunicationCommunityUpdates ¶ added in v0.2.0
func (o *UserPreferences) SetCommunicationCommunityUpdates(v string)
SetCommunicationCommunityUpdates sets field value
func (*UserPreferences) SetCommunicationProductUpdates ¶ added in v0.2.0
func (o *UserPreferences) SetCommunicationProductUpdates(v string)
SetCommunicationProductUpdates sets field value
func (*UserPreferences) SetCommunicationTipsAndTricks ¶ added in v0.2.0
func (o *UserPreferences) SetCommunicationTipsAndTricks(v string)
SetCommunicationTipsAndTricks sets field value
func (*UserPreferences) SetCreatedAt ¶ added in v0.2.0
func (o *UserPreferences) SetCreatedAt(v string)
SetCreatedAt sets field value
func (*UserPreferences) SetId ¶ added in v0.2.0
func (o *UserPreferences) SetId(v string)
SetId gets a reference to the given string and assigns it to the Id field.
func (*UserPreferences) SetUpdatedAt ¶ added in v0.2.0
func (o *UserPreferences) SetUpdatedAt(v string)
SetUpdatedAt gets a reference to the given string and assigns it to the UpdatedAt field.
func (*UserPreferences) SetVersionId ¶ added in v0.2.0
func (o *UserPreferences) SetVersionId(v int32)
SetVersionId sets field value
type UserProcessesApiGetRequest ¶ added in v0.5.0
type UserProcessesApiGetRequest struct { ApiService *UserProcessesService // contains filtered or unexported fields }
type UserProcessesApiListRequest ¶ added in v0.5.0
type UserProcessesApiListRequest struct { ApiService *UserProcessesService // contains filtered or unexported fields }
func (UserProcessesApiListRequest) Execute ¶ added in v0.5.0
func (r UserProcessesApiListRequest) Execute() (ListProcessesResponse, *_nethttp.Response, error)
func (UserProcessesApiListRequest) Limit ¶ added in v0.5.0
func (r UserProcessesApiListRequest) Limit(limit int32) UserProcessesApiListRequest
The max number of items to fetch per page of data, subject to a min and max of 1 and 100 respectively. If not specified will default to 25.
func (UserProcessesApiListRequest) NextToken ¶ added in v0.5.0
func (r UserProcessesApiListRequest) NextToken(nextToken string) UserProcessesApiListRequest
When list results are truncated, next_token will be returned, which is a cursor to fetch the next page of data. Pass next_token to the subsequent list request to fetch the next page of data.
type UserProcessesApiLogRequest ¶ added in v0.5.0
type UserProcessesApiLogRequest struct { ApiService *UserProcessesService // contains filtered or unexported fields }
type UserProcessesService ¶ added in v0.5.0
type UserProcessesService service
UserProcessesService UserProcesses service
func (*UserProcessesService) Get ¶ added in v0.5.0
func (a *UserProcessesService) Get(ctx _context.Context, userHandle string, processId string) UserProcessesApiGetRequest
Get Get User process
Get process for a user.
@param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param userHandle The handle of the user to get the process. @param processId The id of the process to be fetched. @return UserProcessesApiGetRequest
func (*UserProcessesService) GetExecute ¶ added in v0.5.0
func (a *UserProcessesService) GetExecute(r UserProcessesApiGetRequest) (SpProcess, *_nethttp.Response, error)
Execute executes the request
@return SpProcess
func (*UserProcessesService) List ¶ added in v0.5.0
func (a *UserProcessesService) List(ctx _context.Context, userHandle string) UserProcessesApiListRequest
List List User processes
List processes for a user.
@param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param userHandle The handle of the user to list the processes. @return UserProcessesApiListRequest
func (*UserProcessesService) ListExecute ¶ added in v0.5.0
func (a *UserProcessesService) ListExecute(r UserProcessesApiListRequest) (ListProcessesResponse, *_nethttp.Response, error)
Execute executes the request
@return ListProcessesResponse
func (*UserProcessesService) Log ¶ added in v0.5.0
func (a *UserProcessesService) Log(ctx _context.Context, userHandle string, processId string, logFile string, contentType string) UserProcessesApiLogRequest
Log List user process logs
List the process logs for a given process of a user.
@param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param userHandle The handle of the user for which you want to list the process logs. @param processId The id of the process where you want to list the process logs. @param logFile The process logs file to be fetched. @param contentType The required content type of the process logs. @return UserProcessesApiLogRequest
func (*UserProcessesService) LogExecute ¶ added in v0.5.0
func (a *UserProcessesService) LogExecute(r UserProcessesApiLogRequest) (string, *_nethttp.Response, error)
Execute executes the request
@return string
type UserQuota ¶ added in v0.0.2
type UserQuota struct { Aggregator map[string]Quota `json:"aggregator"` Association map[string]Quota `json:"association"` Conn Quota `json:"conn"` Mod map[string]Quota `json:"mod"` Organization Quota `json:"organization"` Pipeline map[string]Quota `json:"pipeline"` Snapshot map[string]Quota `json:"snapshot"` Token Quota `json:"token"` Workspace Quota `json:"workspace"` }
UserQuota struct for UserQuota
func NewUserQuota ¶ added in v0.0.2
func NewUserQuota(aggregator map[string]Quota, association map[string]Quota, conn Quota, mod map[string]Quota, organization Quota, pipeline map[string]Quota, snapshot map[string]Quota, token Quota, workspace Quota) *UserQuota
NewUserQuota instantiates a new UserQuota 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 NewUserQuotaWithDefaults ¶ added in v0.0.2
func NewUserQuotaWithDefaults() *UserQuota
NewUserQuotaWithDefaults instantiates a new UserQuota 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 (*UserQuota) GetAggregator ¶ added in v0.6.0
GetAggregator returns the Aggregator field value
func (*UserQuota) GetAggregatorOk ¶ added in v0.6.0
GetAggregatorOk returns a tuple with the Aggregator field value and a boolean to check if the value has been set.
func (*UserQuota) GetAssociation ¶ added in v0.0.2
GetAssociation returns the Association field value
func (*UserQuota) GetAssociationOk ¶ added in v0.0.2
GetAssociationOk returns a tuple with the Association field value and a boolean to check if the value has been set.
func (*UserQuota) GetConnOk ¶ added in v0.0.2
GetConnOk returns a tuple with the Conn field value and a boolean to check if the value has been set.
func (*UserQuota) GetModOk ¶ added in v0.0.4
GetModOk returns a tuple with the Mod field value and a boolean to check if the value has been set.
func (*UserQuota) GetOrganization ¶ added in v0.0.2
GetOrganization returns the Organization field value
func (*UserQuota) GetOrganizationOk ¶ added in v0.0.2
GetOrganizationOk returns a tuple with the Organization field value and a boolean to check if the value has been set.
func (*UserQuota) GetPipeline ¶ added in v0.2.0
GetPipeline returns the Pipeline field value
func (*UserQuota) GetPipelineOk ¶ added in v0.2.0
GetPipelineOk returns a tuple with the Pipeline field value and a boolean to check if the value has been set.
func (*UserQuota) GetSnapshot ¶ added in v0.2.0
GetSnapshot returns the Snapshot field value
func (*UserQuota) GetSnapshotOk ¶ added in v0.2.0
GetSnapshotOk returns a tuple with the Snapshot field value and a boolean to check if the value has been set.
func (*UserQuota) GetTokenOk ¶ added in v0.0.2
GetTokenOk returns a tuple with the Token field value and a boolean to check if the value has been set.
func (*UserQuota) GetWorkspace ¶ added in v0.0.2
GetWorkspace returns the Workspace field value
func (*UserQuota) GetWorkspaceOk ¶ added in v0.0.2
GetWorkspaceOk returns a tuple with the Workspace field value and a boolean to check if the value has been set.
func (UserQuota) MarshalJSON ¶ added in v0.0.2
func (*UserQuota) SetAggregator ¶ added in v0.6.0
SetAggregator sets field value
func (*UserQuota) SetAssociation ¶ added in v0.0.2
SetAssociation sets field value
func (*UserQuota) SetOrganization ¶ added in v0.0.2
SetOrganization sets field value
func (*UserQuota) SetPipeline ¶ added in v0.2.0
SetPipeline sets field value
func (*UserQuota) SetSnapshot ¶ added in v0.2.0
SetSnapshot sets field value
func (*UserQuota) SetWorkspace ¶ added in v0.0.2
SetWorkspace sets field value
type UserSearch ¶ added in v0.0.2
type UserSearch struct { AvatarUrl *string `json:"avatar_url,omitempty"` DisplayName *string `json:"display_name,omitempty"` Handle *string `json:"handle,omitempty"` Id string `json:"id"` }
UserSearch struct for UserSearch
func NewUserSearch ¶ added in v0.0.2
func NewUserSearch(id string) *UserSearch
NewUserSearch instantiates a new UserSearch 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 NewUserSearchWithDefaults ¶ added in v0.0.2
func NewUserSearchWithDefaults() *UserSearch
NewUserSearchWithDefaults instantiates a new UserSearch 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 (*UserSearch) GetAvatarUrl ¶ added in v0.0.2
func (o *UserSearch) GetAvatarUrl() string
GetAvatarUrl returns the AvatarUrl field value if set, zero value otherwise.
func (*UserSearch) GetAvatarUrlOk ¶ added in v0.0.2
func (o *UserSearch) GetAvatarUrlOk() (*string, bool)
GetAvatarUrlOk returns a tuple with the AvatarUrl field value if set, nil otherwise and a boolean to check if the value has been set.
func (*UserSearch) GetDisplayName ¶ added in v0.0.2
func (o *UserSearch) GetDisplayName() string
GetDisplayName returns the DisplayName field value if set, zero value otherwise.
func (*UserSearch) GetDisplayNameOk ¶ added in v0.0.2
func (o *UserSearch) GetDisplayNameOk() (*string, bool)
GetDisplayNameOk returns a tuple with the DisplayName field value if set, nil otherwise and a boolean to check if the value has been set.
func (*UserSearch) GetHandle ¶ added in v0.0.2
func (o *UserSearch) GetHandle() string
GetHandle returns the Handle field value if set, zero value otherwise.
func (*UserSearch) GetHandleOk ¶ added in v0.0.2
func (o *UserSearch) GetHandleOk() (*string, bool)
GetHandleOk returns a tuple with the Handle field value if set, nil otherwise and a boolean to check if the value has been set.
func (*UserSearch) GetId ¶ added in v0.0.2
func (o *UserSearch) GetId() string
GetId returns the Id field value
func (*UserSearch) GetIdOk ¶ added in v0.0.2
func (o *UserSearch) GetIdOk() (*string, bool)
GetIdOk returns a tuple with the Id field value and a boolean to check if the value has been set.
func (*UserSearch) HasAvatarUrl ¶ added in v0.0.2
func (o *UserSearch) HasAvatarUrl() bool
HasAvatarUrl returns a boolean if a field has been set.
func (*UserSearch) HasDisplayName ¶ added in v0.0.2
func (o *UserSearch) HasDisplayName() bool
HasDisplayName returns a boolean if a field has been set.
func (*UserSearch) HasHandle ¶ added in v0.0.2
func (o *UserSearch) HasHandle() bool
HasHandle returns a boolean if a field has been set.
func (UserSearch) MarshalJSON ¶ added in v0.0.2
func (o UserSearch) MarshalJSON() ([]byte, error)
func (*UserSearch) SetAvatarUrl ¶ added in v0.0.2
func (o *UserSearch) SetAvatarUrl(v string)
SetAvatarUrl gets a reference to the given string and assigns it to the AvatarUrl field.
func (*UserSearch) SetDisplayName ¶ added in v0.0.2
func (o *UserSearch) SetDisplayName(v string)
SetDisplayName gets a reference to the given string and assigns it to the DisplayName field.
func (*UserSearch) SetHandle ¶ added in v0.0.2
func (o *UserSearch) SetHandle(v string)
SetHandle gets a reference to the given string and assigns it to the Handle field.
func (*UserSearch) SetId ¶ added in v0.0.2
func (o *UserSearch) SetId(v string)
SetId sets field value
type UserSignupRequest ¶ added in v0.0.2
type UserSignupRequest struct { Email string `json:"email"` State *string `json:"state,omitempty"` }
UserSignupRequest struct for UserSignupRequest
func NewUserSignupRequest ¶ added in v0.0.2
func NewUserSignupRequest(email string) *UserSignupRequest
NewUserSignupRequest instantiates a new UserSignupRequest 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 NewUserSignupRequestWithDefaults ¶ added in v0.0.2
func NewUserSignupRequestWithDefaults() *UserSignupRequest
NewUserSignupRequestWithDefaults instantiates a new UserSignupRequest 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 (*UserSignupRequest) GetEmail ¶ added in v0.0.2
func (o *UserSignupRequest) GetEmail() string
GetEmail returns the Email field value
func (*UserSignupRequest) GetEmailOk ¶ added in v0.0.2
func (o *UserSignupRequest) GetEmailOk() (*string, bool)
GetEmailOk returns a tuple with the Email field value and a boolean to check if the value has been set.
func (*UserSignupRequest) GetState ¶ added in v0.2.0
func (o *UserSignupRequest) GetState() string
GetState returns the State field value if set, zero value otherwise.
func (*UserSignupRequest) GetStateOk ¶ added in v0.2.0
func (o *UserSignupRequest) GetStateOk() (*string, bool)
GetStateOk returns a tuple with the State field value if set, nil otherwise and a boolean to check if the value has been set.
func (*UserSignupRequest) HasState ¶ added in v0.2.0
func (o *UserSignupRequest) HasState() bool
HasState returns a boolean if a field has been set.
func (UserSignupRequest) MarshalJSON ¶ added in v0.0.2
func (o UserSignupRequest) MarshalJSON() ([]byte, error)
func (*UserSignupRequest) SetEmail ¶ added in v0.0.2
func (o *UserSignupRequest) SetEmail(v string)
SetEmail sets field value
func (*UserSignupRequest) SetState ¶ added in v0.2.0
func (o *UserSignupRequest) SetState(v string)
SetState gets a reference to the given string and assigns it to the State field.
type UserTokensApiCreateRequest ¶
type UserTokensApiCreateRequest struct { ApiService *UserTokensService // contains filtered or unexported fields }
type UserTokensApiDeleteRequest ¶
type UserTokensApiDeleteRequest struct { ApiService *UserTokensService // contains filtered or unexported fields }
type UserTokensApiGetRequest ¶
type UserTokensApiGetRequest struct { ApiService *UserTokensService // contains filtered or unexported fields }
type UserTokensApiListRequest ¶
type UserTokensApiListRequest struct { ApiService *UserTokensService // contains filtered or unexported fields }
func (UserTokensApiListRequest) Execute ¶
func (r UserTokensApiListRequest) Execute() (ListTokensResponse, *_nethttp.Response, error)
func (UserTokensApiListRequest) Limit ¶
func (r UserTokensApiListRequest) Limit(limit int32) UserTokensApiListRequest
The max number of items to fetch per page of data, subject to a min and max of 1 and 100 respectively. If not specified will default to 25.
func (UserTokensApiListRequest) NextToken ¶
func (r UserTokensApiListRequest) NextToken(nextToken string) UserTokensApiListRequest
When list results are truncated, next_token will be returned, which is a cursor to fetch the next page of data. Pass next_token to the subsequent list request to fetch the next page of data.
type UserTokensApiUpdateRequest ¶
type UserTokensApiUpdateRequest struct { ApiService *UserTokensService // contains filtered or unexported fields }
func (UserTokensApiUpdateRequest) Execute ¶
func (r UserTokensApiUpdateRequest) Execute() (Token, *_nethttp.Response, error)
func (UserTokensApiUpdateRequest) Request ¶
func (r UserTokensApiUpdateRequest) Request(request UpdateTokenRequest) UserTokensApiUpdateRequest
The request body for the token which needs to be updated.
type UserTokensService ¶
type UserTokensService service
UserTokensService UserTokens service
func (*UserTokensService) Create ¶
func (a *UserTokensService) Create(ctx _context.Context, userHandle string) UserTokensApiCreateRequest
Create Create token
Creates a new token for the specified user. The limit is 2 per user.
@param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param userHandle The handle of the user where the token will be created. @return UserTokensApiCreateRequest
func (*UserTokensService) CreateExecute ¶
func (a *UserTokensService) CreateExecute(r UserTokensApiCreateRequest) (Token, *_nethttp.Response, error)
Execute executes the request
@return Token
func (*UserTokensService) Delete ¶
func (a *UserTokensService) Delete(ctx _context.Context, userHandle string, tokenId string) UserTokensApiDeleteRequest
Delete Delete token
Deletes the token associated with the specified user.
@param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param userHandle The handle of the user where the token exist. @param tokenId The identifier of the token. @return UserTokensApiDeleteRequest
func (*UserTokensService) DeleteExecute ¶
func (a *UserTokensService) DeleteExecute(r UserTokensApiDeleteRequest) (Token, *_nethttp.Response, error)
Execute executes the request
@return Token
func (*UserTokensService) Get ¶
func (a *UserTokensService) Get(ctx _context.Context, tokenId string, userHandle string) UserTokensApiGetRequest
Get Get token
Retrieves the information of a specified token.
@param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param tokenId The identifier of the token. @param userHandle The handle of the user where the token exist. @return UserTokensApiGetRequest
func (*UserTokensService) GetExecute ¶
func (a *UserTokensService) GetExecute(r UserTokensApiGetRequest) (Token, *_nethttp.Response, error)
Execute executes the request
@return Token
func (*UserTokensService) List ¶
func (a *UserTokensService) List(ctx _context.Context, userHandle string) UserTokensApiListRequest
List List tokens
List the token for a user.
@param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param userHandle The handle of the user. @return UserTokensApiListRequest
func (*UserTokensService) ListExecute ¶
func (a *UserTokensService) ListExecute(r UserTokensApiListRequest) (ListTokensResponse, *_nethttp.Response, error)
Execute executes the request
@return ListTokensResponse
func (*UserTokensService) Update ¶
func (a *UserTokensService) Update(ctx _context.Context, userHandle string, tokenId string) UserTokensApiUpdateRequest
Update Update token
Changes the status of the specified token from Active to Inactive or vice versa.
@param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param userHandle The handle of the user where the token exist. @param tokenId The identifier of the token. @return UserTokensApiUpdateRequest
func (*UserTokensService) UpdateExecute ¶
func (a *UserTokensService) UpdateExecute(r UserTokensApiUpdateRequest) (Token, *_nethttp.Response, error)
Execute executes the request
@return Token
type UserWorkspaceAggregatorsApiCreateRequest ¶ added in v0.6.0
type UserWorkspaceAggregatorsApiCreateRequest struct { ApiService *UserWorkspaceAggregatorsService // contains filtered or unexported fields }
func (UserWorkspaceAggregatorsApiCreateRequest) Execute ¶ added in v0.6.0
func (r UserWorkspaceAggregatorsApiCreateRequest) Execute() (WorkspaceAggregator, *_nethttp.Response, error)
func (UserWorkspaceAggregatorsApiCreateRequest) Mode ¶ added in v0.6.0
func (r UserWorkspaceAggregatorsApiCreateRequest) Mode(mode string) UserWorkspaceAggregatorsApiCreateRequest
The mode of this request
func (UserWorkspaceAggregatorsApiCreateRequest) Request ¶ added in v0.6.0
func (r UserWorkspaceAggregatorsApiCreateRequest) Request(request CreateWorkspaceAggregatorRequest) UserWorkspaceAggregatorsApiCreateRequest
The request body for the aggregator to be created.
type UserWorkspaceAggregatorsApiDeleteRequest ¶ added in v0.6.0
type UserWorkspaceAggregatorsApiDeleteRequest struct { ApiService *UserWorkspaceAggregatorsService // contains filtered or unexported fields }
func (UserWorkspaceAggregatorsApiDeleteRequest) Execute ¶ added in v0.6.0
func (r UserWorkspaceAggregatorsApiDeleteRequest) Execute() (WorkspaceAggregator, *_nethttp.Response, error)
type UserWorkspaceAggregatorsApiGetConnectionRequest ¶ added in v0.6.0
type UserWorkspaceAggregatorsApiGetConnectionRequest struct { ApiService *UserWorkspaceAggregatorsService // contains filtered or unexported fields }
func (UserWorkspaceAggregatorsApiGetConnectionRequest) Execute ¶ added in v0.6.0
func (r UserWorkspaceAggregatorsApiGetConnectionRequest) Execute() (WorkspaceConnection, *_nethttp.Response, error)
type UserWorkspaceAggregatorsApiGetRequest ¶ added in v0.6.0
type UserWorkspaceAggregatorsApiGetRequest struct { ApiService *UserWorkspaceAggregatorsService // contains filtered or unexported fields }
func (UserWorkspaceAggregatorsApiGetRequest) Execute ¶ added in v0.6.0
func (r UserWorkspaceAggregatorsApiGetRequest) Execute() (WorkspaceAggregator, *_nethttp.Response, error)
type UserWorkspaceAggregatorsApiListConnectionsRequest ¶ added in v0.6.0
type UserWorkspaceAggregatorsApiListConnectionsRequest struct { ApiService *UserWorkspaceAggregatorsService // contains filtered or unexported fields }
func (UserWorkspaceAggregatorsApiListConnectionsRequest) Execute ¶ added in v0.6.0
func (r UserWorkspaceAggregatorsApiListConnectionsRequest) Execute() (ListWorkspaceConnectionsResponse, *_nethttp.Response, error)
func (UserWorkspaceAggregatorsApiListConnectionsRequest) Limit ¶ added in v0.6.0
func (r UserWorkspaceAggregatorsApiListConnectionsRequest) Limit(limit int32) UserWorkspaceAggregatorsApiListConnectionsRequest
The max number of items to fetch per page of data, subject to a min and max of 1 and 100 respectively. If not specified will default to 25.
func (UserWorkspaceAggregatorsApiListConnectionsRequest) NextToken ¶ added in v0.6.0
func (r UserWorkspaceAggregatorsApiListConnectionsRequest) NextToken(nextToken string) UserWorkspaceAggregatorsApiListConnectionsRequest
When list results are truncated, next_token will be returned, which is a cursor to fetch the next page of data. Pass next_token to the subsequent list request to fetch the next page of data.
type UserWorkspaceAggregatorsApiListRequest ¶ added in v0.6.0
type UserWorkspaceAggregatorsApiListRequest struct { ApiService *UserWorkspaceAggregatorsService // contains filtered or unexported fields }
func (UserWorkspaceAggregatorsApiListRequest) Execute ¶ added in v0.6.0
func (r UserWorkspaceAggregatorsApiListRequest) Execute() (ListWorkspaceAggregatorsResponse, *_nethttp.Response, error)
func (UserWorkspaceAggregatorsApiListRequest) Limit ¶ added in v0.6.0
func (r UserWorkspaceAggregatorsApiListRequest) Limit(limit int32) UserWorkspaceAggregatorsApiListRequest
The max number of items to fetch per page of data, subject to a min and max of 1 and 100 respectively. If not specified will default to 25.
func (UserWorkspaceAggregatorsApiListRequest) NextToken ¶ added in v0.6.0
func (r UserWorkspaceAggregatorsApiListRequest) NextToken(nextToken string) UserWorkspaceAggregatorsApiListRequest
When list results are truncated, next_token will be returned, which is a cursor to fetch the next page of data. Pass next_token to the subsequent list request to fetch the next page of data.
type UserWorkspaceAggregatorsApiUpdateRequest ¶ added in v0.6.0
type UserWorkspaceAggregatorsApiUpdateRequest struct { ApiService *UserWorkspaceAggregatorsService // contains filtered or unexported fields }
func (UserWorkspaceAggregatorsApiUpdateRequest) Execute ¶ added in v0.6.0
func (r UserWorkspaceAggregatorsApiUpdateRequest) Execute() (WorkspaceAggregator, *_nethttp.Response, error)
func (UserWorkspaceAggregatorsApiUpdateRequest) Mode ¶ added in v0.6.0
func (r UserWorkspaceAggregatorsApiUpdateRequest) Mode(mode string) UserWorkspaceAggregatorsApiUpdateRequest
The mode of this request
func (UserWorkspaceAggregatorsApiUpdateRequest) Request ¶ added in v0.6.0
func (r UserWorkspaceAggregatorsApiUpdateRequest) Request(request UpdateWorkspaceAggregatorRequest) UserWorkspaceAggregatorsApiUpdateRequest
The request body for the aggregator which needs to be updated.
type UserWorkspaceAggregatorsService ¶ added in v0.6.0
type UserWorkspaceAggregatorsService service
UserWorkspaceAggregatorsService UserWorkspaceAggregators service
func (*UserWorkspaceAggregatorsService) Create ¶ added in v0.6.0
func (a *UserWorkspaceAggregatorsService) Create(ctx _context.Context, userHandle string, workspaceHandle string) UserWorkspaceAggregatorsApiCreateRequest
Create Create an aggregator for a user workspace
Creates an aggregator for a workspace of a user.
@param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param userHandle The handle of the user to which the workspace belongs to. @param workspaceHandle The handle of the workspace where the aggregator will be created. @return UserWorkspaceAggregatorsApiCreateRequest
func (*UserWorkspaceAggregatorsService) CreateExecute ¶ added in v0.6.0
func (a *UserWorkspaceAggregatorsService) CreateExecute(r UserWorkspaceAggregatorsApiCreateRequest) (WorkspaceAggregator, *_nethttp.Response, error)
Execute executes the request
@return WorkspaceAggregator
func (*UserWorkspaceAggregatorsService) Delete ¶ added in v0.6.0
func (a *UserWorkspaceAggregatorsService) Delete(ctx _context.Context, userHandle string, workspaceHandle string, aggregatorHandle string) UserWorkspaceAggregatorsApiDeleteRequest
Delete Delete an aggregator for a user workspace
Deletes an aggregator belonging to a workspace of a user.
@param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param userHandle The handle of the user to which the workspace belongs to. @param workspaceHandle The handle of the workspace where the aggregator exists. @param aggregatorHandle The handle of the aggregator that needs to be deleted. @return UserWorkspaceAggregatorsApiDeleteRequest
func (*UserWorkspaceAggregatorsService) DeleteExecute ¶ added in v0.6.0
func (a *UserWorkspaceAggregatorsService) DeleteExecute(r UserWorkspaceAggregatorsApiDeleteRequest) (WorkspaceAggregator, *_nethttp.Response, error)
Execute executes the request
@return WorkspaceAggregator
func (*UserWorkspaceAggregatorsService) Get ¶ added in v0.6.0
func (a *UserWorkspaceAggregatorsService) Get(ctx _context.Context, userHandle string, workspaceHandle string, aggregatorHandle string) UserWorkspaceAggregatorsApiGetRequest
Get Get an aggregator for a user workspace
Get the details of an aggregator belonging to a workspace of a user.
@param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param userHandle The handle of the user to which the workspace belongs to. @param workspaceHandle The handle of the workspace where the aggregator exists. @param aggregatorHandle The handle of the aggregator whose details need to be fetched. @return UserWorkspaceAggregatorsApiGetRequest
func (*UserWorkspaceAggregatorsService) GetConnection ¶ added in v0.6.0
func (a *UserWorkspaceAggregatorsService) GetConnection(ctx _context.Context, userHandle string, workspaceHandle string, aggregatorHandle string, connectionHandle string) UserWorkspaceAggregatorsApiGetConnectionRequest
GetConnection Get a connection in the scope of an aggregator for a user workspace
Get a connection that is a part of an aggregator defined in a workspace of a user.
@param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param userHandle The handle of the user to which the workspace belongs to. @param workspaceHandle The handle of the workspace where the aggregator exists. @param aggregatorHandle The handle of the aggregator which the connection is a part of. @param connectionHandle The handle of the connection whose details need to be fetched. @return UserWorkspaceAggregatorsApiGetConnectionRequest
func (*UserWorkspaceAggregatorsService) GetConnectionExecute ¶ added in v0.6.0
func (a *UserWorkspaceAggregatorsService) GetConnectionExecute(r UserWorkspaceAggregatorsApiGetConnectionRequest) (WorkspaceConnection, *_nethttp.Response, error)
Execute executes the request
@return WorkspaceConnection
func (*UserWorkspaceAggregatorsService) GetExecute ¶ added in v0.6.0
func (a *UserWorkspaceAggregatorsService) GetExecute(r UserWorkspaceAggregatorsApiGetRequest) (WorkspaceAggregator, *_nethttp.Response, error)
Execute executes the request
@return WorkspaceAggregator
func (*UserWorkspaceAggregatorsService) List ¶ added in v0.6.0
func (a *UserWorkspaceAggregatorsService) List(ctx _context.Context, userHandle string, workspaceHandle string) UserWorkspaceAggregatorsApiListRequest
List List aggregators for a user workspace
List aggregators for a workspace of a user.
@param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param userHandle The handle of the user to which the workspace belongs to. @param workspaceHandle The handle of the workspace for which we will be listing aggregators. @return UserWorkspaceAggregatorsApiListRequest
func (*UserWorkspaceAggregatorsService) ListConnections ¶ added in v0.6.0
func (a *UserWorkspaceAggregatorsService) ListConnections(ctx _context.Context, userHandle string, workspaceHandle string, aggregatorHandle string) UserWorkspaceAggregatorsApiListConnectionsRequest
ListConnections List connections in the scope of an aggregator for a user workspace
List all connections that are a part of an aggregator defined in a workspace of a user.
@param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param userHandle The handle of the user to which the workspace belongs to. @param workspaceHandle The handle of the workspace where the aggregator exists. @param aggregatorHandle The handle of the aggregator whose connections need to be fetched. @return UserWorkspaceAggregatorsApiListConnectionsRequest
func (*UserWorkspaceAggregatorsService) ListConnectionsExecute ¶ added in v0.6.0
func (a *UserWorkspaceAggregatorsService) ListConnectionsExecute(r UserWorkspaceAggregatorsApiListConnectionsRequest) (ListWorkspaceConnectionsResponse, *_nethttp.Response, error)
Execute executes the request
@return ListWorkspaceConnectionsResponse
func (*UserWorkspaceAggregatorsService) ListExecute ¶ added in v0.6.0
func (a *UserWorkspaceAggregatorsService) ListExecute(r UserWorkspaceAggregatorsApiListRequest) (ListWorkspaceAggregatorsResponse, *_nethttp.Response, error)
Execute executes the request
@return ListWorkspaceAggregatorsResponse
func (*UserWorkspaceAggregatorsService) Update ¶ added in v0.6.0
func (a *UserWorkspaceAggregatorsService) Update(ctx _context.Context, userHandle string, workspaceHandle string, aggregatorHandle string) UserWorkspaceAggregatorsApiUpdateRequest
Update Update an aggregator for a user workspace
Update the details of an aggregator belonging to workspace of a user.
@param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param userHandle The handle of the user to which the workspace belongs to. @param workspaceHandle The handle of the workspace where the aggregator exists. @param aggregatorHandle The handle of the aggregator whose details need to be updated. @return UserWorkspaceAggregatorsApiUpdateRequest
func (*UserWorkspaceAggregatorsService) UpdateExecute ¶ added in v0.6.0
func (a *UserWorkspaceAggregatorsService) UpdateExecute(r UserWorkspaceAggregatorsApiUpdateRequest) (WorkspaceAggregator, *_nethttp.Response, error)
Execute executes the request
@return WorkspaceAggregator
type UserWorkspaceConnectionAssociationsApiCreateRequest ¶
type UserWorkspaceConnectionAssociationsApiCreateRequest struct { ApiService *UserWorkspaceConnectionAssociationsService // contains filtered or unexported fields }
func (UserWorkspaceConnectionAssociationsApiCreateRequest) Execute ¶
func (r UserWorkspaceConnectionAssociationsApiCreateRequest) Execute() (WorkspaceConn, *_nethttp.Response, error)
func (UserWorkspaceConnectionAssociationsApiCreateRequest) Request ¶
func (r UserWorkspaceConnectionAssociationsApiCreateRequest) Request(request CreateWorkspaceConnRequest) UserWorkspaceConnectionAssociationsApiCreateRequest
The request body for the association to be created.
type UserWorkspaceConnectionAssociationsApiDeleteRequest ¶
type UserWorkspaceConnectionAssociationsApiDeleteRequest struct { ApiService *UserWorkspaceConnectionAssociationsService // contains filtered or unexported fields }
func (UserWorkspaceConnectionAssociationsApiDeleteRequest) Execute ¶
func (r UserWorkspaceConnectionAssociationsApiDeleteRequest) Execute() (WorkspaceConn, *_nethttp.Response, error)
type UserWorkspaceConnectionAssociationsApiGetRequest ¶
type UserWorkspaceConnectionAssociationsApiGetRequest struct { ApiService *UserWorkspaceConnectionAssociationsService // contains filtered or unexported fields }
func (UserWorkspaceConnectionAssociationsApiGetRequest) Execute ¶
func (r UserWorkspaceConnectionAssociationsApiGetRequest) Execute() (WorkspaceConn, *_nethttp.Response, error)
type UserWorkspaceConnectionAssociationsApiListRequest ¶
type UserWorkspaceConnectionAssociationsApiListRequest struct { ApiService *UserWorkspaceConnectionAssociationsService // contains filtered or unexported fields }
func (UserWorkspaceConnectionAssociationsApiListRequest) Execute ¶
func (r UserWorkspaceConnectionAssociationsApiListRequest) Execute() (ListWorkspaceConnResponse, *_nethttp.Response, error)
func (UserWorkspaceConnectionAssociationsApiListRequest) Limit ¶
func (r UserWorkspaceConnectionAssociationsApiListRequest) Limit(limit int32) UserWorkspaceConnectionAssociationsApiListRequest
The max number of items to fetch per page of data, subject to a min and max of 1 and 100 respectively. If not specified will default to 25.
func (UserWorkspaceConnectionAssociationsApiListRequest) NextToken ¶
func (r UserWorkspaceConnectionAssociationsApiListRequest) NextToken(nextToken string) UserWorkspaceConnectionAssociationsApiListRequest
When list results are truncated, next_token will be returned, which is a cursor to fetch the next page of data. Pass next_token to the subsequent list request to fetch the next page of data.
type UserWorkspaceConnectionAssociationsService ¶
type UserWorkspaceConnectionAssociationsService service
UserWorkspaceConnectionAssociationsService UserWorkspaceConnectionAssociations service
func (*UserWorkspaceConnectionAssociationsService) Create ¶
func (a *UserWorkspaceConnectionAssociationsService) Create(ctx _context.Context, userHandle string, workspaceHandle string) UserWorkspaceConnectionAssociationsApiCreateRequest
Create Create user workspace connection association
Associate a connection with the workspace. A workspace can have multiple association.
@param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param userHandle The handle of the user where we want to create an association. @param workspaceHandle The handle of the workspace where the connection will be associated. @return UserWorkspaceConnectionAssociationsApiCreateRequest
func (*UserWorkspaceConnectionAssociationsService) CreateExecute ¶
func (a *UserWorkspaceConnectionAssociationsService) CreateExecute(r UserWorkspaceConnectionAssociationsApiCreateRequest) (WorkspaceConn, *_nethttp.Response, error)
Execute executes the request
@return WorkspaceConn
func (*UserWorkspaceConnectionAssociationsService) Delete ¶
func (a *UserWorkspaceConnectionAssociationsService) Delete(ctx _context.Context, userHandle string, workspaceHandle string, connHandle string) UserWorkspaceConnectionAssociationsApiDeleteRequest
Delete Delete user workspace connection association
Dissociates or delete the workspace and connection association.
@param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param userHandle The handle of the user performing the action. @param workspaceHandle The handle of the workspace whose association needs to be deleted. @param connHandle The handle of the conn whose association needs to be deleted. @return UserWorkspaceConnectionAssociationsApiDeleteRequest
func (*UserWorkspaceConnectionAssociationsService) DeleteExecute ¶
func (a *UserWorkspaceConnectionAssociationsService) DeleteExecute(r UserWorkspaceConnectionAssociationsApiDeleteRequest) (WorkspaceConn, *_nethttp.Response, error)
Execute executes the request
@return WorkspaceConn
func (*UserWorkspaceConnectionAssociationsService) Get ¶
func (a *UserWorkspaceConnectionAssociationsService) Get(ctx _context.Context, userHandle string, workspaceHandle string, connHandle string) UserWorkspaceConnectionAssociationsApiGetRequest
Get Get user workspace connection association
Get the details for a workspace and connection association.
@param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param userHandle The handle of the user for which you want to get the association. @param workspaceHandle The handle of the workspace wherethe association exist. @param connHandle The handle of the conn whose association details needs to be fetched. @return UserWorkspaceConnectionAssociationsApiGetRequest
func (*UserWorkspaceConnectionAssociationsService) GetExecute ¶
func (a *UserWorkspaceConnectionAssociationsService) GetExecute(r UserWorkspaceConnectionAssociationsApiGetRequest) (WorkspaceConn, *_nethttp.Response, error)
Execute executes the request
@return WorkspaceConn
func (*UserWorkspaceConnectionAssociationsService) List ¶
func (a *UserWorkspaceConnectionAssociationsService) List(ctx _context.Context, userHandle string, workspaceHandle string) UserWorkspaceConnectionAssociationsApiListRequest
List List user workspace connection associations
List the connections associated with a workspace.
@param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param userHandle The handle of the user for which you want to start listing associations. @param workspaceHandle The handle of the workspace where you want to list the associations. @return UserWorkspaceConnectionAssociationsApiListRequest
func (*UserWorkspaceConnectionAssociationsService) ListExecute ¶
func (a *UserWorkspaceConnectionAssociationsService) ListExecute(r UserWorkspaceConnectionAssociationsApiListRequest) (ListWorkspaceConnResponse, *_nethttp.Response, error)
Execute executes the request
@return ListWorkspaceConnResponse
type UserWorkspaceModVariablesApiCreateSettingRequest ¶ added in v0.0.4
type UserWorkspaceModVariablesApiCreateSettingRequest struct { ApiService *UserWorkspaceModVariablesService // contains filtered or unexported fields }
func (UserWorkspaceModVariablesApiCreateSettingRequest) Execute ¶ added in v0.0.4
func (r UserWorkspaceModVariablesApiCreateSettingRequest) Execute() (WorkspaceModVariable, *_nethttp.Response, error)
func (UserWorkspaceModVariablesApiCreateSettingRequest) Request ¶ added in v0.0.4
func (r UserWorkspaceModVariablesApiCreateSettingRequest) Request(request CreateWorkspaceModVariableSettingRequest) UserWorkspaceModVariablesApiCreateSettingRequest
The request body to create setting for mod variable in the user workspace.
type UserWorkspaceModVariablesApiDeleteSettingRequest ¶ added in v0.0.4
type UserWorkspaceModVariablesApiDeleteSettingRequest struct { ApiService *UserWorkspaceModVariablesService // contains filtered or unexported fields }
func (UserWorkspaceModVariablesApiDeleteSettingRequest) Execute ¶ added in v0.0.4
func (r UserWorkspaceModVariablesApiDeleteSettingRequest) Execute() (WorkspaceModVariable, *_nethttp.Response, error)
type UserWorkspaceModVariablesApiGetSettingRequest ¶ added in v0.0.4
type UserWorkspaceModVariablesApiGetSettingRequest struct { ApiService *UserWorkspaceModVariablesService // contains filtered or unexported fields }
func (UserWorkspaceModVariablesApiGetSettingRequest) Execute ¶ added in v0.0.4
func (r UserWorkspaceModVariablesApiGetSettingRequest) Execute() (WorkspaceModVariable, *_nethttp.Response, error)
type UserWorkspaceModVariablesApiListRequest ¶ added in v0.0.4
type UserWorkspaceModVariablesApiListRequest struct { ApiService *UserWorkspaceModVariablesService // contains filtered or unexported fields }
func (UserWorkspaceModVariablesApiListRequest) Execute ¶ added in v0.0.4
func (r UserWorkspaceModVariablesApiListRequest) Execute() (ListWorkspaceModVariablesResponse, *_nethttp.Response, error)
func (UserWorkspaceModVariablesApiListRequest) Limit ¶ added in v0.0.4
func (r UserWorkspaceModVariablesApiListRequest) Limit(limit int32) UserWorkspaceModVariablesApiListRequest
The max number of items to fetch per page of data, subject to a min and max of 1 and 100 respectively. If not specified will default to 25.
func (UserWorkspaceModVariablesApiListRequest) NextToken ¶ added in v0.0.4
func (r UserWorkspaceModVariablesApiListRequest) NextToken(nextToken string) UserWorkspaceModVariablesApiListRequest
When list results are truncated, next_token will be returned, which is a cursor to fetch the next page of data. Pass next_token to the subsequent list request to fetch the next page of data.
type UserWorkspaceModVariablesApiUpdateSettingRequest ¶ added in v0.0.4
type UserWorkspaceModVariablesApiUpdateSettingRequest struct { ApiService *UserWorkspaceModVariablesService // contains filtered or unexported fields }
func (UserWorkspaceModVariablesApiUpdateSettingRequest) Execute ¶ added in v0.0.4
func (r UserWorkspaceModVariablesApiUpdateSettingRequest) Execute() (WorkspaceModVariable, *_nethttp.Response, error)
func (UserWorkspaceModVariablesApiUpdateSettingRequest) Request ¶ added in v0.0.4
func (r UserWorkspaceModVariablesApiUpdateSettingRequest) Request(request UpdateWorkspaceModVariableSettingRequest) UserWorkspaceModVariablesApiUpdateSettingRequest
The request body to update setting for mod variable in the user workspace.
type UserWorkspaceModVariablesService ¶ added in v0.0.4
type UserWorkspaceModVariablesService service
UserWorkspaceModVariablesService UserWorkspaceModVariables service
func (*UserWorkspaceModVariablesService) CreateSetting ¶ added in v0.0.4
func (a *UserWorkspaceModVariablesService) CreateSetting(ctx _context.Context, userHandle string, workspaceHandle string, modAlias string) UserWorkspaceModVariablesApiCreateSettingRequest
CreateSetting Create a setting for a mod variable in a user workspace
Create a setting for a mod variable in a user workspace
@param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param userHandle The handle of the user who owns the workspace. @param workspaceHandle The handle of the workspace where the mod was installed. @param modAlias The mod alias or mod ID for which the variable setting is to be created. @return UserWorkspaceModVariablesApiCreateSettingRequest
func (*UserWorkspaceModVariablesService) CreateSettingExecute ¶ added in v0.0.4
func (a *UserWorkspaceModVariablesService) CreateSettingExecute(r UserWorkspaceModVariablesApiCreateSettingRequest) (WorkspaceModVariable, *_nethttp.Response, error)
Execute executes the request
@return WorkspaceModVariable
func (*UserWorkspaceModVariablesService) DeleteSetting ¶ added in v0.0.4
func (a *UserWorkspaceModVariablesService) DeleteSetting(ctx _context.Context, userHandle string, workspaceHandle string, modAlias string, variableName string) UserWorkspaceModVariablesApiDeleteSettingRequest
DeleteSetting Delete setting for a mod variable in a user workspace
Delete setting for a mod variable in a user workspace
@param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param userHandle The handle of the user who owns the workspace. @param workspaceHandle The handle of the workspace where the mod was installed. @param modAlias The mod alias or mod ID for which the variable setting is to be deleted. @param variableName The name of the variable to delete the setting for. @return UserWorkspaceModVariablesApiDeleteSettingRequest
func (*UserWorkspaceModVariablesService) DeleteSettingExecute ¶ added in v0.0.4
func (a *UserWorkspaceModVariablesService) DeleteSettingExecute(r UserWorkspaceModVariablesApiDeleteSettingRequest) (WorkspaceModVariable, *_nethttp.Response, error)
Execute executes the request
@return WorkspaceModVariable
func (*UserWorkspaceModVariablesService) GetSetting ¶ added in v0.0.4
func (a *UserWorkspaceModVariablesService) GetSetting(ctx _context.Context, userHandle string, workspaceHandle string, modAlias string, variableName string) UserWorkspaceModVariablesApiGetSettingRequest
GetSetting Get setting for a mod variable in a user workspace
Get setting for a mod variable in a user workspace
@param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param userHandle The handle of the user who owns the workspace. @param workspaceHandle The handle of the workspace where the mod was installed. @param modAlias The mod alias or mod ID for which the variable setting belongs to. @param variableName The name of the variable to get the setting for. @return UserWorkspaceModVariablesApiGetSettingRequest
func (*UserWorkspaceModVariablesService) GetSettingExecute ¶ added in v0.0.4
func (a *UserWorkspaceModVariablesService) GetSettingExecute(r UserWorkspaceModVariablesApiGetSettingRequest) (WorkspaceModVariable, *_nethttp.Response, error)
Execute executes the request
@return WorkspaceModVariable
func (*UserWorkspaceModVariablesService) List ¶ added in v0.0.4
func (a *UserWorkspaceModVariablesService) List(ctx _context.Context, userHandle string, workspaceHandle string, modAlias string) UserWorkspaceModVariablesApiListRequest
List List variables for a user workspace mod
List all variables applicable for a mod in a workspace specific to a user
@param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param userHandle The handle of the user who owns the workspace. @param workspaceHandle The handle of the workspace where mods were installed. @param modAlias The mod alias or mod ID for which we want the variables to be listed. @return UserWorkspaceModVariablesApiListRequest
func (*UserWorkspaceModVariablesService) ListExecute ¶ added in v0.0.4
func (a *UserWorkspaceModVariablesService) ListExecute(r UserWorkspaceModVariablesApiListRequest) (ListWorkspaceModVariablesResponse, *_nethttp.Response, error)
Execute executes the request
@return ListWorkspaceModVariablesResponse
func (*UserWorkspaceModVariablesService) UpdateSetting ¶ added in v0.0.4
func (a *UserWorkspaceModVariablesService) UpdateSetting(ctx _context.Context, userHandle string, workspaceHandle string, modAlias string, variableName string) UserWorkspaceModVariablesApiUpdateSettingRequest
UpdateSetting Update setting for a mod variable in a user workspace
Update setting for a mod variable in a user workspace
@param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param userHandle The handle of the user who owns the workspace. @param workspaceHandle The handle of the workspace where the mod was installed. @param modAlias The mod alias or mod ID which contains the variable. @param variableName The name of the variable for which setting is to be updated. @return UserWorkspaceModVariablesApiUpdateSettingRequest
func (*UserWorkspaceModVariablesService) UpdateSettingExecute ¶ added in v0.0.4
func (a *UserWorkspaceModVariablesService) UpdateSettingExecute(r UserWorkspaceModVariablesApiUpdateSettingRequest) (WorkspaceModVariable, *_nethttp.Response, error)
Execute executes the request
@return WorkspaceModVariable
type UserWorkspaceModsApiGetRequest ¶ added in v0.0.4
type UserWorkspaceModsApiGetRequest struct { ApiService *UserWorkspaceModsService // contains filtered or unexported fields }
func (UserWorkspaceModsApiGetRequest) Execute ¶ added in v0.0.4
func (r UserWorkspaceModsApiGetRequest) Execute() (WorkspaceMod, *_nethttp.Response, error)
type UserWorkspaceModsApiInstallRequest ¶ added in v0.0.4
type UserWorkspaceModsApiInstallRequest struct { ApiService *UserWorkspaceModsService // contains filtered or unexported fields }
func (UserWorkspaceModsApiInstallRequest) Execute ¶ added in v0.0.4
func (r UserWorkspaceModsApiInstallRequest) Execute() (WorkspaceMod, *_nethttp.Response, error)
func (UserWorkspaceModsApiInstallRequest) Request ¶ added in v0.0.4
func (r UserWorkspaceModsApiInstallRequest) Request(request CreateWorkspaceModRequest) UserWorkspaceModsApiInstallRequest
The request body to install a mod in the mentioned workspace for this user.
type UserWorkspaceModsApiListRequest ¶ added in v0.0.4
type UserWorkspaceModsApiListRequest struct { ApiService *UserWorkspaceModsService // contains filtered or unexported fields }
func (UserWorkspaceModsApiListRequest) Execute ¶ added in v0.0.4
func (r UserWorkspaceModsApiListRequest) Execute() (ListWorkspaceModsResponse, *_nethttp.Response, error)
func (UserWorkspaceModsApiListRequest) Limit ¶ added in v0.0.4
func (r UserWorkspaceModsApiListRequest) Limit(limit int32) UserWorkspaceModsApiListRequest
The max number of items to fetch per page of data, subject to a min and max of 1 and 100 respectively. If not specified will default to 25.
func (UserWorkspaceModsApiListRequest) NextToken ¶ added in v0.0.4
func (r UserWorkspaceModsApiListRequest) NextToken(nextToken string) UserWorkspaceModsApiListRequest
When list results are truncated, next_token will be returned, which is a cursor to fetch the next page of data. Pass next_token to the subsequent list request to fetch the next page of data.
type UserWorkspaceModsApiUninstallRequest ¶ added in v0.0.4
type UserWorkspaceModsApiUninstallRequest struct { ApiService *UserWorkspaceModsService // contains filtered or unexported fields }
func (UserWorkspaceModsApiUninstallRequest) Execute ¶ added in v0.0.4
func (r UserWorkspaceModsApiUninstallRequest) Execute() (WorkspaceMod, *_nethttp.Response, error)
type UserWorkspaceModsApiUpdateRequest ¶ added in v0.0.4
type UserWorkspaceModsApiUpdateRequest struct { ApiService *UserWorkspaceModsService // contains filtered or unexported fields }
func (UserWorkspaceModsApiUpdateRequest) Execute ¶ added in v0.0.4
func (r UserWorkspaceModsApiUpdateRequest) Execute() (WorkspaceMod, *_nethttp.Response, error)
func (UserWorkspaceModsApiUpdateRequest) Request ¶ added in v0.0.4
func (r UserWorkspaceModsApiUpdateRequest) Request(request UpdateWorkspaceModRequest) UserWorkspaceModsApiUpdateRequest
The request body to update a mod for this workspace.
type UserWorkspaceModsService ¶ added in v0.0.4
type UserWorkspaceModsService service
UserWorkspaceModsService UserWorkspaceMods service
func (*UserWorkspaceModsService) Get ¶ added in v0.0.4
func (a *UserWorkspaceModsService) Get(ctx _context.Context, userHandle string, workspaceHandle string, modAlias string) UserWorkspaceModsApiGetRequest
Get Get user workspace installed mod
Get user workspace installed mod by mod alias
@param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param userHandle The handle of the user who owns the workspace. @param workspaceHandle Provide the handle of the workspace where mod was installed. @param modAlias The mod alias or mod ID @return UserWorkspaceModsApiGetRequest
func (*UserWorkspaceModsService) GetExecute ¶ added in v0.0.4
func (a *UserWorkspaceModsService) GetExecute(r UserWorkspaceModsApiGetRequest) (WorkspaceMod, *_nethttp.Response, error)
Execute executes the request
@return WorkspaceMod
func (*UserWorkspaceModsService) Install ¶ added in v0.0.4
func (a *UserWorkspaceModsService) Install(ctx _context.Context, userHandle string, workspaceHandle string) UserWorkspaceModsApiInstallRequest
Install Install a mod to a user's workspace
Install a mod to a user's workspace
@param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param userHandle The handle of the user who owns the workspace. @param workspaceHandle The handle of the workspace where the mod will be installed. @return UserWorkspaceModsApiInstallRequest
func (*UserWorkspaceModsService) InstallExecute ¶ added in v0.0.4
func (a *UserWorkspaceModsService) InstallExecute(r UserWorkspaceModsApiInstallRequest) (WorkspaceMod, *_nethttp.Response, error)
Execute executes the request
@return WorkspaceMod
func (*UserWorkspaceModsService) List ¶ added in v0.0.4
func (a *UserWorkspaceModsService) List(ctx _context.Context, userHandle string, workspaceHandle string) UserWorkspaceModsApiListRequest
List List user workspace installed mods
List user workspace installed mods
@param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param userHandle The handle of the user who owns the workspace. @param workspaceHandle The handle of the workspace where mods were installed @return UserWorkspaceModsApiListRequest
func (*UserWorkspaceModsService) ListExecute ¶ added in v0.0.4
func (a *UserWorkspaceModsService) ListExecute(r UserWorkspaceModsApiListRequest) (ListWorkspaceModsResponse, *_nethttp.Response, error)
Execute executes the request
@return ListWorkspaceModsResponse
func (*UserWorkspaceModsService) Uninstall ¶ added in v0.0.4
func (a *UserWorkspaceModsService) Uninstall(ctx _context.Context, userHandle string, workspaceHandle string, modAlias string) UserWorkspaceModsApiUninstallRequest
Uninstall Uninstall mod from a user's workspace.
Uninstall mod from a user's workspace
@param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param userHandle The handle of the user who owns the workspace. @param workspaceHandle The handle of the workspace where the mod was installed. @param modAlias The mod alias or mod ID to delete. @return UserWorkspaceModsApiUninstallRequest
func (*UserWorkspaceModsService) UninstallExecute ¶ added in v0.0.4
func (a *UserWorkspaceModsService) UninstallExecute(r UserWorkspaceModsApiUninstallRequest) (WorkspaceMod, *_nethttp.Response, error)
Execute executes the request
@return WorkspaceMod
func (*UserWorkspaceModsService) Update ¶ added in v0.0.4
func (a *UserWorkspaceModsService) Update(ctx _context.Context, userHandle string, workspaceHandle string, modAlias string) UserWorkspaceModsApiUpdateRequest
Update Update a mod in a user's workspace
Update a mod in a user's workspace
@param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param userHandle The handle of the user who owns the workspace. @param workspaceHandle The handle of the workspace where the mod will be updated. @param modAlias The mod alias or mod ID to update. @return UserWorkspaceModsApiUpdateRequest
func (*UserWorkspaceModsService) UpdateExecute ¶ added in v0.0.4
func (a *UserWorkspaceModsService) UpdateExecute(r UserWorkspaceModsApiUpdateRequest) (WorkspaceMod, *_nethttp.Response, error)
Execute executes the request
@return WorkspaceMod
type UserWorkspacePipelinesApiCommandRequest ¶ added in v0.5.0
type UserWorkspacePipelinesApiCommandRequest struct { ApiService *UserWorkspacePipelinesService // contains filtered or unexported fields }
func (UserWorkspacePipelinesApiCommandRequest) Execute ¶ added in v0.5.0
func (r UserWorkspacePipelinesApiCommandRequest) Execute() (PipelineCommandResponse, *_nethttp.Response, error)
func (UserWorkspacePipelinesApiCommandRequest) Request ¶ added in v0.5.0
func (r UserWorkspacePipelinesApiCommandRequest) Request(request PipelineCommandRequest) UserWorkspacePipelinesApiCommandRequest
The request body of the pipeline command to run.
type UserWorkspacePipelinesApiCreateRequest ¶ added in v0.5.0
type UserWorkspacePipelinesApiCreateRequest struct { ApiService *UserWorkspacePipelinesService // contains filtered or unexported fields }
func (UserWorkspacePipelinesApiCreateRequest) Execute ¶ added in v0.5.0
func (r UserWorkspacePipelinesApiCreateRequest) Execute() (Pipeline, *_nethttp.Response, error)
func (UserWorkspacePipelinesApiCreateRequest) Request ¶ added in v0.5.0
func (r UserWorkspacePipelinesApiCreateRequest) Request(request CreatePipelineRequest) UserWorkspacePipelinesApiCreateRequest
The request body for the pipeline to be created.
type UserWorkspacePipelinesApiDeleteRequest ¶ added in v0.5.0
type UserWorkspacePipelinesApiDeleteRequest struct { ApiService *UserWorkspacePipelinesService // contains filtered or unexported fields }
type UserWorkspacePipelinesApiGetRequest ¶ added in v0.5.0
type UserWorkspacePipelinesApiGetRequest struct { ApiService *UserWorkspacePipelinesService // contains filtered or unexported fields }
type UserWorkspacePipelinesApiListRequest ¶ added in v0.5.0
type UserWorkspacePipelinesApiListRequest struct { ApiService *UserWorkspacePipelinesService // contains filtered or unexported fields }
func (UserWorkspacePipelinesApiListRequest) Execute ¶ added in v0.5.0
func (r UserWorkspacePipelinesApiListRequest) Execute() (ListPipelinesResponse, *_nethttp.Response, error)
func (UserWorkspacePipelinesApiListRequest) Limit ¶ added in v0.5.0
func (r UserWorkspacePipelinesApiListRequest) Limit(limit int32) UserWorkspacePipelinesApiListRequest
The max number of items to fetch per page of data, subject to a min and max of 1 and 100 respectively. If not specified will default to 25.
func (UserWorkspacePipelinesApiListRequest) NextToken ¶ added in v0.5.0
func (r UserWorkspacePipelinesApiListRequest) NextToken(nextToken string) UserWorkspacePipelinesApiListRequest
When list results are truncated, next_token will be returned, which is a cursor to fetch the next page of data. Pass next_token to the subsequent list request to fetch the next page of data.
func (UserWorkspacePipelinesApiListRequest) Where ¶ added in v0.5.0
func (r UserWorkspacePipelinesApiListRequest) Where(where string) UserWorkspacePipelinesApiListRequest
The SQL where filter you wish to apply to this request. The filter will be parsed and sanitised and checked against the supported columns for this API.
type UserWorkspacePipelinesApiUpdateRequest ¶ added in v0.5.0
type UserWorkspacePipelinesApiUpdateRequest struct { ApiService *UserWorkspacePipelinesService // contains filtered or unexported fields }
func (UserWorkspacePipelinesApiUpdateRequest) Execute ¶ added in v0.5.0
func (r UserWorkspacePipelinesApiUpdateRequest) Execute() (Pipeline, *_nethttp.Response, error)
func (UserWorkspacePipelinesApiUpdateRequest) Request ¶ added in v0.5.0
func (r UserWorkspacePipelinesApiUpdateRequest) Request(request UpdatePipelineRequest) UserWorkspacePipelinesApiUpdateRequest
The request body for the pipeline which needs to be updated.
type UserWorkspacePipelinesService ¶ added in v0.5.0
type UserWorkspacePipelinesService service
UserWorkspacePipelinesService UserWorkspacePipelines service
func (*UserWorkspacePipelinesService) Command ¶ added in v0.5.0
func (a *UserWorkspacePipelinesService) Command(ctx _context.Context, userHandle string, workspaceHandle string, pipelineId string) UserWorkspacePipelinesApiCommandRequest
Command Run user workspace pipeline command
Run a command on a pipeline in a workspace belonging to a user.
@param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param userHandle The handle of the user which contains the workspace. @param workspaceHandle The handle of the workspace where the pipeline exists. @param pipelineId Id of the pipeline on which the command will be run. @return UserWorkspacePipelinesApiCommandRequest
func (*UserWorkspacePipelinesService) CommandExecute ¶ added in v0.5.0
func (a *UserWorkspacePipelinesService) CommandExecute(r UserWorkspacePipelinesApiCommandRequest) (PipelineCommandResponse, *_nethttp.Response, error)
Execute executes the request
@return PipelineCommandResponse
func (*UserWorkspacePipelinesService) Create ¶ added in v0.5.0
func (a *UserWorkspacePipelinesService) Create(ctx _context.Context, userHandle string, workspaceHandle string) UserWorkspacePipelinesApiCreateRequest
Create Create user workspace pipeline
Creates a new pipeline for a workspace of a user.
@param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param userHandle The handle of the user which contains the workspace. @param workspaceHandle The handle of the workspace where we want to create the pipeline. @return UserWorkspacePipelinesApiCreateRequest
func (*UserWorkspacePipelinesService) CreateExecute ¶ added in v0.5.0
func (a *UserWorkspacePipelinesService) CreateExecute(r UserWorkspacePipelinesApiCreateRequest) (Pipeline, *_nethttp.Response, error)
Execute executes the request
@return Pipeline
func (*UserWorkspacePipelinesService) Delete ¶ added in v0.5.0
func (a *UserWorkspacePipelinesService) Delete(ctx _context.Context, userHandle string, workspaceHandle string, pipelineId string) UserWorkspacePipelinesApiDeleteRequest
Delete Delete user workspace pipeline
Deletes the pipeline specified in the request for a workspace of a user.
@param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param userHandle The handle of the user which contains the workspace. @param workspaceHandle The handle of the workspace where the pipeline exists. @param pipelineId Provide the id of the pipeline which needs to be deleted. @return UserWorkspacePipelinesApiDeleteRequest
func (*UserWorkspacePipelinesService) DeleteExecute ¶ added in v0.5.0
func (a *UserWorkspacePipelinesService) DeleteExecute(r UserWorkspacePipelinesApiDeleteRequest) (Pipeline, *_nethttp.Response, error)
Execute executes the request
@return Pipeline
func (*UserWorkspacePipelinesService) Get ¶ added in v0.5.0
func (a *UserWorkspacePipelinesService) Get(ctx _context.Context, userHandle string, workspaceHandle string, pipelineId string) UserWorkspacePipelinesApiGetRequest
Get Get user workspace pipeline
Get the details of a pipeline for a workspace of a user.
@param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param userHandle The handle of the user which contains the workspace. @param workspaceHandle The handle of the workspace where the pipeline exists. @param pipelineId The id of the pipeline whose detail needs to be fetched. @return UserWorkspacePipelinesApiGetRequest
func (*UserWorkspacePipelinesService) GetExecute ¶ added in v0.5.0
func (a *UserWorkspacePipelinesService) GetExecute(r UserWorkspacePipelinesApiGetRequest) (Pipeline, *_nethttp.Response, error)
Execute executes the request
@return Pipeline
func (*UserWorkspacePipelinesService) List ¶ added in v0.5.0
func (a *UserWorkspacePipelinesService) List(ctx _context.Context, userHandle string, workspaceHandle string) UserWorkspacePipelinesApiListRequest
List List user workspace pipelines
Lists the pipelines for a workspace of a user.
@param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param userHandle The handle of the user for which contains the workspace. @param workspaceHandle The handle of the workspace for which we want to list the pipelines. @return UserWorkspacePipelinesApiListRequest
func (*UserWorkspacePipelinesService) ListExecute ¶ added in v0.5.0
func (a *UserWorkspacePipelinesService) ListExecute(r UserWorkspacePipelinesApiListRequest) (ListPipelinesResponse, *_nethttp.Response, error)
Execute executes the request
@return ListPipelinesResponse
func (*UserWorkspacePipelinesService) Update ¶ added in v0.5.0
func (a *UserWorkspacePipelinesService) Update(ctx _context.Context, userHandle string, workspaceHandle string, pipelineId string) UserWorkspacePipelinesApiUpdateRequest
Update Update user workspace pipeline
Updates a pipeline for a workspace of a user.
@param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param userHandle The handle of the user which contains the workspace. @param workspaceHandle The handle of the workspace where the pipeline exists. @param pipelineId The id of the pipeline which needs to be updated. @return UserWorkspacePipelinesApiUpdateRequest
func (*UserWorkspacePipelinesService) UpdateExecute ¶ added in v0.5.0
func (a *UserWorkspacePipelinesService) UpdateExecute(r UserWorkspacePipelinesApiUpdateRequest) (Pipeline, *_nethttp.Response, error)
Execute executes the request
@return Pipeline
type UserWorkspaceProcessesApiGetRequest ¶ added in v0.5.0
type UserWorkspaceProcessesApiGetRequest struct { ApiService *UserWorkspaceProcessesService // contains filtered or unexported fields }
type UserWorkspaceProcessesApiListRequest ¶ added in v0.5.0
type UserWorkspaceProcessesApiListRequest struct { ApiService *UserWorkspaceProcessesService // contains filtered or unexported fields }
func (UserWorkspaceProcessesApiListRequest) Execute ¶ added in v0.5.0
func (r UserWorkspaceProcessesApiListRequest) Execute() (ListProcessesResponse, *_nethttp.Response, error)
func (UserWorkspaceProcessesApiListRequest) Limit ¶ added in v0.5.0
func (r UserWorkspaceProcessesApiListRequest) Limit(limit int32) UserWorkspaceProcessesApiListRequest
The max number of items to fetch per page of data, subject to a min and max of 1 and 100 respectively. If not specified will default to 25.
func (UserWorkspaceProcessesApiListRequest) NextToken ¶ added in v0.5.0
func (r UserWorkspaceProcessesApiListRequest) NextToken(nextToken string) UserWorkspaceProcessesApiListRequest
When list results are truncated, next_token will be returned, which is a cursor to fetch the next page of data. Pass next_token to the subsequent list request to fetch the next page of data.
func (UserWorkspaceProcessesApiListRequest) Where ¶ added in v0.5.0
func (r UserWorkspaceProcessesApiListRequest) Where(where string) UserWorkspaceProcessesApiListRequest
The SQL where filter you wish to apply to this request. The filter will be parsed and sanitised and checked against the supported columns for this API.
type UserWorkspaceProcessesApiLogRequest ¶ added in v0.5.0
type UserWorkspaceProcessesApiLogRequest struct { ApiService *UserWorkspaceProcessesService // contains filtered or unexported fields }
type UserWorkspaceProcessesService ¶ added in v0.5.0
type UserWorkspaceProcessesService service
UserWorkspaceProcessesService UserWorkspaceProcesses service
func (*UserWorkspaceProcessesService) Get ¶ added in v0.5.0
func (a *UserWorkspaceProcessesService) Get(ctx _context.Context, userHandle string, workspaceHandle string, processId string) UserWorkspaceProcessesApiGetRequest
Get Get user workspace process
Get the details for a user workspace process.
@param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param userHandle The handle of the user where the workspace exist. @param workspaceHandle The handle of the workspace whose process needs to be fetched. @param processId The id of the process to be fetched. @return UserWorkspaceProcessesApiGetRequest
func (*UserWorkspaceProcessesService) GetExecute ¶ added in v0.5.0
func (a *UserWorkspaceProcessesService) GetExecute(r UserWorkspaceProcessesApiGetRequest) (SpProcess, *_nethttp.Response, error)
Execute executes the request
@return SpProcess
func (*UserWorkspaceProcessesService) List ¶ added in v0.5.0
func (a *UserWorkspaceProcessesService) List(ctx _context.Context, userHandle string, workspaceHandle string) UserWorkspaceProcessesApiListRequest
List List user workspace processes
List the process associated with a user workspace.
@param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param userHandle The handle of the user for which you want to start listing processes. @param workspaceHandle The handle of the workspace where you want to list the processes. @return UserWorkspaceProcessesApiListRequest
func (*UserWorkspaceProcessesService) ListExecute ¶ added in v0.5.0
func (a *UserWorkspaceProcessesService) ListExecute(r UserWorkspaceProcessesApiListRequest) (ListProcessesResponse, *_nethttp.Response, error)
Execute executes the request
@return ListProcessesResponse
func (*UserWorkspaceProcessesService) Log ¶ added in v0.5.0
func (a *UserWorkspaceProcessesService) Log(ctx _context.Context, userHandle string, workspaceHandle string, processId string, logFile string, contentType string) UserWorkspaceProcessesApiLogRequest
Log List user workspace process logs
List the process logs associated with a workspace process.
@param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param userHandle The handle of the user where the workspace exist. @param workspaceHandle The handle of the workspace where you want to list the process logs. @param processId The id of the process where you want to list the process logs. @param logFile The process logs file to be fetched. @param contentType The required content type of the process logs. @return UserWorkspaceProcessesApiLogRequest
func (*UserWorkspaceProcessesService) LogExecute ¶ added in v0.5.0
func (a *UserWorkspaceProcessesService) LogExecute(r UserWorkspaceProcessesApiLogRequest) (string, *_nethttp.Response, error)
Execute executes the request
@return string
type UserWorkspaceSnapshotsApiCreateRequest ¶ added in v0.1.3
type UserWorkspaceSnapshotsApiCreateRequest struct { ApiService *UserWorkspaceSnapshotsService // contains filtered or unexported fields }
func (UserWorkspaceSnapshotsApiCreateRequest) Execute ¶ added in v0.1.3
func (r UserWorkspaceSnapshotsApiCreateRequest) Execute() (WorkspaceSnapshot, *_nethttp.Response, error)
func (UserWorkspaceSnapshotsApiCreateRequest) Request ¶ added in v0.1.3
func (r UserWorkspaceSnapshotsApiCreateRequest) Request(request CreateWorkspaceSnapshotRequest) UserWorkspaceSnapshotsApiCreateRequest
The request body for the user workspace snapshot to be created.
type UserWorkspaceSnapshotsApiDeleteRequest ¶ added in v0.1.3
type UserWorkspaceSnapshotsApiDeleteRequest struct { ApiService *UserWorkspaceSnapshotsService // contains filtered or unexported fields }
func (UserWorkspaceSnapshotsApiDeleteRequest) Execute ¶ added in v0.1.3
func (r UserWorkspaceSnapshotsApiDeleteRequest) Execute() (WorkspaceSnapshot, *_nethttp.Response, error)
type UserWorkspaceSnapshotsApiDownloadRequest ¶ added in v0.1.3
type UserWorkspaceSnapshotsApiDownloadRequest struct { ApiService *UserWorkspaceSnapshotsService // contains filtered or unexported fields }
func (UserWorkspaceSnapshotsApiDownloadRequest) Execute ¶ added in v0.1.3
func (r UserWorkspaceSnapshotsApiDownloadRequest) Execute() (WorkspaceSnapshotData, *_nethttp.Response, error)
type UserWorkspaceSnapshotsApiGetRequest ¶ added in v0.1.3
type UserWorkspaceSnapshotsApiGetRequest struct { ApiService *UserWorkspaceSnapshotsService // contains filtered or unexported fields }
func (UserWorkspaceSnapshotsApiGetRequest) Execute ¶ added in v0.1.3
func (r UserWorkspaceSnapshotsApiGetRequest) Execute() (WorkspaceSnapshot, *_nethttp.Response, error)
type UserWorkspaceSnapshotsApiListRequest ¶ added in v0.1.3
type UserWorkspaceSnapshotsApiListRequest struct { ApiService *UserWorkspaceSnapshotsService // contains filtered or unexported fields }
func (UserWorkspaceSnapshotsApiListRequest) Execute ¶ added in v0.1.3
func (r UserWorkspaceSnapshotsApiListRequest) Execute() (ListWorkspaceSnapshotsResponse, *_nethttp.Response, error)
func (UserWorkspaceSnapshotsApiListRequest) Limit ¶ added in v0.1.3
func (r UserWorkspaceSnapshotsApiListRequest) Limit(limit int32) UserWorkspaceSnapshotsApiListRequest
The max number of items to fetch per page of data, subject to a min and max of 1 and 100 respectively. If not specified will default to 25.
func (UserWorkspaceSnapshotsApiListRequest) NextToken ¶ added in v0.1.3
func (r UserWorkspaceSnapshotsApiListRequest) NextToken(nextToken string) UserWorkspaceSnapshotsApiListRequest
When list results are truncated, next_token will be returned, which is a cursor to fetch the next page of data. Pass next_token to the subsequent list request to fetch the next page of data.
func (UserWorkspaceSnapshotsApiListRequest) Where ¶ added in v0.1.3
func (r UserWorkspaceSnapshotsApiListRequest) Where(where string) UserWorkspaceSnapshotsApiListRequest
The SQL where filter you wish to apply to this request. The filter will be parsed and sanitised and checked against the supported columns for this API.
type UserWorkspaceSnapshotsApiUpdateRequest ¶ added in v0.1.3
type UserWorkspaceSnapshotsApiUpdateRequest struct { ApiService *UserWorkspaceSnapshotsService // contains filtered or unexported fields }
func (UserWorkspaceSnapshotsApiUpdateRequest) Execute ¶ added in v0.1.3
func (r UserWorkspaceSnapshotsApiUpdateRequest) Execute() (WorkspaceSnapshot, *_nethttp.Response, error)
func (UserWorkspaceSnapshotsApiUpdateRequest) Request ¶ added in v0.1.3
func (r UserWorkspaceSnapshotsApiUpdateRequest) Request(request UpdateWorkspaceSnapshotRequest) UserWorkspaceSnapshotsApiUpdateRequest
The request body for the user workspace snapshot to be updated.
type UserWorkspaceSnapshotsService ¶ added in v0.1.3
type UserWorkspaceSnapshotsService service
UserWorkspaceSnapshotsService UserWorkspaceSnapshots service
func (*UserWorkspaceSnapshotsService) Create ¶ added in v0.1.3
func (a *UserWorkspaceSnapshotsService) Create(ctx _context.Context, userHandle string, workspaceHandle string) UserWorkspaceSnapshotsApiCreateRequest
Create Create user workspace snapshot
Creates a new workspace snapshot for a user.
@param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param userHandle The handle of the user to create the workspace snapshot for. @param workspaceHandle The handle of the user workspace to create the snapshot for. @return UserWorkspaceSnapshotsApiCreateRequest
func (*UserWorkspaceSnapshotsService) CreateExecute ¶ added in v0.1.3
func (a *UserWorkspaceSnapshotsService) CreateExecute(r UserWorkspaceSnapshotsApiCreateRequest) (WorkspaceSnapshot, *_nethttp.Response, error)
Execute executes the request
@return WorkspaceSnapshot
func (*UserWorkspaceSnapshotsService) Delete ¶ added in v0.1.3
func (a *UserWorkspaceSnapshotsService) Delete(ctx _context.Context, userHandle string, workspaceHandle string, snapshotId string) UserWorkspaceSnapshotsApiDeleteRequest
Delete Delete user workspace snapshot
Deletes a user workspace snapshot.
@param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param userHandle The handle of the user that the workspace snapshot belongs to. @param workspaceHandle The handle of the user workspace that the snapshot belongs to. @param snapshotId The handle of the snapshot which needs to be deleted. @return UserWorkspaceSnapshotsApiDeleteRequest
func (*UserWorkspaceSnapshotsService) DeleteExecute ¶ added in v0.1.3
func (a *UserWorkspaceSnapshotsService) DeleteExecute(r UserWorkspaceSnapshotsApiDeleteRequest) (WorkspaceSnapshot, *_nethttp.Response, error)
Execute executes the request
@return WorkspaceSnapshot
func (*UserWorkspaceSnapshotsService) Download ¶ added in v0.1.3
func (a *UserWorkspaceSnapshotsService) Download(ctx _context.Context, userHandle string, workspaceHandle string, snapshotId string, contentType string) UserWorkspaceSnapshotsApiDownloadRequest
Download Download user workspace snapshot
Downloads the full data for a user workspace snapshot.
@param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param userHandle The handle of the user that the workspace snapshot belongs to. @param workspaceHandle The handle of the user workspace that the snapshot belongs to. @param snapshotId The Id of the snapshot to be downloaded. @param contentType The type of content to the downloaded. @return UserWorkspaceSnapshotsApiDownloadRequest
func (*UserWorkspaceSnapshotsService) DownloadExecute ¶ added in v0.1.3
func (a *UserWorkspaceSnapshotsService) DownloadExecute(r UserWorkspaceSnapshotsApiDownloadRequest) (WorkspaceSnapshotData, *_nethttp.Response, error)
Execute executes the request
@return WorkspaceSnapshotData
func (*UserWorkspaceSnapshotsService) Get ¶ added in v0.1.3
func (a *UserWorkspaceSnapshotsService) Get(ctx _context.Context, userHandle string, workspaceHandle string, snapshotId string) UserWorkspaceSnapshotsApiGetRequest
Get Get user workspace snapshot
Get the details for a user workspace snapshot.
@param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param userHandle The handle of the user that the workspace snapshot belongs to. @param workspaceHandle The handle of the user workspace that the snapshot belongs to. @param snapshotId The handle of the snapshot whose detail needs to be fetched. @return UserWorkspaceSnapshotsApiGetRequest
func (*UserWorkspaceSnapshotsService) GetExecute ¶ added in v0.1.3
func (a *UserWorkspaceSnapshotsService) GetExecute(r UserWorkspaceSnapshotsApiGetRequest) (WorkspaceSnapshot, *_nethttp.Response, error)
Execute executes the request
@return WorkspaceSnapshot
func (*UserWorkspaceSnapshotsService) List ¶ added in v0.1.3
func (a *UserWorkspaceSnapshotsService) List(ctx _context.Context, userHandle string, workspaceHandle string) UserWorkspaceSnapshotsApiListRequest
List List user workspace snapshots
List the workspace snapshots for a user.
@param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param userHandle The handle of the user to list the workspace snapshots for. @param workspaceHandle The handle of the workspace to list snapshots for. @return UserWorkspaceSnapshotsApiListRequest
func (*UserWorkspaceSnapshotsService) ListExecute ¶ added in v0.1.3
func (a *UserWorkspaceSnapshotsService) ListExecute(r UserWorkspaceSnapshotsApiListRequest) (ListWorkspaceSnapshotsResponse, *_nethttp.Response, error)
Execute executes the request
@return ListWorkspaceSnapshotsResponse
func (*UserWorkspaceSnapshotsService) Update ¶ added in v0.1.3
func (a *UserWorkspaceSnapshotsService) Update(ctx _context.Context, userHandle string, workspaceHandle string, snapshotId string) UserWorkspaceSnapshotsApiUpdateRequest
Update Update user workspace snapshot
Updates a user workspace snapshot.
@param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param userHandle The handle of the user that the workspace snapshot belongs to. @param workspaceHandle The handle of the user workspace that the snapshot belongs to. @param snapshotId The handle of the snapshot to update. @return UserWorkspaceSnapshotsApiUpdateRequest
func (*UserWorkspaceSnapshotsService) UpdateExecute ¶ added in v0.1.3
func (a *UserWorkspaceSnapshotsService) UpdateExecute(r UserWorkspaceSnapshotsApiUpdateRequest) (WorkspaceSnapshot, *_nethttp.Response, error)
Execute executes the request
@return WorkspaceSnapshot
type UserWorkspacesApiCommandRequest ¶ added in v0.2.0
type UserWorkspacesApiCommandRequest struct { ApiService *UserWorkspacesService // contains filtered or unexported fields }
func (UserWorkspacesApiCommandRequest) Execute ¶ added in v0.2.0
func (r UserWorkspacesApiCommandRequest) Execute() (WorkspaceCommandResponse, *_nethttp.Response, error)
func (UserWorkspacesApiCommandRequest) Request ¶ added in v0.2.0
func (r UserWorkspacesApiCommandRequest) Request(request WorkspaceCommandRequest) UserWorkspacesApiCommandRequest
The request body for the workspace command.
type UserWorkspacesApiCreateRequest ¶
type UserWorkspacesApiCreateRequest struct { ApiService *UserWorkspacesService // contains filtered or unexported fields }
func (UserWorkspacesApiCreateRequest) Execute ¶
func (r UserWorkspacesApiCreateRequest) Execute() (Workspace, *_nethttp.Response, error)
func (UserWorkspacesApiCreateRequest) Request ¶
func (r UserWorkspacesApiCreateRequest) Request(request CreateWorkspaceRequest) UserWorkspacesApiCreateRequest
The request body for the workspace to be created.
type UserWorkspacesApiDeleteRequest ¶
type UserWorkspacesApiDeleteRequest struct { ApiService *UserWorkspacesService // contains filtered or unexported fields }
type UserWorkspacesApiGetQueryRequest ¶ added in v0.0.2
type UserWorkspacesApiGetQueryRequest struct { ApiService *UserWorkspacesService // contains filtered or unexported fields }
func (UserWorkspacesApiGetQueryRequest) ContentType ¶ added in v0.0.2
func (r UserWorkspacesApiGetQueryRequest) ContentType(contentType string) UserWorkspacesApiGetQueryRequest
The required content type for the response. Defaults to application/json. Supported values are json, application/json, csv, text/csv, md and text/markdown.
func (UserWorkspacesApiGetQueryRequest) Execute ¶ added in v0.0.2
func (r UserWorkspacesApiGetQueryRequest) Execute() (WorkspaceQueryResult, *_nethttp.Response, error)
func (UserWorkspacesApiGetQueryRequest) Sql ¶ added in v0.0.2
func (r UserWorkspacesApiGetQueryRequest) Sql(sql string) UserWorkspacesApiGetQueryRequest
The sql query to perform against the user workspace.
type UserWorkspacesApiGetQueryWithExtensionsRequest ¶ added in v0.0.2
type UserWorkspacesApiGetQueryWithExtensionsRequest struct { ApiService *UserWorkspacesService // contains filtered or unexported fields }
func (UserWorkspacesApiGetQueryWithExtensionsRequest) ContentType ¶ added in v0.0.2
func (r UserWorkspacesApiGetQueryWithExtensionsRequest) ContentType(contentType string) UserWorkspacesApiGetQueryWithExtensionsRequest
The required content type for the response. Defaults to application/json. Supported values are json, application/json, csv, text/csv, md and text/markdown.
func (UserWorkspacesApiGetQueryWithExtensionsRequest) Execute ¶ added in v0.0.2
func (r UserWorkspacesApiGetQueryWithExtensionsRequest) Execute() (WorkspaceQueryResult, *_nethttp.Response, error)
func (UserWorkspacesApiGetQueryWithExtensionsRequest) Sql ¶ added in v0.0.2
func (r UserWorkspacesApiGetQueryWithExtensionsRequest) Sql(sql string) UserWorkspacesApiGetQueryWithExtensionsRequest
The sql query to perform against the user workspace.
type UserWorkspacesApiGetRequest ¶
type UserWorkspacesApiGetRequest struct { ApiService *UserWorkspacesService // contains filtered or unexported fields }
type UserWorkspacesApiGetSchemaRequest ¶ added in v0.0.2
type UserWorkspacesApiGetSchemaRequest struct { ApiService *UserWorkspacesService // contains filtered or unexported fields }
func (UserWorkspacesApiGetSchemaRequest) Execute ¶ added in v0.0.2
func (r UserWorkspacesApiGetSchemaRequest) Execute() (WorkspaceSchema, *_nethttp.Response, error)
type UserWorkspacesApiListAuditLogsRequest ¶ added in v0.1.3
type UserWorkspacesApiListAuditLogsRequest struct { ApiService *UserWorkspacesService // contains filtered or unexported fields }
func (UserWorkspacesApiListAuditLogsRequest) Execute ¶ added in v0.1.3
func (r UserWorkspacesApiListAuditLogsRequest) Execute() (ListAuditLogsResponse, *_nethttp.Response, error)
func (UserWorkspacesApiListAuditLogsRequest) Limit ¶ added in v0.1.3
func (r UserWorkspacesApiListAuditLogsRequest) Limit(limit int32) UserWorkspacesApiListAuditLogsRequest
The max number of items to fetch per page of data, subject to a min and max of 1 and 100 respectively. If not specified will default to 25.
func (UserWorkspacesApiListAuditLogsRequest) NextToken ¶ added in v0.1.3
func (r UserWorkspacesApiListAuditLogsRequest) NextToken(nextToken string) UserWorkspacesApiListAuditLogsRequest
When list results are truncated, next_token will be returned, which is a cursor to fetch the next page of data. Pass next_token to the subsequent list request to fetch the next page of data.
type UserWorkspacesApiListDBLogsRequest ¶
type UserWorkspacesApiListDBLogsRequest struct { ApiService *UserWorkspacesService // contains filtered or unexported fields }
func (UserWorkspacesApiListDBLogsRequest) Execute ¶
func (r UserWorkspacesApiListDBLogsRequest) Execute() (ListLogsResponse, *_nethttp.Response, error)
func (UserWorkspacesApiListDBLogsRequest) Limit ¶ added in v0.1.3
func (r UserWorkspacesApiListDBLogsRequest) Limit(limit int32) UserWorkspacesApiListDBLogsRequest
The max number of items to fetch per page of data, subject to a min and max of 1 and 100 respectively. If not specified will default to 25.
func (UserWorkspacesApiListDBLogsRequest) NextToken ¶ added in v0.1.3
func (r UserWorkspacesApiListDBLogsRequest) NextToken(nextToken string) UserWorkspacesApiListDBLogsRequest
When list results are truncated, next_token will be returned, which is a cursor to fetch the next page of data. Pass next_token to the subsequent list request to fetch the next page of data.
type UserWorkspacesApiListRequest ¶
type UserWorkspacesApiListRequest struct { ApiService *UserWorkspacesService // contains filtered or unexported fields }
func (UserWorkspacesApiListRequest) Execute ¶
func (r UserWorkspacesApiListRequest) Execute() (ListWorkspacesResponse, *_nethttp.Response, error)
func (UserWorkspacesApiListRequest) Limit ¶
func (r UserWorkspacesApiListRequest) Limit(limit int32) UserWorkspacesApiListRequest
The max number of items to fetch per page of data, subject to a min and max of 1 and 100 respectively. If not specified will default to 25.
func (UserWorkspacesApiListRequest) NextToken ¶
func (r UserWorkspacesApiListRequest) NextToken(nextToken string) UserWorkspacesApiListRequest
When list results are truncated, next_token will be returned, which is a cursor to fetch the next page of data. Pass next_token to the subsequent list request to fetch the next page of data.
type UserWorkspacesApiPostQueryRequest ¶ added in v0.0.2
type UserWorkspacesApiPostQueryRequest struct { ApiService *UserWorkspacesService // contains filtered or unexported fields }
func (UserWorkspacesApiPostQueryRequest) ContentType ¶ added in v0.0.2
func (r UserWorkspacesApiPostQueryRequest) ContentType(contentType string) UserWorkspacesApiPostQueryRequest
The required content type for the response. Defaults to application/json. Supported values are json, application/json, csv, text/csv, md and text/markdown.
func (UserWorkspacesApiPostQueryRequest) Execute ¶ added in v0.0.2
func (r UserWorkspacesApiPostQueryRequest) Execute() (WorkspaceQueryResult, *_nethttp.Response, error)
func (UserWorkspacesApiPostQueryRequest) Sql ¶ added in v0.0.2
func (r UserWorkspacesApiPostQueryRequest) Sql(sql string) UserWorkspacesApiPostQueryRequest
The sql query to perform against the user workspace.
type UserWorkspacesApiPostQueryWithExtensionsRequest ¶ added in v0.0.2
type UserWorkspacesApiPostQueryWithExtensionsRequest struct { ApiService *UserWorkspacesService // contains filtered or unexported fields }
func (UserWorkspacesApiPostQueryWithExtensionsRequest) ContentType ¶ added in v0.0.2
func (r UserWorkspacesApiPostQueryWithExtensionsRequest) ContentType(contentType string) UserWorkspacesApiPostQueryWithExtensionsRequest
The required content type for the response. Defaults to application/json. Supported values are json, application/json, csv, text/csv, md and text/markdown.
func (UserWorkspacesApiPostQueryWithExtensionsRequest) Execute ¶ added in v0.0.2
func (r UserWorkspacesApiPostQueryWithExtensionsRequest) Execute() (WorkspaceQueryResult, *_nethttp.Response, error)
func (UserWorkspacesApiPostQueryWithExtensionsRequest) Sql ¶ added in v0.0.2
func (r UserWorkspacesApiPostQueryWithExtensionsRequest) Sql(sql string) UserWorkspacesApiPostQueryWithExtensionsRequest
The sql query to perform against the user workspace.
type UserWorkspacesApiUpdateRequest ¶
type UserWorkspacesApiUpdateRequest struct { ApiService *UserWorkspacesService // contains filtered or unexported fields }
func (UserWorkspacesApiUpdateRequest) Execute ¶
func (r UserWorkspacesApiUpdateRequest) Execute() (Workspace, *_nethttp.Response, error)
func (UserWorkspacesApiUpdateRequest) Request ¶
func (r UserWorkspacesApiUpdateRequest) Request(request UpdateWorkspaceRequest) UserWorkspacesApiUpdateRequest
The request body for the workspace which needs to be updated.
type UserWorkspacesService ¶
type UserWorkspacesService service
UserWorkspacesService UserWorkspaces service
func (*UserWorkspacesService) Command ¶ added in v0.2.0
func (a *UserWorkspacesService) Command(ctx _context.Context, userHandle string, workspaceHandle string) UserWorkspacesApiCommandRequest
Command Run user workspace command
Run a command in the workspace. Valid commands are: reboot.
@param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param userHandle The handle of the user where we want to run the workspace command. @param workspaceHandle The handle of the workspace where command will be executed. @return UserWorkspacesApiCommandRequest
func (*UserWorkspacesService) CommandExecute ¶ added in v0.2.0
func (a *UserWorkspacesService) CommandExecute(r UserWorkspacesApiCommandRequest) (WorkspaceCommandResponse, *_nethttp.Response, error)
Execute executes the request
@return WorkspaceCommandResponse
func (*UserWorkspacesService) Create ¶
func (a *UserWorkspacesService) Create(ctx _context.Context, userHandle string) UserWorkspacesApiCreateRequest
Create Create user workspace
Creates a new workspace for a user.
@param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param userHandle The handle of the user where we want to create the workspace. @return UserWorkspacesApiCreateRequest
func (*UserWorkspacesService) CreateExecute ¶
func (a *UserWorkspacesService) CreateExecute(r UserWorkspacesApiCreateRequest) (Workspace, *_nethttp.Response, error)
Execute executes the request
@return Workspace
func (*UserWorkspacesService) Delete ¶
func (a *UserWorkspacesService) Delete(ctx _context.Context, userHandle string, workspaceHandle string) UserWorkspacesApiDeleteRequest
Delete Delete user workspace
Deletes the workspace specified in the request by the user.
@param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param userHandle The handle of the user where the workspace exist. @param workspaceHandle Provide the handle of the workspace which needs to be deleted. @return UserWorkspacesApiDeleteRequest
func (*UserWorkspacesService) DeleteExecute ¶
func (a *UserWorkspacesService) DeleteExecute(r UserWorkspacesApiDeleteRequest) (Workspace, *_nethttp.Response, error)
Execute executes the request
@return Workspace
func (*UserWorkspacesService) Get ¶
func (a *UserWorkspacesService) Get(ctx _context.Context, userHandle string, workspaceHandle string) UserWorkspacesApiGetRequest
Get Get user workspace
Get the details for the workspace.
@param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param userHandle The handle of the user where the workspace exist. @param workspaceHandle The handle of the workspace whose detail needs to be fetched. @return UserWorkspacesApiGetRequest
func (*UserWorkspacesService) GetExecute ¶
func (a *UserWorkspacesService) GetExecute(r UserWorkspacesApiGetRequest) (Workspace, *_nethttp.Response, error)
Execute executes the request
@return Workspace
func (*UserWorkspacesService) GetQuery ¶ added in v0.0.2
func (a *UserWorkspacesService) GetQuery(ctx _context.Context, userHandle string, workspaceHandle string) UserWorkspacesApiGetQueryRequest
GetQuery Query user workspace
Performs a query in a user workspace. Results are limited to 5000 rows or 30 seconds of query execution.
@param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param userHandle The handle of the user that the workspace belongs to. @param workspaceHandle The handle of the workspace to query. @return UserWorkspacesApiGetQueryRequest
func (*UserWorkspacesService) GetQueryExecute ¶ added in v0.0.2
func (a *UserWorkspacesService) GetQueryExecute(r UserWorkspacesApiGetQueryRequest) (WorkspaceQueryResult, *_nethttp.Response, error)
Execute executes the request
@return WorkspaceQueryResult
func (*UserWorkspacesService) GetQueryWithExtensions ¶ added in v0.0.2
func (a *UserWorkspacesService) GetQueryWithExtensions(ctx _context.Context, userHandle string, workspaceHandle string, extensions string) UserWorkspacesApiGetQueryWithExtensionsRequest
GetQueryWithExtensions Query user workspace with extensions
Performs a query in a user workspace, with content type and content encoding forming part of the API path. Results are limited to 5000 rows or 30 seconds of query execution.
@param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param userHandle The handle of the user that the workspace belongs to. @param workspaceHandle The handle of the workspace to query. @param extensions The content type for the request. E.g. @return UserWorkspacesApiGetQueryWithExtensionsRequest
func (*UserWorkspacesService) GetQueryWithExtensionsExecute ¶ added in v0.0.2
func (a *UserWorkspacesService) GetQueryWithExtensionsExecute(r UserWorkspacesApiGetQueryWithExtensionsRequest) (WorkspaceQueryResult, *_nethttp.Response, error)
Execute executes the request
@return WorkspaceQueryResult
func (*UserWorkspacesService) GetSchema ¶ added in v0.0.2
func (a *UserWorkspacesService) GetSchema(ctx _context.Context, userHandle string, workspaceHandle string) UserWorkspacesApiGetSchemaRequest
GetSchema Get user workspace schemas
Returns the postgres schemas for a user workspace. This will consist of the connections associated with the workspace and any automatic aggregators prefixed with "all_", which are created for any connections where you have >=2 of that plugin type.
@param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param userHandle The handle of the user that the workspace belongs to. @param workspaceHandle The handle of the workspace to get the schemas for. @return UserWorkspacesApiGetSchemaRequest
func (*UserWorkspacesService) GetSchemaExecute ¶ added in v0.0.2
func (a *UserWorkspacesService) GetSchemaExecute(r UserWorkspacesApiGetSchemaRequest) (WorkspaceSchema, *_nethttp.Response, error)
Execute executes the request
@return WorkspaceSchema
func (*UserWorkspacesService) List ¶
func (a *UserWorkspacesService) List(ctx _context.Context, userHandle string) UserWorkspacesApiListRequest
List List user workspaces
List the workspace for a user.
@param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param userHandle The handle of the user for which we want to list the workspace. @return UserWorkspacesApiListRequest
func (*UserWorkspacesService) ListAuditLogs ¶ added in v0.1.3
func (a *UserWorkspacesService) ListAuditLogs(ctx _context.Context, userHandle string, workspaceHandle string) UserWorkspacesApiListAuditLogsRequest
ListAuditLogs User workspace audit logs
Returns the audit logs for a user workspace.
@param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param userHandle Specify the user handle to get the audit logs. @param workspaceHandle The handle of the workspace whose logs needs to be fetched. @return UserWorkspacesApiListAuditLogsRequest
func (*UserWorkspacesService) ListAuditLogsExecute ¶ added in v0.1.3
func (a *UserWorkspacesService) ListAuditLogsExecute(r UserWorkspacesApiListAuditLogsRequest) (ListAuditLogsResponse, *_nethttp.Response, error)
Execute executes the request
@return ListAuditLogsResponse
func (*UserWorkspacesService) ListDBLogs ¶
func (a *UserWorkspacesService) ListDBLogs(ctx _context.Context, userHandle string, workspaceHandle string) UserWorkspacesApiListDBLogsRequest
ListDBLogs User workspace logs
Returns the workspace logs for a user.
@param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param userHandle Specify the user handle to get the workspace logs. @param workspaceHandle The handle of the workspace whose logs needs to be fetched. @return UserWorkspacesApiListDBLogsRequest
func (*UserWorkspacesService) ListDBLogsExecute ¶
func (a *UserWorkspacesService) ListDBLogsExecute(r UserWorkspacesApiListDBLogsRequest) (ListLogsResponse, *_nethttp.Response, error)
Execute executes the request
@return ListLogsResponse
func (*UserWorkspacesService) ListExecute ¶
func (a *UserWorkspacesService) ListExecute(r UserWorkspacesApiListRequest) (ListWorkspacesResponse, *_nethttp.Response, error)
Execute executes the request
@return ListWorkspacesResponse
func (*UserWorkspacesService) PostQuery ¶ added in v0.0.2
func (a *UserWorkspacesService) PostQuery(ctx _context.Context, userHandle string, workspaceHandle string) UserWorkspacesApiPostQueryRequest
PostQuery Query user workspace
Performs a query in a user workspace. Results are limited to 5000 rows or 30 seconds of query execution.
@param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param userHandle The handle of the user that the workspace belongs to. @param workspaceHandle The handle of the workspace to query. @return UserWorkspacesApiPostQueryRequest
func (*UserWorkspacesService) PostQueryExecute ¶ added in v0.0.2
func (a *UserWorkspacesService) PostQueryExecute(r UserWorkspacesApiPostQueryRequest) (WorkspaceQueryResult, *_nethttp.Response, error)
Execute executes the request
@return WorkspaceQueryResult
func (*UserWorkspacesService) PostQueryWithExtensions ¶ added in v0.0.2
func (a *UserWorkspacesService) PostQueryWithExtensions(ctx _context.Context, userHandle string, workspaceHandle string, extensions string) UserWorkspacesApiPostQueryWithExtensionsRequest
PostQueryWithExtensions Query user workspace with extensions
Performs a query in a user workspace, with content type and content encoding forming part of the API path. Results are limited to 5000 rows or 30 seconds of query execution.
@param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param userHandle The handle of the user that the workspace belongs to. @param workspaceHandle The handle of the workspace to query. @param extensions The content type for the request. E.g. @return UserWorkspacesApiPostQueryWithExtensionsRequest
func (*UserWorkspacesService) PostQueryWithExtensionsExecute ¶ added in v0.0.2
func (a *UserWorkspacesService) PostQueryWithExtensionsExecute(r UserWorkspacesApiPostQueryWithExtensionsRequest) (WorkspaceQueryResult, *_nethttp.Response, error)
Execute executes the request
@return WorkspaceQueryResult
func (*UserWorkspacesService) Update ¶
func (a *UserWorkspacesService) Update(ctx _context.Context, userHandle string, workspaceHandle string) UserWorkspacesApiUpdateRequest
Update Update user workspace
Update the workspace for a user.
@param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param userHandle The handle of the user where the workspace exist. @param workspaceHandle The handle of the workspace which needs to be updated. @return UserWorkspacesApiUpdateRequest
func (*UserWorkspacesService) UpdateExecute ¶
func (a *UserWorkspacesService) UpdateExecute(r UserWorkspacesApiUpdateRequest) (Workspace, *_nethttp.Response, error)
Execute executes the request
@return Workspace
type UsersApiCreateAvatarRequest ¶ added in v0.6.0
type UsersApiCreateAvatarRequest struct { ApiService *UsersService // contains filtered or unexported fields }
func (UsersApiCreateAvatarRequest) Execute ¶ added in v0.6.0
func (r UsersApiCreateAvatarRequest) Execute() (CreateUserAvatarResponse, *_nethttp.Response, error)
type UsersApiCreateDBPasswordRequest ¶
type UsersApiCreateDBPasswordRequest struct { ApiService *UsersService // contains filtered or unexported fields }
func (UsersApiCreateDBPasswordRequest) Execute ¶
func (r UsersApiCreateDBPasswordRequest) Execute() (UserDatabasePassword, *_nethttp.Response, error)
func (UsersApiCreateDBPasswordRequest) Request ¶
func (r UsersApiCreateDBPasswordRequest) Request(request CreateUserPasswordRequest) UsersApiCreateDBPasswordRequest
The request body to create or rotate the password.
type UsersApiCreateRequest ¶
type UsersApiCreateRequest struct { ApiService *UsersService // contains filtered or unexported fields }
func (UsersApiCreateRequest) Execute ¶
func (r UsersApiCreateRequest) Execute() (User, *_nethttp.Response, error)
func (UsersApiCreateRequest) Request ¶
func (r UsersApiCreateRequest) Request(request CreateUserRequest) UsersApiCreateRequest
The request body to create the user.
type UsersApiDeleteAvatarRequest ¶ added in v0.6.0
type UsersApiDeleteAvatarRequest struct { ApiService *UsersService // contains filtered or unexported fields }
func (UsersApiDeleteAvatarRequest) Execute ¶ added in v0.6.0
func (r UsersApiDeleteAvatarRequest) Execute() (DeleteUserAvatarResponse, *_nethttp.Response, error)
type UsersApiDeleteRequest ¶
type UsersApiDeleteRequest struct { ApiService *UsersService // contains filtered or unexported fields }
type UsersApiGetDBPasswordRequest ¶
type UsersApiGetDBPasswordRequest struct { ApiService *UsersService // contains filtered or unexported fields }
func (UsersApiGetDBPasswordRequest) Execute ¶
func (r UsersApiGetDBPasswordRequest) Execute() (UserDatabasePassword, *_nethttp.Response, error)
type UsersApiGetEmailRequest ¶ added in v0.2.0
type UsersApiGetEmailRequest struct { ApiService *UsersService // contains filtered or unexported fields }
type UsersApiGetPreferencesRequest ¶ added in v0.2.0
type UsersApiGetPreferencesRequest struct { ApiService *UsersService // contains filtered or unexported fields }
func (UsersApiGetPreferencesRequest) Execute ¶ added in v0.2.0
func (r UsersApiGetPreferencesRequest) Execute() (UserPreferences, *_nethttp.Response, error)
type UsersApiGetQuotaRequest ¶
type UsersApiGetQuotaRequest struct { ApiService *UsersService // contains filtered or unexported fields }
type UsersApiGetRequest ¶
type UsersApiGetRequest struct { ApiService *UsersService // contains filtered or unexported fields }
type UsersApiListAuditLogsRequest ¶
type UsersApiListAuditLogsRequest struct { ApiService *UsersService // contains filtered or unexported fields }
func (UsersApiListAuditLogsRequest) Execute ¶
func (r UsersApiListAuditLogsRequest) Execute() (ListAuditLogsResponse, *_nethttp.Response, error)
func (UsersApiListAuditLogsRequest) Limit ¶
func (r UsersApiListAuditLogsRequest) Limit(limit int32) UsersApiListAuditLogsRequest
The max number of items to fetch per page of data, subject to a min and max of 1 and 100 respectively. If not specified will default to 25.
func (UsersApiListAuditLogsRequest) NextToken ¶
func (r UsersApiListAuditLogsRequest) NextToken(nextToken string) UsersApiListAuditLogsRequest
When list results are truncated, next_token will be returned, which is a cursor to fetch the next page of data. Pass next_token to the subsequent list request to fetch the next page of data.
type UsersApiListEmailsRequest ¶ added in v0.2.0
type UsersApiListEmailsRequest struct { ApiService *UsersService // contains filtered or unexported fields }
func (UsersApiListEmailsRequest) Execute ¶ added in v0.2.0
func (r UsersApiListEmailsRequest) Execute() (ListUserEmailsResponse, *_nethttp.Response, error)
func (UsersApiListEmailsRequest) Limit ¶ added in v0.2.0
func (r UsersApiListEmailsRequest) Limit(limit int32) UsersApiListEmailsRequest
The max number of items to fetch per page of data, subject to a min and max of 1 and 100 respectively. If not specified will default to 25.
func (UsersApiListEmailsRequest) NextToken ¶ added in v0.2.0
func (r UsersApiListEmailsRequest) NextToken(nextToken string) UsersApiListEmailsRequest
When list results are truncated, next_token will be returned, which is a cursor to fetch the next page of data. Pass next_token to the subsequent list request to fetch the next page of data.
type UsersApiListFeaturesRequest ¶ added in v0.0.4
type UsersApiListFeaturesRequest struct { ApiService *UsersService // contains filtered or unexported fields }
func (UsersApiListFeaturesRequest) Execute ¶ added in v0.0.4
func (r UsersApiListFeaturesRequest) Execute() (ListFeaturesResponse, *_nethttp.Response, error)
type UsersApiListRequest ¶
type UsersApiListRequest struct { ApiService *UsersService // contains filtered or unexported fields }
func (UsersApiListRequest) Execute ¶
func (r UsersApiListRequest) Execute() (ListUsersResponse, *_nethttp.Response, error)
func (UsersApiListRequest) Limit ¶
func (r UsersApiListRequest) Limit(limit int32) UsersApiListRequest
The max number of items to fetch per page of data, subject to a min and max of 1 and 100 respectively. If not specified will default to 25.
func (UsersApiListRequest) NextToken ¶
func (r UsersApiListRequest) NextToken(nextToken string) UsersApiListRequest
When list results are truncated, next_token will be returned, which is a cursor to fetch the next page of data. Pass next_token to the subsequent list request to fetch the next page of data.
type UsersApiUpdatePreferencesRequest ¶ added in v0.2.0
type UsersApiUpdatePreferencesRequest struct { ApiService *UsersService // contains filtered or unexported fields }
func (UsersApiUpdatePreferencesRequest) Execute ¶ added in v0.2.0
func (r UsersApiUpdatePreferencesRequest) Execute() (UserPreferences, *_nethttp.Response, error)
func (UsersApiUpdatePreferencesRequest) Request ¶ added in v0.2.0
func (r UsersApiUpdatePreferencesRequest) Request(request UpdateUserPreferencesRequest) UsersApiUpdatePreferencesRequest
The request body for updating user preferences.
type UsersApiUpdateRequest ¶
type UsersApiUpdateRequest struct { ApiService *UsersService // contains filtered or unexported fields }
func (UsersApiUpdateRequest) Execute ¶
func (r UsersApiUpdateRequest) Execute() (User, *_nethttp.Response, error)
func (UsersApiUpdateRequest) Request ¶
func (r UsersApiUpdateRequest) Request(request UpdateUserRequest) UsersApiUpdateRequest
The request body for the user.
type UsersService ¶
type UsersService service
UsersService Users service
func (*UsersService) Create ¶
func (a *UsersService) Create(ctx _context.Context) UsersApiCreateRequest
Create Create user
Creates a new user.
@param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return UsersApiCreateRequest
func (*UsersService) CreateAvatar ¶ added in v0.6.0
func (a *UsersService) CreateAvatar(ctx _context.Context, userHandle string) UsersApiCreateAvatarRequest
CreateAvatar Create user avatar
Create custom avatar for a user.
@param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param userHandle The handle of the user whose avatar is to be created. @return UsersApiCreateAvatarRequest
func (*UsersService) CreateAvatarExecute ¶ added in v0.6.0
func (a *UsersService) CreateAvatarExecute(r UsersApiCreateAvatarRequest) (CreateUserAvatarResponse, *_nethttp.Response, error)
Execute executes the request
@return CreateUserAvatarResponse
func (*UsersService) CreateDBPassword ¶
func (a *UsersService) CreateDBPassword(ctx _context.Context, userHandle string) UsersApiCreateDBPasswordRequest
CreateDBPassword Create user password
Create or rotate user password.
@param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param userHandle Specify the handle of the user whose password need to be created or rotated. @return UsersApiCreateDBPasswordRequest
func (*UsersService) CreateDBPasswordExecute ¶
func (a *UsersService) CreateDBPasswordExecute(r UsersApiCreateDBPasswordRequest) (UserDatabasePassword, *_nethttp.Response, error)
Execute executes the request
@return UserDatabasePassword
func (*UsersService) CreateExecute ¶
func (a *UsersService) CreateExecute(r UsersApiCreateRequest) (User, *_nethttp.Response, error)
Execute executes the request
@return User
func (*UsersService) Delete ¶
func (a *UsersService) Delete(ctx _context.Context, userHandle string) UsersApiDeleteRequest
Delete Delete user
Deletes the specified user.
@param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param userHandle Specify the handle of the user which need to be deleted. @return UsersApiDeleteRequest
func (*UsersService) DeleteAvatar ¶ added in v0.6.0
func (a *UsersService) DeleteAvatar(ctx _context.Context, userHandle string) UsersApiDeleteAvatarRequest
DeleteAvatar Delete user avatar
Delete custom avatar for a user.
@param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param userHandle The handle of the user whose avatar is to be deleted. @return UsersApiDeleteAvatarRequest
func (*UsersService) DeleteAvatarExecute ¶ added in v0.6.0
func (a *UsersService) DeleteAvatarExecute(r UsersApiDeleteAvatarRequest) (DeleteUserAvatarResponse, *_nethttp.Response, error)
Execute executes the request
@return DeleteUserAvatarResponse
func (*UsersService) DeleteExecute ¶
func (a *UsersService) DeleteExecute(r UsersApiDeleteRequest) (User, *_nethttp.Response, error)
Execute executes the request
@return User
func (*UsersService) Get ¶
func (a *UsersService) Get(ctx _context.Context, userHandle string) UsersApiGetRequest
Get Get user
Retrieves information of the specified user.
@param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param userHandle Specify the handle of the user whose information you want to retrieve. @return UsersApiGetRequest
func (*UsersService) GetDBPassword ¶
func (a *UsersService) GetDBPassword(ctx _context.Context, userHandle string) UsersApiGetDBPasswordRequest
GetDBPassword Get user password
Get user password.
@param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param userHandle Specify the handle of the user whose password need to be retrieved. @return UsersApiGetDBPasswordRequest
func (*UsersService) GetDBPasswordExecute ¶
func (a *UsersService) GetDBPasswordExecute(r UsersApiGetDBPasswordRequest) (UserDatabasePassword, *_nethttp.Response, error)
Execute executes the request
@return UserDatabasePassword
func (*UsersService) GetEmail ¶ added in v0.2.0
func (a *UsersService) GetEmail(ctx _context.Context, userHandle string, emailId string) UsersApiGetEmailRequest
GetEmail Get user email
Get a particular user email record along with its metadata information.
@param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param userHandle Specify the handle of the user whose information you want to retrieve. @param emailId Specify the id of the email object you want to retrieve. @return UsersApiGetEmailRequest
func (*UsersService) GetEmailExecute ¶ added in v0.2.0
func (a *UsersService) GetEmailExecute(r UsersApiGetEmailRequest) (UserEmail, *_nethttp.Response, error)
Execute executes the request
@return UserEmail
func (*UsersService) GetExecute ¶
func (a *UsersService) GetExecute(r UsersApiGetRequest) (User, *_nethttp.Response, error)
Execute executes the request
@return User
func (*UsersService) GetPreferences ¶ added in v0.2.0
func (a *UsersService) GetPreferences(ctx _context.Context, userHandle string) UsersApiGetPreferencesRequest
GetPreferences Get user preferences
Get preferences for the user such as email preferences.
@param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param userHandle Specify the handle of the user whose preferences need to be retrieved. @return UsersApiGetPreferencesRequest
func (*UsersService) GetPreferencesExecute ¶ added in v0.2.0
func (a *UsersService) GetPreferencesExecute(r UsersApiGetPreferencesRequest) (UserPreferences, *_nethttp.Response, error)
Execute executes the request
@return UserPreferences
func (*UsersService) GetQuota ¶
func (a *UsersService) GetQuota(ctx _context.Context, userHandle string) UsersApiGetQuotaRequest
GetQuota User quota
Returns the quota information for a user.
@param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param userHandle Specify the user handle to get the quota details. @return UsersApiGetQuotaRequest
func (*UsersService) GetQuotaExecute ¶
func (a *UsersService) GetQuotaExecute(r UsersApiGetQuotaRequest) (UserQuota, *_nethttp.Response, error)
Execute executes the request
@return UserQuota
func (*UsersService) List ¶
func (a *UsersService) List(ctx _context.Context) UsersApiListRequest
List List users
List the users.
@param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return UsersApiListRequest
func (*UsersService) ListAuditLogs ¶
func (a *UsersService) ListAuditLogs(ctx _context.Context, userHandle string) UsersApiListAuditLogsRequest
ListAuditLogs User audit logs
Returns the audit logs for a user.
@param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param userHandle Specify the user handle to get the audit logs. @return UsersApiListAuditLogsRequest
func (*UsersService) ListAuditLogsExecute ¶
func (a *UsersService) ListAuditLogsExecute(r UsersApiListAuditLogsRequest) (ListAuditLogsResponse, *_nethttp.Response, error)
Execute executes the request
@return ListAuditLogsResponse
func (*UsersService) ListEmails ¶ added in v0.2.0
func (a *UsersService) ListEmails(ctx _context.Context, userHandle string) UsersApiListEmailsRequest
ListEmails List user emails
List emails for a user along with other metadata information for each item.
@param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param userHandle Specify the handle of the user whose information you want to retrieve. @return UsersApiListEmailsRequest
func (*UsersService) ListEmailsExecute ¶ added in v0.2.0
func (a *UsersService) ListEmailsExecute(r UsersApiListEmailsRequest) (ListUserEmailsResponse, *_nethttp.Response, error)
Execute executes the request
@return ListUserEmailsResponse
func (*UsersService) ListExecute ¶
func (a *UsersService) ListExecute(r UsersApiListRequest) (ListUsersResponse, *_nethttp.Response, error)
Execute executes the request
@return ListUsersResponse
func (*UsersService) ListFeatures ¶ added in v0.0.4
func (a *UsersService) ListFeatures(ctx _context.Context, userHandle string) UsersApiListFeaturesRequest
ListFeatures User features
Returns the feature information for a user.
@param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param userHandle Specify the user handle to get the feature details. @return UsersApiListFeaturesRequest
func (*UsersService) ListFeaturesExecute ¶ added in v0.0.4
func (a *UsersService) ListFeaturesExecute(r UsersApiListFeaturesRequest) (ListFeaturesResponse, *_nethttp.Response, error)
Execute executes the request
@return ListFeaturesResponse
func (*UsersService) Update ¶
func (a *UsersService) Update(ctx _context.Context, userHandle string) UsersApiUpdateRequest
Update Update user
Updates the handle name, display name, or the URL of a user.
@param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param userHandle Specify the handle of the user which need to be updated. @return UsersApiUpdateRequest
func (*UsersService) UpdateExecute ¶
func (a *UsersService) UpdateExecute(r UsersApiUpdateRequest) (User, *_nethttp.Response, error)
Execute executes the request
@return User
func (*UsersService) UpdatePreferences ¶ added in v0.2.0
func (a *UsersService) UpdatePreferences(ctx _context.Context, userHandle string) UsersApiUpdatePreferencesRequest
UpdatePreferences Update user preferences
Update preferences for the user e.g. opting out of receiving certain kind of emails.
@param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param userHandle Specify the handle of the user whose preferences need to be retrieved. @return UsersApiUpdatePreferencesRequest
func (*UsersService) UpdatePreferencesExecute ¶ added in v0.2.0
func (a *UsersService) UpdatePreferencesExecute(r UsersApiUpdatePreferencesRequest) (UserPreferences, *_nethttp.Response, error)
Execute executes the request
@return UserPreferences
type Workspace ¶ added in v0.0.2
type Workspace struct { ApiVersion *string `json:"api_version,omitempty"` CliVersion *string `json:"cli_version,omitempty"` // The time of creation in ISO 8601 UTC. CreatedAt string `json:"created_at"` CreatedBy *User `json:"created_by,omitempty"` // The ID of the user that created this. CreatedById string `json:"created_by_id"` // The name of the database. DatabaseName *string `json:"database_name,omitempty"` // The time of the last update in ISO 8601 UTC. DeletedAt *string `json:"deleted_at,omitempty"` DeletedBy *User `json:"deleted_by,omitempty"` // The ID of the user that performed the deletion. DeletedById string `json:"deleted_by_id"` DesiredState string `json:"desired_state"` // The handle name for the workspace. Handle string `json:"handle"` // The database hive for this workspace. Hive *string `json:"hive,omitempty"` Host *string `json:"host,omitempty"` // The unique identifier for the workspace. Id string `json:"id"` // The unique identifier for an identity where the workspace is created. IdentityId string `json:"identity_id"` PublicKey *string `json:"public_key,omitempty"` // The current state of the workspace. State *string `json:"state,omitempty"` StateReason *string `json:"state_reason,omitempty"` // The time of the last update in ISO 8601 UTC. UpdatedAt *string `json:"updated_at,omitempty"` UpdatedBy *User `json:"updated_by,omitempty"` // The ID of the user that performed the last update. UpdatedById string `json:"updated_by_id"` // The version ID of this item. Pass this version ID via an If-Match header when performing mutation operations on the item. VersionId int32 `json:"version_id"` }
Workspace struct for Workspace
func NewWorkspace ¶ added in v0.0.2
func NewWorkspace(createdAt string, createdById string, deletedById string, desiredState string, handle string, id string, identityId string, updatedById string, versionId int32) *Workspace
NewWorkspace instantiates a new Workspace 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 NewWorkspaceWithDefaults ¶ added in v0.0.2
func NewWorkspaceWithDefaults() *Workspace
NewWorkspaceWithDefaults instantiates a new Workspace 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 (*Workspace) GetApiVersion ¶ added in v0.1.3
GetApiVersion returns the ApiVersion field value if set, zero value otherwise.
func (*Workspace) GetApiVersionOk ¶ added in v0.1.3
GetApiVersionOk returns a tuple with the ApiVersion field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Workspace) GetCliVersion ¶ added in v0.1.3
GetCliVersion returns the CliVersion field value if set, zero value otherwise.
func (*Workspace) GetCliVersionOk ¶ added in v0.1.3
GetCliVersionOk returns a tuple with the CliVersion field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Workspace) GetCreatedAt ¶ added in v0.0.2
GetCreatedAt returns the CreatedAt field value
func (*Workspace) GetCreatedAtOk ¶ added in v0.0.2
GetCreatedAtOk returns a tuple with the CreatedAt field value and a boolean to check if the value has been set.
func (*Workspace) GetCreatedBy ¶ added in v0.1.0
GetCreatedBy returns the CreatedBy field value if set, zero value otherwise.
func (*Workspace) GetCreatedById ¶ added in v0.1.0
GetCreatedById returns the CreatedById field value
func (*Workspace) GetCreatedByIdOk ¶ added in v0.1.0
GetCreatedByIdOk returns a tuple with the CreatedById field value and a boolean to check if the value has been set.
func (*Workspace) GetCreatedByOk ¶ added in v0.1.0
GetCreatedByOk returns a tuple with the CreatedBy field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Workspace) GetDatabaseName ¶ added in v0.0.2
GetDatabaseName returns the DatabaseName field value if set, zero value otherwise.
func (*Workspace) GetDatabaseNameOk ¶ added in v0.0.2
GetDatabaseNameOk returns a tuple with the DatabaseName field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Workspace) GetDeletedAt ¶ added in v0.2.0
GetDeletedAt returns the DeletedAt field value if set, zero value otherwise.
func (*Workspace) GetDeletedAtOk ¶ added in v0.2.0
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 (*Workspace) GetDeletedBy ¶ added in v0.2.0
GetDeletedBy returns the DeletedBy field value if set, zero value otherwise.
func (*Workspace) GetDeletedById ¶ added in v0.2.0
GetDeletedById returns the DeletedById field value
func (*Workspace) GetDeletedByIdOk ¶ added in v0.2.0
GetDeletedByIdOk returns a tuple with the DeletedById field value and a boolean to check if the value has been set.
func (*Workspace) GetDeletedByOk ¶ added in v0.2.0
GetDeletedByOk returns a tuple with the DeletedBy field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Workspace) GetDesiredState ¶ added in v0.6.0
GetDesiredState returns the DesiredState field value
func (*Workspace) GetDesiredStateOk ¶ added in v0.6.0
GetDesiredStateOk returns a tuple with the DesiredState field value and a boolean to check if the value has been set.
func (*Workspace) GetHandleOk ¶ added in v0.0.2
GetHandleOk returns a tuple with the Handle field value and a boolean to check if the value has been set.
func (*Workspace) GetHive ¶ added in v0.0.2
GetHive returns the Hive field value if set, zero value otherwise.
func (*Workspace) GetHiveOk ¶ added in v0.0.2
GetHiveOk returns a tuple with the Hive field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Workspace) GetHost ¶ added in v0.0.2
GetHost returns the Host field value if set, zero value otherwise.
func (*Workspace) GetHostOk ¶ added in v0.0.2
GetHostOk returns a tuple with the Host field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Workspace) GetIdOk ¶ added in v0.0.2
GetIdOk returns a tuple with the Id field value and a boolean to check if the value has been set.
func (*Workspace) GetIdentityId ¶ added in v0.0.2
GetIdentityId returns the IdentityId field value
func (*Workspace) GetIdentityIdOk ¶ added in v0.0.2
GetIdentityIdOk returns a tuple with the IdentityId field value and a boolean to check if the value has been set.
func (*Workspace) GetPublicKey ¶ added in v0.0.2
GetPublicKey returns the PublicKey field value if set, zero value otherwise.
func (*Workspace) GetPublicKeyOk ¶ added in v0.0.2
GetPublicKeyOk returns a tuple with the PublicKey field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Workspace) GetState ¶ added in v0.1.0
GetState returns the State field value if set, zero value otherwise.
func (*Workspace) GetStateOk ¶ added in v0.1.0
GetStateOk returns a tuple with the State field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Workspace) GetStateReason ¶ added in v0.6.0
GetStateReason returns the StateReason field value if set, zero value otherwise.
func (*Workspace) GetStateReasonOk ¶ added in v0.6.0
GetStateReasonOk returns a tuple with the StateReason field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Workspace) GetUpdatedAt ¶ added in v0.0.2
GetUpdatedAt returns the UpdatedAt field value if set, zero value otherwise.
func (*Workspace) GetUpdatedAtOk ¶ added in v0.0.2
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 (*Workspace) GetUpdatedBy ¶ added in v0.1.0
GetUpdatedBy returns the UpdatedBy field value if set, zero value otherwise.
func (*Workspace) GetUpdatedById ¶ added in v0.1.0
GetUpdatedById returns the UpdatedById field value
func (*Workspace) GetUpdatedByIdOk ¶ added in v0.1.0
GetUpdatedByIdOk returns a tuple with the UpdatedById field value and a boolean to check if the value has been set.
func (*Workspace) GetUpdatedByOk ¶ added in v0.1.0
GetUpdatedByOk returns a tuple with the UpdatedBy field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Workspace) GetVersionId ¶ added in v0.0.2
GetVersionId returns the VersionId field value
func (*Workspace) GetVersionIdOk ¶ added in v0.0.2
GetVersionIdOk returns a tuple with the VersionId field value and a boolean to check if the value has been set.
func (*Workspace) HasApiVersion ¶ added in v0.1.3
HasApiVersion returns a boolean if a field has been set.
func (*Workspace) HasCliVersion ¶ added in v0.1.3
HasCliVersion returns a boolean if a field has been set.
func (*Workspace) HasCreatedBy ¶ added in v0.1.0
HasCreatedBy returns a boolean if a field has been set.
func (*Workspace) HasDatabaseName ¶ added in v0.0.2
HasDatabaseName returns a boolean if a field has been set.
func (*Workspace) HasDeletedAt ¶ added in v0.2.0
HasDeletedAt returns a boolean if a field has been set.
func (*Workspace) HasDeletedBy ¶ added in v0.2.0
HasDeletedBy returns a boolean if a field has been set.
func (*Workspace) HasPublicKey ¶ added in v0.0.2
HasPublicKey returns a boolean if a field has been set.
func (*Workspace) HasStateReason ¶ added in v0.6.0
HasStateReason returns a boolean if a field has been set.
func (*Workspace) HasUpdatedAt ¶ added in v0.0.2
HasUpdatedAt returns a boolean if a field has been set.
func (*Workspace) HasUpdatedBy ¶ added in v0.1.0
HasUpdatedBy returns a boolean if a field has been set.
func (Workspace) MarshalJSON ¶ added in v0.0.2
func (*Workspace) SetApiVersion ¶ added in v0.1.3
SetApiVersion gets a reference to the given string and assigns it to the ApiVersion field.
func (*Workspace) SetCliVersion ¶ added in v0.1.3
SetCliVersion gets a reference to the given string and assigns it to the CliVersion field.
func (*Workspace) SetCreatedAt ¶ added in v0.0.2
SetCreatedAt sets field value
func (*Workspace) SetCreatedBy ¶ added in v0.1.0
SetCreatedBy gets a reference to the given User and assigns it to the CreatedBy field.
func (*Workspace) SetCreatedById ¶ added in v0.1.0
SetCreatedById sets field value
func (*Workspace) SetDatabaseName ¶ added in v0.0.2
SetDatabaseName gets a reference to the given string and assigns it to the DatabaseName field.
func (*Workspace) SetDeletedAt ¶ added in v0.2.0
SetDeletedAt gets a reference to the given string and assigns it to the DeletedAt field.
func (*Workspace) SetDeletedBy ¶ added in v0.2.0
SetDeletedBy gets a reference to the given User and assigns it to the DeletedBy field.
func (*Workspace) SetDeletedById ¶ added in v0.2.0
SetDeletedById sets field value
func (*Workspace) SetDesiredState ¶ added in v0.6.0
SetDesiredState sets field value
func (*Workspace) SetHive ¶ added in v0.0.2
SetHive gets a reference to the given string and assigns it to the Hive field.
func (*Workspace) SetHost ¶ added in v0.0.2
SetHost gets a reference to the given string and assigns it to the Host field.
func (*Workspace) SetIdentityId ¶ added in v0.0.2
SetIdentityId sets field value
func (*Workspace) SetPublicKey ¶ added in v0.0.2
SetPublicKey gets a reference to the given string and assigns it to the PublicKey field.
func (*Workspace) SetState ¶ added in v0.1.0
SetState gets a reference to the given string and assigns it to the State field.
func (*Workspace) SetStateReason ¶ added in v0.6.0
SetStateReason gets a reference to the given string and assigns it to the StateReason field.
func (*Workspace) SetUpdatedAt ¶ added in v0.0.2
SetUpdatedAt gets a reference to the given string and assigns it to the UpdatedAt field.
func (*Workspace) SetUpdatedBy ¶ added in v0.1.0
SetUpdatedBy gets a reference to the given User and assigns it to the UpdatedBy field.
func (*Workspace) SetUpdatedById ¶ added in v0.1.0
SetUpdatedById sets field value
func (*Workspace) SetVersionId ¶ added in v0.0.2
SetVersionId sets field value
type WorkspaceAggregator ¶ added in v0.6.0
type WorkspaceAggregator struct { // The plugin or connection configuration. Connections []string `json:"connections"` // The time of creation in ISO 8601 UTC. CreatedAt string `json:"created_at"` CreatedBy *User `json:"created_by,omitempty"` // The ID of the user that created this. CreatedById string `json:"created_by_id"` // The time of the last update in ISO 8601 UTC. DeletedAt *string `json:"deleted_at,omitempty"` DeletedBy *User `json:"deleted_by,omitempty"` // The ID of the user that performed the deletion. DeletedById string `json:"deleted_by_id"` // The handle name of the aggregator. Handle string `json:"handle"` // The unique identifier for the aggregator. Id string `json:"id"` // The unique identifier for an identity where the aggregator has been created. IdentityId string `json:"identity_id"` // The plugin name for the aggregator. Plugin string `json:"plugin"` // Type of connection i.e aggregator or connection. Type *string `json:"type,omitempty"` // The time of the last update in ISO 8601 UTC. UpdatedAt *string `json:"updated_at,omitempty"` UpdatedBy *User `json:"updated_by,omitempty"` // The ID of the user that performed the last update. UpdatedById string `json:"updated_by_id"` // The version ID of this item. Pass this version ID via an If-Match header when performing mutation operations on the item. VersionId int32 `json:"version_id"` // The unique identifier for the workspace. WorkspaceId string `json:"workspace_id"` }
WorkspaceAggregator struct for WorkspaceAggregator
func NewWorkspaceAggregator ¶ added in v0.6.0
func NewWorkspaceAggregator(connections []string, createdAt string, createdById string, deletedById string, handle string, id string, identityId string, plugin string, updatedById string, versionId int32, workspaceId string) *WorkspaceAggregator
NewWorkspaceAggregator instantiates a new WorkspaceAggregator 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 NewWorkspaceAggregatorWithDefaults ¶ added in v0.6.0
func NewWorkspaceAggregatorWithDefaults() *WorkspaceAggregator
NewWorkspaceAggregatorWithDefaults instantiates a new WorkspaceAggregator 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 (*WorkspaceAggregator) GetConnections ¶ added in v0.6.0
func (o *WorkspaceAggregator) GetConnections() []string
GetConnections returns the Connections field value
func (*WorkspaceAggregator) GetConnectionsOk ¶ added in v0.6.0
func (o *WorkspaceAggregator) GetConnectionsOk() (*[]string, bool)
GetConnectionsOk returns a tuple with the Connections field value and a boolean to check if the value has been set.
func (*WorkspaceAggregator) GetCreatedAt ¶ added in v0.6.0
func (o *WorkspaceAggregator) GetCreatedAt() string
GetCreatedAt returns the CreatedAt field value
func (*WorkspaceAggregator) GetCreatedAtOk ¶ added in v0.6.0
func (o *WorkspaceAggregator) GetCreatedAtOk() (*string, bool)
GetCreatedAtOk returns a tuple with the CreatedAt field value and a boolean to check if the value has been set.
func (*WorkspaceAggregator) GetCreatedBy ¶ added in v0.6.0
func (o *WorkspaceAggregator) GetCreatedBy() User
GetCreatedBy returns the CreatedBy field value if set, zero value otherwise.
func (*WorkspaceAggregator) GetCreatedById ¶ added in v0.6.0
func (o *WorkspaceAggregator) GetCreatedById() string
GetCreatedById returns the CreatedById field value
func (*WorkspaceAggregator) GetCreatedByIdOk ¶ added in v0.6.0
func (o *WorkspaceAggregator) GetCreatedByIdOk() (*string, bool)
GetCreatedByIdOk returns a tuple with the CreatedById field value and a boolean to check if the value has been set.
func (*WorkspaceAggregator) GetCreatedByOk ¶ added in v0.6.0
func (o *WorkspaceAggregator) GetCreatedByOk() (*User, bool)
GetCreatedByOk returns a tuple with the CreatedBy field value if set, nil otherwise and a boolean to check if the value has been set.
func (*WorkspaceAggregator) GetDeletedAt ¶ added in v0.6.0
func (o *WorkspaceAggregator) GetDeletedAt() string
GetDeletedAt returns the DeletedAt field value if set, zero value otherwise.
func (*WorkspaceAggregator) GetDeletedAtOk ¶ added in v0.6.0
func (o *WorkspaceAggregator) GetDeletedAtOk() (*string, 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 (*WorkspaceAggregator) GetDeletedBy ¶ added in v0.6.0
func (o *WorkspaceAggregator) GetDeletedBy() User
GetDeletedBy returns the DeletedBy field value if set, zero value otherwise.
func (*WorkspaceAggregator) GetDeletedById ¶ added in v0.6.0
func (o *WorkspaceAggregator) GetDeletedById() string
GetDeletedById returns the DeletedById field value
func (*WorkspaceAggregator) GetDeletedByIdOk ¶ added in v0.6.0
func (o *WorkspaceAggregator) GetDeletedByIdOk() (*string, bool)
GetDeletedByIdOk returns a tuple with the DeletedById field value and a boolean to check if the value has been set.
func (*WorkspaceAggregator) GetDeletedByOk ¶ added in v0.6.0
func (o *WorkspaceAggregator) GetDeletedByOk() (*User, bool)
GetDeletedByOk returns a tuple with the DeletedBy field value if set, nil otherwise and a boolean to check if the value has been set.
func (*WorkspaceAggregator) GetHandle ¶ added in v0.6.0
func (o *WorkspaceAggregator) GetHandle() string
GetHandle returns the Handle field value
func (*WorkspaceAggregator) GetHandleOk ¶ added in v0.6.0
func (o *WorkspaceAggregator) GetHandleOk() (*string, bool)
GetHandleOk returns a tuple with the Handle field value and a boolean to check if the value has been set.
func (*WorkspaceAggregator) GetId ¶ added in v0.6.0
func (o *WorkspaceAggregator) GetId() string
GetId returns the Id field value
func (*WorkspaceAggregator) GetIdOk ¶ added in v0.6.0
func (o *WorkspaceAggregator) GetIdOk() (*string, bool)
GetIdOk returns a tuple with the Id field value and a boolean to check if the value has been set.
func (*WorkspaceAggregator) GetIdentityId ¶ added in v0.6.0
func (o *WorkspaceAggregator) GetIdentityId() string
GetIdentityId returns the IdentityId field value
func (*WorkspaceAggregator) GetIdentityIdOk ¶ added in v0.6.0
func (o *WorkspaceAggregator) GetIdentityIdOk() (*string, bool)
GetIdentityIdOk returns a tuple with the IdentityId field value and a boolean to check if the value has been set.
func (*WorkspaceAggregator) GetPlugin ¶ added in v0.6.0
func (o *WorkspaceAggregator) GetPlugin() string
GetPlugin returns the Plugin field value
func (*WorkspaceAggregator) GetPluginOk ¶ added in v0.6.0
func (o *WorkspaceAggregator) GetPluginOk() (*string, bool)
GetPluginOk returns a tuple with the Plugin field value and a boolean to check if the value has been set.
func (*WorkspaceAggregator) GetType ¶ added in v0.6.0
func (o *WorkspaceAggregator) GetType() string
GetType returns the Type field value if set, zero value otherwise.
func (*WorkspaceAggregator) GetTypeOk ¶ added in v0.6.0
func (o *WorkspaceAggregator) GetTypeOk() (*string, bool)
GetTypeOk returns a tuple with the Type field value if set, nil otherwise and a boolean to check if the value has been set.
func (*WorkspaceAggregator) GetUpdatedAt ¶ added in v0.6.0
func (o *WorkspaceAggregator) GetUpdatedAt() string
GetUpdatedAt returns the UpdatedAt field value if set, zero value otherwise.
func (*WorkspaceAggregator) GetUpdatedAtOk ¶ added in v0.6.0
func (o *WorkspaceAggregator) 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 (*WorkspaceAggregator) GetUpdatedBy ¶ added in v0.6.0
func (o *WorkspaceAggregator) GetUpdatedBy() User
GetUpdatedBy returns the UpdatedBy field value if set, zero value otherwise.
func (*WorkspaceAggregator) GetUpdatedById ¶ added in v0.6.0
func (o *WorkspaceAggregator) GetUpdatedById() string
GetUpdatedById returns the UpdatedById field value
func (*WorkspaceAggregator) GetUpdatedByIdOk ¶ added in v0.6.0
func (o *WorkspaceAggregator) GetUpdatedByIdOk() (*string, bool)
GetUpdatedByIdOk returns a tuple with the UpdatedById field value and a boolean to check if the value has been set.
func (*WorkspaceAggregator) GetUpdatedByOk ¶ added in v0.6.0
func (o *WorkspaceAggregator) GetUpdatedByOk() (*User, bool)
GetUpdatedByOk returns a tuple with the UpdatedBy field value if set, nil otherwise and a boolean to check if the value has been set.
func (*WorkspaceAggregator) GetVersionId ¶ added in v0.6.0
func (o *WorkspaceAggregator) GetVersionId() int32
GetVersionId returns the VersionId field value
func (*WorkspaceAggregator) GetVersionIdOk ¶ added in v0.6.0
func (o *WorkspaceAggregator) GetVersionIdOk() (*int32, bool)
GetVersionIdOk returns a tuple with the VersionId field value and a boolean to check if the value has been set.
func (*WorkspaceAggregator) GetWorkspaceId ¶ added in v0.6.0
func (o *WorkspaceAggregator) GetWorkspaceId() string
GetWorkspaceId returns the WorkspaceId field value
func (*WorkspaceAggregator) GetWorkspaceIdOk ¶ added in v0.6.0
func (o *WorkspaceAggregator) GetWorkspaceIdOk() (*string, bool)
GetWorkspaceIdOk returns a tuple with the WorkspaceId field value and a boolean to check if the value has been set.
func (*WorkspaceAggregator) HasCreatedBy ¶ added in v0.6.0
func (o *WorkspaceAggregator) HasCreatedBy() bool
HasCreatedBy returns a boolean if a field has been set.
func (*WorkspaceAggregator) HasDeletedAt ¶ added in v0.6.0
func (o *WorkspaceAggregator) HasDeletedAt() bool
HasDeletedAt returns a boolean if a field has been set.
func (*WorkspaceAggregator) HasDeletedBy ¶ added in v0.6.0
func (o *WorkspaceAggregator) HasDeletedBy() bool
HasDeletedBy returns a boolean if a field has been set.
func (*WorkspaceAggregator) HasType ¶ added in v0.6.0
func (o *WorkspaceAggregator) HasType() bool
HasType returns a boolean if a field has been set.
func (*WorkspaceAggregator) HasUpdatedAt ¶ added in v0.6.0
func (o *WorkspaceAggregator) HasUpdatedAt() bool
HasUpdatedAt returns a boolean if a field has been set.
func (*WorkspaceAggregator) HasUpdatedBy ¶ added in v0.6.0
func (o *WorkspaceAggregator) HasUpdatedBy() bool
HasUpdatedBy returns a boolean if a field has been set.
func (WorkspaceAggregator) MarshalJSON ¶ added in v0.6.0
func (o WorkspaceAggregator) MarshalJSON() ([]byte, error)
func (*WorkspaceAggregator) SetConnections ¶ added in v0.6.0
func (o *WorkspaceAggregator) SetConnections(v []string)
SetConnections sets field value
func (*WorkspaceAggregator) SetCreatedAt ¶ added in v0.6.0
func (o *WorkspaceAggregator) SetCreatedAt(v string)
SetCreatedAt sets field value
func (*WorkspaceAggregator) SetCreatedBy ¶ added in v0.6.0
func (o *WorkspaceAggregator) SetCreatedBy(v User)
SetCreatedBy gets a reference to the given User and assigns it to the CreatedBy field.
func (*WorkspaceAggregator) SetCreatedById ¶ added in v0.6.0
func (o *WorkspaceAggregator) SetCreatedById(v string)
SetCreatedById sets field value
func (*WorkspaceAggregator) SetDeletedAt ¶ added in v0.6.0
func (o *WorkspaceAggregator) SetDeletedAt(v string)
SetDeletedAt gets a reference to the given string and assigns it to the DeletedAt field.
func (*WorkspaceAggregator) SetDeletedBy ¶ added in v0.6.0
func (o *WorkspaceAggregator) SetDeletedBy(v User)
SetDeletedBy gets a reference to the given User and assigns it to the DeletedBy field.
func (*WorkspaceAggregator) SetDeletedById ¶ added in v0.6.0
func (o *WorkspaceAggregator) SetDeletedById(v string)
SetDeletedById sets field value
func (*WorkspaceAggregator) SetHandle ¶ added in v0.6.0
func (o *WorkspaceAggregator) SetHandle(v string)
SetHandle sets field value
func (*WorkspaceAggregator) SetId ¶ added in v0.6.0
func (o *WorkspaceAggregator) SetId(v string)
SetId sets field value
func (*WorkspaceAggregator) SetIdentityId ¶ added in v0.6.0
func (o *WorkspaceAggregator) SetIdentityId(v string)
SetIdentityId sets field value
func (*WorkspaceAggregator) SetPlugin ¶ added in v0.6.0
func (o *WorkspaceAggregator) SetPlugin(v string)
SetPlugin sets field value
func (*WorkspaceAggregator) SetType ¶ added in v0.6.0
func (o *WorkspaceAggregator) SetType(v string)
SetType gets a reference to the given string and assigns it to the Type field.
func (*WorkspaceAggregator) SetUpdatedAt ¶ added in v0.6.0
func (o *WorkspaceAggregator) SetUpdatedAt(v string)
SetUpdatedAt gets a reference to the given string and assigns it to the UpdatedAt field.
func (*WorkspaceAggregator) SetUpdatedBy ¶ added in v0.6.0
func (o *WorkspaceAggregator) SetUpdatedBy(v User)
SetUpdatedBy gets a reference to the given User and assigns it to the UpdatedBy field.
func (*WorkspaceAggregator) SetUpdatedById ¶ added in v0.6.0
func (o *WorkspaceAggregator) SetUpdatedById(v string)
SetUpdatedById sets field value
func (*WorkspaceAggregator) SetVersionId ¶ added in v0.6.0
func (o *WorkspaceAggregator) SetVersionId(v int32)
SetVersionId sets field value
func (*WorkspaceAggregator) SetWorkspaceId ¶ added in v0.6.0
func (o *WorkspaceAggregator) SetWorkspaceId(v string)
SetWorkspaceId sets field value
type WorkspaceCommandRequest ¶ added in v0.2.0
type WorkspaceCommandRequest struct {
Command string `json:"command"`
}
WorkspaceCommandRequest struct for WorkspaceCommandRequest
func NewWorkspaceCommandRequest ¶ added in v0.2.0
func NewWorkspaceCommandRequest(command string) *WorkspaceCommandRequest
NewWorkspaceCommandRequest instantiates a new WorkspaceCommandRequest 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 NewWorkspaceCommandRequestWithDefaults ¶ added in v0.2.0
func NewWorkspaceCommandRequestWithDefaults() *WorkspaceCommandRequest
NewWorkspaceCommandRequestWithDefaults instantiates a new WorkspaceCommandRequest 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 (*WorkspaceCommandRequest) GetCommand ¶ added in v0.2.0
func (o *WorkspaceCommandRequest) GetCommand() string
GetCommand returns the Command field value
func (*WorkspaceCommandRequest) GetCommandOk ¶ added in v0.2.0
func (o *WorkspaceCommandRequest) GetCommandOk() (*string, bool)
GetCommandOk returns a tuple with the Command field value and a boolean to check if the value has been set.
func (WorkspaceCommandRequest) MarshalJSON ¶ added in v0.2.0
func (o WorkspaceCommandRequest) MarshalJSON() ([]byte, error)
func (*WorkspaceCommandRequest) SetCommand ¶ added in v0.2.0
func (o *WorkspaceCommandRequest) SetCommand(v string)
SetCommand sets field value
type WorkspaceCommandResponse ¶ added in v0.2.0
type WorkspaceCommandResponse struct { Command string `json:"command"` ProcessId string `json:"process_id"` }
WorkspaceCommandResponse struct for WorkspaceCommandResponse
func NewWorkspaceCommandResponse ¶ added in v0.2.0
func NewWorkspaceCommandResponse(command string, processId string) *WorkspaceCommandResponse
NewWorkspaceCommandResponse instantiates a new WorkspaceCommandResponse 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 NewWorkspaceCommandResponseWithDefaults ¶ added in v0.2.0
func NewWorkspaceCommandResponseWithDefaults() *WorkspaceCommandResponse
NewWorkspaceCommandResponseWithDefaults instantiates a new WorkspaceCommandResponse 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 (*WorkspaceCommandResponse) GetCommand ¶ added in v0.2.0
func (o *WorkspaceCommandResponse) GetCommand() string
GetCommand returns the Command field value
func (*WorkspaceCommandResponse) GetCommandOk ¶ added in v0.2.0
func (o *WorkspaceCommandResponse) GetCommandOk() (*string, bool)
GetCommandOk returns a tuple with the Command field value and a boolean to check if the value has been set.
func (*WorkspaceCommandResponse) GetProcessId ¶ added in v0.2.0
func (o *WorkspaceCommandResponse) GetProcessId() string
GetProcessId returns the ProcessId field value
func (*WorkspaceCommandResponse) GetProcessIdOk ¶ added in v0.2.0
func (o *WorkspaceCommandResponse) GetProcessIdOk() (*string, bool)
GetProcessIdOk returns a tuple with the ProcessId field value and a boolean to check if the value has been set.
func (WorkspaceCommandResponse) MarshalJSON ¶ added in v0.2.0
func (o WorkspaceCommandResponse) MarshalJSON() ([]byte, error)
func (*WorkspaceCommandResponse) SetCommand ¶ added in v0.2.0
func (o *WorkspaceCommandResponse) SetCommand(v string)
SetCommand sets field value
func (*WorkspaceCommandResponse) SetProcessId ¶ added in v0.2.0
func (o *WorkspaceCommandResponse) SetProcessId(v string)
SetProcessId sets field value
type WorkspaceConn ¶ added in v0.0.2
type WorkspaceConn struct { Connection *Connection `json:"connection,omitempty"` // The unique identifier for the connection. ConnectionId string `json:"connection_id"` // The time of creation in ISO 8601 UTC. CreatedAt string `json:"created_at"` CreatedBy *User `json:"created_by,omitempty"` // The ID of the user that created this. CreatedById string `json:"created_by_id"` // The unique identifier for the workspace connection association. Id string `json:"id"` // The identity ID where the association exists. IdentityId string `json:"identity_id"` // The time of the last update in ISO 8601 UTC. UpdatedAt *string `json:"updated_at,omitempty"` UpdatedBy *User `json:"updated_by,omitempty"` // The ID of the user that performed the last update. UpdatedById string `json:"updated_by_id"` // The version ID of this item. Pass this version ID via an If-Match header when performing mutation operations on the item. VersionId int32 `json:"version_id"` // The unique identifier for the wokspace. WorkspaceId string `json:"workspace_id"` }
WorkspaceConn struct for WorkspaceConn
func NewWorkspaceConn ¶ added in v0.0.2
func NewWorkspaceConn(connectionId string, createdAt string, createdById string, id string, identityId string, updatedById string, versionId int32, workspaceId string) *WorkspaceConn
NewWorkspaceConn instantiates a new WorkspaceConn 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 NewWorkspaceConnWithDefaults ¶ added in v0.0.2
func NewWorkspaceConnWithDefaults() *WorkspaceConn
NewWorkspaceConnWithDefaults instantiates a new WorkspaceConn 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 (*WorkspaceConn) GetConnection ¶ added in v0.0.2
func (o *WorkspaceConn) GetConnection() Connection
GetConnection returns the Connection field value if set, zero value otherwise.
func (*WorkspaceConn) GetConnectionId ¶ added in v0.0.2
func (o *WorkspaceConn) GetConnectionId() string
GetConnectionId returns the ConnectionId field value
func (*WorkspaceConn) GetConnectionIdOk ¶ added in v0.0.2
func (o *WorkspaceConn) GetConnectionIdOk() (*string, bool)
GetConnectionIdOk returns a tuple with the ConnectionId field value and a boolean to check if the value has been set.
func (*WorkspaceConn) GetConnectionOk ¶ added in v0.0.2
func (o *WorkspaceConn) GetConnectionOk() (*Connection, bool)
GetConnectionOk returns a tuple with the Connection field value if set, nil otherwise and a boolean to check if the value has been set.
func (*WorkspaceConn) GetCreatedAt ¶ added in v0.0.2
func (o *WorkspaceConn) GetCreatedAt() string
GetCreatedAt returns the CreatedAt field value
func (*WorkspaceConn) GetCreatedAtOk ¶ added in v0.0.2
func (o *WorkspaceConn) GetCreatedAtOk() (*string, bool)
GetCreatedAtOk returns a tuple with the CreatedAt field value and a boolean to check if the value has been set.
func (*WorkspaceConn) GetCreatedBy ¶ added in v0.1.0
func (o *WorkspaceConn) GetCreatedBy() User
GetCreatedBy returns the CreatedBy field value if set, zero value otherwise.
func (*WorkspaceConn) GetCreatedById ¶ added in v0.1.0
func (o *WorkspaceConn) GetCreatedById() string
GetCreatedById returns the CreatedById field value
func (*WorkspaceConn) GetCreatedByIdOk ¶ added in v0.1.0
func (o *WorkspaceConn) GetCreatedByIdOk() (*string, bool)
GetCreatedByIdOk returns a tuple with the CreatedById field value and a boolean to check if the value has been set.
func (*WorkspaceConn) GetCreatedByOk ¶ added in v0.1.0
func (o *WorkspaceConn) GetCreatedByOk() (*User, bool)
GetCreatedByOk returns a tuple with the CreatedBy field value if set, nil otherwise and a boolean to check if the value has been set.
func (*WorkspaceConn) GetId ¶ added in v0.0.2
func (o *WorkspaceConn) GetId() string
GetId returns the Id field value
func (*WorkspaceConn) GetIdOk ¶ added in v0.0.2
func (o *WorkspaceConn) GetIdOk() (*string, bool)
GetIdOk returns a tuple with the Id field value and a boolean to check if the value has been set.
func (*WorkspaceConn) GetIdentityId ¶ added in v0.0.2
func (o *WorkspaceConn) GetIdentityId() string
GetIdentityId returns the IdentityId field value
func (*WorkspaceConn) GetIdentityIdOk ¶ added in v0.0.2
func (o *WorkspaceConn) GetIdentityIdOk() (*string, bool)
GetIdentityIdOk returns a tuple with the IdentityId field value and a boolean to check if the value has been set.
func (*WorkspaceConn) GetUpdatedAt ¶ added in v0.0.2
func (o *WorkspaceConn) GetUpdatedAt() string
GetUpdatedAt returns the UpdatedAt field value if set, zero value otherwise.
func (*WorkspaceConn) GetUpdatedAtOk ¶ added in v0.0.2
func (o *WorkspaceConn) 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 (*WorkspaceConn) GetUpdatedBy ¶ added in v0.1.0
func (o *WorkspaceConn) GetUpdatedBy() User
GetUpdatedBy returns the UpdatedBy field value if set, zero value otherwise.
func (*WorkspaceConn) GetUpdatedById ¶ added in v0.1.0
func (o *WorkspaceConn) GetUpdatedById() string
GetUpdatedById returns the UpdatedById field value
func (*WorkspaceConn) GetUpdatedByIdOk ¶ added in v0.1.0
func (o *WorkspaceConn) GetUpdatedByIdOk() (*string, bool)
GetUpdatedByIdOk returns a tuple with the UpdatedById field value and a boolean to check if the value has been set.
func (*WorkspaceConn) GetUpdatedByOk ¶ added in v0.1.0
func (o *WorkspaceConn) GetUpdatedByOk() (*User, bool)
GetUpdatedByOk returns a tuple with the UpdatedBy field value if set, nil otherwise and a boolean to check if the value has been set.
func (*WorkspaceConn) GetVersionId ¶ added in v0.0.2
func (o *WorkspaceConn) GetVersionId() int32
GetVersionId returns the VersionId field value
func (*WorkspaceConn) GetVersionIdOk ¶ added in v0.0.2
func (o *WorkspaceConn) GetVersionIdOk() (*int32, bool)
GetVersionIdOk returns a tuple with the VersionId field value and a boolean to check if the value has been set.
func (*WorkspaceConn) GetWorkspaceId ¶ added in v0.0.2
func (o *WorkspaceConn) GetWorkspaceId() string
GetWorkspaceId returns the WorkspaceId field value
func (*WorkspaceConn) GetWorkspaceIdOk ¶ added in v0.0.2
func (o *WorkspaceConn) GetWorkspaceIdOk() (*string, bool)
GetWorkspaceIdOk returns a tuple with the WorkspaceId field value and a boolean to check if the value has been set.
func (*WorkspaceConn) HasConnection ¶ added in v0.0.2
func (o *WorkspaceConn) HasConnection() bool
HasConnection returns a boolean if a field has been set.
func (*WorkspaceConn) HasCreatedBy ¶ added in v0.1.0
func (o *WorkspaceConn) HasCreatedBy() bool
HasCreatedBy returns a boolean if a field has been set.
func (*WorkspaceConn) HasUpdatedAt ¶ added in v0.0.2
func (o *WorkspaceConn) HasUpdatedAt() bool
HasUpdatedAt returns a boolean if a field has been set.
func (*WorkspaceConn) HasUpdatedBy ¶ added in v0.1.0
func (o *WorkspaceConn) HasUpdatedBy() bool
HasUpdatedBy returns a boolean if a field has been set.
func (WorkspaceConn) MarshalJSON ¶ added in v0.0.2
func (o WorkspaceConn) MarshalJSON() ([]byte, error)
func (*WorkspaceConn) SetConnection ¶ added in v0.0.2
func (o *WorkspaceConn) SetConnection(v Connection)
SetConnection gets a reference to the given Connection and assigns it to the Connection field.
func (*WorkspaceConn) SetConnectionId ¶ added in v0.0.2
func (o *WorkspaceConn) SetConnectionId(v string)
SetConnectionId sets field value
func (*WorkspaceConn) SetCreatedAt ¶ added in v0.0.2
func (o *WorkspaceConn) SetCreatedAt(v string)
SetCreatedAt sets field value
func (*WorkspaceConn) SetCreatedBy ¶ added in v0.1.0
func (o *WorkspaceConn) SetCreatedBy(v User)
SetCreatedBy gets a reference to the given User and assigns it to the CreatedBy field.
func (*WorkspaceConn) SetCreatedById ¶ added in v0.1.0
func (o *WorkspaceConn) SetCreatedById(v string)
SetCreatedById sets field value
func (*WorkspaceConn) SetId ¶ added in v0.0.2
func (o *WorkspaceConn) SetId(v string)
SetId sets field value
func (*WorkspaceConn) SetIdentityId ¶ added in v0.0.2
func (o *WorkspaceConn) SetIdentityId(v string)
SetIdentityId sets field value
func (*WorkspaceConn) SetUpdatedAt ¶ added in v0.0.2
func (o *WorkspaceConn) SetUpdatedAt(v string)
SetUpdatedAt gets a reference to the given string and assigns it to the UpdatedAt field.
func (*WorkspaceConn) SetUpdatedBy ¶ added in v0.1.0
func (o *WorkspaceConn) SetUpdatedBy(v User)
SetUpdatedBy gets a reference to the given User and assigns it to the UpdatedBy field.
func (*WorkspaceConn) SetUpdatedById ¶ added in v0.1.0
func (o *WorkspaceConn) SetUpdatedById(v string)
SetUpdatedById sets field value
func (*WorkspaceConn) SetVersionId ¶ added in v0.0.2
func (o *WorkspaceConn) SetVersionId(v int32)
SetVersionId sets field value
func (*WorkspaceConn) SetWorkspaceId ¶ added in v0.0.2
func (o *WorkspaceConn) SetWorkspaceId(v string)
SetWorkspaceId sets field value
type WorkspaceConnection ¶ added in v0.6.0
type WorkspaceConnection struct { Association *WorkspaceConnectionAssociation `json:"association,omitempty"` Config *map[string]interface{} `json:"config,omitempty"` // The level at which the connection exists, can be wither 'identity' or 'workspace'. ConnectionLevel string `json:"connection_level"` // The time of creation in ISO 8601 UTC. CreatedAt string `json:"created_at"` CreatedBy *User `json:"created_by,omitempty"` // The ID of the user that created this. CreatedById string `json:"created_by_id"` // The time of the last update in ISO 8601 UTC. DeletedAt *string `json:"deleted_at,omitempty"` DeletedBy *User `json:"deleted_by,omitempty"` // The ID of the user that performed the deletion. DeletedById string `json:"deleted_by_id"` // The handle name of the connection. Handle string `json:"handle"` // The unique identifier for the connection. Id string `json:"id"` // The unique identifier for an identity where the connection has been created. IdentityId string `json:"identity_id"` // The plugin name for the connection. Plugin *string `json:"plugin,omitempty"` // The plugin version for the connection. PluginVersion *string `json:"plugin_version,omitempty"` // Type of connection i.e aggregator or connection. Type *string `json:"type,omitempty"` // The time of the last update in ISO 8601 UTC. UpdatedAt *string `json:"updated_at,omitempty"` UpdatedBy *User `json:"updated_by,omitempty"` // The ID of the user that performed the last update. UpdatedById string `json:"updated_by_id"` // The version ID of this item. Pass this version ID via an If-Match header when performing mutation operations on the item. VersionId int32 `json:"version_id"` // The unique identifier for the workspace. WorkspaceId string `json:"workspace_id"` }
WorkspaceConnection struct for WorkspaceConnection
func NewWorkspaceConnection ¶ added in v0.6.0
func NewWorkspaceConnection(connectionLevel string, createdAt string, createdById string, deletedById string, handle string, id string, identityId string, updatedById string, versionId int32, workspaceId string) *WorkspaceConnection
NewWorkspaceConnection instantiates a new WorkspaceConnection 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 NewWorkspaceConnectionWithDefaults ¶ added in v0.6.0
func NewWorkspaceConnectionWithDefaults() *WorkspaceConnection
NewWorkspaceConnectionWithDefaults instantiates a new WorkspaceConnection 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 (*WorkspaceConnection) GetAssociation ¶ added in v0.6.0
func (o *WorkspaceConnection) GetAssociation() WorkspaceConnectionAssociation
GetAssociation returns the Association field value if set, zero value otherwise.
func (*WorkspaceConnection) GetAssociationOk ¶ added in v0.6.0
func (o *WorkspaceConnection) GetAssociationOk() (*WorkspaceConnectionAssociation, bool)
GetAssociationOk returns a tuple with the Association field value if set, nil otherwise and a boolean to check if the value has been set.
func (*WorkspaceConnection) GetConfig ¶ added in v0.6.0
func (o *WorkspaceConnection) GetConfig() map[string]interface{}
GetConfig returns the Config field value if set, zero value otherwise.
func (*WorkspaceConnection) GetConfigOk ¶ added in v0.6.0
func (o *WorkspaceConnection) GetConfigOk() (*map[string]interface{}, bool)
GetConfigOk returns a tuple with the Config field value if set, nil otherwise and a boolean to check if the value has been set.
func (*WorkspaceConnection) GetConnectionLevel ¶ added in v0.6.0
func (o *WorkspaceConnection) GetConnectionLevel() string
GetConnectionLevel returns the ConnectionLevel field value
func (*WorkspaceConnection) GetConnectionLevelOk ¶ added in v0.6.0
func (o *WorkspaceConnection) GetConnectionLevelOk() (*string, bool)
GetConnectionLevelOk returns a tuple with the ConnectionLevel field value and a boolean to check if the value has been set.
func (*WorkspaceConnection) GetCreatedAt ¶ added in v0.6.0
func (o *WorkspaceConnection) GetCreatedAt() string
GetCreatedAt returns the CreatedAt field value
func (*WorkspaceConnection) GetCreatedAtOk ¶ added in v0.6.0
func (o *WorkspaceConnection) GetCreatedAtOk() (*string, bool)
GetCreatedAtOk returns a tuple with the CreatedAt field value and a boolean to check if the value has been set.
func (*WorkspaceConnection) GetCreatedBy ¶ added in v0.6.0
func (o *WorkspaceConnection) GetCreatedBy() User
GetCreatedBy returns the CreatedBy field value if set, zero value otherwise.
func (*WorkspaceConnection) GetCreatedById ¶ added in v0.6.0
func (o *WorkspaceConnection) GetCreatedById() string
GetCreatedById returns the CreatedById field value
func (*WorkspaceConnection) GetCreatedByIdOk ¶ added in v0.6.0
func (o *WorkspaceConnection) GetCreatedByIdOk() (*string, bool)
GetCreatedByIdOk returns a tuple with the CreatedById field value and a boolean to check if the value has been set.
func (*WorkspaceConnection) GetCreatedByOk ¶ added in v0.6.0
func (o *WorkspaceConnection) GetCreatedByOk() (*User, bool)
GetCreatedByOk returns a tuple with the CreatedBy field value if set, nil otherwise and a boolean to check if the value has been set.
func (*WorkspaceConnection) GetDeletedAt ¶ added in v0.6.0
func (o *WorkspaceConnection) GetDeletedAt() string
GetDeletedAt returns the DeletedAt field value if set, zero value otherwise.
func (*WorkspaceConnection) GetDeletedAtOk ¶ added in v0.6.0
func (o *WorkspaceConnection) GetDeletedAtOk() (*string, 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 (*WorkspaceConnection) GetDeletedBy ¶ added in v0.6.0
func (o *WorkspaceConnection) GetDeletedBy() User
GetDeletedBy returns the DeletedBy field value if set, zero value otherwise.
func (*WorkspaceConnection) GetDeletedById ¶ added in v0.6.0
func (o *WorkspaceConnection) GetDeletedById() string
GetDeletedById returns the DeletedById field value
func (*WorkspaceConnection) GetDeletedByIdOk ¶ added in v0.6.0
func (o *WorkspaceConnection) GetDeletedByIdOk() (*string, bool)
GetDeletedByIdOk returns a tuple with the DeletedById field value and a boolean to check if the value has been set.
func (*WorkspaceConnection) GetDeletedByOk ¶ added in v0.6.0
func (o *WorkspaceConnection) GetDeletedByOk() (*User, bool)
GetDeletedByOk returns a tuple with the DeletedBy field value if set, nil otherwise and a boolean to check if the value has been set.
func (*WorkspaceConnection) GetHandle ¶ added in v0.6.0
func (o *WorkspaceConnection) GetHandle() string
GetHandle returns the Handle field value
func (*WorkspaceConnection) GetHandleOk ¶ added in v0.6.0
func (o *WorkspaceConnection) GetHandleOk() (*string, bool)
GetHandleOk returns a tuple with the Handle field value and a boolean to check if the value has been set.
func (*WorkspaceConnection) GetId ¶ added in v0.6.0
func (o *WorkspaceConnection) GetId() string
GetId returns the Id field value
func (*WorkspaceConnection) GetIdOk ¶ added in v0.6.0
func (o *WorkspaceConnection) GetIdOk() (*string, bool)
GetIdOk returns a tuple with the Id field value and a boolean to check if the value has been set.
func (*WorkspaceConnection) GetIdentityId ¶ added in v0.6.0
func (o *WorkspaceConnection) GetIdentityId() string
GetIdentityId returns the IdentityId field value
func (*WorkspaceConnection) GetIdentityIdOk ¶ added in v0.6.0
func (o *WorkspaceConnection) GetIdentityIdOk() (*string, bool)
GetIdentityIdOk returns a tuple with the IdentityId field value and a boolean to check if the value has been set.
func (*WorkspaceConnection) GetPlugin ¶ added in v0.6.0
func (o *WorkspaceConnection) GetPlugin() string
GetPlugin returns the Plugin field value if set, zero value otherwise.
func (*WorkspaceConnection) GetPluginOk ¶ added in v0.6.0
func (o *WorkspaceConnection) GetPluginOk() (*string, bool)
GetPluginOk returns a tuple with the Plugin field value if set, nil otherwise and a boolean to check if the value has been set.
func (*WorkspaceConnection) GetPluginVersion ¶ added in v0.6.0
func (o *WorkspaceConnection) GetPluginVersion() string
GetPluginVersion returns the PluginVersion field value if set, zero value otherwise.
func (*WorkspaceConnection) GetPluginVersionOk ¶ added in v0.6.0
func (o *WorkspaceConnection) GetPluginVersionOk() (*string, bool)
GetPluginVersionOk returns a tuple with the PluginVersion field value if set, nil otherwise and a boolean to check if the value has been set.
func (*WorkspaceConnection) GetType ¶ added in v0.6.0
func (o *WorkspaceConnection) GetType() string
GetType returns the Type field value if set, zero value otherwise.
func (*WorkspaceConnection) GetTypeOk ¶ added in v0.6.0
func (o *WorkspaceConnection) GetTypeOk() (*string, bool)
GetTypeOk returns a tuple with the Type field value if set, nil otherwise and a boolean to check if the value has been set.
func (*WorkspaceConnection) GetUpdatedAt ¶ added in v0.6.0
func (o *WorkspaceConnection) GetUpdatedAt() string
GetUpdatedAt returns the UpdatedAt field value if set, zero value otherwise.
func (*WorkspaceConnection) GetUpdatedAtOk ¶ added in v0.6.0
func (o *WorkspaceConnection) 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 (*WorkspaceConnection) GetUpdatedBy ¶ added in v0.6.0
func (o *WorkspaceConnection) GetUpdatedBy() User
GetUpdatedBy returns the UpdatedBy field value if set, zero value otherwise.
func (*WorkspaceConnection) GetUpdatedById ¶ added in v0.6.0
func (o *WorkspaceConnection) GetUpdatedById() string
GetUpdatedById returns the UpdatedById field value
func (*WorkspaceConnection) GetUpdatedByIdOk ¶ added in v0.6.0
func (o *WorkspaceConnection) GetUpdatedByIdOk() (*string, bool)
GetUpdatedByIdOk returns a tuple with the UpdatedById field value and a boolean to check if the value has been set.
func (*WorkspaceConnection) GetUpdatedByOk ¶ added in v0.6.0
func (o *WorkspaceConnection) GetUpdatedByOk() (*User, bool)
GetUpdatedByOk returns a tuple with the UpdatedBy field value if set, nil otherwise and a boolean to check if the value has been set.
func (*WorkspaceConnection) GetVersionId ¶ added in v0.6.0
func (o *WorkspaceConnection) GetVersionId() int32
GetVersionId returns the VersionId field value
func (*WorkspaceConnection) GetVersionIdOk ¶ added in v0.6.0
func (o *WorkspaceConnection) GetVersionIdOk() (*int32, bool)
GetVersionIdOk returns a tuple with the VersionId field value and a boolean to check if the value has been set.
func (*WorkspaceConnection) GetWorkspaceId ¶ added in v0.6.0
func (o *WorkspaceConnection) GetWorkspaceId() string
GetWorkspaceId returns the WorkspaceId field value
func (*WorkspaceConnection) GetWorkspaceIdOk ¶ added in v0.6.0
func (o *WorkspaceConnection) GetWorkspaceIdOk() (*string, bool)
GetWorkspaceIdOk returns a tuple with the WorkspaceId field value and a boolean to check if the value has been set.
func (*WorkspaceConnection) HasAssociation ¶ added in v0.6.0
func (o *WorkspaceConnection) HasAssociation() bool
HasAssociation returns a boolean if a field has been set.
func (*WorkspaceConnection) HasConfig ¶ added in v0.6.0
func (o *WorkspaceConnection) HasConfig() bool
HasConfig returns a boolean if a field has been set.
func (*WorkspaceConnection) HasCreatedBy ¶ added in v0.6.0
func (o *WorkspaceConnection) HasCreatedBy() bool
HasCreatedBy returns a boolean if a field has been set.
func (*WorkspaceConnection) HasDeletedAt ¶ added in v0.6.0
func (o *WorkspaceConnection) HasDeletedAt() bool
HasDeletedAt returns a boolean if a field has been set.
func (*WorkspaceConnection) HasDeletedBy ¶ added in v0.6.0
func (o *WorkspaceConnection) HasDeletedBy() bool
HasDeletedBy returns a boolean if a field has been set.
func (*WorkspaceConnection) HasPlugin ¶ added in v0.6.0
func (o *WorkspaceConnection) HasPlugin() bool
HasPlugin returns a boolean if a field has been set.
func (*WorkspaceConnection) HasPluginVersion ¶ added in v0.6.0
func (o *WorkspaceConnection) HasPluginVersion() bool
HasPluginVersion returns a boolean if a field has been set.
func (*WorkspaceConnection) HasType ¶ added in v0.6.0
func (o *WorkspaceConnection) HasType() bool
HasType returns a boolean if a field has been set.
func (*WorkspaceConnection) HasUpdatedAt ¶ added in v0.6.0
func (o *WorkspaceConnection) HasUpdatedAt() bool
HasUpdatedAt returns a boolean if a field has been set.
func (*WorkspaceConnection) HasUpdatedBy ¶ added in v0.6.0
func (o *WorkspaceConnection) HasUpdatedBy() bool
HasUpdatedBy returns a boolean if a field has been set.
func (WorkspaceConnection) MarshalJSON ¶ added in v0.6.0
func (o WorkspaceConnection) MarshalJSON() ([]byte, error)
func (*WorkspaceConnection) SetAssociation ¶ added in v0.6.0
func (o *WorkspaceConnection) SetAssociation(v WorkspaceConnectionAssociation)
SetAssociation gets a reference to the given WorkspaceConnectionAssociation and assigns it to the Association field.
func (*WorkspaceConnection) SetConfig ¶ added in v0.6.0
func (o *WorkspaceConnection) SetConfig(v map[string]interface{})
SetConfig gets a reference to the given map[string]interface{} and assigns it to the Config field.
func (*WorkspaceConnection) SetConnectionLevel ¶ added in v0.6.0
func (o *WorkspaceConnection) SetConnectionLevel(v string)
SetConnectionLevel sets field value
func (*WorkspaceConnection) SetCreatedAt ¶ added in v0.6.0
func (o *WorkspaceConnection) SetCreatedAt(v string)
SetCreatedAt sets field value
func (*WorkspaceConnection) SetCreatedBy ¶ added in v0.6.0
func (o *WorkspaceConnection) SetCreatedBy(v User)
SetCreatedBy gets a reference to the given User and assigns it to the CreatedBy field.
func (*WorkspaceConnection) SetCreatedById ¶ added in v0.6.0
func (o *WorkspaceConnection) SetCreatedById(v string)
SetCreatedById sets field value
func (*WorkspaceConnection) SetDeletedAt ¶ added in v0.6.0
func (o *WorkspaceConnection) SetDeletedAt(v string)
SetDeletedAt gets a reference to the given string and assigns it to the DeletedAt field.
func (*WorkspaceConnection) SetDeletedBy ¶ added in v0.6.0
func (o *WorkspaceConnection) SetDeletedBy(v User)
SetDeletedBy gets a reference to the given User and assigns it to the DeletedBy field.
func (*WorkspaceConnection) SetDeletedById ¶ added in v0.6.0
func (o *WorkspaceConnection) SetDeletedById(v string)
SetDeletedById sets field value
func (*WorkspaceConnection) SetHandle ¶ added in v0.6.0
func (o *WorkspaceConnection) SetHandle(v string)
SetHandle sets field value
func (*WorkspaceConnection) SetId ¶ added in v0.6.0
func (o *WorkspaceConnection) SetId(v string)
SetId sets field value
func (*WorkspaceConnection) SetIdentityId ¶ added in v0.6.0
func (o *WorkspaceConnection) SetIdentityId(v string)
SetIdentityId sets field value
func (*WorkspaceConnection) SetPlugin ¶ added in v0.6.0
func (o *WorkspaceConnection) SetPlugin(v string)
SetPlugin gets a reference to the given string and assigns it to the Plugin field.
func (*WorkspaceConnection) SetPluginVersion ¶ added in v0.6.0
func (o *WorkspaceConnection) SetPluginVersion(v string)
SetPluginVersion gets a reference to the given string and assigns it to the PluginVersion field.
func (*WorkspaceConnection) SetType ¶ added in v0.6.0
func (o *WorkspaceConnection) SetType(v string)
SetType gets a reference to the given string and assigns it to the Type field.
func (*WorkspaceConnection) SetUpdatedAt ¶ added in v0.6.0
func (o *WorkspaceConnection) SetUpdatedAt(v string)
SetUpdatedAt gets a reference to the given string and assigns it to the UpdatedAt field.
func (*WorkspaceConnection) SetUpdatedBy ¶ added in v0.6.0
func (o *WorkspaceConnection) SetUpdatedBy(v User)
SetUpdatedBy gets a reference to the given User and assigns it to the UpdatedBy field.
func (*WorkspaceConnection) SetUpdatedById ¶ added in v0.6.0
func (o *WorkspaceConnection) SetUpdatedById(v string)
SetUpdatedById sets field value
func (*WorkspaceConnection) SetVersionId ¶ added in v0.6.0
func (o *WorkspaceConnection) SetVersionId(v int32)
SetVersionId sets field value
func (*WorkspaceConnection) SetWorkspaceId ¶ added in v0.6.0
func (o *WorkspaceConnection) SetWorkspaceId(v string)
SetWorkspaceId sets field value
type WorkspaceConnectionAssociation ¶ added in v0.6.0
type WorkspaceConnectionAssociation struct { Connection *Connection `json:"connection,omitempty"` // The unique identifier for the connection. ConnectionId string `json:"connection_id"` // The time of creation in ISO 8601 UTC. CreatedAt string `json:"created_at"` CreatedBy *User `json:"created_by,omitempty"` // The ID of the user that created this. CreatedById string `json:"created_by_id"` // The unique identifier for the workspace connection association. Id string `json:"id"` // The identity ID where the association exists. IdentityId string `json:"identity_id"` // The time of the last update in ISO 8601 UTC. UpdatedAt *string `json:"updated_at,omitempty"` UpdatedBy *User `json:"updated_by,omitempty"` // The ID of the user that performed the last update. UpdatedById string `json:"updated_by_id"` // The version ID of this item. Pass this version ID via an If-Match header when performing mutation operations on the item. VersionId int32 `json:"version_id"` // The unique identifier for the wokspace. WorkspaceId string `json:"workspace_id"` }
WorkspaceConnectionAssociation struct for WorkspaceConnectionAssociation
func NewWorkspaceConnectionAssociation ¶ added in v0.6.0
func NewWorkspaceConnectionAssociation(connectionId string, createdAt string, createdById string, id string, identityId string, updatedById string, versionId int32, workspaceId string) *WorkspaceConnectionAssociation
NewWorkspaceConnectionAssociation instantiates a new WorkspaceConnectionAssociation 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 NewWorkspaceConnectionAssociationWithDefaults ¶ added in v0.6.0
func NewWorkspaceConnectionAssociationWithDefaults() *WorkspaceConnectionAssociation
NewWorkspaceConnectionAssociationWithDefaults instantiates a new WorkspaceConnectionAssociation 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 (*WorkspaceConnectionAssociation) GetConnection ¶ added in v0.6.0
func (o *WorkspaceConnectionAssociation) GetConnection() Connection
GetConnection returns the Connection field value if set, zero value otherwise.
func (*WorkspaceConnectionAssociation) GetConnectionId ¶ added in v0.6.0
func (o *WorkspaceConnectionAssociation) GetConnectionId() string
GetConnectionId returns the ConnectionId field value
func (*WorkspaceConnectionAssociation) GetConnectionIdOk ¶ added in v0.6.0
func (o *WorkspaceConnectionAssociation) GetConnectionIdOk() (*string, bool)
GetConnectionIdOk returns a tuple with the ConnectionId field value and a boolean to check if the value has been set.
func (*WorkspaceConnectionAssociation) GetConnectionOk ¶ added in v0.6.0
func (o *WorkspaceConnectionAssociation) GetConnectionOk() (*Connection, bool)
GetConnectionOk returns a tuple with the Connection field value if set, nil otherwise and a boolean to check if the value has been set.
func (*WorkspaceConnectionAssociation) GetCreatedAt ¶ added in v0.6.0
func (o *WorkspaceConnectionAssociation) GetCreatedAt() string
GetCreatedAt returns the CreatedAt field value
func (*WorkspaceConnectionAssociation) GetCreatedAtOk ¶ added in v0.6.0
func (o *WorkspaceConnectionAssociation) GetCreatedAtOk() (*string, bool)
GetCreatedAtOk returns a tuple with the CreatedAt field value and a boolean to check if the value has been set.
func (*WorkspaceConnectionAssociation) GetCreatedBy ¶ added in v0.6.0
func (o *WorkspaceConnectionAssociation) GetCreatedBy() User
GetCreatedBy returns the CreatedBy field value if set, zero value otherwise.
func (*WorkspaceConnectionAssociation) GetCreatedById ¶ added in v0.6.0
func (o *WorkspaceConnectionAssociation) GetCreatedById() string
GetCreatedById returns the CreatedById field value
func (*WorkspaceConnectionAssociation) GetCreatedByIdOk ¶ added in v0.6.0
func (o *WorkspaceConnectionAssociation) GetCreatedByIdOk() (*string, bool)
GetCreatedByIdOk returns a tuple with the CreatedById field value and a boolean to check if the value has been set.
func (*WorkspaceConnectionAssociation) GetCreatedByOk ¶ added in v0.6.0
func (o *WorkspaceConnectionAssociation) GetCreatedByOk() (*User, bool)
GetCreatedByOk returns a tuple with the CreatedBy field value if set, nil otherwise and a boolean to check if the value has been set.
func (*WorkspaceConnectionAssociation) GetId ¶ added in v0.6.0
func (o *WorkspaceConnectionAssociation) GetId() string
GetId returns the Id field value
func (*WorkspaceConnectionAssociation) GetIdOk ¶ added in v0.6.0
func (o *WorkspaceConnectionAssociation) GetIdOk() (*string, bool)
GetIdOk returns a tuple with the Id field value and a boolean to check if the value has been set.
func (*WorkspaceConnectionAssociation) GetIdentityId ¶ added in v0.6.0
func (o *WorkspaceConnectionAssociation) GetIdentityId() string
GetIdentityId returns the IdentityId field value
func (*WorkspaceConnectionAssociation) GetIdentityIdOk ¶ added in v0.6.0
func (o *WorkspaceConnectionAssociation) GetIdentityIdOk() (*string, bool)
GetIdentityIdOk returns a tuple with the IdentityId field value and a boolean to check if the value has been set.
func (*WorkspaceConnectionAssociation) GetUpdatedAt ¶ added in v0.6.0
func (o *WorkspaceConnectionAssociation) GetUpdatedAt() string
GetUpdatedAt returns the UpdatedAt field value if set, zero value otherwise.
func (*WorkspaceConnectionAssociation) GetUpdatedAtOk ¶ added in v0.6.0
func (o *WorkspaceConnectionAssociation) 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 (*WorkspaceConnectionAssociation) GetUpdatedBy ¶ added in v0.6.0
func (o *WorkspaceConnectionAssociation) GetUpdatedBy() User
GetUpdatedBy returns the UpdatedBy field value if set, zero value otherwise.
func (*WorkspaceConnectionAssociation) GetUpdatedById ¶ added in v0.6.0
func (o *WorkspaceConnectionAssociation) GetUpdatedById() string
GetUpdatedById returns the UpdatedById field value
func (*WorkspaceConnectionAssociation) GetUpdatedByIdOk ¶ added in v0.6.0
func (o *WorkspaceConnectionAssociation) GetUpdatedByIdOk() (*string, bool)
GetUpdatedByIdOk returns a tuple with the UpdatedById field value and a boolean to check if the value has been set.
func (*WorkspaceConnectionAssociation) GetUpdatedByOk ¶ added in v0.6.0
func (o *WorkspaceConnectionAssociation) GetUpdatedByOk() (*User, bool)
GetUpdatedByOk returns a tuple with the UpdatedBy field value if set, nil otherwise and a boolean to check if the value has been set.
func (*WorkspaceConnectionAssociation) GetVersionId ¶ added in v0.6.0
func (o *WorkspaceConnectionAssociation) GetVersionId() int32
GetVersionId returns the VersionId field value
func (*WorkspaceConnectionAssociation) GetVersionIdOk ¶ added in v0.6.0
func (o *WorkspaceConnectionAssociation) GetVersionIdOk() (*int32, bool)
GetVersionIdOk returns a tuple with the VersionId field value and a boolean to check if the value has been set.
func (*WorkspaceConnectionAssociation) GetWorkspaceId ¶ added in v0.6.0
func (o *WorkspaceConnectionAssociation) GetWorkspaceId() string
GetWorkspaceId returns the WorkspaceId field value
func (*WorkspaceConnectionAssociation) GetWorkspaceIdOk ¶ added in v0.6.0
func (o *WorkspaceConnectionAssociation) GetWorkspaceIdOk() (*string, bool)
GetWorkspaceIdOk returns a tuple with the WorkspaceId field value and a boolean to check if the value has been set.
func (*WorkspaceConnectionAssociation) HasConnection ¶ added in v0.6.0
func (o *WorkspaceConnectionAssociation) HasConnection() bool
HasConnection returns a boolean if a field has been set.
func (*WorkspaceConnectionAssociation) HasCreatedBy ¶ added in v0.6.0
func (o *WorkspaceConnectionAssociation) HasCreatedBy() bool
HasCreatedBy returns a boolean if a field has been set.
func (*WorkspaceConnectionAssociation) HasUpdatedAt ¶ added in v0.6.0
func (o *WorkspaceConnectionAssociation) HasUpdatedAt() bool
HasUpdatedAt returns a boolean if a field has been set.
func (*WorkspaceConnectionAssociation) HasUpdatedBy ¶ added in v0.6.0
func (o *WorkspaceConnectionAssociation) HasUpdatedBy() bool
HasUpdatedBy returns a boolean if a field has been set.
func (WorkspaceConnectionAssociation) MarshalJSON ¶ added in v0.6.0
func (o WorkspaceConnectionAssociation) MarshalJSON() ([]byte, error)
func (*WorkspaceConnectionAssociation) SetConnection ¶ added in v0.6.0
func (o *WorkspaceConnectionAssociation) SetConnection(v Connection)
SetConnection gets a reference to the given Connection and assigns it to the Connection field.
func (*WorkspaceConnectionAssociation) SetConnectionId ¶ added in v0.6.0
func (o *WorkspaceConnectionAssociation) SetConnectionId(v string)
SetConnectionId sets field value
func (*WorkspaceConnectionAssociation) SetCreatedAt ¶ added in v0.6.0
func (o *WorkspaceConnectionAssociation) SetCreatedAt(v string)
SetCreatedAt sets field value
func (*WorkspaceConnectionAssociation) SetCreatedBy ¶ added in v0.6.0
func (o *WorkspaceConnectionAssociation) SetCreatedBy(v User)
SetCreatedBy gets a reference to the given User and assigns it to the CreatedBy field.
func (*WorkspaceConnectionAssociation) SetCreatedById ¶ added in v0.6.0
func (o *WorkspaceConnectionAssociation) SetCreatedById(v string)
SetCreatedById sets field value
func (*WorkspaceConnectionAssociation) SetId ¶ added in v0.6.0
func (o *WorkspaceConnectionAssociation) SetId(v string)
SetId sets field value
func (*WorkspaceConnectionAssociation) SetIdentityId ¶ added in v0.6.0
func (o *WorkspaceConnectionAssociation) SetIdentityId(v string)
SetIdentityId sets field value
func (*WorkspaceConnectionAssociation) SetUpdatedAt ¶ added in v0.6.0
func (o *WorkspaceConnectionAssociation) SetUpdatedAt(v string)
SetUpdatedAt gets a reference to the given string and assigns it to the UpdatedAt field.
func (*WorkspaceConnectionAssociation) SetUpdatedBy ¶ added in v0.6.0
func (o *WorkspaceConnectionAssociation) SetUpdatedBy(v User)
SetUpdatedBy gets a reference to the given User and assigns it to the UpdatedBy field.
func (*WorkspaceConnectionAssociation) SetUpdatedById ¶ added in v0.6.0
func (o *WorkspaceConnectionAssociation) SetUpdatedById(v string)
SetUpdatedById sets field value
func (*WorkspaceConnectionAssociation) SetVersionId ¶ added in v0.6.0
func (o *WorkspaceConnectionAssociation) SetVersionId(v int32)
SetVersionId sets field value
func (*WorkspaceConnectionAssociation) SetWorkspaceId ¶ added in v0.6.0
func (o *WorkspaceConnectionAssociation) SetWorkspaceId(v string)
SetWorkspaceId sets field value
type WorkspaceMod ¶ added in v0.0.4
type WorkspaceMod struct { Alias *string `json:"alias,omitempty"` Constraint *string `json:"constraint,omitempty"` // The time of creation in ISO 8601 UTC. CreatedAt string `json:"created_at"` CreatedBy *User `json:"created_by,omitempty"` // The ID of the user that created this. CreatedById string `json:"created_by_id"` Details *string `json:"details,omitempty"` Id string `json:"id"` // The unique identifier for an identity where the workspace mod has been install. IdentityId string `json:"identity_id"` InstalledVersion *string `json:"installed_version,omitempty"` Path *string `json:"path,omitempty"` State *string `json:"state,omitempty"` // The time of the last update in ISO 8601 UTC. UpdatedAt *string `json:"updated_at,omitempty"` UpdatedBy *User `json:"updated_by,omitempty"` // The ID of the user that performed the last update. UpdatedById string `json:"updated_by_id"` // The version ID of this item. Pass this version ID via an If-Match header when performing mutation operations on the item. VersionId int32 `json:"version_id"` WorkspaceId string `json:"workspace_id"` }
WorkspaceMod struct for WorkspaceMod
func NewWorkspaceMod ¶ added in v0.0.4
func NewWorkspaceMod(createdAt string, createdById string, id string, identityId string, updatedById string, versionId int32, workspaceId string) *WorkspaceMod
NewWorkspaceMod instantiates a new WorkspaceMod 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 NewWorkspaceModWithDefaults ¶ added in v0.0.4
func NewWorkspaceModWithDefaults() *WorkspaceMod
NewWorkspaceModWithDefaults instantiates a new WorkspaceMod 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 (*WorkspaceMod) GetAlias ¶ added in v0.0.4
func (o *WorkspaceMod) GetAlias() string
GetAlias returns the Alias field value if set, zero value otherwise.
func (*WorkspaceMod) GetAliasOk ¶ added in v0.0.4
func (o *WorkspaceMod) GetAliasOk() (*string, bool)
GetAliasOk returns a tuple with the Alias field value if set, nil otherwise and a boolean to check if the value has been set.
func (*WorkspaceMod) GetConstraint ¶ added in v0.1.0
func (o *WorkspaceMod) GetConstraint() string
GetConstraint returns the Constraint field value if set, zero value otherwise.
func (*WorkspaceMod) GetConstraintOk ¶ added in v0.1.0
func (o *WorkspaceMod) GetConstraintOk() (*string, bool)
GetConstraintOk returns a tuple with the Constraint field value if set, nil otherwise and a boolean to check if the value has been set.
func (*WorkspaceMod) GetCreatedAt ¶ added in v0.0.4
func (o *WorkspaceMod) GetCreatedAt() string
GetCreatedAt returns the CreatedAt field value
func (*WorkspaceMod) GetCreatedAtOk ¶ added in v0.0.4
func (o *WorkspaceMod) GetCreatedAtOk() (*string, bool)
GetCreatedAtOk returns a tuple with the CreatedAt field value and a boolean to check if the value has been set.
func (*WorkspaceMod) GetCreatedBy ¶ added in v0.1.0
func (o *WorkspaceMod) GetCreatedBy() User
GetCreatedBy returns the CreatedBy field value if set, zero value otherwise.
func (*WorkspaceMod) GetCreatedById ¶ added in v0.1.0
func (o *WorkspaceMod) GetCreatedById() string
GetCreatedById returns the CreatedById field value
func (*WorkspaceMod) GetCreatedByIdOk ¶ added in v0.1.0
func (o *WorkspaceMod) GetCreatedByIdOk() (*string, bool)
GetCreatedByIdOk returns a tuple with the CreatedById field value and a boolean to check if the value has been set.
func (*WorkspaceMod) GetCreatedByOk ¶ added in v0.1.0
func (o *WorkspaceMod) GetCreatedByOk() (*User, bool)
GetCreatedByOk returns a tuple with the CreatedBy field value if set, nil otherwise and a boolean to check if the value has been set.
func (*WorkspaceMod) GetDetails ¶ added in v0.0.4
func (o *WorkspaceMod) GetDetails() string
GetDetails returns the Details field value if set, zero value otherwise.
func (*WorkspaceMod) GetDetailsOk ¶ added in v0.0.4
func (o *WorkspaceMod) GetDetailsOk() (*string, bool)
GetDetailsOk returns a tuple with the Details field value if set, nil otherwise and a boolean to check if the value has been set.
func (*WorkspaceMod) GetId ¶ added in v0.0.4
func (o *WorkspaceMod) GetId() string
GetId returns the Id field value
func (*WorkspaceMod) GetIdOk ¶ added in v0.0.4
func (o *WorkspaceMod) GetIdOk() (*string, bool)
GetIdOk returns a tuple with the Id field value and a boolean to check if the value has been set.
func (*WorkspaceMod) GetIdentityId ¶ added in v0.0.4
func (o *WorkspaceMod) GetIdentityId() string
GetIdentityId returns the IdentityId field value
func (*WorkspaceMod) GetIdentityIdOk ¶ added in v0.0.4
func (o *WorkspaceMod) GetIdentityIdOk() (*string, bool)
GetIdentityIdOk returns a tuple with the IdentityId field value and a boolean to check if the value has been set.
func (*WorkspaceMod) GetInstalledVersion ¶ added in v0.0.4
func (o *WorkspaceMod) GetInstalledVersion() string
GetInstalledVersion returns the InstalledVersion field value if set, zero value otherwise.
func (*WorkspaceMod) GetInstalledVersionOk ¶ added in v0.0.4
func (o *WorkspaceMod) GetInstalledVersionOk() (*string, bool)
GetInstalledVersionOk returns a tuple with the InstalledVersion field value if set, nil otherwise and a boolean to check if the value has been set.
func (*WorkspaceMod) GetPath ¶ added in v0.0.4
func (o *WorkspaceMod) GetPath() string
GetPath returns the Path field value if set, zero value otherwise.
func (*WorkspaceMod) GetPathOk ¶ added in v0.0.4
func (o *WorkspaceMod) GetPathOk() (*string, bool)
GetPathOk returns a tuple with the Path field value if set, nil otherwise and a boolean to check if the value has been set.
func (*WorkspaceMod) GetState ¶ added in v0.0.4
func (o *WorkspaceMod) GetState() string
GetState returns the State field value if set, zero value otherwise.
func (*WorkspaceMod) GetStateOk ¶ added in v0.0.4
func (o *WorkspaceMod) GetStateOk() (*string, bool)
GetStateOk returns a tuple with the State field value if set, nil otherwise and a boolean to check if the value has been set.
func (*WorkspaceMod) GetUpdatedAt ¶ added in v0.0.4
func (o *WorkspaceMod) GetUpdatedAt() string
GetUpdatedAt returns the UpdatedAt field value if set, zero value otherwise.
func (*WorkspaceMod) GetUpdatedAtOk ¶ added in v0.0.4
func (o *WorkspaceMod) 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 (*WorkspaceMod) GetUpdatedBy ¶ added in v0.1.0
func (o *WorkspaceMod) GetUpdatedBy() User
GetUpdatedBy returns the UpdatedBy field value if set, zero value otherwise.
func (*WorkspaceMod) GetUpdatedById ¶ added in v0.1.0
func (o *WorkspaceMod) GetUpdatedById() string
GetUpdatedById returns the UpdatedById field value
func (*WorkspaceMod) GetUpdatedByIdOk ¶ added in v0.1.0
func (o *WorkspaceMod) GetUpdatedByIdOk() (*string, bool)
GetUpdatedByIdOk returns a tuple with the UpdatedById field value and a boolean to check if the value has been set.
func (*WorkspaceMod) GetUpdatedByOk ¶ added in v0.1.0
func (o *WorkspaceMod) GetUpdatedByOk() (*User, bool)
GetUpdatedByOk returns a tuple with the UpdatedBy field value if set, nil otherwise and a boolean to check if the value has been set.
func (*WorkspaceMod) GetVersionId ¶ added in v0.1.0
func (o *WorkspaceMod) GetVersionId() int32
GetVersionId returns the VersionId field value
func (*WorkspaceMod) GetVersionIdOk ¶ added in v0.1.0
func (o *WorkspaceMod) GetVersionIdOk() (*int32, bool)
GetVersionIdOk returns a tuple with the VersionId field value and a boolean to check if the value has been set.
func (*WorkspaceMod) GetWorkspaceId ¶ added in v0.0.4
func (o *WorkspaceMod) GetWorkspaceId() string
GetWorkspaceId returns the WorkspaceId field value
func (*WorkspaceMod) GetWorkspaceIdOk ¶ added in v0.0.4
func (o *WorkspaceMod) GetWorkspaceIdOk() (*string, bool)
GetWorkspaceIdOk returns a tuple with the WorkspaceId field value and a boolean to check if the value has been set.
func (*WorkspaceMod) HasAlias ¶ added in v0.0.4
func (o *WorkspaceMod) HasAlias() bool
HasAlias returns a boolean if a field has been set.
func (*WorkspaceMod) HasConstraint ¶ added in v0.1.0
func (o *WorkspaceMod) HasConstraint() bool
HasConstraint returns a boolean if a field has been set.
func (*WorkspaceMod) HasCreatedBy ¶ added in v0.1.0
func (o *WorkspaceMod) HasCreatedBy() bool
HasCreatedBy returns a boolean if a field has been set.
func (*WorkspaceMod) HasDetails ¶ added in v0.0.4
func (o *WorkspaceMod) HasDetails() bool
HasDetails returns a boolean if a field has been set.
func (*WorkspaceMod) HasInstalledVersion ¶ added in v0.0.4
func (o *WorkspaceMod) HasInstalledVersion() bool
HasInstalledVersion returns a boolean if a field has been set.
func (*WorkspaceMod) HasPath ¶ added in v0.0.4
func (o *WorkspaceMod) HasPath() bool
HasPath returns a boolean if a field has been set.
func (*WorkspaceMod) HasState ¶ added in v0.0.4
func (o *WorkspaceMod) HasState() bool
HasState returns a boolean if a field has been set.
func (*WorkspaceMod) HasUpdatedAt ¶ added in v0.0.4
func (o *WorkspaceMod) HasUpdatedAt() bool
HasUpdatedAt returns a boolean if a field has been set.
func (*WorkspaceMod) HasUpdatedBy ¶ added in v0.1.0
func (o *WorkspaceMod) HasUpdatedBy() bool
HasUpdatedBy returns a boolean if a field has been set.
func (WorkspaceMod) MarshalJSON ¶ added in v0.0.4
func (o WorkspaceMod) MarshalJSON() ([]byte, error)
func (*WorkspaceMod) SetAlias ¶ added in v0.0.4
func (o *WorkspaceMod) SetAlias(v string)
SetAlias gets a reference to the given string and assigns it to the Alias field.
func (*WorkspaceMod) SetConstraint ¶ added in v0.1.0
func (o *WorkspaceMod) SetConstraint(v string)
SetConstraint gets a reference to the given string and assigns it to the Constraint field.
func (*WorkspaceMod) SetCreatedAt ¶ added in v0.0.4
func (o *WorkspaceMod) SetCreatedAt(v string)
SetCreatedAt sets field value
func (*WorkspaceMod) SetCreatedBy ¶ added in v0.1.0
func (o *WorkspaceMod) SetCreatedBy(v User)
SetCreatedBy gets a reference to the given User and assigns it to the CreatedBy field.
func (*WorkspaceMod) SetCreatedById ¶ added in v0.1.0
func (o *WorkspaceMod) SetCreatedById(v string)
SetCreatedById sets field value
func (*WorkspaceMod) SetDetails ¶ added in v0.0.4
func (o *WorkspaceMod) SetDetails(v string)
SetDetails gets a reference to the given string and assigns it to the Details field.
func (*WorkspaceMod) SetId ¶ added in v0.0.4
func (o *WorkspaceMod) SetId(v string)
SetId sets field value
func (*WorkspaceMod) SetIdentityId ¶ added in v0.0.4
func (o *WorkspaceMod) SetIdentityId(v string)
SetIdentityId sets field value
func (*WorkspaceMod) SetInstalledVersion ¶ added in v0.0.4
func (o *WorkspaceMod) SetInstalledVersion(v string)
SetInstalledVersion gets a reference to the given string and assigns it to the InstalledVersion field.
func (*WorkspaceMod) SetPath ¶ added in v0.0.4
func (o *WorkspaceMod) SetPath(v string)
SetPath gets a reference to the given string and assigns it to the Path field.
func (*WorkspaceMod) SetState ¶ added in v0.0.4
func (o *WorkspaceMod) SetState(v string)
SetState gets a reference to the given string and assigns it to the State field.
func (*WorkspaceMod) SetUpdatedAt ¶ added in v0.0.4
func (o *WorkspaceMod) SetUpdatedAt(v string)
SetUpdatedAt gets a reference to the given string and assigns it to the UpdatedAt field.
func (*WorkspaceMod) SetUpdatedBy ¶ added in v0.1.0
func (o *WorkspaceMod) SetUpdatedBy(v User)
SetUpdatedBy gets a reference to the given User and assigns it to the UpdatedBy field.
func (*WorkspaceMod) SetUpdatedById ¶ added in v0.1.0
func (o *WorkspaceMod) SetUpdatedById(v string)
SetUpdatedById sets field value
func (*WorkspaceMod) SetVersionId ¶ added in v0.1.0
func (o *WorkspaceMod) SetVersionId(v int32)
SetVersionId sets field value
func (*WorkspaceMod) SetWorkspaceId ¶ added in v0.0.4
func (o *WorkspaceMod) SetWorkspaceId(v string)
SetWorkspaceId sets field value
type WorkspaceModVariable ¶ added in v0.0.4
type WorkspaceModVariable struct { CreatedAt string `json:"created_at"` CreatedBy *User `json:"created_by,omitempty"` CreatedById string `json:"created_by_id"` Description *string `json:"description,omitempty"` Id string `json:"id"` ModAlias *string `json:"mod_alias,omitempty"` Name *string `json:"name,omitempty"` Type *string `json:"type,omitempty"` UpdatedAt *string `json:"updated_at,omitempty"` UpdatedBy *User `json:"updated_by,omitempty"` UpdatedById string `json:"updated_by_id"` Value interface{} `json:"value,omitempty"` ValueDefault interface{} `json:"value_default,omitempty"` ValueSetting interface{} `json:"value_setting,omitempty"` VersionId int32 `json:"version_id"` }
WorkspaceModVariable struct for WorkspaceModVariable
func NewWorkspaceModVariable ¶ added in v0.0.4
func NewWorkspaceModVariable(createdAt string, createdById string, id string, updatedById string, versionId int32) *WorkspaceModVariable
NewWorkspaceModVariable instantiates a new WorkspaceModVariable 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 NewWorkspaceModVariableWithDefaults ¶ added in v0.0.4
func NewWorkspaceModVariableWithDefaults() *WorkspaceModVariable
NewWorkspaceModVariableWithDefaults instantiates a new WorkspaceModVariable 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 (*WorkspaceModVariable) GetCreatedAt ¶ added in v0.0.4
func (o *WorkspaceModVariable) GetCreatedAt() string
GetCreatedAt returns the CreatedAt field value
func (*WorkspaceModVariable) GetCreatedAtOk ¶ added in v0.0.4
func (o *WorkspaceModVariable) GetCreatedAtOk() (*string, bool)
GetCreatedAtOk returns a tuple with the CreatedAt field value and a boolean to check if the value has been set.
func (*WorkspaceModVariable) GetCreatedBy ¶ added in v0.0.4
func (o *WorkspaceModVariable) GetCreatedBy() User
GetCreatedBy returns the CreatedBy field value if set, zero value otherwise.
func (*WorkspaceModVariable) GetCreatedById ¶ added in v0.0.4
func (o *WorkspaceModVariable) GetCreatedById() string
GetCreatedById returns the CreatedById field value
func (*WorkspaceModVariable) GetCreatedByIdOk ¶ added in v0.0.4
func (o *WorkspaceModVariable) GetCreatedByIdOk() (*string, bool)
GetCreatedByIdOk returns a tuple with the CreatedById field value and a boolean to check if the value has been set.
func (*WorkspaceModVariable) GetCreatedByOk ¶ added in v0.0.4
func (o *WorkspaceModVariable) GetCreatedByOk() (*User, bool)
GetCreatedByOk returns a tuple with the CreatedBy field value if set, nil otherwise and a boolean to check if the value has been set.
func (*WorkspaceModVariable) GetDescription ¶ added in v0.0.4
func (o *WorkspaceModVariable) GetDescription() string
GetDescription returns the Description field value if set, zero value otherwise.
func (*WorkspaceModVariable) GetDescriptionOk ¶ added in v0.0.4
func (o *WorkspaceModVariable) GetDescriptionOk() (*string, bool)
GetDescriptionOk returns a tuple with the Description field value if set, nil otherwise and a boolean to check if the value has been set.
func (*WorkspaceModVariable) GetId ¶ added in v0.0.4
func (o *WorkspaceModVariable) GetId() string
GetId returns the Id field value
func (*WorkspaceModVariable) GetIdOk ¶ added in v0.0.4
func (o *WorkspaceModVariable) GetIdOk() (*string, bool)
GetIdOk returns a tuple with the Id field value and a boolean to check if the value has been set.
func (*WorkspaceModVariable) GetModAlias ¶ added in v0.0.4
func (o *WorkspaceModVariable) GetModAlias() string
GetModAlias returns the ModAlias field value if set, zero value otherwise.
func (*WorkspaceModVariable) GetModAliasOk ¶ added in v0.0.4
func (o *WorkspaceModVariable) GetModAliasOk() (*string, bool)
GetModAliasOk returns a tuple with the ModAlias field value if set, nil otherwise and a boolean to check if the value has been set.
func (*WorkspaceModVariable) GetName ¶ added in v0.0.4
func (o *WorkspaceModVariable) GetName() string
GetName returns the Name field value if set, zero value otherwise.
func (*WorkspaceModVariable) GetNameOk ¶ added in v0.0.4
func (o *WorkspaceModVariable) GetNameOk() (*string, bool)
GetNameOk returns a tuple with the Name field value if set, nil otherwise and a boolean to check if the value has been set.
func (*WorkspaceModVariable) GetType ¶ added in v0.0.4
func (o *WorkspaceModVariable) GetType() string
GetType returns the Type field value if set, zero value otherwise.
func (*WorkspaceModVariable) GetTypeOk ¶ added in v0.0.4
func (o *WorkspaceModVariable) GetTypeOk() (*string, bool)
GetTypeOk returns a tuple with the Type field value if set, nil otherwise and a boolean to check if the value has been set.
func (*WorkspaceModVariable) GetUpdatedAt ¶ added in v0.0.4
func (o *WorkspaceModVariable) GetUpdatedAt() string
GetUpdatedAt returns the UpdatedAt field value if set, zero value otherwise.
func (*WorkspaceModVariable) GetUpdatedAtOk ¶ added in v0.0.4
func (o *WorkspaceModVariable) 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 (*WorkspaceModVariable) GetUpdatedBy ¶ added in v0.0.4
func (o *WorkspaceModVariable) GetUpdatedBy() User
GetUpdatedBy returns the UpdatedBy field value if set, zero value otherwise.
func (*WorkspaceModVariable) GetUpdatedById ¶ added in v0.0.4
func (o *WorkspaceModVariable) GetUpdatedById() string
GetUpdatedById returns the UpdatedById field value
func (*WorkspaceModVariable) GetUpdatedByIdOk ¶ added in v0.0.4
func (o *WorkspaceModVariable) GetUpdatedByIdOk() (*string, bool)
GetUpdatedByIdOk returns a tuple with the UpdatedById field value and a boolean to check if the value has been set.
func (*WorkspaceModVariable) GetUpdatedByOk ¶ added in v0.0.4
func (o *WorkspaceModVariable) GetUpdatedByOk() (*User, bool)
GetUpdatedByOk returns a tuple with the UpdatedBy field value if set, nil otherwise and a boolean to check if the value has been set.
func (*WorkspaceModVariable) GetValue ¶ added in v0.0.4
func (o *WorkspaceModVariable) GetValue() interface{}
GetValue returns the Value field value if set, zero value otherwise (both if not set or set to explicit null).
func (*WorkspaceModVariable) GetValueDefault ¶ added in v0.0.4
func (o *WorkspaceModVariable) GetValueDefault() interface{}
GetValueDefault returns the ValueDefault field value if set, zero value otherwise (both if not set or set to explicit null).
func (*WorkspaceModVariable) GetValueDefaultOk ¶ added in v0.0.4
func (o *WorkspaceModVariable) GetValueDefaultOk() (*interface{}, bool)
GetValueDefaultOk returns a tuple with the ValueDefault field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*WorkspaceModVariable) GetValueOk ¶ added in v0.0.4
func (o *WorkspaceModVariable) GetValueOk() (*interface{}, bool)
GetValueOk returns a tuple with the Value field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*WorkspaceModVariable) GetValueSetting ¶ added in v0.0.4
func (o *WorkspaceModVariable) GetValueSetting() interface{}
GetValueSetting returns the ValueSetting field value if set, zero value otherwise (both if not set or set to explicit null).
func (*WorkspaceModVariable) GetValueSettingOk ¶ added in v0.0.4
func (o *WorkspaceModVariable) GetValueSettingOk() (*interface{}, bool)
GetValueSettingOk returns a tuple with the ValueSetting field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*WorkspaceModVariable) GetVersionId ¶ added in v0.0.4
func (o *WorkspaceModVariable) GetVersionId() int32
GetVersionId returns the VersionId field value
func (*WorkspaceModVariable) GetVersionIdOk ¶ added in v0.0.4
func (o *WorkspaceModVariable) GetVersionIdOk() (*int32, bool)
GetVersionIdOk returns a tuple with the VersionId field value and a boolean to check if the value has been set.
func (*WorkspaceModVariable) HasCreatedBy ¶ added in v0.0.4
func (o *WorkspaceModVariable) HasCreatedBy() bool
HasCreatedBy returns a boolean if a field has been set.
func (*WorkspaceModVariable) HasDescription ¶ added in v0.0.4
func (o *WorkspaceModVariable) HasDescription() bool
HasDescription returns a boolean if a field has been set.
func (*WorkspaceModVariable) HasModAlias ¶ added in v0.0.4
func (o *WorkspaceModVariable) HasModAlias() bool
HasModAlias returns a boolean if a field has been set.
func (*WorkspaceModVariable) HasName ¶ added in v0.0.4
func (o *WorkspaceModVariable) HasName() bool
HasName returns a boolean if a field has been set.
func (*WorkspaceModVariable) HasType ¶ added in v0.0.4
func (o *WorkspaceModVariable) HasType() bool
HasType returns a boolean if a field has been set.
func (*WorkspaceModVariable) HasUpdatedAt ¶ added in v0.0.4
func (o *WorkspaceModVariable) HasUpdatedAt() bool
HasUpdatedAt returns a boolean if a field has been set.
func (*WorkspaceModVariable) HasUpdatedBy ¶ added in v0.0.4
func (o *WorkspaceModVariable) HasUpdatedBy() bool
HasUpdatedBy returns a boolean if a field has been set.
func (*WorkspaceModVariable) HasValue ¶ added in v0.0.4
func (o *WorkspaceModVariable) HasValue() bool
HasValue returns a boolean if a field has been set.
func (*WorkspaceModVariable) HasValueDefault ¶ added in v0.0.4
func (o *WorkspaceModVariable) HasValueDefault() bool
HasValueDefault returns a boolean if a field has been set.
func (*WorkspaceModVariable) HasValueSetting ¶ added in v0.0.4
func (o *WorkspaceModVariable) HasValueSetting() bool
HasValueSetting returns a boolean if a field has been set.
func (WorkspaceModVariable) MarshalJSON ¶ added in v0.0.4
func (o WorkspaceModVariable) MarshalJSON() ([]byte, error)
func (*WorkspaceModVariable) SetCreatedAt ¶ added in v0.0.4
func (o *WorkspaceModVariable) SetCreatedAt(v string)
SetCreatedAt sets field value
func (*WorkspaceModVariable) SetCreatedBy ¶ added in v0.0.4
func (o *WorkspaceModVariable) SetCreatedBy(v User)
SetCreatedBy gets a reference to the given User and assigns it to the CreatedBy field.
func (*WorkspaceModVariable) SetCreatedById ¶ added in v0.0.4
func (o *WorkspaceModVariable) SetCreatedById(v string)
SetCreatedById sets field value
func (*WorkspaceModVariable) SetDescription ¶ added in v0.0.4
func (o *WorkspaceModVariable) SetDescription(v string)
SetDescription gets a reference to the given string and assigns it to the Description field.
func (*WorkspaceModVariable) SetId ¶ added in v0.0.4
func (o *WorkspaceModVariable) SetId(v string)
SetId sets field value
func (*WorkspaceModVariable) SetModAlias ¶ added in v0.0.4
func (o *WorkspaceModVariable) SetModAlias(v string)
SetModAlias gets a reference to the given string and assigns it to the ModAlias field.
func (*WorkspaceModVariable) SetName ¶ added in v0.0.4
func (o *WorkspaceModVariable) SetName(v string)
SetName gets a reference to the given string and assigns it to the Name field.
func (*WorkspaceModVariable) SetType ¶ added in v0.0.4
func (o *WorkspaceModVariable) SetType(v string)
SetType gets a reference to the given string and assigns it to the Type field.
func (*WorkspaceModVariable) SetUpdatedAt ¶ added in v0.0.4
func (o *WorkspaceModVariable) SetUpdatedAt(v string)
SetUpdatedAt gets a reference to the given string and assigns it to the UpdatedAt field.
func (*WorkspaceModVariable) SetUpdatedBy ¶ added in v0.0.4
func (o *WorkspaceModVariable) SetUpdatedBy(v User)
SetUpdatedBy gets a reference to the given User and assigns it to the UpdatedBy field.
func (*WorkspaceModVariable) SetUpdatedById ¶ added in v0.0.4
func (o *WorkspaceModVariable) SetUpdatedById(v string)
SetUpdatedById sets field value
func (*WorkspaceModVariable) SetValue ¶ added in v0.0.4
func (o *WorkspaceModVariable) SetValue(v interface{})
SetValue gets a reference to the given interface{} and assigns it to the Value field.
func (*WorkspaceModVariable) SetValueDefault ¶ added in v0.0.4
func (o *WorkspaceModVariable) SetValueDefault(v interface{})
SetValueDefault gets a reference to the given interface{} and assigns it to the ValueDefault field.
func (*WorkspaceModVariable) SetValueSetting ¶ added in v0.0.4
func (o *WorkspaceModVariable) SetValueSetting(v interface{})
SetValueSetting gets a reference to the given interface{} and assigns it to the ValueSetting field.
func (*WorkspaceModVariable) SetVersionId ¶ added in v0.0.4
func (o *WorkspaceModVariable) SetVersionId(v int32)
SetVersionId sets field value
type WorkspaceQueryResult ¶ added in v0.0.2
type WorkspaceQueryResult struct { Columns []WorkspaceQueryResultColumn `json:"columns"` Rows []map[string]interface{} `json:"rows"` }
WorkspaceQueryResult struct for WorkspaceQueryResult
func NewWorkspaceQueryResult ¶ added in v0.0.2
func NewWorkspaceQueryResult(columns []WorkspaceQueryResultColumn, rows []map[string]interface{}) *WorkspaceQueryResult
NewWorkspaceQueryResult instantiates a new WorkspaceQueryResult 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 NewWorkspaceQueryResultWithDefaults ¶ added in v0.0.2
func NewWorkspaceQueryResultWithDefaults() *WorkspaceQueryResult
NewWorkspaceQueryResultWithDefaults instantiates a new WorkspaceQueryResult 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 (*WorkspaceQueryResult) GetColumns ¶ added in v0.0.2
func (o *WorkspaceQueryResult) GetColumns() []WorkspaceQueryResultColumn
GetColumns returns the Columns field value
func (*WorkspaceQueryResult) GetColumnsOk ¶ added in v0.0.2
func (o *WorkspaceQueryResult) GetColumnsOk() (*[]WorkspaceQueryResultColumn, bool)
GetColumnsOk returns a tuple with the Columns field value and a boolean to check if the value has been set.
func (*WorkspaceQueryResult) GetRows ¶ added in v0.0.2
func (o *WorkspaceQueryResult) GetRows() []map[string]interface{}
GetRows returns the Rows field value
func (*WorkspaceQueryResult) GetRowsOk ¶ added in v0.0.2
func (o *WorkspaceQueryResult) GetRowsOk() (*[]map[string]interface{}, bool)
GetRowsOk returns a tuple with the Rows field value and a boolean to check if the value has been set.
func (WorkspaceQueryResult) MarshalJSON ¶ added in v0.0.2
func (o WorkspaceQueryResult) MarshalJSON() ([]byte, error)
func (*WorkspaceQueryResult) SetColumns ¶ added in v0.0.2
func (o *WorkspaceQueryResult) SetColumns(v []WorkspaceQueryResultColumn)
SetColumns sets field value
func (*WorkspaceQueryResult) SetRows ¶ added in v0.0.2
func (o *WorkspaceQueryResult) SetRows(v []map[string]interface{})
SetRows sets field value
type WorkspaceQueryResultColumn ¶ added in v0.0.2
type WorkspaceQueryResultColumn struct { DataType string `json:"data_type"` MaxDataLength *int32 `json:"max_data_length,omitempty"` Name string `json:"name"` }
WorkspaceQueryResultColumn struct for WorkspaceQueryResultColumn
func NewWorkspaceQueryResultColumn ¶ added in v0.0.2
func NewWorkspaceQueryResultColumn(dataType string, name string) *WorkspaceQueryResultColumn
NewWorkspaceQueryResultColumn instantiates a new WorkspaceQueryResultColumn 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 NewWorkspaceQueryResultColumnWithDefaults ¶ added in v0.0.2
func NewWorkspaceQueryResultColumnWithDefaults() *WorkspaceQueryResultColumn
NewWorkspaceQueryResultColumnWithDefaults instantiates a new WorkspaceQueryResultColumn 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 (*WorkspaceQueryResultColumn) GetDataType ¶ added in v0.1.0
func (o *WorkspaceQueryResultColumn) GetDataType() string
GetDataType returns the DataType field value
func (*WorkspaceQueryResultColumn) GetDataTypeOk ¶ added in v0.1.0
func (o *WorkspaceQueryResultColumn) GetDataTypeOk() (*string, bool)
GetDataTypeOk returns a tuple with the DataType field value and a boolean to check if the value has been set.
func (*WorkspaceQueryResultColumn) GetMaxDataLength ¶ added in v0.0.2
func (o *WorkspaceQueryResultColumn) GetMaxDataLength() int32
GetMaxDataLength returns the MaxDataLength field value if set, zero value otherwise.
func (*WorkspaceQueryResultColumn) GetMaxDataLengthOk ¶ added in v0.0.2
func (o *WorkspaceQueryResultColumn) GetMaxDataLengthOk() (*int32, bool)
GetMaxDataLengthOk returns a tuple with the MaxDataLength field value if set, nil otherwise and a boolean to check if the value has been set.
func (*WorkspaceQueryResultColumn) GetName ¶ added in v0.0.2
func (o *WorkspaceQueryResultColumn) GetName() string
GetName returns the Name field value
func (*WorkspaceQueryResultColumn) GetNameOk ¶ added in v0.0.2
func (o *WorkspaceQueryResultColumn) GetNameOk() (*string, bool)
GetNameOk returns a tuple with the Name field value and a boolean to check if the value has been set.
func (*WorkspaceQueryResultColumn) HasMaxDataLength ¶ added in v0.0.2
func (o *WorkspaceQueryResultColumn) HasMaxDataLength() bool
HasMaxDataLength returns a boolean if a field has been set.
func (WorkspaceQueryResultColumn) MarshalJSON ¶ added in v0.0.2
func (o WorkspaceQueryResultColumn) MarshalJSON() ([]byte, error)
func (*WorkspaceQueryResultColumn) SetDataType ¶ added in v0.1.0
func (o *WorkspaceQueryResultColumn) SetDataType(v string)
SetDataType sets field value
func (*WorkspaceQueryResultColumn) SetMaxDataLength ¶ added in v0.0.2
func (o *WorkspaceQueryResultColumn) SetMaxDataLength(v int32)
SetMaxDataLength gets a reference to the given int32 and assigns it to the MaxDataLength field.
func (*WorkspaceQueryResultColumn) SetName ¶ added in v0.0.2
func (o *WorkspaceQueryResultColumn) SetName(v string)
SetName sets field value
type WorkspaceSchema ¶ added in v0.0.2
type WorkspaceSchema struct { Duration int32 `json:"duration"` Schemas []SchemaInfo `json:"schemas"` }
WorkspaceSchema struct for WorkspaceSchema
func NewWorkspaceSchema ¶ added in v0.0.2
func NewWorkspaceSchema(duration int32, schemas []SchemaInfo) *WorkspaceSchema
NewWorkspaceSchema instantiates a new WorkspaceSchema 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 NewWorkspaceSchemaWithDefaults ¶ added in v0.0.2
func NewWorkspaceSchemaWithDefaults() *WorkspaceSchema
NewWorkspaceSchemaWithDefaults instantiates a new WorkspaceSchema 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 (*WorkspaceSchema) GetDuration ¶ added in v0.0.2
func (o *WorkspaceSchema) GetDuration() int32
GetDuration returns the Duration field value
func (*WorkspaceSchema) GetDurationOk ¶ added in v0.0.2
func (o *WorkspaceSchema) GetDurationOk() (*int32, bool)
GetDurationOk returns a tuple with the Duration field value and a boolean to check if the value has been set.
func (*WorkspaceSchema) GetSchemas ¶ added in v0.0.2
func (o *WorkspaceSchema) GetSchemas() []SchemaInfo
GetSchemas returns the Schemas field value
func (*WorkspaceSchema) GetSchemasOk ¶ added in v0.0.2
func (o *WorkspaceSchema) GetSchemasOk() (*[]SchemaInfo, bool)
GetSchemasOk returns a tuple with the Schemas field value and a boolean to check if the value has been set.
func (WorkspaceSchema) MarshalJSON ¶ added in v0.0.2
func (o WorkspaceSchema) MarshalJSON() ([]byte, error)
func (*WorkspaceSchema) SetDuration ¶ added in v0.0.2
func (o *WorkspaceSchema) SetDuration(v int32)
SetDuration sets field value
func (*WorkspaceSchema) SetSchemas ¶ added in v0.0.2
func (o *WorkspaceSchema) SetSchemas(v []SchemaInfo)
SetSchemas sets field value
type WorkspaceSnapshot ¶ added in v0.1.3
type WorkspaceSnapshot struct { // The time of creation in ISO 8601 UTC. CreatedAt string `json:"created_at"` CreatedBy *User `json:"created_by,omitempty"` // The ID of the user that created this. CreatedById string `json:"created_by_id"` // The mod-prefixed name of the dashboard this snapshot belongs to. DashboardName string `json:"dashboard_name"` // The title of the dashboard this snapshot belongs to. DashboardTitle string `json:"dashboard_title"` // The time when the snapshot will expire. ExpiresAt *string `json:"expires_at,omitempty"` // The unique identifier for the snapshot. Id string `json:"id"` // The unique identifier for the identity that the snapshot belongs to. IdentityId string `json:"identity_id"` Inputs interface{} `json:"inputs,omitempty"` // The schema version of the underlying snapshot. SchemaVersion string `json:"schema_version"` // The current state of the snapshot. State *string `json:"state,omitempty"` Tags interface{} `json:"tags,omitempty"` // The title of the snapshot. Title *string `json:"title,omitempty"` // The time of the last update in ISO 8601 UTC. UpdatedAt *string `json:"updated_at,omitempty"` UpdatedBy *User `json:"updated_by,omitempty"` // The ID of the user that performed the last update. UpdatedById string `json:"updated_by_id"` // The version ID of this item. Pass this version ID via an If-Match header when performing mutation operations on the item. VersionId int32 `json:"version_id"` // The visibility of the snapshot. Visibility *string `json:"visibility,omitempty"` // The unique identifier for the workspace that the snapshot belongs to. WorkspaceId string `json:"workspace_id"` }
WorkspaceSnapshot struct for WorkspaceSnapshot
func NewWorkspaceSnapshot ¶ added in v0.1.3
func NewWorkspaceSnapshot(createdAt string, createdById string, dashboardName string, dashboardTitle string, id string, identityId string, schemaVersion string, updatedById string, versionId int32, workspaceId string) *WorkspaceSnapshot
NewWorkspaceSnapshot instantiates a new WorkspaceSnapshot 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 NewWorkspaceSnapshotWithDefaults ¶ added in v0.1.3
func NewWorkspaceSnapshotWithDefaults() *WorkspaceSnapshot
NewWorkspaceSnapshotWithDefaults instantiates a new WorkspaceSnapshot 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 (*WorkspaceSnapshot) GetCreatedAt ¶ added in v0.1.3
func (o *WorkspaceSnapshot) GetCreatedAt() string
GetCreatedAt returns the CreatedAt field value
func (*WorkspaceSnapshot) GetCreatedAtOk ¶ added in v0.1.3
func (o *WorkspaceSnapshot) GetCreatedAtOk() (*string, bool)
GetCreatedAtOk returns a tuple with the CreatedAt field value and a boolean to check if the value has been set.
func (*WorkspaceSnapshot) GetCreatedBy ¶ added in v0.1.3
func (o *WorkspaceSnapshot) GetCreatedBy() User
GetCreatedBy returns the CreatedBy field value if set, zero value otherwise.
func (*WorkspaceSnapshot) GetCreatedById ¶ added in v0.1.3
func (o *WorkspaceSnapshot) GetCreatedById() string
GetCreatedById returns the CreatedById field value
func (*WorkspaceSnapshot) GetCreatedByIdOk ¶ added in v0.1.3
func (o *WorkspaceSnapshot) GetCreatedByIdOk() (*string, bool)
GetCreatedByIdOk returns a tuple with the CreatedById field value and a boolean to check if the value has been set.
func (*WorkspaceSnapshot) GetCreatedByOk ¶ added in v0.1.3
func (o *WorkspaceSnapshot) GetCreatedByOk() (*User, bool)
GetCreatedByOk returns a tuple with the CreatedBy field value if set, nil otherwise and a boolean to check if the value has been set.
func (*WorkspaceSnapshot) GetDashboardName ¶ added in v0.1.3
func (o *WorkspaceSnapshot) GetDashboardName() string
GetDashboardName returns the DashboardName field value
func (*WorkspaceSnapshot) GetDashboardNameOk ¶ added in v0.1.3
func (o *WorkspaceSnapshot) GetDashboardNameOk() (*string, bool)
GetDashboardNameOk returns a tuple with the DashboardName field value and a boolean to check if the value has been set.
func (*WorkspaceSnapshot) GetDashboardTitle ¶ added in v0.1.3
func (o *WorkspaceSnapshot) GetDashboardTitle() string
GetDashboardTitle returns the DashboardTitle field value
func (*WorkspaceSnapshot) GetDashboardTitleOk ¶ added in v0.1.3
func (o *WorkspaceSnapshot) GetDashboardTitleOk() (*string, bool)
GetDashboardTitleOk returns a tuple with the DashboardTitle field value and a boolean to check if the value has been set.
func (*WorkspaceSnapshot) GetExpiresAt ¶ added in v0.3.0
func (o *WorkspaceSnapshot) GetExpiresAt() string
GetExpiresAt returns the ExpiresAt field value if set, zero value otherwise.
func (*WorkspaceSnapshot) GetExpiresAtOk ¶ added in v0.3.0
func (o *WorkspaceSnapshot) GetExpiresAtOk() (*string, bool)
GetExpiresAtOk returns a tuple with the ExpiresAt field value if set, nil otherwise and a boolean to check if the value has been set.
func (*WorkspaceSnapshot) GetId ¶ added in v0.1.3
func (o *WorkspaceSnapshot) GetId() string
GetId returns the Id field value
func (*WorkspaceSnapshot) GetIdOk ¶ added in v0.1.3
func (o *WorkspaceSnapshot) GetIdOk() (*string, bool)
GetIdOk returns a tuple with the Id field value and a boolean to check if the value has been set.
func (*WorkspaceSnapshot) GetIdentityId ¶ added in v0.1.3
func (o *WorkspaceSnapshot) GetIdentityId() string
GetIdentityId returns the IdentityId field value
func (*WorkspaceSnapshot) GetIdentityIdOk ¶ added in v0.1.3
func (o *WorkspaceSnapshot) GetIdentityIdOk() (*string, bool)
GetIdentityIdOk returns a tuple with the IdentityId field value and a boolean to check if the value has been set.
func (*WorkspaceSnapshot) GetInputs ¶ added in v0.1.3
func (o *WorkspaceSnapshot) GetInputs() interface{}
GetInputs returns the Inputs field value if set, zero value otherwise (both if not set or set to explicit null).
func (*WorkspaceSnapshot) GetInputsOk ¶ added in v0.1.3
func (o *WorkspaceSnapshot) GetInputsOk() (*interface{}, bool)
GetInputsOk returns a tuple with the Inputs field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*WorkspaceSnapshot) GetSchemaVersion ¶ added in v0.1.3
func (o *WorkspaceSnapshot) GetSchemaVersion() string
GetSchemaVersion returns the SchemaVersion field value
func (*WorkspaceSnapshot) GetSchemaVersionOk ¶ added in v0.1.3
func (o *WorkspaceSnapshot) GetSchemaVersionOk() (*string, bool)
GetSchemaVersionOk returns a tuple with the SchemaVersion field value and a boolean to check if the value has been set.
func (*WorkspaceSnapshot) GetState ¶ added in v0.1.3
func (o *WorkspaceSnapshot) GetState() string
GetState returns the State field value if set, zero value otherwise.
func (*WorkspaceSnapshot) GetStateOk ¶ added in v0.1.3
func (o *WorkspaceSnapshot) GetStateOk() (*string, bool)
GetStateOk returns a tuple with the State field value if set, nil otherwise and a boolean to check if the value has been set.
func (*WorkspaceSnapshot) GetTags ¶ added in v0.1.3
func (o *WorkspaceSnapshot) GetTags() interface{}
GetTags returns the Tags field value if set, zero value otherwise (both if not set or set to explicit null).
func (*WorkspaceSnapshot) GetTagsOk ¶ added in v0.1.3
func (o *WorkspaceSnapshot) GetTagsOk() (*interface{}, bool)
GetTagsOk returns a tuple with the Tags field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*WorkspaceSnapshot) GetTitle ¶ added in v0.2.0
func (o *WorkspaceSnapshot) GetTitle() string
GetTitle returns the Title field value if set, zero value otherwise.
func (*WorkspaceSnapshot) GetTitleOk ¶ added in v0.2.0
func (o *WorkspaceSnapshot) GetTitleOk() (*string, bool)
GetTitleOk returns a tuple with the Title field value if set, nil otherwise and a boolean to check if the value has been set.
func (*WorkspaceSnapshot) GetUpdatedAt ¶ added in v0.1.3
func (o *WorkspaceSnapshot) GetUpdatedAt() string
GetUpdatedAt returns the UpdatedAt field value if set, zero value otherwise.
func (*WorkspaceSnapshot) GetUpdatedAtOk ¶ added in v0.1.3
func (o *WorkspaceSnapshot) 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 (*WorkspaceSnapshot) GetUpdatedBy ¶ added in v0.1.3
func (o *WorkspaceSnapshot) GetUpdatedBy() User
GetUpdatedBy returns the UpdatedBy field value if set, zero value otherwise.
func (*WorkspaceSnapshot) GetUpdatedById ¶ added in v0.1.3
func (o *WorkspaceSnapshot) GetUpdatedById() string
GetUpdatedById returns the UpdatedById field value
func (*WorkspaceSnapshot) GetUpdatedByIdOk ¶ added in v0.1.3
func (o *WorkspaceSnapshot) GetUpdatedByIdOk() (*string, bool)
GetUpdatedByIdOk returns a tuple with the UpdatedById field value and a boolean to check if the value has been set.
func (*WorkspaceSnapshot) GetUpdatedByOk ¶ added in v0.1.3
func (o *WorkspaceSnapshot) GetUpdatedByOk() (*User, bool)
GetUpdatedByOk returns a tuple with the UpdatedBy field value if set, nil otherwise and a boolean to check if the value has been set.
func (*WorkspaceSnapshot) GetVersionId ¶ added in v0.1.3
func (o *WorkspaceSnapshot) GetVersionId() int32
GetVersionId returns the VersionId field value
func (*WorkspaceSnapshot) GetVersionIdOk ¶ added in v0.1.3
func (o *WorkspaceSnapshot) GetVersionIdOk() (*int32, bool)
GetVersionIdOk returns a tuple with the VersionId field value and a boolean to check if the value has been set.
func (*WorkspaceSnapshot) GetVisibility ¶ added in v0.1.3
func (o *WorkspaceSnapshot) GetVisibility() string
GetVisibility returns the Visibility field value if set, zero value otherwise.
func (*WorkspaceSnapshot) GetVisibilityOk ¶ added in v0.1.3
func (o *WorkspaceSnapshot) GetVisibilityOk() (*string, bool)
GetVisibilityOk returns a tuple with the Visibility field value if set, nil otherwise and a boolean to check if the value has been set.
func (*WorkspaceSnapshot) GetWorkspaceId ¶ added in v0.1.3
func (o *WorkspaceSnapshot) GetWorkspaceId() string
GetWorkspaceId returns the WorkspaceId field value
func (*WorkspaceSnapshot) GetWorkspaceIdOk ¶ added in v0.1.3
func (o *WorkspaceSnapshot) GetWorkspaceIdOk() (*string, bool)
GetWorkspaceIdOk returns a tuple with the WorkspaceId field value and a boolean to check if the value has been set.
func (*WorkspaceSnapshot) HasCreatedBy ¶ added in v0.1.3
func (o *WorkspaceSnapshot) HasCreatedBy() bool
HasCreatedBy returns a boolean if a field has been set.
func (*WorkspaceSnapshot) HasExpiresAt ¶ added in v0.3.0
func (o *WorkspaceSnapshot) HasExpiresAt() bool
HasExpiresAt returns a boolean if a field has been set.
func (*WorkspaceSnapshot) HasInputs ¶ added in v0.1.3
func (o *WorkspaceSnapshot) HasInputs() bool
HasInputs returns a boolean if a field has been set.
func (*WorkspaceSnapshot) HasState ¶ added in v0.1.3
func (o *WorkspaceSnapshot) HasState() bool
HasState returns a boolean if a field has been set.
func (*WorkspaceSnapshot) HasTags ¶ added in v0.1.3
func (o *WorkspaceSnapshot) HasTags() bool
HasTags returns a boolean if a field has been set.
func (*WorkspaceSnapshot) HasTitle ¶ added in v0.2.0
func (o *WorkspaceSnapshot) HasTitle() bool
HasTitle returns a boolean if a field has been set.
func (*WorkspaceSnapshot) HasUpdatedAt ¶ added in v0.1.3
func (o *WorkspaceSnapshot) HasUpdatedAt() bool
HasUpdatedAt returns a boolean if a field has been set.
func (*WorkspaceSnapshot) HasUpdatedBy ¶ added in v0.1.3
func (o *WorkspaceSnapshot) HasUpdatedBy() bool
HasUpdatedBy returns a boolean if a field has been set.
func (*WorkspaceSnapshot) HasVisibility ¶ added in v0.1.3
func (o *WorkspaceSnapshot) HasVisibility() bool
HasVisibility returns a boolean if a field has been set.
func (WorkspaceSnapshot) MarshalJSON ¶ added in v0.1.3
func (o WorkspaceSnapshot) MarshalJSON() ([]byte, error)
func (*WorkspaceSnapshot) SetCreatedAt ¶ added in v0.1.3
func (o *WorkspaceSnapshot) SetCreatedAt(v string)
SetCreatedAt sets field value
func (*WorkspaceSnapshot) SetCreatedBy ¶ added in v0.1.3
func (o *WorkspaceSnapshot) SetCreatedBy(v User)
SetCreatedBy gets a reference to the given User and assigns it to the CreatedBy field.
func (*WorkspaceSnapshot) SetCreatedById ¶ added in v0.1.3
func (o *WorkspaceSnapshot) SetCreatedById(v string)
SetCreatedById sets field value
func (*WorkspaceSnapshot) SetDashboardName ¶ added in v0.1.3
func (o *WorkspaceSnapshot) SetDashboardName(v string)
SetDashboardName sets field value
func (*WorkspaceSnapshot) SetDashboardTitle ¶ added in v0.1.3
func (o *WorkspaceSnapshot) SetDashboardTitle(v string)
SetDashboardTitle sets field value
func (*WorkspaceSnapshot) SetExpiresAt ¶ added in v0.3.0
func (o *WorkspaceSnapshot) SetExpiresAt(v string)
SetExpiresAt gets a reference to the given string and assigns it to the ExpiresAt field.
func (*WorkspaceSnapshot) SetId ¶ added in v0.1.3
func (o *WorkspaceSnapshot) SetId(v string)
SetId sets field value
func (*WorkspaceSnapshot) SetIdentityId ¶ added in v0.1.3
func (o *WorkspaceSnapshot) SetIdentityId(v string)
SetIdentityId sets field value
func (*WorkspaceSnapshot) SetInputs ¶ added in v0.1.3
func (o *WorkspaceSnapshot) SetInputs(v interface{})
SetInputs gets a reference to the given interface{} and assigns it to the Inputs field.
func (*WorkspaceSnapshot) SetSchemaVersion ¶ added in v0.1.3
func (o *WorkspaceSnapshot) SetSchemaVersion(v string)
SetSchemaVersion sets field value
func (*WorkspaceSnapshot) SetState ¶ added in v0.1.3
func (o *WorkspaceSnapshot) SetState(v string)
SetState gets a reference to the given string and assigns it to the State field.
func (*WorkspaceSnapshot) SetTags ¶ added in v0.1.3
func (o *WorkspaceSnapshot) SetTags(v interface{})
SetTags gets a reference to the given interface{} and assigns it to the Tags field.
func (*WorkspaceSnapshot) SetTitle ¶ added in v0.2.0
func (o *WorkspaceSnapshot) SetTitle(v string)
SetTitle gets a reference to the given string and assigns it to the Title field.
func (*WorkspaceSnapshot) SetUpdatedAt ¶ added in v0.1.3
func (o *WorkspaceSnapshot) SetUpdatedAt(v string)
SetUpdatedAt gets a reference to the given string and assigns it to the UpdatedAt field.
func (*WorkspaceSnapshot) SetUpdatedBy ¶ added in v0.1.3
func (o *WorkspaceSnapshot) SetUpdatedBy(v User)
SetUpdatedBy gets a reference to the given User and assigns it to the UpdatedBy field.
func (*WorkspaceSnapshot) SetUpdatedById ¶ added in v0.1.3
func (o *WorkspaceSnapshot) SetUpdatedById(v string)
SetUpdatedById sets field value
func (*WorkspaceSnapshot) SetVersionId ¶ added in v0.1.3
func (o *WorkspaceSnapshot) SetVersionId(v int32)
SetVersionId sets field value
func (*WorkspaceSnapshot) SetVisibility ¶ added in v0.1.3
func (o *WorkspaceSnapshot) SetVisibility(v string)
SetVisibility gets a reference to the given string and assigns it to the Visibility field.
func (*WorkspaceSnapshot) SetWorkspaceId ¶ added in v0.1.3
func (o *WorkspaceSnapshot) SetWorkspaceId(v string)
SetWorkspaceId sets field value
type WorkspaceSnapshotData ¶ added in v0.1.3
type WorkspaceSnapshotData struct { // The time the dashboard execution ended. EndTime string `json:"end_time"` Inputs *map[string]interface{} `json:"inputs,omitempty"` Layout WorkspaceSnapshotDataLayout `json:"layout"` Panels map[string]interface{} `json:"panels"` // The schema version of this snapshot. SchemaVersion string `json:"schema_version"` // The time the dashboard execution started. StartTime string `json:"start_time"` Variables *map[string]interface{} `json:"variables,omitempty"` }
WorkspaceSnapshotData struct for WorkspaceSnapshotData
func NewWorkspaceSnapshotData ¶ added in v0.1.3
func NewWorkspaceSnapshotData(endTime string, layout WorkspaceSnapshotDataLayout, panels map[string]interface{}, schemaVersion string, startTime string) *WorkspaceSnapshotData
NewWorkspaceSnapshotData instantiates a new WorkspaceSnapshotData 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 NewWorkspaceSnapshotDataWithDefaults ¶ added in v0.1.3
func NewWorkspaceSnapshotDataWithDefaults() *WorkspaceSnapshotData
NewWorkspaceSnapshotDataWithDefaults instantiates a new WorkspaceSnapshotData 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 (*WorkspaceSnapshotData) GetEndTime ¶ added in v0.1.3
func (o *WorkspaceSnapshotData) GetEndTime() string
GetEndTime returns the EndTime field value
func (*WorkspaceSnapshotData) GetEndTimeOk ¶ added in v0.1.3
func (o *WorkspaceSnapshotData) GetEndTimeOk() (*string, bool)
GetEndTimeOk returns a tuple with the EndTime field value and a boolean to check if the value has been set.
func (*WorkspaceSnapshotData) GetInputs ¶ added in v0.1.3
func (o *WorkspaceSnapshotData) GetInputs() map[string]interface{}
GetInputs returns the Inputs field value if set, zero value otherwise.
func (*WorkspaceSnapshotData) GetInputsOk ¶ added in v0.1.3
func (o *WorkspaceSnapshotData) GetInputsOk() (*map[string]interface{}, bool)
GetInputsOk returns a tuple with the Inputs field value if set, nil otherwise and a boolean to check if the value has been set.
func (*WorkspaceSnapshotData) GetLayout ¶ added in v0.1.3
func (o *WorkspaceSnapshotData) GetLayout() WorkspaceSnapshotDataLayout
GetLayout returns the Layout field value
func (*WorkspaceSnapshotData) GetLayoutOk ¶ added in v0.1.3
func (o *WorkspaceSnapshotData) GetLayoutOk() (*WorkspaceSnapshotDataLayout, bool)
GetLayoutOk returns a tuple with the Layout field value and a boolean to check if the value has been set.
func (*WorkspaceSnapshotData) GetPanels ¶ added in v0.1.3
func (o *WorkspaceSnapshotData) GetPanels() map[string]interface{}
GetPanels returns the Panels field value
func (*WorkspaceSnapshotData) GetPanelsOk ¶ added in v0.1.3
func (o *WorkspaceSnapshotData) GetPanelsOk() (*map[string]interface{}, bool)
GetPanelsOk returns a tuple with the Panels field value and a boolean to check if the value has been set.
func (*WorkspaceSnapshotData) GetSchemaVersion ¶ added in v0.1.3
func (o *WorkspaceSnapshotData) GetSchemaVersion() string
GetSchemaVersion returns the SchemaVersion field value
func (*WorkspaceSnapshotData) GetSchemaVersionOk ¶ added in v0.1.3
func (o *WorkspaceSnapshotData) GetSchemaVersionOk() (*string, bool)
GetSchemaVersionOk returns a tuple with the SchemaVersion field value and a boolean to check if the value has been set.
func (*WorkspaceSnapshotData) GetStartTime ¶ added in v0.1.3
func (o *WorkspaceSnapshotData) GetStartTime() string
GetStartTime returns the StartTime field value
func (*WorkspaceSnapshotData) GetStartTimeOk ¶ added in v0.1.3
func (o *WorkspaceSnapshotData) GetStartTimeOk() (*string, bool)
GetStartTimeOk returns a tuple with the StartTime field value and a boolean to check if the value has been set.
func (*WorkspaceSnapshotData) GetVariables ¶ added in v0.1.3
func (o *WorkspaceSnapshotData) GetVariables() map[string]interface{}
GetVariables returns the Variables field value if set, zero value otherwise.
func (*WorkspaceSnapshotData) GetVariablesOk ¶ added in v0.1.3
func (o *WorkspaceSnapshotData) GetVariablesOk() (*map[string]interface{}, bool)
GetVariablesOk returns a tuple with the Variables field value if set, nil otherwise and a boolean to check if the value has been set.
func (*WorkspaceSnapshotData) HasInputs ¶ added in v0.1.3
func (o *WorkspaceSnapshotData) HasInputs() bool
HasInputs returns a boolean if a field has been set.
func (*WorkspaceSnapshotData) HasVariables ¶ added in v0.1.3
func (o *WorkspaceSnapshotData) HasVariables() bool
HasVariables returns a boolean if a field has been set.
func (WorkspaceSnapshotData) MarshalJSON ¶ added in v0.1.3
func (o WorkspaceSnapshotData) MarshalJSON() ([]byte, error)
func (*WorkspaceSnapshotData) SetEndTime ¶ added in v0.1.3
func (o *WorkspaceSnapshotData) SetEndTime(v string)
SetEndTime sets field value
func (*WorkspaceSnapshotData) SetInputs ¶ added in v0.1.3
func (o *WorkspaceSnapshotData) SetInputs(v map[string]interface{})
SetInputs gets a reference to the given map[string]interface{} and assigns it to the Inputs field.
func (*WorkspaceSnapshotData) SetLayout ¶ added in v0.1.3
func (o *WorkspaceSnapshotData) SetLayout(v WorkspaceSnapshotDataLayout)
SetLayout sets field value
func (*WorkspaceSnapshotData) SetPanels ¶ added in v0.1.3
func (o *WorkspaceSnapshotData) SetPanels(v map[string]interface{})
SetPanels sets field value
func (*WorkspaceSnapshotData) SetSchemaVersion ¶ added in v0.1.3
func (o *WorkspaceSnapshotData) SetSchemaVersion(v string)
SetSchemaVersion sets field value
func (*WorkspaceSnapshotData) SetStartTime ¶ added in v0.1.3
func (o *WorkspaceSnapshotData) SetStartTime(v string)
SetStartTime sets field value
func (*WorkspaceSnapshotData) SetVariables ¶ added in v0.1.3
func (o *WorkspaceSnapshotData) SetVariables(v map[string]interface{})
SetVariables gets a reference to the given map[string]interface{} and assigns it to the Variables field.
type WorkspaceSnapshotDataLayout ¶ added in v0.5.0
type WorkspaceSnapshotDataLayout struct { Children *[]WorkspaceSnapshotDataLayout `json:"children,omitempty"` Name string `json:"name"` PanelType string `json:"panel_type"` }
WorkspaceSnapshotDataLayout struct for WorkspaceSnapshotDataLayout
func NewWorkspaceSnapshotDataLayout ¶ added in v0.5.0
func NewWorkspaceSnapshotDataLayout(name string, panelType string) *WorkspaceSnapshotDataLayout
NewWorkspaceSnapshotDataLayout instantiates a new WorkspaceSnapshotDataLayout 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 NewWorkspaceSnapshotDataLayoutWithDefaults ¶ added in v0.5.0
func NewWorkspaceSnapshotDataLayoutWithDefaults() *WorkspaceSnapshotDataLayout
NewWorkspaceSnapshotDataLayoutWithDefaults instantiates a new WorkspaceSnapshotDataLayout 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 (*WorkspaceSnapshotDataLayout) GetChildren ¶ added in v0.5.0
func (o *WorkspaceSnapshotDataLayout) GetChildren() []WorkspaceSnapshotDataLayout
GetChildren returns the Children field value if set, zero value otherwise.
func (*WorkspaceSnapshotDataLayout) GetChildrenOk ¶ added in v0.5.0
func (o *WorkspaceSnapshotDataLayout) GetChildrenOk() (*[]WorkspaceSnapshotDataLayout, bool)
GetChildrenOk returns a tuple with the Children field value if set, nil otherwise and a boolean to check if the value has been set.
func (*WorkspaceSnapshotDataLayout) GetName ¶ added in v0.5.0
func (o *WorkspaceSnapshotDataLayout) GetName() string
GetName returns the Name field value
func (*WorkspaceSnapshotDataLayout) GetNameOk ¶ added in v0.5.0
func (o *WorkspaceSnapshotDataLayout) GetNameOk() (*string, bool)
GetNameOk returns a tuple with the Name field value and a boolean to check if the value has been set.
func (*WorkspaceSnapshotDataLayout) GetPanelType ¶ added in v0.5.0
func (o *WorkspaceSnapshotDataLayout) GetPanelType() string
GetPanelType returns the PanelType field value
func (*WorkspaceSnapshotDataLayout) GetPanelTypeOk ¶ added in v0.5.0
func (o *WorkspaceSnapshotDataLayout) GetPanelTypeOk() (*string, bool)
GetPanelTypeOk returns a tuple with the PanelType field value and a boolean to check if the value has been set.
func (*WorkspaceSnapshotDataLayout) HasChildren ¶ added in v0.5.0
func (o *WorkspaceSnapshotDataLayout) HasChildren() bool
HasChildren returns a boolean if a field has been set.
func (WorkspaceSnapshotDataLayout) MarshalJSON ¶ added in v0.5.0
func (o WorkspaceSnapshotDataLayout) MarshalJSON() ([]byte, error)
func (*WorkspaceSnapshotDataLayout) SetChildren ¶ added in v0.5.0
func (o *WorkspaceSnapshotDataLayout) SetChildren(v []WorkspaceSnapshotDataLayout)
SetChildren gets a reference to the given []WorkspaceSnapshotDataLayout and assigns it to the Children field.
func (*WorkspaceSnapshotDataLayout) SetName ¶ added in v0.5.0
func (o *WorkspaceSnapshotDataLayout) SetName(v string)
SetName sets field value
func (*WorkspaceSnapshotDataLayout) SetPanelType ¶ added in v0.5.0
func (o *WorkspaceSnapshotDataLayout) SetPanelType(v string)
SetPanelType sets field value
Source Files
¶
- api_actors.go
- api_auth.go
- api_identities.go
- api_org_connections.go
- api_org_members.go
- api_org_processes.go
- api_org_workspace_aggregators.go
- api_org_workspace_connection_associations.go
- api_org_workspace_members.go
- api_org_workspace_mod_variables.go
- api_org_workspace_mods.go
- api_org_workspace_pipelines.go
- api_org_workspace_processes.go
- api_org_workspace_snapshots.go
- api_org_workspaces.go
- api_orgs.go
- api_user_connections.go
- api_user_processes.go
- api_user_tokens.go
- api_user_workspace_aggregators.go
- api_user_workspace_connection_associations.go
- api_user_workspace_mod_variables.go
- api_user_workspace_mods.go
- api_user_workspace_pipelines.go
- api_user_workspace_processes.go
- api_user_workspace_snapshots.go
- api_user_workspaces.go
- api_users.go
- client.go
- configuration.go
- model_actor_org.go
- model_actor_org_workspace.go
- model_actor_workspace.go
- model_audit_record.go
- model_billing_info.go
- model_connection.go
- model_connection_test_result.go
- model_create_connection_request.go
- model_create_org_avatar_response.go
- model_create_org_request.go
- model_create_org_workspace_user_request.go
- model_create_pipeline_request.go
- model_create_user_avatar_response.go
- model_create_user_password_request.go
- model_create_user_request.go
- model_create_workspace_aggregator_request.go
- model_create_workspace_conn_request.go
- model_create_workspace_mod_request.go
- model_create_workspace_mod_variable_setting_request.go
- model_create_workspace_request.go
- model_create_workspace_snapshot_request.go
- model_delete_org_avatar_response.go
- model_delete_user_avatar_response.go
- model_error_detail_model.go
- model_error_model.go
- model_feature.go
- model_identity.go
- model_identity_search.go
- model_invite_org_user_request.go
- model_invite_org_workspace_user_request.go
- model_json_time.go
- model_list_actor_orgs_response.go
- model_list_actor_workspaces_response.go
- model_list_audit_logs_response.go
- model_list_connections_response.go
- model_list_features_response.go
- model_list_identities_response.go
- model_list_logs_response.go
- model_list_org_users_response.go
- model_list_org_workspace_users_response.go
- model_list_orgs_response.go
- model_list_pipelines_response.go
- model_list_processes_response.go
- model_list_tokens_response.go
- model_list_user_emails_response.go
- model_list_user_orgs_response.go
- model_list_users_response.go
- model_list_workspace_aggregators_response.go
- model_list_workspace_conn_response.go
- model_list_workspace_connection_associations_response.go
- model_list_workspace_connections_response.go
- model_list_workspace_mod_variables_response.go
- model_list_workspace_mods_response.go
- model_list_workspace_snapshots_response.go
- model_list_workspaces_response.go
- model_log_record.go
- model_org.go
- model_org_quota.go
- model_org_user.go
- model_org_workspace_user.go
- model_pipeline.go
- model_pipeline_command_request.go
- model_pipeline_command_response.go
- model_pipeline_frequency.go
- model_quota.go
- model_schema_info.go
- model_schema_table.go
- model_schema_table_column.go
- model_search_identities_response.go
- model_search_users_response.go
- model_sp_process.go
- model_temporary_token_request.go
- model_test_connection_request.go
- model_token.go
- model_update_connection_request.go
- model_update_org_request.go
- model_update_org_user_request.go
- model_update_org_workspace_user_request.go
- model_update_pipeline_request.go
- model_update_temporary_token_request.go
- model_update_token_request.go
- model_update_user_preferences_request.go
- model_update_user_request.go
- model_update_workspace_aggregator_request.go
- model_update_workspace_mod_request.go
- model_update_workspace_mod_variable_setting_request.go
- model_update_workspace_request.go
- model_update_workspace_snapshot_request.go
- model_user.go
- model_user_database_password.go
- model_user_email.go
- model_user_login_request.go
- model_user_org.go
- model_user_preferences.go
- model_user_quota.go
- model_user_search.go
- model_user_signup_request.go
- model_workspace.go
- model_workspace_aggregator.go
- model_workspace_command_request.go
- model_workspace_command_response.go
- model_workspace_conn.go
- model_workspace_connection.go
- model_workspace_connection_association.go
- model_workspace_mod.go
- model_workspace_mod_variable.go
- model_workspace_query_result.go
- model_workspace_query_result_column.go
- model_workspace_schema.go
- model_workspace_snapshot.go
- model_workspace_snapshot_data.go
- model_workspace_snapshot_data_layout.go
- response.go
- utils.go