Documentation
¶
Index ¶
- Variables
- func CacheExpires(r *http.Response) time.Time
- func IsNil(i interface{}) bool
- func PtrBool(v bool) *bool
- func PtrFloat32(v float32) *float32
- func PtrFloat64(v float64) *float64
- func PtrInt(v int) *int
- func PtrInt32(v int32) *int32
- func PtrInt64(v int64) *int64
- func PtrString(v string) *string
- func PtrTime(v time.Time) *time.Time
- type APIClient
- type APIKey
- type APIResponse
- type AWSCodeCommit
- func (o *AWSCodeCommit) GetConfig() AWSCodeCommitConfig
- func (o *AWSCodeCommit) GetConfigOk() (*AWSCodeCommitConfig, bool)
- func (o *AWSCodeCommit) GetDefaultBranch() string
- func (o *AWSCodeCommit) GetDefaultBranchOk() (*string, bool)
- func (o *AWSCodeCommit) GetOrg() string
- func (o *AWSCodeCommit) GetOrgOk() (*string, bool)
- func (o *AWSCodeCommit) GetProvider() string
- func (o *AWSCodeCommit) GetProviderOk() (*string, bool)
- func (o *AWSCodeCommit) GetRepo() string
- func (o *AWSCodeCommit) GetRepoOk() (*string, bool)
- func (o *AWSCodeCommit) GetRepoVersion() string
- func (o *AWSCodeCommit) GetRepoVersionOk() (*string, bool)
- func (o *AWSCodeCommit) HasRepoVersion() bool
- func (o AWSCodeCommit) MarshalJSON() ([]byte, error)
- func (o *AWSCodeCommit) SetConfig(v AWSCodeCommitConfig)
- func (o *AWSCodeCommit) SetDefaultBranch(v string)
- func (o *AWSCodeCommit) SetOrg(v string)
- func (o *AWSCodeCommit) SetProvider(v string)
- func (o *AWSCodeCommit) SetRepo(v string)
- func (o *AWSCodeCommit) SetRepoVersion(v string)
- func (o AWSCodeCommit) ToMap() (map[string]interface{}, error)
- func (o *AWSCodeCommit) UnmarshalJSON(data []byte) (err error)
- type AWSCodeCommitConfig
- func (o *AWSCodeCommitConfig) GetAccessKeyId() string
- func (o *AWSCodeCommitConfig) GetAccessKeyIdOk() (*string, bool)
- func (o *AWSCodeCommitConfig) GetHttpsPassword() string
- func (o *AWSCodeCommitConfig) GetHttpsPasswordOk() (*string, bool)
- func (o *AWSCodeCommitConfig) GetHttpsUsername() string
- func (o *AWSCodeCommitConfig) GetHttpsUsernameOk() (*string, bool)
- func (o *AWSCodeCommitConfig) GetRegion() string
- func (o *AWSCodeCommitConfig) GetRegionOk() (*string, bool)
- func (o *AWSCodeCommitConfig) GetSecretAccessKey() string
- func (o *AWSCodeCommitConfig) GetSecretAccessKeyOk() (*string, bool)
- func (o *AWSCodeCommitConfig) GetUrl() string
- func (o *AWSCodeCommitConfig) GetUrlOk() (*string, bool)
- func (o AWSCodeCommitConfig) MarshalJSON() ([]byte, error)
- func (o *AWSCodeCommitConfig) SetAccessKeyId(v string)
- func (o *AWSCodeCommitConfig) SetHttpsPassword(v string)
- func (o *AWSCodeCommitConfig) SetHttpsUsername(v string)
- func (o *AWSCodeCommitConfig) SetRegion(v string)
- func (o *AWSCodeCommitConfig) SetSecretAccessKey(v string)
- func (o *AWSCodeCommitConfig) SetUrl(v string)
- func (o AWSCodeCommitConfig) ToMap() (map[string]interface{}, error)
- func (o *AWSCodeCommitConfig) UnmarshalJSON(data []byte) (err error)
- type AccessRequest
- func (o *AccessRequest) GetCreatedAt() time.Time
- func (o *AccessRequest) GetCreatedAtOk() (*time.Time, bool)
- func (o *AccessRequest) GetId() float32
- func (o *AccessRequest) GetIdOk() (*float32, bool)
- func (o *AccessRequest) GetLegacyId() float32
- func (o *AccessRequest) GetLegacyIdOk() (*float32, bool)
- func (o *AccessRequest) GetRequestingEmail() string
- func (o *AccessRequest) GetRequestingEmailOk() (*string, bool)
- func (o *AccessRequest) GetStatus() string
- func (o *AccessRequest) GetStatusOk() (*string, bool)
- func (o *AccessRequest) GetUpdatedAt() time.Time
- func (o *AccessRequest) GetUpdatedAtOk() (*time.Time, bool)
- func (o *AccessRequest) GetUpdatedById() string
- func (o *AccessRequest) GetUpdatedByIdOk() (*string, bool)
- func (o AccessRequest) MarshalJSON() ([]byte, error)
- func (o *AccessRequest) SetCreatedAt(v time.Time)
- func (o *AccessRequest) SetId(v float32)
- func (o *AccessRequest) SetLegacyId(v float32)
- func (o *AccessRequest) SetRequestingEmail(v string)
- func (o *AccessRequest) SetStatus(v string)
- func (o *AccessRequest) SetUpdatedAt(v time.Time)
- func (o *AccessRequest) SetUpdatedById(v string)
- func (o AccessRequest) ToMap() (map[string]interface{}, error)
- func (o *AccessRequest) UnmarshalJSON(data []byte) (err error)
- type AccessRequestAPIService
- func (a *AccessRequestAPIService) AccessRequestsAccessRequestIdGet(ctx context.Context, accessRequestId string) ApiAccessRequestsAccessRequestIdGetRequest
- func (a *AccessRequestAPIService) AccessRequestsAccessRequestIdGetExecute(r ApiAccessRequestsAccessRequestIdGetRequest) (*AccessRequestsAccessRequestIdGet200Response, *http.Response, error)
- func (a *AccessRequestAPIService) AccessRequestsAccessRequestIdPatch(ctx context.Context, accessRequestId string) ApiAccessRequestsAccessRequestIdPatchRequest
- func (a *AccessRequestAPIService) AccessRequestsAccessRequestIdPatchExecute(r ApiAccessRequestsAccessRequestIdPatchRequest) (*AccessRequestsAccessRequestIdPatch200Response, *http.Response, error)
- func (a *AccessRequestAPIService) AccessRequestsGet(ctx context.Context) ApiAccessRequestsGetRequest
- func (a *AccessRequestAPIService) AccessRequestsGetExecute(r ApiAccessRequestsGetRequest) (*AccessRequestsGet200Response, *http.Response, error)
- type AccessRequestsAccessRequestIdGet200Response
- func (o *AccessRequestsAccessRequestIdGet200Response) GetData() AccessRequestsGet200ResponseDataInner
- func (o *AccessRequestsAccessRequestIdGet200Response) GetDataOk() (*AccessRequestsGet200ResponseDataInner, bool)
- func (o *AccessRequestsAccessRequestIdGet200Response) GetSuccess() bool
- func (o *AccessRequestsAccessRequestIdGet200Response) GetSuccessOk() (*bool, bool)
- func (o AccessRequestsAccessRequestIdGet200Response) MarshalJSON() ([]byte, error)
- func (o *AccessRequestsAccessRequestIdGet200Response) SetData(v AccessRequestsGet200ResponseDataInner)
- func (o *AccessRequestsAccessRequestIdGet200Response) SetSuccess(v bool)
- func (o AccessRequestsAccessRequestIdGet200Response) ToMap() (map[string]interface{}, error)
- func (o *AccessRequestsAccessRequestIdGet200Response) UnmarshalJSON(data []byte) (err error)
- type AccessRequestsAccessRequestIdPatch200Response
- func (o *AccessRequestsAccessRequestIdPatch200Response) GetData() AccessRequestsGet200ResponseDataInner
- func (o *AccessRequestsAccessRequestIdPatch200Response) GetDataOk() (*AccessRequestsGet200ResponseDataInner, bool)
- func (o *AccessRequestsAccessRequestIdPatch200Response) GetSuccess() bool
- func (o *AccessRequestsAccessRequestIdPatch200Response) GetSuccessOk() (*bool, bool)
- func (o AccessRequestsAccessRequestIdPatch200Response) MarshalJSON() ([]byte, error)
- func (o *AccessRequestsAccessRequestIdPatch200Response) SetData(v AccessRequestsGet200ResponseDataInner)
- func (o *AccessRequestsAccessRequestIdPatch200Response) SetSuccess(v bool)
- func (o AccessRequestsAccessRequestIdPatch200Response) ToMap() (map[string]interface{}, error)
- func (o *AccessRequestsAccessRequestIdPatch200Response) UnmarshalJSON(data []byte) (err error)
- type AccessRequestsAccessRequestIdPatchRequest
- func (o *AccessRequestsAccessRequestIdPatchRequest) GetOperations() []ReplaceOperation
- func (o *AccessRequestsAccessRequestIdPatchRequest) GetOperationsOk() ([]ReplaceOperation, bool)
- func (o AccessRequestsAccessRequestIdPatchRequest) MarshalJSON() ([]byte, error)
- func (o *AccessRequestsAccessRequestIdPatchRequest) SetOperations(v []ReplaceOperation)
- func (o AccessRequestsAccessRequestIdPatchRequest) ToMap() (map[string]interface{}, error)
- func (o *AccessRequestsAccessRequestIdPatchRequest) UnmarshalJSON(data []byte) (err error)
- type AccessRequestsGet200Response
- func (o *AccessRequestsGet200Response) GetData() []AccessRequestsGet200ResponseDataInner
- func (o *AccessRequestsGet200Response) GetDataOk() ([]AccessRequestsGet200ResponseDataInner, bool)
- func (o *AccessRequestsGet200Response) GetHasMore() bool
- func (o *AccessRequestsGet200Response) GetHasMoreOk() (*bool, bool)
- func (o *AccessRequestsGet200Response) GetNextToken() string
- func (o *AccessRequestsGet200Response) GetNextTokenOk() (*string, bool)
- func (o *AccessRequestsGet200Response) GetSuccess() bool
- func (o *AccessRequestsGet200Response) GetSuccessOk() (*bool, bool)
- func (o *AccessRequestsGet200Response) GetTotalCount() float32
- func (o *AccessRequestsGet200Response) GetTotalCountOk() (*float32, bool)
- func (o AccessRequestsGet200Response) MarshalJSON() ([]byte, error)
- func (o *AccessRequestsGet200Response) SetData(v []AccessRequestsGet200ResponseDataInner)
- func (o *AccessRequestsGet200Response) SetHasMore(v bool)
- func (o *AccessRequestsGet200Response) SetNextToken(v string)
- func (o *AccessRequestsGet200Response) SetSuccess(v bool)
- func (o *AccessRequestsGet200Response) SetTotalCount(v float32)
- func (o AccessRequestsGet200Response) ToMap() (map[string]interface{}, error)
- func (o *AccessRequestsGet200Response) UnmarshalJSON(data []byte) (err error)
- type AccessRequestsGet200ResponseDataInner
- func (o *AccessRequestsGet200ResponseDataInner) GetCreatedAt() time.Time
- func (o *AccessRequestsGet200ResponseDataInner) GetCreatedAtOk() (*time.Time, bool)
- func (o *AccessRequestsGet200ResponseDataInner) GetId() float32
- func (o *AccessRequestsGet200ResponseDataInner) GetIdOk() (*float32, bool)
- func (o *AccessRequestsGet200ResponseDataInner) GetLegacyId() float32
- func (o *AccessRequestsGet200ResponseDataInner) GetLegacyIdOk() (*float32, bool)
- func (o *AccessRequestsGet200ResponseDataInner) GetRequestingEmail() string
- func (o *AccessRequestsGet200ResponseDataInner) GetRequestingEmailOk() (*string, bool)
- func (o *AccessRequestsGet200ResponseDataInner) GetStatus() string
- func (o *AccessRequestsGet200ResponseDataInner) GetStatusOk() (*string, bool)
- func (o *AccessRequestsGet200ResponseDataInner) GetUpdatedAt() time.Time
- func (o *AccessRequestsGet200ResponseDataInner) GetUpdatedAtOk() (*time.Time, bool)
- func (o *AccessRequestsGet200ResponseDataInner) GetUpdatedById() string
- func (o *AccessRequestsGet200ResponseDataInner) GetUpdatedByIdOk() (*string, bool)
- func (o AccessRequestsGet200ResponseDataInner) MarshalJSON() ([]byte, error)
- func (o *AccessRequestsGet200ResponseDataInner) SetCreatedAt(v time.Time)
- func (o *AccessRequestsGet200ResponseDataInner) SetId(v float32)
- func (o *AccessRequestsGet200ResponseDataInner) SetLegacyId(v float32)
- func (o *AccessRequestsGet200ResponseDataInner) SetRequestingEmail(v string)
- func (o *AccessRequestsGet200ResponseDataInner) SetStatus(v string)
- func (o *AccessRequestsGet200ResponseDataInner) SetUpdatedAt(v time.Time)
- func (o *AccessRequestsGet200ResponseDataInner) SetUpdatedById(v string)
- func (o AccessRequestsGet200ResponseDataInner) ToMap() (map[string]interface{}, error)
- func (o *AccessRequestsGet200ResponseDataInner) UnmarshalJSON(data []byte) (err error)
- type AccessToken
- func (o *AccessToken) GetCreatedAt() time.Time
- func (o *AccessToken) GetCreatedAtOk() (*time.Time, bool)
- func (o *AccessToken) GetDescription() string
- func (o *AccessToken) GetDescriptionOk() (*string, bool)
- func (o *AccessToken) GetId() string
- func (o *AccessToken) GetIdOk() (*string, bool)
- func (o *AccessToken) GetLabel() string
- func (o *AccessToken) GetLabelOk() (*string, bool)
- func (o *AccessToken) GetLast4() string
- func (o *AccessToken) GetLast4Ok() (*string, bool)
- func (o *AccessToken) GetOwnerLegacyId() float32
- func (o *AccessToken) GetOwnerLegacyIdOk() (*float32, bool)
- func (o *AccessToken) GetScopes() []string
- func (o *AccessToken) GetScopesOk() ([]string, bool)
- func (o *AccessToken) GetUpdatedAt() time.Time
- func (o *AccessToken) GetUpdatedAtOk() (*time.Time, bool)
- func (o AccessToken) MarshalJSON() ([]byte, error)
- func (o *AccessToken) SetCreatedAt(v time.Time)
- func (o *AccessToken) SetDescription(v string)
- func (o *AccessToken) SetId(v string)
- func (o *AccessToken) SetLabel(v string)
- func (o *AccessToken) SetLast4(v string)
- func (o *AccessToken) SetOwnerLegacyId(v float32)
- func (o *AccessToken) SetScopes(v []string)
- func (o *AccessToken) SetUpdatedAt(v time.Time)
- func (o AccessToken) ToMap() (map[string]interface{}, error)
- func (o *AccessToken) UnmarshalJSON(data []byte) (err error)
- type AccessTokensAPIService
- func (a *AccessTokensAPIService) AccessTokensAccessTokenIdGet(ctx context.Context) ApiAccessTokensAccessTokenIdGetRequest
- func (a *AccessTokensAPIService) AccessTokensAccessTokenIdGetExecute(r ApiAccessTokensAccessTokenIdGetRequest) (*AccessTokensAccessTokenIdGet200Response, *http.Response, error)
- func (a *AccessTokensAPIService) AccessTokensGet(ctx context.Context) ApiAccessTokensGetRequest
- func (a *AccessTokensAPIService) AccessTokensGetExecute(r ApiAccessTokensGetRequest) (*AccessTokensGet200Response, *http.Response, error)
- func (a *AccessTokensAPIService) AccessTokensPost(ctx context.Context) ApiAccessTokensPostRequest
- func (a *AccessTokensAPIService) AccessTokensPostExecute(r ApiAccessTokensPostRequest) (*AccessTokensPost200Response, *http.Response, error)
- type AccessTokensAccessTokenIdGet200Response
- func (o *AccessTokensAccessTokenIdGet200Response) GetData() AccessTokensAccessTokenIdGet200ResponseData
- func (o *AccessTokensAccessTokenIdGet200Response) GetDataOk() (*AccessTokensAccessTokenIdGet200ResponseData, bool)
- func (o *AccessTokensAccessTokenIdGet200Response) GetSuccess() bool
- func (o *AccessTokensAccessTokenIdGet200Response) GetSuccessOk() (*bool, bool)
- func (o AccessTokensAccessTokenIdGet200Response) MarshalJSON() ([]byte, error)
- func (o *AccessTokensAccessTokenIdGet200Response) SetData(v AccessTokensAccessTokenIdGet200ResponseData)
- func (o *AccessTokensAccessTokenIdGet200Response) SetSuccess(v bool)
- func (o AccessTokensAccessTokenIdGet200Response) ToMap() (map[string]interface{}, error)
- func (o *AccessTokensAccessTokenIdGet200Response) UnmarshalJSON(data []byte) (err error)
- type AccessTokensAccessTokenIdGet200ResponseData
- func (o *AccessTokensAccessTokenIdGet200ResponseData) GetCreatedAt() time.Time
- func (o *AccessTokensAccessTokenIdGet200ResponseData) GetCreatedAtOk() (*time.Time, bool)
- func (o *AccessTokensAccessTokenIdGet200ResponseData) GetDescription() string
- func (o *AccessTokensAccessTokenIdGet200ResponseData) GetDescriptionOk() (*string, bool)
- func (o *AccessTokensAccessTokenIdGet200ResponseData) GetId() string
- func (o *AccessTokensAccessTokenIdGet200ResponseData) GetIdOk() (*string, bool)
- func (o *AccessTokensAccessTokenIdGet200ResponseData) GetLabel() string
- func (o *AccessTokensAccessTokenIdGet200ResponseData) GetLabelOk() (*string, bool)
- func (o *AccessTokensAccessTokenIdGet200ResponseData) GetLast4() string
- func (o *AccessTokensAccessTokenIdGet200ResponseData) GetLast4Ok() (*string, bool)
- func (o *AccessTokensAccessTokenIdGet200ResponseData) GetOwnerLegacyId() float32
- func (o *AccessTokensAccessTokenIdGet200ResponseData) GetOwnerLegacyIdOk() (*float32, bool)
- func (o *AccessTokensAccessTokenIdGet200ResponseData) GetScopes() []string
- func (o *AccessTokensAccessTokenIdGet200ResponseData) GetScopesOk() ([]string, bool)
- func (o *AccessTokensAccessTokenIdGet200ResponseData) GetUpdatedAt() time.Time
- func (o *AccessTokensAccessTokenIdGet200ResponseData) GetUpdatedAtOk() (*time.Time, bool)
- func (o AccessTokensAccessTokenIdGet200ResponseData) MarshalJSON() ([]byte, error)
- func (o *AccessTokensAccessTokenIdGet200ResponseData) SetCreatedAt(v time.Time)
- func (o *AccessTokensAccessTokenIdGet200ResponseData) SetDescription(v string)
- func (o *AccessTokensAccessTokenIdGet200ResponseData) SetId(v string)
- func (o *AccessTokensAccessTokenIdGet200ResponseData) SetLabel(v string)
- func (o *AccessTokensAccessTokenIdGet200ResponseData) SetLast4(v string)
- func (o *AccessTokensAccessTokenIdGet200ResponseData) SetOwnerLegacyId(v float32)
- func (o *AccessTokensAccessTokenIdGet200ResponseData) SetScopes(v []string)
- func (o *AccessTokensAccessTokenIdGet200ResponseData) SetUpdatedAt(v time.Time)
- func (o AccessTokensAccessTokenIdGet200ResponseData) ToMap() (map[string]interface{}, error)
- func (o *AccessTokensAccessTokenIdGet200ResponseData) UnmarshalJSON(data []byte) (err error)
- type AccessTokensGet200Response
- func (o *AccessTokensGet200Response) GetData() []AccessTokensGet200ResponseDataInner
- func (o *AccessTokensGet200Response) GetDataOk() ([]AccessTokensGet200ResponseDataInner, bool)
- func (o *AccessTokensGet200Response) GetHasMore() bool
- func (o *AccessTokensGet200Response) GetHasMoreOk() (*bool, bool)
- func (o *AccessTokensGet200Response) GetNextToken() string
- func (o *AccessTokensGet200Response) GetNextTokenOk() (*string, bool)
- func (o *AccessTokensGet200Response) GetSuccess() bool
- func (o *AccessTokensGet200Response) GetSuccessOk() (*bool, bool)
- func (o *AccessTokensGet200Response) GetTotalCount() float32
- func (o *AccessTokensGet200Response) GetTotalCountOk() (*float32, bool)
- func (o AccessTokensGet200Response) MarshalJSON() ([]byte, error)
- func (o *AccessTokensGet200Response) SetData(v []AccessTokensGet200ResponseDataInner)
- func (o *AccessTokensGet200Response) SetHasMore(v bool)
- func (o *AccessTokensGet200Response) SetNextToken(v string)
- func (o *AccessTokensGet200Response) SetSuccess(v bool)
- func (o *AccessTokensGet200Response) SetTotalCount(v float32)
- func (o AccessTokensGet200Response) ToMap() (map[string]interface{}, error)
- func (o *AccessTokensGet200Response) UnmarshalJSON(data []byte) (err error)
- type AccessTokensGet200ResponseDataInner
- func (o *AccessTokensGet200ResponseDataInner) GetCreatedAt() time.Time
- func (o *AccessTokensGet200ResponseDataInner) GetCreatedAtOk() (*time.Time, bool)
- func (o *AccessTokensGet200ResponseDataInner) GetDescription() string
- func (o *AccessTokensGet200ResponseDataInner) GetDescriptionOk() (*string, bool)
- func (o *AccessTokensGet200ResponseDataInner) GetId() string
- func (o *AccessTokensGet200ResponseDataInner) GetIdOk() (*string, bool)
- func (o *AccessTokensGet200ResponseDataInner) GetLabel() string
- func (o *AccessTokensGet200ResponseDataInner) GetLabelOk() (*string, bool)
- func (o *AccessTokensGet200ResponseDataInner) GetLast4() string
- func (o *AccessTokensGet200ResponseDataInner) GetLast4Ok() (*string, bool)
- func (o *AccessTokensGet200ResponseDataInner) GetOwnerLegacyId() float32
- func (o *AccessTokensGet200ResponseDataInner) GetOwnerLegacyIdOk() (*float32, bool)
- func (o *AccessTokensGet200ResponseDataInner) GetScopes() []string
- func (o *AccessTokensGet200ResponseDataInner) GetScopesOk() ([]string, bool)
- func (o *AccessTokensGet200ResponseDataInner) GetUpdatedAt() time.Time
- func (o *AccessTokensGet200ResponseDataInner) GetUpdatedAtOk() (*time.Time, bool)
- func (o AccessTokensGet200ResponseDataInner) MarshalJSON() ([]byte, error)
- func (o *AccessTokensGet200ResponseDataInner) SetCreatedAt(v time.Time)
- func (o *AccessTokensGet200ResponseDataInner) SetDescription(v string)
- func (o *AccessTokensGet200ResponseDataInner) SetId(v string)
- func (o *AccessTokensGet200ResponseDataInner) SetLabel(v string)
- func (o *AccessTokensGet200ResponseDataInner) SetLast4(v string)
- func (o *AccessTokensGet200ResponseDataInner) SetOwnerLegacyId(v float32)
- func (o *AccessTokensGet200ResponseDataInner) SetScopes(v []string)
- func (o *AccessTokensGet200ResponseDataInner) SetUpdatedAt(v time.Time)
- func (o AccessTokensGet200ResponseDataInner) ToMap() (map[string]interface{}, error)
- func (o *AccessTokensGet200ResponseDataInner) UnmarshalJSON(data []byte) (err error)
- type AccessTokensPost200Response
- func (o *AccessTokensPost200Response) GetData() AccessTokensPost200ResponseData
- func (o *AccessTokensPost200Response) GetDataOk() (*AccessTokensPost200ResponseData, bool)
- func (o *AccessTokensPost200Response) GetSuccess() bool
- func (o *AccessTokensPost200Response) GetSuccessOk() (*bool, bool)
- func (o AccessTokensPost200Response) MarshalJSON() ([]byte, error)
- func (o *AccessTokensPost200Response) SetData(v AccessTokensPost200ResponseData)
- func (o *AccessTokensPost200Response) SetSuccess(v bool)
- func (o AccessTokensPost200Response) ToMap() (map[string]interface{}, error)
- func (o *AccessTokensPost200Response) UnmarshalJSON(data []byte) (err error)
- type AccessTokensPost200ResponseData
- func (o *AccessTokensPost200ResponseData) GetAccessToken() string
- func (o *AccessTokensPost200ResponseData) GetAccessTokenOk() (*string, bool)
- func (o *AccessTokensPost200ResponseData) GetCreatedAt() time.Time
- func (o *AccessTokensPost200ResponseData) GetCreatedAtOk() (*time.Time, bool)
- func (o *AccessTokensPost200ResponseData) GetDescription() string
- func (o *AccessTokensPost200ResponseData) GetDescriptionOk() (*string, bool)
- func (o *AccessTokensPost200ResponseData) GetId() string
- func (o *AccessTokensPost200ResponseData) GetIdOk() (*string, bool)
- func (o *AccessTokensPost200ResponseData) GetLabel() string
- func (o *AccessTokensPost200ResponseData) GetLabelOk() (*string, bool)
- func (o *AccessTokensPost200ResponseData) GetLast4() string
- func (o *AccessTokensPost200ResponseData) GetLast4Ok() (*string, bool)
- func (o *AccessTokensPost200ResponseData) GetOwnerLegacyId() float32
- func (o *AccessTokensPost200ResponseData) GetOwnerLegacyIdOk() (*float32, bool)
- func (o *AccessTokensPost200ResponseData) GetScopes() []string
- func (o *AccessTokensPost200ResponseData) GetScopesOk() ([]string, bool)
- func (o *AccessTokensPost200ResponseData) GetUpdatedAt() time.Time
- func (o *AccessTokensPost200ResponseData) GetUpdatedAtOk() (*time.Time, bool)
- func (o AccessTokensPost200ResponseData) MarshalJSON() ([]byte, error)
- func (o *AccessTokensPost200ResponseData) SetAccessToken(v string)
- func (o *AccessTokensPost200ResponseData) SetCreatedAt(v time.Time)
- func (o *AccessTokensPost200ResponseData) SetDescription(v string)
- func (o *AccessTokensPost200ResponseData) SetId(v string)
- func (o *AccessTokensPost200ResponseData) SetLabel(v string)
- func (o *AccessTokensPost200ResponseData) SetLast4(v string)
- func (o *AccessTokensPost200ResponseData) SetOwnerLegacyId(v float32)
- func (o *AccessTokensPost200ResponseData) SetScopes(v []string)
- func (o *AccessTokensPost200ResponseData) SetUpdatedAt(v time.Time)
- func (o AccessTokensPost200ResponseData) ToMap() (map[string]interface{}, error)
- func (o *AccessTokensPost200ResponseData) UnmarshalJSON(data []byte) (err error)
- type AccessTokensPostRequest
- func (o *AccessTokensPostRequest) GetDescription() string
- func (o *AccessTokensPostRequest) GetDescriptionOk() (*string, bool)
- func (o *AccessTokensPostRequest) GetLabel() string
- func (o *AccessTokensPostRequest) GetLabelOk() (*string, bool)
- func (o *AccessTokensPostRequest) GetScopes() []string
- func (o *AccessTokensPostRequest) GetScopesOk() ([]string, bool)
- func (o *AccessTokensPostRequest) HasDescription() bool
- func (o AccessTokensPostRequest) MarshalJSON() ([]byte, error)
- func (o *AccessTokensPostRequest) SetDescription(v string)
- func (o *AccessTokensPostRequest) SetDescriptionNil()
- func (o *AccessTokensPostRequest) SetLabel(v string)
- func (o *AccessTokensPostRequest) SetScopes(v []string)
- func (o AccessTokensPostRequest) ToMap() (map[string]interface{}, error)
- func (o *AccessTokensPostRequest) UnmarshalJSON(data []byte) (err error)
- func (o *AccessTokensPostRequest) UnsetDescription()
- type AddOperation
- func (o *AddOperation) GetOp() string
- func (o *AddOperation) GetOpOk() (*string, bool)
- func (o *AddOperation) GetPath() string
- func (o *AddOperation) GetPathOk() (*string, bool)
- func (o *AddOperation) GetValue() interface{}
- func (o *AddOperation) GetValueOk() (*interface{}, bool)
- func (o *AddOperation) HasValue() bool
- func (o AddOperation) MarshalJSON() ([]byte, error)
- func (o *AddOperation) SetOp(v string)
- func (o *AddOperation) SetPath(v string)
- func (o *AddOperation) SetValue(v interface{})
- func (o AddOperation) ToMap() (map[string]interface{}, error)
- func (o *AddOperation) UnmarshalJSON(data []byte) (err error)
- type AnalyticsIntegrationsSettings
- func OrganizationAnalyticsIntegrationsGet200ResponseDataInnerOneOf1AsAnalyticsIntegrationsSettings(v *OrganizationAnalyticsIntegrationsGet200ResponseDataInnerOneOf1) AnalyticsIntegrationsSettings
- func OrganizationAnalyticsIntegrationsGet200ResponseDataInnerOneOf2AsAnalyticsIntegrationsSettings(v *OrganizationAnalyticsIntegrationsGet200ResponseDataInnerOneOf2) AnalyticsIntegrationsSettings
- func OrganizationAnalyticsIntegrationsGet200ResponseDataInnerOneOfAsAnalyticsIntegrationsSettings(v *OrganizationAnalyticsIntegrationsGet200ResponseDataInnerOneOf) AnalyticsIntegrationsSettings
- type ApiAccessRequestsAccessRequestIdGetRequest
- type ApiAccessRequestsAccessRequestIdPatchRequest
- type ApiAccessRequestsGetRequest
- type ApiAccessTokensAccessTokenIdGetRequest
- type ApiAccessTokensGetRequest
- type ApiAccessTokensPostRequest
- type ApiAppThemesGetRequest
- type ApiAppThemesIdDeleteRequest
- type ApiAppThemesIdGetRequest
- type ApiAppThemesPostRequest
- type ApiAppThemesPutRequest
- type ApiAppsAppIdDeleteRequest
- type ApiAppsAppIdGetRequest
- type ApiAppsCloneAppPostRequest
- type ApiAppsGetRequest
- type ApiConfigurationVariablesGetRequest
- type ApiConfigurationVariablesIdDeleteRequest
- type ApiConfigurationVariablesIdGetRequest
- type ApiConfigurationVariablesIdPutRequest
- func (r ApiConfigurationVariablesIdPutRequest) ConfigurationVariablesPostRequest(configurationVariablesPostRequest ConfigurationVariablesPostRequest) ApiConfigurationVariablesIdPutRequest
- func (r ApiConfigurationVariablesIdPutRequest) Execute() (*ConfigurationVariablesPost200Response, *http.Response, error)
- type ApiConfigurationVariablesPostRequest
- func (r ApiConfigurationVariablesPostRequest) ConfigurationVariablesPostRequest(configurationVariablesPostRequest ConfigurationVariablesPostRequest) ApiConfigurationVariablesPostRequest
- func (r ApiConfigurationVariablesPostRequest) Execute() (*ConfigurationVariablesPost200Response, *http.Response, error)
- type ApiCustomComponentLibrariesGetRequest
- type ApiCustomComponentLibrariesLibraryIdGetRequest
- type ApiCustomComponentLibrariesLibraryIdRevisionsGetRequest
- type ApiCustomComponentLibrariesLibraryIdRevisionsPostRequest
- func (r ApiCustomComponentLibrariesLibraryIdRevisionsPostRequest) Execute() (*CustomComponentLibrariesLibraryIdRevisionsPost200Response, *http.Response, ...)
- func (r ApiCustomComponentLibrariesLibraryIdRevisionsPostRequest) Files(files *os.File) ApiCustomComponentLibrariesLibraryIdRevisionsPostRequest
- func (r ApiCustomComponentLibrariesLibraryIdRevisionsPostRequest) Id(id string) ApiCustomComponentLibrariesLibraryIdRevisionsPostRequest
- func (r ApiCustomComponentLibrariesLibraryIdRevisionsPostRequest) Version(version string) ApiCustomComponentLibrariesLibraryIdRevisionsPostRequest
- func (r ApiCustomComponentLibrariesLibraryIdRevisionsPostRequest) VersionBump(versionBump string) ApiCustomComponentLibrariesLibraryIdRevisionsPostRequest
- type ApiCustomComponentLibrariesLibraryIdRevisionsRevisionIdFilesGetRequest
- type ApiCustomComponentLibrariesPostRequest
- func (r ApiCustomComponentLibrariesPostRequest) CustomComponentLibrariesPostRequest(customComponentLibrariesPostRequest CustomComponentLibrariesPostRequest) ApiCustomComponentLibrariesPostRequest
- func (r ApiCustomComponentLibrariesPostRequest) Execute() (*CustomComponentLibrariesPost200Response, *http.Response, error)
- type ApiEnvironmentsEnvironmentIdDeleteRequest
- type ApiEnvironmentsEnvironmentIdGetRequest
- type ApiEnvironmentsEnvironmentIdPatchRequest
- func (r ApiEnvironmentsEnvironmentIdPatchRequest) EnvironmentsEnvironmentIdPatchRequest(environmentsEnvironmentIdPatchRequest EnvironmentsEnvironmentIdPatchRequest) ApiEnvironmentsEnvironmentIdPatchRequest
- func (r ApiEnvironmentsEnvironmentIdPatchRequest) Execute() (*EnvironmentsEnvironmentIdPatch200Response, *http.Response, error)
- type ApiEnvironmentsGetRequest
- type ApiEnvironmentsPostRequest
- type ApiFoldersFolderIdDeleteRequest
- type ApiFoldersFolderIdGetRequest
- type ApiFoldersFolderIdPatchRequest
- type ApiFoldersGetRequest
- type ApiFoldersPostRequest
- type ApiGroupsGetRequest
- type ApiGroupsGroupIdDeleteRequest
- type ApiGroupsGroupIdGetRequest
- type ApiGroupsGroupIdMembersPostRequest
- type ApiGroupsGroupIdMembersUserSidDeleteRequest
- type ApiGroupsGroupIdPatchRequest
- type ApiGroupsGroupIdPutRequest
- type ApiGroupsGroupIdUserInvitesPostRequest
- func (r ApiGroupsGroupIdUserInvitesPostRequest) Execute() (*GroupsGroupIdPut200Response, *http.Response, error)
- func (r ApiGroupsGroupIdUserInvitesPostRequest) GroupsGroupIdUserInvitesPostRequest(groupsGroupIdUserInvitesPostRequest GroupsGroupIdUserInvitesPostRequest) ApiGroupsGroupIdUserInvitesPostRequest
- type ApiGroupsGroupIdUserInvitesUserInviteIdDeleteRequest
- type ApiGroupsPostRequest
- type ApiInfoIpAllowlistGetRequest
- type ApiObservabilityConfigConfigIdDeleteRequest
- type ApiObservabilityConfigConfigIdPutRequest
- func (r ApiObservabilityConfigConfigIdPutRequest) Execute() (*ObservabilityConfigConfigIdPut200Response, *http.Response, error)
- func (r ApiObservabilityConfigConfigIdPutRequest) ObservabilityConfigConfigIdPutRequest(observabilityConfigConfigIdPutRequest ObservabilityConfigConfigIdPutRequest) ApiObservabilityConfigConfigIdPutRequest
- type ApiObservabilityConfigGetRequest
- type ApiObservabilityConfigPostRequest
- type ApiObservabilityProviderProviderTestPostRequest
- type ApiOrganizationAiSettingsGetRequest
- type ApiOrganizationAiSettingsPutRequest
- type ApiOrganizationAnalyticsIntegrationsGetRequest
- type ApiOrganizationGetRequest
- type ApiOrganizationInvalidateSessionsPostRequest
- type ApiOrganizationPatchRequest
- type ApiPermissionsAccessListObjectTypeObjectIdGetRequest
- type ApiPermissionsGrantPostRequest
- type ApiPermissionsListObjectsPostRequest
- func (r ApiPermissionsListObjectsPostRequest) Execute() (*PermissionsListObjectsPost200Response, *http.Response, error)
- func (r ApiPermissionsListObjectsPostRequest) PermissionsListObjectsPostRequest(permissionsListObjectsPostRequest PermissionsListObjectsPostRequest) ApiPermissionsListObjectsPostRequest
- type ApiPermissionsRevokePostRequest
- type ApiResourceConfigurationsConfigurationIdDeleteRequest
- type ApiResourceConfigurationsConfigurationIdGetRequest
- type ApiResourceConfigurationsConfigurationIdPatchRequest
- func (r ApiResourceConfigurationsConfigurationIdPatchRequest) Execute() (*ResourceConfigurationsConfigurationIdPatch200Response, *http.Response, error)
- func (r ApiResourceConfigurationsConfigurationIdPatchRequest) ResourceConfigurationsConfigurationIdPatchRequest(...) ApiResourceConfigurationsConfigurationIdPatchRequest
- type ApiResourceConfigurationsGetRequest
- func (r ApiResourceConfigurationsGetRequest) EnvironmentId(environmentId string) ApiResourceConfigurationsGetRequest
- func (r ApiResourceConfigurationsGetRequest) Execute() (*ResourceConfigurationsGet200Response, *http.Response, error)
- func (r ApiResourceConfigurationsGetRequest) NextToken(nextToken string) ApiResourceConfigurationsGetRequest
- func (r ApiResourceConfigurationsGetRequest) ResourceId(resourceId string) ApiResourceConfigurationsGetRequest
- func (r ApiResourceConfigurationsGetRequest) ResourceType(resourceType string) ApiResourceConfigurationsGetRequest
- type ApiResourceConfigurationsPostRequest
- func (r ApiResourceConfigurationsPostRequest) Execute() (*ResourceConfigurationsPost200Response, *http.Response, error)
- func (r ApiResourceConfigurationsPostRequest) ResourceConfigurationsPostRequest(resourceConfigurationsPostRequest ResourceConfigurationsPostRequest) ApiResourceConfigurationsPostRequest
- type ApiResourcesGetRequest
- type ApiResourcesPostRequest
- type ApiResourcesResourceIdDeleteRequest
- type ApiResourcesResourceIdGetRequest
- type ApiResourcesResourceIdPatchRequest
- type ApiRolePermissionsRoleGrantsGetRequest
- type ApiRolePermissionsRoleGrantsPostRequest
- type ApiRolePermissionsRoleGrantsRoleGrantIdDeleteRequest
- type ApiRolePermissionsRoleGrantsSubjectTypeSubjectIdGetRequest
- type ApiRolePermissionsRolesGetRequest
- type ApiRolePermissionsRolesPostRequest
- type ApiRolePermissionsRolesRoleIdDeleteRequest
- type ApiRolePermissionsRolesRoleIdPatchRequest
- func (r ApiRolePermissionsRolesRoleIdPatchRequest) Execute() (*RolePermissionsRolesPost201Response, *http.Response, error)
- func (r ApiRolePermissionsRolesRoleIdPatchRequest) RolePermissionsRolesRoleIdPatchRequest(rolePermissionsRolesRoleIdPatchRequest RolePermissionsRolesRoleIdPatchRequest) ApiRolePermissionsRolesRoleIdPatchRequest
- type ApiSourceControlConfigDeleteRequest
- type ApiSourceControlConfigGetRequest
- type ApiSourceControlConfigPostRequest
- type ApiSourceControlConfigPutRequest
- type ApiSourceControlDeployPostRequest
- type ApiSourceControlDeploymentIdGetRequest
- type ApiSourceControlManifestsGetRequest
- type ApiSourceControlManifestsManifestNameAppsAppUuidDeletePostRequest
- func (r ApiSourceControlManifestsManifestNameAppsAppUuidDeletePostRequest) Execute() (*SourceControlManifestsManifestNamePut200Response, *http.Response, error)
- func (r ApiSourceControlManifestsManifestNameAppsAppUuidDeletePostRequest) SourceControlManifestsManifestNameDeletePostRequest(...) ApiSourceControlManifestsManifestNameAppsAppUuidDeletePostRequest
- type ApiSourceControlManifestsManifestNameAppsAppUuidPutRequest
- func (r ApiSourceControlManifestsManifestNameAppsAppUuidPutRequest) Execute() (*SourceControlManifestsManifestNamePut200Response, *http.Response, error)
- func (r ApiSourceControlManifestsManifestNameAppsAppUuidPutRequest) SourceControlManifestsManifestNameAppsAppUuidPutRequest(...) ApiSourceControlManifestsManifestNameAppsAppUuidPutRequest
- type ApiSourceControlManifestsManifestNameDeletePostRequest
- func (r ApiSourceControlManifestsManifestNameDeletePostRequest) Execute() (*SourceControlManifestsManifestNamePut200Response, *http.Response, error)
- func (r ApiSourceControlManifestsManifestNameDeletePostRequest) SourceControlManifestsManifestNameDeletePostRequest(...) ApiSourceControlManifestsManifestNameDeletePostRequest
- type ApiSourceControlManifestsManifestNameElementUuidDeletePostRequest
- func (r ApiSourceControlManifestsManifestNameElementUuidDeletePostRequest) ElementType(elementType string) ApiSourceControlManifestsManifestNameElementUuidDeletePostRequest
- func (r ApiSourceControlManifestsManifestNameElementUuidDeletePostRequest) Execute() (*SourceControlManifestsManifestNamePut200Response, *http.Response, error)
- func (r ApiSourceControlManifestsManifestNameElementUuidDeletePostRequest) SourceControlManifestsManifestNameDeletePostRequest(...) ApiSourceControlManifestsManifestNameElementUuidDeletePostRequest
- type ApiSourceControlManifestsManifestNameElementUuidPutRequest
- func (r ApiSourceControlManifestsManifestNameElementUuidPutRequest) ElementType(elementType string) ApiSourceControlManifestsManifestNameElementUuidPutRequest
- func (r ApiSourceControlManifestsManifestNameElementUuidPutRequest) Execute() (*SourceControlManifestsManifestNamePut200Response, *http.Response, error)
- func (r ApiSourceControlManifestsManifestNameElementUuidPutRequest) SourceControlManifestsManifestNameAppsAppUuidPutRequest(...) ApiSourceControlManifestsManifestNameElementUuidPutRequest
- type ApiSourceControlManifestsManifestNameGetRequest
- type ApiSourceControlManifestsManifestNamePutRequest
- type ApiSourceControlReleasesAppsAppUuidGetRequest
- type ApiSourceControlReleasesAppsAppUuidPostRequest
- type ApiSourceControlReleasesElementUuidGetRequest
- type ApiSourceControlReleasesElementUuidPostRequest
- func (r ApiSourceControlReleasesElementUuidPostRequest) ElementType(elementType string) ApiSourceControlReleasesElementUuidPostRequest
- func (r ApiSourceControlReleasesElementUuidPostRequest) Execute() (*SourceControlManifestsManifestNamePut200Response, *http.Response, error)
- func (r ApiSourceControlReleasesElementUuidPostRequest) SourceControlReleasesAppsAppUuidPostRequest(...) ApiSourceControlReleasesElementUuidPostRequest
- type ApiSourceControlSettingsGetRequest
- type ApiSourceControlSettingsPutRequest
- type ApiSourceControlTestConnectionGetRequest
- type ApiSourceControlTestDeployPostRequest
- func (r ApiSourceControlTestDeployPostRequest) Execute() (*SourceControlTestDeployPost200Response, *http.Response, error)
- func (r ApiSourceControlTestDeployPostRequest) SourceControlTestDeployPostRequest(sourceControlTestDeployPostRequest SourceControlTestDeployPostRequest) ApiSourceControlTestDeployPostRequest
- type ApiSpacesCopyElementsPostRequest
- type ApiSpacesGetRequest
- type ApiSpacesPostRequest
- type ApiSpacesSpaceIdDeleteRequest
- type ApiSpacesSpaceIdGetRequest
- type ApiSpacesSpaceIdPutRequest
- type ApiSsoConfigDeleteRequest
- type ApiSsoConfigGetRequest
- type ApiSsoConfigPostRequest
- type ApiUsageAppDetailsGetRequest
- func (r ApiUsageAppDetailsGetRequest) AppName(appName string) ApiUsageAppDetailsGetRequest
- func (r ApiUsageAppDetailsGetRequest) EndDate(endDate string) ApiUsageAppDetailsGetRequest
- func (r ApiUsageAppDetailsGetRequest) Execute() (*UsageAppDetailsGet200Response, *http.Response, error)
- func (r ApiUsageAppDetailsGetRequest) OrgIds(orgIds string) ApiUsageAppDetailsGetRequest
- func (r ApiUsageAppDetailsGetRequest) StartDate(startDate string) ApiUsageAppDetailsGetRequest
- type ApiUsageAppSummaryGetRequest
- func (r ApiUsageAppSummaryGetRequest) EndDate(endDate string) ApiUsageAppSummaryGetRequest
- func (r ApiUsageAppSummaryGetRequest) Execute() (*UsageAppSummaryGet200Response, *http.Response, error)
- func (r ApiUsageAppSummaryGetRequest) OrgIds(orgIds string) ApiUsageAppSummaryGetRequest
- func (r ApiUsageAppSummaryGetRequest) StartDate(startDate string) ApiUsageAppSummaryGetRequest
- type ApiUsageGetRequest
- type ApiUsageOrganizationsGetRequest
- type ApiUsageUserDetailsGetRequest
- func (r ApiUsageUserDetailsGetRequest) Email(email string) ApiUsageUserDetailsGetRequest
- func (r ApiUsageUserDetailsGetRequest) EndDate(endDate string) ApiUsageUserDetailsGetRequest
- func (r ApiUsageUserDetailsGetRequest) Execute() (*UsageUserDetailsGet200Response, *http.Response, error)
- func (r ApiUsageUserDetailsGetRequest) OrgIds(orgIds string) ApiUsageUserDetailsGetRequest
- func (r ApiUsageUserDetailsGetRequest) StartDate(startDate string) ApiUsageUserDetailsGetRequest
- type ApiUsageUserSummaryGetRequest
- func (r ApiUsageUserSummaryGetRequest) EndDate(endDate string) ApiUsageUserSummaryGetRequest
- func (r ApiUsageUserSummaryGetRequest) Execute() (*UsageUserSummaryGet200Response, *http.Response, error)
- func (r ApiUsageUserSummaryGetRequest) OrgIds(orgIds string) ApiUsageUserSummaryGetRequest
- func (r ApiUsageUserSummaryGetRequest) StartDate(startDate string) ApiUsageUserSummaryGetRequest
- type ApiUserAttributesGetRequest
- type ApiUserAttributesIdDeleteRequest
- type ApiUserAttributesIdPatchRequest
- type ApiUserAttributesPostRequest
- type ApiUserInvitesGetRequest
- type ApiUserInvitesPostRequest
- type ApiUserInvitesUserInviteIdDeleteRequest
- type ApiUserInvitesUserInviteIdGetRequest
- type ApiUserInvitesUserInviteIdUserAttributesAttributeNameDeleteRequest
- type ApiUserInvitesUserInviteIdUserAttributesPostRequest
- func (r ApiUserInvitesUserInviteIdUserAttributesPostRequest) Execute() (*UserInvitesUserInviteIdUserAttributesPost200Response, *http.Response, error)
- func (r ApiUserInvitesUserInviteIdUserAttributesPostRequest) UserInvitesUserInviteIdUserAttributesPostRequest(...) ApiUserInvitesUserInviteIdUserAttributesPostRequest
- type ApiUserTasksGetRequest
- func (r ApiUserTasksGetRequest) AssignedToUsers(assignedToUsers UserTasksGetAssignedToUsersParameter) ApiUserTasksGetRequest
- func (r ApiUserTasksGetRequest) EndingBefore(endingBefore string) ApiUserTasksGetRequest
- func (r ApiUserTasksGetRequest) Execute() (*UserTasksGet200Response, *http.Response, error)
- func (r ApiUserTasksGetRequest) Limit(limit string) ApiUserTasksGetRequest
- func (r ApiUserTasksGetRequest) NextToken(nextToken string) ApiUserTasksGetRequest
- func (r ApiUserTasksGetRequest) StartingAfter(startingAfter string) ApiUserTasksGetRequest
- func (r ApiUserTasksGetRequest) Statuses(statuses string) ApiUserTasksGetRequest
- func (r ApiUserTasksGetRequest) WorkflowIds(workflowIds string) ApiUserTasksGetRequest
- type ApiUserTasksTaskIdCancelPatchRequest
- func (r ApiUserTasksTaskIdCancelPatchRequest) Execute() (*UserTasksTaskIdSubmitPatch200Response, *http.Response, error)
- func (r ApiUserTasksTaskIdCancelPatchRequest) UserTasksTaskIdCancelPatchRequest(userTasksTaskIdCancelPatchRequest UserTasksTaskIdCancelPatchRequest) ApiUserTasksTaskIdCancelPatchRequest
- type ApiUserTasksTaskIdReassignPatchRequest
- func (r ApiUserTasksTaskIdReassignPatchRequest) Execute() (*UserTasksTaskIdSubmitPatch200Response, *http.Response, error)
- func (r ApiUserTasksTaskIdReassignPatchRequest) UserTasksTaskIdReassignPatchRequest(userTasksTaskIdReassignPatchRequest UserTasksTaskIdReassignPatchRequest) ApiUserTasksTaskIdReassignPatchRequest
- type ApiUserTasksTaskIdSubmitPatchRequest
- func (r ApiUserTasksTaskIdSubmitPatchRequest) Execute() (*UserTasksTaskIdSubmitPatch200Response, *http.Response, error)
- func (r ApiUserTasksTaskIdSubmitPatchRequest) UserTasksTaskIdSubmitPatchRequest(userTasksTaskIdSubmitPatchRequest UserTasksTaskIdSubmitPatchRequest) ApiUserTasksTaskIdSubmitPatchRequest
- type ApiUsersGetRequest
- type ApiUsersPostRequest
- type ApiUsersReset2faUserIdPutRequest
- type ApiUsersUserIdDeleteRequest
- type ApiUsersUserIdGetRequest
- type ApiUsersUserIdPatchRequest
- type ApiUsersUserIdUserAttributesAttributeNameDeleteRequest
- type ApiUsersUserIdUserAttributesPostRequest
- func (r ApiUsersUserIdUserAttributesPostRequest) Execute() (*UsersUserIdUserAttributesPost200Response, *http.Response, error)
- func (r ApiUsersUserIdUserAttributesPostRequest) UsersUserIdUserAttributesPostRequest(usersUserIdUserAttributesPostRequest UsersUserIdUserAttributesPostRequest) ApiUsersUserIdUserAttributesPostRequest
- type ApiWorkflowRunIdGetRequest
- type ApiWorkflowsGetRequest
- type ApiWorkflowsWorkflowIdGetRequest
- type App
- func (o *App) GetId() string
- func (o *App) GetIdOk() (*string, bool)
- func (o *App) GetType() string
- func (o *App) GetTypeOk() (*string, bool)
- func (o App) MarshalJSON() ([]byte, error)
- func (o *App) SetId(v string)
- func (o *App) SetType(v string)
- func (o App) ToMap() (map[string]interface{}, error)
- func (o *App) UnmarshalJSON(data []byte) (err error)
- type AppSummary
- func (o *AppSummary) GetAppName() string
- func (o *AppSummary) GetAppNameOk() (*string, bool)
- func (o *AppSummary) GetCountAppSaves() float32
- func (o *AppSummary) GetCountAppSavesOk() (*float32, bool)
- func (o *AppSummary) GetCountAppViews() float32
- func (o *AppSummary) GetCountAppViewsOk() (*float32, bool)
- func (o *AppSummary) GetCountEditors() float32
- func (o *AppSummary) GetCountEditorsOk() (*float32, bool)
- func (o *AppSummary) GetCountViewers() float32
- func (o *AppSummary) GetCountViewersOk() (*float32, bool)
- func (o *AppSummary) GetHost() string
- func (o *AppSummary) GetHostOk() (*string, bool)
- func (o AppSummary) MarshalJSON() ([]byte, error)
- func (o *AppSummary) SetAppName(v string)
- func (o *AppSummary) SetCountAppSaves(v float32)
- func (o *AppSummary) SetCountAppViews(v float32)
- func (o *AppSummary) SetCountEditors(v float32)
- func (o *AppSummary) SetCountViewers(v float32)
- func (o *AppSummary) SetHost(v string)
- func (o AppSummary) ToMap() (map[string]interface{}, error)
- func (o *AppSummary) UnmarshalJSON(data []byte) (err error)
- type AppTheme
- func (o *AppTheme) GetCreatedAt() time.Time
- func (o *AppTheme) GetCreatedAtOk() (*time.Time, bool)
- func (o *AppTheme) GetId() float32
- func (o *AppTheme) GetIdOk() (*float32, bool)
- func (o *AppTheme) GetLegacyId() float32
- func (o *AppTheme) GetLegacyIdOk() (*float32, bool)
- func (o *AppTheme) GetName() string
- func (o *AppTheme) GetNameOk() (*string, bool)
- func (o *AppTheme) GetTheme() map[string]interface{}
- func (o *AppTheme) GetThemeOk() (map[string]interface{}, bool)
- func (o *AppTheme) GetUpdatedAt() time.Time
- func (o *AppTheme) GetUpdatedAtOk() (*time.Time, bool)
- func (o AppTheme) MarshalJSON() ([]byte, error)
- func (o *AppTheme) SetCreatedAt(v time.Time)
- func (o *AppTheme) SetId(v float32)
- func (o *AppTheme) SetLegacyId(v float32)
- func (o *AppTheme) SetName(v string)
- func (o *AppTheme) SetTheme(v map[string]interface{})
- func (o *AppTheme) SetUpdatedAt(v time.Time)
- func (o AppTheme) ToMap() (map[string]interface{}, error)
- func (o *AppTheme) UnmarshalJSON(data []byte) (err error)
- type AppThemesAPIService
- func (a *AppThemesAPIService) AppThemesGet(ctx context.Context) ApiAppThemesGetRequest
- func (a *AppThemesAPIService) AppThemesGetExecute(r ApiAppThemesGetRequest) (*AppThemesGet200Response, *http.Response, error)
- func (a *AppThemesAPIService) AppThemesIdDelete(ctx context.Context, id string) ApiAppThemesIdDeleteRequest
- func (a *AppThemesAPIService) AppThemesIdDeleteExecute(r ApiAppThemesIdDeleteRequest) (*http.Response, error)
- func (a *AppThemesAPIService) AppThemesIdGet(ctx context.Context, id string) ApiAppThemesIdGetRequest
- func (a *AppThemesAPIService) AppThemesIdGetExecute(r ApiAppThemesIdGetRequest) (*AppThemesIdGet200Response, *http.Response, error)
- func (a *AppThemesAPIService) AppThemesPost(ctx context.Context) ApiAppThemesPostRequest
- func (a *AppThemesAPIService) AppThemesPostExecute(r ApiAppThemesPostRequest) (*AppThemesPut200Response, *http.Response, error)
- func (a *AppThemesAPIService) AppThemesPut(ctx context.Context) ApiAppThemesPutRequest
- func (a *AppThemesAPIService) AppThemesPutExecute(r ApiAppThemesPutRequest) (*AppThemesPut200Response, *http.Response, error)
- type AppThemesGet200Response
- func (o *AppThemesGet200Response) GetData() []AppThemesGet200ResponseDataInner
- func (o *AppThemesGet200Response) GetDataOk() ([]AppThemesGet200ResponseDataInner, bool)
- func (o *AppThemesGet200Response) GetHasMore() bool
- func (o *AppThemesGet200Response) GetHasMoreOk() (*bool, bool)
- func (o *AppThemesGet200Response) GetNextToken() string
- func (o *AppThemesGet200Response) GetNextTokenOk() (*string, bool)
- func (o *AppThemesGet200Response) GetSuccess() bool
- func (o *AppThemesGet200Response) GetSuccessOk() (*bool, bool)
- func (o *AppThemesGet200Response) GetTotalCount() float32
- func (o *AppThemesGet200Response) GetTotalCountOk() (*float32, bool)
- func (o AppThemesGet200Response) MarshalJSON() ([]byte, error)
- func (o *AppThemesGet200Response) SetData(v []AppThemesGet200ResponseDataInner)
- func (o *AppThemesGet200Response) SetHasMore(v bool)
- func (o *AppThemesGet200Response) SetNextToken(v string)
- func (o *AppThemesGet200Response) SetSuccess(v bool)
- func (o *AppThemesGet200Response) SetTotalCount(v float32)
- func (o AppThemesGet200Response) ToMap() (map[string]interface{}, error)
- func (o *AppThemesGet200Response) UnmarshalJSON(data []byte) (err error)
- type AppThemesGet200ResponseDataInner
- func (o *AppThemesGet200ResponseDataInner) GetCreatedAt() time.Time
- func (o *AppThemesGet200ResponseDataInner) GetCreatedAtOk() (*time.Time, bool)
- func (o *AppThemesGet200ResponseDataInner) GetId() float32
- func (o *AppThemesGet200ResponseDataInner) GetIdOk() (*float32, bool)
- func (o *AppThemesGet200ResponseDataInner) GetLegacyId() float32
- func (o *AppThemesGet200ResponseDataInner) GetLegacyIdOk() (*float32, bool)
- func (o *AppThemesGet200ResponseDataInner) GetName() string
- func (o *AppThemesGet200ResponseDataInner) GetNameOk() (*string, bool)
- func (o *AppThemesGet200ResponseDataInner) GetTheme() map[string]interface{}
- func (o *AppThemesGet200ResponseDataInner) GetThemeOk() (map[string]interface{}, bool)
- func (o *AppThemesGet200ResponseDataInner) GetUpdatedAt() time.Time
- func (o *AppThemesGet200ResponseDataInner) GetUpdatedAtOk() (*time.Time, bool)
- func (o AppThemesGet200ResponseDataInner) MarshalJSON() ([]byte, error)
- func (o *AppThemesGet200ResponseDataInner) SetCreatedAt(v time.Time)
- func (o *AppThemesGet200ResponseDataInner) SetId(v float32)
- func (o *AppThemesGet200ResponseDataInner) SetLegacyId(v float32)
- func (o *AppThemesGet200ResponseDataInner) SetName(v string)
- func (o *AppThemesGet200ResponseDataInner) SetTheme(v map[string]interface{})
- func (o *AppThemesGet200ResponseDataInner) SetUpdatedAt(v time.Time)
- func (o AppThemesGet200ResponseDataInner) ToMap() (map[string]interface{}, error)
- func (o *AppThemesGet200ResponseDataInner) UnmarshalJSON(data []byte) (err error)
- type AppThemesIdGet200Response
- func (o *AppThemesIdGet200Response) GetData() AppThemesIdGet200ResponseData
- func (o *AppThemesIdGet200Response) GetDataOk() (*AppThemesIdGet200ResponseData, bool)
- func (o *AppThemesIdGet200Response) GetSuccess() bool
- func (o *AppThemesIdGet200Response) GetSuccessOk() (*bool, bool)
- func (o AppThemesIdGet200Response) MarshalJSON() ([]byte, error)
- func (o *AppThemesIdGet200Response) SetData(v AppThemesIdGet200ResponseData)
- func (o *AppThemesIdGet200Response) SetSuccess(v bool)
- func (o AppThemesIdGet200Response) ToMap() (map[string]interface{}, error)
- func (o *AppThemesIdGet200Response) UnmarshalJSON(data []byte) (err error)
- type AppThemesIdGet200ResponseData
- func (o *AppThemesIdGet200ResponseData) GetCreatedAt() time.Time
- func (o *AppThemesIdGet200ResponseData) GetCreatedAtOk() (*time.Time, bool)
- func (o *AppThemesIdGet200ResponseData) GetId() float32
- func (o *AppThemesIdGet200ResponseData) GetIdOk() (*float32, bool)
- func (o *AppThemesIdGet200ResponseData) GetLegacyId() float32
- func (o *AppThemesIdGet200ResponseData) GetLegacyIdOk() (*float32, bool)
- func (o *AppThemesIdGet200ResponseData) GetName() string
- func (o *AppThemesIdGet200ResponseData) GetNameOk() (*string, bool)
- func (o *AppThemesIdGet200ResponseData) GetTheme() map[string]interface{}
- func (o *AppThemesIdGet200ResponseData) GetThemeOk() (map[string]interface{}, bool)
- func (o *AppThemesIdGet200ResponseData) GetUpdatedAt() time.Time
- func (o *AppThemesIdGet200ResponseData) GetUpdatedAtOk() (*time.Time, bool)
- func (o AppThemesIdGet200ResponseData) MarshalJSON() ([]byte, error)
- func (o *AppThemesIdGet200ResponseData) SetCreatedAt(v time.Time)
- func (o *AppThemesIdGet200ResponseData) SetId(v float32)
- func (o *AppThemesIdGet200ResponseData) SetLegacyId(v float32)
- func (o *AppThemesIdGet200ResponseData) SetName(v string)
- func (o *AppThemesIdGet200ResponseData) SetTheme(v map[string]interface{})
- func (o *AppThemesIdGet200ResponseData) SetUpdatedAt(v time.Time)
- func (o AppThemesIdGet200ResponseData) ToMap() (map[string]interface{}, error)
- func (o *AppThemesIdGet200ResponseData) UnmarshalJSON(data []byte) (err error)
- type AppThemesPut200Response
- func (o *AppThemesPut200Response) GetData() AppThemesPut200ResponseData
- func (o *AppThemesPut200Response) GetDataOk() (*AppThemesPut200ResponseData, bool)
- func (o *AppThemesPut200Response) GetSuccess() bool
- func (o *AppThemesPut200Response) GetSuccessOk() (*bool, bool)
- func (o AppThemesPut200Response) MarshalJSON() ([]byte, error)
- func (o *AppThemesPut200Response) SetData(v AppThemesPut200ResponseData)
- func (o *AppThemesPut200Response) SetSuccess(v bool)
- func (o AppThemesPut200Response) ToMap() (map[string]interface{}, error)
- func (o *AppThemesPut200Response) UnmarshalJSON(data []byte) (err error)
- type AppThemesPut200ResponseData
- func (o *AppThemesPut200ResponseData) GetCreatedAt() time.Time
- func (o *AppThemesPut200ResponseData) GetCreatedAtOk() (*time.Time, bool)
- func (o *AppThemesPut200ResponseData) GetId() float32
- func (o *AppThemesPut200ResponseData) GetIdOk() (*float32, bool)
- func (o *AppThemesPut200ResponseData) GetLegacyId() float32
- func (o *AppThemesPut200ResponseData) GetLegacyIdOk() (*float32, bool)
- func (o *AppThemesPut200ResponseData) GetName() string
- func (o *AppThemesPut200ResponseData) GetNameOk() (*string, bool)
- func (o *AppThemesPut200ResponseData) GetTheme() map[string]interface{}
- func (o *AppThemesPut200ResponseData) GetThemeOk() (map[string]interface{}, bool)
- func (o *AppThemesPut200ResponseData) GetUpdatedAt() time.Time
- func (o *AppThemesPut200ResponseData) GetUpdatedAtOk() (*time.Time, bool)
- func (o AppThemesPut200ResponseData) MarshalJSON() ([]byte, error)
- func (o *AppThemesPut200ResponseData) SetCreatedAt(v time.Time)
- func (o *AppThemesPut200ResponseData) SetId(v float32)
- func (o *AppThemesPut200ResponseData) SetLegacyId(v float32)
- func (o *AppThemesPut200ResponseData) SetName(v string)
- func (o *AppThemesPut200ResponseData) SetTheme(v map[string]interface{})
- func (o *AppThemesPut200ResponseData) SetUpdatedAt(v time.Time)
- func (o AppThemesPut200ResponseData) ToMap() (map[string]interface{}, error)
- func (o *AppThemesPut200ResponseData) UnmarshalJSON(data []byte) (err error)
- type AppThemesPutRequest
- func (o *AppThemesPutRequest) GetId() float32
- func (o *AppThemesPutRequest) GetIdOk() (*float32, bool)
- func (o *AppThemesPutRequest) GetLegacyId() float32
- func (o *AppThemesPutRequest) GetLegacyIdOk() (*float32, bool)
- func (o *AppThemesPutRequest) GetName() string
- func (o *AppThemesPutRequest) GetNameOk() (*string, bool)
- func (o *AppThemesPutRequest) GetTheme() map[string]interface{}
- func (o *AppThemesPutRequest) GetThemeOk() (map[string]interface{}, bool)
- func (o AppThemesPutRequest) MarshalJSON() ([]byte, error)
- func (o *AppThemesPutRequest) SetId(v float32)
- func (o *AppThemesPutRequest) SetLegacyId(v float32)
- func (o *AppThemesPutRequest) SetName(v string)
- func (o *AppThemesPutRequest) SetTheme(v map[string]interface{})
- func (o AppThemesPutRequest) ToMap() (map[string]interface{}, error)
- func (o *AppThemesPutRequest) UnmarshalJSON(data []byte) (err error)
- type AppsAPIService
- func (a *AppsAPIService) AppsAppIdDelete(ctx context.Context, appId string) ApiAppsAppIdDeleteRequest
- func (a *AppsAPIService) AppsAppIdDeleteExecute(r ApiAppsAppIdDeleteRequest) (*http.Response, error)
- func (a *AppsAPIService) AppsAppIdGet(ctx context.Context, appId string) ApiAppsAppIdGetRequest
- func (a *AppsAPIService) AppsAppIdGetExecute(r ApiAppsAppIdGetRequest) (*AppsAppIdGet200Response, *http.Response, error)
- func (a *AppsAPIService) AppsCloneAppPost(ctx context.Context) ApiAppsCloneAppPostRequest
- func (a *AppsAPIService) AppsCloneAppPostExecute(r ApiAppsCloneAppPostRequest) (*AppsAppIdGet200Response, *http.Response, error)
- func (a *AppsAPIService) AppsGet(ctx context.Context) ApiAppsGetRequest
- func (a *AppsAPIService) AppsGetExecute(r ApiAppsGetRequest) (*AppsGet200Response, *http.Response, error)
- type AppsAppIdGet200Response
- func (o *AppsAppIdGet200Response) GetData() AppsAppIdGet200ResponseData
- func (o *AppsAppIdGet200Response) GetDataOk() (*AppsAppIdGet200ResponseData, bool)
- func (o *AppsAppIdGet200Response) GetSuccess() bool
- func (o *AppsAppIdGet200Response) GetSuccessOk() (*bool, bool)
- func (o AppsAppIdGet200Response) MarshalJSON() ([]byte, error)
- func (o *AppsAppIdGet200Response) SetData(v AppsAppIdGet200ResponseData)
- func (o *AppsAppIdGet200Response) SetSuccess(v bool)
- func (o AppsAppIdGet200Response) ToMap() (map[string]interface{}, error)
- func (o *AppsAppIdGet200Response) UnmarshalJSON(data []byte) (err error)
- type AppsAppIdGet200ResponseData
- func (o *AppsAppIdGet200ResponseData) GetCreatedAt() string
- func (o *AppsAppIdGet200ResponseData) GetCreatedAtOk() (*string, bool)
- func (o *AppsAppIdGet200ResponseData) GetDescription() string
- func (o *AppsAppIdGet200ResponseData) GetDescriptionOk() (*string, bool)
- func (o *AppsAppIdGet200ResponseData) GetFolderId() string
- func (o *AppsAppIdGet200ResponseData) GetFolderIdOk() (*string, bool)
- func (o *AppsAppIdGet200ResponseData) GetId() string
- func (o *AppsAppIdGet200ResponseData) GetIdOk() (*string, bool)
- func (o *AppsAppIdGet200ResponseData) GetIsMobileApp() bool
- func (o *AppsAppIdGet200ResponseData) GetIsMobileAppOk() (*bool, bool)
- func (o *AppsAppIdGet200ResponseData) GetIsModule() bool
- func (o *AppsAppIdGet200ResponseData) GetIsModuleOk() (*bool, bool)
- func (o *AppsAppIdGet200ResponseData) GetName() string
- func (o *AppsAppIdGet200ResponseData) GetNameOk() (*string, bool)
- func (o *AppsAppIdGet200ResponseData) GetProtected() bool
- func (o *AppsAppIdGet200ResponseData) GetProtectedOk() (*bool, bool)
- func (o *AppsAppIdGet200ResponseData) GetReleaseVersion() string
- func (o *AppsAppIdGet200ResponseData) GetReleaseVersionOk() (*string, bool)
- func (o *AppsAppIdGet200ResponseData) GetShortlink() string
- func (o *AppsAppIdGet200ResponseData) GetShortlinkOk() (*string, bool)
- func (o *AppsAppIdGet200ResponseData) GetSynced() bool
- func (o *AppsAppIdGet200ResponseData) GetSyncedOk() (*bool, bool)
- func (o *AppsAppIdGet200ResponseData) GetUpdatedAt() string
- func (o *AppsAppIdGet200ResponseData) GetUpdatedAtOk() (*string, bool)
- func (o AppsAppIdGet200ResponseData) MarshalJSON() ([]byte, error)
- func (o *AppsAppIdGet200ResponseData) SetCreatedAt(v string)
- func (o *AppsAppIdGet200ResponseData) SetDescription(v string)
- func (o *AppsAppIdGet200ResponseData) SetFolderId(v string)
- func (o *AppsAppIdGet200ResponseData) SetId(v string)
- func (o *AppsAppIdGet200ResponseData) SetIsMobileApp(v bool)
- func (o *AppsAppIdGet200ResponseData) SetIsModule(v bool)
- func (o *AppsAppIdGet200ResponseData) SetName(v string)
- func (o *AppsAppIdGet200ResponseData) SetProtected(v bool)
- func (o *AppsAppIdGet200ResponseData) SetReleaseVersion(v string)
- func (o *AppsAppIdGet200ResponseData) SetShortlink(v string)
- func (o *AppsAppIdGet200ResponseData) SetSynced(v bool)
- func (o *AppsAppIdGet200ResponseData) SetUpdatedAt(v string)
- func (o AppsAppIdGet200ResponseData) ToMap() (map[string]interface{}, error)
- func (o *AppsAppIdGet200ResponseData) UnmarshalJSON(data []byte) (err error)
- type AppsCloneAppPostRequest
- func (o *AppsCloneAppPostRequest) GetAppId() string
- func (o *AppsCloneAppPostRequest) GetAppIdOk() (*string, bool)
- func (o *AppsCloneAppPostRequest) GetFolderId() string
- func (o *AppsCloneAppPostRequest) GetFolderIdOk() (*string, bool)
- func (o *AppsCloneAppPostRequest) GetNewAppName() string
- func (o *AppsCloneAppPostRequest) GetNewAppNameOk() (*string, bool)
- func (o *AppsCloneAppPostRequest) HasFolderId() bool
- func (o AppsCloneAppPostRequest) MarshalJSON() ([]byte, error)
- func (o *AppsCloneAppPostRequest) SetAppId(v string)
- func (o *AppsCloneAppPostRequest) SetFolderId(v string)
- func (o *AppsCloneAppPostRequest) SetNewAppName(v string)
- func (o AppsCloneAppPostRequest) ToMap() (map[string]interface{}, error)
- func (o *AppsCloneAppPostRequest) UnmarshalJSON(data []byte) (err error)
- type AppsGet200Response
- func (o *AppsGet200Response) GetData() []AppsAppIdGet200ResponseData
- func (o *AppsGet200Response) GetDataOk() ([]AppsAppIdGet200ResponseData, bool)
- func (o *AppsGet200Response) GetHasMore() bool
- func (o *AppsGet200Response) GetHasMoreOk() (*bool, bool)
- func (o *AppsGet200Response) GetNextToken() string
- func (o *AppsGet200Response) GetNextTokenOk() (*string, bool)
- func (o *AppsGet200Response) GetSuccess() bool
- func (o *AppsGet200Response) GetSuccessOk() (*bool, bool)
- func (o *AppsGet200Response) GetTotalCount() float32
- func (o *AppsGet200Response) GetTotalCountOk() (*float32, bool)
- func (o AppsGet200Response) MarshalJSON() ([]byte, error)
- func (o *AppsGet200Response) SetData(v []AppsAppIdGet200ResponseData)
- func (o *AppsGet200Response) SetHasMore(v bool)
- func (o *AppsGet200Response) SetNextToken(v string)
- func (o *AppsGet200Response) SetSuccess(v bool)
- func (o *AppsGet200Response) SetTotalCount(v float32)
- func (o AppsGet200Response) ToMap() (map[string]interface{}, error)
- func (o *AppsGet200Response) UnmarshalJSON(data []byte) (err error)
- type AzureRepos
- func (o *AzureRepos) GetConfig() AzureReposConfig
- func (o *AzureRepos) GetConfigOk() (*AzureReposConfig, bool)
- func (o *AzureRepos) GetDefaultBranch() string
- func (o *AzureRepos) GetDefaultBranchOk() (*string, bool)
- func (o *AzureRepos) GetOrg() string
- func (o *AzureRepos) GetOrgOk() (*string, bool)
- func (o *AzureRepos) GetProvider() string
- func (o *AzureRepos) GetProviderOk() (*string, bool)
- func (o *AzureRepos) GetRepo() string
- func (o *AzureRepos) GetRepoOk() (*string, bool)
- func (o *AzureRepos) GetRepoVersion() string
- func (o *AzureRepos) GetRepoVersionOk() (*string, bool)
- func (o *AzureRepos) HasRepoVersion() bool
- func (o AzureRepos) MarshalJSON() ([]byte, error)
- func (o *AzureRepos) SetConfig(v AzureReposConfig)
- func (o *AzureRepos) SetDefaultBranch(v string)
- func (o *AzureRepos) SetOrg(v string)
- func (o *AzureRepos) SetProvider(v string)
- func (o *AzureRepos) SetRepo(v string)
- func (o *AzureRepos) SetRepoVersion(v string)
- func (o AzureRepos) ToMap() (map[string]interface{}, error)
- func (o *AzureRepos) UnmarshalJSON(data []byte) (err error)
- type AzureReposConfig
- func (o *AzureReposConfig) GetPersonalAccessToken() string
- func (o *AzureReposConfig) GetPersonalAccessTokenOk() (*string, bool)
- func (o *AzureReposConfig) GetProject() string
- func (o *AzureReposConfig) GetProjectOk() (*string, bool)
- func (o *AzureReposConfig) GetUrl() string
- func (o *AzureReposConfig) GetUrlOk() (*string, bool)
- func (o *AzureReposConfig) GetUseBasicAuth() bool
- func (o *AzureReposConfig) GetUseBasicAuthOk() (*bool, bool)
- func (o *AzureReposConfig) GetUser() string
- func (o *AzureReposConfig) GetUserOk() (*string, bool)
- func (o AzureReposConfig) MarshalJSON() ([]byte, error)
- func (o *AzureReposConfig) SetPersonalAccessToken(v string)
- func (o *AzureReposConfig) SetProject(v string)
- func (o *AzureReposConfig) SetUrl(v string)
- func (o *AzureReposConfig) SetUseBasicAuth(v bool)
- func (o *AzureReposConfig) SetUser(v string)
- func (o AzureReposConfig) ToMap() (map[string]interface{}, error)
- func (o *AzureReposConfig) UnmarshalJSON(data []byte) (err error)
- type BasicAuth
- type Bitbucket
- func (o *Bitbucket) GetConfig() BitbucketConfig
- func (o *Bitbucket) GetConfigOk() (*BitbucketConfig, bool)
- func (o *Bitbucket) GetDefaultBranch() string
- func (o *Bitbucket) GetDefaultBranchOk() (*string, bool)
- func (o *Bitbucket) GetOrg() string
- func (o *Bitbucket) GetOrgOk() (*string, bool)
- func (o *Bitbucket) GetProvider() string
- func (o *Bitbucket) GetProviderOk() (*string, bool)
- func (o *Bitbucket) GetRepo() string
- func (o *Bitbucket) GetRepoOk() (*string, bool)
- func (o *Bitbucket) GetRepoVersion() string
- func (o *Bitbucket) GetRepoVersionOk() (*string, bool)
- func (o *Bitbucket) HasRepoVersion() bool
- func (o Bitbucket) MarshalJSON() ([]byte, error)
- func (o *Bitbucket) SetConfig(v BitbucketConfig)
- func (o *Bitbucket) SetDefaultBranch(v string)
- func (o *Bitbucket) SetOrg(v string)
- func (o *Bitbucket) SetProvider(v string)
- func (o *Bitbucket) SetRepo(v string)
- func (o *Bitbucket) SetRepoVersion(v string)
- func (o Bitbucket) ToMap() (map[string]interface{}, error)
- func (o *Bitbucket) UnmarshalJSON(data []byte) (err error)
- type BitbucketConfig
- type BitbucketConfigAnyOf
- func (o *BitbucketConfigAnyOf) GetAppPassword() string
- func (o *BitbucketConfigAnyOf) GetAppPasswordOk() (*string, bool)
- func (o *BitbucketConfigAnyOf) GetEnterpriseApiUrl() string
- func (o *BitbucketConfigAnyOf) GetEnterpriseApiUrlOk() (*string, bool)
- func (o *BitbucketConfigAnyOf) GetType() string
- func (o *BitbucketConfigAnyOf) GetTypeOk() (*string, bool)
- func (o *BitbucketConfigAnyOf) GetUrl() string
- func (o *BitbucketConfigAnyOf) GetUrlOk() (*string, bool)
- func (o *BitbucketConfigAnyOf) GetUsername() string
- func (o *BitbucketConfigAnyOf) GetUsernameOk() (*string, bool)
- func (o *BitbucketConfigAnyOf) HasEnterpriseApiUrl() bool
- func (o *BitbucketConfigAnyOf) HasType() bool
- func (o *BitbucketConfigAnyOf) HasUrl() bool
- func (o BitbucketConfigAnyOf) MarshalJSON() ([]byte, error)
- func (o *BitbucketConfigAnyOf) SetAppPassword(v string)
- func (o *BitbucketConfigAnyOf) SetEnterpriseApiUrl(v string)
- func (o *BitbucketConfigAnyOf) SetType(v string)
- func (o *BitbucketConfigAnyOf) SetUrl(v string)
- func (o *BitbucketConfigAnyOf) SetUsername(v string)
- func (o BitbucketConfigAnyOf) ToMap() (map[string]interface{}, error)
- func (o *BitbucketConfigAnyOf) UnmarshalJSON(data []byte) (err error)
- type BitbucketConfigAnyOf1
- func (o *BitbucketConfigAnyOf1) GetEnterpriseApiUrl() string
- func (o *BitbucketConfigAnyOf1) GetEnterpriseApiUrlOk() (*string, bool)
- func (o *BitbucketConfigAnyOf1) GetToken() string
- func (o *BitbucketConfigAnyOf1) GetTokenOk() (*string, bool)
- func (o *BitbucketConfigAnyOf1) GetType() string
- func (o *BitbucketConfigAnyOf1) GetTypeOk() (*string, bool)
- func (o *BitbucketConfigAnyOf1) GetUrl() string
- func (o *BitbucketConfigAnyOf1) GetUrlOk() (*string, bool)
- func (o *BitbucketConfigAnyOf1) HasEnterpriseApiUrl() bool
- func (o *BitbucketConfigAnyOf1) HasType() bool
- func (o *BitbucketConfigAnyOf1) HasUrl() bool
- func (o BitbucketConfigAnyOf1) MarshalJSON() ([]byte, error)
- func (o *BitbucketConfigAnyOf1) SetEnterpriseApiUrl(v string)
- func (o *BitbucketConfigAnyOf1) SetToken(v string)
- func (o *BitbucketConfigAnyOf1) SetType(v string)
- func (o *BitbucketConfigAnyOf1) SetUrl(v string)
- func (o BitbucketConfigAnyOf1) ToMap() (map[string]interface{}, error)
- func (o *BitbucketConfigAnyOf1) UnmarshalJSON(data []byte) (err error)
- type Configuration
- type ConfigurationVariable
- func (o *ConfigurationVariable) GetDescription() string
- func (o *ConfigurationVariable) GetDescriptionOk() (*string, bool)
- func (o *ConfigurationVariable) GetId() string
- func (o *ConfigurationVariable) GetIdOk() (*string, bool)
- func (o *ConfigurationVariable) GetName() string
- func (o *ConfigurationVariable) GetNameOk() (*string, bool)
- func (o *ConfigurationVariable) GetSecret() bool
- func (o *ConfigurationVariable) GetSecretOk() (*bool, bool)
- func (o *ConfigurationVariable) GetValues() []ConfigurationVariablesGet200ResponseDataInnerValuesInner
- func (o *ConfigurationVariable) GetValuesOk() ([]ConfigurationVariablesGet200ResponseDataInnerValuesInner, bool)
- func (o *ConfigurationVariable) HasDescription() bool
- func (o ConfigurationVariable) MarshalJSON() ([]byte, error)
- func (o *ConfigurationVariable) SetDescription(v string)
- func (o *ConfigurationVariable) SetId(v string)
- func (o *ConfigurationVariable) SetName(v string)
- func (o *ConfigurationVariable) SetSecret(v bool)
- func (o *ConfigurationVariable) SetValues(v []ConfigurationVariablesGet200ResponseDataInnerValuesInner)
- func (o ConfigurationVariable) ToMap() (map[string]interface{}, error)
- func (o *ConfigurationVariable) UnmarshalJSON(data []byte) (err error)
- type ConfigurationVariablesAPIService
- func (a *ConfigurationVariablesAPIService) ConfigurationVariablesGet(ctx context.Context) ApiConfigurationVariablesGetRequest
- func (a *ConfigurationVariablesAPIService) ConfigurationVariablesGetExecute(r ApiConfigurationVariablesGetRequest) (*ConfigurationVariablesGet200Response, *http.Response, error)
- func (a *ConfigurationVariablesAPIService) ConfigurationVariablesIdDelete(ctx context.Context, id string) ApiConfigurationVariablesIdDeleteRequest
- func (a *ConfigurationVariablesAPIService) ConfigurationVariablesIdDeleteExecute(r ApiConfigurationVariablesIdDeleteRequest) (*http.Response, error)
- func (a *ConfigurationVariablesAPIService) ConfigurationVariablesIdGet(ctx context.Context, id string) ApiConfigurationVariablesIdGetRequest
- func (a *ConfigurationVariablesAPIService) ConfigurationVariablesIdGetExecute(r ApiConfigurationVariablesIdGetRequest) (*ConfigurationVariablesPost200Response, *http.Response, error)
- func (a *ConfigurationVariablesAPIService) ConfigurationVariablesIdPut(ctx context.Context, id string) ApiConfigurationVariablesIdPutRequest
- func (a *ConfigurationVariablesAPIService) ConfigurationVariablesIdPutExecute(r ApiConfigurationVariablesIdPutRequest) (*ConfigurationVariablesPost200Response, *http.Response, error)
- func (a *ConfigurationVariablesAPIService) ConfigurationVariablesPost(ctx context.Context) ApiConfigurationVariablesPostRequest
- func (a *ConfigurationVariablesAPIService) ConfigurationVariablesPostExecute(r ApiConfigurationVariablesPostRequest) (*ConfigurationVariablesPost200Response, *http.Response, error)
- type ConfigurationVariablesGet200Response
- func (o *ConfigurationVariablesGet200Response) GetData() []ConfigurationVariablesGet200ResponseDataInner
- func (o *ConfigurationVariablesGet200Response) GetDataOk() ([]ConfigurationVariablesGet200ResponseDataInner, bool)
- func (o *ConfigurationVariablesGet200Response) GetHasMore() bool
- func (o *ConfigurationVariablesGet200Response) GetHasMoreOk() (*bool, bool)
- func (o *ConfigurationVariablesGet200Response) GetNextToken() string
- func (o *ConfigurationVariablesGet200Response) GetNextTokenOk() (*string, bool)
- func (o *ConfigurationVariablesGet200Response) GetSuccess() bool
- func (o *ConfigurationVariablesGet200Response) GetSuccessOk() (*bool, bool)
- func (o *ConfigurationVariablesGet200Response) GetTotalCount() float32
- func (o *ConfigurationVariablesGet200Response) GetTotalCountOk() (*float32, bool)
- func (o ConfigurationVariablesGet200Response) MarshalJSON() ([]byte, error)
- func (o *ConfigurationVariablesGet200Response) SetData(v []ConfigurationVariablesGet200ResponseDataInner)
- func (o *ConfigurationVariablesGet200Response) SetHasMore(v bool)
- func (o *ConfigurationVariablesGet200Response) SetNextToken(v string)
- func (o *ConfigurationVariablesGet200Response) SetSuccess(v bool)
- func (o *ConfigurationVariablesGet200Response) SetTotalCount(v float32)
- func (o ConfigurationVariablesGet200Response) ToMap() (map[string]interface{}, error)
- func (o *ConfigurationVariablesGet200Response) UnmarshalJSON(data []byte) (err error)
- type ConfigurationVariablesGet200ResponseDataInner
- func (o *ConfigurationVariablesGet200ResponseDataInner) GetDescription() string
- func (o *ConfigurationVariablesGet200ResponseDataInner) GetDescriptionOk() (*string, bool)
- func (o *ConfigurationVariablesGet200ResponseDataInner) GetId() string
- func (o *ConfigurationVariablesGet200ResponseDataInner) GetIdOk() (*string, bool)
- func (o *ConfigurationVariablesGet200ResponseDataInner) GetName() string
- func (o *ConfigurationVariablesGet200ResponseDataInner) GetNameOk() (*string, bool)
- func (o *ConfigurationVariablesGet200ResponseDataInner) GetSecret() bool
- func (o *ConfigurationVariablesGet200ResponseDataInner) GetSecretOk() (*bool, bool)
- func (o *ConfigurationVariablesGet200ResponseDataInner) GetValues() []ConfigurationVariablesGet200ResponseDataInnerValuesInner
- func (o *ConfigurationVariablesGet200ResponseDataInner) GetValuesOk() ([]ConfigurationVariablesGet200ResponseDataInnerValuesInner, bool)
- func (o *ConfigurationVariablesGet200ResponseDataInner) HasDescription() bool
- func (o ConfigurationVariablesGet200ResponseDataInner) MarshalJSON() ([]byte, error)
- func (o *ConfigurationVariablesGet200ResponseDataInner) SetDescription(v string)
- func (o *ConfigurationVariablesGet200ResponseDataInner) SetId(v string)
- func (o *ConfigurationVariablesGet200ResponseDataInner) SetName(v string)
- func (o *ConfigurationVariablesGet200ResponseDataInner) SetSecret(v bool)
- func (o *ConfigurationVariablesGet200ResponseDataInner) SetValues(v []ConfigurationVariablesGet200ResponseDataInnerValuesInner)
- func (o ConfigurationVariablesGet200ResponseDataInner) ToMap() (map[string]interface{}, error)
- func (o *ConfigurationVariablesGet200ResponseDataInner) UnmarshalJSON(data []byte) (err error)
- type ConfigurationVariablesGet200ResponseDataInnerValuesInner
- func (o *ConfigurationVariablesGet200ResponseDataInnerValuesInner) GetEnvironmentId() string
- func (o *ConfigurationVariablesGet200ResponseDataInnerValuesInner) GetEnvironmentIdOk() (*string, bool)
- func (o *ConfigurationVariablesGet200ResponseDataInnerValuesInner) GetValue() string
- func (o *ConfigurationVariablesGet200ResponseDataInnerValuesInner) GetValueOk() (*string, bool)
- func (o ConfigurationVariablesGet200ResponseDataInnerValuesInner) MarshalJSON() ([]byte, error)
- func (o *ConfigurationVariablesGet200ResponseDataInnerValuesInner) SetEnvironmentId(v string)
- func (o *ConfigurationVariablesGet200ResponseDataInnerValuesInner) SetValue(v string)
- func (o ConfigurationVariablesGet200ResponseDataInnerValuesInner) ToMap() (map[string]interface{}, error)
- func (o *ConfigurationVariablesGet200ResponseDataInnerValuesInner) UnmarshalJSON(data []byte) (err error)
- type ConfigurationVariablesPost200Response
- func (o *ConfigurationVariablesPost200Response) GetData() ConfigurationVariablesGet200ResponseDataInner
- func (o *ConfigurationVariablesPost200Response) GetDataOk() (*ConfigurationVariablesGet200ResponseDataInner, bool)
- func (o *ConfigurationVariablesPost200Response) GetSuccess() bool
- func (o *ConfigurationVariablesPost200Response) GetSuccessOk() (*bool, bool)
- func (o ConfigurationVariablesPost200Response) MarshalJSON() ([]byte, error)
- func (o *ConfigurationVariablesPost200Response) SetData(v ConfigurationVariablesGet200ResponseDataInner)
- func (o *ConfigurationVariablesPost200Response) SetSuccess(v bool)
- func (o ConfigurationVariablesPost200Response) ToMap() (map[string]interface{}, error)
- func (o *ConfigurationVariablesPost200Response) UnmarshalJSON(data []byte) (err error)
- type ConfigurationVariablesPostRequest
- func (o *ConfigurationVariablesPostRequest) GetDescription() string
- func (o *ConfigurationVariablesPostRequest) GetDescriptionOk() (*string, bool)
- func (o *ConfigurationVariablesPostRequest) GetName() string
- func (o *ConfigurationVariablesPostRequest) GetNameOk() (*string, bool)
- func (o *ConfigurationVariablesPostRequest) GetSecret() bool
- func (o *ConfigurationVariablesPostRequest) GetSecretOk() (*bool, bool)
- func (o *ConfigurationVariablesPostRequest) GetValues() []ConfigurationVariablesGet200ResponseDataInnerValuesInner
- func (o *ConfigurationVariablesPostRequest) GetValuesOk() ([]ConfigurationVariablesGet200ResponseDataInnerValuesInner, bool)
- func (o *ConfigurationVariablesPostRequest) HasDescription() bool
- func (o ConfigurationVariablesPostRequest) MarshalJSON() ([]byte, error)
- func (o *ConfigurationVariablesPostRequest) SetDescription(v string)
- func (o *ConfigurationVariablesPostRequest) SetName(v string)
- func (o *ConfigurationVariablesPostRequest) SetSecret(v bool)
- func (o *ConfigurationVariablesPostRequest) SetValues(v []ConfigurationVariablesGet200ResponseDataInnerValuesInner)
- func (o ConfigurationVariablesPostRequest) ToMap() (map[string]interface{}, error)
- func (o *ConfigurationVariablesPostRequest) UnmarshalJSON(data []byte) (err error)
- type CopyOperation
- func (o *CopyOperation) GetFrom() string
- func (o *CopyOperation) GetFromOk() (*string, bool)
- func (o *CopyOperation) GetOp() string
- func (o *CopyOperation) GetOpOk() (*string, bool)
- func (o *CopyOperation) GetPath() string
- func (o *CopyOperation) GetPathOk() (*string, bool)
- func (o CopyOperation) MarshalJSON() ([]byte, error)
- func (o *CopyOperation) SetFrom(v string)
- func (o *CopyOperation) SetOp(v string)
- func (o *CopyOperation) SetPath(v string)
- func (o CopyOperation) ToMap() (map[string]interface{}, error)
- func (o *CopyOperation) UnmarshalJSON(data []byte) (err error)
- type CustomComponentLibrariesGet200Response
- func (o *CustomComponentLibrariesGet200Response) GetData() []CustomComponentLibrariesLibraryIdGet200ResponseData
- func (o *CustomComponentLibrariesGet200Response) GetDataOk() ([]CustomComponentLibrariesLibraryIdGet200ResponseData, bool)
- func (o *CustomComponentLibrariesGet200Response) GetHasMore() bool
- func (o *CustomComponentLibrariesGet200Response) GetHasMoreOk() (*bool, bool)
- func (o *CustomComponentLibrariesGet200Response) GetNextToken() string
- func (o *CustomComponentLibrariesGet200Response) GetNextTokenOk() (*string, bool)
- func (o *CustomComponentLibrariesGet200Response) GetSuccess() bool
- func (o *CustomComponentLibrariesGet200Response) GetSuccessOk() (*bool, bool)
- func (o *CustomComponentLibrariesGet200Response) GetTotalCount() float32
- func (o *CustomComponentLibrariesGet200Response) GetTotalCountOk() (*float32, bool)
- func (o CustomComponentLibrariesGet200Response) MarshalJSON() ([]byte, error)
- func (o *CustomComponentLibrariesGet200Response) SetData(v []CustomComponentLibrariesLibraryIdGet200ResponseData)
- func (o *CustomComponentLibrariesGet200Response) SetHasMore(v bool)
- func (o *CustomComponentLibrariesGet200Response) SetNextToken(v string)
- func (o *CustomComponentLibrariesGet200Response) SetSuccess(v bool)
- func (o *CustomComponentLibrariesGet200Response) SetTotalCount(v float32)
- func (o CustomComponentLibrariesGet200Response) ToMap() (map[string]interface{}, error)
- func (o *CustomComponentLibrariesGet200Response) UnmarshalJSON(data []byte) (err error)
- type CustomComponentLibrariesLibraryIdGet200Response
- func (o *CustomComponentLibrariesLibraryIdGet200Response) GetData() CustomComponentLibrariesLibraryIdGet200ResponseData
- func (o *CustomComponentLibrariesLibraryIdGet200Response) GetDataOk() (*CustomComponentLibrariesLibraryIdGet200ResponseData, bool)
- func (o *CustomComponentLibrariesLibraryIdGet200Response) GetSuccess() bool
- func (o *CustomComponentLibrariesLibraryIdGet200Response) GetSuccessOk() (*bool, bool)
- func (o CustomComponentLibrariesLibraryIdGet200Response) MarshalJSON() ([]byte, error)
- func (o *CustomComponentLibrariesLibraryIdGet200Response) SetData(v CustomComponentLibrariesLibraryIdGet200ResponseData)
- func (o *CustomComponentLibrariesLibraryIdGet200Response) SetSuccess(v bool)
- func (o CustomComponentLibrariesLibraryIdGet200Response) ToMap() (map[string]interface{}, error)
- func (o *CustomComponentLibrariesLibraryIdGet200Response) UnmarshalJSON(data []byte) (err error)
- type CustomComponentLibrariesLibraryIdGet200ResponseData
- func NewCustomComponentLibrariesLibraryIdGet200ResponseData(id string, name string, description NullableString, label string, ...) *CustomComponentLibrariesLibraryIdGet200ResponseData
- func NewCustomComponentLibrariesLibraryIdGet200ResponseDataWithDefaults() *CustomComponentLibrariesLibraryIdGet200ResponseData
- func (o *CustomComponentLibrariesLibraryIdGet200ResponseData) GetCreatedAt() time.Time
- func (o *CustomComponentLibrariesLibraryIdGet200ResponseData) GetCreatedAtOk() (*time.Time, bool)
- func (o *CustomComponentLibrariesLibraryIdGet200ResponseData) GetDescription() string
- func (o *CustomComponentLibrariesLibraryIdGet200ResponseData) GetDescriptionOk() (*string, bool)
- func (o *CustomComponentLibrariesLibraryIdGet200ResponseData) GetId() string
- func (o *CustomComponentLibrariesLibraryIdGet200ResponseData) GetIdOk() (*string, bool)
- func (o *CustomComponentLibrariesLibraryIdGet200ResponseData) GetLabel() string
- func (o *CustomComponentLibrariesLibraryIdGet200ResponseData) GetLabelOk() (*string, bool)
- func (o *CustomComponentLibrariesLibraryIdGet200ResponseData) GetName() string
- func (o *CustomComponentLibrariesLibraryIdGet200ResponseData) GetNameOk() (*string, bool)
- func (o *CustomComponentLibrariesLibraryIdGet200ResponseData) GetUpdatedAt() time.Time
- func (o *CustomComponentLibrariesLibraryIdGet200ResponseData) GetUpdatedAtOk() (*time.Time, bool)
- func (o CustomComponentLibrariesLibraryIdGet200ResponseData) MarshalJSON() ([]byte, error)
- func (o *CustomComponentLibrariesLibraryIdGet200ResponseData) SetCreatedAt(v time.Time)
- func (o *CustomComponentLibrariesLibraryIdGet200ResponseData) SetDescription(v string)
- func (o *CustomComponentLibrariesLibraryIdGet200ResponseData) SetId(v string)
- func (o *CustomComponentLibrariesLibraryIdGet200ResponseData) SetLabel(v string)
- func (o *CustomComponentLibrariesLibraryIdGet200ResponseData) SetName(v string)
- func (o *CustomComponentLibrariesLibraryIdGet200ResponseData) SetUpdatedAt(v time.Time)
- func (o CustomComponentLibrariesLibraryIdGet200ResponseData) ToMap() (map[string]interface{}, error)
- func (o *CustomComponentLibrariesLibraryIdGet200ResponseData) UnmarshalJSON(data []byte) (err error)
- type CustomComponentLibrariesLibraryIdRevisionsGet200Response
- func (o *CustomComponentLibrariesLibraryIdRevisionsGet200Response) GetData() []CustomComponentLibrariesLibraryIdRevisionsGet200ResponseDataInner
- func (o *CustomComponentLibrariesLibraryIdRevisionsGet200Response) GetDataOk() ([]CustomComponentLibrariesLibraryIdRevisionsGet200ResponseDataInner, bool)
- func (o *CustomComponentLibrariesLibraryIdRevisionsGet200Response) GetHasMore() bool
- func (o *CustomComponentLibrariesLibraryIdRevisionsGet200Response) GetHasMoreOk() (*bool, bool)
- func (o *CustomComponentLibrariesLibraryIdRevisionsGet200Response) GetNextToken() string
- func (o *CustomComponentLibrariesLibraryIdRevisionsGet200Response) GetNextTokenOk() (*string, bool)
- func (o *CustomComponentLibrariesLibraryIdRevisionsGet200Response) GetSuccess() bool
- func (o *CustomComponentLibrariesLibraryIdRevisionsGet200Response) GetSuccessOk() (*bool, bool)
- func (o *CustomComponentLibrariesLibraryIdRevisionsGet200Response) GetTotalCount() float32
- func (o *CustomComponentLibrariesLibraryIdRevisionsGet200Response) GetTotalCountOk() (*float32, bool)
- func (o CustomComponentLibrariesLibraryIdRevisionsGet200Response) MarshalJSON() ([]byte, error)
- func (o *CustomComponentLibrariesLibraryIdRevisionsGet200Response) SetData(v []CustomComponentLibrariesLibraryIdRevisionsGet200ResponseDataInner)
- func (o *CustomComponentLibrariesLibraryIdRevisionsGet200Response) SetHasMore(v bool)
- func (o *CustomComponentLibrariesLibraryIdRevisionsGet200Response) SetNextToken(v string)
- func (o *CustomComponentLibrariesLibraryIdRevisionsGet200Response) SetSuccess(v bool)
- func (o *CustomComponentLibrariesLibraryIdRevisionsGet200Response) SetTotalCount(v float32)
- func (o CustomComponentLibrariesLibraryIdRevisionsGet200Response) ToMap() (map[string]interface{}, error)
- func (o *CustomComponentLibrariesLibraryIdRevisionsGet200Response) UnmarshalJSON(data []byte) (err error)
- type CustomComponentLibrariesLibraryIdRevisionsGet200ResponseDataInner
- func NewCustomComponentLibrariesLibraryIdRevisionsGet200ResponseDataInner(id string, version string, customComponentLibraryId string, ...) *CustomComponentLibrariesLibraryIdRevisionsGet200ResponseDataInner
- func NewCustomComponentLibrariesLibraryIdRevisionsGet200ResponseDataInnerWithDefaults() *CustomComponentLibrariesLibraryIdRevisionsGet200ResponseDataInner
- func (o *CustomComponentLibrariesLibraryIdRevisionsGet200ResponseDataInner) GetCreatedAt() time.Time
- func (o *CustomComponentLibrariesLibraryIdRevisionsGet200ResponseDataInner) GetCreatedAtOk() (*time.Time, bool)
- func (o *CustomComponentLibrariesLibraryIdRevisionsGet200ResponseDataInner) GetCustomComponentLibraryId() string
- func (o *CustomComponentLibrariesLibraryIdRevisionsGet200ResponseDataInner) GetCustomComponentLibraryIdOk() (*string, bool)
- func (o *CustomComponentLibrariesLibraryIdRevisionsGet200ResponseDataInner) GetId() string
- func (o *CustomComponentLibrariesLibraryIdRevisionsGet200ResponseDataInner) GetIdOk() (*string, bool)
- func (o *CustomComponentLibrariesLibraryIdRevisionsGet200ResponseDataInner) GetUpdatedAt() time.Time
- func (o *CustomComponentLibrariesLibraryIdRevisionsGet200ResponseDataInner) GetUpdatedAtOk() (*time.Time, bool)
- func (o *CustomComponentLibrariesLibraryIdRevisionsGet200ResponseDataInner) GetVersion() string
- func (o *CustomComponentLibrariesLibraryIdRevisionsGet200ResponseDataInner) GetVersionOk() (*string, bool)
- func (o CustomComponentLibrariesLibraryIdRevisionsGet200ResponseDataInner) MarshalJSON() ([]byte, error)
- func (o *CustomComponentLibrariesLibraryIdRevisionsGet200ResponseDataInner) SetCreatedAt(v time.Time)
- func (o *CustomComponentLibrariesLibraryIdRevisionsGet200ResponseDataInner) SetCustomComponentLibraryId(v string)
- func (o *CustomComponentLibrariesLibraryIdRevisionsGet200ResponseDataInner) SetId(v string)
- func (o *CustomComponentLibrariesLibraryIdRevisionsGet200ResponseDataInner) SetUpdatedAt(v time.Time)
- func (o *CustomComponentLibrariesLibraryIdRevisionsGet200ResponseDataInner) SetVersion(v string)
- func (o CustomComponentLibrariesLibraryIdRevisionsGet200ResponseDataInner) ToMap() (map[string]interface{}, error)
- func (o *CustomComponentLibrariesLibraryIdRevisionsGet200ResponseDataInner) UnmarshalJSON(data []byte) (err error)
- type CustomComponentLibrariesLibraryIdRevisionsPost200Response
- func (o *CustomComponentLibrariesLibraryIdRevisionsPost200Response) GetData() CustomComponentLibrariesLibraryIdRevisionsGet200ResponseDataInner
- func (o *CustomComponentLibrariesLibraryIdRevisionsPost200Response) GetDataOk() (*CustomComponentLibrariesLibraryIdRevisionsGet200ResponseDataInner, bool)
- func (o *CustomComponentLibrariesLibraryIdRevisionsPost200Response) GetSuccess() bool
- func (o *CustomComponentLibrariesLibraryIdRevisionsPost200Response) GetSuccessOk() (*bool, bool)
- func (o CustomComponentLibrariesLibraryIdRevisionsPost200Response) MarshalJSON() ([]byte, error)
- func (o *CustomComponentLibrariesLibraryIdRevisionsPost200Response) SetData(v CustomComponentLibrariesLibraryIdRevisionsGet200ResponseDataInner)
- func (o *CustomComponentLibrariesLibraryIdRevisionsPost200Response) SetSuccess(v bool)
- func (o CustomComponentLibrariesLibraryIdRevisionsPost200Response) ToMap() (map[string]interface{}, error)
- func (o *CustomComponentLibrariesLibraryIdRevisionsPost200Response) UnmarshalJSON(data []byte) (err error)
- type CustomComponentLibrariesLibraryIdRevisionsRevisionIdFilesGet200Response
- func NewCustomComponentLibrariesLibraryIdRevisionsRevisionIdFilesGet200Response(success bool, ...) *CustomComponentLibrariesLibraryIdRevisionsRevisionIdFilesGet200Response
- func NewCustomComponentLibrariesLibraryIdRevisionsRevisionIdFilesGet200ResponseWithDefaults() *CustomComponentLibrariesLibraryIdRevisionsRevisionIdFilesGet200Response
- func (o *CustomComponentLibrariesLibraryIdRevisionsRevisionIdFilesGet200Response) GetData() ...
- func (o *CustomComponentLibrariesLibraryIdRevisionsRevisionIdFilesGet200Response) GetDataOk() (...)
- func (o *CustomComponentLibrariesLibraryIdRevisionsRevisionIdFilesGet200Response) GetHasMore() bool
- func (o *CustomComponentLibrariesLibraryIdRevisionsRevisionIdFilesGet200Response) GetHasMoreOk() (*bool, bool)
- func (o *CustomComponentLibrariesLibraryIdRevisionsRevisionIdFilesGet200Response) GetNextToken() string
- func (o *CustomComponentLibrariesLibraryIdRevisionsRevisionIdFilesGet200Response) GetNextTokenOk() (*string, bool)
- func (o *CustomComponentLibrariesLibraryIdRevisionsRevisionIdFilesGet200Response) GetSuccess() bool
- func (o *CustomComponentLibrariesLibraryIdRevisionsRevisionIdFilesGet200Response) GetSuccessOk() (*bool, bool)
- func (o *CustomComponentLibrariesLibraryIdRevisionsRevisionIdFilesGet200Response) GetTotalCount() float32
- func (o *CustomComponentLibrariesLibraryIdRevisionsRevisionIdFilesGet200Response) GetTotalCountOk() (*float32, bool)
- func (o CustomComponentLibrariesLibraryIdRevisionsRevisionIdFilesGet200Response) MarshalJSON() ([]byte, error)
- func (o *CustomComponentLibrariesLibraryIdRevisionsRevisionIdFilesGet200Response) SetData(...)
- func (o *CustomComponentLibrariesLibraryIdRevisionsRevisionIdFilesGet200Response) SetHasMore(v bool)
- func (o *CustomComponentLibrariesLibraryIdRevisionsRevisionIdFilesGet200Response) SetNextToken(v string)
- func (o *CustomComponentLibrariesLibraryIdRevisionsRevisionIdFilesGet200Response) SetSuccess(v bool)
- func (o *CustomComponentLibrariesLibraryIdRevisionsRevisionIdFilesGet200Response) SetTotalCount(v float32)
- func (o CustomComponentLibrariesLibraryIdRevisionsRevisionIdFilesGet200Response) ToMap() (map[string]interface{}, error)
- func (o *CustomComponentLibrariesLibraryIdRevisionsRevisionIdFilesGet200Response) UnmarshalJSON(data []byte) (err error)
- type CustomComponentLibrariesLibraryIdRevisionsRevisionIdFilesGet200ResponseDataInner
- func (o *CustomComponentLibrariesLibraryIdRevisionsRevisionIdFilesGet200ResponseDataInner) GetCreatedAt() time.Time
- func (o *CustomComponentLibrariesLibraryIdRevisionsRevisionIdFilesGet200ResponseDataInner) GetCreatedAtOk() (*time.Time, bool)
- func (o *CustomComponentLibrariesLibraryIdRevisionsRevisionIdFilesGet200ResponseDataInner) GetFileContents() string
- func (o *CustomComponentLibrariesLibraryIdRevisionsRevisionIdFilesGet200ResponseDataInner) GetFileContentsOk() (*string, bool)
- func (o *CustomComponentLibrariesLibraryIdRevisionsRevisionIdFilesGet200ResponseDataInner) GetFilepath() string
- func (o *CustomComponentLibrariesLibraryIdRevisionsRevisionIdFilesGet200ResponseDataInner) GetFilepathOk() (*string, bool)
- func (o *CustomComponentLibrariesLibraryIdRevisionsRevisionIdFilesGet200ResponseDataInner) GetUpdatedAt() time.Time
- func (o *CustomComponentLibrariesLibraryIdRevisionsRevisionIdFilesGet200ResponseDataInner) GetUpdatedAtOk() (*time.Time, bool)
- func (o CustomComponentLibrariesLibraryIdRevisionsRevisionIdFilesGet200ResponseDataInner) MarshalJSON() ([]byte, error)
- func (o *CustomComponentLibrariesLibraryIdRevisionsRevisionIdFilesGet200ResponseDataInner) SetCreatedAt(v time.Time)
- func (o *CustomComponentLibrariesLibraryIdRevisionsRevisionIdFilesGet200ResponseDataInner) SetFileContents(v string)
- func (o *CustomComponentLibrariesLibraryIdRevisionsRevisionIdFilesGet200ResponseDataInner) SetFilepath(v string)
- func (o *CustomComponentLibrariesLibraryIdRevisionsRevisionIdFilesGet200ResponseDataInner) SetUpdatedAt(v time.Time)
- func (o CustomComponentLibrariesLibraryIdRevisionsRevisionIdFilesGet200ResponseDataInner) ToMap() (map[string]interface{}, error)
- func (o *CustomComponentLibrariesLibraryIdRevisionsRevisionIdFilesGet200ResponseDataInner) UnmarshalJSON(data []byte) (err error)
- type CustomComponentLibrariesPost200Response
- func (o *CustomComponentLibrariesPost200Response) GetData() CustomComponentLibrariesLibraryIdGet200ResponseData
- func (o *CustomComponentLibrariesPost200Response) GetDataOk() (*CustomComponentLibrariesLibraryIdGet200ResponseData, bool)
- func (o *CustomComponentLibrariesPost200Response) GetSuccess() bool
- func (o *CustomComponentLibrariesPost200Response) GetSuccessOk() (*bool, bool)
- func (o CustomComponentLibrariesPost200Response) MarshalJSON() ([]byte, error)
- func (o *CustomComponentLibrariesPost200Response) SetData(v CustomComponentLibrariesLibraryIdGet200ResponseData)
- func (o *CustomComponentLibrariesPost200Response) SetSuccess(v bool)
- func (o CustomComponentLibrariesPost200Response) ToMap() (map[string]interface{}, error)
- func (o *CustomComponentLibrariesPost200Response) UnmarshalJSON(data []byte) (err error)
- type CustomComponentLibrariesPostRequest
- func (o *CustomComponentLibrariesPostRequest) GetDescription() string
- func (o *CustomComponentLibrariesPostRequest) GetDescriptionOk() (*string, bool)
- func (o *CustomComponentLibrariesPostRequest) GetId() string
- func (o *CustomComponentLibrariesPostRequest) GetIdOk() (*string, bool)
- func (o *CustomComponentLibrariesPostRequest) GetLabel() string
- func (o *CustomComponentLibrariesPostRequest) GetLabelOk() (*string, bool)
- func (o *CustomComponentLibrariesPostRequest) GetName() string
- func (o *CustomComponentLibrariesPostRequest) GetNameOk() (*string, bool)
- func (o *CustomComponentLibrariesPostRequest) HasId() bool
- func (o CustomComponentLibrariesPostRequest) MarshalJSON() ([]byte, error)
- func (o *CustomComponentLibrariesPostRequest) SetDescription(v string)
- func (o *CustomComponentLibrariesPostRequest) SetId(v string)
- func (o *CustomComponentLibrariesPostRequest) SetLabel(v string)
- func (o *CustomComponentLibrariesPostRequest) SetName(v string)
- func (o CustomComponentLibrariesPostRequest) ToMap() (map[string]interface{}, error)
- func (o *CustomComponentLibrariesPostRequest) UnmarshalJSON(data []byte) (err error)
- type CustomComponentLibrary
- func (o *CustomComponentLibrary) GetCreatedAt() time.Time
- func (o *CustomComponentLibrary) GetCreatedAtOk() (*time.Time, bool)
- func (o *CustomComponentLibrary) GetDescription() string
- func (o *CustomComponentLibrary) GetDescriptionOk() (*string, bool)
- func (o *CustomComponentLibrary) GetId() string
- func (o *CustomComponentLibrary) GetIdOk() (*string, bool)
- func (o *CustomComponentLibrary) GetLabel() string
- func (o *CustomComponentLibrary) GetLabelOk() (*string, bool)
- func (o *CustomComponentLibrary) GetName() string
- func (o *CustomComponentLibrary) GetNameOk() (*string, bool)
- func (o *CustomComponentLibrary) GetUpdatedAt() time.Time
- func (o *CustomComponentLibrary) GetUpdatedAtOk() (*time.Time, bool)
- func (o CustomComponentLibrary) MarshalJSON() ([]byte, error)
- func (o *CustomComponentLibrary) SetCreatedAt(v time.Time)
- func (o *CustomComponentLibrary) SetDescription(v string)
- func (o *CustomComponentLibrary) SetId(v string)
- func (o *CustomComponentLibrary) SetLabel(v string)
- func (o *CustomComponentLibrary) SetName(v string)
- func (o *CustomComponentLibrary) SetUpdatedAt(v time.Time)
- func (o CustomComponentLibrary) ToMap() (map[string]interface{}, error)
- func (o *CustomComponentLibrary) UnmarshalJSON(data []byte) (err error)
- type CustomComponentLibraryAPIService
- func (a *CustomComponentLibraryAPIService) CustomComponentLibrariesGet(ctx context.Context) ApiCustomComponentLibrariesGetRequest
- func (a *CustomComponentLibraryAPIService) CustomComponentLibrariesGetExecute(r ApiCustomComponentLibrariesGetRequest) (*CustomComponentLibrariesGet200Response, *http.Response, error)
- func (a *CustomComponentLibraryAPIService) CustomComponentLibrariesLibraryIdGet(ctx context.Context, libraryId string) ApiCustomComponentLibrariesLibraryIdGetRequest
- func (a *CustomComponentLibraryAPIService) CustomComponentLibrariesLibraryIdGetExecute(r ApiCustomComponentLibrariesLibraryIdGetRequest) (*CustomComponentLibrariesLibraryIdGet200Response, *http.Response, error)
- func (a *CustomComponentLibraryAPIService) CustomComponentLibrariesLibraryIdRevisionsGet(ctx context.Context, libraryId string) ApiCustomComponentLibrariesLibraryIdRevisionsGetRequest
- func (a *CustomComponentLibraryAPIService) CustomComponentLibrariesLibraryIdRevisionsGetExecute(r ApiCustomComponentLibrariesLibraryIdRevisionsGetRequest) (*CustomComponentLibrariesLibraryIdRevisionsGet200Response, *http.Response, ...)
- func (a *CustomComponentLibraryAPIService) CustomComponentLibrariesLibraryIdRevisionsPost(ctx context.Context, libraryId string) ApiCustomComponentLibrariesLibraryIdRevisionsPostRequest
- func (a *CustomComponentLibraryAPIService) CustomComponentLibrariesLibraryIdRevisionsPostExecute(r ApiCustomComponentLibrariesLibraryIdRevisionsPostRequest) (*CustomComponentLibrariesLibraryIdRevisionsPost200Response, *http.Response, ...)
- func (a *CustomComponentLibraryAPIService) CustomComponentLibrariesLibraryIdRevisionsRevisionIdFilesGet(ctx context.Context, libraryId string, revisionId string) ApiCustomComponentLibrariesLibraryIdRevisionsRevisionIdFilesGetRequest
- func (a *CustomComponentLibraryAPIService) CustomComponentLibrariesLibraryIdRevisionsRevisionIdFilesGetExecute(r ApiCustomComponentLibrariesLibraryIdRevisionsRevisionIdFilesGetRequest) (*CustomComponentLibrariesLibraryIdRevisionsRevisionIdFilesGet200Response, ...)
- func (a *CustomComponentLibraryAPIService) CustomComponentLibrariesPost(ctx context.Context) ApiCustomComponentLibrariesPostRequest
- func (a *CustomComponentLibraryAPIService) CustomComponentLibrariesPostExecute(r ApiCustomComponentLibrariesPostRequest) (*CustomComponentLibrariesPost200Response, *http.Response, error)
- type CustomComponentLibraryRevision
- func (o *CustomComponentLibraryRevision) GetCreatedAt() time.Time
- func (o *CustomComponentLibraryRevision) GetCreatedAtOk() (*time.Time, bool)
- func (o *CustomComponentLibraryRevision) GetCustomComponentLibraryId() string
- func (o *CustomComponentLibraryRevision) GetCustomComponentLibraryIdOk() (*string, bool)
- func (o *CustomComponentLibraryRevision) GetId() string
- func (o *CustomComponentLibraryRevision) GetIdOk() (*string, bool)
- func (o *CustomComponentLibraryRevision) GetUpdatedAt() time.Time
- func (o *CustomComponentLibraryRevision) GetUpdatedAtOk() (*time.Time, bool)
- func (o *CustomComponentLibraryRevision) GetVersion() string
- func (o *CustomComponentLibraryRevision) GetVersionOk() (*string, bool)
- func (o CustomComponentLibraryRevision) MarshalJSON() ([]byte, error)
- func (o *CustomComponentLibraryRevision) SetCreatedAt(v time.Time)
- func (o *CustomComponentLibraryRevision) SetCustomComponentLibraryId(v string)
- func (o *CustomComponentLibraryRevision) SetId(v string)
- func (o *CustomComponentLibraryRevision) SetUpdatedAt(v time.Time)
- func (o *CustomComponentLibraryRevision) SetVersion(v string)
- func (o CustomComponentLibraryRevision) ToMap() (map[string]interface{}, error)
- func (o *CustomComponentLibraryRevision) UnmarshalJSON(data []byte) (err error)
- type CustomComponentLibraryRevisionFile
- func (o *CustomComponentLibraryRevisionFile) GetCreatedAt() time.Time
- func (o *CustomComponentLibraryRevisionFile) GetCreatedAtOk() (*time.Time, bool)
- func (o *CustomComponentLibraryRevisionFile) GetFileContents() string
- func (o *CustomComponentLibraryRevisionFile) GetFileContentsOk() (*string, bool)
- func (o *CustomComponentLibraryRevisionFile) GetFilepath() string
- func (o *CustomComponentLibraryRevisionFile) GetFilepathOk() (*string, bool)
- func (o *CustomComponentLibraryRevisionFile) GetUpdatedAt() time.Time
- func (o *CustomComponentLibraryRevisionFile) GetUpdatedAtOk() (*time.Time, bool)
- func (o CustomComponentLibraryRevisionFile) MarshalJSON() ([]byte, error)
- func (o *CustomComponentLibraryRevisionFile) SetCreatedAt(v time.Time)
- func (o *CustomComponentLibraryRevisionFile) SetFileContents(v string)
- func (o *CustomComponentLibraryRevisionFile) SetFilepath(v string)
- func (o *CustomComponentLibraryRevisionFile) SetUpdatedAt(v time.Time)
- func (o CustomComponentLibraryRevisionFile) ToMap() (map[string]interface{}, error)
- func (o *CustomComponentLibraryRevisionFile) UnmarshalJSON(data []byte) (err error)
- type Environment
- func (o *Environment) GetColor() string
- func (o *Environment) GetColorOk() (*string, bool)
- func (o *Environment) GetCreatedAt() string
- func (o *Environment) GetCreatedAtOk() (*string, bool)
- func (o *Environment) GetDefault() bool
- func (o *Environment) GetDefaultOk() (*bool, bool)
- func (o *Environment) GetDescription() string
- func (o *Environment) GetDescriptionOk() (*string, bool)
- func (o *Environment) GetId() string
- func (o *Environment) GetIdOk() (*string, bool)
- func (o *Environment) GetName() string
- func (o *Environment) GetNameOk() (*string, bool)
- func (o *Environment) GetUpdatedAt() string
- func (o *Environment) GetUpdatedAtOk() (*string, bool)
- func (o Environment) MarshalJSON() ([]byte, error)
- func (o *Environment) SetColor(v string)
- func (o *Environment) SetCreatedAt(v string)
- func (o *Environment) SetDefault(v bool)
- func (o *Environment) SetDescription(v string)
- func (o *Environment) SetId(v string)
- func (o *Environment) SetName(v string)
- func (o *Environment) SetUpdatedAt(v string)
- func (o Environment) ToMap() (map[string]interface{}, error)
- func (o *Environment) UnmarshalJSON(data []byte) (err error)
- type EnvironmentsAPIService
- func (a *EnvironmentsAPIService) EnvironmentsEnvironmentIdDelete(ctx context.Context, environmentId string) ApiEnvironmentsEnvironmentIdDeleteRequest
- func (a *EnvironmentsAPIService) EnvironmentsEnvironmentIdDeleteExecute(r ApiEnvironmentsEnvironmentIdDeleteRequest) (*http.Response, error)
- func (a *EnvironmentsAPIService) EnvironmentsEnvironmentIdGet(ctx context.Context, environmentId string) ApiEnvironmentsEnvironmentIdGetRequest
- func (a *EnvironmentsAPIService) EnvironmentsEnvironmentIdGetExecute(r ApiEnvironmentsEnvironmentIdGetRequest) (*EnvironmentsEnvironmentIdGet200Response, *http.Response, error)
- func (a *EnvironmentsAPIService) EnvironmentsEnvironmentIdPatch(ctx context.Context, environmentId string) ApiEnvironmentsEnvironmentIdPatchRequest
- func (a *EnvironmentsAPIService) EnvironmentsEnvironmentIdPatchExecute(r ApiEnvironmentsEnvironmentIdPatchRequest) (*EnvironmentsEnvironmentIdPatch200Response, *http.Response, error)
- func (a *EnvironmentsAPIService) EnvironmentsGet(ctx context.Context) ApiEnvironmentsGetRequest
- func (a *EnvironmentsAPIService) EnvironmentsGetExecute(r ApiEnvironmentsGetRequest) (*EnvironmentsGet200Response, *http.Response, error)
- func (a *EnvironmentsAPIService) EnvironmentsPost(ctx context.Context) ApiEnvironmentsPostRequest
- func (a *EnvironmentsAPIService) EnvironmentsPostExecute(r ApiEnvironmentsPostRequest) (*EnvironmentsPost200Response, *http.Response, error)
- type EnvironmentsEnvironmentIdGet200Response
- func (o *EnvironmentsEnvironmentIdGet200Response) GetData() EnvironmentsEnvironmentIdGet200ResponseData
- func (o *EnvironmentsEnvironmentIdGet200Response) GetDataOk() (*EnvironmentsEnvironmentIdGet200ResponseData, bool)
- func (o *EnvironmentsEnvironmentIdGet200Response) GetSuccess() bool
- func (o *EnvironmentsEnvironmentIdGet200Response) GetSuccessOk() (*bool, bool)
- func (o EnvironmentsEnvironmentIdGet200Response) MarshalJSON() ([]byte, error)
- func (o *EnvironmentsEnvironmentIdGet200Response) SetData(v EnvironmentsEnvironmentIdGet200ResponseData)
- func (o *EnvironmentsEnvironmentIdGet200Response) SetSuccess(v bool)
- func (o EnvironmentsEnvironmentIdGet200Response) ToMap() (map[string]interface{}, error)
- func (o *EnvironmentsEnvironmentIdGet200Response) UnmarshalJSON(data []byte) (err error)
- type EnvironmentsEnvironmentIdGet200ResponseData
- func (o *EnvironmentsEnvironmentIdGet200ResponseData) GetColor() string
- func (o *EnvironmentsEnvironmentIdGet200ResponseData) GetColorOk() (*string, bool)
- func (o *EnvironmentsEnvironmentIdGet200ResponseData) GetCreatedAt() string
- func (o *EnvironmentsEnvironmentIdGet200ResponseData) GetCreatedAtOk() (*string, bool)
- func (o *EnvironmentsEnvironmentIdGet200ResponseData) GetDefault() bool
- func (o *EnvironmentsEnvironmentIdGet200ResponseData) GetDefaultOk() (*bool, bool)
- func (o *EnvironmentsEnvironmentIdGet200ResponseData) GetDescription() string
- func (o *EnvironmentsEnvironmentIdGet200ResponseData) GetDescriptionOk() (*string, bool)
- func (o *EnvironmentsEnvironmentIdGet200ResponseData) GetId() string
- func (o *EnvironmentsEnvironmentIdGet200ResponseData) GetIdOk() (*string, bool)
- func (o *EnvironmentsEnvironmentIdGet200ResponseData) GetName() string
- func (o *EnvironmentsEnvironmentIdGet200ResponseData) GetNameOk() (*string, bool)
- func (o *EnvironmentsEnvironmentIdGet200ResponseData) GetUpdatedAt() string
- func (o *EnvironmentsEnvironmentIdGet200ResponseData) GetUpdatedAtOk() (*string, bool)
- func (o EnvironmentsEnvironmentIdGet200ResponseData) MarshalJSON() ([]byte, error)
- func (o *EnvironmentsEnvironmentIdGet200ResponseData) SetColor(v string)
- func (o *EnvironmentsEnvironmentIdGet200ResponseData) SetCreatedAt(v string)
- func (o *EnvironmentsEnvironmentIdGet200ResponseData) SetDefault(v bool)
- func (o *EnvironmentsEnvironmentIdGet200ResponseData) SetDescription(v string)
- func (o *EnvironmentsEnvironmentIdGet200ResponseData) SetId(v string)
- func (o *EnvironmentsEnvironmentIdGet200ResponseData) SetName(v string)
- func (o *EnvironmentsEnvironmentIdGet200ResponseData) SetUpdatedAt(v string)
- func (o EnvironmentsEnvironmentIdGet200ResponseData) ToMap() (map[string]interface{}, error)
- func (o *EnvironmentsEnvironmentIdGet200ResponseData) UnmarshalJSON(data []byte) (err error)
- type EnvironmentsEnvironmentIdPatch200Response
- func (o *EnvironmentsEnvironmentIdPatch200Response) GetData() EnvironmentsEnvironmentIdPatch200ResponseData
- func (o *EnvironmentsEnvironmentIdPatch200Response) GetDataOk() (*EnvironmentsEnvironmentIdPatch200ResponseData, bool)
- func (o *EnvironmentsEnvironmentIdPatch200Response) GetSuccess() bool
- func (o *EnvironmentsEnvironmentIdPatch200Response) GetSuccessOk() (*bool, bool)
- func (o EnvironmentsEnvironmentIdPatch200Response) MarshalJSON() ([]byte, error)
- func (o *EnvironmentsEnvironmentIdPatch200Response) SetData(v EnvironmentsEnvironmentIdPatch200ResponseData)
- func (o *EnvironmentsEnvironmentIdPatch200Response) SetSuccess(v bool)
- func (o EnvironmentsEnvironmentIdPatch200Response) ToMap() (map[string]interface{}, error)
- func (o *EnvironmentsEnvironmentIdPatch200Response) UnmarshalJSON(data []byte) (err error)
- type EnvironmentsEnvironmentIdPatch200ResponseData
- func (o *EnvironmentsEnvironmentIdPatch200ResponseData) GetColor() string
- func (o *EnvironmentsEnvironmentIdPatch200ResponseData) GetColorOk() (*string, bool)
- func (o *EnvironmentsEnvironmentIdPatch200ResponseData) GetCreatedAt() string
- func (o *EnvironmentsEnvironmentIdPatch200ResponseData) GetCreatedAtOk() (*string, bool)
- func (o *EnvironmentsEnvironmentIdPatch200ResponseData) GetDefault() bool
- func (o *EnvironmentsEnvironmentIdPatch200ResponseData) GetDefaultOk() (*bool, bool)
- func (o *EnvironmentsEnvironmentIdPatch200ResponseData) GetDescription() string
- func (o *EnvironmentsEnvironmentIdPatch200ResponseData) GetDescriptionOk() (*string, bool)
- func (o *EnvironmentsEnvironmentIdPatch200ResponseData) GetId() string
- func (o *EnvironmentsEnvironmentIdPatch200ResponseData) GetIdOk() (*string, bool)
- func (o *EnvironmentsEnvironmentIdPatch200ResponseData) GetName() string
- func (o *EnvironmentsEnvironmentIdPatch200ResponseData) GetNameOk() (*string, bool)
- func (o *EnvironmentsEnvironmentIdPatch200ResponseData) GetUpdatedAt() string
- func (o *EnvironmentsEnvironmentIdPatch200ResponseData) GetUpdatedAtOk() (*string, bool)
- func (o EnvironmentsEnvironmentIdPatch200ResponseData) MarshalJSON() ([]byte, error)
- func (o *EnvironmentsEnvironmentIdPatch200ResponseData) SetColor(v string)
- func (o *EnvironmentsEnvironmentIdPatch200ResponseData) SetCreatedAt(v string)
- func (o *EnvironmentsEnvironmentIdPatch200ResponseData) SetDefault(v bool)
- func (o *EnvironmentsEnvironmentIdPatch200ResponseData) SetDescription(v string)
- func (o *EnvironmentsEnvironmentIdPatch200ResponseData) SetId(v string)
- func (o *EnvironmentsEnvironmentIdPatch200ResponseData) SetName(v string)
- func (o *EnvironmentsEnvironmentIdPatch200ResponseData) SetUpdatedAt(v string)
- func (o EnvironmentsEnvironmentIdPatch200ResponseData) ToMap() (map[string]interface{}, error)
- func (o *EnvironmentsEnvironmentIdPatch200ResponseData) UnmarshalJSON(data []byte) (err error)
- type EnvironmentsEnvironmentIdPatchRequest
- func (o *EnvironmentsEnvironmentIdPatchRequest) GetOperations() []ReplaceOperation
- func (o *EnvironmentsEnvironmentIdPatchRequest) GetOperationsOk() ([]ReplaceOperation, bool)
- func (o EnvironmentsEnvironmentIdPatchRequest) MarshalJSON() ([]byte, error)
- func (o *EnvironmentsEnvironmentIdPatchRequest) SetOperations(v []ReplaceOperation)
- func (o EnvironmentsEnvironmentIdPatchRequest) ToMap() (map[string]interface{}, error)
- func (o *EnvironmentsEnvironmentIdPatchRequest) UnmarshalJSON(data []byte) (err error)
- type EnvironmentsGet200Response
- func (o *EnvironmentsGet200Response) GetData() []ResourceConfigurationsGet200ResponseDataInnerEnvironment
- func (o *EnvironmentsGet200Response) GetDataOk() ([]ResourceConfigurationsGet200ResponseDataInnerEnvironment, bool)
- func (o *EnvironmentsGet200Response) GetHasMore() bool
- func (o *EnvironmentsGet200Response) GetHasMoreOk() (*bool, bool)
- func (o *EnvironmentsGet200Response) GetNextToken() string
- func (o *EnvironmentsGet200Response) GetNextTokenOk() (*string, bool)
- func (o *EnvironmentsGet200Response) GetSuccess() bool
- func (o *EnvironmentsGet200Response) GetSuccessOk() (*bool, bool)
- func (o *EnvironmentsGet200Response) GetTotalCount() float32
- func (o *EnvironmentsGet200Response) GetTotalCountOk() (*float32, bool)
- func (o EnvironmentsGet200Response) MarshalJSON() ([]byte, error)
- func (o *EnvironmentsGet200Response) SetData(v []ResourceConfigurationsGet200ResponseDataInnerEnvironment)
- func (o *EnvironmentsGet200Response) SetHasMore(v bool)
- func (o *EnvironmentsGet200Response) SetNextToken(v string)
- func (o *EnvironmentsGet200Response) SetSuccess(v bool)
- func (o *EnvironmentsGet200Response) SetTotalCount(v float32)
- func (o EnvironmentsGet200Response) ToMap() (map[string]interface{}, error)
- func (o *EnvironmentsGet200Response) UnmarshalJSON(data []byte) (err error)
- type EnvironmentsPost200Response
- func (o *EnvironmentsPost200Response) GetData() EnvironmentsPost200ResponseData
- func (o *EnvironmentsPost200Response) GetDataOk() (*EnvironmentsPost200ResponseData, bool)
- func (o *EnvironmentsPost200Response) GetSuccess() bool
- func (o *EnvironmentsPost200Response) GetSuccessOk() (*bool, bool)
- func (o EnvironmentsPost200Response) MarshalJSON() ([]byte, error)
- func (o *EnvironmentsPost200Response) SetData(v EnvironmentsPost200ResponseData)
- func (o *EnvironmentsPost200Response) SetSuccess(v bool)
- func (o EnvironmentsPost200Response) ToMap() (map[string]interface{}, error)
- func (o *EnvironmentsPost200Response) UnmarshalJSON(data []byte) (err error)
- type EnvironmentsPost200ResponseData
- func (o *EnvironmentsPost200ResponseData) GetColor() string
- func (o *EnvironmentsPost200ResponseData) GetColorOk() (*string, bool)
- func (o *EnvironmentsPost200ResponseData) GetCreatedAt() string
- func (o *EnvironmentsPost200ResponseData) GetCreatedAtOk() (*string, bool)
- func (o *EnvironmentsPost200ResponseData) GetDefault() bool
- func (o *EnvironmentsPost200ResponseData) GetDefaultOk() (*bool, bool)
- func (o *EnvironmentsPost200ResponseData) GetDescription() string
- func (o *EnvironmentsPost200ResponseData) GetDescriptionOk() (*string, bool)
- func (o *EnvironmentsPost200ResponseData) GetId() string
- func (o *EnvironmentsPost200ResponseData) GetIdOk() (*string, bool)
- func (o *EnvironmentsPost200ResponseData) GetName() string
- func (o *EnvironmentsPost200ResponseData) GetNameOk() (*string, bool)
- func (o *EnvironmentsPost200ResponseData) GetUpdatedAt() string
- func (o *EnvironmentsPost200ResponseData) GetUpdatedAtOk() (*string, bool)
- func (o EnvironmentsPost200ResponseData) MarshalJSON() ([]byte, error)
- func (o *EnvironmentsPost200ResponseData) SetColor(v string)
- func (o *EnvironmentsPost200ResponseData) SetCreatedAt(v string)
- func (o *EnvironmentsPost200ResponseData) SetDefault(v bool)
- func (o *EnvironmentsPost200ResponseData) SetDescription(v string)
- func (o *EnvironmentsPost200ResponseData) SetId(v string)
- func (o *EnvironmentsPost200ResponseData) SetName(v string)
- func (o *EnvironmentsPost200ResponseData) SetUpdatedAt(v string)
- func (o EnvironmentsPost200ResponseData) ToMap() (map[string]interface{}, error)
- func (o *EnvironmentsPost200ResponseData) UnmarshalJSON(data []byte) (err error)
- type EnvironmentsPostRequest
- func (o *EnvironmentsPostRequest) GetColor() string
- func (o *EnvironmentsPostRequest) GetColorOk() (*string, bool)
- func (o *EnvironmentsPostRequest) GetDescription() string
- func (o *EnvironmentsPostRequest) GetDescriptionOk() (*string, bool)
- func (o *EnvironmentsPostRequest) GetName() string
- func (o *EnvironmentsPostRequest) GetNameOk() (*string, bool)
- func (o *EnvironmentsPostRequest) HasDescription() bool
- func (o EnvironmentsPostRequest) MarshalJSON() ([]byte, error)
- func (o *EnvironmentsPostRequest) SetColor(v string)
- func (o *EnvironmentsPostRequest) SetDescription(v string)
- func (o *EnvironmentsPostRequest) SetName(v string)
- func (o EnvironmentsPostRequest) ToMap() (map[string]interface{}, error)
- func (o *EnvironmentsPostRequest) UnmarshalJSON(data []byte) (err error)
- type Folder
- func (o *Folder) GetId() string
- func (o *Folder) GetIdOk() (*string, bool)
- func (o *Folder) GetType() string
- func (o *Folder) GetTypeOk() (*string, bool)
- func (o Folder) MarshalJSON() ([]byte, error)
- func (o *Folder) SetId(v string)
- func (o *Folder) SetType(v string)
- func (o Folder) ToMap() (map[string]interface{}, error)
- func (o *Folder) UnmarshalJSON(data []byte) (err error)
- type FoldersAPIService
- func (a *FoldersAPIService) FoldersFolderIdDelete(ctx context.Context, folderId string) ApiFoldersFolderIdDeleteRequest
- func (a *FoldersAPIService) FoldersFolderIdDeleteExecute(r ApiFoldersFolderIdDeleteRequest) (*http.Response, error)
- func (a *FoldersAPIService) FoldersFolderIdGet(ctx context.Context, folderId string) ApiFoldersFolderIdGetRequest
- func (a *FoldersAPIService) FoldersFolderIdGetExecute(r ApiFoldersFolderIdGetRequest) (*FoldersFolderIdGet200Response, *http.Response, error)
- func (a *FoldersAPIService) FoldersFolderIdPatch(ctx context.Context, folderId string) ApiFoldersFolderIdPatchRequest
- func (a *FoldersAPIService) FoldersFolderIdPatchExecute(r ApiFoldersFolderIdPatchRequest) (*FoldersFolderIdPatch200Response, *http.Response, error)
- func (a *FoldersAPIService) FoldersGet(ctx context.Context) ApiFoldersGetRequest
- func (a *FoldersAPIService) FoldersGetExecute(r ApiFoldersGetRequest) (*FoldersGet200Response, *http.Response, error)
- func (a *FoldersAPIService) FoldersPost(ctx context.Context) ApiFoldersPostRequest
- func (a *FoldersAPIService) FoldersPostExecute(r ApiFoldersPostRequest) (*FoldersPost200Response, *http.Response, error)
- type FoldersFolderIdDeleteRequest
- func (o *FoldersFolderIdDeleteRequest) GetRecursive() bool
- func (o *FoldersFolderIdDeleteRequest) GetRecursiveOk() (*bool, bool)
- func (o *FoldersFolderIdDeleteRequest) HasRecursive() bool
- func (o FoldersFolderIdDeleteRequest) MarshalJSON() ([]byte, error)
- func (o *FoldersFolderIdDeleteRequest) SetRecursive(v bool)
- func (o FoldersFolderIdDeleteRequest) ToMap() (map[string]interface{}, error)
- func (o *FoldersFolderIdDeleteRequest) UnmarshalJSON(data []byte) (err error)
- type FoldersFolderIdGet200Response
- func (o *FoldersFolderIdGet200Response) GetData() FoldersFolderIdGet200ResponseData
- func (o *FoldersFolderIdGet200Response) GetDataOk() (*FoldersFolderIdGet200ResponseData, bool)
- func (o *FoldersFolderIdGet200Response) GetSuccess() bool
- func (o *FoldersFolderIdGet200Response) GetSuccessOk() (*bool, bool)
- func (o FoldersFolderIdGet200Response) MarshalJSON() ([]byte, error)
- func (o *FoldersFolderIdGet200Response) SetData(v FoldersFolderIdGet200ResponseData)
- func (o *FoldersFolderIdGet200Response) SetSuccess(v bool)
- func (o FoldersFolderIdGet200Response) ToMap() (map[string]interface{}, error)
- func (o *FoldersFolderIdGet200Response) UnmarshalJSON(data []byte) (err error)
- type FoldersFolderIdGet200ResponseData
- func (o *FoldersFolderIdGet200ResponseData) GetCreatedAt() string
- func (o *FoldersFolderIdGet200ResponseData) GetCreatedAtOk() (*string, bool)
- func (o *FoldersFolderIdGet200ResponseData) GetFolderType() string
- func (o *FoldersFolderIdGet200ResponseData) GetFolderTypeOk() (*string, bool)
- func (o *FoldersFolderIdGet200ResponseData) GetId() string
- func (o *FoldersFolderIdGet200ResponseData) GetIdOk() (*string, bool)
- func (o *FoldersFolderIdGet200ResponseData) GetIsSystemFolder() bool
- func (o *FoldersFolderIdGet200ResponseData) GetIsSystemFolderOk() (*bool, bool)
- func (o *FoldersFolderIdGet200ResponseData) GetLegacyId() string
- func (o *FoldersFolderIdGet200ResponseData) GetLegacyIdOk() (*string, bool)
- func (o *FoldersFolderIdGet200ResponseData) GetName() string
- func (o *FoldersFolderIdGet200ResponseData) GetNameOk() (*string, bool)
- func (o *FoldersFolderIdGet200ResponseData) GetParentFolderId() string
- func (o *FoldersFolderIdGet200ResponseData) GetParentFolderIdOk() (*string, bool)
- func (o *FoldersFolderIdGet200ResponseData) GetUpdatedAt() string
- func (o *FoldersFolderIdGet200ResponseData) GetUpdatedAtOk() (*string, bool)
- func (o *FoldersFolderIdGet200ResponseData) HasParentFolderId() bool
- func (o FoldersFolderIdGet200ResponseData) MarshalJSON() ([]byte, error)
- func (o *FoldersFolderIdGet200ResponseData) SetCreatedAt(v string)
- func (o *FoldersFolderIdGet200ResponseData) SetFolderType(v string)
- func (o *FoldersFolderIdGet200ResponseData) SetId(v string)
- func (o *FoldersFolderIdGet200ResponseData) SetIsSystemFolder(v bool)
- func (o *FoldersFolderIdGet200ResponseData) SetLegacyId(v string)
- func (o *FoldersFolderIdGet200ResponseData) SetName(v string)
- func (o *FoldersFolderIdGet200ResponseData) SetParentFolderId(v string)
- func (o *FoldersFolderIdGet200ResponseData) SetParentFolderIdNil()
- func (o *FoldersFolderIdGet200ResponseData) SetUpdatedAt(v string)
- func (o FoldersFolderIdGet200ResponseData) ToMap() (map[string]interface{}, error)
- func (o *FoldersFolderIdGet200ResponseData) UnmarshalJSON(data []byte) (err error)
- func (o *FoldersFolderIdGet200ResponseData) UnsetParentFolderId()
- type FoldersFolderIdPatch200Response
- func (o *FoldersFolderIdPatch200Response) GetData() FoldersFolderIdPatch200ResponseData
- func (o *FoldersFolderIdPatch200Response) GetDataOk() (*FoldersFolderIdPatch200ResponseData, bool)
- func (o *FoldersFolderIdPatch200Response) GetSuccess() bool
- func (o *FoldersFolderIdPatch200Response) GetSuccessOk() (*bool, bool)
- func (o FoldersFolderIdPatch200Response) MarshalJSON() ([]byte, error)
- func (o *FoldersFolderIdPatch200Response) SetData(v FoldersFolderIdPatch200ResponseData)
- func (o *FoldersFolderIdPatch200Response) SetSuccess(v bool)
- func (o FoldersFolderIdPatch200Response) ToMap() (map[string]interface{}, error)
- func (o *FoldersFolderIdPatch200Response) UnmarshalJSON(data []byte) (err error)
- type FoldersFolderIdPatch200ResponseData
- func (o *FoldersFolderIdPatch200ResponseData) GetCreatedAt() string
- func (o *FoldersFolderIdPatch200ResponseData) GetCreatedAtOk() (*string, bool)
- func (o *FoldersFolderIdPatch200ResponseData) GetFolderType() string
- func (o *FoldersFolderIdPatch200ResponseData) GetFolderTypeOk() (*string, bool)
- func (o *FoldersFolderIdPatch200ResponseData) GetId() string
- func (o *FoldersFolderIdPatch200ResponseData) GetIdOk() (*string, bool)
- func (o *FoldersFolderIdPatch200ResponseData) GetIsSystemFolder() bool
- func (o *FoldersFolderIdPatch200ResponseData) GetIsSystemFolderOk() (*bool, bool)
- func (o *FoldersFolderIdPatch200ResponseData) GetLegacyId() string
- func (o *FoldersFolderIdPatch200ResponseData) GetLegacyIdOk() (*string, bool)
- func (o *FoldersFolderIdPatch200ResponseData) GetName() string
- func (o *FoldersFolderIdPatch200ResponseData) GetNameOk() (*string, bool)
- func (o *FoldersFolderIdPatch200ResponseData) GetParentFolderId() string
- func (o *FoldersFolderIdPatch200ResponseData) GetParentFolderIdOk() (*string, bool)
- func (o *FoldersFolderIdPatch200ResponseData) GetUpdatedAt() string
- func (o *FoldersFolderIdPatch200ResponseData) GetUpdatedAtOk() (*string, bool)
- func (o *FoldersFolderIdPatch200ResponseData) HasParentFolderId() bool
- func (o FoldersFolderIdPatch200ResponseData) MarshalJSON() ([]byte, error)
- func (o *FoldersFolderIdPatch200ResponseData) SetCreatedAt(v string)
- func (o *FoldersFolderIdPatch200ResponseData) SetFolderType(v string)
- func (o *FoldersFolderIdPatch200ResponseData) SetId(v string)
- func (o *FoldersFolderIdPatch200ResponseData) SetIsSystemFolder(v bool)
- func (o *FoldersFolderIdPatch200ResponseData) SetLegacyId(v string)
- func (o *FoldersFolderIdPatch200ResponseData) SetName(v string)
- func (o *FoldersFolderIdPatch200ResponseData) SetParentFolderId(v string)
- func (o *FoldersFolderIdPatch200ResponseData) SetParentFolderIdNil()
- func (o *FoldersFolderIdPatch200ResponseData) SetUpdatedAt(v string)
- func (o FoldersFolderIdPatch200ResponseData) ToMap() (map[string]interface{}, error)
- func (o *FoldersFolderIdPatch200ResponseData) UnmarshalJSON(data []byte) (err error)
- func (o *FoldersFolderIdPatch200ResponseData) UnsetParentFolderId()
- type FoldersFolderIdPatchRequest
- func (o *FoldersFolderIdPatchRequest) GetOperations() []FoldersFolderIdPatchRequestOperationsInner
- func (o *FoldersFolderIdPatchRequest) GetOperationsOk() ([]FoldersFolderIdPatchRequestOperationsInner, bool)
- func (o FoldersFolderIdPatchRequest) MarshalJSON() ([]byte, error)
- func (o *FoldersFolderIdPatchRequest) SetOperations(v []FoldersFolderIdPatchRequestOperationsInner)
- func (o FoldersFolderIdPatchRequest) ToMap() (map[string]interface{}, error)
- func (o *FoldersFolderIdPatchRequest) UnmarshalJSON(data []byte) (err error)
- type FoldersFolderIdPatchRequestOperationsInner
- type FoldersFolderIdPatchRequestOperationsInnerAnyOf
- func (o *FoldersFolderIdPatchRequestOperationsInnerAnyOf) GetFrom() string
- func (o *FoldersFolderIdPatchRequestOperationsInnerAnyOf) GetFromOk() (*string, bool)
- func (o *FoldersFolderIdPatchRequestOperationsInnerAnyOf) GetOp() string
- func (o *FoldersFolderIdPatchRequestOperationsInnerAnyOf) GetOpOk() (*string, bool)
- func (o *FoldersFolderIdPatchRequestOperationsInnerAnyOf) GetPath() string
- func (o *FoldersFolderIdPatchRequestOperationsInnerAnyOf) GetPathOk() (*string, bool)
- func (o FoldersFolderIdPatchRequestOperationsInnerAnyOf) MarshalJSON() ([]byte, error)
- func (o *FoldersFolderIdPatchRequestOperationsInnerAnyOf) SetFrom(v string)
- func (o *FoldersFolderIdPatchRequestOperationsInnerAnyOf) SetOp(v string)
- func (o *FoldersFolderIdPatchRequestOperationsInnerAnyOf) SetPath(v string)
- func (o FoldersFolderIdPatchRequestOperationsInnerAnyOf) ToMap() (map[string]interface{}, error)
- func (o *FoldersFolderIdPatchRequestOperationsInnerAnyOf) UnmarshalJSON(data []byte) (err error)
- type FoldersFolderIdPatchRequestOperationsInnerAnyOf1
- func (o *FoldersFolderIdPatchRequestOperationsInnerAnyOf1) GetFrom() string
- func (o *FoldersFolderIdPatchRequestOperationsInnerAnyOf1) GetFromOk() (*string, bool)
- func (o *FoldersFolderIdPatchRequestOperationsInnerAnyOf1) GetOp() string
- func (o *FoldersFolderIdPatchRequestOperationsInnerAnyOf1) GetOpOk() (*string, bool)
- func (o *FoldersFolderIdPatchRequestOperationsInnerAnyOf1) GetPath() string
- func (o *FoldersFolderIdPatchRequestOperationsInnerAnyOf1) GetPathOk() (*string, bool)
- func (o FoldersFolderIdPatchRequestOperationsInnerAnyOf1) MarshalJSON() ([]byte, error)
- func (o *FoldersFolderIdPatchRequestOperationsInnerAnyOf1) SetFrom(v string)
- func (o *FoldersFolderIdPatchRequestOperationsInnerAnyOf1) SetOp(v string)
- func (o *FoldersFolderIdPatchRequestOperationsInnerAnyOf1) SetPath(v string)
- func (o FoldersFolderIdPatchRequestOperationsInnerAnyOf1) ToMap() (map[string]interface{}, error)
- func (o *FoldersFolderIdPatchRequestOperationsInnerAnyOf1) UnmarshalJSON(data []byte) (err error)
- type FoldersFolderIdPatchRequestOperationsInnerAnyOf2
- func (o *FoldersFolderIdPatchRequestOperationsInnerAnyOf2) GetOp() string
- func (o *FoldersFolderIdPatchRequestOperationsInnerAnyOf2) GetOpOk() (*string, bool)
- func (o *FoldersFolderIdPatchRequestOperationsInnerAnyOf2) GetPath() string
- func (o *FoldersFolderIdPatchRequestOperationsInnerAnyOf2) GetPathOk() (*string, bool)
- func (o *FoldersFolderIdPatchRequestOperationsInnerAnyOf2) GetValue() interface{}
- func (o *FoldersFolderIdPatchRequestOperationsInnerAnyOf2) GetValueOk() (*interface{}, bool)
- func (o *FoldersFolderIdPatchRequestOperationsInnerAnyOf2) HasValue() bool
- func (o FoldersFolderIdPatchRequestOperationsInnerAnyOf2) MarshalJSON() ([]byte, error)
- func (o *FoldersFolderIdPatchRequestOperationsInnerAnyOf2) SetOp(v string)
- func (o *FoldersFolderIdPatchRequestOperationsInnerAnyOf2) SetPath(v string)
- func (o *FoldersFolderIdPatchRequestOperationsInnerAnyOf2) SetValue(v interface{})
- func (o FoldersFolderIdPatchRequestOperationsInnerAnyOf2) ToMap() (map[string]interface{}, error)
- func (o *FoldersFolderIdPatchRequestOperationsInnerAnyOf2) UnmarshalJSON(data []byte) (err error)
- type FoldersGet200Response
- func (o *FoldersGet200Response) GetData() []FoldersGet200ResponseDataInner
- func (o *FoldersGet200Response) GetDataOk() ([]FoldersGet200ResponseDataInner, bool)
- func (o *FoldersGet200Response) GetHasMore() bool
- func (o *FoldersGet200Response) GetHasMoreOk() (*bool, bool)
- func (o *FoldersGet200Response) GetNextToken() string
- func (o *FoldersGet200Response) GetNextTokenOk() (*string, bool)
- func (o *FoldersGet200Response) GetSuccess() bool
- func (o *FoldersGet200Response) GetSuccessOk() (*bool, bool)
- func (o *FoldersGet200Response) GetTotalCount() float32
- func (o *FoldersGet200Response) GetTotalCountOk() (*float32, bool)
- func (o FoldersGet200Response) MarshalJSON() ([]byte, error)
- func (o *FoldersGet200Response) SetData(v []FoldersGet200ResponseDataInner)
- func (o *FoldersGet200Response) SetHasMore(v bool)
- func (o *FoldersGet200Response) SetNextToken(v string)
- func (o *FoldersGet200Response) SetSuccess(v bool)
- func (o *FoldersGet200Response) SetTotalCount(v float32)
- func (o FoldersGet200Response) ToMap() (map[string]interface{}, error)
- func (o *FoldersGet200Response) UnmarshalJSON(data []byte) (err error)
- type FoldersGet200ResponseDataInner
- func (o *FoldersGet200ResponseDataInner) GetCreatedAt() string
- func (o *FoldersGet200ResponseDataInner) GetCreatedAtOk() (*string, bool)
- func (o *FoldersGet200ResponseDataInner) GetFolderType() string
- func (o *FoldersGet200ResponseDataInner) GetFolderTypeOk() (*string, bool)
- func (o *FoldersGet200ResponseDataInner) GetId() string
- func (o *FoldersGet200ResponseDataInner) GetIdOk() (*string, bool)
- func (o *FoldersGet200ResponseDataInner) GetIsSystemFolder() bool
- func (o *FoldersGet200ResponseDataInner) GetIsSystemFolderOk() (*bool, bool)
- func (o *FoldersGet200ResponseDataInner) GetLegacyId() string
- func (o *FoldersGet200ResponseDataInner) GetLegacyIdOk() (*string, bool)
- func (o *FoldersGet200ResponseDataInner) GetName() string
- func (o *FoldersGet200ResponseDataInner) GetNameOk() (*string, bool)
- func (o *FoldersGet200ResponseDataInner) GetParentFolderId() string
- func (o *FoldersGet200ResponseDataInner) GetParentFolderIdOk() (*string, bool)
- func (o *FoldersGet200ResponseDataInner) GetUpdatedAt() string
- func (o *FoldersGet200ResponseDataInner) GetUpdatedAtOk() (*string, bool)
- func (o *FoldersGet200ResponseDataInner) HasParentFolderId() bool
- func (o FoldersGet200ResponseDataInner) MarshalJSON() ([]byte, error)
- func (o *FoldersGet200ResponseDataInner) SetCreatedAt(v string)
- func (o *FoldersGet200ResponseDataInner) SetFolderType(v string)
- func (o *FoldersGet200ResponseDataInner) SetId(v string)
- func (o *FoldersGet200ResponseDataInner) SetIsSystemFolder(v bool)
- func (o *FoldersGet200ResponseDataInner) SetLegacyId(v string)
- func (o *FoldersGet200ResponseDataInner) SetName(v string)
- func (o *FoldersGet200ResponseDataInner) SetParentFolderId(v string)
- func (o *FoldersGet200ResponseDataInner) SetParentFolderIdNil()
- func (o *FoldersGet200ResponseDataInner) SetUpdatedAt(v string)
- func (o FoldersGet200ResponseDataInner) ToMap() (map[string]interface{}, error)
- func (o *FoldersGet200ResponseDataInner) UnmarshalJSON(data []byte) (err error)
- func (o *FoldersGet200ResponseDataInner) UnsetParentFolderId()
- type FoldersPost200Response
- func (o *FoldersPost200Response) GetData() FoldersPost200ResponseData
- func (o *FoldersPost200Response) GetDataOk() (*FoldersPost200ResponseData, bool)
- func (o *FoldersPost200Response) GetSuccess() bool
- func (o *FoldersPost200Response) GetSuccessOk() (*bool, bool)
- func (o FoldersPost200Response) MarshalJSON() ([]byte, error)
- func (o *FoldersPost200Response) SetData(v FoldersPost200ResponseData)
- func (o *FoldersPost200Response) SetSuccess(v bool)
- func (o FoldersPost200Response) ToMap() (map[string]interface{}, error)
- func (o *FoldersPost200Response) UnmarshalJSON(data []byte) (err error)
- type FoldersPost200ResponseData
- func (o *FoldersPost200ResponseData) GetCreatedAt() string
- func (o *FoldersPost200ResponseData) GetCreatedAtOk() (*string, bool)
- func (o *FoldersPost200ResponseData) GetFolderType() string
- func (o *FoldersPost200ResponseData) GetFolderTypeOk() (*string, bool)
- func (o *FoldersPost200ResponseData) GetId() string
- func (o *FoldersPost200ResponseData) GetIdOk() (*string, bool)
- func (o *FoldersPost200ResponseData) GetIsSystemFolder() bool
- func (o *FoldersPost200ResponseData) GetIsSystemFolderOk() (*bool, bool)
- func (o *FoldersPost200ResponseData) GetLegacyId() string
- func (o *FoldersPost200ResponseData) GetLegacyIdOk() (*string, bool)
- func (o *FoldersPost200ResponseData) GetName() string
- func (o *FoldersPost200ResponseData) GetNameOk() (*string, bool)
- func (o *FoldersPost200ResponseData) GetParentFolderId() string
- func (o *FoldersPost200ResponseData) GetParentFolderIdOk() (*string, bool)
- func (o *FoldersPost200ResponseData) GetUpdatedAt() string
- func (o *FoldersPost200ResponseData) GetUpdatedAtOk() (*string, bool)
- func (o *FoldersPost200ResponseData) HasParentFolderId() bool
- func (o FoldersPost200ResponseData) MarshalJSON() ([]byte, error)
- func (o *FoldersPost200ResponseData) SetCreatedAt(v string)
- func (o *FoldersPost200ResponseData) SetFolderType(v string)
- func (o *FoldersPost200ResponseData) SetId(v string)
- func (o *FoldersPost200ResponseData) SetIsSystemFolder(v bool)
- func (o *FoldersPost200ResponseData) SetLegacyId(v string)
- func (o *FoldersPost200ResponseData) SetName(v string)
- func (o *FoldersPost200ResponseData) SetParentFolderId(v string)
- func (o *FoldersPost200ResponseData) SetParentFolderIdNil()
- func (o *FoldersPost200ResponseData) SetUpdatedAt(v string)
- func (o FoldersPost200ResponseData) ToMap() (map[string]interface{}, error)
- func (o *FoldersPost200ResponseData) UnmarshalJSON(data []byte) (err error)
- func (o *FoldersPost200ResponseData) UnsetParentFolderId()
- type FoldersPost409Response
- func (o *FoldersPost409Response) GetMessage() string
- func (o *FoldersPost409Response) GetMessageOk() (*string, bool)
- func (o *FoldersPost409Response) GetSuccess() bool
- func (o *FoldersPost409Response) GetSuccessOk() (*bool, bool)
- func (o FoldersPost409Response) MarshalJSON() ([]byte, error)
- func (o *FoldersPost409Response) SetMessage(v string)
- func (o *FoldersPost409Response) SetSuccess(v bool)
- func (o FoldersPost409Response) ToMap() (map[string]interface{}, error)
- func (o *FoldersPost409Response) UnmarshalJSON(data []byte) (err error)
- type FoldersPostRequest
- func (o *FoldersPostRequest) GetFolderType() string
- func (o *FoldersPostRequest) GetFolderTypeOk() (*string, bool)
- func (o *FoldersPostRequest) GetName() string
- func (o *FoldersPostRequest) GetNameOk() (*string, bool)
- func (o *FoldersPostRequest) GetParentFolderId() string
- func (o *FoldersPostRequest) GetParentFolderIdOk() (*string, bool)
- func (o *FoldersPostRequest) HasParentFolderId() bool
- func (o FoldersPostRequest) MarshalJSON() ([]byte, error)
- func (o *FoldersPostRequest) SetFolderType(v string)
- func (o *FoldersPostRequest) SetName(v string)
- func (o *FoldersPostRequest) SetParentFolderId(v string)
- func (o *FoldersPostRequest) SetParentFolderIdNil()
- func (o FoldersPostRequest) ToMap() (map[string]interface{}, error)
- func (o *FoldersPostRequest) UnmarshalJSON(data []byte) (err error)
- func (o *FoldersPostRequest) UnsetParentFolderId()
- type GenericOpenAPIError
- type GitHub
- func (o *GitHub) GetConfig() GitHubConfig
- func (o *GitHub) GetConfigOk() (*GitHubConfig, bool)
- func (o *GitHub) GetDefaultBranch() string
- func (o *GitHub) GetDefaultBranchOk() (*string, bool)
- func (o *GitHub) GetOrg() string
- func (o *GitHub) GetOrgOk() (*string, bool)
- func (o *GitHub) GetProvider() string
- func (o *GitHub) GetProviderOk() (*string, bool)
- func (o *GitHub) GetRepo() string
- func (o *GitHub) GetRepoOk() (*string, bool)
- func (o *GitHub) GetRepoVersion() string
- func (o *GitHub) GetRepoVersionOk() (*string, bool)
- func (o *GitHub) HasRepoVersion() bool
- func (o GitHub) MarshalJSON() ([]byte, error)
- func (o *GitHub) SetConfig(v GitHubConfig)
- func (o *GitHub) SetDefaultBranch(v string)
- func (o *GitHub) SetOrg(v string)
- func (o *GitHub) SetProvider(v string)
- func (o *GitHub) SetRepo(v string)
- func (o *GitHub) SetRepoVersion(v string)
- func (o GitHub) ToMap() (map[string]interface{}, error)
- func (o *GitHub) UnmarshalJSON(data []byte) (err error)
- type GitHubConfig
- type GitHubConfigAnyOf
- func (o *GitHubConfigAnyOf) GetAppId() string
- func (o *GitHubConfigAnyOf) GetAppIdOk() (*string, bool)
- func (o *GitHubConfigAnyOf) GetEnterpriseApiUrl() string
- func (o *GitHubConfigAnyOf) GetEnterpriseApiUrlOk() (*string, bool)
- func (o *GitHubConfigAnyOf) GetInstallationId() string
- func (o *GitHubConfigAnyOf) GetInstallationIdOk() (*string, bool)
- func (o *GitHubConfigAnyOf) GetPrivateKey() string
- func (o *GitHubConfigAnyOf) GetPrivateKeyOk() (*string, bool)
- func (o *GitHubConfigAnyOf) GetType() string
- func (o *GitHubConfigAnyOf) GetTypeOk() (*string, bool)
- func (o *GitHubConfigAnyOf) GetUrl() string
- func (o *GitHubConfigAnyOf) GetUrlOk() (*string, bool)
- func (o *GitHubConfigAnyOf) HasEnterpriseApiUrl() bool
- func (o *GitHubConfigAnyOf) HasUrl() bool
- func (o GitHubConfigAnyOf) MarshalJSON() ([]byte, error)
- func (o *GitHubConfigAnyOf) SetAppId(v string)
- func (o *GitHubConfigAnyOf) SetEnterpriseApiUrl(v string)
- func (o *GitHubConfigAnyOf) SetInstallationId(v string)
- func (o *GitHubConfigAnyOf) SetPrivateKey(v string)
- func (o *GitHubConfigAnyOf) SetType(v string)
- func (o *GitHubConfigAnyOf) SetUrl(v string)
- func (o GitHubConfigAnyOf) ToMap() (map[string]interface{}, error)
- func (o *GitHubConfigAnyOf) UnmarshalJSON(data []byte) (err error)
- type GitHubConfigAnyOf1
- func (o *GitHubConfigAnyOf1) GetEnterpriseApiUrl() string
- func (o *GitHubConfigAnyOf1) GetEnterpriseApiUrlOk() (*string, bool)
- func (o *GitHubConfigAnyOf1) GetPersonalAccessToken() string
- func (o *GitHubConfigAnyOf1) GetPersonalAccessTokenOk() (*string, bool)
- func (o *GitHubConfigAnyOf1) GetType() string
- func (o *GitHubConfigAnyOf1) GetTypeOk() (*string, bool)
- func (o *GitHubConfigAnyOf1) GetUrl() string
- func (o *GitHubConfigAnyOf1) GetUrlOk() (*string, bool)
- func (o *GitHubConfigAnyOf1) HasEnterpriseApiUrl() bool
- func (o *GitHubConfigAnyOf1) HasUrl() bool
- func (o GitHubConfigAnyOf1) MarshalJSON() ([]byte, error)
- func (o *GitHubConfigAnyOf1) SetEnterpriseApiUrl(v string)
- func (o *GitHubConfigAnyOf1) SetPersonalAccessToken(v string)
- func (o *GitHubConfigAnyOf1) SetType(v string)
- func (o *GitHubConfigAnyOf1) SetUrl(v string)
- func (o GitHubConfigAnyOf1) ToMap() (map[string]interface{}, error)
- func (o *GitHubConfigAnyOf1) UnmarshalJSON(data []byte) (err error)
- type GitLab
- func (o *GitLab) GetConfig() GitLabConfig
- func (o *GitLab) GetConfigOk() (*GitLabConfig, bool)
- func (o *GitLab) GetDefaultBranch() string
- func (o *GitLab) GetDefaultBranchOk() (*string, bool)
- func (o *GitLab) GetOrg() string
- func (o *GitLab) GetOrgOk() (*string, bool)
- func (o *GitLab) GetProvider() string
- func (o *GitLab) GetProviderOk() (*string, bool)
- func (o *GitLab) GetRepo() string
- func (o *GitLab) GetRepoOk() (*string, bool)
- func (o *GitLab) GetRepoVersion() string
- func (o *GitLab) GetRepoVersionOk() (*string, bool)
- func (o *GitLab) HasRepoVersion() bool
- func (o GitLab) MarshalJSON() ([]byte, error)
- func (o *GitLab) SetConfig(v GitLabConfig)
- func (o *GitLab) SetDefaultBranch(v string)
- func (o *GitLab) SetOrg(v string)
- func (o *GitLab) SetProvider(v string)
- func (o *GitLab) SetRepo(v string)
- func (o *GitLab) SetRepoVersion(v string)
- func (o GitLab) ToMap() (map[string]interface{}, error)
- func (o *GitLab) UnmarshalJSON(data []byte) (err error)
- type GitLabConfig
- func (o *GitLabConfig) GetProjectAccessToken() string
- func (o *GitLabConfig) GetProjectAccessTokenOk() (*string, bool)
- func (o *GitLabConfig) GetProjectId() float32
- func (o *GitLabConfig) GetProjectIdOk() (*float32, bool)
- func (o *GitLabConfig) GetUrl() string
- func (o *GitLabConfig) GetUrlOk() (*string, bool)
- func (o GitLabConfig) MarshalJSON() ([]byte, error)
- func (o *GitLabConfig) SetProjectAccessToken(v string)
- func (o *GitLabConfig) SetProjectId(v float32)
- func (o *GitLabConfig) SetUrl(v string)
- func (o GitLabConfig) ToMap() (map[string]interface{}, error)
- func (o *GitLabConfig) UnmarshalJSON(data []byte) (err error)
- type Google
- func (o *Google) GetConfigType() string
- func (o *Google) GetConfigTypeOk() (*string, bool)
- func (o *Google) GetDisableEmailPasswordLogin() bool
- func (o *Google) GetDisableEmailPasswordLoginOk() (*bool, bool)
- func (o *Google) GetGoogleClientId() string
- func (o *Google) GetGoogleClientIdOk() (*string, bool)
- func (o *Google) GetGoogleClientSecret() string
- func (o *Google) GetGoogleClientSecretOk() (*string, bool)
- func (o Google) MarshalJSON() ([]byte, error)
- func (o *Google) SetConfigType(v string)
- func (o *Google) SetDisableEmailPasswordLogin(v bool)
- func (o *Google) SetGoogleClientId(v string)
- func (o *Google) SetGoogleClientSecret(v string)
- func (o Google) ToMap() (map[string]interface{}, error)
- func (o *Google) UnmarshalJSON(data []byte) (err error)
- type GoogleOIDC
- func (o *GoogleOIDC) GetConfigType() string
- func (o *GoogleOIDC) GetConfigTypeOk() (*string, bool)
- func (o *GoogleOIDC) GetDisableEmailPasswordLogin() bool
- func (o *GoogleOIDC) GetDisableEmailPasswordLoginOk() (*bool, bool)
- func (o *GoogleOIDC) GetGoogleClientId() string
- func (o *GoogleOIDC) GetGoogleClientIdOk() (*string, bool)
- func (o *GoogleOIDC) GetGoogleClientSecret() string
- func (o *GoogleOIDC) GetGoogleClientSecretOk() (*string, bool)
- func (o *GoogleOIDC) GetJitEnabled() bool
- func (o *GoogleOIDC) GetJitEnabledOk() (*bool, bool)
- func (o *GoogleOIDC) GetJwtEmailKey() string
- func (o *GoogleOIDC) GetJwtEmailKeyOk() (*string, bool)
- func (o *GoogleOIDC) GetJwtFirstNameKey() string
- func (o *GoogleOIDC) GetJwtFirstNameKeyOk() (*string, bool)
- func (o *GoogleOIDC) GetJwtLastNameKey() string
- func (o *GoogleOIDC) GetJwtLastNameKeyOk() (*string, bool)
- func (o *GoogleOIDC) GetJwtRolesKey() string
- func (o *GoogleOIDC) GetJwtRolesKeyOk() (*string, bool)
- func (o *GoogleOIDC) GetOidcAudience() string
- func (o *GoogleOIDC) GetOidcAudienceOk() (*string, bool)
- func (o *GoogleOIDC) GetOidcAuthUrl() string
- func (o *GoogleOIDC) GetOidcAuthUrlOk() (*string, bool)
- func (o *GoogleOIDC) GetOidcClientId() string
- func (o *GoogleOIDC) GetOidcClientIdOk() (*string, bool)
- func (o *GoogleOIDC) GetOidcClientSecret() string
- func (o *GoogleOIDC) GetOidcClientSecretOk() (*string, bool)
- func (o *GoogleOIDC) GetOidcScopes() string
- func (o *GoogleOIDC) GetOidcScopesOk() (*string, bool)
- func (o *GoogleOIDC) GetOidcTokenUrl() string
- func (o *GoogleOIDC) GetOidcTokenUrlOk() (*string, bool)
- func (o *GoogleOIDC) GetOidcUserinfoUrl() string
- func (o *GoogleOIDC) GetOidcUserinfoUrlOk() (*string, bool)
- func (o *GoogleOIDC) GetRestrictedDomain() string
- func (o *GoogleOIDC) GetRestrictedDomainOk() (*string, bool)
- func (o *GoogleOIDC) GetRolesMapping() string
- func (o *GoogleOIDC) GetRolesMappingOk() (*string, bool)
- func (o *GoogleOIDC) GetTriggerLoginAutomatically() bool
- func (o *GoogleOIDC) GetTriggerLoginAutomaticallyOk() (*bool, bool)
- func (o *GoogleOIDC) HasJwtRolesKey() bool
- func (o *GoogleOIDC) HasOidcAudience() bool
- func (o *GoogleOIDC) HasOidcUserinfoUrl() bool
- func (o *GoogleOIDC) HasRestrictedDomain() bool
- func (o *GoogleOIDC) HasRolesMapping() bool
- func (o GoogleOIDC) MarshalJSON() ([]byte, error)
- func (o *GoogleOIDC) SetConfigType(v string)
- func (o *GoogleOIDC) SetDisableEmailPasswordLogin(v bool)
- func (o *GoogleOIDC) SetGoogleClientId(v string)
- func (o *GoogleOIDC) SetGoogleClientSecret(v string)
- func (o *GoogleOIDC) SetJitEnabled(v bool)
- func (o *GoogleOIDC) SetJwtEmailKey(v string)
- func (o *GoogleOIDC) SetJwtFirstNameKey(v string)
- func (o *GoogleOIDC) SetJwtLastNameKey(v string)
- func (o *GoogleOIDC) SetJwtRolesKey(v string)
- func (o *GoogleOIDC) SetOidcAudience(v string)
- func (o *GoogleOIDC) SetOidcAuthUrl(v string)
- func (o *GoogleOIDC) SetOidcClientId(v string)
- func (o *GoogleOIDC) SetOidcClientSecret(v string)
- func (o *GoogleOIDC) SetOidcScopes(v string)
- func (o *GoogleOIDC) SetOidcTokenUrl(v string)
- func (o *GoogleOIDC) SetOidcUserinfoUrl(v string)
- func (o *GoogleOIDC) SetRestrictedDomain(v string)
- func (o *GoogleOIDC) SetRolesMapping(v string)
- func (o *GoogleOIDC) SetTriggerLoginAutomatically(v bool)
- func (o GoogleOIDC) ToMap() (map[string]interface{}, error)
- func (o *GoogleOIDC) UnmarshalJSON(data []byte) (err error)
- type GoogleSAML
- func (o *GoogleSAML) GetConfigType() string
- func (o *GoogleSAML) GetConfigTypeOk() (*string, bool)
- func (o *GoogleSAML) GetDisableEmailPasswordLogin() bool
- func (o *GoogleSAML) GetDisableEmailPasswordLoginOk() (*bool, bool)
- func (o *GoogleSAML) GetGoogleClientId() string
- func (o *GoogleSAML) GetGoogleClientIdOk() (*string, bool)
- func (o *GoogleSAML) GetGoogleClientSecret() string
- func (o *GoogleSAML) GetGoogleClientSecretOk() (*string, bool)
- func (o *GoogleSAML) GetIdpMetadataXml() string
- func (o *GoogleSAML) GetIdpMetadataXmlOk() (*string, bool)
- func (o *GoogleSAML) GetJitEnabled() bool
- func (o *GoogleSAML) GetJitEnabledOk() (*bool, bool)
- func (o *GoogleSAML) GetLdapBaseDomainComponents() string
- func (o *GoogleSAML) GetLdapBaseDomainComponentsOk() (*string, bool)
- func (o *GoogleSAML) GetLdapRoleMapping() string
- func (o *GoogleSAML) GetLdapRoleMappingOk() (*string, bool)
- func (o *GoogleSAML) GetLdapServerCertificate() string
- func (o *GoogleSAML) GetLdapServerCertificateOk() (*string, bool)
- func (o *GoogleSAML) GetLdapServerKey() string
- func (o *GoogleSAML) GetLdapServerKeyOk() (*string, bool)
- func (o *GoogleSAML) GetLdapServerName() string
- func (o *GoogleSAML) GetLdapServerNameOk() (*string, bool)
- func (o *GoogleSAML) GetLdapServerUrl() string
- func (o *GoogleSAML) GetLdapServerUrlOk() (*string, bool)
- func (o *GoogleSAML) GetLdapSyncGroupClaims() bool
- func (o *GoogleSAML) GetLdapSyncGroupClaimsOk() (*bool, bool)
- func (o *GoogleSAML) GetRestrictedDomain() string
- func (o *GoogleSAML) GetRestrictedDomainOk() (*string, bool)
- func (o *GoogleSAML) GetSamlFirstNameAttribute() string
- func (o *GoogleSAML) GetSamlFirstNameAttributeOk() (*string, bool)
- func (o *GoogleSAML) GetSamlGroupsAttribute() string
- func (o *GoogleSAML) GetSamlGroupsAttributeOk() (*string, bool)
- func (o *GoogleSAML) GetSamlLastNameAttribute() string
- func (o *GoogleSAML) GetSamlLastNameAttributeOk() (*string, bool)
- func (o *GoogleSAML) GetSamlSyncGroupClaims() bool
- func (o *GoogleSAML) GetSamlSyncGroupClaimsOk() (*bool, bool)
- func (o *GoogleSAML) GetTriggerLoginAutomatically() bool
- func (o *GoogleSAML) GetTriggerLoginAutomaticallyOk() (*bool, bool)
- func (o *GoogleSAML) HasLdapBaseDomainComponents() bool
- func (o *GoogleSAML) HasLdapRoleMapping() bool
- func (o *GoogleSAML) HasLdapServerCertificate() bool
- func (o *GoogleSAML) HasLdapServerKey() bool
- func (o *GoogleSAML) HasLdapServerName() bool
- func (o *GoogleSAML) HasLdapServerUrl() bool
- func (o *GoogleSAML) HasLdapSyncGroupClaims() bool
- func (o *GoogleSAML) HasRestrictedDomain() bool
- func (o *GoogleSAML) HasSamlGroupsAttribute() bool
- func (o GoogleSAML) MarshalJSON() ([]byte, error)
- func (o *GoogleSAML) SetConfigType(v string)
- func (o *GoogleSAML) SetDisableEmailPasswordLogin(v bool)
- func (o *GoogleSAML) SetGoogleClientId(v string)
- func (o *GoogleSAML) SetGoogleClientSecret(v string)
- func (o *GoogleSAML) SetIdpMetadataXml(v string)
- func (o *GoogleSAML) SetJitEnabled(v bool)
- func (o *GoogleSAML) SetLdapBaseDomainComponents(v string)
- func (o *GoogleSAML) SetLdapRoleMapping(v string)
- func (o *GoogleSAML) SetLdapServerCertificate(v string)
- func (o *GoogleSAML) SetLdapServerKey(v string)
- func (o *GoogleSAML) SetLdapServerName(v string)
- func (o *GoogleSAML) SetLdapServerUrl(v string)
- func (o *GoogleSAML) SetLdapSyncGroupClaims(v bool)
- func (o *GoogleSAML) SetRestrictedDomain(v string)
- func (o *GoogleSAML) SetSamlFirstNameAttribute(v string)
- func (o *GoogleSAML) SetSamlGroupsAttribute(v string)
- func (o *GoogleSAML) SetSamlLastNameAttribute(v string)
- func (o *GoogleSAML) SetSamlSyncGroupClaims(v bool)
- func (o *GoogleSAML) SetTriggerLoginAutomatically(v bool)
- func (o GoogleSAML) ToMap() (map[string]interface{}, error)
- func (o *GoogleSAML) UnmarshalJSON(data []byte) (err error)
- type Group
- func (o *Group) GetId() float32
- func (o *Group) GetIdOk() (*float32, bool)
- func (o *Group) GetType() string
- func (o *Group) GetTypeOk() (*string, bool)
- func (o Group) MarshalJSON() ([]byte, error)
- func (o *Group) SetId(v float32)
- func (o *Group) SetType(v string)
- func (o Group) ToMap() (map[string]interface{}, error)
- func (o *Group) UnmarshalJSON(data []byte) (err error)
- type GroupsAPIService
- func (a *GroupsAPIService) GroupsGet(ctx context.Context) ApiGroupsGetRequest
- func (a *GroupsAPIService) GroupsGetExecute(r ApiGroupsGetRequest) (*GroupsGet200Response, *http.Response, error)
- func (a *GroupsAPIService) GroupsGroupIdDelete(ctx context.Context, groupId string) ApiGroupsGroupIdDeleteRequest
- func (a *GroupsAPIService) GroupsGroupIdDeleteExecute(r ApiGroupsGroupIdDeleteRequest) (*http.Response, error)
- func (a *GroupsAPIService) GroupsGroupIdGet(ctx context.Context, groupId string) ApiGroupsGroupIdGetRequest
- func (a *GroupsAPIService) GroupsGroupIdGetExecute(r ApiGroupsGroupIdGetRequest) (*GroupsGroupIdGet200Response, *http.Response, error)
- func (a *GroupsAPIService) GroupsGroupIdMembersPost(ctx context.Context, groupId string) ApiGroupsGroupIdMembersPostRequest
- func (a *GroupsAPIService) GroupsGroupIdMembersPostExecute(r ApiGroupsGroupIdMembersPostRequest) (*GroupsGroupIdPut200Response, *http.Response, error)
- func (a *GroupsAPIService) GroupsGroupIdMembersUserSidDelete(ctx context.Context, groupId string, userSid string) ApiGroupsGroupIdMembersUserSidDeleteRequest
- func (a *GroupsAPIService) GroupsGroupIdMembersUserSidDeleteExecute(r ApiGroupsGroupIdMembersUserSidDeleteRequest) (*GroupsGroupIdPut200Response, *http.Response, error)
- func (a *GroupsAPIService) GroupsGroupIdPatch(ctx context.Context, groupId string) ApiGroupsGroupIdPatchRequest
- func (a *GroupsAPIService) GroupsGroupIdPatchExecute(r ApiGroupsGroupIdPatchRequest) (*GroupsGroupIdPut200Response, *http.Response, error)
- func (a *GroupsAPIService) GroupsGroupIdPut(ctx context.Context, groupId string) ApiGroupsGroupIdPutRequest
- func (a *GroupsAPIService) GroupsGroupIdPutExecute(r ApiGroupsGroupIdPutRequest) (*GroupsGroupIdPut200Response, *http.Response, error)
- func (a *GroupsAPIService) GroupsGroupIdUserInvitesPost(ctx context.Context, groupId string) ApiGroupsGroupIdUserInvitesPostRequest
- func (a *GroupsAPIService) GroupsGroupIdUserInvitesPostExecute(r ApiGroupsGroupIdUserInvitesPostRequest) (*GroupsGroupIdPut200Response, *http.Response, error)
- func (a *GroupsAPIService) GroupsGroupIdUserInvitesUserInviteIdDelete(ctx context.Context, groupId string, userInviteId string) ApiGroupsGroupIdUserInvitesUserInviteIdDeleteRequest
- func (a *GroupsAPIService) GroupsGroupIdUserInvitesUserInviteIdDeleteExecute(r ApiGroupsGroupIdUserInvitesUserInviteIdDeleteRequest) (*http.Response, error)
- func (a *GroupsAPIService) GroupsPost(ctx context.Context) ApiGroupsPostRequest
- func (a *GroupsAPIService) GroupsPostExecute(r ApiGroupsPostRequest) (*GroupsPost200Response, *http.Response, error)
- type GroupsGet200Response
- func (o *GroupsGet200Response) GetData() []GroupsGet200ResponseDataInner
- func (o *GroupsGet200Response) GetDataOk() ([]GroupsGet200ResponseDataInner, bool)
- func (o *GroupsGet200Response) GetHasMore() bool
- func (o *GroupsGet200Response) GetHasMoreOk() (*bool, bool)
- func (o *GroupsGet200Response) GetNextToken() string
- func (o *GroupsGet200Response) GetNextTokenOk() (*string, bool)
- func (o *GroupsGet200Response) GetSuccess() bool
- func (o *GroupsGet200Response) GetSuccessOk() (*bool, bool)
- func (o *GroupsGet200Response) GetTotalCount() float32
- func (o *GroupsGet200Response) GetTotalCountOk() (*float32, bool)
- func (o GroupsGet200Response) MarshalJSON() ([]byte, error)
- func (o *GroupsGet200Response) SetData(v []GroupsGet200ResponseDataInner)
- func (o *GroupsGet200Response) SetHasMore(v bool)
- func (o *GroupsGet200Response) SetNextToken(v string)
- func (o *GroupsGet200Response) SetSuccess(v bool)
- func (o *GroupsGet200Response) SetTotalCount(v float32)
- func (o GroupsGet200Response) ToMap() (map[string]interface{}, error)
- func (o *GroupsGet200Response) UnmarshalJSON(data []byte) (err error)
- type GroupsGet200ResponseDataInner
- func (o *GroupsGet200ResponseDataInner) GetAccountDetailsAccess() bool
- func (o *GroupsGet200ResponseDataInner) GetAccountDetailsAccessOk() (*bool, bool)
- func (o *GroupsGet200ResponseDataInner) GetAuditLogAccess() bool
- func (o *GroupsGet200ResponseDataInner) GetAuditLogAccessOk() (*bool, bool)
- func (o *GroupsGet200ResponseDataInner) GetCreatedAt() string
- func (o *GroupsGet200ResponseDataInner) GetCreatedAtOk() (*string, bool)
- func (o *GroupsGet200ResponseDataInner) GetId() float32
- func (o *GroupsGet200ResponseDataInner) GetIdOk() (*float32, bool)
- func (o *GroupsGet200ResponseDataInner) GetLandingPageAppId() string
- func (o *GroupsGet200ResponseDataInner) GetLandingPageAppIdOk() (*string, bool)
- func (o *GroupsGet200ResponseDataInner) GetLegacyId() float32
- func (o *GroupsGet200ResponseDataInner) GetLegacyIdOk() (*float32, bool)
- func (o *GroupsGet200ResponseDataInner) GetMembers() []GroupsGroupIdGet200ResponseDataMembersInner
- func (o *GroupsGet200ResponseDataInner) GetMembersOk() ([]GroupsGroupIdGet200ResponseDataMembersInner, bool)
- func (o *GroupsGet200ResponseDataInner) GetName() string
- func (o *GroupsGet200ResponseDataInner) GetNameOk() (*string, bool)
- func (o *GroupsGet200ResponseDataInner) GetThemeAccess() bool
- func (o *GroupsGet200ResponseDataInner) GetThemeAccessOk() (*bool, bool)
- func (o *GroupsGet200ResponseDataInner) GetUniversalAppAccess() string
- func (o *GroupsGet200ResponseDataInner) GetUniversalAppAccessOk() (*string, bool)
- func (o *GroupsGet200ResponseDataInner) GetUniversalQueryLibraryAccess() string
- func (o *GroupsGet200ResponseDataInner) GetUniversalQueryLibraryAccessOk() (*string, bool)
- func (o *GroupsGet200ResponseDataInner) GetUniversalResourceAccess() string
- func (o *GroupsGet200ResponseDataInner) GetUniversalResourceAccessOk() (*string, bool)
- func (o *GroupsGet200ResponseDataInner) GetUniversalWorkflowAccess() string
- func (o *GroupsGet200ResponseDataInner) GetUniversalWorkflowAccessOk() (*string, bool)
- func (o *GroupsGet200ResponseDataInner) GetUnpublishedReleaseAccess() bool
- func (o *GroupsGet200ResponseDataInner) GetUnpublishedReleaseAccessOk() (*bool, bool)
- func (o *GroupsGet200ResponseDataInner) GetUpdatedAt() string
- func (o *GroupsGet200ResponseDataInner) GetUpdatedAtOk() (*string, bool)
- func (o *GroupsGet200ResponseDataInner) GetUsageAnalyticsAccess() bool
- func (o *GroupsGet200ResponseDataInner) GetUsageAnalyticsAccessOk() (*bool, bool)
- func (o *GroupsGet200ResponseDataInner) GetUserInvites() []GroupsGroupIdGet200ResponseDataUserInvitesInner
- func (o *GroupsGet200ResponseDataInner) GetUserInvitesOk() ([]GroupsGroupIdGet200ResponseDataUserInvitesInner, bool)
- func (o *GroupsGet200ResponseDataInner) GetUserListAccess() bool
- func (o *GroupsGet200ResponseDataInner) GetUserListAccessOk() (*bool, bool)
- func (o GroupsGet200ResponseDataInner) MarshalJSON() ([]byte, error)
- func (o *GroupsGet200ResponseDataInner) SetAccountDetailsAccess(v bool)
- func (o *GroupsGet200ResponseDataInner) SetAuditLogAccess(v bool)
- func (o *GroupsGet200ResponseDataInner) SetCreatedAt(v string)
- func (o *GroupsGet200ResponseDataInner) SetId(v float32)
- func (o *GroupsGet200ResponseDataInner) SetLandingPageAppId(v string)
- func (o *GroupsGet200ResponseDataInner) SetLegacyId(v float32)
- func (o *GroupsGet200ResponseDataInner) SetMembers(v []GroupsGroupIdGet200ResponseDataMembersInner)
- func (o *GroupsGet200ResponseDataInner) SetName(v string)
- func (o *GroupsGet200ResponseDataInner) SetThemeAccess(v bool)
- func (o *GroupsGet200ResponseDataInner) SetUniversalAppAccess(v string)
- func (o *GroupsGet200ResponseDataInner) SetUniversalQueryLibraryAccess(v string)
- func (o *GroupsGet200ResponseDataInner) SetUniversalResourceAccess(v string)
- func (o *GroupsGet200ResponseDataInner) SetUniversalWorkflowAccess(v string)
- func (o *GroupsGet200ResponseDataInner) SetUnpublishedReleaseAccess(v bool)
- func (o *GroupsGet200ResponseDataInner) SetUpdatedAt(v string)
- func (o *GroupsGet200ResponseDataInner) SetUsageAnalyticsAccess(v bool)
- func (o *GroupsGet200ResponseDataInner) SetUserInvites(v []GroupsGroupIdGet200ResponseDataUserInvitesInner)
- func (o *GroupsGet200ResponseDataInner) SetUserListAccess(v bool)
- func (o GroupsGet200ResponseDataInner) ToMap() (map[string]interface{}, error)
- func (o *GroupsGet200ResponseDataInner) UnmarshalJSON(data []byte) (err error)
- type GroupsGroupIdGet200Response
- func (o *GroupsGroupIdGet200Response) GetData() GroupsGroupIdGet200ResponseData
- func (o *GroupsGroupIdGet200Response) GetDataOk() (*GroupsGroupIdGet200ResponseData, bool)
- func (o *GroupsGroupIdGet200Response) GetSuccess() bool
- func (o *GroupsGroupIdGet200Response) GetSuccessOk() (*bool, bool)
- func (o GroupsGroupIdGet200Response) MarshalJSON() ([]byte, error)
- func (o *GroupsGroupIdGet200Response) SetData(v GroupsGroupIdGet200ResponseData)
- func (o *GroupsGroupIdGet200Response) SetSuccess(v bool)
- func (o GroupsGroupIdGet200Response) ToMap() (map[string]interface{}, error)
- func (o *GroupsGroupIdGet200Response) UnmarshalJSON(data []byte) (err error)
- type GroupsGroupIdGet200ResponseData
- func (o *GroupsGroupIdGet200ResponseData) GetAccountDetailsAccess() bool
- func (o *GroupsGroupIdGet200ResponseData) GetAccountDetailsAccessOk() (*bool, bool)
- func (o *GroupsGroupIdGet200ResponseData) GetAuditLogAccess() bool
- func (o *GroupsGroupIdGet200ResponseData) GetAuditLogAccessOk() (*bool, bool)
- func (o *GroupsGroupIdGet200ResponseData) GetCreatedAt() string
- func (o *GroupsGroupIdGet200ResponseData) GetCreatedAtOk() (*string, bool)
- func (o *GroupsGroupIdGet200ResponseData) GetId() float32
- func (o *GroupsGroupIdGet200ResponseData) GetIdOk() (*float32, bool)
- func (o *GroupsGroupIdGet200ResponseData) GetLandingPageAppId() string
- func (o *GroupsGroupIdGet200ResponseData) GetLandingPageAppIdOk() (*string, bool)
- func (o *GroupsGroupIdGet200ResponseData) GetLegacyId() float32
- func (o *GroupsGroupIdGet200ResponseData) GetLegacyIdOk() (*float32, bool)
- func (o *GroupsGroupIdGet200ResponseData) GetMembers() []GroupsGroupIdGet200ResponseDataMembersInner
- func (o *GroupsGroupIdGet200ResponseData) GetMembersOk() ([]GroupsGroupIdGet200ResponseDataMembersInner, bool)
- func (o *GroupsGroupIdGet200ResponseData) GetName() string
- func (o *GroupsGroupIdGet200ResponseData) GetNameOk() (*string, bool)
- func (o *GroupsGroupIdGet200ResponseData) GetThemeAccess() bool
- func (o *GroupsGroupIdGet200ResponseData) GetThemeAccessOk() (*bool, bool)
- func (o *GroupsGroupIdGet200ResponseData) GetUniversalAppAccess() string
- func (o *GroupsGroupIdGet200ResponseData) GetUniversalAppAccessOk() (*string, bool)
- func (o *GroupsGroupIdGet200ResponseData) GetUniversalQueryLibraryAccess() string
- func (o *GroupsGroupIdGet200ResponseData) GetUniversalQueryLibraryAccessOk() (*string, bool)
- func (o *GroupsGroupIdGet200ResponseData) GetUniversalResourceAccess() string
- func (o *GroupsGroupIdGet200ResponseData) GetUniversalResourceAccessOk() (*string, bool)
- func (o *GroupsGroupIdGet200ResponseData) GetUniversalWorkflowAccess() string
- func (o *GroupsGroupIdGet200ResponseData) GetUniversalWorkflowAccessOk() (*string, bool)
- func (o *GroupsGroupIdGet200ResponseData) GetUnpublishedReleaseAccess() bool
- func (o *GroupsGroupIdGet200ResponseData) GetUnpublishedReleaseAccessOk() (*bool, bool)
- func (o *GroupsGroupIdGet200ResponseData) GetUpdatedAt() string
- func (o *GroupsGroupIdGet200ResponseData) GetUpdatedAtOk() (*string, bool)
- func (o *GroupsGroupIdGet200ResponseData) GetUsageAnalyticsAccess() bool
- func (o *GroupsGroupIdGet200ResponseData) GetUsageAnalyticsAccessOk() (*bool, bool)
- func (o *GroupsGroupIdGet200ResponseData) GetUserInvites() []GroupsGroupIdGet200ResponseDataUserInvitesInner
- func (o *GroupsGroupIdGet200ResponseData) GetUserInvitesOk() ([]GroupsGroupIdGet200ResponseDataUserInvitesInner, bool)
- func (o *GroupsGroupIdGet200ResponseData) GetUserListAccess() bool
- func (o *GroupsGroupIdGet200ResponseData) GetUserListAccessOk() (*bool, bool)
- func (o GroupsGroupIdGet200ResponseData) MarshalJSON() ([]byte, error)
- func (o *GroupsGroupIdGet200ResponseData) SetAccountDetailsAccess(v bool)
- func (o *GroupsGroupIdGet200ResponseData) SetAuditLogAccess(v bool)
- func (o *GroupsGroupIdGet200ResponseData) SetCreatedAt(v string)
- func (o *GroupsGroupIdGet200ResponseData) SetId(v float32)
- func (o *GroupsGroupIdGet200ResponseData) SetLandingPageAppId(v string)
- func (o *GroupsGroupIdGet200ResponseData) SetLegacyId(v float32)
- func (o *GroupsGroupIdGet200ResponseData) SetMembers(v []GroupsGroupIdGet200ResponseDataMembersInner)
- func (o *GroupsGroupIdGet200ResponseData) SetName(v string)
- func (o *GroupsGroupIdGet200ResponseData) SetThemeAccess(v bool)
- func (o *GroupsGroupIdGet200ResponseData) SetUniversalAppAccess(v string)
- func (o *GroupsGroupIdGet200ResponseData) SetUniversalQueryLibraryAccess(v string)
- func (o *GroupsGroupIdGet200ResponseData) SetUniversalResourceAccess(v string)
- func (o *GroupsGroupIdGet200ResponseData) SetUniversalWorkflowAccess(v string)
- func (o *GroupsGroupIdGet200ResponseData) SetUnpublishedReleaseAccess(v bool)
- func (o *GroupsGroupIdGet200ResponseData) SetUpdatedAt(v string)
- func (o *GroupsGroupIdGet200ResponseData) SetUsageAnalyticsAccess(v bool)
- func (o *GroupsGroupIdGet200ResponseData) SetUserInvites(v []GroupsGroupIdGet200ResponseDataUserInvitesInner)
- func (o *GroupsGroupIdGet200ResponseData) SetUserListAccess(v bool)
- func (o GroupsGroupIdGet200ResponseData) ToMap() (map[string]interface{}, error)
- func (o *GroupsGroupIdGet200ResponseData) UnmarshalJSON(data []byte) (err error)
- type GroupsGroupIdGet200ResponseDataMembersInner
- func (o *GroupsGroupIdGet200ResponseDataMembersInner) GetEmail() string
- func (o *GroupsGroupIdGet200ResponseDataMembersInner) GetEmailOk() (*string, bool)
- func (o *GroupsGroupIdGet200ResponseDataMembersInner) GetId() string
- func (o *GroupsGroupIdGet200ResponseDataMembersInner) GetIdOk() (*string, bool)
- func (o *GroupsGroupIdGet200ResponseDataMembersInner) GetIsGroupAdmin() bool
- func (o *GroupsGroupIdGet200ResponseDataMembersInner) GetIsGroupAdminOk() (*bool, bool)
- func (o GroupsGroupIdGet200ResponseDataMembersInner) MarshalJSON() ([]byte, error)
- func (o *GroupsGroupIdGet200ResponseDataMembersInner) SetEmail(v string)
- func (o *GroupsGroupIdGet200ResponseDataMembersInner) SetId(v string)
- func (o *GroupsGroupIdGet200ResponseDataMembersInner) SetIsGroupAdmin(v bool)
- func (o GroupsGroupIdGet200ResponseDataMembersInner) ToMap() (map[string]interface{}, error)
- func (o *GroupsGroupIdGet200ResponseDataMembersInner) UnmarshalJSON(data []byte) (err error)
- type GroupsGroupIdGet200ResponseDataUserInvitesInner
- func (o *GroupsGroupIdGet200ResponseDataUserInvitesInner) GetClaimedAt() string
- func (o *GroupsGroupIdGet200ResponseDataUserInvitesInner) GetClaimedAtOk() (*string, bool)
- func (o *GroupsGroupIdGet200ResponseDataUserInvitesInner) GetClaimedBy() string
- func (o *GroupsGroupIdGet200ResponseDataUserInvitesInner) GetClaimedByOk() (*string, bool)
- func (o *GroupsGroupIdGet200ResponseDataUserInvitesInner) GetCreatedAt() string
- func (o *GroupsGroupIdGet200ResponseDataUserInvitesInner) GetCreatedAtOk() (*string, bool)
- func (o *GroupsGroupIdGet200ResponseDataUserInvitesInner) GetExpiresAt() string
- func (o *GroupsGroupIdGet200ResponseDataUserInvitesInner) GetExpiresAtOk() (*string, bool)
- func (o *GroupsGroupIdGet200ResponseDataUserInvitesInner) GetId() float32
- func (o *GroupsGroupIdGet200ResponseDataUserInvitesInner) GetIdOk() (*float32, bool)
- func (o *GroupsGroupIdGet200ResponseDataUserInvitesInner) GetInviteLink() string
- func (o *GroupsGroupIdGet200ResponseDataUserInvitesInner) GetInviteLinkOk() (*string, bool)
- func (o *GroupsGroupIdGet200ResponseDataUserInvitesInner) GetInvitedBy() string
- func (o *GroupsGroupIdGet200ResponseDataUserInvitesInner) GetInvitedByOk() (*string, bool)
- func (o *GroupsGroupIdGet200ResponseDataUserInvitesInner) GetInvitedEmail() string
- func (o *GroupsGroupIdGet200ResponseDataUserInvitesInner) GetInvitedEmailOk() (*string, bool)
- func (o *GroupsGroupIdGet200ResponseDataUserInvitesInner) GetLegacyId() float32
- func (o *GroupsGroupIdGet200ResponseDataUserInvitesInner) GetLegacyIdOk() (*float32, bool)
- func (o *GroupsGroupIdGet200ResponseDataUserInvitesInner) GetMetadata() map[string]interface{}
- func (o *GroupsGroupIdGet200ResponseDataUserInvitesInner) GetMetadataOk() (map[string]interface{}, bool)
- func (o *GroupsGroupIdGet200ResponseDataUserInvitesInner) GetUserType() string
- func (o *GroupsGroupIdGet200ResponseDataUserInvitesInner) GetUserTypeOk() (*string, bool)
- func (o *GroupsGroupIdGet200ResponseDataUserInvitesInner) HasInviteLink() bool
- func (o GroupsGroupIdGet200ResponseDataUserInvitesInner) MarshalJSON() ([]byte, error)
- func (o *GroupsGroupIdGet200ResponseDataUserInvitesInner) SetClaimedAt(v string)
- func (o *GroupsGroupIdGet200ResponseDataUserInvitesInner) SetClaimedBy(v string)
- func (o *GroupsGroupIdGet200ResponseDataUserInvitesInner) SetCreatedAt(v string)
- func (o *GroupsGroupIdGet200ResponseDataUserInvitesInner) SetExpiresAt(v string)
- func (o *GroupsGroupIdGet200ResponseDataUserInvitesInner) SetId(v float32)
- func (o *GroupsGroupIdGet200ResponseDataUserInvitesInner) SetInviteLink(v string)
- func (o *GroupsGroupIdGet200ResponseDataUserInvitesInner) SetInvitedBy(v string)
- func (o *GroupsGroupIdGet200ResponseDataUserInvitesInner) SetInvitedEmail(v string)
- func (o *GroupsGroupIdGet200ResponseDataUserInvitesInner) SetLegacyId(v float32)
- func (o *GroupsGroupIdGet200ResponseDataUserInvitesInner) SetMetadata(v map[string]interface{})
- func (o *GroupsGroupIdGet200ResponseDataUserInvitesInner) SetUserType(v string)
- func (o GroupsGroupIdGet200ResponseDataUserInvitesInner) ToMap() (map[string]interface{}, error)
- func (o *GroupsGroupIdGet200ResponseDataUserInvitesInner) UnmarshalJSON(data []byte) (err error)
- type GroupsGroupIdMembersPostRequest
- func (o *GroupsGroupIdMembersPostRequest) GetMembers() []GroupsGroupIdPutRequestMembersInner
- func (o *GroupsGroupIdMembersPostRequest) GetMembersOk() ([]GroupsGroupIdPutRequestMembersInner, bool)
- func (o GroupsGroupIdMembersPostRequest) MarshalJSON() ([]byte, error)
- func (o *GroupsGroupIdMembersPostRequest) SetMembers(v []GroupsGroupIdPutRequestMembersInner)
- func (o GroupsGroupIdMembersPostRequest) ToMap() (map[string]interface{}, error)
- func (o *GroupsGroupIdMembersPostRequest) UnmarshalJSON(data []byte) (err error)
- type GroupsGroupIdPatchRequest
- func (o *GroupsGroupIdPatchRequest) GetOperations() []UsersUserIdPatchRequestOperationsInner
- func (o *GroupsGroupIdPatchRequest) GetOperationsOk() ([]UsersUserIdPatchRequestOperationsInner, bool)
- func (o GroupsGroupIdPatchRequest) MarshalJSON() ([]byte, error)
- func (o *GroupsGroupIdPatchRequest) SetOperations(v []UsersUserIdPatchRequestOperationsInner)
- func (o GroupsGroupIdPatchRequest) ToMap() (map[string]interface{}, error)
- func (o *GroupsGroupIdPatchRequest) UnmarshalJSON(data []byte) (err error)
- type GroupsGroupIdPatchRequestOperationsInner
- type GroupsGroupIdPut200Response
- func (o *GroupsGroupIdPut200Response) GetData() GroupsGroupIdPut200ResponseData
- func (o *GroupsGroupIdPut200Response) GetDataOk() (*GroupsGroupIdPut200ResponseData, bool)
- func (o *GroupsGroupIdPut200Response) GetSuccess() bool
- func (o *GroupsGroupIdPut200Response) GetSuccessOk() (*bool, bool)
- func (o GroupsGroupIdPut200Response) MarshalJSON() ([]byte, error)
- func (o *GroupsGroupIdPut200Response) SetData(v GroupsGroupIdPut200ResponseData)
- func (o *GroupsGroupIdPut200Response) SetSuccess(v bool)
- func (o GroupsGroupIdPut200Response) ToMap() (map[string]interface{}, error)
- func (o *GroupsGroupIdPut200Response) UnmarshalJSON(data []byte) (err error)
- type GroupsGroupIdPut200ResponseData
- func (o *GroupsGroupIdPut200ResponseData) GetAccountDetailsAccess() bool
- func (o *GroupsGroupIdPut200ResponseData) GetAccountDetailsAccessOk() (*bool, bool)
- func (o *GroupsGroupIdPut200ResponseData) GetAuditLogAccess() bool
- func (o *GroupsGroupIdPut200ResponseData) GetAuditLogAccessOk() (*bool, bool)
- func (o *GroupsGroupIdPut200ResponseData) GetCreatedAt() string
- func (o *GroupsGroupIdPut200ResponseData) GetCreatedAtOk() (*string, bool)
- func (o *GroupsGroupIdPut200ResponseData) GetId() float32
- func (o *GroupsGroupIdPut200ResponseData) GetIdOk() (*float32, bool)
- func (o *GroupsGroupIdPut200ResponseData) GetLandingPageAppId() string
- func (o *GroupsGroupIdPut200ResponseData) GetLandingPageAppIdOk() (*string, bool)
- func (o *GroupsGroupIdPut200ResponseData) GetLegacyId() float32
- func (o *GroupsGroupIdPut200ResponseData) GetLegacyIdOk() (*float32, bool)
- func (o *GroupsGroupIdPut200ResponseData) GetMembers() []GroupsGroupIdGet200ResponseDataMembersInner
- func (o *GroupsGroupIdPut200ResponseData) GetMembersOk() ([]GroupsGroupIdGet200ResponseDataMembersInner, bool)
- func (o *GroupsGroupIdPut200ResponseData) GetName() string
- func (o *GroupsGroupIdPut200ResponseData) GetNameOk() (*string, bool)
- func (o *GroupsGroupIdPut200ResponseData) GetThemeAccess() bool
- func (o *GroupsGroupIdPut200ResponseData) GetThemeAccessOk() (*bool, bool)
- func (o *GroupsGroupIdPut200ResponseData) GetUniversalAppAccess() string
- func (o *GroupsGroupIdPut200ResponseData) GetUniversalAppAccessOk() (*string, bool)
- func (o *GroupsGroupIdPut200ResponseData) GetUniversalQueryLibraryAccess() string
- func (o *GroupsGroupIdPut200ResponseData) GetUniversalQueryLibraryAccessOk() (*string, bool)
- func (o *GroupsGroupIdPut200ResponseData) GetUniversalResourceAccess() string
- func (o *GroupsGroupIdPut200ResponseData) GetUniversalResourceAccessOk() (*string, bool)
- func (o *GroupsGroupIdPut200ResponseData) GetUniversalWorkflowAccess() string
- func (o *GroupsGroupIdPut200ResponseData) GetUniversalWorkflowAccessOk() (*string, bool)
- func (o *GroupsGroupIdPut200ResponseData) GetUnpublishedReleaseAccess() bool
- func (o *GroupsGroupIdPut200ResponseData) GetUnpublishedReleaseAccessOk() (*bool, bool)
- func (o *GroupsGroupIdPut200ResponseData) GetUpdatedAt() string
- func (o *GroupsGroupIdPut200ResponseData) GetUpdatedAtOk() (*string, bool)
- func (o *GroupsGroupIdPut200ResponseData) GetUsageAnalyticsAccess() bool
- func (o *GroupsGroupIdPut200ResponseData) GetUsageAnalyticsAccessOk() (*bool, bool)
- func (o *GroupsGroupIdPut200ResponseData) GetUserInvites() []GroupsGroupIdGet200ResponseDataUserInvitesInner
- func (o *GroupsGroupIdPut200ResponseData) GetUserInvitesOk() ([]GroupsGroupIdGet200ResponseDataUserInvitesInner, bool)
- func (o *GroupsGroupIdPut200ResponseData) GetUserListAccess() bool
- func (o *GroupsGroupIdPut200ResponseData) GetUserListAccessOk() (*bool, bool)
- func (o GroupsGroupIdPut200ResponseData) MarshalJSON() ([]byte, error)
- func (o *GroupsGroupIdPut200ResponseData) SetAccountDetailsAccess(v bool)
- func (o *GroupsGroupIdPut200ResponseData) SetAuditLogAccess(v bool)
- func (o *GroupsGroupIdPut200ResponseData) SetCreatedAt(v string)
- func (o *GroupsGroupIdPut200ResponseData) SetId(v float32)
- func (o *GroupsGroupIdPut200ResponseData) SetLandingPageAppId(v string)
- func (o *GroupsGroupIdPut200ResponseData) SetLegacyId(v float32)
- func (o *GroupsGroupIdPut200ResponseData) SetMembers(v []GroupsGroupIdGet200ResponseDataMembersInner)
- func (o *GroupsGroupIdPut200ResponseData) SetName(v string)
- func (o *GroupsGroupIdPut200ResponseData) SetThemeAccess(v bool)
- func (o *GroupsGroupIdPut200ResponseData) SetUniversalAppAccess(v string)
- func (o *GroupsGroupIdPut200ResponseData) SetUniversalQueryLibraryAccess(v string)
- func (o *GroupsGroupIdPut200ResponseData) SetUniversalResourceAccess(v string)
- func (o *GroupsGroupIdPut200ResponseData) SetUniversalWorkflowAccess(v string)
- func (o *GroupsGroupIdPut200ResponseData) SetUnpublishedReleaseAccess(v bool)
- func (o *GroupsGroupIdPut200ResponseData) SetUpdatedAt(v string)
- func (o *GroupsGroupIdPut200ResponseData) SetUsageAnalyticsAccess(v bool)
- func (o *GroupsGroupIdPut200ResponseData) SetUserInvites(v []GroupsGroupIdGet200ResponseDataUserInvitesInner)
- func (o *GroupsGroupIdPut200ResponseData) SetUserListAccess(v bool)
- func (o GroupsGroupIdPut200ResponseData) ToMap() (map[string]interface{}, error)
- func (o *GroupsGroupIdPut200ResponseData) UnmarshalJSON(data []byte) (err error)
- type GroupsGroupIdPutRequest
- func (o *GroupsGroupIdPutRequest) GetAccountDetailsAccess() bool
- func (o *GroupsGroupIdPutRequest) GetAccountDetailsAccessOk() (*bool, bool)
- func (o *GroupsGroupIdPutRequest) GetAuditLogAccess() bool
- func (o *GroupsGroupIdPutRequest) GetAuditLogAccessOk() (*bool, bool)
- func (o *GroupsGroupIdPutRequest) GetCreatedAt() string
- func (o *GroupsGroupIdPutRequest) GetCreatedAtOk() (*string, bool)
- func (o *GroupsGroupIdPutRequest) GetLandingPageAppId() string
- func (o *GroupsGroupIdPutRequest) GetLandingPageAppIdOk() (*string, bool)
- func (o *GroupsGroupIdPutRequest) GetMembers() []GroupsGroupIdPutRequestMembersInner
- func (o *GroupsGroupIdPutRequest) GetMembersOk() ([]GroupsGroupIdPutRequestMembersInner, bool)
- func (o *GroupsGroupIdPutRequest) GetName() string
- func (o *GroupsGroupIdPutRequest) GetNameOk() (*string, bool)
- func (o *GroupsGroupIdPutRequest) GetThemeAccess() bool
- func (o *GroupsGroupIdPutRequest) GetThemeAccessOk() (*bool, bool)
- func (o *GroupsGroupIdPutRequest) GetUniversalAppAccess() string
- func (o *GroupsGroupIdPutRequest) GetUniversalAppAccessOk() (*string, bool)
- func (o *GroupsGroupIdPutRequest) GetUniversalQueryLibraryAccess() string
- func (o *GroupsGroupIdPutRequest) GetUniversalQueryLibraryAccessOk() (*string, bool)
- func (o *GroupsGroupIdPutRequest) GetUniversalResourceAccess() string
- func (o *GroupsGroupIdPutRequest) GetUniversalResourceAccessOk() (*string, bool)
- func (o *GroupsGroupIdPutRequest) GetUniversalWorkflowAccess() string
- func (o *GroupsGroupIdPutRequest) GetUniversalWorkflowAccessOk() (*string, bool)
- func (o *GroupsGroupIdPutRequest) GetUnpublishedReleaseAccess() bool
- func (o *GroupsGroupIdPutRequest) GetUnpublishedReleaseAccessOk() (*bool, bool)
- func (o *GroupsGroupIdPutRequest) GetUpdatedAt() string
- func (o *GroupsGroupIdPutRequest) GetUpdatedAtOk() (*string, bool)
- func (o *GroupsGroupIdPutRequest) GetUsageAnalyticsAccess() bool
- func (o *GroupsGroupIdPutRequest) GetUsageAnalyticsAccessOk() (*bool, bool)
- func (o *GroupsGroupIdPutRequest) GetUserInvites() []GroupsGroupIdGet200ResponseDataUserInvitesInner
- func (o *GroupsGroupIdPutRequest) GetUserInvitesOk() ([]GroupsGroupIdGet200ResponseDataUserInvitesInner, bool)
- func (o *GroupsGroupIdPutRequest) GetUserListAccess() bool
- func (o *GroupsGroupIdPutRequest) GetUserListAccessOk() (*bool, bool)
- func (o *GroupsGroupIdPutRequest) HasAccountDetailsAccess() bool
- func (o *GroupsGroupIdPutRequest) HasAuditLogAccess() bool
- func (o *GroupsGroupIdPutRequest) HasCreatedAt() bool
- func (o *GroupsGroupIdPutRequest) HasLandingPageAppId() bool
- func (o *GroupsGroupIdPutRequest) HasMembers() bool
- func (o *GroupsGroupIdPutRequest) HasName() bool
- func (o *GroupsGroupIdPutRequest) HasThemeAccess() bool
- func (o *GroupsGroupIdPutRequest) HasUniversalAppAccess() bool
- func (o *GroupsGroupIdPutRequest) HasUniversalQueryLibraryAccess() bool
- func (o *GroupsGroupIdPutRequest) HasUniversalResourceAccess() bool
- func (o *GroupsGroupIdPutRequest) HasUniversalWorkflowAccess() bool
- func (o *GroupsGroupIdPutRequest) HasUnpublishedReleaseAccess() bool
- func (o *GroupsGroupIdPutRequest) HasUpdatedAt() bool
- func (o *GroupsGroupIdPutRequest) HasUsageAnalyticsAccess() bool
- func (o *GroupsGroupIdPutRequest) HasUserInvites() bool
- func (o *GroupsGroupIdPutRequest) HasUserListAccess() bool
- func (o GroupsGroupIdPutRequest) MarshalJSON() ([]byte, error)
- func (o *GroupsGroupIdPutRequest) SetAccountDetailsAccess(v bool)
- func (o *GroupsGroupIdPutRequest) SetAuditLogAccess(v bool)
- func (o *GroupsGroupIdPutRequest) SetCreatedAt(v string)
- func (o *GroupsGroupIdPutRequest) SetLandingPageAppId(v string)
- func (o *GroupsGroupIdPutRequest) SetLandingPageAppIdNil()
- func (o *GroupsGroupIdPutRequest) SetMembers(v []GroupsGroupIdPutRequestMembersInner)
- func (o *GroupsGroupIdPutRequest) SetName(v string)
- func (o *GroupsGroupIdPutRequest) SetThemeAccess(v bool)
- func (o *GroupsGroupIdPutRequest) SetUniversalAppAccess(v string)
- func (o *GroupsGroupIdPutRequest) SetUniversalQueryLibraryAccess(v string)
- func (o *GroupsGroupIdPutRequest) SetUniversalResourceAccess(v string)
- func (o *GroupsGroupIdPutRequest) SetUniversalWorkflowAccess(v string)
- func (o *GroupsGroupIdPutRequest) SetUnpublishedReleaseAccess(v bool)
- func (o *GroupsGroupIdPutRequest) SetUpdatedAt(v string)
- func (o *GroupsGroupIdPutRequest) SetUsageAnalyticsAccess(v bool)
- func (o *GroupsGroupIdPutRequest) SetUserInvites(v []GroupsGroupIdGet200ResponseDataUserInvitesInner)
- func (o *GroupsGroupIdPutRequest) SetUserListAccess(v bool)
- func (o GroupsGroupIdPutRequest) ToMap() (map[string]interface{}, error)
- func (o *GroupsGroupIdPutRequest) UnmarshalJSON(data []byte) (err error)
- func (o *GroupsGroupIdPutRequest) UnsetLandingPageAppId()
- type GroupsGroupIdPutRequestMembersInner
- func (o *GroupsGroupIdPutRequestMembersInner) GetId() string
- func (o *GroupsGroupIdPutRequestMembersInner) GetIdOk() (*string, bool)
- func (o *GroupsGroupIdPutRequestMembersInner) GetIsGroupAdmin() bool
- func (o *GroupsGroupIdPutRequestMembersInner) GetIsGroupAdminOk() (*bool, bool)
- func (o GroupsGroupIdPutRequestMembersInner) MarshalJSON() ([]byte, error)
- func (o *GroupsGroupIdPutRequestMembersInner) SetId(v string)
- func (o *GroupsGroupIdPutRequestMembersInner) SetIsGroupAdmin(v bool)
- func (o GroupsGroupIdPutRequestMembersInner) ToMap() (map[string]interface{}, error)
- func (o *GroupsGroupIdPutRequestMembersInner) UnmarshalJSON(data []byte) (err error)
- type GroupsGroupIdUserInvitesPostRequest
- func (o *GroupsGroupIdUserInvitesPostRequest) GetUserInviteIds() []float32
- func (o *GroupsGroupIdUserInvitesPostRequest) GetUserInviteIdsOk() ([]float32, bool)
- func (o GroupsGroupIdUserInvitesPostRequest) MarshalJSON() ([]byte, error)
- func (o *GroupsGroupIdUserInvitesPostRequest) SetUserInviteIds(v []float32)
- func (o GroupsGroupIdUserInvitesPostRequest) ToMap() (map[string]interface{}, error)
- func (o *GroupsGroupIdUserInvitesPostRequest) UnmarshalJSON(data []byte) (err error)
- type GroupsPost200Response
- func (o *GroupsPost200Response) GetData() GroupsPost200ResponseData
- func (o *GroupsPost200Response) GetDataOk() (*GroupsPost200ResponseData, bool)
- func (o *GroupsPost200Response) GetSuccess() bool
- func (o *GroupsPost200Response) GetSuccessOk() (*bool, bool)
- func (o GroupsPost200Response) MarshalJSON() ([]byte, error)
- func (o *GroupsPost200Response) SetData(v GroupsPost200ResponseData)
- func (o *GroupsPost200Response) SetSuccess(v bool)
- func (o GroupsPost200Response) ToMap() (map[string]interface{}, error)
- func (o *GroupsPost200Response) UnmarshalJSON(data []byte) (err error)
- type GroupsPost200ResponseData
- func (o *GroupsPost200ResponseData) GetAccountDetailsAccess() bool
- func (o *GroupsPost200ResponseData) GetAccountDetailsAccessOk() (*bool, bool)
- func (o *GroupsPost200ResponseData) GetAuditLogAccess() bool
- func (o *GroupsPost200ResponseData) GetAuditLogAccessOk() (*bool, bool)
- func (o *GroupsPost200ResponseData) GetCreatedAt() string
- func (o *GroupsPost200ResponseData) GetCreatedAtOk() (*string, bool)
- func (o *GroupsPost200ResponseData) GetId() float32
- func (o *GroupsPost200ResponseData) GetIdOk() (*float32, bool)
- func (o *GroupsPost200ResponseData) GetLandingPageAppId() string
- func (o *GroupsPost200ResponseData) GetLandingPageAppIdOk() (*string, bool)
- func (o *GroupsPost200ResponseData) GetLegacyId() float32
- func (o *GroupsPost200ResponseData) GetLegacyIdOk() (*float32, bool)
- func (o *GroupsPost200ResponseData) GetMembers() []GroupsGroupIdGet200ResponseDataMembersInner
- func (o *GroupsPost200ResponseData) GetMembersOk() ([]GroupsGroupIdGet200ResponseDataMembersInner, bool)
- func (o *GroupsPost200ResponseData) GetName() string
- func (o *GroupsPost200ResponseData) GetNameOk() (*string, bool)
- func (o *GroupsPost200ResponseData) GetThemeAccess() bool
- func (o *GroupsPost200ResponseData) GetThemeAccessOk() (*bool, bool)
- func (o *GroupsPost200ResponseData) GetUniversalAppAccess() string
- func (o *GroupsPost200ResponseData) GetUniversalAppAccessOk() (*string, bool)
- func (o *GroupsPost200ResponseData) GetUniversalQueryLibraryAccess() string
- func (o *GroupsPost200ResponseData) GetUniversalQueryLibraryAccessOk() (*string, bool)
- func (o *GroupsPost200ResponseData) GetUniversalResourceAccess() string
- func (o *GroupsPost200ResponseData) GetUniversalResourceAccessOk() (*string, bool)
- func (o *GroupsPost200ResponseData) GetUniversalWorkflowAccess() string
- func (o *GroupsPost200ResponseData) GetUniversalWorkflowAccessOk() (*string, bool)
- func (o *GroupsPost200ResponseData) GetUnpublishedReleaseAccess() bool
- func (o *GroupsPost200ResponseData) GetUnpublishedReleaseAccessOk() (*bool, bool)
- func (o *GroupsPost200ResponseData) GetUpdatedAt() string
- func (o *GroupsPost200ResponseData) GetUpdatedAtOk() (*string, bool)
- func (o *GroupsPost200ResponseData) GetUsageAnalyticsAccess() bool
- func (o *GroupsPost200ResponseData) GetUsageAnalyticsAccessOk() (*bool, bool)
- func (o *GroupsPost200ResponseData) GetUserInvites() []GroupsGroupIdGet200ResponseDataUserInvitesInner
- func (o *GroupsPost200ResponseData) GetUserInvitesOk() ([]GroupsGroupIdGet200ResponseDataUserInvitesInner, bool)
- func (o *GroupsPost200ResponseData) GetUserListAccess() bool
- func (o *GroupsPost200ResponseData) GetUserListAccessOk() (*bool, bool)
- func (o GroupsPost200ResponseData) MarshalJSON() ([]byte, error)
- func (o *GroupsPost200ResponseData) SetAccountDetailsAccess(v bool)
- func (o *GroupsPost200ResponseData) SetAuditLogAccess(v bool)
- func (o *GroupsPost200ResponseData) SetCreatedAt(v string)
- func (o *GroupsPost200ResponseData) SetId(v float32)
- func (o *GroupsPost200ResponseData) SetLandingPageAppId(v string)
- func (o *GroupsPost200ResponseData) SetLegacyId(v float32)
- func (o *GroupsPost200ResponseData) SetMembers(v []GroupsGroupIdGet200ResponseDataMembersInner)
- func (o *GroupsPost200ResponseData) SetName(v string)
- func (o *GroupsPost200ResponseData) SetThemeAccess(v bool)
- func (o *GroupsPost200ResponseData) SetUniversalAppAccess(v string)
- func (o *GroupsPost200ResponseData) SetUniversalQueryLibraryAccess(v string)
- func (o *GroupsPost200ResponseData) SetUniversalResourceAccess(v string)
- func (o *GroupsPost200ResponseData) SetUniversalWorkflowAccess(v string)
- func (o *GroupsPost200ResponseData) SetUnpublishedReleaseAccess(v bool)
- func (o *GroupsPost200ResponseData) SetUpdatedAt(v string)
- func (o *GroupsPost200ResponseData) SetUsageAnalyticsAccess(v bool)
- func (o *GroupsPost200ResponseData) SetUserInvites(v []GroupsGroupIdGet200ResponseDataUserInvitesInner)
- func (o *GroupsPost200ResponseData) SetUserListAccess(v bool)
- func (o GroupsPost200ResponseData) ToMap() (map[string]interface{}, error)
- func (o *GroupsPost200ResponseData) UnmarshalJSON(data []byte) (err error)
- type GroupsPostRequest
- func (o *GroupsPostRequest) GetAccountDetailsAccess() bool
- func (o *GroupsPostRequest) GetAccountDetailsAccessOk() (*bool, bool)
- func (o *GroupsPostRequest) GetAuditLogAccess() bool
- func (o *GroupsPostRequest) GetAuditLogAccessOk() (*bool, bool)
- func (o *GroupsPostRequest) GetCreatedAt() string
- func (o *GroupsPostRequest) GetCreatedAtOk() (*string, bool)
- func (o *GroupsPostRequest) GetLandingPageAppId() string
- func (o *GroupsPostRequest) GetLandingPageAppIdOk() (*string, bool)
- func (o *GroupsPostRequest) GetMembers() []GroupsGroupIdPutRequestMembersInner
- func (o *GroupsPostRequest) GetMembersOk() ([]GroupsGroupIdPutRequestMembersInner, bool)
- func (o *GroupsPostRequest) GetName() string
- func (o *GroupsPostRequest) GetNameOk() (*string, bool)
- func (o *GroupsPostRequest) GetThemeAccess() bool
- func (o *GroupsPostRequest) GetThemeAccessOk() (*bool, bool)
- func (o *GroupsPostRequest) GetUniversalAppAccess() string
- func (o *GroupsPostRequest) GetUniversalAppAccessOk() (*string, bool)
- func (o *GroupsPostRequest) GetUniversalQueryLibraryAccess() string
- func (o *GroupsPostRequest) GetUniversalQueryLibraryAccessOk() (*string, bool)
- func (o *GroupsPostRequest) GetUniversalResourceAccess() string
- func (o *GroupsPostRequest) GetUniversalResourceAccessOk() (*string, bool)
- func (o *GroupsPostRequest) GetUniversalWorkflowAccess() string
- func (o *GroupsPostRequest) GetUniversalWorkflowAccessOk() (*string, bool)
- func (o *GroupsPostRequest) GetUnpublishedReleaseAccess() bool
- func (o *GroupsPostRequest) GetUnpublishedReleaseAccessOk() (*bool, bool)
- func (o *GroupsPostRequest) GetUpdatedAt() string
- func (o *GroupsPostRequest) GetUpdatedAtOk() (*string, bool)
- func (o *GroupsPostRequest) GetUsageAnalyticsAccess() bool
- func (o *GroupsPostRequest) GetUsageAnalyticsAccessOk() (*bool, bool)
- func (o *GroupsPostRequest) GetUserInvites() []GroupsGroupIdGet200ResponseDataUserInvitesInner
- func (o *GroupsPostRequest) GetUserInvitesOk() ([]GroupsGroupIdGet200ResponseDataUserInvitesInner, bool)
- func (o *GroupsPostRequest) GetUserListAccess() bool
- func (o *GroupsPostRequest) GetUserListAccessOk() (*bool, bool)
- func (o *GroupsPostRequest) HasAccountDetailsAccess() bool
- func (o *GroupsPostRequest) HasAuditLogAccess() bool
- func (o *GroupsPostRequest) HasCreatedAt() bool
- func (o *GroupsPostRequest) HasLandingPageAppId() bool
- func (o *GroupsPostRequest) HasMembers() bool
- func (o *GroupsPostRequest) HasThemeAccess() bool
- func (o *GroupsPostRequest) HasUniversalAppAccess() bool
- func (o *GroupsPostRequest) HasUniversalQueryLibraryAccess() bool
- func (o *GroupsPostRequest) HasUniversalResourceAccess() bool
- func (o *GroupsPostRequest) HasUniversalWorkflowAccess() bool
- func (o *GroupsPostRequest) HasUnpublishedReleaseAccess() bool
- func (o *GroupsPostRequest) HasUpdatedAt() bool
- func (o *GroupsPostRequest) HasUsageAnalyticsAccess() bool
- func (o *GroupsPostRequest) HasUserInvites() bool
- func (o *GroupsPostRequest) HasUserListAccess() bool
- func (o GroupsPostRequest) MarshalJSON() ([]byte, error)
- func (o *GroupsPostRequest) SetAccountDetailsAccess(v bool)
- func (o *GroupsPostRequest) SetAuditLogAccess(v bool)
- func (o *GroupsPostRequest) SetCreatedAt(v string)
- func (o *GroupsPostRequest) SetLandingPageAppId(v string)
- func (o *GroupsPostRequest) SetLandingPageAppIdNil()
- func (o *GroupsPostRequest) SetMembers(v []GroupsGroupIdPutRequestMembersInner)
- func (o *GroupsPostRequest) SetName(v string)
- func (o *GroupsPostRequest) SetThemeAccess(v bool)
- func (o *GroupsPostRequest) SetUniversalAppAccess(v string)
- func (o *GroupsPostRequest) SetUniversalQueryLibraryAccess(v string)
- func (o *GroupsPostRequest) SetUniversalResourceAccess(v string)
- func (o *GroupsPostRequest) SetUniversalWorkflowAccess(v string)
- func (o *GroupsPostRequest) SetUnpublishedReleaseAccess(v bool)
- func (o *GroupsPostRequest) SetUpdatedAt(v string)
- func (o *GroupsPostRequest) SetUsageAnalyticsAccess(v bool)
- func (o *GroupsPostRequest) SetUserInvites(v []GroupsGroupIdGet200ResponseDataUserInvitesInner)
- func (o *GroupsPostRequest) SetUserListAccess(v bool)
- func (o GroupsPostRequest) ToMap() (map[string]interface{}, error)
- func (o *GroupsPostRequest) UnmarshalJSON(data []byte) (err error)
- func (o *GroupsPostRequest) UnsetLandingPageAppId()
- type InfoAPIService
- type InfoIpAllowlistGet200Response
- func (o *InfoIpAllowlistGet200Response) GetData() InfoIpAllowlistGet200ResponseData
- func (o *InfoIpAllowlistGet200Response) GetDataOk() (*InfoIpAllowlistGet200ResponseData, bool)
- func (o *InfoIpAllowlistGet200Response) GetSuccess() bool
- func (o *InfoIpAllowlistGet200Response) GetSuccessOk() (*bool, bool)
- func (o InfoIpAllowlistGet200Response) MarshalJSON() ([]byte, error)
- func (o *InfoIpAllowlistGet200Response) SetData(v InfoIpAllowlistGet200ResponseData)
- func (o *InfoIpAllowlistGet200Response) SetSuccess(v bool)
- func (o InfoIpAllowlistGet200Response) ToMap() (map[string]interface{}, error)
- func (o *InfoIpAllowlistGet200Response) UnmarshalJSON(data []byte) (err error)
- type InfoIpAllowlistGet200ResponseData
- func (o *InfoIpAllowlistGet200ResponseData) GetIpAddresses() InfoIpAllowlistGet200ResponseDataIpAddresses
- func (o *InfoIpAllowlistGet200ResponseData) GetIpAddressesOk() (*InfoIpAllowlistGet200ResponseDataIpAddresses, bool)
- func (o InfoIpAllowlistGet200ResponseData) MarshalJSON() ([]byte, error)
- func (o *InfoIpAllowlistGet200ResponseData) SetIpAddresses(v InfoIpAllowlistGet200ResponseDataIpAddresses)
- func (o InfoIpAllowlistGet200ResponseData) ToMap() (map[string]interface{}, error)
- func (o *InfoIpAllowlistGet200ResponseData) UnmarshalJSON(data []byte) (err error)
- type InfoIpAllowlistGet200ResponseDataIpAddresses
- func (o *InfoIpAllowlistGet200ResponseDataIpAddresses) GetApSoutheast1() string
- func (o *InfoIpAllowlistGet200ResponseDataIpAddresses) GetApSoutheast1Ok() (*string, bool)
- func (o *InfoIpAllowlistGet200ResponseDataIpAddresses) GetEuCentral1() string
- func (o *InfoIpAllowlistGet200ResponseDataIpAddresses) GetEuCentral1Ok() (*string, bool)
- func (o *InfoIpAllowlistGet200ResponseDataIpAddresses) GetUsWest2() string
- func (o *InfoIpAllowlistGet200ResponseDataIpAddresses) GetUsWest2Ok() (*string, bool)
- func (o InfoIpAllowlistGet200ResponseDataIpAddresses) MarshalJSON() ([]byte, error)
- func (o *InfoIpAllowlistGet200ResponseDataIpAddresses) SetApSoutheast1(v string)
- func (o *InfoIpAllowlistGet200ResponseDataIpAddresses) SetEuCentral1(v string)
- func (o *InfoIpAllowlistGet200ResponseDataIpAddresses) SetUsWest2(v string)
- func (o InfoIpAllowlistGet200ResponseDataIpAddresses) ToMap() (map[string]interface{}, error)
- func (o *InfoIpAllowlistGet200ResponseDataIpAddresses) UnmarshalJSON(data []byte) (err error)
- type IpAllowlist
- func (o *IpAllowlist) GetIpAddresses() InfoIpAllowlistGet200ResponseDataIpAddresses
- func (o *IpAllowlist) GetIpAddressesOk() (*InfoIpAllowlistGet200ResponseDataIpAddresses, bool)
- func (o IpAllowlist) MarshalJSON() ([]byte, error)
- func (o *IpAllowlist) SetIpAddresses(v InfoIpAllowlistGet200ResponseDataIpAddresses)
- func (o IpAllowlist) ToMap() (map[string]interface{}, error)
- func (o *IpAllowlist) UnmarshalJSON(data []byte) (err error)
- type MappedNullable
- type MoveOperation
- func (o *MoveOperation) GetFrom() string
- func (o *MoveOperation) GetFromOk() (*string, bool)
- func (o *MoveOperation) GetOp() string
- func (o *MoveOperation) GetOpOk() (*string, bool)
- func (o *MoveOperation) GetPath() string
- func (o *MoveOperation) GetPathOk() (*string, bool)
- func (o MoveOperation) MarshalJSON() ([]byte, error)
- func (o *MoveOperation) SetFrom(v string)
- func (o *MoveOperation) SetOp(v string)
- func (o *MoveOperation) SetPath(v string)
- func (o MoveOperation) ToMap() (map[string]interface{}, error)
- func (o *MoveOperation) UnmarshalJSON(data []byte) (err error)
- type MySQLOptions
- func (o *MySQLOptions) GetDatabaseOptions() MySQLOptionsDatabaseOptions
- func (o *MySQLOptions) GetDatabaseOptionsOk() (*MySQLOptionsDatabaseOptions, bool)
- func (o MySQLOptions) MarshalJSON() ([]byte, error)
- func (o *MySQLOptions) SetDatabaseOptions(v MySQLOptionsDatabaseOptions)
- func (o MySQLOptions) ToMap() (map[string]interface{}, error)
- func (o *MySQLOptions) UnmarshalJSON(data []byte) (err error)
- type MySQLOptionsDatabaseOptions
- func (o *MySQLOptionsDatabaseOptions) GetConvertMysqlDatesToJavascript() bool
- func (o *MySQLOptionsDatabaseOptions) GetConvertMysqlDatesToJavascriptOk() (*bool, bool)
- func (o *MySQLOptionsDatabaseOptions) GetDisableConvertingQueriesToPreparedStatements() bool
- func (o *MySQLOptionsDatabaseOptions) GetDisableConvertingQueriesToPreparedStatementsOk() (*bool, bool)
- func (o *MySQLOptionsDatabaseOptions) GetHost() string
- func (o *MySQLOptionsDatabaseOptions) GetHostOk() (*string, bool)
- func (o *MySQLOptionsDatabaseOptions) GetName() string
- func (o *MySQLOptionsDatabaseOptions) GetNameOk() (*string, bool)
- func (o *MySQLOptionsDatabaseOptions) GetPassword() string
- func (o *MySQLOptionsDatabaseOptions) GetPasswordOk() (*string, bool)
- func (o *MySQLOptionsDatabaseOptions) GetPort() string
- func (o *MySQLOptionsDatabaseOptions) GetPortOk() (*string, bool)
- func (o *MySQLOptionsDatabaseOptions) GetShowWriteGuiOnly() bool
- func (o *MySQLOptionsDatabaseOptions) GetShowWriteGuiOnlyOk() (*bool, bool)
- func (o *MySQLOptionsDatabaseOptions) GetSshTunnelOptions() PostgresOptionsDatabaseOptionsAnyOfSshTunnelOptions
- func (o *MySQLOptionsDatabaseOptions) GetSshTunnelOptionsOk() (*PostgresOptionsDatabaseOptionsAnyOfSshTunnelOptions, bool)
- func (o *MySQLOptionsDatabaseOptions) GetSslSettings() PostgresOptionsDatabaseOptionsAnyOfSslSettings
- func (o *MySQLOptionsDatabaseOptions) GetSslSettingsOk() (*PostgresOptionsDatabaseOptionsAnyOfSslSettings, bool)
- func (o *MySQLOptionsDatabaseOptions) GetUseDynamicDatabaseHosts() bool
- func (o *MySQLOptionsDatabaseOptions) GetUseDynamicDatabaseHostsOk() (*bool, bool)
- func (o *MySQLOptionsDatabaseOptions) GetUseDynamicDatabaseNames() bool
- func (o *MySQLOptionsDatabaseOptions) GetUseDynamicDatabaseNamesOk() (*bool, bool)
- func (o *MySQLOptionsDatabaseOptions) GetUsername() string
- func (o *MySQLOptionsDatabaseOptions) GetUsernameOk() (*string, bool)
- func (o *MySQLOptionsDatabaseOptions) HasConvertMysqlDatesToJavascript() bool
- func (o *MySQLOptionsDatabaseOptions) HasDisableConvertingQueriesToPreparedStatements() bool
- func (o *MySQLOptionsDatabaseOptions) HasName() bool
- func (o *MySQLOptionsDatabaseOptions) HasPassword() bool
- func (o *MySQLOptionsDatabaseOptions) HasShowWriteGuiOnly() bool
- func (o *MySQLOptionsDatabaseOptions) HasSshTunnelOptions() bool
- func (o *MySQLOptionsDatabaseOptions) HasSslSettings() bool
- func (o *MySQLOptionsDatabaseOptions) HasUseDynamicDatabaseHosts() bool
- func (o *MySQLOptionsDatabaseOptions) HasUseDynamicDatabaseNames() bool
- func (o *MySQLOptionsDatabaseOptions) HasUsername() bool
- func (o MySQLOptionsDatabaseOptions) MarshalJSON() ([]byte, error)
- func (o *MySQLOptionsDatabaseOptions) SetConvertMysqlDatesToJavascript(v bool)
- func (o *MySQLOptionsDatabaseOptions) SetDisableConvertingQueriesToPreparedStatements(v bool)
- func (o *MySQLOptionsDatabaseOptions) SetHost(v string)
- func (o *MySQLOptionsDatabaseOptions) SetName(v string)
- func (o *MySQLOptionsDatabaseOptions) SetPassword(v string)
- func (o *MySQLOptionsDatabaseOptions) SetPort(v string)
- func (o *MySQLOptionsDatabaseOptions) SetShowWriteGuiOnly(v bool)
- func (o *MySQLOptionsDatabaseOptions) SetSshTunnelOptions(v PostgresOptionsDatabaseOptionsAnyOfSshTunnelOptions)
- func (o *MySQLOptionsDatabaseOptions) SetSslSettings(v PostgresOptionsDatabaseOptionsAnyOfSslSettings)
- func (o *MySQLOptionsDatabaseOptions) SetUseDynamicDatabaseHosts(v bool)
- func (o *MySQLOptionsDatabaseOptions) SetUseDynamicDatabaseNames(v bool)
- func (o *MySQLOptionsDatabaseOptions) SetUsername(v string)
- func (o MySQLOptionsDatabaseOptions) ToMap() (map[string]interface{}, error)
- func (o *MySQLOptionsDatabaseOptions) UnmarshalJSON(data []byte) (err error)
- type NullableAWSCodeCommit
- func (v NullableAWSCodeCommit) Get() *AWSCodeCommit
- func (v NullableAWSCodeCommit) IsSet() bool
- func (v NullableAWSCodeCommit) MarshalJSON() ([]byte, error)
- func (v *NullableAWSCodeCommit) Set(val *AWSCodeCommit)
- func (v *NullableAWSCodeCommit) UnmarshalJSON(src []byte) error
- func (v *NullableAWSCodeCommit) Unset()
- type NullableAWSCodeCommitConfig
- func (v NullableAWSCodeCommitConfig) Get() *AWSCodeCommitConfig
- func (v NullableAWSCodeCommitConfig) IsSet() bool
- func (v NullableAWSCodeCommitConfig) MarshalJSON() ([]byte, error)
- func (v *NullableAWSCodeCommitConfig) Set(val *AWSCodeCommitConfig)
- func (v *NullableAWSCodeCommitConfig) UnmarshalJSON(src []byte) error
- func (v *NullableAWSCodeCommitConfig) Unset()
- type NullableAccessRequest
- func (v NullableAccessRequest) Get() *AccessRequest
- func (v NullableAccessRequest) IsSet() bool
- func (v NullableAccessRequest) MarshalJSON() ([]byte, error)
- func (v *NullableAccessRequest) Set(val *AccessRequest)
- func (v *NullableAccessRequest) UnmarshalJSON(src []byte) error
- func (v *NullableAccessRequest) Unset()
- type NullableAccessRequestsAccessRequestIdGet200Response
- func (v NullableAccessRequestsAccessRequestIdGet200Response) Get() *AccessRequestsAccessRequestIdGet200Response
- func (v NullableAccessRequestsAccessRequestIdGet200Response) IsSet() bool
- func (v NullableAccessRequestsAccessRequestIdGet200Response) MarshalJSON() ([]byte, error)
- func (v *NullableAccessRequestsAccessRequestIdGet200Response) Set(val *AccessRequestsAccessRequestIdGet200Response)
- func (v *NullableAccessRequestsAccessRequestIdGet200Response) UnmarshalJSON(src []byte) error
- func (v *NullableAccessRequestsAccessRequestIdGet200Response) Unset()
- type NullableAccessRequestsAccessRequestIdPatch200Response
- func (v NullableAccessRequestsAccessRequestIdPatch200Response) Get() *AccessRequestsAccessRequestIdPatch200Response
- func (v NullableAccessRequestsAccessRequestIdPatch200Response) IsSet() bool
- func (v NullableAccessRequestsAccessRequestIdPatch200Response) MarshalJSON() ([]byte, error)
- func (v *NullableAccessRequestsAccessRequestIdPatch200Response) Set(val *AccessRequestsAccessRequestIdPatch200Response)
- func (v *NullableAccessRequestsAccessRequestIdPatch200Response) UnmarshalJSON(src []byte) error
- func (v *NullableAccessRequestsAccessRequestIdPatch200Response) Unset()
- type NullableAccessRequestsAccessRequestIdPatchRequest
- func (v NullableAccessRequestsAccessRequestIdPatchRequest) Get() *AccessRequestsAccessRequestIdPatchRequest
- func (v NullableAccessRequestsAccessRequestIdPatchRequest) IsSet() bool
- func (v NullableAccessRequestsAccessRequestIdPatchRequest) MarshalJSON() ([]byte, error)
- func (v *NullableAccessRequestsAccessRequestIdPatchRequest) Set(val *AccessRequestsAccessRequestIdPatchRequest)
- func (v *NullableAccessRequestsAccessRequestIdPatchRequest) UnmarshalJSON(src []byte) error
- func (v *NullableAccessRequestsAccessRequestIdPatchRequest) Unset()
- type NullableAccessRequestsGet200Response
- func (v NullableAccessRequestsGet200Response) Get() *AccessRequestsGet200Response
- func (v NullableAccessRequestsGet200Response) IsSet() bool
- func (v NullableAccessRequestsGet200Response) MarshalJSON() ([]byte, error)
- func (v *NullableAccessRequestsGet200Response) Set(val *AccessRequestsGet200Response)
- func (v *NullableAccessRequestsGet200Response) UnmarshalJSON(src []byte) error
- func (v *NullableAccessRequestsGet200Response) Unset()
- type NullableAccessRequestsGet200ResponseDataInner
- func (v NullableAccessRequestsGet200ResponseDataInner) Get() *AccessRequestsGet200ResponseDataInner
- func (v NullableAccessRequestsGet200ResponseDataInner) IsSet() bool
- func (v NullableAccessRequestsGet200ResponseDataInner) MarshalJSON() ([]byte, error)
- func (v *NullableAccessRequestsGet200ResponseDataInner) Set(val *AccessRequestsGet200ResponseDataInner)
- func (v *NullableAccessRequestsGet200ResponseDataInner) UnmarshalJSON(src []byte) error
- func (v *NullableAccessRequestsGet200ResponseDataInner) Unset()
- type NullableAccessToken
- func (v NullableAccessToken) Get() *AccessToken
- func (v NullableAccessToken) IsSet() bool
- func (v NullableAccessToken) MarshalJSON() ([]byte, error)
- func (v *NullableAccessToken) Set(val *AccessToken)
- func (v *NullableAccessToken) UnmarshalJSON(src []byte) error
- func (v *NullableAccessToken) Unset()
- type NullableAccessTokensAccessTokenIdGet200Response
- func (v NullableAccessTokensAccessTokenIdGet200Response) Get() *AccessTokensAccessTokenIdGet200Response
- func (v NullableAccessTokensAccessTokenIdGet200Response) IsSet() bool
- func (v NullableAccessTokensAccessTokenIdGet200Response) MarshalJSON() ([]byte, error)
- func (v *NullableAccessTokensAccessTokenIdGet200Response) Set(val *AccessTokensAccessTokenIdGet200Response)
- func (v *NullableAccessTokensAccessTokenIdGet200Response) UnmarshalJSON(src []byte) error
- func (v *NullableAccessTokensAccessTokenIdGet200Response) Unset()
- type NullableAccessTokensAccessTokenIdGet200ResponseData
- func (v NullableAccessTokensAccessTokenIdGet200ResponseData) Get() *AccessTokensAccessTokenIdGet200ResponseData
- func (v NullableAccessTokensAccessTokenIdGet200ResponseData) IsSet() bool
- func (v NullableAccessTokensAccessTokenIdGet200ResponseData) MarshalJSON() ([]byte, error)
- func (v *NullableAccessTokensAccessTokenIdGet200ResponseData) Set(val *AccessTokensAccessTokenIdGet200ResponseData)
- func (v *NullableAccessTokensAccessTokenIdGet200ResponseData) UnmarshalJSON(src []byte) error
- func (v *NullableAccessTokensAccessTokenIdGet200ResponseData) Unset()
- type NullableAccessTokensGet200Response
- func (v NullableAccessTokensGet200Response) Get() *AccessTokensGet200Response
- func (v NullableAccessTokensGet200Response) IsSet() bool
- func (v NullableAccessTokensGet200Response) MarshalJSON() ([]byte, error)
- func (v *NullableAccessTokensGet200Response) Set(val *AccessTokensGet200Response)
- func (v *NullableAccessTokensGet200Response) UnmarshalJSON(src []byte) error
- func (v *NullableAccessTokensGet200Response) Unset()
- type NullableAccessTokensGet200ResponseDataInner
- func (v NullableAccessTokensGet200ResponseDataInner) Get() *AccessTokensGet200ResponseDataInner
- func (v NullableAccessTokensGet200ResponseDataInner) IsSet() bool
- func (v NullableAccessTokensGet200ResponseDataInner) MarshalJSON() ([]byte, error)
- func (v *NullableAccessTokensGet200ResponseDataInner) Set(val *AccessTokensGet200ResponseDataInner)
- func (v *NullableAccessTokensGet200ResponseDataInner) UnmarshalJSON(src []byte) error
- func (v *NullableAccessTokensGet200ResponseDataInner) Unset()
- type NullableAccessTokensPost200Response
- func (v NullableAccessTokensPost200Response) Get() *AccessTokensPost200Response
- func (v NullableAccessTokensPost200Response) IsSet() bool
- func (v NullableAccessTokensPost200Response) MarshalJSON() ([]byte, error)
- func (v *NullableAccessTokensPost200Response) Set(val *AccessTokensPost200Response)
- func (v *NullableAccessTokensPost200Response) UnmarshalJSON(src []byte) error
- func (v *NullableAccessTokensPost200Response) Unset()
- type NullableAccessTokensPost200ResponseData
- func (v NullableAccessTokensPost200ResponseData) Get() *AccessTokensPost200ResponseData
- func (v NullableAccessTokensPost200ResponseData) IsSet() bool
- func (v NullableAccessTokensPost200ResponseData) MarshalJSON() ([]byte, error)
- func (v *NullableAccessTokensPost200ResponseData) Set(val *AccessTokensPost200ResponseData)
- func (v *NullableAccessTokensPost200ResponseData) UnmarshalJSON(src []byte) error
- func (v *NullableAccessTokensPost200ResponseData) Unset()
- type NullableAccessTokensPostRequest
- func (v NullableAccessTokensPostRequest) Get() *AccessTokensPostRequest
- func (v NullableAccessTokensPostRequest) IsSet() bool
- func (v NullableAccessTokensPostRequest) MarshalJSON() ([]byte, error)
- func (v *NullableAccessTokensPostRequest) Set(val *AccessTokensPostRequest)
- func (v *NullableAccessTokensPostRequest) UnmarshalJSON(src []byte) error
- func (v *NullableAccessTokensPostRequest) Unset()
- type NullableAddOperation
- func (v NullableAddOperation) Get() *AddOperation
- func (v NullableAddOperation) IsSet() bool
- func (v NullableAddOperation) MarshalJSON() ([]byte, error)
- func (v *NullableAddOperation) Set(val *AddOperation)
- func (v *NullableAddOperation) UnmarshalJSON(src []byte) error
- func (v *NullableAddOperation) Unset()
- type NullableAnalyticsIntegrationsSettings
- func (v NullableAnalyticsIntegrationsSettings) Get() *AnalyticsIntegrationsSettings
- func (v NullableAnalyticsIntegrationsSettings) IsSet() bool
- func (v NullableAnalyticsIntegrationsSettings) MarshalJSON() ([]byte, error)
- func (v *NullableAnalyticsIntegrationsSettings) Set(val *AnalyticsIntegrationsSettings)
- func (v *NullableAnalyticsIntegrationsSettings) UnmarshalJSON(src []byte) error
- func (v *NullableAnalyticsIntegrationsSettings) Unset()
- type NullableApp
- type NullableAppSummary
- type NullableAppTheme
- type NullableAppThemesGet200Response
- func (v NullableAppThemesGet200Response) Get() *AppThemesGet200Response
- func (v NullableAppThemesGet200Response) IsSet() bool
- func (v NullableAppThemesGet200Response) MarshalJSON() ([]byte, error)
- func (v *NullableAppThemesGet200Response) Set(val *AppThemesGet200Response)
- func (v *NullableAppThemesGet200Response) UnmarshalJSON(src []byte) error
- func (v *NullableAppThemesGet200Response) Unset()
- type NullableAppThemesGet200ResponseDataInner
- func (v NullableAppThemesGet200ResponseDataInner) Get() *AppThemesGet200ResponseDataInner
- func (v NullableAppThemesGet200ResponseDataInner) IsSet() bool
- func (v NullableAppThemesGet200ResponseDataInner) MarshalJSON() ([]byte, error)
- func (v *NullableAppThemesGet200ResponseDataInner) Set(val *AppThemesGet200ResponseDataInner)
- func (v *NullableAppThemesGet200ResponseDataInner) UnmarshalJSON(src []byte) error
- func (v *NullableAppThemesGet200ResponseDataInner) Unset()
- type NullableAppThemesIdGet200Response
- func (v NullableAppThemesIdGet200Response) Get() *AppThemesIdGet200Response
- func (v NullableAppThemesIdGet200Response) IsSet() bool
- func (v NullableAppThemesIdGet200Response) MarshalJSON() ([]byte, error)
- func (v *NullableAppThemesIdGet200Response) Set(val *AppThemesIdGet200Response)
- func (v *NullableAppThemesIdGet200Response) UnmarshalJSON(src []byte) error
- func (v *NullableAppThemesIdGet200Response) Unset()
- type NullableAppThemesIdGet200ResponseData
- func (v NullableAppThemesIdGet200ResponseData) Get() *AppThemesIdGet200ResponseData
- func (v NullableAppThemesIdGet200ResponseData) IsSet() bool
- func (v NullableAppThemesIdGet200ResponseData) MarshalJSON() ([]byte, error)
- func (v *NullableAppThemesIdGet200ResponseData) Set(val *AppThemesIdGet200ResponseData)
- func (v *NullableAppThemesIdGet200ResponseData) UnmarshalJSON(src []byte) error
- func (v *NullableAppThemesIdGet200ResponseData) Unset()
- type NullableAppThemesPut200Response
- func (v NullableAppThemesPut200Response) Get() *AppThemesPut200Response
- func (v NullableAppThemesPut200Response) IsSet() bool
- func (v NullableAppThemesPut200Response) MarshalJSON() ([]byte, error)
- func (v *NullableAppThemesPut200Response) Set(val *AppThemesPut200Response)
- func (v *NullableAppThemesPut200Response) UnmarshalJSON(src []byte) error
- func (v *NullableAppThemesPut200Response) Unset()
- type NullableAppThemesPut200ResponseData
- func (v NullableAppThemesPut200ResponseData) Get() *AppThemesPut200ResponseData
- func (v NullableAppThemesPut200ResponseData) IsSet() bool
- func (v NullableAppThemesPut200ResponseData) MarshalJSON() ([]byte, error)
- func (v *NullableAppThemesPut200ResponseData) Set(val *AppThemesPut200ResponseData)
- func (v *NullableAppThemesPut200ResponseData) UnmarshalJSON(src []byte) error
- func (v *NullableAppThemesPut200ResponseData) Unset()
- type NullableAppThemesPutRequest
- func (v NullableAppThemesPutRequest) Get() *AppThemesPutRequest
- func (v NullableAppThemesPutRequest) IsSet() bool
- func (v NullableAppThemesPutRequest) MarshalJSON() ([]byte, error)
- func (v *NullableAppThemesPutRequest) Set(val *AppThemesPutRequest)
- func (v *NullableAppThemesPutRequest) UnmarshalJSON(src []byte) error
- func (v *NullableAppThemesPutRequest) Unset()
- type NullableAppsAppIdGet200Response
- func (v NullableAppsAppIdGet200Response) Get() *AppsAppIdGet200Response
- func (v NullableAppsAppIdGet200Response) IsSet() bool
- func (v NullableAppsAppIdGet200Response) MarshalJSON() ([]byte, error)
- func (v *NullableAppsAppIdGet200Response) Set(val *AppsAppIdGet200Response)
- func (v *NullableAppsAppIdGet200Response) UnmarshalJSON(src []byte) error
- func (v *NullableAppsAppIdGet200Response) Unset()
- type NullableAppsAppIdGet200ResponseData
- func (v NullableAppsAppIdGet200ResponseData) Get() *AppsAppIdGet200ResponseData
- func (v NullableAppsAppIdGet200ResponseData) IsSet() bool
- func (v NullableAppsAppIdGet200ResponseData) MarshalJSON() ([]byte, error)
- func (v *NullableAppsAppIdGet200ResponseData) Set(val *AppsAppIdGet200ResponseData)
- func (v *NullableAppsAppIdGet200ResponseData) UnmarshalJSON(src []byte) error
- func (v *NullableAppsAppIdGet200ResponseData) Unset()
- type NullableAppsCloneAppPostRequest
- func (v NullableAppsCloneAppPostRequest) Get() *AppsCloneAppPostRequest
- func (v NullableAppsCloneAppPostRequest) IsSet() bool
- func (v NullableAppsCloneAppPostRequest) MarshalJSON() ([]byte, error)
- func (v *NullableAppsCloneAppPostRequest) Set(val *AppsCloneAppPostRequest)
- func (v *NullableAppsCloneAppPostRequest) UnmarshalJSON(src []byte) error
- func (v *NullableAppsCloneAppPostRequest) Unset()
- type NullableAppsGet200Response
- func (v NullableAppsGet200Response) Get() *AppsGet200Response
- func (v NullableAppsGet200Response) IsSet() bool
- func (v NullableAppsGet200Response) MarshalJSON() ([]byte, error)
- func (v *NullableAppsGet200Response) Set(val *AppsGet200Response)
- func (v *NullableAppsGet200Response) UnmarshalJSON(src []byte) error
- func (v *NullableAppsGet200Response) Unset()
- type NullableAzureRepos
- type NullableAzureReposConfig
- func (v NullableAzureReposConfig) Get() *AzureReposConfig
- func (v NullableAzureReposConfig) IsSet() bool
- func (v NullableAzureReposConfig) MarshalJSON() ([]byte, error)
- func (v *NullableAzureReposConfig) Set(val *AzureReposConfig)
- func (v *NullableAzureReposConfig) UnmarshalJSON(src []byte) error
- func (v *NullableAzureReposConfig) Unset()
- type NullableBitbucket
- type NullableBitbucketConfig
- func (v NullableBitbucketConfig) Get() *BitbucketConfig
- func (v NullableBitbucketConfig) IsSet() bool
- func (v NullableBitbucketConfig) MarshalJSON() ([]byte, error)
- func (v *NullableBitbucketConfig) Set(val *BitbucketConfig)
- func (v *NullableBitbucketConfig) UnmarshalJSON(src []byte) error
- func (v *NullableBitbucketConfig) Unset()
- type NullableBitbucketConfigAnyOf
- func (v NullableBitbucketConfigAnyOf) Get() *BitbucketConfigAnyOf
- func (v NullableBitbucketConfigAnyOf) IsSet() bool
- func (v NullableBitbucketConfigAnyOf) MarshalJSON() ([]byte, error)
- func (v *NullableBitbucketConfigAnyOf) Set(val *BitbucketConfigAnyOf)
- func (v *NullableBitbucketConfigAnyOf) UnmarshalJSON(src []byte) error
- func (v *NullableBitbucketConfigAnyOf) Unset()
- type NullableBitbucketConfigAnyOf1
- func (v NullableBitbucketConfigAnyOf1) Get() *BitbucketConfigAnyOf1
- func (v NullableBitbucketConfigAnyOf1) IsSet() bool
- func (v NullableBitbucketConfigAnyOf1) MarshalJSON() ([]byte, error)
- func (v *NullableBitbucketConfigAnyOf1) Set(val *BitbucketConfigAnyOf1)
- func (v *NullableBitbucketConfigAnyOf1) UnmarshalJSON(src []byte) error
- func (v *NullableBitbucketConfigAnyOf1) Unset()
- type NullableBool
- type NullableConfigurationVariable
- func (v NullableConfigurationVariable) Get() *ConfigurationVariable
- func (v NullableConfigurationVariable) IsSet() bool
- func (v NullableConfigurationVariable) MarshalJSON() ([]byte, error)
- func (v *NullableConfigurationVariable) Set(val *ConfigurationVariable)
- func (v *NullableConfigurationVariable) UnmarshalJSON(src []byte) error
- func (v *NullableConfigurationVariable) Unset()
- type NullableConfigurationVariablesGet200Response
- func (v NullableConfigurationVariablesGet200Response) Get() *ConfigurationVariablesGet200Response
- func (v NullableConfigurationVariablesGet200Response) IsSet() bool
- func (v NullableConfigurationVariablesGet200Response) MarshalJSON() ([]byte, error)
- func (v *NullableConfigurationVariablesGet200Response) Set(val *ConfigurationVariablesGet200Response)
- func (v *NullableConfigurationVariablesGet200Response) UnmarshalJSON(src []byte) error
- func (v *NullableConfigurationVariablesGet200Response) Unset()
- type NullableConfigurationVariablesGet200ResponseDataInner
- func (v NullableConfigurationVariablesGet200ResponseDataInner) Get() *ConfigurationVariablesGet200ResponseDataInner
- func (v NullableConfigurationVariablesGet200ResponseDataInner) IsSet() bool
- func (v NullableConfigurationVariablesGet200ResponseDataInner) MarshalJSON() ([]byte, error)
- func (v *NullableConfigurationVariablesGet200ResponseDataInner) Set(val *ConfigurationVariablesGet200ResponseDataInner)
- func (v *NullableConfigurationVariablesGet200ResponseDataInner) UnmarshalJSON(src []byte) error
- func (v *NullableConfigurationVariablesGet200ResponseDataInner) Unset()
- type NullableConfigurationVariablesGet200ResponseDataInnerValuesInner
- func (v NullableConfigurationVariablesGet200ResponseDataInnerValuesInner) Get() *ConfigurationVariablesGet200ResponseDataInnerValuesInner
- func (v NullableConfigurationVariablesGet200ResponseDataInnerValuesInner) IsSet() bool
- func (v NullableConfigurationVariablesGet200ResponseDataInnerValuesInner) MarshalJSON() ([]byte, error)
- func (v *NullableConfigurationVariablesGet200ResponseDataInnerValuesInner) Set(val *ConfigurationVariablesGet200ResponseDataInnerValuesInner)
- func (v *NullableConfigurationVariablesGet200ResponseDataInnerValuesInner) UnmarshalJSON(src []byte) error
- func (v *NullableConfigurationVariablesGet200ResponseDataInnerValuesInner) Unset()
- type NullableConfigurationVariablesPost200Response
- func (v NullableConfigurationVariablesPost200Response) Get() *ConfigurationVariablesPost200Response
- func (v NullableConfigurationVariablesPost200Response) IsSet() bool
- func (v NullableConfigurationVariablesPost200Response) MarshalJSON() ([]byte, error)
- func (v *NullableConfigurationVariablesPost200Response) Set(val *ConfigurationVariablesPost200Response)
- func (v *NullableConfigurationVariablesPost200Response) UnmarshalJSON(src []byte) error
- func (v *NullableConfigurationVariablesPost200Response) Unset()
- type NullableConfigurationVariablesPostRequest
- func (v NullableConfigurationVariablesPostRequest) Get() *ConfigurationVariablesPostRequest
- func (v NullableConfigurationVariablesPostRequest) IsSet() bool
- func (v NullableConfigurationVariablesPostRequest) MarshalJSON() ([]byte, error)
- func (v *NullableConfigurationVariablesPostRequest) Set(val *ConfigurationVariablesPostRequest)
- func (v *NullableConfigurationVariablesPostRequest) UnmarshalJSON(src []byte) error
- func (v *NullableConfigurationVariablesPostRequest) Unset()
- type NullableCopyOperation
- func (v NullableCopyOperation) Get() *CopyOperation
- func (v NullableCopyOperation) IsSet() bool
- func (v NullableCopyOperation) MarshalJSON() ([]byte, error)
- func (v *NullableCopyOperation) Set(val *CopyOperation)
- func (v *NullableCopyOperation) UnmarshalJSON(src []byte) error
- func (v *NullableCopyOperation) Unset()
- type NullableCustomComponentLibrariesGet200Response
- func (v NullableCustomComponentLibrariesGet200Response) Get() *CustomComponentLibrariesGet200Response
- func (v NullableCustomComponentLibrariesGet200Response) IsSet() bool
- func (v NullableCustomComponentLibrariesGet200Response) MarshalJSON() ([]byte, error)
- func (v *NullableCustomComponentLibrariesGet200Response) Set(val *CustomComponentLibrariesGet200Response)
- func (v *NullableCustomComponentLibrariesGet200Response) UnmarshalJSON(src []byte) error
- func (v *NullableCustomComponentLibrariesGet200Response) Unset()
- type NullableCustomComponentLibrariesLibraryIdGet200Response
- func (v NullableCustomComponentLibrariesLibraryIdGet200Response) Get() *CustomComponentLibrariesLibraryIdGet200Response
- func (v NullableCustomComponentLibrariesLibraryIdGet200Response) IsSet() bool
- func (v NullableCustomComponentLibrariesLibraryIdGet200Response) MarshalJSON() ([]byte, error)
- func (v *NullableCustomComponentLibrariesLibraryIdGet200Response) Set(val *CustomComponentLibrariesLibraryIdGet200Response)
- func (v *NullableCustomComponentLibrariesLibraryIdGet200Response) UnmarshalJSON(src []byte) error
- func (v *NullableCustomComponentLibrariesLibraryIdGet200Response) Unset()
- type NullableCustomComponentLibrariesLibraryIdGet200ResponseData
- func (v NullableCustomComponentLibrariesLibraryIdGet200ResponseData) Get() *CustomComponentLibrariesLibraryIdGet200ResponseData
- func (v NullableCustomComponentLibrariesLibraryIdGet200ResponseData) IsSet() bool
- func (v NullableCustomComponentLibrariesLibraryIdGet200ResponseData) MarshalJSON() ([]byte, error)
- func (v *NullableCustomComponentLibrariesLibraryIdGet200ResponseData) Set(val *CustomComponentLibrariesLibraryIdGet200ResponseData)
- func (v *NullableCustomComponentLibrariesLibraryIdGet200ResponseData) UnmarshalJSON(src []byte) error
- func (v *NullableCustomComponentLibrariesLibraryIdGet200ResponseData) Unset()
- type NullableCustomComponentLibrariesLibraryIdRevisionsGet200Response
- func (v NullableCustomComponentLibrariesLibraryIdRevisionsGet200Response) Get() *CustomComponentLibrariesLibraryIdRevisionsGet200Response
- func (v NullableCustomComponentLibrariesLibraryIdRevisionsGet200Response) IsSet() bool
- func (v NullableCustomComponentLibrariesLibraryIdRevisionsGet200Response) MarshalJSON() ([]byte, error)
- func (v *NullableCustomComponentLibrariesLibraryIdRevisionsGet200Response) Set(val *CustomComponentLibrariesLibraryIdRevisionsGet200Response)
- func (v *NullableCustomComponentLibrariesLibraryIdRevisionsGet200Response) UnmarshalJSON(src []byte) error
- func (v *NullableCustomComponentLibrariesLibraryIdRevisionsGet200Response) Unset()
- type NullableCustomComponentLibrariesLibraryIdRevisionsGet200ResponseDataInner
- func (v NullableCustomComponentLibrariesLibraryIdRevisionsGet200ResponseDataInner) Get() *CustomComponentLibrariesLibraryIdRevisionsGet200ResponseDataInner
- func (v NullableCustomComponentLibrariesLibraryIdRevisionsGet200ResponseDataInner) IsSet() bool
- func (v NullableCustomComponentLibrariesLibraryIdRevisionsGet200ResponseDataInner) MarshalJSON() ([]byte, error)
- func (v *NullableCustomComponentLibrariesLibraryIdRevisionsGet200ResponseDataInner) Set(val *CustomComponentLibrariesLibraryIdRevisionsGet200ResponseDataInner)
- func (v *NullableCustomComponentLibrariesLibraryIdRevisionsGet200ResponseDataInner) UnmarshalJSON(src []byte) error
- func (v *NullableCustomComponentLibrariesLibraryIdRevisionsGet200ResponseDataInner) Unset()
- type NullableCustomComponentLibrariesLibraryIdRevisionsPost200Response
- func (v NullableCustomComponentLibrariesLibraryIdRevisionsPost200Response) Get() *CustomComponentLibrariesLibraryIdRevisionsPost200Response
- func (v NullableCustomComponentLibrariesLibraryIdRevisionsPost200Response) IsSet() bool
- func (v NullableCustomComponentLibrariesLibraryIdRevisionsPost200Response) MarshalJSON() ([]byte, error)
- func (v *NullableCustomComponentLibrariesLibraryIdRevisionsPost200Response) Set(val *CustomComponentLibrariesLibraryIdRevisionsPost200Response)
- func (v *NullableCustomComponentLibrariesLibraryIdRevisionsPost200Response) UnmarshalJSON(src []byte) error
- func (v *NullableCustomComponentLibrariesLibraryIdRevisionsPost200Response) Unset()
- type NullableCustomComponentLibrariesLibraryIdRevisionsRevisionIdFilesGet200Response
- func (v NullableCustomComponentLibrariesLibraryIdRevisionsRevisionIdFilesGet200Response) Get() *CustomComponentLibrariesLibraryIdRevisionsRevisionIdFilesGet200Response
- func (v NullableCustomComponentLibrariesLibraryIdRevisionsRevisionIdFilesGet200Response) IsSet() bool
- func (v NullableCustomComponentLibrariesLibraryIdRevisionsRevisionIdFilesGet200Response) MarshalJSON() ([]byte, error)
- func (v *NullableCustomComponentLibrariesLibraryIdRevisionsRevisionIdFilesGet200Response) Set(val *CustomComponentLibrariesLibraryIdRevisionsRevisionIdFilesGet200Response)
- func (v *NullableCustomComponentLibrariesLibraryIdRevisionsRevisionIdFilesGet200Response) UnmarshalJSON(src []byte) error
- func (v *NullableCustomComponentLibrariesLibraryIdRevisionsRevisionIdFilesGet200Response) Unset()
- type NullableCustomComponentLibrariesLibraryIdRevisionsRevisionIdFilesGet200ResponseDataInner
- func (v NullableCustomComponentLibrariesLibraryIdRevisionsRevisionIdFilesGet200ResponseDataInner) Get() ...
- func (v NullableCustomComponentLibrariesLibraryIdRevisionsRevisionIdFilesGet200ResponseDataInner) IsSet() bool
- func (v NullableCustomComponentLibrariesLibraryIdRevisionsRevisionIdFilesGet200ResponseDataInner) MarshalJSON() ([]byte, error)
- func (v *NullableCustomComponentLibrariesLibraryIdRevisionsRevisionIdFilesGet200ResponseDataInner) Set(...)
- func (v *NullableCustomComponentLibrariesLibraryIdRevisionsRevisionIdFilesGet200ResponseDataInner) UnmarshalJSON(src []byte) error
- func (v *NullableCustomComponentLibrariesLibraryIdRevisionsRevisionIdFilesGet200ResponseDataInner) Unset()
- type NullableCustomComponentLibrariesPost200Response
- func (v NullableCustomComponentLibrariesPost200Response) Get() *CustomComponentLibrariesPost200Response
- func (v NullableCustomComponentLibrariesPost200Response) IsSet() bool
- func (v NullableCustomComponentLibrariesPost200Response) MarshalJSON() ([]byte, error)
- func (v *NullableCustomComponentLibrariesPost200Response) Set(val *CustomComponentLibrariesPost200Response)
- func (v *NullableCustomComponentLibrariesPost200Response) UnmarshalJSON(src []byte) error
- func (v *NullableCustomComponentLibrariesPost200Response) Unset()
- type NullableCustomComponentLibrariesPostRequest
- func (v NullableCustomComponentLibrariesPostRequest) Get() *CustomComponentLibrariesPostRequest
- func (v NullableCustomComponentLibrariesPostRequest) IsSet() bool
- func (v NullableCustomComponentLibrariesPostRequest) MarshalJSON() ([]byte, error)
- func (v *NullableCustomComponentLibrariesPostRequest) Set(val *CustomComponentLibrariesPostRequest)
- func (v *NullableCustomComponentLibrariesPostRequest) UnmarshalJSON(src []byte) error
- func (v *NullableCustomComponentLibrariesPostRequest) Unset()
- type NullableCustomComponentLibrary
- func (v NullableCustomComponentLibrary) Get() *CustomComponentLibrary
- func (v NullableCustomComponentLibrary) IsSet() bool
- func (v NullableCustomComponentLibrary) MarshalJSON() ([]byte, error)
- func (v *NullableCustomComponentLibrary) Set(val *CustomComponentLibrary)
- func (v *NullableCustomComponentLibrary) UnmarshalJSON(src []byte) error
- func (v *NullableCustomComponentLibrary) Unset()
- type NullableCustomComponentLibraryRevision
- func (v NullableCustomComponentLibraryRevision) Get() *CustomComponentLibraryRevision
- func (v NullableCustomComponentLibraryRevision) IsSet() bool
- func (v NullableCustomComponentLibraryRevision) MarshalJSON() ([]byte, error)
- func (v *NullableCustomComponentLibraryRevision) Set(val *CustomComponentLibraryRevision)
- func (v *NullableCustomComponentLibraryRevision) UnmarshalJSON(src []byte) error
- func (v *NullableCustomComponentLibraryRevision) Unset()
- type NullableCustomComponentLibraryRevisionFile
- func (v NullableCustomComponentLibraryRevisionFile) Get() *CustomComponentLibraryRevisionFile
- func (v NullableCustomComponentLibraryRevisionFile) IsSet() bool
- func (v NullableCustomComponentLibraryRevisionFile) MarshalJSON() ([]byte, error)
- func (v *NullableCustomComponentLibraryRevisionFile) Set(val *CustomComponentLibraryRevisionFile)
- func (v *NullableCustomComponentLibraryRevisionFile) UnmarshalJSON(src []byte) error
- func (v *NullableCustomComponentLibraryRevisionFile) Unset()
- type NullableEnvironment
- func (v NullableEnvironment) Get() *Environment
- func (v NullableEnvironment) IsSet() bool
- func (v NullableEnvironment) MarshalJSON() ([]byte, error)
- func (v *NullableEnvironment) Set(val *Environment)
- func (v *NullableEnvironment) UnmarshalJSON(src []byte) error
- func (v *NullableEnvironment) Unset()
- type NullableEnvironmentsEnvironmentIdGet200Response
- func (v NullableEnvironmentsEnvironmentIdGet200Response) Get() *EnvironmentsEnvironmentIdGet200Response
- func (v NullableEnvironmentsEnvironmentIdGet200Response) IsSet() bool
- func (v NullableEnvironmentsEnvironmentIdGet200Response) MarshalJSON() ([]byte, error)
- func (v *NullableEnvironmentsEnvironmentIdGet200Response) Set(val *EnvironmentsEnvironmentIdGet200Response)
- func (v *NullableEnvironmentsEnvironmentIdGet200Response) UnmarshalJSON(src []byte) error
- func (v *NullableEnvironmentsEnvironmentIdGet200Response) Unset()
- type NullableEnvironmentsEnvironmentIdGet200ResponseData
- func (v NullableEnvironmentsEnvironmentIdGet200ResponseData) Get() *EnvironmentsEnvironmentIdGet200ResponseData
- func (v NullableEnvironmentsEnvironmentIdGet200ResponseData) IsSet() bool
- func (v NullableEnvironmentsEnvironmentIdGet200ResponseData) MarshalJSON() ([]byte, error)
- func (v *NullableEnvironmentsEnvironmentIdGet200ResponseData) Set(val *EnvironmentsEnvironmentIdGet200ResponseData)
- func (v *NullableEnvironmentsEnvironmentIdGet200ResponseData) UnmarshalJSON(src []byte) error
- func (v *NullableEnvironmentsEnvironmentIdGet200ResponseData) Unset()
- type NullableEnvironmentsEnvironmentIdPatch200Response
- func (v NullableEnvironmentsEnvironmentIdPatch200Response) Get() *EnvironmentsEnvironmentIdPatch200Response
- func (v NullableEnvironmentsEnvironmentIdPatch200Response) IsSet() bool
- func (v NullableEnvironmentsEnvironmentIdPatch200Response) MarshalJSON() ([]byte, error)
- func (v *NullableEnvironmentsEnvironmentIdPatch200Response) Set(val *EnvironmentsEnvironmentIdPatch200Response)
- func (v *NullableEnvironmentsEnvironmentIdPatch200Response) UnmarshalJSON(src []byte) error
- func (v *NullableEnvironmentsEnvironmentIdPatch200Response) Unset()
- type NullableEnvironmentsEnvironmentIdPatch200ResponseData
- func (v NullableEnvironmentsEnvironmentIdPatch200ResponseData) Get() *EnvironmentsEnvironmentIdPatch200ResponseData
- func (v NullableEnvironmentsEnvironmentIdPatch200ResponseData) IsSet() bool
- func (v NullableEnvironmentsEnvironmentIdPatch200ResponseData) MarshalJSON() ([]byte, error)
- func (v *NullableEnvironmentsEnvironmentIdPatch200ResponseData) Set(val *EnvironmentsEnvironmentIdPatch200ResponseData)
- func (v *NullableEnvironmentsEnvironmentIdPatch200ResponseData) UnmarshalJSON(src []byte) error
- func (v *NullableEnvironmentsEnvironmentIdPatch200ResponseData) Unset()
- type NullableEnvironmentsEnvironmentIdPatchRequest
- func (v NullableEnvironmentsEnvironmentIdPatchRequest) Get() *EnvironmentsEnvironmentIdPatchRequest
- func (v NullableEnvironmentsEnvironmentIdPatchRequest) IsSet() bool
- func (v NullableEnvironmentsEnvironmentIdPatchRequest) MarshalJSON() ([]byte, error)
- func (v *NullableEnvironmentsEnvironmentIdPatchRequest) Set(val *EnvironmentsEnvironmentIdPatchRequest)
- func (v *NullableEnvironmentsEnvironmentIdPatchRequest) UnmarshalJSON(src []byte) error
- func (v *NullableEnvironmentsEnvironmentIdPatchRequest) Unset()
- type NullableEnvironmentsGet200Response
- func (v NullableEnvironmentsGet200Response) Get() *EnvironmentsGet200Response
- func (v NullableEnvironmentsGet200Response) IsSet() bool
- func (v NullableEnvironmentsGet200Response) MarshalJSON() ([]byte, error)
- func (v *NullableEnvironmentsGet200Response) Set(val *EnvironmentsGet200Response)
- func (v *NullableEnvironmentsGet200Response) UnmarshalJSON(src []byte) error
- func (v *NullableEnvironmentsGet200Response) Unset()
- type NullableEnvironmentsPost200Response
- func (v NullableEnvironmentsPost200Response) Get() *EnvironmentsPost200Response
- func (v NullableEnvironmentsPost200Response) IsSet() bool
- func (v NullableEnvironmentsPost200Response) MarshalJSON() ([]byte, error)
- func (v *NullableEnvironmentsPost200Response) Set(val *EnvironmentsPost200Response)
- func (v *NullableEnvironmentsPost200Response) UnmarshalJSON(src []byte) error
- func (v *NullableEnvironmentsPost200Response) Unset()
- type NullableEnvironmentsPost200ResponseData
- func (v NullableEnvironmentsPost200ResponseData) Get() *EnvironmentsPost200ResponseData
- func (v NullableEnvironmentsPost200ResponseData) IsSet() bool
- func (v NullableEnvironmentsPost200ResponseData) MarshalJSON() ([]byte, error)
- func (v *NullableEnvironmentsPost200ResponseData) Set(val *EnvironmentsPost200ResponseData)
- func (v *NullableEnvironmentsPost200ResponseData) UnmarshalJSON(src []byte) error
- func (v *NullableEnvironmentsPost200ResponseData) Unset()
- type NullableEnvironmentsPostRequest
- func (v NullableEnvironmentsPostRequest) Get() *EnvironmentsPostRequest
- func (v NullableEnvironmentsPostRequest) IsSet() bool
- func (v NullableEnvironmentsPostRequest) MarshalJSON() ([]byte, error)
- func (v *NullableEnvironmentsPostRequest) Set(val *EnvironmentsPostRequest)
- func (v *NullableEnvironmentsPostRequest) UnmarshalJSON(src []byte) error
- func (v *NullableEnvironmentsPostRequest) Unset()
- type NullableFloat32
- type NullableFloat64
- type NullableFolder
- type NullableFoldersFolderIdDeleteRequest
- func (v NullableFoldersFolderIdDeleteRequest) Get() *FoldersFolderIdDeleteRequest
- func (v NullableFoldersFolderIdDeleteRequest) IsSet() bool
- func (v NullableFoldersFolderIdDeleteRequest) MarshalJSON() ([]byte, error)
- func (v *NullableFoldersFolderIdDeleteRequest) Set(val *FoldersFolderIdDeleteRequest)
- func (v *NullableFoldersFolderIdDeleteRequest) UnmarshalJSON(src []byte) error
- func (v *NullableFoldersFolderIdDeleteRequest) Unset()
- type NullableFoldersFolderIdGet200Response
- func (v NullableFoldersFolderIdGet200Response) Get() *FoldersFolderIdGet200Response
- func (v NullableFoldersFolderIdGet200Response) IsSet() bool
- func (v NullableFoldersFolderIdGet200Response) MarshalJSON() ([]byte, error)
- func (v *NullableFoldersFolderIdGet200Response) Set(val *FoldersFolderIdGet200Response)
- func (v *NullableFoldersFolderIdGet200Response) UnmarshalJSON(src []byte) error
- func (v *NullableFoldersFolderIdGet200Response) Unset()
- type NullableFoldersFolderIdGet200ResponseData
- func (v NullableFoldersFolderIdGet200ResponseData) Get() *FoldersFolderIdGet200ResponseData
- func (v NullableFoldersFolderIdGet200ResponseData) IsSet() bool
- func (v NullableFoldersFolderIdGet200ResponseData) MarshalJSON() ([]byte, error)
- func (v *NullableFoldersFolderIdGet200ResponseData) Set(val *FoldersFolderIdGet200ResponseData)
- func (v *NullableFoldersFolderIdGet200ResponseData) UnmarshalJSON(src []byte) error
- func (v *NullableFoldersFolderIdGet200ResponseData) Unset()
- type NullableFoldersFolderIdPatch200Response
- func (v NullableFoldersFolderIdPatch200Response) Get() *FoldersFolderIdPatch200Response
- func (v NullableFoldersFolderIdPatch200Response) IsSet() bool
- func (v NullableFoldersFolderIdPatch200Response) MarshalJSON() ([]byte, error)
- func (v *NullableFoldersFolderIdPatch200Response) Set(val *FoldersFolderIdPatch200Response)
- func (v *NullableFoldersFolderIdPatch200Response) UnmarshalJSON(src []byte) error
- func (v *NullableFoldersFolderIdPatch200Response) Unset()
- type NullableFoldersFolderIdPatch200ResponseData
- func (v NullableFoldersFolderIdPatch200ResponseData) Get() *FoldersFolderIdPatch200ResponseData
- func (v NullableFoldersFolderIdPatch200ResponseData) IsSet() bool
- func (v NullableFoldersFolderIdPatch200ResponseData) MarshalJSON() ([]byte, error)
- func (v *NullableFoldersFolderIdPatch200ResponseData) Set(val *FoldersFolderIdPatch200ResponseData)
- func (v *NullableFoldersFolderIdPatch200ResponseData) UnmarshalJSON(src []byte) error
- func (v *NullableFoldersFolderIdPatch200ResponseData) Unset()
- type NullableFoldersFolderIdPatchRequest
- func (v NullableFoldersFolderIdPatchRequest) Get() *FoldersFolderIdPatchRequest
- func (v NullableFoldersFolderIdPatchRequest) IsSet() bool
- func (v NullableFoldersFolderIdPatchRequest) MarshalJSON() ([]byte, error)
- func (v *NullableFoldersFolderIdPatchRequest) Set(val *FoldersFolderIdPatchRequest)
- func (v *NullableFoldersFolderIdPatchRequest) UnmarshalJSON(src []byte) error
- func (v *NullableFoldersFolderIdPatchRequest) Unset()
- type NullableFoldersFolderIdPatchRequestOperationsInner
- func (v NullableFoldersFolderIdPatchRequestOperationsInner) Get() *FoldersFolderIdPatchRequestOperationsInner
- func (v NullableFoldersFolderIdPatchRequestOperationsInner) IsSet() bool
- func (v NullableFoldersFolderIdPatchRequestOperationsInner) MarshalJSON() ([]byte, error)
- func (v *NullableFoldersFolderIdPatchRequestOperationsInner) Set(val *FoldersFolderIdPatchRequestOperationsInner)
- func (v *NullableFoldersFolderIdPatchRequestOperationsInner) UnmarshalJSON(src []byte) error
- func (v *NullableFoldersFolderIdPatchRequestOperationsInner) Unset()
- type NullableFoldersFolderIdPatchRequestOperationsInnerAnyOf
- func (v NullableFoldersFolderIdPatchRequestOperationsInnerAnyOf) Get() *FoldersFolderIdPatchRequestOperationsInnerAnyOf
- func (v NullableFoldersFolderIdPatchRequestOperationsInnerAnyOf) IsSet() bool
- func (v NullableFoldersFolderIdPatchRequestOperationsInnerAnyOf) MarshalJSON() ([]byte, error)
- func (v *NullableFoldersFolderIdPatchRequestOperationsInnerAnyOf) Set(val *FoldersFolderIdPatchRequestOperationsInnerAnyOf)
- func (v *NullableFoldersFolderIdPatchRequestOperationsInnerAnyOf) UnmarshalJSON(src []byte) error
- func (v *NullableFoldersFolderIdPatchRequestOperationsInnerAnyOf) Unset()
- type NullableFoldersFolderIdPatchRequestOperationsInnerAnyOf1
- func (v NullableFoldersFolderIdPatchRequestOperationsInnerAnyOf1) Get() *FoldersFolderIdPatchRequestOperationsInnerAnyOf1
- func (v NullableFoldersFolderIdPatchRequestOperationsInnerAnyOf1) IsSet() bool
- func (v NullableFoldersFolderIdPatchRequestOperationsInnerAnyOf1) MarshalJSON() ([]byte, error)
- func (v *NullableFoldersFolderIdPatchRequestOperationsInnerAnyOf1) Set(val *FoldersFolderIdPatchRequestOperationsInnerAnyOf1)
- func (v *NullableFoldersFolderIdPatchRequestOperationsInnerAnyOf1) UnmarshalJSON(src []byte) error
- func (v *NullableFoldersFolderIdPatchRequestOperationsInnerAnyOf1) Unset()
- type NullableFoldersFolderIdPatchRequestOperationsInnerAnyOf2
- func (v NullableFoldersFolderIdPatchRequestOperationsInnerAnyOf2) Get() *FoldersFolderIdPatchRequestOperationsInnerAnyOf2
- func (v NullableFoldersFolderIdPatchRequestOperationsInnerAnyOf2) IsSet() bool
- func (v NullableFoldersFolderIdPatchRequestOperationsInnerAnyOf2) MarshalJSON() ([]byte, error)
- func (v *NullableFoldersFolderIdPatchRequestOperationsInnerAnyOf2) Set(val *FoldersFolderIdPatchRequestOperationsInnerAnyOf2)
- func (v *NullableFoldersFolderIdPatchRequestOperationsInnerAnyOf2) UnmarshalJSON(src []byte) error
- func (v *NullableFoldersFolderIdPatchRequestOperationsInnerAnyOf2) Unset()
- type NullableFoldersGet200Response
- func (v NullableFoldersGet200Response) Get() *FoldersGet200Response
- func (v NullableFoldersGet200Response) IsSet() bool
- func (v NullableFoldersGet200Response) MarshalJSON() ([]byte, error)
- func (v *NullableFoldersGet200Response) Set(val *FoldersGet200Response)
- func (v *NullableFoldersGet200Response) UnmarshalJSON(src []byte) error
- func (v *NullableFoldersGet200Response) Unset()
- type NullableFoldersGet200ResponseDataInner
- func (v NullableFoldersGet200ResponseDataInner) Get() *FoldersGet200ResponseDataInner
- func (v NullableFoldersGet200ResponseDataInner) IsSet() bool
- func (v NullableFoldersGet200ResponseDataInner) MarshalJSON() ([]byte, error)
- func (v *NullableFoldersGet200ResponseDataInner) Set(val *FoldersGet200ResponseDataInner)
- func (v *NullableFoldersGet200ResponseDataInner) UnmarshalJSON(src []byte) error
- func (v *NullableFoldersGet200ResponseDataInner) Unset()
- type NullableFoldersPost200Response
- func (v NullableFoldersPost200Response) Get() *FoldersPost200Response
- func (v NullableFoldersPost200Response) IsSet() bool
- func (v NullableFoldersPost200Response) MarshalJSON() ([]byte, error)
- func (v *NullableFoldersPost200Response) Set(val *FoldersPost200Response)
- func (v *NullableFoldersPost200Response) UnmarshalJSON(src []byte) error
- func (v *NullableFoldersPost200Response) Unset()
- type NullableFoldersPost200ResponseData
- func (v NullableFoldersPost200ResponseData) Get() *FoldersPost200ResponseData
- func (v NullableFoldersPost200ResponseData) IsSet() bool
- func (v NullableFoldersPost200ResponseData) MarshalJSON() ([]byte, error)
- func (v *NullableFoldersPost200ResponseData) Set(val *FoldersPost200ResponseData)
- func (v *NullableFoldersPost200ResponseData) UnmarshalJSON(src []byte) error
- func (v *NullableFoldersPost200ResponseData) Unset()
- type NullableFoldersPost409Response
- func (v NullableFoldersPost409Response) Get() *FoldersPost409Response
- func (v NullableFoldersPost409Response) IsSet() bool
- func (v NullableFoldersPost409Response) MarshalJSON() ([]byte, error)
- func (v *NullableFoldersPost409Response) Set(val *FoldersPost409Response)
- func (v *NullableFoldersPost409Response) UnmarshalJSON(src []byte) error
- func (v *NullableFoldersPost409Response) Unset()
- type NullableFoldersPostRequest
- func (v NullableFoldersPostRequest) Get() *FoldersPostRequest
- func (v NullableFoldersPostRequest) IsSet() bool
- func (v NullableFoldersPostRequest) MarshalJSON() ([]byte, error)
- func (v *NullableFoldersPostRequest) Set(val *FoldersPostRequest)
- func (v *NullableFoldersPostRequest) UnmarshalJSON(src []byte) error
- func (v *NullableFoldersPostRequest) Unset()
- type NullableGitHub
- type NullableGitHubConfig
- func (v NullableGitHubConfig) Get() *GitHubConfig
- func (v NullableGitHubConfig) IsSet() bool
- func (v NullableGitHubConfig) MarshalJSON() ([]byte, error)
- func (v *NullableGitHubConfig) Set(val *GitHubConfig)
- func (v *NullableGitHubConfig) UnmarshalJSON(src []byte) error
- func (v *NullableGitHubConfig) Unset()
- type NullableGitHubConfigAnyOf
- func (v NullableGitHubConfigAnyOf) Get() *GitHubConfigAnyOf
- func (v NullableGitHubConfigAnyOf) IsSet() bool
- func (v NullableGitHubConfigAnyOf) MarshalJSON() ([]byte, error)
- func (v *NullableGitHubConfigAnyOf) Set(val *GitHubConfigAnyOf)
- func (v *NullableGitHubConfigAnyOf) UnmarshalJSON(src []byte) error
- func (v *NullableGitHubConfigAnyOf) Unset()
- type NullableGitHubConfigAnyOf1
- func (v NullableGitHubConfigAnyOf1) Get() *GitHubConfigAnyOf1
- func (v NullableGitHubConfigAnyOf1) IsSet() bool
- func (v NullableGitHubConfigAnyOf1) MarshalJSON() ([]byte, error)
- func (v *NullableGitHubConfigAnyOf1) Set(val *GitHubConfigAnyOf1)
- func (v *NullableGitHubConfigAnyOf1) UnmarshalJSON(src []byte) error
- func (v *NullableGitHubConfigAnyOf1) Unset()
- type NullableGitLab
- type NullableGitLabConfig
- func (v NullableGitLabConfig) Get() *GitLabConfig
- func (v NullableGitLabConfig) IsSet() bool
- func (v NullableGitLabConfig) MarshalJSON() ([]byte, error)
- func (v *NullableGitLabConfig) Set(val *GitLabConfig)
- func (v *NullableGitLabConfig) UnmarshalJSON(src []byte) error
- func (v *NullableGitLabConfig) Unset()
- type NullableGoogle
- type NullableGoogleOIDC
- type NullableGoogleSAML
- type NullableGroup
- type NullableGroupsGet200Response
- func (v NullableGroupsGet200Response) Get() *GroupsGet200Response
- func (v NullableGroupsGet200Response) IsSet() bool
- func (v NullableGroupsGet200Response) MarshalJSON() ([]byte, error)
- func (v *NullableGroupsGet200Response) Set(val *GroupsGet200Response)
- func (v *NullableGroupsGet200Response) UnmarshalJSON(src []byte) error
- func (v *NullableGroupsGet200Response) Unset()
- type NullableGroupsGet200ResponseDataInner
- func (v NullableGroupsGet200ResponseDataInner) Get() *GroupsGet200ResponseDataInner
- func (v NullableGroupsGet200ResponseDataInner) IsSet() bool
- func (v NullableGroupsGet200ResponseDataInner) MarshalJSON() ([]byte, error)
- func (v *NullableGroupsGet200ResponseDataInner) Set(val *GroupsGet200ResponseDataInner)
- func (v *NullableGroupsGet200ResponseDataInner) UnmarshalJSON(src []byte) error
- func (v *NullableGroupsGet200ResponseDataInner) Unset()
- type NullableGroupsGroupIdGet200Response
- func (v NullableGroupsGroupIdGet200Response) Get() *GroupsGroupIdGet200Response
- func (v NullableGroupsGroupIdGet200Response) IsSet() bool
- func (v NullableGroupsGroupIdGet200Response) MarshalJSON() ([]byte, error)
- func (v *NullableGroupsGroupIdGet200Response) Set(val *GroupsGroupIdGet200Response)
- func (v *NullableGroupsGroupIdGet200Response) UnmarshalJSON(src []byte) error
- func (v *NullableGroupsGroupIdGet200Response) Unset()
- type NullableGroupsGroupIdGet200ResponseData
- func (v NullableGroupsGroupIdGet200ResponseData) Get() *GroupsGroupIdGet200ResponseData
- func (v NullableGroupsGroupIdGet200ResponseData) IsSet() bool
- func (v NullableGroupsGroupIdGet200ResponseData) MarshalJSON() ([]byte, error)
- func (v *NullableGroupsGroupIdGet200ResponseData) Set(val *GroupsGroupIdGet200ResponseData)
- func (v *NullableGroupsGroupIdGet200ResponseData) UnmarshalJSON(src []byte) error
- func (v *NullableGroupsGroupIdGet200ResponseData) Unset()
- type NullableGroupsGroupIdGet200ResponseDataMembersInner
- func (v NullableGroupsGroupIdGet200ResponseDataMembersInner) Get() *GroupsGroupIdGet200ResponseDataMembersInner
- func (v NullableGroupsGroupIdGet200ResponseDataMembersInner) IsSet() bool
- func (v NullableGroupsGroupIdGet200ResponseDataMembersInner) MarshalJSON() ([]byte, error)
- func (v *NullableGroupsGroupIdGet200ResponseDataMembersInner) Set(val *GroupsGroupIdGet200ResponseDataMembersInner)
- func (v *NullableGroupsGroupIdGet200ResponseDataMembersInner) UnmarshalJSON(src []byte) error
- func (v *NullableGroupsGroupIdGet200ResponseDataMembersInner) Unset()
- type NullableGroupsGroupIdGet200ResponseDataUserInvitesInner
- func (v NullableGroupsGroupIdGet200ResponseDataUserInvitesInner) Get() *GroupsGroupIdGet200ResponseDataUserInvitesInner
- func (v NullableGroupsGroupIdGet200ResponseDataUserInvitesInner) IsSet() bool
- func (v NullableGroupsGroupIdGet200ResponseDataUserInvitesInner) MarshalJSON() ([]byte, error)
- func (v *NullableGroupsGroupIdGet200ResponseDataUserInvitesInner) Set(val *GroupsGroupIdGet200ResponseDataUserInvitesInner)
- func (v *NullableGroupsGroupIdGet200ResponseDataUserInvitesInner) UnmarshalJSON(src []byte) error
- func (v *NullableGroupsGroupIdGet200ResponseDataUserInvitesInner) Unset()
- type NullableGroupsGroupIdMembersPostRequest
- func (v NullableGroupsGroupIdMembersPostRequest) Get() *GroupsGroupIdMembersPostRequest
- func (v NullableGroupsGroupIdMembersPostRequest) IsSet() bool
- func (v NullableGroupsGroupIdMembersPostRequest) MarshalJSON() ([]byte, error)
- func (v *NullableGroupsGroupIdMembersPostRequest) Set(val *GroupsGroupIdMembersPostRequest)
- func (v *NullableGroupsGroupIdMembersPostRequest) UnmarshalJSON(src []byte) error
- func (v *NullableGroupsGroupIdMembersPostRequest) Unset()
- type NullableGroupsGroupIdPatchRequest
- func (v NullableGroupsGroupIdPatchRequest) Get() *GroupsGroupIdPatchRequest
- func (v NullableGroupsGroupIdPatchRequest) IsSet() bool
- func (v NullableGroupsGroupIdPatchRequest) MarshalJSON() ([]byte, error)
- func (v *NullableGroupsGroupIdPatchRequest) Set(val *GroupsGroupIdPatchRequest)
- func (v *NullableGroupsGroupIdPatchRequest) UnmarshalJSON(src []byte) error
- func (v *NullableGroupsGroupIdPatchRequest) Unset()
- type NullableGroupsGroupIdPatchRequestOperationsInner
- func (v NullableGroupsGroupIdPatchRequestOperationsInner) Get() *GroupsGroupIdPatchRequestOperationsInner
- func (v NullableGroupsGroupIdPatchRequestOperationsInner) IsSet() bool
- func (v NullableGroupsGroupIdPatchRequestOperationsInner) MarshalJSON() ([]byte, error)
- func (v *NullableGroupsGroupIdPatchRequestOperationsInner) Set(val *GroupsGroupIdPatchRequestOperationsInner)
- func (v *NullableGroupsGroupIdPatchRequestOperationsInner) UnmarshalJSON(src []byte) error
- func (v *NullableGroupsGroupIdPatchRequestOperationsInner) Unset()
- type NullableGroupsGroupIdPut200Response
- func (v NullableGroupsGroupIdPut200Response) Get() *GroupsGroupIdPut200Response
- func (v NullableGroupsGroupIdPut200Response) IsSet() bool
- func (v NullableGroupsGroupIdPut200Response) MarshalJSON() ([]byte, error)
- func (v *NullableGroupsGroupIdPut200Response) Set(val *GroupsGroupIdPut200Response)
- func (v *NullableGroupsGroupIdPut200Response) UnmarshalJSON(src []byte) error
- func (v *NullableGroupsGroupIdPut200Response) Unset()
- type NullableGroupsGroupIdPut200ResponseData
- func (v NullableGroupsGroupIdPut200ResponseData) Get() *GroupsGroupIdPut200ResponseData
- func (v NullableGroupsGroupIdPut200ResponseData) IsSet() bool
- func (v NullableGroupsGroupIdPut200ResponseData) MarshalJSON() ([]byte, error)
- func (v *NullableGroupsGroupIdPut200ResponseData) Set(val *GroupsGroupIdPut200ResponseData)
- func (v *NullableGroupsGroupIdPut200ResponseData) UnmarshalJSON(src []byte) error
- func (v *NullableGroupsGroupIdPut200ResponseData) Unset()
- type NullableGroupsGroupIdPutRequest
- func (v NullableGroupsGroupIdPutRequest) Get() *GroupsGroupIdPutRequest
- func (v NullableGroupsGroupIdPutRequest) IsSet() bool
- func (v NullableGroupsGroupIdPutRequest) MarshalJSON() ([]byte, error)
- func (v *NullableGroupsGroupIdPutRequest) Set(val *GroupsGroupIdPutRequest)
- func (v *NullableGroupsGroupIdPutRequest) UnmarshalJSON(src []byte) error
- func (v *NullableGroupsGroupIdPutRequest) Unset()
- type NullableGroupsGroupIdPutRequestMembersInner
- func (v NullableGroupsGroupIdPutRequestMembersInner) Get() *GroupsGroupIdPutRequestMembersInner
- func (v NullableGroupsGroupIdPutRequestMembersInner) IsSet() bool
- func (v NullableGroupsGroupIdPutRequestMembersInner) MarshalJSON() ([]byte, error)
- func (v *NullableGroupsGroupIdPutRequestMembersInner) Set(val *GroupsGroupIdPutRequestMembersInner)
- func (v *NullableGroupsGroupIdPutRequestMembersInner) UnmarshalJSON(src []byte) error
- func (v *NullableGroupsGroupIdPutRequestMembersInner) Unset()
- type NullableGroupsGroupIdUserInvitesPostRequest
- func (v NullableGroupsGroupIdUserInvitesPostRequest) Get() *GroupsGroupIdUserInvitesPostRequest
- func (v NullableGroupsGroupIdUserInvitesPostRequest) IsSet() bool
- func (v NullableGroupsGroupIdUserInvitesPostRequest) MarshalJSON() ([]byte, error)
- func (v *NullableGroupsGroupIdUserInvitesPostRequest) Set(val *GroupsGroupIdUserInvitesPostRequest)
- func (v *NullableGroupsGroupIdUserInvitesPostRequest) UnmarshalJSON(src []byte) error
- func (v *NullableGroupsGroupIdUserInvitesPostRequest) Unset()
- type NullableGroupsPost200Response
- func (v NullableGroupsPost200Response) Get() *GroupsPost200Response
- func (v NullableGroupsPost200Response) IsSet() bool
- func (v NullableGroupsPost200Response) MarshalJSON() ([]byte, error)
- func (v *NullableGroupsPost200Response) Set(val *GroupsPost200Response)
- func (v *NullableGroupsPost200Response) UnmarshalJSON(src []byte) error
- func (v *NullableGroupsPost200Response) Unset()
- type NullableGroupsPost200ResponseData
- func (v NullableGroupsPost200ResponseData) Get() *GroupsPost200ResponseData
- func (v NullableGroupsPost200ResponseData) IsSet() bool
- func (v NullableGroupsPost200ResponseData) MarshalJSON() ([]byte, error)
- func (v *NullableGroupsPost200ResponseData) Set(val *GroupsPost200ResponseData)
- func (v *NullableGroupsPost200ResponseData) UnmarshalJSON(src []byte) error
- func (v *NullableGroupsPost200ResponseData) Unset()
- type NullableGroupsPostRequest
- func (v NullableGroupsPostRequest) Get() *GroupsPostRequest
- func (v NullableGroupsPostRequest) IsSet() bool
- func (v NullableGroupsPostRequest) MarshalJSON() ([]byte, error)
- func (v *NullableGroupsPostRequest) Set(val *GroupsPostRequest)
- func (v *NullableGroupsPostRequest) UnmarshalJSON(src []byte) error
- func (v *NullableGroupsPostRequest) Unset()
- type NullableInfoIpAllowlistGet200Response
- func (v NullableInfoIpAllowlistGet200Response) Get() *InfoIpAllowlistGet200Response
- func (v NullableInfoIpAllowlistGet200Response) IsSet() bool
- func (v NullableInfoIpAllowlistGet200Response) MarshalJSON() ([]byte, error)
- func (v *NullableInfoIpAllowlistGet200Response) Set(val *InfoIpAllowlistGet200Response)
- func (v *NullableInfoIpAllowlistGet200Response) UnmarshalJSON(src []byte) error
- func (v *NullableInfoIpAllowlistGet200Response) Unset()
- type NullableInfoIpAllowlistGet200ResponseData
- func (v NullableInfoIpAllowlistGet200ResponseData) Get() *InfoIpAllowlistGet200ResponseData
- func (v NullableInfoIpAllowlistGet200ResponseData) IsSet() bool
- func (v NullableInfoIpAllowlistGet200ResponseData) MarshalJSON() ([]byte, error)
- func (v *NullableInfoIpAllowlistGet200ResponseData) Set(val *InfoIpAllowlistGet200ResponseData)
- func (v *NullableInfoIpAllowlistGet200ResponseData) UnmarshalJSON(src []byte) error
- func (v *NullableInfoIpAllowlistGet200ResponseData) Unset()
- type NullableInfoIpAllowlistGet200ResponseDataIpAddresses
- func (v NullableInfoIpAllowlistGet200ResponseDataIpAddresses) Get() *InfoIpAllowlistGet200ResponseDataIpAddresses
- func (v NullableInfoIpAllowlistGet200ResponseDataIpAddresses) IsSet() bool
- func (v NullableInfoIpAllowlistGet200ResponseDataIpAddresses) MarshalJSON() ([]byte, error)
- func (v *NullableInfoIpAllowlistGet200ResponseDataIpAddresses) Set(val *InfoIpAllowlistGet200ResponseDataIpAddresses)
- func (v *NullableInfoIpAllowlistGet200ResponseDataIpAddresses) UnmarshalJSON(src []byte) error
- func (v *NullableInfoIpAllowlistGet200ResponseDataIpAddresses) Unset()
- type NullableInt
- type NullableInt32
- type NullableInt64
- type NullableIpAllowlist
- func (v NullableIpAllowlist) Get() *IpAllowlist
- func (v NullableIpAllowlist) IsSet() bool
- func (v NullableIpAllowlist) MarshalJSON() ([]byte, error)
- func (v *NullableIpAllowlist) Set(val *IpAllowlist)
- func (v *NullableIpAllowlist) UnmarshalJSON(src []byte) error
- func (v *NullableIpAllowlist) Unset()
- type NullableMoveOperation
- func (v NullableMoveOperation) Get() *MoveOperation
- func (v NullableMoveOperation) IsSet() bool
- func (v NullableMoveOperation) MarshalJSON() ([]byte, error)
- func (v *NullableMoveOperation) Set(val *MoveOperation)
- func (v *NullableMoveOperation) UnmarshalJSON(src []byte) error
- func (v *NullableMoveOperation) Unset()
- type NullableMySQLOptions
- func (v NullableMySQLOptions) Get() *MySQLOptions
- func (v NullableMySQLOptions) IsSet() bool
- func (v NullableMySQLOptions) MarshalJSON() ([]byte, error)
- func (v *NullableMySQLOptions) Set(val *MySQLOptions)
- func (v *NullableMySQLOptions) UnmarshalJSON(src []byte) error
- func (v *NullableMySQLOptions) Unset()
- type NullableMySQLOptionsDatabaseOptions
- func (v NullableMySQLOptionsDatabaseOptions) Get() *MySQLOptionsDatabaseOptions
- func (v NullableMySQLOptionsDatabaseOptions) IsSet() bool
- func (v NullableMySQLOptionsDatabaseOptions) MarshalJSON() ([]byte, error)
- func (v *NullableMySQLOptionsDatabaseOptions) Set(val *MySQLOptionsDatabaseOptions)
- func (v *NullableMySQLOptionsDatabaseOptions) UnmarshalJSON(src []byte) error
- func (v *NullableMySQLOptionsDatabaseOptions) Unset()
- type NullableOIDC
- type NullableObservabilityConfigConfigIdPut200Response
- func (v NullableObservabilityConfigConfigIdPut200Response) Get() *ObservabilityConfigConfigIdPut200Response
- func (v NullableObservabilityConfigConfigIdPut200Response) IsSet() bool
- func (v NullableObservabilityConfigConfigIdPut200Response) MarshalJSON() ([]byte, error)
- func (v *NullableObservabilityConfigConfigIdPut200Response) Set(val *ObservabilityConfigConfigIdPut200Response)
- func (v *NullableObservabilityConfigConfigIdPut200Response) UnmarshalJSON(src []byte) error
- func (v *NullableObservabilityConfigConfigIdPut200Response) Unset()
- type NullableObservabilityConfigConfigIdPut200ResponseData
- func (v NullableObservabilityConfigConfigIdPut200ResponseData) Get() *ObservabilityConfigConfigIdPut200ResponseData
- func (v NullableObservabilityConfigConfigIdPut200ResponseData) IsSet() bool
- func (v NullableObservabilityConfigConfigIdPut200ResponseData) MarshalJSON() ([]byte, error)
- func (v *NullableObservabilityConfigConfigIdPut200ResponseData) Set(val *ObservabilityConfigConfigIdPut200ResponseData)
- func (v *NullableObservabilityConfigConfigIdPut200ResponseData) UnmarshalJSON(src []byte) error
- func (v *NullableObservabilityConfigConfigIdPut200ResponseData) Unset()
- type NullableObservabilityConfigConfigIdPutRequest
- func (v NullableObservabilityConfigConfigIdPutRequest) Get() *ObservabilityConfigConfigIdPutRequest
- func (v NullableObservabilityConfigConfigIdPutRequest) IsSet() bool
- func (v NullableObservabilityConfigConfigIdPutRequest) MarshalJSON() ([]byte, error)
- func (v *NullableObservabilityConfigConfigIdPutRequest) Set(val *ObservabilityConfigConfigIdPutRequest)
- func (v *NullableObservabilityConfigConfigIdPutRequest) UnmarshalJSON(src []byte) error
- func (v *NullableObservabilityConfigConfigIdPutRequest) Unset()
- type NullableObservabilityConfigGet200Response
- func (v NullableObservabilityConfigGet200Response) Get() *ObservabilityConfigGet200Response
- func (v NullableObservabilityConfigGet200Response) IsSet() bool
- func (v NullableObservabilityConfigGet200Response) MarshalJSON() ([]byte, error)
- func (v *NullableObservabilityConfigGet200Response) Set(val *ObservabilityConfigGet200Response)
- func (v *NullableObservabilityConfigGet200Response) UnmarshalJSON(src []byte) error
- func (v *NullableObservabilityConfigGet200Response) Unset()
- type NullableObservabilityConfigGet200ResponseDataInner
- func (v NullableObservabilityConfigGet200ResponseDataInner) Get() *ObservabilityConfigGet200ResponseDataInner
- func (v NullableObservabilityConfigGet200ResponseDataInner) IsSet() bool
- func (v NullableObservabilityConfigGet200ResponseDataInner) MarshalJSON() ([]byte, error)
- func (v *NullableObservabilityConfigGet200ResponseDataInner) Set(val *ObservabilityConfigGet200ResponseDataInner)
- func (v *NullableObservabilityConfigGet200ResponseDataInner) UnmarshalJSON(src []byte) error
- func (v *NullableObservabilityConfigGet200ResponseDataInner) Unset()
- type NullableObservabilityConfigGet200ResponseDataInnerConfig
- func (v NullableObservabilityConfigGet200ResponseDataInnerConfig) Get() *ObservabilityConfigGet200ResponseDataInnerConfig
- func (v NullableObservabilityConfigGet200ResponseDataInnerConfig) IsSet() bool
- func (v NullableObservabilityConfigGet200ResponseDataInnerConfig) MarshalJSON() ([]byte, error)
- func (v *NullableObservabilityConfigGet200ResponseDataInnerConfig) Set(val *ObservabilityConfigGet200ResponseDataInnerConfig)
- func (v *NullableObservabilityConfigGet200ResponseDataInnerConfig) UnmarshalJSON(src []byte) error
- func (v *NullableObservabilityConfigGet200ResponseDataInnerConfig) Unset()
- type NullableObservabilityConfigGet200ResponseDataInnerConfigOneOf
- func (v NullableObservabilityConfigGet200ResponseDataInnerConfigOneOf) Get() *ObservabilityConfigGet200ResponseDataInnerConfigOneOf
- func (v NullableObservabilityConfigGet200ResponseDataInnerConfigOneOf) IsSet() bool
- func (v NullableObservabilityConfigGet200ResponseDataInnerConfigOneOf) MarshalJSON() ([]byte, error)
- func (v *NullableObservabilityConfigGet200ResponseDataInnerConfigOneOf) Set(val *ObservabilityConfigGet200ResponseDataInnerConfigOneOf)
- func (v *NullableObservabilityConfigGet200ResponseDataInnerConfigOneOf) UnmarshalJSON(src []byte) error
- func (v *NullableObservabilityConfigGet200ResponseDataInnerConfigOneOf) Unset()
- type NullableObservabilityConfigGet200ResponseDataInnerConfigOneOf1
- func (v NullableObservabilityConfigGet200ResponseDataInnerConfigOneOf1) Get() *ObservabilityConfigGet200ResponseDataInnerConfigOneOf1
- func (v NullableObservabilityConfigGet200ResponseDataInnerConfigOneOf1) IsSet() bool
- func (v NullableObservabilityConfigGet200ResponseDataInnerConfigOneOf1) MarshalJSON() ([]byte, error)
- func (v *NullableObservabilityConfigGet200ResponseDataInnerConfigOneOf1) Set(val *ObservabilityConfigGet200ResponseDataInnerConfigOneOf1)
- func (v *NullableObservabilityConfigGet200ResponseDataInnerConfigOneOf1) UnmarshalJSON(src []byte) error
- func (v *NullableObservabilityConfigGet200ResponseDataInnerConfigOneOf1) Unset()
- type NullableObservabilityConfigPost200Response
- func (v NullableObservabilityConfigPost200Response) Get() *ObservabilityConfigPost200Response
- func (v NullableObservabilityConfigPost200Response) IsSet() bool
- func (v NullableObservabilityConfigPost200Response) MarshalJSON() ([]byte, error)
- func (v *NullableObservabilityConfigPost200Response) Set(val *ObservabilityConfigPost200Response)
- func (v *NullableObservabilityConfigPost200Response) UnmarshalJSON(src []byte) error
- func (v *NullableObservabilityConfigPost200Response) Unset()
- type NullableObservabilityConfigPost200ResponseData
- func (v NullableObservabilityConfigPost200ResponseData) Get() *ObservabilityConfigPost200ResponseData
- func (v NullableObservabilityConfigPost200ResponseData) IsSet() bool
- func (v NullableObservabilityConfigPost200ResponseData) MarshalJSON() ([]byte, error)
- func (v *NullableObservabilityConfigPost200ResponseData) Set(val *ObservabilityConfigPost200ResponseData)
- func (v *NullableObservabilityConfigPost200ResponseData) UnmarshalJSON(src []byte) error
- func (v *NullableObservabilityConfigPost200ResponseData) Unset()
- type NullableObservabilityConfigPostRequest
- func (v NullableObservabilityConfigPostRequest) Get() *ObservabilityConfigPostRequest
- func (v NullableObservabilityConfigPostRequest) IsSet() bool
- func (v NullableObservabilityConfigPostRequest) MarshalJSON() ([]byte, error)
- func (v *NullableObservabilityConfigPostRequest) Set(val *ObservabilityConfigPostRequest)
- func (v *NullableObservabilityConfigPostRequest) UnmarshalJSON(src []byte) error
- func (v *NullableObservabilityConfigPostRequest) Unset()
- type NullableObservabilityConfiguration
- func (v NullableObservabilityConfiguration) Get() *ObservabilityConfiguration
- func (v NullableObservabilityConfiguration) IsSet() bool
- func (v NullableObservabilityConfiguration) MarshalJSON() ([]byte, error)
- func (v *NullableObservabilityConfiguration) Set(val *ObservabilityConfiguration)
- func (v *NullableObservabilityConfiguration) UnmarshalJSON(src []byte) error
- func (v *NullableObservabilityConfiguration) Unset()
- type NullableObservabilityProviderProviderTestPost200Response
- func (v NullableObservabilityProviderProviderTestPost200Response) Get() *ObservabilityProviderProviderTestPost200Response
- func (v NullableObservabilityProviderProviderTestPost200Response) IsSet() bool
- func (v NullableObservabilityProviderProviderTestPost200Response) MarshalJSON() ([]byte, error)
- func (v *NullableObservabilityProviderProviderTestPost200Response) Set(val *ObservabilityProviderProviderTestPost200Response)
- func (v *NullableObservabilityProviderProviderTestPost200Response) UnmarshalJSON(src []byte) error
- func (v *NullableObservabilityProviderProviderTestPost200Response) Unset()
- type NullableObservabilityProviderProviderTestPost200ResponseData
- func (v NullableObservabilityProviderProviderTestPost200ResponseData) Get() *ObservabilityProviderProviderTestPost200ResponseData
- func (v NullableObservabilityProviderProviderTestPost200ResponseData) IsSet() bool
- func (v NullableObservabilityProviderProviderTestPost200ResponseData) MarshalJSON() ([]byte, error)
- func (v *NullableObservabilityProviderProviderTestPost200ResponseData) Set(val *ObservabilityProviderProviderTestPost200ResponseData)
- func (v *NullableObservabilityProviderProviderTestPost200ResponseData) UnmarshalJSON(src []byte) error
- func (v *NullableObservabilityProviderProviderTestPost200ResponseData) Unset()
- type NullableObservabilityProviderProviderTestPost200ResponseDataAnyOf
- func (v NullableObservabilityProviderProviderTestPost200ResponseDataAnyOf) Get() *ObservabilityProviderProviderTestPost200ResponseDataAnyOf
- func (v NullableObservabilityProviderProviderTestPost200ResponseDataAnyOf) IsSet() bool
- func (v NullableObservabilityProviderProviderTestPost200ResponseDataAnyOf) MarshalJSON() ([]byte, error)
- func (v *NullableObservabilityProviderProviderTestPost200ResponseDataAnyOf) Set(val *ObservabilityProviderProviderTestPost200ResponseDataAnyOf)
- func (v *NullableObservabilityProviderProviderTestPost200ResponseDataAnyOf) UnmarshalJSON(src []byte) error
- func (v *NullableObservabilityProviderProviderTestPost200ResponseDataAnyOf) Unset()
- type NullableObservabilityProviderProviderTestPost200ResponseDataAnyOf1
- func (v NullableObservabilityProviderProviderTestPost200ResponseDataAnyOf1) Get() *ObservabilityProviderProviderTestPost200ResponseDataAnyOf1
- func (v NullableObservabilityProviderProviderTestPost200ResponseDataAnyOf1) IsSet() bool
- func (v NullableObservabilityProviderProviderTestPost200ResponseDataAnyOf1) MarshalJSON() ([]byte, error)
- func (v *NullableObservabilityProviderProviderTestPost200ResponseDataAnyOf1) Set(val *ObservabilityProviderProviderTestPost200ResponseDataAnyOf1)
- func (v *NullableObservabilityProviderProviderTestPost200ResponseDataAnyOf1) UnmarshalJSON(src []byte) error
- func (v *NullableObservabilityProviderProviderTestPost200ResponseDataAnyOf1) Unset()
- type NullableObservabilityProviderProviderTestPost200ResponseDataOneOf
- func (v NullableObservabilityProviderProviderTestPost200ResponseDataOneOf) Get() *ObservabilityProviderProviderTestPost200ResponseDataOneOf
- func (v NullableObservabilityProviderProviderTestPost200ResponseDataOneOf) IsSet() bool
- func (v NullableObservabilityProviderProviderTestPost200ResponseDataOneOf) MarshalJSON() ([]byte, error)
- func (v *NullableObservabilityProviderProviderTestPost200ResponseDataOneOf) Set(val *ObservabilityProviderProviderTestPost200ResponseDataOneOf)
- func (v *NullableObservabilityProviderProviderTestPost200ResponseDataOneOf) UnmarshalJSON(src []byte) error
- func (v *NullableObservabilityProviderProviderTestPost200ResponseDataOneOf) Unset()
- type NullableObservabilityProviderProviderTestPost200ResponseDataOneOf1
- func (v NullableObservabilityProviderProviderTestPost200ResponseDataOneOf1) Get() *ObservabilityProviderProviderTestPost200ResponseDataOneOf1
- func (v NullableObservabilityProviderProviderTestPost200ResponseDataOneOf1) IsSet() bool
- func (v NullableObservabilityProviderProviderTestPost200ResponseDataOneOf1) MarshalJSON() ([]byte, error)
- func (v *NullableObservabilityProviderProviderTestPost200ResponseDataOneOf1) Set(val *ObservabilityProviderProviderTestPost200ResponseDataOneOf1)
- func (v *NullableObservabilityProviderProviderTestPost200ResponseDataOneOf1) UnmarshalJSON(src []byte) error
- func (v *NullableObservabilityProviderProviderTestPost200ResponseDataOneOf1) Unset()
- type NullableObservabilityProviderProviderTestPostProviderParameter
- func (v NullableObservabilityProviderProviderTestPostProviderParameter) Get() *ObservabilityProviderProviderTestPostProviderParameter
- func (v NullableObservabilityProviderProviderTestPostProviderParameter) IsSet() bool
- func (v NullableObservabilityProviderProviderTestPostProviderParameter) MarshalJSON() ([]byte, error)
- func (v *NullableObservabilityProviderProviderTestPostProviderParameter) Set(val *ObservabilityProviderProviderTestPostProviderParameter)
- func (v *NullableObservabilityProviderProviderTestPostProviderParameter) UnmarshalJSON(src []byte) error
- func (v *NullableObservabilityProviderProviderTestPostProviderParameter) Unset()
- type NullableOrganization
- func (v NullableOrganization) Get() *Organization
- func (v NullableOrganization) IsSet() bool
- func (v NullableOrganization) MarshalJSON() ([]byte, error)
- func (v *NullableOrganization) Set(val *Organization)
- func (v *NullableOrganization) UnmarshalJSON(src []byte) error
- func (v *NullableOrganization) Unset()
- type NullableOrganizationAiSettingsGet200Response
- func (v NullableOrganizationAiSettingsGet200Response) Get() *OrganizationAiSettingsGet200Response
- func (v NullableOrganizationAiSettingsGet200Response) IsSet() bool
- func (v NullableOrganizationAiSettingsGet200Response) MarshalJSON() ([]byte, error)
- func (v *NullableOrganizationAiSettingsGet200Response) Set(val *OrganizationAiSettingsGet200Response)
- func (v *NullableOrganizationAiSettingsGet200Response) UnmarshalJSON(src []byte) error
- func (v *NullableOrganizationAiSettingsGet200Response) Unset()
- type NullableOrganizationAiSettingsGet200ResponseData
- func (v NullableOrganizationAiSettingsGet200ResponseData) Get() *OrganizationAiSettingsGet200ResponseData
- func (v NullableOrganizationAiSettingsGet200ResponseData) IsSet() bool
- func (v NullableOrganizationAiSettingsGet200ResponseData) MarshalJSON() ([]byte, error)
- func (v *NullableOrganizationAiSettingsGet200ResponseData) Set(val *OrganizationAiSettingsGet200ResponseData)
- func (v *NullableOrganizationAiSettingsGet200ResponseData) UnmarshalJSON(src []byte) error
- func (v *NullableOrganizationAiSettingsGet200ResponseData) Unset()
- type NullableOrganizationAiSettingsPut200Response
- func (v NullableOrganizationAiSettingsPut200Response) Get() *OrganizationAiSettingsPut200Response
- func (v NullableOrganizationAiSettingsPut200Response) IsSet() bool
- func (v NullableOrganizationAiSettingsPut200Response) MarshalJSON() ([]byte, error)
- func (v *NullableOrganizationAiSettingsPut200Response) Set(val *OrganizationAiSettingsPut200Response)
- func (v *NullableOrganizationAiSettingsPut200Response) UnmarshalJSON(src []byte) error
- func (v *NullableOrganizationAiSettingsPut200Response) Unset()
- type NullableOrganizationAnalyticsIntegrationsGet200Response
- func (v NullableOrganizationAnalyticsIntegrationsGet200Response) Get() *OrganizationAnalyticsIntegrationsGet200Response
- func (v NullableOrganizationAnalyticsIntegrationsGet200Response) IsSet() bool
- func (v NullableOrganizationAnalyticsIntegrationsGet200Response) MarshalJSON() ([]byte, error)
- func (v *NullableOrganizationAnalyticsIntegrationsGet200Response) Set(val *OrganizationAnalyticsIntegrationsGet200Response)
- func (v *NullableOrganizationAnalyticsIntegrationsGet200Response) UnmarshalJSON(src []byte) error
- func (v *NullableOrganizationAnalyticsIntegrationsGet200Response) Unset()
- type NullableOrganizationAnalyticsIntegrationsGet200ResponseDataInner
- func (v NullableOrganizationAnalyticsIntegrationsGet200ResponseDataInner) Get() *OrganizationAnalyticsIntegrationsGet200ResponseDataInner
- func (v NullableOrganizationAnalyticsIntegrationsGet200ResponseDataInner) IsSet() bool
- func (v NullableOrganizationAnalyticsIntegrationsGet200ResponseDataInner) MarshalJSON() ([]byte, error)
- func (v *NullableOrganizationAnalyticsIntegrationsGet200ResponseDataInner) Set(val *OrganizationAnalyticsIntegrationsGet200ResponseDataInner)
- func (v *NullableOrganizationAnalyticsIntegrationsGet200ResponseDataInner) UnmarshalJSON(src []byte) error
- func (v *NullableOrganizationAnalyticsIntegrationsGet200ResponseDataInner) Unset()
- type NullableOrganizationAnalyticsIntegrationsGet200ResponseDataInnerOneOf
- func (v NullableOrganizationAnalyticsIntegrationsGet200ResponseDataInnerOneOf) Get() *OrganizationAnalyticsIntegrationsGet200ResponseDataInnerOneOf
- func (v NullableOrganizationAnalyticsIntegrationsGet200ResponseDataInnerOneOf) IsSet() bool
- func (v NullableOrganizationAnalyticsIntegrationsGet200ResponseDataInnerOneOf) MarshalJSON() ([]byte, error)
- func (v *NullableOrganizationAnalyticsIntegrationsGet200ResponseDataInnerOneOf) Set(val *OrganizationAnalyticsIntegrationsGet200ResponseDataInnerOneOf)
- func (v *NullableOrganizationAnalyticsIntegrationsGet200ResponseDataInnerOneOf) UnmarshalJSON(src []byte) error
- func (v *NullableOrganizationAnalyticsIntegrationsGet200ResponseDataInnerOneOf) Unset()
- type NullableOrganizationAnalyticsIntegrationsGet200ResponseDataInnerOneOf1
- func (v NullableOrganizationAnalyticsIntegrationsGet200ResponseDataInnerOneOf1) Get() *OrganizationAnalyticsIntegrationsGet200ResponseDataInnerOneOf1
- func (v NullableOrganizationAnalyticsIntegrationsGet200ResponseDataInnerOneOf1) IsSet() bool
- func (v NullableOrganizationAnalyticsIntegrationsGet200ResponseDataInnerOneOf1) MarshalJSON() ([]byte, error)
- func (v *NullableOrganizationAnalyticsIntegrationsGet200ResponseDataInnerOneOf1) Set(val *OrganizationAnalyticsIntegrationsGet200ResponseDataInnerOneOf1)
- func (v *NullableOrganizationAnalyticsIntegrationsGet200ResponseDataInnerOneOf1) UnmarshalJSON(src []byte) error
- func (v *NullableOrganizationAnalyticsIntegrationsGet200ResponseDataInnerOneOf1) Unset()
- type NullableOrganizationAnalyticsIntegrationsGet200ResponseDataInnerOneOf2
- func (v NullableOrganizationAnalyticsIntegrationsGet200ResponseDataInnerOneOf2) Get() *OrganizationAnalyticsIntegrationsGet200ResponseDataInnerOneOf2
- func (v NullableOrganizationAnalyticsIntegrationsGet200ResponseDataInnerOneOf2) IsSet() bool
- func (v NullableOrganizationAnalyticsIntegrationsGet200ResponseDataInnerOneOf2) MarshalJSON() ([]byte, error)
- func (v *NullableOrganizationAnalyticsIntegrationsGet200ResponseDataInnerOneOf2) Set(val *OrganizationAnalyticsIntegrationsGet200ResponseDataInnerOneOf2)
- func (v *NullableOrganizationAnalyticsIntegrationsGet200ResponseDataInnerOneOf2) UnmarshalJSON(src []byte) error
- func (v *NullableOrganizationAnalyticsIntegrationsGet200ResponseDataInnerOneOf2) Unset()
- type NullableOrganizationGet200Response
- func (v NullableOrganizationGet200Response) Get() *OrganizationGet200Response
- func (v NullableOrganizationGet200Response) IsSet() bool
- func (v NullableOrganizationGet200Response) MarshalJSON() ([]byte, error)
- func (v *NullableOrganizationGet200Response) Set(val *OrganizationGet200Response)
- func (v *NullableOrganizationGet200Response) UnmarshalJSON(src []byte) error
- func (v *NullableOrganizationGet200Response) Unset()
- type NullableOrganizationGet200ResponseData
- func (v NullableOrganizationGet200ResponseData) Get() *OrganizationGet200ResponseData
- func (v NullableOrganizationGet200ResponseData) IsSet() bool
- func (v NullableOrganizationGet200ResponseData) MarshalJSON() ([]byte, error)
- func (v *NullableOrganizationGet200ResponseData) Set(val *OrganizationGet200ResponseData)
- func (v *NullableOrganizationGet200ResponseData) UnmarshalJSON(src []byte) error
- func (v *NullableOrganizationGet200ResponseData) Unset()
- type NullableOrganizationPatch200Response
- func (v NullableOrganizationPatch200Response) Get() *OrganizationPatch200Response
- func (v NullableOrganizationPatch200Response) IsSet() bool
- func (v NullableOrganizationPatch200Response) MarshalJSON() ([]byte, error)
- func (v *NullableOrganizationPatch200Response) Set(val *OrganizationPatch200Response)
- func (v *NullableOrganizationPatch200Response) UnmarshalJSON(src []byte) error
- func (v *NullableOrganizationPatch200Response) Unset()
- type NullableOrganizationPatch200ResponseData
- func (v NullableOrganizationPatch200ResponseData) Get() *OrganizationPatch200ResponseData
- func (v NullableOrganizationPatch200ResponseData) IsSet() bool
- func (v NullableOrganizationPatch200ResponseData) MarshalJSON() ([]byte, error)
- func (v *NullableOrganizationPatch200ResponseData) Set(val *OrganizationPatch200ResponseData)
- func (v *NullableOrganizationPatch200ResponseData) UnmarshalJSON(src []byte) error
- func (v *NullableOrganizationPatch200ResponseData) Unset()
- type NullableOrganizationPatchRequest
- func (v NullableOrganizationPatchRequest) Get() *OrganizationPatchRequest
- func (v NullableOrganizationPatchRequest) IsSet() bool
- func (v NullableOrganizationPatchRequest) MarshalJSON() ([]byte, error)
- func (v *NullableOrganizationPatchRequest) Set(val *OrganizationPatchRequest)
- func (v *NullableOrganizationPatchRequest) UnmarshalJSON(src []byte) error
- func (v *NullableOrganizationPatchRequest) Unset()
- type NullableOrganizationSettings
- func (v NullableOrganizationSettings) Get() *OrganizationSettings
- func (v NullableOrganizationSettings) IsSet() bool
- func (v NullableOrganizationSettings) MarshalJSON() ([]byte, error)
- func (v *NullableOrganizationSettings) Set(val *OrganizationSettings)
- func (v *NullableOrganizationSettings) UnmarshalJSON(src []byte) error
- func (v *NullableOrganizationSettings) Unset()
- type NullablePermissionsAccessListObjectTypeObjectIdGet200Response
- func (v NullablePermissionsAccessListObjectTypeObjectIdGet200Response) Get() *PermissionsAccessListObjectTypeObjectIdGet200Response
- func (v NullablePermissionsAccessListObjectTypeObjectIdGet200Response) IsSet() bool
- func (v NullablePermissionsAccessListObjectTypeObjectIdGet200Response) MarshalJSON() ([]byte, error)
- func (v *NullablePermissionsAccessListObjectTypeObjectIdGet200Response) Set(val *PermissionsAccessListObjectTypeObjectIdGet200Response)
- func (v *NullablePermissionsAccessListObjectTypeObjectIdGet200Response) UnmarshalJSON(src []byte) error
- func (v *NullablePermissionsAccessListObjectTypeObjectIdGet200Response) Unset()
- type NullablePermissionsAccessListObjectTypeObjectIdGet200ResponseData
- func (v NullablePermissionsAccessListObjectTypeObjectIdGet200ResponseData) Get() *PermissionsAccessListObjectTypeObjectIdGet200ResponseData
- func (v NullablePermissionsAccessListObjectTypeObjectIdGet200ResponseData) IsSet() bool
- func (v NullablePermissionsAccessListObjectTypeObjectIdGet200ResponseData) MarshalJSON() ([]byte, error)
- func (v *NullablePermissionsAccessListObjectTypeObjectIdGet200ResponseData) Set(val *PermissionsAccessListObjectTypeObjectIdGet200ResponseData)
- func (v *NullablePermissionsAccessListObjectTypeObjectIdGet200ResponseData) UnmarshalJSON(src []byte) error
- func (v *NullablePermissionsAccessListObjectTypeObjectIdGet200ResponseData) Unset()
- type NullablePermissionsAccessListObjectTypeObjectIdGet200ResponseDataGroupInner
- func (v NullablePermissionsAccessListObjectTypeObjectIdGet200ResponseDataGroupInner) Get() *PermissionsAccessListObjectTypeObjectIdGet200ResponseDataGroupInner
- func (v NullablePermissionsAccessListObjectTypeObjectIdGet200ResponseDataGroupInner) IsSet() bool
- func (v NullablePermissionsAccessListObjectTypeObjectIdGet200ResponseDataGroupInner) MarshalJSON() ([]byte, error)
- func (v *NullablePermissionsAccessListObjectTypeObjectIdGet200ResponseDataGroupInner) Set(val *PermissionsAccessListObjectTypeObjectIdGet200ResponseDataGroupInner)
- func (v *NullablePermissionsAccessListObjectTypeObjectIdGet200ResponseDataGroupInner) UnmarshalJSON(src []byte) error
- func (v *NullablePermissionsAccessListObjectTypeObjectIdGet200ResponseDataGroupInner) Unset()
- type NullablePermissionsAccessListObjectTypeObjectIdGet200ResponseDataGroupInnerSources
- func (v NullablePermissionsAccessListObjectTypeObjectIdGet200ResponseDataGroupInnerSources) Get() *PermissionsAccessListObjectTypeObjectIdGet200ResponseDataGroupInnerSources
- func (v NullablePermissionsAccessListObjectTypeObjectIdGet200ResponseDataGroupInnerSources) IsSet() bool
- func (v NullablePermissionsAccessListObjectTypeObjectIdGet200ResponseDataGroupInnerSources) MarshalJSON() ([]byte, error)
- func (v *NullablePermissionsAccessListObjectTypeObjectIdGet200ResponseDataGroupInnerSources) Set(...)
- func (v *NullablePermissionsAccessListObjectTypeObjectIdGet200ResponseDataGroupInnerSources) UnmarshalJSON(src []byte) error
- func (v *NullablePermissionsAccessListObjectTypeObjectIdGet200ResponseDataGroupInnerSources) Unset()
- type NullablePermissionsAccessListObjectTypeObjectIdGet200ResponseDataGroupInnerSourcesGroupsInner
- func (v NullablePermissionsAccessListObjectTypeObjectIdGet200ResponseDataGroupInnerSourcesGroupsInner) Get() ...
- func (v NullablePermissionsAccessListObjectTypeObjectIdGet200ResponseDataGroupInnerSourcesGroupsInner) IsSet() bool
- func (v NullablePermissionsAccessListObjectTypeObjectIdGet200ResponseDataGroupInnerSourcesGroupsInner) MarshalJSON() ([]byte, error)
- func (v *NullablePermissionsAccessListObjectTypeObjectIdGet200ResponseDataGroupInnerSourcesGroupsInner) Set(...)
- func (v *NullablePermissionsAccessListObjectTypeObjectIdGet200ResponseDataGroupInnerSourcesGroupsInner) UnmarshalJSON(src []byte) error
- func (v *NullablePermissionsAccessListObjectTypeObjectIdGet200ResponseDataGroupInnerSourcesGroupsInner) Unset()
- type NullablePermissionsAccessListObjectTypeObjectIdGet200ResponseDataGroupInnerSourcesInherited
- func (v NullablePermissionsAccessListObjectTypeObjectIdGet200ResponseDataGroupInnerSourcesInherited) Get() ...
- func (v NullablePermissionsAccessListObjectTypeObjectIdGet200ResponseDataGroupInnerSourcesInherited) IsSet() bool
- func (v NullablePermissionsAccessListObjectTypeObjectIdGet200ResponseDataGroupInnerSourcesInherited) MarshalJSON() ([]byte, error)
- func (v *NullablePermissionsAccessListObjectTypeObjectIdGet200ResponseDataGroupInnerSourcesInherited) Set(...)
- func (v *NullablePermissionsAccessListObjectTypeObjectIdGet200ResponseDataGroupInnerSourcesInherited) UnmarshalJSON(src []byte) error
- func (v *NullablePermissionsAccessListObjectTypeObjectIdGet200ResponseDataGroupInnerSourcesInherited) Unset()
- type NullablePermissionsAccessListObjectTypeObjectIdGet200ResponseDataGroupInnerSubject
- func (v NullablePermissionsAccessListObjectTypeObjectIdGet200ResponseDataGroupInnerSubject) Get() *PermissionsAccessListObjectTypeObjectIdGet200ResponseDataGroupInnerSubject
- func (v NullablePermissionsAccessListObjectTypeObjectIdGet200ResponseDataGroupInnerSubject) IsSet() bool
- func (v NullablePermissionsAccessListObjectTypeObjectIdGet200ResponseDataGroupInnerSubject) MarshalJSON() ([]byte, error)
- func (v *NullablePermissionsAccessListObjectTypeObjectIdGet200ResponseDataGroupInnerSubject) Set(...)
- func (v *NullablePermissionsAccessListObjectTypeObjectIdGet200ResponseDataGroupInnerSubject) UnmarshalJSON(src []byte) error
- func (v *NullablePermissionsAccessListObjectTypeObjectIdGet200ResponseDataGroupInnerSubject) Unset()
- type NullablePermissionsGrantPost200Response
- func (v NullablePermissionsGrantPost200Response) Get() *PermissionsGrantPost200Response
- func (v NullablePermissionsGrantPost200Response) IsSet() bool
- func (v NullablePermissionsGrantPost200Response) MarshalJSON() ([]byte, error)
- func (v *NullablePermissionsGrantPost200Response) Set(val *PermissionsGrantPost200Response)
- func (v *NullablePermissionsGrantPost200Response) UnmarshalJSON(src []byte) error
- func (v *NullablePermissionsGrantPost200Response) Unset()
- type NullablePermissionsGrantPostRequest
- func (v NullablePermissionsGrantPostRequest) Get() *PermissionsGrantPostRequest
- func (v NullablePermissionsGrantPostRequest) IsSet() bool
- func (v NullablePermissionsGrantPostRequest) MarshalJSON() ([]byte, error)
- func (v *NullablePermissionsGrantPostRequest) Set(val *PermissionsGrantPostRequest)
- func (v *NullablePermissionsGrantPostRequest) UnmarshalJSON(src []byte) error
- func (v *NullablePermissionsGrantPostRequest) Unset()
- type NullablePermissionsGrantPostRequestObject
- func (v NullablePermissionsGrantPostRequestObject) Get() *PermissionsGrantPostRequestObject
- func (v NullablePermissionsGrantPostRequestObject) IsSet() bool
- func (v NullablePermissionsGrantPostRequestObject) MarshalJSON() ([]byte, error)
- func (v *NullablePermissionsGrantPostRequestObject) Set(val *PermissionsGrantPostRequestObject)
- func (v *NullablePermissionsGrantPostRequestObject) UnmarshalJSON(src []byte) error
- func (v *NullablePermissionsGrantPostRequestObject) Unset()
- type NullablePermissionsGrantPostRequestObjectOneOf
- func (v NullablePermissionsGrantPostRequestObjectOneOf) Get() *PermissionsGrantPostRequestObjectOneOf
- func (v NullablePermissionsGrantPostRequestObjectOneOf) IsSet() bool
- func (v NullablePermissionsGrantPostRequestObjectOneOf) MarshalJSON() ([]byte, error)
- func (v *NullablePermissionsGrantPostRequestObjectOneOf) Set(val *PermissionsGrantPostRequestObjectOneOf)
- func (v *NullablePermissionsGrantPostRequestObjectOneOf) UnmarshalJSON(src []byte) error
- func (v *NullablePermissionsGrantPostRequestObjectOneOf) Unset()
- type NullablePermissionsGrantPostRequestObjectOneOf1
- func (v NullablePermissionsGrantPostRequestObjectOneOf1) Get() *PermissionsGrantPostRequestObjectOneOf1
- func (v NullablePermissionsGrantPostRequestObjectOneOf1) IsSet() bool
- func (v NullablePermissionsGrantPostRequestObjectOneOf1) MarshalJSON() ([]byte, error)
- func (v *NullablePermissionsGrantPostRequestObjectOneOf1) Set(val *PermissionsGrantPostRequestObjectOneOf1)
- func (v *NullablePermissionsGrantPostRequestObjectOneOf1) UnmarshalJSON(src []byte) error
- func (v *NullablePermissionsGrantPostRequestObjectOneOf1) Unset()
- type NullablePermissionsGrantPostRequestObjectOneOf2
- func (v NullablePermissionsGrantPostRequestObjectOneOf2) Get() *PermissionsGrantPostRequestObjectOneOf2
- func (v NullablePermissionsGrantPostRequestObjectOneOf2) IsSet() bool
- func (v NullablePermissionsGrantPostRequestObjectOneOf2) MarshalJSON() ([]byte, error)
- func (v *NullablePermissionsGrantPostRequestObjectOneOf2) Set(val *PermissionsGrantPostRequestObjectOneOf2)
- func (v *NullablePermissionsGrantPostRequestObjectOneOf2) UnmarshalJSON(src []byte) error
- func (v *NullablePermissionsGrantPostRequestObjectOneOf2) Unset()
- type NullablePermissionsGrantPostRequestObjectOneOf3
- func (v NullablePermissionsGrantPostRequestObjectOneOf3) Get() *PermissionsGrantPostRequestObjectOneOf3
- func (v NullablePermissionsGrantPostRequestObjectOneOf3) IsSet() bool
- func (v NullablePermissionsGrantPostRequestObjectOneOf3) MarshalJSON() ([]byte, error)
- func (v *NullablePermissionsGrantPostRequestObjectOneOf3) Set(val *PermissionsGrantPostRequestObjectOneOf3)
- func (v *NullablePermissionsGrantPostRequestObjectOneOf3) UnmarshalJSON(src []byte) error
- func (v *NullablePermissionsGrantPostRequestObjectOneOf3) Unset()
- type NullablePermissionsListObjectsPost200Response
- func (v NullablePermissionsListObjectsPost200Response) Get() *PermissionsListObjectsPost200Response
- func (v NullablePermissionsListObjectsPost200Response) IsSet() bool
- func (v NullablePermissionsListObjectsPost200Response) MarshalJSON() ([]byte, error)
- func (v *NullablePermissionsListObjectsPost200Response) Set(val *PermissionsListObjectsPost200Response)
- func (v *NullablePermissionsListObjectsPost200Response) UnmarshalJSON(src []byte) error
- func (v *NullablePermissionsListObjectsPost200Response) Unset()
- type NullablePermissionsListObjectsPost200ResponseDataInner
- func (v NullablePermissionsListObjectsPost200ResponseDataInner) Get() *PermissionsListObjectsPost200ResponseDataInner
- func (v NullablePermissionsListObjectsPost200ResponseDataInner) IsSet() bool
- func (v NullablePermissionsListObjectsPost200ResponseDataInner) MarshalJSON() ([]byte, error)
- func (v *NullablePermissionsListObjectsPost200ResponseDataInner) Set(val *PermissionsListObjectsPost200ResponseDataInner)
- func (v *NullablePermissionsListObjectsPost200ResponseDataInner) UnmarshalJSON(src []byte) error
- func (v *NullablePermissionsListObjectsPost200ResponseDataInner) Unset()
- type NullablePermissionsListObjectsPost200ResponseDataInnerAnyOf
- func (v NullablePermissionsListObjectsPost200ResponseDataInnerAnyOf) Get() *PermissionsListObjectsPost200ResponseDataInnerAnyOf
- func (v NullablePermissionsListObjectsPost200ResponseDataInnerAnyOf) IsSet() bool
- func (v NullablePermissionsListObjectsPost200ResponseDataInnerAnyOf) MarshalJSON() ([]byte, error)
- func (v *NullablePermissionsListObjectsPost200ResponseDataInnerAnyOf) Set(val *PermissionsListObjectsPost200ResponseDataInnerAnyOf)
- func (v *NullablePermissionsListObjectsPost200ResponseDataInnerAnyOf) UnmarshalJSON(src []byte) error
- func (v *NullablePermissionsListObjectsPost200ResponseDataInnerAnyOf) Unset()
- type NullablePermissionsListObjectsPost200ResponseDataInnerAnyOf1
- func (v NullablePermissionsListObjectsPost200ResponseDataInnerAnyOf1) Get() *PermissionsListObjectsPost200ResponseDataInnerAnyOf1
- func (v NullablePermissionsListObjectsPost200ResponseDataInnerAnyOf1) IsSet() bool
- func (v NullablePermissionsListObjectsPost200ResponseDataInnerAnyOf1) MarshalJSON() ([]byte, error)
- func (v *NullablePermissionsListObjectsPost200ResponseDataInnerAnyOf1) Set(val *PermissionsListObjectsPost200ResponseDataInnerAnyOf1)
- func (v *NullablePermissionsListObjectsPost200ResponseDataInnerAnyOf1) UnmarshalJSON(src []byte) error
- func (v *NullablePermissionsListObjectsPost200ResponseDataInnerAnyOf1) Unset()
- type NullablePermissionsListObjectsPost200ResponseDataInnerAnyOf2
- func (v NullablePermissionsListObjectsPost200ResponseDataInnerAnyOf2) Get() *PermissionsListObjectsPost200ResponseDataInnerAnyOf2
- func (v NullablePermissionsListObjectsPost200ResponseDataInnerAnyOf2) IsSet() bool
- func (v NullablePermissionsListObjectsPost200ResponseDataInnerAnyOf2) MarshalJSON() ([]byte, error)
- func (v *NullablePermissionsListObjectsPost200ResponseDataInnerAnyOf2) Set(val *PermissionsListObjectsPost200ResponseDataInnerAnyOf2)
- func (v *NullablePermissionsListObjectsPost200ResponseDataInnerAnyOf2) UnmarshalJSON(src []byte) error
- func (v *NullablePermissionsListObjectsPost200ResponseDataInnerAnyOf2) Unset()
- type NullablePermissionsListObjectsPost200ResponseDataInnerAnyOf3
- func (v NullablePermissionsListObjectsPost200ResponseDataInnerAnyOf3) Get() *PermissionsListObjectsPost200ResponseDataInnerAnyOf3
- func (v NullablePermissionsListObjectsPost200ResponseDataInnerAnyOf3) IsSet() bool
- func (v NullablePermissionsListObjectsPost200ResponseDataInnerAnyOf3) MarshalJSON() ([]byte, error)
- func (v *NullablePermissionsListObjectsPost200ResponseDataInnerAnyOf3) Set(val *PermissionsListObjectsPost200ResponseDataInnerAnyOf3)
- func (v *NullablePermissionsListObjectsPost200ResponseDataInnerAnyOf3) UnmarshalJSON(src []byte) error
- func (v *NullablePermissionsListObjectsPost200ResponseDataInnerAnyOf3) Unset()
- type NullablePermissionsListObjectsPost200ResponseDataInnerOneOf
- func (v NullablePermissionsListObjectsPost200ResponseDataInnerOneOf) Get() *PermissionsListObjectsPost200ResponseDataInnerOneOf
- func (v NullablePermissionsListObjectsPost200ResponseDataInnerOneOf) IsSet() bool
- func (v NullablePermissionsListObjectsPost200ResponseDataInnerOneOf) MarshalJSON() ([]byte, error)
- func (v *NullablePermissionsListObjectsPost200ResponseDataInnerOneOf) Set(val *PermissionsListObjectsPost200ResponseDataInnerOneOf)
- func (v *NullablePermissionsListObjectsPost200ResponseDataInnerOneOf) UnmarshalJSON(src []byte) error
- func (v *NullablePermissionsListObjectsPost200ResponseDataInnerOneOf) Unset()
- type NullablePermissionsListObjectsPost200ResponseDataInnerOneOf1
- func (v NullablePermissionsListObjectsPost200ResponseDataInnerOneOf1) Get() *PermissionsListObjectsPost200ResponseDataInnerOneOf1
- func (v NullablePermissionsListObjectsPost200ResponseDataInnerOneOf1) IsSet() bool
- func (v NullablePermissionsListObjectsPost200ResponseDataInnerOneOf1) MarshalJSON() ([]byte, error)
- func (v *NullablePermissionsListObjectsPost200ResponseDataInnerOneOf1) Set(val *PermissionsListObjectsPost200ResponseDataInnerOneOf1)
- func (v *NullablePermissionsListObjectsPost200ResponseDataInnerOneOf1) UnmarshalJSON(src []byte) error
- func (v *NullablePermissionsListObjectsPost200ResponseDataInnerOneOf1) Unset()
- type NullablePermissionsListObjectsPost200ResponseDataInnerOneOf2
- func (v NullablePermissionsListObjectsPost200ResponseDataInnerOneOf2) Get() *PermissionsListObjectsPost200ResponseDataInnerOneOf2
- func (v NullablePermissionsListObjectsPost200ResponseDataInnerOneOf2) IsSet() bool
- func (v NullablePermissionsListObjectsPost200ResponseDataInnerOneOf2) MarshalJSON() ([]byte, error)
- func (v *NullablePermissionsListObjectsPost200ResponseDataInnerOneOf2) Set(val *PermissionsListObjectsPost200ResponseDataInnerOneOf2)
- func (v *NullablePermissionsListObjectsPost200ResponseDataInnerOneOf2) UnmarshalJSON(src []byte) error
- func (v *NullablePermissionsListObjectsPost200ResponseDataInnerOneOf2) Unset()
- type NullablePermissionsListObjectsPost200ResponseDataInnerOneOf2Id
- func (v NullablePermissionsListObjectsPost200ResponseDataInnerOneOf2Id) Get() *PermissionsListObjectsPost200ResponseDataInnerOneOf2Id
- func (v NullablePermissionsListObjectsPost200ResponseDataInnerOneOf2Id) IsSet() bool
- func (v NullablePermissionsListObjectsPost200ResponseDataInnerOneOf2Id) MarshalJSON() ([]byte, error)
- func (v *NullablePermissionsListObjectsPost200ResponseDataInnerOneOf2Id) Set(val *PermissionsListObjectsPost200ResponseDataInnerOneOf2Id)
- func (v *NullablePermissionsListObjectsPost200ResponseDataInnerOneOf2Id) UnmarshalJSON(src []byte) error
- func (v *NullablePermissionsListObjectsPost200ResponseDataInnerOneOf2Id) Unset()
- type NullablePermissionsListObjectsPost200ResponseDataInnerOneOf3
- func (v NullablePermissionsListObjectsPost200ResponseDataInnerOneOf3) Get() *PermissionsListObjectsPost200ResponseDataInnerOneOf3
- func (v NullablePermissionsListObjectsPost200ResponseDataInnerOneOf3) IsSet() bool
- func (v NullablePermissionsListObjectsPost200ResponseDataInnerOneOf3) MarshalJSON() ([]byte, error)
- func (v *NullablePermissionsListObjectsPost200ResponseDataInnerOneOf3) Set(val *PermissionsListObjectsPost200ResponseDataInnerOneOf3)
- func (v *NullablePermissionsListObjectsPost200ResponseDataInnerOneOf3) UnmarshalJSON(src []byte) error
- func (v *NullablePermissionsListObjectsPost200ResponseDataInnerOneOf3) Unset()
- type NullablePermissionsListObjectsPostRequest
- func (v NullablePermissionsListObjectsPostRequest) Get() *PermissionsListObjectsPostRequest
- func (v NullablePermissionsListObjectsPostRequest) IsSet() bool
- func (v NullablePermissionsListObjectsPostRequest) MarshalJSON() ([]byte, error)
- func (v *NullablePermissionsListObjectsPostRequest) Set(val *PermissionsListObjectsPostRequest)
- func (v *NullablePermissionsListObjectsPostRequest) UnmarshalJSON(src []byte) error
- func (v *NullablePermissionsListObjectsPostRequest) Unset()
- type NullablePermissionsListObjectsPostRequestSubject
- func (v NullablePermissionsListObjectsPostRequestSubject) Get() *PermissionsListObjectsPostRequestSubject
- func (v NullablePermissionsListObjectsPostRequestSubject) IsSet() bool
- func (v NullablePermissionsListObjectsPostRequestSubject) MarshalJSON() ([]byte, error)
- func (v *NullablePermissionsListObjectsPostRequestSubject) Set(val *PermissionsListObjectsPostRequestSubject)
- func (v *NullablePermissionsListObjectsPostRequestSubject) UnmarshalJSON(src []byte) error
- func (v *NullablePermissionsListObjectsPostRequestSubject) Unset()
- type NullablePermissionsListObjectsPostRequestSubjectOneOf
- func (v NullablePermissionsListObjectsPostRequestSubjectOneOf) Get() *PermissionsListObjectsPostRequestSubjectOneOf
- func (v NullablePermissionsListObjectsPostRequestSubjectOneOf) IsSet() bool
- func (v NullablePermissionsListObjectsPostRequestSubjectOneOf) MarshalJSON() ([]byte, error)
- func (v *NullablePermissionsListObjectsPostRequestSubjectOneOf) Set(val *PermissionsListObjectsPostRequestSubjectOneOf)
- func (v *NullablePermissionsListObjectsPostRequestSubjectOneOf) UnmarshalJSON(src []byte) error
- func (v *NullablePermissionsListObjectsPostRequestSubjectOneOf) Unset()
- type NullablePermissionsListObjectsPostRequestSubjectOneOf1
- func (v NullablePermissionsListObjectsPostRequestSubjectOneOf1) Get() *PermissionsListObjectsPostRequestSubjectOneOf1
- func (v NullablePermissionsListObjectsPostRequestSubjectOneOf1) IsSet() bool
- func (v NullablePermissionsListObjectsPostRequestSubjectOneOf1) MarshalJSON() ([]byte, error)
- func (v *NullablePermissionsListObjectsPostRequestSubjectOneOf1) Set(val *PermissionsListObjectsPostRequestSubjectOneOf1)
- func (v *NullablePermissionsListObjectsPostRequestSubjectOneOf1) UnmarshalJSON(src []byte) error
- func (v *NullablePermissionsListObjectsPostRequestSubjectOneOf1) Unset()
- type NullablePermissionsRevokePost200Response
- func (v NullablePermissionsRevokePost200Response) Get() *PermissionsRevokePost200Response
- func (v NullablePermissionsRevokePost200Response) IsSet() bool
- func (v NullablePermissionsRevokePost200Response) MarshalJSON() ([]byte, error)
- func (v *NullablePermissionsRevokePost200Response) Set(val *PermissionsRevokePost200Response)
- func (v *NullablePermissionsRevokePost200Response) UnmarshalJSON(src []byte) error
- func (v *NullablePermissionsRevokePost200Response) Unset()
- type NullablePermissionsRevokePost200ResponseDataInnerAnyOf
- func (v NullablePermissionsRevokePost200ResponseDataInnerAnyOf) Get() *PermissionsRevokePost200ResponseDataInnerAnyOf
- func (v NullablePermissionsRevokePost200ResponseDataInnerAnyOf) IsSet() bool
- func (v NullablePermissionsRevokePost200ResponseDataInnerAnyOf) MarshalJSON() ([]byte, error)
- func (v *NullablePermissionsRevokePost200ResponseDataInnerAnyOf) Set(val *PermissionsRevokePost200ResponseDataInnerAnyOf)
- func (v *NullablePermissionsRevokePost200ResponseDataInnerAnyOf) UnmarshalJSON(src []byte) error
- func (v *NullablePermissionsRevokePost200ResponseDataInnerAnyOf) Unset()
- type NullablePermissionsRevokePost200ResponseDataInnerAnyOf1
- func (v NullablePermissionsRevokePost200ResponseDataInnerAnyOf1) Get() *PermissionsRevokePost200ResponseDataInnerAnyOf1
- func (v NullablePermissionsRevokePost200ResponseDataInnerAnyOf1) IsSet() bool
- func (v NullablePermissionsRevokePost200ResponseDataInnerAnyOf1) MarshalJSON() ([]byte, error)
- func (v *NullablePermissionsRevokePost200ResponseDataInnerAnyOf1) Set(val *PermissionsRevokePost200ResponseDataInnerAnyOf1)
- func (v *NullablePermissionsRevokePost200ResponseDataInnerAnyOf1) UnmarshalJSON(src []byte) error
- func (v *NullablePermissionsRevokePost200ResponseDataInnerAnyOf1) Unset()
- type NullablePermissionsRevokePost200ResponseDataInnerOneOf
- func (v NullablePermissionsRevokePost200ResponseDataInnerOneOf) Get() *PermissionsRevokePost200ResponseDataInnerOneOf
- func (v NullablePermissionsRevokePost200ResponseDataInnerOneOf) IsSet() bool
- func (v NullablePermissionsRevokePost200ResponseDataInnerOneOf) MarshalJSON() ([]byte, error)
- func (v *NullablePermissionsRevokePost200ResponseDataInnerOneOf) Set(val *PermissionsRevokePost200ResponseDataInnerOneOf)
- func (v *NullablePermissionsRevokePost200ResponseDataInnerOneOf) UnmarshalJSON(src []byte) error
- func (v *NullablePermissionsRevokePost200ResponseDataInnerOneOf) Unset()
- type NullablePermissionsRevokePost200ResponseDataInnerOneOf1
- func (v NullablePermissionsRevokePost200ResponseDataInnerOneOf1) Get() *PermissionsRevokePost200ResponseDataInnerOneOf1
- func (v NullablePermissionsRevokePost200ResponseDataInnerOneOf1) IsSet() bool
- func (v NullablePermissionsRevokePost200ResponseDataInnerOneOf1) MarshalJSON() ([]byte, error)
- func (v *NullablePermissionsRevokePost200ResponseDataInnerOneOf1) Set(val *PermissionsRevokePost200ResponseDataInnerOneOf1)
- func (v *NullablePermissionsRevokePost200ResponseDataInnerOneOf1) UnmarshalJSON(src []byte) error
- func (v *NullablePermissionsRevokePost200ResponseDataInnerOneOf1) Unset()
- type NullablePermissionsRevokePostRequest
- func (v NullablePermissionsRevokePostRequest) Get() *PermissionsRevokePostRequest
- func (v NullablePermissionsRevokePostRequest) IsSet() bool
- func (v NullablePermissionsRevokePostRequest) MarshalJSON() ([]byte, error)
- func (v *NullablePermissionsRevokePostRequest) Set(val *PermissionsRevokePostRequest)
- func (v *NullablePermissionsRevokePostRequest) UnmarshalJSON(src []byte) error
- func (v *NullablePermissionsRevokePostRequest) Unset()
- type NullablePostgresOptions
- func (v NullablePostgresOptions) Get() *PostgresOptions
- func (v NullablePostgresOptions) IsSet() bool
- func (v NullablePostgresOptions) MarshalJSON() ([]byte, error)
- func (v *NullablePostgresOptions) Set(val *PostgresOptions)
- func (v *NullablePostgresOptions) UnmarshalJSON(src []byte) error
- func (v *NullablePostgresOptions) Unset()
- type NullablePostgresOptionsDatabaseOptions
- func (v NullablePostgresOptionsDatabaseOptions) Get() *PostgresOptionsDatabaseOptions
- func (v NullablePostgresOptionsDatabaseOptions) IsSet() bool
- func (v NullablePostgresOptionsDatabaseOptions) MarshalJSON() ([]byte, error)
- func (v *NullablePostgresOptionsDatabaseOptions) Set(val *PostgresOptionsDatabaseOptions)
- func (v *NullablePostgresOptionsDatabaseOptions) UnmarshalJSON(src []byte) error
- func (v *NullablePostgresOptionsDatabaseOptions) Unset()
- type NullablePostgresOptionsDatabaseOptionsAnyOf
- func (v NullablePostgresOptionsDatabaseOptionsAnyOf) Get() *PostgresOptionsDatabaseOptionsAnyOf
- func (v NullablePostgresOptionsDatabaseOptionsAnyOf) IsSet() bool
- func (v NullablePostgresOptionsDatabaseOptionsAnyOf) MarshalJSON() ([]byte, error)
- func (v *NullablePostgresOptionsDatabaseOptionsAnyOf) Set(val *PostgresOptionsDatabaseOptionsAnyOf)
- func (v *NullablePostgresOptionsDatabaseOptionsAnyOf) UnmarshalJSON(src []byte) error
- func (v *NullablePostgresOptionsDatabaseOptionsAnyOf) Unset()
- type NullablePostgresOptionsDatabaseOptionsAnyOf1
- func (v NullablePostgresOptionsDatabaseOptionsAnyOf1) Get() *PostgresOptionsDatabaseOptionsAnyOf1
- func (v NullablePostgresOptionsDatabaseOptionsAnyOf1) IsSet() bool
- func (v NullablePostgresOptionsDatabaseOptionsAnyOf1) MarshalJSON() ([]byte, error)
- func (v *NullablePostgresOptionsDatabaseOptionsAnyOf1) Set(val *PostgresOptionsDatabaseOptionsAnyOf1)
- func (v *NullablePostgresOptionsDatabaseOptionsAnyOf1) UnmarshalJSON(src []byte) error
- func (v *NullablePostgresOptionsDatabaseOptionsAnyOf1) Unset()
- type NullablePostgresOptionsDatabaseOptionsAnyOfSshTunnelOptions
- func (v NullablePostgresOptionsDatabaseOptionsAnyOfSshTunnelOptions) Get() *PostgresOptionsDatabaseOptionsAnyOfSshTunnelOptions
- func (v NullablePostgresOptionsDatabaseOptionsAnyOfSshTunnelOptions) IsSet() bool
- func (v NullablePostgresOptionsDatabaseOptionsAnyOfSshTunnelOptions) MarshalJSON() ([]byte, error)
- func (v *NullablePostgresOptionsDatabaseOptionsAnyOfSshTunnelOptions) Set(val *PostgresOptionsDatabaseOptionsAnyOfSshTunnelOptions)
- func (v *NullablePostgresOptionsDatabaseOptionsAnyOfSshTunnelOptions) UnmarshalJSON(src []byte) error
- func (v *NullablePostgresOptionsDatabaseOptionsAnyOfSshTunnelOptions) Unset()
- type NullablePostgresOptionsDatabaseOptionsAnyOfSslSettings
- func (v NullablePostgresOptionsDatabaseOptionsAnyOfSslSettings) Get() *PostgresOptionsDatabaseOptionsAnyOfSslSettings
- func (v NullablePostgresOptionsDatabaseOptionsAnyOfSslSettings) IsSet() bool
- func (v NullablePostgresOptionsDatabaseOptionsAnyOfSslSettings) MarshalJSON() ([]byte, error)
- func (v *NullablePostgresOptionsDatabaseOptionsAnyOfSslSettings) Set(val *PostgresOptionsDatabaseOptionsAnyOfSslSettings)
- func (v *NullablePostgresOptionsDatabaseOptionsAnyOfSslSettings) UnmarshalJSON(src []byte) error
- func (v *NullablePostgresOptionsDatabaseOptionsAnyOfSslSettings) Unset()
- type NullableRedshiftOptions
- func (v NullableRedshiftOptions) Get() *RedshiftOptions
- func (v NullableRedshiftOptions) IsSet() bool
- func (v NullableRedshiftOptions) MarshalJSON() ([]byte, error)
- func (v *NullableRedshiftOptions) Set(val *RedshiftOptions)
- func (v *NullableRedshiftOptions) UnmarshalJSON(src []byte) error
- func (v *NullableRedshiftOptions) Unset()
- type NullableRedshiftOptionsDatabaseOptions
- func (v NullableRedshiftOptionsDatabaseOptions) Get() *RedshiftOptionsDatabaseOptions
- func (v NullableRedshiftOptionsDatabaseOptions) IsSet() bool
- func (v NullableRedshiftOptionsDatabaseOptions) MarshalJSON() ([]byte, error)
- func (v *NullableRedshiftOptionsDatabaseOptions) Set(val *RedshiftOptionsDatabaseOptions)
- func (v *NullableRedshiftOptionsDatabaseOptions) UnmarshalJSON(src []byte) error
- func (v *NullableRedshiftOptionsDatabaseOptions) Unset()
- type NullableRedshiftOptionsDatabaseOptionsSslSettings
- func (v NullableRedshiftOptionsDatabaseOptionsSslSettings) Get() *RedshiftOptionsDatabaseOptionsSslSettings
- func (v NullableRedshiftOptionsDatabaseOptionsSslSettings) IsSet() bool
- func (v NullableRedshiftOptionsDatabaseOptionsSslSettings) MarshalJSON() ([]byte, error)
- func (v *NullableRedshiftOptionsDatabaseOptionsSslSettings) Set(val *RedshiftOptionsDatabaseOptionsSslSettings)
- func (v *NullableRedshiftOptionsDatabaseOptionsSslSettings) UnmarshalJSON(src []byte) error
- func (v *NullableRedshiftOptionsDatabaseOptionsSslSettings) Unset()
- type NullableRemoveOperation
- func (v NullableRemoveOperation) Get() *RemoveOperation
- func (v NullableRemoveOperation) IsSet() bool
- func (v NullableRemoveOperation) MarshalJSON() ([]byte, error)
- func (v *NullableRemoveOperation) Set(val *RemoveOperation)
- func (v *NullableRemoveOperation) UnmarshalJSON(src []byte) error
- func (v *NullableRemoveOperation) Unset()
- type NullableReplaceOperation
- func (v NullableReplaceOperation) Get() *ReplaceOperation
- func (v NullableReplaceOperation) IsSet() bool
- func (v NullableReplaceOperation) MarshalJSON() ([]byte, error)
- func (v *NullableReplaceOperation) Set(val *ReplaceOperation)
- func (v *NullableReplaceOperation) UnmarshalJSON(src []byte) error
- func (v *NullableReplaceOperation) Unset()
- type NullableResource
- type NullableResourceConfiguration
- func (v NullableResourceConfiguration) Get() *ResourceConfiguration
- func (v NullableResourceConfiguration) IsSet() bool
- func (v NullableResourceConfiguration) MarshalJSON() ([]byte, error)
- func (v *NullableResourceConfiguration) Set(val *ResourceConfiguration)
- func (v *NullableResourceConfiguration) UnmarshalJSON(src []byte) error
- func (v *NullableResourceConfiguration) Unset()
- type NullableResourceConfigurationsConfigurationIdGet200Response
- func (v NullableResourceConfigurationsConfigurationIdGet200Response) Get() *ResourceConfigurationsConfigurationIdGet200Response
- func (v NullableResourceConfigurationsConfigurationIdGet200Response) IsSet() bool
- func (v NullableResourceConfigurationsConfigurationIdGet200Response) MarshalJSON() ([]byte, error)
- func (v *NullableResourceConfigurationsConfigurationIdGet200Response) Set(val *ResourceConfigurationsConfigurationIdGet200Response)
- func (v *NullableResourceConfigurationsConfigurationIdGet200Response) UnmarshalJSON(src []byte) error
- func (v *NullableResourceConfigurationsConfigurationIdGet200Response) Unset()
- type NullableResourceConfigurationsConfigurationIdPatch200Response
- func (v NullableResourceConfigurationsConfigurationIdPatch200Response) Get() *ResourceConfigurationsConfigurationIdPatch200Response
- func (v NullableResourceConfigurationsConfigurationIdPatch200Response) IsSet() bool
- func (v NullableResourceConfigurationsConfigurationIdPatch200Response) MarshalJSON() ([]byte, error)
- func (v *NullableResourceConfigurationsConfigurationIdPatch200Response) Set(val *ResourceConfigurationsConfigurationIdPatch200Response)
- func (v *NullableResourceConfigurationsConfigurationIdPatch200Response) UnmarshalJSON(src []byte) error
- func (v *NullableResourceConfigurationsConfigurationIdPatch200Response) Unset()
- type NullableResourceConfigurationsConfigurationIdPatch200ResponseData
- func (v NullableResourceConfigurationsConfigurationIdPatch200ResponseData) Get() *ResourceConfigurationsConfigurationIdPatch200ResponseData
- func (v NullableResourceConfigurationsConfigurationIdPatch200ResponseData) IsSet() bool
- func (v NullableResourceConfigurationsConfigurationIdPatch200ResponseData) MarshalJSON() ([]byte, error)
- func (v *NullableResourceConfigurationsConfigurationIdPatch200ResponseData) Set(val *ResourceConfigurationsConfigurationIdPatch200ResponseData)
- func (v *NullableResourceConfigurationsConfigurationIdPatch200ResponseData) UnmarshalJSON(src []byte) error
- func (v *NullableResourceConfigurationsConfigurationIdPatch200ResponseData) Unset()
- type NullableResourceConfigurationsConfigurationIdPatchRequest
- func (v NullableResourceConfigurationsConfigurationIdPatchRequest) Get() *ResourceConfigurationsConfigurationIdPatchRequest
- func (v NullableResourceConfigurationsConfigurationIdPatchRequest) IsSet() bool
- func (v NullableResourceConfigurationsConfigurationIdPatchRequest) MarshalJSON() ([]byte, error)
- func (v *NullableResourceConfigurationsConfigurationIdPatchRequest) Set(val *ResourceConfigurationsConfigurationIdPatchRequest)
- func (v *NullableResourceConfigurationsConfigurationIdPatchRequest) UnmarshalJSON(src []byte) error
- func (v *NullableResourceConfigurationsConfigurationIdPatchRequest) Unset()
- type NullableResourceConfigurationsGet200Response
- func (v NullableResourceConfigurationsGet200Response) Get() *ResourceConfigurationsGet200Response
- func (v NullableResourceConfigurationsGet200Response) IsSet() bool
- func (v NullableResourceConfigurationsGet200Response) MarshalJSON() ([]byte, error)
- func (v *NullableResourceConfigurationsGet200Response) Set(val *ResourceConfigurationsGet200Response)
- func (v *NullableResourceConfigurationsGet200Response) UnmarshalJSON(src []byte) error
- func (v *NullableResourceConfigurationsGet200Response) Unset()
- type NullableResourceConfigurationsGet200ResponseDataInner
- func (v NullableResourceConfigurationsGet200ResponseDataInner) Get() *ResourceConfigurationsGet200ResponseDataInner
- func (v NullableResourceConfigurationsGet200ResponseDataInner) IsSet() bool
- func (v NullableResourceConfigurationsGet200ResponseDataInner) MarshalJSON() ([]byte, error)
- func (v *NullableResourceConfigurationsGet200ResponseDataInner) Set(val *ResourceConfigurationsGet200ResponseDataInner)
- func (v *NullableResourceConfigurationsGet200ResponseDataInner) UnmarshalJSON(src []byte) error
- func (v *NullableResourceConfigurationsGet200ResponseDataInner) Unset()
- type NullableResourceConfigurationsGet200ResponseDataInnerEnvironment
- func (v NullableResourceConfigurationsGet200ResponseDataInnerEnvironment) Get() *ResourceConfigurationsGet200ResponseDataInnerEnvironment
- func (v NullableResourceConfigurationsGet200ResponseDataInnerEnvironment) IsSet() bool
- func (v NullableResourceConfigurationsGet200ResponseDataInnerEnvironment) MarshalJSON() ([]byte, error)
- func (v *NullableResourceConfigurationsGet200ResponseDataInnerEnvironment) Set(val *ResourceConfigurationsGet200ResponseDataInnerEnvironment)
- func (v *NullableResourceConfigurationsGet200ResponseDataInnerEnvironment) UnmarshalJSON(src []byte) error
- func (v *NullableResourceConfigurationsGet200ResponseDataInnerEnvironment) Unset()
- type NullableResourceConfigurationsGet200ResponseDataInnerOptions
- func (v NullableResourceConfigurationsGet200ResponseDataInnerOptions) Get() *ResourceConfigurationsGet200ResponseDataInnerOptions
- func (v NullableResourceConfigurationsGet200ResponseDataInnerOptions) IsSet() bool
- func (v NullableResourceConfigurationsGet200ResponseDataInnerOptions) MarshalJSON() ([]byte, error)
- func (v *NullableResourceConfigurationsGet200ResponseDataInnerOptions) Set(val *ResourceConfigurationsGet200ResponseDataInnerOptions)
- func (v *NullableResourceConfigurationsGet200ResponseDataInnerOptions) UnmarshalJSON(src []byte) error
- func (v *NullableResourceConfigurationsGet200ResponseDataInnerOptions) Unset()
- type NullableResourceConfigurationsPost200Response
- func (v NullableResourceConfigurationsPost200Response) Get() *ResourceConfigurationsPost200Response
- func (v NullableResourceConfigurationsPost200Response) IsSet() bool
- func (v NullableResourceConfigurationsPost200Response) MarshalJSON() ([]byte, error)
- func (v *NullableResourceConfigurationsPost200Response) Set(val *ResourceConfigurationsPost200Response)
- func (v *NullableResourceConfigurationsPost200Response) UnmarshalJSON(src []byte) error
- func (v *NullableResourceConfigurationsPost200Response) Unset()
- type NullableResourceConfigurationsPost200ResponseData
- func (v NullableResourceConfigurationsPost200ResponseData) Get() *ResourceConfigurationsPost200ResponseData
- func (v NullableResourceConfigurationsPost200ResponseData) IsSet() bool
- func (v NullableResourceConfigurationsPost200ResponseData) MarshalJSON() ([]byte, error)
- func (v *NullableResourceConfigurationsPost200ResponseData) Set(val *ResourceConfigurationsPost200ResponseData)
- func (v *NullableResourceConfigurationsPost200ResponseData) UnmarshalJSON(src []byte) error
- func (v *NullableResourceConfigurationsPost200ResponseData) Unset()
- type NullableResourceConfigurationsPostRequest
- func (v NullableResourceConfigurationsPostRequest) Get() *ResourceConfigurationsPostRequest
- func (v NullableResourceConfigurationsPostRequest) IsSet() bool
- func (v NullableResourceConfigurationsPostRequest) MarshalJSON() ([]byte, error)
- func (v *NullableResourceConfigurationsPostRequest) Set(val *ResourceConfigurationsPostRequest)
- func (v *NullableResourceConfigurationsPostRequest) UnmarshalJSON(src []byte) error
- func (v *NullableResourceConfigurationsPostRequest) Unset()
- type NullableResourcesGet200Response
- func (v NullableResourcesGet200Response) Get() *ResourcesGet200Response
- func (v NullableResourcesGet200Response) IsSet() bool
- func (v NullableResourcesGet200Response) MarshalJSON() ([]byte, error)
- func (v *NullableResourcesGet200Response) Set(val *ResourcesGet200Response)
- func (v *NullableResourcesGet200Response) UnmarshalJSON(src []byte) error
- func (v *NullableResourcesGet200Response) Unset()
- type NullableResourcesGet200ResponseDataInner
- func (v NullableResourcesGet200ResponseDataInner) Get() *ResourcesGet200ResponseDataInner
- func (v NullableResourcesGet200ResponseDataInner) IsSet() bool
- func (v NullableResourcesGet200ResponseDataInner) MarshalJSON() ([]byte, error)
- func (v *NullableResourcesGet200ResponseDataInner) Set(val *ResourcesGet200ResponseDataInner)
- func (v *NullableResourcesGet200ResponseDataInner) UnmarshalJSON(src []byte) error
- func (v *NullableResourcesGet200ResponseDataInner) Unset()
- type NullableResourcesGet200ResponseDataInnerId
- func (v NullableResourcesGet200ResponseDataInnerId) Get() *ResourcesGet200ResponseDataInnerId
- func (v NullableResourcesGet200ResponseDataInnerId) IsSet() bool
- func (v NullableResourcesGet200ResponseDataInnerId) MarshalJSON() ([]byte, error)
- func (v *NullableResourcesGet200ResponseDataInnerId) Set(val *ResourcesGet200ResponseDataInnerId)
- func (v *NullableResourcesGet200ResponseDataInnerId) UnmarshalJSON(src []byte) error
- func (v *NullableResourcesGet200ResponseDataInnerId) Unset()
- type NullableResourcesPost200Response
- func (v NullableResourcesPost200Response) Get() *ResourcesPost200Response
- func (v NullableResourcesPost200Response) IsSet() bool
- func (v NullableResourcesPost200Response) MarshalJSON() ([]byte, error)
- func (v *NullableResourcesPost200Response) Set(val *ResourcesPost200Response)
- func (v *NullableResourcesPost200Response) UnmarshalJSON(src []byte) error
- func (v *NullableResourcesPost200Response) Unset()
- type NullableResourcesPost200ResponseData
- func (v NullableResourcesPost200ResponseData) Get() *ResourcesPost200ResponseData
- func (v NullableResourcesPost200ResponseData) IsSet() bool
- func (v NullableResourcesPost200ResponseData) MarshalJSON() ([]byte, error)
- func (v *NullableResourcesPost200ResponseData) Set(val *ResourcesPost200ResponseData)
- func (v *NullableResourcesPost200ResponseData) UnmarshalJSON(src []byte) error
- func (v *NullableResourcesPost200ResponseData) Unset()
- type NullableResourcesPostRequest
- func (v NullableResourcesPostRequest) Get() *ResourcesPostRequest
- func (v NullableResourcesPostRequest) IsSet() bool
- func (v NullableResourcesPostRequest) MarshalJSON() ([]byte, error)
- func (v *NullableResourcesPostRequest) Set(val *ResourcesPostRequest)
- func (v *NullableResourcesPostRequest) UnmarshalJSON(src []byte) error
- func (v *NullableResourcesPostRequest) Unset()
- type NullableResourcesPostRequestOptions
- func (v NullableResourcesPostRequestOptions) Get() *ResourcesPostRequestOptions
- func (v NullableResourcesPostRequestOptions) IsSet() bool
- func (v NullableResourcesPostRequestOptions) MarshalJSON() ([]byte, error)
- func (v *NullableResourcesPostRequestOptions) Set(val *ResourcesPostRequestOptions)
- func (v *NullableResourcesPostRequestOptions) UnmarshalJSON(src []byte) error
- func (v *NullableResourcesPostRequestOptions) Unset()
- type NullableResourcesResourceIdGet200Response
- func (v NullableResourcesResourceIdGet200Response) Get() *ResourcesResourceIdGet200Response
- func (v NullableResourcesResourceIdGet200Response) IsSet() bool
- func (v NullableResourcesResourceIdGet200Response) MarshalJSON() ([]byte, error)
- func (v *NullableResourcesResourceIdGet200Response) Set(val *ResourcesResourceIdGet200Response)
- func (v *NullableResourcesResourceIdGet200Response) UnmarshalJSON(src []byte) error
- func (v *NullableResourcesResourceIdGet200Response) Unset()
- type NullableResourcesResourceIdPatch200Response
- func (v NullableResourcesResourceIdPatch200Response) Get() *ResourcesResourceIdPatch200Response
- func (v NullableResourcesResourceIdPatch200Response) IsSet() bool
- func (v NullableResourcesResourceIdPatch200Response) MarshalJSON() ([]byte, error)
- func (v *NullableResourcesResourceIdPatch200Response) Set(val *ResourcesResourceIdPatch200Response)
- func (v *NullableResourcesResourceIdPatch200Response) UnmarshalJSON(src []byte) error
- func (v *NullableResourcesResourceIdPatch200Response) Unset()
- type NullableResourcesResourceIdPatch200ResponseData
- func (v NullableResourcesResourceIdPatch200ResponseData) Get() *ResourcesResourceIdPatch200ResponseData
- func (v NullableResourcesResourceIdPatch200ResponseData) IsSet() bool
- func (v NullableResourcesResourceIdPatch200ResponseData) MarshalJSON() ([]byte, error)
- func (v *NullableResourcesResourceIdPatch200ResponseData) Set(val *ResourcesResourceIdPatch200ResponseData)
- func (v *NullableResourcesResourceIdPatch200ResponseData) UnmarshalJSON(src []byte) error
- func (v *NullableResourcesResourceIdPatch200ResponseData) Unset()
- type NullableResourcesResourceIdPatchRequest
- func (v NullableResourcesResourceIdPatchRequest) Get() *ResourcesResourceIdPatchRequest
- func (v NullableResourcesResourceIdPatchRequest) IsSet() bool
- func (v NullableResourcesResourceIdPatchRequest) MarshalJSON() ([]byte, error)
- func (v *NullableResourcesResourceIdPatchRequest) Set(val *ResourcesResourceIdPatchRequest)
- func (v *NullableResourcesResourceIdPatchRequest) UnmarshalJSON(src []byte) error
- func (v *NullableResourcesResourceIdPatchRequest) Unset()
- type NullableRestAPIOptions
- func (v NullableRestAPIOptions) Get() *RestAPIOptions
- func (v NullableRestAPIOptions) IsSet() bool
- func (v NullableRestAPIOptions) MarshalJSON() ([]byte, error)
- func (v *NullableRestAPIOptions) Set(val *RestAPIOptions)
- func (v *NullableRestAPIOptions) UnmarshalJSON(src []byte) error
- func (v *NullableRestAPIOptions) Unset()
- type NullableRestAPIOptionsAuthenticationOptions
- func (v NullableRestAPIOptionsAuthenticationOptions) Get() *RestAPIOptionsAuthenticationOptions
- func (v NullableRestAPIOptionsAuthenticationOptions) IsSet() bool
- func (v NullableRestAPIOptionsAuthenticationOptions) MarshalJSON() ([]byte, error)
- func (v *NullableRestAPIOptionsAuthenticationOptions) Set(val *RestAPIOptionsAuthenticationOptions)
- func (v *NullableRestAPIOptionsAuthenticationOptions) UnmarshalJSON(src []byte) error
- func (v *NullableRestAPIOptionsAuthenticationOptions) Unset()
- type NullableRestAPIOptionsAuthenticationOptionsAnyOf
- func (v NullableRestAPIOptionsAuthenticationOptionsAnyOf) Get() *RestAPIOptionsAuthenticationOptionsAnyOf
- func (v NullableRestAPIOptionsAuthenticationOptionsAnyOf) IsSet() bool
- func (v NullableRestAPIOptionsAuthenticationOptionsAnyOf) MarshalJSON() ([]byte, error)
- func (v *NullableRestAPIOptionsAuthenticationOptionsAnyOf) Set(val *RestAPIOptionsAuthenticationOptionsAnyOf)
- func (v *NullableRestAPIOptionsAuthenticationOptionsAnyOf) UnmarshalJSON(src []byte) error
- func (v *NullableRestAPIOptionsAuthenticationOptionsAnyOf) Unset()
- type NullableRestAPIOptionsAuthenticationOptionsAnyOf1
- func (v NullableRestAPIOptionsAuthenticationOptionsAnyOf1) Get() *RestAPIOptionsAuthenticationOptionsAnyOf1
- func (v NullableRestAPIOptionsAuthenticationOptionsAnyOf1) IsSet() bool
- func (v NullableRestAPIOptionsAuthenticationOptionsAnyOf1) MarshalJSON() ([]byte, error)
- func (v *NullableRestAPIOptionsAuthenticationOptionsAnyOf1) Set(val *RestAPIOptionsAuthenticationOptionsAnyOf1)
- func (v *NullableRestAPIOptionsAuthenticationOptionsAnyOf1) UnmarshalJSON(src []byte) error
- func (v *NullableRestAPIOptionsAuthenticationOptionsAnyOf1) Unset()
- type NullableRestAPIOptionsAuthenticationOptionsAnyOf2
- func (v NullableRestAPIOptionsAuthenticationOptionsAnyOf2) Get() *RestAPIOptionsAuthenticationOptionsAnyOf2
- func (v NullableRestAPIOptionsAuthenticationOptionsAnyOf2) IsSet() bool
- func (v NullableRestAPIOptionsAuthenticationOptionsAnyOf2) MarshalJSON() ([]byte, error)
- func (v *NullableRestAPIOptionsAuthenticationOptionsAnyOf2) Set(val *RestAPIOptionsAuthenticationOptionsAnyOf2)
- func (v *NullableRestAPIOptionsAuthenticationOptionsAnyOf2) UnmarshalJSON(src []byte) error
- func (v *NullableRestAPIOptionsAuthenticationOptionsAnyOf2) Unset()
- type NullableRestAPIOptionsAuthenticationOptionsAnyOf3
- func (v NullableRestAPIOptionsAuthenticationOptionsAnyOf3) Get() *RestAPIOptionsAuthenticationOptionsAnyOf3
- func (v NullableRestAPIOptionsAuthenticationOptionsAnyOf3) IsSet() bool
- func (v NullableRestAPIOptionsAuthenticationOptionsAnyOf3) MarshalJSON() ([]byte, error)
- func (v *NullableRestAPIOptionsAuthenticationOptionsAnyOf3) Set(val *RestAPIOptionsAuthenticationOptionsAnyOf3)
- func (v *NullableRestAPIOptionsAuthenticationOptionsAnyOf3) UnmarshalJSON(src []byte) error
- func (v *NullableRestAPIOptionsAuthenticationOptionsAnyOf3) Unset()
- type NullableRestAPIOptionsAuthenticationOptionsAnyOf4
- func (v NullableRestAPIOptionsAuthenticationOptionsAnyOf4) Get() *RestAPIOptionsAuthenticationOptionsAnyOf4
- func (v NullableRestAPIOptionsAuthenticationOptionsAnyOf4) IsSet() bool
- func (v NullableRestAPIOptionsAuthenticationOptionsAnyOf4) MarshalJSON() ([]byte, error)
- func (v *NullableRestAPIOptionsAuthenticationOptionsAnyOf4) Set(val *RestAPIOptionsAuthenticationOptionsAnyOf4)
- func (v *NullableRestAPIOptionsAuthenticationOptionsAnyOf4) UnmarshalJSON(src []byte) error
- func (v *NullableRestAPIOptionsAuthenticationOptionsAnyOf4) Unset()
- type NullableRestAPIOptionsAuthenticationOptionsAnyOf4Oauth1SignatureMethod
- func (v NullableRestAPIOptionsAuthenticationOptionsAnyOf4Oauth1SignatureMethod) Get() *RestAPIOptionsAuthenticationOptionsAnyOf4Oauth1SignatureMethod
- func (v NullableRestAPIOptionsAuthenticationOptionsAnyOf4Oauth1SignatureMethod) IsSet() bool
- func (v NullableRestAPIOptionsAuthenticationOptionsAnyOf4Oauth1SignatureMethod) MarshalJSON() ([]byte, error)
- func (v *NullableRestAPIOptionsAuthenticationOptionsAnyOf4Oauth1SignatureMethod) Set(val *RestAPIOptionsAuthenticationOptionsAnyOf4Oauth1SignatureMethod)
- func (v *NullableRestAPIOptionsAuthenticationOptionsAnyOf4Oauth1SignatureMethod) UnmarshalJSON(src []byte) error
- func (v *NullableRestAPIOptionsAuthenticationOptionsAnyOf4Oauth1SignatureMethod) Unset()
- type NullableRestAPIOptionsAuthenticationOptionsAnyOf5
- func (v NullableRestAPIOptionsAuthenticationOptionsAnyOf5) Get() *RestAPIOptionsAuthenticationOptionsAnyOf5
- func (v NullableRestAPIOptionsAuthenticationOptionsAnyOf5) IsSet() bool
- func (v NullableRestAPIOptionsAuthenticationOptionsAnyOf5) MarshalJSON() ([]byte, error)
- func (v *NullableRestAPIOptionsAuthenticationOptionsAnyOf5) Set(val *RestAPIOptionsAuthenticationOptionsAnyOf5)
- func (v *NullableRestAPIOptionsAuthenticationOptionsAnyOf5) UnmarshalJSON(src []byte) error
- func (v *NullableRestAPIOptionsAuthenticationOptionsAnyOf5) Unset()
- type NullableRestAPIOptionsAuthenticationOptionsAnyOf6
- func (v NullableRestAPIOptionsAuthenticationOptionsAnyOf6) Get() *RestAPIOptionsAuthenticationOptionsAnyOf6
- func (v NullableRestAPIOptionsAuthenticationOptionsAnyOf6) IsSet() bool
- func (v NullableRestAPIOptionsAuthenticationOptionsAnyOf6) MarshalJSON() ([]byte, error)
- func (v *NullableRestAPIOptionsAuthenticationOptionsAnyOf6) Set(val *RestAPIOptionsAuthenticationOptionsAnyOf6)
- func (v *NullableRestAPIOptionsAuthenticationOptionsAnyOf6) UnmarshalJSON(src []byte) error
- func (v *NullableRestAPIOptionsAuthenticationOptionsAnyOf6) Unset()
- type NullableRole
- type NullableRolePermissionsRoleGrantsPostRequest
- func (v NullableRolePermissionsRoleGrantsPostRequest) Get() *RolePermissionsRoleGrantsPostRequest
- func (v NullableRolePermissionsRoleGrantsPostRequest) IsSet() bool
- func (v NullableRolePermissionsRoleGrantsPostRequest) MarshalJSON() ([]byte, error)
- func (v *NullableRolePermissionsRoleGrantsPostRequest) Set(val *RolePermissionsRoleGrantsPostRequest)
- func (v *NullableRolePermissionsRoleGrantsPostRequest) UnmarshalJSON(src []byte) error
- func (v *NullableRolePermissionsRoleGrantsPostRequest) Unset()
- type NullableRolePermissionsRolesGet200Response
- func (v NullableRolePermissionsRolesGet200Response) Get() *RolePermissionsRolesGet200Response
- func (v NullableRolePermissionsRolesGet200Response) IsSet() bool
- func (v NullableRolePermissionsRolesGet200Response) MarshalJSON() ([]byte, error)
- func (v *NullableRolePermissionsRolesGet200Response) Set(val *RolePermissionsRolesGet200Response)
- func (v *NullableRolePermissionsRolesGet200Response) UnmarshalJSON(src []byte) error
- func (v *NullableRolePermissionsRolesGet200Response) Unset()
- type NullableRolePermissionsRolesGet200ResponseDataInner
- func (v NullableRolePermissionsRolesGet200ResponseDataInner) Get() *RolePermissionsRolesGet200ResponseDataInner
- func (v NullableRolePermissionsRolesGet200ResponseDataInner) IsSet() bool
- func (v NullableRolePermissionsRolesGet200ResponseDataInner) MarshalJSON() ([]byte, error)
- func (v *NullableRolePermissionsRolesGet200ResponseDataInner) Set(val *RolePermissionsRolesGet200ResponseDataInner)
- func (v *NullableRolePermissionsRolesGet200ResponseDataInner) UnmarshalJSON(src []byte) error
- func (v *NullableRolePermissionsRolesGet200ResponseDataInner) Unset()
- type NullableRolePermissionsRolesPost201Response
- func (v NullableRolePermissionsRolesPost201Response) Get() *RolePermissionsRolesPost201Response
- func (v NullableRolePermissionsRolesPost201Response) IsSet() bool
- func (v NullableRolePermissionsRolesPost201Response) MarshalJSON() ([]byte, error)
- func (v *NullableRolePermissionsRolesPost201Response) Set(val *RolePermissionsRolesPost201Response)
- func (v *NullableRolePermissionsRolesPost201Response) UnmarshalJSON(src []byte) error
- func (v *NullableRolePermissionsRolesPost201Response) Unset()
- type NullableRolePermissionsRolesPostRequest
- func (v NullableRolePermissionsRolesPostRequest) Get() *RolePermissionsRolesPostRequest
- func (v NullableRolePermissionsRolesPostRequest) IsSet() bool
- func (v NullableRolePermissionsRolesPostRequest) MarshalJSON() ([]byte, error)
- func (v *NullableRolePermissionsRolesPostRequest) Set(val *RolePermissionsRolesPostRequest)
- func (v *NullableRolePermissionsRolesPostRequest) UnmarshalJSON(src []byte) error
- func (v *NullableRolePermissionsRolesPostRequest) Unset()
- type NullableRolePermissionsRolesRoleIdPatchRequest
- func (v NullableRolePermissionsRolesRoleIdPatchRequest) Get() *RolePermissionsRolesRoleIdPatchRequest
- func (v NullableRolePermissionsRolesRoleIdPatchRequest) IsSet() bool
- func (v NullableRolePermissionsRolesRoleIdPatchRequest) MarshalJSON() ([]byte, error)
- func (v *NullableRolePermissionsRolesRoleIdPatchRequest) Set(val *RolePermissionsRolesRoleIdPatchRequest)
- func (v *NullableRolePermissionsRolesRoleIdPatchRequest) UnmarshalJSON(src []byte) error
- func (v *NullableRolePermissionsRolesRoleIdPatchRequest) Unset()
- type NullableSAML
- type NullableSSOConfig
- type NullableSnowflakeOptions
- func (v NullableSnowflakeOptions) Get() *SnowflakeOptions
- func (v NullableSnowflakeOptions) IsSet() bool
- func (v NullableSnowflakeOptions) MarshalJSON() ([]byte, error)
- func (v *NullableSnowflakeOptions) Set(val *SnowflakeOptions)
- func (v *NullableSnowflakeOptions) UnmarshalJSON(src []byte) error
- func (v *NullableSnowflakeOptions) Unset()
- type NullableSnowflakeOptionsAuthenticationOptions
- func (v NullableSnowflakeOptionsAuthenticationOptions) Get() *SnowflakeOptionsAuthenticationOptions
- func (v NullableSnowflakeOptionsAuthenticationOptions) IsSet() bool
- func (v NullableSnowflakeOptionsAuthenticationOptions) MarshalJSON() ([]byte, error)
- func (v *NullableSnowflakeOptionsAuthenticationOptions) Set(val *SnowflakeOptionsAuthenticationOptions)
- func (v *NullableSnowflakeOptionsAuthenticationOptions) UnmarshalJSON(src []byte) error
- func (v *NullableSnowflakeOptionsAuthenticationOptions) Unset()
- type NullableSnowflakeOptionsAuthenticationOptionsAnyOf
- func (v NullableSnowflakeOptionsAuthenticationOptionsAnyOf) Get() *SnowflakeOptionsAuthenticationOptionsAnyOf
- func (v NullableSnowflakeOptionsAuthenticationOptionsAnyOf) IsSet() bool
- func (v NullableSnowflakeOptionsAuthenticationOptionsAnyOf) MarshalJSON() ([]byte, error)
- func (v *NullableSnowflakeOptionsAuthenticationOptionsAnyOf) Set(val *SnowflakeOptionsAuthenticationOptionsAnyOf)
- func (v *NullableSnowflakeOptionsAuthenticationOptionsAnyOf) UnmarshalJSON(src []byte) error
- func (v *NullableSnowflakeOptionsAuthenticationOptionsAnyOf) Unset()
- type NullableSnowflakeOptionsAuthenticationOptionsAnyOf1
- func (v NullableSnowflakeOptionsAuthenticationOptionsAnyOf1) Get() *SnowflakeOptionsAuthenticationOptionsAnyOf1
- func (v NullableSnowflakeOptionsAuthenticationOptionsAnyOf1) IsSet() bool
- func (v NullableSnowflakeOptionsAuthenticationOptionsAnyOf1) MarshalJSON() ([]byte, error)
- func (v *NullableSnowflakeOptionsAuthenticationOptionsAnyOf1) Set(val *SnowflakeOptionsAuthenticationOptionsAnyOf1)
- func (v *NullableSnowflakeOptionsAuthenticationOptionsAnyOf1) UnmarshalJSON(src []byte) error
- func (v *NullableSnowflakeOptionsAuthenticationOptionsAnyOf1) Unset()
- type NullableSnowflakeOptionsAuthenticationOptionsAnyOf2
- func (v NullableSnowflakeOptionsAuthenticationOptionsAnyOf2) Get() *SnowflakeOptionsAuthenticationOptionsAnyOf2
- func (v NullableSnowflakeOptionsAuthenticationOptionsAnyOf2) IsSet() bool
- func (v NullableSnowflakeOptionsAuthenticationOptionsAnyOf2) MarshalJSON() ([]byte, error)
- func (v *NullableSnowflakeOptionsAuthenticationOptionsAnyOf2) Set(val *SnowflakeOptionsAuthenticationOptionsAnyOf2)
- func (v *NullableSnowflakeOptionsAuthenticationOptionsAnyOf2) UnmarshalJSON(src []byte) error
- func (v *NullableSnowflakeOptionsAuthenticationOptionsAnyOf2) Unset()
- type NullableSnowflakeOptionsDatabaseOptions
- func (v NullableSnowflakeOptionsDatabaseOptions) Get() *SnowflakeOptionsDatabaseOptions
- func (v NullableSnowflakeOptionsDatabaseOptions) IsSet() bool
- func (v NullableSnowflakeOptionsDatabaseOptions) MarshalJSON() ([]byte, error)
- func (v *NullableSnowflakeOptionsDatabaseOptions) Set(val *SnowflakeOptionsDatabaseOptions)
- func (v *NullableSnowflakeOptionsDatabaseOptions) UnmarshalJSON(src []byte) error
- func (v *NullableSnowflakeOptionsDatabaseOptions) Unset()
- type NullableSourceControlConfigGet200Response
- func (v NullableSourceControlConfigGet200Response) Get() *SourceControlConfigGet200Response
- func (v NullableSourceControlConfigGet200Response) IsSet() bool
- func (v NullableSourceControlConfigGet200Response) MarshalJSON() ([]byte, error)
- func (v *NullableSourceControlConfigGet200Response) Set(val *SourceControlConfigGet200Response)
- func (v *NullableSourceControlConfigGet200Response) UnmarshalJSON(src []byte) error
- func (v *NullableSourceControlConfigGet200Response) Unset()
- type NullableSourceControlConfigGet200ResponseData
- func (v NullableSourceControlConfigGet200ResponseData) Get() *SourceControlConfigGet200ResponseData
- func (v NullableSourceControlConfigGet200ResponseData) IsSet() bool
- func (v NullableSourceControlConfigGet200ResponseData) MarshalJSON() ([]byte, error)
- func (v *NullableSourceControlConfigGet200ResponseData) Set(val *SourceControlConfigGet200ResponseData)
- func (v *NullableSourceControlConfigGet200ResponseData) UnmarshalJSON(src []byte) error
- func (v *NullableSourceControlConfigGet200ResponseData) Unset()
- type NullableSourceControlConfigGet200ResponseDataAnyOf
- func (v NullableSourceControlConfigGet200ResponseDataAnyOf) Get() *SourceControlConfigGet200ResponseDataAnyOf
- func (v NullableSourceControlConfigGet200ResponseDataAnyOf) IsSet() bool
- func (v NullableSourceControlConfigGet200ResponseDataAnyOf) MarshalJSON() ([]byte, error)
- func (v *NullableSourceControlConfigGet200ResponseDataAnyOf) Set(val *SourceControlConfigGet200ResponseDataAnyOf)
- func (v *NullableSourceControlConfigGet200ResponseDataAnyOf) UnmarshalJSON(src []byte) error
- func (v *NullableSourceControlConfigGet200ResponseDataAnyOf) Unset()
- type NullableSourceControlConfigGet200ResponseDataAnyOf1
- func (v NullableSourceControlConfigGet200ResponseDataAnyOf1) Get() *SourceControlConfigGet200ResponseDataAnyOf1
- func (v NullableSourceControlConfigGet200ResponseDataAnyOf1) IsSet() bool
- func (v NullableSourceControlConfigGet200ResponseDataAnyOf1) MarshalJSON() ([]byte, error)
- func (v *NullableSourceControlConfigGet200ResponseDataAnyOf1) Set(val *SourceControlConfigGet200ResponseDataAnyOf1)
- func (v *NullableSourceControlConfigGet200ResponseDataAnyOf1) UnmarshalJSON(src []byte) error
- func (v *NullableSourceControlConfigGet200ResponseDataAnyOf1) Unset()
- type NullableSourceControlConfigGet200ResponseDataAnyOf1Config
- func (v NullableSourceControlConfigGet200ResponseDataAnyOf1Config) Get() *SourceControlConfigGet200ResponseDataAnyOf1Config
- func (v NullableSourceControlConfigGet200ResponseDataAnyOf1Config) IsSet() bool
- func (v NullableSourceControlConfigGet200ResponseDataAnyOf1Config) MarshalJSON() ([]byte, error)
- func (v *NullableSourceControlConfigGet200ResponseDataAnyOf1Config) Set(val *SourceControlConfigGet200ResponseDataAnyOf1Config)
- func (v *NullableSourceControlConfigGet200ResponseDataAnyOf1Config) UnmarshalJSON(src []byte) error
- func (v *NullableSourceControlConfigGet200ResponseDataAnyOf1Config) Unset()
- type NullableSourceControlConfigGet200ResponseDataAnyOf2
- func (v NullableSourceControlConfigGet200ResponseDataAnyOf2) Get() *SourceControlConfigGet200ResponseDataAnyOf2
- func (v NullableSourceControlConfigGet200ResponseDataAnyOf2) IsSet() bool
- func (v NullableSourceControlConfigGet200ResponseDataAnyOf2) MarshalJSON() ([]byte, error)
- func (v *NullableSourceControlConfigGet200ResponseDataAnyOf2) Set(val *SourceControlConfigGet200ResponseDataAnyOf2)
- func (v *NullableSourceControlConfigGet200ResponseDataAnyOf2) UnmarshalJSON(src []byte) error
- func (v *NullableSourceControlConfigGet200ResponseDataAnyOf2) Unset()
- type NullableSourceControlConfigGet200ResponseDataAnyOf2Config
- func (v NullableSourceControlConfigGet200ResponseDataAnyOf2Config) Get() *SourceControlConfigGet200ResponseDataAnyOf2Config
- func (v NullableSourceControlConfigGet200ResponseDataAnyOf2Config) IsSet() bool
- func (v NullableSourceControlConfigGet200ResponseDataAnyOf2Config) MarshalJSON() ([]byte, error)
- func (v *NullableSourceControlConfigGet200ResponseDataAnyOf2Config) Set(val *SourceControlConfigGet200ResponseDataAnyOf2Config)
- func (v *NullableSourceControlConfigGet200ResponseDataAnyOf2Config) UnmarshalJSON(src []byte) error
- func (v *NullableSourceControlConfigGet200ResponseDataAnyOf2Config) Unset()
- type NullableSourceControlConfigGet200ResponseDataAnyOf3
- func (v NullableSourceControlConfigGet200ResponseDataAnyOf3) Get() *SourceControlConfigGet200ResponseDataAnyOf3
- func (v NullableSourceControlConfigGet200ResponseDataAnyOf3) IsSet() bool
- func (v NullableSourceControlConfigGet200ResponseDataAnyOf3) MarshalJSON() ([]byte, error)
- func (v *NullableSourceControlConfigGet200ResponseDataAnyOf3) Set(val *SourceControlConfigGet200ResponseDataAnyOf3)
- func (v *NullableSourceControlConfigGet200ResponseDataAnyOf3) UnmarshalJSON(src []byte) error
- func (v *NullableSourceControlConfigGet200ResponseDataAnyOf3) Unset()
- type NullableSourceControlConfigGet200ResponseDataAnyOf3Config
- func (v NullableSourceControlConfigGet200ResponseDataAnyOf3Config) Get() *SourceControlConfigGet200ResponseDataAnyOf3Config
- func (v NullableSourceControlConfigGet200ResponseDataAnyOf3Config) IsSet() bool
- func (v NullableSourceControlConfigGet200ResponseDataAnyOf3Config) MarshalJSON() ([]byte, error)
- func (v *NullableSourceControlConfigGet200ResponseDataAnyOf3Config) Set(val *SourceControlConfigGet200ResponseDataAnyOf3Config)
- func (v *NullableSourceControlConfigGet200ResponseDataAnyOf3Config) UnmarshalJSON(src []byte) error
- func (v *NullableSourceControlConfigGet200ResponseDataAnyOf3Config) Unset()
- type NullableSourceControlConfigGet200ResponseDataAnyOf4
- func (v NullableSourceControlConfigGet200ResponseDataAnyOf4) Get() *SourceControlConfigGet200ResponseDataAnyOf4
- func (v NullableSourceControlConfigGet200ResponseDataAnyOf4) IsSet() bool
- func (v NullableSourceControlConfigGet200ResponseDataAnyOf4) MarshalJSON() ([]byte, error)
- func (v *NullableSourceControlConfigGet200ResponseDataAnyOf4) Set(val *SourceControlConfigGet200ResponseDataAnyOf4)
- func (v *NullableSourceControlConfigGet200ResponseDataAnyOf4) UnmarshalJSON(src []byte) error
- func (v *NullableSourceControlConfigGet200ResponseDataAnyOf4) Unset()
- type NullableSourceControlConfigGet200ResponseDataAnyOf4Config
- func (v NullableSourceControlConfigGet200ResponseDataAnyOf4Config) Get() *SourceControlConfigGet200ResponseDataAnyOf4Config
- func (v NullableSourceControlConfigGet200ResponseDataAnyOf4Config) IsSet() bool
- func (v NullableSourceControlConfigGet200ResponseDataAnyOf4Config) MarshalJSON() ([]byte, error)
- func (v *NullableSourceControlConfigGet200ResponseDataAnyOf4Config) Set(val *SourceControlConfigGet200ResponseDataAnyOf4Config)
- func (v *NullableSourceControlConfigGet200ResponseDataAnyOf4Config) UnmarshalJSON(src []byte) error
- func (v *NullableSourceControlConfigGet200ResponseDataAnyOf4Config) Unset()
- type NullableSourceControlConfigGet200ResponseDataAnyOfConfig
- func (v NullableSourceControlConfigGet200ResponseDataAnyOfConfig) Get() *SourceControlConfigGet200ResponseDataAnyOfConfig
- func (v NullableSourceControlConfigGet200ResponseDataAnyOfConfig) IsSet() bool
- func (v NullableSourceControlConfigGet200ResponseDataAnyOfConfig) MarshalJSON() ([]byte, error)
- func (v *NullableSourceControlConfigGet200ResponseDataAnyOfConfig) Set(val *SourceControlConfigGet200ResponseDataAnyOfConfig)
- func (v *NullableSourceControlConfigGet200ResponseDataAnyOfConfig) UnmarshalJSON(src []byte) error
- func (v *NullableSourceControlConfigGet200ResponseDataAnyOfConfig) Unset()
- type NullableSourceControlConfigGet200ResponseDataAnyOfConfigAnyOf
- func (v NullableSourceControlConfigGet200ResponseDataAnyOfConfigAnyOf) Get() *SourceControlConfigGet200ResponseDataAnyOfConfigAnyOf
- func (v NullableSourceControlConfigGet200ResponseDataAnyOfConfigAnyOf) IsSet() bool
- func (v NullableSourceControlConfigGet200ResponseDataAnyOfConfigAnyOf) MarshalJSON() ([]byte, error)
- func (v *NullableSourceControlConfigGet200ResponseDataAnyOfConfigAnyOf) Set(val *SourceControlConfigGet200ResponseDataAnyOfConfigAnyOf)
- func (v *NullableSourceControlConfigGet200ResponseDataAnyOfConfigAnyOf) UnmarshalJSON(src []byte) error
- func (v *NullableSourceControlConfigGet200ResponseDataAnyOfConfigAnyOf) Unset()
- type NullableSourceControlConfigGet200ResponseDataAnyOfConfigAnyOf1
- func (v NullableSourceControlConfigGet200ResponseDataAnyOfConfigAnyOf1) Get() *SourceControlConfigGet200ResponseDataAnyOfConfigAnyOf1
- func (v NullableSourceControlConfigGet200ResponseDataAnyOfConfigAnyOf1) IsSet() bool
- func (v NullableSourceControlConfigGet200ResponseDataAnyOfConfigAnyOf1) MarshalJSON() ([]byte, error)
- func (v *NullableSourceControlConfigGet200ResponseDataAnyOfConfigAnyOf1) Set(val *SourceControlConfigGet200ResponseDataAnyOfConfigAnyOf1)
- func (v *NullableSourceControlConfigGet200ResponseDataAnyOfConfigAnyOf1) UnmarshalJSON(src []byte) error
- func (v *NullableSourceControlConfigGet200ResponseDataAnyOfConfigAnyOf1) Unset()
- type NullableSourceControlConfigGet200ResponseDataOneOf
- func (v NullableSourceControlConfigGet200ResponseDataOneOf) Get() *SourceControlConfigGet200ResponseDataOneOf
- func (v NullableSourceControlConfigGet200ResponseDataOneOf) IsSet() bool
- func (v NullableSourceControlConfigGet200ResponseDataOneOf) MarshalJSON() ([]byte, error)
- func (v *NullableSourceControlConfigGet200ResponseDataOneOf) Set(val *SourceControlConfigGet200ResponseDataOneOf)
- func (v *NullableSourceControlConfigGet200ResponseDataOneOf) UnmarshalJSON(src []byte) error
- func (v *NullableSourceControlConfigGet200ResponseDataOneOf) Unset()
- type NullableSourceControlConfigGet200ResponseDataOneOf1
- func (v NullableSourceControlConfigGet200ResponseDataOneOf1) Get() *SourceControlConfigGet200ResponseDataOneOf1
- func (v NullableSourceControlConfigGet200ResponseDataOneOf1) IsSet() bool
- func (v NullableSourceControlConfigGet200ResponseDataOneOf1) MarshalJSON() ([]byte, error)
- func (v *NullableSourceControlConfigGet200ResponseDataOneOf1) Set(val *SourceControlConfigGet200ResponseDataOneOf1)
- func (v *NullableSourceControlConfigGet200ResponseDataOneOf1) UnmarshalJSON(src []byte) error
- func (v *NullableSourceControlConfigGet200ResponseDataOneOf1) Unset()
- type NullableSourceControlConfigGet200ResponseDataOneOf1Config
- func (v NullableSourceControlConfigGet200ResponseDataOneOf1Config) Get() *SourceControlConfigGet200ResponseDataOneOf1Config
- func (v NullableSourceControlConfigGet200ResponseDataOneOf1Config) IsSet() bool
- func (v NullableSourceControlConfigGet200ResponseDataOneOf1Config) MarshalJSON() ([]byte, error)
- func (v *NullableSourceControlConfigGet200ResponseDataOneOf1Config) Set(val *SourceControlConfigGet200ResponseDataOneOf1Config)
- func (v *NullableSourceControlConfigGet200ResponseDataOneOf1Config) UnmarshalJSON(src []byte) error
- func (v *NullableSourceControlConfigGet200ResponseDataOneOf1Config) Unset()
- type NullableSourceControlConfigGet200ResponseDataOneOf2
- func (v NullableSourceControlConfigGet200ResponseDataOneOf2) Get() *SourceControlConfigGet200ResponseDataOneOf2
- func (v NullableSourceControlConfigGet200ResponseDataOneOf2) IsSet() bool
- func (v NullableSourceControlConfigGet200ResponseDataOneOf2) MarshalJSON() ([]byte, error)
- func (v *NullableSourceControlConfigGet200ResponseDataOneOf2) Set(val *SourceControlConfigGet200ResponseDataOneOf2)
- func (v *NullableSourceControlConfigGet200ResponseDataOneOf2) UnmarshalJSON(src []byte) error
- func (v *NullableSourceControlConfigGet200ResponseDataOneOf2) Unset()
- type NullableSourceControlConfigGet200ResponseDataOneOf2Config
- func (v NullableSourceControlConfigGet200ResponseDataOneOf2Config) Get() *SourceControlConfigGet200ResponseDataOneOf2Config
- func (v NullableSourceControlConfigGet200ResponseDataOneOf2Config) IsSet() bool
- func (v NullableSourceControlConfigGet200ResponseDataOneOf2Config) MarshalJSON() ([]byte, error)
- func (v *NullableSourceControlConfigGet200ResponseDataOneOf2Config) Set(val *SourceControlConfigGet200ResponseDataOneOf2Config)
- func (v *NullableSourceControlConfigGet200ResponseDataOneOf2Config) UnmarshalJSON(src []byte) error
- func (v *NullableSourceControlConfigGet200ResponseDataOneOf2Config) Unset()
- type NullableSourceControlConfigGet200ResponseDataOneOf3
- func (v NullableSourceControlConfigGet200ResponseDataOneOf3) Get() *SourceControlConfigGet200ResponseDataOneOf3
- func (v NullableSourceControlConfigGet200ResponseDataOneOf3) IsSet() bool
- func (v NullableSourceControlConfigGet200ResponseDataOneOf3) MarshalJSON() ([]byte, error)
- func (v *NullableSourceControlConfigGet200ResponseDataOneOf3) Set(val *SourceControlConfigGet200ResponseDataOneOf3)
- func (v *NullableSourceControlConfigGet200ResponseDataOneOf3) UnmarshalJSON(src []byte) error
- func (v *NullableSourceControlConfigGet200ResponseDataOneOf3) Unset()
- type NullableSourceControlConfigGet200ResponseDataOneOf3Config
- func (v NullableSourceControlConfigGet200ResponseDataOneOf3Config) Get() *SourceControlConfigGet200ResponseDataOneOf3Config
- func (v NullableSourceControlConfigGet200ResponseDataOneOf3Config) IsSet() bool
- func (v NullableSourceControlConfigGet200ResponseDataOneOf3Config) MarshalJSON() ([]byte, error)
- func (v *NullableSourceControlConfigGet200ResponseDataOneOf3Config) Set(val *SourceControlConfigGet200ResponseDataOneOf3Config)
- func (v *NullableSourceControlConfigGet200ResponseDataOneOf3Config) UnmarshalJSON(src []byte) error
- func (v *NullableSourceControlConfigGet200ResponseDataOneOf3Config) Unset()
- type NullableSourceControlConfigGet200ResponseDataOneOf4
- func (v NullableSourceControlConfigGet200ResponseDataOneOf4) Get() *SourceControlConfigGet200ResponseDataOneOf4
- func (v NullableSourceControlConfigGet200ResponseDataOneOf4) IsSet() bool
- func (v NullableSourceControlConfigGet200ResponseDataOneOf4) MarshalJSON() ([]byte, error)
- func (v *NullableSourceControlConfigGet200ResponseDataOneOf4) Set(val *SourceControlConfigGet200ResponseDataOneOf4)
- func (v *NullableSourceControlConfigGet200ResponseDataOneOf4) UnmarshalJSON(src []byte) error
- func (v *NullableSourceControlConfigGet200ResponseDataOneOf4) Unset()
- type NullableSourceControlConfigGet200ResponseDataOneOf4Config
- func (v NullableSourceControlConfigGet200ResponseDataOneOf4Config) Get() *SourceControlConfigGet200ResponseDataOneOf4Config
- func (v NullableSourceControlConfigGet200ResponseDataOneOf4Config) IsSet() bool
- func (v NullableSourceControlConfigGet200ResponseDataOneOf4Config) MarshalJSON() ([]byte, error)
- func (v *NullableSourceControlConfigGet200ResponseDataOneOf4Config) Set(val *SourceControlConfigGet200ResponseDataOneOf4Config)
- func (v *NullableSourceControlConfigGet200ResponseDataOneOf4Config) UnmarshalJSON(src []byte) error
- func (v *NullableSourceControlConfigGet200ResponseDataOneOf4Config) Unset()
- type NullableSourceControlConfigGet200ResponseDataOneOfConfig
- func (v NullableSourceControlConfigGet200ResponseDataOneOfConfig) Get() *SourceControlConfigGet200ResponseDataOneOfConfig
- func (v NullableSourceControlConfigGet200ResponseDataOneOfConfig) IsSet() bool
- func (v NullableSourceControlConfigGet200ResponseDataOneOfConfig) MarshalJSON() ([]byte, error)
- func (v *NullableSourceControlConfigGet200ResponseDataOneOfConfig) Set(val *SourceControlConfigGet200ResponseDataOneOfConfig)
- func (v *NullableSourceControlConfigGet200ResponseDataOneOfConfig) UnmarshalJSON(src []byte) error
- func (v *NullableSourceControlConfigGet200ResponseDataOneOfConfig) Unset()
- type NullableSourceControlConfigGet200ResponseDataOneOfConfigOneOf
- func (v NullableSourceControlConfigGet200ResponseDataOneOfConfigOneOf) Get() *SourceControlConfigGet200ResponseDataOneOfConfigOneOf
- func (v NullableSourceControlConfigGet200ResponseDataOneOfConfigOneOf) IsSet() bool
- func (v NullableSourceControlConfigGet200ResponseDataOneOfConfigOneOf) MarshalJSON() ([]byte, error)
- func (v *NullableSourceControlConfigGet200ResponseDataOneOfConfigOneOf) Set(val *SourceControlConfigGet200ResponseDataOneOfConfigOneOf)
- func (v *NullableSourceControlConfigGet200ResponseDataOneOfConfigOneOf) UnmarshalJSON(src []byte) error
- func (v *NullableSourceControlConfigGet200ResponseDataOneOfConfigOneOf) Unset()
- type NullableSourceControlConfigGet200ResponseDataOneOfConfigOneOf1
- func (v NullableSourceControlConfigGet200ResponseDataOneOfConfigOneOf1) Get() *SourceControlConfigGet200ResponseDataOneOfConfigOneOf1
- func (v NullableSourceControlConfigGet200ResponseDataOneOfConfigOneOf1) IsSet() bool
- func (v NullableSourceControlConfigGet200ResponseDataOneOfConfigOneOf1) MarshalJSON() ([]byte, error)
- func (v *NullableSourceControlConfigGet200ResponseDataOneOfConfigOneOf1) Set(val *SourceControlConfigGet200ResponseDataOneOfConfigOneOf1)
- func (v *NullableSourceControlConfigGet200ResponseDataOneOfConfigOneOf1) UnmarshalJSON(src []byte) error
- func (v *NullableSourceControlConfigGet200ResponseDataOneOfConfigOneOf1) Unset()
- type NullableSourceControlConfigPost200Response
- func (v NullableSourceControlConfigPost200Response) Get() *SourceControlConfigPost200Response
- func (v NullableSourceControlConfigPost200Response) IsSet() bool
- func (v NullableSourceControlConfigPost200Response) MarshalJSON() ([]byte, error)
- func (v *NullableSourceControlConfigPost200Response) Set(val *SourceControlConfigPost200Response)
- func (v *NullableSourceControlConfigPost200Response) UnmarshalJSON(src []byte) error
- func (v *NullableSourceControlConfigPost200Response) Unset()
- type NullableSourceControlConfigPost200ResponseData
- func (v NullableSourceControlConfigPost200ResponseData) Get() *SourceControlConfigPost200ResponseData
- func (v NullableSourceControlConfigPost200ResponseData) IsSet() bool
- func (v NullableSourceControlConfigPost200ResponseData) MarshalJSON() ([]byte, error)
- func (v *NullableSourceControlConfigPost200ResponseData) Set(val *SourceControlConfigPost200ResponseData)
- func (v *NullableSourceControlConfigPost200ResponseData) UnmarshalJSON(src []byte) error
- func (v *NullableSourceControlConfigPost200ResponseData) Unset()
- type NullableSourceControlConfigPut200Response
- func (v NullableSourceControlConfigPut200Response) Get() *SourceControlConfigPut200Response
- func (v NullableSourceControlConfigPut200Response) IsSet() bool
- func (v NullableSourceControlConfigPut200Response) MarshalJSON() ([]byte, error)
- func (v *NullableSourceControlConfigPut200Response) Set(val *SourceControlConfigPut200Response)
- func (v *NullableSourceControlConfigPut200Response) UnmarshalJSON(src []byte) error
- func (v *NullableSourceControlConfigPut200Response) Unset()
- type NullableSourceControlConfigPut200ResponseData
- func (v NullableSourceControlConfigPut200ResponseData) Get() *SourceControlConfigPut200ResponseData
- func (v NullableSourceControlConfigPut200ResponseData) IsSet() bool
- func (v NullableSourceControlConfigPut200ResponseData) MarshalJSON() ([]byte, error)
- func (v *NullableSourceControlConfigPut200ResponseData) Set(val *SourceControlConfigPut200ResponseData)
- func (v *NullableSourceControlConfigPut200ResponseData) UnmarshalJSON(src []byte) error
- func (v *NullableSourceControlConfigPut200ResponseData) Unset()
- type NullableSourceControlConfigPutRequest
- func (v NullableSourceControlConfigPutRequest) Get() *SourceControlConfigPutRequest
- func (v NullableSourceControlConfigPutRequest) IsSet() bool
- func (v NullableSourceControlConfigPutRequest) MarshalJSON() ([]byte, error)
- func (v *NullableSourceControlConfigPutRequest) Set(val *SourceControlConfigPutRequest)
- func (v *NullableSourceControlConfigPutRequest) UnmarshalJSON(src []byte) error
- func (v *NullableSourceControlConfigPutRequest) Unset()
- type NullableSourceControlConfigPutRequestConfig
- func (v NullableSourceControlConfigPutRequestConfig) Get() *SourceControlConfigPutRequestConfig
- func (v NullableSourceControlConfigPutRequestConfig) IsSet() bool
- func (v NullableSourceControlConfigPutRequestConfig) MarshalJSON() ([]byte, error)
- func (v *NullableSourceControlConfigPutRequestConfig) Set(val *SourceControlConfigPutRequestConfig)
- func (v *NullableSourceControlConfigPutRequestConfig) UnmarshalJSON(src []byte) error
- func (v *NullableSourceControlConfigPutRequestConfig) Unset()
- type NullableSourceControlConfigPutRequestConfigOneOf
- func (v NullableSourceControlConfigPutRequestConfigOneOf) Get() *SourceControlConfigPutRequestConfigOneOf
- func (v NullableSourceControlConfigPutRequestConfigOneOf) IsSet() bool
- func (v NullableSourceControlConfigPutRequestConfigOneOf) MarshalJSON() ([]byte, error)
- func (v *NullableSourceControlConfigPutRequestConfigOneOf) Set(val *SourceControlConfigPutRequestConfigOneOf)
- func (v *NullableSourceControlConfigPutRequestConfigOneOf) UnmarshalJSON(src []byte) error
- func (v *NullableSourceControlConfigPutRequestConfigOneOf) Unset()
- type NullableSourceControlConfigPutRequestConfigOneOfConfig
- func (v NullableSourceControlConfigPutRequestConfigOneOfConfig) Get() *SourceControlConfigPutRequestConfigOneOfConfig
- func (v NullableSourceControlConfigPutRequestConfigOneOfConfig) IsSet() bool
- func (v NullableSourceControlConfigPutRequestConfigOneOfConfig) MarshalJSON() ([]byte, error)
- func (v *NullableSourceControlConfigPutRequestConfigOneOfConfig) Set(val *SourceControlConfigPutRequestConfigOneOfConfig)
- func (v *NullableSourceControlConfigPutRequestConfigOneOfConfig) UnmarshalJSON(src []byte) error
- func (v *NullableSourceControlConfigPutRequestConfigOneOfConfig) Unset()
- type NullableSourceControlConfiguration
- func (v NullableSourceControlConfiguration) Get() *SourceControlConfiguration
- func (v NullableSourceControlConfiguration) IsSet() bool
- func (v NullableSourceControlConfiguration) MarshalJSON() ([]byte, error)
- func (v *NullableSourceControlConfiguration) Set(val *SourceControlConfiguration)
- func (v *NullableSourceControlConfiguration) UnmarshalJSON(src []byte) error
- func (v *NullableSourceControlConfiguration) Unset()
- type NullableSourceControlConfigurationAnyOf
- func (v NullableSourceControlConfigurationAnyOf) Get() *SourceControlConfigurationAnyOf
- func (v NullableSourceControlConfigurationAnyOf) IsSet() bool
- func (v NullableSourceControlConfigurationAnyOf) MarshalJSON() ([]byte, error)
- func (v *NullableSourceControlConfigurationAnyOf) Set(val *SourceControlConfigurationAnyOf)
- func (v *NullableSourceControlConfigurationAnyOf) UnmarshalJSON(src []byte) error
- func (v *NullableSourceControlConfigurationAnyOf) Unset()
- type NullableSourceControlConfigurationAnyOfConfig
- func (v NullableSourceControlConfigurationAnyOfConfig) Get() *SourceControlConfigurationAnyOfConfig
- func (v NullableSourceControlConfigurationAnyOfConfig) IsSet() bool
- func (v NullableSourceControlConfigurationAnyOfConfig) MarshalJSON() ([]byte, error)
- func (v *NullableSourceControlConfigurationAnyOfConfig) Set(val *SourceControlConfigurationAnyOfConfig)
- func (v *NullableSourceControlConfigurationAnyOfConfig) UnmarshalJSON(src []byte) error
- func (v *NullableSourceControlConfigurationAnyOfConfig) Unset()
- type NullableSourceControlDeployPost200Response
- func (v NullableSourceControlDeployPost200Response) Get() *SourceControlDeployPost200Response
- func (v NullableSourceControlDeployPost200Response) IsSet() bool
- func (v NullableSourceControlDeployPost200Response) MarshalJSON() ([]byte, error)
- func (v *NullableSourceControlDeployPost200Response) Set(val *SourceControlDeployPost200Response)
- func (v *NullableSourceControlDeployPost200Response) UnmarshalJSON(src []byte) error
- func (v *NullableSourceControlDeployPost200Response) Unset()
- type NullableSourceControlDeployPost200ResponseData
- func (v NullableSourceControlDeployPost200ResponseData) Get() *SourceControlDeployPost200ResponseData
- func (v NullableSourceControlDeployPost200ResponseData) IsSet() bool
- func (v NullableSourceControlDeployPost200ResponseData) MarshalJSON() ([]byte, error)
- func (v *NullableSourceControlDeployPost200ResponseData) Set(val *SourceControlDeployPost200ResponseData)
- func (v *NullableSourceControlDeployPost200ResponseData) UnmarshalJSON(src []byte) error
- func (v *NullableSourceControlDeployPost200ResponseData) Unset()
- type NullableSourceControlManifestsGet200Response
- func (v NullableSourceControlManifestsGet200Response) Get() *SourceControlManifestsGet200Response
- func (v NullableSourceControlManifestsGet200Response) IsSet() bool
- func (v NullableSourceControlManifestsGet200Response) MarshalJSON() ([]byte, error)
- func (v *NullableSourceControlManifestsGet200Response) Set(val *SourceControlManifestsGet200Response)
- func (v *NullableSourceControlManifestsGet200Response) UnmarshalJSON(src []byte) error
- func (v *NullableSourceControlManifestsGet200Response) Unset()
- type NullableSourceControlManifestsGet200ResponseData
- func (v NullableSourceControlManifestsGet200ResponseData) Get() *SourceControlManifestsGet200ResponseData
- func (v NullableSourceControlManifestsGet200ResponseData) IsSet() bool
- func (v NullableSourceControlManifestsGet200ResponseData) MarshalJSON() ([]byte, error)
- func (v *NullableSourceControlManifestsGet200ResponseData) Set(val *SourceControlManifestsGet200ResponseData)
- func (v *NullableSourceControlManifestsGet200ResponseData) UnmarshalJSON(src []byte) error
- func (v *NullableSourceControlManifestsGet200ResponseData) Unset()
- type NullableSourceControlManifestsGet200ResponseDataManifestsInner
- func (v NullableSourceControlManifestsGet200ResponseDataManifestsInner) Get() *SourceControlManifestsGet200ResponseDataManifestsInner
- func (v NullableSourceControlManifestsGet200ResponseDataManifestsInner) IsSet() bool
- func (v NullableSourceControlManifestsGet200ResponseDataManifestsInner) MarshalJSON() ([]byte, error)
- func (v *NullableSourceControlManifestsGet200ResponseDataManifestsInner) Set(val *SourceControlManifestsGet200ResponseDataManifestsInner)
- func (v *NullableSourceControlManifestsGet200ResponseDataManifestsInner) UnmarshalJSON(src []byte) error
- func (v *NullableSourceControlManifestsGet200ResponseDataManifestsInner) Unset()
- type NullableSourceControlManifestsGet200ResponseDataManifestsInnerAppsInner
- func (v NullableSourceControlManifestsGet200ResponseDataManifestsInnerAppsInner) Get() *SourceControlManifestsGet200ResponseDataManifestsInnerAppsInner
- func (v NullableSourceControlManifestsGet200ResponseDataManifestsInnerAppsInner) IsSet() bool
- func (v NullableSourceControlManifestsGet200ResponseDataManifestsInnerAppsInner) MarshalJSON() ([]byte, error)
- func (v *NullableSourceControlManifestsGet200ResponseDataManifestsInnerAppsInner) Set(val *SourceControlManifestsGet200ResponseDataManifestsInnerAppsInner)
- func (v *NullableSourceControlManifestsGet200ResponseDataManifestsInnerAppsInner) UnmarshalJSON(src []byte) error
- func (v *NullableSourceControlManifestsGet200ResponseDataManifestsInnerAppsInner) Unset()
- type NullableSourceControlManifestsGet200ResponseDataManifestsInnerAppsInnerRelease
- func (v NullableSourceControlManifestsGet200ResponseDataManifestsInnerAppsInnerRelease) Get() *SourceControlManifestsGet200ResponseDataManifestsInnerAppsInnerRelease
- func (v NullableSourceControlManifestsGet200ResponseDataManifestsInnerAppsInnerRelease) IsSet() bool
- func (v NullableSourceControlManifestsGet200ResponseDataManifestsInnerAppsInnerRelease) MarshalJSON() ([]byte, error)
- func (v *NullableSourceControlManifestsGet200ResponseDataManifestsInnerAppsInnerRelease) Set(val *SourceControlManifestsGet200ResponseDataManifestsInnerAppsInnerRelease)
- func (v *NullableSourceControlManifestsGet200ResponseDataManifestsInnerAppsInnerRelease) UnmarshalJSON(src []byte) error
- func (v *NullableSourceControlManifestsGet200ResponseDataManifestsInnerAppsInnerRelease) Unset()
- type NullableSourceControlManifestsManifestNameAppsAppUuidPutRequest
- func (v NullableSourceControlManifestsManifestNameAppsAppUuidPutRequest) Get() *SourceControlManifestsManifestNameAppsAppUuidPutRequest
- func (v NullableSourceControlManifestsManifestNameAppsAppUuidPutRequest) IsSet() bool
- func (v NullableSourceControlManifestsManifestNameAppsAppUuidPutRequest) MarshalJSON() ([]byte, error)
- func (v *NullableSourceControlManifestsManifestNameAppsAppUuidPutRequest) Set(val *SourceControlManifestsManifestNameAppsAppUuidPutRequest)
- func (v *NullableSourceControlManifestsManifestNameAppsAppUuidPutRequest) UnmarshalJSON(src []byte) error
- func (v *NullableSourceControlManifestsManifestNameAppsAppUuidPutRequest) Unset()
- type NullableSourceControlManifestsManifestNameAppsAppUuidPutRequestRelease
- func (v NullableSourceControlManifestsManifestNameAppsAppUuidPutRequestRelease) Get() *SourceControlManifestsManifestNameAppsAppUuidPutRequestRelease
- func (v NullableSourceControlManifestsManifestNameAppsAppUuidPutRequestRelease) IsSet() bool
- func (v NullableSourceControlManifestsManifestNameAppsAppUuidPutRequestRelease) MarshalJSON() ([]byte, error)
- func (v *NullableSourceControlManifestsManifestNameAppsAppUuidPutRequestRelease) Set(val *SourceControlManifestsManifestNameAppsAppUuidPutRequestRelease)
- func (v *NullableSourceControlManifestsManifestNameAppsAppUuidPutRequestRelease) UnmarshalJSON(src []byte) error
- func (v *NullableSourceControlManifestsManifestNameAppsAppUuidPutRequestRelease) Unset()
- type NullableSourceControlManifestsManifestNameDeletePostRequest
- func (v NullableSourceControlManifestsManifestNameDeletePostRequest) Get() *SourceControlManifestsManifestNameDeletePostRequest
- func (v NullableSourceControlManifestsManifestNameDeletePostRequest) IsSet() bool
- func (v NullableSourceControlManifestsManifestNameDeletePostRequest) MarshalJSON() ([]byte, error)
- func (v *NullableSourceControlManifestsManifestNameDeletePostRequest) Set(val *SourceControlManifestsManifestNameDeletePostRequest)
- func (v *NullableSourceControlManifestsManifestNameDeletePostRequest) UnmarshalJSON(src []byte) error
- func (v *NullableSourceControlManifestsManifestNameDeletePostRequest) Unset()
- type NullableSourceControlManifestsManifestNameGet200Response
- func (v NullableSourceControlManifestsManifestNameGet200Response) Get() *SourceControlManifestsManifestNameGet200Response
- func (v NullableSourceControlManifestsManifestNameGet200Response) IsSet() bool
- func (v NullableSourceControlManifestsManifestNameGet200Response) MarshalJSON() ([]byte, error)
- func (v *NullableSourceControlManifestsManifestNameGet200Response) Set(val *SourceControlManifestsManifestNameGet200Response)
- func (v *NullableSourceControlManifestsManifestNameGet200Response) UnmarshalJSON(src []byte) error
- func (v *NullableSourceControlManifestsManifestNameGet200Response) Unset()
- type NullableSourceControlManifestsManifestNameGet200ResponseData
- func (v NullableSourceControlManifestsManifestNameGet200ResponseData) Get() *SourceControlManifestsManifestNameGet200ResponseData
- func (v NullableSourceControlManifestsManifestNameGet200ResponseData) IsSet() bool
- func (v NullableSourceControlManifestsManifestNameGet200ResponseData) MarshalJSON() ([]byte, error)
- func (v *NullableSourceControlManifestsManifestNameGet200ResponseData) Set(val *SourceControlManifestsManifestNameGet200ResponseData)
- func (v *NullableSourceControlManifestsManifestNameGet200ResponseData) UnmarshalJSON(src []byte) error
- func (v *NullableSourceControlManifestsManifestNameGet200ResponseData) Unset()
- type NullableSourceControlManifestsManifestNameGet200ResponseDataManifest
- func (v NullableSourceControlManifestsManifestNameGet200ResponseDataManifest) Get() *SourceControlManifestsManifestNameGet200ResponseDataManifest
- func (v NullableSourceControlManifestsManifestNameGet200ResponseDataManifest) IsSet() bool
- func (v NullableSourceControlManifestsManifestNameGet200ResponseDataManifest) MarshalJSON() ([]byte, error)
- func (v *NullableSourceControlManifestsManifestNameGet200ResponseDataManifest) Set(val *SourceControlManifestsManifestNameGet200ResponseDataManifest)
- func (v *NullableSourceControlManifestsManifestNameGet200ResponseDataManifest) UnmarshalJSON(src []byte) error
- func (v *NullableSourceControlManifestsManifestNameGet200ResponseDataManifest) Unset()
- type NullableSourceControlManifestsManifestNamePut200Response
- func (v NullableSourceControlManifestsManifestNamePut200Response) Get() *SourceControlManifestsManifestNamePut200Response
- func (v NullableSourceControlManifestsManifestNamePut200Response) IsSet() bool
- func (v NullableSourceControlManifestsManifestNamePut200Response) MarshalJSON() ([]byte, error)
- func (v *NullableSourceControlManifestsManifestNamePut200Response) Set(val *SourceControlManifestsManifestNamePut200Response)
- func (v *NullableSourceControlManifestsManifestNamePut200Response) UnmarshalJSON(src []byte) error
- func (v *NullableSourceControlManifestsManifestNamePut200Response) Unset()
- type NullableSourceControlManifestsManifestNamePut200ResponseData
- func (v NullableSourceControlManifestsManifestNamePut200ResponseData) Get() *SourceControlManifestsManifestNamePut200ResponseData
- func (v NullableSourceControlManifestsManifestNamePut200ResponseData) IsSet() bool
- func (v NullableSourceControlManifestsManifestNamePut200ResponseData) MarshalJSON() ([]byte, error)
- func (v *NullableSourceControlManifestsManifestNamePut200ResponseData) Set(val *SourceControlManifestsManifestNamePut200ResponseData)
- func (v *NullableSourceControlManifestsManifestNamePut200ResponseData) UnmarshalJSON(src []byte) error
- func (v *NullableSourceControlManifestsManifestNamePut200ResponseData) Unset()
- type NullableSourceControlManifestsManifestNamePutRequest
- func (v NullableSourceControlManifestsManifestNamePutRequest) Get() *SourceControlManifestsManifestNamePutRequest
- func (v NullableSourceControlManifestsManifestNamePutRequest) IsSet() bool
- func (v NullableSourceControlManifestsManifestNamePutRequest) MarshalJSON() ([]byte, error)
- func (v *NullableSourceControlManifestsManifestNamePutRequest) Set(val *SourceControlManifestsManifestNamePutRequest)
- func (v *NullableSourceControlManifestsManifestNamePutRequest) UnmarshalJSON(src []byte) error
- func (v *NullableSourceControlManifestsManifestNamePutRequest) Unset()
- type NullableSourceControlManifestsManifestNamePutRequestManifest
- func (v NullableSourceControlManifestsManifestNamePutRequestManifest) Get() *SourceControlManifestsManifestNamePutRequestManifest
- func (v NullableSourceControlManifestsManifestNamePutRequestManifest) IsSet() bool
- func (v NullableSourceControlManifestsManifestNamePutRequestManifest) MarshalJSON() ([]byte, error)
- func (v *NullableSourceControlManifestsManifestNamePutRequestManifest) Set(val *SourceControlManifestsManifestNamePutRequestManifest)
- func (v *NullableSourceControlManifestsManifestNamePutRequestManifest) UnmarshalJSON(src []byte) error
- func (v *NullableSourceControlManifestsManifestNamePutRequestManifest) Unset()
- type NullableSourceControlReleasesAppsAppUuidGet200Response
- func (v NullableSourceControlReleasesAppsAppUuidGet200Response) Get() *SourceControlReleasesAppsAppUuidGet200Response
- func (v NullableSourceControlReleasesAppsAppUuidGet200Response) IsSet() bool
- func (v NullableSourceControlReleasesAppsAppUuidGet200Response) MarshalJSON() ([]byte, error)
- func (v *NullableSourceControlReleasesAppsAppUuidGet200Response) Set(val *SourceControlReleasesAppsAppUuidGet200Response)
- func (v *NullableSourceControlReleasesAppsAppUuidGet200Response) UnmarshalJSON(src []byte) error
- func (v *NullableSourceControlReleasesAppsAppUuidGet200Response) Unset()
- type NullableSourceControlReleasesAppsAppUuidGet200ResponseDataInner
- func (v NullableSourceControlReleasesAppsAppUuidGet200ResponseDataInner) Get() *SourceControlReleasesAppsAppUuidGet200ResponseDataInner
- func (v NullableSourceControlReleasesAppsAppUuidGet200ResponseDataInner) IsSet() bool
- func (v NullableSourceControlReleasesAppsAppUuidGet200ResponseDataInner) MarshalJSON() ([]byte, error)
- func (v *NullableSourceControlReleasesAppsAppUuidGet200ResponseDataInner) Set(val *SourceControlReleasesAppsAppUuidGet200ResponseDataInner)
- func (v *NullableSourceControlReleasesAppsAppUuidGet200ResponseDataInner) UnmarshalJSON(src []byte) error
- func (v *NullableSourceControlReleasesAppsAppUuidGet200ResponseDataInner) Unset()
- type NullableSourceControlReleasesAppsAppUuidPostRequest
- func (v NullableSourceControlReleasesAppsAppUuidPostRequest) Get() *SourceControlReleasesAppsAppUuidPostRequest
- func (v NullableSourceControlReleasesAppsAppUuidPostRequest) IsSet() bool
- func (v NullableSourceControlReleasesAppsAppUuidPostRequest) MarshalJSON() ([]byte, error)
- func (v *NullableSourceControlReleasesAppsAppUuidPostRequest) Set(val *SourceControlReleasesAppsAppUuidPostRequest)
- func (v *NullableSourceControlReleasesAppsAppUuidPostRequest) UnmarshalJSON(src []byte) error
- func (v *NullableSourceControlReleasesAppsAppUuidPostRequest) Unset()
- type NullableSourceControlSettings
- func (v NullableSourceControlSettings) Get() *SourceControlSettings
- func (v NullableSourceControlSettings) IsSet() bool
- func (v NullableSourceControlSettings) MarshalJSON() ([]byte, error)
- func (v *NullableSourceControlSettings) Set(val *SourceControlSettings)
- func (v *NullableSourceControlSettings) UnmarshalJSON(src []byte) error
- func (v *NullableSourceControlSettings) Unset()
- type NullableSourceControlSettingsGet200Response
- func (v NullableSourceControlSettingsGet200Response) Get() *SourceControlSettingsGet200Response
- func (v NullableSourceControlSettingsGet200Response) IsSet() bool
- func (v NullableSourceControlSettingsGet200Response) MarshalJSON() ([]byte, error)
- func (v *NullableSourceControlSettingsGet200Response) Set(val *SourceControlSettingsGet200Response)
- func (v *NullableSourceControlSettingsGet200Response) UnmarshalJSON(src []byte) error
- func (v *NullableSourceControlSettingsGet200Response) Unset()
- type NullableSourceControlSettingsGet200ResponseData
- func (v NullableSourceControlSettingsGet200ResponseData) Get() *SourceControlSettingsGet200ResponseData
- func (v NullableSourceControlSettingsGet200ResponseData) IsSet() bool
- func (v NullableSourceControlSettingsGet200ResponseData) MarshalJSON() ([]byte, error)
- func (v *NullableSourceControlSettingsGet200ResponseData) Set(val *SourceControlSettingsGet200ResponseData)
- func (v *NullableSourceControlSettingsGet200ResponseData) UnmarshalJSON(src []byte) error
- func (v *NullableSourceControlSettingsGet200ResponseData) Unset()
- type NullableSourceControlSettingsPut200Response
- func (v NullableSourceControlSettingsPut200Response) Get() *SourceControlSettingsPut200Response
- func (v NullableSourceControlSettingsPut200Response) IsSet() bool
- func (v NullableSourceControlSettingsPut200Response) MarshalJSON() ([]byte, error)
- func (v *NullableSourceControlSettingsPut200Response) Set(val *SourceControlSettingsPut200Response)
- func (v *NullableSourceControlSettingsPut200Response) UnmarshalJSON(src []byte) error
- func (v *NullableSourceControlSettingsPut200Response) Unset()
- type NullableSourceControlSettingsPut200ResponseData
- func (v NullableSourceControlSettingsPut200ResponseData) Get() *SourceControlSettingsPut200ResponseData
- func (v NullableSourceControlSettingsPut200ResponseData) IsSet() bool
- func (v NullableSourceControlSettingsPut200ResponseData) MarshalJSON() ([]byte, error)
- func (v *NullableSourceControlSettingsPut200ResponseData) Set(val *SourceControlSettingsPut200ResponseData)
- func (v *NullableSourceControlSettingsPut200ResponseData) UnmarshalJSON(src []byte) error
- func (v *NullableSourceControlSettingsPut200ResponseData) Unset()
- type NullableSourceControlSettingsPutRequest
- func (v NullableSourceControlSettingsPutRequest) Get() *SourceControlSettingsPutRequest
- func (v NullableSourceControlSettingsPutRequest) IsSet() bool
- func (v NullableSourceControlSettingsPutRequest) MarshalJSON() ([]byte, error)
- func (v *NullableSourceControlSettingsPutRequest) Set(val *SourceControlSettingsPutRequest)
- func (v *NullableSourceControlSettingsPutRequest) UnmarshalJSON(src []byte) error
- func (v *NullableSourceControlSettingsPutRequest) Unset()
- type NullableSourceControlSettingsPutRequestSettings
- func (v NullableSourceControlSettingsPutRequestSettings) Get() *SourceControlSettingsPutRequestSettings
- func (v NullableSourceControlSettingsPutRequestSettings) IsSet() bool
- func (v NullableSourceControlSettingsPutRequestSettings) MarshalJSON() ([]byte, error)
- func (v *NullableSourceControlSettingsPutRequestSettings) Set(val *SourceControlSettingsPutRequestSettings)
- func (v *NullableSourceControlSettingsPutRequestSettings) UnmarshalJSON(src []byte) error
- func (v *NullableSourceControlSettingsPutRequestSettings) Unset()
- type NullableSourceControlTestConnectionGet200Response
- func (v NullableSourceControlTestConnectionGet200Response) Get() *SourceControlTestConnectionGet200Response
- func (v NullableSourceControlTestConnectionGet200Response) IsSet() bool
- func (v NullableSourceControlTestConnectionGet200Response) MarshalJSON() ([]byte, error)
- func (v *NullableSourceControlTestConnectionGet200Response) Set(val *SourceControlTestConnectionGet200Response)
- func (v *NullableSourceControlTestConnectionGet200Response) UnmarshalJSON(src []byte) error
- func (v *NullableSourceControlTestConnectionGet200Response) Unset()
- type NullableSourceControlTestConnectionGet200ResponseData
- func (v NullableSourceControlTestConnectionGet200ResponseData) Get() *SourceControlTestConnectionGet200ResponseData
- func (v NullableSourceControlTestConnectionGet200ResponseData) IsSet() bool
- func (v NullableSourceControlTestConnectionGet200ResponseData) MarshalJSON() ([]byte, error)
- func (v *NullableSourceControlTestConnectionGet200ResponseData) Set(val *SourceControlTestConnectionGet200ResponseData)
- func (v *NullableSourceControlTestConnectionGet200ResponseData) UnmarshalJSON(src []byte) error
- func (v *NullableSourceControlTestConnectionGet200ResponseData) Unset()
- type NullableSourceControlTestConnectionGet200ResponseDataAnyOf
- func (v NullableSourceControlTestConnectionGet200ResponseDataAnyOf) Get() *SourceControlTestConnectionGet200ResponseDataAnyOf
- func (v NullableSourceControlTestConnectionGet200ResponseDataAnyOf) IsSet() bool
- func (v NullableSourceControlTestConnectionGet200ResponseDataAnyOf) MarshalJSON() ([]byte, error)
- func (v *NullableSourceControlTestConnectionGet200ResponseDataAnyOf) Set(val *SourceControlTestConnectionGet200ResponseDataAnyOf)
- func (v *NullableSourceControlTestConnectionGet200ResponseDataAnyOf) UnmarshalJSON(src []byte) error
- func (v *NullableSourceControlTestConnectionGet200ResponseDataAnyOf) Unset()
- type NullableSourceControlTestConnectionGet200ResponseDataAnyOf1
- func (v NullableSourceControlTestConnectionGet200ResponseDataAnyOf1) Get() *SourceControlTestConnectionGet200ResponseDataAnyOf1
- func (v NullableSourceControlTestConnectionGet200ResponseDataAnyOf1) IsSet() bool
- func (v NullableSourceControlTestConnectionGet200ResponseDataAnyOf1) MarshalJSON() ([]byte, error)
- func (v *NullableSourceControlTestConnectionGet200ResponseDataAnyOf1) Set(val *SourceControlTestConnectionGet200ResponseDataAnyOf1)
- func (v *NullableSourceControlTestConnectionGet200ResponseDataAnyOf1) UnmarshalJSON(src []byte) error
- func (v *NullableSourceControlTestConnectionGet200ResponseDataAnyOf1) Unset()
- type NullableSourceControlTestDeployPost200Response
- func (v NullableSourceControlTestDeployPost200Response) Get() *SourceControlTestDeployPost200Response
- func (v NullableSourceControlTestDeployPost200Response) IsSet() bool
- func (v NullableSourceControlTestDeployPost200Response) MarshalJSON() ([]byte, error)
- func (v *NullableSourceControlTestDeployPost200Response) Set(val *SourceControlTestDeployPost200Response)
- func (v *NullableSourceControlTestDeployPost200Response) UnmarshalJSON(src []byte) error
- func (v *NullableSourceControlTestDeployPost200Response) Unset()
- type NullableSourceControlTestDeployPost200ResponseData
- func (v NullableSourceControlTestDeployPost200ResponseData) Get() *SourceControlTestDeployPost200ResponseData
- func (v NullableSourceControlTestDeployPost200ResponseData) IsSet() bool
- func (v NullableSourceControlTestDeployPost200ResponseData) MarshalJSON() ([]byte, error)
- func (v *NullableSourceControlTestDeployPost200ResponseData) Set(val *SourceControlTestDeployPost200ResponseData)
- func (v *NullableSourceControlTestDeployPost200ResponseData) UnmarshalJSON(src []byte) error
- func (v *NullableSourceControlTestDeployPost200ResponseData) Unset()
- type NullableSourceControlTestDeployPost200ResponseDataAnyOf
- func (v NullableSourceControlTestDeployPost200ResponseDataAnyOf) Get() *SourceControlTestDeployPost200ResponseDataAnyOf
- func (v NullableSourceControlTestDeployPost200ResponseDataAnyOf) IsSet() bool
- func (v NullableSourceControlTestDeployPost200ResponseDataAnyOf) MarshalJSON() ([]byte, error)
- func (v *NullableSourceControlTestDeployPost200ResponseDataAnyOf) Set(val *SourceControlTestDeployPost200ResponseDataAnyOf)
- func (v *NullableSourceControlTestDeployPost200ResponseDataAnyOf) UnmarshalJSON(src []byte) error
- func (v *NullableSourceControlTestDeployPost200ResponseDataAnyOf) Unset()
- type NullableSourceControlTestDeployPost200ResponseDataAnyOf1
- func (v NullableSourceControlTestDeployPost200ResponseDataAnyOf1) Get() *SourceControlTestDeployPost200ResponseDataAnyOf1
- func (v NullableSourceControlTestDeployPost200ResponseDataAnyOf1) IsSet() bool
- func (v NullableSourceControlTestDeployPost200ResponseDataAnyOf1) MarshalJSON() ([]byte, error)
- func (v *NullableSourceControlTestDeployPost200ResponseDataAnyOf1) Set(val *SourceControlTestDeployPost200ResponseDataAnyOf1)
- func (v *NullableSourceControlTestDeployPost200ResponseDataAnyOf1) UnmarshalJSON(src []byte) error
- func (v *NullableSourceControlTestDeployPost200ResponseDataAnyOf1) Unset()
- type NullableSourceControlTestDeployPostRequest
- func (v NullableSourceControlTestDeployPostRequest) Get() *SourceControlTestDeployPostRequest
- func (v NullableSourceControlTestDeployPostRequest) IsSet() bool
- func (v NullableSourceControlTestDeployPostRequest) MarshalJSON() ([]byte, error)
- func (v *NullableSourceControlTestDeployPostRequest) Set(val *SourceControlTestDeployPostRequest)
- func (v *NullableSourceControlTestDeployPostRequest) UnmarshalJSON(src []byte) error
- func (v *NullableSourceControlTestDeployPostRequest) Unset()
- type NullableSourceControlTestDeployPostRequestDeployParams
- func (v NullableSourceControlTestDeployPostRequestDeployParams) Get() *SourceControlTestDeployPostRequestDeployParams
- func (v NullableSourceControlTestDeployPostRequestDeployParams) IsSet() bool
- func (v NullableSourceControlTestDeployPostRequestDeployParams) MarshalJSON() ([]byte, error)
- func (v *NullableSourceControlTestDeployPostRequestDeployParams) Set(val *SourceControlTestDeployPostRequestDeployParams)
- func (v *NullableSourceControlTestDeployPostRequestDeployParams) UnmarshalJSON(src []byte) error
- func (v *NullableSourceControlTestDeployPostRequestDeployParams) Unset()
- type NullableSpace
- type NullableSpacesCopyElementsPost201Response
- func (v NullableSpacesCopyElementsPost201Response) Get() *SpacesCopyElementsPost201Response
- func (v NullableSpacesCopyElementsPost201Response) IsSet() bool
- func (v NullableSpacesCopyElementsPost201Response) MarshalJSON() ([]byte, error)
- func (v *NullableSpacesCopyElementsPost201Response) Set(val *SpacesCopyElementsPost201Response)
- func (v *NullableSpacesCopyElementsPost201Response) UnmarshalJSON(src []byte) error
- func (v *NullableSpacesCopyElementsPost201Response) Unset()
- type NullableSpacesCopyElementsPost201ResponseData
- func (v NullableSpacesCopyElementsPost201ResponseData) Get() *SpacesCopyElementsPost201ResponseData
- func (v NullableSpacesCopyElementsPost201ResponseData) IsSet() bool
- func (v NullableSpacesCopyElementsPost201ResponseData) MarshalJSON() ([]byte, error)
- func (v *NullableSpacesCopyElementsPost201ResponseData) Set(val *SpacesCopyElementsPost201ResponseData)
- func (v *NullableSpacesCopyElementsPost201ResponseData) UnmarshalJSON(src []byte) error
- func (v *NullableSpacesCopyElementsPost201ResponseData) Unset()
- type NullableSpacesCopyElementsPostRequest
- func (v NullableSpacesCopyElementsPostRequest) Get() *SpacesCopyElementsPostRequest
- func (v NullableSpacesCopyElementsPostRequest) IsSet() bool
- func (v NullableSpacesCopyElementsPostRequest) MarshalJSON() ([]byte, error)
- func (v *NullableSpacesCopyElementsPostRequest) Set(val *SpacesCopyElementsPostRequest)
- func (v *NullableSpacesCopyElementsPostRequest) UnmarshalJSON(src []byte) error
- func (v *NullableSpacesCopyElementsPostRequest) Unset()
- type NullableSpacesCopyElementsPostRequestResourceIdsInner
- func (v NullableSpacesCopyElementsPostRequestResourceIdsInner) Get() *SpacesCopyElementsPostRequestResourceIdsInner
- func (v NullableSpacesCopyElementsPostRequestResourceIdsInner) IsSet() bool
- func (v NullableSpacesCopyElementsPostRequestResourceIdsInner) MarshalJSON() ([]byte, error)
- func (v *NullableSpacesCopyElementsPostRequestResourceIdsInner) Set(val *SpacesCopyElementsPostRequestResourceIdsInner)
- func (v *NullableSpacesCopyElementsPostRequestResourceIdsInner) UnmarshalJSON(src []byte) error
- func (v *NullableSpacesCopyElementsPostRequestResourceIdsInner) Unset()
- type NullableSpacesGet200Response
- func (v NullableSpacesGet200Response) Get() *SpacesGet200Response
- func (v NullableSpacesGet200Response) IsSet() bool
- func (v NullableSpacesGet200Response) MarshalJSON() ([]byte, error)
- func (v *NullableSpacesGet200Response) Set(val *SpacesGet200Response)
- func (v *NullableSpacesGet200Response) UnmarshalJSON(src []byte) error
- func (v *NullableSpacesGet200Response) Unset()
- type NullableSpacesGet200ResponseDataInner
- func (v NullableSpacesGet200ResponseDataInner) Get() *SpacesGet200ResponseDataInner
- func (v NullableSpacesGet200ResponseDataInner) IsSet() bool
- func (v NullableSpacesGet200ResponseDataInner) MarshalJSON() ([]byte, error)
- func (v *NullableSpacesGet200ResponseDataInner) Set(val *SpacesGet200ResponseDataInner)
- func (v *NullableSpacesGet200ResponseDataInner) UnmarshalJSON(src []byte) error
- func (v *NullableSpacesGet200ResponseDataInner) Unset()
- type NullableSpacesPost200Response
- func (v NullableSpacesPost200Response) Get() *SpacesPost200Response
- func (v NullableSpacesPost200Response) IsSet() bool
- func (v NullableSpacesPost200Response) MarshalJSON() ([]byte, error)
- func (v *NullableSpacesPost200Response) Set(val *SpacesPost200Response)
- func (v *NullableSpacesPost200Response) UnmarshalJSON(src []byte) error
- func (v *NullableSpacesPost200Response) Unset()
- type NullableSpacesPost200ResponseData
- func (v NullableSpacesPost200ResponseData) Get() *SpacesPost200ResponseData
- func (v NullableSpacesPost200ResponseData) IsSet() bool
- func (v NullableSpacesPost200ResponseData) MarshalJSON() ([]byte, error)
- func (v *NullableSpacesPost200ResponseData) Set(val *SpacesPost200ResponseData)
- func (v *NullableSpacesPost200ResponseData) UnmarshalJSON(src []byte) error
- func (v *NullableSpacesPost200ResponseData) Unset()
- type NullableSpacesPostRequest
- func (v NullableSpacesPostRequest) Get() *SpacesPostRequest
- func (v NullableSpacesPostRequest) IsSet() bool
- func (v NullableSpacesPostRequest) MarshalJSON() ([]byte, error)
- func (v *NullableSpacesPostRequest) Set(val *SpacesPostRequest)
- func (v *NullableSpacesPostRequest) UnmarshalJSON(src []byte) error
- func (v *NullableSpacesPostRequest) Unset()
- type NullableSpacesPostRequestOptions
- func (v NullableSpacesPostRequestOptions) Get() *SpacesPostRequestOptions
- func (v NullableSpacesPostRequestOptions) IsSet() bool
- func (v NullableSpacesPostRequestOptions) MarshalJSON() ([]byte, error)
- func (v *NullableSpacesPostRequestOptions) Set(val *SpacesPostRequestOptions)
- func (v *NullableSpacesPostRequestOptions) UnmarshalJSON(src []byte) error
- func (v *NullableSpacesPostRequestOptions) Unset()
- type NullableSpacesSpaceIdGet200Response
- func (v NullableSpacesSpaceIdGet200Response) Get() *SpacesSpaceIdGet200Response
- func (v NullableSpacesSpaceIdGet200Response) IsSet() bool
- func (v NullableSpacesSpaceIdGet200Response) MarshalJSON() ([]byte, error)
- func (v *NullableSpacesSpaceIdGet200Response) Set(val *SpacesSpaceIdGet200Response)
- func (v *NullableSpacesSpaceIdGet200Response) UnmarshalJSON(src []byte) error
- func (v *NullableSpacesSpaceIdGet200Response) Unset()
- type NullableSpacesSpaceIdGet200ResponseData
- func (v NullableSpacesSpaceIdGet200ResponseData) Get() *SpacesSpaceIdGet200ResponseData
- func (v NullableSpacesSpaceIdGet200ResponseData) IsSet() bool
- func (v NullableSpacesSpaceIdGet200ResponseData) MarshalJSON() ([]byte, error)
- func (v *NullableSpacesSpaceIdGet200ResponseData) Set(val *SpacesSpaceIdGet200ResponseData)
- func (v *NullableSpacesSpaceIdGet200ResponseData) UnmarshalJSON(src []byte) error
- func (v *NullableSpacesSpaceIdGet200ResponseData) Unset()
- type NullableSpacesSpaceIdPut200Response
- func (v NullableSpacesSpaceIdPut200Response) Get() *SpacesSpaceIdPut200Response
- func (v NullableSpacesSpaceIdPut200Response) IsSet() bool
- func (v NullableSpacesSpaceIdPut200Response) MarshalJSON() ([]byte, error)
- func (v *NullableSpacesSpaceIdPut200Response) Set(val *SpacesSpaceIdPut200Response)
- func (v *NullableSpacesSpaceIdPut200Response) UnmarshalJSON(src []byte) error
- func (v *NullableSpacesSpaceIdPut200Response) Unset()
- type NullableSpacesSpaceIdPut200ResponseData
- func (v NullableSpacesSpaceIdPut200ResponseData) Get() *SpacesSpaceIdPut200ResponseData
- func (v NullableSpacesSpaceIdPut200ResponseData) IsSet() bool
- func (v NullableSpacesSpaceIdPut200ResponseData) MarshalJSON() ([]byte, error)
- func (v *NullableSpacesSpaceIdPut200ResponseData) Set(val *SpacesSpaceIdPut200ResponseData)
- func (v *NullableSpacesSpaceIdPut200ResponseData) UnmarshalJSON(src []byte) error
- func (v *NullableSpacesSpaceIdPut200ResponseData) Unset()
- type NullableSpacesSpaceIdPutRequest
- func (v NullableSpacesSpaceIdPutRequest) Get() *SpacesSpaceIdPutRequest
- func (v NullableSpacesSpaceIdPutRequest) IsSet() bool
- func (v NullableSpacesSpaceIdPutRequest) MarshalJSON() ([]byte, error)
- func (v *NullableSpacesSpaceIdPutRequest) Set(val *SpacesSpaceIdPutRequest)
- func (v *NullableSpacesSpaceIdPutRequest) UnmarshalJSON(src []byte) error
- func (v *NullableSpacesSpaceIdPutRequest) Unset()
- type NullableSsoConfigGet200Response
- func (v NullableSsoConfigGet200Response) Get() *SsoConfigGet200Response
- func (v NullableSsoConfigGet200Response) IsSet() bool
- func (v NullableSsoConfigGet200Response) MarshalJSON() ([]byte, error)
- func (v *NullableSsoConfigGet200Response) Set(val *SsoConfigGet200Response)
- func (v *NullableSsoConfigGet200Response) UnmarshalJSON(src []byte) error
- func (v *NullableSsoConfigGet200Response) Unset()
- type NullableSsoConfigGet200ResponseData
- func (v NullableSsoConfigGet200ResponseData) Get() *SsoConfigGet200ResponseData
- func (v NullableSsoConfigGet200ResponseData) IsSet() bool
- func (v NullableSsoConfigGet200ResponseData) MarshalJSON() ([]byte, error)
- func (v *NullableSsoConfigGet200ResponseData) Set(val *SsoConfigGet200ResponseData)
- func (v *NullableSsoConfigGet200ResponseData) UnmarshalJSON(src []byte) error
- func (v *NullableSsoConfigGet200ResponseData) Unset()
- type NullableSsoConfigPost200Response
- func (v NullableSsoConfigPost200Response) Get() *SsoConfigPost200Response
- func (v NullableSsoConfigPost200Response) IsSet() bool
- func (v NullableSsoConfigPost200Response) MarshalJSON() ([]byte, error)
- func (v *NullableSsoConfigPost200Response) Set(val *SsoConfigPost200Response)
- func (v *NullableSsoConfigPost200Response) UnmarshalJSON(src []byte) error
- func (v *NullableSsoConfigPost200Response) Unset()
- type NullableSsoConfigPost200ResponseData
- func (v NullableSsoConfigPost200ResponseData) Get() *SsoConfigPost200ResponseData
- func (v NullableSsoConfigPost200ResponseData) IsSet() bool
- func (v NullableSsoConfigPost200ResponseData) MarshalJSON() ([]byte, error)
- func (v *NullableSsoConfigPost200ResponseData) Set(val *SsoConfigPost200ResponseData)
- func (v *NullableSsoConfigPost200ResponseData) UnmarshalJSON(src []byte) error
- func (v *NullableSsoConfigPost200ResponseData) Unset()
- type NullableSsoConfigPostRequest
- func (v NullableSsoConfigPostRequest) Get() *SsoConfigPostRequest
- func (v NullableSsoConfigPostRequest) IsSet() bool
- func (v NullableSsoConfigPostRequest) MarshalJSON() ([]byte, error)
- func (v *NullableSsoConfigPostRequest) Set(val *SsoConfigPostRequest)
- func (v *NullableSsoConfigPostRequest) UnmarshalJSON(src []byte) error
- func (v *NullableSsoConfigPostRequest) Unset()
- type NullableSsoConfigPostRequestData
- func (v NullableSsoConfigPostRequestData) Get() *SsoConfigPostRequestData
- func (v NullableSsoConfigPostRequestData) IsSet() bool
- func (v NullableSsoConfigPostRequestData) MarshalJSON() ([]byte, error)
- func (v *NullableSsoConfigPostRequestData) Set(val *SsoConfigPostRequestData)
- func (v *NullableSsoConfigPostRequestData) UnmarshalJSON(src []byte) error
- func (v *NullableSsoConfigPostRequestData) Unset()
- type NullableSsoConfigPostRequestDataOneOf
- func (v NullableSsoConfigPostRequestDataOneOf) Get() *SsoConfigPostRequestDataOneOf
- func (v NullableSsoConfigPostRequestDataOneOf) IsSet() bool
- func (v NullableSsoConfigPostRequestDataOneOf) MarshalJSON() ([]byte, error)
- func (v *NullableSsoConfigPostRequestDataOneOf) Set(val *SsoConfigPostRequestDataOneOf)
- func (v *NullableSsoConfigPostRequestDataOneOf) UnmarshalJSON(src []byte) error
- func (v *NullableSsoConfigPostRequestDataOneOf) Unset()
- type NullableSsoConfigPostRequestDataOneOf1
- func (v NullableSsoConfigPostRequestDataOneOf1) Get() *SsoConfigPostRequestDataOneOf1
- func (v NullableSsoConfigPostRequestDataOneOf1) IsSet() bool
- func (v NullableSsoConfigPostRequestDataOneOf1) MarshalJSON() ([]byte, error)
- func (v *NullableSsoConfigPostRequestDataOneOf1) Set(val *SsoConfigPostRequestDataOneOf1)
- func (v *NullableSsoConfigPostRequestDataOneOf1) UnmarshalJSON(src []byte) error
- func (v *NullableSsoConfigPostRequestDataOneOf1) Unset()
- type NullableSsoConfigPostRequestDataOneOf2
- func (v NullableSsoConfigPostRequestDataOneOf2) Get() *SsoConfigPostRequestDataOneOf2
- func (v NullableSsoConfigPostRequestDataOneOf2) IsSet() bool
- func (v NullableSsoConfigPostRequestDataOneOf2) MarshalJSON() ([]byte, error)
- func (v *NullableSsoConfigPostRequestDataOneOf2) Set(val *SsoConfigPostRequestDataOneOf2)
- func (v *NullableSsoConfigPostRequestDataOneOf2) UnmarshalJSON(src []byte) error
- func (v *NullableSsoConfigPostRequestDataOneOf2) Unset()
- type NullableSsoConfigPostRequestDataOneOf3
- func (v NullableSsoConfigPostRequestDataOneOf3) Get() *SsoConfigPostRequestDataOneOf3
- func (v NullableSsoConfigPostRequestDataOneOf3) IsSet() bool
- func (v NullableSsoConfigPostRequestDataOneOf3) MarshalJSON() ([]byte, error)
- func (v *NullableSsoConfigPostRequestDataOneOf3) Set(val *SsoConfigPostRequestDataOneOf3)
- func (v *NullableSsoConfigPostRequestDataOneOf3) UnmarshalJSON(src []byte) error
- func (v *NullableSsoConfigPostRequestDataOneOf3) Unset()
- type NullableSsoConfigPostRequestDataOneOf4
- func (v NullableSsoConfigPostRequestDataOneOf4) Get() *SsoConfigPostRequestDataOneOf4
- func (v NullableSsoConfigPostRequestDataOneOf4) IsSet() bool
- func (v NullableSsoConfigPostRequestDataOneOf4) MarshalJSON() ([]byte, error)
- func (v *NullableSsoConfigPostRequestDataOneOf4) Set(val *SsoConfigPostRequestDataOneOf4)
- func (v *NullableSsoConfigPostRequestDataOneOf4) UnmarshalJSON(src []byte) error
- func (v *NullableSsoConfigPostRequestDataOneOf4) Unset()
- type NullableSsoConfiguration
- func (v NullableSsoConfiguration) Get() *SsoConfiguration
- func (v NullableSsoConfiguration) IsSet() bool
- func (v NullableSsoConfiguration) MarshalJSON() ([]byte, error)
- func (v *NullableSsoConfiguration) Set(val *SsoConfiguration)
- func (v *NullableSsoConfiguration) UnmarshalJSON(src []byte) error
- func (v *NullableSsoConfiguration) Unset()
- type NullableString
- type NullableTestOperation
- func (v NullableTestOperation) Get() *TestOperation
- func (v NullableTestOperation) IsSet() bool
- func (v NullableTestOperation) MarshalJSON() ([]byte, error)
- func (v *NullableTestOperation) Set(val *TestOperation)
- func (v *NullableTestOperation) UnmarshalJSON(src []byte) error
- func (v *NullableTestOperation) Unset()
- type NullableTime
- type NullableUsage
- type NullableUsageAnalyticsOrganization
- func (v NullableUsageAnalyticsOrganization) Get() *UsageAnalyticsOrganization
- func (v NullableUsageAnalyticsOrganization) IsSet() bool
- func (v NullableUsageAnalyticsOrganization) MarshalJSON() ([]byte, error)
- func (v *NullableUsageAnalyticsOrganization) Set(val *UsageAnalyticsOrganization)
- func (v *NullableUsageAnalyticsOrganization) UnmarshalJSON(src []byte) error
- func (v *NullableUsageAnalyticsOrganization) Unset()
- type NullableUsageAppDetailsGet200Response
- func (v NullableUsageAppDetailsGet200Response) Get() *UsageAppDetailsGet200Response
- func (v NullableUsageAppDetailsGet200Response) IsSet() bool
- func (v NullableUsageAppDetailsGet200Response) MarshalJSON() ([]byte, error)
- func (v *NullableUsageAppDetailsGet200Response) Set(val *UsageAppDetailsGet200Response)
- func (v *NullableUsageAppDetailsGet200Response) UnmarshalJSON(src []byte) error
- func (v *NullableUsageAppDetailsGet200Response) Unset()
- type NullableUsageAppDetailsGet200ResponseData
- func (v NullableUsageAppDetailsGet200ResponseData) Get() *UsageAppDetailsGet200ResponseData
- func (v NullableUsageAppDetailsGet200ResponseData) IsSet() bool
- func (v NullableUsageAppDetailsGet200ResponseData) MarshalJSON() ([]byte, error)
- func (v *NullableUsageAppDetailsGet200ResponseData) Set(val *UsageAppDetailsGet200ResponseData)
- func (v *NullableUsageAppDetailsGet200ResponseData) UnmarshalJSON(src []byte) error
- func (v *NullableUsageAppDetailsGet200ResponseData) Unset()
- type NullableUsageAppDetailsGet200ResponseDataOverallSummaryInner
- func (v NullableUsageAppDetailsGet200ResponseDataOverallSummaryInner) Get() *UsageAppDetailsGet200ResponseDataOverallSummaryInner
- func (v NullableUsageAppDetailsGet200ResponseDataOverallSummaryInner) IsSet() bool
- func (v NullableUsageAppDetailsGet200ResponseDataOverallSummaryInner) MarshalJSON() ([]byte, error)
- func (v *NullableUsageAppDetailsGet200ResponseDataOverallSummaryInner) Set(val *UsageAppDetailsGet200ResponseDataOverallSummaryInner)
- func (v *NullableUsageAppDetailsGet200ResponseDataOverallSummaryInner) UnmarshalJSON(src []byte) error
- func (v *NullableUsageAppDetailsGet200ResponseDataOverallSummaryInner) Unset()
- type NullableUsageAppDetailsGet200ResponseDataViewerSummaryInner
- func (v NullableUsageAppDetailsGet200ResponseDataViewerSummaryInner) Get() *UsageAppDetailsGet200ResponseDataViewerSummaryInner
- func (v NullableUsageAppDetailsGet200ResponseDataViewerSummaryInner) IsSet() bool
- func (v NullableUsageAppDetailsGet200ResponseDataViewerSummaryInner) MarshalJSON() ([]byte, error)
- func (v *NullableUsageAppDetailsGet200ResponseDataViewerSummaryInner) Set(val *UsageAppDetailsGet200ResponseDataViewerSummaryInner)
- func (v *NullableUsageAppDetailsGet200ResponseDataViewerSummaryInner) UnmarshalJSON(src []byte) error
- func (v *NullableUsageAppDetailsGet200ResponseDataViewerSummaryInner) Unset()
- type NullableUsageAppDetailsGet200ResponseDataWeeklySummaryInner
- func (v NullableUsageAppDetailsGet200ResponseDataWeeklySummaryInner) Get() *UsageAppDetailsGet200ResponseDataWeeklySummaryInner
- func (v NullableUsageAppDetailsGet200ResponseDataWeeklySummaryInner) IsSet() bool
- func (v NullableUsageAppDetailsGet200ResponseDataWeeklySummaryInner) MarshalJSON() ([]byte, error)
- func (v *NullableUsageAppDetailsGet200ResponseDataWeeklySummaryInner) Set(val *UsageAppDetailsGet200ResponseDataWeeklySummaryInner)
- func (v *NullableUsageAppDetailsGet200ResponseDataWeeklySummaryInner) UnmarshalJSON(src []byte) error
- func (v *NullableUsageAppDetailsGet200ResponseDataWeeklySummaryInner) Unset()
- type NullableUsageAppDetailsGet200ResponseDataWeeklySummaryInnerWeeklyDataInner
- func (v NullableUsageAppDetailsGet200ResponseDataWeeklySummaryInnerWeeklyDataInner) Get() *UsageAppDetailsGet200ResponseDataWeeklySummaryInnerWeeklyDataInner
- func (v NullableUsageAppDetailsGet200ResponseDataWeeklySummaryInnerWeeklyDataInner) IsSet() bool
- func (v NullableUsageAppDetailsGet200ResponseDataWeeklySummaryInnerWeeklyDataInner) MarshalJSON() ([]byte, error)
- func (v *NullableUsageAppDetailsGet200ResponseDataWeeklySummaryInnerWeeklyDataInner) Set(val *UsageAppDetailsGet200ResponseDataWeeklySummaryInnerWeeklyDataInner)
- func (v *NullableUsageAppDetailsGet200ResponseDataWeeklySummaryInnerWeeklyDataInner) UnmarshalJSON(src []byte) error
- func (v *NullableUsageAppDetailsGet200ResponseDataWeeklySummaryInnerWeeklyDataInner) Unset()
- type NullableUsageAppSummaryGet200Response
- func (v NullableUsageAppSummaryGet200Response) Get() *UsageAppSummaryGet200Response
- func (v NullableUsageAppSummaryGet200Response) IsSet() bool
- func (v NullableUsageAppSummaryGet200Response) MarshalJSON() ([]byte, error)
- func (v *NullableUsageAppSummaryGet200Response) Set(val *UsageAppSummaryGet200Response)
- func (v *NullableUsageAppSummaryGet200Response) UnmarshalJSON(src []byte) error
- func (v *NullableUsageAppSummaryGet200Response) Unset()
- type NullableUsageAppSummaryGet200ResponseDataInner
- func (v NullableUsageAppSummaryGet200ResponseDataInner) Get() *UsageAppSummaryGet200ResponseDataInner
- func (v NullableUsageAppSummaryGet200ResponseDataInner) IsSet() bool
- func (v NullableUsageAppSummaryGet200ResponseDataInner) MarshalJSON() ([]byte, error)
- func (v *NullableUsageAppSummaryGet200ResponseDataInner) Set(val *UsageAppSummaryGet200ResponseDataInner)
- func (v *NullableUsageAppSummaryGet200ResponseDataInner) UnmarshalJSON(src []byte) error
- func (v *NullableUsageAppSummaryGet200ResponseDataInner) Unset()
- type NullableUsageGet200Response
- func (v NullableUsageGet200Response) Get() *UsageGet200Response
- func (v NullableUsageGet200Response) IsSet() bool
- func (v NullableUsageGet200Response) MarshalJSON() ([]byte, error)
- func (v *NullableUsageGet200Response) Set(val *UsageGet200Response)
- func (v *NullableUsageGet200Response) UnmarshalJSON(src []byte) error
- func (v *NullableUsageGet200Response) Unset()
- type NullableUsageGet200ResponseData
- func (v NullableUsageGet200ResponseData) Get() *UsageGet200ResponseData
- func (v NullableUsageGet200ResponseData) IsSet() bool
- func (v NullableUsageGet200ResponseData) MarshalJSON() ([]byte, error)
- func (v *NullableUsageGet200ResponseData) Set(val *UsageGet200ResponseData)
- func (v *NullableUsageGet200ResponseData) UnmarshalJSON(src []byte) error
- func (v *NullableUsageGet200ResponseData) Unset()
- type NullableUsageGet200ResponseDataDailyT30UsageInner
- func (v NullableUsageGet200ResponseDataDailyT30UsageInner) Get() *UsageGet200ResponseDataDailyT30UsageInner
- func (v NullableUsageGet200ResponseDataDailyT30UsageInner) IsSet() bool
- func (v NullableUsageGet200ResponseDataDailyT30UsageInner) MarshalJSON() ([]byte, error)
- func (v *NullableUsageGet200ResponseDataDailyT30UsageInner) Set(val *UsageGet200ResponseDataDailyT30UsageInner)
- func (v *NullableUsageGet200ResponseDataDailyT30UsageInner) UnmarshalJSON(src []byte) error
- func (v *NullableUsageGet200ResponseDataDailyT30UsageInner) Unset()
- type NullableUsageOrganizationsGet200Response
- func (v NullableUsageOrganizationsGet200Response) Get() *UsageOrganizationsGet200Response
- func (v NullableUsageOrganizationsGet200Response) IsSet() bool
- func (v NullableUsageOrganizationsGet200Response) MarshalJSON() ([]byte, error)
- func (v *NullableUsageOrganizationsGet200Response) Set(val *UsageOrganizationsGet200Response)
- func (v *NullableUsageOrganizationsGet200Response) UnmarshalJSON(src []byte) error
- func (v *NullableUsageOrganizationsGet200Response) Unset()
- type NullableUsageOrganizationsGet200ResponseDataInner
- func (v NullableUsageOrganizationsGet200ResponseDataInner) Get() *UsageOrganizationsGet200ResponseDataInner
- func (v NullableUsageOrganizationsGet200ResponseDataInner) IsSet() bool
- func (v NullableUsageOrganizationsGet200ResponseDataInner) MarshalJSON() ([]byte, error)
- func (v *NullableUsageOrganizationsGet200ResponseDataInner) Set(val *UsageOrganizationsGet200ResponseDataInner)
- func (v *NullableUsageOrganizationsGet200ResponseDataInner) UnmarshalJSON(src []byte) error
- func (v *NullableUsageOrganizationsGet200ResponseDataInner) Unset()
- type NullableUsageUserDetailsGet200Response
- func (v NullableUsageUserDetailsGet200Response) Get() *UsageUserDetailsGet200Response
- func (v NullableUsageUserDetailsGet200Response) IsSet() bool
- func (v NullableUsageUserDetailsGet200Response) MarshalJSON() ([]byte, error)
- func (v *NullableUsageUserDetailsGet200Response) Set(val *UsageUserDetailsGet200Response)
- func (v *NullableUsageUserDetailsGet200Response) UnmarshalJSON(src []byte) error
- func (v *NullableUsageUserDetailsGet200Response) Unset()
- type NullableUsageUserDetailsGet200ResponseData
- func (v NullableUsageUserDetailsGet200ResponseData) Get() *UsageUserDetailsGet200ResponseData
- func (v NullableUsageUserDetailsGet200ResponseData) IsSet() bool
- func (v NullableUsageUserDetailsGet200ResponseData) MarshalJSON() ([]byte, error)
- func (v *NullableUsageUserDetailsGet200ResponseData) Set(val *UsageUserDetailsGet200ResponseData)
- func (v *NullableUsageUserDetailsGet200ResponseData) UnmarshalJSON(src []byte) error
- func (v *NullableUsageUserDetailsGet200ResponseData) Unset()
- type NullableUsageUserDetailsGet200ResponseDataOverallSummaryInner
- func (v NullableUsageUserDetailsGet200ResponseDataOverallSummaryInner) Get() *UsageUserDetailsGet200ResponseDataOverallSummaryInner
- func (v NullableUsageUserDetailsGet200ResponseDataOverallSummaryInner) IsSet() bool
- func (v NullableUsageUserDetailsGet200ResponseDataOverallSummaryInner) MarshalJSON() ([]byte, error)
- func (v *NullableUsageUserDetailsGet200ResponseDataOverallSummaryInner) Set(val *UsageUserDetailsGet200ResponseDataOverallSummaryInner)
- func (v *NullableUsageUserDetailsGet200ResponseDataOverallSummaryInner) UnmarshalJSON(src []byte) error
- func (v *NullableUsageUserDetailsGet200ResponseDataOverallSummaryInner) Unset()
- type NullableUsageUserDetailsGet200ResponseDataViewerSummaryInner
- func (v NullableUsageUserDetailsGet200ResponseDataViewerSummaryInner) Get() *UsageUserDetailsGet200ResponseDataViewerSummaryInner
- func (v NullableUsageUserDetailsGet200ResponseDataViewerSummaryInner) IsSet() bool
- func (v NullableUsageUserDetailsGet200ResponseDataViewerSummaryInner) MarshalJSON() ([]byte, error)
- func (v *NullableUsageUserDetailsGet200ResponseDataViewerSummaryInner) Set(val *UsageUserDetailsGet200ResponseDataViewerSummaryInner)
- func (v *NullableUsageUserDetailsGet200ResponseDataViewerSummaryInner) UnmarshalJSON(src []byte) error
- func (v *NullableUsageUserDetailsGet200ResponseDataViewerSummaryInner) Unset()
- type NullableUsageUserSummaryGet200Response
- func (v NullableUsageUserSummaryGet200Response) Get() *UsageUserSummaryGet200Response
- func (v NullableUsageUserSummaryGet200Response) IsSet() bool
- func (v NullableUsageUserSummaryGet200Response) MarshalJSON() ([]byte, error)
- func (v *NullableUsageUserSummaryGet200Response) Set(val *UsageUserSummaryGet200Response)
- func (v *NullableUsageUserSummaryGet200Response) UnmarshalJSON(src []byte) error
- func (v *NullableUsageUserSummaryGet200Response) Unset()
- type NullableUsageUserSummaryGet200ResponseDataInner
- func (v NullableUsageUserSummaryGet200ResponseDataInner) Get() *UsageUserSummaryGet200ResponseDataInner
- func (v NullableUsageUserSummaryGet200ResponseDataInner) IsSet() bool
- func (v NullableUsageUserSummaryGet200ResponseDataInner) MarshalJSON() ([]byte, error)
- func (v *NullableUsageUserSummaryGet200ResponseDataInner) Set(val *UsageUserSummaryGet200ResponseDataInner)
- func (v *NullableUsageUserSummaryGet200ResponseDataInner) UnmarshalJSON(src []byte) error
- func (v *NullableUsageUserSummaryGet200ResponseDataInner) Unset()
- type NullableUser
- type NullableUserAttributes
- func (v NullableUserAttributes) Get() *UserAttributes
- func (v NullableUserAttributes) IsSet() bool
- func (v NullableUserAttributes) MarshalJSON() ([]byte, error)
- func (v *NullableUserAttributes) Set(val *UserAttributes)
- func (v *NullableUserAttributes) UnmarshalJSON(src []byte) error
- func (v *NullableUserAttributes) Unset()
- type NullableUserAttributesGet200Response
- func (v NullableUserAttributesGet200Response) Get() *UserAttributesGet200Response
- func (v NullableUserAttributesGet200Response) IsSet() bool
- func (v NullableUserAttributesGet200Response) MarshalJSON() ([]byte, error)
- func (v *NullableUserAttributesGet200Response) Set(val *UserAttributesGet200Response)
- func (v *NullableUserAttributesGet200Response) UnmarshalJSON(src []byte) error
- func (v *NullableUserAttributesGet200Response) Unset()
- type NullableUserAttributesGet200ResponseDataInner
- func (v NullableUserAttributesGet200ResponseDataInner) Get() *UserAttributesGet200ResponseDataInner
- func (v NullableUserAttributesGet200ResponseDataInner) IsSet() bool
- func (v NullableUserAttributesGet200ResponseDataInner) MarshalJSON() ([]byte, error)
- func (v *NullableUserAttributesGet200ResponseDataInner) Set(val *UserAttributesGet200ResponseDataInner)
- func (v *NullableUserAttributesGet200ResponseDataInner) UnmarshalJSON(src []byte) error
- func (v *NullableUserAttributesGet200ResponseDataInner) Unset()
- type NullableUserAttributesIdPatch200Response
- func (v NullableUserAttributesIdPatch200Response) Get() *UserAttributesIdPatch200Response
- func (v NullableUserAttributesIdPatch200Response) IsSet() bool
- func (v NullableUserAttributesIdPatch200Response) MarshalJSON() ([]byte, error)
- func (v *NullableUserAttributesIdPatch200Response) Set(val *UserAttributesIdPatch200Response)
- func (v *NullableUserAttributesIdPatch200Response) UnmarshalJSON(src []byte) error
- func (v *NullableUserAttributesIdPatch200Response) Unset()
- type NullableUserAttributesIdPatch200ResponseData
- func (v NullableUserAttributesIdPatch200ResponseData) Get() *UserAttributesIdPatch200ResponseData
- func (v NullableUserAttributesIdPatch200ResponseData) IsSet() bool
- func (v NullableUserAttributesIdPatch200ResponseData) MarshalJSON() ([]byte, error)
- func (v *NullableUserAttributesIdPatch200ResponseData) Set(val *UserAttributesIdPatch200ResponseData)
- func (v *NullableUserAttributesIdPatch200ResponseData) UnmarshalJSON(src []byte) error
- func (v *NullableUserAttributesIdPatch200ResponseData) Unset()
- type NullableUserAttributesIdPatchRequest
- func (v NullableUserAttributesIdPatchRequest) Get() *UserAttributesIdPatchRequest
- func (v NullableUserAttributesIdPatchRequest) IsSet() bool
- func (v NullableUserAttributesIdPatchRequest) MarshalJSON() ([]byte, error)
- func (v *NullableUserAttributesIdPatchRequest) Set(val *UserAttributesIdPatchRequest)
- func (v *NullableUserAttributesIdPatchRequest) UnmarshalJSON(src []byte) error
- func (v *NullableUserAttributesIdPatchRequest) Unset()
- type NullableUserAttributesPost200Response
- func (v NullableUserAttributesPost200Response) Get() *UserAttributesPost200Response
- func (v NullableUserAttributesPost200Response) IsSet() bool
- func (v NullableUserAttributesPost200Response) MarshalJSON() ([]byte, error)
- func (v *NullableUserAttributesPost200Response) Set(val *UserAttributesPost200Response)
- func (v *NullableUserAttributesPost200Response) UnmarshalJSON(src []byte) error
- func (v *NullableUserAttributesPost200Response) Unset()
- type NullableUserAttributesPost200ResponseData
- func (v NullableUserAttributesPost200ResponseData) Get() *UserAttributesPost200ResponseData
- func (v NullableUserAttributesPost200ResponseData) IsSet() bool
- func (v NullableUserAttributesPost200ResponseData) MarshalJSON() ([]byte, error)
- func (v *NullableUserAttributesPost200ResponseData) Set(val *UserAttributesPost200ResponseData)
- func (v *NullableUserAttributesPost200ResponseData) UnmarshalJSON(src []byte) error
- func (v *NullableUserAttributesPost200ResponseData) Unset()
- type NullableUserAttributesPostRequest
- func (v NullableUserAttributesPostRequest) Get() *UserAttributesPostRequest
- func (v NullableUserAttributesPostRequest) IsSet() bool
- func (v NullableUserAttributesPostRequest) MarshalJSON() ([]byte, error)
- func (v *NullableUserAttributesPostRequest) Set(val *UserAttributesPostRequest)
- func (v *NullableUserAttributesPostRequest) UnmarshalJSON(src []byte) error
- func (v *NullableUserAttributesPostRequest) Unset()
- type NullableUserInvite
- type NullableUserInvitesGet200Response
- func (v NullableUserInvitesGet200Response) Get() *UserInvitesGet200Response
- func (v NullableUserInvitesGet200Response) IsSet() bool
- func (v NullableUserInvitesGet200Response) MarshalJSON() ([]byte, error)
- func (v *NullableUserInvitesGet200Response) Set(val *UserInvitesGet200Response)
- func (v *NullableUserInvitesGet200Response) UnmarshalJSON(src []byte) error
- func (v *NullableUserInvitesGet200Response) Unset()
- type NullableUserInvitesPost200Response
- func (v NullableUserInvitesPost200Response) Get() *UserInvitesPost200Response
- func (v NullableUserInvitesPost200Response) IsSet() bool
- func (v NullableUserInvitesPost200Response) MarshalJSON() ([]byte, error)
- func (v *NullableUserInvitesPost200Response) Set(val *UserInvitesPost200Response)
- func (v *NullableUserInvitesPost200Response) UnmarshalJSON(src []byte) error
- func (v *NullableUserInvitesPost200Response) Unset()
- type NullableUserInvitesPost200ResponseData
- func (v NullableUserInvitesPost200ResponseData) Get() *UserInvitesPost200ResponseData
- func (v NullableUserInvitesPost200ResponseData) IsSet() bool
- func (v NullableUserInvitesPost200ResponseData) MarshalJSON() ([]byte, error)
- func (v *NullableUserInvitesPost200ResponseData) Set(val *UserInvitesPost200ResponseData)
- func (v *NullableUserInvitesPost200ResponseData) UnmarshalJSON(src []byte) error
- func (v *NullableUserInvitesPost200ResponseData) Unset()
- type NullableUserInvitesPostRequest
- func (v NullableUserInvitesPostRequest) Get() *UserInvitesPostRequest
- func (v NullableUserInvitesPostRequest) IsSet() bool
- func (v NullableUserInvitesPostRequest) MarshalJSON() ([]byte, error)
- func (v *NullableUserInvitesPostRequest) Set(val *UserInvitesPostRequest)
- func (v *NullableUserInvitesPostRequest) UnmarshalJSON(src []byte) error
- func (v *NullableUserInvitesPostRequest) Unset()
- type NullableUserInvitesUserInviteIdGet200Response
- func (v NullableUserInvitesUserInviteIdGet200Response) Get() *UserInvitesUserInviteIdGet200Response
- func (v NullableUserInvitesUserInviteIdGet200Response) IsSet() bool
- func (v NullableUserInvitesUserInviteIdGet200Response) MarshalJSON() ([]byte, error)
- func (v *NullableUserInvitesUserInviteIdGet200Response) Set(val *UserInvitesUserInviteIdGet200Response)
- func (v *NullableUserInvitesUserInviteIdGet200Response) UnmarshalJSON(src []byte) error
- func (v *NullableUserInvitesUserInviteIdGet200Response) Unset()
- type NullableUserInvitesUserInviteIdUserAttributesAttributeNameDelete200Response
- func (v NullableUserInvitesUserInviteIdUserAttributesAttributeNameDelete200Response) Get() *UserInvitesUserInviteIdUserAttributesAttributeNameDelete200Response
- func (v NullableUserInvitesUserInviteIdUserAttributesAttributeNameDelete200Response) IsSet() bool
- func (v NullableUserInvitesUserInviteIdUserAttributesAttributeNameDelete200Response) MarshalJSON() ([]byte, error)
- func (v *NullableUserInvitesUserInviteIdUserAttributesAttributeNameDelete200Response) Set(val *UserInvitesUserInviteIdUserAttributesAttributeNameDelete200Response)
- func (v *NullableUserInvitesUserInviteIdUserAttributesAttributeNameDelete200Response) UnmarshalJSON(src []byte) error
- func (v *NullableUserInvitesUserInviteIdUserAttributesAttributeNameDelete200Response) Unset()
- type NullableUserInvitesUserInviteIdUserAttributesAttributeNameDelete200ResponseData
- func (v NullableUserInvitesUserInviteIdUserAttributesAttributeNameDelete200ResponseData) Get() *UserInvitesUserInviteIdUserAttributesAttributeNameDelete200ResponseData
- func (v NullableUserInvitesUserInviteIdUserAttributesAttributeNameDelete200ResponseData) IsSet() bool
- func (v NullableUserInvitesUserInviteIdUserAttributesAttributeNameDelete200ResponseData) MarshalJSON() ([]byte, error)
- func (v *NullableUserInvitesUserInviteIdUserAttributesAttributeNameDelete200ResponseData) Set(val *UserInvitesUserInviteIdUserAttributesAttributeNameDelete200ResponseData)
- func (v *NullableUserInvitesUserInviteIdUserAttributesAttributeNameDelete200ResponseData) UnmarshalJSON(src []byte) error
- func (v *NullableUserInvitesUserInviteIdUserAttributesAttributeNameDelete200ResponseData) Unset()
- type NullableUserInvitesUserInviteIdUserAttributesPost200Response
- func (v NullableUserInvitesUserInviteIdUserAttributesPost200Response) Get() *UserInvitesUserInviteIdUserAttributesPost200Response
- func (v NullableUserInvitesUserInviteIdUserAttributesPost200Response) IsSet() bool
- func (v NullableUserInvitesUserInviteIdUserAttributesPost200Response) MarshalJSON() ([]byte, error)
- func (v *NullableUserInvitesUserInviteIdUserAttributesPost200Response) Set(val *UserInvitesUserInviteIdUserAttributesPost200Response)
- func (v *NullableUserInvitesUserInviteIdUserAttributesPost200Response) UnmarshalJSON(src []byte) error
- func (v *NullableUserInvitesUserInviteIdUserAttributesPost200Response) Unset()
- type NullableUserInvitesUserInviteIdUserAttributesPost200ResponseData
- func (v NullableUserInvitesUserInviteIdUserAttributesPost200ResponseData) Get() *UserInvitesUserInviteIdUserAttributesPost200ResponseData
- func (v NullableUserInvitesUserInviteIdUserAttributesPost200ResponseData) IsSet() bool
- func (v NullableUserInvitesUserInviteIdUserAttributesPost200ResponseData) MarshalJSON() ([]byte, error)
- func (v *NullableUserInvitesUserInviteIdUserAttributesPost200ResponseData) Set(val *UserInvitesUserInviteIdUserAttributesPost200ResponseData)
- func (v *NullableUserInvitesUserInviteIdUserAttributesPost200ResponseData) UnmarshalJSON(src []byte) error
- func (v *NullableUserInvitesUserInviteIdUserAttributesPost200ResponseData) Unset()
- type NullableUserInvitesUserInviteIdUserAttributesPostRequest
- func (v NullableUserInvitesUserInviteIdUserAttributesPostRequest) Get() *UserInvitesUserInviteIdUserAttributesPostRequest
- func (v NullableUserInvitesUserInviteIdUserAttributesPostRequest) IsSet() bool
- func (v NullableUserInvitesUserInviteIdUserAttributesPostRequest) MarshalJSON() ([]byte, error)
- func (v *NullableUserInvitesUserInviteIdUserAttributesPostRequest) Set(val *UserInvitesUserInviteIdUserAttributesPostRequest)
- func (v *NullableUserInvitesUserInviteIdUserAttributesPostRequest) UnmarshalJSON(src []byte) error
- func (v *NullableUserInvitesUserInviteIdUserAttributesPostRequest) Unset()
- type NullableUserTask
- type NullableUserTasksGet200Response
- func (v NullableUserTasksGet200Response) Get() *UserTasksGet200Response
- func (v NullableUserTasksGet200Response) IsSet() bool
- func (v NullableUserTasksGet200Response) MarshalJSON() ([]byte, error)
- func (v *NullableUserTasksGet200Response) Set(val *UserTasksGet200Response)
- func (v *NullableUserTasksGet200Response) UnmarshalJSON(src []byte) error
- func (v *NullableUserTasksGet200Response) Unset()
- type NullableUserTasksGet200ResponseDataInner
- func (v NullableUserTasksGet200ResponseDataInner) Get() *UserTasksGet200ResponseDataInner
- func (v NullableUserTasksGet200ResponseDataInner) IsSet() bool
- func (v NullableUserTasksGet200ResponseDataInner) MarshalJSON() ([]byte, error)
- func (v *NullableUserTasksGet200ResponseDataInner) Set(val *UserTasksGet200ResponseDataInner)
- func (v *NullableUserTasksGet200ResponseDataInner) UnmarshalJSON(src []byte) error
- func (v *NullableUserTasksGet200ResponseDataInner) Unset()
- type NullableUserTasksGet200ResponseDataInnerAssigneesInner
- func (v NullableUserTasksGet200ResponseDataInnerAssigneesInner) Get() *UserTasksGet200ResponseDataInnerAssigneesInner
- func (v NullableUserTasksGet200ResponseDataInnerAssigneesInner) IsSet() bool
- func (v NullableUserTasksGet200ResponseDataInnerAssigneesInner) MarshalJSON() ([]byte, error)
- func (v *NullableUserTasksGet200ResponseDataInnerAssigneesInner) Set(val *UserTasksGet200ResponseDataInnerAssigneesInner)
- func (v *NullableUserTasksGet200ResponseDataInnerAssigneesInner) UnmarshalJSON(src []byte) error
- func (v *NullableUserTasksGet200ResponseDataInnerAssigneesInner) Unset()
- type NullableUserTasksGetAssignedToUsersParameter
- func (v NullableUserTasksGetAssignedToUsersParameter) Get() *UserTasksGetAssignedToUsersParameter
- func (v NullableUserTasksGetAssignedToUsersParameter) IsSet() bool
- func (v NullableUserTasksGetAssignedToUsersParameter) MarshalJSON() ([]byte, error)
- func (v *NullableUserTasksGetAssignedToUsersParameter) Set(val *UserTasksGetAssignedToUsersParameter)
- func (v *NullableUserTasksGetAssignedToUsersParameter) UnmarshalJSON(src []byte) error
- func (v *NullableUserTasksGetAssignedToUsersParameter) Unset()
- type NullableUserTasksTaskIdCancelPatchRequest
- func (v NullableUserTasksTaskIdCancelPatchRequest) Get() *UserTasksTaskIdCancelPatchRequest
- func (v NullableUserTasksTaskIdCancelPatchRequest) IsSet() bool
- func (v NullableUserTasksTaskIdCancelPatchRequest) MarshalJSON() ([]byte, error)
- func (v *NullableUserTasksTaskIdCancelPatchRequest) Set(val *UserTasksTaskIdCancelPatchRequest)
- func (v *NullableUserTasksTaskIdCancelPatchRequest) UnmarshalJSON(src []byte) error
- func (v *NullableUserTasksTaskIdCancelPatchRequest) Unset()
- type NullableUserTasksTaskIdReassignPatchRequest
- func (v NullableUserTasksTaskIdReassignPatchRequest) Get() *UserTasksTaskIdReassignPatchRequest
- func (v NullableUserTasksTaskIdReassignPatchRequest) IsSet() bool
- func (v NullableUserTasksTaskIdReassignPatchRequest) MarshalJSON() ([]byte, error)
- func (v *NullableUserTasksTaskIdReassignPatchRequest) Set(val *UserTasksTaskIdReassignPatchRequest)
- func (v *NullableUserTasksTaskIdReassignPatchRequest) UnmarshalJSON(src []byte) error
- func (v *NullableUserTasksTaskIdReassignPatchRequest) Unset()
- type NullableUserTasksTaskIdReassignPatchRequestAssigneesInner
- func (v NullableUserTasksTaskIdReassignPatchRequestAssigneesInner) Get() *UserTasksTaskIdReassignPatchRequestAssigneesInner
- func (v NullableUserTasksTaskIdReassignPatchRequestAssigneesInner) IsSet() bool
- func (v NullableUserTasksTaskIdReassignPatchRequestAssigneesInner) MarshalJSON() ([]byte, error)
- func (v *NullableUserTasksTaskIdReassignPatchRequestAssigneesInner) Set(val *UserTasksTaskIdReassignPatchRequestAssigneesInner)
- func (v *NullableUserTasksTaskIdReassignPatchRequestAssigneesInner) UnmarshalJSON(src []byte) error
- func (v *NullableUserTasksTaskIdReassignPatchRequestAssigneesInner) Unset()
- type NullableUserTasksTaskIdReassignPatchRequestAssigneesInnerAnyOf
- func (v NullableUserTasksTaskIdReassignPatchRequestAssigneesInnerAnyOf) Get() *UserTasksTaskIdReassignPatchRequestAssigneesInnerAnyOf
- func (v NullableUserTasksTaskIdReassignPatchRequestAssigneesInnerAnyOf) IsSet() bool
- func (v NullableUserTasksTaskIdReassignPatchRequestAssigneesInnerAnyOf) MarshalJSON() ([]byte, error)
- func (v *NullableUserTasksTaskIdReassignPatchRequestAssigneesInnerAnyOf) Set(val *UserTasksTaskIdReassignPatchRequestAssigneesInnerAnyOf)
- func (v *NullableUserTasksTaskIdReassignPatchRequestAssigneesInnerAnyOf) UnmarshalJSON(src []byte) error
- func (v *NullableUserTasksTaskIdReassignPatchRequestAssigneesInnerAnyOf) Unset()
- type NullableUserTasksTaskIdReassignPatchRequestAssigneesInnerAnyOf1
- func (v NullableUserTasksTaskIdReassignPatchRequestAssigneesInnerAnyOf1) Get() *UserTasksTaskIdReassignPatchRequestAssigneesInnerAnyOf1
- func (v NullableUserTasksTaskIdReassignPatchRequestAssigneesInnerAnyOf1) IsSet() bool
- func (v NullableUserTasksTaskIdReassignPatchRequestAssigneesInnerAnyOf1) MarshalJSON() ([]byte, error)
- func (v *NullableUserTasksTaskIdReassignPatchRequestAssigneesInnerAnyOf1) Set(val *UserTasksTaskIdReassignPatchRequestAssigneesInnerAnyOf1)
- func (v *NullableUserTasksTaskIdReassignPatchRequestAssigneesInnerAnyOf1) UnmarshalJSON(src []byte) error
- func (v *NullableUserTasksTaskIdReassignPatchRequestAssigneesInnerAnyOf1) Unset()
- type NullableUserTasksTaskIdSubmitPatch200Response
- func (v NullableUserTasksTaskIdSubmitPatch200Response) Get() *UserTasksTaskIdSubmitPatch200Response
- func (v NullableUserTasksTaskIdSubmitPatch200Response) IsSet() bool
- func (v NullableUserTasksTaskIdSubmitPatch200Response) MarshalJSON() ([]byte, error)
- func (v *NullableUserTasksTaskIdSubmitPatch200Response) Set(val *UserTasksTaskIdSubmitPatch200Response)
- func (v *NullableUserTasksTaskIdSubmitPatch200Response) UnmarshalJSON(src []byte) error
- func (v *NullableUserTasksTaskIdSubmitPatch200Response) Unset()
- type NullableUserTasksTaskIdSubmitPatch200ResponseData
- func (v NullableUserTasksTaskIdSubmitPatch200ResponseData) Get() *UserTasksTaskIdSubmitPatch200ResponseData
- func (v NullableUserTasksTaskIdSubmitPatch200ResponseData) IsSet() bool
- func (v NullableUserTasksTaskIdSubmitPatch200ResponseData) MarshalJSON() ([]byte, error)
- func (v *NullableUserTasksTaskIdSubmitPatch200ResponseData) Set(val *UserTasksTaskIdSubmitPatch200ResponseData)
- func (v *NullableUserTasksTaskIdSubmitPatch200ResponseData) UnmarshalJSON(src []byte) error
- func (v *NullableUserTasksTaskIdSubmitPatch200ResponseData) Unset()
- type NullableUserTasksTaskIdSubmitPatchRequest
- func (v NullableUserTasksTaskIdSubmitPatchRequest) Get() *UserTasksTaskIdSubmitPatchRequest
- func (v NullableUserTasksTaskIdSubmitPatchRequest) IsSet() bool
- func (v NullableUserTasksTaskIdSubmitPatchRequest) MarshalJSON() ([]byte, error)
- func (v *NullableUserTasksTaskIdSubmitPatchRequest) Set(val *UserTasksTaskIdSubmitPatchRequest)
- func (v *NullableUserTasksTaskIdSubmitPatchRequest) UnmarshalJSON(src []byte) error
- func (v *NullableUserTasksTaskIdSubmitPatchRequest) Unset()
- type NullableUsersGet200Response
- func (v NullableUsersGet200Response) Get() *UsersGet200Response
- func (v NullableUsersGet200Response) IsSet() bool
- func (v NullableUsersGet200Response) MarshalJSON() ([]byte, error)
- func (v *NullableUsersGet200Response) Set(val *UsersGet200Response)
- func (v *NullableUsersGet200Response) UnmarshalJSON(src []byte) error
- func (v *NullableUsersGet200Response) Unset()
- type NullableUsersPost200Response
- func (v NullableUsersPost200Response) Get() *UsersPost200Response
- func (v NullableUsersPost200Response) IsSet() bool
- func (v NullableUsersPost200Response) MarshalJSON() ([]byte, error)
- func (v *NullableUsersPost200Response) Set(val *UsersPost200Response)
- func (v *NullableUsersPost200Response) UnmarshalJSON(src []byte) error
- func (v *NullableUsersPost200Response) Unset()
- type NullableUsersPost200ResponseData
- func (v NullableUsersPost200ResponseData) Get() *UsersPost200ResponseData
- func (v NullableUsersPost200ResponseData) IsSet() bool
- func (v NullableUsersPost200ResponseData) MarshalJSON() ([]byte, error)
- func (v *NullableUsersPost200ResponseData) Set(val *UsersPost200ResponseData)
- func (v *NullableUsersPost200ResponseData) UnmarshalJSON(src []byte) error
- func (v *NullableUsersPost200ResponseData) Unset()
- type NullableUsersPostRequest
- func (v NullableUsersPostRequest) Get() *UsersPostRequest
- func (v NullableUsersPostRequest) IsSet() bool
- func (v NullableUsersPostRequest) MarshalJSON() ([]byte, error)
- func (v *NullableUsersPostRequest) Set(val *UsersPostRequest)
- func (v *NullableUsersPostRequest) UnmarshalJSON(src []byte) error
- func (v *NullableUsersPostRequest) Unset()
- type NullableUsersUserIdGet200Response
- func (v NullableUsersUserIdGet200Response) Get() *UsersUserIdGet200Response
- func (v NullableUsersUserIdGet200Response) IsSet() bool
- func (v NullableUsersUserIdGet200Response) MarshalJSON() ([]byte, error)
- func (v *NullableUsersUserIdGet200Response) Set(val *UsersUserIdGet200Response)
- func (v *NullableUsersUserIdGet200Response) UnmarshalJSON(src []byte) error
- func (v *NullableUsersUserIdGet200Response) Unset()
- type NullableUsersUserIdGet200ResponseData
- func (v NullableUsersUserIdGet200ResponseData) Get() *UsersUserIdGet200ResponseData
- func (v NullableUsersUserIdGet200ResponseData) IsSet() bool
- func (v NullableUsersUserIdGet200ResponseData) MarshalJSON() ([]byte, error)
- func (v *NullableUsersUserIdGet200ResponseData) Set(val *UsersUserIdGet200ResponseData)
- func (v *NullableUsersUserIdGet200ResponseData) UnmarshalJSON(src []byte) error
- func (v *NullableUsersUserIdGet200ResponseData) Unset()
- type NullableUsersUserIdPatchRequest
- func (v NullableUsersUserIdPatchRequest) Get() *UsersUserIdPatchRequest
- func (v NullableUsersUserIdPatchRequest) IsSet() bool
- func (v NullableUsersUserIdPatchRequest) MarshalJSON() ([]byte, error)
- func (v *NullableUsersUserIdPatchRequest) Set(val *UsersUserIdPatchRequest)
- func (v *NullableUsersUserIdPatchRequest) UnmarshalJSON(src []byte) error
- func (v *NullableUsersUserIdPatchRequest) Unset()
- type NullableUsersUserIdPatchRequestOperationsInner
- func (v NullableUsersUserIdPatchRequestOperationsInner) Get() *UsersUserIdPatchRequestOperationsInner
- func (v NullableUsersUserIdPatchRequestOperationsInner) IsSet() bool
- func (v NullableUsersUserIdPatchRequestOperationsInner) MarshalJSON() ([]byte, error)
- func (v *NullableUsersUserIdPatchRequestOperationsInner) Set(val *UsersUserIdPatchRequestOperationsInner)
- func (v *NullableUsersUserIdPatchRequestOperationsInner) UnmarshalJSON(src []byte) error
- func (v *NullableUsersUserIdPatchRequestOperationsInner) Unset()
- type NullableUsersUserIdPatchRequestOperationsInnerAnyOf
- func (v NullableUsersUserIdPatchRequestOperationsInnerAnyOf) Get() *UsersUserIdPatchRequestOperationsInnerAnyOf
- func (v NullableUsersUserIdPatchRequestOperationsInnerAnyOf) IsSet() bool
- func (v NullableUsersUserIdPatchRequestOperationsInnerAnyOf) MarshalJSON() ([]byte, error)
- func (v *NullableUsersUserIdPatchRequestOperationsInnerAnyOf) Set(val *UsersUserIdPatchRequestOperationsInnerAnyOf)
- func (v *NullableUsersUserIdPatchRequestOperationsInnerAnyOf) UnmarshalJSON(src []byte) error
- func (v *NullableUsersUserIdPatchRequestOperationsInnerAnyOf) Unset()
- type NullableUsersUserIdPatchRequestOperationsInnerAnyOf1
- func (v NullableUsersUserIdPatchRequestOperationsInnerAnyOf1) Get() *UsersUserIdPatchRequestOperationsInnerAnyOf1
- func (v NullableUsersUserIdPatchRequestOperationsInnerAnyOf1) IsSet() bool
- func (v NullableUsersUserIdPatchRequestOperationsInnerAnyOf1) MarshalJSON() ([]byte, error)
- func (v *NullableUsersUserIdPatchRequestOperationsInnerAnyOf1) Set(val *UsersUserIdPatchRequestOperationsInnerAnyOf1)
- func (v *NullableUsersUserIdPatchRequestOperationsInnerAnyOf1) UnmarshalJSON(src []byte) error
- func (v *NullableUsersUserIdPatchRequestOperationsInnerAnyOf1) Unset()
- type NullableUsersUserIdPatchRequestOperationsInnerAnyOf2
- func (v NullableUsersUserIdPatchRequestOperationsInnerAnyOf2) Get() *UsersUserIdPatchRequestOperationsInnerAnyOf2
- func (v NullableUsersUserIdPatchRequestOperationsInnerAnyOf2) IsSet() bool
- func (v NullableUsersUserIdPatchRequestOperationsInnerAnyOf2) MarshalJSON() ([]byte, error)
- func (v *NullableUsersUserIdPatchRequestOperationsInnerAnyOf2) Set(val *UsersUserIdPatchRequestOperationsInnerAnyOf2)
- func (v *NullableUsersUserIdPatchRequestOperationsInnerAnyOf2) UnmarshalJSON(src []byte) error
- func (v *NullableUsersUserIdPatchRequestOperationsInnerAnyOf2) Unset()
- type NullableUsersUserIdUserAttributesAttributeNameDelete200Response
- func (v NullableUsersUserIdUserAttributesAttributeNameDelete200Response) Get() *UsersUserIdUserAttributesAttributeNameDelete200Response
- func (v NullableUsersUserIdUserAttributesAttributeNameDelete200Response) IsSet() bool
- func (v NullableUsersUserIdUserAttributesAttributeNameDelete200Response) MarshalJSON() ([]byte, error)
- func (v *NullableUsersUserIdUserAttributesAttributeNameDelete200Response) Set(val *UsersUserIdUserAttributesAttributeNameDelete200Response)
- func (v *NullableUsersUserIdUserAttributesAttributeNameDelete200Response) UnmarshalJSON(src []byte) error
- func (v *NullableUsersUserIdUserAttributesAttributeNameDelete200Response) Unset()
- type NullableUsersUserIdUserAttributesAttributeNameDelete200ResponseData
- func (v NullableUsersUserIdUserAttributesAttributeNameDelete200ResponseData) Get() *UsersUserIdUserAttributesAttributeNameDelete200ResponseData
- func (v NullableUsersUserIdUserAttributesAttributeNameDelete200ResponseData) IsSet() bool
- func (v NullableUsersUserIdUserAttributesAttributeNameDelete200ResponseData) MarshalJSON() ([]byte, error)
- func (v *NullableUsersUserIdUserAttributesAttributeNameDelete200ResponseData) Set(val *UsersUserIdUserAttributesAttributeNameDelete200ResponseData)
- func (v *NullableUsersUserIdUserAttributesAttributeNameDelete200ResponseData) UnmarshalJSON(src []byte) error
- func (v *NullableUsersUserIdUserAttributesAttributeNameDelete200ResponseData) Unset()
- type NullableUsersUserIdUserAttributesPost200Response
- func (v NullableUsersUserIdUserAttributesPost200Response) Get() *UsersUserIdUserAttributesPost200Response
- func (v NullableUsersUserIdUserAttributesPost200Response) IsSet() bool
- func (v NullableUsersUserIdUserAttributesPost200Response) MarshalJSON() ([]byte, error)
- func (v *NullableUsersUserIdUserAttributesPost200Response) Set(val *UsersUserIdUserAttributesPost200Response)
- func (v *NullableUsersUserIdUserAttributesPost200Response) UnmarshalJSON(src []byte) error
- func (v *NullableUsersUserIdUserAttributesPost200Response) Unset()
- type NullableUsersUserIdUserAttributesPost200ResponseData
- func (v NullableUsersUserIdUserAttributesPost200ResponseData) Get() *UsersUserIdUserAttributesPost200ResponseData
- func (v NullableUsersUserIdUserAttributesPost200ResponseData) IsSet() bool
- func (v NullableUsersUserIdUserAttributesPost200ResponseData) MarshalJSON() ([]byte, error)
- func (v *NullableUsersUserIdUserAttributesPost200ResponseData) Set(val *UsersUserIdUserAttributesPost200ResponseData)
- func (v *NullableUsersUserIdUserAttributesPost200ResponseData) UnmarshalJSON(src []byte) error
- func (v *NullableUsersUserIdUserAttributesPost200ResponseData) Unset()
- type NullableUsersUserIdUserAttributesPostRequest
- func (v NullableUsersUserIdUserAttributesPostRequest) Get() *UsersUserIdUserAttributesPostRequest
- func (v NullableUsersUserIdUserAttributesPostRequest) IsSet() bool
- func (v NullableUsersUserIdUserAttributesPostRequest) MarshalJSON() ([]byte, error)
- func (v *NullableUsersUserIdUserAttributesPostRequest) Set(val *UsersUserIdUserAttributesPostRequest)
- func (v *NullableUsersUserIdUserAttributesPostRequest) UnmarshalJSON(src []byte) error
- func (v *NullableUsersUserIdUserAttributesPostRequest) Unset()
- type NullableWorkflow
- type NullableWorkflowRunIdGet200Response
- func (v NullableWorkflowRunIdGet200Response) Get() *WorkflowRunIdGet200Response
- func (v NullableWorkflowRunIdGet200Response) IsSet() bool
- func (v NullableWorkflowRunIdGet200Response) MarshalJSON() ([]byte, error)
- func (v *NullableWorkflowRunIdGet200Response) Set(val *WorkflowRunIdGet200Response)
- func (v *NullableWorkflowRunIdGet200Response) UnmarshalJSON(src []byte) error
- func (v *NullableWorkflowRunIdGet200Response) Unset()
- type NullableWorkflowRunWithUserTask
- func (v NullableWorkflowRunWithUserTask) Get() *WorkflowRunWithUserTask
- func (v NullableWorkflowRunWithUserTask) IsSet() bool
- func (v NullableWorkflowRunWithUserTask) MarshalJSON() ([]byte, error)
- func (v *NullableWorkflowRunWithUserTask) Set(val *WorkflowRunWithUserTask)
- func (v *NullableWorkflowRunWithUserTask) UnmarshalJSON(src []byte) error
- func (v *NullableWorkflowRunWithUserTask) Unset()
- type NullableWorkflowsGet200Response
- func (v NullableWorkflowsGet200Response) Get() *WorkflowsGet200Response
- func (v NullableWorkflowsGet200Response) IsSet() bool
- func (v NullableWorkflowsGet200Response) MarshalJSON() ([]byte, error)
- func (v *NullableWorkflowsGet200Response) Set(val *WorkflowsGet200Response)
- func (v *NullableWorkflowsGet200Response) UnmarshalJSON(src []byte) error
- func (v *NullableWorkflowsGet200Response) Unset()
- type NullableWorkflowsGet200ResponseDataInner
- func (v NullableWorkflowsGet200ResponseDataInner) Get() *WorkflowsGet200ResponseDataInner
- func (v NullableWorkflowsGet200ResponseDataInner) IsSet() bool
- func (v NullableWorkflowsGet200ResponseDataInner) MarshalJSON() ([]byte, error)
- func (v *NullableWorkflowsGet200ResponseDataInner) Set(val *WorkflowsGet200ResponseDataInner)
- func (v *NullableWorkflowsGet200ResponseDataInner) UnmarshalJSON(src []byte) error
- func (v *NullableWorkflowsGet200ResponseDataInner) Unset()
- type NullableWorkflowsGet403Response
- func (v NullableWorkflowsGet403Response) Get() *WorkflowsGet403Response
- func (v NullableWorkflowsGet403Response) IsSet() bool
- func (v NullableWorkflowsGet403Response) MarshalJSON() ([]byte, error)
- func (v *NullableWorkflowsGet403Response) Set(val *WorkflowsGet403Response)
- func (v *NullableWorkflowsGet403Response) UnmarshalJSON(src []byte) error
- func (v *NullableWorkflowsGet403Response) Unset()
- type NullableWorkflowsWorkflowIdGet200Response
- func (v NullableWorkflowsWorkflowIdGet200Response) Get() *WorkflowsWorkflowIdGet200Response
- func (v NullableWorkflowsWorkflowIdGet200Response) IsSet() bool
- func (v NullableWorkflowsWorkflowIdGet200Response) MarshalJSON() ([]byte, error)
- func (v *NullableWorkflowsWorkflowIdGet200Response) Set(val *WorkflowsWorkflowIdGet200Response)
- func (v *NullableWorkflowsWorkflowIdGet200Response) UnmarshalJSON(src []byte) error
- func (v *NullableWorkflowsWorkflowIdGet200Response) Unset()
- type OIDC
- func (o *OIDC) GetConfigType() string
- func (o *OIDC) GetConfigTypeOk() (*string, bool)
- func (o *OIDC) GetDisableEmailPasswordLogin() bool
- func (o *OIDC) GetDisableEmailPasswordLoginOk() (*bool, bool)
- func (o *OIDC) GetJitEnabled() bool
- func (o *OIDC) GetJitEnabledOk() (*bool, bool)
- func (o *OIDC) GetJwtEmailKey() string
- func (o *OIDC) GetJwtEmailKeyOk() (*string, bool)
- func (o *OIDC) GetJwtFirstNameKey() string
- func (o *OIDC) GetJwtFirstNameKeyOk() (*string, bool)
- func (o *OIDC) GetJwtLastNameKey() string
- func (o *OIDC) GetJwtLastNameKeyOk() (*string, bool)
- func (o *OIDC) GetJwtRolesKey() string
- func (o *OIDC) GetJwtRolesKeyOk() (*string, bool)
- func (o *OIDC) GetOidcAudience() string
- func (o *OIDC) GetOidcAudienceOk() (*string, bool)
- func (o *OIDC) GetOidcAuthUrl() string
- func (o *OIDC) GetOidcAuthUrlOk() (*string, bool)
- func (o *OIDC) GetOidcClientId() string
- func (o *OIDC) GetOidcClientIdOk() (*string, bool)
- func (o *OIDC) GetOidcClientSecret() string
- func (o *OIDC) GetOidcClientSecretOk() (*string, bool)
- func (o *OIDC) GetOidcScopes() string
- func (o *OIDC) GetOidcScopesOk() (*string, bool)
- func (o *OIDC) GetOidcTokenUrl() string
- func (o *OIDC) GetOidcTokenUrlOk() (*string, bool)
- func (o *OIDC) GetOidcUserinfoUrl() string
- func (o *OIDC) GetOidcUserinfoUrlOk() (*string, bool)
- func (o *OIDC) GetRestrictedDomain() string
- func (o *OIDC) GetRestrictedDomainOk() (*string, bool)
- func (o *OIDC) GetRolesMapping() string
- func (o *OIDC) GetRolesMappingOk() (*string, bool)
- func (o *OIDC) GetTriggerLoginAutomatically() bool
- func (o *OIDC) GetTriggerLoginAutomaticallyOk() (*bool, bool)
- func (o *OIDC) HasJwtRolesKey() bool
- func (o *OIDC) HasOidcAudience() bool
- func (o *OIDC) HasOidcUserinfoUrl() bool
- func (o *OIDC) HasRestrictedDomain() bool
- func (o *OIDC) HasRolesMapping() bool
- func (o OIDC) MarshalJSON() ([]byte, error)
- func (o *OIDC) SetConfigType(v string)
- func (o *OIDC) SetDisableEmailPasswordLogin(v bool)
- func (o *OIDC) SetJitEnabled(v bool)
- func (o *OIDC) SetJwtEmailKey(v string)
- func (o *OIDC) SetJwtFirstNameKey(v string)
- func (o *OIDC) SetJwtLastNameKey(v string)
- func (o *OIDC) SetJwtRolesKey(v string)
- func (o *OIDC) SetOidcAudience(v string)
- func (o *OIDC) SetOidcAuthUrl(v string)
- func (o *OIDC) SetOidcClientId(v string)
- func (o *OIDC) SetOidcClientSecret(v string)
- func (o *OIDC) SetOidcScopes(v string)
- func (o *OIDC) SetOidcTokenUrl(v string)
- func (o *OIDC) SetOidcUserinfoUrl(v string)
- func (o *OIDC) SetRestrictedDomain(v string)
- func (o *OIDC) SetRolesMapping(v string)
- func (o *OIDC) SetTriggerLoginAutomatically(v bool)
- func (o OIDC) ToMap() (map[string]interface{}, error)
- func (o *OIDC) UnmarshalJSON(data []byte) (err error)
- type ObservabilityAPIService
- func (a *ObservabilityAPIService) ObservabilityConfigConfigIdDelete(ctx context.Context, configId string) ApiObservabilityConfigConfigIdDeleteRequest
- func (a *ObservabilityAPIService) ObservabilityConfigConfigIdDeleteExecute(r ApiObservabilityConfigConfigIdDeleteRequest) (*http.Response, error)
- func (a *ObservabilityAPIService) ObservabilityConfigConfigIdPut(ctx context.Context, configId string) ApiObservabilityConfigConfigIdPutRequest
- func (a *ObservabilityAPIService) ObservabilityConfigConfigIdPutExecute(r ApiObservabilityConfigConfigIdPutRequest) (*ObservabilityConfigConfigIdPut200Response, *http.Response, error)
- func (a *ObservabilityAPIService) ObservabilityConfigGet(ctx context.Context) ApiObservabilityConfigGetRequest
- func (a *ObservabilityAPIService) ObservabilityConfigGetExecute(r ApiObservabilityConfigGetRequest) (*ObservabilityConfigGet200Response, *http.Response, error)
- func (a *ObservabilityAPIService) ObservabilityConfigPost(ctx context.Context) ApiObservabilityConfigPostRequest
- func (a *ObservabilityAPIService) ObservabilityConfigPostExecute(r ApiObservabilityConfigPostRequest) (*ObservabilityConfigPost200Response, *http.Response, error)
- func (a *ObservabilityAPIService) ObservabilityProviderProviderTestPost(ctx context.Context, ...) ApiObservabilityProviderProviderTestPostRequest
- func (a *ObservabilityAPIService) ObservabilityProviderProviderTestPostExecute(r ApiObservabilityProviderProviderTestPostRequest) (*ObservabilityProviderProviderTestPost200Response, *http.Response, error)
- type ObservabilityConfigConfigIdPut200Response
- func (o *ObservabilityConfigConfigIdPut200Response) GetData() ObservabilityConfigConfigIdPut200ResponseData
- func (o *ObservabilityConfigConfigIdPut200Response) GetDataOk() (*ObservabilityConfigConfigIdPut200ResponseData, bool)
- func (o *ObservabilityConfigConfigIdPut200Response) GetSuccess() bool
- func (o *ObservabilityConfigConfigIdPut200Response) GetSuccessOk() (*bool, bool)
- func (o ObservabilityConfigConfigIdPut200Response) MarshalJSON() ([]byte, error)
- func (o *ObservabilityConfigConfigIdPut200Response) SetData(v ObservabilityConfigConfigIdPut200ResponseData)
- func (o *ObservabilityConfigConfigIdPut200Response) SetSuccess(v bool)
- func (o ObservabilityConfigConfigIdPut200Response) ToMap() (map[string]interface{}, error)
- func (o *ObservabilityConfigConfigIdPut200Response) UnmarshalJSON(data []byte) (err error)
- type ObservabilityConfigConfigIdPut200ResponseData
- func (o *ObservabilityConfigConfigIdPut200ResponseData) GetConfig() ObservabilityConfigGet200ResponseDataInnerConfig
- func (o *ObservabilityConfigConfigIdPut200ResponseData) GetConfigOk() (*ObservabilityConfigGet200ResponseDataInnerConfig, bool)
- func (o *ObservabilityConfigConfigIdPut200ResponseData) GetEnabled() bool
- func (o *ObservabilityConfigConfigIdPut200ResponseData) GetEnabledOk() (*bool, bool)
- func (o *ObservabilityConfigConfigIdPut200ResponseData) GetId() string
- func (o *ObservabilityConfigConfigIdPut200ResponseData) GetIdOk() (*string, bool)
- func (o ObservabilityConfigConfigIdPut200ResponseData) MarshalJSON() ([]byte, error)
- func (o *ObservabilityConfigConfigIdPut200ResponseData) SetConfig(v ObservabilityConfigGet200ResponseDataInnerConfig)
- func (o *ObservabilityConfigConfigIdPut200ResponseData) SetEnabled(v bool)
- func (o *ObservabilityConfigConfigIdPut200ResponseData) SetId(v string)
- func (o ObservabilityConfigConfigIdPut200ResponseData) ToMap() (map[string]interface{}, error)
- func (o *ObservabilityConfigConfigIdPut200ResponseData) UnmarshalJSON(data []byte) (err error)
- type ObservabilityConfigConfigIdPutRequest
- func (o *ObservabilityConfigConfigIdPutRequest) GetConfig() ObservabilityConfigGet200ResponseDataInnerConfig
- func (o *ObservabilityConfigConfigIdPutRequest) GetConfigOk() (*ObservabilityConfigGet200ResponseDataInnerConfig, bool)
- func (o *ObservabilityConfigConfigIdPutRequest) GetEnabled() bool
- func (o *ObservabilityConfigConfigIdPutRequest) GetEnabledOk() (*bool, bool)
- func (o *ObservabilityConfigConfigIdPutRequest) HasConfig() bool
- func (o *ObservabilityConfigConfigIdPutRequest) HasEnabled() bool
- func (o ObservabilityConfigConfigIdPutRequest) MarshalJSON() ([]byte, error)
- func (o *ObservabilityConfigConfigIdPutRequest) SetConfig(v ObservabilityConfigGet200ResponseDataInnerConfig)
- func (o *ObservabilityConfigConfigIdPutRequest) SetEnabled(v bool)
- func (o ObservabilityConfigConfigIdPutRequest) ToMap() (map[string]interface{}, error)
- type ObservabilityConfigGet200Response
- func (o *ObservabilityConfigGet200Response) GetData() []ObservabilityConfigGet200ResponseDataInner
- func (o *ObservabilityConfigGet200Response) GetDataOk() ([]ObservabilityConfigGet200ResponseDataInner, bool)
- func (o *ObservabilityConfigGet200Response) GetSuccess() bool
- func (o *ObservabilityConfigGet200Response) GetSuccessOk() (*bool, bool)
- func (o ObservabilityConfigGet200Response) MarshalJSON() ([]byte, error)
- func (o *ObservabilityConfigGet200Response) SetData(v []ObservabilityConfigGet200ResponseDataInner)
- func (o *ObservabilityConfigGet200Response) SetSuccess(v bool)
- func (o ObservabilityConfigGet200Response) ToMap() (map[string]interface{}, error)
- func (o *ObservabilityConfigGet200Response) UnmarshalJSON(data []byte) (err error)
- type ObservabilityConfigGet200ResponseDataInner
- func (o *ObservabilityConfigGet200ResponseDataInner) GetConfig() ObservabilityConfigGet200ResponseDataInnerConfig
- func (o *ObservabilityConfigGet200ResponseDataInner) GetConfigOk() (*ObservabilityConfigGet200ResponseDataInnerConfig, bool)
- func (o *ObservabilityConfigGet200ResponseDataInner) GetEnabled() bool
- func (o *ObservabilityConfigGet200ResponseDataInner) GetEnabledOk() (*bool, bool)
- func (o *ObservabilityConfigGet200ResponseDataInner) GetId() string
- func (o *ObservabilityConfigGet200ResponseDataInner) GetIdOk() (*string, bool)
- func (o ObservabilityConfigGet200ResponseDataInner) MarshalJSON() ([]byte, error)
- func (o *ObservabilityConfigGet200ResponseDataInner) SetConfig(v ObservabilityConfigGet200ResponseDataInnerConfig)
- func (o *ObservabilityConfigGet200ResponseDataInner) SetEnabled(v bool)
- func (o *ObservabilityConfigGet200ResponseDataInner) SetId(v string)
- func (o ObservabilityConfigGet200ResponseDataInner) ToMap() (map[string]interface{}, error)
- func (o *ObservabilityConfigGet200ResponseDataInner) UnmarshalJSON(data []byte) (err error)
- type ObservabilityConfigGet200ResponseDataInnerConfig
- func ObservabilityConfigGet200ResponseDataInnerConfigOneOf1AsObservabilityConfigGet200ResponseDataInnerConfig(v *ObservabilityConfigGet200ResponseDataInnerConfigOneOf1) ObservabilityConfigGet200ResponseDataInnerConfig
- func ObservabilityConfigGet200ResponseDataInnerConfigOneOfAsObservabilityConfigGet200ResponseDataInnerConfig(v *ObservabilityConfigGet200ResponseDataInnerConfigOneOf) ObservabilityConfigGet200ResponseDataInnerConfig
- type ObservabilityConfigGet200ResponseDataInnerConfigOneOf
- func (o *ObservabilityConfigGet200ResponseDataInnerConfigOneOf) GetCaCerts() []string
- func (o *ObservabilityConfigGet200ResponseDataInnerConfigOneOf) GetCaCertsOk() ([]string, bool)
- func (o *ObservabilityConfigGet200ResponseDataInnerConfigOneOf) GetDsn() string
- func (o *ObservabilityConfigGet200ResponseDataInnerConfigOneOf) GetDsnOk() (*string, bool)
- func (o *ObservabilityConfigGet200ResponseDataInnerConfigOneOf) GetProvider() string
- func (o *ObservabilityConfigGet200ResponseDataInnerConfigOneOf) GetProviderOk() (*string, bool)
- func (o *ObservabilityConfigGet200ResponseDataInnerConfigOneOf) HasCaCerts() bool
- func (o ObservabilityConfigGet200ResponseDataInnerConfigOneOf) MarshalJSON() ([]byte, error)
- func (o *ObservabilityConfigGet200ResponseDataInnerConfigOneOf) SetCaCerts(v []string)
- func (o *ObservabilityConfigGet200ResponseDataInnerConfigOneOf) SetDsn(v string)
- func (o *ObservabilityConfigGet200ResponseDataInnerConfigOneOf) SetProvider(v string)
- func (o ObservabilityConfigGet200ResponseDataInnerConfigOneOf) ToMap() (map[string]interface{}, error)
- func (o *ObservabilityConfigGet200ResponseDataInnerConfigOneOf) UnmarshalJSON(data []byte) (err error)
- type ObservabilityConfigGet200ResponseDataInnerConfigOneOf1
- func (o *ObservabilityConfigGet200ResponseDataInnerConfigOneOf1) GetApiKey() string
- func (o *ObservabilityConfigGet200ResponseDataInnerConfigOneOf1) GetApiKeyOk() (*string, bool)
- func (o *ObservabilityConfigGet200ResponseDataInnerConfigOneOf1) GetProvider() string
- func (o *ObservabilityConfigGet200ResponseDataInnerConfigOneOf1) GetProviderOk() (*string, bool)
- func (o *ObservabilityConfigGet200ResponseDataInnerConfigOneOf1) GetSite() string
- func (o *ObservabilityConfigGet200ResponseDataInnerConfigOneOf1) GetSiteOk() (*string, bool)
- func (o ObservabilityConfigGet200ResponseDataInnerConfigOneOf1) MarshalJSON() ([]byte, error)
- func (o *ObservabilityConfigGet200ResponseDataInnerConfigOneOf1) SetApiKey(v string)
- func (o *ObservabilityConfigGet200ResponseDataInnerConfigOneOf1) SetProvider(v string)
- func (o *ObservabilityConfigGet200ResponseDataInnerConfigOneOf1) SetSite(v string)
- func (o ObservabilityConfigGet200ResponseDataInnerConfigOneOf1) ToMap() (map[string]interface{}, error)
- func (o *ObservabilityConfigGet200ResponseDataInnerConfigOneOf1) UnmarshalJSON(data []byte) (err error)
- type ObservabilityConfigPost200Response
- func (o *ObservabilityConfigPost200Response) GetData() ObservabilityConfigPost200ResponseData
- func (o *ObservabilityConfigPost200Response) GetDataOk() (*ObservabilityConfigPost200ResponseData, bool)
- func (o *ObservabilityConfigPost200Response) GetSuccess() bool
- func (o *ObservabilityConfigPost200Response) GetSuccessOk() (*bool, bool)
- func (o ObservabilityConfigPost200Response) MarshalJSON() ([]byte, error)
- func (o *ObservabilityConfigPost200Response) SetData(v ObservabilityConfigPost200ResponseData)
- func (o *ObservabilityConfigPost200Response) SetSuccess(v bool)
- func (o ObservabilityConfigPost200Response) ToMap() (map[string]interface{}, error)
- func (o *ObservabilityConfigPost200Response) UnmarshalJSON(data []byte) (err error)
- type ObservabilityConfigPost200ResponseData
- func (o *ObservabilityConfigPost200ResponseData) GetConfig() ObservabilityConfigGet200ResponseDataInnerConfig
- func (o *ObservabilityConfigPost200ResponseData) GetConfigOk() (*ObservabilityConfigGet200ResponseDataInnerConfig, bool)
- func (o *ObservabilityConfigPost200ResponseData) GetEnabled() bool
- func (o *ObservabilityConfigPost200ResponseData) GetEnabledOk() (*bool, bool)
- func (o *ObservabilityConfigPost200ResponseData) GetId() string
- func (o *ObservabilityConfigPost200ResponseData) GetIdOk() (*string, bool)
- func (o ObservabilityConfigPost200ResponseData) MarshalJSON() ([]byte, error)
- func (o *ObservabilityConfigPost200ResponseData) SetConfig(v ObservabilityConfigGet200ResponseDataInnerConfig)
- func (o *ObservabilityConfigPost200ResponseData) SetEnabled(v bool)
- func (o *ObservabilityConfigPost200ResponseData) SetId(v string)
- func (o ObservabilityConfigPost200ResponseData) ToMap() (map[string]interface{}, error)
- func (o *ObservabilityConfigPost200ResponseData) UnmarshalJSON(data []byte) (err error)
- type ObservabilityConfigPostRequest
- func (o *ObservabilityConfigPostRequest) GetConfig() ObservabilityConfigGet200ResponseDataInnerConfig
- func (o *ObservabilityConfigPostRequest) GetConfigOk() (*ObservabilityConfigGet200ResponseDataInnerConfig, bool)
- func (o *ObservabilityConfigPostRequest) GetEnabled() bool
- func (o *ObservabilityConfigPostRequest) GetEnabledOk() (*bool, bool)
- func (o ObservabilityConfigPostRequest) MarshalJSON() ([]byte, error)
- func (o *ObservabilityConfigPostRequest) SetConfig(v ObservabilityConfigGet200ResponseDataInnerConfig)
- func (o *ObservabilityConfigPostRequest) SetEnabled(v bool)
- func (o ObservabilityConfigPostRequest) ToMap() (map[string]interface{}, error)
- func (o *ObservabilityConfigPostRequest) UnmarshalJSON(data []byte) (err error)
- type ObservabilityConfiguration
- func (o *ObservabilityConfiguration) GetConfig() ObservabilityConfigGet200ResponseDataInnerConfig
- func (o *ObservabilityConfiguration) GetConfigOk() (*ObservabilityConfigGet200ResponseDataInnerConfig, bool)
- func (o *ObservabilityConfiguration) GetEnabled() bool
- func (o *ObservabilityConfiguration) GetEnabledOk() (*bool, bool)
- func (o *ObservabilityConfiguration) GetId() string
- func (o *ObservabilityConfiguration) GetIdOk() (*string, bool)
- func (o ObservabilityConfiguration) MarshalJSON() ([]byte, error)
- func (o *ObservabilityConfiguration) SetConfig(v ObservabilityConfigGet200ResponseDataInnerConfig)
- func (o *ObservabilityConfiguration) SetEnabled(v bool)
- func (o *ObservabilityConfiguration) SetId(v string)
- func (o ObservabilityConfiguration) ToMap() (map[string]interface{}, error)
- func (o *ObservabilityConfiguration) UnmarshalJSON(data []byte) (err error)
- type ObservabilityProviderProviderTestPost200Response
- func NewObservabilityProviderProviderTestPost200Response(success bool, data ObservabilityProviderProviderTestPost200ResponseData) *ObservabilityProviderProviderTestPost200Response
- func NewObservabilityProviderProviderTestPost200ResponseWithDefaults() *ObservabilityProviderProviderTestPost200Response
- func (o *ObservabilityProviderProviderTestPost200Response) GetData() ObservabilityProviderProviderTestPost200ResponseData
- func (o *ObservabilityProviderProviderTestPost200Response) GetDataOk() (*ObservabilityProviderProviderTestPost200ResponseData, bool)
- func (o *ObservabilityProviderProviderTestPost200Response) GetSuccess() bool
- func (o *ObservabilityProviderProviderTestPost200Response) GetSuccessOk() (*bool, bool)
- func (o ObservabilityProviderProviderTestPost200Response) MarshalJSON() ([]byte, error)
- func (o *ObservabilityProviderProviderTestPost200Response) SetData(v ObservabilityProviderProviderTestPost200ResponseData)
- func (o *ObservabilityProviderProviderTestPost200Response) SetSuccess(v bool)
- func (o ObservabilityProviderProviderTestPost200Response) ToMap() (map[string]interface{}, error)
- func (o *ObservabilityProviderProviderTestPost200Response) UnmarshalJSON(data []byte) (err error)
- type ObservabilityProviderProviderTestPost200ResponseData
- func ObservabilityProviderProviderTestPost200ResponseDataOneOf1AsObservabilityProviderProviderTestPost200ResponseData(v *ObservabilityProviderProviderTestPost200ResponseDataOneOf1) ObservabilityProviderProviderTestPost200ResponseData
- func ObservabilityProviderProviderTestPost200ResponseDataOneOfAsObservabilityProviderProviderTestPost200ResponseData(v *ObservabilityProviderProviderTestPost200ResponseDataOneOf) ObservabilityProviderProviderTestPost200ResponseData
- type ObservabilityProviderProviderTestPost200ResponseDataAnyOf
- func (o *ObservabilityProviderProviderTestPost200ResponseDataAnyOf) GetMessage() string
- func (o *ObservabilityProviderProviderTestPost200ResponseDataAnyOf) GetMessageOk() (*string, bool)
- func (o *ObservabilityProviderProviderTestPost200ResponseDataAnyOf) GetSuccess() bool
- func (o *ObservabilityProviderProviderTestPost200ResponseDataAnyOf) GetSuccessOk() (*bool, bool)
- func (o ObservabilityProviderProviderTestPost200ResponseDataAnyOf) MarshalJSON() ([]byte, error)
- func (o *ObservabilityProviderProviderTestPost200ResponseDataAnyOf) SetMessage(v string)
- func (o *ObservabilityProviderProviderTestPost200ResponseDataAnyOf) SetSuccess(v bool)
- func (o ObservabilityProviderProviderTestPost200ResponseDataAnyOf) ToMap() (map[string]interface{}, error)
- func (o *ObservabilityProviderProviderTestPost200ResponseDataAnyOf) UnmarshalJSON(data []byte) (err error)
- type ObservabilityProviderProviderTestPost200ResponseDataAnyOf1
- func (o *ObservabilityProviderProviderTestPost200ResponseDataAnyOf1) GetSuccess() bool
- func (o *ObservabilityProviderProviderTestPost200ResponseDataAnyOf1) GetSuccessOk() (*bool, bool)
- func (o ObservabilityProviderProviderTestPost200ResponseDataAnyOf1) MarshalJSON() ([]byte, error)
- func (o *ObservabilityProviderProviderTestPost200ResponseDataAnyOf1) SetSuccess(v bool)
- func (o ObservabilityProviderProviderTestPost200ResponseDataAnyOf1) ToMap() (map[string]interface{}, error)
- func (o *ObservabilityProviderProviderTestPost200ResponseDataAnyOf1) UnmarshalJSON(data []byte) (err error)
- type ObservabilityProviderProviderTestPost200ResponseDataOneOf
- func (o *ObservabilityProviderProviderTestPost200ResponseDataOneOf) GetMessage() string
- func (o *ObservabilityProviderProviderTestPost200ResponseDataOneOf) GetMessageOk() (*string, bool)
- func (o *ObservabilityProviderProviderTestPost200ResponseDataOneOf) GetSuccess() bool
- func (o *ObservabilityProviderProviderTestPost200ResponseDataOneOf) GetSuccessOk() (*bool, bool)
- func (o ObservabilityProviderProviderTestPost200ResponseDataOneOf) MarshalJSON() ([]byte, error)
- func (o *ObservabilityProviderProviderTestPost200ResponseDataOneOf) SetMessage(v string)
- func (o *ObservabilityProviderProviderTestPost200ResponseDataOneOf) SetSuccess(v bool)
- func (o ObservabilityProviderProviderTestPost200ResponseDataOneOf) ToMap() (map[string]interface{}, error)
- func (o *ObservabilityProviderProviderTestPost200ResponseDataOneOf) UnmarshalJSON(data []byte) (err error)
- type ObservabilityProviderProviderTestPost200ResponseDataOneOf1
- func (o *ObservabilityProviderProviderTestPost200ResponseDataOneOf1) GetSuccess() bool
- func (o *ObservabilityProviderProviderTestPost200ResponseDataOneOf1) GetSuccessOk() (*bool, bool)
- func (o ObservabilityProviderProviderTestPost200ResponseDataOneOf1) MarshalJSON() ([]byte, error)
- func (o *ObservabilityProviderProviderTestPost200ResponseDataOneOf1) SetSuccess(v bool)
- func (o ObservabilityProviderProviderTestPost200ResponseDataOneOf1) ToMap() (map[string]interface{}, error)
- func (o *ObservabilityProviderProviderTestPost200ResponseDataOneOf1) UnmarshalJSON(data []byte) (err error)
- type ObservabilityProviderProviderTestPostProviderParameter
- type Organization
- func (o *Organization) GetHost() string
- func (o *Organization) GetHostOk() (*string, bool)
- func (o *Organization) GetLastActive() time.Time
- func (o *Organization) GetLastActiveOk() (*time.Time, bool)
- func (o *Organization) GetOrgId() string
- func (o *Organization) GetOrgIdOk() (*string, bool)
- func (o Organization) MarshalJSON() ([]byte, error)
- func (o *Organization) SetHost(v string)
- func (o *Organization) SetLastActive(v time.Time)
- func (o *Organization) SetOrgId(v string)
- func (o Organization) ToMap() (map[string]interface{}, error)
- func (o *Organization) UnmarshalJSON(data []byte) (err error)
- type OrganizationAPIService
- func (a *OrganizationAPIService) OrganizationAiSettingsGet(ctx context.Context) ApiOrganizationAiSettingsGetRequest
- func (a *OrganizationAPIService) OrganizationAiSettingsGetExecute(r ApiOrganizationAiSettingsGetRequest) (*OrganizationAiSettingsGet200Response, *http.Response, error)
- func (a *OrganizationAPIService) OrganizationAiSettingsPut(ctx context.Context) ApiOrganizationAiSettingsPutRequest
- func (a *OrganizationAPIService) OrganizationAiSettingsPutExecute(r ApiOrganizationAiSettingsPutRequest) (*OrganizationAiSettingsPut200Response, *http.Response, error)
- func (a *OrganizationAPIService) OrganizationAnalyticsIntegrationsGet(ctx context.Context) ApiOrganizationAnalyticsIntegrationsGetRequest
- func (a *OrganizationAPIService) OrganizationAnalyticsIntegrationsGetExecute(r ApiOrganizationAnalyticsIntegrationsGetRequest) (*OrganizationAnalyticsIntegrationsGet200Response, *http.Response, error)
- func (a *OrganizationAPIService) OrganizationGet(ctx context.Context) ApiOrganizationGetRequest
- func (a *OrganizationAPIService) OrganizationGetExecute(r ApiOrganizationGetRequest) (*OrganizationGet200Response, *http.Response, error)
- func (a *OrganizationAPIService) OrganizationInvalidateSessionsPost(ctx context.Context) ApiOrganizationInvalidateSessionsPostRequest
- func (a *OrganizationAPIService) OrganizationInvalidateSessionsPostExecute(r ApiOrganizationInvalidateSessionsPostRequest) (*http.Response, error)
- func (a *OrganizationAPIService) OrganizationPatch(ctx context.Context) ApiOrganizationPatchRequest
- func (a *OrganizationAPIService) OrganizationPatchExecute(r ApiOrganizationPatchRequest) (*OrganizationPatch200Response, *http.Response, error)
- type OrganizationAiSettingsGet200Response
- func (o *OrganizationAiSettingsGet200Response) GetData() OrganizationAiSettingsGet200ResponseData
- func (o *OrganizationAiSettingsGet200Response) GetDataOk() (*OrganizationAiSettingsGet200ResponseData, bool)
- func (o *OrganizationAiSettingsGet200Response) GetSuccess() bool
- func (o *OrganizationAiSettingsGet200Response) GetSuccessOk() (*bool, bool)
- func (o OrganizationAiSettingsGet200Response) MarshalJSON() ([]byte, error)
- func (o *OrganizationAiSettingsGet200Response) SetData(v OrganizationAiSettingsGet200ResponseData)
- func (o *OrganizationAiSettingsGet200Response) SetSuccess(v bool)
- func (o OrganizationAiSettingsGet200Response) ToMap() (map[string]interface{}, error)
- func (o *OrganizationAiSettingsGet200Response) UnmarshalJSON(data []byte) (err error)
- type OrganizationAiSettingsGet200ResponseData
- func (o *OrganizationAiSettingsGet200ResponseData) GetRetoolAI() bool
- func (o *OrganizationAiSettingsGet200ResponseData) GetRetoolAIActions() bool
- func (o *OrganizationAiSettingsGet200ResponseData) GetRetoolAIActionsOk() (*bool, bool)
- func (o *OrganizationAiSettingsGet200ResponseData) GetRetoolAIOk() (*bool, bool)
- func (o *OrganizationAiSettingsGet200ResponseData) GetRetoolAskAI() bool
- func (o *OrganizationAiSettingsGet200ResponseData) GetRetoolAskAIOk() (*bool, bool)
- func (o *OrganizationAiSettingsGet200ResponseData) GetRetoolVector() bool
- func (o *OrganizationAiSettingsGet200ResponseData) GetRetoolVectorOk() (*bool, bool)
- func (o OrganizationAiSettingsGet200ResponseData) MarshalJSON() ([]byte, error)
- func (o *OrganizationAiSettingsGet200ResponseData) SetRetoolAI(v bool)
- func (o *OrganizationAiSettingsGet200ResponseData) SetRetoolAIActions(v bool)
- func (o *OrganizationAiSettingsGet200ResponseData) SetRetoolAskAI(v bool)
- func (o *OrganizationAiSettingsGet200ResponseData) SetRetoolVector(v bool)
- func (o OrganizationAiSettingsGet200ResponseData) ToMap() (map[string]interface{}, error)
- func (o *OrganizationAiSettingsGet200ResponseData) UnmarshalJSON(data []byte) (err error)
- type OrganizationAiSettingsPut200Response
- func (o *OrganizationAiSettingsPut200Response) GetData() OrganizationAiSettingsGet200ResponseData
- func (o *OrganizationAiSettingsPut200Response) GetDataOk() (*OrganizationAiSettingsGet200ResponseData, bool)
- func (o *OrganizationAiSettingsPut200Response) GetSuccess() bool
- func (o *OrganizationAiSettingsPut200Response) GetSuccessOk() (*bool, bool)
- func (o OrganizationAiSettingsPut200Response) MarshalJSON() ([]byte, error)
- func (o *OrganizationAiSettingsPut200Response) SetData(v OrganizationAiSettingsGet200ResponseData)
- func (o *OrganizationAiSettingsPut200Response) SetSuccess(v bool)
- func (o OrganizationAiSettingsPut200Response) ToMap() (map[string]interface{}, error)
- func (o *OrganizationAiSettingsPut200Response) UnmarshalJSON(data []byte) (err error)
- type OrganizationAnalyticsIntegrationsGet200Response
- func NewOrganizationAnalyticsIntegrationsGet200Response(success bool, data []OrganizationAnalyticsIntegrationsGet200ResponseDataInner, ...) *OrganizationAnalyticsIntegrationsGet200Response
- func NewOrganizationAnalyticsIntegrationsGet200ResponseWithDefaults() *OrganizationAnalyticsIntegrationsGet200Response
- func (o *OrganizationAnalyticsIntegrationsGet200Response) GetData() []OrganizationAnalyticsIntegrationsGet200ResponseDataInner
- func (o *OrganizationAnalyticsIntegrationsGet200Response) GetDataOk() ([]OrganizationAnalyticsIntegrationsGet200ResponseDataInner, bool)
- func (o *OrganizationAnalyticsIntegrationsGet200Response) GetHasMore() bool
- func (o *OrganizationAnalyticsIntegrationsGet200Response) GetHasMoreOk() (*bool, bool)
- func (o *OrganizationAnalyticsIntegrationsGet200Response) GetNextToken() string
- func (o *OrganizationAnalyticsIntegrationsGet200Response) GetNextTokenOk() (*string, bool)
- func (o *OrganizationAnalyticsIntegrationsGet200Response) GetSuccess() bool
- func (o *OrganizationAnalyticsIntegrationsGet200Response) GetSuccessOk() (*bool, bool)
- func (o *OrganizationAnalyticsIntegrationsGet200Response) GetTotalCount() float32
- func (o *OrganizationAnalyticsIntegrationsGet200Response) GetTotalCountOk() (*float32, bool)
- func (o OrganizationAnalyticsIntegrationsGet200Response) MarshalJSON() ([]byte, error)
- func (o *OrganizationAnalyticsIntegrationsGet200Response) SetData(v []OrganizationAnalyticsIntegrationsGet200ResponseDataInner)
- func (o *OrganizationAnalyticsIntegrationsGet200Response) SetHasMore(v bool)
- func (o *OrganizationAnalyticsIntegrationsGet200Response) SetNextToken(v string)
- func (o *OrganizationAnalyticsIntegrationsGet200Response) SetSuccess(v bool)
- func (o *OrganizationAnalyticsIntegrationsGet200Response) SetTotalCount(v float32)
- func (o OrganizationAnalyticsIntegrationsGet200Response) ToMap() (map[string]interface{}, error)
- func (o *OrganizationAnalyticsIntegrationsGet200Response) UnmarshalJSON(data []byte) (err error)
- type OrganizationAnalyticsIntegrationsGet200ResponseDataInner
- func OrganizationAnalyticsIntegrationsGet200ResponseDataInnerOneOf1AsOrganizationAnalyticsIntegrationsGet200ResponseDataInner(v *OrganizationAnalyticsIntegrationsGet200ResponseDataInnerOneOf1) OrganizationAnalyticsIntegrationsGet200ResponseDataInner
- func OrganizationAnalyticsIntegrationsGet200ResponseDataInnerOneOf2AsOrganizationAnalyticsIntegrationsGet200ResponseDataInner(v *OrganizationAnalyticsIntegrationsGet200ResponseDataInnerOneOf2) OrganizationAnalyticsIntegrationsGet200ResponseDataInner
- func OrganizationAnalyticsIntegrationsGet200ResponseDataInnerOneOfAsOrganizationAnalyticsIntegrationsGet200ResponseDataInner(v *OrganizationAnalyticsIntegrationsGet200ResponseDataInnerOneOf) OrganizationAnalyticsIntegrationsGet200ResponseDataInner
- func (obj *OrganizationAnalyticsIntegrationsGet200ResponseDataInner) GetActualInstance() interface{}
- func (src OrganizationAnalyticsIntegrationsGet200ResponseDataInner) MarshalJSON() ([]byte, error)
- func (dst *OrganizationAnalyticsIntegrationsGet200ResponseDataInner) UnmarshalJSON(data []byte) error
- type OrganizationAnalyticsIntegrationsGet200ResponseDataInnerOneOf
- func NewOrganizationAnalyticsIntegrationsGet200ResponseDataInnerOneOf(type_ string, measurementId string, enabled bool) *OrganizationAnalyticsIntegrationsGet200ResponseDataInnerOneOf
- func NewOrganizationAnalyticsIntegrationsGet200ResponseDataInnerOneOfWithDefaults() *OrganizationAnalyticsIntegrationsGet200ResponseDataInnerOneOf
- func (o *OrganizationAnalyticsIntegrationsGet200ResponseDataInnerOneOf) GetEnabled() bool
- func (o *OrganizationAnalyticsIntegrationsGet200ResponseDataInnerOneOf) GetEnabledOk() (*bool, bool)
- func (o *OrganizationAnalyticsIntegrationsGet200ResponseDataInnerOneOf) GetMeasurementId() string
- func (o *OrganizationAnalyticsIntegrationsGet200ResponseDataInnerOneOf) GetMeasurementIdOk() (*string, bool)
- func (o *OrganizationAnalyticsIntegrationsGet200ResponseDataInnerOneOf) GetType() string
- func (o *OrganizationAnalyticsIntegrationsGet200ResponseDataInnerOneOf) GetTypeOk() (*string, bool)
- func (o OrganizationAnalyticsIntegrationsGet200ResponseDataInnerOneOf) MarshalJSON() ([]byte, error)
- func (o *OrganizationAnalyticsIntegrationsGet200ResponseDataInnerOneOf) SetEnabled(v bool)
- func (o *OrganizationAnalyticsIntegrationsGet200ResponseDataInnerOneOf) SetMeasurementId(v string)
- func (o *OrganizationAnalyticsIntegrationsGet200ResponseDataInnerOneOf) SetType(v string)
- func (o OrganizationAnalyticsIntegrationsGet200ResponseDataInnerOneOf) ToMap() (map[string]interface{}, error)
- func (o *OrganizationAnalyticsIntegrationsGet200ResponseDataInnerOneOf) UnmarshalJSON(data []byte) (err error)
- type OrganizationAnalyticsIntegrationsGet200ResponseDataInnerOneOf1
- func NewOrganizationAnalyticsIntegrationsGet200ResponseDataInnerOneOf1(type_ string, host string, apiKey string, enabled bool) *OrganizationAnalyticsIntegrationsGet200ResponseDataInnerOneOf1
- func NewOrganizationAnalyticsIntegrationsGet200ResponseDataInnerOneOf1WithDefaults() *OrganizationAnalyticsIntegrationsGet200ResponseDataInnerOneOf1
- func (o *OrganizationAnalyticsIntegrationsGet200ResponseDataInnerOneOf1) GetApiKey() string
- func (o *OrganizationAnalyticsIntegrationsGet200ResponseDataInnerOneOf1) GetApiKeyOk() (*string, bool)
- func (o *OrganizationAnalyticsIntegrationsGet200ResponseDataInnerOneOf1) GetEnabled() bool
- func (o *OrganizationAnalyticsIntegrationsGet200ResponseDataInnerOneOf1) GetEnabledOk() (*bool, bool)
- func (o *OrganizationAnalyticsIntegrationsGet200ResponseDataInnerOneOf1) GetHost() string
- func (o *OrganizationAnalyticsIntegrationsGet200ResponseDataInnerOneOf1) GetHostOk() (*string, bool)
- func (o *OrganizationAnalyticsIntegrationsGet200ResponseDataInnerOneOf1) GetType() string
- func (o *OrganizationAnalyticsIntegrationsGet200ResponseDataInnerOneOf1) GetTypeOk() (*string, bool)
- func (o OrganizationAnalyticsIntegrationsGet200ResponseDataInnerOneOf1) MarshalJSON() ([]byte, error)
- func (o *OrganizationAnalyticsIntegrationsGet200ResponseDataInnerOneOf1) SetApiKey(v string)
- func (o *OrganizationAnalyticsIntegrationsGet200ResponseDataInnerOneOf1) SetEnabled(v bool)
- func (o *OrganizationAnalyticsIntegrationsGet200ResponseDataInnerOneOf1) SetHost(v string)
- func (o *OrganizationAnalyticsIntegrationsGet200ResponseDataInnerOneOf1) SetType(v string)
- func (o OrganizationAnalyticsIntegrationsGet200ResponseDataInnerOneOf1) ToMap() (map[string]interface{}, error)
- func (o *OrganizationAnalyticsIntegrationsGet200ResponseDataInnerOneOf1) UnmarshalJSON(data []byte) (err error)
- type OrganizationAnalyticsIntegrationsGet200ResponseDataInnerOneOf2
- func NewOrganizationAnalyticsIntegrationsGet200ResponseDataInnerOneOf2(type_ string, enabled bool) *OrganizationAnalyticsIntegrationsGet200ResponseDataInnerOneOf2
- func NewOrganizationAnalyticsIntegrationsGet200ResponseDataInnerOneOf2WithDefaults() *OrganizationAnalyticsIntegrationsGet200ResponseDataInnerOneOf2
- func (o *OrganizationAnalyticsIntegrationsGet200ResponseDataInnerOneOf2) GetEnabled() bool
- func (o *OrganizationAnalyticsIntegrationsGet200ResponseDataInnerOneOf2) GetEnabledOk() (*bool, bool)
- func (o *OrganizationAnalyticsIntegrationsGet200ResponseDataInnerOneOf2) GetType() string
- func (o *OrganizationAnalyticsIntegrationsGet200ResponseDataInnerOneOf2) GetTypeOk() (*string, bool)
- func (o OrganizationAnalyticsIntegrationsGet200ResponseDataInnerOneOf2) MarshalJSON() ([]byte, error)
- func (o *OrganizationAnalyticsIntegrationsGet200ResponseDataInnerOneOf2) SetEnabled(v bool)
- func (o *OrganizationAnalyticsIntegrationsGet200ResponseDataInnerOneOf2) SetType(v string)
- func (o OrganizationAnalyticsIntegrationsGet200ResponseDataInnerOneOf2) ToMap() (map[string]interface{}, error)
- func (o *OrganizationAnalyticsIntegrationsGet200ResponseDataInnerOneOf2) UnmarshalJSON(data []byte) (err error)
- type OrganizationGet200Response
- func (o *OrganizationGet200Response) GetData() OrganizationGet200ResponseData
- func (o *OrganizationGet200Response) GetDataOk() (*OrganizationGet200ResponseData, bool)
- func (o *OrganizationGet200Response) GetSuccess() bool
- func (o *OrganizationGet200Response) GetSuccessOk() (*bool, bool)
- func (o OrganizationGet200Response) MarshalJSON() ([]byte, error)
- func (o *OrganizationGet200Response) SetData(v OrganizationGet200ResponseData)
- func (o *OrganizationGet200Response) SetSuccess(v bool)
- func (o OrganizationGet200Response) ToMap() (map[string]interface{}, error)
- func (o *OrganizationGet200Response) UnmarshalJSON(data []byte) (err error)
- type OrganizationGet200ResponseData
- func (o *OrganizationGet200ResponseData) GetAiSupportBotDisabled() bool
- func (o *OrganizationGet200ResponseData) GetAiSupportBotDisabledOk() (*bool, bool)
- func (o *OrganizationGet200ResponseData) GetAppOwnersPermissionsManagement() bool
- func (o *OrganizationGet200ResponseData) GetAppOwnersPermissionsManagementOk() (*bool, bool)
- func (o *OrganizationGet200ResponseData) GetApplyPreloadedCssToHomepage() bool
- func (o *OrganizationGet200ResponseData) GetApplyPreloadedCssToHomepageOk() (*bool, bool)
- func (o *OrganizationGet200ResponseData) GetCacheQueriesPerUser() bool
- func (o *OrganizationGet200ResponseData) GetCacheQueriesPerUserOk() (*bool, bool)
- func (o *OrganizationGet200ResponseData) GetDisableNewLoginIpNotificationEmail() bool
- func (o *OrganizationGet200ResponseData) GetDisableNewLoginIpNotificationEmailOk() (*bool, bool)
- func (o *OrganizationGet200ResponseData) GetId() string
- func (o *OrganizationGet200ResponseData) GetIdOk() (*string, bool)
- func (o *OrganizationGet200ResponseData) GetJavascriptLinks() []string
- func (o *OrganizationGet200ResponseData) GetJavascriptLinksOk() ([]string, bool)
- func (o *OrganizationGet200ResponseData) GetPreloadedCss() string
- func (o *OrganizationGet200ResponseData) GetPreloadedCssOk() (*string, bool)
- func (o *OrganizationGet200ResponseData) GetPreloadedJavascript() string
- func (o *OrganizationGet200ResponseData) GetPreloadedJavascriptOk() (*string, bool)
- func (o *OrganizationGet200ResponseData) GetReleaseManagementEnabled() bool
- func (o *OrganizationGet200ResponseData) GetReleaseManagementEnabledOk() (*bool, bool)
- func (o *OrganizationGet200ResponseData) GetRequestAccessEnabled() bool
- func (o *OrganizationGet200ResponseData) GetRequestAccessEnabledOk() (*bool, bool)
- func (o *OrganizationGet200ResponseData) GetRetoolFormsDisabled() bool
- func (o *OrganizationGet200ResponseData) GetRetoolFormsDisabledOk() (*bool, bool)
- func (o *OrganizationGet200ResponseData) GetTwoFactorAuthRequired() bool
- func (o *OrganizationGet200ResponseData) GetTwoFactorAuthRequiredOk() (*bool, bool)
- func (o *OrganizationGet200ResponseData) GetTwoFactorAuthType() string
- func (o *OrganizationGet200ResponseData) GetTwoFactorAuthTypeOk() (*string, bool)
- func (o *OrganizationGet200ResponseData) GetWorkflowRunRetentionPeriodMins() float32
- func (o *OrganizationGet200ResponseData) GetWorkflowRunRetentionPeriodMinsOk() (*float32, bool)
- func (o OrganizationGet200ResponseData) MarshalJSON() ([]byte, error)
- func (o *OrganizationGet200ResponseData) SetAiSupportBotDisabled(v bool)
- func (o *OrganizationGet200ResponseData) SetAppOwnersPermissionsManagement(v bool)
- func (o *OrganizationGet200ResponseData) SetApplyPreloadedCssToHomepage(v bool)
- func (o *OrganizationGet200ResponseData) SetCacheQueriesPerUser(v bool)
- func (o *OrganizationGet200ResponseData) SetDisableNewLoginIpNotificationEmail(v bool)
- func (o *OrganizationGet200ResponseData) SetId(v string)
- func (o *OrganizationGet200ResponseData) SetJavascriptLinks(v []string)
- func (o *OrganizationGet200ResponseData) SetPreloadedCss(v string)
- func (o *OrganizationGet200ResponseData) SetPreloadedJavascript(v string)
- func (o *OrganizationGet200ResponseData) SetReleaseManagementEnabled(v bool)
- func (o *OrganizationGet200ResponseData) SetRequestAccessEnabled(v bool)
- func (o *OrganizationGet200ResponseData) SetRetoolFormsDisabled(v bool)
- func (o *OrganizationGet200ResponseData) SetTwoFactorAuthRequired(v bool)
- func (o *OrganizationGet200ResponseData) SetTwoFactorAuthType(v string)
- func (o *OrganizationGet200ResponseData) SetWorkflowRunRetentionPeriodMins(v float32)
- func (o OrganizationGet200ResponseData) ToMap() (map[string]interface{}, error)
- func (o *OrganizationGet200ResponseData) UnmarshalJSON(data []byte) (err error)
- type OrganizationPatch200Response
- func (o *OrganizationPatch200Response) GetData() OrganizationPatch200ResponseData
- func (o *OrganizationPatch200Response) GetDataOk() (*OrganizationPatch200ResponseData, bool)
- func (o *OrganizationPatch200Response) GetSuccess() bool
- func (o *OrganizationPatch200Response) GetSuccessOk() (*bool, bool)
- func (o OrganizationPatch200Response) MarshalJSON() ([]byte, error)
- func (o *OrganizationPatch200Response) SetData(v OrganizationPatch200ResponseData)
- func (o *OrganizationPatch200Response) SetSuccess(v bool)
- func (o OrganizationPatch200Response) ToMap() (map[string]interface{}, error)
- func (o *OrganizationPatch200Response) UnmarshalJSON(data []byte) (err error)
- type OrganizationPatch200ResponseData
- func (o *OrganizationPatch200ResponseData) GetAiSupportBotDisabled() bool
- func (o *OrganizationPatch200ResponseData) GetAiSupportBotDisabledOk() (*bool, bool)
- func (o *OrganizationPatch200ResponseData) GetAppOwnersPermissionsManagement() bool
- func (o *OrganizationPatch200ResponseData) GetAppOwnersPermissionsManagementOk() (*bool, bool)
- func (o *OrganizationPatch200ResponseData) GetApplyPreloadedCssToHomepage() bool
- func (o *OrganizationPatch200ResponseData) GetApplyPreloadedCssToHomepageOk() (*bool, bool)
- func (o *OrganizationPatch200ResponseData) GetCacheQueriesPerUser() bool
- func (o *OrganizationPatch200ResponseData) GetCacheQueriesPerUserOk() (*bool, bool)
- func (o *OrganizationPatch200ResponseData) GetDisableNewLoginIpNotificationEmail() bool
- func (o *OrganizationPatch200ResponseData) GetDisableNewLoginIpNotificationEmailOk() (*bool, bool)
- func (o *OrganizationPatch200ResponseData) GetId() string
- func (o *OrganizationPatch200ResponseData) GetIdOk() (*string, bool)
- func (o *OrganizationPatch200ResponseData) GetJavascriptLinks() []string
- func (o *OrganizationPatch200ResponseData) GetJavascriptLinksOk() ([]string, bool)
- func (o *OrganizationPatch200ResponseData) GetPreloadedCss() string
- func (o *OrganizationPatch200ResponseData) GetPreloadedCssOk() (*string, bool)
- func (o *OrganizationPatch200ResponseData) GetPreloadedJavascript() string
- func (o *OrganizationPatch200ResponseData) GetPreloadedJavascriptOk() (*string, bool)
- func (o *OrganizationPatch200ResponseData) GetReleaseManagementEnabled() bool
- func (o *OrganizationPatch200ResponseData) GetReleaseManagementEnabledOk() (*bool, bool)
- func (o *OrganizationPatch200ResponseData) GetRequestAccessEnabled() bool
- func (o *OrganizationPatch200ResponseData) GetRequestAccessEnabledOk() (*bool, bool)
- func (o *OrganizationPatch200ResponseData) GetRetoolFormsDisabled() bool
- func (o *OrganizationPatch200ResponseData) GetRetoolFormsDisabledOk() (*bool, bool)
- func (o *OrganizationPatch200ResponseData) GetTwoFactorAuthRequired() bool
- func (o *OrganizationPatch200ResponseData) GetTwoFactorAuthRequiredOk() (*bool, bool)
- func (o *OrganizationPatch200ResponseData) GetTwoFactorAuthType() string
- func (o *OrganizationPatch200ResponseData) GetTwoFactorAuthTypeOk() (*string, bool)
- func (o *OrganizationPatch200ResponseData) GetWorkflowRunRetentionPeriodMins() float32
- func (o *OrganizationPatch200ResponseData) GetWorkflowRunRetentionPeriodMinsOk() (*float32, bool)
- func (o OrganizationPatch200ResponseData) MarshalJSON() ([]byte, error)
- func (o *OrganizationPatch200ResponseData) SetAiSupportBotDisabled(v bool)
- func (o *OrganizationPatch200ResponseData) SetAppOwnersPermissionsManagement(v bool)
- func (o *OrganizationPatch200ResponseData) SetApplyPreloadedCssToHomepage(v bool)
- func (o *OrganizationPatch200ResponseData) SetCacheQueriesPerUser(v bool)
- func (o *OrganizationPatch200ResponseData) SetDisableNewLoginIpNotificationEmail(v bool)
- func (o *OrganizationPatch200ResponseData) SetId(v string)
- func (o *OrganizationPatch200ResponseData) SetJavascriptLinks(v []string)
- func (o *OrganizationPatch200ResponseData) SetPreloadedCss(v string)
- func (o *OrganizationPatch200ResponseData) SetPreloadedJavascript(v string)
- func (o *OrganizationPatch200ResponseData) SetReleaseManagementEnabled(v bool)
- func (o *OrganizationPatch200ResponseData) SetRequestAccessEnabled(v bool)
- func (o *OrganizationPatch200ResponseData) SetRetoolFormsDisabled(v bool)
- func (o *OrganizationPatch200ResponseData) SetTwoFactorAuthRequired(v bool)
- func (o *OrganizationPatch200ResponseData) SetTwoFactorAuthType(v string)
- func (o *OrganizationPatch200ResponseData) SetWorkflowRunRetentionPeriodMins(v float32)
- func (o OrganizationPatch200ResponseData) ToMap() (map[string]interface{}, error)
- func (o *OrganizationPatch200ResponseData) UnmarshalJSON(data []byte) (err error)
- type OrganizationPatchRequest
- func (o *OrganizationPatchRequest) GetOperations() []ReplaceOperation
- func (o *OrganizationPatchRequest) GetOperationsOk() ([]ReplaceOperation, bool)
- func (o OrganizationPatchRequest) MarshalJSON() ([]byte, error)
- func (o *OrganizationPatchRequest) SetOperations(v []ReplaceOperation)
- func (o OrganizationPatchRequest) ToMap() (map[string]interface{}, error)
- func (o *OrganizationPatchRequest) UnmarshalJSON(data []byte) (err error)
- type OrganizationSettings
- func (o *OrganizationSettings) GetAiSupportBotDisabled() bool
- func (o *OrganizationSettings) GetAiSupportBotDisabledOk() (*bool, bool)
- func (o *OrganizationSettings) GetAppOwnersPermissionsManagement() bool
- func (o *OrganizationSettings) GetAppOwnersPermissionsManagementOk() (*bool, bool)
- func (o *OrganizationSettings) GetApplyPreloadedCssToHomepage() bool
- func (o *OrganizationSettings) GetApplyPreloadedCssToHomepageOk() (*bool, bool)
- func (o *OrganizationSettings) GetCacheQueriesPerUser() bool
- func (o *OrganizationSettings) GetCacheQueriesPerUserOk() (*bool, bool)
- func (o *OrganizationSettings) GetDisableNewLoginIpNotificationEmail() bool
- func (o *OrganizationSettings) GetDisableNewLoginIpNotificationEmailOk() (*bool, bool)
- func (o *OrganizationSettings) GetId() string
- func (o *OrganizationSettings) GetIdOk() (*string, bool)
- func (o *OrganizationSettings) GetJavascriptLinks() []string
- func (o *OrganizationSettings) GetJavascriptLinksOk() ([]string, bool)
- func (o *OrganizationSettings) GetPreloadedCss() string
- func (o *OrganizationSettings) GetPreloadedCssOk() (*string, bool)
- func (o *OrganizationSettings) GetPreloadedJavascript() string
- func (o *OrganizationSettings) GetPreloadedJavascriptOk() (*string, bool)
- func (o *OrganizationSettings) GetReleaseManagementEnabled() bool
- func (o *OrganizationSettings) GetReleaseManagementEnabledOk() (*bool, bool)
- func (o *OrganizationSettings) GetRequestAccessEnabled() bool
- func (o *OrganizationSettings) GetRequestAccessEnabledOk() (*bool, bool)
- func (o *OrganizationSettings) GetRetoolFormsDisabled() bool
- func (o *OrganizationSettings) GetRetoolFormsDisabledOk() (*bool, bool)
- func (o *OrganizationSettings) GetTwoFactorAuthRequired() bool
- func (o *OrganizationSettings) GetTwoFactorAuthRequiredOk() (*bool, bool)
- func (o *OrganizationSettings) GetTwoFactorAuthType() string
- func (o *OrganizationSettings) GetTwoFactorAuthTypeOk() (*string, bool)
- func (o *OrganizationSettings) GetWorkflowRunRetentionPeriodMins() float32
- func (o *OrganizationSettings) GetWorkflowRunRetentionPeriodMinsOk() (*float32, bool)
- func (o OrganizationSettings) MarshalJSON() ([]byte, error)
- func (o *OrganizationSettings) SetAiSupportBotDisabled(v bool)
- func (o *OrganizationSettings) SetAppOwnersPermissionsManagement(v bool)
- func (o *OrganizationSettings) SetApplyPreloadedCssToHomepage(v bool)
- func (o *OrganizationSettings) SetCacheQueriesPerUser(v bool)
- func (o *OrganizationSettings) SetDisableNewLoginIpNotificationEmail(v bool)
- func (o *OrganizationSettings) SetId(v string)
- func (o *OrganizationSettings) SetJavascriptLinks(v []string)
- func (o *OrganizationSettings) SetPreloadedCss(v string)
- func (o *OrganizationSettings) SetPreloadedJavascript(v string)
- func (o *OrganizationSettings) SetReleaseManagementEnabled(v bool)
- func (o *OrganizationSettings) SetRequestAccessEnabled(v bool)
- func (o *OrganizationSettings) SetRetoolFormsDisabled(v bool)
- func (o *OrganizationSettings) SetTwoFactorAuthRequired(v bool)
- func (o *OrganizationSettings) SetTwoFactorAuthType(v string)
- func (o *OrganizationSettings) SetWorkflowRunRetentionPeriodMins(v float32)
- func (o OrganizationSettings) ToMap() (map[string]interface{}, error)
- func (o *OrganizationSettings) UnmarshalJSON(data []byte) (err error)
- type PermissionsAPIService
- func (a *PermissionsAPIService) PermissionsAccessListObjectTypeObjectIdGet(ctx context.Context, objectId string, objectType string) ApiPermissionsAccessListObjectTypeObjectIdGetRequest
- func (a *PermissionsAPIService) PermissionsAccessListObjectTypeObjectIdGetExecute(r ApiPermissionsAccessListObjectTypeObjectIdGetRequest) (*PermissionsAccessListObjectTypeObjectIdGet200Response, *http.Response, error)
- func (a *PermissionsAPIService) PermissionsGrantPost(ctx context.Context) ApiPermissionsGrantPostRequest
- func (a *PermissionsAPIService) PermissionsGrantPostExecute(r ApiPermissionsGrantPostRequest) (*PermissionsListObjectsPost200Response, *http.Response, error)
- func (a *PermissionsAPIService) PermissionsListObjectsPost(ctx context.Context) ApiPermissionsListObjectsPostRequest
- func (a *PermissionsAPIService) PermissionsListObjectsPostExecute(r ApiPermissionsListObjectsPostRequest) (*PermissionsListObjectsPost200Response, *http.Response, error)
- func (a *PermissionsAPIService) PermissionsRevokePost(ctx context.Context) ApiPermissionsRevokePostRequest
- func (a *PermissionsAPIService) PermissionsRevokePostExecute(r ApiPermissionsRevokePostRequest) (*PermissionsListObjectsPost200Response, *http.Response, error)
- func (a *PermissionsAPIService) RolePermissionsRoleGrantsGet(ctx context.Context) ApiRolePermissionsRoleGrantsGetRequest
- func (a *PermissionsAPIService) RolePermissionsRoleGrantsGetExecute(r ApiRolePermissionsRoleGrantsGetRequest) (*http.Response, error)
- func (a *PermissionsAPIService) RolePermissionsRoleGrantsPost(ctx context.Context) ApiRolePermissionsRoleGrantsPostRequest
- func (a *PermissionsAPIService) RolePermissionsRoleGrantsPostExecute(r ApiRolePermissionsRoleGrantsPostRequest) (*http.Response, error)
- func (a *PermissionsAPIService) RolePermissionsRoleGrantsRoleGrantIdDelete(ctx context.Context, roleGrantId string) ApiRolePermissionsRoleGrantsRoleGrantIdDeleteRequest
- func (a *PermissionsAPIService) RolePermissionsRoleGrantsRoleGrantIdDeleteExecute(r ApiRolePermissionsRoleGrantsRoleGrantIdDeleteRequest) (*http.Response, error)
- func (a *PermissionsAPIService) RolePermissionsRoleGrantsSubjectTypeSubjectIdGet(ctx context.Context, subjectType string, subjectId string) ApiRolePermissionsRoleGrantsSubjectTypeSubjectIdGetRequest
- func (a *PermissionsAPIService) RolePermissionsRoleGrantsSubjectTypeSubjectIdGetExecute(r ApiRolePermissionsRoleGrantsSubjectTypeSubjectIdGetRequest) (*http.Response, error)
- func (a *PermissionsAPIService) RolePermissionsRolesGet(ctx context.Context) ApiRolePermissionsRolesGetRequest
- func (a *PermissionsAPIService) RolePermissionsRolesGetExecute(r ApiRolePermissionsRolesGetRequest) (*RolePermissionsRolesGet200Response, *http.Response, error)
- func (a *PermissionsAPIService) RolePermissionsRolesPost(ctx context.Context) ApiRolePermissionsRolesPostRequest
- func (a *PermissionsAPIService) RolePermissionsRolesPostExecute(r ApiRolePermissionsRolesPostRequest) (*RolePermissionsRolesPost201Response, *http.Response, error)
- func (a *PermissionsAPIService) RolePermissionsRolesRoleIdDelete(ctx context.Context, roleId string) ApiRolePermissionsRolesRoleIdDeleteRequest
- func (a *PermissionsAPIService) RolePermissionsRolesRoleIdDeleteExecute(r ApiRolePermissionsRolesRoleIdDeleteRequest) (*http.Response, error)
- func (a *PermissionsAPIService) RolePermissionsRolesRoleIdPatch(ctx context.Context, roleId string) ApiRolePermissionsRolesRoleIdPatchRequest
- func (a *PermissionsAPIService) RolePermissionsRolesRoleIdPatchExecute(r ApiRolePermissionsRolesRoleIdPatchRequest) (*RolePermissionsRolesPost201Response, *http.Response, error)
- type PermissionsAccessListObjectTypeObjectIdGet200Response
- func NewPermissionsAccessListObjectTypeObjectIdGet200Response(success bool, data PermissionsAccessListObjectTypeObjectIdGet200ResponseData) *PermissionsAccessListObjectTypeObjectIdGet200Response
- func NewPermissionsAccessListObjectTypeObjectIdGet200ResponseWithDefaults() *PermissionsAccessListObjectTypeObjectIdGet200Response
- func (o *PermissionsAccessListObjectTypeObjectIdGet200Response) GetData() PermissionsAccessListObjectTypeObjectIdGet200ResponseData
- func (o *PermissionsAccessListObjectTypeObjectIdGet200Response) GetDataOk() (*PermissionsAccessListObjectTypeObjectIdGet200ResponseData, bool)
- func (o *PermissionsAccessListObjectTypeObjectIdGet200Response) GetSuccess() bool
- func (o *PermissionsAccessListObjectTypeObjectIdGet200Response) GetSuccessOk() (*bool, bool)
- func (o PermissionsAccessListObjectTypeObjectIdGet200Response) MarshalJSON() ([]byte, error)
- func (o *PermissionsAccessListObjectTypeObjectIdGet200Response) SetData(v PermissionsAccessListObjectTypeObjectIdGet200ResponseData)
- func (o *PermissionsAccessListObjectTypeObjectIdGet200Response) SetSuccess(v bool)
- func (o PermissionsAccessListObjectTypeObjectIdGet200Response) ToMap() (map[string]interface{}, error)
- func (o *PermissionsAccessListObjectTypeObjectIdGet200Response) UnmarshalJSON(data []byte) (err error)
- type PermissionsAccessListObjectTypeObjectIdGet200ResponseData
- func (o *PermissionsAccessListObjectTypeObjectIdGet200ResponseData) GetGroup() []PermissionsAccessListObjectTypeObjectIdGet200ResponseDataGroupInner
- func (o *PermissionsAccessListObjectTypeObjectIdGet200ResponseData) GetGroupOk() ([]PermissionsAccessListObjectTypeObjectIdGet200ResponseDataGroupInner, bool)
- func (o *PermissionsAccessListObjectTypeObjectIdGet200ResponseData) GetUser() []PermissionsAccessListObjectTypeObjectIdGet200ResponseDataGroupInner
- func (o *PermissionsAccessListObjectTypeObjectIdGet200ResponseData) GetUserInvite() []PermissionsAccessListObjectTypeObjectIdGet200ResponseDataGroupInner
- func (o *PermissionsAccessListObjectTypeObjectIdGet200ResponseData) GetUserInviteOk() ([]PermissionsAccessListObjectTypeObjectIdGet200ResponseDataGroupInner, bool)
- func (o *PermissionsAccessListObjectTypeObjectIdGet200ResponseData) GetUserOk() ([]PermissionsAccessListObjectTypeObjectIdGet200ResponseDataGroupInner, bool)
- func (o *PermissionsAccessListObjectTypeObjectIdGet200ResponseData) HasGroup() bool
- func (o *PermissionsAccessListObjectTypeObjectIdGet200ResponseData) HasUser() bool
- func (o *PermissionsAccessListObjectTypeObjectIdGet200ResponseData) HasUserInvite() bool
- func (o PermissionsAccessListObjectTypeObjectIdGet200ResponseData) MarshalJSON() ([]byte, error)
- func (o *PermissionsAccessListObjectTypeObjectIdGet200ResponseData) SetGroup(v []PermissionsAccessListObjectTypeObjectIdGet200ResponseDataGroupInner)
- func (o *PermissionsAccessListObjectTypeObjectIdGet200ResponseData) SetUser(v []PermissionsAccessListObjectTypeObjectIdGet200ResponseDataGroupInner)
- func (o *PermissionsAccessListObjectTypeObjectIdGet200ResponseData) SetUserInvite(v []PermissionsAccessListObjectTypeObjectIdGet200ResponseDataGroupInner)
- func (o PermissionsAccessListObjectTypeObjectIdGet200ResponseData) ToMap() (map[string]interface{}, error)
- func (o *PermissionsAccessListObjectTypeObjectIdGet200ResponseData) UnmarshalJSON(data []byte) (err error)
- type PermissionsAccessListObjectTypeObjectIdGet200ResponseDataGroupInner
- func NewPermissionsAccessListObjectTypeObjectIdGet200ResponseDataGroupInner(...) *PermissionsAccessListObjectTypeObjectIdGet200ResponseDataGroupInner
- func NewPermissionsAccessListObjectTypeObjectIdGet200ResponseDataGroupInnerWithDefaults() *PermissionsAccessListObjectTypeObjectIdGet200ResponseDataGroupInner
- func (o *PermissionsAccessListObjectTypeObjectIdGet200ResponseDataGroupInner) GetAccessLevel() string
- func (o *PermissionsAccessListObjectTypeObjectIdGet200ResponseDataGroupInner) GetAccessLevelOk() (*string, bool)
- func (o *PermissionsAccessListObjectTypeObjectIdGet200ResponseDataGroupInner) GetSources() PermissionsAccessListObjectTypeObjectIdGet200ResponseDataGroupInnerSources
- func (o *PermissionsAccessListObjectTypeObjectIdGet200ResponseDataGroupInner) GetSourcesOk() (*PermissionsAccessListObjectTypeObjectIdGet200ResponseDataGroupInnerSources, ...)
- func (o *PermissionsAccessListObjectTypeObjectIdGet200ResponseDataGroupInner) GetSubject() PermissionsAccessListObjectTypeObjectIdGet200ResponseDataGroupInnerSubject
- func (o *PermissionsAccessListObjectTypeObjectIdGet200ResponseDataGroupInner) GetSubjectOk() (*PermissionsAccessListObjectTypeObjectIdGet200ResponseDataGroupInnerSubject, ...)
- func (o *PermissionsAccessListObjectTypeObjectIdGet200ResponseDataGroupInner) HasSources() bool
- func (o PermissionsAccessListObjectTypeObjectIdGet200ResponseDataGroupInner) MarshalJSON() ([]byte, error)
- func (o *PermissionsAccessListObjectTypeObjectIdGet200ResponseDataGroupInner) SetAccessLevel(v string)
- func (o *PermissionsAccessListObjectTypeObjectIdGet200ResponseDataGroupInner) SetSources(v PermissionsAccessListObjectTypeObjectIdGet200ResponseDataGroupInnerSources)
- func (o *PermissionsAccessListObjectTypeObjectIdGet200ResponseDataGroupInner) SetSubject(v PermissionsAccessListObjectTypeObjectIdGet200ResponseDataGroupInnerSubject)
- func (o PermissionsAccessListObjectTypeObjectIdGet200ResponseDataGroupInner) ToMap() (map[string]interface{}, error)
- func (o *PermissionsAccessListObjectTypeObjectIdGet200ResponseDataGroupInner) UnmarshalJSON(data []byte) (err error)
- type PermissionsAccessListObjectTypeObjectIdGet200ResponseDataGroupInnerSources
- func NewPermissionsAccessListObjectTypeObjectIdGet200ResponseDataGroupInnerSources() *PermissionsAccessListObjectTypeObjectIdGet200ResponseDataGroupInnerSources
- func NewPermissionsAccessListObjectTypeObjectIdGet200ResponseDataGroupInnerSourcesWithDefaults() *PermissionsAccessListObjectTypeObjectIdGet200ResponseDataGroupInnerSources
- func (o *PermissionsAccessListObjectTypeObjectIdGet200ResponseDataGroupInnerSources) GetDirect() bool
- func (o *PermissionsAccessListObjectTypeObjectIdGet200ResponseDataGroupInnerSources) GetDirectOk() (*bool, bool)
- func (o *PermissionsAccessListObjectTypeObjectIdGet200ResponseDataGroupInnerSources) GetGroups() ...
- func (o *PermissionsAccessListObjectTypeObjectIdGet200ResponseDataGroupInnerSources) GetGroupsOk() (...)
- func (o *PermissionsAccessListObjectTypeObjectIdGet200ResponseDataGroupInnerSources) GetInherited() ...
- func (o *PermissionsAccessListObjectTypeObjectIdGet200ResponseDataGroupInnerSources) GetInheritedOk() (...)
- func (o *PermissionsAccessListObjectTypeObjectIdGet200ResponseDataGroupInnerSources) GetUniversal() bool
- func (o *PermissionsAccessListObjectTypeObjectIdGet200ResponseDataGroupInnerSources) GetUniversalOk() (*bool, bool)
- func (o *PermissionsAccessListObjectTypeObjectIdGet200ResponseDataGroupInnerSources) HasDirect() bool
- func (o *PermissionsAccessListObjectTypeObjectIdGet200ResponseDataGroupInnerSources) HasGroups() bool
- func (o *PermissionsAccessListObjectTypeObjectIdGet200ResponseDataGroupInnerSources) HasInherited() bool
- func (o *PermissionsAccessListObjectTypeObjectIdGet200ResponseDataGroupInnerSources) HasUniversal() bool
- func (o PermissionsAccessListObjectTypeObjectIdGet200ResponseDataGroupInnerSources) MarshalJSON() ([]byte, error)
- func (o *PermissionsAccessListObjectTypeObjectIdGet200ResponseDataGroupInnerSources) SetDirect(v bool)
- func (o *PermissionsAccessListObjectTypeObjectIdGet200ResponseDataGroupInnerSources) SetGroups(...)
- func (o *PermissionsAccessListObjectTypeObjectIdGet200ResponseDataGroupInnerSources) SetInherited(...)
- func (o *PermissionsAccessListObjectTypeObjectIdGet200ResponseDataGroupInnerSources) SetUniversal(v bool)
- func (o PermissionsAccessListObjectTypeObjectIdGet200ResponseDataGroupInnerSources) ToMap() (map[string]interface{}, error)
- func (o *PermissionsAccessListObjectTypeObjectIdGet200ResponseDataGroupInnerSources) UnmarshalJSON(data []byte) (err error)
- type PermissionsAccessListObjectTypeObjectIdGet200ResponseDataGroupInnerSourcesGroupsInner
- func (o *PermissionsAccessListObjectTypeObjectIdGet200ResponseDataGroupInnerSourcesGroupsInner) GetId() string
- func (o *PermissionsAccessListObjectTypeObjectIdGet200ResponseDataGroupInnerSourcesGroupsInner) GetIdOk() (*string, bool)
- func (o *PermissionsAccessListObjectTypeObjectIdGet200ResponseDataGroupInnerSourcesGroupsInner) GetType() string
- func (o *PermissionsAccessListObjectTypeObjectIdGet200ResponseDataGroupInnerSourcesGroupsInner) GetTypeOk() (*string, bool)
- func (o PermissionsAccessListObjectTypeObjectIdGet200ResponseDataGroupInnerSourcesGroupsInner) MarshalJSON() ([]byte, error)
- func (o *PermissionsAccessListObjectTypeObjectIdGet200ResponseDataGroupInnerSourcesGroupsInner) SetId(v string)
- func (o *PermissionsAccessListObjectTypeObjectIdGet200ResponseDataGroupInnerSourcesGroupsInner) SetType(v string)
- func (o PermissionsAccessListObjectTypeObjectIdGet200ResponseDataGroupInnerSourcesGroupsInner) ToMap() (map[string]interface{}, error)
- func (o *PermissionsAccessListObjectTypeObjectIdGet200ResponseDataGroupInnerSourcesGroupsInner) UnmarshalJSON(data []byte) (err error)
- type PermissionsAccessListObjectTypeObjectIdGet200ResponseDataGroupInnerSourcesInherited
- func (o *PermissionsAccessListObjectTypeObjectIdGet200ResponseDataGroupInnerSourcesInherited) GetId() string
- func (o *PermissionsAccessListObjectTypeObjectIdGet200ResponseDataGroupInnerSourcesInherited) GetIdOk() (*string, bool)
- func (o *PermissionsAccessListObjectTypeObjectIdGet200ResponseDataGroupInnerSourcesInherited) GetType() string
- func (o *PermissionsAccessListObjectTypeObjectIdGet200ResponseDataGroupInnerSourcesInherited) GetTypeOk() (*string, bool)
- func (o PermissionsAccessListObjectTypeObjectIdGet200ResponseDataGroupInnerSourcesInherited) MarshalJSON() ([]byte, error)
- func (o *PermissionsAccessListObjectTypeObjectIdGet200ResponseDataGroupInnerSourcesInherited) SetId(v string)
- func (o *PermissionsAccessListObjectTypeObjectIdGet200ResponseDataGroupInnerSourcesInherited) SetType(v string)
- func (o PermissionsAccessListObjectTypeObjectIdGet200ResponseDataGroupInnerSourcesInherited) ToMap() (map[string]interface{}, error)
- func (o *PermissionsAccessListObjectTypeObjectIdGet200ResponseDataGroupInnerSourcesInherited) UnmarshalJSON(data []byte) (err error)
- type PermissionsAccessListObjectTypeObjectIdGet200ResponseDataGroupInnerSubject
- func NewPermissionsAccessListObjectTypeObjectIdGet200ResponseDataGroupInnerSubject(id string, type_ string) *PermissionsAccessListObjectTypeObjectIdGet200ResponseDataGroupInnerSubject
- func NewPermissionsAccessListObjectTypeObjectIdGet200ResponseDataGroupInnerSubjectWithDefaults() *PermissionsAccessListObjectTypeObjectIdGet200ResponseDataGroupInnerSubject
- func (o *PermissionsAccessListObjectTypeObjectIdGet200ResponseDataGroupInnerSubject) GetId() string
- func (o *PermissionsAccessListObjectTypeObjectIdGet200ResponseDataGroupInnerSubject) GetIdOk() (*string, bool)
- func (o *PermissionsAccessListObjectTypeObjectIdGet200ResponseDataGroupInnerSubject) GetType() string
- func (o *PermissionsAccessListObjectTypeObjectIdGet200ResponseDataGroupInnerSubject) GetTypeOk() (*string, bool)
- func (o PermissionsAccessListObjectTypeObjectIdGet200ResponseDataGroupInnerSubject) MarshalJSON() ([]byte, error)
- func (o *PermissionsAccessListObjectTypeObjectIdGet200ResponseDataGroupInnerSubject) SetId(v string)
- func (o *PermissionsAccessListObjectTypeObjectIdGet200ResponseDataGroupInnerSubject) SetType(v string)
- func (o PermissionsAccessListObjectTypeObjectIdGet200ResponseDataGroupInnerSubject) ToMap() (map[string]interface{}, error)
- func (o *PermissionsAccessListObjectTypeObjectIdGet200ResponseDataGroupInnerSubject) UnmarshalJSON(data []byte) (err error)
- type PermissionsGrantPost200Response
- func (o *PermissionsGrantPost200Response) GetData() []PermissionsGrantPost200ResponseDataInner
- func (o *PermissionsGrantPost200Response) GetDataOk() ([]PermissionsGrantPost200ResponseDataInner, bool)
- func (o *PermissionsGrantPost200Response) GetHasMore() bool
- func (o *PermissionsGrantPost200Response) GetHasMoreOk() (*bool, bool)
- func (o *PermissionsGrantPost200Response) GetNextToken() string
- func (o *PermissionsGrantPost200Response) GetNextTokenOk() (*string, bool)
- func (o *PermissionsGrantPost200Response) GetSuccess() bool
- func (o *PermissionsGrantPost200Response) GetSuccessOk() (*bool, bool)
- func (o *PermissionsGrantPost200Response) GetTotalCount() float32
- func (o *PermissionsGrantPost200Response) GetTotalCountOk() (*float32, bool)
- func (o PermissionsGrantPost200Response) MarshalJSON() ([]byte, error)
- func (o *PermissionsGrantPost200Response) SetData(v []PermissionsGrantPost200ResponseDataInner)
- func (o *PermissionsGrantPost200Response) SetHasMore(v bool)
- func (o *PermissionsGrantPost200Response) SetNextToken(v string)
- func (o *PermissionsGrantPost200Response) SetSuccess(v bool)
- func (o *PermissionsGrantPost200Response) SetTotalCount(v float32)
- func (o PermissionsGrantPost200Response) ToMap() (map[string]interface{}, error)
- func (o *PermissionsGrantPost200Response) UnmarshalJSON(data []byte) (err error)
- type PermissionsGrantPost200ResponseDataInner
- type PermissionsGrantPostRequest
- func (o *PermissionsGrantPostRequest) GetAccessLevel() string
- func (o *PermissionsGrantPostRequest) GetAccessLevelOk() (*string, bool)
- func (o *PermissionsGrantPostRequest) GetObject() PermissionsGrantPostRequestObject
- func (o *PermissionsGrantPostRequest) GetObjectOk() (*PermissionsGrantPostRequestObject, bool)
- func (o *PermissionsGrantPostRequest) GetSubject() PermissionsListObjectsPostRequestSubject
- func (o *PermissionsGrantPostRequest) GetSubjectOk() (*PermissionsListObjectsPostRequestSubject, bool)
- func (o PermissionsGrantPostRequest) MarshalJSON() ([]byte, error)
- func (o *PermissionsGrantPostRequest) SetAccessLevel(v string)
- func (o *PermissionsGrantPostRequest) SetObject(v PermissionsGrantPostRequestObject)
- func (o *PermissionsGrantPostRequest) SetSubject(v PermissionsListObjectsPostRequestSubject)
- func (o PermissionsGrantPostRequest) ToMap() (map[string]interface{}, error)
- func (o *PermissionsGrantPostRequest) UnmarshalJSON(data []byte) (err error)
- type PermissionsGrantPostRequestObject
- func AppAsPermissionsGrantPostRequestObject(v *App) PermissionsGrantPostRequestObject
- func FolderAsPermissionsGrantPostRequestObject(v *Folder) PermissionsGrantPostRequestObject
- func ResourceAsPermissionsGrantPostRequestObject(v *Resource) PermissionsGrantPostRequestObject
- func ResourceConfigurationAsPermissionsGrantPostRequestObject(v *ResourceConfiguration) PermissionsGrantPostRequestObject
- type PermissionsGrantPostRequestObjectOneOf
- func (o *PermissionsGrantPostRequestObjectOneOf) GetId() string
- func (o *PermissionsGrantPostRequestObjectOneOf) GetIdOk() (*string, bool)
- func (o *PermissionsGrantPostRequestObjectOneOf) GetType() string
- func (o *PermissionsGrantPostRequestObjectOneOf) GetTypeOk() (*string, bool)
- func (o PermissionsGrantPostRequestObjectOneOf) MarshalJSON() ([]byte, error)
- func (o *PermissionsGrantPostRequestObjectOneOf) SetId(v string)
- func (o *PermissionsGrantPostRequestObjectOneOf) SetType(v string)
- func (o PermissionsGrantPostRequestObjectOneOf) ToMap() (map[string]interface{}, error)
- func (o *PermissionsGrantPostRequestObjectOneOf) UnmarshalJSON(data []byte) (err error)
- type PermissionsGrantPostRequestObjectOneOf1
- func (o *PermissionsGrantPostRequestObjectOneOf1) GetId() string
- func (o *PermissionsGrantPostRequestObjectOneOf1) GetIdOk() (*string, bool)
- func (o *PermissionsGrantPostRequestObjectOneOf1) GetType() string
- func (o *PermissionsGrantPostRequestObjectOneOf1) GetTypeOk() (*string, bool)
- func (o PermissionsGrantPostRequestObjectOneOf1) MarshalJSON() ([]byte, error)
- func (o *PermissionsGrantPostRequestObjectOneOf1) SetId(v string)
- func (o *PermissionsGrantPostRequestObjectOneOf1) SetType(v string)
- func (o PermissionsGrantPostRequestObjectOneOf1) ToMap() (map[string]interface{}, error)
- func (o *PermissionsGrantPostRequestObjectOneOf1) UnmarshalJSON(data []byte) (err error)
- type PermissionsGrantPostRequestObjectOneOf2
- func (o *PermissionsGrantPostRequestObjectOneOf2) GetId() PermissionsListObjectsPost200ResponseDataInnerOneOf2Id
- func (o *PermissionsGrantPostRequestObjectOneOf2) GetIdOk() (*PermissionsListObjectsPost200ResponseDataInnerOneOf2Id, bool)
- func (o *PermissionsGrantPostRequestObjectOneOf2) GetType() string
- func (o *PermissionsGrantPostRequestObjectOneOf2) GetTypeOk() (*string, bool)
- func (o PermissionsGrantPostRequestObjectOneOf2) MarshalJSON() ([]byte, error)
- func (o *PermissionsGrantPostRequestObjectOneOf2) SetId(v PermissionsListObjectsPost200ResponseDataInnerOneOf2Id)
- func (o *PermissionsGrantPostRequestObjectOneOf2) SetType(v string)
- func (o PermissionsGrantPostRequestObjectOneOf2) ToMap() (map[string]interface{}, error)
- func (o *PermissionsGrantPostRequestObjectOneOf2) UnmarshalJSON(data []byte) (err error)
- type PermissionsGrantPostRequestObjectOneOf3
- func (o *PermissionsGrantPostRequestObjectOneOf3) GetId() string
- func (o *PermissionsGrantPostRequestObjectOneOf3) GetIdOk() (*string, bool)
- func (o *PermissionsGrantPostRequestObjectOneOf3) GetType() string
- func (o *PermissionsGrantPostRequestObjectOneOf3) GetTypeOk() (*string, bool)
- func (o PermissionsGrantPostRequestObjectOneOf3) MarshalJSON() ([]byte, error)
- func (o *PermissionsGrantPostRequestObjectOneOf3) SetId(v string)
- func (o *PermissionsGrantPostRequestObjectOneOf3) SetType(v string)
- func (o PermissionsGrantPostRequestObjectOneOf3) ToMap() (map[string]interface{}, error)
- func (o *PermissionsGrantPostRequestObjectOneOf3) UnmarshalJSON(data []byte) (err error)
- type PermissionsListObjectsPost200Response
- func (o *PermissionsListObjectsPost200Response) GetData() []PermissionsListObjectsPost200ResponseDataInner
- func (o *PermissionsListObjectsPost200Response) GetDataOk() ([]PermissionsListObjectsPost200ResponseDataInner, bool)
- func (o *PermissionsListObjectsPost200Response) GetHasMore() bool
- func (o *PermissionsListObjectsPost200Response) GetHasMoreOk() (*bool, bool)
- func (o *PermissionsListObjectsPost200Response) GetNextToken() string
- func (o *PermissionsListObjectsPost200Response) GetNextTokenOk() (*string, bool)
- func (o *PermissionsListObjectsPost200Response) GetSuccess() bool
- func (o *PermissionsListObjectsPost200Response) GetSuccessOk() (*bool, bool)
- func (o *PermissionsListObjectsPost200Response) GetTotalCount() float32
- func (o *PermissionsListObjectsPost200Response) GetTotalCountOk() (*float32, bool)
- func (o PermissionsListObjectsPost200Response) MarshalJSON() ([]byte, error)
- func (o *PermissionsListObjectsPost200Response) SetData(v []PermissionsListObjectsPost200ResponseDataInner)
- func (o *PermissionsListObjectsPost200Response) SetHasMore(v bool)
- func (o *PermissionsListObjectsPost200Response) SetNextToken(v string)
- func (o *PermissionsListObjectsPost200Response) SetSuccess(v bool)
- func (o *PermissionsListObjectsPost200Response) SetTotalCount(v float32)
- func (o PermissionsListObjectsPost200Response) ToMap() (map[string]interface{}, error)
- func (o *PermissionsListObjectsPost200Response) UnmarshalJSON(data []byte) (err error)
- type PermissionsListObjectsPost200ResponseDataInner
- type PermissionsListObjectsPost200ResponseDataInnerAnyOf
- func (o *PermissionsListObjectsPost200ResponseDataInnerAnyOf) GetAccessLevel() string
- func (o *PermissionsListObjectsPost200ResponseDataInnerAnyOf) GetAccessLevelOk() (*string, bool)
- func (o *PermissionsListObjectsPost200ResponseDataInnerAnyOf) GetId() string
- func (o *PermissionsListObjectsPost200ResponseDataInnerAnyOf) GetIdOk() (*string, bool)
- func (o *PermissionsListObjectsPost200ResponseDataInnerAnyOf) GetType() string
- func (o *PermissionsListObjectsPost200ResponseDataInnerAnyOf) GetTypeOk() (*string, bool)
- func (o PermissionsListObjectsPost200ResponseDataInnerAnyOf) MarshalJSON() ([]byte, error)
- func (o *PermissionsListObjectsPost200ResponseDataInnerAnyOf) SetAccessLevel(v string)
- func (o *PermissionsListObjectsPost200ResponseDataInnerAnyOf) SetId(v string)
- func (o *PermissionsListObjectsPost200ResponseDataInnerAnyOf) SetType(v string)
- func (o PermissionsListObjectsPost200ResponseDataInnerAnyOf) ToMap() (map[string]interface{}, error)
- func (o *PermissionsListObjectsPost200ResponseDataInnerAnyOf) UnmarshalJSON(data []byte) (err error)
- type PermissionsListObjectsPost200ResponseDataInnerAnyOf1
- func (o *PermissionsListObjectsPost200ResponseDataInnerAnyOf1) GetAccessLevel() string
- func (o *PermissionsListObjectsPost200ResponseDataInnerAnyOf1) GetAccessLevelOk() (*string, bool)
- func (o *PermissionsListObjectsPost200ResponseDataInnerAnyOf1) GetId() string
- func (o *PermissionsListObjectsPost200ResponseDataInnerAnyOf1) GetIdOk() (*string, bool)
- func (o *PermissionsListObjectsPost200ResponseDataInnerAnyOf1) GetType() string
- func (o *PermissionsListObjectsPost200ResponseDataInnerAnyOf1) GetTypeOk() (*string, bool)
- func (o PermissionsListObjectsPost200ResponseDataInnerAnyOf1) MarshalJSON() ([]byte, error)
- func (o *PermissionsListObjectsPost200ResponseDataInnerAnyOf1) SetAccessLevel(v string)
- func (o *PermissionsListObjectsPost200ResponseDataInnerAnyOf1) SetId(v string)
- func (o *PermissionsListObjectsPost200ResponseDataInnerAnyOf1) SetType(v string)
- func (o PermissionsListObjectsPost200ResponseDataInnerAnyOf1) ToMap() (map[string]interface{}, error)
- func (o *PermissionsListObjectsPost200ResponseDataInnerAnyOf1) UnmarshalJSON(data []byte) (err error)
- type PermissionsListObjectsPost200ResponseDataInnerAnyOf2
- func (o *PermissionsListObjectsPost200ResponseDataInnerAnyOf2) GetAccessLevel() string
- func (o *PermissionsListObjectsPost200ResponseDataInnerAnyOf2) GetAccessLevelOk() (*string, bool)
- func (o *PermissionsListObjectsPost200ResponseDataInnerAnyOf2) GetId() string
- func (o *PermissionsListObjectsPost200ResponseDataInnerAnyOf2) GetIdOk() (*string, bool)
- func (o *PermissionsListObjectsPost200ResponseDataInnerAnyOf2) GetType() string
- func (o *PermissionsListObjectsPost200ResponseDataInnerAnyOf2) GetTypeOk() (*string, bool)
- func (o PermissionsListObjectsPost200ResponseDataInnerAnyOf2) MarshalJSON() ([]byte, error)
- func (o *PermissionsListObjectsPost200ResponseDataInnerAnyOf2) SetAccessLevel(v string)
- func (o *PermissionsListObjectsPost200ResponseDataInnerAnyOf2) SetId(v string)
- func (o *PermissionsListObjectsPost200ResponseDataInnerAnyOf2) SetType(v string)
- func (o PermissionsListObjectsPost200ResponseDataInnerAnyOf2) ToMap() (map[string]interface{}, error)
- func (o *PermissionsListObjectsPost200ResponseDataInnerAnyOf2) UnmarshalJSON(data []byte) (err error)
- type PermissionsListObjectsPost200ResponseDataInnerAnyOf3
- func (o *PermissionsListObjectsPost200ResponseDataInnerAnyOf3) GetAccessLevel() string
- func (o *PermissionsListObjectsPost200ResponseDataInnerAnyOf3) GetAccessLevelOk() (*string, bool)
- func (o *PermissionsListObjectsPost200ResponseDataInnerAnyOf3) GetId() string
- func (o *PermissionsListObjectsPost200ResponseDataInnerAnyOf3) GetIdOk() (*string, bool)
- func (o *PermissionsListObjectsPost200ResponseDataInnerAnyOf3) GetType() string
- func (o *PermissionsListObjectsPost200ResponseDataInnerAnyOf3) GetTypeOk() (*string, bool)
- func (o PermissionsListObjectsPost200ResponseDataInnerAnyOf3) MarshalJSON() ([]byte, error)
- func (o *PermissionsListObjectsPost200ResponseDataInnerAnyOf3) SetAccessLevel(v string)
- func (o *PermissionsListObjectsPost200ResponseDataInnerAnyOf3) SetId(v string)
- func (o *PermissionsListObjectsPost200ResponseDataInnerAnyOf3) SetType(v string)
- func (o PermissionsListObjectsPost200ResponseDataInnerAnyOf3) ToMap() (map[string]interface{}, error)
- func (o *PermissionsListObjectsPost200ResponseDataInnerAnyOf3) UnmarshalJSON(data []byte) (err error)
- type PermissionsListObjectsPost200ResponseDataInnerOneOf
- func (o *PermissionsListObjectsPost200ResponseDataInnerOneOf) GetAccessLevel() string
- func (o *PermissionsListObjectsPost200ResponseDataInnerOneOf) GetAccessLevelOk() (*string, bool)
- func (o *PermissionsListObjectsPost200ResponseDataInnerOneOf) GetId() string
- func (o *PermissionsListObjectsPost200ResponseDataInnerOneOf) GetIdOk() (*string, bool)
- func (o *PermissionsListObjectsPost200ResponseDataInnerOneOf) GetType() string
- func (o *PermissionsListObjectsPost200ResponseDataInnerOneOf) GetTypeOk() (*string, bool)
- func (o PermissionsListObjectsPost200ResponseDataInnerOneOf) MarshalJSON() ([]byte, error)
- func (o *PermissionsListObjectsPost200ResponseDataInnerOneOf) SetAccessLevel(v string)
- func (o *PermissionsListObjectsPost200ResponseDataInnerOneOf) SetId(v string)
- func (o *PermissionsListObjectsPost200ResponseDataInnerOneOf) SetType(v string)
- func (o PermissionsListObjectsPost200ResponseDataInnerOneOf) ToMap() (map[string]interface{}, error)
- func (o *PermissionsListObjectsPost200ResponseDataInnerOneOf) UnmarshalJSON(data []byte) (err error)
- type PermissionsListObjectsPost200ResponseDataInnerOneOf1
- func (o *PermissionsListObjectsPost200ResponseDataInnerOneOf1) GetAccessLevel() string
- func (o *PermissionsListObjectsPost200ResponseDataInnerOneOf1) GetAccessLevelOk() (*string, bool)
- func (o *PermissionsListObjectsPost200ResponseDataInnerOneOf1) GetId() string
- func (o *PermissionsListObjectsPost200ResponseDataInnerOneOf1) GetIdOk() (*string, bool)
- func (o *PermissionsListObjectsPost200ResponseDataInnerOneOf1) GetType() string
- func (o *PermissionsListObjectsPost200ResponseDataInnerOneOf1) GetTypeOk() (*string, bool)
- func (o PermissionsListObjectsPost200ResponseDataInnerOneOf1) MarshalJSON() ([]byte, error)
- func (o *PermissionsListObjectsPost200ResponseDataInnerOneOf1) SetAccessLevel(v string)
- func (o *PermissionsListObjectsPost200ResponseDataInnerOneOf1) SetId(v string)
- func (o *PermissionsListObjectsPost200ResponseDataInnerOneOf1) SetType(v string)
- func (o PermissionsListObjectsPost200ResponseDataInnerOneOf1) ToMap() (map[string]interface{}, error)
- func (o *PermissionsListObjectsPost200ResponseDataInnerOneOf1) UnmarshalJSON(data []byte) (err error)
- type PermissionsListObjectsPost200ResponseDataInnerOneOf2
- func (o *PermissionsListObjectsPost200ResponseDataInnerOneOf2) GetAccessLevel() string
- func (o *PermissionsListObjectsPost200ResponseDataInnerOneOf2) GetAccessLevelOk() (*string, bool)
- func (o *PermissionsListObjectsPost200ResponseDataInnerOneOf2) GetId() string
- func (o *PermissionsListObjectsPost200ResponseDataInnerOneOf2) GetIdOk() (*string, bool)
- func (o *PermissionsListObjectsPost200ResponseDataInnerOneOf2) GetType() string
- func (o *PermissionsListObjectsPost200ResponseDataInnerOneOf2) GetTypeOk() (*string, bool)
- func (o PermissionsListObjectsPost200ResponseDataInnerOneOf2) MarshalJSON() ([]byte, error)
- func (o *PermissionsListObjectsPost200ResponseDataInnerOneOf2) SetAccessLevel(v string)
- func (o *PermissionsListObjectsPost200ResponseDataInnerOneOf2) SetId(v string)
- func (o *PermissionsListObjectsPost200ResponseDataInnerOneOf2) SetType(v string)
- func (o PermissionsListObjectsPost200ResponseDataInnerOneOf2) ToMap() (map[string]interface{}, error)
- func (o *PermissionsListObjectsPost200ResponseDataInnerOneOf2) UnmarshalJSON(data []byte) (err error)
- type PermissionsListObjectsPost200ResponseDataInnerOneOf2Id
- type PermissionsListObjectsPost200ResponseDataInnerOneOf3
- func (o *PermissionsListObjectsPost200ResponseDataInnerOneOf3) GetAccessLevel() string
- func (o *PermissionsListObjectsPost200ResponseDataInnerOneOf3) GetAccessLevelOk() (*string, bool)
- func (o *PermissionsListObjectsPost200ResponseDataInnerOneOf3) GetId() string
- func (o *PermissionsListObjectsPost200ResponseDataInnerOneOf3) GetIdOk() (*string, bool)
- func (o *PermissionsListObjectsPost200ResponseDataInnerOneOf3) GetType() string
- func (o *PermissionsListObjectsPost200ResponseDataInnerOneOf3) GetTypeOk() (*string, bool)
- func (o PermissionsListObjectsPost200ResponseDataInnerOneOf3) MarshalJSON() ([]byte, error)
- func (o *PermissionsListObjectsPost200ResponseDataInnerOneOf3) SetAccessLevel(v string)
- func (o *PermissionsListObjectsPost200ResponseDataInnerOneOf3) SetId(v string)
- func (o *PermissionsListObjectsPost200ResponseDataInnerOneOf3) SetType(v string)
- func (o PermissionsListObjectsPost200ResponseDataInnerOneOf3) ToMap() (map[string]interface{}, error)
- func (o *PermissionsListObjectsPost200ResponseDataInnerOneOf3) UnmarshalJSON(data []byte) (err error)
- type PermissionsListObjectsPostRequest
- func (o *PermissionsListObjectsPostRequest) GetIncludeInheritedAccess() bool
- func (o *PermissionsListObjectsPostRequest) GetIncludeInheritedAccessOk() (*bool, bool)
- func (o *PermissionsListObjectsPostRequest) GetObjectType() string
- func (o *PermissionsListObjectsPostRequest) GetObjectTypeOk() (*string, bool)
- func (o *PermissionsListObjectsPostRequest) GetSubject() PermissionsListObjectsPostRequestSubject
- func (o *PermissionsListObjectsPostRequest) GetSubjectOk() (*PermissionsListObjectsPostRequestSubject, bool)
- func (o *PermissionsListObjectsPostRequest) HasIncludeInheritedAccess() bool
- func (o PermissionsListObjectsPostRequest) MarshalJSON() ([]byte, error)
- func (o *PermissionsListObjectsPostRequest) SetIncludeInheritedAccess(v bool)
- func (o *PermissionsListObjectsPostRequest) SetObjectType(v string)
- func (o *PermissionsListObjectsPostRequest) SetSubject(v PermissionsListObjectsPostRequestSubject)
- func (o PermissionsListObjectsPostRequest) ToMap() (map[string]interface{}, error)
- func (o *PermissionsListObjectsPostRequest) UnmarshalJSON(data []byte) (err error)
- type PermissionsListObjectsPostRequestSubject
- type PermissionsListObjectsPostRequestSubjectOneOf
- func (o *PermissionsListObjectsPostRequestSubjectOneOf) GetId() float32
- func (o *PermissionsListObjectsPostRequestSubjectOneOf) GetIdOk() (*float32, bool)
- func (o *PermissionsListObjectsPostRequestSubjectOneOf) GetType() string
- func (o *PermissionsListObjectsPostRequestSubjectOneOf) GetTypeOk() (*string, bool)
- func (o PermissionsListObjectsPostRequestSubjectOneOf) MarshalJSON() ([]byte, error)
- func (o *PermissionsListObjectsPostRequestSubjectOneOf) SetId(v float32)
- func (o *PermissionsListObjectsPostRequestSubjectOneOf) SetType(v string)
- func (o PermissionsListObjectsPostRequestSubjectOneOf) ToMap() (map[string]interface{}, error)
- func (o *PermissionsListObjectsPostRequestSubjectOneOf) UnmarshalJSON(data []byte) (err error)
- type PermissionsListObjectsPostRequestSubjectOneOf1
- func (o *PermissionsListObjectsPostRequestSubjectOneOf1) GetId() string
- func (o *PermissionsListObjectsPostRequestSubjectOneOf1) GetIdOk() (*string, bool)
- func (o *PermissionsListObjectsPostRequestSubjectOneOf1) GetType() string
- func (o *PermissionsListObjectsPostRequestSubjectOneOf1) GetTypeOk() (*string, bool)
- func (o PermissionsListObjectsPostRequestSubjectOneOf1) MarshalJSON() ([]byte, error)
- func (o *PermissionsListObjectsPostRequestSubjectOneOf1) SetId(v string)
- func (o *PermissionsListObjectsPostRequestSubjectOneOf1) SetType(v string)
- func (o PermissionsListObjectsPostRequestSubjectOneOf1) ToMap() (map[string]interface{}, error)
- func (o *PermissionsListObjectsPostRequestSubjectOneOf1) UnmarshalJSON(data []byte) (err error)
- type PermissionsRevokePost200Response
- func (o *PermissionsRevokePost200Response) GetData() []PermissionsRevokePost200ResponseDataInner
- func (o *PermissionsRevokePost200Response) GetDataOk() ([]PermissionsRevokePost200ResponseDataInner, bool)
- func (o *PermissionsRevokePost200Response) GetHasMore() bool
- func (o *PermissionsRevokePost200Response) GetHasMoreOk() (*bool, bool)
- func (o *PermissionsRevokePost200Response) GetNextToken() string
- func (o *PermissionsRevokePost200Response) GetNextTokenOk() (*string, bool)
- func (o *PermissionsRevokePost200Response) GetSuccess() bool
- func (o *PermissionsRevokePost200Response) GetSuccessOk() (*bool, bool)
- func (o *PermissionsRevokePost200Response) GetTotalCount() float32
- func (o *PermissionsRevokePost200Response) GetTotalCountOk() (*float32, bool)
- func (o PermissionsRevokePost200Response) MarshalJSON() ([]byte, error)
- func (o *PermissionsRevokePost200Response) SetData(v []PermissionsRevokePost200ResponseDataInner)
- func (o *PermissionsRevokePost200Response) SetHasMore(v bool)
- func (o *PermissionsRevokePost200Response) SetNextToken(v string)
- func (o *PermissionsRevokePost200Response) SetSuccess(v bool)
- func (o *PermissionsRevokePost200Response) SetTotalCount(v float32)
- func (o PermissionsRevokePost200Response) ToMap() (map[string]interface{}, error)
- func (o *PermissionsRevokePost200Response) UnmarshalJSON(data []byte) (err error)
- type PermissionsRevokePost200ResponseDataInner
- type PermissionsRevokePost200ResponseDataInnerAnyOf
- func (o *PermissionsRevokePost200ResponseDataInnerAnyOf) GetAccessLevel() string
- func (o *PermissionsRevokePost200ResponseDataInnerAnyOf) GetAccessLevelOk() (*string, bool)
- func (o *PermissionsRevokePost200ResponseDataInnerAnyOf) GetId() string
- func (o *PermissionsRevokePost200ResponseDataInnerAnyOf) GetIdOk() (*string, bool)
- func (o *PermissionsRevokePost200ResponseDataInnerAnyOf) GetType() string
- func (o *PermissionsRevokePost200ResponseDataInnerAnyOf) GetTypeOk() (*string, bool)
- func (o PermissionsRevokePost200ResponseDataInnerAnyOf) MarshalJSON() ([]byte, error)
- func (o *PermissionsRevokePost200ResponseDataInnerAnyOf) SetAccessLevel(v string)
- func (o *PermissionsRevokePost200ResponseDataInnerAnyOf) SetId(v string)
- func (o *PermissionsRevokePost200ResponseDataInnerAnyOf) SetType(v string)
- func (o PermissionsRevokePost200ResponseDataInnerAnyOf) ToMap() (map[string]interface{}, error)
- func (o *PermissionsRevokePost200ResponseDataInnerAnyOf) UnmarshalJSON(data []byte) (err error)
- type PermissionsRevokePost200ResponseDataInnerAnyOf1
- func (o *PermissionsRevokePost200ResponseDataInnerAnyOf1) GetAccessLevel() string
- func (o *PermissionsRevokePost200ResponseDataInnerAnyOf1) GetAccessLevelOk() (*string, bool)
- func (o *PermissionsRevokePost200ResponseDataInnerAnyOf1) GetId() string
- func (o *PermissionsRevokePost200ResponseDataInnerAnyOf1) GetIdOk() (*string, bool)
- func (o *PermissionsRevokePost200ResponseDataInnerAnyOf1) GetType() string
- func (o *PermissionsRevokePost200ResponseDataInnerAnyOf1) GetTypeOk() (*string, bool)
- func (o PermissionsRevokePost200ResponseDataInnerAnyOf1) MarshalJSON() ([]byte, error)
- func (o *PermissionsRevokePost200ResponseDataInnerAnyOf1) SetAccessLevel(v string)
- func (o *PermissionsRevokePost200ResponseDataInnerAnyOf1) SetId(v string)
- func (o *PermissionsRevokePost200ResponseDataInnerAnyOf1) SetType(v string)
- func (o PermissionsRevokePost200ResponseDataInnerAnyOf1) ToMap() (map[string]interface{}, error)
- func (o *PermissionsRevokePost200ResponseDataInnerAnyOf1) UnmarshalJSON(data []byte) (err error)
- type PermissionsRevokePost200ResponseDataInnerOneOf
- func (o *PermissionsRevokePost200ResponseDataInnerOneOf) GetAccessLevel() string
- func (o *PermissionsRevokePost200ResponseDataInnerOneOf) GetAccessLevelOk() (*string, bool)
- func (o *PermissionsRevokePost200ResponseDataInnerOneOf) GetId() string
- func (o *PermissionsRevokePost200ResponseDataInnerOneOf) GetIdOk() (*string, bool)
- func (o *PermissionsRevokePost200ResponseDataInnerOneOf) GetType() string
- func (o *PermissionsRevokePost200ResponseDataInnerOneOf) GetTypeOk() (*string, bool)
- func (o PermissionsRevokePost200ResponseDataInnerOneOf) MarshalJSON() ([]byte, error)
- func (o *PermissionsRevokePost200ResponseDataInnerOneOf) SetAccessLevel(v string)
- func (o *PermissionsRevokePost200ResponseDataInnerOneOf) SetId(v string)
- func (o *PermissionsRevokePost200ResponseDataInnerOneOf) SetType(v string)
- func (o PermissionsRevokePost200ResponseDataInnerOneOf) ToMap() (map[string]interface{}, error)
- func (o *PermissionsRevokePost200ResponseDataInnerOneOf) UnmarshalJSON(data []byte) (err error)
- type PermissionsRevokePost200ResponseDataInnerOneOf1
- func (o *PermissionsRevokePost200ResponseDataInnerOneOf1) GetAccessLevel() string
- func (o *PermissionsRevokePost200ResponseDataInnerOneOf1) GetAccessLevelOk() (*string, bool)
- func (o *PermissionsRevokePost200ResponseDataInnerOneOf1) GetId() string
- func (o *PermissionsRevokePost200ResponseDataInnerOneOf1) GetIdOk() (*string, bool)
- func (o *PermissionsRevokePost200ResponseDataInnerOneOf1) GetType() string
- func (o *PermissionsRevokePost200ResponseDataInnerOneOf1) GetTypeOk() (*string, bool)
- func (o PermissionsRevokePost200ResponseDataInnerOneOf1) MarshalJSON() ([]byte, error)
- func (o *PermissionsRevokePost200ResponseDataInnerOneOf1) SetAccessLevel(v string)
- func (o *PermissionsRevokePost200ResponseDataInnerOneOf1) SetId(v string)
- func (o *PermissionsRevokePost200ResponseDataInnerOneOf1) SetType(v string)
- func (o PermissionsRevokePost200ResponseDataInnerOneOf1) ToMap() (map[string]interface{}, error)
- func (o *PermissionsRevokePost200ResponseDataInnerOneOf1) UnmarshalJSON(data []byte) (err error)
- type PermissionsRevokePostRequest
- func (o *PermissionsRevokePostRequest) GetObject() PermissionsGrantPostRequestObject
- func (o *PermissionsRevokePostRequest) GetObjectOk() (*PermissionsGrantPostRequestObject, bool)
- func (o *PermissionsRevokePostRequest) GetSubject() PermissionsListObjectsPostRequestSubject
- func (o *PermissionsRevokePostRequest) GetSubjectOk() (*PermissionsListObjectsPostRequestSubject, bool)
- func (o PermissionsRevokePostRequest) MarshalJSON() ([]byte, error)
- func (o *PermissionsRevokePostRequest) SetObject(v PermissionsGrantPostRequestObject)
- func (o *PermissionsRevokePostRequest) SetSubject(v PermissionsListObjectsPostRequestSubject)
- func (o PermissionsRevokePostRequest) ToMap() (map[string]interface{}, error)
- func (o *PermissionsRevokePostRequest) UnmarshalJSON(data []byte) (err error)
- type PostgresOptions
- func (o *PostgresOptions) GetDatabaseOptions() PostgresOptionsDatabaseOptions
- func (o *PostgresOptions) GetDatabaseOptionsOk() (*PostgresOptionsDatabaseOptions, bool)
- func (o PostgresOptions) MarshalJSON() ([]byte, error)
- func (o *PostgresOptions) SetDatabaseOptions(v PostgresOptionsDatabaseOptions)
- func (o PostgresOptions) ToMap() (map[string]interface{}, error)
- func (o *PostgresOptions) UnmarshalJSON(data []byte) (err error)
- type PostgresOptionsDatabaseOptions
- type PostgresOptionsDatabaseOptionsAnyOf
- func (o *PostgresOptionsDatabaseOptionsAnyOf) GetDisableConvertingQueriesToPreparedStatements() bool
- func (o *PostgresOptionsDatabaseOptionsAnyOf) GetDisableConvertingQueriesToPreparedStatementsOk() (*bool, bool)
- func (o *PostgresOptionsDatabaseOptionsAnyOf) GetHost() string
- func (o *PostgresOptionsDatabaseOptionsAnyOf) GetHostOk() (*string, bool)
- func (o *PostgresOptionsDatabaseOptionsAnyOf) GetName() string
- func (o *PostgresOptionsDatabaseOptionsAnyOf) GetNameOk() (*string, bool)
- func (o *PostgresOptionsDatabaseOptionsAnyOf) GetPassword() string
- func (o *PostgresOptionsDatabaseOptionsAnyOf) GetPasswordOk() (*string, bool)
- func (o *PostgresOptionsDatabaseOptionsAnyOf) GetPort() string
- func (o *PostgresOptionsDatabaseOptionsAnyOf) GetPortOk() (*string, bool)
- func (o *PostgresOptionsDatabaseOptionsAnyOf) GetShowWriteGuiOnly() bool
- func (o *PostgresOptionsDatabaseOptionsAnyOf) GetShowWriteGuiOnlyOk() (*bool, bool)
- func (o *PostgresOptionsDatabaseOptionsAnyOf) GetSshTunnelOptions() PostgresOptionsDatabaseOptionsAnyOfSshTunnelOptions
- func (o *PostgresOptionsDatabaseOptionsAnyOf) GetSshTunnelOptionsOk() (*PostgresOptionsDatabaseOptionsAnyOfSshTunnelOptions, bool)
- func (o *PostgresOptionsDatabaseOptionsAnyOf) GetSslSettings() PostgresOptionsDatabaseOptionsAnyOfSslSettings
- func (o *PostgresOptionsDatabaseOptionsAnyOf) GetSslSettingsOk() (*PostgresOptionsDatabaseOptionsAnyOfSslSettings, bool)
- func (o *PostgresOptionsDatabaseOptionsAnyOf) GetUsername() string
- func (o *PostgresOptionsDatabaseOptionsAnyOf) GetUsernameOk() (*string, bool)
- func (o *PostgresOptionsDatabaseOptionsAnyOf) HasDisableConvertingQueriesToPreparedStatements() bool
- func (o *PostgresOptionsDatabaseOptionsAnyOf) HasName() bool
- func (o *PostgresOptionsDatabaseOptionsAnyOf) HasPassword() bool
- func (o *PostgresOptionsDatabaseOptionsAnyOf) HasShowWriteGuiOnly() bool
- func (o *PostgresOptionsDatabaseOptionsAnyOf) HasSshTunnelOptions() bool
- func (o *PostgresOptionsDatabaseOptionsAnyOf) HasSslSettings() bool
- func (o *PostgresOptionsDatabaseOptionsAnyOf) HasUsername() bool
- func (o PostgresOptionsDatabaseOptionsAnyOf) MarshalJSON() ([]byte, error)
- func (o *PostgresOptionsDatabaseOptionsAnyOf) SetDisableConvertingQueriesToPreparedStatements(v bool)
- func (o *PostgresOptionsDatabaseOptionsAnyOf) SetHost(v string)
- func (o *PostgresOptionsDatabaseOptionsAnyOf) SetName(v string)
- func (o *PostgresOptionsDatabaseOptionsAnyOf) SetPassword(v string)
- func (o *PostgresOptionsDatabaseOptionsAnyOf) SetPort(v string)
- func (o *PostgresOptionsDatabaseOptionsAnyOf) SetShowWriteGuiOnly(v bool)
- func (o *PostgresOptionsDatabaseOptionsAnyOf) SetSshTunnelOptions(v PostgresOptionsDatabaseOptionsAnyOfSshTunnelOptions)
- func (o *PostgresOptionsDatabaseOptionsAnyOf) SetSslSettings(v PostgresOptionsDatabaseOptionsAnyOfSslSettings)
- func (o *PostgresOptionsDatabaseOptionsAnyOf) SetUsername(v string)
- func (o PostgresOptionsDatabaseOptionsAnyOf) ToMap() (map[string]interface{}, error)
- func (o *PostgresOptionsDatabaseOptionsAnyOf) UnmarshalJSON(data []byte) (err error)
- type PostgresOptionsDatabaseOptionsAnyOf1
- func (o *PostgresOptionsDatabaseOptionsAnyOf1) GetConnectionString() string
- func (o *PostgresOptionsDatabaseOptionsAnyOf1) GetConnectionStringOk() (*string, bool)
- func (o *PostgresOptionsDatabaseOptionsAnyOf1) GetDisableConvertingQueriesToPreparedStatements() bool
- func (o *PostgresOptionsDatabaseOptionsAnyOf1) GetDisableConvertingQueriesToPreparedStatementsOk() (*bool, bool)
- func (o *PostgresOptionsDatabaseOptionsAnyOf1) GetShowWriteGuiOnly() bool
- func (o *PostgresOptionsDatabaseOptionsAnyOf1) GetShowWriteGuiOnlyOk() (*bool, bool)
- func (o *PostgresOptionsDatabaseOptionsAnyOf1) HasConnectionString() bool
- func (o *PostgresOptionsDatabaseOptionsAnyOf1) HasDisableConvertingQueriesToPreparedStatements() bool
- func (o *PostgresOptionsDatabaseOptionsAnyOf1) HasShowWriteGuiOnly() bool
- func (o PostgresOptionsDatabaseOptionsAnyOf1) MarshalJSON() ([]byte, error)
- func (o *PostgresOptionsDatabaseOptionsAnyOf1) SetConnectionString(v string)
- func (o *PostgresOptionsDatabaseOptionsAnyOf1) SetDisableConvertingQueriesToPreparedStatements(v bool)
- func (o *PostgresOptionsDatabaseOptionsAnyOf1) SetShowWriteGuiOnly(v bool)
- func (o PostgresOptionsDatabaseOptionsAnyOf1) ToMap() (map[string]interface{}, error)
- type PostgresOptionsDatabaseOptionsAnyOfSshTunnelOptions
- func (o *PostgresOptionsDatabaseOptionsAnyOfSshTunnelOptions) GetEnabled() bool
- func (o *PostgresOptionsDatabaseOptionsAnyOfSshTunnelOptions) GetEnabledOk() (*bool, bool)
- func (o *PostgresOptionsDatabaseOptionsAnyOfSshTunnelOptions) GetHost() string
- func (o *PostgresOptionsDatabaseOptionsAnyOfSshTunnelOptions) GetHostOk() (*string, bool)
- func (o *PostgresOptionsDatabaseOptionsAnyOfSshTunnelOptions) GetPassword() string
- func (o *PostgresOptionsDatabaseOptionsAnyOfSshTunnelOptions) GetPasswordOk() (*string, bool)
- func (o *PostgresOptionsDatabaseOptionsAnyOfSshTunnelOptions) GetPort() string
- func (o *PostgresOptionsDatabaseOptionsAnyOfSshTunnelOptions) GetPortOk() (*string, bool)
- func (o *PostgresOptionsDatabaseOptionsAnyOfSshTunnelOptions) GetPrivateKeyName() string
- func (o *PostgresOptionsDatabaseOptionsAnyOfSshTunnelOptions) GetPrivateKeyNameOk() (*string, bool)
- func (o *PostgresOptionsDatabaseOptionsAnyOfSshTunnelOptions) GetUsername() string
- func (o *PostgresOptionsDatabaseOptionsAnyOfSshTunnelOptions) GetUsernameOk() (*string, bool)
- func (o *PostgresOptionsDatabaseOptionsAnyOfSshTunnelOptions) HasPassword() bool
- func (o *PostgresOptionsDatabaseOptionsAnyOfSshTunnelOptions) HasPrivateKeyName() bool
- func (o *PostgresOptionsDatabaseOptionsAnyOfSshTunnelOptions) HasUsername() bool
- func (o PostgresOptionsDatabaseOptionsAnyOfSshTunnelOptions) MarshalJSON() ([]byte, error)
- func (o *PostgresOptionsDatabaseOptionsAnyOfSshTunnelOptions) SetEnabled(v bool)
- func (o *PostgresOptionsDatabaseOptionsAnyOfSshTunnelOptions) SetHost(v string)
- func (o *PostgresOptionsDatabaseOptionsAnyOfSshTunnelOptions) SetPassword(v string)
- func (o *PostgresOptionsDatabaseOptionsAnyOfSshTunnelOptions) SetPort(v string)
- func (o *PostgresOptionsDatabaseOptionsAnyOfSshTunnelOptions) SetPrivateKeyName(v string)
- func (o *PostgresOptionsDatabaseOptionsAnyOfSshTunnelOptions) SetUsername(v string)
- func (o PostgresOptionsDatabaseOptionsAnyOfSshTunnelOptions) ToMap() (map[string]interface{}, error)
- func (o *PostgresOptionsDatabaseOptionsAnyOfSshTunnelOptions) UnmarshalJSON(data []byte) (err error)
- type PostgresOptionsDatabaseOptionsAnyOfSslSettings
- func (o *PostgresOptionsDatabaseOptionsAnyOfSslSettings) GetCaCert() string
- func (o *PostgresOptionsDatabaseOptionsAnyOfSslSettings) GetCaCertOk() (*string, bool)
- func (o *PostgresOptionsDatabaseOptionsAnyOfSslSettings) GetClientCert() string
- func (o *PostgresOptionsDatabaseOptionsAnyOfSslSettings) GetClientCertOk() (*string, bool)
- func (o *PostgresOptionsDatabaseOptionsAnyOfSslSettings) GetClientKey() string
- func (o *PostgresOptionsDatabaseOptionsAnyOfSslSettings) GetClientKeyOk() (*string, bool)
- func (o *PostgresOptionsDatabaseOptionsAnyOfSslSettings) GetEnabled() bool
- func (o *PostgresOptionsDatabaseOptionsAnyOfSslSettings) GetEnabledOk() (*bool, bool)
- func (o *PostgresOptionsDatabaseOptionsAnyOfSslSettings) HasCaCert() bool
- func (o *PostgresOptionsDatabaseOptionsAnyOfSslSettings) HasClientCert() bool
- func (o *PostgresOptionsDatabaseOptionsAnyOfSslSettings) HasClientKey() bool
- func (o *PostgresOptionsDatabaseOptionsAnyOfSslSettings) HasEnabled() bool
- func (o PostgresOptionsDatabaseOptionsAnyOfSslSettings) MarshalJSON() ([]byte, error)
- func (o *PostgresOptionsDatabaseOptionsAnyOfSslSettings) SetCaCert(v string)
- func (o *PostgresOptionsDatabaseOptionsAnyOfSslSettings) SetCaCertNil()
- func (o *PostgresOptionsDatabaseOptionsAnyOfSslSettings) SetClientCert(v string)
- func (o *PostgresOptionsDatabaseOptionsAnyOfSslSettings) SetClientCertNil()
- func (o *PostgresOptionsDatabaseOptionsAnyOfSslSettings) SetClientKey(v string)
- func (o *PostgresOptionsDatabaseOptionsAnyOfSslSettings) SetClientKeyNil()
- func (o *PostgresOptionsDatabaseOptionsAnyOfSslSettings) SetEnabled(v bool)
- func (o PostgresOptionsDatabaseOptionsAnyOfSslSettings) ToMap() (map[string]interface{}, error)
- func (o *PostgresOptionsDatabaseOptionsAnyOfSslSettings) UnsetCaCert()
- func (o *PostgresOptionsDatabaseOptionsAnyOfSslSettings) UnsetClientCert()
- func (o *PostgresOptionsDatabaseOptionsAnyOfSslSettings) UnsetClientKey()
- type RedshiftOptions
- func (o *RedshiftOptions) GetDatabaseOptions() RedshiftOptionsDatabaseOptions
- func (o *RedshiftOptions) GetDatabaseOptionsOk() (*RedshiftOptionsDatabaseOptions, bool)
- func (o RedshiftOptions) MarshalJSON() ([]byte, error)
- func (o *RedshiftOptions) SetDatabaseOptions(v RedshiftOptionsDatabaseOptions)
- func (o RedshiftOptions) ToMap() (map[string]interface{}, error)
- func (o *RedshiftOptions) UnmarshalJSON(data []byte) (err error)
- type RedshiftOptionsDatabaseOptions
- func (o *RedshiftOptionsDatabaseOptions) GetDisableConvertingQueriesToPreparedStatements() bool
- func (o *RedshiftOptionsDatabaseOptions) GetDisableConvertingQueriesToPreparedStatementsOk() (*bool, bool)
- func (o *RedshiftOptionsDatabaseOptions) GetHost() string
- func (o *RedshiftOptionsDatabaseOptions) GetHostOk() (*string, bool)
- func (o *RedshiftOptionsDatabaseOptions) GetName() string
- func (o *RedshiftOptionsDatabaseOptions) GetNameOk() (*string, bool)
- func (o *RedshiftOptionsDatabaseOptions) GetPassword() string
- func (o *RedshiftOptionsDatabaseOptions) GetPasswordOk() (*string, bool)
- func (o *RedshiftOptionsDatabaseOptions) GetPort() string
- func (o *RedshiftOptionsDatabaseOptions) GetPortOk() (*string, bool)
- func (o *RedshiftOptionsDatabaseOptions) GetShowWriteGuiOnly() bool
- func (o *RedshiftOptionsDatabaseOptions) GetShowWriteGuiOnlyOk() (*bool, bool)
- func (o *RedshiftOptionsDatabaseOptions) GetSslSettings() RedshiftOptionsDatabaseOptionsSslSettings
- func (o *RedshiftOptionsDatabaseOptions) GetSslSettingsOk() (*RedshiftOptionsDatabaseOptionsSslSettings, bool)
- func (o *RedshiftOptionsDatabaseOptions) GetUsername() string
- func (o *RedshiftOptionsDatabaseOptions) GetUsernameOk() (*string, bool)
- func (o *RedshiftOptionsDatabaseOptions) HasDisableConvertingQueriesToPreparedStatements() bool
- func (o *RedshiftOptionsDatabaseOptions) HasName() bool
- func (o *RedshiftOptionsDatabaseOptions) HasPassword() bool
- func (o *RedshiftOptionsDatabaseOptions) HasShowWriteGuiOnly() bool
- func (o *RedshiftOptionsDatabaseOptions) HasSslSettings() bool
- func (o *RedshiftOptionsDatabaseOptions) HasUsername() bool
- func (o RedshiftOptionsDatabaseOptions) MarshalJSON() ([]byte, error)
- func (o *RedshiftOptionsDatabaseOptions) SetDisableConvertingQueriesToPreparedStatements(v bool)
- func (o *RedshiftOptionsDatabaseOptions) SetHost(v string)
- func (o *RedshiftOptionsDatabaseOptions) SetName(v string)
- func (o *RedshiftOptionsDatabaseOptions) SetPassword(v string)
- func (o *RedshiftOptionsDatabaseOptions) SetPort(v string)
- func (o *RedshiftOptionsDatabaseOptions) SetShowWriteGuiOnly(v bool)
- func (o *RedshiftOptionsDatabaseOptions) SetSslSettings(v RedshiftOptionsDatabaseOptionsSslSettings)
- func (o *RedshiftOptionsDatabaseOptions) SetUsername(v string)
- func (o RedshiftOptionsDatabaseOptions) ToMap() (map[string]interface{}, error)
- func (o *RedshiftOptionsDatabaseOptions) UnmarshalJSON(data []byte) (err error)
- type RedshiftOptionsDatabaseOptionsSslSettings
- func (o *RedshiftOptionsDatabaseOptionsSslSettings) GetEnabled() bool
- func (o *RedshiftOptionsDatabaseOptionsSslSettings) GetEnabledOk() (*bool, bool)
- func (o *RedshiftOptionsDatabaseOptionsSslSettings) HasEnabled() bool
- func (o RedshiftOptionsDatabaseOptionsSslSettings) MarshalJSON() ([]byte, error)
- func (o *RedshiftOptionsDatabaseOptionsSslSettings) SetEnabled(v bool)
- func (o RedshiftOptionsDatabaseOptionsSslSettings) ToMap() (map[string]interface{}, error)
- type RemoveOperation
- func (o *RemoveOperation) GetOp() string
- func (o *RemoveOperation) GetOpOk() (*string, bool)
- func (o *RemoveOperation) GetPath() string
- func (o *RemoveOperation) GetPathOk() (*string, bool)
- func (o RemoveOperation) MarshalJSON() ([]byte, error)
- func (o *RemoveOperation) SetOp(v string)
- func (o *RemoveOperation) SetPath(v string)
- func (o RemoveOperation) ToMap() (map[string]interface{}, error)
- func (o *RemoveOperation) UnmarshalJSON(data []byte) (err error)
- type ReplaceOperation
- func (o *ReplaceOperation) GetOp() string
- func (o *ReplaceOperation) GetOpOk() (*string, bool)
- func (o *ReplaceOperation) GetPath() string
- func (o *ReplaceOperation) GetPathOk() (*string, bool)
- func (o *ReplaceOperation) GetValue() interface{}
- func (o *ReplaceOperation) GetValueOk() (*interface{}, bool)
- func (o *ReplaceOperation) HasValue() bool
- func (o ReplaceOperation) MarshalJSON() ([]byte, error)
- func (o *ReplaceOperation) SetOp(v string)
- func (o *ReplaceOperation) SetPath(v string)
- func (o *ReplaceOperation) SetValue(v interface{})
- func (o ReplaceOperation) ToMap() (map[string]interface{}, error)
- func (o *ReplaceOperation) UnmarshalJSON(data []byte) (err error)
- type Resource
- func (o *Resource) GetId() string
- func (o *Resource) GetIdOk() (*string, bool)
- func (o *Resource) GetType() string
- func (o *Resource) GetTypeOk() (*string, bool)
- func (o Resource) MarshalJSON() ([]byte, error)
- func (o *Resource) SetId(v string)
- func (o *Resource) SetType(v string)
- func (o Resource) ToMap() (map[string]interface{}, error)
- func (o *Resource) UnmarshalJSON(data []byte) (err error)
- type ResourceConfiguration
- func (o *ResourceConfiguration) GetId() string
- func (o *ResourceConfiguration) GetIdOk() (*string, bool)
- func (o *ResourceConfiguration) GetType() string
- func (o *ResourceConfiguration) GetTypeOk() (*string, bool)
- func (o ResourceConfiguration) MarshalJSON() ([]byte, error)
- func (o *ResourceConfiguration) SetId(v string)
- func (o *ResourceConfiguration) SetType(v string)
- func (o ResourceConfiguration) ToMap() (map[string]interface{}, error)
- func (o *ResourceConfiguration) UnmarshalJSON(data []byte) (err error)
- type ResourceConfigurationsAPIService
- func (a *ResourceConfigurationsAPIService) ResourceConfigurationsConfigurationIdDelete(ctx context.Context, configurationId string) ApiResourceConfigurationsConfigurationIdDeleteRequest
- func (a *ResourceConfigurationsAPIService) ResourceConfigurationsConfigurationIdDeleteExecute(r ApiResourceConfigurationsConfigurationIdDeleteRequest) (*http.Response, error)
- func (a *ResourceConfigurationsAPIService) ResourceConfigurationsConfigurationIdGet(ctx context.Context, configurationId string) ApiResourceConfigurationsConfigurationIdGetRequest
- func (a *ResourceConfigurationsAPIService) ResourceConfigurationsConfigurationIdGetExecute(r ApiResourceConfigurationsConfigurationIdGetRequest) (*ResourceConfigurationsConfigurationIdGet200Response, *http.Response, error)
- func (a *ResourceConfigurationsAPIService) ResourceConfigurationsConfigurationIdPatch(ctx context.Context, configurationId string) ApiResourceConfigurationsConfigurationIdPatchRequest
- func (a *ResourceConfigurationsAPIService) ResourceConfigurationsConfigurationIdPatchExecute(r ApiResourceConfigurationsConfigurationIdPatchRequest) (*ResourceConfigurationsConfigurationIdPatch200Response, *http.Response, error)
- func (a *ResourceConfigurationsAPIService) ResourceConfigurationsGet(ctx context.Context) ApiResourceConfigurationsGetRequest
- func (a *ResourceConfigurationsAPIService) ResourceConfigurationsGetExecute(r ApiResourceConfigurationsGetRequest) (*ResourceConfigurationsGet200Response, *http.Response, error)
- func (a *ResourceConfigurationsAPIService) ResourceConfigurationsPost(ctx context.Context) ApiResourceConfigurationsPostRequest
- func (a *ResourceConfigurationsAPIService) ResourceConfigurationsPostExecute(r ApiResourceConfigurationsPostRequest) (*ResourceConfigurationsPost200Response, *http.Response, error)
- type ResourceConfigurationsConfigurationIdGet200Response
- func (o *ResourceConfigurationsConfigurationIdGet200Response) GetCreatedAt() string
- func (o *ResourceConfigurationsConfigurationIdGet200Response) GetCreatedAtOk() (*string, bool)
- func (o *ResourceConfigurationsConfigurationIdGet200Response) GetEnvironment() ResourceConfigurationsGet200ResponseDataInnerEnvironment
- func (o *ResourceConfigurationsConfigurationIdGet200Response) GetEnvironmentOk() (*ResourceConfigurationsGet200ResponseDataInnerEnvironment, bool)
- func (o *ResourceConfigurationsConfigurationIdGet200Response) GetId() string
- func (o *ResourceConfigurationsConfigurationIdGet200Response) GetIdOk() (*string, bool)
- func (o *ResourceConfigurationsConfigurationIdGet200Response) GetOptions() ResourcesPostRequestOptions
- func (o *ResourceConfigurationsConfigurationIdGet200Response) GetOptionsOk() (*ResourcesPostRequestOptions, bool)
- func (o *ResourceConfigurationsConfigurationIdGet200Response) GetResource() ResourcesGet200ResponseDataInner
- func (o *ResourceConfigurationsConfigurationIdGet200Response) GetResourceOk() (*ResourcesGet200ResponseDataInner, bool)
- func (o *ResourceConfigurationsConfigurationIdGet200Response) GetUpdatedAt() string
- func (o *ResourceConfigurationsConfigurationIdGet200Response) GetUpdatedAtOk() (*string, bool)
- func (o ResourceConfigurationsConfigurationIdGet200Response) MarshalJSON() ([]byte, error)
- func (o *ResourceConfigurationsConfigurationIdGet200Response) SetCreatedAt(v string)
- func (o *ResourceConfigurationsConfigurationIdGet200Response) SetEnvironment(v ResourceConfigurationsGet200ResponseDataInnerEnvironment)
- func (o *ResourceConfigurationsConfigurationIdGet200Response) SetId(v string)
- func (o *ResourceConfigurationsConfigurationIdGet200Response) SetOptions(v ResourcesPostRequestOptions)
- func (o *ResourceConfigurationsConfigurationIdGet200Response) SetResource(v ResourcesGet200ResponseDataInner)
- func (o *ResourceConfigurationsConfigurationIdGet200Response) SetUpdatedAt(v string)
- func (o ResourceConfigurationsConfigurationIdGet200Response) ToMap() (map[string]interface{}, error)
- func (o *ResourceConfigurationsConfigurationIdGet200Response) UnmarshalJSON(data []byte) (err error)
- type ResourceConfigurationsConfigurationIdPatch200Response
- func NewResourceConfigurationsConfigurationIdPatch200Response(success bool, data ResourceConfigurationsConfigurationIdPatch200ResponseData) *ResourceConfigurationsConfigurationIdPatch200Response
- func NewResourceConfigurationsConfigurationIdPatch200ResponseWithDefaults() *ResourceConfigurationsConfigurationIdPatch200Response
- func (o *ResourceConfigurationsConfigurationIdPatch200Response) GetData() ResourceConfigurationsConfigurationIdPatch200ResponseData
- func (o *ResourceConfigurationsConfigurationIdPatch200Response) GetDataOk() (*ResourceConfigurationsConfigurationIdPatch200ResponseData, bool)
- func (o *ResourceConfigurationsConfigurationIdPatch200Response) GetSuccess() bool
- func (o *ResourceConfigurationsConfigurationIdPatch200Response) GetSuccessOk() (*bool, bool)
- func (o ResourceConfigurationsConfigurationIdPatch200Response) MarshalJSON() ([]byte, error)
- func (o *ResourceConfigurationsConfigurationIdPatch200Response) SetData(v ResourceConfigurationsConfigurationIdPatch200ResponseData)
- func (o *ResourceConfigurationsConfigurationIdPatch200Response) SetSuccess(v bool)
- func (o ResourceConfigurationsConfigurationIdPatch200Response) ToMap() (map[string]interface{}, error)
- func (o *ResourceConfigurationsConfigurationIdPatch200Response) UnmarshalJSON(data []byte) (err error)
- type ResourceConfigurationsConfigurationIdPatch200ResponseData
- func NewResourceConfigurationsConfigurationIdPatch200ResponseData(id string, resource ResourcesGet200ResponseDataInner, ...) *ResourceConfigurationsConfigurationIdPatch200ResponseData
- func NewResourceConfigurationsConfigurationIdPatch200ResponseDataWithDefaults() *ResourceConfigurationsConfigurationIdPatch200ResponseData
- func (o *ResourceConfigurationsConfigurationIdPatch200ResponseData) GetCreatedAt() string
- func (o *ResourceConfigurationsConfigurationIdPatch200ResponseData) GetCreatedAtOk() (*string, bool)
- func (o *ResourceConfigurationsConfigurationIdPatch200ResponseData) GetEnvironment() ResourceConfigurationsGet200ResponseDataInnerEnvironment
- func (o *ResourceConfigurationsConfigurationIdPatch200ResponseData) GetEnvironmentOk() (*ResourceConfigurationsGet200ResponseDataInnerEnvironment, bool)
- func (o *ResourceConfigurationsConfigurationIdPatch200ResponseData) GetId() string
- func (o *ResourceConfigurationsConfigurationIdPatch200ResponseData) GetIdOk() (*string, bool)
- func (o *ResourceConfigurationsConfigurationIdPatch200ResponseData) GetOptions() ResourcesPostRequestOptions
- func (o *ResourceConfigurationsConfigurationIdPatch200ResponseData) GetOptionsOk() (*ResourcesPostRequestOptions, bool)
- func (o *ResourceConfigurationsConfigurationIdPatch200ResponseData) GetResource() ResourcesGet200ResponseDataInner
- func (o *ResourceConfigurationsConfigurationIdPatch200ResponseData) GetResourceOk() (*ResourcesGet200ResponseDataInner, bool)
- func (o *ResourceConfigurationsConfigurationIdPatch200ResponseData) GetUpdatedAt() string
- func (o *ResourceConfigurationsConfigurationIdPatch200ResponseData) GetUpdatedAtOk() (*string, bool)
- func (o ResourceConfigurationsConfigurationIdPatch200ResponseData) MarshalJSON() ([]byte, error)
- func (o *ResourceConfigurationsConfigurationIdPatch200ResponseData) SetCreatedAt(v string)
- func (o *ResourceConfigurationsConfigurationIdPatch200ResponseData) SetEnvironment(v ResourceConfigurationsGet200ResponseDataInnerEnvironment)
- func (o *ResourceConfigurationsConfigurationIdPatch200ResponseData) SetId(v string)
- func (o *ResourceConfigurationsConfigurationIdPatch200ResponseData) SetOptions(v ResourcesPostRequestOptions)
- func (o *ResourceConfigurationsConfigurationIdPatch200ResponseData) SetResource(v ResourcesGet200ResponseDataInner)
- func (o *ResourceConfigurationsConfigurationIdPatch200ResponseData) SetUpdatedAt(v string)
- func (o ResourceConfigurationsConfigurationIdPatch200ResponseData) ToMap() (map[string]interface{}, error)
- func (o *ResourceConfigurationsConfigurationIdPatch200ResponseData) UnmarshalJSON(data []byte) (err error)
- type ResourceConfigurationsConfigurationIdPatchRequest
- func (o *ResourceConfigurationsConfigurationIdPatchRequest) GetOperations() []ReplaceOperation
- func (o *ResourceConfigurationsConfigurationIdPatchRequest) GetOperationsOk() ([]ReplaceOperation, bool)
- func (o ResourceConfigurationsConfigurationIdPatchRequest) MarshalJSON() ([]byte, error)
- func (o *ResourceConfigurationsConfigurationIdPatchRequest) SetOperations(v []ReplaceOperation)
- func (o ResourceConfigurationsConfigurationIdPatchRequest) ToMap() (map[string]interface{}, error)
- func (o *ResourceConfigurationsConfigurationIdPatchRequest) UnmarshalJSON(data []byte) (err error)
- type ResourceConfigurationsGet200Response
- func (o *ResourceConfigurationsGet200Response) GetData() []ResourceConfigurationsGet200ResponseDataInner
- func (o *ResourceConfigurationsGet200Response) GetDataOk() ([]ResourceConfigurationsGet200ResponseDataInner, bool)
- func (o *ResourceConfigurationsGet200Response) GetHasMore() bool
- func (o *ResourceConfigurationsGet200Response) GetHasMoreOk() (*bool, bool)
- func (o *ResourceConfigurationsGet200Response) GetNextToken() string
- func (o *ResourceConfigurationsGet200Response) GetNextTokenOk() (*string, bool)
- func (o *ResourceConfigurationsGet200Response) GetSuccess() bool
- func (o *ResourceConfigurationsGet200Response) GetSuccessOk() (*bool, bool)
- func (o *ResourceConfigurationsGet200Response) GetTotalCount() float32
- func (o *ResourceConfigurationsGet200Response) GetTotalCountOk() (*float32, bool)
- func (o ResourceConfigurationsGet200Response) MarshalJSON() ([]byte, error)
- func (o *ResourceConfigurationsGet200Response) SetData(v []ResourceConfigurationsGet200ResponseDataInner)
- func (o *ResourceConfigurationsGet200Response) SetHasMore(v bool)
- func (o *ResourceConfigurationsGet200Response) SetNextToken(v string)
- func (o *ResourceConfigurationsGet200Response) SetSuccess(v bool)
- func (o *ResourceConfigurationsGet200Response) SetTotalCount(v float32)
- func (o ResourceConfigurationsGet200Response) ToMap() (map[string]interface{}, error)
- func (o *ResourceConfigurationsGet200Response) UnmarshalJSON(data []byte) (err error)
- type ResourceConfigurationsGet200ResponseDataInner
- func (o *ResourceConfigurationsGet200ResponseDataInner) GetCreatedAt() string
- func (o *ResourceConfigurationsGet200ResponseDataInner) GetCreatedAtOk() (*string, bool)
- func (o *ResourceConfigurationsGet200ResponseDataInner) GetEnvironment() ResourceConfigurationsGet200ResponseDataInnerEnvironment
- func (o *ResourceConfigurationsGet200ResponseDataInner) GetEnvironmentOk() (*ResourceConfigurationsGet200ResponseDataInnerEnvironment, bool)
- func (o *ResourceConfigurationsGet200ResponseDataInner) GetId() string
- func (o *ResourceConfigurationsGet200ResponseDataInner) GetIdOk() (*string, bool)
- func (o *ResourceConfigurationsGet200ResponseDataInner) GetOptions() ResourcesPostRequestOptions
- func (o *ResourceConfigurationsGet200ResponseDataInner) GetOptionsOk() (*ResourcesPostRequestOptions, bool)
- func (o *ResourceConfigurationsGet200ResponseDataInner) GetResource() ResourcesGet200ResponseDataInner
- func (o *ResourceConfigurationsGet200ResponseDataInner) GetResourceOk() (*ResourcesGet200ResponseDataInner, bool)
- func (o *ResourceConfigurationsGet200ResponseDataInner) GetUpdatedAt() string
- func (o *ResourceConfigurationsGet200ResponseDataInner) GetUpdatedAtOk() (*string, bool)
- func (o ResourceConfigurationsGet200ResponseDataInner) MarshalJSON() ([]byte, error)
- func (o *ResourceConfigurationsGet200ResponseDataInner) SetCreatedAt(v string)
- func (o *ResourceConfigurationsGet200ResponseDataInner) SetEnvironment(v ResourceConfigurationsGet200ResponseDataInnerEnvironment)
- func (o *ResourceConfigurationsGet200ResponseDataInner) SetId(v string)
- func (o *ResourceConfigurationsGet200ResponseDataInner) SetOptions(v ResourcesPostRequestOptions)
- func (o *ResourceConfigurationsGet200ResponseDataInner) SetResource(v ResourcesGet200ResponseDataInner)
- func (o *ResourceConfigurationsGet200ResponseDataInner) SetUpdatedAt(v string)
- func (o ResourceConfigurationsGet200ResponseDataInner) ToMap() (map[string]interface{}, error)
- func (o *ResourceConfigurationsGet200ResponseDataInner) UnmarshalJSON(data []byte) (err error)
- type ResourceConfigurationsGet200ResponseDataInnerEnvironment
- func NewResourceConfigurationsGet200ResponseDataInnerEnvironment(id string, name string, description NullableString, color string, ...) *ResourceConfigurationsGet200ResponseDataInnerEnvironment
- func NewResourceConfigurationsGet200ResponseDataInnerEnvironmentWithDefaults() *ResourceConfigurationsGet200ResponseDataInnerEnvironment
- func (o *ResourceConfigurationsGet200ResponseDataInnerEnvironment) GetColor() string
- func (o *ResourceConfigurationsGet200ResponseDataInnerEnvironment) GetColorOk() (*string, bool)
- func (o *ResourceConfigurationsGet200ResponseDataInnerEnvironment) GetCreatedAt() string
- func (o *ResourceConfigurationsGet200ResponseDataInnerEnvironment) GetCreatedAtOk() (*string, bool)
- func (o *ResourceConfigurationsGet200ResponseDataInnerEnvironment) GetDefault() bool
- func (o *ResourceConfigurationsGet200ResponseDataInnerEnvironment) GetDefaultOk() (*bool, bool)
- func (o *ResourceConfigurationsGet200ResponseDataInnerEnvironment) GetDescription() string
- func (o *ResourceConfigurationsGet200ResponseDataInnerEnvironment) GetDescriptionOk() (*string, bool)
- func (o *ResourceConfigurationsGet200ResponseDataInnerEnvironment) GetId() string
- func (o *ResourceConfigurationsGet200ResponseDataInnerEnvironment) GetIdOk() (*string, bool)
- func (o *ResourceConfigurationsGet200ResponseDataInnerEnvironment) GetName() string
- func (o *ResourceConfigurationsGet200ResponseDataInnerEnvironment) GetNameOk() (*string, bool)
- func (o *ResourceConfigurationsGet200ResponseDataInnerEnvironment) GetUpdatedAt() string
- func (o *ResourceConfigurationsGet200ResponseDataInnerEnvironment) GetUpdatedAtOk() (*string, bool)
- func (o ResourceConfigurationsGet200ResponseDataInnerEnvironment) MarshalJSON() ([]byte, error)
- func (o *ResourceConfigurationsGet200ResponseDataInnerEnvironment) SetColor(v string)
- func (o *ResourceConfigurationsGet200ResponseDataInnerEnvironment) SetCreatedAt(v string)
- func (o *ResourceConfigurationsGet200ResponseDataInnerEnvironment) SetDefault(v bool)
- func (o *ResourceConfigurationsGet200ResponseDataInnerEnvironment) SetDescription(v string)
- func (o *ResourceConfigurationsGet200ResponseDataInnerEnvironment) SetId(v string)
- func (o *ResourceConfigurationsGet200ResponseDataInnerEnvironment) SetName(v string)
- func (o *ResourceConfigurationsGet200ResponseDataInnerEnvironment) SetUpdatedAt(v string)
- func (o ResourceConfigurationsGet200ResponseDataInnerEnvironment) ToMap() (map[string]interface{}, error)
- func (o *ResourceConfigurationsGet200ResponseDataInnerEnvironment) UnmarshalJSON(data []byte) (err error)
- type ResourceConfigurationsGet200ResponseDataInnerOptions
- type ResourceConfigurationsPost200Response
- func (o *ResourceConfigurationsPost200Response) GetData() ResourceConfigurationsPost200ResponseData
- func (o *ResourceConfigurationsPost200Response) GetDataOk() (*ResourceConfigurationsPost200ResponseData, bool)
- func (o *ResourceConfigurationsPost200Response) GetSuccess() bool
- func (o *ResourceConfigurationsPost200Response) GetSuccessOk() (*bool, bool)
- func (o ResourceConfigurationsPost200Response) MarshalJSON() ([]byte, error)
- func (o *ResourceConfigurationsPost200Response) SetData(v ResourceConfigurationsPost200ResponseData)
- func (o *ResourceConfigurationsPost200Response) SetSuccess(v bool)
- func (o ResourceConfigurationsPost200Response) ToMap() (map[string]interface{}, error)
- func (o *ResourceConfigurationsPost200Response) UnmarshalJSON(data []byte) (err error)
- type ResourceConfigurationsPost200ResponseData
- func (o *ResourceConfigurationsPost200ResponseData) GetCreatedAt() string
- func (o *ResourceConfigurationsPost200ResponseData) GetCreatedAtOk() (*string, bool)
- func (o *ResourceConfigurationsPost200ResponseData) GetEnvironment() ResourceConfigurationsGet200ResponseDataInnerEnvironment
- func (o *ResourceConfigurationsPost200ResponseData) GetEnvironmentOk() (*ResourceConfigurationsGet200ResponseDataInnerEnvironment, bool)
- func (o *ResourceConfigurationsPost200ResponseData) GetId() string
- func (o *ResourceConfigurationsPost200ResponseData) GetIdOk() (*string, bool)
- func (o *ResourceConfigurationsPost200ResponseData) GetOptions() ResourcesPostRequestOptions
- func (o *ResourceConfigurationsPost200ResponseData) GetOptionsOk() (*ResourcesPostRequestOptions, bool)
- func (o *ResourceConfigurationsPost200ResponseData) GetResource() ResourcesGet200ResponseDataInner
- func (o *ResourceConfigurationsPost200ResponseData) GetResourceOk() (*ResourcesGet200ResponseDataInner, bool)
- func (o *ResourceConfigurationsPost200ResponseData) GetUpdatedAt() string
- func (o *ResourceConfigurationsPost200ResponseData) GetUpdatedAtOk() (*string, bool)
- func (o ResourceConfigurationsPost200ResponseData) MarshalJSON() ([]byte, error)
- func (o *ResourceConfigurationsPost200ResponseData) SetCreatedAt(v string)
- func (o *ResourceConfigurationsPost200ResponseData) SetEnvironment(v ResourceConfigurationsGet200ResponseDataInnerEnvironment)
- func (o *ResourceConfigurationsPost200ResponseData) SetId(v string)
- func (o *ResourceConfigurationsPost200ResponseData) SetOptions(v ResourcesPostRequestOptions)
- func (o *ResourceConfigurationsPost200ResponseData) SetResource(v ResourcesGet200ResponseDataInner)
- func (o *ResourceConfigurationsPost200ResponseData) SetUpdatedAt(v string)
- func (o ResourceConfigurationsPost200ResponseData) ToMap() (map[string]interface{}, error)
- func (o *ResourceConfigurationsPost200ResponseData) UnmarshalJSON(data []byte) (err error)
- type ResourceConfigurationsPostRequest
- func (o *ResourceConfigurationsPostRequest) GetEnvironmentId() string
- func (o *ResourceConfigurationsPostRequest) GetEnvironmentIdOk() (*string, bool)
- func (o *ResourceConfigurationsPostRequest) GetOptions() ResourcesPostRequestOptions
- func (o *ResourceConfigurationsPostRequest) GetOptionsOk() (*ResourcesPostRequestOptions, bool)
- func (o *ResourceConfigurationsPostRequest) GetResourceId() string
- func (o *ResourceConfigurationsPostRequest) GetResourceIdOk() (*string, bool)
- func (o ResourceConfigurationsPostRequest) MarshalJSON() ([]byte, error)
- func (o *ResourceConfigurationsPostRequest) SetEnvironmentId(v string)
- func (o *ResourceConfigurationsPostRequest) SetOptions(v ResourcesPostRequestOptions)
- func (o *ResourceConfigurationsPostRequest) SetResourceId(v string)
- func (o ResourceConfigurationsPostRequest) ToMap() (map[string]interface{}, error)
- func (o *ResourceConfigurationsPostRequest) UnmarshalJSON(data []byte) (err error)
- type ResourcesAPIService
- func (a *ResourcesAPIService) ResourcesGet(ctx context.Context) ApiResourcesGetRequest
- func (a *ResourcesAPIService) ResourcesGetExecute(r ApiResourcesGetRequest) (*ResourcesGet200Response, *http.Response, error)
- func (a *ResourcesAPIService) ResourcesPost(ctx context.Context) ApiResourcesPostRequest
- func (a *ResourcesAPIService) ResourcesPostExecute(r ApiResourcesPostRequest) (*ResourcesPost200Response, *http.Response, error)
- func (a *ResourcesAPIService) ResourcesResourceIdDelete(ctx context.Context, resourceId string) ApiResourcesResourceIdDeleteRequest
- func (a *ResourcesAPIService) ResourcesResourceIdDeleteExecute(r ApiResourcesResourceIdDeleteRequest) (*http.Response, error)
- func (a *ResourcesAPIService) ResourcesResourceIdGet(ctx context.Context, resourceId string) ApiResourcesResourceIdGetRequest
- func (a *ResourcesAPIService) ResourcesResourceIdGetExecute(r ApiResourcesResourceIdGetRequest) (*ResourcesResourceIdGet200Response, *http.Response, error)
- func (a *ResourcesAPIService) ResourcesResourceIdPatch(ctx context.Context, resourceId string) ApiResourcesResourceIdPatchRequest
- func (a *ResourcesAPIService) ResourcesResourceIdPatchExecute(r ApiResourcesResourceIdPatchRequest) (*ResourcesResourceIdPatch200Response, *http.Response, error)
- type ResourcesGet200Response
- func (o *ResourcesGet200Response) GetData() []ResourcesGet200ResponseDataInner
- func (o *ResourcesGet200Response) GetDataOk() ([]ResourcesGet200ResponseDataInner, bool)
- func (o *ResourcesGet200Response) GetHasMore() bool
- func (o *ResourcesGet200Response) GetHasMoreOk() (*bool, bool)
- func (o *ResourcesGet200Response) GetNextToken() string
- func (o *ResourcesGet200Response) GetNextTokenOk() (*string, bool)
- func (o *ResourcesGet200Response) GetSuccess() bool
- func (o *ResourcesGet200Response) GetSuccessOk() (*bool, bool)
- func (o *ResourcesGet200Response) GetTotalCount() float32
- func (o *ResourcesGet200Response) GetTotalCountOk() (*float32, bool)
- func (o ResourcesGet200Response) MarshalJSON() ([]byte, error)
- func (o *ResourcesGet200Response) SetData(v []ResourcesGet200ResponseDataInner)
- func (o *ResourcesGet200Response) SetHasMore(v bool)
- func (o *ResourcesGet200Response) SetNextToken(v string)
- func (o *ResourcesGet200Response) SetSuccess(v bool)
- func (o *ResourcesGet200Response) SetTotalCount(v float32)
- func (o ResourcesGet200Response) ToMap() (map[string]interface{}, error)
- func (o *ResourcesGet200Response) UnmarshalJSON(data []byte) (err error)
- type ResourcesGet200ResponseDataInner
- func (o *ResourcesGet200ResponseDataInner) GetCreatedAt() string
- func (o *ResourcesGet200ResponseDataInner) GetCreatedAtOk() (*string, bool)
- func (o *ResourcesGet200ResponseDataInner) GetDisplayName() string
- func (o *ResourcesGet200ResponseDataInner) GetDisplayNameOk() (*string, bool)
- func (o *ResourcesGet200ResponseDataInner) GetId() string
- func (o *ResourcesGet200ResponseDataInner) GetIdOk() (*string, bool)
- func (o *ResourcesGet200ResponseDataInner) GetProtected() bool
- func (o *ResourcesGet200ResponseDataInner) GetProtectedOk() (*bool, bool)
- func (o *ResourcesGet200ResponseDataInner) GetType() string
- func (o *ResourcesGet200ResponseDataInner) GetTypeOk() (*string, bool)
- func (o *ResourcesGet200ResponseDataInner) GetUpdatedAt() string
- func (o *ResourcesGet200ResponseDataInner) GetUpdatedAtOk() (*string, bool)
- func (o ResourcesGet200ResponseDataInner) MarshalJSON() ([]byte, error)
- func (o *ResourcesGet200ResponseDataInner) SetCreatedAt(v string)
- func (o *ResourcesGet200ResponseDataInner) SetDisplayName(v string)
- func (o *ResourcesGet200ResponseDataInner) SetId(v string)
- func (o *ResourcesGet200ResponseDataInner) SetProtected(v bool)
- func (o *ResourcesGet200ResponseDataInner) SetType(v string)
- func (o *ResourcesGet200ResponseDataInner) SetUpdatedAt(v string)
- func (o ResourcesGet200ResponseDataInner) ToMap() (map[string]interface{}, error)
- func (o *ResourcesGet200ResponseDataInner) UnmarshalJSON(data []byte) (err error)
- type ResourcesGet200ResponseDataInnerId
- type ResourcesPost200Response
- func (o *ResourcesPost200Response) GetData() ResourcesPost200ResponseData
- func (o *ResourcesPost200Response) GetDataOk() (*ResourcesPost200ResponseData, bool)
- func (o *ResourcesPost200Response) GetSuccess() bool
- func (o *ResourcesPost200Response) GetSuccessOk() (*bool, bool)
- func (o ResourcesPost200Response) MarshalJSON() ([]byte, error)
- func (o *ResourcesPost200Response) SetData(v ResourcesPost200ResponseData)
- func (o *ResourcesPost200Response) SetSuccess(v bool)
- func (o ResourcesPost200Response) ToMap() (map[string]interface{}, error)
- func (o *ResourcesPost200Response) UnmarshalJSON(data []byte) (err error)
- type ResourcesPost200ResponseData
- func (o *ResourcesPost200ResponseData) GetCreatedAt() string
- func (o *ResourcesPost200ResponseData) GetCreatedAtOk() (*string, bool)
- func (o *ResourcesPost200ResponseData) GetDisplayName() string
- func (o *ResourcesPost200ResponseData) GetDisplayNameOk() (*string, bool)
- func (o *ResourcesPost200ResponseData) GetId() string
- func (o *ResourcesPost200ResponseData) GetIdOk() (*string, bool)
- func (o *ResourcesPost200ResponseData) GetProtected() bool
- func (o *ResourcesPost200ResponseData) GetProtectedOk() (*bool, bool)
- func (o *ResourcesPost200ResponseData) GetType() string
- func (o *ResourcesPost200ResponseData) GetTypeOk() (*string, bool)
- func (o *ResourcesPost200ResponseData) GetUpdatedAt() string
- func (o *ResourcesPost200ResponseData) GetUpdatedAtOk() (*string, bool)
- func (o ResourcesPost200ResponseData) MarshalJSON() ([]byte, error)
- func (o *ResourcesPost200ResponseData) SetCreatedAt(v string)
- func (o *ResourcesPost200ResponseData) SetDisplayName(v string)
- func (o *ResourcesPost200ResponseData) SetId(v string)
- func (o *ResourcesPost200ResponseData) SetProtected(v bool)
- func (o *ResourcesPost200ResponseData) SetType(v string)
- func (o *ResourcesPost200ResponseData) SetUpdatedAt(v string)
- func (o ResourcesPost200ResponseData) ToMap() (map[string]interface{}, error)
- func (o *ResourcesPost200ResponseData) UnmarshalJSON(data []byte) (err error)
- type ResourcesPostRequest
- func (o *ResourcesPostRequest) GetDisplayName() string
- func (o *ResourcesPostRequest) GetDisplayNameOk() (*string, bool)
- func (o *ResourcesPostRequest) GetOptions() ResourcesPostRequestOptions
- func (o *ResourcesPostRequest) GetOptionsOk() (*ResourcesPostRequestOptions, bool)
- func (o *ResourcesPostRequest) GetType() string
- func (o *ResourcesPostRequest) GetTypeOk() (*string, bool)
- func (o ResourcesPostRequest) MarshalJSON() ([]byte, error)
- func (o *ResourcesPostRequest) SetDisplayName(v string)
- func (o *ResourcesPostRequest) SetOptions(v ResourcesPostRequestOptions)
- func (o *ResourcesPostRequest) SetType(v string)
- func (o ResourcesPostRequest) ToMap() (map[string]interface{}, error)
- func (o *ResourcesPostRequest) UnmarshalJSON(data []byte) (err error)
- type ResourcesPostRequestOptions
- type ResourcesResourceIdGet200Response
- func (o *ResourcesResourceIdGet200Response) GetData() ResourcesGet200ResponseDataInner
- func (o *ResourcesResourceIdGet200Response) GetDataOk() (*ResourcesGet200ResponseDataInner, bool)
- func (o *ResourcesResourceIdGet200Response) GetSuccess() bool
- func (o *ResourcesResourceIdGet200Response) GetSuccessOk() (*bool, bool)
- func (o ResourcesResourceIdGet200Response) MarshalJSON() ([]byte, error)
- func (o *ResourcesResourceIdGet200Response) SetData(v ResourcesGet200ResponseDataInner)
- func (o *ResourcesResourceIdGet200Response) SetSuccess(v bool)
- func (o ResourcesResourceIdGet200Response) ToMap() (map[string]interface{}, error)
- func (o *ResourcesResourceIdGet200Response) UnmarshalJSON(data []byte) (err error)
- type ResourcesResourceIdPatch200Response
- func (o *ResourcesResourceIdPatch200Response) GetData() ResourcesResourceIdPatch200ResponseData
- func (o *ResourcesResourceIdPatch200Response) GetDataOk() (*ResourcesResourceIdPatch200ResponseData, bool)
- func (o *ResourcesResourceIdPatch200Response) GetSuccess() bool
- func (o *ResourcesResourceIdPatch200Response) GetSuccessOk() (*bool, bool)
- func (o ResourcesResourceIdPatch200Response) MarshalJSON() ([]byte, error)
- func (o *ResourcesResourceIdPatch200Response) SetData(v ResourcesResourceIdPatch200ResponseData)
- func (o *ResourcesResourceIdPatch200Response) SetSuccess(v bool)
- func (o ResourcesResourceIdPatch200Response) ToMap() (map[string]interface{}, error)
- func (o *ResourcesResourceIdPatch200Response) UnmarshalJSON(data []byte) (err error)
- type ResourcesResourceIdPatch200ResponseData
- func (o *ResourcesResourceIdPatch200ResponseData) GetCreatedAt() string
- func (o *ResourcesResourceIdPatch200ResponseData) GetCreatedAtOk() (*string, bool)
- func (o *ResourcesResourceIdPatch200ResponseData) GetDisplayName() string
- func (o *ResourcesResourceIdPatch200ResponseData) GetDisplayNameOk() (*string, bool)
- func (o *ResourcesResourceIdPatch200ResponseData) GetId() string
- func (o *ResourcesResourceIdPatch200ResponseData) GetIdOk() (*string, bool)
- func (o *ResourcesResourceIdPatch200ResponseData) GetProtected() bool
- func (o *ResourcesResourceIdPatch200ResponseData) GetProtectedOk() (*bool, bool)
- func (o *ResourcesResourceIdPatch200ResponseData) GetType() string
- func (o *ResourcesResourceIdPatch200ResponseData) GetTypeOk() (*string, bool)
- func (o *ResourcesResourceIdPatch200ResponseData) GetUpdatedAt() string
- func (o *ResourcesResourceIdPatch200ResponseData) GetUpdatedAtOk() (*string, bool)
- func (o ResourcesResourceIdPatch200ResponseData) MarshalJSON() ([]byte, error)
- func (o *ResourcesResourceIdPatch200ResponseData) SetCreatedAt(v string)
- func (o *ResourcesResourceIdPatch200ResponseData) SetDisplayName(v string)
- func (o *ResourcesResourceIdPatch200ResponseData) SetId(v string)
- func (o *ResourcesResourceIdPatch200ResponseData) SetProtected(v bool)
- func (o *ResourcesResourceIdPatch200ResponseData) SetType(v string)
- func (o *ResourcesResourceIdPatch200ResponseData) SetUpdatedAt(v string)
- func (o ResourcesResourceIdPatch200ResponseData) ToMap() (map[string]interface{}, error)
- func (o *ResourcesResourceIdPatch200ResponseData) UnmarshalJSON(data []byte) (err error)
- type ResourcesResourceIdPatchRequest
- func (o *ResourcesResourceIdPatchRequest) GetOperations() []ReplaceOperation
- func (o *ResourcesResourceIdPatchRequest) GetOperationsOk() ([]ReplaceOperation, bool)
- func (o ResourcesResourceIdPatchRequest) MarshalJSON() ([]byte, error)
- func (o *ResourcesResourceIdPatchRequest) SetOperations(v []ReplaceOperation)
- func (o ResourcesResourceIdPatchRequest) ToMap() (map[string]interface{}, error)
- func (o *ResourcesResourceIdPatchRequest) UnmarshalJSON(data []byte) (err error)
- type RestAPIOptions
- func (o *RestAPIOptions) GetAuthenticationOptions() RestAPIOptionsAuthenticationOptions
- func (o *RestAPIOptions) GetAuthenticationOptionsOk() (*RestAPIOptionsAuthenticationOptions, bool)
- func (o *RestAPIOptions) GetBaseUrl() string
- func (o *RestAPIOptions) GetBaseUrlOk() (*string, bool)
- func (o *RestAPIOptions) GetCookiesToForward() []string
- func (o *RestAPIOptions) GetCookiesToForwardOk() ([]string, bool)
- func (o *RestAPIOptions) GetExtraBodyValues() [][]string
- func (o *RestAPIOptions) GetExtraBodyValuesOk() ([][]string, bool)
- func (o *RestAPIOptions) GetForwardAllCookies() bool
- func (o *RestAPIOptions) GetForwardAllCookiesOk() (*bool, bool)
- func (o *RestAPIOptions) GetHeaders() [][]string
- func (o *RestAPIOptions) GetHeadersOk() ([][]string, bool)
- func (o *RestAPIOptions) GetUrlParameters() [][]string
- func (o *RestAPIOptions) GetUrlParametersOk() ([][]string, bool)
- func (o *RestAPIOptions) HasAuthenticationOptions() bool
- func (o *RestAPIOptions) HasCookiesToForward() bool
- func (o *RestAPIOptions) HasExtraBodyValues() bool
- func (o *RestAPIOptions) HasForwardAllCookies() bool
- func (o *RestAPIOptions) HasHeaders() bool
- func (o *RestAPIOptions) HasUrlParameters() bool
- func (o RestAPIOptions) MarshalJSON() ([]byte, error)
- func (o *RestAPIOptions) SetAuthenticationOptions(v RestAPIOptionsAuthenticationOptions)
- func (o *RestAPIOptions) SetBaseUrl(v string)
- func (o *RestAPIOptions) SetCookiesToForward(v []string)
- func (o *RestAPIOptions) SetExtraBodyValues(v [][]string)
- func (o *RestAPIOptions) SetForwardAllCookies(v bool)
- func (o *RestAPIOptions) SetHeaders(v [][]string)
- func (o *RestAPIOptions) SetUrlParameters(v [][]string)
- func (o RestAPIOptions) ToMap() (map[string]interface{}, error)
- func (o *RestAPIOptions) UnmarshalJSON(data []byte) (err error)
- type RestAPIOptionsAuthenticationOptions
- type RestAPIOptionsAuthenticationOptionsAnyOf
- func (o *RestAPIOptionsAuthenticationOptionsAnyOf) GetAuth0ClientId() string
- func (o *RestAPIOptionsAuthenticationOptionsAnyOf) GetAuth0ClientIdOk() (*string, bool)
- func (o *RestAPIOptionsAuthenticationOptionsAnyOf) GetAuth0ClientSecret() string
- func (o *RestAPIOptionsAuthenticationOptionsAnyOf) GetAuth0ClientSecretOk() (*string, bool)
- func (o *RestAPIOptionsAuthenticationOptionsAnyOf) GetAuth0CustomAudience() string
- func (o *RestAPIOptionsAuthenticationOptionsAnyOf) GetAuth0CustomAudienceOk() (*string, bool)
- func (o *RestAPIOptionsAuthenticationOptionsAnyOf) GetAuth0Domain() string
- func (o *RestAPIOptionsAuthenticationOptionsAnyOf) GetAuth0DomainOk() (*string, bool)
- func (o *RestAPIOptionsAuthenticationOptionsAnyOf) GetAuthenticationType() string
- func (o *RestAPIOptionsAuthenticationOptionsAnyOf) GetAuthenticationTypeOk() (*string, bool)
- func (o RestAPIOptionsAuthenticationOptionsAnyOf) MarshalJSON() ([]byte, error)
- func (o *RestAPIOptionsAuthenticationOptionsAnyOf) SetAuth0ClientId(v string)
- func (o *RestAPIOptionsAuthenticationOptionsAnyOf) SetAuth0ClientSecret(v string)
- func (o *RestAPIOptionsAuthenticationOptionsAnyOf) SetAuth0CustomAudience(v string)
- func (o *RestAPIOptionsAuthenticationOptionsAnyOf) SetAuth0Domain(v string)
- func (o *RestAPIOptionsAuthenticationOptionsAnyOf) SetAuthenticationType(v string)
- func (o RestAPIOptionsAuthenticationOptionsAnyOf) ToMap() (map[string]interface{}, error)
- func (o *RestAPIOptionsAuthenticationOptionsAnyOf) UnmarshalJSON(data []byte) (err error)
- type RestAPIOptionsAuthenticationOptionsAnyOf1
- func (o *RestAPIOptionsAuthenticationOptionsAnyOf1) GetAmazonAccessKeyId() string
- func (o *RestAPIOptionsAuthenticationOptionsAnyOf1) GetAmazonAccessKeyIdOk() (*string, bool)
- func (o *RestAPIOptionsAuthenticationOptionsAnyOf1) GetAmazonAwsRegion() string
- func (o *RestAPIOptionsAuthenticationOptionsAnyOf1) GetAmazonAwsRegionOk() (*string, bool)
- func (o *RestAPIOptionsAuthenticationOptionsAnyOf1) GetAmazonSecretAccessKey() string
- func (o *RestAPIOptionsAuthenticationOptionsAnyOf1) GetAmazonSecretAccessKeyOk() (*string, bool)
- func (o *RestAPIOptionsAuthenticationOptionsAnyOf1) GetAmazonServiceName() string
- func (o *RestAPIOptionsAuthenticationOptionsAnyOf1) GetAmazonServiceNameOk() (*string, bool)
- func (o *RestAPIOptionsAuthenticationOptionsAnyOf1) GetAuthWithDefaultCredentialProviderChain() bool
- func (o *RestAPIOptionsAuthenticationOptionsAnyOf1) GetAuthWithDefaultCredentialProviderChainOk() (*bool, bool)
- func (o *RestAPIOptionsAuthenticationOptionsAnyOf1) GetAuthenticationType() string
- func (o *RestAPIOptionsAuthenticationOptionsAnyOf1) GetAuthenticationTypeOk() (*string, bool)
- func (o *RestAPIOptionsAuthenticationOptionsAnyOf1) GetEnableAwsv4AuthenticationViaHeaders() bool
- func (o *RestAPIOptionsAuthenticationOptionsAnyOf1) GetEnableAwsv4AuthenticationViaHeadersOk() (*bool, bool)
- func (o *RestAPIOptionsAuthenticationOptionsAnyOf1) HasAuthWithDefaultCredentialProviderChain() bool
- func (o *RestAPIOptionsAuthenticationOptionsAnyOf1) HasEnableAwsv4AuthenticationViaHeaders() bool
- func (o RestAPIOptionsAuthenticationOptionsAnyOf1) MarshalJSON() ([]byte, error)
- func (o *RestAPIOptionsAuthenticationOptionsAnyOf1) SetAmazonAccessKeyId(v string)
- func (o *RestAPIOptionsAuthenticationOptionsAnyOf1) SetAmazonAwsRegion(v string)
- func (o *RestAPIOptionsAuthenticationOptionsAnyOf1) SetAmazonSecretAccessKey(v string)
- func (o *RestAPIOptionsAuthenticationOptionsAnyOf1) SetAmazonServiceName(v string)
- func (o *RestAPIOptionsAuthenticationOptionsAnyOf1) SetAuthWithDefaultCredentialProviderChain(v bool)
- func (o *RestAPIOptionsAuthenticationOptionsAnyOf1) SetAuthenticationType(v string)
- func (o *RestAPIOptionsAuthenticationOptionsAnyOf1) SetEnableAwsv4AuthenticationViaHeaders(v bool)
- func (o RestAPIOptionsAuthenticationOptionsAnyOf1) ToMap() (map[string]interface{}, error)
- func (o *RestAPIOptionsAuthenticationOptionsAnyOf1) UnmarshalJSON(data []byte) (err error)
- type RestAPIOptionsAuthenticationOptionsAnyOf2
- func (o *RestAPIOptionsAuthenticationOptionsAnyOf2) GetAuthenticationType() string
- func (o *RestAPIOptionsAuthenticationOptionsAnyOf2) GetAuthenticationTypeOk() (*string, bool)
- func (o *RestAPIOptionsAuthenticationOptionsAnyOf2) GetBasicPassword() string
- func (o *RestAPIOptionsAuthenticationOptionsAnyOf2) GetBasicPasswordOk() (*string, bool)
- func (o *RestAPIOptionsAuthenticationOptionsAnyOf2) GetBasicUsername() string
- func (o *RestAPIOptionsAuthenticationOptionsAnyOf2) GetBasicUsernameOk() (*string, bool)
- func (o *RestAPIOptionsAuthenticationOptionsAnyOf2) HasBasicPassword() bool
- func (o RestAPIOptionsAuthenticationOptionsAnyOf2) MarshalJSON() ([]byte, error)
- func (o *RestAPIOptionsAuthenticationOptionsAnyOf2) SetAuthenticationType(v string)
- func (o *RestAPIOptionsAuthenticationOptionsAnyOf2) SetBasicPassword(v string)
- func (o *RestAPIOptionsAuthenticationOptionsAnyOf2) SetBasicUsername(v string)
- func (o RestAPIOptionsAuthenticationOptionsAnyOf2) ToMap() (map[string]interface{}, error)
- func (o *RestAPIOptionsAuthenticationOptionsAnyOf2) UnmarshalJSON(data []byte) (err error)
- type RestAPIOptionsAuthenticationOptionsAnyOf3
- func (o *RestAPIOptionsAuthenticationOptionsAnyOf3) GetAuthenticationType() string
- func (o *RestAPIOptionsAuthenticationOptionsAnyOf3) GetAuthenticationTypeOk() (*string, bool)
- func (o *RestAPIOptionsAuthenticationOptionsAnyOf3) GetDigestPassword() string
- func (o *RestAPIOptionsAuthenticationOptionsAnyOf3) GetDigestPasswordOk() (*string, bool)
- func (o *RestAPIOptionsAuthenticationOptionsAnyOf3) GetDigestUsername() string
- func (o *RestAPIOptionsAuthenticationOptionsAnyOf3) GetDigestUsernameOk() (*string, bool)
- func (o RestAPIOptionsAuthenticationOptionsAnyOf3) MarshalJSON() ([]byte, error)
- func (o *RestAPIOptionsAuthenticationOptionsAnyOf3) SetAuthenticationType(v string)
- func (o *RestAPIOptionsAuthenticationOptionsAnyOf3) SetDigestPassword(v string)
- func (o *RestAPIOptionsAuthenticationOptionsAnyOf3) SetDigestUsername(v string)
- func (o RestAPIOptionsAuthenticationOptionsAnyOf3) ToMap() (map[string]interface{}, error)
- func (o *RestAPIOptionsAuthenticationOptionsAnyOf3) UnmarshalJSON(data []byte) (err error)
- type RestAPIOptionsAuthenticationOptionsAnyOf4
- func (o *RestAPIOptionsAuthenticationOptionsAnyOf4) GetAuthenticationType() string
- func (o *RestAPIOptionsAuthenticationOptionsAnyOf4) GetAuthenticationTypeOk() (*string, bool)
- func (o *RestAPIOptionsAuthenticationOptionsAnyOf4) GetOauth1ConsumerKey() string
- func (o *RestAPIOptionsAuthenticationOptionsAnyOf4) GetOauth1ConsumerKeyOk() (*string, bool)
- func (o *RestAPIOptionsAuthenticationOptionsAnyOf4) GetOauth1ConsumerSecret() string
- func (o *RestAPIOptionsAuthenticationOptionsAnyOf4) GetOauth1ConsumerSecretOk() (*string, bool)
- func (o *RestAPIOptionsAuthenticationOptionsAnyOf4) GetOauth1RealmParameter() string
- func (o *RestAPIOptionsAuthenticationOptionsAnyOf4) GetOauth1RealmParameterOk() (*string, bool)
- func (o *RestAPIOptionsAuthenticationOptionsAnyOf4) GetOauth1SignatureMethod() RestAPIOptionsAuthenticationOptionsAnyOf4Oauth1SignatureMethod
- func (o *RestAPIOptionsAuthenticationOptionsAnyOf4) GetOauth1SignatureMethodOk() (*RestAPIOptionsAuthenticationOptionsAnyOf4Oauth1SignatureMethod, bool)
- func (o *RestAPIOptionsAuthenticationOptionsAnyOf4) GetOauth1TokenKey() string
- func (o *RestAPIOptionsAuthenticationOptionsAnyOf4) GetOauth1TokenKeyOk() (*string, bool)
- func (o *RestAPIOptionsAuthenticationOptionsAnyOf4) GetOauth1TokenSecret() string
- func (o *RestAPIOptionsAuthenticationOptionsAnyOf4) GetOauth1TokenSecretOk() (*string, bool)
- func (o RestAPIOptionsAuthenticationOptionsAnyOf4) MarshalJSON() ([]byte, error)
- func (o *RestAPIOptionsAuthenticationOptionsAnyOf4) SetAuthenticationType(v string)
- func (o *RestAPIOptionsAuthenticationOptionsAnyOf4) SetOauth1ConsumerKey(v string)
- func (o *RestAPIOptionsAuthenticationOptionsAnyOf4) SetOauth1ConsumerSecret(v string)
- func (o *RestAPIOptionsAuthenticationOptionsAnyOf4) SetOauth1RealmParameter(v string)
- func (o *RestAPIOptionsAuthenticationOptionsAnyOf4) SetOauth1SignatureMethod(v RestAPIOptionsAuthenticationOptionsAnyOf4Oauth1SignatureMethod)
- func (o *RestAPIOptionsAuthenticationOptionsAnyOf4) SetOauth1TokenKey(v string)
- func (o *RestAPIOptionsAuthenticationOptionsAnyOf4) SetOauth1TokenSecret(v string)
- func (o RestAPIOptionsAuthenticationOptionsAnyOf4) ToMap() (map[string]interface{}, error)
- func (o *RestAPIOptionsAuthenticationOptionsAnyOf4) UnmarshalJSON(data []byte) (err error)
- type RestAPIOptionsAuthenticationOptionsAnyOf4Oauth1SignatureMethod
- type RestAPIOptionsAuthenticationOptionsAnyOf5
- func (o *RestAPIOptionsAuthenticationOptionsAnyOf5) GetAuthenticationType() string
- func (o *RestAPIOptionsAuthenticationOptionsAnyOf5) GetAuthenticationTypeOk() (*string, bool)
- func (o *RestAPIOptionsAuthenticationOptionsAnyOf5) GetOauth2AccessToken() string
- func (o *RestAPIOptionsAuthenticationOptionsAnyOf5) GetOauth2AccessTokenLifespanSeconds() float32
- func (o *RestAPIOptionsAuthenticationOptionsAnyOf5) GetOauth2AccessTokenLifespanSecondsOk() (*float32, bool)
- func (o *RestAPIOptionsAuthenticationOptionsAnyOf5) GetOauth2AccessTokenOk() (*string, bool)
- func (o *RestAPIOptionsAuthenticationOptionsAnyOf5) GetOauth2AccessTokenUrl() string
- func (o *RestAPIOptionsAuthenticationOptionsAnyOf5) GetOauth2AccessTokenUrlOk() (*string, bool)
- func (o *RestAPIOptionsAuthenticationOptionsAnyOf5) GetOauth2Audience() string
- func (o *RestAPIOptionsAuthenticationOptionsAnyOf5) GetOauth2AudienceOk() (*string, bool)
- func (o *RestAPIOptionsAuthenticationOptionsAnyOf5) GetOauth2AuthUrl() string
- func (o *RestAPIOptionsAuthenticationOptionsAnyOf5) GetOauth2AuthUrlOk() (*string, bool)
- func (o *RestAPIOptionsAuthenticationOptionsAnyOf5) GetOauth2CallbackUrl() string
- func (o *RestAPIOptionsAuthenticationOptionsAnyOf5) GetOauth2CallbackUrlOk() (*string, bool)
- func (o *RestAPIOptionsAuthenticationOptionsAnyOf5) GetOauth2ClientId() string
- func (o *RestAPIOptionsAuthenticationOptionsAnyOf5) GetOauth2ClientIdOk() (*string, bool)
- func (o *RestAPIOptionsAuthenticationOptionsAnyOf5) GetOauth2ClientSecret() string
- func (o *RestAPIOptionsAuthenticationOptionsAnyOf5) GetOauth2ClientSecretOk() (*string, bool)
- func (o *RestAPIOptionsAuthenticationOptionsAnyOf5) GetOauth2IdToken() string
- func (o *RestAPIOptionsAuthenticationOptionsAnyOf5) GetOauth2IdTokenOk() (*string, bool)
- func (o *RestAPIOptionsAuthenticationOptionsAnyOf5) GetOauth2RefreshToken() string
- func (o *RestAPIOptionsAuthenticationOptionsAnyOf5) GetOauth2RefreshTokenOk() (*string, bool)
- func (o *RestAPIOptionsAuthenticationOptionsAnyOf5) GetOauth2Scope() string
- func (o *RestAPIOptionsAuthenticationOptionsAnyOf5) GetOauth2ScopeOk() (*string, bool)
- func (o *RestAPIOptionsAuthenticationOptionsAnyOf5) GetOauth2ShareUserCredentials() bool
- func (o *RestAPIOptionsAuthenticationOptionsAnyOf5) GetOauth2ShareUserCredentialsOk() (*bool, bool)
- func (o *RestAPIOptionsAuthenticationOptionsAnyOf5) GetVerifySessionUrl() string
- func (o *RestAPIOptionsAuthenticationOptionsAnyOf5) GetVerifySessionUrlOk() (*string, bool)
- func (o *RestAPIOptionsAuthenticationOptionsAnyOf5) HasOauth2AccessToken() bool
- func (o *RestAPIOptionsAuthenticationOptionsAnyOf5) HasOauth2AccessTokenLifespanSeconds() bool
- func (o *RestAPIOptionsAuthenticationOptionsAnyOf5) HasOauth2Audience() bool
- func (o *RestAPIOptionsAuthenticationOptionsAnyOf5) HasOauth2CallbackUrl() bool
- func (o *RestAPIOptionsAuthenticationOptionsAnyOf5) HasOauth2IdToken() bool
- func (o *RestAPIOptionsAuthenticationOptionsAnyOf5) HasOauth2RefreshToken() bool
- func (o *RestAPIOptionsAuthenticationOptionsAnyOf5) HasOauth2Scope() bool
- func (o *RestAPIOptionsAuthenticationOptionsAnyOf5) HasOauth2ShareUserCredentials() bool
- func (o *RestAPIOptionsAuthenticationOptionsAnyOf5) HasVerifySessionUrl() bool
- func (o RestAPIOptionsAuthenticationOptionsAnyOf5) MarshalJSON() ([]byte, error)
- func (o *RestAPIOptionsAuthenticationOptionsAnyOf5) SetAuthenticationType(v string)
- func (o *RestAPIOptionsAuthenticationOptionsAnyOf5) SetOauth2AccessToken(v string)
- func (o *RestAPIOptionsAuthenticationOptionsAnyOf5) SetOauth2AccessTokenLifespanSeconds(v float32)
- func (o *RestAPIOptionsAuthenticationOptionsAnyOf5) SetOauth2AccessTokenLifespanSecondsNil()
- func (o *RestAPIOptionsAuthenticationOptionsAnyOf5) SetOauth2AccessTokenUrl(v string)
- func (o *RestAPIOptionsAuthenticationOptionsAnyOf5) SetOauth2Audience(v string)
- func (o *RestAPIOptionsAuthenticationOptionsAnyOf5) SetOauth2AuthUrl(v string)
- func (o *RestAPIOptionsAuthenticationOptionsAnyOf5) SetOauth2CallbackUrl(v string)
- func (o *RestAPIOptionsAuthenticationOptionsAnyOf5) SetOauth2ClientId(v string)
- func (o *RestAPIOptionsAuthenticationOptionsAnyOf5) SetOauth2ClientSecret(v string)
- func (o *RestAPIOptionsAuthenticationOptionsAnyOf5) SetOauth2IdToken(v string)
- func (o *RestAPIOptionsAuthenticationOptionsAnyOf5) SetOauth2RefreshToken(v string)
- func (o *RestAPIOptionsAuthenticationOptionsAnyOf5) SetOauth2Scope(v string)
- func (o *RestAPIOptionsAuthenticationOptionsAnyOf5) SetOauth2ShareUserCredentials(v bool)
- func (o *RestAPIOptionsAuthenticationOptionsAnyOf5) SetVerifySessionUrl(v string)
- func (o RestAPIOptionsAuthenticationOptionsAnyOf5) ToMap() (map[string]interface{}, error)
- func (o *RestAPIOptionsAuthenticationOptionsAnyOf5) UnmarshalJSON(data []byte) (err error)
- func (o *RestAPIOptionsAuthenticationOptionsAnyOf5) UnsetOauth2AccessTokenLifespanSeconds()
- type RestAPIOptionsAuthenticationOptionsAnyOf6
- func (o *RestAPIOptionsAuthenticationOptionsAnyOf6) GetAuthenticationType() string
- func (o *RestAPIOptionsAuthenticationOptionsAnyOf6) GetAuthenticationTypeOk() (*string, bool)
- func (o RestAPIOptionsAuthenticationOptionsAnyOf6) MarshalJSON() ([]byte, error)
- func (o *RestAPIOptionsAuthenticationOptionsAnyOf6) SetAuthenticationType(v string)
- func (o RestAPIOptionsAuthenticationOptionsAnyOf6) ToMap() (map[string]interface{}, error)
- func (o *RestAPIOptionsAuthenticationOptionsAnyOf6) UnmarshalJSON(data []byte) (err error)
- type Role
- func (o *Role) GetCreatedAt() string
- func (o *Role) GetCreatedAtOk() (*string, bool)
- func (o *Role) GetDescription() string
- func (o *Role) GetDescriptionOk() (*string, bool)
- func (o *Role) GetId() string
- func (o *Role) GetIdOk() (*string, bool)
- func (o *Role) GetIsDefaultRole() bool
- func (o *Role) GetIsDefaultRoleOk() (*bool, bool)
- func (o *Role) GetIsLegacyRole() bool
- func (o *Role) GetIsLegacyRoleOk() (*bool, bool)
- func (o *Role) GetName() string
- func (o *Role) GetNameOk() (*string, bool)
- func (o *Role) GetObjectScopes() []string
- func (o *Role) GetObjectScopesOk() ([]string, bool)
- func (o *Role) GetOrganizationId() string
- func (o *Role) GetOrganizationIdOk() (*string, bool)
- func (o *Role) GetOrganizationScopes() []string
- func (o *Role) GetOrganizationScopesOk() ([]string, bool)
- func (o *Role) GetUpdatedAt() string
- func (o *Role) GetUpdatedAtOk() (*string, bool)
- func (o Role) MarshalJSON() ([]byte, error)
- func (o *Role) SetCreatedAt(v string)
- func (o *Role) SetDescription(v string)
- func (o *Role) SetId(v string)
- func (o *Role) SetIsDefaultRole(v bool)
- func (o *Role) SetIsLegacyRole(v bool)
- func (o *Role) SetName(v string)
- func (o *Role) SetObjectScopes(v []string)
- func (o *Role) SetOrganizationId(v string)
- func (o *Role) SetOrganizationScopes(v []string)
- func (o *Role) SetUpdatedAt(v string)
- func (o Role) ToMap() (map[string]interface{}, error)
- func (o *Role) UnmarshalJSON(data []byte) (err error)
- type RolePermissionsRoleGrantsPostRequest
- func (o *RolePermissionsRoleGrantsPostRequest) GetObjectId() string
- func (o *RolePermissionsRoleGrantsPostRequest) GetObjectIdOk() (*string, bool)
- func (o *RolePermissionsRoleGrantsPostRequest) GetObjectType() string
- func (o *RolePermissionsRoleGrantsPostRequest) GetObjectTypeOk() (*string, bool)
- func (o *RolePermissionsRoleGrantsPostRequest) GetRoleId() string
- func (o *RolePermissionsRoleGrantsPostRequest) GetRoleIdOk() (*string, bool)
- func (o *RolePermissionsRoleGrantsPostRequest) GetSubjectId() string
- func (o *RolePermissionsRoleGrantsPostRequest) GetSubjectIdOk() (*string, bool)
- func (o *RolePermissionsRoleGrantsPostRequest) GetSubjectType() string
- func (o *RolePermissionsRoleGrantsPostRequest) GetSubjectTypeOk() (*string, bool)
- func (o *RolePermissionsRoleGrantsPostRequest) HasObjectId() bool
- func (o *RolePermissionsRoleGrantsPostRequest) HasObjectType() bool
- func (o RolePermissionsRoleGrantsPostRequest) MarshalJSON() ([]byte, error)
- func (o *RolePermissionsRoleGrantsPostRequest) SetObjectId(v string)
- func (o *RolePermissionsRoleGrantsPostRequest) SetObjectType(v string)
- func (o *RolePermissionsRoleGrantsPostRequest) SetRoleId(v string)
- func (o *RolePermissionsRoleGrantsPostRequest) SetSubjectId(v string)
- func (o *RolePermissionsRoleGrantsPostRequest) SetSubjectType(v string)
- func (o RolePermissionsRoleGrantsPostRequest) ToMap() (map[string]interface{}, error)
- func (o *RolePermissionsRoleGrantsPostRequest) UnmarshalJSON(data []byte) (err error)
- type RolePermissionsRolesGet200Response
- func (o *RolePermissionsRolesGet200Response) GetData() []RolePermissionsRolesGet200ResponseDataInner
- func (o *RolePermissionsRolesGet200Response) GetDataOk() ([]RolePermissionsRolesGet200ResponseDataInner, bool)
- func (o *RolePermissionsRolesGet200Response) GetHasMore() bool
- func (o *RolePermissionsRolesGet200Response) GetHasMoreOk() (*bool, bool)
- func (o *RolePermissionsRolesGet200Response) GetNextToken() string
- func (o *RolePermissionsRolesGet200Response) GetNextTokenOk() (*string, bool)
- func (o *RolePermissionsRolesGet200Response) GetSuccess() bool
- func (o *RolePermissionsRolesGet200Response) GetSuccessOk() (*bool, bool)
- func (o *RolePermissionsRolesGet200Response) GetTotalCount() float32
- func (o *RolePermissionsRolesGet200Response) GetTotalCountOk() (*float32, bool)
- func (o RolePermissionsRolesGet200Response) MarshalJSON() ([]byte, error)
- func (o *RolePermissionsRolesGet200Response) SetData(v []RolePermissionsRolesGet200ResponseDataInner)
- func (o *RolePermissionsRolesGet200Response) SetHasMore(v bool)
- func (o *RolePermissionsRolesGet200Response) SetNextToken(v string)
- func (o *RolePermissionsRolesGet200Response) SetSuccess(v bool)
- func (o *RolePermissionsRolesGet200Response) SetTotalCount(v float32)
- func (o RolePermissionsRolesGet200Response) ToMap() (map[string]interface{}, error)
- func (o *RolePermissionsRolesGet200Response) UnmarshalJSON(data []byte) (err error)
- type RolePermissionsRolesGet200ResponseDataInner
- func (o *RolePermissionsRolesGet200ResponseDataInner) GetCreatedAt() string
- func (o *RolePermissionsRolesGet200ResponseDataInner) GetCreatedAtOk() (*string, bool)
- func (o *RolePermissionsRolesGet200ResponseDataInner) GetDescription() string
- func (o *RolePermissionsRolesGet200ResponseDataInner) GetDescriptionOk() (*string, bool)
- func (o *RolePermissionsRolesGet200ResponseDataInner) GetId() string
- func (o *RolePermissionsRolesGet200ResponseDataInner) GetIdOk() (*string, bool)
- func (o *RolePermissionsRolesGet200ResponseDataInner) GetIsDefaultRole() bool
- func (o *RolePermissionsRolesGet200ResponseDataInner) GetIsDefaultRoleOk() (*bool, bool)
- func (o *RolePermissionsRolesGet200ResponseDataInner) GetIsLegacyRole() bool
- func (o *RolePermissionsRolesGet200ResponseDataInner) GetIsLegacyRoleOk() (*bool, bool)
- func (o *RolePermissionsRolesGet200ResponseDataInner) GetName() string
- func (o *RolePermissionsRolesGet200ResponseDataInner) GetNameOk() (*string, bool)
- func (o *RolePermissionsRolesGet200ResponseDataInner) GetObjectScopes() []string
- func (o *RolePermissionsRolesGet200ResponseDataInner) GetObjectScopesOk() ([]string, bool)
- func (o *RolePermissionsRolesGet200ResponseDataInner) GetOrganizationId() string
- func (o *RolePermissionsRolesGet200ResponseDataInner) GetOrganizationIdOk() (*string, bool)
- func (o *RolePermissionsRolesGet200ResponseDataInner) GetOrganizationScopes() []string
- func (o *RolePermissionsRolesGet200ResponseDataInner) GetOrganizationScopesOk() ([]string, bool)
- func (o *RolePermissionsRolesGet200ResponseDataInner) GetUpdatedAt() string
- func (o *RolePermissionsRolesGet200ResponseDataInner) GetUpdatedAtOk() (*string, bool)
- func (o RolePermissionsRolesGet200ResponseDataInner) MarshalJSON() ([]byte, error)
- func (o *RolePermissionsRolesGet200ResponseDataInner) SetCreatedAt(v string)
- func (o *RolePermissionsRolesGet200ResponseDataInner) SetDescription(v string)
- func (o *RolePermissionsRolesGet200ResponseDataInner) SetId(v string)
- func (o *RolePermissionsRolesGet200ResponseDataInner) SetIsDefaultRole(v bool)
- func (o *RolePermissionsRolesGet200ResponseDataInner) SetIsLegacyRole(v bool)
- func (o *RolePermissionsRolesGet200ResponseDataInner) SetName(v string)
- func (o *RolePermissionsRolesGet200ResponseDataInner) SetObjectScopes(v []string)
- func (o *RolePermissionsRolesGet200ResponseDataInner) SetOrganizationId(v string)
- func (o *RolePermissionsRolesGet200ResponseDataInner) SetOrganizationScopes(v []string)
- func (o *RolePermissionsRolesGet200ResponseDataInner) SetUpdatedAt(v string)
- func (o RolePermissionsRolesGet200ResponseDataInner) ToMap() (map[string]interface{}, error)
- func (o *RolePermissionsRolesGet200ResponseDataInner) UnmarshalJSON(data []byte) (err error)
- type RolePermissionsRolesPost201Response
- func (o *RolePermissionsRolesPost201Response) GetCreatedAt() string
- func (o *RolePermissionsRolesPost201Response) GetCreatedAtOk() (*string, bool)
- func (o *RolePermissionsRolesPost201Response) GetDescription() string
- func (o *RolePermissionsRolesPost201Response) GetDescriptionOk() (*string, bool)
- func (o *RolePermissionsRolesPost201Response) GetId() string
- func (o *RolePermissionsRolesPost201Response) GetIdOk() (*string, bool)
- func (o *RolePermissionsRolesPost201Response) GetIsDefaultRole() bool
- func (o *RolePermissionsRolesPost201Response) GetIsDefaultRoleOk() (*bool, bool)
- func (o *RolePermissionsRolesPost201Response) GetIsLegacyRole() bool
- func (o *RolePermissionsRolesPost201Response) GetIsLegacyRoleOk() (*bool, bool)
- func (o *RolePermissionsRolesPost201Response) GetName() string
- func (o *RolePermissionsRolesPost201Response) GetNameOk() (*string, bool)
- func (o *RolePermissionsRolesPost201Response) GetObjectScopes() []string
- func (o *RolePermissionsRolesPost201Response) GetObjectScopesOk() ([]string, bool)
- func (o *RolePermissionsRolesPost201Response) GetOrganizationId() string
- func (o *RolePermissionsRolesPost201Response) GetOrganizationIdOk() (*string, bool)
- func (o *RolePermissionsRolesPost201Response) GetOrganizationScopes() []string
- func (o *RolePermissionsRolesPost201Response) GetOrganizationScopesOk() ([]string, bool)
- func (o *RolePermissionsRolesPost201Response) GetUpdatedAt() string
- func (o *RolePermissionsRolesPost201Response) GetUpdatedAtOk() (*string, bool)
- func (o RolePermissionsRolesPost201Response) MarshalJSON() ([]byte, error)
- func (o *RolePermissionsRolesPost201Response) SetCreatedAt(v string)
- func (o *RolePermissionsRolesPost201Response) SetDescription(v string)
- func (o *RolePermissionsRolesPost201Response) SetId(v string)
- func (o *RolePermissionsRolesPost201Response) SetIsDefaultRole(v bool)
- func (o *RolePermissionsRolesPost201Response) SetIsLegacyRole(v bool)
- func (o *RolePermissionsRolesPost201Response) SetName(v string)
- func (o *RolePermissionsRolesPost201Response) SetObjectScopes(v []string)
- func (o *RolePermissionsRolesPost201Response) SetOrganizationId(v string)
- func (o *RolePermissionsRolesPost201Response) SetOrganizationScopes(v []string)
- func (o *RolePermissionsRolesPost201Response) SetUpdatedAt(v string)
- func (o RolePermissionsRolesPost201Response) ToMap() (map[string]interface{}, error)
- func (o *RolePermissionsRolesPost201Response) UnmarshalJSON(data []byte) (err error)
- type RolePermissionsRolesPostRequest
- func (o *RolePermissionsRolesPostRequest) GetDescription() string
- func (o *RolePermissionsRolesPostRequest) GetDescriptionOk() (*string, bool)
- func (o *RolePermissionsRolesPostRequest) GetName() string
- func (o *RolePermissionsRolesPostRequest) GetNameOk() (*string, bool)
- func (o *RolePermissionsRolesPostRequest) GetObjectScopes() []string
- func (o *RolePermissionsRolesPostRequest) GetObjectScopesOk() ([]string, bool)
- func (o *RolePermissionsRolesPostRequest) GetOrganizationScopes() []string
- func (o *RolePermissionsRolesPostRequest) GetOrganizationScopesOk() ([]string, bool)
- func (o *RolePermissionsRolesPostRequest) HasDescription() bool
- func (o RolePermissionsRolesPostRequest) MarshalJSON() ([]byte, error)
- func (o *RolePermissionsRolesPostRequest) SetDescription(v string)
- func (o *RolePermissionsRolesPostRequest) SetName(v string)
- func (o *RolePermissionsRolesPostRequest) SetObjectScopes(v []string)
- func (o *RolePermissionsRolesPostRequest) SetOrganizationScopes(v []string)
- func (o RolePermissionsRolesPostRequest) ToMap() (map[string]interface{}, error)
- func (o *RolePermissionsRolesPostRequest) UnmarshalJSON(data []byte) (err error)
- type RolePermissionsRolesRoleIdPatchRequest
- func (o *RolePermissionsRolesRoleIdPatchRequest) GetDescription() string
- func (o *RolePermissionsRolesRoleIdPatchRequest) GetDescriptionOk() (*string, bool)
- func (o *RolePermissionsRolesRoleIdPatchRequest) GetName() string
- func (o *RolePermissionsRolesRoleIdPatchRequest) GetNameOk() (*string, bool)
- func (o *RolePermissionsRolesRoleIdPatchRequest) GetObjectScopes() []string
- func (o *RolePermissionsRolesRoleIdPatchRequest) GetObjectScopesOk() ([]string, bool)
- func (o *RolePermissionsRolesRoleIdPatchRequest) GetOrganizationScopes() []string
- func (o *RolePermissionsRolesRoleIdPatchRequest) GetOrganizationScopesOk() ([]string, bool)
- func (o *RolePermissionsRolesRoleIdPatchRequest) HasDescription() bool
- func (o *RolePermissionsRolesRoleIdPatchRequest) HasName() bool
- func (o *RolePermissionsRolesRoleIdPatchRequest) HasObjectScopes() bool
- func (o *RolePermissionsRolesRoleIdPatchRequest) HasOrganizationScopes() bool
- func (o RolePermissionsRolesRoleIdPatchRequest) MarshalJSON() ([]byte, error)
- func (o *RolePermissionsRolesRoleIdPatchRequest) SetDescription(v string)
- func (o *RolePermissionsRolesRoleIdPatchRequest) SetName(v string)
- func (o *RolePermissionsRolesRoleIdPatchRequest) SetObjectScopes(v []string)
- func (o *RolePermissionsRolesRoleIdPatchRequest) SetOrganizationScopes(v []string)
- func (o RolePermissionsRolesRoleIdPatchRequest) ToMap() (map[string]interface{}, error)
- func (o *RolePermissionsRolesRoleIdPatchRequest) UnmarshalJSON(data []byte) (err error)
- type SAML
- func (o *SAML) GetConfigType() string
- func (o *SAML) GetConfigTypeOk() (*string, bool)
- func (o *SAML) GetDisableEmailPasswordLogin() bool
- func (o *SAML) GetDisableEmailPasswordLoginOk() (*bool, bool)
- func (o *SAML) GetIdpMetadataXml() string
- func (o *SAML) GetIdpMetadataXmlOk() (*string, bool)
- func (o *SAML) GetJitEnabled() bool
- func (o *SAML) GetJitEnabledOk() (*bool, bool)
- func (o *SAML) GetLdapBaseDomainComponents() string
- func (o *SAML) GetLdapBaseDomainComponentsOk() (*string, bool)
- func (o *SAML) GetLdapRoleMapping() string
- func (o *SAML) GetLdapRoleMappingOk() (*string, bool)
- func (o *SAML) GetLdapServerCertificate() string
- func (o *SAML) GetLdapServerCertificateOk() (*string, bool)
- func (o *SAML) GetLdapServerKey() string
- func (o *SAML) GetLdapServerKeyOk() (*string, bool)
- func (o *SAML) GetLdapServerName() string
- func (o *SAML) GetLdapServerNameOk() (*string, bool)
- func (o *SAML) GetLdapServerUrl() string
- func (o *SAML) GetLdapServerUrlOk() (*string, bool)
- func (o *SAML) GetLdapSyncGroupClaims() bool
- func (o *SAML) GetLdapSyncGroupClaimsOk() (*bool, bool)
- func (o *SAML) GetRestrictedDomain() string
- func (o *SAML) GetRestrictedDomainOk() (*string, bool)
- func (o *SAML) GetSamlFirstNameAttribute() string
- func (o *SAML) GetSamlFirstNameAttributeOk() (*string, bool)
- func (o *SAML) GetSamlGroupsAttribute() string
- func (o *SAML) GetSamlGroupsAttributeOk() (*string, bool)
- func (o *SAML) GetSamlLastNameAttribute() string
- func (o *SAML) GetSamlLastNameAttributeOk() (*string, bool)
- func (o *SAML) GetSamlSyncGroupClaims() bool
- func (o *SAML) GetSamlSyncGroupClaimsOk() (*bool, bool)
- func (o *SAML) GetTriggerLoginAutomatically() bool
- func (o *SAML) GetTriggerLoginAutomaticallyOk() (*bool, bool)
- func (o *SAML) HasLdapBaseDomainComponents() bool
- func (o *SAML) HasLdapRoleMapping() bool
- func (o *SAML) HasLdapServerCertificate() bool
- func (o *SAML) HasLdapServerKey() bool
- func (o *SAML) HasLdapServerName() bool
- func (o *SAML) HasLdapServerUrl() bool
- func (o *SAML) HasLdapSyncGroupClaims() bool
- func (o *SAML) HasRestrictedDomain() bool
- func (o *SAML) HasSamlGroupsAttribute() bool
- func (o SAML) MarshalJSON() ([]byte, error)
- func (o *SAML) SetConfigType(v string)
- func (o *SAML) SetDisableEmailPasswordLogin(v bool)
- func (o *SAML) SetIdpMetadataXml(v string)
- func (o *SAML) SetJitEnabled(v bool)
- func (o *SAML) SetLdapBaseDomainComponents(v string)
- func (o *SAML) SetLdapRoleMapping(v string)
- func (o *SAML) SetLdapServerCertificate(v string)
- func (o *SAML) SetLdapServerKey(v string)
- func (o *SAML) SetLdapServerName(v string)
- func (o *SAML) SetLdapServerUrl(v string)
- func (o *SAML) SetLdapSyncGroupClaims(v bool)
- func (o *SAML) SetRestrictedDomain(v string)
- func (o *SAML) SetSamlFirstNameAttribute(v string)
- func (o *SAML) SetSamlGroupsAttribute(v string)
- func (o *SAML) SetSamlLastNameAttribute(v string)
- func (o *SAML) SetSamlSyncGroupClaims(v bool)
- func (o *SAML) SetTriggerLoginAutomatically(v bool)
- func (o SAML) ToMap() (map[string]interface{}, error)
- func (o *SAML) UnmarshalJSON(data []byte) (err error)
- type SSOAPIService
- func (a *SSOAPIService) SsoConfigDelete(ctx context.Context) ApiSsoConfigDeleteRequest
- func (a *SSOAPIService) SsoConfigDeleteExecute(r ApiSsoConfigDeleteRequest) (*http.Response, error)
- func (a *SSOAPIService) SsoConfigGet(ctx context.Context) ApiSsoConfigGetRequest
- func (a *SSOAPIService) SsoConfigGetExecute(r ApiSsoConfigGetRequest) (*SsoConfigGet200Response, *http.Response, error)
- func (a *SSOAPIService) SsoConfigPost(ctx context.Context) ApiSsoConfigPostRequest
- func (a *SSOAPIService) SsoConfigPostExecute(r ApiSsoConfigPostRequest) (*SsoConfigPost200Response, *http.Response, error)
- type SSOConfig
- func (o *SSOConfig) GetConfigType() string
- func (o *SSOConfig) GetConfigTypeOk() (*string, bool)
- func (o *SSOConfig) GetDisableEmailPasswordLogin() bool
- func (o *SSOConfig) GetDisableEmailPasswordLoginOk() (*bool, bool)
- func (o *SSOConfig) GetGoogleClientId() string
- func (o *SSOConfig) GetGoogleClientIdOk() (*string, bool)
- func (o *SSOConfig) GetGoogleClientSecret() string
- func (o *SSOConfig) GetGoogleClientSecretOk() (*string, bool)
- func (o *SSOConfig) GetIdpMetadataXml() string
- func (o *SSOConfig) GetIdpMetadataXmlOk() (*string, bool)
- func (o *SSOConfig) GetJitEnabled() bool
- func (o *SSOConfig) GetJitEnabledOk() (*bool, bool)
- func (o *SSOConfig) GetJwtEmailKey() string
- func (o *SSOConfig) GetJwtEmailKeyOk() (*string, bool)
- func (o *SSOConfig) GetJwtFirstNameKey() string
- func (o *SSOConfig) GetJwtFirstNameKeyOk() (*string, bool)
- func (o *SSOConfig) GetJwtLastNameKey() string
- func (o *SSOConfig) GetJwtLastNameKeyOk() (*string, bool)
- func (o *SSOConfig) GetJwtRolesKey() string
- func (o *SSOConfig) GetJwtRolesKeyOk() (*string, bool)
- func (o *SSOConfig) GetLdapBaseDomainComponents() string
- func (o *SSOConfig) GetLdapBaseDomainComponentsOk() (*string, bool)
- func (o *SSOConfig) GetLdapRoleMapping() string
- func (o *SSOConfig) GetLdapRoleMappingOk() (*string, bool)
- func (o *SSOConfig) GetLdapServerCertificate() string
- func (o *SSOConfig) GetLdapServerCertificateOk() (*string, bool)
- func (o *SSOConfig) GetLdapServerKey() string
- func (o *SSOConfig) GetLdapServerKeyOk() (*string, bool)
- func (o *SSOConfig) GetLdapServerName() string
- func (o *SSOConfig) GetLdapServerNameOk() (*string, bool)
- func (o *SSOConfig) GetLdapServerUrl() string
- func (o *SSOConfig) GetLdapServerUrlOk() (*string, bool)
- func (o *SSOConfig) GetLdapSyncGroupClaims() bool
- func (o *SSOConfig) GetLdapSyncGroupClaimsOk() (*bool, bool)
- func (o *SSOConfig) GetOidcAudience() string
- func (o *SSOConfig) GetOidcAudienceOk() (*string, bool)
- func (o *SSOConfig) GetOidcAuthUrl() string
- func (o *SSOConfig) GetOidcAuthUrlOk() (*string, bool)
- func (o *SSOConfig) GetOidcClientId() string
- func (o *SSOConfig) GetOidcClientIdOk() (*string, bool)
- func (o *SSOConfig) GetOidcClientSecret() string
- func (o *SSOConfig) GetOidcClientSecretOk() (*string, bool)
- func (o *SSOConfig) GetOidcScopes() string
- func (o *SSOConfig) GetOidcScopesOk() (*string, bool)
- func (o *SSOConfig) GetOidcTokenUrl() string
- func (o *SSOConfig) GetOidcTokenUrlOk() (*string, bool)
- func (o *SSOConfig) GetOidcUserinfoUrl() string
- func (o *SSOConfig) GetOidcUserinfoUrlOk() (*string, bool)
- func (o *SSOConfig) GetRestrictedDomain() string
- func (o *SSOConfig) GetRestrictedDomainOk() (*string, bool)
- func (o *SSOConfig) GetRolesMapping() string
- func (o *SSOConfig) GetRolesMappingOk() (*string, bool)
- func (o *SSOConfig) GetSamlFirstNameAttribute() string
- func (o *SSOConfig) GetSamlFirstNameAttributeOk() (*string, bool)
- func (o *SSOConfig) GetSamlGroupsAttribute() string
- func (o *SSOConfig) GetSamlGroupsAttributeOk() (*string, bool)
- func (o *SSOConfig) GetSamlLastNameAttribute() string
- func (o *SSOConfig) GetSamlLastNameAttributeOk() (*string, bool)
- func (o *SSOConfig) GetSamlSyncGroupClaims() bool
- func (o *SSOConfig) GetSamlSyncGroupClaimsOk() (*bool, bool)
- func (o *SSOConfig) GetTriggerLoginAutomatically() bool
- func (o *SSOConfig) GetTriggerLoginAutomaticallyOk() (*bool, bool)
- func (o *SSOConfig) HasGoogleClientId() bool
- func (o *SSOConfig) HasGoogleClientSecret() bool
- func (o *SSOConfig) HasIdpMetadataXml() bool
- func (o *SSOConfig) HasJitEnabled() bool
- func (o *SSOConfig) HasJwtEmailKey() bool
- func (o *SSOConfig) HasJwtFirstNameKey() bool
- func (o *SSOConfig) HasJwtLastNameKey() bool
- func (o *SSOConfig) HasJwtRolesKey() bool
- func (o *SSOConfig) HasLdapBaseDomainComponents() bool
- func (o *SSOConfig) HasLdapRoleMapping() bool
- func (o *SSOConfig) HasLdapServerCertificate() bool
- func (o *SSOConfig) HasLdapServerKey() bool
- func (o *SSOConfig) HasLdapServerName() bool
- func (o *SSOConfig) HasLdapServerUrl() bool
- func (o *SSOConfig) HasLdapSyncGroupClaims() bool
- func (o *SSOConfig) HasOidcAudience() bool
- func (o *SSOConfig) HasOidcAuthUrl() bool
- func (o *SSOConfig) HasOidcClientId() bool
- func (o *SSOConfig) HasOidcClientSecret() bool
- func (o *SSOConfig) HasOidcScopes() bool
- func (o *SSOConfig) HasOidcTokenUrl() bool
- func (o *SSOConfig) HasOidcUserinfoUrl() bool
- func (o *SSOConfig) HasRestrictedDomain() bool
- func (o *SSOConfig) HasRolesMapping() bool
- func (o *SSOConfig) HasSamlFirstNameAttribute() bool
- func (o *SSOConfig) HasSamlGroupsAttribute() bool
- func (o *SSOConfig) HasSamlLastNameAttribute() bool
- func (o *SSOConfig) HasSamlSyncGroupClaims() bool
- func (o *SSOConfig) HasTriggerLoginAutomatically() bool
- func (o SSOConfig) MarshalJSON() ([]byte, error)
- func (o *SSOConfig) SetConfigType(v string)
- func (o *SSOConfig) SetDisableEmailPasswordLogin(v bool)
- func (o *SSOConfig) SetGoogleClientId(v string)
- func (o *SSOConfig) SetGoogleClientSecret(v string)
- func (o *SSOConfig) SetIdpMetadataXml(v string)
- func (o *SSOConfig) SetJitEnabled(v bool)
- func (o *SSOConfig) SetJwtEmailKey(v string)
- func (o *SSOConfig) SetJwtFirstNameKey(v string)
- func (o *SSOConfig) SetJwtLastNameKey(v string)
- func (o *SSOConfig) SetJwtRolesKey(v string)
- func (o *SSOConfig) SetLdapBaseDomainComponents(v string)
- func (o *SSOConfig) SetLdapRoleMapping(v string)
- func (o *SSOConfig) SetLdapServerCertificate(v string)
- func (o *SSOConfig) SetLdapServerKey(v string)
- func (o *SSOConfig) SetLdapServerName(v string)
- func (o *SSOConfig) SetLdapServerUrl(v string)
- func (o *SSOConfig) SetLdapSyncGroupClaims(v bool)
- func (o *SSOConfig) SetOidcAudience(v string)
- func (o *SSOConfig) SetOidcAuthUrl(v string)
- func (o *SSOConfig) SetOidcClientId(v string)
- func (o *SSOConfig) SetOidcClientSecret(v string)
- func (o *SSOConfig) SetOidcScopes(v string)
- func (o *SSOConfig) SetOidcTokenUrl(v string)
- func (o *SSOConfig) SetOidcUserinfoUrl(v string)
- func (o *SSOConfig) SetRestrictedDomain(v string)
- func (o *SSOConfig) SetRolesMapping(v string)
- func (o *SSOConfig) SetSamlFirstNameAttribute(v string)
- func (o *SSOConfig) SetSamlGroupsAttribute(v string)
- func (o *SSOConfig) SetSamlLastNameAttribute(v string)
- func (o *SSOConfig) SetSamlSyncGroupClaims(v bool)
- func (o *SSOConfig) SetTriggerLoginAutomatically(v bool)
- func (o SSOConfig) ToMap() (map[string]interface{}, error)
- func (o *SSOConfig) UnmarshalJSON(data []byte) (err error)
- type ServerConfiguration
- type ServerConfigurations
- type ServerVariable
- type SnowflakeOptions
- func (o *SnowflakeOptions) GetAccountIdentifier() string
- func (o *SnowflakeOptions) GetAccountIdentifierOk() (*string, bool)
- func (o *SnowflakeOptions) GetAuthenticationOptions() SnowflakeOptionsAuthenticationOptions
- func (o *SnowflakeOptions) GetAuthenticationOptionsOk() (*SnowflakeOptionsAuthenticationOptions, bool)
- func (o *SnowflakeOptions) GetDatabaseOptions() SnowflakeOptionsDatabaseOptions
- func (o *SnowflakeOptions) GetDatabaseOptionsOk() (*SnowflakeOptionsDatabaseOptions, bool)
- func (o *SnowflakeOptions) GetUserRole() string
- func (o *SnowflakeOptions) GetUserRoleOk() (*string, bool)
- func (o *SnowflakeOptions) HasUserRole() bool
- func (o SnowflakeOptions) MarshalJSON() ([]byte, error)
- func (o *SnowflakeOptions) SetAccountIdentifier(v string)
- func (o *SnowflakeOptions) SetAuthenticationOptions(v SnowflakeOptionsAuthenticationOptions)
- func (o *SnowflakeOptions) SetDatabaseOptions(v SnowflakeOptionsDatabaseOptions)
- func (o *SnowflakeOptions) SetUserRole(v string)
- func (o SnowflakeOptions) ToMap() (map[string]interface{}, error)
- func (o *SnowflakeOptions) UnmarshalJSON(data []byte) (err error)
- type SnowflakeOptionsAuthenticationOptions
- type SnowflakeOptionsAuthenticationOptionsAnyOf
- func (o *SnowflakeOptionsAuthenticationOptionsAnyOf) GetAuthenticationType() string
- func (o *SnowflakeOptionsAuthenticationOptionsAnyOf) GetAuthenticationTypeOk() (*string, bool)
- func (o *SnowflakeOptionsAuthenticationOptionsAnyOf) GetPassword() string
- func (o *SnowflakeOptionsAuthenticationOptionsAnyOf) GetPasswordOk() (*string, bool)
- func (o *SnowflakeOptionsAuthenticationOptionsAnyOf) GetUsername() string
- func (o *SnowflakeOptionsAuthenticationOptionsAnyOf) GetUsernameOk() (*string, bool)
- func (o SnowflakeOptionsAuthenticationOptionsAnyOf) MarshalJSON() ([]byte, error)
- func (o *SnowflakeOptionsAuthenticationOptionsAnyOf) SetAuthenticationType(v string)
- func (o *SnowflakeOptionsAuthenticationOptionsAnyOf) SetPassword(v string)
- func (o *SnowflakeOptionsAuthenticationOptionsAnyOf) SetUsername(v string)
- func (o SnowflakeOptionsAuthenticationOptionsAnyOf) ToMap() (map[string]interface{}, error)
- func (o *SnowflakeOptionsAuthenticationOptionsAnyOf) UnmarshalJSON(data []byte) (err error)
- type SnowflakeOptionsAuthenticationOptionsAnyOf1
- func (o *SnowflakeOptionsAuthenticationOptionsAnyOf1) GetAuthenticationType() string
- func (o *SnowflakeOptionsAuthenticationOptionsAnyOf1) GetAuthenticationTypeOk() (*string, bool)
- func (o *SnowflakeOptionsAuthenticationOptionsAnyOf1) GetPrivateKey() string
- func (o *SnowflakeOptionsAuthenticationOptionsAnyOf1) GetPrivateKeyOk() (*string, bool)
- func (o *SnowflakeOptionsAuthenticationOptionsAnyOf1) GetPrivateKeyPassphrase() string
- func (o *SnowflakeOptionsAuthenticationOptionsAnyOf1) GetPrivateKeyPassphraseOk() (*string, bool)
- func (o *SnowflakeOptionsAuthenticationOptionsAnyOf1) GetUsername() string
- func (o *SnowflakeOptionsAuthenticationOptionsAnyOf1) GetUsernameOk() (*string, bool)
- func (o *SnowflakeOptionsAuthenticationOptionsAnyOf1) HasPrivateKeyPassphrase() bool
- func (o SnowflakeOptionsAuthenticationOptionsAnyOf1) MarshalJSON() ([]byte, error)
- func (o *SnowflakeOptionsAuthenticationOptionsAnyOf1) SetAuthenticationType(v string)
- func (o *SnowflakeOptionsAuthenticationOptionsAnyOf1) SetPrivateKey(v string)
- func (o *SnowflakeOptionsAuthenticationOptionsAnyOf1) SetPrivateKeyPassphrase(v string)
- func (o *SnowflakeOptionsAuthenticationOptionsAnyOf1) SetUsername(v string)
- func (o SnowflakeOptionsAuthenticationOptionsAnyOf1) ToMap() (map[string]interface{}, error)
- func (o *SnowflakeOptionsAuthenticationOptionsAnyOf1) UnmarshalJSON(data []byte) (err error)
- type SnowflakeOptionsAuthenticationOptionsAnyOf2
- func (o *SnowflakeOptionsAuthenticationOptionsAnyOf2) GetAuthenticationType() string
- func (o *SnowflakeOptionsAuthenticationOptionsAnyOf2) GetAuthenticationTypeOk() (*string, bool)
- func (o *SnowflakeOptionsAuthenticationOptionsAnyOf2) GetOauth2CallbackUrl() string
- func (o *SnowflakeOptionsAuthenticationOptionsAnyOf2) GetOauth2CallbackUrlOk() (*string, bool)
- func (o *SnowflakeOptionsAuthenticationOptionsAnyOf2) GetOauth2ClientId() string
- func (o *SnowflakeOptionsAuthenticationOptionsAnyOf2) GetOauth2ClientIdOk() (*string, bool)
- func (o *SnowflakeOptionsAuthenticationOptionsAnyOf2) GetOauth2ClientSecret() string
- func (o *SnowflakeOptionsAuthenticationOptionsAnyOf2) GetOauth2ClientSecretOk() (*string, bool)
- func (o *SnowflakeOptionsAuthenticationOptionsAnyOf2) HasOauth2CallbackUrl() bool
- func (o SnowflakeOptionsAuthenticationOptionsAnyOf2) MarshalJSON() ([]byte, error)
- func (o *SnowflakeOptionsAuthenticationOptionsAnyOf2) SetAuthenticationType(v string)
- func (o *SnowflakeOptionsAuthenticationOptionsAnyOf2) SetOauth2CallbackUrl(v string)
- func (o *SnowflakeOptionsAuthenticationOptionsAnyOf2) SetOauth2ClientId(v string)
- func (o *SnowflakeOptionsAuthenticationOptionsAnyOf2) SetOauth2ClientSecret(v string)
- func (o SnowflakeOptionsAuthenticationOptionsAnyOf2) ToMap() (map[string]interface{}, error)
- func (o *SnowflakeOptionsAuthenticationOptionsAnyOf2) UnmarshalJSON(data []byte) (err error)
- type SnowflakeOptionsDatabaseOptions
- func (o *SnowflakeOptionsDatabaseOptions) GetDisableConvertingQueriesToPreparedStatements() bool
- func (o *SnowflakeOptionsDatabaseOptions) GetDisableConvertingQueriesToPreparedStatementsOk() (*bool, bool)
- func (o *SnowflakeOptionsDatabaseOptions) GetName() string
- func (o *SnowflakeOptionsDatabaseOptions) GetNameOk() (*string, bool)
- func (o *SnowflakeOptionsDatabaseOptions) GetSchema() string
- func (o *SnowflakeOptionsDatabaseOptions) GetSchemaOk() (*string, bool)
- func (o *SnowflakeOptionsDatabaseOptions) GetShowWriteGuiOnly() bool
- func (o *SnowflakeOptionsDatabaseOptions) GetShowWriteGuiOnlyOk() (*bool, bool)
- func (o *SnowflakeOptionsDatabaseOptions) GetWarehouse() string
- func (o *SnowflakeOptionsDatabaseOptions) GetWarehouseOk() (*string, bool)
- func (o *SnowflakeOptionsDatabaseOptions) HasDisableConvertingQueriesToPreparedStatements() bool
- func (o *SnowflakeOptionsDatabaseOptions) HasSchema() bool
- func (o *SnowflakeOptionsDatabaseOptions) HasShowWriteGuiOnly() bool
- func (o *SnowflakeOptionsDatabaseOptions) HasWarehouse() bool
- func (o SnowflakeOptionsDatabaseOptions) MarshalJSON() ([]byte, error)
- func (o *SnowflakeOptionsDatabaseOptions) SetDisableConvertingQueriesToPreparedStatements(v bool)
- func (o *SnowflakeOptionsDatabaseOptions) SetName(v string)
- func (o *SnowflakeOptionsDatabaseOptions) SetSchema(v string)
- func (o *SnowflakeOptionsDatabaseOptions) SetShowWriteGuiOnly(v bool)
- func (o *SnowflakeOptionsDatabaseOptions) SetWarehouse(v string)
- func (o SnowflakeOptionsDatabaseOptions) ToMap() (map[string]interface{}, error)
- func (o *SnowflakeOptionsDatabaseOptions) UnmarshalJSON(data []byte) (err error)
- type SourceControlAPIService
- func (a *SourceControlAPIService) SourceControlConfigDelete(ctx context.Context) ApiSourceControlConfigDeleteRequest
- func (a *SourceControlAPIService) SourceControlConfigDeleteExecute(r ApiSourceControlConfigDeleteRequest) (*http.Response, error)
- func (a *SourceControlAPIService) SourceControlConfigGet(ctx context.Context) ApiSourceControlConfigGetRequest
- func (a *SourceControlAPIService) SourceControlConfigGetExecute(r ApiSourceControlConfigGetRequest) (*SourceControlConfigGet200Response, *http.Response, error)
- func (a *SourceControlAPIService) SourceControlConfigPost(ctx context.Context) ApiSourceControlConfigPostRequest
- func (a *SourceControlAPIService) SourceControlConfigPostExecute(r ApiSourceControlConfigPostRequest) (*SourceControlConfigPost200Response, *http.Response, error)
- func (a *SourceControlAPIService) SourceControlConfigPut(ctx context.Context) ApiSourceControlConfigPutRequest
- func (a *SourceControlAPIService) SourceControlConfigPutExecute(r ApiSourceControlConfigPutRequest) (*SourceControlConfigPut200Response, *http.Response, error)
- func (a *SourceControlAPIService) SourceControlDeployPost(ctx context.Context) ApiSourceControlDeployPostRequest
- func (a *SourceControlAPIService) SourceControlDeployPostExecute(r ApiSourceControlDeployPostRequest) (*SourceControlDeployPost200Response, *http.Response, error)
- func (a *SourceControlAPIService) SourceControlDeploymentIdGet(ctx context.Context, id string) ApiSourceControlDeploymentIdGetRequest
- func (a *SourceControlAPIService) SourceControlDeploymentIdGetExecute(r ApiSourceControlDeploymentIdGetRequest) (*SourceControlDeployPost200Response, *http.Response, error)
- func (a *SourceControlAPIService) SourceControlManifestsGet(ctx context.Context) ApiSourceControlManifestsGetRequest
- func (a *SourceControlAPIService) SourceControlManifestsGetExecute(r ApiSourceControlManifestsGetRequest) (*SourceControlManifestsGet200Response, *http.Response, error)
- func (a *SourceControlAPIService) SourceControlManifestsManifestNameAppsAppUuidDeletePost(ctx context.Context, appUuid string, manifestName string) ApiSourceControlManifestsManifestNameAppsAppUuidDeletePostRequest
- func (a *SourceControlAPIService) SourceControlManifestsManifestNameAppsAppUuidDeletePostExecute(r ApiSourceControlManifestsManifestNameAppsAppUuidDeletePostRequest) (*SourceControlManifestsManifestNamePut200Response, *http.Response, error)
- func (a *SourceControlAPIService) SourceControlManifestsManifestNameAppsAppUuidPut(ctx context.Context, appUuid string, manifestName string) ApiSourceControlManifestsManifestNameAppsAppUuidPutRequest
- func (a *SourceControlAPIService) SourceControlManifestsManifestNameAppsAppUuidPutExecute(r ApiSourceControlManifestsManifestNameAppsAppUuidPutRequest) (*SourceControlManifestsManifestNamePut200Response, *http.Response, error)
- func (a *SourceControlAPIService) SourceControlManifestsManifestNameDeletePost(ctx context.Context, manifestName string) ApiSourceControlManifestsManifestNameDeletePostRequest
- func (a *SourceControlAPIService) SourceControlManifestsManifestNameDeletePostExecute(r ApiSourceControlManifestsManifestNameDeletePostRequest) (*SourceControlManifestsManifestNamePut200Response, *http.Response, error)
- func (a *SourceControlAPIService) SourceControlManifestsManifestNameElementUuidDeletePost(ctx context.Context, elementUuid string, manifestName string) ApiSourceControlManifestsManifestNameElementUuidDeletePostRequest
- func (a *SourceControlAPIService) SourceControlManifestsManifestNameElementUuidDeletePostExecute(r ApiSourceControlManifestsManifestNameElementUuidDeletePostRequest) (*SourceControlManifestsManifestNamePut200Response, *http.Response, error)
- func (a *SourceControlAPIService) SourceControlManifestsManifestNameElementUuidPut(ctx context.Context, elementUuid string, manifestName string) ApiSourceControlManifestsManifestNameElementUuidPutRequest
- func (a *SourceControlAPIService) SourceControlManifestsManifestNameElementUuidPutExecute(r ApiSourceControlManifestsManifestNameElementUuidPutRequest) (*SourceControlManifestsManifestNamePut200Response, *http.Response, error)
- func (a *SourceControlAPIService) SourceControlManifestsManifestNameGet(ctx context.Context, manifestName string) ApiSourceControlManifestsManifestNameGetRequest
- func (a *SourceControlAPIService) SourceControlManifestsManifestNameGetExecute(r ApiSourceControlManifestsManifestNameGetRequest) (*SourceControlManifestsManifestNameGet200Response, *http.Response, error)
- func (a *SourceControlAPIService) SourceControlManifestsManifestNamePut(ctx context.Context, manifestName string) ApiSourceControlManifestsManifestNamePutRequest
- func (a *SourceControlAPIService) SourceControlManifestsManifestNamePutExecute(r ApiSourceControlManifestsManifestNamePutRequest) (*SourceControlManifestsManifestNamePut200Response, *http.Response, error)
- func (a *SourceControlAPIService) SourceControlReleasesAppsAppUuidGet(ctx context.Context, appUuid string) ApiSourceControlReleasesAppsAppUuidGetRequest
- func (a *SourceControlAPIService) SourceControlReleasesAppsAppUuidGetExecute(r ApiSourceControlReleasesAppsAppUuidGetRequest) (*SourceControlReleasesAppsAppUuidGet200Response, *http.Response, error)
- func (a *SourceControlAPIService) SourceControlReleasesAppsAppUuidPost(ctx context.Context, appUuid string) ApiSourceControlReleasesAppsAppUuidPostRequest
- func (a *SourceControlAPIService) SourceControlReleasesAppsAppUuidPostExecute(r ApiSourceControlReleasesAppsAppUuidPostRequest) (*SourceControlManifestsManifestNamePut200Response, *http.Response, error)
- func (a *SourceControlAPIService) SourceControlReleasesElementUuidGet(ctx context.Context, elementUuid string) ApiSourceControlReleasesElementUuidGetRequest
- func (a *SourceControlAPIService) SourceControlReleasesElementUuidGetExecute(r ApiSourceControlReleasesElementUuidGetRequest) (*SourceControlReleasesAppsAppUuidGet200Response, *http.Response, error)
- func (a *SourceControlAPIService) SourceControlReleasesElementUuidPost(ctx context.Context, elementUuid string) ApiSourceControlReleasesElementUuidPostRequest
- func (a *SourceControlAPIService) SourceControlReleasesElementUuidPostExecute(r ApiSourceControlReleasesElementUuidPostRequest) (*SourceControlManifestsManifestNamePut200Response, *http.Response, error)
- func (a *SourceControlAPIService) SourceControlSettingsGet(ctx context.Context) ApiSourceControlSettingsGetRequest
- func (a *SourceControlAPIService) SourceControlSettingsGetExecute(r ApiSourceControlSettingsGetRequest) (*SourceControlSettingsGet200Response, *http.Response, error)
- func (a *SourceControlAPIService) SourceControlSettingsPut(ctx context.Context) ApiSourceControlSettingsPutRequest
- func (a *SourceControlAPIService) SourceControlSettingsPutExecute(r ApiSourceControlSettingsPutRequest) (*SourceControlSettingsPut200Response, *http.Response, error)
- func (a *SourceControlAPIService) SourceControlTestConnectionGet(ctx context.Context) ApiSourceControlTestConnectionGetRequest
- func (a *SourceControlAPIService) SourceControlTestConnectionGetExecute(r ApiSourceControlTestConnectionGetRequest) (*SourceControlTestConnectionGet200Response, *http.Response, error)
- func (a *SourceControlAPIService) SourceControlTestDeployPost(ctx context.Context) ApiSourceControlTestDeployPostRequest
- func (a *SourceControlAPIService) SourceControlTestDeployPostExecute(r ApiSourceControlTestDeployPostRequest) (*SourceControlTestDeployPost200Response, *http.Response, error)
- type SourceControlConfigGet200Response
- func (o *SourceControlConfigGet200Response) GetData() SourceControlConfigGet200ResponseData
- func (o *SourceControlConfigGet200Response) GetDataOk() (*SourceControlConfigGet200ResponseData, bool)
- func (o *SourceControlConfigGet200Response) GetSuccess() bool
- func (o *SourceControlConfigGet200Response) GetSuccessOk() (*bool, bool)
- func (o SourceControlConfigGet200Response) MarshalJSON() ([]byte, error)
- func (o *SourceControlConfigGet200Response) SetData(v SourceControlConfigGet200ResponseData)
- func (o *SourceControlConfigGet200Response) SetSuccess(v bool)
- func (o SourceControlConfigGet200Response) ToMap() (map[string]interface{}, error)
- func (o *SourceControlConfigGet200Response) UnmarshalJSON(data []byte) (err error)
- type SourceControlConfigGet200ResponseData
- type SourceControlConfigGet200ResponseDataAnyOf
- func (o *SourceControlConfigGet200ResponseDataAnyOf) GetConfig() SourceControlConfigGet200ResponseDataAnyOfConfig
- func (o *SourceControlConfigGet200ResponseDataAnyOf) GetConfigOk() (*SourceControlConfigGet200ResponseDataAnyOfConfig, bool)
- func (o *SourceControlConfigGet200ResponseDataAnyOf) GetDefaultBranch() string
- func (o *SourceControlConfigGet200ResponseDataAnyOf) GetDefaultBranchOk() (*string, bool)
- func (o *SourceControlConfigGet200ResponseDataAnyOf) GetOrg() string
- func (o *SourceControlConfigGet200ResponseDataAnyOf) GetOrgOk() (*string, bool)
- func (o *SourceControlConfigGet200ResponseDataAnyOf) GetProvider() string
- func (o *SourceControlConfigGet200ResponseDataAnyOf) GetProviderOk() (*string, bool)
- func (o *SourceControlConfigGet200ResponseDataAnyOf) GetRepo() string
- func (o *SourceControlConfigGet200ResponseDataAnyOf) GetRepoOk() (*string, bool)
- func (o *SourceControlConfigGet200ResponseDataAnyOf) GetRepoVersion() string
- func (o *SourceControlConfigGet200ResponseDataAnyOf) GetRepoVersionOk() (*string, bool)
- func (o *SourceControlConfigGet200ResponseDataAnyOf) HasRepoVersion() bool
- func (o SourceControlConfigGet200ResponseDataAnyOf) MarshalJSON() ([]byte, error)
- func (o *SourceControlConfigGet200ResponseDataAnyOf) SetConfig(v SourceControlConfigGet200ResponseDataAnyOfConfig)
- func (o *SourceControlConfigGet200ResponseDataAnyOf) SetDefaultBranch(v string)
- func (o *SourceControlConfigGet200ResponseDataAnyOf) SetOrg(v string)
- func (o *SourceControlConfigGet200ResponseDataAnyOf) SetProvider(v string)
- func (o *SourceControlConfigGet200ResponseDataAnyOf) SetRepo(v string)
- func (o *SourceControlConfigGet200ResponseDataAnyOf) SetRepoVersion(v string)
- func (o SourceControlConfigGet200ResponseDataAnyOf) ToMap() (map[string]interface{}, error)
- func (o *SourceControlConfigGet200ResponseDataAnyOf) UnmarshalJSON(data []byte) (err error)
- type SourceControlConfigGet200ResponseDataAnyOf1
- func (o *SourceControlConfigGet200ResponseDataAnyOf1) GetConfig() SourceControlConfigGet200ResponseDataAnyOf1Config
- func (o *SourceControlConfigGet200ResponseDataAnyOf1) GetConfigOk() (*SourceControlConfigGet200ResponseDataAnyOf1Config, bool)
- func (o *SourceControlConfigGet200ResponseDataAnyOf1) GetDefaultBranch() string
- func (o *SourceControlConfigGet200ResponseDataAnyOf1) GetDefaultBranchOk() (*string, bool)
- func (o *SourceControlConfigGet200ResponseDataAnyOf1) GetOrg() string
- func (o *SourceControlConfigGet200ResponseDataAnyOf1) GetOrgOk() (*string, bool)
- func (o *SourceControlConfigGet200ResponseDataAnyOf1) GetProvider() string
- func (o *SourceControlConfigGet200ResponseDataAnyOf1) GetProviderOk() (*string, bool)
- func (o *SourceControlConfigGet200ResponseDataAnyOf1) GetRepo() string
- func (o *SourceControlConfigGet200ResponseDataAnyOf1) GetRepoOk() (*string, bool)
- func (o *SourceControlConfigGet200ResponseDataAnyOf1) GetRepoVersion() string
- func (o *SourceControlConfigGet200ResponseDataAnyOf1) GetRepoVersionOk() (*string, bool)
- func (o *SourceControlConfigGet200ResponseDataAnyOf1) HasRepoVersion() bool
- func (o SourceControlConfigGet200ResponseDataAnyOf1) MarshalJSON() ([]byte, error)
- func (o *SourceControlConfigGet200ResponseDataAnyOf1) SetConfig(v SourceControlConfigGet200ResponseDataAnyOf1Config)
- func (o *SourceControlConfigGet200ResponseDataAnyOf1) SetDefaultBranch(v string)
- func (o *SourceControlConfigGet200ResponseDataAnyOf1) SetOrg(v string)
- func (o *SourceControlConfigGet200ResponseDataAnyOf1) SetProvider(v string)
- func (o *SourceControlConfigGet200ResponseDataAnyOf1) SetRepo(v string)
- func (o *SourceControlConfigGet200ResponseDataAnyOf1) SetRepoVersion(v string)
- func (o SourceControlConfigGet200ResponseDataAnyOf1) ToMap() (map[string]interface{}, error)
- func (o *SourceControlConfigGet200ResponseDataAnyOf1) UnmarshalJSON(data []byte) (err error)
- type SourceControlConfigGet200ResponseDataAnyOf1Config
- func (o *SourceControlConfigGet200ResponseDataAnyOf1Config) GetProjectAccessToken() string
- func (o *SourceControlConfigGet200ResponseDataAnyOf1Config) GetProjectAccessTokenOk() (*string, bool)
- func (o *SourceControlConfigGet200ResponseDataAnyOf1Config) GetProjectId() float32
- func (o *SourceControlConfigGet200ResponseDataAnyOf1Config) GetProjectIdOk() (*float32, bool)
- func (o *SourceControlConfigGet200ResponseDataAnyOf1Config) GetUrl() string
- func (o *SourceControlConfigGet200ResponseDataAnyOf1Config) GetUrlOk() (*string, bool)
- func (o SourceControlConfigGet200ResponseDataAnyOf1Config) MarshalJSON() ([]byte, error)
- func (o *SourceControlConfigGet200ResponseDataAnyOf1Config) SetProjectAccessToken(v string)
- func (o *SourceControlConfigGet200ResponseDataAnyOf1Config) SetProjectId(v float32)
- func (o *SourceControlConfigGet200ResponseDataAnyOf1Config) SetUrl(v string)
- func (o SourceControlConfigGet200ResponseDataAnyOf1Config) ToMap() (map[string]interface{}, error)
- func (o *SourceControlConfigGet200ResponseDataAnyOf1Config) UnmarshalJSON(data []byte) (err error)
- type SourceControlConfigGet200ResponseDataAnyOf2
- func (o *SourceControlConfigGet200ResponseDataAnyOf2) GetConfig() SourceControlConfigGet200ResponseDataAnyOf2Config
- func (o *SourceControlConfigGet200ResponseDataAnyOf2) GetConfigOk() (*SourceControlConfigGet200ResponseDataAnyOf2Config, bool)
- func (o *SourceControlConfigGet200ResponseDataAnyOf2) GetDefaultBranch() string
- func (o *SourceControlConfigGet200ResponseDataAnyOf2) GetDefaultBranchOk() (*string, bool)
- func (o *SourceControlConfigGet200ResponseDataAnyOf2) GetOrg() string
- func (o *SourceControlConfigGet200ResponseDataAnyOf2) GetOrgOk() (*string, bool)
- func (o *SourceControlConfigGet200ResponseDataAnyOf2) GetProvider() string
- func (o *SourceControlConfigGet200ResponseDataAnyOf2) GetProviderOk() (*string, bool)
- func (o *SourceControlConfigGet200ResponseDataAnyOf2) GetRepo() string
- func (o *SourceControlConfigGet200ResponseDataAnyOf2) GetRepoOk() (*string, bool)
- func (o *SourceControlConfigGet200ResponseDataAnyOf2) GetRepoVersion() string
- func (o *SourceControlConfigGet200ResponseDataAnyOf2) GetRepoVersionOk() (*string, bool)
- func (o *SourceControlConfigGet200ResponseDataAnyOf2) HasRepoVersion() bool
- func (o SourceControlConfigGet200ResponseDataAnyOf2) MarshalJSON() ([]byte, error)
- func (o *SourceControlConfigGet200ResponseDataAnyOf2) SetConfig(v SourceControlConfigGet200ResponseDataAnyOf2Config)
- func (o *SourceControlConfigGet200ResponseDataAnyOf2) SetDefaultBranch(v string)
- func (o *SourceControlConfigGet200ResponseDataAnyOf2) SetOrg(v string)
- func (o *SourceControlConfigGet200ResponseDataAnyOf2) SetProvider(v string)
- func (o *SourceControlConfigGet200ResponseDataAnyOf2) SetRepo(v string)
- func (o *SourceControlConfigGet200ResponseDataAnyOf2) SetRepoVersion(v string)
- func (o SourceControlConfigGet200ResponseDataAnyOf2) ToMap() (map[string]interface{}, error)
- func (o *SourceControlConfigGet200ResponseDataAnyOf2) UnmarshalJSON(data []byte) (err error)
- type SourceControlConfigGet200ResponseDataAnyOf2Config
- func NewSourceControlConfigGet200ResponseDataAnyOf2Config(url string, region string, accessKeyId string, secretAccessKey string, ...) *SourceControlConfigGet200ResponseDataAnyOf2Config
- func NewSourceControlConfigGet200ResponseDataAnyOf2ConfigWithDefaults() *SourceControlConfigGet200ResponseDataAnyOf2Config
- func (o *SourceControlConfigGet200ResponseDataAnyOf2Config) GetAccessKeyId() string
- func (o *SourceControlConfigGet200ResponseDataAnyOf2Config) GetAccessKeyIdOk() (*string, bool)
- func (o *SourceControlConfigGet200ResponseDataAnyOf2Config) GetHttpsPassword() string
- func (o *SourceControlConfigGet200ResponseDataAnyOf2Config) GetHttpsPasswordOk() (*string, bool)
- func (o *SourceControlConfigGet200ResponseDataAnyOf2Config) GetHttpsUsername() string
- func (o *SourceControlConfigGet200ResponseDataAnyOf2Config) GetHttpsUsernameOk() (*string, bool)
- func (o *SourceControlConfigGet200ResponseDataAnyOf2Config) GetRegion() string
- func (o *SourceControlConfigGet200ResponseDataAnyOf2Config) GetRegionOk() (*string, bool)
- func (o *SourceControlConfigGet200ResponseDataAnyOf2Config) GetSecretAccessKey() string
- func (o *SourceControlConfigGet200ResponseDataAnyOf2Config) GetSecretAccessKeyOk() (*string, bool)
- func (o *SourceControlConfigGet200ResponseDataAnyOf2Config) GetUrl() string
- func (o *SourceControlConfigGet200ResponseDataAnyOf2Config) GetUrlOk() (*string, bool)
- func (o SourceControlConfigGet200ResponseDataAnyOf2Config) MarshalJSON() ([]byte, error)
- func (o *SourceControlConfigGet200ResponseDataAnyOf2Config) SetAccessKeyId(v string)
- func (o *SourceControlConfigGet200ResponseDataAnyOf2Config) SetHttpsPassword(v string)
- func (o *SourceControlConfigGet200ResponseDataAnyOf2Config) SetHttpsUsername(v string)
- func (o *SourceControlConfigGet200ResponseDataAnyOf2Config) SetRegion(v string)
- func (o *SourceControlConfigGet200ResponseDataAnyOf2Config) SetSecretAccessKey(v string)
- func (o *SourceControlConfigGet200ResponseDataAnyOf2Config) SetUrl(v string)
- func (o SourceControlConfigGet200ResponseDataAnyOf2Config) ToMap() (map[string]interface{}, error)
- func (o *SourceControlConfigGet200ResponseDataAnyOf2Config) UnmarshalJSON(data []byte) (err error)
- type SourceControlConfigGet200ResponseDataAnyOf3
- func (o *SourceControlConfigGet200ResponseDataAnyOf3) GetConfig() SourceControlConfigGet200ResponseDataAnyOf3Config
- func (o *SourceControlConfigGet200ResponseDataAnyOf3) GetConfigOk() (*SourceControlConfigGet200ResponseDataAnyOf3Config, bool)
- func (o *SourceControlConfigGet200ResponseDataAnyOf3) GetDefaultBranch() string
- func (o *SourceControlConfigGet200ResponseDataAnyOf3) GetDefaultBranchOk() (*string, bool)
- func (o *SourceControlConfigGet200ResponseDataAnyOf3) GetOrg() string
- func (o *SourceControlConfigGet200ResponseDataAnyOf3) GetOrgOk() (*string, bool)
- func (o *SourceControlConfigGet200ResponseDataAnyOf3) GetProvider() string
- func (o *SourceControlConfigGet200ResponseDataAnyOf3) GetProviderOk() (*string, bool)
- func (o *SourceControlConfigGet200ResponseDataAnyOf3) GetRepo() string
- func (o *SourceControlConfigGet200ResponseDataAnyOf3) GetRepoOk() (*string, bool)
- func (o *SourceControlConfigGet200ResponseDataAnyOf3) GetRepoVersion() string
- func (o *SourceControlConfigGet200ResponseDataAnyOf3) GetRepoVersionOk() (*string, bool)
- func (o *SourceControlConfigGet200ResponseDataAnyOf3) HasRepoVersion() bool
- func (o SourceControlConfigGet200ResponseDataAnyOf3) MarshalJSON() ([]byte, error)
- func (o *SourceControlConfigGet200ResponseDataAnyOf3) SetConfig(v SourceControlConfigGet200ResponseDataAnyOf3Config)
- func (o *SourceControlConfigGet200ResponseDataAnyOf3) SetDefaultBranch(v string)
- func (o *SourceControlConfigGet200ResponseDataAnyOf3) SetOrg(v string)
- func (o *SourceControlConfigGet200ResponseDataAnyOf3) SetProvider(v string)
- func (o *SourceControlConfigGet200ResponseDataAnyOf3) SetRepo(v string)
- func (o *SourceControlConfigGet200ResponseDataAnyOf3) SetRepoVersion(v string)
- func (o SourceControlConfigGet200ResponseDataAnyOf3) ToMap() (map[string]interface{}, error)
- func (o *SourceControlConfigGet200ResponseDataAnyOf3) UnmarshalJSON(data []byte) (err error)
- type SourceControlConfigGet200ResponseDataAnyOf3Config
- func (o *SourceControlConfigGet200ResponseDataAnyOf3Config) GetAppPassword() string
- func (o *SourceControlConfigGet200ResponseDataAnyOf3Config) GetAppPasswordOk() (*string, bool)
- func (o *SourceControlConfigGet200ResponseDataAnyOf3Config) GetEnterpriseApiUrl() string
- func (o *SourceControlConfigGet200ResponseDataAnyOf3Config) GetEnterpriseApiUrlOk() (*string, bool)
- func (o *SourceControlConfigGet200ResponseDataAnyOf3Config) GetUrl() string
- func (o *SourceControlConfigGet200ResponseDataAnyOf3Config) GetUrlOk() (*string, bool)
- func (o *SourceControlConfigGet200ResponseDataAnyOf3Config) GetUsername() string
- func (o *SourceControlConfigGet200ResponseDataAnyOf3Config) GetUsernameOk() (*string, bool)
- func (o *SourceControlConfigGet200ResponseDataAnyOf3Config) HasEnterpriseApiUrl() bool
- func (o *SourceControlConfigGet200ResponseDataAnyOf3Config) HasUrl() bool
- func (o SourceControlConfigGet200ResponseDataAnyOf3Config) MarshalJSON() ([]byte, error)
- func (o *SourceControlConfigGet200ResponseDataAnyOf3Config) SetAppPassword(v string)
- func (o *SourceControlConfigGet200ResponseDataAnyOf3Config) SetEnterpriseApiUrl(v string)
- func (o *SourceControlConfigGet200ResponseDataAnyOf3Config) SetUrl(v string)
- func (o *SourceControlConfigGet200ResponseDataAnyOf3Config) SetUsername(v string)
- func (o SourceControlConfigGet200ResponseDataAnyOf3Config) ToMap() (map[string]interface{}, error)
- func (o *SourceControlConfigGet200ResponseDataAnyOf3Config) UnmarshalJSON(data []byte) (err error)
- type SourceControlConfigGet200ResponseDataAnyOf4
- func (o *SourceControlConfigGet200ResponseDataAnyOf4) GetConfig() SourceControlConfigGet200ResponseDataAnyOf4Config
- func (o *SourceControlConfigGet200ResponseDataAnyOf4) GetConfigOk() (*SourceControlConfigGet200ResponseDataAnyOf4Config, bool)
- func (o *SourceControlConfigGet200ResponseDataAnyOf4) GetDefaultBranch() string
- func (o *SourceControlConfigGet200ResponseDataAnyOf4) GetDefaultBranchOk() (*string, bool)
- func (o *SourceControlConfigGet200ResponseDataAnyOf4) GetOrg() string
- func (o *SourceControlConfigGet200ResponseDataAnyOf4) GetOrgOk() (*string, bool)
- func (o *SourceControlConfigGet200ResponseDataAnyOf4) GetProvider() string
- func (o *SourceControlConfigGet200ResponseDataAnyOf4) GetProviderOk() (*string, bool)
- func (o *SourceControlConfigGet200ResponseDataAnyOf4) GetRepo() string
- func (o *SourceControlConfigGet200ResponseDataAnyOf4) GetRepoOk() (*string, bool)
- func (o *SourceControlConfigGet200ResponseDataAnyOf4) GetRepoVersion() string
- func (o *SourceControlConfigGet200ResponseDataAnyOf4) GetRepoVersionOk() (*string, bool)
- func (o *SourceControlConfigGet200ResponseDataAnyOf4) HasRepoVersion() bool
- func (o SourceControlConfigGet200ResponseDataAnyOf4) MarshalJSON() ([]byte, error)
- func (o *SourceControlConfigGet200ResponseDataAnyOf4) SetConfig(v SourceControlConfigGet200ResponseDataAnyOf4Config)
- func (o *SourceControlConfigGet200ResponseDataAnyOf4) SetDefaultBranch(v string)
- func (o *SourceControlConfigGet200ResponseDataAnyOf4) SetOrg(v string)
- func (o *SourceControlConfigGet200ResponseDataAnyOf4) SetProvider(v string)
- func (o *SourceControlConfigGet200ResponseDataAnyOf4) SetRepo(v string)
- func (o *SourceControlConfigGet200ResponseDataAnyOf4) SetRepoVersion(v string)
- func (o SourceControlConfigGet200ResponseDataAnyOf4) ToMap() (map[string]interface{}, error)
- func (o *SourceControlConfigGet200ResponseDataAnyOf4) UnmarshalJSON(data []byte) (err error)
- type SourceControlConfigGet200ResponseDataAnyOf4Config
- func NewSourceControlConfigGet200ResponseDataAnyOf4Config(url string, project string, user string, personalAccessToken string, ...) *SourceControlConfigGet200ResponseDataAnyOf4Config
- func NewSourceControlConfigGet200ResponseDataAnyOf4ConfigWithDefaults() *SourceControlConfigGet200ResponseDataAnyOf4Config
- func (o *SourceControlConfigGet200ResponseDataAnyOf4Config) GetPersonalAccessToken() string
- func (o *SourceControlConfigGet200ResponseDataAnyOf4Config) GetPersonalAccessTokenOk() (*string, bool)
- func (o *SourceControlConfigGet200ResponseDataAnyOf4Config) GetProject() string
- func (o *SourceControlConfigGet200ResponseDataAnyOf4Config) GetProjectOk() (*string, bool)
- func (o *SourceControlConfigGet200ResponseDataAnyOf4Config) GetUrl() string
- func (o *SourceControlConfigGet200ResponseDataAnyOf4Config) GetUrlOk() (*string, bool)
- func (o *SourceControlConfigGet200ResponseDataAnyOf4Config) GetUseBasicAuth() bool
- func (o *SourceControlConfigGet200ResponseDataAnyOf4Config) GetUseBasicAuthOk() (*bool, bool)
- func (o *SourceControlConfigGet200ResponseDataAnyOf4Config) GetUser() string
- func (o *SourceControlConfigGet200ResponseDataAnyOf4Config) GetUserOk() (*string, bool)
- func (o SourceControlConfigGet200ResponseDataAnyOf4Config) MarshalJSON() ([]byte, error)
- func (o *SourceControlConfigGet200ResponseDataAnyOf4Config) SetPersonalAccessToken(v string)
- func (o *SourceControlConfigGet200ResponseDataAnyOf4Config) SetProject(v string)
- func (o *SourceControlConfigGet200ResponseDataAnyOf4Config) SetUrl(v string)
- func (o *SourceControlConfigGet200ResponseDataAnyOf4Config) SetUseBasicAuth(v bool)
- func (o *SourceControlConfigGet200ResponseDataAnyOf4Config) SetUser(v string)
- func (o SourceControlConfigGet200ResponseDataAnyOf4Config) ToMap() (map[string]interface{}, error)
- func (o *SourceControlConfigGet200ResponseDataAnyOf4Config) UnmarshalJSON(data []byte) (err error)
- type SourceControlConfigGet200ResponseDataAnyOfConfig
- type SourceControlConfigGet200ResponseDataAnyOfConfigAnyOf
- func NewSourceControlConfigGet200ResponseDataAnyOfConfigAnyOf(type_ string, appId string, installationId string, privateKey string) *SourceControlConfigGet200ResponseDataAnyOfConfigAnyOf
- func NewSourceControlConfigGet200ResponseDataAnyOfConfigAnyOfWithDefaults() *SourceControlConfigGet200ResponseDataAnyOfConfigAnyOf
- func (o *SourceControlConfigGet200ResponseDataAnyOfConfigAnyOf) GetAppId() string
- func (o *SourceControlConfigGet200ResponseDataAnyOfConfigAnyOf) GetAppIdOk() (*string, bool)
- func (o *SourceControlConfigGet200ResponseDataAnyOfConfigAnyOf) GetEnterpriseApiUrl() string
- func (o *SourceControlConfigGet200ResponseDataAnyOfConfigAnyOf) GetEnterpriseApiUrlOk() (*string, bool)
- func (o *SourceControlConfigGet200ResponseDataAnyOfConfigAnyOf) GetInstallationId() string
- func (o *SourceControlConfigGet200ResponseDataAnyOfConfigAnyOf) GetInstallationIdOk() (*string, bool)
- func (o *SourceControlConfigGet200ResponseDataAnyOfConfigAnyOf) GetPrivateKey() string
- func (o *SourceControlConfigGet200ResponseDataAnyOfConfigAnyOf) GetPrivateKeyOk() (*string, bool)
- func (o *SourceControlConfigGet200ResponseDataAnyOfConfigAnyOf) GetType() string
- func (o *SourceControlConfigGet200ResponseDataAnyOfConfigAnyOf) GetTypeOk() (*string, bool)
- func (o *SourceControlConfigGet200ResponseDataAnyOfConfigAnyOf) GetUrl() string
- func (o *SourceControlConfigGet200ResponseDataAnyOfConfigAnyOf) GetUrlOk() (*string, bool)
- func (o *SourceControlConfigGet200ResponseDataAnyOfConfigAnyOf) HasEnterpriseApiUrl() bool
- func (o *SourceControlConfigGet200ResponseDataAnyOfConfigAnyOf) HasUrl() bool
- func (o SourceControlConfigGet200ResponseDataAnyOfConfigAnyOf) MarshalJSON() ([]byte, error)
- func (o *SourceControlConfigGet200ResponseDataAnyOfConfigAnyOf) SetAppId(v string)
- func (o *SourceControlConfigGet200ResponseDataAnyOfConfigAnyOf) SetEnterpriseApiUrl(v string)
- func (o *SourceControlConfigGet200ResponseDataAnyOfConfigAnyOf) SetInstallationId(v string)
- func (o *SourceControlConfigGet200ResponseDataAnyOfConfigAnyOf) SetPrivateKey(v string)
- func (o *SourceControlConfigGet200ResponseDataAnyOfConfigAnyOf) SetType(v string)
- func (o *SourceControlConfigGet200ResponseDataAnyOfConfigAnyOf) SetUrl(v string)
- func (o SourceControlConfigGet200ResponseDataAnyOfConfigAnyOf) ToMap() (map[string]interface{}, error)
- func (o *SourceControlConfigGet200ResponseDataAnyOfConfigAnyOf) UnmarshalJSON(data []byte) (err error)
- type SourceControlConfigGet200ResponseDataAnyOfConfigAnyOf1
- func (o *SourceControlConfigGet200ResponseDataAnyOfConfigAnyOf1) GetEnterpriseApiUrl() string
- func (o *SourceControlConfigGet200ResponseDataAnyOfConfigAnyOf1) GetEnterpriseApiUrlOk() (*string, bool)
- func (o *SourceControlConfigGet200ResponseDataAnyOfConfigAnyOf1) GetPersonalAccessToken() string
- func (o *SourceControlConfigGet200ResponseDataAnyOfConfigAnyOf1) GetPersonalAccessTokenOk() (*string, bool)
- func (o *SourceControlConfigGet200ResponseDataAnyOfConfigAnyOf1) GetType() string
- func (o *SourceControlConfigGet200ResponseDataAnyOfConfigAnyOf1) GetTypeOk() (*string, bool)
- func (o *SourceControlConfigGet200ResponseDataAnyOfConfigAnyOf1) GetUrl() string
- func (o *SourceControlConfigGet200ResponseDataAnyOfConfigAnyOf1) GetUrlOk() (*string, bool)
- func (o *SourceControlConfigGet200ResponseDataAnyOfConfigAnyOf1) HasEnterpriseApiUrl() bool
- func (o *SourceControlConfigGet200ResponseDataAnyOfConfigAnyOf1) HasUrl() bool
- func (o SourceControlConfigGet200ResponseDataAnyOfConfigAnyOf1) MarshalJSON() ([]byte, error)
- func (o *SourceControlConfigGet200ResponseDataAnyOfConfigAnyOf1) SetEnterpriseApiUrl(v string)
- func (o *SourceControlConfigGet200ResponseDataAnyOfConfigAnyOf1) SetPersonalAccessToken(v string)
- func (o *SourceControlConfigGet200ResponseDataAnyOfConfigAnyOf1) SetType(v string)
- func (o *SourceControlConfigGet200ResponseDataAnyOfConfigAnyOf1) SetUrl(v string)
- func (o SourceControlConfigGet200ResponseDataAnyOfConfigAnyOf1) ToMap() (map[string]interface{}, error)
- func (o *SourceControlConfigGet200ResponseDataAnyOfConfigAnyOf1) UnmarshalJSON(data []byte) (err error)
- type SourceControlConfigGet200ResponseDataOneOf
- func (o *SourceControlConfigGet200ResponseDataOneOf) GetConfig() SourceControlConfigGet200ResponseDataOneOfConfig
- func (o *SourceControlConfigGet200ResponseDataOneOf) GetConfigOk() (*SourceControlConfigGet200ResponseDataOneOfConfig, bool)
- func (o *SourceControlConfigGet200ResponseDataOneOf) GetDefaultBranch() string
- func (o *SourceControlConfigGet200ResponseDataOneOf) GetDefaultBranchOk() (*string, bool)
- func (o *SourceControlConfigGet200ResponseDataOneOf) GetOrg() string
- func (o *SourceControlConfigGet200ResponseDataOneOf) GetOrgOk() (*string, bool)
- func (o *SourceControlConfigGet200ResponseDataOneOf) GetProvider() string
- func (o *SourceControlConfigGet200ResponseDataOneOf) GetProviderOk() (*string, bool)
- func (o *SourceControlConfigGet200ResponseDataOneOf) GetRepo() string
- func (o *SourceControlConfigGet200ResponseDataOneOf) GetRepoOk() (*string, bool)
- func (o *SourceControlConfigGet200ResponseDataOneOf) GetRepoVersion() string
- func (o *SourceControlConfigGet200ResponseDataOneOf) GetRepoVersionOk() (*string, bool)
- func (o *SourceControlConfigGet200ResponseDataOneOf) HasRepoVersion() bool
- func (o SourceControlConfigGet200ResponseDataOneOf) MarshalJSON() ([]byte, error)
- func (o *SourceControlConfigGet200ResponseDataOneOf) SetConfig(v SourceControlConfigGet200ResponseDataOneOfConfig)
- func (o *SourceControlConfigGet200ResponseDataOneOf) SetDefaultBranch(v string)
- func (o *SourceControlConfigGet200ResponseDataOneOf) SetOrg(v string)
- func (o *SourceControlConfigGet200ResponseDataOneOf) SetProvider(v string)
- func (o *SourceControlConfigGet200ResponseDataOneOf) SetRepo(v string)
- func (o *SourceControlConfigGet200ResponseDataOneOf) SetRepoVersion(v string)
- func (o SourceControlConfigGet200ResponseDataOneOf) ToMap() (map[string]interface{}, error)
- func (o *SourceControlConfigGet200ResponseDataOneOf) UnmarshalJSON(data []byte) (err error)
- type SourceControlConfigGet200ResponseDataOneOf1
- func (o *SourceControlConfigGet200ResponseDataOneOf1) GetConfig() SourceControlConfigGet200ResponseDataOneOf1Config
- func (o *SourceControlConfigGet200ResponseDataOneOf1) GetConfigOk() (*SourceControlConfigGet200ResponseDataOneOf1Config, bool)
- func (o *SourceControlConfigGet200ResponseDataOneOf1) GetDefaultBranch() string
- func (o *SourceControlConfigGet200ResponseDataOneOf1) GetDefaultBranchOk() (*string, bool)
- func (o *SourceControlConfigGet200ResponseDataOneOf1) GetOrg() string
- func (o *SourceControlConfigGet200ResponseDataOneOf1) GetOrgOk() (*string, bool)
- func (o *SourceControlConfigGet200ResponseDataOneOf1) GetProvider() string
- func (o *SourceControlConfigGet200ResponseDataOneOf1) GetProviderOk() (*string, bool)
- func (o *SourceControlConfigGet200ResponseDataOneOf1) GetRepo() string
- func (o *SourceControlConfigGet200ResponseDataOneOf1) GetRepoOk() (*string, bool)
- func (o *SourceControlConfigGet200ResponseDataOneOf1) GetRepoVersion() string
- func (o *SourceControlConfigGet200ResponseDataOneOf1) GetRepoVersionOk() (*string, bool)
- func (o *SourceControlConfigGet200ResponseDataOneOf1) HasRepoVersion() bool
- func (o SourceControlConfigGet200ResponseDataOneOf1) MarshalJSON() ([]byte, error)
- func (o *SourceControlConfigGet200ResponseDataOneOf1) SetConfig(v SourceControlConfigGet200ResponseDataOneOf1Config)
- func (o *SourceControlConfigGet200ResponseDataOneOf1) SetDefaultBranch(v string)
- func (o *SourceControlConfigGet200ResponseDataOneOf1) SetOrg(v string)
- func (o *SourceControlConfigGet200ResponseDataOneOf1) SetProvider(v string)
- func (o *SourceControlConfigGet200ResponseDataOneOf1) SetRepo(v string)
- func (o *SourceControlConfigGet200ResponseDataOneOf1) SetRepoVersion(v string)
- func (o SourceControlConfigGet200ResponseDataOneOf1) ToMap() (map[string]interface{}, error)
- func (o *SourceControlConfigGet200ResponseDataOneOf1) UnmarshalJSON(data []byte) (err error)
- type SourceControlConfigGet200ResponseDataOneOf1Config
- func (o *SourceControlConfigGet200ResponseDataOneOf1Config) GetProjectAccessToken() string
- func (o *SourceControlConfigGet200ResponseDataOneOf1Config) GetProjectAccessTokenOk() (*string, bool)
- func (o *SourceControlConfigGet200ResponseDataOneOf1Config) GetProjectId() float32
- func (o *SourceControlConfigGet200ResponseDataOneOf1Config) GetProjectIdOk() (*float32, bool)
- func (o *SourceControlConfigGet200ResponseDataOneOf1Config) GetUrl() string
- func (o *SourceControlConfigGet200ResponseDataOneOf1Config) GetUrlOk() (*string, bool)
- func (o SourceControlConfigGet200ResponseDataOneOf1Config) MarshalJSON() ([]byte, error)
- func (o *SourceControlConfigGet200ResponseDataOneOf1Config) SetProjectAccessToken(v string)
- func (o *SourceControlConfigGet200ResponseDataOneOf1Config) SetProjectId(v float32)
- func (o *SourceControlConfigGet200ResponseDataOneOf1Config) SetUrl(v string)
- func (o SourceControlConfigGet200ResponseDataOneOf1Config) ToMap() (map[string]interface{}, error)
- func (o *SourceControlConfigGet200ResponseDataOneOf1Config) UnmarshalJSON(data []byte) (err error)
- type SourceControlConfigGet200ResponseDataOneOf2
- func (o *SourceControlConfigGet200ResponseDataOneOf2) GetConfig() SourceControlConfigGet200ResponseDataOneOf2Config
- func (o *SourceControlConfigGet200ResponseDataOneOf2) GetConfigOk() (*SourceControlConfigGet200ResponseDataOneOf2Config, bool)
- func (o *SourceControlConfigGet200ResponseDataOneOf2) GetDefaultBranch() string
- func (o *SourceControlConfigGet200ResponseDataOneOf2) GetDefaultBranchOk() (*string, bool)
- func (o *SourceControlConfigGet200ResponseDataOneOf2) GetOrg() string
- func (o *SourceControlConfigGet200ResponseDataOneOf2) GetOrgOk() (*string, bool)
- func (o *SourceControlConfigGet200ResponseDataOneOf2) GetProvider() string
- func (o *SourceControlConfigGet200ResponseDataOneOf2) GetProviderOk() (*string, bool)
- func (o *SourceControlConfigGet200ResponseDataOneOf2) GetRepo() string
- func (o *SourceControlConfigGet200ResponseDataOneOf2) GetRepoOk() (*string, bool)
- func (o *SourceControlConfigGet200ResponseDataOneOf2) GetRepoVersion() string
- func (o *SourceControlConfigGet200ResponseDataOneOf2) GetRepoVersionOk() (*string, bool)
- func (o *SourceControlConfigGet200ResponseDataOneOf2) HasRepoVersion() bool
- func (o SourceControlConfigGet200ResponseDataOneOf2) MarshalJSON() ([]byte, error)
- func (o *SourceControlConfigGet200ResponseDataOneOf2) SetConfig(v SourceControlConfigGet200ResponseDataOneOf2Config)
- func (o *SourceControlConfigGet200ResponseDataOneOf2) SetDefaultBranch(v string)
- func (o *SourceControlConfigGet200ResponseDataOneOf2) SetOrg(v string)
- func (o *SourceControlConfigGet200ResponseDataOneOf2) SetProvider(v string)
- func (o *SourceControlConfigGet200ResponseDataOneOf2) SetRepo(v string)
- func (o *SourceControlConfigGet200ResponseDataOneOf2) SetRepoVersion(v string)
- func (o SourceControlConfigGet200ResponseDataOneOf2) ToMap() (map[string]interface{}, error)
- func (o *SourceControlConfigGet200ResponseDataOneOf2) UnmarshalJSON(data []byte) (err error)
- type SourceControlConfigGet200ResponseDataOneOf2Config
- func NewSourceControlConfigGet200ResponseDataOneOf2Config(url string, region string, accessKeyId string, secretAccessKey string, ...) *SourceControlConfigGet200ResponseDataOneOf2Config
- func NewSourceControlConfigGet200ResponseDataOneOf2ConfigWithDefaults() *SourceControlConfigGet200ResponseDataOneOf2Config
- func (o *SourceControlConfigGet200ResponseDataOneOf2Config) GetAccessKeyId() string
- func (o *SourceControlConfigGet200ResponseDataOneOf2Config) GetAccessKeyIdOk() (*string, bool)
- func (o *SourceControlConfigGet200ResponseDataOneOf2Config) GetHttpsPassword() string
- func (o *SourceControlConfigGet200ResponseDataOneOf2Config) GetHttpsPasswordOk() (*string, bool)
- func (o *SourceControlConfigGet200ResponseDataOneOf2Config) GetHttpsUsername() string
- func (o *SourceControlConfigGet200ResponseDataOneOf2Config) GetHttpsUsernameOk() (*string, bool)
- func (o *SourceControlConfigGet200ResponseDataOneOf2Config) GetRegion() string
- func (o *SourceControlConfigGet200ResponseDataOneOf2Config) GetRegionOk() (*string, bool)
- func (o *SourceControlConfigGet200ResponseDataOneOf2Config) GetSecretAccessKey() string
- func (o *SourceControlConfigGet200ResponseDataOneOf2Config) GetSecretAccessKeyOk() (*string, bool)
- func (o *SourceControlConfigGet200ResponseDataOneOf2Config) GetUrl() string
- func (o *SourceControlConfigGet200ResponseDataOneOf2Config) GetUrlOk() (*string, bool)
- func (o SourceControlConfigGet200ResponseDataOneOf2Config) MarshalJSON() ([]byte, error)
- func (o *SourceControlConfigGet200ResponseDataOneOf2Config) SetAccessKeyId(v string)
- func (o *SourceControlConfigGet200ResponseDataOneOf2Config) SetHttpsPassword(v string)
- func (o *SourceControlConfigGet200ResponseDataOneOf2Config) SetHttpsUsername(v string)
- func (o *SourceControlConfigGet200ResponseDataOneOf2Config) SetRegion(v string)
- func (o *SourceControlConfigGet200ResponseDataOneOf2Config) SetSecretAccessKey(v string)
- func (o *SourceControlConfigGet200ResponseDataOneOf2Config) SetUrl(v string)
- func (o SourceControlConfigGet200ResponseDataOneOf2Config) ToMap() (map[string]interface{}, error)
- func (o *SourceControlConfigGet200ResponseDataOneOf2Config) UnmarshalJSON(data []byte) (err error)
- type SourceControlConfigGet200ResponseDataOneOf3
- func (o *SourceControlConfigGet200ResponseDataOneOf3) GetConfig() SourceControlConfigGet200ResponseDataOneOf3Config
- func (o *SourceControlConfigGet200ResponseDataOneOf3) GetConfigOk() (*SourceControlConfigGet200ResponseDataOneOf3Config, bool)
- func (o *SourceControlConfigGet200ResponseDataOneOf3) GetDefaultBranch() string
- func (o *SourceControlConfigGet200ResponseDataOneOf3) GetDefaultBranchOk() (*string, bool)
- func (o *SourceControlConfigGet200ResponseDataOneOf3) GetOrg() string
- func (o *SourceControlConfigGet200ResponseDataOneOf3) GetOrgOk() (*string, bool)
- func (o *SourceControlConfigGet200ResponseDataOneOf3) GetProvider() string
- func (o *SourceControlConfigGet200ResponseDataOneOf3) GetProviderOk() (*string, bool)
- func (o *SourceControlConfigGet200ResponseDataOneOf3) GetRepo() string
- func (o *SourceControlConfigGet200ResponseDataOneOf3) GetRepoOk() (*string, bool)
- func (o *SourceControlConfigGet200ResponseDataOneOf3) GetRepoVersion() string
- func (o *SourceControlConfigGet200ResponseDataOneOf3) GetRepoVersionOk() (*string, bool)
- func (o *SourceControlConfigGet200ResponseDataOneOf3) HasRepoVersion() bool
- func (o SourceControlConfigGet200ResponseDataOneOf3) MarshalJSON() ([]byte, error)
- func (o *SourceControlConfigGet200ResponseDataOneOf3) SetConfig(v SourceControlConfigGet200ResponseDataOneOf3Config)
- func (o *SourceControlConfigGet200ResponseDataOneOf3) SetDefaultBranch(v string)
- func (o *SourceControlConfigGet200ResponseDataOneOf3) SetOrg(v string)
- func (o *SourceControlConfigGet200ResponseDataOneOf3) SetProvider(v string)
- func (o *SourceControlConfigGet200ResponseDataOneOf3) SetRepo(v string)
- func (o *SourceControlConfigGet200ResponseDataOneOf3) SetRepoVersion(v string)
- func (o SourceControlConfigGet200ResponseDataOneOf3) ToMap() (map[string]interface{}, error)
- func (o *SourceControlConfigGet200ResponseDataOneOf3) UnmarshalJSON(data []byte) (err error)
- type SourceControlConfigGet200ResponseDataOneOf3Config
- func (o *SourceControlConfigGet200ResponseDataOneOf3Config) GetAppPassword() string
- func (o *SourceControlConfigGet200ResponseDataOneOf3Config) GetAppPasswordOk() (*string, bool)
- func (o *SourceControlConfigGet200ResponseDataOneOf3Config) GetEnterpriseApiUrl() string
- func (o *SourceControlConfigGet200ResponseDataOneOf3Config) GetEnterpriseApiUrlOk() (*string, bool)
- func (o *SourceControlConfigGet200ResponseDataOneOf3Config) GetUrl() string
- func (o *SourceControlConfigGet200ResponseDataOneOf3Config) GetUrlOk() (*string, bool)
- func (o *SourceControlConfigGet200ResponseDataOneOf3Config) GetUsername() string
- func (o *SourceControlConfigGet200ResponseDataOneOf3Config) GetUsernameOk() (*string, bool)
- func (o *SourceControlConfigGet200ResponseDataOneOf3Config) HasEnterpriseApiUrl() bool
- func (o *SourceControlConfigGet200ResponseDataOneOf3Config) HasUrl() bool
- func (o SourceControlConfigGet200ResponseDataOneOf3Config) MarshalJSON() ([]byte, error)
- func (o *SourceControlConfigGet200ResponseDataOneOf3Config) SetAppPassword(v string)
- func (o *SourceControlConfigGet200ResponseDataOneOf3Config) SetEnterpriseApiUrl(v string)
- func (o *SourceControlConfigGet200ResponseDataOneOf3Config) SetUrl(v string)
- func (o *SourceControlConfigGet200ResponseDataOneOf3Config) SetUsername(v string)
- func (o SourceControlConfigGet200ResponseDataOneOf3Config) ToMap() (map[string]interface{}, error)
- func (o *SourceControlConfigGet200ResponseDataOneOf3Config) UnmarshalJSON(data []byte) (err error)
- type SourceControlConfigGet200ResponseDataOneOf4
- func (o *SourceControlConfigGet200ResponseDataOneOf4) GetConfig() SourceControlConfigGet200ResponseDataOneOf4Config
- func (o *SourceControlConfigGet200ResponseDataOneOf4) GetConfigOk() (*SourceControlConfigGet200ResponseDataOneOf4Config, bool)
- func (o *SourceControlConfigGet200ResponseDataOneOf4) GetDefaultBranch() string
- func (o *SourceControlConfigGet200ResponseDataOneOf4) GetDefaultBranchOk() (*string, bool)
- func (o *SourceControlConfigGet200ResponseDataOneOf4) GetOrg() string
- func (o *SourceControlConfigGet200ResponseDataOneOf4) GetOrgOk() (*string, bool)
- func (o *SourceControlConfigGet200ResponseDataOneOf4) GetProvider() string
- func (o *SourceControlConfigGet200ResponseDataOneOf4) GetProviderOk() (*string, bool)
- func (o *SourceControlConfigGet200ResponseDataOneOf4) GetRepo() string
- func (o *SourceControlConfigGet200ResponseDataOneOf4) GetRepoOk() (*string, bool)
- func (o *SourceControlConfigGet200ResponseDataOneOf4) GetRepoVersion() string
- func (o *SourceControlConfigGet200ResponseDataOneOf4) GetRepoVersionOk() (*string, bool)
- func (o *SourceControlConfigGet200ResponseDataOneOf4) HasRepoVersion() bool
- func (o SourceControlConfigGet200ResponseDataOneOf4) MarshalJSON() ([]byte, error)
- func (o *SourceControlConfigGet200ResponseDataOneOf4) SetConfig(v SourceControlConfigGet200ResponseDataOneOf4Config)
- func (o *SourceControlConfigGet200ResponseDataOneOf4) SetDefaultBranch(v string)
- func (o *SourceControlConfigGet200ResponseDataOneOf4) SetOrg(v string)
- func (o *SourceControlConfigGet200ResponseDataOneOf4) SetProvider(v string)
- func (o *SourceControlConfigGet200ResponseDataOneOf4) SetRepo(v string)
- func (o *SourceControlConfigGet200ResponseDataOneOf4) SetRepoVersion(v string)
- func (o SourceControlConfigGet200ResponseDataOneOf4) ToMap() (map[string]interface{}, error)
- func (o *SourceControlConfigGet200ResponseDataOneOf4) UnmarshalJSON(data []byte) (err error)
- type SourceControlConfigGet200ResponseDataOneOf4Config
- func NewSourceControlConfigGet200ResponseDataOneOf4Config(url string, project string, user string, personalAccessToken string, ...) *SourceControlConfigGet200ResponseDataOneOf4Config
- func NewSourceControlConfigGet200ResponseDataOneOf4ConfigWithDefaults() *SourceControlConfigGet200ResponseDataOneOf4Config
- func (o *SourceControlConfigGet200ResponseDataOneOf4Config) GetPersonalAccessToken() string
- func (o *SourceControlConfigGet200ResponseDataOneOf4Config) GetPersonalAccessTokenOk() (*string, bool)
- func (o *SourceControlConfigGet200ResponseDataOneOf4Config) GetProject() string
- func (o *SourceControlConfigGet200ResponseDataOneOf4Config) GetProjectOk() (*string, bool)
- func (o *SourceControlConfigGet200ResponseDataOneOf4Config) GetUrl() string
- func (o *SourceControlConfigGet200ResponseDataOneOf4Config) GetUrlOk() (*string, bool)
- func (o *SourceControlConfigGet200ResponseDataOneOf4Config) GetUseBasicAuth() bool
- func (o *SourceControlConfigGet200ResponseDataOneOf4Config) GetUseBasicAuthOk() (*bool, bool)
- func (o *SourceControlConfigGet200ResponseDataOneOf4Config) GetUser() string
- func (o *SourceControlConfigGet200ResponseDataOneOf4Config) GetUserOk() (*string, bool)
- func (o SourceControlConfigGet200ResponseDataOneOf4Config) MarshalJSON() ([]byte, error)
- func (o *SourceControlConfigGet200ResponseDataOneOf4Config) SetPersonalAccessToken(v string)
- func (o *SourceControlConfigGet200ResponseDataOneOf4Config) SetProject(v string)
- func (o *SourceControlConfigGet200ResponseDataOneOf4Config) SetUrl(v string)
- func (o *SourceControlConfigGet200ResponseDataOneOf4Config) SetUseBasicAuth(v bool)
- func (o *SourceControlConfigGet200ResponseDataOneOf4Config) SetUser(v string)
- func (o SourceControlConfigGet200ResponseDataOneOf4Config) ToMap() (map[string]interface{}, error)
- func (o *SourceControlConfigGet200ResponseDataOneOf4Config) UnmarshalJSON(data []byte) (err error)
- type SourceControlConfigGet200ResponseDataOneOfConfig
- func SourceControlConfigGet200ResponseDataOneOfConfigOneOf1AsSourceControlConfigGet200ResponseDataOneOfConfig(v *SourceControlConfigGet200ResponseDataOneOfConfigOneOf1) SourceControlConfigGet200ResponseDataOneOfConfig
- func SourceControlConfigGet200ResponseDataOneOfConfigOneOfAsSourceControlConfigGet200ResponseDataOneOfConfig(v *SourceControlConfigGet200ResponseDataOneOfConfigOneOf) SourceControlConfigGet200ResponseDataOneOfConfig
- type SourceControlConfigGet200ResponseDataOneOfConfigOneOf
- func NewSourceControlConfigGet200ResponseDataOneOfConfigOneOf(type_ string, appId string, installationId string, privateKey string) *SourceControlConfigGet200ResponseDataOneOfConfigOneOf
- func NewSourceControlConfigGet200ResponseDataOneOfConfigOneOfWithDefaults() *SourceControlConfigGet200ResponseDataOneOfConfigOneOf
- func (o *SourceControlConfigGet200ResponseDataOneOfConfigOneOf) GetAppId() string
- func (o *SourceControlConfigGet200ResponseDataOneOfConfigOneOf) GetAppIdOk() (*string, bool)
- func (o *SourceControlConfigGet200ResponseDataOneOfConfigOneOf) GetEnterpriseApiUrl() string
- func (o *SourceControlConfigGet200ResponseDataOneOfConfigOneOf) GetEnterpriseApiUrlOk() (*string, bool)
- func (o *SourceControlConfigGet200ResponseDataOneOfConfigOneOf) GetInstallationId() string
- func (o *SourceControlConfigGet200ResponseDataOneOfConfigOneOf) GetInstallationIdOk() (*string, bool)
- func (o *SourceControlConfigGet200ResponseDataOneOfConfigOneOf) GetPrivateKey() string
- func (o *SourceControlConfigGet200ResponseDataOneOfConfigOneOf) GetPrivateKeyOk() (*string, bool)
- func (o *SourceControlConfigGet200ResponseDataOneOfConfigOneOf) GetType() string
- func (o *SourceControlConfigGet200ResponseDataOneOfConfigOneOf) GetTypeOk() (*string, bool)
- func (o *SourceControlConfigGet200ResponseDataOneOfConfigOneOf) GetUrl() string
- func (o *SourceControlConfigGet200ResponseDataOneOfConfigOneOf) GetUrlOk() (*string, bool)
- func (o *SourceControlConfigGet200ResponseDataOneOfConfigOneOf) HasEnterpriseApiUrl() bool
- func (o *SourceControlConfigGet200ResponseDataOneOfConfigOneOf) HasUrl() bool
- func (o SourceControlConfigGet200ResponseDataOneOfConfigOneOf) MarshalJSON() ([]byte, error)
- func (o *SourceControlConfigGet200ResponseDataOneOfConfigOneOf) SetAppId(v string)
- func (o *SourceControlConfigGet200ResponseDataOneOfConfigOneOf) SetEnterpriseApiUrl(v string)
- func (o *SourceControlConfigGet200ResponseDataOneOfConfigOneOf) SetInstallationId(v string)
- func (o *SourceControlConfigGet200ResponseDataOneOfConfigOneOf) SetPrivateKey(v string)
- func (o *SourceControlConfigGet200ResponseDataOneOfConfigOneOf) SetType(v string)
- func (o *SourceControlConfigGet200ResponseDataOneOfConfigOneOf) SetUrl(v string)
- func (o SourceControlConfigGet200ResponseDataOneOfConfigOneOf) ToMap() (map[string]interface{}, error)
- func (o *SourceControlConfigGet200ResponseDataOneOfConfigOneOf) UnmarshalJSON(data []byte) (err error)
- type SourceControlConfigGet200ResponseDataOneOfConfigOneOf1
- func (o *SourceControlConfigGet200ResponseDataOneOfConfigOneOf1) GetEnterpriseApiUrl() string
- func (o *SourceControlConfigGet200ResponseDataOneOfConfigOneOf1) GetEnterpriseApiUrlOk() (*string, bool)
- func (o *SourceControlConfigGet200ResponseDataOneOfConfigOneOf1) GetPersonalAccessToken() string
- func (o *SourceControlConfigGet200ResponseDataOneOfConfigOneOf1) GetPersonalAccessTokenOk() (*string, bool)
- func (o *SourceControlConfigGet200ResponseDataOneOfConfigOneOf1) GetType() string
- func (o *SourceControlConfigGet200ResponseDataOneOfConfigOneOf1) GetTypeOk() (*string, bool)
- func (o *SourceControlConfigGet200ResponseDataOneOfConfigOneOf1) GetUrl() string
- func (o *SourceControlConfigGet200ResponseDataOneOfConfigOneOf1) GetUrlOk() (*string, bool)
- func (o *SourceControlConfigGet200ResponseDataOneOfConfigOneOf1) HasEnterpriseApiUrl() bool
- func (o *SourceControlConfigGet200ResponseDataOneOfConfigOneOf1) HasUrl() bool
- func (o SourceControlConfigGet200ResponseDataOneOfConfigOneOf1) MarshalJSON() ([]byte, error)
- func (o *SourceControlConfigGet200ResponseDataOneOfConfigOneOf1) SetEnterpriseApiUrl(v string)
- func (o *SourceControlConfigGet200ResponseDataOneOfConfigOneOf1) SetPersonalAccessToken(v string)
- func (o *SourceControlConfigGet200ResponseDataOneOfConfigOneOf1) SetType(v string)
- func (o *SourceControlConfigGet200ResponseDataOneOfConfigOneOf1) SetUrl(v string)
- func (o SourceControlConfigGet200ResponseDataOneOfConfigOneOf1) ToMap() (map[string]interface{}, error)
- func (o *SourceControlConfigGet200ResponseDataOneOfConfigOneOf1) UnmarshalJSON(data []byte) (err error)
- type SourceControlConfigPost200Response
- func (o *SourceControlConfigPost200Response) GetData() SourceControlConfigPost200ResponseData
- func (o *SourceControlConfigPost200Response) GetDataOk() (*SourceControlConfigPost200ResponseData, bool)
- func (o *SourceControlConfigPost200Response) GetSuccess() bool
- func (o *SourceControlConfigPost200Response) GetSuccessOk() (*bool, bool)
- func (o SourceControlConfigPost200Response) MarshalJSON() ([]byte, error)
- func (o *SourceControlConfigPost200Response) SetData(v SourceControlConfigPost200ResponseData)
- func (o *SourceControlConfigPost200Response) SetSuccess(v bool)
- func (o SourceControlConfigPost200Response) ToMap() (map[string]interface{}, error)
- func (o *SourceControlConfigPost200Response) UnmarshalJSON(data []byte) (err error)
- type SourceControlConfigPost200ResponseData
- type SourceControlConfigPut200Response
- func (o *SourceControlConfigPut200Response) GetData() SourceControlConfigPut200ResponseData
- func (o *SourceControlConfigPut200Response) GetDataOk() (*SourceControlConfigPut200ResponseData, bool)
- func (o *SourceControlConfigPut200Response) GetSuccess() bool
- func (o *SourceControlConfigPut200Response) GetSuccessOk() (*bool, bool)
- func (o SourceControlConfigPut200Response) MarshalJSON() ([]byte, error)
- func (o *SourceControlConfigPut200Response) SetData(v SourceControlConfigPut200ResponseData)
- func (o *SourceControlConfigPut200Response) SetSuccess(v bool)
- func (o SourceControlConfigPut200Response) ToMap() (map[string]interface{}, error)
- func (o *SourceControlConfigPut200Response) UnmarshalJSON(data []byte) (err error)
- type SourceControlConfigPut200ResponseData
- type SourceControlConfigPutRequest
- func (o *SourceControlConfigPutRequest) GetConfig() SourceControlConfigPutRequestConfig
- func (o *SourceControlConfigPutRequest) GetConfigOk() (*SourceControlConfigPutRequestConfig, bool)
- func (o SourceControlConfigPutRequest) MarshalJSON() ([]byte, error)
- func (o *SourceControlConfigPutRequest) SetConfig(v SourceControlConfigPutRequestConfig)
- func (o SourceControlConfigPutRequest) ToMap() (map[string]interface{}, error)
- func (o *SourceControlConfigPutRequest) UnmarshalJSON(data []byte) (err error)
- type SourceControlConfigPutRequestConfig
- type SourceControlConfigPutRequestConfigOneOf
- func (o *SourceControlConfigPutRequestConfigOneOf) GetConfig() SourceControlConfigPutRequestConfigOneOfConfig
- func (o *SourceControlConfigPutRequestConfigOneOf) GetConfigOk() (*SourceControlConfigPutRequestConfigOneOfConfig, bool)
- func (o *SourceControlConfigPutRequestConfigOneOf) GetDefaultBranch() string
- func (o *SourceControlConfigPutRequestConfigOneOf) GetDefaultBranchOk() (*string, bool)
- func (o *SourceControlConfigPutRequestConfigOneOf) GetOrg() string
- func (o *SourceControlConfigPutRequestConfigOneOf) GetOrgOk() (*string, bool)
- func (o *SourceControlConfigPutRequestConfigOneOf) GetProvider() string
- func (o *SourceControlConfigPutRequestConfigOneOf) GetProviderOk() (*string, bool)
- func (o *SourceControlConfigPutRequestConfigOneOf) GetRepo() string
- func (o *SourceControlConfigPutRequestConfigOneOf) GetRepoOk() (*string, bool)
- func (o *SourceControlConfigPutRequestConfigOneOf) GetRepoVersion() string
- func (o *SourceControlConfigPutRequestConfigOneOf) GetRepoVersionOk() (*string, bool)
- func (o *SourceControlConfigPutRequestConfigOneOf) HasRepoVersion() bool
- func (o SourceControlConfigPutRequestConfigOneOf) MarshalJSON() ([]byte, error)
- func (o *SourceControlConfigPutRequestConfigOneOf) SetConfig(v SourceControlConfigPutRequestConfigOneOfConfig)
- func (o *SourceControlConfigPutRequestConfigOneOf) SetDefaultBranch(v string)
- func (o *SourceControlConfigPutRequestConfigOneOf) SetOrg(v string)
- func (o *SourceControlConfigPutRequestConfigOneOf) SetProvider(v string)
- func (o *SourceControlConfigPutRequestConfigOneOf) SetRepo(v string)
- func (o *SourceControlConfigPutRequestConfigOneOf) SetRepoVersion(v string)
- func (o SourceControlConfigPutRequestConfigOneOf) ToMap() (map[string]interface{}, error)
- func (o *SourceControlConfigPutRequestConfigOneOf) UnmarshalJSON(data []byte) (err error)
- type SourceControlConfigPutRequestConfigOneOfConfig
- func SourceControlConfigGet200ResponseDataAnyOfConfigAnyOf1AsSourceControlConfigPutRequestConfigOneOfConfig(v *SourceControlConfigGet200ResponseDataAnyOfConfigAnyOf1) SourceControlConfigPutRequestConfigOneOfConfig
- func SourceControlConfigGet200ResponseDataAnyOfConfigAnyOfAsSourceControlConfigPutRequestConfigOneOfConfig(v *SourceControlConfigGet200ResponseDataAnyOfConfigAnyOf) SourceControlConfigPutRequestConfigOneOfConfig
- type SourceControlConfiguration
- type SourceControlConfigurationAnyOf
- func (o *SourceControlConfigurationAnyOf) GetConfig() SourceControlConfigurationAnyOfConfig
- func (o *SourceControlConfigurationAnyOf) GetConfigOk() (*SourceControlConfigurationAnyOfConfig, bool)
- func (o *SourceControlConfigurationAnyOf) GetDefaultBranch() string
- func (o *SourceControlConfigurationAnyOf) GetDefaultBranchOk() (*string, bool)
- func (o *SourceControlConfigurationAnyOf) GetOrg() string
- func (o *SourceControlConfigurationAnyOf) GetOrgOk() (*string, bool)
- func (o *SourceControlConfigurationAnyOf) GetProvider() string
- func (o *SourceControlConfigurationAnyOf) GetProviderOk() (*string, bool)
- func (o *SourceControlConfigurationAnyOf) GetRepo() string
- func (o *SourceControlConfigurationAnyOf) GetRepoOk() (*string, bool)
- func (o *SourceControlConfigurationAnyOf) GetRepoVersion() string
- func (o *SourceControlConfigurationAnyOf) GetRepoVersionOk() (*string, bool)
- func (o *SourceControlConfigurationAnyOf) HasRepoVersion() bool
- func (o SourceControlConfigurationAnyOf) MarshalJSON() ([]byte, error)
- func (o *SourceControlConfigurationAnyOf) SetConfig(v SourceControlConfigurationAnyOfConfig)
- func (o *SourceControlConfigurationAnyOf) SetDefaultBranch(v string)
- func (o *SourceControlConfigurationAnyOf) SetOrg(v string)
- func (o *SourceControlConfigurationAnyOf) SetProvider(v string)
- func (o *SourceControlConfigurationAnyOf) SetRepo(v string)
- func (o *SourceControlConfigurationAnyOf) SetRepoVersion(v string)
- func (o SourceControlConfigurationAnyOf) ToMap() (map[string]interface{}, error)
- func (o *SourceControlConfigurationAnyOf) UnmarshalJSON(data []byte) (err error)
- type SourceControlConfigurationAnyOfConfig
- type SourceControlDeployPost200Response
- func (o *SourceControlDeployPost200Response) GetData() SourceControlDeployPost200ResponseData
- func (o *SourceControlDeployPost200Response) GetDataOk() (*SourceControlDeployPost200ResponseData, bool)
- func (o *SourceControlDeployPost200Response) GetSuccess() bool
- func (o *SourceControlDeployPost200Response) GetSuccessOk() (*bool, bool)
- func (o SourceControlDeployPost200Response) MarshalJSON() ([]byte, error)
- func (o *SourceControlDeployPost200Response) SetData(v SourceControlDeployPost200ResponseData)
- func (o *SourceControlDeployPost200Response) SetSuccess(v bool)
- func (o SourceControlDeployPost200Response) ToMap() (map[string]interface{}, error)
- func (o *SourceControlDeployPost200Response) UnmarshalJSON(data []byte) (err error)
- type SourceControlDeployPost200ResponseData
- func (o *SourceControlDeployPost200ResponseData) GetId() string
- func (o *SourceControlDeployPost200ResponseData) GetIdOk() (*string, bool)
- func (o *SourceControlDeployPost200ResponseData) GetStatus() string
- func (o *SourceControlDeployPost200ResponseData) GetStatusOk() (*string, bool)
- func (o SourceControlDeployPost200ResponseData) MarshalJSON() ([]byte, error)
- func (o *SourceControlDeployPost200ResponseData) SetId(v string)
- func (o *SourceControlDeployPost200ResponseData) SetStatus(v string)
- func (o SourceControlDeployPost200ResponseData) ToMap() (map[string]interface{}, error)
- func (o *SourceControlDeployPost200ResponseData) UnmarshalJSON(data []byte) (err error)
- type SourceControlManifestsGet200Response
- func (o *SourceControlManifestsGet200Response) GetData() SourceControlManifestsGet200ResponseData
- func (o *SourceControlManifestsGet200Response) GetDataOk() (*SourceControlManifestsGet200ResponseData, bool)
- func (o *SourceControlManifestsGet200Response) GetSuccess() bool
- func (o *SourceControlManifestsGet200Response) GetSuccessOk() (*bool, bool)
- func (o SourceControlManifestsGet200Response) MarshalJSON() ([]byte, error)
- func (o *SourceControlManifestsGet200Response) SetData(v SourceControlManifestsGet200ResponseData)
- func (o *SourceControlManifestsGet200Response) SetSuccess(v bool)
- func (o SourceControlManifestsGet200Response) ToMap() (map[string]interface{}, error)
- func (o *SourceControlManifestsGet200Response) UnmarshalJSON(data []byte) (err error)
- type SourceControlManifestsGet200ResponseData
- func (o *SourceControlManifestsGet200ResponseData) GetManifests() []SourceControlManifestsGet200ResponseDataManifestsInner
- func (o *SourceControlManifestsGet200ResponseData) GetManifestsOk() ([]SourceControlManifestsGet200ResponseDataManifestsInner, bool)
- func (o SourceControlManifestsGet200ResponseData) MarshalJSON() ([]byte, error)
- func (o *SourceControlManifestsGet200ResponseData) SetManifests(v []SourceControlManifestsGet200ResponseDataManifestsInner)
- func (o SourceControlManifestsGet200ResponseData) ToMap() (map[string]interface{}, error)
- func (o *SourceControlManifestsGet200ResponseData) UnmarshalJSON(data []byte) (err error)
- type SourceControlManifestsGet200ResponseDataManifestsInner
- func (o *SourceControlManifestsGet200ResponseDataManifestsInner) GetApps() []SourceControlManifestsGet200ResponseDataManifestsInnerAppsInner
- func (o *SourceControlManifestsGet200ResponseDataManifestsInner) GetAppsOk() ([]SourceControlManifestsGet200ResponseDataManifestsInnerAppsInner, bool)
- func (o *SourceControlManifestsGet200ResponseDataManifestsInner) GetName() string
- func (o *SourceControlManifestsGet200ResponseDataManifestsInner) GetNameOk() (*string, bool)
- func (o *SourceControlManifestsGet200ResponseDataManifestsInner) GetWorkflows() []SourceControlManifestsGet200ResponseDataManifestsInnerAppsInner
- func (o *SourceControlManifestsGet200ResponseDataManifestsInner) GetWorkflowsOk() ([]SourceControlManifestsGet200ResponseDataManifestsInnerAppsInner, bool)
- func (o *SourceControlManifestsGet200ResponseDataManifestsInner) HasApps() bool
- func (o *SourceControlManifestsGet200ResponseDataManifestsInner) HasWorkflows() bool
- func (o SourceControlManifestsGet200ResponseDataManifestsInner) MarshalJSON() ([]byte, error)
- func (o *SourceControlManifestsGet200ResponseDataManifestsInner) SetApps(v []SourceControlManifestsGet200ResponseDataManifestsInnerAppsInner)
- func (o *SourceControlManifestsGet200ResponseDataManifestsInner) SetName(v string)
- func (o *SourceControlManifestsGet200ResponseDataManifestsInner) SetWorkflows(v []SourceControlManifestsGet200ResponseDataManifestsInnerAppsInner)
- func (o SourceControlManifestsGet200ResponseDataManifestsInner) ToMap() (map[string]interface{}, error)
- func (o *SourceControlManifestsGet200ResponseDataManifestsInner) UnmarshalJSON(data []byte) (err error)
- type SourceControlManifestsGet200ResponseDataManifestsInnerAppsInner
- func NewSourceControlManifestsGet200ResponseDataManifestsInnerAppsInner(uuid string, ...) *SourceControlManifestsGet200ResponseDataManifestsInnerAppsInner
- func NewSourceControlManifestsGet200ResponseDataManifestsInnerAppsInnerWithDefaults() *SourceControlManifestsGet200ResponseDataManifestsInnerAppsInner
- func (o *SourceControlManifestsGet200ResponseDataManifestsInnerAppsInner) GetRelease() SourceControlManifestsGet200ResponseDataManifestsInnerAppsInnerRelease
- func (o *SourceControlManifestsGet200ResponseDataManifestsInnerAppsInner) GetReleaseOk() (*SourceControlManifestsGet200ResponseDataManifestsInnerAppsInnerRelease, bool)
- func (o *SourceControlManifestsGet200ResponseDataManifestsInnerAppsInner) GetUuid() string
- func (o *SourceControlManifestsGet200ResponseDataManifestsInnerAppsInner) GetUuidOk() (*string, bool)
- func (o SourceControlManifestsGet200ResponseDataManifestsInnerAppsInner) MarshalJSON() ([]byte, error)
- func (o *SourceControlManifestsGet200ResponseDataManifestsInnerAppsInner) SetRelease(v SourceControlManifestsGet200ResponseDataManifestsInnerAppsInnerRelease)
- func (o *SourceControlManifestsGet200ResponseDataManifestsInnerAppsInner) SetUuid(v string)
- func (o SourceControlManifestsGet200ResponseDataManifestsInnerAppsInner) ToMap() (map[string]interface{}, error)
- func (o *SourceControlManifestsGet200ResponseDataManifestsInnerAppsInner) UnmarshalJSON(data []byte) (err error)
- type SourceControlManifestsGet200ResponseDataManifestsInnerAppsInnerRelease
- type SourceControlManifestsManifestNameAppsAppUuidPutRequest
- func NewSourceControlManifestsManifestNameAppsAppUuidPutRequest(release SourceControlManifestsManifestNameAppsAppUuidPutRequestRelease) *SourceControlManifestsManifestNameAppsAppUuidPutRequest
- func NewSourceControlManifestsManifestNameAppsAppUuidPutRequestWithDefaults() *SourceControlManifestsManifestNameAppsAppUuidPutRequest
- func (o *SourceControlManifestsManifestNameAppsAppUuidPutRequest) GetCommitMessage() string
- func (o *SourceControlManifestsManifestNameAppsAppUuidPutRequest) GetCommitMessageOk() (*string, bool)
- func (o *SourceControlManifestsManifestNameAppsAppUuidPutRequest) GetRelease() SourceControlManifestsManifestNameAppsAppUuidPutRequestRelease
- func (o *SourceControlManifestsManifestNameAppsAppUuidPutRequest) GetReleaseOk() (*SourceControlManifestsManifestNameAppsAppUuidPutRequestRelease, bool)
- func (o *SourceControlManifestsManifestNameAppsAppUuidPutRequest) HasCommitMessage() bool
- func (o SourceControlManifestsManifestNameAppsAppUuidPutRequest) MarshalJSON() ([]byte, error)
- func (o *SourceControlManifestsManifestNameAppsAppUuidPutRequest) SetCommitMessage(v string)
- func (o *SourceControlManifestsManifestNameAppsAppUuidPutRequest) SetRelease(v SourceControlManifestsManifestNameAppsAppUuidPutRequestRelease)
- func (o SourceControlManifestsManifestNameAppsAppUuidPutRequest) ToMap() (map[string]interface{}, error)
- func (o *SourceControlManifestsManifestNameAppsAppUuidPutRequest) UnmarshalJSON(data []byte) (err error)
- type SourceControlManifestsManifestNameAppsAppUuidPutRequestRelease
- type SourceControlManifestsManifestNameDeletePostRequest
- func (o *SourceControlManifestsManifestNameDeletePostRequest) GetCommitMessage() string
- func (o *SourceControlManifestsManifestNameDeletePostRequest) GetCommitMessageOk() (*string, bool)
- func (o *SourceControlManifestsManifestNameDeletePostRequest) HasCommitMessage() bool
- func (o SourceControlManifestsManifestNameDeletePostRequest) MarshalJSON() ([]byte, error)
- func (o *SourceControlManifestsManifestNameDeletePostRequest) SetCommitMessage(v string)
- func (o SourceControlManifestsManifestNameDeletePostRequest) ToMap() (map[string]interface{}, error)
- func (o *SourceControlManifestsManifestNameDeletePostRequest) UnmarshalJSON(data []byte) (err error)
- type SourceControlManifestsManifestNameGet200Response
- func NewSourceControlManifestsManifestNameGet200Response(success bool, data SourceControlManifestsManifestNameGet200ResponseData) *SourceControlManifestsManifestNameGet200Response
- func NewSourceControlManifestsManifestNameGet200ResponseWithDefaults() *SourceControlManifestsManifestNameGet200Response
- func (o *SourceControlManifestsManifestNameGet200Response) GetData() SourceControlManifestsManifestNameGet200ResponseData
- func (o *SourceControlManifestsManifestNameGet200Response) GetDataOk() (*SourceControlManifestsManifestNameGet200ResponseData, bool)
- func (o *SourceControlManifestsManifestNameGet200Response) GetSuccess() bool
- func (o *SourceControlManifestsManifestNameGet200Response) GetSuccessOk() (*bool, bool)
- func (o SourceControlManifestsManifestNameGet200Response) MarshalJSON() ([]byte, error)
- func (o *SourceControlManifestsManifestNameGet200Response) SetData(v SourceControlManifestsManifestNameGet200ResponseData)
- func (o *SourceControlManifestsManifestNameGet200Response) SetSuccess(v bool)
- func (o SourceControlManifestsManifestNameGet200Response) ToMap() (map[string]interface{}, error)
- func (o *SourceControlManifestsManifestNameGet200Response) UnmarshalJSON(data []byte) (err error)
- type SourceControlManifestsManifestNameGet200ResponseData
- func NewSourceControlManifestsManifestNameGet200ResponseData(manifest SourceControlManifestsManifestNameGet200ResponseDataManifest) *SourceControlManifestsManifestNameGet200ResponseData
- func NewSourceControlManifestsManifestNameGet200ResponseDataWithDefaults() *SourceControlManifestsManifestNameGet200ResponseData
- func (o *SourceControlManifestsManifestNameGet200ResponseData) GetManifest() SourceControlManifestsManifestNameGet200ResponseDataManifest
- func (o *SourceControlManifestsManifestNameGet200ResponseData) GetManifestOk() (*SourceControlManifestsManifestNameGet200ResponseDataManifest, bool)
- func (o SourceControlManifestsManifestNameGet200ResponseData) MarshalJSON() ([]byte, error)
- func (o *SourceControlManifestsManifestNameGet200ResponseData) SetManifest(v SourceControlManifestsManifestNameGet200ResponseDataManifest)
- func (o SourceControlManifestsManifestNameGet200ResponseData) ToMap() (map[string]interface{}, error)
- func (o *SourceControlManifestsManifestNameGet200ResponseData) UnmarshalJSON(data []byte) (err error)
- type SourceControlManifestsManifestNameGet200ResponseDataManifest
- func (o *SourceControlManifestsManifestNameGet200ResponseDataManifest) GetApps() []SourceControlManifestsGet200ResponseDataManifestsInnerAppsInner
- func (o *SourceControlManifestsManifestNameGet200ResponseDataManifest) GetAppsOk() ([]SourceControlManifestsGet200ResponseDataManifestsInnerAppsInner, bool)
- func (o *SourceControlManifestsManifestNameGet200ResponseDataManifest) GetName() string
- func (o *SourceControlManifestsManifestNameGet200ResponseDataManifest) GetNameOk() (*string, bool)
- func (o *SourceControlManifestsManifestNameGet200ResponseDataManifest) GetWorkflows() []SourceControlManifestsGet200ResponseDataManifestsInnerAppsInner
- func (o *SourceControlManifestsManifestNameGet200ResponseDataManifest) GetWorkflowsOk() ([]SourceControlManifestsGet200ResponseDataManifestsInnerAppsInner, bool)
- func (o *SourceControlManifestsManifestNameGet200ResponseDataManifest) HasApps() bool
- func (o *SourceControlManifestsManifestNameGet200ResponseDataManifest) HasWorkflows() bool
- func (o SourceControlManifestsManifestNameGet200ResponseDataManifest) MarshalJSON() ([]byte, error)
- func (o *SourceControlManifestsManifestNameGet200ResponseDataManifest) SetApps(v []SourceControlManifestsGet200ResponseDataManifestsInnerAppsInner)
- func (o *SourceControlManifestsManifestNameGet200ResponseDataManifest) SetName(v string)
- func (o *SourceControlManifestsManifestNameGet200ResponseDataManifest) SetWorkflows(v []SourceControlManifestsGet200ResponseDataManifestsInnerAppsInner)
- func (o SourceControlManifestsManifestNameGet200ResponseDataManifest) ToMap() (map[string]interface{}, error)
- func (o *SourceControlManifestsManifestNameGet200ResponseDataManifest) UnmarshalJSON(data []byte) (err error)
- type SourceControlManifestsManifestNamePut200Response
- func NewSourceControlManifestsManifestNamePut200Response(success bool, data SourceControlManifestsManifestNamePut200ResponseData) *SourceControlManifestsManifestNamePut200Response
- func NewSourceControlManifestsManifestNamePut200ResponseWithDefaults() *SourceControlManifestsManifestNamePut200Response
- func (o *SourceControlManifestsManifestNamePut200Response) GetData() SourceControlManifestsManifestNamePut200ResponseData
- func (o *SourceControlManifestsManifestNamePut200Response) GetDataOk() (*SourceControlManifestsManifestNamePut200ResponseData, bool)
- func (o *SourceControlManifestsManifestNamePut200Response) GetSuccess() bool
- func (o *SourceControlManifestsManifestNamePut200Response) GetSuccessOk() (*bool, bool)
- func (o SourceControlManifestsManifestNamePut200Response) MarshalJSON() ([]byte, error)
- func (o *SourceControlManifestsManifestNamePut200Response) SetData(v SourceControlManifestsManifestNamePut200ResponseData)
- func (o *SourceControlManifestsManifestNamePut200Response) SetSuccess(v bool)
- func (o SourceControlManifestsManifestNamePut200Response) ToMap() (map[string]interface{}, error)
- func (o *SourceControlManifestsManifestNamePut200Response) UnmarshalJSON(data []byte) (err error)
- type SourceControlManifestsManifestNamePut200ResponseData
- func (o *SourceControlManifestsManifestNamePut200ResponseData) GetBranchName() string
- func (o *SourceControlManifestsManifestNamePut200ResponseData) GetBranchNameOk() (*string, bool)
- func (o *SourceControlManifestsManifestNamePut200ResponseData) GetCommitSha() string
- func (o *SourceControlManifestsManifestNamePut200ResponseData) GetCommitShaOk() (*string, bool)
- func (o *SourceControlManifestsManifestNamePut200ResponseData) GetUrl() string
- func (o *SourceControlManifestsManifestNamePut200ResponseData) GetUrlOk() (*string, bool)
- func (o SourceControlManifestsManifestNamePut200ResponseData) MarshalJSON() ([]byte, error)
- func (o *SourceControlManifestsManifestNamePut200ResponseData) SetBranchName(v string)
- func (o *SourceControlManifestsManifestNamePut200ResponseData) SetCommitSha(v string)
- func (o *SourceControlManifestsManifestNamePut200ResponseData) SetUrl(v string)
- func (o SourceControlManifestsManifestNamePut200ResponseData) ToMap() (map[string]interface{}, error)
- func (o *SourceControlManifestsManifestNamePut200ResponseData) UnmarshalJSON(data []byte) (err error)
- type SourceControlManifestsManifestNamePutRequest
- func (o *SourceControlManifestsManifestNamePutRequest) GetCommitMessage() string
- func (o *SourceControlManifestsManifestNamePutRequest) GetCommitMessageOk() (*string, bool)
- func (o *SourceControlManifestsManifestNamePutRequest) GetManifest() SourceControlManifestsManifestNamePutRequestManifest
- func (o *SourceControlManifestsManifestNamePutRequest) GetManifestOk() (*SourceControlManifestsManifestNamePutRequestManifest, bool)
- func (o *SourceControlManifestsManifestNamePutRequest) HasCommitMessage() bool
- func (o *SourceControlManifestsManifestNamePutRequest) HasManifest() bool
- func (o SourceControlManifestsManifestNamePutRequest) MarshalJSON() ([]byte, error)
- func (o *SourceControlManifestsManifestNamePutRequest) SetCommitMessage(v string)
- func (o *SourceControlManifestsManifestNamePutRequest) SetManifest(v SourceControlManifestsManifestNamePutRequestManifest)
- func (o SourceControlManifestsManifestNamePutRequest) ToMap() (map[string]interface{}, error)
- func (o *SourceControlManifestsManifestNamePutRequest) UnmarshalJSON(data []byte) (err error)
- type SourceControlManifestsManifestNamePutRequestManifest
- func (o *SourceControlManifestsManifestNamePutRequestManifest) GetApps() []SourceControlManifestsGet200ResponseDataManifestsInnerAppsInner
- func (o *SourceControlManifestsManifestNamePutRequestManifest) GetAppsOk() ([]SourceControlManifestsGet200ResponseDataManifestsInnerAppsInner, bool)
- func (o *SourceControlManifestsManifestNamePutRequestManifest) HasApps() bool
- func (o SourceControlManifestsManifestNamePutRequestManifest) MarshalJSON() ([]byte, error)
- func (o *SourceControlManifestsManifestNamePutRequestManifest) SetApps(v []SourceControlManifestsGet200ResponseDataManifestsInnerAppsInner)
- func (o SourceControlManifestsManifestNamePutRequestManifest) ToMap() (map[string]interface{}, error)
- func (o *SourceControlManifestsManifestNamePutRequestManifest) UnmarshalJSON(data []byte) (err error)
- type SourceControlReleasesAppsAppUuidGet200Response
- func (o *SourceControlReleasesAppsAppUuidGet200Response) GetData() []SourceControlReleasesAppsAppUuidGet200ResponseDataInner
- func (o *SourceControlReleasesAppsAppUuidGet200Response) GetDataOk() ([]SourceControlReleasesAppsAppUuidGet200ResponseDataInner, bool)
- func (o *SourceControlReleasesAppsAppUuidGet200Response) GetSuccess() bool
- func (o *SourceControlReleasesAppsAppUuidGet200Response) GetSuccessOk() (*bool, bool)
- func (o SourceControlReleasesAppsAppUuidGet200Response) MarshalJSON() ([]byte, error)
- func (o *SourceControlReleasesAppsAppUuidGet200Response) SetData(v []SourceControlReleasesAppsAppUuidGet200ResponseDataInner)
- func (o *SourceControlReleasesAppsAppUuidGet200Response) SetSuccess(v bool)
- func (o SourceControlReleasesAppsAppUuidGet200Response) ToMap() (map[string]interface{}, error)
- func (o *SourceControlReleasesAppsAppUuidGet200Response) UnmarshalJSON(data []byte) (err error)
- type SourceControlReleasesAppsAppUuidGet200ResponseDataInner
- func (o *SourceControlReleasesAppsAppUuidGet200ResponseDataInner) GetCreatedAt() string
- func (o *SourceControlReleasesAppsAppUuidGet200ResponseDataInner) GetCreatedAtOk() (*string, bool)
- func (o *SourceControlReleasesAppsAppUuidGet200ResponseDataInner) GetReleaseDescription() string
- func (o *SourceControlReleasesAppsAppUuidGet200ResponseDataInner) GetReleaseDescriptionOk() (*string, bool)
- func (o *SourceControlReleasesAppsAppUuidGet200ResponseDataInner) GetReleaseVersion() string
- func (o *SourceControlReleasesAppsAppUuidGet200ResponseDataInner) GetReleaseVersionOk() (*string, bool)
- func (o *SourceControlReleasesAppsAppUuidGet200ResponseDataInner) HasReleaseDescription() bool
- func (o SourceControlReleasesAppsAppUuidGet200ResponseDataInner) MarshalJSON() ([]byte, error)
- func (o *SourceControlReleasesAppsAppUuidGet200ResponseDataInner) SetCreatedAt(v string)
- func (o *SourceControlReleasesAppsAppUuidGet200ResponseDataInner) SetReleaseDescription(v string)
- func (o *SourceControlReleasesAppsAppUuidGet200ResponseDataInner) SetReleaseVersion(v string)
- func (o SourceControlReleasesAppsAppUuidGet200ResponseDataInner) ToMap() (map[string]interface{}, error)
- func (o *SourceControlReleasesAppsAppUuidGet200ResponseDataInner) UnmarshalJSON(data []byte) (err error)
- type SourceControlReleasesAppsAppUuidPostRequest
- func (o *SourceControlReleasesAppsAppUuidPostRequest) GetCommitMessage() string
- func (o *SourceControlReleasesAppsAppUuidPostRequest) GetCommitMessageOk() (*string, bool)
- func (o *SourceControlReleasesAppsAppUuidPostRequest) GetReleaseDescription() string
- func (o *SourceControlReleasesAppsAppUuidPostRequest) GetReleaseDescriptionOk() (*string, bool)
- func (o *SourceControlReleasesAppsAppUuidPostRequest) GetReleaseVersion() string
- func (o *SourceControlReleasesAppsAppUuidPostRequest) GetReleaseVersionOk() (*string, bool)
- func (o *SourceControlReleasesAppsAppUuidPostRequest) HasCommitMessage() bool
- func (o *SourceControlReleasesAppsAppUuidPostRequest) HasReleaseDescription() bool
- func (o SourceControlReleasesAppsAppUuidPostRequest) MarshalJSON() ([]byte, error)
- func (o *SourceControlReleasesAppsAppUuidPostRequest) SetCommitMessage(v string)
- func (o *SourceControlReleasesAppsAppUuidPostRequest) SetReleaseDescription(v string)
- func (o *SourceControlReleasesAppsAppUuidPostRequest) SetReleaseVersion(v string)
- func (o SourceControlReleasesAppsAppUuidPostRequest) ToMap() (map[string]interface{}, error)
- func (o *SourceControlReleasesAppsAppUuidPostRequest) UnmarshalJSON(data []byte) (err error)
- type SourceControlSettings
- func (o *SourceControlSettings) GetAutoBranchNamingEnabled() bool
- func (o *SourceControlSettings) GetAutoBranchNamingEnabledOk() (*bool, bool)
- func (o *SourceControlSettings) GetAutoCleanupBranchesEnabled() bool
- func (o *SourceControlSettings) GetAutoCleanupBranchesEnabledOk() (*bool, bool)
- func (o *SourceControlSettings) GetCustomPullRequestTemplate() string
- func (o *SourceControlSettings) GetCustomPullRequestTemplateEnabled() bool
- func (o *SourceControlSettings) GetCustomPullRequestTemplateEnabledOk() (*bool, bool)
- func (o *SourceControlSettings) GetCustomPullRequestTemplateOk() (*string, bool)
- func (o *SourceControlSettings) GetForceUuidMapping() bool
- func (o *SourceControlSettings) GetForceUuidMappingOk() (*bool, bool)
- func (o *SourceControlSettings) GetVersionControlLocked() bool
- func (o *SourceControlSettings) GetVersionControlLockedOk() (*bool, bool)
- func (o SourceControlSettings) MarshalJSON() ([]byte, error)
- func (o *SourceControlSettings) SetAutoBranchNamingEnabled(v bool)
- func (o *SourceControlSettings) SetAutoCleanupBranchesEnabled(v bool)
- func (o *SourceControlSettings) SetCustomPullRequestTemplate(v string)
- func (o *SourceControlSettings) SetCustomPullRequestTemplateEnabled(v bool)
- func (o *SourceControlSettings) SetForceUuidMapping(v bool)
- func (o *SourceControlSettings) SetVersionControlLocked(v bool)
- func (o SourceControlSettings) ToMap() (map[string]interface{}, error)
- func (o *SourceControlSettings) UnmarshalJSON(data []byte) (err error)
- type SourceControlSettingsGet200Response
- func (o *SourceControlSettingsGet200Response) GetData() SourceControlSettingsGet200ResponseData
- func (o *SourceControlSettingsGet200Response) GetDataOk() (*SourceControlSettingsGet200ResponseData, bool)
- func (o *SourceControlSettingsGet200Response) GetSuccess() bool
- func (o *SourceControlSettingsGet200Response) GetSuccessOk() (*bool, bool)
- func (o SourceControlSettingsGet200Response) MarshalJSON() ([]byte, error)
- func (o *SourceControlSettingsGet200Response) SetData(v SourceControlSettingsGet200ResponseData)
- func (o *SourceControlSettingsGet200Response) SetSuccess(v bool)
- func (o SourceControlSettingsGet200Response) ToMap() (map[string]interface{}, error)
- func (o *SourceControlSettingsGet200Response) UnmarshalJSON(data []byte) (err error)
- type SourceControlSettingsGet200ResponseData
- func (o *SourceControlSettingsGet200ResponseData) GetAutoBranchNamingEnabled() bool
- func (o *SourceControlSettingsGet200ResponseData) GetAutoBranchNamingEnabledOk() (*bool, bool)
- func (o *SourceControlSettingsGet200ResponseData) GetAutoCleanupBranchesEnabled() bool
- func (o *SourceControlSettingsGet200ResponseData) GetAutoCleanupBranchesEnabledOk() (*bool, bool)
- func (o *SourceControlSettingsGet200ResponseData) GetCustomPullRequestTemplate() string
- func (o *SourceControlSettingsGet200ResponseData) GetCustomPullRequestTemplateEnabled() bool
- func (o *SourceControlSettingsGet200ResponseData) GetCustomPullRequestTemplateEnabledOk() (*bool, bool)
- func (o *SourceControlSettingsGet200ResponseData) GetCustomPullRequestTemplateOk() (*string, bool)
- func (o *SourceControlSettingsGet200ResponseData) GetForceUuidMapping() bool
- func (o *SourceControlSettingsGet200ResponseData) GetForceUuidMappingOk() (*bool, bool)
- func (o *SourceControlSettingsGet200ResponseData) GetVersionControlLocked() bool
- func (o *SourceControlSettingsGet200ResponseData) GetVersionControlLockedOk() (*bool, bool)
- func (o SourceControlSettingsGet200ResponseData) MarshalJSON() ([]byte, error)
- func (o *SourceControlSettingsGet200ResponseData) SetAutoBranchNamingEnabled(v bool)
- func (o *SourceControlSettingsGet200ResponseData) SetAutoCleanupBranchesEnabled(v bool)
- func (o *SourceControlSettingsGet200ResponseData) SetCustomPullRequestTemplate(v string)
- func (o *SourceControlSettingsGet200ResponseData) SetCustomPullRequestTemplateEnabled(v bool)
- func (o *SourceControlSettingsGet200ResponseData) SetForceUuidMapping(v bool)
- func (o *SourceControlSettingsGet200ResponseData) SetVersionControlLocked(v bool)
- func (o SourceControlSettingsGet200ResponseData) ToMap() (map[string]interface{}, error)
- func (o *SourceControlSettingsGet200ResponseData) UnmarshalJSON(data []byte) (err error)
- type SourceControlSettingsPut200Response
- func (o *SourceControlSettingsPut200Response) GetData() SourceControlSettingsPut200ResponseData
- func (o *SourceControlSettingsPut200Response) GetDataOk() (*SourceControlSettingsPut200ResponseData, bool)
- func (o *SourceControlSettingsPut200Response) GetSuccess() bool
- func (o *SourceControlSettingsPut200Response) GetSuccessOk() (*bool, bool)
- func (o SourceControlSettingsPut200Response) MarshalJSON() ([]byte, error)
- func (o *SourceControlSettingsPut200Response) SetData(v SourceControlSettingsPut200ResponseData)
- func (o *SourceControlSettingsPut200Response) SetSuccess(v bool)
- func (o SourceControlSettingsPut200Response) ToMap() (map[string]interface{}, error)
- func (o *SourceControlSettingsPut200Response) UnmarshalJSON(data []byte) (err error)
- type SourceControlSettingsPut200ResponseData
- func (o *SourceControlSettingsPut200ResponseData) GetAutoBranchNamingEnabled() bool
- func (o *SourceControlSettingsPut200ResponseData) GetAutoBranchNamingEnabledOk() (*bool, bool)
- func (o *SourceControlSettingsPut200ResponseData) GetAutoCleanupBranchesEnabled() bool
- func (o *SourceControlSettingsPut200ResponseData) GetAutoCleanupBranchesEnabledOk() (*bool, bool)
- func (o *SourceControlSettingsPut200ResponseData) GetCustomPullRequestTemplate() string
- func (o *SourceControlSettingsPut200ResponseData) GetCustomPullRequestTemplateEnabled() bool
- func (o *SourceControlSettingsPut200ResponseData) GetCustomPullRequestTemplateEnabledOk() (*bool, bool)
- func (o *SourceControlSettingsPut200ResponseData) GetCustomPullRequestTemplateOk() (*string, bool)
- func (o *SourceControlSettingsPut200ResponseData) GetForceUuidMapping() bool
- func (o *SourceControlSettingsPut200ResponseData) GetForceUuidMappingOk() (*bool, bool)
- func (o *SourceControlSettingsPut200ResponseData) GetVersionControlLocked() bool
- func (o *SourceControlSettingsPut200ResponseData) GetVersionControlLockedOk() (*bool, bool)
- func (o SourceControlSettingsPut200ResponseData) MarshalJSON() ([]byte, error)
- func (o *SourceControlSettingsPut200ResponseData) SetAutoBranchNamingEnabled(v bool)
- func (o *SourceControlSettingsPut200ResponseData) SetAutoCleanupBranchesEnabled(v bool)
- func (o *SourceControlSettingsPut200ResponseData) SetCustomPullRequestTemplate(v string)
- func (o *SourceControlSettingsPut200ResponseData) SetCustomPullRequestTemplateEnabled(v bool)
- func (o *SourceControlSettingsPut200ResponseData) SetForceUuidMapping(v bool)
- func (o *SourceControlSettingsPut200ResponseData) SetVersionControlLocked(v bool)
- func (o SourceControlSettingsPut200ResponseData) ToMap() (map[string]interface{}, error)
- func (o *SourceControlSettingsPut200ResponseData) UnmarshalJSON(data []byte) (err error)
- type SourceControlSettingsPutRequest
- func (o *SourceControlSettingsPutRequest) GetSettings() SourceControlSettingsPutRequestSettings
- func (o *SourceControlSettingsPutRequest) GetSettingsOk() (*SourceControlSettingsPutRequestSettings, bool)
- func (o SourceControlSettingsPutRequest) MarshalJSON() ([]byte, error)
- func (o *SourceControlSettingsPutRequest) SetSettings(v SourceControlSettingsPutRequestSettings)
- func (o SourceControlSettingsPutRequest) ToMap() (map[string]interface{}, error)
- func (o *SourceControlSettingsPutRequest) UnmarshalJSON(data []byte) (err error)
- type SourceControlSettingsPutRequestSettings
- func (o *SourceControlSettingsPutRequestSettings) GetAutoBranchNamingEnabled() bool
- func (o *SourceControlSettingsPutRequestSettings) GetAutoBranchNamingEnabledOk() (*bool, bool)
- func (o *SourceControlSettingsPutRequestSettings) GetAutoCleanupBranchesEnabled() bool
- func (o *SourceControlSettingsPutRequestSettings) GetAutoCleanupBranchesEnabledOk() (*bool, bool)
- func (o *SourceControlSettingsPutRequestSettings) GetCustomPullRequestTemplate() string
- func (o *SourceControlSettingsPutRequestSettings) GetCustomPullRequestTemplateEnabled() bool
- func (o *SourceControlSettingsPutRequestSettings) GetCustomPullRequestTemplateEnabledOk() (*bool, bool)
- func (o *SourceControlSettingsPutRequestSettings) GetCustomPullRequestTemplateOk() (*string, bool)
- func (o *SourceControlSettingsPutRequestSettings) GetForceUuidMapping() bool
- func (o *SourceControlSettingsPutRequestSettings) GetForceUuidMappingOk() (*bool, bool)
- func (o *SourceControlSettingsPutRequestSettings) GetVersionControlLocked() bool
- func (o *SourceControlSettingsPutRequestSettings) GetVersionControlLockedOk() (*bool, bool)
- func (o *SourceControlSettingsPutRequestSettings) HasAutoBranchNamingEnabled() bool
- func (o *SourceControlSettingsPutRequestSettings) HasAutoCleanupBranchesEnabled() bool
- func (o *SourceControlSettingsPutRequestSettings) HasCustomPullRequestTemplate() bool
- func (o *SourceControlSettingsPutRequestSettings) HasCustomPullRequestTemplateEnabled() bool
- func (o *SourceControlSettingsPutRequestSettings) HasForceUuidMapping() bool
- func (o *SourceControlSettingsPutRequestSettings) HasVersionControlLocked() bool
- func (o SourceControlSettingsPutRequestSettings) MarshalJSON() ([]byte, error)
- func (o *SourceControlSettingsPutRequestSettings) SetAutoBranchNamingEnabled(v bool)
- func (o *SourceControlSettingsPutRequestSettings) SetAutoCleanupBranchesEnabled(v bool)
- func (o *SourceControlSettingsPutRequestSettings) SetCustomPullRequestTemplate(v string)
- func (o *SourceControlSettingsPutRequestSettings) SetCustomPullRequestTemplateEnabled(v bool)
- func (o *SourceControlSettingsPutRequestSettings) SetForceUuidMapping(v bool)
- func (o *SourceControlSettingsPutRequestSettings) SetVersionControlLocked(v bool)
- func (o SourceControlSettingsPutRequestSettings) ToMap() (map[string]interface{}, error)
- type SourceControlTestConnectionGet200Response
- func (o *SourceControlTestConnectionGet200Response) GetData() SourceControlTestConnectionGet200ResponseData
- func (o *SourceControlTestConnectionGet200Response) GetDataOk() (*SourceControlTestConnectionGet200ResponseData, bool)
- func (o *SourceControlTestConnectionGet200Response) GetSuccess() bool
- func (o *SourceControlTestConnectionGet200Response) GetSuccessOk() (*bool, bool)
- func (o SourceControlTestConnectionGet200Response) MarshalJSON() ([]byte, error)
- func (o *SourceControlTestConnectionGet200Response) SetData(v SourceControlTestConnectionGet200ResponseData)
- func (o *SourceControlTestConnectionGet200Response) SetSuccess(v bool)
- func (o SourceControlTestConnectionGet200Response) ToMap() (map[string]interface{}, error)
- func (o *SourceControlTestConnectionGet200Response) UnmarshalJSON(data []byte) (err error)
- type SourceControlTestConnectionGet200ResponseData
- type SourceControlTestConnectionGet200ResponseDataAnyOf
- func (o *SourceControlTestConnectionGet200ResponseDataAnyOf) GetMessage() string
- func (o *SourceControlTestConnectionGet200ResponseDataAnyOf) GetMessageOk() (*string, bool)
- func (o *SourceControlTestConnectionGet200ResponseDataAnyOf) GetSuccess() bool
- func (o *SourceControlTestConnectionGet200ResponseDataAnyOf) GetSuccessOk() (*bool, bool)
- func (o SourceControlTestConnectionGet200ResponseDataAnyOf) MarshalJSON() ([]byte, error)
- func (o *SourceControlTestConnectionGet200ResponseDataAnyOf) SetMessage(v string)
- func (o *SourceControlTestConnectionGet200ResponseDataAnyOf) SetSuccess(v bool)
- func (o SourceControlTestConnectionGet200ResponseDataAnyOf) ToMap() (map[string]interface{}, error)
- func (o *SourceControlTestConnectionGet200ResponseDataAnyOf) UnmarshalJSON(data []byte) (err error)
- type SourceControlTestConnectionGet200ResponseDataAnyOf1
- func (o *SourceControlTestConnectionGet200ResponseDataAnyOf1) GetSuccess() bool
- func (o *SourceControlTestConnectionGet200ResponseDataAnyOf1) GetSuccessOk() (*bool, bool)
- func (o SourceControlTestConnectionGet200ResponseDataAnyOf1) MarshalJSON() ([]byte, error)
- func (o *SourceControlTestConnectionGet200ResponseDataAnyOf1) SetSuccess(v bool)
- func (o SourceControlTestConnectionGet200ResponseDataAnyOf1) ToMap() (map[string]interface{}, error)
- func (o *SourceControlTestConnectionGet200ResponseDataAnyOf1) UnmarshalJSON(data []byte) (err error)
- type SourceControlTestDeployPost200Response
- func (o *SourceControlTestDeployPost200Response) GetData() SourceControlTestDeployPost200ResponseData
- func (o *SourceControlTestDeployPost200Response) GetDataOk() (*SourceControlTestDeployPost200ResponseData, bool)
- func (o *SourceControlTestDeployPost200Response) GetSuccess() bool
- func (o *SourceControlTestDeployPost200Response) GetSuccessOk() (*bool, bool)
- func (o SourceControlTestDeployPost200Response) MarshalJSON() ([]byte, error)
- func (o *SourceControlTestDeployPost200Response) SetData(v SourceControlTestDeployPost200ResponseData)
- func (o *SourceControlTestDeployPost200Response) SetSuccess(v bool)
- func (o SourceControlTestDeployPost200Response) ToMap() (map[string]interface{}, error)
- func (o *SourceControlTestDeployPost200Response) UnmarshalJSON(data []byte) (err error)
- type SourceControlTestDeployPost200ResponseData
- type SourceControlTestDeployPost200ResponseDataAnyOf
- func (o *SourceControlTestDeployPost200ResponseDataAnyOf) GetMessage() string
- func (o *SourceControlTestDeployPost200ResponseDataAnyOf) GetMessageOk() (*string, bool)
- func (o *SourceControlTestDeployPost200ResponseDataAnyOf) GetSuccess() bool
- func (o *SourceControlTestDeployPost200ResponseDataAnyOf) GetSuccessOk() (*bool, bool)
- func (o SourceControlTestDeployPost200ResponseDataAnyOf) MarshalJSON() ([]byte, error)
- func (o *SourceControlTestDeployPost200ResponseDataAnyOf) SetMessage(v string)
- func (o *SourceControlTestDeployPost200ResponseDataAnyOf) SetSuccess(v bool)
- func (o SourceControlTestDeployPost200ResponseDataAnyOf) ToMap() (map[string]interface{}, error)
- func (o *SourceControlTestDeployPost200ResponseDataAnyOf) UnmarshalJSON(data []byte) (err error)
- type SourceControlTestDeployPost200ResponseDataAnyOf1
- func (o *SourceControlTestDeployPost200ResponseDataAnyOf1) GetSuccess() bool
- func (o *SourceControlTestDeployPost200ResponseDataAnyOf1) GetSuccessOk() (*bool, bool)
- func (o SourceControlTestDeployPost200ResponseDataAnyOf1) MarshalJSON() ([]byte, error)
- func (o *SourceControlTestDeployPost200ResponseDataAnyOf1) SetSuccess(v bool)
- func (o SourceControlTestDeployPost200ResponseDataAnyOf1) ToMap() (map[string]interface{}, error)
- func (o *SourceControlTestDeployPost200ResponseDataAnyOf1) UnmarshalJSON(data []byte) (err error)
- type SourceControlTestDeployPostRequest
- func (o *SourceControlTestDeployPostRequest) GetDeployParams() SourceControlTestDeployPostRequestDeployParams
- func (o *SourceControlTestDeployPostRequest) GetDeployParamsOk() (*SourceControlTestDeployPostRequestDeployParams, bool)
- func (o SourceControlTestDeployPostRequest) MarshalJSON() ([]byte, error)
- func (o *SourceControlTestDeployPostRequest) SetDeployParams(v SourceControlTestDeployPostRequestDeployParams)
- func (o SourceControlTestDeployPostRequest) ToMap() (map[string]interface{}, error)
- func (o *SourceControlTestDeployPostRequest) UnmarshalJSON(data []byte) (err error)
- type SourceControlTestDeployPostRequestDeployParams
- func (o *SourceControlTestDeployPostRequestDeployParams) GetCommitSha() string
- func (o *SourceControlTestDeployPostRequestDeployParams) GetCommitShaOk() (*string, bool)
- func (o *SourceControlTestDeployPostRequestDeployParams) GetIsFullSync() bool
- func (o *SourceControlTestDeployPostRequestDeployParams) GetIsFullSyncOk() (*bool, bool)
- func (o *SourceControlTestDeployPostRequestDeployParams) HasIsFullSync() bool
- func (o SourceControlTestDeployPostRequestDeployParams) MarshalJSON() ([]byte, error)
- func (o *SourceControlTestDeployPostRequestDeployParams) SetCommitSha(v string)
- func (o *SourceControlTestDeployPostRequestDeployParams) SetIsFullSync(v bool)
- func (o SourceControlTestDeployPostRequestDeployParams) ToMap() (map[string]interface{}, error)
- func (o *SourceControlTestDeployPostRequestDeployParams) UnmarshalJSON(data []byte) (err error)
- type Space
- func (o *Space) GetCreatedAt() time.Time
- func (o *Space) GetCreatedAtOk() (*time.Time, bool)
- func (o *Space) GetDomain() string
- func (o *Space) GetDomainOk() (*string, bool)
- func (o *Space) GetId() string
- func (o *Space) GetIdOk() (*string, bool)
- func (o *Space) GetName() string
- func (o *Space) GetNameOk() (*string, bool)
- func (o *Space) GetUpdatedAt() time.Time
- func (o *Space) GetUpdatedAtOk() (*time.Time, bool)
- func (o Space) MarshalJSON() ([]byte, error)
- func (o *Space) SetCreatedAt(v time.Time)
- func (o *Space) SetDomain(v string)
- func (o *Space) SetId(v string)
- func (o *Space) SetName(v string)
- func (o *Space) SetUpdatedAt(v time.Time)
- func (o Space) ToMap() (map[string]interface{}, error)
- func (o *Space) UnmarshalJSON(data []byte) (err error)
- type SpacesAPIService
- func (a *SpacesAPIService) SpacesCopyElementsPost(ctx context.Context) ApiSpacesCopyElementsPostRequest
- func (a *SpacesAPIService) SpacesCopyElementsPostExecute(r ApiSpacesCopyElementsPostRequest) (*SpacesCopyElementsPost201Response, *http.Response, error)
- func (a *SpacesAPIService) SpacesGet(ctx context.Context) ApiSpacesGetRequest
- func (a *SpacesAPIService) SpacesGetExecute(r ApiSpacesGetRequest) (*SpacesGet200Response, *http.Response, error)
- func (a *SpacesAPIService) SpacesPost(ctx context.Context) ApiSpacesPostRequest
- func (a *SpacesAPIService) SpacesPostExecute(r ApiSpacesPostRequest) (*SpacesPost200Response, *http.Response, error)
- func (a *SpacesAPIService) SpacesSpaceIdDelete(ctx context.Context, spaceId string) ApiSpacesSpaceIdDeleteRequest
- func (a *SpacesAPIService) SpacesSpaceIdDeleteExecute(r ApiSpacesSpaceIdDeleteRequest) (*http.Response, error)
- func (a *SpacesAPIService) SpacesSpaceIdGet(ctx context.Context, spaceId string) ApiSpacesSpaceIdGetRequest
- func (a *SpacesAPIService) SpacesSpaceIdGetExecute(r ApiSpacesSpaceIdGetRequest) (*SpacesSpaceIdGet200Response, *http.Response, error)
- func (a *SpacesAPIService) SpacesSpaceIdPut(ctx context.Context, spaceId string) ApiSpacesSpaceIdPutRequest
- func (a *SpacesAPIService) SpacesSpaceIdPutExecute(r ApiSpacesSpaceIdPutRequest) (*SpacesSpaceIdPut200Response, *http.Response, error)
- type SpacesCopyElementsPost201Response
- func (o *SpacesCopyElementsPost201Response) GetData() SpacesCopyElementsPost201ResponseData
- func (o *SpacesCopyElementsPost201Response) GetDataOk() (*SpacesCopyElementsPost201ResponseData, bool)
- func (o *SpacesCopyElementsPost201Response) GetSuccess() bool
- func (o *SpacesCopyElementsPost201Response) GetSuccessOk() (*bool, bool)
- func (o SpacesCopyElementsPost201Response) MarshalJSON() ([]byte, error)
- func (o *SpacesCopyElementsPost201Response) SetData(v SpacesCopyElementsPost201ResponseData)
- func (o *SpacesCopyElementsPost201Response) SetSuccess(v bool)
- func (o SpacesCopyElementsPost201Response) ToMap() (map[string]interface{}, error)
- func (o *SpacesCopyElementsPost201Response) UnmarshalJSON(data []byte) (err error)
- type SpacesCopyElementsPost201ResponseData
- func (o *SpacesCopyElementsPost201ResponseData) GetAppIds() []string
- func (o *SpacesCopyElementsPost201ResponseData) GetAppIdsOk() ([]string, bool)
- func (o *SpacesCopyElementsPost201ResponseData) GetQueryLibraryQueryIds() []string
- func (o *SpacesCopyElementsPost201ResponseData) GetQueryLibraryQueryIdsOk() ([]string, bool)
- func (o *SpacesCopyElementsPost201ResponseData) GetResourceIds() []SpacesCopyElementsPostRequestResourceIdsInner
- func (o *SpacesCopyElementsPost201ResponseData) GetResourceIdsOk() ([]SpacesCopyElementsPostRequestResourceIdsInner, bool)
- func (o *SpacesCopyElementsPost201ResponseData) GetWorkflowIds() []string
- func (o *SpacesCopyElementsPost201ResponseData) GetWorkflowIdsOk() ([]string, bool)
- func (o SpacesCopyElementsPost201ResponseData) MarshalJSON() ([]byte, error)
- func (o *SpacesCopyElementsPost201ResponseData) SetAppIds(v []string)
- func (o *SpacesCopyElementsPost201ResponseData) SetQueryLibraryQueryIds(v []string)
- func (o *SpacesCopyElementsPost201ResponseData) SetResourceIds(v []SpacesCopyElementsPostRequestResourceIdsInner)
- func (o *SpacesCopyElementsPost201ResponseData) SetWorkflowIds(v []string)
- func (o SpacesCopyElementsPost201ResponseData) ToMap() (map[string]interface{}, error)
- func (o *SpacesCopyElementsPost201ResponseData) UnmarshalJSON(data []byte) (err error)
- type SpacesCopyElementsPostRequest
- func (o *SpacesCopyElementsPostRequest) GetAppIds() []string
- func (o *SpacesCopyElementsPostRequest) GetAppIdsOk() ([]string, bool)
- func (o *SpacesCopyElementsPostRequest) GetDestinationSpaceId() string
- func (o *SpacesCopyElementsPostRequest) GetDestinationSpaceIdOk() (*string, bool)
- func (o *SpacesCopyElementsPostRequest) GetQueryLibraryQueryIds() []string
- func (o *SpacesCopyElementsPostRequest) GetQueryLibraryQueryIdsOk() ([]string, bool)
- func (o *SpacesCopyElementsPostRequest) GetResourceIds() []SpacesCopyElementsPostRequestResourceIdsInner
- func (o *SpacesCopyElementsPostRequest) GetResourceIdsOk() ([]SpacesCopyElementsPostRequestResourceIdsInner, bool)
- func (o *SpacesCopyElementsPostRequest) GetWorkflowIds() []string
- func (o *SpacesCopyElementsPostRequest) GetWorkflowIdsOk() ([]string, bool)
- func (o SpacesCopyElementsPostRequest) MarshalJSON() ([]byte, error)
- func (o *SpacesCopyElementsPostRequest) SetAppIds(v []string)
- func (o *SpacesCopyElementsPostRequest) SetDestinationSpaceId(v string)
- func (o *SpacesCopyElementsPostRequest) SetQueryLibraryQueryIds(v []string)
- func (o *SpacesCopyElementsPostRequest) SetResourceIds(v []SpacesCopyElementsPostRequestResourceIdsInner)
- func (o *SpacesCopyElementsPostRequest) SetWorkflowIds(v []string)
- func (o SpacesCopyElementsPostRequest) ToMap() (map[string]interface{}, error)
- func (o *SpacesCopyElementsPostRequest) UnmarshalJSON(data []byte) (err error)
- type SpacesCopyElementsPostRequestResourceIdsInner
- type SpacesGet200Response
- func (o *SpacesGet200Response) GetData() []SpacesGet200ResponseDataInner
- func (o *SpacesGet200Response) GetDataOk() ([]SpacesGet200ResponseDataInner, bool)
- func (o *SpacesGet200Response) GetHasMore() bool
- func (o *SpacesGet200Response) GetHasMoreOk() (*bool, bool)
- func (o *SpacesGet200Response) GetNextToken() string
- func (o *SpacesGet200Response) GetNextTokenOk() (*string, bool)
- func (o *SpacesGet200Response) GetSuccess() bool
- func (o *SpacesGet200Response) GetSuccessOk() (*bool, bool)
- func (o *SpacesGet200Response) GetTotalCount() float32
- func (o *SpacesGet200Response) GetTotalCountOk() (*float32, bool)
- func (o SpacesGet200Response) MarshalJSON() ([]byte, error)
- func (o *SpacesGet200Response) SetData(v []SpacesGet200ResponseDataInner)
- func (o *SpacesGet200Response) SetHasMore(v bool)
- func (o *SpacesGet200Response) SetNextToken(v string)
- func (o *SpacesGet200Response) SetSuccess(v bool)
- func (o *SpacesGet200Response) SetTotalCount(v float32)
- func (o SpacesGet200Response) ToMap() (map[string]interface{}, error)
- func (o *SpacesGet200Response) UnmarshalJSON(data []byte) (err error)
- type SpacesGet200ResponseDataInner
- func (o *SpacesGet200ResponseDataInner) GetCreatedAt() time.Time
- func (o *SpacesGet200ResponseDataInner) GetCreatedAtOk() (*time.Time, bool)
- func (o *SpacesGet200ResponseDataInner) GetDomain() string
- func (o *SpacesGet200ResponseDataInner) GetDomainOk() (*string, bool)
- func (o *SpacesGet200ResponseDataInner) GetId() string
- func (o *SpacesGet200ResponseDataInner) GetIdOk() (*string, bool)
- func (o *SpacesGet200ResponseDataInner) GetName() string
- func (o *SpacesGet200ResponseDataInner) GetNameOk() (*string, bool)
- func (o *SpacesGet200ResponseDataInner) GetUpdatedAt() time.Time
- func (o *SpacesGet200ResponseDataInner) GetUpdatedAtOk() (*time.Time, bool)
- func (o SpacesGet200ResponseDataInner) MarshalJSON() ([]byte, error)
- func (o *SpacesGet200ResponseDataInner) SetCreatedAt(v time.Time)
- func (o *SpacesGet200ResponseDataInner) SetDomain(v string)
- func (o *SpacesGet200ResponseDataInner) SetId(v string)
- func (o *SpacesGet200ResponseDataInner) SetName(v string)
- func (o *SpacesGet200ResponseDataInner) SetUpdatedAt(v time.Time)
- func (o SpacesGet200ResponseDataInner) ToMap() (map[string]interface{}, error)
- func (o *SpacesGet200ResponseDataInner) UnmarshalJSON(data []byte) (err error)
- type SpacesPost200Response
- func (o *SpacesPost200Response) GetData() SpacesPost200ResponseData
- func (o *SpacesPost200Response) GetDataOk() (*SpacesPost200ResponseData, bool)
- func (o *SpacesPost200Response) GetSuccess() bool
- func (o *SpacesPost200Response) GetSuccessOk() (*bool, bool)
- func (o SpacesPost200Response) MarshalJSON() ([]byte, error)
- func (o *SpacesPost200Response) SetData(v SpacesPost200ResponseData)
- func (o *SpacesPost200Response) SetSuccess(v bool)
- func (o SpacesPost200Response) ToMap() (map[string]interface{}, error)
- func (o *SpacesPost200Response) UnmarshalJSON(data []byte) (err error)
- type SpacesPost200ResponseData
- func (o *SpacesPost200ResponseData) GetCreatedAt() time.Time
- func (o *SpacesPost200ResponseData) GetCreatedAtOk() (*time.Time, bool)
- func (o *SpacesPost200ResponseData) GetDomain() string
- func (o *SpacesPost200ResponseData) GetDomainOk() (*string, bool)
- func (o *SpacesPost200ResponseData) GetId() string
- func (o *SpacesPost200ResponseData) GetIdOk() (*string, bool)
- func (o *SpacesPost200ResponseData) GetName() string
- func (o *SpacesPost200ResponseData) GetNameOk() (*string, bool)
- func (o *SpacesPost200ResponseData) GetUpdatedAt() time.Time
- func (o *SpacesPost200ResponseData) GetUpdatedAtOk() (*time.Time, bool)
- func (o SpacesPost200ResponseData) MarshalJSON() ([]byte, error)
- func (o *SpacesPost200ResponseData) SetCreatedAt(v time.Time)
- func (o *SpacesPost200ResponseData) SetDomain(v string)
- func (o *SpacesPost200ResponseData) SetId(v string)
- func (o *SpacesPost200ResponseData) SetName(v string)
- func (o *SpacesPost200ResponseData) SetUpdatedAt(v time.Time)
- func (o SpacesPost200ResponseData) ToMap() (map[string]interface{}, error)
- func (o *SpacesPost200ResponseData) UnmarshalJSON(data []byte) (err error)
- type SpacesPostRequest
- func (o *SpacesPostRequest) GetDomain() string
- func (o *SpacesPostRequest) GetDomainOk() (*string, bool)
- func (o *SpacesPostRequest) GetName() string
- func (o *SpacesPostRequest) GetNameOk() (*string, bool)
- func (o *SpacesPostRequest) GetOptions() SpacesPostRequestOptions
- func (o *SpacesPostRequest) GetOptionsOk() (*SpacesPostRequestOptions, bool)
- func (o *SpacesPostRequest) HasOptions() bool
- func (o SpacesPostRequest) MarshalJSON() ([]byte, error)
- func (o *SpacesPostRequest) SetDomain(v string)
- func (o *SpacesPostRequest) SetName(v string)
- func (o *SpacesPostRequest) SetOptions(v SpacesPostRequestOptions)
- func (o SpacesPostRequest) ToMap() (map[string]interface{}, error)
- func (o *SpacesPostRequest) UnmarshalJSON(data []byte) (err error)
- type SpacesPostRequestOptions
- func (o *SpacesPostRequestOptions) GetCopyBrandingAndThemesSettings() bool
- func (o *SpacesPostRequestOptions) GetCopyBrandingAndThemesSettingsOk() (*bool, bool)
- func (o *SpacesPostRequestOptions) GetCopySsoSettings() bool
- func (o *SpacesPostRequestOptions) GetCopySsoSettingsOk() (*bool, bool)
- func (o *SpacesPostRequestOptions) GetCreateAdminUser() bool
- func (o *SpacesPostRequestOptions) GetCreateAdminUserOk() (*bool, bool)
- func (o *SpacesPostRequestOptions) GetUsersToCopyAsAdmins() []string
- func (o *SpacesPostRequestOptions) GetUsersToCopyAsAdminsOk() ([]string, bool)
- func (o *SpacesPostRequestOptions) HasCopyBrandingAndThemesSettings() bool
- func (o *SpacesPostRequestOptions) HasCopySsoSettings() bool
- func (o *SpacesPostRequestOptions) HasCreateAdminUser() bool
- func (o *SpacesPostRequestOptions) HasUsersToCopyAsAdmins() bool
- func (o SpacesPostRequestOptions) MarshalJSON() ([]byte, error)
- func (o *SpacesPostRequestOptions) SetCopyBrandingAndThemesSettings(v bool)
- func (o *SpacesPostRequestOptions) SetCopySsoSettings(v bool)
- func (o *SpacesPostRequestOptions) SetCreateAdminUser(v bool)
- func (o *SpacesPostRequestOptions) SetUsersToCopyAsAdmins(v []string)
- func (o SpacesPostRequestOptions) ToMap() (map[string]interface{}, error)
- func (o *SpacesPostRequestOptions) UnmarshalJSON(data []byte) (err error)
- type SpacesSpaceIdGet200Response
- func (o *SpacesSpaceIdGet200Response) GetData() SpacesSpaceIdGet200ResponseData
- func (o *SpacesSpaceIdGet200Response) GetDataOk() (*SpacesSpaceIdGet200ResponseData, bool)
- func (o *SpacesSpaceIdGet200Response) GetSuccess() bool
- func (o *SpacesSpaceIdGet200Response) GetSuccessOk() (*bool, bool)
- func (o SpacesSpaceIdGet200Response) MarshalJSON() ([]byte, error)
- func (o *SpacesSpaceIdGet200Response) SetData(v SpacesSpaceIdGet200ResponseData)
- func (o *SpacesSpaceIdGet200Response) SetSuccess(v bool)
- func (o SpacesSpaceIdGet200Response) ToMap() (map[string]interface{}, error)
- func (o *SpacesSpaceIdGet200Response) UnmarshalJSON(data []byte) (err error)
- type SpacesSpaceIdGet200ResponseData
- func (o *SpacesSpaceIdGet200ResponseData) GetCreatedAt() time.Time
- func (o *SpacesSpaceIdGet200ResponseData) GetCreatedAtOk() (*time.Time, bool)
- func (o *SpacesSpaceIdGet200ResponseData) GetDomain() string
- func (o *SpacesSpaceIdGet200ResponseData) GetDomainOk() (*string, bool)
- func (o *SpacesSpaceIdGet200ResponseData) GetId() string
- func (o *SpacesSpaceIdGet200ResponseData) GetIdOk() (*string, bool)
- func (o *SpacesSpaceIdGet200ResponseData) GetName() string
- func (o *SpacesSpaceIdGet200ResponseData) GetNameOk() (*string, bool)
- func (o *SpacesSpaceIdGet200ResponseData) GetUpdatedAt() time.Time
- func (o *SpacesSpaceIdGet200ResponseData) GetUpdatedAtOk() (*time.Time, bool)
- func (o SpacesSpaceIdGet200ResponseData) MarshalJSON() ([]byte, error)
- func (o *SpacesSpaceIdGet200ResponseData) SetCreatedAt(v time.Time)
- func (o *SpacesSpaceIdGet200ResponseData) SetDomain(v string)
- func (o *SpacesSpaceIdGet200ResponseData) SetId(v string)
- func (o *SpacesSpaceIdGet200ResponseData) SetName(v string)
- func (o *SpacesSpaceIdGet200ResponseData) SetUpdatedAt(v time.Time)
- func (o SpacesSpaceIdGet200ResponseData) ToMap() (map[string]interface{}, error)
- func (o *SpacesSpaceIdGet200ResponseData) UnmarshalJSON(data []byte) (err error)
- type SpacesSpaceIdPut200Response
- func (o *SpacesSpaceIdPut200Response) GetData() SpacesSpaceIdPut200ResponseData
- func (o *SpacesSpaceIdPut200Response) GetDataOk() (*SpacesSpaceIdPut200ResponseData, bool)
- func (o *SpacesSpaceIdPut200Response) GetSuccess() bool
- func (o *SpacesSpaceIdPut200Response) GetSuccessOk() (*bool, bool)
- func (o SpacesSpaceIdPut200Response) MarshalJSON() ([]byte, error)
- func (o *SpacesSpaceIdPut200Response) SetData(v SpacesSpaceIdPut200ResponseData)
- func (o *SpacesSpaceIdPut200Response) SetSuccess(v bool)
- func (o SpacesSpaceIdPut200Response) ToMap() (map[string]interface{}, error)
- func (o *SpacesSpaceIdPut200Response) UnmarshalJSON(data []byte) (err error)
- type SpacesSpaceIdPut200ResponseData
- func (o *SpacesSpaceIdPut200ResponseData) GetCreatedAt() time.Time
- func (o *SpacesSpaceIdPut200ResponseData) GetCreatedAtOk() (*time.Time, bool)
- func (o *SpacesSpaceIdPut200ResponseData) GetDomain() string
- func (o *SpacesSpaceIdPut200ResponseData) GetDomainOk() (*string, bool)
- func (o *SpacesSpaceIdPut200ResponseData) GetId() string
- func (o *SpacesSpaceIdPut200ResponseData) GetIdOk() (*string, bool)
- func (o *SpacesSpaceIdPut200ResponseData) GetName() string
- func (o *SpacesSpaceIdPut200ResponseData) GetNameOk() (*string, bool)
- func (o *SpacesSpaceIdPut200ResponseData) GetUpdatedAt() time.Time
- func (o *SpacesSpaceIdPut200ResponseData) GetUpdatedAtOk() (*time.Time, bool)
- func (o SpacesSpaceIdPut200ResponseData) MarshalJSON() ([]byte, error)
- func (o *SpacesSpaceIdPut200ResponseData) SetCreatedAt(v time.Time)
- func (o *SpacesSpaceIdPut200ResponseData) SetDomain(v string)
- func (o *SpacesSpaceIdPut200ResponseData) SetId(v string)
- func (o *SpacesSpaceIdPut200ResponseData) SetName(v string)
- func (o *SpacesSpaceIdPut200ResponseData) SetUpdatedAt(v time.Time)
- func (o SpacesSpaceIdPut200ResponseData) ToMap() (map[string]interface{}, error)
- func (o *SpacesSpaceIdPut200ResponseData) UnmarshalJSON(data []byte) (err error)
- type SpacesSpaceIdPutRequest
- func (o *SpacesSpaceIdPutRequest) GetDomain() string
- func (o *SpacesSpaceIdPutRequest) GetDomainOk() (*string, bool)
- func (o *SpacesSpaceIdPutRequest) GetName() string
- func (o *SpacesSpaceIdPutRequest) GetNameOk() (*string, bool)
- func (o SpacesSpaceIdPutRequest) MarshalJSON() ([]byte, error)
- func (o *SpacesSpaceIdPutRequest) SetDomain(v string)
- func (o *SpacesSpaceIdPutRequest) SetName(v string)
- func (o SpacesSpaceIdPutRequest) ToMap() (map[string]interface{}, error)
- func (o *SpacesSpaceIdPutRequest) UnmarshalJSON(data []byte) (err error)
- type SsoConfigGet200Response
- func (o *SsoConfigGet200Response) GetData() SsoConfigGet200ResponseData
- func (o *SsoConfigGet200Response) GetDataOk() (*SsoConfigGet200ResponseData, bool)
- func (o *SsoConfigGet200Response) GetSuccess() bool
- func (o *SsoConfigGet200Response) GetSuccessOk() (*bool, bool)
- func (o SsoConfigGet200Response) MarshalJSON() ([]byte, error)
- func (o *SsoConfigGet200Response) SetData(v SsoConfigGet200ResponseData)
- func (o *SsoConfigGet200Response) SetSuccess(v bool)
- func (o SsoConfigGet200Response) ToMap() (map[string]interface{}, error)
- func (o *SsoConfigGet200Response) UnmarshalJSON(data []byte) (err error)
- type SsoConfigGet200ResponseData
- func GoogleAsSsoConfigGet200ResponseData(v *Google) SsoConfigGet200ResponseData
- func GoogleOIDCAsSsoConfigGet200ResponseData(v *GoogleOIDC) SsoConfigGet200ResponseData
- func GoogleSAMLAsSsoConfigGet200ResponseData(v *GoogleSAML) SsoConfigGet200ResponseData
- func OIDCAsSsoConfigGet200ResponseData(v *OIDC) SsoConfigGet200ResponseData
- func SAMLAsSsoConfigGet200ResponseData(v *SAML) SsoConfigGet200ResponseData
- type SsoConfigPost200Response
- func (o *SsoConfigPost200Response) GetData() SsoConfigPost200ResponseData
- func (o *SsoConfigPost200Response) GetDataOk() (*SsoConfigPost200ResponseData, bool)
- func (o *SsoConfigPost200Response) GetSuccess() bool
- func (o *SsoConfigPost200Response) GetSuccessOk() (*bool, bool)
- func (o SsoConfigPost200Response) MarshalJSON() ([]byte, error)
- func (o *SsoConfigPost200Response) SetData(v SsoConfigPost200ResponseData)
- func (o *SsoConfigPost200Response) SetSuccess(v bool)
- func (o SsoConfigPost200Response) ToMap() (map[string]interface{}, error)
- func (o *SsoConfigPost200Response) UnmarshalJSON(data []byte) (err error)
- type SsoConfigPost200ResponseData
- func GoogleAsSsoConfigPost200ResponseData(v *Google) SsoConfigPost200ResponseData
- func GoogleOIDCAsSsoConfigPost200ResponseData(v *GoogleOIDC) SsoConfigPost200ResponseData
- func GoogleSAMLAsSsoConfigPost200ResponseData(v *GoogleSAML) SsoConfigPost200ResponseData
- func OIDCAsSsoConfigPost200ResponseData(v *OIDC) SsoConfigPost200ResponseData
- func SAMLAsSsoConfigPost200ResponseData(v *SAML) SsoConfigPost200ResponseData
- type SsoConfigPostRequest
- func (o *SsoConfigPostRequest) GetData() SsoConfigPostRequestData
- func (o *SsoConfigPostRequest) GetDataOk() (*SsoConfigPostRequestData, bool)
- func (o SsoConfigPostRequest) MarshalJSON() ([]byte, error)
- func (o *SsoConfigPostRequest) SetData(v SsoConfigPostRequestData)
- func (o SsoConfigPostRequest) ToMap() (map[string]interface{}, error)
- func (o *SsoConfigPostRequest) UnmarshalJSON(data []byte) (err error)
- type SsoConfigPostRequestData
- func GoogleAsSsoConfigPostRequestData(v *Google) SsoConfigPostRequestData
- func GoogleOIDCAsSsoConfigPostRequestData(v *GoogleOIDC) SsoConfigPostRequestData
- func GoogleSAMLAsSsoConfigPostRequestData(v *GoogleSAML) SsoConfigPostRequestData
- func OIDCAsSsoConfigPostRequestData(v *OIDC) SsoConfigPostRequestData
- func SAMLAsSsoConfigPostRequestData(v *SAML) SsoConfigPostRequestData
- type SsoConfigPostRequestDataOneOf
- func (o *SsoConfigPostRequestDataOneOf) GetConfigType() string
- func (o *SsoConfigPostRequestDataOneOf) GetConfigTypeOk() (*string, bool)
- func (o *SsoConfigPostRequestDataOneOf) GetDisableEmailPasswordLogin() bool
- func (o *SsoConfigPostRequestDataOneOf) GetDisableEmailPasswordLoginOk() (*bool, bool)
- func (o *SsoConfigPostRequestDataOneOf) GetGoogleClientId() string
- func (o *SsoConfigPostRequestDataOneOf) GetGoogleClientIdOk() (*string, bool)
- func (o *SsoConfigPostRequestDataOneOf) GetGoogleClientSecret() string
- func (o *SsoConfigPostRequestDataOneOf) GetGoogleClientSecretOk() (*string, bool)
- func (o SsoConfigPostRequestDataOneOf) MarshalJSON() ([]byte, error)
- func (o *SsoConfigPostRequestDataOneOf) SetConfigType(v string)
- func (o *SsoConfigPostRequestDataOneOf) SetDisableEmailPasswordLogin(v bool)
- func (o *SsoConfigPostRequestDataOneOf) SetGoogleClientId(v string)
- func (o *SsoConfigPostRequestDataOneOf) SetGoogleClientSecret(v string)
- func (o SsoConfigPostRequestDataOneOf) ToMap() (map[string]interface{}, error)
- func (o *SsoConfigPostRequestDataOneOf) UnmarshalJSON(data []byte) (err error)
- type SsoConfigPostRequestDataOneOf1
- func (o *SsoConfigPostRequestDataOneOf1) GetConfigType() string
- func (o *SsoConfigPostRequestDataOneOf1) GetConfigTypeOk() (*string, bool)
- func (o *SsoConfigPostRequestDataOneOf1) GetDisableEmailPasswordLogin() bool
- func (o *SsoConfigPostRequestDataOneOf1) GetDisableEmailPasswordLoginOk() (*bool, bool)
- func (o *SsoConfigPostRequestDataOneOf1) GetJitEnabled() bool
- func (o *SsoConfigPostRequestDataOneOf1) GetJitEnabledOk() (*bool, bool)
- func (o *SsoConfigPostRequestDataOneOf1) GetJwtEmailKey() string
- func (o *SsoConfigPostRequestDataOneOf1) GetJwtEmailKeyOk() (*string, bool)
- func (o *SsoConfigPostRequestDataOneOf1) GetJwtFirstNameKey() string
- func (o *SsoConfigPostRequestDataOneOf1) GetJwtFirstNameKeyOk() (*string, bool)
- func (o *SsoConfigPostRequestDataOneOf1) GetJwtLastNameKey() string
- func (o *SsoConfigPostRequestDataOneOf1) GetJwtLastNameKeyOk() (*string, bool)
- func (o *SsoConfigPostRequestDataOneOf1) GetJwtRolesKey() string
- func (o *SsoConfigPostRequestDataOneOf1) GetJwtRolesKeyOk() (*string, bool)
- func (o *SsoConfigPostRequestDataOneOf1) GetOidcAudience() string
- func (o *SsoConfigPostRequestDataOneOf1) GetOidcAudienceOk() (*string, bool)
- func (o *SsoConfigPostRequestDataOneOf1) GetOidcAuthUrl() string
- func (o *SsoConfigPostRequestDataOneOf1) GetOidcAuthUrlOk() (*string, bool)
- func (o *SsoConfigPostRequestDataOneOf1) GetOidcClientId() string
- func (o *SsoConfigPostRequestDataOneOf1) GetOidcClientIdOk() (*string, bool)
- func (o *SsoConfigPostRequestDataOneOf1) GetOidcClientSecret() string
- func (o *SsoConfigPostRequestDataOneOf1) GetOidcClientSecretOk() (*string, bool)
- func (o *SsoConfigPostRequestDataOneOf1) GetOidcScopes() string
- func (o *SsoConfigPostRequestDataOneOf1) GetOidcScopesOk() (*string, bool)
- func (o *SsoConfigPostRequestDataOneOf1) GetOidcTokenUrl() string
- func (o *SsoConfigPostRequestDataOneOf1) GetOidcTokenUrlOk() (*string, bool)
- func (o *SsoConfigPostRequestDataOneOf1) GetOidcUserinfoUrl() string
- func (o *SsoConfigPostRequestDataOneOf1) GetOidcUserinfoUrlOk() (*string, bool)
- func (o *SsoConfigPostRequestDataOneOf1) GetRestrictedDomain() string
- func (o *SsoConfigPostRequestDataOneOf1) GetRestrictedDomainOk() (*string, bool)
- func (o *SsoConfigPostRequestDataOneOf1) GetRolesMapping() string
- func (o *SsoConfigPostRequestDataOneOf1) GetRolesMappingOk() (*string, bool)
- func (o *SsoConfigPostRequestDataOneOf1) GetTriggerLoginAutomatically() bool
- func (o *SsoConfigPostRequestDataOneOf1) GetTriggerLoginAutomaticallyOk() (*bool, bool)
- func (o *SsoConfigPostRequestDataOneOf1) HasJwtRolesKey() bool
- func (o *SsoConfigPostRequestDataOneOf1) HasOidcAudience() bool
- func (o *SsoConfigPostRequestDataOneOf1) HasOidcUserinfoUrl() bool
- func (o *SsoConfigPostRequestDataOneOf1) HasRestrictedDomain() bool
- func (o *SsoConfigPostRequestDataOneOf1) HasRolesMapping() bool
- func (o SsoConfigPostRequestDataOneOf1) MarshalJSON() ([]byte, error)
- func (o *SsoConfigPostRequestDataOneOf1) SetConfigType(v string)
- func (o *SsoConfigPostRequestDataOneOf1) SetDisableEmailPasswordLogin(v bool)
- func (o *SsoConfigPostRequestDataOneOf1) SetJitEnabled(v bool)
- func (o *SsoConfigPostRequestDataOneOf1) SetJwtEmailKey(v string)
- func (o *SsoConfigPostRequestDataOneOf1) SetJwtFirstNameKey(v string)
- func (o *SsoConfigPostRequestDataOneOf1) SetJwtLastNameKey(v string)
- func (o *SsoConfigPostRequestDataOneOf1) SetJwtRolesKey(v string)
- func (o *SsoConfigPostRequestDataOneOf1) SetOidcAudience(v string)
- func (o *SsoConfigPostRequestDataOneOf1) SetOidcAuthUrl(v string)
- func (o *SsoConfigPostRequestDataOneOf1) SetOidcClientId(v string)
- func (o *SsoConfigPostRequestDataOneOf1) SetOidcClientSecret(v string)
- func (o *SsoConfigPostRequestDataOneOf1) SetOidcScopes(v string)
- func (o *SsoConfigPostRequestDataOneOf1) SetOidcTokenUrl(v string)
- func (o *SsoConfigPostRequestDataOneOf1) SetOidcUserinfoUrl(v string)
- func (o *SsoConfigPostRequestDataOneOf1) SetRestrictedDomain(v string)
- func (o *SsoConfigPostRequestDataOneOf1) SetRolesMapping(v string)
- func (o *SsoConfigPostRequestDataOneOf1) SetTriggerLoginAutomatically(v bool)
- func (o SsoConfigPostRequestDataOneOf1) ToMap() (map[string]interface{}, error)
- func (o *SsoConfigPostRequestDataOneOf1) UnmarshalJSON(data []byte) (err error)
- type SsoConfigPostRequestDataOneOf2
- func (o *SsoConfigPostRequestDataOneOf2) GetConfigType() string
- func (o *SsoConfigPostRequestDataOneOf2) GetConfigTypeOk() (*string, bool)
- func (o *SsoConfigPostRequestDataOneOf2) GetDisableEmailPasswordLogin() bool
- func (o *SsoConfigPostRequestDataOneOf2) GetDisableEmailPasswordLoginOk() (*bool, bool)
- func (o *SsoConfigPostRequestDataOneOf2) GetGoogleClientId() string
- func (o *SsoConfigPostRequestDataOneOf2) GetGoogleClientIdOk() (*string, bool)
- func (o *SsoConfigPostRequestDataOneOf2) GetGoogleClientSecret() string
- func (o *SsoConfigPostRequestDataOneOf2) GetGoogleClientSecretOk() (*string, bool)
- func (o *SsoConfigPostRequestDataOneOf2) GetJitEnabled() bool
- func (o *SsoConfigPostRequestDataOneOf2) GetJitEnabledOk() (*bool, bool)
- func (o *SsoConfigPostRequestDataOneOf2) GetJwtEmailKey() string
- func (o *SsoConfigPostRequestDataOneOf2) GetJwtEmailKeyOk() (*string, bool)
- func (o *SsoConfigPostRequestDataOneOf2) GetJwtFirstNameKey() string
- func (o *SsoConfigPostRequestDataOneOf2) GetJwtFirstNameKeyOk() (*string, bool)
- func (o *SsoConfigPostRequestDataOneOf2) GetJwtLastNameKey() string
- func (o *SsoConfigPostRequestDataOneOf2) GetJwtLastNameKeyOk() (*string, bool)
- func (o *SsoConfigPostRequestDataOneOf2) GetJwtRolesKey() string
- func (o *SsoConfigPostRequestDataOneOf2) GetJwtRolesKeyOk() (*string, bool)
- func (o *SsoConfigPostRequestDataOneOf2) GetOidcAudience() string
- func (o *SsoConfigPostRequestDataOneOf2) GetOidcAudienceOk() (*string, bool)
- func (o *SsoConfigPostRequestDataOneOf2) GetOidcAuthUrl() string
- func (o *SsoConfigPostRequestDataOneOf2) GetOidcAuthUrlOk() (*string, bool)
- func (o *SsoConfigPostRequestDataOneOf2) GetOidcClientId() string
- func (o *SsoConfigPostRequestDataOneOf2) GetOidcClientIdOk() (*string, bool)
- func (o *SsoConfigPostRequestDataOneOf2) GetOidcClientSecret() string
- func (o *SsoConfigPostRequestDataOneOf2) GetOidcClientSecretOk() (*string, bool)
- func (o *SsoConfigPostRequestDataOneOf2) GetOidcScopes() string
- func (o *SsoConfigPostRequestDataOneOf2) GetOidcScopesOk() (*string, bool)
- func (o *SsoConfigPostRequestDataOneOf2) GetOidcTokenUrl() string
- func (o *SsoConfigPostRequestDataOneOf2) GetOidcTokenUrlOk() (*string, bool)
- func (o *SsoConfigPostRequestDataOneOf2) GetOidcUserinfoUrl() string
- func (o *SsoConfigPostRequestDataOneOf2) GetOidcUserinfoUrlOk() (*string, bool)
- func (o *SsoConfigPostRequestDataOneOf2) GetRestrictedDomain() string
- func (o *SsoConfigPostRequestDataOneOf2) GetRestrictedDomainOk() (*string, bool)
- func (o *SsoConfigPostRequestDataOneOf2) GetRolesMapping() string
- func (o *SsoConfigPostRequestDataOneOf2) GetRolesMappingOk() (*string, bool)
- func (o *SsoConfigPostRequestDataOneOf2) GetTriggerLoginAutomatically() bool
- func (o *SsoConfigPostRequestDataOneOf2) GetTriggerLoginAutomaticallyOk() (*bool, bool)
- func (o *SsoConfigPostRequestDataOneOf2) HasJwtRolesKey() bool
- func (o *SsoConfigPostRequestDataOneOf2) HasOidcAudience() bool
- func (o *SsoConfigPostRequestDataOneOf2) HasOidcUserinfoUrl() bool
- func (o *SsoConfigPostRequestDataOneOf2) HasRestrictedDomain() bool
- func (o *SsoConfigPostRequestDataOneOf2) HasRolesMapping() bool
- func (o SsoConfigPostRequestDataOneOf2) MarshalJSON() ([]byte, error)
- func (o *SsoConfigPostRequestDataOneOf2) SetConfigType(v string)
- func (o *SsoConfigPostRequestDataOneOf2) SetDisableEmailPasswordLogin(v bool)
- func (o *SsoConfigPostRequestDataOneOf2) SetGoogleClientId(v string)
- func (o *SsoConfigPostRequestDataOneOf2) SetGoogleClientSecret(v string)
- func (o *SsoConfigPostRequestDataOneOf2) SetJitEnabled(v bool)
- func (o *SsoConfigPostRequestDataOneOf2) SetJwtEmailKey(v string)
- func (o *SsoConfigPostRequestDataOneOf2) SetJwtFirstNameKey(v string)
- func (o *SsoConfigPostRequestDataOneOf2) SetJwtLastNameKey(v string)
- func (o *SsoConfigPostRequestDataOneOf2) SetJwtRolesKey(v string)
- func (o *SsoConfigPostRequestDataOneOf2) SetOidcAudience(v string)
- func (o *SsoConfigPostRequestDataOneOf2) SetOidcAuthUrl(v string)
- func (o *SsoConfigPostRequestDataOneOf2) SetOidcClientId(v string)
- func (o *SsoConfigPostRequestDataOneOf2) SetOidcClientSecret(v string)
- func (o *SsoConfigPostRequestDataOneOf2) SetOidcScopes(v string)
- func (o *SsoConfigPostRequestDataOneOf2) SetOidcTokenUrl(v string)
- func (o *SsoConfigPostRequestDataOneOf2) SetOidcUserinfoUrl(v string)
- func (o *SsoConfigPostRequestDataOneOf2) SetRestrictedDomain(v string)
- func (o *SsoConfigPostRequestDataOneOf2) SetRolesMapping(v string)
- func (o *SsoConfigPostRequestDataOneOf2) SetTriggerLoginAutomatically(v bool)
- func (o SsoConfigPostRequestDataOneOf2) ToMap() (map[string]interface{}, error)
- func (o *SsoConfigPostRequestDataOneOf2) UnmarshalJSON(data []byte) (err error)
- type SsoConfigPostRequestDataOneOf3
- func (o *SsoConfigPostRequestDataOneOf3) GetConfigType() string
- func (o *SsoConfigPostRequestDataOneOf3) GetConfigTypeOk() (*string, bool)
- func (o *SsoConfigPostRequestDataOneOf3) GetDisableEmailPasswordLogin() bool
- func (o *SsoConfigPostRequestDataOneOf3) GetDisableEmailPasswordLoginOk() (*bool, bool)
- func (o *SsoConfigPostRequestDataOneOf3) GetIdpMetadataXml() string
- func (o *SsoConfigPostRequestDataOneOf3) GetIdpMetadataXmlOk() (*string, bool)
- func (o *SsoConfigPostRequestDataOneOf3) GetJitEnabled() bool
- func (o *SsoConfigPostRequestDataOneOf3) GetJitEnabledOk() (*bool, bool)
- func (o *SsoConfigPostRequestDataOneOf3) GetLdapBaseDomainComponents() string
- func (o *SsoConfigPostRequestDataOneOf3) GetLdapBaseDomainComponentsOk() (*string, bool)
- func (o *SsoConfigPostRequestDataOneOf3) GetLdapRoleMapping() string
- func (o *SsoConfigPostRequestDataOneOf3) GetLdapRoleMappingOk() (*string, bool)
- func (o *SsoConfigPostRequestDataOneOf3) GetLdapServerCertificate() string
- func (o *SsoConfigPostRequestDataOneOf3) GetLdapServerCertificateOk() (*string, bool)
- func (o *SsoConfigPostRequestDataOneOf3) GetLdapServerKey() string
- func (o *SsoConfigPostRequestDataOneOf3) GetLdapServerKeyOk() (*string, bool)
- func (o *SsoConfigPostRequestDataOneOf3) GetLdapServerName() string
- func (o *SsoConfigPostRequestDataOneOf3) GetLdapServerNameOk() (*string, bool)
- func (o *SsoConfigPostRequestDataOneOf3) GetLdapServerUrl() string
- func (o *SsoConfigPostRequestDataOneOf3) GetLdapServerUrlOk() (*string, bool)
- func (o *SsoConfigPostRequestDataOneOf3) GetLdapSyncGroupClaims() bool
- func (o *SsoConfigPostRequestDataOneOf3) GetLdapSyncGroupClaimsOk() (*bool, bool)
- func (o *SsoConfigPostRequestDataOneOf3) GetRestrictedDomain() string
- func (o *SsoConfigPostRequestDataOneOf3) GetRestrictedDomainOk() (*string, bool)
- func (o *SsoConfigPostRequestDataOneOf3) GetSamlFirstNameAttribute() string
- func (o *SsoConfigPostRequestDataOneOf3) GetSamlFirstNameAttributeOk() (*string, bool)
- func (o *SsoConfigPostRequestDataOneOf3) GetSamlGroupsAttribute() string
- func (o *SsoConfigPostRequestDataOneOf3) GetSamlGroupsAttributeOk() (*string, bool)
- func (o *SsoConfigPostRequestDataOneOf3) GetSamlLastNameAttribute() string
- func (o *SsoConfigPostRequestDataOneOf3) GetSamlLastNameAttributeOk() (*string, bool)
- func (o *SsoConfigPostRequestDataOneOf3) GetSamlSyncGroupClaims() bool
- func (o *SsoConfigPostRequestDataOneOf3) GetSamlSyncGroupClaimsOk() (*bool, bool)
- func (o *SsoConfigPostRequestDataOneOf3) GetTriggerLoginAutomatically() bool
- func (o *SsoConfigPostRequestDataOneOf3) GetTriggerLoginAutomaticallyOk() (*bool, bool)
- func (o *SsoConfigPostRequestDataOneOf3) HasLdapBaseDomainComponents() bool
- func (o *SsoConfigPostRequestDataOneOf3) HasLdapRoleMapping() bool
- func (o *SsoConfigPostRequestDataOneOf3) HasLdapServerCertificate() bool
- func (o *SsoConfigPostRequestDataOneOf3) HasLdapServerKey() bool
- func (o *SsoConfigPostRequestDataOneOf3) HasLdapServerName() bool
- func (o *SsoConfigPostRequestDataOneOf3) HasLdapServerUrl() bool
- func (o *SsoConfigPostRequestDataOneOf3) HasLdapSyncGroupClaims() bool
- func (o *SsoConfigPostRequestDataOneOf3) HasRestrictedDomain() bool
- func (o *SsoConfigPostRequestDataOneOf3) HasSamlGroupsAttribute() bool
- func (o SsoConfigPostRequestDataOneOf3) MarshalJSON() ([]byte, error)
- func (o *SsoConfigPostRequestDataOneOf3) SetConfigType(v string)
- func (o *SsoConfigPostRequestDataOneOf3) SetDisableEmailPasswordLogin(v bool)
- func (o *SsoConfigPostRequestDataOneOf3) SetIdpMetadataXml(v string)
- func (o *SsoConfigPostRequestDataOneOf3) SetJitEnabled(v bool)
- func (o *SsoConfigPostRequestDataOneOf3) SetLdapBaseDomainComponents(v string)
- func (o *SsoConfigPostRequestDataOneOf3) SetLdapRoleMapping(v string)
- func (o *SsoConfigPostRequestDataOneOf3) SetLdapServerCertificate(v string)
- func (o *SsoConfigPostRequestDataOneOf3) SetLdapServerKey(v string)
- func (o *SsoConfigPostRequestDataOneOf3) SetLdapServerName(v string)
- func (o *SsoConfigPostRequestDataOneOf3) SetLdapServerUrl(v string)
- func (o *SsoConfigPostRequestDataOneOf3) SetLdapSyncGroupClaims(v bool)
- func (o *SsoConfigPostRequestDataOneOf3) SetRestrictedDomain(v string)
- func (o *SsoConfigPostRequestDataOneOf3) SetSamlFirstNameAttribute(v string)
- func (o *SsoConfigPostRequestDataOneOf3) SetSamlGroupsAttribute(v string)
- func (o *SsoConfigPostRequestDataOneOf3) SetSamlLastNameAttribute(v string)
- func (o *SsoConfigPostRequestDataOneOf3) SetSamlSyncGroupClaims(v bool)
- func (o *SsoConfigPostRequestDataOneOf3) SetTriggerLoginAutomatically(v bool)
- func (o SsoConfigPostRequestDataOneOf3) ToMap() (map[string]interface{}, error)
- func (o *SsoConfigPostRequestDataOneOf3) UnmarshalJSON(data []byte) (err error)
- type SsoConfigPostRequestDataOneOf4
- func (o *SsoConfigPostRequestDataOneOf4) GetConfigType() string
- func (o *SsoConfigPostRequestDataOneOf4) GetConfigTypeOk() (*string, bool)
- func (o *SsoConfigPostRequestDataOneOf4) GetDisableEmailPasswordLogin() bool
- func (o *SsoConfigPostRequestDataOneOf4) GetDisableEmailPasswordLoginOk() (*bool, bool)
- func (o *SsoConfigPostRequestDataOneOf4) GetGoogleClientId() string
- func (o *SsoConfigPostRequestDataOneOf4) GetGoogleClientIdOk() (*string, bool)
- func (o *SsoConfigPostRequestDataOneOf4) GetGoogleClientSecret() string
- func (o *SsoConfigPostRequestDataOneOf4) GetGoogleClientSecretOk() (*string, bool)
- func (o *SsoConfigPostRequestDataOneOf4) GetIdpMetadataXml() string
- func (o *SsoConfigPostRequestDataOneOf4) GetIdpMetadataXmlOk() (*string, bool)
- func (o *SsoConfigPostRequestDataOneOf4) GetJitEnabled() bool
- func (o *SsoConfigPostRequestDataOneOf4) GetJitEnabledOk() (*bool, bool)
- func (o *SsoConfigPostRequestDataOneOf4) GetLdapBaseDomainComponents() string
- func (o *SsoConfigPostRequestDataOneOf4) GetLdapBaseDomainComponentsOk() (*string, bool)
- func (o *SsoConfigPostRequestDataOneOf4) GetLdapRoleMapping() string
- func (o *SsoConfigPostRequestDataOneOf4) GetLdapRoleMappingOk() (*string, bool)
- func (o *SsoConfigPostRequestDataOneOf4) GetLdapServerCertificate() string
- func (o *SsoConfigPostRequestDataOneOf4) GetLdapServerCertificateOk() (*string, bool)
- func (o *SsoConfigPostRequestDataOneOf4) GetLdapServerKey() string
- func (o *SsoConfigPostRequestDataOneOf4) GetLdapServerKeyOk() (*string, bool)
- func (o *SsoConfigPostRequestDataOneOf4) GetLdapServerName() string
- func (o *SsoConfigPostRequestDataOneOf4) GetLdapServerNameOk() (*string, bool)
- func (o *SsoConfigPostRequestDataOneOf4) GetLdapServerUrl() string
- func (o *SsoConfigPostRequestDataOneOf4) GetLdapServerUrlOk() (*string, bool)
- func (o *SsoConfigPostRequestDataOneOf4) GetLdapSyncGroupClaims() bool
- func (o *SsoConfigPostRequestDataOneOf4) GetLdapSyncGroupClaimsOk() (*bool, bool)
- func (o *SsoConfigPostRequestDataOneOf4) GetRestrictedDomain() string
- func (o *SsoConfigPostRequestDataOneOf4) GetRestrictedDomainOk() (*string, bool)
- func (o *SsoConfigPostRequestDataOneOf4) GetSamlFirstNameAttribute() string
- func (o *SsoConfigPostRequestDataOneOf4) GetSamlFirstNameAttributeOk() (*string, bool)
- func (o *SsoConfigPostRequestDataOneOf4) GetSamlGroupsAttribute() string
- func (o *SsoConfigPostRequestDataOneOf4) GetSamlGroupsAttributeOk() (*string, bool)
- func (o *SsoConfigPostRequestDataOneOf4) GetSamlLastNameAttribute() string
- func (o *SsoConfigPostRequestDataOneOf4) GetSamlLastNameAttributeOk() (*string, bool)
- func (o *SsoConfigPostRequestDataOneOf4) GetSamlSyncGroupClaims() bool
- func (o *SsoConfigPostRequestDataOneOf4) GetSamlSyncGroupClaimsOk() (*bool, bool)
- func (o *SsoConfigPostRequestDataOneOf4) GetTriggerLoginAutomatically() bool
- func (o *SsoConfigPostRequestDataOneOf4) GetTriggerLoginAutomaticallyOk() (*bool, bool)
- func (o *SsoConfigPostRequestDataOneOf4) HasLdapBaseDomainComponents() bool
- func (o *SsoConfigPostRequestDataOneOf4) HasLdapRoleMapping() bool
- func (o *SsoConfigPostRequestDataOneOf4) HasLdapServerCertificate() bool
- func (o *SsoConfigPostRequestDataOneOf4) HasLdapServerKey() bool
- func (o *SsoConfigPostRequestDataOneOf4) HasLdapServerName() bool
- func (o *SsoConfigPostRequestDataOneOf4) HasLdapServerUrl() bool
- func (o *SsoConfigPostRequestDataOneOf4) HasLdapSyncGroupClaims() bool
- func (o *SsoConfigPostRequestDataOneOf4) HasRestrictedDomain() bool
- func (o *SsoConfigPostRequestDataOneOf4) HasSamlGroupsAttribute() bool
- func (o SsoConfigPostRequestDataOneOf4) MarshalJSON() ([]byte, error)
- func (o *SsoConfigPostRequestDataOneOf4) SetConfigType(v string)
- func (o *SsoConfigPostRequestDataOneOf4) SetDisableEmailPasswordLogin(v bool)
- func (o *SsoConfigPostRequestDataOneOf4) SetGoogleClientId(v string)
- func (o *SsoConfigPostRequestDataOneOf4) SetGoogleClientSecret(v string)
- func (o *SsoConfigPostRequestDataOneOf4) SetIdpMetadataXml(v string)
- func (o *SsoConfigPostRequestDataOneOf4) SetJitEnabled(v bool)
- func (o *SsoConfigPostRequestDataOneOf4) SetLdapBaseDomainComponents(v string)
- func (o *SsoConfigPostRequestDataOneOf4) SetLdapRoleMapping(v string)
- func (o *SsoConfigPostRequestDataOneOf4) SetLdapServerCertificate(v string)
- func (o *SsoConfigPostRequestDataOneOf4) SetLdapServerKey(v string)
- func (o *SsoConfigPostRequestDataOneOf4) SetLdapServerName(v string)
- func (o *SsoConfigPostRequestDataOneOf4) SetLdapServerUrl(v string)
- func (o *SsoConfigPostRequestDataOneOf4) SetLdapSyncGroupClaims(v bool)
- func (o *SsoConfigPostRequestDataOneOf4) SetRestrictedDomain(v string)
- func (o *SsoConfigPostRequestDataOneOf4) SetSamlFirstNameAttribute(v string)
- func (o *SsoConfigPostRequestDataOneOf4) SetSamlGroupsAttribute(v string)
- func (o *SsoConfigPostRequestDataOneOf4) SetSamlLastNameAttribute(v string)
- func (o *SsoConfigPostRequestDataOneOf4) SetSamlSyncGroupClaims(v bool)
- func (o *SsoConfigPostRequestDataOneOf4) SetTriggerLoginAutomatically(v bool)
- func (o SsoConfigPostRequestDataOneOf4) ToMap() (map[string]interface{}, error)
- func (o *SsoConfigPostRequestDataOneOf4) UnmarshalJSON(data []byte) (err error)
- type SsoConfiguration
- type TestOperation
- func (o *TestOperation) GetOp() string
- func (o *TestOperation) GetOpOk() (*string, bool)
- func (o *TestOperation) GetPath() string
- func (o *TestOperation) GetPathOk() (*string, bool)
- func (o *TestOperation) GetValue() interface{}
- func (o *TestOperation) GetValueOk() (*interface{}, bool)
- func (o *TestOperation) HasValue() bool
- func (o TestOperation) MarshalJSON() ([]byte, error)
- func (o *TestOperation) SetOp(v string)
- func (o *TestOperation) SetPath(v string)
- func (o *TestOperation) SetValue(v interface{})
- func (o TestOperation) ToMap() (map[string]interface{}, error)
- func (o *TestOperation) UnmarshalJSON(data []byte) (err error)
- type Usage
- func (o *Usage) GetCountCurrentPageSaves() float32
- func (o *Usage) GetCountCurrentPageSavesOk() (*float32, bool)
- func (o *Usage) GetCountCurrentPageViews() float32
- func (o *Usage) GetCountCurrentPageViewsOk() (*float32, bool)
- func (o *Usage) GetCountCurrentUsers() float32
- func (o *Usage) GetCountCurrentUsersOk() (*float32, bool)
- func (o *Usage) GetCountT30Users() float32
- func (o *Usage) GetCountT30UsersOk() (*float32, bool)
- func (o *Usage) GetDailyT30Usage() []UsageGet200ResponseDataDailyT30UsageInner
- func (o *Usage) GetDailyT30UsageOk() ([]UsageGet200ResponseDataDailyT30UsageInner, bool)
- func (o *Usage) GetPercentGrowthPageSaves() float32
- func (o *Usage) GetPercentGrowthPageSavesOk() (*float32, bool)
- func (o *Usage) GetPercentGrowthPageViews() float32
- func (o *Usage) GetPercentGrowthPageViewsOk() (*float32, bool)
- func (o *Usage) GetPercentGrowthT30Users() float32
- func (o *Usage) GetPercentGrowthT30UsersOk() (*float32, bool)
- func (o *Usage) GetPercentGrowthUsers() float32
- func (o *Usage) GetPercentGrowthUsersOk() (*float32, bool)
- func (o Usage) MarshalJSON() ([]byte, error)
- func (o *Usage) SetCountCurrentPageSaves(v float32)
- func (o *Usage) SetCountCurrentPageViews(v float32)
- func (o *Usage) SetCountCurrentUsers(v float32)
- func (o *Usage) SetCountT30Users(v float32)
- func (o *Usage) SetDailyT30Usage(v []UsageGet200ResponseDataDailyT30UsageInner)
- func (o *Usage) SetPercentGrowthPageSaves(v float32)
- func (o *Usage) SetPercentGrowthPageViews(v float32)
- func (o *Usage) SetPercentGrowthT30Users(v float32)
- func (o *Usage) SetPercentGrowthUsers(v float32)
- func (o Usage) ToMap() (map[string]interface{}, error)
- func (o *Usage) UnmarshalJSON(data []byte) (err error)
- type UsageAPIService
- func (a *UsageAPIService) UsageAppDetailsGet(ctx context.Context) ApiUsageAppDetailsGetRequest
- func (a *UsageAPIService) UsageAppDetailsGetExecute(r ApiUsageAppDetailsGetRequest) (*UsageAppDetailsGet200Response, *http.Response, error)
- func (a *UsageAPIService) UsageAppSummaryGet(ctx context.Context) ApiUsageAppSummaryGetRequest
- func (a *UsageAPIService) UsageAppSummaryGetExecute(r ApiUsageAppSummaryGetRequest) (*UsageAppSummaryGet200Response, *http.Response, error)
- func (a *UsageAPIService) UsageGet(ctx context.Context) ApiUsageGetRequest
- func (a *UsageAPIService) UsageGetExecute(r ApiUsageGetRequest) (*UsageGet200Response, *http.Response, error)
- func (a *UsageAPIService) UsageOrganizationsGet(ctx context.Context) ApiUsageOrganizationsGetRequest
- func (a *UsageAPIService) UsageOrganizationsGetExecute(r ApiUsageOrganizationsGetRequest) (*UsageOrganizationsGet200Response, *http.Response, error)
- func (a *UsageAPIService) UsageUserDetailsGet(ctx context.Context) ApiUsageUserDetailsGetRequest
- func (a *UsageAPIService) UsageUserDetailsGetExecute(r ApiUsageUserDetailsGetRequest) (*UsageUserDetailsGet200Response, *http.Response, error)
- func (a *UsageAPIService) UsageUserSummaryGet(ctx context.Context) ApiUsageUserSummaryGetRequest
- func (a *UsageAPIService) UsageUserSummaryGetExecute(r ApiUsageUserSummaryGetRequest) (*UsageUserSummaryGet200Response, *http.Response, error)
- type UsageAnalyticsOrganization
- func (o *UsageAnalyticsOrganization) GetHost() string
- func (o *UsageAnalyticsOrganization) GetHostOk() (*string, bool)
- func (o *UsageAnalyticsOrganization) GetLastActive() time.Time
- func (o *UsageAnalyticsOrganization) GetLastActiveOk() (*time.Time, bool)
- func (o *UsageAnalyticsOrganization) GetOrgId() string
- func (o *UsageAnalyticsOrganization) GetOrgIdOk() (*string, bool)
- func (o UsageAnalyticsOrganization) MarshalJSON() ([]byte, error)
- func (o *UsageAnalyticsOrganization) SetHost(v string)
- func (o *UsageAnalyticsOrganization) SetLastActive(v time.Time)
- func (o *UsageAnalyticsOrganization) SetOrgId(v string)
- func (o UsageAnalyticsOrganization) ToMap() (map[string]interface{}, error)
- func (o *UsageAnalyticsOrganization) UnmarshalJSON(data []byte) (err error)
- type UsageAppDetailsGet200Response
- func (o *UsageAppDetailsGet200Response) GetData() UsageAppDetailsGet200ResponseData
- func (o *UsageAppDetailsGet200Response) GetDataOk() (*UsageAppDetailsGet200ResponseData, bool)
- func (o *UsageAppDetailsGet200Response) GetSuccess() bool
- func (o *UsageAppDetailsGet200Response) GetSuccessOk() (*bool, bool)
- func (o UsageAppDetailsGet200Response) MarshalJSON() ([]byte, error)
- func (o *UsageAppDetailsGet200Response) SetData(v UsageAppDetailsGet200ResponseData)
- func (o *UsageAppDetailsGet200Response) SetSuccess(v bool)
- func (o UsageAppDetailsGet200Response) ToMap() (map[string]interface{}, error)
- func (o *UsageAppDetailsGet200Response) UnmarshalJSON(data []byte) (err error)
- type UsageAppDetailsGet200ResponseData
- func (o *UsageAppDetailsGet200ResponseData) GetEditorSummary() []UsageAppDetailsGet200ResponseDataViewerSummaryInner
- func (o *UsageAppDetailsGet200ResponseData) GetEditorSummaryOk() ([]UsageAppDetailsGet200ResponseDataViewerSummaryInner, bool)
- func (o *UsageAppDetailsGet200ResponseData) GetOverallSummary() []UsageAppDetailsGet200ResponseDataOverallSummaryInner
- func (o *UsageAppDetailsGet200ResponseData) GetOverallSummaryOk() ([]UsageAppDetailsGet200ResponseDataOverallSummaryInner, bool)
- func (o *UsageAppDetailsGet200ResponseData) GetViewerSummary() []UsageAppDetailsGet200ResponseDataViewerSummaryInner
- func (o *UsageAppDetailsGet200ResponseData) GetViewerSummaryOk() ([]UsageAppDetailsGet200ResponseDataViewerSummaryInner, bool)
- func (o *UsageAppDetailsGet200ResponseData) GetWeeklySummary() []UsageAppDetailsGet200ResponseDataWeeklySummaryInner
- func (o *UsageAppDetailsGet200ResponseData) GetWeeklySummaryOk() ([]UsageAppDetailsGet200ResponseDataWeeklySummaryInner, bool)
- func (o UsageAppDetailsGet200ResponseData) MarshalJSON() ([]byte, error)
- func (o *UsageAppDetailsGet200ResponseData) SetEditorSummary(v []UsageAppDetailsGet200ResponseDataViewerSummaryInner)
- func (o *UsageAppDetailsGet200ResponseData) SetOverallSummary(v []UsageAppDetailsGet200ResponseDataOverallSummaryInner)
- func (o *UsageAppDetailsGet200ResponseData) SetViewerSummary(v []UsageAppDetailsGet200ResponseDataViewerSummaryInner)
- func (o *UsageAppDetailsGet200ResponseData) SetWeeklySummary(v []UsageAppDetailsGet200ResponseDataWeeklySummaryInner)
- func (o UsageAppDetailsGet200ResponseData) ToMap() (map[string]interface{}, error)
- func (o *UsageAppDetailsGet200ResponseData) UnmarshalJSON(data []byte) (err error)
- type UsageAppDetailsGet200ResponseDataOverallSummaryInner
- func NewUsageAppDetailsGet200ResponseDataOverallSummaryInner(orgId string, appName string, countAppSaves float32, countAppViews float32, ...) *UsageAppDetailsGet200ResponseDataOverallSummaryInner
- func NewUsageAppDetailsGet200ResponseDataOverallSummaryInnerWithDefaults() *UsageAppDetailsGet200ResponseDataOverallSummaryInner
- func (o *UsageAppDetailsGet200ResponseDataOverallSummaryInner) GetAppName() string
- func (o *UsageAppDetailsGet200ResponseDataOverallSummaryInner) GetAppNameOk() (*string, bool)
- func (o *UsageAppDetailsGet200ResponseDataOverallSummaryInner) GetCountAppSaves() float32
- func (o *UsageAppDetailsGet200ResponseDataOverallSummaryInner) GetCountAppSavesOk() (*float32, bool)
- func (o *UsageAppDetailsGet200ResponseDataOverallSummaryInner) GetCountAppViews() float32
- func (o *UsageAppDetailsGet200ResponseDataOverallSummaryInner) GetCountAppViewsOk() (*float32, bool)
- func (o *UsageAppDetailsGet200ResponseDataOverallSummaryInner) GetHost() string
- func (o *UsageAppDetailsGet200ResponseDataOverallSummaryInner) GetHostOk() (*string, bool)
- func (o *UsageAppDetailsGet200ResponseDataOverallSummaryInner) GetOrgId() string
- func (o *UsageAppDetailsGet200ResponseDataOverallSummaryInner) GetOrgIdOk() (*string, bool)
- func (o UsageAppDetailsGet200ResponseDataOverallSummaryInner) MarshalJSON() ([]byte, error)
- func (o *UsageAppDetailsGet200ResponseDataOverallSummaryInner) SetAppName(v string)
- func (o *UsageAppDetailsGet200ResponseDataOverallSummaryInner) SetCountAppSaves(v float32)
- func (o *UsageAppDetailsGet200ResponseDataOverallSummaryInner) SetCountAppViews(v float32)
- func (o *UsageAppDetailsGet200ResponseDataOverallSummaryInner) SetHost(v string)
- func (o *UsageAppDetailsGet200ResponseDataOverallSummaryInner) SetOrgId(v string)
- func (o UsageAppDetailsGet200ResponseDataOverallSummaryInner) ToMap() (map[string]interface{}, error)
- func (o *UsageAppDetailsGet200ResponseDataOverallSummaryInner) UnmarshalJSON(data []byte) (err error)
- type UsageAppDetailsGet200ResponseDataViewerSummaryInner
- func NewUsageAppDetailsGet200ResponseDataViewerSummaryInner(email string, count float32, userId string, orgId string, host string) *UsageAppDetailsGet200ResponseDataViewerSummaryInner
- func NewUsageAppDetailsGet200ResponseDataViewerSummaryInnerWithDefaults() *UsageAppDetailsGet200ResponseDataViewerSummaryInner
- func (o *UsageAppDetailsGet200ResponseDataViewerSummaryInner) GetCount() float32
- func (o *UsageAppDetailsGet200ResponseDataViewerSummaryInner) GetCountOk() (*float32, bool)
- func (o *UsageAppDetailsGet200ResponseDataViewerSummaryInner) GetEmail() string
- func (o *UsageAppDetailsGet200ResponseDataViewerSummaryInner) GetEmailOk() (*string, bool)
- func (o *UsageAppDetailsGet200ResponseDataViewerSummaryInner) GetHost() string
- func (o *UsageAppDetailsGet200ResponseDataViewerSummaryInner) GetHostOk() (*string, bool)
- func (o *UsageAppDetailsGet200ResponseDataViewerSummaryInner) GetOrgId() string
- func (o *UsageAppDetailsGet200ResponseDataViewerSummaryInner) GetOrgIdOk() (*string, bool)
- func (o *UsageAppDetailsGet200ResponseDataViewerSummaryInner) GetUserId() string
- func (o *UsageAppDetailsGet200ResponseDataViewerSummaryInner) GetUserIdOk() (*string, bool)
- func (o UsageAppDetailsGet200ResponseDataViewerSummaryInner) MarshalJSON() ([]byte, error)
- func (o *UsageAppDetailsGet200ResponseDataViewerSummaryInner) SetCount(v float32)
- func (o *UsageAppDetailsGet200ResponseDataViewerSummaryInner) SetEmail(v string)
- func (o *UsageAppDetailsGet200ResponseDataViewerSummaryInner) SetHost(v string)
- func (o *UsageAppDetailsGet200ResponseDataViewerSummaryInner) SetOrgId(v string)
- func (o *UsageAppDetailsGet200ResponseDataViewerSummaryInner) SetUserId(v string)
- func (o UsageAppDetailsGet200ResponseDataViewerSummaryInner) ToMap() (map[string]interface{}, error)
- func (o *UsageAppDetailsGet200ResponseDataViewerSummaryInner) UnmarshalJSON(data []byte) (err error)
- type UsageAppDetailsGet200ResponseDataWeeklySummaryInner
- func (o *UsageAppDetailsGet200ResponseDataWeeklySummaryInner) GetOrgId() string
- func (o *UsageAppDetailsGet200ResponseDataWeeklySummaryInner) GetOrgIdOk() (*string, bool)
- func (o *UsageAppDetailsGet200ResponseDataWeeklySummaryInner) GetWeeklyData() []UsageAppDetailsGet200ResponseDataWeeklySummaryInnerWeeklyDataInner
- func (o *UsageAppDetailsGet200ResponseDataWeeklySummaryInner) GetWeeklyDataOk() ([]UsageAppDetailsGet200ResponseDataWeeklySummaryInnerWeeklyDataInner, bool)
- func (o UsageAppDetailsGet200ResponseDataWeeklySummaryInner) MarshalJSON() ([]byte, error)
- func (o *UsageAppDetailsGet200ResponseDataWeeklySummaryInner) SetOrgId(v string)
- func (o *UsageAppDetailsGet200ResponseDataWeeklySummaryInner) SetWeeklyData(v []UsageAppDetailsGet200ResponseDataWeeklySummaryInnerWeeklyDataInner)
- func (o UsageAppDetailsGet200ResponseDataWeeklySummaryInner) ToMap() (map[string]interface{}, error)
- func (o *UsageAppDetailsGet200ResponseDataWeeklySummaryInner) UnmarshalJSON(data []byte) (err error)
- type UsageAppDetailsGet200ResponseDataWeeklySummaryInnerWeeklyDataInner
- func NewUsageAppDetailsGet200ResponseDataWeeklySummaryInnerWeeklyDataInner(week string, countAppSaves float32, countAppViews float32) *UsageAppDetailsGet200ResponseDataWeeklySummaryInnerWeeklyDataInner
- func NewUsageAppDetailsGet200ResponseDataWeeklySummaryInnerWeeklyDataInnerWithDefaults() *UsageAppDetailsGet200ResponseDataWeeklySummaryInnerWeeklyDataInner
- func (o *UsageAppDetailsGet200ResponseDataWeeklySummaryInnerWeeklyDataInner) GetCountAppSaves() float32
- func (o *UsageAppDetailsGet200ResponseDataWeeklySummaryInnerWeeklyDataInner) GetCountAppSavesOk() (*float32, bool)
- func (o *UsageAppDetailsGet200ResponseDataWeeklySummaryInnerWeeklyDataInner) GetCountAppViews() float32
- func (o *UsageAppDetailsGet200ResponseDataWeeklySummaryInnerWeeklyDataInner) GetCountAppViewsOk() (*float32, bool)
- func (o *UsageAppDetailsGet200ResponseDataWeeklySummaryInnerWeeklyDataInner) GetWeek() string
- func (o *UsageAppDetailsGet200ResponseDataWeeklySummaryInnerWeeklyDataInner) GetWeekOk() (*string, bool)
- func (o UsageAppDetailsGet200ResponseDataWeeklySummaryInnerWeeklyDataInner) MarshalJSON() ([]byte, error)
- func (o *UsageAppDetailsGet200ResponseDataWeeklySummaryInnerWeeklyDataInner) SetCountAppSaves(v float32)
- func (o *UsageAppDetailsGet200ResponseDataWeeklySummaryInnerWeeklyDataInner) SetCountAppViews(v float32)
- func (o *UsageAppDetailsGet200ResponseDataWeeklySummaryInnerWeeklyDataInner) SetWeek(v string)
- func (o UsageAppDetailsGet200ResponseDataWeeklySummaryInnerWeeklyDataInner) ToMap() (map[string]interface{}, error)
- func (o *UsageAppDetailsGet200ResponseDataWeeklySummaryInnerWeeklyDataInner) UnmarshalJSON(data []byte) (err error)
- type UsageAppSummaryGet200Response
- func (o *UsageAppSummaryGet200Response) GetData() []UsageAppSummaryGet200ResponseDataInner
- func (o *UsageAppSummaryGet200Response) GetDataOk() ([]UsageAppSummaryGet200ResponseDataInner, bool)
- func (o *UsageAppSummaryGet200Response) GetHasMore() bool
- func (o *UsageAppSummaryGet200Response) GetHasMoreOk() (*bool, bool)
- func (o *UsageAppSummaryGet200Response) GetNextToken() string
- func (o *UsageAppSummaryGet200Response) GetNextTokenOk() (*string, bool)
- func (o *UsageAppSummaryGet200Response) GetSuccess() bool
- func (o *UsageAppSummaryGet200Response) GetSuccessOk() (*bool, bool)
- func (o *UsageAppSummaryGet200Response) GetTotalCount() float32
- func (o *UsageAppSummaryGet200Response) GetTotalCountOk() (*float32, bool)
- func (o UsageAppSummaryGet200Response) MarshalJSON() ([]byte, error)
- func (o *UsageAppSummaryGet200Response) SetData(v []UsageAppSummaryGet200ResponseDataInner)
- func (o *UsageAppSummaryGet200Response) SetHasMore(v bool)
- func (o *UsageAppSummaryGet200Response) SetNextToken(v string)
- func (o *UsageAppSummaryGet200Response) SetSuccess(v bool)
- func (o *UsageAppSummaryGet200Response) SetTotalCount(v float32)
- func (o UsageAppSummaryGet200Response) ToMap() (map[string]interface{}, error)
- func (o *UsageAppSummaryGet200Response) UnmarshalJSON(data []byte) (err error)
- type UsageAppSummaryGet200ResponseDataInner
- func (o *UsageAppSummaryGet200ResponseDataInner) GetAppName() string
- func (o *UsageAppSummaryGet200ResponseDataInner) GetAppNameOk() (*string, bool)
- func (o *UsageAppSummaryGet200ResponseDataInner) GetCountAppSaves() float32
- func (o *UsageAppSummaryGet200ResponseDataInner) GetCountAppSavesOk() (*float32, bool)
- func (o *UsageAppSummaryGet200ResponseDataInner) GetCountAppViews() float32
- func (o *UsageAppSummaryGet200ResponseDataInner) GetCountAppViewsOk() (*float32, bool)
- func (o *UsageAppSummaryGet200ResponseDataInner) GetCountEditors() float32
- func (o *UsageAppSummaryGet200ResponseDataInner) GetCountEditorsOk() (*float32, bool)
- func (o *UsageAppSummaryGet200ResponseDataInner) GetCountViewers() float32
- func (o *UsageAppSummaryGet200ResponseDataInner) GetCountViewersOk() (*float32, bool)
- func (o *UsageAppSummaryGet200ResponseDataInner) GetHost() string
- func (o *UsageAppSummaryGet200ResponseDataInner) GetHostOk() (*string, bool)
- func (o UsageAppSummaryGet200ResponseDataInner) MarshalJSON() ([]byte, error)
- func (o *UsageAppSummaryGet200ResponseDataInner) SetAppName(v string)
- func (o *UsageAppSummaryGet200ResponseDataInner) SetCountAppSaves(v float32)
- func (o *UsageAppSummaryGet200ResponseDataInner) SetCountAppViews(v float32)
- func (o *UsageAppSummaryGet200ResponseDataInner) SetCountEditors(v float32)
- func (o *UsageAppSummaryGet200ResponseDataInner) SetCountViewers(v float32)
- func (o *UsageAppSummaryGet200ResponseDataInner) SetHost(v string)
- func (o UsageAppSummaryGet200ResponseDataInner) ToMap() (map[string]interface{}, error)
- func (o *UsageAppSummaryGet200ResponseDataInner) UnmarshalJSON(data []byte) (err error)
- type UsageGet200Response
- func (o *UsageGet200Response) GetData() UsageGet200ResponseData
- func (o *UsageGet200Response) GetDataOk() (*UsageGet200ResponseData, bool)
- func (o *UsageGet200Response) GetSuccess() bool
- func (o *UsageGet200Response) GetSuccessOk() (*bool, bool)
- func (o UsageGet200Response) MarshalJSON() ([]byte, error)
- func (o *UsageGet200Response) SetData(v UsageGet200ResponseData)
- func (o *UsageGet200Response) SetSuccess(v bool)
- func (o UsageGet200Response) ToMap() (map[string]interface{}, error)
- func (o *UsageGet200Response) UnmarshalJSON(data []byte) (err error)
- type UsageGet200ResponseData
- func (o *UsageGet200ResponseData) GetCountCurrentPageSaves() float32
- func (o *UsageGet200ResponseData) GetCountCurrentPageSavesOk() (*float32, bool)
- func (o *UsageGet200ResponseData) GetCountCurrentPageViews() float32
- func (o *UsageGet200ResponseData) GetCountCurrentPageViewsOk() (*float32, bool)
- func (o *UsageGet200ResponseData) GetCountCurrentUsers() float32
- func (o *UsageGet200ResponseData) GetCountCurrentUsersOk() (*float32, bool)
- func (o *UsageGet200ResponseData) GetCountT30Users() float32
- func (o *UsageGet200ResponseData) GetCountT30UsersOk() (*float32, bool)
- func (o *UsageGet200ResponseData) GetDailyT30Usage() []UsageGet200ResponseDataDailyT30UsageInner
- func (o *UsageGet200ResponseData) GetDailyT30UsageOk() ([]UsageGet200ResponseDataDailyT30UsageInner, bool)
- func (o *UsageGet200ResponseData) GetPercentGrowthPageSaves() float32
- func (o *UsageGet200ResponseData) GetPercentGrowthPageSavesOk() (*float32, bool)
- func (o *UsageGet200ResponseData) GetPercentGrowthPageViews() float32
- func (o *UsageGet200ResponseData) GetPercentGrowthPageViewsOk() (*float32, bool)
- func (o *UsageGet200ResponseData) GetPercentGrowthT30Users() float32
- func (o *UsageGet200ResponseData) GetPercentGrowthT30UsersOk() (*float32, bool)
- func (o *UsageGet200ResponseData) GetPercentGrowthUsers() float32
- func (o *UsageGet200ResponseData) GetPercentGrowthUsersOk() (*float32, bool)
- func (o UsageGet200ResponseData) MarshalJSON() ([]byte, error)
- func (o *UsageGet200ResponseData) SetCountCurrentPageSaves(v float32)
- func (o *UsageGet200ResponseData) SetCountCurrentPageViews(v float32)
- func (o *UsageGet200ResponseData) SetCountCurrentUsers(v float32)
- func (o *UsageGet200ResponseData) SetCountT30Users(v float32)
- func (o *UsageGet200ResponseData) SetDailyT30Usage(v []UsageGet200ResponseDataDailyT30UsageInner)
- func (o *UsageGet200ResponseData) SetPercentGrowthPageSaves(v float32)
- func (o *UsageGet200ResponseData) SetPercentGrowthPageViews(v float32)
- func (o *UsageGet200ResponseData) SetPercentGrowthT30Users(v float32)
- func (o *UsageGet200ResponseData) SetPercentGrowthUsers(v float32)
- func (o UsageGet200ResponseData) ToMap() (map[string]interface{}, error)
- func (o *UsageGet200ResponseData) UnmarshalJSON(data []byte) (err error)
- type UsageGet200ResponseDataDailyT30UsageInner
- func (o *UsageGet200ResponseDataDailyT30UsageInner) GetDay() string
- func (o *UsageGet200ResponseDataDailyT30UsageInner) GetDayOk() (*string, bool)
- func (o *UsageGet200ResponseDataDailyT30UsageInner) GetMaa() float32
- func (o *UsageGet200ResponseDataDailyT30UsageInner) GetMaaOk() (*float32, bool)
- func (o *UsageGet200ResponseDataDailyT30UsageInner) GetMau() float32
- func (o *UsageGet200ResponseDataDailyT30UsageInner) GetMauOk() (*float32, bool)
- func (o UsageGet200ResponseDataDailyT30UsageInner) MarshalJSON() ([]byte, error)
- func (o *UsageGet200ResponseDataDailyT30UsageInner) SetDay(v string)
- func (o *UsageGet200ResponseDataDailyT30UsageInner) SetMaa(v float32)
- func (o *UsageGet200ResponseDataDailyT30UsageInner) SetMau(v float32)
- func (o UsageGet200ResponseDataDailyT30UsageInner) ToMap() (map[string]interface{}, error)
- func (o *UsageGet200ResponseDataDailyT30UsageInner) UnmarshalJSON(data []byte) (err error)
- type UsageOrganizationsGet200Response
- func (o *UsageOrganizationsGet200Response) GetData() []UsageOrganizationsGet200ResponseDataInner
- func (o *UsageOrganizationsGet200Response) GetDataOk() ([]UsageOrganizationsGet200ResponseDataInner, bool)
- func (o *UsageOrganizationsGet200Response) GetHasMore() bool
- func (o *UsageOrganizationsGet200Response) GetHasMoreOk() (*bool, bool)
- func (o *UsageOrganizationsGet200Response) GetNextToken() string
- func (o *UsageOrganizationsGet200Response) GetNextTokenOk() (*string, bool)
- func (o *UsageOrganizationsGet200Response) GetSuccess() bool
- func (o *UsageOrganizationsGet200Response) GetSuccessOk() (*bool, bool)
- func (o *UsageOrganizationsGet200Response) GetTotalCount() float32
- func (o *UsageOrganizationsGet200Response) GetTotalCountOk() (*float32, bool)
- func (o UsageOrganizationsGet200Response) MarshalJSON() ([]byte, error)
- func (o *UsageOrganizationsGet200Response) SetData(v []UsageOrganizationsGet200ResponseDataInner)
- func (o *UsageOrganizationsGet200Response) SetHasMore(v bool)
- func (o *UsageOrganizationsGet200Response) SetNextToken(v string)
- func (o *UsageOrganizationsGet200Response) SetSuccess(v bool)
- func (o *UsageOrganizationsGet200Response) SetTotalCount(v float32)
- func (o UsageOrganizationsGet200Response) ToMap() (map[string]interface{}, error)
- func (o *UsageOrganizationsGet200Response) UnmarshalJSON(data []byte) (err error)
- type UsageOrganizationsGet200ResponseDataInner
- func (o *UsageOrganizationsGet200ResponseDataInner) GetHost() string
- func (o *UsageOrganizationsGet200ResponseDataInner) GetHostOk() (*string, bool)
- func (o *UsageOrganizationsGet200ResponseDataInner) GetLastActive() time.Time
- func (o *UsageOrganizationsGet200ResponseDataInner) GetLastActiveOk() (*time.Time, bool)
- func (o *UsageOrganizationsGet200ResponseDataInner) GetOrgId() string
- func (o *UsageOrganizationsGet200ResponseDataInner) GetOrgIdOk() (*string, bool)
- func (o UsageOrganizationsGet200ResponseDataInner) MarshalJSON() ([]byte, error)
- func (o *UsageOrganizationsGet200ResponseDataInner) SetHost(v string)
- func (o *UsageOrganizationsGet200ResponseDataInner) SetLastActive(v time.Time)
- func (o *UsageOrganizationsGet200ResponseDataInner) SetOrgId(v string)
- func (o UsageOrganizationsGet200ResponseDataInner) ToMap() (map[string]interface{}, error)
- func (o *UsageOrganizationsGet200ResponseDataInner) UnmarshalJSON(data []byte) (err error)
- type UsageUserDetailsGet200Response
- func (o *UsageUserDetailsGet200Response) GetData() UsageUserDetailsGet200ResponseData
- func (o *UsageUserDetailsGet200Response) GetDataOk() (*UsageUserDetailsGet200ResponseData, bool)
- func (o *UsageUserDetailsGet200Response) GetSuccess() bool
- func (o *UsageUserDetailsGet200Response) GetSuccessOk() (*bool, bool)
- func (o UsageUserDetailsGet200Response) MarshalJSON() ([]byte, error)
- func (o *UsageUserDetailsGet200Response) SetData(v UsageUserDetailsGet200ResponseData)
- func (o *UsageUserDetailsGet200Response) SetSuccess(v bool)
- func (o UsageUserDetailsGet200Response) ToMap() (map[string]interface{}, error)
- func (o *UsageUserDetailsGet200Response) UnmarshalJSON(data []byte) (err error)
- type UsageUserDetailsGet200ResponseData
- func (o *UsageUserDetailsGet200ResponseData) GetEditorSummary() []UsageUserDetailsGet200ResponseDataViewerSummaryInner
- func (o *UsageUserDetailsGet200ResponseData) GetEditorSummaryOk() ([]UsageUserDetailsGet200ResponseDataViewerSummaryInner, bool)
- func (o *UsageUserDetailsGet200ResponseData) GetOverallSummary() []UsageUserDetailsGet200ResponseDataOverallSummaryInner
- func (o *UsageUserDetailsGet200ResponseData) GetOverallSummaryOk() ([]UsageUserDetailsGet200ResponseDataOverallSummaryInner, bool)
- func (o *UsageUserDetailsGet200ResponseData) GetViewerSummary() []UsageUserDetailsGet200ResponseDataViewerSummaryInner
- func (o *UsageUserDetailsGet200ResponseData) GetViewerSummaryOk() ([]UsageUserDetailsGet200ResponseDataViewerSummaryInner, bool)
- func (o *UsageUserDetailsGet200ResponseData) GetWeeklySummary() []UsageAppDetailsGet200ResponseDataWeeklySummaryInner
- func (o *UsageUserDetailsGet200ResponseData) GetWeeklySummaryOk() ([]UsageAppDetailsGet200ResponseDataWeeklySummaryInner, bool)
- func (o UsageUserDetailsGet200ResponseData) MarshalJSON() ([]byte, error)
- func (o *UsageUserDetailsGet200ResponseData) SetEditorSummary(v []UsageUserDetailsGet200ResponseDataViewerSummaryInner)
- func (o *UsageUserDetailsGet200ResponseData) SetOverallSummary(v []UsageUserDetailsGet200ResponseDataOverallSummaryInner)
- func (o *UsageUserDetailsGet200ResponseData) SetViewerSummary(v []UsageUserDetailsGet200ResponseDataViewerSummaryInner)
- func (o *UsageUserDetailsGet200ResponseData) SetWeeklySummary(v []UsageAppDetailsGet200ResponseDataWeeklySummaryInner)
- func (o UsageUserDetailsGet200ResponseData) ToMap() (map[string]interface{}, error)
- func (o *UsageUserDetailsGet200ResponseData) UnmarshalJSON(data []byte) (err error)
- type UsageUserDetailsGet200ResponseDataOverallSummaryInner
- func NewUsageUserDetailsGet200ResponseDataOverallSummaryInner(orgId string, userId string, host string, countAppSaves float32, ...) *UsageUserDetailsGet200ResponseDataOverallSummaryInner
- func NewUsageUserDetailsGet200ResponseDataOverallSummaryInnerWithDefaults() *UsageUserDetailsGet200ResponseDataOverallSummaryInner
- func (o *UsageUserDetailsGet200ResponseDataOverallSummaryInner) GetCountAppSaves() float32
- func (o *UsageUserDetailsGet200ResponseDataOverallSummaryInner) GetCountAppSavesOk() (*float32, bool)
- func (o *UsageUserDetailsGet200ResponseDataOverallSummaryInner) GetCountAppViews() float32
- func (o *UsageUserDetailsGet200ResponseDataOverallSummaryInner) GetCountAppViewsOk() (*float32, bool)
- func (o *UsageUserDetailsGet200ResponseDataOverallSummaryInner) GetHost() string
- func (o *UsageUserDetailsGet200ResponseDataOverallSummaryInner) GetHostOk() (*string, bool)
- func (o *UsageUserDetailsGet200ResponseDataOverallSummaryInner) GetOrgId() string
- func (o *UsageUserDetailsGet200ResponseDataOverallSummaryInner) GetOrgIdOk() (*string, bool)
- func (o *UsageUserDetailsGet200ResponseDataOverallSummaryInner) GetUserId() string
- func (o *UsageUserDetailsGet200ResponseDataOverallSummaryInner) GetUserIdOk() (*string, bool)
- func (o UsageUserDetailsGet200ResponseDataOverallSummaryInner) MarshalJSON() ([]byte, error)
- func (o *UsageUserDetailsGet200ResponseDataOverallSummaryInner) SetCountAppSaves(v float32)
- func (o *UsageUserDetailsGet200ResponseDataOverallSummaryInner) SetCountAppViews(v float32)
- func (o *UsageUserDetailsGet200ResponseDataOverallSummaryInner) SetHost(v string)
- func (o *UsageUserDetailsGet200ResponseDataOverallSummaryInner) SetOrgId(v string)
- func (o *UsageUserDetailsGet200ResponseDataOverallSummaryInner) SetUserId(v string)
- func (o UsageUserDetailsGet200ResponseDataOverallSummaryInner) ToMap() (map[string]interface{}, error)
- func (o *UsageUserDetailsGet200ResponseDataOverallSummaryInner) UnmarshalJSON(data []byte) (err error)
- type UsageUserDetailsGet200ResponseDataViewerSummaryInner
- func NewUsageUserDetailsGet200ResponseDataViewerSummaryInner(appName string, orgId string, host string, count float32) *UsageUserDetailsGet200ResponseDataViewerSummaryInner
- func NewUsageUserDetailsGet200ResponseDataViewerSummaryInnerWithDefaults() *UsageUserDetailsGet200ResponseDataViewerSummaryInner
- func (o *UsageUserDetailsGet200ResponseDataViewerSummaryInner) GetAppName() string
- func (o *UsageUserDetailsGet200ResponseDataViewerSummaryInner) GetAppNameOk() (*string, bool)
- func (o *UsageUserDetailsGet200ResponseDataViewerSummaryInner) GetCount() float32
- func (o *UsageUserDetailsGet200ResponseDataViewerSummaryInner) GetCountOk() (*float32, bool)
- func (o *UsageUserDetailsGet200ResponseDataViewerSummaryInner) GetHost() string
- func (o *UsageUserDetailsGet200ResponseDataViewerSummaryInner) GetHostOk() (*string, bool)
- func (o *UsageUserDetailsGet200ResponseDataViewerSummaryInner) GetOrgId() string
- func (o *UsageUserDetailsGet200ResponseDataViewerSummaryInner) GetOrgIdOk() (*string, bool)
- func (o UsageUserDetailsGet200ResponseDataViewerSummaryInner) MarshalJSON() ([]byte, error)
- func (o *UsageUserDetailsGet200ResponseDataViewerSummaryInner) SetAppName(v string)
- func (o *UsageUserDetailsGet200ResponseDataViewerSummaryInner) SetCount(v float32)
- func (o *UsageUserDetailsGet200ResponseDataViewerSummaryInner) SetHost(v string)
- func (o *UsageUserDetailsGet200ResponseDataViewerSummaryInner) SetOrgId(v string)
- func (o UsageUserDetailsGet200ResponseDataViewerSummaryInner) ToMap() (map[string]interface{}, error)
- func (o *UsageUserDetailsGet200ResponseDataViewerSummaryInner) UnmarshalJSON(data []byte) (err error)
- type UsageUserSummaryGet200Response
- func (o *UsageUserSummaryGet200Response) GetData() []UsageUserSummaryGet200ResponseDataInner
- func (o *UsageUserSummaryGet200Response) GetDataOk() ([]UsageUserSummaryGet200ResponseDataInner, bool)
- func (o *UsageUserSummaryGet200Response) GetHasMore() bool
- func (o *UsageUserSummaryGet200Response) GetHasMoreOk() (*bool, bool)
- func (o *UsageUserSummaryGet200Response) GetNextToken() string
- func (o *UsageUserSummaryGet200Response) GetNextTokenOk() (*string, bool)
- func (o *UsageUserSummaryGet200Response) GetSuccess() bool
- func (o *UsageUserSummaryGet200Response) GetSuccessOk() (*bool, bool)
- func (o *UsageUserSummaryGet200Response) GetTotalCount() float32
- func (o *UsageUserSummaryGet200Response) GetTotalCountOk() (*float32, bool)
- func (o UsageUserSummaryGet200Response) MarshalJSON() ([]byte, error)
- func (o *UsageUserSummaryGet200Response) SetData(v []UsageUserSummaryGet200ResponseDataInner)
- func (o *UsageUserSummaryGet200Response) SetHasMore(v bool)
- func (o *UsageUserSummaryGet200Response) SetNextToken(v string)
- func (o *UsageUserSummaryGet200Response) SetSuccess(v bool)
- func (o *UsageUserSummaryGet200Response) SetTotalCount(v float32)
- func (o UsageUserSummaryGet200Response) ToMap() (map[string]interface{}, error)
- func (o *UsageUserSummaryGet200Response) UnmarshalJSON(data []byte) (err error)
- type UsageUserSummaryGet200ResponseDataInner
- func (o *UsageUserSummaryGet200ResponseDataInner) GetCountAppSaves() float32
- func (o *UsageUserSummaryGet200ResponseDataInner) GetCountAppSavesOk() (*float32, bool)
- func (o *UsageUserSummaryGet200ResponseDataInner) GetCountAppViews() float32
- func (o *UsageUserSummaryGet200ResponseDataInner) GetCountAppViewsOk() (*float32, bool)
- func (o *UsageUserSummaryGet200ResponseDataInner) GetCountUniqueApps() float32
- func (o *UsageUserSummaryGet200ResponseDataInner) GetCountUniqueAppsOk() (*float32, bool)
- func (o *UsageUserSummaryGet200ResponseDataInner) GetEmail() string
- func (o *UsageUserSummaryGet200ResponseDataInner) GetEmailOk() (*string, bool)
- func (o *UsageUserSummaryGet200ResponseDataInner) GetHost() string
- func (o *UsageUserSummaryGet200ResponseDataInner) GetHostOk() (*string, bool)
- func (o *UsageUserSummaryGet200ResponseDataInner) GetLastActive() time.Time
- func (o *UsageUserSummaryGet200ResponseDataInner) GetLastActiveOk() (*time.Time, bool)
- func (o *UsageUserSummaryGet200ResponseDataInner) GetOrgId() string
- func (o *UsageUserSummaryGet200ResponseDataInner) GetOrgIdOk() (*string, bool)
- func (o *UsageUserSummaryGet200ResponseDataInner) GetUserId() string
- func (o *UsageUserSummaryGet200ResponseDataInner) GetUserIdOk() (*string, bool)
- func (o UsageUserSummaryGet200ResponseDataInner) MarshalJSON() ([]byte, error)
- func (o *UsageUserSummaryGet200ResponseDataInner) SetCountAppSaves(v float32)
- func (o *UsageUserSummaryGet200ResponseDataInner) SetCountAppViews(v float32)
- func (o *UsageUserSummaryGet200ResponseDataInner) SetCountUniqueApps(v float32)
- func (o *UsageUserSummaryGet200ResponseDataInner) SetEmail(v string)
- func (o *UsageUserSummaryGet200ResponseDataInner) SetHost(v string)
- func (o *UsageUserSummaryGet200ResponseDataInner) SetLastActive(v time.Time)
- func (o *UsageUserSummaryGet200ResponseDataInner) SetOrgId(v string)
- func (o *UsageUserSummaryGet200ResponseDataInner) SetUserId(v string)
- func (o UsageUserSummaryGet200ResponseDataInner) ToMap() (map[string]interface{}, error)
- func (o *UsageUserSummaryGet200ResponseDataInner) UnmarshalJSON(data []byte) (err error)
- type User
- func (o *User) GetId() string
- func (o *User) GetIdOk() (*string, bool)
- func (o *User) GetType() string
- func (o *User) GetTypeOk() (*string, bool)
- func (o User) MarshalJSON() ([]byte, error)
- func (o *User) SetId(v string)
- func (o *User) SetType(v string)
- func (o User) ToMap() (map[string]interface{}, error)
- func (o *User) UnmarshalJSON(data []byte) (err error)
- type UserAttributes
- func (o *UserAttributes) GetDataType() string
- func (o *UserAttributes) GetDataTypeOk() (*string, bool)
- func (o *UserAttributes) GetDefaultValue() string
- func (o *UserAttributes) GetDefaultValueOk() (*string, bool)
- func (o *UserAttributes) GetId() string
- func (o *UserAttributes) GetIdOk() (*string, bool)
- func (o *UserAttributes) GetIntercomAttributeName() string
- func (o *UserAttributes) GetIntercomAttributeNameOk() (*string, bool)
- func (o *UserAttributes) GetLabel() string
- func (o *UserAttributes) GetLabelOk() (*string, bool)
- func (o *UserAttributes) GetName() string
- func (o *UserAttributes) GetNameOk() (*string, bool)
- func (o UserAttributes) MarshalJSON() ([]byte, error)
- func (o *UserAttributes) SetDataType(v string)
- func (o *UserAttributes) SetDefaultValue(v string)
- func (o *UserAttributes) SetId(v string)
- func (o *UserAttributes) SetIntercomAttributeName(v string)
- func (o *UserAttributes) SetLabel(v string)
- func (o *UserAttributes) SetName(v string)
- func (o UserAttributes) ToMap() (map[string]interface{}, error)
- func (o *UserAttributes) UnmarshalJSON(data []byte) (err error)
- type UserAttributesAPIService
- func (a *UserAttributesAPIService) UserAttributesGet(ctx context.Context) ApiUserAttributesGetRequest
- func (a *UserAttributesAPIService) UserAttributesGetExecute(r ApiUserAttributesGetRequest) (*UserAttributesGet200Response, *http.Response, error)
- func (a *UserAttributesAPIService) UserAttributesIdDelete(ctx context.Context, id string) ApiUserAttributesIdDeleteRequest
- func (a *UserAttributesAPIService) UserAttributesIdDeleteExecute(r ApiUserAttributesIdDeleteRequest) (*http.Response, error)
- func (a *UserAttributesAPIService) UserAttributesIdPatch(ctx context.Context, id string) ApiUserAttributesIdPatchRequest
- func (a *UserAttributesAPIService) UserAttributesIdPatchExecute(r ApiUserAttributesIdPatchRequest) (*UserAttributesIdPatch200Response, *http.Response, error)
- func (a *UserAttributesAPIService) UserAttributesPost(ctx context.Context) ApiUserAttributesPostRequest
- func (a *UserAttributesAPIService) UserAttributesPostExecute(r ApiUserAttributesPostRequest) (*UserAttributesPost200Response, *http.Response, error)
- type UserAttributesGet200Response
- func (o *UserAttributesGet200Response) GetData() []UserAttributesGet200ResponseDataInner
- func (o *UserAttributesGet200Response) GetDataOk() ([]UserAttributesGet200ResponseDataInner, bool)
- func (o *UserAttributesGet200Response) GetHasMore() bool
- func (o *UserAttributesGet200Response) GetHasMoreOk() (*bool, bool)
- func (o *UserAttributesGet200Response) GetNextToken() string
- func (o *UserAttributesGet200Response) GetNextTokenOk() (*string, bool)
- func (o *UserAttributesGet200Response) GetSuccess() bool
- func (o *UserAttributesGet200Response) GetSuccessOk() (*bool, bool)
- func (o *UserAttributesGet200Response) GetTotalCount() float32
- func (o *UserAttributesGet200Response) GetTotalCountOk() (*float32, bool)
- func (o UserAttributesGet200Response) MarshalJSON() ([]byte, error)
- func (o *UserAttributesGet200Response) SetData(v []UserAttributesGet200ResponseDataInner)
- func (o *UserAttributesGet200Response) SetHasMore(v bool)
- func (o *UserAttributesGet200Response) SetNextToken(v string)
- func (o *UserAttributesGet200Response) SetSuccess(v bool)
- func (o *UserAttributesGet200Response) SetTotalCount(v float32)
- func (o UserAttributesGet200Response) ToMap() (map[string]interface{}, error)
- func (o *UserAttributesGet200Response) UnmarshalJSON(data []byte) (err error)
- type UserAttributesGet200ResponseDataInner
- func (o *UserAttributesGet200ResponseDataInner) GetDataType() string
- func (o *UserAttributesGet200ResponseDataInner) GetDataTypeOk() (*string, bool)
- func (o *UserAttributesGet200ResponseDataInner) GetDefaultValue() string
- func (o *UserAttributesGet200ResponseDataInner) GetDefaultValueOk() (*string, bool)
- func (o *UserAttributesGet200ResponseDataInner) GetId() string
- func (o *UserAttributesGet200ResponseDataInner) GetIdOk() (*string, bool)
- func (o *UserAttributesGet200ResponseDataInner) GetIntercomAttributeName() string
- func (o *UserAttributesGet200ResponseDataInner) GetIntercomAttributeNameOk() (*string, bool)
- func (o *UserAttributesGet200ResponseDataInner) GetLabel() string
- func (o *UserAttributesGet200ResponseDataInner) GetLabelOk() (*string, bool)
- func (o *UserAttributesGet200ResponseDataInner) GetName() string
- func (o *UserAttributesGet200ResponseDataInner) GetNameOk() (*string, bool)
- func (o UserAttributesGet200ResponseDataInner) MarshalJSON() ([]byte, error)
- func (o *UserAttributesGet200ResponseDataInner) SetDataType(v string)
- func (o *UserAttributesGet200ResponseDataInner) SetDefaultValue(v string)
- func (o *UserAttributesGet200ResponseDataInner) SetId(v string)
- func (o *UserAttributesGet200ResponseDataInner) SetIntercomAttributeName(v string)
- func (o *UserAttributesGet200ResponseDataInner) SetLabel(v string)
- func (o *UserAttributesGet200ResponseDataInner) SetName(v string)
- func (o UserAttributesGet200ResponseDataInner) ToMap() (map[string]interface{}, error)
- func (o *UserAttributesGet200ResponseDataInner) UnmarshalJSON(data []byte) (err error)
- type UserAttributesIdPatch200Response
- func (o *UserAttributesIdPatch200Response) GetData() UserAttributesIdPatch200ResponseData
- func (o *UserAttributesIdPatch200Response) GetDataOk() (*UserAttributesIdPatch200ResponseData, bool)
- func (o *UserAttributesIdPatch200Response) GetSuccess() bool
- func (o *UserAttributesIdPatch200Response) GetSuccessOk() (*bool, bool)
- func (o UserAttributesIdPatch200Response) MarshalJSON() ([]byte, error)
- func (o *UserAttributesIdPatch200Response) SetData(v UserAttributesIdPatch200ResponseData)
- func (o *UserAttributesIdPatch200Response) SetSuccess(v bool)
- func (o UserAttributesIdPatch200Response) ToMap() (map[string]interface{}, error)
- func (o *UserAttributesIdPatch200Response) UnmarshalJSON(data []byte) (err error)
- type UserAttributesIdPatch200ResponseData
- func (o *UserAttributesIdPatch200ResponseData) GetDataType() string
- func (o *UserAttributesIdPatch200ResponseData) GetDataTypeOk() (*string, bool)
- func (o *UserAttributesIdPatch200ResponseData) GetDefaultValue() string
- func (o *UserAttributesIdPatch200ResponseData) GetDefaultValueOk() (*string, bool)
- func (o *UserAttributesIdPatch200ResponseData) GetId() string
- func (o *UserAttributesIdPatch200ResponseData) GetIdOk() (*string, bool)
- func (o *UserAttributesIdPatch200ResponseData) GetIntercomAttributeName() string
- func (o *UserAttributesIdPatch200ResponseData) GetIntercomAttributeNameOk() (*string, bool)
- func (o *UserAttributesIdPatch200ResponseData) GetLabel() string
- func (o *UserAttributesIdPatch200ResponseData) GetLabelOk() (*string, bool)
- func (o *UserAttributesIdPatch200ResponseData) GetName() string
- func (o *UserAttributesIdPatch200ResponseData) GetNameOk() (*string, bool)
- func (o UserAttributesIdPatch200ResponseData) MarshalJSON() ([]byte, error)
- func (o *UserAttributesIdPatch200ResponseData) SetDataType(v string)
- func (o *UserAttributesIdPatch200ResponseData) SetDefaultValue(v string)
- func (o *UserAttributesIdPatch200ResponseData) SetId(v string)
- func (o *UserAttributesIdPatch200ResponseData) SetIntercomAttributeName(v string)
- func (o *UserAttributesIdPatch200ResponseData) SetLabel(v string)
- func (o *UserAttributesIdPatch200ResponseData) SetName(v string)
- func (o UserAttributesIdPatch200ResponseData) ToMap() (map[string]interface{}, error)
- func (o *UserAttributesIdPatch200ResponseData) UnmarshalJSON(data []byte) (err error)
- type UserAttributesIdPatchRequest
- func (o *UserAttributesIdPatchRequest) GetOperations() []ReplaceOperation
- func (o *UserAttributesIdPatchRequest) GetOperationsOk() ([]ReplaceOperation, bool)
- func (o *UserAttributesIdPatchRequest) GetUpdateExisting() bool
- func (o *UserAttributesIdPatchRequest) GetUpdateExistingOk() (*bool, bool)
- func (o *UserAttributesIdPatchRequest) HasUpdateExisting() bool
- func (o UserAttributesIdPatchRequest) MarshalJSON() ([]byte, error)
- func (o *UserAttributesIdPatchRequest) SetOperations(v []ReplaceOperation)
- func (o *UserAttributesIdPatchRequest) SetUpdateExisting(v bool)
- func (o UserAttributesIdPatchRequest) ToMap() (map[string]interface{}, error)
- func (o *UserAttributesIdPatchRequest) UnmarshalJSON(data []byte) (err error)
- type UserAttributesPost200Response
- func (o *UserAttributesPost200Response) GetData() UserAttributesPost200ResponseData
- func (o *UserAttributesPost200Response) GetDataOk() (*UserAttributesPost200ResponseData, bool)
- func (o *UserAttributesPost200Response) GetSuccess() bool
- func (o *UserAttributesPost200Response) GetSuccessOk() (*bool, bool)
- func (o UserAttributesPost200Response) MarshalJSON() ([]byte, error)
- func (o *UserAttributesPost200Response) SetData(v UserAttributesPost200ResponseData)
- func (o *UserAttributesPost200Response) SetSuccess(v bool)
- func (o UserAttributesPost200Response) ToMap() (map[string]interface{}, error)
- func (o *UserAttributesPost200Response) UnmarshalJSON(data []byte) (err error)
- type UserAttributesPost200ResponseData
- func (o *UserAttributesPost200ResponseData) GetDataType() string
- func (o *UserAttributesPost200ResponseData) GetDataTypeOk() (*string, bool)
- func (o *UserAttributesPost200ResponseData) GetDefaultValue() string
- func (o *UserAttributesPost200ResponseData) GetDefaultValueOk() (*string, bool)
- func (o *UserAttributesPost200ResponseData) GetId() string
- func (o *UserAttributesPost200ResponseData) GetIdOk() (*string, bool)
- func (o *UserAttributesPost200ResponseData) GetIntercomAttributeName() string
- func (o *UserAttributesPost200ResponseData) GetIntercomAttributeNameOk() (*string, bool)
- func (o *UserAttributesPost200ResponseData) GetLabel() string
- func (o *UserAttributesPost200ResponseData) GetLabelOk() (*string, bool)
- func (o *UserAttributesPost200ResponseData) GetName() string
- func (o *UserAttributesPost200ResponseData) GetNameOk() (*string, bool)
- func (o UserAttributesPost200ResponseData) MarshalJSON() ([]byte, error)
- func (o *UserAttributesPost200ResponseData) SetDataType(v string)
- func (o *UserAttributesPost200ResponseData) SetDefaultValue(v string)
- func (o *UserAttributesPost200ResponseData) SetId(v string)
- func (o *UserAttributesPost200ResponseData) SetIntercomAttributeName(v string)
- func (o *UserAttributesPost200ResponseData) SetLabel(v string)
- func (o *UserAttributesPost200ResponseData) SetName(v string)
- func (o UserAttributesPost200ResponseData) ToMap() (map[string]interface{}, error)
- func (o *UserAttributesPost200ResponseData) UnmarshalJSON(data []byte) (err error)
- type UserAttributesPostRequest
- func (o *UserAttributesPostRequest) GetDataType() string
- func (o *UserAttributesPostRequest) GetDataTypeOk() (*string, bool)
- func (o *UserAttributesPostRequest) GetDefaultValue() string
- func (o *UserAttributesPostRequest) GetDefaultValueOk() (*string, bool)
- func (o *UserAttributesPostRequest) GetLabel() string
- func (o *UserAttributesPostRequest) GetLabelOk() (*string, bool)
- func (o *UserAttributesPostRequest) GetName() string
- func (o *UserAttributesPostRequest) GetNameOk() (*string, bool)
- func (o *UserAttributesPostRequest) HasDefaultValue() bool
- func (o UserAttributesPostRequest) MarshalJSON() ([]byte, error)
- func (o *UserAttributesPostRequest) SetDataType(v string)
- func (o *UserAttributesPostRequest) SetDefaultValue(v string)
- func (o *UserAttributesPostRequest) SetDefaultValueNil()
- func (o *UserAttributesPostRequest) SetLabel(v string)
- func (o *UserAttributesPostRequest) SetName(v string)
- func (o UserAttributesPostRequest) ToMap() (map[string]interface{}, error)
- func (o *UserAttributesPostRequest) UnmarshalJSON(data []byte) (err error)
- func (o *UserAttributesPostRequest) UnsetDefaultValue()
- type UserInvite
- func (o *UserInvite) GetClaimedAt() string
- func (o *UserInvite) GetClaimedAtOk() (*string, bool)
- func (o *UserInvite) GetClaimedBy() string
- func (o *UserInvite) GetClaimedByOk() (*string, bool)
- func (o *UserInvite) GetCreatedAt() string
- func (o *UserInvite) GetCreatedAtOk() (*string, bool)
- func (o *UserInvite) GetExpiresAt() string
- func (o *UserInvite) GetExpiresAtOk() (*string, bool)
- func (o *UserInvite) GetId() float32
- func (o *UserInvite) GetIdOk() (*float32, bool)
- func (o *UserInvite) GetInviteLink() string
- func (o *UserInvite) GetInviteLinkOk() (*string, bool)
- func (o *UserInvite) GetInvitedBy() string
- func (o *UserInvite) GetInvitedByOk() (*string, bool)
- func (o *UserInvite) GetInvitedEmail() string
- func (o *UserInvite) GetInvitedEmailOk() (*string, bool)
- func (o *UserInvite) GetLegacyId() float32
- func (o *UserInvite) GetLegacyIdOk() (*float32, bool)
- func (o *UserInvite) GetMetadata() map[string]interface{}
- func (o *UserInvite) GetMetadataOk() (map[string]interface{}, bool)
- func (o *UserInvite) GetUserType() string
- func (o *UserInvite) GetUserTypeOk() (*string, bool)
- func (o *UserInvite) HasInviteLink() bool
- func (o UserInvite) MarshalJSON() ([]byte, error)
- func (o *UserInvite) SetClaimedAt(v string)
- func (o *UserInvite) SetClaimedBy(v string)
- func (o *UserInvite) SetCreatedAt(v string)
- func (o *UserInvite) SetExpiresAt(v string)
- func (o *UserInvite) SetId(v float32)
- func (o *UserInvite) SetInviteLink(v string)
- func (o *UserInvite) SetInvitedBy(v string)
- func (o *UserInvite) SetInvitedEmail(v string)
- func (o *UserInvite) SetLegacyId(v float32)
- func (o *UserInvite) SetMetadata(v map[string]interface{})
- func (o *UserInvite) SetUserType(v string)
- func (o UserInvite) ToMap() (map[string]interface{}, error)
- func (o *UserInvite) UnmarshalJSON(data []byte) (err error)
- type UserInviteAPIService
- func (a *UserInviteAPIService) UserInvitesGet(ctx context.Context) ApiUserInvitesGetRequest
- func (a *UserInviteAPIService) UserInvitesGetExecute(r ApiUserInvitesGetRequest) (*UserInvitesGet200Response, *http.Response, error)
- func (a *UserInviteAPIService) UserInvitesPost(ctx context.Context) ApiUserInvitesPostRequest
- func (a *UserInviteAPIService) UserInvitesPostExecute(r ApiUserInvitesPostRequest) (*UserInvitesPost200Response, *http.Response, error)
- func (a *UserInviteAPIService) UserInvitesUserInviteIdDelete(ctx context.Context, userInviteId string) ApiUserInvitesUserInviteIdDeleteRequest
- func (a *UserInviteAPIService) UserInvitesUserInviteIdDeleteExecute(r ApiUserInvitesUserInviteIdDeleteRequest) (*http.Response, error)
- func (a *UserInviteAPIService) UserInvitesUserInviteIdGet(ctx context.Context, userInviteId string) ApiUserInvitesUserInviteIdGetRequest
- func (a *UserInviteAPIService) UserInvitesUserInviteIdGetExecute(r ApiUserInvitesUserInviteIdGetRequest) (*UserInvitesUserInviteIdGet200Response, *http.Response, error)
- func (a *UserInviteAPIService) UserInvitesUserInviteIdUserAttributesAttributeNameDelete(ctx context.Context, userInviteId string, attributeName string) ApiUserInvitesUserInviteIdUserAttributesAttributeNameDeleteRequest
- func (a *UserInviteAPIService) UserInvitesUserInviteIdUserAttributesAttributeNameDeleteExecute(r ApiUserInvitesUserInviteIdUserAttributesAttributeNameDeleteRequest) (*UserInvitesUserInviteIdUserAttributesAttributeNameDelete200Response, ...)
- func (a *UserInviteAPIService) UserInvitesUserInviteIdUserAttributesPost(ctx context.Context, userInviteId string) ApiUserInvitesUserInviteIdUserAttributesPostRequest
- func (a *UserInviteAPIService) UserInvitesUserInviteIdUserAttributesPostExecute(r ApiUserInvitesUserInviteIdUserAttributesPostRequest) (*UserInvitesUserInviteIdUserAttributesPost200Response, *http.Response, error)
- type UserInvitesGet200Response
- func (o *UserInvitesGet200Response) GetData() []GroupsGroupIdGet200ResponseDataUserInvitesInner
- func (o *UserInvitesGet200Response) GetDataOk() ([]GroupsGroupIdGet200ResponseDataUserInvitesInner, bool)
- func (o *UserInvitesGet200Response) GetHasMore() bool
- func (o *UserInvitesGet200Response) GetHasMoreOk() (*bool, bool)
- func (o *UserInvitesGet200Response) GetNextToken() string
- func (o *UserInvitesGet200Response) GetNextTokenOk() (*string, bool)
- func (o *UserInvitesGet200Response) GetSuccess() bool
- func (o *UserInvitesGet200Response) GetSuccessOk() (*bool, bool)
- func (o *UserInvitesGet200Response) GetTotalCount() float32
- func (o *UserInvitesGet200Response) GetTotalCountOk() (*float32, bool)
- func (o UserInvitesGet200Response) MarshalJSON() ([]byte, error)
- func (o *UserInvitesGet200Response) SetData(v []GroupsGroupIdGet200ResponseDataUserInvitesInner)
- func (o *UserInvitesGet200Response) SetHasMore(v bool)
- func (o *UserInvitesGet200Response) SetNextToken(v string)
- func (o *UserInvitesGet200Response) SetSuccess(v bool)
- func (o *UserInvitesGet200Response) SetTotalCount(v float32)
- func (o UserInvitesGet200Response) ToMap() (map[string]interface{}, error)
- func (o *UserInvitesGet200Response) UnmarshalJSON(data []byte) (err error)
- type UserInvitesPost200Response
- func (o *UserInvitesPost200Response) GetData() UserInvitesPost200ResponseData
- func (o *UserInvitesPost200Response) GetDataOk() (*UserInvitesPost200ResponseData, bool)
- func (o *UserInvitesPost200Response) GetSuccess() bool
- func (o *UserInvitesPost200Response) GetSuccessOk() (*bool, bool)
- func (o UserInvitesPost200Response) MarshalJSON() ([]byte, error)
- func (o *UserInvitesPost200Response) SetData(v UserInvitesPost200ResponseData)
- func (o *UserInvitesPost200Response) SetSuccess(v bool)
- func (o UserInvitesPost200Response) ToMap() (map[string]interface{}, error)
- func (o *UserInvitesPost200Response) UnmarshalJSON(data []byte) (err error)
- type UserInvitesPost200ResponseData
- func (o *UserInvitesPost200ResponseData) GetClaimedAt() string
- func (o *UserInvitesPost200ResponseData) GetClaimedAtOk() (*string, bool)
- func (o *UserInvitesPost200ResponseData) GetClaimedBy() string
- func (o *UserInvitesPost200ResponseData) GetClaimedByOk() (*string, bool)
- func (o *UserInvitesPost200ResponseData) GetCreatedAt() string
- func (o *UserInvitesPost200ResponseData) GetCreatedAtOk() (*string, bool)
- func (o *UserInvitesPost200ResponseData) GetExpiresAt() string
- func (o *UserInvitesPost200ResponseData) GetExpiresAtOk() (*string, bool)
- func (o *UserInvitesPost200ResponseData) GetId() float32
- func (o *UserInvitesPost200ResponseData) GetIdOk() (*float32, bool)
- func (o *UserInvitesPost200ResponseData) GetInviteLink() string
- func (o *UserInvitesPost200ResponseData) GetInviteLinkOk() (*string, bool)
- func (o *UserInvitesPost200ResponseData) GetInvitedBy() string
- func (o *UserInvitesPost200ResponseData) GetInvitedByOk() (*string, bool)
- func (o *UserInvitesPost200ResponseData) GetInvitedEmail() string
- func (o *UserInvitesPost200ResponseData) GetInvitedEmailOk() (*string, bool)
- func (o *UserInvitesPost200ResponseData) GetLegacyId() float32
- func (o *UserInvitesPost200ResponseData) GetLegacyIdOk() (*float32, bool)
- func (o *UserInvitesPost200ResponseData) GetMetadata() map[string]interface{}
- func (o *UserInvitesPost200ResponseData) GetMetadataOk() (map[string]interface{}, bool)
- func (o *UserInvitesPost200ResponseData) GetUserType() string
- func (o *UserInvitesPost200ResponseData) GetUserTypeOk() (*string, bool)
- func (o *UserInvitesPost200ResponseData) HasInviteLink() bool
- func (o UserInvitesPost200ResponseData) MarshalJSON() ([]byte, error)
- func (o *UserInvitesPost200ResponseData) SetClaimedAt(v string)
- func (o *UserInvitesPost200ResponseData) SetClaimedBy(v string)
- func (o *UserInvitesPost200ResponseData) SetCreatedAt(v string)
- func (o *UserInvitesPost200ResponseData) SetExpiresAt(v string)
- func (o *UserInvitesPost200ResponseData) SetId(v float32)
- func (o *UserInvitesPost200ResponseData) SetInviteLink(v string)
- func (o *UserInvitesPost200ResponseData) SetInvitedBy(v string)
- func (o *UserInvitesPost200ResponseData) SetInvitedEmail(v string)
- func (o *UserInvitesPost200ResponseData) SetLegacyId(v float32)
- func (o *UserInvitesPost200ResponseData) SetMetadata(v map[string]interface{})
- func (o *UserInvitesPost200ResponseData) SetUserType(v string)
- func (o UserInvitesPost200ResponseData) ToMap() (map[string]interface{}, error)
- func (o *UserInvitesPost200ResponseData) UnmarshalJSON(data []byte) (err error)
- type UserInvitesPostRequest
- func (o *UserInvitesPostRequest) GetDefaultGroupIds() []float32
- func (o *UserInvitesPostRequest) GetDefaultGroupIdsOk() ([]float32, bool)
- func (o *UserInvitesPostRequest) GetEmail() string
- func (o *UserInvitesPostRequest) GetEmailOk() (*string, bool)
- func (o *UserInvitesPostRequest) GetMetadata() map[string]interface{}
- func (o *UserInvitesPostRequest) GetMetadataOk() (map[string]interface{}, bool)
- func (o *UserInvitesPostRequest) HasDefaultGroupIds() bool
- func (o *UserInvitesPostRequest) HasMetadata() bool
- func (o UserInvitesPostRequest) MarshalJSON() ([]byte, error)
- func (o *UserInvitesPostRequest) SetDefaultGroupIds(v []float32)
- func (o *UserInvitesPostRequest) SetEmail(v string)
- func (o *UserInvitesPostRequest) SetMetadata(v map[string]interface{})
- func (o UserInvitesPostRequest) ToMap() (map[string]interface{}, error)
- func (o *UserInvitesPostRequest) UnmarshalJSON(data []byte) (err error)
- type UserInvitesUserInviteIdGet200Response
- func (o *UserInvitesUserInviteIdGet200Response) GetData() GroupsGroupIdGet200ResponseDataUserInvitesInner
- func (o *UserInvitesUserInviteIdGet200Response) GetDataOk() (*GroupsGroupIdGet200ResponseDataUserInvitesInner, bool)
- func (o *UserInvitesUserInviteIdGet200Response) GetSuccess() bool
- func (o *UserInvitesUserInviteIdGet200Response) GetSuccessOk() (*bool, bool)
- func (o UserInvitesUserInviteIdGet200Response) MarshalJSON() ([]byte, error)
- func (o *UserInvitesUserInviteIdGet200Response) SetData(v GroupsGroupIdGet200ResponseDataUserInvitesInner)
- func (o *UserInvitesUserInviteIdGet200Response) SetSuccess(v bool)
- func (o UserInvitesUserInviteIdGet200Response) ToMap() (map[string]interface{}, error)
- func (o *UserInvitesUserInviteIdGet200Response) UnmarshalJSON(data []byte) (err error)
- type UserInvitesUserInviteIdUserAttributesAttributeNameDelete200Response
- func NewUserInvitesUserInviteIdUserAttributesAttributeNameDelete200Response(success bool, ...) *UserInvitesUserInviteIdUserAttributesAttributeNameDelete200Response
- func NewUserInvitesUserInviteIdUserAttributesAttributeNameDelete200ResponseWithDefaults() *UserInvitesUserInviteIdUserAttributesAttributeNameDelete200Response
- func (o *UserInvitesUserInviteIdUserAttributesAttributeNameDelete200Response) GetData() UserInvitesUserInviteIdUserAttributesAttributeNameDelete200ResponseData
- func (o *UserInvitesUserInviteIdUserAttributesAttributeNameDelete200Response) GetDataOk() (*UserInvitesUserInviteIdUserAttributesAttributeNameDelete200ResponseData, bool)
- func (o *UserInvitesUserInviteIdUserAttributesAttributeNameDelete200Response) GetSuccess() bool
- func (o *UserInvitesUserInviteIdUserAttributesAttributeNameDelete200Response) GetSuccessOk() (*bool, bool)
- func (o UserInvitesUserInviteIdUserAttributesAttributeNameDelete200Response) MarshalJSON() ([]byte, error)
- func (o *UserInvitesUserInviteIdUserAttributesAttributeNameDelete200Response) SetData(v UserInvitesUserInviteIdUserAttributesAttributeNameDelete200ResponseData)
- func (o *UserInvitesUserInviteIdUserAttributesAttributeNameDelete200Response) SetSuccess(v bool)
- func (o UserInvitesUserInviteIdUserAttributesAttributeNameDelete200Response) ToMap() (map[string]interface{}, error)
- func (o *UserInvitesUserInviteIdUserAttributesAttributeNameDelete200Response) UnmarshalJSON(data []byte) (err error)
- type UserInvitesUserInviteIdUserAttributesAttributeNameDelete200ResponseData
- func NewUserInvitesUserInviteIdUserAttributesAttributeNameDelete200ResponseData(metadata map[string]interface{}) *UserInvitesUserInviteIdUserAttributesAttributeNameDelete200ResponseData
- func NewUserInvitesUserInviteIdUserAttributesAttributeNameDelete200ResponseDataWithDefaults() *UserInvitesUserInviteIdUserAttributesAttributeNameDelete200ResponseData
- func (o *UserInvitesUserInviteIdUserAttributesAttributeNameDelete200ResponseData) GetMetadata() map[string]interface{}
- func (o *UserInvitesUserInviteIdUserAttributesAttributeNameDelete200ResponseData) GetMetadataOk() (map[string]interface{}, bool)
- func (o UserInvitesUserInviteIdUserAttributesAttributeNameDelete200ResponseData) MarshalJSON() ([]byte, error)
- func (o *UserInvitesUserInviteIdUserAttributesAttributeNameDelete200ResponseData) SetMetadata(v map[string]interface{})
- func (o UserInvitesUserInviteIdUserAttributesAttributeNameDelete200ResponseData) ToMap() (map[string]interface{}, error)
- func (o *UserInvitesUserInviteIdUserAttributesAttributeNameDelete200ResponseData) UnmarshalJSON(data []byte) (err error)
- type UserInvitesUserInviteIdUserAttributesPost200Response
- func NewUserInvitesUserInviteIdUserAttributesPost200Response(success bool, data UserInvitesUserInviteIdUserAttributesPost200ResponseData) *UserInvitesUserInviteIdUserAttributesPost200Response
- func NewUserInvitesUserInviteIdUserAttributesPost200ResponseWithDefaults() *UserInvitesUserInviteIdUserAttributesPost200Response
- func (o *UserInvitesUserInviteIdUserAttributesPost200Response) GetData() UserInvitesUserInviteIdUserAttributesPost200ResponseData
- func (o *UserInvitesUserInviteIdUserAttributesPost200Response) GetDataOk() (*UserInvitesUserInviteIdUserAttributesPost200ResponseData, bool)
- func (o *UserInvitesUserInviteIdUserAttributesPost200Response) GetSuccess() bool
- func (o *UserInvitesUserInviteIdUserAttributesPost200Response) GetSuccessOk() (*bool, bool)
- func (o UserInvitesUserInviteIdUserAttributesPost200Response) MarshalJSON() ([]byte, error)
- func (o *UserInvitesUserInviteIdUserAttributesPost200Response) SetData(v UserInvitesUserInviteIdUserAttributesPost200ResponseData)
- func (o *UserInvitesUserInviteIdUserAttributesPost200Response) SetSuccess(v bool)
- func (o UserInvitesUserInviteIdUserAttributesPost200Response) ToMap() (map[string]interface{}, error)
- func (o *UserInvitesUserInviteIdUserAttributesPost200Response) UnmarshalJSON(data []byte) (err error)
- type UserInvitesUserInviteIdUserAttributesPost200ResponseData
- func (o *UserInvitesUserInviteIdUserAttributesPost200ResponseData) GetMetadata() map[string]interface{}
- func (o *UserInvitesUserInviteIdUserAttributesPost200ResponseData) GetMetadataOk() (map[string]interface{}, bool)
- func (o UserInvitesUserInviteIdUserAttributesPost200ResponseData) MarshalJSON() ([]byte, error)
- func (o *UserInvitesUserInviteIdUserAttributesPost200ResponseData) SetMetadata(v map[string]interface{})
- func (o UserInvitesUserInviteIdUserAttributesPost200ResponseData) ToMap() (map[string]interface{}, error)
- func (o *UserInvitesUserInviteIdUserAttributesPost200ResponseData) UnmarshalJSON(data []byte) (err error)
- type UserInvitesUserInviteIdUserAttributesPostRequest
- func (o *UserInvitesUserInviteIdUserAttributesPostRequest) GetName() string
- func (o *UserInvitesUserInviteIdUserAttributesPostRequest) GetNameOk() (*string, bool)
- func (o *UserInvitesUserInviteIdUserAttributesPostRequest) GetValue() string
- func (o *UserInvitesUserInviteIdUserAttributesPostRequest) GetValueOk() (*string, bool)
- func (o UserInvitesUserInviteIdUserAttributesPostRequest) MarshalJSON() ([]byte, error)
- func (o *UserInvitesUserInviteIdUserAttributesPostRequest) SetName(v string)
- func (o *UserInvitesUserInviteIdUserAttributesPostRequest) SetValue(v string)
- func (o UserInvitesUserInviteIdUserAttributesPostRequest) ToMap() (map[string]interface{}, error)
- func (o *UserInvitesUserInviteIdUserAttributesPostRequest) UnmarshalJSON(data []byte) (err error)
- type UserTask
- func (o *UserTask) GetAssignees() []UserTasksGet200ResponseDataInnerAssigneesInner
- func (o *UserTask) GetAssigneesOk() ([]UserTasksGet200ResponseDataInnerAssigneesInner, bool)
- func (o *UserTask) GetCompletedAt() string
- func (o *UserTask) GetCompletedAtOk() (*string, bool)
- func (o *UserTask) GetContext() map[string]interface{}
- func (o *UserTask) GetContextOk() (map[string]interface{}, bool)
- func (o *UserTask) GetCreatedAt() string
- func (o *UserTask) GetCreatedAtOk() (*string, bool)
- func (o *UserTask) GetExpiresAt() string
- func (o *UserTask) GetExpiresAtOk() (*string, bool)
- func (o *UserTask) GetId() string
- func (o *UserTask) GetIdOk() (*string, bool)
- func (o *UserTask) GetOutput() map[string]interface{}
- func (o *UserTask) GetOutputOk() (map[string]interface{}, bool)
- func (o *UserTask) GetStatus() string
- func (o *UserTask) GetStatusOk() (*string, bool)
- func (o *UserTask) GetTaskName() string
- func (o *UserTask) GetTaskNameOk() (*string, bool)
- func (o *UserTask) GetTaskUrl() []string
- func (o *UserTask) GetTaskUrlOk() ([]string, bool)
- func (o *UserTask) GetWorkflowId() string
- func (o *UserTask) GetWorkflowIdOk() (*string, bool)
- func (o *UserTask) GetWorkflowName() string
- func (o *UserTask) GetWorkflowNameOk() (*string, bool)
- func (o *UserTask) GetWorkflowRelease() string
- func (o *UserTask) GetWorkflowReleaseOk() (*string, bool)
- func (o *UserTask) GetWorkflowRunId() string
- func (o *UserTask) GetWorkflowRunIdOk() (*string, bool)
- func (o *UserTask) HasOutput() bool
- func (o UserTask) MarshalJSON() ([]byte, error)
- func (o *UserTask) SetAssignees(v []UserTasksGet200ResponseDataInnerAssigneesInner)
- func (o *UserTask) SetCompletedAt(v string)
- func (o *UserTask) SetContext(v map[string]interface{})
- func (o *UserTask) SetCreatedAt(v string)
- func (o *UserTask) SetExpiresAt(v string)
- func (o *UserTask) SetId(v string)
- func (o *UserTask) SetOutput(v map[string]interface{})
- func (o *UserTask) SetStatus(v string)
- func (o *UserTask) SetTaskName(v string)
- func (o *UserTask) SetTaskUrl(v []string)
- func (o *UserTask) SetWorkflowId(v string)
- func (o *UserTask) SetWorkflowName(v string)
- func (o *UserTask) SetWorkflowRelease(v string)
- func (o *UserTask) SetWorkflowRunId(v string)
- func (o UserTask) ToMap() (map[string]interface{}, error)
- func (o *UserTask) UnmarshalJSON(data []byte) (err error)
- type UserTasksAPIService
- func (a *UserTasksAPIService) UserTasksGet(ctx context.Context) ApiUserTasksGetRequest
- func (a *UserTasksAPIService) UserTasksGetExecute(r ApiUserTasksGetRequest) (*UserTasksGet200Response, *http.Response, error)
- func (a *UserTasksAPIService) UserTasksTaskIdCancelPatch(ctx context.Context, taskId string) ApiUserTasksTaskIdCancelPatchRequest
- func (a *UserTasksAPIService) UserTasksTaskIdCancelPatchExecute(r ApiUserTasksTaskIdCancelPatchRequest) (*UserTasksTaskIdSubmitPatch200Response, *http.Response, error)
- func (a *UserTasksAPIService) UserTasksTaskIdReassignPatch(ctx context.Context, taskId string) ApiUserTasksTaskIdReassignPatchRequest
- func (a *UserTasksAPIService) UserTasksTaskIdReassignPatchExecute(r ApiUserTasksTaskIdReassignPatchRequest) (*UserTasksTaskIdSubmitPatch200Response, *http.Response, error)
- func (a *UserTasksAPIService) UserTasksTaskIdSubmitPatch(ctx context.Context, taskId string) ApiUserTasksTaskIdSubmitPatchRequest
- func (a *UserTasksAPIService) UserTasksTaskIdSubmitPatchExecute(r ApiUserTasksTaskIdSubmitPatchRequest) (*UserTasksTaskIdSubmitPatch200Response, *http.Response, error)
- type UserTasksGet200Response
- func (o *UserTasksGet200Response) GetData() []UserTasksGet200ResponseDataInner
- func (o *UserTasksGet200Response) GetDataOk() ([]UserTasksGet200ResponseDataInner, bool)
- func (o *UserTasksGet200Response) GetHasMore() bool
- func (o *UserTasksGet200Response) GetHasMoreOk() (*bool, bool)
- func (o *UserTasksGet200Response) GetNextToken() string
- func (o *UserTasksGet200Response) GetNextTokenOk() (*string, bool)
- func (o *UserTasksGet200Response) GetSuccess() bool
- func (o *UserTasksGet200Response) GetSuccessOk() (*bool, bool)
- func (o *UserTasksGet200Response) GetTotalCount() float32
- func (o *UserTasksGet200Response) GetTotalCountOk() (*float32, bool)
- func (o UserTasksGet200Response) MarshalJSON() ([]byte, error)
- func (o *UserTasksGet200Response) SetData(v []UserTasksGet200ResponseDataInner)
- func (o *UserTasksGet200Response) SetHasMore(v bool)
- func (o *UserTasksGet200Response) SetNextToken(v string)
- func (o *UserTasksGet200Response) SetSuccess(v bool)
- func (o *UserTasksGet200Response) SetTotalCount(v float32)
- func (o UserTasksGet200Response) ToMap() (map[string]interface{}, error)
- func (o *UserTasksGet200Response) UnmarshalJSON(data []byte) (err error)
- type UserTasksGet200ResponseDataInner
- func (o *UserTasksGet200ResponseDataInner) GetAssignees() []UserTasksGet200ResponseDataInnerAssigneesInner
- func (o *UserTasksGet200ResponseDataInner) GetAssigneesOk() ([]UserTasksGet200ResponseDataInnerAssigneesInner, bool)
- func (o *UserTasksGet200ResponseDataInner) GetCompletedAt() string
- func (o *UserTasksGet200ResponseDataInner) GetCompletedAtOk() (*string, bool)
- func (o *UserTasksGet200ResponseDataInner) GetContext() map[string]interface{}
- func (o *UserTasksGet200ResponseDataInner) GetContextOk() (map[string]interface{}, bool)
- func (o *UserTasksGet200ResponseDataInner) GetCreatedAt() string
- func (o *UserTasksGet200ResponseDataInner) GetCreatedAtOk() (*string, bool)
- func (o *UserTasksGet200ResponseDataInner) GetExpiresAt() string
- func (o *UserTasksGet200ResponseDataInner) GetExpiresAtOk() (*string, bool)
- func (o *UserTasksGet200ResponseDataInner) GetId() string
- func (o *UserTasksGet200ResponseDataInner) GetIdOk() (*string, bool)
- func (o *UserTasksGet200ResponseDataInner) GetOutput() map[string]interface{}
- func (o *UserTasksGet200ResponseDataInner) GetOutputOk() (map[string]interface{}, bool)
- func (o *UserTasksGet200ResponseDataInner) GetStatus() string
- func (o *UserTasksGet200ResponseDataInner) GetStatusOk() (*string, bool)
- func (o *UserTasksGet200ResponseDataInner) GetTaskName() string
- func (o *UserTasksGet200ResponseDataInner) GetTaskNameOk() (*string, bool)
- func (o *UserTasksGet200ResponseDataInner) GetTaskUrl() []string
- func (o *UserTasksGet200ResponseDataInner) GetTaskUrlOk() ([]string, bool)
- func (o *UserTasksGet200ResponseDataInner) GetWorkflowId() string
- func (o *UserTasksGet200ResponseDataInner) GetWorkflowIdOk() (*string, bool)
- func (o *UserTasksGet200ResponseDataInner) GetWorkflowName() string
- func (o *UserTasksGet200ResponseDataInner) GetWorkflowNameOk() (*string, bool)
- func (o *UserTasksGet200ResponseDataInner) GetWorkflowRelease() string
- func (o *UserTasksGet200ResponseDataInner) GetWorkflowReleaseOk() (*string, bool)
- func (o *UserTasksGet200ResponseDataInner) GetWorkflowRunId() string
- func (o *UserTasksGet200ResponseDataInner) GetWorkflowRunIdOk() (*string, bool)
- func (o *UserTasksGet200ResponseDataInner) HasOutput() bool
- func (o UserTasksGet200ResponseDataInner) MarshalJSON() ([]byte, error)
- func (o *UserTasksGet200ResponseDataInner) SetAssignees(v []UserTasksGet200ResponseDataInnerAssigneesInner)
- func (o *UserTasksGet200ResponseDataInner) SetCompletedAt(v string)
- func (o *UserTasksGet200ResponseDataInner) SetContext(v map[string]interface{})
- func (o *UserTasksGet200ResponseDataInner) SetCreatedAt(v string)
- func (o *UserTasksGet200ResponseDataInner) SetExpiresAt(v string)
- func (o *UserTasksGet200ResponseDataInner) SetId(v string)
- func (o *UserTasksGet200ResponseDataInner) SetOutput(v map[string]interface{})
- func (o *UserTasksGet200ResponseDataInner) SetStatus(v string)
- func (o *UserTasksGet200ResponseDataInner) SetTaskName(v string)
- func (o *UserTasksGet200ResponseDataInner) SetTaskUrl(v []string)
- func (o *UserTasksGet200ResponseDataInner) SetWorkflowId(v string)
- func (o *UserTasksGet200ResponseDataInner) SetWorkflowName(v string)
- func (o *UserTasksGet200ResponseDataInner) SetWorkflowRelease(v string)
- func (o *UserTasksGet200ResponseDataInner) SetWorkflowRunId(v string)
- func (o UserTasksGet200ResponseDataInner) ToMap() (map[string]interface{}, error)
- func (o *UserTasksGet200ResponseDataInner) UnmarshalJSON(data []byte) (err error)
- type UserTasksGet200ResponseDataInnerAssigneesInner
- func (o *UserTasksGet200ResponseDataInnerAssigneesInner) GetId() float32
- func (o *UserTasksGet200ResponseDataInnerAssigneesInner) GetIdOk() (*float32, bool)
- func (o *UserTasksGet200ResponseDataInnerAssigneesInner) GetName() string
- func (o *UserTasksGet200ResponseDataInnerAssigneesInner) GetNameOk() (*string, bool)
- func (o *UserTasksGet200ResponseDataInnerAssigneesInner) GetType() string
- func (o *UserTasksGet200ResponseDataInnerAssigneesInner) GetTypeOk() (*string, bool)
- func (o UserTasksGet200ResponseDataInnerAssigneesInner) MarshalJSON() ([]byte, error)
- func (o *UserTasksGet200ResponseDataInnerAssigneesInner) SetId(v float32)
- func (o *UserTasksGet200ResponseDataInnerAssigneesInner) SetName(v string)
- func (o *UserTasksGet200ResponseDataInnerAssigneesInner) SetType(v string)
- func (o UserTasksGet200ResponseDataInnerAssigneesInner) ToMap() (map[string]interface{}, error)
- func (o *UserTasksGet200ResponseDataInnerAssigneesInner) UnmarshalJSON(data []byte) (err error)
- type UserTasksGetAssignedToUsersParameter
- type UserTasksTaskIdCancelPatchRequest
- func (o *UserTasksTaskIdCancelPatchRequest) GetEmail() string
- func (o *UserTasksTaskIdCancelPatchRequest) GetEmailOk() (*string, bool)
- func (o *UserTasksTaskIdCancelPatchRequest) GetOutput() map[string]interface{}
- func (o *UserTasksTaskIdCancelPatchRequest) GetOutputOk() (map[string]interface{}, bool)
- func (o *UserTasksTaskIdCancelPatchRequest) HasOutput() bool
- func (o UserTasksTaskIdCancelPatchRequest) MarshalJSON() ([]byte, error)
- func (o *UserTasksTaskIdCancelPatchRequest) SetEmail(v string)
- func (o *UserTasksTaskIdCancelPatchRequest) SetOutput(v map[string]interface{})
- func (o UserTasksTaskIdCancelPatchRequest) ToMap() (map[string]interface{}, error)
- func (o *UserTasksTaskIdCancelPatchRequest) UnmarshalJSON(data []byte) (err error)
- type UserTasksTaskIdReassignPatchRequest
- func (o *UserTasksTaskIdReassignPatchRequest) GetAssignees() []UserTasksTaskIdReassignPatchRequestAssigneesInner
- func (o *UserTasksTaskIdReassignPatchRequest) GetAssigneesOk() ([]UserTasksTaskIdReassignPatchRequestAssigneesInner, bool)
- func (o *UserTasksTaskIdReassignPatchRequest) GetEmail() string
- func (o *UserTasksTaskIdReassignPatchRequest) GetEmailOk() (*string, bool)
- func (o UserTasksTaskIdReassignPatchRequest) MarshalJSON() ([]byte, error)
- func (o *UserTasksTaskIdReassignPatchRequest) SetAssignees(v []UserTasksTaskIdReassignPatchRequestAssigneesInner)
- func (o *UserTasksTaskIdReassignPatchRequest) SetEmail(v string)
- func (o UserTasksTaskIdReassignPatchRequest) ToMap() (map[string]interface{}, error)
- func (o *UserTasksTaskIdReassignPatchRequest) UnmarshalJSON(data []byte) (err error)
- type UserTasksTaskIdReassignPatchRequestAssigneesInner
- type UserTasksTaskIdReassignPatchRequestAssigneesInnerAnyOf
- func (o *UserTasksTaskIdReassignPatchRequestAssigneesInnerAnyOf) GetId() float32
- func (o *UserTasksTaskIdReassignPatchRequestAssigneesInnerAnyOf) GetIdOk() (*float32, bool)
- func (o *UserTasksTaskIdReassignPatchRequestAssigneesInnerAnyOf) GetType() string
- func (o *UserTasksTaskIdReassignPatchRequestAssigneesInnerAnyOf) GetTypeOk() (*string, bool)
- func (o UserTasksTaskIdReassignPatchRequestAssigneesInnerAnyOf) MarshalJSON() ([]byte, error)
- func (o *UserTasksTaskIdReassignPatchRequestAssigneesInnerAnyOf) SetId(v float32)
- func (o *UserTasksTaskIdReassignPatchRequestAssigneesInnerAnyOf) SetType(v string)
- func (o UserTasksTaskIdReassignPatchRequestAssigneesInnerAnyOf) ToMap() (map[string]interface{}, error)
- func (o *UserTasksTaskIdReassignPatchRequestAssigneesInnerAnyOf) UnmarshalJSON(data []byte) (err error)
- type UserTasksTaskIdReassignPatchRequestAssigneesInnerAnyOf1
- func (o *UserTasksTaskIdReassignPatchRequestAssigneesInnerAnyOf1) GetId() string
- func (o *UserTasksTaskIdReassignPatchRequestAssigneesInnerAnyOf1) GetIdOk() (*string, bool)
- func (o *UserTasksTaskIdReassignPatchRequestAssigneesInnerAnyOf1) GetType() string
- func (o *UserTasksTaskIdReassignPatchRequestAssigneesInnerAnyOf1) GetTypeOk() (*string, bool)
- func (o UserTasksTaskIdReassignPatchRequestAssigneesInnerAnyOf1) MarshalJSON() ([]byte, error)
- func (o *UserTasksTaskIdReassignPatchRequestAssigneesInnerAnyOf1) SetId(v string)
- func (o *UserTasksTaskIdReassignPatchRequestAssigneesInnerAnyOf1) SetType(v string)
- func (o UserTasksTaskIdReassignPatchRequestAssigneesInnerAnyOf1) ToMap() (map[string]interface{}, error)
- func (o *UserTasksTaskIdReassignPatchRequestAssigneesInnerAnyOf1) UnmarshalJSON(data []byte) (err error)
- type UserTasksTaskIdSubmitPatch200Response
- func (o *UserTasksTaskIdSubmitPatch200Response) GetData() UserTasksTaskIdSubmitPatch200ResponseData
- func (o *UserTasksTaskIdSubmitPatch200Response) GetDataOk() (*UserTasksTaskIdSubmitPatch200ResponseData, bool)
- func (o *UserTasksTaskIdSubmitPatch200Response) GetSuccess() bool
- func (o *UserTasksTaskIdSubmitPatch200Response) GetSuccessOk() (*bool, bool)
- func (o UserTasksTaskIdSubmitPatch200Response) MarshalJSON() ([]byte, error)
- func (o *UserTasksTaskIdSubmitPatch200Response) SetData(v UserTasksTaskIdSubmitPatch200ResponseData)
- func (o *UserTasksTaskIdSubmitPatch200Response) SetSuccess(v bool)
- func (o UserTasksTaskIdSubmitPatch200Response) ToMap() (map[string]interface{}, error)
- func (o *UserTasksTaskIdSubmitPatch200Response) UnmarshalJSON(data []byte) (err error)
- type UserTasksTaskIdSubmitPatch200ResponseData
- func (o *UserTasksTaskIdSubmitPatch200ResponseData) GetUserTask() UserTasksGet200ResponseDataInner
- func (o *UserTasksTaskIdSubmitPatch200ResponseData) GetUserTaskOk() (*UserTasksGet200ResponseDataInner, bool)
- func (o UserTasksTaskIdSubmitPatch200ResponseData) MarshalJSON() ([]byte, error)
- func (o *UserTasksTaskIdSubmitPatch200ResponseData) SetUserTask(v UserTasksGet200ResponseDataInner)
- func (o UserTasksTaskIdSubmitPatch200ResponseData) ToMap() (map[string]interface{}, error)
- func (o *UserTasksTaskIdSubmitPatch200ResponseData) UnmarshalJSON(data []byte) (err error)
- type UserTasksTaskIdSubmitPatchRequest
- func (o *UserTasksTaskIdSubmitPatchRequest) GetEmail() string
- func (o *UserTasksTaskIdSubmitPatchRequest) GetEmailOk() (*string, bool)
- func (o *UserTasksTaskIdSubmitPatchRequest) GetOutput() map[string]interface{}
- func (o *UserTasksTaskIdSubmitPatchRequest) GetOutputOk() (map[string]interface{}, bool)
- func (o UserTasksTaskIdSubmitPatchRequest) MarshalJSON() ([]byte, error)
- func (o *UserTasksTaskIdSubmitPatchRequest) SetEmail(v string)
- func (o *UserTasksTaskIdSubmitPatchRequest) SetOutput(v map[string]interface{})
- func (o UserTasksTaskIdSubmitPatchRequest) ToMap() (map[string]interface{}, error)
- func (o *UserTasksTaskIdSubmitPatchRequest) UnmarshalJSON(data []byte) (err error)
- type UsersAPIService
- func (a *UsersAPIService) UsersGet(ctx context.Context) ApiUsersGetRequest
- func (a *UsersAPIService) UsersGetExecute(r ApiUsersGetRequest) (*UsersGet200Response, *http.Response, error)
- func (a *UsersAPIService) UsersPost(ctx context.Context) ApiUsersPostRequest
- func (a *UsersAPIService) UsersPostExecute(r ApiUsersPostRequest) (*UsersPost200Response, *http.Response, error)
- func (a *UsersAPIService) UsersReset2faUserIdPut(ctx context.Context, userId string) ApiUsersReset2faUserIdPutRequest
- func (a *UsersAPIService) UsersReset2faUserIdPutExecute(r ApiUsersReset2faUserIdPutRequest) (*http.Response, error)
- func (a *UsersAPIService) UsersUserIdDelete(ctx context.Context, userId string) ApiUsersUserIdDeleteRequest
- func (a *UsersAPIService) UsersUserIdDeleteExecute(r ApiUsersUserIdDeleteRequest) (*http.Response, error)
- func (a *UsersAPIService) UsersUserIdGet(ctx context.Context, userId string) ApiUsersUserIdGetRequest
- func (a *UsersAPIService) UsersUserIdGetExecute(r ApiUsersUserIdGetRequest) (*UsersUserIdGet200Response, *http.Response, error)
- func (a *UsersAPIService) UsersUserIdPatch(ctx context.Context, userId string) ApiUsersUserIdPatchRequest
- func (a *UsersAPIService) UsersUserIdPatchExecute(r ApiUsersUserIdPatchRequest) (*UsersUserIdGet200Response, *http.Response, error)
- func (a *UsersAPIService) UsersUserIdUserAttributesAttributeNameDelete(ctx context.Context, userId string, attributeName string) ApiUsersUserIdUserAttributesAttributeNameDeleteRequest
- func (a *UsersAPIService) UsersUserIdUserAttributesAttributeNameDeleteExecute(r ApiUsersUserIdUserAttributesAttributeNameDeleteRequest) (*UsersUserIdUserAttributesAttributeNameDelete200Response, *http.Response, ...)
- func (a *UsersAPIService) UsersUserIdUserAttributesPost(ctx context.Context, userId string) ApiUsersUserIdUserAttributesPostRequest
- func (a *UsersAPIService) UsersUserIdUserAttributesPostExecute(r ApiUsersUserIdUserAttributesPostRequest) (*UsersUserIdUserAttributesPost200Response, *http.Response, error)
- type UsersGet200Response
- func (o *UsersGet200Response) GetData() []UsersUserIdGet200ResponseData
- func (o *UsersGet200Response) GetDataOk() ([]UsersUserIdGet200ResponseData, bool)
- func (o *UsersGet200Response) GetHasMore() bool
- func (o *UsersGet200Response) GetHasMoreOk() (*bool, bool)
- func (o *UsersGet200Response) GetNextToken() string
- func (o *UsersGet200Response) GetNextTokenOk() (*string, bool)
- func (o *UsersGet200Response) GetSuccess() bool
- func (o *UsersGet200Response) GetSuccessOk() (*bool, bool)
- func (o *UsersGet200Response) GetTotalCount() float32
- func (o *UsersGet200Response) GetTotalCountOk() (*float32, bool)
- func (o UsersGet200Response) MarshalJSON() ([]byte, error)
- func (o *UsersGet200Response) SetData(v []UsersUserIdGet200ResponseData)
- func (o *UsersGet200Response) SetHasMore(v bool)
- func (o *UsersGet200Response) SetNextToken(v string)
- func (o *UsersGet200Response) SetSuccess(v bool)
- func (o *UsersGet200Response) SetTotalCount(v float32)
- func (o UsersGet200Response) ToMap() (map[string]interface{}, error)
- func (o *UsersGet200Response) UnmarshalJSON(data []byte) (err error)
- type UsersPost200Response
- func (o *UsersPost200Response) GetData() UsersPost200ResponseData
- func (o *UsersPost200Response) GetDataOk() (*UsersPost200ResponseData, bool)
- func (o *UsersPost200Response) GetSuccess() bool
- func (o *UsersPost200Response) GetSuccessOk() (*bool, bool)
- func (o UsersPost200Response) MarshalJSON() ([]byte, error)
- func (o *UsersPost200Response) SetData(v UsersPost200ResponseData)
- func (o *UsersPost200Response) SetSuccess(v bool)
- func (o UsersPost200Response) ToMap() (map[string]interface{}, error)
- func (o *UsersPost200Response) UnmarshalJSON(data []byte) (err error)
- type UsersPost200ResponseData
- func (o *UsersPost200ResponseData) GetActive() bool
- func (o *UsersPost200ResponseData) GetActiveOk() (*bool, bool)
- func (o *UsersPost200ResponseData) GetCreatedAt() time.Time
- func (o *UsersPost200ResponseData) GetCreatedAtOk() (*time.Time, bool)
- func (o *UsersPost200ResponseData) GetEmail() string
- func (o *UsersPost200ResponseData) GetEmailOk() (*string, bool)
- func (o *UsersPost200ResponseData) GetFirstName() string
- func (o *UsersPost200ResponseData) GetFirstNameOk() (*string, bool)
- func (o *UsersPost200ResponseData) GetId() string
- func (o *UsersPost200ResponseData) GetIdOk() (*string, bool)
- func (o *UsersPost200ResponseData) GetIsAdmin() bool
- func (o *UsersPost200ResponseData) GetIsAdminOk() (*bool, bool)
- func (o *UsersPost200ResponseData) GetLastActive() time.Time
- func (o *UsersPost200ResponseData) GetLastActiveOk() (*time.Time, bool)
- func (o *UsersPost200ResponseData) GetLastName() string
- func (o *UsersPost200ResponseData) GetLastNameOk() (*string, bool)
- func (o *UsersPost200ResponseData) GetLegacyId() float32
- func (o *UsersPost200ResponseData) GetLegacyIdOk() (*float32, bool)
- func (o *UsersPost200ResponseData) GetMetadata() map[string]interface{}
- func (o *UsersPost200ResponseData) GetMetadataOk() (map[string]interface{}, bool)
- func (o *UsersPost200ResponseData) GetTwoFactorAuthEnabled() bool
- func (o *UsersPost200ResponseData) GetTwoFactorAuthEnabledOk() (*bool, bool)
- func (o *UsersPost200ResponseData) GetUserType() string
- func (o *UsersPost200ResponseData) GetUserTypeOk() (*string, bool)
- func (o UsersPost200ResponseData) MarshalJSON() ([]byte, error)
- func (o *UsersPost200ResponseData) SetActive(v bool)
- func (o *UsersPost200ResponseData) SetCreatedAt(v time.Time)
- func (o *UsersPost200ResponseData) SetEmail(v string)
- func (o *UsersPost200ResponseData) SetFirstName(v string)
- func (o *UsersPost200ResponseData) SetId(v string)
- func (o *UsersPost200ResponseData) SetIsAdmin(v bool)
- func (o *UsersPost200ResponseData) SetLastActive(v time.Time)
- func (o *UsersPost200ResponseData) SetLastName(v string)
- func (o *UsersPost200ResponseData) SetLegacyId(v float32)
- func (o *UsersPost200ResponseData) SetMetadata(v map[string]interface{})
- func (o *UsersPost200ResponseData) SetTwoFactorAuthEnabled(v bool)
- func (o *UsersPost200ResponseData) SetUserType(v string)
- func (o UsersPost200ResponseData) ToMap() (map[string]interface{}, error)
- func (o *UsersPost200ResponseData) UnmarshalJSON(data []byte) (err error)
- type UsersPostRequest
- func (o *UsersPostRequest) GetActive() bool
- func (o *UsersPostRequest) GetActiveOk() (*bool, bool)
- func (o *UsersPostRequest) GetEmail() string
- func (o *UsersPostRequest) GetEmailOk() (*string, bool)
- func (o *UsersPostRequest) GetFirstName() string
- func (o *UsersPostRequest) GetFirstNameOk() (*string, bool)
- func (o *UsersPostRequest) GetLastName() string
- func (o *UsersPostRequest) GetLastNameOk() (*string, bool)
- func (o *UsersPostRequest) GetMetadata() map[string]interface{}
- func (o *UsersPostRequest) GetMetadataOk() (map[string]interface{}, bool)
- func (o *UsersPostRequest) GetUserType() string
- func (o *UsersPostRequest) GetUserTypeOk() (*string, bool)
- func (o *UsersPostRequest) HasActive() bool
- func (o *UsersPostRequest) HasMetadata() bool
- func (o *UsersPostRequest) HasUserType() bool
- func (o UsersPostRequest) MarshalJSON() ([]byte, error)
- func (o *UsersPostRequest) SetActive(v bool)
- func (o *UsersPostRequest) SetEmail(v string)
- func (o *UsersPostRequest) SetFirstName(v string)
- func (o *UsersPostRequest) SetLastName(v string)
- func (o *UsersPostRequest) SetMetadata(v map[string]interface{})
- func (o *UsersPostRequest) SetUserType(v string)
- func (o UsersPostRequest) ToMap() (map[string]interface{}, error)
- func (o *UsersPostRequest) UnmarshalJSON(data []byte) (err error)
- type UsersUserIdGet200Response
- func (o *UsersUserIdGet200Response) GetData() UsersUserIdGet200ResponseData
- func (o *UsersUserIdGet200Response) GetDataOk() (*UsersUserIdGet200ResponseData, bool)
- func (o *UsersUserIdGet200Response) GetSuccess() bool
- func (o *UsersUserIdGet200Response) GetSuccessOk() (*bool, bool)
- func (o UsersUserIdGet200Response) MarshalJSON() ([]byte, error)
- func (o *UsersUserIdGet200Response) SetData(v UsersUserIdGet200ResponseData)
- func (o *UsersUserIdGet200Response) SetSuccess(v bool)
- func (o UsersUserIdGet200Response) ToMap() (map[string]interface{}, error)
- func (o *UsersUserIdGet200Response) UnmarshalJSON(data []byte) (err error)
- type UsersUserIdGet200ResponseData
- func (o *UsersUserIdGet200ResponseData) GetActive() bool
- func (o *UsersUserIdGet200ResponseData) GetActiveOk() (*bool, bool)
- func (o *UsersUserIdGet200ResponseData) GetCreatedAt() time.Time
- func (o *UsersUserIdGet200ResponseData) GetCreatedAtOk() (*time.Time, bool)
- func (o *UsersUserIdGet200ResponseData) GetEmail() string
- func (o *UsersUserIdGet200ResponseData) GetEmailOk() (*string, bool)
- func (o *UsersUserIdGet200ResponseData) GetFirstName() string
- func (o *UsersUserIdGet200ResponseData) GetFirstNameOk() (*string, bool)
- func (o *UsersUserIdGet200ResponseData) GetId() string
- func (o *UsersUserIdGet200ResponseData) GetIdOk() (*string, bool)
- func (o *UsersUserIdGet200ResponseData) GetIsAdmin() bool
- func (o *UsersUserIdGet200ResponseData) GetIsAdminOk() (*bool, bool)
- func (o *UsersUserIdGet200ResponseData) GetLastActive() time.Time
- func (o *UsersUserIdGet200ResponseData) GetLastActiveOk() (*time.Time, bool)
- func (o *UsersUserIdGet200ResponseData) GetLastName() string
- func (o *UsersUserIdGet200ResponseData) GetLastNameOk() (*string, bool)
- func (o *UsersUserIdGet200ResponseData) GetLegacyId() float32
- func (o *UsersUserIdGet200ResponseData) GetLegacyIdOk() (*float32, bool)
- func (o *UsersUserIdGet200ResponseData) GetMetadata() map[string]interface{}
- func (o *UsersUserIdGet200ResponseData) GetMetadataOk() (map[string]interface{}, bool)
- func (o *UsersUserIdGet200ResponseData) GetTwoFactorAuthEnabled() bool
- func (o *UsersUserIdGet200ResponseData) GetTwoFactorAuthEnabledOk() (*bool, bool)
- func (o *UsersUserIdGet200ResponseData) GetUserType() string
- func (o *UsersUserIdGet200ResponseData) GetUserTypeOk() (*string, bool)
- func (o UsersUserIdGet200ResponseData) MarshalJSON() ([]byte, error)
- func (o *UsersUserIdGet200ResponseData) SetActive(v bool)
- func (o *UsersUserIdGet200ResponseData) SetCreatedAt(v time.Time)
- func (o *UsersUserIdGet200ResponseData) SetEmail(v string)
- func (o *UsersUserIdGet200ResponseData) SetFirstName(v string)
- func (o *UsersUserIdGet200ResponseData) SetId(v string)
- func (o *UsersUserIdGet200ResponseData) SetIsAdmin(v bool)
- func (o *UsersUserIdGet200ResponseData) SetLastActive(v time.Time)
- func (o *UsersUserIdGet200ResponseData) SetLastName(v string)
- func (o *UsersUserIdGet200ResponseData) SetLegacyId(v float32)
- func (o *UsersUserIdGet200ResponseData) SetMetadata(v map[string]interface{})
- func (o *UsersUserIdGet200ResponseData) SetTwoFactorAuthEnabled(v bool)
- func (o *UsersUserIdGet200ResponseData) SetUserType(v string)
- func (o UsersUserIdGet200ResponseData) ToMap() (map[string]interface{}, error)
- func (o *UsersUserIdGet200ResponseData) UnmarshalJSON(data []byte) (err error)
- type UsersUserIdPatchRequest
- func (o *UsersUserIdPatchRequest) GetOperations() []UsersUserIdPatchRequestOperationsInner
- func (o *UsersUserIdPatchRequest) GetOperationsOk() ([]UsersUserIdPatchRequestOperationsInner, bool)
- func (o UsersUserIdPatchRequest) MarshalJSON() ([]byte, error)
- func (o *UsersUserIdPatchRequest) SetOperations(v []UsersUserIdPatchRequestOperationsInner)
- func (o UsersUserIdPatchRequest) ToMap() (map[string]interface{}, error)
- func (o *UsersUserIdPatchRequest) UnmarshalJSON(data []byte) (err error)
- type UsersUserIdPatchRequestOperationsInner
- type UsersUserIdPatchRequestOperationsInnerAnyOf
- func (o *UsersUserIdPatchRequestOperationsInnerAnyOf) GetOp() string
- func (o *UsersUserIdPatchRequestOperationsInnerAnyOf) GetOpOk() (*string, bool)
- func (o *UsersUserIdPatchRequestOperationsInnerAnyOf) GetPath() string
- func (o *UsersUserIdPatchRequestOperationsInnerAnyOf) GetPathOk() (*string, bool)
- func (o *UsersUserIdPatchRequestOperationsInnerAnyOf) GetValue() interface{}
- func (o *UsersUserIdPatchRequestOperationsInnerAnyOf) GetValueOk() (*interface{}, bool)
- func (o *UsersUserIdPatchRequestOperationsInnerAnyOf) HasValue() bool
- func (o UsersUserIdPatchRequestOperationsInnerAnyOf) MarshalJSON() ([]byte, error)
- func (o *UsersUserIdPatchRequestOperationsInnerAnyOf) SetOp(v string)
- func (o *UsersUserIdPatchRequestOperationsInnerAnyOf) SetPath(v string)
- func (o *UsersUserIdPatchRequestOperationsInnerAnyOf) SetValue(v interface{})
- func (o UsersUserIdPatchRequestOperationsInnerAnyOf) ToMap() (map[string]interface{}, error)
- func (o *UsersUserIdPatchRequestOperationsInnerAnyOf) UnmarshalJSON(data []byte) (err error)
- type UsersUserIdPatchRequestOperationsInnerAnyOf1
- func (o *UsersUserIdPatchRequestOperationsInnerAnyOf1) GetOp() string
- func (o *UsersUserIdPatchRequestOperationsInnerAnyOf1) GetOpOk() (*string, bool)
- func (o *UsersUserIdPatchRequestOperationsInnerAnyOf1) GetPath() string
- func (o *UsersUserIdPatchRequestOperationsInnerAnyOf1) GetPathOk() (*string, bool)
- func (o UsersUserIdPatchRequestOperationsInnerAnyOf1) MarshalJSON() ([]byte, error)
- func (o *UsersUserIdPatchRequestOperationsInnerAnyOf1) SetOp(v string)
- func (o *UsersUserIdPatchRequestOperationsInnerAnyOf1) SetPath(v string)
- func (o UsersUserIdPatchRequestOperationsInnerAnyOf1) ToMap() (map[string]interface{}, error)
- func (o *UsersUserIdPatchRequestOperationsInnerAnyOf1) UnmarshalJSON(data []byte) (err error)
- type UsersUserIdPatchRequestOperationsInnerAnyOf2
- func (o *UsersUserIdPatchRequestOperationsInnerAnyOf2) GetOp() string
- func (o *UsersUserIdPatchRequestOperationsInnerAnyOf2) GetOpOk() (*string, bool)
- func (o *UsersUserIdPatchRequestOperationsInnerAnyOf2) GetPath() string
- func (o *UsersUserIdPatchRequestOperationsInnerAnyOf2) GetPathOk() (*string, bool)
- func (o *UsersUserIdPatchRequestOperationsInnerAnyOf2) GetValue() interface{}
- func (o *UsersUserIdPatchRequestOperationsInnerAnyOf2) GetValueOk() (*interface{}, bool)
- func (o *UsersUserIdPatchRequestOperationsInnerAnyOf2) HasValue() bool
- func (o UsersUserIdPatchRequestOperationsInnerAnyOf2) MarshalJSON() ([]byte, error)
- func (o *UsersUserIdPatchRequestOperationsInnerAnyOf2) SetOp(v string)
- func (o *UsersUserIdPatchRequestOperationsInnerAnyOf2) SetPath(v string)
- func (o *UsersUserIdPatchRequestOperationsInnerAnyOf2) SetValue(v interface{})
- func (o UsersUserIdPatchRequestOperationsInnerAnyOf2) ToMap() (map[string]interface{}, error)
- func (o *UsersUserIdPatchRequestOperationsInnerAnyOf2) UnmarshalJSON(data []byte) (err error)
- type UsersUserIdUserAttributesAttributeNameDelete200Response
- func NewUsersUserIdUserAttributesAttributeNameDelete200Response(success bool, data UsersUserIdUserAttributesAttributeNameDelete200ResponseData) *UsersUserIdUserAttributesAttributeNameDelete200Response
- func NewUsersUserIdUserAttributesAttributeNameDelete200ResponseWithDefaults() *UsersUserIdUserAttributesAttributeNameDelete200Response
- func (o *UsersUserIdUserAttributesAttributeNameDelete200Response) GetData() UsersUserIdUserAttributesAttributeNameDelete200ResponseData
- func (o *UsersUserIdUserAttributesAttributeNameDelete200Response) GetDataOk() (*UsersUserIdUserAttributesAttributeNameDelete200ResponseData, bool)
- func (o *UsersUserIdUserAttributesAttributeNameDelete200Response) GetSuccess() bool
- func (o *UsersUserIdUserAttributesAttributeNameDelete200Response) GetSuccessOk() (*bool, bool)
- func (o UsersUserIdUserAttributesAttributeNameDelete200Response) MarshalJSON() ([]byte, error)
- func (o *UsersUserIdUserAttributesAttributeNameDelete200Response) SetData(v UsersUserIdUserAttributesAttributeNameDelete200ResponseData)
- func (o *UsersUserIdUserAttributesAttributeNameDelete200Response) SetSuccess(v bool)
- func (o UsersUserIdUserAttributesAttributeNameDelete200Response) ToMap() (map[string]interface{}, error)
- func (o *UsersUserIdUserAttributesAttributeNameDelete200Response) UnmarshalJSON(data []byte) (err error)
- type UsersUserIdUserAttributesAttributeNameDelete200ResponseData
- func NewUsersUserIdUserAttributesAttributeNameDelete200ResponseData(metadata map[string]interface{}) *UsersUserIdUserAttributesAttributeNameDelete200ResponseData
- func NewUsersUserIdUserAttributesAttributeNameDelete200ResponseDataWithDefaults() *UsersUserIdUserAttributesAttributeNameDelete200ResponseData
- func (o *UsersUserIdUserAttributesAttributeNameDelete200ResponseData) GetMetadata() map[string]interface{}
- func (o *UsersUserIdUserAttributesAttributeNameDelete200ResponseData) GetMetadataOk() (map[string]interface{}, bool)
- func (o UsersUserIdUserAttributesAttributeNameDelete200ResponseData) MarshalJSON() ([]byte, error)
- func (o *UsersUserIdUserAttributesAttributeNameDelete200ResponseData) SetMetadata(v map[string]interface{})
- func (o UsersUserIdUserAttributesAttributeNameDelete200ResponseData) ToMap() (map[string]interface{}, error)
- func (o *UsersUserIdUserAttributesAttributeNameDelete200ResponseData) UnmarshalJSON(data []byte) (err error)
- type UsersUserIdUserAttributesPost200Response
- func (o *UsersUserIdUserAttributesPost200Response) GetData() UsersUserIdUserAttributesPost200ResponseData
- func (o *UsersUserIdUserAttributesPost200Response) GetDataOk() (*UsersUserIdUserAttributesPost200ResponseData, bool)
- func (o *UsersUserIdUserAttributesPost200Response) GetSuccess() bool
- func (o *UsersUserIdUserAttributesPost200Response) GetSuccessOk() (*bool, bool)
- func (o UsersUserIdUserAttributesPost200Response) MarshalJSON() ([]byte, error)
- func (o *UsersUserIdUserAttributesPost200Response) SetData(v UsersUserIdUserAttributesPost200ResponseData)
- func (o *UsersUserIdUserAttributesPost200Response) SetSuccess(v bool)
- func (o UsersUserIdUserAttributesPost200Response) ToMap() (map[string]interface{}, error)
- func (o *UsersUserIdUserAttributesPost200Response) UnmarshalJSON(data []byte) (err error)
- type UsersUserIdUserAttributesPost200ResponseData
- func (o *UsersUserIdUserAttributesPost200ResponseData) GetMetadata() map[string]interface{}
- func (o *UsersUserIdUserAttributesPost200ResponseData) GetMetadataOk() (map[string]interface{}, bool)
- func (o UsersUserIdUserAttributesPost200ResponseData) MarshalJSON() ([]byte, error)
- func (o *UsersUserIdUserAttributesPost200ResponseData) SetMetadata(v map[string]interface{})
- func (o UsersUserIdUserAttributesPost200ResponseData) ToMap() (map[string]interface{}, error)
- func (o *UsersUserIdUserAttributesPost200ResponseData) UnmarshalJSON(data []byte) (err error)
- type UsersUserIdUserAttributesPostRequest
- func (o *UsersUserIdUserAttributesPostRequest) GetName() string
- func (o *UsersUserIdUserAttributesPostRequest) GetNameOk() (*string, bool)
- func (o *UsersUserIdUserAttributesPostRequest) GetValue() string
- func (o *UsersUserIdUserAttributesPostRequest) GetValueOk() (*string, bool)
- func (o UsersUserIdUserAttributesPostRequest) MarshalJSON() ([]byte, error)
- func (o *UsersUserIdUserAttributesPostRequest) SetName(v string)
- func (o *UsersUserIdUserAttributesPostRequest) SetValue(v string)
- func (o UsersUserIdUserAttributesPostRequest) ToMap() (map[string]interface{}, error)
- func (o *UsersUserIdUserAttributesPostRequest) UnmarshalJSON(data []byte) (err error)
- type Workflow
- func (o *Workflow) GetCreatedAt() time.Time
- func (o *Workflow) GetCreatedAtOk() (*time.Time, bool)
- func (o *Workflow) GetCreatedBy() float32
- func (o *Workflow) GetCreatedByOk() (*float32, bool)
- func (o *Workflow) GetCrontab() string
- func (o *Workflow) GetCrontabOk() (*string, bool)
- func (o *Workflow) GetDescription() string
- func (o *Workflow) GetDescriptionOk() (*string, bool)
- func (o *Workflow) GetFolderId() string
- func (o *Workflow) GetFolderIdOk() (*string, bool)
- func (o *Workflow) GetId() string
- func (o *Workflow) GetIdOk() (*string, bool)
- func (o *Workflow) GetIsEnabled() bool
- func (o *Workflow) GetIsEnabledOk() (*bool, bool)
- func (o *Workflow) GetName() string
- func (o *Workflow) GetNameOk() (*string, bool)
- func (o *Workflow) GetProtected() bool
- func (o *Workflow) GetProtectedOk() (*bool, bool)
- func (o *Workflow) GetTimezone() string
- func (o *Workflow) GetTimezoneOk() (*string, bool)
- func (o *Workflow) GetUpdatedAt() time.Time
- func (o *Workflow) GetUpdatedAtOk() (*time.Time, bool)
- func (o Workflow) MarshalJSON() ([]byte, error)
- func (o *Workflow) SetCreatedAt(v time.Time)
- func (o *Workflow) SetCreatedBy(v float32)
- func (o *Workflow) SetCrontab(v string)
- func (o *Workflow) SetDescription(v string)
- func (o *Workflow) SetFolderId(v string)
- func (o *Workflow) SetId(v string)
- func (o *Workflow) SetIsEnabled(v bool)
- func (o *Workflow) SetName(v string)
- func (o *Workflow) SetProtected(v bool)
- func (o *Workflow) SetTimezone(v string)
- func (o *Workflow) SetUpdatedAt(v time.Time)
- func (o Workflow) ToMap() (map[string]interface{}, error)
- func (o *Workflow) UnmarshalJSON(data []byte) (err error)
- type WorkflowRunAPIService
- type WorkflowRunIdGet200Response
- func (o *WorkflowRunIdGet200Response) GetCreatedAt() string
- func (o *WorkflowRunIdGet200Response) GetCreatedAtOk() (*string, bool)
- func (o *WorkflowRunIdGet200Response) GetId() string
- func (o *WorkflowRunIdGet200Response) GetIdOk() (*string, bool)
- func (o *WorkflowRunIdGet200Response) GetStatus() string
- func (o *WorkflowRunIdGet200Response) GetStatusOk() (*string, bool)
- func (o *WorkflowRunIdGet200Response) GetTriggerId() string
- func (o *WorkflowRunIdGet200Response) GetTriggerIdOk() (*string, bool)
- func (o *WorkflowRunIdGet200Response) GetTriggerType() string
- func (o *WorkflowRunIdGet200Response) GetTriggerTypeOk() (*string, bool)
- func (o *WorkflowRunIdGet200Response) GetUserTasks() []UserTasksGet200ResponseDataInner
- func (o *WorkflowRunIdGet200Response) GetUserTasksOk() ([]UserTasksGet200ResponseDataInner, bool)
- func (o *WorkflowRunIdGet200Response) GetWorkflowId() string
- func (o *WorkflowRunIdGet200Response) GetWorkflowIdOk() (*string, bool)
- func (o *WorkflowRunIdGet200Response) HasUserTasks() bool
- func (o WorkflowRunIdGet200Response) MarshalJSON() ([]byte, error)
- func (o *WorkflowRunIdGet200Response) SetCreatedAt(v string)
- func (o *WorkflowRunIdGet200Response) SetId(v string)
- func (o *WorkflowRunIdGet200Response) SetStatus(v string)
- func (o *WorkflowRunIdGet200Response) SetTriggerId(v string)
- func (o *WorkflowRunIdGet200Response) SetTriggerType(v string)
- func (o *WorkflowRunIdGet200Response) SetUserTasks(v []UserTasksGet200ResponseDataInner)
- func (o *WorkflowRunIdGet200Response) SetWorkflowId(v string)
- func (o WorkflowRunIdGet200Response) ToMap() (map[string]interface{}, error)
- func (o *WorkflowRunIdGet200Response) UnmarshalJSON(data []byte) (err error)
- type WorkflowRunWithUserTask
- func (o *WorkflowRunWithUserTask) GetCreatedAt() string
- func (o *WorkflowRunWithUserTask) GetCreatedAtOk() (*string, bool)
- func (o *WorkflowRunWithUserTask) GetId() string
- func (o *WorkflowRunWithUserTask) GetIdOk() (*string, bool)
- func (o *WorkflowRunWithUserTask) GetStatus() string
- func (o *WorkflowRunWithUserTask) GetStatusOk() (*string, bool)
- func (o *WorkflowRunWithUserTask) GetTriggerId() string
- func (o *WorkflowRunWithUserTask) GetTriggerIdOk() (*string, bool)
- func (o *WorkflowRunWithUserTask) GetTriggerType() string
- func (o *WorkflowRunWithUserTask) GetTriggerTypeOk() (*string, bool)
- func (o *WorkflowRunWithUserTask) GetUserTasks() []UserTasksGet200ResponseDataInner
- func (o *WorkflowRunWithUserTask) GetUserTasksOk() ([]UserTasksGet200ResponseDataInner, bool)
- func (o *WorkflowRunWithUserTask) GetWorkflowId() string
- func (o *WorkflowRunWithUserTask) GetWorkflowIdOk() (*string, bool)
- func (o *WorkflowRunWithUserTask) HasUserTasks() bool
- func (o WorkflowRunWithUserTask) MarshalJSON() ([]byte, error)
- func (o *WorkflowRunWithUserTask) SetCreatedAt(v string)
- func (o *WorkflowRunWithUserTask) SetId(v string)
- func (o *WorkflowRunWithUserTask) SetStatus(v string)
- func (o *WorkflowRunWithUserTask) SetTriggerId(v string)
- func (o *WorkflowRunWithUserTask) SetTriggerType(v string)
- func (o *WorkflowRunWithUserTask) SetUserTasks(v []UserTasksGet200ResponseDataInner)
- func (o *WorkflowRunWithUserTask) SetWorkflowId(v string)
- func (o WorkflowRunWithUserTask) ToMap() (map[string]interface{}, error)
- func (o *WorkflowRunWithUserTask) UnmarshalJSON(data []byte) (err error)
- type WorkflowsAPIService
- func (a *WorkflowsAPIService) WorkflowsGet(ctx context.Context) ApiWorkflowsGetRequest
- func (a *WorkflowsAPIService) WorkflowsGetExecute(r ApiWorkflowsGetRequest) (*WorkflowsGet200Response, *http.Response, error)
- func (a *WorkflowsAPIService) WorkflowsWorkflowIdGet(ctx context.Context, workflowId string) ApiWorkflowsWorkflowIdGetRequest
- func (a *WorkflowsAPIService) WorkflowsWorkflowIdGetExecute(r ApiWorkflowsWorkflowIdGetRequest) (*WorkflowsWorkflowIdGet200Response, *http.Response, error)
- type WorkflowsGet200Response
- func (o *WorkflowsGet200Response) GetData() []WorkflowsGet200ResponseDataInner
- func (o *WorkflowsGet200Response) GetDataOk() ([]WorkflowsGet200ResponseDataInner, bool)
- func (o *WorkflowsGet200Response) GetHasMore() bool
- func (o *WorkflowsGet200Response) GetHasMoreOk() (*bool, bool)
- func (o *WorkflowsGet200Response) GetNextToken() string
- func (o *WorkflowsGet200Response) GetNextTokenOk() (*string, bool)
- func (o *WorkflowsGet200Response) GetSuccess() bool
- func (o *WorkflowsGet200Response) GetSuccessOk() (*bool, bool)
- func (o *WorkflowsGet200Response) GetTotalCount() float32
- func (o *WorkflowsGet200Response) GetTotalCountOk() (*float32, bool)
- func (o WorkflowsGet200Response) MarshalJSON() ([]byte, error)
- func (o *WorkflowsGet200Response) SetData(v []WorkflowsGet200ResponseDataInner)
- func (o *WorkflowsGet200Response) SetHasMore(v bool)
- func (o *WorkflowsGet200Response) SetNextToken(v string)
- func (o *WorkflowsGet200Response) SetSuccess(v bool)
- func (o *WorkflowsGet200Response) SetTotalCount(v float32)
- func (o WorkflowsGet200Response) ToMap() (map[string]interface{}, error)
- func (o *WorkflowsGet200Response) UnmarshalJSON(data []byte) (err error)
- type WorkflowsGet200ResponseDataInner
- func (o *WorkflowsGet200ResponseDataInner) GetCreatedAt() time.Time
- func (o *WorkflowsGet200ResponseDataInner) GetCreatedAtOk() (*time.Time, bool)
- func (o *WorkflowsGet200ResponseDataInner) GetCreatedBy() float32
- func (o *WorkflowsGet200ResponseDataInner) GetCreatedByOk() (*float32, bool)
- func (o *WorkflowsGet200ResponseDataInner) GetCrontab() string
- func (o *WorkflowsGet200ResponseDataInner) GetCrontabOk() (*string, bool)
- func (o *WorkflowsGet200ResponseDataInner) GetDescription() string
- func (o *WorkflowsGet200ResponseDataInner) GetDescriptionOk() (*string, bool)
- func (o *WorkflowsGet200ResponseDataInner) GetFolderId() string
- func (o *WorkflowsGet200ResponseDataInner) GetFolderIdOk() (*string, bool)
- func (o *WorkflowsGet200ResponseDataInner) GetId() string
- func (o *WorkflowsGet200ResponseDataInner) GetIdOk() (*string, bool)
- func (o *WorkflowsGet200ResponseDataInner) GetIsEnabled() bool
- func (o *WorkflowsGet200ResponseDataInner) GetIsEnabledOk() (*bool, bool)
- func (o *WorkflowsGet200ResponseDataInner) GetName() string
- func (o *WorkflowsGet200ResponseDataInner) GetNameOk() (*string, bool)
- func (o *WorkflowsGet200ResponseDataInner) GetProtected() bool
- func (o *WorkflowsGet200ResponseDataInner) GetProtectedOk() (*bool, bool)
- func (o *WorkflowsGet200ResponseDataInner) GetTimezone() string
- func (o *WorkflowsGet200ResponseDataInner) GetTimezoneOk() (*string, bool)
- func (o *WorkflowsGet200ResponseDataInner) GetUpdatedAt() time.Time
- func (o *WorkflowsGet200ResponseDataInner) GetUpdatedAtOk() (*time.Time, bool)
- func (o WorkflowsGet200ResponseDataInner) MarshalJSON() ([]byte, error)
- func (o *WorkflowsGet200ResponseDataInner) SetCreatedAt(v time.Time)
- func (o *WorkflowsGet200ResponseDataInner) SetCreatedBy(v float32)
- func (o *WorkflowsGet200ResponseDataInner) SetCrontab(v string)
- func (o *WorkflowsGet200ResponseDataInner) SetDescription(v string)
- func (o *WorkflowsGet200ResponseDataInner) SetFolderId(v string)
- func (o *WorkflowsGet200ResponseDataInner) SetId(v string)
- func (o *WorkflowsGet200ResponseDataInner) SetIsEnabled(v bool)
- func (o *WorkflowsGet200ResponseDataInner) SetName(v string)
- func (o *WorkflowsGet200ResponseDataInner) SetProtected(v bool)
- func (o *WorkflowsGet200ResponseDataInner) SetTimezone(v string)
- func (o *WorkflowsGet200ResponseDataInner) SetUpdatedAt(v time.Time)
- func (o WorkflowsGet200ResponseDataInner) ToMap() (map[string]interface{}, error)
- func (o *WorkflowsGet200ResponseDataInner) UnmarshalJSON(data []byte) (err error)
- type WorkflowsGet403Response
- func (o *WorkflowsGet403Response) GetMessage() string
- func (o *WorkflowsGet403Response) GetMessageOk() (*string, bool)
- func (o *WorkflowsGet403Response) GetSuccess() bool
- func (o *WorkflowsGet403Response) GetSuccessOk() (*bool, bool)
- func (o WorkflowsGet403Response) MarshalJSON() ([]byte, error)
- func (o *WorkflowsGet403Response) SetMessage(v string)
- func (o *WorkflowsGet403Response) SetSuccess(v bool)
- func (o WorkflowsGet403Response) ToMap() (map[string]interface{}, error)
- func (o *WorkflowsGet403Response) UnmarshalJSON(data []byte) (err error)
- type WorkflowsWorkflowIdGet200Response
- func (o *WorkflowsWorkflowIdGet200Response) GetData() WorkflowsGet200ResponseDataInner
- func (o *WorkflowsWorkflowIdGet200Response) GetDataOk() (*WorkflowsGet200ResponseDataInner, bool)
- func (o *WorkflowsWorkflowIdGet200Response) GetSuccess() bool
- func (o *WorkflowsWorkflowIdGet200Response) GetSuccessOk() (*bool, bool)
- func (o WorkflowsWorkflowIdGet200Response) MarshalJSON() ([]byte, error)
- func (o *WorkflowsWorkflowIdGet200Response) SetData(v WorkflowsGet200ResponseDataInner)
- func (o *WorkflowsWorkflowIdGet200Response) SetSuccess(v bool)
- func (o WorkflowsWorkflowIdGet200Response) ToMap() (map[string]interface{}, error)
- func (o *WorkflowsWorkflowIdGet200Response) UnmarshalJSON(data []byte) (err error)
Constants ¶
This section is empty.
Variables ¶
var ( JsonCheck = regexp.MustCompile(`(?i:(?:application|text)/(?:[^;]+\+)?json)`) XmlCheck = regexp.MustCompile(`(?i:(?:application|text)/(?:[^;]+\+)?xml)`) )
var ( // ContextAccessToken takes a string oauth2 access token as authentication for the request. ContextAccessToken = contextKey("accesstoken") // 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 {
AccessRequestAPI *AccessRequestAPIService
AccessTokensAPI *AccessTokensAPIService
AppThemesAPI *AppThemesAPIService
AppsAPI *AppsAPIService
ConfigurationVariablesAPI *ConfigurationVariablesAPIService
CustomComponentLibraryAPI *CustomComponentLibraryAPIService
EnvironmentsAPI *EnvironmentsAPIService
FoldersAPI *FoldersAPIService
GroupsAPI *GroupsAPIService
InfoAPI *InfoAPIService
ObservabilityAPI *ObservabilityAPIService
OrganizationAPI *OrganizationAPIService
PermissionsAPI *PermissionsAPIService
ResourceConfigurationsAPI *ResourceConfigurationsAPIService
ResourcesAPI *ResourcesAPIService
SSOAPI *SSOAPIService
SourceControlAPI *SourceControlAPIService
SpacesAPI *SpacesAPIService
UsageAPI *UsageAPIService
UserAttributesAPI *UserAttributesAPIService
UserInviteAPI *UserInviteAPIService
UserTasksAPI *UserTasksAPIService
UsersAPI *UsersAPIService
WorkflowRunAPI *WorkflowRunAPIService
WorkflowsAPI *WorkflowsAPIService
// contains filtered or unexported fields
}
APIClient manages communication with the Retool API API v2.9.0 In most cases there should be only one, shared, APIClient.
func NewAPIClient ¶
func NewAPIClient(cfg *Configuration) *APIClient
NewAPIClient creates a new API client. Requires a userAgent string describing your application. optionally a custom http.Client to allow for advanced features such as caching.
func (*APIClient) GetConfig ¶
func (c *APIClient) GetConfig() *Configuration
Allow modification of underlying config for alternate implementations and testing Caution: modifying the configuration while live can cause data races and potentially unwanted behavior
type APIKey ¶
APIKey provides API key based authentication to a request passed via context using ContextAPIKey
type APIResponse ¶
type APIResponse struct {
*http.Response `json:"-"`
Message string `json:"message,omitempty"`
// Operation is the name of the OpenAPI operation.
Operation string `json:"operation,omitempty"`
// RequestURL is the request URL. This value is always available, even if the
// embedded *http.Response is nil.
RequestURL string `json:"url,omitempty"`
// Method is the HTTP method used for the request. This value is always
// available, even if the embedded *http.Response is nil.
Method string `json:"method,omitempty"`
// Payload holds the contents of the response body (which may be nil or empty).
// This is provided here as the raw response.Body() reader will have already
// been drained.
Payload []byte `json:"-"`
}
APIResponse stores the API response returned by the server.
func NewAPIResponse ¶
func NewAPIResponse(r *http.Response) *APIResponse
NewAPIResponse returns a new APIResponse object.
func NewAPIResponseWithError ¶
func NewAPIResponseWithError(errorMessage string) *APIResponse
NewAPIResponseWithError returns a new APIResponse object with the provided error message.
type AWSCodeCommit ¶ added in v1.0.0
type AWSCodeCommit struct {
Config AWSCodeCommitConfig `json:"config"`
Provider string `json:"provider"`
// The user or organization to which the repository belongs to.
Org string `json:"org"`
// The name of the repository you created to use with Retool.
Repo string `json:"repo"`
// The default branch, e.g., main.
DefaultBranch string `json:"default_branch"`
// Repositories using Toolscript are 2.0.0. Repositories using legacy YAML are 1.0.0.
RepoVersion *string `json:"repo_version,omitempty"`
AdditionalProperties map[string]interface{}
}
AWSCodeCommit struct for AWSCodeCommit
func NewAWSCodeCommit ¶ added in v1.0.0
func NewAWSCodeCommit(config AWSCodeCommitConfig, provider string, org string, repo string, defaultBranch string) *AWSCodeCommit
NewAWSCodeCommit instantiates a new AWSCodeCommit object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewAWSCodeCommitWithDefaults ¶ added in v1.0.0
func NewAWSCodeCommitWithDefaults() *AWSCodeCommit
NewAWSCodeCommitWithDefaults instantiates a new AWSCodeCommit object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*AWSCodeCommit) GetConfig ¶ added in v1.0.0
func (o *AWSCodeCommit) GetConfig() AWSCodeCommitConfig
GetConfig returns the Config field value
func (*AWSCodeCommit) GetConfigOk ¶ added in v1.0.0
func (o *AWSCodeCommit) GetConfigOk() (*AWSCodeCommitConfig, bool)
GetConfigOk returns a tuple with the Config field value and a boolean to check if the value has been set.
func (*AWSCodeCommit) GetDefaultBranch ¶ added in v1.0.0
func (o *AWSCodeCommit) GetDefaultBranch() string
GetDefaultBranch returns the DefaultBranch field value
func (*AWSCodeCommit) GetDefaultBranchOk ¶ added in v1.0.0
func (o *AWSCodeCommit) GetDefaultBranchOk() (*string, bool)
GetDefaultBranchOk returns a tuple with the DefaultBranch field value and a boolean to check if the value has been set.
func (*AWSCodeCommit) GetOrg ¶ added in v1.0.0
func (o *AWSCodeCommit) GetOrg() string
GetOrg returns the Org field value
func (*AWSCodeCommit) GetOrgOk ¶ added in v1.0.0
func (o *AWSCodeCommit) GetOrgOk() (*string, bool)
GetOrgOk returns a tuple with the Org field value and a boolean to check if the value has been set.
func (*AWSCodeCommit) GetProvider ¶ added in v1.0.0
func (o *AWSCodeCommit) GetProvider() string
GetProvider returns the Provider field value
func (*AWSCodeCommit) GetProviderOk ¶ added in v1.0.0
func (o *AWSCodeCommit) GetProviderOk() (*string, bool)
GetProviderOk returns a tuple with the Provider field value and a boolean to check if the value has been set.
func (*AWSCodeCommit) GetRepo ¶ added in v1.0.0
func (o *AWSCodeCommit) GetRepo() string
GetRepo returns the Repo field value
func (*AWSCodeCommit) GetRepoOk ¶ added in v1.0.0
func (o *AWSCodeCommit) GetRepoOk() (*string, bool)
GetRepoOk returns a tuple with the Repo field value and a boolean to check if the value has been set.
func (*AWSCodeCommit) GetRepoVersion ¶ added in v1.0.0
func (o *AWSCodeCommit) GetRepoVersion() string
GetRepoVersion returns the RepoVersion field value if set, zero value otherwise.
func (*AWSCodeCommit) GetRepoVersionOk ¶ added in v1.0.0
func (o *AWSCodeCommit) GetRepoVersionOk() (*string, bool)
GetRepoVersionOk returns a tuple with the RepoVersion field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AWSCodeCommit) HasRepoVersion ¶ added in v1.0.0
func (o *AWSCodeCommit) HasRepoVersion() bool
HasRepoVersion returns a boolean if a field has been set.
func (AWSCodeCommit) MarshalJSON ¶ added in v1.0.0
func (o AWSCodeCommit) MarshalJSON() ([]byte, error)
func (*AWSCodeCommit) SetConfig ¶ added in v1.0.0
func (o *AWSCodeCommit) SetConfig(v AWSCodeCommitConfig)
SetConfig sets field value
func (*AWSCodeCommit) SetDefaultBranch ¶ added in v1.0.0
func (o *AWSCodeCommit) SetDefaultBranch(v string)
SetDefaultBranch sets field value
func (*AWSCodeCommit) SetOrg ¶ added in v1.0.0
func (o *AWSCodeCommit) SetOrg(v string)
SetOrg sets field value
func (*AWSCodeCommit) SetProvider ¶ added in v1.0.0
func (o *AWSCodeCommit) SetProvider(v string)
SetProvider sets field value
func (*AWSCodeCommit) SetRepo ¶ added in v1.0.0
func (o *AWSCodeCommit) SetRepo(v string)
SetRepo sets field value
func (*AWSCodeCommit) SetRepoVersion ¶ added in v1.0.0
func (o *AWSCodeCommit) SetRepoVersion(v string)
SetRepoVersion gets a reference to the given string and assigns it to the RepoVersion field.
func (AWSCodeCommit) ToMap ¶ added in v1.0.0
func (o AWSCodeCommit) ToMap() (map[string]interface{}, error)
func (*AWSCodeCommit) UnmarshalJSON ¶ added in v1.0.0
func (o *AWSCodeCommit) UnmarshalJSON(data []byte) (err error)
type AWSCodeCommitConfig ¶ added in v1.0.0
type AWSCodeCommitConfig struct {
// The domain used to access your self-hosted AWS CodeCommit instance.
Url string `json:"url"`
// The region of the CodeCommit repository.
Region string `json:"region"`
// The Access key ID from your AWSCodeCommitFullAccess policy.
AccessKeyId string `json:"access_key_id"`
// The Secret Access Key from your AWSCodeCommitFullAccess policy
SecretAccessKey string `json:"secret_access_key"`
// The HTTPS username from your security credentials.
HttpsUsername string `json:"https_username"`
// The HTTPS password from your security credentials.
HttpsPassword string `json:"https_password"`
}
AWSCodeCommitConfig struct for AWSCodeCommitConfig
func NewAWSCodeCommitConfig ¶ added in v1.0.0
func NewAWSCodeCommitConfig(url string, region string, accessKeyId string, secretAccessKey string, httpsUsername string, httpsPassword string) *AWSCodeCommitConfig
NewAWSCodeCommitConfig instantiates a new AWSCodeCommitConfig object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewAWSCodeCommitConfigWithDefaults ¶ added in v1.0.0
func NewAWSCodeCommitConfigWithDefaults() *AWSCodeCommitConfig
NewAWSCodeCommitConfigWithDefaults instantiates a new AWSCodeCommitConfig object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*AWSCodeCommitConfig) GetAccessKeyId ¶ added in v1.0.0
func (o *AWSCodeCommitConfig) GetAccessKeyId() string
GetAccessKeyId returns the AccessKeyId field value
func (*AWSCodeCommitConfig) GetAccessKeyIdOk ¶ added in v1.0.0
func (o *AWSCodeCommitConfig) GetAccessKeyIdOk() (*string, bool)
GetAccessKeyIdOk returns a tuple with the AccessKeyId field value and a boolean to check if the value has been set.
func (*AWSCodeCommitConfig) GetHttpsPassword ¶ added in v1.0.0
func (o *AWSCodeCommitConfig) GetHttpsPassword() string
GetHttpsPassword returns the HttpsPassword field value
func (*AWSCodeCommitConfig) GetHttpsPasswordOk ¶ added in v1.0.0
func (o *AWSCodeCommitConfig) GetHttpsPasswordOk() (*string, bool)
GetHttpsPasswordOk returns a tuple with the HttpsPassword field value and a boolean to check if the value has been set.
func (*AWSCodeCommitConfig) GetHttpsUsername ¶ added in v1.0.0
func (o *AWSCodeCommitConfig) GetHttpsUsername() string
GetHttpsUsername returns the HttpsUsername field value
func (*AWSCodeCommitConfig) GetHttpsUsernameOk ¶ added in v1.0.0
func (o *AWSCodeCommitConfig) GetHttpsUsernameOk() (*string, bool)
GetHttpsUsernameOk returns a tuple with the HttpsUsername field value and a boolean to check if the value has been set.
func (*AWSCodeCommitConfig) GetRegion ¶ added in v1.0.0
func (o *AWSCodeCommitConfig) GetRegion() string
GetRegion returns the Region field value
func (*AWSCodeCommitConfig) GetRegionOk ¶ added in v1.0.0
func (o *AWSCodeCommitConfig) GetRegionOk() (*string, bool)
GetRegionOk returns a tuple with the Region field value and a boolean to check if the value has been set.
func (*AWSCodeCommitConfig) GetSecretAccessKey ¶ added in v1.0.0
func (o *AWSCodeCommitConfig) GetSecretAccessKey() string
GetSecretAccessKey returns the SecretAccessKey field value
func (*AWSCodeCommitConfig) GetSecretAccessKeyOk ¶ added in v1.0.0
func (o *AWSCodeCommitConfig) GetSecretAccessKeyOk() (*string, bool)
GetSecretAccessKeyOk returns a tuple with the SecretAccessKey field value and a boolean to check if the value has been set.
func (*AWSCodeCommitConfig) GetUrl ¶ added in v1.0.0
func (o *AWSCodeCommitConfig) GetUrl() string
GetUrl returns the Url field value
func (*AWSCodeCommitConfig) GetUrlOk ¶ added in v1.0.0
func (o *AWSCodeCommitConfig) GetUrlOk() (*string, bool)
GetUrlOk returns a tuple with the Url field value and a boolean to check if the value has been set.
func (AWSCodeCommitConfig) MarshalJSON ¶ added in v1.0.0
func (o AWSCodeCommitConfig) MarshalJSON() ([]byte, error)
func (*AWSCodeCommitConfig) SetAccessKeyId ¶ added in v1.0.0
func (o *AWSCodeCommitConfig) SetAccessKeyId(v string)
SetAccessKeyId sets field value
func (*AWSCodeCommitConfig) SetHttpsPassword ¶ added in v1.0.0
func (o *AWSCodeCommitConfig) SetHttpsPassword(v string)
SetHttpsPassword sets field value
func (*AWSCodeCommitConfig) SetHttpsUsername ¶ added in v1.0.0
func (o *AWSCodeCommitConfig) SetHttpsUsername(v string)
SetHttpsUsername sets field value
func (*AWSCodeCommitConfig) SetRegion ¶ added in v1.0.0
func (o *AWSCodeCommitConfig) SetRegion(v string)
SetRegion sets field value
func (*AWSCodeCommitConfig) SetSecretAccessKey ¶ added in v1.0.0
func (o *AWSCodeCommitConfig) SetSecretAccessKey(v string)
SetSecretAccessKey sets field value
func (*AWSCodeCommitConfig) SetUrl ¶ added in v1.0.0
func (o *AWSCodeCommitConfig) SetUrl(v string)
SetUrl sets field value
func (AWSCodeCommitConfig) ToMap ¶ added in v1.0.0
func (o AWSCodeCommitConfig) ToMap() (map[string]interface{}, error)
func (*AWSCodeCommitConfig) UnmarshalJSON ¶ added in v1.0.0
func (o *AWSCodeCommitConfig) UnmarshalJSON(data []byte) (err error)
type AccessRequest ¶
type AccessRequest struct {
Id float32 `json:"id"`
Status string `json:"status"`
LegacyId float32 `json:"legacy_id"`
RequestingEmail string `json:"requesting_email"`
UpdatedById NullableString `json:"updated_by_id"`
CreatedAt time.Time `json:"created_at"`
UpdatedAt time.Time `json:"updated_at"`
AdditionalProperties map[string]interface{}
}
AccessRequest Access Request
func NewAccessRequest ¶
func NewAccessRequest(id float32, status string, legacyId float32, requestingEmail string, updatedById NullableString, createdAt time.Time, updatedAt time.Time) *AccessRequest
NewAccessRequest instantiates a new AccessRequest object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewAccessRequestWithDefaults ¶
func NewAccessRequestWithDefaults() *AccessRequest
NewAccessRequestWithDefaults instantiates a new AccessRequest object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*AccessRequest) GetCreatedAt ¶ added in v1.0.0
func (o *AccessRequest) GetCreatedAt() time.Time
GetCreatedAt returns the CreatedAt field value
func (*AccessRequest) GetCreatedAtOk ¶ added in v1.0.0
func (o *AccessRequest) GetCreatedAtOk() (*time.Time, bool)
GetCreatedAtOk returns a tuple with the CreatedAt field value and a boolean to check if the value has been set.
func (*AccessRequest) GetId ¶
func (o *AccessRequest) GetId() float32
GetId returns the Id field value
func (*AccessRequest) GetIdOk ¶
func (o *AccessRequest) GetIdOk() (*float32, bool)
GetIdOk returns a tuple with the Id field value and a boolean to check if the value has been set.
func (*AccessRequest) GetLegacyId ¶
func (o *AccessRequest) GetLegacyId() float32
GetLegacyId returns the LegacyId field value
func (*AccessRequest) GetLegacyIdOk ¶
func (o *AccessRequest) GetLegacyIdOk() (*float32, bool)
GetLegacyIdOk returns a tuple with the LegacyId field value and a boolean to check if the value has been set.
func (*AccessRequest) GetRequestingEmail ¶
func (o *AccessRequest) GetRequestingEmail() string
GetRequestingEmail returns the RequestingEmail field value
func (*AccessRequest) GetRequestingEmailOk ¶
func (o *AccessRequest) GetRequestingEmailOk() (*string, bool)
GetRequestingEmailOk returns a tuple with the RequestingEmail field value and a boolean to check if the value has been set.
func (*AccessRequest) GetStatus ¶
func (o *AccessRequest) GetStatus() string
GetStatus returns the Status field value
func (*AccessRequest) GetStatusOk ¶
func (o *AccessRequest) GetStatusOk() (*string, bool)
GetStatusOk returns a tuple with the Status field value and a boolean to check if the value has been set.
func (*AccessRequest) GetUpdatedAt ¶ added in v1.0.0
func (o *AccessRequest) GetUpdatedAt() time.Time
GetUpdatedAt returns the UpdatedAt field value
func (*AccessRequest) GetUpdatedAtOk ¶ added in v1.0.0
func (o *AccessRequest) GetUpdatedAtOk() (*time.Time, bool)
GetUpdatedAtOk returns a tuple with the UpdatedAt field value and a boolean to check if the value has been set.
func (*AccessRequest) GetUpdatedById ¶
func (o *AccessRequest) GetUpdatedById() string
GetUpdatedById returns the UpdatedById field value If the value is explicit nil, the zero value for string will be returned
func (*AccessRequest) GetUpdatedByIdOk ¶
func (o *AccessRequest) GetUpdatedByIdOk() (*string, bool)
GetUpdatedByIdOk returns a tuple with the UpdatedById 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 (AccessRequest) MarshalJSON ¶
func (o AccessRequest) MarshalJSON() ([]byte, error)
func (*AccessRequest) SetCreatedAt ¶ added in v1.0.0
func (o *AccessRequest) SetCreatedAt(v time.Time)
SetCreatedAt sets field value
func (*AccessRequest) SetLegacyId ¶
func (o *AccessRequest) SetLegacyId(v float32)
SetLegacyId sets field value
func (*AccessRequest) SetRequestingEmail ¶
func (o *AccessRequest) SetRequestingEmail(v string)
SetRequestingEmail sets field value
func (*AccessRequest) SetStatus ¶
func (o *AccessRequest) SetStatus(v string)
SetStatus sets field value
func (*AccessRequest) SetUpdatedAt ¶ added in v1.0.0
func (o *AccessRequest) SetUpdatedAt(v time.Time)
SetUpdatedAt sets field value
func (*AccessRequest) SetUpdatedById ¶
func (o *AccessRequest) SetUpdatedById(v string)
SetUpdatedById sets field value
func (AccessRequest) ToMap ¶
func (o AccessRequest) ToMap() (map[string]interface{}, error)
func (*AccessRequest) UnmarshalJSON ¶
func (o *AccessRequest) UnmarshalJSON(data []byte) (err error)
type AccessRequestAPIService ¶
type AccessRequestAPIService service
AccessRequestAPIService AccessRequestAPI service
func (*AccessRequestAPIService) AccessRequestsAccessRequestIdGet ¶
func (a *AccessRequestAPIService) AccessRequestsAccessRequestIdGet(ctx context.Context, accessRequestId string) ApiAccessRequestsAccessRequestIdGetRequest
AccessRequestsAccessRequestIdGet Get access request
Available from API version 2.2.0+ and onprem version 3.24.0+. Returns the access request. The API token must have the "Users > Read" scope.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param accessRequestId The access request's ID number @return ApiAccessRequestsAccessRequestIdGetRequest
func (*AccessRequestAPIService) AccessRequestsAccessRequestIdGetExecute ¶
func (a *AccessRequestAPIService) AccessRequestsAccessRequestIdGetExecute(r ApiAccessRequestsAccessRequestIdGetRequest) (*AccessRequestsAccessRequestIdGet200Response, *http.Response, error)
Execute executes the request
@return AccessRequestsAccessRequestIdGet200Response
func (*AccessRequestAPIService) AccessRequestsAccessRequestIdPatch ¶
func (a *AccessRequestAPIService) AccessRequestsAccessRequestIdPatch(ctx context.Context, accessRequestId string) ApiAccessRequestsAccessRequestIdPatchRequest
AccessRequestsAccessRequestIdPatch Approve or deny an access request
Available from API version 2.3.0+ and onprem version 3.24.0+. Approve or deny an access request in your organization. The API token must have the "Users > Write" scope.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param accessRequestId The ID of the access request @return ApiAccessRequestsAccessRequestIdPatchRequest
func (*AccessRequestAPIService) AccessRequestsAccessRequestIdPatchExecute ¶
func (a *AccessRequestAPIService) AccessRequestsAccessRequestIdPatchExecute(r ApiAccessRequestsAccessRequestIdPatchRequest) (*AccessRequestsAccessRequestIdPatch200Response, *http.Response, error)
Execute executes the request
@return AccessRequestsAccessRequestIdPatch200Response
func (*AccessRequestAPIService) AccessRequestsGet ¶
func (a *AccessRequestAPIService) AccessRequestsGet(ctx context.Context) ApiAccessRequestsGetRequest
AccessRequestsGet Get organization access requests
Available from API version 2.3.0+ and onprem version 3.26.0+. Gets a list of access requests. The API token must have the "Users > Read" scope.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return ApiAccessRequestsGetRequest
func (*AccessRequestAPIService) AccessRequestsGetExecute ¶
func (a *AccessRequestAPIService) AccessRequestsGetExecute(r ApiAccessRequestsGetRequest) (*AccessRequestsGet200Response, *http.Response, error)
Execute executes the request
@return AccessRequestsGet200Response
type AccessRequestsAccessRequestIdGet200Response ¶
type AccessRequestsAccessRequestIdGet200Response struct {
// API request succeeded
Success bool `json:"success"`
Data AccessRequestsGet200ResponseDataInner `json:"data"`
AdditionalProperties map[string]interface{}
}
AccessRequestsAccessRequestIdGet200Response A single access request.
func NewAccessRequestsAccessRequestIdGet200Response ¶
func NewAccessRequestsAccessRequestIdGet200Response(success bool, data AccessRequestsGet200ResponseDataInner) *AccessRequestsAccessRequestIdGet200Response
NewAccessRequestsAccessRequestIdGet200Response instantiates a new AccessRequestsAccessRequestIdGet200Response object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewAccessRequestsAccessRequestIdGet200ResponseWithDefaults ¶
func NewAccessRequestsAccessRequestIdGet200ResponseWithDefaults() *AccessRequestsAccessRequestIdGet200Response
NewAccessRequestsAccessRequestIdGet200ResponseWithDefaults instantiates a new AccessRequestsAccessRequestIdGet200Response object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*AccessRequestsAccessRequestIdGet200Response) GetData ¶
func (o *AccessRequestsAccessRequestIdGet200Response) GetData() AccessRequestsGet200ResponseDataInner
GetData returns the Data field value
func (*AccessRequestsAccessRequestIdGet200Response) GetDataOk ¶
func (o *AccessRequestsAccessRequestIdGet200Response) GetDataOk() (*AccessRequestsGet200ResponseDataInner, bool)
GetDataOk returns a tuple with the Data field value and a boolean to check if the value has been set.
func (*AccessRequestsAccessRequestIdGet200Response) GetSuccess ¶
func (o *AccessRequestsAccessRequestIdGet200Response) GetSuccess() bool
GetSuccess returns the Success field value
func (*AccessRequestsAccessRequestIdGet200Response) GetSuccessOk ¶
func (o *AccessRequestsAccessRequestIdGet200Response) GetSuccessOk() (*bool, bool)
GetSuccessOk returns a tuple with the Success field value and a boolean to check if the value has been set.
func (AccessRequestsAccessRequestIdGet200Response) MarshalJSON ¶
func (o AccessRequestsAccessRequestIdGet200Response) MarshalJSON() ([]byte, error)
func (*AccessRequestsAccessRequestIdGet200Response) SetData ¶
func (o *AccessRequestsAccessRequestIdGet200Response) SetData(v AccessRequestsGet200ResponseDataInner)
SetData sets field value
func (*AccessRequestsAccessRequestIdGet200Response) SetSuccess ¶
func (o *AccessRequestsAccessRequestIdGet200Response) SetSuccess(v bool)
SetSuccess sets field value
func (AccessRequestsAccessRequestIdGet200Response) ToMap ¶
func (o AccessRequestsAccessRequestIdGet200Response) ToMap() (map[string]interface{}, error)
func (*AccessRequestsAccessRequestIdGet200Response) UnmarshalJSON ¶
func (o *AccessRequestsAccessRequestIdGet200Response) UnmarshalJSON(data []byte) (err error)
type AccessRequestsAccessRequestIdPatch200Response ¶
type AccessRequestsAccessRequestIdPatch200Response struct {
// API request succeeded
Success bool `json:"success"`
Data AccessRequestsGet200ResponseDataInner `json:"data"`
AdditionalProperties map[string]interface{}
}
AccessRequestsAccessRequestIdPatch200Response An approved or denied access request object.
func NewAccessRequestsAccessRequestIdPatch200Response ¶
func NewAccessRequestsAccessRequestIdPatch200Response(success bool, data AccessRequestsGet200ResponseDataInner) *AccessRequestsAccessRequestIdPatch200Response
NewAccessRequestsAccessRequestIdPatch200Response instantiates a new AccessRequestsAccessRequestIdPatch200Response object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewAccessRequestsAccessRequestIdPatch200ResponseWithDefaults ¶
func NewAccessRequestsAccessRequestIdPatch200ResponseWithDefaults() *AccessRequestsAccessRequestIdPatch200Response
NewAccessRequestsAccessRequestIdPatch200ResponseWithDefaults instantiates a new AccessRequestsAccessRequestIdPatch200Response object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*AccessRequestsAccessRequestIdPatch200Response) GetData ¶
func (o *AccessRequestsAccessRequestIdPatch200Response) GetData() AccessRequestsGet200ResponseDataInner
GetData returns the Data field value
func (*AccessRequestsAccessRequestIdPatch200Response) GetDataOk ¶
func (o *AccessRequestsAccessRequestIdPatch200Response) GetDataOk() (*AccessRequestsGet200ResponseDataInner, bool)
GetDataOk returns a tuple with the Data field value and a boolean to check if the value has been set.
func (*AccessRequestsAccessRequestIdPatch200Response) GetSuccess ¶
func (o *AccessRequestsAccessRequestIdPatch200Response) GetSuccess() bool
GetSuccess returns the Success field value
func (*AccessRequestsAccessRequestIdPatch200Response) GetSuccessOk ¶
func (o *AccessRequestsAccessRequestIdPatch200Response) GetSuccessOk() (*bool, bool)
GetSuccessOk returns a tuple with the Success field value and a boolean to check if the value has been set.
func (AccessRequestsAccessRequestIdPatch200Response) MarshalJSON ¶
func (o AccessRequestsAccessRequestIdPatch200Response) MarshalJSON() ([]byte, error)
func (*AccessRequestsAccessRequestIdPatch200Response) SetData ¶
func (o *AccessRequestsAccessRequestIdPatch200Response) SetData(v AccessRequestsGet200ResponseDataInner)
SetData sets field value
func (*AccessRequestsAccessRequestIdPatch200Response) SetSuccess ¶
func (o *AccessRequestsAccessRequestIdPatch200Response) SetSuccess(v bool)
SetSuccess sets field value
func (AccessRequestsAccessRequestIdPatch200Response) ToMap ¶
func (o AccessRequestsAccessRequestIdPatch200Response) ToMap() (map[string]interface{}, error)
func (*AccessRequestsAccessRequestIdPatch200Response) UnmarshalJSON ¶
func (o *AccessRequestsAccessRequestIdPatch200Response) UnmarshalJSON(data []byte) (err error)
type AccessRequestsAccessRequestIdPatchRequest ¶
type AccessRequestsAccessRequestIdPatchRequest struct {
// A list of operations to apply to the access request. See the [JSON PATCH specification](https://tools.ietf.org/html/rfc6902) for more details.
Operations []ReplaceOperation `json:"operations"`
}
AccessRequestsAccessRequestIdPatchRequest The body of a request to update an access request's status.
func NewAccessRequestsAccessRequestIdPatchRequest ¶
func NewAccessRequestsAccessRequestIdPatchRequest(operations []ReplaceOperation) *AccessRequestsAccessRequestIdPatchRequest
NewAccessRequestsAccessRequestIdPatchRequest instantiates a new AccessRequestsAccessRequestIdPatchRequest object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewAccessRequestsAccessRequestIdPatchRequestWithDefaults ¶
func NewAccessRequestsAccessRequestIdPatchRequestWithDefaults() *AccessRequestsAccessRequestIdPatchRequest
NewAccessRequestsAccessRequestIdPatchRequestWithDefaults instantiates a new AccessRequestsAccessRequestIdPatchRequest object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*AccessRequestsAccessRequestIdPatchRequest) GetOperations ¶
func (o *AccessRequestsAccessRequestIdPatchRequest) GetOperations() []ReplaceOperation
GetOperations returns the Operations field value
func (*AccessRequestsAccessRequestIdPatchRequest) GetOperationsOk ¶
func (o *AccessRequestsAccessRequestIdPatchRequest) GetOperationsOk() ([]ReplaceOperation, bool)
GetOperationsOk returns a tuple with the Operations field value and a boolean to check if the value has been set.
func (AccessRequestsAccessRequestIdPatchRequest) MarshalJSON ¶
func (o AccessRequestsAccessRequestIdPatchRequest) MarshalJSON() ([]byte, error)
func (*AccessRequestsAccessRequestIdPatchRequest) SetOperations ¶
func (o *AccessRequestsAccessRequestIdPatchRequest) SetOperations(v []ReplaceOperation)
SetOperations sets field value
func (AccessRequestsAccessRequestIdPatchRequest) ToMap ¶
func (o AccessRequestsAccessRequestIdPatchRequest) ToMap() (map[string]interface{}, error)
func (*AccessRequestsAccessRequestIdPatchRequest) UnmarshalJSON ¶
func (o *AccessRequestsAccessRequestIdPatchRequest) UnmarshalJSON(data []byte) (err error)
type AccessRequestsGet200Response ¶
type AccessRequestsGet200Response struct {
// API request succeeded
Success bool `json:"success"`
// An array of requested items
Data []AccessRequestsGet200ResponseDataInner `json:"data"`
// Total number of items in the response
TotalCount float32 `json:"total_count"`
// A token to retrieve the next page of items in the collection
NextToken NullableString `json:"next_token"`
// Whether there are more items in the collection
HasMore bool `json:"has_more"`
AdditionalProperties map[string]interface{}
}
AccessRequestsGet200Response A paginated list of access requests.
func NewAccessRequestsGet200Response ¶
func NewAccessRequestsGet200Response(success bool, data []AccessRequestsGet200ResponseDataInner, totalCount float32, nextToken NullableString, hasMore bool) *AccessRequestsGet200Response
NewAccessRequestsGet200Response instantiates a new AccessRequestsGet200Response object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewAccessRequestsGet200ResponseWithDefaults ¶
func NewAccessRequestsGet200ResponseWithDefaults() *AccessRequestsGet200Response
NewAccessRequestsGet200ResponseWithDefaults instantiates a new AccessRequestsGet200Response object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*AccessRequestsGet200Response) GetData ¶
func (o *AccessRequestsGet200Response) GetData() []AccessRequestsGet200ResponseDataInner
GetData returns the Data field value
func (*AccessRequestsGet200Response) GetDataOk ¶
func (o *AccessRequestsGet200Response) GetDataOk() ([]AccessRequestsGet200ResponseDataInner, bool)
GetDataOk returns a tuple with the Data field value and a boolean to check if the value has been set.
func (*AccessRequestsGet200Response) GetHasMore ¶
func (o *AccessRequestsGet200Response) GetHasMore() bool
GetHasMore returns the HasMore field value
func (*AccessRequestsGet200Response) GetHasMoreOk ¶
func (o *AccessRequestsGet200Response) GetHasMoreOk() (*bool, bool)
GetHasMoreOk returns a tuple with the HasMore field value and a boolean to check if the value has been set.
func (*AccessRequestsGet200Response) GetNextToken ¶
func (o *AccessRequestsGet200Response) GetNextToken() string
GetNextToken returns the NextToken field value If the value is explicit nil, the zero value for string will be returned
func (*AccessRequestsGet200Response) GetNextTokenOk ¶
func (o *AccessRequestsGet200Response) GetNextTokenOk() (*string, bool)
GetNextTokenOk returns a tuple with the NextToken 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 (*AccessRequestsGet200Response) GetSuccess ¶
func (o *AccessRequestsGet200Response) GetSuccess() bool
GetSuccess returns the Success field value
func (*AccessRequestsGet200Response) GetSuccessOk ¶
func (o *AccessRequestsGet200Response) GetSuccessOk() (*bool, bool)
GetSuccessOk returns a tuple with the Success field value and a boolean to check if the value has been set.
func (*AccessRequestsGet200Response) GetTotalCount ¶
func (o *AccessRequestsGet200Response) GetTotalCount() float32
GetTotalCount returns the TotalCount field value
func (*AccessRequestsGet200Response) GetTotalCountOk ¶
func (o *AccessRequestsGet200Response) GetTotalCountOk() (*float32, bool)
GetTotalCountOk returns a tuple with the TotalCount field value and a boolean to check if the value has been set.
func (AccessRequestsGet200Response) MarshalJSON ¶
func (o AccessRequestsGet200Response) MarshalJSON() ([]byte, error)
func (*AccessRequestsGet200Response) SetData ¶
func (o *AccessRequestsGet200Response) SetData(v []AccessRequestsGet200ResponseDataInner)
SetData sets field value
func (*AccessRequestsGet200Response) SetHasMore ¶
func (o *AccessRequestsGet200Response) SetHasMore(v bool)
SetHasMore sets field value
func (*AccessRequestsGet200Response) SetNextToken ¶
func (o *AccessRequestsGet200Response) SetNextToken(v string)
SetNextToken sets field value
func (*AccessRequestsGet200Response) SetSuccess ¶
func (o *AccessRequestsGet200Response) SetSuccess(v bool)
SetSuccess sets field value
func (*AccessRequestsGet200Response) SetTotalCount ¶
func (o *AccessRequestsGet200Response) SetTotalCount(v float32)
SetTotalCount sets field value
func (AccessRequestsGet200Response) ToMap ¶
func (o AccessRequestsGet200Response) ToMap() (map[string]interface{}, error)
func (*AccessRequestsGet200Response) UnmarshalJSON ¶
func (o *AccessRequestsGet200Response) UnmarshalJSON(data []byte) (err error)
type AccessRequestsGet200ResponseDataInner ¶
type AccessRequestsGet200ResponseDataInner struct {
Id float32 `json:"id"`
Status string `json:"status"`
LegacyId float32 `json:"legacy_id"`
RequestingEmail string `json:"requesting_email"`
UpdatedById NullableString `json:"updated_by_id"`
CreatedAt time.Time `json:"created_at"`
UpdatedAt time.Time `json:"updated_at"`
AdditionalProperties map[string]interface{}
}
AccessRequestsGet200ResponseDataInner Access Request
func NewAccessRequestsGet200ResponseDataInner ¶
func NewAccessRequestsGet200ResponseDataInner(id float32, status string, legacyId float32, requestingEmail string, updatedById NullableString, createdAt time.Time, updatedAt time.Time) *AccessRequestsGet200ResponseDataInner
NewAccessRequestsGet200ResponseDataInner instantiates a new AccessRequestsGet200ResponseDataInner object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewAccessRequestsGet200ResponseDataInnerWithDefaults ¶
func NewAccessRequestsGet200ResponseDataInnerWithDefaults() *AccessRequestsGet200ResponseDataInner
NewAccessRequestsGet200ResponseDataInnerWithDefaults instantiates a new AccessRequestsGet200ResponseDataInner object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*AccessRequestsGet200ResponseDataInner) GetCreatedAt ¶ added in v1.0.0
func (o *AccessRequestsGet200ResponseDataInner) GetCreatedAt() time.Time
GetCreatedAt returns the CreatedAt field value
func (*AccessRequestsGet200ResponseDataInner) GetCreatedAtOk ¶ added in v1.0.0
func (o *AccessRequestsGet200ResponseDataInner) GetCreatedAtOk() (*time.Time, bool)
GetCreatedAtOk returns a tuple with the CreatedAt field value and a boolean to check if the value has been set.
func (*AccessRequestsGet200ResponseDataInner) GetId ¶
func (o *AccessRequestsGet200ResponseDataInner) GetId() float32
GetId returns the Id field value
func (*AccessRequestsGet200ResponseDataInner) GetIdOk ¶
func (o *AccessRequestsGet200ResponseDataInner) GetIdOk() (*float32, bool)
GetIdOk returns a tuple with the Id field value and a boolean to check if the value has been set.
func (*AccessRequestsGet200ResponseDataInner) GetLegacyId ¶
func (o *AccessRequestsGet200ResponseDataInner) GetLegacyId() float32
GetLegacyId returns the LegacyId field value
func (*AccessRequestsGet200ResponseDataInner) GetLegacyIdOk ¶
func (o *AccessRequestsGet200ResponseDataInner) GetLegacyIdOk() (*float32, bool)
GetLegacyIdOk returns a tuple with the LegacyId field value and a boolean to check if the value has been set.
func (*AccessRequestsGet200ResponseDataInner) GetRequestingEmail ¶
func (o *AccessRequestsGet200ResponseDataInner) GetRequestingEmail() string
GetRequestingEmail returns the RequestingEmail field value
func (*AccessRequestsGet200ResponseDataInner) GetRequestingEmailOk ¶
func (o *AccessRequestsGet200ResponseDataInner) GetRequestingEmailOk() (*string, bool)
GetRequestingEmailOk returns a tuple with the RequestingEmail field value and a boolean to check if the value has been set.
func (*AccessRequestsGet200ResponseDataInner) GetStatus ¶
func (o *AccessRequestsGet200ResponseDataInner) GetStatus() string
GetStatus returns the Status field value
func (*AccessRequestsGet200ResponseDataInner) GetStatusOk ¶
func (o *AccessRequestsGet200ResponseDataInner) GetStatusOk() (*string, bool)
GetStatusOk returns a tuple with the Status field value and a boolean to check if the value has been set.
func (*AccessRequestsGet200ResponseDataInner) GetUpdatedAt ¶ added in v1.0.0
func (o *AccessRequestsGet200ResponseDataInner) GetUpdatedAt() time.Time
GetUpdatedAt returns the UpdatedAt field value
func (*AccessRequestsGet200ResponseDataInner) GetUpdatedAtOk ¶ added in v1.0.0
func (o *AccessRequestsGet200ResponseDataInner) GetUpdatedAtOk() (*time.Time, bool)
GetUpdatedAtOk returns a tuple with the UpdatedAt field value and a boolean to check if the value has been set.
func (*AccessRequestsGet200ResponseDataInner) GetUpdatedById ¶
func (o *AccessRequestsGet200ResponseDataInner) GetUpdatedById() string
GetUpdatedById returns the UpdatedById field value If the value is explicit nil, the zero value for string will be returned
func (*AccessRequestsGet200ResponseDataInner) GetUpdatedByIdOk ¶
func (o *AccessRequestsGet200ResponseDataInner) GetUpdatedByIdOk() (*string, bool)
GetUpdatedByIdOk returns a tuple with the UpdatedById 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 (AccessRequestsGet200ResponseDataInner) MarshalJSON ¶
func (o AccessRequestsGet200ResponseDataInner) MarshalJSON() ([]byte, error)
func (*AccessRequestsGet200ResponseDataInner) SetCreatedAt ¶ added in v1.0.0
func (o *AccessRequestsGet200ResponseDataInner) SetCreatedAt(v time.Time)
SetCreatedAt sets field value
func (*AccessRequestsGet200ResponseDataInner) SetId ¶
func (o *AccessRequestsGet200ResponseDataInner) SetId(v float32)
SetId sets field value
func (*AccessRequestsGet200ResponseDataInner) SetLegacyId ¶
func (o *AccessRequestsGet200ResponseDataInner) SetLegacyId(v float32)
SetLegacyId sets field value
func (*AccessRequestsGet200ResponseDataInner) SetRequestingEmail ¶
func (o *AccessRequestsGet200ResponseDataInner) SetRequestingEmail(v string)
SetRequestingEmail sets field value
func (*AccessRequestsGet200ResponseDataInner) SetStatus ¶
func (o *AccessRequestsGet200ResponseDataInner) SetStatus(v string)
SetStatus sets field value
func (*AccessRequestsGet200ResponseDataInner) SetUpdatedAt ¶ added in v1.0.0
func (o *AccessRequestsGet200ResponseDataInner) SetUpdatedAt(v time.Time)
SetUpdatedAt sets field value
func (*AccessRequestsGet200ResponseDataInner) SetUpdatedById ¶
func (o *AccessRequestsGet200ResponseDataInner) SetUpdatedById(v string)
SetUpdatedById sets field value
func (AccessRequestsGet200ResponseDataInner) ToMap ¶
func (o AccessRequestsGet200ResponseDataInner) ToMap() (map[string]interface{}, error)
func (*AccessRequestsGet200ResponseDataInner) UnmarshalJSON ¶
func (o *AccessRequestsGet200ResponseDataInner) UnmarshalJSON(data []byte) (err error)
type AccessToken ¶ added in v1.0.0
type AccessToken struct {
// The uuid of the access token.
Id string `json:"id"`
// The name of the access token.
Label string `json:"label"`
// The description of the access token.
Description NullableString `json:"description"`
// Last 4 characters of the access token secret
Last4 string `json:"last4"`
// The legacy id of the user that created the token
OwnerLegacyId float32 `json:"owner_legacy_id"`
Scopes []string `json:"scopes"`
CreatedAt time.Time `json:"created_at"`
UpdatedAt time.Time `json:"updated_at"`
}
AccessToken This object represents an API access token.
func NewAccessToken ¶ added in v1.0.0
func NewAccessToken(id string, label string, description NullableString, last4 string, ownerLegacyId float32, scopes []string, createdAt time.Time, updatedAt time.Time) *AccessToken
NewAccessToken instantiates a new AccessToken object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewAccessTokenWithDefaults ¶ added in v1.0.0
func NewAccessTokenWithDefaults() *AccessToken
NewAccessTokenWithDefaults instantiates a new AccessToken object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*AccessToken) GetCreatedAt ¶ added in v1.0.0
func (o *AccessToken) GetCreatedAt() time.Time
GetCreatedAt returns the CreatedAt field value
func (*AccessToken) GetCreatedAtOk ¶ added in v1.0.0
func (o *AccessToken) GetCreatedAtOk() (*time.Time, bool)
GetCreatedAtOk returns a tuple with the CreatedAt field value and a boolean to check if the value has been set.
func (*AccessToken) GetDescription ¶ added in v1.0.0
func (o *AccessToken) GetDescription() string
GetDescription returns the Description field value If the value is explicit nil, the zero value for string will be returned
func (*AccessToken) GetDescriptionOk ¶ added in v1.0.0
func (o *AccessToken) GetDescriptionOk() (*string, bool)
GetDescriptionOk returns a tuple with the Description 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 (*AccessToken) GetId ¶ added in v1.0.0
func (o *AccessToken) GetId() string
GetId returns the Id field value
func (*AccessToken) GetIdOk ¶ added in v1.0.0
func (o *AccessToken) GetIdOk() (*string, bool)
GetIdOk returns a tuple with the Id field value and a boolean to check if the value has been set.
func (*AccessToken) GetLabel ¶ added in v1.0.0
func (o *AccessToken) GetLabel() string
GetLabel returns the Label field value
func (*AccessToken) GetLabelOk ¶ added in v1.0.0
func (o *AccessToken) GetLabelOk() (*string, bool)
GetLabelOk returns a tuple with the Label field value and a boolean to check if the value has been set.
func (*AccessToken) GetLast4 ¶ added in v1.0.0
func (o *AccessToken) GetLast4() string
GetLast4 returns the Last4 field value
func (*AccessToken) GetLast4Ok ¶ added in v1.0.0
func (o *AccessToken) GetLast4Ok() (*string, bool)
GetLast4Ok returns a tuple with the Last4 field value and a boolean to check if the value has been set.
func (*AccessToken) GetOwnerLegacyId ¶ added in v1.0.0
func (o *AccessToken) GetOwnerLegacyId() float32
GetOwnerLegacyId returns the OwnerLegacyId field value
func (*AccessToken) GetOwnerLegacyIdOk ¶ added in v1.0.0
func (o *AccessToken) GetOwnerLegacyIdOk() (*float32, bool)
GetOwnerLegacyIdOk returns a tuple with the OwnerLegacyId field value and a boolean to check if the value has been set.
func (*AccessToken) GetScopes ¶ added in v1.0.0
func (o *AccessToken) GetScopes() []string
GetScopes returns the Scopes field value
func (*AccessToken) GetScopesOk ¶ added in v1.0.0
func (o *AccessToken) GetScopesOk() ([]string, bool)
GetScopesOk returns a tuple with the Scopes field value and a boolean to check if the value has been set.
func (*AccessToken) GetUpdatedAt ¶ added in v1.0.0
func (o *AccessToken) GetUpdatedAt() time.Time
GetUpdatedAt returns the UpdatedAt field value
func (*AccessToken) GetUpdatedAtOk ¶ added in v1.0.0
func (o *AccessToken) GetUpdatedAtOk() (*time.Time, bool)
GetUpdatedAtOk returns a tuple with the UpdatedAt field value and a boolean to check if the value has been set.
func (AccessToken) MarshalJSON ¶ added in v1.0.0
func (o AccessToken) MarshalJSON() ([]byte, error)
func (*AccessToken) SetCreatedAt ¶ added in v1.0.0
func (o *AccessToken) SetCreatedAt(v time.Time)
SetCreatedAt sets field value
func (*AccessToken) SetDescription ¶ added in v1.0.0
func (o *AccessToken) SetDescription(v string)
SetDescription sets field value
func (*AccessToken) SetId ¶ added in v1.0.0
func (o *AccessToken) SetId(v string)
SetId sets field value
func (*AccessToken) SetLabel ¶ added in v1.0.0
func (o *AccessToken) SetLabel(v string)
SetLabel sets field value
func (*AccessToken) SetLast4 ¶ added in v1.0.0
func (o *AccessToken) SetLast4(v string)
SetLast4 sets field value
func (*AccessToken) SetOwnerLegacyId ¶ added in v1.0.0
func (o *AccessToken) SetOwnerLegacyId(v float32)
SetOwnerLegacyId sets field value
func (*AccessToken) SetScopes ¶ added in v1.0.0
func (o *AccessToken) SetScopes(v []string)
SetScopes sets field value
func (*AccessToken) SetUpdatedAt ¶ added in v1.0.0
func (o *AccessToken) SetUpdatedAt(v time.Time)
SetUpdatedAt sets field value
func (AccessToken) ToMap ¶ added in v1.0.0
func (o AccessToken) ToMap() (map[string]interface{}, error)
func (*AccessToken) UnmarshalJSON ¶ added in v1.0.0
func (o *AccessToken) UnmarshalJSON(data []byte) (err error)
type AccessTokensAPIService ¶ added in v1.0.0
type AccessTokensAPIService service
AccessTokensAPIService AccessTokensAPI service
func (*AccessTokensAPIService) AccessTokensAccessTokenIdGet ¶ added in v1.0.0
func (a *AccessTokensAPIService) AccessTokensAccessTokenIdGet(ctx context.Context) ApiAccessTokensAccessTokenIdGetRequest
AccessTokensAccessTokenIdGet Get a single access token
Available on Retool v3.164+. Fetch an access token by id. The API token must have the "Access Tokens > Read" scope.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return ApiAccessTokensAccessTokenIdGetRequest
func (*AccessTokensAPIService) AccessTokensAccessTokenIdGetExecute ¶ added in v1.0.0
func (a *AccessTokensAPIService) AccessTokensAccessTokenIdGetExecute(r ApiAccessTokensAccessTokenIdGetRequest) (*AccessTokensAccessTokenIdGet200Response, *http.Response, error)
Execute executes the request
@return AccessTokensAccessTokenIdGet200Response
func (*AccessTokensAPIService) AccessTokensGet ¶ added in v1.0.0
func (a *AccessTokensAPIService) AccessTokensGet(ctx context.Context) ApiAccessTokensGetRequest
AccessTokensGet List access tokens
List all access tokens created in the organization. The API token must have the "Access Tokens > Read" scope.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return ApiAccessTokensGetRequest
func (*AccessTokensAPIService) AccessTokensGetExecute ¶ added in v1.0.0
func (a *AccessTokensAPIService) AccessTokensGetExecute(r ApiAccessTokensGetRequest) (*AccessTokensGet200Response, *http.Response, error)
Execute executes the request
@return AccessTokensGet200Response
func (*AccessTokensAPIService) AccessTokensPost ¶ added in v1.0.0
func (a *AccessTokensAPIService) AccessTokensPost(ctx context.Context) ApiAccessTokensPostRequest
AccessTokensPost Create an access token
Available on Retool v3.157+. Creates and returns an access token with given scopes. The API token must have the "Access Tokens > Read" scope.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return ApiAccessTokensPostRequest
func (*AccessTokensAPIService) AccessTokensPostExecute ¶ added in v1.0.0
func (a *AccessTokensAPIService) AccessTokensPostExecute(r ApiAccessTokensPostRequest) (*AccessTokensPost200Response, *http.Response, error)
Execute executes the request
@return AccessTokensPost200Response
type AccessTokensAccessTokenIdGet200Response ¶ added in v1.0.0
type AccessTokensAccessTokenIdGet200Response struct {
// API request succeeded
Success bool `json:"success"`
Data AccessTokensAccessTokenIdGet200ResponseData `json:"data"`
AdditionalProperties map[string]interface{}
}
AccessTokensAccessTokenIdGet200Response struct for AccessTokensAccessTokenIdGet200Response
func NewAccessTokensAccessTokenIdGet200Response ¶ added in v1.0.0
func NewAccessTokensAccessTokenIdGet200Response(success bool, data AccessTokensAccessTokenIdGet200ResponseData) *AccessTokensAccessTokenIdGet200Response
NewAccessTokensAccessTokenIdGet200Response instantiates a new AccessTokensAccessTokenIdGet200Response object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewAccessTokensAccessTokenIdGet200ResponseWithDefaults ¶ added in v1.0.0
func NewAccessTokensAccessTokenIdGet200ResponseWithDefaults() *AccessTokensAccessTokenIdGet200Response
NewAccessTokensAccessTokenIdGet200ResponseWithDefaults instantiates a new AccessTokensAccessTokenIdGet200Response object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*AccessTokensAccessTokenIdGet200Response) GetData ¶ added in v1.0.0
func (o *AccessTokensAccessTokenIdGet200Response) GetData() AccessTokensAccessTokenIdGet200ResponseData
GetData returns the Data field value
func (*AccessTokensAccessTokenIdGet200Response) GetDataOk ¶ added in v1.0.0
func (o *AccessTokensAccessTokenIdGet200Response) GetDataOk() (*AccessTokensAccessTokenIdGet200ResponseData, bool)
GetDataOk returns a tuple with the Data field value and a boolean to check if the value has been set.
func (*AccessTokensAccessTokenIdGet200Response) GetSuccess ¶ added in v1.0.0
func (o *AccessTokensAccessTokenIdGet200Response) GetSuccess() bool
GetSuccess returns the Success field value
func (*AccessTokensAccessTokenIdGet200Response) GetSuccessOk ¶ added in v1.0.0
func (o *AccessTokensAccessTokenIdGet200Response) GetSuccessOk() (*bool, bool)
GetSuccessOk returns a tuple with the Success field value and a boolean to check if the value has been set.
func (AccessTokensAccessTokenIdGet200Response) MarshalJSON ¶ added in v1.0.0
func (o AccessTokensAccessTokenIdGet200Response) MarshalJSON() ([]byte, error)
func (*AccessTokensAccessTokenIdGet200Response) SetData ¶ added in v1.0.0
func (o *AccessTokensAccessTokenIdGet200Response) SetData(v AccessTokensAccessTokenIdGet200ResponseData)
SetData sets field value
func (*AccessTokensAccessTokenIdGet200Response) SetSuccess ¶ added in v1.0.0
func (o *AccessTokensAccessTokenIdGet200Response) SetSuccess(v bool)
SetSuccess sets field value
func (AccessTokensAccessTokenIdGet200Response) ToMap ¶ added in v1.0.0
func (o AccessTokensAccessTokenIdGet200Response) ToMap() (map[string]interface{}, error)
func (*AccessTokensAccessTokenIdGet200Response) UnmarshalJSON ¶ added in v1.0.0
func (o *AccessTokensAccessTokenIdGet200Response) UnmarshalJSON(data []byte) (err error)
type AccessTokensAccessTokenIdGet200ResponseData ¶ added in v1.0.0
type AccessTokensAccessTokenIdGet200ResponseData struct {
// The uuid of the access token.
Id string `json:"id"`
// The name of the access token.
Label string `json:"label"`
// The description of the access token.
Description NullableString `json:"description"`
// Last 4 characters of the access token secret
Last4 string `json:"last4"`
// The legacy id of the user that created the token
OwnerLegacyId float32 `json:"owner_legacy_id"`
Scopes []string `json:"scopes"`
CreatedAt time.Time `json:"created_at"`
UpdatedAt time.Time `json:"updated_at"`
}
AccessTokensAccessTokenIdGet200ResponseData The requested access token.
func NewAccessTokensAccessTokenIdGet200ResponseData ¶ added in v1.0.0
func NewAccessTokensAccessTokenIdGet200ResponseData(id string, label string, description NullableString, last4 string, ownerLegacyId float32, scopes []string, createdAt time.Time, updatedAt time.Time) *AccessTokensAccessTokenIdGet200ResponseData
NewAccessTokensAccessTokenIdGet200ResponseData instantiates a new AccessTokensAccessTokenIdGet200ResponseData object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewAccessTokensAccessTokenIdGet200ResponseDataWithDefaults ¶ added in v1.0.0
func NewAccessTokensAccessTokenIdGet200ResponseDataWithDefaults() *AccessTokensAccessTokenIdGet200ResponseData
NewAccessTokensAccessTokenIdGet200ResponseDataWithDefaults instantiates a new AccessTokensAccessTokenIdGet200ResponseData object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*AccessTokensAccessTokenIdGet200ResponseData) GetCreatedAt ¶ added in v1.0.0
func (o *AccessTokensAccessTokenIdGet200ResponseData) GetCreatedAt() time.Time
GetCreatedAt returns the CreatedAt field value
func (*AccessTokensAccessTokenIdGet200ResponseData) GetCreatedAtOk ¶ added in v1.0.0
func (o *AccessTokensAccessTokenIdGet200ResponseData) GetCreatedAtOk() (*time.Time, bool)
GetCreatedAtOk returns a tuple with the CreatedAt field value and a boolean to check if the value has been set.
func (*AccessTokensAccessTokenIdGet200ResponseData) GetDescription ¶ added in v1.0.0
func (o *AccessTokensAccessTokenIdGet200ResponseData) GetDescription() string
GetDescription returns the Description field value If the value is explicit nil, the zero value for string will be returned
func (*AccessTokensAccessTokenIdGet200ResponseData) GetDescriptionOk ¶ added in v1.0.0
func (o *AccessTokensAccessTokenIdGet200ResponseData) GetDescriptionOk() (*string, bool)
GetDescriptionOk returns a tuple with the Description 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 (*AccessTokensAccessTokenIdGet200ResponseData) GetId ¶ added in v1.0.0
func (o *AccessTokensAccessTokenIdGet200ResponseData) GetId() string
GetId returns the Id field value
func (*AccessTokensAccessTokenIdGet200ResponseData) GetIdOk ¶ added in v1.0.0
func (o *AccessTokensAccessTokenIdGet200ResponseData) GetIdOk() (*string, bool)
GetIdOk returns a tuple with the Id field value and a boolean to check if the value has been set.
func (*AccessTokensAccessTokenIdGet200ResponseData) GetLabel ¶ added in v1.0.0
func (o *AccessTokensAccessTokenIdGet200ResponseData) GetLabel() string
GetLabel returns the Label field value
func (*AccessTokensAccessTokenIdGet200ResponseData) GetLabelOk ¶ added in v1.0.0
func (o *AccessTokensAccessTokenIdGet200ResponseData) GetLabelOk() (*string, bool)
GetLabelOk returns a tuple with the Label field value and a boolean to check if the value has been set.
func (*AccessTokensAccessTokenIdGet200ResponseData) GetLast4 ¶ added in v1.0.0
func (o *AccessTokensAccessTokenIdGet200ResponseData) GetLast4() string
GetLast4 returns the Last4 field value
func (*AccessTokensAccessTokenIdGet200ResponseData) GetLast4Ok ¶ added in v1.0.0
func (o *AccessTokensAccessTokenIdGet200ResponseData) GetLast4Ok() (*string, bool)
GetLast4Ok returns a tuple with the Last4 field value and a boolean to check if the value has been set.
func (*AccessTokensAccessTokenIdGet200ResponseData) GetOwnerLegacyId ¶ added in v1.0.0
func (o *AccessTokensAccessTokenIdGet200ResponseData) GetOwnerLegacyId() float32
GetOwnerLegacyId returns the OwnerLegacyId field value
func (*AccessTokensAccessTokenIdGet200ResponseData) GetOwnerLegacyIdOk ¶ added in v1.0.0
func (o *AccessTokensAccessTokenIdGet200ResponseData) GetOwnerLegacyIdOk() (*float32, bool)
GetOwnerLegacyIdOk returns a tuple with the OwnerLegacyId field value and a boolean to check if the value has been set.
func (*AccessTokensAccessTokenIdGet200ResponseData) GetScopes ¶ added in v1.0.0
func (o *AccessTokensAccessTokenIdGet200ResponseData) GetScopes() []string
GetScopes returns the Scopes field value
func (*AccessTokensAccessTokenIdGet200ResponseData) GetScopesOk ¶ added in v1.0.0
func (o *AccessTokensAccessTokenIdGet200ResponseData) GetScopesOk() ([]string, bool)
GetScopesOk returns a tuple with the Scopes field value and a boolean to check if the value has been set.
func (*AccessTokensAccessTokenIdGet200ResponseData) GetUpdatedAt ¶ added in v1.0.0
func (o *AccessTokensAccessTokenIdGet200ResponseData) GetUpdatedAt() time.Time
GetUpdatedAt returns the UpdatedAt field value
func (*AccessTokensAccessTokenIdGet200ResponseData) GetUpdatedAtOk ¶ added in v1.0.0
func (o *AccessTokensAccessTokenIdGet200ResponseData) GetUpdatedAtOk() (*time.Time, bool)
GetUpdatedAtOk returns a tuple with the UpdatedAt field value and a boolean to check if the value has been set.
func (AccessTokensAccessTokenIdGet200ResponseData) MarshalJSON ¶ added in v1.0.0
func (o AccessTokensAccessTokenIdGet200ResponseData) MarshalJSON() ([]byte, error)
func (*AccessTokensAccessTokenIdGet200ResponseData) SetCreatedAt ¶ added in v1.0.0
func (o *AccessTokensAccessTokenIdGet200ResponseData) SetCreatedAt(v time.Time)
SetCreatedAt sets field value
func (*AccessTokensAccessTokenIdGet200ResponseData) SetDescription ¶ added in v1.0.0
func (o *AccessTokensAccessTokenIdGet200ResponseData) SetDescription(v string)
SetDescription sets field value
func (*AccessTokensAccessTokenIdGet200ResponseData) SetId ¶ added in v1.0.0
func (o *AccessTokensAccessTokenIdGet200ResponseData) SetId(v string)
SetId sets field value
func (*AccessTokensAccessTokenIdGet200ResponseData) SetLabel ¶ added in v1.0.0
func (o *AccessTokensAccessTokenIdGet200ResponseData) SetLabel(v string)
SetLabel sets field value
func (*AccessTokensAccessTokenIdGet200ResponseData) SetLast4 ¶ added in v1.0.0
func (o *AccessTokensAccessTokenIdGet200ResponseData) SetLast4(v string)
SetLast4 sets field value
func (*AccessTokensAccessTokenIdGet200ResponseData) SetOwnerLegacyId ¶ added in v1.0.0
func (o *AccessTokensAccessTokenIdGet200ResponseData) SetOwnerLegacyId(v float32)
SetOwnerLegacyId sets field value
func (*AccessTokensAccessTokenIdGet200ResponseData) SetScopes ¶ added in v1.0.0
func (o *AccessTokensAccessTokenIdGet200ResponseData) SetScopes(v []string)
SetScopes sets field value
func (*AccessTokensAccessTokenIdGet200ResponseData) SetUpdatedAt ¶ added in v1.0.0
func (o *AccessTokensAccessTokenIdGet200ResponseData) SetUpdatedAt(v time.Time)
SetUpdatedAt sets field value
func (AccessTokensAccessTokenIdGet200ResponseData) ToMap ¶ added in v1.0.0
func (o AccessTokensAccessTokenIdGet200ResponseData) ToMap() (map[string]interface{}, error)
func (*AccessTokensAccessTokenIdGet200ResponseData) UnmarshalJSON ¶ added in v1.0.0
func (o *AccessTokensAccessTokenIdGet200ResponseData) UnmarshalJSON(data []byte) (err error)
type AccessTokensGet200Response ¶ added in v1.0.0
type AccessTokensGet200Response struct {
// API request succeeded
Success bool `json:"success"`
// An array of requested items
Data []AccessTokensGet200ResponseDataInner `json:"data"`
// Total number of items in the response
TotalCount float32 `json:"total_count"`
// A token to retrieve the next page of items in the collection
NextToken NullableString `json:"next_token"`
// Whether there are more items in the collection
HasMore bool `json:"has_more"`
AdditionalProperties map[string]interface{}
}
AccessTokensGet200Response struct for AccessTokensGet200Response
func NewAccessTokensGet200Response ¶ added in v1.0.0
func NewAccessTokensGet200Response(success bool, data []AccessTokensGet200ResponseDataInner, totalCount float32, nextToken NullableString, hasMore bool) *AccessTokensGet200Response
NewAccessTokensGet200Response instantiates a new AccessTokensGet200Response object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewAccessTokensGet200ResponseWithDefaults ¶ added in v1.0.0
func NewAccessTokensGet200ResponseWithDefaults() *AccessTokensGet200Response
NewAccessTokensGet200ResponseWithDefaults instantiates a new AccessTokensGet200Response object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*AccessTokensGet200Response) GetData ¶ added in v1.0.0
func (o *AccessTokensGet200Response) GetData() []AccessTokensGet200ResponseDataInner
GetData returns the Data field value
func (*AccessTokensGet200Response) GetDataOk ¶ added in v1.0.0
func (o *AccessTokensGet200Response) GetDataOk() ([]AccessTokensGet200ResponseDataInner, bool)
GetDataOk returns a tuple with the Data field value and a boolean to check if the value has been set.
func (*AccessTokensGet200Response) GetHasMore ¶ added in v1.0.0
func (o *AccessTokensGet200Response) GetHasMore() bool
GetHasMore returns the HasMore field value
func (*AccessTokensGet200Response) GetHasMoreOk ¶ added in v1.0.0
func (o *AccessTokensGet200Response) GetHasMoreOk() (*bool, bool)
GetHasMoreOk returns a tuple with the HasMore field value and a boolean to check if the value has been set.
func (*AccessTokensGet200Response) GetNextToken ¶ added in v1.0.0
func (o *AccessTokensGet200Response) GetNextToken() string
GetNextToken returns the NextToken field value If the value is explicit nil, the zero value for string will be returned
func (*AccessTokensGet200Response) GetNextTokenOk ¶ added in v1.0.0
func (o *AccessTokensGet200Response) GetNextTokenOk() (*string, bool)
GetNextTokenOk returns a tuple with the NextToken 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 (*AccessTokensGet200Response) GetSuccess ¶ added in v1.0.0
func (o *AccessTokensGet200Response) GetSuccess() bool
GetSuccess returns the Success field value
func (*AccessTokensGet200Response) GetSuccessOk ¶ added in v1.0.0
func (o *AccessTokensGet200Response) GetSuccessOk() (*bool, bool)
GetSuccessOk returns a tuple with the Success field value and a boolean to check if the value has been set.
func (*AccessTokensGet200Response) GetTotalCount ¶ added in v1.0.0
func (o *AccessTokensGet200Response) GetTotalCount() float32
GetTotalCount returns the TotalCount field value
func (*AccessTokensGet200Response) GetTotalCountOk ¶ added in v1.0.0
func (o *AccessTokensGet200Response) GetTotalCountOk() (*float32, bool)
GetTotalCountOk returns a tuple with the TotalCount field value and a boolean to check if the value has been set.
func (AccessTokensGet200Response) MarshalJSON ¶ added in v1.0.0
func (o AccessTokensGet200Response) MarshalJSON() ([]byte, error)
func (*AccessTokensGet200Response) SetData ¶ added in v1.0.0
func (o *AccessTokensGet200Response) SetData(v []AccessTokensGet200ResponseDataInner)
SetData sets field value
func (*AccessTokensGet200Response) SetHasMore ¶ added in v1.0.0
func (o *AccessTokensGet200Response) SetHasMore(v bool)
SetHasMore sets field value
func (*AccessTokensGet200Response) SetNextToken ¶ added in v1.0.0
func (o *AccessTokensGet200Response) SetNextToken(v string)
SetNextToken sets field value
func (*AccessTokensGet200Response) SetSuccess ¶ added in v1.0.0
func (o *AccessTokensGet200Response) SetSuccess(v bool)
SetSuccess sets field value
func (*AccessTokensGet200Response) SetTotalCount ¶ added in v1.0.0
func (o *AccessTokensGet200Response) SetTotalCount(v float32)
SetTotalCount sets field value
func (AccessTokensGet200Response) ToMap ¶ added in v1.0.0
func (o AccessTokensGet200Response) ToMap() (map[string]interface{}, error)
func (*AccessTokensGet200Response) UnmarshalJSON ¶ added in v1.0.0
func (o *AccessTokensGet200Response) UnmarshalJSON(data []byte) (err error)
type AccessTokensGet200ResponseDataInner ¶ added in v1.0.0
type AccessTokensGet200ResponseDataInner struct {
// The uuid of the access token.
Id string `json:"id"`
// The name of the access token.
Label string `json:"label"`
// The description of the access token.
Description NullableString `json:"description"`
// Last 4 characters of the access token secret
Last4 string `json:"last4"`
// The legacy id of the user that created the token
OwnerLegacyId float32 `json:"owner_legacy_id"`
Scopes []string `json:"scopes"`
CreatedAt time.Time `json:"created_at"`
UpdatedAt time.Time `json:"updated_at"`
}
AccessTokensGet200ResponseDataInner List of access tokens
func NewAccessTokensGet200ResponseDataInner ¶ added in v1.0.0
func NewAccessTokensGet200ResponseDataInner(id string, label string, description NullableString, last4 string, ownerLegacyId float32, scopes []string, createdAt time.Time, updatedAt time.Time) *AccessTokensGet200ResponseDataInner
NewAccessTokensGet200ResponseDataInner instantiates a new AccessTokensGet200ResponseDataInner object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewAccessTokensGet200ResponseDataInnerWithDefaults ¶ added in v1.0.0
func NewAccessTokensGet200ResponseDataInnerWithDefaults() *AccessTokensGet200ResponseDataInner
NewAccessTokensGet200ResponseDataInnerWithDefaults instantiates a new AccessTokensGet200ResponseDataInner object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*AccessTokensGet200ResponseDataInner) GetCreatedAt ¶ added in v1.0.0
func (o *AccessTokensGet200ResponseDataInner) GetCreatedAt() time.Time
GetCreatedAt returns the CreatedAt field value
func (*AccessTokensGet200ResponseDataInner) GetCreatedAtOk ¶ added in v1.0.0
func (o *AccessTokensGet200ResponseDataInner) GetCreatedAtOk() (*time.Time, bool)
GetCreatedAtOk returns a tuple with the CreatedAt field value and a boolean to check if the value has been set.
func (*AccessTokensGet200ResponseDataInner) GetDescription ¶ added in v1.0.0
func (o *AccessTokensGet200ResponseDataInner) GetDescription() string
GetDescription returns the Description field value If the value is explicit nil, the zero value for string will be returned
func (*AccessTokensGet200ResponseDataInner) GetDescriptionOk ¶ added in v1.0.0
func (o *AccessTokensGet200ResponseDataInner) GetDescriptionOk() (*string, bool)
GetDescriptionOk returns a tuple with the Description 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 (*AccessTokensGet200ResponseDataInner) GetId ¶ added in v1.0.0
func (o *AccessTokensGet200ResponseDataInner) GetId() string
GetId returns the Id field value
func (*AccessTokensGet200ResponseDataInner) GetIdOk ¶ added in v1.0.0
func (o *AccessTokensGet200ResponseDataInner) GetIdOk() (*string, bool)
GetIdOk returns a tuple with the Id field value and a boolean to check if the value has been set.
func (*AccessTokensGet200ResponseDataInner) GetLabel ¶ added in v1.0.0
func (o *AccessTokensGet200ResponseDataInner) GetLabel() string
GetLabel returns the Label field value
func (*AccessTokensGet200ResponseDataInner) GetLabelOk ¶ added in v1.0.0
func (o *AccessTokensGet200ResponseDataInner) GetLabelOk() (*string, bool)
GetLabelOk returns a tuple with the Label field value and a boolean to check if the value has been set.
func (*AccessTokensGet200ResponseDataInner) GetLast4 ¶ added in v1.0.0
func (o *AccessTokensGet200ResponseDataInner) GetLast4() string
GetLast4 returns the Last4 field value
func (*AccessTokensGet200ResponseDataInner) GetLast4Ok ¶ added in v1.0.0
func (o *AccessTokensGet200ResponseDataInner) GetLast4Ok() (*string, bool)
GetLast4Ok returns a tuple with the Last4 field value and a boolean to check if the value has been set.
func (*AccessTokensGet200ResponseDataInner) GetOwnerLegacyId ¶ added in v1.0.0
func (o *AccessTokensGet200ResponseDataInner) GetOwnerLegacyId() float32
GetOwnerLegacyId returns the OwnerLegacyId field value
func (*AccessTokensGet200ResponseDataInner) GetOwnerLegacyIdOk ¶ added in v1.0.0
func (o *AccessTokensGet200ResponseDataInner) GetOwnerLegacyIdOk() (*float32, bool)
GetOwnerLegacyIdOk returns a tuple with the OwnerLegacyId field value and a boolean to check if the value has been set.
func (*AccessTokensGet200ResponseDataInner) GetScopes ¶ added in v1.0.0
func (o *AccessTokensGet200ResponseDataInner) GetScopes() []string
GetScopes returns the Scopes field value
func (*AccessTokensGet200ResponseDataInner) GetScopesOk ¶ added in v1.0.0
func (o *AccessTokensGet200ResponseDataInner) GetScopesOk() ([]string, bool)
GetScopesOk returns a tuple with the Scopes field value and a boolean to check if the value has been set.
func (*AccessTokensGet200ResponseDataInner) GetUpdatedAt ¶ added in v1.0.0
func (o *AccessTokensGet200ResponseDataInner) GetUpdatedAt() time.Time
GetUpdatedAt returns the UpdatedAt field value
func (*AccessTokensGet200ResponseDataInner) GetUpdatedAtOk ¶ added in v1.0.0
func (o *AccessTokensGet200ResponseDataInner) GetUpdatedAtOk() (*time.Time, bool)
GetUpdatedAtOk returns a tuple with the UpdatedAt field value and a boolean to check if the value has been set.
func (AccessTokensGet200ResponseDataInner) MarshalJSON ¶ added in v1.0.0
func (o AccessTokensGet200ResponseDataInner) MarshalJSON() ([]byte, error)
func (*AccessTokensGet200ResponseDataInner) SetCreatedAt ¶ added in v1.0.0
func (o *AccessTokensGet200ResponseDataInner) SetCreatedAt(v time.Time)
SetCreatedAt sets field value
func (*AccessTokensGet200ResponseDataInner) SetDescription ¶ added in v1.0.0
func (o *AccessTokensGet200ResponseDataInner) SetDescription(v string)
SetDescription sets field value
func (*AccessTokensGet200ResponseDataInner) SetId ¶ added in v1.0.0
func (o *AccessTokensGet200ResponseDataInner) SetId(v string)
SetId sets field value
func (*AccessTokensGet200ResponseDataInner) SetLabel ¶ added in v1.0.0
func (o *AccessTokensGet200ResponseDataInner) SetLabel(v string)
SetLabel sets field value
func (*AccessTokensGet200ResponseDataInner) SetLast4 ¶ added in v1.0.0
func (o *AccessTokensGet200ResponseDataInner) SetLast4(v string)
SetLast4 sets field value
func (*AccessTokensGet200ResponseDataInner) SetOwnerLegacyId ¶ added in v1.0.0
func (o *AccessTokensGet200ResponseDataInner) SetOwnerLegacyId(v float32)
SetOwnerLegacyId sets field value
func (*AccessTokensGet200ResponseDataInner) SetScopes ¶ added in v1.0.0
func (o *AccessTokensGet200ResponseDataInner) SetScopes(v []string)
SetScopes sets field value
func (*AccessTokensGet200ResponseDataInner) SetUpdatedAt ¶ added in v1.0.0
func (o *AccessTokensGet200ResponseDataInner) SetUpdatedAt(v time.Time)
SetUpdatedAt sets field value
func (AccessTokensGet200ResponseDataInner) ToMap ¶ added in v1.0.0
func (o AccessTokensGet200ResponseDataInner) ToMap() (map[string]interface{}, error)
func (*AccessTokensGet200ResponseDataInner) UnmarshalJSON ¶ added in v1.0.0
func (o *AccessTokensGet200ResponseDataInner) UnmarshalJSON(data []byte) (err error)
type AccessTokensPost200Response ¶ added in v1.0.0
type AccessTokensPost200Response struct {
// API request succeeded
Success bool `json:"success"`
Data AccessTokensPost200ResponseData `json:"data"`
AdditionalProperties map[string]interface{}
}
AccessTokensPost200Response struct for AccessTokensPost200Response
func NewAccessTokensPost200Response ¶ added in v1.0.0
func NewAccessTokensPost200Response(success bool, data AccessTokensPost200ResponseData) *AccessTokensPost200Response
NewAccessTokensPost200Response instantiates a new AccessTokensPost200Response object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewAccessTokensPost200ResponseWithDefaults ¶ added in v1.0.0
func NewAccessTokensPost200ResponseWithDefaults() *AccessTokensPost200Response
NewAccessTokensPost200ResponseWithDefaults instantiates a new AccessTokensPost200Response object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*AccessTokensPost200Response) GetData ¶ added in v1.0.0
func (o *AccessTokensPost200Response) GetData() AccessTokensPost200ResponseData
GetData returns the Data field value
func (*AccessTokensPost200Response) GetDataOk ¶ added in v1.0.0
func (o *AccessTokensPost200Response) GetDataOk() (*AccessTokensPost200ResponseData, bool)
GetDataOk returns a tuple with the Data field value and a boolean to check if the value has been set.
func (*AccessTokensPost200Response) GetSuccess ¶ added in v1.0.0
func (o *AccessTokensPost200Response) GetSuccess() bool
GetSuccess returns the Success field value
func (*AccessTokensPost200Response) GetSuccessOk ¶ added in v1.0.0
func (o *AccessTokensPost200Response) GetSuccessOk() (*bool, bool)
GetSuccessOk returns a tuple with the Success field value and a boolean to check if the value has been set.
func (AccessTokensPost200Response) MarshalJSON ¶ added in v1.0.0
func (o AccessTokensPost200Response) MarshalJSON() ([]byte, error)
func (*AccessTokensPost200Response) SetData ¶ added in v1.0.0
func (o *AccessTokensPost200Response) SetData(v AccessTokensPost200ResponseData)
SetData sets field value
func (*AccessTokensPost200Response) SetSuccess ¶ added in v1.0.0
func (o *AccessTokensPost200Response) SetSuccess(v bool)
SetSuccess sets field value
func (AccessTokensPost200Response) ToMap ¶ added in v1.0.0
func (o AccessTokensPost200Response) ToMap() (map[string]interface{}, error)
func (*AccessTokensPost200Response) UnmarshalJSON ¶ added in v1.0.0
func (o *AccessTokensPost200Response) UnmarshalJSON(data []byte) (err error)
type AccessTokensPost200ResponseData ¶ added in v1.0.0
type AccessTokensPost200ResponseData struct {
// The uuid of the access token.
Id string `json:"id"`
// The name of the access token.
Label string `json:"label"`
// The description of the access token.
Description NullableString `json:"description"`
// Last 4 characters of the access token secret
Last4 string `json:"last4"`
// The legacy id of the user that created the token
OwnerLegacyId float32 `json:"owner_legacy_id"`
Scopes []string `json:"scopes"`
CreatedAt time.Time `json:"created_at"`
UpdatedAt time.Time `json:"updated_at"`
// Secret token for API access. Please note this as it will only be visible once.
AccessToken string `json:"access_token"`
AdditionalProperties map[string]interface{}
}
AccessTokensPost200ResponseData The created access token.
func NewAccessTokensPost200ResponseData ¶ added in v1.0.0
func NewAccessTokensPost200ResponseData(id string, label string, description NullableString, last4 string, ownerLegacyId float32, scopes []string, createdAt time.Time, updatedAt time.Time, accessToken string) *AccessTokensPost200ResponseData
NewAccessTokensPost200ResponseData instantiates a new AccessTokensPost200ResponseData object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewAccessTokensPost200ResponseDataWithDefaults ¶ added in v1.0.0
func NewAccessTokensPost200ResponseDataWithDefaults() *AccessTokensPost200ResponseData
NewAccessTokensPost200ResponseDataWithDefaults instantiates a new AccessTokensPost200ResponseData object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*AccessTokensPost200ResponseData) GetAccessToken ¶ added in v1.0.0
func (o *AccessTokensPost200ResponseData) GetAccessToken() string
GetAccessToken returns the AccessToken field value
func (*AccessTokensPost200ResponseData) GetAccessTokenOk ¶ added in v1.0.0
func (o *AccessTokensPost200ResponseData) GetAccessTokenOk() (*string, bool)
GetAccessTokenOk returns a tuple with the AccessToken field value and a boolean to check if the value has been set.
func (*AccessTokensPost200ResponseData) GetCreatedAt ¶ added in v1.0.0
func (o *AccessTokensPost200ResponseData) GetCreatedAt() time.Time
GetCreatedAt returns the CreatedAt field value
func (*AccessTokensPost200ResponseData) GetCreatedAtOk ¶ added in v1.0.0
func (o *AccessTokensPost200ResponseData) GetCreatedAtOk() (*time.Time, bool)
GetCreatedAtOk returns a tuple with the CreatedAt field value and a boolean to check if the value has been set.
func (*AccessTokensPost200ResponseData) GetDescription ¶ added in v1.0.0
func (o *AccessTokensPost200ResponseData) GetDescription() string
GetDescription returns the Description field value If the value is explicit nil, the zero value for string will be returned
func (*AccessTokensPost200ResponseData) GetDescriptionOk ¶ added in v1.0.0
func (o *AccessTokensPost200ResponseData) GetDescriptionOk() (*string, bool)
GetDescriptionOk returns a tuple with the Description 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 (*AccessTokensPost200ResponseData) GetId ¶ added in v1.0.0
func (o *AccessTokensPost200ResponseData) GetId() string
GetId returns the Id field value
func (*AccessTokensPost200ResponseData) GetIdOk ¶ added in v1.0.0
func (o *AccessTokensPost200ResponseData) GetIdOk() (*string, bool)
GetIdOk returns a tuple with the Id field value and a boolean to check if the value has been set.
func (*AccessTokensPost200ResponseData) GetLabel ¶ added in v1.0.0
func (o *AccessTokensPost200ResponseData) GetLabel() string
GetLabel returns the Label field value
func (*AccessTokensPost200ResponseData) GetLabelOk ¶ added in v1.0.0
func (o *AccessTokensPost200ResponseData) GetLabelOk() (*string, bool)
GetLabelOk returns a tuple with the Label field value and a boolean to check if the value has been set.
func (*AccessTokensPost200ResponseData) GetLast4 ¶ added in v1.0.0
func (o *AccessTokensPost200ResponseData) GetLast4() string
GetLast4 returns the Last4 field value
func (*AccessTokensPost200ResponseData) GetLast4Ok ¶ added in v1.0.0
func (o *AccessTokensPost200ResponseData) GetLast4Ok() (*string, bool)
GetLast4Ok returns a tuple with the Last4 field value and a boolean to check if the value has been set.
func (*AccessTokensPost200ResponseData) GetOwnerLegacyId ¶ added in v1.0.0
func (o *AccessTokensPost200ResponseData) GetOwnerLegacyId() float32
GetOwnerLegacyId returns the OwnerLegacyId field value
func (*AccessTokensPost200ResponseData) GetOwnerLegacyIdOk ¶ added in v1.0.0
func (o *AccessTokensPost200ResponseData) GetOwnerLegacyIdOk() (*float32, bool)
GetOwnerLegacyIdOk returns a tuple with the OwnerLegacyId field value and a boolean to check if the value has been set.
func (*AccessTokensPost200ResponseData) GetScopes ¶ added in v1.0.0
func (o *AccessTokensPost200ResponseData) GetScopes() []string
GetScopes returns the Scopes field value
func (*AccessTokensPost200ResponseData) GetScopesOk ¶ added in v1.0.0
func (o *AccessTokensPost200ResponseData) GetScopesOk() ([]string, bool)
GetScopesOk returns a tuple with the Scopes field value and a boolean to check if the value has been set.
func (*AccessTokensPost200ResponseData) GetUpdatedAt ¶ added in v1.0.0
func (o *AccessTokensPost200ResponseData) GetUpdatedAt() time.Time
GetUpdatedAt returns the UpdatedAt field value
func (*AccessTokensPost200ResponseData) GetUpdatedAtOk ¶ added in v1.0.0
func (o *AccessTokensPost200ResponseData) GetUpdatedAtOk() (*time.Time, bool)
GetUpdatedAtOk returns a tuple with the UpdatedAt field value and a boolean to check if the value has been set.
func (AccessTokensPost200ResponseData) MarshalJSON ¶ added in v1.0.0
func (o AccessTokensPost200ResponseData) MarshalJSON() ([]byte, error)
func (*AccessTokensPost200ResponseData) SetAccessToken ¶ added in v1.0.0
func (o *AccessTokensPost200ResponseData) SetAccessToken(v string)
SetAccessToken sets field value
func (*AccessTokensPost200ResponseData) SetCreatedAt ¶ added in v1.0.0
func (o *AccessTokensPost200ResponseData) SetCreatedAt(v time.Time)
SetCreatedAt sets field value
func (*AccessTokensPost200ResponseData) SetDescription ¶ added in v1.0.0
func (o *AccessTokensPost200ResponseData) SetDescription(v string)
SetDescription sets field value
func (*AccessTokensPost200ResponseData) SetId ¶ added in v1.0.0
func (o *AccessTokensPost200ResponseData) SetId(v string)
SetId sets field value
func (*AccessTokensPost200ResponseData) SetLabel ¶ added in v1.0.0
func (o *AccessTokensPost200ResponseData) SetLabel(v string)
SetLabel sets field value
func (*AccessTokensPost200ResponseData) SetLast4 ¶ added in v1.0.0
func (o *AccessTokensPost200ResponseData) SetLast4(v string)
SetLast4 sets field value
func (*AccessTokensPost200ResponseData) SetOwnerLegacyId ¶ added in v1.0.0
func (o *AccessTokensPost200ResponseData) SetOwnerLegacyId(v float32)
SetOwnerLegacyId sets field value
func (*AccessTokensPost200ResponseData) SetScopes ¶ added in v1.0.0
func (o *AccessTokensPost200ResponseData) SetScopes(v []string)
SetScopes sets field value
func (*AccessTokensPost200ResponseData) SetUpdatedAt ¶ added in v1.0.0
func (o *AccessTokensPost200ResponseData) SetUpdatedAt(v time.Time)
SetUpdatedAt sets field value
func (AccessTokensPost200ResponseData) ToMap ¶ added in v1.0.0
func (o AccessTokensPost200ResponseData) ToMap() (map[string]interface{}, error)
func (*AccessTokensPost200ResponseData) UnmarshalJSON ¶ added in v1.0.0
func (o *AccessTokensPost200ResponseData) UnmarshalJSON(data []byte) (err error)
type AccessTokensPostRequest ¶ added in v1.0.0
type AccessTokensPostRequest struct {
// The name of the access token.
Label string `json:"label"`
// A short, user-facing description of the access token.
Description NullableString `json:"description,omitempty"`
// Scopes to include in the access token. All valid scopes can be found in the [documentation](https://docs.retool.com/reference/api/v2). Any invalid scopes are ignored.
Scopes []string `json:"scopes"`
AdditionalProperties map[string]interface{}
}
AccessTokensPostRequest struct for AccessTokensPostRequest
func NewAccessTokensPostRequest ¶ added in v1.0.0
func NewAccessTokensPostRequest(label string, scopes []string) *AccessTokensPostRequest
NewAccessTokensPostRequest instantiates a new AccessTokensPostRequest object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewAccessTokensPostRequestWithDefaults ¶ added in v1.0.0
func NewAccessTokensPostRequestWithDefaults() *AccessTokensPostRequest
NewAccessTokensPostRequestWithDefaults instantiates a new AccessTokensPostRequest object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*AccessTokensPostRequest) GetDescription ¶ added in v1.0.0
func (o *AccessTokensPostRequest) GetDescription() string
GetDescription returns the Description field value if set, zero value otherwise (both if not set or set to explicit null).
func (*AccessTokensPostRequest) GetDescriptionOk ¶ added in v1.0.0
func (o *AccessTokensPostRequest) 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. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*AccessTokensPostRequest) GetLabel ¶ added in v1.0.0
func (o *AccessTokensPostRequest) GetLabel() string
GetLabel returns the Label field value
func (*AccessTokensPostRequest) GetLabelOk ¶ added in v1.0.0
func (o *AccessTokensPostRequest) GetLabelOk() (*string, bool)
GetLabelOk returns a tuple with the Label field value and a boolean to check if the value has been set.
func (*AccessTokensPostRequest) GetScopes ¶ added in v1.0.0
func (o *AccessTokensPostRequest) GetScopes() []string
GetScopes returns the Scopes field value
func (*AccessTokensPostRequest) GetScopesOk ¶ added in v1.0.0
func (o *AccessTokensPostRequest) GetScopesOk() ([]string, bool)
GetScopesOk returns a tuple with the Scopes field value and a boolean to check if the value has been set.
func (*AccessTokensPostRequest) HasDescription ¶ added in v1.0.0
func (o *AccessTokensPostRequest) HasDescription() bool
HasDescription returns a boolean if a field has been set.
func (AccessTokensPostRequest) MarshalJSON ¶ added in v1.0.0
func (o AccessTokensPostRequest) MarshalJSON() ([]byte, error)
func (*AccessTokensPostRequest) SetDescription ¶ added in v1.0.0
func (o *AccessTokensPostRequest) SetDescription(v string)
SetDescription gets a reference to the given NullableString and assigns it to the Description field.
func (*AccessTokensPostRequest) SetDescriptionNil ¶ added in v1.0.0
func (o *AccessTokensPostRequest) SetDescriptionNil()
SetDescriptionNil sets the value for Description to be an explicit nil
func (*AccessTokensPostRequest) SetLabel ¶ added in v1.0.0
func (o *AccessTokensPostRequest) SetLabel(v string)
SetLabel sets field value
func (*AccessTokensPostRequest) SetScopes ¶ added in v1.0.0
func (o *AccessTokensPostRequest) SetScopes(v []string)
SetScopes sets field value
func (AccessTokensPostRequest) ToMap ¶ added in v1.0.0
func (o AccessTokensPostRequest) ToMap() (map[string]interface{}, error)
func (*AccessTokensPostRequest) UnmarshalJSON ¶ added in v1.0.0
func (o *AccessTokensPostRequest) UnmarshalJSON(data []byte) (err error)
func (*AccessTokensPostRequest) UnsetDescription ¶ added in v1.0.0
func (o *AccessTokensPostRequest) UnsetDescription()
UnsetDescription ensures that no value is present for Description, not even an explicit nil
type AddOperation ¶
type AddOperation struct {
Op string `json:"op"`
Path string `json:"path"`
// A JSON value
Value interface{} `json:"value,omitempty"`
AdditionalProperties map[string]interface{}
}
AddOperation struct for AddOperation
func NewAddOperation ¶
func NewAddOperation(op string, path string) *AddOperation
NewAddOperation instantiates a new AddOperation object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewAddOperationWithDefaults ¶
func NewAddOperationWithDefaults() *AddOperation
NewAddOperationWithDefaults instantiates a new AddOperation object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*AddOperation) GetOp ¶
func (o *AddOperation) GetOp() string
GetOp returns the Op field value
func (*AddOperation) GetOpOk ¶
func (o *AddOperation) GetOpOk() (*string, bool)
GetOpOk returns a tuple with the Op field value and a boolean to check if the value has been set.
func (*AddOperation) GetPath ¶
func (o *AddOperation) GetPath() string
GetPath returns the Path field value
func (*AddOperation) GetPathOk ¶
func (o *AddOperation) GetPathOk() (*string, bool)
GetPathOk returns a tuple with the Path field value and a boolean to check if the value has been set.
func (*AddOperation) GetValue ¶
func (o *AddOperation) GetValue() interface{}
GetValue returns the Value field value if set, zero value otherwise (both if not set or set to explicit null).
func (*AddOperation) GetValueOk ¶
func (o *AddOperation) 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 (*AddOperation) HasValue ¶
func (o *AddOperation) HasValue() bool
HasValue returns a boolean if a field has been set.
func (AddOperation) MarshalJSON ¶
func (o AddOperation) MarshalJSON() ([]byte, error)
func (*AddOperation) SetValue ¶
func (o *AddOperation) SetValue(v interface{})
SetValue gets a reference to the given interface{} and assigns it to the Value field.
func (AddOperation) ToMap ¶
func (o AddOperation) ToMap() (map[string]interface{}, error)
func (*AddOperation) UnmarshalJSON ¶
func (o *AddOperation) UnmarshalJSON(data []byte) (err error)
type AnalyticsIntegrationsSettings ¶ added in v1.0.0
type AnalyticsIntegrationsSettings struct {
OrganizationAnalyticsIntegrationsGet200ResponseDataInnerOneOf *OrganizationAnalyticsIntegrationsGet200ResponseDataInnerOneOf
OrganizationAnalyticsIntegrationsGet200ResponseDataInnerOneOf1 *OrganizationAnalyticsIntegrationsGet200ResponseDataInnerOneOf1
OrganizationAnalyticsIntegrationsGet200ResponseDataInnerOneOf2 *OrganizationAnalyticsIntegrationsGet200ResponseDataInnerOneOf2
}
AnalyticsIntegrationsSettings - struct for AnalyticsIntegrationsSettings
func OrganizationAnalyticsIntegrationsGet200ResponseDataInnerOneOf1AsAnalyticsIntegrationsSettings ¶ added in v1.0.0
func OrganizationAnalyticsIntegrationsGet200ResponseDataInnerOneOf1AsAnalyticsIntegrationsSettings(v *OrganizationAnalyticsIntegrationsGet200ResponseDataInnerOneOf1) AnalyticsIntegrationsSettings
OrganizationAnalyticsIntegrationsGet200ResponseDataInnerOneOf1AsAnalyticsIntegrationsSettings is a convenience function that returns OrganizationAnalyticsIntegrationsGet200ResponseDataInnerOneOf1 wrapped in AnalyticsIntegrationsSettings
func OrganizationAnalyticsIntegrationsGet200ResponseDataInnerOneOf2AsAnalyticsIntegrationsSettings ¶ added in v1.0.0
func OrganizationAnalyticsIntegrationsGet200ResponseDataInnerOneOf2AsAnalyticsIntegrationsSettings(v *OrganizationAnalyticsIntegrationsGet200ResponseDataInnerOneOf2) AnalyticsIntegrationsSettings
OrganizationAnalyticsIntegrationsGet200ResponseDataInnerOneOf2AsAnalyticsIntegrationsSettings is a convenience function that returns OrganizationAnalyticsIntegrationsGet200ResponseDataInnerOneOf2 wrapped in AnalyticsIntegrationsSettings
func OrganizationAnalyticsIntegrationsGet200ResponseDataInnerOneOfAsAnalyticsIntegrationsSettings ¶ added in v1.0.0
func OrganizationAnalyticsIntegrationsGet200ResponseDataInnerOneOfAsAnalyticsIntegrationsSettings(v *OrganizationAnalyticsIntegrationsGet200ResponseDataInnerOneOf) AnalyticsIntegrationsSettings
OrganizationAnalyticsIntegrationsGet200ResponseDataInnerOneOfAsAnalyticsIntegrationsSettings is a convenience function that returns OrganizationAnalyticsIntegrationsGet200ResponseDataInnerOneOf wrapped in AnalyticsIntegrationsSettings
func (*AnalyticsIntegrationsSettings) GetActualInstance ¶ added in v1.0.0
func (obj *AnalyticsIntegrationsSettings) GetActualInstance() interface{}
Get the actual instance
func (AnalyticsIntegrationsSettings) MarshalJSON ¶ added in v1.0.0
func (src AnalyticsIntegrationsSettings) MarshalJSON() ([]byte, error)
Marshal data from the first non-nil pointers in the struct to JSON
func (*AnalyticsIntegrationsSettings) UnmarshalJSON ¶ added in v1.0.0
func (dst *AnalyticsIntegrationsSettings) UnmarshalJSON(data []byte) error
Unmarshal JSON data into one of the pointers in the struct
type ApiAccessRequestsAccessRequestIdGetRequest ¶
type ApiAccessRequestsAccessRequestIdGetRequest struct {
ApiService *AccessRequestAPIService
// contains filtered or unexported fields
}
func (ApiAccessRequestsAccessRequestIdGetRequest) Execute ¶
func (r ApiAccessRequestsAccessRequestIdGetRequest) Execute() (*AccessRequestsAccessRequestIdGet200Response, *http.Response, error)
type ApiAccessRequestsAccessRequestIdPatchRequest ¶
type ApiAccessRequestsAccessRequestIdPatchRequest struct {
ApiService *AccessRequestAPIService
// contains filtered or unexported fields
}
func (ApiAccessRequestsAccessRequestIdPatchRequest) AccessRequestsAccessRequestIdPatchRequest ¶
func (r ApiAccessRequestsAccessRequestIdPatchRequest) AccessRequestsAccessRequestIdPatchRequest(accessRequestsAccessRequestIdPatchRequest AccessRequestsAccessRequestIdPatchRequest) ApiAccessRequestsAccessRequestIdPatchRequest
func (ApiAccessRequestsAccessRequestIdPatchRequest) Execute ¶
func (r ApiAccessRequestsAccessRequestIdPatchRequest) Execute() (*AccessRequestsAccessRequestIdPatch200Response, *http.Response, error)
type ApiAccessRequestsGetRequest ¶
type ApiAccessRequestsGetRequest struct {
ApiService *AccessRequestAPIService
// contains filtered or unexported fields
}
func (ApiAccessRequestsGetRequest) Execute ¶
func (r ApiAccessRequestsGetRequest) Execute() (*AccessRequestsGet200Response, *http.Response, error)
func (ApiAccessRequestsGetRequest) Status ¶
func (r ApiAccessRequestsGetRequest) Status(status string) ApiAccessRequestsGetRequest
The status of the access request
type ApiAccessTokensAccessTokenIdGetRequest ¶ added in v1.0.0
type ApiAccessTokensAccessTokenIdGetRequest struct {
ApiService *AccessTokensAPIService
// contains filtered or unexported fields
}
func (ApiAccessTokensAccessTokenIdGetRequest) Execute ¶ added in v1.0.0
func (r ApiAccessTokensAccessTokenIdGetRequest) Execute() (*AccessTokensAccessTokenIdGet200Response, *http.Response, error)
type ApiAccessTokensGetRequest ¶ added in v1.0.0
type ApiAccessTokensGetRequest struct {
ApiService *AccessTokensAPIService
// contains filtered or unexported fields
}
func (ApiAccessTokensGetRequest) Execute ¶ added in v1.0.0
func (r ApiAccessTokensGetRequest) Execute() (*AccessTokensGet200Response, *http.Response, error)
type ApiAccessTokensPostRequest ¶ added in v1.0.0
type ApiAccessTokensPostRequest struct {
ApiService *AccessTokensAPIService
// contains filtered or unexported fields
}
func (ApiAccessTokensPostRequest) AccessTokensPostRequest ¶ added in v1.0.0
func (r ApiAccessTokensPostRequest) AccessTokensPostRequest(accessTokensPostRequest AccessTokensPostRequest) ApiAccessTokensPostRequest
func (ApiAccessTokensPostRequest) Execute ¶ added in v1.0.0
func (r ApiAccessTokensPostRequest) Execute() (*AccessTokensPost200Response, *http.Response, error)
type ApiAppThemesGetRequest ¶ added in v1.0.0
type ApiAppThemesGetRequest struct {
ApiService *AppThemesAPIService
// contains filtered or unexported fields
}
func (ApiAppThemesGetRequest) Execute ¶ added in v1.0.0
func (r ApiAppThemesGetRequest) Execute() (*AppThemesGet200Response, *http.Response, error)
type ApiAppThemesIdDeleteRequest ¶
type ApiAppThemesIdDeleteRequest struct {
ApiService *AppThemesAPIService
// contains filtered or unexported fields
}
type ApiAppThemesIdGetRequest ¶
type ApiAppThemesIdGetRequest struct {
ApiService *AppThemesAPIService
// contains filtered or unexported fields
}
func (ApiAppThemesIdGetRequest) Execute ¶
func (r ApiAppThemesIdGetRequest) Execute() (*AppThemesIdGet200Response, *http.Response, error)
type ApiAppThemesPostRequest ¶
type ApiAppThemesPostRequest struct {
ApiService *AppThemesAPIService
// contains filtered or unexported fields
}
func (ApiAppThemesPostRequest) AppThemesGet200ResponseDataInner ¶ added in v1.0.0
func (r ApiAppThemesPostRequest) AppThemesGet200ResponseDataInner(appThemesGet200ResponseDataInner AppThemesGet200ResponseDataInner) ApiAppThemesPostRequest
func (ApiAppThemesPostRequest) Execute ¶
func (r ApiAppThemesPostRequest) Execute() (*AppThemesPut200Response, *http.Response, error)
type ApiAppThemesPutRequest ¶
type ApiAppThemesPutRequest struct {
ApiService *AppThemesAPIService
// contains filtered or unexported fields
}
func (ApiAppThemesPutRequest) AppThemesGet200ResponseDataInner ¶ added in v1.0.0
func (r ApiAppThemesPutRequest) AppThemesGet200ResponseDataInner(appThemesGet200ResponseDataInner AppThemesGet200ResponseDataInner) ApiAppThemesPutRequest
func (ApiAppThemesPutRequest) Execute ¶
func (r ApiAppThemesPutRequest) Execute() (*AppThemesPut200Response, *http.Response, error)
type ApiAppsAppIdDeleteRequest ¶
type ApiAppsAppIdDeleteRequest struct {
ApiService *AppsAPIService
// contains filtered or unexported fields
}
type ApiAppsAppIdGetRequest ¶
type ApiAppsAppIdGetRequest struct {
ApiService *AppsAPIService
// contains filtered or unexported fields
}
func (ApiAppsAppIdGetRequest) Execute ¶
func (r ApiAppsAppIdGetRequest) Execute() (*AppsAppIdGet200Response, *http.Response, error)
type ApiAppsCloneAppPostRequest ¶ added in v1.0.0
type ApiAppsCloneAppPostRequest struct {
ApiService *AppsAPIService
// contains filtered or unexported fields
}
func (ApiAppsCloneAppPostRequest) AppsCloneAppPostRequest ¶ added in v1.0.0
func (r ApiAppsCloneAppPostRequest) AppsCloneAppPostRequest(appsCloneAppPostRequest AppsCloneAppPostRequest) ApiAppsCloneAppPostRequest
func (ApiAppsCloneAppPostRequest) Execute ¶ added in v1.0.0
func (r ApiAppsCloneAppPostRequest) Execute() (*AppsAppIdGet200Response, *http.Response, error)
type ApiAppsGetRequest ¶
type ApiAppsGetRequest struct {
ApiService *AppsAPIService
// contains filtered or unexported fields
}
func (ApiAppsGetRequest) Execute ¶
func (r ApiAppsGetRequest) Execute() (*AppsGet200Response, *http.Response, error)
type ApiConfigurationVariablesGetRequest ¶
type ApiConfigurationVariablesGetRequest struct {
ApiService *ConfigurationVariablesAPIService
// contains filtered or unexported fields
}
func (ApiConfigurationVariablesGetRequest) Execute ¶
func (r ApiConfigurationVariablesGetRequest) Execute() (*ConfigurationVariablesGet200Response, *http.Response, error)
type ApiConfigurationVariablesIdDeleteRequest ¶
type ApiConfigurationVariablesIdDeleteRequest struct {
ApiService *ConfigurationVariablesAPIService
// contains filtered or unexported fields
}
type ApiConfigurationVariablesIdGetRequest ¶
type ApiConfigurationVariablesIdGetRequest struct {
ApiService *ConfigurationVariablesAPIService
// contains filtered or unexported fields
}
func (ApiConfigurationVariablesIdGetRequest) Execute ¶
func (r ApiConfigurationVariablesIdGetRequest) Execute() (*ConfigurationVariablesPost200Response, *http.Response, error)
type ApiConfigurationVariablesIdPutRequest ¶
type ApiConfigurationVariablesIdPutRequest struct {
ApiService *ConfigurationVariablesAPIService
// contains filtered or unexported fields
}
func (ApiConfigurationVariablesIdPutRequest) ConfigurationVariablesPostRequest ¶
func (r ApiConfigurationVariablesIdPutRequest) ConfigurationVariablesPostRequest(configurationVariablesPostRequest ConfigurationVariablesPostRequest) ApiConfigurationVariablesIdPutRequest
func (ApiConfigurationVariablesIdPutRequest) Execute ¶
func (r ApiConfigurationVariablesIdPutRequest) Execute() (*ConfigurationVariablesPost200Response, *http.Response, error)
type ApiConfigurationVariablesPostRequest ¶
type ApiConfigurationVariablesPostRequest struct {
ApiService *ConfigurationVariablesAPIService
// contains filtered or unexported fields
}
func (ApiConfigurationVariablesPostRequest) ConfigurationVariablesPostRequest ¶
func (r ApiConfigurationVariablesPostRequest) ConfigurationVariablesPostRequest(configurationVariablesPostRequest ConfigurationVariablesPostRequest) ApiConfigurationVariablesPostRequest
func (ApiConfigurationVariablesPostRequest) Execute ¶
func (r ApiConfigurationVariablesPostRequest) Execute() (*ConfigurationVariablesPost200Response, *http.Response, error)
type ApiCustomComponentLibrariesGetRequest ¶
type ApiCustomComponentLibrariesGetRequest struct {
ApiService *CustomComponentLibraryAPIService
// contains filtered or unexported fields
}
func (ApiCustomComponentLibrariesGetRequest) Execute ¶
func (r ApiCustomComponentLibrariesGetRequest) Execute() (*CustomComponentLibrariesGet200Response, *http.Response, error)
func (ApiCustomComponentLibrariesGetRequest) NextToken ¶
func (r ApiCustomComponentLibrariesGetRequest) NextToken(nextToken string) ApiCustomComponentLibrariesGetRequest
The token of the current page
type ApiCustomComponentLibrariesLibraryIdGetRequest ¶
type ApiCustomComponentLibrariesLibraryIdGetRequest struct {
ApiService *CustomComponentLibraryAPIService
// contains filtered or unexported fields
}
func (ApiCustomComponentLibrariesLibraryIdGetRequest) Execute ¶
func (r ApiCustomComponentLibrariesLibraryIdGetRequest) Execute() (*CustomComponentLibrariesLibraryIdGet200Response, *http.Response, error)
type ApiCustomComponentLibrariesLibraryIdRevisionsGetRequest ¶
type ApiCustomComponentLibrariesLibraryIdRevisionsGetRequest struct {
ApiService *CustomComponentLibraryAPIService
// contains filtered or unexported fields
}
type ApiCustomComponentLibrariesLibraryIdRevisionsPostRequest ¶
type ApiCustomComponentLibrariesLibraryIdRevisionsPostRequest struct {
ApiService *CustomComponentLibraryAPIService
// contains filtered or unexported fields
}
func (ApiCustomComponentLibrariesLibraryIdRevisionsPostRequest) Id ¶
func (r ApiCustomComponentLibrariesLibraryIdRevisionsPostRequest) Id(id string) ApiCustomComponentLibrariesLibraryIdRevisionsPostRequest
Specifies a specific id to use for the library. Used for syncronizing libraries across Retool Instances.
func (ApiCustomComponentLibrariesLibraryIdRevisionsPostRequest) Version ¶
func (r ApiCustomComponentLibrariesLibraryIdRevisionsPostRequest) Version(version string) ApiCustomComponentLibrariesLibraryIdRevisionsPostRequest
A specific version tag to use. Also specify version_bump as 'specify_version'.
func (ApiCustomComponentLibrariesLibraryIdRevisionsPostRequest) VersionBump ¶
func (r ApiCustomComponentLibrariesLibraryIdRevisionsPostRequest) VersionBump(versionBump string) ApiCustomComponentLibrariesLibraryIdRevisionsPostRequest
type ApiCustomComponentLibrariesLibraryIdRevisionsRevisionIdFilesGetRequest ¶
type ApiCustomComponentLibrariesLibraryIdRevisionsRevisionIdFilesGetRequest struct {
ApiService *CustomComponentLibraryAPIService
// contains filtered or unexported fields
}
type ApiCustomComponentLibrariesPostRequest ¶
type ApiCustomComponentLibrariesPostRequest struct {
ApiService *CustomComponentLibraryAPIService
// contains filtered or unexported fields
}
func (ApiCustomComponentLibrariesPostRequest) CustomComponentLibrariesPostRequest ¶
func (r ApiCustomComponentLibrariesPostRequest) CustomComponentLibrariesPostRequest(customComponentLibrariesPostRequest CustomComponentLibrariesPostRequest) ApiCustomComponentLibrariesPostRequest
func (ApiCustomComponentLibrariesPostRequest) Execute ¶
func (r ApiCustomComponentLibrariesPostRequest) Execute() (*CustomComponentLibrariesPost200Response, *http.Response, error)
type ApiEnvironmentsEnvironmentIdDeleteRequest ¶ added in v1.0.0
type ApiEnvironmentsEnvironmentIdDeleteRequest struct {
ApiService *EnvironmentsAPIService
// contains filtered or unexported fields
}
type ApiEnvironmentsEnvironmentIdGetRequest ¶
type ApiEnvironmentsEnvironmentIdGetRequest struct {
ApiService *EnvironmentsAPIService
// contains filtered or unexported fields
}
func (ApiEnvironmentsEnvironmentIdGetRequest) Execute ¶
func (r ApiEnvironmentsEnvironmentIdGetRequest) Execute() (*EnvironmentsEnvironmentIdGet200Response, *http.Response, error)
type ApiEnvironmentsEnvironmentIdPatchRequest ¶ added in v1.0.0
type ApiEnvironmentsEnvironmentIdPatchRequest struct {
ApiService *EnvironmentsAPIService
// contains filtered or unexported fields
}
func (ApiEnvironmentsEnvironmentIdPatchRequest) EnvironmentsEnvironmentIdPatchRequest ¶ added in v1.0.0
func (r ApiEnvironmentsEnvironmentIdPatchRequest) EnvironmentsEnvironmentIdPatchRequest(environmentsEnvironmentIdPatchRequest EnvironmentsEnvironmentIdPatchRequest) ApiEnvironmentsEnvironmentIdPatchRequest
func (ApiEnvironmentsEnvironmentIdPatchRequest) Execute ¶ added in v1.0.0
func (r ApiEnvironmentsEnvironmentIdPatchRequest) Execute() (*EnvironmentsEnvironmentIdPatch200Response, *http.Response, error)
type ApiEnvironmentsGetRequest ¶
type ApiEnvironmentsGetRequest struct {
ApiService *EnvironmentsAPIService
// contains filtered or unexported fields
}
func (ApiEnvironmentsGetRequest) Execute ¶
func (r ApiEnvironmentsGetRequest) Execute() (*EnvironmentsGet200Response, *http.Response, error)
type ApiEnvironmentsPostRequest ¶ added in v1.0.0
type ApiEnvironmentsPostRequest struct {
ApiService *EnvironmentsAPIService
// contains filtered or unexported fields
}
func (ApiEnvironmentsPostRequest) EnvironmentsPostRequest ¶ added in v1.0.0
func (r ApiEnvironmentsPostRequest) EnvironmentsPostRequest(environmentsPostRequest EnvironmentsPostRequest) ApiEnvironmentsPostRequest
func (ApiEnvironmentsPostRequest) Execute ¶ added in v1.0.0
func (r ApiEnvironmentsPostRequest) Execute() (*EnvironmentsPost200Response, *http.Response, error)
type ApiFoldersFolderIdDeleteRequest ¶
type ApiFoldersFolderIdDeleteRequest struct {
ApiService *FoldersAPIService
// contains filtered or unexported fields
}
func (ApiFoldersFolderIdDeleteRequest) Execute ¶
func (r ApiFoldersFolderIdDeleteRequest) Execute() (*http.Response, error)
func (ApiFoldersFolderIdDeleteRequest) Recursive ¶ added in v1.0.0
func (r ApiFoldersFolderIdDeleteRequest) Recursive(recursive bool) ApiFoldersFolderIdDeleteRequest
Should the folder's contents also be deleted? (Only supported for app folders.)
type ApiFoldersFolderIdGetRequest ¶
type ApiFoldersFolderIdGetRequest struct {
ApiService *FoldersAPIService
// contains filtered or unexported fields
}
func (ApiFoldersFolderIdGetRequest) Execute ¶
func (r ApiFoldersFolderIdGetRequest) Execute() (*FoldersFolderIdGet200Response, *http.Response, error)
type ApiFoldersFolderIdPatchRequest ¶
type ApiFoldersFolderIdPatchRequest struct {
ApiService *FoldersAPIService
// contains filtered or unexported fields
}
func (ApiFoldersFolderIdPatchRequest) Execute ¶
func (r ApiFoldersFolderIdPatchRequest) Execute() (*FoldersFolderIdPatch200Response, *http.Response, error)
func (ApiFoldersFolderIdPatchRequest) FoldersFolderIdPatchRequest ¶
func (r ApiFoldersFolderIdPatchRequest) FoldersFolderIdPatchRequest(foldersFolderIdPatchRequest FoldersFolderIdPatchRequest) ApiFoldersFolderIdPatchRequest
type ApiFoldersGetRequest ¶
type ApiFoldersGetRequest struct {
ApiService *FoldersAPIService
// contains filtered or unexported fields
}
func (ApiFoldersGetRequest) Execute ¶
func (r ApiFoldersGetRequest) Execute() (*FoldersGet200Response, *http.Response, error)
type ApiFoldersPostRequest ¶
type ApiFoldersPostRequest struct {
ApiService *FoldersAPIService
// contains filtered or unexported fields
}
func (ApiFoldersPostRequest) Execute ¶
func (r ApiFoldersPostRequest) Execute() (*FoldersPost200Response, *http.Response, error)
func (ApiFoldersPostRequest) FoldersPostRequest ¶
func (r ApiFoldersPostRequest) FoldersPostRequest(foldersPostRequest FoldersPostRequest) ApiFoldersPostRequest
type ApiGroupsGetRequest ¶
type ApiGroupsGetRequest struct {
ApiService *GroupsAPIService
// contains filtered or unexported fields
}
func (ApiGroupsGetRequest) Execute ¶
func (r ApiGroupsGetRequest) Execute() (*GroupsGet200Response, *http.Response, error)
type ApiGroupsGroupIdDeleteRequest ¶
type ApiGroupsGroupIdDeleteRequest struct {
ApiService *GroupsAPIService
// contains filtered or unexported fields
}
type ApiGroupsGroupIdGetRequest ¶
type ApiGroupsGroupIdGetRequest struct {
ApiService *GroupsAPIService
// contains filtered or unexported fields
}
func (ApiGroupsGroupIdGetRequest) Execute ¶
func (r ApiGroupsGroupIdGetRequest) Execute() (*GroupsGroupIdGet200Response, *http.Response, error)
type ApiGroupsGroupIdMembersPostRequest ¶
type ApiGroupsGroupIdMembersPostRequest struct {
ApiService *GroupsAPIService
// contains filtered or unexported fields
}
func (ApiGroupsGroupIdMembersPostRequest) Execute ¶
func (r ApiGroupsGroupIdMembersPostRequest) Execute() (*GroupsGroupIdPut200Response, *http.Response, error)
func (ApiGroupsGroupIdMembersPostRequest) GroupsGroupIdMembersPostRequest ¶
func (r ApiGroupsGroupIdMembersPostRequest) GroupsGroupIdMembersPostRequest(groupsGroupIdMembersPostRequest GroupsGroupIdMembersPostRequest) ApiGroupsGroupIdMembersPostRequest
type ApiGroupsGroupIdMembersUserSidDeleteRequest ¶
type ApiGroupsGroupIdMembersUserSidDeleteRequest struct {
ApiService *GroupsAPIService
// contains filtered or unexported fields
}
func (ApiGroupsGroupIdMembersUserSidDeleteRequest) Execute ¶
func (r ApiGroupsGroupIdMembersUserSidDeleteRequest) Execute() (*GroupsGroupIdPut200Response, *http.Response, error)
type ApiGroupsGroupIdPatchRequest ¶
type ApiGroupsGroupIdPatchRequest struct {
ApiService *GroupsAPIService
// contains filtered or unexported fields
}
func (ApiGroupsGroupIdPatchRequest) Execute ¶
func (r ApiGroupsGroupIdPatchRequest) Execute() (*GroupsGroupIdPut200Response, *http.Response, error)
func (ApiGroupsGroupIdPatchRequest) GroupsGroupIdPatchRequest ¶
func (r ApiGroupsGroupIdPatchRequest) GroupsGroupIdPatchRequest(groupsGroupIdPatchRequest GroupsGroupIdPatchRequest) ApiGroupsGroupIdPatchRequest
type ApiGroupsGroupIdPutRequest ¶
type ApiGroupsGroupIdPutRequest struct {
ApiService *GroupsAPIService
// contains filtered or unexported fields
}
func (ApiGroupsGroupIdPutRequest) Execute ¶
func (r ApiGroupsGroupIdPutRequest) Execute() (*GroupsGroupIdPut200Response, *http.Response, error)
func (ApiGroupsGroupIdPutRequest) GroupsGroupIdPutRequest ¶
func (r ApiGroupsGroupIdPutRequest) GroupsGroupIdPutRequest(groupsGroupIdPutRequest GroupsGroupIdPutRequest) ApiGroupsGroupIdPutRequest
type ApiGroupsGroupIdUserInvitesPostRequest ¶
type ApiGroupsGroupIdUserInvitesPostRequest struct {
ApiService *GroupsAPIService
// contains filtered or unexported fields
}
func (ApiGroupsGroupIdUserInvitesPostRequest) Execute ¶
func (r ApiGroupsGroupIdUserInvitesPostRequest) Execute() (*GroupsGroupIdPut200Response, *http.Response, error)
func (ApiGroupsGroupIdUserInvitesPostRequest) GroupsGroupIdUserInvitesPostRequest ¶
func (r ApiGroupsGroupIdUserInvitesPostRequest) GroupsGroupIdUserInvitesPostRequest(groupsGroupIdUserInvitesPostRequest GroupsGroupIdUserInvitesPostRequest) ApiGroupsGroupIdUserInvitesPostRequest
type ApiGroupsGroupIdUserInvitesUserInviteIdDeleteRequest ¶
type ApiGroupsGroupIdUserInvitesUserInviteIdDeleteRequest struct {
ApiService *GroupsAPIService
// contains filtered or unexported fields
}
type ApiGroupsPostRequest ¶
type ApiGroupsPostRequest struct {
ApiService *GroupsAPIService
// contains filtered or unexported fields
}
func (ApiGroupsPostRequest) Execute ¶
func (r ApiGroupsPostRequest) Execute() (*GroupsPost200Response, *http.Response, error)
func (ApiGroupsPostRequest) GroupsPostRequest ¶
func (r ApiGroupsPostRequest) GroupsPostRequest(groupsPostRequest GroupsPostRequest) ApiGroupsPostRequest
type ApiInfoIpAllowlistGetRequest ¶ added in v1.0.0
type ApiInfoIpAllowlistGetRequest struct {
ApiService *InfoAPIService
// contains filtered or unexported fields
}
func (ApiInfoIpAllowlistGetRequest) Execute ¶ added in v1.0.0
func (r ApiInfoIpAllowlistGetRequest) Execute() (*InfoIpAllowlistGet200Response, *http.Response, error)
type ApiObservabilityConfigConfigIdDeleteRequest ¶
type ApiObservabilityConfigConfigIdDeleteRequest struct {
ApiService *ObservabilityAPIService
// contains filtered or unexported fields
}
type ApiObservabilityConfigConfigIdPutRequest ¶
type ApiObservabilityConfigConfigIdPutRequest struct {
ApiService *ObservabilityAPIService
// contains filtered or unexported fields
}
func (ApiObservabilityConfigConfigIdPutRequest) Execute ¶
func (r ApiObservabilityConfigConfigIdPutRequest) Execute() (*ObservabilityConfigConfigIdPut200Response, *http.Response, error)
func (ApiObservabilityConfigConfigIdPutRequest) ObservabilityConfigConfigIdPutRequest ¶
func (r ApiObservabilityConfigConfigIdPutRequest) ObservabilityConfigConfigIdPutRequest(observabilityConfigConfigIdPutRequest ObservabilityConfigConfigIdPutRequest) ApiObservabilityConfigConfigIdPutRequest
type ApiObservabilityConfigGetRequest ¶
type ApiObservabilityConfigGetRequest struct {
ApiService *ObservabilityAPIService
// contains filtered or unexported fields
}
func (ApiObservabilityConfigGetRequest) Execute ¶
func (r ApiObservabilityConfigGetRequest) Execute() (*ObservabilityConfigGet200Response, *http.Response, error)
type ApiObservabilityConfigPostRequest ¶
type ApiObservabilityConfigPostRequest struct {
ApiService *ObservabilityAPIService
// contains filtered or unexported fields
}
func (ApiObservabilityConfigPostRequest) Execute ¶
func (r ApiObservabilityConfigPostRequest) Execute() (*ObservabilityConfigPost200Response, *http.Response, error)
func (ApiObservabilityConfigPostRequest) ObservabilityConfigPostRequest ¶
func (r ApiObservabilityConfigPostRequest) ObservabilityConfigPostRequest(observabilityConfigPostRequest ObservabilityConfigPostRequest) ApiObservabilityConfigPostRequest
type ApiObservabilityProviderProviderTestPostRequest ¶
type ApiObservabilityProviderProviderTestPostRequest struct {
ApiService *ObservabilityAPIService
// contains filtered or unexported fields
}
func (ApiObservabilityProviderProviderTestPostRequest) Execute ¶
func (r ApiObservabilityProviderProviderTestPostRequest) Execute() (*ObservabilityProviderProviderTestPost200Response, *http.Response, error)
type ApiOrganizationAiSettingsGetRequest ¶ added in v1.0.0
type ApiOrganizationAiSettingsGetRequest struct {
ApiService *OrganizationAPIService
// contains filtered or unexported fields
}
func (ApiOrganizationAiSettingsGetRequest) Execute ¶ added in v1.0.0
func (r ApiOrganizationAiSettingsGetRequest) Execute() (*OrganizationAiSettingsGet200Response, *http.Response, error)
type ApiOrganizationAiSettingsPutRequest ¶ added in v1.0.0
type ApiOrganizationAiSettingsPutRequest struct {
ApiService *OrganizationAPIService
// contains filtered or unexported fields
}
func (ApiOrganizationAiSettingsPutRequest) Execute ¶ added in v1.0.0
func (r ApiOrganizationAiSettingsPutRequest) Execute() (*OrganizationAiSettingsPut200Response, *http.Response, error)
func (ApiOrganizationAiSettingsPutRequest) OrganizationAiSettingsGet200ResponseData ¶ added in v1.0.0
func (r ApiOrganizationAiSettingsPutRequest) OrganizationAiSettingsGet200ResponseData(organizationAiSettingsGet200ResponseData OrganizationAiSettingsGet200ResponseData) ApiOrganizationAiSettingsPutRequest
type ApiOrganizationAnalyticsIntegrationsGetRequest ¶ added in v1.0.0
type ApiOrganizationAnalyticsIntegrationsGetRequest struct {
ApiService *OrganizationAPIService
// contains filtered or unexported fields
}
func (ApiOrganizationAnalyticsIntegrationsGetRequest) Execute ¶ added in v1.0.0
func (r ApiOrganizationAnalyticsIntegrationsGetRequest) Execute() (*OrganizationAnalyticsIntegrationsGet200Response, *http.Response, error)
type ApiOrganizationGetRequest ¶ added in v1.0.0
type ApiOrganizationGetRequest struct {
ApiService *OrganizationAPIService
// contains filtered or unexported fields
}
func (ApiOrganizationGetRequest) Execute ¶ added in v1.0.0
func (r ApiOrganizationGetRequest) Execute() (*OrganizationGet200Response, *http.Response, error)
type ApiOrganizationInvalidateSessionsPostRequest ¶ added in v1.0.0
type ApiOrganizationInvalidateSessionsPostRequest struct {
ApiService *OrganizationAPIService
// contains filtered or unexported fields
}
type ApiOrganizationPatchRequest ¶ added in v1.0.0
type ApiOrganizationPatchRequest struct {
ApiService *OrganizationAPIService
// contains filtered or unexported fields
}
func (ApiOrganizationPatchRequest) Execute ¶ added in v1.0.0
func (r ApiOrganizationPatchRequest) Execute() (*OrganizationPatch200Response, *http.Response, error)
func (ApiOrganizationPatchRequest) OrganizationPatchRequest ¶ added in v1.0.0
func (r ApiOrganizationPatchRequest) OrganizationPatchRequest(organizationPatchRequest OrganizationPatchRequest) ApiOrganizationPatchRequest
type ApiPermissionsAccessListObjectTypeObjectIdGetRequest ¶ added in v1.0.0
type ApiPermissionsAccessListObjectTypeObjectIdGetRequest struct {
ApiService *PermissionsAPIService
// contains filtered or unexported fields
}
type ApiPermissionsGrantPostRequest ¶
type ApiPermissionsGrantPostRequest struct {
ApiService *PermissionsAPIService
// contains filtered or unexported fields
}
func (ApiPermissionsGrantPostRequest) Execute ¶
func (r ApiPermissionsGrantPostRequest) Execute() (*PermissionsListObjectsPost200Response, *http.Response, error)
func (ApiPermissionsGrantPostRequest) PermissionsGrantPostRequest ¶
func (r ApiPermissionsGrantPostRequest) PermissionsGrantPostRequest(permissionsGrantPostRequest PermissionsGrantPostRequest) ApiPermissionsGrantPostRequest
type ApiPermissionsListObjectsPostRequest ¶
type ApiPermissionsListObjectsPostRequest struct {
ApiService *PermissionsAPIService
// contains filtered or unexported fields
}
func (ApiPermissionsListObjectsPostRequest) Execute ¶
func (r ApiPermissionsListObjectsPostRequest) Execute() (*PermissionsListObjectsPost200Response, *http.Response, error)
func (ApiPermissionsListObjectsPostRequest) PermissionsListObjectsPostRequest ¶
func (r ApiPermissionsListObjectsPostRequest) PermissionsListObjectsPostRequest(permissionsListObjectsPostRequest PermissionsListObjectsPostRequest) ApiPermissionsListObjectsPostRequest
type ApiPermissionsRevokePostRequest ¶
type ApiPermissionsRevokePostRequest struct {
ApiService *PermissionsAPIService
// contains filtered or unexported fields
}
func (ApiPermissionsRevokePostRequest) Execute ¶
func (r ApiPermissionsRevokePostRequest) Execute() (*PermissionsListObjectsPost200Response, *http.Response, error)
func (ApiPermissionsRevokePostRequest) PermissionsRevokePostRequest ¶
func (r ApiPermissionsRevokePostRequest) PermissionsRevokePostRequest(permissionsRevokePostRequest PermissionsRevokePostRequest) ApiPermissionsRevokePostRequest
type ApiResourceConfigurationsConfigurationIdDeleteRequest ¶
type ApiResourceConfigurationsConfigurationIdDeleteRequest struct {
ApiService *ResourceConfigurationsAPIService
// contains filtered or unexported fields
}
type ApiResourceConfigurationsConfigurationIdGetRequest ¶
type ApiResourceConfigurationsConfigurationIdGetRequest struct {
ApiService *ResourceConfigurationsAPIService
// contains filtered or unexported fields
}
type ApiResourceConfigurationsConfigurationIdPatchRequest ¶ added in v1.0.0
type ApiResourceConfigurationsConfigurationIdPatchRequest struct {
ApiService *ResourceConfigurationsAPIService
// contains filtered or unexported fields
}
func (ApiResourceConfigurationsConfigurationIdPatchRequest) ResourceConfigurationsConfigurationIdPatchRequest ¶ added in v1.0.0
func (r ApiResourceConfigurationsConfigurationIdPatchRequest) ResourceConfigurationsConfigurationIdPatchRequest(resourceConfigurationsConfigurationIdPatchRequest ResourceConfigurationsConfigurationIdPatchRequest) ApiResourceConfigurationsConfigurationIdPatchRequest
type ApiResourceConfigurationsGetRequest ¶
type ApiResourceConfigurationsGetRequest struct {
ApiService *ResourceConfigurationsAPIService
// contains filtered or unexported fields
}
func (ApiResourceConfigurationsGetRequest) EnvironmentId ¶
func (r ApiResourceConfigurationsGetRequest) EnvironmentId(environmentId string) ApiResourceConfigurationsGetRequest
func (ApiResourceConfigurationsGetRequest) Execute ¶
func (r ApiResourceConfigurationsGetRequest) Execute() (*ResourceConfigurationsGet200Response, *http.Response, error)
func (ApiResourceConfigurationsGetRequest) NextToken ¶
func (r ApiResourceConfigurationsGetRequest) NextToken(nextToken string) ApiResourceConfigurationsGetRequest
The token of the current page
func (ApiResourceConfigurationsGetRequest) ResourceId ¶
func (r ApiResourceConfigurationsGetRequest) ResourceId(resourceId string) ApiResourceConfigurationsGetRequest
The uuid or name for the resource.
func (ApiResourceConfigurationsGetRequest) ResourceType ¶
func (r ApiResourceConfigurationsGetRequest) ResourceType(resourceType string) ApiResourceConfigurationsGetRequest
The type of resource.
type ApiResourceConfigurationsPostRequest ¶ added in v1.0.0
type ApiResourceConfigurationsPostRequest struct {
ApiService *ResourceConfigurationsAPIService
// contains filtered or unexported fields
}
func (ApiResourceConfigurationsPostRequest) Execute ¶ added in v1.0.0
func (r ApiResourceConfigurationsPostRequest) Execute() (*ResourceConfigurationsPost200Response, *http.Response, error)
func (ApiResourceConfigurationsPostRequest) ResourceConfigurationsPostRequest ¶ added in v1.0.0
func (r ApiResourceConfigurationsPostRequest) ResourceConfigurationsPostRequest(resourceConfigurationsPostRequest ResourceConfigurationsPostRequest) ApiResourceConfigurationsPostRequest
type ApiResourcesGetRequest ¶
type ApiResourcesGetRequest struct {
ApiService *ResourcesAPIService
// contains filtered or unexported fields
}
func (ApiResourcesGetRequest) Execute ¶
func (r ApiResourcesGetRequest) Execute() (*ResourcesGet200Response, *http.Response, error)
func (ApiResourcesGetRequest) NextToken ¶
func (r ApiResourcesGetRequest) NextToken(nextToken string) ApiResourcesGetRequest
The token of the current page
func (ApiResourcesGetRequest) ResourceType ¶
func (r ApiResourcesGetRequest) ResourceType(resourceType string) ApiResourcesGetRequest
The type of resource.
type ApiResourcesPostRequest ¶
type ApiResourcesPostRequest struct {
ApiService *ResourcesAPIService
// contains filtered or unexported fields
}
func (ApiResourcesPostRequest) Execute ¶
func (r ApiResourcesPostRequest) Execute() (*ResourcesPost200Response, *http.Response, error)
func (ApiResourcesPostRequest) ResourcesPostRequest ¶
func (r ApiResourcesPostRequest) ResourcesPostRequest(resourcesPostRequest ResourcesPostRequest) ApiResourcesPostRequest
type ApiResourcesResourceIdDeleteRequest ¶
type ApiResourcesResourceIdDeleteRequest struct {
ApiService *ResourcesAPIService
// contains filtered or unexported fields
}
func (ApiResourcesResourceIdDeleteRequest) DeleteUnderlyingDB ¶ added in v1.0.0
func (r ApiResourcesResourceIdDeleteRequest) DeleteUnderlyingDB(deleteUnderlyingDB bool) ApiResourcesResourceIdDeleteRequest
Whether to delete the underlying retool database when deleting the resource.
type ApiResourcesResourceIdGetRequest ¶
type ApiResourcesResourceIdGetRequest struct {
ApiService *ResourcesAPIService
// contains filtered or unexported fields
}
func (ApiResourcesResourceIdGetRequest) Execute ¶
func (r ApiResourcesResourceIdGetRequest) Execute() (*ResourcesResourceIdGet200Response, *http.Response, error)
type ApiResourcesResourceIdPatchRequest ¶ added in v1.0.0
type ApiResourcesResourceIdPatchRequest struct {
ApiService *ResourcesAPIService
// contains filtered or unexported fields
}
func (ApiResourcesResourceIdPatchRequest) Execute ¶ added in v1.0.0
func (r ApiResourcesResourceIdPatchRequest) Execute() (*ResourcesResourceIdPatch200Response, *http.Response, error)
func (ApiResourcesResourceIdPatchRequest) ResourcesResourceIdPatchRequest ¶ added in v1.0.0
func (r ApiResourcesResourceIdPatchRequest) ResourcesResourceIdPatchRequest(resourcesResourceIdPatchRequest ResourcesResourceIdPatchRequest) ApiResourcesResourceIdPatchRequest
type ApiRolePermissionsRoleGrantsGetRequest ¶ added in v1.0.0
type ApiRolePermissionsRoleGrantsGetRequest struct {
ApiService *PermissionsAPIService
// contains filtered or unexported fields
}
type ApiRolePermissionsRoleGrantsPostRequest ¶ added in v1.0.0
type ApiRolePermissionsRoleGrantsPostRequest struct {
ApiService *PermissionsAPIService
// contains filtered or unexported fields
}
func (ApiRolePermissionsRoleGrantsPostRequest) Execute ¶ added in v1.0.0
func (r ApiRolePermissionsRoleGrantsPostRequest) Execute() (*http.Response, error)
func (ApiRolePermissionsRoleGrantsPostRequest) RolePermissionsRoleGrantsPostRequest ¶ added in v1.0.0
func (r ApiRolePermissionsRoleGrantsPostRequest) RolePermissionsRoleGrantsPostRequest(rolePermissionsRoleGrantsPostRequest RolePermissionsRoleGrantsPostRequest) ApiRolePermissionsRoleGrantsPostRequest
type ApiRolePermissionsRoleGrantsRoleGrantIdDeleteRequest ¶ added in v1.0.0
type ApiRolePermissionsRoleGrantsRoleGrantIdDeleteRequest struct {
ApiService *PermissionsAPIService
// contains filtered or unexported fields
}
type ApiRolePermissionsRoleGrantsSubjectTypeSubjectIdGetRequest ¶ added in v1.0.0
type ApiRolePermissionsRoleGrantsSubjectTypeSubjectIdGetRequest struct {
ApiService *PermissionsAPIService
// contains filtered or unexported fields
}
type ApiRolePermissionsRolesGetRequest ¶ added in v1.0.0
type ApiRolePermissionsRolesGetRequest struct {
ApiService *PermissionsAPIService
// contains filtered or unexported fields
}
func (ApiRolePermissionsRolesGetRequest) Execute ¶ added in v1.0.0
func (r ApiRolePermissionsRolesGetRequest) Execute() (*RolePermissionsRolesGet200Response, *http.Response, error)
type ApiRolePermissionsRolesPostRequest ¶ added in v1.0.0
type ApiRolePermissionsRolesPostRequest struct {
ApiService *PermissionsAPIService
// contains filtered or unexported fields
}
func (ApiRolePermissionsRolesPostRequest) Execute ¶ added in v1.0.0
func (r ApiRolePermissionsRolesPostRequest) Execute() (*RolePermissionsRolesPost201Response, *http.Response, error)
func (ApiRolePermissionsRolesPostRequest) RolePermissionsRolesPostRequest ¶ added in v1.0.0
func (r ApiRolePermissionsRolesPostRequest) RolePermissionsRolesPostRequest(rolePermissionsRolesPostRequest RolePermissionsRolesPostRequest) ApiRolePermissionsRolesPostRequest
type ApiRolePermissionsRolesRoleIdDeleteRequest ¶ added in v1.0.0
type ApiRolePermissionsRolesRoleIdDeleteRequest struct {
ApiService *PermissionsAPIService
// contains filtered or unexported fields
}
type ApiRolePermissionsRolesRoleIdPatchRequest ¶ added in v1.0.0
type ApiRolePermissionsRolesRoleIdPatchRequest struct {
ApiService *PermissionsAPIService
// contains filtered or unexported fields
}
func (ApiRolePermissionsRolesRoleIdPatchRequest) Execute ¶ added in v1.0.0
func (r ApiRolePermissionsRolesRoleIdPatchRequest) Execute() (*RolePermissionsRolesPost201Response, *http.Response, error)
func (ApiRolePermissionsRolesRoleIdPatchRequest) RolePermissionsRolesRoleIdPatchRequest ¶ added in v1.0.0
func (r ApiRolePermissionsRolesRoleIdPatchRequest) RolePermissionsRolesRoleIdPatchRequest(rolePermissionsRolesRoleIdPatchRequest RolePermissionsRolesRoleIdPatchRequest) ApiRolePermissionsRolesRoleIdPatchRequest
type ApiSourceControlConfigDeleteRequest ¶
type ApiSourceControlConfigDeleteRequest struct {
ApiService *SourceControlAPIService
// contains filtered or unexported fields
}
type ApiSourceControlConfigGetRequest ¶
type ApiSourceControlConfigGetRequest struct {
ApiService *SourceControlAPIService
// contains filtered or unexported fields
}
func (ApiSourceControlConfigGetRequest) Execute ¶
func (r ApiSourceControlConfigGetRequest) Execute() (*SourceControlConfigGet200Response, *http.Response, error)
type ApiSourceControlConfigPostRequest ¶
type ApiSourceControlConfigPostRequest struct {
ApiService *SourceControlAPIService
// contains filtered or unexported fields
}
func (ApiSourceControlConfigPostRequest) Execute ¶
func (r ApiSourceControlConfigPostRequest) Execute() (*SourceControlConfigPost200Response, *http.Response, error)
func (ApiSourceControlConfigPostRequest) SourceControlConfigPutRequest ¶
func (r ApiSourceControlConfigPostRequest) SourceControlConfigPutRequest(sourceControlConfigPutRequest SourceControlConfigPutRequest) ApiSourceControlConfigPostRequest
type ApiSourceControlConfigPutRequest ¶
type ApiSourceControlConfigPutRequest struct {
ApiService *SourceControlAPIService
// contains filtered or unexported fields
}
func (ApiSourceControlConfigPutRequest) Execute ¶
func (r ApiSourceControlConfigPutRequest) Execute() (*SourceControlConfigPut200Response, *http.Response, error)
func (ApiSourceControlConfigPutRequest) SourceControlConfigPutRequest ¶
func (r ApiSourceControlConfigPutRequest) SourceControlConfigPutRequest(sourceControlConfigPutRequest SourceControlConfigPutRequest) ApiSourceControlConfigPutRequest
type ApiSourceControlDeployPostRequest ¶
type ApiSourceControlDeployPostRequest struct {
ApiService *SourceControlAPIService
// contains filtered or unexported fields
}
func (ApiSourceControlDeployPostRequest) Execute ¶
func (r ApiSourceControlDeployPostRequest) Execute() (*SourceControlDeployPost200Response, *http.Response, error)
type ApiSourceControlDeploymentIdGetRequest ¶
type ApiSourceControlDeploymentIdGetRequest struct {
ApiService *SourceControlAPIService
// contains filtered or unexported fields
}
func (ApiSourceControlDeploymentIdGetRequest) Execute ¶
func (r ApiSourceControlDeploymentIdGetRequest) Execute() (*SourceControlDeployPost200Response, *http.Response, error)
type ApiSourceControlManifestsGetRequest ¶ added in v1.0.0
type ApiSourceControlManifestsGetRequest struct {
ApiService *SourceControlAPIService
// contains filtered or unexported fields
}
func (ApiSourceControlManifestsGetRequest) Execute ¶ added in v1.0.0
func (r ApiSourceControlManifestsGetRequest) Execute() (*SourceControlManifestsGet200Response, *http.Response, error)
type ApiSourceControlManifestsManifestNameAppsAppUuidDeletePostRequest ¶ added in v1.0.0
type ApiSourceControlManifestsManifestNameAppsAppUuidDeletePostRequest struct {
ApiService *SourceControlAPIService
// contains filtered or unexported fields
}
func (ApiSourceControlManifestsManifestNameAppsAppUuidDeletePostRequest) SourceControlManifestsManifestNameDeletePostRequest ¶ added in v1.0.0
func (r ApiSourceControlManifestsManifestNameAppsAppUuidDeletePostRequest) SourceControlManifestsManifestNameDeletePostRequest(sourceControlManifestsManifestNameDeletePostRequest SourceControlManifestsManifestNameDeletePostRequest) ApiSourceControlManifestsManifestNameAppsAppUuidDeletePostRequest
type ApiSourceControlManifestsManifestNameAppsAppUuidPutRequest ¶ added in v1.0.0
type ApiSourceControlManifestsManifestNameAppsAppUuidPutRequest struct {
ApiService *SourceControlAPIService
// contains filtered or unexported fields
}
func (ApiSourceControlManifestsManifestNameAppsAppUuidPutRequest) SourceControlManifestsManifestNameAppsAppUuidPutRequest ¶ added in v1.0.0
func (r ApiSourceControlManifestsManifestNameAppsAppUuidPutRequest) SourceControlManifestsManifestNameAppsAppUuidPutRequest(sourceControlManifestsManifestNameAppsAppUuidPutRequest SourceControlManifestsManifestNameAppsAppUuidPutRequest) ApiSourceControlManifestsManifestNameAppsAppUuidPutRequest
type ApiSourceControlManifestsManifestNameDeletePostRequest ¶ added in v1.0.0
type ApiSourceControlManifestsManifestNameDeletePostRequest struct {
ApiService *SourceControlAPIService
// contains filtered or unexported fields
}
func (ApiSourceControlManifestsManifestNameDeletePostRequest) SourceControlManifestsManifestNameDeletePostRequest ¶ added in v1.0.0
func (r ApiSourceControlManifestsManifestNameDeletePostRequest) SourceControlManifestsManifestNameDeletePostRequest(sourceControlManifestsManifestNameDeletePostRequest SourceControlManifestsManifestNameDeletePostRequest) ApiSourceControlManifestsManifestNameDeletePostRequest
type ApiSourceControlManifestsManifestNameElementUuidDeletePostRequest ¶ added in v1.0.0
type ApiSourceControlManifestsManifestNameElementUuidDeletePostRequest struct {
ApiService *SourceControlAPIService
// contains filtered or unexported fields
}
func (ApiSourceControlManifestsManifestNameElementUuidDeletePostRequest) ElementType ¶ added in v1.0.0
func (r ApiSourceControlManifestsManifestNameElementUuidDeletePostRequest) ElementType(elementType string) ApiSourceControlManifestsManifestNameElementUuidDeletePostRequest
The type of the element.
func (ApiSourceControlManifestsManifestNameElementUuidDeletePostRequest) SourceControlManifestsManifestNameDeletePostRequest ¶ added in v1.0.0
func (r ApiSourceControlManifestsManifestNameElementUuidDeletePostRequest) SourceControlManifestsManifestNameDeletePostRequest(sourceControlManifestsManifestNameDeletePostRequest SourceControlManifestsManifestNameDeletePostRequest) ApiSourceControlManifestsManifestNameElementUuidDeletePostRequest
type ApiSourceControlManifestsManifestNameElementUuidPutRequest ¶ added in v1.0.0
type ApiSourceControlManifestsManifestNameElementUuidPutRequest struct {
ApiService *SourceControlAPIService
// contains filtered or unexported fields
}
func (ApiSourceControlManifestsManifestNameElementUuidPutRequest) ElementType ¶ added in v1.0.0
func (r ApiSourceControlManifestsManifestNameElementUuidPutRequest) ElementType(elementType string) ApiSourceControlManifestsManifestNameElementUuidPutRequest
The type of the element.
func (ApiSourceControlManifestsManifestNameElementUuidPutRequest) SourceControlManifestsManifestNameAppsAppUuidPutRequest ¶ added in v1.0.0
func (r ApiSourceControlManifestsManifestNameElementUuidPutRequest) SourceControlManifestsManifestNameAppsAppUuidPutRequest(sourceControlManifestsManifestNameAppsAppUuidPutRequest SourceControlManifestsManifestNameAppsAppUuidPutRequest) ApiSourceControlManifestsManifestNameElementUuidPutRequest
type ApiSourceControlManifestsManifestNameGetRequest ¶ added in v1.0.0
type ApiSourceControlManifestsManifestNameGetRequest struct {
ApiService *SourceControlAPIService
// contains filtered or unexported fields
}
func (ApiSourceControlManifestsManifestNameGetRequest) Execute ¶ added in v1.0.0
func (r ApiSourceControlManifestsManifestNameGetRequest) Execute() (*SourceControlManifestsManifestNameGet200Response, *http.Response, error)
type ApiSourceControlManifestsManifestNamePutRequest ¶ added in v1.0.0
type ApiSourceControlManifestsManifestNamePutRequest struct {
ApiService *SourceControlAPIService
// contains filtered or unexported fields
}
func (ApiSourceControlManifestsManifestNamePutRequest) Execute ¶ added in v1.0.0
func (r ApiSourceControlManifestsManifestNamePutRequest) Execute() (*SourceControlManifestsManifestNamePut200Response, *http.Response, error)
func (ApiSourceControlManifestsManifestNamePutRequest) SourceControlManifestsManifestNamePutRequest ¶ added in v1.0.0
func (r ApiSourceControlManifestsManifestNamePutRequest) SourceControlManifestsManifestNamePutRequest(sourceControlManifestsManifestNamePutRequest SourceControlManifestsManifestNamePutRequest) ApiSourceControlManifestsManifestNamePutRequest
type ApiSourceControlReleasesAppsAppUuidGetRequest ¶ added in v1.0.0
type ApiSourceControlReleasesAppsAppUuidGetRequest struct {
ApiService *SourceControlAPIService
// contains filtered or unexported fields
}
func (ApiSourceControlReleasesAppsAppUuidGetRequest) Execute ¶ added in v1.0.0
func (r ApiSourceControlReleasesAppsAppUuidGetRequest) Execute() (*SourceControlReleasesAppsAppUuidGet200Response, *http.Response, error)
type ApiSourceControlReleasesAppsAppUuidPostRequest ¶ added in v1.0.0
type ApiSourceControlReleasesAppsAppUuidPostRequest struct {
ApiService *SourceControlAPIService
// contains filtered or unexported fields
}
func (ApiSourceControlReleasesAppsAppUuidPostRequest) Execute ¶ added in v1.0.0
func (r ApiSourceControlReleasesAppsAppUuidPostRequest) Execute() (*SourceControlManifestsManifestNamePut200Response, *http.Response, error)
func (ApiSourceControlReleasesAppsAppUuidPostRequest) SourceControlReleasesAppsAppUuidPostRequest ¶ added in v1.0.0
func (r ApiSourceControlReleasesAppsAppUuidPostRequest) SourceControlReleasesAppsAppUuidPostRequest(sourceControlReleasesAppsAppUuidPostRequest SourceControlReleasesAppsAppUuidPostRequest) ApiSourceControlReleasesAppsAppUuidPostRequest
type ApiSourceControlReleasesElementUuidGetRequest ¶ added in v1.0.0
type ApiSourceControlReleasesElementUuidGetRequest struct {
ApiService *SourceControlAPIService
// contains filtered or unexported fields
}
func (ApiSourceControlReleasesElementUuidGetRequest) ElementType ¶ added in v1.0.0
func (r ApiSourceControlReleasesElementUuidGetRequest) ElementType(elementType string) ApiSourceControlReleasesElementUuidGetRequest
The type of the element.
func (ApiSourceControlReleasesElementUuidGetRequest) Execute ¶ added in v1.0.0
func (r ApiSourceControlReleasesElementUuidGetRequest) Execute() (*SourceControlReleasesAppsAppUuidGet200Response, *http.Response, error)
type ApiSourceControlReleasesElementUuidPostRequest ¶ added in v1.0.0
type ApiSourceControlReleasesElementUuidPostRequest struct {
ApiService *SourceControlAPIService
// contains filtered or unexported fields
}
func (ApiSourceControlReleasesElementUuidPostRequest) ElementType ¶ added in v1.0.0
func (r ApiSourceControlReleasesElementUuidPostRequest) ElementType(elementType string) ApiSourceControlReleasesElementUuidPostRequest
The type of the element.
func (ApiSourceControlReleasesElementUuidPostRequest) Execute ¶ added in v1.0.0
func (r ApiSourceControlReleasesElementUuidPostRequest) Execute() (*SourceControlManifestsManifestNamePut200Response, *http.Response, error)
func (ApiSourceControlReleasesElementUuidPostRequest) SourceControlReleasesAppsAppUuidPostRequest ¶ added in v1.0.0
func (r ApiSourceControlReleasesElementUuidPostRequest) SourceControlReleasesAppsAppUuidPostRequest(sourceControlReleasesAppsAppUuidPostRequest SourceControlReleasesAppsAppUuidPostRequest) ApiSourceControlReleasesElementUuidPostRequest
type ApiSourceControlSettingsGetRequest ¶
type ApiSourceControlSettingsGetRequest struct {
ApiService *SourceControlAPIService
// contains filtered or unexported fields
}
func (ApiSourceControlSettingsGetRequest) Execute ¶
func (r ApiSourceControlSettingsGetRequest) Execute() (*SourceControlSettingsGet200Response, *http.Response, error)
type ApiSourceControlSettingsPutRequest ¶
type ApiSourceControlSettingsPutRequest struct {
ApiService *SourceControlAPIService
// contains filtered or unexported fields
}
func (ApiSourceControlSettingsPutRequest) Execute ¶
func (r ApiSourceControlSettingsPutRequest) Execute() (*SourceControlSettingsPut200Response, *http.Response, error)
func (ApiSourceControlSettingsPutRequest) SourceControlSettingsPutRequest ¶
func (r ApiSourceControlSettingsPutRequest) SourceControlSettingsPutRequest(sourceControlSettingsPutRequest SourceControlSettingsPutRequest) ApiSourceControlSettingsPutRequest
type ApiSourceControlTestConnectionGetRequest ¶
type ApiSourceControlTestConnectionGetRequest struct {
ApiService *SourceControlAPIService
// contains filtered or unexported fields
}
func (ApiSourceControlTestConnectionGetRequest) Execute ¶
func (r ApiSourceControlTestConnectionGetRequest) Execute() (*SourceControlTestConnectionGet200Response, *http.Response, error)
type ApiSourceControlTestDeployPostRequest ¶
type ApiSourceControlTestDeployPostRequest struct {
ApiService *SourceControlAPIService
// contains filtered or unexported fields
}
func (ApiSourceControlTestDeployPostRequest) Execute ¶
func (r ApiSourceControlTestDeployPostRequest) Execute() (*SourceControlTestDeployPost200Response, *http.Response, error)
func (ApiSourceControlTestDeployPostRequest) SourceControlTestDeployPostRequest ¶
func (r ApiSourceControlTestDeployPostRequest) SourceControlTestDeployPostRequest(sourceControlTestDeployPostRequest SourceControlTestDeployPostRequest) ApiSourceControlTestDeployPostRequest
type ApiSpacesCopyElementsPostRequest ¶
type ApiSpacesCopyElementsPostRequest struct {
ApiService *SpacesAPIService
// contains filtered or unexported fields
}
func (ApiSpacesCopyElementsPostRequest) Execute ¶
func (r ApiSpacesCopyElementsPostRequest) Execute() (*SpacesCopyElementsPost201Response, *http.Response, error)
func (ApiSpacesCopyElementsPostRequest) SpacesCopyElementsPostRequest ¶
func (r ApiSpacesCopyElementsPostRequest) SpacesCopyElementsPostRequest(spacesCopyElementsPostRequest SpacesCopyElementsPostRequest) ApiSpacesCopyElementsPostRequest
type ApiSpacesGetRequest ¶
type ApiSpacesGetRequest struct {
ApiService *SpacesAPIService
// contains filtered or unexported fields
}
func (ApiSpacesGetRequest) Execute ¶
func (r ApiSpacesGetRequest) Execute() (*SpacesGet200Response, *http.Response, error)
type ApiSpacesPostRequest ¶
type ApiSpacesPostRequest struct {
ApiService *SpacesAPIService
// contains filtered or unexported fields
}
func (ApiSpacesPostRequest) Execute ¶
func (r ApiSpacesPostRequest) Execute() (*SpacesPost200Response, *http.Response, error)
func (ApiSpacesPostRequest) SpacesPostRequest ¶
func (r ApiSpacesPostRequest) SpacesPostRequest(spacesPostRequest SpacesPostRequest) ApiSpacesPostRequest
type ApiSpacesSpaceIdDeleteRequest ¶
type ApiSpacesSpaceIdDeleteRequest struct {
ApiService *SpacesAPIService
// contains filtered or unexported fields
}
type ApiSpacesSpaceIdGetRequest ¶
type ApiSpacesSpaceIdGetRequest struct {
ApiService *SpacesAPIService
// contains filtered or unexported fields
}
func (ApiSpacesSpaceIdGetRequest) Execute ¶
func (r ApiSpacesSpaceIdGetRequest) Execute() (*SpacesSpaceIdGet200Response, *http.Response, error)
type ApiSpacesSpaceIdPutRequest ¶
type ApiSpacesSpaceIdPutRequest struct {
ApiService *SpacesAPIService
// contains filtered or unexported fields
}
func (ApiSpacesSpaceIdPutRequest) Execute ¶
func (r ApiSpacesSpaceIdPutRequest) Execute() (*SpacesSpaceIdPut200Response, *http.Response, error)
func (ApiSpacesSpaceIdPutRequest) SpacesSpaceIdPutRequest ¶
func (r ApiSpacesSpaceIdPutRequest) SpacesSpaceIdPutRequest(spacesSpaceIdPutRequest SpacesSpaceIdPutRequest) ApiSpacesSpaceIdPutRequest
type ApiSsoConfigDeleteRequest ¶
type ApiSsoConfigDeleteRequest struct {
ApiService *SSOAPIService
// contains filtered or unexported fields
}
type ApiSsoConfigGetRequest ¶
type ApiSsoConfigGetRequest struct {
ApiService *SSOAPIService
// contains filtered or unexported fields
}
func (ApiSsoConfigGetRequest) Execute ¶
func (r ApiSsoConfigGetRequest) Execute() (*SsoConfigGet200Response, *http.Response, error)
type ApiSsoConfigPostRequest ¶
type ApiSsoConfigPostRequest struct {
ApiService *SSOAPIService
// contains filtered or unexported fields
}
func (ApiSsoConfigPostRequest) Execute ¶
func (r ApiSsoConfigPostRequest) Execute() (*SsoConfigPost200Response, *http.Response, error)
func (ApiSsoConfigPostRequest) SsoConfigPostRequest ¶
func (r ApiSsoConfigPostRequest) SsoConfigPostRequest(ssoConfigPostRequest SsoConfigPostRequest) ApiSsoConfigPostRequest
type ApiUsageAppDetailsGetRequest ¶
type ApiUsageAppDetailsGetRequest struct {
ApiService *UsageAPIService
// contains filtered or unexported fields
}
func (ApiUsageAppDetailsGetRequest) AppName ¶
func (r ApiUsageAppDetailsGetRequest) AppName(appName string) ApiUsageAppDetailsGetRequest
The name of the app to retrieve usage data for
func (ApiUsageAppDetailsGetRequest) EndDate ¶
func (r ApiUsageAppDetailsGetRequest) EndDate(endDate string) ApiUsageAppDetailsGetRequest
The end date of the date range. If not specified, then minimum(start_date + 30 days, today - 1) is used.
func (ApiUsageAppDetailsGetRequest) Execute ¶
func (r ApiUsageAppDetailsGetRequest) Execute() (*UsageAppDetailsGet200Response, *http.Response, error)
func (ApiUsageAppDetailsGetRequest) OrgIds ¶
func (r ApiUsageAppDetailsGetRequest) OrgIds(orgIds string) ApiUsageAppDetailsGetRequest
A comma separated list of org ids to retrieve usage data for
func (ApiUsageAppDetailsGetRequest) StartDate ¶
func (r ApiUsageAppDetailsGetRequest) StartDate(startDate string) ApiUsageAppDetailsGetRequest
The start date of the date range
type ApiUsageAppSummaryGetRequest ¶
type ApiUsageAppSummaryGetRequest struct {
ApiService *UsageAPIService
// contains filtered or unexported fields
}
func (ApiUsageAppSummaryGetRequest) EndDate ¶
func (r ApiUsageAppSummaryGetRequest) EndDate(endDate string) ApiUsageAppSummaryGetRequest
The end date of the date range. If not specified, then minimum(start_date + 30 days, today - 1) is used.
func (ApiUsageAppSummaryGetRequest) Execute ¶
func (r ApiUsageAppSummaryGetRequest) Execute() (*UsageAppSummaryGet200Response, *http.Response, error)
func (ApiUsageAppSummaryGetRequest) OrgIds ¶
func (r ApiUsageAppSummaryGetRequest) OrgIds(orgIds string) ApiUsageAppSummaryGetRequest
A comma separated list of org ids to retrieve usage data for
func (ApiUsageAppSummaryGetRequest) StartDate ¶
func (r ApiUsageAppSummaryGetRequest) StartDate(startDate string) ApiUsageAppSummaryGetRequest
The start date of the date range
type ApiUsageGetRequest ¶
type ApiUsageGetRequest struct {
ApiService *UsageAPIService
// contains filtered or unexported fields
}
func (ApiUsageGetRequest) EndDate ¶
func (r ApiUsageGetRequest) EndDate(endDate string) ApiUsageGetRequest
The end date of the date range. If not specified, then minimum(start_date + 30 days, today - 1) is used.
func (ApiUsageGetRequest) Execute ¶
func (r ApiUsageGetRequest) Execute() (*UsageGet200Response, *http.Response, error)
func (ApiUsageGetRequest) OrgIds ¶
func (r ApiUsageGetRequest) OrgIds(orgIds string) ApiUsageGetRequest
A comma separated list of org ids to retrieve usage data for
func (ApiUsageGetRequest) StartDate ¶
func (r ApiUsageGetRequest) StartDate(startDate string) ApiUsageGetRequest
The start date of the date range
type ApiUsageOrganizationsGetRequest ¶
type ApiUsageOrganizationsGetRequest struct {
ApiService *UsageAPIService
// contains filtered or unexported fields
}
func (ApiUsageOrganizationsGetRequest) Execute ¶
func (r ApiUsageOrganizationsGetRequest) Execute() (*UsageOrganizationsGet200Response, *http.Response, error)
type ApiUsageUserDetailsGetRequest ¶
type ApiUsageUserDetailsGetRequest struct {
ApiService *UsageAPIService
// contains filtered or unexported fields
}
func (ApiUsageUserDetailsGetRequest) Email ¶
func (r ApiUsageUserDetailsGetRequest) Email(email string) ApiUsageUserDetailsGetRequest
The email of the user to retrieve usage data for
func (ApiUsageUserDetailsGetRequest) EndDate ¶
func (r ApiUsageUserDetailsGetRequest) EndDate(endDate string) ApiUsageUserDetailsGetRequest
The end date of the date range. If not specified, then minimum(start_date + 30 days, today - 1) is used.
func (ApiUsageUserDetailsGetRequest) Execute ¶
func (r ApiUsageUserDetailsGetRequest) Execute() (*UsageUserDetailsGet200Response, *http.Response, error)
func (ApiUsageUserDetailsGetRequest) OrgIds ¶
func (r ApiUsageUserDetailsGetRequest) OrgIds(orgIds string) ApiUsageUserDetailsGetRequest
A comma separated list of org ids to retrieve usage data for
func (ApiUsageUserDetailsGetRequest) StartDate ¶
func (r ApiUsageUserDetailsGetRequest) StartDate(startDate string) ApiUsageUserDetailsGetRequest
The start date of the date range
type ApiUsageUserSummaryGetRequest ¶
type ApiUsageUserSummaryGetRequest struct {
ApiService *UsageAPIService
// contains filtered or unexported fields
}
func (ApiUsageUserSummaryGetRequest) EndDate ¶
func (r ApiUsageUserSummaryGetRequest) EndDate(endDate string) ApiUsageUserSummaryGetRequest
The end date of the date range. If not specified, then minimum(start_date + 30 days, today - 1) is used.
func (ApiUsageUserSummaryGetRequest) Execute ¶
func (r ApiUsageUserSummaryGetRequest) Execute() (*UsageUserSummaryGet200Response, *http.Response, error)
func (ApiUsageUserSummaryGetRequest) OrgIds ¶
func (r ApiUsageUserSummaryGetRequest) OrgIds(orgIds string) ApiUsageUserSummaryGetRequest
A comma separated list of org ids to retrieve usage data for
func (ApiUsageUserSummaryGetRequest) StartDate ¶
func (r ApiUsageUserSummaryGetRequest) StartDate(startDate string) ApiUsageUserSummaryGetRequest
The start date of the date range
type ApiUserAttributesGetRequest ¶
type ApiUserAttributesGetRequest struct {
ApiService *UserAttributesAPIService
// contains filtered or unexported fields
}
func (ApiUserAttributesGetRequest) Execute ¶
func (r ApiUserAttributesGetRequest) Execute() (*UserAttributesGet200Response, *http.Response, error)
type ApiUserAttributesIdDeleteRequest ¶ added in v1.0.0
type ApiUserAttributesIdDeleteRequest struct {
ApiService *UserAttributesAPIService
// contains filtered or unexported fields
}
func (ApiUserAttributesIdDeleteRequest) Execute ¶ added in v1.0.0
func (r ApiUserAttributesIdDeleteRequest) Execute() (*http.Response, error)
func (ApiUserAttributesIdDeleteRequest) UpdateExistingUsers ¶ added in v1.0.0
func (r ApiUserAttributesIdDeleteRequest) UpdateExistingUsers(updateExistingUsers string) ApiUserAttributesIdDeleteRequest
Whether to update existing users with the deleted attribute
type ApiUserAttributesIdPatchRequest ¶ added in v1.0.0
type ApiUserAttributesIdPatchRequest struct {
ApiService *UserAttributesAPIService
// contains filtered or unexported fields
}
func (ApiUserAttributesIdPatchRequest) Execute ¶ added in v1.0.0
func (r ApiUserAttributesIdPatchRequest) Execute() (*UserAttributesIdPatch200Response, *http.Response, error)
func (ApiUserAttributesIdPatchRequest) UserAttributesIdPatchRequest ¶ added in v1.0.0
func (r ApiUserAttributesIdPatchRequest) UserAttributesIdPatchRequest(userAttributesIdPatchRequest UserAttributesIdPatchRequest) ApiUserAttributesIdPatchRequest
type ApiUserAttributesPostRequest ¶ added in v1.0.0
type ApiUserAttributesPostRequest struct {
ApiService *UserAttributesAPIService
// contains filtered or unexported fields
}
func (ApiUserAttributesPostRequest) Execute ¶ added in v1.0.0
func (r ApiUserAttributesPostRequest) Execute() (*UserAttributesPost200Response, *http.Response, error)
func (ApiUserAttributesPostRequest) UserAttributesPostRequest ¶ added in v1.0.0
func (r ApiUserAttributesPostRequest) UserAttributesPostRequest(userAttributesPostRequest UserAttributesPostRequest) ApiUserAttributesPostRequest
type ApiUserInvitesGetRequest ¶
type ApiUserInvitesGetRequest struct {
ApiService *UserInviteAPIService
// contains filtered or unexported fields
}
func (ApiUserInvitesGetRequest) Execute ¶
func (r ApiUserInvitesGetRequest) Execute() (*UserInvitesGet200Response, *http.Response, error)
type ApiUserInvitesPostRequest ¶
type ApiUserInvitesPostRequest struct {
ApiService *UserInviteAPIService
// contains filtered or unexported fields
}
func (ApiUserInvitesPostRequest) Execute ¶
func (r ApiUserInvitesPostRequest) Execute() (*UserInvitesPost200Response, *http.Response, error)
func (ApiUserInvitesPostRequest) UserInvitesPostRequest ¶
func (r ApiUserInvitesPostRequest) UserInvitesPostRequest(userInvitesPostRequest UserInvitesPostRequest) ApiUserInvitesPostRequest
type ApiUserInvitesUserInviteIdDeleteRequest ¶
type ApiUserInvitesUserInviteIdDeleteRequest struct {
ApiService *UserInviteAPIService
// contains filtered or unexported fields
}
type ApiUserInvitesUserInviteIdGetRequest ¶
type ApiUserInvitesUserInviteIdGetRequest struct {
ApiService *UserInviteAPIService
// contains filtered or unexported fields
}
func (ApiUserInvitesUserInviteIdGetRequest) Execute ¶
func (r ApiUserInvitesUserInviteIdGetRequest) Execute() (*UserInvitesUserInviteIdGet200Response, *http.Response, error)
type ApiUserInvitesUserInviteIdUserAttributesAttributeNameDeleteRequest ¶
type ApiUserInvitesUserInviteIdUserAttributesAttributeNameDeleteRequest struct {
ApiService *UserInviteAPIService
// contains filtered or unexported fields
}
type ApiUserInvitesUserInviteIdUserAttributesPostRequest ¶
type ApiUserInvitesUserInviteIdUserAttributesPostRequest struct {
ApiService *UserInviteAPIService
// contains filtered or unexported fields
}
func (ApiUserInvitesUserInviteIdUserAttributesPostRequest) UserInvitesUserInviteIdUserAttributesPostRequest ¶
func (r ApiUserInvitesUserInviteIdUserAttributesPostRequest) UserInvitesUserInviteIdUserAttributesPostRequest(userInvitesUserInviteIdUserAttributesPostRequest UserInvitesUserInviteIdUserAttributesPostRequest) ApiUserInvitesUserInviteIdUserAttributesPostRequest
type ApiUserTasksGetRequest ¶ added in v1.0.0
type ApiUserTasksGetRequest struct {
ApiService *UserTasksAPIService
// contains filtered or unexported fields
}
func (ApiUserTasksGetRequest) AssignedToUsers ¶ added in v1.0.0
func (r ApiUserTasksGetRequest) AssignedToUsers(assignedToUsers UserTasksGetAssignedToUsersParameter) ApiUserTasksGetRequest
Filter tasks by assignment. Provide one or more user ids. If not provided, returns all accessible tasks.
func (ApiUserTasksGetRequest) EndingBefore ¶ added in v1.0.0
func (r ApiUserTasksGetRequest) EndingBefore(endingBefore string) ApiUserTasksGetRequest
The ID of the task before which the response will include preceding tasks.
func (ApiUserTasksGetRequest) Execute ¶ added in v1.0.0
func (r ApiUserTasksGetRequest) Execute() (*UserTasksGet200Response, *http.Response, error)
func (ApiUserTasksGetRequest) Limit ¶ added in v1.0.0
func (r ApiUserTasksGetRequest) Limit(limit string) ApiUserTasksGetRequest
The maximum number of tasks to include in the response.
func (ApiUserTasksGetRequest) NextToken ¶ added in v1.0.0
func (r ApiUserTasksGetRequest) NextToken(nextToken string) ApiUserTasksGetRequest
The next token from the previous API response. This is used for paginating through an arbitrary number of tasks.
func (ApiUserTasksGetRequest) StartingAfter ¶ added in v1.0.0
func (r ApiUserTasksGetRequest) StartingAfter(startingAfter string) ApiUserTasksGetRequest
The ID of the task following which the response will include subsequent tasks.
func (ApiUserTasksGetRequest) Statuses ¶ added in v1.0.0
func (r ApiUserTasksGetRequest) Statuses(statuses string) ApiUserTasksGetRequest
A comma-separated list of statuses.
func (ApiUserTasksGetRequest) WorkflowIds ¶ added in v1.0.0
func (r ApiUserTasksGetRequest) WorkflowIds(workflowIds string) ApiUserTasksGetRequest
A comma-separated list of workflow IDs.
type ApiUserTasksTaskIdCancelPatchRequest ¶ added in v1.0.0
type ApiUserTasksTaskIdCancelPatchRequest struct {
ApiService *UserTasksAPIService
// contains filtered or unexported fields
}
func (ApiUserTasksTaskIdCancelPatchRequest) Execute ¶ added in v1.0.0
func (r ApiUserTasksTaskIdCancelPatchRequest) Execute() (*UserTasksTaskIdSubmitPatch200Response, *http.Response, error)
func (ApiUserTasksTaskIdCancelPatchRequest) UserTasksTaskIdCancelPatchRequest ¶ added in v1.0.0
func (r ApiUserTasksTaskIdCancelPatchRequest) UserTasksTaskIdCancelPatchRequest(userTasksTaskIdCancelPatchRequest UserTasksTaskIdCancelPatchRequest) ApiUserTasksTaskIdCancelPatchRequest
type ApiUserTasksTaskIdReassignPatchRequest ¶ added in v1.0.0
type ApiUserTasksTaskIdReassignPatchRequest struct {
ApiService *UserTasksAPIService
// contains filtered or unexported fields
}
func (ApiUserTasksTaskIdReassignPatchRequest) Execute ¶ added in v1.0.0
func (r ApiUserTasksTaskIdReassignPatchRequest) Execute() (*UserTasksTaskIdSubmitPatch200Response, *http.Response, error)
func (ApiUserTasksTaskIdReassignPatchRequest) UserTasksTaskIdReassignPatchRequest ¶ added in v1.0.0
func (r ApiUserTasksTaskIdReassignPatchRequest) UserTasksTaskIdReassignPatchRequest(userTasksTaskIdReassignPatchRequest UserTasksTaskIdReassignPatchRequest) ApiUserTasksTaskIdReassignPatchRequest
type ApiUserTasksTaskIdSubmitPatchRequest ¶ added in v1.0.0
type ApiUserTasksTaskIdSubmitPatchRequest struct {
ApiService *UserTasksAPIService
// contains filtered or unexported fields
}
func (ApiUserTasksTaskIdSubmitPatchRequest) Execute ¶ added in v1.0.0
func (r ApiUserTasksTaskIdSubmitPatchRequest) Execute() (*UserTasksTaskIdSubmitPatch200Response, *http.Response, error)
func (ApiUserTasksTaskIdSubmitPatchRequest) UserTasksTaskIdSubmitPatchRequest ¶ added in v1.0.0
func (r ApiUserTasksTaskIdSubmitPatchRequest) UserTasksTaskIdSubmitPatchRequest(userTasksTaskIdSubmitPatchRequest UserTasksTaskIdSubmitPatchRequest) ApiUserTasksTaskIdSubmitPatchRequest
type ApiUsersGetRequest ¶
type ApiUsersGetRequest struct {
ApiService *UsersAPIService
// contains filtered or unexported fields
}
func (ApiUsersGetRequest) Email ¶ added in v1.0.0
func (r ApiUsersGetRequest) Email(email string) ApiUsersGetRequest
Email address of user
func (ApiUsersGetRequest) Execute ¶
func (r ApiUsersGetRequest) Execute() (*UsersGet200Response, *http.Response, error)
func (ApiUsersGetRequest) FirstName ¶ added in v1.0.0
func (r ApiUsersGetRequest) FirstName(firstName string) ApiUsersGetRequest
First name of user
func (ApiUsersGetRequest) LastName ¶ added in v1.0.0
func (r ApiUsersGetRequest) LastName(lastName string) ApiUsersGetRequest
Last name of user
type ApiUsersPostRequest ¶
type ApiUsersPostRequest struct {
ApiService *UsersAPIService
// contains filtered or unexported fields
}
func (ApiUsersPostRequest) Execute ¶
func (r ApiUsersPostRequest) Execute() (*UsersPost200Response, *http.Response, error)
func (ApiUsersPostRequest) UsersPostRequest ¶
func (r ApiUsersPostRequest) UsersPostRequest(usersPostRequest UsersPostRequest) ApiUsersPostRequest
type ApiUsersReset2faUserIdPutRequest ¶ added in v1.0.0
type ApiUsersReset2faUserIdPutRequest struct {
ApiService *UsersAPIService
// contains filtered or unexported fields
}
type ApiUsersUserIdDeleteRequest ¶
type ApiUsersUserIdDeleteRequest struct {
ApiService *UsersAPIService
// contains filtered or unexported fields
}
type ApiUsersUserIdGetRequest ¶
type ApiUsersUserIdGetRequest struct {
ApiService *UsersAPIService
// contains filtered or unexported fields
}
func (ApiUsersUserIdGetRequest) Execute ¶
func (r ApiUsersUserIdGetRequest) Execute() (*UsersUserIdGet200Response, *http.Response, error)
type ApiUsersUserIdPatchRequest ¶
type ApiUsersUserIdPatchRequest struct {
ApiService *UsersAPIService
// contains filtered or unexported fields
}
func (ApiUsersUserIdPatchRequest) Execute ¶
func (r ApiUsersUserIdPatchRequest) Execute() (*UsersUserIdGet200Response, *http.Response, error)
func (ApiUsersUserIdPatchRequest) UsersUserIdPatchRequest ¶
func (r ApiUsersUserIdPatchRequest) UsersUserIdPatchRequest(usersUserIdPatchRequest UsersUserIdPatchRequest) ApiUsersUserIdPatchRequest
type ApiUsersUserIdUserAttributesAttributeNameDeleteRequest ¶
type ApiUsersUserIdUserAttributesAttributeNameDeleteRequest struct {
ApiService *UsersAPIService
// contains filtered or unexported fields
}
type ApiUsersUserIdUserAttributesPostRequest ¶
type ApiUsersUserIdUserAttributesPostRequest struct {
ApiService *UsersAPIService
// contains filtered or unexported fields
}
func (ApiUsersUserIdUserAttributesPostRequest) Execute ¶
func (r ApiUsersUserIdUserAttributesPostRequest) Execute() (*UsersUserIdUserAttributesPost200Response, *http.Response, error)
func (ApiUsersUserIdUserAttributesPostRequest) UsersUserIdUserAttributesPostRequest ¶
func (r ApiUsersUserIdUserAttributesPostRequest) UsersUserIdUserAttributesPostRequest(usersUserIdUserAttributesPostRequest UsersUserIdUserAttributesPostRequest) ApiUsersUserIdUserAttributesPostRequest
type ApiWorkflowRunIdGetRequest ¶ added in v1.0.0
type ApiWorkflowRunIdGetRequest struct {
ApiService *WorkflowRunAPIService
// contains filtered or unexported fields
}
func (ApiWorkflowRunIdGetRequest) Execute ¶ added in v1.0.0
func (r ApiWorkflowRunIdGetRequest) Execute() (*WorkflowRunIdGet200Response, *http.Response, error)
type ApiWorkflowsGetRequest ¶ added in v1.0.0
type ApiWorkflowsGetRequest struct {
ApiService *WorkflowsAPIService
// contains filtered or unexported fields
}
func (ApiWorkflowsGetRequest) Execute ¶ added in v1.0.0
func (r ApiWorkflowsGetRequest) Execute() (*WorkflowsGet200Response, *http.Response, error)
type ApiWorkflowsWorkflowIdGetRequest ¶ added in v1.0.0
type ApiWorkflowsWorkflowIdGetRequest struct {
ApiService *WorkflowsAPIService
// contains filtered or unexported fields
}
func (ApiWorkflowsWorkflowIdGetRequest) Execute ¶ added in v1.0.0
func (r ApiWorkflowsWorkflowIdGetRequest) Execute() (*WorkflowsWorkflowIdGet200Response, *http.Response, error)
type App ¶
App struct for App
func NewApp ¶
NewApp instantiates a new App object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewAppWithDefaults ¶
func NewAppWithDefaults() *App
NewAppWithDefaults instantiates a new App object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*App) GetIdOk ¶
GetIdOk returns a tuple with the Id field value and a boolean to check if the value has been set.
func (*App) GetTypeOk ¶ added in v1.0.0
GetTypeOk returns a tuple with the Type field value and a boolean to check if the value has been set.
func (App) MarshalJSON ¶
func (*App) UnmarshalJSON ¶
type AppSummary ¶
type AppSummary struct {
// The name of the app
AppName string `json:"app_name"`
// The organization host
Host string `json:"host"`
// The number of views of the app in the time range specified
CountAppViews float32 `json:"count_app_views"`
// The number of saves of the app in the time range specified
CountAppSaves float32 `json:"count_app_saves"`
// The number of viewers of the app in the time range specified
CountViewers float32 `json:"count_viewers"`
// The number of editors of the app in the time range specified
CountEditors float32 `json:"count_editors"`
}
AppSummary struct for AppSummary
func NewAppSummary ¶
func NewAppSummary(appName string, host string, countAppViews float32, countAppSaves float32, countViewers float32, countEditors float32) *AppSummary
NewAppSummary instantiates a new AppSummary object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewAppSummaryWithDefaults ¶
func NewAppSummaryWithDefaults() *AppSummary
NewAppSummaryWithDefaults instantiates a new AppSummary object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*AppSummary) GetAppName ¶
func (o *AppSummary) GetAppName() string
GetAppName returns the AppName field value
func (*AppSummary) GetAppNameOk ¶
func (o *AppSummary) GetAppNameOk() (*string, bool)
GetAppNameOk returns a tuple with the AppName field value and a boolean to check if the value has been set.
func (*AppSummary) GetCountAppSaves ¶
func (o *AppSummary) GetCountAppSaves() float32
GetCountAppSaves returns the CountAppSaves field value
func (*AppSummary) GetCountAppSavesOk ¶
func (o *AppSummary) GetCountAppSavesOk() (*float32, bool)
GetCountAppSavesOk returns a tuple with the CountAppSaves field value and a boolean to check if the value has been set.
func (*AppSummary) GetCountAppViews ¶
func (o *AppSummary) GetCountAppViews() float32
GetCountAppViews returns the CountAppViews field value
func (*AppSummary) GetCountAppViewsOk ¶
func (o *AppSummary) GetCountAppViewsOk() (*float32, bool)
GetCountAppViewsOk returns a tuple with the CountAppViews field value and a boolean to check if the value has been set.
func (*AppSummary) GetCountEditors ¶
func (o *AppSummary) GetCountEditors() float32
GetCountEditors returns the CountEditors field value
func (*AppSummary) GetCountEditorsOk ¶
func (o *AppSummary) GetCountEditorsOk() (*float32, bool)
GetCountEditorsOk returns a tuple with the CountEditors field value and a boolean to check if the value has been set.
func (*AppSummary) GetCountViewers ¶
func (o *AppSummary) GetCountViewers() float32
GetCountViewers returns the CountViewers field value
func (*AppSummary) GetCountViewersOk ¶
func (o *AppSummary) GetCountViewersOk() (*float32, bool)
GetCountViewersOk returns a tuple with the CountViewers field value and a boolean to check if the value has been set.
func (*AppSummary) GetHost ¶
func (o *AppSummary) GetHost() string
GetHost returns the Host field value
func (*AppSummary) GetHostOk ¶
func (o *AppSummary) GetHostOk() (*string, bool)
GetHostOk returns a tuple with the Host field value and a boolean to check if the value has been set.
func (AppSummary) MarshalJSON ¶
func (o AppSummary) MarshalJSON() ([]byte, error)
func (*AppSummary) SetAppName ¶
func (o *AppSummary) SetAppName(v string)
SetAppName sets field value
func (*AppSummary) SetCountAppSaves ¶
func (o *AppSummary) SetCountAppSaves(v float32)
SetCountAppSaves sets field value
func (*AppSummary) SetCountAppViews ¶
func (o *AppSummary) SetCountAppViews(v float32)
SetCountAppViews sets field value
func (*AppSummary) SetCountEditors ¶
func (o *AppSummary) SetCountEditors(v float32)
SetCountEditors sets field value
func (*AppSummary) SetCountViewers ¶
func (o *AppSummary) SetCountViewers(v float32)
SetCountViewers sets field value
func (AppSummary) ToMap ¶
func (o AppSummary) ToMap() (map[string]interface{}, error)
func (*AppSummary) UnmarshalJSON ¶
func (o *AppSummary) UnmarshalJSON(data []byte) (err error)
type AppTheme ¶
type AppTheme struct {
Id float32 `json:"id"`
LegacyId float32 `json:"legacy_id"`
// The name of the app theme.
Name string `json:"name"`
// The theme object.
Theme map[string]interface{} `json:"theme"`
// Date and time when the app theme was created.
CreatedAt time.Time `json:"created_at"`
// Date and time when the app theme was last updated.
UpdatedAt time.Time `json:"updated_at"`
AdditionalProperties map[string]interface{}
}
AppTheme This object represents an app theme. App themes allow you to customize the look of your app. See https://docs.retool.com/apps/web/concepts/themes for more information.
func NewAppTheme ¶
func NewAppTheme(id float32, legacyId float32, name string, theme map[string]interface{}, createdAt time.Time, updatedAt time.Time) *AppTheme
NewAppTheme instantiates a new AppTheme object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewAppThemeWithDefaults ¶
func NewAppThemeWithDefaults() *AppTheme
NewAppThemeWithDefaults instantiates a new AppTheme object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*AppTheme) GetCreatedAt ¶ added in v1.0.0
GetCreatedAt returns the CreatedAt field value
func (*AppTheme) GetCreatedAtOk ¶ added in v1.0.0
GetCreatedAtOk returns a tuple with the CreatedAt field value and a boolean to check if the value has been set.
func (*AppTheme) GetIdOk ¶
GetIdOk returns a tuple with the Id field value and a boolean to check if the value has been set.
func (*AppTheme) GetLegacyId ¶
GetLegacyId returns the LegacyId field value
func (*AppTheme) GetLegacyIdOk ¶
GetLegacyIdOk returns a tuple with the LegacyId field value and a boolean to check if the value has been set.
func (*AppTheme) GetNameOk ¶
GetNameOk returns a tuple with the Name field value and a boolean to check if the value has been set.
func (*AppTheme) GetThemeOk ¶
GetThemeOk returns a tuple with the Theme field value and a boolean to check if the value has been set.
func (*AppTheme) GetUpdatedAt ¶ added in v1.0.0
GetUpdatedAt returns the UpdatedAt field value
func (*AppTheme) GetUpdatedAtOk ¶ added in v1.0.0
GetUpdatedAtOk returns a tuple with the UpdatedAt field value and a boolean to check if the value has been set.
func (AppTheme) MarshalJSON ¶
func (*AppTheme) SetCreatedAt ¶ added in v1.0.0
SetCreatedAt sets field value
func (*AppTheme) SetLegacyId ¶
SetLegacyId sets field value
func (*AppTheme) SetUpdatedAt ¶ added in v1.0.0
SetUpdatedAt sets field value
func (*AppTheme) UnmarshalJSON ¶
type AppThemesAPIService ¶
type AppThemesAPIService service
AppThemesAPIService AppThemesAPI service
func (*AppThemesAPIService) AppThemesGet ¶ added in v1.0.0
func (a *AppThemesAPIService) AppThemesGet(ctx context.Context) ApiAppThemesGetRequest
AppThemesGet List all app themes
Available on Retool v3.139+. Returns all app themes for the organization or space. The API token must have the "App Themes > Read" scope.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return ApiAppThemesGetRequest
func (*AppThemesAPIService) AppThemesGetExecute ¶ added in v1.0.0
func (a *AppThemesAPIService) AppThemesGetExecute(r ApiAppThemesGetRequest) (*AppThemesGet200Response, *http.Response, error)
Execute executes the request
@return AppThemesGet200Response
func (*AppThemesAPIService) AppThemesIdDelete ¶
func (a *AppThemesAPIService) AppThemesIdDelete(ctx context.Context, id string) ApiAppThemesIdDeleteRequest
AppThemesIdDelete Delete app theme
Deletes specified app theme for organization or space. The API token must have the "App Themes > Write" scope.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param id @return ApiAppThemesIdDeleteRequest
func (*AppThemesAPIService) AppThemesIdDeleteExecute ¶
func (a *AppThemesAPIService) AppThemesIdDeleteExecute(r ApiAppThemesIdDeleteRequest) (*http.Response, error)
Execute executes the request
func (*AppThemesAPIService) AppThemesIdGet ¶
func (a *AppThemesAPIService) AppThemesIdGet(ctx context.Context, id string) ApiAppThemesIdGetRequest
AppThemesIdGet Get app theme
Returns the app theme matching the ID for the organization or space. The API token must have the "App Themes > Read" scope.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param id @return ApiAppThemesIdGetRequest
func (*AppThemesAPIService) AppThemesIdGetExecute ¶
func (a *AppThemesAPIService) AppThemesIdGetExecute(r ApiAppThemesIdGetRequest) (*AppThemesIdGet200Response, *http.Response, error)
Execute executes the request
@return AppThemesIdGet200Response
func (*AppThemesAPIService) AppThemesPost ¶
func (a *AppThemesAPIService) AppThemesPost(ctx context.Context) ApiAppThemesPostRequest
AppThemesPost Create app theme
Creates and returns a new app theme. If a theme with the same name already exists, it returns 409 and does not modify the theme. The API token must have the "App Themes > Write" scope.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return ApiAppThemesPostRequest
func (*AppThemesAPIService) AppThemesPostExecute ¶
func (a *AppThemesAPIService) AppThemesPostExecute(r ApiAppThemesPostRequest) (*AppThemesPut200Response, *http.Response, error)
Execute executes the request
@return AppThemesPut200Response
func (*AppThemesAPIService) AppThemesPut ¶
func (a *AppThemesAPIService) AppThemesPut(ctx context.Context) ApiAppThemesPutRequest
AppThemesPut Update app theme
Creates or updates an app theme and returns it. The API token must have the "App Themes > Write" scope.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return ApiAppThemesPutRequest
func (*AppThemesAPIService) AppThemesPutExecute ¶
func (a *AppThemesAPIService) AppThemesPutExecute(r ApiAppThemesPutRequest) (*AppThemesPut200Response, *http.Response, error)
Execute executes the request
@return AppThemesPut200Response
type AppThemesGet200Response ¶ added in v1.0.0
type AppThemesGet200Response struct {
// API request succeeded
Success bool `json:"success"`
// An array of requested items
Data []AppThemesGet200ResponseDataInner `json:"data"`
// Total number of items in the response
TotalCount float32 `json:"total_count"`
// A token to retrieve the next page of items in the collection
NextToken NullableString `json:"next_token"`
// Whether there are more items in the collection
HasMore bool `json:"has_more"`
AdditionalProperties map[string]interface{}
}
AppThemesGet200Response A list of all app themes in the organization
func NewAppThemesGet200Response ¶ added in v1.0.0
func NewAppThemesGet200Response(success bool, data []AppThemesGet200ResponseDataInner, totalCount float32, nextToken NullableString, hasMore bool) *AppThemesGet200Response
NewAppThemesGet200Response instantiates a new AppThemesGet200Response object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewAppThemesGet200ResponseWithDefaults ¶ added in v1.0.0
func NewAppThemesGet200ResponseWithDefaults() *AppThemesGet200Response
NewAppThemesGet200ResponseWithDefaults instantiates a new AppThemesGet200Response object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*AppThemesGet200Response) GetData ¶ added in v1.0.0
func (o *AppThemesGet200Response) GetData() []AppThemesGet200ResponseDataInner
GetData returns the Data field value
func (*AppThemesGet200Response) GetDataOk ¶ added in v1.0.0
func (o *AppThemesGet200Response) GetDataOk() ([]AppThemesGet200ResponseDataInner, bool)
GetDataOk returns a tuple with the Data field value and a boolean to check if the value has been set.
func (*AppThemesGet200Response) GetHasMore ¶ added in v1.0.0
func (o *AppThemesGet200Response) GetHasMore() bool
GetHasMore returns the HasMore field value
func (*AppThemesGet200Response) GetHasMoreOk ¶ added in v1.0.0
func (o *AppThemesGet200Response) GetHasMoreOk() (*bool, bool)
GetHasMoreOk returns a tuple with the HasMore field value and a boolean to check if the value has been set.
func (*AppThemesGet200Response) GetNextToken ¶ added in v1.0.0
func (o *AppThemesGet200Response) GetNextToken() string
GetNextToken returns the NextToken field value If the value is explicit nil, the zero value for string will be returned
func (*AppThemesGet200Response) GetNextTokenOk ¶ added in v1.0.0
func (o *AppThemesGet200Response) GetNextTokenOk() (*string, bool)
GetNextTokenOk returns a tuple with the NextToken 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 (*AppThemesGet200Response) GetSuccess ¶ added in v1.0.0
func (o *AppThemesGet200Response) GetSuccess() bool
GetSuccess returns the Success field value
func (*AppThemesGet200Response) GetSuccessOk ¶ added in v1.0.0
func (o *AppThemesGet200Response) GetSuccessOk() (*bool, bool)
GetSuccessOk returns a tuple with the Success field value and a boolean to check if the value has been set.
func (*AppThemesGet200Response) GetTotalCount ¶ added in v1.0.0
func (o *AppThemesGet200Response) GetTotalCount() float32
GetTotalCount returns the TotalCount field value
func (*AppThemesGet200Response) GetTotalCountOk ¶ added in v1.0.0
func (o *AppThemesGet200Response) GetTotalCountOk() (*float32, bool)
GetTotalCountOk returns a tuple with the TotalCount field value and a boolean to check if the value has been set.
func (AppThemesGet200Response) MarshalJSON ¶ added in v1.0.0
func (o AppThemesGet200Response) MarshalJSON() ([]byte, error)
func (*AppThemesGet200Response) SetData ¶ added in v1.0.0
func (o *AppThemesGet200Response) SetData(v []AppThemesGet200ResponseDataInner)
SetData sets field value
func (*AppThemesGet200Response) SetHasMore ¶ added in v1.0.0
func (o *AppThemesGet200Response) SetHasMore(v bool)
SetHasMore sets field value
func (*AppThemesGet200Response) SetNextToken ¶ added in v1.0.0
func (o *AppThemesGet200Response) SetNextToken(v string)
SetNextToken sets field value
func (*AppThemesGet200Response) SetSuccess ¶ added in v1.0.0
func (o *AppThemesGet200Response) SetSuccess(v bool)
SetSuccess sets field value
func (*AppThemesGet200Response) SetTotalCount ¶ added in v1.0.0
func (o *AppThemesGet200Response) SetTotalCount(v float32)
SetTotalCount sets field value
func (AppThemesGet200Response) ToMap ¶ added in v1.0.0
func (o AppThemesGet200Response) ToMap() (map[string]interface{}, error)
func (*AppThemesGet200Response) UnmarshalJSON ¶ added in v1.0.0
func (o *AppThemesGet200Response) UnmarshalJSON(data []byte) (err error)
type AppThemesGet200ResponseDataInner ¶ added in v1.0.0
type AppThemesGet200ResponseDataInner struct {
Id float32 `json:"id"`
LegacyId float32 `json:"legacy_id"`
// The name of the app theme.
Name string `json:"name"`
// The theme object.
Theme map[string]interface{} `json:"theme"`
// Date and time when the app theme was created.
CreatedAt time.Time `json:"created_at"`
// Date and time when the app theme was last updated.
UpdatedAt time.Time `json:"updated_at"`
AdditionalProperties map[string]interface{}
}
AppThemesGet200ResponseDataInner This object represents an app theme. App themes allow you to customize the look of your app. See https://docs.retool.com/apps/web/concepts/themes for more information.
func NewAppThemesGet200ResponseDataInner ¶ added in v1.0.0
func NewAppThemesGet200ResponseDataInner(id float32, legacyId float32, name string, theme map[string]interface{}, createdAt time.Time, updatedAt time.Time) *AppThemesGet200ResponseDataInner
NewAppThemesGet200ResponseDataInner instantiates a new AppThemesGet200ResponseDataInner object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewAppThemesGet200ResponseDataInnerWithDefaults ¶ added in v1.0.0
func NewAppThemesGet200ResponseDataInnerWithDefaults() *AppThemesGet200ResponseDataInner
NewAppThemesGet200ResponseDataInnerWithDefaults instantiates a new AppThemesGet200ResponseDataInner object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*AppThemesGet200ResponseDataInner) GetCreatedAt ¶ added in v1.0.0
func (o *AppThemesGet200ResponseDataInner) GetCreatedAt() time.Time
GetCreatedAt returns the CreatedAt field value
func (*AppThemesGet200ResponseDataInner) GetCreatedAtOk ¶ added in v1.0.0
func (o *AppThemesGet200ResponseDataInner) GetCreatedAtOk() (*time.Time, bool)
GetCreatedAtOk returns a tuple with the CreatedAt field value and a boolean to check if the value has been set.
func (*AppThemesGet200ResponseDataInner) GetId ¶ added in v1.0.0
func (o *AppThemesGet200ResponseDataInner) GetId() float32
GetId returns the Id field value
func (*AppThemesGet200ResponseDataInner) GetIdOk ¶ added in v1.0.0
func (o *AppThemesGet200ResponseDataInner) GetIdOk() (*float32, bool)
GetIdOk returns a tuple with the Id field value and a boolean to check if the value has been set.
func (*AppThemesGet200ResponseDataInner) GetLegacyId ¶ added in v1.0.0
func (o *AppThemesGet200ResponseDataInner) GetLegacyId() float32
GetLegacyId returns the LegacyId field value
func (*AppThemesGet200ResponseDataInner) GetLegacyIdOk ¶ added in v1.0.0
func (o *AppThemesGet200ResponseDataInner) GetLegacyIdOk() (*float32, bool)
GetLegacyIdOk returns a tuple with the LegacyId field value and a boolean to check if the value has been set.
func (*AppThemesGet200ResponseDataInner) GetName ¶ added in v1.0.0
func (o *AppThemesGet200ResponseDataInner) GetName() string
GetName returns the Name field value
func (*AppThemesGet200ResponseDataInner) GetNameOk ¶ added in v1.0.0
func (o *AppThemesGet200ResponseDataInner) GetNameOk() (*string, bool)
GetNameOk returns a tuple with the Name field value and a boolean to check if the value has been set.
func (*AppThemesGet200ResponseDataInner) GetTheme ¶ added in v1.0.0
func (o *AppThemesGet200ResponseDataInner) GetTheme() map[string]interface{}
GetTheme returns the Theme field value
func (*AppThemesGet200ResponseDataInner) GetThemeOk ¶ added in v1.0.0
func (o *AppThemesGet200ResponseDataInner) GetThemeOk() (map[string]interface{}, bool)
GetThemeOk returns a tuple with the Theme field value and a boolean to check if the value has been set.
func (*AppThemesGet200ResponseDataInner) GetUpdatedAt ¶ added in v1.0.0
func (o *AppThemesGet200ResponseDataInner) GetUpdatedAt() time.Time
GetUpdatedAt returns the UpdatedAt field value
func (*AppThemesGet200ResponseDataInner) GetUpdatedAtOk ¶ added in v1.0.0
func (o *AppThemesGet200ResponseDataInner) GetUpdatedAtOk() (*time.Time, bool)
GetUpdatedAtOk returns a tuple with the UpdatedAt field value and a boolean to check if the value has been set.
func (AppThemesGet200ResponseDataInner) MarshalJSON ¶ added in v1.0.0
func (o AppThemesGet200ResponseDataInner) MarshalJSON() ([]byte, error)
func (*AppThemesGet200ResponseDataInner) SetCreatedAt ¶ added in v1.0.0
func (o *AppThemesGet200ResponseDataInner) SetCreatedAt(v time.Time)
SetCreatedAt sets field value
func (*AppThemesGet200ResponseDataInner) SetId ¶ added in v1.0.0
func (o *AppThemesGet200ResponseDataInner) SetId(v float32)
SetId sets field value
func (*AppThemesGet200ResponseDataInner) SetLegacyId ¶ added in v1.0.0
func (o *AppThemesGet200ResponseDataInner) SetLegacyId(v float32)
SetLegacyId sets field value
func (*AppThemesGet200ResponseDataInner) SetName ¶ added in v1.0.0
func (o *AppThemesGet200ResponseDataInner) SetName(v string)
SetName sets field value
func (*AppThemesGet200ResponseDataInner) SetTheme ¶ added in v1.0.0
func (o *AppThemesGet200ResponseDataInner) SetTheme(v map[string]interface{})
SetTheme sets field value
func (*AppThemesGet200ResponseDataInner) SetUpdatedAt ¶ added in v1.0.0
func (o *AppThemesGet200ResponseDataInner) SetUpdatedAt(v time.Time)
SetUpdatedAt sets field value
func (AppThemesGet200ResponseDataInner) ToMap ¶ added in v1.0.0
func (o AppThemesGet200ResponseDataInner) ToMap() (map[string]interface{}, error)
func (*AppThemesGet200ResponseDataInner) UnmarshalJSON ¶ added in v1.0.0
func (o *AppThemesGet200ResponseDataInner) UnmarshalJSON(data []byte) (err error)
type AppThemesIdGet200Response ¶
type AppThemesIdGet200Response struct {
// API request succeeded
Success bool `json:"success"`
Data AppThemesIdGet200ResponseData `json:"data"`
AdditionalProperties map[string]interface{}
}
AppThemesIdGet200Response struct for AppThemesIdGet200Response
func NewAppThemesIdGet200Response ¶
func NewAppThemesIdGet200Response(success bool, data AppThemesIdGet200ResponseData) *AppThemesIdGet200Response
NewAppThemesIdGet200Response instantiates a new AppThemesIdGet200Response object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewAppThemesIdGet200ResponseWithDefaults ¶
func NewAppThemesIdGet200ResponseWithDefaults() *AppThemesIdGet200Response
NewAppThemesIdGet200ResponseWithDefaults instantiates a new AppThemesIdGet200Response object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*AppThemesIdGet200Response) GetData ¶
func (o *AppThemesIdGet200Response) GetData() AppThemesIdGet200ResponseData
GetData returns the Data field value
func (*AppThemesIdGet200Response) GetDataOk ¶
func (o *AppThemesIdGet200Response) GetDataOk() (*AppThemesIdGet200ResponseData, bool)
GetDataOk returns a tuple with the Data field value and a boolean to check if the value has been set.
func (*AppThemesIdGet200Response) GetSuccess ¶
func (o *AppThemesIdGet200Response) GetSuccess() bool
GetSuccess returns the Success field value
func (*AppThemesIdGet200Response) GetSuccessOk ¶
func (o *AppThemesIdGet200Response) GetSuccessOk() (*bool, bool)
GetSuccessOk returns a tuple with the Success field value and a boolean to check if the value has been set.
func (AppThemesIdGet200Response) MarshalJSON ¶
func (o AppThemesIdGet200Response) MarshalJSON() ([]byte, error)
func (*AppThemesIdGet200Response) SetData ¶
func (o *AppThemesIdGet200Response) SetData(v AppThemesIdGet200ResponseData)
SetData sets field value
func (*AppThemesIdGet200Response) SetSuccess ¶
func (o *AppThemesIdGet200Response) SetSuccess(v bool)
SetSuccess sets field value
func (AppThemesIdGet200Response) ToMap ¶
func (o AppThemesIdGet200Response) ToMap() (map[string]interface{}, error)
func (*AppThemesIdGet200Response) UnmarshalJSON ¶
func (o *AppThemesIdGet200Response) UnmarshalJSON(data []byte) (err error)
type AppThemesIdGet200ResponseData ¶
type AppThemesIdGet200ResponseData struct {
Id float32 `json:"id"`
LegacyId float32 `json:"legacy_id"`
// The name of the app theme.
Name string `json:"name"`
// The theme object.
Theme map[string]interface{} `json:"theme"`
// Date and time when the app theme was created.
CreatedAt time.Time `json:"created_at"`
// Date and time when the app theme was last updated.
UpdatedAt time.Time `json:"updated_at"`
AdditionalProperties map[string]interface{}
}
AppThemesIdGet200ResponseData The app theme.
func NewAppThemesIdGet200ResponseData ¶
func NewAppThemesIdGet200ResponseData(id float32, legacyId float32, name string, theme map[string]interface{}, createdAt time.Time, updatedAt time.Time) *AppThemesIdGet200ResponseData
NewAppThemesIdGet200ResponseData instantiates a new AppThemesIdGet200ResponseData object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewAppThemesIdGet200ResponseDataWithDefaults ¶
func NewAppThemesIdGet200ResponseDataWithDefaults() *AppThemesIdGet200ResponseData
NewAppThemesIdGet200ResponseDataWithDefaults instantiates a new AppThemesIdGet200ResponseData object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*AppThemesIdGet200ResponseData) GetCreatedAt ¶ added in v1.0.0
func (o *AppThemesIdGet200ResponseData) GetCreatedAt() time.Time
GetCreatedAt returns the CreatedAt field value
func (*AppThemesIdGet200ResponseData) GetCreatedAtOk ¶ added in v1.0.0
func (o *AppThemesIdGet200ResponseData) GetCreatedAtOk() (*time.Time, bool)
GetCreatedAtOk returns a tuple with the CreatedAt field value and a boolean to check if the value has been set.
func (*AppThemesIdGet200ResponseData) GetId ¶
func (o *AppThemesIdGet200ResponseData) GetId() float32
GetId returns the Id field value
func (*AppThemesIdGet200ResponseData) GetIdOk ¶
func (o *AppThemesIdGet200ResponseData) GetIdOk() (*float32, bool)
GetIdOk returns a tuple with the Id field value and a boolean to check if the value has been set.
func (*AppThemesIdGet200ResponseData) GetLegacyId ¶
func (o *AppThemesIdGet200ResponseData) GetLegacyId() float32
GetLegacyId returns the LegacyId field value
func (*AppThemesIdGet200ResponseData) GetLegacyIdOk ¶
func (o *AppThemesIdGet200ResponseData) GetLegacyIdOk() (*float32, bool)
GetLegacyIdOk returns a tuple with the LegacyId field value and a boolean to check if the value has been set.
func (*AppThemesIdGet200ResponseData) GetName ¶
func (o *AppThemesIdGet200ResponseData) GetName() string
GetName returns the Name field value
func (*AppThemesIdGet200ResponseData) GetNameOk ¶
func (o *AppThemesIdGet200ResponseData) GetNameOk() (*string, bool)
GetNameOk returns a tuple with the Name field value and a boolean to check if the value has been set.
func (*AppThemesIdGet200ResponseData) GetTheme ¶
func (o *AppThemesIdGet200ResponseData) GetTheme() map[string]interface{}
GetTheme returns the Theme field value
func (*AppThemesIdGet200ResponseData) GetThemeOk ¶
func (o *AppThemesIdGet200ResponseData) GetThemeOk() (map[string]interface{}, bool)
GetThemeOk returns a tuple with the Theme field value and a boolean to check if the value has been set.
func (*AppThemesIdGet200ResponseData) GetUpdatedAt ¶ added in v1.0.0
func (o *AppThemesIdGet200ResponseData) GetUpdatedAt() time.Time
GetUpdatedAt returns the UpdatedAt field value
func (*AppThemesIdGet200ResponseData) GetUpdatedAtOk ¶ added in v1.0.0
func (o *AppThemesIdGet200ResponseData) GetUpdatedAtOk() (*time.Time, bool)
GetUpdatedAtOk returns a tuple with the UpdatedAt field value and a boolean to check if the value has been set.
func (AppThemesIdGet200ResponseData) MarshalJSON ¶
func (o AppThemesIdGet200ResponseData) MarshalJSON() ([]byte, error)
func (*AppThemesIdGet200ResponseData) SetCreatedAt ¶ added in v1.0.0
func (o *AppThemesIdGet200ResponseData) SetCreatedAt(v time.Time)
SetCreatedAt sets field value
func (*AppThemesIdGet200ResponseData) SetId ¶
func (o *AppThemesIdGet200ResponseData) SetId(v float32)
SetId sets field value
func (*AppThemesIdGet200ResponseData) SetLegacyId ¶
func (o *AppThemesIdGet200ResponseData) SetLegacyId(v float32)
SetLegacyId sets field value
func (*AppThemesIdGet200ResponseData) SetName ¶
func (o *AppThemesIdGet200ResponseData) SetName(v string)
SetName sets field value
func (*AppThemesIdGet200ResponseData) SetTheme ¶
func (o *AppThemesIdGet200ResponseData) SetTheme(v map[string]interface{})
SetTheme sets field value
func (*AppThemesIdGet200ResponseData) SetUpdatedAt ¶ added in v1.0.0
func (o *AppThemesIdGet200ResponseData) SetUpdatedAt(v time.Time)
SetUpdatedAt sets field value
func (AppThemesIdGet200ResponseData) ToMap ¶
func (o AppThemesIdGet200ResponseData) ToMap() (map[string]interface{}, error)
func (*AppThemesIdGet200ResponseData) UnmarshalJSON ¶
func (o *AppThemesIdGet200ResponseData) UnmarshalJSON(data []byte) (err error)
type AppThemesPut200Response ¶
type AppThemesPut200Response struct {
// API request succeeded
Success bool `json:"success"`
Data AppThemesPut200ResponseData `json:"data"`
AdditionalProperties map[string]interface{}
}
AppThemesPut200Response struct for AppThemesPut200Response
func NewAppThemesPut200Response ¶
func NewAppThemesPut200Response(success bool, data AppThemesPut200ResponseData) *AppThemesPut200Response
NewAppThemesPut200Response instantiates a new AppThemesPut200Response object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewAppThemesPut200ResponseWithDefaults ¶
func NewAppThemesPut200ResponseWithDefaults() *AppThemesPut200Response
NewAppThemesPut200ResponseWithDefaults instantiates a new AppThemesPut200Response object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*AppThemesPut200Response) GetData ¶
func (o *AppThemesPut200Response) GetData() AppThemesPut200ResponseData
GetData returns the Data field value
func (*AppThemesPut200Response) GetDataOk ¶
func (o *AppThemesPut200Response) GetDataOk() (*AppThemesPut200ResponseData, bool)
GetDataOk returns a tuple with the Data field value and a boolean to check if the value has been set.
func (*AppThemesPut200Response) GetSuccess ¶
func (o *AppThemesPut200Response) GetSuccess() bool
GetSuccess returns the Success field value
func (*AppThemesPut200Response) GetSuccessOk ¶
func (o *AppThemesPut200Response) GetSuccessOk() (*bool, bool)
GetSuccessOk returns a tuple with the Success field value and a boolean to check if the value has been set.
func (AppThemesPut200Response) MarshalJSON ¶
func (o AppThemesPut200Response) MarshalJSON() ([]byte, error)
func (*AppThemesPut200Response) SetData ¶
func (o *AppThemesPut200Response) SetData(v AppThemesPut200ResponseData)
SetData sets field value
func (*AppThemesPut200Response) SetSuccess ¶
func (o *AppThemesPut200Response) SetSuccess(v bool)
SetSuccess sets field value
func (AppThemesPut200Response) ToMap ¶
func (o AppThemesPut200Response) ToMap() (map[string]interface{}, error)
func (*AppThemesPut200Response) UnmarshalJSON ¶
func (o *AppThemesPut200Response) UnmarshalJSON(data []byte) (err error)
type AppThemesPut200ResponseData ¶
type AppThemesPut200ResponseData struct {
Id float32 `json:"id"`
LegacyId float32 `json:"legacy_id"`
// The name of the app theme.
Name string `json:"name"`
// The theme object.
Theme map[string]interface{} `json:"theme"`
// Date and time when the app theme was created.
CreatedAt time.Time `json:"created_at"`
// Date and time when the app theme was last updated.
UpdatedAt time.Time `json:"updated_at"`
AdditionalProperties map[string]interface{}
}
AppThemesPut200ResponseData The updated app theme.
func NewAppThemesPut200ResponseData ¶
func NewAppThemesPut200ResponseData(id float32, legacyId float32, name string, theme map[string]interface{}, createdAt time.Time, updatedAt time.Time) *AppThemesPut200ResponseData
NewAppThemesPut200ResponseData instantiates a new AppThemesPut200ResponseData object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewAppThemesPut200ResponseDataWithDefaults ¶
func NewAppThemesPut200ResponseDataWithDefaults() *AppThemesPut200ResponseData
NewAppThemesPut200ResponseDataWithDefaults instantiates a new AppThemesPut200ResponseData object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*AppThemesPut200ResponseData) GetCreatedAt ¶ added in v1.0.0
func (o *AppThemesPut200ResponseData) GetCreatedAt() time.Time
GetCreatedAt returns the CreatedAt field value
func (*AppThemesPut200ResponseData) GetCreatedAtOk ¶ added in v1.0.0
func (o *AppThemesPut200ResponseData) GetCreatedAtOk() (*time.Time, bool)
GetCreatedAtOk returns a tuple with the CreatedAt field value and a boolean to check if the value has been set.
func (*AppThemesPut200ResponseData) GetId ¶
func (o *AppThemesPut200ResponseData) GetId() float32
GetId returns the Id field value
func (*AppThemesPut200ResponseData) GetIdOk ¶
func (o *AppThemesPut200ResponseData) GetIdOk() (*float32, bool)
GetIdOk returns a tuple with the Id field value and a boolean to check if the value has been set.
func (*AppThemesPut200ResponseData) GetLegacyId ¶
func (o *AppThemesPut200ResponseData) GetLegacyId() float32
GetLegacyId returns the LegacyId field value
func (*AppThemesPut200ResponseData) GetLegacyIdOk ¶
func (o *AppThemesPut200ResponseData) GetLegacyIdOk() (*float32, bool)
GetLegacyIdOk returns a tuple with the LegacyId field value and a boolean to check if the value has been set.
func (*AppThemesPut200ResponseData) GetName ¶
func (o *AppThemesPut200ResponseData) GetName() string
GetName returns the Name field value
func (*AppThemesPut200ResponseData) GetNameOk ¶
func (o *AppThemesPut200ResponseData) GetNameOk() (*string, bool)
GetNameOk returns a tuple with the Name field value and a boolean to check if the value has been set.
func (*AppThemesPut200ResponseData) GetTheme ¶
func (o *AppThemesPut200ResponseData) GetTheme() map[string]interface{}
GetTheme returns the Theme field value
func (*AppThemesPut200ResponseData) GetThemeOk ¶
func (o *AppThemesPut200ResponseData) GetThemeOk() (map[string]interface{}, bool)
GetThemeOk returns a tuple with the Theme field value and a boolean to check if the value has been set.
func (*AppThemesPut200ResponseData) GetUpdatedAt ¶ added in v1.0.0
func (o *AppThemesPut200ResponseData) GetUpdatedAt() time.Time
GetUpdatedAt returns the UpdatedAt field value
func (*AppThemesPut200ResponseData) GetUpdatedAtOk ¶ added in v1.0.0
func (o *AppThemesPut200ResponseData) GetUpdatedAtOk() (*time.Time, bool)
GetUpdatedAtOk returns a tuple with the UpdatedAt field value and a boolean to check if the value has been set.
func (AppThemesPut200ResponseData) MarshalJSON ¶
func (o AppThemesPut200ResponseData) MarshalJSON() ([]byte, error)
func (*AppThemesPut200ResponseData) SetCreatedAt ¶ added in v1.0.0
func (o *AppThemesPut200ResponseData) SetCreatedAt(v time.Time)
SetCreatedAt sets field value
func (*AppThemesPut200ResponseData) SetId ¶
func (o *AppThemesPut200ResponseData) SetId(v float32)
SetId sets field value
func (*AppThemesPut200ResponseData) SetLegacyId ¶
func (o *AppThemesPut200ResponseData) SetLegacyId(v float32)
SetLegacyId sets field value
func (*AppThemesPut200ResponseData) SetName ¶
func (o *AppThemesPut200ResponseData) SetName(v string)
SetName sets field value
func (*AppThemesPut200ResponseData) SetTheme ¶
func (o *AppThemesPut200ResponseData) SetTheme(v map[string]interface{})
SetTheme sets field value
func (*AppThemesPut200ResponseData) SetUpdatedAt ¶ added in v1.0.0
func (o *AppThemesPut200ResponseData) SetUpdatedAt(v time.Time)
SetUpdatedAt sets field value
func (AppThemesPut200ResponseData) ToMap ¶
func (o AppThemesPut200ResponseData) ToMap() (map[string]interface{}, error)
func (*AppThemesPut200ResponseData) UnmarshalJSON ¶
func (o *AppThemesPut200ResponseData) UnmarshalJSON(data []byte) (err error)
type AppThemesPutRequest ¶
type AppThemesPutRequest struct {
Id float32 `json:"id"`
LegacyId float32 `json:"legacy_id"`
// The name of the app theme.
Name string `json:"name"`
// The theme object.
Theme map[string]interface{} `json:"theme"`
AdditionalProperties map[string]interface{}
}
AppThemesPutRequest This object represents an app theme. App themes allow you to customize the look of your app. See https://docs.retool.com/apps/web/concepts/themes for more information.
func NewAppThemesPutRequest ¶
func NewAppThemesPutRequest(id float32, legacyId float32, name string, theme map[string]interface{}) *AppThemesPutRequest
NewAppThemesPutRequest instantiates a new AppThemesPutRequest object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewAppThemesPutRequestWithDefaults ¶
func NewAppThemesPutRequestWithDefaults() *AppThemesPutRequest
NewAppThemesPutRequestWithDefaults instantiates a new AppThemesPutRequest object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*AppThemesPutRequest) GetId ¶
func (o *AppThemesPutRequest) GetId() float32
GetId returns the Id field value
func (*AppThemesPutRequest) GetIdOk ¶
func (o *AppThemesPutRequest) GetIdOk() (*float32, bool)
GetIdOk returns a tuple with the Id field value and a boolean to check if the value has been set.
func (*AppThemesPutRequest) GetLegacyId ¶
func (o *AppThemesPutRequest) GetLegacyId() float32
GetLegacyId returns the LegacyId field value
func (*AppThemesPutRequest) GetLegacyIdOk ¶
func (o *AppThemesPutRequest) GetLegacyIdOk() (*float32, bool)
GetLegacyIdOk returns a tuple with the LegacyId field value and a boolean to check if the value has been set.
func (*AppThemesPutRequest) GetName ¶
func (o *AppThemesPutRequest) GetName() string
GetName returns the Name field value
func (*AppThemesPutRequest) GetNameOk ¶
func (o *AppThemesPutRequest) GetNameOk() (*string, bool)
GetNameOk returns a tuple with the Name field value and a boolean to check if the value has been set.
func (*AppThemesPutRequest) GetTheme ¶
func (o *AppThemesPutRequest) GetTheme() map[string]interface{}
GetTheme returns the Theme field value
func (*AppThemesPutRequest) GetThemeOk ¶
func (o *AppThemesPutRequest) GetThemeOk() (map[string]interface{}, bool)
GetThemeOk returns a tuple with the Theme field value and a boolean to check if the value has been set.
func (AppThemesPutRequest) MarshalJSON ¶
func (o AppThemesPutRequest) MarshalJSON() ([]byte, error)
func (*AppThemesPutRequest) SetId ¶
func (o *AppThemesPutRequest) SetId(v float32)
SetId sets field value
func (*AppThemesPutRequest) SetLegacyId ¶
func (o *AppThemesPutRequest) SetLegacyId(v float32)
SetLegacyId sets field value
func (*AppThemesPutRequest) SetName ¶
func (o *AppThemesPutRequest) SetName(v string)
SetName sets field value
func (*AppThemesPutRequest) SetTheme ¶
func (o *AppThemesPutRequest) SetTheme(v map[string]interface{})
SetTheme sets field value
func (AppThemesPutRequest) ToMap ¶
func (o AppThemesPutRequest) ToMap() (map[string]interface{}, error)
func (*AppThemesPutRequest) UnmarshalJSON ¶
func (o *AppThemesPutRequest) UnmarshalJSON(data []byte) (err error)
type AppsAPIService ¶
type AppsAPIService service
AppsAPIService AppsAPI service
func (*AppsAPIService) AppsAppIdDelete ¶
func (a *AppsAPIService) AppsAppIdDelete(ctx context.Context, appId string) ApiAppsAppIdDeleteRequest
AppsAppIdDelete Delete app
Deletes an app with the given appId. The API token must have the "Apps > Write" scope.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param appId The app ID. @return ApiAppsAppIdDeleteRequest
func (*AppsAPIService) AppsAppIdDeleteExecute ¶
func (a *AppsAPIService) AppsAppIdDeleteExecute(r ApiAppsAppIdDeleteRequest) (*http.Response, error)
Execute executes the request
func (*AppsAPIService) AppsAppIdGet ¶
func (a *AppsAPIService) AppsAppIdGet(ctx context.Context, appId string) ApiAppsAppIdGetRequest
AppsAppIdGet Get app
Available from API version 2.4.0+ and onprem version 3.28.0+. Returns the App. The API token must have the "Apps > Read" scope.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param appId The app ID. @return ApiAppsAppIdGetRequest
func (*AppsAPIService) AppsAppIdGetExecute ¶
func (a *AppsAPIService) AppsAppIdGetExecute(r ApiAppsAppIdGetRequest) (*AppsAppIdGet200Response, *http.Response, error)
Execute executes the request
@return AppsAppIdGet200Response
func (*AppsAPIService) AppsCloneAppPost ¶ added in v1.0.0
func (a *AppsAPIService) AppsCloneAppPost(ctx context.Context) ApiAppsCloneAppPostRequest
AppsCloneAppPost Clone app
Make a copy of an existing app into a chosen folder (defaults to root if not provided). The API token must have the "Apps > Write" scope. Available on Retool versions 3.105.0+.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return ApiAppsCloneAppPostRequest
func (*AppsAPIService) AppsCloneAppPostExecute ¶ added in v1.0.0
func (a *AppsAPIService) AppsCloneAppPostExecute(r ApiAppsCloneAppPostRequest) (*AppsAppIdGet200Response, *http.Response, error)
Execute executes the request
@return AppsAppIdGet200Response
func (*AppsAPIService) AppsGet ¶
func (a *AppsAPIService) AppsGet(ctx context.Context) ApiAppsGetRequest
AppsGet List apps
Get all apps for an organization or space. The API token must have the "Apps > Read" scope.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return ApiAppsGetRequest
func (*AppsAPIService) AppsGetExecute ¶
func (a *AppsAPIService) AppsGetExecute(r ApiAppsGetRequest) (*AppsGet200Response, *http.Response, error)
Execute executes the request
@return AppsGet200Response
type AppsAppIdGet200Response ¶
type AppsAppIdGet200Response struct {
// API request succeeded
Success bool `json:"success"`
Data AppsAppIdGet200ResponseData `json:"data"`
AdditionalProperties map[string]interface{}
}
AppsAppIdGet200Response A single app
func NewAppsAppIdGet200Response ¶
func NewAppsAppIdGet200Response(success bool, data AppsAppIdGet200ResponseData) *AppsAppIdGet200Response
NewAppsAppIdGet200Response instantiates a new AppsAppIdGet200Response object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewAppsAppIdGet200ResponseWithDefaults ¶
func NewAppsAppIdGet200ResponseWithDefaults() *AppsAppIdGet200Response
NewAppsAppIdGet200ResponseWithDefaults instantiates a new AppsAppIdGet200Response object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*AppsAppIdGet200Response) GetData ¶
func (o *AppsAppIdGet200Response) GetData() AppsAppIdGet200ResponseData
GetData returns the Data field value
func (*AppsAppIdGet200Response) GetDataOk ¶
func (o *AppsAppIdGet200Response) GetDataOk() (*AppsAppIdGet200ResponseData, bool)
GetDataOk returns a tuple with the Data field value and a boolean to check if the value has been set.
func (*AppsAppIdGet200Response) GetSuccess ¶
func (o *AppsAppIdGet200Response) GetSuccess() bool
GetSuccess returns the Success field value
func (*AppsAppIdGet200Response) GetSuccessOk ¶
func (o *AppsAppIdGet200Response) GetSuccessOk() (*bool, bool)
GetSuccessOk returns a tuple with the Success field value and a boolean to check if the value has been set.
func (AppsAppIdGet200Response) MarshalJSON ¶
func (o AppsAppIdGet200Response) MarshalJSON() ([]byte, error)
func (*AppsAppIdGet200Response) SetData ¶
func (o *AppsAppIdGet200Response) SetData(v AppsAppIdGet200ResponseData)
SetData sets field value
func (*AppsAppIdGet200Response) SetSuccess ¶
func (o *AppsAppIdGet200Response) SetSuccess(v bool)
SetSuccess sets field value
func (AppsAppIdGet200Response) ToMap ¶
func (o AppsAppIdGet200Response) ToMap() (map[string]interface{}, error)
func (*AppsAppIdGet200Response) UnmarshalJSON ¶
func (o *AppsAppIdGet200Response) UnmarshalJSON(data []byte) (err error)
type AppsAppIdGet200ResponseData ¶
type AppsAppIdGet200ResponseData struct {
// The app ID.
Id string `json:"id"`
// The name of the App
Name string `json:"name"`
// The description of the App
Description NullableString `json:"description"`
// The id of the folder
FolderId string `json:"folder_id"`
// Whether the App is protected
Protected bool `json:"protected"`
// Whether the App is synced
Synced bool `json:"synced"`
// The shortlink of the App
Shortlink NullableString `json:"shortlink"`
// Whether the App is a module
IsModule bool `json:"is_module"`
// Whether the App is a mobile app
IsMobileApp bool `json:"is_mobile_app"`
CreatedAt string `json:"created_at"`
UpdatedAt string `json:"updated_at"`
// The live release version of the app. 'latest' if releases are disabled or the app has no live release yet
ReleaseVersion string `json:"release_version"`
AdditionalProperties map[string]interface{}
}
AppsAppIdGet200ResponseData This object represents an app.
func NewAppsAppIdGet200ResponseData ¶
func NewAppsAppIdGet200ResponseData(id string, name string, description NullableString, folderId string, protected bool, synced bool, shortlink NullableString, isModule bool, isMobileApp bool, createdAt string, updatedAt string, releaseVersion string) *AppsAppIdGet200ResponseData
NewAppsAppIdGet200ResponseData instantiates a new AppsAppIdGet200ResponseData object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewAppsAppIdGet200ResponseDataWithDefaults ¶
func NewAppsAppIdGet200ResponseDataWithDefaults() *AppsAppIdGet200ResponseData
NewAppsAppIdGet200ResponseDataWithDefaults instantiates a new AppsAppIdGet200ResponseData object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*AppsAppIdGet200ResponseData) GetCreatedAt ¶ added in v1.0.0
func (o *AppsAppIdGet200ResponseData) GetCreatedAt() string
GetCreatedAt returns the CreatedAt field value
func (*AppsAppIdGet200ResponseData) GetCreatedAtOk ¶ added in v1.0.0
func (o *AppsAppIdGet200ResponseData) GetCreatedAtOk() (*string, bool)
GetCreatedAtOk returns a tuple with the CreatedAt field value and a boolean to check if the value has been set.
func (*AppsAppIdGet200ResponseData) GetDescription ¶
func (o *AppsAppIdGet200ResponseData) GetDescription() string
GetDescription returns the Description field value If the value is explicit nil, the zero value for string will be returned
func (*AppsAppIdGet200ResponseData) GetDescriptionOk ¶
func (o *AppsAppIdGet200ResponseData) GetDescriptionOk() (*string, bool)
GetDescriptionOk returns a tuple with the Description 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 (*AppsAppIdGet200ResponseData) GetFolderId ¶
func (o *AppsAppIdGet200ResponseData) GetFolderId() string
GetFolderId returns the FolderId field value
func (*AppsAppIdGet200ResponseData) GetFolderIdOk ¶
func (o *AppsAppIdGet200ResponseData) GetFolderIdOk() (*string, bool)
GetFolderIdOk returns a tuple with the FolderId field value and a boolean to check if the value has been set.
func (*AppsAppIdGet200ResponseData) GetId ¶
func (o *AppsAppIdGet200ResponseData) GetId() string
GetId returns the Id field value
func (*AppsAppIdGet200ResponseData) GetIdOk ¶
func (o *AppsAppIdGet200ResponseData) GetIdOk() (*string, bool)
GetIdOk returns a tuple with the Id field value and a boolean to check if the value has been set.
func (*AppsAppIdGet200ResponseData) GetIsMobileApp ¶
func (o *AppsAppIdGet200ResponseData) GetIsMobileApp() bool
GetIsMobileApp returns the IsMobileApp field value
func (*AppsAppIdGet200ResponseData) GetIsMobileAppOk ¶
func (o *AppsAppIdGet200ResponseData) GetIsMobileAppOk() (*bool, bool)
GetIsMobileAppOk returns a tuple with the IsMobileApp field value and a boolean to check if the value has been set.
func (*AppsAppIdGet200ResponseData) GetIsModule ¶
func (o *AppsAppIdGet200ResponseData) GetIsModule() bool
GetIsModule returns the IsModule field value
func (*AppsAppIdGet200ResponseData) GetIsModuleOk ¶
func (o *AppsAppIdGet200ResponseData) GetIsModuleOk() (*bool, bool)
GetIsModuleOk returns a tuple with the IsModule field value and a boolean to check if the value has been set.
func (*AppsAppIdGet200ResponseData) GetName ¶
func (o *AppsAppIdGet200ResponseData) GetName() string
GetName returns the Name field value
func (*AppsAppIdGet200ResponseData) GetNameOk ¶
func (o *AppsAppIdGet200ResponseData) GetNameOk() (*string, bool)
GetNameOk returns a tuple with the Name field value and a boolean to check if the value has been set.
func (*AppsAppIdGet200ResponseData) GetProtected ¶
func (o *AppsAppIdGet200ResponseData) GetProtected() bool
GetProtected returns the Protected field value
func (*AppsAppIdGet200ResponseData) GetProtectedOk ¶
func (o *AppsAppIdGet200ResponseData) GetProtectedOk() (*bool, bool)
GetProtectedOk returns a tuple with the Protected field value and a boolean to check if the value has been set.
func (*AppsAppIdGet200ResponseData) GetReleaseVersion ¶ added in v1.0.0
func (o *AppsAppIdGet200ResponseData) GetReleaseVersion() string
GetReleaseVersion returns the ReleaseVersion field value
func (*AppsAppIdGet200ResponseData) GetReleaseVersionOk ¶ added in v1.0.0
func (o *AppsAppIdGet200ResponseData) GetReleaseVersionOk() (*string, bool)
GetReleaseVersionOk returns a tuple with the ReleaseVersion field value and a boolean to check if the value has been set.
func (*AppsAppIdGet200ResponseData) GetShortlink ¶
func (o *AppsAppIdGet200ResponseData) GetShortlink() string
GetShortlink returns the Shortlink field value If the value is explicit nil, the zero value for string will be returned
func (*AppsAppIdGet200ResponseData) GetShortlinkOk ¶
func (o *AppsAppIdGet200ResponseData) GetShortlinkOk() (*string, bool)
GetShortlinkOk returns a tuple with the Shortlink 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 (*AppsAppIdGet200ResponseData) GetSynced ¶
func (o *AppsAppIdGet200ResponseData) GetSynced() bool
GetSynced returns the Synced field value
func (*AppsAppIdGet200ResponseData) GetSyncedOk ¶
func (o *AppsAppIdGet200ResponseData) GetSyncedOk() (*bool, bool)
GetSyncedOk returns a tuple with the Synced field value and a boolean to check if the value has been set.
func (*AppsAppIdGet200ResponseData) GetUpdatedAt ¶ added in v1.0.0
func (o *AppsAppIdGet200ResponseData) GetUpdatedAt() string
GetUpdatedAt returns the UpdatedAt field value
func (*AppsAppIdGet200ResponseData) GetUpdatedAtOk ¶ added in v1.0.0
func (o *AppsAppIdGet200ResponseData) GetUpdatedAtOk() (*string, bool)
GetUpdatedAtOk returns a tuple with the UpdatedAt field value and a boolean to check if the value has been set.
func (AppsAppIdGet200ResponseData) MarshalJSON ¶
func (o AppsAppIdGet200ResponseData) MarshalJSON() ([]byte, error)
func (*AppsAppIdGet200ResponseData) SetCreatedAt ¶ added in v1.0.0
func (o *AppsAppIdGet200ResponseData) SetCreatedAt(v string)
SetCreatedAt sets field value
func (*AppsAppIdGet200ResponseData) SetDescription ¶
func (o *AppsAppIdGet200ResponseData) SetDescription(v string)
SetDescription sets field value
func (*AppsAppIdGet200ResponseData) SetFolderId ¶
func (o *AppsAppIdGet200ResponseData) SetFolderId(v string)
SetFolderId sets field value
func (*AppsAppIdGet200ResponseData) SetId ¶
func (o *AppsAppIdGet200ResponseData) SetId(v string)
SetId sets field value
func (*AppsAppIdGet200ResponseData) SetIsMobileApp ¶
func (o *AppsAppIdGet200ResponseData) SetIsMobileApp(v bool)
SetIsMobileApp sets field value
func (*AppsAppIdGet200ResponseData) SetIsModule ¶
func (o *AppsAppIdGet200ResponseData) SetIsModule(v bool)
SetIsModule sets field value
func (*AppsAppIdGet200ResponseData) SetName ¶
func (o *AppsAppIdGet200ResponseData) SetName(v string)
SetName sets field value
func (*AppsAppIdGet200ResponseData) SetProtected ¶
func (o *AppsAppIdGet200ResponseData) SetProtected(v bool)
SetProtected sets field value
func (*AppsAppIdGet200ResponseData) SetReleaseVersion ¶ added in v1.0.0
func (o *AppsAppIdGet200ResponseData) SetReleaseVersion(v string)
SetReleaseVersion sets field value
func (*AppsAppIdGet200ResponseData) SetShortlink ¶
func (o *AppsAppIdGet200ResponseData) SetShortlink(v string)
SetShortlink sets field value
func (*AppsAppIdGet200ResponseData) SetSynced ¶
func (o *AppsAppIdGet200ResponseData) SetSynced(v bool)
SetSynced sets field value
func (*AppsAppIdGet200ResponseData) SetUpdatedAt ¶ added in v1.0.0
func (o *AppsAppIdGet200ResponseData) SetUpdatedAt(v string)
SetUpdatedAt sets field value
func (AppsAppIdGet200ResponseData) ToMap ¶
func (o AppsAppIdGet200ResponseData) ToMap() (map[string]interface{}, error)
func (*AppsAppIdGet200ResponseData) UnmarshalJSON ¶
func (o *AppsAppIdGet200ResponseData) UnmarshalJSON(data []byte) (err error)
type AppsCloneAppPostRequest ¶ added in v1.0.0
type AppsCloneAppPostRequest struct {
// The app ID.
AppId string `json:"app_id"`
// The name of the new app
NewAppName string `json:"new_app_name"`
// The id of the folder
FolderId *string `json:"folder_id,omitempty"`
}
AppsCloneAppPostRequest struct for AppsCloneAppPostRequest
func NewAppsCloneAppPostRequest ¶ added in v1.0.0
func NewAppsCloneAppPostRequest(appId string, newAppName string) *AppsCloneAppPostRequest
NewAppsCloneAppPostRequest instantiates a new AppsCloneAppPostRequest object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewAppsCloneAppPostRequestWithDefaults ¶ added in v1.0.0
func NewAppsCloneAppPostRequestWithDefaults() *AppsCloneAppPostRequest
NewAppsCloneAppPostRequestWithDefaults instantiates a new AppsCloneAppPostRequest object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*AppsCloneAppPostRequest) GetAppId ¶ added in v1.0.0
func (o *AppsCloneAppPostRequest) GetAppId() string
GetAppId returns the AppId field value
func (*AppsCloneAppPostRequest) GetAppIdOk ¶ added in v1.0.0
func (o *AppsCloneAppPostRequest) GetAppIdOk() (*string, bool)
GetAppIdOk returns a tuple with the AppId field value and a boolean to check if the value has been set.
func (*AppsCloneAppPostRequest) GetFolderId ¶ added in v1.0.0
func (o *AppsCloneAppPostRequest) GetFolderId() string
GetFolderId returns the FolderId field value if set, zero value otherwise.
func (*AppsCloneAppPostRequest) GetFolderIdOk ¶ added in v1.0.0
func (o *AppsCloneAppPostRequest) GetFolderIdOk() (*string, bool)
GetFolderIdOk returns a tuple with the FolderId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AppsCloneAppPostRequest) GetNewAppName ¶ added in v1.0.0
func (o *AppsCloneAppPostRequest) GetNewAppName() string
GetNewAppName returns the NewAppName field value
func (*AppsCloneAppPostRequest) GetNewAppNameOk ¶ added in v1.0.0
func (o *AppsCloneAppPostRequest) GetNewAppNameOk() (*string, bool)
GetNewAppNameOk returns a tuple with the NewAppName field value and a boolean to check if the value has been set.
func (*AppsCloneAppPostRequest) HasFolderId ¶ added in v1.0.0
func (o *AppsCloneAppPostRequest) HasFolderId() bool
HasFolderId returns a boolean if a field has been set.
func (AppsCloneAppPostRequest) MarshalJSON ¶ added in v1.0.0
func (o AppsCloneAppPostRequest) MarshalJSON() ([]byte, error)
func (*AppsCloneAppPostRequest) SetAppId ¶ added in v1.0.0
func (o *AppsCloneAppPostRequest) SetAppId(v string)
SetAppId sets field value
func (*AppsCloneAppPostRequest) SetFolderId ¶ added in v1.0.0
func (o *AppsCloneAppPostRequest) SetFolderId(v string)
SetFolderId gets a reference to the given string and assigns it to the FolderId field.
func (*AppsCloneAppPostRequest) SetNewAppName ¶ added in v1.0.0
func (o *AppsCloneAppPostRequest) SetNewAppName(v string)
SetNewAppName sets field value
func (AppsCloneAppPostRequest) ToMap ¶ added in v1.0.0
func (o AppsCloneAppPostRequest) ToMap() (map[string]interface{}, error)
func (*AppsCloneAppPostRequest) UnmarshalJSON ¶ added in v1.0.0
func (o *AppsCloneAppPostRequest) UnmarshalJSON(data []byte) (err error)
type AppsGet200Response ¶
type AppsGet200Response struct {
// API request succeeded
Success bool `json:"success"`
// An array of requested items
Data []AppsAppIdGet200ResponseData `json:"data"`
// Total number of items in the response
TotalCount float32 `json:"total_count"`
// A token to retrieve the next page of items in the collection
NextToken NullableString `json:"next_token"`
// Whether there are more items in the collection
HasMore bool `json:"has_more"`
AdditionalProperties map[string]interface{}
}
AppsGet200Response A list of all apps in the organization
func NewAppsGet200Response ¶
func NewAppsGet200Response(success bool, data []AppsAppIdGet200ResponseData, totalCount float32, nextToken NullableString, hasMore bool) *AppsGet200Response
NewAppsGet200Response instantiates a new AppsGet200Response object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewAppsGet200ResponseWithDefaults ¶
func NewAppsGet200ResponseWithDefaults() *AppsGet200Response
NewAppsGet200ResponseWithDefaults instantiates a new AppsGet200Response object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*AppsGet200Response) GetData ¶
func (o *AppsGet200Response) GetData() []AppsAppIdGet200ResponseData
GetData returns the Data field value
func (*AppsGet200Response) GetDataOk ¶
func (o *AppsGet200Response) GetDataOk() ([]AppsAppIdGet200ResponseData, bool)
GetDataOk returns a tuple with the Data field value and a boolean to check if the value has been set.
func (*AppsGet200Response) GetHasMore ¶
func (o *AppsGet200Response) GetHasMore() bool
GetHasMore returns the HasMore field value
func (*AppsGet200Response) GetHasMoreOk ¶
func (o *AppsGet200Response) GetHasMoreOk() (*bool, bool)
GetHasMoreOk returns a tuple with the HasMore field value and a boolean to check if the value has been set.
func (*AppsGet200Response) GetNextToken ¶
func (o *AppsGet200Response) GetNextToken() string
GetNextToken returns the NextToken field value If the value is explicit nil, the zero value for string will be returned
func (*AppsGet200Response) GetNextTokenOk ¶
func (o *AppsGet200Response) GetNextTokenOk() (*string, bool)
GetNextTokenOk returns a tuple with the NextToken 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 (*AppsGet200Response) GetSuccess ¶
func (o *AppsGet200Response) GetSuccess() bool
GetSuccess returns the Success field value
func (*AppsGet200Response) GetSuccessOk ¶
func (o *AppsGet200Response) GetSuccessOk() (*bool, bool)
GetSuccessOk returns a tuple with the Success field value and a boolean to check if the value has been set.
func (*AppsGet200Response) GetTotalCount ¶
func (o *AppsGet200Response) GetTotalCount() float32
GetTotalCount returns the TotalCount field value
func (*AppsGet200Response) GetTotalCountOk ¶
func (o *AppsGet200Response) GetTotalCountOk() (*float32, bool)
GetTotalCountOk returns a tuple with the TotalCount field value and a boolean to check if the value has been set.
func (AppsGet200Response) MarshalJSON ¶
func (o AppsGet200Response) MarshalJSON() ([]byte, error)
func (*AppsGet200Response) SetData ¶
func (o *AppsGet200Response) SetData(v []AppsAppIdGet200ResponseData)
SetData sets field value
func (*AppsGet200Response) SetHasMore ¶
func (o *AppsGet200Response) SetHasMore(v bool)
SetHasMore sets field value
func (*AppsGet200Response) SetNextToken ¶
func (o *AppsGet200Response) SetNextToken(v string)
SetNextToken sets field value
func (*AppsGet200Response) SetSuccess ¶
func (o *AppsGet200Response) SetSuccess(v bool)
SetSuccess sets field value
func (*AppsGet200Response) SetTotalCount ¶
func (o *AppsGet200Response) SetTotalCount(v float32)
SetTotalCount sets field value
func (AppsGet200Response) ToMap ¶
func (o AppsGet200Response) ToMap() (map[string]interface{}, error)
func (*AppsGet200Response) UnmarshalJSON ¶
func (o *AppsGet200Response) UnmarshalJSON(data []byte) (err error)
type AzureRepos ¶ added in v1.0.0
type AzureRepos struct {
Config AzureReposConfig `json:"config"`
Provider string `json:"provider"`
// The user or organization to which the repository belongs to.
Org string `json:"org"`
// The name of the repository you created to use with Retool.
Repo string `json:"repo"`
// The default branch, e.g., main.
DefaultBranch string `json:"default_branch"`
// Repositories using Toolscript are 2.0.0. Repositories using legacy YAML are 1.0.0.
RepoVersion *string `json:"repo_version,omitempty"`
AdditionalProperties map[string]interface{}
}
AzureRepos struct for AzureRepos
func NewAzureRepos ¶ added in v1.0.0
func NewAzureRepos(config AzureReposConfig, provider string, org string, repo string, defaultBranch string) *AzureRepos
NewAzureRepos instantiates a new AzureRepos object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewAzureReposWithDefaults ¶ added in v1.0.0
func NewAzureReposWithDefaults() *AzureRepos
NewAzureReposWithDefaults instantiates a new AzureRepos object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*AzureRepos) GetConfig ¶ added in v1.0.0
func (o *AzureRepos) GetConfig() AzureReposConfig
GetConfig returns the Config field value
func (*AzureRepos) GetConfigOk ¶ added in v1.0.0
func (o *AzureRepos) GetConfigOk() (*AzureReposConfig, bool)
GetConfigOk returns a tuple with the Config field value and a boolean to check if the value has been set.
func (*AzureRepos) GetDefaultBranch ¶ added in v1.0.0
func (o *AzureRepos) GetDefaultBranch() string
GetDefaultBranch returns the DefaultBranch field value
func (*AzureRepos) GetDefaultBranchOk ¶ added in v1.0.0
func (o *AzureRepos) GetDefaultBranchOk() (*string, bool)
GetDefaultBranchOk returns a tuple with the DefaultBranch field value and a boolean to check if the value has been set.
func (*AzureRepos) GetOrg ¶ added in v1.0.0
func (o *AzureRepos) GetOrg() string
GetOrg returns the Org field value
func (*AzureRepos) GetOrgOk ¶ added in v1.0.0
func (o *AzureRepos) GetOrgOk() (*string, bool)
GetOrgOk returns a tuple with the Org field value and a boolean to check if the value has been set.
func (*AzureRepos) GetProvider ¶ added in v1.0.0
func (o *AzureRepos) GetProvider() string
GetProvider returns the Provider field value
func (*AzureRepos) GetProviderOk ¶ added in v1.0.0
func (o *AzureRepos) GetProviderOk() (*string, bool)
GetProviderOk returns a tuple with the Provider field value and a boolean to check if the value has been set.
func (*AzureRepos) GetRepo ¶ added in v1.0.0
func (o *AzureRepos) GetRepo() string
GetRepo returns the Repo field value
func (*AzureRepos) GetRepoOk ¶ added in v1.0.0
func (o *AzureRepos) GetRepoOk() (*string, bool)
GetRepoOk returns a tuple with the Repo field value and a boolean to check if the value has been set.
func (*AzureRepos) GetRepoVersion ¶ added in v1.0.0
func (o *AzureRepos) GetRepoVersion() string
GetRepoVersion returns the RepoVersion field value if set, zero value otherwise.
func (*AzureRepos) GetRepoVersionOk ¶ added in v1.0.0
func (o *AzureRepos) GetRepoVersionOk() (*string, bool)
GetRepoVersionOk returns a tuple with the RepoVersion field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AzureRepos) HasRepoVersion ¶ added in v1.0.0
func (o *AzureRepos) HasRepoVersion() bool
HasRepoVersion returns a boolean if a field has been set.
func (AzureRepos) MarshalJSON ¶ added in v1.0.0
func (o AzureRepos) MarshalJSON() ([]byte, error)
func (*AzureRepos) SetConfig ¶ added in v1.0.0
func (o *AzureRepos) SetConfig(v AzureReposConfig)
SetConfig sets field value
func (*AzureRepos) SetDefaultBranch ¶ added in v1.0.0
func (o *AzureRepos) SetDefaultBranch(v string)
SetDefaultBranch sets field value
func (*AzureRepos) SetOrg ¶ added in v1.0.0
func (o *AzureRepos) SetOrg(v string)
SetOrg sets field value
func (*AzureRepos) SetProvider ¶ added in v1.0.0
func (o *AzureRepos) SetProvider(v string)
SetProvider sets field value
func (*AzureRepos) SetRepo ¶ added in v1.0.0
func (o *AzureRepos) SetRepo(v string)
SetRepo sets field value
func (*AzureRepos) SetRepoVersion ¶ added in v1.0.0
func (o *AzureRepos) SetRepoVersion(v string)
SetRepoVersion gets a reference to the given string and assigns it to the RepoVersion field.
func (AzureRepos) ToMap ¶ added in v1.0.0
func (o AzureRepos) ToMap() (map[string]interface{}, error)
func (*AzureRepos) UnmarshalJSON ¶ added in v1.0.0
func (o *AzureRepos) UnmarshalJSON(data []byte) (err error)
type AzureReposConfig ¶ added in v1.0.0
type AzureReposConfig struct {
// Your base Azure URL. For Azure Cloud, this is always http://dev.azure.com. For Azure self-managed, this is the URL where your instance is hosted.
Url string `json:"url"`
// Your new or existing Azure DevOps project.
Project string `json:"project"`
// The Azure Repos username.
User string `json:"user"`
// The Azure project access tokens to authenticate to the Azure API.
PersonalAccessToken string `json:"personal_access_token"`
// Set this to true if you are using self-hosted Azure Repos.
UseBasicAuth bool `json:"use_basic_auth"`
}
AzureReposConfig struct for AzureReposConfig
func NewAzureReposConfig ¶ added in v1.0.0
func NewAzureReposConfig(url string, project string, user string, personalAccessToken string, useBasicAuth bool) *AzureReposConfig
NewAzureReposConfig instantiates a new AzureReposConfig object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewAzureReposConfigWithDefaults ¶ added in v1.0.0
func NewAzureReposConfigWithDefaults() *AzureReposConfig
NewAzureReposConfigWithDefaults instantiates a new AzureReposConfig object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*AzureReposConfig) GetPersonalAccessToken ¶ added in v1.0.0
func (o *AzureReposConfig) GetPersonalAccessToken() string
GetPersonalAccessToken returns the PersonalAccessToken field value
func (*AzureReposConfig) GetPersonalAccessTokenOk ¶ added in v1.0.0
func (o *AzureReposConfig) GetPersonalAccessTokenOk() (*string, bool)
GetPersonalAccessTokenOk returns a tuple with the PersonalAccessToken field value and a boolean to check if the value has been set.
func (*AzureReposConfig) GetProject ¶ added in v1.0.0
func (o *AzureReposConfig) GetProject() string
GetProject returns the Project field value
func (*AzureReposConfig) GetProjectOk ¶ added in v1.0.0
func (o *AzureReposConfig) GetProjectOk() (*string, bool)
GetProjectOk returns a tuple with the Project field value and a boolean to check if the value has been set.
func (*AzureReposConfig) GetUrl ¶ added in v1.0.0
func (o *AzureReposConfig) GetUrl() string
GetUrl returns the Url field value
func (*AzureReposConfig) GetUrlOk ¶ added in v1.0.0
func (o *AzureReposConfig) GetUrlOk() (*string, bool)
GetUrlOk returns a tuple with the Url field value and a boolean to check if the value has been set.
func (*AzureReposConfig) GetUseBasicAuth ¶ added in v1.0.0
func (o *AzureReposConfig) GetUseBasicAuth() bool
GetUseBasicAuth returns the UseBasicAuth field value
func (*AzureReposConfig) GetUseBasicAuthOk ¶ added in v1.0.0
func (o *AzureReposConfig) GetUseBasicAuthOk() (*bool, bool)
GetUseBasicAuthOk returns a tuple with the UseBasicAuth field value and a boolean to check if the value has been set.
func (*AzureReposConfig) GetUser ¶ added in v1.0.0
func (o *AzureReposConfig) GetUser() string
GetUser returns the User field value
func (*AzureReposConfig) GetUserOk ¶ added in v1.0.0
func (o *AzureReposConfig) GetUserOk() (*string, bool)
GetUserOk returns a tuple with the User field value and a boolean to check if the value has been set.
func (AzureReposConfig) MarshalJSON ¶ added in v1.0.0
func (o AzureReposConfig) MarshalJSON() ([]byte, error)
func (*AzureReposConfig) SetPersonalAccessToken ¶ added in v1.0.0
func (o *AzureReposConfig) SetPersonalAccessToken(v string)
SetPersonalAccessToken sets field value
func (*AzureReposConfig) SetProject ¶ added in v1.0.0
func (o *AzureReposConfig) SetProject(v string)
SetProject sets field value
func (*AzureReposConfig) SetUrl ¶ added in v1.0.0
func (o *AzureReposConfig) SetUrl(v string)
SetUrl sets field value
func (*AzureReposConfig) SetUseBasicAuth ¶ added in v1.0.0
func (o *AzureReposConfig) SetUseBasicAuth(v bool)
SetUseBasicAuth sets field value
func (*AzureReposConfig) SetUser ¶ added in v1.0.0
func (o *AzureReposConfig) SetUser(v string)
SetUser sets field value
func (AzureReposConfig) ToMap ¶ added in v1.0.0
func (o AzureReposConfig) ToMap() (map[string]interface{}, error)
func (*AzureReposConfig) UnmarshalJSON ¶ added in v1.0.0
func (o *AzureReposConfig) UnmarshalJSON(data []byte) (err error)
type BasicAuth ¶
type BasicAuth struct {
UserName string `json:"userName,omitempty"`
Password string `json:"password,omitempty"`
}
BasicAuth provides basic http authentication to a request passed via context using ContextBasicAuth
type Bitbucket ¶ added in v1.0.0
type Bitbucket struct {
Config BitbucketConfig `json:"config"`
Provider string `json:"provider"`
// The user or organization to which the repository belongs to.
Org string `json:"org"`
// The name of the repository you created to use with Retool.
Repo string `json:"repo"`
// The default branch, e.g., main.
DefaultBranch string `json:"default_branch"`
// Repositories using Toolscript are 2.0.0. Repositories using legacy YAML are 1.0.0.
RepoVersion *string `json:"repo_version,omitempty"`
AdditionalProperties map[string]interface{}
}
Bitbucket struct for Bitbucket
func NewBitbucket ¶ added in v1.0.0
func NewBitbucket(config BitbucketConfig, provider string, org string, repo string, defaultBranch string) *Bitbucket
NewBitbucket instantiates a new Bitbucket object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewBitbucketWithDefaults ¶ added in v1.0.0
func NewBitbucketWithDefaults() *Bitbucket
NewBitbucketWithDefaults instantiates a new Bitbucket object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*Bitbucket) GetConfig ¶ added in v1.0.0
func (o *Bitbucket) GetConfig() BitbucketConfig
GetConfig returns the Config field value
func (*Bitbucket) GetConfigOk ¶ added in v1.0.0
func (o *Bitbucket) GetConfigOk() (*BitbucketConfig, bool)
GetConfigOk returns a tuple with the Config field value and a boolean to check if the value has been set.
func (*Bitbucket) GetDefaultBranch ¶ added in v1.0.0
GetDefaultBranch returns the DefaultBranch field value
func (*Bitbucket) GetDefaultBranchOk ¶ added in v1.0.0
GetDefaultBranchOk returns a tuple with the DefaultBranch field value and a boolean to check if the value has been set.
func (*Bitbucket) GetOrgOk ¶ added in v1.0.0
GetOrgOk returns a tuple with the Org field value and a boolean to check if the value has been set.
func (*Bitbucket) GetProvider ¶ added in v1.0.0
GetProvider returns the Provider field value
func (*Bitbucket) GetProviderOk ¶ added in v1.0.0
GetProviderOk returns a tuple with the Provider field value and a boolean to check if the value has been set.
func (*Bitbucket) GetRepoOk ¶ added in v1.0.0
GetRepoOk returns a tuple with the Repo field value and a boolean to check if the value has been set.
func (*Bitbucket) GetRepoVersion ¶ added in v1.0.0
GetRepoVersion returns the RepoVersion field value if set, zero value otherwise.
func (*Bitbucket) GetRepoVersionOk ¶ added in v1.0.0
GetRepoVersionOk returns a tuple with the RepoVersion field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Bitbucket) HasRepoVersion ¶ added in v1.0.0
HasRepoVersion returns a boolean if a field has been set.
func (Bitbucket) MarshalJSON ¶ added in v1.0.0
func (*Bitbucket) SetConfig ¶ added in v1.0.0
func (o *Bitbucket) SetConfig(v BitbucketConfig)
SetConfig sets field value
func (*Bitbucket) SetDefaultBranch ¶ added in v1.0.0
SetDefaultBranch sets field value
func (*Bitbucket) SetProvider ¶ added in v1.0.0
SetProvider sets field value
func (*Bitbucket) SetRepoVersion ¶ added in v1.0.0
SetRepoVersion gets a reference to the given string and assigns it to the RepoVersion field.
func (*Bitbucket) UnmarshalJSON ¶ added in v1.0.0
type BitbucketConfig ¶ added in v1.0.0
type BitbucketConfig struct {
BitbucketConfigAnyOf *BitbucketConfigAnyOf
BitbucketConfigAnyOf1 *BitbucketConfigAnyOf1
}
BitbucketConfig struct for BitbucketConfig
func (BitbucketConfig) MarshalJSON ¶ added in v1.0.0
func (src BitbucketConfig) MarshalJSON() ([]byte, error)
Marshal data from the first non-nil pointers in the struct to JSON
func (*BitbucketConfig) UnmarshalJSON ¶ added in v1.0.0
func (dst *BitbucketConfig) UnmarshalJSON(data []byte) error
Unmarshal JSON data into any of the pointers in the struct
type BitbucketConfigAnyOf ¶ added in v1.0.0
type BitbucketConfigAnyOf struct {
Type *string `json:"type,omitempty"`
// Your Bitbucket username.
Username string `json:"username"`
// Your Bitbucket app password.
AppPassword string `json:"app_password"`
// The domain used to access your self-hosted Bitbucket instance. Defaults to https://bitbucket.org/.
Url *string `json:"url,omitempty"`
// The REST API route for your self-hosted Bitbucket instance. Defaults to https://api.bitbucket.org/2.0.
EnterpriseApiUrl *string `json:"enterprise_api_url,omitempty"`
}
BitbucketConfigAnyOf struct for BitbucketConfigAnyOf
func NewBitbucketConfigAnyOf ¶ added in v1.0.0
func NewBitbucketConfigAnyOf(username string, appPassword string) *BitbucketConfigAnyOf
NewBitbucketConfigAnyOf instantiates a new BitbucketConfigAnyOf object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewBitbucketConfigAnyOfWithDefaults ¶ added in v1.0.0
func NewBitbucketConfigAnyOfWithDefaults() *BitbucketConfigAnyOf
NewBitbucketConfigAnyOfWithDefaults instantiates a new BitbucketConfigAnyOf object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*BitbucketConfigAnyOf) GetAppPassword ¶ added in v1.0.0
func (o *BitbucketConfigAnyOf) GetAppPassword() string
GetAppPassword returns the AppPassword field value
func (*BitbucketConfigAnyOf) GetAppPasswordOk ¶ added in v1.0.0
func (o *BitbucketConfigAnyOf) GetAppPasswordOk() (*string, bool)
GetAppPasswordOk returns a tuple with the AppPassword field value and a boolean to check if the value has been set.
func (*BitbucketConfigAnyOf) GetEnterpriseApiUrl ¶ added in v1.0.0
func (o *BitbucketConfigAnyOf) GetEnterpriseApiUrl() string
GetEnterpriseApiUrl returns the EnterpriseApiUrl field value if set, zero value otherwise.
func (*BitbucketConfigAnyOf) GetEnterpriseApiUrlOk ¶ added in v1.0.0
func (o *BitbucketConfigAnyOf) GetEnterpriseApiUrlOk() (*string, bool)
GetEnterpriseApiUrlOk returns a tuple with the EnterpriseApiUrl field value if set, nil otherwise and a boolean to check if the value has been set.
func (*BitbucketConfigAnyOf) GetType ¶ added in v1.0.0
func (o *BitbucketConfigAnyOf) GetType() string
GetType returns the Type field value if set, zero value otherwise.
func (*BitbucketConfigAnyOf) GetTypeOk ¶ added in v1.0.0
func (o *BitbucketConfigAnyOf) 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 (*BitbucketConfigAnyOf) GetUrl ¶ added in v1.0.0
func (o *BitbucketConfigAnyOf) GetUrl() string
GetUrl returns the Url field value if set, zero value otherwise.
func (*BitbucketConfigAnyOf) GetUrlOk ¶ added in v1.0.0
func (o *BitbucketConfigAnyOf) 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 (*BitbucketConfigAnyOf) GetUsername ¶ added in v1.0.0
func (o *BitbucketConfigAnyOf) GetUsername() string
GetUsername returns the Username field value
func (*BitbucketConfigAnyOf) GetUsernameOk ¶ added in v1.0.0
func (o *BitbucketConfigAnyOf) GetUsernameOk() (*string, bool)
GetUsernameOk returns a tuple with the Username field value and a boolean to check if the value has been set.
func (*BitbucketConfigAnyOf) HasEnterpriseApiUrl ¶ added in v1.0.0
func (o *BitbucketConfigAnyOf) HasEnterpriseApiUrl() bool
HasEnterpriseApiUrl returns a boolean if a field has been set.
func (*BitbucketConfigAnyOf) HasType ¶ added in v1.0.0
func (o *BitbucketConfigAnyOf) HasType() bool
HasType returns a boolean if a field has been set.
func (*BitbucketConfigAnyOf) HasUrl ¶ added in v1.0.0
func (o *BitbucketConfigAnyOf) HasUrl() bool
HasUrl returns a boolean if a field has been set.
func (BitbucketConfigAnyOf) MarshalJSON ¶ added in v1.0.0
func (o BitbucketConfigAnyOf) MarshalJSON() ([]byte, error)
func (*BitbucketConfigAnyOf) SetAppPassword ¶ added in v1.0.0
func (o *BitbucketConfigAnyOf) SetAppPassword(v string)
SetAppPassword sets field value
func (*BitbucketConfigAnyOf) SetEnterpriseApiUrl ¶ added in v1.0.0
func (o *BitbucketConfigAnyOf) SetEnterpriseApiUrl(v string)
SetEnterpriseApiUrl gets a reference to the given string and assigns it to the EnterpriseApiUrl field.
func (*BitbucketConfigAnyOf) SetType ¶ added in v1.0.0
func (o *BitbucketConfigAnyOf) SetType(v string)
SetType gets a reference to the given string and assigns it to the Type field.
func (*BitbucketConfigAnyOf) SetUrl ¶ added in v1.0.0
func (o *BitbucketConfigAnyOf) SetUrl(v string)
SetUrl gets a reference to the given string and assigns it to the Url field.
func (*BitbucketConfigAnyOf) SetUsername ¶ added in v1.0.0
func (o *BitbucketConfigAnyOf) SetUsername(v string)
SetUsername sets field value
func (BitbucketConfigAnyOf) ToMap ¶ added in v1.0.0
func (o BitbucketConfigAnyOf) ToMap() (map[string]interface{}, error)
func (*BitbucketConfigAnyOf) UnmarshalJSON ¶ added in v1.0.0
func (o *BitbucketConfigAnyOf) UnmarshalJSON(data []byte) (err error)
type BitbucketConfigAnyOf1 ¶ added in v1.0.0
type BitbucketConfigAnyOf1 struct {
Type *string `json:"type,omitempty"`
// Your Bitbucket API token.
Token string `json:"token"`
// The domain used to access your self-hosted Bitbucket instance. Defaults to https://bitbucket.org/.
Url *string `json:"url,omitempty"`
// The REST API route for your self-hosted Bitbucket instance. Defaults to https://api.bitbucket.org/2.0.
EnterpriseApiUrl *string `json:"enterprise_api_url,omitempty"`
}
BitbucketConfigAnyOf1 struct for BitbucketConfigAnyOf1
func NewBitbucketConfigAnyOf1 ¶ added in v1.0.0
func NewBitbucketConfigAnyOf1(token string) *BitbucketConfigAnyOf1
NewBitbucketConfigAnyOf1 instantiates a new BitbucketConfigAnyOf1 object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewBitbucketConfigAnyOf1WithDefaults ¶ added in v1.0.0
func NewBitbucketConfigAnyOf1WithDefaults() *BitbucketConfigAnyOf1
NewBitbucketConfigAnyOf1WithDefaults instantiates a new BitbucketConfigAnyOf1 object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*BitbucketConfigAnyOf1) GetEnterpriseApiUrl ¶ added in v1.0.0
func (o *BitbucketConfigAnyOf1) GetEnterpriseApiUrl() string
GetEnterpriseApiUrl returns the EnterpriseApiUrl field value if set, zero value otherwise.
func (*BitbucketConfigAnyOf1) GetEnterpriseApiUrlOk ¶ added in v1.0.0
func (o *BitbucketConfigAnyOf1) GetEnterpriseApiUrlOk() (*string, bool)
GetEnterpriseApiUrlOk returns a tuple with the EnterpriseApiUrl field value if set, nil otherwise and a boolean to check if the value has been set.
func (*BitbucketConfigAnyOf1) GetToken ¶ added in v1.0.0
func (o *BitbucketConfigAnyOf1) GetToken() string
GetToken returns the Token field value
func (*BitbucketConfigAnyOf1) GetTokenOk ¶ added in v1.0.0
func (o *BitbucketConfigAnyOf1) GetTokenOk() (*string, bool)
GetTokenOk returns a tuple with the Token field value and a boolean to check if the value has been set.
func (*BitbucketConfigAnyOf1) GetType ¶ added in v1.0.0
func (o *BitbucketConfigAnyOf1) GetType() string
GetType returns the Type field value if set, zero value otherwise.
func (*BitbucketConfigAnyOf1) GetTypeOk ¶ added in v1.0.0
func (o *BitbucketConfigAnyOf1) 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 (*BitbucketConfigAnyOf1) GetUrl ¶ added in v1.0.0
func (o *BitbucketConfigAnyOf1) GetUrl() string
GetUrl returns the Url field value if set, zero value otherwise.
func (*BitbucketConfigAnyOf1) GetUrlOk ¶ added in v1.0.0
func (o *BitbucketConfigAnyOf1) 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 (*BitbucketConfigAnyOf1) HasEnterpriseApiUrl ¶ added in v1.0.0
func (o *BitbucketConfigAnyOf1) HasEnterpriseApiUrl() bool
HasEnterpriseApiUrl returns a boolean if a field has been set.
func (*BitbucketConfigAnyOf1) HasType ¶ added in v1.0.0
func (o *BitbucketConfigAnyOf1) HasType() bool
HasType returns a boolean if a field has been set.
func (*BitbucketConfigAnyOf1) HasUrl ¶ added in v1.0.0
func (o *BitbucketConfigAnyOf1) HasUrl() bool
HasUrl returns a boolean if a field has been set.
func (BitbucketConfigAnyOf1) MarshalJSON ¶ added in v1.0.0
func (o BitbucketConfigAnyOf1) MarshalJSON() ([]byte, error)
func (*BitbucketConfigAnyOf1) SetEnterpriseApiUrl ¶ added in v1.0.0
func (o *BitbucketConfigAnyOf1) SetEnterpriseApiUrl(v string)
SetEnterpriseApiUrl gets a reference to the given string and assigns it to the EnterpriseApiUrl field.
func (*BitbucketConfigAnyOf1) SetToken ¶ added in v1.0.0
func (o *BitbucketConfigAnyOf1) SetToken(v string)
SetToken sets field value
func (*BitbucketConfigAnyOf1) SetType ¶ added in v1.0.0
func (o *BitbucketConfigAnyOf1) SetType(v string)
SetType gets a reference to the given string and assigns it to the Type field.
func (*BitbucketConfigAnyOf1) SetUrl ¶ added in v1.0.0
func (o *BitbucketConfigAnyOf1) SetUrl(v string)
SetUrl gets a reference to the given string and assigns it to the Url field.
func (BitbucketConfigAnyOf1) ToMap ¶ added in v1.0.0
func (o BitbucketConfigAnyOf1) ToMap() (map[string]interface{}, error)
func (*BitbucketConfigAnyOf1) UnmarshalJSON ¶ added in v1.0.0
func (o *BitbucketConfigAnyOf1) UnmarshalJSON(data []byte) (err error)
type Configuration ¶
type Configuration struct {
Host string `json:"host,omitempty"`
Scheme string `json:"scheme,omitempty"`
DefaultHeader map[string]string `json:"defaultHeader,omitempty"`
UserAgent string `json:"userAgent,omitempty"`
Debug bool `json:"debug,omitempty"`
Servers ServerConfigurations
OperationServers map[string]ServerConfigurations
HTTPClient *http.Client
}
Configuration stores the configuration of the API client
func NewConfiguration ¶
func NewConfiguration() *Configuration
NewConfiguration returns a new Configuration object
func (*Configuration) AddDefaultHeader ¶
func (c *Configuration) AddDefaultHeader(key string, value string)
AddDefaultHeader adds a new HTTP header to the default header in the request
func (*Configuration) ServerURLWithContext ¶
ServerURLWithContext returns a new server URL given an endpoint
type ConfigurationVariable ¶
type ConfigurationVariable struct {
// The ID of the configuration variable
Id string `json:"id"`
// The name of the configuration variable
Name string `json:"name"`
// The description of the configuration variable
Description *string `json:"description,omitempty"`
// Whether the configuration variable is a secret
Secret bool `json:"secret"`
Values []ConfigurationVariablesGet200ResponseDataInnerValuesInner `json:"values"`
AdditionalProperties map[string]interface{}
}
ConfigurationVariable struct for ConfigurationVariable
func NewConfigurationVariable ¶
func NewConfigurationVariable(id string, name string, secret bool, values []ConfigurationVariablesGet200ResponseDataInnerValuesInner) *ConfigurationVariable
NewConfigurationVariable instantiates a new ConfigurationVariable object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewConfigurationVariableWithDefaults ¶
func NewConfigurationVariableWithDefaults() *ConfigurationVariable
NewConfigurationVariableWithDefaults instantiates a new ConfigurationVariable object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*ConfigurationVariable) GetDescription ¶
func (o *ConfigurationVariable) GetDescription() string
GetDescription returns the Description field value if set, zero value otherwise.
func (*ConfigurationVariable) GetDescriptionOk ¶
func (o *ConfigurationVariable) 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 (*ConfigurationVariable) GetId ¶
func (o *ConfigurationVariable) GetId() string
GetId returns the Id field value
func (*ConfigurationVariable) GetIdOk ¶
func (o *ConfigurationVariable) GetIdOk() (*string, bool)
GetIdOk returns a tuple with the Id field value and a boolean to check if the value has been set.
func (*ConfigurationVariable) GetName ¶
func (o *ConfigurationVariable) GetName() string
GetName returns the Name field value
func (*ConfigurationVariable) GetNameOk ¶
func (o *ConfigurationVariable) GetNameOk() (*string, bool)
GetNameOk returns a tuple with the Name field value and a boolean to check if the value has been set.
func (*ConfigurationVariable) GetSecret ¶
func (o *ConfigurationVariable) GetSecret() bool
GetSecret returns the Secret field value
func (*ConfigurationVariable) GetSecretOk ¶
func (o *ConfigurationVariable) GetSecretOk() (*bool, bool)
GetSecretOk returns a tuple with the Secret field value and a boolean to check if the value has been set.
func (*ConfigurationVariable) GetValues ¶
func (o *ConfigurationVariable) GetValues() []ConfigurationVariablesGet200ResponseDataInnerValuesInner
GetValues returns the Values field value
func (*ConfigurationVariable) GetValuesOk ¶
func (o *ConfigurationVariable) GetValuesOk() ([]ConfigurationVariablesGet200ResponseDataInnerValuesInner, bool)
GetValuesOk returns a tuple with the Values field value and a boolean to check if the value has been set.
func (*ConfigurationVariable) HasDescription ¶
func (o *ConfigurationVariable) HasDescription() bool
HasDescription returns a boolean if a field has been set.
func (ConfigurationVariable) MarshalJSON ¶
func (o ConfigurationVariable) MarshalJSON() ([]byte, error)
func (*ConfigurationVariable) SetDescription ¶
func (o *ConfigurationVariable) SetDescription(v string)
SetDescription gets a reference to the given string and assigns it to the Description field.
func (*ConfigurationVariable) SetId ¶
func (o *ConfigurationVariable) SetId(v string)
SetId sets field value
func (*ConfigurationVariable) SetName ¶
func (o *ConfigurationVariable) SetName(v string)
SetName sets field value
func (*ConfigurationVariable) SetSecret ¶
func (o *ConfigurationVariable) SetSecret(v bool)
SetSecret sets field value
func (*ConfigurationVariable) SetValues ¶
func (o *ConfigurationVariable) SetValues(v []ConfigurationVariablesGet200ResponseDataInnerValuesInner)
SetValues sets field value
func (ConfigurationVariable) ToMap ¶
func (o ConfigurationVariable) ToMap() (map[string]interface{}, error)
func (*ConfigurationVariable) UnmarshalJSON ¶
func (o *ConfigurationVariable) UnmarshalJSON(data []byte) (err error)
type ConfigurationVariablesAPIService ¶
type ConfigurationVariablesAPIService service
ConfigurationVariablesAPIService ConfigurationVariablesAPI service
func (*ConfigurationVariablesAPIService) ConfigurationVariablesGet ¶
func (a *ConfigurationVariablesAPIService) ConfigurationVariablesGet(ctx context.Context) ApiConfigurationVariablesGetRequest
ConfigurationVariablesGet List configuration variables and their values
Available for orgs with configuration variables enabled on Retool Version 3.42+. The API token must have the "Configuration Variables > Read" scope.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return ApiConfigurationVariablesGetRequest
func (*ConfigurationVariablesAPIService) ConfigurationVariablesGetExecute ¶
func (a *ConfigurationVariablesAPIService) ConfigurationVariablesGetExecute(r ApiConfigurationVariablesGetRequest) (*ConfigurationVariablesGet200Response, *http.Response, error)
Execute executes the request
@return ConfigurationVariablesGet200Response
func (*ConfigurationVariablesAPIService) ConfigurationVariablesIdDelete ¶
func (a *ConfigurationVariablesAPIService) ConfigurationVariablesIdDelete(ctx context.Context, id string) ApiConfigurationVariablesIdDeleteRequest
ConfigurationVariablesIdDelete Delete configuration variable
Deletes a configuration variable and its values. Available for orgs with configuration variables enabled on Retool Version 3.42+. The API token must have the "Configuration Variables > Write" scope.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param id The ID of the configuration variable @return ApiConfigurationVariablesIdDeleteRequest
func (*ConfigurationVariablesAPIService) ConfigurationVariablesIdDeleteExecute ¶
func (a *ConfigurationVariablesAPIService) ConfigurationVariablesIdDeleteExecute(r ApiConfigurationVariablesIdDeleteRequest) (*http.Response, error)
Execute executes the request
func (*ConfigurationVariablesAPIService) ConfigurationVariablesIdGet ¶
func (a *ConfigurationVariablesAPIService) ConfigurationVariablesIdGet(ctx context.Context, id string) ApiConfigurationVariablesIdGetRequest
ConfigurationVariablesIdGet Retreive a single configuration variable and its values
Available for orgs with configuration variables enabled on Retool Version 3.42+. The API token must have the "Configuration Variables > Read" scope.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param id The ID of the configuration variable @return ApiConfigurationVariablesIdGetRequest
func (*ConfigurationVariablesAPIService) ConfigurationVariablesIdGetExecute ¶
func (a *ConfigurationVariablesAPIService) ConfigurationVariablesIdGetExecute(r ApiConfigurationVariablesIdGetRequest) (*ConfigurationVariablesPost200Response, *http.Response, error)
Execute executes the request
@return ConfigurationVariablesPost200Response
func (*ConfigurationVariablesAPIService) ConfigurationVariablesIdPut ¶
func (a *ConfigurationVariablesAPIService) ConfigurationVariablesIdPut(ctx context.Context, id string) ApiConfigurationVariablesIdPutRequest
ConfigurationVariablesIdPut Update a configuration variable
Update a configuration variable and its values. Available for orgs with configuration variables enabled on Retool Version 3.42+. The API token must have the "Configuration Variables > Write" scope.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param id The ID of the configuration variable @return ApiConfigurationVariablesIdPutRequest
func (*ConfigurationVariablesAPIService) ConfigurationVariablesIdPutExecute ¶
func (a *ConfigurationVariablesAPIService) ConfigurationVariablesIdPutExecute(r ApiConfigurationVariablesIdPutRequest) (*ConfigurationVariablesPost200Response, *http.Response, error)
Execute executes the request
@return ConfigurationVariablesPost200Response
func (*ConfigurationVariablesAPIService) ConfigurationVariablesPost ¶
func (a *ConfigurationVariablesAPIService) ConfigurationVariablesPost(ctx context.Context) ApiConfigurationVariablesPostRequest
ConfigurationVariablesPost Create a configuration variable
Available for orgs with configuration variables enabled on Retool Version 3.42+. The API token must have the "Configuration Variables > Write" scope.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return ApiConfigurationVariablesPostRequest
func (*ConfigurationVariablesAPIService) ConfigurationVariablesPostExecute ¶
func (a *ConfigurationVariablesAPIService) ConfigurationVariablesPostExecute(r ApiConfigurationVariablesPostRequest) (*ConfigurationVariablesPost200Response, *http.Response, error)
Execute executes the request
@return ConfigurationVariablesPost200Response
type ConfigurationVariablesGet200Response ¶
type ConfigurationVariablesGet200Response struct {
// API request succeeded
Success bool `json:"success"`
// An array of requested items
Data []ConfigurationVariablesGet200ResponseDataInner `json:"data"`
// Total number of items in the response
TotalCount float32 `json:"total_count"`
// A token to retrieve the next page of items in the collection
NextToken NullableString `json:"next_token"`
// Whether there are more items in the collection
HasMore bool `json:"has_more"`
AdditionalProperties map[string]interface{}
}
ConfigurationVariablesGet200Response struct for ConfigurationVariablesGet200Response
func NewConfigurationVariablesGet200Response ¶
func NewConfigurationVariablesGet200Response(success bool, data []ConfigurationVariablesGet200ResponseDataInner, totalCount float32, nextToken NullableString, hasMore bool) *ConfigurationVariablesGet200Response
NewConfigurationVariablesGet200Response instantiates a new ConfigurationVariablesGet200Response object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewConfigurationVariablesGet200ResponseWithDefaults ¶
func NewConfigurationVariablesGet200ResponseWithDefaults() *ConfigurationVariablesGet200Response
NewConfigurationVariablesGet200ResponseWithDefaults instantiates a new ConfigurationVariablesGet200Response object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*ConfigurationVariablesGet200Response) GetData ¶
func (o *ConfigurationVariablesGet200Response) GetData() []ConfigurationVariablesGet200ResponseDataInner
GetData returns the Data field value
func (*ConfigurationVariablesGet200Response) GetDataOk ¶
func (o *ConfigurationVariablesGet200Response) GetDataOk() ([]ConfigurationVariablesGet200ResponseDataInner, bool)
GetDataOk returns a tuple with the Data field value and a boolean to check if the value has been set.
func (*ConfigurationVariablesGet200Response) GetHasMore ¶
func (o *ConfigurationVariablesGet200Response) GetHasMore() bool
GetHasMore returns the HasMore field value
func (*ConfigurationVariablesGet200Response) GetHasMoreOk ¶
func (o *ConfigurationVariablesGet200Response) GetHasMoreOk() (*bool, bool)
GetHasMoreOk returns a tuple with the HasMore field value and a boolean to check if the value has been set.
func (*ConfigurationVariablesGet200Response) GetNextToken ¶
func (o *ConfigurationVariablesGet200Response) GetNextToken() string
GetNextToken returns the NextToken field value If the value is explicit nil, the zero value for string will be returned
func (*ConfigurationVariablesGet200Response) GetNextTokenOk ¶
func (o *ConfigurationVariablesGet200Response) GetNextTokenOk() (*string, bool)
GetNextTokenOk returns a tuple with the NextToken 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 (*ConfigurationVariablesGet200Response) GetSuccess ¶
func (o *ConfigurationVariablesGet200Response) GetSuccess() bool
GetSuccess returns the Success field value
func (*ConfigurationVariablesGet200Response) GetSuccessOk ¶
func (o *ConfigurationVariablesGet200Response) GetSuccessOk() (*bool, bool)
GetSuccessOk returns a tuple with the Success field value and a boolean to check if the value has been set.
func (*ConfigurationVariablesGet200Response) GetTotalCount ¶
func (o *ConfigurationVariablesGet200Response) GetTotalCount() float32
GetTotalCount returns the TotalCount field value
func (*ConfigurationVariablesGet200Response) GetTotalCountOk ¶
func (o *ConfigurationVariablesGet200Response) GetTotalCountOk() (*float32, bool)
GetTotalCountOk returns a tuple with the TotalCount field value and a boolean to check if the value has been set.
func (ConfigurationVariablesGet200Response) MarshalJSON ¶
func (o ConfigurationVariablesGet200Response) MarshalJSON() ([]byte, error)
func (*ConfigurationVariablesGet200Response) SetData ¶
func (o *ConfigurationVariablesGet200Response) SetData(v []ConfigurationVariablesGet200ResponseDataInner)
SetData sets field value
func (*ConfigurationVariablesGet200Response) SetHasMore ¶
func (o *ConfigurationVariablesGet200Response) SetHasMore(v bool)
SetHasMore sets field value
func (*ConfigurationVariablesGet200Response) SetNextToken ¶
func (o *ConfigurationVariablesGet200Response) SetNextToken(v string)
SetNextToken sets field value
func (*ConfigurationVariablesGet200Response) SetSuccess ¶
func (o *ConfigurationVariablesGet200Response) SetSuccess(v bool)
SetSuccess sets field value
func (*ConfigurationVariablesGet200Response) SetTotalCount ¶
func (o *ConfigurationVariablesGet200Response) SetTotalCount(v float32)
SetTotalCount sets field value
func (ConfigurationVariablesGet200Response) ToMap ¶
func (o ConfigurationVariablesGet200Response) ToMap() (map[string]interface{}, error)
func (*ConfigurationVariablesGet200Response) UnmarshalJSON ¶
func (o *ConfigurationVariablesGet200Response) UnmarshalJSON(data []byte) (err error)
type ConfigurationVariablesGet200ResponseDataInner ¶
type ConfigurationVariablesGet200ResponseDataInner struct {
// The ID of the configuration variable
Id string `json:"id"`
// The name of the configuration variable
Name string `json:"name"`
// The description of the configuration variable
Description *string `json:"description,omitempty"`
// Whether the configuration variable is a secret
Secret bool `json:"secret"`
Values []ConfigurationVariablesGet200ResponseDataInnerValuesInner `json:"values"`
AdditionalProperties map[string]interface{}
}
ConfigurationVariablesGet200ResponseDataInner struct for ConfigurationVariablesGet200ResponseDataInner
func NewConfigurationVariablesGet200ResponseDataInner ¶
func NewConfigurationVariablesGet200ResponseDataInner(id string, name string, secret bool, values []ConfigurationVariablesGet200ResponseDataInnerValuesInner) *ConfigurationVariablesGet200ResponseDataInner
NewConfigurationVariablesGet200ResponseDataInner instantiates a new ConfigurationVariablesGet200ResponseDataInner object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewConfigurationVariablesGet200ResponseDataInnerWithDefaults ¶
func NewConfigurationVariablesGet200ResponseDataInnerWithDefaults() *ConfigurationVariablesGet200ResponseDataInner
NewConfigurationVariablesGet200ResponseDataInnerWithDefaults instantiates a new ConfigurationVariablesGet200ResponseDataInner object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*ConfigurationVariablesGet200ResponseDataInner) GetDescription ¶
func (o *ConfigurationVariablesGet200ResponseDataInner) GetDescription() string
GetDescription returns the Description field value if set, zero value otherwise.
func (*ConfigurationVariablesGet200ResponseDataInner) GetDescriptionOk ¶
func (o *ConfigurationVariablesGet200ResponseDataInner) 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 (*ConfigurationVariablesGet200ResponseDataInner) GetId ¶
func (o *ConfigurationVariablesGet200ResponseDataInner) GetId() string
GetId returns the Id field value
func (*ConfigurationVariablesGet200ResponseDataInner) GetIdOk ¶
func (o *ConfigurationVariablesGet200ResponseDataInner) GetIdOk() (*string, bool)
GetIdOk returns a tuple with the Id field value and a boolean to check if the value has been set.
func (*ConfigurationVariablesGet200ResponseDataInner) GetName ¶
func (o *ConfigurationVariablesGet200ResponseDataInner) GetName() string
GetName returns the Name field value
func (*ConfigurationVariablesGet200ResponseDataInner) GetNameOk ¶
func (o *ConfigurationVariablesGet200ResponseDataInner) GetNameOk() (*string, bool)
GetNameOk returns a tuple with the Name field value and a boolean to check if the value has been set.
func (*ConfigurationVariablesGet200ResponseDataInner) GetSecret ¶
func (o *ConfigurationVariablesGet200ResponseDataInner) GetSecret() bool
GetSecret returns the Secret field value
func (*ConfigurationVariablesGet200ResponseDataInner) GetSecretOk ¶
func (o *ConfigurationVariablesGet200ResponseDataInner) GetSecretOk() (*bool, bool)
GetSecretOk returns a tuple with the Secret field value and a boolean to check if the value has been set.
func (*ConfigurationVariablesGet200ResponseDataInner) GetValues ¶
func (o *ConfigurationVariablesGet200ResponseDataInner) GetValues() []ConfigurationVariablesGet200ResponseDataInnerValuesInner
GetValues returns the Values field value
func (*ConfigurationVariablesGet200ResponseDataInner) GetValuesOk ¶
func (o *ConfigurationVariablesGet200ResponseDataInner) GetValuesOk() ([]ConfigurationVariablesGet200ResponseDataInnerValuesInner, bool)
GetValuesOk returns a tuple with the Values field value and a boolean to check if the value has been set.
func (*ConfigurationVariablesGet200ResponseDataInner) HasDescription ¶
func (o *ConfigurationVariablesGet200ResponseDataInner) HasDescription() bool
HasDescription returns a boolean if a field has been set.
func (ConfigurationVariablesGet200ResponseDataInner) MarshalJSON ¶
func (o ConfigurationVariablesGet200ResponseDataInner) MarshalJSON() ([]byte, error)
func (*ConfigurationVariablesGet200ResponseDataInner) SetDescription ¶
func (o *ConfigurationVariablesGet200ResponseDataInner) SetDescription(v string)
SetDescription gets a reference to the given string and assigns it to the Description field.
func (*ConfigurationVariablesGet200ResponseDataInner) SetId ¶
func (o *ConfigurationVariablesGet200ResponseDataInner) SetId(v string)
SetId sets field value
func (*ConfigurationVariablesGet200ResponseDataInner) SetName ¶
func (o *ConfigurationVariablesGet200ResponseDataInner) SetName(v string)
SetName sets field value
func (*ConfigurationVariablesGet200ResponseDataInner) SetSecret ¶
func (o *ConfigurationVariablesGet200ResponseDataInner) SetSecret(v bool)
SetSecret sets field value
func (*ConfigurationVariablesGet200ResponseDataInner) SetValues ¶
func (o *ConfigurationVariablesGet200ResponseDataInner) SetValues(v []ConfigurationVariablesGet200ResponseDataInnerValuesInner)
SetValues sets field value
func (ConfigurationVariablesGet200ResponseDataInner) ToMap ¶
func (o ConfigurationVariablesGet200ResponseDataInner) ToMap() (map[string]interface{}, error)
func (*ConfigurationVariablesGet200ResponseDataInner) UnmarshalJSON ¶
func (o *ConfigurationVariablesGet200ResponseDataInner) UnmarshalJSON(data []byte) (err error)
type ConfigurationVariablesGet200ResponseDataInnerValuesInner ¶
type ConfigurationVariablesGet200ResponseDataInnerValuesInner struct {
// The ID of the environment
EnvironmentId string `json:"environment_id"`
// The value of the configuration variable
Value string `json:"value"`
AdditionalProperties map[string]interface{}
}
ConfigurationVariablesGet200ResponseDataInnerValuesInner struct for ConfigurationVariablesGet200ResponseDataInnerValuesInner
func NewConfigurationVariablesGet200ResponseDataInnerValuesInner ¶
func NewConfigurationVariablesGet200ResponseDataInnerValuesInner(environmentId string, value string) *ConfigurationVariablesGet200ResponseDataInnerValuesInner
NewConfigurationVariablesGet200ResponseDataInnerValuesInner instantiates a new ConfigurationVariablesGet200ResponseDataInnerValuesInner object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewConfigurationVariablesGet200ResponseDataInnerValuesInnerWithDefaults ¶
func NewConfigurationVariablesGet200ResponseDataInnerValuesInnerWithDefaults() *ConfigurationVariablesGet200ResponseDataInnerValuesInner
NewConfigurationVariablesGet200ResponseDataInnerValuesInnerWithDefaults instantiates a new ConfigurationVariablesGet200ResponseDataInnerValuesInner object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*ConfigurationVariablesGet200ResponseDataInnerValuesInner) GetEnvironmentId ¶
func (o *ConfigurationVariablesGet200ResponseDataInnerValuesInner) GetEnvironmentId() string
GetEnvironmentId returns the EnvironmentId field value
func (*ConfigurationVariablesGet200ResponseDataInnerValuesInner) GetEnvironmentIdOk ¶
func (o *ConfigurationVariablesGet200ResponseDataInnerValuesInner) GetEnvironmentIdOk() (*string, bool)
GetEnvironmentIdOk returns a tuple with the EnvironmentId field value and a boolean to check if the value has been set.
func (*ConfigurationVariablesGet200ResponseDataInnerValuesInner) GetValue ¶
func (o *ConfigurationVariablesGet200ResponseDataInnerValuesInner) GetValue() string
GetValue returns the Value field value
func (*ConfigurationVariablesGet200ResponseDataInnerValuesInner) GetValueOk ¶
func (o *ConfigurationVariablesGet200ResponseDataInnerValuesInner) GetValueOk() (*string, bool)
GetValueOk returns a tuple with the Value field value and a boolean to check if the value has been set.
func (ConfigurationVariablesGet200ResponseDataInnerValuesInner) MarshalJSON ¶
func (o ConfigurationVariablesGet200ResponseDataInnerValuesInner) MarshalJSON() ([]byte, error)
func (*ConfigurationVariablesGet200ResponseDataInnerValuesInner) SetEnvironmentId ¶
func (o *ConfigurationVariablesGet200ResponseDataInnerValuesInner) SetEnvironmentId(v string)
SetEnvironmentId sets field value
func (*ConfigurationVariablesGet200ResponseDataInnerValuesInner) SetValue ¶
func (o *ConfigurationVariablesGet200ResponseDataInnerValuesInner) SetValue(v string)
SetValue sets field value
func (ConfigurationVariablesGet200ResponseDataInnerValuesInner) ToMap ¶
func (o ConfigurationVariablesGet200ResponseDataInnerValuesInner) ToMap() (map[string]interface{}, error)
func (*ConfigurationVariablesGet200ResponseDataInnerValuesInner) UnmarshalJSON ¶
func (o *ConfigurationVariablesGet200ResponseDataInnerValuesInner) UnmarshalJSON(data []byte) (err error)
type ConfigurationVariablesPost200Response ¶
type ConfigurationVariablesPost200Response struct {
// API request succeeded
Success bool `json:"success"`
Data ConfigurationVariablesGet200ResponseDataInner `json:"data"`
AdditionalProperties map[string]interface{}
}
ConfigurationVariablesPost200Response struct for ConfigurationVariablesPost200Response
func NewConfigurationVariablesPost200Response ¶
func NewConfigurationVariablesPost200Response(success bool, data ConfigurationVariablesGet200ResponseDataInner) *ConfigurationVariablesPost200Response
NewConfigurationVariablesPost200Response instantiates a new ConfigurationVariablesPost200Response object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewConfigurationVariablesPost200ResponseWithDefaults ¶
func NewConfigurationVariablesPost200ResponseWithDefaults() *ConfigurationVariablesPost200Response
NewConfigurationVariablesPost200ResponseWithDefaults instantiates a new ConfigurationVariablesPost200Response object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*ConfigurationVariablesPost200Response) GetData ¶
func (o *ConfigurationVariablesPost200Response) GetData() ConfigurationVariablesGet200ResponseDataInner
GetData returns the Data field value
func (*ConfigurationVariablesPost200Response) GetDataOk ¶
func (o *ConfigurationVariablesPost200Response) GetDataOk() (*ConfigurationVariablesGet200ResponseDataInner, bool)
GetDataOk returns a tuple with the Data field value and a boolean to check if the value has been set.
func (*ConfigurationVariablesPost200Response) GetSuccess ¶
func (o *ConfigurationVariablesPost200Response) GetSuccess() bool
GetSuccess returns the Success field value
func (*ConfigurationVariablesPost200Response) GetSuccessOk ¶
func (o *ConfigurationVariablesPost200Response) GetSuccessOk() (*bool, bool)
GetSuccessOk returns a tuple with the Success field value and a boolean to check if the value has been set.
func (ConfigurationVariablesPost200Response) MarshalJSON ¶
func (o ConfigurationVariablesPost200Response) MarshalJSON() ([]byte, error)
func (*ConfigurationVariablesPost200Response) SetData ¶
func (o *ConfigurationVariablesPost200Response) SetData(v ConfigurationVariablesGet200ResponseDataInner)
SetData sets field value
func (*ConfigurationVariablesPost200Response) SetSuccess ¶
func (o *ConfigurationVariablesPost200Response) SetSuccess(v bool)
SetSuccess sets field value
func (ConfigurationVariablesPost200Response) ToMap ¶
func (o ConfigurationVariablesPost200Response) ToMap() (map[string]interface{}, error)
func (*ConfigurationVariablesPost200Response) UnmarshalJSON ¶
func (o *ConfigurationVariablesPost200Response) UnmarshalJSON(data []byte) (err error)
type ConfigurationVariablesPostRequest ¶
type ConfigurationVariablesPostRequest struct {
// The name of the configuration variable
Name string `json:"name"`
// The description of the configuration variable
Description *string `json:"description,omitempty"`
// Whether the configuration variable is a secret
Secret bool `json:"secret"`
Values []ConfigurationVariablesGet200ResponseDataInnerValuesInner `json:"values"`
AdditionalProperties map[string]interface{}
}
ConfigurationVariablesPostRequest struct for ConfigurationVariablesPostRequest
func NewConfigurationVariablesPostRequest ¶
func NewConfigurationVariablesPostRequest(name string, secret bool, values []ConfigurationVariablesGet200ResponseDataInnerValuesInner) *ConfigurationVariablesPostRequest
NewConfigurationVariablesPostRequest instantiates a new ConfigurationVariablesPostRequest object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewConfigurationVariablesPostRequestWithDefaults ¶
func NewConfigurationVariablesPostRequestWithDefaults() *ConfigurationVariablesPostRequest
NewConfigurationVariablesPostRequestWithDefaults instantiates a new ConfigurationVariablesPostRequest object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*ConfigurationVariablesPostRequest) GetDescription ¶
func (o *ConfigurationVariablesPostRequest) GetDescription() string
GetDescription returns the Description field value if set, zero value otherwise.
func (*ConfigurationVariablesPostRequest) GetDescriptionOk ¶
func (o *ConfigurationVariablesPostRequest) 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 (*ConfigurationVariablesPostRequest) GetName ¶
func (o *ConfigurationVariablesPostRequest) GetName() string
GetName returns the Name field value
func (*ConfigurationVariablesPostRequest) GetNameOk ¶
func (o *ConfigurationVariablesPostRequest) GetNameOk() (*string, bool)
GetNameOk returns a tuple with the Name field value and a boolean to check if the value has been set.
func (*ConfigurationVariablesPostRequest) GetSecret ¶
func (o *ConfigurationVariablesPostRequest) GetSecret() bool
GetSecret returns the Secret field value
func (*ConfigurationVariablesPostRequest) GetSecretOk ¶
func (o *ConfigurationVariablesPostRequest) GetSecretOk() (*bool, bool)
GetSecretOk returns a tuple with the Secret field value and a boolean to check if the value has been set.
func (*ConfigurationVariablesPostRequest) GetValues ¶
func (o *ConfigurationVariablesPostRequest) GetValues() []ConfigurationVariablesGet200ResponseDataInnerValuesInner
GetValues returns the Values field value
func (*ConfigurationVariablesPostRequest) GetValuesOk ¶
func (o *ConfigurationVariablesPostRequest) GetValuesOk() ([]ConfigurationVariablesGet200ResponseDataInnerValuesInner, bool)
GetValuesOk returns a tuple with the Values field value and a boolean to check if the value has been set.
func (*ConfigurationVariablesPostRequest) HasDescription ¶
func (o *ConfigurationVariablesPostRequest) HasDescription() bool
HasDescription returns a boolean if a field has been set.
func (ConfigurationVariablesPostRequest) MarshalJSON ¶
func (o ConfigurationVariablesPostRequest) MarshalJSON() ([]byte, error)
func (*ConfigurationVariablesPostRequest) SetDescription ¶
func (o *ConfigurationVariablesPostRequest) SetDescription(v string)
SetDescription gets a reference to the given string and assigns it to the Description field.
func (*ConfigurationVariablesPostRequest) SetName ¶
func (o *ConfigurationVariablesPostRequest) SetName(v string)
SetName sets field value
func (*ConfigurationVariablesPostRequest) SetSecret ¶
func (o *ConfigurationVariablesPostRequest) SetSecret(v bool)
SetSecret sets field value
func (*ConfigurationVariablesPostRequest) SetValues ¶
func (o *ConfigurationVariablesPostRequest) SetValues(v []ConfigurationVariablesGet200ResponseDataInnerValuesInner)
SetValues sets field value
func (ConfigurationVariablesPostRequest) ToMap ¶
func (o ConfigurationVariablesPostRequest) ToMap() (map[string]interface{}, error)
func (*ConfigurationVariablesPostRequest) UnmarshalJSON ¶
func (o *ConfigurationVariablesPostRequest) UnmarshalJSON(data []byte) (err error)
type CopyOperation ¶ added in v1.0.0
type CopyOperation struct {
Op string `json:"op"`
Path string `json:"path"`
From string `json:"from"`
AdditionalProperties map[string]interface{}
}
CopyOperation struct for CopyOperation
func NewCopyOperation ¶ added in v1.0.0
func NewCopyOperation(op string, path string, from string) *CopyOperation
NewCopyOperation instantiates a new CopyOperation object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewCopyOperationWithDefaults ¶ added in v1.0.0
func NewCopyOperationWithDefaults() *CopyOperation
NewCopyOperationWithDefaults instantiates a new CopyOperation object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*CopyOperation) GetFrom ¶ added in v1.0.0
func (o *CopyOperation) GetFrom() string
GetFrom returns the From field value
func (*CopyOperation) GetFromOk ¶ added in v1.0.0
func (o *CopyOperation) GetFromOk() (*string, bool)
GetFromOk returns a tuple with the From field value and a boolean to check if the value has been set.
func (*CopyOperation) GetOp ¶ added in v1.0.0
func (o *CopyOperation) GetOp() string
GetOp returns the Op field value
func (*CopyOperation) GetOpOk ¶ added in v1.0.0
func (o *CopyOperation) GetOpOk() (*string, bool)
GetOpOk returns a tuple with the Op field value and a boolean to check if the value has been set.
func (*CopyOperation) GetPath ¶ added in v1.0.0
func (o *CopyOperation) GetPath() string
GetPath returns the Path field value
func (*CopyOperation) GetPathOk ¶ added in v1.0.0
func (o *CopyOperation) GetPathOk() (*string, bool)
GetPathOk returns a tuple with the Path field value and a boolean to check if the value has been set.
func (CopyOperation) MarshalJSON ¶ added in v1.0.0
func (o CopyOperation) MarshalJSON() ([]byte, error)
func (*CopyOperation) SetFrom ¶ added in v1.0.0
func (o *CopyOperation) SetFrom(v string)
SetFrom sets field value
func (*CopyOperation) SetOp ¶ added in v1.0.0
func (o *CopyOperation) SetOp(v string)
SetOp sets field value
func (*CopyOperation) SetPath ¶ added in v1.0.0
func (o *CopyOperation) SetPath(v string)
SetPath sets field value
func (CopyOperation) ToMap ¶ added in v1.0.0
func (o CopyOperation) ToMap() (map[string]interface{}, error)
func (*CopyOperation) UnmarshalJSON ¶ added in v1.0.0
func (o *CopyOperation) UnmarshalJSON(data []byte) (err error)
type CustomComponentLibrariesGet200Response ¶
type CustomComponentLibrariesGet200Response struct {
// API request succeeded
Success bool `json:"success"`
// An array of requested items
Data []CustomComponentLibrariesLibraryIdGet200ResponseData `json:"data"`
// Total number of items in the response
TotalCount float32 `json:"total_count"`
// A token to retrieve the next page of items in the collection
NextToken NullableString `json:"next_token"`
// Whether there are more items in the collection
HasMore bool `json:"has_more"`
AdditionalProperties map[string]interface{}
}
CustomComponentLibrariesGet200Response A paginated list of custom component libraries.
func NewCustomComponentLibrariesGet200Response ¶
func NewCustomComponentLibrariesGet200Response(success bool, data []CustomComponentLibrariesLibraryIdGet200ResponseData, totalCount float32, nextToken NullableString, hasMore bool) *CustomComponentLibrariesGet200Response
NewCustomComponentLibrariesGet200Response instantiates a new CustomComponentLibrariesGet200Response object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewCustomComponentLibrariesGet200ResponseWithDefaults ¶
func NewCustomComponentLibrariesGet200ResponseWithDefaults() *CustomComponentLibrariesGet200Response
NewCustomComponentLibrariesGet200ResponseWithDefaults instantiates a new CustomComponentLibrariesGet200Response object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*CustomComponentLibrariesGet200Response) GetData ¶
func (o *CustomComponentLibrariesGet200Response) GetData() []CustomComponentLibrariesLibraryIdGet200ResponseData
GetData returns the Data field value
func (*CustomComponentLibrariesGet200Response) GetDataOk ¶
func (o *CustomComponentLibrariesGet200Response) GetDataOk() ([]CustomComponentLibrariesLibraryIdGet200ResponseData, bool)
GetDataOk returns a tuple with the Data field value and a boolean to check if the value has been set.
func (*CustomComponentLibrariesGet200Response) GetHasMore ¶
func (o *CustomComponentLibrariesGet200Response) GetHasMore() bool
GetHasMore returns the HasMore field value
func (*CustomComponentLibrariesGet200Response) GetHasMoreOk ¶
func (o *CustomComponentLibrariesGet200Response) GetHasMoreOk() (*bool, bool)
GetHasMoreOk returns a tuple with the HasMore field value and a boolean to check if the value has been set.
func (*CustomComponentLibrariesGet200Response) GetNextToken ¶
func (o *CustomComponentLibrariesGet200Response) GetNextToken() string
GetNextToken returns the NextToken field value If the value is explicit nil, the zero value for string will be returned
func (*CustomComponentLibrariesGet200Response) GetNextTokenOk ¶
func (o *CustomComponentLibrariesGet200Response) GetNextTokenOk() (*string, bool)
GetNextTokenOk returns a tuple with the NextToken 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 (*CustomComponentLibrariesGet200Response) GetSuccess ¶
func (o *CustomComponentLibrariesGet200Response) GetSuccess() bool
GetSuccess returns the Success field value
func (*CustomComponentLibrariesGet200Response) GetSuccessOk ¶
func (o *CustomComponentLibrariesGet200Response) GetSuccessOk() (*bool, bool)
GetSuccessOk returns a tuple with the Success field value and a boolean to check if the value has been set.
func (*CustomComponentLibrariesGet200Response) GetTotalCount ¶
func (o *CustomComponentLibrariesGet200Response) GetTotalCount() float32
GetTotalCount returns the TotalCount field value
func (*CustomComponentLibrariesGet200Response) GetTotalCountOk ¶
func (o *CustomComponentLibrariesGet200Response) GetTotalCountOk() (*float32, bool)
GetTotalCountOk returns a tuple with the TotalCount field value and a boolean to check if the value has been set.
func (CustomComponentLibrariesGet200Response) MarshalJSON ¶
func (o CustomComponentLibrariesGet200Response) MarshalJSON() ([]byte, error)
func (*CustomComponentLibrariesGet200Response) SetData ¶
func (o *CustomComponentLibrariesGet200Response) SetData(v []CustomComponentLibrariesLibraryIdGet200ResponseData)
SetData sets field value
func (*CustomComponentLibrariesGet200Response) SetHasMore ¶
func (o *CustomComponentLibrariesGet200Response) SetHasMore(v bool)
SetHasMore sets field value
func (*CustomComponentLibrariesGet200Response) SetNextToken ¶
func (o *CustomComponentLibrariesGet200Response) SetNextToken(v string)
SetNextToken sets field value
func (*CustomComponentLibrariesGet200Response) SetSuccess ¶
func (o *CustomComponentLibrariesGet200Response) SetSuccess(v bool)
SetSuccess sets field value
func (*CustomComponentLibrariesGet200Response) SetTotalCount ¶
func (o *CustomComponentLibrariesGet200Response) SetTotalCount(v float32)
SetTotalCount sets field value
func (CustomComponentLibrariesGet200Response) ToMap ¶
func (o CustomComponentLibrariesGet200Response) ToMap() (map[string]interface{}, error)
func (*CustomComponentLibrariesGet200Response) UnmarshalJSON ¶
func (o *CustomComponentLibrariesGet200Response) UnmarshalJSON(data []byte) (err error)
type CustomComponentLibrariesLibraryIdGet200Response ¶
type CustomComponentLibrariesLibraryIdGet200Response struct {
// API request succeeded
Success bool `json:"success"`
Data CustomComponentLibrariesLibraryIdGet200ResponseData `json:"data"`
AdditionalProperties map[string]interface{}
}
CustomComponentLibrariesLibraryIdGet200Response struct for CustomComponentLibrariesLibraryIdGet200Response
func NewCustomComponentLibrariesLibraryIdGet200Response ¶
func NewCustomComponentLibrariesLibraryIdGet200Response(success bool, data CustomComponentLibrariesLibraryIdGet200ResponseData) *CustomComponentLibrariesLibraryIdGet200Response
NewCustomComponentLibrariesLibraryIdGet200Response instantiates a new CustomComponentLibrariesLibraryIdGet200Response object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewCustomComponentLibrariesLibraryIdGet200ResponseWithDefaults ¶
func NewCustomComponentLibrariesLibraryIdGet200ResponseWithDefaults() *CustomComponentLibrariesLibraryIdGet200Response
NewCustomComponentLibrariesLibraryIdGet200ResponseWithDefaults instantiates a new CustomComponentLibrariesLibraryIdGet200Response object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*CustomComponentLibrariesLibraryIdGet200Response) GetData ¶
func (o *CustomComponentLibrariesLibraryIdGet200Response) GetData() CustomComponentLibrariesLibraryIdGet200ResponseData
GetData returns the Data field value
func (*CustomComponentLibrariesLibraryIdGet200Response) GetDataOk ¶
func (o *CustomComponentLibrariesLibraryIdGet200Response) GetDataOk() (*CustomComponentLibrariesLibraryIdGet200ResponseData, bool)
GetDataOk returns a tuple with the Data field value and a boolean to check if the value has been set.
func (*CustomComponentLibrariesLibraryIdGet200Response) GetSuccess ¶
func (o *CustomComponentLibrariesLibraryIdGet200Response) GetSuccess() bool
GetSuccess returns the Success field value
func (*CustomComponentLibrariesLibraryIdGet200Response) GetSuccessOk ¶
func (o *CustomComponentLibrariesLibraryIdGet200Response) GetSuccessOk() (*bool, bool)
GetSuccessOk returns a tuple with the Success field value and a boolean to check if the value has been set.
func (CustomComponentLibrariesLibraryIdGet200Response) MarshalJSON ¶
func (o CustomComponentLibrariesLibraryIdGet200Response) MarshalJSON() ([]byte, error)
func (*CustomComponentLibrariesLibraryIdGet200Response) SetData ¶
func (o *CustomComponentLibrariesLibraryIdGet200Response) SetData(v CustomComponentLibrariesLibraryIdGet200ResponseData)
SetData sets field value
func (*CustomComponentLibrariesLibraryIdGet200Response) SetSuccess ¶
func (o *CustomComponentLibrariesLibraryIdGet200Response) SetSuccess(v bool)
SetSuccess sets field value
func (CustomComponentLibrariesLibraryIdGet200Response) ToMap ¶
func (o CustomComponentLibrariesLibraryIdGet200Response) ToMap() (map[string]interface{}, error)
func (*CustomComponentLibrariesLibraryIdGet200Response) UnmarshalJSON ¶
func (o *CustomComponentLibrariesLibraryIdGet200Response) UnmarshalJSON(data []byte) (err error)
type CustomComponentLibrariesLibraryIdGet200ResponseData ¶
type CustomComponentLibrariesLibraryIdGet200ResponseData struct {
Id string `json:"id"`
// How the library will be referred to in Toolscript, and other code based usages.
Name string `json:"name"`
Description NullableString `json:"description"`
// How the library will be referred to in the Retool UI. Should be human readable.
Label string `json:"label"`
CreatedAt time.Time `json:"created_at"`
UpdatedAt time.Time `json:"updated_at"`
AdditionalProperties map[string]interface{}
}
CustomComponentLibrariesLibraryIdGet200ResponseData Custom Component Library
func NewCustomComponentLibrariesLibraryIdGet200ResponseData ¶
func NewCustomComponentLibrariesLibraryIdGet200ResponseData(id string, name string, description NullableString, label string, createdAt time.Time, updatedAt time.Time) *CustomComponentLibrariesLibraryIdGet200ResponseData
NewCustomComponentLibrariesLibraryIdGet200ResponseData instantiates a new CustomComponentLibrariesLibraryIdGet200ResponseData object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewCustomComponentLibrariesLibraryIdGet200ResponseDataWithDefaults ¶
func NewCustomComponentLibrariesLibraryIdGet200ResponseDataWithDefaults() *CustomComponentLibrariesLibraryIdGet200ResponseData
NewCustomComponentLibrariesLibraryIdGet200ResponseDataWithDefaults instantiates a new CustomComponentLibrariesLibraryIdGet200ResponseData object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*CustomComponentLibrariesLibraryIdGet200ResponseData) GetCreatedAt ¶
func (o *CustomComponentLibrariesLibraryIdGet200ResponseData) GetCreatedAt() time.Time
GetCreatedAt returns the CreatedAt field value
func (*CustomComponentLibrariesLibraryIdGet200ResponseData) GetCreatedAtOk ¶
func (o *CustomComponentLibrariesLibraryIdGet200ResponseData) GetCreatedAtOk() (*time.Time, bool)
GetCreatedAtOk returns a tuple with the CreatedAt field value and a boolean to check if the value has been set.
func (*CustomComponentLibrariesLibraryIdGet200ResponseData) GetDescription ¶
func (o *CustomComponentLibrariesLibraryIdGet200ResponseData) GetDescription() string
GetDescription returns the Description field value If the value is explicit nil, the zero value for string will be returned
func (*CustomComponentLibrariesLibraryIdGet200ResponseData) GetDescriptionOk ¶
func (o *CustomComponentLibrariesLibraryIdGet200ResponseData) GetDescriptionOk() (*string, bool)
GetDescriptionOk returns a tuple with the Description 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 (*CustomComponentLibrariesLibraryIdGet200ResponseData) GetId ¶
func (o *CustomComponentLibrariesLibraryIdGet200ResponseData) GetId() string
GetId returns the Id field value
func (*CustomComponentLibrariesLibraryIdGet200ResponseData) GetIdOk ¶
func (o *CustomComponentLibrariesLibraryIdGet200ResponseData) GetIdOk() (*string, bool)
GetIdOk returns a tuple with the Id field value and a boolean to check if the value has been set.
func (*CustomComponentLibrariesLibraryIdGet200ResponseData) GetLabel ¶
func (o *CustomComponentLibrariesLibraryIdGet200ResponseData) GetLabel() string
GetLabel returns the Label field value
func (*CustomComponentLibrariesLibraryIdGet200ResponseData) GetLabelOk ¶
func (o *CustomComponentLibrariesLibraryIdGet200ResponseData) GetLabelOk() (*string, bool)
GetLabelOk returns a tuple with the Label field value and a boolean to check if the value has been set.
func (*CustomComponentLibrariesLibraryIdGet200ResponseData) GetName ¶
func (o *CustomComponentLibrariesLibraryIdGet200ResponseData) GetName() string
GetName returns the Name field value
func (*CustomComponentLibrariesLibraryIdGet200ResponseData) GetNameOk ¶
func (o *CustomComponentLibrariesLibraryIdGet200ResponseData) GetNameOk() (*string, bool)
GetNameOk returns a tuple with the Name field value and a boolean to check if the value has been set.
func (*CustomComponentLibrariesLibraryIdGet200ResponseData) GetUpdatedAt ¶
func (o *CustomComponentLibrariesLibraryIdGet200ResponseData) GetUpdatedAt() time.Time
GetUpdatedAt returns the UpdatedAt field value
func (*CustomComponentLibrariesLibraryIdGet200ResponseData) GetUpdatedAtOk ¶
func (o *CustomComponentLibrariesLibraryIdGet200ResponseData) GetUpdatedAtOk() (*time.Time, bool)
GetUpdatedAtOk returns a tuple with the UpdatedAt field value and a boolean to check if the value has been set.
func (CustomComponentLibrariesLibraryIdGet200ResponseData) MarshalJSON ¶
func (o CustomComponentLibrariesLibraryIdGet200ResponseData) MarshalJSON() ([]byte, error)
func (*CustomComponentLibrariesLibraryIdGet200ResponseData) SetCreatedAt ¶
func (o *CustomComponentLibrariesLibraryIdGet200ResponseData) SetCreatedAt(v time.Time)
SetCreatedAt sets field value
func (*CustomComponentLibrariesLibraryIdGet200ResponseData) SetDescription ¶
func (o *CustomComponentLibrariesLibraryIdGet200ResponseData) SetDescription(v string)
SetDescription sets field value
func (*CustomComponentLibrariesLibraryIdGet200ResponseData) SetId ¶
func (o *CustomComponentLibrariesLibraryIdGet200ResponseData) SetId(v string)
SetId sets field value
func (*CustomComponentLibrariesLibraryIdGet200ResponseData) SetLabel ¶
func (o *CustomComponentLibrariesLibraryIdGet200ResponseData) SetLabel(v string)
SetLabel sets field value
func (*CustomComponentLibrariesLibraryIdGet200ResponseData) SetName ¶
func (o *CustomComponentLibrariesLibraryIdGet200ResponseData) SetName(v string)
SetName sets field value
func (*CustomComponentLibrariesLibraryIdGet200ResponseData) SetUpdatedAt ¶
func (o *CustomComponentLibrariesLibraryIdGet200ResponseData) SetUpdatedAt(v time.Time)
SetUpdatedAt sets field value
func (CustomComponentLibrariesLibraryIdGet200ResponseData) ToMap ¶
func (o CustomComponentLibrariesLibraryIdGet200ResponseData) ToMap() (map[string]interface{}, error)
func (*CustomComponentLibrariesLibraryIdGet200ResponseData) UnmarshalJSON ¶
func (o *CustomComponentLibrariesLibraryIdGet200ResponseData) UnmarshalJSON(data []byte) (err error)
type CustomComponentLibrariesLibraryIdRevisionsGet200Response ¶
type CustomComponentLibrariesLibraryIdRevisionsGet200Response struct {
// API request succeeded
Success bool `json:"success"`
// An array of requested items
Data []CustomComponentLibrariesLibraryIdRevisionsGet200ResponseDataInner `json:"data"`
// Total number of items in the response
TotalCount float32 `json:"total_count"`
// A token to retrieve the next page of items in the collection
NextToken NullableString `json:"next_token"`
// Whether there are more items in the collection
HasMore bool `json:"has_more"`
AdditionalProperties map[string]interface{}
}
CustomComponentLibrariesLibraryIdRevisionsGet200Response struct for CustomComponentLibrariesLibraryIdRevisionsGet200Response
func NewCustomComponentLibrariesLibraryIdRevisionsGet200Response ¶
func NewCustomComponentLibrariesLibraryIdRevisionsGet200Response(success bool, data []CustomComponentLibrariesLibraryIdRevisionsGet200ResponseDataInner, totalCount float32, nextToken NullableString, hasMore bool) *CustomComponentLibrariesLibraryIdRevisionsGet200Response
NewCustomComponentLibrariesLibraryIdRevisionsGet200Response instantiates a new CustomComponentLibrariesLibraryIdRevisionsGet200Response object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewCustomComponentLibrariesLibraryIdRevisionsGet200ResponseWithDefaults ¶
func NewCustomComponentLibrariesLibraryIdRevisionsGet200ResponseWithDefaults() *CustomComponentLibrariesLibraryIdRevisionsGet200Response
NewCustomComponentLibrariesLibraryIdRevisionsGet200ResponseWithDefaults instantiates a new CustomComponentLibrariesLibraryIdRevisionsGet200Response object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*CustomComponentLibrariesLibraryIdRevisionsGet200Response) GetData ¶
func (o *CustomComponentLibrariesLibraryIdRevisionsGet200Response) GetData() []CustomComponentLibrariesLibraryIdRevisionsGet200ResponseDataInner
GetData returns the Data field value
func (*CustomComponentLibrariesLibraryIdRevisionsGet200Response) GetDataOk ¶
func (o *CustomComponentLibrariesLibraryIdRevisionsGet200Response) GetDataOk() ([]CustomComponentLibrariesLibraryIdRevisionsGet200ResponseDataInner, bool)
GetDataOk returns a tuple with the Data field value and a boolean to check if the value has been set.
func (*CustomComponentLibrariesLibraryIdRevisionsGet200Response) GetHasMore ¶
func (o *CustomComponentLibrariesLibraryIdRevisionsGet200Response) GetHasMore() bool
GetHasMore returns the HasMore field value
func (*CustomComponentLibrariesLibraryIdRevisionsGet200Response) GetHasMoreOk ¶
func (o *CustomComponentLibrariesLibraryIdRevisionsGet200Response) GetHasMoreOk() (*bool, bool)
GetHasMoreOk returns a tuple with the HasMore field value and a boolean to check if the value has been set.
func (*CustomComponentLibrariesLibraryIdRevisionsGet200Response) GetNextToken ¶
func (o *CustomComponentLibrariesLibraryIdRevisionsGet200Response) GetNextToken() string
GetNextToken returns the NextToken field value If the value is explicit nil, the zero value for string will be returned
func (*CustomComponentLibrariesLibraryIdRevisionsGet200Response) GetNextTokenOk ¶
func (o *CustomComponentLibrariesLibraryIdRevisionsGet200Response) GetNextTokenOk() (*string, bool)
GetNextTokenOk returns a tuple with the NextToken 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 (*CustomComponentLibrariesLibraryIdRevisionsGet200Response) GetSuccess ¶
func (o *CustomComponentLibrariesLibraryIdRevisionsGet200Response) GetSuccess() bool
GetSuccess returns the Success field value
func (*CustomComponentLibrariesLibraryIdRevisionsGet200Response) GetSuccessOk ¶
func (o *CustomComponentLibrariesLibraryIdRevisionsGet200Response) GetSuccessOk() (*bool, bool)
GetSuccessOk returns a tuple with the Success field value and a boolean to check if the value has been set.
func (*CustomComponentLibrariesLibraryIdRevisionsGet200Response) GetTotalCount ¶
func (o *CustomComponentLibrariesLibraryIdRevisionsGet200Response) GetTotalCount() float32
GetTotalCount returns the TotalCount field value
func (*CustomComponentLibrariesLibraryIdRevisionsGet200Response) GetTotalCountOk ¶
func (o *CustomComponentLibrariesLibraryIdRevisionsGet200Response) GetTotalCountOk() (*float32, bool)
GetTotalCountOk returns a tuple with the TotalCount field value and a boolean to check if the value has been set.
func (CustomComponentLibrariesLibraryIdRevisionsGet200Response) MarshalJSON ¶
func (o CustomComponentLibrariesLibraryIdRevisionsGet200Response) MarshalJSON() ([]byte, error)
func (*CustomComponentLibrariesLibraryIdRevisionsGet200Response) SetData ¶
func (o *CustomComponentLibrariesLibraryIdRevisionsGet200Response) SetData(v []CustomComponentLibrariesLibraryIdRevisionsGet200ResponseDataInner)
SetData sets field value
func (*CustomComponentLibrariesLibraryIdRevisionsGet200Response) SetHasMore ¶
func (o *CustomComponentLibrariesLibraryIdRevisionsGet200Response) SetHasMore(v bool)
SetHasMore sets field value
func (*CustomComponentLibrariesLibraryIdRevisionsGet200Response) SetNextToken ¶
func (o *CustomComponentLibrariesLibraryIdRevisionsGet200Response) SetNextToken(v string)
SetNextToken sets field value
func (*CustomComponentLibrariesLibraryIdRevisionsGet200Response) SetSuccess ¶
func (o *CustomComponentLibrariesLibraryIdRevisionsGet200Response) SetSuccess(v bool)
SetSuccess sets field value
func (*CustomComponentLibrariesLibraryIdRevisionsGet200Response) SetTotalCount ¶
func (o *CustomComponentLibrariesLibraryIdRevisionsGet200Response) SetTotalCount(v float32)
SetTotalCount sets field value
func (CustomComponentLibrariesLibraryIdRevisionsGet200Response) ToMap ¶
func (o CustomComponentLibrariesLibraryIdRevisionsGet200Response) ToMap() (map[string]interface{}, error)
func (*CustomComponentLibrariesLibraryIdRevisionsGet200Response) UnmarshalJSON ¶
func (o *CustomComponentLibrariesLibraryIdRevisionsGet200Response) UnmarshalJSON(data []byte) (err error)
type CustomComponentLibrariesLibraryIdRevisionsGet200ResponseDataInner ¶
type CustomComponentLibrariesLibraryIdRevisionsGet200ResponseDataInner struct {
Id string `json:"id"`
Version string `json:"version"`
CustomComponentLibraryId string `json:"custom_component_library_id"`
CreatedAt time.Time `json:"created_at"`
UpdatedAt time.Time `json:"updated_at"`
AdditionalProperties map[string]interface{}
}
CustomComponentLibrariesLibraryIdRevisionsGet200ResponseDataInner Custom Component Library Revision
func NewCustomComponentLibrariesLibraryIdRevisionsGet200ResponseDataInner ¶
func NewCustomComponentLibrariesLibraryIdRevisionsGet200ResponseDataInner(id string, version string, customComponentLibraryId string, createdAt time.Time, updatedAt time.Time) *CustomComponentLibrariesLibraryIdRevisionsGet200ResponseDataInner
NewCustomComponentLibrariesLibraryIdRevisionsGet200ResponseDataInner instantiates a new CustomComponentLibrariesLibraryIdRevisionsGet200ResponseDataInner object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewCustomComponentLibrariesLibraryIdRevisionsGet200ResponseDataInnerWithDefaults ¶
func NewCustomComponentLibrariesLibraryIdRevisionsGet200ResponseDataInnerWithDefaults() *CustomComponentLibrariesLibraryIdRevisionsGet200ResponseDataInner
NewCustomComponentLibrariesLibraryIdRevisionsGet200ResponseDataInnerWithDefaults instantiates a new CustomComponentLibrariesLibraryIdRevisionsGet200ResponseDataInner object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*CustomComponentLibrariesLibraryIdRevisionsGet200ResponseDataInner) GetCreatedAt ¶
func (o *CustomComponentLibrariesLibraryIdRevisionsGet200ResponseDataInner) GetCreatedAt() time.Time
GetCreatedAt returns the CreatedAt field value
func (*CustomComponentLibrariesLibraryIdRevisionsGet200ResponseDataInner) GetCreatedAtOk ¶
func (o *CustomComponentLibrariesLibraryIdRevisionsGet200ResponseDataInner) GetCreatedAtOk() (*time.Time, bool)
GetCreatedAtOk returns a tuple with the CreatedAt field value and a boolean to check if the value has been set.
func (*CustomComponentLibrariesLibraryIdRevisionsGet200ResponseDataInner) GetCustomComponentLibraryId ¶
func (o *CustomComponentLibrariesLibraryIdRevisionsGet200ResponseDataInner) GetCustomComponentLibraryId() string
GetCustomComponentLibraryId returns the CustomComponentLibraryId field value
func (*CustomComponentLibrariesLibraryIdRevisionsGet200ResponseDataInner) GetCustomComponentLibraryIdOk ¶
func (o *CustomComponentLibrariesLibraryIdRevisionsGet200ResponseDataInner) GetCustomComponentLibraryIdOk() (*string, bool)
GetCustomComponentLibraryIdOk returns a tuple with the CustomComponentLibraryId field value and a boolean to check if the value has been set.
func (*CustomComponentLibrariesLibraryIdRevisionsGet200ResponseDataInner) GetId ¶
func (o *CustomComponentLibrariesLibraryIdRevisionsGet200ResponseDataInner) GetId() string
GetId returns the Id field value
func (*CustomComponentLibrariesLibraryIdRevisionsGet200ResponseDataInner) GetIdOk ¶
func (o *CustomComponentLibrariesLibraryIdRevisionsGet200ResponseDataInner) GetIdOk() (*string, bool)
GetIdOk returns a tuple with the Id field value and a boolean to check if the value has been set.
func (*CustomComponentLibrariesLibraryIdRevisionsGet200ResponseDataInner) GetUpdatedAt ¶
func (o *CustomComponentLibrariesLibraryIdRevisionsGet200ResponseDataInner) GetUpdatedAt() time.Time
GetUpdatedAt returns the UpdatedAt field value
func (*CustomComponentLibrariesLibraryIdRevisionsGet200ResponseDataInner) GetUpdatedAtOk ¶
func (o *CustomComponentLibrariesLibraryIdRevisionsGet200ResponseDataInner) GetUpdatedAtOk() (*time.Time, bool)
GetUpdatedAtOk returns a tuple with the UpdatedAt field value and a boolean to check if the value has been set.
func (*CustomComponentLibrariesLibraryIdRevisionsGet200ResponseDataInner) GetVersion ¶
func (o *CustomComponentLibrariesLibraryIdRevisionsGet200ResponseDataInner) GetVersion() string
GetVersion returns the Version field value
func (*CustomComponentLibrariesLibraryIdRevisionsGet200ResponseDataInner) GetVersionOk ¶
func (o *CustomComponentLibrariesLibraryIdRevisionsGet200ResponseDataInner) GetVersionOk() (*string, bool)
GetVersionOk returns a tuple with the Version field value and a boolean to check if the value has been set.
func (CustomComponentLibrariesLibraryIdRevisionsGet200ResponseDataInner) MarshalJSON ¶
func (o CustomComponentLibrariesLibraryIdRevisionsGet200ResponseDataInner) MarshalJSON() ([]byte, error)
func (*CustomComponentLibrariesLibraryIdRevisionsGet200ResponseDataInner) SetCreatedAt ¶
func (o *CustomComponentLibrariesLibraryIdRevisionsGet200ResponseDataInner) SetCreatedAt(v time.Time)
SetCreatedAt sets field value
func (*CustomComponentLibrariesLibraryIdRevisionsGet200ResponseDataInner) SetCustomComponentLibraryId ¶
func (o *CustomComponentLibrariesLibraryIdRevisionsGet200ResponseDataInner) SetCustomComponentLibraryId(v string)
SetCustomComponentLibraryId sets field value
func (*CustomComponentLibrariesLibraryIdRevisionsGet200ResponseDataInner) SetId ¶
func (o *CustomComponentLibrariesLibraryIdRevisionsGet200ResponseDataInner) SetId(v string)
SetId sets field value
func (*CustomComponentLibrariesLibraryIdRevisionsGet200ResponseDataInner) SetUpdatedAt ¶
func (o *CustomComponentLibrariesLibraryIdRevisionsGet200ResponseDataInner) SetUpdatedAt(v time.Time)
SetUpdatedAt sets field value
func (*CustomComponentLibrariesLibraryIdRevisionsGet200ResponseDataInner) SetVersion ¶
func (o *CustomComponentLibrariesLibraryIdRevisionsGet200ResponseDataInner) SetVersion(v string)
SetVersion sets field value
func (CustomComponentLibrariesLibraryIdRevisionsGet200ResponseDataInner) ToMap ¶
func (o CustomComponentLibrariesLibraryIdRevisionsGet200ResponseDataInner) ToMap() (map[string]interface{}, error)
func (*CustomComponentLibrariesLibraryIdRevisionsGet200ResponseDataInner) UnmarshalJSON ¶
func (o *CustomComponentLibrariesLibraryIdRevisionsGet200ResponseDataInner) UnmarshalJSON(data []byte) (err error)
type CustomComponentLibrariesLibraryIdRevisionsPost200Response ¶
type CustomComponentLibrariesLibraryIdRevisionsPost200Response struct {
// API request succeeded
Success bool `json:"success"`
Data CustomComponentLibrariesLibraryIdRevisionsGet200ResponseDataInner `json:"data"`
AdditionalProperties map[string]interface{}
}
CustomComponentLibrariesLibraryIdRevisionsPost200Response The newly created Custom Component Library Revision.
func NewCustomComponentLibrariesLibraryIdRevisionsPost200Response ¶
func NewCustomComponentLibrariesLibraryIdRevisionsPost200Response(success bool, data CustomComponentLibrariesLibraryIdRevisionsGet200ResponseDataInner) *CustomComponentLibrariesLibraryIdRevisionsPost200Response
NewCustomComponentLibrariesLibraryIdRevisionsPost200Response instantiates a new CustomComponentLibrariesLibraryIdRevisionsPost200Response object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewCustomComponentLibrariesLibraryIdRevisionsPost200ResponseWithDefaults ¶
func NewCustomComponentLibrariesLibraryIdRevisionsPost200ResponseWithDefaults() *CustomComponentLibrariesLibraryIdRevisionsPost200Response
NewCustomComponentLibrariesLibraryIdRevisionsPost200ResponseWithDefaults instantiates a new CustomComponentLibrariesLibraryIdRevisionsPost200Response object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*CustomComponentLibrariesLibraryIdRevisionsPost200Response) GetData ¶
func (o *CustomComponentLibrariesLibraryIdRevisionsPost200Response) GetData() CustomComponentLibrariesLibraryIdRevisionsGet200ResponseDataInner
GetData returns the Data field value
func (*CustomComponentLibrariesLibraryIdRevisionsPost200Response) GetDataOk ¶
func (o *CustomComponentLibrariesLibraryIdRevisionsPost200Response) GetDataOk() (*CustomComponentLibrariesLibraryIdRevisionsGet200ResponseDataInner, bool)
GetDataOk returns a tuple with the Data field value and a boolean to check if the value has been set.
func (*CustomComponentLibrariesLibraryIdRevisionsPost200Response) GetSuccess ¶
func (o *CustomComponentLibrariesLibraryIdRevisionsPost200Response) GetSuccess() bool
GetSuccess returns the Success field value
func (*CustomComponentLibrariesLibraryIdRevisionsPost200Response) GetSuccessOk ¶
func (o *CustomComponentLibrariesLibraryIdRevisionsPost200Response) GetSuccessOk() (*bool, bool)
GetSuccessOk returns a tuple with the Success field value and a boolean to check if the value has been set.
func (CustomComponentLibrariesLibraryIdRevisionsPost200Response) MarshalJSON ¶
func (o CustomComponentLibrariesLibraryIdRevisionsPost200Response) MarshalJSON() ([]byte, error)
func (*CustomComponentLibrariesLibraryIdRevisionsPost200Response) SetData ¶
func (o *CustomComponentLibrariesLibraryIdRevisionsPost200Response) SetData(v CustomComponentLibrariesLibraryIdRevisionsGet200ResponseDataInner)
SetData sets field value
func (*CustomComponentLibrariesLibraryIdRevisionsPost200Response) SetSuccess ¶
func (o *CustomComponentLibrariesLibraryIdRevisionsPost200Response) SetSuccess(v bool)
SetSuccess sets field value
func (CustomComponentLibrariesLibraryIdRevisionsPost200Response) ToMap ¶
func (o CustomComponentLibrariesLibraryIdRevisionsPost200Response) ToMap() (map[string]interface{}, error)
func (*CustomComponentLibrariesLibraryIdRevisionsPost200Response) UnmarshalJSON ¶
func (o *CustomComponentLibrariesLibraryIdRevisionsPost200Response) UnmarshalJSON(data []byte) (err error)
type CustomComponentLibrariesLibraryIdRevisionsRevisionIdFilesGet200Response ¶
type CustomComponentLibrariesLibraryIdRevisionsRevisionIdFilesGet200Response struct {
// API request succeeded
Success bool `json:"success"`
// An array of requested items
Data []CustomComponentLibrariesLibraryIdRevisionsRevisionIdFilesGet200ResponseDataInner `json:"data"`
// Total number of items in the response
TotalCount float32 `json:"total_count"`
// A token to retrieve the next page of items in the collection
NextToken NullableString `json:"next_token"`
// Whether there are more items in the collection
HasMore bool `json:"has_more"`
AdditionalProperties map[string]interface{}
}
CustomComponentLibrariesLibraryIdRevisionsRevisionIdFilesGet200Response struct for CustomComponentLibrariesLibraryIdRevisionsRevisionIdFilesGet200Response
func NewCustomComponentLibrariesLibraryIdRevisionsRevisionIdFilesGet200Response ¶
func NewCustomComponentLibrariesLibraryIdRevisionsRevisionIdFilesGet200Response(success bool, data []CustomComponentLibrariesLibraryIdRevisionsRevisionIdFilesGet200ResponseDataInner, totalCount float32, nextToken NullableString, hasMore bool) *CustomComponentLibrariesLibraryIdRevisionsRevisionIdFilesGet200Response
NewCustomComponentLibrariesLibraryIdRevisionsRevisionIdFilesGet200Response instantiates a new CustomComponentLibrariesLibraryIdRevisionsRevisionIdFilesGet200Response object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewCustomComponentLibrariesLibraryIdRevisionsRevisionIdFilesGet200ResponseWithDefaults ¶
func NewCustomComponentLibrariesLibraryIdRevisionsRevisionIdFilesGet200ResponseWithDefaults() *CustomComponentLibrariesLibraryIdRevisionsRevisionIdFilesGet200Response
NewCustomComponentLibrariesLibraryIdRevisionsRevisionIdFilesGet200ResponseWithDefaults instantiates a new CustomComponentLibrariesLibraryIdRevisionsRevisionIdFilesGet200Response object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*CustomComponentLibrariesLibraryIdRevisionsRevisionIdFilesGet200Response) GetData ¶
func (o *CustomComponentLibrariesLibraryIdRevisionsRevisionIdFilesGet200Response) GetData() []CustomComponentLibrariesLibraryIdRevisionsRevisionIdFilesGet200ResponseDataInner
GetData returns the Data field value
func (*CustomComponentLibrariesLibraryIdRevisionsRevisionIdFilesGet200Response) GetDataOk ¶
func (o *CustomComponentLibrariesLibraryIdRevisionsRevisionIdFilesGet200Response) GetDataOk() ([]CustomComponentLibrariesLibraryIdRevisionsRevisionIdFilesGet200ResponseDataInner, bool)
GetDataOk returns a tuple with the Data field value and a boolean to check if the value has been set.
func (*CustomComponentLibrariesLibraryIdRevisionsRevisionIdFilesGet200Response) GetHasMore ¶
func (o *CustomComponentLibrariesLibraryIdRevisionsRevisionIdFilesGet200Response) GetHasMore() bool
GetHasMore returns the HasMore field value
func (*CustomComponentLibrariesLibraryIdRevisionsRevisionIdFilesGet200Response) GetHasMoreOk ¶
func (o *CustomComponentLibrariesLibraryIdRevisionsRevisionIdFilesGet200Response) GetHasMoreOk() (*bool, bool)
GetHasMoreOk returns a tuple with the HasMore field value and a boolean to check if the value has been set.
func (*CustomComponentLibrariesLibraryIdRevisionsRevisionIdFilesGet200Response) GetNextToken ¶
func (o *CustomComponentLibrariesLibraryIdRevisionsRevisionIdFilesGet200Response) GetNextToken() string
GetNextToken returns the NextToken field value If the value is explicit nil, the zero value for string will be returned
func (*CustomComponentLibrariesLibraryIdRevisionsRevisionIdFilesGet200Response) GetNextTokenOk ¶
func (o *CustomComponentLibrariesLibraryIdRevisionsRevisionIdFilesGet200Response) GetNextTokenOk() (*string, bool)
GetNextTokenOk returns a tuple with the NextToken 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 (*CustomComponentLibrariesLibraryIdRevisionsRevisionIdFilesGet200Response) GetSuccess ¶
func (o *CustomComponentLibrariesLibraryIdRevisionsRevisionIdFilesGet200Response) GetSuccess() bool
GetSuccess returns the Success field value
func (*CustomComponentLibrariesLibraryIdRevisionsRevisionIdFilesGet200Response) GetSuccessOk ¶
func (o *CustomComponentLibrariesLibraryIdRevisionsRevisionIdFilesGet200Response) GetSuccessOk() (*bool, bool)
GetSuccessOk returns a tuple with the Success field value and a boolean to check if the value has been set.
func (*CustomComponentLibrariesLibraryIdRevisionsRevisionIdFilesGet200Response) GetTotalCount ¶
func (o *CustomComponentLibrariesLibraryIdRevisionsRevisionIdFilesGet200Response) GetTotalCount() float32
GetTotalCount returns the TotalCount field value
func (*CustomComponentLibrariesLibraryIdRevisionsRevisionIdFilesGet200Response) GetTotalCountOk ¶
func (o *CustomComponentLibrariesLibraryIdRevisionsRevisionIdFilesGet200Response) GetTotalCountOk() (*float32, bool)
GetTotalCountOk returns a tuple with the TotalCount field value and a boolean to check if the value has been set.
func (CustomComponentLibrariesLibraryIdRevisionsRevisionIdFilesGet200Response) MarshalJSON ¶
func (o CustomComponentLibrariesLibraryIdRevisionsRevisionIdFilesGet200Response) MarshalJSON() ([]byte, error)
func (*CustomComponentLibrariesLibraryIdRevisionsRevisionIdFilesGet200Response) SetData ¶
func (o *CustomComponentLibrariesLibraryIdRevisionsRevisionIdFilesGet200Response) SetData(v []CustomComponentLibrariesLibraryIdRevisionsRevisionIdFilesGet200ResponseDataInner)
SetData sets field value
func (*CustomComponentLibrariesLibraryIdRevisionsRevisionIdFilesGet200Response) SetHasMore ¶
func (o *CustomComponentLibrariesLibraryIdRevisionsRevisionIdFilesGet200Response) SetHasMore(v bool)
SetHasMore sets field value
func (*CustomComponentLibrariesLibraryIdRevisionsRevisionIdFilesGet200Response) SetNextToken ¶
func (o *CustomComponentLibrariesLibraryIdRevisionsRevisionIdFilesGet200Response) SetNextToken(v string)
SetNextToken sets field value
func (*CustomComponentLibrariesLibraryIdRevisionsRevisionIdFilesGet200Response) SetSuccess ¶
func (o *CustomComponentLibrariesLibraryIdRevisionsRevisionIdFilesGet200Response) SetSuccess(v bool)
SetSuccess sets field value
func (*CustomComponentLibrariesLibraryIdRevisionsRevisionIdFilesGet200Response) SetTotalCount ¶
func (o *CustomComponentLibrariesLibraryIdRevisionsRevisionIdFilesGet200Response) SetTotalCount(v float32)
SetTotalCount sets field value
func (CustomComponentLibrariesLibraryIdRevisionsRevisionIdFilesGet200Response) ToMap ¶
func (o CustomComponentLibrariesLibraryIdRevisionsRevisionIdFilesGet200Response) ToMap() (map[string]interface{}, error)
func (*CustomComponentLibrariesLibraryIdRevisionsRevisionIdFilesGet200Response) UnmarshalJSON ¶
func (o *CustomComponentLibrariesLibraryIdRevisionsRevisionIdFilesGet200Response) UnmarshalJSON(data []byte) (err error)
type CustomComponentLibrariesLibraryIdRevisionsRevisionIdFilesGet200ResponseDataInner ¶
type CustomComponentLibrariesLibraryIdRevisionsRevisionIdFilesGet200ResponseDataInner struct {
Filepath string `json:"filepath"`
FileContents string `json:"file_contents"`
CreatedAt time.Time `json:"created_at"`
UpdatedAt time.Time `json:"updated_at"`
AdditionalProperties map[string]interface{}
}
CustomComponentLibrariesLibraryIdRevisionsRevisionIdFilesGet200ResponseDataInner Custom Component Library Revision
func NewCustomComponentLibrariesLibraryIdRevisionsRevisionIdFilesGet200ResponseDataInner ¶
func NewCustomComponentLibrariesLibraryIdRevisionsRevisionIdFilesGet200ResponseDataInner(filepath string, fileContents string, createdAt time.Time, updatedAt time.Time) *CustomComponentLibrariesLibraryIdRevisionsRevisionIdFilesGet200ResponseDataInner
NewCustomComponentLibrariesLibraryIdRevisionsRevisionIdFilesGet200ResponseDataInner instantiates a new CustomComponentLibrariesLibraryIdRevisionsRevisionIdFilesGet200ResponseDataInner object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewCustomComponentLibrariesLibraryIdRevisionsRevisionIdFilesGet200ResponseDataInnerWithDefaults ¶
func NewCustomComponentLibrariesLibraryIdRevisionsRevisionIdFilesGet200ResponseDataInnerWithDefaults() *CustomComponentLibrariesLibraryIdRevisionsRevisionIdFilesGet200ResponseDataInner
NewCustomComponentLibrariesLibraryIdRevisionsRevisionIdFilesGet200ResponseDataInnerWithDefaults instantiates a new CustomComponentLibrariesLibraryIdRevisionsRevisionIdFilesGet200ResponseDataInner object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*CustomComponentLibrariesLibraryIdRevisionsRevisionIdFilesGet200ResponseDataInner) GetCreatedAt ¶
func (o *CustomComponentLibrariesLibraryIdRevisionsRevisionIdFilesGet200ResponseDataInner) GetCreatedAt() time.Time
GetCreatedAt returns the CreatedAt field value
func (*CustomComponentLibrariesLibraryIdRevisionsRevisionIdFilesGet200ResponseDataInner) GetCreatedAtOk ¶
func (o *CustomComponentLibrariesLibraryIdRevisionsRevisionIdFilesGet200ResponseDataInner) GetCreatedAtOk() (*time.Time, bool)
GetCreatedAtOk returns a tuple with the CreatedAt field value and a boolean to check if the value has been set.
func (*CustomComponentLibrariesLibraryIdRevisionsRevisionIdFilesGet200ResponseDataInner) GetFileContents ¶
func (o *CustomComponentLibrariesLibraryIdRevisionsRevisionIdFilesGet200ResponseDataInner) GetFileContents() string
GetFileContents returns the FileContents field value
func (*CustomComponentLibrariesLibraryIdRevisionsRevisionIdFilesGet200ResponseDataInner) GetFileContentsOk ¶
func (o *CustomComponentLibrariesLibraryIdRevisionsRevisionIdFilesGet200ResponseDataInner) GetFileContentsOk() (*string, bool)
GetFileContentsOk returns a tuple with the FileContents field value and a boolean to check if the value has been set.
func (*CustomComponentLibrariesLibraryIdRevisionsRevisionIdFilesGet200ResponseDataInner) GetFilepath ¶
func (o *CustomComponentLibrariesLibraryIdRevisionsRevisionIdFilesGet200ResponseDataInner) GetFilepath() string
GetFilepath returns the Filepath field value
func (*CustomComponentLibrariesLibraryIdRevisionsRevisionIdFilesGet200ResponseDataInner) GetFilepathOk ¶
func (o *CustomComponentLibrariesLibraryIdRevisionsRevisionIdFilesGet200ResponseDataInner) GetFilepathOk() (*string, bool)
GetFilepathOk returns a tuple with the Filepath field value and a boolean to check if the value has been set.
func (*CustomComponentLibrariesLibraryIdRevisionsRevisionIdFilesGet200ResponseDataInner) GetUpdatedAt ¶
func (o *CustomComponentLibrariesLibraryIdRevisionsRevisionIdFilesGet200ResponseDataInner) GetUpdatedAt() time.Time
GetUpdatedAt returns the UpdatedAt field value
func (*CustomComponentLibrariesLibraryIdRevisionsRevisionIdFilesGet200ResponseDataInner) GetUpdatedAtOk ¶
func (o *CustomComponentLibrariesLibraryIdRevisionsRevisionIdFilesGet200ResponseDataInner) GetUpdatedAtOk() (*time.Time, bool)
GetUpdatedAtOk returns a tuple with the UpdatedAt field value and a boolean to check if the value has been set.
func (CustomComponentLibrariesLibraryIdRevisionsRevisionIdFilesGet200ResponseDataInner) MarshalJSON ¶
func (o CustomComponentLibrariesLibraryIdRevisionsRevisionIdFilesGet200ResponseDataInner) MarshalJSON() ([]byte, error)
func (*CustomComponentLibrariesLibraryIdRevisionsRevisionIdFilesGet200ResponseDataInner) SetCreatedAt ¶
func (o *CustomComponentLibrariesLibraryIdRevisionsRevisionIdFilesGet200ResponseDataInner) SetCreatedAt(v time.Time)
SetCreatedAt sets field value
func (*CustomComponentLibrariesLibraryIdRevisionsRevisionIdFilesGet200ResponseDataInner) SetFileContents ¶
func (o *CustomComponentLibrariesLibraryIdRevisionsRevisionIdFilesGet200ResponseDataInner) SetFileContents(v string)
SetFileContents sets field value
func (*CustomComponentLibrariesLibraryIdRevisionsRevisionIdFilesGet200ResponseDataInner) SetFilepath ¶
func (o *CustomComponentLibrariesLibraryIdRevisionsRevisionIdFilesGet200ResponseDataInner) SetFilepath(v string)
SetFilepath sets field value
func (*CustomComponentLibrariesLibraryIdRevisionsRevisionIdFilesGet200ResponseDataInner) SetUpdatedAt ¶
func (o *CustomComponentLibrariesLibraryIdRevisionsRevisionIdFilesGet200ResponseDataInner) SetUpdatedAt(v time.Time)
SetUpdatedAt sets field value
func (CustomComponentLibrariesLibraryIdRevisionsRevisionIdFilesGet200ResponseDataInner) ToMap ¶
func (o CustomComponentLibrariesLibraryIdRevisionsRevisionIdFilesGet200ResponseDataInner) ToMap() (map[string]interface{}, error)
func (*CustomComponentLibrariesLibraryIdRevisionsRevisionIdFilesGet200ResponseDataInner) UnmarshalJSON ¶
func (o *CustomComponentLibrariesLibraryIdRevisionsRevisionIdFilesGet200ResponseDataInner) UnmarshalJSON(data []byte) (err error)
type CustomComponentLibrariesPost200Response ¶
type CustomComponentLibrariesPost200Response struct {
// API request succeeded
Success bool `json:"success"`
Data CustomComponentLibrariesLibraryIdGet200ResponseData `json:"data"`
AdditionalProperties map[string]interface{}
}
CustomComponentLibrariesPost200Response The newly created Custom Component Library.
func NewCustomComponentLibrariesPost200Response ¶
func NewCustomComponentLibrariesPost200Response(success bool, data CustomComponentLibrariesLibraryIdGet200ResponseData) *CustomComponentLibrariesPost200Response
NewCustomComponentLibrariesPost200Response instantiates a new CustomComponentLibrariesPost200Response object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewCustomComponentLibrariesPost200ResponseWithDefaults ¶
func NewCustomComponentLibrariesPost200ResponseWithDefaults() *CustomComponentLibrariesPost200Response
NewCustomComponentLibrariesPost200ResponseWithDefaults instantiates a new CustomComponentLibrariesPost200Response object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*CustomComponentLibrariesPost200Response) GetData ¶
func (o *CustomComponentLibrariesPost200Response) GetData() CustomComponentLibrariesLibraryIdGet200ResponseData
GetData returns the Data field value
func (*CustomComponentLibrariesPost200Response) GetDataOk ¶
func (o *CustomComponentLibrariesPost200Response) GetDataOk() (*CustomComponentLibrariesLibraryIdGet200ResponseData, bool)
GetDataOk returns a tuple with the Data field value and a boolean to check if the value has been set.
func (*CustomComponentLibrariesPost200Response) GetSuccess ¶
func (o *CustomComponentLibrariesPost200Response) GetSuccess() bool
GetSuccess returns the Success field value
func (*CustomComponentLibrariesPost200Response) GetSuccessOk ¶
func (o *CustomComponentLibrariesPost200Response) GetSuccessOk() (*bool, bool)
GetSuccessOk returns a tuple with the Success field value and a boolean to check if the value has been set.
func (CustomComponentLibrariesPost200Response) MarshalJSON ¶
func (o CustomComponentLibrariesPost200Response) MarshalJSON() ([]byte, error)
func (*CustomComponentLibrariesPost200Response) SetData ¶
func (o *CustomComponentLibrariesPost200Response) SetData(v CustomComponentLibrariesLibraryIdGet200ResponseData)
SetData sets field value
func (*CustomComponentLibrariesPost200Response) SetSuccess ¶
func (o *CustomComponentLibrariesPost200Response) SetSuccess(v bool)
SetSuccess sets field value
func (CustomComponentLibrariesPost200Response) ToMap ¶
func (o CustomComponentLibrariesPost200Response) ToMap() (map[string]interface{}, error)
func (*CustomComponentLibrariesPost200Response) UnmarshalJSON ¶
func (o *CustomComponentLibrariesPost200Response) UnmarshalJSON(data []byte) (err error)
type CustomComponentLibrariesPostRequest ¶
type CustomComponentLibrariesPostRequest struct {
// Specifies a specific id to use for the library. Used for syncronizing libraries across Retool Instances.
Id *string `json:"id,omitempty"`
// How the library will be referred to in Toolscript, and other code based usages.
Name string `json:"name"`
Description NullableString `json:"description"`
// How the library will be referred to in the Retool UI. Should be human readable.
Label string `json:"label"`
AdditionalProperties map[string]interface{}
}
CustomComponentLibrariesPostRequest struct for CustomComponentLibrariesPostRequest
func NewCustomComponentLibrariesPostRequest ¶
func NewCustomComponentLibrariesPostRequest(name string, description NullableString, label string) *CustomComponentLibrariesPostRequest
NewCustomComponentLibrariesPostRequest instantiates a new CustomComponentLibrariesPostRequest object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewCustomComponentLibrariesPostRequestWithDefaults ¶
func NewCustomComponentLibrariesPostRequestWithDefaults() *CustomComponentLibrariesPostRequest
NewCustomComponentLibrariesPostRequestWithDefaults instantiates a new CustomComponentLibrariesPostRequest object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*CustomComponentLibrariesPostRequest) GetDescription ¶
func (o *CustomComponentLibrariesPostRequest) GetDescription() string
GetDescription returns the Description field value If the value is explicit nil, the zero value for string will be returned
func (*CustomComponentLibrariesPostRequest) GetDescriptionOk ¶
func (o *CustomComponentLibrariesPostRequest) GetDescriptionOk() (*string, bool)
GetDescriptionOk returns a tuple with the Description 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 (*CustomComponentLibrariesPostRequest) GetId ¶
func (o *CustomComponentLibrariesPostRequest) GetId() string
GetId returns the Id field value if set, zero value otherwise.
func (*CustomComponentLibrariesPostRequest) GetIdOk ¶
func (o *CustomComponentLibrariesPostRequest) 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 (*CustomComponentLibrariesPostRequest) GetLabel ¶
func (o *CustomComponentLibrariesPostRequest) GetLabel() string
GetLabel returns the Label field value
func (*CustomComponentLibrariesPostRequest) GetLabelOk ¶
func (o *CustomComponentLibrariesPostRequest) GetLabelOk() (*string, bool)
GetLabelOk returns a tuple with the Label field value and a boolean to check if the value has been set.
func (*CustomComponentLibrariesPostRequest) GetName ¶
func (o *CustomComponentLibrariesPostRequest) GetName() string
GetName returns the Name field value
func (*CustomComponentLibrariesPostRequest) GetNameOk ¶
func (o *CustomComponentLibrariesPostRequest) GetNameOk() (*string, bool)
GetNameOk returns a tuple with the Name field value and a boolean to check if the value has been set.
func (*CustomComponentLibrariesPostRequest) HasId ¶
func (o *CustomComponentLibrariesPostRequest) HasId() bool
HasId returns a boolean if a field has been set.
func (CustomComponentLibrariesPostRequest) MarshalJSON ¶
func (o CustomComponentLibrariesPostRequest) MarshalJSON() ([]byte, error)
func (*CustomComponentLibrariesPostRequest) SetDescription ¶
func (o *CustomComponentLibrariesPostRequest) SetDescription(v string)
SetDescription sets field value
func (*CustomComponentLibrariesPostRequest) SetId ¶
func (o *CustomComponentLibrariesPostRequest) SetId(v string)
SetId gets a reference to the given string and assigns it to the Id field.
func (*CustomComponentLibrariesPostRequest) SetLabel ¶
func (o *CustomComponentLibrariesPostRequest) SetLabel(v string)
SetLabel sets field value
func (*CustomComponentLibrariesPostRequest) SetName ¶
func (o *CustomComponentLibrariesPostRequest) SetName(v string)
SetName sets field value
func (CustomComponentLibrariesPostRequest) ToMap ¶
func (o CustomComponentLibrariesPostRequest) ToMap() (map[string]interface{}, error)
func (*CustomComponentLibrariesPostRequest) UnmarshalJSON ¶
func (o *CustomComponentLibrariesPostRequest) UnmarshalJSON(data []byte) (err error)
type CustomComponentLibrary ¶
type CustomComponentLibrary struct {
Id string `json:"id"`
// How the library will be referred to in Toolscript, and other code based usages.
Name string `json:"name"`
Description NullableString `json:"description"`
// How the library will be referred to in the Retool UI. Should be human readable.
Label string `json:"label"`
CreatedAt time.Time `json:"created_at"`
UpdatedAt time.Time `json:"updated_at"`
AdditionalProperties map[string]interface{}
}
CustomComponentLibrary Custom Component Library
func NewCustomComponentLibrary ¶
func NewCustomComponentLibrary(id string, name string, description NullableString, label string, createdAt time.Time, updatedAt time.Time) *CustomComponentLibrary
NewCustomComponentLibrary instantiates a new CustomComponentLibrary object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewCustomComponentLibraryWithDefaults ¶
func NewCustomComponentLibraryWithDefaults() *CustomComponentLibrary
NewCustomComponentLibraryWithDefaults instantiates a new CustomComponentLibrary object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*CustomComponentLibrary) GetCreatedAt ¶
func (o *CustomComponentLibrary) GetCreatedAt() time.Time
GetCreatedAt returns the CreatedAt field value
func (*CustomComponentLibrary) GetCreatedAtOk ¶
func (o *CustomComponentLibrary) GetCreatedAtOk() (*time.Time, bool)
GetCreatedAtOk returns a tuple with the CreatedAt field value and a boolean to check if the value has been set.
func (*CustomComponentLibrary) GetDescription ¶
func (o *CustomComponentLibrary) GetDescription() string
GetDescription returns the Description field value If the value is explicit nil, the zero value for string will be returned
func (*CustomComponentLibrary) GetDescriptionOk ¶
func (o *CustomComponentLibrary) GetDescriptionOk() (*string, bool)
GetDescriptionOk returns a tuple with the Description 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 (*CustomComponentLibrary) GetId ¶
func (o *CustomComponentLibrary) GetId() string
GetId returns the Id field value
func (*CustomComponentLibrary) GetIdOk ¶
func (o *CustomComponentLibrary) GetIdOk() (*string, bool)
GetIdOk returns a tuple with the Id field value and a boolean to check if the value has been set.
func (*CustomComponentLibrary) GetLabel ¶
func (o *CustomComponentLibrary) GetLabel() string
GetLabel returns the Label field value
func (*CustomComponentLibrary) GetLabelOk ¶
func (o *CustomComponentLibrary) GetLabelOk() (*string, bool)
GetLabelOk returns a tuple with the Label field value and a boolean to check if the value has been set.
func (*CustomComponentLibrary) GetName ¶
func (o *CustomComponentLibrary) GetName() string
GetName returns the Name field value
func (*CustomComponentLibrary) GetNameOk ¶
func (o *CustomComponentLibrary) GetNameOk() (*string, bool)
GetNameOk returns a tuple with the Name field value and a boolean to check if the value has been set.
func (*CustomComponentLibrary) GetUpdatedAt ¶
func (o *CustomComponentLibrary) GetUpdatedAt() time.Time
GetUpdatedAt returns the UpdatedAt field value
func (*CustomComponentLibrary) GetUpdatedAtOk ¶
func (o *CustomComponentLibrary) GetUpdatedAtOk() (*time.Time, bool)
GetUpdatedAtOk returns a tuple with the UpdatedAt field value and a boolean to check if the value has been set.
func (CustomComponentLibrary) MarshalJSON ¶
func (o CustomComponentLibrary) MarshalJSON() ([]byte, error)
func (*CustomComponentLibrary) SetCreatedAt ¶
func (o *CustomComponentLibrary) SetCreatedAt(v time.Time)
SetCreatedAt sets field value
func (*CustomComponentLibrary) SetDescription ¶
func (o *CustomComponentLibrary) SetDescription(v string)
SetDescription sets field value
func (*CustomComponentLibrary) SetId ¶
func (o *CustomComponentLibrary) SetId(v string)
SetId sets field value
func (*CustomComponentLibrary) SetLabel ¶
func (o *CustomComponentLibrary) SetLabel(v string)
SetLabel sets field value
func (*CustomComponentLibrary) SetName ¶
func (o *CustomComponentLibrary) SetName(v string)
SetName sets field value
func (*CustomComponentLibrary) SetUpdatedAt ¶
func (o *CustomComponentLibrary) SetUpdatedAt(v time.Time)
SetUpdatedAt sets field value
func (CustomComponentLibrary) ToMap ¶
func (o CustomComponentLibrary) ToMap() (map[string]interface{}, error)
func (*CustomComponentLibrary) UnmarshalJSON ¶
func (o *CustomComponentLibrary) UnmarshalJSON(data []byte) (err error)
type CustomComponentLibraryAPIService ¶
type CustomComponentLibraryAPIService service
CustomComponentLibraryAPIService CustomComponentLibraryAPI service
func (*CustomComponentLibraryAPIService) CustomComponentLibrariesGet ¶
func (a *CustomComponentLibraryAPIService) CustomComponentLibrariesGet(ctx context.Context) ApiCustomComponentLibrariesGetRequest
CustomComponentLibrariesGet Get a list of all custom component libraries
Available on Retool Cloud and self-hosted Retool version 3.41.0+. Gets a paginated list of all custom component libraries. The API token must have the "CustomComponent > Read" scope.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return ApiCustomComponentLibrariesGetRequest
func (*CustomComponentLibraryAPIService) CustomComponentLibrariesGetExecute ¶
func (a *CustomComponentLibraryAPIService) CustomComponentLibrariesGetExecute(r ApiCustomComponentLibrariesGetRequest) (*CustomComponentLibrariesGet200Response, *http.Response, error)
Execute executes the request
@return CustomComponentLibrariesGet200Response
func (*CustomComponentLibraryAPIService) CustomComponentLibrariesLibraryIdGet ¶
func (a *CustomComponentLibraryAPIService) CustomComponentLibrariesLibraryIdGet(ctx context.Context, libraryId string) ApiCustomComponentLibrariesLibraryIdGetRequest
CustomComponentLibrariesLibraryIdGet Get a single custom component libraries
Available on Retool Cloud and self-hosted Retool version 3.41.0+. Gets a single custom component library. The API token must have the "CustomComponent > Read" scope.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param libraryId @return ApiCustomComponentLibrariesLibraryIdGetRequest
func (*CustomComponentLibraryAPIService) CustomComponentLibrariesLibraryIdGetExecute ¶
func (a *CustomComponentLibraryAPIService) CustomComponentLibrariesLibraryIdGetExecute(r ApiCustomComponentLibrariesLibraryIdGetRequest) (*CustomComponentLibrariesLibraryIdGet200Response, *http.Response, error)
Execute executes the request
@return CustomComponentLibrariesLibraryIdGet200Response
func (*CustomComponentLibraryAPIService) CustomComponentLibrariesLibraryIdRevisionsGet ¶
func (a *CustomComponentLibraryAPIService) CustomComponentLibrariesLibraryIdRevisionsGet(ctx context.Context, libraryId string) ApiCustomComponentLibrariesLibraryIdRevisionsGetRequest
CustomComponentLibrariesLibraryIdRevisionsGet Gets a list of all the revisions of a custom component library
Available on Retool Cloud and self-hosted Retool version 3.41.0+. Gets a list of all the revisions of a custom component library. The API token must have the "CustomComponent > Read" scope.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param libraryId @return ApiCustomComponentLibrariesLibraryIdRevisionsGetRequest
func (*CustomComponentLibraryAPIService) CustomComponentLibrariesLibraryIdRevisionsGetExecute ¶
func (a *CustomComponentLibraryAPIService) CustomComponentLibrariesLibraryIdRevisionsGetExecute(r ApiCustomComponentLibrariesLibraryIdRevisionsGetRequest) (*CustomComponentLibrariesLibraryIdRevisionsGet200Response, *http.Response, error)
Execute executes the request
@return CustomComponentLibrariesLibraryIdRevisionsGet200Response
func (*CustomComponentLibraryAPIService) CustomComponentLibrariesLibraryIdRevisionsPost ¶
func (a *CustomComponentLibraryAPIService) CustomComponentLibrariesLibraryIdRevisionsPost(ctx context.Context, libraryId string) ApiCustomComponentLibrariesLibraryIdRevisionsPostRequest
CustomComponentLibrariesLibraryIdRevisionsPost Create a new custom component library revision
Available on Retool Cloud and self-hosted Retool version 3.41.0+. Creates a new version of a custom component library, the underlying files that describe the component. The API token must have the "CustomComponent > Write" scope.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param libraryId @return ApiCustomComponentLibrariesLibraryIdRevisionsPostRequest
func (*CustomComponentLibraryAPIService) CustomComponentLibrariesLibraryIdRevisionsPostExecute ¶
func (a *CustomComponentLibraryAPIService) CustomComponentLibrariesLibraryIdRevisionsPostExecute(r ApiCustomComponentLibrariesLibraryIdRevisionsPostRequest) (*CustomComponentLibrariesLibraryIdRevisionsPost200Response, *http.Response, error)
Execute executes the request
@return CustomComponentLibrariesLibraryIdRevisionsPost200Response
func (*CustomComponentLibraryAPIService) CustomComponentLibrariesLibraryIdRevisionsRevisionIdFilesGet ¶
func (a *CustomComponentLibraryAPIService) CustomComponentLibrariesLibraryIdRevisionsRevisionIdFilesGet(ctx context.Context, libraryId string, revisionId string) ApiCustomComponentLibrariesLibraryIdRevisionsRevisionIdFilesGetRequest
CustomComponentLibrariesLibraryIdRevisionsRevisionIdFilesGet Gets all files associated with a custom component library revision.
Available on Retool Cloud and self-hosted Retool version 3.41.0+. Gets all files associated with a custom component library revision. The API token must have the "CustomComponent > Read" scope.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param libraryId @param revisionId @return ApiCustomComponentLibrariesLibraryIdRevisionsRevisionIdFilesGetRequest
func (*CustomComponentLibraryAPIService) CustomComponentLibrariesLibraryIdRevisionsRevisionIdFilesGetExecute ¶
func (a *CustomComponentLibraryAPIService) CustomComponentLibrariesLibraryIdRevisionsRevisionIdFilesGetExecute(r ApiCustomComponentLibrariesLibraryIdRevisionsRevisionIdFilesGetRequest) (*CustomComponentLibrariesLibraryIdRevisionsRevisionIdFilesGet200Response, *http.Response, error)
Execute executes the request
@return CustomComponentLibrariesLibraryIdRevisionsRevisionIdFilesGet200Response
func (*CustomComponentLibraryAPIService) CustomComponentLibrariesPost ¶
func (a *CustomComponentLibraryAPIService) CustomComponentLibrariesPost(ctx context.Context) ApiCustomComponentLibrariesPostRequest
CustomComponentLibrariesPost Create a new custom component library
Available on Retool Cloud and self-hosted Retool version 3.41.0+. Creates a new custom component library The API token must have the "CustomComponent > Write" scope.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return ApiCustomComponentLibrariesPostRequest
func (*CustomComponentLibraryAPIService) CustomComponentLibrariesPostExecute ¶
func (a *CustomComponentLibraryAPIService) CustomComponentLibrariesPostExecute(r ApiCustomComponentLibrariesPostRequest) (*CustomComponentLibrariesPost200Response, *http.Response, error)
Execute executes the request
@return CustomComponentLibrariesPost200Response
type CustomComponentLibraryRevision ¶
type CustomComponentLibraryRevision struct {
Id string `json:"id"`
Version string `json:"version"`
CustomComponentLibraryId string `json:"custom_component_library_id"`
CreatedAt time.Time `json:"created_at"`
UpdatedAt time.Time `json:"updated_at"`
AdditionalProperties map[string]interface{}
}
CustomComponentLibraryRevision Custom Component Library Revision
func NewCustomComponentLibraryRevision ¶
func NewCustomComponentLibraryRevision(id string, version string, customComponentLibraryId string, createdAt time.Time, updatedAt time.Time) *CustomComponentLibraryRevision
NewCustomComponentLibraryRevision instantiates a new CustomComponentLibraryRevision object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewCustomComponentLibraryRevisionWithDefaults ¶
func NewCustomComponentLibraryRevisionWithDefaults() *CustomComponentLibraryRevision
NewCustomComponentLibraryRevisionWithDefaults instantiates a new CustomComponentLibraryRevision object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*CustomComponentLibraryRevision) GetCreatedAt ¶
func (o *CustomComponentLibraryRevision) GetCreatedAt() time.Time
GetCreatedAt returns the CreatedAt field value
func (*CustomComponentLibraryRevision) GetCreatedAtOk ¶
func (o *CustomComponentLibraryRevision) GetCreatedAtOk() (*time.Time, bool)
GetCreatedAtOk returns a tuple with the CreatedAt field value and a boolean to check if the value has been set.
func (*CustomComponentLibraryRevision) GetCustomComponentLibraryId ¶
func (o *CustomComponentLibraryRevision) GetCustomComponentLibraryId() string
GetCustomComponentLibraryId returns the CustomComponentLibraryId field value
func (*CustomComponentLibraryRevision) GetCustomComponentLibraryIdOk ¶
func (o *CustomComponentLibraryRevision) GetCustomComponentLibraryIdOk() (*string, bool)
GetCustomComponentLibraryIdOk returns a tuple with the CustomComponentLibraryId field value and a boolean to check if the value has been set.
func (*CustomComponentLibraryRevision) GetId ¶
func (o *CustomComponentLibraryRevision) GetId() string
GetId returns the Id field value
func (*CustomComponentLibraryRevision) GetIdOk ¶
func (o *CustomComponentLibraryRevision) GetIdOk() (*string, bool)
GetIdOk returns a tuple with the Id field value and a boolean to check if the value has been set.
func (*CustomComponentLibraryRevision) GetUpdatedAt ¶
func (o *CustomComponentLibraryRevision) GetUpdatedAt() time.Time
GetUpdatedAt returns the UpdatedAt field value
func (*CustomComponentLibraryRevision) GetUpdatedAtOk ¶
func (o *CustomComponentLibraryRevision) GetUpdatedAtOk() (*time.Time, bool)
GetUpdatedAtOk returns a tuple with the UpdatedAt field value and a boolean to check if the value has been set.
func (*CustomComponentLibraryRevision) GetVersion ¶
func (o *CustomComponentLibraryRevision) GetVersion() string
GetVersion returns the Version field value
func (*CustomComponentLibraryRevision) GetVersionOk ¶
func (o *CustomComponentLibraryRevision) GetVersionOk() (*string, bool)
GetVersionOk returns a tuple with the Version field value and a boolean to check if the value has been set.
func (CustomComponentLibraryRevision) MarshalJSON ¶
func (o CustomComponentLibraryRevision) MarshalJSON() ([]byte, error)
func (*CustomComponentLibraryRevision) SetCreatedAt ¶
func (o *CustomComponentLibraryRevision) SetCreatedAt(v time.Time)
SetCreatedAt sets field value
func (*CustomComponentLibraryRevision) SetCustomComponentLibraryId ¶
func (o *CustomComponentLibraryRevision) SetCustomComponentLibraryId(v string)
SetCustomComponentLibraryId sets field value
func (*CustomComponentLibraryRevision) SetId ¶
func (o *CustomComponentLibraryRevision) SetId(v string)
SetId sets field value
func (*CustomComponentLibraryRevision) SetUpdatedAt ¶
func (o *CustomComponentLibraryRevision) SetUpdatedAt(v time.Time)
SetUpdatedAt sets field value
func (*CustomComponentLibraryRevision) SetVersion ¶
func (o *CustomComponentLibraryRevision) SetVersion(v string)
SetVersion sets field value
func (CustomComponentLibraryRevision) ToMap ¶
func (o CustomComponentLibraryRevision) ToMap() (map[string]interface{}, error)
func (*CustomComponentLibraryRevision) UnmarshalJSON ¶
func (o *CustomComponentLibraryRevision) UnmarshalJSON(data []byte) (err error)
type CustomComponentLibraryRevisionFile ¶
type CustomComponentLibraryRevisionFile struct {
Filepath string `json:"filepath"`
FileContents string `json:"file_contents"`
CreatedAt time.Time `json:"created_at"`
UpdatedAt time.Time `json:"updated_at"`
AdditionalProperties map[string]interface{}
}
CustomComponentLibraryRevisionFile Custom Component Library Revision
func NewCustomComponentLibraryRevisionFile ¶
func NewCustomComponentLibraryRevisionFile(filepath string, fileContents string, createdAt time.Time, updatedAt time.Time) *CustomComponentLibraryRevisionFile
NewCustomComponentLibraryRevisionFile instantiates a new CustomComponentLibraryRevisionFile object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewCustomComponentLibraryRevisionFileWithDefaults ¶
func NewCustomComponentLibraryRevisionFileWithDefaults() *CustomComponentLibraryRevisionFile
NewCustomComponentLibraryRevisionFileWithDefaults instantiates a new CustomComponentLibraryRevisionFile object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*CustomComponentLibraryRevisionFile) GetCreatedAt ¶
func (o *CustomComponentLibraryRevisionFile) GetCreatedAt() time.Time
GetCreatedAt returns the CreatedAt field value
func (*CustomComponentLibraryRevisionFile) GetCreatedAtOk ¶
func (o *CustomComponentLibraryRevisionFile) GetCreatedAtOk() (*time.Time, bool)
GetCreatedAtOk returns a tuple with the CreatedAt field value and a boolean to check if the value has been set.
func (*CustomComponentLibraryRevisionFile) GetFileContents ¶
func (o *CustomComponentLibraryRevisionFile) GetFileContents() string
GetFileContents returns the FileContents field value
func (*CustomComponentLibraryRevisionFile) GetFileContentsOk ¶
func (o *CustomComponentLibraryRevisionFile) GetFileContentsOk() (*string, bool)
GetFileContentsOk returns a tuple with the FileContents field value and a boolean to check if the value has been set.
func (*CustomComponentLibraryRevisionFile) GetFilepath ¶
func (o *CustomComponentLibraryRevisionFile) GetFilepath() string
GetFilepath returns the Filepath field value
func (*CustomComponentLibraryRevisionFile) GetFilepathOk ¶
func (o *CustomComponentLibraryRevisionFile) GetFilepathOk() (*string, bool)
GetFilepathOk returns a tuple with the Filepath field value and a boolean to check if the value has been set.
func (*CustomComponentLibraryRevisionFile) GetUpdatedAt ¶
func (o *CustomComponentLibraryRevisionFile) GetUpdatedAt() time.Time
GetUpdatedAt returns the UpdatedAt field value
func (*CustomComponentLibraryRevisionFile) GetUpdatedAtOk ¶
func (o *CustomComponentLibraryRevisionFile) GetUpdatedAtOk() (*time.Time, bool)
GetUpdatedAtOk returns a tuple with the UpdatedAt field value and a boolean to check if the value has been set.
func (CustomComponentLibraryRevisionFile) MarshalJSON ¶
func (o CustomComponentLibraryRevisionFile) MarshalJSON() ([]byte, error)
func (*CustomComponentLibraryRevisionFile) SetCreatedAt ¶
func (o *CustomComponentLibraryRevisionFile) SetCreatedAt(v time.Time)
SetCreatedAt sets field value
func (*CustomComponentLibraryRevisionFile) SetFileContents ¶
func (o *CustomComponentLibraryRevisionFile) SetFileContents(v string)
SetFileContents sets field value
func (*CustomComponentLibraryRevisionFile) SetFilepath ¶
func (o *CustomComponentLibraryRevisionFile) SetFilepath(v string)
SetFilepath sets field value
func (*CustomComponentLibraryRevisionFile) SetUpdatedAt ¶
func (o *CustomComponentLibraryRevisionFile) SetUpdatedAt(v time.Time)
SetUpdatedAt sets field value
func (CustomComponentLibraryRevisionFile) ToMap ¶
func (o CustomComponentLibraryRevisionFile) ToMap() (map[string]interface{}, error)
func (*CustomComponentLibraryRevisionFile) UnmarshalJSON ¶
func (o *CustomComponentLibraryRevisionFile) UnmarshalJSON(data []byte) (err error)
type Environment ¶
type Environment struct {
Id string `json:"id"`
Name string `json:"name"`
Description NullableString `json:"description"`
Color string `json:"color"`
Default bool `json:"default"`
CreatedAt string `json:"created_at"`
UpdatedAt string `json:"updated_at"`
AdditionalProperties map[string]interface{}
}
Environment Environment
func NewEnvironment ¶
func NewEnvironment(id string, name string, description NullableString, color string, default_ bool, createdAt string, updatedAt string) *Environment
NewEnvironment instantiates a new Environment object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewEnvironmentWithDefaults ¶
func NewEnvironmentWithDefaults() *Environment
NewEnvironmentWithDefaults instantiates a new Environment object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*Environment) GetColor ¶
func (o *Environment) GetColor() string
GetColor returns the Color field value
func (*Environment) GetColorOk ¶
func (o *Environment) GetColorOk() (*string, bool)
GetColorOk returns a tuple with the Color field value and a boolean to check if the value has been set.
func (*Environment) GetCreatedAt ¶
func (o *Environment) GetCreatedAt() string
GetCreatedAt returns the CreatedAt field value
func (*Environment) GetCreatedAtOk ¶
func (o *Environment) GetCreatedAtOk() (*string, bool)
GetCreatedAtOk returns a tuple with the CreatedAt field value and a boolean to check if the value has been set.
func (*Environment) GetDefault ¶
func (o *Environment) GetDefault() bool
GetDefault returns the Default field value
func (*Environment) GetDefaultOk ¶
func (o *Environment) GetDefaultOk() (*bool, bool)
GetDefaultOk returns a tuple with the Default field value and a boolean to check if the value has been set.
func (*Environment) GetDescription ¶
func (o *Environment) GetDescription() string
GetDescription returns the Description field value If the value is explicit nil, the zero value for string will be returned
func (*Environment) GetDescriptionOk ¶
func (o *Environment) GetDescriptionOk() (*string, bool)
GetDescriptionOk returns a tuple with the Description 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 (*Environment) GetIdOk ¶
func (o *Environment) GetIdOk() (*string, bool)
GetIdOk returns a tuple with the Id field value and a boolean to check if the value has been set.
func (*Environment) GetName ¶
func (o *Environment) GetName() string
GetName returns the Name field value
func (*Environment) GetNameOk ¶
func (o *Environment) GetNameOk() (*string, bool)
GetNameOk returns a tuple with the Name field value and a boolean to check if the value has been set.
func (*Environment) GetUpdatedAt ¶
func (o *Environment) GetUpdatedAt() string
GetUpdatedAt returns the UpdatedAt field value
func (*Environment) GetUpdatedAtOk ¶
func (o *Environment) GetUpdatedAtOk() (*string, bool)
GetUpdatedAtOk returns a tuple with the UpdatedAt field value and a boolean to check if the value has been set.
func (Environment) MarshalJSON ¶
func (o Environment) MarshalJSON() ([]byte, error)
func (*Environment) SetCreatedAt ¶
func (o *Environment) SetCreatedAt(v string)
SetCreatedAt sets field value
func (*Environment) SetDefault ¶
func (o *Environment) SetDefault(v bool)
SetDefault sets field value
func (*Environment) SetDescription ¶
func (o *Environment) SetDescription(v string)
SetDescription sets field value
func (*Environment) SetUpdatedAt ¶
func (o *Environment) SetUpdatedAt(v string)
SetUpdatedAt sets field value
func (Environment) ToMap ¶
func (o Environment) ToMap() (map[string]interface{}, error)
func (*Environment) UnmarshalJSON ¶
func (o *Environment) UnmarshalJSON(data []byte) (err error)
type EnvironmentsAPIService ¶ added in v1.0.0
type EnvironmentsAPIService service
EnvironmentsAPIService EnvironmentsAPI service
func (*EnvironmentsAPIService) EnvironmentsEnvironmentIdDelete ¶ added in v1.0.0
func (a *EnvironmentsAPIService) EnvironmentsEnvironmentIdDelete(ctx context.Context, environmentId string) ApiEnvironmentsEnvironmentIdDeleteRequest
EnvironmentsEnvironmentIdDelete Delete environment
Available on Retool version 3.123.0+. Deletes an environment by ID. The API token must have the "Environments > Write" scope.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param environmentId @return ApiEnvironmentsEnvironmentIdDeleteRequest
func (*EnvironmentsAPIService) EnvironmentsEnvironmentIdDeleteExecute ¶ added in v1.0.0
func (a *EnvironmentsAPIService) EnvironmentsEnvironmentIdDeleteExecute(r ApiEnvironmentsEnvironmentIdDeleteRequest) (*http.Response, error)
Execute executes the request
func (*EnvironmentsAPIService) EnvironmentsEnvironmentIdGet ¶ added in v1.0.0
func (a *EnvironmentsAPIService) EnvironmentsEnvironmentIdGet(ctx context.Context, environmentId string) ApiEnvironmentsEnvironmentIdGetRequest
EnvironmentsEnvironmentIdGet Get an environment
Available from API version 2.4.0+ and onprem version 3.28.0+. Returns a single environment of the given uuid. The API token must have the "Environment > Read" scope.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param environmentId @return ApiEnvironmentsEnvironmentIdGetRequest
func (*EnvironmentsAPIService) EnvironmentsEnvironmentIdGetExecute ¶ added in v1.0.0
func (a *EnvironmentsAPIService) EnvironmentsEnvironmentIdGetExecute(r ApiEnvironmentsEnvironmentIdGetRequest) (*EnvironmentsEnvironmentIdGet200Response, *http.Response, error)
Execute executes the request
@return EnvironmentsEnvironmentIdGet200Response
func (*EnvironmentsAPIService) EnvironmentsEnvironmentIdPatch ¶ added in v1.0.0
func (a *EnvironmentsAPIService) EnvironmentsEnvironmentIdPatch(ctx context.Context, environmentId string) ApiEnvironmentsEnvironmentIdPatchRequest
EnvironmentsEnvironmentIdPatch Update an environment
Available on Retool version 3.123.0+. Update an environment name, description, or color. The API token must have the "Environments > Write" scope.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param environmentId @return ApiEnvironmentsEnvironmentIdPatchRequest
func (*EnvironmentsAPIService) EnvironmentsEnvironmentIdPatchExecute ¶ added in v1.0.0
func (a *EnvironmentsAPIService) EnvironmentsEnvironmentIdPatchExecute(r ApiEnvironmentsEnvironmentIdPatchRequest) (*EnvironmentsEnvironmentIdPatch200Response, *http.Response, error)
Execute executes the request
@return EnvironmentsEnvironmentIdPatch200Response
func (*EnvironmentsAPIService) EnvironmentsGet ¶ added in v1.0.0
func (a *EnvironmentsAPIService) EnvironmentsGet(ctx context.Context) ApiEnvironmentsGetRequest
EnvironmentsGet Get environments
Available from API version 2.4.0+ and onprem version 3.28.0+. Gets a list of environments. The API token must have the "Environment > Read" scope.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return ApiEnvironmentsGetRequest
func (*EnvironmentsAPIService) EnvironmentsGetExecute ¶ added in v1.0.0
func (a *EnvironmentsAPIService) EnvironmentsGetExecute(r ApiEnvironmentsGetRequest) (*EnvironmentsGet200Response, *http.Response, error)
Execute executes the request
@return EnvironmentsGet200Response
func (*EnvironmentsAPIService) EnvironmentsPost ¶ added in v1.0.0
func (a *EnvironmentsAPIService) EnvironmentsPost(ctx context.Context) ApiEnvironmentsPostRequest
EnvironmentsPost Create environment
Available on Retool version 3.123.0+. Creates and returns an environment. The API token must have the "Environments > Write" scope.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return ApiEnvironmentsPostRequest
func (*EnvironmentsAPIService) EnvironmentsPostExecute ¶ added in v1.0.0
func (a *EnvironmentsAPIService) EnvironmentsPostExecute(r ApiEnvironmentsPostRequest) (*EnvironmentsPost200Response, *http.Response, error)
Execute executes the request
@return EnvironmentsPost200Response
type EnvironmentsEnvironmentIdGet200Response ¶
type EnvironmentsEnvironmentIdGet200Response struct {
// API request succeeded
Success bool `json:"success"`
Data EnvironmentsEnvironmentIdGet200ResponseData `json:"data"`
AdditionalProperties map[string]interface{}
}
EnvironmentsEnvironmentIdGet200Response struct for EnvironmentsEnvironmentIdGet200Response
func NewEnvironmentsEnvironmentIdGet200Response ¶
func NewEnvironmentsEnvironmentIdGet200Response(success bool, data EnvironmentsEnvironmentIdGet200ResponseData) *EnvironmentsEnvironmentIdGet200Response
NewEnvironmentsEnvironmentIdGet200Response instantiates a new EnvironmentsEnvironmentIdGet200Response object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewEnvironmentsEnvironmentIdGet200ResponseWithDefaults ¶
func NewEnvironmentsEnvironmentIdGet200ResponseWithDefaults() *EnvironmentsEnvironmentIdGet200Response
NewEnvironmentsEnvironmentIdGet200ResponseWithDefaults instantiates a new EnvironmentsEnvironmentIdGet200Response object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*EnvironmentsEnvironmentIdGet200Response) GetData ¶
func (o *EnvironmentsEnvironmentIdGet200Response) GetData() EnvironmentsEnvironmentIdGet200ResponseData
GetData returns the Data field value
func (*EnvironmentsEnvironmentIdGet200Response) GetDataOk ¶
func (o *EnvironmentsEnvironmentIdGet200Response) GetDataOk() (*EnvironmentsEnvironmentIdGet200ResponseData, bool)
GetDataOk returns a tuple with the Data field value and a boolean to check if the value has been set.
func (*EnvironmentsEnvironmentIdGet200Response) GetSuccess ¶
func (o *EnvironmentsEnvironmentIdGet200Response) GetSuccess() bool
GetSuccess returns the Success field value
func (*EnvironmentsEnvironmentIdGet200Response) GetSuccessOk ¶
func (o *EnvironmentsEnvironmentIdGet200Response) GetSuccessOk() (*bool, bool)
GetSuccessOk returns a tuple with the Success field value and a boolean to check if the value has been set.
func (EnvironmentsEnvironmentIdGet200Response) MarshalJSON ¶
func (o EnvironmentsEnvironmentIdGet200Response) MarshalJSON() ([]byte, error)
func (*EnvironmentsEnvironmentIdGet200Response) SetData ¶
func (o *EnvironmentsEnvironmentIdGet200Response) SetData(v EnvironmentsEnvironmentIdGet200ResponseData)
SetData sets field value
func (*EnvironmentsEnvironmentIdGet200Response) SetSuccess ¶
func (o *EnvironmentsEnvironmentIdGet200Response) SetSuccess(v bool)
SetSuccess sets field value
func (EnvironmentsEnvironmentIdGet200Response) ToMap ¶
func (o EnvironmentsEnvironmentIdGet200Response) ToMap() (map[string]interface{}, error)
func (*EnvironmentsEnvironmentIdGet200Response) UnmarshalJSON ¶
func (o *EnvironmentsEnvironmentIdGet200Response) UnmarshalJSON(data []byte) (err error)
type EnvironmentsEnvironmentIdGet200ResponseData ¶
type EnvironmentsEnvironmentIdGet200ResponseData struct {
Id string `json:"id"`
Name string `json:"name"`
Description NullableString `json:"description"`
Color string `json:"color"`
Default bool `json:"default"`
CreatedAt string `json:"created_at"`
UpdatedAt string `json:"updated_at"`
AdditionalProperties map[string]interface{}
}
EnvironmentsEnvironmentIdGet200ResponseData The requested environment
func NewEnvironmentsEnvironmentIdGet200ResponseData ¶
func NewEnvironmentsEnvironmentIdGet200ResponseData(id string, name string, description NullableString, color string, default_ bool, createdAt string, updatedAt string) *EnvironmentsEnvironmentIdGet200ResponseData
NewEnvironmentsEnvironmentIdGet200ResponseData instantiates a new EnvironmentsEnvironmentIdGet200ResponseData object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewEnvironmentsEnvironmentIdGet200ResponseDataWithDefaults ¶
func NewEnvironmentsEnvironmentIdGet200ResponseDataWithDefaults() *EnvironmentsEnvironmentIdGet200ResponseData
NewEnvironmentsEnvironmentIdGet200ResponseDataWithDefaults instantiates a new EnvironmentsEnvironmentIdGet200ResponseData object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*EnvironmentsEnvironmentIdGet200ResponseData) GetColor ¶
func (o *EnvironmentsEnvironmentIdGet200ResponseData) GetColor() string
GetColor returns the Color field value
func (*EnvironmentsEnvironmentIdGet200ResponseData) GetColorOk ¶
func (o *EnvironmentsEnvironmentIdGet200ResponseData) GetColorOk() (*string, bool)
GetColorOk returns a tuple with the Color field value and a boolean to check if the value has been set.
func (*EnvironmentsEnvironmentIdGet200ResponseData) GetCreatedAt ¶
func (o *EnvironmentsEnvironmentIdGet200ResponseData) GetCreatedAt() string
GetCreatedAt returns the CreatedAt field value
func (*EnvironmentsEnvironmentIdGet200ResponseData) GetCreatedAtOk ¶
func (o *EnvironmentsEnvironmentIdGet200ResponseData) GetCreatedAtOk() (*string, bool)
GetCreatedAtOk returns a tuple with the CreatedAt field value and a boolean to check if the value has been set.
func (*EnvironmentsEnvironmentIdGet200ResponseData) GetDefault ¶
func (o *EnvironmentsEnvironmentIdGet200ResponseData) GetDefault() bool
GetDefault returns the Default field value
func (*EnvironmentsEnvironmentIdGet200ResponseData) GetDefaultOk ¶
func (o *EnvironmentsEnvironmentIdGet200ResponseData) GetDefaultOk() (*bool, bool)
GetDefaultOk returns a tuple with the Default field value and a boolean to check if the value has been set.
func (*EnvironmentsEnvironmentIdGet200ResponseData) GetDescription ¶
func (o *EnvironmentsEnvironmentIdGet200ResponseData) GetDescription() string
GetDescription returns the Description field value If the value is explicit nil, the zero value for string will be returned
func (*EnvironmentsEnvironmentIdGet200ResponseData) GetDescriptionOk ¶
func (o *EnvironmentsEnvironmentIdGet200ResponseData) GetDescriptionOk() (*string, bool)
GetDescriptionOk returns a tuple with the Description 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 (*EnvironmentsEnvironmentIdGet200ResponseData) GetId ¶
func (o *EnvironmentsEnvironmentIdGet200ResponseData) GetId() string
GetId returns the Id field value
func (*EnvironmentsEnvironmentIdGet200ResponseData) GetIdOk ¶
func (o *EnvironmentsEnvironmentIdGet200ResponseData) GetIdOk() (*string, bool)
GetIdOk returns a tuple with the Id field value and a boolean to check if the value has been set.
func (*EnvironmentsEnvironmentIdGet200ResponseData) GetName ¶
func (o *EnvironmentsEnvironmentIdGet200ResponseData) GetName() string
GetName returns the Name field value
func (*EnvironmentsEnvironmentIdGet200ResponseData) GetNameOk ¶
func (o *EnvironmentsEnvironmentIdGet200ResponseData) GetNameOk() (*string, bool)
GetNameOk returns a tuple with the Name field value and a boolean to check if the value has been set.
func (*EnvironmentsEnvironmentIdGet200ResponseData) GetUpdatedAt ¶
func (o *EnvironmentsEnvironmentIdGet200ResponseData) GetUpdatedAt() string
GetUpdatedAt returns the UpdatedAt field value
func (*EnvironmentsEnvironmentIdGet200ResponseData) GetUpdatedAtOk ¶
func (o *EnvironmentsEnvironmentIdGet200ResponseData) GetUpdatedAtOk() (*string, bool)
GetUpdatedAtOk returns a tuple with the UpdatedAt field value and a boolean to check if the value has been set.
func (EnvironmentsEnvironmentIdGet200ResponseData) MarshalJSON ¶
func (o EnvironmentsEnvironmentIdGet200ResponseData) MarshalJSON() ([]byte, error)
func (*EnvironmentsEnvironmentIdGet200ResponseData) SetColor ¶
func (o *EnvironmentsEnvironmentIdGet200ResponseData) SetColor(v string)
SetColor sets field value
func (*EnvironmentsEnvironmentIdGet200ResponseData) SetCreatedAt ¶
func (o *EnvironmentsEnvironmentIdGet200ResponseData) SetCreatedAt(v string)
SetCreatedAt sets field value
func (*EnvironmentsEnvironmentIdGet200ResponseData) SetDefault ¶
func (o *EnvironmentsEnvironmentIdGet200ResponseData) SetDefault(v bool)
SetDefault sets field value
func (*EnvironmentsEnvironmentIdGet200ResponseData) SetDescription ¶
func (o *EnvironmentsEnvironmentIdGet200ResponseData) SetDescription(v string)
SetDescription sets field value
func (*EnvironmentsEnvironmentIdGet200ResponseData) SetId ¶
func (o *EnvironmentsEnvironmentIdGet200ResponseData) SetId(v string)
SetId sets field value
func (*EnvironmentsEnvironmentIdGet200ResponseData) SetName ¶
func (o *EnvironmentsEnvironmentIdGet200ResponseData) SetName(v string)
SetName sets field value
func (*EnvironmentsEnvironmentIdGet200ResponseData) SetUpdatedAt ¶
func (o *EnvironmentsEnvironmentIdGet200ResponseData) SetUpdatedAt(v string)
SetUpdatedAt sets field value
func (EnvironmentsEnvironmentIdGet200ResponseData) ToMap ¶
func (o EnvironmentsEnvironmentIdGet200ResponseData) ToMap() (map[string]interface{}, error)
func (*EnvironmentsEnvironmentIdGet200ResponseData) UnmarshalJSON ¶
func (o *EnvironmentsEnvironmentIdGet200ResponseData) UnmarshalJSON(data []byte) (err error)
type EnvironmentsEnvironmentIdPatch200Response ¶ added in v1.0.0
type EnvironmentsEnvironmentIdPatch200Response struct {
// API request succeeded
Success bool `json:"success"`
Data EnvironmentsEnvironmentIdPatch200ResponseData `json:"data"`
AdditionalProperties map[string]interface{}
}
EnvironmentsEnvironmentIdPatch200Response struct for EnvironmentsEnvironmentIdPatch200Response
func NewEnvironmentsEnvironmentIdPatch200Response ¶ added in v1.0.0
func NewEnvironmentsEnvironmentIdPatch200Response(success bool, data EnvironmentsEnvironmentIdPatch200ResponseData) *EnvironmentsEnvironmentIdPatch200Response
NewEnvironmentsEnvironmentIdPatch200Response instantiates a new EnvironmentsEnvironmentIdPatch200Response object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewEnvironmentsEnvironmentIdPatch200ResponseWithDefaults ¶ added in v1.0.0
func NewEnvironmentsEnvironmentIdPatch200ResponseWithDefaults() *EnvironmentsEnvironmentIdPatch200Response
NewEnvironmentsEnvironmentIdPatch200ResponseWithDefaults instantiates a new EnvironmentsEnvironmentIdPatch200Response object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*EnvironmentsEnvironmentIdPatch200Response) GetData ¶ added in v1.0.0
func (o *EnvironmentsEnvironmentIdPatch200Response) GetData() EnvironmentsEnvironmentIdPatch200ResponseData
GetData returns the Data field value
func (*EnvironmentsEnvironmentIdPatch200Response) GetDataOk ¶ added in v1.0.0
func (o *EnvironmentsEnvironmentIdPatch200Response) GetDataOk() (*EnvironmentsEnvironmentIdPatch200ResponseData, bool)
GetDataOk returns a tuple with the Data field value and a boolean to check if the value has been set.
func (*EnvironmentsEnvironmentIdPatch200Response) GetSuccess ¶ added in v1.0.0
func (o *EnvironmentsEnvironmentIdPatch200Response) GetSuccess() bool
GetSuccess returns the Success field value
func (*EnvironmentsEnvironmentIdPatch200Response) GetSuccessOk ¶ added in v1.0.0
func (o *EnvironmentsEnvironmentIdPatch200Response) GetSuccessOk() (*bool, bool)
GetSuccessOk returns a tuple with the Success field value and a boolean to check if the value has been set.
func (EnvironmentsEnvironmentIdPatch200Response) MarshalJSON ¶ added in v1.0.0
func (o EnvironmentsEnvironmentIdPatch200Response) MarshalJSON() ([]byte, error)
func (*EnvironmentsEnvironmentIdPatch200Response) SetData ¶ added in v1.0.0
func (o *EnvironmentsEnvironmentIdPatch200Response) SetData(v EnvironmentsEnvironmentIdPatch200ResponseData)
SetData sets field value
func (*EnvironmentsEnvironmentIdPatch200Response) SetSuccess ¶ added in v1.0.0
func (o *EnvironmentsEnvironmentIdPatch200Response) SetSuccess(v bool)
SetSuccess sets field value
func (EnvironmentsEnvironmentIdPatch200Response) ToMap ¶ added in v1.0.0
func (o EnvironmentsEnvironmentIdPatch200Response) ToMap() (map[string]interface{}, error)
func (*EnvironmentsEnvironmentIdPatch200Response) UnmarshalJSON ¶ added in v1.0.0
func (o *EnvironmentsEnvironmentIdPatch200Response) UnmarshalJSON(data []byte) (err error)
type EnvironmentsEnvironmentIdPatch200ResponseData ¶ added in v1.0.0
type EnvironmentsEnvironmentIdPatch200ResponseData struct {
Id string `json:"id"`
Name string `json:"name"`
Description NullableString `json:"description"`
Color string `json:"color"`
Default bool `json:"default"`
CreatedAt string `json:"created_at"`
UpdatedAt string `json:"updated_at"`
AdditionalProperties map[string]interface{}
}
EnvironmentsEnvironmentIdPatch200ResponseData The updated environment.
func NewEnvironmentsEnvironmentIdPatch200ResponseData ¶ added in v1.0.0
func NewEnvironmentsEnvironmentIdPatch200ResponseData(id string, name string, description NullableString, color string, default_ bool, createdAt string, updatedAt string) *EnvironmentsEnvironmentIdPatch200ResponseData
NewEnvironmentsEnvironmentIdPatch200ResponseData instantiates a new EnvironmentsEnvironmentIdPatch200ResponseData object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewEnvironmentsEnvironmentIdPatch200ResponseDataWithDefaults ¶ added in v1.0.0
func NewEnvironmentsEnvironmentIdPatch200ResponseDataWithDefaults() *EnvironmentsEnvironmentIdPatch200ResponseData
NewEnvironmentsEnvironmentIdPatch200ResponseDataWithDefaults instantiates a new EnvironmentsEnvironmentIdPatch200ResponseData object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*EnvironmentsEnvironmentIdPatch200ResponseData) GetColor ¶ added in v1.0.0
func (o *EnvironmentsEnvironmentIdPatch200ResponseData) GetColor() string
GetColor returns the Color field value
func (*EnvironmentsEnvironmentIdPatch200ResponseData) GetColorOk ¶ added in v1.0.0
func (o *EnvironmentsEnvironmentIdPatch200ResponseData) GetColorOk() (*string, bool)
GetColorOk returns a tuple with the Color field value and a boolean to check if the value has been set.
func (*EnvironmentsEnvironmentIdPatch200ResponseData) GetCreatedAt ¶ added in v1.0.0
func (o *EnvironmentsEnvironmentIdPatch200ResponseData) GetCreatedAt() string
GetCreatedAt returns the CreatedAt field value
func (*EnvironmentsEnvironmentIdPatch200ResponseData) GetCreatedAtOk ¶ added in v1.0.0
func (o *EnvironmentsEnvironmentIdPatch200ResponseData) GetCreatedAtOk() (*string, bool)
GetCreatedAtOk returns a tuple with the CreatedAt field value and a boolean to check if the value has been set.
func (*EnvironmentsEnvironmentIdPatch200ResponseData) GetDefault ¶ added in v1.0.0
func (o *EnvironmentsEnvironmentIdPatch200ResponseData) GetDefault() bool
GetDefault returns the Default field value
func (*EnvironmentsEnvironmentIdPatch200ResponseData) GetDefaultOk ¶ added in v1.0.0
func (o *EnvironmentsEnvironmentIdPatch200ResponseData) GetDefaultOk() (*bool, bool)
GetDefaultOk returns a tuple with the Default field value and a boolean to check if the value has been set.
func (*EnvironmentsEnvironmentIdPatch200ResponseData) GetDescription ¶ added in v1.0.0
func (o *EnvironmentsEnvironmentIdPatch200ResponseData) GetDescription() string
GetDescription returns the Description field value If the value is explicit nil, the zero value for string will be returned
func (*EnvironmentsEnvironmentIdPatch200ResponseData) GetDescriptionOk ¶ added in v1.0.0
func (o *EnvironmentsEnvironmentIdPatch200ResponseData) GetDescriptionOk() (*string, bool)
GetDescriptionOk returns a tuple with the Description 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 (*EnvironmentsEnvironmentIdPatch200ResponseData) GetId ¶ added in v1.0.0
func (o *EnvironmentsEnvironmentIdPatch200ResponseData) GetId() string
GetId returns the Id field value
func (*EnvironmentsEnvironmentIdPatch200ResponseData) GetIdOk ¶ added in v1.0.0
func (o *EnvironmentsEnvironmentIdPatch200ResponseData) GetIdOk() (*string, bool)
GetIdOk returns a tuple with the Id field value and a boolean to check if the value has been set.
func (*EnvironmentsEnvironmentIdPatch200ResponseData) GetName ¶ added in v1.0.0
func (o *EnvironmentsEnvironmentIdPatch200ResponseData) GetName() string
GetName returns the Name field value
func (*EnvironmentsEnvironmentIdPatch200ResponseData) GetNameOk ¶ added in v1.0.0
func (o *EnvironmentsEnvironmentIdPatch200ResponseData) GetNameOk() (*string, bool)
GetNameOk returns a tuple with the Name field value and a boolean to check if the value has been set.
func (*EnvironmentsEnvironmentIdPatch200ResponseData) GetUpdatedAt ¶ added in v1.0.0
func (o *EnvironmentsEnvironmentIdPatch200ResponseData) GetUpdatedAt() string
GetUpdatedAt returns the UpdatedAt field value
func (*EnvironmentsEnvironmentIdPatch200ResponseData) GetUpdatedAtOk ¶ added in v1.0.0
func (o *EnvironmentsEnvironmentIdPatch200ResponseData) GetUpdatedAtOk() (*string, bool)
GetUpdatedAtOk returns a tuple with the UpdatedAt field value and a boolean to check if the value has been set.
func (EnvironmentsEnvironmentIdPatch200ResponseData) MarshalJSON ¶ added in v1.0.0
func (o EnvironmentsEnvironmentIdPatch200ResponseData) MarshalJSON() ([]byte, error)
func (*EnvironmentsEnvironmentIdPatch200ResponseData) SetColor ¶ added in v1.0.0
func (o *EnvironmentsEnvironmentIdPatch200ResponseData) SetColor(v string)
SetColor sets field value
func (*EnvironmentsEnvironmentIdPatch200ResponseData) SetCreatedAt ¶ added in v1.0.0
func (o *EnvironmentsEnvironmentIdPatch200ResponseData) SetCreatedAt(v string)
SetCreatedAt sets field value
func (*EnvironmentsEnvironmentIdPatch200ResponseData) SetDefault ¶ added in v1.0.0
func (o *EnvironmentsEnvironmentIdPatch200ResponseData) SetDefault(v bool)
SetDefault sets field value
func (*EnvironmentsEnvironmentIdPatch200ResponseData) SetDescription ¶ added in v1.0.0
func (o *EnvironmentsEnvironmentIdPatch200ResponseData) SetDescription(v string)
SetDescription sets field value
func (*EnvironmentsEnvironmentIdPatch200ResponseData) SetId ¶ added in v1.0.0
func (o *EnvironmentsEnvironmentIdPatch200ResponseData) SetId(v string)
SetId sets field value
func (*EnvironmentsEnvironmentIdPatch200ResponseData) SetName ¶ added in v1.0.0
func (o *EnvironmentsEnvironmentIdPatch200ResponseData) SetName(v string)
SetName sets field value
func (*EnvironmentsEnvironmentIdPatch200ResponseData) SetUpdatedAt ¶ added in v1.0.0
func (o *EnvironmentsEnvironmentIdPatch200ResponseData) SetUpdatedAt(v string)
SetUpdatedAt sets field value
func (EnvironmentsEnvironmentIdPatch200ResponseData) ToMap ¶ added in v1.0.0
func (o EnvironmentsEnvironmentIdPatch200ResponseData) ToMap() (map[string]interface{}, error)
func (*EnvironmentsEnvironmentIdPatch200ResponseData) UnmarshalJSON ¶ added in v1.0.0
func (o *EnvironmentsEnvironmentIdPatch200ResponseData) UnmarshalJSON(data []byte) (err error)
type EnvironmentsEnvironmentIdPatchRequest ¶ added in v1.0.0
type EnvironmentsEnvironmentIdPatchRequest struct {
// A list of operations to apply to the environment. See the [JSON PATCH specification](https://tools.ietf.org/html/rfc6902) for more details.
Operations []ReplaceOperation `json:"operations"`
}
EnvironmentsEnvironmentIdPatchRequest The body of a request to update an environment.
func NewEnvironmentsEnvironmentIdPatchRequest ¶ added in v1.0.0
func NewEnvironmentsEnvironmentIdPatchRequest(operations []ReplaceOperation) *EnvironmentsEnvironmentIdPatchRequest
NewEnvironmentsEnvironmentIdPatchRequest instantiates a new EnvironmentsEnvironmentIdPatchRequest object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewEnvironmentsEnvironmentIdPatchRequestWithDefaults ¶ added in v1.0.0
func NewEnvironmentsEnvironmentIdPatchRequestWithDefaults() *EnvironmentsEnvironmentIdPatchRequest
NewEnvironmentsEnvironmentIdPatchRequestWithDefaults instantiates a new EnvironmentsEnvironmentIdPatchRequest object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*EnvironmentsEnvironmentIdPatchRequest) GetOperations ¶ added in v1.0.0
func (o *EnvironmentsEnvironmentIdPatchRequest) GetOperations() []ReplaceOperation
GetOperations returns the Operations field value
func (*EnvironmentsEnvironmentIdPatchRequest) GetOperationsOk ¶ added in v1.0.0
func (o *EnvironmentsEnvironmentIdPatchRequest) GetOperationsOk() ([]ReplaceOperation, bool)
GetOperationsOk returns a tuple with the Operations field value and a boolean to check if the value has been set.
func (EnvironmentsEnvironmentIdPatchRequest) MarshalJSON ¶ added in v1.0.0
func (o EnvironmentsEnvironmentIdPatchRequest) MarshalJSON() ([]byte, error)
func (*EnvironmentsEnvironmentIdPatchRequest) SetOperations ¶ added in v1.0.0
func (o *EnvironmentsEnvironmentIdPatchRequest) SetOperations(v []ReplaceOperation)
SetOperations sets field value
func (EnvironmentsEnvironmentIdPatchRequest) ToMap ¶ added in v1.0.0
func (o EnvironmentsEnvironmentIdPatchRequest) ToMap() (map[string]interface{}, error)
func (*EnvironmentsEnvironmentIdPatchRequest) UnmarshalJSON ¶ added in v1.0.0
func (o *EnvironmentsEnvironmentIdPatchRequest) UnmarshalJSON(data []byte) (err error)
type EnvironmentsGet200Response ¶
type EnvironmentsGet200Response struct {
// API request succeeded
Success bool `json:"success"`
// An array of requested items
Data []ResourceConfigurationsGet200ResponseDataInnerEnvironment `json:"data"`
// Total number of items in the response
TotalCount float32 `json:"total_count"`
// A token to retrieve the next page of items in the collection
NextToken NullableString `json:"next_token"`
// Whether there are more items in the collection
HasMore bool `json:"has_more"`
AdditionalProperties map[string]interface{}
}
EnvironmentsGet200Response A list of environments.
func NewEnvironmentsGet200Response ¶
func NewEnvironmentsGet200Response(success bool, data []ResourceConfigurationsGet200ResponseDataInnerEnvironment, totalCount float32, nextToken NullableString, hasMore bool) *EnvironmentsGet200Response
NewEnvironmentsGet200Response instantiates a new EnvironmentsGet200Response object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewEnvironmentsGet200ResponseWithDefaults ¶
func NewEnvironmentsGet200ResponseWithDefaults() *EnvironmentsGet200Response
NewEnvironmentsGet200ResponseWithDefaults instantiates a new EnvironmentsGet200Response object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*EnvironmentsGet200Response) GetData ¶
func (o *EnvironmentsGet200Response) GetData() []ResourceConfigurationsGet200ResponseDataInnerEnvironment
GetData returns the Data field value
func (*EnvironmentsGet200Response) GetDataOk ¶
func (o *EnvironmentsGet200Response) GetDataOk() ([]ResourceConfigurationsGet200ResponseDataInnerEnvironment, bool)
GetDataOk returns a tuple with the Data field value and a boolean to check if the value has been set.
func (*EnvironmentsGet200Response) GetHasMore ¶
func (o *EnvironmentsGet200Response) GetHasMore() bool
GetHasMore returns the HasMore field value
func (*EnvironmentsGet200Response) GetHasMoreOk ¶
func (o *EnvironmentsGet200Response) GetHasMoreOk() (*bool, bool)
GetHasMoreOk returns a tuple with the HasMore field value and a boolean to check if the value has been set.
func (*EnvironmentsGet200Response) GetNextToken ¶
func (o *EnvironmentsGet200Response) GetNextToken() string
GetNextToken returns the NextToken field value If the value is explicit nil, the zero value for string will be returned
func (*EnvironmentsGet200Response) GetNextTokenOk ¶
func (o *EnvironmentsGet200Response) GetNextTokenOk() (*string, bool)
GetNextTokenOk returns a tuple with the NextToken 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 (*EnvironmentsGet200Response) GetSuccess ¶
func (o *EnvironmentsGet200Response) GetSuccess() bool
GetSuccess returns the Success field value
func (*EnvironmentsGet200Response) GetSuccessOk ¶
func (o *EnvironmentsGet200Response) GetSuccessOk() (*bool, bool)
GetSuccessOk returns a tuple with the Success field value and a boolean to check if the value has been set.
func (*EnvironmentsGet200Response) GetTotalCount ¶
func (o *EnvironmentsGet200Response) GetTotalCount() float32
GetTotalCount returns the TotalCount field value
func (*EnvironmentsGet200Response) GetTotalCountOk ¶
func (o *EnvironmentsGet200Response) GetTotalCountOk() (*float32, bool)
GetTotalCountOk returns a tuple with the TotalCount field value and a boolean to check if the value has been set.
func (EnvironmentsGet200Response) MarshalJSON ¶
func (o EnvironmentsGet200Response) MarshalJSON() ([]byte, error)
func (*EnvironmentsGet200Response) SetData ¶
func (o *EnvironmentsGet200Response) SetData(v []ResourceConfigurationsGet200ResponseDataInnerEnvironment)
SetData sets field value
func (*EnvironmentsGet200Response) SetHasMore ¶
func (o *EnvironmentsGet200Response) SetHasMore(v bool)
SetHasMore sets field value
func (*EnvironmentsGet200Response) SetNextToken ¶
func (o *EnvironmentsGet200Response) SetNextToken(v string)
SetNextToken sets field value
func (*EnvironmentsGet200Response) SetSuccess ¶
func (o *EnvironmentsGet200Response) SetSuccess(v bool)
SetSuccess sets field value
func (*EnvironmentsGet200Response) SetTotalCount ¶
func (o *EnvironmentsGet200Response) SetTotalCount(v float32)
SetTotalCount sets field value
func (EnvironmentsGet200Response) ToMap ¶
func (o EnvironmentsGet200Response) ToMap() (map[string]interface{}, error)
func (*EnvironmentsGet200Response) UnmarshalJSON ¶
func (o *EnvironmentsGet200Response) UnmarshalJSON(data []byte) (err error)
type EnvironmentsPost200Response ¶ added in v1.0.0
type EnvironmentsPost200Response struct {
// API request succeeded
Success bool `json:"success"`
Data EnvironmentsPost200ResponseData `json:"data"`
AdditionalProperties map[string]interface{}
}
EnvironmentsPost200Response struct for EnvironmentsPost200Response
func NewEnvironmentsPost200Response ¶ added in v1.0.0
func NewEnvironmentsPost200Response(success bool, data EnvironmentsPost200ResponseData) *EnvironmentsPost200Response
NewEnvironmentsPost200Response instantiates a new EnvironmentsPost200Response object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewEnvironmentsPost200ResponseWithDefaults ¶ added in v1.0.0
func NewEnvironmentsPost200ResponseWithDefaults() *EnvironmentsPost200Response
NewEnvironmentsPost200ResponseWithDefaults instantiates a new EnvironmentsPost200Response object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*EnvironmentsPost200Response) GetData ¶ added in v1.0.0
func (o *EnvironmentsPost200Response) GetData() EnvironmentsPost200ResponseData
GetData returns the Data field value
func (*EnvironmentsPost200Response) GetDataOk ¶ added in v1.0.0
func (o *EnvironmentsPost200Response) GetDataOk() (*EnvironmentsPost200ResponseData, bool)
GetDataOk returns a tuple with the Data field value and a boolean to check if the value has been set.
func (*EnvironmentsPost200Response) GetSuccess ¶ added in v1.0.0
func (o *EnvironmentsPost200Response) GetSuccess() bool
GetSuccess returns the Success field value
func (*EnvironmentsPost200Response) GetSuccessOk ¶ added in v1.0.0
func (o *EnvironmentsPost200Response) GetSuccessOk() (*bool, bool)
GetSuccessOk returns a tuple with the Success field value and a boolean to check if the value has been set.
func (EnvironmentsPost200Response) MarshalJSON ¶ added in v1.0.0
func (o EnvironmentsPost200Response) MarshalJSON() ([]byte, error)
func (*EnvironmentsPost200Response) SetData ¶ added in v1.0.0
func (o *EnvironmentsPost200Response) SetData(v EnvironmentsPost200ResponseData)
SetData sets field value
func (*EnvironmentsPost200Response) SetSuccess ¶ added in v1.0.0
func (o *EnvironmentsPost200Response) SetSuccess(v bool)
SetSuccess sets field value
func (EnvironmentsPost200Response) ToMap ¶ added in v1.0.0
func (o EnvironmentsPost200Response) ToMap() (map[string]interface{}, error)
func (*EnvironmentsPost200Response) UnmarshalJSON ¶ added in v1.0.0
func (o *EnvironmentsPost200Response) UnmarshalJSON(data []byte) (err error)
type EnvironmentsPost200ResponseData ¶ added in v1.0.0
type EnvironmentsPost200ResponseData struct {
Id string `json:"id"`
Name string `json:"name"`
Description NullableString `json:"description"`
Color string `json:"color"`
Default bool `json:"default"`
CreatedAt string `json:"created_at"`
UpdatedAt string `json:"updated_at"`
AdditionalProperties map[string]interface{}
}
EnvironmentsPost200ResponseData The created environment
func NewEnvironmentsPost200ResponseData ¶ added in v1.0.0
func NewEnvironmentsPost200ResponseData(id string, name string, description NullableString, color string, default_ bool, createdAt string, updatedAt string) *EnvironmentsPost200ResponseData
NewEnvironmentsPost200ResponseData instantiates a new EnvironmentsPost200ResponseData object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewEnvironmentsPost200ResponseDataWithDefaults ¶ added in v1.0.0
func NewEnvironmentsPost200ResponseDataWithDefaults() *EnvironmentsPost200ResponseData
NewEnvironmentsPost200ResponseDataWithDefaults instantiates a new EnvironmentsPost200ResponseData object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*EnvironmentsPost200ResponseData) GetColor ¶ added in v1.0.0
func (o *EnvironmentsPost200ResponseData) GetColor() string
GetColor returns the Color field value
func (*EnvironmentsPost200ResponseData) GetColorOk ¶ added in v1.0.0
func (o *EnvironmentsPost200ResponseData) GetColorOk() (*string, bool)
GetColorOk returns a tuple with the Color field value and a boolean to check if the value has been set.
func (*EnvironmentsPost200ResponseData) GetCreatedAt ¶ added in v1.0.0
func (o *EnvironmentsPost200ResponseData) GetCreatedAt() string
GetCreatedAt returns the CreatedAt field value
func (*EnvironmentsPost200ResponseData) GetCreatedAtOk ¶ added in v1.0.0
func (o *EnvironmentsPost200ResponseData) GetCreatedAtOk() (*string, bool)
GetCreatedAtOk returns a tuple with the CreatedAt field value and a boolean to check if the value has been set.
func (*EnvironmentsPost200ResponseData) GetDefault ¶ added in v1.0.0
func (o *EnvironmentsPost200ResponseData) GetDefault() bool
GetDefault returns the Default field value
func (*EnvironmentsPost200ResponseData) GetDefaultOk ¶ added in v1.0.0
func (o *EnvironmentsPost200ResponseData) GetDefaultOk() (*bool, bool)
GetDefaultOk returns a tuple with the Default field value and a boolean to check if the value has been set.
func (*EnvironmentsPost200ResponseData) GetDescription ¶ added in v1.0.0
func (o *EnvironmentsPost200ResponseData) GetDescription() string
GetDescription returns the Description field value If the value is explicit nil, the zero value for string will be returned
func (*EnvironmentsPost200ResponseData) GetDescriptionOk ¶ added in v1.0.0
func (o *EnvironmentsPost200ResponseData) GetDescriptionOk() (*string, bool)
GetDescriptionOk returns a tuple with the Description 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 (*EnvironmentsPost200ResponseData) GetId ¶ added in v1.0.0
func (o *EnvironmentsPost200ResponseData) GetId() string
GetId returns the Id field value
func (*EnvironmentsPost200ResponseData) GetIdOk ¶ added in v1.0.0
func (o *EnvironmentsPost200ResponseData) GetIdOk() (*string, bool)
GetIdOk returns a tuple with the Id field value and a boolean to check if the value has been set.
func (*EnvironmentsPost200ResponseData) GetName ¶ added in v1.0.0
func (o *EnvironmentsPost200ResponseData) GetName() string
GetName returns the Name field value
func (*EnvironmentsPost200ResponseData) GetNameOk ¶ added in v1.0.0
func (o *EnvironmentsPost200ResponseData) GetNameOk() (*string, bool)
GetNameOk returns a tuple with the Name field value and a boolean to check if the value has been set.
func (*EnvironmentsPost200ResponseData) GetUpdatedAt ¶ added in v1.0.0
func (o *EnvironmentsPost200ResponseData) GetUpdatedAt() string
GetUpdatedAt returns the UpdatedAt field value
func (*EnvironmentsPost200ResponseData) GetUpdatedAtOk ¶ added in v1.0.0
func (o *EnvironmentsPost200ResponseData) GetUpdatedAtOk() (*string, bool)
GetUpdatedAtOk returns a tuple with the UpdatedAt field value and a boolean to check if the value has been set.
func (EnvironmentsPost200ResponseData) MarshalJSON ¶ added in v1.0.0
func (o EnvironmentsPost200ResponseData) MarshalJSON() ([]byte, error)
func (*EnvironmentsPost200ResponseData) SetColor ¶ added in v1.0.0
func (o *EnvironmentsPost200ResponseData) SetColor(v string)
SetColor sets field value
func (*EnvironmentsPost200ResponseData) SetCreatedAt ¶ added in v1.0.0
func (o *EnvironmentsPost200ResponseData) SetCreatedAt(v string)
SetCreatedAt sets field value
func (*EnvironmentsPost200ResponseData) SetDefault ¶ added in v1.0.0
func (o *EnvironmentsPost200ResponseData) SetDefault(v bool)
SetDefault sets field value
func (*EnvironmentsPost200ResponseData) SetDescription ¶ added in v1.0.0
func (o *EnvironmentsPost200ResponseData) SetDescription(v string)
SetDescription sets field value
func (*EnvironmentsPost200ResponseData) SetId ¶ added in v1.0.0
func (o *EnvironmentsPost200ResponseData) SetId(v string)
SetId sets field value
func (*EnvironmentsPost200ResponseData) SetName ¶ added in v1.0.0
func (o *EnvironmentsPost200ResponseData) SetName(v string)
SetName sets field value
func (*EnvironmentsPost200ResponseData) SetUpdatedAt ¶ added in v1.0.0
func (o *EnvironmentsPost200ResponseData) SetUpdatedAt(v string)
SetUpdatedAt sets field value
func (EnvironmentsPost200ResponseData) ToMap ¶ added in v1.0.0
func (o EnvironmentsPost200ResponseData) ToMap() (map[string]interface{}, error)
func (*EnvironmentsPost200ResponseData) UnmarshalJSON ¶ added in v1.0.0
func (o *EnvironmentsPost200ResponseData) UnmarshalJSON(data []byte) (err error)
type EnvironmentsPostRequest ¶ added in v1.0.0
type EnvironmentsPostRequest struct {
// The name of the environment.
Name string `json:"name"`
// A description for the environment.
Description *string `json:"description,omitempty"`
// The (hexadecimal) color of the environment.
Color string `json:"color"`
AdditionalProperties map[string]interface{}
}
EnvironmentsPostRequest struct for EnvironmentsPostRequest
func NewEnvironmentsPostRequest ¶ added in v1.0.0
func NewEnvironmentsPostRequest(name string, color string) *EnvironmentsPostRequest
NewEnvironmentsPostRequest instantiates a new EnvironmentsPostRequest object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewEnvironmentsPostRequestWithDefaults ¶ added in v1.0.0
func NewEnvironmentsPostRequestWithDefaults() *EnvironmentsPostRequest
NewEnvironmentsPostRequestWithDefaults instantiates a new EnvironmentsPostRequest object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*EnvironmentsPostRequest) GetColor ¶ added in v1.0.0
func (o *EnvironmentsPostRequest) GetColor() string
GetColor returns the Color field value
func (*EnvironmentsPostRequest) GetColorOk ¶ added in v1.0.0
func (o *EnvironmentsPostRequest) GetColorOk() (*string, bool)
GetColorOk returns a tuple with the Color field value and a boolean to check if the value has been set.
func (*EnvironmentsPostRequest) GetDescription ¶ added in v1.0.0
func (o *EnvironmentsPostRequest) GetDescription() string
GetDescription returns the Description field value if set, zero value otherwise.
func (*EnvironmentsPostRequest) GetDescriptionOk ¶ added in v1.0.0
func (o *EnvironmentsPostRequest) 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 (*EnvironmentsPostRequest) GetName ¶ added in v1.0.0
func (o *EnvironmentsPostRequest) GetName() string
GetName returns the Name field value
func (*EnvironmentsPostRequest) GetNameOk ¶ added in v1.0.0
func (o *EnvironmentsPostRequest) GetNameOk() (*string, bool)
GetNameOk returns a tuple with the Name field value and a boolean to check if the value has been set.
func (*EnvironmentsPostRequest) HasDescription ¶ added in v1.0.0
func (o *EnvironmentsPostRequest) HasDescription() bool
HasDescription returns a boolean if a field has been set.
func (EnvironmentsPostRequest) MarshalJSON ¶ added in v1.0.0
func (o EnvironmentsPostRequest) MarshalJSON() ([]byte, error)
func (*EnvironmentsPostRequest) SetColor ¶ added in v1.0.0
func (o *EnvironmentsPostRequest) SetColor(v string)
SetColor sets field value
func (*EnvironmentsPostRequest) SetDescription ¶ added in v1.0.0
func (o *EnvironmentsPostRequest) SetDescription(v string)
SetDescription gets a reference to the given string and assigns it to the Description field.
func (*EnvironmentsPostRequest) SetName ¶ added in v1.0.0
func (o *EnvironmentsPostRequest) SetName(v string)
SetName sets field value
func (EnvironmentsPostRequest) ToMap ¶ added in v1.0.0
func (o EnvironmentsPostRequest) ToMap() (map[string]interface{}, error)
func (*EnvironmentsPostRequest) UnmarshalJSON ¶ added in v1.0.0
func (o *EnvironmentsPostRequest) UnmarshalJSON(data []byte) (err error)
type Folder ¶
Folder struct for Folder
func NewFolder ¶
NewFolder instantiates a new Folder object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewFolderWithDefaults ¶
func NewFolderWithDefaults() *Folder
NewFolderWithDefaults instantiates a new Folder object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*Folder) GetIdOk ¶
GetIdOk returns a tuple with the Id field value and a boolean to check if the value has been set.
func (*Folder) GetTypeOk ¶ added in v1.0.0
GetTypeOk returns a tuple with the Type field value and a boolean to check if the value has been set.
func (Folder) MarshalJSON ¶
func (*Folder) UnmarshalJSON ¶
type FoldersAPIService ¶
type FoldersAPIService service
FoldersAPIService FoldersAPI service
func (*FoldersAPIService) FoldersFolderIdDelete ¶
func (a *FoldersAPIService) FoldersFolderIdDelete(ctx context.Context, folderId string) ApiFoldersFolderIdDeleteRequest
FoldersFolderIdDelete Delete folder
Deletes a folder by ID. The API token must have the "Folders > Write" scope.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param folderId The id of the folder @return ApiFoldersFolderIdDeleteRequest
func (*FoldersAPIService) FoldersFolderIdDeleteExecute ¶
func (a *FoldersAPIService) FoldersFolderIdDeleteExecute(r ApiFoldersFolderIdDeleteRequest) (*http.Response, error)
Execute executes the request
func (*FoldersAPIService) FoldersFolderIdGet ¶
func (a *FoldersAPIService) FoldersFolderIdGet(ctx context.Context, folderId string) ApiFoldersFolderIdGetRequest
FoldersFolderIdGet Get a folder
Returns the folder with the given ID. The API token must have the "Folders > Read" scope.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param folderId The id of the folder @return ApiFoldersFolderIdGetRequest
func (*FoldersAPIService) FoldersFolderIdGetExecute ¶
func (a *FoldersAPIService) FoldersFolderIdGetExecute(r ApiFoldersFolderIdGetRequest) (*FoldersFolderIdGet200Response, *http.Response, error)
Execute executes the request
@return FoldersFolderIdGet200Response
func (*FoldersAPIService) FoldersFolderIdPatch ¶
func (a *FoldersAPIService) FoldersFolderIdPatch(ctx context.Context, folderId string) ApiFoldersFolderIdPatchRequest
FoldersFolderIdPatch Update folder
Updates a folder by ID. The API token must have the "Folders > Write" scope.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param folderId The id of the folder @return ApiFoldersFolderIdPatchRequest
func (*FoldersAPIService) FoldersFolderIdPatchExecute ¶
func (a *FoldersAPIService) FoldersFolderIdPatchExecute(r ApiFoldersFolderIdPatchRequest) (*FoldersFolderIdPatch200Response, *http.Response, error)
Execute executes the request
@return FoldersFolderIdPatch200Response
func (*FoldersAPIService) FoldersGet ¶
func (a *FoldersAPIService) FoldersGet(ctx context.Context) ApiFoldersGetRequest
FoldersGet List folders
Returns a list of folders. The API token must have the "Folders > Read" scope.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return ApiFoldersGetRequest
func (*FoldersAPIService) FoldersGetExecute ¶
func (a *FoldersAPIService) FoldersGetExecute(r ApiFoldersGetRequest) (*FoldersGet200Response, *http.Response, error)
Execute executes the request
@return FoldersGet200Response
func (*FoldersAPIService) FoldersPost ¶
func (a *FoldersAPIService) FoldersPost(ctx context.Context) ApiFoldersPostRequest
FoldersPost Create folder
Creates and returns a folder. The API token must have the "Folders > Write" scope.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return ApiFoldersPostRequest
func (*FoldersAPIService) FoldersPostExecute ¶
func (a *FoldersAPIService) FoldersPostExecute(r ApiFoldersPostRequest) (*FoldersPost200Response, *http.Response, error)
Execute executes the request
@return FoldersPost200Response
type FoldersFolderIdDeleteRequest ¶
type FoldersFolderIdDeleteRequest struct {
// Should the folder's contents also be deleted?
Recursive *bool `json:"recursive,omitempty"`
AdditionalProperties map[string]interface{}
}
FoldersFolderIdDeleteRequest struct for FoldersFolderIdDeleteRequest
func NewFoldersFolderIdDeleteRequest ¶
func NewFoldersFolderIdDeleteRequest() *FoldersFolderIdDeleteRequest
NewFoldersFolderIdDeleteRequest instantiates a new FoldersFolderIdDeleteRequest object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewFoldersFolderIdDeleteRequestWithDefaults ¶
func NewFoldersFolderIdDeleteRequestWithDefaults() *FoldersFolderIdDeleteRequest
NewFoldersFolderIdDeleteRequestWithDefaults instantiates a new FoldersFolderIdDeleteRequest object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*FoldersFolderIdDeleteRequest) GetRecursive ¶
func (o *FoldersFolderIdDeleteRequest) GetRecursive() bool
GetRecursive returns the Recursive field value if set, zero value otherwise.
func (*FoldersFolderIdDeleteRequest) GetRecursiveOk ¶
func (o *FoldersFolderIdDeleteRequest) GetRecursiveOk() (*bool, bool)
GetRecursiveOk returns a tuple with the Recursive field value if set, nil otherwise and a boolean to check if the value has been set.
func (*FoldersFolderIdDeleteRequest) HasRecursive ¶
func (o *FoldersFolderIdDeleteRequest) HasRecursive() bool
HasRecursive returns a boolean if a field has been set.
func (FoldersFolderIdDeleteRequest) MarshalJSON ¶
func (o FoldersFolderIdDeleteRequest) MarshalJSON() ([]byte, error)
func (*FoldersFolderIdDeleteRequest) SetRecursive ¶
func (o *FoldersFolderIdDeleteRequest) SetRecursive(v bool)
SetRecursive gets a reference to the given bool and assigns it to the Recursive field.
func (FoldersFolderIdDeleteRequest) ToMap ¶
func (o FoldersFolderIdDeleteRequest) ToMap() (map[string]interface{}, error)
func (*FoldersFolderIdDeleteRequest) UnmarshalJSON ¶
func (o *FoldersFolderIdDeleteRequest) UnmarshalJSON(data []byte) (err error)
type FoldersFolderIdGet200Response ¶
type FoldersFolderIdGet200Response struct {
// API request succeeded
Success bool `json:"success"`
Data FoldersFolderIdGet200ResponseData `json:"data"`
AdditionalProperties map[string]interface{}
}
FoldersFolderIdGet200Response struct for FoldersFolderIdGet200Response
func NewFoldersFolderIdGet200Response ¶
func NewFoldersFolderIdGet200Response(success bool, data FoldersFolderIdGet200ResponseData) *FoldersFolderIdGet200Response
NewFoldersFolderIdGet200Response instantiates a new FoldersFolderIdGet200Response object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewFoldersFolderIdGet200ResponseWithDefaults ¶
func NewFoldersFolderIdGet200ResponseWithDefaults() *FoldersFolderIdGet200Response
NewFoldersFolderIdGet200ResponseWithDefaults instantiates a new FoldersFolderIdGet200Response object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*FoldersFolderIdGet200Response) GetData ¶
func (o *FoldersFolderIdGet200Response) GetData() FoldersFolderIdGet200ResponseData
GetData returns the Data field value
func (*FoldersFolderIdGet200Response) GetDataOk ¶
func (o *FoldersFolderIdGet200Response) GetDataOk() (*FoldersFolderIdGet200ResponseData, bool)
GetDataOk returns a tuple with the Data field value and a boolean to check if the value has been set.
func (*FoldersFolderIdGet200Response) GetSuccess ¶
func (o *FoldersFolderIdGet200Response) GetSuccess() bool
GetSuccess returns the Success field value
func (*FoldersFolderIdGet200Response) GetSuccessOk ¶
func (o *FoldersFolderIdGet200Response) GetSuccessOk() (*bool, bool)
GetSuccessOk returns a tuple with the Success field value and a boolean to check if the value has been set.
func (FoldersFolderIdGet200Response) MarshalJSON ¶
func (o FoldersFolderIdGet200Response) MarshalJSON() ([]byte, error)
func (*FoldersFolderIdGet200Response) SetData ¶
func (o *FoldersFolderIdGet200Response) SetData(v FoldersFolderIdGet200ResponseData)
SetData sets field value
func (*FoldersFolderIdGet200Response) SetSuccess ¶
func (o *FoldersFolderIdGet200Response) SetSuccess(v bool)
SetSuccess sets field value
func (FoldersFolderIdGet200Response) ToMap ¶
func (o FoldersFolderIdGet200Response) ToMap() (map[string]interface{}, error)
func (*FoldersFolderIdGet200Response) UnmarshalJSON ¶
func (o *FoldersFolderIdGet200Response) UnmarshalJSON(data []byte) (err error)
type FoldersFolderIdGet200ResponseData ¶
type FoldersFolderIdGet200ResponseData struct {
// The id of the folder. Currently this is the same as legacy_id but will be different in the future.
Id string `json:"id"`
// The legacy id of the folder.
LegacyId string `json:"legacy_id"`
// The name of the folder
Name string `json:"name"`
// The id of the parent folder
ParentFolderId NullableString `json:"parent_folder_id,omitempty"`
// Whether the folder is a system folder
IsSystemFolder bool `json:"is_system_folder"`
// The type of the folder
FolderType string `json:"folder_type"`
CreatedAt string `json:"created_at"`
UpdatedAt string `json:"updated_at"`
AdditionalProperties map[string]interface{}
}
FoldersFolderIdGet200ResponseData The requested folder.
func NewFoldersFolderIdGet200ResponseData ¶
func NewFoldersFolderIdGet200ResponseData(id string, legacyId string, name string, isSystemFolder bool, folderType string, createdAt string, updatedAt string) *FoldersFolderIdGet200ResponseData
NewFoldersFolderIdGet200ResponseData instantiates a new FoldersFolderIdGet200ResponseData object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewFoldersFolderIdGet200ResponseDataWithDefaults ¶
func NewFoldersFolderIdGet200ResponseDataWithDefaults() *FoldersFolderIdGet200ResponseData
NewFoldersFolderIdGet200ResponseDataWithDefaults instantiates a new FoldersFolderIdGet200ResponseData object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*FoldersFolderIdGet200ResponseData) GetCreatedAt ¶
func (o *FoldersFolderIdGet200ResponseData) GetCreatedAt() string
GetCreatedAt returns the CreatedAt field value
func (*FoldersFolderIdGet200ResponseData) GetCreatedAtOk ¶
func (o *FoldersFolderIdGet200ResponseData) GetCreatedAtOk() (*string, bool)
GetCreatedAtOk returns a tuple with the CreatedAt field value and a boolean to check if the value has been set.
func (*FoldersFolderIdGet200ResponseData) GetFolderType ¶
func (o *FoldersFolderIdGet200ResponseData) GetFolderType() string
GetFolderType returns the FolderType field value
func (*FoldersFolderIdGet200ResponseData) GetFolderTypeOk ¶
func (o *FoldersFolderIdGet200ResponseData) GetFolderTypeOk() (*string, bool)
GetFolderTypeOk returns a tuple with the FolderType field value and a boolean to check if the value has been set.
func (*FoldersFolderIdGet200ResponseData) GetId ¶
func (o *FoldersFolderIdGet200ResponseData) GetId() string
GetId returns the Id field value
func (*FoldersFolderIdGet200ResponseData) GetIdOk ¶
func (o *FoldersFolderIdGet200ResponseData) GetIdOk() (*string, bool)
GetIdOk returns a tuple with the Id field value and a boolean to check if the value has been set.
func (*FoldersFolderIdGet200ResponseData) GetIsSystemFolder ¶
func (o *FoldersFolderIdGet200ResponseData) GetIsSystemFolder() bool
GetIsSystemFolder returns the IsSystemFolder field value
func (*FoldersFolderIdGet200ResponseData) GetIsSystemFolderOk ¶
func (o *FoldersFolderIdGet200ResponseData) GetIsSystemFolderOk() (*bool, bool)
GetIsSystemFolderOk returns a tuple with the IsSystemFolder field value and a boolean to check if the value has been set.
func (*FoldersFolderIdGet200ResponseData) GetLegacyId ¶
func (o *FoldersFolderIdGet200ResponseData) GetLegacyId() string
GetLegacyId returns the LegacyId field value
func (*FoldersFolderIdGet200ResponseData) GetLegacyIdOk ¶
func (o *FoldersFolderIdGet200ResponseData) GetLegacyIdOk() (*string, bool)
GetLegacyIdOk returns a tuple with the LegacyId field value and a boolean to check if the value has been set.
func (*FoldersFolderIdGet200ResponseData) GetName ¶
func (o *FoldersFolderIdGet200ResponseData) GetName() string
GetName returns the Name field value
func (*FoldersFolderIdGet200ResponseData) GetNameOk ¶
func (o *FoldersFolderIdGet200ResponseData) GetNameOk() (*string, bool)
GetNameOk returns a tuple with the Name field value and a boolean to check if the value has been set.
func (*FoldersFolderIdGet200ResponseData) GetParentFolderId ¶
func (o *FoldersFolderIdGet200ResponseData) GetParentFolderId() string
GetParentFolderId returns the ParentFolderId field value if set, zero value otherwise (both if not set or set to explicit null).
func (*FoldersFolderIdGet200ResponseData) GetParentFolderIdOk ¶
func (o *FoldersFolderIdGet200ResponseData) GetParentFolderIdOk() (*string, bool)
GetParentFolderIdOk returns a tuple with the ParentFolderId 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 (*FoldersFolderIdGet200ResponseData) GetUpdatedAt ¶
func (o *FoldersFolderIdGet200ResponseData) GetUpdatedAt() string
GetUpdatedAt returns the UpdatedAt field value
func (*FoldersFolderIdGet200ResponseData) GetUpdatedAtOk ¶
func (o *FoldersFolderIdGet200ResponseData) GetUpdatedAtOk() (*string, bool)
GetUpdatedAtOk returns a tuple with the UpdatedAt field value and a boolean to check if the value has been set.
func (*FoldersFolderIdGet200ResponseData) HasParentFolderId ¶
func (o *FoldersFolderIdGet200ResponseData) HasParentFolderId() bool
HasParentFolderId returns a boolean if a field has been set.
func (FoldersFolderIdGet200ResponseData) MarshalJSON ¶
func (o FoldersFolderIdGet200ResponseData) MarshalJSON() ([]byte, error)
func (*FoldersFolderIdGet200ResponseData) SetCreatedAt ¶
func (o *FoldersFolderIdGet200ResponseData) SetCreatedAt(v string)
SetCreatedAt sets field value
func (*FoldersFolderIdGet200ResponseData) SetFolderType ¶
func (o *FoldersFolderIdGet200ResponseData) SetFolderType(v string)
SetFolderType sets field value
func (*FoldersFolderIdGet200ResponseData) SetId ¶
func (o *FoldersFolderIdGet200ResponseData) SetId(v string)
SetId sets field value
func (*FoldersFolderIdGet200ResponseData) SetIsSystemFolder ¶
func (o *FoldersFolderIdGet200ResponseData) SetIsSystemFolder(v bool)
SetIsSystemFolder sets field value
func (*FoldersFolderIdGet200ResponseData) SetLegacyId ¶
func (o *FoldersFolderIdGet200ResponseData) SetLegacyId(v string)
SetLegacyId sets field value
func (*FoldersFolderIdGet200ResponseData) SetName ¶
func (o *FoldersFolderIdGet200ResponseData) SetName(v string)
SetName sets field value
func (*FoldersFolderIdGet200ResponseData) SetParentFolderId ¶
func (o *FoldersFolderIdGet200ResponseData) SetParentFolderId(v string)
SetParentFolderId gets a reference to the given NullableString and assigns it to the ParentFolderId field.
func (*FoldersFolderIdGet200ResponseData) SetParentFolderIdNil ¶
func (o *FoldersFolderIdGet200ResponseData) SetParentFolderIdNil()
SetParentFolderIdNil sets the value for ParentFolderId to be an explicit nil
func (*FoldersFolderIdGet200ResponseData) SetUpdatedAt ¶
func (o *FoldersFolderIdGet200ResponseData) SetUpdatedAt(v string)
SetUpdatedAt sets field value
func (FoldersFolderIdGet200ResponseData) ToMap ¶
func (o FoldersFolderIdGet200ResponseData) ToMap() (map[string]interface{}, error)
func (*FoldersFolderIdGet200ResponseData) UnmarshalJSON ¶
func (o *FoldersFolderIdGet200ResponseData) UnmarshalJSON(data []byte) (err error)
func (*FoldersFolderIdGet200ResponseData) UnsetParentFolderId ¶
func (o *FoldersFolderIdGet200ResponseData) UnsetParentFolderId()
UnsetParentFolderId ensures that no value is present for ParentFolderId, not even an explicit nil
type FoldersFolderIdPatch200Response ¶
type FoldersFolderIdPatch200Response struct {
// API request succeeded
Success bool `json:"success"`
Data FoldersFolderIdPatch200ResponseData `json:"data"`
AdditionalProperties map[string]interface{}
}
FoldersFolderIdPatch200Response struct for FoldersFolderIdPatch200Response
func NewFoldersFolderIdPatch200Response ¶
func NewFoldersFolderIdPatch200Response(success bool, data FoldersFolderIdPatch200ResponseData) *FoldersFolderIdPatch200Response
NewFoldersFolderIdPatch200Response instantiates a new FoldersFolderIdPatch200Response object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewFoldersFolderIdPatch200ResponseWithDefaults ¶
func NewFoldersFolderIdPatch200ResponseWithDefaults() *FoldersFolderIdPatch200Response
NewFoldersFolderIdPatch200ResponseWithDefaults instantiates a new FoldersFolderIdPatch200Response object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*FoldersFolderIdPatch200Response) GetData ¶
func (o *FoldersFolderIdPatch200Response) GetData() FoldersFolderIdPatch200ResponseData
GetData returns the Data field value
func (*FoldersFolderIdPatch200Response) GetDataOk ¶
func (o *FoldersFolderIdPatch200Response) GetDataOk() (*FoldersFolderIdPatch200ResponseData, bool)
GetDataOk returns a tuple with the Data field value and a boolean to check if the value has been set.
func (*FoldersFolderIdPatch200Response) GetSuccess ¶
func (o *FoldersFolderIdPatch200Response) GetSuccess() bool
GetSuccess returns the Success field value
func (*FoldersFolderIdPatch200Response) GetSuccessOk ¶
func (o *FoldersFolderIdPatch200Response) GetSuccessOk() (*bool, bool)
GetSuccessOk returns a tuple with the Success field value and a boolean to check if the value has been set.
func (FoldersFolderIdPatch200Response) MarshalJSON ¶
func (o FoldersFolderIdPatch200Response) MarshalJSON() ([]byte, error)
func (*FoldersFolderIdPatch200Response) SetData ¶
func (o *FoldersFolderIdPatch200Response) SetData(v FoldersFolderIdPatch200ResponseData)
SetData sets field value
func (*FoldersFolderIdPatch200Response) SetSuccess ¶
func (o *FoldersFolderIdPatch200Response) SetSuccess(v bool)
SetSuccess sets field value
func (FoldersFolderIdPatch200Response) ToMap ¶
func (o FoldersFolderIdPatch200Response) ToMap() (map[string]interface{}, error)
func (*FoldersFolderIdPatch200Response) UnmarshalJSON ¶
func (o *FoldersFolderIdPatch200Response) UnmarshalJSON(data []byte) (err error)
type FoldersFolderIdPatch200ResponseData ¶
type FoldersFolderIdPatch200ResponseData struct {
// The id of the folder. Currently this is the same as legacy_id but will be different in the future.
Id string `json:"id"`
// The legacy id of the folder.
LegacyId string `json:"legacy_id"`
// The name of the folder
Name string `json:"name"`
// The id of the parent folder
ParentFolderId NullableString `json:"parent_folder_id,omitempty"`
// Whether the folder is a system folder
IsSystemFolder bool `json:"is_system_folder"`
// The type of the folder
FolderType string `json:"folder_type"`
CreatedAt string `json:"created_at"`
UpdatedAt string `json:"updated_at"`
AdditionalProperties map[string]interface{}
}
FoldersFolderIdPatch200ResponseData The updated folder.
func NewFoldersFolderIdPatch200ResponseData ¶
func NewFoldersFolderIdPatch200ResponseData(id string, legacyId string, name string, isSystemFolder bool, folderType string, createdAt string, updatedAt string) *FoldersFolderIdPatch200ResponseData
NewFoldersFolderIdPatch200ResponseData instantiates a new FoldersFolderIdPatch200ResponseData object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewFoldersFolderIdPatch200ResponseDataWithDefaults ¶
func NewFoldersFolderIdPatch200ResponseDataWithDefaults() *FoldersFolderIdPatch200ResponseData
NewFoldersFolderIdPatch200ResponseDataWithDefaults instantiates a new FoldersFolderIdPatch200ResponseData object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*FoldersFolderIdPatch200ResponseData) GetCreatedAt ¶
func (o *FoldersFolderIdPatch200ResponseData) GetCreatedAt() string
GetCreatedAt returns the CreatedAt field value
func (*FoldersFolderIdPatch200ResponseData) GetCreatedAtOk ¶
func (o *FoldersFolderIdPatch200ResponseData) GetCreatedAtOk() (*string, bool)
GetCreatedAtOk returns a tuple with the CreatedAt field value and a boolean to check if the value has been set.
func (*FoldersFolderIdPatch200ResponseData) GetFolderType ¶
func (o *FoldersFolderIdPatch200ResponseData) GetFolderType() string
GetFolderType returns the FolderType field value
func (*FoldersFolderIdPatch200ResponseData) GetFolderTypeOk ¶
func (o *FoldersFolderIdPatch200ResponseData) GetFolderTypeOk() (*string, bool)
GetFolderTypeOk returns a tuple with the FolderType field value and a boolean to check if the value has been set.
func (*FoldersFolderIdPatch200ResponseData) GetId ¶
func (o *FoldersFolderIdPatch200ResponseData) GetId() string
GetId returns the Id field value
func (*FoldersFolderIdPatch200ResponseData) GetIdOk ¶
func (o *FoldersFolderIdPatch200ResponseData) GetIdOk() (*string, bool)
GetIdOk returns a tuple with the Id field value and a boolean to check if the value has been set.
func (*FoldersFolderIdPatch200ResponseData) GetIsSystemFolder ¶
func (o *FoldersFolderIdPatch200ResponseData) GetIsSystemFolder() bool
GetIsSystemFolder returns the IsSystemFolder field value
func (*FoldersFolderIdPatch200ResponseData) GetIsSystemFolderOk ¶
func (o *FoldersFolderIdPatch200ResponseData) GetIsSystemFolderOk() (*bool, bool)
GetIsSystemFolderOk returns a tuple with the IsSystemFolder field value and a boolean to check if the value has been set.
func (*FoldersFolderIdPatch200ResponseData) GetLegacyId ¶
func (o *FoldersFolderIdPatch200ResponseData) GetLegacyId() string
GetLegacyId returns the LegacyId field value
func (*FoldersFolderIdPatch200ResponseData) GetLegacyIdOk ¶
func (o *FoldersFolderIdPatch200ResponseData) GetLegacyIdOk() (*string, bool)
GetLegacyIdOk returns a tuple with the LegacyId field value and a boolean to check if the value has been set.
func (*FoldersFolderIdPatch200ResponseData) GetName ¶
func (o *FoldersFolderIdPatch200ResponseData) GetName() string
GetName returns the Name field value
func (*FoldersFolderIdPatch200ResponseData) GetNameOk ¶
func (o *FoldersFolderIdPatch200ResponseData) GetNameOk() (*string, bool)
GetNameOk returns a tuple with the Name field value and a boolean to check if the value has been set.
func (*FoldersFolderIdPatch200ResponseData) GetParentFolderId ¶
func (o *FoldersFolderIdPatch200ResponseData) GetParentFolderId() string
GetParentFolderId returns the ParentFolderId field value if set, zero value otherwise (both if not set or set to explicit null).
func (*FoldersFolderIdPatch200ResponseData) GetParentFolderIdOk ¶
func (o *FoldersFolderIdPatch200ResponseData) GetParentFolderIdOk() (*string, bool)
GetParentFolderIdOk returns a tuple with the ParentFolderId 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 (*FoldersFolderIdPatch200ResponseData) GetUpdatedAt ¶
func (o *FoldersFolderIdPatch200ResponseData) GetUpdatedAt() string
GetUpdatedAt returns the UpdatedAt field value
func (*FoldersFolderIdPatch200ResponseData) GetUpdatedAtOk ¶
func (o *FoldersFolderIdPatch200ResponseData) GetUpdatedAtOk() (*string, bool)
GetUpdatedAtOk returns a tuple with the UpdatedAt field value and a boolean to check if the value has been set.
func (*FoldersFolderIdPatch200ResponseData) HasParentFolderId ¶
func (o *FoldersFolderIdPatch200ResponseData) HasParentFolderId() bool
HasParentFolderId returns a boolean if a field has been set.
func (FoldersFolderIdPatch200ResponseData) MarshalJSON ¶
func (o FoldersFolderIdPatch200ResponseData) MarshalJSON() ([]byte, error)
func (*FoldersFolderIdPatch200ResponseData) SetCreatedAt ¶
func (o *FoldersFolderIdPatch200ResponseData) SetCreatedAt(v string)
SetCreatedAt sets field value
func (*FoldersFolderIdPatch200ResponseData) SetFolderType ¶
func (o *FoldersFolderIdPatch200ResponseData) SetFolderType(v string)
SetFolderType sets field value
func (*FoldersFolderIdPatch200ResponseData) SetId ¶
func (o *FoldersFolderIdPatch200ResponseData) SetId(v string)
SetId sets field value
func (*FoldersFolderIdPatch200ResponseData) SetIsSystemFolder ¶
func (o *FoldersFolderIdPatch200ResponseData) SetIsSystemFolder(v bool)
SetIsSystemFolder sets field value
func (*FoldersFolderIdPatch200ResponseData) SetLegacyId ¶
func (o *FoldersFolderIdPatch200ResponseData) SetLegacyId(v string)
SetLegacyId sets field value
func (*FoldersFolderIdPatch200ResponseData) SetName ¶
func (o *FoldersFolderIdPatch200ResponseData) SetName(v string)
SetName sets field value
func (*FoldersFolderIdPatch200ResponseData) SetParentFolderId ¶
func (o *FoldersFolderIdPatch200ResponseData) SetParentFolderId(v string)
SetParentFolderId gets a reference to the given NullableString and assigns it to the ParentFolderId field.
func (*FoldersFolderIdPatch200ResponseData) SetParentFolderIdNil ¶
func (o *FoldersFolderIdPatch200ResponseData) SetParentFolderIdNil()
SetParentFolderIdNil sets the value for ParentFolderId to be an explicit nil
func (*FoldersFolderIdPatch200ResponseData) SetUpdatedAt ¶
func (o *FoldersFolderIdPatch200ResponseData) SetUpdatedAt(v string)
SetUpdatedAt sets field value
func (FoldersFolderIdPatch200ResponseData) ToMap ¶
func (o FoldersFolderIdPatch200ResponseData) ToMap() (map[string]interface{}, error)
func (*FoldersFolderIdPatch200ResponseData) UnmarshalJSON ¶
func (o *FoldersFolderIdPatch200ResponseData) UnmarshalJSON(data []byte) (err error)
func (*FoldersFolderIdPatch200ResponseData) UnsetParentFolderId ¶
func (o *FoldersFolderIdPatch200ResponseData) UnsetParentFolderId()
UnsetParentFolderId ensures that no value is present for ParentFolderId, not even an explicit nil
type FoldersFolderIdPatchRequest ¶
type FoldersFolderIdPatchRequest struct {
// A list of operations to apply to the folder. See https://tools.ietf.org/html/rfc6902 for details.
Operations []FoldersFolderIdPatchRequestOperationsInner `json:"operations"`
}
FoldersFolderIdPatchRequest struct for FoldersFolderIdPatchRequest
func NewFoldersFolderIdPatchRequest ¶
func NewFoldersFolderIdPatchRequest(operations []FoldersFolderIdPatchRequestOperationsInner) *FoldersFolderIdPatchRequest
NewFoldersFolderIdPatchRequest instantiates a new FoldersFolderIdPatchRequest object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewFoldersFolderIdPatchRequestWithDefaults ¶
func NewFoldersFolderIdPatchRequestWithDefaults() *FoldersFolderIdPatchRequest
NewFoldersFolderIdPatchRequestWithDefaults instantiates a new FoldersFolderIdPatchRequest object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*FoldersFolderIdPatchRequest) GetOperations ¶
func (o *FoldersFolderIdPatchRequest) GetOperations() []FoldersFolderIdPatchRequestOperationsInner
GetOperations returns the Operations field value
func (*FoldersFolderIdPatchRequest) GetOperationsOk ¶
func (o *FoldersFolderIdPatchRequest) GetOperationsOk() ([]FoldersFolderIdPatchRequestOperationsInner, bool)
GetOperationsOk returns a tuple with the Operations field value and a boolean to check if the value has been set.
func (FoldersFolderIdPatchRequest) MarshalJSON ¶
func (o FoldersFolderIdPatchRequest) MarshalJSON() ([]byte, error)
func (*FoldersFolderIdPatchRequest) SetOperations ¶
func (o *FoldersFolderIdPatchRequest) SetOperations(v []FoldersFolderIdPatchRequestOperationsInner)
SetOperations sets field value
func (FoldersFolderIdPatchRequest) ToMap ¶
func (o FoldersFolderIdPatchRequest) ToMap() (map[string]interface{}, error)
func (*FoldersFolderIdPatchRequest) UnmarshalJSON ¶
func (o *FoldersFolderIdPatchRequest) UnmarshalJSON(data []byte) (err error)
type FoldersFolderIdPatchRequestOperationsInner ¶
type FoldersFolderIdPatchRequestOperationsInner struct {
AddOperation *AddOperation
CopyOperation *CopyOperation
MoveOperation *MoveOperation
RemoveOperation *RemoveOperation
ReplaceOperation *ReplaceOperation
TestOperation *TestOperation
}
FoldersFolderIdPatchRequestOperationsInner struct for FoldersFolderIdPatchRequestOperationsInner
func (FoldersFolderIdPatchRequestOperationsInner) MarshalJSON ¶
func (src FoldersFolderIdPatchRequestOperationsInner) MarshalJSON() ([]byte, error)
Marshal data from the first non-nil pointers in the struct to JSON
func (*FoldersFolderIdPatchRequestOperationsInner) UnmarshalJSON ¶
func (dst *FoldersFolderIdPatchRequestOperationsInner) UnmarshalJSON(data []byte) error
Unmarshal JSON data into any of the pointers in the struct
type FoldersFolderIdPatchRequestOperationsInnerAnyOf ¶
type FoldersFolderIdPatchRequestOperationsInnerAnyOf struct {
Op string `json:"op"`
Path string `json:"path"`
From string `json:"from"`
AdditionalProperties map[string]interface{}
}
FoldersFolderIdPatchRequestOperationsInnerAnyOf struct for FoldersFolderIdPatchRequestOperationsInnerAnyOf
func NewFoldersFolderIdPatchRequestOperationsInnerAnyOf ¶
func NewFoldersFolderIdPatchRequestOperationsInnerAnyOf(op string, path string, from string) *FoldersFolderIdPatchRequestOperationsInnerAnyOf
NewFoldersFolderIdPatchRequestOperationsInnerAnyOf instantiates a new FoldersFolderIdPatchRequestOperationsInnerAnyOf object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewFoldersFolderIdPatchRequestOperationsInnerAnyOfWithDefaults ¶
func NewFoldersFolderIdPatchRequestOperationsInnerAnyOfWithDefaults() *FoldersFolderIdPatchRequestOperationsInnerAnyOf
NewFoldersFolderIdPatchRequestOperationsInnerAnyOfWithDefaults instantiates a new FoldersFolderIdPatchRequestOperationsInnerAnyOf object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*FoldersFolderIdPatchRequestOperationsInnerAnyOf) GetFrom ¶
func (o *FoldersFolderIdPatchRequestOperationsInnerAnyOf) GetFrom() string
GetFrom returns the From field value
func (*FoldersFolderIdPatchRequestOperationsInnerAnyOf) GetFromOk ¶
func (o *FoldersFolderIdPatchRequestOperationsInnerAnyOf) GetFromOk() (*string, bool)
GetFromOk returns a tuple with the From field value and a boolean to check if the value has been set.
func (*FoldersFolderIdPatchRequestOperationsInnerAnyOf) GetOp ¶
func (o *FoldersFolderIdPatchRequestOperationsInnerAnyOf) GetOp() string
GetOp returns the Op field value
func (*FoldersFolderIdPatchRequestOperationsInnerAnyOf) GetOpOk ¶
func (o *FoldersFolderIdPatchRequestOperationsInnerAnyOf) GetOpOk() (*string, bool)
GetOpOk returns a tuple with the Op field value and a boolean to check if the value has been set.
func (*FoldersFolderIdPatchRequestOperationsInnerAnyOf) GetPath ¶
func (o *FoldersFolderIdPatchRequestOperationsInnerAnyOf) GetPath() string
GetPath returns the Path field value
func (*FoldersFolderIdPatchRequestOperationsInnerAnyOf) GetPathOk ¶
func (o *FoldersFolderIdPatchRequestOperationsInnerAnyOf) GetPathOk() (*string, bool)
GetPathOk returns a tuple with the Path field value and a boolean to check if the value has been set.
func (FoldersFolderIdPatchRequestOperationsInnerAnyOf) MarshalJSON ¶
func (o FoldersFolderIdPatchRequestOperationsInnerAnyOf) MarshalJSON() ([]byte, error)
func (*FoldersFolderIdPatchRequestOperationsInnerAnyOf) SetFrom ¶
func (o *FoldersFolderIdPatchRequestOperationsInnerAnyOf) SetFrom(v string)
SetFrom sets field value
func (*FoldersFolderIdPatchRequestOperationsInnerAnyOf) SetOp ¶
func (o *FoldersFolderIdPatchRequestOperationsInnerAnyOf) SetOp(v string)
SetOp sets field value
func (*FoldersFolderIdPatchRequestOperationsInnerAnyOf) SetPath ¶
func (o *FoldersFolderIdPatchRequestOperationsInnerAnyOf) SetPath(v string)
SetPath sets field value
func (FoldersFolderIdPatchRequestOperationsInnerAnyOf) ToMap ¶
func (o FoldersFolderIdPatchRequestOperationsInnerAnyOf) ToMap() (map[string]interface{}, error)
func (*FoldersFolderIdPatchRequestOperationsInnerAnyOf) UnmarshalJSON ¶
func (o *FoldersFolderIdPatchRequestOperationsInnerAnyOf) UnmarshalJSON(data []byte) (err error)
type FoldersFolderIdPatchRequestOperationsInnerAnyOf1 ¶
type FoldersFolderIdPatchRequestOperationsInnerAnyOf1 struct {
Op string `json:"op"`
Path string `json:"path"`
From string `json:"from"`
AdditionalProperties map[string]interface{}
}
FoldersFolderIdPatchRequestOperationsInnerAnyOf1 struct for FoldersFolderIdPatchRequestOperationsInnerAnyOf1
func NewFoldersFolderIdPatchRequestOperationsInnerAnyOf1 ¶
func NewFoldersFolderIdPatchRequestOperationsInnerAnyOf1(op string, path string, from string) *FoldersFolderIdPatchRequestOperationsInnerAnyOf1
NewFoldersFolderIdPatchRequestOperationsInnerAnyOf1 instantiates a new FoldersFolderIdPatchRequestOperationsInnerAnyOf1 object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewFoldersFolderIdPatchRequestOperationsInnerAnyOf1WithDefaults ¶
func NewFoldersFolderIdPatchRequestOperationsInnerAnyOf1WithDefaults() *FoldersFolderIdPatchRequestOperationsInnerAnyOf1
NewFoldersFolderIdPatchRequestOperationsInnerAnyOf1WithDefaults instantiates a new FoldersFolderIdPatchRequestOperationsInnerAnyOf1 object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*FoldersFolderIdPatchRequestOperationsInnerAnyOf1) GetFrom ¶
func (o *FoldersFolderIdPatchRequestOperationsInnerAnyOf1) GetFrom() string
GetFrom returns the From field value
func (*FoldersFolderIdPatchRequestOperationsInnerAnyOf1) GetFromOk ¶
func (o *FoldersFolderIdPatchRequestOperationsInnerAnyOf1) GetFromOk() (*string, bool)
GetFromOk returns a tuple with the From field value and a boolean to check if the value has been set.
func (*FoldersFolderIdPatchRequestOperationsInnerAnyOf1) GetOp ¶
func (o *FoldersFolderIdPatchRequestOperationsInnerAnyOf1) GetOp() string
GetOp returns the Op field value
func (*FoldersFolderIdPatchRequestOperationsInnerAnyOf1) GetOpOk ¶
func (o *FoldersFolderIdPatchRequestOperationsInnerAnyOf1) GetOpOk() (*string, bool)
GetOpOk returns a tuple with the Op field value and a boolean to check if the value has been set.
func (*FoldersFolderIdPatchRequestOperationsInnerAnyOf1) GetPath ¶
func (o *FoldersFolderIdPatchRequestOperationsInnerAnyOf1) GetPath() string
GetPath returns the Path field value
func (*FoldersFolderIdPatchRequestOperationsInnerAnyOf1) GetPathOk ¶
func (o *FoldersFolderIdPatchRequestOperationsInnerAnyOf1) GetPathOk() (*string, bool)
GetPathOk returns a tuple with the Path field value and a boolean to check if the value has been set.
func (FoldersFolderIdPatchRequestOperationsInnerAnyOf1) MarshalJSON ¶
func (o FoldersFolderIdPatchRequestOperationsInnerAnyOf1) MarshalJSON() ([]byte, error)
func (*FoldersFolderIdPatchRequestOperationsInnerAnyOf1) SetFrom ¶
func (o *FoldersFolderIdPatchRequestOperationsInnerAnyOf1) SetFrom(v string)
SetFrom sets field value
func (*FoldersFolderIdPatchRequestOperationsInnerAnyOf1) SetOp ¶
func (o *FoldersFolderIdPatchRequestOperationsInnerAnyOf1) SetOp(v string)
SetOp sets field value
func (*FoldersFolderIdPatchRequestOperationsInnerAnyOf1) SetPath ¶
func (o *FoldersFolderIdPatchRequestOperationsInnerAnyOf1) SetPath(v string)
SetPath sets field value
func (FoldersFolderIdPatchRequestOperationsInnerAnyOf1) ToMap ¶
func (o FoldersFolderIdPatchRequestOperationsInnerAnyOf1) ToMap() (map[string]interface{}, error)
func (*FoldersFolderIdPatchRequestOperationsInnerAnyOf1) UnmarshalJSON ¶
func (o *FoldersFolderIdPatchRequestOperationsInnerAnyOf1) UnmarshalJSON(data []byte) (err error)
type FoldersFolderIdPatchRequestOperationsInnerAnyOf2 ¶
type FoldersFolderIdPatchRequestOperationsInnerAnyOf2 struct {
Op string `json:"op"`
Path string `json:"path"`
// A JSON value
Value interface{} `json:"value,omitempty"`
AdditionalProperties map[string]interface{}
}
FoldersFolderIdPatchRequestOperationsInnerAnyOf2 struct for FoldersFolderIdPatchRequestOperationsInnerAnyOf2
func NewFoldersFolderIdPatchRequestOperationsInnerAnyOf2 ¶
func NewFoldersFolderIdPatchRequestOperationsInnerAnyOf2(op string, path string) *FoldersFolderIdPatchRequestOperationsInnerAnyOf2
NewFoldersFolderIdPatchRequestOperationsInnerAnyOf2 instantiates a new FoldersFolderIdPatchRequestOperationsInnerAnyOf2 object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewFoldersFolderIdPatchRequestOperationsInnerAnyOf2WithDefaults ¶
func NewFoldersFolderIdPatchRequestOperationsInnerAnyOf2WithDefaults() *FoldersFolderIdPatchRequestOperationsInnerAnyOf2
NewFoldersFolderIdPatchRequestOperationsInnerAnyOf2WithDefaults instantiates a new FoldersFolderIdPatchRequestOperationsInnerAnyOf2 object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*FoldersFolderIdPatchRequestOperationsInnerAnyOf2) GetOp ¶
func (o *FoldersFolderIdPatchRequestOperationsInnerAnyOf2) GetOp() string
GetOp returns the Op field value
func (*FoldersFolderIdPatchRequestOperationsInnerAnyOf2) GetOpOk ¶
func (o *FoldersFolderIdPatchRequestOperationsInnerAnyOf2) GetOpOk() (*string, bool)
GetOpOk returns a tuple with the Op field value and a boolean to check if the value has been set.
func (*FoldersFolderIdPatchRequestOperationsInnerAnyOf2) GetPath ¶
func (o *FoldersFolderIdPatchRequestOperationsInnerAnyOf2) GetPath() string
GetPath returns the Path field value
func (*FoldersFolderIdPatchRequestOperationsInnerAnyOf2) GetPathOk ¶
func (o *FoldersFolderIdPatchRequestOperationsInnerAnyOf2) GetPathOk() (*string, bool)
GetPathOk returns a tuple with the Path field value and a boolean to check if the value has been set.
func (*FoldersFolderIdPatchRequestOperationsInnerAnyOf2) GetValue ¶
func (o *FoldersFolderIdPatchRequestOperationsInnerAnyOf2) GetValue() interface{}
GetValue returns the Value field value if set, zero value otherwise (both if not set or set to explicit null).
func (*FoldersFolderIdPatchRequestOperationsInnerAnyOf2) GetValueOk ¶
func (o *FoldersFolderIdPatchRequestOperationsInnerAnyOf2) 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 (*FoldersFolderIdPatchRequestOperationsInnerAnyOf2) HasValue ¶
func (o *FoldersFolderIdPatchRequestOperationsInnerAnyOf2) HasValue() bool
HasValue returns a boolean if a field has been set.
func (FoldersFolderIdPatchRequestOperationsInnerAnyOf2) MarshalJSON ¶
func (o FoldersFolderIdPatchRequestOperationsInnerAnyOf2) MarshalJSON() ([]byte, error)
func (*FoldersFolderIdPatchRequestOperationsInnerAnyOf2) SetOp ¶
func (o *FoldersFolderIdPatchRequestOperationsInnerAnyOf2) SetOp(v string)
SetOp sets field value
func (*FoldersFolderIdPatchRequestOperationsInnerAnyOf2) SetPath ¶
func (o *FoldersFolderIdPatchRequestOperationsInnerAnyOf2) SetPath(v string)
SetPath sets field value
func (*FoldersFolderIdPatchRequestOperationsInnerAnyOf2) SetValue ¶
func (o *FoldersFolderIdPatchRequestOperationsInnerAnyOf2) SetValue(v interface{})
SetValue gets a reference to the given interface{} and assigns it to the Value field.
func (FoldersFolderIdPatchRequestOperationsInnerAnyOf2) ToMap ¶
func (o FoldersFolderIdPatchRequestOperationsInnerAnyOf2) ToMap() (map[string]interface{}, error)
func (*FoldersFolderIdPatchRequestOperationsInnerAnyOf2) UnmarshalJSON ¶
func (o *FoldersFolderIdPatchRequestOperationsInnerAnyOf2) UnmarshalJSON(data []byte) (err error)
type FoldersGet200Response ¶
type FoldersGet200Response struct {
// API request succeeded
Success bool `json:"success"`
// An array of requested items
Data []FoldersGet200ResponseDataInner `json:"data"`
// Total number of items in the response
TotalCount float32 `json:"total_count"`
// A token to retrieve the next page of items in the collection
NextToken NullableString `json:"next_token"`
// Whether there are more items in the collection
HasMore bool `json:"has_more"`
AdditionalProperties map[string]interface{}
}
FoldersGet200Response struct for FoldersGet200Response
func NewFoldersGet200Response ¶
func NewFoldersGet200Response(success bool, data []FoldersGet200ResponseDataInner, totalCount float32, nextToken NullableString, hasMore bool) *FoldersGet200Response
NewFoldersGet200Response instantiates a new FoldersGet200Response object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewFoldersGet200ResponseWithDefaults ¶
func NewFoldersGet200ResponseWithDefaults() *FoldersGet200Response
NewFoldersGet200ResponseWithDefaults instantiates a new FoldersGet200Response object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*FoldersGet200Response) GetData ¶
func (o *FoldersGet200Response) GetData() []FoldersGet200ResponseDataInner
GetData returns the Data field value
func (*FoldersGet200Response) GetDataOk ¶
func (o *FoldersGet200Response) GetDataOk() ([]FoldersGet200ResponseDataInner, bool)
GetDataOk returns a tuple with the Data field value and a boolean to check if the value has been set.
func (*FoldersGet200Response) GetHasMore ¶
func (o *FoldersGet200Response) GetHasMore() bool
GetHasMore returns the HasMore field value
func (*FoldersGet200Response) GetHasMoreOk ¶
func (o *FoldersGet200Response) GetHasMoreOk() (*bool, bool)
GetHasMoreOk returns a tuple with the HasMore field value and a boolean to check if the value has been set.
func (*FoldersGet200Response) GetNextToken ¶
func (o *FoldersGet200Response) GetNextToken() string
GetNextToken returns the NextToken field value If the value is explicit nil, the zero value for string will be returned
func (*FoldersGet200Response) GetNextTokenOk ¶
func (o *FoldersGet200Response) GetNextTokenOk() (*string, bool)
GetNextTokenOk returns a tuple with the NextToken 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 (*FoldersGet200Response) GetSuccess ¶
func (o *FoldersGet200Response) GetSuccess() bool
GetSuccess returns the Success field value
func (*FoldersGet200Response) GetSuccessOk ¶
func (o *FoldersGet200Response) GetSuccessOk() (*bool, bool)
GetSuccessOk returns a tuple with the Success field value and a boolean to check if the value has been set.
func (*FoldersGet200Response) GetTotalCount ¶
func (o *FoldersGet200Response) GetTotalCount() float32
GetTotalCount returns the TotalCount field value
func (*FoldersGet200Response) GetTotalCountOk ¶
func (o *FoldersGet200Response) GetTotalCountOk() (*float32, bool)
GetTotalCountOk returns a tuple with the TotalCount field value and a boolean to check if the value has been set.
func (FoldersGet200Response) MarshalJSON ¶
func (o FoldersGet200Response) MarshalJSON() ([]byte, error)
func (*FoldersGet200Response) SetData ¶
func (o *FoldersGet200Response) SetData(v []FoldersGet200ResponseDataInner)
SetData sets field value
func (*FoldersGet200Response) SetHasMore ¶
func (o *FoldersGet200Response) SetHasMore(v bool)
SetHasMore sets field value
func (*FoldersGet200Response) SetNextToken ¶
func (o *FoldersGet200Response) SetNextToken(v string)
SetNextToken sets field value
func (*FoldersGet200Response) SetSuccess ¶
func (o *FoldersGet200Response) SetSuccess(v bool)
SetSuccess sets field value
func (*FoldersGet200Response) SetTotalCount ¶
func (o *FoldersGet200Response) SetTotalCount(v float32)
SetTotalCount sets field value
func (FoldersGet200Response) ToMap ¶
func (o FoldersGet200Response) ToMap() (map[string]interface{}, error)
func (*FoldersGet200Response) UnmarshalJSON ¶
func (o *FoldersGet200Response) UnmarshalJSON(data []byte) (err error)
type FoldersGet200ResponseDataInner ¶
type FoldersGet200ResponseDataInner struct {
// The id of the folder. Currently this is the same as legacy_id but will be different in the future.
Id string `json:"id"`
// The legacy id of the folder.
LegacyId string `json:"legacy_id"`
// The name of the folder
Name string `json:"name"`
// The id of the parent folder
ParentFolderId NullableString `json:"parent_folder_id,omitempty"`
// Whether the folder is a system folder
IsSystemFolder bool `json:"is_system_folder"`
// The type of the folder
FolderType string `json:"folder_type"`
CreatedAt string `json:"created_at"`
UpdatedAt string `json:"updated_at"`
AdditionalProperties map[string]interface{}
}
FoldersGet200ResponseDataInner Folders
func NewFoldersGet200ResponseDataInner ¶
func NewFoldersGet200ResponseDataInner(id string, legacyId string, name string, isSystemFolder bool, folderType string, createdAt string, updatedAt string) *FoldersGet200ResponseDataInner
NewFoldersGet200ResponseDataInner instantiates a new FoldersGet200ResponseDataInner object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewFoldersGet200ResponseDataInnerWithDefaults ¶
func NewFoldersGet200ResponseDataInnerWithDefaults() *FoldersGet200ResponseDataInner
NewFoldersGet200ResponseDataInnerWithDefaults instantiates a new FoldersGet200ResponseDataInner object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*FoldersGet200ResponseDataInner) GetCreatedAt ¶
func (o *FoldersGet200ResponseDataInner) GetCreatedAt() string
GetCreatedAt returns the CreatedAt field value
func (*FoldersGet200ResponseDataInner) GetCreatedAtOk ¶
func (o *FoldersGet200ResponseDataInner) GetCreatedAtOk() (*string, bool)
GetCreatedAtOk returns a tuple with the CreatedAt field value and a boolean to check if the value has been set.
func (*FoldersGet200ResponseDataInner) GetFolderType ¶
func (o *FoldersGet200ResponseDataInner) GetFolderType() string
GetFolderType returns the FolderType field value
func (*FoldersGet200ResponseDataInner) GetFolderTypeOk ¶
func (o *FoldersGet200ResponseDataInner) GetFolderTypeOk() (*string, bool)
GetFolderTypeOk returns a tuple with the FolderType field value and a boolean to check if the value has been set.
func (*FoldersGet200ResponseDataInner) GetId ¶
func (o *FoldersGet200ResponseDataInner) GetId() string
GetId returns the Id field value
func (*FoldersGet200ResponseDataInner) GetIdOk ¶
func (o *FoldersGet200ResponseDataInner) GetIdOk() (*string, bool)
GetIdOk returns a tuple with the Id field value and a boolean to check if the value has been set.
func (*FoldersGet200ResponseDataInner) GetIsSystemFolder ¶
func (o *FoldersGet200ResponseDataInner) GetIsSystemFolder() bool
GetIsSystemFolder returns the IsSystemFolder field value
func (*FoldersGet200ResponseDataInner) GetIsSystemFolderOk ¶
func (o *FoldersGet200ResponseDataInner) GetIsSystemFolderOk() (*bool, bool)
GetIsSystemFolderOk returns a tuple with the IsSystemFolder field value and a boolean to check if the value has been set.
func (*FoldersGet200ResponseDataInner) GetLegacyId ¶
func (o *FoldersGet200ResponseDataInner) GetLegacyId() string
GetLegacyId returns the LegacyId field value
func (*FoldersGet200ResponseDataInner) GetLegacyIdOk ¶
func (o *FoldersGet200ResponseDataInner) GetLegacyIdOk() (*string, bool)
GetLegacyIdOk returns a tuple with the LegacyId field value and a boolean to check if the value has been set.
func (*FoldersGet200ResponseDataInner) GetName ¶
func (o *FoldersGet200ResponseDataInner) GetName() string
GetName returns the Name field value
func (*FoldersGet200ResponseDataInner) GetNameOk ¶
func (o *FoldersGet200ResponseDataInner) GetNameOk() (*string, bool)
GetNameOk returns a tuple with the Name field value and a boolean to check if the value has been set.
func (*FoldersGet200ResponseDataInner) GetParentFolderId ¶
func (o *FoldersGet200ResponseDataInner) GetParentFolderId() string
GetParentFolderId returns the ParentFolderId field value if set, zero value otherwise (both if not set or set to explicit null).
func (*FoldersGet200ResponseDataInner) GetParentFolderIdOk ¶
func (o *FoldersGet200ResponseDataInner) GetParentFolderIdOk() (*string, bool)
GetParentFolderIdOk returns a tuple with the ParentFolderId 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 (*FoldersGet200ResponseDataInner) GetUpdatedAt ¶
func (o *FoldersGet200ResponseDataInner) GetUpdatedAt() string
GetUpdatedAt returns the UpdatedAt field value
func (*FoldersGet200ResponseDataInner) GetUpdatedAtOk ¶
func (o *FoldersGet200ResponseDataInner) GetUpdatedAtOk() (*string, bool)
GetUpdatedAtOk returns a tuple with the UpdatedAt field value and a boolean to check if the value has been set.
func (*FoldersGet200ResponseDataInner) HasParentFolderId ¶
func (o *FoldersGet200ResponseDataInner) HasParentFolderId() bool
HasParentFolderId returns a boolean if a field has been set.
func (FoldersGet200ResponseDataInner) MarshalJSON ¶
func (o FoldersGet200ResponseDataInner) MarshalJSON() ([]byte, error)
func (*FoldersGet200ResponseDataInner) SetCreatedAt ¶
func (o *FoldersGet200ResponseDataInner) SetCreatedAt(v string)
SetCreatedAt sets field value
func (*FoldersGet200ResponseDataInner) SetFolderType ¶
func (o *FoldersGet200ResponseDataInner) SetFolderType(v string)
SetFolderType sets field value
func (*FoldersGet200ResponseDataInner) SetId ¶
func (o *FoldersGet200ResponseDataInner) SetId(v string)
SetId sets field value
func (*FoldersGet200ResponseDataInner) SetIsSystemFolder ¶
func (o *FoldersGet200ResponseDataInner) SetIsSystemFolder(v bool)
SetIsSystemFolder sets field value
func (*FoldersGet200ResponseDataInner) SetLegacyId ¶
func (o *FoldersGet200ResponseDataInner) SetLegacyId(v string)
SetLegacyId sets field value
func (*FoldersGet200ResponseDataInner) SetName ¶
func (o *FoldersGet200ResponseDataInner) SetName(v string)
SetName sets field value
func (*FoldersGet200ResponseDataInner) SetParentFolderId ¶
func (o *FoldersGet200ResponseDataInner) SetParentFolderId(v string)
SetParentFolderId gets a reference to the given NullableString and assigns it to the ParentFolderId field.
func (*FoldersGet200ResponseDataInner) SetParentFolderIdNil ¶
func (o *FoldersGet200ResponseDataInner) SetParentFolderIdNil()
SetParentFolderIdNil sets the value for ParentFolderId to be an explicit nil
func (*FoldersGet200ResponseDataInner) SetUpdatedAt ¶
func (o *FoldersGet200ResponseDataInner) SetUpdatedAt(v string)
SetUpdatedAt sets field value
func (FoldersGet200ResponseDataInner) ToMap ¶
func (o FoldersGet200ResponseDataInner) ToMap() (map[string]interface{}, error)
func (*FoldersGet200ResponseDataInner) UnmarshalJSON ¶
func (o *FoldersGet200ResponseDataInner) UnmarshalJSON(data []byte) (err error)
func (*FoldersGet200ResponseDataInner) UnsetParentFolderId ¶
func (o *FoldersGet200ResponseDataInner) UnsetParentFolderId()
UnsetParentFolderId ensures that no value is present for ParentFolderId, not even an explicit nil
type FoldersPost200Response ¶
type FoldersPost200Response struct {
// API request succeeded
Success bool `json:"success"`
Data FoldersPost200ResponseData `json:"data"`
AdditionalProperties map[string]interface{}
}
FoldersPost200Response struct for FoldersPost200Response
func NewFoldersPost200Response ¶
func NewFoldersPost200Response(success bool, data FoldersPost200ResponseData) *FoldersPost200Response
NewFoldersPost200Response instantiates a new FoldersPost200Response object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewFoldersPost200ResponseWithDefaults ¶
func NewFoldersPost200ResponseWithDefaults() *FoldersPost200Response
NewFoldersPost200ResponseWithDefaults instantiates a new FoldersPost200Response object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*FoldersPost200Response) GetData ¶
func (o *FoldersPost200Response) GetData() FoldersPost200ResponseData
GetData returns the Data field value
func (*FoldersPost200Response) GetDataOk ¶
func (o *FoldersPost200Response) GetDataOk() (*FoldersPost200ResponseData, bool)
GetDataOk returns a tuple with the Data field value and a boolean to check if the value has been set.
func (*FoldersPost200Response) GetSuccess ¶
func (o *FoldersPost200Response) GetSuccess() bool
GetSuccess returns the Success field value
func (*FoldersPost200Response) GetSuccessOk ¶
func (o *FoldersPost200Response) GetSuccessOk() (*bool, bool)
GetSuccessOk returns a tuple with the Success field value and a boolean to check if the value has been set.
func (FoldersPost200Response) MarshalJSON ¶
func (o FoldersPost200Response) MarshalJSON() ([]byte, error)
func (*FoldersPost200Response) SetData ¶
func (o *FoldersPost200Response) SetData(v FoldersPost200ResponseData)
SetData sets field value
func (*FoldersPost200Response) SetSuccess ¶
func (o *FoldersPost200Response) SetSuccess(v bool)
SetSuccess sets field value
func (FoldersPost200Response) ToMap ¶
func (o FoldersPost200Response) ToMap() (map[string]interface{}, error)
func (*FoldersPost200Response) UnmarshalJSON ¶
func (o *FoldersPost200Response) UnmarshalJSON(data []byte) (err error)
type FoldersPost200ResponseData ¶
type FoldersPost200ResponseData struct {
// The id of the folder. Currently this is the same as legacy_id but will be different in the future.
Id string `json:"id"`
// The legacy id of the folder.
LegacyId string `json:"legacy_id"`
// The name of the folder
Name string `json:"name"`
// The id of the parent folder
ParentFolderId NullableString `json:"parent_folder_id,omitempty"`
// Whether the folder is a system folder
IsSystemFolder bool `json:"is_system_folder"`
// The type of the folder
FolderType string `json:"folder_type"`
CreatedAt string `json:"created_at"`
UpdatedAt string `json:"updated_at"`
AdditionalProperties map[string]interface{}
}
FoldersPost200ResponseData The created folder.
func NewFoldersPost200ResponseData ¶
func NewFoldersPost200ResponseData(id string, legacyId string, name string, isSystemFolder bool, folderType string, createdAt string, updatedAt string) *FoldersPost200ResponseData
NewFoldersPost200ResponseData instantiates a new FoldersPost200ResponseData object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewFoldersPost200ResponseDataWithDefaults ¶
func NewFoldersPost200ResponseDataWithDefaults() *FoldersPost200ResponseData
NewFoldersPost200ResponseDataWithDefaults instantiates a new FoldersPost200ResponseData object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*FoldersPost200ResponseData) GetCreatedAt ¶
func (o *FoldersPost200ResponseData) GetCreatedAt() string
GetCreatedAt returns the CreatedAt field value
func (*FoldersPost200ResponseData) GetCreatedAtOk ¶
func (o *FoldersPost200ResponseData) GetCreatedAtOk() (*string, bool)
GetCreatedAtOk returns a tuple with the CreatedAt field value and a boolean to check if the value has been set.
func (*FoldersPost200ResponseData) GetFolderType ¶
func (o *FoldersPost200ResponseData) GetFolderType() string
GetFolderType returns the FolderType field value
func (*FoldersPost200ResponseData) GetFolderTypeOk ¶
func (o *FoldersPost200ResponseData) GetFolderTypeOk() (*string, bool)
GetFolderTypeOk returns a tuple with the FolderType field value and a boolean to check if the value has been set.
func (*FoldersPost200ResponseData) GetId ¶
func (o *FoldersPost200ResponseData) GetId() string
GetId returns the Id field value
func (*FoldersPost200ResponseData) GetIdOk ¶
func (o *FoldersPost200ResponseData) GetIdOk() (*string, bool)
GetIdOk returns a tuple with the Id field value and a boolean to check if the value has been set.
func (*FoldersPost200ResponseData) GetIsSystemFolder ¶
func (o *FoldersPost200ResponseData) GetIsSystemFolder() bool
GetIsSystemFolder returns the IsSystemFolder field value
func (*FoldersPost200ResponseData) GetIsSystemFolderOk ¶
func (o *FoldersPost200ResponseData) GetIsSystemFolderOk() (*bool, bool)
GetIsSystemFolderOk returns a tuple with the IsSystemFolder field value and a boolean to check if the value has been set.
func (*FoldersPost200ResponseData) GetLegacyId ¶
func (o *FoldersPost200ResponseData) GetLegacyId() string
GetLegacyId returns the LegacyId field value
func (*FoldersPost200ResponseData) GetLegacyIdOk ¶
func (o *FoldersPost200ResponseData) GetLegacyIdOk() (*string, bool)
GetLegacyIdOk returns a tuple with the LegacyId field value and a boolean to check if the value has been set.
func (*FoldersPost200ResponseData) GetName ¶
func (o *FoldersPost200ResponseData) GetName() string
GetName returns the Name field value
func (*FoldersPost200ResponseData) GetNameOk ¶
func (o *FoldersPost200ResponseData) GetNameOk() (*string, bool)
GetNameOk returns a tuple with the Name field value and a boolean to check if the value has been set.
func (*FoldersPost200ResponseData) GetParentFolderId ¶
func (o *FoldersPost200ResponseData) GetParentFolderId() string
GetParentFolderId returns the ParentFolderId field value if set, zero value otherwise (both if not set or set to explicit null).
func (*FoldersPost200ResponseData) GetParentFolderIdOk ¶
func (o *FoldersPost200ResponseData) GetParentFolderIdOk() (*string, bool)
GetParentFolderIdOk returns a tuple with the ParentFolderId 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 (*FoldersPost200ResponseData) GetUpdatedAt ¶
func (o *FoldersPost200ResponseData) GetUpdatedAt() string
GetUpdatedAt returns the UpdatedAt field value
func (*FoldersPost200ResponseData) GetUpdatedAtOk ¶
func (o *FoldersPost200ResponseData) GetUpdatedAtOk() (*string, bool)
GetUpdatedAtOk returns a tuple with the UpdatedAt field value and a boolean to check if the value has been set.
func (*FoldersPost200ResponseData) HasParentFolderId ¶
func (o *FoldersPost200ResponseData) HasParentFolderId() bool
HasParentFolderId returns a boolean if a field has been set.
func (FoldersPost200ResponseData) MarshalJSON ¶
func (o FoldersPost200ResponseData) MarshalJSON() ([]byte, error)
func (*FoldersPost200ResponseData) SetCreatedAt ¶
func (o *FoldersPost200ResponseData) SetCreatedAt(v string)
SetCreatedAt sets field value
func (*FoldersPost200ResponseData) SetFolderType ¶
func (o *FoldersPost200ResponseData) SetFolderType(v string)
SetFolderType sets field value
func (*FoldersPost200ResponseData) SetId ¶
func (o *FoldersPost200ResponseData) SetId(v string)
SetId sets field value
func (*FoldersPost200ResponseData) SetIsSystemFolder ¶
func (o *FoldersPost200ResponseData) SetIsSystemFolder(v bool)
SetIsSystemFolder sets field value
func (*FoldersPost200ResponseData) SetLegacyId ¶
func (o *FoldersPost200ResponseData) SetLegacyId(v string)
SetLegacyId sets field value
func (*FoldersPost200ResponseData) SetName ¶
func (o *FoldersPost200ResponseData) SetName(v string)
SetName sets field value
func (*FoldersPost200ResponseData) SetParentFolderId ¶
func (o *FoldersPost200ResponseData) SetParentFolderId(v string)
SetParentFolderId gets a reference to the given NullableString and assigns it to the ParentFolderId field.
func (*FoldersPost200ResponseData) SetParentFolderIdNil ¶
func (o *FoldersPost200ResponseData) SetParentFolderIdNil()
SetParentFolderIdNil sets the value for ParentFolderId to be an explicit nil
func (*FoldersPost200ResponseData) SetUpdatedAt ¶
func (o *FoldersPost200ResponseData) SetUpdatedAt(v string)
SetUpdatedAt sets field value
func (FoldersPost200ResponseData) ToMap ¶
func (o FoldersPost200ResponseData) ToMap() (map[string]interface{}, error)
func (*FoldersPost200ResponseData) UnmarshalJSON ¶
func (o *FoldersPost200ResponseData) UnmarshalJSON(data []byte) (err error)
func (*FoldersPost200ResponseData) UnsetParentFolderId ¶
func (o *FoldersPost200ResponseData) UnsetParentFolderId()
UnsetParentFolderId ensures that no value is present for ParentFolderId, not even an explicit nil
type FoldersPost409Response ¶
type FoldersPost409Response struct {
// API request failed
Success bool `json:"success"`
// Error message
Message string `json:"message"`
AdditionalProperties map[string]interface{}
}
FoldersPost409Response API error response
func NewFoldersPost409Response ¶
func NewFoldersPost409Response(success bool, message string) *FoldersPost409Response
NewFoldersPost409Response instantiates a new FoldersPost409Response object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewFoldersPost409ResponseWithDefaults ¶
func NewFoldersPost409ResponseWithDefaults() *FoldersPost409Response
NewFoldersPost409ResponseWithDefaults instantiates a new FoldersPost409Response object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*FoldersPost409Response) GetMessage ¶
func (o *FoldersPost409Response) GetMessage() string
GetMessage returns the Message field value
func (*FoldersPost409Response) GetMessageOk ¶
func (o *FoldersPost409Response) GetMessageOk() (*string, bool)
GetMessageOk returns a tuple with the Message field value and a boolean to check if the value has been set.
func (*FoldersPost409Response) GetSuccess ¶
func (o *FoldersPost409Response) GetSuccess() bool
GetSuccess returns the Success field value
func (*FoldersPost409Response) GetSuccessOk ¶
func (o *FoldersPost409Response) GetSuccessOk() (*bool, bool)
GetSuccessOk returns a tuple with the Success field value and a boolean to check if the value has been set.
func (FoldersPost409Response) MarshalJSON ¶
func (o FoldersPost409Response) MarshalJSON() ([]byte, error)
func (*FoldersPost409Response) SetMessage ¶
func (o *FoldersPost409Response) SetMessage(v string)
SetMessage sets field value
func (*FoldersPost409Response) SetSuccess ¶
func (o *FoldersPost409Response) SetSuccess(v bool)
SetSuccess sets field value
func (FoldersPost409Response) ToMap ¶
func (o FoldersPost409Response) ToMap() (map[string]interface{}, error)
func (*FoldersPost409Response) UnmarshalJSON ¶
func (o *FoldersPost409Response) UnmarshalJSON(data []byte) (err error)
type FoldersPostRequest ¶
type FoldersPostRequest struct {
// The name of the folder.
Name string `json:"name"`
// The ID of the parent folder.
ParentFolderId NullableString `json:"parent_folder_id,omitempty"`
// The type of the folder.
FolderType string `json:"folder_type"`
AdditionalProperties map[string]interface{}
}
FoldersPostRequest struct for FoldersPostRequest
func NewFoldersPostRequest ¶
func NewFoldersPostRequest(name string, folderType string) *FoldersPostRequest
NewFoldersPostRequest instantiates a new FoldersPostRequest object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewFoldersPostRequestWithDefaults ¶
func NewFoldersPostRequestWithDefaults() *FoldersPostRequest
NewFoldersPostRequestWithDefaults instantiates a new FoldersPostRequest object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*FoldersPostRequest) GetFolderType ¶
func (o *FoldersPostRequest) GetFolderType() string
GetFolderType returns the FolderType field value
func (*FoldersPostRequest) GetFolderTypeOk ¶
func (o *FoldersPostRequest) GetFolderTypeOk() (*string, bool)
GetFolderTypeOk returns a tuple with the FolderType field value and a boolean to check if the value has been set.
func (*FoldersPostRequest) GetName ¶
func (o *FoldersPostRequest) GetName() string
GetName returns the Name field value
func (*FoldersPostRequest) GetNameOk ¶
func (o *FoldersPostRequest) GetNameOk() (*string, bool)
GetNameOk returns a tuple with the Name field value and a boolean to check if the value has been set.
func (*FoldersPostRequest) GetParentFolderId ¶
func (o *FoldersPostRequest) GetParentFolderId() string
GetParentFolderId returns the ParentFolderId field value if set, zero value otherwise (both if not set or set to explicit null).
func (*FoldersPostRequest) GetParentFolderIdOk ¶
func (o *FoldersPostRequest) GetParentFolderIdOk() (*string, bool)
GetParentFolderIdOk returns a tuple with the ParentFolderId 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 (*FoldersPostRequest) HasParentFolderId ¶
func (o *FoldersPostRequest) HasParentFolderId() bool
HasParentFolderId returns a boolean if a field has been set.
func (FoldersPostRequest) MarshalJSON ¶
func (o FoldersPostRequest) MarshalJSON() ([]byte, error)
func (*FoldersPostRequest) SetFolderType ¶
func (o *FoldersPostRequest) SetFolderType(v string)
SetFolderType sets field value
func (*FoldersPostRequest) SetName ¶
func (o *FoldersPostRequest) SetName(v string)
SetName sets field value
func (*FoldersPostRequest) SetParentFolderId ¶
func (o *FoldersPostRequest) SetParentFolderId(v string)
SetParentFolderId gets a reference to the given NullableString and assigns it to the ParentFolderId field.
func (*FoldersPostRequest) SetParentFolderIdNil ¶
func (o *FoldersPostRequest) SetParentFolderIdNil()
SetParentFolderIdNil sets the value for ParentFolderId to be an explicit nil
func (FoldersPostRequest) ToMap ¶
func (o FoldersPostRequest) ToMap() (map[string]interface{}, error)
func (*FoldersPostRequest) UnmarshalJSON ¶
func (o *FoldersPostRequest) UnmarshalJSON(data []byte) (err error)
func (*FoldersPostRequest) UnsetParentFolderId ¶
func (o *FoldersPostRequest) UnsetParentFolderId()
UnsetParentFolderId ensures that no value is present for ParentFolderId, not even an explicit nil
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 GitHub ¶ added in v1.0.0
type GitHub struct {
Config GitHubConfig `json:"config"`
Provider string `json:"provider"`
// The user or organization to which the repository belongs to.
Org string `json:"org"`
// The name of the repository you created to use with Retool.
Repo string `json:"repo"`
// The default branch, e.g., main.
DefaultBranch string `json:"default_branch"`
// Repositories using Toolscript are 2.0.0. Repositories using legacy YAML are 1.0.0.
RepoVersion *string `json:"repo_version,omitempty"`
AdditionalProperties map[string]interface{}
}
GitHub struct for GitHub
func NewGitHub ¶ added in v1.0.0
func NewGitHub(config GitHubConfig, provider string, org string, repo string, defaultBranch string) *GitHub
NewGitHub instantiates a new GitHub object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewGitHubWithDefaults ¶ added in v1.0.0
func NewGitHubWithDefaults() *GitHub
NewGitHubWithDefaults instantiates a new GitHub object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*GitHub) GetConfig ¶ added in v1.0.0
func (o *GitHub) GetConfig() GitHubConfig
GetConfig returns the Config field value
func (*GitHub) GetConfigOk ¶ added in v1.0.0
func (o *GitHub) GetConfigOk() (*GitHubConfig, bool)
GetConfigOk returns a tuple with the Config field value and a boolean to check if the value has been set.
func (*GitHub) GetDefaultBranch ¶ added in v1.0.0
GetDefaultBranch returns the DefaultBranch field value
func (*GitHub) GetDefaultBranchOk ¶ added in v1.0.0
GetDefaultBranchOk returns a tuple with the DefaultBranch field value and a boolean to check if the value has been set.
func (*GitHub) GetOrgOk ¶ added in v1.0.0
GetOrgOk returns a tuple with the Org field value and a boolean to check if the value has been set.
func (*GitHub) GetProvider ¶ added in v1.0.0
GetProvider returns the Provider field value
func (*GitHub) GetProviderOk ¶ added in v1.0.0
GetProviderOk returns a tuple with the Provider field value and a boolean to check if the value has been set.
func (*GitHub) GetRepoOk ¶ added in v1.0.0
GetRepoOk returns a tuple with the Repo field value and a boolean to check if the value has been set.
func (*GitHub) GetRepoVersion ¶ added in v1.0.0
GetRepoVersion returns the RepoVersion field value if set, zero value otherwise.
func (*GitHub) GetRepoVersionOk ¶ added in v1.0.0
GetRepoVersionOk returns a tuple with the RepoVersion field value if set, nil otherwise and a boolean to check if the value has been set.
func (*GitHub) HasRepoVersion ¶ added in v1.0.0
HasRepoVersion returns a boolean if a field has been set.
func (GitHub) MarshalJSON ¶ added in v1.0.0
func (*GitHub) SetConfig ¶ added in v1.0.0
func (o *GitHub) SetConfig(v GitHubConfig)
SetConfig sets field value
func (*GitHub) SetDefaultBranch ¶ added in v1.0.0
SetDefaultBranch sets field value
func (*GitHub) SetProvider ¶ added in v1.0.0
SetProvider sets field value
func (*GitHub) SetRepoVersion ¶ added in v1.0.0
SetRepoVersion gets a reference to the given string and assigns it to the RepoVersion field.
func (*GitHub) UnmarshalJSON ¶ added in v1.0.0
type GitHubConfig ¶ added in v1.0.0
type GitHubConfig struct {
GitHubConfigAnyOf *GitHubConfigAnyOf
GitHubConfigAnyOf1 *GitHubConfigAnyOf1
}
GitHubConfig struct for GitHubConfig
func (GitHubConfig) MarshalJSON ¶ added in v1.0.0
func (src GitHubConfig) MarshalJSON() ([]byte, error)
Marshal data from the first non-nil pointers in the struct to JSON
func (*GitHubConfig) UnmarshalJSON ¶ added in v1.0.0
func (dst *GitHubConfig) UnmarshalJSON(data []byte) error
Unmarshal JSON data into any of the pointers in the struct
type GitHubConfigAnyOf ¶ added in v1.0.0
type GitHubConfigAnyOf struct {
Type string `json:"type"`
// The GitHub App ID.
AppId string `json:"app_id"`
// The GitHub installation ID. This can be found at the end of the installation URL.
InstallationId string `json:"installation_id"`
// The base64-encoded private key.
PrivateKey string `json:"private_key"`
// The domain used to access your self-hosted GitHub instance.
Url *string `json:"url,omitempty"`
// The REST API route for your self-hosted GitHub instance. Defaults to https://[hostname]/api/v3.
EnterpriseApiUrl *string `json:"enterprise_api_url,omitempty"`
}
GitHubConfigAnyOf struct for GitHubConfigAnyOf
func NewGitHubConfigAnyOf ¶ added in v1.0.0
func NewGitHubConfigAnyOf(type_ string, appId string, installationId string, privateKey string) *GitHubConfigAnyOf
NewGitHubConfigAnyOf instantiates a new GitHubConfigAnyOf object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewGitHubConfigAnyOfWithDefaults ¶ added in v1.0.0
func NewGitHubConfigAnyOfWithDefaults() *GitHubConfigAnyOf
NewGitHubConfigAnyOfWithDefaults instantiates a new GitHubConfigAnyOf object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*GitHubConfigAnyOf) GetAppId ¶ added in v1.0.0
func (o *GitHubConfigAnyOf) GetAppId() string
GetAppId returns the AppId field value
func (*GitHubConfigAnyOf) GetAppIdOk ¶ added in v1.0.0
func (o *GitHubConfigAnyOf) GetAppIdOk() (*string, bool)
GetAppIdOk returns a tuple with the AppId field value and a boolean to check if the value has been set.
func (*GitHubConfigAnyOf) GetEnterpriseApiUrl ¶ added in v1.0.0
func (o *GitHubConfigAnyOf) GetEnterpriseApiUrl() string
GetEnterpriseApiUrl returns the EnterpriseApiUrl field value if set, zero value otherwise.
func (*GitHubConfigAnyOf) GetEnterpriseApiUrlOk ¶ added in v1.0.0
func (o *GitHubConfigAnyOf) GetEnterpriseApiUrlOk() (*string, bool)
GetEnterpriseApiUrlOk returns a tuple with the EnterpriseApiUrl field value if set, nil otherwise and a boolean to check if the value has been set.
func (*GitHubConfigAnyOf) GetInstallationId ¶ added in v1.0.0
func (o *GitHubConfigAnyOf) GetInstallationId() string
GetInstallationId returns the InstallationId field value
func (*GitHubConfigAnyOf) GetInstallationIdOk ¶ added in v1.0.0
func (o *GitHubConfigAnyOf) GetInstallationIdOk() (*string, bool)
GetInstallationIdOk returns a tuple with the InstallationId field value and a boolean to check if the value has been set.
func (*GitHubConfigAnyOf) GetPrivateKey ¶ added in v1.0.0
func (o *GitHubConfigAnyOf) GetPrivateKey() string
GetPrivateKey returns the PrivateKey field value
func (*GitHubConfigAnyOf) GetPrivateKeyOk ¶ added in v1.0.0
func (o *GitHubConfigAnyOf) GetPrivateKeyOk() (*string, bool)
GetPrivateKeyOk returns a tuple with the PrivateKey field value and a boolean to check if the value has been set.
func (*GitHubConfigAnyOf) GetType ¶ added in v1.0.0
func (o *GitHubConfigAnyOf) GetType() string
GetType returns the Type field value
func (*GitHubConfigAnyOf) GetTypeOk ¶ added in v1.0.0
func (o *GitHubConfigAnyOf) GetTypeOk() (*string, bool)
GetTypeOk returns a tuple with the Type field value and a boolean to check if the value has been set.
func (*GitHubConfigAnyOf) GetUrl ¶ added in v1.0.0
func (o *GitHubConfigAnyOf) GetUrl() string
GetUrl returns the Url field value if set, zero value otherwise.
func (*GitHubConfigAnyOf) GetUrlOk ¶ added in v1.0.0
func (o *GitHubConfigAnyOf) 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 (*GitHubConfigAnyOf) HasEnterpriseApiUrl ¶ added in v1.0.0
func (o *GitHubConfigAnyOf) HasEnterpriseApiUrl() bool
HasEnterpriseApiUrl returns a boolean if a field has been set.
func (*GitHubConfigAnyOf) HasUrl ¶ added in v1.0.0
func (o *GitHubConfigAnyOf) HasUrl() bool
HasUrl returns a boolean if a field has been set.
func (GitHubConfigAnyOf) MarshalJSON ¶ added in v1.0.0
func (o GitHubConfigAnyOf) MarshalJSON() ([]byte, error)
func (*GitHubConfigAnyOf) SetAppId ¶ added in v1.0.0
func (o *GitHubConfigAnyOf) SetAppId(v string)
SetAppId sets field value
func (*GitHubConfigAnyOf) SetEnterpriseApiUrl ¶ added in v1.0.0
func (o *GitHubConfigAnyOf) SetEnterpriseApiUrl(v string)
SetEnterpriseApiUrl gets a reference to the given string and assigns it to the EnterpriseApiUrl field.
func (*GitHubConfigAnyOf) SetInstallationId ¶ added in v1.0.0
func (o *GitHubConfigAnyOf) SetInstallationId(v string)
SetInstallationId sets field value
func (*GitHubConfigAnyOf) SetPrivateKey ¶ added in v1.0.0
func (o *GitHubConfigAnyOf) SetPrivateKey(v string)
SetPrivateKey sets field value
func (*GitHubConfigAnyOf) SetType ¶ added in v1.0.0
func (o *GitHubConfigAnyOf) SetType(v string)
SetType sets field value
func (*GitHubConfigAnyOf) SetUrl ¶ added in v1.0.0
func (o *GitHubConfigAnyOf) SetUrl(v string)
SetUrl gets a reference to the given string and assigns it to the Url field.
func (GitHubConfigAnyOf) ToMap ¶ added in v1.0.0
func (o GitHubConfigAnyOf) ToMap() (map[string]interface{}, error)
func (*GitHubConfigAnyOf) UnmarshalJSON ¶ added in v1.0.0
func (o *GitHubConfigAnyOf) UnmarshalJSON(data []byte) (err error)
type GitHubConfigAnyOf1 ¶ added in v1.0.0
type GitHubConfigAnyOf1 struct {
Type string `json:"type"`
// The GitHub project access token to authenticate to the GitHub API.
PersonalAccessToken string `json:"personal_access_token"`
// The domain used to access your self-hosted GitHub instance.
Url *string `json:"url,omitempty"`
// The REST API route for your self-hosted GitHub instance. Defaults to https://[hostname]/api/v3.
EnterpriseApiUrl *string `json:"enterprise_api_url,omitempty"`
}
GitHubConfigAnyOf1 struct for GitHubConfigAnyOf1
func NewGitHubConfigAnyOf1 ¶ added in v1.0.0
func NewGitHubConfigAnyOf1(type_ string, personalAccessToken string) *GitHubConfigAnyOf1
NewGitHubConfigAnyOf1 instantiates a new GitHubConfigAnyOf1 object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewGitHubConfigAnyOf1WithDefaults ¶ added in v1.0.0
func NewGitHubConfigAnyOf1WithDefaults() *GitHubConfigAnyOf1
NewGitHubConfigAnyOf1WithDefaults instantiates a new GitHubConfigAnyOf1 object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*GitHubConfigAnyOf1) GetEnterpriseApiUrl ¶ added in v1.0.0
func (o *GitHubConfigAnyOf1) GetEnterpriseApiUrl() string
GetEnterpriseApiUrl returns the EnterpriseApiUrl field value if set, zero value otherwise.
func (*GitHubConfigAnyOf1) GetEnterpriseApiUrlOk ¶ added in v1.0.0
func (o *GitHubConfigAnyOf1) GetEnterpriseApiUrlOk() (*string, bool)
GetEnterpriseApiUrlOk returns a tuple with the EnterpriseApiUrl field value if set, nil otherwise and a boolean to check if the value has been set.
func (*GitHubConfigAnyOf1) GetPersonalAccessToken ¶ added in v1.0.0
func (o *GitHubConfigAnyOf1) GetPersonalAccessToken() string
GetPersonalAccessToken returns the PersonalAccessToken field value
func (*GitHubConfigAnyOf1) GetPersonalAccessTokenOk ¶ added in v1.0.0
func (o *GitHubConfigAnyOf1) GetPersonalAccessTokenOk() (*string, bool)
GetPersonalAccessTokenOk returns a tuple with the PersonalAccessToken field value and a boolean to check if the value has been set.
func (*GitHubConfigAnyOf1) GetType ¶ added in v1.0.0
func (o *GitHubConfigAnyOf1) GetType() string
GetType returns the Type field value
func (*GitHubConfigAnyOf1) GetTypeOk ¶ added in v1.0.0
func (o *GitHubConfigAnyOf1) GetTypeOk() (*string, bool)
GetTypeOk returns a tuple with the Type field value and a boolean to check if the value has been set.
func (*GitHubConfigAnyOf1) GetUrl ¶ added in v1.0.0
func (o *GitHubConfigAnyOf1) GetUrl() string
GetUrl returns the Url field value if set, zero value otherwise.
func (*GitHubConfigAnyOf1) GetUrlOk ¶ added in v1.0.0
func (o *GitHubConfigAnyOf1) 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 (*GitHubConfigAnyOf1) HasEnterpriseApiUrl ¶ added in v1.0.0
func (o *GitHubConfigAnyOf1) HasEnterpriseApiUrl() bool
HasEnterpriseApiUrl returns a boolean if a field has been set.
func (*GitHubConfigAnyOf1) HasUrl ¶ added in v1.0.0
func (o *GitHubConfigAnyOf1) HasUrl() bool
HasUrl returns a boolean if a field has been set.
func (GitHubConfigAnyOf1) MarshalJSON ¶ added in v1.0.0
func (o GitHubConfigAnyOf1) MarshalJSON() ([]byte, error)
func (*GitHubConfigAnyOf1) SetEnterpriseApiUrl ¶ added in v1.0.0
func (o *GitHubConfigAnyOf1) SetEnterpriseApiUrl(v string)
SetEnterpriseApiUrl gets a reference to the given string and assigns it to the EnterpriseApiUrl field.
func (*GitHubConfigAnyOf1) SetPersonalAccessToken ¶ added in v1.0.0
func (o *GitHubConfigAnyOf1) SetPersonalAccessToken(v string)
SetPersonalAccessToken sets field value
func (*GitHubConfigAnyOf1) SetType ¶ added in v1.0.0
func (o *GitHubConfigAnyOf1) SetType(v string)
SetType sets field value
func (*GitHubConfigAnyOf1) SetUrl ¶ added in v1.0.0
func (o *GitHubConfigAnyOf1) SetUrl(v string)
SetUrl gets a reference to the given string and assigns it to the Url field.
func (GitHubConfigAnyOf1) ToMap ¶ added in v1.0.0
func (o GitHubConfigAnyOf1) ToMap() (map[string]interface{}, error)
func (*GitHubConfigAnyOf1) UnmarshalJSON ¶ added in v1.0.0
func (o *GitHubConfigAnyOf1) UnmarshalJSON(data []byte) (err error)
type GitLab ¶ added in v1.0.0
type GitLab struct {
Config GitLabConfig `json:"config"`
Provider string `json:"provider"`
// The user or organization to which the repository belongs to.
Org string `json:"org"`
// The name of the repository you created to use with Retool.
Repo string `json:"repo"`
// The default branch, e.g., main.
DefaultBranch string `json:"default_branch"`
// Repositories using Toolscript are 2.0.0. Repositories using legacy YAML are 1.0.0.
RepoVersion *string `json:"repo_version,omitempty"`
AdditionalProperties map[string]interface{}
}
GitLab struct for GitLab
func NewGitLab ¶ added in v1.0.0
func NewGitLab(config GitLabConfig, provider string, org string, repo string, defaultBranch string) *GitLab
NewGitLab instantiates a new GitLab object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewGitLabWithDefaults ¶ added in v1.0.0
func NewGitLabWithDefaults() *GitLab
NewGitLabWithDefaults instantiates a new GitLab object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*GitLab) GetConfig ¶ added in v1.0.0
func (o *GitLab) GetConfig() GitLabConfig
GetConfig returns the Config field value
func (*GitLab) GetConfigOk ¶ added in v1.0.0
func (o *GitLab) GetConfigOk() (*GitLabConfig, bool)
GetConfigOk returns a tuple with the Config field value and a boolean to check if the value has been set.
func (*GitLab) GetDefaultBranch ¶ added in v1.0.0
GetDefaultBranch returns the DefaultBranch field value
func (*GitLab) GetDefaultBranchOk ¶ added in v1.0.0
GetDefaultBranchOk returns a tuple with the DefaultBranch field value and a boolean to check if the value has been set.
func (*GitLab) GetOrgOk ¶ added in v1.0.0
GetOrgOk returns a tuple with the Org field value and a boolean to check if the value has been set.
func (*GitLab) GetProvider ¶ added in v1.0.0
GetProvider returns the Provider field value
func (*GitLab) GetProviderOk ¶ added in v1.0.0
GetProviderOk returns a tuple with the Provider field value and a boolean to check if the value has been set.
func (*GitLab) GetRepoOk ¶ added in v1.0.0
GetRepoOk returns a tuple with the Repo field value and a boolean to check if the value has been set.
func (*GitLab) GetRepoVersion ¶ added in v1.0.0
GetRepoVersion returns the RepoVersion field value if set, zero value otherwise.
func (*GitLab) GetRepoVersionOk ¶ added in v1.0.0
GetRepoVersionOk returns a tuple with the RepoVersion field value if set, nil otherwise and a boolean to check if the value has been set.
func (*GitLab) HasRepoVersion ¶ added in v1.0.0
HasRepoVersion returns a boolean if a field has been set.
func (GitLab) MarshalJSON ¶ added in v1.0.0
func (*GitLab) SetConfig ¶ added in v1.0.0
func (o *GitLab) SetConfig(v GitLabConfig)
SetConfig sets field value
func (*GitLab) SetDefaultBranch ¶ added in v1.0.0
SetDefaultBranch sets field value
func (*GitLab) SetProvider ¶ added in v1.0.0
SetProvider sets field value
func (*GitLab) SetRepoVersion ¶ added in v1.0.0
SetRepoVersion gets a reference to the given string and assigns it to the RepoVersion field.
func (*GitLab) UnmarshalJSON ¶ added in v1.0.0
type GitLabConfig ¶ added in v1.0.0
type GitLabConfig struct {
// The numerical project ID for your GitLab project. Find this ID listed below the project's name on the project's homepage.
ProjectId float32 `json:"project_id"`
// Your base GitLab URL. On GitLab Cloud, this is always https://gitlab.com. On GitLab self-managed, this is the URL where your instance is hosted.
Url string `json:"url"`
// The GitLab project access token to authenticate to the GitLab API.
ProjectAccessToken string `json:"project_access_token"`
}
GitLabConfig struct for GitLabConfig
func NewGitLabConfig ¶ added in v1.0.0
func NewGitLabConfig(projectId float32, url string, projectAccessToken string) *GitLabConfig
NewGitLabConfig instantiates a new GitLabConfig object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewGitLabConfigWithDefaults ¶ added in v1.0.0
func NewGitLabConfigWithDefaults() *GitLabConfig
NewGitLabConfigWithDefaults instantiates a new GitLabConfig object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*GitLabConfig) GetProjectAccessToken ¶ added in v1.0.0
func (o *GitLabConfig) GetProjectAccessToken() string
GetProjectAccessToken returns the ProjectAccessToken field value
func (*GitLabConfig) GetProjectAccessTokenOk ¶ added in v1.0.0
func (o *GitLabConfig) GetProjectAccessTokenOk() (*string, bool)
GetProjectAccessTokenOk returns a tuple with the ProjectAccessToken field value and a boolean to check if the value has been set.
func (*GitLabConfig) GetProjectId ¶ added in v1.0.0
func (o *GitLabConfig) GetProjectId() float32
GetProjectId returns the ProjectId field value
func (*GitLabConfig) GetProjectIdOk ¶ added in v1.0.0
func (o *GitLabConfig) GetProjectIdOk() (*float32, bool)
GetProjectIdOk returns a tuple with the ProjectId field value and a boolean to check if the value has been set.
func (*GitLabConfig) GetUrl ¶ added in v1.0.0
func (o *GitLabConfig) GetUrl() string
GetUrl returns the Url field value
func (*GitLabConfig) GetUrlOk ¶ added in v1.0.0
func (o *GitLabConfig) GetUrlOk() (*string, bool)
GetUrlOk returns a tuple with the Url field value and a boolean to check if the value has been set.
func (GitLabConfig) MarshalJSON ¶ added in v1.0.0
func (o GitLabConfig) MarshalJSON() ([]byte, error)
func (*GitLabConfig) SetProjectAccessToken ¶ added in v1.0.0
func (o *GitLabConfig) SetProjectAccessToken(v string)
SetProjectAccessToken sets field value
func (*GitLabConfig) SetProjectId ¶ added in v1.0.0
func (o *GitLabConfig) SetProjectId(v float32)
SetProjectId sets field value
func (*GitLabConfig) SetUrl ¶ added in v1.0.0
func (o *GitLabConfig) SetUrl(v string)
SetUrl sets field value
func (GitLabConfig) ToMap ¶ added in v1.0.0
func (o GitLabConfig) ToMap() (map[string]interface{}, error)
func (*GitLabConfig) UnmarshalJSON ¶ added in v1.0.0
func (o *GitLabConfig) UnmarshalJSON(data []byte) (err error)
type Google ¶ added in v1.0.0
type Google struct {
ConfigType string `json:"config_type"`
GoogleClientId string `json:"google_client_id"`
GoogleClientSecret string `json:"google_client_secret"`
DisableEmailPasswordLogin bool `json:"disable_email_password_login"`
}
Google struct for Google
func NewGoogle ¶ added in v1.0.0
func NewGoogle(configType string, googleClientId string, googleClientSecret string, disableEmailPasswordLogin bool) *Google
NewGoogle instantiates a new Google object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewGoogleWithDefaults ¶ added in v1.0.0
func NewGoogleWithDefaults() *Google
NewGoogleWithDefaults instantiates a new Google object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*Google) GetConfigType ¶ added in v1.0.0
GetConfigType returns the ConfigType field value
func (*Google) GetConfigTypeOk ¶ added in v1.0.0
GetConfigTypeOk returns a tuple with the ConfigType field value and a boolean to check if the value has been set.
func (*Google) GetDisableEmailPasswordLogin ¶ added in v1.0.0
GetDisableEmailPasswordLogin returns the DisableEmailPasswordLogin field value
func (*Google) GetDisableEmailPasswordLoginOk ¶ added in v1.0.0
GetDisableEmailPasswordLoginOk returns a tuple with the DisableEmailPasswordLogin field value and a boolean to check if the value has been set.
func (*Google) GetGoogleClientId ¶ added in v1.0.0
GetGoogleClientId returns the GoogleClientId field value
func (*Google) GetGoogleClientIdOk ¶ added in v1.0.0
GetGoogleClientIdOk returns a tuple with the GoogleClientId field value and a boolean to check if the value has been set.
func (*Google) GetGoogleClientSecret ¶ added in v1.0.0
GetGoogleClientSecret returns the GoogleClientSecret field value
func (*Google) GetGoogleClientSecretOk ¶ added in v1.0.0
GetGoogleClientSecretOk returns a tuple with the GoogleClientSecret field value and a boolean to check if the value has been set.
func (Google) MarshalJSON ¶ added in v1.0.0
func (*Google) SetConfigType ¶ added in v1.0.0
SetConfigType sets field value
func (*Google) SetDisableEmailPasswordLogin ¶ added in v1.0.0
SetDisableEmailPasswordLogin sets field value
func (*Google) SetGoogleClientId ¶ added in v1.0.0
SetGoogleClientId sets field value
func (*Google) SetGoogleClientSecret ¶ added in v1.0.0
SetGoogleClientSecret sets field value
func (*Google) UnmarshalJSON ¶ added in v1.0.0
type GoogleOIDC ¶ added in v1.0.0
type GoogleOIDC struct {
ConfigType string `json:"config_type"`
GoogleClientId string `json:"google_client_id"`
GoogleClientSecret string `json:"google_client_secret"`
DisableEmailPasswordLogin bool `json:"disable_email_password_login"`
OidcClientId string `json:"oidc_client_id"`
OidcClientSecret string `json:"oidc_client_secret"`
OidcScopes string `json:"oidc_scopes"`
OidcAuthUrl string `json:"oidc_auth_url"`
OidcTokenUrl string `json:"oidc_token_url"`
OidcUserinfoUrl *string `json:"oidc_userinfo_url,omitempty"`
OidcAudience *string `json:"oidc_audience,omitempty"`
JwtEmailKey string `json:"jwt_email_key"`
JwtRolesKey *string `json:"jwt_roles_key,omitempty"`
JwtFirstNameKey string `json:"jwt_first_name_key"`
JwtLastNameKey string `json:"jwt_last_name_key"`
RolesMapping *string `json:"roles_mapping,omitempty"`
JitEnabled bool `json:"jit_enabled"`
RestrictedDomain *string `json:"restricted_domain,omitempty"`
TriggerLoginAutomatically bool `json:"trigger_login_automatically"`
}
GoogleOIDC struct for GoogleOIDC
func NewGoogleOIDC ¶ added in v1.0.0
func NewGoogleOIDC(configType string, googleClientId string, googleClientSecret string, disableEmailPasswordLogin bool, oidcClientId string, oidcClientSecret string, oidcScopes string, oidcAuthUrl string, oidcTokenUrl string, jwtEmailKey string, jwtFirstNameKey string, jwtLastNameKey string, jitEnabled bool, triggerLoginAutomatically bool) *GoogleOIDC
NewGoogleOIDC instantiates a new GoogleOIDC object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewGoogleOIDCWithDefaults ¶ added in v1.0.0
func NewGoogleOIDCWithDefaults() *GoogleOIDC
NewGoogleOIDCWithDefaults instantiates a new GoogleOIDC object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*GoogleOIDC) GetConfigType ¶ added in v1.0.0
func (o *GoogleOIDC) GetConfigType() string
GetConfigType returns the ConfigType field value
func (*GoogleOIDC) GetConfigTypeOk ¶ added in v1.0.0
func (o *GoogleOIDC) GetConfigTypeOk() (*string, bool)
GetConfigTypeOk returns a tuple with the ConfigType field value and a boolean to check if the value has been set.
func (*GoogleOIDC) GetDisableEmailPasswordLogin ¶ added in v1.0.0
func (o *GoogleOIDC) GetDisableEmailPasswordLogin() bool
GetDisableEmailPasswordLogin returns the DisableEmailPasswordLogin field value
func (*GoogleOIDC) GetDisableEmailPasswordLoginOk ¶ added in v1.0.0
func (o *GoogleOIDC) GetDisableEmailPasswordLoginOk() (*bool, bool)
GetDisableEmailPasswordLoginOk returns a tuple with the DisableEmailPasswordLogin field value and a boolean to check if the value has been set.
func (*GoogleOIDC) GetGoogleClientId ¶ added in v1.0.0
func (o *GoogleOIDC) GetGoogleClientId() string
GetGoogleClientId returns the GoogleClientId field value
func (*GoogleOIDC) GetGoogleClientIdOk ¶ added in v1.0.0
func (o *GoogleOIDC) GetGoogleClientIdOk() (*string, bool)
GetGoogleClientIdOk returns a tuple with the GoogleClientId field value and a boolean to check if the value has been set.
func (*GoogleOIDC) GetGoogleClientSecret ¶ added in v1.0.0
func (o *GoogleOIDC) GetGoogleClientSecret() string
GetGoogleClientSecret returns the GoogleClientSecret field value
func (*GoogleOIDC) GetGoogleClientSecretOk ¶ added in v1.0.0
func (o *GoogleOIDC) GetGoogleClientSecretOk() (*string, bool)
GetGoogleClientSecretOk returns a tuple with the GoogleClientSecret field value and a boolean to check if the value has been set.
func (*GoogleOIDC) GetJitEnabled ¶ added in v1.0.0
func (o *GoogleOIDC) GetJitEnabled() bool
GetJitEnabled returns the JitEnabled field value
func (*GoogleOIDC) GetJitEnabledOk ¶ added in v1.0.0
func (o *GoogleOIDC) GetJitEnabledOk() (*bool, bool)
GetJitEnabledOk returns a tuple with the JitEnabled field value and a boolean to check if the value has been set.
func (*GoogleOIDC) GetJwtEmailKey ¶ added in v1.0.0
func (o *GoogleOIDC) GetJwtEmailKey() string
GetJwtEmailKey returns the JwtEmailKey field value
func (*GoogleOIDC) GetJwtEmailKeyOk ¶ added in v1.0.0
func (o *GoogleOIDC) GetJwtEmailKeyOk() (*string, bool)
GetJwtEmailKeyOk returns a tuple with the JwtEmailKey field value and a boolean to check if the value has been set.
func (*GoogleOIDC) GetJwtFirstNameKey ¶ added in v1.0.0
func (o *GoogleOIDC) GetJwtFirstNameKey() string
GetJwtFirstNameKey returns the JwtFirstNameKey field value
func (*GoogleOIDC) GetJwtFirstNameKeyOk ¶ added in v1.0.0
func (o *GoogleOIDC) GetJwtFirstNameKeyOk() (*string, bool)
GetJwtFirstNameKeyOk returns a tuple with the JwtFirstNameKey field value and a boolean to check if the value has been set.
func (*GoogleOIDC) GetJwtLastNameKey ¶ added in v1.0.0
func (o *GoogleOIDC) GetJwtLastNameKey() string
GetJwtLastNameKey returns the JwtLastNameKey field value
func (*GoogleOIDC) GetJwtLastNameKeyOk ¶ added in v1.0.0
func (o *GoogleOIDC) GetJwtLastNameKeyOk() (*string, bool)
GetJwtLastNameKeyOk returns a tuple with the JwtLastNameKey field value and a boolean to check if the value has been set.
func (*GoogleOIDC) GetJwtRolesKey ¶ added in v1.0.0
func (o *GoogleOIDC) GetJwtRolesKey() string
GetJwtRolesKey returns the JwtRolesKey field value if set, zero value otherwise.
func (*GoogleOIDC) GetJwtRolesKeyOk ¶ added in v1.0.0
func (o *GoogleOIDC) GetJwtRolesKeyOk() (*string, bool)
GetJwtRolesKeyOk returns a tuple with the JwtRolesKey field value if set, nil otherwise and a boolean to check if the value has been set.
func (*GoogleOIDC) GetOidcAudience ¶ added in v1.0.0
func (o *GoogleOIDC) GetOidcAudience() string
GetOidcAudience returns the OidcAudience field value if set, zero value otherwise.
func (*GoogleOIDC) GetOidcAudienceOk ¶ added in v1.0.0
func (o *GoogleOIDC) GetOidcAudienceOk() (*string, bool)
GetOidcAudienceOk returns a tuple with the OidcAudience field value if set, nil otherwise and a boolean to check if the value has been set.
func (*GoogleOIDC) GetOidcAuthUrl ¶ added in v1.0.0
func (o *GoogleOIDC) GetOidcAuthUrl() string
GetOidcAuthUrl returns the OidcAuthUrl field value
func (*GoogleOIDC) GetOidcAuthUrlOk ¶ added in v1.0.0
func (o *GoogleOIDC) GetOidcAuthUrlOk() (*string, bool)
GetOidcAuthUrlOk returns a tuple with the OidcAuthUrl field value and a boolean to check if the value has been set.
func (*GoogleOIDC) GetOidcClientId ¶ added in v1.0.0
func (o *GoogleOIDC) GetOidcClientId() string
GetOidcClientId returns the OidcClientId field value
func (*GoogleOIDC) GetOidcClientIdOk ¶ added in v1.0.0
func (o *GoogleOIDC) GetOidcClientIdOk() (*string, bool)
GetOidcClientIdOk returns a tuple with the OidcClientId field value and a boolean to check if the value has been set.
func (*GoogleOIDC) GetOidcClientSecret ¶ added in v1.0.0
func (o *GoogleOIDC) GetOidcClientSecret() string
GetOidcClientSecret returns the OidcClientSecret field value
func (*GoogleOIDC) GetOidcClientSecretOk ¶ added in v1.0.0
func (o *GoogleOIDC) GetOidcClientSecretOk() (*string, bool)
GetOidcClientSecretOk returns a tuple with the OidcClientSecret field value and a boolean to check if the value has been set.
func (*GoogleOIDC) GetOidcScopes ¶ added in v1.0.0
func (o *GoogleOIDC) GetOidcScopes() string
GetOidcScopes returns the OidcScopes field value
func (*GoogleOIDC) GetOidcScopesOk ¶ added in v1.0.0
func (o *GoogleOIDC) GetOidcScopesOk() (*string, bool)
GetOidcScopesOk returns a tuple with the OidcScopes field value and a boolean to check if the value has been set.
func (*GoogleOIDC) GetOidcTokenUrl ¶ added in v1.0.0
func (o *GoogleOIDC) GetOidcTokenUrl() string
GetOidcTokenUrl returns the OidcTokenUrl field value
func (*GoogleOIDC) GetOidcTokenUrlOk ¶ added in v1.0.0
func (o *GoogleOIDC) GetOidcTokenUrlOk() (*string, bool)
GetOidcTokenUrlOk returns a tuple with the OidcTokenUrl field value and a boolean to check if the value has been set.
func (*GoogleOIDC) GetOidcUserinfoUrl ¶ added in v1.0.0
func (o *GoogleOIDC) GetOidcUserinfoUrl() string
GetOidcUserinfoUrl returns the OidcUserinfoUrl field value if set, zero value otherwise.
func (*GoogleOIDC) GetOidcUserinfoUrlOk ¶ added in v1.0.0
func (o *GoogleOIDC) GetOidcUserinfoUrlOk() (*string, bool)
GetOidcUserinfoUrlOk returns a tuple with the OidcUserinfoUrl field value if set, nil otherwise and a boolean to check if the value has been set.
func (*GoogleOIDC) GetRestrictedDomain ¶ added in v1.0.0
func (o *GoogleOIDC) GetRestrictedDomain() string
GetRestrictedDomain returns the RestrictedDomain field value if set, zero value otherwise.
func (*GoogleOIDC) GetRestrictedDomainOk ¶ added in v1.0.0
func (o *GoogleOIDC) GetRestrictedDomainOk() (*string, bool)
GetRestrictedDomainOk returns a tuple with the RestrictedDomain field value if set, nil otherwise and a boolean to check if the value has been set.
func (*GoogleOIDC) GetRolesMapping ¶ added in v1.0.0
func (o *GoogleOIDC) GetRolesMapping() string
GetRolesMapping returns the RolesMapping field value if set, zero value otherwise.
func (*GoogleOIDC) GetRolesMappingOk ¶ added in v1.0.0
func (o *GoogleOIDC) GetRolesMappingOk() (*string, bool)
GetRolesMappingOk returns a tuple with the RolesMapping field value if set, nil otherwise and a boolean to check if the value has been set.
func (*GoogleOIDC) GetTriggerLoginAutomatically ¶ added in v1.0.0
func (o *GoogleOIDC) GetTriggerLoginAutomatically() bool
GetTriggerLoginAutomatically returns the TriggerLoginAutomatically field value
func (*GoogleOIDC) GetTriggerLoginAutomaticallyOk ¶ added in v1.0.0
func (o *GoogleOIDC) GetTriggerLoginAutomaticallyOk() (*bool, bool)
GetTriggerLoginAutomaticallyOk returns a tuple with the TriggerLoginAutomatically field value and a boolean to check if the value has been set.
func (*GoogleOIDC) HasJwtRolesKey ¶ added in v1.0.0
func (o *GoogleOIDC) HasJwtRolesKey() bool
HasJwtRolesKey returns a boolean if a field has been set.
func (*GoogleOIDC) HasOidcAudience ¶ added in v1.0.0
func (o *GoogleOIDC) HasOidcAudience() bool
HasOidcAudience returns a boolean if a field has been set.
func (*GoogleOIDC) HasOidcUserinfoUrl ¶ added in v1.0.0
func (o *GoogleOIDC) HasOidcUserinfoUrl() bool
HasOidcUserinfoUrl returns a boolean if a field has been set.
func (*GoogleOIDC) HasRestrictedDomain ¶ added in v1.0.0
func (o *GoogleOIDC) HasRestrictedDomain() bool
HasRestrictedDomain returns a boolean if a field has been set.
func (*GoogleOIDC) HasRolesMapping ¶ added in v1.0.0
func (o *GoogleOIDC) HasRolesMapping() bool
HasRolesMapping returns a boolean if a field has been set.
func (GoogleOIDC) MarshalJSON ¶ added in v1.0.0
func (o GoogleOIDC) MarshalJSON() ([]byte, error)
func (*GoogleOIDC) SetConfigType ¶ added in v1.0.0
func (o *GoogleOIDC) SetConfigType(v string)
SetConfigType sets field value
func (*GoogleOIDC) SetDisableEmailPasswordLogin ¶ added in v1.0.0
func (o *GoogleOIDC) SetDisableEmailPasswordLogin(v bool)
SetDisableEmailPasswordLogin sets field value
func (*GoogleOIDC) SetGoogleClientId ¶ added in v1.0.0
func (o *GoogleOIDC) SetGoogleClientId(v string)
SetGoogleClientId sets field value
func (*GoogleOIDC) SetGoogleClientSecret ¶ added in v1.0.0
func (o *GoogleOIDC) SetGoogleClientSecret(v string)
SetGoogleClientSecret sets field value
func (*GoogleOIDC) SetJitEnabled ¶ added in v1.0.0
func (o *GoogleOIDC) SetJitEnabled(v bool)
SetJitEnabled sets field value
func (*GoogleOIDC) SetJwtEmailKey ¶ added in v1.0.0
func (o *GoogleOIDC) SetJwtEmailKey(v string)
SetJwtEmailKey sets field value
func (*GoogleOIDC) SetJwtFirstNameKey ¶ added in v1.0.0
func (o *GoogleOIDC) SetJwtFirstNameKey(v string)
SetJwtFirstNameKey sets field value
func (*GoogleOIDC) SetJwtLastNameKey ¶ added in v1.0.0
func (o *GoogleOIDC) SetJwtLastNameKey(v string)
SetJwtLastNameKey sets field value
func (*GoogleOIDC) SetJwtRolesKey ¶ added in v1.0.0
func (o *GoogleOIDC) SetJwtRolesKey(v string)
SetJwtRolesKey gets a reference to the given string and assigns it to the JwtRolesKey field.
func (*GoogleOIDC) SetOidcAudience ¶ added in v1.0.0
func (o *GoogleOIDC) SetOidcAudience(v string)
SetOidcAudience gets a reference to the given string and assigns it to the OidcAudience field.
func (*GoogleOIDC) SetOidcAuthUrl ¶ added in v1.0.0
func (o *GoogleOIDC) SetOidcAuthUrl(v string)
SetOidcAuthUrl sets field value
func (*GoogleOIDC) SetOidcClientId ¶ added in v1.0.0
func (o *GoogleOIDC) SetOidcClientId(v string)
SetOidcClientId sets field value
func (*GoogleOIDC) SetOidcClientSecret ¶ added in v1.0.0
func (o *GoogleOIDC) SetOidcClientSecret(v string)
SetOidcClientSecret sets field value
func (*GoogleOIDC) SetOidcScopes ¶ added in v1.0.0
func (o *GoogleOIDC) SetOidcScopes(v string)
SetOidcScopes sets field value
func (*GoogleOIDC) SetOidcTokenUrl ¶ added in v1.0.0
func (o *GoogleOIDC) SetOidcTokenUrl(v string)
SetOidcTokenUrl sets field value
func (*GoogleOIDC) SetOidcUserinfoUrl ¶ added in v1.0.0
func (o *GoogleOIDC) SetOidcUserinfoUrl(v string)
SetOidcUserinfoUrl gets a reference to the given string and assigns it to the OidcUserinfoUrl field.
func (*GoogleOIDC) SetRestrictedDomain ¶ added in v1.0.0
func (o *GoogleOIDC) SetRestrictedDomain(v string)
SetRestrictedDomain gets a reference to the given string and assigns it to the RestrictedDomain field.
func (*GoogleOIDC) SetRolesMapping ¶ added in v1.0.0
func (o *GoogleOIDC) SetRolesMapping(v string)
SetRolesMapping gets a reference to the given string and assigns it to the RolesMapping field.
func (*GoogleOIDC) SetTriggerLoginAutomatically ¶ added in v1.0.0
func (o *GoogleOIDC) SetTriggerLoginAutomatically(v bool)
SetTriggerLoginAutomatically sets field value
func (GoogleOIDC) ToMap ¶ added in v1.0.0
func (o GoogleOIDC) ToMap() (map[string]interface{}, error)
func (*GoogleOIDC) UnmarshalJSON ¶ added in v1.0.0
func (o *GoogleOIDC) UnmarshalJSON(data []byte) (err error)
type GoogleSAML ¶ added in v1.0.0
type GoogleSAML struct {
ConfigType string `json:"config_type"`
GoogleClientId string `json:"google_client_id"`
GoogleClientSecret string `json:"google_client_secret"`
DisableEmailPasswordLogin bool `json:"disable_email_password_login"`
IdpMetadataXml string `json:"idp_metadata_xml"`
SamlFirstNameAttribute string `json:"saml_first_name_attribute"`
SamlLastNameAttribute string `json:"saml_last_name_attribute"`
SamlGroupsAttribute *string `json:"saml_groups_attribute,omitempty"`
SamlSyncGroupClaims bool `json:"saml_sync_group_claims"`
LdapSyncGroupClaims *bool `json:"ldap_sync_group_claims,omitempty"`
LdapRoleMapping *string `json:"ldap_role_mapping,omitempty"`
LdapServerUrl *string `json:"ldap_server_url,omitempty"`
LdapBaseDomainComponents *string `json:"ldap_base_domain_components,omitempty"`
LdapServerName *string `json:"ldap_server_name,omitempty"`
LdapServerKey *string `json:"ldap_server_key,omitempty"`
LdapServerCertificate *string `json:"ldap_server_certificate,omitempty"`
JitEnabled bool `json:"jit_enabled"`
RestrictedDomain *string `json:"restricted_domain,omitempty"`
TriggerLoginAutomatically bool `json:"trigger_login_automatically"`
}
GoogleSAML struct for GoogleSAML
func NewGoogleSAML ¶ added in v1.0.0
func NewGoogleSAML(configType string, googleClientId string, googleClientSecret string, disableEmailPasswordLogin bool, idpMetadataXml string, samlFirstNameAttribute string, samlLastNameAttribute string, samlSyncGroupClaims bool, jitEnabled bool, triggerLoginAutomatically bool) *GoogleSAML
NewGoogleSAML instantiates a new GoogleSAML object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewGoogleSAMLWithDefaults ¶ added in v1.0.0
func NewGoogleSAMLWithDefaults() *GoogleSAML
NewGoogleSAMLWithDefaults instantiates a new GoogleSAML object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*GoogleSAML) GetConfigType ¶ added in v1.0.0
func (o *GoogleSAML) GetConfigType() string
GetConfigType returns the ConfigType field value
func (*GoogleSAML) GetConfigTypeOk ¶ added in v1.0.0
func (o *GoogleSAML) GetConfigTypeOk() (*string, bool)
GetConfigTypeOk returns a tuple with the ConfigType field value and a boolean to check if the value has been set.
func (*GoogleSAML) GetDisableEmailPasswordLogin ¶ added in v1.0.0
func (o *GoogleSAML) GetDisableEmailPasswordLogin() bool
GetDisableEmailPasswordLogin returns the DisableEmailPasswordLogin field value
func (*GoogleSAML) GetDisableEmailPasswordLoginOk ¶ added in v1.0.0
func (o *GoogleSAML) GetDisableEmailPasswordLoginOk() (*bool, bool)
GetDisableEmailPasswordLoginOk returns a tuple with the DisableEmailPasswordLogin field value and a boolean to check if the value has been set.
func (*GoogleSAML) GetGoogleClientId ¶ added in v1.0.0
func (o *GoogleSAML) GetGoogleClientId() string
GetGoogleClientId returns the GoogleClientId field value
func (*GoogleSAML) GetGoogleClientIdOk ¶ added in v1.0.0
func (o *GoogleSAML) GetGoogleClientIdOk() (*string, bool)
GetGoogleClientIdOk returns a tuple with the GoogleClientId field value and a boolean to check if the value has been set.
func (*GoogleSAML) GetGoogleClientSecret ¶ added in v1.0.0
func (o *GoogleSAML) GetGoogleClientSecret() string
GetGoogleClientSecret returns the GoogleClientSecret field value
func (*GoogleSAML) GetGoogleClientSecretOk ¶ added in v1.0.0
func (o *GoogleSAML) GetGoogleClientSecretOk() (*string, bool)
GetGoogleClientSecretOk returns a tuple with the GoogleClientSecret field value and a boolean to check if the value has been set.
func (*GoogleSAML) GetIdpMetadataXml ¶ added in v1.0.0
func (o *GoogleSAML) GetIdpMetadataXml() string
GetIdpMetadataXml returns the IdpMetadataXml field value
func (*GoogleSAML) GetIdpMetadataXmlOk ¶ added in v1.0.0
func (o *GoogleSAML) GetIdpMetadataXmlOk() (*string, bool)
GetIdpMetadataXmlOk returns a tuple with the IdpMetadataXml field value and a boolean to check if the value has been set.
func (*GoogleSAML) GetJitEnabled ¶ added in v1.0.0
func (o *GoogleSAML) GetJitEnabled() bool
GetJitEnabled returns the JitEnabled field value
func (*GoogleSAML) GetJitEnabledOk ¶ added in v1.0.0
func (o *GoogleSAML) GetJitEnabledOk() (*bool, bool)
GetJitEnabledOk returns a tuple with the JitEnabled field value and a boolean to check if the value has been set.
func (*GoogleSAML) GetLdapBaseDomainComponents ¶ added in v1.0.0
func (o *GoogleSAML) GetLdapBaseDomainComponents() string
GetLdapBaseDomainComponents returns the LdapBaseDomainComponents field value if set, zero value otherwise.
func (*GoogleSAML) GetLdapBaseDomainComponentsOk ¶ added in v1.0.0
func (o *GoogleSAML) GetLdapBaseDomainComponentsOk() (*string, bool)
GetLdapBaseDomainComponentsOk returns a tuple with the LdapBaseDomainComponents field value if set, nil otherwise and a boolean to check if the value has been set.
func (*GoogleSAML) GetLdapRoleMapping ¶ added in v1.0.0
func (o *GoogleSAML) GetLdapRoleMapping() string
GetLdapRoleMapping returns the LdapRoleMapping field value if set, zero value otherwise.
func (*GoogleSAML) GetLdapRoleMappingOk ¶ added in v1.0.0
func (o *GoogleSAML) GetLdapRoleMappingOk() (*string, bool)
GetLdapRoleMappingOk returns a tuple with the LdapRoleMapping field value if set, nil otherwise and a boolean to check if the value has been set.
func (*GoogleSAML) GetLdapServerCertificate ¶ added in v1.0.0
func (o *GoogleSAML) GetLdapServerCertificate() string
GetLdapServerCertificate returns the LdapServerCertificate field value if set, zero value otherwise.
func (*GoogleSAML) GetLdapServerCertificateOk ¶ added in v1.0.0
func (o *GoogleSAML) GetLdapServerCertificateOk() (*string, bool)
GetLdapServerCertificateOk returns a tuple with the LdapServerCertificate field value if set, nil otherwise and a boolean to check if the value has been set.
func (*GoogleSAML) GetLdapServerKey ¶ added in v1.0.0
func (o *GoogleSAML) GetLdapServerKey() string
GetLdapServerKey returns the LdapServerKey field value if set, zero value otherwise.
func (*GoogleSAML) GetLdapServerKeyOk ¶ added in v1.0.0
func (o *GoogleSAML) GetLdapServerKeyOk() (*string, bool)
GetLdapServerKeyOk returns a tuple with the LdapServerKey field value if set, nil otherwise and a boolean to check if the value has been set.
func (*GoogleSAML) GetLdapServerName ¶ added in v1.0.0
func (o *GoogleSAML) GetLdapServerName() string
GetLdapServerName returns the LdapServerName field value if set, zero value otherwise.
func (*GoogleSAML) GetLdapServerNameOk ¶ added in v1.0.0
func (o *GoogleSAML) GetLdapServerNameOk() (*string, bool)
GetLdapServerNameOk returns a tuple with the LdapServerName field value if set, nil otherwise and a boolean to check if the value has been set.
func (*GoogleSAML) GetLdapServerUrl ¶ added in v1.0.0
func (o *GoogleSAML) GetLdapServerUrl() string
GetLdapServerUrl returns the LdapServerUrl field value if set, zero value otherwise.
func (*GoogleSAML) GetLdapServerUrlOk ¶ added in v1.0.0
func (o *GoogleSAML) GetLdapServerUrlOk() (*string, bool)
GetLdapServerUrlOk returns a tuple with the LdapServerUrl field value if set, nil otherwise and a boolean to check if the value has been set.
func (*GoogleSAML) GetLdapSyncGroupClaims ¶ added in v1.0.0
func (o *GoogleSAML) GetLdapSyncGroupClaims() bool
GetLdapSyncGroupClaims returns the LdapSyncGroupClaims field value if set, zero value otherwise.
func (*GoogleSAML) GetLdapSyncGroupClaimsOk ¶ added in v1.0.0
func (o *GoogleSAML) GetLdapSyncGroupClaimsOk() (*bool, bool)
GetLdapSyncGroupClaimsOk returns a tuple with the LdapSyncGroupClaims field value if set, nil otherwise and a boolean to check if the value has been set.
func (*GoogleSAML) GetRestrictedDomain ¶ added in v1.0.0
func (o *GoogleSAML) GetRestrictedDomain() string
GetRestrictedDomain returns the RestrictedDomain field value if set, zero value otherwise.
func (*GoogleSAML) GetRestrictedDomainOk ¶ added in v1.0.0
func (o *GoogleSAML) GetRestrictedDomainOk() (*string, bool)
GetRestrictedDomainOk returns a tuple with the RestrictedDomain field value if set, nil otherwise and a boolean to check if the value has been set.
func (*GoogleSAML) GetSamlFirstNameAttribute ¶ added in v1.0.0
func (o *GoogleSAML) GetSamlFirstNameAttribute() string
GetSamlFirstNameAttribute returns the SamlFirstNameAttribute field value
func (*GoogleSAML) GetSamlFirstNameAttributeOk ¶ added in v1.0.0
func (o *GoogleSAML) GetSamlFirstNameAttributeOk() (*string, bool)
GetSamlFirstNameAttributeOk returns a tuple with the SamlFirstNameAttribute field value and a boolean to check if the value has been set.
func (*GoogleSAML) GetSamlGroupsAttribute ¶ added in v1.0.0
func (o *GoogleSAML) GetSamlGroupsAttribute() string
GetSamlGroupsAttribute returns the SamlGroupsAttribute field value if set, zero value otherwise.
func (*GoogleSAML) GetSamlGroupsAttributeOk ¶ added in v1.0.0
func (o *GoogleSAML) GetSamlGroupsAttributeOk() (*string, bool)
GetSamlGroupsAttributeOk returns a tuple with the SamlGroupsAttribute field value if set, nil otherwise and a boolean to check if the value has been set.
func (*GoogleSAML) GetSamlLastNameAttribute ¶ added in v1.0.0
func (o *GoogleSAML) GetSamlLastNameAttribute() string
GetSamlLastNameAttribute returns the SamlLastNameAttribute field value
func (*GoogleSAML) GetSamlLastNameAttributeOk ¶ added in v1.0.0
func (o *GoogleSAML) GetSamlLastNameAttributeOk() (*string, bool)
GetSamlLastNameAttributeOk returns a tuple with the SamlLastNameAttribute field value and a boolean to check if the value has been set.
func (*GoogleSAML) GetSamlSyncGroupClaims ¶ added in v1.0.0
func (o *GoogleSAML) GetSamlSyncGroupClaims() bool
GetSamlSyncGroupClaims returns the SamlSyncGroupClaims field value
func (*GoogleSAML) GetSamlSyncGroupClaimsOk ¶ added in v1.0.0
func (o *GoogleSAML) GetSamlSyncGroupClaimsOk() (*bool, bool)
GetSamlSyncGroupClaimsOk returns a tuple with the SamlSyncGroupClaims field value and a boolean to check if the value has been set.
func (*GoogleSAML) GetTriggerLoginAutomatically ¶ added in v1.0.0
func (o *GoogleSAML) GetTriggerLoginAutomatically() bool
GetTriggerLoginAutomatically returns the TriggerLoginAutomatically field value
func (*GoogleSAML) GetTriggerLoginAutomaticallyOk ¶ added in v1.0.0
func (o *GoogleSAML) GetTriggerLoginAutomaticallyOk() (*bool, bool)
GetTriggerLoginAutomaticallyOk returns a tuple with the TriggerLoginAutomatically field value and a boolean to check if the value has been set.
func (*GoogleSAML) HasLdapBaseDomainComponents ¶ added in v1.0.0
func (o *GoogleSAML) HasLdapBaseDomainComponents() bool
HasLdapBaseDomainComponents returns a boolean if a field has been set.
func (*GoogleSAML) HasLdapRoleMapping ¶ added in v1.0.0
func (o *GoogleSAML) HasLdapRoleMapping() bool
HasLdapRoleMapping returns a boolean if a field has been set.
func (*GoogleSAML) HasLdapServerCertificate ¶ added in v1.0.0
func (o *GoogleSAML) HasLdapServerCertificate() bool
HasLdapServerCertificate returns a boolean if a field has been set.
func (*GoogleSAML) HasLdapServerKey ¶ added in v1.0.0
func (o *GoogleSAML) HasLdapServerKey() bool
HasLdapServerKey returns a boolean if a field has been set.
func (*GoogleSAML) HasLdapServerName ¶ added in v1.0.0
func (o *GoogleSAML) HasLdapServerName() bool
HasLdapServerName returns a boolean if a field has been set.
func (*GoogleSAML) HasLdapServerUrl ¶ added in v1.0.0
func (o *GoogleSAML) HasLdapServerUrl() bool
HasLdapServerUrl returns a boolean if a field has been set.
func (*GoogleSAML) HasLdapSyncGroupClaims ¶ added in v1.0.0
func (o *GoogleSAML) HasLdapSyncGroupClaims() bool
HasLdapSyncGroupClaims returns a boolean if a field has been set.
func (*GoogleSAML) HasRestrictedDomain ¶ added in v1.0.0
func (o *GoogleSAML) HasRestrictedDomain() bool
HasRestrictedDomain returns a boolean if a field has been set.
func (*GoogleSAML) HasSamlGroupsAttribute ¶ added in v1.0.0
func (o *GoogleSAML) HasSamlGroupsAttribute() bool
HasSamlGroupsAttribute returns a boolean if a field has been set.
func (GoogleSAML) MarshalJSON ¶ added in v1.0.0
func (o GoogleSAML) MarshalJSON() ([]byte, error)
func (*GoogleSAML) SetConfigType ¶ added in v1.0.0
func (o *GoogleSAML) SetConfigType(v string)
SetConfigType sets field value
func (*GoogleSAML) SetDisableEmailPasswordLogin ¶ added in v1.0.0
func (o *GoogleSAML) SetDisableEmailPasswordLogin(v bool)
SetDisableEmailPasswordLogin sets field value
func (*GoogleSAML) SetGoogleClientId ¶ added in v1.0.0
func (o *GoogleSAML) SetGoogleClientId(v string)
SetGoogleClientId sets field value
func (*GoogleSAML) SetGoogleClientSecret ¶ added in v1.0.0
func (o *GoogleSAML) SetGoogleClientSecret(v string)
SetGoogleClientSecret sets field value
func (*GoogleSAML) SetIdpMetadataXml ¶ added in v1.0.0
func (o *GoogleSAML) SetIdpMetadataXml(v string)
SetIdpMetadataXml sets field value
func (*GoogleSAML) SetJitEnabled ¶ added in v1.0.0
func (o *GoogleSAML) SetJitEnabled(v bool)
SetJitEnabled sets field value
func (*GoogleSAML) SetLdapBaseDomainComponents ¶ added in v1.0.0
func (o *GoogleSAML) SetLdapBaseDomainComponents(v string)
SetLdapBaseDomainComponents gets a reference to the given string and assigns it to the LdapBaseDomainComponents field.
func (*GoogleSAML) SetLdapRoleMapping ¶ added in v1.0.0
func (o *GoogleSAML) SetLdapRoleMapping(v string)
SetLdapRoleMapping gets a reference to the given string and assigns it to the LdapRoleMapping field.
func (*GoogleSAML) SetLdapServerCertificate ¶ added in v1.0.0
func (o *GoogleSAML) SetLdapServerCertificate(v string)
SetLdapServerCertificate gets a reference to the given string and assigns it to the LdapServerCertificate field.
func (*GoogleSAML) SetLdapServerKey ¶ added in v1.0.0
func (o *GoogleSAML) SetLdapServerKey(v string)
SetLdapServerKey gets a reference to the given string and assigns it to the LdapServerKey field.
func (*GoogleSAML) SetLdapServerName ¶ added in v1.0.0
func (o *GoogleSAML) SetLdapServerName(v string)
SetLdapServerName gets a reference to the given string and assigns it to the LdapServerName field.
func (*GoogleSAML) SetLdapServerUrl ¶ added in v1.0.0
func (o *GoogleSAML) SetLdapServerUrl(v string)
SetLdapServerUrl gets a reference to the given string and assigns it to the LdapServerUrl field.
func (*GoogleSAML) SetLdapSyncGroupClaims ¶ added in v1.0.0
func (o *GoogleSAML) SetLdapSyncGroupClaims(v bool)
SetLdapSyncGroupClaims gets a reference to the given bool and assigns it to the LdapSyncGroupClaims field.
func (*GoogleSAML) SetRestrictedDomain ¶ added in v1.0.0
func (o *GoogleSAML) SetRestrictedDomain(v string)
SetRestrictedDomain gets a reference to the given string and assigns it to the RestrictedDomain field.
func (*GoogleSAML) SetSamlFirstNameAttribute ¶ added in v1.0.0
func (o *GoogleSAML) SetSamlFirstNameAttribute(v string)
SetSamlFirstNameAttribute sets field value
func (*GoogleSAML) SetSamlGroupsAttribute ¶ added in v1.0.0
func (o *GoogleSAML) SetSamlGroupsAttribute(v string)
SetSamlGroupsAttribute gets a reference to the given string and assigns it to the SamlGroupsAttribute field.
func (*GoogleSAML) SetSamlLastNameAttribute ¶ added in v1.0.0
func (o *GoogleSAML) SetSamlLastNameAttribute(v string)
SetSamlLastNameAttribute sets field value
func (*GoogleSAML) SetSamlSyncGroupClaims ¶ added in v1.0.0
func (o *GoogleSAML) SetSamlSyncGroupClaims(v bool)
SetSamlSyncGroupClaims sets field value
func (*GoogleSAML) SetTriggerLoginAutomatically ¶ added in v1.0.0
func (o *GoogleSAML) SetTriggerLoginAutomatically(v bool)
SetTriggerLoginAutomatically sets field value
func (GoogleSAML) ToMap ¶ added in v1.0.0
func (o GoogleSAML) ToMap() (map[string]interface{}, error)
func (*GoogleSAML) UnmarshalJSON ¶ added in v1.0.0
func (o *GoogleSAML) UnmarshalJSON(data []byte) (err error)
type Group ¶
type Group struct {
Type string `json:"type"`
// The ID number of the group
Id NullableFloat32 `json:"id"`
}
Group struct for Group
func NewGroup ¶
func NewGroup(type_ string, id NullableFloat32) *Group
NewGroup instantiates a new Group object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewGroupWithDefaults ¶
func NewGroupWithDefaults() *Group
NewGroupWithDefaults instantiates a new Group object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*Group) GetId ¶
GetId returns the Id field value If the value is explicit nil, the zero value for float32 will be returned
func (*Group) GetIdOk ¶
GetIdOk returns a tuple with the Id 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 (*Group) GetTypeOk ¶ added in v1.0.0
GetTypeOk returns a tuple with the Type field value and a boolean to check if the value has been set.
func (Group) MarshalJSON ¶
func (*Group) UnmarshalJSON ¶
type GroupsAPIService ¶
type GroupsAPIService service
GroupsAPIService GroupsAPI service
func (*GroupsAPIService) GroupsGet ¶
func (a *GroupsAPIService) GroupsGet(ctx context.Context) ApiGroupsGetRequest
GroupsGet List groups
Get all permission groups for an organization or space. The API token must have the "Groups > Read" scope.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return ApiGroupsGetRequest
func (*GroupsAPIService) GroupsGetExecute ¶
func (a *GroupsAPIService) GroupsGetExecute(r ApiGroupsGetRequest) (*GroupsGet200Response, *http.Response, error)
Execute executes the request
@return GroupsGet200Response
func (*GroupsAPIService) GroupsGroupIdDelete ¶
func (a *GroupsAPIService) GroupsGroupIdDelete(ctx context.Context, groupId string) ApiGroupsGroupIdDeleteRequest
GroupsGroupIdDelete Delete group
Deletes a group with the given groupId. The API token must have the "Groups > Write" scope.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param groupId The group's ID number @return ApiGroupsGroupIdDeleteRequest
func (*GroupsAPIService) GroupsGroupIdDeleteExecute ¶
func (a *GroupsAPIService) GroupsGroupIdDeleteExecute(r ApiGroupsGroupIdDeleteRequest) (*http.Response, error)
Execute executes the request
func (*GroupsAPIService) GroupsGroupIdGet ¶
func (a *GroupsAPIService) GroupsGroupIdGet(ctx context.Context, groupId string) ApiGroupsGroupIdGetRequest
GroupsGroupIdGet Get group
Get a group with a given groupId. The API token must have the "Groups > Read" scope.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param groupId The group's ID number @return ApiGroupsGroupIdGetRequest
func (*GroupsAPIService) GroupsGroupIdGetExecute ¶
func (a *GroupsAPIService) GroupsGroupIdGetExecute(r ApiGroupsGroupIdGetRequest) (*GroupsGroupIdGet200Response, *http.Response, error)
Execute executes the request
@return GroupsGroupIdGet200Response
func (*GroupsAPIService) GroupsGroupIdMembersPost ¶
func (a *GroupsAPIService) GroupsGroupIdMembersPost(ctx context.Context, groupId string) ApiGroupsGroupIdMembersPostRequest
GroupsGroupIdMembersPost Add users to group
Adds specified user(s) to group and returns the group. Can optionally set or unset group admins by using the `is_group_admin` property. If existing members are passed in, group admin status will be updated. You cannot remove members using this endpoint. The API token must have the "Groups > Write" scope.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param groupId The group's ID number @return ApiGroupsGroupIdMembersPostRequest
func (*GroupsAPIService) GroupsGroupIdMembersPostExecute ¶
func (a *GroupsAPIService) GroupsGroupIdMembersPostExecute(r ApiGroupsGroupIdMembersPostRequest) (*GroupsGroupIdPut200Response, *http.Response, error)
Execute executes the request
@return GroupsGroupIdPut200Response
func (*GroupsAPIService) GroupsGroupIdMembersUserSidDelete ¶
func (a *GroupsAPIService) GroupsGroupIdMembersUserSidDelete(ctx context.Context, groupId string, userSid string) ApiGroupsGroupIdMembersUserSidDeleteRequest
GroupsGroupIdMembersUserSidDelete Remove user from group
Removes the user from the group and returns the group. The API token must have the "Groups > Write" scope.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param groupId The group's ID number @param userSid @return ApiGroupsGroupIdMembersUserSidDeleteRequest
func (*GroupsAPIService) GroupsGroupIdMembersUserSidDeleteExecute ¶
func (a *GroupsAPIService) GroupsGroupIdMembersUserSidDeleteExecute(r ApiGroupsGroupIdMembersUserSidDeleteRequest) (*GroupsGroupIdPut200Response, *http.Response, error)
Execute executes the request
@return GroupsGroupIdPut200Response
func (*GroupsAPIService) GroupsGroupIdPatch ¶
func (a *GroupsAPIService) GroupsGroupIdPatch(ctx context.Context, groupId string) ApiGroupsGroupIdPatchRequest
GroupsGroupIdPatch Update group
Update a group in an organization using JSON Patch (RFC 6902). Returns the updated group. The API token must have the "Groups > Write" scope.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param groupId The group's ID number @return ApiGroupsGroupIdPatchRequest
func (*GroupsAPIService) GroupsGroupIdPatchExecute ¶
func (a *GroupsAPIService) GroupsGroupIdPatchExecute(r ApiGroupsGroupIdPatchRequest) (*GroupsGroupIdPut200Response, *http.Response, error)
Execute executes the request
@return GroupsGroupIdPut200Response
func (*GroupsAPIService) GroupsGroupIdPut ¶
func (a *GroupsAPIService) GroupsGroupIdPut(ctx context.Context, groupId string) ApiGroupsGroupIdPutRequest
GroupsGroupIdPut Update group
Update the entire group and returns the updated group. The API token must have the "Groups > Write" scope.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param groupId The group's ID number @return ApiGroupsGroupIdPutRequest
func (*GroupsAPIService) GroupsGroupIdPutExecute ¶
func (a *GroupsAPIService) GroupsGroupIdPutExecute(r ApiGroupsGroupIdPutRequest) (*GroupsGroupIdPut200Response, *http.Response, error)
Execute executes the request
@return GroupsGroupIdPut200Response
func (*GroupsAPIService) GroupsGroupIdUserInvitesPost ¶
func (a *GroupsAPIService) GroupsGroupIdUserInvitesPost(ctx context.Context, groupId string) ApiGroupsGroupIdUserInvitesPostRequest
GroupsGroupIdUserInvitesPost Add user invites to group
Available from API version 2.4.0+ and onprem version 3.28.0+. Adds a user invite to specified group and returns the group. The API token must have the "Groups > Write" scope.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param groupId The group's ID number @return ApiGroupsGroupIdUserInvitesPostRequest
func (*GroupsAPIService) GroupsGroupIdUserInvitesPostExecute ¶
func (a *GroupsAPIService) GroupsGroupIdUserInvitesPostExecute(r ApiGroupsGroupIdUserInvitesPostRequest) (*GroupsGroupIdPut200Response, *http.Response, error)
Execute executes the request
@return GroupsGroupIdPut200Response
func (*GroupsAPIService) GroupsGroupIdUserInvitesUserInviteIdDelete ¶
func (a *GroupsAPIService) GroupsGroupIdUserInvitesUserInviteIdDelete(ctx context.Context, groupId string, userInviteId string) ApiGroupsGroupIdUserInvitesUserInviteIdDeleteRequest
GroupsGroupIdUserInvitesUserInviteIdDelete Remove user invite from group
Available from API version 2.4.0+ and onprem version 3.28.0+. Removes the user invite from the group. The API token must have the "Groups > Write" scope.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param groupId The group's ID number @param userInviteId The user invite's ID number @return ApiGroupsGroupIdUserInvitesUserInviteIdDeleteRequest
func (*GroupsAPIService) GroupsGroupIdUserInvitesUserInviteIdDeleteExecute ¶
func (a *GroupsAPIService) GroupsGroupIdUserInvitesUserInviteIdDeleteExecute(r ApiGroupsGroupIdUserInvitesUserInviteIdDeleteRequest) (*http.Response, error)
Execute executes the request
func (*GroupsAPIService) GroupsPost ¶
func (a *GroupsAPIService) GroupsPost(ctx context.Context) ApiGroupsPostRequest
GroupsPost Create group
Creates a group and returns the created group. The API token must have the "Groups > Write" scope.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return ApiGroupsPostRequest
func (*GroupsAPIService) GroupsPostExecute ¶
func (a *GroupsAPIService) GroupsPostExecute(r ApiGroupsPostRequest) (*GroupsPost200Response, *http.Response, error)
Execute executes the request
@return GroupsPost200Response
type GroupsGet200Response ¶
type GroupsGet200Response struct {
// API request succeeded
Success bool `json:"success"`
// An array of requested items
Data []GroupsGet200ResponseDataInner `json:"data"`
// Total number of items in the response
TotalCount float32 `json:"total_count"`
// A token to retrieve the next page of items in the collection
NextToken NullableString `json:"next_token"`
// Whether there are more items in the collection
HasMore bool `json:"has_more"`
AdditionalProperties map[string]interface{}
}
GroupsGet200Response A dictionary with a `data` property that contains an array of groups
func NewGroupsGet200Response ¶
func NewGroupsGet200Response(success bool, data []GroupsGet200ResponseDataInner, totalCount float32, nextToken NullableString, hasMore bool) *GroupsGet200Response
NewGroupsGet200Response instantiates a new GroupsGet200Response object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewGroupsGet200ResponseWithDefaults ¶
func NewGroupsGet200ResponseWithDefaults() *GroupsGet200Response
NewGroupsGet200ResponseWithDefaults instantiates a new GroupsGet200Response object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*GroupsGet200Response) GetData ¶
func (o *GroupsGet200Response) GetData() []GroupsGet200ResponseDataInner
GetData returns the Data field value
func (*GroupsGet200Response) GetDataOk ¶
func (o *GroupsGet200Response) GetDataOk() ([]GroupsGet200ResponseDataInner, bool)
GetDataOk returns a tuple with the Data field value and a boolean to check if the value has been set.
func (*GroupsGet200Response) GetHasMore ¶
func (o *GroupsGet200Response) GetHasMore() bool
GetHasMore returns the HasMore field value
func (*GroupsGet200Response) GetHasMoreOk ¶
func (o *GroupsGet200Response) GetHasMoreOk() (*bool, bool)
GetHasMoreOk returns a tuple with the HasMore field value and a boolean to check if the value has been set.
func (*GroupsGet200Response) GetNextToken ¶
func (o *GroupsGet200Response) GetNextToken() string
GetNextToken returns the NextToken field value If the value is explicit nil, the zero value for string will be returned
func (*GroupsGet200Response) GetNextTokenOk ¶
func (o *GroupsGet200Response) GetNextTokenOk() (*string, bool)
GetNextTokenOk returns a tuple with the NextToken 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 (*GroupsGet200Response) GetSuccess ¶
func (o *GroupsGet200Response) GetSuccess() bool
GetSuccess returns the Success field value
func (*GroupsGet200Response) GetSuccessOk ¶
func (o *GroupsGet200Response) GetSuccessOk() (*bool, bool)
GetSuccessOk returns a tuple with the Success field value and a boolean to check if the value has been set.
func (*GroupsGet200Response) GetTotalCount ¶
func (o *GroupsGet200Response) GetTotalCount() float32
GetTotalCount returns the TotalCount field value
func (*GroupsGet200Response) GetTotalCountOk ¶
func (o *GroupsGet200Response) GetTotalCountOk() (*float32, bool)
GetTotalCountOk returns a tuple with the TotalCount field value and a boolean to check if the value has been set.
func (GroupsGet200Response) MarshalJSON ¶
func (o GroupsGet200Response) MarshalJSON() ([]byte, error)
func (*GroupsGet200Response) SetData ¶
func (o *GroupsGet200Response) SetData(v []GroupsGet200ResponseDataInner)
SetData sets field value
func (*GroupsGet200Response) SetHasMore ¶
func (o *GroupsGet200Response) SetHasMore(v bool)
SetHasMore sets field value
func (*GroupsGet200Response) SetNextToken ¶
func (o *GroupsGet200Response) SetNextToken(v string)
SetNextToken sets field value
func (*GroupsGet200Response) SetSuccess ¶
func (o *GroupsGet200Response) SetSuccess(v bool)
SetSuccess sets field value
func (*GroupsGet200Response) SetTotalCount ¶
func (o *GroupsGet200Response) SetTotalCount(v float32)
SetTotalCount sets field value
func (GroupsGet200Response) ToMap ¶
func (o GroupsGet200Response) ToMap() (map[string]interface{}, error)
func (*GroupsGet200Response) UnmarshalJSON ¶
func (o *GroupsGet200Response) UnmarshalJSON(data []byte) (err error)
type GroupsGet200ResponseDataInner ¶
type GroupsGet200ResponseDataInner struct {
// The ID of the group. Currently this is the same legacy_id but will change in the future.
Id NullableFloat32 `json:"id"`
// The legacy ID of the group.
LegacyId NullableFloat32 `json:"legacy_id"`
// The name of the group.
Name string `json:"name"`
// The members of the group.
Members []GroupsGroupIdGet200ResponseDataMembersInner `json:"members"`
// The universal app access level for the group. This denotes the access level that this group has for all apps.
UniversalAppAccess string `json:"universal_app_access"`
// The universal resource access level for the group. This denotes the access level that this group has for all resources.
UniversalResourceAccess string `json:"universal_resource_access"`
// The universal workflow access level for the group. This denotes the access level that this group has for all workflows.
UniversalWorkflowAccess string `json:"universal_workflow_access"`
// Level of access that the group has to the Query Library.
UniversalQueryLibraryAccess string `json:"universal_query_library_access"`
// A list of user invites that will be added to the group
UserInvites []GroupsGroupIdGet200ResponseDataUserInvitesInner `json:"user_invites"`
// Whether the group has access to the user list
UserListAccess bool `json:"user_list_access"`
// Whether the group has access to the audit log
AuditLogAccess bool `json:"audit_log_access"`
// Whether the group has access to unpublished releases
UnpublishedReleaseAccess bool `json:"unpublished_release_access"`
// Whether the group has access to usage analytics
UsageAnalyticsAccess bool `json:"usage_analytics_access"`
// Whether the group has access to edit themes
ThemeAccess bool `json:"theme_access"`
// Whether the group has access to account details
AccountDetailsAccess bool `json:"account_details_access"`
// The app ID of the landing page
LandingPageAppId NullableString `json:"landing_page_app_id"`
CreatedAt string `json:"created_at"`
UpdatedAt string `json:"updated_at"`
AdditionalProperties map[string]interface{}
}
GroupsGet200ResponseDataInner This object represents a permission group. A permission group is a list of users by which to restrict access. You add users to one or more groups and then configure the group's level of access. This applies the same permissions to all group members. See https://docs.retool.com/org-users/concepts/permission-groups or more information.
func NewGroupsGet200ResponseDataInner ¶
func NewGroupsGet200ResponseDataInner(id NullableFloat32, legacyId NullableFloat32, name string, members []GroupsGroupIdGet200ResponseDataMembersInner, universalAppAccess string, universalResourceAccess string, universalWorkflowAccess string, universalQueryLibraryAccess string, userInvites []GroupsGroupIdGet200ResponseDataUserInvitesInner, userListAccess bool, auditLogAccess bool, unpublishedReleaseAccess bool, usageAnalyticsAccess bool, themeAccess bool, accountDetailsAccess bool, landingPageAppId NullableString, createdAt string, updatedAt string) *GroupsGet200ResponseDataInner
NewGroupsGet200ResponseDataInner instantiates a new GroupsGet200ResponseDataInner object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewGroupsGet200ResponseDataInnerWithDefaults ¶
func NewGroupsGet200ResponseDataInnerWithDefaults() *GroupsGet200ResponseDataInner
NewGroupsGet200ResponseDataInnerWithDefaults instantiates a new GroupsGet200ResponseDataInner object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*GroupsGet200ResponseDataInner) GetAccountDetailsAccess ¶
func (o *GroupsGet200ResponseDataInner) GetAccountDetailsAccess() bool
GetAccountDetailsAccess returns the AccountDetailsAccess field value
func (*GroupsGet200ResponseDataInner) GetAccountDetailsAccessOk ¶
func (o *GroupsGet200ResponseDataInner) GetAccountDetailsAccessOk() (*bool, bool)
GetAccountDetailsAccessOk returns a tuple with the AccountDetailsAccess field value and a boolean to check if the value has been set.
func (*GroupsGet200ResponseDataInner) GetAuditLogAccess ¶
func (o *GroupsGet200ResponseDataInner) GetAuditLogAccess() bool
GetAuditLogAccess returns the AuditLogAccess field value
func (*GroupsGet200ResponseDataInner) GetAuditLogAccessOk ¶
func (o *GroupsGet200ResponseDataInner) GetAuditLogAccessOk() (*bool, bool)
GetAuditLogAccessOk returns a tuple with the AuditLogAccess field value and a boolean to check if the value has been set.
func (*GroupsGet200ResponseDataInner) GetCreatedAt ¶
func (o *GroupsGet200ResponseDataInner) GetCreatedAt() string
GetCreatedAt returns the CreatedAt field value
func (*GroupsGet200ResponseDataInner) GetCreatedAtOk ¶
func (o *GroupsGet200ResponseDataInner) GetCreatedAtOk() (*string, bool)
GetCreatedAtOk returns a tuple with the CreatedAt field value and a boolean to check if the value has been set.
func (*GroupsGet200ResponseDataInner) GetId ¶
func (o *GroupsGet200ResponseDataInner) GetId() float32
GetId returns the Id field value If the value is explicit nil, the zero value for float32 will be returned
func (*GroupsGet200ResponseDataInner) GetIdOk ¶
func (o *GroupsGet200ResponseDataInner) GetIdOk() (*float32, bool)
GetIdOk returns a tuple with the Id 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 (*GroupsGet200ResponseDataInner) GetLandingPageAppId ¶
func (o *GroupsGet200ResponseDataInner) GetLandingPageAppId() string
GetLandingPageAppId returns the LandingPageAppId field value If the value is explicit nil, the zero value for string will be returned
func (*GroupsGet200ResponseDataInner) GetLandingPageAppIdOk ¶
func (o *GroupsGet200ResponseDataInner) GetLandingPageAppIdOk() (*string, bool)
GetLandingPageAppIdOk returns a tuple with the LandingPageAppId 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 (*GroupsGet200ResponseDataInner) GetLegacyId ¶
func (o *GroupsGet200ResponseDataInner) GetLegacyId() float32
GetLegacyId returns the LegacyId field value If the value is explicit nil, the zero value for float32 will be returned
func (*GroupsGet200ResponseDataInner) GetLegacyIdOk ¶
func (o *GroupsGet200ResponseDataInner) GetLegacyIdOk() (*float32, bool)
GetLegacyIdOk returns a tuple with the LegacyId 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 (*GroupsGet200ResponseDataInner) GetMembers ¶
func (o *GroupsGet200ResponseDataInner) GetMembers() []GroupsGroupIdGet200ResponseDataMembersInner
GetMembers returns the Members field value
func (*GroupsGet200ResponseDataInner) GetMembersOk ¶
func (o *GroupsGet200ResponseDataInner) GetMembersOk() ([]GroupsGroupIdGet200ResponseDataMembersInner, bool)
GetMembersOk returns a tuple with the Members field value and a boolean to check if the value has been set.
func (*GroupsGet200ResponseDataInner) GetName ¶
func (o *GroupsGet200ResponseDataInner) GetName() string
GetName returns the Name field value
func (*GroupsGet200ResponseDataInner) GetNameOk ¶
func (o *GroupsGet200ResponseDataInner) GetNameOk() (*string, bool)
GetNameOk returns a tuple with the Name field value and a boolean to check if the value has been set.
func (*GroupsGet200ResponseDataInner) GetThemeAccess ¶ added in v1.0.0
func (o *GroupsGet200ResponseDataInner) GetThemeAccess() bool
GetThemeAccess returns the ThemeAccess field value
func (*GroupsGet200ResponseDataInner) GetThemeAccessOk ¶ added in v1.0.0
func (o *GroupsGet200ResponseDataInner) GetThemeAccessOk() (*bool, bool)
GetThemeAccessOk returns a tuple with the ThemeAccess field value and a boolean to check if the value has been set.
func (*GroupsGet200ResponseDataInner) GetUniversalAppAccess ¶
func (o *GroupsGet200ResponseDataInner) GetUniversalAppAccess() string
GetUniversalAppAccess returns the UniversalAppAccess field value
func (*GroupsGet200ResponseDataInner) GetUniversalAppAccessOk ¶
func (o *GroupsGet200ResponseDataInner) GetUniversalAppAccessOk() (*string, bool)
GetUniversalAppAccessOk returns a tuple with the UniversalAppAccess field value and a boolean to check if the value has been set.
func (*GroupsGet200ResponseDataInner) GetUniversalQueryLibraryAccess ¶
func (o *GroupsGet200ResponseDataInner) GetUniversalQueryLibraryAccess() string
GetUniversalQueryLibraryAccess returns the UniversalQueryLibraryAccess field value
func (*GroupsGet200ResponseDataInner) GetUniversalQueryLibraryAccessOk ¶
func (o *GroupsGet200ResponseDataInner) GetUniversalQueryLibraryAccessOk() (*string, bool)
GetUniversalQueryLibraryAccessOk returns a tuple with the UniversalQueryLibraryAccess field value and a boolean to check if the value has been set.
func (*GroupsGet200ResponseDataInner) GetUniversalResourceAccess ¶
func (o *GroupsGet200ResponseDataInner) GetUniversalResourceAccess() string
GetUniversalResourceAccess returns the UniversalResourceAccess field value
func (*GroupsGet200ResponseDataInner) GetUniversalResourceAccessOk ¶
func (o *GroupsGet200ResponseDataInner) GetUniversalResourceAccessOk() (*string, bool)
GetUniversalResourceAccessOk returns a tuple with the UniversalResourceAccess field value and a boolean to check if the value has been set.
func (*GroupsGet200ResponseDataInner) GetUniversalWorkflowAccess ¶
func (o *GroupsGet200ResponseDataInner) GetUniversalWorkflowAccess() string
GetUniversalWorkflowAccess returns the UniversalWorkflowAccess field value
func (*GroupsGet200ResponseDataInner) GetUniversalWorkflowAccessOk ¶
func (o *GroupsGet200ResponseDataInner) GetUniversalWorkflowAccessOk() (*string, bool)
GetUniversalWorkflowAccessOk returns a tuple with the UniversalWorkflowAccess field value and a boolean to check if the value has been set.
func (*GroupsGet200ResponseDataInner) GetUnpublishedReleaseAccess ¶
func (o *GroupsGet200ResponseDataInner) GetUnpublishedReleaseAccess() bool
GetUnpublishedReleaseAccess returns the UnpublishedReleaseAccess field value
func (*GroupsGet200ResponseDataInner) GetUnpublishedReleaseAccessOk ¶
func (o *GroupsGet200ResponseDataInner) GetUnpublishedReleaseAccessOk() (*bool, bool)
GetUnpublishedReleaseAccessOk returns a tuple with the UnpublishedReleaseAccess field value and a boolean to check if the value has been set.
func (*GroupsGet200ResponseDataInner) GetUpdatedAt ¶
func (o *GroupsGet200ResponseDataInner) GetUpdatedAt() string
GetUpdatedAt returns the UpdatedAt field value
func (*GroupsGet200ResponseDataInner) GetUpdatedAtOk ¶
func (o *GroupsGet200ResponseDataInner) GetUpdatedAtOk() (*string, bool)
GetUpdatedAtOk returns a tuple with the UpdatedAt field value and a boolean to check if the value has been set.
func (*GroupsGet200ResponseDataInner) GetUsageAnalyticsAccess ¶
func (o *GroupsGet200ResponseDataInner) GetUsageAnalyticsAccess() bool
GetUsageAnalyticsAccess returns the UsageAnalyticsAccess field value
func (*GroupsGet200ResponseDataInner) GetUsageAnalyticsAccessOk ¶
func (o *GroupsGet200ResponseDataInner) GetUsageAnalyticsAccessOk() (*bool, bool)
GetUsageAnalyticsAccessOk returns a tuple with the UsageAnalyticsAccess field value and a boolean to check if the value has been set.
func (*GroupsGet200ResponseDataInner) GetUserInvites ¶
func (o *GroupsGet200ResponseDataInner) GetUserInvites() []GroupsGroupIdGet200ResponseDataUserInvitesInner
GetUserInvites returns the UserInvites field value
func (*GroupsGet200ResponseDataInner) GetUserInvitesOk ¶
func (o *GroupsGet200ResponseDataInner) GetUserInvitesOk() ([]GroupsGroupIdGet200ResponseDataUserInvitesInner, bool)
GetUserInvitesOk returns a tuple with the UserInvites field value and a boolean to check if the value has been set.
func (*GroupsGet200ResponseDataInner) GetUserListAccess ¶
func (o *GroupsGet200ResponseDataInner) GetUserListAccess() bool
GetUserListAccess returns the UserListAccess field value
func (*GroupsGet200ResponseDataInner) GetUserListAccessOk ¶
func (o *GroupsGet200ResponseDataInner) GetUserListAccessOk() (*bool, bool)
GetUserListAccessOk returns a tuple with the UserListAccess field value and a boolean to check if the value has been set.
func (GroupsGet200ResponseDataInner) MarshalJSON ¶
func (o GroupsGet200ResponseDataInner) MarshalJSON() ([]byte, error)
func (*GroupsGet200ResponseDataInner) SetAccountDetailsAccess ¶
func (o *GroupsGet200ResponseDataInner) SetAccountDetailsAccess(v bool)
SetAccountDetailsAccess sets field value
func (*GroupsGet200ResponseDataInner) SetAuditLogAccess ¶
func (o *GroupsGet200ResponseDataInner) SetAuditLogAccess(v bool)
SetAuditLogAccess sets field value
func (*GroupsGet200ResponseDataInner) SetCreatedAt ¶
func (o *GroupsGet200ResponseDataInner) SetCreatedAt(v string)
SetCreatedAt sets field value
func (*GroupsGet200ResponseDataInner) SetId ¶
func (o *GroupsGet200ResponseDataInner) SetId(v float32)
SetId sets field value
func (*GroupsGet200ResponseDataInner) SetLandingPageAppId ¶
func (o *GroupsGet200ResponseDataInner) SetLandingPageAppId(v string)
SetLandingPageAppId sets field value
func (*GroupsGet200ResponseDataInner) SetLegacyId ¶
func (o *GroupsGet200ResponseDataInner) SetLegacyId(v float32)
SetLegacyId sets field value
func (*GroupsGet200ResponseDataInner) SetMembers ¶
func (o *GroupsGet200ResponseDataInner) SetMembers(v []GroupsGroupIdGet200ResponseDataMembersInner)
SetMembers sets field value
func (*GroupsGet200ResponseDataInner) SetName ¶
func (o *GroupsGet200ResponseDataInner) SetName(v string)
SetName sets field value
func (*GroupsGet200ResponseDataInner) SetThemeAccess ¶ added in v1.0.0
func (o *GroupsGet200ResponseDataInner) SetThemeAccess(v bool)
SetThemeAccess sets field value
func (*GroupsGet200ResponseDataInner) SetUniversalAppAccess ¶
func (o *GroupsGet200ResponseDataInner) SetUniversalAppAccess(v string)
SetUniversalAppAccess sets field value
func (*GroupsGet200ResponseDataInner) SetUniversalQueryLibraryAccess ¶
func (o *GroupsGet200ResponseDataInner) SetUniversalQueryLibraryAccess(v string)
SetUniversalQueryLibraryAccess sets field value
func (*GroupsGet200ResponseDataInner) SetUniversalResourceAccess ¶
func (o *GroupsGet200ResponseDataInner) SetUniversalResourceAccess(v string)
SetUniversalResourceAccess sets field value
func (*GroupsGet200ResponseDataInner) SetUniversalWorkflowAccess ¶
func (o *GroupsGet200ResponseDataInner) SetUniversalWorkflowAccess(v string)
SetUniversalWorkflowAccess sets field value
func (*GroupsGet200ResponseDataInner) SetUnpublishedReleaseAccess ¶
func (o *GroupsGet200ResponseDataInner) SetUnpublishedReleaseAccess(v bool)
SetUnpublishedReleaseAccess sets field value
func (*GroupsGet200ResponseDataInner) SetUpdatedAt ¶
func (o *GroupsGet200ResponseDataInner) SetUpdatedAt(v string)
SetUpdatedAt sets field value
func (*GroupsGet200ResponseDataInner) SetUsageAnalyticsAccess ¶
func (o *GroupsGet200ResponseDataInner) SetUsageAnalyticsAccess(v bool)
SetUsageAnalyticsAccess sets field value
func (*GroupsGet200ResponseDataInner) SetUserInvites ¶
func (o *GroupsGet200ResponseDataInner) SetUserInvites(v []GroupsGroupIdGet200ResponseDataUserInvitesInner)
SetUserInvites sets field value
func (*GroupsGet200ResponseDataInner) SetUserListAccess ¶
func (o *GroupsGet200ResponseDataInner) SetUserListAccess(v bool)
SetUserListAccess sets field value
func (GroupsGet200ResponseDataInner) ToMap ¶
func (o GroupsGet200ResponseDataInner) ToMap() (map[string]interface{}, error)
func (*GroupsGet200ResponseDataInner) UnmarshalJSON ¶
func (o *GroupsGet200ResponseDataInner) UnmarshalJSON(data []byte) (err error)
type GroupsGroupIdGet200Response ¶
type GroupsGroupIdGet200Response struct {
// API request succeeded
Success bool `json:"success"`
Data GroupsGroupIdGet200ResponseData `json:"data"`
AdditionalProperties map[string]interface{}
}
GroupsGroupIdGet200Response struct for GroupsGroupIdGet200Response
func NewGroupsGroupIdGet200Response ¶
func NewGroupsGroupIdGet200Response(success bool, data GroupsGroupIdGet200ResponseData) *GroupsGroupIdGet200Response
NewGroupsGroupIdGet200Response instantiates a new GroupsGroupIdGet200Response object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewGroupsGroupIdGet200ResponseWithDefaults ¶
func NewGroupsGroupIdGet200ResponseWithDefaults() *GroupsGroupIdGet200Response
NewGroupsGroupIdGet200ResponseWithDefaults instantiates a new GroupsGroupIdGet200Response object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*GroupsGroupIdGet200Response) GetData ¶
func (o *GroupsGroupIdGet200Response) GetData() GroupsGroupIdGet200ResponseData
GetData returns the Data field value
func (*GroupsGroupIdGet200Response) GetDataOk ¶
func (o *GroupsGroupIdGet200Response) GetDataOk() (*GroupsGroupIdGet200ResponseData, bool)
GetDataOk returns a tuple with the Data field value and a boolean to check if the value has been set.
func (*GroupsGroupIdGet200Response) GetSuccess ¶
func (o *GroupsGroupIdGet200Response) GetSuccess() bool
GetSuccess returns the Success field value
func (*GroupsGroupIdGet200Response) GetSuccessOk ¶
func (o *GroupsGroupIdGet200Response) GetSuccessOk() (*bool, bool)
GetSuccessOk returns a tuple with the Success field value and a boolean to check if the value has been set.
func (GroupsGroupIdGet200Response) MarshalJSON ¶
func (o GroupsGroupIdGet200Response) MarshalJSON() ([]byte, error)
func (*GroupsGroupIdGet200Response) SetData ¶
func (o *GroupsGroupIdGet200Response) SetData(v GroupsGroupIdGet200ResponseData)
SetData sets field value
func (*GroupsGroupIdGet200Response) SetSuccess ¶
func (o *GroupsGroupIdGet200Response) SetSuccess(v bool)
SetSuccess sets field value
func (GroupsGroupIdGet200Response) ToMap ¶
func (o GroupsGroupIdGet200Response) ToMap() (map[string]interface{}, error)
func (*GroupsGroupIdGet200Response) UnmarshalJSON ¶
func (o *GroupsGroupIdGet200Response) UnmarshalJSON(data []byte) (err error)
type GroupsGroupIdGet200ResponseData ¶
type GroupsGroupIdGet200ResponseData struct {
// The ID of the group. Currently this is the same legacy_id but will change in the future.
Id NullableFloat32 `json:"id"`
// The legacy ID of the group.
LegacyId NullableFloat32 `json:"legacy_id"`
// The name of the group.
Name string `json:"name"`
// The members of the group.
Members []GroupsGroupIdGet200ResponseDataMembersInner `json:"members"`
// The universal app access level for the group. This denotes the access level that this group has for all apps.
UniversalAppAccess string `json:"universal_app_access"`
// The universal resource access level for the group. This denotes the access level that this group has for all resources.
UniversalResourceAccess string `json:"universal_resource_access"`
// The universal workflow access level for the group. This denotes the access level that this group has for all workflows.
UniversalWorkflowAccess string `json:"universal_workflow_access"`
// Level of access that the group has to the Query Library.
UniversalQueryLibraryAccess string `json:"universal_query_library_access"`
// A list of user invites that will be added to the group
UserInvites []GroupsGroupIdGet200ResponseDataUserInvitesInner `json:"user_invites"`
// Whether the group has access to the user list
UserListAccess bool `json:"user_list_access"`
// Whether the group has access to the audit log
AuditLogAccess bool `json:"audit_log_access"`
// Whether the group has access to unpublished releases
UnpublishedReleaseAccess bool `json:"unpublished_release_access"`
// Whether the group has access to usage analytics
UsageAnalyticsAccess bool `json:"usage_analytics_access"`
// Whether the group has access to edit themes
ThemeAccess bool `json:"theme_access"`
// Whether the group has access to account details
AccountDetailsAccess bool `json:"account_details_access"`
// The app ID of the landing page
LandingPageAppId NullableString `json:"landing_page_app_id"`
CreatedAt string `json:"created_at"`
UpdatedAt string `json:"updated_at"`
AdditionalProperties map[string]interface{}
}
GroupsGroupIdGet200ResponseData The requested group
func NewGroupsGroupIdGet200ResponseData ¶
func NewGroupsGroupIdGet200ResponseData(id NullableFloat32, legacyId NullableFloat32, name string, members []GroupsGroupIdGet200ResponseDataMembersInner, universalAppAccess string, universalResourceAccess string, universalWorkflowAccess string, universalQueryLibraryAccess string, userInvites []GroupsGroupIdGet200ResponseDataUserInvitesInner, userListAccess bool, auditLogAccess bool, unpublishedReleaseAccess bool, usageAnalyticsAccess bool, themeAccess bool, accountDetailsAccess bool, landingPageAppId NullableString, createdAt string, updatedAt string) *GroupsGroupIdGet200ResponseData
NewGroupsGroupIdGet200ResponseData instantiates a new GroupsGroupIdGet200ResponseData object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewGroupsGroupIdGet200ResponseDataWithDefaults ¶
func NewGroupsGroupIdGet200ResponseDataWithDefaults() *GroupsGroupIdGet200ResponseData
NewGroupsGroupIdGet200ResponseDataWithDefaults instantiates a new GroupsGroupIdGet200ResponseData object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*GroupsGroupIdGet200ResponseData) GetAccountDetailsAccess ¶
func (o *GroupsGroupIdGet200ResponseData) GetAccountDetailsAccess() bool
GetAccountDetailsAccess returns the AccountDetailsAccess field value
func (*GroupsGroupIdGet200ResponseData) GetAccountDetailsAccessOk ¶
func (o *GroupsGroupIdGet200ResponseData) GetAccountDetailsAccessOk() (*bool, bool)
GetAccountDetailsAccessOk returns a tuple with the AccountDetailsAccess field value and a boolean to check if the value has been set.
func (*GroupsGroupIdGet200ResponseData) GetAuditLogAccess ¶
func (o *GroupsGroupIdGet200ResponseData) GetAuditLogAccess() bool
GetAuditLogAccess returns the AuditLogAccess field value
func (*GroupsGroupIdGet200ResponseData) GetAuditLogAccessOk ¶
func (o *GroupsGroupIdGet200ResponseData) GetAuditLogAccessOk() (*bool, bool)
GetAuditLogAccessOk returns a tuple with the AuditLogAccess field value and a boolean to check if the value has been set.
func (*GroupsGroupIdGet200ResponseData) GetCreatedAt ¶
func (o *GroupsGroupIdGet200ResponseData) GetCreatedAt() string
GetCreatedAt returns the CreatedAt field value
func (*GroupsGroupIdGet200ResponseData) GetCreatedAtOk ¶
func (o *GroupsGroupIdGet200ResponseData) GetCreatedAtOk() (*string, bool)
GetCreatedAtOk returns a tuple with the CreatedAt field value and a boolean to check if the value has been set.
func (*GroupsGroupIdGet200ResponseData) GetId ¶
func (o *GroupsGroupIdGet200ResponseData) GetId() float32
GetId returns the Id field value If the value is explicit nil, the zero value for float32 will be returned
func (*GroupsGroupIdGet200ResponseData) GetIdOk ¶
func (o *GroupsGroupIdGet200ResponseData) GetIdOk() (*float32, bool)
GetIdOk returns a tuple with the Id 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 (*GroupsGroupIdGet200ResponseData) GetLandingPageAppId ¶
func (o *GroupsGroupIdGet200ResponseData) GetLandingPageAppId() string
GetLandingPageAppId returns the LandingPageAppId field value If the value is explicit nil, the zero value for string will be returned
func (*GroupsGroupIdGet200ResponseData) GetLandingPageAppIdOk ¶
func (o *GroupsGroupIdGet200ResponseData) GetLandingPageAppIdOk() (*string, bool)
GetLandingPageAppIdOk returns a tuple with the LandingPageAppId 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 (*GroupsGroupIdGet200ResponseData) GetLegacyId ¶
func (o *GroupsGroupIdGet200ResponseData) GetLegacyId() float32
GetLegacyId returns the LegacyId field value If the value is explicit nil, the zero value for float32 will be returned
func (*GroupsGroupIdGet200ResponseData) GetLegacyIdOk ¶
func (o *GroupsGroupIdGet200ResponseData) GetLegacyIdOk() (*float32, bool)
GetLegacyIdOk returns a tuple with the LegacyId 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 (*GroupsGroupIdGet200ResponseData) GetMembers ¶
func (o *GroupsGroupIdGet200ResponseData) GetMembers() []GroupsGroupIdGet200ResponseDataMembersInner
GetMembers returns the Members field value
func (*GroupsGroupIdGet200ResponseData) GetMembersOk ¶
func (o *GroupsGroupIdGet200ResponseData) GetMembersOk() ([]GroupsGroupIdGet200ResponseDataMembersInner, bool)
GetMembersOk returns a tuple with the Members field value and a boolean to check if the value has been set.
func (*GroupsGroupIdGet200ResponseData) GetName ¶
func (o *GroupsGroupIdGet200ResponseData) GetName() string
GetName returns the Name field value
func (*GroupsGroupIdGet200ResponseData) GetNameOk ¶
func (o *GroupsGroupIdGet200ResponseData) GetNameOk() (*string, bool)
GetNameOk returns a tuple with the Name field value and a boolean to check if the value has been set.
func (*GroupsGroupIdGet200ResponseData) GetThemeAccess ¶ added in v1.0.0
func (o *GroupsGroupIdGet200ResponseData) GetThemeAccess() bool
GetThemeAccess returns the ThemeAccess field value
func (*GroupsGroupIdGet200ResponseData) GetThemeAccessOk ¶ added in v1.0.0
func (o *GroupsGroupIdGet200ResponseData) GetThemeAccessOk() (*bool, bool)
GetThemeAccessOk returns a tuple with the ThemeAccess field value and a boolean to check if the value has been set.
func (*GroupsGroupIdGet200ResponseData) GetUniversalAppAccess ¶
func (o *GroupsGroupIdGet200ResponseData) GetUniversalAppAccess() string
GetUniversalAppAccess returns the UniversalAppAccess field value
func (*GroupsGroupIdGet200ResponseData) GetUniversalAppAccessOk ¶
func (o *GroupsGroupIdGet200ResponseData) GetUniversalAppAccessOk() (*string, bool)
GetUniversalAppAccessOk returns a tuple with the UniversalAppAccess field value and a boolean to check if the value has been set.
func (*GroupsGroupIdGet200ResponseData) GetUniversalQueryLibraryAccess ¶
func (o *GroupsGroupIdGet200ResponseData) GetUniversalQueryLibraryAccess() string
GetUniversalQueryLibraryAccess returns the UniversalQueryLibraryAccess field value
func (*GroupsGroupIdGet200ResponseData) GetUniversalQueryLibraryAccessOk ¶
func (o *GroupsGroupIdGet200ResponseData) GetUniversalQueryLibraryAccessOk() (*string, bool)
GetUniversalQueryLibraryAccessOk returns a tuple with the UniversalQueryLibraryAccess field value and a boolean to check if the value has been set.
func (*GroupsGroupIdGet200ResponseData) GetUniversalResourceAccess ¶
func (o *GroupsGroupIdGet200ResponseData) GetUniversalResourceAccess() string
GetUniversalResourceAccess returns the UniversalResourceAccess field value
func (*GroupsGroupIdGet200ResponseData) GetUniversalResourceAccessOk ¶
func (o *GroupsGroupIdGet200ResponseData) GetUniversalResourceAccessOk() (*string, bool)
GetUniversalResourceAccessOk returns a tuple with the UniversalResourceAccess field value and a boolean to check if the value has been set.
func (*GroupsGroupIdGet200ResponseData) GetUniversalWorkflowAccess ¶
func (o *GroupsGroupIdGet200ResponseData) GetUniversalWorkflowAccess() string
GetUniversalWorkflowAccess returns the UniversalWorkflowAccess field value
func (*GroupsGroupIdGet200ResponseData) GetUniversalWorkflowAccessOk ¶
func (o *GroupsGroupIdGet200ResponseData) GetUniversalWorkflowAccessOk() (*string, bool)
GetUniversalWorkflowAccessOk returns a tuple with the UniversalWorkflowAccess field value and a boolean to check if the value has been set.
func (*GroupsGroupIdGet200ResponseData) GetUnpublishedReleaseAccess ¶
func (o *GroupsGroupIdGet200ResponseData) GetUnpublishedReleaseAccess() bool
GetUnpublishedReleaseAccess returns the UnpublishedReleaseAccess field value
func (*GroupsGroupIdGet200ResponseData) GetUnpublishedReleaseAccessOk ¶
func (o *GroupsGroupIdGet200ResponseData) GetUnpublishedReleaseAccessOk() (*bool, bool)
GetUnpublishedReleaseAccessOk returns a tuple with the UnpublishedReleaseAccess field value and a boolean to check if the value has been set.
func (*GroupsGroupIdGet200ResponseData) GetUpdatedAt ¶
func (o *GroupsGroupIdGet200ResponseData) GetUpdatedAt() string
GetUpdatedAt returns the UpdatedAt field value
func (*GroupsGroupIdGet200ResponseData) GetUpdatedAtOk ¶
func (o *GroupsGroupIdGet200ResponseData) GetUpdatedAtOk() (*string, bool)
GetUpdatedAtOk returns a tuple with the UpdatedAt field value and a boolean to check if the value has been set.
func (*GroupsGroupIdGet200ResponseData) GetUsageAnalyticsAccess ¶
func (o *GroupsGroupIdGet200ResponseData) GetUsageAnalyticsAccess() bool
GetUsageAnalyticsAccess returns the UsageAnalyticsAccess field value
func (*GroupsGroupIdGet200ResponseData) GetUsageAnalyticsAccessOk ¶
func (o *GroupsGroupIdGet200ResponseData) GetUsageAnalyticsAccessOk() (*bool, bool)
GetUsageAnalyticsAccessOk returns a tuple with the UsageAnalyticsAccess field value and a boolean to check if the value has been set.
func (*GroupsGroupIdGet200ResponseData) GetUserInvites ¶
func (o *GroupsGroupIdGet200ResponseData) GetUserInvites() []GroupsGroupIdGet200ResponseDataUserInvitesInner
GetUserInvites returns the UserInvites field value
func (*GroupsGroupIdGet200ResponseData) GetUserInvitesOk ¶
func (o *GroupsGroupIdGet200ResponseData) GetUserInvitesOk() ([]GroupsGroupIdGet200ResponseDataUserInvitesInner, bool)
GetUserInvitesOk returns a tuple with the UserInvites field value and a boolean to check if the value has been set.
func (*GroupsGroupIdGet200ResponseData) GetUserListAccess ¶
func (o *GroupsGroupIdGet200ResponseData) GetUserListAccess() bool
GetUserListAccess returns the UserListAccess field value
func (*GroupsGroupIdGet200ResponseData) GetUserListAccessOk ¶
func (o *GroupsGroupIdGet200ResponseData) GetUserListAccessOk() (*bool, bool)
GetUserListAccessOk returns a tuple with the UserListAccess field value and a boolean to check if the value has been set.
func (GroupsGroupIdGet200ResponseData) MarshalJSON ¶
func (o GroupsGroupIdGet200ResponseData) MarshalJSON() ([]byte, error)
func (*GroupsGroupIdGet200ResponseData) SetAccountDetailsAccess ¶
func (o *GroupsGroupIdGet200ResponseData) SetAccountDetailsAccess(v bool)
SetAccountDetailsAccess sets field value
func (*GroupsGroupIdGet200ResponseData) SetAuditLogAccess ¶
func (o *GroupsGroupIdGet200ResponseData) SetAuditLogAccess(v bool)
SetAuditLogAccess sets field value
func (*GroupsGroupIdGet200ResponseData) SetCreatedAt ¶
func (o *GroupsGroupIdGet200ResponseData) SetCreatedAt(v string)
SetCreatedAt sets field value
func (*GroupsGroupIdGet200ResponseData) SetId ¶
func (o *GroupsGroupIdGet200ResponseData) SetId(v float32)
SetId sets field value
func (*GroupsGroupIdGet200ResponseData) SetLandingPageAppId ¶
func (o *GroupsGroupIdGet200ResponseData) SetLandingPageAppId(v string)
SetLandingPageAppId sets field value
func (*GroupsGroupIdGet200ResponseData) SetLegacyId ¶
func (o *GroupsGroupIdGet200ResponseData) SetLegacyId(v float32)
SetLegacyId sets field value
func (*GroupsGroupIdGet200ResponseData) SetMembers ¶
func (o *GroupsGroupIdGet200ResponseData) SetMembers(v []GroupsGroupIdGet200ResponseDataMembersInner)
SetMembers sets field value
func (*GroupsGroupIdGet200ResponseData) SetName ¶
func (o *GroupsGroupIdGet200ResponseData) SetName(v string)
SetName sets field value
func (*GroupsGroupIdGet200ResponseData) SetThemeAccess ¶ added in v1.0.0
func (o *GroupsGroupIdGet200ResponseData) SetThemeAccess(v bool)
SetThemeAccess sets field value
func (*GroupsGroupIdGet200ResponseData) SetUniversalAppAccess ¶
func (o *GroupsGroupIdGet200ResponseData) SetUniversalAppAccess(v string)
SetUniversalAppAccess sets field value
func (*GroupsGroupIdGet200ResponseData) SetUniversalQueryLibraryAccess ¶
func (o *GroupsGroupIdGet200ResponseData) SetUniversalQueryLibraryAccess(v string)
SetUniversalQueryLibraryAccess sets field value
func (*GroupsGroupIdGet200ResponseData) SetUniversalResourceAccess ¶
func (o *GroupsGroupIdGet200ResponseData) SetUniversalResourceAccess(v string)
SetUniversalResourceAccess sets field value
func (*GroupsGroupIdGet200ResponseData) SetUniversalWorkflowAccess ¶
func (o *GroupsGroupIdGet200ResponseData) SetUniversalWorkflowAccess(v string)
SetUniversalWorkflowAccess sets field value
func (*GroupsGroupIdGet200ResponseData) SetUnpublishedReleaseAccess ¶
func (o *GroupsGroupIdGet200ResponseData) SetUnpublishedReleaseAccess(v bool)
SetUnpublishedReleaseAccess sets field value
func (*GroupsGroupIdGet200ResponseData) SetUpdatedAt ¶
func (o *GroupsGroupIdGet200ResponseData) SetUpdatedAt(v string)
SetUpdatedAt sets field value
func (*GroupsGroupIdGet200ResponseData) SetUsageAnalyticsAccess ¶
func (o *GroupsGroupIdGet200ResponseData) SetUsageAnalyticsAccess(v bool)
SetUsageAnalyticsAccess sets field value
func (*GroupsGroupIdGet200ResponseData) SetUserInvites ¶
func (o *GroupsGroupIdGet200ResponseData) SetUserInvites(v []GroupsGroupIdGet200ResponseDataUserInvitesInner)
SetUserInvites sets field value
func (*GroupsGroupIdGet200ResponseData) SetUserListAccess ¶
func (o *GroupsGroupIdGet200ResponseData) SetUserListAccess(v bool)
SetUserListAccess sets field value
func (GroupsGroupIdGet200ResponseData) ToMap ¶
func (o GroupsGroupIdGet200ResponseData) ToMap() (map[string]interface{}, error)
func (*GroupsGroupIdGet200ResponseData) UnmarshalJSON ¶
func (o *GroupsGroupIdGet200ResponseData) UnmarshalJSON(data []byte) (err error)
type GroupsGroupIdGet200ResponseDataMembersInner ¶
type GroupsGroupIdGet200ResponseDataMembersInner struct {
Id string `json:"id"`
// The email of the user
Email string `json:"email"`
// Whether the user is a group admin
IsGroupAdmin bool `json:"is_group_admin"`
AdditionalProperties map[string]interface{}
}
GroupsGroupIdGet200ResponseDataMembersInner struct for GroupsGroupIdGet200ResponseDataMembersInner
func NewGroupsGroupIdGet200ResponseDataMembersInner ¶
func NewGroupsGroupIdGet200ResponseDataMembersInner(id string, email string, isGroupAdmin bool) *GroupsGroupIdGet200ResponseDataMembersInner
NewGroupsGroupIdGet200ResponseDataMembersInner instantiates a new GroupsGroupIdGet200ResponseDataMembersInner object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewGroupsGroupIdGet200ResponseDataMembersInnerWithDefaults ¶
func NewGroupsGroupIdGet200ResponseDataMembersInnerWithDefaults() *GroupsGroupIdGet200ResponseDataMembersInner
NewGroupsGroupIdGet200ResponseDataMembersInnerWithDefaults instantiates a new GroupsGroupIdGet200ResponseDataMembersInner object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*GroupsGroupIdGet200ResponseDataMembersInner) GetEmail ¶
func (o *GroupsGroupIdGet200ResponseDataMembersInner) GetEmail() string
GetEmail returns the Email field value
func (*GroupsGroupIdGet200ResponseDataMembersInner) GetEmailOk ¶
func (o *GroupsGroupIdGet200ResponseDataMembersInner) GetEmailOk() (*string, bool)
GetEmailOk returns a tuple with the Email field value and a boolean to check if the value has been set.
func (*GroupsGroupIdGet200ResponseDataMembersInner) GetId ¶
func (o *GroupsGroupIdGet200ResponseDataMembersInner) GetId() string
GetId returns the Id field value
func (*GroupsGroupIdGet200ResponseDataMembersInner) GetIdOk ¶
func (o *GroupsGroupIdGet200ResponseDataMembersInner) GetIdOk() (*string, bool)
GetIdOk returns a tuple with the Id field value and a boolean to check if the value has been set.
func (*GroupsGroupIdGet200ResponseDataMembersInner) GetIsGroupAdmin ¶
func (o *GroupsGroupIdGet200ResponseDataMembersInner) GetIsGroupAdmin() bool
GetIsGroupAdmin returns the IsGroupAdmin field value
func (*GroupsGroupIdGet200ResponseDataMembersInner) GetIsGroupAdminOk ¶
func (o *GroupsGroupIdGet200ResponseDataMembersInner) GetIsGroupAdminOk() (*bool, bool)
GetIsGroupAdminOk returns a tuple with the IsGroupAdmin field value and a boolean to check if the value has been set.
func (GroupsGroupIdGet200ResponseDataMembersInner) MarshalJSON ¶
func (o GroupsGroupIdGet200ResponseDataMembersInner) MarshalJSON() ([]byte, error)
func (*GroupsGroupIdGet200ResponseDataMembersInner) SetEmail ¶
func (o *GroupsGroupIdGet200ResponseDataMembersInner) SetEmail(v string)
SetEmail sets field value
func (*GroupsGroupIdGet200ResponseDataMembersInner) SetId ¶
func (o *GroupsGroupIdGet200ResponseDataMembersInner) SetId(v string)
SetId sets field value
func (*GroupsGroupIdGet200ResponseDataMembersInner) SetIsGroupAdmin ¶
func (o *GroupsGroupIdGet200ResponseDataMembersInner) SetIsGroupAdmin(v bool)
SetIsGroupAdmin sets field value
func (GroupsGroupIdGet200ResponseDataMembersInner) ToMap ¶
func (o GroupsGroupIdGet200ResponseDataMembersInner) ToMap() (map[string]interface{}, error)
func (*GroupsGroupIdGet200ResponseDataMembersInner) UnmarshalJSON ¶
func (o *GroupsGroupIdGet200ResponseDataMembersInner) UnmarshalJSON(data []byte) (err error)
type GroupsGroupIdGet200ResponseDataUserInvitesInner ¶
type GroupsGroupIdGet200ResponseDataUserInvitesInner struct {
Id float32 `json:"id"`
LegacyId float32 `json:"legacy_id"`
InvitedBy string `json:"invited_by"`
InvitedEmail string `json:"invited_email"`
ExpiresAt string `json:"expires_at"`
ClaimedBy NullableString `json:"claimed_by"`
ClaimedAt NullableString `json:"claimed_at"`
UserType NullableString `json:"user_type"`
Metadata map[string]interface{} `json:"metadata"`
CreatedAt string `json:"created_at"`
// User invite link expires 7 days after generation.
InviteLink *string `json:"invite_link,omitempty"`
AdditionalProperties map[string]interface{}
}
GroupsGroupIdGet200ResponseDataUserInvitesInner User Invite
func NewGroupsGroupIdGet200ResponseDataUserInvitesInner ¶
func NewGroupsGroupIdGet200ResponseDataUserInvitesInner(id float32, legacyId float32, invitedBy string, invitedEmail string, expiresAt string, claimedBy NullableString, claimedAt NullableString, userType NullableString, metadata map[string]interface{}, createdAt string) *GroupsGroupIdGet200ResponseDataUserInvitesInner
NewGroupsGroupIdGet200ResponseDataUserInvitesInner instantiates a new GroupsGroupIdGet200ResponseDataUserInvitesInner object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewGroupsGroupIdGet200ResponseDataUserInvitesInnerWithDefaults ¶
func NewGroupsGroupIdGet200ResponseDataUserInvitesInnerWithDefaults() *GroupsGroupIdGet200ResponseDataUserInvitesInner
NewGroupsGroupIdGet200ResponseDataUserInvitesInnerWithDefaults instantiates a new GroupsGroupIdGet200ResponseDataUserInvitesInner object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*GroupsGroupIdGet200ResponseDataUserInvitesInner) GetClaimedAt ¶
func (o *GroupsGroupIdGet200ResponseDataUserInvitesInner) GetClaimedAt() string
GetClaimedAt returns the ClaimedAt field value If the value is explicit nil, the zero value for string will be returned
func (*GroupsGroupIdGet200ResponseDataUserInvitesInner) GetClaimedAtOk ¶
func (o *GroupsGroupIdGet200ResponseDataUserInvitesInner) GetClaimedAtOk() (*string, bool)
GetClaimedAtOk returns a tuple with the ClaimedAt 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 (*GroupsGroupIdGet200ResponseDataUserInvitesInner) GetClaimedBy ¶
func (o *GroupsGroupIdGet200ResponseDataUserInvitesInner) GetClaimedBy() string
GetClaimedBy returns the ClaimedBy field value If the value is explicit nil, the zero value for string will be returned
func (*GroupsGroupIdGet200ResponseDataUserInvitesInner) GetClaimedByOk ¶
func (o *GroupsGroupIdGet200ResponseDataUserInvitesInner) GetClaimedByOk() (*string, bool)
GetClaimedByOk returns a tuple with the ClaimedBy 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 (*GroupsGroupIdGet200ResponseDataUserInvitesInner) GetCreatedAt ¶
func (o *GroupsGroupIdGet200ResponseDataUserInvitesInner) GetCreatedAt() string
GetCreatedAt returns the CreatedAt field value
func (*GroupsGroupIdGet200ResponseDataUserInvitesInner) GetCreatedAtOk ¶
func (o *GroupsGroupIdGet200ResponseDataUserInvitesInner) GetCreatedAtOk() (*string, bool)
GetCreatedAtOk returns a tuple with the CreatedAt field value and a boolean to check if the value has been set.
func (*GroupsGroupIdGet200ResponseDataUserInvitesInner) GetExpiresAt ¶
func (o *GroupsGroupIdGet200ResponseDataUserInvitesInner) GetExpiresAt() string
GetExpiresAt returns the ExpiresAt field value
func (*GroupsGroupIdGet200ResponseDataUserInvitesInner) GetExpiresAtOk ¶
func (o *GroupsGroupIdGet200ResponseDataUserInvitesInner) GetExpiresAtOk() (*string, bool)
GetExpiresAtOk returns a tuple with the ExpiresAt field value and a boolean to check if the value has been set.
func (*GroupsGroupIdGet200ResponseDataUserInvitesInner) GetId ¶
func (o *GroupsGroupIdGet200ResponseDataUserInvitesInner) GetId() float32
GetId returns the Id field value
func (*GroupsGroupIdGet200ResponseDataUserInvitesInner) GetIdOk ¶
func (o *GroupsGroupIdGet200ResponseDataUserInvitesInner) GetIdOk() (*float32, bool)
GetIdOk returns a tuple with the Id field value and a boolean to check if the value has been set.
func (*GroupsGroupIdGet200ResponseDataUserInvitesInner) GetInviteLink ¶
func (o *GroupsGroupIdGet200ResponseDataUserInvitesInner) GetInviteLink() string
GetInviteLink returns the InviteLink field value if set, zero value otherwise.
func (*GroupsGroupIdGet200ResponseDataUserInvitesInner) GetInviteLinkOk ¶
func (o *GroupsGroupIdGet200ResponseDataUserInvitesInner) GetInviteLinkOk() (*string, bool)
GetInviteLinkOk returns a tuple with the InviteLink field value if set, nil otherwise and a boolean to check if the value has been set.
func (*GroupsGroupIdGet200ResponseDataUserInvitesInner) GetInvitedBy ¶
func (o *GroupsGroupIdGet200ResponseDataUserInvitesInner) GetInvitedBy() string
GetInvitedBy returns the InvitedBy field value
func (*GroupsGroupIdGet200ResponseDataUserInvitesInner) GetInvitedByOk ¶
func (o *GroupsGroupIdGet200ResponseDataUserInvitesInner) GetInvitedByOk() (*string, bool)
GetInvitedByOk returns a tuple with the InvitedBy field value and a boolean to check if the value has been set.
func (*GroupsGroupIdGet200ResponseDataUserInvitesInner) GetInvitedEmail ¶
func (o *GroupsGroupIdGet200ResponseDataUserInvitesInner) GetInvitedEmail() string
GetInvitedEmail returns the InvitedEmail field value
func (*GroupsGroupIdGet200ResponseDataUserInvitesInner) GetInvitedEmailOk ¶
func (o *GroupsGroupIdGet200ResponseDataUserInvitesInner) GetInvitedEmailOk() (*string, bool)
GetInvitedEmailOk returns a tuple with the InvitedEmail field value and a boolean to check if the value has been set.
func (*GroupsGroupIdGet200ResponseDataUserInvitesInner) GetLegacyId ¶
func (o *GroupsGroupIdGet200ResponseDataUserInvitesInner) GetLegacyId() float32
GetLegacyId returns the LegacyId field value
func (*GroupsGroupIdGet200ResponseDataUserInvitesInner) GetLegacyIdOk ¶
func (o *GroupsGroupIdGet200ResponseDataUserInvitesInner) GetLegacyIdOk() (*float32, bool)
GetLegacyIdOk returns a tuple with the LegacyId field value and a boolean to check if the value has been set.
func (*GroupsGroupIdGet200ResponseDataUserInvitesInner) GetMetadata ¶
func (o *GroupsGroupIdGet200ResponseDataUserInvitesInner) GetMetadata() map[string]interface{}
GetMetadata returns the Metadata field value If the value is explicit nil, the zero value for map[string]interface{} will be returned
func (*GroupsGroupIdGet200ResponseDataUserInvitesInner) GetMetadataOk ¶
func (o *GroupsGroupIdGet200ResponseDataUserInvitesInner) GetMetadataOk() (map[string]interface{}, bool)
GetMetadataOk returns a tuple with the Metadata 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 (*GroupsGroupIdGet200ResponseDataUserInvitesInner) GetUserType ¶
func (o *GroupsGroupIdGet200ResponseDataUserInvitesInner) GetUserType() string
GetUserType returns the UserType field value If the value is explicit nil, the zero value for string will be returned
func (*GroupsGroupIdGet200ResponseDataUserInvitesInner) GetUserTypeOk ¶
func (o *GroupsGroupIdGet200ResponseDataUserInvitesInner) GetUserTypeOk() (*string, bool)
GetUserTypeOk returns a tuple with the UserType 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 (*GroupsGroupIdGet200ResponseDataUserInvitesInner) HasInviteLink ¶
func (o *GroupsGroupIdGet200ResponseDataUserInvitesInner) HasInviteLink() bool
HasInviteLink returns a boolean if a field has been set.
func (GroupsGroupIdGet200ResponseDataUserInvitesInner) MarshalJSON ¶
func (o GroupsGroupIdGet200ResponseDataUserInvitesInner) MarshalJSON() ([]byte, error)
func (*GroupsGroupIdGet200ResponseDataUserInvitesInner) SetClaimedAt ¶
func (o *GroupsGroupIdGet200ResponseDataUserInvitesInner) SetClaimedAt(v string)
SetClaimedAt sets field value
func (*GroupsGroupIdGet200ResponseDataUserInvitesInner) SetClaimedBy ¶
func (o *GroupsGroupIdGet200ResponseDataUserInvitesInner) SetClaimedBy(v string)
SetClaimedBy sets field value
func (*GroupsGroupIdGet200ResponseDataUserInvitesInner) SetCreatedAt ¶
func (o *GroupsGroupIdGet200ResponseDataUserInvitesInner) SetCreatedAt(v string)
SetCreatedAt sets field value
func (*GroupsGroupIdGet200ResponseDataUserInvitesInner) SetExpiresAt ¶
func (o *GroupsGroupIdGet200ResponseDataUserInvitesInner) SetExpiresAt(v string)
SetExpiresAt sets field value
func (*GroupsGroupIdGet200ResponseDataUserInvitesInner) SetId ¶
func (o *GroupsGroupIdGet200ResponseDataUserInvitesInner) SetId(v float32)
SetId sets field value
func (*GroupsGroupIdGet200ResponseDataUserInvitesInner) SetInviteLink ¶
func (o *GroupsGroupIdGet200ResponseDataUserInvitesInner) SetInviteLink(v string)
SetInviteLink gets a reference to the given string and assigns it to the InviteLink field.
func (*GroupsGroupIdGet200ResponseDataUserInvitesInner) SetInvitedBy ¶
func (o *GroupsGroupIdGet200ResponseDataUserInvitesInner) SetInvitedBy(v string)
SetInvitedBy sets field value
func (*GroupsGroupIdGet200ResponseDataUserInvitesInner) SetInvitedEmail ¶
func (o *GroupsGroupIdGet200ResponseDataUserInvitesInner) SetInvitedEmail(v string)
SetInvitedEmail sets field value
func (*GroupsGroupIdGet200ResponseDataUserInvitesInner) SetLegacyId ¶
func (o *GroupsGroupIdGet200ResponseDataUserInvitesInner) SetLegacyId(v float32)
SetLegacyId sets field value
func (*GroupsGroupIdGet200ResponseDataUserInvitesInner) SetMetadata ¶
func (o *GroupsGroupIdGet200ResponseDataUserInvitesInner) SetMetadata(v map[string]interface{})
SetMetadata sets field value
func (*GroupsGroupIdGet200ResponseDataUserInvitesInner) SetUserType ¶
func (o *GroupsGroupIdGet200ResponseDataUserInvitesInner) SetUserType(v string)
SetUserType sets field value
func (GroupsGroupIdGet200ResponseDataUserInvitesInner) ToMap ¶
func (o GroupsGroupIdGet200ResponseDataUserInvitesInner) ToMap() (map[string]interface{}, error)
func (*GroupsGroupIdGet200ResponseDataUserInvitesInner) UnmarshalJSON ¶
func (o *GroupsGroupIdGet200ResponseDataUserInvitesInner) UnmarshalJSON(data []byte) (err error)
type GroupsGroupIdMembersPostRequest ¶
type GroupsGroupIdMembersPostRequest struct {
// Users to add to the group.
Members []GroupsGroupIdPutRequestMembersInner `json:"members"`
AdditionalProperties map[string]interface{}
}
GroupsGroupIdMembersPostRequest struct for GroupsGroupIdMembersPostRequest
func NewGroupsGroupIdMembersPostRequest ¶
func NewGroupsGroupIdMembersPostRequest(members []GroupsGroupIdPutRequestMembersInner) *GroupsGroupIdMembersPostRequest
NewGroupsGroupIdMembersPostRequest instantiates a new GroupsGroupIdMembersPostRequest object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewGroupsGroupIdMembersPostRequestWithDefaults ¶
func NewGroupsGroupIdMembersPostRequestWithDefaults() *GroupsGroupIdMembersPostRequest
NewGroupsGroupIdMembersPostRequestWithDefaults instantiates a new GroupsGroupIdMembersPostRequest object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*GroupsGroupIdMembersPostRequest) GetMembers ¶
func (o *GroupsGroupIdMembersPostRequest) GetMembers() []GroupsGroupIdPutRequestMembersInner
GetMembers returns the Members field value
func (*GroupsGroupIdMembersPostRequest) GetMembersOk ¶
func (o *GroupsGroupIdMembersPostRequest) GetMembersOk() ([]GroupsGroupIdPutRequestMembersInner, bool)
GetMembersOk returns a tuple with the Members field value and a boolean to check if the value has been set.
func (GroupsGroupIdMembersPostRequest) MarshalJSON ¶
func (o GroupsGroupIdMembersPostRequest) MarshalJSON() ([]byte, error)
func (*GroupsGroupIdMembersPostRequest) SetMembers ¶
func (o *GroupsGroupIdMembersPostRequest) SetMembers(v []GroupsGroupIdPutRequestMembersInner)
SetMembers sets field value
func (GroupsGroupIdMembersPostRequest) ToMap ¶
func (o GroupsGroupIdMembersPostRequest) ToMap() (map[string]interface{}, error)
func (*GroupsGroupIdMembersPostRequest) UnmarshalJSON ¶
func (o *GroupsGroupIdMembersPostRequest) UnmarshalJSON(data []byte) (err error)
type GroupsGroupIdPatchRequest ¶
type GroupsGroupIdPatchRequest struct {
// A list of operations to apply to the group. See the [JSON PATCH specification](https://tools.ietf.org/html/rfc6902) for more details.
Operations []UsersUserIdPatchRequestOperationsInner `json:"operations"`
}
GroupsGroupIdPatchRequest The body of a request to update a group.
func NewGroupsGroupIdPatchRequest ¶
func NewGroupsGroupIdPatchRequest(operations []UsersUserIdPatchRequestOperationsInner) *GroupsGroupIdPatchRequest
NewGroupsGroupIdPatchRequest instantiates a new GroupsGroupIdPatchRequest object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewGroupsGroupIdPatchRequestWithDefaults ¶
func NewGroupsGroupIdPatchRequestWithDefaults() *GroupsGroupIdPatchRequest
NewGroupsGroupIdPatchRequestWithDefaults instantiates a new GroupsGroupIdPatchRequest object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*GroupsGroupIdPatchRequest) GetOperations ¶
func (o *GroupsGroupIdPatchRequest) GetOperations() []UsersUserIdPatchRequestOperationsInner
GetOperations returns the Operations field value
func (*GroupsGroupIdPatchRequest) GetOperationsOk ¶
func (o *GroupsGroupIdPatchRequest) GetOperationsOk() ([]UsersUserIdPatchRequestOperationsInner, bool)
GetOperationsOk returns a tuple with the Operations field value and a boolean to check if the value has been set.
func (GroupsGroupIdPatchRequest) MarshalJSON ¶
func (o GroupsGroupIdPatchRequest) MarshalJSON() ([]byte, error)
func (*GroupsGroupIdPatchRequest) SetOperations ¶
func (o *GroupsGroupIdPatchRequest) SetOperations(v []UsersUserIdPatchRequestOperationsInner)
SetOperations sets field value
func (GroupsGroupIdPatchRequest) ToMap ¶
func (o GroupsGroupIdPatchRequest) ToMap() (map[string]interface{}, error)
func (*GroupsGroupIdPatchRequest) UnmarshalJSON ¶
func (o *GroupsGroupIdPatchRequest) UnmarshalJSON(data []byte) (err error)
type GroupsGroupIdPatchRequestOperationsInner ¶
type GroupsGroupIdPatchRequestOperationsInner struct {
AddOperation *AddOperation
RemoveOperation *RemoveOperation
ReplaceOperation *ReplaceOperation
}
GroupsGroupIdPatchRequestOperationsInner struct for GroupsGroupIdPatchRequestOperationsInner
func (GroupsGroupIdPatchRequestOperationsInner) MarshalJSON ¶
func (src GroupsGroupIdPatchRequestOperationsInner) MarshalJSON() ([]byte, error)
Marshal data from the first non-nil pointers in the struct to JSON
func (*GroupsGroupIdPatchRequestOperationsInner) UnmarshalJSON ¶
func (dst *GroupsGroupIdPatchRequestOperationsInner) UnmarshalJSON(data []byte) error
Unmarshal JSON data into any of the pointers in the struct
type GroupsGroupIdPut200Response ¶
type GroupsGroupIdPut200Response struct {
// API request succeeded
Success bool `json:"success"`
Data GroupsGroupIdPut200ResponseData `json:"data"`
AdditionalProperties map[string]interface{}
}
GroupsGroupIdPut200Response struct for GroupsGroupIdPut200Response
func NewGroupsGroupIdPut200Response ¶
func NewGroupsGroupIdPut200Response(success bool, data GroupsGroupIdPut200ResponseData) *GroupsGroupIdPut200Response
NewGroupsGroupIdPut200Response instantiates a new GroupsGroupIdPut200Response object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewGroupsGroupIdPut200ResponseWithDefaults ¶
func NewGroupsGroupIdPut200ResponseWithDefaults() *GroupsGroupIdPut200Response
NewGroupsGroupIdPut200ResponseWithDefaults instantiates a new GroupsGroupIdPut200Response object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*GroupsGroupIdPut200Response) GetData ¶
func (o *GroupsGroupIdPut200Response) GetData() GroupsGroupIdPut200ResponseData
GetData returns the Data field value
func (*GroupsGroupIdPut200Response) GetDataOk ¶
func (o *GroupsGroupIdPut200Response) GetDataOk() (*GroupsGroupIdPut200ResponseData, bool)
GetDataOk returns a tuple with the Data field value and a boolean to check if the value has been set.
func (*GroupsGroupIdPut200Response) GetSuccess ¶
func (o *GroupsGroupIdPut200Response) GetSuccess() bool
GetSuccess returns the Success field value
func (*GroupsGroupIdPut200Response) GetSuccessOk ¶
func (o *GroupsGroupIdPut200Response) GetSuccessOk() (*bool, bool)
GetSuccessOk returns a tuple with the Success field value and a boolean to check if the value has been set.
func (GroupsGroupIdPut200Response) MarshalJSON ¶
func (o GroupsGroupIdPut200Response) MarshalJSON() ([]byte, error)
func (*GroupsGroupIdPut200Response) SetData ¶
func (o *GroupsGroupIdPut200Response) SetData(v GroupsGroupIdPut200ResponseData)
SetData sets field value
func (*GroupsGroupIdPut200Response) SetSuccess ¶
func (o *GroupsGroupIdPut200Response) SetSuccess(v bool)
SetSuccess sets field value
func (GroupsGroupIdPut200Response) ToMap ¶
func (o GroupsGroupIdPut200Response) ToMap() (map[string]interface{}, error)
func (*GroupsGroupIdPut200Response) UnmarshalJSON ¶
func (o *GroupsGroupIdPut200Response) UnmarshalJSON(data []byte) (err error)
type GroupsGroupIdPut200ResponseData ¶
type GroupsGroupIdPut200ResponseData struct {
// The ID of the group. Currently this is the same legacy_id but will change in the future.
Id NullableFloat32 `json:"id"`
// The legacy ID of the group.
LegacyId NullableFloat32 `json:"legacy_id"`
// The name of the group.
Name string `json:"name"`
// The members of the group.
Members []GroupsGroupIdGet200ResponseDataMembersInner `json:"members"`
// The universal app access level for the group. This denotes the access level that this group has for all apps.
UniversalAppAccess string `json:"universal_app_access"`
// The universal resource access level for the group. This denotes the access level that this group has for all resources.
UniversalResourceAccess string `json:"universal_resource_access"`
// The universal workflow access level for the group. This denotes the access level that this group has for all workflows.
UniversalWorkflowAccess string `json:"universal_workflow_access"`
// Level of access that the group has to the Query Library.
UniversalQueryLibraryAccess string `json:"universal_query_library_access"`
// A list of user invites that will be added to the group
UserInvites []GroupsGroupIdGet200ResponseDataUserInvitesInner `json:"user_invites"`
// Whether the group has access to the user list
UserListAccess bool `json:"user_list_access"`
// Whether the group has access to the audit log
AuditLogAccess bool `json:"audit_log_access"`
// Whether the group has access to unpublished releases
UnpublishedReleaseAccess bool `json:"unpublished_release_access"`
// Whether the group has access to usage analytics
UsageAnalyticsAccess bool `json:"usage_analytics_access"`
// Whether the group has access to edit themes
ThemeAccess bool `json:"theme_access"`
// Whether the group has access to account details
AccountDetailsAccess bool `json:"account_details_access"`
// The app ID of the landing page
LandingPageAppId NullableString `json:"landing_page_app_id"`
CreatedAt string `json:"created_at"`
UpdatedAt string `json:"updated_at"`
AdditionalProperties map[string]interface{}
}
GroupsGroupIdPut200ResponseData The updated group
func NewGroupsGroupIdPut200ResponseData ¶
func NewGroupsGroupIdPut200ResponseData(id NullableFloat32, legacyId NullableFloat32, name string, members []GroupsGroupIdGet200ResponseDataMembersInner, universalAppAccess string, universalResourceAccess string, universalWorkflowAccess string, universalQueryLibraryAccess string, userInvites []GroupsGroupIdGet200ResponseDataUserInvitesInner, userListAccess bool, auditLogAccess bool, unpublishedReleaseAccess bool, usageAnalyticsAccess bool, themeAccess bool, accountDetailsAccess bool, landingPageAppId NullableString, createdAt string, updatedAt string) *GroupsGroupIdPut200ResponseData
NewGroupsGroupIdPut200ResponseData instantiates a new GroupsGroupIdPut200ResponseData object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewGroupsGroupIdPut200ResponseDataWithDefaults ¶
func NewGroupsGroupIdPut200ResponseDataWithDefaults() *GroupsGroupIdPut200ResponseData
NewGroupsGroupIdPut200ResponseDataWithDefaults instantiates a new GroupsGroupIdPut200ResponseData object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*GroupsGroupIdPut200ResponseData) GetAccountDetailsAccess ¶
func (o *GroupsGroupIdPut200ResponseData) GetAccountDetailsAccess() bool
GetAccountDetailsAccess returns the AccountDetailsAccess field value
func (*GroupsGroupIdPut200ResponseData) GetAccountDetailsAccessOk ¶
func (o *GroupsGroupIdPut200ResponseData) GetAccountDetailsAccessOk() (*bool, bool)
GetAccountDetailsAccessOk returns a tuple with the AccountDetailsAccess field value and a boolean to check if the value has been set.
func (*GroupsGroupIdPut200ResponseData) GetAuditLogAccess ¶
func (o *GroupsGroupIdPut200ResponseData) GetAuditLogAccess() bool
GetAuditLogAccess returns the AuditLogAccess field value
func (*GroupsGroupIdPut200ResponseData) GetAuditLogAccessOk ¶
func (o *GroupsGroupIdPut200ResponseData) GetAuditLogAccessOk() (*bool, bool)
GetAuditLogAccessOk returns a tuple with the AuditLogAccess field value and a boolean to check if the value has been set.
func (*GroupsGroupIdPut200ResponseData) GetCreatedAt ¶
func (o *GroupsGroupIdPut200ResponseData) GetCreatedAt() string
GetCreatedAt returns the CreatedAt field value
func (*GroupsGroupIdPut200ResponseData) GetCreatedAtOk ¶
func (o *GroupsGroupIdPut200ResponseData) GetCreatedAtOk() (*string, bool)
GetCreatedAtOk returns a tuple with the CreatedAt field value and a boolean to check if the value has been set.
func (*GroupsGroupIdPut200ResponseData) GetId ¶
func (o *GroupsGroupIdPut200ResponseData) GetId() float32
GetId returns the Id field value If the value is explicit nil, the zero value for float32 will be returned
func (*GroupsGroupIdPut200ResponseData) GetIdOk ¶
func (o *GroupsGroupIdPut200ResponseData) GetIdOk() (*float32, bool)
GetIdOk returns a tuple with the Id 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 (*GroupsGroupIdPut200ResponseData) GetLandingPageAppId ¶
func (o *GroupsGroupIdPut200ResponseData) GetLandingPageAppId() string
GetLandingPageAppId returns the LandingPageAppId field value If the value is explicit nil, the zero value for string will be returned
func (*GroupsGroupIdPut200ResponseData) GetLandingPageAppIdOk ¶
func (o *GroupsGroupIdPut200ResponseData) GetLandingPageAppIdOk() (*string, bool)
GetLandingPageAppIdOk returns a tuple with the LandingPageAppId 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 (*GroupsGroupIdPut200ResponseData) GetLegacyId ¶
func (o *GroupsGroupIdPut200ResponseData) GetLegacyId() float32
GetLegacyId returns the LegacyId field value If the value is explicit nil, the zero value for float32 will be returned
func (*GroupsGroupIdPut200ResponseData) GetLegacyIdOk ¶
func (o *GroupsGroupIdPut200ResponseData) GetLegacyIdOk() (*float32, bool)
GetLegacyIdOk returns a tuple with the LegacyId 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 (*GroupsGroupIdPut200ResponseData) GetMembers ¶
func (o *GroupsGroupIdPut200ResponseData) GetMembers() []GroupsGroupIdGet200ResponseDataMembersInner
GetMembers returns the Members field value
func (*GroupsGroupIdPut200ResponseData) GetMembersOk ¶
func (o *GroupsGroupIdPut200ResponseData) GetMembersOk() ([]GroupsGroupIdGet200ResponseDataMembersInner, bool)
GetMembersOk returns a tuple with the Members field value and a boolean to check if the value has been set.
func (*GroupsGroupIdPut200ResponseData) GetName ¶
func (o *GroupsGroupIdPut200ResponseData) GetName() string
GetName returns the Name field value
func (*GroupsGroupIdPut200ResponseData) GetNameOk ¶
func (o *GroupsGroupIdPut200ResponseData) GetNameOk() (*string, bool)
GetNameOk returns a tuple with the Name field value and a boolean to check if the value has been set.
func (*GroupsGroupIdPut200ResponseData) GetThemeAccess ¶ added in v1.0.0
func (o *GroupsGroupIdPut200ResponseData) GetThemeAccess() bool
GetThemeAccess returns the ThemeAccess field value
func (*GroupsGroupIdPut200ResponseData) GetThemeAccessOk ¶ added in v1.0.0
func (o *GroupsGroupIdPut200ResponseData) GetThemeAccessOk() (*bool, bool)
GetThemeAccessOk returns a tuple with the ThemeAccess field value and a boolean to check if the value has been set.
func (*GroupsGroupIdPut200ResponseData) GetUniversalAppAccess ¶
func (o *GroupsGroupIdPut200ResponseData) GetUniversalAppAccess() string
GetUniversalAppAccess returns the UniversalAppAccess field value
func (*GroupsGroupIdPut200ResponseData) GetUniversalAppAccessOk ¶
func (o *GroupsGroupIdPut200ResponseData) GetUniversalAppAccessOk() (*string, bool)
GetUniversalAppAccessOk returns a tuple with the UniversalAppAccess field value and a boolean to check if the value has been set.
func (*GroupsGroupIdPut200ResponseData) GetUniversalQueryLibraryAccess ¶
func (o *GroupsGroupIdPut200ResponseData) GetUniversalQueryLibraryAccess() string
GetUniversalQueryLibraryAccess returns the UniversalQueryLibraryAccess field value
func (*GroupsGroupIdPut200ResponseData) GetUniversalQueryLibraryAccessOk ¶
func (o *GroupsGroupIdPut200ResponseData) GetUniversalQueryLibraryAccessOk() (*string, bool)
GetUniversalQueryLibraryAccessOk returns a tuple with the UniversalQueryLibraryAccess field value and a boolean to check if the value has been set.
func (*GroupsGroupIdPut200ResponseData) GetUniversalResourceAccess ¶
func (o *GroupsGroupIdPut200ResponseData) GetUniversalResourceAccess() string
GetUniversalResourceAccess returns the UniversalResourceAccess field value
func (*GroupsGroupIdPut200ResponseData) GetUniversalResourceAccessOk ¶
func (o *GroupsGroupIdPut200ResponseData) GetUniversalResourceAccessOk() (*string, bool)
GetUniversalResourceAccessOk returns a tuple with the UniversalResourceAccess field value and a boolean to check if the value has been set.
func (*GroupsGroupIdPut200ResponseData) GetUniversalWorkflowAccess ¶
func (o *GroupsGroupIdPut200ResponseData) GetUniversalWorkflowAccess() string
GetUniversalWorkflowAccess returns the UniversalWorkflowAccess field value
func (*GroupsGroupIdPut200ResponseData) GetUniversalWorkflowAccessOk ¶
func (o *GroupsGroupIdPut200ResponseData) GetUniversalWorkflowAccessOk() (*string, bool)
GetUniversalWorkflowAccessOk returns a tuple with the UniversalWorkflowAccess field value and a boolean to check if the value has been set.
func (*GroupsGroupIdPut200ResponseData) GetUnpublishedReleaseAccess ¶
func (o *GroupsGroupIdPut200ResponseData) GetUnpublishedReleaseAccess() bool
GetUnpublishedReleaseAccess returns the UnpublishedReleaseAccess field value
func (*GroupsGroupIdPut200ResponseData) GetUnpublishedReleaseAccessOk ¶
func (o *GroupsGroupIdPut200ResponseData) GetUnpublishedReleaseAccessOk() (*bool, bool)
GetUnpublishedReleaseAccessOk returns a tuple with the UnpublishedReleaseAccess field value and a boolean to check if the value has been set.
func (*GroupsGroupIdPut200ResponseData) GetUpdatedAt ¶
func (o *GroupsGroupIdPut200ResponseData) GetUpdatedAt() string
GetUpdatedAt returns the UpdatedAt field value
func (*GroupsGroupIdPut200ResponseData) GetUpdatedAtOk ¶
func (o *GroupsGroupIdPut200ResponseData) GetUpdatedAtOk() (*string, bool)
GetUpdatedAtOk returns a tuple with the UpdatedAt field value and a boolean to check if the value has been set.
func (*GroupsGroupIdPut200ResponseData) GetUsageAnalyticsAccess ¶
func (o *GroupsGroupIdPut200ResponseData) GetUsageAnalyticsAccess() bool
GetUsageAnalyticsAccess returns the UsageAnalyticsAccess field value
func (*GroupsGroupIdPut200ResponseData) GetUsageAnalyticsAccessOk ¶
func (o *GroupsGroupIdPut200ResponseData) GetUsageAnalyticsAccessOk() (*bool, bool)
GetUsageAnalyticsAccessOk returns a tuple with the UsageAnalyticsAccess field value and a boolean to check if the value has been set.
func (*GroupsGroupIdPut200ResponseData) GetUserInvites ¶
func (o *GroupsGroupIdPut200ResponseData) GetUserInvites() []GroupsGroupIdGet200ResponseDataUserInvitesInner
GetUserInvites returns the UserInvites field value
func (*GroupsGroupIdPut200ResponseData) GetUserInvitesOk ¶
func (o *GroupsGroupIdPut200ResponseData) GetUserInvitesOk() ([]GroupsGroupIdGet200ResponseDataUserInvitesInner, bool)
GetUserInvitesOk returns a tuple with the UserInvites field value and a boolean to check if the value has been set.
func (*GroupsGroupIdPut200ResponseData) GetUserListAccess ¶
func (o *GroupsGroupIdPut200ResponseData) GetUserListAccess() bool
GetUserListAccess returns the UserListAccess field value
func (*GroupsGroupIdPut200ResponseData) GetUserListAccessOk ¶
func (o *GroupsGroupIdPut200ResponseData) GetUserListAccessOk() (*bool, bool)
GetUserListAccessOk returns a tuple with the UserListAccess field value and a boolean to check if the value has been set.
func (GroupsGroupIdPut200ResponseData) MarshalJSON ¶
func (o GroupsGroupIdPut200ResponseData) MarshalJSON() ([]byte, error)
func (*GroupsGroupIdPut200ResponseData) SetAccountDetailsAccess ¶
func (o *GroupsGroupIdPut200ResponseData) SetAccountDetailsAccess(v bool)
SetAccountDetailsAccess sets field value
func (*GroupsGroupIdPut200ResponseData) SetAuditLogAccess ¶
func (o *GroupsGroupIdPut200ResponseData) SetAuditLogAccess(v bool)
SetAuditLogAccess sets field value
func (*GroupsGroupIdPut200ResponseData) SetCreatedAt ¶
func (o *GroupsGroupIdPut200ResponseData) SetCreatedAt(v string)
SetCreatedAt sets field value
func (*GroupsGroupIdPut200ResponseData) SetId ¶
func (o *GroupsGroupIdPut200ResponseData) SetId(v float32)
SetId sets field value
func (*GroupsGroupIdPut200ResponseData) SetLandingPageAppId ¶
func (o *GroupsGroupIdPut200ResponseData) SetLandingPageAppId(v string)
SetLandingPageAppId sets field value
func (*GroupsGroupIdPut200ResponseData) SetLegacyId ¶
func (o *GroupsGroupIdPut200ResponseData) SetLegacyId(v float32)
SetLegacyId sets field value
func (*GroupsGroupIdPut200ResponseData) SetMembers ¶
func (o *GroupsGroupIdPut200ResponseData) SetMembers(v []GroupsGroupIdGet200ResponseDataMembersInner)
SetMembers sets field value
func (*GroupsGroupIdPut200ResponseData) SetName ¶
func (o *GroupsGroupIdPut200ResponseData) SetName(v string)
SetName sets field value
func (*GroupsGroupIdPut200ResponseData) SetThemeAccess ¶ added in v1.0.0
func (o *GroupsGroupIdPut200ResponseData) SetThemeAccess(v bool)
SetThemeAccess sets field value
func (*GroupsGroupIdPut200ResponseData) SetUniversalAppAccess ¶
func (o *GroupsGroupIdPut200ResponseData) SetUniversalAppAccess(v string)
SetUniversalAppAccess sets field value
func (*GroupsGroupIdPut200ResponseData) SetUniversalQueryLibraryAccess ¶
func (o *GroupsGroupIdPut200ResponseData) SetUniversalQueryLibraryAccess(v string)
SetUniversalQueryLibraryAccess sets field value
func (*GroupsGroupIdPut200ResponseData) SetUniversalResourceAccess ¶
func (o *GroupsGroupIdPut200ResponseData) SetUniversalResourceAccess(v string)
SetUniversalResourceAccess sets field value
func (*GroupsGroupIdPut200ResponseData) SetUniversalWorkflowAccess ¶
func (o *GroupsGroupIdPut200ResponseData) SetUniversalWorkflowAccess(v string)
SetUniversalWorkflowAccess sets field value
func (*GroupsGroupIdPut200ResponseData) SetUnpublishedReleaseAccess ¶
func (o *GroupsGroupIdPut200ResponseData) SetUnpublishedReleaseAccess(v bool)
SetUnpublishedReleaseAccess sets field value
func (*GroupsGroupIdPut200ResponseData) SetUpdatedAt ¶
func (o *GroupsGroupIdPut200ResponseData) SetUpdatedAt(v string)
SetUpdatedAt sets field value
func (*GroupsGroupIdPut200ResponseData) SetUsageAnalyticsAccess ¶
func (o *GroupsGroupIdPut200ResponseData) SetUsageAnalyticsAccess(v bool)
SetUsageAnalyticsAccess sets field value
func (*GroupsGroupIdPut200ResponseData) SetUserInvites ¶
func (o *GroupsGroupIdPut200ResponseData) SetUserInvites(v []GroupsGroupIdGet200ResponseDataUserInvitesInner)
SetUserInvites sets field value
func (*GroupsGroupIdPut200ResponseData) SetUserListAccess ¶
func (o *GroupsGroupIdPut200ResponseData) SetUserListAccess(v bool)
SetUserListAccess sets field value
func (GroupsGroupIdPut200ResponseData) ToMap ¶
func (o GroupsGroupIdPut200ResponseData) ToMap() (map[string]interface{}, error)
func (*GroupsGroupIdPut200ResponseData) UnmarshalJSON ¶
func (o *GroupsGroupIdPut200ResponseData) UnmarshalJSON(data []byte) (err error)
type GroupsGroupIdPutRequest ¶
type GroupsGroupIdPutRequest struct {
// The name of the group.
Name *string `json:"name,omitempty"`
// Users to add to the group.
Members []GroupsGroupIdPutRequestMembersInner `json:"members,omitempty"`
// The universal app access level for the group. This denotes the access level that this group has for all apps.
UniversalAppAccess *string `json:"universal_app_access,omitempty"`
// The universal resource access level for the group. This denotes the access level that this group has for all resources.
UniversalResourceAccess *string `json:"universal_resource_access,omitempty"`
// The universal workflow access level for the group. This denotes the access level that this group has for all workflows.
UniversalWorkflowAccess *string `json:"universal_workflow_access,omitempty"`
// Level of access that the group has to the Query Library.
UniversalQueryLibraryAccess *string `json:"universal_query_library_access,omitempty"`
// A list of user invites that will be added to the group
UserInvites []GroupsGroupIdGet200ResponseDataUserInvitesInner `json:"user_invites,omitempty"`
// Whether the group has access to the user list
UserListAccess *bool `json:"user_list_access,omitempty"`
// Whether the group has access to the audit log
AuditLogAccess *bool `json:"audit_log_access,omitempty"`
// Whether the group has access to unpublished releases
UnpublishedReleaseAccess *bool `json:"unpublished_release_access,omitempty"`
// Whether the group has access to usage analytics
UsageAnalyticsAccess *bool `json:"usage_analytics_access,omitempty"`
// Whether the group has access to edit themes
ThemeAccess *bool `json:"theme_access,omitempty"`
// Whether the group has access to account details
AccountDetailsAccess *bool `json:"account_details_access,omitempty"`
// The app ID of the landing page
LandingPageAppId NullableString `json:"landing_page_app_id,omitempty"`
CreatedAt *string `json:"created_at,omitempty"`
UpdatedAt *string `json:"updated_at,omitempty"`
AdditionalProperties map[string]interface{}
}
GroupsGroupIdPutRequest struct for GroupsGroupIdPutRequest
func NewGroupsGroupIdPutRequest ¶
func NewGroupsGroupIdPutRequest() *GroupsGroupIdPutRequest
NewGroupsGroupIdPutRequest instantiates a new GroupsGroupIdPutRequest object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewGroupsGroupIdPutRequestWithDefaults ¶
func NewGroupsGroupIdPutRequestWithDefaults() *GroupsGroupIdPutRequest
NewGroupsGroupIdPutRequestWithDefaults instantiates a new GroupsGroupIdPutRequest object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*GroupsGroupIdPutRequest) GetAccountDetailsAccess ¶
func (o *GroupsGroupIdPutRequest) GetAccountDetailsAccess() bool
GetAccountDetailsAccess returns the AccountDetailsAccess field value if set, zero value otherwise.
func (*GroupsGroupIdPutRequest) GetAccountDetailsAccessOk ¶
func (o *GroupsGroupIdPutRequest) GetAccountDetailsAccessOk() (*bool, bool)
GetAccountDetailsAccessOk returns a tuple with the AccountDetailsAccess field value if set, nil otherwise and a boolean to check if the value has been set.
func (*GroupsGroupIdPutRequest) GetAuditLogAccess ¶
func (o *GroupsGroupIdPutRequest) GetAuditLogAccess() bool
GetAuditLogAccess returns the AuditLogAccess field value if set, zero value otherwise.
func (*GroupsGroupIdPutRequest) GetAuditLogAccessOk ¶
func (o *GroupsGroupIdPutRequest) GetAuditLogAccessOk() (*bool, bool)
GetAuditLogAccessOk returns a tuple with the AuditLogAccess field value if set, nil otherwise and a boolean to check if the value has been set.
func (*GroupsGroupIdPutRequest) GetCreatedAt ¶
func (o *GroupsGroupIdPutRequest) GetCreatedAt() string
GetCreatedAt returns the CreatedAt field value if set, zero value otherwise.
func (*GroupsGroupIdPutRequest) GetCreatedAtOk ¶
func (o *GroupsGroupIdPutRequest) GetCreatedAtOk() (*string, bool)
GetCreatedAtOk returns a tuple with the CreatedAt field value if set, nil otherwise and a boolean to check if the value has been set.
func (*GroupsGroupIdPutRequest) GetLandingPageAppId ¶
func (o *GroupsGroupIdPutRequest) GetLandingPageAppId() string
GetLandingPageAppId returns the LandingPageAppId field value if set, zero value otherwise (both if not set or set to explicit null).
func (*GroupsGroupIdPutRequest) GetLandingPageAppIdOk ¶
func (o *GroupsGroupIdPutRequest) GetLandingPageAppIdOk() (*string, bool)
GetLandingPageAppIdOk returns a tuple with the LandingPageAppId 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 (*GroupsGroupIdPutRequest) GetMembers ¶
func (o *GroupsGroupIdPutRequest) GetMembers() []GroupsGroupIdPutRequestMembersInner
GetMembers returns the Members field value if set, zero value otherwise.
func (*GroupsGroupIdPutRequest) GetMembersOk ¶
func (o *GroupsGroupIdPutRequest) GetMembersOk() ([]GroupsGroupIdPutRequestMembersInner, bool)
GetMembersOk returns a tuple with the Members field value if set, nil otherwise and a boolean to check if the value has been set.
func (*GroupsGroupIdPutRequest) GetName ¶
func (o *GroupsGroupIdPutRequest) GetName() string
GetName returns the Name field value if set, zero value otherwise.
func (*GroupsGroupIdPutRequest) GetNameOk ¶
func (o *GroupsGroupIdPutRequest) 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 (*GroupsGroupIdPutRequest) GetThemeAccess ¶ added in v1.0.0
func (o *GroupsGroupIdPutRequest) GetThemeAccess() bool
GetThemeAccess returns the ThemeAccess field value if set, zero value otherwise.
func (*GroupsGroupIdPutRequest) GetThemeAccessOk ¶ added in v1.0.0
func (o *GroupsGroupIdPutRequest) GetThemeAccessOk() (*bool, bool)
GetThemeAccessOk returns a tuple with the ThemeAccess field value if set, nil otherwise and a boolean to check if the value has been set.
func (*GroupsGroupIdPutRequest) GetUniversalAppAccess ¶
func (o *GroupsGroupIdPutRequest) GetUniversalAppAccess() string
GetUniversalAppAccess returns the UniversalAppAccess field value if set, zero value otherwise.
func (*GroupsGroupIdPutRequest) GetUniversalAppAccessOk ¶
func (o *GroupsGroupIdPutRequest) GetUniversalAppAccessOk() (*string, bool)
GetUniversalAppAccessOk returns a tuple with the UniversalAppAccess field value if set, nil otherwise and a boolean to check if the value has been set.
func (*GroupsGroupIdPutRequest) GetUniversalQueryLibraryAccess ¶
func (o *GroupsGroupIdPutRequest) GetUniversalQueryLibraryAccess() string
GetUniversalQueryLibraryAccess returns the UniversalQueryLibraryAccess field value if set, zero value otherwise.
func (*GroupsGroupIdPutRequest) GetUniversalQueryLibraryAccessOk ¶
func (o *GroupsGroupIdPutRequest) GetUniversalQueryLibraryAccessOk() (*string, bool)
GetUniversalQueryLibraryAccessOk returns a tuple with the UniversalQueryLibraryAccess field value if set, nil otherwise and a boolean to check if the value has been set.
func (*GroupsGroupIdPutRequest) GetUniversalResourceAccess ¶
func (o *GroupsGroupIdPutRequest) GetUniversalResourceAccess() string
GetUniversalResourceAccess returns the UniversalResourceAccess field value if set, zero value otherwise.
func (*GroupsGroupIdPutRequest) GetUniversalResourceAccessOk ¶
func (o *GroupsGroupIdPutRequest) GetUniversalResourceAccessOk() (*string, bool)
GetUniversalResourceAccessOk returns a tuple with the UniversalResourceAccess field value if set, nil otherwise and a boolean to check if the value has been set.
func (*GroupsGroupIdPutRequest) GetUniversalWorkflowAccess ¶
func (o *GroupsGroupIdPutRequest) GetUniversalWorkflowAccess() string
GetUniversalWorkflowAccess returns the UniversalWorkflowAccess field value if set, zero value otherwise.
func (*GroupsGroupIdPutRequest) GetUniversalWorkflowAccessOk ¶
func (o *GroupsGroupIdPutRequest) GetUniversalWorkflowAccessOk() (*string, bool)
GetUniversalWorkflowAccessOk returns a tuple with the UniversalWorkflowAccess field value if set, nil otherwise and a boolean to check if the value has been set.
func (*GroupsGroupIdPutRequest) GetUnpublishedReleaseAccess ¶
func (o *GroupsGroupIdPutRequest) GetUnpublishedReleaseAccess() bool
GetUnpublishedReleaseAccess returns the UnpublishedReleaseAccess field value if set, zero value otherwise.
func (*GroupsGroupIdPutRequest) GetUnpublishedReleaseAccessOk ¶
func (o *GroupsGroupIdPutRequest) GetUnpublishedReleaseAccessOk() (*bool, bool)
GetUnpublishedReleaseAccessOk returns a tuple with the UnpublishedReleaseAccess field value if set, nil otherwise and a boolean to check if the value has been set.
func (*GroupsGroupIdPutRequest) GetUpdatedAt ¶
func (o *GroupsGroupIdPutRequest) GetUpdatedAt() string
GetUpdatedAt returns the UpdatedAt field value if set, zero value otherwise.
func (*GroupsGroupIdPutRequest) GetUpdatedAtOk ¶
func (o *GroupsGroupIdPutRequest) 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 (*GroupsGroupIdPutRequest) GetUsageAnalyticsAccess ¶
func (o *GroupsGroupIdPutRequest) GetUsageAnalyticsAccess() bool
GetUsageAnalyticsAccess returns the UsageAnalyticsAccess field value if set, zero value otherwise.
func (*GroupsGroupIdPutRequest) GetUsageAnalyticsAccessOk ¶
func (o *GroupsGroupIdPutRequest) GetUsageAnalyticsAccessOk() (*bool, bool)
GetUsageAnalyticsAccessOk returns a tuple with the UsageAnalyticsAccess field value if set, nil otherwise and a boolean to check if the value has been set.
func (*GroupsGroupIdPutRequest) GetUserInvites ¶
func (o *GroupsGroupIdPutRequest) GetUserInvites() []GroupsGroupIdGet200ResponseDataUserInvitesInner
GetUserInvites returns the UserInvites field value if set, zero value otherwise.
func (*GroupsGroupIdPutRequest) GetUserInvitesOk ¶
func (o *GroupsGroupIdPutRequest) GetUserInvitesOk() ([]GroupsGroupIdGet200ResponseDataUserInvitesInner, bool)
GetUserInvitesOk returns a tuple with the UserInvites field value if set, nil otherwise and a boolean to check if the value has been set.
func (*GroupsGroupIdPutRequest) GetUserListAccess ¶
func (o *GroupsGroupIdPutRequest) GetUserListAccess() bool
GetUserListAccess returns the UserListAccess field value if set, zero value otherwise.
func (*GroupsGroupIdPutRequest) GetUserListAccessOk ¶
func (o *GroupsGroupIdPutRequest) GetUserListAccessOk() (*bool, bool)
GetUserListAccessOk returns a tuple with the UserListAccess field value if set, nil otherwise and a boolean to check if the value has been set.
func (*GroupsGroupIdPutRequest) HasAccountDetailsAccess ¶
func (o *GroupsGroupIdPutRequest) HasAccountDetailsAccess() bool
HasAccountDetailsAccess returns a boolean if a field has been set.
func (*GroupsGroupIdPutRequest) HasAuditLogAccess ¶
func (o *GroupsGroupIdPutRequest) HasAuditLogAccess() bool
HasAuditLogAccess returns a boolean if a field has been set.
func (*GroupsGroupIdPutRequest) HasCreatedAt ¶
func (o *GroupsGroupIdPutRequest) HasCreatedAt() bool
HasCreatedAt returns a boolean if a field has been set.
func (*GroupsGroupIdPutRequest) HasLandingPageAppId ¶
func (o *GroupsGroupIdPutRequest) HasLandingPageAppId() bool
HasLandingPageAppId returns a boolean if a field has been set.
func (*GroupsGroupIdPutRequest) HasMembers ¶
func (o *GroupsGroupIdPutRequest) HasMembers() bool
HasMembers returns a boolean if a field has been set.
func (*GroupsGroupIdPutRequest) HasName ¶
func (o *GroupsGroupIdPutRequest) HasName() bool
HasName returns a boolean if a field has been set.
func (*GroupsGroupIdPutRequest) HasThemeAccess ¶ added in v1.0.0
func (o *GroupsGroupIdPutRequest) HasThemeAccess() bool
HasThemeAccess returns a boolean if a field has been set.
func (*GroupsGroupIdPutRequest) HasUniversalAppAccess ¶
func (o *GroupsGroupIdPutRequest) HasUniversalAppAccess() bool
HasUniversalAppAccess returns a boolean if a field has been set.
func (*GroupsGroupIdPutRequest) HasUniversalQueryLibraryAccess ¶
func (o *GroupsGroupIdPutRequest) HasUniversalQueryLibraryAccess() bool
HasUniversalQueryLibraryAccess returns a boolean if a field has been set.
func (*GroupsGroupIdPutRequest) HasUniversalResourceAccess ¶
func (o *GroupsGroupIdPutRequest) HasUniversalResourceAccess() bool
HasUniversalResourceAccess returns a boolean if a field has been set.
func (*GroupsGroupIdPutRequest) HasUniversalWorkflowAccess ¶
func (o *GroupsGroupIdPutRequest) HasUniversalWorkflowAccess() bool
HasUniversalWorkflowAccess returns a boolean if a field has been set.
func (*GroupsGroupIdPutRequest) HasUnpublishedReleaseAccess ¶
func (o *GroupsGroupIdPutRequest) HasUnpublishedReleaseAccess() bool
HasUnpublishedReleaseAccess returns a boolean if a field has been set.
func (*GroupsGroupIdPutRequest) HasUpdatedAt ¶
func (o *GroupsGroupIdPutRequest) HasUpdatedAt() bool
HasUpdatedAt returns a boolean if a field has been set.
func (*GroupsGroupIdPutRequest) HasUsageAnalyticsAccess ¶
func (o *GroupsGroupIdPutRequest) HasUsageAnalyticsAccess() bool
HasUsageAnalyticsAccess returns a boolean if a field has been set.
func (*GroupsGroupIdPutRequest) HasUserInvites ¶
func (o *GroupsGroupIdPutRequest) HasUserInvites() bool
HasUserInvites returns a boolean if a field has been set.
func (*GroupsGroupIdPutRequest) HasUserListAccess ¶
func (o *GroupsGroupIdPutRequest) HasUserListAccess() bool
HasUserListAccess returns a boolean if a field has been set.
func (GroupsGroupIdPutRequest) MarshalJSON ¶
func (o GroupsGroupIdPutRequest) MarshalJSON() ([]byte, error)
func (*GroupsGroupIdPutRequest) SetAccountDetailsAccess ¶
func (o *GroupsGroupIdPutRequest) SetAccountDetailsAccess(v bool)
SetAccountDetailsAccess gets a reference to the given bool and assigns it to the AccountDetailsAccess field.
func (*GroupsGroupIdPutRequest) SetAuditLogAccess ¶
func (o *GroupsGroupIdPutRequest) SetAuditLogAccess(v bool)
SetAuditLogAccess gets a reference to the given bool and assigns it to the AuditLogAccess field.
func (*GroupsGroupIdPutRequest) SetCreatedAt ¶
func (o *GroupsGroupIdPutRequest) SetCreatedAt(v string)
SetCreatedAt gets a reference to the given string and assigns it to the CreatedAt field.
func (*GroupsGroupIdPutRequest) SetLandingPageAppId ¶
func (o *GroupsGroupIdPutRequest) SetLandingPageAppId(v string)
SetLandingPageAppId gets a reference to the given NullableString and assigns it to the LandingPageAppId field.
func (*GroupsGroupIdPutRequest) SetLandingPageAppIdNil ¶
func (o *GroupsGroupIdPutRequest) SetLandingPageAppIdNil()
SetLandingPageAppIdNil sets the value for LandingPageAppId to be an explicit nil
func (*GroupsGroupIdPutRequest) SetMembers ¶
func (o *GroupsGroupIdPutRequest) SetMembers(v []GroupsGroupIdPutRequestMembersInner)
SetMembers gets a reference to the given []GroupsGroupIdPutRequestMembersInner and assigns it to the Members field.
func (*GroupsGroupIdPutRequest) SetName ¶
func (o *GroupsGroupIdPutRequest) SetName(v string)
SetName gets a reference to the given string and assigns it to the Name field.
func (*GroupsGroupIdPutRequest) SetThemeAccess ¶ added in v1.0.0
func (o *GroupsGroupIdPutRequest) SetThemeAccess(v bool)
SetThemeAccess gets a reference to the given bool and assigns it to the ThemeAccess field.
func (*GroupsGroupIdPutRequest) SetUniversalAppAccess ¶
func (o *GroupsGroupIdPutRequest) SetUniversalAppAccess(v string)
SetUniversalAppAccess gets a reference to the given string and assigns it to the UniversalAppAccess field.
func (*GroupsGroupIdPutRequest) SetUniversalQueryLibraryAccess ¶
func (o *GroupsGroupIdPutRequest) SetUniversalQueryLibraryAccess(v string)
SetUniversalQueryLibraryAccess gets a reference to the given string and assigns it to the UniversalQueryLibraryAccess field.
func (*GroupsGroupIdPutRequest) SetUniversalResourceAccess ¶
func (o *GroupsGroupIdPutRequest) SetUniversalResourceAccess(v string)
SetUniversalResourceAccess gets a reference to the given string and assigns it to the UniversalResourceAccess field.
func (*GroupsGroupIdPutRequest) SetUniversalWorkflowAccess ¶
func (o *GroupsGroupIdPutRequest) SetUniversalWorkflowAccess(v string)
SetUniversalWorkflowAccess gets a reference to the given string and assigns it to the UniversalWorkflowAccess field.
func (*GroupsGroupIdPutRequest) SetUnpublishedReleaseAccess ¶
func (o *GroupsGroupIdPutRequest) SetUnpublishedReleaseAccess(v bool)
SetUnpublishedReleaseAccess gets a reference to the given bool and assigns it to the UnpublishedReleaseAccess field.
func (*GroupsGroupIdPutRequest) SetUpdatedAt ¶
func (o *GroupsGroupIdPutRequest) SetUpdatedAt(v string)
SetUpdatedAt gets a reference to the given string and assigns it to the UpdatedAt field.
func (*GroupsGroupIdPutRequest) SetUsageAnalyticsAccess ¶
func (o *GroupsGroupIdPutRequest) SetUsageAnalyticsAccess(v bool)
SetUsageAnalyticsAccess gets a reference to the given bool and assigns it to the UsageAnalyticsAccess field.
func (*GroupsGroupIdPutRequest) SetUserInvites ¶
func (o *GroupsGroupIdPutRequest) SetUserInvites(v []GroupsGroupIdGet200ResponseDataUserInvitesInner)
SetUserInvites gets a reference to the given []GroupsGroupIdGet200ResponseDataUserInvitesInner and assigns it to the UserInvites field.
func (*GroupsGroupIdPutRequest) SetUserListAccess ¶
func (o *GroupsGroupIdPutRequest) SetUserListAccess(v bool)
SetUserListAccess gets a reference to the given bool and assigns it to the UserListAccess field.
func (GroupsGroupIdPutRequest) ToMap ¶
func (o GroupsGroupIdPutRequest) ToMap() (map[string]interface{}, error)
func (*GroupsGroupIdPutRequest) UnmarshalJSON ¶
func (o *GroupsGroupIdPutRequest) UnmarshalJSON(data []byte) (err error)
func (*GroupsGroupIdPutRequest) UnsetLandingPageAppId ¶
func (o *GroupsGroupIdPutRequest) UnsetLandingPageAppId()
UnsetLandingPageAppId ensures that no value is present for LandingPageAppId, not even an explicit nil
type GroupsGroupIdPutRequestMembersInner ¶
type GroupsGroupIdPutRequestMembersInner struct {
Id string `json:"id"`
// Whether the user is a group admin
IsGroupAdmin bool `json:"is_group_admin"`
AdditionalProperties map[string]interface{}
}
GroupsGroupIdPutRequestMembersInner struct for GroupsGroupIdPutRequestMembersInner
func NewGroupsGroupIdPutRequestMembersInner ¶
func NewGroupsGroupIdPutRequestMembersInner(id string, isGroupAdmin bool) *GroupsGroupIdPutRequestMembersInner
NewGroupsGroupIdPutRequestMembersInner instantiates a new GroupsGroupIdPutRequestMembersInner object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewGroupsGroupIdPutRequestMembersInnerWithDefaults ¶
func NewGroupsGroupIdPutRequestMembersInnerWithDefaults() *GroupsGroupIdPutRequestMembersInner
NewGroupsGroupIdPutRequestMembersInnerWithDefaults instantiates a new GroupsGroupIdPutRequestMembersInner object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*GroupsGroupIdPutRequestMembersInner) GetId ¶
func (o *GroupsGroupIdPutRequestMembersInner) GetId() string
GetId returns the Id field value
func (*GroupsGroupIdPutRequestMembersInner) GetIdOk ¶
func (o *GroupsGroupIdPutRequestMembersInner) GetIdOk() (*string, bool)
GetIdOk returns a tuple with the Id field value and a boolean to check if the value has been set.
func (*GroupsGroupIdPutRequestMembersInner) GetIsGroupAdmin ¶
func (o *GroupsGroupIdPutRequestMembersInner) GetIsGroupAdmin() bool
GetIsGroupAdmin returns the IsGroupAdmin field value
func (*GroupsGroupIdPutRequestMembersInner) GetIsGroupAdminOk ¶
func (o *GroupsGroupIdPutRequestMembersInner) GetIsGroupAdminOk() (*bool, bool)
GetIsGroupAdminOk returns a tuple with the IsGroupAdmin field value and a boolean to check if the value has been set.
func (GroupsGroupIdPutRequestMembersInner) MarshalJSON ¶
func (o GroupsGroupIdPutRequestMembersInner) MarshalJSON() ([]byte, error)
func (*GroupsGroupIdPutRequestMembersInner) SetId ¶
func (o *GroupsGroupIdPutRequestMembersInner) SetId(v string)
SetId sets field value
func (*GroupsGroupIdPutRequestMembersInner) SetIsGroupAdmin ¶
func (o *GroupsGroupIdPutRequestMembersInner) SetIsGroupAdmin(v bool)
SetIsGroupAdmin sets field value
func (GroupsGroupIdPutRequestMembersInner) ToMap ¶
func (o GroupsGroupIdPutRequestMembersInner) ToMap() (map[string]interface{}, error)
func (*GroupsGroupIdPutRequestMembersInner) UnmarshalJSON ¶
func (o *GroupsGroupIdPutRequestMembersInner) UnmarshalJSON(data []byte) (err error)
type GroupsGroupIdUserInvitesPostRequest ¶
type GroupsGroupIdUserInvitesPostRequest struct {
UserInviteIds []float32 `json:"userInviteIds"`
AdditionalProperties map[string]interface{}
}
GroupsGroupIdUserInvitesPostRequest User Invites to add to the group
func NewGroupsGroupIdUserInvitesPostRequest ¶
func NewGroupsGroupIdUserInvitesPostRequest(userInviteIds []float32) *GroupsGroupIdUserInvitesPostRequest
NewGroupsGroupIdUserInvitesPostRequest instantiates a new GroupsGroupIdUserInvitesPostRequest object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewGroupsGroupIdUserInvitesPostRequestWithDefaults ¶
func NewGroupsGroupIdUserInvitesPostRequestWithDefaults() *GroupsGroupIdUserInvitesPostRequest
NewGroupsGroupIdUserInvitesPostRequestWithDefaults instantiates a new GroupsGroupIdUserInvitesPostRequest object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*GroupsGroupIdUserInvitesPostRequest) GetUserInviteIds ¶
func (o *GroupsGroupIdUserInvitesPostRequest) GetUserInviteIds() []float32
GetUserInviteIds returns the UserInviteIds field value
func (*GroupsGroupIdUserInvitesPostRequest) GetUserInviteIdsOk ¶
func (o *GroupsGroupIdUserInvitesPostRequest) GetUserInviteIdsOk() ([]float32, bool)
GetUserInviteIdsOk returns a tuple with the UserInviteIds field value and a boolean to check if the value has been set.
func (GroupsGroupIdUserInvitesPostRequest) MarshalJSON ¶
func (o GroupsGroupIdUserInvitesPostRequest) MarshalJSON() ([]byte, error)
func (*GroupsGroupIdUserInvitesPostRequest) SetUserInviteIds ¶
func (o *GroupsGroupIdUserInvitesPostRequest) SetUserInviteIds(v []float32)
SetUserInviteIds sets field value
func (GroupsGroupIdUserInvitesPostRequest) ToMap ¶
func (o GroupsGroupIdUserInvitesPostRequest) ToMap() (map[string]interface{}, error)
func (*GroupsGroupIdUserInvitesPostRequest) UnmarshalJSON ¶
func (o *GroupsGroupIdUserInvitesPostRequest) UnmarshalJSON(data []byte) (err error)
type GroupsPost200Response ¶
type GroupsPost200Response struct {
// API request succeeded
Success bool `json:"success"`
Data GroupsPost200ResponseData `json:"data"`
AdditionalProperties map[string]interface{}
}
GroupsPost200Response struct for GroupsPost200Response
func NewGroupsPost200Response ¶
func NewGroupsPost200Response(success bool, data GroupsPost200ResponseData) *GroupsPost200Response
NewGroupsPost200Response instantiates a new GroupsPost200Response object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewGroupsPost200ResponseWithDefaults ¶
func NewGroupsPost200ResponseWithDefaults() *GroupsPost200Response
NewGroupsPost200ResponseWithDefaults instantiates a new GroupsPost200Response object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*GroupsPost200Response) GetData ¶
func (o *GroupsPost200Response) GetData() GroupsPost200ResponseData
GetData returns the Data field value
func (*GroupsPost200Response) GetDataOk ¶
func (o *GroupsPost200Response) GetDataOk() (*GroupsPost200ResponseData, bool)
GetDataOk returns a tuple with the Data field value and a boolean to check if the value has been set.
func (*GroupsPost200Response) GetSuccess ¶
func (o *GroupsPost200Response) GetSuccess() bool
GetSuccess returns the Success field value
func (*GroupsPost200Response) GetSuccessOk ¶
func (o *GroupsPost200Response) GetSuccessOk() (*bool, bool)
GetSuccessOk returns a tuple with the Success field value and a boolean to check if the value has been set.
func (GroupsPost200Response) MarshalJSON ¶
func (o GroupsPost200Response) MarshalJSON() ([]byte, error)
func (*GroupsPost200Response) SetData ¶
func (o *GroupsPost200Response) SetData(v GroupsPost200ResponseData)
SetData sets field value
func (*GroupsPost200Response) SetSuccess ¶
func (o *GroupsPost200Response) SetSuccess(v bool)
SetSuccess sets field value
func (GroupsPost200Response) ToMap ¶
func (o GroupsPost200Response) ToMap() (map[string]interface{}, error)
func (*GroupsPost200Response) UnmarshalJSON ¶
func (o *GroupsPost200Response) UnmarshalJSON(data []byte) (err error)
type GroupsPost200ResponseData ¶
type GroupsPost200ResponseData struct {
// The ID of the group. Currently this is the same legacy_id but will change in the future.
Id NullableFloat32 `json:"id"`
// The legacy ID of the group.
LegacyId NullableFloat32 `json:"legacy_id"`
// The name of the group.
Name string `json:"name"`
// The members of the group.
Members []GroupsGroupIdGet200ResponseDataMembersInner `json:"members"`
// The universal app access level for the group. This denotes the access level that this group has for all apps.
UniversalAppAccess string `json:"universal_app_access"`
// The universal resource access level for the group. This denotes the access level that this group has for all resources.
UniversalResourceAccess string `json:"universal_resource_access"`
// The universal workflow access level for the group. This denotes the access level that this group has for all workflows.
UniversalWorkflowAccess string `json:"universal_workflow_access"`
// Level of access that the group has to the Query Library.
UniversalQueryLibraryAccess string `json:"universal_query_library_access"`
// A list of user invites that will be added to the group
UserInvites []GroupsGroupIdGet200ResponseDataUserInvitesInner `json:"user_invites"`
// Whether the group has access to the user list
UserListAccess bool `json:"user_list_access"`
// Whether the group has access to the audit log
AuditLogAccess bool `json:"audit_log_access"`
// Whether the group has access to unpublished releases
UnpublishedReleaseAccess bool `json:"unpublished_release_access"`
// Whether the group has access to usage analytics
UsageAnalyticsAccess bool `json:"usage_analytics_access"`
// Whether the group has access to edit themes
ThemeAccess bool `json:"theme_access"`
// Whether the group has access to account details
AccountDetailsAccess bool `json:"account_details_access"`
// The app ID of the landing page
LandingPageAppId NullableString `json:"landing_page_app_id"`
CreatedAt string `json:"created_at"`
UpdatedAt string `json:"updated_at"`
AdditionalProperties map[string]interface{}
}
GroupsPost200ResponseData The created group
func NewGroupsPost200ResponseData ¶
func NewGroupsPost200ResponseData(id NullableFloat32, legacyId NullableFloat32, name string, members []GroupsGroupIdGet200ResponseDataMembersInner, universalAppAccess string, universalResourceAccess string, universalWorkflowAccess string, universalQueryLibraryAccess string, userInvites []GroupsGroupIdGet200ResponseDataUserInvitesInner, userListAccess bool, auditLogAccess bool, unpublishedReleaseAccess bool, usageAnalyticsAccess bool, themeAccess bool, accountDetailsAccess bool, landingPageAppId NullableString, createdAt string, updatedAt string) *GroupsPost200ResponseData
NewGroupsPost200ResponseData instantiates a new GroupsPost200ResponseData object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewGroupsPost200ResponseDataWithDefaults ¶
func NewGroupsPost200ResponseDataWithDefaults() *GroupsPost200ResponseData
NewGroupsPost200ResponseDataWithDefaults instantiates a new GroupsPost200ResponseData object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*GroupsPost200ResponseData) GetAccountDetailsAccess ¶
func (o *GroupsPost200ResponseData) GetAccountDetailsAccess() bool
GetAccountDetailsAccess returns the AccountDetailsAccess field value
func (*GroupsPost200ResponseData) GetAccountDetailsAccessOk ¶
func (o *GroupsPost200ResponseData) GetAccountDetailsAccessOk() (*bool, bool)
GetAccountDetailsAccessOk returns a tuple with the AccountDetailsAccess field value and a boolean to check if the value has been set.
func (*GroupsPost200ResponseData) GetAuditLogAccess ¶
func (o *GroupsPost200ResponseData) GetAuditLogAccess() bool
GetAuditLogAccess returns the AuditLogAccess field value
func (*GroupsPost200ResponseData) GetAuditLogAccessOk ¶
func (o *GroupsPost200ResponseData) GetAuditLogAccessOk() (*bool, bool)
GetAuditLogAccessOk returns a tuple with the AuditLogAccess field value and a boolean to check if the value has been set.
func (*GroupsPost200ResponseData) GetCreatedAt ¶
func (o *GroupsPost200ResponseData) GetCreatedAt() string
GetCreatedAt returns the CreatedAt field value
func (*GroupsPost200ResponseData) GetCreatedAtOk ¶
func (o *GroupsPost200ResponseData) GetCreatedAtOk() (*string, bool)
GetCreatedAtOk returns a tuple with the CreatedAt field value and a boolean to check if the value has been set.
func (*GroupsPost200ResponseData) GetId ¶
func (o *GroupsPost200ResponseData) GetId() float32
GetId returns the Id field value If the value is explicit nil, the zero value for float32 will be returned
func (*GroupsPost200ResponseData) GetIdOk ¶
func (o *GroupsPost200ResponseData) GetIdOk() (*float32, bool)
GetIdOk returns a tuple with the Id 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 (*GroupsPost200ResponseData) GetLandingPageAppId ¶
func (o *GroupsPost200ResponseData) GetLandingPageAppId() string
GetLandingPageAppId returns the LandingPageAppId field value If the value is explicit nil, the zero value for string will be returned
func (*GroupsPost200ResponseData) GetLandingPageAppIdOk ¶
func (o *GroupsPost200ResponseData) GetLandingPageAppIdOk() (*string, bool)
GetLandingPageAppIdOk returns a tuple with the LandingPageAppId 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 (*GroupsPost200ResponseData) GetLegacyId ¶
func (o *GroupsPost200ResponseData) GetLegacyId() float32
GetLegacyId returns the LegacyId field value If the value is explicit nil, the zero value for float32 will be returned
func (*GroupsPost200ResponseData) GetLegacyIdOk ¶
func (o *GroupsPost200ResponseData) GetLegacyIdOk() (*float32, bool)
GetLegacyIdOk returns a tuple with the LegacyId 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 (*GroupsPost200ResponseData) GetMembers ¶
func (o *GroupsPost200ResponseData) GetMembers() []GroupsGroupIdGet200ResponseDataMembersInner
GetMembers returns the Members field value
func (*GroupsPost200ResponseData) GetMembersOk ¶
func (o *GroupsPost200ResponseData) GetMembersOk() ([]GroupsGroupIdGet200ResponseDataMembersInner, bool)
GetMembersOk returns a tuple with the Members field value and a boolean to check if the value has been set.
func (*GroupsPost200ResponseData) GetName ¶
func (o *GroupsPost200ResponseData) GetName() string
GetName returns the Name field value
func (*GroupsPost200ResponseData) GetNameOk ¶
func (o *GroupsPost200ResponseData) GetNameOk() (*string, bool)
GetNameOk returns a tuple with the Name field value and a boolean to check if the value has been set.
func (*GroupsPost200ResponseData) GetThemeAccess ¶ added in v1.0.0
func (o *GroupsPost200ResponseData) GetThemeAccess() bool
GetThemeAccess returns the ThemeAccess field value
func (*GroupsPost200ResponseData) GetThemeAccessOk ¶ added in v1.0.0
func (o *GroupsPost200ResponseData) GetThemeAccessOk() (*bool, bool)
GetThemeAccessOk returns a tuple with the ThemeAccess field value and a boolean to check if the value has been set.
func (*GroupsPost200ResponseData) GetUniversalAppAccess ¶
func (o *GroupsPost200ResponseData) GetUniversalAppAccess() string
GetUniversalAppAccess returns the UniversalAppAccess field value
func (*GroupsPost200ResponseData) GetUniversalAppAccessOk ¶
func (o *GroupsPost200ResponseData) GetUniversalAppAccessOk() (*string, bool)
GetUniversalAppAccessOk returns a tuple with the UniversalAppAccess field value and a boolean to check if the value has been set.
func (*GroupsPost200ResponseData) GetUniversalQueryLibraryAccess ¶
func (o *GroupsPost200ResponseData) GetUniversalQueryLibraryAccess() string
GetUniversalQueryLibraryAccess returns the UniversalQueryLibraryAccess field value
func (*GroupsPost200ResponseData) GetUniversalQueryLibraryAccessOk ¶
func (o *GroupsPost200ResponseData) GetUniversalQueryLibraryAccessOk() (*string, bool)
GetUniversalQueryLibraryAccessOk returns a tuple with the UniversalQueryLibraryAccess field value and a boolean to check if the value has been set.
func (*GroupsPost200ResponseData) GetUniversalResourceAccess ¶
func (o *GroupsPost200ResponseData) GetUniversalResourceAccess() string
GetUniversalResourceAccess returns the UniversalResourceAccess field value
func (*GroupsPost200ResponseData) GetUniversalResourceAccessOk ¶
func (o *GroupsPost200ResponseData) GetUniversalResourceAccessOk() (*string, bool)
GetUniversalResourceAccessOk returns a tuple with the UniversalResourceAccess field value and a boolean to check if the value has been set.
func (*GroupsPost200ResponseData) GetUniversalWorkflowAccess ¶
func (o *GroupsPost200ResponseData) GetUniversalWorkflowAccess() string
GetUniversalWorkflowAccess returns the UniversalWorkflowAccess field value
func (*GroupsPost200ResponseData) GetUniversalWorkflowAccessOk ¶
func (o *GroupsPost200ResponseData) GetUniversalWorkflowAccessOk() (*string, bool)
GetUniversalWorkflowAccessOk returns a tuple with the UniversalWorkflowAccess field value and a boolean to check if the value has been set.
func (*GroupsPost200ResponseData) GetUnpublishedReleaseAccess ¶
func (o *GroupsPost200ResponseData) GetUnpublishedReleaseAccess() bool
GetUnpublishedReleaseAccess returns the UnpublishedReleaseAccess field value
func (*GroupsPost200ResponseData) GetUnpublishedReleaseAccessOk ¶
func (o *GroupsPost200ResponseData) GetUnpublishedReleaseAccessOk() (*bool, bool)
GetUnpublishedReleaseAccessOk returns a tuple with the UnpublishedReleaseAccess field value and a boolean to check if the value has been set.
func (*GroupsPost200ResponseData) GetUpdatedAt ¶
func (o *GroupsPost200ResponseData) GetUpdatedAt() string
GetUpdatedAt returns the UpdatedAt field value
func (*GroupsPost200ResponseData) GetUpdatedAtOk ¶
func (o *GroupsPost200ResponseData) GetUpdatedAtOk() (*string, bool)
GetUpdatedAtOk returns a tuple with the UpdatedAt field value and a boolean to check if the value has been set.
func (*GroupsPost200ResponseData) GetUsageAnalyticsAccess ¶
func (o *GroupsPost200ResponseData) GetUsageAnalyticsAccess() bool
GetUsageAnalyticsAccess returns the UsageAnalyticsAccess field value
func (*GroupsPost200ResponseData) GetUsageAnalyticsAccessOk ¶
func (o *GroupsPost200ResponseData) GetUsageAnalyticsAccessOk() (*bool, bool)
GetUsageAnalyticsAccessOk returns a tuple with the UsageAnalyticsAccess field value and a boolean to check if the value has been set.
func (*GroupsPost200ResponseData) GetUserInvites ¶
func (o *GroupsPost200ResponseData) GetUserInvites() []GroupsGroupIdGet200ResponseDataUserInvitesInner
GetUserInvites returns the UserInvites field value
func (*GroupsPost200ResponseData) GetUserInvitesOk ¶
func (o *GroupsPost200ResponseData) GetUserInvitesOk() ([]GroupsGroupIdGet200ResponseDataUserInvitesInner, bool)
GetUserInvitesOk returns a tuple with the UserInvites field value and a boolean to check if the value has been set.
func (*GroupsPost200ResponseData) GetUserListAccess ¶
func (o *GroupsPost200ResponseData) GetUserListAccess() bool
GetUserListAccess returns the UserListAccess field value
func (*GroupsPost200ResponseData) GetUserListAccessOk ¶
func (o *GroupsPost200ResponseData) GetUserListAccessOk() (*bool, bool)
GetUserListAccessOk returns a tuple with the UserListAccess field value and a boolean to check if the value has been set.
func (GroupsPost200ResponseData) MarshalJSON ¶
func (o GroupsPost200ResponseData) MarshalJSON() ([]byte, error)
func (*GroupsPost200ResponseData) SetAccountDetailsAccess ¶
func (o *GroupsPost200ResponseData) SetAccountDetailsAccess(v bool)
SetAccountDetailsAccess sets field value
func (*GroupsPost200ResponseData) SetAuditLogAccess ¶
func (o *GroupsPost200ResponseData) SetAuditLogAccess(v bool)
SetAuditLogAccess sets field value
func (*GroupsPost200ResponseData) SetCreatedAt ¶
func (o *GroupsPost200ResponseData) SetCreatedAt(v string)
SetCreatedAt sets field value
func (*GroupsPost200ResponseData) SetId ¶
func (o *GroupsPost200ResponseData) SetId(v float32)
SetId sets field value
func (*GroupsPost200ResponseData) SetLandingPageAppId ¶
func (o *GroupsPost200ResponseData) SetLandingPageAppId(v string)
SetLandingPageAppId sets field value
func (*GroupsPost200ResponseData) SetLegacyId ¶
func (o *GroupsPost200ResponseData) SetLegacyId(v float32)
SetLegacyId sets field value
func (*GroupsPost200ResponseData) SetMembers ¶
func (o *GroupsPost200ResponseData) SetMembers(v []GroupsGroupIdGet200ResponseDataMembersInner)
SetMembers sets field value
func (*GroupsPost200ResponseData) SetName ¶
func (o *GroupsPost200ResponseData) SetName(v string)
SetName sets field value
func (*GroupsPost200ResponseData) SetThemeAccess ¶ added in v1.0.0
func (o *GroupsPost200ResponseData) SetThemeAccess(v bool)
SetThemeAccess sets field value
func (*GroupsPost200ResponseData) SetUniversalAppAccess ¶
func (o *GroupsPost200ResponseData) SetUniversalAppAccess(v string)
SetUniversalAppAccess sets field value
func (*GroupsPost200ResponseData) SetUniversalQueryLibraryAccess ¶
func (o *GroupsPost200ResponseData) SetUniversalQueryLibraryAccess(v string)
SetUniversalQueryLibraryAccess sets field value
func (*GroupsPost200ResponseData) SetUniversalResourceAccess ¶
func (o *GroupsPost200ResponseData) SetUniversalResourceAccess(v string)
SetUniversalResourceAccess sets field value
func (*GroupsPost200ResponseData) SetUniversalWorkflowAccess ¶
func (o *GroupsPost200ResponseData) SetUniversalWorkflowAccess(v string)
SetUniversalWorkflowAccess sets field value
func (*GroupsPost200ResponseData) SetUnpublishedReleaseAccess ¶
func (o *GroupsPost200ResponseData) SetUnpublishedReleaseAccess(v bool)
SetUnpublishedReleaseAccess sets field value
func (*GroupsPost200ResponseData) SetUpdatedAt ¶
func (o *GroupsPost200ResponseData) SetUpdatedAt(v string)
SetUpdatedAt sets field value
func (*GroupsPost200ResponseData) SetUsageAnalyticsAccess ¶
func (o *GroupsPost200ResponseData) SetUsageAnalyticsAccess(v bool)
SetUsageAnalyticsAccess sets field value
func (*GroupsPost200ResponseData) SetUserInvites ¶
func (o *GroupsPost200ResponseData) SetUserInvites(v []GroupsGroupIdGet200ResponseDataUserInvitesInner)
SetUserInvites sets field value
func (*GroupsPost200ResponseData) SetUserListAccess ¶
func (o *GroupsPost200ResponseData) SetUserListAccess(v bool)
SetUserListAccess sets field value
func (GroupsPost200ResponseData) ToMap ¶
func (o GroupsPost200ResponseData) ToMap() (map[string]interface{}, error)
func (*GroupsPost200ResponseData) UnmarshalJSON ¶
func (o *GroupsPost200ResponseData) UnmarshalJSON(data []byte) (err error)
type GroupsPostRequest ¶
type GroupsPostRequest struct {
// The name of the group.
Name string `json:"name"`
// Users to add to the group.
Members []GroupsGroupIdPutRequestMembersInner `json:"members,omitempty"`
// The universal app access level for the group. This denotes the access level that this group has for all apps.
UniversalAppAccess *string `json:"universal_app_access,omitempty"`
// The universal resource access level for the group. This denotes the access level that this group has for all resources.
UniversalResourceAccess *string `json:"universal_resource_access,omitempty"`
// The universal workflow access level for the group. This denotes the access level that this group has for all workflows.
UniversalWorkflowAccess *string `json:"universal_workflow_access,omitempty"`
// Level of access that the group has to the Query Library.
UniversalQueryLibraryAccess *string `json:"universal_query_library_access,omitempty"`
// A list of user invites that will be added to the group
UserInvites []GroupsGroupIdGet200ResponseDataUserInvitesInner `json:"user_invites,omitempty"`
// Whether the group has access to the user list
UserListAccess *bool `json:"user_list_access,omitempty"`
// Whether the group has access to the audit log
AuditLogAccess *bool `json:"audit_log_access,omitempty"`
// Whether the group has access to unpublished releases
UnpublishedReleaseAccess *bool `json:"unpublished_release_access,omitempty"`
// Whether the group has access to usage analytics
UsageAnalyticsAccess *bool `json:"usage_analytics_access,omitempty"`
// Whether the group has access to edit themes
ThemeAccess *bool `json:"theme_access,omitempty"`
// Whether the group has access to account details
AccountDetailsAccess *bool `json:"account_details_access,omitempty"`
// The app ID of the landing page
LandingPageAppId NullableString `json:"landing_page_app_id,omitempty"`
CreatedAt *string `json:"created_at,omitempty"`
UpdatedAt *string `json:"updated_at,omitempty"`
AdditionalProperties map[string]interface{}
}
GroupsPostRequest struct for GroupsPostRequest
func NewGroupsPostRequest ¶
func NewGroupsPostRequest(name string) *GroupsPostRequest
NewGroupsPostRequest instantiates a new GroupsPostRequest object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewGroupsPostRequestWithDefaults ¶
func NewGroupsPostRequestWithDefaults() *GroupsPostRequest
NewGroupsPostRequestWithDefaults instantiates a new GroupsPostRequest object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*GroupsPostRequest) GetAccountDetailsAccess ¶
func (o *GroupsPostRequest) GetAccountDetailsAccess() bool
GetAccountDetailsAccess returns the AccountDetailsAccess field value if set, zero value otherwise.
func (*GroupsPostRequest) GetAccountDetailsAccessOk ¶
func (o *GroupsPostRequest) GetAccountDetailsAccessOk() (*bool, bool)
GetAccountDetailsAccessOk returns a tuple with the AccountDetailsAccess field value if set, nil otherwise and a boolean to check if the value has been set.
func (*GroupsPostRequest) GetAuditLogAccess ¶
func (o *GroupsPostRequest) GetAuditLogAccess() bool
GetAuditLogAccess returns the AuditLogAccess field value if set, zero value otherwise.
func (*GroupsPostRequest) GetAuditLogAccessOk ¶
func (o *GroupsPostRequest) GetAuditLogAccessOk() (*bool, bool)
GetAuditLogAccessOk returns a tuple with the AuditLogAccess field value if set, nil otherwise and a boolean to check if the value has been set.
func (*GroupsPostRequest) GetCreatedAt ¶
func (o *GroupsPostRequest) GetCreatedAt() string
GetCreatedAt returns the CreatedAt field value if set, zero value otherwise.
func (*GroupsPostRequest) GetCreatedAtOk ¶
func (o *GroupsPostRequest) GetCreatedAtOk() (*string, bool)
GetCreatedAtOk returns a tuple with the CreatedAt field value if set, nil otherwise and a boolean to check if the value has been set.
func (*GroupsPostRequest) GetLandingPageAppId ¶
func (o *GroupsPostRequest) GetLandingPageAppId() string
GetLandingPageAppId returns the LandingPageAppId field value if set, zero value otherwise (both if not set or set to explicit null).
func (*GroupsPostRequest) GetLandingPageAppIdOk ¶
func (o *GroupsPostRequest) GetLandingPageAppIdOk() (*string, bool)
GetLandingPageAppIdOk returns a tuple with the LandingPageAppId 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 (*GroupsPostRequest) GetMembers ¶
func (o *GroupsPostRequest) GetMembers() []GroupsGroupIdPutRequestMembersInner
GetMembers returns the Members field value if set, zero value otherwise.
func (*GroupsPostRequest) GetMembersOk ¶
func (o *GroupsPostRequest) GetMembersOk() ([]GroupsGroupIdPutRequestMembersInner, bool)
GetMembersOk returns a tuple with the Members field value if set, nil otherwise and a boolean to check if the value has been set.
func (*GroupsPostRequest) GetName ¶
func (o *GroupsPostRequest) GetName() string
GetName returns the Name field value
func (*GroupsPostRequest) GetNameOk ¶
func (o *GroupsPostRequest) GetNameOk() (*string, bool)
GetNameOk returns a tuple with the Name field value and a boolean to check if the value has been set.
func (*GroupsPostRequest) GetThemeAccess ¶ added in v1.0.0
func (o *GroupsPostRequest) GetThemeAccess() bool
GetThemeAccess returns the ThemeAccess field value if set, zero value otherwise.
func (*GroupsPostRequest) GetThemeAccessOk ¶ added in v1.0.0
func (o *GroupsPostRequest) GetThemeAccessOk() (*bool, bool)
GetThemeAccessOk returns a tuple with the ThemeAccess field value if set, nil otherwise and a boolean to check if the value has been set.
func (*GroupsPostRequest) GetUniversalAppAccess ¶
func (o *GroupsPostRequest) GetUniversalAppAccess() string
GetUniversalAppAccess returns the UniversalAppAccess field value if set, zero value otherwise.
func (*GroupsPostRequest) GetUniversalAppAccessOk ¶
func (o *GroupsPostRequest) GetUniversalAppAccessOk() (*string, bool)
GetUniversalAppAccessOk returns a tuple with the UniversalAppAccess field value if set, nil otherwise and a boolean to check if the value has been set.
func (*GroupsPostRequest) GetUniversalQueryLibraryAccess ¶
func (o *GroupsPostRequest) GetUniversalQueryLibraryAccess() string
GetUniversalQueryLibraryAccess returns the UniversalQueryLibraryAccess field value if set, zero value otherwise.
func (*GroupsPostRequest) GetUniversalQueryLibraryAccessOk ¶
func (o *GroupsPostRequest) GetUniversalQueryLibraryAccessOk() (*string, bool)
GetUniversalQueryLibraryAccessOk returns a tuple with the UniversalQueryLibraryAccess field value if set, nil otherwise and a boolean to check if the value has been set.
func (*GroupsPostRequest) GetUniversalResourceAccess ¶
func (o *GroupsPostRequest) GetUniversalResourceAccess() string
GetUniversalResourceAccess returns the UniversalResourceAccess field value if set, zero value otherwise.
func (*GroupsPostRequest) GetUniversalResourceAccessOk ¶
func (o *GroupsPostRequest) GetUniversalResourceAccessOk() (*string, bool)
GetUniversalResourceAccessOk returns a tuple with the UniversalResourceAccess field value if set, nil otherwise and a boolean to check if the value has been set.
func (*GroupsPostRequest) GetUniversalWorkflowAccess ¶
func (o *GroupsPostRequest) GetUniversalWorkflowAccess() string
GetUniversalWorkflowAccess returns the UniversalWorkflowAccess field value if set, zero value otherwise.
func (*GroupsPostRequest) GetUniversalWorkflowAccessOk ¶
func (o *GroupsPostRequest) GetUniversalWorkflowAccessOk() (*string, bool)
GetUniversalWorkflowAccessOk returns a tuple with the UniversalWorkflowAccess field value if set, nil otherwise and a boolean to check if the value has been set.
func (*GroupsPostRequest) GetUnpublishedReleaseAccess ¶
func (o *GroupsPostRequest) GetUnpublishedReleaseAccess() bool
GetUnpublishedReleaseAccess returns the UnpublishedReleaseAccess field value if set, zero value otherwise.
func (*GroupsPostRequest) GetUnpublishedReleaseAccessOk ¶
func (o *GroupsPostRequest) GetUnpublishedReleaseAccessOk() (*bool, bool)
GetUnpublishedReleaseAccessOk returns a tuple with the UnpublishedReleaseAccess field value if set, nil otherwise and a boolean to check if the value has been set.
func (*GroupsPostRequest) GetUpdatedAt ¶
func (o *GroupsPostRequest) GetUpdatedAt() string
GetUpdatedAt returns the UpdatedAt field value if set, zero value otherwise.
func (*GroupsPostRequest) GetUpdatedAtOk ¶
func (o *GroupsPostRequest) 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 (*GroupsPostRequest) GetUsageAnalyticsAccess ¶
func (o *GroupsPostRequest) GetUsageAnalyticsAccess() bool
GetUsageAnalyticsAccess returns the UsageAnalyticsAccess field value if set, zero value otherwise.
func (*GroupsPostRequest) GetUsageAnalyticsAccessOk ¶
func (o *GroupsPostRequest) GetUsageAnalyticsAccessOk() (*bool, bool)
GetUsageAnalyticsAccessOk returns a tuple with the UsageAnalyticsAccess field value if set, nil otherwise and a boolean to check if the value has been set.
func (*GroupsPostRequest) GetUserInvites ¶
func (o *GroupsPostRequest) GetUserInvites() []GroupsGroupIdGet200ResponseDataUserInvitesInner
GetUserInvites returns the UserInvites field value if set, zero value otherwise.
func (*GroupsPostRequest) GetUserInvitesOk ¶
func (o *GroupsPostRequest) GetUserInvitesOk() ([]GroupsGroupIdGet200ResponseDataUserInvitesInner, bool)
GetUserInvitesOk returns a tuple with the UserInvites field value if set, nil otherwise and a boolean to check if the value has been set.
func (*GroupsPostRequest) GetUserListAccess ¶
func (o *GroupsPostRequest) GetUserListAccess() bool
GetUserListAccess returns the UserListAccess field value if set, zero value otherwise.
func (*GroupsPostRequest) GetUserListAccessOk ¶
func (o *GroupsPostRequest) GetUserListAccessOk() (*bool, bool)
GetUserListAccessOk returns a tuple with the UserListAccess field value if set, nil otherwise and a boolean to check if the value has been set.
func (*GroupsPostRequest) HasAccountDetailsAccess ¶
func (o *GroupsPostRequest) HasAccountDetailsAccess() bool
HasAccountDetailsAccess returns a boolean if a field has been set.
func (*GroupsPostRequest) HasAuditLogAccess ¶
func (o *GroupsPostRequest) HasAuditLogAccess() bool
HasAuditLogAccess returns a boolean if a field has been set.
func (*GroupsPostRequest) HasCreatedAt ¶
func (o *GroupsPostRequest) HasCreatedAt() bool
HasCreatedAt returns a boolean if a field has been set.
func (*GroupsPostRequest) HasLandingPageAppId ¶
func (o *GroupsPostRequest) HasLandingPageAppId() bool
HasLandingPageAppId returns a boolean if a field has been set.
func (*GroupsPostRequest) HasMembers ¶
func (o *GroupsPostRequest) HasMembers() bool
HasMembers returns a boolean if a field has been set.
func (*GroupsPostRequest) HasThemeAccess ¶ added in v1.0.0
func (o *GroupsPostRequest) HasThemeAccess() bool
HasThemeAccess returns a boolean if a field has been set.
func (*GroupsPostRequest) HasUniversalAppAccess ¶
func (o *GroupsPostRequest) HasUniversalAppAccess() bool
HasUniversalAppAccess returns a boolean if a field has been set.
func (*GroupsPostRequest) HasUniversalQueryLibraryAccess ¶
func (o *GroupsPostRequest) HasUniversalQueryLibraryAccess() bool
HasUniversalQueryLibraryAccess returns a boolean if a field has been set.
func (*GroupsPostRequest) HasUniversalResourceAccess ¶
func (o *GroupsPostRequest) HasUniversalResourceAccess() bool
HasUniversalResourceAccess returns a boolean if a field has been set.
func (*GroupsPostRequest) HasUniversalWorkflowAccess ¶
func (o *GroupsPostRequest) HasUniversalWorkflowAccess() bool
HasUniversalWorkflowAccess returns a boolean if a field has been set.
func (*GroupsPostRequest) HasUnpublishedReleaseAccess ¶
func (o *GroupsPostRequest) HasUnpublishedReleaseAccess() bool
HasUnpublishedReleaseAccess returns a boolean if a field has been set.
func (*GroupsPostRequest) HasUpdatedAt ¶
func (o *GroupsPostRequest) HasUpdatedAt() bool
HasUpdatedAt returns a boolean if a field has been set.
func (*GroupsPostRequest) HasUsageAnalyticsAccess ¶
func (o *GroupsPostRequest) HasUsageAnalyticsAccess() bool
HasUsageAnalyticsAccess returns a boolean if a field has been set.
func (*GroupsPostRequest) HasUserInvites ¶
func (o *GroupsPostRequest) HasUserInvites() bool
HasUserInvites returns a boolean if a field has been set.
func (*GroupsPostRequest) HasUserListAccess ¶
func (o *GroupsPostRequest) HasUserListAccess() bool
HasUserListAccess returns a boolean if a field has been set.
func (GroupsPostRequest) MarshalJSON ¶
func (o GroupsPostRequest) MarshalJSON() ([]byte, error)
func (*GroupsPostRequest) SetAccountDetailsAccess ¶
func (o *GroupsPostRequest) SetAccountDetailsAccess(v bool)
SetAccountDetailsAccess gets a reference to the given bool and assigns it to the AccountDetailsAccess field.
func (*GroupsPostRequest) SetAuditLogAccess ¶
func (o *GroupsPostRequest) SetAuditLogAccess(v bool)
SetAuditLogAccess gets a reference to the given bool and assigns it to the AuditLogAccess field.
func (*GroupsPostRequest) SetCreatedAt ¶
func (o *GroupsPostRequest) SetCreatedAt(v string)
SetCreatedAt gets a reference to the given string and assigns it to the CreatedAt field.
func (*GroupsPostRequest) SetLandingPageAppId ¶
func (o *GroupsPostRequest) SetLandingPageAppId(v string)
SetLandingPageAppId gets a reference to the given NullableString and assigns it to the LandingPageAppId field.
func (*GroupsPostRequest) SetLandingPageAppIdNil ¶
func (o *GroupsPostRequest) SetLandingPageAppIdNil()
SetLandingPageAppIdNil sets the value for LandingPageAppId to be an explicit nil
func (*GroupsPostRequest) SetMembers ¶
func (o *GroupsPostRequest) SetMembers(v []GroupsGroupIdPutRequestMembersInner)
SetMembers gets a reference to the given []GroupsGroupIdPutRequestMembersInner and assigns it to the Members field.
func (*GroupsPostRequest) SetName ¶
func (o *GroupsPostRequest) SetName(v string)
SetName sets field value
func (*GroupsPostRequest) SetThemeAccess ¶ added in v1.0.0
func (o *GroupsPostRequest) SetThemeAccess(v bool)
SetThemeAccess gets a reference to the given bool and assigns it to the ThemeAccess field.
func (*GroupsPostRequest) SetUniversalAppAccess ¶
func (o *GroupsPostRequest) SetUniversalAppAccess(v string)
SetUniversalAppAccess gets a reference to the given string and assigns it to the UniversalAppAccess field.
func (*GroupsPostRequest) SetUniversalQueryLibraryAccess ¶
func (o *GroupsPostRequest) SetUniversalQueryLibraryAccess(v string)
SetUniversalQueryLibraryAccess gets a reference to the given string and assigns it to the UniversalQueryLibraryAccess field.
func (*GroupsPostRequest) SetUniversalResourceAccess ¶
func (o *GroupsPostRequest) SetUniversalResourceAccess(v string)
SetUniversalResourceAccess gets a reference to the given string and assigns it to the UniversalResourceAccess field.
func (*GroupsPostRequest) SetUniversalWorkflowAccess ¶
func (o *GroupsPostRequest) SetUniversalWorkflowAccess(v string)
SetUniversalWorkflowAccess gets a reference to the given string and assigns it to the UniversalWorkflowAccess field.
func (*GroupsPostRequest) SetUnpublishedReleaseAccess ¶
func (o *GroupsPostRequest) SetUnpublishedReleaseAccess(v bool)
SetUnpublishedReleaseAccess gets a reference to the given bool and assigns it to the UnpublishedReleaseAccess field.
func (*GroupsPostRequest) SetUpdatedAt ¶
func (o *GroupsPostRequest) SetUpdatedAt(v string)
SetUpdatedAt gets a reference to the given string and assigns it to the UpdatedAt field.
func (*GroupsPostRequest) SetUsageAnalyticsAccess ¶
func (o *GroupsPostRequest) SetUsageAnalyticsAccess(v bool)
SetUsageAnalyticsAccess gets a reference to the given bool and assigns it to the UsageAnalyticsAccess field.
func (*GroupsPostRequest) SetUserInvites ¶
func (o *GroupsPostRequest) SetUserInvites(v []GroupsGroupIdGet200ResponseDataUserInvitesInner)
SetUserInvites gets a reference to the given []GroupsGroupIdGet200ResponseDataUserInvitesInner and assigns it to the UserInvites field.
func (*GroupsPostRequest) SetUserListAccess ¶
func (o *GroupsPostRequest) SetUserListAccess(v bool)
SetUserListAccess gets a reference to the given bool and assigns it to the UserListAccess field.
func (GroupsPostRequest) ToMap ¶
func (o GroupsPostRequest) ToMap() (map[string]interface{}, error)
func (*GroupsPostRequest) UnmarshalJSON ¶
func (o *GroupsPostRequest) UnmarshalJSON(data []byte) (err error)
func (*GroupsPostRequest) UnsetLandingPageAppId ¶
func (o *GroupsPostRequest) UnsetLandingPageAppId()
UnsetLandingPageAppId ensures that no value is present for LandingPageAppId, not even an explicit nil
type InfoAPIService ¶ added in v1.0.0
type InfoAPIService service
InfoAPIService InfoAPI service
func (*InfoAPIService) InfoIpAllowlistGet ¶ added in v1.0.0
func (a *InfoAPIService) InfoIpAllowlistGet(ctx context.Context) ApiInfoIpAllowlistGetRequest
InfoIpAllowlistGet Get IP allowlist by region
Returns a list of Retool Cloud IP addresses that require access to connected data sources.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return ApiInfoIpAllowlistGetRequest
func (*InfoAPIService) InfoIpAllowlistGetExecute ¶ added in v1.0.0
func (a *InfoAPIService) InfoIpAllowlistGetExecute(r ApiInfoIpAllowlistGetRequest) (*InfoIpAllowlistGet200Response, *http.Response, error)
Execute executes the request
@return InfoIpAllowlistGet200Response
type InfoIpAllowlistGet200Response ¶ added in v1.0.0
type InfoIpAllowlistGet200Response struct {
// API request succeeded
Success bool `json:"success"`
Data InfoIpAllowlistGet200ResponseData `json:"data"`
AdditionalProperties map[string]interface{}
}
InfoIpAllowlistGet200Response Response schema for retrieving the Retool IP allowlist by region.
func NewInfoIpAllowlistGet200Response ¶ added in v1.0.0
func NewInfoIpAllowlistGet200Response(success bool, data InfoIpAllowlistGet200ResponseData) *InfoIpAllowlistGet200Response
NewInfoIpAllowlistGet200Response instantiates a new InfoIpAllowlistGet200Response object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewInfoIpAllowlistGet200ResponseWithDefaults ¶ added in v1.0.0
func NewInfoIpAllowlistGet200ResponseWithDefaults() *InfoIpAllowlistGet200Response
NewInfoIpAllowlistGet200ResponseWithDefaults instantiates a new InfoIpAllowlistGet200Response object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*InfoIpAllowlistGet200Response) GetData ¶ added in v1.0.0
func (o *InfoIpAllowlistGet200Response) GetData() InfoIpAllowlistGet200ResponseData
GetData returns the Data field value
func (*InfoIpAllowlistGet200Response) GetDataOk ¶ added in v1.0.0
func (o *InfoIpAllowlistGet200Response) GetDataOk() (*InfoIpAllowlistGet200ResponseData, bool)
GetDataOk returns a tuple with the Data field value and a boolean to check if the value has been set.
func (*InfoIpAllowlistGet200Response) GetSuccess ¶ added in v1.0.0
func (o *InfoIpAllowlistGet200Response) GetSuccess() bool
GetSuccess returns the Success field value
func (*InfoIpAllowlistGet200Response) GetSuccessOk ¶ added in v1.0.0
func (o *InfoIpAllowlistGet200Response) GetSuccessOk() (*bool, bool)
GetSuccessOk returns a tuple with the Success field value and a boolean to check if the value has been set.
func (InfoIpAllowlistGet200Response) MarshalJSON ¶ added in v1.0.0
func (o InfoIpAllowlistGet200Response) MarshalJSON() ([]byte, error)
func (*InfoIpAllowlistGet200Response) SetData ¶ added in v1.0.0
func (o *InfoIpAllowlistGet200Response) SetData(v InfoIpAllowlistGet200ResponseData)
SetData sets field value
func (*InfoIpAllowlistGet200Response) SetSuccess ¶ added in v1.0.0
func (o *InfoIpAllowlistGet200Response) SetSuccess(v bool)
SetSuccess sets field value
func (InfoIpAllowlistGet200Response) ToMap ¶ added in v1.0.0
func (o InfoIpAllowlistGet200Response) ToMap() (map[string]interface{}, error)
func (*InfoIpAllowlistGet200Response) UnmarshalJSON ¶ added in v1.0.0
func (o *InfoIpAllowlistGet200Response) UnmarshalJSON(data []byte) (err error)
type InfoIpAllowlistGet200ResponseData ¶ added in v1.0.0
type InfoIpAllowlistGet200ResponseData struct {
IpAddresses InfoIpAllowlistGet200ResponseDataIpAddresses `json:"ipAddresses"`
}
InfoIpAllowlistGet200ResponseData struct for InfoIpAllowlistGet200ResponseData
func NewInfoIpAllowlistGet200ResponseData ¶ added in v1.0.0
func NewInfoIpAllowlistGet200ResponseData(ipAddresses InfoIpAllowlistGet200ResponseDataIpAddresses) *InfoIpAllowlistGet200ResponseData
NewInfoIpAllowlistGet200ResponseData instantiates a new InfoIpAllowlistGet200ResponseData object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewInfoIpAllowlistGet200ResponseDataWithDefaults ¶ added in v1.0.0
func NewInfoIpAllowlistGet200ResponseDataWithDefaults() *InfoIpAllowlistGet200ResponseData
NewInfoIpAllowlistGet200ResponseDataWithDefaults instantiates a new InfoIpAllowlistGet200ResponseData object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*InfoIpAllowlistGet200ResponseData) GetIpAddresses ¶ added in v1.0.0
func (o *InfoIpAllowlistGet200ResponseData) GetIpAddresses() InfoIpAllowlistGet200ResponseDataIpAddresses
GetIpAddresses returns the IpAddresses field value
func (*InfoIpAllowlistGet200ResponseData) GetIpAddressesOk ¶ added in v1.0.0
func (o *InfoIpAllowlistGet200ResponseData) GetIpAddressesOk() (*InfoIpAllowlistGet200ResponseDataIpAddresses, bool)
GetIpAddressesOk returns a tuple with the IpAddresses field value and a boolean to check if the value has been set.
func (InfoIpAllowlistGet200ResponseData) MarshalJSON ¶ added in v1.0.0
func (o InfoIpAllowlistGet200ResponseData) MarshalJSON() ([]byte, error)
func (*InfoIpAllowlistGet200ResponseData) SetIpAddresses ¶ added in v1.0.0
func (o *InfoIpAllowlistGet200ResponseData) SetIpAddresses(v InfoIpAllowlistGet200ResponseDataIpAddresses)
SetIpAddresses sets field value
func (InfoIpAllowlistGet200ResponseData) ToMap ¶ added in v1.0.0
func (o InfoIpAllowlistGet200ResponseData) ToMap() (map[string]interface{}, error)
func (*InfoIpAllowlistGet200ResponseData) UnmarshalJSON ¶ added in v1.0.0
func (o *InfoIpAllowlistGet200ResponseData) UnmarshalJSON(data []byte) (err error)
type InfoIpAllowlistGet200ResponseDataIpAddresses ¶ added in v1.0.0
type InfoIpAllowlistGet200ResponseDataIpAddresses struct {
UsWest2 string `json:"us-west-2"`
EuCentral1 string `json:"eu-central-1"`
ApSoutheast1 string `json:"ap-southeast-1"`
AdditionalProperties map[string]interface{}
}
InfoIpAllowlistGet200ResponseDataIpAddresses struct for InfoIpAllowlistGet200ResponseDataIpAddresses
func NewInfoIpAllowlistGet200ResponseDataIpAddresses ¶ added in v1.0.0
func NewInfoIpAllowlistGet200ResponseDataIpAddresses(usWest2 string, euCentral1 string, apSoutheast1 string) *InfoIpAllowlistGet200ResponseDataIpAddresses
NewInfoIpAllowlistGet200ResponseDataIpAddresses instantiates a new InfoIpAllowlistGet200ResponseDataIpAddresses object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewInfoIpAllowlistGet200ResponseDataIpAddressesWithDefaults ¶ added in v1.0.0
func NewInfoIpAllowlistGet200ResponseDataIpAddressesWithDefaults() *InfoIpAllowlistGet200ResponseDataIpAddresses
NewInfoIpAllowlistGet200ResponseDataIpAddressesWithDefaults instantiates a new InfoIpAllowlistGet200ResponseDataIpAddresses object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*InfoIpAllowlistGet200ResponseDataIpAddresses) GetApSoutheast1 ¶ added in v1.0.0
func (o *InfoIpAllowlistGet200ResponseDataIpAddresses) GetApSoutheast1() string
GetApSoutheast1 returns the ApSoutheast1 field value
func (*InfoIpAllowlistGet200ResponseDataIpAddresses) GetApSoutheast1Ok ¶ added in v1.0.0
func (o *InfoIpAllowlistGet200ResponseDataIpAddresses) GetApSoutheast1Ok() (*string, bool)
GetApSoutheast1Ok returns a tuple with the ApSoutheast1 field value and a boolean to check if the value has been set.
func (*InfoIpAllowlistGet200ResponseDataIpAddresses) GetEuCentral1 ¶ added in v1.0.0
func (o *InfoIpAllowlistGet200ResponseDataIpAddresses) GetEuCentral1() string
GetEuCentral1 returns the EuCentral1 field value
func (*InfoIpAllowlistGet200ResponseDataIpAddresses) GetEuCentral1Ok ¶ added in v1.0.0
func (o *InfoIpAllowlistGet200ResponseDataIpAddresses) GetEuCentral1Ok() (*string, bool)
GetEuCentral1Ok returns a tuple with the EuCentral1 field value and a boolean to check if the value has been set.
func (*InfoIpAllowlistGet200ResponseDataIpAddresses) GetUsWest2 ¶ added in v1.0.0
func (o *InfoIpAllowlistGet200ResponseDataIpAddresses) GetUsWest2() string
GetUsWest2 returns the UsWest2 field value
func (*InfoIpAllowlistGet200ResponseDataIpAddresses) GetUsWest2Ok ¶ added in v1.0.0
func (o *InfoIpAllowlistGet200ResponseDataIpAddresses) GetUsWest2Ok() (*string, bool)
GetUsWest2Ok returns a tuple with the UsWest2 field value and a boolean to check if the value has been set.
func (InfoIpAllowlistGet200ResponseDataIpAddresses) MarshalJSON ¶ added in v1.0.0
func (o InfoIpAllowlistGet200ResponseDataIpAddresses) MarshalJSON() ([]byte, error)
func (*InfoIpAllowlistGet200ResponseDataIpAddresses) SetApSoutheast1 ¶ added in v1.0.0
func (o *InfoIpAllowlistGet200ResponseDataIpAddresses) SetApSoutheast1(v string)
SetApSoutheast1 sets field value
func (*InfoIpAllowlistGet200ResponseDataIpAddresses) SetEuCentral1 ¶ added in v1.0.0
func (o *InfoIpAllowlistGet200ResponseDataIpAddresses) SetEuCentral1(v string)
SetEuCentral1 sets field value
func (*InfoIpAllowlistGet200ResponseDataIpAddresses) SetUsWest2 ¶ added in v1.0.0
func (o *InfoIpAllowlistGet200ResponseDataIpAddresses) SetUsWest2(v string)
SetUsWest2 sets field value
func (InfoIpAllowlistGet200ResponseDataIpAddresses) ToMap ¶ added in v1.0.0
func (o InfoIpAllowlistGet200ResponseDataIpAddresses) ToMap() (map[string]interface{}, error)
func (*InfoIpAllowlistGet200ResponseDataIpAddresses) UnmarshalJSON ¶ added in v1.0.0
func (o *InfoIpAllowlistGet200ResponseDataIpAddresses) UnmarshalJSON(data []byte) (err error)
type IpAllowlist ¶ added in v1.0.0
type IpAllowlist struct {
IpAddresses InfoIpAllowlistGet200ResponseDataIpAddresses `json:"ipAddresses"`
}
IpAllowlist struct for IpAllowlist
func NewIpAllowlist ¶ added in v1.0.0
func NewIpAllowlist(ipAddresses InfoIpAllowlistGet200ResponseDataIpAddresses) *IpAllowlist
NewIpAllowlist instantiates a new IpAllowlist object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewIpAllowlistWithDefaults ¶ added in v1.0.0
func NewIpAllowlistWithDefaults() *IpAllowlist
NewIpAllowlistWithDefaults instantiates a new IpAllowlist object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*IpAllowlist) GetIpAddresses ¶ added in v1.0.0
func (o *IpAllowlist) GetIpAddresses() InfoIpAllowlistGet200ResponseDataIpAddresses
GetIpAddresses returns the IpAddresses field value
func (*IpAllowlist) GetIpAddressesOk ¶ added in v1.0.0
func (o *IpAllowlist) GetIpAddressesOk() (*InfoIpAllowlistGet200ResponseDataIpAddresses, bool)
GetIpAddressesOk returns a tuple with the IpAddresses field value and a boolean to check if the value has been set.
func (IpAllowlist) MarshalJSON ¶ added in v1.0.0
func (o IpAllowlist) MarshalJSON() ([]byte, error)
func (*IpAllowlist) SetIpAddresses ¶ added in v1.0.0
func (o *IpAllowlist) SetIpAddresses(v InfoIpAllowlistGet200ResponseDataIpAddresses)
SetIpAddresses sets field value
func (IpAllowlist) ToMap ¶ added in v1.0.0
func (o IpAllowlist) ToMap() (map[string]interface{}, error)
func (*IpAllowlist) UnmarshalJSON ¶ added in v1.0.0
func (o *IpAllowlist) UnmarshalJSON(data []byte) (err error)
type MappedNullable ¶
type MoveOperation ¶ added in v1.0.0
type MoveOperation struct {
Op string `json:"op"`
Path string `json:"path"`
From string `json:"from"`
AdditionalProperties map[string]interface{}
}
MoveOperation struct for MoveOperation
func NewMoveOperation ¶ added in v1.0.0
func NewMoveOperation(op string, path string, from string) *MoveOperation
NewMoveOperation instantiates a new MoveOperation object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewMoveOperationWithDefaults ¶ added in v1.0.0
func NewMoveOperationWithDefaults() *MoveOperation
NewMoveOperationWithDefaults instantiates a new MoveOperation object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*MoveOperation) GetFrom ¶ added in v1.0.0
func (o *MoveOperation) GetFrom() string
GetFrom returns the From field value
func (*MoveOperation) GetFromOk ¶ added in v1.0.0
func (o *MoveOperation) GetFromOk() (*string, bool)
GetFromOk returns a tuple with the From field value and a boolean to check if the value has been set.
func (*MoveOperation) GetOp ¶ added in v1.0.0
func (o *MoveOperation) GetOp() string
GetOp returns the Op field value
func (*MoveOperation) GetOpOk ¶ added in v1.0.0
func (o *MoveOperation) GetOpOk() (*string, bool)
GetOpOk returns a tuple with the Op field value and a boolean to check if the value has been set.
func (*MoveOperation) GetPath ¶ added in v1.0.0
func (o *MoveOperation) GetPath() string
GetPath returns the Path field value
func (*MoveOperation) GetPathOk ¶ added in v1.0.0
func (o *MoveOperation) GetPathOk() (*string, bool)
GetPathOk returns a tuple with the Path field value and a boolean to check if the value has been set.
func (MoveOperation) MarshalJSON ¶ added in v1.0.0
func (o MoveOperation) MarshalJSON() ([]byte, error)
func (*MoveOperation) SetFrom ¶ added in v1.0.0
func (o *MoveOperation) SetFrom(v string)
SetFrom sets field value
func (*MoveOperation) SetOp ¶ added in v1.0.0
func (o *MoveOperation) SetOp(v string)
SetOp sets field value
func (*MoveOperation) SetPath ¶ added in v1.0.0
func (o *MoveOperation) SetPath(v string)
SetPath sets field value
func (MoveOperation) ToMap ¶ added in v1.0.0
func (o MoveOperation) ToMap() (map[string]interface{}, error)
func (*MoveOperation) UnmarshalJSON ¶ added in v1.0.0
func (o *MoveOperation) UnmarshalJSON(data []byte) (err error)
type MySQLOptions ¶
type MySQLOptions struct {
DatabaseOptions MySQLOptionsDatabaseOptions `json:"database_options"`
}
MySQLOptions struct for MySQLOptions
func NewMySQLOptions ¶
func NewMySQLOptions(databaseOptions MySQLOptionsDatabaseOptions) *MySQLOptions
NewMySQLOptions instantiates a new MySQLOptions object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewMySQLOptionsWithDefaults ¶
func NewMySQLOptionsWithDefaults() *MySQLOptions
NewMySQLOptionsWithDefaults instantiates a new MySQLOptions object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*MySQLOptions) GetDatabaseOptions ¶
func (o *MySQLOptions) GetDatabaseOptions() MySQLOptionsDatabaseOptions
GetDatabaseOptions returns the DatabaseOptions field value
func (*MySQLOptions) GetDatabaseOptionsOk ¶
func (o *MySQLOptions) GetDatabaseOptionsOk() (*MySQLOptionsDatabaseOptions, bool)
GetDatabaseOptionsOk returns a tuple with the DatabaseOptions field value and a boolean to check if the value has been set.
func (MySQLOptions) MarshalJSON ¶
func (o MySQLOptions) MarshalJSON() ([]byte, error)
func (*MySQLOptions) SetDatabaseOptions ¶
func (o *MySQLOptions) SetDatabaseOptions(v MySQLOptionsDatabaseOptions)
SetDatabaseOptions sets field value
func (MySQLOptions) ToMap ¶
func (o MySQLOptions) ToMap() (map[string]interface{}, error)
func (*MySQLOptions) UnmarshalJSON ¶
func (o *MySQLOptions) UnmarshalJSON(data []byte) (err error)
type MySQLOptionsDatabaseOptions ¶
type MySQLOptionsDatabaseOptions struct {
Host string `json:"host"`
Port string `json:"port"`
Name *string `json:"name,omitempty"`
Username *string `json:"username,omitempty"`
Password *string `json:"password,omitempty"`
SslSettings *PostgresOptionsDatabaseOptionsAnyOfSslSettings `json:"ssl_settings,omitempty"`
SshTunnelOptions *PostgresOptionsDatabaseOptionsAnyOfSshTunnelOptions `json:"ssh_tunnel_options,omitempty"`
// This allows you to use Javascript to dynamically generate SQL but also turns off SQL injection protection.
DisableConvertingQueriesToPreparedStatements *bool `json:"disable_converting_queries_to_prepared_statements,omitempty"`
// This allows you to enable writing via only the restrictive GUI query editor.
ShowWriteGuiOnly *bool `json:"show_write_gui_only,omitempty"`
// Enable this to allow the Database Name to be overridden by a dynamically generated value. This allows using Retool with a database that has been sharded into several different databases.
UseDynamicDatabaseNames *bool `json:"use_dynamic_database_names,omitempty"`
// Enable this to allow the Database Host to be overridden by a dynamically generated value. This allows using Retool with several different databases.
UseDynamicDatabaseHosts *bool `json:"use_dynamic_database_hosts,omitempty"`
// This allows you to turn your MySQL date strings into Javascript Date objects.
ConvertMysqlDatesToJavascript *bool `json:"convert_mysql_dates_to_javascript,omitempty"`
}
MySQLOptionsDatabaseOptions struct for MySQLOptionsDatabaseOptions
func NewMySQLOptionsDatabaseOptions ¶
func NewMySQLOptionsDatabaseOptions(host string, port string) *MySQLOptionsDatabaseOptions
NewMySQLOptionsDatabaseOptions instantiates a new MySQLOptionsDatabaseOptions object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewMySQLOptionsDatabaseOptionsWithDefaults ¶
func NewMySQLOptionsDatabaseOptionsWithDefaults() *MySQLOptionsDatabaseOptions
NewMySQLOptionsDatabaseOptionsWithDefaults instantiates a new MySQLOptionsDatabaseOptions object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*MySQLOptionsDatabaseOptions) GetConvertMysqlDatesToJavascript ¶
func (o *MySQLOptionsDatabaseOptions) GetConvertMysqlDatesToJavascript() bool
GetConvertMysqlDatesToJavascript returns the ConvertMysqlDatesToJavascript field value if set, zero value otherwise.
func (*MySQLOptionsDatabaseOptions) GetConvertMysqlDatesToJavascriptOk ¶
func (o *MySQLOptionsDatabaseOptions) GetConvertMysqlDatesToJavascriptOk() (*bool, bool)
GetConvertMysqlDatesToJavascriptOk returns a tuple with the ConvertMysqlDatesToJavascript field value if set, nil otherwise and a boolean to check if the value has been set.
func (*MySQLOptionsDatabaseOptions) GetDisableConvertingQueriesToPreparedStatements ¶
func (o *MySQLOptionsDatabaseOptions) GetDisableConvertingQueriesToPreparedStatements() bool
GetDisableConvertingQueriesToPreparedStatements returns the DisableConvertingQueriesToPreparedStatements field value if set, zero value otherwise.
func (*MySQLOptionsDatabaseOptions) GetDisableConvertingQueriesToPreparedStatementsOk ¶
func (o *MySQLOptionsDatabaseOptions) GetDisableConvertingQueriesToPreparedStatementsOk() (*bool, bool)
GetDisableConvertingQueriesToPreparedStatementsOk returns a tuple with the DisableConvertingQueriesToPreparedStatements field value if set, nil otherwise and a boolean to check if the value has been set.
func (*MySQLOptionsDatabaseOptions) GetHost ¶
func (o *MySQLOptionsDatabaseOptions) GetHost() string
GetHost returns the Host field value
func (*MySQLOptionsDatabaseOptions) GetHostOk ¶
func (o *MySQLOptionsDatabaseOptions) GetHostOk() (*string, bool)
GetHostOk returns a tuple with the Host field value and a boolean to check if the value has been set.
func (*MySQLOptionsDatabaseOptions) GetName ¶
func (o *MySQLOptionsDatabaseOptions) GetName() string
GetName returns the Name field value if set, zero value otherwise.
func (*MySQLOptionsDatabaseOptions) GetNameOk ¶
func (o *MySQLOptionsDatabaseOptions) 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 (*MySQLOptionsDatabaseOptions) GetPassword ¶
func (o *MySQLOptionsDatabaseOptions) GetPassword() string
GetPassword returns the Password field value if set, zero value otherwise.
func (*MySQLOptionsDatabaseOptions) GetPasswordOk ¶
func (o *MySQLOptionsDatabaseOptions) GetPasswordOk() (*string, bool)
GetPasswordOk returns a tuple with the Password field value if set, nil otherwise and a boolean to check if the value has been set.
func (*MySQLOptionsDatabaseOptions) GetPort ¶
func (o *MySQLOptionsDatabaseOptions) GetPort() string
GetPort returns the Port field value
func (*MySQLOptionsDatabaseOptions) GetPortOk ¶
func (o *MySQLOptionsDatabaseOptions) GetPortOk() (*string, bool)
GetPortOk returns a tuple with the Port field value and a boolean to check if the value has been set.
func (*MySQLOptionsDatabaseOptions) GetShowWriteGuiOnly ¶
func (o *MySQLOptionsDatabaseOptions) GetShowWriteGuiOnly() bool
GetShowWriteGuiOnly returns the ShowWriteGuiOnly field value if set, zero value otherwise.
func (*MySQLOptionsDatabaseOptions) GetShowWriteGuiOnlyOk ¶
func (o *MySQLOptionsDatabaseOptions) GetShowWriteGuiOnlyOk() (*bool, bool)
GetShowWriteGuiOnlyOk returns a tuple with the ShowWriteGuiOnly field value if set, nil otherwise and a boolean to check if the value has been set.
func (*MySQLOptionsDatabaseOptions) GetSshTunnelOptions ¶
func (o *MySQLOptionsDatabaseOptions) GetSshTunnelOptions() PostgresOptionsDatabaseOptionsAnyOfSshTunnelOptions
GetSshTunnelOptions returns the SshTunnelOptions field value if set, zero value otherwise.
func (*MySQLOptionsDatabaseOptions) GetSshTunnelOptionsOk ¶
func (o *MySQLOptionsDatabaseOptions) GetSshTunnelOptionsOk() (*PostgresOptionsDatabaseOptionsAnyOfSshTunnelOptions, bool)
GetSshTunnelOptionsOk returns a tuple with the SshTunnelOptions field value if set, nil otherwise and a boolean to check if the value has been set.
func (*MySQLOptionsDatabaseOptions) GetSslSettings ¶
func (o *MySQLOptionsDatabaseOptions) GetSslSettings() PostgresOptionsDatabaseOptionsAnyOfSslSettings
GetSslSettings returns the SslSettings field value if set, zero value otherwise.
func (*MySQLOptionsDatabaseOptions) GetSslSettingsOk ¶
func (o *MySQLOptionsDatabaseOptions) GetSslSettingsOk() (*PostgresOptionsDatabaseOptionsAnyOfSslSettings, bool)
GetSslSettingsOk returns a tuple with the SslSettings field value if set, nil otherwise and a boolean to check if the value has been set.
func (*MySQLOptionsDatabaseOptions) GetUseDynamicDatabaseHosts ¶
func (o *MySQLOptionsDatabaseOptions) GetUseDynamicDatabaseHosts() bool
GetUseDynamicDatabaseHosts returns the UseDynamicDatabaseHosts field value if set, zero value otherwise.
func (*MySQLOptionsDatabaseOptions) GetUseDynamicDatabaseHostsOk ¶
func (o *MySQLOptionsDatabaseOptions) GetUseDynamicDatabaseHostsOk() (*bool, bool)
GetUseDynamicDatabaseHostsOk returns a tuple with the UseDynamicDatabaseHosts field value if set, nil otherwise and a boolean to check if the value has been set.
func (*MySQLOptionsDatabaseOptions) GetUseDynamicDatabaseNames ¶
func (o *MySQLOptionsDatabaseOptions) GetUseDynamicDatabaseNames() bool
GetUseDynamicDatabaseNames returns the UseDynamicDatabaseNames field value if set, zero value otherwise.
func (*MySQLOptionsDatabaseOptions) GetUseDynamicDatabaseNamesOk ¶
func (o *MySQLOptionsDatabaseOptions) GetUseDynamicDatabaseNamesOk() (*bool, bool)
GetUseDynamicDatabaseNamesOk returns a tuple with the UseDynamicDatabaseNames field value if set, nil otherwise and a boolean to check if the value has been set.
func (*MySQLOptionsDatabaseOptions) GetUsername ¶
func (o *MySQLOptionsDatabaseOptions) GetUsername() string
GetUsername returns the Username field value if set, zero value otherwise.
func (*MySQLOptionsDatabaseOptions) GetUsernameOk ¶
func (o *MySQLOptionsDatabaseOptions) GetUsernameOk() (*string, bool)
GetUsernameOk returns a tuple with the Username field value if set, nil otherwise and a boolean to check if the value has been set.
func (*MySQLOptionsDatabaseOptions) HasConvertMysqlDatesToJavascript ¶
func (o *MySQLOptionsDatabaseOptions) HasConvertMysqlDatesToJavascript() bool
HasConvertMysqlDatesToJavascript returns a boolean if a field has been set.
func (*MySQLOptionsDatabaseOptions) HasDisableConvertingQueriesToPreparedStatements ¶
func (o *MySQLOptionsDatabaseOptions) HasDisableConvertingQueriesToPreparedStatements() bool
HasDisableConvertingQueriesToPreparedStatements returns a boolean if a field has been set.
func (*MySQLOptionsDatabaseOptions) HasName ¶
func (o *MySQLOptionsDatabaseOptions) HasName() bool
HasName returns a boolean if a field has been set.
func (*MySQLOptionsDatabaseOptions) HasPassword ¶
func (o *MySQLOptionsDatabaseOptions) HasPassword() bool
HasPassword returns a boolean if a field has been set.
func (*MySQLOptionsDatabaseOptions) HasShowWriteGuiOnly ¶
func (o *MySQLOptionsDatabaseOptions) HasShowWriteGuiOnly() bool
HasShowWriteGuiOnly returns a boolean if a field has been set.
func (*MySQLOptionsDatabaseOptions) HasSshTunnelOptions ¶
func (o *MySQLOptionsDatabaseOptions) HasSshTunnelOptions() bool
HasSshTunnelOptions returns a boolean if a field has been set.
func (*MySQLOptionsDatabaseOptions) HasSslSettings ¶
func (o *MySQLOptionsDatabaseOptions) HasSslSettings() bool
HasSslSettings returns a boolean if a field has been set.
func (*MySQLOptionsDatabaseOptions) HasUseDynamicDatabaseHosts ¶
func (o *MySQLOptionsDatabaseOptions) HasUseDynamicDatabaseHosts() bool
HasUseDynamicDatabaseHosts returns a boolean if a field has been set.
func (*MySQLOptionsDatabaseOptions) HasUseDynamicDatabaseNames ¶
func (o *MySQLOptionsDatabaseOptions) HasUseDynamicDatabaseNames() bool
HasUseDynamicDatabaseNames returns a boolean if a field has been set.
func (*MySQLOptionsDatabaseOptions) HasUsername ¶
func (o *MySQLOptionsDatabaseOptions) HasUsername() bool
HasUsername returns a boolean if a field has been set.
func (MySQLOptionsDatabaseOptions) MarshalJSON ¶
func (o MySQLOptionsDatabaseOptions) MarshalJSON() ([]byte, error)
func (*MySQLOptionsDatabaseOptions) SetConvertMysqlDatesToJavascript ¶
func (o *MySQLOptionsDatabaseOptions) SetConvertMysqlDatesToJavascript(v bool)
SetConvertMysqlDatesToJavascript gets a reference to the given bool and assigns it to the ConvertMysqlDatesToJavascript field.
func (*MySQLOptionsDatabaseOptions) SetDisableConvertingQueriesToPreparedStatements ¶
func (o *MySQLOptionsDatabaseOptions) SetDisableConvertingQueriesToPreparedStatements(v bool)
SetDisableConvertingQueriesToPreparedStatements gets a reference to the given bool and assigns it to the DisableConvertingQueriesToPreparedStatements field.
func (*MySQLOptionsDatabaseOptions) SetHost ¶
func (o *MySQLOptionsDatabaseOptions) SetHost(v string)
SetHost sets field value
func (*MySQLOptionsDatabaseOptions) SetName ¶
func (o *MySQLOptionsDatabaseOptions) SetName(v string)
SetName gets a reference to the given string and assigns it to the Name field.
func (*MySQLOptionsDatabaseOptions) SetPassword ¶
func (o *MySQLOptionsDatabaseOptions) SetPassword(v string)
SetPassword gets a reference to the given string and assigns it to the Password field.
func (*MySQLOptionsDatabaseOptions) SetPort ¶
func (o *MySQLOptionsDatabaseOptions) SetPort(v string)
SetPort sets field value
func (*MySQLOptionsDatabaseOptions) SetShowWriteGuiOnly ¶
func (o *MySQLOptionsDatabaseOptions) SetShowWriteGuiOnly(v bool)
SetShowWriteGuiOnly gets a reference to the given bool and assigns it to the ShowWriteGuiOnly field.
func (*MySQLOptionsDatabaseOptions) SetSshTunnelOptions ¶
func (o *MySQLOptionsDatabaseOptions) SetSshTunnelOptions(v PostgresOptionsDatabaseOptionsAnyOfSshTunnelOptions)
SetSshTunnelOptions gets a reference to the given PostgresOptionsDatabaseOptionsAnyOfSshTunnelOptions and assigns it to the SshTunnelOptions field.
func (*MySQLOptionsDatabaseOptions) SetSslSettings ¶
func (o *MySQLOptionsDatabaseOptions) SetSslSettings(v PostgresOptionsDatabaseOptionsAnyOfSslSettings)
SetSslSettings gets a reference to the given PostgresOptionsDatabaseOptionsAnyOfSslSettings and assigns it to the SslSettings field.
func (*MySQLOptionsDatabaseOptions) SetUseDynamicDatabaseHosts ¶
func (o *MySQLOptionsDatabaseOptions) SetUseDynamicDatabaseHosts(v bool)
SetUseDynamicDatabaseHosts gets a reference to the given bool and assigns it to the UseDynamicDatabaseHosts field.
func (*MySQLOptionsDatabaseOptions) SetUseDynamicDatabaseNames ¶
func (o *MySQLOptionsDatabaseOptions) SetUseDynamicDatabaseNames(v bool)
SetUseDynamicDatabaseNames gets a reference to the given bool and assigns it to the UseDynamicDatabaseNames field.
func (*MySQLOptionsDatabaseOptions) SetUsername ¶
func (o *MySQLOptionsDatabaseOptions) SetUsername(v string)
SetUsername gets a reference to the given string and assigns it to the Username field.
func (MySQLOptionsDatabaseOptions) ToMap ¶
func (o MySQLOptionsDatabaseOptions) ToMap() (map[string]interface{}, error)
func (*MySQLOptionsDatabaseOptions) UnmarshalJSON ¶
func (o *MySQLOptionsDatabaseOptions) UnmarshalJSON(data []byte) (err error)
type NullableAWSCodeCommit ¶ added in v1.0.0
type NullableAWSCodeCommit struct {
// contains filtered or unexported fields
}
func NewNullableAWSCodeCommit ¶ added in v1.0.0
func NewNullableAWSCodeCommit(val *AWSCodeCommit) *NullableAWSCodeCommit
func (NullableAWSCodeCommit) Get ¶ added in v1.0.0
func (v NullableAWSCodeCommit) Get() *AWSCodeCommit
func (NullableAWSCodeCommit) IsSet ¶ added in v1.0.0
func (v NullableAWSCodeCommit) IsSet() bool
func (NullableAWSCodeCommit) MarshalJSON ¶ added in v1.0.0
func (v NullableAWSCodeCommit) MarshalJSON() ([]byte, error)
func (*NullableAWSCodeCommit) Set ¶ added in v1.0.0
func (v *NullableAWSCodeCommit) Set(val *AWSCodeCommit)
func (*NullableAWSCodeCommit) UnmarshalJSON ¶ added in v1.0.0
func (v *NullableAWSCodeCommit) UnmarshalJSON(src []byte) error
func (*NullableAWSCodeCommit) Unset ¶ added in v1.0.0
func (v *NullableAWSCodeCommit) Unset()
type NullableAWSCodeCommitConfig ¶ added in v1.0.0
type NullableAWSCodeCommitConfig struct {
// contains filtered or unexported fields
}
func NewNullableAWSCodeCommitConfig ¶ added in v1.0.0
func NewNullableAWSCodeCommitConfig(val *AWSCodeCommitConfig) *NullableAWSCodeCommitConfig
func (NullableAWSCodeCommitConfig) Get ¶ added in v1.0.0
func (v NullableAWSCodeCommitConfig) Get() *AWSCodeCommitConfig
func (NullableAWSCodeCommitConfig) IsSet ¶ added in v1.0.0
func (v NullableAWSCodeCommitConfig) IsSet() bool
func (NullableAWSCodeCommitConfig) MarshalJSON ¶ added in v1.0.0
func (v NullableAWSCodeCommitConfig) MarshalJSON() ([]byte, error)
func (*NullableAWSCodeCommitConfig) Set ¶ added in v1.0.0
func (v *NullableAWSCodeCommitConfig) Set(val *AWSCodeCommitConfig)
func (*NullableAWSCodeCommitConfig) UnmarshalJSON ¶ added in v1.0.0
func (v *NullableAWSCodeCommitConfig) UnmarshalJSON(src []byte) error
func (*NullableAWSCodeCommitConfig) Unset ¶ added in v1.0.0
func (v *NullableAWSCodeCommitConfig) Unset()
type NullableAccessRequest ¶
type NullableAccessRequest struct {
// contains filtered or unexported fields
}
func NewNullableAccessRequest ¶
func NewNullableAccessRequest(val *AccessRequest) *NullableAccessRequest
func (NullableAccessRequest) Get ¶
func (v NullableAccessRequest) Get() *AccessRequest
func (NullableAccessRequest) IsSet ¶
func (v NullableAccessRequest) IsSet() bool
func (NullableAccessRequest) MarshalJSON ¶
func (v NullableAccessRequest) MarshalJSON() ([]byte, error)
func (*NullableAccessRequest) Set ¶
func (v *NullableAccessRequest) Set(val *AccessRequest)
func (*NullableAccessRequest) UnmarshalJSON ¶
func (v *NullableAccessRequest) UnmarshalJSON(src []byte) error
func (*NullableAccessRequest) Unset ¶
func (v *NullableAccessRequest) Unset()
type NullableAccessRequestsAccessRequestIdGet200Response ¶
type NullableAccessRequestsAccessRequestIdGet200Response struct {
// contains filtered or unexported fields
}
func NewNullableAccessRequestsAccessRequestIdGet200Response ¶
func NewNullableAccessRequestsAccessRequestIdGet200Response(val *AccessRequestsAccessRequestIdGet200Response) *NullableAccessRequestsAccessRequestIdGet200Response
func (NullableAccessRequestsAccessRequestIdGet200Response) IsSet ¶
func (v NullableAccessRequestsAccessRequestIdGet200Response) IsSet() bool
func (NullableAccessRequestsAccessRequestIdGet200Response) MarshalJSON ¶
func (v NullableAccessRequestsAccessRequestIdGet200Response) MarshalJSON() ([]byte, error)
func (*NullableAccessRequestsAccessRequestIdGet200Response) UnmarshalJSON ¶
func (v *NullableAccessRequestsAccessRequestIdGet200Response) UnmarshalJSON(src []byte) error
func (*NullableAccessRequestsAccessRequestIdGet200Response) Unset ¶
func (v *NullableAccessRequestsAccessRequestIdGet200Response) Unset()
type NullableAccessRequestsAccessRequestIdPatch200Response ¶
type NullableAccessRequestsAccessRequestIdPatch200Response struct {
// contains filtered or unexported fields
}
func NewNullableAccessRequestsAccessRequestIdPatch200Response ¶
func NewNullableAccessRequestsAccessRequestIdPatch200Response(val *AccessRequestsAccessRequestIdPatch200Response) *NullableAccessRequestsAccessRequestIdPatch200Response
func (NullableAccessRequestsAccessRequestIdPatch200Response) IsSet ¶
func (v NullableAccessRequestsAccessRequestIdPatch200Response) IsSet() bool
func (NullableAccessRequestsAccessRequestIdPatch200Response) MarshalJSON ¶
func (v NullableAccessRequestsAccessRequestIdPatch200Response) MarshalJSON() ([]byte, error)
func (*NullableAccessRequestsAccessRequestIdPatch200Response) UnmarshalJSON ¶
func (v *NullableAccessRequestsAccessRequestIdPatch200Response) UnmarshalJSON(src []byte) error
func (*NullableAccessRequestsAccessRequestIdPatch200Response) Unset ¶
func (v *NullableAccessRequestsAccessRequestIdPatch200Response) Unset()
type NullableAccessRequestsAccessRequestIdPatchRequest ¶
type NullableAccessRequestsAccessRequestIdPatchRequest struct {
// contains filtered or unexported fields
}
func NewNullableAccessRequestsAccessRequestIdPatchRequest ¶
func NewNullableAccessRequestsAccessRequestIdPatchRequest(val *AccessRequestsAccessRequestIdPatchRequest) *NullableAccessRequestsAccessRequestIdPatchRequest
func (NullableAccessRequestsAccessRequestIdPatchRequest) IsSet ¶
func (v NullableAccessRequestsAccessRequestIdPatchRequest) IsSet() bool
func (NullableAccessRequestsAccessRequestIdPatchRequest) MarshalJSON ¶
func (v NullableAccessRequestsAccessRequestIdPatchRequest) MarshalJSON() ([]byte, error)
func (*NullableAccessRequestsAccessRequestIdPatchRequest) UnmarshalJSON ¶
func (v *NullableAccessRequestsAccessRequestIdPatchRequest) UnmarshalJSON(src []byte) error
func (*NullableAccessRequestsAccessRequestIdPatchRequest) Unset ¶
func (v *NullableAccessRequestsAccessRequestIdPatchRequest) Unset()
type NullableAccessRequestsGet200Response ¶
type NullableAccessRequestsGet200Response struct {
// contains filtered or unexported fields
}
func NewNullableAccessRequestsGet200Response ¶
func NewNullableAccessRequestsGet200Response(val *AccessRequestsGet200Response) *NullableAccessRequestsGet200Response
func (NullableAccessRequestsGet200Response) Get ¶
func (v NullableAccessRequestsGet200Response) Get() *AccessRequestsGet200Response
func (NullableAccessRequestsGet200Response) IsSet ¶
func (v NullableAccessRequestsGet200Response) IsSet() bool
func (NullableAccessRequestsGet200Response) MarshalJSON ¶
func (v NullableAccessRequestsGet200Response) MarshalJSON() ([]byte, error)
func (*NullableAccessRequestsGet200Response) Set ¶
func (v *NullableAccessRequestsGet200Response) Set(val *AccessRequestsGet200Response)
func (*NullableAccessRequestsGet200Response) UnmarshalJSON ¶
func (v *NullableAccessRequestsGet200Response) UnmarshalJSON(src []byte) error
func (*NullableAccessRequestsGet200Response) Unset ¶
func (v *NullableAccessRequestsGet200Response) Unset()
type NullableAccessRequestsGet200ResponseDataInner ¶
type NullableAccessRequestsGet200ResponseDataInner struct {
// contains filtered or unexported fields
}
func NewNullableAccessRequestsGet200ResponseDataInner ¶
func NewNullableAccessRequestsGet200ResponseDataInner(val *AccessRequestsGet200ResponseDataInner) *NullableAccessRequestsGet200ResponseDataInner
func (NullableAccessRequestsGet200ResponseDataInner) IsSet ¶
func (v NullableAccessRequestsGet200ResponseDataInner) IsSet() bool
func (NullableAccessRequestsGet200ResponseDataInner) MarshalJSON ¶
func (v NullableAccessRequestsGet200ResponseDataInner) MarshalJSON() ([]byte, error)
func (*NullableAccessRequestsGet200ResponseDataInner) Set ¶
func (v *NullableAccessRequestsGet200ResponseDataInner) Set(val *AccessRequestsGet200ResponseDataInner)
func (*NullableAccessRequestsGet200ResponseDataInner) UnmarshalJSON ¶
func (v *NullableAccessRequestsGet200ResponseDataInner) UnmarshalJSON(src []byte) error
func (*NullableAccessRequestsGet200ResponseDataInner) Unset ¶
func (v *NullableAccessRequestsGet200ResponseDataInner) Unset()
type NullableAccessToken ¶ added in v1.0.0
type NullableAccessToken struct {
// contains filtered or unexported fields
}
func NewNullableAccessToken ¶ added in v1.0.0
func NewNullableAccessToken(val *AccessToken) *NullableAccessToken
func (NullableAccessToken) Get ¶ added in v1.0.0
func (v NullableAccessToken) Get() *AccessToken
func (NullableAccessToken) IsSet ¶ added in v1.0.0
func (v NullableAccessToken) IsSet() bool
func (NullableAccessToken) MarshalJSON ¶ added in v1.0.0
func (v NullableAccessToken) MarshalJSON() ([]byte, error)
func (*NullableAccessToken) Set ¶ added in v1.0.0
func (v *NullableAccessToken) Set(val *AccessToken)
func (*NullableAccessToken) UnmarshalJSON ¶ added in v1.0.0
func (v *NullableAccessToken) UnmarshalJSON(src []byte) error
func (*NullableAccessToken) Unset ¶ added in v1.0.0
func (v *NullableAccessToken) Unset()
type NullableAccessTokensAccessTokenIdGet200Response ¶ added in v1.0.0
type NullableAccessTokensAccessTokenIdGet200Response struct {
// contains filtered or unexported fields
}
func NewNullableAccessTokensAccessTokenIdGet200Response ¶ added in v1.0.0
func NewNullableAccessTokensAccessTokenIdGet200Response(val *AccessTokensAccessTokenIdGet200Response) *NullableAccessTokensAccessTokenIdGet200Response
func (NullableAccessTokensAccessTokenIdGet200Response) IsSet ¶ added in v1.0.0
func (v NullableAccessTokensAccessTokenIdGet200Response) IsSet() bool
func (NullableAccessTokensAccessTokenIdGet200Response) MarshalJSON ¶ added in v1.0.0
func (v NullableAccessTokensAccessTokenIdGet200Response) MarshalJSON() ([]byte, error)
func (*NullableAccessTokensAccessTokenIdGet200Response) UnmarshalJSON ¶ added in v1.0.0
func (v *NullableAccessTokensAccessTokenIdGet200Response) UnmarshalJSON(src []byte) error
func (*NullableAccessTokensAccessTokenIdGet200Response) Unset ¶ added in v1.0.0
func (v *NullableAccessTokensAccessTokenIdGet200Response) Unset()
type NullableAccessTokensAccessTokenIdGet200ResponseData ¶ added in v1.0.0
type NullableAccessTokensAccessTokenIdGet200ResponseData struct {
// contains filtered or unexported fields
}
func NewNullableAccessTokensAccessTokenIdGet200ResponseData ¶ added in v1.0.0
func NewNullableAccessTokensAccessTokenIdGet200ResponseData(val *AccessTokensAccessTokenIdGet200ResponseData) *NullableAccessTokensAccessTokenIdGet200ResponseData
func (NullableAccessTokensAccessTokenIdGet200ResponseData) IsSet ¶ added in v1.0.0
func (v NullableAccessTokensAccessTokenIdGet200ResponseData) IsSet() bool
func (NullableAccessTokensAccessTokenIdGet200ResponseData) MarshalJSON ¶ added in v1.0.0
func (v NullableAccessTokensAccessTokenIdGet200ResponseData) MarshalJSON() ([]byte, error)
func (*NullableAccessTokensAccessTokenIdGet200ResponseData) UnmarshalJSON ¶ added in v1.0.0
func (v *NullableAccessTokensAccessTokenIdGet200ResponseData) UnmarshalJSON(src []byte) error
func (*NullableAccessTokensAccessTokenIdGet200ResponseData) Unset ¶ added in v1.0.0
func (v *NullableAccessTokensAccessTokenIdGet200ResponseData) Unset()
type NullableAccessTokensGet200Response ¶ added in v1.0.0
type NullableAccessTokensGet200Response struct {
// contains filtered or unexported fields
}
func NewNullableAccessTokensGet200Response ¶ added in v1.0.0
func NewNullableAccessTokensGet200Response(val *AccessTokensGet200Response) *NullableAccessTokensGet200Response
func (NullableAccessTokensGet200Response) Get ¶ added in v1.0.0
func (v NullableAccessTokensGet200Response) Get() *AccessTokensGet200Response
func (NullableAccessTokensGet200Response) IsSet ¶ added in v1.0.0
func (v NullableAccessTokensGet200Response) IsSet() bool
func (NullableAccessTokensGet200Response) MarshalJSON ¶ added in v1.0.0
func (v NullableAccessTokensGet200Response) MarshalJSON() ([]byte, error)
func (*NullableAccessTokensGet200Response) Set ¶ added in v1.0.0
func (v *NullableAccessTokensGet200Response) Set(val *AccessTokensGet200Response)
func (*NullableAccessTokensGet200Response) UnmarshalJSON ¶ added in v1.0.0
func (v *NullableAccessTokensGet200Response) UnmarshalJSON(src []byte) error
func (*NullableAccessTokensGet200Response) Unset ¶ added in v1.0.0
func (v *NullableAccessTokensGet200Response) Unset()
type NullableAccessTokensGet200ResponseDataInner ¶ added in v1.0.0
type NullableAccessTokensGet200ResponseDataInner struct {
// contains filtered or unexported fields
}
func NewNullableAccessTokensGet200ResponseDataInner ¶ added in v1.0.0
func NewNullableAccessTokensGet200ResponseDataInner(val *AccessTokensGet200ResponseDataInner) *NullableAccessTokensGet200ResponseDataInner
func (NullableAccessTokensGet200ResponseDataInner) IsSet ¶ added in v1.0.0
func (v NullableAccessTokensGet200ResponseDataInner) IsSet() bool
func (NullableAccessTokensGet200ResponseDataInner) MarshalJSON ¶ added in v1.0.0
func (v NullableAccessTokensGet200ResponseDataInner) MarshalJSON() ([]byte, error)
func (*NullableAccessTokensGet200ResponseDataInner) Set ¶ added in v1.0.0
func (v *NullableAccessTokensGet200ResponseDataInner) Set(val *AccessTokensGet200ResponseDataInner)
func (*NullableAccessTokensGet200ResponseDataInner) UnmarshalJSON ¶ added in v1.0.0
func (v *NullableAccessTokensGet200ResponseDataInner) UnmarshalJSON(src []byte) error
func (*NullableAccessTokensGet200ResponseDataInner) Unset ¶ added in v1.0.0
func (v *NullableAccessTokensGet200ResponseDataInner) Unset()
type NullableAccessTokensPost200Response ¶ added in v1.0.0
type NullableAccessTokensPost200Response struct {
// contains filtered or unexported fields
}
func NewNullableAccessTokensPost200Response ¶ added in v1.0.0
func NewNullableAccessTokensPost200Response(val *AccessTokensPost200Response) *NullableAccessTokensPost200Response
func (NullableAccessTokensPost200Response) Get ¶ added in v1.0.0
func (v NullableAccessTokensPost200Response) Get() *AccessTokensPost200Response
func (NullableAccessTokensPost200Response) IsSet ¶ added in v1.0.0
func (v NullableAccessTokensPost200Response) IsSet() bool
func (NullableAccessTokensPost200Response) MarshalJSON ¶ added in v1.0.0
func (v NullableAccessTokensPost200Response) MarshalJSON() ([]byte, error)
func (*NullableAccessTokensPost200Response) Set ¶ added in v1.0.0
func (v *NullableAccessTokensPost200Response) Set(val *AccessTokensPost200Response)
func (*NullableAccessTokensPost200Response) UnmarshalJSON ¶ added in v1.0.0
func (v *NullableAccessTokensPost200Response) UnmarshalJSON(src []byte) error
func (*NullableAccessTokensPost200Response) Unset ¶ added in v1.0.0
func (v *NullableAccessTokensPost200Response) Unset()
type NullableAccessTokensPost200ResponseData ¶ added in v1.0.0
type NullableAccessTokensPost200ResponseData struct {
// contains filtered or unexported fields
}
func NewNullableAccessTokensPost200ResponseData ¶ added in v1.0.0
func NewNullableAccessTokensPost200ResponseData(val *AccessTokensPost200ResponseData) *NullableAccessTokensPost200ResponseData
func (NullableAccessTokensPost200ResponseData) IsSet ¶ added in v1.0.0
func (v NullableAccessTokensPost200ResponseData) IsSet() bool
func (NullableAccessTokensPost200ResponseData) MarshalJSON ¶ added in v1.0.0
func (v NullableAccessTokensPost200ResponseData) MarshalJSON() ([]byte, error)
func (*NullableAccessTokensPost200ResponseData) Set ¶ added in v1.0.0
func (v *NullableAccessTokensPost200ResponseData) Set(val *AccessTokensPost200ResponseData)
func (*NullableAccessTokensPost200ResponseData) UnmarshalJSON ¶ added in v1.0.0
func (v *NullableAccessTokensPost200ResponseData) UnmarshalJSON(src []byte) error
func (*NullableAccessTokensPost200ResponseData) Unset ¶ added in v1.0.0
func (v *NullableAccessTokensPost200ResponseData) Unset()
type NullableAccessTokensPostRequest ¶ added in v1.0.0
type NullableAccessTokensPostRequest struct {
// contains filtered or unexported fields
}
func NewNullableAccessTokensPostRequest ¶ added in v1.0.0
func NewNullableAccessTokensPostRequest(val *AccessTokensPostRequest) *NullableAccessTokensPostRequest
func (NullableAccessTokensPostRequest) Get ¶ added in v1.0.0
func (v NullableAccessTokensPostRequest) Get() *AccessTokensPostRequest
func (NullableAccessTokensPostRequest) IsSet ¶ added in v1.0.0
func (v NullableAccessTokensPostRequest) IsSet() bool
func (NullableAccessTokensPostRequest) MarshalJSON ¶ added in v1.0.0
func (v NullableAccessTokensPostRequest) MarshalJSON() ([]byte, error)
func (*NullableAccessTokensPostRequest) Set ¶ added in v1.0.0
func (v *NullableAccessTokensPostRequest) Set(val *AccessTokensPostRequest)
func (*NullableAccessTokensPostRequest) UnmarshalJSON ¶ added in v1.0.0
func (v *NullableAccessTokensPostRequest) UnmarshalJSON(src []byte) error
func (*NullableAccessTokensPostRequest) Unset ¶ added in v1.0.0
func (v *NullableAccessTokensPostRequest) Unset()
type NullableAddOperation ¶
type NullableAddOperation struct {
// contains filtered or unexported fields
}
func NewNullableAddOperation ¶
func NewNullableAddOperation(val *AddOperation) *NullableAddOperation
func (NullableAddOperation) Get ¶
func (v NullableAddOperation) Get() *AddOperation
func (NullableAddOperation) IsSet ¶
func (v NullableAddOperation) IsSet() bool
func (NullableAddOperation) MarshalJSON ¶
func (v NullableAddOperation) MarshalJSON() ([]byte, error)
func (*NullableAddOperation) Set ¶
func (v *NullableAddOperation) Set(val *AddOperation)
func (*NullableAddOperation) UnmarshalJSON ¶
func (v *NullableAddOperation) UnmarshalJSON(src []byte) error
func (*NullableAddOperation) Unset ¶
func (v *NullableAddOperation) Unset()
type NullableAnalyticsIntegrationsSettings ¶ added in v1.0.0
type NullableAnalyticsIntegrationsSettings struct {
// contains filtered or unexported fields
}
func NewNullableAnalyticsIntegrationsSettings ¶ added in v1.0.0
func NewNullableAnalyticsIntegrationsSettings(val *AnalyticsIntegrationsSettings) *NullableAnalyticsIntegrationsSettings
func (NullableAnalyticsIntegrationsSettings) Get ¶ added in v1.0.0
func (v NullableAnalyticsIntegrationsSettings) Get() *AnalyticsIntegrationsSettings
func (NullableAnalyticsIntegrationsSettings) IsSet ¶ added in v1.0.0
func (v NullableAnalyticsIntegrationsSettings) IsSet() bool
func (NullableAnalyticsIntegrationsSettings) MarshalJSON ¶ added in v1.0.0
func (v NullableAnalyticsIntegrationsSettings) MarshalJSON() ([]byte, error)
func (*NullableAnalyticsIntegrationsSettings) Set ¶ added in v1.0.0
func (v *NullableAnalyticsIntegrationsSettings) Set(val *AnalyticsIntegrationsSettings)
func (*NullableAnalyticsIntegrationsSettings) UnmarshalJSON ¶ added in v1.0.0
func (v *NullableAnalyticsIntegrationsSettings) UnmarshalJSON(src []byte) error
func (*NullableAnalyticsIntegrationsSettings) Unset ¶ added in v1.0.0
func (v *NullableAnalyticsIntegrationsSettings) Unset()
type NullableApp ¶
type NullableApp struct {
// contains filtered or unexported fields
}
func NewNullableApp ¶
func NewNullableApp(val *App) *NullableApp
func (NullableApp) Get ¶
func (v NullableApp) Get() *App
func (NullableApp) IsSet ¶
func (v NullableApp) IsSet() bool
func (NullableApp) MarshalJSON ¶
func (v NullableApp) MarshalJSON() ([]byte, error)
func (*NullableApp) Set ¶
func (v *NullableApp) Set(val *App)
func (*NullableApp) UnmarshalJSON ¶
func (v *NullableApp) UnmarshalJSON(src []byte) error
func (*NullableApp) Unset ¶
func (v *NullableApp) Unset()
type NullableAppSummary ¶
type NullableAppSummary struct {
// contains filtered or unexported fields
}
func NewNullableAppSummary ¶
func NewNullableAppSummary(val *AppSummary) *NullableAppSummary
func (NullableAppSummary) Get ¶
func (v NullableAppSummary) Get() *AppSummary
func (NullableAppSummary) IsSet ¶
func (v NullableAppSummary) IsSet() bool
func (NullableAppSummary) MarshalJSON ¶
func (v NullableAppSummary) MarshalJSON() ([]byte, error)
func (*NullableAppSummary) Set ¶
func (v *NullableAppSummary) Set(val *AppSummary)
func (*NullableAppSummary) UnmarshalJSON ¶
func (v *NullableAppSummary) UnmarshalJSON(src []byte) error
func (*NullableAppSummary) Unset ¶
func (v *NullableAppSummary) Unset()
type NullableAppTheme ¶
type NullableAppTheme struct {
// contains filtered or unexported fields
}
func NewNullableAppTheme ¶
func NewNullableAppTheme(val *AppTheme) *NullableAppTheme
func (NullableAppTheme) Get ¶
func (v NullableAppTheme) Get() *AppTheme
func (NullableAppTheme) IsSet ¶
func (v NullableAppTheme) IsSet() bool
func (NullableAppTheme) MarshalJSON ¶
func (v NullableAppTheme) MarshalJSON() ([]byte, error)
func (*NullableAppTheme) Set ¶
func (v *NullableAppTheme) Set(val *AppTheme)
func (*NullableAppTheme) UnmarshalJSON ¶
func (v *NullableAppTheme) UnmarshalJSON(src []byte) error
func (*NullableAppTheme) Unset ¶
func (v *NullableAppTheme) Unset()
type NullableAppThemesGet200Response ¶ added in v1.0.0
type NullableAppThemesGet200Response struct {
// contains filtered or unexported fields
}
func NewNullableAppThemesGet200Response ¶ added in v1.0.0
func NewNullableAppThemesGet200Response(val *AppThemesGet200Response) *NullableAppThemesGet200Response
func (NullableAppThemesGet200Response) Get ¶ added in v1.0.0
func (v NullableAppThemesGet200Response) Get() *AppThemesGet200Response
func (NullableAppThemesGet200Response) IsSet ¶ added in v1.0.0
func (v NullableAppThemesGet200Response) IsSet() bool
func (NullableAppThemesGet200Response) MarshalJSON ¶ added in v1.0.0
func (v NullableAppThemesGet200Response) MarshalJSON() ([]byte, error)
func (*NullableAppThemesGet200Response) Set ¶ added in v1.0.0
func (v *NullableAppThemesGet200Response) Set(val *AppThemesGet200Response)
func (*NullableAppThemesGet200Response) UnmarshalJSON ¶ added in v1.0.0
func (v *NullableAppThemesGet200Response) UnmarshalJSON(src []byte) error
func (*NullableAppThemesGet200Response) Unset ¶ added in v1.0.0
func (v *NullableAppThemesGet200Response) Unset()
type NullableAppThemesGet200ResponseDataInner ¶ added in v1.0.0
type NullableAppThemesGet200ResponseDataInner struct {
// contains filtered or unexported fields
}
func NewNullableAppThemesGet200ResponseDataInner ¶ added in v1.0.0
func NewNullableAppThemesGet200ResponseDataInner(val *AppThemesGet200ResponseDataInner) *NullableAppThemesGet200ResponseDataInner
func (NullableAppThemesGet200ResponseDataInner) IsSet ¶ added in v1.0.0
func (v NullableAppThemesGet200ResponseDataInner) IsSet() bool
func (NullableAppThemesGet200ResponseDataInner) MarshalJSON ¶ added in v1.0.0
func (v NullableAppThemesGet200ResponseDataInner) MarshalJSON() ([]byte, error)
func (*NullableAppThemesGet200ResponseDataInner) Set ¶ added in v1.0.0
func (v *NullableAppThemesGet200ResponseDataInner) Set(val *AppThemesGet200ResponseDataInner)
func (*NullableAppThemesGet200ResponseDataInner) UnmarshalJSON ¶ added in v1.0.0
func (v *NullableAppThemesGet200ResponseDataInner) UnmarshalJSON(src []byte) error
func (*NullableAppThemesGet200ResponseDataInner) Unset ¶ added in v1.0.0
func (v *NullableAppThemesGet200ResponseDataInner) Unset()
type NullableAppThemesIdGet200Response ¶
type NullableAppThemesIdGet200Response struct {
// contains filtered or unexported fields
}
func NewNullableAppThemesIdGet200Response ¶
func NewNullableAppThemesIdGet200Response(val *AppThemesIdGet200Response) *NullableAppThemesIdGet200Response
func (NullableAppThemesIdGet200Response) Get ¶
func (v NullableAppThemesIdGet200Response) Get() *AppThemesIdGet200Response
func (NullableAppThemesIdGet200Response) IsSet ¶
func (v NullableAppThemesIdGet200Response) IsSet() bool
func (NullableAppThemesIdGet200Response) MarshalJSON ¶
func (v NullableAppThemesIdGet200Response) MarshalJSON() ([]byte, error)
func (*NullableAppThemesIdGet200Response) Set ¶
func (v *NullableAppThemesIdGet200Response) Set(val *AppThemesIdGet200Response)
func (*NullableAppThemesIdGet200Response) UnmarshalJSON ¶
func (v *NullableAppThemesIdGet200Response) UnmarshalJSON(src []byte) error
func (*NullableAppThemesIdGet200Response) Unset ¶
func (v *NullableAppThemesIdGet200Response) Unset()
type NullableAppThemesIdGet200ResponseData ¶
type NullableAppThemesIdGet200ResponseData struct {
// contains filtered or unexported fields
}
func NewNullableAppThemesIdGet200ResponseData ¶
func NewNullableAppThemesIdGet200ResponseData(val *AppThemesIdGet200ResponseData) *NullableAppThemesIdGet200ResponseData
func (NullableAppThemesIdGet200ResponseData) Get ¶
func (v NullableAppThemesIdGet200ResponseData) Get() *AppThemesIdGet200ResponseData
func (NullableAppThemesIdGet200ResponseData) IsSet ¶
func (v NullableAppThemesIdGet200ResponseData) IsSet() bool
func (NullableAppThemesIdGet200ResponseData) MarshalJSON ¶
func (v NullableAppThemesIdGet200ResponseData) MarshalJSON() ([]byte, error)
func (*NullableAppThemesIdGet200ResponseData) Set ¶
func (v *NullableAppThemesIdGet200ResponseData) Set(val *AppThemesIdGet200ResponseData)
func (*NullableAppThemesIdGet200ResponseData) UnmarshalJSON ¶
func (v *NullableAppThemesIdGet200ResponseData) UnmarshalJSON(src []byte) error
func (*NullableAppThemesIdGet200ResponseData) Unset ¶
func (v *NullableAppThemesIdGet200ResponseData) Unset()
type NullableAppThemesPut200Response ¶
type NullableAppThemesPut200Response struct {
// contains filtered or unexported fields
}
func NewNullableAppThemesPut200Response ¶
func NewNullableAppThemesPut200Response(val *AppThemesPut200Response) *NullableAppThemesPut200Response
func (NullableAppThemesPut200Response) Get ¶
func (v NullableAppThemesPut200Response) Get() *AppThemesPut200Response
func (NullableAppThemesPut200Response) IsSet ¶
func (v NullableAppThemesPut200Response) IsSet() bool
func (NullableAppThemesPut200Response) MarshalJSON ¶
func (v NullableAppThemesPut200Response) MarshalJSON() ([]byte, error)
func (*NullableAppThemesPut200Response) Set ¶
func (v *NullableAppThemesPut200Response) Set(val *AppThemesPut200Response)
func (*NullableAppThemesPut200Response) UnmarshalJSON ¶
func (v *NullableAppThemesPut200Response) UnmarshalJSON(src []byte) error
func (*NullableAppThemesPut200Response) Unset ¶
func (v *NullableAppThemesPut200Response) Unset()
type NullableAppThemesPut200ResponseData ¶
type NullableAppThemesPut200ResponseData struct {
// contains filtered or unexported fields
}
func NewNullableAppThemesPut200ResponseData ¶
func NewNullableAppThemesPut200ResponseData(val *AppThemesPut200ResponseData) *NullableAppThemesPut200ResponseData
func (NullableAppThemesPut200ResponseData) Get ¶
func (v NullableAppThemesPut200ResponseData) Get() *AppThemesPut200ResponseData
func (NullableAppThemesPut200ResponseData) IsSet ¶
func (v NullableAppThemesPut200ResponseData) IsSet() bool
func (NullableAppThemesPut200ResponseData) MarshalJSON ¶
func (v NullableAppThemesPut200ResponseData) MarshalJSON() ([]byte, error)
func (*NullableAppThemesPut200ResponseData) Set ¶
func (v *NullableAppThemesPut200ResponseData) Set(val *AppThemesPut200ResponseData)
func (*NullableAppThemesPut200ResponseData) UnmarshalJSON ¶
func (v *NullableAppThemesPut200ResponseData) UnmarshalJSON(src []byte) error
func (*NullableAppThemesPut200ResponseData) Unset ¶
func (v *NullableAppThemesPut200ResponseData) Unset()
type NullableAppThemesPutRequest ¶
type NullableAppThemesPutRequest struct {
// contains filtered or unexported fields
}
func NewNullableAppThemesPutRequest ¶
func NewNullableAppThemesPutRequest(val *AppThemesPutRequest) *NullableAppThemesPutRequest
func (NullableAppThemesPutRequest) Get ¶
func (v NullableAppThemesPutRequest) Get() *AppThemesPutRequest
func (NullableAppThemesPutRequest) IsSet ¶
func (v NullableAppThemesPutRequest) IsSet() bool
func (NullableAppThemesPutRequest) MarshalJSON ¶
func (v NullableAppThemesPutRequest) MarshalJSON() ([]byte, error)
func (*NullableAppThemesPutRequest) Set ¶
func (v *NullableAppThemesPutRequest) Set(val *AppThemesPutRequest)
func (*NullableAppThemesPutRequest) UnmarshalJSON ¶
func (v *NullableAppThemesPutRequest) UnmarshalJSON(src []byte) error
func (*NullableAppThemesPutRequest) Unset ¶
func (v *NullableAppThemesPutRequest) Unset()
type NullableAppsAppIdGet200Response ¶
type NullableAppsAppIdGet200Response struct {
// contains filtered or unexported fields
}
func NewNullableAppsAppIdGet200Response ¶
func NewNullableAppsAppIdGet200Response(val *AppsAppIdGet200Response) *NullableAppsAppIdGet200Response
func (NullableAppsAppIdGet200Response) Get ¶
func (v NullableAppsAppIdGet200Response) Get() *AppsAppIdGet200Response
func (NullableAppsAppIdGet200Response) IsSet ¶
func (v NullableAppsAppIdGet200Response) IsSet() bool
func (NullableAppsAppIdGet200Response) MarshalJSON ¶
func (v NullableAppsAppIdGet200Response) MarshalJSON() ([]byte, error)
func (*NullableAppsAppIdGet200Response) Set ¶
func (v *NullableAppsAppIdGet200Response) Set(val *AppsAppIdGet200Response)
func (*NullableAppsAppIdGet200Response) UnmarshalJSON ¶
func (v *NullableAppsAppIdGet200Response) UnmarshalJSON(src []byte) error
func (*NullableAppsAppIdGet200Response) Unset ¶
func (v *NullableAppsAppIdGet200Response) Unset()
type NullableAppsAppIdGet200ResponseData ¶
type NullableAppsAppIdGet200ResponseData struct {
// contains filtered or unexported fields
}
func NewNullableAppsAppIdGet200ResponseData ¶
func NewNullableAppsAppIdGet200ResponseData(val *AppsAppIdGet200ResponseData) *NullableAppsAppIdGet200ResponseData
func (NullableAppsAppIdGet200ResponseData) Get ¶
func (v NullableAppsAppIdGet200ResponseData) Get() *AppsAppIdGet200ResponseData
func (NullableAppsAppIdGet200ResponseData) IsSet ¶
func (v NullableAppsAppIdGet200ResponseData) IsSet() bool
func (NullableAppsAppIdGet200ResponseData) MarshalJSON ¶
func (v NullableAppsAppIdGet200ResponseData) MarshalJSON() ([]byte, error)
func (*NullableAppsAppIdGet200ResponseData) Set ¶
func (v *NullableAppsAppIdGet200ResponseData) Set(val *AppsAppIdGet200ResponseData)
func (*NullableAppsAppIdGet200ResponseData) UnmarshalJSON ¶
func (v *NullableAppsAppIdGet200ResponseData) UnmarshalJSON(src []byte) error
func (*NullableAppsAppIdGet200ResponseData) Unset ¶
func (v *NullableAppsAppIdGet200ResponseData) Unset()
type NullableAppsCloneAppPostRequest ¶ added in v1.0.0
type NullableAppsCloneAppPostRequest struct {
// contains filtered or unexported fields
}
func NewNullableAppsCloneAppPostRequest ¶ added in v1.0.0
func NewNullableAppsCloneAppPostRequest(val *AppsCloneAppPostRequest) *NullableAppsCloneAppPostRequest
func (NullableAppsCloneAppPostRequest) Get ¶ added in v1.0.0
func (v NullableAppsCloneAppPostRequest) Get() *AppsCloneAppPostRequest
func (NullableAppsCloneAppPostRequest) IsSet ¶ added in v1.0.0
func (v NullableAppsCloneAppPostRequest) IsSet() bool
func (NullableAppsCloneAppPostRequest) MarshalJSON ¶ added in v1.0.0
func (v NullableAppsCloneAppPostRequest) MarshalJSON() ([]byte, error)
func (*NullableAppsCloneAppPostRequest) Set ¶ added in v1.0.0
func (v *NullableAppsCloneAppPostRequest) Set(val *AppsCloneAppPostRequest)
func (*NullableAppsCloneAppPostRequest) UnmarshalJSON ¶ added in v1.0.0
func (v *NullableAppsCloneAppPostRequest) UnmarshalJSON(src []byte) error
func (*NullableAppsCloneAppPostRequest) Unset ¶ added in v1.0.0
func (v *NullableAppsCloneAppPostRequest) Unset()
type NullableAppsGet200Response ¶
type NullableAppsGet200Response struct {
// contains filtered or unexported fields
}
func NewNullableAppsGet200Response ¶
func NewNullableAppsGet200Response(val *AppsGet200Response) *NullableAppsGet200Response
func (NullableAppsGet200Response) Get ¶
func (v NullableAppsGet200Response) Get() *AppsGet200Response
func (NullableAppsGet200Response) IsSet ¶
func (v NullableAppsGet200Response) IsSet() bool
func (NullableAppsGet200Response) MarshalJSON ¶
func (v NullableAppsGet200Response) MarshalJSON() ([]byte, error)
func (*NullableAppsGet200Response) Set ¶
func (v *NullableAppsGet200Response) Set(val *AppsGet200Response)
func (*NullableAppsGet200Response) UnmarshalJSON ¶
func (v *NullableAppsGet200Response) UnmarshalJSON(src []byte) error
func (*NullableAppsGet200Response) Unset ¶
func (v *NullableAppsGet200Response) Unset()
type NullableAzureRepos ¶ added in v1.0.0
type NullableAzureRepos struct {
// contains filtered or unexported fields
}
func NewNullableAzureRepos ¶ added in v1.0.0
func NewNullableAzureRepos(val *AzureRepos) *NullableAzureRepos
func (NullableAzureRepos) Get ¶ added in v1.0.0
func (v NullableAzureRepos) Get() *AzureRepos
func (NullableAzureRepos) IsSet ¶ added in v1.0.0
func (v NullableAzureRepos) IsSet() bool
func (NullableAzureRepos) MarshalJSON ¶ added in v1.0.0
func (v NullableAzureRepos) MarshalJSON() ([]byte, error)
func (*NullableAzureRepos) Set ¶ added in v1.0.0
func (v *NullableAzureRepos) Set(val *AzureRepos)
func (*NullableAzureRepos) UnmarshalJSON ¶ added in v1.0.0
func (v *NullableAzureRepos) UnmarshalJSON(src []byte) error
func (*NullableAzureRepos) Unset ¶ added in v1.0.0
func (v *NullableAzureRepos) Unset()
type NullableAzureReposConfig ¶ added in v1.0.0
type NullableAzureReposConfig struct {
// contains filtered or unexported fields
}
func NewNullableAzureReposConfig ¶ added in v1.0.0
func NewNullableAzureReposConfig(val *AzureReposConfig) *NullableAzureReposConfig
func (NullableAzureReposConfig) Get ¶ added in v1.0.0
func (v NullableAzureReposConfig) Get() *AzureReposConfig
func (NullableAzureReposConfig) IsSet ¶ added in v1.0.0
func (v NullableAzureReposConfig) IsSet() bool
func (NullableAzureReposConfig) MarshalJSON ¶ added in v1.0.0
func (v NullableAzureReposConfig) MarshalJSON() ([]byte, error)
func (*NullableAzureReposConfig) Set ¶ added in v1.0.0
func (v *NullableAzureReposConfig) Set(val *AzureReposConfig)
func (*NullableAzureReposConfig) UnmarshalJSON ¶ added in v1.0.0
func (v *NullableAzureReposConfig) UnmarshalJSON(src []byte) error
func (*NullableAzureReposConfig) Unset ¶ added in v1.0.0
func (v *NullableAzureReposConfig) Unset()
type NullableBitbucket ¶ added in v1.0.0
type NullableBitbucket struct {
// contains filtered or unexported fields
}
func NewNullableBitbucket ¶ added in v1.0.0
func NewNullableBitbucket(val *Bitbucket) *NullableBitbucket
func (NullableBitbucket) Get ¶ added in v1.0.0
func (v NullableBitbucket) Get() *Bitbucket
func (NullableBitbucket) IsSet ¶ added in v1.0.0
func (v NullableBitbucket) IsSet() bool
func (NullableBitbucket) MarshalJSON ¶ added in v1.0.0
func (v NullableBitbucket) MarshalJSON() ([]byte, error)
func (*NullableBitbucket) Set ¶ added in v1.0.0
func (v *NullableBitbucket) Set(val *Bitbucket)
func (*NullableBitbucket) UnmarshalJSON ¶ added in v1.0.0
func (v *NullableBitbucket) UnmarshalJSON(src []byte) error
func (*NullableBitbucket) Unset ¶ added in v1.0.0
func (v *NullableBitbucket) Unset()
type NullableBitbucketConfig ¶ added in v1.0.0
type NullableBitbucketConfig struct {
// contains filtered or unexported fields
}
func NewNullableBitbucketConfig ¶ added in v1.0.0
func NewNullableBitbucketConfig(val *BitbucketConfig) *NullableBitbucketConfig
func (NullableBitbucketConfig) Get ¶ added in v1.0.0
func (v NullableBitbucketConfig) Get() *BitbucketConfig
func (NullableBitbucketConfig) IsSet ¶ added in v1.0.0
func (v NullableBitbucketConfig) IsSet() bool
func (NullableBitbucketConfig) MarshalJSON ¶ added in v1.0.0
func (v NullableBitbucketConfig) MarshalJSON() ([]byte, error)
func (*NullableBitbucketConfig) Set ¶ added in v1.0.0
func (v *NullableBitbucketConfig) Set(val *BitbucketConfig)
func (*NullableBitbucketConfig) UnmarshalJSON ¶ added in v1.0.0
func (v *NullableBitbucketConfig) UnmarshalJSON(src []byte) error
func (*NullableBitbucketConfig) Unset ¶ added in v1.0.0
func (v *NullableBitbucketConfig) Unset()
type NullableBitbucketConfigAnyOf ¶ added in v1.0.0
type NullableBitbucketConfigAnyOf struct {
// contains filtered or unexported fields
}
func NewNullableBitbucketConfigAnyOf ¶ added in v1.0.0
func NewNullableBitbucketConfigAnyOf(val *BitbucketConfigAnyOf) *NullableBitbucketConfigAnyOf
func (NullableBitbucketConfigAnyOf) Get ¶ added in v1.0.0
func (v NullableBitbucketConfigAnyOf) Get() *BitbucketConfigAnyOf
func (NullableBitbucketConfigAnyOf) IsSet ¶ added in v1.0.0
func (v NullableBitbucketConfigAnyOf) IsSet() bool
func (NullableBitbucketConfigAnyOf) MarshalJSON ¶ added in v1.0.0
func (v NullableBitbucketConfigAnyOf) MarshalJSON() ([]byte, error)
func (*NullableBitbucketConfigAnyOf) Set ¶ added in v1.0.0
func (v *NullableBitbucketConfigAnyOf) Set(val *BitbucketConfigAnyOf)
func (*NullableBitbucketConfigAnyOf) UnmarshalJSON ¶ added in v1.0.0
func (v *NullableBitbucketConfigAnyOf) UnmarshalJSON(src []byte) error
func (*NullableBitbucketConfigAnyOf) Unset ¶ added in v1.0.0
func (v *NullableBitbucketConfigAnyOf) Unset()
type NullableBitbucketConfigAnyOf1 ¶ added in v1.0.0
type NullableBitbucketConfigAnyOf1 struct {
// contains filtered or unexported fields
}
func NewNullableBitbucketConfigAnyOf1 ¶ added in v1.0.0
func NewNullableBitbucketConfigAnyOf1(val *BitbucketConfigAnyOf1) *NullableBitbucketConfigAnyOf1
func (NullableBitbucketConfigAnyOf1) Get ¶ added in v1.0.0
func (v NullableBitbucketConfigAnyOf1) Get() *BitbucketConfigAnyOf1
func (NullableBitbucketConfigAnyOf1) IsSet ¶ added in v1.0.0
func (v NullableBitbucketConfigAnyOf1) IsSet() bool
func (NullableBitbucketConfigAnyOf1) MarshalJSON ¶ added in v1.0.0
func (v NullableBitbucketConfigAnyOf1) MarshalJSON() ([]byte, error)
func (*NullableBitbucketConfigAnyOf1) Set ¶ added in v1.0.0
func (v *NullableBitbucketConfigAnyOf1) Set(val *BitbucketConfigAnyOf1)
func (*NullableBitbucketConfigAnyOf1) UnmarshalJSON ¶ added in v1.0.0
func (v *NullableBitbucketConfigAnyOf1) UnmarshalJSON(src []byte) error
func (*NullableBitbucketConfigAnyOf1) Unset ¶ added in v1.0.0
func (v *NullableBitbucketConfigAnyOf1) 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 NullableConfigurationVariable ¶
type NullableConfigurationVariable struct {
// contains filtered or unexported fields
}
func NewNullableConfigurationVariable ¶
func NewNullableConfigurationVariable(val *ConfigurationVariable) *NullableConfigurationVariable
func (NullableConfigurationVariable) Get ¶
func (v NullableConfigurationVariable) Get() *ConfigurationVariable
func (NullableConfigurationVariable) IsSet ¶
func (v NullableConfigurationVariable) IsSet() bool
func (NullableConfigurationVariable) MarshalJSON ¶
func (v NullableConfigurationVariable) MarshalJSON() ([]byte, error)
func (*NullableConfigurationVariable) Set ¶
func (v *NullableConfigurationVariable) Set(val *ConfigurationVariable)
func (*NullableConfigurationVariable) UnmarshalJSON ¶
func (v *NullableConfigurationVariable) UnmarshalJSON(src []byte) error
func (*NullableConfigurationVariable) Unset ¶
func (v *NullableConfigurationVariable) Unset()
type NullableConfigurationVariablesGet200Response ¶
type NullableConfigurationVariablesGet200Response struct {
// contains filtered or unexported fields
}
func NewNullableConfigurationVariablesGet200Response ¶
func NewNullableConfigurationVariablesGet200Response(val *ConfigurationVariablesGet200Response) *NullableConfigurationVariablesGet200Response
func (NullableConfigurationVariablesGet200Response) IsSet ¶
func (v NullableConfigurationVariablesGet200Response) IsSet() bool
func (NullableConfigurationVariablesGet200Response) MarshalJSON ¶
func (v NullableConfigurationVariablesGet200Response) MarshalJSON() ([]byte, error)
func (*NullableConfigurationVariablesGet200Response) Set ¶
func (v *NullableConfigurationVariablesGet200Response) Set(val *ConfigurationVariablesGet200Response)
func (*NullableConfigurationVariablesGet200Response) UnmarshalJSON ¶
func (v *NullableConfigurationVariablesGet200Response) UnmarshalJSON(src []byte) error
func (*NullableConfigurationVariablesGet200Response) Unset ¶
func (v *NullableConfigurationVariablesGet200Response) Unset()
type NullableConfigurationVariablesGet200ResponseDataInner ¶
type NullableConfigurationVariablesGet200ResponseDataInner struct {
// contains filtered or unexported fields
}
func NewNullableConfigurationVariablesGet200ResponseDataInner ¶
func NewNullableConfigurationVariablesGet200ResponseDataInner(val *ConfigurationVariablesGet200ResponseDataInner) *NullableConfigurationVariablesGet200ResponseDataInner
func (NullableConfigurationVariablesGet200ResponseDataInner) IsSet ¶
func (v NullableConfigurationVariablesGet200ResponseDataInner) IsSet() bool
func (NullableConfigurationVariablesGet200ResponseDataInner) MarshalJSON ¶
func (v NullableConfigurationVariablesGet200ResponseDataInner) MarshalJSON() ([]byte, error)
func (*NullableConfigurationVariablesGet200ResponseDataInner) UnmarshalJSON ¶
func (v *NullableConfigurationVariablesGet200ResponseDataInner) UnmarshalJSON(src []byte) error
func (*NullableConfigurationVariablesGet200ResponseDataInner) Unset ¶
func (v *NullableConfigurationVariablesGet200ResponseDataInner) Unset()
type NullableConfigurationVariablesGet200ResponseDataInnerValuesInner ¶
type NullableConfigurationVariablesGet200ResponseDataInnerValuesInner struct {
// contains filtered or unexported fields
}
func NewNullableConfigurationVariablesGet200ResponseDataInnerValuesInner ¶
func NewNullableConfigurationVariablesGet200ResponseDataInnerValuesInner(val *ConfigurationVariablesGet200ResponseDataInnerValuesInner) *NullableConfigurationVariablesGet200ResponseDataInnerValuesInner
func (NullableConfigurationVariablesGet200ResponseDataInnerValuesInner) IsSet ¶
func (v NullableConfigurationVariablesGet200ResponseDataInnerValuesInner) IsSet() bool
func (NullableConfigurationVariablesGet200ResponseDataInnerValuesInner) MarshalJSON ¶
func (v NullableConfigurationVariablesGet200ResponseDataInnerValuesInner) MarshalJSON() ([]byte, error)
func (*NullableConfigurationVariablesGet200ResponseDataInnerValuesInner) UnmarshalJSON ¶
func (v *NullableConfigurationVariablesGet200ResponseDataInnerValuesInner) UnmarshalJSON(src []byte) error
func (*NullableConfigurationVariablesGet200ResponseDataInnerValuesInner) Unset ¶
func (v *NullableConfigurationVariablesGet200ResponseDataInnerValuesInner) Unset()
type NullableConfigurationVariablesPost200Response ¶
type NullableConfigurationVariablesPost200Response struct {
// contains filtered or unexported fields
}
func NewNullableConfigurationVariablesPost200Response ¶
func NewNullableConfigurationVariablesPost200Response(val *ConfigurationVariablesPost200Response) *NullableConfigurationVariablesPost200Response
func (NullableConfigurationVariablesPost200Response) IsSet ¶
func (v NullableConfigurationVariablesPost200Response) IsSet() bool
func (NullableConfigurationVariablesPost200Response) MarshalJSON ¶
func (v NullableConfigurationVariablesPost200Response) MarshalJSON() ([]byte, error)
func (*NullableConfigurationVariablesPost200Response) Set ¶
func (v *NullableConfigurationVariablesPost200Response) Set(val *ConfigurationVariablesPost200Response)
func (*NullableConfigurationVariablesPost200Response) UnmarshalJSON ¶
func (v *NullableConfigurationVariablesPost200Response) UnmarshalJSON(src []byte) error
func (*NullableConfigurationVariablesPost200Response) Unset ¶
func (v *NullableConfigurationVariablesPost200Response) Unset()
type NullableConfigurationVariablesPostRequest ¶
type NullableConfigurationVariablesPostRequest struct {
// contains filtered or unexported fields
}
func NewNullableConfigurationVariablesPostRequest ¶
func NewNullableConfigurationVariablesPostRequest(val *ConfigurationVariablesPostRequest) *NullableConfigurationVariablesPostRequest
func (NullableConfigurationVariablesPostRequest) IsSet ¶
func (v NullableConfigurationVariablesPostRequest) IsSet() bool
func (NullableConfigurationVariablesPostRequest) MarshalJSON ¶
func (v NullableConfigurationVariablesPostRequest) MarshalJSON() ([]byte, error)
func (*NullableConfigurationVariablesPostRequest) Set ¶
func (v *NullableConfigurationVariablesPostRequest) Set(val *ConfigurationVariablesPostRequest)
func (*NullableConfigurationVariablesPostRequest) UnmarshalJSON ¶
func (v *NullableConfigurationVariablesPostRequest) UnmarshalJSON(src []byte) error
func (*NullableConfigurationVariablesPostRequest) Unset ¶
func (v *NullableConfigurationVariablesPostRequest) Unset()
type NullableCopyOperation ¶ added in v1.0.0
type NullableCopyOperation struct {
// contains filtered or unexported fields
}
func NewNullableCopyOperation ¶ added in v1.0.0
func NewNullableCopyOperation(val *CopyOperation) *NullableCopyOperation
func (NullableCopyOperation) Get ¶ added in v1.0.0
func (v NullableCopyOperation) Get() *CopyOperation
func (NullableCopyOperation) IsSet ¶ added in v1.0.0
func (v NullableCopyOperation) IsSet() bool
func (NullableCopyOperation) MarshalJSON ¶ added in v1.0.0
func (v NullableCopyOperation) MarshalJSON() ([]byte, error)
func (*NullableCopyOperation) Set ¶ added in v1.0.0
func (v *NullableCopyOperation) Set(val *CopyOperation)
func (*NullableCopyOperation) UnmarshalJSON ¶ added in v1.0.0
func (v *NullableCopyOperation) UnmarshalJSON(src []byte) error
func (*NullableCopyOperation) Unset ¶ added in v1.0.0
func (v *NullableCopyOperation) Unset()
type NullableCustomComponentLibrariesGet200Response ¶
type NullableCustomComponentLibrariesGet200Response struct {
// contains filtered or unexported fields
}
func NewNullableCustomComponentLibrariesGet200Response ¶
func NewNullableCustomComponentLibrariesGet200Response(val *CustomComponentLibrariesGet200Response) *NullableCustomComponentLibrariesGet200Response
func (NullableCustomComponentLibrariesGet200Response) IsSet ¶
func (v NullableCustomComponentLibrariesGet200Response) IsSet() bool
func (NullableCustomComponentLibrariesGet200Response) MarshalJSON ¶
func (v NullableCustomComponentLibrariesGet200Response) MarshalJSON() ([]byte, error)
func (*NullableCustomComponentLibrariesGet200Response) Set ¶
func (v *NullableCustomComponentLibrariesGet200Response) Set(val *CustomComponentLibrariesGet200Response)
func (*NullableCustomComponentLibrariesGet200Response) UnmarshalJSON ¶
func (v *NullableCustomComponentLibrariesGet200Response) UnmarshalJSON(src []byte) error
func (*NullableCustomComponentLibrariesGet200Response) Unset ¶
func (v *NullableCustomComponentLibrariesGet200Response) Unset()
type NullableCustomComponentLibrariesLibraryIdGet200Response ¶
type NullableCustomComponentLibrariesLibraryIdGet200Response struct {
// contains filtered or unexported fields
}
func NewNullableCustomComponentLibrariesLibraryIdGet200Response ¶
func NewNullableCustomComponentLibrariesLibraryIdGet200Response(val *CustomComponentLibrariesLibraryIdGet200Response) *NullableCustomComponentLibrariesLibraryIdGet200Response
func (NullableCustomComponentLibrariesLibraryIdGet200Response) IsSet ¶
func (v NullableCustomComponentLibrariesLibraryIdGet200Response) IsSet() bool
func (NullableCustomComponentLibrariesLibraryIdGet200Response) MarshalJSON ¶
func (v NullableCustomComponentLibrariesLibraryIdGet200Response) MarshalJSON() ([]byte, error)
func (*NullableCustomComponentLibrariesLibraryIdGet200Response) UnmarshalJSON ¶
func (v *NullableCustomComponentLibrariesLibraryIdGet200Response) UnmarshalJSON(src []byte) error
func (*NullableCustomComponentLibrariesLibraryIdGet200Response) Unset ¶
func (v *NullableCustomComponentLibrariesLibraryIdGet200Response) Unset()
type NullableCustomComponentLibrariesLibraryIdGet200ResponseData ¶
type NullableCustomComponentLibrariesLibraryIdGet200ResponseData struct {
// contains filtered or unexported fields
}
func NewNullableCustomComponentLibrariesLibraryIdGet200ResponseData ¶
func NewNullableCustomComponentLibrariesLibraryIdGet200ResponseData(val *CustomComponentLibrariesLibraryIdGet200ResponseData) *NullableCustomComponentLibrariesLibraryIdGet200ResponseData
func (NullableCustomComponentLibrariesLibraryIdGet200ResponseData) IsSet ¶
func (v NullableCustomComponentLibrariesLibraryIdGet200ResponseData) IsSet() bool
func (NullableCustomComponentLibrariesLibraryIdGet200ResponseData) MarshalJSON ¶
func (v NullableCustomComponentLibrariesLibraryIdGet200ResponseData) MarshalJSON() ([]byte, error)
func (*NullableCustomComponentLibrariesLibraryIdGet200ResponseData) UnmarshalJSON ¶
func (v *NullableCustomComponentLibrariesLibraryIdGet200ResponseData) UnmarshalJSON(src []byte) error
func (*NullableCustomComponentLibrariesLibraryIdGet200ResponseData) Unset ¶
func (v *NullableCustomComponentLibrariesLibraryIdGet200ResponseData) Unset()
type NullableCustomComponentLibrariesLibraryIdRevisionsGet200Response ¶
type NullableCustomComponentLibrariesLibraryIdRevisionsGet200Response struct {
// contains filtered or unexported fields
}
func NewNullableCustomComponentLibrariesLibraryIdRevisionsGet200Response ¶
func NewNullableCustomComponentLibrariesLibraryIdRevisionsGet200Response(val *CustomComponentLibrariesLibraryIdRevisionsGet200Response) *NullableCustomComponentLibrariesLibraryIdRevisionsGet200Response
func (NullableCustomComponentLibrariesLibraryIdRevisionsGet200Response) IsSet ¶
func (v NullableCustomComponentLibrariesLibraryIdRevisionsGet200Response) IsSet() bool
func (NullableCustomComponentLibrariesLibraryIdRevisionsGet200Response) MarshalJSON ¶
func (v NullableCustomComponentLibrariesLibraryIdRevisionsGet200Response) MarshalJSON() ([]byte, error)
func (*NullableCustomComponentLibrariesLibraryIdRevisionsGet200Response) UnmarshalJSON ¶
func (v *NullableCustomComponentLibrariesLibraryIdRevisionsGet200Response) UnmarshalJSON(src []byte) error
func (*NullableCustomComponentLibrariesLibraryIdRevisionsGet200Response) Unset ¶
func (v *NullableCustomComponentLibrariesLibraryIdRevisionsGet200Response) Unset()
type NullableCustomComponentLibrariesLibraryIdRevisionsGet200ResponseDataInner ¶
type NullableCustomComponentLibrariesLibraryIdRevisionsGet200ResponseDataInner struct {
// contains filtered or unexported fields
}
func NewNullableCustomComponentLibrariesLibraryIdRevisionsGet200ResponseDataInner ¶
func NewNullableCustomComponentLibrariesLibraryIdRevisionsGet200ResponseDataInner(val *CustomComponentLibrariesLibraryIdRevisionsGet200ResponseDataInner) *NullableCustomComponentLibrariesLibraryIdRevisionsGet200ResponseDataInner
func (NullableCustomComponentLibrariesLibraryIdRevisionsGet200ResponseDataInner) MarshalJSON ¶
func (v NullableCustomComponentLibrariesLibraryIdRevisionsGet200ResponseDataInner) MarshalJSON() ([]byte, error)
func (*NullableCustomComponentLibrariesLibraryIdRevisionsGet200ResponseDataInner) UnmarshalJSON ¶
func (v *NullableCustomComponentLibrariesLibraryIdRevisionsGet200ResponseDataInner) UnmarshalJSON(src []byte) error
type NullableCustomComponentLibrariesLibraryIdRevisionsPost200Response ¶
type NullableCustomComponentLibrariesLibraryIdRevisionsPost200Response struct {
// contains filtered or unexported fields
}
func NewNullableCustomComponentLibrariesLibraryIdRevisionsPost200Response ¶
func NewNullableCustomComponentLibrariesLibraryIdRevisionsPost200Response(val *CustomComponentLibrariesLibraryIdRevisionsPost200Response) *NullableCustomComponentLibrariesLibraryIdRevisionsPost200Response
func (NullableCustomComponentLibrariesLibraryIdRevisionsPost200Response) IsSet ¶
func (v NullableCustomComponentLibrariesLibraryIdRevisionsPost200Response) IsSet() bool
func (NullableCustomComponentLibrariesLibraryIdRevisionsPost200Response) MarshalJSON ¶
func (v NullableCustomComponentLibrariesLibraryIdRevisionsPost200Response) MarshalJSON() ([]byte, error)
func (*NullableCustomComponentLibrariesLibraryIdRevisionsPost200Response) UnmarshalJSON ¶
func (v *NullableCustomComponentLibrariesLibraryIdRevisionsPost200Response) UnmarshalJSON(src []byte) error
func (*NullableCustomComponentLibrariesLibraryIdRevisionsPost200Response) Unset ¶
func (v *NullableCustomComponentLibrariesLibraryIdRevisionsPost200Response) Unset()
type NullableCustomComponentLibrariesLibraryIdRevisionsRevisionIdFilesGet200Response ¶
type NullableCustomComponentLibrariesLibraryIdRevisionsRevisionIdFilesGet200Response struct {
// contains filtered or unexported fields
}
func NewNullableCustomComponentLibrariesLibraryIdRevisionsRevisionIdFilesGet200Response ¶
func NewNullableCustomComponentLibrariesLibraryIdRevisionsRevisionIdFilesGet200Response(val *CustomComponentLibrariesLibraryIdRevisionsRevisionIdFilesGet200Response) *NullableCustomComponentLibrariesLibraryIdRevisionsRevisionIdFilesGet200Response
func (NullableCustomComponentLibrariesLibraryIdRevisionsRevisionIdFilesGet200Response) MarshalJSON ¶
func (v NullableCustomComponentLibrariesLibraryIdRevisionsRevisionIdFilesGet200Response) MarshalJSON() ([]byte, error)
func (*NullableCustomComponentLibrariesLibraryIdRevisionsRevisionIdFilesGet200Response) UnmarshalJSON ¶
func (v *NullableCustomComponentLibrariesLibraryIdRevisionsRevisionIdFilesGet200Response) UnmarshalJSON(src []byte) error
type NullableCustomComponentLibrariesLibraryIdRevisionsRevisionIdFilesGet200ResponseDataInner ¶
type NullableCustomComponentLibrariesLibraryIdRevisionsRevisionIdFilesGet200ResponseDataInner struct {
// contains filtered or unexported fields
}
func NewNullableCustomComponentLibrariesLibraryIdRevisionsRevisionIdFilesGet200ResponseDataInner ¶
func NewNullableCustomComponentLibrariesLibraryIdRevisionsRevisionIdFilesGet200ResponseDataInner(val *CustomComponentLibrariesLibraryIdRevisionsRevisionIdFilesGet200ResponseDataInner) *NullableCustomComponentLibrariesLibraryIdRevisionsRevisionIdFilesGet200ResponseDataInner
func (NullableCustomComponentLibrariesLibraryIdRevisionsRevisionIdFilesGet200ResponseDataInner) Get ¶
func (NullableCustomComponentLibrariesLibraryIdRevisionsRevisionIdFilesGet200ResponseDataInner) IsSet ¶
func (NullableCustomComponentLibrariesLibraryIdRevisionsRevisionIdFilesGet200ResponseDataInner) MarshalJSON ¶
func (v NullableCustomComponentLibrariesLibraryIdRevisionsRevisionIdFilesGet200ResponseDataInner) MarshalJSON() ([]byte, error)
func (*NullableCustomComponentLibrariesLibraryIdRevisionsRevisionIdFilesGet200ResponseDataInner) Set ¶
func (*NullableCustomComponentLibrariesLibraryIdRevisionsRevisionIdFilesGet200ResponseDataInner) UnmarshalJSON ¶
func (v *NullableCustomComponentLibrariesLibraryIdRevisionsRevisionIdFilesGet200ResponseDataInner) UnmarshalJSON(src []byte) error
type NullableCustomComponentLibrariesPost200Response ¶
type NullableCustomComponentLibrariesPost200Response struct {
// contains filtered or unexported fields
}
func NewNullableCustomComponentLibrariesPost200Response ¶
func NewNullableCustomComponentLibrariesPost200Response(val *CustomComponentLibrariesPost200Response) *NullableCustomComponentLibrariesPost200Response
func (NullableCustomComponentLibrariesPost200Response) IsSet ¶
func (v NullableCustomComponentLibrariesPost200Response) IsSet() bool
func (NullableCustomComponentLibrariesPost200Response) MarshalJSON ¶
func (v NullableCustomComponentLibrariesPost200Response) MarshalJSON() ([]byte, error)
func (*NullableCustomComponentLibrariesPost200Response) UnmarshalJSON ¶
func (v *NullableCustomComponentLibrariesPost200Response) UnmarshalJSON(src []byte) error
func (*NullableCustomComponentLibrariesPost200Response) Unset ¶
func (v *NullableCustomComponentLibrariesPost200Response) Unset()
type NullableCustomComponentLibrariesPostRequest ¶
type NullableCustomComponentLibrariesPostRequest struct {
// contains filtered or unexported fields
}
func NewNullableCustomComponentLibrariesPostRequest ¶
func NewNullableCustomComponentLibrariesPostRequest(val *CustomComponentLibrariesPostRequest) *NullableCustomComponentLibrariesPostRequest
func (NullableCustomComponentLibrariesPostRequest) IsSet ¶
func (v NullableCustomComponentLibrariesPostRequest) IsSet() bool
func (NullableCustomComponentLibrariesPostRequest) MarshalJSON ¶
func (v NullableCustomComponentLibrariesPostRequest) MarshalJSON() ([]byte, error)
func (*NullableCustomComponentLibrariesPostRequest) Set ¶
func (v *NullableCustomComponentLibrariesPostRequest) Set(val *CustomComponentLibrariesPostRequest)
func (*NullableCustomComponentLibrariesPostRequest) UnmarshalJSON ¶
func (v *NullableCustomComponentLibrariesPostRequest) UnmarshalJSON(src []byte) error
func (*NullableCustomComponentLibrariesPostRequest) Unset ¶
func (v *NullableCustomComponentLibrariesPostRequest) Unset()
type NullableCustomComponentLibrary ¶
type NullableCustomComponentLibrary struct {
// contains filtered or unexported fields
}
func NewNullableCustomComponentLibrary ¶
func NewNullableCustomComponentLibrary(val *CustomComponentLibrary) *NullableCustomComponentLibrary
func (NullableCustomComponentLibrary) Get ¶
func (v NullableCustomComponentLibrary) Get() *CustomComponentLibrary
func (NullableCustomComponentLibrary) IsSet ¶
func (v NullableCustomComponentLibrary) IsSet() bool
func (NullableCustomComponentLibrary) MarshalJSON ¶
func (v NullableCustomComponentLibrary) MarshalJSON() ([]byte, error)
func (*NullableCustomComponentLibrary) Set ¶
func (v *NullableCustomComponentLibrary) Set(val *CustomComponentLibrary)
func (*NullableCustomComponentLibrary) UnmarshalJSON ¶
func (v *NullableCustomComponentLibrary) UnmarshalJSON(src []byte) error
func (*NullableCustomComponentLibrary) Unset ¶
func (v *NullableCustomComponentLibrary) Unset()
type NullableCustomComponentLibraryRevision ¶
type NullableCustomComponentLibraryRevision struct {
// contains filtered or unexported fields
}
func NewNullableCustomComponentLibraryRevision ¶
func NewNullableCustomComponentLibraryRevision(val *CustomComponentLibraryRevision) *NullableCustomComponentLibraryRevision
func (NullableCustomComponentLibraryRevision) Get ¶
func (v NullableCustomComponentLibraryRevision) Get() *CustomComponentLibraryRevision
func (NullableCustomComponentLibraryRevision) IsSet ¶
func (v NullableCustomComponentLibraryRevision) IsSet() bool
func (NullableCustomComponentLibraryRevision) MarshalJSON ¶
func (v NullableCustomComponentLibraryRevision) MarshalJSON() ([]byte, error)
func (*NullableCustomComponentLibraryRevision) Set ¶
func (v *NullableCustomComponentLibraryRevision) Set(val *CustomComponentLibraryRevision)
func (*NullableCustomComponentLibraryRevision) UnmarshalJSON ¶
func (v *NullableCustomComponentLibraryRevision) UnmarshalJSON(src []byte) error
func (*NullableCustomComponentLibraryRevision) Unset ¶
func (v *NullableCustomComponentLibraryRevision) Unset()
type NullableCustomComponentLibraryRevisionFile ¶
type NullableCustomComponentLibraryRevisionFile struct {
// contains filtered or unexported fields
}
func NewNullableCustomComponentLibraryRevisionFile ¶
func NewNullableCustomComponentLibraryRevisionFile(val *CustomComponentLibraryRevisionFile) *NullableCustomComponentLibraryRevisionFile
func (NullableCustomComponentLibraryRevisionFile) IsSet ¶
func (v NullableCustomComponentLibraryRevisionFile) IsSet() bool
func (NullableCustomComponentLibraryRevisionFile) MarshalJSON ¶
func (v NullableCustomComponentLibraryRevisionFile) MarshalJSON() ([]byte, error)
func (*NullableCustomComponentLibraryRevisionFile) Set ¶
func (v *NullableCustomComponentLibraryRevisionFile) Set(val *CustomComponentLibraryRevisionFile)
func (*NullableCustomComponentLibraryRevisionFile) UnmarshalJSON ¶
func (v *NullableCustomComponentLibraryRevisionFile) UnmarshalJSON(src []byte) error
func (*NullableCustomComponentLibraryRevisionFile) Unset ¶
func (v *NullableCustomComponentLibraryRevisionFile) Unset()
type NullableEnvironment ¶
type NullableEnvironment struct {
// contains filtered or unexported fields
}
func NewNullableEnvironment ¶
func NewNullableEnvironment(val *Environment) *NullableEnvironment
func (NullableEnvironment) Get ¶
func (v NullableEnvironment) Get() *Environment
func (NullableEnvironment) IsSet ¶
func (v NullableEnvironment) IsSet() bool
func (NullableEnvironment) MarshalJSON ¶
func (v NullableEnvironment) MarshalJSON() ([]byte, error)
func (*NullableEnvironment) Set ¶
func (v *NullableEnvironment) Set(val *Environment)
func (*NullableEnvironment) UnmarshalJSON ¶
func (v *NullableEnvironment) UnmarshalJSON(src []byte) error
func (*NullableEnvironment) Unset ¶
func (v *NullableEnvironment) Unset()
type NullableEnvironmentsEnvironmentIdGet200Response ¶
type NullableEnvironmentsEnvironmentIdGet200Response struct {
// contains filtered or unexported fields
}
func NewNullableEnvironmentsEnvironmentIdGet200Response ¶
func NewNullableEnvironmentsEnvironmentIdGet200Response(val *EnvironmentsEnvironmentIdGet200Response) *NullableEnvironmentsEnvironmentIdGet200Response
func (NullableEnvironmentsEnvironmentIdGet200Response) IsSet ¶
func (v NullableEnvironmentsEnvironmentIdGet200Response) IsSet() bool
func (NullableEnvironmentsEnvironmentIdGet200Response) MarshalJSON ¶
func (v NullableEnvironmentsEnvironmentIdGet200Response) MarshalJSON() ([]byte, error)
func (*NullableEnvironmentsEnvironmentIdGet200Response) UnmarshalJSON ¶
func (v *NullableEnvironmentsEnvironmentIdGet200Response) UnmarshalJSON(src []byte) error
func (*NullableEnvironmentsEnvironmentIdGet200Response) Unset ¶
func (v *NullableEnvironmentsEnvironmentIdGet200Response) Unset()
type NullableEnvironmentsEnvironmentIdGet200ResponseData ¶
type NullableEnvironmentsEnvironmentIdGet200ResponseData struct {
// contains filtered or unexported fields
}
func NewNullableEnvironmentsEnvironmentIdGet200ResponseData ¶
func NewNullableEnvironmentsEnvironmentIdGet200ResponseData(val *EnvironmentsEnvironmentIdGet200ResponseData) *NullableEnvironmentsEnvironmentIdGet200ResponseData
func (NullableEnvironmentsEnvironmentIdGet200ResponseData) IsSet ¶
func (v NullableEnvironmentsEnvironmentIdGet200ResponseData) IsSet() bool
func (NullableEnvironmentsEnvironmentIdGet200ResponseData) MarshalJSON ¶
func (v NullableEnvironmentsEnvironmentIdGet200ResponseData) MarshalJSON() ([]byte, error)
func (*NullableEnvironmentsEnvironmentIdGet200ResponseData) UnmarshalJSON ¶
func (v *NullableEnvironmentsEnvironmentIdGet200ResponseData) UnmarshalJSON(src []byte) error
func (*NullableEnvironmentsEnvironmentIdGet200ResponseData) Unset ¶
func (v *NullableEnvironmentsEnvironmentIdGet200ResponseData) Unset()
type NullableEnvironmentsEnvironmentIdPatch200Response ¶ added in v1.0.0
type NullableEnvironmentsEnvironmentIdPatch200Response struct {
// contains filtered or unexported fields
}
func NewNullableEnvironmentsEnvironmentIdPatch200Response ¶ added in v1.0.0
func NewNullableEnvironmentsEnvironmentIdPatch200Response(val *EnvironmentsEnvironmentIdPatch200Response) *NullableEnvironmentsEnvironmentIdPatch200Response
func (NullableEnvironmentsEnvironmentIdPatch200Response) IsSet ¶ added in v1.0.0
func (v NullableEnvironmentsEnvironmentIdPatch200Response) IsSet() bool
func (NullableEnvironmentsEnvironmentIdPatch200Response) MarshalJSON ¶ added in v1.0.0
func (v NullableEnvironmentsEnvironmentIdPatch200Response) MarshalJSON() ([]byte, error)
func (*NullableEnvironmentsEnvironmentIdPatch200Response) UnmarshalJSON ¶ added in v1.0.0
func (v *NullableEnvironmentsEnvironmentIdPatch200Response) UnmarshalJSON(src []byte) error
func (*NullableEnvironmentsEnvironmentIdPatch200Response) Unset ¶ added in v1.0.0
func (v *NullableEnvironmentsEnvironmentIdPatch200Response) Unset()
type NullableEnvironmentsEnvironmentIdPatch200ResponseData ¶ added in v1.0.0
type NullableEnvironmentsEnvironmentIdPatch200ResponseData struct {
// contains filtered or unexported fields
}
func NewNullableEnvironmentsEnvironmentIdPatch200ResponseData ¶ added in v1.0.0
func NewNullableEnvironmentsEnvironmentIdPatch200ResponseData(val *EnvironmentsEnvironmentIdPatch200ResponseData) *NullableEnvironmentsEnvironmentIdPatch200ResponseData
func (NullableEnvironmentsEnvironmentIdPatch200ResponseData) IsSet ¶ added in v1.0.0
func (v NullableEnvironmentsEnvironmentIdPatch200ResponseData) IsSet() bool
func (NullableEnvironmentsEnvironmentIdPatch200ResponseData) MarshalJSON ¶ added in v1.0.0
func (v NullableEnvironmentsEnvironmentIdPatch200ResponseData) MarshalJSON() ([]byte, error)
func (*NullableEnvironmentsEnvironmentIdPatch200ResponseData) UnmarshalJSON ¶ added in v1.0.0
func (v *NullableEnvironmentsEnvironmentIdPatch200ResponseData) UnmarshalJSON(src []byte) error
func (*NullableEnvironmentsEnvironmentIdPatch200ResponseData) Unset ¶ added in v1.0.0
func (v *NullableEnvironmentsEnvironmentIdPatch200ResponseData) Unset()
type NullableEnvironmentsEnvironmentIdPatchRequest ¶ added in v1.0.0
type NullableEnvironmentsEnvironmentIdPatchRequest struct {
// contains filtered or unexported fields
}
func NewNullableEnvironmentsEnvironmentIdPatchRequest ¶ added in v1.0.0
func NewNullableEnvironmentsEnvironmentIdPatchRequest(val *EnvironmentsEnvironmentIdPatchRequest) *NullableEnvironmentsEnvironmentIdPatchRequest
func (NullableEnvironmentsEnvironmentIdPatchRequest) IsSet ¶ added in v1.0.0
func (v NullableEnvironmentsEnvironmentIdPatchRequest) IsSet() bool
func (NullableEnvironmentsEnvironmentIdPatchRequest) MarshalJSON ¶ added in v1.0.0
func (v NullableEnvironmentsEnvironmentIdPatchRequest) MarshalJSON() ([]byte, error)
func (*NullableEnvironmentsEnvironmentIdPatchRequest) Set ¶ added in v1.0.0
func (v *NullableEnvironmentsEnvironmentIdPatchRequest) Set(val *EnvironmentsEnvironmentIdPatchRequest)
func (*NullableEnvironmentsEnvironmentIdPatchRequest) UnmarshalJSON ¶ added in v1.0.0
func (v *NullableEnvironmentsEnvironmentIdPatchRequest) UnmarshalJSON(src []byte) error
func (*NullableEnvironmentsEnvironmentIdPatchRequest) Unset ¶ added in v1.0.0
func (v *NullableEnvironmentsEnvironmentIdPatchRequest) Unset()
type NullableEnvironmentsGet200Response ¶
type NullableEnvironmentsGet200Response struct {
// contains filtered or unexported fields
}
func NewNullableEnvironmentsGet200Response ¶
func NewNullableEnvironmentsGet200Response(val *EnvironmentsGet200Response) *NullableEnvironmentsGet200Response
func (NullableEnvironmentsGet200Response) Get ¶
func (v NullableEnvironmentsGet200Response) Get() *EnvironmentsGet200Response
func (NullableEnvironmentsGet200Response) IsSet ¶
func (v NullableEnvironmentsGet200Response) IsSet() bool
func (NullableEnvironmentsGet200Response) MarshalJSON ¶
func (v NullableEnvironmentsGet200Response) MarshalJSON() ([]byte, error)
func (*NullableEnvironmentsGet200Response) Set ¶
func (v *NullableEnvironmentsGet200Response) Set(val *EnvironmentsGet200Response)
func (*NullableEnvironmentsGet200Response) UnmarshalJSON ¶
func (v *NullableEnvironmentsGet200Response) UnmarshalJSON(src []byte) error
func (*NullableEnvironmentsGet200Response) Unset ¶
func (v *NullableEnvironmentsGet200Response) Unset()
type NullableEnvironmentsPost200Response ¶ added in v1.0.0
type NullableEnvironmentsPost200Response struct {
// contains filtered or unexported fields
}
func NewNullableEnvironmentsPost200Response ¶ added in v1.0.0
func NewNullableEnvironmentsPost200Response(val *EnvironmentsPost200Response) *NullableEnvironmentsPost200Response
func (NullableEnvironmentsPost200Response) Get ¶ added in v1.0.0
func (v NullableEnvironmentsPost200Response) Get() *EnvironmentsPost200Response
func (NullableEnvironmentsPost200Response) IsSet ¶ added in v1.0.0
func (v NullableEnvironmentsPost200Response) IsSet() bool
func (NullableEnvironmentsPost200Response) MarshalJSON ¶ added in v1.0.0
func (v NullableEnvironmentsPost200Response) MarshalJSON() ([]byte, error)
func (*NullableEnvironmentsPost200Response) Set ¶ added in v1.0.0
func (v *NullableEnvironmentsPost200Response) Set(val *EnvironmentsPost200Response)
func (*NullableEnvironmentsPost200Response) UnmarshalJSON ¶ added in v1.0.0
func (v *NullableEnvironmentsPost200Response) UnmarshalJSON(src []byte) error
func (*NullableEnvironmentsPost200Response) Unset ¶ added in v1.0.0
func (v *NullableEnvironmentsPost200Response) Unset()
type NullableEnvironmentsPost200ResponseData ¶ added in v1.0.0
type NullableEnvironmentsPost200ResponseData struct {
// contains filtered or unexported fields
}
func NewNullableEnvironmentsPost200ResponseData ¶ added in v1.0.0
func NewNullableEnvironmentsPost200ResponseData(val *EnvironmentsPost200ResponseData) *NullableEnvironmentsPost200ResponseData
func (NullableEnvironmentsPost200ResponseData) IsSet ¶ added in v1.0.0
func (v NullableEnvironmentsPost200ResponseData) IsSet() bool
func (NullableEnvironmentsPost200ResponseData) MarshalJSON ¶ added in v1.0.0
func (v NullableEnvironmentsPost200ResponseData) MarshalJSON() ([]byte, error)
func (*NullableEnvironmentsPost200ResponseData) Set ¶ added in v1.0.0
func (v *NullableEnvironmentsPost200ResponseData) Set(val *EnvironmentsPost200ResponseData)
func (*NullableEnvironmentsPost200ResponseData) UnmarshalJSON ¶ added in v1.0.0
func (v *NullableEnvironmentsPost200ResponseData) UnmarshalJSON(src []byte) error
func (*NullableEnvironmentsPost200ResponseData) Unset ¶ added in v1.0.0
func (v *NullableEnvironmentsPost200ResponseData) Unset()
type NullableEnvironmentsPostRequest ¶ added in v1.0.0
type NullableEnvironmentsPostRequest struct {
// contains filtered or unexported fields
}
func NewNullableEnvironmentsPostRequest ¶ added in v1.0.0
func NewNullableEnvironmentsPostRequest(val *EnvironmentsPostRequest) *NullableEnvironmentsPostRequest
func (NullableEnvironmentsPostRequest) Get ¶ added in v1.0.0
func (v NullableEnvironmentsPostRequest) Get() *EnvironmentsPostRequest
func (NullableEnvironmentsPostRequest) IsSet ¶ added in v1.0.0
func (v NullableEnvironmentsPostRequest) IsSet() bool
func (NullableEnvironmentsPostRequest) MarshalJSON ¶ added in v1.0.0
func (v NullableEnvironmentsPostRequest) MarshalJSON() ([]byte, error)
func (*NullableEnvironmentsPostRequest) Set ¶ added in v1.0.0
func (v *NullableEnvironmentsPostRequest) Set(val *EnvironmentsPostRequest)
func (*NullableEnvironmentsPostRequest) UnmarshalJSON ¶ added in v1.0.0
func (v *NullableEnvironmentsPostRequest) UnmarshalJSON(src []byte) error
func (*NullableEnvironmentsPostRequest) Unset ¶ added in v1.0.0
func (v *NullableEnvironmentsPostRequest) 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 NullableFolder ¶
type NullableFolder struct {
// contains filtered or unexported fields
}
func NewNullableFolder ¶
func NewNullableFolder(val *Folder) *NullableFolder
func (NullableFolder) Get ¶
func (v NullableFolder) Get() *Folder
func (NullableFolder) IsSet ¶
func (v NullableFolder) IsSet() bool
func (NullableFolder) MarshalJSON ¶
func (v NullableFolder) MarshalJSON() ([]byte, error)
func (*NullableFolder) Set ¶
func (v *NullableFolder) Set(val *Folder)
func (*NullableFolder) UnmarshalJSON ¶
func (v *NullableFolder) UnmarshalJSON(src []byte) error
func (*NullableFolder) Unset ¶
func (v *NullableFolder) Unset()
type NullableFoldersFolderIdDeleteRequest ¶
type NullableFoldersFolderIdDeleteRequest struct {
// contains filtered or unexported fields
}
func NewNullableFoldersFolderIdDeleteRequest ¶
func NewNullableFoldersFolderIdDeleteRequest(val *FoldersFolderIdDeleteRequest) *NullableFoldersFolderIdDeleteRequest
func (NullableFoldersFolderIdDeleteRequest) Get ¶
func (v NullableFoldersFolderIdDeleteRequest) Get() *FoldersFolderIdDeleteRequest
func (NullableFoldersFolderIdDeleteRequest) IsSet ¶
func (v NullableFoldersFolderIdDeleteRequest) IsSet() bool
func (NullableFoldersFolderIdDeleteRequest) MarshalJSON ¶
func (v NullableFoldersFolderIdDeleteRequest) MarshalJSON() ([]byte, error)
func (*NullableFoldersFolderIdDeleteRequest) Set ¶
func (v *NullableFoldersFolderIdDeleteRequest) Set(val *FoldersFolderIdDeleteRequest)
func (*NullableFoldersFolderIdDeleteRequest) UnmarshalJSON ¶
func (v *NullableFoldersFolderIdDeleteRequest) UnmarshalJSON(src []byte) error
func (*NullableFoldersFolderIdDeleteRequest) Unset ¶
func (v *NullableFoldersFolderIdDeleteRequest) Unset()
type NullableFoldersFolderIdGet200Response ¶
type NullableFoldersFolderIdGet200Response struct {
// contains filtered or unexported fields
}
func NewNullableFoldersFolderIdGet200Response ¶
func NewNullableFoldersFolderIdGet200Response(val *FoldersFolderIdGet200Response) *NullableFoldersFolderIdGet200Response
func (NullableFoldersFolderIdGet200Response) Get ¶
func (v NullableFoldersFolderIdGet200Response) Get() *FoldersFolderIdGet200Response
func (NullableFoldersFolderIdGet200Response) IsSet ¶
func (v NullableFoldersFolderIdGet200Response) IsSet() bool
func (NullableFoldersFolderIdGet200Response) MarshalJSON ¶
func (v NullableFoldersFolderIdGet200Response) MarshalJSON() ([]byte, error)
func (*NullableFoldersFolderIdGet200Response) Set ¶
func (v *NullableFoldersFolderIdGet200Response) Set(val *FoldersFolderIdGet200Response)
func (*NullableFoldersFolderIdGet200Response) UnmarshalJSON ¶
func (v *NullableFoldersFolderIdGet200Response) UnmarshalJSON(src []byte) error
func (*NullableFoldersFolderIdGet200Response) Unset ¶
func (v *NullableFoldersFolderIdGet200Response) Unset()
type NullableFoldersFolderIdGet200ResponseData ¶
type NullableFoldersFolderIdGet200ResponseData struct {
// contains filtered or unexported fields
}
func NewNullableFoldersFolderIdGet200ResponseData ¶
func NewNullableFoldersFolderIdGet200ResponseData(val *FoldersFolderIdGet200ResponseData) *NullableFoldersFolderIdGet200ResponseData
func (NullableFoldersFolderIdGet200ResponseData) IsSet ¶
func (v NullableFoldersFolderIdGet200ResponseData) IsSet() bool
func (NullableFoldersFolderIdGet200ResponseData) MarshalJSON ¶
func (v NullableFoldersFolderIdGet200ResponseData) MarshalJSON() ([]byte, error)
func (*NullableFoldersFolderIdGet200ResponseData) Set ¶
func (v *NullableFoldersFolderIdGet200ResponseData) Set(val *FoldersFolderIdGet200ResponseData)
func (*NullableFoldersFolderIdGet200ResponseData) UnmarshalJSON ¶
func (v *NullableFoldersFolderIdGet200ResponseData) UnmarshalJSON(src []byte) error
func (*NullableFoldersFolderIdGet200ResponseData) Unset ¶
func (v *NullableFoldersFolderIdGet200ResponseData) Unset()
type NullableFoldersFolderIdPatch200Response ¶
type NullableFoldersFolderIdPatch200Response struct {
// contains filtered or unexported fields
}
func NewNullableFoldersFolderIdPatch200Response ¶
func NewNullableFoldersFolderIdPatch200Response(val *FoldersFolderIdPatch200Response) *NullableFoldersFolderIdPatch200Response
func (NullableFoldersFolderIdPatch200Response) IsSet ¶
func (v NullableFoldersFolderIdPatch200Response) IsSet() bool
func (NullableFoldersFolderIdPatch200Response) MarshalJSON ¶
func (v NullableFoldersFolderIdPatch200Response) MarshalJSON() ([]byte, error)
func (*NullableFoldersFolderIdPatch200Response) Set ¶
func (v *NullableFoldersFolderIdPatch200Response) Set(val *FoldersFolderIdPatch200Response)
func (*NullableFoldersFolderIdPatch200Response) UnmarshalJSON ¶
func (v *NullableFoldersFolderIdPatch200Response) UnmarshalJSON(src []byte) error
func (*NullableFoldersFolderIdPatch200Response) Unset ¶
func (v *NullableFoldersFolderIdPatch200Response) Unset()
type NullableFoldersFolderIdPatch200ResponseData ¶
type NullableFoldersFolderIdPatch200ResponseData struct {
// contains filtered or unexported fields
}
func NewNullableFoldersFolderIdPatch200ResponseData ¶
func NewNullableFoldersFolderIdPatch200ResponseData(val *FoldersFolderIdPatch200ResponseData) *NullableFoldersFolderIdPatch200ResponseData
func (NullableFoldersFolderIdPatch200ResponseData) IsSet ¶
func (v NullableFoldersFolderIdPatch200ResponseData) IsSet() bool
func (NullableFoldersFolderIdPatch200ResponseData) MarshalJSON ¶
func (v NullableFoldersFolderIdPatch200ResponseData) MarshalJSON() ([]byte, error)
func (*NullableFoldersFolderIdPatch200ResponseData) Set ¶
func (v *NullableFoldersFolderIdPatch200ResponseData) Set(val *FoldersFolderIdPatch200ResponseData)
func (*NullableFoldersFolderIdPatch200ResponseData) UnmarshalJSON ¶
func (v *NullableFoldersFolderIdPatch200ResponseData) UnmarshalJSON(src []byte) error
func (*NullableFoldersFolderIdPatch200ResponseData) Unset ¶
func (v *NullableFoldersFolderIdPatch200ResponseData) Unset()
type NullableFoldersFolderIdPatchRequest ¶
type NullableFoldersFolderIdPatchRequest struct {
// contains filtered or unexported fields
}
func NewNullableFoldersFolderIdPatchRequest ¶
func NewNullableFoldersFolderIdPatchRequest(val *FoldersFolderIdPatchRequest) *NullableFoldersFolderIdPatchRequest
func (NullableFoldersFolderIdPatchRequest) Get ¶
func (v NullableFoldersFolderIdPatchRequest) Get() *FoldersFolderIdPatchRequest
func (NullableFoldersFolderIdPatchRequest) IsSet ¶
func (v NullableFoldersFolderIdPatchRequest) IsSet() bool
func (NullableFoldersFolderIdPatchRequest) MarshalJSON ¶
func (v NullableFoldersFolderIdPatchRequest) MarshalJSON() ([]byte, error)
func (*NullableFoldersFolderIdPatchRequest) Set ¶
func (v *NullableFoldersFolderIdPatchRequest) Set(val *FoldersFolderIdPatchRequest)
func (*NullableFoldersFolderIdPatchRequest) UnmarshalJSON ¶
func (v *NullableFoldersFolderIdPatchRequest) UnmarshalJSON(src []byte) error
func (*NullableFoldersFolderIdPatchRequest) Unset ¶
func (v *NullableFoldersFolderIdPatchRequest) Unset()
type NullableFoldersFolderIdPatchRequestOperationsInner ¶
type NullableFoldersFolderIdPatchRequestOperationsInner struct {
// contains filtered or unexported fields
}
func NewNullableFoldersFolderIdPatchRequestOperationsInner ¶
func NewNullableFoldersFolderIdPatchRequestOperationsInner(val *FoldersFolderIdPatchRequestOperationsInner) *NullableFoldersFolderIdPatchRequestOperationsInner
func (NullableFoldersFolderIdPatchRequestOperationsInner) IsSet ¶
func (v NullableFoldersFolderIdPatchRequestOperationsInner) IsSet() bool
func (NullableFoldersFolderIdPatchRequestOperationsInner) MarshalJSON ¶
func (v NullableFoldersFolderIdPatchRequestOperationsInner) MarshalJSON() ([]byte, error)
func (*NullableFoldersFolderIdPatchRequestOperationsInner) UnmarshalJSON ¶
func (v *NullableFoldersFolderIdPatchRequestOperationsInner) UnmarshalJSON(src []byte) error
func (*NullableFoldersFolderIdPatchRequestOperationsInner) Unset ¶
func (v *NullableFoldersFolderIdPatchRequestOperationsInner) Unset()
type NullableFoldersFolderIdPatchRequestOperationsInnerAnyOf ¶
type NullableFoldersFolderIdPatchRequestOperationsInnerAnyOf struct {
// contains filtered or unexported fields
}
func NewNullableFoldersFolderIdPatchRequestOperationsInnerAnyOf ¶
func NewNullableFoldersFolderIdPatchRequestOperationsInnerAnyOf(val *FoldersFolderIdPatchRequestOperationsInnerAnyOf) *NullableFoldersFolderIdPatchRequestOperationsInnerAnyOf
func (NullableFoldersFolderIdPatchRequestOperationsInnerAnyOf) IsSet ¶
func (v NullableFoldersFolderIdPatchRequestOperationsInnerAnyOf) IsSet() bool
func (NullableFoldersFolderIdPatchRequestOperationsInnerAnyOf) MarshalJSON ¶
func (v NullableFoldersFolderIdPatchRequestOperationsInnerAnyOf) MarshalJSON() ([]byte, error)
func (*NullableFoldersFolderIdPatchRequestOperationsInnerAnyOf) UnmarshalJSON ¶
func (v *NullableFoldersFolderIdPatchRequestOperationsInnerAnyOf) UnmarshalJSON(src []byte) error
func (*NullableFoldersFolderIdPatchRequestOperationsInnerAnyOf) Unset ¶
func (v *NullableFoldersFolderIdPatchRequestOperationsInnerAnyOf) Unset()
type NullableFoldersFolderIdPatchRequestOperationsInnerAnyOf1 ¶
type NullableFoldersFolderIdPatchRequestOperationsInnerAnyOf1 struct {
// contains filtered or unexported fields
}
func NewNullableFoldersFolderIdPatchRequestOperationsInnerAnyOf1 ¶
func NewNullableFoldersFolderIdPatchRequestOperationsInnerAnyOf1(val *FoldersFolderIdPatchRequestOperationsInnerAnyOf1) *NullableFoldersFolderIdPatchRequestOperationsInnerAnyOf1
func (NullableFoldersFolderIdPatchRequestOperationsInnerAnyOf1) IsSet ¶
func (v NullableFoldersFolderIdPatchRequestOperationsInnerAnyOf1) IsSet() bool
func (NullableFoldersFolderIdPatchRequestOperationsInnerAnyOf1) MarshalJSON ¶
func (v NullableFoldersFolderIdPatchRequestOperationsInnerAnyOf1) MarshalJSON() ([]byte, error)
func (*NullableFoldersFolderIdPatchRequestOperationsInnerAnyOf1) UnmarshalJSON ¶
func (v *NullableFoldersFolderIdPatchRequestOperationsInnerAnyOf1) UnmarshalJSON(src []byte) error
func (*NullableFoldersFolderIdPatchRequestOperationsInnerAnyOf1) Unset ¶
func (v *NullableFoldersFolderIdPatchRequestOperationsInnerAnyOf1) Unset()
type NullableFoldersFolderIdPatchRequestOperationsInnerAnyOf2 ¶
type NullableFoldersFolderIdPatchRequestOperationsInnerAnyOf2 struct {
// contains filtered or unexported fields
}
func NewNullableFoldersFolderIdPatchRequestOperationsInnerAnyOf2 ¶
func NewNullableFoldersFolderIdPatchRequestOperationsInnerAnyOf2(val *FoldersFolderIdPatchRequestOperationsInnerAnyOf2) *NullableFoldersFolderIdPatchRequestOperationsInnerAnyOf2
func (NullableFoldersFolderIdPatchRequestOperationsInnerAnyOf2) IsSet ¶
func (v NullableFoldersFolderIdPatchRequestOperationsInnerAnyOf2) IsSet() bool
func (NullableFoldersFolderIdPatchRequestOperationsInnerAnyOf2) MarshalJSON ¶
func (v NullableFoldersFolderIdPatchRequestOperationsInnerAnyOf2) MarshalJSON() ([]byte, error)
func (*NullableFoldersFolderIdPatchRequestOperationsInnerAnyOf2) UnmarshalJSON ¶
func (v *NullableFoldersFolderIdPatchRequestOperationsInnerAnyOf2) UnmarshalJSON(src []byte) error
func (*NullableFoldersFolderIdPatchRequestOperationsInnerAnyOf2) Unset ¶
func (v *NullableFoldersFolderIdPatchRequestOperationsInnerAnyOf2) Unset()
type NullableFoldersGet200Response ¶
type NullableFoldersGet200Response struct {
// contains filtered or unexported fields
}
func NewNullableFoldersGet200Response ¶
func NewNullableFoldersGet200Response(val *FoldersGet200Response) *NullableFoldersGet200Response
func (NullableFoldersGet200Response) Get ¶
func (v NullableFoldersGet200Response) Get() *FoldersGet200Response
func (NullableFoldersGet200Response) IsSet ¶
func (v NullableFoldersGet200Response) IsSet() bool
func (NullableFoldersGet200Response) MarshalJSON ¶
func (v NullableFoldersGet200Response) MarshalJSON() ([]byte, error)
func (*NullableFoldersGet200Response) Set ¶
func (v *NullableFoldersGet200Response) Set(val *FoldersGet200Response)
func (*NullableFoldersGet200Response) UnmarshalJSON ¶
func (v *NullableFoldersGet200Response) UnmarshalJSON(src []byte) error
func (*NullableFoldersGet200Response) Unset ¶
func (v *NullableFoldersGet200Response) Unset()
type NullableFoldersGet200ResponseDataInner ¶
type NullableFoldersGet200ResponseDataInner struct {
// contains filtered or unexported fields
}
func NewNullableFoldersGet200ResponseDataInner ¶
func NewNullableFoldersGet200ResponseDataInner(val *FoldersGet200ResponseDataInner) *NullableFoldersGet200ResponseDataInner
func (NullableFoldersGet200ResponseDataInner) Get ¶
func (v NullableFoldersGet200ResponseDataInner) Get() *FoldersGet200ResponseDataInner
func (NullableFoldersGet200ResponseDataInner) IsSet ¶
func (v NullableFoldersGet200ResponseDataInner) IsSet() bool
func (NullableFoldersGet200ResponseDataInner) MarshalJSON ¶
func (v NullableFoldersGet200ResponseDataInner) MarshalJSON() ([]byte, error)
func (*NullableFoldersGet200ResponseDataInner) Set ¶
func (v *NullableFoldersGet200ResponseDataInner) Set(val *FoldersGet200ResponseDataInner)
func (*NullableFoldersGet200ResponseDataInner) UnmarshalJSON ¶
func (v *NullableFoldersGet200ResponseDataInner) UnmarshalJSON(src []byte) error
func (*NullableFoldersGet200ResponseDataInner) Unset ¶
func (v *NullableFoldersGet200ResponseDataInner) Unset()
type NullableFoldersPost200Response ¶
type NullableFoldersPost200Response struct {
// contains filtered or unexported fields
}
func NewNullableFoldersPost200Response ¶
func NewNullableFoldersPost200Response(val *FoldersPost200Response) *NullableFoldersPost200Response
func (NullableFoldersPost200Response) Get ¶
func (v NullableFoldersPost200Response) Get() *FoldersPost200Response
func (NullableFoldersPost200Response) IsSet ¶
func (v NullableFoldersPost200Response) IsSet() bool
func (NullableFoldersPost200Response) MarshalJSON ¶
func (v NullableFoldersPost200Response) MarshalJSON() ([]byte, error)
func (*NullableFoldersPost200Response) Set ¶
func (v *NullableFoldersPost200Response) Set(val *FoldersPost200Response)
func (*NullableFoldersPost200Response) UnmarshalJSON ¶
func (v *NullableFoldersPost200Response) UnmarshalJSON(src []byte) error
func (*NullableFoldersPost200Response) Unset ¶
func (v *NullableFoldersPost200Response) Unset()
type NullableFoldersPost200ResponseData ¶
type NullableFoldersPost200ResponseData struct {
// contains filtered or unexported fields
}
func NewNullableFoldersPost200ResponseData ¶
func NewNullableFoldersPost200ResponseData(val *FoldersPost200ResponseData) *NullableFoldersPost200ResponseData
func (NullableFoldersPost200ResponseData) Get ¶
func (v NullableFoldersPost200ResponseData) Get() *FoldersPost200ResponseData
func (NullableFoldersPost200ResponseData) IsSet ¶
func (v NullableFoldersPost200ResponseData) IsSet() bool
func (NullableFoldersPost200ResponseData) MarshalJSON ¶
func (v NullableFoldersPost200ResponseData) MarshalJSON() ([]byte, error)
func (*NullableFoldersPost200ResponseData) Set ¶
func (v *NullableFoldersPost200ResponseData) Set(val *FoldersPost200ResponseData)
func (*NullableFoldersPost200ResponseData) UnmarshalJSON ¶
func (v *NullableFoldersPost200ResponseData) UnmarshalJSON(src []byte) error
func (*NullableFoldersPost200ResponseData) Unset ¶
func (v *NullableFoldersPost200ResponseData) Unset()
type NullableFoldersPost409Response ¶
type NullableFoldersPost409Response struct {
// contains filtered or unexported fields
}
func NewNullableFoldersPost409Response ¶
func NewNullableFoldersPost409Response(val *FoldersPost409Response) *NullableFoldersPost409Response
func (NullableFoldersPost409Response) Get ¶
func (v NullableFoldersPost409Response) Get() *FoldersPost409Response
func (NullableFoldersPost409Response) IsSet ¶
func (v NullableFoldersPost409Response) IsSet() bool
func (NullableFoldersPost409Response) MarshalJSON ¶
func (v NullableFoldersPost409Response) MarshalJSON() ([]byte, error)
func (*NullableFoldersPost409Response) Set ¶
func (v *NullableFoldersPost409Response) Set(val *FoldersPost409Response)
func (*NullableFoldersPost409Response) UnmarshalJSON ¶
func (v *NullableFoldersPost409Response) UnmarshalJSON(src []byte) error
func (*NullableFoldersPost409Response) Unset ¶
func (v *NullableFoldersPost409Response) Unset()
type NullableFoldersPostRequest ¶
type NullableFoldersPostRequest struct {
// contains filtered or unexported fields
}
func NewNullableFoldersPostRequest ¶
func NewNullableFoldersPostRequest(val *FoldersPostRequest) *NullableFoldersPostRequest
func (NullableFoldersPostRequest) Get ¶
func (v NullableFoldersPostRequest) Get() *FoldersPostRequest
func (NullableFoldersPostRequest) IsSet ¶
func (v NullableFoldersPostRequest) IsSet() bool
func (NullableFoldersPostRequest) MarshalJSON ¶
func (v NullableFoldersPostRequest) MarshalJSON() ([]byte, error)
func (*NullableFoldersPostRequest) Set ¶
func (v *NullableFoldersPostRequest) Set(val *FoldersPostRequest)
func (*NullableFoldersPostRequest) UnmarshalJSON ¶
func (v *NullableFoldersPostRequest) UnmarshalJSON(src []byte) error
func (*NullableFoldersPostRequest) Unset ¶
func (v *NullableFoldersPostRequest) Unset()
type NullableGitHub ¶ added in v1.0.0
type NullableGitHub struct {
// contains filtered or unexported fields
}
func NewNullableGitHub ¶ added in v1.0.0
func NewNullableGitHub(val *GitHub) *NullableGitHub
func (NullableGitHub) Get ¶ added in v1.0.0
func (v NullableGitHub) Get() *GitHub
func (NullableGitHub) IsSet ¶ added in v1.0.0
func (v NullableGitHub) IsSet() bool
func (NullableGitHub) MarshalJSON ¶ added in v1.0.0
func (v NullableGitHub) MarshalJSON() ([]byte, error)
func (*NullableGitHub) Set ¶ added in v1.0.0
func (v *NullableGitHub) Set(val *GitHub)
func (*NullableGitHub) UnmarshalJSON ¶ added in v1.0.0
func (v *NullableGitHub) UnmarshalJSON(src []byte) error
func (*NullableGitHub) Unset ¶ added in v1.0.0
func (v *NullableGitHub) Unset()
type NullableGitHubConfig ¶ added in v1.0.0
type NullableGitHubConfig struct {
// contains filtered or unexported fields
}
func NewNullableGitHubConfig ¶ added in v1.0.0
func NewNullableGitHubConfig(val *GitHubConfig) *NullableGitHubConfig
func (NullableGitHubConfig) Get ¶ added in v1.0.0
func (v NullableGitHubConfig) Get() *GitHubConfig
func (NullableGitHubConfig) IsSet ¶ added in v1.0.0
func (v NullableGitHubConfig) IsSet() bool
func (NullableGitHubConfig) MarshalJSON ¶ added in v1.0.0
func (v NullableGitHubConfig) MarshalJSON() ([]byte, error)
func (*NullableGitHubConfig) Set ¶ added in v1.0.0
func (v *NullableGitHubConfig) Set(val *GitHubConfig)
func (*NullableGitHubConfig) UnmarshalJSON ¶ added in v1.0.0
func (v *NullableGitHubConfig) UnmarshalJSON(src []byte) error
func (*NullableGitHubConfig) Unset ¶ added in v1.0.0
func (v *NullableGitHubConfig) Unset()
type NullableGitHubConfigAnyOf ¶ added in v1.0.0
type NullableGitHubConfigAnyOf struct {
// contains filtered or unexported fields
}
func NewNullableGitHubConfigAnyOf ¶ added in v1.0.0
func NewNullableGitHubConfigAnyOf(val *GitHubConfigAnyOf) *NullableGitHubConfigAnyOf
func (NullableGitHubConfigAnyOf) Get ¶ added in v1.0.0
func (v NullableGitHubConfigAnyOf) Get() *GitHubConfigAnyOf
func (NullableGitHubConfigAnyOf) IsSet ¶ added in v1.0.0
func (v NullableGitHubConfigAnyOf) IsSet() bool
func (NullableGitHubConfigAnyOf) MarshalJSON ¶ added in v1.0.0
func (v NullableGitHubConfigAnyOf) MarshalJSON() ([]byte, error)
func (*NullableGitHubConfigAnyOf) Set ¶ added in v1.0.0
func (v *NullableGitHubConfigAnyOf) Set(val *GitHubConfigAnyOf)
func (*NullableGitHubConfigAnyOf) UnmarshalJSON ¶ added in v1.0.0
func (v *NullableGitHubConfigAnyOf) UnmarshalJSON(src []byte) error
func (*NullableGitHubConfigAnyOf) Unset ¶ added in v1.0.0
func (v *NullableGitHubConfigAnyOf) Unset()
type NullableGitHubConfigAnyOf1 ¶ added in v1.0.0
type NullableGitHubConfigAnyOf1 struct {
// contains filtered or unexported fields
}
func NewNullableGitHubConfigAnyOf1 ¶ added in v1.0.0
func NewNullableGitHubConfigAnyOf1(val *GitHubConfigAnyOf1) *NullableGitHubConfigAnyOf1
func (NullableGitHubConfigAnyOf1) Get ¶ added in v1.0.0
func (v NullableGitHubConfigAnyOf1) Get() *GitHubConfigAnyOf1
func (NullableGitHubConfigAnyOf1) IsSet ¶ added in v1.0.0
func (v NullableGitHubConfigAnyOf1) IsSet() bool
func (NullableGitHubConfigAnyOf1) MarshalJSON ¶ added in v1.0.0
func (v NullableGitHubConfigAnyOf1) MarshalJSON() ([]byte, error)
func (*NullableGitHubConfigAnyOf1) Set ¶ added in v1.0.0
func (v *NullableGitHubConfigAnyOf1) Set(val *GitHubConfigAnyOf1)
func (*NullableGitHubConfigAnyOf1) UnmarshalJSON ¶ added in v1.0.0
func (v *NullableGitHubConfigAnyOf1) UnmarshalJSON(src []byte) error
func (*NullableGitHubConfigAnyOf1) Unset ¶ added in v1.0.0
func (v *NullableGitHubConfigAnyOf1) Unset()
type NullableGitLab ¶ added in v1.0.0
type NullableGitLab struct {
// contains filtered or unexported fields
}
func NewNullableGitLab ¶ added in v1.0.0
func NewNullableGitLab(val *GitLab) *NullableGitLab
func (NullableGitLab) Get ¶ added in v1.0.0
func (v NullableGitLab) Get() *GitLab
func (NullableGitLab) IsSet ¶ added in v1.0.0
func (v NullableGitLab) IsSet() bool
func (NullableGitLab) MarshalJSON ¶ added in v1.0.0
func (v NullableGitLab) MarshalJSON() ([]byte, error)
func (*NullableGitLab) Set ¶ added in v1.0.0
func (v *NullableGitLab) Set(val *GitLab)
func (*NullableGitLab) UnmarshalJSON ¶ added in v1.0.0
func (v *NullableGitLab) UnmarshalJSON(src []byte) error
func (*NullableGitLab) Unset ¶ added in v1.0.0
func (v *NullableGitLab) Unset()
type NullableGitLabConfig ¶ added in v1.0.0
type NullableGitLabConfig struct {
// contains filtered or unexported fields
}
func NewNullableGitLabConfig ¶ added in v1.0.0
func NewNullableGitLabConfig(val *GitLabConfig) *NullableGitLabConfig
func (NullableGitLabConfig) Get ¶ added in v1.0.0
func (v NullableGitLabConfig) Get() *GitLabConfig
func (NullableGitLabConfig) IsSet ¶ added in v1.0.0
func (v NullableGitLabConfig) IsSet() bool
func (NullableGitLabConfig) MarshalJSON ¶ added in v1.0.0
func (v NullableGitLabConfig) MarshalJSON() ([]byte, error)
func (*NullableGitLabConfig) Set ¶ added in v1.0.0
func (v *NullableGitLabConfig) Set(val *GitLabConfig)
func (*NullableGitLabConfig) UnmarshalJSON ¶ added in v1.0.0
func (v *NullableGitLabConfig) UnmarshalJSON(src []byte) error
func (*NullableGitLabConfig) Unset ¶ added in v1.0.0
func (v *NullableGitLabConfig) Unset()
type NullableGoogle ¶ added in v1.0.0
type NullableGoogle struct {
// contains filtered or unexported fields
}
func NewNullableGoogle ¶ added in v1.0.0
func NewNullableGoogle(val *Google) *NullableGoogle
func (NullableGoogle) Get ¶ added in v1.0.0
func (v NullableGoogle) Get() *Google
func (NullableGoogle) IsSet ¶ added in v1.0.0
func (v NullableGoogle) IsSet() bool
func (NullableGoogle) MarshalJSON ¶ added in v1.0.0
func (v NullableGoogle) MarshalJSON() ([]byte, error)
func (*NullableGoogle) Set ¶ added in v1.0.0
func (v *NullableGoogle) Set(val *Google)
func (*NullableGoogle) UnmarshalJSON ¶ added in v1.0.0
func (v *NullableGoogle) UnmarshalJSON(src []byte) error
func (*NullableGoogle) Unset ¶ added in v1.0.0
func (v *NullableGoogle) Unset()
type NullableGoogleOIDC ¶ added in v1.0.0
type NullableGoogleOIDC struct {
// contains filtered or unexported fields
}
func NewNullableGoogleOIDC ¶ added in v1.0.0
func NewNullableGoogleOIDC(val *GoogleOIDC) *NullableGoogleOIDC
func (NullableGoogleOIDC) Get ¶ added in v1.0.0
func (v NullableGoogleOIDC) Get() *GoogleOIDC
func (NullableGoogleOIDC) IsSet ¶ added in v1.0.0
func (v NullableGoogleOIDC) IsSet() bool
func (NullableGoogleOIDC) MarshalJSON ¶ added in v1.0.0
func (v NullableGoogleOIDC) MarshalJSON() ([]byte, error)
func (*NullableGoogleOIDC) Set ¶ added in v1.0.0
func (v *NullableGoogleOIDC) Set(val *GoogleOIDC)
func (*NullableGoogleOIDC) UnmarshalJSON ¶ added in v1.0.0
func (v *NullableGoogleOIDC) UnmarshalJSON(src []byte) error
func (*NullableGoogleOIDC) Unset ¶ added in v1.0.0
func (v *NullableGoogleOIDC) Unset()
type NullableGoogleSAML ¶ added in v1.0.0
type NullableGoogleSAML struct {
// contains filtered or unexported fields
}
func NewNullableGoogleSAML ¶ added in v1.0.0
func NewNullableGoogleSAML(val *GoogleSAML) *NullableGoogleSAML
func (NullableGoogleSAML) Get ¶ added in v1.0.0
func (v NullableGoogleSAML) Get() *GoogleSAML
func (NullableGoogleSAML) IsSet ¶ added in v1.0.0
func (v NullableGoogleSAML) IsSet() bool
func (NullableGoogleSAML) MarshalJSON ¶ added in v1.0.0
func (v NullableGoogleSAML) MarshalJSON() ([]byte, error)
func (*NullableGoogleSAML) Set ¶ added in v1.0.0
func (v *NullableGoogleSAML) Set(val *GoogleSAML)
func (*NullableGoogleSAML) UnmarshalJSON ¶ added in v1.0.0
func (v *NullableGoogleSAML) UnmarshalJSON(src []byte) error
func (*NullableGoogleSAML) Unset ¶ added in v1.0.0
func (v *NullableGoogleSAML) Unset()
type NullableGroup ¶
type NullableGroup struct {
// contains filtered or unexported fields
}
func NewNullableGroup ¶
func NewNullableGroup(val *Group) *NullableGroup
func (NullableGroup) Get ¶
func (v NullableGroup) Get() *Group
func (NullableGroup) IsSet ¶
func (v NullableGroup) IsSet() bool
func (NullableGroup) MarshalJSON ¶
func (v NullableGroup) MarshalJSON() ([]byte, error)
func (*NullableGroup) Set ¶
func (v *NullableGroup) Set(val *Group)
func (*NullableGroup) UnmarshalJSON ¶
func (v *NullableGroup) UnmarshalJSON(src []byte) error
func (*NullableGroup) Unset ¶
func (v *NullableGroup) Unset()
type NullableGroupsGet200Response ¶
type NullableGroupsGet200Response struct {
// contains filtered or unexported fields
}
func NewNullableGroupsGet200Response ¶
func NewNullableGroupsGet200Response(val *GroupsGet200Response) *NullableGroupsGet200Response
func (NullableGroupsGet200Response) Get ¶
func (v NullableGroupsGet200Response) Get() *GroupsGet200Response
func (NullableGroupsGet200Response) IsSet ¶
func (v NullableGroupsGet200Response) IsSet() bool
func (NullableGroupsGet200Response) MarshalJSON ¶
func (v NullableGroupsGet200Response) MarshalJSON() ([]byte, error)
func (*NullableGroupsGet200Response) Set ¶
func (v *NullableGroupsGet200Response) Set(val *GroupsGet200Response)
func (*NullableGroupsGet200Response) UnmarshalJSON ¶
func (v *NullableGroupsGet200Response) UnmarshalJSON(src []byte) error
func (*NullableGroupsGet200Response) Unset ¶
func (v *NullableGroupsGet200Response) Unset()
type NullableGroupsGet200ResponseDataInner ¶
type NullableGroupsGet200ResponseDataInner struct {
// contains filtered or unexported fields
}
func NewNullableGroupsGet200ResponseDataInner ¶
func NewNullableGroupsGet200ResponseDataInner(val *GroupsGet200ResponseDataInner) *NullableGroupsGet200ResponseDataInner
func (NullableGroupsGet200ResponseDataInner) Get ¶
func (v NullableGroupsGet200ResponseDataInner) Get() *GroupsGet200ResponseDataInner
func (NullableGroupsGet200ResponseDataInner) IsSet ¶
func (v NullableGroupsGet200ResponseDataInner) IsSet() bool
func (NullableGroupsGet200ResponseDataInner) MarshalJSON ¶
func (v NullableGroupsGet200ResponseDataInner) MarshalJSON() ([]byte, error)
func (*NullableGroupsGet200ResponseDataInner) Set ¶
func (v *NullableGroupsGet200ResponseDataInner) Set(val *GroupsGet200ResponseDataInner)
func (*NullableGroupsGet200ResponseDataInner) UnmarshalJSON ¶
func (v *NullableGroupsGet200ResponseDataInner) UnmarshalJSON(src []byte) error
func (*NullableGroupsGet200ResponseDataInner) Unset ¶
func (v *NullableGroupsGet200ResponseDataInner) Unset()
type NullableGroupsGroupIdGet200Response ¶
type NullableGroupsGroupIdGet200Response struct {
// contains filtered or unexported fields
}
func NewNullableGroupsGroupIdGet200Response ¶
func NewNullableGroupsGroupIdGet200Response(val *GroupsGroupIdGet200Response) *NullableGroupsGroupIdGet200Response
func (NullableGroupsGroupIdGet200Response) Get ¶
func (v NullableGroupsGroupIdGet200Response) Get() *GroupsGroupIdGet200Response
func (NullableGroupsGroupIdGet200Response) IsSet ¶
func (v NullableGroupsGroupIdGet200Response) IsSet() bool
func (NullableGroupsGroupIdGet200Response) MarshalJSON ¶
func (v NullableGroupsGroupIdGet200Response) MarshalJSON() ([]byte, error)
func (*NullableGroupsGroupIdGet200Response) Set ¶
func (v *NullableGroupsGroupIdGet200Response) Set(val *GroupsGroupIdGet200Response)
func (*NullableGroupsGroupIdGet200Response) UnmarshalJSON ¶
func (v *NullableGroupsGroupIdGet200Response) UnmarshalJSON(src []byte) error
func (*NullableGroupsGroupIdGet200Response) Unset ¶
func (v *NullableGroupsGroupIdGet200Response) Unset()
type NullableGroupsGroupIdGet200ResponseData ¶
type NullableGroupsGroupIdGet200ResponseData struct {
// contains filtered or unexported fields
}
func NewNullableGroupsGroupIdGet200ResponseData ¶
func NewNullableGroupsGroupIdGet200ResponseData(val *GroupsGroupIdGet200ResponseData) *NullableGroupsGroupIdGet200ResponseData
func (NullableGroupsGroupIdGet200ResponseData) IsSet ¶
func (v NullableGroupsGroupIdGet200ResponseData) IsSet() bool
func (NullableGroupsGroupIdGet200ResponseData) MarshalJSON ¶
func (v NullableGroupsGroupIdGet200ResponseData) MarshalJSON() ([]byte, error)
func (*NullableGroupsGroupIdGet200ResponseData) Set ¶
func (v *NullableGroupsGroupIdGet200ResponseData) Set(val *GroupsGroupIdGet200ResponseData)
func (*NullableGroupsGroupIdGet200ResponseData) UnmarshalJSON ¶
func (v *NullableGroupsGroupIdGet200ResponseData) UnmarshalJSON(src []byte) error
func (*NullableGroupsGroupIdGet200ResponseData) Unset ¶
func (v *NullableGroupsGroupIdGet200ResponseData) Unset()
type NullableGroupsGroupIdGet200ResponseDataMembersInner ¶
type NullableGroupsGroupIdGet200ResponseDataMembersInner struct {
// contains filtered or unexported fields
}
func NewNullableGroupsGroupIdGet200ResponseDataMembersInner ¶
func NewNullableGroupsGroupIdGet200ResponseDataMembersInner(val *GroupsGroupIdGet200ResponseDataMembersInner) *NullableGroupsGroupIdGet200ResponseDataMembersInner
func (NullableGroupsGroupIdGet200ResponseDataMembersInner) IsSet ¶
func (v NullableGroupsGroupIdGet200ResponseDataMembersInner) IsSet() bool
func (NullableGroupsGroupIdGet200ResponseDataMembersInner) MarshalJSON ¶
func (v NullableGroupsGroupIdGet200ResponseDataMembersInner) MarshalJSON() ([]byte, error)
func (*NullableGroupsGroupIdGet200ResponseDataMembersInner) UnmarshalJSON ¶
func (v *NullableGroupsGroupIdGet200ResponseDataMembersInner) UnmarshalJSON(src []byte) error
func (*NullableGroupsGroupIdGet200ResponseDataMembersInner) Unset ¶
func (v *NullableGroupsGroupIdGet200ResponseDataMembersInner) Unset()
type NullableGroupsGroupIdGet200ResponseDataUserInvitesInner ¶
type NullableGroupsGroupIdGet200ResponseDataUserInvitesInner struct {
// contains filtered or unexported fields
}
func NewNullableGroupsGroupIdGet200ResponseDataUserInvitesInner ¶
func NewNullableGroupsGroupIdGet200ResponseDataUserInvitesInner(val *GroupsGroupIdGet200ResponseDataUserInvitesInner) *NullableGroupsGroupIdGet200ResponseDataUserInvitesInner
func (NullableGroupsGroupIdGet200ResponseDataUserInvitesInner) IsSet ¶
func (v NullableGroupsGroupIdGet200ResponseDataUserInvitesInner) IsSet() bool
func (NullableGroupsGroupIdGet200ResponseDataUserInvitesInner) MarshalJSON ¶
func (v NullableGroupsGroupIdGet200ResponseDataUserInvitesInner) MarshalJSON() ([]byte, error)
func (*NullableGroupsGroupIdGet200ResponseDataUserInvitesInner) UnmarshalJSON ¶
func (v *NullableGroupsGroupIdGet200ResponseDataUserInvitesInner) UnmarshalJSON(src []byte) error
func (*NullableGroupsGroupIdGet200ResponseDataUserInvitesInner) Unset ¶
func (v *NullableGroupsGroupIdGet200ResponseDataUserInvitesInner) Unset()
type NullableGroupsGroupIdMembersPostRequest ¶
type NullableGroupsGroupIdMembersPostRequest struct {
// contains filtered or unexported fields
}
func NewNullableGroupsGroupIdMembersPostRequest ¶
func NewNullableGroupsGroupIdMembersPostRequest(val *GroupsGroupIdMembersPostRequest) *NullableGroupsGroupIdMembersPostRequest
func (NullableGroupsGroupIdMembersPostRequest) IsSet ¶
func (v NullableGroupsGroupIdMembersPostRequest) IsSet() bool
func (NullableGroupsGroupIdMembersPostRequest) MarshalJSON ¶
func (v NullableGroupsGroupIdMembersPostRequest) MarshalJSON() ([]byte, error)
func (*NullableGroupsGroupIdMembersPostRequest) Set ¶
func (v *NullableGroupsGroupIdMembersPostRequest) Set(val *GroupsGroupIdMembersPostRequest)
func (*NullableGroupsGroupIdMembersPostRequest) UnmarshalJSON ¶
func (v *NullableGroupsGroupIdMembersPostRequest) UnmarshalJSON(src []byte) error
func (*NullableGroupsGroupIdMembersPostRequest) Unset ¶
func (v *NullableGroupsGroupIdMembersPostRequest) Unset()
type NullableGroupsGroupIdPatchRequest ¶
type NullableGroupsGroupIdPatchRequest struct {
// contains filtered or unexported fields
}
func NewNullableGroupsGroupIdPatchRequest ¶
func NewNullableGroupsGroupIdPatchRequest(val *GroupsGroupIdPatchRequest) *NullableGroupsGroupIdPatchRequest
func (NullableGroupsGroupIdPatchRequest) Get ¶
func (v NullableGroupsGroupIdPatchRequest) Get() *GroupsGroupIdPatchRequest
func (NullableGroupsGroupIdPatchRequest) IsSet ¶
func (v NullableGroupsGroupIdPatchRequest) IsSet() bool
func (NullableGroupsGroupIdPatchRequest) MarshalJSON ¶
func (v NullableGroupsGroupIdPatchRequest) MarshalJSON() ([]byte, error)
func (*NullableGroupsGroupIdPatchRequest) Set ¶
func (v *NullableGroupsGroupIdPatchRequest) Set(val *GroupsGroupIdPatchRequest)
func (*NullableGroupsGroupIdPatchRequest) UnmarshalJSON ¶
func (v *NullableGroupsGroupIdPatchRequest) UnmarshalJSON(src []byte) error
func (*NullableGroupsGroupIdPatchRequest) Unset ¶
func (v *NullableGroupsGroupIdPatchRequest) Unset()
type NullableGroupsGroupIdPatchRequestOperationsInner ¶
type NullableGroupsGroupIdPatchRequestOperationsInner struct {
// contains filtered or unexported fields
}
func NewNullableGroupsGroupIdPatchRequestOperationsInner ¶
func NewNullableGroupsGroupIdPatchRequestOperationsInner(val *GroupsGroupIdPatchRequestOperationsInner) *NullableGroupsGroupIdPatchRequestOperationsInner
func (NullableGroupsGroupIdPatchRequestOperationsInner) IsSet ¶
func (v NullableGroupsGroupIdPatchRequestOperationsInner) IsSet() bool
func (NullableGroupsGroupIdPatchRequestOperationsInner) MarshalJSON ¶
func (v NullableGroupsGroupIdPatchRequestOperationsInner) MarshalJSON() ([]byte, error)
func (*NullableGroupsGroupIdPatchRequestOperationsInner) UnmarshalJSON ¶
func (v *NullableGroupsGroupIdPatchRequestOperationsInner) UnmarshalJSON(src []byte) error
func (*NullableGroupsGroupIdPatchRequestOperationsInner) Unset ¶
func (v *NullableGroupsGroupIdPatchRequestOperationsInner) Unset()
type NullableGroupsGroupIdPut200Response ¶
type NullableGroupsGroupIdPut200Response struct {
// contains filtered or unexported fields
}
func NewNullableGroupsGroupIdPut200Response ¶
func NewNullableGroupsGroupIdPut200Response(val *GroupsGroupIdPut200Response) *NullableGroupsGroupIdPut200Response
func (NullableGroupsGroupIdPut200Response) Get ¶
func (v NullableGroupsGroupIdPut200Response) Get() *GroupsGroupIdPut200Response
func (NullableGroupsGroupIdPut200Response) IsSet ¶
func (v NullableGroupsGroupIdPut200Response) IsSet() bool
func (NullableGroupsGroupIdPut200Response) MarshalJSON ¶
func (v NullableGroupsGroupIdPut200Response) MarshalJSON() ([]byte, error)
func (*NullableGroupsGroupIdPut200Response) Set ¶
func (v *NullableGroupsGroupIdPut200Response) Set(val *GroupsGroupIdPut200Response)
func (*NullableGroupsGroupIdPut200Response) UnmarshalJSON ¶
func (v *NullableGroupsGroupIdPut200Response) UnmarshalJSON(src []byte) error
func (*NullableGroupsGroupIdPut200Response) Unset ¶
func (v *NullableGroupsGroupIdPut200Response) Unset()
type NullableGroupsGroupIdPut200ResponseData ¶
type NullableGroupsGroupIdPut200ResponseData struct {
// contains filtered or unexported fields
}
func NewNullableGroupsGroupIdPut200ResponseData ¶
func NewNullableGroupsGroupIdPut200ResponseData(val *GroupsGroupIdPut200ResponseData) *NullableGroupsGroupIdPut200ResponseData
func (NullableGroupsGroupIdPut200ResponseData) IsSet ¶
func (v NullableGroupsGroupIdPut200ResponseData) IsSet() bool
func (NullableGroupsGroupIdPut200ResponseData) MarshalJSON ¶
func (v NullableGroupsGroupIdPut200ResponseData) MarshalJSON() ([]byte, error)
func (*NullableGroupsGroupIdPut200ResponseData) Set ¶
func (v *NullableGroupsGroupIdPut200ResponseData) Set(val *GroupsGroupIdPut200ResponseData)
func (*NullableGroupsGroupIdPut200ResponseData) UnmarshalJSON ¶
func (v *NullableGroupsGroupIdPut200ResponseData) UnmarshalJSON(src []byte) error
func (*NullableGroupsGroupIdPut200ResponseData) Unset ¶
func (v *NullableGroupsGroupIdPut200ResponseData) Unset()
type NullableGroupsGroupIdPutRequest ¶
type NullableGroupsGroupIdPutRequest struct {
// contains filtered or unexported fields
}
func NewNullableGroupsGroupIdPutRequest ¶
func NewNullableGroupsGroupIdPutRequest(val *GroupsGroupIdPutRequest) *NullableGroupsGroupIdPutRequest
func (NullableGroupsGroupIdPutRequest) Get ¶
func (v NullableGroupsGroupIdPutRequest) Get() *GroupsGroupIdPutRequest
func (NullableGroupsGroupIdPutRequest) IsSet ¶
func (v NullableGroupsGroupIdPutRequest) IsSet() bool
func (NullableGroupsGroupIdPutRequest) MarshalJSON ¶
func (v NullableGroupsGroupIdPutRequest) MarshalJSON() ([]byte, error)
func (*NullableGroupsGroupIdPutRequest) Set ¶
func (v *NullableGroupsGroupIdPutRequest) Set(val *GroupsGroupIdPutRequest)
func (*NullableGroupsGroupIdPutRequest) UnmarshalJSON ¶
func (v *NullableGroupsGroupIdPutRequest) UnmarshalJSON(src []byte) error
func (*NullableGroupsGroupIdPutRequest) Unset ¶
func (v *NullableGroupsGroupIdPutRequest) Unset()
type NullableGroupsGroupIdPutRequestMembersInner ¶
type NullableGroupsGroupIdPutRequestMembersInner struct {
// contains filtered or unexported fields
}
func NewNullableGroupsGroupIdPutRequestMembersInner ¶
func NewNullableGroupsGroupIdPutRequestMembersInner(val *GroupsGroupIdPutRequestMembersInner) *NullableGroupsGroupIdPutRequestMembersInner
func (NullableGroupsGroupIdPutRequestMembersInner) IsSet ¶
func (v NullableGroupsGroupIdPutRequestMembersInner) IsSet() bool
func (NullableGroupsGroupIdPutRequestMembersInner) MarshalJSON ¶
func (v NullableGroupsGroupIdPutRequestMembersInner) MarshalJSON() ([]byte, error)
func (*NullableGroupsGroupIdPutRequestMembersInner) Set ¶
func (v *NullableGroupsGroupIdPutRequestMembersInner) Set(val *GroupsGroupIdPutRequestMembersInner)
func (*NullableGroupsGroupIdPutRequestMembersInner) UnmarshalJSON ¶
func (v *NullableGroupsGroupIdPutRequestMembersInner) UnmarshalJSON(src []byte) error
func (*NullableGroupsGroupIdPutRequestMembersInner) Unset ¶
func (v *NullableGroupsGroupIdPutRequestMembersInner) Unset()
type NullableGroupsGroupIdUserInvitesPostRequest ¶
type NullableGroupsGroupIdUserInvitesPostRequest struct {
// contains filtered or unexported fields
}
func NewNullableGroupsGroupIdUserInvitesPostRequest ¶
func NewNullableGroupsGroupIdUserInvitesPostRequest(val *GroupsGroupIdUserInvitesPostRequest) *NullableGroupsGroupIdUserInvitesPostRequest
func (NullableGroupsGroupIdUserInvitesPostRequest) IsSet ¶
func (v NullableGroupsGroupIdUserInvitesPostRequest) IsSet() bool
func (NullableGroupsGroupIdUserInvitesPostRequest) MarshalJSON ¶
func (v NullableGroupsGroupIdUserInvitesPostRequest) MarshalJSON() ([]byte, error)
func (*NullableGroupsGroupIdUserInvitesPostRequest) Set ¶
func (v *NullableGroupsGroupIdUserInvitesPostRequest) Set(val *GroupsGroupIdUserInvitesPostRequest)
func (*NullableGroupsGroupIdUserInvitesPostRequest) UnmarshalJSON ¶
func (v *NullableGroupsGroupIdUserInvitesPostRequest) UnmarshalJSON(src []byte) error
func (*NullableGroupsGroupIdUserInvitesPostRequest) Unset ¶
func (v *NullableGroupsGroupIdUserInvitesPostRequest) Unset()
type NullableGroupsPost200Response ¶
type NullableGroupsPost200Response struct {
// contains filtered or unexported fields
}
func NewNullableGroupsPost200Response ¶
func NewNullableGroupsPost200Response(val *GroupsPost200Response) *NullableGroupsPost200Response
func (NullableGroupsPost200Response) Get ¶
func (v NullableGroupsPost200Response) Get() *GroupsPost200Response
func (NullableGroupsPost200Response) IsSet ¶
func (v NullableGroupsPost200Response) IsSet() bool
func (NullableGroupsPost200Response) MarshalJSON ¶
func (v NullableGroupsPost200Response) MarshalJSON() ([]byte, error)
func (*NullableGroupsPost200Response) Set ¶
func (v *NullableGroupsPost200Response) Set(val *GroupsPost200Response)
func (*NullableGroupsPost200Response) UnmarshalJSON ¶
func (v *NullableGroupsPost200Response) UnmarshalJSON(src []byte) error
func (*NullableGroupsPost200Response) Unset ¶
func (v *NullableGroupsPost200Response) Unset()
type NullableGroupsPost200ResponseData ¶
type NullableGroupsPost200ResponseData struct {
// contains filtered or unexported fields
}
func NewNullableGroupsPost200ResponseData ¶
func NewNullableGroupsPost200ResponseData(val *GroupsPost200ResponseData) *NullableGroupsPost200ResponseData
func (NullableGroupsPost200ResponseData) Get ¶
func (v NullableGroupsPost200ResponseData) Get() *GroupsPost200ResponseData
func (NullableGroupsPost200ResponseData) IsSet ¶
func (v NullableGroupsPost200ResponseData) IsSet() bool
func (NullableGroupsPost200ResponseData) MarshalJSON ¶
func (v NullableGroupsPost200ResponseData) MarshalJSON() ([]byte, error)
func (*NullableGroupsPost200ResponseData) Set ¶
func (v *NullableGroupsPost200ResponseData) Set(val *GroupsPost200ResponseData)
func (*NullableGroupsPost200ResponseData) UnmarshalJSON ¶
func (v *NullableGroupsPost200ResponseData) UnmarshalJSON(src []byte) error
func (*NullableGroupsPost200ResponseData) Unset ¶
func (v *NullableGroupsPost200ResponseData) Unset()
type NullableGroupsPostRequest ¶
type NullableGroupsPostRequest struct {
// contains filtered or unexported fields
}
func NewNullableGroupsPostRequest ¶
func NewNullableGroupsPostRequest(val *GroupsPostRequest) *NullableGroupsPostRequest
func (NullableGroupsPostRequest) Get ¶
func (v NullableGroupsPostRequest) Get() *GroupsPostRequest
func (NullableGroupsPostRequest) IsSet ¶
func (v NullableGroupsPostRequest) IsSet() bool
func (NullableGroupsPostRequest) MarshalJSON ¶
func (v NullableGroupsPostRequest) MarshalJSON() ([]byte, error)
func (*NullableGroupsPostRequest) Set ¶
func (v *NullableGroupsPostRequest) Set(val *GroupsPostRequest)
func (*NullableGroupsPostRequest) UnmarshalJSON ¶
func (v *NullableGroupsPostRequest) UnmarshalJSON(src []byte) error
func (*NullableGroupsPostRequest) Unset ¶
func (v *NullableGroupsPostRequest) Unset()
type NullableInfoIpAllowlistGet200Response ¶ added in v1.0.0
type NullableInfoIpAllowlistGet200Response struct {
// contains filtered or unexported fields
}
func NewNullableInfoIpAllowlistGet200Response ¶ added in v1.0.0
func NewNullableInfoIpAllowlistGet200Response(val *InfoIpAllowlistGet200Response) *NullableInfoIpAllowlistGet200Response
func (NullableInfoIpAllowlistGet200Response) Get ¶ added in v1.0.0
func (v NullableInfoIpAllowlistGet200Response) Get() *InfoIpAllowlistGet200Response
func (NullableInfoIpAllowlistGet200Response) IsSet ¶ added in v1.0.0
func (v NullableInfoIpAllowlistGet200Response) IsSet() bool
func (NullableInfoIpAllowlistGet200Response) MarshalJSON ¶ added in v1.0.0
func (v NullableInfoIpAllowlistGet200Response) MarshalJSON() ([]byte, error)
func (*NullableInfoIpAllowlistGet200Response) Set ¶ added in v1.0.0
func (v *NullableInfoIpAllowlistGet200Response) Set(val *InfoIpAllowlistGet200Response)
func (*NullableInfoIpAllowlistGet200Response) UnmarshalJSON ¶ added in v1.0.0
func (v *NullableInfoIpAllowlistGet200Response) UnmarshalJSON(src []byte) error
func (*NullableInfoIpAllowlistGet200Response) Unset ¶ added in v1.0.0
func (v *NullableInfoIpAllowlistGet200Response) Unset()
type NullableInfoIpAllowlistGet200ResponseData ¶ added in v1.0.0
type NullableInfoIpAllowlistGet200ResponseData struct {
// contains filtered or unexported fields
}
func NewNullableInfoIpAllowlistGet200ResponseData ¶ added in v1.0.0
func NewNullableInfoIpAllowlistGet200ResponseData(val *InfoIpAllowlistGet200ResponseData) *NullableInfoIpAllowlistGet200ResponseData
func (NullableInfoIpAllowlistGet200ResponseData) IsSet ¶ added in v1.0.0
func (v NullableInfoIpAllowlistGet200ResponseData) IsSet() bool
func (NullableInfoIpAllowlistGet200ResponseData) MarshalJSON ¶ added in v1.0.0
func (v NullableInfoIpAllowlistGet200ResponseData) MarshalJSON() ([]byte, error)
func (*NullableInfoIpAllowlistGet200ResponseData) Set ¶ added in v1.0.0
func (v *NullableInfoIpAllowlistGet200ResponseData) Set(val *InfoIpAllowlistGet200ResponseData)
func (*NullableInfoIpAllowlistGet200ResponseData) UnmarshalJSON ¶ added in v1.0.0
func (v *NullableInfoIpAllowlistGet200ResponseData) UnmarshalJSON(src []byte) error
func (*NullableInfoIpAllowlistGet200ResponseData) Unset ¶ added in v1.0.0
func (v *NullableInfoIpAllowlistGet200ResponseData) Unset()
type NullableInfoIpAllowlistGet200ResponseDataIpAddresses ¶ added in v1.0.0
type NullableInfoIpAllowlistGet200ResponseDataIpAddresses struct {
// contains filtered or unexported fields
}
func NewNullableInfoIpAllowlistGet200ResponseDataIpAddresses ¶ added in v1.0.0
func NewNullableInfoIpAllowlistGet200ResponseDataIpAddresses(val *InfoIpAllowlistGet200ResponseDataIpAddresses) *NullableInfoIpAllowlistGet200ResponseDataIpAddresses
func (NullableInfoIpAllowlistGet200ResponseDataIpAddresses) IsSet ¶ added in v1.0.0
func (v NullableInfoIpAllowlistGet200ResponseDataIpAddresses) IsSet() bool
func (NullableInfoIpAllowlistGet200ResponseDataIpAddresses) MarshalJSON ¶ added in v1.0.0
func (v NullableInfoIpAllowlistGet200ResponseDataIpAddresses) MarshalJSON() ([]byte, error)
func (*NullableInfoIpAllowlistGet200ResponseDataIpAddresses) UnmarshalJSON ¶ added in v1.0.0
func (v *NullableInfoIpAllowlistGet200ResponseDataIpAddresses) UnmarshalJSON(src []byte) error
func (*NullableInfoIpAllowlistGet200ResponseDataIpAddresses) Unset ¶ added in v1.0.0
func (v *NullableInfoIpAllowlistGet200ResponseDataIpAddresses) 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 NullableIpAllowlist ¶ added in v1.0.0
type NullableIpAllowlist struct {
// contains filtered or unexported fields
}
func NewNullableIpAllowlist ¶ added in v1.0.0
func NewNullableIpAllowlist(val *IpAllowlist) *NullableIpAllowlist
func (NullableIpAllowlist) Get ¶ added in v1.0.0
func (v NullableIpAllowlist) Get() *IpAllowlist
func (NullableIpAllowlist) IsSet ¶ added in v1.0.0
func (v NullableIpAllowlist) IsSet() bool
func (NullableIpAllowlist) MarshalJSON ¶ added in v1.0.0
func (v NullableIpAllowlist) MarshalJSON() ([]byte, error)
func (*NullableIpAllowlist) Set ¶ added in v1.0.0
func (v *NullableIpAllowlist) Set(val *IpAllowlist)
func (*NullableIpAllowlist) UnmarshalJSON ¶ added in v1.0.0
func (v *NullableIpAllowlist) UnmarshalJSON(src []byte) error
func (*NullableIpAllowlist) Unset ¶ added in v1.0.0
func (v *NullableIpAllowlist) Unset()
type NullableMoveOperation ¶ added in v1.0.0
type NullableMoveOperation struct {
// contains filtered or unexported fields
}
func NewNullableMoveOperation ¶ added in v1.0.0
func NewNullableMoveOperation(val *MoveOperation) *NullableMoveOperation
func (NullableMoveOperation) Get ¶ added in v1.0.0
func (v NullableMoveOperation) Get() *MoveOperation
func (NullableMoveOperation) IsSet ¶ added in v1.0.0
func (v NullableMoveOperation) IsSet() bool
func (NullableMoveOperation) MarshalJSON ¶ added in v1.0.0
func (v NullableMoveOperation) MarshalJSON() ([]byte, error)
func (*NullableMoveOperation) Set ¶ added in v1.0.0
func (v *NullableMoveOperation) Set(val *MoveOperation)
func (*NullableMoveOperation) UnmarshalJSON ¶ added in v1.0.0
func (v *NullableMoveOperation) UnmarshalJSON(src []byte) error
func (*NullableMoveOperation) Unset ¶ added in v1.0.0
func (v *NullableMoveOperation) Unset()
type NullableMySQLOptions ¶
type NullableMySQLOptions struct {
// contains filtered or unexported fields
}
func NewNullableMySQLOptions ¶
func NewNullableMySQLOptions(val *MySQLOptions) *NullableMySQLOptions
func (NullableMySQLOptions) Get ¶
func (v NullableMySQLOptions) Get() *MySQLOptions
func (NullableMySQLOptions) IsSet ¶
func (v NullableMySQLOptions) IsSet() bool
func (NullableMySQLOptions) MarshalJSON ¶
func (v NullableMySQLOptions) MarshalJSON() ([]byte, error)
func (*NullableMySQLOptions) Set ¶
func (v *NullableMySQLOptions) Set(val *MySQLOptions)
func (*NullableMySQLOptions) UnmarshalJSON ¶
func (v *NullableMySQLOptions) UnmarshalJSON(src []byte) error
func (*NullableMySQLOptions) Unset ¶
func (v *NullableMySQLOptions) Unset()
type NullableMySQLOptionsDatabaseOptions ¶
type NullableMySQLOptionsDatabaseOptions struct {
// contains filtered or unexported fields
}
func NewNullableMySQLOptionsDatabaseOptions ¶
func NewNullableMySQLOptionsDatabaseOptions(val *MySQLOptionsDatabaseOptions) *NullableMySQLOptionsDatabaseOptions
func (NullableMySQLOptionsDatabaseOptions) Get ¶
func (v NullableMySQLOptionsDatabaseOptions) Get() *MySQLOptionsDatabaseOptions
func (NullableMySQLOptionsDatabaseOptions) IsSet ¶
func (v NullableMySQLOptionsDatabaseOptions) IsSet() bool
func (NullableMySQLOptionsDatabaseOptions) MarshalJSON ¶
func (v NullableMySQLOptionsDatabaseOptions) MarshalJSON() ([]byte, error)
func (*NullableMySQLOptionsDatabaseOptions) Set ¶
func (v *NullableMySQLOptionsDatabaseOptions) Set(val *MySQLOptionsDatabaseOptions)
func (*NullableMySQLOptionsDatabaseOptions) UnmarshalJSON ¶
func (v *NullableMySQLOptionsDatabaseOptions) UnmarshalJSON(src []byte) error
func (*NullableMySQLOptionsDatabaseOptions) Unset ¶
func (v *NullableMySQLOptionsDatabaseOptions) Unset()
type NullableOIDC ¶ added in v1.0.0
type NullableOIDC struct {
// contains filtered or unexported fields
}
func NewNullableOIDC ¶ added in v1.0.0
func NewNullableOIDC(val *OIDC) *NullableOIDC
func (NullableOIDC) Get ¶ added in v1.0.0
func (v NullableOIDC) Get() *OIDC
func (NullableOIDC) IsSet ¶ added in v1.0.0
func (v NullableOIDC) IsSet() bool
func (NullableOIDC) MarshalJSON ¶ added in v1.0.0
func (v NullableOIDC) MarshalJSON() ([]byte, error)
func (*NullableOIDC) Set ¶ added in v1.0.0
func (v *NullableOIDC) Set(val *OIDC)
func (*NullableOIDC) UnmarshalJSON ¶ added in v1.0.0
func (v *NullableOIDC) UnmarshalJSON(src []byte) error
func (*NullableOIDC) Unset ¶ added in v1.0.0
func (v *NullableOIDC) Unset()
type NullableObservabilityConfigConfigIdPut200Response ¶
type NullableObservabilityConfigConfigIdPut200Response struct {
// contains filtered or unexported fields
}
func NewNullableObservabilityConfigConfigIdPut200Response ¶
func NewNullableObservabilityConfigConfigIdPut200Response(val *ObservabilityConfigConfigIdPut200Response) *NullableObservabilityConfigConfigIdPut200Response
func (NullableObservabilityConfigConfigIdPut200Response) IsSet ¶
func (v NullableObservabilityConfigConfigIdPut200Response) IsSet() bool
func (NullableObservabilityConfigConfigIdPut200Response) MarshalJSON ¶
func (v NullableObservabilityConfigConfigIdPut200Response) MarshalJSON() ([]byte, error)
func (*NullableObservabilityConfigConfigIdPut200Response) UnmarshalJSON ¶
func (v *NullableObservabilityConfigConfigIdPut200Response) UnmarshalJSON(src []byte) error
func (*NullableObservabilityConfigConfigIdPut200Response) Unset ¶
func (v *NullableObservabilityConfigConfigIdPut200Response) Unset()
type NullableObservabilityConfigConfigIdPut200ResponseData ¶
type NullableObservabilityConfigConfigIdPut200ResponseData struct {
// contains filtered or unexported fields
}
func NewNullableObservabilityConfigConfigIdPut200ResponseData ¶
func NewNullableObservabilityConfigConfigIdPut200ResponseData(val *ObservabilityConfigConfigIdPut200ResponseData) *NullableObservabilityConfigConfigIdPut200ResponseData
func (NullableObservabilityConfigConfigIdPut200ResponseData) IsSet ¶
func (v NullableObservabilityConfigConfigIdPut200ResponseData) IsSet() bool
func (NullableObservabilityConfigConfigIdPut200ResponseData) MarshalJSON ¶
func (v NullableObservabilityConfigConfigIdPut200ResponseData) MarshalJSON() ([]byte, error)
func (*NullableObservabilityConfigConfigIdPut200ResponseData) UnmarshalJSON ¶
func (v *NullableObservabilityConfigConfigIdPut200ResponseData) UnmarshalJSON(src []byte) error
func (*NullableObservabilityConfigConfigIdPut200ResponseData) Unset ¶
func (v *NullableObservabilityConfigConfigIdPut200ResponseData) Unset()
type NullableObservabilityConfigConfigIdPutRequest ¶
type NullableObservabilityConfigConfigIdPutRequest struct {
// contains filtered or unexported fields
}
func NewNullableObservabilityConfigConfigIdPutRequest ¶
func NewNullableObservabilityConfigConfigIdPutRequest(val *ObservabilityConfigConfigIdPutRequest) *NullableObservabilityConfigConfigIdPutRequest
func (NullableObservabilityConfigConfigIdPutRequest) IsSet ¶
func (v NullableObservabilityConfigConfigIdPutRequest) IsSet() bool
func (NullableObservabilityConfigConfigIdPutRequest) MarshalJSON ¶
func (v NullableObservabilityConfigConfigIdPutRequest) MarshalJSON() ([]byte, error)
func (*NullableObservabilityConfigConfigIdPutRequest) Set ¶
func (v *NullableObservabilityConfigConfigIdPutRequest) Set(val *ObservabilityConfigConfigIdPutRequest)
func (*NullableObservabilityConfigConfigIdPutRequest) UnmarshalJSON ¶
func (v *NullableObservabilityConfigConfigIdPutRequest) UnmarshalJSON(src []byte) error
func (*NullableObservabilityConfigConfigIdPutRequest) Unset ¶
func (v *NullableObservabilityConfigConfigIdPutRequest) Unset()
type NullableObservabilityConfigGet200Response ¶
type NullableObservabilityConfigGet200Response struct {
// contains filtered or unexported fields
}
func NewNullableObservabilityConfigGet200Response ¶
func NewNullableObservabilityConfigGet200Response(val *ObservabilityConfigGet200Response) *NullableObservabilityConfigGet200Response
func (NullableObservabilityConfigGet200Response) IsSet ¶
func (v NullableObservabilityConfigGet200Response) IsSet() bool
func (NullableObservabilityConfigGet200Response) MarshalJSON ¶
func (v NullableObservabilityConfigGet200Response) MarshalJSON() ([]byte, error)
func (*NullableObservabilityConfigGet200Response) Set ¶
func (v *NullableObservabilityConfigGet200Response) Set(val *ObservabilityConfigGet200Response)
func (*NullableObservabilityConfigGet200Response) UnmarshalJSON ¶
func (v *NullableObservabilityConfigGet200Response) UnmarshalJSON(src []byte) error
func (*NullableObservabilityConfigGet200Response) Unset ¶
func (v *NullableObservabilityConfigGet200Response) Unset()
type NullableObservabilityConfigGet200ResponseDataInner ¶
type NullableObservabilityConfigGet200ResponseDataInner struct {
// contains filtered or unexported fields
}
func NewNullableObservabilityConfigGet200ResponseDataInner ¶
func NewNullableObservabilityConfigGet200ResponseDataInner(val *ObservabilityConfigGet200ResponseDataInner) *NullableObservabilityConfigGet200ResponseDataInner
func (NullableObservabilityConfigGet200ResponseDataInner) IsSet ¶
func (v NullableObservabilityConfigGet200ResponseDataInner) IsSet() bool
func (NullableObservabilityConfigGet200ResponseDataInner) MarshalJSON ¶
func (v NullableObservabilityConfigGet200ResponseDataInner) MarshalJSON() ([]byte, error)
func (*NullableObservabilityConfigGet200ResponseDataInner) UnmarshalJSON ¶
func (v *NullableObservabilityConfigGet200ResponseDataInner) UnmarshalJSON(src []byte) error
func (*NullableObservabilityConfigGet200ResponseDataInner) Unset ¶
func (v *NullableObservabilityConfigGet200ResponseDataInner) Unset()
type NullableObservabilityConfigGet200ResponseDataInnerConfig ¶
type NullableObservabilityConfigGet200ResponseDataInnerConfig struct {
// contains filtered or unexported fields
}
func NewNullableObservabilityConfigGet200ResponseDataInnerConfig ¶
func NewNullableObservabilityConfigGet200ResponseDataInnerConfig(val *ObservabilityConfigGet200ResponseDataInnerConfig) *NullableObservabilityConfigGet200ResponseDataInnerConfig
func (NullableObservabilityConfigGet200ResponseDataInnerConfig) IsSet ¶
func (v NullableObservabilityConfigGet200ResponseDataInnerConfig) IsSet() bool
func (NullableObservabilityConfigGet200ResponseDataInnerConfig) MarshalJSON ¶
func (v NullableObservabilityConfigGet200ResponseDataInnerConfig) MarshalJSON() ([]byte, error)
func (*NullableObservabilityConfigGet200ResponseDataInnerConfig) UnmarshalJSON ¶
func (v *NullableObservabilityConfigGet200ResponseDataInnerConfig) UnmarshalJSON(src []byte) error
func (*NullableObservabilityConfigGet200ResponseDataInnerConfig) Unset ¶
func (v *NullableObservabilityConfigGet200ResponseDataInnerConfig) Unset()
type NullableObservabilityConfigGet200ResponseDataInnerConfigOneOf ¶
type NullableObservabilityConfigGet200ResponseDataInnerConfigOneOf struct {
// contains filtered or unexported fields
}
func NewNullableObservabilityConfigGet200ResponseDataInnerConfigOneOf ¶
func NewNullableObservabilityConfigGet200ResponseDataInnerConfigOneOf(val *ObservabilityConfigGet200ResponseDataInnerConfigOneOf) *NullableObservabilityConfigGet200ResponseDataInnerConfigOneOf
func (NullableObservabilityConfigGet200ResponseDataInnerConfigOneOf) IsSet ¶
func (v NullableObservabilityConfigGet200ResponseDataInnerConfigOneOf) IsSet() bool
func (NullableObservabilityConfigGet200ResponseDataInnerConfigOneOf) MarshalJSON ¶
func (v NullableObservabilityConfigGet200ResponseDataInnerConfigOneOf) MarshalJSON() ([]byte, error)
func (*NullableObservabilityConfigGet200ResponseDataInnerConfigOneOf) UnmarshalJSON ¶
func (v *NullableObservabilityConfigGet200ResponseDataInnerConfigOneOf) UnmarshalJSON(src []byte) error
func (*NullableObservabilityConfigGet200ResponseDataInnerConfigOneOf) Unset ¶
func (v *NullableObservabilityConfigGet200ResponseDataInnerConfigOneOf) Unset()
type NullableObservabilityConfigGet200ResponseDataInnerConfigOneOf1 ¶
type NullableObservabilityConfigGet200ResponseDataInnerConfigOneOf1 struct {
// contains filtered or unexported fields
}
func NewNullableObservabilityConfigGet200ResponseDataInnerConfigOneOf1 ¶
func NewNullableObservabilityConfigGet200ResponseDataInnerConfigOneOf1(val *ObservabilityConfigGet200ResponseDataInnerConfigOneOf1) *NullableObservabilityConfigGet200ResponseDataInnerConfigOneOf1
func (NullableObservabilityConfigGet200ResponseDataInnerConfigOneOf1) IsSet ¶
func (v NullableObservabilityConfigGet200ResponseDataInnerConfigOneOf1) IsSet() bool
func (NullableObservabilityConfigGet200ResponseDataInnerConfigOneOf1) MarshalJSON ¶
func (v NullableObservabilityConfigGet200ResponseDataInnerConfigOneOf1) MarshalJSON() ([]byte, error)
func (*NullableObservabilityConfigGet200ResponseDataInnerConfigOneOf1) UnmarshalJSON ¶
func (v *NullableObservabilityConfigGet200ResponseDataInnerConfigOneOf1) UnmarshalJSON(src []byte) error
func (*NullableObservabilityConfigGet200ResponseDataInnerConfigOneOf1) Unset ¶
func (v *NullableObservabilityConfigGet200ResponseDataInnerConfigOneOf1) Unset()
type NullableObservabilityConfigPost200Response ¶
type NullableObservabilityConfigPost200Response struct {
// contains filtered or unexported fields
}
func NewNullableObservabilityConfigPost200Response ¶
func NewNullableObservabilityConfigPost200Response(val *ObservabilityConfigPost200Response) *NullableObservabilityConfigPost200Response
func (NullableObservabilityConfigPost200Response) IsSet ¶
func (v NullableObservabilityConfigPost200Response) IsSet() bool
func (NullableObservabilityConfigPost200Response) MarshalJSON ¶
func (v NullableObservabilityConfigPost200Response) MarshalJSON() ([]byte, error)
func (*NullableObservabilityConfigPost200Response) Set ¶
func (v *NullableObservabilityConfigPost200Response) Set(val *ObservabilityConfigPost200Response)
func (*NullableObservabilityConfigPost200Response) UnmarshalJSON ¶
func (v *NullableObservabilityConfigPost200Response) UnmarshalJSON(src []byte) error
func (*NullableObservabilityConfigPost200Response) Unset ¶
func (v *NullableObservabilityConfigPost200Response) Unset()
type NullableObservabilityConfigPost200ResponseData ¶
type NullableObservabilityConfigPost200ResponseData struct {
// contains filtered or unexported fields
}
func NewNullableObservabilityConfigPost200ResponseData ¶
func NewNullableObservabilityConfigPost200ResponseData(val *ObservabilityConfigPost200ResponseData) *NullableObservabilityConfigPost200ResponseData
func (NullableObservabilityConfigPost200ResponseData) IsSet ¶
func (v NullableObservabilityConfigPost200ResponseData) IsSet() bool
func (NullableObservabilityConfigPost200ResponseData) MarshalJSON ¶
func (v NullableObservabilityConfigPost200ResponseData) MarshalJSON() ([]byte, error)
func (*NullableObservabilityConfigPost200ResponseData) Set ¶
func (v *NullableObservabilityConfigPost200ResponseData) Set(val *ObservabilityConfigPost200ResponseData)
func (*NullableObservabilityConfigPost200ResponseData) UnmarshalJSON ¶
func (v *NullableObservabilityConfigPost200ResponseData) UnmarshalJSON(src []byte) error
func (*NullableObservabilityConfigPost200ResponseData) Unset ¶
func (v *NullableObservabilityConfigPost200ResponseData) Unset()
type NullableObservabilityConfigPostRequest ¶
type NullableObservabilityConfigPostRequest struct {
// contains filtered or unexported fields
}
func NewNullableObservabilityConfigPostRequest ¶
func NewNullableObservabilityConfigPostRequest(val *ObservabilityConfigPostRequest) *NullableObservabilityConfigPostRequest
func (NullableObservabilityConfigPostRequest) Get ¶
func (v NullableObservabilityConfigPostRequest) Get() *ObservabilityConfigPostRequest
func (NullableObservabilityConfigPostRequest) IsSet ¶
func (v NullableObservabilityConfigPostRequest) IsSet() bool
func (NullableObservabilityConfigPostRequest) MarshalJSON ¶
func (v NullableObservabilityConfigPostRequest) MarshalJSON() ([]byte, error)
func (*NullableObservabilityConfigPostRequest) Set ¶
func (v *NullableObservabilityConfigPostRequest) Set(val *ObservabilityConfigPostRequest)
func (*NullableObservabilityConfigPostRequest) UnmarshalJSON ¶
func (v *NullableObservabilityConfigPostRequest) UnmarshalJSON(src []byte) error
func (*NullableObservabilityConfigPostRequest) Unset ¶
func (v *NullableObservabilityConfigPostRequest) Unset()
type NullableObservabilityConfiguration ¶
type NullableObservabilityConfiguration struct {
// contains filtered or unexported fields
}
func NewNullableObservabilityConfiguration ¶
func NewNullableObservabilityConfiguration(val *ObservabilityConfiguration) *NullableObservabilityConfiguration
func (NullableObservabilityConfiguration) Get ¶
func (v NullableObservabilityConfiguration) Get() *ObservabilityConfiguration
func (NullableObservabilityConfiguration) IsSet ¶
func (v NullableObservabilityConfiguration) IsSet() bool
func (NullableObservabilityConfiguration) MarshalJSON ¶
func (v NullableObservabilityConfiguration) MarshalJSON() ([]byte, error)
func (*NullableObservabilityConfiguration) Set ¶
func (v *NullableObservabilityConfiguration) Set(val *ObservabilityConfiguration)
func (*NullableObservabilityConfiguration) UnmarshalJSON ¶
func (v *NullableObservabilityConfiguration) UnmarshalJSON(src []byte) error
func (*NullableObservabilityConfiguration) Unset ¶
func (v *NullableObservabilityConfiguration) Unset()
type NullableObservabilityProviderProviderTestPost200Response ¶
type NullableObservabilityProviderProviderTestPost200Response struct {
// contains filtered or unexported fields
}
func NewNullableObservabilityProviderProviderTestPost200Response ¶
func NewNullableObservabilityProviderProviderTestPost200Response(val *ObservabilityProviderProviderTestPost200Response) *NullableObservabilityProviderProviderTestPost200Response
func (NullableObservabilityProviderProviderTestPost200Response) IsSet ¶
func (v NullableObservabilityProviderProviderTestPost200Response) IsSet() bool
func (NullableObservabilityProviderProviderTestPost200Response) MarshalJSON ¶
func (v NullableObservabilityProviderProviderTestPost200Response) MarshalJSON() ([]byte, error)
func (*NullableObservabilityProviderProviderTestPost200Response) UnmarshalJSON ¶
func (v *NullableObservabilityProviderProviderTestPost200Response) UnmarshalJSON(src []byte) error
func (*NullableObservabilityProviderProviderTestPost200Response) Unset ¶
func (v *NullableObservabilityProviderProviderTestPost200Response) Unset()
type NullableObservabilityProviderProviderTestPost200ResponseData ¶
type NullableObservabilityProviderProviderTestPost200ResponseData struct {
// contains filtered or unexported fields
}
func NewNullableObservabilityProviderProviderTestPost200ResponseData ¶
func NewNullableObservabilityProviderProviderTestPost200ResponseData(val *ObservabilityProviderProviderTestPost200ResponseData) *NullableObservabilityProviderProviderTestPost200ResponseData
func (NullableObservabilityProviderProviderTestPost200ResponseData) IsSet ¶
func (v NullableObservabilityProviderProviderTestPost200ResponseData) IsSet() bool
func (NullableObservabilityProviderProviderTestPost200ResponseData) MarshalJSON ¶
func (v NullableObservabilityProviderProviderTestPost200ResponseData) MarshalJSON() ([]byte, error)
func (*NullableObservabilityProviderProviderTestPost200ResponseData) UnmarshalJSON ¶
func (v *NullableObservabilityProviderProviderTestPost200ResponseData) UnmarshalJSON(src []byte) error
func (*NullableObservabilityProviderProviderTestPost200ResponseData) Unset ¶
func (v *NullableObservabilityProviderProviderTestPost200ResponseData) Unset()
type NullableObservabilityProviderProviderTestPost200ResponseDataAnyOf ¶
type NullableObservabilityProviderProviderTestPost200ResponseDataAnyOf struct {
// contains filtered or unexported fields
}
func NewNullableObservabilityProviderProviderTestPost200ResponseDataAnyOf ¶
func NewNullableObservabilityProviderProviderTestPost200ResponseDataAnyOf(val *ObservabilityProviderProviderTestPost200ResponseDataAnyOf) *NullableObservabilityProviderProviderTestPost200ResponseDataAnyOf
func (NullableObservabilityProviderProviderTestPost200ResponseDataAnyOf) IsSet ¶
func (v NullableObservabilityProviderProviderTestPost200ResponseDataAnyOf) IsSet() bool
func (NullableObservabilityProviderProviderTestPost200ResponseDataAnyOf) MarshalJSON ¶
func (v NullableObservabilityProviderProviderTestPost200ResponseDataAnyOf) MarshalJSON() ([]byte, error)
func (*NullableObservabilityProviderProviderTestPost200ResponseDataAnyOf) UnmarshalJSON ¶
func (v *NullableObservabilityProviderProviderTestPost200ResponseDataAnyOf) UnmarshalJSON(src []byte) error
func (*NullableObservabilityProviderProviderTestPost200ResponseDataAnyOf) Unset ¶
func (v *NullableObservabilityProviderProviderTestPost200ResponseDataAnyOf) Unset()
type NullableObservabilityProviderProviderTestPost200ResponseDataAnyOf1 ¶
type NullableObservabilityProviderProviderTestPost200ResponseDataAnyOf1 struct {
// contains filtered or unexported fields
}
func NewNullableObservabilityProviderProviderTestPost200ResponseDataAnyOf1 ¶
func NewNullableObservabilityProviderProviderTestPost200ResponseDataAnyOf1(val *ObservabilityProviderProviderTestPost200ResponseDataAnyOf1) *NullableObservabilityProviderProviderTestPost200ResponseDataAnyOf1
func (NullableObservabilityProviderProviderTestPost200ResponseDataAnyOf1) IsSet ¶
func (v NullableObservabilityProviderProviderTestPost200ResponseDataAnyOf1) IsSet() bool
func (NullableObservabilityProviderProviderTestPost200ResponseDataAnyOf1) MarshalJSON ¶
func (v NullableObservabilityProviderProviderTestPost200ResponseDataAnyOf1) MarshalJSON() ([]byte, error)
func (*NullableObservabilityProviderProviderTestPost200ResponseDataAnyOf1) UnmarshalJSON ¶
func (v *NullableObservabilityProviderProviderTestPost200ResponseDataAnyOf1) UnmarshalJSON(src []byte) error
func (*NullableObservabilityProviderProviderTestPost200ResponseDataAnyOf1) Unset ¶
func (v *NullableObservabilityProviderProviderTestPost200ResponseDataAnyOf1) Unset()
type NullableObservabilityProviderProviderTestPost200ResponseDataOneOf ¶ added in v1.0.0
type NullableObservabilityProviderProviderTestPost200ResponseDataOneOf struct {
// contains filtered or unexported fields
}
func NewNullableObservabilityProviderProviderTestPost200ResponseDataOneOf ¶ added in v1.0.0
func NewNullableObservabilityProviderProviderTestPost200ResponseDataOneOf(val *ObservabilityProviderProviderTestPost200ResponseDataOneOf) *NullableObservabilityProviderProviderTestPost200ResponseDataOneOf
func (NullableObservabilityProviderProviderTestPost200ResponseDataOneOf) IsSet ¶ added in v1.0.0
func (v NullableObservabilityProviderProviderTestPost200ResponseDataOneOf) IsSet() bool
func (NullableObservabilityProviderProviderTestPost200ResponseDataOneOf) MarshalJSON ¶ added in v1.0.0
func (v NullableObservabilityProviderProviderTestPost200ResponseDataOneOf) MarshalJSON() ([]byte, error)
func (*NullableObservabilityProviderProviderTestPost200ResponseDataOneOf) UnmarshalJSON ¶ added in v1.0.0
func (v *NullableObservabilityProviderProviderTestPost200ResponseDataOneOf) UnmarshalJSON(src []byte) error
func (*NullableObservabilityProviderProviderTestPost200ResponseDataOneOf) Unset ¶ added in v1.0.0
func (v *NullableObservabilityProviderProviderTestPost200ResponseDataOneOf) Unset()
type NullableObservabilityProviderProviderTestPost200ResponseDataOneOf1 ¶ added in v1.0.0
type NullableObservabilityProviderProviderTestPost200ResponseDataOneOf1 struct {
// contains filtered or unexported fields
}
func NewNullableObservabilityProviderProviderTestPost200ResponseDataOneOf1 ¶ added in v1.0.0
func NewNullableObservabilityProviderProviderTestPost200ResponseDataOneOf1(val *ObservabilityProviderProviderTestPost200ResponseDataOneOf1) *NullableObservabilityProviderProviderTestPost200ResponseDataOneOf1
func (NullableObservabilityProviderProviderTestPost200ResponseDataOneOf1) IsSet ¶ added in v1.0.0
func (v NullableObservabilityProviderProviderTestPost200ResponseDataOneOf1) IsSet() bool
func (NullableObservabilityProviderProviderTestPost200ResponseDataOneOf1) MarshalJSON ¶ added in v1.0.0
func (v NullableObservabilityProviderProviderTestPost200ResponseDataOneOf1) MarshalJSON() ([]byte, error)
func (*NullableObservabilityProviderProviderTestPost200ResponseDataOneOf1) UnmarshalJSON ¶ added in v1.0.0
func (v *NullableObservabilityProviderProviderTestPost200ResponseDataOneOf1) UnmarshalJSON(src []byte) error
func (*NullableObservabilityProviderProviderTestPost200ResponseDataOneOf1) Unset ¶ added in v1.0.0
func (v *NullableObservabilityProviderProviderTestPost200ResponseDataOneOf1) Unset()
type NullableObservabilityProviderProviderTestPostProviderParameter ¶
type NullableObservabilityProviderProviderTestPostProviderParameter struct {
// contains filtered or unexported fields
}
func NewNullableObservabilityProviderProviderTestPostProviderParameter ¶
func NewNullableObservabilityProviderProviderTestPostProviderParameter(val *ObservabilityProviderProviderTestPostProviderParameter) *NullableObservabilityProviderProviderTestPostProviderParameter
func (NullableObservabilityProviderProviderTestPostProviderParameter) IsSet ¶
func (v NullableObservabilityProviderProviderTestPostProviderParameter) IsSet() bool
func (NullableObservabilityProviderProviderTestPostProviderParameter) MarshalJSON ¶
func (v NullableObservabilityProviderProviderTestPostProviderParameter) MarshalJSON() ([]byte, error)
func (*NullableObservabilityProviderProviderTestPostProviderParameter) UnmarshalJSON ¶
func (v *NullableObservabilityProviderProviderTestPostProviderParameter) UnmarshalJSON(src []byte) error
func (*NullableObservabilityProviderProviderTestPostProviderParameter) Unset ¶
func (v *NullableObservabilityProviderProviderTestPostProviderParameter) Unset()
type NullableOrganization ¶
type NullableOrganization struct {
// contains filtered or unexported fields
}
func NewNullableOrganization ¶
func NewNullableOrganization(val *Organization) *NullableOrganization
func (NullableOrganization) Get ¶
func (v NullableOrganization) Get() *Organization
func (NullableOrganization) IsSet ¶
func (v NullableOrganization) IsSet() bool
func (NullableOrganization) MarshalJSON ¶
func (v NullableOrganization) MarshalJSON() ([]byte, error)
func (*NullableOrganization) Set ¶
func (v *NullableOrganization) Set(val *Organization)
func (*NullableOrganization) UnmarshalJSON ¶
func (v *NullableOrganization) UnmarshalJSON(src []byte) error
func (*NullableOrganization) Unset ¶
func (v *NullableOrganization) Unset()
type NullableOrganizationAiSettingsGet200Response ¶ added in v1.0.0
type NullableOrganizationAiSettingsGet200Response struct {
// contains filtered or unexported fields
}
func NewNullableOrganizationAiSettingsGet200Response ¶ added in v1.0.0
func NewNullableOrganizationAiSettingsGet200Response(val *OrganizationAiSettingsGet200Response) *NullableOrganizationAiSettingsGet200Response
func (NullableOrganizationAiSettingsGet200Response) IsSet ¶ added in v1.0.0
func (v NullableOrganizationAiSettingsGet200Response) IsSet() bool
func (NullableOrganizationAiSettingsGet200Response) MarshalJSON ¶ added in v1.0.0
func (v NullableOrganizationAiSettingsGet200Response) MarshalJSON() ([]byte, error)
func (*NullableOrganizationAiSettingsGet200Response) Set ¶ added in v1.0.0
func (v *NullableOrganizationAiSettingsGet200Response) Set(val *OrganizationAiSettingsGet200Response)
func (*NullableOrganizationAiSettingsGet200Response) UnmarshalJSON ¶ added in v1.0.0
func (v *NullableOrganizationAiSettingsGet200Response) UnmarshalJSON(src []byte) error
func (*NullableOrganizationAiSettingsGet200Response) Unset ¶ added in v1.0.0
func (v *NullableOrganizationAiSettingsGet200Response) Unset()
type NullableOrganizationAiSettingsGet200ResponseData ¶ added in v1.0.0
type NullableOrganizationAiSettingsGet200ResponseData struct {
// contains filtered or unexported fields
}
func NewNullableOrganizationAiSettingsGet200ResponseData ¶ added in v1.0.0
func NewNullableOrganizationAiSettingsGet200ResponseData(val *OrganizationAiSettingsGet200ResponseData) *NullableOrganizationAiSettingsGet200ResponseData
func (NullableOrganizationAiSettingsGet200ResponseData) IsSet ¶ added in v1.0.0
func (v NullableOrganizationAiSettingsGet200ResponseData) IsSet() bool
func (NullableOrganizationAiSettingsGet200ResponseData) MarshalJSON ¶ added in v1.0.0
func (v NullableOrganizationAiSettingsGet200ResponseData) MarshalJSON() ([]byte, error)
func (*NullableOrganizationAiSettingsGet200ResponseData) UnmarshalJSON ¶ added in v1.0.0
func (v *NullableOrganizationAiSettingsGet200ResponseData) UnmarshalJSON(src []byte) error
func (*NullableOrganizationAiSettingsGet200ResponseData) Unset ¶ added in v1.0.0
func (v *NullableOrganizationAiSettingsGet200ResponseData) Unset()
type NullableOrganizationAiSettingsPut200Response ¶ added in v1.0.0
type NullableOrganizationAiSettingsPut200Response struct {
// contains filtered or unexported fields
}
func NewNullableOrganizationAiSettingsPut200Response ¶ added in v1.0.0
func NewNullableOrganizationAiSettingsPut200Response(val *OrganizationAiSettingsPut200Response) *NullableOrganizationAiSettingsPut200Response
func (NullableOrganizationAiSettingsPut200Response) IsSet ¶ added in v1.0.0
func (v NullableOrganizationAiSettingsPut200Response) IsSet() bool
func (NullableOrganizationAiSettingsPut200Response) MarshalJSON ¶ added in v1.0.0
func (v NullableOrganizationAiSettingsPut200Response) MarshalJSON() ([]byte, error)
func (*NullableOrganizationAiSettingsPut200Response) Set ¶ added in v1.0.0
func (v *NullableOrganizationAiSettingsPut200Response) Set(val *OrganizationAiSettingsPut200Response)
func (*NullableOrganizationAiSettingsPut200Response) UnmarshalJSON ¶ added in v1.0.0
func (v *NullableOrganizationAiSettingsPut200Response) UnmarshalJSON(src []byte) error
func (*NullableOrganizationAiSettingsPut200Response) Unset ¶ added in v1.0.0
func (v *NullableOrganizationAiSettingsPut200Response) Unset()
type NullableOrganizationAnalyticsIntegrationsGet200Response ¶ added in v1.0.0
type NullableOrganizationAnalyticsIntegrationsGet200Response struct {
// contains filtered or unexported fields
}
func NewNullableOrganizationAnalyticsIntegrationsGet200Response ¶ added in v1.0.0
func NewNullableOrganizationAnalyticsIntegrationsGet200Response(val *OrganizationAnalyticsIntegrationsGet200Response) *NullableOrganizationAnalyticsIntegrationsGet200Response
func (NullableOrganizationAnalyticsIntegrationsGet200Response) IsSet ¶ added in v1.0.0
func (v NullableOrganizationAnalyticsIntegrationsGet200Response) IsSet() bool
func (NullableOrganizationAnalyticsIntegrationsGet200Response) MarshalJSON ¶ added in v1.0.0
func (v NullableOrganizationAnalyticsIntegrationsGet200Response) MarshalJSON() ([]byte, error)
func (*NullableOrganizationAnalyticsIntegrationsGet200Response) UnmarshalJSON ¶ added in v1.0.0
func (v *NullableOrganizationAnalyticsIntegrationsGet200Response) UnmarshalJSON(src []byte) error
func (*NullableOrganizationAnalyticsIntegrationsGet200Response) Unset ¶ added in v1.0.0
func (v *NullableOrganizationAnalyticsIntegrationsGet200Response) Unset()
type NullableOrganizationAnalyticsIntegrationsGet200ResponseDataInner ¶ added in v1.0.0
type NullableOrganizationAnalyticsIntegrationsGet200ResponseDataInner struct {
// contains filtered or unexported fields
}
func NewNullableOrganizationAnalyticsIntegrationsGet200ResponseDataInner ¶ added in v1.0.0
func NewNullableOrganizationAnalyticsIntegrationsGet200ResponseDataInner(val *OrganizationAnalyticsIntegrationsGet200ResponseDataInner) *NullableOrganizationAnalyticsIntegrationsGet200ResponseDataInner
func (NullableOrganizationAnalyticsIntegrationsGet200ResponseDataInner) IsSet ¶ added in v1.0.0
func (v NullableOrganizationAnalyticsIntegrationsGet200ResponseDataInner) IsSet() bool
func (NullableOrganizationAnalyticsIntegrationsGet200ResponseDataInner) MarshalJSON ¶ added in v1.0.0
func (v NullableOrganizationAnalyticsIntegrationsGet200ResponseDataInner) MarshalJSON() ([]byte, error)
func (*NullableOrganizationAnalyticsIntegrationsGet200ResponseDataInner) UnmarshalJSON ¶ added in v1.0.0
func (v *NullableOrganizationAnalyticsIntegrationsGet200ResponseDataInner) UnmarshalJSON(src []byte) error
func (*NullableOrganizationAnalyticsIntegrationsGet200ResponseDataInner) Unset ¶ added in v1.0.0
func (v *NullableOrganizationAnalyticsIntegrationsGet200ResponseDataInner) Unset()
type NullableOrganizationAnalyticsIntegrationsGet200ResponseDataInnerOneOf ¶ added in v1.0.0
type NullableOrganizationAnalyticsIntegrationsGet200ResponseDataInnerOneOf struct {
// contains filtered or unexported fields
}
func NewNullableOrganizationAnalyticsIntegrationsGet200ResponseDataInnerOneOf ¶ added in v1.0.0
func NewNullableOrganizationAnalyticsIntegrationsGet200ResponseDataInnerOneOf(val *OrganizationAnalyticsIntegrationsGet200ResponseDataInnerOneOf) *NullableOrganizationAnalyticsIntegrationsGet200ResponseDataInnerOneOf
func (NullableOrganizationAnalyticsIntegrationsGet200ResponseDataInnerOneOf) IsSet ¶ added in v1.0.0
func (NullableOrganizationAnalyticsIntegrationsGet200ResponseDataInnerOneOf) MarshalJSON ¶ added in v1.0.0
func (v NullableOrganizationAnalyticsIntegrationsGet200ResponseDataInnerOneOf) MarshalJSON() ([]byte, error)
func (*NullableOrganizationAnalyticsIntegrationsGet200ResponseDataInnerOneOf) Set ¶ added in v1.0.0
func (*NullableOrganizationAnalyticsIntegrationsGet200ResponseDataInnerOneOf) UnmarshalJSON ¶ added in v1.0.0
func (v *NullableOrganizationAnalyticsIntegrationsGet200ResponseDataInnerOneOf) UnmarshalJSON(src []byte) error
func (*NullableOrganizationAnalyticsIntegrationsGet200ResponseDataInnerOneOf) Unset ¶ added in v1.0.0
func (v *NullableOrganizationAnalyticsIntegrationsGet200ResponseDataInnerOneOf) Unset()
type NullableOrganizationAnalyticsIntegrationsGet200ResponseDataInnerOneOf1 ¶ added in v1.0.0
type NullableOrganizationAnalyticsIntegrationsGet200ResponseDataInnerOneOf1 struct {
// contains filtered or unexported fields
}
func NewNullableOrganizationAnalyticsIntegrationsGet200ResponseDataInnerOneOf1 ¶ added in v1.0.0
func NewNullableOrganizationAnalyticsIntegrationsGet200ResponseDataInnerOneOf1(val *OrganizationAnalyticsIntegrationsGet200ResponseDataInnerOneOf1) *NullableOrganizationAnalyticsIntegrationsGet200ResponseDataInnerOneOf1
func (NullableOrganizationAnalyticsIntegrationsGet200ResponseDataInnerOneOf1) Get ¶ added in v1.0.0
func (NullableOrganizationAnalyticsIntegrationsGet200ResponseDataInnerOneOf1) IsSet ¶ added in v1.0.0
func (NullableOrganizationAnalyticsIntegrationsGet200ResponseDataInnerOneOf1) MarshalJSON ¶ added in v1.0.0
func (v NullableOrganizationAnalyticsIntegrationsGet200ResponseDataInnerOneOf1) MarshalJSON() ([]byte, error)
func (*NullableOrganizationAnalyticsIntegrationsGet200ResponseDataInnerOneOf1) Set ¶ added in v1.0.0
func (*NullableOrganizationAnalyticsIntegrationsGet200ResponseDataInnerOneOf1) UnmarshalJSON ¶ added in v1.0.0
func (v *NullableOrganizationAnalyticsIntegrationsGet200ResponseDataInnerOneOf1) UnmarshalJSON(src []byte) error
func (*NullableOrganizationAnalyticsIntegrationsGet200ResponseDataInnerOneOf1) Unset ¶ added in v1.0.0
func (v *NullableOrganizationAnalyticsIntegrationsGet200ResponseDataInnerOneOf1) Unset()
type NullableOrganizationAnalyticsIntegrationsGet200ResponseDataInnerOneOf2 ¶ added in v1.0.0
type NullableOrganizationAnalyticsIntegrationsGet200ResponseDataInnerOneOf2 struct {
// contains filtered or unexported fields
}
func NewNullableOrganizationAnalyticsIntegrationsGet200ResponseDataInnerOneOf2 ¶ added in v1.0.0
func NewNullableOrganizationAnalyticsIntegrationsGet200ResponseDataInnerOneOf2(val *OrganizationAnalyticsIntegrationsGet200ResponseDataInnerOneOf2) *NullableOrganizationAnalyticsIntegrationsGet200ResponseDataInnerOneOf2
func (NullableOrganizationAnalyticsIntegrationsGet200ResponseDataInnerOneOf2) Get ¶ added in v1.0.0
func (NullableOrganizationAnalyticsIntegrationsGet200ResponseDataInnerOneOf2) IsSet ¶ added in v1.0.0
func (NullableOrganizationAnalyticsIntegrationsGet200ResponseDataInnerOneOf2) MarshalJSON ¶ added in v1.0.0
func (v NullableOrganizationAnalyticsIntegrationsGet200ResponseDataInnerOneOf2) MarshalJSON() ([]byte, error)
func (*NullableOrganizationAnalyticsIntegrationsGet200ResponseDataInnerOneOf2) Set ¶ added in v1.0.0
func (*NullableOrganizationAnalyticsIntegrationsGet200ResponseDataInnerOneOf2) UnmarshalJSON ¶ added in v1.0.0
func (v *NullableOrganizationAnalyticsIntegrationsGet200ResponseDataInnerOneOf2) UnmarshalJSON(src []byte) error
func (*NullableOrganizationAnalyticsIntegrationsGet200ResponseDataInnerOneOf2) Unset ¶ added in v1.0.0
func (v *NullableOrganizationAnalyticsIntegrationsGet200ResponseDataInnerOneOf2) Unset()
type NullableOrganizationGet200Response ¶ added in v1.0.0
type NullableOrganizationGet200Response struct {
// contains filtered or unexported fields
}
func NewNullableOrganizationGet200Response ¶ added in v1.0.0
func NewNullableOrganizationGet200Response(val *OrganizationGet200Response) *NullableOrganizationGet200Response
func (NullableOrganizationGet200Response) Get ¶ added in v1.0.0
func (v NullableOrganizationGet200Response) Get() *OrganizationGet200Response
func (NullableOrganizationGet200Response) IsSet ¶ added in v1.0.0
func (v NullableOrganizationGet200Response) IsSet() bool
func (NullableOrganizationGet200Response) MarshalJSON ¶ added in v1.0.0
func (v NullableOrganizationGet200Response) MarshalJSON() ([]byte, error)
func (*NullableOrganizationGet200Response) Set ¶ added in v1.0.0
func (v *NullableOrganizationGet200Response) Set(val *OrganizationGet200Response)
func (*NullableOrganizationGet200Response) UnmarshalJSON ¶ added in v1.0.0
func (v *NullableOrganizationGet200Response) UnmarshalJSON(src []byte) error
func (*NullableOrganizationGet200Response) Unset ¶ added in v1.0.0
func (v *NullableOrganizationGet200Response) Unset()
type NullableOrganizationGet200ResponseData ¶ added in v1.0.0
type NullableOrganizationGet200ResponseData struct {
// contains filtered or unexported fields
}
func NewNullableOrganizationGet200ResponseData ¶ added in v1.0.0
func NewNullableOrganizationGet200ResponseData(val *OrganizationGet200ResponseData) *NullableOrganizationGet200ResponseData
func (NullableOrganizationGet200ResponseData) Get ¶ added in v1.0.0
func (v NullableOrganizationGet200ResponseData) Get() *OrganizationGet200ResponseData
func (NullableOrganizationGet200ResponseData) IsSet ¶ added in v1.0.0
func (v NullableOrganizationGet200ResponseData) IsSet() bool
func (NullableOrganizationGet200ResponseData) MarshalJSON ¶ added in v1.0.0
func (v NullableOrganizationGet200ResponseData) MarshalJSON() ([]byte, error)
func (*NullableOrganizationGet200ResponseData) Set ¶ added in v1.0.0
func (v *NullableOrganizationGet200ResponseData) Set(val *OrganizationGet200ResponseData)
func (*NullableOrganizationGet200ResponseData) UnmarshalJSON ¶ added in v1.0.0
func (v *NullableOrganizationGet200ResponseData) UnmarshalJSON(src []byte) error
func (*NullableOrganizationGet200ResponseData) Unset ¶ added in v1.0.0
func (v *NullableOrganizationGet200ResponseData) Unset()
type NullableOrganizationPatch200Response ¶ added in v1.0.0
type NullableOrganizationPatch200Response struct {
// contains filtered or unexported fields
}
func NewNullableOrganizationPatch200Response ¶ added in v1.0.0
func NewNullableOrganizationPatch200Response(val *OrganizationPatch200Response) *NullableOrganizationPatch200Response
func (NullableOrganizationPatch200Response) Get ¶ added in v1.0.0
func (v NullableOrganizationPatch200Response) Get() *OrganizationPatch200Response
func (NullableOrganizationPatch200Response) IsSet ¶ added in v1.0.0
func (v NullableOrganizationPatch200Response) IsSet() bool
func (NullableOrganizationPatch200Response) MarshalJSON ¶ added in v1.0.0
func (v NullableOrganizationPatch200Response) MarshalJSON() ([]byte, error)
func (*NullableOrganizationPatch200Response) Set ¶ added in v1.0.0
func (v *NullableOrganizationPatch200Response) Set(val *OrganizationPatch200Response)
func (*NullableOrganizationPatch200Response) UnmarshalJSON ¶ added in v1.0.0
func (v *NullableOrganizationPatch200Response) UnmarshalJSON(src []byte) error
func (*NullableOrganizationPatch200Response) Unset ¶ added in v1.0.0
func (v *NullableOrganizationPatch200Response) Unset()
type NullableOrganizationPatch200ResponseData ¶ added in v1.0.0
type NullableOrganizationPatch200ResponseData struct {
// contains filtered or unexported fields
}
func NewNullableOrganizationPatch200ResponseData ¶ added in v1.0.0
func NewNullableOrganizationPatch200ResponseData(val *OrganizationPatch200ResponseData) *NullableOrganizationPatch200ResponseData
func (NullableOrganizationPatch200ResponseData) IsSet ¶ added in v1.0.0
func (v NullableOrganizationPatch200ResponseData) IsSet() bool
func (NullableOrganizationPatch200ResponseData) MarshalJSON ¶ added in v1.0.0
func (v NullableOrganizationPatch200ResponseData) MarshalJSON() ([]byte, error)
func (*NullableOrganizationPatch200ResponseData) Set ¶ added in v1.0.0
func (v *NullableOrganizationPatch200ResponseData) Set(val *OrganizationPatch200ResponseData)
func (*NullableOrganizationPatch200ResponseData) UnmarshalJSON ¶ added in v1.0.0
func (v *NullableOrganizationPatch200ResponseData) UnmarshalJSON(src []byte) error
func (*NullableOrganizationPatch200ResponseData) Unset ¶ added in v1.0.0
func (v *NullableOrganizationPatch200ResponseData) Unset()
type NullableOrganizationPatchRequest ¶ added in v1.0.0
type NullableOrganizationPatchRequest struct {
// contains filtered or unexported fields
}
func NewNullableOrganizationPatchRequest ¶ added in v1.0.0
func NewNullableOrganizationPatchRequest(val *OrganizationPatchRequest) *NullableOrganizationPatchRequest
func (NullableOrganizationPatchRequest) Get ¶ added in v1.0.0
func (v NullableOrganizationPatchRequest) Get() *OrganizationPatchRequest
func (NullableOrganizationPatchRequest) IsSet ¶ added in v1.0.0
func (v NullableOrganizationPatchRequest) IsSet() bool
func (NullableOrganizationPatchRequest) MarshalJSON ¶ added in v1.0.0
func (v NullableOrganizationPatchRequest) MarshalJSON() ([]byte, error)
func (*NullableOrganizationPatchRequest) Set ¶ added in v1.0.0
func (v *NullableOrganizationPatchRequest) Set(val *OrganizationPatchRequest)
func (*NullableOrganizationPatchRequest) UnmarshalJSON ¶ added in v1.0.0
func (v *NullableOrganizationPatchRequest) UnmarshalJSON(src []byte) error
func (*NullableOrganizationPatchRequest) Unset ¶ added in v1.0.0
func (v *NullableOrganizationPatchRequest) Unset()
type NullableOrganizationSettings ¶ added in v1.0.0
type NullableOrganizationSettings struct {
// contains filtered or unexported fields
}
func NewNullableOrganizationSettings ¶ added in v1.0.0
func NewNullableOrganizationSettings(val *OrganizationSettings) *NullableOrganizationSettings
func (NullableOrganizationSettings) Get ¶ added in v1.0.0
func (v NullableOrganizationSettings) Get() *OrganizationSettings
func (NullableOrganizationSettings) IsSet ¶ added in v1.0.0
func (v NullableOrganizationSettings) IsSet() bool
func (NullableOrganizationSettings) MarshalJSON ¶ added in v1.0.0
func (v NullableOrganizationSettings) MarshalJSON() ([]byte, error)
func (*NullableOrganizationSettings) Set ¶ added in v1.0.0
func (v *NullableOrganizationSettings) Set(val *OrganizationSettings)
func (*NullableOrganizationSettings) UnmarshalJSON ¶ added in v1.0.0
func (v *NullableOrganizationSettings) UnmarshalJSON(src []byte) error
func (*NullableOrganizationSettings) Unset ¶ added in v1.0.0
func (v *NullableOrganizationSettings) Unset()
type NullablePermissionsAccessListObjectTypeObjectIdGet200Response ¶ added in v1.0.0
type NullablePermissionsAccessListObjectTypeObjectIdGet200Response struct {
// contains filtered or unexported fields
}
func NewNullablePermissionsAccessListObjectTypeObjectIdGet200Response ¶ added in v1.0.0
func NewNullablePermissionsAccessListObjectTypeObjectIdGet200Response(val *PermissionsAccessListObjectTypeObjectIdGet200Response) *NullablePermissionsAccessListObjectTypeObjectIdGet200Response
func (NullablePermissionsAccessListObjectTypeObjectIdGet200Response) IsSet ¶ added in v1.0.0
func (v NullablePermissionsAccessListObjectTypeObjectIdGet200Response) IsSet() bool
func (NullablePermissionsAccessListObjectTypeObjectIdGet200Response) MarshalJSON ¶ added in v1.0.0
func (v NullablePermissionsAccessListObjectTypeObjectIdGet200Response) MarshalJSON() ([]byte, error)
func (*NullablePermissionsAccessListObjectTypeObjectIdGet200Response) UnmarshalJSON ¶ added in v1.0.0
func (v *NullablePermissionsAccessListObjectTypeObjectIdGet200Response) UnmarshalJSON(src []byte) error
func (*NullablePermissionsAccessListObjectTypeObjectIdGet200Response) Unset ¶ added in v1.0.0
func (v *NullablePermissionsAccessListObjectTypeObjectIdGet200Response) Unset()
type NullablePermissionsAccessListObjectTypeObjectIdGet200ResponseData ¶ added in v1.0.0
type NullablePermissionsAccessListObjectTypeObjectIdGet200ResponseData struct {
// contains filtered or unexported fields
}
func NewNullablePermissionsAccessListObjectTypeObjectIdGet200ResponseData ¶ added in v1.0.0
func NewNullablePermissionsAccessListObjectTypeObjectIdGet200ResponseData(val *PermissionsAccessListObjectTypeObjectIdGet200ResponseData) *NullablePermissionsAccessListObjectTypeObjectIdGet200ResponseData
func (NullablePermissionsAccessListObjectTypeObjectIdGet200ResponseData) IsSet ¶ added in v1.0.0
func (v NullablePermissionsAccessListObjectTypeObjectIdGet200ResponseData) IsSet() bool
func (NullablePermissionsAccessListObjectTypeObjectIdGet200ResponseData) MarshalJSON ¶ added in v1.0.0
func (v NullablePermissionsAccessListObjectTypeObjectIdGet200ResponseData) MarshalJSON() ([]byte, error)
func (*NullablePermissionsAccessListObjectTypeObjectIdGet200ResponseData) UnmarshalJSON ¶ added in v1.0.0
func (v *NullablePermissionsAccessListObjectTypeObjectIdGet200ResponseData) UnmarshalJSON(src []byte) error
func (*NullablePermissionsAccessListObjectTypeObjectIdGet200ResponseData) Unset ¶ added in v1.0.0
func (v *NullablePermissionsAccessListObjectTypeObjectIdGet200ResponseData) Unset()
type NullablePermissionsAccessListObjectTypeObjectIdGet200ResponseDataGroupInner ¶ added in v1.0.0
type NullablePermissionsAccessListObjectTypeObjectIdGet200ResponseDataGroupInner struct {
// contains filtered or unexported fields
}
func NewNullablePermissionsAccessListObjectTypeObjectIdGet200ResponseDataGroupInner ¶ added in v1.0.0
func NewNullablePermissionsAccessListObjectTypeObjectIdGet200ResponseDataGroupInner(val *PermissionsAccessListObjectTypeObjectIdGet200ResponseDataGroupInner) *NullablePermissionsAccessListObjectTypeObjectIdGet200ResponseDataGroupInner
func (NullablePermissionsAccessListObjectTypeObjectIdGet200ResponseDataGroupInner) Get ¶ added in v1.0.0
func (NullablePermissionsAccessListObjectTypeObjectIdGet200ResponseDataGroupInner) IsSet ¶ added in v1.0.0
func (NullablePermissionsAccessListObjectTypeObjectIdGet200ResponseDataGroupInner) MarshalJSON ¶ added in v1.0.0
func (v NullablePermissionsAccessListObjectTypeObjectIdGet200ResponseDataGroupInner) MarshalJSON() ([]byte, error)
func (*NullablePermissionsAccessListObjectTypeObjectIdGet200ResponseDataGroupInner) Set ¶ added in v1.0.0
func (*NullablePermissionsAccessListObjectTypeObjectIdGet200ResponseDataGroupInner) UnmarshalJSON ¶ added in v1.0.0
func (v *NullablePermissionsAccessListObjectTypeObjectIdGet200ResponseDataGroupInner) UnmarshalJSON(src []byte) error
type NullablePermissionsAccessListObjectTypeObjectIdGet200ResponseDataGroupInnerSources ¶ added in v1.0.0
type NullablePermissionsAccessListObjectTypeObjectIdGet200ResponseDataGroupInnerSources struct {
// contains filtered or unexported fields
}
func NewNullablePermissionsAccessListObjectTypeObjectIdGet200ResponseDataGroupInnerSources ¶ added in v1.0.0
func NewNullablePermissionsAccessListObjectTypeObjectIdGet200ResponseDataGroupInnerSources(val *PermissionsAccessListObjectTypeObjectIdGet200ResponseDataGroupInnerSources) *NullablePermissionsAccessListObjectTypeObjectIdGet200ResponseDataGroupInnerSources
func (NullablePermissionsAccessListObjectTypeObjectIdGet200ResponseDataGroupInnerSources) Get ¶ added in v1.0.0
func (NullablePermissionsAccessListObjectTypeObjectIdGet200ResponseDataGroupInnerSources) IsSet ¶ added in v1.0.0
func (NullablePermissionsAccessListObjectTypeObjectIdGet200ResponseDataGroupInnerSources) MarshalJSON ¶ added in v1.0.0
func (v NullablePermissionsAccessListObjectTypeObjectIdGet200ResponseDataGroupInnerSources) MarshalJSON() ([]byte, error)
func (*NullablePermissionsAccessListObjectTypeObjectIdGet200ResponseDataGroupInnerSources) Set ¶ added in v1.0.0
func (*NullablePermissionsAccessListObjectTypeObjectIdGet200ResponseDataGroupInnerSources) UnmarshalJSON ¶ added in v1.0.0
func (v *NullablePermissionsAccessListObjectTypeObjectIdGet200ResponseDataGroupInnerSources) UnmarshalJSON(src []byte) error
type NullablePermissionsAccessListObjectTypeObjectIdGet200ResponseDataGroupInnerSourcesGroupsInner ¶ added in v1.0.0
type NullablePermissionsAccessListObjectTypeObjectIdGet200ResponseDataGroupInnerSourcesGroupsInner struct {
// contains filtered or unexported fields
}
func NewNullablePermissionsAccessListObjectTypeObjectIdGet200ResponseDataGroupInnerSourcesGroupsInner ¶ added in v1.0.0
func NewNullablePermissionsAccessListObjectTypeObjectIdGet200ResponseDataGroupInnerSourcesGroupsInner(val *PermissionsAccessListObjectTypeObjectIdGet200ResponseDataGroupInnerSourcesGroupsInner) *NullablePermissionsAccessListObjectTypeObjectIdGet200ResponseDataGroupInnerSourcesGroupsInner
func (NullablePermissionsAccessListObjectTypeObjectIdGet200ResponseDataGroupInnerSourcesGroupsInner) Get ¶ added in v1.0.0
func (NullablePermissionsAccessListObjectTypeObjectIdGet200ResponseDataGroupInnerSourcesGroupsInner) IsSet ¶ added in v1.0.0
func (NullablePermissionsAccessListObjectTypeObjectIdGet200ResponseDataGroupInnerSourcesGroupsInner) MarshalJSON ¶ added in v1.0.0
func (v NullablePermissionsAccessListObjectTypeObjectIdGet200ResponseDataGroupInnerSourcesGroupsInner) MarshalJSON() ([]byte, error)
func (*NullablePermissionsAccessListObjectTypeObjectIdGet200ResponseDataGroupInnerSourcesGroupsInner) Set ¶ added in v1.0.0
func (*NullablePermissionsAccessListObjectTypeObjectIdGet200ResponseDataGroupInnerSourcesGroupsInner) UnmarshalJSON ¶ added in v1.0.0
func (v *NullablePermissionsAccessListObjectTypeObjectIdGet200ResponseDataGroupInnerSourcesGroupsInner) UnmarshalJSON(src []byte) error
type NullablePermissionsAccessListObjectTypeObjectIdGet200ResponseDataGroupInnerSourcesInherited ¶ added in v1.0.0
type NullablePermissionsAccessListObjectTypeObjectIdGet200ResponseDataGroupInnerSourcesInherited struct {
// contains filtered or unexported fields
}
func NewNullablePermissionsAccessListObjectTypeObjectIdGet200ResponseDataGroupInnerSourcesInherited ¶ added in v1.0.0
func NewNullablePermissionsAccessListObjectTypeObjectIdGet200ResponseDataGroupInnerSourcesInherited(val *PermissionsAccessListObjectTypeObjectIdGet200ResponseDataGroupInnerSourcesInherited) *NullablePermissionsAccessListObjectTypeObjectIdGet200ResponseDataGroupInnerSourcesInherited
func (NullablePermissionsAccessListObjectTypeObjectIdGet200ResponseDataGroupInnerSourcesInherited) Get ¶ added in v1.0.0
func (NullablePermissionsAccessListObjectTypeObjectIdGet200ResponseDataGroupInnerSourcesInherited) IsSet ¶ added in v1.0.0
func (NullablePermissionsAccessListObjectTypeObjectIdGet200ResponseDataGroupInnerSourcesInherited) MarshalJSON ¶ added in v1.0.0
func (v NullablePermissionsAccessListObjectTypeObjectIdGet200ResponseDataGroupInnerSourcesInherited) MarshalJSON() ([]byte, error)
func (*NullablePermissionsAccessListObjectTypeObjectIdGet200ResponseDataGroupInnerSourcesInherited) Set ¶ added in v1.0.0
func (*NullablePermissionsAccessListObjectTypeObjectIdGet200ResponseDataGroupInnerSourcesInherited) UnmarshalJSON ¶ added in v1.0.0
func (v *NullablePermissionsAccessListObjectTypeObjectIdGet200ResponseDataGroupInnerSourcesInherited) UnmarshalJSON(src []byte) error
type NullablePermissionsAccessListObjectTypeObjectIdGet200ResponseDataGroupInnerSubject ¶ added in v1.0.0
type NullablePermissionsAccessListObjectTypeObjectIdGet200ResponseDataGroupInnerSubject struct {
// contains filtered or unexported fields
}
func NewNullablePermissionsAccessListObjectTypeObjectIdGet200ResponseDataGroupInnerSubject ¶ added in v1.0.0
func NewNullablePermissionsAccessListObjectTypeObjectIdGet200ResponseDataGroupInnerSubject(val *PermissionsAccessListObjectTypeObjectIdGet200ResponseDataGroupInnerSubject) *NullablePermissionsAccessListObjectTypeObjectIdGet200ResponseDataGroupInnerSubject
func (NullablePermissionsAccessListObjectTypeObjectIdGet200ResponseDataGroupInnerSubject) Get ¶ added in v1.0.0
func (NullablePermissionsAccessListObjectTypeObjectIdGet200ResponseDataGroupInnerSubject) IsSet ¶ added in v1.0.0
func (NullablePermissionsAccessListObjectTypeObjectIdGet200ResponseDataGroupInnerSubject) MarshalJSON ¶ added in v1.0.0
func (v NullablePermissionsAccessListObjectTypeObjectIdGet200ResponseDataGroupInnerSubject) MarshalJSON() ([]byte, error)
func (*NullablePermissionsAccessListObjectTypeObjectIdGet200ResponseDataGroupInnerSubject) Set ¶ added in v1.0.0
func (*NullablePermissionsAccessListObjectTypeObjectIdGet200ResponseDataGroupInnerSubject) UnmarshalJSON ¶ added in v1.0.0
func (v *NullablePermissionsAccessListObjectTypeObjectIdGet200ResponseDataGroupInnerSubject) UnmarshalJSON(src []byte) error
type NullablePermissionsGrantPost200Response ¶ added in v1.0.0
type NullablePermissionsGrantPost200Response struct {
// contains filtered or unexported fields
}
func NewNullablePermissionsGrantPost200Response ¶ added in v1.0.0
func NewNullablePermissionsGrantPost200Response(val *PermissionsGrantPost200Response) *NullablePermissionsGrantPost200Response
func (NullablePermissionsGrantPost200Response) IsSet ¶ added in v1.0.0
func (v NullablePermissionsGrantPost200Response) IsSet() bool
func (NullablePermissionsGrantPost200Response) MarshalJSON ¶ added in v1.0.0
func (v NullablePermissionsGrantPost200Response) MarshalJSON() ([]byte, error)
func (*NullablePermissionsGrantPost200Response) Set ¶ added in v1.0.0
func (v *NullablePermissionsGrantPost200Response) Set(val *PermissionsGrantPost200Response)
func (*NullablePermissionsGrantPost200Response) UnmarshalJSON ¶ added in v1.0.0
func (v *NullablePermissionsGrantPost200Response) UnmarshalJSON(src []byte) error
func (*NullablePermissionsGrantPost200Response) Unset ¶ added in v1.0.0
func (v *NullablePermissionsGrantPost200Response) Unset()
type NullablePermissionsGrantPostRequest ¶
type NullablePermissionsGrantPostRequest struct {
// contains filtered or unexported fields
}
func NewNullablePermissionsGrantPostRequest ¶
func NewNullablePermissionsGrantPostRequest(val *PermissionsGrantPostRequest) *NullablePermissionsGrantPostRequest
func (NullablePermissionsGrantPostRequest) Get ¶
func (v NullablePermissionsGrantPostRequest) Get() *PermissionsGrantPostRequest
func (NullablePermissionsGrantPostRequest) IsSet ¶
func (v NullablePermissionsGrantPostRequest) IsSet() bool
func (NullablePermissionsGrantPostRequest) MarshalJSON ¶
func (v NullablePermissionsGrantPostRequest) MarshalJSON() ([]byte, error)
func (*NullablePermissionsGrantPostRequest) Set ¶
func (v *NullablePermissionsGrantPostRequest) Set(val *PermissionsGrantPostRequest)
func (*NullablePermissionsGrantPostRequest) UnmarshalJSON ¶
func (v *NullablePermissionsGrantPostRequest) UnmarshalJSON(src []byte) error
func (*NullablePermissionsGrantPostRequest) Unset ¶
func (v *NullablePermissionsGrantPostRequest) Unset()
type NullablePermissionsGrantPostRequestObject ¶
type NullablePermissionsGrantPostRequestObject struct {
// contains filtered or unexported fields
}
func NewNullablePermissionsGrantPostRequestObject ¶
func NewNullablePermissionsGrantPostRequestObject(val *PermissionsGrantPostRequestObject) *NullablePermissionsGrantPostRequestObject
func (NullablePermissionsGrantPostRequestObject) IsSet ¶
func (v NullablePermissionsGrantPostRequestObject) IsSet() bool
func (NullablePermissionsGrantPostRequestObject) MarshalJSON ¶
func (v NullablePermissionsGrantPostRequestObject) MarshalJSON() ([]byte, error)
func (*NullablePermissionsGrantPostRequestObject) Set ¶
func (v *NullablePermissionsGrantPostRequestObject) Set(val *PermissionsGrantPostRequestObject)
func (*NullablePermissionsGrantPostRequestObject) UnmarshalJSON ¶
func (v *NullablePermissionsGrantPostRequestObject) UnmarshalJSON(src []byte) error
func (*NullablePermissionsGrantPostRequestObject) Unset ¶
func (v *NullablePermissionsGrantPostRequestObject) Unset()
type NullablePermissionsGrantPostRequestObjectOneOf ¶
type NullablePermissionsGrantPostRequestObjectOneOf struct {
// contains filtered or unexported fields
}
func NewNullablePermissionsGrantPostRequestObjectOneOf ¶
func NewNullablePermissionsGrantPostRequestObjectOneOf(val *PermissionsGrantPostRequestObjectOneOf) *NullablePermissionsGrantPostRequestObjectOneOf
func (NullablePermissionsGrantPostRequestObjectOneOf) IsSet ¶
func (v NullablePermissionsGrantPostRequestObjectOneOf) IsSet() bool
func (NullablePermissionsGrantPostRequestObjectOneOf) MarshalJSON ¶
func (v NullablePermissionsGrantPostRequestObjectOneOf) MarshalJSON() ([]byte, error)
func (*NullablePermissionsGrantPostRequestObjectOneOf) Set ¶
func (v *NullablePermissionsGrantPostRequestObjectOneOf) Set(val *PermissionsGrantPostRequestObjectOneOf)
func (*NullablePermissionsGrantPostRequestObjectOneOf) UnmarshalJSON ¶
func (v *NullablePermissionsGrantPostRequestObjectOneOf) UnmarshalJSON(src []byte) error
func (*NullablePermissionsGrantPostRequestObjectOneOf) Unset ¶
func (v *NullablePermissionsGrantPostRequestObjectOneOf) Unset()
type NullablePermissionsGrantPostRequestObjectOneOf1 ¶
type NullablePermissionsGrantPostRequestObjectOneOf1 struct {
// contains filtered or unexported fields
}
func NewNullablePermissionsGrantPostRequestObjectOneOf1 ¶
func NewNullablePermissionsGrantPostRequestObjectOneOf1(val *PermissionsGrantPostRequestObjectOneOf1) *NullablePermissionsGrantPostRequestObjectOneOf1
func (NullablePermissionsGrantPostRequestObjectOneOf1) IsSet ¶
func (v NullablePermissionsGrantPostRequestObjectOneOf1) IsSet() bool
func (NullablePermissionsGrantPostRequestObjectOneOf1) MarshalJSON ¶
func (v NullablePermissionsGrantPostRequestObjectOneOf1) MarshalJSON() ([]byte, error)
func (*NullablePermissionsGrantPostRequestObjectOneOf1) UnmarshalJSON ¶
func (v *NullablePermissionsGrantPostRequestObjectOneOf1) UnmarshalJSON(src []byte) error
func (*NullablePermissionsGrantPostRequestObjectOneOf1) Unset ¶
func (v *NullablePermissionsGrantPostRequestObjectOneOf1) Unset()
type NullablePermissionsGrantPostRequestObjectOneOf2 ¶
type NullablePermissionsGrantPostRequestObjectOneOf2 struct {
// contains filtered or unexported fields
}
func NewNullablePermissionsGrantPostRequestObjectOneOf2 ¶
func NewNullablePermissionsGrantPostRequestObjectOneOf2(val *PermissionsGrantPostRequestObjectOneOf2) *NullablePermissionsGrantPostRequestObjectOneOf2
func (NullablePermissionsGrantPostRequestObjectOneOf2) IsSet ¶
func (v NullablePermissionsGrantPostRequestObjectOneOf2) IsSet() bool
func (NullablePermissionsGrantPostRequestObjectOneOf2) MarshalJSON ¶
func (v NullablePermissionsGrantPostRequestObjectOneOf2) MarshalJSON() ([]byte, error)
func (*NullablePermissionsGrantPostRequestObjectOneOf2) UnmarshalJSON ¶
func (v *NullablePermissionsGrantPostRequestObjectOneOf2) UnmarshalJSON(src []byte) error
func (*NullablePermissionsGrantPostRequestObjectOneOf2) Unset ¶
func (v *NullablePermissionsGrantPostRequestObjectOneOf2) Unset()
type NullablePermissionsGrantPostRequestObjectOneOf3 ¶
type NullablePermissionsGrantPostRequestObjectOneOf3 struct {
// contains filtered or unexported fields
}
func NewNullablePermissionsGrantPostRequestObjectOneOf3 ¶
func NewNullablePermissionsGrantPostRequestObjectOneOf3(val *PermissionsGrantPostRequestObjectOneOf3) *NullablePermissionsGrantPostRequestObjectOneOf3
func (NullablePermissionsGrantPostRequestObjectOneOf3) IsSet ¶
func (v NullablePermissionsGrantPostRequestObjectOneOf3) IsSet() bool
func (NullablePermissionsGrantPostRequestObjectOneOf3) MarshalJSON ¶
func (v NullablePermissionsGrantPostRequestObjectOneOf3) MarshalJSON() ([]byte, error)
func (*NullablePermissionsGrantPostRequestObjectOneOf3) UnmarshalJSON ¶
func (v *NullablePermissionsGrantPostRequestObjectOneOf3) UnmarshalJSON(src []byte) error
func (*NullablePermissionsGrantPostRequestObjectOneOf3) Unset ¶
func (v *NullablePermissionsGrantPostRequestObjectOneOf3) Unset()
type NullablePermissionsListObjectsPost200Response ¶
type NullablePermissionsListObjectsPost200Response struct {
// contains filtered or unexported fields
}
func NewNullablePermissionsListObjectsPost200Response ¶
func NewNullablePermissionsListObjectsPost200Response(val *PermissionsListObjectsPost200Response) *NullablePermissionsListObjectsPost200Response
func (NullablePermissionsListObjectsPost200Response) IsSet ¶
func (v NullablePermissionsListObjectsPost200Response) IsSet() bool
func (NullablePermissionsListObjectsPost200Response) MarshalJSON ¶
func (v NullablePermissionsListObjectsPost200Response) MarshalJSON() ([]byte, error)
func (*NullablePermissionsListObjectsPost200Response) Set ¶
func (v *NullablePermissionsListObjectsPost200Response) Set(val *PermissionsListObjectsPost200Response)
func (*NullablePermissionsListObjectsPost200Response) UnmarshalJSON ¶
func (v *NullablePermissionsListObjectsPost200Response) UnmarshalJSON(src []byte) error
func (*NullablePermissionsListObjectsPost200Response) Unset ¶
func (v *NullablePermissionsListObjectsPost200Response) Unset()
type NullablePermissionsListObjectsPost200ResponseDataInner ¶
type NullablePermissionsListObjectsPost200ResponseDataInner struct {
// contains filtered or unexported fields
}
func NewNullablePermissionsListObjectsPost200ResponseDataInner ¶
func NewNullablePermissionsListObjectsPost200ResponseDataInner(val *PermissionsListObjectsPost200ResponseDataInner) *NullablePermissionsListObjectsPost200ResponseDataInner
func (NullablePermissionsListObjectsPost200ResponseDataInner) IsSet ¶
func (v NullablePermissionsListObjectsPost200ResponseDataInner) IsSet() bool
func (NullablePermissionsListObjectsPost200ResponseDataInner) MarshalJSON ¶
func (v NullablePermissionsListObjectsPost200ResponseDataInner) MarshalJSON() ([]byte, error)
func (*NullablePermissionsListObjectsPost200ResponseDataInner) UnmarshalJSON ¶
func (v *NullablePermissionsListObjectsPost200ResponseDataInner) UnmarshalJSON(src []byte) error
func (*NullablePermissionsListObjectsPost200ResponseDataInner) Unset ¶
func (v *NullablePermissionsListObjectsPost200ResponseDataInner) Unset()
type NullablePermissionsListObjectsPost200ResponseDataInnerAnyOf ¶ added in v1.0.0
type NullablePermissionsListObjectsPost200ResponseDataInnerAnyOf struct {
// contains filtered or unexported fields
}
func NewNullablePermissionsListObjectsPost200ResponseDataInnerAnyOf ¶ added in v1.0.0
func NewNullablePermissionsListObjectsPost200ResponseDataInnerAnyOf(val *PermissionsListObjectsPost200ResponseDataInnerAnyOf) *NullablePermissionsListObjectsPost200ResponseDataInnerAnyOf
func (NullablePermissionsListObjectsPost200ResponseDataInnerAnyOf) IsSet ¶ added in v1.0.0
func (v NullablePermissionsListObjectsPost200ResponseDataInnerAnyOf) IsSet() bool
func (NullablePermissionsListObjectsPost200ResponseDataInnerAnyOf) MarshalJSON ¶ added in v1.0.0
func (v NullablePermissionsListObjectsPost200ResponseDataInnerAnyOf) MarshalJSON() ([]byte, error)
func (*NullablePermissionsListObjectsPost200ResponseDataInnerAnyOf) UnmarshalJSON ¶ added in v1.0.0
func (v *NullablePermissionsListObjectsPost200ResponseDataInnerAnyOf) UnmarshalJSON(src []byte) error
func (*NullablePermissionsListObjectsPost200ResponseDataInnerAnyOf) Unset ¶ added in v1.0.0
func (v *NullablePermissionsListObjectsPost200ResponseDataInnerAnyOf) Unset()
type NullablePermissionsListObjectsPost200ResponseDataInnerAnyOf1 ¶ added in v1.0.0
type NullablePermissionsListObjectsPost200ResponseDataInnerAnyOf1 struct {
// contains filtered or unexported fields
}
func NewNullablePermissionsListObjectsPost200ResponseDataInnerAnyOf1 ¶ added in v1.0.0
func NewNullablePermissionsListObjectsPost200ResponseDataInnerAnyOf1(val *PermissionsListObjectsPost200ResponseDataInnerAnyOf1) *NullablePermissionsListObjectsPost200ResponseDataInnerAnyOf1
func (NullablePermissionsListObjectsPost200ResponseDataInnerAnyOf1) IsSet ¶ added in v1.0.0
func (v NullablePermissionsListObjectsPost200ResponseDataInnerAnyOf1) IsSet() bool
func (NullablePermissionsListObjectsPost200ResponseDataInnerAnyOf1) MarshalJSON ¶ added in v1.0.0
func (v NullablePermissionsListObjectsPost200ResponseDataInnerAnyOf1) MarshalJSON() ([]byte, error)
func (*NullablePermissionsListObjectsPost200ResponseDataInnerAnyOf1) UnmarshalJSON ¶ added in v1.0.0
func (v *NullablePermissionsListObjectsPost200ResponseDataInnerAnyOf1) UnmarshalJSON(src []byte) error
func (*NullablePermissionsListObjectsPost200ResponseDataInnerAnyOf1) Unset ¶ added in v1.0.0
func (v *NullablePermissionsListObjectsPost200ResponseDataInnerAnyOf1) Unset()
type NullablePermissionsListObjectsPost200ResponseDataInnerAnyOf2 ¶ added in v1.0.0
type NullablePermissionsListObjectsPost200ResponseDataInnerAnyOf2 struct {
// contains filtered or unexported fields
}
func NewNullablePermissionsListObjectsPost200ResponseDataInnerAnyOf2 ¶ added in v1.0.0
func NewNullablePermissionsListObjectsPost200ResponseDataInnerAnyOf2(val *PermissionsListObjectsPost200ResponseDataInnerAnyOf2) *NullablePermissionsListObjectsPost200ResponseDataInnerAnyOf2
func (NullablePermissionsListObjectsPost200ResponseDataInnerAnyOf2) IsSet ¶ added in v1.0.0
func (v NullablePermissionsListObjectsPost200ResponseDataInnerAnyOf2) IsSet() bool
func (NullablePermissionsListObjectsPost200ResponseDataInnerAnyOf2) MarshalJSON ¶ added in v1.0.0
func (v NullablePermissionsListObjectsPost200ResponseDataInnerAnyOf2) MarshalJSON() ([]byte, error)
func (*NullablePermissionsListObjectsPost200ResponseDataInnerAnyOf2) UnmarshalJSON ¶ added in v1.0.0
func (v *NullablePermissionsListObjectsPost200ResponseDataInnerAnyOf2) UnmarshalJSON(src []byte) error
func (*NullablePermissionsListObjectsPost200ResponseDataInnerAnyOf2) Unset ¶ added in v1.0.0
func (v *NullablePermissionsListObjectsPost200ResponseDataInnerAnyOf2) Unset()
type NullablePermissionsListObjectsPost200ResponseDataInnerAnyOf3 ¶ added in v1.0.0
type NullablePermissionsListObjectsPost200ResponseDataInnerAnyOf3 struct {
// contains filtered or unexported fields
}
func NewNullablePermissionsListObjectsPost200ResponseDataInnerAnyOf3 ¶ added in v1.0.0
func NewNullablePermissionsListObjectsPost200ResponseDataInnerAnyOf3(val *PermissionsListObjectsPost200ResponseDataInnerAnyOf3) *NullablePermissionsListObjectsPost200ResponseDataInnerAnyOf3
func (NullablePermissionsListObjectsPost200ResponseDataInnerAnyOf3) IsSet ¶ added in v1.0.0
func (v NullablePermissionsListObjectsPost200ResponseDataInnerAnyOf3) IsSet() bool
func (NullablePermissionsListObjectsPost200ResponseDataInnerAnyOf3) MarshalJSON ¶ added in v1.0.0
func (v NullablePermissionsListObjectsPost200ResponseDataInnerAnyOf3) MarshalJSON() ([]byte, error)
func (*NullablePermissionsListObjectsPost200ResponseDataInnerAnyOf3) UnmarshalJSON ¶ added in v1.0.0
func (v *NullablePermissionsListObjectsPost200ResponseDataInnerAnyOf3) UnmarshalJSON(src []byte) error
func (*NullablePermissionsListObjectsPost200ResponseDataInnerAnyOf3) Unset ¶ added in v1.0.0
func (v *NullablePermissionsListObjectsPost200ResponseDataInnerAnyOf3) Unset()
type NullablePermissionsListObjectsPost200ResponseDataInnerOneOf ¶
type NullablePermissionsListObjectsPost200ResponseDataInnerOneOf struct {
// contains filtered or unexported fields
}
func NewNullablePermissionsListObjectsPost200ResponseDataInnerOneOf ¶
func NewNullablePermissionsListObjectsPost200ResponseDataInnerOneOf(val *PermissionsListObjectsPost200ResponseDataInnerOneOf) *NullablePermissionsListObjectsPost200ResponseDataInnerOneOf
func (NullablePermissionsListObjectsPost200ResponseDataInnerOneOf) IsSet ¶
func (v NullablePermissionsListObjectsPost200ResponseDataInnerOneOf) IsSet() bool
func (NullablePermissionsListObjectsPost200ResponseDataInnerOneOf) MarshalJSON ¶
func (v NullablePermissionsListObjectsPost200ResponseDataInnerOneOf) MarshalJSON() ([]byte, error)
func (*NullablePermissionsListObjectsPost200ResponseDataInnerOneOf) UnmarshalJSON ¶
func (v *NullablePermissionsListObjectsPost200ResponseDataInnerOneOf) UnmarshalJSON(src []byte) error
func (*NullablePermissionsListObjectsPost200ResponseDataInnerOneOf) Unset ¶
func (v *NullablePermissionsListObjectsPost200ResponseDataInnerOneOf) Unset()
type NullablePermissionsListObjectsPost200ResponseDataInnerOneOf1 ¶
type NullablePermissionsListObjectsPost200ResponseDataInnerOneOf1 struct {
// contains filtered or unexported fields
}
func NewNullablePermissionsListObjectsPost200ResponseDataInnerOneOf1 ¶
func NewNullablePermissionsListObjectsPost200ResponseDataInnerOneOf1(val *PermissionsListObjectsPost200ResponseDataInnerOneOf1) *NullablePermissionsListObjectsPost200ResponseDataInnerOneOf1
func (NullablePermissionsListObjectsPost200ResponseDataInnerOneOf1) IsSet ¶
func (v NullablePermissionsListObjectsPost200ResponseDataInnerOneOf1) IsSet() bool
func (NullablePermissionsListObjectsPost200ResponseDataInnerOneOf1) MarshalJSON ¶
func (v NullablePermissionsListObjectsPost200ResponseDataInnerOneOf1) MarshalJSON() ([]byte, error)
func (*NullablePermissionsListObjectsPost200ResponseDataInnerOneOf1) UnmarshalJSON ¶
func (v *NullablePermissionsListObjectsPost200ResponseDataInnerOneOf1) UnmarshalJSON(src []byte) error
func (*NullablePermissionsListObjectsPost200ResponseDataInnerOneOf1) Unset ¶
func (v *NullablePermissionsListObjectsPost200ResponseDataInnerOneOf1) Unset()
type NullablePermissionsListObjectsPost200ResponseDataInnerOneOf2 ¶
type NullablePermissionsListObjectsPost200ResponseDataInnerOneOf2 struct {
// contains filtered or unexported fields
}
func NewNullablePermissionsListObjectsPost200ResponseDataInnerOneOf2 ¶
func NewNullablePermissionsListObjectsPost200ResponseDataInnerOneOf2(val *PermissionsListObjectsPost200ResponseDataInnerOneOf2) *NullablePermissionsListObjectsPost200ResponseDataInnerOneOf2
func (NullablePermissionsListObjectsPost200ResponseDataInnerOneOf2) IsSet ¶
func (v NullablePermissionsListObjectsPost200ResponseDataInnerOneOf2) IsSet() bool
func (NullablePermissionsListObjectsPost200ResponseDataInnerOneOf2) MarshalJSON ¶
func (v NullablePermissionsListObjectsPost200ResponseDataInnerOneOf2) MarshalJSON() ([]byte, error)
func (*NullablePermissionsListObjectsPost200ResponseDataInnerOneOf2) UnmarshalJSON ¶
func (v *NullablePermissionsListObjectsPost200ResponseDataInnerOneOf2) UnmarshalJSON(src []byte) error
func (*NullablePermissionsListObjectsPost200ResponseDataInnerOneOf2) Unset ¶
func (v *NullablePermissionsListObjectsPost200ResponseDataInnerOneOf2) Unset()
type NullablePermissionsListObjectsPost200ResponseDataInnerOneOf2Id ¶
type NullablePermissionsListObjectsPost200ResponseDataInnerOneOf2Id struct {
// contains filtered or unexported fields
}
func NewNullablePermissionsListObjectsPost200ResponseDataInnerOneOf2Id ¶
func NewNullablePermissionsListObjectsPost200ResponseDataInnerOneOf2Id(val *PermissionsListObjectsPost200ResponseDataInnerOneOf2Id) *NullablePermissionsListObjectsPost200ResponseDataInnerOneOf2Id
func (NullablePermissionsListObjectsPost200ResponseDataInnerOneOf2Id) IsSet ¶
func (v NullablePermissionsListObjectsPost200ResponseDataInnerOneOf2Id) IsSet() bool
func (NullablePermissionsListObjectsPost200ResponseDataInnerOneOf2Id) MarshalJSON ¶
func (v NullablePermissionsListObjectsPost200ResponseDataInnerOneOf2Id) MarshalJSON() ([]byte, error)
func (*NullablePermissionsListObjectsPost200ResponseDataInnerOneOf2Id) UnmarshalJSON ¶
func (v *NullablePermissionsListObjectsPost200ResponseDataInnerOneOf2Id) UnmarshalJSON(src []byte) error
func (*NullablePermissionsListObjectsPost200ResponseDataInnerOneOf2Id) Unset ¶
func (v *NullablePermissionsListObjectsPost200ResponseDataInnerOneOf2Id) Unset()
type NullablePermissionsListObjectsPost200ResponseDataInnerOneOf3 ¶
type NullablePermissionsListObjectsPost200ResponseDataInnerOneOf3 struct {
// contains filtered or unexported fields
}
func NewNullablePermissionsListObjectsPost200ResponseDataInnerOneOf3 ¶
func NewNullablePermissionsListObjectsPost200ResponseDataInnerOneOf3(val *PermissionsListObjectsPost200ResponseDataInnerOneOf3) *NullablePermissionsListObjectsPost200ResponseDataInnerOneOf3
func (NullablePermissionsListObjectsPost200ResponseDataInnerOneOf3) IsSet ¶
func (v NullablePermissionsListObjectsPost200ResponseDataInnerOneOf3) IsSet() bool
func (NullablePermissionsListObjectsPost200ResponseDataInnerOneOf3) MarshalJSON ¶
func (v NullablePermissionsListObjectsPost200ResponseDataInnerOneOf3) MarshalJSON() ([]byte, error)
func (*NullablePermissionsListObjectsPost200ResponseDataInnerOneOf3) UnmarshalJSON ¶
func (v *NullablePermissionsListObjectsPost200ResponseDataInnerOneOf3) UnmarshalJSON(src []byte) error
func (*NullablePermissionsListObjectsPost200ResponseDataInnerOneOf3) Unset ¶
func (v *NullablePermissionsListObjectsPost200ResponseDataInnerOneOf3) Unset()
type NullablePermissionsListObjectsPostRequest ¶
type NullablePermissionsListObjectsPostRequest struct {
// contains filtered or unexported fields
}
func NewNullablePermissionsListObjectsPostRequest ¶
func NewNullablePermissionsListObjectsPostRequest(val *PermissionsListObjectsPostRequest) *NullablePermissionsListObjectsPostRequest
func (NullablePermissionsListObjectsPostRequest) IsSet ¶
func (v NullablePermissionsListObjectsPostRequest) IsSet() bool
func (NullablePermissionsListObjectsPostRequest) MarshalJSON ¶
func (v NullablePermissionsListObjectsPostRequest) MarshalJSON() ([]byte, error)
func (*NullablePermissionsListObjectsPostRequest) Set ¶
func (v *NullablePermissionsListObjectsPostRequest) Set(val *PermissionsListObjectsPostRequest)
func (*NullablePermissionsListObjectsPostRequest) UnmarshalJSON ¶
func (v *NullablePermissionsListObjectsPostRequest) UnmarshalJSON(src []byte) error
func (*NullablePermissionsListObjectsPostRequest) Unset ¶
func (v *NullablePermissionsListObjectsPostRequest) Unset()
type NullablePermissionsListObjectsPostRequestSubject ¶
type NullablePermissionsListObjectsPostRequestSubject struct {
// contains filtered or unexported fields
}
func NewNullablePermissionsListObjectsPostRequestSubject ¶
func NewNullablePermissionsListObjectsPostRequestSubject(val *PermissionsListObjectsPostRequestSubject) *NullablePermissionsListObjectsPostRequestSubject
func (NullablePermissionsListObjectsPostRequestSubject) IsSet ¶
func (v NullablePermissionsListObjectsPostRequestSubject) IsSet() bool
func (NullablePermissionsListObjectsPostRequestSubject) MarshalJSON ¶
func (v NullablePermissionsListObjectsPostRequestSubject) MarshalJSON() ([]byte, error)
func (*NullablePermissionsListObjectsPostRequestSubject) UnmarshalJSON ¶
func (v *NullablePermissionsListObjectsPostRequestSubject) UnmarshalJSON(src []byte) error
func (*NullablePermissionsListObjectsPostRequestSubject) Unset ¶
func (v *NullablePermissionsListObjectsPostRequestSubject) Unset()
type NullablePermissionsListObjectsPostRequestSubjectOneOf ¶
type NullablePermissionsListObjectsPostRequestSubjectOneOf struct {
// contains filtered or unexported fields
}
func NewNullablePermissionsListObjectsPostRequestSubjectOneOf ¶
func NewNullablePermissionsListObjectsPostRequestSubjectOneOf(val *PermissionsListObjectsPostRequestSubjectOneOf) *NullablePermissionsListObjectsPostRequestSubjectOneOf
func (NullablePermissionsListObjectsPostRequestSubjectOneOf) IsSet ¶
func (v NullablePermissionsListObjectsPostRequestSubjectOneOf) IsSet() bool
func (NullablePermissionsListObjectsPostRequestSubjectOneOf) MarshalJSON ¶
func (v NullablePermissionsListObjectsPostRequestSubjectOneOf) MarshalJSON() ([]byte, error)
func (*NullablePermissionsListObjectsPostRequestSubjectOneOf) UnmarshalJSON ¶
func (v *NullablePermissionsListObjectsPostRequestSubjectOneOf) UnmarshalJSON(src []byte) error
func (*NullablePermissionsListObjectsPostRequestSubjectOneOf) Unset ¶
func (v *NullablePermissionsListObjectsPostRequestSubjectOneOf) Unset()
type NullablePermissionsListObjectsPostRequestSubjectOneOf1 ¶
type NullablePermissionsListObjectsPostRequestSubjectOneOf1 struct {
// contains filtered or unexported fields
}
func NewNullablePermissionsListObjectsPostRequestSubjectOneOf1 ¶
func NewNullablePermissionsListObjectsPostRequestSubjectOneOf1(val *PermissionsListObjectsPostRequestSubjectOneOf1) *NullablePermissionsListObjectsPostRequestSubjectOneOf1
func (NullablePermissionsListObjectsPostRequestSubjectOneOf1) IsSet ¶
func (v NullablePermissionsListObjectsPostRequestSubjectOneOf1) IsSet() bool
func (NullablePermissionsListObjectsPostRequestSubjectOneOf1) MarshalJSON ¶
func (v NullablePermissionsListObjectsPostRequestSubjectOneOf1) MarshalJSON() ([]byte, error)
func (*NullablePermissionsListObjectsPostRequestSubjectOneOf1) UnmarshalJSON ¶
func (v *NullablePermissionsListObjectsPostRequestSubjectOneOf1) UnmarshalJSON(src []byte) error
func (*NullablePermissionsListObjectsPostRequestSubjectOneOf1) Unset ¶
func (v *NullablePermissionsListObjectsPostRequestSubjectOneOf1) Unset()
type NullablePermissionsRevokePost200Response ¶
type NullablePermissionsRevokePost200Response struct {
// contains filtered or unexported fields
}
func NewNullablePermissionsRevokePost200Response ¶
func NewNullablePermissionsRevokePost200Response(val *PermissionsRevokePost200Response) *NullablePermissionsRevokePost200Response
func (NullablePermissionsRevokePost200Response) IsSet ¶
func (v NullablePermissionsRevokePost200Response) IsSet() bool
func (NullablePermissionsRevokePost200Response) MarshalJSON ¶
func (v NullablePermissionsRevokePost200Response) MarshalJSON() ([]byte, error)
func (*NullablePermissionsRevokePost200Response) Set ¶
func (v *NullablePermissionsRevokePost200Response) Set(val *PermissionsRevokePost200Response)
func (*NullablePermissionsRevokePost200Response) UnmarshalJSON ¶
func (v *NullablePermissionsRevokePost200Response) UnmarshalJSON(src []byte) error
func (*NullablePermissionsRevokePost200Response) Unset ¶
func (v *NullablePermissionsRevokePost200Response) Unset()
type NullablePermissionsRevokePost200ResponseDataInnerAnyOf ¶ added in v0.1.1
type NullablePermissionsRevokePost200ResponseDataInnerAnyOf struct {
// contains filtered or unexported fields
}
func NewNullablePermissionsRevokePost200ResponseDataInnerAnyOf ¶ added in v0.1.1
func NewNullablePermissionsRevokePost200ResponseDataInnerAnyOf(val *PermissionsRevokePost200ResponseDataInnerAnyOf) *NullablePermissionsRevokePost200ResponseDataInnerAnyOf
func (NullablePermissionsRevokePost200ResponseDataInnerAnyOf) IsSet ¶ added in v0.1.1
func (v NullablePermissionsRevokePost200ResponseDataInnerAnyOf) IsSet() bool
func (NullablePermissionsRevokePost200ResponseDataInnerAnyOf) MarshalJSON ¶ added in v0.1.1
func (v NullablePermissionsRevokePost200ResponseDataInnerAnyOf) MarshalJSON() ([]byte, error)
func (*NullablePermissionsRevokePost200ResponseDataInnerAnyOf) UnmarshalJSON ¶ added in v0.1.1
func (v *NullablePermissionsRevokePost200ResponseDataInnerAnyOf) UnmarshalJSON(src []byte) error
func (*NullablePermissionsRevokePost200ResponseDataInnerAnyOf) Unset ¶ added in v0.1.1
func (v *NullablePermissionsRevokePost200ResponseDataInnerAnyOf) Unset()
type NullablePermissionsRevokePost200ResponseDataInnerAnyOf1 ¶ added in v0.1.1
type NullablePermissionsRevokePost200ResponseDataInnerAnyOf1 struct {
// contains filtered or unexported fields
}
func NewNullablePermissionsRevokePost200ResponseDataInnerAnyOf1 ¶ added in v0.1.1
func NewNullablePermissionsRevokePost200ResponseDataInnerAnyOf1(val *PermissionsRevokePost200ResponseDataInnerAnyOf1) *NullablePermissionsRevokePost200ResponseDataInnerAnyOf1
func (NullablePermissionsRevokePost200ResponseDataInnerAnyOf1) IsSet ¶ added in v0.1.1
func (v NullablePermissionsRevokePost200ResponseDataInnerAnyOf1) IsSet() bool
func (NullablePermissionsRevokePost200ResponseDataInnerAnyOf1) MarshalJSON ¶ added in v0.1.1
func (v NullablePermissionsRevokePost200ResponseDataInnerAnyOf1) MarshalJSON() ([]byte, error)
func (*NullablePermissionsRevokePost200ResponseDataInnerAnyOf1) UnmarshalJSON ¶ added in v0.1.1
func (v *NullablePermissionsRevokePost200ResponseDataInnerAnyOf1) UnmarshalJSON(src []byte) error
func (*NullablePermissionsRevokePost200ResponseDataInnerAnyOf1) Unset ¶ added in v0.1.1
func (v *NullablePermissionsRevokePost200ResponseDataInnerAnyOf1) Unset()
type NullablePermissionsRevokePost200ResponseDataInnerOneOf ¶
type NullablePermissionsRevokePost200ResponseDataInnerOneOf struct {
// contains filtered or unexported fields
}
func NewNullablePermissionsRevokePost200ResponseDataInnerOneOf ¶
func NewNullablePermissionsRevokePost200ResponseDataInnerOneOf(val *PermissionsRevokePost200ResponseDataInnerOneOf) *NullablePermissionsRevokePost200ResponseDataInnerOneOf
func (NullablePermissionsRevokePost200ResponseDataInnerOneOf) IsSet ¶
func (v NullablePermissionsRevokePost200ResponseDataInnerOneOf) IsSet() bool
func (NullablePermissionsRevokePost200ResponseDataInnerOneOf) MarshalJSON ¶
func (v NullablePermissionsRevokePost200ResponseDataInnerOneOf) MarshalJSON() ([]byte, error)
func (*NullablePermissionsRevokePost200ResponseDataInnerOneOf) UnmarshalJSON ¶
func (v *NullablePermissionsRevokePost200ResponseDataInnerOneOf) UnmarshalJSON(src []byte) error
func (*NullablePermissionsRevokePost200ResponseDataInnerOneOf) Unset ¶
func (v *NullablePermissionsRevokePost200ResponseDataInnerOneOf) Unset()
type NullablePermissionsRevokePost200ResponseDataInnerOneOf1 ¶
type NullablePermissionsRevokePost200ResponseDataInnerOneOf1 struct {
// contains filtered or unexported fields
}
func NewNullablePermissionsRevokePost200ResponseDataInnerOneOf1 ¶
func NewNullablePermissionsRevokePost200ResponseDataInnerOneOf1(val *PermissionsRevokePost200ResponseDataInnerOneOf1) *NullablePermissionsRevokePost200ResponseDataInnerOneOf1
func (NullablePermissionsRevokePost200ResponseDataInnerOneOf1) IsSet ¶
func (v NullablePermissionsRevokePost200ResponseDataInnerOneOf1) IsSet() bool
func (NullablePermissionsRevokePost200ResponseDataInnerOneOf1) MarshalJSON ¶
func (v NullablePermissionsRevokePost200ResponseDataInnerOneOf1) MarshalJSON() ([]byte, error)
func (*NullablePermissionsRevokePost200ResponseDataInnerOneOf1) UnmarshalJSON ¶
func (v *NullablePermissionsRevokePost200ResponseDataInnerOneOf1) UnmarshalJSON(src []byte) error
func (*NullablePermissionsRevokePost200ResponseDataInnerOneOf1) Unset ¶
func (v *NullablePermissionsRevokePost200ResponseDataInnerOneOf1) Unset()
type NullablePermissionsRevokePostRequest ¶
type NullablePermissionsRevokePostRequest struct {
// contains filtered or unexported fields
}
func NewNullablePermissionsRevokePostRequest ¶
func NewNullablePermissionsRevokePostRequest(val *PermissionsRevokePostRequest) *NullablePermissionsRevokePostRequest
func (NullablePermissionsRevokePostRequest) Get ¶
func (v NullablePermissionsRevokePostRequest) Get() *PermissionsRevokePostRequest
func (NullablePermissionsRevokePostRequest) IsSet ¶
func (v NullablePermissionsRevokePostRequest) IsSet() bool
func (NullablePermissionsRevokePostRequest) MarshalJSON ¶
func (v NullablePermissionsRevokePostRequest) MarshalJSON() ([]byte, error)
func (*NullablePermissionsRevokePostRequest) Set ¶
func (v *NullablePermissionsRevokePostRequest) Set(val *PermissionsRevokePostRequest)
func (*NullablePermissionsRevokePostRequest) UnmarshalJSON ¶
func (v *NullablePermissionsRevokePostRequest) UnmarshalJSON(src []byte) error
func (*NullablePermissionsRevokePostRequest) Unset ¶
func (v *NullablePermissionsRevokePostRequest) Unset()
type NullablePostgresOptions ¶
type NullablePostgresOptions struct {
// contains filtered or unexported fields
}
func NewNullablePostgresOptions ¶
func NewNullablePostgresOptions(val *PostgresOptions) *NullablePostgresOptions
func (NullablePostgresOptions) Get ¶
func (v NullablePostgresOptions) Get() *PostgresOptions
func (NullablePostgresOptions) IsSet ¶
func (v NullablePostgresOptions) IsSet() bool
func (NullablePostgresOptions) MarshalJSON ¶
func (v NullablePostgresOptions) MarshalJSON() ([]byte, error)
func (*NullablePostgresOptions) Set ¶
func (v *NullablePostgresOptions) Set(val *PostgresOptions)
func (*NullablePostgresOptions) UnmarshalJSON ¶
func (v *NullablePostgresOptions) UnmarshalJSON(src []byte) error
func (*NullablePostgresOptions) Unset ¶
func (v *NullablePostgresOptions) Unset()
type NullablePostgresOptionsDatabaseOptions ¶
type NullablePostgresOptionsDatabaseOptions struct {
// contains filtered or unexported fields
}
func NewNullablePostgresOptionsDatabaseOptions ¶
func NewNullablePostgresOptionsDatabaseOptions(val *PostgresOptionsDatabaseOptions) *NullablePostgresOptionsDatabaseOptions
func (NullablePostgresOptionsDatabaseOptions) Get ¶
func (v NullablePostgresOptionsDatabaseOptions) Get() *PostgresOptionsDatabaseOptions
func (NullablePostgresOptionsDatabaseOptions) IsSet ¶
func (v NullablePostgresOptionsDatabaseOptions) IsSet() bool
func (NullablePostgresOptionsDatabaseOptions) MarshalJSON ¶
func (v NullablePostgresOptionsDatabaseOptions) MarshalJSON() ([]byte, error)
func (*NullablePostgresOptionsDatabaseOptions) Set ¶
func (v *NullablePostgresOptionsDatabaseOptions) Set(val *PostgresOptionsDatabaseOptions)
func (*NullablePostgresOptionsDatabaseOptions) UnmarshalJSON ¶
func (v *NullablePostgresOptionsDatabaseOptions) UnmarshalJSON(src []byte) error
func (*NullablePostgresOptionsDatabaseOptions) Unset ¶
func (v *NullablePostgresOptionsDatabaseOptions) Unset()
type NullablePostgresOptionsDatabaseOptionsAnyOf ¶
type NullablePostgresOptionsDatabaseOptionsAnyOf struct {
// contains filtered or unexported fields
}
func NewNullablePostgresOptionsDatabaseOptionsAnyOf ¶
func NewNullablePostgresOptionsDatabaseOptionsAnyOf(val *PostgresOptionsDatabaseOptionsAnyOf) *NullablePostgresOptionsDatabaseOptionsAnyOf
func (NullablePostgresOptionsDatabaseOptionsAnyOf) IsSet ¶
func (v NullablePostgresOptionsDatabaseOptionsAnyOf) IsSet() bool
func (NullablePostgresOptionsDatabaseOptionsAnyOf) MarshalJSON ¶
func (v NullablePostgresOptionsDatabaseOptionsAnyOf) MarshalJSON() ([]byte, error)
func (*NullablePostgresOptionsDatabaseOptionsAnyOf) Set ¶
func (v *NullablePostgresOptionsDatabaseOptionsAnyOf) Set(val *PostgresOptionsDatabaseOptionsAnyOf)
func (*NullablePostgresOptionsDatabaseOptionsAnyOf) UnmarshalJSON ¶
func (v *NullablePostgresOptionsDatabaseOptionsAnyOf) UnmarshalJSON(src []byte) error
func (*NullablePostgresOptionsDatabaseOptionsAnyOf) Unset ¶
func (v *NullablePostgresOptionsDatabaseOptionsAnyOf) Unset()
type NullablePostgresOptionsDatabaseOptionsAnyOf1 ¶
type NullablePostgresOptionsDatabaseOptionsAnyOf1 struct {
// contains filtered or unexported fields
}
func NewNullablePostgresOptionsDatabaseOptionsAnyOf1 ¶
func NewNullablePostgresOptionsDatabaseOptionsAnyOf1(val *PostgresOptionsDatabaseOptionsAnyOf1) *NullablePostgresOptionsDatabaseOptionsAnyOf1
func (NullablePostgresOptionsDatabaseOptionsAnyOf1) IsSet ¶
func (v NullablePostgresOptionsDatabaseOptionsAnyOf1) IsSet() bool
func (NullablePostgresOptionsDatabaseOptionsAnyOf1) MarshalJSON ¶
func (v NullablePostgresOptionsDatabaseOptionsAnyOf1) MarshalJSON() ([]byte, error)
func (*NullablePostgresOptionsDatabaseOptionsAnyOf1) Set ¶
func (v *NullablePostgresOptionsDatabaseOptionsAnyOf1) Set(val *PostgresOptionsDatabaseOptionsAnyOf1)
func (*NullablePostgresOptionsDatabaseOptionsAnyOf1) UnmarshalJSON ¶
func (v *NullablePostgresOptionsDatabaseOptionsAnyOf1) UnmarshalJSON(src []byte) error
func (*NullablePostgresOptionsDatabaseOptionsAnyOf1) Unset ¶
func (v *NullablePostgresOptionsDatabaseOptionsAnyOf1) Unset()
type NullablePostgresOptionsDatabaseOptionsAnyOfSshTunnelOptions ¶
type NullablePostgresOptionsDatabaseOptionsAnyOfSshTunnelOptions struct {
// contains filtered or unexported fields
}
func NewNullablePostgresOptionsDatabaseOptionsAnyOfSshTunnelOptions ¶
func NewNullablePostgresOptionsDatabaseOptionsAnyOfSshTunnelOptions(val *PostgresOptionsDatabaseOptionsAnyOfSshTunnelOptions) *NullablePostgresOptionsDatabaseOptionsAnyOfSshTunnelOptions
func (NullablePostgresOptionsDatabaseOptionsAnyOfSshTunnelOptions) IsSet ¶
func (v NullablePostgresOptionsDatabaseOptionsAnyOfSshTunnelOptions) IsSet() bool
func (NullablePostgresOptionsDatabaseOptionsAnyOfSshTunnelOptions) MarshalJSON ¶
func (v NullablePostgresOptionsDatabaseOptionsAnyOfSshTunnelOptions) MarshalJSON() ([]byte, error)
func (*NullablePostgresOptionsDatabaseOptionsAnyOfSshTunnelOptions) UnmarshalJSON ¶
func (v *NullablePostgresOptionsDatabaseOptionsAnyOfSshTunnelOptions) UnmarshalJSON(src []byte) error
func (*NullablePostgresOptionsDatabaseOptionsAnyOfSshTunnelOptions) Unset ¶
func (v *NullablePostgresOptionsDatabaseOptionsAnyOfSshTunnelOptions) Unset()
type NullablePostgresOptionsDatabaseOptionsAnyOfSslSettings ¶
type NullablePostgresOptionsDatabaseOptionsAnyOfSslSettings struct {
// contains filtered or unexported fields
}
func NewNullablePostgresOptionsDatabaseOptionsAnyOfSslSettings ¶
func NewNullablePostgresOptionsDatabaseOptionsAnyOfSslSettings(val *PostgresOptionsDatabaseOptionsAnyOfSslSettings) *NullablePostgresOptionsDatabaseOptionsAnyOfSslSettings
func (NullablePostgresOptionsDatabaseOptionsAnyOfSslSettings) IsSet ¶
func (v NullablePostgresOptionsDatabaseOptionsAnyOfSslSettings) IsSet() bool
func (NullablePostgresOptionsDatabaseOptionsAnyOfSslSettings) MarshalJSON ¶
func (v NullablePostgresOptionsDatabaseOptionsAnyOfSslSettings) MarshalJSON() ([]byte, error)
func (*NullablePostgresOptionsDatabaseOptionsAnyOfSslSettings) UnmarshalJSON ¶
func (v *NullablePostgresOptionsDatabaseOptionsAnyOfSslSettings) UnmarshalJSON(src []byte) error
func (*NullablePostgresOptionsDatabaseOptionsAnyOfSslSettings) Unset ¶
func (v *NullablePostgresOptionsDatabaseOptionsAnyOfSslSettings) Unset()
type NullableRedshiftOptions ¶
type NullableRedshiftOptions struct {
// contains filtered or unexported fields
}
func NewNullableRedshiftOptions ¶
func NewNullableRedshiftOptions(val *RedshiftOptions) *NullableRedshiftOptions
func (NullableRedshiftOptions) Get ¶
func (v NullableRedshiftOptions) Get() *RedshiftOptions
func (NullableRedshiftOptions) IsSet ¶
func (v NullableRedshiftOptions) IsSet() bool
func (NullableRedshiftOptions) MarshalJSON ¶
func (v NullableRedshiftOptions) MarshalJSON() ([]byte, error)
func (*NullableRedshiftOptions) Set ¶
func (v *NullableRedshiftOptions) Set(val *RedshiftOptions)
func (*NullableRedshiftOptions) UnmarshalJSON ¶
func (v *NullableRedshiftOptions) UnmarshalJSON(src []byte) error
func (*NullableRedshiftOptions) Unset ¶
func (v *NullableRedshiftOptions) Unset()
type NullableRedshiftOptionsDatabaseOptions ¶
type NullableRedshiftOptionsDatabaseOptions struct {
// contains filtered or unexported fields
}
func NewNullableRedshiftOptionsDatabaseOptions ¶
func NewNullableRedshiftOptionsDatabaseOptions(val *RedshiftOptionsDatabaseOptions) *NullableRedshiftOptionsDatabaseOptions
func (NullableRedshiftOptionsDatabaseOptions) Get ¶
func (v NullableRedshiftOptionsDatabaseOptions) Get() *RedshiftOptionsDatabaseOptions
func (NullableRedshiftOptionsDatabaseOptions) IsSet ¶
func (v NullableRedshiftOptionsDatabaseOptions) IsSet() bool
func (NullableRedshiftOptionsDatabaseOptions) MarshalJSON ¶
func (v NullableRedshiftOptionsDatabaseOptions) MarshalJSON() ([]byte, error)
func (*NullableRedshiftOptionsDatabaseOptions) Set ¶
func (v *NullableRedshiftOptionsDatabaseOptions) Set(val *RedshiftOptionsDatabaseOptions)
func (*NullableRedshiftOptionsDatabaseOptions) UnmarshalJSON ¶
func (v *NullableRedshiftOptionsDatabaseOptions) UnmarshalJSON(src []byte) error
func (*NullableRedshiftOptionsDatabaseOptions) Unset ¶
func (v *NullableRedshiftOptionsDatabaseOptions) Unset()
type NullableRedshiftOptionsDatabaseOptionsSslSettings ¶
type NullableRedshiftOptionsDatabaseOptionsSslSettings struct {
// contains filtered or unexported fields
}
func NewNullableRedshiftOptionsDatabaseOptionsSslSettings ¶
func NewNullableRedshiftOptionsDatabaseOptionsSslSettings(val *RedshiftOptionsDatabaseOptionsSslSettings) *NullableRedshiftOptionsDatabaseOptionsSslSettings
func (NullableRedshiftOptionsDatabaseOptionsSslSettings) IsSet ¶
func (v NullableRedshiftOptionsDatabaseOptionsSslSettings) IsSet() bool
func (NullableRedshiftOptionsDatabaseOptionsSslSettings) MarshalJSON ¶
func (v NullableRedshiftOptionsDatabaseOptionsSslSettings) MarshalJSON() ([]byte, error)
func (*NullableRedshiftOptionsDatabaseOptionsSslSettings) UnmarshalJSON ¶
func (v *NullableRedshiftOptionsDatabaseOptionsSslSettings) UnmarshalJSON(src []byte) error
func (*NullableRedshiftOptionsDatabaseOptionsSslSettings) Unset ¶
func (v *NullableRedshiftOptionsDatabaseOptionsSslSettings) Unset()
type NullableRemoveOperation ¶
type NullableRemoveOperation struct {
// contains filtered or unexported fields
}
func NewNullableRemoveOperation ¶
func NewNullableRemoveOperation(val *RemoveOperation) *NullableRemoveOperation
func (NullableRemoveOperation) Get ¶
func (v NullableRemoveOperation) Get() *RemoveOperation
func (NullableRemoveOperation) IsSet ¶
func (v NullableRemoveOperation) IsSet() bool
func (NullableRemoveOperation) MarshalJSON ¶
func (v NullableRemoveOperation) MarshalJSON() ([]byte, error)
func (*NullableRemoveOperation) Set ¶
func (v *NullableRemoveOperation) Set(val *RemoveOperation)
func (*NullableRemoveOperation) UnmarshalJSON ¶
func (v *NullableRemoveOperation) UnmarshalJSON(src []byte) error
func (*NullableRemoveOperation) Unset ¶
func (v *NullableRemoveOperation) Unset()
type NullableReplaceOperation ¶
type NullableReplaceOperation struct {
// contains filtered or unexported fields
}
func NewNullableReplaceOperation ¶
func NewNullableReplaceOperation(val *ReplaceOperation) *NullableReplaceOperation
func (NullableReplaceOperation) Get ¶
func (v NullableReplaceOperation) Get() *ReplaceOperation
func (NullableReplaceOperation) IsSet ¶
func (v NullableReplaceOperation) IsSet() bool
func (NullableReplaceOperation) MarshalJSON ¶
func (v NullableReplaceOperation) MarshalJSON() ([]byte, error)
func (*NullableReplaceOperation) Set ¶
func (v *NullableReplaceOperation) Set(val *ReplaceOperation)
func (*NullableReplaceOperation) UnmarshalJSON ¶
func (v *NullableReplaceOperation) UnmarshalJSON(src []byte) error
func (*NullableReplaceOperation) Unset ¶
func (v *NullableReplaceOperation) Unset()
type NullableResource ¶
type NullableResource struct {
// contains filtered or unexported fields
}
func NewNullableResource ¶
func NewNullableResource(val *Resource) *NullableResource
func (NullableResource) Get ¶
func (v NullableResource) Get() *Resource
func (NullableResource) IsSet ¶
func (v NullableResource) IsSet() bool
func (NullableResource) MarshalJSON ¶
func (v NullableResource) MarshalJSON() ([]byte, error)
func (*NullableResource) Set ¶
func (v *NullableResource) Set(val *Resource)
func (*NullableResource) UnmarshalJSON ¶
func (v *NullableResource) UnmarshalJSON(src []byte) error
func (*NullableResource) Unset ¶
func (v *NullableResource) Unset()
type NullableResourceConfiguration ¶
type NullableResourceConfiguration struct {
// contains filtered or unexported fields
}
func NewNullableResourceConfiguration ¶
func NewNullableResourceConfiguration(val *ResourceConfiguration) *NullableResourceConfiguration
func (NullableResourceConfiguration) Get ¶
func (v NullableResourceConfiguration) Get() *ResourceConfiguration
func (NullableResourceConfiguration) IsSet ¶
func (v NullableResourceConfiguration) IsSet() bool
func (NullableResourceConfiguration) MarshalJSON ¶
func (v NullableResourceConfiguration) MarshalJSON() ([]byte, error)
func (*NullableResourceConfiguration) Set ¶
func (v *NullableResourceConfiguration) Set(val *ResourceConfiguration)
func (*NullableResourceConfiguration) UnmarshalJSON ¶
func (v *NullableResourceConfiguration) UnmarshalJSON(src []byte) error
func (*NullableResourceConfiguration) Unset ¶
func (v *NullableResourceConfiguration) Unset()
type NullableResourceConfigurationsConfigurationIdGet200Response ¶
type NullableResourceConfigurationsConfigurationIdGet200Response struct {
// contains filtered or unexported fields
}
func NewNullableResourceConfigurationsConfigurationIdGet200Response ¶
func NewNullableResourceConfigurationsConfigurationIdGet200Response(val *ResourceConfigurationsConfigurationIdGet200Response) *NullableResourceConfigurationsConfigurationIdGet200Response
func (NullableResourceConfigurationsConfigurationIdGet200Response) IsSet ¶
func (v NullableResourceConfigurationsConfigurationIdGet200Response) IsSet() bool
func (NullableResourceConfigurationsConfigurationIdGet200Response) MarshalJSON ¶
func (v NullableResourceConfigurationsConfigurationIdGet200Response) MarshalJSON() ([]byte, error)
func (*NullableResourceConfigurationsConfigurationIdGet200Response) UnmarshalJSON ¶
func (v *NullableResourceConfigurationsConfigurationIdGet200Response) UnmarshalJSON(src []byte) error
func (*NullableResourceConfigurationsConfigurationIdGet200Response) Unset ¶
func (v *NullableResourceConfigurationsConfigurationIdGet200Response) Unset()
type NullableResourceConfigurationsConfigurationIdPatch200Response ¶ added in v1.0.0
type NullableResourceConfigurationsConfigurationIdPatch200Response struct {
// contains filtered or unexported fields
}
func NewNullableResourceConfigurationsConfigurationIdPatch200Response ¶ added in v1.0.0
func NewNullableResourceConfigurationsConfigurationIdPatch200Response(val *ResourceConfigurationsConfigurationIdPatch200Response) *NullableResourceConfigurationsConfigurationIdPatch200Response
func (NullableResourceConfigurationsConfigurationIdPatch200Response) IsSet ¶ added in v1.0.0
func (v NullableResourceConfigurationsConfigurationIdPatch200Response) IsSet() bool
func (NullableResourceConfigurationsConfigurationIdPatch200Response) MarshalJSON ¶ added in v1.0.0
func (v NullableResourceConfigurationsConfigurationIdPatch200Response) MarshalJSON() ([]byte, error)
func (*NullableResourceConfigurationsConfigurationIdPatch200Response) UnmarshalJSON ¶ added in v1.0.0
func (v *NullableResourceConfigurationsConfigurationIdPatch200Response) UnmarshalJSON(src []byte) error
func (*NullableResourceConfigurationsConfigurationIdPatch200Response) Unset ¶ added in v1.0.0
func (v *NullableResourceConfigurationsConfigurationIdPatch200Response) Unset()
type NullableResourceConfigurationsConfigurationIdPatch200ResponseData ¶ added in v1.0.0
type NullableResourceConfigurationsConfigurationIdPatch200ResponseData struct {
// contains filtered or unexported fields
}
func NewNullableResourceConfigurationsConfigurationIdPatch200ResponseData ¶ added in v1.0.0
func NewNullableResourceConfigurationsConfigurationIdPatch200ResponseData(val *ResourceConfigurationsConfigurationIdPatch200ResponseData) *NullableResourceConfigurationsConfigurationIdPatch200ResponseData
func (NullableResourceConfigurationsConfigurationIdPatch200ResponseData) IsSet ¶ added in v1.0.0
func (v NullableResourceConfigurationsConfigurationIdPatch200ResponseData) IsSet() bool
func (NullableResourceConfigurationsConfigurationIdPatch200ResponseData) MarshalJSON ¶ added in v1.0.0
func (v NullableResourceConfigurationsConfigurationIdPatch200ResponseData) MarshalJSON() ([]byte, error)
func (*NullableResourceConfigurationsConfigurationIdPatch200ResponseData) UnmarshalJSON ¶ added in v1.0.0
func (v *NullableResourceConfigurationsConfigurationIdPatch200ResponseData) UnmarshalJSON(src []byte) error
func (*NullableResourceConfigurationsConfigurationIdPatch200ResponseData) Unset ¶ added in v1.0.0
func (v *NullableResourceConfigurationsConfigurationIdPatch200ResponseData) Unset()
type NullableResourceConfigurationsConfigurationIdPatchRequest ¶ added in v1.0.0
type NullableResourceConfigurationsConfigurationIdPatchRequest struct {
// contains filtered or unexported fields
}
func NewNullableResourceConfigurationsConfigurationIdPatchRequest ¶ added in v1.0.0
func NewNullableResourceConfigurationsConfigurationIdPatchRequest(val *ResourceConfigurationsConfigurationIdPatchRequest) *NullableResourceConfigurationsConfigurationIdPatchRequest
func (NullableResourceConfigurationsConfigurationIdPatchRequest) IsSet ¶ added in v1.0.0
func (v NullableResourceConfigurationsConfigurationIdPatchRequest) IsSet() bool
func (NullableResourceConfigurationsConfigurationIdPatchRequest) MarshalJSON ¶ added in v1.0.0
func (v NullableResourceConfigurationsConfigurationIdPatchRequest) MarshalJSON() ([]byte, error)
func (*NullableResourceConfigurationsConfigurationIdPatchRequest) UnmarshalJSON ¶ added in v1.0.0
func (v *NullableResourceConfigurationsConfigurationIdPatchRequest) UnmarshalJSON(src []byte) error
func (*NullableResourceConfigurationsConfigurationIdPatchRequest) Unset ¶ added in v1.0.0
func (v *NullableResourceConfigurationsConfigurationIdPatchRequest) Unset()
type NullableResourceConfigurationsGet200Response ¶
type NullableResourceConfigurationsGet200Response struct {
// contains filtered or unexported fields
}
func NewNullableResourceConfigurationsGet200Response ¶
func NewNullableResourceConfigurationsGet200Response(val *ResourceConfigurationsGet200Response) *NullableResourceConfigurationsGet200Response
func (NullableResourceConfigurationsGet200Response) IsSet ¶
func (v NullableResourceConfigurationsGet200Response) IsSet() bool
func (NullableResourceConfigurationsGet200Response) MarshalJSON ¶
func (v NullableResourceConfigurationsGet200Response) MarshalJSON() ([]byte, error)
func (*NullableResourceConfigurationsGet200Response) Set ¶
func (v *NullableResourceConfigurationsGet200Response) Set(val *ResourceConfigurationsGet200Response)
func (*NullableResourceConfigurationsGet200Response) UnmarshalJSON ¶
func (v *NullableResourceConfigurationsGet200Response) UnmarshalJSON(src []byte) error
func (*NullableResourceConfigurationsGet200Response) Unset ¶
func (v *NullableResourceConfigurationsGet200Response) Unset()
type NullableResourceConfigurationsGet200ResponseDataInner ¶
type NullableResourceConfigurationsGet200ResponseDataInner struct {
// contains filtered or unexported fields
}
func NewNullableResourceConfigurationsGet200ResponseDataInner ¶
func NewNullableResourceConfigurationsGet200ResponseDataInner(val *ResourceConfigurationsGet200ResponseDataInner) *NullableResourceConfigurationsGet200ResponseDataInner
func (NullableResourceConfigurationsGet200ResponseDataInner) IsSet ¶
func (v NullableResourceConfigurationsGet200ResponseDataInner) IsSet() bool
func (NullableResourceConfigurationsGet200ResponseDataInner) MarshalJSON ¶
func (v NullableResourceConfigurationsGet200ResponseDataInner) MarshalJSON() ([]byte, error)
func (*NullableResourceConfigurationsGet200ResponseDataInner) UnmarshalJSON ¶
func (v *NullableResourceConfigurationsGet200ResponseDataInner) UnmarshalJSON(src []byte) error
func (*NullableResourceConfigurationsGet200ResponseDataInner) Unset ¶
func (v *NullableResourceConfigurationsGet200ResponseDataInner) Unset()
type NullableResourceConfigurationsGet200ResponseDataInnerEnvironment ¶
type NullableResourceConfigurationsGet200ResponseDataInnerEnvironment struct {
// contains filtered or unexported fields
}
func NewNullableResourceConfigurationsGet200ResponseDataInnerEnvironment ¶
func NewNullableResourceConfigurationsGet200ResponseDataInnerEnvironment(val *ResourceConfigurationsGet200ResponseDataInnerEnvironment) *NullableResourceConfigurationsGet200ResponseDataInnerEnvironment
func (NullableResourceConfigurationsGet200ResponseDataInnerEnvironment) IsSet ¶
func (v NullableResourceConfigurationsGet200ResponseDataInnerEnvironment) IsSet() bool
func (NullableResourceConfigurationsGet200ResponseDataInnerEnvironment) MarshalJSON ¶
func (v NullableResourceConfigurationsGet200ResponseDataInnerEnvironment) MarshalJSON() ([]byte, error)
func (*NullableResourceConfigurationsGet200ResponseDataInnerEnvironment) UnmarshalJSON ¶
func (v *NullableResourceConfigurationsGet200ResponseDataInnerEnvironment) UnmarshalJSON(src []byte) error
func (*NullableResourceConfigurationsGet200ResponseDataInnerEnvironment) Unset ¶
func (v *NullableResourceConfigurationsGet200ResponseDataInnerEnvironment) Unset()
type NullableResourceConfigurationsGet200ResponseDataInnerOptions ¶
type NullableResourceConfigurationsGet200ResponseDataInnerOptions struct {
// contains filtered or unexported fields
}
func NewNullableResourceConfigurationsGet200ResponseDataInnerOptions ¶
func NewNullableResourceConfigurationsGet200ResponseDataInnerOptions(val *ResourceConfigurationsGet200ResponseDataInnerOptions) *NullableResourceConfigurationsGet200ResponseDataInnerOptions
func (NullableResourceConfigurationsGet200ResponseDataInnerOptions) IsSet ¶
func (v NullableResourceConfigurationsGet200ResponseDataInnerOptions) IsSet() bool
func (NullableResourceConfigurationsGet200ResponseDataInnerOptions) MarshalJSON ¶
func (v NullableResourceConfigurationsGet200ResponseDataInnerOptions) MarshalJSON() ([]byte, error)
func (*NullableResourceConfigurationsGet200ResponseDataInnerOptions) UnmarshalJSON ¶
func (v *NullableResourceConfigurationsGet200ResponseDataInnerOptions) UnmarshalJSON(src []byte) error
func (*NullableResourceConfigurationsGet200ResponseDataInnerOptions) Unset ¶
func (v *NullableResourceConfigurationsGet200ResponseDataInnerOptions) Unset()
type NullableResourceConfigurationsPost200Response ¶ added in v1.0.0
type NullableResourceConfigurationsPost200Response struct {
// contains filtered or unexported fields
}
func NewNullableResourceConfigurationsPost200Response ¶ added in v1.0.0
func NewNullableResourceConfigurationsPost200Response(val *ResourceConfigurationsPost200Response) *NullableResourceConfigurationsPost200Response
func (NullableResourceConfigurationsPost200Response) IsSet ¶ added in v1.0.0
func (v NullableResourceConfigurationsPost200Response) IsSet() bool
func (NullableResourceConfigurationsPost200Response) MarshalJSON ¶ added in v1.0.0
func (v NullableResourceConfigurationsPost200Response) MarshalJSON() ([]byte, error)
func (*NullableResourceConfigurationsPost200Response) Set ¶ added in v1.0.0
func (v *NullableResourceConfigurationsPost200Response) Set(val *ResourceConfigurationsPost200Response)
func (*NullableResourceConfigurationsPost200Response) UnmarshalJSON ¶ added in v1.0.0
func (v *NullableResourceConfigurationsPost200Response) UnmarshalJSON(src []byte) error
func (*NullableResourceConfigurationsPost200Response) Unset ¶ added in v1.0.0
func (v *NullableResourceConfigurationsPost200Response) Unset()
type NullableResourceConfigurationsPost200ResponseData ¶ added in v1.0.0
type NullableResourceConfigurationsPost200ResponseData struct {
// contains filtered or unexported fields
}
func NewNullableResourceConfigurationsPost200ResponseData ¶ added in v1.0.0
func NewNullableResourceConfigurationsPost200ResponseData(val *ResourceConfigurationsPost200ResponseData) *NullableResourceConfigurationsPost200ResponseData
func (NullableResourceConfigurationsPost200ResponseData) IsSet ¶ added in v1.0.0
func (v NullableResourceConfigurationsPost200ResponseData) IsSet() bool
func (NullableResourceConfigurationsPost200ResponseData) MarshalJSON ¶ added in v1.0.0
func (v NullableResourceConfigurationsPost200ResponseData) MarshalJSON() ([]byte, error)
func (*NullableResourceConfigurationsPost200ResponseData) UnmarshalJSON ¶ added in v1.0.0
func (v *NullableResourceConfigurationsPost200ResponseData) UnmarshalJSON(src []byte) error
func (*NullableResourceConfigurationsPost200ResponseData) Unset ¶ added in v1.0.0
func (v *NullableResourceConfigurationsPost200ResponseData) Unset()
type NullableResourceConfigurationsPostRequest ¶ added in v1.0.0
type NullableResourceConfigurationsPostRequest struct {
// contains filtered or unexported fields
}
func NewNullableResourceConfigurationsPostRequest ¶ added in v1.0.0
func NewNullableResourceConfigurationsPostRequest(val *ResourceConfigurationsPostRequest) *NullableResourceConfigurationsPostRequest
func (NullableResourceConfigurationsPostRequest) IsSet ¶ added in v1.0.0
func (v NullableResourceConfigurationsPostRequest) IsSet() bool
func (NullableResourceConfigurationsPostRequest) MarshalJSON ¶ added in v1.0.0
func (v NullableResourceConfigurationsPostRequest) MarshalJSON() ([]byte, error)
func (*NullableResourceConfigurationsPostRequest) Set ¶ added in v1.0.0
func (v *NullableResourceConfigurationsPostRequest) Set(val *ResourceConfigurationsPostRequest)
func (*NullableResourceConfigurationsPostRequest) UnmarshalJSON ¶ added in v1.0.0
func (v *NullableResourceConfigurationsPostRequest) UnmarshalJSON(src []byte) error
func (*NullableResourceConfigurationsPostRequest) Unset ¶ added in v1.0.0
func (v *NullableResourceConfigurationsPostRequest) Unset()
type NullableResourcesGet200Response ¶
type NullableResourcesGet200Response struct {
// contains filtered or unexported fields
}
func NewNullableResourcesGet200Response ¶
func NewNullableResourcesGet200Response(val *ResourcesGet200Response) *NullableResourcesGet200Response
func (NullableResourcesGet200Response) Get ¶
func (v NullableResourcesGet200Response) Get() *ResourcesGet200Response
func (NullableResourcesGet200Response) IsSet ¶
func (v NullableResourcesGet200Response) IsSet() bool
func (NullableResourcesGet200Response) MarshalJSON ¶
func (v NullableResourcesGet200Response) MarshalJSON() ([]byte, error)
func (*NullableResourcesGet200Response) Set ¶
func (v *NullableResourcesGet200Response) Set(val *ResourcesGet200Response)
func (*NullableResourcesGet200Response) UnmarshalJSON ¶
func (v *NullableResourcesGet200Response) UnmarshalJSON(src []byte) error
func (*NullableResourcesGet200Response) Unset ¶
func (v *NullableResourcesGet200Response) Unset()
type NullableResourcesGet200ResponseDataInner ¶
type NullableResourcesGet200ResponseDataInner struct {
// contains filtered or unexported fields
}
func NewNullableResourcesGet200ResponseDataInner ¶
func NewNullableResourcesGet200ResponseDataInner(val *ResourcesGet200ResponseDataInner) *NullableResourcesGet200ResponseDataInner
func (NullableResourcesGet200ResponseDataInner) IsSet ¶
func (v NullableResourcesGet200ResponseDataInner) IsSet() bool
func (NullableResourcesGet200ResponseDataInner) MarshalJSON ¶
func (v NullableResourcesGet200ResponseDataInner) MarshalJSON() ([]byte, error)
func (*NullableResourcesGet200ResponseDataInner) Set ¶
func (v *NullableResourcesGet200ResponseDataInner) Set(val *ResourcesGet200ResponseDataInner)
func (*NullableResourcesGet200ResponseDataInner) UnmarshalJSON ¶
func (v *NullableResourcesGet200ResponseDataInner) UnmarshalJSON(src []byte) error
func (*NullableResourcesGet200ResponseDataInner) Unset ¶
func (v *NullableResourcesGet200ResponseDataInner) Unset()
type NullableResourcesGet200ResponseDataInnerId ¶
type NullableResourcesGet200ResponseDataInnerId struct {
// contains filtered or unexported fields
}
func NewNullableResourcesGet200ResponseDataInnerId ¶
func NewNullableResourcesGet200ResponseDataInnerId(val *ResourcesGet200ResponseDataInnerId) *NullableResourcesGet200ResponseDataInnerId
func (NullableResourcesGet200ResponseDataInnerId) IsSet ¶
func (v NullableResourcesGet200ResponseDataInnerId) IsSet() bool
func (NullableResourcesGet200ResponseDataInnerId) MarshalJSON ¶
func (v NullableResourcesGet200ResponseDataInnerId) MarshalJSON() ([]byte, error)
func (*NullableResourcesGet200ResponseDataInnerId) Set ¶
func (v *NullableResourcesGet200ResponseDataInnerId) Set(val *ResourcesGet200ResponseDataInnerId)
func (*NullableResourcesGet200ResponseDataInnerId) UnmarshalJSON ¶
func (v *NullableResourcesGet200ResponseDataInnerId) UnmarshalJSON(src []byte) error
func (*NullableResourcesGet200ResponseDataInnerId) Unset ¶
func (v *NullableResourcesGet200ResponseDataInnerId) Unset()
type NullableResourcesPost200Response ¶
type NullableResourcesPost200Response struct {
// contains filtered or unexported fields
}
func NewNullableResourcesPost200Response ¶
func NewNullableResourcesPost200Response(val *ResourcesPost200Response) *NullableResourcesPost200Response
func (NullableResourcesPost200Response) Get ¶
func (v NullableResourcesPost200Response) Get() *ResourcesPost200Response
func (NullableResourcesPost200Response) IsSet ¶
func (v NullableResourcesPost200Response) IsSet() bool
func (NullableResourcesPost200Response) MarshalJSON ¶
func (v NullableResourcesPost200Response) MarshalJSON() ([]byte, error)
func (*NullableResourcesPost200Response) Set ¶
func (v *NullableResourcesPost200Response) Set(val *ResourcesPost200Response)
func (*NullableResourcesPost200Response) UnmarshalJSON ¶
func (v *NullableResourcesPost200Response) UnmarshalJSON(src []byte) error
func (*NullableResourcesPost200Response) Unset ¶
func (v *NullableResourcesPost200Response) Unset()
type NullableResourcesPost200ResponseData ¶
type NullableResourcesPost200ResponseData struct {
// contains filtered or unexported fields
}
func NewNullableResourcesPost200ResponseData ¶
func NewNullableResourcesPost200ResponseData(val *ResourcesPost200ResponseData) *NullableResourcesPost200ResponseData
func (NullableResourcesPost200ResponseData) Get ¶
func (v NullableResourcesPost200ResponseData) Get() *ResourcesPost200ResponseData
func (NullableResourcesPost200ResponseData) IsSet ¶
func (v NullableResourcesPost200ResponseData) IsSet() bool
func (NullableResourcesPost200ResponseData) MarshalJSON ¶
func (v NullableResourcesPost200ResponseData) MarshalJSON() ([]byte, error)
func (*NullableResourcesPost200ResponseData) Set ¶
func (v *NullableResourcesPost200ResponseData) Set(val *ResourcesPost200ResponseData)
func (*NullableResourcesPost200ResponseData) UnmarshalJSON ¶
func (v *NullableResourcesPost200ResponseData) UnmarshalJSON(src []byte) error
func (*NullableResourcesPost200ResponseData) Unset ¶
func (v *NullableResourcesPost200ResponseData) Unset()
type NullableResourcesPostRequest ¶
type NullableResourcesPostRequest struct {
// contains filtered or unexported fields
}
func NewNullableResourcesPostRequest ¶
func NewNullableResourcesPostRequest(val *ResourcesPostRequest) *NullableResourcesPostRequest
func (NullableResourcesPostRequest) Get ¶
func (v NullableResourcesPostRequest) Get() *ResourcesPostRequest
func (NullableResourcesPostRequest) IsSet ¶
func (v NullableResourcesPostRequest) IsSet() bool
func (NullableResourcesPostRequest) MarshalJSON ¶
func (v NullableResourcesPostRequest) MarshalJSON() ([]byte, error)
func (*NullableResourcesPostRequest) Set ¶
func (v *NullableResourcesPostRequest) Set(val *ResourcesPostRequest)
func (*NullableResourcesPostRequest) UnmarshalJSON ¶
func (v *NullableResourcesPostRequest) UnmarshalJSON(src []byte) error
func (*NullableResourcesPostRequest) Unset ¶
func (v *NullableResourcesPostRequest) Unset()
type NullableResourcesPostRequestOptions ¶
type NullableResourcesPostRequestOptions struct {
// contains filtered or unexported fields
}
func NewNullableResourcesPostRequestOptions ¶
func NewNullableResourcesPostRequestOptions(val *ResourcesPostRequestOptions) *NullableResourcesPostRequestOptions
func (NullableResourcesPostRequestOptions) Get ¶
func (v NullableResourcesPostRequestOptions) Get() *ResourcesPostRequestOptions
func (NullableResourcesPostRequestOptions) IsSet ¶
func (v NullableResourcesPostRequestOptions) IsSet() bool
func (NullableResourcesPostRequestOptions) MarshalJSON ¶
func (v NullableResourcesPostRequestOptions) MarshalJSON() ([]byte, error)
func (*NullableResourcesPostRequestOptions) Set ¶
func (v *NullableResourcesPostRequestOptions) Set(val *ResourcesPostRequestOptions)
func (*NullableResourcesPostRequestOptions) UnmarshalJSON ¶
func (v *NullableResourcesPostRequestOptions) UnmarshalJSON(src []byte) error
func (*NullableResourcesPostRequestOptions) Unset ¶
func (v *NullableResourcesPostRequestOptions) Unset()
type NullableResourcesResourceIdGet200Response ¶
type NullableResourcesResourceIdGet200Response struct {
// contains filtered or unexported fields
}
func NewNullableResourcesResourceIdGet200Response ¶
func NewNullableResourcesResourceIdGet200Response(val *ResourcesResourceIdGet200Response) *NullableResourcesResourceIdGet200Response
func (NullableResourcesResourceIdGet200Response) IsSet ¶
func (v NullableResourcesResourceIdGet200Response) IsSet() bool
func (NullableResourcesResourceIdGet200Response) MarshalJSON ¶
func (v NullableResourcesResourceIdGet200Response) MarshalJSON() ([]byte, error)
func (*NullableResourcesResourceIdGet200Response) Set ¶
func (v *NullableResourcesResourceIdGet200Response) Set(val *ResourcesResourceIdGet200Response)
func (*NullableResourcesResourceIdGet200Response) UnmarshalJSON ¶
func (v *NullableResourcesResourceIdGet200Response) UnmarshalJSON(src []byte) error
func (*NullableResourcesResourceIdGet200Response) Unset ¶
func (v *NullableResourcesResourceIdGet200Response) Unset()
type NullableResourcesResourceIdPatch200Response ¶ added in v1.0.0
type NullableResourcesResourceIdPatch200Response struct {
// contains filtered or unexported fields
}
func NewNullableResourcesResourceIdPatch200Response ¶ added in v1.0.0
func NewNullableResourcesResourceIdPatch200Response(val *ResourcesResourceIdPatch200Response) *NullableResourcesResourceIdPatch200Response
func (NullableResourcesResourceIdPatch200Response) IsSet ¶ added in v1.0.0
func (v NullableResourcesResourceIdPatch200Response) IsSet() bool
func (NullableResourcesResourceIdPatch200Response) MarshalJSON ¶ added in v1.0.0
func (v NullableResourcesResourceIdPatch200Response) MarshalJSON() ([]byte, error)
func (*NullableResourcesResourceIdPatch200Response) Set ¶ added in v1.0.0
func (v *NullableResourcesResourceIdPatch200Response) Set(val *ResourcesResourceIdPatch200Response)
func (*NullableResourcesResourceIdPatch200Response) UnmarshalJSON ¶ added in v1.0.0
func (v *NullableResourcesResourceIdPatch200Response) UnmarshalJSON(src []byte) error
func (*NullableResourcesResourceIdPatch200Response) Unset ¶ added in v1.0.0
func (v *NullableResourcesResourceIdPatch200Response) Unset()
type NullableResourcesResourceIdPatch200ResponseData ¶ added in v1.0.0
type NullableResourcesResourceIdPatch200ResponseData struct {
// contains filtered or unexported fields
}
func NewNullableResourcesResourceIdPatch200ResponseData ¶ added in v1.0.0
func NewNullableResourcesResourceIdPatch200ResponseData(val *ResourcesResourceIdPatch200ResponseData) *NullableResourcesResourceIdPatch200ResponseData
func (NullableResourcesResourceIdPatch200ResponseData) IsSet ¶ added in v1.0.0
func (v NullableResourcesResourceIdPatch200ResponseData) IsSet() bool
func (NullableResourcesResourceIdPatch200ResponseData) MarshalJSON ¶ added in v1.0.0
func (v NullableResourcesResourceIdPatch200ResponseData) MarshalJSON() ([]byte, error)
func (*NullableResourcesResourceIdPatch200ResponseData) UnmarshalJSON ¶ added in v1.0.0
func (v *NullableResourcesResourceIdPatch200ResponseData) UnmarshalJSON(src []byte) error
func (*NullableResourcesResourceIdPatch200ResponseData) Unset ¶ added in v1.0.0
func (v *NullableResourcesResourceIdPatch200ResponseData) Unset()
type NullableResourcesResourceIdPatchRequest ¶ added in v1.0.0
type NullableResourcesResourceIdPatchRequest struct {
// contains filtered or unexported fields
}
func NewNullableResourcesResourceIdPatchRequest ¶ added in v1.0.0
func NewNullableResourcesResourceIdPatchRequest(val *ResourcesResourceIdPatchRequest) *NullableResourcesResourceIdPatchRequest
func (NullableResourcesResourceIdPatchRequest) IsSet ¶ added in v1.0.0
func (v NullableResourcesResourceIdPatchRequest) IsSet() bool
func (NullableResourcesResourceIdPatchRequest) MarshalJSON ¶ added in v1.0.0
func (v NullableResourcesResourceIdPatchRequest) MarshalJSON() ([]byte, error)
func (*NullableResourcesResourceIdPatchRequest) Set ¶ added in v1.0.0
func (v *NullableResourcesResourceIdPatchRequest) Set(val *ResourcesResourceIdPatchRequest)
func (*NullableResourcesResourceIdPatchRequest) UnmarshalJSON ¶ added in v1.0.0
func (v *NullableResourcesResourceIdPatchRequest) UnmarshalJSON(src []byte) error
func (*NullableResourcesResourceIdPatchRequest) Unset ¶ added in v1.0.0
func (v *NullableResourcesResourceIdPatchRequest) Unset()
type NullableRestAPIOptions ¶
type NullableRestAPIOptions struct {
// contains filtered or unexported fields
}
func NewNullableRestAPIOptions ¶
func NewNullableRestAPIOptions(val *RestAPIOptions) *NullableRestAPIOptions
func (NullableRestAPIOptions) Get ¶
func (v NullableRestAPIOptions) Get() *RestAPIOptions
func (NullableRestAPIOptions) IsSet ¶
func (v NullableRestAPIOptions) IsSet() bool
func (NullableRestAPIOptions) MarshalJSON ¶
func (v NullableRestAPIOptions) MarshalJSON() ([]byte, error)
func (*NullableRestAPIOptions) Set ¶
func (v *NullableRestAPIOptions) Set(val *RestAPIOptions)
func (*NullableRestAPIOptions) UnmarshalJSON ¶
func (v *NullableRestAPIOptions) UnmarshalJSON(src []byte) error
func (*NullableRestAPIOptions) Unset ¶
func (v *NullableRestAPIOptions) Unset()
type NullableRestAPIOptionsAuthenticationOptions ¶
type NullableRestAPIOptionsAuthenticationOptions struct {
// contains filtered or unexported fields
}
func NewNullableRestAPIOptionsAuthenticationOptions ¶
func NewNullableRestAPIOptionsAuthenticationOptions(val *RestAPIOptionsAuthenticationOptions) *NullableRestAPIOptionsAuthenticationOptions
func (NullableRestAPIOptionsAuthenticationOptions) IsSet ¶
func (v NullableRestAPIOptionsAuthenticationOptions) IsSet() bool
func (NullableRestAPIOptionsAuthenticationOptions) MarshalJSON ¶
func (v NullableRestAPIOptionsAuthenticationOptions) MarshalJSON() ([]byte, error)
func (*NullableRestAPIOptionsAuthenticationOptions) Set ¶
func (v *NullableRestAPIOptionsAuthenticationOptions) Set(val *RestAPIOptionsAuthenticationOptions)
func (*NullableRestAPIOptionsAuthenticationOptions) UnmarshalJSON ¶
func (v *NullableRestAPIOptionsAuthenticationOptions) UnmarshalJSON(src []byte) error
func (*NullableRestAPIOptionsAuthenticationOptions) Unset ¶
func (v *NullableRestAPIOptionsAuthenticationOptions) Unset()
type NullableRestAPIOptionsAuthenticationOptionsAnyOf ¶
type NullableRestAPIOptionsAuthenticationOptionsAnyOf struct {
// contains filtered or unexported fields
}
func NewNullableRestAPIOptionsAuthenticationOptionsAnyOf ¶
func NewNullableRestAPIOptionsAuthenticationOptionsAnyOf(val *RestAPIOptionsAuthenticationOptionsAnyOf) *NullableRestAPIOptionsAuthenticationOptionsAnyOf
func (NullableRestAPIOptionsAuthenticationOptionsAnyOf) IsSet ¶
func (v NullableRestAPIOptionsAuthenticationOptionsAnyOf) IsSet() bool
func (NullableRestAPIOptionsAuthenticationOptionsAnyOf) MarshalJSON ¶
func (v NullableRestAPIOptionsAuthenticationOptionsAnyOf) MarshalJSON() ([]byte, error)
func (*NullableRestAPIOptionsAuthenticationOptionsAnyOf) UnmarshalJSON ¶
func (v *NullableRestAPIOptionsAuthenticationOptionsAnyOf) UnmarshalJSON(src []byte) error
func (*NullableRestAPIOptionsAuthenticationOptionsAnyOf) Unset ¶
func (v *NullableRestAPIOptionsAuthenticationOptionsAnyOf) Unset()
type NullableRestAPIOptionsAuthenticationOptionsAnyOf1 ¶
type NullableRestAPIOptionsAuthenticationOptionsAnyOf1 struct {
// contains filtered or unexported fields
}
func NewNullableRestAPIOptionsAuthenticationOptionsAnyOf1 ¶
func NewNullableRestAPIOptionsAuthenticationOptionsAnyOf1(val *RestAPIOptionsAuthenticationOptionsAnyOf1) *NullableRestAPIOptionsAuthenticationOptionsAnyOf1
func (NullableRestAPIOptionsAuthenticationOptionsAnyOf1) IsSet ¶
func (v NullableRestAPIOptionsAuthenticationOptionsAnyOf1) IsSet() bool
func (NullableRestAPIOptionsAuthenticationOptionsAnyOf1) MarshalJSON ¶
func (v NullableRestAPIOptionsAuthenticationOptionsAnyOf1) MarshalJSON() ([]byte, error)
func (*NullableRestAPIOptionsAuthenticationOptionsAnyOf1) UnmarshalJSON ¶
func (v *NullableRestAPIOptionsAuthenticationOptionsAnyOf1) UnmarshalJSON(src []byte) error
func (*NullableRestAPIOptionsAuthenticationOptionsAnyOf1) Unset ¶
func (v *NullableRestAPIOptionsAuthenticationOptionsAnyOf1) Unset()
type NullableRestAPIOptionsAuthenticationOptionsAnyOf2 ¶
type NullableRestAPIOptionsAuthenticationOptionsAnyOf2 struct {
// contains filtered or unexported fields
}
func NewNullableRestAPIOptionsAuthenticationOptionsAnyOf2 ¶
func NewNullableRestAPIOptionsAuthenticationOptionsAnyOf2(val *RestAPIOptionsAuthenticationOptionsAnyOf2) *NullableRestAPIOptionsAuthenticationOptionsAnyOf2
func (NullableRestAPIOptionsAuthenticationOptionsAnyOf2) IsSet ¶
func (v NullableRestAPIOptionsAuthenticationOptionsAnyOf2) IsSet() bool
func (NullableRestAPIOptionsAuthenticationOptionsAnyOf2) MarshalJSON ¶
func (v NullableRestAPIOptionsAuthenticationOptionsAnyOf2) MarshalJSON() ([]byte, error)
func (*NullableRestAPIOptionsAuthenticationOptionsAnyOf2) UnmarshalJSON ¶
func (v *NullableRestAPIOptionsAuthenticationOptionsAnyOf2) UnmarshalJSON(src []byte) error
func (*NullableRestAPIOptionsAuthenticationOptionsAnyOf2) Unset ¶
func (v *NullableRestAPIOptionsAuthenticationOptionsAnyOf2) Unset()
type NullableRestAPIOptionsAuthenticationOptionsAnyOf3 ¶
type NullableRestAPIOptionsAuthenticationOptionsAnyOf3 struct {
// contains filtered or unexported fields
}
func NewNullableRestAPIOptionsAuthenticationOptionsAnyOf3 ¶
func NewNullableRestAPIOptionsAuthenticationOptionsAnyOf3(val *RestAPIOptionsAuthenticationOptionsAnyOf3) *NullableRestAPIOptionsAuthenticationOptionsAnyOf3
func (NullableRestAPIOptionsAuthenticationOptionsAnyOf3) IsSet ¶
func (v NullableRestAPIOptionsAuthenticationOptionsAnyOf3) IsSet() bool
func (NullableRestAPIOptionsAuthenticationOptionsAnyOf3) MarshalJSON ¶
func (v NullableRestAPIOptionsAuthenticationOptionsAnyOf3) MarshalJSON() ([]byte, error)
func (*NullableRestAPIOptionsAuthenticationOptionsAnyOf3) UnmarshalJSON ¶
func (v *NullableRestAPIOptionsAuthenticationOptionsAnyOf3) UnmarshalJSON(src []byte) error
func (*NullableRestAPIOptionsAuthenticationOptionsAnyOf3) Unset ¶
func (v *NullableRestAPIOptionsAuthenticationOptionsAnyOf3) Unset()
type NullableRestAPIOptionsAuthenticationOptionsAnyOf4 ¶
type NullableRestAPIOptionsAuthenticationOptionsAnyOf4 struct {
// contains filtered or unexported fields
}
func NewNullableRestAPIOptionsAuthenticationOptionsAnyOf4 ¶
func NewNullableRestAPIOptionsAuthenticationOptionsAnyOf4(val *RestAPIOptionsAuthenticationOptionsAnyOf4) *NullableRestAPIOptionsAuthenticationOptionsAnyOf4
func (NullableRestAPIOptionsAuthenticationOptionsAnyOf4) IsSet ¶
func (v NullableRestAPIOptionsAuthenticationOptionsAnyOf4) IsSet() bool
func (NullableRestAPIOptionsAuthenticationOptionsAnyOf4) MarshalJSON ¶
func (v NullableRestAPIOptionsAuthenticationOptionsAnyOf4) MarshalJSON() ([]byte, error)
func (*NullableRestAPIOptionsAuthenticationOptionsAnyOf4) UnmarshalJSON ¶
func (v *NullableRestAPIOptionsAuthenticationOptionsAnyOf4) UnmarshalJSON(src []byte) error
func (*NullableRestAPIOptionsAuthenticationOptionsAnyOf4) Unset ¶
func (v *NullableRestAPIOptionsAuthenticationOptionsAnyOf4) Unset()
type NullableRestAPIOptionsAuthenticationOptionsAnyOf4Oauth1SignatureMethod ¶
type NullableRestAPIOptionsAuthenticationOptionsAnyOf4Oauth1SignatureMethod struct {
// contains filtered or unexported fields
}
func NewNullableRestAPIOptionsAuthenticationOptionsAnyOf4Oauth1SignatureMethod ¶
func NewNullableRestAPIOptionsAuthenticationOptionsAnyOf4Oauth1SignatureMethod(val *RestAPIOptionsAuthenticationOptionsAnyOf4Oauth1SignatureMethod) *NullableRestAPIOptionsAuthenticationOptionsAnyOf4Oauth1SignatureMethod
func (NullableRestAPIOptionsAuthenticationOptionsAnyOf4Oauth1SignatureMethod) MarshalJSON ¶
func (v NullableRestAPIOptionsAuthenticationOptionsAnyOf4Oauth1SignatureMethod) MarshalJSON() ([]byte, error)
func (*NullableRestAPIOptionsAuthenticationOptionsAnyOf4Oauth1SignatureMethod) UnmarshalJSON ¶
func (v *NullableRestAPIOptionsAuthenticationOptionsAnyOf4Oauth1SignatureMethod) UnmarshalJSON(src []byte) error
func (*NullableRestAPIOptionsAuthenticationOptionsAnyOf4Oauth1SignatureMethod) Unset ¶
func (v *NullableRestAPIOptionsAuthenticationOptionsAnyOf4Oauth1SignatureMethod) Unset()
type NullableRestAPIOptionsAuthenticationOptionsAnyOf5 ¶
type NullableRestAPIOptionsAuthenticationOptionsAnyOf5 struct {
// contains filtered or unexported fields
}
func NewNullableRestAPIOptionsAuthenticationOptionsAnyOf5 ¶
func NewNullableRestAPIOptionsAuthenticationOptionsAnyOf5(val *RestAPIOptionsAuthenticationOptionsAnyOf5) *NullableRestAPIOptionsAuthenticationOptionsAnyOf5
func (NullableRestAPIOptionsAuthenticationOptionsAnyOf5) IsSet ¶
func (v NullableRestAPIOptionsAuthenticationOptionsAnyOf5) IsSet() bool
func (NullableRestAPIOptionsAuthenticationOptionsAnyOf5) MarshalJSON ¶
func (v NullableRestAPIOptionsAuthenticationOptionsAnyOf5) MarshalJSON() ([]byte, error)
func (*NullableRestAPIOptionsAuthenticationOptionsAnyOf5) UnmarshalJSON ¶
func (v *NullableRestAPIOptionsAuthenticationOptionsAnyOf5) UnmarshalJSON(src []byte) error
func (*NullableRestAPIOptionsAuthenticationOptionsAnyOf5) Unset ¶
func (v *NullableRestAPIOptionsAuthenticationOptionsAnyOf5) Unset()
type NullableRestAPIOptionsAuthenticationOptionsAnyOf6 ¶
type NullableRestAPIOptionsAuthenticationOptionsAnyOf6 struct {
// contains filtered or unexported fields
}
func NewNullableRestAPIOptionsAuthenticationOptionsAnyOf6 ¶
func NewNullableRestAPIOptionsAuthenticationOptionsAnyOf6(val *RestAPIOptionsAuthenticationOptionsAnyOf6) *NullableRestAPIOptionsAuthenticationOptionsAnyOf6
func (NullableRestAPIOptionsAuthenticationOptionsAnyOf6) IsSet ¶
func (v NullableRestAPIOptionsAuthenticationOptionsAnyOf6) IsSet() bool
func (NullableRestAPIOptionsAuthenticationOptionsAnyOf6) MarshalJSON ¶
func (v NullableRestAPIOptionsAuthenticationOptionsAnyOf6) MarshalJSON() ([]byte, error)
func (*NullableRestAPIOptionsAuthenticationOptionsAnyOf6) UnmarshalJSON ¶
func (v *NullableRestAPIOptionsAuthenticationOptionsAnyOf6) UnmarshalJSON(src []byte) error
func (*NullableRestAPIOptionsAuthenticationOptionsAnyOf6) Unset ¶
func (v *NullableRestAPIOptionsAuthenticationOptionsAnyOf6) Unset()
type NullableRole ¶ added in v1.0.0
type NullableRole struct {
// contains filtered or unexported fields
}
func NewNullableRole ¶ added in v1.0.0
func NewNullableRole(val *Role) *NullableRole
func (NullableRole) Get ¶ added in v1.0.0
func (v NullableRole) Get() *Role
func (NullableRole) IsSet ¶ added in v1.0.0
func (v NullableRole) IsSet() bool
func (NullableRole) MarshalJSON ¶ added in v1.0.0
func (v NullableRole) MarshalJSON() ([]byte, error)
func (*NullableRole) Set ¶ added in v1.0.0
func (v *NullableRole) Set(val *Role)
func (*NullableRole) UnmarshalJSON ¶ added in v1.0.0
func (v *NullableRole) UnmarshalJSON(src []byte) error
func (*NullableRole) Unset ¶ added in v1.0.0
func (v *NullableRole) Unset()
type NullableRolePermissionsRoleGrantsPostRequest ¶ added in v1.0.0
type NullableRolePermissionsRoleGrantsPostRequest struct {
// contains filtered or unexported fields
}
func NewNullableRolePermissionsRoleGrantsPostRequest ¶ added in v1.0.0
func NewNullableRolePermissionsRoleGrantsPostRequest(val *RolePermissionsRoleGrantsPostRequest) *NullableRolePermissionsRoleGrantsPostRequest
func (NullableRolePermissionsRoleGrantsPostRequest) IsSet ¶ added in v1.0.0
func (v NullableRolePermissionsRoleGrantsPostRequest) IsSet() bool
func (NullableRolePermissionsRoleGrantsPostRequest) MarshalJSON ¶ added in v1.0.0
func (v NullableRolePermissionsRoleGrantsPostRequest) MarshalJSON() ([]byte, error)
func (*NullableRolePermissionsRoleGrantsPostRequest) Set ¶ added in v1.0.0
func (v *NullableRolePermissionsRoleGrantsPostRequest) Set(val *RolePermissionsRoleGrantsPostRequest)
func (*NullableRolePermissionsRoleGrantsPostRequest) UnmarshalJSON ¶ added in v1.0.0
func (v *NullableRolePermissionsRoleGrantsPostRequest) UnmarshalJSON(src []byte) error
func (*NullableRolePermissionsRoleGrantsPostRequest) Unset ¶ added in v1.0.0
func (v *NullableRolePermissionsRoleGrantsPostRequest) Unset()
type NullableRolePermissionsRolesGet200Response ¶ added in v1.0.0
type NullableRolePermissionsRolesGet200Response struct {
// contains filtered or unexported fields
}
func NewNullableRolePermissionsRolesGet200Response ¶ added in v1.0.0
func NewNullableRolePermissionsRolesGet200Response(val *RolePermissionsRolesGet200Response) *NullableRolePermissionsRolesGet200Response
func (NullableRolePermissionsRolesGet200Response) IsSet ¶ added in v1.0.0
func (v NullableRolePermissionsRolesGet200Response) IsSet() bool
func (NullableRolePermissionsRolesGet200Response) MarshalJSON ¶ added in v1.0.0
func (v NullableRolePermissionsRolesGet200Response) MarshalJSON() ([]byte, error)
func (*NullableRolePermissionsRolesGet200Response) Set ¶ added in v1.0.0
func (v *NullableRolePermissionsRolesGet200Response) Set(val *RolePermissionsRolesGet200Response)
func (*NullableRolePermissionsRolesGet200Response) UnmarshalJSON ¶ added in v1.0.0
func (v *NullableRolePermissionsRolesGet200Response) UnmarshalJSON(src []byte) error
func (*NullableRolePermissionsRolesGet200Response) Unset ¶ added in v1.0.0
func (v *NullableRolePermissionsRolesGet200Response) Unset()
type NullableRolePermissionsRolesGet200ResponseDataInner ¶ added in v1.0.0
type NullableRolePermissionsRolesGet200ResponseDataInner struct {
// contains filtered or unexported fields
}
func NewNullableRolePermissionsRolesGet200ResponseDataInner ¶ added in v1.0.0
func NewNullableRolePermissionsRolesGet200ResponseDataInner(val *RolePermissionsRolesGet200ResponseDataInner) *NullableRolePermissionsRolesGet200ResponseDataInner
func (NullableRolePermissionsRolesGet200ResponseDataInner) IsSet ¶ added in v1.0.0
func (v NullableRolePermissionsRolesGet200ResponseDataInner) IsSet() bool
func (NullableRolePermissionsRolesGet200ResponseDataInner) MarshalJSON ¶ added in v1.0.0
func (v NullableRolePermissionsRolesGet200ResponseDataInner) MarshalJSON() ([]byte, error)
func (*NullableRolePermissionsRolesGet200ResponseDataInner) UnmarshalJSON ¶ added in v1.0.0
func (v *NullableRolePermissionsRolesGet200ResponseDataInner) UnmarshalJSON(src []byte) error
func (*NullableRolePermissionsRolesGet200ResponseDataInner) Unset ¶ added in v1.0.0
func (v *NullableRolePermissionsRolesGet200ResponseDataInner) Unset()
type NullableRolePermissionsRolesPost201Response ¶ added in v1.0.0
type NullableRolePermissionsRolesPost201Response struct {
// contains filtered or unexported fields
}
func NewNullableRolePermissionsRolesPost201Response ¶ added in v1.0.0
func NewNullableRolePermissionsRolesPost201Response(val *RolePermissionsRolesPost201Response) *NullableRolePermissionsRolesPost201Response
func (NullableRolePermissionsRolesPost201Response) IsSet ¶ added in v1.0.0
func (v NullableRolePermissionsRolesPost201Response) IsSet() bool
func (NullableRolePermissionsRolesPost201Response) MarshalJSON ¶ added in v1.0.0
func (v NullableRolePermissionsRolesPost201Response) MarshalJSON() ([]byte, error)
func (*NullableRolePermissionsRolesPost201Response) Set ¶ added in v1.0.0
func (v *NullableRolePermissionsRolesPost201Response) Set(val *RolePermissionsRolesPost201Response)
func (*NullableRolePermissionsRolesPost201Response) UnmarshalJSON ¶ added in v1.0.0
func (v *NullableRolePermissionsRolesPost201Response) UnmarshalJSON(src []byte) error
func (*NullableRolePermissionsRolesPost201Response) Unset ¶ added in v1.0.0
func (v *NullableRolePermissionsRolesPost201Response) Unset()
type NullableRolePermissionsRolesPostRequest ¶ added in v1.0.0
type NullableRolePermissionsRolesPostRequest struct {
// contains filtered or unexported fields
}
func NewNullableRolePermissionsRolesPostRequest ¶ added in v1.0.0
func NewNullableRolePermissionsRolesPostRequest(val *RolePermissionsRolesPostRequest) *NullableRolePermissionsRolesPostRequest
func (NullableRolePermissionsRolesPostRequest) IsSet ¶ added in v1.0.0
func (v NullableRolePermissionsRolesPostRequest) IsSet() bool
func (NullableRolePermissionsRolesPostRequest) MarshalJSON ¶ added in v1.0.0
func (v NullableRolePermissionsRolesPostRequest) MarshalJSON() ([]byte, error)
func (*NullableRolePermissionsRolesPostRequest) Set ¶ added in v1.0.0
func (v *NullableRolePermissionsRolesPostRequest) Set(val *RolePermissionsRolesPostRequest)
func (*NullableRolePermissionsRolesPostRequest) UnmarshalJSON ¶ added in v1.0.0
func (v *NullableRolePermissionsRolesPostRequest) UnmarshalJSON(src []byte) error
func (*NullableRolePermissionsRolesPostRequest) Unset ¶ added in v1.0.0
func (v *NullableRolePermissionsRolesPostRequest) Unset()
type NullableRolePermissionsRolesRoleIdPatchRequest ¶ added in v1.0.0
type NullableRolePermissionsRolesRoleIdPatchRequest struct {
// contains filtered or unexported fields
}
func NewNullableRolePermissionsRolesRoleIdPatchRequest ¶ added in v1.0.0
func NewNullableRolePermissionsRolesRoleIdPatchRequest(val *RolePermissionsRolesRoleIdPatchRequest) *NullableRolePermissionsRolesRoleIdPatchRequest
func (NullableRolePermissionsRolesRoleIdPatchRequest) IsSet ¶ added in v1.0.0
func (v NullableRolePermissionsRolesRoleIdPatchRequest) IsSet() bool
func (NullableRolePermissionsRolesRoleIdPatchRequest) MarshalJSON ¶ added in v1.0.0
func (v NullableRolePermissionsRolesRoleIdPatchRequest) MarshalJSON() ([]byte, error)
func (*NullableRolePermissionsRolesRoleIdPatchRequest) Set ¶ added in v1.0.0
func (v *NullableRolePermissionsRolesRoleIdPatchRequest) Set(val *RolePermissionsRolesRoleIdPatchRequest)
func (*NullableRolePermissionsRolesRoleIdPatchRequest) UnmarshalJSON ¶ added in v1.0.0
func (v *NullableRolePermissionsRolesRoleIdPatchRequest) UnmarshalJSON(src []byte) error
func (*NullableRolePermissionsRolesRoleIdPatchRequest) Unset ¶ added in v1.0.0
func (v *NullableRolePermissionsRolesRoleIdPatchRequest) Unset()
type NullableSAML ¶ added in v1.0.0
type NullableSAML struct {
// contains filtered or unexported fields
}
func NewNullableSAML ¶ added in v1.0.0
func NewNullableSAML(val *SAML) *NullableSAML
func (NullableSAML) Get ¶ added in v1.0.0
func (v NullableSAML) Get() *SAML
func (NullableSAML) IsSet ¶ added in v1.0.0
func (v NullableSAML) IsSet() bool
func (NullableSAML) MarshalJSON ¶ added in v1.0.0
func (v NullableSAML) MarshalJSON() ([]byte, error)
func (*NullableSAML) Set ¶ added in v1.0.0
func (v *NullableSAML) Set(val *SAML)
func (*NullableSAML) UnmarshalJSON ¶ added in v1.0.0
func (v *NullableSAML) UnmarshalJSON(src []byte) error
func (*NullableSAML) Unset ¶ added in v1.0.0
func (v *NullableSAML) Unset()
type NullableSSOConfig ¶
type NullableSSOConfig struct {
// contains filtered or unexported fields
}
func NewNullableSSOConfig ¶
func NewNullableSSOConfig(val *SSOConfig) *NullableSSOConfig
func (NullableSSOConfig) Get ¶
func (v NullableSSOConfig) Get() *SSOConfig
func (NullableSSOConfig) IsSet ¶
func (v NullableSSOConfig) IsSet() bool
func (NullableSSOConfig) MarshalJSON ¶
func (v NullableSSOConfig) MarshalJSON() ([]byte, error)
func (*NullableSSOConfig) Set ¶
func (v *NullableSSOConfig) Set(val *SSOConfig)
func (*NullableSSOConfig) UnmarshalJSON ¶
func (v *NullableSSOConfig) UnmarshalJSON(src []byte) error
func (*NullableSSOConfig) Unset ¶
func (v *NullableSSOConfig) Unset()
type NullableSnowflakeOptions ¶
type NullableSnowflakeOptions struct {
// contains filtered or unexported fields
}
func NewNullableSnowflakeOptions ¶
func NewNullableSnowflakeOptions(val *SnowflakeOptions) *NullableSnowflakeOptions
func (NullableSnowflakeOptions) Get ¶
func (v NullableSnowflakeOptions) Get() *SnowflakeOptions
func (NullableSnowflakeOptions) IsSet ¶
func (v NullableSnowflakeOptions) IsSet() bool
func (NullableSnowflakeOptions) MarshalJSON ¶
func (v NullableSnowflakeOptions) MarshalJSON() ([]byte, error)
func (*NullableSnowflakeOptions) Set ¶
func (v *NullableSnowflakeOptions) Set(val *SnowflakeOptions)
func (*NullableSnowflakeOptions) UnmarshalJSON ¶
func (v *NullableSnowflakeOptions) UnmarshalJSON(src []byte) error
func (*NullableSnowflakeOptions) Unset ¶
func (v *NullableSnowflakeOptions) Unset()
type NullableSnowflakeOptionsAuthenticationOptions ¶
type NullableSnowflakeOptionsAuthenticationOptions struct {
// contains filtered or unexported fields
}
func NewNullableSnowflakeOptionsAuthenticationOptions ¶
func NewNullableSnowflakeOptionsAuthenticationOptions(val *SnowflakeOptionsAuthenticationOptions) *NullableSnowflakeOptionsAuthenticationOptions
func (NullableSnowflakeOptionsAuthenticationOptions) IsSet ¶
func (v NullableSnowflakeOptionsAuthenticationOptions) IsSet() bool
func (NullableSnowflakeOptionsAuthenticationOptions) MarshalJSON ¶
func (v NullableSnowflakeOptionsAuthenticationOptions) MarshalJSON() ([]byte, error)
func (*NullableSnowflakeOptionsAuthenticationOptions) Set ¶
func (v *NullableSnowflakeOptionsAuthenticationOptions) Set(val *SnowflakeOptionsAuthenticationOptions)
func (*NullableSnowflakeOptionsAuthenticationOptions) UnmarshalJSON ¶
func (v *NullableSnowflakeOptionsAuthenticationOptions) UnmarshalJSON(src []byte) error
func (*NullableSnowflakeOptionsAuthenticationOptions) Unset ¶
func (v *NullableSnowflakeOptionsAuthenticationOptions) Unset()
type NullableSnowflakeOptionsAuthenticationOptionsAnyOf ¶
type NullableSnowflakeOptionsAuthenticationOptionsAnyOf struct {
// contains filtered or unexported fields
}
func NewNullableSnowflakeOptionsAuthenticationOptionsAnyOf ¶
func NewNullableSnowflakeOptionsAuthenticationOptionsAnyOf(val *SnowflakeOptionsAuthenticationOptionsAnyOf) *NullableSnowflakeOptionsAuthenticationOptionsAnyOf
func (NullableSnowflakeOptionsAuthenticationOptionsAnyOf) IsSet ¶
func (v NullableSnowflakeOptionsAuthenticationOptionsAnyOf) IsSet() bool
func (NullableSnowflakeOptionsAuthenticationOptionsAnyOf) MarshalJSON ¶
func (v NullableSnowflakeOptionsAuthenticationOptionsAnyOf) MarshalJSON() ([]byte, error)
func (*NullableSnowflakeOptionsAuthenticationOptionsAnyOf) UnmarshalJSON ¶
func (v *NullableSnowflakeOptionsAuthenticationOptionsAnyOf) UnmarshalJSON(src []byte) error
func (*NullableSnowflakeOptionsAuthenticationOptionsAnyOf) Unset ¶
func (v *NullableSnowflakeOptionsAuthenticationOptionsAnyOf) Unset()
type NullableSnowflakeOptionsAuthenticationOptionsAnyOf1 ¶
type NullableSnowflakeOptionsAuthenticationOptionsAnyOf1 struct {
// contains filtered or unexported fields
}
func NewNullableSnowflakeOptionsAuthenticationOptionsAnyOf1 ¶
func NewNullableSnowflakeOptionsAuthenticationOptionsAnyOf1(val *SnowflakeOptionsAuthenticationOptionsAnyOf1) *NullableSnowflakeOptionsAuthenticationOptionsAnyOf1
func (NullableSnowflakeOptionsAuthenticationOptionsAnyOf1) IsSet ¶
func (v NullableSnowflakeOptionsAuthenticationOptionsAnyOf1) IsSet() bool
func (NullableSnowflakeOptionsAuthenticationOptionsAnyOf1) MarshalJSON ¶
func (v NullableSnowflakeOptionsAuthenticationOptionsAnyOf1) MarshalJSON() ([]byte, error)
func (*NullableSnowflakeOptionsAuthenticationOptionsAnyOf1) UnmarshalJSON ¶
func (v *NullableSnowflakeOptionsAuthenticationOptionsAnyOf1) UnmarshalJSON(src []byte) error
func (*NullableSnowflakeOptionsAuthenticationOptionsAnyOf1) Unset ¶
func (v *NullableSnowflakeOptionsAuthenticationOptionsAnyOf1) Unset()
type NullableSnowflakeOptionsAuthenticationOptionsAnyOf2 ¶
type NullableSnowflakeOptionsAuthenticationOptionsAnyOf2 struct {
// contains filtered or unexported fields
}
func NewNullableSnowflakeOptionsAuthenticationOptionsAnyOf2 ¶
func NewNullableSnowflakeOptionsAuthenticationOptionsAnyOf2(val *SnowflakeOptionsAuthenticationOptionsAnyOf2) *NullableSnowflakeOptionsAuthenticationOptionsAnyOf2
func (NullableSnowflakeOptionsAuthenticationOptionsAnyOf2) IsSet ¶
func (v NullableSnowflakeOptionsAuthenticationOptionsAnyOf2) IsSet() bool
func (NullableSnowflakeOptionsAuthenticationOptionsAnyOf2) MarshalJSON ¶
func (v NullableSnowflakeOptionsAuthenticationOptionsAnyOf2) MarshalJSON() ([]byte, error)
func (*NullableSnowflakeOptionsAuthenticationOptionsAnyOf2) UnmarshalJSON ¶
func (v *NullableSnowflakeOptionsAuthenticationOptionsAnyOf2) UnmarshalJSON(src []byte) error
func (*NullableSnowflakeOptionsAuthenticationOptionsAnyOf2) Unset ¶
func (v *NullableSnowflakeOptionsAuthenticationOptionsAnyOf2) Unset()
type NullableSnowflakeOptionsDatabaseOptions ¶
type NullableSnowflakeOptionsDatabaseOptions struct {
// contains filtered or unexported fields
}
func NewNullableSnowflakeOptionsDatabaseOptions ¶
func NewNullableSnowflakeOptionsDatabaseOptions(val *SnowflakeOptionsDatabaseOptions) *NullableSnowflakeOptionsDatabaseOptions
func (NullableSnowflakeOptionsDatabaseOptions) IsSet ¶
func (v NullableSnowflakeOptionsDatabaseOptions) IsSet() bool
func (NullableSnowflakeOptionsDatabaseOptions) MarshalJSON ¶
func (v NullableSnowflakeOptionsDatabaseOptions) MarshalJSON() ([]byte, error)
func (*NullableSnowflakeOptionsDatabaseOptions) Set ¶
func (v *NullableSnowflakeOptionsDatabaseOptions) Set(val *SnowflakeOptionsDatabaseOptions)
func (*NullableSnowflakeOptionsDatabaseOptions) UnmarshalJSON ¶
func (v *NullableSnowflakeOptionsDatabaseOptions) UnmarshalJSON(src []byte) error
func (*NullableSnowflakeOptionsDatabaseOptions) Unset ¶
func (v *NullableSnowflakeOptionsDatabaseOptions) Unset()
type NullableSourceControlConfigGet200Response ¶
type NullableSourceControlConfigGet200Response struct {
// contains filtered or unexported fields
}
func NewNullableSourceControlConfigGet200Response ¶
func NewNullableSourceControlConfigGet200Response(val *SourceControlConfigGet200Response) *NullableSourceControlConfigGet200Response
func (NullableSourceControlConfigGet200Response) IsSet ¶
func (v NullableSourceControlConfigGet200Response) IsSet() bool
func (NullableSourceControlConfigGet200Response) MarshalJSON ¶
func (v NullableSourceControlConfigGet200Response) MarshalJSON() ([]byte, error)
func (*NullableSourceControlConfigGet200Response) Set ¶
func (v *NullableSourceControlConfigGet200Response) Set(val *SourceControlConfigGet200Response)
func (*NullableSourceControlConfigGet200Response) UnmarshalJSON ¶
func (v *NullableSourceControlConfigGet200Response) UnmarshalJSON(src []byte) error
func (*NullableSourceControlConfigGet200Response) Unset ¶
func (v *NullableSourceControlConfigGet200Response) Unset()
type NullableSourceControlConfigGet200ResponseData ¶
type NullableSourceControlConfigGet200ResponseData struct {
// contains filtered or unexported fields
}
func NewNullableSourceControlConfigGet200ResponseData ¶
func NewNullableSourceControlConfigGet200ResponseData(val *SourceControlConfigGet200ResponseData) *NullableSourceControlConfigGet200ResponseData
func (NullableSourceControlConfigGet200ResponseData) IsSet ¶
func (v NullableSourceControlConfigGet200ResponseData) IsSet() bool
func (NullableSourceControlConfigGet200ResponseData) MarshalJSON ¶
func (v NullableSourceControlConfigGet200ResponseData) MarshalJSON() ([]byte, error)
func (*NullableSourceControlConfigGet200ResponseData) Set ¶
func (v *NullableSourceControlConfigGet200ResponseData) Set(val *SourceControlConfigGet200ResponseData)
func (*NullableSourceControlConfigGet200ResponseData) UnmarshalJSON ¶
func (v *NullableSourceControlConfigGet200ResponseData) UnmarshalJSON(src []byte) error
func (*NullableSourceControlConfigGet200ResponseData) Unset ¶
func (v *NullableSourceControlConfigGet200ResponseData) Unset()
type NullableSourceControlConfigGet200ResponseDataAnyOf ¶
type NullableSourceControlConfigGet200ResponseDataAnyOf struct {
// contains filtered or unexported fields
}
func NewNullableSourceControlConfigGet200ResponseDataAnyOf ¶
func NewNullableSourceControlConfigGet200ResponseDataAnyOf(val *SourceControlConfigGet200ResponseDataAnyOf) *NullableSourceControlConfigGet200ResponseDataAnyOf
func (NullableSourceControlConfigGet200ResponseDataAnyOf) IsSet ¶
func (v NullableSourceControlConfigGet200ResponseDataAnyOf) IsSet() bool
func (NullableSourceControlConfigGet200ResponseDataAnyOf) MarshalJSON ¶
func (v NullableSourceControlConfigGet200ResponseDataAnyOf) MarshalJSON() ([]byte, error)
func (*NullableSourceControlConfigGet200ResponseDataAnyOf) UnmarshalJSON ¶
func (v *NullableSourceControlConfigGet200ResponseDataAnyOf) UnmarshalJSON(src []byte) error
func (*NullableSourceControlConfigGet200ResponseDataAnyOf) Unset ¶
func (v *NullableSourceControlConfigGet200ResponseDataAnyOf) Unset()
type NullableSourceControlConfigGet200ResponseDataAnyOf1 ¶
type NullableSourceControlConfigGet200ResponseDataAnyOf1 struct {
// contains filtered or unexported fields
}
func NewNullableSourceControlConfigGet200ResponseDataAnyOf1 ¶
func NewNullableSourceControlConfigGet200ResponseDataAnyOf1(val *SourceControlConfigGet200ResponseDataAnyOf1) *NullableSourceControlConfigGet200ResponseDataAnyOf1
func (NullableSourceControlConfigGet200ResponseDataAnyOf1) IsSet ¶
func (v NullableSourceControlConfigGet200ResponseDataAnyOf1) IsSet() bool
func (NullableSourceControlConfigGet200ResponseDataAnyOf1) MarshalJSON ¶
func (v NullableSourceControlConfigGet200ResponseDataAnyOf1) MarshalJSON() ([]byte, error)
func (*NullableSourceControlConfigGet200ResponseDataAnyOf1) UnmarshalJSON ¶
func (v *NullableSourceControlConfigGet200ResponseDataAnyOf1) UnmarshalJSON(src []byte) error
func (*NullableSourceControlConfigGet200ResponseDataAnyOf1) Unset ¶
func (v *NullableSourceControlConfigGet200ResponseDataAnyOf1) Unset()
type NullableSourceControlConfigGet200ResponseDataAnyOf1Config ¶
type NullableSourceControlConfigGet200ResponseDataAnyOf1Config struct {
// contains filtered or unexported fields
}
func NewNullableSourceControlConfigGet200ResponseDataAnyOf1Config ¶
func NewNullableSourceControlConfigGet200ResponseDataAnyOf1Config(val *SourceControlConfigGet200ResponseDataAnyOf1Config) *NullableSourceControlConfigGet200ResponseDataAnyOf1Config
func (NullableSourceControlConfigGet200ResponseDataAnyOf1Config) IsSet ¶
func (v NullableSourceControlConfigGet200ResponseDataAnyOf1Config) IsSet() bool
func (NullableSourceControlConfigGet200ResponseDataAnyOf1Config) MarshalJSON ¶
func (v NullableSourceControlConfigGet200ResponseDataAnyOf1Config) MarshalJSON() ([]byte, error)
func (*NullableSourceControlConfigGet200ResponseDataAnyOf1Config) UnmarshalJSON ¶
func (v *NullableSourceControlConfigGet200ResponseDataAnyOf1Config) UnmarshalJSON(src []byte) error
func (*NullableSourceControlConfigGet200ResponseDataAnyOf1Config) Unset ¶
func (v *NullableSourceControlConfigGet200ResponseDataAnyOf1Config) Unset()
type NullableSourceControlConfigGet200ResponseDataAnyOf2 ¶
type NullableSourceControlConfigGet200ResponseDataAnyOf2 struct {
// contains filtered or unexported fields
}
func NewNullableSourceControlConfigGet200ResponseDataAnyOf2 ¶
func NewNullableSourceControlConfigGet200ResponseDataAnyOf2(val *SourceControlConfigGet200ResponseDataAnyOf2) *NullableSourceControlConfigGet200ResponseDataAnyOf2
func (NullableSourceControlConfigGet200ResponseDataAnyOf2) IsSet ¶
func (v NullableSourceControlConfigGet200ResponseDataAnyOf2) IsSet() bool
func (NullableSourceControlConfigGet200ResponseDataAnyOf2) MarshalJSON ¶
func (v NullableSourceControlConfigGet200ResponseDataAnyOf2) MarshalJSON() ([]byte, error)
func (*NullableSourceControlConfigGet200ResponseDataAnyOf2) UnmarshalJSON ¶
func (v *NullableSourceControlConfigGet200ResponseDataAnyOf2) UnmarshalJSON(src []byte) error
func (*NullableSourceControlConfigGet200ResponseDataAnyOf2) Unset ¶
func (v *NullableSourceControlConfigGet200ResponseDataAnyOf2) Unset()
type NullableSourceControlConfigGet200ResponseDataAnyOf2Config ¶
type NullableSourceControlConfigGet200ResponseDataAnyOf2Config struct {
// contains filtered or unexported fields
}
func NewNullableSourceControlConfigGet200ResponseDataAnyOf2Config ¶
func NewNullableSourceControlConfigGet200ResponseDataAnyOf2Config(val *SourceControlConfigGet200ResponseDataAnyOf2Config) *NullableSourceControlConfigGet200ResponseDataAnyOf2Config
func (NullableSourceControlConfigGet200ResponseDataAnyOf2Config) IsSet ¶
func (v NullableSourceControlConfigGet200ResponseDataAnyOf2Config) IsSet() bool
func (NullableSourceControlConfigGet200ResponseDataAnyOf2Config) MarshalJSON ¶
func (v NullableSourceControlConfigGet200ResponseDataAnyOf2Config) MarshalJSON() ([]byte, error)
func (*NullableSourceControlConfigGet200ResponseDataAnyOf2Config) UnmarshalJSON ¶
func (v *NullableSourceControlConfigGet200ResponseDataAnyOf2Config) UnmarshalJSON(src []byte) error
func (*NullableSourceControlConfigGet200ResponseDataAnyOf2Config) Unset ¶
func (v *NullableSourceControlConfigGet200ResponseDataAnyOf2Config) Unset()
type NullableSourceControlConfigGet200ResponseDataAnyOf3 ¶
type NullableSourceControlConfigGet200ResponseDataAnyOf3 struct {
// contains filtered or unexported fields
}
func NewNullableSourceControlConfigGet200ResponseDataAnyOf3 ¶
func NewNullableSourceControlConfigGet200ResponseDataAnyOf3(val *SourceControlConfigGet200ResponseDataAnyOf3) *NullableSourceControlConfigGet200ResponseDataAnyOf3
func (NullableSourceControlConfigGet200ResponseDataAnyOf3) IsSet ¶
func (v NullableSourceControlConfigGet200ResponseDataAnyOf3) IsSet() bool
func (NullableSourceControlConfigGet200ResponseDataAnyOf3) MarshalJSON ¶
func (v NullableSourceControlConfigGet200ResponseDataAnyOf3) MarshalJSON() ([]byte, error)
func (*NullableSourceControlConfigGet200ResponseDataAnyOf3) UnmarshalJSON ¶
func (v *NullableSourceControlConfigGet200ResponseDataAnyOf3) UnmarshalJSON(src []byte) error
func (*NullableSourceControlConfigGet200ResponseDataAnyOf3) Unset ¶
func (v *NullableSourceControlConfigGet200ResponseDataAnyOf3) Unset()
type NullableSourceControlConfigGet200ResponseDataAnyOf3Config ¶
type NullableSourceControlConfigGet200ResponseDataAnyOf3Config struct {
// contains filtered or unexported fields
}
func NewNullableSourceControlConfigGet200ResponseDataAnyOf3Config ¶
func NewNullableSourceControlConfigGet200ResponseDataAnyOf3Config(val *SourceControlConfigGet200ResponseDataAnyOf3Config) *NullableSourceControlConfigGet200ResponseDataAnyOf3Config
func (NullableSourceControlConfigGet200ResponseDataAnyOf3Config) IsSet ¶
func (v NullableSourceControlConfigGet200ResponseDataAnyOf3Config) IsSet() bool
func (NullableSourceControlConfigGet200ResponseDataAnyOf3Config) MarshalJSON ¶
func (v NullableSourceControlConfigGet200ResponseDataAnyOf3Config) MarshalJSON() ([]byte, error)
func (*NullableSourceControlConfigGet200ResponseDataAnyOf3Config) UnmarshalJSON ¶
func (v *NullableSourceControlConfigGet200ResponseDataAnyOf3Config) UnmarshalJSON(src []byte) error
func (*NullableSourceControlConfigGet200ResponseDataAnyOf3Config) Unset ¶
func (v *NullableSourceControlConfigGet200ResponseDataAnyOf3Config) Unset()
type NullableSourceControlConfigGet200ResponseDataAnyOf4 ¶
type NullableSourceControlConfigGet200ResponseDataAnyOf4 struct {
// contains filtered or unexported fields
}
func NewNullableSourceControlConfigGet200ResponseDataAnyOf4 ¶
func NewNullableSourceControlConfigGet200ResponseDataAnyOf4(val *SourceControlConfigGet200ResponseDataAnyOf4) *NullableSourceControlConfigGet200ResponseDataAnyOf4
func (NullableSourceControlConfigGet200ResponseDataAnyOf4) IsSet ¶
func (v NullableSourceControlConfigGet200ResponseDataAnyOf4) IsSet() bool
func (NullableSourceControlConfigGet200ResponseDataAnyOf4) MarshalJSON ¶
func (v NullableSourceControlConfigGet200ResponseDataAnyOf4) MarshalJSON() ([]byte, error)
func (*NullableSourceControlConfigGet200ResponseDataAnyOf4) UnmarshalJSON ¶
func (v *NullableSourceControlConfigGet200ResponseDataAnyOf4) UnmarshalJSON(src []byte) error
func (*NullableSourceControlConfigGet200ResponseDataAnyOf4) Unset ¶
func (v *NullableSourceControlConfigGet200ResponseDataAnyOf4) Unset()
type NullableSourceControlConfigGet200ResponseDataAnyOf4Config ¶
type NullableSourceControlConfigGet200ResponseDataAnyOf4Config struct {
// contains filtered or unexported fields
}
func NewNullableSourceControlConfigGet200ResponseDataAnyOf4Config ¶
func NewNullableSourceControlConfigGet200ResponseDataAnyOf4Config(val *SourceControlConfigGet200ResponseDataAnyOf4Config) *NullableSourceControlConfigGet200ResponseDataAnyOf4Config
func (NullableSourceControlConfigGet200ResponseDataAnyOf4Config) IsSet ¶
func (v NullableSourceControlConfigGet200ResponseDataAnyOf4Config) IsSet() bool
func (NullableSourceControlConfigGet200ResponseDataAnyOf4Config) MarshalJSON ¶
func (v NullableSourceControlConfigGet200ResponseDataAnyOf4Config) MarshalJSON() ([]byte, error)
func (*NullableSourceControlConfigGet200ResponseDataAnyOf4Config) UnmarshalJSON ¶
func (v *NullableSourceControlConfigGet200ResponseDataAnyOf4Config) UnmarshalJSON(src []byte) error
func (*NullableSourceControlConfigGet200ResponseDataAnyOf4Config) Unset ¶
func (v *NullableSourceControlConfigGet200ResponseDataAnyOf4Config) Unset()
type NullableSourceControlConfigGet200ResponseDataAnyOfConfig ¶
type NullableSourceControlConfigGet200ResponseDataAnyOfConfig struct {
// contains filtered or unexported fields
}
func NewNullableSourceControlConfigGet200ResponseDataAnyOfConfig ¶
func NewNullableSourceControlConfigGet200ResponseDataAnyOfConfig(val *SourceControlConfigGet200ResponseDataAnyOfConfig) *NullableSourceControlConfigGet200ResponseDataAnyOfConfig
func (NullableSourceControlConfigGet200ResponseDataAnyOfConfig) IsSet ¶
func (v NullableSourceControlConfigGet200ResponseDataAnyOfConfig) IsSet() bool
func (NullableSourceControlConfigGet200ResponseDataAnyOfConfig) MarshalJSON ¶
func (v NullableSourceControlConfigGet200ResponseDataAnyOfConfig) MarshalJSON() ([]byte, error)
func (*NullableSourceControlConfigGet200ResponseDataAnyOfConfig) UnmarshalJSON ¶
func (v *NullableSourceControlConfigGet200ResponseDataAnyOfConfig) UnmarshalJSON(src []byte) error
func (*NullableSourceControlConfigGet200ResponseDataAnyOfConfig) Unset ¶
func (v *NullableSourceControlConfigGet200ResponseDataAnyOfConfig) Unset()
type NullableSourceControlConfigGet200ResponseDataAnyOfConfigAnyOf ¶
type NullableSourceControlConfigGet200ResponseDataAnyOfConfigAnyOf struct {
// contains filtered or unexported fields
}
func NewNullableSourceControlConfigGet200ResponseDataAnyOfConfigAnyOf ¶
func NewNullableSourceControlConfigGet200ResponseDataAnyOfConfigAnyOf(val *SourceControlConfigGet200ResponseDataAnyOfConfigAnyOf) *NullableSourceControlConfigGet200ResponseDataAnyOfConfigAnyOf
func (NullableSourceControlConfigGet200ResponseDataAnyOfConfigAnyOf) IsSet ¶
func (v NullableSourceControlConfigGet200ResponseDataAnyOfConfigAnyOf) IsSet() bool
func (NullableSourceControlConfigGet200ResponseDataAnyOfConfigAnyOf) MarshalJSON ¶
func (v NullableSourceControlConfigGet200ResponseDataAnyOfConfigAnyOf) MarshalJSON() ([]byte, error)
func (*NullableSourceControlConfigGet200ResponseDataAnyOfConfigAnyOf) UnmarshalJSON ¶
func (v *NullableSourceControlConfigGet200ResponseDataAnyOfConfigAnyOf) UnmarshalJSON(src []byte) error
func (*NullableSourceControlConfigGet200ResponseDataAnyOfConfigAnyOf) Unset ¶
func (v *NullableSourceControlConfigGet200ResponseDataAnyOfConfigAnyOf) Unset()
type NullableSourceControlConfigGet200ResponseDataAnyOfConfigAnyOf1 ¶
type NullableSourceControlConfigGet200ResponseDataAnyOfConfigAnyOf1 struct {
// contains filtered or unexported fields
}
func NewNullableSourceControlConfigGet200ResponseDataAnyOfConfigAnyOf1 ¶
func NewNullableSourceControlConfigGet200ResponseDataAnyOfConfigAnyOf1(val *SourceControlConfigGet200ResponseDataAnyOfConfigAnyOf1) *NullableSourceControlConfigGet200ResponseDataAnyOfConfigAnyOf1
func (NullableSourceControlConfigGet200ResponseDataAnyOfConfigAnyOf1) IsSet ¶
func (v NullableSourceControlConfigGet200ResponseDataAnyOfConfigAnyOf1) IsSet() bool
func (NullableSourceControlConfigGet200ResponseDataAnyOfConfigAnyOf1) MarshalJSON ¶
func (v NullableSourceControlConfigGet200ResponseDataAnyOfConfigAnyOf1) MarshalJSON() ([]byte, error)
func (*NullableSourceControlConfigGet200ResponseDataAnyOfConfigAnyOf1) UnmarshalJSON ¶
func (v *NullableSourceControlConfigGet200ResponseDataAnyOfConfigAnyOf1) UnmarshalJSON(src []byte) error
func (*NullableSourceControlConfigGet200ResponseDataAnyOfConfigAnyOf1) Unset ¶
func (v *NullableSourceControlConfigGet200ResponseDataAnyOfConfigAnyOf1) Unset()
type NullableSourceControlConfigGet200ResponseDataOneOf ¶
type NullableSourceControlConfigGet200ResponseDataOneOf struct {
// contains filtered or unexported fields
}
func NewNullableSourceControlConfigGet200ResponseDataOneOf ¶
func NewNullableSourceControlConfigGet200ResponseDataOneOf(val *SourceControlConfigGet200ResponseDataOneOf) *NullableSourceControlConfigGet200ResponseDataOneOf
func (NullableSourceControlConfigGet200ResponseDataOneOf) IsSet ¶
func (v NullableSourceControlConfigGet200ResponseDataOneOf) IsSet() bool
func (NullableSourceControlConfigGet200ResponseDataOneOf) MarshalJSON ¶
func (v NullableSourceControlConfigGet200ResponseDataOneOf) MarshalJSON() ([]byte, error)
func (*NullableSourceControlConfigGet200ResponseDataOneOf) UnmarshalJSON ¶
func (v *NullableSourceControlConfigGet200ResponseDataOneOf) UnmarshalJSON(src []byte) error
func (*NullableSourceControlConfigGet200ResponseDataOneOf) Unset ¶
func (v *NullableSourceControlConfigGet200ResponseDataOneOf) Unset()
type NullableSourceControlConfigGet200ResponseDataOneOf1 ¶
type NullableSourceControlConfigGet200ResponseDataOneOf1 struct {
// contains filtered or unexported fields
}
func NewNullableSourceControlConfigGet200ResponseDataOneOf1 ¶
func NewNullableSourceControlConfigGet200ResponseDataOneOf1(val *SourceControlConfigGet200ResponseDataOneOf1) *NullableSourceControlConfigGet200ResponseDataOneOf1
func (NullableSourceControlConfigGet200ResponseDataOneOf1) IsSet ¶
func (v NullableSourceControlConfigGet200ResponseDataOneOf1) IsSet() bool
func (NullableSourceControlConfigGet200ResponseDataOneOf1) MarshalJSON ¶
func (v NullableSourceControlConfigGet200ResponseDataOneOf1) MarshalJSON() ([]byte, error)
func (*NullableSourceControlConfigGet200ResponseDataOneOf1) UnmarshalJSON ¶
func (v *NullableSourceControlConfigGet200ResponseDataOneOf1) UnmarshalJSON(src []byte) error
func (*NullableSourceControlConfigGet200ResponseDataOneOf1) Unset ¶
func (v *NullableSourceControlConfigGet200ResponseDataOneOf1) Unset()
type NullableSourceControlConfigGet200ResponseDataOneOf1Config ¶
type NullableSourceControlConfigGet200ResponseDataOneOf1Config struct {
// contains filtered or unexported fields
}
func NewNullableSourceControlConfigGet200ResponseDataOneOf1Config ¶
func NewNullableSourceControlConfigGet200ResponseDataOneOf1Config(val *SourceControlConfigGet200ResponseDataOneOf1Config) *NullableSourceControlConfigGet200ResponseDataOneOf1Config
func (NullableSourceControlConfigGet200ResponseDataOneOf1Config) IsSet ¶
func (v NullableSourceControlConfigGet200ResponseDataOneOf1Config) IsSet() bool
func (NullableSourceControlConfigGet200ResponseDataOneOf1Config) MarshalJSON ¶
func (v NullableSourceControlConfigGet200ResponseDataOneOf1Config) MarshalJSON() ([]byte, error)
func (*NullableSourceControlConfigGet200ResponseDataOneOf1Config) UnmarshalJSON ¶
func (v *NullableSourceControlConfigGet200ResponseDataOneOf1Config) UnmarshalJSON(src []byte) error
func (*NullableSourceControlConfigGet200ResponseDataOneOf1Config) Unset ¶
func (v *NullableSourceControlConfigGet200ResponseDataOneOf1Config) Unset()
type NullableSourceControlConfigGet200ResponseDataOneOf2 ¶
type NullableSourceControlConfigGet200ResponseDataOneOf2 struct {
// contains filtered or unexported fields
}
func NewNullableSourceControlConfigGet200ResponseDataOneOf2 ¶
func NewNullableSourceControlConfigGet200ResponseDataOneOf2(val *SourceControlConfigGet200ResponseDataOneOf2) *NullableSourceControlConfigGet200ResponseDataOneOf2
func (NullableSourceControlConfigGet200ResponseDataOneOf2) IsSet ¶
func (v NullableSourceControlConfigGet200ResponseDataOneOf2) IsSet() bool
func (NullableSourceControlConfigGet200ResponseDataOneOf2) MarshalJSON ¶
func (v NullableSourceControlConfigGet200ResponseDataOneOf2) MarshalJSON() ([]byte, error)
func (*NullableSourceControlConfigGet200ResponseDataOneOf2) UnmarshalJSON ¶
func (v *NullableSourceControlConfigGet200ResponseDataOneOf2) UnmarshalJSON(src []byte) error
func (*NullableSourceControlConfigGet200ResponseDataOneOf2) Unset ¶
func (v *NullableSourceControlConfigGet200ResponseDataOneOf2) Unset()
type NullableSourceControlConfigGet200ResponseDataOneOf2Config ¶
type NullableSourceControlConfigGet200ResponseDataOneOf2Config struct {
// contains filtered or unexported fields
}
func NewNullableSourceControlConfigGet200ResponseDataOneOf2Config ¶
func NewNullableSourceControlConfigGet200ResponseDataOneOf2Config(val *SourceControlConfigGet200ResponseDataOneOf2Config) *NullableSourceControlConfigGet200ResponseDataOneOf2Config
func (NullableSourceControlConfigGet200ResponseDataOneOf2Config) IsSet ¶
func (v NullableSourceControlConfigGet200ResponseDataOneOf2Config) IsSet() bool
func (NullableSourceControlConfigGet200ResponseDataOneOf2Config) MarshalJSON ¶
func (v NullableSourceControlConfigGet200ResponseDataOneOf2Config) MarshalJSON() ([]byte, error)
func (*NullableSourceControlConfigGet200ResponseDataOneOf2Config) UnmarshalJSON ¶
func (v *NullableSourceControlConfigGet200ResponseDataOneOf2Config) UnmarshalJSON(src []byte) error
func (*NullableSourceControlConfigGet200ResponseDataOneOf2Config) Unset ¶
func (v *NullableSourceControlConfigGet200ResponseDataOneOf2Config) Unset()
type NullableSourceControlConfigGet200ResponseDataOneOf3 ¶
type NullableSourceControlConfigGet200ResponseDataOneOf3 struct {
// contains filtered or unexported fields
}
func NewNullableSourceControlConfigGet200ResponseDataOneOf3 ¶
func NewNullableSourceControlConfigGet200ResponseDataOneOf3(val *SourceControlConfigGet200ResponseDataOneOf3) *NullableSourceControlConfigGet200ResponseDataOneOf3
func (NullableSourceControlConfigGet200ResponseDataOneOf3) IsSet ¶
func (v NullableSourceControlConfigGet200ResponseDataOneOf3) IsSet() bool
func (NullableSourceControlConfigGet200ResponseDataOneOf3) MarshalJSON ¶
func (v NullableSourceControlConfigGet200ResponseDataOneOf3) MarshalJSON() ([]byte, error)
func (*NullableSourceControlConfigGet200ResponseDataOneOf3) UnmarshalJSON ¶
func (v *NullableSourceControlConfigGet200ResponseDataOneOf3) UnmarshalJSON(src []byte) error
func (*NullableSourceControlConfigGet200ResponseDataOneOf3) Unset ¶
func (v *NullableSourceControlConfigGet200ResponseDataOneOf3) Unset()
type NullableSourceControlConfigGet200ResponseDataOneOf3Config ¶
type NullableSourceControlConfigGet200ResponseDataOneOf3Config struct {
// contains filtered or unexported fields
}
func NewNullableSourceControlConfigGet200ResponseDataOneOf3Config ¶
func NewNullableSourceControlConfigGet200ResponseDataOneOf3Config(val *SourceControlConfigGet200ResponseDataOneOf3Config) *NullableSourceControlConfigGet200ResponseDataOneOf3Config
func (NullableSourceControlConfigGet200ResponseDataOneOf3Config) IsSet ¶
func (v NullableSourceControlConfigGet200ResponseDataOneOf3Config) IsSet() bool
func (NullableSourceControlConfigGet200ResponseDataOneOf3Config) MarshalJSON ¶
func (v NullableSourceControlConfigGet200ResponseDataOneOf3Config) MarshalJSON() ([]byte, error)
func (*NullableSourceControlConfigGet200ResponseDataOneOf3Config) UnmarshalJSON ¶
func (v *NullableSourceControlConfigGet200ResponseDataOneOf3Config) UnmarshalJSON(src []byte) error
func (*NullableSourceControlConfigGet200ResponseDataOneOf3Config) Unset ¶
func (v *NullableSourceControlConfigGet200ResponseDataOneOf3Config) Unset()
type NullableSourceControlConfigGet200ResponseDataOneOf4 ¶
type NullableSourceControlConfigGet200ResponseDataOneOf4 struct {
// contains filtered or unexported fields
}
func NewNullableSourceControlConfigGet200ResponseDataOneOf4 ¶
func NewNullableSourceControlConfigGet200ResponseDataOneOf4(val *SourceControlConfigGet200ResponseDataOneOf4) *NullableSourceControlConfigGet200ResponseDataOneOf4
func (NullableSourceControlConfigGet200ResponseDataOneOf4) IsSet ¶
func (v NullableSourceControlConfigGet200ResponseDataOneOf4) IsSet() bool
func (NullableSourceControlConfigGet200ResponseDataOneOf4) MarshalJSON ¶
func (v NullableSourceControlConfigGet200ResponseDataOneOf4) MarshalJSON() ([]byte, error)
func (*NullableSourceControlConfigGet200ResponseDataOneOf4) UnmarshalJSON ¶
func (v *NullableSourceControlConfigGet200ResponseDataOneOf4) UnmarshalJSON(src []byte) error
func (*NullableSourceControlConfigGet200ResponseDataOneOf4) Unset ¶
func (v *NullableSourceControlConfigGet200ResponseDataOneOf4) Unset()
type NullableSourceControlConfigGet200ResponseDataOneOf4Config ¶
type NullableSourceControlConfigGet200ResponseDataOneOf4Config struct {
// contains filtered or unexported fields
}
func NewNullableSourceControlConfigGet200ResponseDataOneOf4Config ¶
func NewNullableSourceControlConfigGet200ResponseDataOneOf4Config(val *SourceControlConfigGet200ResponseDataOneOf4Config) *NullableSourceControlConfigGet200ResponseDataOneOf4Config
func (NullableSourceControlConfigGet200ResponseDataOneOf4Config) IsSet ¶
func (v NullableSourceControlConfigGet200ResponseDataOneOf4Config) IsSet() bool
func (NullableSourceControlConfigGet200ResponseDataOneOf4Config) MarshalJSON ¶
func (v NullableSourceControlConfigGet200ResponseDataOneOf4Config) MarshalJSON() ([]byte, error)
func (*NullableSourceControlConfigGet200ResponseDataOneOf4Config) UnmarshalJSON ¶
func (v *NullableSourceControlConfigGet200ResponseDataOneOf4Config) UnmarshalJSON(src []byte) error
func (*NullableSourceControlConfigGet200ResponseDataOneOf4Config) Unset ¶
func (v *NullableSourceControlConfigGet200ResponseDataOneOf4Config) Unset()
type NullableSourceControlConfigGet200ResponseDataOneOfConfig ¶
type NullableSourceControlConfigGet200ResponseDataOneOfConfig struct {
// contains filtered or unexported fields
}
func NewNullableSourceControlConfigGet200ResponseDataOneOfConfig ¶
func NewNullableSourceControlConfigGet200ResponseDataOneOfConfig(val *SourceControlConfigGet200ResponseDataOneOfConfig) *NullableSourceControlConfigGet200ResponseDataOneOfConfig
func (NullableSourceControlConfigGet200ResponseDataOneOfConfig) IsSet ¶
func (v NullableSourceControlConfigGet200ResponseDataOneOfConfig) IsSet() bool
func (NullableSourceControlConfigGet200ResponseDataOneOfConfig) MarshalJSON ¶
func (v NullableSourceControlConfigGet200ResponseDataOneOfConfig) MarshalJSON() ([]byte, error)
func (*NullableSourceControlConfigGet200ResponseDataOneOfConfig) UnmarshalJSON ¶
func (v *NullableSourceControlConfigGet200ResponseDataOneOfConfig) UnmarshalJSON(src []byte) error
func (*NullableSourceControlConfigGet200ResponseDataOneOfConfig) Unset ¶
func (v *NullableSourceControlConfigGet200ResponseDataOneOfConfig) Unset()
type NullableSourceControlConfigGet200ResponseDataOneOfConfigOneOf ¶
type NullableSourceControlConfigGet200ResponseDataOneOfConfigOneOf struct {
// contains filtered or unexported fields
}
func NewNullableSourceControlConfigGet200ResponseDataOneOfConfigOneOf ¶
func NewNullableSourceControlConfigGet200ResponseDataOneOfConfigOneOf(val *SourceControlConfigGet200ResponseDataOneOfConfigOneOf) *NullableSourceControlConfigGet200ResponseDataOneOfConfigOneOf
func (NullableSourceControlConfigGet200ResponseDataOneOfConfigOneOf) IsSet ¶
func (v NullableSourceControlConfigGet200ResponseDataOneOfConfigOneOf) IsSet() bool
func (NullableSourceControlConfigGet200ResponseDataOneOfConfigOneOf) MarshalJSON ¶
func (v NullableSourceControlConfigGet200ResponseDataOneOfConfigOneOf) MarshalJSON() ([]byte, error)
func (*NullableSourceControlConfigGet200ResponseDataOneOfConfigOneOf) UnmarshalJSON ¶
func (v *NullableSourceControlConfigGet200ResponseDataOneOfConfigOneOf) UnmarshalJSON(src []byte) error
func (*NullableSourceControlConfigGet200ResponseDataOneOfConfigOneOf) Unset ¶
func (v *NullableSourceControlConfigGet200ResponseDataOneOfConfigOneOf) Unset()
type NullableSourceControlConfigGet200ResponseDataOneOfConfigOneOf1 ¶
type NullableSourceControlConfigGet200ResponseDataOneOfConfigOneOf1 struct {
// contains filtered or unexported fields
}
func NewNullableSourceControlConfigGet200ResponseDataOneOfConfigOneOf1 ¶
func NewNullableSourceControlConfigGet200ResponseDataOneOfConfigOneOf1(val *SourceControlConfigGet200ResponseDataOneOfConfigOneOf1) *NullableSourceControlConfigGet200ResponseDataOneOfConfigOneOf1
func (NullableSourceControlConfigGet200ResponseDataOneOfConfigOneOf1) IsSet ¶
func (v NullableSourceControlConfigGet200ResponseDataOneOfConfigOneOf1) IsSet() bool
func (NullableSourceControlConfigGet200ResponseDataOneOfConfigOneOf1) MarshalJSON ¶
func (v NullableSourceControlConfigGet200ResponseDataOneOfConfigOneOf1) MarshalJSON() ([]byte, error)
func (*NullableSourceControlConfigGet200ResponseDataOneOfConfigOneOf1) UnmarshalJSON ¶
func (v *NullableSourceControlConfigGet200ResponseDataOneOfConfigOneOf1) UnmarshalJSON(src []byte) error
func (*NullableSourceControlConfigGet200ResponseDataOneOfConfigOneOf1) Unset ¶
func (v *NullableSourceControlConfigGet200ResponseDataOneOfConfigOneOf1) Unset()
type NullableSourceControlConfigPost200Response ¶
type NullableSourceControlConfigPost200Response struct {
// contains filtered or unexported fields
}
func NewNullableSourceControlConfigPost200Response ¶
func NewNullableSourceControlConfigPost200Response(val *SourceControlConfigPost200Response) *NullableSourceControlConfigPost200Response
func (NullableSourceControlConfigPost200Response) IsSet ¶
func (v NullableSourceControlConfigPost200Response) IsSet() bool
func (NullableSourceControlConfigPost200Response) MarshalJSON ¶
func (v NullableSourceControlConfigPost200Response) MarshalJSON() ([]byte, error)
func (*NullableSourceControlConfigPost200Response) Set ¶
func (v *NullableSourceControlConfigPost200Response) Set(val *SourceControlConfigPost200Response)
func (*NullableSourceControlConfigPost200Response) UnmarshalJSON ¶
func (v *NullableSourceControlConfigPost200Response) UnmarshalJSON(src []byte) error
func (*NullableSourceControlConfigPost200Response) Unset ¶
func (v *NullableSourceControlConfigPost200Response) Unset()
type NullableSourceControlConfigPost200ResponseData ¶
type NullableSourceControlConfigPost200ResponseData struct {
// contains filtered or unexported fields
}
func NewNullableSourceControlConfigPost200ResponseData ¶
func NewNullableSourceControlConfigPost200ResponseData(val *SourceControlConfigPost200ResponseData) *NullableSourceControlConfigPost200ResponseData
func (NullableSourceControlConfigPost200ResponseData) IsSet ¶
func (v NullableSourceControlConfigPost200ResponseData) IsSet() bool
func (NullableSourceControlConfigPost200ResponseData) MarshalJSON ¶
func (v NullableSourceControlConfigPost200ResponseData) MarshalJSON() ([]byte, error)
func (*NullableSourceControlConfigPost200ResponseData) Set ¶
func (v *NullableSourceControlConfigPost200ResponseData) Set(val *SourceControlConfigPost200ResponseData)
func (*NullableSourceControlConfigPost200ResponseData) UnmarshalJSON ¶
func (v *NullableSourceControlConfigPost200ResponseData) UnmarshalJSON(src []byte) error
func (*NullableSourceControlConfigPost200ResponseData) Unset ¶
func (v *NullableSourceControlConfigPost200ResponseData) Unset()
type NullableSourceControlConfigPut200Response ¶
type NullableSourceControlConfigPut200Response struct {
// contains filtered or unexported fields
}
func NewNullableSourceControlConfigPut200Response ¶
func NewNullableSourceControlConfigPut200Response(val *SourceControlConfigPut200Response) *NullableSourceControlConfigPut200Response
func (NullableSourceControlConfigPut200Response) IsSet ¶
func (v NullableSourceControlConfigPut200Response) IsSet() bool
func (NullableSourceControlConfigPut200Response) MarshalJSON ¶
func (v NullableSourceControlConfigPut200Response) MarshalJSON() ([]byte, error)
func (*NullableSourceControlConfigPut200Response) Set ¶
func (v *NullableSourceControlConfigPut200Response) Set(val *SourceControlConfigPut200Response)
func (*NullableSourceControlConfigPut200Response) UnmarshalJSON ¶
func (v *NullableSourceControlConfigPut200Response) UnmarshalJSON(src []byte) error
func (*NullableSourceControlConfigPut200Response) Unset ¶
func (v *NullableSourceControlConfigPut200Response) Unset()
type NullableSourceControlConfigPut200ResponseData ¶
type NullableSourceControlConfigPut200ResponseData struct {
// contains filtered or unexported fields
}
func NewNullableSourceControlConfigPut200ResponseData ¶
func NewNullableSourceControlConfigPut200ResponseData(val *SourceControlConfigPut200ResponseData) *NullableSourceControlConfigPut200ResponseData
func (NullableSourceControlConfigPut200ResponseData) IsSet ¶
func (v NullableSourceControlConfigPut200ResponseData) IsSet() bool
func (NullableSourceControlConfigPut200ResponseData) MarshalJSON ¶
func (v NullableSourceControlConfigPut200ResponseData) MarshalJSON() ([]byte, error)
func (*NullableSourceControlConfigPut200ResponseData) Set ¶
func (v *NullableSourceControlConfigPut200ResponseData) Set(val *SourceControlConfigPut200ResponseData)
func (*NullableSourceControlConfigPut200ResponseData) UnmarshalJSON ¶
func (v *NullableSourceControlConfigPut200ResponseData) UnmarshalJSON(src []byte) error
func (*NullableSourceControlConfigPut200ResponseData) Unset ¶
func (v *NullableSourceControlConfigPut200ResponseData) Unset()
type NullableSourceControlConfigPutRequest ¶
type NullableSourceControlConfigPutRequest struct {
// contains filtered or unexported fields
}
func NewNullableSourceControlConfigPutRequest ¶
func NewNullableSourceControlConfigPutRequest(val *SourceControlConfigPutRequest) *NullableSourceControlConfigPutRequest
func (NullableSourceControlConfigPutRequest) Get ¶
func (v NullableSourceControlConfigPutRequest) Get() *SourceControlConfigPutRequest
func (NullableSourceControlConfigPutRequest) IsSet ¶
func (v NullableSourceControlConfigPutRequest) IsSet() bool
func (NullableSourceControlConfigPutRequest) MarshalJSON ¶
func (v NullableSourceControlConfigPutRequest) MarshalJSON() ([]byte, error)
func (*NullableSourceControlConfigPutRequest) Set ¶
func (v *NullableSourceControlConfigPutRequest) Set(val *SourceControlConfigPutRequest)
func (*NullableSourceControlConfigPutRequest) UnmarshalJSON ¶
func (v *NullableSourceControlConfigPutRequest) UnmarshalJSON(src []byte) error
func (*NullableSourceControlConfigPutRequest) Unset ¶
func (v *NullableSourceControlConfigPutRequest) Unset()
type NullableSourceControlConfigPutRequestConfig ¶
type NullableSourceControlConfigPutRequestConfig struct {
// contains filtered or unexported fields
}
func NewNullableSourceControlConfigPutRequestConfig ¶
func NewNullableSourceControlConfigPutRequestConfig(val *SourceControlConfigPutRequestConfig) *NullableSourceControlConfigPutRequestConfig
func (NullableSourceControlConfigPutRequestConfig) IsSet ¶
func (v NullableSourceControlConfigPutRequestConfig) IsSet() bool
func (NullableSourceControlConfigPutRequestConfig) MarshalJSON ¶
func (v NullableSourceControlConfigPutRequestConfig) MarshalJSON() ([]byte, error)
func (*NullableSourceControlConfigPutRequestConfig) Set ¶
func (v *NullableSourceControlConfigPutRequestConfig) Set(val *SourceControlConfigPutRequestConfig)
func (*NullableSourceControlConfigPutRequestConfig) UnmarshalJSON ¶
func (v *NullableSourceControlConfigPutRequestConfig) UnmarshalJSON(src []byte) error
func (*NullableSourceControlConfigPutRequestConfig) Unset ¶
func (v *NullableSourceControlConfigPutRequestConfig) Unset()
type NullableSourceControlConfigPutRequestConfigOneOf ¶
type NullableSourceControlConfigPutRequestConfigOneOf struct {
// contains filtered or unexported fields
}
func NewNullableSourceControlConfigPutRequestConfigOneOf ¶
func NewNullableSourceControlConfigPutRequestConfigOneOf(val *SourceControlConfigPutRequestConfigOneOf) *NullableSourceControlConfigPutRequestConfigOneOf
func (NullableSourceControlConfigPutRequestConfigOneOf) IsSet ¶
func (v NullableSourceControlConfigPutRequestConfigOneOf) IsSet() bool
func (NullableSourceControlConfigPutRequestConfigOneOf) MarshalJSON ¶
func (v NullableSourceControlConfigPutRequestConfigOneOf) MarshalJSON() ([]byte, error)
func (*NullableSourceControlConfigPutRequestConfigOneOf) UnmarshalJSON ¶
func (v *NullableSourceControlConfigPutRequestConfigOneOf) UnmarshalJSON(src []byte) error
func (*NullableSourceControlConfigPutRequestConfigOneOf) Unset ¶
func (v *NullableSourceControlConfigPutRequestConfigOneOf) Unset()
type NullableSourceControlConfigPutRequestConfigOneOfConfig ¶
type NullableSourceControlConfigPutRequestConfigOneOfConfig struct {
// contains filtered or unexported fields
}
func NewNullableSourceControlConfigPutRequestConfigOneOfConfig ¶
func NewNullableSourceControlConfigPutRequestConfigOneOfConfig(val *SourceControlConfigPutRequestConfigOneOfConfig) *NullableSourceControlConfigPutRequestConfigOneOfConfig
func (NullableSourceControlConfigPutRequestConfigOneOfConfig) IsSet ¶
func (v NullableSourceControlConfigPutRequestConfigOneOfConfig) IsSet() bool
func (NullableSourceControlConfigPutRequestConfigOneOfConfig) MarshalJSON ¶
func (v NullableSourceControlConfigPutRequestConfigOneOfConfig) MarshalJSON() ([]byte, error)
func (*NullableSourceControlConfigPutRequestConfigOneOfConfig) UnmarshalJSON ¶
func (v *NullableSourceControlConfigPutRequestConfigOneOfConfig) UnmarshalJSON(src []byte) error
func (*NullableSourceControlConfigPutRequestConfigOneOfConfig) Unset ¶
func (v *NullableSourceControlConfigPutRequestConfigOneOfConfig) Unset()
type NullableSourceControlConfiguration ¶
type NullableSourceControlConfiguration struct {
// contains filtered or unexported fields
}
func NewNullableSourceControlConfiguration ¶
func NewNullableSourceControlConfiguration(val *SourceControlConfiguration) *NullableSourceControlConfiguration
func (NullableSourceControlConfiguration) Get ¶
func (v NullableSourceControlConfiguration) Get() *SourceControlConfiguration
func (NullableSourceControlConfiguration) IsSet ¶
func (v NullableSourceControlConfiguration) IsSet() bool
func (NullableSourceControlConfiguration) MarshalJSON ¶
func (v NullableSourceControlConfiguration) MarshalJSON() ([]byte, error)
func (*NullableSourceControlConfiguration) Set ¶
func (v *NullableSourceControlConfiguration) Set(val *SourceControlConfiguration)
func (*NullableSourceControlConfiguration) UnmarshalJSON ¶
func (v *NullableSourceControlConfiguration) UnmarshalJSON(src []byte) error
func (*NullableSourceControlConfiguration) Unset ¶
func (v *NullableSourceControlConfiguration) Unset()
type NullableSourceControlConfigurationAnyOf ¶
type NullableSourceControlConfigurationAnyOf struct {
// contains filtered or unexported fields
}
func NewNullableSourceControlConfigurationAnyOf ¶
func NewNullableSourceControlConfigurationAnyOf(val *SourceControlConfigurationAnyOf) *NullableSourceControlConfigurationAnyOf
func (NullableSourceControlConfigurationAnyOf) IsSet ¶
func (v NullableSourceControlConfigurationAnyOf) IsSet() bool
func (NullableSourceControlConfigurationAnyOf) MarshalJSON ¶
func (v NullableSourceControlConfigurationAnyOf) MarshalJSON() ([]byte, error)
func (*NullableSourceControlConfigurationAnyOf) Set ¶
func (v *NullableSourceControlConfigurationAnyOf) Set(val *SourceControlConfigurationAnyOf)
func (*NullableSourceControlConfigurationAnyOf) UnmarshalJSON ¶
func (v *NullableSourceControlConfigurationAnyOf) UnmarshalJSON(src []byte) error
func (*NullableSourceControlConfigurationAnyOf) Unset ¶
func (v *NullableSourceControlConfigurationAnyOf) Unset()
type NullableSourceControlConfigurationAnyOfConfig ¶
type NullableSourceControlConfigurationAnyOfConfig struct {
// contains filtered or unexported fields
}
func NewNullableSourceControlConfigurationAnyOfConfig ¶
func NewNullableSourceControlConfigurationAnyOfConfig(val *SourceControlConfigurationAnyOfConfig) *NullableSourceControlConfigurationAnyOfConfig
func (NullableSourceControlConfigurationAnyOfConfig) IsSet ¶
func (v NullableSourceControlConfigurationAnyOfConfig) IsSet() bool
func (NullableSourceControlConfigurationAnyOfConfig) MarshalJSON ¶
func (v NullableSourceControlConfigurationAnyOfConfig) MarshalJSON() ([]byte, error)
func (*NullableSourceControlConfigurationAnyOfConfig) Set ¶
func (v *NullableSourceControlConfigurationAnyOfConfig) Set(val *SourceControlConfigurationAnyOfConfig)
func (*NullableSourceControlConfigurationAnyOfConfig) UnmarshalJSON ¶
func (v *NullableSourceControlConfigurationAnyOfConfig) UnmarshalJSON(src []byte) error
func (*NullableSourceControlConfigurationAnyOfConfig) Unset ¶
func (v *NullableSourceControlConfigurationAnyOfConfig) Unset()
type NullableSourceControlDeployPost200Response ¶
type NullableSourceControlDeployPost200Response struct {
// contains filtered or unexported fields
}
func NewNullableSourceControlDeployPost200Response ¶
func NewNullableSourceControlDeployPost200Response(val *SourceControlDeployPost200Response) *NullableSourceControlDeployPost200Response
func (NullableSourceControlDeployPost200Response) IsSet ¶
func (v NullableSourceControlDeployPost200Response) IsSet() bool
func (NullableSourceControlDeployPost200Response) MarshalJSON ¶
func (v NullableSourceControlDeployPost200Response) MarshalJSON() ([]byte, error)
func (*NullableSourceControlDeployPost200Response) Set ¶
func (v *NullableSourceControlDeployPost200Response) Set(val *SourceControlDeployPost200Response)
func (*NullableSourceControlDeployPost200Response) UnmarshalJSON ¶
func (v *NullableSourceControlDeployPost200Response) UnmarshalJSON(src []byte) error
func (*NullableSourceControlDeployPost200Response) Unset ¶
func (v *NullableSourceControlDeployPost200Response) Unset()
type NullableSourceControlDeployPost200ResponseData ¶
type NullableSourceControlDeployPost200ResponseData struct {
// contains filtered or unexported fields
}
func NewNullableSourceControlDeployPost200ResponseData ¶
func NewNullableSourceControlDeployPost200ResponseData(val *SourceControlDeployPost200ResponseData) *NullableSourceControlDeployPost200ResponseData
func (NullableSourceControlDeployPost200ResponseData) IsSet ¶
func (v NullableSourceControlDeployPost200ResponseData) IsSet() bool
func (NullableSourceControlDeployPost200ResponseData) MarshalJSON ¶
func (v NullableSourceControlDeployPost200ResponseData) MarshalJSON() ([]byte, error)
func (*NullableSourceControlDeployPost200ResponseData) Set ¶
func (v *NullableSourceControlDeployPost200ResponseData) Set(val *SourceControlDeployPost200ResponseData)
func (*NullableSourceControlDeployPost200ResponseData) UnmarshalJSON ¶
func (v *NullableSourceControlDeployPost200ResponseData) UnmarshalJSON(src []byte) error
func (*NullableSourceControlDeployPost200ResponseData) Unset ¶
func (v *NullableSourceControlDeployPost200ResponseData) Unset()
type NullableSourceControlManifestsGet200Response ¶ added in v1.0.0
type NullableSourceControlManifestsGet200Response struct {
// contains filtered or unexported fields
}
func NewNullableSourceControlManifestsGet200Response ¶ added in v1.0.0
func NewNullableSourceControlManifestsGet200Response(val *SourceControlManifestsGet200Response) *NullableSourceControlManifestsGet200Response
func (NullableSourceControlManifestsGet200Response) IsSet ¶ added in v1.0.0
func (v NullableSourceControlManifestsGet200Response) IsSet() bool
func (NullableSourceControlManifestsGet200Response) MarshalJSON ¶ added in v1.0.0
func (v NullableSourceControlManifestsGet200Response) MarshalJSON() ([]byte, error)
func (*NullableSourceControlManifestsGet200Response) Set ¶ added in v1.0.0
func (v *NullableSourceControlManifestsGet200Response) Set(val *SourceControlManifestsGet200Response)
func (*NullableSourceControlManifestsGet200Response) UnmarshalJSON ¶ added in v1.0.0
func (v *NullableSourceControlManifestsGet200Response) UnmarshalJSON(src []byte) error
func (*NullableSourceControlManifestsGet200Response) Unset ¶ added in v1.0.0
func (v *NullableSourceControlManifestsGet200Response) Unset()
type NullableSourceControlManifestsGet200ResponseData ¶ added in v1.0.0
type NullableSourceControlManifestsGet200ResponseData struct {
// contains filtered or unexported fields
}
func NewNullableSourceControlManifestsGet200ResponseData ¶ added in v1.0.0
func NewNullableSourceControlManifestsGet200ResponseData(val *SourceControlManifestsGet200ResponseData) *NullableSourceControlManifestsGet200ResponseData
func (NullableSourceControlManifestsGet200ResponseData) IsSet ¶ added in v1.0.0
func (v NullableSourceControlManifestsGet200ResponseData) IsSet() bool
func (NullableSourceControlManifestsGet200ResponseData) MarshalJSON ¶ added in v1.0.0
func (v NullableSourceControlManifestsGet200ResponseData) MarshalJSON() ([]byte, error)
func (*NullableSourceControlManifestsGet200ResponseData) UnmarshalJSON ¶ added in v1.0.0
func (v *NullableSourceControlManifestsGet200ResponseData) UnmarshalJSON(src []byte) error
func (*NullableSourceControlManifestsGet200ResponseData) Unset ¶ added in v1.0.0
func (v *NullableSourceControlManifestsGet200ResponseData) Unset()
type NullableSourceControlManifestsGet200ResponseDataManifestsInner ¶ added in v1.0.0
type NullableSourceControlManifestsGet200ResponseDataManifestsInner struct {
// contains filtered or unexported fields
}
func NewNullableSourceControlManifestsGet200ResponseDataManifestsInner ¶ added in v1.0.0
func NewNullableSourceControlManifestsGet200ResponseDataManifestsInner(val *SourceControlManifestsGet200ResponseDataManifestsInner) *NullableSourceControlManifestsGet200ResponseDataManifestsInner
func (NullableSourceControlManifestsGet200ResponseDataManifestsInner) IsSet ¶ added in v1.0.0
func (v NullableSourceControlManifestsGet200ResponseDataManifestsInner) IsSet() bool
func (NullableSourceControlManifestsGet200ResponseDataManifestsInner) MarshalJSON ¶ added in v1.0.0
func (v NullableSourceControlManifestsGet200ResponseDataManifestsInner) MarshalJSON() ([]byte, error)
func (*NullableSourceControlManifestsGet200ResponseDataManifestsInner) UnmarshalJSON ¶ added in v1.0.0
func (v *NullableSourceControlManifestsGet200ResponseDataManifestsInner) UnmarshalJSON(src []byte) error
func (*NullableSourceControlManifestsGet200ResponseDataManifestsInner) Unset ¶ added in v1.0.0
func (v *NullableSourceControlManifestsGet200ResponseDataManifestsInner) Unset()
type NullableSourceControlManifestsGet200ResponseDataManifestsInnerAppsInner ¶ added in v1.0.0
type NullableSourceControlManifestsGet200ResponseDataManifestsInnerAppsInner struct {
// contains filtered or unexported fields
}
func NewNullableSourceControlManifestsGet200ResponseDataManifestsInnerAppsInner ¶ added in v1.0.0
func NewNullableSourceControlManifestsGet200ResponseDataManifestsInnerAppsInner(val *SourceControlManifestsGet200ResponseDataManifestsInnerAppsInner) *NullableSourceControlManifestsGet200ResponseDataManifestsInnerAppsInner
func (NullableSourceControlManifestsGet200ResponseDataManifestsInnerAppsInner) Get ¶ added in v1.0.0
func (NullableSourceControlManifestsGet200ResponseDataManifestsInnerAppsInner) IsSet ¶ added in v1.0.0
func (NullableSourceControlManifestsGet200ResponseDataManifestsInnerAppsInner) MarshalJSON ¶ added in v1.0.0
func (v NullableSourceControlManifestsGet200ResponseDataManifestsInnerAppsInner) MarshalJSON() ([]byte, error)
func (*NullableSourceControlManifestsGet200ResponseDataManifestsInnerAppsInner) Set ¶ added in v1.0.0
func (*NullableSourceControlManifestsGet200ResponseDataManifestsInnerAppsInner) UnmarshalJSON ¶ added in v1.0.0
func (v *NullableSourceControlManifestsGet200ResponseDataManifestsInnerAppsInner) UnmarshalJSON(src []byte) error
func (*NullableSourceControlManifestsGet200ResponseDataManifestsInnerAppsInner) Unset ¶ added in v1.0.0
func (v *NullableSourceControlManifestsGet200ResponseDataManifestsInnerAppsInner) Unset()
type NullableSourceControlManifestsGet200ResponseDataManifestsInnerAppsInnerRelease ¶ added in v1.0.0
type NullableSourceControlManifestsGet200ResponseDataManifestsInnerAppsInnerRelease struct {
// contains filtered or unexported fields
}
func NewNullableSourceControlManifestsGet200ResponseDataManifestsInnerAppsInnerRelease ¶ added in v1.0.0
func NewNullableSourceControlManifestsGet200ResponseDataManifestsInnerAppsInnerRelease(val *SourceControlManifestsGet200ResponseDataManifestsInnerAppsInnerRelease) *NullableSourceControlManifestsGet200ResponseDataManifestsInnerAppsInnerRelease
func (NullableSourceControlManifestsGet200ResponseDataManifestsInnerAppsInnerRelease) Get ¶ added in v1.0.0
func (NullableSourceControlManifestsGet200ResponseDataManifestsInnerAppsInnerRelease) IsSet ¶ added in v1.0.0
func (NullableSourceControlManifestsGet200ResponseDataManifestsInnerAppsInnerRelease) MarshalJSON ¶ added in v1.0.0
func (v NullableSourceControlManifestsGet200ResponseDataManifestsInnerAppsInnerRelease) MarshalJSON() ([]byte, error)
func (*NullableSourceControlManifestsGet200ResponseDataManifestsInnerAppsInnerRelease) Set ¶ added in v1.0.0
func (*NullableSourceControlManifestsGet200ResponseDataManifestsInnerAppsInnerRelease) UnmarshalJSON ¶ added in v1.0.0
func (v *NullableSourceControlManifestsGet200ResponseDataManifestsInnerAppsInnerRelease) UnmarshalJSON(src []byte) error
type NullableSourceControlManifestsManifestNameAppsAppUuidPutRequest ¶ added in v1.0.0
type NullableSourceControlManifestsManifestNameAppsAppUuidPutRequest struct {
// contains filtered or unexported fields
}
func NewNullableSourceControlManifestsManifestNameAppsAppUuidPutRequest ¶ added in v1.0.0
func NewNullableSourceControlManifestsManifestNameAppsAppUuidPutRequest(val *SourceControlManifestsManifestNameAppsAppUuidPutRequest) *NullableSourceControlManifestsManifestNameAppsAppUuidPutRequest
func (NullableSourceControlManifestsManifestNameAppsAppUuidPutRequest) IsSet ¶ added in v1.0.0
func (v NullableSourceControlManifestsManifestNameAppsAppUuidPutRequest) IsSet() bool
func (NullableSourceControlManifestsManifestNameAppsAppUuidPutRequest) MarshalJSON ¶ added in v1.0.0
func (v NullableSourceControlManifestsManifestNameAppsAppUuidPutRequest) MarshalJSON() ([]byte, error)
func (*NullableSourceControlManifestsManifestNameAppsAppUuidPutRequest) UnmarshalJSON ¶ added in v1.0.0
func (v *NullableSourceControlManifestsManifestNameAppsAppUuidPutRequest) UnmarshalJSON(src []byte) error
func (*NullableSourceControlManifestsManifestNameAppsAppUuidPutRequest) Unset ¶ added in v1.0.0
func (v *NullableSourceControlManifestsManifestNameAppsAppUuidPutRequest) Unset()
type NullableSourceControlManifestsManifestNameAppsAppUuidPutRequestRelease ¶ added in v1.0.0
type NullableSourceControlManifestsManifestNameAppsAppUuidPutRequestRelease struct {
// contains filtered or unexported fields
}
func NewNullableSourceControlManifestsManifestNameAppsAppUuidPutRequestRelease ¶ added in v1.0.0
func NewNullableSourceControlManifestsManifestNameAppsAppUuidPutRequestRelease(val *SourceControlManifestsManifestNameAppsAppUuidPutRequestRelease) *NullableSourceControlManifestsManifestNameAppsAppUuidPutRequestRelease
func (NullableSourceControlManifestsManifestNameAppsAppUuidPutRequestRelease) Get ¶ added in v1.0.0
func (NullableSourceControlManifestsManifestNameAppsAppUuidPutRequestRelease) IsSet ¶ added in v1.0.0
func (NullableSourceControlManifestsManifestNameAppsAppUuidPutRequestRelease) MarshalJSON ¶ added in v1.0.0
func (v NullableSourceControlManifestsManifestNameAppsAppUuidPutRequestRelease) MarshalJSON() ([]byte, error)
func (*NullableSourceControlManifestsManifestNameAppsAppUuidPutRequestRelease) Set ¶ added in v1.0.0
func (*NullableSourceControlManifestsManifestNameAppsAppUuidPutRequestRelease) UnmarshalJSON ¶ added in v1.0.0
func (v *NullableSourceControlManifestsManifestNameAppsAppUuidPutRequestRelease) UnmarshalJSON(src []byte) error
func (*NullableSourceControlManifestsManifestNameAppsAppUuidPutRequestRelease) Unset ¶ added in v1.0.0
func (v *NullableSourceControlManifestsManifestNameAppsAppUuidPutRequestRelease) Unset()
type NullableSourceControlManifestsManifestNameDeletePostRequest ¶ added in v1.0.0
type NullableSourceControlManifestsManifestNameDeletePostRequest struct {
// contains filtered or unexported fields
}
func NewNullableSourceControlManifestsManifestNameDeletePostRequest ¶ added in v1.0.0
func NewNullableSourceControlManifestsManifestNameDeletePostRequest(val *SourceControlManifestsManifestNameDeletePostRequest) *NullableSourceControlManifestsManifestNameDeletePostRequest
func (NullableSourceControlManifestsManifestNameDeletePostRequest) IsSet ¶ added in v1.0.0
func (v NullableSourceControlManifestsManifestNameDeletePostRequest) IsSet() bool
func (NullableSourceControlManifestsManifestNameDeletePostRequest) MarshalJSON ¶ added in v1.0.0
func (v NullableSourceControlManifestsManifestNameDeletePostRequest) MarshalJSON() ([]byte, error)
func (*NullableSourceControlManifestsManifestNameDeletePostRequest) UnmarshalJSON ¶ added in v1.0.0
func (v *NullableSourceControlManifestsManifestNameDeletePostRequest) UnmarshalJSON(src []byte) error
func (*NullableSourceControlManifestsManifestNameDeletePostRequest) Unset ¶ added in v1.0.0
func (v *NullableSourceControlManifestsManifestNameDeletePostRequest) Unset()
type NullableSourceControlManifestsManifestNameGet200Response ¶ added in v1.0.0
type NullableSourceControlManifestsManifestNameGet200Response struct {
// contains filtered or unexported fields
}
func NewNullableSourceControlManifestsManifestNameGet200Response ¶ added in v1.0.0
func NewNullableSourceControlManifestsManifestNameGet200Response(val *SourceControlManifestsManifestNameGet200Response) *NullableSourceControlManifestsManifestNameGet200Response
func (NullableSourceControlManifestsManifestNameGet200Response) IsSet ¶ added in v1.0.0
func (v NullableSourceControlManifestsManifestNameGet200Response) IsSet() bool
func (NullableSourceControlManifestsManifestNameGet200Response) MarshalJSON ¶ added in v1.0.0
func (v NullableSourceControlManifestsManifestNameGet200Response) MarshalJSON() ([]byte, error)
func (*NullableSourceControlManifestsManifestNameGet200Response) UnmarshalJSON ¶ added in v1.0.0
func (v *NullableSourceControlManifestsManifestNameGet200Response) UnmarshalJSON(src []byte) error
func (*NullableSourceControlManifestsManifestNameGet200Response) Unset ¶ added in v1.0.0
func (v *NullableSourceControlManifestsManifestNameGet200Response) Unset()
type NullableSourceControlManifestsManifestNameGet200ResponseData ¶ added in v1.0.0
type NullableSourceControlManifestsManifestNameGet200ResponseData struct {
// contains filtered or unexported fields
}
func NewNullableSourceControlManifestsManifestNameGet200ResponseData ¶ added in v1.0.0
func NewNullableSourceControlManifestsManifestNameGet200ResponseData(val *SourceControlManifestsManifestNameGet200ResponseData) *NullableSourceControlManifestsManifestNameGet200ResponseData
func (NullableSourceControlManifestsManifestNameGet200ResponseData) IsSet ¶ added in v1.0.0
func (v NullableSourceControlManifestsManifestNameGet200ResponseData) IsSet() bool
func (NullableSourceControlManifestsManifestNameGet200ResponseData) MarshalJSON ¶ added in v1.0.0
func (v NullableSourceControlManifestsManifestNameGet200ResponseData) MarshalJSON() ([]byte, error)
func (*NullableSourceControlManifestsManifestNameGet200ResponseData) UnmarshalJSON ¶ added in v1.0.0
func (v *NullableSourceControlManifestsManifestNameGet200ResponseData) UnmarshalJSON(src []byte) error
func (*NullableSourceControlManifestsManifestNameGet200ResponseData) Unset ¶ added in v1.0.0
func (v *NullableSourceControlManifestsManifestNameGet200ResponseData) Unset()
type NullableSourceControlManifestsManifestNameGet200ResponseDataManifest ¶ added in v1.0.0
type NullableSourceControlManifestsManifestNameGet200ResponseDataManifest struct {
// contains filtered or unexported fields
}
func NewNullableSourceControlManifestsManifestNameGet200ResponseDataManifest ¶ added in v1.0.0
func NewNullableSourceControlManifestsManifestNameGet200ResponseDataManifest(val *SourceControlManifestsManifestNameGet200ResponseDataManifest) *NullableSourceControlManifestsManifestNameGet200ResponseDataManifest
func (NullableSourceControlManifestsManifestNameGet200ResponseDataManifest) IsSet ¶ added in v1.0.0
func (v NullableSourceControlManifestsManifestNameGet200ResponseDataManifest) IsSet() bool
func (NullableSourceControlManifestsManifestNameGet200ResponseDataManifest) MarshalJSON ¶ added in v1.0.0
func (v NullableSourceControlManifestsManifestNameGet200ResponseDataManifest) MarshalJSON() ([]byte, error)
func (*NullableSourceControlManifestsManifestNameGet200ResponseDataManifest) UnmarshalJSON ¶ added in v1.0.0
func (v *NullableSourceControlManifestsManifestNameGet200ResponseDataManifest) UnmarshalJSON(src []byte) error
func (*NullableSourceControlManifestsManifestNameGet200ResponseDataManifest) Unset ¶ added in v1.0.0
func (v *NullableSourceControlManifestsManifestNameGet200ResponseDataManifest) Unset()
type NullableSourceControlManifestsManifestNamePut200Response ¶ added in v1.0.0
type NullableSourceControlManifestsManifestNamePut200Response struct {
// contains filtered or unexported fields
}
func NewNullableSourceControlManifestsManifestNamePut200Response ¶ added in v1.0.0
func NewNullableSourceControlManifestsManifestNamePut200Response(val *SourceControlManifestsManifestNamePut200Response) *NullableSourceControlManifestsManifestNamePut200Response
func (NullableSourceControlManifestsManifestNamePut200Response) IsSet ¶ added in v1.0.0
func (v NullableSourceControlManifestsManifestNamePut200Response) IsSet() bool
func (NullableSourceControlManifestsManifestNamePut200Response) MarshalJSON ¶ added in v1.0.0
func (v NullableSourceControlManifestsManifestNamePut200Response) MarshalJSON() ([]byte, error)
func (*NullableSourceControlManifestsManifestNamePut200Response) UnmarshalJSON ¶ added in v1.0.0
func (v *NullableSourceControlManifestsManifestNamePut200Response) UnmarshalJSON(src []byte) error
func (*NullableSourceControlManifestsManifestNamePut200Response) Unset ¶ added in v1.0.0
func (v *NullableSourceControlManifestsManifestNamePut200Response) Unset()
type NullableSourceControlManifestsManifestNamePut200ResponseData ¶ added in v1.0.0
type NullableSourceControlManifestsManifestNamePut200ResponseData struct {
// contains filtered or unexported fields
}
func NewNullableSourceControlManifestsManifestNamePut200ResponseData ¶ added in v1.0.0
func NewNullableSourceControlManifestsManifestNamePut200ResponseData(val *SourceControlManifestsManifestNamePut200ResponseData) *NullableSourceControlManifestsManifestNamePut200ResponseData
func (NullableSourceControlManifestsManifestNamePut200ResponseData) IsSet ¶ added in v1.0.0
func (v NullableSourceControlManifestsManifestNamePut200ResponseData) IsSet() bool
func (NullableSourceControlManifestsManifestNamePut200ResponseData) MarshalJSON ¶ added in v1.0.0
func (v NullableSourceControlManifestsManifestNamePut200ResponseData) MarshalJSON() ([]byte, error)
func (*NullableSourceControlManifestsManifestNamePut200ResponseData) UnmarshalJSON ¶ added in v1.0.0
func (v *NullableSourceControlManifestsManifestNamePut200ResponseData) UnmarshalJSON(src []byte) error
func (*NullableSourceControlManifestsManifestNamePut200ResponseData) Unset ¶ added in v1.0.0
func (v *NullableSourceControlManifestsManifestNamePut200ResponseData) Unset()
type NullableSourceControlManifestsManifestNamePutRequest ¶ added in v1.0.0
type NullableSourceControlManifestsManifestNamePutRequest struct {
// contains filtered or unexported fields
}
func NewNullableSourceControlManifestsManifestNamePutRequest ¶ added in v1.0.0
func NewNullableSourceControlManifestsManifestNamePutRequest(val *SourceControlManifestsManifestNamePutRequest) *NullableSourceControlManifestsManifestNamePutRequest
func (NullableSourceControlManifestsManifestNamePutRequest) IsSet ¶ added in v1.0.0
func (v NullableSourceControlManifestsManifestNamePutRequest) IsSet() bool
func (NullableSourceControlManifestsManifestNamePutRequest) MarshalJSON ¶ added in v1.0.0
func (v NullableSourceControlManifestsManifestNamePutRequest) MarshalJSON() ([]byte, error)
func (*NullableSourceControlManifestsManifestNamePutRequest) UnmarshalJSON ¶ added in v1.0.0
func (v *NullableSourceControlManifestsManifestNamePutRequest) UnmarshalJSON(src []byte) error
func (*NullableSourceControlManifestsManifestNamePutRequest) Unset ¶ added in v1.0.0
func (v *NullableSourceControlManifestsManifestNamePutRequest) Unset()
type NullableSourceControlManifestsManifestNamePutRequestManifest ¶ added in v1.0.0
type NullableSourceControlManifestsManifestNamePutRequestManifest struct {
// contains filtered or unexported fields
}
func NewNullableSourceControlManifestsManifestNamePutRequestManifest ¶ added in v1.0.0
func NewNullableSourceControlManifestsManifestNamePutRequestManifest(val *SourceControlManifestsManifestNamePutRequestManifest) *NullableSourceControlManifestsManifestNamePutRequestManifest
func (NullableSourceControlManifestsManifestNamePutRequestManifest) IsSet ¶ added in v1.0.0
func (v NullableSourceControlManifestsManifestNamePutRequestManifest) IsSet() bool
func (NullableSourceControlManifestsManifestNamePutRequestManifest) MarshalJSON ¶ added in v1.0.0
func (v NullableSourceControlManifestsManifestNamePutRequestManifest) MarshalJSON() ([]byte, error)
func (*NullableSourceControlManifestsManifestNamePutRequestManifest) UnmarshalJSON ¶ added in v1.0.0
func (v *NullableSourceControlManifestsManifestNamePutRequestManifest) UnmarshalJSON(src []byte) error
func (*NullableSourceControlManifestsManifestNamePutRequestManifest) Unset ¶ added in v1.0.0
func (v *NullableSourceControlManifestsManifestNamePutRequestManifest) Unset()
type NullableSourceControlReleasesAppsAppUuidGet200Response ¶ added in v1.0.0
type NullableSourceControlReleasesAppsAppUuidGet200Response struct {
// contains filtered or unexported fields
}
func NewNullableSourceControlReleasesAppsAppUuidGet200Response ¶ added in v1.0.0
func NewNullableSourceControlReleasesAppsAppUuidGet200Response(val *SourceControlReleasesAppsAppUuidGet200Response) *NullableSourceControlReleasesAppsAppUuidGet200Response
func (NullableSourceControlReleasesAppsAppUuidGet200Response) IsSet ¶ added in v1.0.0
func (v NullableSourceControlReleasesAppsAppUuidGet200Response) IsSet() bool
func (NullableSourceControlReleasesAppsAppUuidGet200Response) MarshalJSON ¶ added in v1.0.0
func (v NullableSourceControlReleasesAppsAppUuidGet200Response) MarshalJSON() ([]byte, error)
func (*NullableSourceControlReleasesAppsAppUuidGet200Response) UnmarshalJSON ¶ added in v1.0.0
func (v *NullableSourceControlReleasesAppsAppUuidGet200Response) UnmarshalJSON(src []byte) error
func (*NullableSourceControlReleasesAppsAppUuidGet200Response) Unset ¶ added in v1.0.0
func (v *NullableSourceControlReleasesAppsAppUuidGet200Response) Unset()
type NullableSourceControlReleasesAppsAppUuidGet200ResponseDataInner ¶ added in v1.0.0
type NullableSourceControlReleasesAppsAppUuidGet200ResponseDataInner struct {
// contains filtered or unexported fields
}
func NewNullableSourceControlReleasesAppsAppUuidGet200ResponseDataInner ¶ added in v1.0.0
func NewNullableSourceControlReleasesAppsAppUuidGet200ResponseDataInner(val *SourceControlReleasesAppsAppUuidGet200ResponseDataInner) *NullableSourceControlReleasesAppsAppUuidGet200ResponseDataInner
func (NullableSourceControlReleasesAppsAppUuidGet200ResponseDataInner) IsSet ¶ added in v1.0.0
func (v NullableSourceControlReleasesAppsAppUuidGet200ResponseDataInner) IsSet() bool
func (NullableSourceControlReleasesAppsAppUuidGet200ResponseDataInner) MarshalJSON ¶ added in v1.0.0
func (v NullableSourceControlReleasesAppsAppUuidGet200ResponseDataInner) MarshalJSON() ([]byte, error)
func (*NullableSourceControlReleasesAppsAppUuidGet200ResponseDataInner) UnmarshalJSON ¶ added in v1.0.0
func (v *NullableSourceControlReleasesAppsAppUuidGet200ResponseDataInner) UnmarshalJSON(src []byte) error
func (*NullableSourceControlReleasesAppsAppUuidGet200ResponseDataInner) Unset ¶ added in v1.0.0
func (v *NullableSourceControlReleasesAppsAppUuidGet200ResponseDataInner) Unset()
type NullableSourceControlReleasesAppsAppUuidPostRequest ¶ added in v1.0.0
type NullableSourceControlReleasesAppsAppUuidPostRequest struct {
// contains filtered or unexported fields
}
func NewNullableSourceControlReleasesAppsAppUuidPostRequest ¶ added in v1.0.0
func NewNullableSourceControlReleasesAppsAppUuidPostRequest(val *SourceControlReleasesAppsAppUuidPostRequest) *NullableSourceControlReleasesAppsAppUuidPostRequest
func (NullableSourceControlReleasesAppsAppUuidPostRequest) IsSet ¶ added in v1.0.0
func (v NullableSourceControlReleasesAppsAppUuidPostRequest) IsSet() bool
func (NullableSourceControlReleasesAppsAppUuidPostRequest) MarshalJSON ¶ added in v1.0.0
func (v NullableSourceControlReleasesAppsAppUuidPostRequest) MarshalJSON() ([]byte, error)
func (*NullableSourceControlReleasesAppsAppUuidPostRequest) UnmarshalJSON ¶ added in v1.0.0
func (v *NullableSourceControlReleasesAppsAppUuidPostRequest) UnmarshalJSON(src []byte) error
func (*NullableSourceControlReleasesAppsAppUuidPostRequest) Unset ¶ added in v1.0.0
func (v *NullableSourceControlReleasesAppsAppUuidPostRequest) Unset()
type NullableSourceControlSettings ¶
type NullableSourceControlSettings struct {
// contains filtered or unexported fields
}
func NewNullableSourceControlSettings ¶
func NewNullableSourceControlSettings(val *SourceControlSettings) *NullableSourceControlSettings
func (NullableSourceControlSettings) Get ¶
func (v NullableSourceControlSettings) Get() *SourceControlSettings
func (NullableSourceControlSettings) IsSet ¶
func (v NullableSourceControlSettings) IsSet() bool
func (NullableSourceControlSettings) MarshalJSON ¶
func (v NullableSourceControlSettings) MarshalJSON() ([]byte, error)
func (*NullableSourceControlSettings) Set ¶
func (v *NullableSourceControlSettings) Set(val *SourceControlSettings)
func (*NullableSourceControlSettings) UnmarshalJSON ¶
func (v *NullableSourceControlSettings) UnmarshalJSON(src []byte) error
func (*NullableSourceControlSettings) Unset ¶
func (v *NullableSourceControlSettings) Unset()
type NullableSourceControlSettingsGet200Response ¶
type NullableSourceControlSettingsGet200Response struct {
// contains filtered or unexported fields
}
func NewNullableSourceControlSettingsGet200Response ¶
func NewNullableSourceControlSettingsGet200Response(val *SourceControlSettingsGet200Response) *NullableSourceControlSettingsGet200Response
func (NullableSourceControlSettingsGet200Response) IsSet ¶
func (v NullableSourceControlSettingsGet200Response) IsSet() bool
func (NullableSourceControlSettingsGet200Response) MarshalJSON ¶
func (v NullableSourceControlSettingsGet200Response) MarshalJSON() ([]byte, error)
func (*NullableSourceControlSettingsGet200Response) Set ¶
func (v *NullableSourceControlSettingsGet200Response) Set(val *SourceControlSettingsGet200Response)
func (*NullableSourceControlSettingsGet200Response) UnmarshalJSON ¶
func (v *NullableSourceControlSettingsGet200Response) UnmarshalJSON(src []byte) error
func (*NullableSourceControlSettingsGet200Response) Unset ¶
func (v *NullableSourceControlSettingsGet200Response) Unset()
type NullableSourceControlSettingsGet200ResponseData ¶
type NullableSourceControlSettingsGet200ResponseData struct {
// contains filtered or unexported fields
}
func NewNullableSourceControlSettingsGet200ResponseData ¶
func NewNullableSourceControlSettingsGet200ResponseData(val *SourceControlSettingsGet200ResponseData) *NullableSourceControlSettingsGet200ResponseData
func (NullableSourceControlSettingsGet200ResponseData) IsSet ¶
func (v NullableSourceControlSettingsGet200ResponseData) IsSet() bool
func (NullableSourceControlSettingsGet200ResponseData) MarshalJSON ¶
func (v NullableSourceControlSettingsGet200ResponseData) MarshalJSON() ([]byte, error)
func (*NullableSourceControlSettingsGet200ResponseData) UnmarshalJSON ¶
func (v *NullableSourceControlSettingsGet200ResponseData) UnmarshalJSON(src []byte) error
func (*NullableSourceControlSettingsGet200ResponseData) Unset ¶
func (v *NullableSourceControlSettingsGet200ResponseData) Unset()
type NullableSourceControlSettingsPut200Response ¶
type NullableSourceControlSettingsPut200Response struct {
// contains filtered or unexported fields
}
func NewNullableSourceControlSettingsPut200Response ¶
func NewNullableSourceControlSettingsPut200Response(val *SourceControlSettingsPut200Response) *NullableSourceControlSettingsPut200Response
func (NullableSourceControlSettingsPut200Response) IsSet ¶
func (v NullableSourceControlSettingsPut200Response) IsSet() bool
func (NullableSourceControlSettingsPut200Response) MarshalJSON ¶
func (v NullableSourceControlSettingsPut200Response) MarshalJSON() ([]byte, error)
func (*NullableSourceControlSettingsPut200Response) Set ¶
func (v *NullableSourceControlSettingsPut200Response) Set(val *SourceControlSettingsPut200Response)
func (*NullableSourceControlSettingsPut200Response) UnmarshalJSON ¶
func (v *NullableSourceControlSettingsPut200Response) UnmarshalJSON(src []byte) error
func (*NullableSourceControlSettingsPut200Response) Unset ¶
func (v *NullableSourceControlSettingsPut200Response) Unset()
type NullableSourceControlSettingsPut200ResponseData ¶
type NullableSourceControlSettingsPut200ResponseData struct {
// contains filtered or unexported fields
}
func NewNullableSourceControlSettingsPut200ResponseData ¶
func NewNullableSourceControlSettingsPut200ResponseData(val *SourceControlSettingsPut200ResponseData) *NullableSourceControlSettingsPut200ResponseData
func (NullableSourceControlSettingsPut200ResponseData) IsSet ¶
func (v NullableSourceControlSettingsPut200ResponseData) IsSet() bool
func (NullableSourceControlSettingsPut200ResponseData) MarshalJSON ¶
func (v NullableSourceControlSettingsPut200ResponseData) MarshalJSON() ([]byte, error)
func (*NullableSourceControlSettingsPut200ResponseData) UnmarshalJSON ¶
func (v *NullableSourceControlSettingsPut200ResponseData) UnmarshalJSON(src []byte) error
func (*NullableSourceControlSettingsPut200ResponseData) Unset ¶
func (v *NullableSourceControlSettingsPut200ResponseData) Unset()
type NullableSourceControlSettingsPutRequest ¶
type NullableSourceControlSettingsPutRequest struct {
// contains filtered or unexported fields
}
func NewNullableSourceControlSettingsPutRequest ¶
func NewNullableSourceControlSettingsPutRequest(val *SourceControlSettingsPutRequest) *NullableSourceControlSettingsPutRequest
func (NullableSourceControlSettingsPutRequest) IsSet ¶
func (v NullableSourceControlSettingsPutRequest) IsSet() bool
func (NullableSourceControlSettingsPutRequest) MarshalJSON ¶
func (v NullableSourceControlSettingsPutRequest) MarshalJSON() ([]byte, error)
func (*NullableSourceControlSettingsPutRequest) Set ¶
func (v *NullableSourceControlSettingsPutRequest) Set(val *SourceControlSettingsPutRequest)
func (*NullableSourceControlSettingsPutRequest) UnmarshalJSON ¶
func (v *NullableSourceControlSettingsPutRequest) UnmarshalJSON(src []byte) error
func (*NullableSourceControlSettingsPutRequest) Unset ¶
func (v *NullableSourceControlSettingsPutRequest) Unset()
type NullableSourceControlSettingsPutRequestSettings ¶
type NullableSourceControlSettingsPutRequestSettings struct {
// contains filtered or unexported fields
}
func NewNullableSourceControlSettingsPutRequestSettings ¶
func NewNullableSourceControlSettingsPutRequestSettings(val *SourceControlSettingsPutRequestSettings) *NullableSourceControlSettingsPutRequestSettings
func (NullableSourceControlSettingsPutRequestSettings) IsSet ¶
func (v NullableSourceControlSettingsPutRequestSettings) IsSet() bool
func (NullableSourceControlSettingsPutRequestSettings) MarshalJSON ¶
func (v NullableSourceControlSettingsPutRequestSettings) MarshalJSON() ([]byte, error)
func (*NullableSourceControlSettingsPutRequestSettings) UnmarshalJSON ¶
func (v *NullableSourceControlSettingsPutRequestSettings) UnmarshalJSON(src []byte) error
func (*NullableSourceControlSettingsPutRequestSettings) Unset ¶
func (v *NullableSourceControlSettingsPutRequestSettings) Unset()
type NullableSourceControlTestConnectionGet200Response ¶
type NullableSourceControlTestConnectionGet200Response struct {
// contains filtered or unexported fields
}
func NewNullableSourceControlTestConnectionGet200Response ¶
func NewNullableSourceControlTestConnectionGet200Response(val *SourceControlTestConnectionGet200Response) *NullableSourceControlTestConnectionGet200Response
func (NullableSourceControlTestConnectionGet200Response) IsSet ¶
func (v NullableSourceControlTestConnectionGet200Response) IsSet() bool
func (NullableSourceControlTestConnectionGet200Response) MarshalJSON ¶
func (v NullableSourceControlTestConnectionGet200Response) MarshalJSON() ([]byte, error)
func (*NullableSourceControlTestConnectionGet200Response) UnmarshalJSON ¶
func (v *NullableSourceControlTestConnectionGet200Response) UnmarshalJSON(src []byte) error
func (*NullableSourceControlTestConnectionGet200Response) Unset ¶
func (v *NullableSourceControlTestConnectionGet200Response) Unset()
type NullableSourceControlTestConnectionGet200ResponseData ¶
type NullableSourceControlTestConnectionGet200ResponseData struct {
// contains filtered or unexported fields
}
func NewNullableSourceControlTestConnectionGet200ResponseData ¶
func NewNullableSourceControlTestConnectionGet200ResponseData(val *SourceControlTestConnectionGet200ResponseData) *NullableSourceControlTestConnectionGet200ResponseData
func (NullableSourceControlTestConnectionGet200ResponseData) IsSet ¶
func (v NullableSourceControlTestConnectionGet200ResponseData) IsSet() bool
func (NullableSourceControlTestConnectionGet200ResponseData) MarshalJSON ¶
func (v NullableSourceControlTestConnectionGet200ResponseData) MarshalJSON() ([]byte, error)
func (*NullableSourceControlTestConnectionGet200ResponseData) UnmarshalJSON ¶
func (v *NullableSourceControlTestConnectionGet200ResponseData) UnmarshalJSON(src []byte) error
func (*NullableSourceControlTestConnectionGet200ResponseData) Unset ¶
func (v *NullableSourceControlTestConnectionGet200ResponseData) Unset()
type NullableSourceControlTestConnectionGet200ResponseDataAnyOf ¶
type NullableSourceControlTestConnectionGet200ResponseDataAnyOf struct {
// contains filtered or unexported fields
}
func NewNullableSourceControlTestConnectionGet200ResponseDataAnyOf ¶
func NewNullableSourceControlTestConnectionGet200ResponseDataAnyOf(val *SourceControlTestConnectionGet200ResponseDataAnyOf) *NullableSourceControlTestConnectionGet200ResponseDataAnyOf
func (NullableSourceControlTestConnectionGet200ResponseDataAnyOf) IsSet ¶
func (v NullableSourceControlTestConnectionGet200ResponseDataAnyOf) IsSet() bool
func (NullableSourceControlTestConnectionGet200ResponseDataAnyOf) MarshalJSON ¶
func (v NullableSourceControlTestConnectionGet200ResponseDataAnyOf) MarshalJSON() ([]byte, error)
func (*NullableSourceControlTestConnectionGet200ResponseDataAnyOf) UnmarshalJSON ¶
func (v *NullableSourceControlTestConnectionGet200ResponseDataAnyOf) UnmarshalJSON(src []byte) error
func (*NullableSourceControlTestConnectionGet200ResponseDataAnyOf) Unset ¶
func (v *NullableSourceControlTestConnectionGet200ResponseDataAnyOf) Unset()
type NullableSourceControlTestConnectionGet200ResponseDataAnyOf1 ¶
type NullableSourceControlTestConnectionGet200ResponseDataAnyOf1 struct {
// contains filtered or unexported fields
}
func NewNullableSourceControlTestConnectionGet200ResponseDataAnyOf1 ¶
func NewNullableSourceControlTestConnectionGet200ResponseDataAnyOf1(val *SourceControlTestConnectionGet200ResponseDataAnyOf1) *NullableSourceControlTestConnectionGet200ResponseDataAnyOf1
func (NullableSourceControlTestConnectionGet200ResponseDataAnyOf1) IsSet ¶
func (v NullableSourceControlTestConnectionGet200ResponseDataAnyOf1) IsSet() bool
func (NullableSourceControlTestConnectionGet200ResponseDataAnyOf1) MarshalJSON ¶
func (v NullableSourceControlTestConnectionGet200ResponseDataAnyOf1) MarshalJSON() ([]byte, error)
func (*NullableSourceControlTestConnectionGet200ResponseDataAnyOf1) UnmarshalJSON ¶
func (v *NullableSourceControlTestConnectionGet200ResponseDataAnyOf1) UnmarshalJSON(src []byte) error
func (*NullableSourceControlTestConnectionGet200ResponseDataAnyOf1) Unset ¶
func (v *NullableSourceControlTestConnectionGet200ResponseDataAnyOf1) Unset()
type NullableSourceControlTestDeployPost200Response ¶
type NullableSourceControlTestDeployPost200Response struct {
// contains filtered or unexported fields
}
func NewNullableSourceControlTestDeployPost200Response ¶
func NewNullableSourceControlTestDeployPost200Response(val *SourceControlTestDeployPost200Response) *NullableSourceControlTestDeployPost200Response
func (NullableSourceControlTestDeployPost200Response) IsSet ¶
func (v NullableSourceControlTestDeployPost200Response) IsSet() bool
func (NullableSourceControlTestDeployPost200Response) MarshalJSON ¶
func (v NullableSourceControlTestDeployPost200Response) MarshalJSON() ([]byte, error)
func (*NullableSourceControlTestDeployPost200Response) Set ¶
func (v *NullableSourceControlTestDeployPost200Response) Set(val *SourceControlTestDeployPost200Response)
func (*NullableSourceControlTestDeployPost200Response) UnmarshalJSON ¶
func (v *NullableSourceControlTestDeployPost200Response) UnmarshalJSON(src []byte) error
func (*NullableSourceControlTestDeployPost200Response) Unset ¶
func (v *NullableSourceControlTestDeployPost200Response) Unset()
type NullableSourceControlTestDeployPost200ResponseData ¶
type NullableSourceControlTestDeployPost200ResponseData struct {
// contains filtered or unexported fields
}
func NewNullableSourceControlTestDeployPost200ResponseData ¶
func NewNullableSourceControlTestDeployPost200ResponseData(val *SourceControlTestDeployPost200ResponseData) *NullableSourceControlTestDeployPost200ResponseData
func (NullableSourceControlTestDeployPost200ResponseData) IsSet ¶
func (v NullableSourceControlTestDeployPost200ResponseData) IsSet() bool
func (NullableSourceControlTestDeployPost200ResponseData) MarshalJSON ¶
func (v NullableSourceControlTestDeployPost200ResponseData) MarshalJSON() ([]byte, error)
func (*NullableSourceControlTestDeployPost200ResponseData) UnmarshalJSON ¶
func (v *NullableSourceControlTestDeployPost200ResponseData) UnmarshalJSON(src []byte) error
func (*NullableSourceControlTestDeployPost200ResponseData) Unset ¶
func (v *NullableSourceControlTestDeployPost200ResponseData) Unset()
type NullableSourceControlTestDeployPost200ResponseDataAnyOf ¶
type NullableSourceControlTestDeployPost200ResponseDataAnyOf struct {
// contains filtered or unexported fields
}
func NewNullableSourceControlTestDeployPost200ResponseDataAnyOf ¶
func NewNullableSourceControlTestDeployPost200ResponseDataAnyOf(val *SourceControlTestDeployPost200ResponseDataAnyOf) *NullableSourceControlTestDeployPost200ResponseDataAnyOf
func (NullableSourceControlTestDeployPost200ResponseDataAnyOf) IsSet ¶
func (v NullableSourceControlTestDeployPost200ResponseDataAnyOf) IsSet() bool
func (NullableSourceControlTestDeployPost200ResponseDataAnyOf) MarshalJSON ¶
func (v NullableSourceControlTestDeployPost200ResponseDataAnyOf) MarshalJSON() ([]byte, error)
func (*NullableSourceControlTestDeployPost200ResponseDataAnyOf) UnmarshalJSON ¶
func (v *NullableSourceControlTestDeployPost200ResponseDataAnyOf) UnmarshalJSON(src []byte) error
func (*NullableSourceControlTestDeployPost200ResponseDataAnyOf) Unset ¶
func (v *NullableSourceControlTestDeployPost200ResponseDataAnyOf) Unset()
type NullableSourceControlTestDeployPost200ResponseDataAnyOf1 ¶
type NullableSourceControlTestDeployPost200ResponseDataAnyOf1 struct {
// contains filtered or unexported fields
}
func NewNullableSourceControlTestDeployPost200ResponseDataAnyOf1 ¶
func NewNullableSourceControlTestDeployPost200ResponseDataAnyOf1(val *SourceControlTestDeployPost200ResponseDataAnyOf1) *NullableSourceControlTestDeployPost200ResponseDataAnyOf1
func (NullableSourceControlTestDeployPost200ResponseDataAnyOf1) IsSet ¶
func (v NullableSourceControlTestDeployPost200ResponseDataAnyOf1) IsSet() bool
func (NullableSourceControlTestDeployPost200ResponseDataAnyOf1) MarshalJSON ¶
func (v NullableSourceControlTestDeployPost200ResponseDataAnyOf1) MarshalJSON() ([]byte, error)
func (*NullableSourceControlTestDeployPost200ResponseDataAnyOf1) UnmarshalJSON ¶
func (v *NullableSourceControlTestDeployPost200ResponseDataAnyOf1) UnmarshalJSON(src []byte) error
func (*NullableSourceControlTestDeployPost200ResponseDataAnyOf1) Unset ¶
func (v *NullableSourceControlTestDeployPost200ResponseDataAnyOf1) Unset()
type NullableSourceControlTestDeployPostRequest ¶
type NullableSourceControlTestDeployPostRequest struct {
// contains filtered or unexported fields
}
func NewNullableSourceControlTestDeployPostRequest ¶
func NewNullableSourceControlTestDeployPostRequest(val *SourceControlTestDeployPostRequest) *NullableSourceControlTestDeployPostRequest
func (NullableSourceControlTestDeployPostRequest) IsSet ¶
func (v NullableSourceControlTestDeployPostRequest) IsSet() bool
func (NullableSourceControlTestDeployPostRequest) MarshalJSON ¶
func (v NullableSourceControlTestDeployPostRequest) MarshalJSON() ([]byte, error)
func (*NullableSourceControlTestDeployPostRequest) Set ¶
func (v *NullableSourceControlTestDeployPostRequest) Set(val *SourceControlTestDeployPostRequest)
func (*NullableSourceControlTestDeployPostRequest) UnmarshalJSON ¶
func (v *NullableSourceControlTestDeployPostRequest) UnmarshalJSON(src []byte) error
func (*NullableSourceControlTestDeployPostRequest) Unset ¶
func (v *NullableSourceControlTestDeployPostRequest) Unset()
type NullableSourceControlTestDeployPostRequestDeployParams ¶
type NullableSourceControlTestDeployPostRequestDeployParams struct {
// contains filtered or unexported fields
}
func NewNullableSourceControlTestDeployPostRequestDeployParams ¶
func NewNullableSourceControlTestDeployPostRequestDeployParams(val *SourceControlTestDeployPostRequestDeployParams) *NullableSourceControlTestDeployPostRequestDeployParams
func (NullableSourceControlTestDeployPostRequestDeployParams) IsSet ¶
func (v NullableSourceControlTestDeployPostRequestDeployParams) IsSet() bool
func (NullableSourceControlTestDeployPostRequestDeployParams) MarshalJSON ¶
func (v NullableSourceControlTestDeployPostRequestDeployParams) MarshalJSON() ([]byte, error)
func (*NullableSourceControlTestDeployPostRequestDeployParams) UnmarshalJSON ¶
func (v *NullableSourceControlTestDeployPostRequestDeployParams) UnmarshalJSON(src []byte) error
func (*NullableSourceControlTestDeployPostRequestDeployParams) Unset ¶
func (v *NullableSourceControlTestDeployPostRequestDeployParams) Unset()
type NullableSpace ¶
type NullableSpace struct {
// contains filtered or unexported fields
}
func NewNullableSpace ¶
func NewNullableSpace(val *Space) *NullableSpace
func (NullableSpace) Get ¶
func (v NullableSpace) Get() *Space
func (NullableSpace) IsSet ¶
func (v NullableSpace) IsSet() bool
func (NullableSpace) MarshalJSON ¶
func (v NullableSpace) MarshalJSON() ([]byte, error)
func (*NullableSpace) Set ¶
func (v *NullableSpace) Set(val *Space)
func (*NullableSpace) UnmarshalJSON ¶
func (v *NullableSpace) UnmarshalJSON(src []byte) error
func (*NullableSpace) Unset ¶
func (v *NullableSpace) Unset()
type NullableSpacesCopyElementsPost201Response ¶
type NullableSpacesCopyElementsPost201Response struct {
// contains filtered or unexported fields
}
func NewNullableSpacesCopyElementsPost201Response ¶
func NewNullableSpacesCopyElementsPost201Response(val *SpacesCopyElementsPost201Response) *NullableSpacesCopyElementsPost201Response
func (NullableSpacesCopyElementsPost201Response) IsSet ¶
func (v NullableSpacesCopyElementsPost201Response) IsSet() bool
func (NullableSpacesCopyElementsPost201Response) MarshalJSON ¶
func (v NullableSpacesCopyElementsPost201Response) MarshalJSON() ([]byte, error)
func (*NullableSpacesCopyElementsPost201Response) Set ¶
func (v *NullableSpacesCopyElementsPost201Response) Set(val *SpacesCopyElementsPost201Response)
func (*NullableSpacesCopyElementsPost201Response) UnmarshalJSON ¶
func (v *NullableSpacesCopyElementsPost201Response) UnmarshalJSON(src []byte) error
func (*NullableSpacesCopyElementsPost201Response) Unset ¶
func (v *NullableSpacesCopyElementsPost201Response) Unset()
type NullableSpacesCopyElementsPost201ResponseData ¶
type NullableSpacesCopyElementsPost201ResponseData struct {
// contains filtered or unexported fields
}
func NewNullableSpacesCopyElementsPost201ResponseData ¶
func NewNullableSpacesCopyElementsPost201ResponseData(val *SpacesCopyElementsPost201ResponseData) *NullableSpacesCopyElementsPost201ResponseData
func (NullableSpacesCopyElementsPost201ResponseData) IsSet ¶
func (v NullableSpacesCopyElementsPost201ResponseData) IsSet() bool
func (NullableSpacesCopyElementsPost201ResponseData) MarshalJSON ¶
func (v NullableSpacesCopyElementsPost201ResponseData) MarshalJSON() ([]byte, error)
func (*NullableSpacesCopyElementsPost201ResponseData) Set ¶
func (v *NullableSpacesCopyElementsPost201ResponseData) Set(val *SpacesCopyElementsPost201ResponseData)
func (*NullableSpacesCopyElementsPost201ResponseData) UnmarshalJSON ¶
func (v *NullableSpacesCopyElementsPost201ResponseData) UnmarshalJSON(src []byte) error
func (*NullableSpacesCopyElementsPost201ResponseData) Unset ¶
func (v *NullableSpacesCopyElementsPost201ResponseData) Unset()
type NullableSpacesCopyElementsPostRequest ¶
type NullableSpacesCopyElementsPostRequest struct {
// contains filtered or unexported fields
}
func NewNullableSpacesCopyElementsPostRequest ¶
func NewNullableSpacesCopyElementsPostRequest(val *SpacesCopyElementsPostRequest) *NullableSpacesCopyElementsPostRequest
func (NullableSpacesCopyElementsPostRequest) Get ¶
func (v NullableSpacesCopyElementsPostRequest) Get() *SpacesCopyElementsPostRequest
func (NullableSpacesCopyElementsPostRequest) IsSet ¶
func (v NullableSpacesCopyElementsPostRequest) IsSet() bool
func (NullableSpacesCopyElementsPostRequest) MarshalJSON ¶
func (v NullableSpacesCopyElementsPostRequest) MarshalJSON() ([]byte, error)
func (*NullableSpacesCopyElementsPostRequest) Set ¶
func (v *NullableSpacesCopyElementsPostRequest) Set(val *SpacesCopyElementsPostRequest)
func (*NullableSpacesCopyElementsPostRequest) UnmarshalJSON ¶
func (v *NullableSpacesCopyElementsPostRequest) UnmarshalJSON(src []byte) error
func (*NullableSpacesCopyElementsPostRequest) Unset ¶
func (v *NullableSpacesCopyElementsPostRequest) Unset()
type NullableSpacesCopyElementsPostRequestResourceIdsInner ¶
type NullableSpacesCopyElementsPostRequestResourceIdsInner struct {
// contains filtered or unexported fields
}
func NewNullableSpacesCopyElementsPostRequestResourceIdsInner ¶
func NewNullableSpacesCopyElementsPostRequestResourceIdsInner(val *SpacesCopyElementsPostRequestResourceIdsInner) *NullableSpacesCopyElementsPostRequestResourceIdsInner
func (NullableSpacesCopyElementsPostRequestResourceIdsInner) IsSet ¶
func (v NullableSpacesCopyElementsPostRequestResourceIdsInner) IsSet() bool
func (NullableSpacesCopyElementsPostRequestResourceIdsInner) MarshalJSON ¶
func (v NullableSpacesCopyElementsPostRequestResourceIdsInner) MarshalJSON() ([]byte, error)
func (*NullableSpacesCopyElementsPostRequestResourceIdsInner) UnmarshalJSON ¶
func (v *NullableSpacesCopyElementsPostRequestResourceIdsInner) UnmarshalJSON(src []byte) error
func (*NullableSpacesCopyElementsPostRequestResourceIdsInner) Unset ¶
func (v *NullableSpacesCopyElementsPostRequestResourceIdsInner) Unset()
type NullableSpacesGet200Response ¶
type NullableSpacesGet200Response struct {
// contains filtered or unexported fields
}
func NewNullableSpacesGet200Response ¶
func NewNullableSpacesGet200Response(val *SpacesGet200Response) *NullableSpacesGet200Response
func (NullableSpacesGet200Response) Get ¶
func (v NullableSpacesGet200Response) Get() *SpacesGet200Response
func (NullableSpacesGet200Response) IsSet ¶
func (v NullableSpacesGet200Response) IsSet() bool
func (NullableSpacesGet200Response) MarshalJSON ¶
func (v NullableSpacesGet200Response) MarshalJSON() ([]byte, error)
func (*NullableSpacesGet200Response) Set ¶
func (v *NullableSpacesGet200Response) Set(val *SpacesGet200Response)
func (*NullableSpacesGet200Response) UnmarshalJSON ¶
func (v *NullableSpacesGet200Response) UnmarshalJSON(src []byte) error
func (*NullableSpacesGet200Response) Unset ¶
func (v *NullableSpacesGet200Response) Unset()
type NullableSpacesGet200ResponseDataInner ¶
type NullableSpacesGet200ResponseDataInner struct {
// contains filtered or unexported fields
}
func NewNullableSpacesGet200ResponseDataInner ¶
func NewNullableSpacesGet200ResponseDataInner(val *SpacesGet200ResponseDataInner) *NullableSpacesGet200ResponseDataInner
func (NullableSpacesGet200ResponseDataInner) Get ¶
func (v NullableSpacesGet200ResponseDataInner) Get() *SpacesGet200ResponseDataInner
func (NullableSpacesGet200ResponseDataInner) IsSet ¶
func (v NullableSpacesGet200ResponseDataInner) IsSet() bool
func (NullableSpacesGet200ResponseDataInner) MarshalJSON ¶
func (v NullableSpacesGet200ResponseDataInner) MarshalJSON() ([]byte, error)
func (*NullableSpacesGet200ResponseDataInner) Set ¶
func (v *NullableSpacesGet200ResponseDataInner) Set(val *SpacesGet200ResponseDataInner)
func (*NullableSpacesGet200ResponseDataInner) UnmarshalJSON ¶
func (v *NullableSpacesGet200ResponseDataInner) UnmarshalJSON(src []byte) error
func (*NullableSpacesGet200ResponseDataInner) Unset ¶
func (v *NullableSpacesGet200ResponseDataInner) Unset()
type NullableSpacesPost200Response ¶
type NullableSpacesPost200Response struct {
// contains filtered or unexported fields
}
func NewNullableSpacesPost200Response ¶
func NewNullableSpacesPost200Response(val *SpacesPost200Response) *NullableSpacesPost200Response
func (NullableSpacesPost200Response) Get ¶
func (v NullableSpacesPost200Response) Get() *SpacesPost200Response
func (NullableSpacesPost200Response) IsSet ¶
func (v NullableSpacesPost200Response) IsSet() bool
func (NullableSpacesPost200Response) MarshalJSON ¶
func (v NullableSpacesPost200Response) MarshalJSON() ([]byte, error)
func (*NullableSpacesPost200Response) Set ¶
func (v *NullableSpacesPost200Response) Set(val *SpacesPost200Response)
func (*NullableSpacesPost200Response) UnmarshalJSON ¶
func (v *NullableSpacesPost200Response) UnmarshalJSON(src []byte) error
func (*NullableSpacesPost200Response) Unset ¶
func (v *NullableSpacesPost200Response) Unset()
type NullableSpacesPost200ResponseData ¶
type NullableSpacesPost200ResponseData struct {
// contains filtered or unexported fields
}
func NewNullableSpacesPost200ResponseData ¶
func NewNullableSpacesPost200ResponseData(val *SpacesPost200ResponseData) *NullableSpacesPost200ResponseData
func (NullableSpacesPost200ResponseData) Get ¶
func (v NullableSpacesPost200ResponseData) Get() *SpacesPost200ResponseData
func (NullableSpacesPost200ResponseData) IsSet ¶
func (v NullableSpacesPost200ResponseData) IsSet() bool
func (NullableSpacesPost200ResponseData) MarshalJSON ¶
func (v NullableSpacesPost200ResponseData) MarshalJSON() ([]byte, error)
func (*NullableSpacesPost200ResponseData) Set ¶
func (v *NullableSpacesPost200ResponseData) Set(val *SpacesPost200ResponseData)
func (*NullableSpacesPost200ResponseData) UnmarshalJSON ¶
func (v *NullableSpacesPost200ResponseData) UnmarshalJSON(src []byte) error
func (*NullableSpacesPost200ResponseData) Unset ¶
func (v *NullableSpacesPost200ResponseData) Unset()
type NullableSpacesPostRequest ¶
type NullableSpacesPostRequest struct {
// contains filtered or unexported fields
}
func NewNullableSpacesPostRequest ¶
func NewNullableSpacesPostRequest(val *SpacesPostRequest) *NullableSpacesPostRequest
func (NullableSpacesPostRequest) Get ¶
func (v NullableSpacesPostRequest) Get() *SpacesPostRequest
func (NullableSpacesPostRequest) IsSet ¶
func (v NullableSpacesPostRequest) IsSet() bool
func (NullableSpacesPostRequest) MarshalJSON ¶
func (v NullableSpacesPostRequest) MarshalJSON() ([]byte, error)
func (*NullableSpacesPostRequest) Set ¶
func (v *NullableSpacesPostRequest) Set(val *SpacesPostRequest)
func (*NullableSpacesPostRequest) UnmarshalJSON ¶
func (v *NullableSpacesPostRequest) UnmarshalJSON(src []byte) error
func (*NullableSpacesPostRequest) Unset ¶
func (v *NullableSpacesPostRequest) Unset()
type NullableSpacesPostRequestOptions ¶
type NullableSpacesPostRequestOptions struct {
// contains filtered or unexported fields
}
func NewNullableSpacesPostRequestOptions ¶
func NewNullableSpacesPostRequestOptions(val *SpacesPostRequestOptions) *NullableSpacesPostRequestOptions
func (NullableSpacesPostRequestOptions) Get ¶
func (v NullableSpacesPostRequestOptions) Get() *SpacesPostRequestOptions
func (NullableSpacesPostRequestOptions) IsSet ¶
func (v NullableSpacesPostRequestOptions) IsSet() bool
func (NullableSpacesPostRequestOptions) MarshalJSON ¶
func (v NullableSpacesPostRequestOptions) MarshalJSON() ([]byte, error)
func (*NullableSpacesPostRequestOptions) Set ¶
func (v *NullableSpacesPostRequestOptions) Set(val *SpacesPostRequestOptions)
func (*NullableSpacesPostRequestOptions) UnmarshalJSON ¶
func (v *NullableSpacesPostRequestOptions) UnmarshalJSON(src []byte) error
func (*NullableSpacesPostRequestOptions) Unset ¶
func (v *NullableSpacesPostRequestOptions) Unset()
type NullableSpacesSpaceIdGet200Response ¶
type NullableSpacesSpaceIdGet200Response struct {
// contains filtered or unexported fields
}
func NewNullableSpacesSpaceIdGet200Response ¶
func NewNullableSpacesSpaceIdGet200Response(val *SpacesSpaceIdGet200Response) *NullableSpacesSpaceIdGet200Response
func (NullableSpacesSpaceIdGet200Response) Get ¶
func (v NullableSpacesSpaceIdGet200Response) Get() *SpacesSpaceIdGet200Response
func (NullableSpacesSpaceIdGet200Response) IsSet ¶
func (v NullableSpacesSpaceIdGet200Response) IsSet() bool
func (NullableSpacesSpaceIdGet200Response) MarshalJSON ¶
func (v NullableSpacesSpaceIdGet200Response) MarshalJSON() ([]byte, error)
func (*NullableSpacesSpaceIdGet200Response) Set ¶
func (v *NullableSpacesSpaceIdGet200Response) Set(val *SpacesSpaceIdGet200Response)
func (*NullableSpacesSpaceIdGet200Response) UnmarshalJSON ¶
func (v *NullableSpacesSpaceIdGet200Response) UnmarshalJSON(src []byte) error
func (*NullableSpacesSpaceIdGet200Response) Unset ¶
func (v *NullableSpacesSpaceIdGet200Response) Unset()
type NullableSpacesSpaceIdGet200ResponseData ¶
type NullableSpacesSpaceIdGet200ResponseData struct {
// contains filtered or unexported fields
}
func NewNullableSpacesSpaceIdGet200ResponseData ¶
func NewNullableSpacesSpaceIdGet200ResponseData(val *SpacesSpaceIdGet200ResponseData) *NullableSpacesSpaceIdGet200ResponseData
func (NullableSpacesSpaceIdGet200ResponseData) IsSet ¶
func (v NullableSpacesSpaceIdGet200ResponseData) IsSet() bool
func (NullableSpacesSpaceIdGet200ResponseData) MarshalJSON ¶
func (v NullableSpacesSpaceIdGet200ResponseData) MarshalJSON() ([]byte, error)
func (*NullableSpacesSpaceIdGet200ResponseData) Set ¶
func (v *NullableSpacesSpaceIdGet200ResponseData) Set(val *SpacesSpaceIdGet200ResponseData)
func (*NullableSpacesSpaceIdGet200ResponseData) UnmarshalJSON ¶
func (v *NullableSpacesSpaceIdGet200ResponseData) UnmarshalJSON(src []byte) error
func (*NullableSpacesSpaceIdGet200ResponseData) Unset ¶
func (v *NullableSpacesSpaceIdGet200ResponseData) Unset()
type NullableSpacesSpaceIdPut200Response ¶
type NullableSpacesSpaceIdPut200Response struct {
// contains filtered or unexported fields
}
func NewNullableSpacesSpaceIdPut200Response ¶
func NewNullableSpacesSpaceIdPut200Response(val *SpacesSpaceIdPut200Response) *NullableSpacesSpaceIdPut200Response
func (NullableSpacesSpaceIdPut200Response) Get ¶
func (v NullableSpacesSpaceIdPut200Response) Get() *SpacesSpaceIdPut200Response
func (NullableSpacesSpaceIdPut200Response) IsSet ¶
func (v NullableSpacesSpaceIdPut200Response) IsSet() bool
func (NullableSpacesSpaceIdPut200Response) MarshalJSON ¶
func (v NullableSpacesSpaceIdPut200Response) MarshalJSON() ([]byte, error)
func (*NullableSpacesSpaceIdPut200Response) Set ¶
func (v *NullableSpacesSpaceIdPut200Response) Set(val *SpacesSpaceIdPut200Response)
func (*NullableSpacesSpaceIdPut200Response) UnmarshalJSON ¶
func (v *NullableSpacesSpaceIdPut200Response) UnmarshalJSON(src []byte) error
func (*NullableSpacesSpaceIdPut200Response) Unset ¶
func (v *NullableSpacesSpaceIdPut200Response) Unset()
type NullableSpacesSpaceIdPut200ResponseData ¶
type NullableSpacesSpaceIdPut200ResponseData struct {
// contains filtered or unexported fields
}
func NewNullableSpacesSpaceIdPut200ResponseData ¶
func NewNullableSpacesSpaceIdPut200ResponseData(val *SpacesSpaceIdPut200ResponseData) *NullableSpacesSpaceIdPut200ResponseData
func (NullableSpacesSpaceIdPut200ResponseData) IsSet ¶
func (v NullableSpacesSpaceIdPut200ResponseData) IsSet() bool
func (NullableSpacesSpaceIdPut200ResponseData) MarshalJSON ¶
func (v NullableSpacesSpaceIdPut200ResponseData) MarshalJSON() ([]byte, error)
func (*NullableSpacesSpaceIdPut200ResponseData) Set ¶
func (v *NullableSpacesSpaceIdPut200ResponseData) Set(val *SpacesSpaceIdPut200ResponseData)
func (*NullableSpacesSpaceIdPut200ResponseData) UnmarshalJSON ¶
func (v *NullableSpacesSpaceIdPut200ResponseData) UnmarshalJSON(src []byte) error
func (*NullableSpacesSpaceIdPut200ResponseData) Unset ¶
func (v *NullableSpacesSpaceIdPut200ResponseData) Unset()
type NullableSpacesSpaceIdPutRequest ¶
type NullableSpacesSpaceIdPutRequest struct {
// contains filtered or unexported fields
}
func NewNullableSpacesSpaceIdPutRequest ¶
func NewNullableSpacesSpaceIdPutRequest(val *SpacesSpaceIdPutRequest) *NullableSpacesSpaceIdPutRequest
func (NullableSpacesSpaceIdPutRequest) Get ¶
func (v NullableSpacesSpaceIdPutRequest) Get() *SpacesSpaceIdPutRequest
func (NullableSpacesSpaceIdPutRequest) IsSet ¶
func (v NullableSpacesSpaceIdPutRequest) IsSet() bool
func (NullableSpacesSpaceIdPutRequest) MarshalJSON ¶
func (v NullableSpacesSpaceIdPutRequest) MarshalJSON() ([]byte, error)
func (*NullableSpacesSpaceIdPutRequest) Set ¶
func (v *NullableSpacesSpaceIdPutRequest) Set(val *SpacesSpaceIdPutRequest)
func (*NullableSpacesSpaceIdPutRequest) UnmarshalJSON ¶
func (v *NullableSpacesSpaceIdPutRequest) UnmarshalJSON(src []byte) error
func (*NullableSpacesSpaceIdPutRequest) Unset ¶
func (v *NullableSpacesSpaceIdPutRequest) Unset()
type NullableSsoConfigGet200Response ¶
type NullableSsoConfigGet200Response struct {
// contains filtered or unexported fields
}
func NewNullableSsoConfigGet200Response ¶
func NewNullableSsoConfigGet200Response(val *SsoConfigGet200Response) *NullableSsoConfigGet200Response
func (NullableSsoConfigGet200Response) Get ¶
func (v NullableSsoConfigGet200Response) Get() *SsoConfigGet200Response
func (NullableSsoConfigGet200Response) IsSet ¶
func (v NullableSsoConfigGet200Response) IsSet() bool
func (NullableSsoConfigGet200Response) MarshalJSON ¶
func (v NullableSsoConfigGet200Response) MarshalJSON() ([]byte, error)
func (*NullableSsoConfigGet200Response) Set ¶
func (v *NullableSsoConfigGet200Response) Set(val *SsoConfigGet200Response)
func (*NullableSsoConfigGet200Response) UnmarshalJSON ¶
func (v *NullableSsoConfigGet200Response) UnmarshalJSON(src []byte) error
func (*NullableSsoConfigGet200Response) Unset ¶
func (v *NullableSsoConfigGet200Response) Unset()
type NullableSsoConfigGet200ResponseData ¶
type NullableSsoConfigGet200ResponseData struct {
// contains filtered or unexported fields
}
func NewNullableSsoConfigGet200ResponseData ¶
func NewNullableSsoConfigGet200ResponseData(val *SsoConfigGet200ResponseData) *NullableSsoConfigGet200ResponseData
func (NullableSsoConfigGet200ResponseData) Get ¶
func (v NullableSsoConfigGet200ResponseData) Get() *SsoConfigGet200ResponseData
func (NullableSsoConfigGet200ResponseData) IsSet ¶
func (v NullableSsoConfigGet200ResponseData) IsSet() bool
func (NullableSsoConfigGet200ResponseData) MarshalJSON ¶
func (v NullableSsoConfigGet200ResponseData) MarshalJSON() ([]byte, error)
func (*NullableSsoConfigGet200ResponseData) Set ¶
func (v *NullableSsoConfigGet200ResponseData) Set(val *SsoConfigGet200ResponseData)
func (*NullableSsoConfigGet200ResponseData) UnmarshalJSON ¶
func (v *NullableSsoConfigGet200ResponseData) UnmarshalJSON(src []byte) error
func (*NullableSsoConfigGet200ResponseData) Unset ¶
func (v *NullableSsoConfigGet200ResponseData) Unset()
type NullableSsoConfigPost200Response ¶
type NullableSsoConfigPost200Response struct {
// contains filtered or unexported fields
}
func NewNullableSsoConfigPost200Response ¶
func NewNullableSsoConfigPost200Response(val *SsoConfigPost200Response) *NullableSsoConfigPost200Response
func (NullableSsoConfigPost200Response) Get ¶
func (v NullableSsoConfigPost200Response) Get() *SsoConfigPost200Response
func (NullableSsoConfigPost200Response) IsSet ¶
func (v NullableSsoConfigPost200Response) IsSet() bool
func (NullableSsoConfigPost200Response) MarshalJSON ¶
func (v NullableSsoConfigPost200Response) MarshalJSON() ([]byte, error)
func (*NullableSsoConfigPost200Response) Set ¶
func (v *NullableSsoConfigPost200Response) Set(val *SsoConfigPost200Response)
func (*NullableSsoConfigPost200Response) UnmarshalJSON ¶
func (v *NullableSsoConfigPost200Response) UnmarshalJSON(src []byte) error
func (*NullableSsoConfigPost200Response) Unset ¶
func (v *NullableSsoConfigPost200Response) Unset()
type NullableSsoConfigPost200ResponseData ¶
type NullableSsoConfigPost200ResponseData struct {
// contains filtered or unexported fields
}
func NewNullableSsoConfigPost200ResponseData ¶
func NewNullableSsoConfigPost200ResponseData(val *SsoConfigPost200ResponseData) *NullableSsoConfigPost200ResponseData
func (NullableSsoConfigPost200ResponseData) Get ¶
func (v NullableSsoConfigPost200ResponseData) Get() *SsoConfigPost200ResponseData
func (NullableSsoConfigPost200ResponseData) IsSet ¶
func (v NullableSsoConfigPost200ResponseData) IsSet() bool
func (NullableSsoConfigPost200ResponseData) MarshalJSON ¶
func (v NullableSsoConfigPost200ResponseData) MarshalJSON() ([]byte, error)
func (*NullableSsoConfigPost200ResponseData) Set ¶
func (v *NullableSsoConfigPost200ResponseData) Set(val *SsoConfigPost200ResponseData)
func (*NullableSsoConfigPost200ResponseData) UnmarshalJSON ¶
func (v *NullableSsoConfigPost200ResponseData) UnmarshalJSON(src []byte) error
func (*NullableSsoConfigPost200ResponseData) Unset ¶
func (v *NullableSsoConfigPost200ResponseData) Unset()
type NullableSsoConfigPostRequest ¶
type NullableSsoConfigPostRequest struct {
// contains filtered or unexported fields
}
func NewNullableSsoConfigPostRequest ¶
func NewNullableSsoConfigPostRequest(val *SsoConfigPostRequest) *NullableSsoConfigPostRequest
func (NullableSsoConfigPostRequest) Get ¶
func (v NullableSsoConfigPostRequest) Get() *SsoConfigPostRequest
func (NullableSsoConfigPostRequest) IsSet ¶
func (v NullableSsoConfigPostRequest) IsSet() bool
func (NullableSsoConfigPostRequest) MarshalJSON ¶
func (v NullableSsoConfigPostRequest) MarshalJSON() ([]byte, error)
func (*NullableSsoConfigPostRequest) Set ¶
func (v *NullableSsoConfigPostRequest) Set(val *SsoConfigPostRequest)
func (*NullableSsoConfigPostRequest) UnmarshalJSON ¶
func (v *NullableSsoConfigPostRequest) UnmarshalJSON(src []byte) error
func (*NullableSsoConfigPostRequest) Unset ¶
func (v *NullableSsoConfigPostRequest) Unset()
type NullableSsoConfigPostRequestData ¶
type NullableSsoConfigPostRequestData struct {
// contains filtered or unexported fields
}
func NewNullableSsoConfigPostRequestData ¶
func NewNullableSsoConfigPostRequestData(val *SsoConfigPostRequestData) *NullableSsoConfigPostRequestData
func (NullableSsoConfigPostRequestData) Get ¶
func (v NullableSsoConfigPostRequestData) Get() *SsoConfigPostRequestData
func (NullableSsoConfigPostRequestData) IsSet ¶
func (v NullableSsoConfigPostRequestData) IsSet() bool
func (NullableSsoConfigPostRequestData) MarshalJSON ¶
func (v NullableSsoConfigPostRequestData) MarshalJSON() ([]byte, error)
func (*NullableSsoConfigPostRequestData) Set ¶
func (v *NullableSsoConfigPostRequestData) Set(val *SsoConfigPostRequestData)
func (*NullableSsoConfigPostRequestData) UnmarshalJSON ¶
func (v *NullableSsoConfigPostRequestData) UnmarshalJSON(src []byte) error
func (*NullableSsoConfigPostRequestData) Unset ¶
func (v *NullableSsoConfigPostRequestData) Unset()
type NullableSsoConfigPostRequestDataOneOf ¶
type NullableSsoConfigPostRequestDataOneOf struct {
// contains filtered or unexported fields
}
func NewNullableSsoConfigPostRequestDataOneOf ¶
func NewNullableSsoConfigPostRequestDataOneOf(val *SsoConfigPostRequestDataOneOf) *NullableSsoConfigPostRequestDataOneOf
func (NullableSsoConfigPostRequestDataOneOf) Get ¶
func (v NullableSsoConfigPostRequestDataOneOf) Get() *SsoConfigPostRequestDataOneOf
func (NullableSsoConfigPostRequestDataOneOf) IsSet ¶
func (v NullableSsoConfigPostRequestDataOneOf) IsSet() bool
func (NullableSsoConfigPostRequestDataOneOf) MarshalJSON ¶
func (v NullableSsoConfigPostRequestDataOneOf) MarshalJSON() ([]byte, error)
func (*NullableSsoConfigPostRequestDataOneOf) Set ¶
func (v *NullableSsoConfigPostRequestDataOneOf) Set(val *SsoConfigPostRequestDataOneOf)
func (*NullableSsoConfigPostRequestDataOneOf) UnmarshalJSON ¶
func (v *NullableSsoConfigPostRequestDataOneOf) UnmarshalJSON(src []byte) error
func (*NullableSsoConfigPostRequestDataOneOf) Unset ¶
func (v *NullableSsoConfigPostRequestDataOneOf) Unset()
type NullableSsoConfigPostRequestDataOneOf1 ¶
type NullableSsoConfigPostRequestDataOneOf1 struct {
// contains filtered or unexported fields
}
func NewNullableSsoConfigPostRequestDataOneOf1 ¶
func NewNullableSsoConfigPostRequestDataOneOf1(val *SsoConfigPostRequestDataOneOf1) *NullableSsoConfigPostRequestDataOneOf1
func (NullableSsoConfigPostRequestDataOneOf1) Get ¶
func (v NullableSsoConfigPostRequestDataOneOf1) Get() *SsoConfigPostRequestDataOneOf1
func (NullableSsoConfigPostRequestDataOneOf1) IsSet ¶
func (v NullableSsoConfigPostRequestDataOneOf1) IsSet() bool
func (NullableSsoConfigPostRequestDataOneOf1) MarshalJSON ¶
func (v NullableSsoConfigPostRequestDataOneOf1) MarshalJSON() ([]byte, error)
func (*NullableSsoConfigPostRequestDataOneOf1) Set ¶
func (v *NullableSsoConfigPostRequestDataOneOf1) Set(val *SsoConfigPostRequestDataOneOf1)
func (*NullableSsoConfigPostRequestDataOneOf1) UnmarshalJSON ¶
func (v *NullableSsoConfigPostRequestDataOneOf1) UnmarshalJSON(src []byte) error
func (*NullableSsoConfigPostRequestDataOneOf1) Unset ¶
func (v *NullableSsoConfigPostRequestDataOneOf1) Unset()
type NullableSsoConfigPostRequestDataOneOf2 ¶
type NullableSsoConfigPostRequestDataOneOf2 struct {
// contains filtered or unexported fields
}
func NewNullableSsoConfigPostRequestDataOneOf2 ¶
func NewNullableSsoConfigPostRequestDataOneOf2(val *SsoConfigPostRequestDataOneOf2) *NullableSsoConfigPostRequestDataOneOf2
func (NullableSsoConfigPostRequestDataOneOf2) Get ¶
func (v NullableSsoConfigPostRequestDataOneOf2) Get() *SsoConfigPostRequestDataOneOf2
func (NullableSsoConfigPostRequestDataOneOf2) IsSet ¶
func (v NullableSsoConfigPostRequestDataOneOf2) IsSet() bool
func (NullableSsoConfigPostRequestDataOneOf2) MarshalJSON ¶
func (v NullableSsoConfigPostRequestDataOneOf2) MarshalJSON() ([]byte, error)
func (*NullableSsoConfigPostRequestDataOneOf2) Set ¶
func (v *NullableSsoConfigPostRequestDataOneOf2) Set(val *SsoConfigPostRequestDataOneOf2)
func (*NullableSsoConfigPostRequestDataOneOf2) UnmarshalJSON ¶
func (v *NullableSsoConfigPostRequestDataOneOf2) UnmarshalJSON(src []byte) error
func (*NullableSsoConfigPostRequestDataOneOf2) Unset ¶
func (v *NullableSsoConfigPostRequestDataOneOf2) Unset()
type NullableSsoConfigPostRequestDataOneOf3 ¶
type NullableSsoConfigPostRequestDataOneOf3 struct {
// contains filtered or unexported fields
}
func NewNullableSsoConfigPostRequestDataOneOf3 ¶
func NewNullableSsoConfigPostRequestDataOneOf3(val *SsoConfigPostRequestDataOneOf3) *NullableSsoConfigPostRequestDataOneOf3
func (NullableSsoConfigPostRequestDataOneOf3) Get ¶
func (v NullableSsoConfigPostRequestDataOneOf3) Get() *SsoConfigPostRequestDataOneOf3
func (NullableSsoConfigPostRequestDataOneOf3) IsSet ¶
func (v NullableSsoConfigPostRequestDataOneOf3) IsSet() bool
func (NullableSsoConfigPostRequestDataOneOf3) MarshalJSON ¶
func (v NullableSsoConfigPostRequestDataOneOf3) MarshalJSON() ([]byte, error)
func (*NullableSsoConfigPostRequestDataOneOf3) Set ¶
func (v *NullableSsoConfigPostRequestDataOneOf3) Set(val *SsoConfigPostRequestDataOneOf3)
func (*NullableSsoConfigPostRequestDataOneOf3) UnmarshalJSON ¶
func (v *NullableSsoConfigPostRequestDataOneOf3) UnmarshalJSON(src []byte) error
func (*NullableSsoConfigPostRequestDataOneOf3) Unset ¶
func (v *NullableSsoConfigPostRequestDataOneOf3) Unset()
type NullableSsoConfigPostRequestDataOneOf4 ¶
type NullableSsoConfigPostRequestDataOneOf4 struct {
// contains filtered or unexported fields
}
func NewNullableSsoConfigPostRequestDataOneOf4 ¶
func NewNullableSsoConfigPostRequestDataOneOf4(val *SsoConfigPostRequestDataOneOf4) *NullableSsoConfigPostRequestDataOneOf4
func (NullableSsoConfigPostRequestDataOneOf4) Get ¶
func (v NullableSsoConfigPostRequestDataOneOf4) Get() *SsoConfigPostRequestDataOneOf4
func (NullableSsoConfigPostRequestDataOneOf4) IsSet ¶
func (v NullableSsoConfigPostRequestDataOneOf4) IsSet() bool
func (NullableSsoConfigPostRequestDataOneOf4) MarshalJSON ¶
func (v NullableSsoConfigPostRequestDataOneOf4) MarshalJSON() ([]byte, error)
func (*NullableSsoConfigPostRequestDataOneOf4) Set ¶
func (v *NullableSsoConfigPostRequestDataOneOf4) Set(val *SsoConfigPostRequestDataOneOf4)
func (*NullableSsoConfigPostRequestDataOneOf4) UnmarshalJSON ¶
func (v *NullableSsoConfigPostRequestDataOneOf4) UnmarshalJSON(src []byte) error
func (*NullableSsoConfigPostRequestDataOneOf4) Unset ¶
func (v *NullableSsoConfigPostRequestDataOneOf4) Unset()
type NullableSsoConfiguration ¶
type NullableSsoConfiguration struct {
// contains filtered or unexported fields
}
func NewNullableSsoConfiguration ¶
func NewNullableSsoConfiguration(val *SsoConfiguration) *NullableSsoConfiguration
func (NullableSsoConfiguration) Get ¶
func (v NullableSsoConfiguration) Get() *SsoConfiguration
func (NullableSsoConfiguration) IsSet ¶
func (v NullableSsoConfiguration) IsSet() bool
func (NullableSsoConfiguration) MarshalJSON ¶
func (v NullableSsoConfiguration) MarshalJSON() ([]byte, error)
func (*NullableSsoConfiguration) Set ¶
func (v *NullableSsoConfiguration) Set(val *SsoConfiguration)
func (*NullableSsoConfiguration) UnmarshalJSON ¶
func (v *NullableSsoConfiguration) UnmarshalJSON(src []byte) error
func (*NullableSsoConfiguration) Unset ¶
func (v *NullableSsoConfiguration) 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 NullableTestOperation ¶ added in v1.0.0
type NullableTestOperation struct {
// contains filtered or unexported fields
}
func NewNullableTestOperation ¶ added in v1.0.0
func NewNullableTestOperation(val *TestOperation) *NullableTestOperation
func (NullableTestOperation) Get ¶ added in v1.0.0
func (v NullableTestOperation) Get() *TestOperation
func (NullableTestOperation) IsSet ¶ added in v1.0.0
func (v NullableTestOperation) IsSet() bool
func (NullableTestOperation) MarshalJSON ¶ added in v1.0.0
func (v NullableTestOperation) MarshalJSON() ([]byte, error)
func (*NullableTestOperation) Set ¶ added in v1.0.0
func (v *NullableTestOperation) Set(val *TestOperation)
func (*NullableTestOperation) UnmarshalJSON ¶ added in v1.0.0
func (v *NullableTestOperation) UnmarshalJSON(src []byte) error
func (*NullableTestOperation) Unset ¶ added in v1.0.0
func (v *NullableTestOperation) 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 NullableUsage ¶
type NullableUsage struct {
// contains filtered or unexported fields
}
func NewNullableUsage ¶
func NewNullableUsage(val *Usage) *NullableUsage
func (NullableUsage) Get ¶
func (v NullableUsage) Get() *Usage
func (NullableUsage) IsSet ¶
func (v NullableUsage) IsSet() bool
func (NullableUsage) MarshalJSON ¶
func (v NullableUsage) MarshalJSON() ([]byte, error)
func (*NullableUsage) Set ¶
func (v *NullableUsage) Set(val *Usage)
func (*NullableUsage) UnmarshalJSON ¶
func (v *NullableUsage) UnmarshalJSON(src []byte) error
func (*NullableUsage) Unset ¶
func (v *NullableUsage) Unset()
type NullableUsageAnalyticsOrganization ¶ added in v1.0.0
type NullableUsageAnalyticsOrganization struct {
// contains filtered or unexported fields
}
func NewNullableUsageAnalyticsOrganization ¶ added in v1.0.0
func NewNullableUsageAnalyticsOrganization(val *UsageAnalyticsOrganization) *NullableUsageAnalyticsOrganization
func (NullableUsageAnalyticsOrganization) Get ¶ added in v1.0.0
func (v NullableUsageAnalyticsOrganization) Get() *UsageAnalyticsOrganization
func (NullableUsageAnalyticsOrganization) IsSet ¶ added in v1.0.0
func (v NullableUsageAnalyticsOrganization) IsSet() bool
func (NullableUsageAnalyticsOrganization) MarshalJSON ¶ added in v1.0.0
func (v NullableUsageAnalyticsOrganization) MarshalJSON() ([]byte, error)
func (*NullableUsageAnalyticsOrganization) Set ¶ added in v1.0.0
func (v *NullableUsageAnalyticsOrganization) Set(val *UsageAnalyticsOrganization)
func (*NullableUsageAnalyticsOrganization) UnmarshalJSON ¶ added in v1.0.0
func (v *NullableUsageAnalyticsOrganization) UnmarshalJSON(src []byte) error
func (*NullableUsageAnalyticsOrganization) Unset ¶ added in v1.0.0
func (v *NullableUsageAnalyticsOrganization) Unset()
type NullableUsageAppDetailsGet200Response ¶
type NullableUsageAppDetailsGet200Response struct {
// contains filtered or unexported fields
}
func NewNullableUsageAppDetailsGet200Response ¶
func NewNullableUsageAppDetailsGet200Response(val *UsageAppDetailsGet200Response) *NullableUsageAppDetailsGet200Response
func (NullableUsageAppDetailsGet200Response) Get ¶
func (v NullableUsageAppDetailsGet200Response) Get() *UsageAppDetailsGet200Response
func (NullableUsageAppDetailsGet200Response) IsSet ¶
func (v NullableUsageAppDetailsGet200Response) IsSet() bool
func (NullableUsageAppDetailsGet200Response) MarshalJSON ¶
func (v NullableUsageAppDetailsGet200Response) MarshalJSON() ([]byte, error)
func (*NullableUsageAppDetailsGet200Response) Set ¶
func (v *NullableUsageAppDetailsGet200Response) Set(val *UsageAppDetailsGet200Response)
func (*NullableUsageAppDetailsGet200Response) UnmarshalJSON ¶
func (v *NullableUsageAppDetailsGet200Response) UnmarshalJSON(src []byte) error
func (*NullableUsageAppDetailsGet200Response) Unset ¶
func (v *NullableUsageAppDetailsGet200Response) Unset()
type NullableUsageAppDetailsGet200ResponseData ¶
type NullableUsageAppDetailsGet200ResponseData struct {
// contains filtered or unexported fields
}
func NewNullableUsageAppDetailsGet200ResponseData ¶
func NewNullableUsageAppDetailsGet200ResponseData(val *UsageAppDetailsGet200ResponseData) *NullableUsageAppDetailsGet200ResponseData
func (NullableUsageAppDetailsGet200ResponseData) IsSet ¶
func (v NullableUsageAppDetailsGet200ResponseData) IsSet() bool
func (NullableUsageAppDetailsGet200ResponseData) MarshalJSON ¶
func (v NullableUsageAppDetailsGet200ResponseData) MarshalJSON() ([]byte, error)
func (*NullableUsageAppDetailsGet200ResponseData) Set ¶
func (v *NullableUsageAppDetailsGet200ResponseData) Set(val *UsageAppDetailsGet200ResponseData)
func (*NullableUsageAppDetailsGet200ResponseData) UnmarshalJSON ¶
func (v *NullableUsageAppDetailsGet200ResponseData) UnmarshalJSON(src []byte) error
func (*NullableUsageAppDetailsGet200ResponseData) Unset ¶
func (v *NullableUsageAppDetailsGet200ResponseData) Unset()
type NullableUsageAppDetailsGet200ResponseDataOverallSummaryInner ¶
type NullableUsageAppDetailsGet200ResponseDataOverallSummaryInner struct {
// contains filtered or unexported fields
}
func NewNullableUsageAppDetailsGet200ResponseDataOverallSummaryInner ¶
func NewNullableUsageAppDetailsGet200ResponseDataOverallSummaryInner(val *UsageAppDetailsGet200ResponseDataOverallSummaryInner) *NullableUsageAppDetailsGet200ResponseDataOverallSummaryInner
func (NullableUsageAppDetailsGet200ResponseDataOverallSummaryInner) IsSet ¶
func (v NullableUsageAppDetailsGet200ResponseDataOverallSummaryInner) IsSet() bool
func (NullableUsageAppDetailsGet200ResponseDataOverallSummaryInner) MarshalJSON ¶
func (v NullableUsageAppDetailsGet200ResponseDataOverallSummaryInner) MarshalJSON() ([]byte, error)
func (*NullableUsageAppDetailsGet200ResponseDataOverallSummaryInner) UnmarshalJSON ¶
func (v *NullableUsageAppDetailsGet200ResponseDataOverallSummaryInner) UnmarshalJSON(src []byte) error
func (*NullableUsageAppDetailsGet200ResponseDataOverallSummaryInner) Unset ¶
func (v *NullableUsageAppDetailsGet200ResponseDataOverallSummaryInner) Unset()
type NullableUsageAppDetailsGet200ResponseDataViewerSummaryInner ¶
type NullableUsageAppDetailsGet200ResponseDataViewerSummaryInner struct {
// contains filtered or unexported fields
}
func NewNullableUsageAppDetailsGet200ResponseDataViewerSummaryInner ¶
func NewNullableUsageAppDetailsGet200ResponseDataViewerSummaryInner(val *UsageAppDetailsGet200ResponseDataViewerSummaryInner) *NullableUsageAppDetailsGet200ResponseDataViewerSummaryInner
func (NullableUsageAppDetailsGet200ResponseDataViewerSummaryInner) IsSet ¶
func (v NullableUsageAppDetailsGet200ResponseDataViewerSummaryInner) IsSet() bool
func (NullableUsageAppDetailsGet200ResponseDataViewerSummaryInner) MarshalJSON ¶
func (v NullableUsageAppDetailsGet200ResponseDataViewerSummaryInner) MarshalJSON() ([]byte, error)
func (*NullableUsageAppDetailsGet200ResponseDataViewerSummaryInner) UnmarshalJSON ¶
func (v *NullableUsageAppDetailsGet200ResponseDataViewerSummaryInner) UnmarshalJSON(src []byte) error
func (*NullableUsageAppDetailsGet200ResponseDataViewerSummaryInner) Unset ¶
func (v *NullableUsageAppDetailsGet200ResponseDataViewerSummaryInner) Unset()
type NullableUsageAppDetailsGet200ResponseDataWeeklySummaryInner ¶
type NullableUsageAppDetailsGet200ResponseDataWeeklySummaryInner struct {
// contains filtered or unexported fields
}
func NewNullableUsageAppDetailsGet200ResponseDataWeeklySummaryInner ¶
func NewNullableUsageAppDetailsGet200ResponseDataWeeklySummaryInner(val *UsageAppDetailsGet200ResponseDataWeeklySummaryInner) *NullableUsageAppDetailsGet200ResponseDataWeeklySummaryInner
func (NullableUsageAppDetailsGet200ResponseDataWeeklySummaryInner) IsSet ¶
func (v NullableUsageAppDetailsGet200ResponseDataWeeklySummaryInner) IsSet() bool
func (NullableUsageAppDetailsGet200ResponseDataWeeklySummaryInner) MarshalJSON ¶
func (v NullableUsageAppDetailsGet200ResponseDataWeeklySummaryInner) MarshalJSON() ([]byte, error)
func (*NullableUsageAppDetailsGet200ResponseDataWeeklySummaryInner) UnmarshalJSON ¶
func (v *NullableUsageAppDetailsGet200ResponseDataWeeklySummaryInner) UnmarshalJSON(src []byte) error
func (*NullableUsageAppDetailsGet200ResponseDataWeeklySummaryInner) Unset ¶
func (v *NullableUsageAppDetailsGet200ResponseDataWeeklySummaryInner) Unset()
type NullableUsageAppDetailsGet200ResponseDataWeeklySummaryInnerWeeklyDataInner ¶
type NullableUsageAppDetailsGet200ResponseDataWeeklySummaryInnerWeeklyDataInner struct {
// contains filtered or unexported fields
}
func NewNullableUsageAppDetailsGet200ResponseDataWeeklySummaryInnerWeeklyDataInner ¶
func NewNullableUsageAppDetailsGet200ResponseDataWeeklySummaryInnerWeeklyDataInner(val *UsageAppDetailsGet200ResponseDataWeeklySummaryInnerWeeklyDataInner) *NullableUsageAppDetailsGet200ResponseDataWeeklySummaryInnerWeeklyDataInner
func (NullableUsageAppDetailsGet200ResponseDataWeeklySummaryInnerWeeklyDataInner) MarshalJSON ¶
func (v NullableUsageAppDetailsGet200ResponseDataWeeklySummaryInnerWeeklyDataInner) MarshalJSON() ([]byte, error)
func (*NullableUsageAppDetailsGet200ResponseDataWeeklySummaryInnerWeeklyDataInner) UnmarshalJSON ¶
func (v *NullableUsageAppDetailsGet200ResponseDataWeeklySummaryInnerWeeklyDataInner) UnmarshalJSON(src []byte) error
type NullableUsageAppSummaryGet200Response ¶
type NullableUsageAppSummaryGet200Response struct {
// contains filtered or unexported fields
}
func NewNullableUsageAppSummaryGet200Response ¶
func NewNullableUsageAppSummaryGet200Response(val *UsageAppSummaryGet200Response) *NullableUsageAppSummaryGet200Response
func (NullableUsageAppSummaryGet200Response) Get ¶
func (v NullableUsageAppSummaryGet200Response) Get() *UsageAppSummaryGet200Response
func (NullableUsageAppSummaryGet200Response) IsSet ¶
func (v NullableUsageAppSummaryGet200Response) IsSet() bool
func (NullableUsageAppSummaryGet200Response) MarshalJSON ¶
func (v NullableUsageAppSummaryGet200Response) MarshalJSON() ([]byte, error)
func (*NullableUsageAppSummaryGet200Response) Set ¶
func (v *NullableUsageAppSummaryGet200Response) Set(val *UsageAppSummaryGet200Response)
func (*NullableUsageAppSummaryGet200Response) UnmarshalJSON ¶
func (v *NullableUsageAppSummaryGet200Response) UnmarshalJSON(src []byte) error
func (*NullableUsageAppSummaryGet200Response) Unset ¶
func (v *NullableUsageAppSummaryGet200Response) Unset()
type NullableUsageAppSummaryGet200ResponseDataInner ¶
type NullableUsageAppSummaryGet200ResponseDataInner struct {
// contains filtered or unexported fields
}
func NewNullableUsageAppSummaryGet200ResponseDataInner ¶
func NewNullableUsageAppSummaryGet200ResponseDataInner(val *UsageAppSummaryGet200ResponseDataInner) *NullableUsageAppSummaryGet200ResponseDataInner
func (NullableUsageAppSummaryGet200ResponseDataInner) IsSet ¶
func (v NullableUsageAppSummaryGet200ResponseDataInner) IsSet() bool
func (NullableUsageAppSummaryGet200ResponseDataInner) MarshalJSON ¶
func (v NullableUsageAppSummaryGet200ResponseDataInner) MarshalJSON() ([]byte, error)
func (*NullableUsageAppSummaryGet200ResponseDataInner) Set ¶
func (v *NullableUsageAppSummaryGet200ResponseDataInner) Set(val *UsageAppSummaryGet200ResponseDataInner)
func (*NullableUsageAppSummaryGet200ResponseDataInner) UnmarshalJSON ¶
func (v *NullableUsageAppSummaryGet200ResponseDataInner) UnmarshalJSON(src []byte) error
func (*NullableUsageAppSummaryGet200ResponseDataInner) Unset ¶
func (v *NullableUsageAppSummaryGet200ResponseDataInner) Unset()
type NullableUsageGet200Response ¶
type NullableUsageGet200Response struct {
// contains filtered or unexported fields
}
func NewNullableUsageGet200Response ¶
func NewNullableUsageGet200Response(val *UsageGet200Response) *NullableUsageGet200Response
func (NullableUsageGet200Response) Get ¶
func (v NullableUsageGet200Response) Get() *UsageGet200Response
func (NullableUsageGet200Response) IsSet ¶
func (v NullableUsageGet200Response) IsSet() bool
func (NullableUsageGet200Response) MarshalJSON ¶
func (v NullableUsageGet200Response) MarshalJSON() ([]byte, error)
func (*NullableUsageGet200Response) Set ¶
func (v *NullableUsageGet200Response) Set(val *UsageGet200Response)
func (*NullableUsageGet200Response) UnmarshalJSON ¶
func (v *NullableUsageGet200Response) UnmarshalJSON(src []byte) error
func (*NullableUsageGet200Response) Unset ¶
func (v *NullableUsageGet200Response) Unset()
type NullableUsageGet200ResponseData ¶
type NullableUsageGet200ResponseData struct {
// contains filtered or unexported fields
}
func NewNullableUsageGet200ResponseData ¶
func NewNullableUsageGet200ResponseData(val *UsageGet200ResponseData) *NullableUsageGet200ResponseData
func (NullableUsageGet200ResponseData) Get ¶
func (v NullableUsageGet200ResponseData) Get() *UsageGet200ResponseData
func (NullableUsageGet200ResponseData) IsSet ¶
func (v NullableUsageGet200ResponseData) IsSet() bool
func (NullableUsageGet200ResponseData) MarshalJSON ¶
func (v NullableUsageGet200ResponseData) MarshalJSON() ([]byte, error)
func (*NullableUsageGet200ResponseData) Set ¶
func (v *NullableUsageGet200ResponseData) Set(val *UsageGet200ResponseData)
func (*NullableUsageGet200ResponseData) UnmarshalJSON ¶
func (v *NullableUsageGet200ResponseData) UnmarshalJSON(src []byte) error
func (*NullableUsageGet200ResponseData) Unset ¶
func (v *NullableUsageGet200ResponseData) Unset()
type NullableUsageGet200ResponseDataDailyT30UsageInner ¶
type NullableUsageGet200ResponseDataDailyT30UsageInner struct {
// contains filtered or unexported fields
}
func NewNullableUsageGet200ResponseDataDailyT30UsageInner ¶
func NewNullableUsageGet200ResponseDataDailyT30UsageInner(val *UsageGet200ResponseDataDailyT30UsageInner) *NullableUsageGet200ResponseDataDailyT30UsageInner
func (NullableUsageGet200ResponseDataDailyT30UsageInner) IsSet ¶
func (v NullableUsageGet200ResponseDataDailyT30UsageInner) IsSet() bool
func (NullableUsageGet200ResponseDataDailyT30UsageInner) MarshalJSON ¶
func (v NullableUsageGet200ResponseDataDailyT30UsageInner) MarshalJSON() ([]byte, error)
func (*NullableUsageGet200ResponseDataDailyT30UsageInner) UnmarshalJSON ¶
func (v *NullableUsageGet200ResponseDataDailyT30UsageInner) UnmarshalJSON(src []byte) error
func (*NullableUsageGet200ResponseDataDailyT30UsageInner) Unset ¶
func (v *NullableUsageGet200ResponseDataDailyT30UsageInner) Unset()
type NullableUsageOrganizationsGet200Response ¶
type NullableUsageOrganizationsGet200Response struct {
// contains filtered or unexported fields
}
func NewNullableUsageOrganizationsGet200Response ¶
func NewNullableUsageOrganizationsGet200Response(val *UsageOrganizationsGet200Response) *NullableUsageOrganizationsGet200Response
func (NullableUsageOrganizationsGet200Response) IsSet ¶
func (v NullableUsageOrganizationsGet200Response) IsSet() bool
func (NullableUsageOrganizationsGet200Response) MarshalJSON ¶
func (v NullableUsageOrganizationsGet200Response) MarshalJSON() ([]byte, error)
func (*NullableUsageOrganizationsGet200Response) Set ¶
func (v *NullableUsageOrganizationsGet200Response) Set(val *UsageOrganizationsGet200Response)
func (*NullableUsageOrganizationsGet200Response) UnmarshalJSON ¶
func (v *NullableUsageOrganizationsGet200Response) UnmarshalJSON(src []byte) error
func (*NullableUsageOrganizationsGet200Response) Unset ¶
func (v *NullableUsageOrganizationsGet200Response) Unset()
type NullableUsageOrganizationsGet200ResponseDataInner ¶
type NullableUsageOrganizationsGet200ResponseDataInner struct {
// contains filtered or unexported fields
}
func NewNullableUsageOrganizationsGet200ResponseDataInner ¶
func NewNullableUsageOrganizationsGet200ResponseDataInner(val *UsageOrganizationsGet200ResponseDataInner) *NullableUsageOrganizationsGet200ResponseDataInner
func (NullableUsageOrganizationsGet200ResponseDataInner) IsSet ¶
func (v NullableUsageOrganizationsGet200ResponseDataInner) IsSet() bool
func (NullableUsageOrganizationsGet200ResponseDataInner) MarshalJSON ¶
func (v NullableUsageOrganizationsGet200ResponseDataInner) MarshalJSON() ([]byte, error)
func (*NullableUsageOrganizationsGet200ResponseDataInner) UnmarshalJSON ¶
func (v *NullableUsageOrganizationsGet200ResponseDataInner) UnmarshalJSON(src []byte) error
func (*NullableUsageOrganizationsGet200ResponseDataInner) Unset ¶
func (v *NullableUsageOrganizationsGet200ResponseDataInner) Unset()
type NullableUsageUserDetailsGet200Response ¶
type NullableUsageUserDetailsGet200Response struct {
// contains filtered or unexported fields
}
func NewNullableUsageUserDetailsGet200Response ¶
func NewNullableUsageUserDetailsGet200Response(val *UsageUserDetailsGet200Response) *NullableUsageUserDetailsGet200Response
func (NullableUsageUserDetailsGet200Response) Get ¶
func (v NullableUsageUserDetailsGet200Response) Get() *UsageUserDetailsGet200Response
func (NullableUsageUserDetailsGet200Response) IsSet ¶
func (v NullableUsageUserDetailsGet200Response) IsSet() bool
func (NullableUsageUserDetailsGet200Response) MarshalJSON ¶
func (v NullableUsageUserDetailsGet200Response) MarshalJSON() ([]byte, error)
func (*NullableUsageUserDetailsGet200Response) Set ¶
func (v *NullableUsageUserDetailsGet200Response) Set(val *UsageUserDetailsGet200Response)
func (*NullableUsageUserDetailsGet200Response) UnmarshalJSON ¶
func (v *NullableUsageUserDetailsGet200Response) UnmarshalJSON(src []byte) error
func (*NullableUsageUserDetailsGet200Response) Unset ¶
func (v *NullableUsageUserDetailsGet200Response) Unset()
type NullableUsageUserDetailsGet200ResponseData ¶
type NullableUsageUserDetailsGet200ResponseData struct {
// contains filtered or unexported fields
}
func NewNullableUsageUserDetailsGet200ResponseData ¶
func NewNullableUsageUserDetailsGet200ResponseData(val *UsageUserDetailsGet200ResponseData) *NullableUsageUserDetailsGet200ResponseData
func (NullableUsageUserDetailsGet200ResponseData) IsSet ¶
func (v NullableUsageUserDetailsGet200ResponseData) IsSet() bool
func (NullableUsageUserDetailsGet200ResponseData) MarshalJSON ¶
func (v NullableUsageUserDetailsGet200ResponseData) MarshalJSON() ([]byte, error)
func (*NullableUsageUserDetailsGet200ResponseData) Set ¶
func (v *NullableUsageUserDetailsGet200ResponseData) Set(val *UsageUserDetailsGet200ResponseData)
func (*NullableUsageUserDetailsGet200ResponseData) UnmarshalJSON ¶
func (v *NullableUsageUserDetailsGet200ResponseData) UnmarshalJSON(src []byte) error
func (*NullableUsageUserDetailsGet200ResponseData) Unset ¶
func (v *NullableUsageUserDetailsGet200ResponseData) Unset()
type NullableUsageUserDetailsGet200ResponseDataOverallSummaryInner ¶
type NullableUsageUserDetailsGet200ResponseDataOverallSummaryInner struct {
// contains filtered or unexported fields
}
func NewNullableUsageUserDetailsGet200ResponseDataOverallSummaryInner ¶
func NewNullableUsageUserDetailsGet200ResponseDataOverallSummaryInner(val *UsageUserDetailsGet200ResponseDataOverallSummaryInner) *NullableUsageUserDetailsGet200ResponseDataOverallSummaryInner
func (NullableUsageUserDetailsGet200ResponseDataOverallSummaryInner) IsSet ¶
func (v NullableUsageUserDetailsGet200ResponseDataOverallSummaryInner) IsSet() bool
func (NullableUsageUserDetailsGet200ResponseDataOverallSummaryInner) MarshalJSON ¶
func (v NullableUsageUserDetailsGet200ResponseDataOverallSummaryInner) MarshalJSON() ([]byte, error)
func (*NullableUsageUserDetailsGet200ResponseDataOverallSummaryInner) UnmarshalJSON ¶
func (v *NullableUsageUserDetailsGet200ResponseDataOverallSummaryInner) UnmarshalJSON(src []byte) error
func (*NullableUsageUserDetailsGet200ResponseDataOverallSummaryInner) Unset ¶
func (v *NullableUsageUserDetailsGet200ResponseDataOverallSummaryInner) Unset()
type NullableUsageUserDetailsGet200ResponseDataViewerSummaryInner ¶
type NullableUsageUserDetailsGet200ResponseDataViewerSummaryInner struct {
// contains filtered or unexported fields
}
func NewNullableUsageUserDetailsGet200ResponseDataViewerSummaryInner ¶
func NewNullableUsageUserDetailsGet200ResponseDataViewerSummaryInner(val *UsageUserDetailsGet200ResponseDataViewerSummaryInner) *NullableUsageUserDetailsGet200ResponseDataViewerSummaryInner
func (NullableUsageUserDetailsGet200ResponseDataViewerSummaryInner) IsSet ¶
func (v NullableUsageUserDetailsGet200ResponseDataViewerSummaryInner) IsSet() bool
func (NullableUsageUserDetailsGet200ResponseDataViewerSummaryInner) MarshalJSON ¶
func (v NullableUsageUserDetailsGet200ResponseDataViewerSummaryInner) MarshalJSON() ([]byte, error)
func (*NullableUsageUserDetailsGet200ResponseDataViewerSummaryInner) UnmarshalJSON ¶
func (v *NullableUsageUserDetailsGet200ResponseDataViewerSummaryInner) UnmarshalJSON(src []byte) error
func (*NullableUsageUserDetailsGet200ResponseDataViewerSummaryInner) Unset ¶
func (v *NullableUsageUserDetailsGet200ResponseDataViewerSummaryInner) Unset()
type NullableUsageUserSummaryGet200Response ¶
type NullableUsageUserSummaryGet200Response struct {
// contains filtered or unexported fields
}
func NewNullableUsageUserSummaryGet200Response ¶
func NewNullableUsageUserSummaryGet200Response(val *UsageUserSummaryGet200Response) *NullableUsageUserSummaryGet200Response
func (NullableUsageUserSummaryGet200Response) Get ¶
func (v NullableUsageUserSummaryGet200Response) Get() *UsageUserSummaryGet200Response
func (NullableUsageUserSummaryGet200Response) IsSet ¶
func (v NullableUsageUserSummaryGet200Response) IsSet() bool
func (NullableUsageUserSummaryGet200Response) MarshalJSON ¶
func (v NullableUsageUserSummaryGet200Response) MarshalJSON() ([]byte, error)
func (*NullableUsageUserSummaryGet200Response) Set ¶
func (v *NullableUsageUserSummaryGet200Response) Set(val *UsageUserSummaryGet200Response)
func (*NullableUsageUserSummaryGet200Response) UnmarshalJSON ¶
func (v *NullableUsageUserSummaryGet200Response) UnmarshalJSON(src []byte) error
func (*NullableUsageUserSummaryGet200Response) Unset ¶
func (v *NullableUsageUserSummaryGet200Response) Unset()
type NullableUsageUserSummaryGet200ResponseDataInner ¶
type NullableUsageUserSummaryGet200ResponseDataInner struct {
// contains filtered or unexported fields
}
func NewNullableUsageUserSummaryGet200ResponseDataInner ¶
func NewNullableUsageUserSummaryGet200ResponseDataInner(val *UsageUserSummaryGet200ResponseDataInner) *NullableUsageUserSummaryGet200ResponseDataInner
func (NullableUsageUserSummaryGet200ResponseDataInner) IsSet ¶
func (v NullableUsageUserSummaryGet200ResponseDataInner) IsSet() bool
func (NullableUsageUserSummaryGet200ResponseDataInner) MarshalJSON ¶
func (v NullableUsageUserSummaryGet200ResponseDataInner) MarshalJSON() ([]byte, error)
func (*NullableUsageUserSummaryGet200ResponseDataInner) UnmarshalJSON ¶
func (v *NullableUsageUserSummaryGet200ResponseDataInner) UnmarshalJSON(src []byte) error
func (*NullableUsageUserSummaryGet200ResponseDataInner) Unset ¶
func (v *NullableUsageUserSummaryGet200ResponseDataInner) Unset()
type NullableUser ¶
type NullableUser struct {
// contains filtered or unexported fields
}
func NewNullableUser ¶
func NewNullableUser(val *User) *NullableUser
func (NullableUser) Get ¶
func (v NullableUser) Get() *User
func (NullableUser) IsSet ¶
func (v NullableUser) IsSet() bool
func (NullableUser) MarshalJSON ¶
func (v NullableUser) MarshalJSON() ([]byte, error)
func (*NullableUser) Set ¶
func (v *NullableUser) Set(val *User)
func (*NullableUser) UnmarshalJSON ¶
func (v *NullableUser) UnmarshalJSON(src []byte) error
func (*NullableUser) Unset ¶
func (v *NullableUser) Unset()
type NullableUserAttributes ¶
type NullableUserAttributes struct {
// contains filtered or unexported fields
}
func NewNullableUserAttributes ¶
func NewNullableUserAttributes(val *UserAttributes) *NullableUserAttributes
func (NullableUserAttributes) Get ¶
func (v NullableUserAttributes) Get() *UserAttributes
func (NullableUserAttributes) IsSet ¶
func (v NullableUserAttributes) IsSet() bool
func (NullableUserAttributes) MarshalJSON ¶
func (v NullableUserAttributes) MarshalJSON() ([]byte, error)
func (*NullableUserAttributes) Set ¶
func (v *NullableUserAttributes) Set(val *UserAttributes)
func (*NullableUserAttributes) UnmarshalJSON ¶
func (v *NullableUserAttributes) UnmarshalJSON(src []byte) error
func (*NullableUserAttributes) Unset ¶
func (v *NullableUserAttributes) Unset()
type NullableUserAttributesGet200Response ¶
type NullableUserAttributesGet200Response struct {
// contains filtered or unexported fields
}
func NewNullableUserAttributesGet200Response ¶
func NewNullableUserAttributesGet200Response(val *UserAttributesGet200Response) *NullableUserAttributesGet200Response
func (NullableUserAttributesGet200Response) Get ¶
func (v NullableUserAttributesGet200Response) Get() *UserAttributesGet200Response
func (NullableUserAttributesGet200Response) IsSet ¶
func (v NullableUserAttributesGet200Response) IsSet() bool
func (NullableUserAttributesGet200Response) MarshalJSON ¶
func (v NullableUserAttributesGet200Response) MarshalJSON() ([]byte, error)
func (*NullableUserAttributesGet200Response) Set ¶
func (v *NullableUserAttributesGet200Response) Set(val *UserAttributesGet200Response)
func (*NullableUserAttributesGet200Response) UnmarshalJSON ¶
func (v *NullableUserAttributesGet200Response) UnmarshalJSON(src []byte) error
func (*NullableUserAttributesGet200Response) Unset ¶
func (v *NullableUserAttributesGet200Response) Unset()
type NullableUserAttributesGet200ResponseDataInner ¶
type NullableUserAttributesGet200ResponseDataInner struct {
// contains filtered or unexported fields
}
func NewNullableUserAttributesGet200ResponseDataInner ¶
func NewNullableUserAttributesGet200ResponseDataInner(val *UserAttributesGet200ResponseDataInner) *NullableUserAttributesGet200ResponseDataInner
func (NullableUserAttributesGet200ResponseDataInner) IsSet ¶
func (v NullableUserAttributesGet200ResponseDataInner) IsSet() bool
func (NullableUserAttributesGet200ResponseDataInner) MarshalJSON ¶
func (v NullableUserAttributesGet200ResponseDataInner) MarshalJSON() ([]byte, error)
func (*NullableUserAttributesGet200ResponseDataInner) Set ¶
func (v *NullableUserAttributesGet200ResponseDataInner) Set(val *UserAttributesGet200ResponseDataInner)
func (*NullableUserAttributesGet200ResponseDataInner) UnmarshalJSON ¶
func (v *NullableUserAttributesGet200ResponseDataInner) UnmarshalJSON(src []byte) error
func (*NullableUserAttributesGet200ResponseDataInner) Unset ¶
func (v *NullableUserAttributesGet200ResponseDataInner) Unset()
type NullableUserAttributesIdPatch200Response ¶ added in v1.0.0
type NullableUserAttributesIdPatch200Response struct {
// contains filtered or unexported fields
}
func NewNullableUserAttributesIdPatch200Response ¶ added in v1.0.0
func NewNullableUserAttributesIdPatch200Response(val *UserAttributesIdPatch200Response) *NullableUserAttributesIdPatch200Response
func (NullableUserAttributesIdPatch200Response) IsSet ¶ added in v1.0.0
func (v NullableUserAttributesIdPatch200Response) IsSet() bool
func (NullableUserAttributesIdPatch200Response) MarshalJSON ¶ added in v1.0.0
func (v NullableUserAttributesIdPatch200Response) MarshalJSON() ([]byte, error)
func (*NullableUserAttributesIdPatch200Response) Set ¶ added in v1.0.0
func (v *NullableUserAttributesIdPatch200Response) Set(val *UserAttributesIdPatch200Response)
func (*NullableUserAttributesIdPatch200Response) UnmarshalJSON ¶ added in v1.0.0
func (v *NullableUserAttributesIdPatch200Response) UnmarshalJSON(src []byte) error
func (*NullableUserAttributesIdPatch200Response) Unset ¶ added in v1.0.0
func (v *NullableUserAttributesIdPatch200Response) Unset()
type NullableUserAttributesIdPatch200ResponseData ¶ added in v1.0.0
type NullableUserAttributesIdPatch200ResponseData struct {
// contains filtered or unexported fields
}
func NewNullableUserAttributesIdPatch200ResponseData ¶ added in v1.0.0
func NewNullableUserAttributesIdPatch200ResponseData(val *UserAttributesIdPatch200ResponseData) *NullableUserAttributesIdPatch200ResponseData
func (NullableUserAttributesIdPatch200ResponseData) IsSet ¶ added in v1.0.0
func (v NullableUserAttributesIdPatch200ResponseData) IsSet() bool
func (NullableUserAttributesIdPatch200ResponseData) MarshalJSON ¶ added in v1.0.0
func (v NullableUserAttributesIdPatch200ResponseData) MarshalJSON() ([]byte, error)
func (*NullableUserAttributesIdPatch200ResponseData) Set ¶ added in v1.0.0
func (v *NullableUserAttributesIdPatch200ResponseData) Set(val *UserAttributesIdPatch200ResponseData)
func (*NullableUserAttributesIdPatch200ResponseData) UnmarshalJSON ¶ added in v1.0.0
func (v *NullableUserAttributesIdPatch200ResponseData) UnmarshalJSON(src []byte) error
func (*NullableUserAttributesIdPatch200ResponseData) Unset ¶ added in v1.0.0
func (v *NullableUserAttributesIdPatch200ResponseData) Unset()
type NullableUserAttributesIdPatchRequest ¶ added in v1.0.0
type NullableUserAttributesIdPatchRequest struct {
// contains filtered or unexported fields
}
func NewNullableUserAttributesIdPatchRequest ¶ added in v1.0.0
func NewNullableUserAttributesIdPatchRequest(val *UserAttributesIdPatchRequest) *NullableUserAttributesIdPatchRequest
func (NullableUserAttributesIdPatchRequest) Get ¶ added in v1.0.0
func (v NullableUserAttributesIdPatchRequest) Get() *UserAttributesIdPatchRequest
func (NullableUserAttributesIdPatchRequest) IsSet ¶ added in v1.0.0
func (v NullableUserAttributesIdPatchRequest) IsSet() bool
func (NullableUserAttributesIdPatchRequest) MarshalJSON ¶ added in v1.0.0
func (v NullableUserAttributesIdPatchRequest) MarshalJSON() ([]byte, error)
func (*NullableUserAttributesIdPatchRequest) Set ¶ added in v1.0.0
func (v *NullableUserAttributesIdPatchRequest) Set(val *UserAttributesIdPatchRequest)
func (*NullableUserAttributesIdPatchRequest) UnmarshalJSON ¶ added in v1.0.0
func (v *NullableUserAttributesIdPatchRequest) UnmarshalJSON(src []byte) error
func (*NullableUserAttributesIdPatchRequest) Unset ¶ added in v1.0.0
func (v *NullableUserAttributesIdPatchRequest) Unset()
type NullableUserAttributesPost200Response ¶ added in v1.0.0
type NullableUserAttributesPost200Response struct {
// contains filtered or unexported fields
}
func NewNullableUserAttributesPost200Response ¶ added in v1.0.0
func NewNullableUserAttributesPost200Response(val *UserAttributesPost200Response) *NullableUserAttributesPost200Response
func (NullableUserAttributesPost200Response) Get ¶ added in v1.0.0
func (v NullableUserAttributesPost200Response) Get() *UserAttributesPost200Response
func (NullableUserAttributesPost200Response) IsSet ¶ added in v1.0.0
func (v NullableUserAttributesPost200Response) IsSet() bool
func (NullableUserAttributesPost200Response) MarshalJSON ¶ added in v1.0.0
func (v NullableUserAttributesPost200Response) MarshalJSON() ([]byte, error)
func (*NullableUserAttributesPost200Response) Set ¶ added in v1.0.0
func (v *NullableUserAttributesPost200Response) Set(val *UserAttributesPost200Response)
func (*NullableUserAttributesPost200Response) UnmarshalJSON ¶ added in v1.0.0
func (v *NullableUserAttributesPost200Response) UnmarshalJSON(src []byte) error
func (*NullableUserAttributesPost200Response) Unset ¶ added in v1.0.0
func (v *NullableUserAttributesPost200Response) Unset()
type NullableUserAttributesPost200ResponseData ¶ added in v1.0.0
type NullableUserAttributesPost200ResponseData struct {
// contains filtered or unexported fields
}
func NewNullableUserAttributesPost200ResponseData ¶ added in v1.0.0
func NewNullableUserAttributesPost200ResponseData(val *UserAttributesPost200ResponseData) *NullableUserAttributesPost200ResponseData
func (NullableUserAttributesPost200ResponseData) IsSet ¶ added in v1.0.0
func (v NullableUserAttributesPost200ResponseData) IsSet() bool
func (NullableUserAttributesPost200ResponseData) MarshalJSON ¶ added in v1.0.0
func (v NullableUserAttributesPost200ResponseData) MarshalJSON() ([]byte, error)
func (*NullableUserAttributesPost200ResponseData) Set ¶ added in v1.0.0
func (v *NullableUserAttributesPost200ResponseData) Set(val *UserAttributesPost200ResponseData)
func (*NullableUserAttributesPost200ResponseData) UnmarshalJSON ¶ added in v1.0.0
func (v *NullableUserAttributesPost200ResponseData) UnmarshalJSON(src []byte) error
func (*NullableUserAttributesPost200ResponseData) Unset ¶ added in v1.0.0
func (v *NullableUserAttributesPost200ResponseData) Unset()
type NullableUserAttributesPostRequest ¶ added in v1.0.0
type NullableUserAttributesPostRequest struct {
// contains filtered or unexported fields
}
func NewNullableUserAttributesPostRequest ¶ added in v1.0.0
func NewNullableUserAttributesPostRequest(val *UserAttributesPostRequest) *NullableUserAttributesPostRequest
func (NullableUserAttributesPostRequest) Get ¶ added in v1.0.0
func (v NullableUserAttributesPostRequest) Get() *UserAttributesPostRequest
func (NullableUserAttributesPostRequest) IsSet ¶ added in v1.0.0
func (v NullableUserAttributesPostRequest) IsSet() bool
func (NullableUserAttributesPostRequest) MarshalJSON ¶ added in v1.0.0
func (v NullableUserAttributesPostRequest) MarshalJSON() ([]byte, error)
func (*NullableUserAttributesPostRequest) Set ¶ added in v1.0.0
func (v *NullableUserAttributesPostRequest) Set(val *UserAttributesPostRequest)
func (*NullableUserAttributesPostRequest) UnmarshalJSON ¶ added in v1.0.0
func (v *NullableUserAttributesPostRequest) UnmarshalJSON(src []byte) error
func (*NullableUserAttributesPostRequest) Unset ¶ added in v1.0.0
func (v *NullableUserAttributesPostRequest) Unset()
type NullableUserInvite ¶
type NullableUserInvite struct {
// contains filtered or unexported fields
}
func NewNullableUserInvite ¶
func NewNullableUserInvite(val *UserInvite) *NullableUserInvite
func (NullableUserInvite) Get ¶
func (v NullableUserInvite) Get() *UserInvite
func (NullableUserInvite) IsSet ¶
func (v NullableUserInvite) IsSet() bool
func (NullableUserInvite) MarshalJSON ¶
func (v NullableUserInvite) MarshalJSON() ([]byte, error)
func (*NullableUserInvite) Set ¶
func (v *NullableUserInvite) Set(val *UserInvite)
func (*NullableUserInvite) UnmarshalJSON ¶
func (v *NullableUserInvite) UnmarshalJSON(src []byte) error
func (*NullableUserInvite) Unset ¶
func (v *NullableUserInvite) Unset()
type NullableUserInvitesGet200Response ¶
type NullableUserInvitesGet200Response struct {
// contains filtered or unexported fields
}
func NewNullableUserInvitesGet200Response ¶
func NewNullableUserInvitesGet200Response(val *UserInvitesGet200Response) *NullableUserInvitesGet200Response
func (NullableUserInvitesGet200Response) Get ¶
func (v NullableUserInvitesGet200Response) Get() *UserInvitesGet200Response
func (NullableUserInvitesGet200Response) IsSet ¶
func (v NullableUserInvitesGet200Response) IsSet() bool
func (NullableUserInvitesGet200Response) MarshalJSON ¶
func (v NullableUserInvitesGet200Response) MarshalJSON() ([]byte, error)
func (*NullableUserInvitesGet200Response) Set ¶
func (v *NullableUserInvitesGet200Response) Set(val *UserInvitesGet200Response)
func (*NullableUserInvitesGet200Response) UnmarshalJSON ¶
func (v *NullableUserInvitesGet200Response) UnmarshalJSON(src []byte) error
func (*NullableUserInvitesGet200Response) Unset ¶
func (v *NullableUserInvitesGet200Response) Unset()
type NullableUserInvitesPost200Response ¶
type NullableUserInvitesPost200Response struct {
// contains filtered or unexported fields
}
func NewNullableUserInvitesPost200Response ¶
func NewNullableUserInvitesPost200Response(val *UserInvitesPost200Response) *NullableUserInvitesPost200Response
func (NullableUserInvitesPost200Response) Get ¶
func (v NullableUserInvitesPost200Response) Get() *UserInvitesPost200Response
func (NullableUserInvitesPost200Response) IsSet ¶
func (v NullableUserInvitesPost200Response) IsSet() bool
func (NullableUserInvitesPost200Response) MarshalJSON ¶
func (v NullableUserInvitesPost200Response) MarshalJSON() ([]byte, error)
func (*NullableUserInvitesPost200Response) Set ¶
func (v *NullableUserInvitesPost200Response) Set(val *UserInvitesPost200Response)
func (*NullableUserInvitesPost200Response) UnmarshalJSON ¶
func (v *NullableUserInvitesPost200Response) UnmarshalJSON(src []byte) error
func (*NullableUserInvitesPost200Response) Unset ¶
func (v *NullableUserInvitesPost200Response) Unset()
type NullableUserInvitesPost200ResponseData ¶
type NullableUserInvitesPost200ResponseData struct {
// contains filtered or unexported fields
}
func NewNullableUserInvitesPost200ResponseData ¶
func NewNullableUserInvitesPost200ResponseData(val *UserInvitesPost200ResponseData) *NullableUserInvitesPost200ResponseData
func (NullableUserInvitesPost200ResponseData) Get ¶
func (v NullableUserInvitesPost200ResponseData) Get() *UserInvitesPost200ResponseData
func (NullableUserInvitesPost200ResponseData) IsSet ¶
func (v NullableUserInvitesPost200ResponseData) IsSet() bool
func (NullableUserInvitesPost200ResponseData) MarshalJSON ¶
func (v NullableUserInvitesPost200ResponseData) MarshalJSON() ([]byte, error)
func (*NullableUserInvitesPost200ResponseData) Set ¶
func (v *NullableUserInvitesPost200ResponseData) Set(val *UserInvitesPost200ResponseData)
func (*NullableUserInvitesPost200ResponseData) UnmarshalJSON ¶
func (v *NullableUserInvitesPost200ResponseData) UnmarshalJSON(src []byte) error
func (*NullableUserInvitesPost200ResponseData) Unset ¶
func (v *NullableUserInvitesPost200ResponseData) Unset()
type NullableUserInvitesPostRequest ¶
type NullableUserInvitesPostRequest struct {
// contains filtered or unexported fields
}
func NewNullableUserInvitesPostRequest ¶
func NewNullableUserInvitesPostRequest(val *UserInvitesPostRequest) *NullableUserInvitesPostRequest
func (NullableUserInvitesPostRequest) Get ¶
func (v NullableUserInvitesPostRequest) Get() *UserInvitesPostRequest
func (NullableUserInvitesPostRequest) IsSet ¶
func (v NullableUserInvitesPostRequest) IsSet() bool
func (NullableUserInvitesPostRequest) MarshalJSON ¶
func (v NullableUserInvitesPostRequest) MarshalJSON() ([]byte, error)
func (*NullableUserInvitesPostRequest) Set ¶
func (v *NullableUserInvitesPostRequest) Set(val *UserInvitesPostRequest)
func (*NullableUserInvitesPostRequest) UnmarshalJSON ¶
func (v *NullableUserInvitesPostRequest) UnmarshalJSON(src []byte) error
func (*NullableUserInvitesPostRequest) Unset ¶
func (v *NullableUserInvitesPostRequest) Unset()
type NullableUserInvitesUserInviteIdGet200Response ¶
type NullableUserInvitesUserInviteIdGet200Response struct {
// contains filtered or unexported fields
}
func NewNullableUserInvitesUserInviteIdGet200Response ¶
func NewNullableUserInvitesUserInviteIdGet200Response(val *UserInvitesUserInviteIdGet200Response) *NullableUserInvitesUserInviteIdGet200Response
func (NullableUserInvitesUserInviteIdGet200Response) IsSet ¶
func (v NullableUserInvitesUserInviteIdGet200Response) IsSet() bool
func (NullableUserInvitesUserInviteIdGet200Response) MarshalJSON ¶
func (v NullableUserInvitesUserInviteIdGet200Response) MarshalJSON() ([]byte, error)
func (*NullableUserInvitesUserInviteIdGet200Response) Set ¶
func (v *NullableUserInvitesUserInviteIdGet200Response) Set(val *UserInvitesUserInviteIdGet200Response)
func (*NullableUserInvitesUserInviteIdGet200Response) UnmarshalJSON ¶
func (v *NullableUserInvitesUserInviteIdGet200Response) UnmarshalJSON(src []byte) error
func (*NullableUserInvitesUserInviteIdGet200Response) Unset ¶
func (v *NullableUserInvitesUserInviteIdGet200Response) Unset()
type NullableUserInvitesUserInviteIdUserAttributesAttributeNameDelete200Response ¶
type NullableUserInvitesUserInviteIdUserAttributesAttributeNameDelete200Response struct {
// contains filtered or unexported fields
}
func NewNullableUserInvitesUserInviteIdUserAttributesAttributeNameDelete200Response ¶
func NewNullableUserInvitesUserInviteIdUserAttributesAttributeNameDelete200Response(val *UserInvitesUserInviteIdUserAttributesAttributeNameDelete200Response) *NullableUserInvitesUserInviteIdUserAttributesAttributeNameDelete200Response
func (NullableUserInvitesUserInviteIdUserAttributesAttributeNameDelete200Response) MarshalJSON ¶
func (v NullableUserInvitesUserInviteIdUserAttributesAttributeNameDelete200Response) MarshalJSON() ([]byte, error)
func (*NullableUserInvitesUserInviteIdUserAttributesAttributeNameDelete200Response) UnmarshalJSON ¶
func (v *NullableUserInvitesUserInviteIdUserAttributesAttributeNameDelete200Response) UnmarshalJSON(src []byte) error
type NullableUserInvitesUserInviteIdUserAttributesAttributeNameDelete200ResponseData ¶
type NullableUserInvitesUserInviteIdUserAttributesAttributeNameDelete200ResponseData struct {
// contains filtered or unexported fields
}
func NewNullableUserInvitesUserInviteIdUserAttributesAttributeNameDelete200ResponseData ¶
func NewNullableUserInvitesUserInviteIdUserAttributesAttributeNameDelete200ResponseData(val *UserInvitesUserInviteIdUserAttributesAttributeNameDelete200ResponseData) *NullableUserInvitesUserInviteIdUserAttributesAttributeNameDelete200ResponseData
func (NullableUserInvitesUserInviteIdUserAttributesAttributeNameDelete200ResponseData) MarshalJSON ¶
func (v NullableUserInvitesUserInviteIdUserAttributesAttributeNameDelete200ResponseData) MarshalJSON() ([]byte, error)
func (*NullableUserInvitesUserInviteIdUserAttributesAttributeNameDelete200ResponseData) UnmarshalJSON ¶
func (v *NullableUserInvitesUserInviteIdUserAttributesAttributeNameDelete200ResponseData) UnmarshalJSON(src []byte) error
type NullableUserInvitesUserInviteIdUserAttributesPost200Response ¶
type NullableUserInvitesUserInviteIdUserAttributesPost200Response struct {
// contains filtered or unexported fields
}
func NewNullableUserInvitesUserInviteIdUserAttributesPost200Response ¶
func NewNullableUserInvitesUserInviteIdUserAttributesPost200Response(val *UserInvitesUserInviteIdUserAttributesPost200Response) *NullableUserInvitesUserInviteIdUserAttributesPost200Response
func (NullableUserInvitesUserInviteIdUserAttributesPost200Response) IsSet ¶
func (v NullableUserInvitesUserInviteIdUserAttributesPost200Response) IsSet() bool
func (NullableUserInvitesUserInviteIdUserAttributesPost200Response) MarshalJSON ¶
func (v NullableUserInvitesUserInviteIdUserAttributesPost200Response) MarshalJSON() ([]byte, error)
func (*NullableUserInvitesUserInviteIdUserAttributesPost200Response) UnmarshalJSON ¶
func (v *NullableUserInvitesUserInviteIdUserAttributesPost200Response) UnmarshalJSON(src []byte) error
func (*NullableUserInvitesUserInviteIdUserAttributesPost200Response) Unset ¶
func (v *NullableUserInvitesUserInviteIdUserAttributesPost200Response) Unset()
type NullableUserInvitesUserInviteIdUserAttributesPost200ResponseData ¶
type NullableUserInvitesUserInviteIdUserAttributesPost200ResponseData struct {
// contains filtered or unexported fields
}
func NewNullableUserInvitesUserInviteIdUserAttributesPost200ResponseData ¶
func NewNullableUserInvitesUserInviteIdUserAttributesPost200ResponseData(val *UserInvitesUserInviteIdUserAttributesPost200ResponseData) *NullableUserInvitesUserInviteIdUserAttributesPost200ResponseData
func (NullableUserInvitesUserInviteIdUserAttributesPost200ResponseData) IsSet ¶
func (v NullableUserInvitesUserInviteIdUserAttributesPost200ResponseData) IsSet() bool
func (NullableUserInvitesUserInviteIdUserAttributesPost200ResponseData) MarshalJSON ¶
func (v NullableUserInvitesUserInviteIdUserAttributesPost200ResponseData) MarshalJSON() ([]byte, error)
func (*NullableUserInvitesUserInviteIdUserAttributesPost200ResponseData) UnmarshalJSON ¶
func (v *NullableUserInvitesUserInviteIdUserAttributesPost200ResponseData) UnmarshalJSON(src []byte) error
func (*NullableUserInvitesUserInviteIdUserAttributesPost200ResponseData) Unset ¶
func (v *NullableUserInvitesUserInviteIdUserAttributesPost200ResponseData) Unset()
type NullableUserInvitesUserInviteIdUserAttributesPostRequest ¶
type NullableUserInvitesUserInviteIdUserAttributesPostRequest struct {
// contains filtered or unexported fields
}
func NewNullableUserInvitesUserInviteIdUserAttributesPostRequest ¶
func NewNullableUserInvitesUserInviteIdUserAttributesPostRequest(val *UserInvitesUserInviteIdUserAttributesPostRequest) *NullableUserInvitesUserInviteIdUserAttributesPostRequest
func (NullableUserInvitesUserInviteIdUserAttributesPostRequest) IsSet ¶
func (v NullableUserInvitesUserInviteIdUserAttributesPostRequest) IsSet() bool
func (NullableUserInvitesUserInviteIdUserAttributesPostRequest) MarshalJSON ¶
func (v NullableUserInvitesUserInviteIdUserAttributesPostRequest) MarshalJSON() ([]byte, error)
func (*NullableUserInvitesUserInviteIdUserAttributesPostRequest) UnmarshalJSON ¶
func (v *NullableUserInvitesUserInviteIdUserAttributesPostRequest) UnmarshalJSON(src []byte) error
func (*NullableUserInvitesUserInviteIdUserAttributesPostRequest) Unset ¶
func (v *NullableUserInvitesUserInviteIdUserAttributesPostRequest) Unset()
type NullableUserTask ¶ added in v1.0.0
type NullableUserTask struct {
// contains filtered or unexported fields
}
func NewNullableUserTask ¶ added in v1.0.0
func NewNullableUserTask(val *UserTask) *NullableUserTask
func (NullableUserTask) Get ¶ added in v1.0.0
func (v NullableUserTask) Get() *UserTask
func (NullableUserTask) IsSet ¶ added in v1.0.0
func (v NullableUserTask) IsSet() bool
func (NullableUserTask) MarshalJSON ¶ added in v1.0.0
func (v NullableUserTask) MarshalJSON() ([]byte, error)
func (*NullableUserTask) Set ¶ added in v1.0.0
func (v *NullableUserTask) Set(val *UserTask)
func (*NullableUserTask) UnmarshalJSON ¶ added in v1.0.0
func (v *NullableUserTask) UnmarshalJSON(src []byte) error
func (*NullableUserTask) Unset ¶ added in v1.0.0
func (v *NullableUserTask) Unset()
type NullableUserTasksGet200Response ¶ added in v1.0.0
type NullableUserTasksGet200Response struct {
// contains filtered or unexported fields
}
func NewNullableUserTasksGet200Response ¶ added in v1.0.0
func NewNullableUserTasksGet200Response(val *UserTasksGet200Response) *NullableUserTasksGet200Response
func (NullableUserTasksGet200Response) Get ¶ added in v1.0.0
func (v NullableUserTasksGet200Response) Get() *UserTasksGet200Response
func (NullableUserTasksGet200Response) IsSet ¶ added in v1.0.0
func (v NullableUserTasksGet200Response) IsSet() bool
func (NullableUserTasksGet200Response) MarshalJSON ¶ added in v1.0.0
func (v NullableUserTasksGet200Response) MarshalJSON() ([]byte, error)
func (*NullableUserTasksGet200Response) Set ¶ added in v1.0.0
func (v *NullableUserTasksGet200Response) Set(val *UserTasksGet200Response)
func (*NullableUserTasksGet200Response) UnmarshalJSON ¶ added in v1.0.0
func (v *NullableUserTasksGet200Response) UnmarshalJSON(src []byte) error
func (*NullableUserTasksGet200Response) Unset ¶ added in v1.0.0
func (v *NullableUserTasksGet200Response) Unset()
type NullableUserTasksGet200ResponseDataInner ¶ added in v1.0.0
type NullableUserTasksGet200ResponseDataInner struct {
// contains filtered or unexported fields
}
func NewNullableUserTasksGet200ResponseDataInner ¶ added in v1.0.0
func NewNullableUserTasksGet200ResponseDataInner(val *UserTasksGet200ResponseDataInner) *NullableUserTasksGet200ResponseDataInner
func (NullableUserTasksGet200ResponseDataInner) IsSet ¶ added in v1.0.0
func (v NullableUserTasksGet200ResponseDataInner) IsSet() bool
func (NullableUserTasksGet200ResponseDataInner) MarshalJSON ¶ added in v1.0.0
func (v NullableUserTasksGet200ResponseDataInner) MarshalJSON() ([]byte, error)
func (*NullableUserTasksGet200ResponseDataInner) Set ¶ added in v1.0.0
func (v *NullableUserTasksGet200ResponseDataInner) Set(val *UserTasksGet200ResponseDataInner)
func (*NullableUserTasksGet200ResponseDataInner) UnmarshalJSON ¶ added in v1.0.0
func (v *NullableUserTasksGet200ResponseDataInner) UnmarshalJSON(src []byte) error
func (*NullableUserTasksGet200ResponseDataInner) Unset ¶ added in v1.0.0
func (v *NullableUserTasksGet200ResponseDataInner) Unset()
type NullableUserTasksGet200ResponseDataInnerAssigneesInner ¶ added in v1.0.0
type NullableUserTasksGet200ResponseDataInnerAssigneesInner struct {
// contains filtered or unexported fields
}
func NewNullableUserTasksGet200ResponseDataInnerAssigneesInner ¶ added in v1.0.0
func NewNullableUserTasksGet200ResponseDataInnerAssigneesInner(val *UserTasksGet200ResponseDataInnerAssigneesInner) *NullableUserTasksGet200ResponseDataInnerAssigneesInner
func (NullableUserTasksGet200ResponseDataInnerAssigneesInner) IsSet ¶ added in v1.0.0
func (v NullableUserTasksGet200ResponseDataInnerAssigneesInner) IsSet() bool
func (NullableUserTasksGet200ResponseDataInnerAssigneesInner) MarshalJSON ¶ added in v1.0.0
func (v NullableUserTasksGet200ResponseDataInnerAssigneesInner) MarshalJSON() ([]byte, error)
func (*NullableUserTasksGet200ResponseDataInnerAssigneesInner) UnmarshalJSON ¶ added in v1.0.0
func (v *NullableUserTasksGet200ResponseDataInnerAssigneesInner) UnmarshalJSON(src []byte) error
func (*NullableUserTasksGet200ResponseDataInnerAssigneesInner) Unset ¶ added in v1.0.0
func (v *NullableUserTasksGet200ResponseDataInnerAssigneesInner) Unset()
type NullableUserTasksGetAssignedToUsersParameter ¶ added in v1.0.0
type NullableUserTasksGetAssignedToUsersParameter struct {
// contains filtered or unexported fields
}
func NewNullableUserTasksGetAssignedToUsersParameter ¶ added in v1.0.0
func NewNullableUserTasksGetAssignedToUsersParameter(val *UserTasksGetAssignedToUsersParameter) *NullableUserTasksGetAssignedToUsersParameter
func (NullableUserTasksGetAssignedToUsersParameter) IsSet ¶ added in v1.0.0
func (v NullableUserTasksGetAssignedToUsersParameter) IsSet() bool
func (NullableUserTasksGetAssignedToUsersParameter) MarshalJSON ¶ added in v1.0.0
func (v NullableUserTasksGetAssignedToUsersParameter) MarshalJSON() ([]byte, error)
func (*NullableUserTasksGetAssignedToUsersParameter) Set ¶ added in v1.0.0
func (v *NullableUserTasksGetAssignedToUsersParameter) Set(val *UserTasksGetAssignedToUsersParameter)
func (*NullableUserTasksGetAssignedToUsersParameter) UnmarshalJSON ¶ added in v1.0.0
func (v *NullableUserTasksGetAssignedToUsersParameter) UnmarshalJSON(src []byte) error
func (*NullableUserTasksGetAssignedToUsersParameter) Unset ¶ added in v1.0.0
func (v *NullableUserTasksGetAssignedToUsersParameter) Unset()
type NullableUserTasksTaskIdCancelPatchRequest ¶ added in v1.0.0
type NullableUserTasksTaskIdCancelPatchRequest struct {
// contains filtered or unexported fields
}
func NewNullableUserTasksTaskIdCancelPatchRequest ¶ added in v1.0.0
func NewNullableUserTasksTaskIdCancelPatchRequest(val *UserTasksTaskIdCancelPatchRequest) *NullableUserTasksTaskIdCancelPatchRequest
func (NullableUserTasksTaskIdCancelPatchRequest) IsSet ¶ added in v1.0.0
func (v NullableUserTasksTaskIdCancelPatchRequest) IsSet() bool
func (NullableUserTasksTaskIdCancelPatchRequest) MarshalJSON ¶ added in v1.0.0
func (v NullableUserTasksTaskIdCancelPatchRequest) MarshalJSON() ([]byte, error)
func (*NullableUserTasksTaskIdCancelPatchRequest) Set ¶ added in v1.0.0
func (v *NullableUserTasksTaskIdCancelPatchRequest) Set(val *UserTasksTaskIdCancelPatchRequest)
func (*NullableUserTasksTaskIdCancelPatchRequest) UnmarshalJSON ¶ added in v1.0.0
func (v *NullableUserTasksTaskIdCancelPatchRequest) UnmarshalJSON(src []byte) error
func (*NullableUserTasksTaskIdCancelPatchRequest) Unset ¶ added in v1.0.0
func (v *NullableUserTasksTaskIdCancelPatchRequest) Unset()
type NullableUserTasksTaskIdReassignPatchRequest ¶ added in v1.0.0
type NullableUserTasksTaskIdReassignPatchRequest struct {
// contains filtered or unexported fields
}
func NewNullableUserTasksTaskIdReassignPatchRequest ¶ added in v1.0.0
func NewNullableUserTasksTaskIdReassignPatchRequest(val *UserTasksTaskIdReassignPatchRequest) *NullableUserTasksTaskIdReassignPatchRequest
func (NullableUserTasksTaskIdReassignPatchRequest) IsSet ¶ added in v1.0.0
func (v NullableUserTasksTaskIdReassignPatchRequest) IsSet() bool
func (NullableUserTasksTaskIdReassignPatchRequest) MarshalJSON ¶ added in v1.0.0
func (v NullableUserTasksTaskIdReassignPatchRequest) MarshalJSON() ([]byte, error)
func (*NullableUserTasksTaskIdReassignPatchRequest) Set ¶ added in v1.0.0
func (v *NullableUserTasksTaskIdReassignPatchRequest) Set(val *UserTasksTaskIdReassignPatchRequest)
func (*NullableUserTasksTaskIdReassignPatchRequest) UnmarshalJSON ¶ added in v1.0.0
func (v *NullableUserTasksTaskIdReassignPatchRequest) UnmarshalJSON(src []byte) error
func (*NullableUserTasksTaskIdReassignPatchRequest) Unset ¶ added in v1.0.0
func (v *NullableUserTasksTaskIdReassignPatchRequest) Unset()
type NullableUserTasksTaskIdReassignPatchRequestAssigneesInner ¶ added in v1.0.0
type NullableUserTasksTaskIdReassignPatchRequestAssigneesInner struct {
// contains filtered or unexported fields
}
func NewNullableUserTasksTaskIdReassignPatchRequestAssigneesInner ¶ added in v1.0.0
func NewNullableUserTasksTaskIdReassignPatchRequestAssigneesInner(val *UserTasksTaskIdReassignPatchRequestAssigneesInner) *NullableUserTasksTaskIdReassignPatchRequestAssigneesInner
func (NullableUserTasksTaskIdReassignPatchRequestAssigneesInner) IsSet ¶ added in v1.0.0
func (v NullableUserTasksTaskIdReassignPatchRequestAssigneesInner) IsSet() bool
func (NullableUserTasksTaskIdReassignPatchRequestAssigneesInner) MarshalJSON ¶ added in v1.0.0
func (v NullableUserTasksTaskIdReassignPatchRequestAssigneesInner) MarshalJSON() ([]byte, error)
func (*NullableUserTasksTaskIdReassignPatchRequestAssigneesInner) UnmarshalJSON ¶ added in v1.0.0
func (v *NullableUserTasksTaskIdReassignPatchRequestAssigneesInner) UnmarshalJSON(src []byte) error
func (*NullableUserTasksTaskIdReassignPatchRequestAssigneesInner) Unset ¶ added in v1.0.0
func (v *NullableUserTasksTaskIdReassignPatchRequestAssigneesInner) Unset()
type NullableUserTasksTaskIdReassignPatchRequestAssigneesInnerAnyOf ¶ added in v1.0.0
type NullableUserTasksTaskIdReassignPatchRequestAssigneesInnerAnyOf struct {
// contains filtered or unexported fields
}
func NewNullableUserTasksTaskIdReassignPatchRequestAssigneesInnerAnyOf ¶ added in v1.0.0
func NewNullableUserTasksTaskIdReassignPatchRequestAssigneesInnerAnyOf(val *UserTasksTaskIdReassignPatchRequestAssigneesInnerAnyOf) *NullableUserTasksTaskIdReassignPatchRequestAssigneesInnerAnyOf
func (NullableUserTasksTaskIdReassignPatchRequestAssigneesInnerAnyOf) IsSet ¶ added in v1.0.0
func (v NullableUserTasksTaskIdReassignPatchRequestAssigneesInnerAnyOf) IsSet() bool
func (NullableUserTasksTaskIdReassignPatchRequestAssigneesInnerAnyOf) MarshalJSON ¶ added in v1.0.0
func (v NullableUserTasksTaskIdReassignPatchRequestAssigneesInnerAnyOf) MarshalJSON() ([]byte, error)
func (*NullableUserTasksTaskIdReassignPatchRequestAssigneesInnerAnyOf) UnmarshalJSON ¶ added in v1.0.0
func (v *NullableUserTasksTaskIdReassignPatchRequestAssigneesInnerAnyOf) UnmarshalJSON(src []byte) error
func (*NullableUserTasksTaskIdReassignPatchRequestAssigneesInnerAnyOf) Unset ¶ added in v1.0.0
func (v *NullableUserTasksTaskIdReassignPatchRequestAssigneesInnerAnyOf) Unset()
type NullableUserTasksTaskIdReassignPatchRequestAssigneesInnerAnyOf1 ¶ added in v1.0.0
type NullableUserTasksTaskIdReassignPatchRequestAssigneesInnerAnyOf1 struct {
// contains filtered or unexported fields
}
func NewNullableUserTasksTaskIdReassignPatchRequestAssigneesInnerAnyOf1 ¶ added in v1.0.0
func NewNullableUserTasksTaskIdReassignPatchRequestAssigneesInnerAnyOf1(val *UserTasksTaskIdReassignPatchRequestAssigneesInnerAnyOf1) *NullableUserTasksTaskIdReassignPatchRequestAssigneesInnerAnyOf1
func (NullableUserTasksTaskIdReassignPatchRequestAssigneesInnerAnyOf1) IsSet ¶ added in v1.0.0
func (v NullableUserTasksTaskIdReassignPatchRequestAssigneesInnerAnyOf1) IsSet() bool
func (NullableUserTasksTaskIdReassignPatchRequestAssigneesInnerAnyOf1) MarshalJSON ¶ added in v1.0.0
func (v NullableUserTasksTaskIdReassignPatchRequestAssigneesInnerAnyOf1) MarshalJSON() ([]byte, error)
func (*NullableUserTasksTaskIdReassignPatchRequestAssigneesInnerAnyOf1) UnmarshalJSON ¶ added in v1.0.0
func (v *NullableUserTasksTaskIdReassignPatchRequestAssigneesInnerAnyOf1) UnmarshalJSON(src []byte) error
func (*NullableUserTasksTaskIdReassignPatchRequestAssigneesInnerAnyOf1) Unset ¶ added in v1.0.0
func (v *NullableUserTasksTaskIdReassignPatchRequestAssigneesInnerAnyOf1) Unset()
type NullableUserTasksTaskIdSubmitPatch200Response ¶ added in v1.0.0
type NullableUserTasksTaskIdSubmitPatch200Response struct {
// contains filtered or unexported fields
}
func NewNullableUserTasksTaskIdSubmitPatch200Response ¶ added in v1.0.0
func NewNullableUserTasksTaskIdSubmitPatch200Response(val *UserTasksTaskIdSubmitPatch200Response) *NullableUserTasksTaskIdSubmitPatch200Response
func (NullableUserTasksTaskIdSubmitPatch200Response) IsSet ¶ added in v1.0.0
func (v NullableUserTasksTaskIdSubmitPatch200Response) IsSet() bool
func (NullableUserTasksTaskIdSubmitPatch200Response) MarshalJSON ¶ added in v1.0.0
func (v NullableUserTasksTaskIdSubmitPatch200Response) MarshalJSON() ([]byte, error)
func (*NullableUserTasksTaskIdSubmitPatch200Response) Set ¶ added in v1.0.0
func (v *NullableUserTasksTaskIdSubmitPatch200Response) Set(val *UserTasksTaskIdSubmitPatch200Response)
func (*NullableUserTasksTaskIdSubmitPatch200Response) UnmarshalJSON ¶ added in v1.0.0
func (v *NullableUserTasksTaskIdSubmitPatch200Response) UnmarshalJSON(src []byte) error
func (*NullableUserTasksTaskIdSubmitPatch200Response) Unset ¶ added in v1.0.0
func (v *NullableUserTasksTaskIdSubmitPatch200Response) Unset()
type NullableUserTasksTaskIdSubmitPatch200ResponseData ¶ added in v1.0.0
type NullableUserTasksTaskIdSubmitPatch200ResponseData struct {
// contains filtered or unexported fields
}
func NewNullableUserTasksTaskIdSubmitPatch200ResponseData ¶ added in v1.0.0
func NewNullableUserTasksTaskIdSubmitPatch200ResponseData(val *UserTasksTaskIdSubmitPatch200ResponseData) *NullableUserTasksTaskIdSubmitPatch200ResponseData
func (NullableUserTasksTaskIdSubmitPatch200ResponseData) IsSet ¶ added in v1.0.0
func (v NullableUserTasksTaskIdSubmitPatch200ResponseData) IsSet() bool
func (NullableUserTasksTaskIdSubmitPatch200ResponseData) MarshalJSON ¶ added in v1.0.0
func (v NullableUserTasksTaskIdSubmitPatch200ResponseData) MarshalJSON() ([]byte, error)
func (*NullableUserTasksTaskIdSubmitPatch200ResponseData) UnmarshalJSON ¶ added in v1.0.0
func (v *NullableUserTasksTaskIdSubmitPatch200ResponseData) UnmarshalJSON(src []byte) error
func (*NullableUserTasksTaskIdSubmitPatch200ResponseData) Unset ¶ added in v1.0.0
func (v *NullableUserTasksTaskIdSubmitPatch200ResponseData) Unset()
type NullableUserTasksTaskIdSubmitPatchRequest ¶ added in v1.0.0
type NullableUserTasksTaskIdSubmitPatchRequest struct {
// contains filtered or unexported fields
}
func NewNullableUserTasksTaskIdSubmitPatchRequest ¶ added in v1.0.0
func NewNullableUserTasksTaskIdSubmitPatchRequest(val *UserTasksTaskIdSubmitPatchRequest) *NullableUserTasksTaskIdSubmitPatchRequest
func (NullableUserTasksTaskIdSubmitPatchRequest) IsSet ¶ added in v1.0.0
func (v NullableUserTasksTaskIdSubmitPatchRequest) IsSet() bool
func (NullableUserTasksTaskIdSubmitPatchRequest) MarshalJSON ¶ added in v1.0.0
func (v NullableUserTasksTaskIdSubmitPatchRequest) MarshalJSON() ([]byte, error)
func (*NullableUserTasksTaskIdSubmitPatchRequest) Set ¶ added in v1.0.0
func (v *NullableUserTasksTaskIdSubmitPatchRequest) Set(val *UserTasksTaskIdSubmitPatchRequest)
func (*NullableUserTasksTaskIdSubmitPatchRequest) UnmarshalJSON ¶ added in v1.0.0
func (v *NullableUserTasksTaskIdSubmitPatchRequest) UnmarshalJSON(src []byte) error
func (*NullableUserTasksTaskIdSubmitPatchRequest) Unset ¶ added in v1.0.0
func (v *NullableUserTasksTaskIdSubmitPatchRequest) Unset()
type NullableUsersGet200Response ¶
type NullableUsersGet200Response struct {
// contains filtered or unexported fields
}
func NewNullableUsersGet200Response ¶
func NewNullableUsersGet200Response(val *UsersGet200Response) *NullableUsersGet200Response
func (NullableUsersGet200Response) Get ¶
func (v NullableUsersGet200Response) Get() *UsersGet200Response
func (NullableUsersGet200Response) IsSet ¶
func (v NullableUsersGet200Response) IsSet() bool
func (NullableUsersGet200Response) MarshalJSON ¶
func (v NullableUsersGet200Response) MarshalJSON() ([]byte, error)
func (*NullableUsersGet200Response) Set ¶
func (v *NullableUsersGet200Response) Set(val *UsersGet200Response)
func (*NullableUsersGet200Response) UnmarshalJSON ¶
func (v *NullableUsersGet200Response) UnmarshalJSON(src []byte) error
func (*NullableUsersGet200Response) Unset ¶
func (v *NullableUsersGet200Response) Unset()
type NullableUsersPost200Response ¶
type NullableUsersPost200Response struct {
// contains filtered or unexported fields
}
func NewNullableUsersPost200Response ¶
func NewNullableUsersPost200Response(val *UsersPost200Response) *NullableUsersPost200Response
func (NullableUsersPost200Response) Get ¶
func (v NullableUsersPost200Response) Get() *UsersPost200Response
func (NullableUsersPost200Response) IsSet ¶
func (v NullableUsersPost200Response) IsSet() bool
func (NullableUsersPost200Response) MarshalJSON ¶
func (v NullableUsersPost200Response) MarshalJSON() ([]byte, error)
func (*NullableUsersPost200Response) Set ¶
func (v *NullableUsersPost200Response) Set(val *UsersPost200Response)
func (*NullableUsersPost200Response) UnmarshalJSON ¶
func (v *NullableUsersPost200Response) UnmarshalJSON(src []byte) error
func (*NullableUsersPost200Response) Unset ¶
func (v *NullableUsersPost200Response) Unset()
type NullableUsersPost200ResponseData ¶
type NullableUsersPost200ResponseData struct {
// contains filtered or unexported fields
}
func NewNullableUsersPost200ResponseData ¶
func NewNullableUsersPost200ResponseData(val *UsersPost200ResponseData) *NullableUsersPost200ResponseData
func (NullableUsersPost200ResponseData) Get ¶
func (v NullableUsersPost200ResponseData) Get() *UsersPost200ResponseData
func (NullableUsersPost200ResponseData) IsSet ¶
func (v NullableUsersPost200ResponseData) IsSet() bool
func (NullableUsersPost200ResponseData) MarshalJSON ¶
func (v NullableUsersPost200ResponseData) MarshalJSON() ([]byte, error)
func (*NullableUsersPost200ResponseData) Set ¶
func (v *NullableUsersPost200ResponseData) Set(val *UsersPost200ResponseData)
func (*NullableUsersPost200ResponseData) UnmarshalJSON ¶
func (v *NullableUsersPost200ResponseData) UnmarshalJSON(src []byte) error
func (*NullableUsersPost200ResponseData) Unset ¶
func (v *NullableUsersPost200ResponseData) Unset()
type NullableUsersPostRequest ¶
type NullableUsersPostRequest struct {
// contains filtered or unexported fields
}
func NewNullableUsersPostRequest ¶
func NewNullableUsersPostRequest(val *UsersPostRequest) *NullableUsersPostRequest
func (NullableUsersPostRequest) Get ¶
func (v NullableUsersPostRequest) Get() *UsersPostRequest
func (NullableUsersPostRequest) IsSet ¶
func (v NullableUsersPostRequest) IsSet() bool
func (NullableUsersPostRequest) MarshalJSON ¶
func (v NullableUsersPostRequest) MarshalJSON() ([]byte, error)
func (*NullableUsersPostRequest) Set ¶
func (v *NullableUsersPostRequest) Set(val *UsersPostRequest)
func (*NullableUsersPostRequest) UnmarshalJSON ¶
func (v *NullableUsersPostRequest) UnmarshalJSON(src []byte) error
func (*NullableUsersPostRequest) Unset ¶
func (v *NullableUsersPostRequest) Unset()
type NullableUsersUserIdGet200Response ¶
type NullableUsersUserIdGet200Response struct {
// contains filtered or unexported fields
}
func NewNullableUsersUserIdGet200Response ¶
func NewNullableUsersUserIdGet200Response(val *UsersUserIdGet200Response) *NullableUsersUserIdGet200Response
func (NullableUsersUserIdGet200Response) Get ¶
func (v NullableUsersUserIdGet200Response) Get() *UsersUserIdGet200Response
func (NullableUsersUserIdGet200Response) IsSet ¶
func (v NullableUsersUserIdGet200Response) IsSet() bool
func (NullableUsersUserIdGet200Response) MarshalJSON ¶
func (v NullableUsersUserIdGet200Response) MarshalJSON() ([]byte, error)
func (*NullableUsersUserIdGet200Response) Set ¶
func (v *NullableUsersUserIdGet200Response) Set(val *UsersUserIdGet200Response)
func (*NullableUsersUserIdGet200Response) UnmarshalJSON ¶
func (v *NullableUsersUserIdGet200Response) UnmarshalJSON(src []byte) error
func (*NullableUsersUserIdGet200Response) Unset ¶
func (v *NullableUsersUserIdGet200Response) Unset()
type NullableUsersUserIdGet200ResponseData ¶
type NullableUsersUserIdGet200ResponseData struct {
// contains filtered or unexported fields
}
func NewNullableUsersUserIdGet200ResponseData ¶
func NewNullableUsersUserIdGet200ResponseData(val *UsersUserIdGet200ResponseData) *NullableUsersUserIdGet200ResponseData
func (NullableUsersUserIdGet200ResponseData) Get ¶
func (v NullableUsersUserIdGet200ResponseData) Get() *UsersUserIdGet200ResponseData
func (NullableUsersUserIdGet200ResponseData) IsSet ¶
func (v NullableUsersUserIdGet200ResponseData) IsSet() bool
func (NullableUsersUserIdGet200ResponseData) MarshalJSON ¶
func (v NullableUsersUserIdGet200ResponseData) MarshalJSON() ([]byte, error)
func (*NullableUsersUserIdGet200ResponseData) Set ¶
func (v *NullableUsersUserIdGet200ResponseData) Set(val *UsersUserIdGet200ResponseData)
func (*NullableUsersUserIdGet200ResponseData) UnmarshalJSON ¶
func (v *NullableUsersUserIdGet200ResponseData) UnmarshalJSON(src []byte) error
func (*NullableUsersUserIdGet200ResponseData) Unset ¶
func (v *NullableUsersUserIdGet200ResponseData) Unset()
type NullableUsersUserIdPatchRequest ¶
type NullableUsersUserIdPatchRequest struct {
// contains filtered or unexported fields
}
func NewNullableUsersUserIdPatchRequest ¶
func NewNullableUsersUserIdPatchRequest(val *UsersUserIdPatchRequest) *NullableUsersUserIdPatchRequest
func (NullableUsersUserIdPatchRequest) Get ¶
func (v NullableUsersUserIdPatchRequest) Get() *UsersUserIdPatchRequest
func (NullableUsersUserIdPatchRequest) IsSet ¶
func (v NullableUsersUserIdPatchRequest) IsSet() bool
func (NullableUsersUserIdPatchRequest) MarshalJSON ¶
func (v NullableUsersUserIdPatchRequest) MarshalJSON() ([]byte, error)
func (*NullableUsersUserIdPatchRequest) Set ¶
func (v *NullableUsersUserIdPatchRequest) Set(val *UsersUserIdPatchRequest)
func (*NullableUsersUserIdPatchRequest) UnmarshalJSON ¶
func (v *NullableUsersUserIdPatchRequest) UnmarshalJSON(src []byte) error
func (*NullableUsersUserIdPatchRequest) Unset ¶
func (v *NullableUsersUserIdPatchRequest) Unset()
type NullableUsersUserIdPatchRequestOperationsInner ¶
type NullableUsersUserIdPatchRequestOperationsInner struct {
// contains filtered or unexported fields
}
func NewNullableUsersUserIdPatchRequestOperationsInner ¶
func NewNullableUsersUserIdPatchRequestOperationsInner(val *UsersUserIdPatchRequestOperationsInner) *NullableUsersUserIdPatchRequestOperationsInner
func (NullableUsersUserIdPatchRequestOperationsInner) IsSet ¶
func (v NullableUsersUserIdPatchRequestOperationsInner) IsSet() bool
func (NullableUsersUserIdPatchRequestOperationsInner) MarshalJSON ¶
func (v NullableUsersUserIdPatchRequestOperationsInner) MarshalJSON() ([]byte, error)
func (*NullableUsersUserIdPatchRequestOperationsInner) Set ¶
func (v *NullableUsersUserIdPatchRequestOperationsInner) Set(val *UsersUserIdPatchRequestOperationsInner)
func (*NullableUsersUserIdPatchRequestOperationsInner) UnmarshalJSON ¶
func (v *NullableUsersUserIdPatchRequestOperationsInner) UnmarshalJSON(src []byte) error
func (*NullableUsersUserIdPatchRequestOperationsInner) Unset ¶
func (v *NullableUsersUserIdPatchRequestOperationsInner) Unset()
type NullableUsersUserIdPatchRequestOperationsInnerAnyOf ¶
type NullableUsersUserIdPatchRequestOperationsInnerAnyOf struct {
// contains filtered or unexported fields
}
func NewNullableUsersUserIdPatchRequestOperationsInnerAnyOf ¶
func NewNullableUsersUserIdPatchRequestOperationsInnerAnyOf(val *UsersUserIdPatchRequestOperationsInnerAnyOf) *NullableUsersUserIdPatchRequestOperationsInnerAnyOf
func (NullableUsersUserIdPatchRequestOperationsInnerAnyOf) IsSet ¶
func (v NullableUsersUserIdPatchRequestOperationsInnerAnyOf) IsSet() bool
func (NullableUsersUserIdPatchRequestOperationsInnerAnyOf) MarshalJSON ¶
func (v NullableUsersUserIdPatchRequestOperationsInnerAnyOf) MarshalJSON() ([]byte, error)
func (*NullableUsersUserIdPatchRequestOperationsInnerAnyOf) UnmarshalJSON ¶
func (v *NullableUsersUserIdPatchRequestOperationsInnerAnyOf) UnmarshalJSON(src []byte) error
func (*NullableUsersUserIdPatchRequestOperationsInnerAnyOf) Unset ¶
func (v *NullableUsersUserIdPatchRequestOperationsInnerAnyOf) Unset()
type NullableUsersUserIdPatchRequestOperationsInnerAnyOf1 ¶
type NullableUsersUserIdPatchRequestOperationsInnerAnyOf1 struct {
// contains filtered or unexported fields
}
func NewNullableUsersUserIdPatchRequestOperationsInnerAnyOf1 ¶
func NewNullableUsersUserIdPatchRequestOperationsInnerAnyOf1(val *UsersUserIdPatchRequestOperationsInnerAnyOf1) *NullableUsersUserIdPatchRequestOperationsInnerAnyOf1
func (NullableUsersUserIdPatchRequestOperationsInnerAnyOf1) IsSet ¶
func (v NullableUsersUserIdPatchRequestOperationsInnerAnyOf1) IsSet() bool
func (NullableUsersUserIdPatchRequestOperationsInnerAnyOf1) MarshalJSON ¶
func (v NullableUsersUserIdPatchRequestOperationsInnerAnyOf1) MarshalJSON() ([]byte, error)
func (*NullableUsersUserIdPatchRequestOperationsInnerAnyOf1) UnmarshalJSON ¶
func (v *NullableUsersUserIdPatchRequestOperationsInnerAnyOf1) UnmarshalJSON(src []byte) error
func (*NullableUsersUserIdPatchRequestOperationsInnerAnyOf1) Unset ¶
func (v *NullableUsersUserIdPatchRequestOperationsInnerAnyOf1) Unset()
type NullableUsersUserIdPatchRequestOperationsInnerAnyOf2 ¶
type NullableUsersUserIdPatchRequestOperationsInnerAnyOf2 struct {
// contains filtered or unexported fields
}
func NewNullableUsersUserIdPatchRequestOperationsInnerAnyOf2 ¶
func NewNullableUsersUserIdPatchRequestOperationsInnerAnyOf2(val *UsersUserIdPatchRequestOperationsInnerAnyOf2) *NullableUsersUserIdPatchRequestOperationsInnerAnyOf2
func (NullableUsersUserIdPatchRequestOperationsInnerAnyOf2) IsSet ¶
func (v NullableUsersUserIdPatchRequestOperationsInnerAnyOf2) IsSet() bool
func (NullableUsersUserIdPatchRequestOperationsInnerAnyOf2) MarshalJSON ¶
func (v NullableUsersUserIdPatchRequestOperationsInnerAnyOf2) MarshalJSON() ([]byte, error)
func (*NullableUsersUserIdPatchRequestOperationsInnerAnyOf2) UnmarshalJSON ¶
func (v *NullableUsersUserIdPatchRequestOperationsInnerAnyOf2) UnmarshalJSON(src []byte) error
func (*NullableUsersUserIdPatchRequestOperationsInnerAnyOf2) Unset ¶
func (v *NullableUsersUserIdPatchRequestOperationsInnerAnyOf2) Unset()
type NullableUsersUserIdUserAttributesAttributeNameDelete200Response ¶
type NullableUsersUserIdUserAttributesAttributeNameDelete200Response struct {
// contains filtered or unexported fields
}
func NewNullableUsersUserIdUserAttributesAttributeNameDelete200Response ¶
func NewNullableUsersUserIdUserAttributesAttributeNameDelete200Response(val *UsersUserIdUserAttributesAttributeNameDelete200Response) *NullableUsersUserIdUserAttributesAttributeNameDelete200Response
func (NullableUsersUserIdUserAttributesAttributeNameDelete200Response) IsSet ¶
func (v NullableUsersUserIdUserAttributesAttributeNameDelete200Response) IsSet() bool
func (NullableUsersUserIdUserAttributesAttributeNameDelete200Response) MarshalJSON ¶
func (v NullableUsersUserIdUserAttributesAttributeNameDelete200Response) MarshalJSON() ([]byte, error)
func (*NullableUsersUserIdUserAttributesAttributeNameDelete200Response) UnmarshalJSON ¶
func (v *NullableUsersUserIdUserAttributesAttributeNameDelete200Response) UnmarshalJSON(src []byte) error
func (*NullableUsersUserIdUserAttributesAttributeNameDelete200Response) Unset ¶
func (v *NullableUsersUserIdUserAttributesAttributeNameDelete200Response) Unset()
type NullableUsersUserIdUserAttributesAttributeNameDelete200ResponseData ¶
type NullableUsersUserIdUserAttributesAttributeNameDelete200ResponseData struct {
// contains filtered or unexported fields
}
func NewNullableUsersUserIdUserAttributesAttributeNameDelete200ResponseData ¶
func NewNullableUsersUserIdUserAttributesAttributeNameDelete200ResponseData(val *UsersUserIdUserAttributesAttributeNameDelete200ResponseData) *NullableUsersUserIdUserAttributesAttributeNameDelete200ResponseData
func (NullableUsersUserIdUserAttributesAttributeNameDelete200ResponseData) IsSet ¶
func (v NullableUsersUserIdUserAttributesAttributeNameDelete200ResponseData) IsSet() bool
func (NullableUsersUserIdUserAttributesAttributeNameDelete200ResponseData) MarshalJSON ¶
func (v NullableUsersUserIdUserAttributesAttributeNameDelete200ResponseData) MarshalJSON() ([]byte, error)
func (*NullableUsersUserIdUserAttributesAttributeNameDelete200ResponseData) UnmarshalJSON ¶
func (v *NullableUsersUserIdUserAttributesAttributeNameDelete200ResponseData) UnmarshalJSON(src []byte) error
func (*NullableUsersUserIdUserAttributesAttributeNameDelete200ResponseData) Unset ¶
func (v *NullableUsersUserIdUserAttributesAttributeNameDelete200ResponseData) Unset()
type NullableUsersUserIdUserAttributesPost200Response ¶
type NullableUsersUserIdUserAttributesPost200Response struct {
// contains filtered or unexported fields
}
func NewNullableUsersUserIdUserAttributesPost200Response ¶
func NewNullableUsersUserIdUserAttributesPost200Response(val *UsersUserIdUserAttributesPost200Response) *NullableUsersUserIdUserAttributesPost200Response
func (NullableUsersUserIdUserAttributesPost200Response) IsSet ¶
func (v NullableUsersUserIdUserAttributesPost200Response) IsSet() bool
func (NullableUsersUserIdUserAttributesPost200Response) MarshalJSON ¶
func (v NullableUsersUserIdUserAttributesPost200Response) MarshalJSON() ([]byte, error)
func (*NullableUsersUserIdUserAttributesPost200Response) UnmarshalJSON ¶
func (v *NullableUsersUserIdUserAttributesPost200Response) UnmarshalJSON(src []byte) error
func (*NullableUsersUserIdUserAttributesPost200Response) Unset ¶
func (v *NullableUsersUserIdUserAttributesPost200Response) Unset()
type NullableUsersUserIdUserAttributesPost200ResponseData ¶
type NullableUsersUserIdUserAttributesPost200ResponseData struct {
// contains filtered or unexported fields
}
func NewNullableUsersUserIdUserAttributesPost200ResponseData ¶
func NewNullableUsersUserIdUserAttributesPost200ResponseData(val *UsersUserIdUserAttributesPost200ResponseData) *NullableUsersUserIdUserAttributesPost200ResponseData
func (NullableUsersUserIdUserAttributesPost200ResponseData) IsSet ¶
func (v NullableUsersUserIdUserAttributesPost200ResponseData) IsSet() bool
func (NullableUsersUserIdUserAttributesPost200ResponseData) MarshalJSON ¶
func (v NullableUsersUserIdUserAttributesPost200ResponseData) MarshalJSON() ([]byte, error)
func (*NullableUsersUserIdUserAttributesPost200ResponseData) UnmarshalJSON ¶
func (v *NullableUsersUserIdUserAttributesPost200ResponseData) UnmarshalJSON(src []byte) error
func (*NullableUsersUserIdUserAttributesPost200ResponseData) Unset ¶
func (v *NullableUsersUserIdUserAttributesPost200ResponseData) Unset()
type NullableUsersUserIdUserAttributesPostRequest ¶
type NullableUsersUserIdUserAttributesPostRequest struct {
// contains filtered or unexported fields
}
func NewNullableUsersUserIdUserAttributesPostRequest ¶
func NewNullableUsersUserIdUserAttributesPostRequest(val *UsersUserIdUserAttributesPostRequest) *NullableUsersUserIdUserAttributesPostRequest
func (NullableUsersUserIdUserAttributesPostRequest) IsSet ¶
func (v NullableUsersUserIdUserAttributesPostRequest) IsSet() bool
func (NullableUsersUserIdUserAttributesPostRequest) MarshalJSON ¶
func (v NullableUsersUserIdUserAttributesPostRequest) MarshalJSON() ([]byte, error)
func (*NullableUsersUserIdUserAttributesPostRequest) Set ¶
func (v *NullableUsersUserIdUserAttributesPostRequest) Set(val *UsersUserIdUserAttributesPostRequest)
func (*NullableUsersUserIdUserAttributesPostRequest) UnmarshalJSON ¶
func (v *NullableUsersUserIdUserAttributesPostRequest) UnmarshalJSON(src []byte) error
func (*NullableUsersUserIdUserAttributesPostRequest) Unset ¶
func (v *NullableUsersUserIdUserAttributesPostRequest) Unset()
type NullableWorkflow ¶ added in v1.0.0
type NullableWorkflow struct {
// contains filtered or unexported fields
}
func NewNullableWorkflow ¶ added in v1.0.0
func NewNullableWorkflow(val *Workflow) *NullableWorkflow
func (NullableWorkflow) Get ¶ added in v1.0.0
func (v NullableWorkflow) Get() *Workflow
func (NullableWorkflow) IsSet ¶ added in v1.0.0
func (v NullableWorkflow) IsSet() bool
func (NullableWorkflow) MarshalJSON ¶ added in v1.0.0
func (v NullableWorkflow) MarshalJSON() ([]byte, error)
func (*NullableWorkflow) Set ¶ added in v1.0.0
func (v *NullableWorkflow) Set(val *Workflow)
func (*NullableWorkflow) UnmarshalJSON ¶ added in v1.0.0
func (v *NullableWorkflow) UnmarshalJSON(src []byte) error
func (*NullableWorkflow) Unset ¶ added in v1.0.0
func (v *NullableWorkflow) Unset()
type NullableWorkflowRunIdGet200Response ¶ added in v1.0.0
type NullableWorkflowRunIdGet200Response struct {
// contains filtered or unexported fields
}
func NewNullableWorkflowRunIdGet200Response ¶ added in v1.0.0
func NewNullableWorkflowRunIdGet200Response(val *WorkflowRunIdGet200Response) *NullableWorkflowRunIdGet200Response
func (NullableWorkflowRunIdGet200Response) Get ¶ added in v1.0.0
func (v NullableWorkflowRunIdGet200Response) Get() *WorkflowRunIdGet200Response
func (NullableWorkflowRunIdGet200Response) IsSet ¶ added in v1.0.0
func (v NullableWorkflowRunIdGet200Response) IsSet() bool
func (NullableWorkflowRunIdGet200Response) MarshalJSON ¶ added in v1.0.0
func (v NullableWorkflowRunIdGet200Response) MarshalJSON() ([]byte, error)
func (*NullableWorkflowRunIdGet200Response) Set ¶ added in v1.0.0
func (v *NullableWorkflowRunIdGet200Response) Set(val *WorkflowRunIdGet200Response)
func (*NullableWorkflowRunIdGet200Response) UnmarshalJSON ¶ added in v1.0.0
func (v *NullableWorkflowRunIdGet200Response) UnmarshalJSON(src []byte) error
func (*NullableWorkflowRunIdGet200Response) Unset ¶ added in v1.0.0
func (v *NullableWorkflowRunIdGet200Response) Unset()
type NullableWorkflowRunWithUserTask ¶ added in v1.0.0
type NullableWorkflowRunWithUserTask struct {
// contains filtered or unexported fields
}
func NewNullableWorkflowRunWithUserTask ¶ added in v1.0.0
func NewNullableWorkflowRunWithUserTask(val *WorkflowRunWithUserTask) *NullableWorkflowRunWithUserTask
func (NullableWorkflowRunWithUserTask) Get ¶ added in v1.0.0
func (v NullableWorkflowRunWithUserTask) Get() *WorkflowRunWithUserTask
func (NullableWorkflowRunWithUserTask) IsSet ¶ added in v1.0.0
func (v NullableWorkflowRunWithUserTask) IsSet() bool
func (NullableWorkflowRunWithUserTask) MarshalJSON ¶ added in v1.0.0
func (v NullableWorkflowRunWithUserTask) MarshalJSON() ([]byte, error)
func (*NullableWorkflowRunWithUserTask) Set ¶ added in v1.0.0
func (v *NullableWorkflowRunWithUserTask) Set(val *WorkflowRunWithUserTask)
func (*NullableWorkflowRunWithUserTask) UnmarshalJSON ¶ added in v1.0.0
func (v *NullableWorkflowRunWithUserTask) UnmarshalJSON(src []byte) error
func (*NullableWorkflowRunWithUserTask) Unset ¶ added in v1.0.0
func (v *NullableWorkflowRunWithUserTask) Unset()
type NullableWorkflowsGet200Response ¶ added in v1.0.0
type NullableWorkflowsGet200Response struct {
// contains filtered or unexported fields
}
func NewNullableWorkflowsGet200Response ¶ added in v1.0.0
func NewNullableWorkflowsGet200Response(val *WorkflowsGet200Response) *NullableWorkflowsGet200Response
func (NullableWorkflowsGet200Response) Get ¶ added in v1.0.0
func (v NullableWorkflowsGet200Response) Get() *WorkflowsGet200Response
func (NullableWorkflowsGet200Response) IsSet ¶ added in v1.0.0
func (v NullableWorkflowsGet200Response) IsSet() bool
func (NullableWorkflowsGet200Response) MarshalJSON ¶ added in v1.0.0
func (v NullableWorkflowsGet200Response) MarshalJSON() ([]byte, error)
func (*NullableWorkflowsGet200Response) Set ¶ added in v1.0.0
func (v *NullableWorkflowsGet200Response) Set(val *WorkflowsGet200Response)
func (*NullableWorkflowsGet200Response) UnmarshalJSON ¶ added in v1.0.0
func (v *NullableWorkflowsGet200Response) UnmarshalJSON(src []byte) error
func (*NullableWorkflowsGet200Response) Unset ¶ added in v1.0.0
func (v *NullableWorkflowsGet200Response) Unset()
type NullableWorkflowsGet200ResponseDataInner ¶ added in v1.0.0
type NullableWorkflowsGet200ResponseDataInner struct {
// contains filtered or unexported fields
}
func NewNullableWorkflowsGet200ResponseDataInner ¶ added in v1.0.0
func NewNullableWorkflowsGet200ResponseDataInner(val *WorkflowsGet200ResponseDataInner) *NullableWorkflowsGet200ResponseDataInner
func (NullableWorkflowsGet200ResponseDataInner) IsSet ¶ added in v1.0.0
func (v NullableWorkflowsGet200ResponseDataInner) IsSet() bool
func (NullableWorkflowsGet200ResponseDataInner) MarshalJSON ¶ added in v1.0.0
func (v NullableWorkflowsGet200ResponseDataInner) MarshalJSON() ([]byte, error)
func (*NullableWorkflowsGet200ResponseDataInner) Set ¶ added in v1.0.0
func (v *NullableWorkflowsGet200ResponseDataInner) Set(val *WorkflowsGet200ResponseDataInner)
func (*NullableWorkflowsGet200ResponseDataInner) UnmarshalJSON ¶ added in v1.0.0
func (v *NullableWorkflowsGet200ResponseDataInner) UnmarshalJSON(src []byte) error
func (*NullableWorkflowsGet200ResponseDataInner) Unset ¶ added in v1.0.0
func (v *NullableWorkflowsGet200ResponseDataInner) Unset()
type NullableWorkflowsGet403Response ¶ added in v1.0.0
type NullableWorkflowsGet403Response struct {
// contains filtered or unexported fields
}
func NewNullableWorkflowsGet403Response ¶ added in v1.0.0
func NewNullableWorkflowsGet403Response(val *WorkflowsGet403Response) *NullableWorkflowsGet403Response
func (NullableWorkflowsGet403Response) Get ¶ added in v1.0.0
func (v NullableWorkflowsGet403Response) Get() *WorkflowsGet403Response
func (NullableWorkflowsGet403Response) IsSet ¶ added in v1.0.0
func (v NullableWorkflowsGet403Response) IsSet() bool
func (NullableWorkflowsGet403Response) MarshalJSON ¶ added in v1.0.0
func (v NullableWorkflowsGet403Response) MarshalJSON() ([]byte, error)
func (*NullableWorkflowsGet403Response) Set ¶ added in v1.0.0
func (v *NullableWorkflowsGet403Response) Set(val *WorkflowsGet403Response)
func (*NullableWorkflowsGet403Response) UnmarshalJSON ¶ added in v1.0.0
func (v *NullableWorkflowsGet403Response) UnmarshalJSON(src []byte) error
func (*NullableWorkflowsGet403Response) Unset ¶ added in v1.0.0
func (v *NullableWorkflowsGet403Response) Unset()
type NullableWorkflowsWorkflowIdGet200Response ¶ added in v1.0.0
type NullableWorkflowsWorkflowIdGet200Response struct {
// contains filtered or unexported fields
}
func NewNullableWorkflowsWorkflowIdGet200Response ¶ added in v1.0.0
func NewNullableWorkflowsWorkflowIdGet200Response(val *WorkflowsWorkflowIdGet200Response) *NullableWorkflowsWorkflowIdGet200Response
func (NullableWorkflowsWorkflowIdGet200Response) IsSet ¶ added in v1.0.0
func (v NullableWorkflowsWorkflowIdGet200Response) IsSet() bool
func (NullableWorkflowsWorkflowIdGet200Response) MarshalJSON ¶ added in v1.0.0
func (v NullableWorkflowsWorkflowIdGet200Response) MarshalJSON() ([]byte, error)
func (*NullableWorkflowsWorkflowIdGet200Response) Set ¶ added in v1.0.0
func (v *NullableWorkflowsWorkflowIdGet200Response) Set(val *WorkflowsWorkflowIdGet200Response)
func (*NullableWorkflowsWorkflowIdGet200Response) UnmarshalJSON ¶ added in v1.0.0
func (v *NullableWorkflowsWorkflowIdGet200Response) UnmarshalJSON(src []byte) error
func (*NullableWorkflowsWorkflowIdGet200Response) Unset ¶ added in v1.0.0
func (v *NullableWorkflowsWorkflowIdGet200Response) Unset()
type OIDC ¶ added in v1.0.0
type OIDC struct {
ConfigType string `json:"config_type"`
OidcClientId string `json:"oidc_client_id"`
OidcClientSecret string `json:"oidc_client_secret"`
OidcScopes string `json:"oidc_scopes"`
OidcAuthUrl string `json:"oidc_auth_url"`
OidcTokenUrl string `json:"oidc_token_url"`
OidcUserinfoUrl *string `json:"oidc_userinfo_url,omitempty"`
OidcAudience *string `json:"oidc_audience,omitempty"`
JwtEmailKey string `json:"jwt_email_key"`
JwtRolesKey *string `json:"jwt_roles_key,omitempty"`
JwtFirstNameKey string `json:"jwt_first_name_key"`
JwtLastNameKey string `json:"jwt_last_name_key"`
RolesMapping *string `json:"roles_mapping,omitempty"`
JitEnabled bool `json:"jit_enabled"`
RestrictedDomain *string `json:"restricted_domain,omitempty"`
TriggerLoginAutomatically bool `json:"trigger_login_automatically"`
DisableEmailPasswordLogin bool `json:"disable_email_password_login"`
}
OIDC struct for OIDC
func NewOIDC ¶ added in v1.0.0
func NewOIDC(configType string, oidcClientId string, oidcClientSecret string, oidcScopes string, oidcAuthUrl string, oidcTokenUrl string, jwtEmailKey string, jwtFirstNameKey string, jwtLastNameKey string, jitEnabled bool, triggerLoginAutomatically bool, disableEmailPasswordLogin bool) *OIDC
NewOIDC instantiates a new OIDC object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewOIDCWithDefaults ¶ added in v1.0.0
func NewOIDCWithDefaults() *OIDC
NewOIDCWithDefaults instantiates a new OIDC object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*OIDC) GetConfigType ¶ added in v1.0.0
GetConfigType returns the ConfigType field value
func (*OIDC) GetConfigTypeOk ¶ added in v1.0.0
GetConfigTypeOk returns a tuple with the ConfigType field value and a boolean to check if the value has been set.
func (*OIDC) GetDisableEmailPasswordLogin ¶ added in v1.0.0
GetDisableEmailPasswordLogin returns the DisableEmailPasswordLogin field value
func (*OIDC) GetDisableEmailPasswordLoginOk ¶ added in v1.0.0
GetDisableEmailPasswordLoginOk returns a tuple with the DisableEmailPasswordLogin field value and a boolean to check if the value has been set.
func (*OIDC) GetJitEnabled ¶ added in v1.0.0
GetJitEnabled returns the JitEnabled field value
func (*OIDC) GetJitEnabledOk ¶ added in v1.0.0
GetJitEnabledOk returns a tuple with the JitEnabled field value and a boolean to check if the value has been set.
func (*OIDC) GetJwtEmailKey ¶ added in v1.0.0
GetJwtEmailKey returns the JwtEmailKey field value
func (*OIDC) GetJwtEmailKeyOk ¶ added in v1.0.0
GetJwtEmailKeyOk returns a tuple with the JwtEmailKey field value and a boolean to check if the value has been set.
func (*OIDC) GetJwtFirstNameKey ¶ added in v1.0.0
GetJwtFirstNameKey returns the JwtFirstNameKey field value
func (*OIDC) GetJwtFirstNameKeyOk ¶ added in v1.0.0
GetJwtFirstNameKeyOk returns a tuple with the JwtFirstNameKey field value and a boolean to check if the value has been set.
func (*OIDC) GetJwtLastNameKey ¶ added in v1.0.0
GetJwtLastNameKey returns the JwtLastNameKey field value
func (*OIDC) GetJwtLastNameKeyOk ¶ added in v1.0.0
GetJwtLastNameKeyOk returns a tuple with the JwtLastNameKey field value and a boolean to check if the value has been set.
func (*OIDC) GetJwtRolesKey ¶ added in v1.0.0
GetJwtRolesKey returns the JwtRolesKey field value if set, zero value otherwise.
func (*OIDC) GetJwtRolesKeyOk ¶ added in v1.0.0
GetJwtRolesKeyOk returns a tuple with the JwtRolesKey field value if set, nil otherwise and a boolean to check if the value has been set.
func (*OIDC) GetOidcAudience ¶ added in v1.0.0
GetOidcAudience returns the OidcAudience field value if set, zero value otherwise.
func (*OIDC) GetOidcAudienceOk ¶ added in v1.0.0
GetOidcAudienceOk returns a tuple with the OidcAudience field value if set, nil otherwise and a boolean to check if the value has been set.
func (*OIDC) GetOidcAuthUrl ¶ added in v1.0.0
GetOidcAuthUrl returns the OidcAuthUrl field value
func (*OIDC) GetOidcAuthUrlOk ¶ added in v1.0.0
GetOidcAuthUrlOk returns a tuple with the OidcAuthUrl field value and a boolean to check if the value has been set.
func (*OIDC) GetOidcClientId ¶ added in v1.0.0
GetOidcClientId returns the OidcClientId field value
func (*OIDC) GetOidcClientIdOk ¶ added in v1.0.0
GetOidcClientIdOk returns a tuple with the OidcClientId field value and a boolean to check if the value has been set.
func (*OIDC) GetOidcClientSecret ¶ added in v1.0.0
GetOidcClientSecret returns the OidcClientSecret field value
func (*OIDC) GetOidcClientSecretOk ¶ added in v1.0.0
GetOidcClientSecretOk returns a tuple with the OidcClientSecret field value and a boolean to check if the value has been set.
func (*OIDC) GetOidcScopes ¶ added in v1.0.0
GetOidcScopes returns the OidcScopes field value
func (*OIDC) GetOidcScopesOk ¶ added in v1.0.0
GetOidcScopesOk returns a tuple with the OidcScopes field value and a boolean to check if the value has been set.
func (*OIDC) GetOidcTokenUrl ¶ added in v1.0.0
GetOidcTokenUrl returns the OidcTokenUrl field value
func (*OIDC) GetOidcTokenUrlOk ¶ added in v1.0.0
GetOidcTokenUrlOk returns a tuple with the OidcTokenUrl field value and a boolean to check if the value has been set.
func (*OIDC) GetOidcUserinfoUrl ¶ added in v1.0.0
GetOidcUserinfoUrl returns the OidcUserinfoUrl field value if set, zero value otherwise.
func (*OIDC) GetOidcUserinfoUrlOk ¶ added in v1.0.0
GetOidcUserinfoUrlOk returns a tuple with the OidcUserinfoUrl field value if set, nil otherwise and a boolean to check if the value has been set.
func (*OIDC) GetRestrictedDomain ¶ added in v1.0.0
GetRestrictedDomain returns the RestrictedDomain field value if set, zero value otherwise.
func (*OIDC) GetRestrictedDomainOk ¶ added in v1.0.0
GetRestrictedDomainOk returns a tuple with the RestrictedDomain field value if set, nil otherwise and a boolean to check if the value has been set.
func (*OIDC) GetRolesMapping ¶ added in v1.0.0
GetRolesMapping returns the RolesMapping field value if set, zero value otherwise.
func (*OIDC) GetRolesMappingOk ¶ added in v1.0.0
GetRolesMappingOk returns a tuple with the RolesMapping field value if set, nil otherwise and a boolean to check if the value has been set.
func (*OIDC) GetTriggerLoginAutomatically ¶ added in v1.0.0
GetTriggerLoginAutomatically returns the TriggerLoginAutomatically field value
func (*OIDC) GetTriggerLoginAutomaticallyOk ¶ added in v1.0.0
GetTriggerLoginAutomaticallyOk returns a tuple with the TriggerLoginAutomatically field value and a boolean to check if the value has been set.
func (*OIDC) HasJwtRolesKey ¶ added in v1.0.0
HasJwtRolesKey returns a boolean if a field has been set.
func (*OIDC) HasOidcAudience ¶ added in v1.0.0
HasOidcAudience returns a boolean if a field has been set.
func (*OIDC) HasOidcUserinfoUrl ¶ added in v1.0.0
HasOidcUserinfoUrl returns a boolean if a field has been set.
func (*OIDC) HasRestrictedDomain ¶ added in v1.0.0
HasRestrictedDomain returns a boolean if a field has been set.
func (*OIDC) HasRolesMapping ¶ added in v1.0.0
HasRolesMapping returns a boolean if a field has been set.
func (OIDC) MarshalJSON ¶ added in v1.0.0
func (*OIDC) SetConfigType ¶ added in v1.0.0
SetConfigType sets field value
func (*OIDC) SetDisableEmailPasswordLogin ¶ added in v1.0.0
SetDisableEmailPasswordLogin sets field value
func (*OIDC) SetJitEnabled ¶ added in v1.0.0
SetJitEnabled sets field value
func (*OIDC) SetJwtEmailKey ¶ added in v1.0.0
SetJwtEmailKey sets field value
func (*OIDC) SetJwtFirstNameKey ¶ added in v1.0.0
SetJwtFirstNameKey sets field value
func (*OIDC) SetJwtLastNameKey ¶ added in v1.0.0
SetJwtLastNameKey sets field value
func (*OIDC) SetJwtRolesKey ¶ added in v1.0.0
SetJwtRolesKey gets a reference to the given string and assigns it to the JwtRolesKey field.
func (*OIDC) SetOidcAudience ¶ added in v1.0.0
SetOidcAudience gets a reference to the given string and assigns it to the OidcAudience field.
func (*OIDC) SetOidcAuthUrl ¶ added in v1.0.0
SetOidcAuthUrl sets field value
func (*OIDC) SetOidcClientId ¶ added in v1.0.0
SetOidcClientId sets field value
func (*OIDC) SetOidcClientSecret ¶ added in v1.0.0
SetOidcClientSecret sets field value
func (*OIDC) SetOidcScopes ¶ added in v1.0.0
SetOidcScopes sets field value
func (*OIDC) SetOidcTokenUrl ¶ added in v1.0.0
SetOidcTokenUrl sets field value
func (*OIDC) SetOidcUserinfoUrl ¶ added in v1.0.0
SetOidcUserinfoUrl gets a reference to the given string and assigns it to the OidcUserinfoUrl field.
func (*OIDC) SetRestrictedDomain ¶ added in v1.0.0
SetRestrictedDomain gets a reference to the given string and assigns it to the RestrictedDomain field.
func (*OIDC) SetRolesMapping ¶ added in v1.0.0
SetRolesMapping gets a reference to the given string and assigns it to the RolesMapping field.
func (*OIDC) SetTriggerLoginAutomatically ¶ added in v1.0.0
SetTriggerLoginAutomatically sets field value
func (*OIDC) UnmarshalJSON ¶ added in v1.0.0
type ObservabilityAPIService ¶
type ObservabilityAPIService service
ObservabilityAPIService ObservabilityAPI service
func (*ObservabilityAPIService) ObservabilityConfigConfigIdDelete ¶
func (a *ObservabilityAPIService) ObservabilityConfigConfigIdDelete(ctx context.Context, configId string) ApiObservabilityConfigConfigIdDeleteRequest
ObservabilityConfigConfigIdDelete Delete an observability provider configuration
Delete observability configuration for the organization. The API token must have the "Observability > Write" scope.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param configId The id of the observability configuration to delete. @return ApiObservabilityConfigConfigIdDeleteRequest
func (*ObservabilityAPIService) ObservabilityConfigConfigIdDeleteExecute ¶
func (a *ObservabilityAPIService) ObservabilityConfigConfigIdDeleteExecute(r ApiObservabilityConfigConfigIdDeleteRequest) (*http.Response, error)
Execute executes the request
func (*ObservabilityAPIService) ObservabilityConfigConfigIdPut ¶
func (a *ObservabilityAPIService) ObservabilityConfigConfigIdPut(ctx context.Context, configId string) ApiObservabilityConfigConfigIdPutRequest
ObservabilityConfigConfigIdPut Update an observability provider configuration
Update observability configuration for the organization and returns the updated configuration. This will result in an error if no existing configuration found. The API token must have the "Observability > Write" scope.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param configId The id of the observability configuration to update. @return ApiObservabilityConfigConfigIdPutRequest
func (*ObservabilityAPIService) ObservabilityConfigConfigIdPutExecute ¶
func (a *ObservabilityAPIService) ObservabilityConfigConfigIdPutExecute(r ApiObservabilityConfigConfigIdPutRequest) (*ObservabilityConfigConfigIdPut200Response, *http.Response, error)
Execute executes the request
@return ObservabilityConfigConfigIdPut200Response
func (*ObservabilityAPIService) ObservabilityConfigGet ¶
func (a *ObservabilityAPIService) ObservabilityConfigGet(ctx context.Context) ApiObservabilityConfigGetRequest
ObservabilityConfigGet Get observability provider configurations
Get observability configurations for the organization. The API token must have the "Observability > Read" scope.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return ApiObservabilityConfigGetRequest
func (*ObservabilityAPIService) ObservabilityConfigGetExecute ¶
func (a *ObservabilityAPIService) ObservabilityConfigGetExecute(r ApiObservabilityConfigGetRequest) (*ObservabilityConfigGet200Response, *http.Response, error)
Execute executes the request
@return ObservabilityConfigGet200Response
func (*ObservabilityAPIService) ObservabilityConfigPost ¶
func (a *ObservabilityAPIService) ObservabilityConfigPost(ctx context.Context) ApiObservabilityConfigPostRequest
ObservabilityConfigPost Create a new observability provider configuration
Create observability configuration for the organization and returns the created configuration. This will result in an error if configuration is already set. The API token must have the "Observability > Write" scope.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return ApiObservabilityConfigPostRequest
func (*ObservabilityAPIService) ObservabilityConfigPostExecute ¶
func (a *ObservabilityAPIService) ObservabilityConfigPostExecute(r ApiObservabilityConfigPostRequest) (*ObservabilityConfigPost200Response, *http.Response, error)
Execute executes the request
@return ObservabilityConfigPost200Response
func (*ObservabilityAPIService) ObservabilityProviderProviderTestPost ¶
func (a *ObservabilityAPIService) ObservabilityProviderProviderTestPost(ctx context.Context, provider ObservabilityProviderProviderTestPostProviderParameter) ApiObservabilityProviderProviderTestPostRequest
ObservabilityProviderProviderTestPost Send a test error event to the observability provider
Send a test error event to the observability provider. The API token must have the "Observability > Read" scope.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param provider The observability provider name, either \"Sentry\" or \"Datadog\" @return ApiObservabilityProviderProviderTestPostRequest
func (*ObservabilityAPIService) ObservabilityProviderProviderTestPostExecute ¶
func (a *ObservabilityAPIService) ObservabilityProviderProviderTestPostExecute(r ApiObservabilityProviderProviderTestPostRequest) (*ObservabilityProviderProviderTestPost200Response, *http.Response, error)
Execute executes the request
@return ObservabilityProviderProviderTestPost200Response
type ObservabilityConfigConfigIdPut200Response ¶
type ObservabilityConfigConfigIdPut200Response struct {
// API request succeeded
Success bool `json:"success"`
Data ObservabilityConfigConfigIdPut200ResponseData `json:"data"`
AdditionalProperties map[string]interface{}
}
ObservabilityConfigConfigIdPut200Response struct for ObservabilityConfigConfigIdPut200Response
func NewObservabilityConfigConfigIdPut200Response ¶
func NewObservabilityConfigConfigIdPut200Response(success bool, data ObservabilityConfigConfigIdPut200ResponseData) *ObservabilityConfigConfigIdPut200Response
NewObservabilityConfigConfigIdPut200Response instantiates a new ObservabilityConfigConfigIdPut200Response object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewObservabilityConfigConfigIdPut200ResponseWithDefaults ¶
func NewObservabilityConfigConfigIdPut200ResponseWithDefaults() *ObservabilityConfigConfigIdPut200Response
NewObservabilityConfigConfigIdPut200ResponseWithDefaults instantiates a new ObservabilityConfigConfigIdPut200Response object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*ObservabilityConfigConfigIdPut200Response) GetData ¶
func (o *ObservabilityConfigConfigIdPut200Response) GetData() ObservabilityConfigConfigIdPut200ResponseData
GetData returns the Data field value
func (*ObservabilityConfigConfigIdPut200Response) GetDataOk ¶
func (o *ObservabilityConfigConfigIdPut200Response) GetDataOk() (*ObservabilityConfigConfigIdPut200ResponseData, bool)
GetDataOk returns a tuple with the Data field value and a boolean to check if the value has been set.
func (*ObservabilityConfigConfigIdPut200Response) GetSuccess ¶
func (o *ObservabilityConfigConfigIdPut200Response) GetSuccess() bool
GetSuccess returns the Success field value
func (*ObservabilityConfigConfigIdPut200Response) GetSuccessOk ¶
func (o *ObservabilityConfigConfigIdPut200Response) GetSuccessOk() (*bool, bool)
GetSuccessOk returns a tuple with the Success field value and a boolean to check if the value has been set.
func (ObservabilityConfigConfigIdPut200Response) MarshalJSON ¶
func (o ObservabilityConfigConfigIdPut200Response) MarshalJSON() ([]byte, error)
func (*ObservabilityConfigConfigIdPut200Response) SetData ¶
func (o *ObservabilityConfigConfigIdPut200Response) SetData(v ObservabilityConfigConfigIdPut200ResponseData)
SetData sets field value
func (*ObservabilityConfigConfigIdPut200Response) SetSuccess ¶
func (o *ObservabilityConfigConfigIdPut200Response) SetSuccess(v bool)
SetSuccess sets field value
func (ObservabilityConfigConfigIdPut200Response) ToMap ¶
func (o ObservabilityConfigConfigIdPut200Response) ToMap() (map[string]interface{}, error)
func (*ObservabilityConfigConfigIdPut200Response) UnmarshalJSON ¶
func (o *ObservabilityConfigConfigIdPut200Response) UnmarshalJSON(data []byte) (err error)
type ObservabilityConfigConfigIdPut200ResponseData ¶
type ObservabilityConfigConfigIdPut200ResponseData struct {
// The id of the configuration.
Id string `json:"id"`
Config ObservabilityConfigGet200ResponseDataInnerConfig `json:"config"`
// When enabled, use this provider for apps observability monitoring.
Enabled bool `json:"enabled"`
}
ObservabilityConfigConfigIdPut200ResponseData Shape of Put Observability Config Response
func NewObservabilityConfigConfigIdPut200ResponseData ¶
func NewObservabilityConfigConfigIdPut200ResponseData(id string, config ObservabilityConfigGet200ResponseDataInnerConfig, enabled bool) *ObservabilityConfigConfigIdPut200ResponseData
NewObservabilityConfigConfigIdPut200ResponseData instantiates a new ObservabilityConfigConfigIdPut200ResponseData object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewObservabilityConfigConfigIdPut200ResponseDataWithDefaults ¶
func NewObservabilityConfigConfigIdPut200ResponseDataWithDefaults() *ObservabilityConfigConfigIdPut200ResponseData
NewObservabilityConfigConfigIdPut200ResponseDataWithDefaults instantiates a new ObservabilityConfigConfigIdPut200ResponseData object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*ObservabilityConfigConfigIdPut200ResponseData) GetConfig ¶
func (o *ObservabilityConfigConfigIdPut200ResponseData) GetConfig() ObservabilityConfigGet200ResponseDataInnerConfig
GetConfig returns the Config field value
func (*ObservabilityConfigConfigIdPut200ResponseData) GetConfigOk ¶
func (o *ObservabilityConfigConfigIdPut200ResponseData) GetConfigOk() (*ObservabilityConfigGet200ResponseDataInnerConfig, bool)
GetConfigOk returns a tuple with the Config field value and a boolean to check if the value has been set.
func (*ObservabilityConfigConfigIdPut200ResponseData) GetEnabled ¶
func (o *ObservabilityConfigConfigIdPut200ResponseData) GetEnabled() bool
GetEnabled returns the Enabled field value
func (*ObservabilityConfigConfigIdPut200ResponseData) GetEnabledOk ¶
func (o *ObservabilityConfigConfigIdPut200ResponseData) GetEnabledOk() (*bool, bool)
GetEnabledOk returns a tuple with the Enabled field value and a boolean to check if the value has been set.
func (*ObservabilityConfigConfigIdPut200ResponseData) GetId ¶
func (o *ObservabilityConfigConfigIdPut200ResponseData) GetId() string
GetId returns the Id field value
func (*ObservabilityConfigConfigIdPut200ResponseData) GetIdOk ¶
func (o *ObservabilityConfigConfigIdPut200ResponseData) GetIdOk() (*string, bool)
GetIdOk returns a tuple with the Id field value and a boolean to check if the value has been set.
func (ObservabilityConfigConfigIdPut200ResponseData) MarshalJSON ¶
func (o ObservabilityConfigConfigIdPut200ResponseData) MarshalJSON() ([]byte, error)
func (*ObservabilityConfigConfigIdPut200ResponseData) SetConfig ¶
func (o *ObservabilityConfigConfigIdPut200ResponseData) SetConfig(v ObservabilityConfigGet200ResponseDataInnerConfig)
SetConfig sets field value
func (*ObservabilityConfigConfigIdPut200ResponseData) SetEnabled ¶
func (o *ObservabilityConfigConfigIdPut200ResponseData) SetEnabled(v bool)
SetEnabled sets field value
func (*ObservabilityConfigConfigIdPut200ResponseData) SetId ¶
func (o *ObservabilityConfigConfigIdPut200ResponseData) SetId(v string)
SetId sets field value
func (ObservabilityConfigConfigIdPut200ResponseData) ToMap ¶
func (o ObservabilityConfigConfigIdPut200ResponseData) ToMap() (map[string]interface{}, error)
func (*ObservabilityConfigConfigIdPut200ResponseData) UnmarshalJSON ¶
func (o *ObservabilityConfigConfigIdPut200ResponseData) UnmarshalJSON(data []byte) (err error)
type ObservabilityConfigConfigIdPutRequest ¶
type ObservabilityConfigConfigIdPutRequest struct {
Config *ObservabilityConfigGet200ResponseDataInnerConfig `json:"config,omitempty"`
// When enabled, use this provider for apps observability monitoring.
Enabled *bool `json:"enabled,omitempty"`
}
ObservabilityConfigConfigIdPutRequest Shape of Put Observability Config Request
func NewObservabilityConfigConfigIdPutRequest ¶
func NewObservabilityConfigConfigIdPutRequest() *ObservabilityConfigConfigIdPutRequest
NewObservabilityConfigConfigIdPutRequest instantiates a new ObservabilityConfigConfigIdPutRequest object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewObservabilityConfigConfigIdPutRequestWithDefaults ¶
func NewObservabilityConfigConfigIdPutRequestWithDefaults() *ObservabilityConfigConfigIdPutRequest
NewObservabilityConfigConfigIdPutRequestWithDefaults instantiates a new ObservabilityConfigConfigIdPutRequest object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*ObservabilityConfigConfigIdPutRequest) GetConfig ¶
func (o *ObservabilityConfigConfigIdPutRequest) GetConfig() ObservabilityConfigGet200ResponseDataInnerConfig
GetConfig returns the Config field value if set, zero value otherwise.
func (*ObservabilityConfigConfigIdPutRequest) GetConfigOk ¶
func (o *ObservabilityConfigConfigIdPutRequest) GetConfigOk() (*ObservabilityConfigGet200ResponseDataInnerConfig, 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 (*ObservabilityConfigConfigIdPutRequest) GetEnabled ¶
func (o *ObservabilityConfigConfigIdPutRequest) GetEnabled() bool
GetEnabled returns the Enabled field value if set, zero value otherwise.
func (*ObservabilityConfigConfigIdPutRequest) GetEnabledOk ¶
func (o *ObservabilityConfigConfigIdPutRequest) GetEnabledOk() (*bool, bool)
GetEnabledOk returns a tuple with the Enabled field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ObservabilityConfigConfigIdPutRequest) HasConfig ¶
func (o *ObservabilityConfigConfigIdPutRequest) HasConfig() bool
HasConfig returns a boolean if a field has been set.
func (*ObservabilityConfigConfigIdPutRequest) HasEnabled ¶
func (o *ObservabilityConfigConfigIdPutRequest) HasEnabled() bool
HasEnabled returns a boolean if a field has been set.
func (ObservabilityConfigConfigIdPutRequest) MarshalJSON ¶
func (o ObservabilityConfigConfigIdPutRequest) MarshalJSON() ([]byte, error)
func (*ObservabilityConfigConfigIdPutRequest) SetConfig ¶
func (o *ObservabilityConfigConfigIdPutRequest) SetConfig(v ObservabilityConfigGet200ResponseDataInnerConfig)
SetConfig gets a reference to the given ObservabilityConfigGet200ResponseDataInnerConfig and assigns it to the Config field.
func (*ObservabilityConfigConfigIdPutRequest) SetEnabled ¶
func (o *ObservabilityConfigConfigIdPutRequest) SetEnabled(v bool)
SetEnabled gets a reference to the given bool and assigns it to the Enabled field.
func (ObservabilityConfigConfigIdPutRequest) ToMap ¶
func (o ObservabilityConfigConfigIdPutRequest) ToMap() (map[string]interface{}, error)
type ObservabilityConfigGet200Response ¶
type ObservabilityConfigGet200Response struct {
// API request succeeded
Success bool `json:"success"`
Data []ObservabilityConfigGet200ResponseDataInner `json:"data"`
AdditionalProperties map[string]interface{}
}
ObservabilityConfigGet200Response struct for ObservabilityConfigGet200Response
func NewObservabilityConfigGet200Response ¶
func NewObservabilityConfigGet200Response(success bool, data []ObservabilityConfigGet200ResponseDataInner) *ObservabilityConfigGet200Response
NewObservabilityConfigGet200Response instantiates a new ObservabilityConfigGet200Response object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewObservabilityConfigGet200ResponseWithDefaults ¶
func NewObservabilityConfigGet200ResponseWithDefaults() *ObservabilityConfigGet200Response
NewObservabilityConfigGet200ResponseWithDefaults instantiates a new ObservabilityConfigGet200Response object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*ObservabilityConfigGet200Response) GetData ¶
func (o *ObservabilityConfigGet200Response) GetData() []ObservabilityConfigGet200ResponseDataInner
GetData returns the Data field value
func (*ObservabilityConfigGet200Response) GetDataOk ¶
func (o *ObservabilityConfigGet200Response) GetDataOk() ([]ObservabilityConfigGet200ResponseDataInner, bool)
GetDataOk returns a tuple with the Data field value and a boolean to check if the value has been set.
func (*ObservabilityConfigGet200Response) GetSuccess ¶
func (o *ObservabilityConfigGet200Response) GetSuccess() bool
GetSuccess returns the Success field value
func (*ObservabilityConfigGet200Response) GetSuccessOk ¶
func (o *ObservabilityConfigGet200Response) GetSuccessOk() (*bool, bool)
GetSuccessOk returns a tuple with the Success field value and a boolean to check if the value has been set.
func (ObservabilityConfigGet200Response) MarshalJSON ¶
func (o ObservabilityConfigGet200Response) MarshalJSON() ([]byte, error)
func (*ObservabilityConfigGet200Response) SetData ¶
func (o *ObservabilityConfigGet200Response) SetData(v []ObservabilityConfigGet200ResponseDataInner)
SetData sets field value
func (*ObservabilityConfigGet200Response) SetSuccess ¶
func (o *ObservabilityConfigGet200Response) SetSuccess(v bool)
SetSuccess sets field value
func (ObservabilityConfigGet200Response) ToMap ¶
func (o ObservabilityConfigGet200Response) ToMap() (map[string]interface{}, error)
func (*ObservabilityConfigGet200Response) UnmarshalJSON ¶
func (o *ObservabilityConfigGet200Response) UnmarshalJSON(data []byte) (err error)
type ObservabilityConfigGet200ResponseDataInner ¶
type ObservabilityConfigGet200ResponseDataInner struct {
// The id of the configuration.
Id string `json:"id"`
Config ObservabilityConfigGet200ResponseDataInnerConfig `json:"config"`
// When enabled, use this provider for apps observability monitoring.
Enabled bool `json:"enabled"`
}
ObservabilityConfigGet200ResponseDataInner Shape of Get Observability Config Response
func NewObservabilityConfigGet200ResponseDataInner ¶
func NewObservabilityConfigGet200ResponseDataInner(id string, config ObservabilityConfigGet200ResponseDataInnerConfig, enabled bool) *ObservabilityConfigGet200ResponseDataInner
NewObservabilityConfigGet200ResponseDataInner instantiates a new ObservabilityConfigGet200ResponseDataInner object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewObservabilityConfigGet200ResponseDataInnerWithDefaults ¶
func NewObservabilityConfigGet200ResponseDataInnerWithDefaults() *ObservabilityConfigGet200ResponseDataInner
NewObservabilityConfigGet200ResponseDataInnerWithDefaults instantiates a new ObservabilityConfigGet200ResponseDataInner object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*ObservabilityConfigGet200ResponseDataInner) GetConfig ¶
func (o *ObservabilityConfigGet200ResponseDataInner) GetConfig() ObservabilityConfigGet200ResponseDataInnerConfig
GetConfig returns the Config field value
func (*ObservabilityConfigGet200ResponseDataInner) GetConfigOk ¶
func (o *ObservabilityConfigGet200ResponseDataInner) GetConfigOk() (*ObservabilityConfigGet200ResponseDataInnerConfig, bool)
GetConfigOk returns a tuple with the Config field value and a boolean to check if the value has been set.
func (*ObservabilityConfigGet200ResponseDataInner) GetEnabled ¶
func (o *ObservabilityConfigGet200ResponseDataInner) GetEnabled() bool
GetEnabled returns the Enabled field value
func (*ObservabilityConfigGet200ResponseDataInner) GetEnabledOk ¶
func (o *ObservabilityConfigGet200ResponseDataInner) GetEnabledOk() (*bool, bool)
GetEnabledOk returns a tuple with the Enabled field value and a boolean to check if the value has been set.
func (*ObservabilityConfigGet200ResponseDataInner) GetId ¶
func (o *ObservabilityConfigGet200ResponseDataInner) GetId() string
GetId returns the Id field value
func (*ObservabilityConfigGet200ResponseDataInner) GetIdOk ¶
func (o *ObservabilityConfigGet200ResponseDataInner) GetIdOk() (*string, bool)
GetIdOk returns a tuple with the Id field value and a boolean to check if the value has been set.
func (ObservabilityConfigGet200ResponseDataInner) MarshalJSON ¶
func (o ObservabilityConfigGet200ResponseDataInner) MarshalJSON() ([]byte, error)
func (*ObservabilityConfigGet200ResponseDataInner) SetConfig ¶
func (o *ObservabilityConfigGet200ResponseDataInner) SetConfig(v ObservabilityConfigGet200ResponseDataInnerConfig)
SetConfig sets field value
func (*ObservabilityConfigGet200ResponseDataInner) SetEnabled ¶
func (o *ObservabilityConfigGet200ResponseDataInner) SetEnabled(v bool)
SetEnabled sets field value
func (*ObservabilityConfigGet200ResponseDataInner) SetId ¶
func (o *ObservabilityConfigGet200ResponseDataInner) SetId(v string)
SetId sets field value
func (ObservabilityConfigGet200ResponseDataInner) ToMap ¶
func (o ObservabilityConfigGet200ResponseDataInner) ToMap() (map[string]interface{}, error)
func (*ObservabilityConfigGet200ResponseDataInner) UnmarshalJSON ¶
func (o *ObservabilityConfigGet200ResponseDataInner) UnmarshalJSON(data []byte) (err error)
type ObservabilityConfigGet200ResponseDataInnerConfig ¶
type ObservabilityConfigGet200ResponseDataInnerConfig struct {
ObservabilityConfigGet200ResponseDataInnerConfigOneOf *ObservabilityConfigGet200ResponseDataInnerConfigOneOf
ObservabilityConfigGet200ResponseDataInnerConfigOneOf1 *ObservabilityConfigGet200ResponseDataInnerConfigOneOf1
}
ObservabilityConfigGet200ResponseDataInnerConfig - Provider-specific configuration. For Datadog, provide an API key. For Sentry, provide a DSN.
func ObservabilityConfigGet200ResponseDataInnerConfigOneOf1AsObservabilityConfigGet200ResponseDataInnerConfig ¶
func ObservabilityConfigGet200ResponseDataInnerConfigOneOf1AsObservabilityConfigGet200ResponseDataInnerConfig(v *ObservabilityConfigGet200ResponseDataInnerConfigOneOf1) ObservabilityConfigGet200ResponseDataInnerConfig
ObservabilityConfigGet200ResponseDataInnerConfigOneOf1AsObservabilityConfigGet200ResponseDataInnerConfig is a convenience function that returns ObservabilityConfigGet200ResponseDataInnerConfigOneOf1 wrapped in ObservabilityConfigGet200ResponseDataInnerConfig
func ObservabilityConfigGet200ResponseDataInnerConfigOneOfAsObservabilityConfigGet200ResponseDataInnerConfig ¶
func ObservabilityConfigGet200ResponseDataInnerConfigOneOfAsObservabilityConfigGet200ResponseDataInnerConfig(v *ObservabilityConfigGet200ResponseDataInnerConfigOneOf) ObservabilityConfigGet200ResponseDataInnerConfig
ObservabilityConfigGet200ResponseDataInnerConfigOneOfAsObservabilityConfigGet200ResponseDataInnerConfig is a convenience function that returns ObservabilityConfigGet200ResponseDataInnerConfigOneOf wrapped in ObservabilityConfigGet200ResponseDataInnerConfig
func (*ObservabilityConfigGet200ResponseDataInnerConfig) GetActualInstance ¶
func (obj *ObservabilityConfigGet200ResponseDataInnerConfig) GetActualInstance() interface{}
Get the actual instance
func (ObservabilityConfigGet200ResponseDataInnerConfig) MarshalJSON ¶
func (src ObservabilityConfigGet200ResponseDataInnerConfig) MarshalJSON() ([]byte, error)
Marshal data from the first non-nil pointers in the struct to JSON
func (*ObservabilityConfigGet200ResponseDataInnerConfig) UnmarshalJSON ¶
func (dst *ObservabilityConfigGet200ResponseDataInnerConfig) UnmarshalJSON(data []byte) error
Unmarshal JSON data into one of the pointers in the struct
type ObservabilityConfigGet200ResponseDataInnerConfigOneOf ¶
type ObservabilityConfigGet200ResponseDataInnerConfigOneOf struct {
// This is an enumerated field that can only take the value \"Sentry\". It identifies the provider of the observability configuration.
Provider string `json:"provider"`
// This is a string field that represents the Data Source Name (DSN). It is the unique identifier that helps Sentry know where to send errors and exceptions.
Dsn string `json:"dsn"`
// This is an optional array of Certificate Authority (CA) certificates. These are passed as `caCerts` to Sentry's NodeClient
CaCerts []string `json:"ca_certs,omitempty"`
AdditionalProperties map[string]interface{}
}
ObservabilityConfigGet200ResponseDataInnerConfigOneOf struct for ObservabilityConfigGet200ResponseDataInnerConfigOneOf
func NewObservabilityConfigGet200ResponseDataInnerConfigOneOf ¶
func NewObservabilityConfigGet200ResponseDataInnerConfigOneOf(provider string, dsn string) *ObservabilityConfigGet200ResponseDataInnerConfigOneOf
NewObservabilityConfigGet200ResponseDataInnerConfigOneOf instantiates a new ObservabilityConfigGet200ResponseDataInnerConfigOneOf object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewObservabilityConfigGet200ResponseDataInnerConfigOneOfWithDefaults ¶
func NewObservabilityConfigGet200ResponseDataInnerConfigOneOfWithDefaults() *ObservabilityConfigGet200ResponseDataInnerConfigOneOf
NewObservabilityConfigGet200ResponseDataInnerConfigOneOfWithDefaults instantiates a new ObservabilityConfigGet200ResponseDataInnerConfigOneOf object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*ObservabilityConfigGet200ResponseDataInnerConfigOneOf) GetCaCerts ¶ added in v1.0.0
func (o *ObservabilityConfigGet200ResponseDataInnerConfigOneOf) GetCaCerts() []string
GetCaCerts returns the CaCerts field value if set, zero value otherwise.
func (*ObservabilityConfigGet200ResponseDataInnerConfigOneOf) GetCaCertsOk ¶ added in v1.0.0
func (o *ObservabilityConfigGet200ResponseDataInnerConfigOneOf) GetCaCertsOk() ([]string, bool)
GetCaCertsOk returns a tuple with the CaCerts field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ObservabilityConfigGet200ResponseDataInnerConfigOneOf) GetDsn ¶
func (o *ObservabilityConfigGet200ResponseDataInnerConfigOneOf) GetDsn() string
GetDsn returns the Dsn field value
func (*ObservabilityConfigGet200ResponseDataInnerConfigOneOf) GetDsnOk ¶
func (o *ObservabilityConfigGet200ResponseDataInnerConfigOneOf) GetDsnOk() (*string, bool)
GetDsnOk returns a tuple with the Dsn field value and a boolean to check if the value has been set.
func (*ObservabilityConfigGet200ResponseDataInnerConfigOneOf) GetProvider ¶
func (o *ObservabilityConfigGet200ResponseDataInnerConfigOneOf) GetProvider() string
GetProvider returns the Provider field value
func (*ObservabilityConfigGet200ResponseDataInnerConfigOneOf) GetProviderOk ¶
func (o *ObservabilityConfigGet200ResponseDataInnerConfigOneOf) GetProviderOk() (*string, bool)
GetProviderOk returns a tuple with the Provider field value and a boolean to check if the value has been set.
func (*ObservabilityConfigGet200ResponseDataInnerConfigOneOf) HasCaCerts ¶ added in v1.0.0
func (o *ObservabilityConfigGet200ResponseDataInnerConfigOneOf) HasCaCerts() bool
HasCaCerts returns a boolean if a field has been set.
func (ObservabilityConfigGet200ResponseDataInnerConfigOneOf) MarshalJSON ¶
func (o ObservabilityConfigGet200ResponseDataInnerConfigOneOf) MarshalJSON() ([]byte, error)
func (*ObservabilityConfigGet200ResponseDataInnerConfigOneOf) SetCaCerts ¶ added in v1.0.0
func (o *ObservabilityConfigGet200ResponseDataInnerConfigOneOf) SetCaCerts(v []string)
SetCaCerts gets a reference to the given []string and assigns it to the CaCerts field.
func (*ObservabilityConfigGet200ResponseDataInnerConfigOneOf) SetDsn ¶
func (o *ObservabilityConfigGet200ResponseDataInnerConfigOneOf) SetDsn(v string)
SetDsn sets field value
func (*ObservabilityConfigGet200ResponseDataInnerConfigOneOf) SetProvider ¶
func (o *ObservabilityConfigGet200ResponseDataInnerConfigOneOf) SetProvider(v string)
SetProvider sets field value
func (ObservabilityConfigGet200ResponseDataInnerConfigOneOf) ToMap ¶
func (o ObservabilityConfigGet200ResponseDataInnerConfigOneOf) ToMap() (map[string]interface{}, error)
func (*ObservabilityConfigGet200ResponseDataInnerConfigOneOf) UnmarshalJSON ¶
func (o *ObservabilityConfigGet200ResponseDataInnerConfigOneOf) UnmarshalJSON(data []byte) (err error)
type ObservabilityConfigGet200ResponseDataInnerConfigOneOf1 ¶
type ObservabilityConfigGet200ResponseDataInnerConfigOneOf1 struct {
// This is an enumerated field that can only take the value \"Datadog\". It identifies the provider of the observability configuration.
Provider string `json:"provider"`
// This is a string field that represents the API key for Datadog. This key is used to authenticate with the Datadog API.
ApiKey string `json:"api_key"`
// This is a enumerated field that represents the Datadog site which the organization wants to send logs to. The default value is US1 which corresponds to the default website datadoghq.com.
Site string `json:"site"`
AdditionalProperties map[string]interface{}
}
ObservabilityConfigGet200ResponseDataInnerConfigOneOf1 struct for ObservabilityConfigGet200ResponseDataInnerConfigOneOf1
func NewObservabilityConfigGet200ResponseDataInnerConfigOneOf1 ¶
func NewObservabilityConfigGet200ResponseDataInnerConfigOneOf1(provider string, apiKey string, site string) *ObservabilityConfigGet200ResponseDataInnerConfigOneOf1
NewObservabilityConfigGet200ResponseDataInnerConfigOneOf1 instantiates a new ObservabilityConfigGet200ResponseDataInnerConfigOneOf1 object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewObservabilityConfigGet200ResponseDataInnerConfigOneOf1WithDefaults ¶
func NewObservabilityConfigGet200ResponseDataInnerConfigOneOf1WithDefaults() *ObservabilityConfigGet200ResponseDataInnerConfigOneOf1
NewObservabilityConfigGet200ResponseDataInnerConfigOneOf1WithDefaults instantiates a new ObservabilityConfigGet200ResponseDataInnerConfigOneOf1 object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*ObservabilityConfigGet200ResponseDataInnerConfigOneOf1) GetApiKey ¶
func (o *ObservabilityConfigGet200ResponseDataInnerConfigOneOf1) GetApiKey() string
GetApiKey returns the ApiKey field value
func (*ObservabilityConfigGet200ResponseDataInnerConfigOneOf1) GetApiKeyOk ¶
func (o *ObservabilityConfigGet200ResponseDataInnerConfigOneOf1) GetApiKeyOk() (*string, bool)
GetApiKeyOk returns a tuple with the ApiKey field value and a boolean to check if the value has been set.
func (*ObservabilityConfigGet200ResponseDataInnerConfigOneOf1) GetProvider ¶
func (o *ObservabilityConfigGet200ResponseDataInnerConfigOneOf1) GetProvider() string
GetProvider returns the Provider field value
func (*ObservabilityConfigGet200ResponseDataInnerConfigOneOf1) GetProviderOk ¶
func (o *ObservabilityConfigGet200ResponseDataInnerConfigOneOf1) GetProviderOk() (*string, bool)
GetProviderOk returns a tuple with the Provider field value and a boolean to check if the value has been set.
func (*ObservabilityConfigGet200ResponseDataInnerConfigOneOf1) GetSite ¶ added in v1.0.0
func (o *ObservabilityConfigGet200ResponseDataInnerConfigOneOf1) GetSite() string
GetSite returns the Site field value
func (*ObservabilityConfigGet200ResponseDataInnerConfigOneOf1) GetSiteOk ¶ added in v1.0.0
func (o *ObservabilityConfigGet200ResponseDataInnerConfigOneOf1) GetSiteOk() (*string, bool)
GetSiteOk returns a tuple with the Site field value and a boolean to check if the value has been set.
func (ObservabilityConfigGet200ResponseDataInnerConfigOneOf1) MarshalJSON ¶
func (o ObservabilityConfigGet200ResponseDataInnerConfigOneOf1) MarshalJSON() ([]byte, error)
func (*ObservabilityConfigGet200ResponseDataInnerConfigOneOf1) SetApiKey ¶
func (o *ObservabilityConfigGet200ResponseDataInnerConfigOneOf1) SetApiKey(v string)
SetApiKey sets field value
func (*ObservabilityConfigGet200ResponseDataInnerConfigOneOf1) SetProvider ¶
func (o *ObservabilityConfigGet200ResponseDataInnerConfigOneOf1) SetProvider(v string)
SetProvider sets field value
func (*ObservabilityConfigGet200ResponseDataInnerConfigOneOf1) SetSite ¶ added in v1.0.0
func (o *ObservabilityConfigGet200ResponseDataInnerConfigOneOf1) SetSite(v string)
SetSite sets field value
func (ObservabilityConfigGet200ResponseDataInnerConfigOneOf1) ToMap ¶
func (o ObservabilityConfigGet200ResponseDataInnerConfigOneOf1) ToMap() (map[string]interface{}, error)
func (*ObservabilityConfigGet200ResponseDataInnerConfigOneOf1) UnmarshalJSON ¶
func (o *ObservabilityConfigGet200ResponseDataInnerConfigOneOf1) UnmarshalJSON(data []byte) (err error)
type ObservabilityConfigPost200Response ¶
type ObservabilityConfigPost200Response struct {
// API request succeeded
Success bool `json:"success"`
Data ObservabilityConfigPost200ResponseData `json:"data"`
AdditionalProperties map[string]interface{}
}
ObservabilityConfigPost200Response struct for ObservabilityConfigPost200Response
func NewObservabilityConfigPost200Response ¶
func NewObservabilityConfigPost200Response(success bool, data ObservabilityConfigPost200ResponseData) *ObservabilityConfigPost200Response
NewObservabilityConfigPost200Response instantiates a new ObservabilityConfigPost200Response object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewObservabilityConfigPost200ResponseWithDefaults ¶
func NewObservabilityConfigPost200ResponseWithDefaults() *ObservabilityConfigPost200Response
NewObservabilityConfigPost200ResponseWithDefaults instantiates a new ObservabilityConfigPost200Response object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*ObservabilityConfigPost200Response) GetData ¶
func (o *ObservabilityConfigPost200Response) GetData() ObservabilityConfigPost200ResponseData
GetData returns the Data field value
func (*ObservabilityConfigPost200Response) GetDataOk ¶
func (o *ObservabilityConfigPost200Response) GetDataOk() (*ObservabilityConfigPost200ResponseData, bool)
GetDataOk returns a tuple with the Data field value and a boolean to check if the value has been set.
func (*ObservabilityConfigPost200Response) GetSuccess ¶
func (o *ObservabilityConfigPost200Response) GetSuccess() bool
GetSuccess returns the Success field value
func (*ObservabilityConfigPost200Response) GetSuccessOk ¶
func (o *ObservabilityConfigPost200Response) GetSuccessOk() (*bool, bool)
GetSuccessOk returns a tuple with the Success field value and a boolean to check if the value has been set.
func (ObservabilityConfigPost200Response) MarshalJSON ¶
func (o ObservabilityConfigPost200Response) MarshalJSON() ([]byte, error)
func (*ObservabilityConfigPost200Response) SetData ¶
func (o *ObservabilityConfigPost200Response) SetData(v ObservabilityConfigPost200ResponseData)
SetData sets field value
func (*ObservabilityConfigPost200Response) SetSuccess ¶
func (o *ObservabilityConfigPost200Response) SetSuccess(v bool)
SetSuccess sets field value
func (ObservabilityConfigPost200Response) ToMap ¶
func (o ObservabilityConfigPost200Response) ToMap() (map[string]interface{}, error)
func (*ObservabilityConfigPost200Response) UnmarshalJSON ¶
func (o *ObservabilityConfigPost200Response) UnmarshalJSON(data []byte) (err error)
type ObservabilityConfigPost200ResponseData ¶
type ObservabilityConfigPost200ResponseData struct {
// The id of the configuration.
Id string `json:"id"`
Config ObservabilityConfigGet200ResponseDataInnerConfig `json:"config"`
// When enabled, use this provider for apps observability monitoring.
Enabled bool `json:"enabled"`
}
ObservabilityConfigPost200ResponseData Shape of Post Observability Config Response
func NewObservabilityConfigPost200ResponseData ¶
func NewObservabilityConfigPost200ResponseData(id string, config ObservabilityConfigGet200ResponseDataInnerConfig, enabled bool) *ObservabilityConfigPost200ResponseData
NewObservabilityConfigPost200ResponseData instantiates a new ObservabilityConfigPost200ResponseData object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewObservabilityConfigPost200ResponseDataWithDefaults ¶
func NewObservabilityConfigPost200ResponseDataWithDefaults() *ObservabilityConfigPost200ResponseData
NewObservabilityConfigPost200ResponseDataWithDefaults instantiates a new ObservabilityConfigPost200ResponseData object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*ObservabilityConfigPost200ResponseData) GetConfig ¶
func (o *ObservabilityConfigPost200ResponseData) GetConfig() ObservabilityConfigGet200ResponseDataInnerConfig
GetConfig returns the Config field value
func (*ObservabilityConfigPost200ResponseData) GetConfigOk ¶
func (o *ObservabilityConfigPost200ResponseData) GetConfigOk() (*ObservabilityConfigGet200ResponseDataInnerConfig, bool)
GetConfigOk returns a tuple with the Config field value and a boolean to check if the value has been set.
func (*ObservabilityConfigPost200ResponseData) GetEnabled ¶
func (o *ObservabilityConfigPost200ResponseData) GetEnabled() bool
GetEnabled returns the Enabled field value
func (*ObservabilityConfigPost200ResponseData) GetEnabledOk ¶
func (o *ObservabilityConfigPost200ResponseData) GetEnabledOk() (*bool, bool)
GetEnabledOk returns a tuple with the Enabled field value and a boolean to check if the value has been set.
func (*ObservabilityConfigPost200ResponseData) GetId ¶
func (o *ObservabilityConfigPost200ResponseData) GetId() string
GetId returns the Id field value
func (*ObservabilityConfigPost200ResponseData) GetIdOk ¶
func (o *ObservabilityConfigPost200ResponseData) GetIdOk() (*string, bool)
GetIdOk returns a tuple with the Id field value and a boolean to check if the value has been set.
func (ObservabilityConfigPost200ResponseData) MarshalJSON ¶
func (o ObservabilityConfigPost200ResponseData) MarshalJSON() ([]byte, error)
func (*ObservabilityConfigPost200ResponseData) SetConfig ¶
func (o *ObservabilityConfigPost200ResponseData) SetConfig(v ObservabilityConfigGet200ResponseDataInnerConfig)
SetConfig sets field value
func (*ObservabilityConfigPost200ResponseData) SetEnabled ¶
func (o *ObservabilityConfigPost200ResponseData) SetEnabled(v bool)
SetEnabled sets field value
func (*ObservabilityConfigPost200ResponseData) SetId ¶
func (o *ObservabilityConfigPost200ResponseData) SetId(v string)
SetId sets field value
func (ObservabilityConfigPost200ResponseData) ToMap ¶
func (o ObservabilityConfigPost200ResponseData) ToMap() (map[string]interface{}, error)
func (*ObservabilityConfigPost200ResponseData) UnmarshalJSON ¶
func (o *ObservabilityConfigPost200ResponseData) UnmarshalJSON(data []byte) (err error)
type ObservabilityConfigPostRequest ¶
type ObservabilityConfigPostRequest struct {
Config ObservabilityConfigGet200ResponseDataInnerConfig `json:"config"`
// When enabled, use this provider for apps observability monitoring.
Enabled bool `json:"enabled"`
}
ObservabilityConfigPostRequest Shape of Post Observability Config Request
func NewObservabilityConfigPostRequest ¶
func NewObservabilityConfigPostRequest(config ObservabilityConfigGet200ResponseDataInnerConfig, enabled bool) *ObservabilityConfigPostRequest
NewObservabilityConfigPostRequest instantiates a new ObservabilityConfigPostRequest object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewObservabilityConfigPostRequestWithDefaults ¶
func NewObservabilityConfigPostRequestWithDefaults() *ObservabilityConfigPostRequest
NewObservabilityConfigPostRequestWithDefaults instantiates a new ObservabilityConfigPostRequest object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*ObservabilityConfigPostRequest) GetConfig ¶
func (o *ObservabilityConfigPostRequest) GetConfig() ObservabilityConfigGet200ResponseDataInnerConfig
GetConfig returns the Config field value
func (*ObservabilityConfigPostRequest) GetConfigOk ¶
func (o *ObservabilityConfigPostRequest) GetConfigOk() (*ObservabilityConfigGet200ResponseDataInnerConfig, bool)
GetConfigOk returns a tuple with the Config field value and a boolean to check if the value has been set.
func (*ObservabilityConfigPostRequest) GetEnabled ¶
func (o *ObservabilityConfigPostRequest) GetEnabled() bool
GetEnabled returns the Enabled field value
func (*ObservabilityConfigPostRequest) GetEnabledOk ¶
func (o *ObservabilityConfigPostRequest) GetEnabledOk() (*bool, bool)
GetEnabledOk returns a tuple with the Enabled field value and a boolean to check if the value has been set.
func (ObservabilityConfigPostRequest) MarshalJSON ¶
func (o ObservabilityConfigPostRequest) MarshalJSON() ([]byte, error)
func (*ObservabilityConfigPostRequest) SetConfig ¶
func (o *ObservabilityConfigPostRequest) SetConfig(v ObservabilityConfigGet200ResponseDataInnerConfig)
SetConfig sets field value
func (*ObservabilityConfigPostRequest) SetEnabled ¶
func (o *ObservabilityConfigPostRequest) SetEnabled(v bool)
SetEnabled sets field value
func (ObservabilityConfigPostRequest) ToMap ¶
func (o ObservabilityConfigPostRequest) ToMap() (map[string]interface{}, error)
func (*ObservabilityConfigPostRequest) UnmarshalJSON ¶
func (o *ObservabilityConfigPostRequest) UnmarshalJSON(data []byte) (err error)
type ObservabilityConfiguration ¶
type ObservabilityConfiguration struct {
// The id of the configuration.
Id string `json:"id"`
Config ObservabilityConfigGet200ResponseDataInnerConfig `json:"config"`
// When enabled, use this provider for apps observability monitoring.
Enabled bool `json:"enabled"`
}
ObservabilityConfiguration Shape of external Observability provider config
func NewObservabilityConfiguration ¶
func NewObservabilityConfiguration(id string, config ObservabilityConfigGet200ResponseDataInnerConfig, enabled bool) *ObservabilityConfiguration
NewObservabilityConfiguration instantiates a new ObservabilityConfiguration object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewObservabilityConfigurationWithDefaults ¶
func NewObservabilityConfigurationWithDefaults() *ObservabilityConfiguration
NewObservabilityConfigurationWithDefaults instantiates a new ObservabilityConfiguration object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*ObservabilityConfiguration) GetConfig ¶
func (o *ObservabilityConfiguration) GetConfig() ObservabilityConfigGet200ResponseDataInnerConfig
GetConfig returns the Config field value
func (*ObservabilityConfiguration) GetConfigOk ¶
func (o *ObservabilityConfiguration) GetConfigOk() (*ObservabilityConfigGet200ResponseDataInnerConfig, bool)
GetConfigOk returns a tuple with the Config field value and a boolean to check if the value has been set.
func (*ObservabilityConfiguration) GetEnabled ¶
func (o *ObservabilityConfiguration) GetEnabled() bool
GetEnabled returns the Enabled field value
func (*ObservabilityConfiguration) GetEnabledOk ¶
func (o *ObservabilityConfiguration) GetEnabledOk() (*bool, bool)
GetEnabledOk returns a tuple with the Enabled field value and a boolean to check if the value has been set.
func (*ObservabilityConfiguration) GetId ¶
func (o *ObservabilityConfiguration) GetId() string
GetId returns the Id field value
func (*ObservabilityConfiguration) GetIdOk ¶
func (o *ObservabilityConfiguration) GetIdOk() (*string, bool)
GetIdOk returns a tuple with the Id field value and a boolean to check if the value has been set.
func (ObservabilityConfiguration) MarshalJSON ¶
func (o ObservabilityConfiguration) MarshalJSON() ([]byte, error)
func (*ObservabilityConfiguration) SetConfig ¶
func (o *ObservabilityConfiguration) SetConfig(v ObservabilityConfigGet200ResponseDataInnerConfig)
SetConfig sets field value
func (*ObservabilityConfiguration) SetEnabled ¶
func (o *ObservabilityConfiguration) SetEnabled(v bool)
SetEnabled sets field value
func (*ObservabilityConfiguration) SetId ¶
func (o *ObservabilityConfiguration) SetId(v string)
SetId sets field value
func (ObservabilityConfiguration) ToMap ¶
func (o ObservabilityConfiguration) ToMap() (map[string]interface{}, error)
func (*ObservabilityConfiguration) UnmarshalJSON ¶
func (o *ObservabilityConfiguration) UnmarshalJSON(data []byte) (err error)
type ObservabilityProviderProviderTestPost200Response ¶
type ObservabilityProviderProviderTestPost200Response struct {
// API request succeeded
Success bool `json:"success"`
Data ObservabilityProviderProviderTestPost200ResponseData `json:"data"`
AdditionalProperties map[string]interface{}
}
ObservabilityProviderProviderTestPost200Response struct for ObservabilityProviderProviderTestPost200Response
func NewObservabilityProviderProviderTestPost200Response ¶
func NewObservabilityProviderProviderTestPost200Response(success bool, data ObservabilityProviderProviderTestPost200ResponseData) *ObservabilityProviderProviderTestPost200Response
NewObservabilityProviderProviderTestPost200Response instantiates a new ObservabilityProviderProviderTestPost200Response object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewObservabilityProviderProviderTestPost200ResponseWithDefaults ¶
func NewObservabilityProviderProviderTestPost200ResponseWithDefaults() *ObservabilityProviderProviderTestPost200Response
NewObservabilityProviderProviderTestPost200ResponseWithDefaults instantiates a new ObservabilityProviderProviderTestPost200Response object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*ObservabilityProviderProviderTestPost200Response) GetData ¶
func (o *ObservabilityProviderProviderTestPost200Response) GetData() ObservabilityProviderProviderTestPost200ResponseData
GetData returns the Data field value
func (*ObservabilityProviderProviderTestPost200Response) GetDataOk ¶
func (o *ObservabilityProviderProviderTestPost200Response) GetDataOk() (*ObservabilityProviderProviderTestPost200ResponseData, bool)
GetDataOk returns a tuple with the Data field value and a boolean to check if the value has been set.
func (*ObservabilityProviderProviderTestPost200Response) GetSuccess ¶
func (o *ObservabilityProviderProviderTestPost200Response) GetSuccess() bool
GetSuccess returns the Success field value
func (*ObservabilityProviderProviderTestPost200Response) GetSuccessOk ¶
func (o *ObservabilityProviderProviderTestPost200Response) GetSuccessOk() (*bool, bool)
GetSuccessOk returns a tuple with the Success field value and a boolean to check if the value has been set.
func (ObservabilityProviderProviderTestPost200Response) MarshalJSON ¶
func (o ObservabilityProviderProviderTestPost200Response) MarshalJSON() ([]byte, error)
func (*ObservabilityProviderProviderTestPost200Response) SetData ¶
func (o *ObservabilityProviderProviderTestPost200Response) SetData(v ObservabilityProviderProviderTestPost200ResponseData)
SetData sets field value
func (*ObservabilityProviderProviderTestPost200Response) SetSuccess ¶
func (o *ObservabilityProviderProviderTestPost200Response) SetSuccess(v bool)
SetSuccess sets field value
func (ObservabilityProviderProviderTestPost200Response) ToMap ¶
func (o ObservabilityProviderProviderTestPost200Response) ToMap() (map[string]interface{}, error)
func (*ObservabilityProviderProviderTestPost200Response) UnmarshalJSON ¶
func (o *ObservabilityProviderProviderTestPost200Response) UnmarshalJSON(data []byte) (err error)
type ObservabilityProviderProviderTestPost200ResponseData ¶
type ObservabilityProviderProviderTestPost200ResponseData struct {
ObservabilityProviderProviderTestPost200ResponseDataOneOf *ObservabilityProviderProviderTestPost200ResponseDataOneOf
ObservabilityProviderProviderTestPost200ResponseDataOneOf1 *ObservabilityProviderProviderTestPost200ResponseDataOneOf1
}
ObservabilityProviderProviderTestPost200ResponseData - Send test error response
func ObservabilityProviderProviderTestPost200ResponseDataOneOf1AsObservabilityProviderProviderTestPost200ResponseData ¶ added in v1.0.0
func ObservabilityProviderProviderTestPost200ResponseDataOneOf1AsObservabilityProviderProviderTestPost200ResponseData(v *ObservabilityProviderProviderTestPost200ResponseDataOneOf1) ObservabilityProviderProviderTestPost200ResponseData
ObservabilityProviderProviderTestPost200ResponseDataOneOf1AsObservabilityProviderProviderTestPost200ResponseData is a convenience function that returns ObservabilityProviderProviderTestPost200ResponseDataOneOf1 wrapped in ObservabilityProviderProviderTestPost200ResponseData
func ObservabilityProviderProviderTestPost200ResponseDataOneOfAsObservabilityProviderProviderTestPost200ResponseData ¶ added in v1.0.0
func ObservabilityProviderProviderTestPost200ResponseDataOneOfAsObservabilityProviderProviderTestPost200ResponseData(v *ObservabilityProviderProviderTestPost200ResponseDataOneOf) ObservabilityProviderProviderTestPost200ResponseData
ObservabilityProviderProviderTestPost200ResponseDataOneOfAsObservabilityProviderProviderTestPost200ResponseData is a convenience function that returns ObservabilityProviderProviderTestPost200ResponseDataOneOf wrapped in ObservabilityProviderProviderTestPost200ResponseData
func (*ObservabilityProviderProviderTestPost200ResponseData) GetActualInstance ¶ added in v1.0.0
func (obj *ObservabilityProviderProviderTestPost200ResponseData) GetActualInstance() interface{}
Get the actual instance
func (ObservabilityProviderProviderTestPost200ResponseData) MarshalJSON ¶
func (src ObservabilityProviderProviderTestPost200ResponseData) MarshalJSON() ([]byte, error)
Marshal data from the first non-nil pointers in the struct to JSON
func (*ObservabilityProviderProviderTestPost200ResponseData) UnmarshalJSON ¶
func (dst *ObservabilityProviderProviderTestPost200ResponseData) UnmarshalJSON(data []byte) error
Unmarshal JSON data into one of the pointers in the struct
type ObservabilityProviderProviderTestPost200ResponseDataAnyOf ¶
type ObservabilityProviderProviderTestPost200ResponseDataAnyOf struct {
// Send test error failed
Success bool `json:"success"`
// Error message
Message string `json:"message"`
AdditionalProperties map[string]interface{}
}
ObservabilityProviderProviderTestPost200ResponseDataAnyOf struct for ObservabilityProviderProviderTestPost200ResponseDataAnyOf
func NewObservabilityProviderProviderTestPost200ResponseDataAnyOf ¶
func NewObservabilityProviderProviderTestPost200ResponseDataAnyOf(success bool, message string) *ObservabilityProviderProviderTestPost200ResponseDataAnyOf
NewObservabilityProviderProviderTestPost200ResponseDataAnyOf instantiates a new ObservabilityProviderProviderTestPost200ResponseDataAnyOf object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewObservabilityProviderProviderTestPost200ResponseDataAnyOfWithDefaults ¶
func NewObservabilityProviderProviderTestPost200ResponseDataAnyOfWithDefaults() *ObservabilityProviderProviderTestPost200ResponseDataAnyOf
NewObservabilityProviderProviderTestPost200ResponseDataAnyOfWithDefaults instantiates a new ObservabilityProviderProviderTestPost200ResponseDataAnyOf object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*ObservabilityProviderProviderTestPost200ResponseDataAnyOf) GetMessage ¶
func (o *ObservabilityProviderProviderTestPost200ResponseDataAnyOf) GetMessage() string
GetMessage returns the Message field value
func (*ObservabilityProviderProviderTestPost200ResponseDataAnyOf) GetMessageOk ¶
func (o *ObservabilityProviderProviderTestPost200ResponseDataAnyOf) GetMessageOk() (*string, bool)
GetMessageOk returns a tuple with the Message field value and a boolean to check if the value has been set.
func (*ObservabilityProviderProviderTestPost200ResponseDataAnyOf) GetSuccess ¶
func (o *ObservabilityProviderProviderTestPost200ResponseDataAnyOf) GetSuccess() bool
GetSuccess returns the Success field value
func (*ObservabilityProviderProviderTestPost200ResponseDataAnyOf) GetSuccessOk ¶
func (o *ObservabilityProviderProviderTestPost200ResponseDataAnyOf) GetSuccessOk() (*bool, bool)
GetSuccessOk returns a tuple with the Success field value and a boolean to check if the value has been set.
func (ObservabilityProviderProviderTestPost200ResponseDataAnyOf) MarshalJSON ¶
func (o ObservabilityProviderProviderTestPost200ResponseDataAnyOf) MarshalJSON() ([]byte, error)
func (*ObservabilityProviderProviderTestPost200ResponseDataAnyOf) SetMessage ¶
func (o *ObservabilityProviderProviderTestPost200ResponseDataAnyOf) SetMessage(v string)
SetMessage sets field value
func (*ObservabilityProviderProviderTestPost200ResponseDataAnyOf) SetSuccess ¶
func (o *ObservabilityProviderProviderTestPost200ResponseDataAnyOf) SetSuccess(v bool)
SetSuccess sets field value
func (ObservabilityProviderProviderTestPost200ResponseDataAnyOf) ToMap ¶
func (o ObservabilityProviderProviderTestPost200ResponseDataAnyOf) ToMap() (map[string]interface{}, error)
func (*ObservabilityProviderProviderTestPost200ResponseDataAnyOf) UnmarshalJSON ¶
func (o *ObservabilityProviderProviderTestPost200ResponseDataAnyOf) UnmarshalJSON(data []byte) (err error)
type ObservabilityProviderProviderTestPost200ResponseDataAnyOf1 ¶
type ObservabilityProviderProviderTestPost200ResponseDataAnyOf1 struct {
// Send test error succeeded
Success bool `json:"success"`
AdditionalProperties map[string]interface{}
}
ObservabilityProviderProviderTestPost200ResponseDataAnyOf1 struct for ObservabilityProviderProviderTestPost200ResponseDataAnyOf1
func NewObservabilityProviderProviderTestPost200ResponseDataAnyOf1 ¶
func NewObservabilityProviderProviderTestPost200ResponseDataAnyOf1(success bool) *ObservabilityProviderProviderTestPost200ResponseDataAnyOf1
NewObservabilityProviderProviderTestPost200ResponseDataAnyOf1 instantiates a new ObservabilityProviderProviderTestPost200ResponseDataAnyOf1 object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewObservabilityProviderProviderTestPost200ResponseDataAnyOf1WithDefaults ¶
func NewObservabilityProviderProviderTestPost200ResponseDataAnyOf1WithDefaults() *ObservabilityProviderProviderTestPost200ResponseDataAnyOf1
NewObservabilityProviderProviderTestPost200ResponseDataAnyOf1WithDefaults instantiates a new ObservabilityProviderProviderTestPost200ResponseDataAnyOf1 object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*ObservabilityProviderProviderTestPost200ResponseDataAnyOf1) GetSuccess ¶
func (o *ObservabilityProviderProviderTestPost200ResponseDataAnyOf1) GetSuccess() bool
GetSuccess returns the Success field value
func (*ObservabilityProviderProviderTestPost200ResponseDataAnyOf1) GetSuccessOk ¶
func (o *ObservabilityProviderProviderTestPost200ResponseDataAnyOf1) GetSuccessOk() (*bool, bool)
GetSuccessOk returns a tuple with the Success field value and a boolean to check if the value has been set.
func (ObservabilityProviderProviderTestPost200ResponseDataAnyOf1) MarshalJSON ¶
func (o ObservabilityProviderProviderTestPost200ResponseDataAnyOf1) MarshalJSON() ([]byte, error)
func (*ObservabilityProviderProviderTestPost200ResponseDataAnyOf1) SetSuccess ¶
func (o *ObservabilityProviderProviderTestPost200ResponseDataAnyOf1) SetSuccess(v bool)
SetSuccess sets field value
func (ObservabilityProviderProviderTestPost200ResponseDataAnyOf1) ToMap ¶
func (o ObservabilityProviderProviderTestPost200ResponseDataAnyOf1) ToMap() (map[string]interface{}, error)
func (*ObservabilityProviderProviderTestPost200ResponseDataAnyOf1) UnmarshalJSON ¶
func (o *ObservabilityProviderProviderTestPost200ResponseDataAnyOf1) UnmarshalJSON(data []byte) (err error)
type ObservabilityProviderProviderTestPost200ResponseDataOneOf ¶ added in v1.0.0
type ObservabilityProviderProviderTestPost200ResponseDataOneOf struct {
// Send test error failed
Success bool `json:"success"`
// Error message
Message string `json:"message"`
AdditionalProperties map[string]interface{}
}
ObservabilityProviderProviderTestPost200ResponseDataOneOf struct for ObservabilityProviderProviderTestPost200ResponseDataOneOf
func NewObservabilityProviderProviderTestPost200ResponseDataOneOf ¶ added in v1.0.0
func NewObservabilityProviderProviderTestPost200ResponseDataOneOf(success bool, message string) *ObservabilityProviderProviderTestPost200ResponseDataOneOf
NewObservabilityProviderProviderTestPost200ResponseDataOneOf instantiates a new ObservabilityProviderProviderTestPost200ResponseDataOneOf object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewObservabilityProviderProviderTestPost200ResponseDataOneOfWithDefaults ¶ added in v1.0.0
func NewObservabilityProviderProviderTestPost200ResponseDataOneOfWithDefaults() *ObservabilityProviderProviderTestPost200ResponseDataOneOf
NewObservabilityProviderProviderTestPost200ResponseDataOneOfWithDefaults instantiates a new ObservabilityProviderProviderTestPost200ResponseDataOneOf object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*ObservabilityProviderProviderTestPost200ResponseDataOneOf) GetMessage ¶ added in v1.0.0
func (o *ObservabilityProviderProviderTestPost200ResponseDataOneOf) GetMessage() string
GetMessage returns the Message field value
func (*ObservabilityProviderProviderTestPost200ResponseDataOneOf) GetMessageOk ¶ added in v1.0.0
func (o *ObservabilityProviderProviderTestPost200ResponseDataOneOf) GetMessageOk() (*string, bool)
GetMessageOk returns a tuple with the Message field value and a boolean to check if the value has been set.
func (*ObservabilityProviderProviderTestPost200ResponseDataOneOf) GetSuccess ¶ added in v1.0.0
func (o *ObservabilityProviderProviderTestPost200ResponseDataOneOf) GetSuccess() bool
GetSuccess returns the Success field value
func (*ObservabilityProviderProviderTestPost200ResponseDataOneOf) GetSuccessOk ¶ added in v1.0.0
func (o *ObservabilityProviderProviderTestPost200ResponseDataOneOf) GetSuccessOk() (*bool, bool)
GetSuccessOk returns a tuple with the Success field value and a boolean to check if the value has been set.
func (ObservabilityProviderProviderTestPost200ResponseDataOneOf) MarshalJSON ¶ added in v1.0.0
func (o ObservabilityProviderProviderTestPost200ResponseDataOneOf) MarshalJSON() ([]byte, error)
func (*ObservabilityProviderProviderTestPost200ResponseDataOneOf) SetMessage ¶ added in v1.0.0
func (o *ObservabilityProviderProviderTestPost200ResponseDataOneOf) SetMessage(v string)
SetMessage sets field value
func (*ObservabilityProviderProviderTestPost200ResponseDataOneOf) SetSuccess ¶ added in v1.0.0
func (o *ObservabilityProviderProviderTestPost200ResponseDataOneOf) SetSuccess(v bool)
SetSuccess sets field value
func (ObservabilityProviderProviderTestPost200ResponseDataOneOf) ToMap ¶ added in v1.0.0
func (o ObservabilityProviderProviderTestPost200ResponseDataOneOf) ToMap() (map[string]interface{}, error)
func (*ObservabilityProviderProviderTestPost200ResponseDataOneOf) UnmarshalJSON ¶ added in v1.0.0
func (o *ObservabilityProviderProviderTestPost200ResponseDataOneOf) UnmarshalJSON(data []byte) (err error)
type ObservabilityProviderProviderTestPost200ResponseDataOneOf1 ¶ added in v1.0.0
type ObservabilityProviderProviderTestPost200ResponseDataOneOf1 struct {
// Send test error succeeded
Success bool `json:"success"`
AdditionalProperties map[string]interface{}
}
ObservabilityProviderProviderTestPost200ResponseDataOneOf1 struct for ObservabilityProviderProviderTestPost200ResponseDataOneOf1
func NewObservabilityProviderProviderTestPost200ResponseDataOneOf1 ¶ added in v1.0.0
func NewObservabilityProviderProviderTestPost200ResponseDataOneOf1(success bool) *ObservabilityProviderProviderTestPost200ResponseDataOneOf1
NewObservabilityProviderProviderTestPost200ResponseDataOneOf1 instantiates a new ObservabilityProviderProviderTestPost200ResponseDataOneOf1 object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewObservabilityProviderProviderTestPost200ResponseDataOneOf1WithDefaults ¶ added in v1.0.0
func NewObservabilityProviderProviderTestPost200ResponseDataOneOf1WithDefaults() *ObservabilityProviderProviderTestPost200ResponseDataOneOf1
NewObservabilityProviderProviderTestPost200ResponseDataOneOf1WithDefaults instantiates a new ObservabilityProviderProviderTestPost200ResponseDataOneOf1 object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*ObservabilityProviderProviderTestPost200ResponseDataOneOf1) GetSuccess ¶ added in v1.0.0
func (o *ObservabilityProviderProviderTestPost200ResponseDataOneOf1) GetSuccess() bool
GetSuccess returns the Success field value
func (*ObservabilityProviderProviderTestPost200ResponseDataOneOf1) GetSuccessOk ¶ added in v1.0.0
func (o *ObservabilityProviderProviderTestPost200ResponseDataOneOf1) GetSuccessOk() (*bool, bool)
GetSuccessOk returns a tuple with the Success field value and a boolean to check if the value has been set.
func (ObservabilityProviderProviderTestPost200ResponseDataOneOf1) MarshalJSON ¶ added in v1.0.0
func (o ObservabilityProviderProviderTestPost200ResponseDataOneOf1) MarshalJSON() ([]byte, error)
func (*ObservabilityProviderProviderTestPost200ResponseDataOneOf1) SetSuccess ¶ added in v1.0.0
func (o *ObservabilityProviderProviderTestPost200ResponseDataOneOf1) SetSuccess(v bool)
SetSuccess sets field value
func (ObservabilityProviderProviderTestPost200ResponseDataOneOf1) ToMap ¶ added in v1.0.0
func (o ObservabilityProviderProviderTestPost200ResponseDataOneOf1) ToMap() (map[string]interface{}, error)
func (*ObservabilityProviderProviderTestPost200ResponseDataOneOf1) UnmarshalJSON ¶ added in v1.0.0
func (o *ObservabilityProviderProviderTestPost200ResponseDataOneOf1) UnmarshalJSON(data []byte) (err error)
type ObservabilityProviderProviderTestPostProviderParameter ¶
type ObservabilityProviderProviderTestPostProviderParameter struct {
// contains filtered or unexported fields
}
ObservabilityProviderProviderTestPostProviderParameter The observability provider name, either \"Sentry\" or \"Datadog\"
func (ObservabilityProviderProviderTestPostProviderParameter) MarshalJSON ¶
func (src ObservabilityProviderProviderTestPostProviderParameter) MarshalJSON() ([]byte, error)
Marshal data from the first non-nil pointers in the struct to JSON
func (*ObservabilityProviderProviderTestPostProviderParameter) UnmarshalJSON ¶
func (dst *ObservabilityProviderProviderTestPostProviderParameter) UnmarshalJSON(data []byte) error
Unmarshal JSON data into any of the pointers in the struct
type Organization ¶
type Organization struct {
// The id of the organization
OrgId string `json:"org_id"`
// The host of the organization
Host string `json:"host"`
LastActive time.Time `json:"last_active"`
}
Organization An organization in Retool
func NewOrganization ¶
func NewOrganization(orgId string, host string, lastActive time.Time) *Organization
NewOrganization instantiates a new Organization object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewOrganizationWithDefaults ¶
func NewOrganizationWithDefaults() *Organization
NewOrganizationWithDefaults instantiates a new Organization object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*Organization) GetHost ¶
func (o *Organization) GetHost() string
GetHost returns the Host field value
func (*Organization) GetHostOk ¶
func (o *Organization) GetHostOk() (*string, bool)
GetHostOk returns a tuple with the Host field value and a boolean to check if the value has been set.
func (*Organization) GetLastActive ¶
func (o *Organization) GetLastActive() time.Time
GetLastActive returns the LastActive field value
func (*Organization) GetLastActiveOk ¶
func (o *Organization) GetLastActiveOk() (*time.Time, bool)
GetLastActiveOk returns a tuple with the LastActive field value and a boolean to check if the value has been set.
func (*Organization) GetOrgId ¶
func (o *Organization) GetOrgId() string
GetOrgId returns the OrgId field value
func (*Organization) GetOrgIdOk ¶
func (o *Organization) GetOrgIdOk() (*string, bool)
GetOrgIdOk returns a tuple with the OrgId field value and a boolean to check if the value has been set.
func (Organization) MarshalJSON ¶
func (o Organization) MarshalJSON() ([]byte, error)
func (*Organization) SetLastActive ¶
func (o *Organization) SetLastActive(v time.Time)
SetLastActive sets field value
func (*Organization) SetOrgId ¶
func (o *Organization) SetOrgId(v string)
SetOrgId sets field value
func (Organization) ToMap ¶
func (o Organization) ToMap() (map[string]interface{}, error)
func (*Organization) UnmarshalJSON ¶
func (o *Organization) UnmarshalJSON(data []byte) (err error)
type OrganizationAPIService ¶ added in v1.0.0
type OrganizationAPIService service
OrganizationAPIService OrganizationAPI service
func (*OrganizationAPIService) OrganizationAiSettingsGet ¶ added in v1.0.0
func (a *OrganizationAPIService) OrganizationAiSettingsGet(ctx context.Context) ApiOrganizationAiSettingsGetRequest
OrganizationAiSettingsGet Get organization AI settings
Returns the organization's AI settings. The API token must have the "Organizations > Read" scope. Available on Retool versions 3.165.0+.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return ApiOrganizationAiSettingsGetRequest
func (*OrganizationAPIService) OrganizationAiSettingsGetExecute ¶ added in v1.0.0
func (a *OrganizationAPIService) OrganizationAiSettingsGetExecute(r ApiOrganizationAiSettingsGetRequest) (*OrganizationAiSettingsGet200Response, *http.Response, error)
Execute executes the request
@return OrganizationAiSettingsGet200Response
func (*OrganizationAPIService) OrganizationAiSettingsPut ¶ added in v1.0.0
func (a *OrganizationAPIService) OrganizationAiSettingsPut(ctx context.Context) ApiOrganizationAiSettingsPutRequest
OrganizationAiSettingsPut Update organization AI settings
Updates the AI settings on organization. The API token must have the "Organizations > Write" scope. Available on Retool versions 3.165.0+.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return ApiOrganizationAiSettingsPutRequest
func (*OrganizationAPIService) OrganizationAiSettingsPutExecute ¶ added in v1.0.0
func (a *OrganizationAPIService) OrganizationAiSettingsPutExecute(r ApiOrganizationAiSettingsPutRequest) (*OrganizationAiSettingsPut200Response, *http.Response, error)
Execute executes the request
@return OrganizationAiSettingsPut200Response
func (*OrganizationAPIService) OrganizationAnalyticsIntegrationsGet ¶ added in v1.0.0
func (a *OrganizationAPIService) OrganizationAnalyticsIntegrationsGet(ctx context.Context) ApiOrganizationAnalyticsIntegrationsGetRequest
OrganizationAnalyticsIntegrationsGet Get organization third-party Analytics Integrations settings
Returns the organization's analytics integrations settings. We return a list of configuration objects, but there is at-most one configuration per integration type. The API token must have the "Organizations > Read" scope. Available on Retool versions 3.175.0+.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return ApiOrganizationAnalyticsIntegrationsGetRequest
func (*OrganizationAPIService) OrganizationAnalyticsIntegrationsGetExecute ¶ added in v1.0.0
func (a *OrganizationAPIService) OrganizationAnalyticsIntegrationsGetExecute(r ApiOrganizationAnalyticsIntegrationsGetRequest) (*OrganizationAnalyticsIntegrationsGet200Response, *http.Response, error)
Execute executes the request
@return OrganizationAnalyticsIntegrationsGet200Response
func (*OrganizationAPIService) OrganizationGet ¶ added in v1.0.0
func (a *OrganizationAPIService) OrganizationGet(ctx context.Context) ApiOrganizationGetRequest
OrganizationGet Get organization
Returns the organization's advanced settings. The API token must have the "Organizations > Read" scope.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return ApiOrganizationGetRequest
func (*OrganizationAPIService) OrganizationGetExecute ¶ added in v1.0.0
func (a *OrganizationAPIService) OrganizationGetExecute(r ApiOrganizationGetRequest) (*OrganizationGet200Response, *http.Response, error)
Execute executes the request
@return OrganizationGet200Response
func (*OrganizationAPIService) OrganizationInvalidateSessionsPost ¶ added in v1.0.0
func (a *OrganizationAPIService) OrganizationInvalidateSessionsPost(ctx context.Context) ApiOrganizationInvalidateSessionsPostRequest
OrganizationInvalidateSessionsPost Invalidates all sessions for your organization
Invalidate all sessions for all users in your organization.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return ApiOrganizationInvalidateSessionsPostRequest
func (*OrganizationAPIService) OrganizationInvalidateSessionsPostExecute ¶ added in v1.0.0
func (a *OrganizationAPIService) OrganizationInvalidateSessionsPostExecute(r ApiOrganizationInvalidateSessionsPostRequest) (*http.Response, error)
Execute executes the request
func (*OrganizationAPIService) OrganizationPatch ¶ added in v1.0.0
func (a *OrganizationAPIService) OrganizationPatch(ctx context.Context) ApiOrganizationPatchRequest
OrganizationPatch Update advanced settings on organization
Updates and returns the updated organization. The API token must have the "Organizations > Write" scope.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return ApiOrganizationPatchRequest
func (*OrganizationAPIService) OrganizationPatchExecute ¶ added in v1.0.0
func (a *OrganizationAPIService) OrganizationPatchExecute(r ApiOrganizationPatchRequest) (*OrganizationPatch200Response, *http.Response, error)
Execute executes the request
@return OrganizationPatch200Response
type OrganizationAiSettingsGet200Response ¶ added in v1.0.0
type OrganizationAiSettingsGet200Response struct {
// API request succeeded
Success bool `json:"success"`
Data OrganizationAiSettingsGet200ResponseData `json:"data"`
AdditionalProperties map[string]interface{}
}
OrganizationAiSettingsGet200Response The current organization AI settings
func NewOrganizationAiSettingsGet200Response ¶ added in v1.0.0
func NewOrganizationAiSettingsGet200Response(success bool, data OrganizationAiSettingsGet200ResponseData) *OrganizationAiSettingsGet200Response
NewOrganizationAiSettingsGet200Response instantiates a new OrganizationAiSettingsGet200Response object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewOrganizationAiSettingsGet200ResponseWithDefaults ¶ added in v1.0.0
func NewOrganizationAiSettingsGet200ResponseWithDefaults() *OrganizationAiSettingsGet200Response
NewOrganizationAiSettingsGet200ResponseWithDefaults instantiates a new OrganizationAiSettingsGet200Response object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*OrganizationAiSettingsGet200Response) GetData ¶ added in v1.0.0
func (o *OrganizationAiSettingsGet200Response) GetData() OrganizationAiSettingsGet200ResponseData
GetData returns the Data field value
func (*OrganizationAiSettingsGet200Response) GetDataOk ¶ added in v1.0.0
func (o *OrganizationAiSettingsGet200Response) GetDataOk() (*OrganizationAiSettingsGet200ResponseData, bool)
GetDataOk returns a tuple with the Data field value and a boolean to check if the value has been set.
func (*OrganizationAiSettingsGet200Response) GetSuccess ¶ added in v1.0.0
func (o *OrganizationAiSettingsGet200Response) GetSuccess() bool
GetSuccess returns the Success field value
func (*OrganizationAiSettingsGet200Response) GetSuccessOk ¶ added in v1.0.0
func (o *OrganizationAiSettingsGet200Response) GetSuccessOk() (*bool, bool)
GetSuccessOk returns a tuple with the Success field value and a boolean to check if the value has been set.
func (OrganizationAiSettingsGet200Response) MarshalJSON ¶ added in v1.0.0
func (o OrganizationAiSettingsGet200Response) MarshalJSON() ([]byte, error)
func (*OrganizationAiSettingsGet200Response) SetData ¶ added in v1.0.0
func (o *OrganizationAiSettingsGet200Response) SetData(v OrganizationAiSettingsGet200ResponseData)
SetData sets field value
func (*OrganizationAiSettingsGet200Response) SetSuccess ¶ added in v1.0.0
func (o *OrganizationAiSettingsGet200Response) SetSuccess(v bool)
SetSuccess sets field value
func (OrganizationAiSettingsGet200Response) ToMap ¶ added in v1.0.0
func (o OrganizationAiSettingsGet200Response) ToMap() (map[string]interface{}, error)
func (*OrganizationAiSettingsGet200Response) UnmarshalJSON ¶ added in v1.0.0
func (o *OrganizationAiSettingsGet200Response) UnmarshalJSON(data []byte) (err error)
type OrganizationAiSettingsGet200ResponseData ¶ added in v1.0.0
type OrganizationAiSettingsGet200ResponseData struct {
// Global switch for all Retool AI features. This switch takes precedence over individual feature switches.
RetoolAI bool `json:"retoolAI"`
// Whether Retool AI Actions are enabled.
RetoolAIActions bool `json:"retoolAIActions"`
// Whether Retool Vector is enabled.
RetoolVector bool `json:"retoolVector"`
// Whether Retool Ask AI is enabled.
RetoolAskAI bool `json:"retoolAskAI"`
}
OrganizationAiSettingsGet200ResponseData struct for OrganizationAiSettingsGet200ResponseData
func NewOrganizationAiSettingsGet200ResponseData ¶ added in v1.0.0
func NewOrganizationAiSettingsGet200ResponseData(retoolAI bool, retoolAIActions bool, retoolVector bool, retoolAskAI bool) *OrganizationAiSettingsGet200ResponseData
NewOrganizationAiSettingsGet200ResponseData instantiates a new OrganizationAiSettingsGet200ResponseData object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewOrganizationAiSettingsGet200ResponseDataWithDefaults ¶ added in v1.0.0
func NewOrganizationAiSettingsGet200ResponseDataWithDefaults() *OrganizationAiSettingsGet200ResponseData
NewOrganizationAiSettingsGet200ResponseDataWithDefaults instantiates a new OrganizationAiSettingsGet200ResponseData object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*OrganizationAiSettingsGet200ResponseData) GetRetoolAI ¶ added in v1.0.0
func (o *OrganizationAiSettingsGet200ResponseData) GetRetoolAI() bool
GetRetoolAI returns the RetoolAI field value
func (*OrganizationAiSettingsGet200ResponseData) GetRetoolAIActions ¶ added in v1.0.0
func (o *OrganizationAiSettingsGet200ResponseData) GetRetoolAIActions() bool
GetRetoolAIActions returns the RetoolAIActions field value
func (*OrganizationAiSettingsGet200ResponseData) GetRetoolAIActionsOk ¶ added in v1.0.0
func (o *OrganizationAiSettingsGet200ResponseData) GetRetoolAIActionsOk() (*bool, bool)
GetRetoolAIActionsOk returns a tuple with the RetoolAIActions field value and a boolean to check if the value has been set.
func (*OrganizationAiSettingsGet200ResponseData) GetRetoolAIOk ¶ added in v1.0.0
func (o *OrganizationAiSettingsGet200ResponseData) GetRetoolAIOk() (*bool, bool)
GetRetoolAIOk returns a tuple with the RetoolAI field value and a boolean to check if the value has been set.
func (*OrganizationAiSettingsGet200ResponseData) GetRetoolAskAI ¶ added in v1.0.0
func (o *OrganizationAiSettingsGet200ResponseData) GetRetoolAskAI() bool
GetRetoolAskAI returns the RetoolAskAI field value
func (*OrganizationAiSettingsGet200ResponseData) GetRetoolAskAIOk ¶ added in v1.0.0
func (o *OrganizationAiSettingsGet200ResponseData) GetRetoolAskAIOk() (*bool, bool)
GetRetoolAskAIOk returns a tuple with the RetoolAskAI field value and a boolean to check if the value has been set.
func (*OrganizationAiSettingsGet200ResponseData) GetRetoolVector ¶ added in v1.0.0
func (o *OrganizationAiSettingsGet200ResponseData) GetRetoolVector() bool
GetRetoolVector returns the RetoolVector field value
func (*OrganizationAiSettingsGet200ResponseData) GetRetoolVectorOk ¶ added in v1.0.0
func (o *OrganizationAiSettingsGet200ResponseData) GetRetoolVectorOk() (*bool, bool)
GetRetoolVectorOk returns a tuple with the RetoolVector field value and a boolean to check if the value has been set.
func (OrganizationAiSettingsGet200ResponseData) MarshalJSON ¶ added in v1.0.0
func (o OrganizationAiSettingsGet200ResponseData) MarshalJSON() ([]byte, error)
func (*OrganizationAiSettingsGet200ResponseData) SetRetoolAI ¶ added in v1.0.0
func (o *OrganizationAiSettingsGet200ResponseData) SetRetoolAI(v bool)
SetRetoolAI sets field value
func (*OrganizationAiSettingsGet200ResponseData) SetRetoolAIActions ¶ added in v1.0.0
func (o *OrganizationAiSettingsGet200ResponseData) SetRetoolAIActions(v bool)
SetRetoolAIActions sets field value
func (*OrganizationAiSettingsGet200ResponseData) SetRetoolAskAI ¶ added in v1.0.0
func (o *OrganizationAiSettingsGet200ResponseData) SetRetoolAskAI(v bool)
SetRetoolAskAI sets field value
func (*OrganizationAiSettingsGet200ResponseData) SetRetoolVector ¶ added in v1.0.0
func (o *OrganizationAiSettingsGet200ResponseData) SetRetoolVector(v bool)
SetRetoolVector sets field value
func (OrganizationAiSettingsGet200ResponseData) ToMap ¶ added in v1.0.0
func (o OrganizationAiSettingsGet200ResponseData) ToMap() (map[string]interface{}, error)
func (*OrganizationAiSettingsGet200ResponseData) UnmarshalJSON ¶ added in v1.0.0
func (o *OrganizationAiSettingsGet200ResponseData) UnmarshalJSON(data []byte) (err error)
type OrganizationAiSettingsPut200Response ¶ added in v1.0.0
type OrganizationAiSettingsPut200Response struct {
// API request succeeded
Success bool `json:"success"`
Data OrganizationAiSettingsGet200ResponseData `json:"data"`
AdditionalProperties map[string]interface{}
}
OrganizationAiSettingsPut200Response The updated organization AI settings
func NewOrganizationAiSettingsPut200Response ¶ added in v1.0.0
func NewOrganizationAiSettingsPut200Response(success bool, data OrganizationAiSettingsGet200ResponseData) *OrganizationAiSettingsPut200Response
NewOrganizationAiSettingsPut200Response instantiates a new OrganizationAiSettingsPut200Response object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewOrganizationAiSettingsPut200ResponseWithDefaults ¶ added in v1.0.0
func NewOrganizationAiSettingsPut200ResponseWithDefaults() *OrganizationAiSettingsPut200Response
NewOrganizationAiSettingsPut200ResponseWithDefaults instantiates a new OrganizationAiSettingsPut200Response object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*OrganizationAiSettingsPut200Response) GetData ¶ added in v1.0.0
func (o *OrganizationAiSettingsPut200Response) GetData() OrganizationAiSettingsGet200ResponseData
GetData returns the Data field value
func (*OrganizationAiSettingsPut200Response) GetDataOk ¶ added in v1.0.0
func (o *OrganizationAiSettingsPut200Response) GetDataOk() (*OrganizationAiSettingsGet200ResponseData, bool)
GetDataOk returns a tuple with the Data field value and a boolean to check if the value has been set.
func (*OrganizationAiSettingsPut200Response) GetSuccess ¶ added in v1.0.0
func (o *OrganizationAiSettingsPut200Response) GetSuccess() bool
GetSuccess returns the Success field value
func (*OrganizationAiSettingsPut200Response) GetSuccessOk ¶ added in v1.0.0
func (o *OrganizationAiSettingsPut200Response) GetSuccessOk() (*bool, bool)
GetSuccessOk returns a tuple with the Success field value and a boolean to check if the value has been set.
func (OrganizationAiSettingsPut200Response) MarshalJSON ¶ added in v1.0.0
func (o OrganizationAiSettingsPut200Response) MarshalJSON() ([]byte, error)
func (*OrganizationAiSettingsPut200Response) SetData ¶ added in v1.0.0
func (o *OrganizationAiSettingsPut200Response) SetData(v OrganizationAiSettingsGet200ResponseData)
SetData sets field value
func (*OrganizationAiSettingsPut200Response) SetSuccess ¶ added in v1.0.0
func (o *OrganizationAiSettingsPut200Response) SetSuccess(v bool)
SetSuccess sets field value
func (OrganizationAiSettingsPut200Response) ToMap ¶ added in v1.0.0
func (o OrganizationAiSettingsPut200Response) ToMap() (map[string]interface{}, error)
func (*OrganizationAiSettingsPut200Response) UnmarshalJSON ¶ added in v1.0.0
func (o *OrganizationAiSettingsPut200Response) UnmarshalJSON(data []byte) (err error)
type OrganizationAnalyticsIntegrationsGet200Response ¶ added in v1.0.0
type OrganizationAnalyticsIntegrationsGet200Response struct {
// API request succeeded
Success bool `json:"success"`
// An array of requested items
Data []OrganizationAnalyticsIntegrationsGet200ResponseDataInner `json:"data"`
// Total number of items in the response
TotalCount float32 `json:"total_count"`
// A token to retrieve the next page of items in the collection
NextToken NullableString `json:"next_token"`
// Whether there are more items in the collection
HasMore bool `json:"has_more"`
AdditionalProperties map[string]interface{}
}
OrganizationAnalyticsIntegrationsGet200Response A list of configured integrations for third-party analytics. There is at-most one of each type.
func NewOrganizationAnalyticsIntegrationsGet200Response ¶ added in v1.0.0
func NewOrganizationAnalyticsIntegrationsGet200Response(success bool, data []OrganizationAnalyticsIntegrationsGet200ResponseDataInner, totalCount float32, nextToken NullableString, hasMore bool) *OrganizationAnalyticsIntegrationsGet200Response
NewOrganizationAnalyticsIntegrationsGet200Response instantiates a new OrganizationAnalyticsIntegrationsGet200Response object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewOrganizationAnalyticsIntegrationsGet200ResponseWithDefaults ¶ added in v1.0.0
func NewOrganizationAnalyticsIntegrationsGet200ResponseWithDefaults() *OrganizationAnalyticsIntegrationsGet200Response
NewOrganizationAnalyticsIntegrationsGet200ResponseWithDefaults instantiates a new OrganizationAnalyticsIntegrationsGet200Response object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*OrganizationAnalyticsIntegrationsGet200Response) GetData ¶ added in v1.0.0
func (o *OrganizationAnalyticsIntegrationsGet200Response) GetData() []OrganizationAnalyticsIntegrationsGet200ResponseDataInner
GetData returns the Data field value
func (*OrganizationAnalyticsIntegrationsGet200Response) GetDataOk ¶ added in v1.0.0
func (o *OrganizationAnalyticsIntegrationsGet200Response) GetDataOk() ([]OrganizationAnalyticsIntegrationsGet200ResponseDataInner, bool)
GetDataOk returns a tuple with the Data field value and a boolean to check if the value has been set.
func (*OrganizationAnalyticsIntegrationsGet200Response) GetHasMore ¶ added in v1.0.0
func (o *OrganizationAnalyticsIntegrationsGet200Response) GetHasMore() bool
GetHasMore returns the HasMore field value
func (*OrganizationAnalyticsIntegrationsGet200Response) GetHasMoreOk ¶ added in v1.0.0
func (o *OrganizationAnalyticsIntegrationsGet200Response) GetHasMoreOk() (*bool, bool)
GetHasMoreOk returns a tuple with the HasMore field value and a boolean to check if the value has been set.
func (*OrganizationAnalyticsIntegrationsGet200Response) GetNextToken ¶ added in v1.0.0
func (o *OrganizationAnalyticsIntegrationsGet200Response) GetNextToken() string
GetNextToken returns the NextToken field value If the value is explicit nil, the zero value for string will be returned
func (*OrganizationAnalyticsIntegrationsGet200Response) GetNextTokenOk ¶ added in v1.0.0
func (o *OrganizationAnalyticsIntegrationsGet200Response) GetNextTokenOk() (*string, bool)
GetNextTokenOk returns a tuple with the NextToken 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 (*OrganizationAnalyticsIntegrationsGet200Response) GetSuccess ¶ added in v1.0.0
func (o *OrganizationAnalyticsIntegrationsGet200Response) GetSuccess() bool
GetSuccess returns the Success field value
func (*OrganizationAnalyticsIntegrationsGet200Response) GetSuccessOk ¶ added in v1.0.0
func (o *OrganizationAnalyticsIntegrationsGet200Response) GetSuccessOk() (*bool, bool)
GetSuccessOk returns a tuple with the Success field value and a boolean to check if the value has been set.
func (*OrganizationAnalyticsIntegrationsGet200Response) GetTotalCount ¶ added in v1.0.0
func (o *OrganizationAnalyticsIntegrationsGet200Response) GetTotalCount() float32
GetTotalCount returns the TotalCount field value
func (*OrganizationAnalyticsIntegrationsGet200Response) GetTotalCountOk ¶ added in v1.0.0
func (o *OrganizationAnalyticsIntegrationsGet200Response) GetTotalCountOk() (*float32, bool)
GetTotalCountOk returns a tuple with the TotalCount field value and a boolean to check if the value has been set.
func (OrganizationAnalyticsIntegrationsGet200Response) MarshalJSON ¶ added in v1.0.0
func (o OrganizationAnalyticsIntegrationsGet200Response) MarshalJSON() ([]byte, error)
func (*OrganizationAnalyticsIntegrationsGet200Response) SetData ¶ added in v1.0.0
func (o *OrganizationAnalyticsIntegrationsGet200Response) SetData(v []OrganizationAnalyticsIntegrationsGet200ResponseDataInner)
SetData sets field value
func (*OrganizationAnalyticsIntegrationsGet200Response) SetHasMore ¶ added in v1.0.0
func (o *OrganizationAnalyticsIntegrationsGet200Response) SetHasMore(v bool)
SetHasMore sets field value
func (*OrganizationAnalyticsIntegrationsGet200Response) SetNextToken ¶ added in v1.0.0
func (o *OrganizationAnalyticsIntegrationsGet200Response) SetNextToken(v string)
SetNextToken sets field value
func (*OrganizationAnalyticsIntegrationsGet200Response) SetSuccess ¶ added in v1.0.0
func (o *OrganizationAnalyticsIntegrationsGet200Response) SetSuccess(v bool)
SetSuccess sets field value
func (*OrganizationAnalyticsIntegrationsGet200Response) SetTotalCount ¶ added in v1.0.0
func (o *OrganizationAnalyticsIntegrationsGet200Response) SetTotalCount(v float32)
SetTotalCount sets field value
func (OrganizationAnalyticsIntegrationsGet200Response) ToMap ¶ added in v1.0.0
func (o OrganizationAnalyticsIntegrationsGet200Response) ToMap() (map[string]interface{}, error)
func (*OrganizationAnalyticsIntegrationsGet200Response) UnmarshalJSON ¶ added in v1.0.0
func (o *OrganizationAnalyticsIntegrationsGet200Response) UnmarshalJSON(data []byte) (err error)
type OrganizationAnalyticsIntegrationsGet200ResponseDataInner ¶ added in v1.0.0
type OrganizationAnalyticsIntegrationsGet200ResponseDataInner struct {
OrganizationAnalyticsIntegrationsGet200ResponseDataInnerOneOf *OrganizationAnalyticsIntegrationsGet200ResponseDataInnerOneOf
OrganizationAnalyticsIntegrationsGet200ResponseDataInnerOneOf1 *OrganizationAnalyticsIntegrationsGet200ResponseDataInnerOneOf1
OrganizationAnalyticsIntegrationsGet200ResponseDataInnerOneOf2 *OrganizationAnalyticsIntegrationsGet200ResponseDataInnerOneOf2
}
OrganizationAnalyticsIntegrationsGet200ResponseDataInner - struct for OrganizationAnalyticsIntegrationsGet200ResponseDataInner
func OrganizationAnalyticsIntegrationsGet200ResponseDataInnerOneOf1AsOrganizationAnalyticsIntegrationsGet200ResponseDataInner ¶ added in v1.0.0
func OrganizationAnalyticsIntegrationsGet200ResponseDataInnerOneOf1AsOrganizationAnalyticsIntegrationsGet200ResponseDataInner(v *OrganizationAnalyticsIntegrationsGet200ResponseDataInnerOneOf1) OrganizationAnalyticsIntegrationsGet200ResponseDataInner
OrganizationAnalyticsIntegrationsGet200ResponseDataInnerOneOf1AsOrganizationAnalyticsIntegrationsGet200ResponseDataInner is a convenience function that returns OrganizationAnalyticsIntegrationsGet200ResponseDataInnerOneOf1 wrapped in OrganizationAnalyticsIntegrationsGet200ResponseDataInner
func OrganizationAnalyticsIntegrationsGet200ResponseDataInnerOneOf2AsOrganizationAnalyticsIntegrationsGet200ResponseDataInner ¶ added in v1.0.0
func OrganizationAnalyticsIntegrationsGet200ResponseDataInnerOneOf2AsOrganizationAnalyticsIntegrationsGet200ResponseDataInner(v *OrganizationAnalyticsIntegrationsGet200ResponseDataInnerOneOf2) OrganizationAnalyticsIntegrationsGet200ResponseDataInner
OrganizationAnalyticsIntegrationsGet200ResponseDataInnerOneOf2AsOrganizationAnalyticsIntegrationsGet200ResponseDataInner is a convenience function that returns OrganizationAnalyticsIntegrationsGet200ResponseDataInnerOneOf2 wrapped in OrganizationAnalyticsIntegrationsGet200ResponseDataInner
func OrganizationAnalyticsIntegrationsGet200ResponseDataInnerOneOfAsOrganizationAnalyticsIntegrationsGet200ResponseDataInner ¶ added in v1.0.0
func OrganizationAnalyticsIntegrationsGet200ResponseDataInnerOneOfAsOrganizationAnalyticsIntegrationsGet200ResponseDataInner(v *OrganizationAnalyticsIntegrationsGet200ResponseDataInnerOneOf) OrganizationAnalyticsIntegrationsGet200ResponseDataInner
OrganizationAnalyticsIntegrationsGet200ResponseDataInnerOneOfAsOrganizationAnalyticsIntegrationsGet200ResponseDataInner is a convenience function that returns OrganizationAnalyticsIntegrationsGet200ResponseDataInnerOneOf wrapped in OrganizationAnalyticsIntegrationsGet200ResponseDataInner
func (*OrganizationAnalyticsIntegrationsGet200ResponseDataInner) GetActualInstance ¶ added in v1.0.0
func (obj *OrganizationAnalyticsIntegrationsGet200ResponseDataInner) GetActualInstance() interface{}
Get the actual instance
func (OrganizationAnalyticsIntegrationsGet200ResponseDataInner) MarshalJSON ¶ added in v1.0.0
func (src OrganizationAnalyticsIntegrationsGet200ResponseDataInner) MarshalJSON() ([]byte, error)
Marshal data from the first non-nil pointers in the struct to JSON
func (*OrganizationAnalyticsIntegrationsGet200ResponseDataInner) UnmarshalJSON ¶ added in v1.0.0
func (dst *OrganizationAnalyticsIntegrationsGet200ResponseDataInner) UnmarshalJSON(data []byte) error
Unmarshal JSON data into one of the pointers in the struct
type OrganizationAnalyticsIntegrationsGet200ResponseDataInnerOneOf ¶ added in v1.0.0
type OrganizationAnalyticsIntegrationsGet200ResponseDataInnerOneOf struct {
Type string `json:"type"`
MeasurementId string `json:"measurement_id"`
Enabled bool `json:"enabled"`
AdditionalProperties map[string]interface{}
}
OrganizationAnalyticsIntegrationsGet200ResponseDataInnerOneOf struct for OrganizationAnalyticsIntegrationsGet200ResponseDataInnerOneOf
func NewOrganizationAnalyticsIntegrationsGet200ResponseDataInnerOneOf ¶ added in v1.0.0
func NewOrganizationAnalyticsIntegrationsGet200ResponseDataInnerOneOf(type_ string, measurementId string, enabled bool) *OrganizationAnalyticsIntegrationsGet200ResponseDataInnerOneOf
NewOrganizationAnalyticsIntegrationsGet200ResponseDataInnerOneOf instantiates a new OrganizationAnalyticsIntegrationsGet200ResponseDataInnerOneOf object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewOrganizationAnalyticsIntegrationsGet200ResponseDataInnerOneOfWithDefaults ¶ added in v1.0.0
func NewOrganizationAnalyticsIntegrationsGet200ResponseDataInnerOneOfWithDefaults() *OrganizationAnalyticsIntegrationsGet200ResponseDataInnerOneOf
NewOrganizationAnalyticsIntegrationsGet200ResponseDataInnerOneOfWithDefaults instantiates a new OrganizationAnalyticsIntegrationsGet200ResponseDataInnerOneOf object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*OrganizationAnalyticsIntegrationsGet200ResponseDataInnerOneOf) GetEnabled ¶ added in v1.0.0
func (o *OrganizationAnalyticsIntegrationsGet200ResponseDataInnerOneOf) GetEnabled() bool
GetEnabled returns the Enabled field value
func (*OrganizationAnalyticsIntegrationsGet200ResponseDataInnerOneOf) GetEnabledOk ¶ added in v1.0.0
func (o *OrganizationAnalyticsIntegrationsGet200ResponseDataInnerOneOf) GetEnabledOk() (*bool, bool)
GetEnabledOk returns a tuple with the Enabled field value and a boolean to check if the value has been set.
func (*OrganizationAnalyticsIntegrationsGet200ResponseDataInnerOneOf) GetMeasurementId ¶ added in v1.0.0
func (o *OrganizationAnalyticsIntegrationsGet200ResponseDataInnerOneOf) GetMeasurementId() string
GetMeasurementId returns the MeasurementId field value
func (*OrganizationAnalyticsIntegrationsGet200ResponseDataInnerOneOf) GetMeasurementIdOk ¶ added in v1.0.0
func (o *OrganizationAnalyticsIntegrationsGet200ResponseDataInnerOneOf) GetMeasurementIdOk() (*string, bool)
GetMeasurementIdOk returns a tuple with the MeasurementId field value and a boolean to check if the value has been set.
func (*OrganizationAnalyticsIntegrationsGet200ResponseDataInnerOneOf) GetType ¶ added in v1.0.0
func (o *OrganizationAnalyticsIntegrationsGet200ResponseDataInnerOneOf) GetType() string
GetType returns the Type field value
func (*OrganizationAnalyticsIntegrationsGet200ResponseDataInnerOneOf) GetTypeOk ¶ added in v1.0.0
func (o *OrganizationAnalyticsIntegrationsGet200ResponseDataInnerOneOf) GetTypeOk() (*string, bool)
GetTypeOk returns a tuple with the Type field value and a boolean to check if the value has been set.
func (OrganizationAnalyticsIntegrationsGet200ResponseDataInnerOneOf) MarshalJSON ¶ added in v1.0.0
func (o OrganizationAnalyticsIntegrationsGet200ResponseDataInnerOneOf) MarshalJSON() ([]byte, error)
func (*OrganizationAnalyticsIntegrationsGet200ResponseDataInnerOneOf) SetEnabled ¶ added in v1.0.0
func (o *OrganizationAnalyticsIntegrationsGet200ResponseDataInnerOneOf) SetEnabled(v bool)
SetEnabled sets field value
func (*OrganizationAnalyticsIntegrationsGet200ResponseDataInnerOneOf) SetMeasurementId ¶ added in v1.0.0
func (o *OrganizationAnalyticsIntegrationsGet200ResponseDataInnerOneOf) SetMeasurementId(v string)
SetMeasurementId sets field value
func (*OrganizationAnalyticsIntegrationsGet200ResponseDataInnerOneOf) SetType ¶ added in v1.0.0
func (o *OrganizationAnalyticsIntegrationsGet200ResponseDataInnerOneOf) SetType(v string)
SetType sets field value
func (OrganizationAnalyticsIntegrationsGet200ResponseDataInnerOneOf) ToMap ¶ added in v1.0.0
func (o OrganizationAnalyticsIntegrationsGet200ResponseDataInnerOneOf) ToMap() (map[string]interface{}, error)
func (*OrganizationAnalyticsIntegrationsGet200ResponseDataInnerOneOf) UnmarshalJSON ¶ added in v1.0.0
func (o *OrganizationAnalyticsIntegrationsGet200ResponseDataInnerOneOf) UnmarshalJSON(data []byte) (err error)
type OrganizationAnalyticsIntegrationsGet200ResponseDataInnerOneOf1 ¶ added in v1.0.0
type OrganizationAnalyticsIntegrationsGet200ResponseDataInnerOneOf1 struct {
Type string `json:"type"`
Host string `json:"host"`
ApiKey string `json:"api_key"`
Enabled bool `json:"enabled"`
AdditionalProperties map[string]interface{}
}
OrganizationAnalyticsIntegrationsGet200ResponseDataInnerOneOf1 struct for OrganizationAnalyticsIntegrationsGet200ResponseDataInnerOneOf1
func NewOrganizationAnalyticsIntegrationsGet200ResponseDataInnerOneOf1 ¶ added in v1.0.0
func NewOrganizationAnalyticsIntegrationsGet200ResponseDataInnerOneOf1(type_ string, host string, apiKey string, enabled bool) *OrganizationAnalyticsIntegrationsGet200ResponseDataInnerOneOf1
NewOrganizationAnalyticsIntegrationsGet200ResponseDataInnerOneOf1 instantiates a new OrganizationAnalyticsIntegrationsGet200ResponseDataInnerOneOf1 object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewOrganizationAnalyticsIntegrationsGet200ResponseDataInnerOneOf1WithDefaults ¶ added in v1.0.0
func NewOrganizationAnalyticsIntegrationsGet200ResponseDataInnerOneOf1WithDefaults() *OrganizationAnalyticsIntegrationsGet200ResponseDataInnerOneOf1
NewOrganizationAnalyticsIntegrationsGet200ResponseDataInnerOneOf1WithDefaults instantiates a new OrganizationAnalyticsIntegrationsGet200ResponseDataInnerOneOf1 object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*OrganizationAnalyticsIntegrationsGet200ResponseDataInnerOneOf1) GetApiKey ¶ added in v1.0.0
func (o *OrganizationAnalyticsIntegrationsGet200ResponseDataInnerOneOf1) GetApiKey() string
GetApiKey returns the ApiKey field value
func (*OrganizationAnalyticsIntegrationsGet200ResponseDataInnerOneOf1) GetApiKeyOk ¶ added in v1.0.0
func (o *OrganizationAnalyticsIntegrationsGet200ResponseDataInnerOneOf1) GetApiKeyOk() (*string, bool)
GetApiKeyOk returns a tuple with the ApiKey field value and a boolean to check if the value has been set.
func (*OrganizationAnalyticsIntegrationsGet200ResponseDataInnerOneOf1) GetEnabled ¶ added in v1.0.0
func (o *OrganizationAnalyticsIntegrationsGet200ResponseDataInnerOneOf1) GetEnabled() bool
GetEnabled returns the Enabled field value
func (*OrganizationAnalyticsIntegrationsGet200ResponseDataInnerOneOf1) GetEnabledOk ¶ added in v1.0.0
func (o *OrganizationAnalyticsIntegrationsGet200ResponseDataInnerOneOf1) GetEnabledOk() (*bool, bool)
GetEnabledOk returns a tuple with the Enabled field value and a boolean to check if the value has been set.
func (*OrganizationAnalyticsIntegrationsGet200ResponseDataInnerOneOf1) GetHost ¶ added in v1.0.0
func (o *OrganizationAnalyticsIntegrationsGet200ResponseDataInnerOneOf1) GetHost() string
GetHost returns the Host field value
func (*OrganizationAnalyticsIntegrationsGet200ResponseDataInnerOneOf1) GetHostOk ¶ added in v1.0.0
func (o *OrganizationAnalyticsIntegrationsGet200ResponseDataInnerOneOf1) GetHostOk() (*string, bool)
GetHostOk returns a tuple with the Host field value and a boolean to check if the value has been set.
func (*OrganizationAnalyticsIntegrationsGet200ResponseDataInnerOneOf1) GetType ¶ added in v1.0.0
func (o *OrganizationAnalyticsIntegrationsGet200ResponseDataInnerOneOf1) GetType() string
GetType returns the Type field value
func (*OrganizationAnalyticsIntegrationsGet200ResponseDataInnerOneOf1) GetTypeOk ¶ added in v1.0.0
func (o *OrganizationAnalyticsIntegrationsGet200ResponseDataInnerOneOf1) GetTypeOk() (*string, bool)
GetTypeOk returns a tuple with the Type field value and a boolean to check if the value has been set.
func (OrganizationAnalyticsIntegrationsGet200ResponseDataInnerOneOf1) MarshalJSON ¶ added in v1.0.0
func (o OrganizationAnalyticsIntegrationsGet200ResponseDataInnerOneOf1) MarshalJSON() ([]byte, error)
func (*OrganizationAnalyticsIntegrationsGet200ResponseDataInnerOneOf1) SetApiKey ¶ added in v1.0.0
func (o *OrganizationAnalyticsIntegrationsGet200ResponseDataInnerOneOf1) SetApiKey(v string)
SetApiKey sets field value
func (*OrganizationAnalyticsIntegrationsGet200ResponseDataInnerOneOf1) SetEnabled ¶ added in v1.0.0
func (o *OrganizationAnalyticsIntegrationsGet200ResponseDataInnerOneOf1) SetEnabled(v bool)
SetEnabled sets field value
func (*OrganizationAnalyticsIntegrationsGet200ResponseDataInnerOneOf1) SetHost ¶ added in v1.0.0
func (o *OrganizationAnalyticsIntegrationsGet200ResponseDataInnerOneOf1) SetHost(v string)
SetHost sets field value
func (*OrganizationAnalyticsIntegrationsGet200ResponseDataInnerOneOf1) SetType ¶ added in v1.0.0
func (o *OrganizationAnalyticsIntegrationsGet200ResponseDataInnerOneOf1) SetType(v string)
SetType sets field value
func (OrganizationAnalyticsIntegrationsGet200ResponseDataInnerOneOf1) ToMap ¶ added in v1.0.0
func (o OrganizationAnalyticsIntegrationsGet200ResponseDataInnerOneOf1) ToMap() (map[string]interface{}, error)
func (*OrganizationAnalyticsIntegrationsGet200ResponseDataInnerOneOf1) UnmarshalJSON ¶ added in v1.0.0
func (o *OrganizationAnalyticsIntegrationsGet200ResponseDataInnerOneOf1) UnmarshalJSON(data []byte) (err error)
type OrganizationAnalyticsIntegrationsGet200ResponseDataInnerOneOf2 ¶ added in v1.0.0
type OrganizationAnalyticsIntegrationsGet200ResponseDataInnerOneOf2 struct {
Type string `json:"type"`
Enabled bool `json:"enabled"`
AdditionalProperties map[string]interface{}
}
OrganizationAnalyticsIntegrationsGet200ResponseDataInnerOneOf2 struct for OrganizationAnalyticsIntegrationsGet200ResponseDataInnerOneOf2
func NewOrganizationAnalyticsIntegrationsGet200ResponseDataInnerOneOf2 ¶ added in v1.0.0
func NewOrganizationAnalyticsIntegrationsGet200ResponseDataInnerOneOf2(type_ string, enabled bool) *OrganizationAnalyticsIntegrationsGet200ResponseDataInnerOneOf2
NewOrganizationAnalyticsIntegrationsGet200ResponseDataInnerOneOf2 instantiates a new OrganizationAnalyticsIntegrationsGet200ResponseDataInnerOneOf2 object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewOrganizationAnalyticsIntegrationsGet200ResponseDataInnerOneOf2WithDefaults ¶ added in v1.0.0
func NewOrganizationAnalyticsIntegrationsGet200ResponseDataInnerOneOf2WithDefaults() *OrganizationAnalyticsIntegrationsGet200ResponseDataInnerOneOf2
NewOrganizationAnalyticsIntegrationsGet200ResponseDataInnerOneOf2WithDefaults instantiates a new OrganizationAnalyticsIntegrationsGet200ResponseDataInnerOneOf2 object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*OrganizationAnalyticsIntegrationsGet200ResponseDataInnerOneOf2) GetEnabled ¶ added in v1.0.0
func (o *OrganizationAnalyticsIntegrationsGet200ResponseDataInnerOneOf2) GetEnabled() bool
GetEnabled returns the Enabled field value
func (*OrganizationAnalyticsIntegrationsGet200ResponseDataInnerOneOf2) GetEnabledOk ¶ added in v1.0.0
func (o *OrganizationAnalyticsIntegrationsGet200ResponseDataInnerOneOf2) GetEnabledOk() (*bool, bool)
GetEnabledOk returns a tuple with the Enabled field value and a boolean to check if the value has been set.
func (*OrganizationAnalyticsIntegrationsGet200ResponseDataInnerOneOf2) GetType ¶ added in v1.0.0
func (o *OrganizationAnalyticsIntegrationsGet200ResponseDataInnerOneOf2) GetType() string
GetType returns the Type field value
func (*OrganizationAnalyticsIntegrationsGet200ResponseDataInnerOneOf2) GetTypeOk ¶ added in v1.0.0
func (o *OrganizationAnalyticsIntegrationsGet200ResponseDataInnerOneOf2) GetTypeOk() (*string, bool)
GetTypeOk returns a tuple with the Type field value and a boolean to check if the value has been set.
func (OrganizationAnalyticsIntegrationsGet200ResponseDataInnerOneOf2) MarshalJSON ¶ added in v1.0.0
func (o OrganizationAnalyticsIntegrationsGet200ResponseDataInnerOneOf2) MarshalJSON() ([]byte, error)
func (*OrganizationAnalyticsIntegrationsGet200ResponseDataInnerOneOf2) SetEnabled ¶ added in v1.0.0
func (o *OrganizationAnalyticsIntegrationsGet200ResponseDataInnerOneOf2) SetEnabled(v bool)
SetEnabled sets field value
func (*OrganizationAnalyticsIntegrationsGet200ResponseDataInnerOneOf2) SetType ¶ added in v1.0.0
func (o *OrganizationAnalyticsIntegrationsGet200ResponseDataInnerOneOf2) SetType(v string)
SetType sets field value
func (OrganizationAnalyticsIntegrationsGet200ResponseDataInnerOneOf2) ToMap ¶ added in v1.0.0
func (o OrganizationAnalyticsIntegrationsGet200ResponseDataInnerOneOf2) ToMap() (map[string]interface{}, error)
func (*OrganizationAnalyticsIntegrationsGet200ResponseDataInnerOneOf2) UnmarshalJSON ¶ added in v1.0.0
func (o *OrganizationAnalyticsIntegrationsGet200ResponseDataInnerOneOf2) UnmarshalJSON(data []byte) (err error)
type OrganizationGet200Response ¶ added in v1.0.0
type OrganizationGet200Response struct {
// API request succeeded
Success bool `json:"success"`
Data OrganizationGet200ResponseData `json:"data"`
AdditionalProperties map[string]interface{}
}
OrganizationGet200Response The current organization's advanced settings
func NewOrganizationGet200Response ¶ added in v1.0.0
func NewOrganizationGet200Response(success bool, data OrganizationGet200ResponseData) *OrganizationGet200Response
NewOrganizationGet200Response instantiates a new OrganizationGet200Response object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewOrganizationGet200ResponseWithDefaults ¶ added in v1.0.0
func NewOrganizationGet200ResponseWithDefaults() *OrganizationGet200Response
NewOrganizationGet200ResponseWithDefaults instantiates a new OrganizationGet200Response object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*OrganizationGet200Response) GetData ¶ added in v1.0.0
func (o *OrganizationGet200Response) GetData() OrganizationGet200ResponseData
GetData returns the Data field value
func (*OrganizationGet200Response) GetDataOk ¶ added in v1.0.0
func (o *OrganizationGet200Response) GetDataOk() (*OrganizationGet200ResponseData, bool)
GetDataOk returns a tuple with the Data field value and a boolean to check if the value has been set.
func (*OrganizationGet200Response) GetSuccess ¶ added in v1.0.0
func (o *OrganizationGet200Response) GetSuccess() bool
GetSuccess returns the Success field value
func (*OrganizationGet200Response) GetSuccessOk ¶ added in v1.0.0
func (o *OrganizationGet200Response) GetSuccessOk() (*bool, bool)
GetSuccessOk returns a tuple with the Success field value and a boolean to check if the value has been set.
func (OrganizationGet200Response) MarshalJSON ¶ added in v1.0.0
func (o OrganizationGet200Response) MarshalJSON() ([]byte, error)
func (*OrganizationGet200Response) SetData ¶ added in v1.0.0
func (o *OrganizationGet200Response) SetData(v OrganizationGet200ResponseData)
SetData sets field value
func (*OrganizationGet200Response) SetSuccess ¶ added in v1.0.0
func (o *OrganizationGet200Response) SetSuccess(v bool)
SetSuccess sets field value
func (OrganizationGet200Response) ToMap ¶ added in v1.0.0
func (o OrganizationGet200Response) ToMap() (map[string]interface{}, error)
func (*OrganizationGet200Response) UnmarshalJSON ¶ added in v1.0.0
func (o *OrganizationGet200Response) UnmarshalJSON(data []byte) (err error)
type OrganizationGet200ResponseData ¶ added in v1.0.0
type OrganizationGet200ResponseData struct {
// The id of the organization.
Id string `json:"id"`
// Whether users can request access to join the organization.
RequestAccessEnabled bool `json:"request_access_enabled"`
// Whether the AI support bot is disabled.
AiSupportBotDisabled bool `json:"ai_support_bot_disabled"`
// Whether Retool forms are disabled.
RetoolFormsDisabled bool `json:"retool_forms_disabled"`
// Whether versions and releases on apps are disabled.
ReleaseManagementEnabled bool `json:"release_management_enabled"`
CacheQueriesPerUser NullableBool `json:"cache_queries_per_user"`
// Whether preloaded CSS is applied to the Retool homepage.
ApplyPreloadedCssToHomepage bool `json:"apply_preloaded_css_to_homepage"`
// Custom CSS rules to apply across Retool.
PreloadedCss NullableString `json:"preloaded_css"`
// Preloaded JavaScript that will apply to every Retool app.
PreloadedJavascript NullableString `json:"preloaded_javascript"`
// List of custom JavaScript libraries to load in every app.
JavascriptLinks []string `json:"javascript_links"`
// Number of minutes to store workflow run history data (up to a max of 90 days on cloud, 1 year on-prem)
WorkflowRunRetentionPeriodMins float32 `json:"workflow_run_retention_period_mins"`
// Whether app owners can manage permissions for their apps directly.
AppOwnersPermissionsManagement bool `json:"app_owners_permissions_management"`
// Whether two-factor authentication is required for all users in the organization.
TwoFactorAuthRequired bool `json:"two_factor_auth_required"`
// Required 2FA type, applies to the whole organization
TwoFactorAuthType NullableString `json:"two_factor_auth_type"`
// Whether notification emails for logins from new IPs are disabled.
DisableNewLoginIpNotificationEmail bool `json:"disable_new_login_ip_notification_email"`
}
OrganizationGet200ResponseData This object represents the advanced settings configured on an organization.
func NewOrganizationGet200ResponseData ¶ added in v1.0.0
func NewOrganizationGet200ResponseData(id string, requestAccessEnabled bool, aiSupportBotDisabled bool, retoolFormsDisabled bool, releaseManagementEnabled bool, cacheQueriesPerUser NullableBool, applyPreloadedCssToHomepage bool, preloadedCss NullableString, preloadedJavascript NullableString, javascriptLinks []string, workflowRunRetentionPeriodMins float32, appOwnersPermissionsManagement bool, twoFactorAuthRequired bool, twoFactorAuthType NullableString, disableNewLoginIpNotificationEmail bool) *OrganizationGet200ResponseData
NewOrganizationGet200ResponseData instantiates a new OrganizationGet200ResponseData object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewOrganizationGet200ResponseDataWithDefaults ¶ added in v1.0.0
func NewOrganizationGet200ResponseDataWithDefaults() *OrganizationGet200ResponseData
NewOrganizationGet200ResponseDataWithDefaults instantiates a new OrganizationGet200ResponseData object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*OrganizationGet200ResponseData) GetAiSupportBotDisabled ¶ added in v1.0.0
func (o *OrganizationGet200ResponseData) GetAiSupportBotDisabled() bool
GetAiSupportBotDisabled returns the AiSupportBotDisabled field value
func (*OrganizationGet200ResponseData) GetAiSupportBotDisabledOk ¶ added in v1.0.0
func (o *OrganizationGet200ResponseData) GetAiSupportBotDisabledOk() (*bool, bool)
GetAiSupportBotDisabledOk returns a tuple with the AiSupportBotDisabled field value and a boolean to check if the value has been set.
func (*OrganizationGet200ResponseData) GetAppOwnersPermissionsManagement ¶ added in v1.0.0
func (o *OrganizationGet200ResponseData) GetAppOwnersPermissionsManagement() bool
GetAppOwnersPermissionsManagement returns the AppOwnersPermissionsManagement field value
func (*OrganizationGet200ResponseData) GetAppOwnersPermissionsManagementOk ¶ added in v1.0.0
func (o *OrganizationGet200ResponseData) GetAppOwnersPermissionsManagementOk() (*bool, bool)
GetAppOwnersPermissionsManagementOk returns a tuple with the AppOwnersPermissionsManagement field value and a boolean to check if the value has been set.
func (*OrganizationGet200ResponseData) GetApplyPreloadedCssToHomepage ¶ added in v1.0.0
func (o *OrganizationGet200ResponseData) GetApplyPreloadedCssToHomepage() bool
GetApplyPreloadedCssToHomepage returns the ApplyPreloadedCssToHomepage field value
func (*OrganizationGet200ResponseData) GetApplyPreloadedCssToHomepageOk ¶ added in v1.0.0
func (o *OrganizationGet200ResponseData) GetApplyPreloadedCssToHomepageOk() (*bool, bool)
GetApplyPreloadedCssToHomepageOk returns a tuple with the ApplyPreloadedCssToHomepage field value and a boolean to check if the value has been set.
func (*OrganizationGet200ResponseData) GetCacheQueriesPerUser ¶ added in v1.0.0
func (o *OrganizationGet200ResponseData) GetCacheQueriesPerUser() bool
GetCacheQueriesPerUser returns the CacheQueriesPerUser field value If the value is explicit nil, the zero value for bool will be returned
func (*OrganizationGet200ResponseData) GetCacheQueriesPerUserOk ¶ added in v1.0.0
func (o *OrganizationGet200ResponseData) GetCacheQueriesPerUserOk() (*bool, bool)
GetCacheQueriesPerUserOk returns a tuple with the CacheQueriesPerUser 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 (*OrganizationGet200ResponseData) GetDisableNewLoginIpNotificationEmail ¶ added in v1.0.0
func (o *OrganizationGet200ResponseData) GetDisableNewLoginIpNotificationEmail() bool
GetDisableNewLoginIpNotificationEmail returns the DisableNewLoginIpNotificationEmail field value
func (*OrganizationGet200ResponseData) GetDisableNewLoginIpNotificationEmailOk ¶ added in v1.0.0
func (o *OrganizationGet200ResponseData) GetDisableNewLoginIpNotificationEmailOk() (*bool, bool)
GetDisableNewLoginIpNotificationEmailOk returns a tuple with the DisableNewLoginIpNotificationEmail field value and a boolean to check if the value has been set.
func (*OrganizationGet200ResponseData) GetId ¶ added in v1.0.0
func (o *OrganizationGet200ResponseData) GetId() string
GetId returns the Id field value
func (*OrganizationGet200ResponseData) GetIdOk ¶ added in v1.0.0
func (o *OrganizationGet200ResponseData) GetIdOk() (*string, bool)
GetIdOk returns a tuple with the Id field value and a boolean to check if the value has been set.
func (*OrganizationGet200ResponseData) GetJavascriptLinks ¶ added in v1.0.0
func (o *OrganizationGet200ResponseData) GetJavascriptLinks() []string
GetJavascriptLinks returns the JavascriptLinks field value
func (*OrganizationGet200ResponseData) GetJavascriptLinksOk ¶ added in v1.0.0
func (o *OrganizationGet200ResponseData) GetJavascriptLinksOk() ([]string, bool)
GetJavascriptLinksOk returns a tuple with the JavascriptLinks field value and a boolean to check if the value has been set.
func (*OrganizationGet200ResponseData) GetPreloadedCss ¶ added in v1.0.0
func (o *OrganizationGet200ResponseData) GetPreloadedCss() string
GetPreloadedCss returns the PreloadedCss field value If the value is explicit nil, the zero value for string will be returned
func (*OrganizationGet200ResponseData) GetPreloadedCssOk ¶ added in v1.0.0
func (o *OrganizationGet200ResponseData) GetPreloadedCssOk() (*string, bool)
GetPreloadedCssOk returns a tuple with the PreloadedCss 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 (*OrganizationGet200ResponseData) GetPreloadedJavascript ¶ added in v1.0.0
func (o *OrganizationGet200ResponseData) GetPreloadedJavascript() string
GetPreloadedJavascript returns the PreloadedJavascript field value If the value is explicit nil, the zero value for string will be returned
func (*OrganizationGet200ResponseData) GetPreloadedJavascriptOk ¶ added in v1.0.0
func (o *OrganizationGet200ResponseData) GetPreloadedJavascriptOk() (*string, bool)
GetPreloadedJavascriptOk returns a tuple with the PreloadedJavascript 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 (*OrganizationGet200ResponseData) GetReleaseManagementEnabled ¶ added in v1.0.0
func (o *OrganizationGet200ResponseData) GetReleaseManagementEnabled() bool
GetReleaseManagementEnabled returns the ReleaseManagementEnabled field value
func (*OrganizationGet200ResponseData) GetReleaseManagementEnabledOk ¶ added in v1.0.0
func (o *OrganizationGet200ResponseData) GetReleaseManagementEnabledOk() (*bool, bool)
GetReleaseManagementEnabledOk returns a tuple with the ReleaseManagementEnabled field value and a boolean to check if the value has been set.
func (*OrganizationGet200ResponseData) GetRequestAccessEnabled ¶ added in v1.0.0
func (o *OrganizationGet200ResponseData) GetRequestAccessEnabled() bool
GetRequestAccessEnabled returns the RequestAccessEnabled field value
func (*OrganizationGet200ResponseData) GetRequestAccessEnabledOk ¶ added in v1.0.0
func (o *OrganizationGet200ResponseData) GetRequestAccessEnabledOk() (*bool, bool)
GetRequestAccessEnabledOk returns a tuple with the RequestAccessEnabled field value and a boolean to check if the value has been set.
func (*OrganizationGet200ResponseData) GetRetoolFormsDisabled ¶ added in v1.0.0
func (o *OrganizationGet200ResponseData) GetRetoolFormsDisabled() bool
GetRetoolFormsDisabled returns the RetoolFormsDisabled field value
func (*OrganizationGet200ResponseData) GetRetoolFormsDisabledOk ¶ added in v1.0.0
func (o *OrganizationGet200ResponseData) GetRetoolFormsDisabledOk() (*bool, bool)
GetRetoolFormsDisabledOk returns a tuple with the RetoolFormsDisabled field value and a boolean to check if the value has been set.
func (*OrganizationGet200ResponseData) GetTwoFactorAuthRequired ¶ added in v1.0.0
func (o *OrganizationGet200ResponseData) GetTwoFactorAuthRequired() bool
GetTwoFactorAuthRequired returns the TwoFactorAuthRequired field value
func (*OrganizationGet200ResponseData) GetTwoFactorAuthRequiredOk ¶ added in v1.0.0
func (o *OrganizationGet200ResponseData) GetTwoFactorAuthRequiredOk() (*bool, bool)
GetTwoFactorAuthRequiredOk returns a tuple with the TwoFactorAuthRequired field value and a boolean to check if the value has been set.
func (*OrganizationGet200ResponseData) GetTwoFactorAuthType ¶ added in v1.0.0
func (o *OrganizationGet200ResponseData) GetTwoFactorAuthType() string
GetTwoFactorAuthType returns the TwoFactorAuthType field value If the value is explicit nil, the zero value for string will be returned
func (*OrganizationGet200ResponseData) GetTwoFactorAuthTypeOk ¶ added in v1.0.0
func (o *OrganizationGet200ResponseData) GetTwoFactorAuthTypeOk() (*string, bool)
GetTwoFactorAuthTypeOk returns a tuple with the TwoFactorAuthType 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 (*OrganizationGet200ResponseData) GetWorkflowRunRetentionPeriodMins ¶ added in v1.0.0
func (o *OrganizationGet200ResponseData) GetWorkflowRunRetentionPeriodMins() float32
GetWorkflowRunRetentionPeriodMins returns the WorkflowRunRetentionPeriodMins field value
func (*OrganizationGet200ResponseData) GetWorkflowRunRetentionPeriodMinsOk ¶ added in v1.0.0
func (o *OrganizationGet200ResponseData) GetWorkflowRunRetentionPeriodMinsOk() (*float32, bool)
GetWorkflowRunRetentionPeriodMinsOk returns a tuple with the WorkflowRunRetentionPeriodMins field value and a boolean to check if the value has been set.
func (OrganizationGet200ResponseData) MarshalJSON ¶ added in v1.0.0
func (o OrganizationGet200ResponseData) MarshalJSON() ([]byte, error)
func (*OrganizationGet200ResponseData) SetAiSupportBotDisabled ¶ added in v1.0.0
func (o *OrganizationGet200ResponseData) SetAiSupportBotDisabled(v bool)
SetAiSupportBotDisabled sets field value
func (*OrganizationGet200ResponseData) SetAppOwnersPermissionsManagement ¶ added in v1.0.0
func (o *OrganizationGet200ResponseData) SetAppOwnersPermissionsManagement(v bool)
SetAppOwnersPermissionsManagement sets field value
func (*OrganizationGet200ResponseData) SetApplyPreloadedCssToHomepage ¶ added in v1.0.0
func (o *OrganizationGet200ResponseData) SetApplyPreloadedCssToHomepage(v bool)
SetApplyPreloadedCssToHomepage sets field value
func (*OrganizationGet200ResponseData) SetCacheQueriesPerUser ¶ added in v1.0.0
func (o *OrganizationGet200ResponseData) SetCacheQueriesPerUser(v bool)
SetCacheQueriesPerUser sets field value
func (*OrganizationGet200ResponseData) SetDisableNewLoginIpNotificationEmail ¶ added in v1.0.0
func (o *OrganizationGet200ResponseData) SetDisableNewLoginIpNotificationEmail(v bool)
SetDisableNewLoginIpNotificationEmail sets field value
func (*OrganizationGet200ResponseData) SetId ¶ added in v1.0.0
func (o *OrganizationGet200ResponseData) SetId(v string)
SetId sets field value
func (*OrganizationGet200ResponseData) SetJavascriptLinks ¶ added in v1.0.0
func (o *OrganizationGet200ResponseData) SetJavascriptLinks(v []string)
SetJavascriptLinks sets field value
func (*OrganizationGet200ResponseData) SetPreloadedCss ¶ added in v1.0.0
func (o *OrganizationGet200ResponseData) SetPreloadedCss(v string)
SetPreloadedCss sets field value
func (*OrganizationGet200ResponseData) SetPreloadedJavascript ¶ added in v1.0.0
func (o *OrganizationGet200ResponseData) SetPreloadedJavascript(v string)
SetPreloadedJavascript sets field value
func (*OrganizationGet200ResponseData) SetReleaseManagementEnabled ¶ added in v1.0.0
func (o *OrganizationGet200ResponseData) SetReleaseManagementEnabled(v bool)
SetReleaseManagementEnabled sets field value
func (*OrganizationGet200ResponseData) SetRequestAccessEnabled ¶ added in v1.0.0
func (o *OrganizationGet200ResponseData) SetRequestAccessEnabled(v bool)
SetRequestAccessEnabled sets field value
func (*OrganizationGet200ResponseData) SetRetoolFormsDisabled ¶ added in v1.0.0
func (o *OrganizationGet200ResponseData) SetRetoolFormsDisabled(v bool)
SetRetoolFormsDisabled sets field value
func (*OrganizationGet200ResponseData) SetTwoFactorAuthRequired ¶ added in v1.0.0
func (o *OrganizationGet200ResponseData) SetTwoFactorAuthRequired(v bool)
SetTwoFactorAuthRequired sets field value
func (*OrganizationGet200ResponseData) SetTwoFactorAuthType ¶ added in v1.0.0
func (o *OrganizationGet200ResponseData) SetTwoFactorAuthType(v string)
SetTwoFactorAuthType sets field value
func (*OrganizationGet200ResponseData) SetWorkflowRunRetentionPeriodMins ¶ added in v1.0.0
func (o *OrganizationGet200ResponseData) SetWorkflowRunRetentionPeriodMins(v float32)
SetWorkflowRunRetentionPeriodMins sets field value
func (OrganizationGet200ResponseData) ToMap ¶ added in v1.0.0
func (o OrganizationGet200ResponseData) ToMap() (map[string]interface{}, error)
func (*OrganizationGet200ResponseData) UnmarshalJSON ¶ added in v1.0.0
func (o *OrganizationGet200ResponseData) UnmarshalJSON(data []byte) (err error)
type OrganizationPatch200Response ¶ added in v1.0.0
type OrganizationPatch200Response struct {
// API request succeeded
Success bool `json:"success"`
Data OrganizationPatch200ResponseData `json:"data"`
AdditionalProperties map[string]interface{}
}
OrganizationPatch200Response struct for OrganizationPatch200Response
func NewOrganizationPatch200Response ¶ added in v1.0.0
func NewOrganizationPatch200Response(success bool, data OrganizationPatch200ResponseData) *OrganizationPatch200Response
NewOrganizationPatch200Response instantiates a new OrganizationPatch200Response object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewOrganizationPatch200ResponseWithDefaults ¶ added in v1.0.0
func NewOrganizationPatch200ResponseWithDefaults() *OrganizationPatch200Response
NewOrganizationPatch200ResponseWithDefaults instantiates a new OrganizationPatch200Response object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*OrganizationPatch200Response) GetData ¶ added in v1.0.0
func (o *OrganizationPatch200Response) GetData() OrganizationPatch200ResponseData
GetData returns the Data field value
func (*OrganizationPatch200Response) GetDataOk ¶ added in v1.0.0
func (o *OrganizationPatch200Response) GetDataOk() (*OrganizationPatch200ResponseData, bool)
GetDataOk returns a tuple with the Data field value and a boolean to check if the value has been set.
func (*OrganizationPatch200Response) GetSuccess ¶ added in v1.0.0
func (o *OrganizationPatch200Response) GetSuccess() bool
GetSuccess returns the Success field value
func (*OrganizationPatch200Response) GetSuccessOk ¶ added in v1.0.0
func (o *OrganizationPatch200Response) GetSuccessOk() (*bool, bool)
GetSuccessOk returns a tuple with the Success field value and a boolean to check if the value has been set.
func (OrganizationPatch200Response) MarshalJSON ¶ added in v1.0.0
func (o OrganizationPatch200Response) MarshalJSON() ([]byte, error)
func (*OrganizationPatch200Response) SetData ¶ added in v1.0.0
func (o *OrganizationPatch200Response) SetData(v OrganizationPatch200ResponseData)
SetData sets field value
func (*OrganizationPatch200Response) SetSuccess ¶ added in v1.0.0
func (o *OrganizationPatch200Response) SetSuccess(v bool)
SetSuccess sets field value
func (OrganizationPatch200Response) ToMap ¶ added in v1.0.0
func (o OrganizationPatch200Response) ToMap() (map[string]interface{}, error)
func (*OrganizationPatch200Response) UnmarshalJSON ¶ added in v1.0.0
func (o *OrganizationPatch200Response) UnmarshalJSON(data []byte) (err error)
type OrganizationPatch200ResponseData ¶ added in v1.0.0
type OrganizationPatch200ResponseData struct {
// The id of the organization.
Id string `json:"id"`
// Whether users can request access to join the organization.
RequestAccessEnabled bool `json:"request_access_enabled"`
// Whether the AI support bot is disabled.
AiSupportBotDisabled bool `json:"ai_support_bot_disabled"`
// Whether Retool forms are disabled.
RetoolFormsDisabled bool `json:"retool_forms_disabled"`
// Whether versions and releases on apps are disabled.
ReleaseManagementEnabled bool `json:"release_management_enabled"`
CacheQueriesPerUser NullableBool `json:"cache_queries_per_user"`
// Whether preloaded CSS is applied to the Retool homepage.
ApplyPreloadedCssToHomepage bool `json:"apply_preloaded_css_to_homepage"`
// Custom CSS rules to apply across Retool.
PreloadedCss NullableString `json:"preloaded_css"`
// Preloaded JavaScript that will apply to every Retool app.
PreloadedJavascript NullableString `json:"preloaded_javascript"`
// List of custom JavaScript libraries to load in every app.
JavascriptLinks []string `json:"javascript_links"`
// Number of minutes to store workflow run history data (up to a max of 90 days on cloud, 1 year on-prem)
WorkflowRunRetentionPeriodMins float32 `json:"workflow_run_retention_period_mins"`
// Whether app owners can manage permissions for their apps directly.
AppOwnersPermissionsManagement bool `json:"app_owners_permissions_management"`
// Whether two-factor authentication is required for all users in the organization.
TwoFactorAuthRequired bool `json:"two_factor_auth_required"`
// Required 2FA type, applies to the whole organization
TwoFactorAuthType NullableString `json:"two_factor_auth_type"`
// Whether notification emails for logins from new IPs are disabled.
DisableNewLoginIpNotificationEmail bool `json:"disable_new_login_ip_notification_email"`
}
OrganizationPatch200ResponseData The updated organization settings
func NewOrganizationPatch200ResponseData ¶ added in v1.0.0
func NewOrganizationPatch200ResponseData(id string, requestAccessEnabled bool, aiSupportBotDisabled bool, retoolFormsDisabled bool, releaseManagementEnabled bool, cacheQueriesPerUser NullableBool, applyPreloadedCssToHomepage bool, preloadedCss NullableString, preloadedJavascript NullableString, javascriptLinks []string, workflowRunRetentionPeriodMins float32, appOwnersPermissionsManagement bool, twoFactorAuthRequired bool, twoFactorAuthType NullableString, disableNewLoginIpNotificationEmail bool) *OrganizationPatch200ResponseData
NewOrganizationPatch200ResponseData instantiates a new OrganizationPatch200ResponseData object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewOrganizationPatch200ResponseDataWithDefaults ¶ added in v1.0.0
func NewOrganizationPatch200ResponseDataWithDefaults() *OrganizationPatch200ResponseData
NewOrganizationPatch200ResponseDataWithDefaults instantiates a new OrganizationPatch200ResponseData object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*OrganizationPatch200ResponseData) GetAiSupportBotDisabled ¶ added in v1.0.0
func (o *OrganizationPatch200ResponseData) GetAiSupportBotDisabled() bool
GetAiSupportBotDisabled returns the AiSupportBotDisabled field value
func (*OrganizationPatch200ResponseData) GetAiSupportBotDisabledOk ¶ added in v1.0.0
func (o *OrganizationPatch200ResponseData) GetAiSupportBotDisabledOk() (*bool, bool)
GetAiSupportBotDisabledOk returns a tuple with the AiSupportBotDisabled field value and a boolean to check if the value has been set.
func (*OrganizationPatch200ResponseData) GetAppOwnersPermissionsManagement ¶ added in v1.0.0
func (o *OrganizationPatch200ResponseData) GetAppOwnersPermissionsManagement() bool
GetAppOwnersPermissionsManagement returns the AppOwnersPermissionsManagement field value
func (*OrganizationPatch200ResponseData) GetAppOwnersPermissionsManagementOk ¶ added in v1.0.0
func (o *OrganizationPatch200ResponseData) GetAppOwnersPermissionsManagementOk() (*bool, bool)
GetAppOwnersPermissionsManagementOk returns a tuple with the AppOwnersPermissionsManagement field value and a boolean to check if the value has been set.
func (*OrganizationPatch200ResponseData) GetApplyPreloadedCssToHomepage ¶ added in v1.0.0
func (o *OrganizationPatch200ResponseData) GetApplyPreloadedCssToHomepage() bool
GetApplyPreloadedCssToHomepage returns the ApplyPreloadedCssToHomepage field value
func (*OrganizationPatch200ResponseData) GetApplyPreloadedCssToHomepageOk ¶ added in v1.0.0
func (o *OrganizationPatch200ResponseData) GetApplyPreloadedCssToHomepageOk() (*bool, bool)
GetApplyPreloadedCssToHomepageOk returns a tuple with the ApplyPreloadedCssToHomepage field value and a boolean to check if the value has been set.
func (*OrganizationPatch200ResponseData) GetCacheQueriesPerUser ¶ added in v1.0.0
func (o *OrganizationPatch200ResponseData) GetCacheQueriesPerUser() bool
GetCacheQueriesPerUser returns the CacheQueriesPerUser field value If the value is explicit nil, the zero value for bool will be returned
func (*OrganizationPatch200ResponseData) GetCacheQueriesPerUserOk ¶ added in v1.0.0
func (o *OrganizationPatch200ResponseData) GetCacheQueriesPerUserOk() (*bool, bool)
GetCacheQueriesPerUserOk returns a tuple with the CacheQueriesPerUser 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 (*OrganizationPatch200ResponseData) GetDisableNewLoginIpNotificationEmail ¶ added in v1.0.0
func (o *OrganizationPatch200ResponseData) GetDisableNewLoginIpNotificationEmail() bool
GetDisableNewLoginIpNotificationEmail returns the DisableNewLoginIpNotificationEmail field value
func (*OrganizationPatch200ResponseData) GetDisableNewLoginIpNotificationEmailOk ¶ added in v1.0.0
func (o *OrganizationPatch200ResponseData) GetDisableNewLoginIpNotificationEmailOk() (*bool, bool)
GetDisableNewLoginIpNotificationEmailOk returns a tuple with the DisableNewLoginIpNotificationEmail field value and a boolean to check if the value has been set.
func (*OrganizationPatch200ResponseData) GetId ¶ added in v1.0.0
func (o *OrganizationPatch200ResponseData) GetId() string
GetId returns the Id field value
func (*OrganizationPatch200ResponseData) GetIdOk ¶ added in v1.0.0
func (o *OrganizationPatch200ResponseData) GetIdOk() (*string, bool)
GetIdOk returns a tuple with the Id field value and a boolean to check if the value has been set.
func (*OrganizationPatch200ResponseData) GetJavascriptLinks ¶ added in v1.0.0
func (o *OrganizationPatch200ResponseData) GetJavascriptLinks() []string
GetJavascriptLinks returns the JavascriptLinks field value
func (*OrganizationPatch200ResponseData) GetJavascriptLinksOk ¶ added in v1.0.0
func (o *OrganizationPatch200ResponseData) GetJavascriptLinksOk() ([]string, bool)
GetJavascriptLinksOk returns a tuple with the JavascriptLinks field value and a boolean to check if the value has been set.
func (*OrganizationPatch200ResponseData) GetPreloadedCss ¶ added in v1.0.0
func (o *OrganizationPatch200ResponseData) GetPreloadedCss() string
GetPreloadedCss returns the PreloadedCss field value If the value is explicit nil, the zero value for string will be returned
func (*OrganizationPatch200ResponseData) GetPreloadedCssOk ¶ added in v1.0.0
func (o *OrganizationPatch200ResponseData) GetPreloadedCssOk() (*string, bool)
GetPreloadedCssOk returns a tuple with the PreloadedCss 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 (*OrganizationPatch200ResponseData) GetPreloadedJavascript ¶ added in v1.0.0
func (o *OrganizationPatch200ResponseData) GetPreloadedJavascript() string
GetPreloadedJavascript returns the PreloadedJavascript field value If the value is explicit nil, the zero value for string will be returned
func (*OrganizationPatch200ResponseData) GetPreloadedJavascriptOk ¶ added in v1.0.0
func (o *OrganizationPatch200ResponseData) GetPreloadedJavascriptOk() (*string, bool)
GetPreloadedJavascriptOk returns a tuple with the PreloadedJavascript 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 (*OrganizationPatch200ResponseData) GetReleaseManagementEnabled ¶ added in v1.0.0
func (o *OrganizationPatch200ResponseData) GetReleaseManagementEnabled() bool
GetReleaseManagementEnabled returns the ReleaseManagementEnabled field value
func (*OrganizationPatch200ResponseData) GetReleaseManagementEnabledOk ¶ added in v1.0.0
func (o *OrganizationPatch200ResponseData) GetReleaseManagementEnabledOk() (*bool, bool)
GetReleaseManagementEnabledOk returns a tuple with the ReleaseManagementEnabled field value and a boolean to check if the value has been set.
func (*OrganizationPatch200ResponseData) GetRequestAccessEnabled ¶ added in v1.0.0
func (o *OrganizationPatch200ResponseData) GetRequestAccessEnabled() bool
GetRequestAccessEnabled returns the RequestAccessEnabled field value
func (*OrganizationPatch200ResponseData) GetRequestAccessEnabledOk ¶ added in v1.0.0
func (o *OrganizationPatch200ResponseData) GetRequestAccessEnabledOk() (*bool, bool)
GetRequestAccessEnabledOk returns a tuple with the RequestAccessEnabled field value and a boolean to check if the value has been set.
func (*OrganizationPatch200ResponseData) GetRetoolFormsDisabled ¶ added in v1.0.0
func (o *OrganizationPatch200ResponseData) GetRetoolFormsDisabled() bool
GetRetoolFormsDisabled returns the RetoolFormsDisabled field value
func (*OrganizationPatch200ResponseData) GetRetoolFormsDisabledOk ¶ added in v1.0.0
func (o *OrganizationPatch200ResponseData) GetRetoolFormsDisabledOk() (*bool, bool)
GetRetoolFormsDisabledOk returns a tuple with the RetoolFormsDisabled field value and a boolean to check if the value has been set.
func (*OrganizationPatch200ResponseData) GetTwoFactorAuthRequired ¶ added in v1.0.0
func (o *OrganizationPatch200ResponseData) GetTwoFactorAuthRequired() bool
GetTwoFactorAuthRequired returns the TwoFactorAuthRequired field value
func (*OrganizationPatch200ResponseData) GetTwoFactorAuthRequiredOk ¶ added in v1.0.0
func (o *OrganizationPatch200ResponseData) GetTwoFactorAuthRequiredOk() (*bool, bool)
GetTwoFactorAuthRequiredOk returns a tuple with the TwoFactorAuthRequired field value and a boolean to check if the value has been set.
func (*OrganizationPatch200ResponseData) GetTwoFactorAuthType ¶ added in v1.0.0
func (o *OrganizationPatch200ResponseData) GetTwoFactorAuthType() string
GetTwoFactorAuthType returns the TwoFactorAuthType field value If the value is explicit nil, the zero value for string will be returned
func (*OrganizationPatch200ResponseData) GetTwoFactorAuthTypeOk ¶ added in v1.0.0
func (o *OrganizationPatch200ResponseData) GetTwoFactorAuthTypeOk() (*string, bool)
GetTwoFactorAuthTypeOk returns a tuple with the TwoFactorAuthType 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 (*OrganizationPatch200ResponseData) GetWorkflowRunRetentionPeriodMins ¶ added in v1.0.0
func (o *OrganizationPatch200ResponseData) GetWorkflowRunRetentionPeriodMins() float32
GetWorkflowRunRetentionPeriodMins returns the WorkflowRunRetentionPeriodMins field value
func (*OrganizationPatch200ResponseData) GetWorkflowRunRetentionPeriodMinsOk ¶ added in v1.0.0
func (o *OrganizationPatch200ResponseData) GetWorkflowRunRetentionPeriodMinsOk() (*float32, bool)
GetWorkflowRunRetentionPeriodMinsOk returns a tuple with the WorkflowRunRetentionPeriodMins field value and a boolean to check if the value has been set.
func (OrganizationPatch200ResponseData) MarshalJSON ¶ added in v1.0.0
func (o OrganizationPatch200ResponseData) MarshalJSON() ([]byte, error)
func (*OrganizationPatch200ResponseData) SetAiSupportBotDisabled ¶ added in v1.0.0
func (o *OrganizationPatch200ResponseData) SetAiSupportBotDisabled(v bool)
SetAiSupportBotDisabled sets field value
func (*OrganizationPatch200ResponseData) SetAppOwnersPermissionsManagement ¶ added in v1.0.0
func (o *OrganizationPatch200ResponseData) SetAppOwnersPermissionsManagement(v bool)
SetAppOwnersPermissionsManagement sets field value
func (*OrganizationPatch200ResponseData) SetApplyPreloadedCssToHomepage ¶ added in v1.0.0
func (o *OrganizationPatch200ResponseData) SetApplyPreloadedCssToHomepage(v bool)
SetApplyPreloadedCssToHomepage sets field value
func (*OrganizationPatch200ResponseData) SetCacheQueriesPerUser ¶ added in v1.0.0
func (o *OrganizationPatch200ResponseData) SetCacheQueriesPerUser(v bool)
SetCacheQueriesPerUser sets field value
func (*OrganizationPatch200ResponseData) SetDisableNewLoginIpNotificationEmail ¶ added in v1.0.0
func (o *OrganizationPatch200ResponseData) SetDisableNewLoginIpNotificationEmail(v bool)
SetDisableNewLoginIpNotificationEmail sets field value
func (*OrganizationPatch200ResponseData) SetId ¶ added in v1.0.0
func (o *OrganizationPatch200ResponseData) SetId(v string)
SetId sets field value
func (*OrganizationPatch200ResponseData) SetJavascriptLinks ¶ added in v1.0.0
func (o *OrganizationPatch200ResponseData) SetJavascriptLinks(v []string)
SetJavascriptLinks sets field value
func (*OrganizationPatch200ResponseData) SetPreloadedCss ¶ added in v1.0.0
func (o *OrganizationPatch200ResponseData) SetPreloadedCss(v string)
SetPreloadedCss sets field value
func (*OrganizationPatch200ResponseData) SetPreloadedJavascript ¶ added in v1.0.0
func (o *OrganizationPatch200ResponseData) SetPreloadedJavascript(v string)
SetPreloadedJavascript sets field value
func (*OrganizationPatch200ResponseData) SetReleaseManagementEnabled ¶ added in v1.0.0
func (o *OrganizationPatch200ResponseData) SetReleaseManagementEnabled(v bool)
SetReleaseManagementEnabled sets field value
func (*OrganizationPatch200ResponseData) SetRequestAccessEnabled ¶ added in v1.0.0
func (o *OrganizationPatch200ResponseData) SetRequestAccessEnabled(v bool)
SetRequestAccessEnabled sets field value
func (*OrganizationPatch200ResponseData) SetRetoolFormsDisabled ¶ added in v1.0.0
func (o *OrganizationPatch200ResponseData) SetRetoolFormsDisabled(v bool)
SetRetoolFormsDisabled sets field value
func (*OrganizationPatch200ResponseData) SetTwoFactorAuthRequired ¶ added in v1.0.0
func (o *OrganizationPatch200ResponseData) SetTwoFactorAuthRequired(v bool)
SetTwoFactorAuthRequired sets field value
func (*OrganizationPatch200ResponseData) SetTwoFactorAuthType ¶ added in v1.0.0
func (o *OrganizationPatch200ResponseData) SetTwoFactorAuthType(v string)
SetTwoFactorAuthType sets field value
func (*OrganizationPatch200ResponseData) SetWorkflowRunRetentionPeriodMins ¶ added in v1.0.0
func (o *OrganizationPatch200ResponseData) SetWorkflowRunRetentionPeriodMins(v float32)
SetWorkflowRunRetentionPeriodMins sets field value
func (OrganizationPatch200ResponseData) ToMap ¶ added in v1.0.0
func (o OrganizationPatch200ResponseData) ToMap() (map[string]interface{}, error)
func (*OrganizationPatch200ResponseData) UnmarshalJSON ¶ added in v1.0.0
func (o *OrganizationPatch200ResponseData) UnmarshalJSON(data []byte) (err error)
type OrganizationPatchRequest ¶ added in v1.0.0
type OrganizationPatchRequest struct {
// A list of operations to apply to update the organization. See the [JSON PATCH specification](https://tools.ietf.org/html/rfc6902) for more details.
Operations []ReplaceOperation `json:"operations"`
}
OrganizationPatchRequest The body of a request to update an organization.
func NewOrganizationPatchRequest ¶ added in v1.0.0
func NewOrganizationPatchRequest(operations []ReplaceOperation) *OrganizationPatchRequest
NewOrganizationPatchRequest instantiates a new OrganizationPatchRequest object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewOrganizationPatchRequestWithDefaults ¶ added in v1.0.0
func NewOrganizationPatchRequestWithDefaults() *OrganizationPatchRequest
NewOrganizationPatchRequestWithDefaults instantiates a new OrganizationPatchRequest object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*OrganizationPatchRequest) GetOperations ¶ added in v1.0.0
func (o *OrganizationPatchRequest) GetOperations() []ReplaceOperation
GetOperations returns the Operations field value
func (*OrganizationPatchRequest) GetOperationsOk ¶ added in v1.0.0
func (o *OrganizationPatchRequest) GetOperationsOk() ([]ReplaceOperation, bool)
GetOperationsOk returns a tuple with the Operations field value and a boolean to check if the value has been set.
func (OrganizationPatchRequest) MarshalJSON ¶ added in v1.0.0
func (o OrganizationPatchRequest) MarshalJSON() ([]byte, error)
func (*OrganizationPatchRequest) SetOperations ¶ added in v1.0.0
func (o *OrganizationPatchRequest) SetOperations(v []ReplaceOperation)
SetOperations sets field value
func (OrganizationPatchRequest) ToMap ¶ added in v1.0.0
func (o OrganizationPatchRequest) ToMap() (map[string]interface{}, error)
func (*OrganizationPatchRequest) UnmarshalJSON ¶ added in v1.0.0
func (o *OrganizationPatchRequest) UnmarshalJSON(data []byte) (err error)
type OrganizationSettings ¶ added in v1.0.0
type OrganizationSettings struct {
// The id of the organization.
Id string `json:"id"`
// Whether users can request access to join the organization.
RequestAccessEnabled bool `json:"request_access_enabled"`
// Whether the AI support bot is disabled.
AiSupportBotDisabled bool `json:"ai_support_bot_disabled"`
// Whether Retool forms are disabled.
RetoolFormsDisabled bool `json:"retool_forms_disabled"`
// Whether versions and releases on apps are disabled.
ReleaseManagementEnabled bool `json:"release_management_enabled"`
CacheQueriesPerUser NullableBool `json:"cache_queries_per_user"`
// Whether preloaded CSS is applied to the Retool homepage.
ApplyPreloadedCssToHomepage bool `json:"apply_preloaded_css_to_homepage"`
// Custom CSS rules to apply across Retool.
PreloadedCss NullableString `json:"preloaded_css"`
// Preloaded JavaScript that will apply to every Retool app.
PreloadedJavascript NullableString `json:"preloaded_javascript"`
// List of custom JavaScript libraries to load in every app.
JavascriptLinks []string `json:"javascript_links"`
// Number of minutes to store workflow run history data (up to a max of 90 days on cloud, 1 year on-prem)
WorkflowRunRetentionPeriodMins float32 `json:"workflow_run_retention_period_mins"`
// Whether app owners can manage permissions for their apps directly.
AppOwnersPermissionsManagement bool `json:"app_owners_permissions_management"`
// Whether two-factor authentication is required for all users in the organization.
TwoFactorAuthRequired bool `json:"two_factor_auth_required"`
// Required 2FA type, applies to the whole organization
TwoFactorAuthType NullableString `json:"two_factor_auth_type"`
// Whether notification emails for logins from new IPs are disabled.
DisableNewLoginIpNotificationEmail bool `json:"disable_new_login_ip_notification_email"`
}
OrganizationSettings This object represents the advanced settings configured on an organization.
func NewOrganizationSettings ¶ added in v1.0.0
func NewOrganizationSettings(id string, requestAccessEnabled bool, aiSupportBotDisabled bool, retoolFormsDisabled bool, releaseManagementEnabled bool, cacheQueriesPerUser NullableBool, applyPreloadedCssToHomepage bool, preloadedCss NullableString, preloadedJavascript NullableString, javascriptLinks []string, workflowRunRetentionPeriodMins float32, appOwnersPermissionsManagement bool, twoFactorAuthRequired bool, twoFactorAuthType NullableString, disableNewLoginIpNotificationEmail bool) *OrganizationSettings
NewOrganizationSettings instantiates a new OrganizationSettings object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewOrganizationSettingsWithDefaults ¶ added in v1.0.0
func NewOrganizationSettingsWithDefaults() *OrganizationSettings
NewOrganizationSettingsWithDefaults instantiates a new OrganizationSettings object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*OrganizationSettings) GetAiSupportBotDisabled ¶ added in v1.0.0
func (o *OrganizationSettings) GetAiSupportBotDisabled() bool
GetAiSupportBotDisabled returns the AiSupportBotDisabled field value
func (*OrganizationSettings) GetAiSupportBotDisabledOk ¶ added in v1.0.0
func (o *OrganizationSettings) GetAiSupportBotDisabledOk() (*bool, bool)
GetAiSupportBotDisabledOk returns a tuple with the AiSupportBotDisabled field value and a boolean to check if the value has been set.
func (*OrganizationSettings) GetAppOwnersPermissionsManagement ¶ added in v1.0.0
func (o *OrganizationSettings) GetAppOwnersPermissionsManagement() bool
GetAppOwnersPermissionsManagement returns the AppOwnersPermissionsManagement field value
func (*OrganizationSettings) GetAppOwnersPermissionsManagementOk ¶ added in v1.0.0
func (o *OrganizationSettings) GetAppOwnersPermissionsManagementOk() (*bool, bool)
GetAppOwnersPermissionsManagementOk returns a tuple with the AppOwnersPermissionsManagement field value and a boolean to check if the value has been set.
func (*OrganizationSettings) GetApplyPreloadedCssToHomepage ¶ added in v1.0.0
func (o *OrganizationSettings) GetApplyPreloadedCssToHomepage() bool
GetApplyPreloadedCssToHomepage returns the ApplyPreloadedCssToHomepage field value
func (*OrganizationSettings) GetApplyPreloadedCssToHomepageOk ¶ added in v1.0.0
func (o *OrganizationSettings) GetApplyPreloadedCssToHomepageOk() (*bool, bool)
GetApplyPreloadedCssToHomepageOk returns a tuple with the ApplyPreloadedCssToHomepage field value and a boolean to check if the value has been set.
func (*OrganizationSettings) GetCacheQueriesPerUser ¶ added in v1.0.0
func (o *OrganizationSettings) GetCacheQueriesPerUser() bool
GetCacheQueriesPerUser returns the CacheQueriesPerUser field value If the value is explicit nil, the zero value for bool will be returned
func (*OrganizationSettings) GetCacheQueriesPerUserOk ¶ added in v1.0.0
func (o *OrganizationSettings) GetCacheQueriesPerUserOk() (*bool, bool)
GetCacheQueriesPerUserOk returns a tuple with the CacheQueriesPerUser 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 (*OrganizationSettings) GetDisableNewLoginIpNotificationEmail ¶ added in v1.0.0
func (o *OrganizationSettings) GetDisableNewLoginIpNotificationEmail() bool
GetDisableNewLoginIpNotificationEmail returns the DisableNewLoginIpNotificationEmail field value
func (*OrganizationSettings) GetDisableNewLoginIpNotificationEmailOk ¶ added in v1.0.0
func (o *OrganizationSettings) GetDisableNewLoginIpNotificationEmailOk() (*bool, bool)
GetDisableNewLoginIpNotificationEmailOk returns a tuple with the DisableNewLoginIpNotificationEmail field value and a boolean to check if the value has been set.
func (*OrganizationSettings) GetId ¶ added in v1.0.0
func (o *OrganizationSettings) GetId() string
GetId returns the Id field value
func (*OrganizationSettings) GetIdOk ¶ added in v1.0.0
func (o *OrganizationSettings) GetIdOk() (*string, bool)
GetIdOk returns a tuple with the Id field value and a boolean to check if the value has been set.
func (*OrganizationSettings) GetJavascriptLinks ¶ added in v1.0.0
func (o *OrganizationSettings) GetJavascriptLinks() []string
GetJavascriptLinks returns the JavascriptLinks field value
func (*OrganizationSettings) GetJavascriptLinksOk ¶ added in v1.0.0
func (o *OrganizationSettings) GetJavascriptLinksOk() ([]string, bool)
GetJavascriptLinksOk returns a tuple with the JavascriptLinks field value and a boolean to check if the value has been set.
func (*OrganizationSettings) GetPreloadedCss ¶ added in v1.0.0
func (o *OrganizationSettings) GetPreloadedCss() string
GetPreloadedCss returns the PreloadedCss field value If the value is explicit nil, the zero value for string will be returned
func (*OrganizationSettings) GetPreloadedCssOk ¶ added in v1.0.0
func (o *OrganizationSettings) GetPreloadedCssOk() (*string, bool)
GetPreloadedCssOk returns a tuple with the PreloadedCss 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 (*OrganizationSettings) GetPreloadedJavascript ¶ added in v1.0.0
func (o *OrganizationSettings) GetPreloadedJavascript() string
GetPreloadedJavascript returns the PreloadedJavascript field value If the value is explicit nil, the zero value for string will be returned
func (*OrganizationSettings) GetPreloadedJavascriptOk ¶ added in v1.0.0
func (o *OrganizationSettings) GetPreloadedJavascriptOk() (*string, bool)
GetPreloadedJavascriptOk returns a tuple with the PreloadedJavascript 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 (*OrganizationSettings) GetReleaseManagementEnabled ¶ added in v1.0.0
func (o *OrganizationSettings) GetReleaseManagementEnabled() bool
GetReleaseManagementEnabled returns the ReleaseManagementEnabled field value
func (*OrganizationSettings) GetReleaseManagementEnabledOk ¶ added in v1.0.0
func (o *OrganizationSettings) GetReleaseManagementEnabledOk() (*bool, bool)
GetReleaseManagementEnabledOk returns a tuple with the ReleaseManagementEnabled field value and a boolean to check if the value has been set.
func (*OrganizationSettings) GetRequestAccessEnabled ¶ added in v1.0.0
func (o *OrganizationSettings) GetRequestAccessEnabled() bool
GetRequestAccessEnabled returns the RequestAccessEnabled field value
func (*OrganizationSettings) GetRequestAccessEnabledOk ¶ added in v1.0.0
func (o *OrganizationSettings) GetRequestAccessEnabledOk() (*bool, bool)
GetRequestAccessEnabledOk returns a tuple with the RequestAccessEnabled field value and a boolean to check if the value has been set.
func (*OrganizationSettings) GetRetoolFormsDisabled ¶ added in v1.0.0
func (o *OrganizationSettings) GetRetoolFormsDisabled() bool
GetRetoolFormsDisabled returns the RetoolFormsDisabled field value
func (*OrganizationSettings) GetRetoolFormsDisabledOk ¶ added in v1.0.0
func (o *OrganizationSettings) GetRetoolFormsDisabledOk() (*bool, bool)
GetRetoolFormsDisabledOk returns a tuple with the RetoolFormsDisabled field value and a boolean to check if the value has been set.
func (*OrganizationSettings) GetTwoFactorAuthRequired ¶ added in v1.0.0
func (o *OrganizationSettings) GetTwoFactorAuthRequired() bool
GetTwoFactorAuthRequired returns the TwoFactorAuthRequired field value
func (*OrganizationSettings) GetTwoFactorAuthRequiredOk ¶ added in v1.0.0
func (o *OrganizationSettings) GetTwoFactorAuthRequiredOk() (*bool, bool)
GetTwoFactorAuthRequiredOk returns a tuple with the TwoFactorAuthRequired field value and a boolean to check if the value has been set.
func (*OrganizationSettings) GetTwoFactorAuthType ¶ added in v1.0.0
func (o *OrganizationSettings) GetTwoFactorAuthType() string
GetTwoFactorAuthType returns the TwoFactorAuthType field value If the value is explicit nil, the zero value for string will be returned
func (*OrganizationSettings) GetTwoFactorAuthTypeOk ¶ added in v1.0.0
func (o *OrganizationSettings) GetTwoFactorAuthTypeOk() (*string, bool)
GetTwoFactorAuthTypeOk returns a tuple with the TwoFactorAuthType 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 (*OrganizationSettings) GetWorkflowRunRetentionPeriodMins ¶ added in v1.0.0
func (o *OrganizationSettings) GetWorkflowRunRetentionPeriodMins() float32
GetWorkflowRunRetentionPeriodMins returns the WorkflowRunRetentionPeriodMins field value
func (*OrganizationSettings) GetWorkflowRunRetentionPeriodMinsOk ¶ added in v1.0.0
func (o *OrganizationSettings) GetWorkflowRunRetentionPeriodMinsOk() (*float32, bool)
GetWorkflowRunRetentionPeriodMinsOk returns a tuple with the WorkflowRunRetentionPeriodMins field value and a boolean to check if the value has been set.
func (OrganizationSettings) MarshalJSON ¶ added in v1.0.0
func (o OrganizationSettings) MarshalJSON() ([]byte, error)
func (*OrganizationSettings) SetAiSupportBotDisabled ¶ added in v1.0.0
func (o *OrganizationSettings) SetAiSupportBotDisabled(v bool)
SetAiSupportBotDisabled sets field value
func (*OrganizationSettings) SetAppOwnersPermissionsManagement ¶ added in v1.0.0
func (o *OrganizationSettings) SetAppOwnersPermissionsManagement(v bool)
SetAppOwnersPermissionsManagement sets field value
func (*OrganizationSettings) SetApplyPreloadedCssToHomepage ¶ added in v1.0.0
func (o *OrganizationSettings) SetApplyPreloadedCssToHomepage(v bool)
SetApplyPreloadedCssToHomepage sets field value
func (*OrganizationSettings) SetCacheQueriesPerUser ¶ added in v1.0.0
func (o *OrganizationSettings) SetCacheQueriesPerUser(v bool)
SetCacheQueriesPerUser sets field value
func (*OrganizationSettings) SetDisableNewLoginIpNotificationEmail ¶ added in v1.0.0
func (o *OrganizationSettings) SetDisableNewLoginIpNotificationEmail(v bool)
SetDisableNewLoginIpNotificationEmail sets field value
func (*OrganizationSettings) SetId ¶ added in v1.0.0
func (o *OrganizationSettings) SetId(v string)
SetId sets field value
func (*OrganizationSettings) SetJavascriptLinks ¶ added in v1.0.0
func (o *OrganizationSettings) SetJavascriptLinks(v []string)
SetJavascriptLinks sets field value
func (*OrganizationSettings) SetPreloadedCss ¶ added in v1.0.0
func (o *OrganizationSettings) SetPreloadedCss(v string)
SetPreloadedCss sets field value
func (*OrganizationSettings) SetPreloadedJavascript ¶ added in v1.0.0
func (o *OrganizationSettings) SetPreloadedJavascript(v string)
SetPreloadedJavascript sets field value
func (*OrganizationSettings) SetReleaseManagementEnabled ¶ added in v1.0.0
func (o *OrganizationSettings) SetReleaseManagementEnabled(v bool)
SetReleaseManagementEnabled sets field value
func (*OrganizationSettings) SetRequestAccessEnabled ¶ added in v1.0.0
func (o *OrganizationSettings) SetRequestAccessEnabled(v bool)
SetRequestAccessEnabled sets field value
func (*OrganizationSettings) SetRetoolFormsDisabled ¶ added in v1.0.0
func (o *OrganizationSettings) SetRetoolFormsDisabled(v bool)
SetRetoolFormsDisabled sets field value
func (*OrganizationSettings) SetTwoFactorAuthRequired ¶ added in v1.0.0
func (o *OrganizationSettings) SetTwoFactorAuthRequired(v bool)
SetTwoFactorAuthRequired sets field value
func (*OrganizationSettings) SetTwoFactorAuthType ¶ added in v1.0.0
func (o *OrganizationSettings) SetTwoFactorAuthType(v string)
SetTwoFactorAuthType sets field value
func (*OrganizationSettings) SetWorkflowRunRetentionPeriodMins ¶ added in v1.0.0
func (o *OrganizationSettings) SetWorkflowRunRetentionPeriodMins(v float32)
SetWorkflowRunRetentionPeriodMins sets field value
func (OrganizationSettings) ToMap ¶ added in v1.0.0
func (o OrganizationSettings) ToMap() (map[string]interface{}, error)
func (*OrganizationSettings) UnmarshalJSON ¶ added in v1.0.0
func (o *OrganizationSettings) UnmarshalJSON(data []byte) (err error)
type PermissionsAPIService ¶
type PermissionsAPIService service
PermissionsAPIService PermissionsAPI service
func (*PermissionsAPIService) PermissionsAccessListObjectTypeObjectIdGet ¶ added in v1.0.0
func (a *PermissionsAPIService) PermissionsAccessListObjectTypeObjectIdGet(ctx context.Context, objectId string, objectType string) ApiPermissionsAccessListObjectTypeObjectIdGetRequest
PermissionsAccessListObjectTypeObjectIdGet Get the access list of an app or folder
Returns the list of users/groups and corresponding access levels whom have access to a selected folder, app, resource, workflow, or agent. The API token must have the "Permissions > Read" scope. Apps and folders are supported from onprem edge version 3.96.0+ and 3.114-stable+. Resources, workflows, and agents are supported from onprem edge version 3.236.0+.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param objectId Object ID. Apps can be accessed by numeric id or UUID. Folders can be accessed by numeric id. @param objectType @return ApiPermissionsAccessListObjectTypeObjectIdGetRequest
func (*PermissionsAPIService) PermissionsAccessListObjectTypeObjectIdGetExecute ¶ added in v1.0.0
func (a *PermissionsAPIService) PermissionsAccessListObjectTypeObjectIdGetExecute(r ApiPermissionsAccessListObjectTypeObjectIdGetRequest) (*PermissionsAccessListObjectTypeObjectIdGet200Response, *http.Response, error)
Execute executes the request
@return PermissionsAccessListObjectTypeObjectIdGet200Response
func (*PermissionsAPIService) PermissionsGrantPost ¶
func (a *PermissionsAPIService) PermissionsGrantPost(ctx context.Context) ApiPermissionsGrantPostRequest
PermissionsGrantPost Grant permissions
Grant a group or user (subject) access to an object. Returns the updated list of objects with corresponding access levels that the subject has access to. The API token must have the "Permissions > Write" scope. Folders are supported from API version 2.0.0 + and onprem version 3.18+, apps are supported from API version 2.4.0+ and onprem version 3.34.0+, resources and resource_configurations are supported from onprem edge version 3.37.0+ and 3.47-stable+. User permissions for folders and apps are supported from API version 2.7.0+ and Retool version 3.187.0+. Also grants or updates access for all the objects directly under the folder. However it does not grant or update access for subfolders and subsequent objects under them.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return ApiPermissionsGrantPostRequest
func (*PermissionsAPIService) PermissionsGrantPostExecute ¶
func (a *PermissionsAPIService) PermissionsGrantPostExecute(r ApiPermissionsGrantPostRequest) (*PermissionsListObjectsPost200Response, *http.Response, error)
Execute executes the request
@return PermissionsListObjectsPost200Response
func (*PermissionsAPIService) PermissionsListObjectsPost ¶
func (a *PermissionsAPIService) PermissionsListObjectsPost(ctx context.Context) ApiPermissionsListObjectsPostRequest
PermissionsListObjectsPost List objects a group can access
Returns the list of objects with corresponding access levels that a subject (group) has access to. The API token must have the "Permissions > Read" scope. Folders are supported from API version 2.0.0 + and onprem version 3.18+, apps are supported from API version 2.4.0+ and onprem version 3.26.0+, resources and resource_configurations are supported from onprem edge version 3.37.0+ and 3.47-stable+
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return ApiPermissionsListObjectsPostRequest
func (*PermissionsAPIService) PermissionsListObjectsPostExecute ¶
func (a *PermissionsAPIService) PermissionsListObjectsPostExecute(r ApiPermissionsListObjectsPostRequest) (*PermissionsListObjectsPost200Response, *http.Response, error)
Execute executes the request
@return PermissionsListObjectsPost200Response
func (*PermissionsAPIService) PermissionsRevokePost ¶
func (a *PermissionsAPIService) PermissionsRevokePost(ctx context.Context) ApiPermissionsRevokePostRequest
PermissionsRevokePost Revoke permissions
Revoke access to an object for a group or user (subject). Returns the updated list of objects with corresponding access levels that the subject has access to. The API token must have the "Permissions > Write" scope. Folders are supported from API version 2.0.0 + and onprem version 3.18+, apps are supported from API version 2.4.0+ and onprem version 3.34.0+, resources and resource_configurations are supported from onprem edge version 3.37.0+ and 3.47-stable+. User permissions for folders and apps are supported from API version 2.7.0+ and Retool version 3.187.0+. Also revokes access to all the objects directly under the folder. However it does not revoke access for subfolders and subsequent objects under them.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return ApiPermissionsRevokePostRequest
func (*PermissionsAPIService) PermissionsRevokePostExecute ¶
func (a *PermissionsAPIService) PermissionsRevokePostExecute(r ApiPermissionsRevokePostRequest) (*PermissionsListObjectsPost200Response, *http.Response, error)
Execute executes the request
@return PermissionsListObjectsPost200Response
func (*PermissionsAPIService) RolePermissionsRoleGrantsGet ¶ added in v1.0.0
func (a *PermissionsAPIService) RolePermissionsRoleGrantsGet(ctx context.Context) ApiRolePermissionsRoleGrantsGetRequest
RolePermissionsRoleGrantsGet Get role grants
Available from API version 2.9.0+. Returns a list of role grants. The API token must have the "Permissions > Read" scope.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return ApiRolePermissionsRoleGrantsGetRequest
func (*PermissionsAPIService) RolePermissionsRoleGrantsGetExecute ¶ added in v1.0.0
func (a *PermissionsAPIService) RolePermissionsRoleGrantsGetExecute(r ApiRolePermissionsRoleGrantsGetRequest) (*http.Response, error)
Execute executes the request
func (*PermissionsAPIService) RolePermissionsRoleGrantsPost ¶ added in v1.0.0
func (a *PermissionsAPIService) RolePermissionsRoleGrantsPost(ctx context.Context) ApiRolePermissionsRoleGrantsPostRequest
RolePermissionsRoleGrantsPost Create a role grant
Available from API version 2.9.0+. Creates a role grant. The API token must have the "Permissions > Write" scope.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return ApiRolePermissionsRoleGrantsPostRequest
func (*PermissionsAPIService) RolePermissionsRoleGrantsPostExecute ¶ added in v1.0.0
func (a *PermissionsAPIService) RolePermissionsRoleGrantsPostExecute(r ApiRolePermissionsRoleGrantsPostRequest) (*http.Response, error)
Execute executes the request
func (*PermissionsAPIService) RolePermissionsRoleGrantsRoleGrantIdDelete ¶ added in v1.0.0
func (a *PermissionsAPIService) RolePermissionsRoleGrantsRoleGrantIdDelete(ctx context.Context, roleGrantId string) ApiRolePermissionsRoleGrantsRoleGrantIdDeleteRequest
RolePermissionsRoleGrantsRoleGrantIdDelete Delete a role grant
Available from API version 2.9.0+. Deletes a role grant. The API token must have the "Permissions > Write" scope.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param roleGrantId The id of the role grant @return ApiRolePermissionsRoleGrantsRoleGrantIdDeleteRequest
func (*PermissionsAPIService) RolePermissionsRoleGrantsRoleGrantIdDeleteExecute ¶ added in v1.0.0
func (a *PermissionsAPIService) RolePermissionsRoleGrantsRoleGrantIdDeleteExecute(r ApiRolePermissionsRoleGrantsRoleGrantIdDeleteRequest) (*http.Response, error)
Execute executes the request
func (*PermissionsAPIService) RolePermissionsRoleGrantsSubjectTypeSubjectIdGet ¶ added in v1.0.0
func (a *PermissionsAPIService) RolePermissionsRoleGrantsSubjectTypeSubjectIdGet(ctx context.Context, subjectType string, subjectId string) ApiRolePermissionsRoleGrantsSubjectTypeSubjectIdGetRequest
RolePermissionsRoleGrantsSubjectTypeSubjectIdGet Get role grants for a subject
Available from API version 2.9.0+. Returns a list of role grants for a subject. The API token must have the "Permissions > Read" scope.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param subjectType The type of the subject @param subjectId The id of the subject @return ApiRolePermissionsRoleGrantsSubjectTypeSubjectIdGetRequest
func (*PermissionsAPIService) RolePermissionsRoleGrantsSubjectTypeSubjectIdGetExecute ¶ added in v1.0.0
func (a *PermissionsAPIService) RolePermissionsRoleGrantsSubjectTypeSubjectIdGetExecute(r ApiRolePermissionsRoleGrantsSubjectTypeSubjectIdGetRequest) (*http.Response, error)
Execute executes the request
func (*PermissionsAPIService) RolePermissionsRolesGet ¶ added in v1.0.0
func (a *PermissionsAPIService) RolePermissionsRolesGet(ctx context.Context) ApiRolePermissionsRolesGetRequest
RolePermissionsRolesGet List roles
Available from API version 2.9.0+. Returns a list of roles. The API token must have the "Permissions > Read" scope.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return ApiRolePermissionsRolesGetRequest
func (*PermissionsAPIService) RolePermissionsRolesGetExecute ¶ added in v1.0.0
func (a *PermissionsAPIService) RolePermissionsRolesGetExecute(r ApiRolePermissionsRolesGetRequest) (*RolePermissionsRolesGet200Response, *http.Response, error)
Execute executes the request
@return RolePermissionsRolesGet200Response
func (*PermissionsAPIService) RolePermissionsRolesPost ¶ added in v1.0.0
func (a *PermissionsAPIService) RolePermissionsRolesPost(ctx context.Context) ApiRolePermissionsRolesPostRequest
RolePermissionsRolesPost Create a role
Available from API version 2.9.0+. Creates a role. The API token must have the "Permissions > Write" scope.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return ApiRolePermissionsRolesPostRequest
func (*PermissionsAPIService) RolePermissionsRolesPostExecute ¶ added in v1.0.0
func (a *PermissionsAPIService) RolePermissionsRolesPostExecute(r ApiRolePermissionsRolesPostRequest) (*RolePermissionsRolesPost201Response, *http.Response, error)
Execute executes the request
@return RolePermissionsRolesPost201Response
func (*PermissionsAPIService) RolePermissionsRolesRoleIdDelete ¶ added in v1.0.0
func (a *PermissionsAPIService) RolePermissionsRolesRoleIdDelete(ctx context.Context, roleId string) ApiRolePermissionsRolesRoleIdDeleteRequest
RolePermissionsRolesRoleIdDelete Delete a role
Available from API version 2.9.0+. Deletes a role. The API token must have the "Permissions > Write" scope.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param roleId The id of the role @return ApiRolePermissionsRolesRoleIdDeleteRequest
func (*PermissionsAPIService) RolePermissionsRolesRoleIdDeleteExecute ¶ added in v1.0.0
func (a *PermissionsAPIService) RolePermissionsRolesRoleIdDeleteExecute(r ApiRolePermissionsRolesRoleIdDeleteRequest) (*http.Response, error)
Execute executes the request
func (*PermissionsAPIService) RolePermissionsRolesRoleIdPatch ¶ added in v1.0.0
func (a *PermissionsAPIService) RolePermissionsRolesRoleIdPatch(ctx context.Context, roleId string) ApiRolePermissionsRolesRoleIdPatchRequest
RolePermissionsRolesRoleIdPatch Update a role
Available from API version 2.9.0+. Updates a role. The API token must have the "Permissions > Write" scope.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param roleId The id of the role @return ApiRolePermissionsRolesRoleIdPatchRequest
func (*PermissionsAPIService) RolePermissionsRolesRoleIdPatchExecute ¶ added in v1.0.0
func (a *PermissionsAPIService) RolePermissionsRolesRoleIdPatchExecute(r ApiRolePermissionsRolesRoleIdPatchRequest) (*RolePermissionsRolesPost201Response, *http.Response, error)
Execute executes the request
@return RolePermissionsRolesPost201Response
type PermissionsAccessListObjectTypeObjectIdGet200Response ¶ added in v1.0.0
type PermissionsAccessListObjectTypeObjectIdGet200Response struct {
// API request succeeded
Success bool `json:"success"`
Data PermissionsAccessListObjectTypeObjectIdGet200ResponseData `json:"data"`
AdditionalProperties map[string]interface{}
}
PermissionsAccessListObjectTypeObjectIdGet200Response struct for PermissionsAccessListObjectTypeObjectIdGet200Response
func NewPermissionsAccessListObjectTypeObjectIdGet200Response ¶ added in v1.0.0
func NewPermissionsAccessListObjectTypeObjectIdGet200Response(success bool, data PermissionsAccessListObjectTypeObjectIdGet200ResponseData) *PermissionsAccessListObjectTypeObjectIdGet200Response
NewPermissionsAccessListObjectTypeObjectIdGet200Response instantiates a new PermissionsAccessListObjectTypeObjectIdGet200Response object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewPermissionsAccessListObjectTypeObjectIdGet200ResponseWithDefaults ¶ added in v1.0.0
func NewPermissionsAccessListObjectTypeObjectIdGet200ResponseWithDefaults() *PermissionsAccessListObjectTypeObjectIdGet200Response
NewPermissionsAccessListObjectTypeObjectIdGet200ResponseWithDefaults instantiates a new PermissionsAccessListObjectTypeObjectIdGet200Response object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*PermissionsAccessListObjectTypeObjectIdGet200Response) GetData ¶ added in v1.0.0
func (o *PermissionsAccessListObjectTypeObjectIdGet200Response) GetData() PermissionsAccessListObjectTypeObjectIdGet200ResponseData
GetData returns the Data field value
func (*PermissionsAccessListObjectTypeObjectIdGet200Response) GetDataOk ¶ added in v1.0.0
func (o *PermissionsAccessListObjectTypeObjectIdGet200Response) GetDataOk() (*PermissionsAccessListObjectTypeObjectIdGet200ResponseData, bool)
GetDataOk returns a tuple with the Data field value and a boolean to check if the value has been set.
func (*PermissionsAccessListObjectTypeObjectIdGet200Response) GetSuccess ¶ added in v1.0.0
func (o *PermissionsAccessListObjectTypeObjectIdGet200Response) GetSuccess() bool
GetSuccess returns the Success field value
func (*PermissionsAccessListObjectTypeObjectIdGet200Response) GetSuccessOk ¶ added in v1.0.0
func (o *PermissionsAccessListObjectTypeObjectIdGet200Response) GetSuccessOk() (*bool, bool)
GetSuccessOk returns a tuple with the Success field value and a boolean to check if the value has been set.
func (PermissionsAccessListObjectTypeObjectIdGet200Response) MarshalJSON ¶ added in v1.0.0
func (o PermissionsAccessListObjectTypeObjectIdGet200Response) MarshalJSON() ([]byte, error)
func (*PermissionsAccessListObjectTypeObjectIdGet200Response) SetData ¶ added in v1.0.0
func (o *PermissionsAccessListObjectTypeObjectIdGet200Response) SetData(v PermissionsAccessListObjectTypeObjectIdGet200ResponseData)
SetData sets field value
func (*PermissionsAccessListObjectTypeObjectIdGet200Response) SetSuccess ¶ added in v1.0.0
func (o *PermissionsAccessListObjectTypeObjectIdGet200Response) SetSuccess(v bool)
SetSuccess sets field value
func (PermissionsAccessListObjectTypeObjectIdGet200Response) ToMap ¶ added in v1.0.0
func (o PermissionsAccessListObjectTypeObjectIdGet200Response) ToMap() (map[string]interface{}, error)
func (*PermissionsAccessListObjectTypeObjectIdGet200Response) UnmarshalJSON ¶ added in v1.0.0
func (o *PermissionsAccessListObjectTypeObjectIdGet200Response) UnmarshalJSON(data []byte) (err error)
type PermissionsAccessListObjectTypeObjectIdGet200ResponseData ¶ added in v1.0.0
type PermissionsAccessListObjectTypeObjectIdGet200ResponseData struct {
Group []PermissionsAccessListObjectTypeObjectIdGet200ResponseDataGroupInner `json:"group,omitempty"`
User []PermissionsAccessListObjectTypeObjectIdGet200ResponseDataGroupInner `json:"user,omitempty"`
UserInvite []PermissionsAccessListObjectTypeObjectIdGet200ResponseDataGroupInner `json:"userInvite,omitempty"`
AdditionalProperties map[string]interface{}
}
PermissionsAccessListObjectTypeObjectIdGet200ResponseData struct for PermissionsAccessListObjectTypeObjectIdGet200ResponseData
func NewPermissionsAccessListObjectTypeObjectIdGet200ResponseData ¶ added in v1.0.0
func NewPermissionsAccessListObjectTypeObjectIdGet200ResponseData() *PermissionsAccessListObjectTypeObjectIdGet200ResponseData
NewPermissionsAccessListObjectTypeObjectIdGet200ResponseData instantiates a new PermissionsAccessListObjectTypeObjectIdGet200ResponseData object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewPermissionsAccessListObjectTypeObjectIdGet200ResponseDataWithDefaults ¶ added in v1.0.0
func NewPermissionsAccessListObjectTypeObjectIdGet200ResponseDataWithDefaults() *PermissionsAccessListObjectTypeObjectIdGet200ResponseData
NewPermissionsAccessListObjectTypeObjectIdGet200ResponseDataWithDefaults instantiates a new PermissionsAccessListObjectTypeObjectIdGet200ResponseData object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*PermissionsAccessListObjectTypeObjectIdGet200ResponseData) GetGroup ¶ added in v1.0.0
func (o *PermissionsAccessListObjectTypeObjectIdGet200ResponseData) GetGroup() []PermissionsAccessListObjectTypeObjectIdGet200ResponseDataGroupInner
GetGroup returns the Group field value if set, zero value otherwise.
func (*PermissionsAccessListObjectTypeObjectIdGet200ResponseData) GetGroupOk ¶ added in v1.0.0
func (o *PermissionsAccessListObjectTypeObjectIdGet200ResponseData) GetGroupOk() ([]PermissionsAccessListObjectTypeObjectIdGet200ResponseDataGroupInner, bool)
GetGroupOk returns a tuple with the Group field value if set, nil otherwise and a boolean to check if the value has been set.
func (*PermissionsAccessListObjectTypeObjectIdGet200ResponseData) GetUser ¶ added in v1.0.0
func (o *PermissionsAccessListObjectTypeObjectIdGet200ResponseData) GetUser() []PermissionsAccessListObjectTypeObjectIdGet200ResponseDataGroupInner
GetUser returns the User field value if set, zero value otherwise.
func (*PermissionsAccessListObjectTypeObjectIdGet200ResponseData) GetUserInvite ¶ added in v1.0.0
func (o *PermissionsAccessListObjectTypeObjectIdGet200ResponseData) GetUserInvite() []PermissionsAccessListObjectTypeObjectIdGet200ResponseDataGroupInner
GetUserInvite returns the UserInvite field value if set, zero value otherwise.
func (*PermissionsAccessListObjectTypeObjectIdGet200ResponseData) GetUserInviteOk ¶ added in v1.0.0
func (o *PermissionsAccessListObjectTypeObjectIdGet200ResponseData) GetUserInviteOk() ([]PermissionsAccessListObjectTypeObjectIdGet200ResponseDataGroupInner, bool)
GetUserInviteOk returns a tuple with the UserInvite field value if set, nil otherwise and a boolean to check if the value has been set.
func (*PermissionsAccessListObjectTypeObjectIdGet200ResponseData) GetUserOk ¶ added in v1.0.0
func (o *PermissionsAccessListObjectTypeObjectIdGet200ResponseData) GetUserOk() ([]PermissionsAccessListObjectTypeObjectIdGet200ResponseDataGroupInner, 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 (*PermissionsAccessListObjectTypeObjectIdGet200ResponseData) HasGroup ¶ added in v1.0.0
func (o *PermissionsAccessListObjectTypeObjectIdGet200ResponseData) HasGroup() bool
HasGroup returns a boolean if a field has been set.
func (*PermissionsAccessListObjectTypeObjectIdGet200ResponseData) HasUser ¶ added in v1.0.0
func (o *PermissionsAccessListObjectTypeObjectIdGet200ResponseData) HasUser() bool
HasUser returns a boolean if a field has been set.
func (*PermissionsAccessListObjectTypeObjectIdGet200ResponseData) HasUserInvite ¶ added in v1.0.0
func (o *PermissionsAccessListObjectTypeObjectIdGet200ResponseData) HasUserInvite() bool
HasUserInvite returns a boolean if a field has been set.
func (PermissionsAccessListObjectTypeObjectIdGet200ResponseData) MarshalJSON ¶ added in v1.0.0
func (o PermissionsAccessListObjectTypeObjectIdGet200ResponseData) MarshalJSON() ([]byte, error)
func (*PermissionsAccessListObjectTypeObjectIdGet200ResponseData) SetGroup ¶ added in v1.0.0
func (o *PermissionsAccessListObjectTypeObjectIdGet200ResponseData) SetGroup(v []PermissionsAccessListObjectTypeObjectIdGet200ResponseDataGroupInner)
SetGroup gets a reference to the given []PermissionsAccessListObjectTypeObjectIdGet200ResponseDataGroupInner and assigns it to the Group field.
func (*PermissionsAccessListObjectTypeObjectIdGet200ResponseData) SetUser ¶ added in v1.0.0
func (o *PermissionsAccessListObjectTypeObjectIdGet200ResponseData) SetUser(v []PermissionsAccessListObjectTypeObjectIdGet200ResponseDataGroupInner)
SetUser gets a reference to the given []PermissionsAccessListObjectTypeObjectIdGet200ResponseDataGroupInner and assigns it to the User field.
func (*PermissionsAccessListObjectTypeObjectIdGet200ResponseData) SetUserInvite ¶ added in v1.0.0
func (o *PermissionsAccessListObjectTypeObjectIdGet200ResponseData) SetUserInvite(v []PermissionsAccessListObjectTypeObjectIdGet200ResponseDataGroupInner)
SetUserInvite gets a reference to the given []PermissionsAccessListObjectTypeObjectIdGet200ResponseDataGroupInner and assigns it to the UserInvite field.
func (PermissionsAccessListObjectTypeObjectIdGet200ResponseData) ToMap ¶ added in v1.0.0
func (o PermissionsAccessListObjectTypeObjectIdGet200ResponseData) ToMap() (map[string]interface{}, error)
func (*PermissionsAccessListObjectTypeObjectIdGet200ResponseData) UnmarshalJSON ¶ added in v1.0.0
func (o *PermissionsAccessListObjectTypeObjectIdGet200ResponseData) UnmarshalJSON(data []byte) (err error)
type PermissionsAccessListObjectTypeObjectIdGet200ResponseDataGroupInner ¶ added in v1.0.0
type PermissionsAccessListObjectTypeObjectIdGet200ResponseDataGroupInner struct {
Subject PermissionsAccessListObjectTypeObjectIdGet200ResponseDataGroupInnerSubject `json:"subject"`
Sources *PermissionsAccessListObjectTypeObjectIdGet200ResponseDataGroupInnerSources `json:"sources,omitempty"`
AccessLevel string `json:"accessLevel"`
AdditionalProperties map[string]interface{}
}
PermissionsAccessListObjectTypeObjectIdGet200ResponseDataGroupInner struct for PermissionsAccessListObjectTypeObjectIdGet200ResponseDataGroupInner
func NewPermissionsAccessListObjectTypeObjectIdGet200ResponseDataGroupInner ¶ added in v1.0.0
func NewPermissionsAccessListObjectTypeObjectIdGet200ResponseDataGroupInner(subject PermissionsAccessListObjectTypeObjectIdGet200ResponseDataGroupInnerSubject, accessLevel string) *PermissionsAccessListObjectTypeObjectIdGet200ResponseDataGroupInner
NewPermissionsAccessListObjectTypeObjectIdGet200ResponseDataGroupInner instantiates a new PermissionsAccessListObjectTypeObjectIdGet200ResponseDataGroupInner object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewPermissionsAccessListObjectTypeObjectIdGet200ResponseDataGroupInnerWithDefaults ¶ added in v1.0.0
func NewPermissionsAccessListObjectTypeObjectIdGet200ResponseDataGroupInnerWithDefaults() *PermissionsAccessListObjectTypeObjectIdGet200ResponseDataGroupInner
NewPermissionsAccessListObjectTypeObjectIdGet200ResponseDataGroupInnerWithDefaults instantiates a new PermissionsAccessListObjectTypeObjectIdGet200ResponseDataGroupInner object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*PermissionsAccessListObjectTypeObjectIdGet200ResponseDataGroupInner) GetAccessLevel ¶ added in v1.0.0
func (o *PermissionsAccessListObjectTypeObjectIdGet200ResponseDataGroupInner) GetAccessLevel() string
GetAccessLevel returns the AccessLevel field value
func (*PermissionsAccessListObjectTypeObjectIdGet200ResponseDataGroupInner) GetAccessLevelOk ¶ added in v1.0.0
func (o *PermissionsAccessListObjectTypeObjectIdGet200ResponseDataGroupInner) GetAccessLevelOk() (*string, bool)
GetAccessLevelOk returns a tuple with the AccessLevel field value and a boolean to check if the value has been set.
func (*PermissionsAccessListObjectTypeObjectIdGet200ResponseDataGroupInner) GetSources ¶ added in v1.0.0
func (o *PermissionsAccessListObjectTypeObjectIdGet200ResponseDataGroupInner) GetSources() PermissionsAccessListObjectTypeObjectIdGet200ResponseDataGroupInnerSources
GetSources returns the Sources field value if set, zero value otherwise.
func (*PermissionsAccessListObjectTypeObjectIdGet200ResponseDataGroupInner) GetSourcesOk ¶ added in v1.0.0
func (o *PermissionsAccessListObjectTypeObjectIdGet200ResponseDataGroupInner) GetSourcesOk() (*PermissionsAccessListObjectTypeObjectIdGet200ResponseDataGroupInnerSources, bool)
GetSourcesOk returns a tuple with the Sources field value if set, nil otherwise and a boolean to check if the value has been set.
func (*PermissionsAccessListObjectTypeObjectIdGet200ResponseDataGroupInner) GetSubject ¶ added in v1.0.0
func (o *PermissionsAccessListObjectTypeObjectIdGet200ResponseDataGroupInner) GetSubject() PermissionsAccessListObjectTypeObjectIdGet200ResponseDataGroupInnerSubject
GetSubject returns the Subject field value
func (*PermissionsAccessListObjectTypeObjectIdGet200ResponseDataGroupInner) GetSubjectOk ¶ added in v1.0.0
func (o *PermissionsAccessListObjectTypeObjectIdGet200ResponseDataGroupInner) GetSubjectOk() (*PermissionsAccessListObjectTypeObjectIdGet200ResponseDataGroupInnerSubject, bool)
GetSubjectOk returns a tuple with the Subject field value and a boolean to check if the value has been set.
func (*PermissionsAccessListObjectTypeObjectIdGet200ResponseDataGroupInner) HasSources ¶ added in v1.0.0
func (o *PermissionsAccessListObjectTypeObjectIdGet200ResponseDataGroupInner) HasSources() bool
HasSources returns a boolean if a field has been set.
func (PermissionsAccessListObjectTypeObjectIdGet200ResponseDataGroupInner) MarshalJSON ¶ added in v1.0.0
func (o PermissionsAccessListObjectTypeObjectIdGet200ResponseDataGroupInner) MarshalJSON() ([]byte, error)
func (*PermissionsAccessListObjectTypeObjectIdGet200ResponseDataGroupInner) SetAccessLevel ¶ added in v1.0.0
func (o *PermissionsAccessListObjectTypeObjectIdGet200ResponseDataGroupInner) SetAccessLevel(v string)
SetAccessLevel sets field value
func (*PermissionsAccessListObjectTypeObjectIdGet200ResponseDataGroupInner) SetSources ¶ added in v1.0.0
func (o *PermissionsAccessListObjectTypeObjectIdGet200ResponseDataGroupInner) SetSources(v PermissionsAccessListObjectTypeObjectIdGet200ResponseDataGroupInnerSources)
SetSources gets a reference to the given PermissionsAccessListObjectTypeObjectIdGet200ResponseDataGroupInnerSources and assigns it to the Sources field.
func (*PermissionsAccessListObjectTypeObjectIdGet200ResponseDataGroupInner) SetSubject ¶ added in v1.0.0
func (o *PermissionsAccessListObjectTypeObjectIdGet200ResponseDataGroupInner) SetSubject(v PermissionsAccessListObjectTypeObjectIdGet200ResponseDataGroupInnerSubject)
SetSubject sets field value
func (PermissionsAccessListObjectTypeObjectIdGet200ResponseDataGroupInner) ToMap ¶ added in v1.0.0
func (o PermissionsAccessListObjectTypeObjectIdGet200ResponseDataGroupInner) ToMap() (map[string]interface{}, error)
func (*PermissionsAccessListObjectTypeObjectIdGet200ResponseDataGroupInner) UnmarshalJSON ¶ added in v1.0.0
func (o *PermissionsAccessListObjectTypeObjectIdGet200ResponseDataGroupInner) UnmarshalJSON(data []byte) (err error)
type PermissionsAccessListObjectTypeObjectIdGet200ResponseDataGroupInnerSources ¶ added in v1.0.0
type PermissionsAccessListObjectTypeObjectIdGet200ResponseDataGroupInnerSources struct {
Direct *bool `json:"direct,omitempty"`
Universal *bool `json:"universal,omitempty"`
Groups []PermissionsAccessListObjectTypeObjectIdGet200ResponseDataGroupInnerSourcesGroupsInner `json:"groups,omitempty"`
Inherited *PermissionsAccessListObjectTypeObjectIdGet200ResponseDataGroupInnerSourcesInherited `json:"inherited,omitempty"`
AdditionalProperties map[string]interface{}
}
PermissionsAccessListObjectTypeObjectIdGet200ResponseDataGroupInnerSources struct for PermissionsAccessListObjectTypeObjectIdGet200ResponseDataGroupInnerSources
func NewPermissionsAccessListObjectTypeObjectIdGet200ResponseDataGroupInnerSources ¶ added in v1.0.0
func NewPermissionsAccessListObjectTypeObjectIdGet200ResponseDataGroupInnerSources() *PermissionsAccessListObjectTypeObjectIdGet200ResponseDataGroupInnerSources
NewPermissionsAccessListObjectTypeObjectIdGet200ResponseDataGroupInnerSources instantiates a new PermissionsAccessListObjectTypeObjectIdGet200ResponseDataGroupInnerSources object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewPermissionsAccessListObjectTypeObjectIdGet200ResponseDataGroupInnerSourcesWithDefaults ¶ added in v1.0.0
func NewPermissionsAccessListObjectTypeObjectIdGet200ResponseDataGroupInnerSourcesWithDefaults() *PermissionsAccessListObjectTypeObjectIdGet200ResponseDataGroupInnerSources
NewPermissionsAccessListObjectTypeObjectIdGet200ResponseDataGroupInnerSourcesWithDefaults instantiates a new PermissionsAccessListObjectTypeObjectIdGet200ResponseDataGroupInnerSources object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*PermissionsAccessListObjectTypeObjectIdGet200ResponseDataGroupInnerSources) GetDirect ¶ added in v1.0.0
func (o *PermissionsAccessListObjectTypeObjectIdGet200ResponseDataGroupInnerSources) GetDirect() bool
GetDirect returns the Direct field value if set, zero value otherwise.
func (*PermissionsAccessListObjectTypeObjectIdGet200ResponseDataGroupInnerSources) GetDirectOk ¶ added in v1.0.0
func (o *PermissionsAccessListObjectTypeObjectIdGet200ResponseDataGroupInnerSources) GetDirectOk() (*bool, bool)
GetDirectOk returns a tuple with the Direct field value if set, nil otherwise and a boolean to check if the value has been set.
func (*PermissionsAccessListObjectTypeObjectIdGet200ResponseDataGroupInnerSources) GetGroups ¶ added in v1.0.0
func (o *PermissionsAccessListObjectTypeObjectIdGet200ResponseDataGroupInnerSources) GetGroups() []PermissionsAccessListObjectTypeObjectIdGet200ResponseDataGroupInnerSourcesGroupsInner
GetGroups returns the Groups field value if set, zero value otherwise.
func (*PermissionsAccessListObjectTypeObjectIdGet200ResponseDataGroupInnerSources) GetGroupsOk ¶ added in v1.0.0
func (o *PermissionsAccessListObjectTypeObjectIdGet200ResponseDataGroupInnerSources) GetGroupsOk() ([]PermissionsAccessListObjectTypeObjectIdGet200ResponseDataGroupInnerSourcesGroupsInner, bool)
GetGroupsOk returns a tuple with the Groups field value if set, nil otherwise and a boolean to check if the value has been set.
func (*PermissionsAccessListObjectTypeObjectIdGet200ResponseDataGroupInnerSources) GetInherited ¶ added in v1.0.0
func (o *PermissionsAccessListObjectTypeObjectIdGet200ResponseDataGroupInnerSources) GetInherited() PermissionsAccessListObjectTypeObjectIdGet200ResponseDataGroupInnerSourcesInherited
GetInherited returns the Inherited field value if set, zero value otherwise.
func (*PermissionsAccessListObjectTypeObjectIdGet200ResponseDataGroupInnerSources) GetInheritedOk ¶ added in v1.0.0
func (o *PermissionsAccessListObjectTypeObjectIdGet200ResponseDataGroupInnerSources) GetInheritedOk() (*PermissionsAccessListObjectTypeObjectIdGet200ResponseDataGroupInnerSourcesInherited, bool)
GetInheritedOk returns a tuple with the Inherited field value if set, nil otherwise and a boolean to check if the value has been set.
func (*PermissionsAccessListObjectTypeObjectIdGet200ResponseDataGroupInnerSources) GetUniversal ¶ added in v1.0.0
func (o *PermissionsAccessListObjectTypeObjectIdGet200ResponseDataGroupInnerSources) GetUniversal() bool
GetUniversal returns the Universal field value if set, zero value otherwise.
func (*PermissionsAccessListObjectTypeObjectIdGet200ResponseDataGroupInnerSources) GetUniversalOk ¶ added in v1.0.0
func (o *PermissionsAccessListObjectTypeObjectIdGet200ResponseDataGroupInnerSources) GetUniversalOk() (*bool, bool)
GetUniversalOk returns a tuple with the Universal field value if set, nil otherwise and a boolean to check if the value has been set.
func (*PermissionsAccessListObjectTypeObjectIdGet200ResponseDataGroupInnerSources) HasDirect ¶ added in v1.0.0
func (o *PermissionsAccessListObjectTypeObjectIdGet200ResponseDataGroupInnerSources) HasDirect() bool
HasDirect returns a boolean if a field has been set.
func (*PermissionsAccessListObjectTypeObjectIdGet200ResponseDataGroupInnerSources) HasGroups ¶ added in v1.0.0
func (o *PermissionsAccessListObjectTypeObjectIdGet200ResponseDataGroupInnerSources) HasGroups() bool
HasGroups returns a boolean if a field has been set.
func (*PermissionsAccessListObjectTypeObjectIdGet200ResponseDataGroupInnerSources) HasInherited ¶ added in v1.0.0
func (o *PermissionsAccessListObjectTypeObjectIdGet200ResponseDataGroupInnerSources) HasInherited() bool
HasInherited returns a boolean if a field has been set.
func (*PermissionsAccessListObjectTypeObjectIdGet200ResponseDataGroupInnerSources) HasUniversal ¶ added in v1.0.0
func (o *PermissionsAccessListObjectTypeObjectIdGet200ResponseDataGroupInnerSources) HasUniversal() bool
HasUniversal returns a boolean if a field has been set.
func (PermissionsAccessListObjectTypeObjectIdGet200ResponseDataGroupInnerSources) MarshalJSON ¶ added in v1.0.0
func (o PermissionsAccessListObjectTypeObjectIdGet200ResponseDataGroupInnerSources) MarshalJSON() ([]byte, error)
func (*PermissionsAccessListObjectTypeObjectIdGet200ResponseDataGroupInnerSources) SetDirect ¶ added in v1.0.0
func (o *PermissionsAccessListObjectTypeObjectIdGet200ResponseDataGroupInnerSources) SetDirect(v bool)
SetDirect gets a reference to the given bool and assigns it to the Direct field.
func (*PermissionsAccessListObjectTypeObjectIdGet200ResponseDataGroupInnerSources) SetGroups ¶ added in v1.0.0
func (o *PermissionsAccessListObjectTypeObjectIdGet200ResponseDataGroupInnerSources) SetGroups(v []PermissionsAccessListObjectTypeObjectIdGet200ResponseDataGroupInnerSourcesGroupsInner)
SetGroups gets a reference to the given []PermissionsAccessListObjectTypeObjectIdGet200ResponseDataGroupInnerSourcesGroupsInner and assigns it to the Groups field.
func (*PermissionsAccessListObjectTypeObjectIdGet200ResponseDataGroupInnerSources) SetInherited ¶ added in v1.0.0
func (o *PermissionsAccessListObjectTypeObjectIdGet200ResponseDataGroupInnerSources) SetInherited(v PermissionsAccessListObjectTypeObjectIdGet200ResponseDataGroupInnerSourcesInherited)
SetInherited gets a reference to the given PermissionsAccessListObjectTypeObjectIdGet200ResponseDataGroupInnerSourcesInherited and assigns it to the Inherited field.
func (*PermissionsAccessListObjectTypeObjectIdGet200ResponseDataGroupInnerSources) SetUniversal ¶ added in v1.0.0
func (o *PermissionsAccessListObjectTypeObjectIdGet200ResponseDataGroupInnerSources) SetUniversal(v bool)
SetUniversal gets a reference to the given bool and assigns it to the Universal field.
func (PermissionsAccessListObjectTypeObjectIdGet200ResponseDataGroupInnerSources) ToMap ¶ added in v1.0.0
func (o PermissionsAccessListObjectTypeObjectIdGet200ResponseDataGroupInnerSources) ToMap() (map[string]interface{}, error)
func (*PermissionsAccessListObjectTypeObjectIdGet200ResponseDataGroupInnerSources) UnmarshalJSON ¶ added in v1.0.0
func (o *PermissionsAccessListObjectTypeObjectIdGet200ResponseDataGroupInnerSources) UnmarshalJSON(data []byte) (err error)
type PermissionsAccessListObjectTypeObjectIdGet200ResponseDataGroupInnerSourcesGroupsInner ¶ added in v1.0.0
type PermissionsAccessListObjectTypeObjectIdGet200ResponseDataGroupInnerSourcesGroupsInner struct {
Id string `json:"id"`
Type string `json:"type"`
AdditionalProperties map[string]interface{}
}
PermissionsAccessListObjectTypeObjectIdGet200ResponseDataGroupInnerSourcesGroupsInner struct for PermissionsAccessListObjectTypeObjectIdGet200ResponseDataGroupInnerSourcesGroupsInner
func NewPermissionsAccessListObjectTypeObjectIdGet200ResponseDataGroupInnerSourcesGroupsInner ¶ added in v1.0.0
func NewPermissionsAccessListObjectTypeObjectIdGet200ResponseDataGroupInnerSourcesGroupsInner(id string, type_ string) *PermissionsAccessListObjectTypeObjectIdGet200ResponseDataGroupInnerSourcesGroupsInner
NewPermissionsAccessListObjectTypeObjectIdGet200ResponseDataGroupInnerSourcesGroupsInner instantiates a new PermissionsAccessListObjectTypeObjectIdGet200ResponseDataGroupInnerSourcesGroupsInner object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewPermissionsAccessListObjectTypeObjectIdGet200ResponseDataGroupInnerSourcesGroupsInnerWithDefaults ¶ added in v1.0.0
func NewPermissionsAccessListObjectTypeObjectIdGet200ResponseDataGroupInnerSourcesGroupsInnerWithDefaults() *PermissionsAccessListObjectTypeObjectIdGet200ResponseDataGroupInnerSourcesGroupsInner
NewPermissionsAccessListObjectTypeObjectIdGet200ResponseDataGroupInnerSourcesGroupsInnerWithDefaults instantiates a new PermissionsAccessListObjectTypeObjectIdGet200ResponseDataGroupInnerSourcesGroupsInner object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*PermissionsAccessListObjectTypeObjectIdGet200ResponseDataGroupInnerSourcesGroupsInner) GetId ¶ added in v1.0.0
func (o *PermissionsAccessListObjectTypeObjectIdGet200ResponseDataGroupInnerSourcesGroupsInner) GetId() string
GetId returns the Id field value
func (*PermissionsAccessListObjectTypeObjectIdGet200ResponseDataGroupInnerSourcesGroupsInner) GetIdOk ¶ added in v1.0.0
func (o *PermissionsAccessListObjectTypeObjectIdGet200ResponseDataGroupInnerSourcesGroupsInner) GetIdOk() (*string, bool)
GetIdOk returns a tuple with the Id field value and a boolean to check if the value has been set.
func (*PermissionsAccessListObjectTypeObjectIdGet200ResponseDataGroupInnerSourcesGroupsInner) GetType ¶ added in v1.0.0
func (o *PermissionsAccessListObjectTypeObjectIdGet200ResponseDataGroupInnerSourcesGroupsInner) GetType() string
GetType returns the Type field value
func (*PermissionsAccessListObjectTypeObjectIdGet200ResponseDataGroupInnerSourcesGroupsInner) GetTypeOk ¶ added in v1.0.0
func (o *PermissionsAccessListObjectTypeObjectIdGet200ResponseDataGroupInnerSourcesGroupsInner) GetTypeOk() (*string, bool)
GetTypeOk returns a tuple with the Type field value and a boolean to check if the value has been set.
func (PermissionsAccessListObjectTypeObjectIdGet200ResponseDataGroupInnerSourcesGroupsInner) MarshalJSON ¶ added in v1.0.0
func (o PermissionsAccessListObjectTypeObjectIdGet200ResponseDataGroupInnerSourcesGroupsInner) MarshalJSON() ([]byte, error)
func (*PermissionsAccessListObjectTypeObjectIdGet200ResponseDataGroupInnerSourcesGroupsInner) SetId ¶ added in v1.0.0
func (o *PermissionsAccessListObjectTypeObjectIdGet200ResponseDataGroupInnerSourcesGroupsInner) SetId(v string)
SetId sets field value
func (*PermissionsAccessListObjectTypeObjectIdGet200ResponseDataGroupInnerSourcesGroupsInner) SetType ¶ added in v1.0.0
func (o *PermissionsAccessListObjectTypeObjectIdGet200ResponseDataGroupInnerSourcesGroupsInner) SetType(v string)
SetType sets field value
func (PermissionsAccessListObjectTypeObjectIdGet200ResponseDataGroupInnerSourcesGroupsInner) ToMap ¶ added in v1.0.0
func (o PermissionsAccessListObjectTypeObjectIdGet200ResponseDataGroupInnerSourcesGroupsInner) ToMap() (map[string]interface{}, error)
func (*PermissionsAccessListObjectTypeObjectIdGet200ResponseDataGroupInnerSourcesGroupsInner) UnmarshalJSON ¶ added in v1.0.0
func (o *PermissionsAccessListObjectTypeObjectIdGet200ResponseDataGroupInnerSourcesGroupsInner) UnmarshalJSON(data []byte) (err error)
type PermissionsAccessListObjectTypeObjectIdGet200ResponseDataGroupInnerSourcesInherited ¶ added in v1.0.0
type PermissionsAccessListObjectTypeObjectIdGet200ResponseDataGroupInnerSourcesInherited struct {
Id string `json:"id"`
Type string `json:"type"`
AdditionalProperties map[string]interface{}
}
PermissionsAccessListObjectTypeObjectIdGet200ResponseDataGroupInnerSourcesInherited struct for PermissionsAccessListObjectTypeObjectIdGet200ResponseDataGroupInnerSourcesInherited
func NewPermissionsAccessListObjectTypeObjectIdGet200ResponseDataGroupInnerSourcesInherited ¶ added in v1.0.0
func NewPermissionsAccessListObjectTypeObjectIdGet200ResponseDataGroupInnerSourcesInherited(id string, type_ string) *PermissionsAccessListObjectTypeObjectIdGet200ResponseDataGroupInnerSourcesInherited
NewPermissionsAccessListObjectTypeObjectIdGet200ResponseDataGroupInnerSourcesInherited instantiates a new PermissionsAccessListObjectTypeObjectIdGet200ResponseDataGroupInnerSourcesInherited object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewPermissionsAccessListObjectTypeObjectIdGet200ResponseDataGroupInnerSourcesInheritedWithDefaults ¶ added in v1.0.0
func NewPermissionsAccessListObjectTypeObjectIdGet200ResponseDataGroupInnerSourcesInheritedWithDefaults() *PermissionsAccessListObjectTypeObjectIdGet200ResponseDataGroupInnerSourcesInherited
NewPermissionsAccessListObjectTypeObjectIdGet200ResponseDataGroupInnerSourcesInheritedWithDefaults instantiates a new PermissionsAccessListObjectTypeObjectIdGet200ResponseDataGroupInnerSourcesInherited object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*PermissionsAccessListObjectTypeObjectIdGet200ResponseDataGroupInnerSourcesInherited) GetId ¶ added in v1.0.0
func (o *PermissionsAccessListObjectTypeObjectIdGet200ResponseDataGroupInnerSourcesInherited) GetId() string
GetId returns the Id field value
func (*PermissionsAccessListObjectTypeObjectIdGet200ResponseDataGroupInnerSourcesInherited) GetIdOk ¶ added in v1.0.0
func (o *PermissionsAccessListObjectTypeObjectIdGet200ResponseDataGroupInnerSourcesInherited) GetIdOk() (*string, bool)
GetIdOk returns a tuple with the Id field value and a boolean to check if the value has been set.
func (*PermissionsAccessListObjectTypeObjectIdGet200ResponseDataGroupInnerSourcesInherited) GetType ¶ added in v1.0.0
func (o *PermissionsAccessListObjectTypeObjectIdGet200ResponseDataGroupInnerSourcesInherited) GetType() string
GetType returns the Type field value
func (*PermissionsAccessListObjectTypeObjectIdGet200ResponseDataGroupInnerSourcesInherited) GetTypeOk ¶ added in v1.0.0
func (o *PermissionsAccessListObjectTypeObjectIdGet200ResponseDataGroupInnerSourcesInherited) GetTypeOk() (*string, bool)
GetTypeOk returns a tuple with the Type field value and a boolean to check if the value has been set.
func (PermissionsAccessListObjectTypeObjectIdGet200ResponseDataGroupInnerSourcesInherited) MarshalJSON ¶ added in v1.0.0
func (o PermissionsAccessListObjectTypeObjectIdGet200ResponseDataGroupInnerSourcesInherited) MarshalJSON() ([]byte, error)
func (*PermissionsAccessListObjectTypeObjectIdGet200ResponseDataGroupInnerSourcesInherited) SetId ¶ added in v1.0.0
func (o *PermissionsAccessListObjectTypeObjectIdGet200ResponseDataGroupInnerSourcesInherited) SetId(v string)
SetId sets field value
func (*PermissionsAccessListObjectTypeObjectIdGet200ResponseDataGroupInnerSourcesInherited) SetType ¶ added in v1.0.0
func (o *PermissionsAccessListObjectTypeObjectIdGet200ResponseDataGroupInnerSourcesInherited) SetType(v string)
SetType sets field value
func (PermissionsAccessListObjectTypeObjectIdGet200ResponseDataGroupInnerSourcesInherited) ToMap ¶ added in v1.0.0
func (o PermissionsAccessListObjectTypeObjectIdGet200ResponseDataGroupInnerSourcesInherited) ToMap() (map[string]interface{}, error)
func (*PermissionsAccessListObjectTypeObjectIdGet200ResponseDataGroupInnerSourcesInherited) UnmarshalJSON ¶ added in v1.0.0
func (o *PermissionsAccessListObjectTypeObjectIdGet200ResponseDataGroupInnerSourcesInherited) UnmarshalJSON(data []byte) (err error)
type PermissionsAccessListObjectTypeObjectIdGet200ResponseDataGroupInnerSubject ¶ added in v1.0.0
type PermissionsAccessListObjectTypeObjectIdGet200ResponseDataGroupInnerSubject struct {
Id string `json:"id"`
Type string `json:"type"`
AdditionalProperties map[string]interface{}
}
PermissionsAccessListObjectTypeObjectIdGet200ResponseDataGroupInnerSubject struct for PermissionsAccessListObjectTypeObjectIdGet200ResponseDataGroupInnerSubject
func NewPermissionsAccessListObjectTypeObjectIdGet200ResponseDataGroupInnerSubject ¶ added in v1.0.0
func NewPermissionsAccessListObjectTypeObjectIdGet200ResponseDataGroupInnerSubject(id string, type_ string) *PermissionsAccessListObjectTypeObjectIdGet200ResponseDataGroupInnerSubject
NewPermissionsAccessListObjectTypeObjectIdGet200ResponseDataGroupInnerSubject instantiates a new PermissionsAccessListObjectTypeObjectIdGet200ResponseDataGroupInnerSubject object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewPermissionsAccessListObjectTypeObjectIdGet200ResponseDataGroupInnerSubjectWithDefaults ¶ added in v1.0.0
func NewPermissionsAccessListObjectTypeObjectIdGet200ResponseDataGroupInnerSubjectWithDefaults() *PermissionsAccessListObjectTypeObjectIdGet200ResponseDataGroupInnerSubject
NewPermissionsAccessListObjectTypeObjectIdGet200ResponseDataGroupInnerSubjectWithDefaults instantiates a new PermissionsAccessListObjectTypeObjectIdGet200ResponseDataGroupInnerSubject object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*PermissionsAccessListObjectTypeObjectIdGet200ResponseDataGroupInnerSubject) GetId ¶ added in v1.0.0
GetId returns the Id field value
func (*PermissionsAccessListObjectTypeObjectIdGet200ResponseDataGroupInnerSubject) GetIdOk ¶ added in v1.0.0
func (o *PermissionsAccessListObjectTypeObjectIdGet200ResponseDataGroupInnerSubject) GetIdOk() (*string, bool)
GetIdOk returns a tuple with the Id field value and a boolean to check if the value has been set.
func (*PermissionsAccessListObjectTypeObjectIdGet200ResponseDataGroupInnerSubject) GetType ¶ added in v1.0.0
func (o *PermissionsAccessListObjectTypeObjectIdGet200ResponseDataGroupInnerSubject) GetType() string
GetType returns the Type field value
func (*PermissionsAccessListObjectTypeObjectIdGet200ResponseDataGroupInnerSubject) GetTypeOk ¶ added in v1.0.0
func (o *PermissionsAccessListObjectTypeObjectIdGet200ResponseDataGroupInnerSubject) GetTypeOk() (*string, bool)
GetTypeOk returns a tuple with the Type field value and a boolean to check if the value has been set.
func (PermissionsAccessListObjectTypeObjectIdGet200ResponseDataGroupInnerSubject) MarshalJSON ¶ added in v1.0.0
func (o PermissionsAccessListObjectTypeObjectIdGet200ResponseDataGroupInnerSubject) MarshalJSON() ([]byte, error)
func (*PermissionsAccessListObjectTypeObjectIdGet200ResponseDataGroupInnerSubject) SetId ¶ added in v1.0.0
func (o *PermissionsAccessListObjectTypeObjectIdGet200ResponseDataGroupInnerSubject) SetId(v string)
SetId sets field value
func (*PermissionsAccessListObjectTypeObjectIdGet200ResponseDataGroupInnerSubject) SetType ¶ added in v1.0.0
func (o *PermissionsAccessListObjectTypeObjectIdGet200ResponseDataGroupInnerSubject) SetType(v string)
SetType sets field value
func (PermissionsAccessListObjectTypeObjectIdGet200ResponseDataGroupInnerSubject) ToMap ¶ added in v1.0.0
func (o PermissionsAccessListObjectTypeObjectIdGet200ResponseDataGroupInnerSubject) ToMap() (map[string]interface{}, error)
func (*PermissionsAccessListObjectTypeObjectIdGet200ResponseDataGroupInnerSubject) UnmarshalJSON ¶ added in v1.0.0
func (o *PermissionsAccessListObjectTypeObjectIdGet200ResponseDataGroupInnerSubject) UnmarshalJSON(data []byte) (err error)
type PermissionsGrantPost200Response ¶ added in v1.0.0
type PermissionsGrantPost200Response struct {
// API request succeeded
Success bool `json:"success"`
// An array of requested items
Data []PermissionsGrantPost200ResponseDataInner `json:"data"`
// Total number of items in the response
TotalCount float32 `json:"total_count"`
// A token to retrieve the next page of items in the collection
NextToken NullableString `json:"next_token"`
// Whether there are more items in the collection
HasMore bool `json:"has_more"`
AdditionalProperties map[string]interface{}
}
PermissionsGrantPost200Response struct for PermissionsGrantPost200Response
func NewPermissionsGrantPost200Response ¶ added in v1.0.0
func NewPermissionsGrantPost200Response(success bool, data []PermissionsGrantPost200ResponseDataInner, totalCount float32, nextToken NullableString, hasMore bool) *PermissionsGrantPost200Response
NewPermissionsGrantPost200Response instantiates a new PermissionsGrantPost200Response object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewPermissionsGrantPost200ResponseWithDefaults ¶ added in v1.0.0
func NewPermissionsGrantPost200ResponseWithDefaults() *PermissionsGrantPost200Response
NewPermissionsGrantPost200ResponseWithDefaults instantiates a new PermissionsGrantPost200Response object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*PermissionsGrantPost200Response) GetData ¶ added in v1.0.0
func (o *PermissionsGrantPost200Response) GetData() []PermissionsGrantPost200ResponseDataInner
GetData returns the Data field value
func (*PermissionsGrantPost200Response) GetDataOk ¶ added in v1.0.0
func (o *PermissionsGrantPost200Response) GetDataOk() ([]PermissionsGrantPost200ResponseDataInner, bool)
GetDataOk returns a tuple with the Data field value and a boolean to check if the value has been set.
func (*PermissionsGrantPost200Response) GetHasMore ¶ added in v1.0.0
func (o *PermissionsGrantPost200Response) GetHasMore() bool
GetHasMore returns the HasMore field value
func (*PermissionsGrantPost200Response) GetHasMoreOk ¶ added in v1.0.0
func (o *PermissionsGrantPost200Response) GetHasMoreOk() (*bool, bool)
GetHasMoreOk returns a tuple with the HasMore field value and a boolean to check if the value has been set.
func (*PermissionsGrantPost200Response) GetNextToken ¶ added in v1.0.0
func (o *PermissionsGrantPost200Response) GetNextToken() string
GetNextToken returns the NextToken field value If the value is explicit nil, the zero value for string will be returned
func (*PermissionsGrantPost200Response) GetNextTokenOk ¶ added in v1.0.0
func (o *PermissionsGrantPost200Response) GetNextTokenOk() (*string, bool)
GetNextTokenOk returns a tuple with the NextToken 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 (*PermissionsGrantPost200Response) GetSuccess ¶ added in v1.0.0
func (o *PermissionsGrantPost200Response) GetSuccess() bool
GetSuccess returns the Success field value
func (*PermissionsGrantPost200Response) GetSuccessOk ¶ added in v1.0.0
func (o *PermissionsGrantPost200Response) GetSuccessOk() (*bool, bool)
GetSuccessOk returns a tuple with the Success field value and a boolean to check if the value has been set.
func (*PermissionsGrantPost200Response) GetTotalCount ¶ added in v1.0.0
func (o *PermissionsGrantPost200Response) GetTotalCount() float32
GetTotalCount returns the TotalCount field value
func (*PermissionsGrantPost200Response) GetTotalCountOk ¶ added in v1.0.0
func (o *PermissionsGrantPost200Response) GetTotalCountOk() (*float32, bool)
GetTotalCountOk returns a tuple with the TotalCount field value and a boolean to check if the value has been set.
func (PermissionsGrantPost200Response) MarshalJSON ¶ added in v1.0.0
func (o PermissionsGrantPost200Response) MarshalJSON() ([]byte, error)
func (*PermissionsGrantPost200Response) SetData ¶ added in v1.0.0
func (o *PermissionsGrantPost200Response) SetData(v []PermissionsGrantPost200ResponseDataInner)
SetData sets field value
func (*PermissionsGrantPost200Response) SetHasMore ¶ added in v1.0.0
func (o *PermissionsGrantPost200Response) SetHasMore(v bool)
SetHasMore sets field value
func (*PermissionsGrantPost200Response) SetNextToken ¶ added in v1.0.0
func (o *PermissionsGrantPost200Response) SetNextToken(v string)
SetNextToken sets field value
func (*PermissionsGrantPost200Response) SetSuccess ¶ added in v1.0.0
func (o *PermissionsGrantPost200Response) SetSuccess(v bool)
SetSuccess sets field value
func (*PermissionsGrantPost200Response) SetTotalCount ¶ added in v1.0.0
func (o *PermissionsGrantPost200Response) SetTotalCount(v float32)
SetTotalCount sets field value
func (PermissionsGrantPost200Response) ToMap ¶ added in v1.0.0
func (o PermissionsGrantPost200Response) ToMap() (map[string]interface{}, error)
func (*PermissionsGrantPost200Response) UnmarshalJSON ¶ added in v1.0.0
func (o *PermissionsGrantPost200Response) UnmarshalJSON(data []byte) (err error)
type PermissionsGrantPost200ResponseDataInner ¶ added in v1.0.0
type PermissionsGrantPost200ResponseDataInner = PermissionsListObjectsPost200ResponseDataInner
PermissionsGrantPost200ResponseDataInner - Type alias for permission object The OpenAPI Generator doesn't always create separate types for identical anyOf structures in different endpoints. Since grant, revoke, and listObjects all return the same permission object structure, we alias to the generated type.
type PermissionsGrantPostRequest ¶
type PermissionsGrantPostRequest struct {
Subject PermissionsListObjectsPostRequestSubject `json:"subject"`
Object PermissionsGrantPostRequestObject `json:"object"`
// The access level that the group should have for the object
AccessLevel string `json:"access_level"`
}
PermissionsGrantPostRequest struct for PermissionsGrantPostRequest
func NewPermissionsGrantPostRequest ¶
func NewPermissionsGrantPostRequest(subject PermissionsListObjectsPostRequestSubject, object PermissionsGrantPostRequestObject, accessLevel string) *PermissionsGrantPostRequest
NewPermissionsGrantPostRequest instantiates a new PermissionsGrantPostRequest object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewPermissionsGrantPostRequestWithDefaults ¶
func NewPermissionsGrantPostRequestWithDefaults() *PermissionsGrantPostRequest
NewPermissionsGrantPostRequestWithDefaults instantiates a new PermissionsGrantPostRequest object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*PermissionsGrantPostRequest) GetAccessLevel ¶
func (o *PermissionsGrantPostRequest) GetAccessLevel() string
GetAccessLevel returns the AccessLevel field value
func (*PermissionsGrantPostRequest) GetAccessLevelOk ¶
func (o *PermissionsGrantPostRequest) GetAccessLevelOk() (*string, bool)
GetAccessLevelOk returns a tuple with the AccessLevel field value and a boolean to check if the value has been set.
func (*PermissionsGrantPostRequest) GetObject ¶
func (o *PermissionsGrantPostRequest) GetObject() PermissionsGrantPostRequestObject
GetObject returns the Object field value
func (*PermissionsGrantPostRequest) GetObjectOk ¶
func (o *PermissionsGrantPostRequest) GetObjectOk() (*PermissionsGrantPostRequestObject, bool)
GetObjectOk returns a tuple with the Object field value and a boolean to check if the value has been set.
func (*PermissionsGrantPostRequest) GetSubject ¶
func (o *PermissionsGrantPostRequest) GetSubject() PermissionsListObjectsPostRequestSubject
GetSubject returns the Subject field value
func (*PermissionsGrantPostRequest) GetSubjectOk ¶
func (o *PermissionsGrantPostRequest) GetSubjectOk() (*PermissionsListObjectsPostRequestSubject, bool)
GetSubjectOk returns a tuple with the Subject field value and a boolean to check if the value has been set.
func (PermissionsGrantPostRequest) MarshalJSON ¶
func (o PermissionsGrantPostRequest) MarshalJSON() ([]byte, error)
func (*PermissionsGrantPostRequest) SetAccessLevel ¶
func (o *PermissionsGrantPostRequest) SetAccessLevel(v string)
SetAccessLevel sets field value
func (*PermissionsGrantPostRequest) SetObject ¶
func (o *PermissionsGrantPostRequest) SetObject(v PermissionsGrantPostRequestObject)
SetObject sets field value
func (*PermissionsGrantPostRequest) SetSubject ¶
func (o *PermissionsGrantPostRequest) SetSubject(v PermissionsListObjectsPostRequestSubject)
SetSubject sets field value
func (PermissionsGrantPostRequest) ToMap ¶
func (o PermissionsGrantPostRequest) ToMap() (map[string]interface{}, error)
func (*PermissionsGrantPostRequest) UnmarshalJSON ¶
func (o *PermissionsGrantPostRequest) UnmarshalJSON(data []byte) (err error)
type PermissionsGrantPostRequestObject ¶
type PermissionsGrantPostRequestObject struct {
App *App
Folder *Folder
Resource *Resource
ResourceConfiguration *ResourceConfiguration
}
PermissionsGrantPostRequestObject - struct for PermissionsGrantPostRequestObject
func AppAsPermissionsGrantPostRequestObject ¶ added in v1.0.0
func AppAsPermissionsGrantPostRequestObject(v *App) PermissionsGrantPostRequestObject
AppAsPermissionsGrantPostRequestObject is a convenience function that returns App wrapped in PermissionsGrantPostRequestObject
func FolderAsPermissionsGrantPostRequestObject ¶ added in v1.0.0
func FolderAsPermissionsGrantPostRequestObject(v *Folder) PermissionsGrantPostRequestObject
FolderAsPermissionsGrantPostRequestObject is a convenience function that returns Folder wrapped in PermissionsGrantPostRequestObject
func ResourceAsPermissionsGrantPostRequestObject ¶ added in v1.0.0
func ResourceAsPermissionsGrantPostRequestObject(v *Resource) PermissionsGrantPostRequestObject
ResourceAsPermissionsGrantPostRequestObject is a convenience function that returns Resource wrapped in PermissionsGrantPostRequestObject
func ResourceConfigurationAsPermissionsGrantPostRequestObject ¶ added in v1.0.0
func ResourceConfigurationAsPermissionsGrantPostRequestObject(v *ResourceConfiguration) PermissionsGrantPostRequestObject
ResourceConfigurationAsPermissionsGrantPostRequestObject is a convenience function that returns ResourceConfiguration wrapped in PermissionsGrantPostRequestObject
func (*PermissionsGrantPostRequestObject) GetActualInstance ¶
func (obj *PermissionsGrantPostRequestObject) GetActualInstance() interface{}
Get the actual instance
func (PermissionsGrantPostRequestObject) MarshalJSON ¶
func (src PermissionsGrantPostRequestObject) MarshalJSON() ([]byte, error)
Marshal data from the first non-nil pointers in the struct to JSON
func (*PermissionsGrantPostRequestObject) UnmarshalJSON ¶
func (dst *PermissionsGrantPostRequestObject) UnmarshalJSON(data []byte) error
Unmarshal JSON data into one of the pointers in the struct
type PermissionsGrantPostRequestObjectOneOf ¶
type PermissionsGrantPostRequestObjectOneOf struct {
Type string `json:"type"`
// The id of the object
Id string `json:"id"`
AdditionalProperties map[string]interface{}
}
PermissionsGrantPostRequestObjectOneOf struct for PermissionsGrantPostRequestObjectOneOf
func NewPermissionsGrantPostRequestObjectOneOf ¶
func NewPermissionsGrantPostRequestObjectOneOf(type_ string, id string) *PermissionsGrantPostRequestObjectOneOf
NewPermissionsGrantPostRequestObjectOneOf instantiates a new PermissionsGrantPostRequestObjectOneOf object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewPermissionsGrantPostRequestObjectOneOfWithDefaults ¶
func NewPermissionsGrantPostRequestObjectOneOfWithDefaults() *PermissionsGrantPostRequestObjectOneOf
NewPermissionsGrantPostRequestObjectOneOfWithDefaults instantiates a new PermissionsGrantPostRequestObjectOneOf object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*PermissionsGrantPostRequestObjectOneOf) GetId ¶
func (o *PermissionsGrantPostRequestObjectOneOf) GetId() string
GetId returns the Id field value
func (*PermissionsGrantPostRequestObjectOneOf) GetIdOk ¶
func (o *PermissionsGrantPostRequestObjectOneOf) GetIdOk() (*string, bool)
GetIdOk returns a tuple with the Id field value and a boolean to check if the value has been set.
func (*PermissionsGrantPostRequestObjectOneOf) GetType ¶
func (o *PermissionsGrantPostRequestObjectOneOf) GetType() string
GetType returns the Type field value
func (*PermissionsGrantPostRequestObjectOneOf) GetTypeOk ¶
func (o *PermissionsGrantPostRequestObjectOneOf) GetTypeOk() (*string, bool)
GetTypeOk returns a tuple with the Type field value and a boolean to check if the value has been set.
func (PermissionsGrantPostRequestObjectOneOf) MarshalJSON ¶
func (o PermissionsGrantPostRequestObjectOneOf) MarshalJSON() ([]byte, error)
func (*PermissionsGrantPostRequestObjectOneOf) SetId ¶
func (o *PermissionsGrantPostRequestObjectOneOf) SetId(v string)
SetId sets field value
func (*PermissionsGrantPostRequestObjectOneOf) SetType ¶
func (o *PermissionsGrantPostRequestObjectOneOf) SetType(v string)
SetType sets field value
func (PermissionsGrantPostRequestObjectOneOf) ToMap ¶
func (o PermissionsGrantPostRequestObjectOneOf) ToMap() (map[string]interface{}, error)
func (*PermissionsGrantPostRequestObjectOneOf) UnmarshalJSON ¶
func (o *PermissionsGrantPostRequestObjectOneOf) UnmarshalJSON(data []byte) (err error)
type PermissionsGrantPostRequestObjectOneOf1 ¶
type PermissionsGrantPostRequestObjectOneOf1 struct {
Type string `json:"type"`
// The app ID.
Id string `json:"id"`
}
PermissionsGrantPostRequestObjectOneOf1 struct for PermissionsGrantPostRequestObjectOneOf1
func NewPermissionsGrantPostRequestObjectOneOf1 ¶
func NewPermissionsGrantPostRequestObjectOneOf1(type_ string, id string) *PermissionsGrantPostRequestObjectOneOf1
NewPermissionsGrantPostRequestObjectOneOf1 instantiates a new PermissionsGrantPostRequestObjectOneOf1 object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewPermissionsGrantPostRequestObjectOneOf1WithDefaults ¶
func NewPermissionsGrantPostRequestObjectOneOf1WithDefaults() *PermissionsGrantPostRequestObjectOneOf1
NewPermissionsGrantPostRequestObjectOneOf1WithDefaults instantiates a new PermissionsGrantPostRequestObjectOneOf1 object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*PermissionsGrantPostRequestObjectOneOf1) GetId ¶
func (o *PermissionsGrantPostRequestObjectOneOf1) GetId() string
GetId returns the Id field value
func (*PermissionsGrantPostRequestObjectOneOf1) GetIdOk ¶
func (o *PermissionsGrantPostRequestObjectOneOf1) GetIdOk() (*string, bool)
GetIdOk returns a tuple with the Id field value and a boolean to check if the value has been set.
func (*PermissionsGrantPostRequestObjectOneOf1) GetType ¶
func (o *PermissionsGrantPostRequestObjectOneOf1) GetType() string
GetType returns the Type field value
func (*PermissionsGrantPostRequestObjectOneOf1) GetTypeOk ¶
func (o *PermissionsGrantPostRequestObjectOneOf1) GetTypeOk() (*string, bool)
GetTypeOk returns a tuple with the Type field value and a boolean to check if the value has been set.
func (PermissionsGrantPostRequestObjectOneOf1) MarshalJSON ¶
func (o PermissionsGrantPostRequestObjectOneOf1) MarshalJSON() ([]byte, error)
func (*PermissionsGrantPostRequestObjectOneOf1) SetId ¶
func (o *PermissionsGrantPostRequestObjectOneOf1) SetId(v string)
SetId sets field value
func (*PermissionsGrantPostRequestObjectOneOf1) SetType ¶
func (o *PermissionsGrantPostRequestObjectOneOf1) SetType(v string)
SetType sets field value
func (PermissionsGrantPostRequestObjectOneOf1) ToMap ¶
func (o PermissionsGrantPostRequestObjectOneOf1) ToMap() (map[string]interface{}, error)
func (*PermissionsGrantPostRequestObjectOneOf1) UnmarshalJSON ¶
func (o *PermissionsGrantPostRequestObjectOneOf1) UnmarshalJSON(data []byte) (err error)
type PermissionsGrantPostRequestObjectOneOf2 ¶
type PermissionsGrantPostRequestObjectOneOf2 struct {
Type string `json:"type"`
Id PermissionsListObjectsPost200ResponseDataInnerOneOf2Id `json:"id"`
}
PermissionsGrantPostRequestObjectOneOf2 struct for PermissionsGrantPostRequestObjectOneOf2
func NewPermissionsGrantPostRequestObjectOneOf2 ¶
func NewPermissionsGrantPostRequestObjectOneOf2(type_ string, id PermissionsListObjectsPost200ResponseDataInnerOneOf2Id) *PermissionsGrantPostRequestObjectOneOf2
NewPermissionsGrantPostRequestObjectOneOf2 instantiates a new PermissionsGrantPostRequestObjectOneOf2 object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewPermissionsGrantPostRequestObjectOneOf2WithDefaults ¶
func NewPermissionsGrantPostRequestObjectOneOf2WithDefaults() *PermissionsGrantPostRequestObjectOneOf2
NewPermissionsGrantPostRequestObjectOneOf2WithDefaults instantiates a new PermissionsGrantPostRequestObjectOneOf2 object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*PermissionsGrantPostRequestObjectOneOf2) GetId ¶
func (o *PermissionsGrantPostRequestObjectOneOf2) GetId() PermissionsListObjectsPost200ResponseDataInnerOneOf2Id
GetId returns the Id field value
func (*PermissionsGrantPostRequestObjectOneOf2) GetIdOk ¶
func (o *PermissionsGrantPostRequestObjectOneOf2) GetIdOk() (*PermissionsListObjectsPost200ResponseDataInnerOneOf2Id, bool)
GetIdOk returns a tuple with the Id field value and a boolean to check if the value has been set.
func (*PermissionsGrantPostRequestObjectOneOf2) GetType ¶
func (o *PermissionsGrantPostRequestObjectOneOf2) GetType() string
GetType returns the Type field value
func (*PermissionsGrantPostRequestObjectOneOf2) GetTypeOk ¶
func (o *PermissionsGrantPostRequestObjectOneOf2) GetTypeOk() (*string, bool)
GetTypeOk returns a tuple with the Type field value and a boolean to check if the value has been set.
func (PermissionsGrantPostRequestObjectOneOf2) MarshalJSON ¶
func (o PermissionsGrantPostRequestObjectOneOf2) MarshalJSON() ([]byte, error)
func (*PermissionsGrantPostRequestObjectOneOf2) SetId ¶
func (o *PermissionsGrantPostRequestObjectOneOf2) SetId(v PermissionsListObjectsPost200ResponseDataInnerOneOf2Id)
SetId sets field value
func (*PermissionsGrantPostRequestObjectOneOf2) SetType ¶
func (o *PermissionsGrantPostRequestObjectOneOf2) SetType(v string)
SetType sets field value
func (PermissionsGrantPostRequestObjectOneOf2) ToMap ¶
func (o PermissionsGrantPostRequestObjectOneOf2) ToMap() (map[string]interface{}, error)
func (*PermissionsGrantPostRequestObjectOneOf2) UnmarshalJSON ¶
func (o *PermissionsGrantPostRequestObjectOneOf2) UnmarshalJSON(data []byte) (err error)
type PermissionsGrantPostRequestObjectOneOf3 ¶
type PermissionsGrantPostRequestObjectOneOf3 struct {
Type string `json:"type"`
// The resource configuration id.
Id string `json:"id"`
}
PermissionsGrantPostRequestObjectOneOf3 struct for PermissionsGrantPostRequestObjectOneOf3
func NewPermissionsGrantPostRequestObjectOneOf3 ¶
func NewPermissionsGrantPostRequestObjectOneOf3(type_ string, id string) *PermissionsGrantPostRequestObjectOneOf3
NewPermissionsGrantPostRequestObjectOneOf3 instantiates a new PermissionsGrantPostRequestObjectOneOf3 object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewPermissionsGrantPostRequestObjectOneOf3WithDefaults ¶
func NewPermissionsGrantPostRequestObjectOneOf3WithDefaults() *PermissionsGrantPostRequestObjectOneOf3
NewPermissionsGrantPostRequestObjectOneOf3WithDefaults instantiates a new PermissionsGrantPostRequestObjectOneOf3 object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*PermissionsGrantPostRequestObjectOneOf3) GetId ¶
func (o *PermissionsGrantPostRequestObjectOneOf3) GetId() string
GetId returns the Id field value
func (*PermissionsGrantPostRequestObjectOneOf3) GetIdOk ¶
func (o *PermissionsGrantPostRequestObjectOneOf3) GetIdOk() (*string, bool)
GetIdOk returns a tuple with the Id field value and a boolean to check if the value has been set.
func (*PermissionsGrantPostRequestObjectOneOf3) GetType ¶
func (o *PermissionsGrantPostRequestObjectOneOf3) GetType() string
GetType returns the Type field value
func (*PermissionsGrantPostRequestObjectOneOf3) GetTypeOk ¶
func (o *PermissionsGrantPostRequestObjectOneOf3) GetTypeOk() (*string, bool)
GetTypeOk returns a tuple with the Type field value and a boolean to check if the value has been set.
func (PermissionsGrantPostRequestObjectOneOf3) MarshalJSON ¶
func (o PermissionsGrantPostRequestObjectOneOf3) MarshalJSON() ([]byte, error)
func (*PermissionsGrantPostRequestObjectOneOf3) SetId ¶
func (o *PermissionsGrantPostRequestObjectOneOf3) SetId(v string)
SetId sets field value
func (*PermissionsGrantPostRequestObjectOneOf3) SetType ¶
func (o *PermissionsGrantPostRequestObjectOneOf3) SetType(v string)
SetType sets field value
func (PermissionsGrantPostRequestObjectOneOf3) ToMap ¶
func (o PermissionsGrantPostRequestObjectOneOf3) ToMap() (map[string]interface{}, error)
func (*PermissionsGrantPostRequestObjectOneOf3) UnmarshalJSON ¶
func (o *PermissionsGrantPostRequestObjectOneOf3) UnmarshalJSON(data []byte) (err error)
type PermissionsListObjectsPost200Response ¶
type PermissionsListObjectsPost200Response struct {
// API request succeeded
Success bool `json:"success"`
// An array of requested items
Data []PermissionsListObjectsPost200ResponseDataInner `json:"data"`
// Total number of items in the response
TotalCount float32 `json:"total_count"`
// A token to retrieve the next page of items in the collection
NextToken NullableString `json:"next_token"`
// Whether there are more items in the collection
HasMore bool `json:"has_more"`
AdditionalProperties map[string]interface{}
}
PermissionsListObjectsPost200Response struct for PermissionsListObjectsPost200Response
func NewPermissionsListObjectsPost200Response ¶
func NewPermissionsListObjectsPost200Response(success bool, data []PermissionsListObjectsPost200ResponseDataInner, totalCount float32, nextToken NullableString, hasMore bool) *PermissionsListObjectsPost200Response
NewPermissionsListObjectsPost200Response instantiates a new PermissionsListObjectsPost200Response object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewPermissionsListObjectsPost200ResponseWithDefaults ¶
func NewPermissionsListObjectsPost200ResponseWithDefaults() *PermissionsListObjectsPost200Response
NewPermissionsListObjectsPost200ResponseWithDefaults instantiates a new PermissionsListObjectsPost200Response object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*PermissionsListObjectsPost200Response) GetData ¶
func (o *PermissionsListObjectsPost200Response) GetData() []PermissionsListObjectsPost200ResponseDataInner
GetData returns the Data field value
func (*PermissionsListObjectsPost200Response) GetDataOk ¶
func (o *PermissionsListObjectsPost200Response) GetDataOk() ([]PermissionsListObjectsPost200ResponseDataInner, bool)
GetDataOk returns a tuple with the Data field value and a boolean to check if the value has been set.
func (*PermissionsListObjectsPost200Response) GetHasMore ¶
func (o *PermissionsListObjectsPost200Response) GetHasMore() bool
GetHasMore returns the HasMore field value
func (*PermissionsListObjectsPost200Response) GetHasMoreOk ¶
func (o *PermissionsListObjectsPost200Response) GetHasMoreOk() (*bool, bool)
GetHasMoreOk returns a tuple with the HasMore field value and a boolean to check if the value has been set.
func (*PermissionsListObjectsPost200Response) GetNextToken ¶
func (o *PermissionsListObjectsPost200Response) GetNextToken() string
GetNextToken returns the NextToken field value If the value is explicit nil, the zero value for string will be returned
func (*PermissionsListObjectsPost200Response) GetNextTokenOk ¶
func (o *PermissionsListObjectsPost200Response) GetNextTokenOk() (*string, bool)
GetNextTokenOk returns a tuple with the NextToken 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 (*PermissionsListObjectsPost200Response) GetSuccess ¶
func (o *PermissionsListObjectsPost200Response) GetSuccess() bool
GetSuccess returns the Success field value
func (*PermissionsListObjectsPost200Response) GetSuccessOk ¶
func (o *PermissionsListObjectsPost200Response) GetSuccessOk() (*bool, bool)
GetSuccessOk returns a tuple with the Success field value and a boolean to check if the value has been set.
func (*PermissionsListObjectsPost200Response) GetTotalCount ¶
func (o *PermissionsListObjectsPost200Response) GetTotalCount() float32
GetTotalCount returns the TotalCount field value
func (*PermissionsListObjectsPost200Response) GetTotalCountOk ¶
func (o *PermissionsListObjectsPost200Response) GetTotalCountOk() (*float32, bool)
GetTotalCountOk returns a tuple with the TotalCount field value and a boolean to check if the value has been set.
func (PermissionsListObjectsPost200Response) MarshalJSON ¶
func (o PermissionsListObjectsPost200Response) MarshalJSON() ([]byte, error)
func (*PermissionsListObjectsPost200Response) SetData ¶
func (o *PermissionsListObjectsPost200Response) SetData(v []PermissionsListObjectsPost200ResponseDataInner)
SetData sets field value
func (*PermissionsListObjectsPost200Response) SetHasMore ¶
func (o *PermissionsListObjectsPost200Response) SetHasMore(v bool)
SetHasMore sets field value
func (*PermissionsListObjectsPost200Response) SetNextToken ¶
func (o *PermissionsListObjectsPost200Response) SetNextToken(v string)
SetNextToken sets field value
func (*PermissionsListObjectsPost200Response) SetSuccess ¶
func (o *PermissionsListObjectsPost200Response) SetSuccess(v bool)
SetSuccess sets field value
func (*PermissionsListObjectsPost200Response) SetTotalCount ¶
func (o *PermissionsListObjectsPost200Response) SetTotalCount(v float32)
SetTotalCount sets field value
func (PermissionsListObjectsPost200Response) ToMap ¶
func (o PermissionsListObjectsPost200Response) ToMap() (map[string]interface{}, error)
func (*PermissionsListObjectsPost200Response) UnmarshalJSON ¶
func (o *PermissionsListObjectsPost200Response) UnmarshalJSON(data []byte) (err error)
type PermissionsListObjectsPost200ResponseDataInner ¶
type PermissionsListObjectsPost200ResponseDataInner struct {
PermissionsListObjectsPost200ResponseDataInnerAnyOf *PermissionsListObjectsPost200ResponseDataInnerAnyOf
PermissionsListObjectsPost200ResponseDataInnerAnyOf1 *PermissionsListObjectsPost200ResponseDataInnerAnyOf1
PermissionsListObjectsPost200ResponseDataInnerAnyOf2 *PermissionsListObjectsPost200ResponseDataInnerAnyOf2
PermissionsListObjectsPost200ResponseDataInnerAnyOf3 *PermissionsListObjectsPost200ResponseDataInnerAnyOf3
}
PermissionsListObjectsPost200ResponseDataInner struct for PermissionsListObjectsPost200ResponseDataInner
func (PermissionsListObjectsPost200ResponseDataInner) MarshalJSON ¶
func (src PermissionsListObjectsPost200ResponseDataInner) MarshalJSON() ([]byte, error)
Marshal data from the first non-nil pointers in the struct to JSON
func (*PermissionsListObjectsPost200ResponseDataInner) UnmarshalJSON ¶
func (dst *PermissionsListObjectsPost200ResponseDataInner) UnmarshalJSON(data []byte) error
Unmarshal JSON data into any of the pointers in the struct
type PermissionsListObjectsPost200ResponseDataInnerAnyOf ¶ added in v1.0.0
type PermissionsListObjectsPost200ResponseDataInnerAnyOf struct {
Type string `json:"type"`
// The id of the folder
Id string `json:"id"`
// The access level of the folder
AccessLevel string `json:"access_level"`
AdditionalProperties map[string]interface{}
}
PermissionsListObjectsPost200ResponseDataInnerAnyOf struct for PermissionsListObjectsPost200ResponseDataInnerAnyOf
func NewPermissionsListObjectsPost200ResponseDataInnerAnyOf ¶ added in v1.0.0
func NewPermissionsListObjectsPost200ResponseDataInnerAnyOf(type_ string, id string, accessLevel string) *PermissionsListObjectsPost200ResponseDataInnerAnyOf
NewPermissionsListObjectsPost200ResponseDataInnerAnyOf instantiates a new PermissionsListObjectsPost200ResponseDataInnerAnyOf object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewPermissionsListObjectsPost200ResponseDataInnerAnyOfWithDefaults ¶ added in v1.0.0
func NewPermissionsListObjectsPost200ResponseDataInnerAnyOfWithDefaults() *PermissionsListObjectsPost200ResponseDataInnerAnyOf
NewPermissionsListObjectsPost200ResponseDataInnerAnyOfWithDefaults instantiates a new PermissionsListObjectsPost200ResponseDataInnerAnyOf object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*PermissionsListObjectsPost200ResponseDataInnerAnyOf) GetAccessLevel ¶ added in v1.0.0
func (o *PermissionsListObjectsPost200ResponseDataInnerAnyOf) GetAccessLevel() string
GetAccessLevel returns the AccessLevel field value
func (*PermissionsListObjectsPost200ResponseDataInnerAnyOf) GetAccessLevelOk ¶ added in v1.0.0
func (o *PermissionsListObjectsPost200ResponseDataInnerAnyOf) GetAccessLevelOk() (*string, bool)
GetAccessLevelOk returns a tuple with the AccessLevel field value and a boolean to check if the value has been set.
func (*PermissionsListObjectsPost200ResponseDataInnerAnyOf) GetId ¶ added in v1.0.0
func (o *PermissionsListObjectsPost200ResponseDataInnerAnyOf) GetId() string
GetId returns the Id field value
func (*PermissionsListObjectsPost200ResponseDataInnerAnyOf) GetIdOk ¶ added in v1.0.0
func (o *PermissionsListObjectsPost200ResponseDataInnerAnyOf) GetIdOk() (*string, bool)
GetIdOk returns a tuple with the Id field value and a boolean to check if the value has been set.
func (*PermissionsListObjectsPost200ResponseDataInnerAnyOf) GetType ¶ added in v1.0.0
func (o *PermissionsListObjectsPost200ResponseDataInnerAnyOf) GetType() string
GetType returns the Type field value
func (*PermissionsListObjectsPost200ResponseDataInnerAnyOf) GetTypeOk ¶ added in v1.0.0
func (o *PermissionsListObjectsPost200ResponseDataInnerAnyOf) GetTypeOk() (*string, bool)
GetTypeOk returns a tuple with the Type field value and a boolean to check if the value has been set.
func (PermissionsListObjectsPost200ResponseDataInnerAnyOf) MarshalJSON ¶ added in v1.0.0
func (o PermissionsListObjectsPost200ResponseDataInnerAnyOf) MarshalJSON() ([]byte, error)
func (*PermissionsListObjectsPost200ResponseDataInnerAnyOf) SetAccessLevel ¶ added in v1.0.0
func (o *PermissionsListObjectsPost200ResponseDataInnerAnyOf) SetAccessLevel(v string)
SetAccessLevel sets field value
func (*PermissionsListObjectsPost200ResponseDataInnerAnyOf) SetId ¶ added in v1.0.0
func (o *PermissionsListObjectsPost200ResponseDataInnerAnyOf) SetId(v string)
SetId sets field value
func (*PermissionsListObjectsPost200ResponseDataInnerAnyOf) SetType ¶ added in v1.0.0
func (o *PermissionsListObjectsPost200ResponseDataInnerAnyOf) SetType(v string)
SetType sets field value
func (PermissionsListObjectsPost200ResponseDataInnerAnyOf) ToMap ¶ added in v1.0.0
func (o PermissionsListObjectsPost200ResponseDataInnerAnyOf) ToMap() (map[string]interface{}, error)
func (*PermissionsListObjectsPost200ResponseDataInnerAnyOf) UnmarshalJSON ¶ added in v1.0.0
func (o *PermissionsListObjectsPost200ResponseDataInnerAnyOf) UnmarshalJSON(data []byte) (err error)
type PermissionsListObjectsPost200ResponseDataInnerAnyOf1 ¶ added in v1.0.0
type PermissionsListObjectsPost200ResponseDataInnerAnyOf1 struct {
Type string `json:"type"`
// The app ID.
Id string `json:"id"`
// The access level of the app
AccessLevel string `json:"access_level"`
AdditionalProperties map[string]interface{}
}
PermissionsListObjectsPost200ResponseDataInnerAnyOf1 struct for PermissionsListObjectsPost200ResponseDataInnerAnyOf1
func NewPermissionsListObjectsPost200ResponseDataInnerAnyOf1 ¶ added in v1.0.0
func NewPermissionsListObjectsPost200ResponseDataInnerAnyOf1(type_ string, id string, accessLevel string) *PermissionsListObjectsPost200ResponseDataInnerAnyOf1
NewPermissionsListObjectsPost200ResponseDataInnerAnyOf1 instantiates a new PermissionsListObjectsPost200ResponseDataInnerAnyOf1 object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewPermissionsListObjectsPost200ResponseDataInnerAnyOf1WithDefaults ¶ added in v1.0.0
func NewPermissionsListObjectsPost200ResponseDataInnerAnyOf1WithDefaults() *PermissionsListObjectsPost200ResponseDataInnerAnyOf1
NewPermissionsListObjectsPost200ResponseDataInnerAnyOf1WithDefaults instantiates a new PermissionsListObjectsPost200ResponseDataInnerAnyOf1 object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*PermissionsListObjectsPost200ResponseDataInnerAnyOf1) GetAccessLevel ¶ added in v1.0.0
func (o *PermissionsListObjectsPost200ResponseDataInnerAnyOf1) GetAccessLevel() string
GetAccessLevel returns the AccessLevel field value
func (*PermissionsListObjectsPost200ResponseDataInnerAnyOf1) GetAccessLevelOk ¶ added in v1.0.0
func (o *PermissionsListObjectsPost200ResponseDataInnerAnyOf1) GetAccessLevelOk() (*string, bool)
GetAccessLevelOk returns a tuple with the AccessLevel field value and a boolean to check if the value has been set.
func (*PermissionsListObjectsPost200ResponseDataInnerAnyOf1) GetId ¶ added in v1.0.0
func (o *PermissionsListObjectsPost200ResponseDataInnerAnyOf1) GetId() string
GetId returns the Id field value
func (*PermissionsListObjectsPost200ResponseDataInnerAnyOf1) GetIdOk ¶ added in v1.0.0
func (o *PermissionsListObjectsPost200ResponseDataInnerAnyOf1) GetIdOk() (*string, bool)
GetIdOk returns a tuple with the Id field value and a boolean to check if the value has been set.
func (*PermissionsListObjectsPost200ResponseDataInnerAnyOf1) GetType ¶ added in v1.0.0
func (o *PermissionsListObjectsPost200ResponseDataInnerAnyOf1) GetType() string
GetType returns the Type field value
func (*PermissionsListObjectsPost200ResponseDataInnerAnyOf1) GetTypeOk ¶ added in v1.0.0
func (o *PermissionsListObjectsPost200ResponseDataInnerAnyOf1) GetTypeOk() (*string, bool)
GetTypeOk returns a tuple with the Type field value and a boolean to check if the value has been set.
func (PermissionsListObjectsPost200ResponseDataInnerAnyOf1) MarshalJSON ¶ added in v1.0.0
func (o PermissionsListObjectsPost200ResponseDataInnerAnyOf1) MarshalJSON() ([]byte, error)
func (*PermissionsListObjectsPost200ResponseDataInnerAnyOf1) SetAccessLevel ¶ added in v1.0.0
func (o *PermissionsListObjectsPost200ResponseDataInnerAnyOf1) SetAccessLevel(v string)
SetAccessLevel sets field value
func (*PermissionsListObjectsPost200ResponseDataInnerAnyOf1) SetId ¶ added in v1.0.0
func (o *PermissionsListObjectsPost200ResponseDataInnerAnyOf1) SetId(v string)
SetId sets field value
func (*PermissionsListObjectsPost200ResponseDataInnerAnyOf1) SetType ¶ added in v1.0.0
func (o *PermissionsListObjectsPost200ResponseDataInnerAnyOf1) SetType(v string)
SetType sets field value
func (PermissionsListObjectsPost200ResponseDataInnerAnyOf1) ToMap ¶ added in v1.0.0
func (o PermissionsListObjectsPost200ResponseDataInnerAnyOf1) ToMap() (map[string]interface{}, error)
func (*PermissionsListObjectsPost200ResponseDataInnerAnyOf1) UnmarshalJSON ¶ added in v1.0.0
func (o *PermissionsListObjectsPost200ResponseDataInnerAnyOf1) UnmarshalJSON(data []byte) (err error)
type PermissionsListObjectsPost200ResponseDataInnerAnyOf2 ¶ added in v1.0.0
type PermissionsListObjectsPost200ResponseDataInnerAnyOf2 struct {
Type string `json:"type"`
// The uuid or name for the resource.
Id string `json:"id"`
// The access level of the resource
AccessLevel string `json:"access_level"`
AdditionalProperties map[string]interface{}
}
PermissionsListObjectsPost200ResponseDataInnerAnyOf2 struct for PermissionsListObjectsPost200ResponseDataInnerAnyOf2
func NewPermissionsListObjectsPost200ResponseDataInnerAnyOf2 ¶ added in v1.0.0
func NewPermissionsListObjectsPost200ResponseDataInnerAnyOf2(type_ string, id string, accessLevel string) *PermissionsListObjectsPost200ResponseDataInnerAnyOf2
NewPermissionsListObjectsPost200ResponseDataInnerAnyOf2 instantiates a new PermissionsListObjectsPost200ResponseDataInnerAnyOf2 object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewPermissionsListObjectsPost200ResponseDataInnerAnyOf2WithDefaults ¶ added in v1.0.0
func NewPermissionsListObjectsPost200ResponseDataInnerAnyOf2WithDefaults() *PermissionsListObjectsPost200ResponseDataInnerAnyOf2
NewPermissionsListObjectsPost200ResponseDataInnerAnyOf2WithDefaults instantiates a new PermissionsListObjectsPost200ResponseDataInnerAnyOf2 object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*PermissionsListObjectsPost200ResponseDataInnerAnyOf2) GetAccessLevel ¶ added in v1.0.0
func (o *PermissionsListObjectsPost200ResponseDataInnerAnyOf2) GetAccessLevel() string
GetAccessLevel returns the AccessLevel field value
func (*PermissionsListObjectsPost200ResponseDataInnerAnyOf2) GetAccessLevelOk ¶ added in v1.0.0
func (o *PermissionsListObjectsPost200ResponseDataInnerAnyOf2) GetAccessLevelOk() (*string, bool)
GetAccessLevelOk returns a tuple with the AccessLevel field value and a boolean to check if the value has been set.
func (*PermissionsListObjectsPost200ResponseDataInnerAnyOf2) GetId ¶ added in v1.0.0
func (o *PermissionsListObjectsPost200ResponseDataInnerAnyOf2) GetId() string
GetId returns the Id field value
func (*PermissionsListObjectsPost200ResponseDataInnerAnyOf2) GetIdOk ¶ added in v1.0.0
func (o *PermissionsListObjectsPost200ResponseDataInnerAnyOf2) GetIdOk() (*string, bool)
GetIdOk returns a tuple with the Id field value and a boolean to check if the value has been set.
func (*PermissionsListObjectsPost200ResponseDataInnerAnyOf2) GetType ¶ added in v1.0.0
func (o *PermissionsListObjectsPost200ResponseDataInnerAnyOf2) GetType() string
GetType returns the Type field value
func (*PermissionsListObjectsPost200ResponseDataInnerAnyOf2) GetTypeOk ¶ added in v1.0.0
func (o *PermissionsListObjectsPost200ResponseDataInnerAnyOf2) GetTypeOk() (*string, bool)
GetTypeOk returns a tuple with the Type field value and a boolean to check if the value has been set.
func (PermissionsListObjectsPost200ResponseDataInnerAnyOf2) MarshalJSON ¶ added in v1.0.0
func (o PermissionsListObjectsPost200ResponseDataInnerAnyOf2) MarshalJSON() ([]byte, error)
func (*PermissionsListObjectsPost200ResponseDataInnerAnyOf2) SetAccessLevel ¶ added in v1.0.0
func (o *PermissionsListObjectsPost200ResponseDataInnerAnyOf2) SetAccessLevel(v string)
SetAccessLevel sets field value
func (*PermissionsListObjectsPost200ResponseDataInnerAnyOf2) SetId ¶ added in v1.0.0
func (o *PermissionsListObjectsPost200ResponseDataInnerAnyOf2) SetId(v string)
SetId sets field value
func (*PermissionsListObjectsPost200ResponseDataInnerAnyOf2) SetType ¶ added in v1.0.0
func (o *PermissionsListObjectsPost200ResponseDataInnerAnyOf2) SetType(v string)
SetType sets field value
func (PermissionsListObjectsPost200ResponseDataInnerAnyOf2) ToMap ¶ added in v1.0.0
func (o PermissionsListObjectsPost200ResponseDataInnerAnyOf2) ToMap() (map[string]interface{}, error)
func (*PermissionsListObjectsPost200ResponseDataInnerAnyOf2) UnmarshalJSON ¶ added in v1.0.0
func (o *PermissionsListObjectsPost200ResponseDataInnerAnyOf2) UnmarshalJSON(data []byte) (err error)
type PermissionsListObjectsPost200ResponseDataInnerAnyOf3 ¶ added in v1.0.0
type PermissionsListObjectsPost200ResponseDataInnerAnyOf3 struct {
Type string `json:"type"`
// The resource configuration id.
Id string `json:"id"`
// The access level of the resource configuration. Note that the access level in practice of this resource configuration could be different dependent on what the access level of the resource with the same id as the \"name\" of this resource_configuration.
AccessLevel string `json:"access_level"`
AdditionalProperties map[string]interface{}
}
PermissionsListObjectsPost200ResponseDataInnerAnyOf3 struct for PermissionsListObjectsPost200ResponseDataInnerAnyOf3
func NewPermissionsListObjectsPost200ResponseDataInnerAnyOf3 ¶ added in v1.0.0
func NewPermissionsListObjectsPost200ResponseDataInnerAnyOf3(type_ string, id string, accessLevel string) *PermissionsListObjectsPost200ResponseDataInnerAnyOf3
NewPermissionsListObjectsPost200ResponseDataInnerAnyOf3 instantiates a new PermissionsListObjectsPost200ResponseDataInnerAnyOf3 object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewPermissionsListObjectsPost200ResponseDataInnerAnyOf3WithDefaults ¶ added in v1.0.0
func NewPermissionsListObjectsPost200ResponseDataInnerAnyOf3WithDefaults() *PermissionsListObjectsPost200ResponseDataInnerAnyOf3
NewPermissionsListObjectsPost200ResponseDataInnerAnyOf3WithDefaults instantiates a new PermissionsListObjectsPost200ResponseDataInnerAnyOf3 object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*PermissionsListObjectsPost200ResponseDataInnerAnyOf3) GetAccessLevel ¶ added in v1.0.0
func (o *PermissionsListObjectsPost200ResponseDataInnerAnyOf3) GetAccessLevel() string
GetAccessLevel returns the AccessLevel field value
func (*PermissionsListObjectsPost200ResponseDataInnerAnyOf3) GetAccessLevelOk ¶ added in v1.0.0
func (o *PermissionsListObjectsPost200ResponseDataInnerAnyOf3) GetAccessLevelOk() (*string, bool)
GetAccessLevelOk returns a tuple with the AccessLevel field value and a boolean to check if the value has been set.
func (*PermissionsListObjectsPost200ResponseDataInnerAnyOf3) GetId ¶ added in v1.0.0
func (o *PermissionsListObjectsPost200ResponseDataInnerAnyOf3) GetId() string
GetId returns the Id field value
func (*PermissionsListObjectsPost200ResponseDataInnerAnyOf3) GetIdOk ¶ added in v1.0.0
func (o *PermissionsListObjectsPost200ResponseDataInnerAnyOf3) GetIdOk() (*string, bool)
GetIdOk returns a tuple with the Id field value and a boolean to check if the value has been set.
func (*PermissionsListObjectsPost200ResponseDataInnerAnyOf3) GetType ¶ added in v1.0.0
func (o *PermissionsListObjectsPost200ResponseDataInnerAnyOf3) GetType() string
GetType returns the Type field value
func (*PermissionsListObjectsPost200ResponseDataInnerAnyOf3) GetTypeOk ¶ added in v1.0.0
func (o *PermissionsListObjectsPost200ResponseDataInnerAnyOf3) GetTypeOk() (*string, bool)
GetTypeOk returns a tuple with the Type field value and a boolean to check if the value has been set.
func (PermissionsListObjectsPost200ResponseDataInnerAnyOf3) MarshalJSON ¶ added in v1.0.0
func (o PermissionsListObjectsPost200ResponseDataInnerAnyOf3) MarshalJSON() ([]byte, error)
func (*PermissionsListObjectsPost200ResponseDataInnerAnyOf3) SetAccessLevel ¶ added in v1.0.0
func (o *PermissionsListObjectsPost200ResponseDataInnerAnyOf3) SetAccessLevel(v string)
SetAccessLevel sets field value
func (*PermissionsListObjectsPost200ResponseDataInnerAnyOf3) SetId ¶ added in v1.0.0
func (o *PermissionsListObjectsPost200ResponseDataInnerAnyOf3) SetId(v string)
SetId sets field value
func (*PermissionsListObjectsPost200ResponseDataInnerAnyOf3) SetType ¶ added in v1.0.0
func (o *PermissionsListObjectsPost200ResponseDataInnerAnyOf3) SetType(v string)
SetType sets field value
func (PermissionsListObjectsPost200ResponseDataInnerAnyOf3) ToMap ¶ added in v1.0.0
func (o PermissionsListObjectsPost200ResponseDataInnerAnyOf3) ToMap() (map[string]interface{}, error)
func (*PermissionsListObjectsPost200ResponseDataInnerAnyOf3) UnmarshalJSON ¶ added in v1.0.0
func (o *PermissionsListObjectsPost200ResponseDataInnerAnyOf3) UnmarshalJSON(data []byte) (err error)
type PermissionsListObjectsPost200ResponseDataInnerOneOf ¶
type PermissionsListObjectsPost200ResponseDataInnerOneOf struct {
Type string `json:"type"`
// The id of the folder
Id string `json:"id"`
// The access level of the folder
AccessLevel string `json:"access_level"`
AdditionalProperties map[string]interface{}
}
PermissionsListObjectsPost200ResponseDataInnerOneOf struct for PermissionsListObjectsPost200ResponseDataInnerOneOf
func NewPermissionsListObjectsPost200ResponseDataInnerOneOf ¶
func NewPermissionsListObjectsPost200ResponseDataInnerOneOf(type_ string, id string, accessLevel string) *PermissionsListObjectsPost200ResponseDataInnerOneOf
NewPermissionsListObjectsPost200ResponseDataInnerOneOf instantiates a new PermissionsListObjectsPost200ResponseDataInnerOneOf object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewPermissionsListObjectsPost200ResponseDataInnerOneOfWithDefaults ¶
func NewPermissionsListObjectsPost200ResponseDataInnerOneOfWithDefaults() *PermissionsListObjectsPost200ResponseDataInnerOneOf
NewPermissionsListObjectsPost200ResponseDataInnerOneOfWithDefaults instantiates a new PermissionsListObjectsPost200ResponseDataInnerOneOf object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*PermissionsListObjectsPost200ResponseDataInnerOneOf) GetAccessLevel ¶
func (o *PermissionsListObjectsPost200ResponseDataInnerOneOf) GetAccessLevel() string
GetAccessLevel returns the AccessLevel field value
func (*PermissionsListObjectsPost200ResponseDataInnerOneOf) GetAccessLevelOk ¶
func (o *PermissionsListObjectsPost200ResponseDataInnerOneOf) GetAccessLevelOk() (*string, bool)
GetAccessLevelOk returns a tuple with the AccessLevel field value and a boolean to check if the value has been set.
func (*PermissionsListObjectsPost200ResponseDataInnerOneOf) GetId ¶
func (o *PermissionsListObjectsPost200ResponseDataInnerOneOf) GetId() string
GetId returns the Id field value
func (*PermissionsListObjectsPost200ResponseDataInnerOneOf) GetIdOk ¶
func (o *PermissionsListObjectsPost200ResponseDataInnerOneOf) GetIdOk() (*string, bool)
GetIdOk returns a tuple with the Id field value and a boolean to check if the value has been set.
func (*PermissionsListObjectsPost200ResponseDataInnerOneOf) GetType ¶
func (o *PermissionsListObjectsPost200ResponseDataInnerOneOf) GetType() string
GetType returns the Type field value
func (*PermissionsListObjectsPost200ResponseDataInnerOneOf) GetTypeOk ¶
func (o *PermissionsListObjectsPost200ResponseDataInnerOneOf) GetTypeOk() (*string, bool)
GetTypeOk returns a tuple with the Type field value and a boolean to check if the value has been set.
func (PermissionsListObjectsPost200ResponseDataInnerOneOf) MarshalJSON ¶
func (o PermissionsListObjectsPost200ResponseDataInnerOneOf) MarshalJSON() ([]byte, error)
func (*PermissionsListObjectsPost200ResponseDataInnerOneOf) SetAccessLevel ¶
func (o *PermissionsListObjectsPost200ResponseDataInnerOneOf) SetAccessLevel(v string)
SetAccessLevel sets field value
func (*PermissionsListObjectsPost200ResponseDataInnerOneOf) SetId ¶
func (o *PermissionsListObjectsPost200ResponseDataInnerOneOf) SetId(v string)
SetId sets field value
func (*PermissionsListObjectsPost200ResponseDataInnerOneOf) SetType ¶
func (o *PermissionsListObjectsPost200ResponseDataInnerOneOf) SetType(v string)
SetType sets field value
func (PermissionsListObjectsPost200ResponseDataInnerOneOf) ToMap ¶
func (o PermissionsListObjectsPost200ResponseDataInnerOneOf) ToMap() (map[string]interface{}, error)
func (*PermissionsListObjectsPost200ResponseDataInnerOneOf) UnmarshalJSON ¶
func (o *PermissionsListObjectsPost200ResponseDataInnerOneOf) UnmarshalJSON(data []byte) (err error)
type PermissionsListObjectsPost200ResponseDataInnerOneOf1 ¶
type PermissionsListObjectsPost200ResponseDataInnerOneOf1 struct {
Type string `json:"type"`
// The app ID.
Id string `json:"id"`
// The access level of the app
AccessLevel string `json:"access_level"`
AdditionalProperties map[string]interface{}
}
PermissionsListObjectsPost200ResponseDataInnerOneOf1 struct for PermissionsListObjectsPost200ResponseDataInnerOneOf1
func NewPermissionsListObjectsPost200ResponseDataInnerOneOf1 ¶
func NewPermissionsListObjectsPost200ResponseDataInnerOneOf1(type_ string, id string, accessLevel string) *PermissionsListObjectsPost200ResponseDataInnerOneOf1
NewPermissionsListObjectsPost200ResponseDataInnerOneOf1 instantiates a new PermissionsListObjectsPost200ResponseDataInnerOneOf1 object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewPermissionsListObjectsPost200ResponseDataInnerOneOf1WithDefaults ¶
func NewPermissionsListObjectsPost200ResponseDataInnerOneOf1WithDefaults() *PermissionsListObjectsPost200ResponseDataInnerOneOf1
NewPermissionsListObjectsPost200ResponseDataInnerOneOf1WithDefaults instantiates a new PermissionsListObjectsPost200ResponseDataInnerOneOf1 object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*PermissionsListObjectsPost200ResponseDataInnerOneOf1) GetAccessLevel ¶
func (o *PermissionsListObjectsPost200ResponseDataInnerOneOf1) GetAccessLevel() string
GetAccessLevel returns the AccessLevel field value
func (*PermissionsListObjectsPost200ResponseDataInnerOneOf1) GetAccessLevelOk ¶
func (o *PermissionsListObjectsPost200ResponseDataInnerOneOf1) GetAccessLevelOk() (*string, bool)
GetAccessLevelOk returns a tuple with the AccessLevel field value and a boolean to check if the value has been set.
func (*PermissionsListObjectsPost200ResponseDataInnerOneOf1) GetId ¶
func (o *PermissionsListObjectsPost200ResponseDataInnerOneOf1) GetId() string
GetId returns the Id field value
func (*PermissionsListObjectsPost200ResponseDataInnerOneOf1) GetIdOk ¶
func (o *PermissionsListObjectsPost200ResponseDataInnerOneOf1) GetIdOk() (*string, bool)
GetIdOk returns a tuple with the Id field value and a boolean to check if the value has been set.
func (*PermissionsListObjectsPost200ResponseDataInnerOneOf1) GetType ¶
func (o *PermissionsListObjectsPost200ResponseDataInnerOneOf1) GetType() string
GetType returns the Type field value
func (*PermissionsListObjectsPost200ResponseDataInnerOneOf1) GetTypeOk ¶
func (o *PermissionsListObjectsPost200ResponseDataInnerOneOf1) GetTypeOk() (*string, bool)
GetTypeOk returns a tuple with the Type field value and a boolean to check if the value has been set.
func (PermissionsListObjectsPost200ResponseDataInnerOneOf1) MarshalJSON ¶
func (o PermissionsListObjectsPost200ResponseDataInnerOneOf1) MarshalJSON() ([]byte, error)
func (*PermissionsListObjectsPost200ResponseDataInnerOneOf1) SetAccessLevel ¶
func (o *PermissionsListObjectsPost200ResponseDataInnerOneOf1) SetAccessLevel(v string)
SetAccessLevel sets field value
func (*PermissionsListObjectsPost200ResponseDataInnerOneOf1) SetId ¶
func (o *PermissionsListObjectsPost200ResponseDataInnerOneOf1) SetId(v string)
SetId sets field value
func (*PermissionsListObjectsPost200ResponseDataInnerOneOf1) SetType ¶
func (o *PermissionsListObjectsPost200ResponseDataInnerOneOf1) SetType(v string)
SetType sets field value
func (PermissionsListObjectsPost200ResponseDataInnerOneOf1) ToMap ¶
func (o PermissionsListObjectsPost200ResponseDataInnerOneOf1) ToMap() (map[string]interface{}, error)
func (*PermissionsListObjectsPost200ResponseDataInnerOneOf1) UnmarshalJSON ¶
func (o *PermissionsListObjectsPost200ResponseDataInnerOneOf1) UnmarshalJSON(data []byte) (err error)
type PermissionsListObjectsPost200ResponseDataInnerOneOf2 ¶
type PermissionsListObjectsPost200ResponseDataInnerOneOf2 struct {
Type string `json:"type"`
// The uuid or name for the resource.
Id string `json:"id"`
// The access level of the resource
AccessLevel string `json:"access_level"`
AdditionalProperties map[string]interface{}
}
PermissionsListObjectsPost200ResponseDataInnerOneOf2 struct for PermissionsListObjectsPost200ResponseDataInnerOneOf2
func NewPermissionsListObjectsPost200ResponseDataInnerOneOf2 ¶
func NewPermissionsListObjectsPost200ResponseDataInnerOneOf2(type_ string, id string, accessLevel string) *PermissionsListObjectsPost200ResponseDataInnerOneOf2
NewPermissionsListObjectsPost200ResponseDataInnerOneOf2 instantiates a new PermissionsListObjectsPost200ResponseDataInnerOneOf2 object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewPermissionsListObjectsPost200ResponseDataInnerOneOf2WithDefaults ¶
func NewPermissionsListObjectsPost200ResponseDataInnerOneOf2WithDefaults() *PermissionsListObjectsPost200ResponseDataInnerOneOf2
NewPermissionsListObjectsPost200ResponseDataInnerOneOf2WithDefaults instantiates a new PermissionsListObjectsPost200ResponseDataInnerOneOf2 object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*PermissionsListObjectsPost200ResponseDataInnerOneOf2) GetAccessLevel ¶
func (o *PermissionsListObjectsPost200ResponseDataInnerOneOf2) GetAccessLevel() string
GetAccessLevel returns the AccessLevel field value
func (*PermissionsListObjectsPost200ResponseDataInnerOneOf2) GetAccessLevelOk ¶
func (o *PermissionsListObjectsPost200ResponseDataInnerOneOf2) GetAccessLevelOk() (*string, bool)
GetAccessLevelOk returns a tuple with the AccessLevel field value and a boolean to check if the value has been set.
func (*PermissionsListObjectsPost200ResponseDataInnerOneOf2) GetId ¶
func (o *PermissionsListObjectsPost200ResponseDataInnerOneOf2) GetId() string
GetId returns the Id field value
func (*PermissionsListObjectsPost200ResponseDataInnerOneOf2) GetIdOk ¶
func (o *PermissionsListObjectsPost200ResponseDataInnerOneOf2) GetIdOk() (*string, bool)
GetIdOk returns a tuple with the Id field value and a boolean to check if the value has been set.
func (*PermissionsListObjectsPost200ResponseDataInnerOneOf2) GetType ¶
func (o *PermissionsListObjectsPost200ResponseDataInnerOneOf2) GetType() string
GetType returns the Type field value
func (*PermissionsListObjectsPost200ResponseDataInnerOneOf2) GetTypeOk ¶
func (o *PermissionsListObjectsPost200ResponseDataInnerOneOf2) GetTypeOk() (*string, bool)
GetTypeOk returns a tuple with the Type field value and a boolean to check if the value has been set.
func (PermissionsListObjectsPost200ResponseDataInnerOneOf2) MarshalJSON ¶
func (o PermissionsListObjectsPost200ResponseDataInnerOneOf2) MarshalJSON() ([]byte, error)
func (*PermissionsListObjectsPost200ResponseDataInnerOneOf2) SetAccessLevel ¶
func (o *PermissionsListObjectsPost200ResponseDataInnerOneOf2) SetAccessLevel(v string)
SetAccessLevel sets field value
func (*PermissionsListObjectsPost200ResponseDataInnerOneOf2) SetId ¶
func (o *PermissionsListObjectsPost200ResponseDataInnerOneOf2) SetId(v string)
SetId sets field value
func (*PermissionsListObjectsPost200ResponseDataInnerOneOf2) SetType ¶
func (o *PermissionsListObjectsPost200ResponseDataInnerOneOf2) SetType(v string)
SetType sets field value
func (PermissionsListObjectsPost200ResponseDataInnerOneOf2) ToMap ¶
func (o PermissionsListObjectsPost200ResponseDataInnerOneOf2) ToMap() (map[string]interface{}, error)
func (*PermissionsListObjectsPost200ResponseDataInnerOneOf2) UnmarshalJSON ¶
func (o *PermissionsListObjectsPost200ResponseDataInnerOneOf2) UnmarshalJSON(data []byte) (err error)
type PermissionsListObjectsPost200ResponseDataInnerOneOf2Id ¶
type PermissionsListObjectsPost200ResponseDataInnerOneOf2Id struct {
// contains filtered or unexported fields
}
PermissionsListObjectsPost200ResponseDataInnerOneOf2Id The uuid for the resource.
func (PermissionsListObjectsPost200ResponseDataInnerOneOf2Id) MarshalJSON ¶
func (src PermissionsListObjectsPost200ResponseDataInnerOneOf2Id) MarshalJSON() ([]byte, error)
Marshal data from the first non-nil pointers in the struct to JSON
func (*PermissionsListObjectsPost200ResponseDataInnerOneOf2Id) UnmarshalJSON ¶
func (dst *PermissionsListObjectsPost200ResponseDataInnerOneOf2Id) UnmarshalJSON(data []byte) error
Unmarshal JSON data into any of the pointers in the struct
type PermissionsListObjectsPost200ResponseDataInnerOneOf3 ¶
type PermissionsListObjectsPost200ResponseDataInnerOneOf3 struct {
Type string `json:"type"`
// The resource configuration id.
Id string `json:"id"`
// The access level of the resource configuration. Note that the access level in practice of this resource configuration could be different dependent on what the access level of the resource with the same id as the \"name\" of this resource_configuration.
AccessLevel string `json:"access_level"`
AdditionalProperties map[string]interface{}
}
PermissionsListObjectsPost200ResponseDataInnerOneOf3 struct for PermissionsListObjectsPost200ResponseDataInnerOneOf3
func NewPermissionsListObjectsPost200ResponseDataInnerOneOf3 ¶
func NewPermissionsListObjectsPost200ResponseDataInnerOneOf3(type_ string, id string, accessLevel string) *PermissionsListObjectsPost200ResponseDataInnerOneOf3
NewPermissionsListObjectsPost200ResponseDataInnerOneOf3 instantiates a new PermissionsListObjectsPost200ResponseDataInnerOneOf3 object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewPermissionsListObjectsPost200ResponseDataInnerOneOf3WithDefaults ¶
func NewPermissionsListObjectsPost200ResponseDataInnerOneOf3WithDefaults() *PermissionsListObjectsPost200ResponseDataInnerOneOf3
NewPermissionsListObjectsPost200ResponseDataInnerOneOf3WithDefaults instantiates a new PermissionsListObjectsPost200ResponseDataInnerOneOf3 object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*PermissionsListObjectsPost200ResponseDataInnerOneOf3) GetAccessLevel ¶
func (o *PermissionsListObjectsPost200ResponseDataInnerOneOf3) GetAccessLevel() string
GetAccessLevel returns the AccessLevel field value
func (*PermissionsListObjectsPost200ResponseDataInnerOneOf3) GetAccessLevelOk ¶
func (o *PermissionsListObjectsPost200ResponseDataInnerOneOf3) GetAccessLevelOk() (*string, bool)
GetAccessLevelOk returns a tuple with the AccessLevel field value and a boolean to check if the value has been set.
func (*PermissionsListObjectsPost200ResponseDataInnerOneOf3) GetId ¶
func (o *PermissionsListObjectsPost200ResponseDataInnerOneOf3) GetId() string
GetId returns the Id field value
func (*PermissionsListObjectsPost200ResponseDataInnerOneOf3) GetIdOk ¶
func (o *PermissionsListObjectsPost200ResponseDataInnerOneOf3) GetIdOk() (*string, bool)
GetIdOk returns a tuple with the Id field value and a boolean to check if the value has been set.
func (*PermissionsListObjectsPost200ResponseDataInnerOneOf3) GetType ¶
func (o *PermissionsListObjectsPost200ResponseDataInnerOneOf3) GetType() string
GetType returns the Type field value
func (*PermissionsListObjectsPost200ResponseDataInnerOneOf3) GetTypeOk ¶
func (o *PermissionsListObjectsPost200ResponseDataInnerOneOf3) GetTypeOk() (*string, bool)
GetTypeOk returns a tuple with the Type field value and a boolean to check if the value has been set.
func (PermissionsListObjectsPost200ResponseDataInnerOneOf3) MarshalJSON ¶
func (o PermissionsListObjectsPost200ResponseDataInnerOneOf3) MarshalJSON() ([]byte, error)
func (*PermissionsListObjectsPost200ResponseDataInnerOneOf3) SetAccessLevel ¶
func (o *PermissionsListObjectsPost200ResponseDataInnerOneOf3) SetAccessLevel(v string)
SetAccessLevel sets field value
func (*PermissionsListObjectsPost200ResponseDataInnerOneOf3) SetId ¶
func (o *PermissionsListObjectsPost200ResponseDataInnerOneOf3) SetId(v string)
SetId sets field value
func (*PermissionsListObjectsPost200ResponseDataInnerOneOf3) SetType ¶
func (o *PermissionsListObjectsPost200ResponseDataInnerOneOf3) SetType(v string)
SetType sets field value
func (PermissionsListObjectsPost200ResponseDataInnerOneOf3) ToMap ¶
func (o PermissionsListObjectsPost200ResponseDataInnerOneOf3) ToMap() (map[string]interface{}, error)
func (*PermissionsListObjectsPost200ResponseDataInnerOneOf3) UnmarshalJSON ¶
func (o *PermissionsListObjectsPost200ResponseDataInnerOneOf3) UnmarshalJSON(data []byte) (err error)
type PermissionsListObjectsPostRequest ¶
type PermissionsListObjectsPostRequest struct {
Subject PermissionsListObjectsPostRequestSubject `json:"subject"`
ObjectType string `json:"object_type"`
IncludeInheritedAccess *bool `json:"include_inherited_access,omitempty"`
}
PermissionsListObjectsPostRequest struct for PermissionsListObjectsPostRequest
func NewPermissionsListObjectsPostRequest ¶
func NewPermissionsListObjectsPostRequest(subject PermissionsListObjectsPostRequestSubject, objectType string) *PermissionsListObjectsPostRequest
NewPermissionsListObjectsPostRequest instantiates a new PermissionsListObjectsPostRequest object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewPermissionsListObjectsPostRequestWithDefaults ¶
func NewPermissionsListObjectsPostRequestWithDefaults() *PermissionsListObjectsPostRequest
NewPermissionsListObjectsPostRequestWithDefaults instantiates a new PermissionsListObjectsPostRequest object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*PermissionsListObjectsPostRequest) GetIncludeInheritedAccess ¶ added in v1.0.0
func (o *PermissionsListObjectsPostRequest) GetIncludeInheritedAccess() bool
GetIncludeInheritedAccess returns the IncludeInheritedAccess field value if set, zero value otherwise.
func (*PermissionsListObjectsPostRequest) GetIncludeInheritedAccessOk ¶ added in v1.0.0
func (o *PermissionsListObjectsPostRequest) GetIncludeInheritedAccessOk() (*bool, bool)
GetIncludeInheritedAccessOk returns a tuple with the IncludeInheritedAccess field value if set, nil otherwise and a boolean to check if the value has been set.
func (*PermissionsListObjectsPostRequest) GetObjectType ¶
func (o *PermissionsListObjectsPostRequest) GetObjectType() string
GetObjectType returns the ObjectType field value
func (*PermissionsListObjectsPostRequest) GetObjectTypeOk ¶
func (o *PermissionsListObjectsPostRequest) GetObjectTypeOk() (*string, bool)
GetObjectTypeOk returns a tuple with the ObjectType field value and a boolean to check if the value has been set.
func (*PermissionsListObjectsPostRequest) GetSubject ¶
func (o *PermissionsListObjectsPostRequest) GetSubject() PermissionsListObjectsPostRequestSubject
GetSubject returns the Subject field value
func (*PermissionsListObjectsPostRequest) GetSubjectOk ¶
func (o *PermissionsListObjectsPostRequest) GetSubjectOk() (*PermissionsListObjectsPostRequestSubject, bool)
GetSubjectOk returns a tuple with the Subject field value and a boolean to check if the value has been set.
func (*PermissionsListObjectsPostRequest) HasIncludeInheritedAccess ¶ added in v1.0.0
func (o *PermissionsListObjectsPostRequest) HasIncludeInheritedAccess() bool
HasIncludeInheritedAccess returns a boolean if a field has been set.
func (PermissionsListObjectsPostRequest) MarshalJSON ¶
func (o PermissionsListObjectsPostRequest) MarshalJSON() ([]byte, error)
func (*PermissionsListObjectsPostRequest) SetIncludeInheritedAccess ¶ added in v1.0.0
func (o *PermissionsListObjectsPostRequest) SetIncludeInheritedAccess(v bool)
SetIncludeInheritedAccess gets a reference to the given bool and assigns it to the IncludeInheritedAccess field.
func (*PermissionsListObjectsPostRequest) SetObjectType ¶
func (o *PermissionsListObjectsPostRequest) SetObjectType(v string)
SetObjectType sets field value
func (*PermissionsListObjectsPostRequest) SetSubject ¶
func (o *PermissionsListObjectsPostRequest) SetSubject(v PermissionsListObjectsPostRequestSubject)
SetSubject sets field value
func (PermissionsListObjectsPostRequest) ToMap ¶
func (o PermissionsListObjectsPostRequest) ToMap() (map[string]interface{}, error)
func (*PermissionsListObjectsPostRequest) UnmarshalJSON ¶
func (o *PermissionsListObjectsPostRequest) UnmarshalJSON(data []byte) (err error)
type PermissionsListObjectsPostRequestSubject ¶
PermissionsListObjectsPostRequestSubject - struct for PermissionsListObjectsPostRequestSubject
func GroupAsPermissionsListObjectsPostRequestSubject ¶ added in v1.0.0
func GroupAsPermissionsListObjectsPostRequestSubject(v *Group) PermissionsListObjectsPostRequestSubject
GroupAsPermissionsListObjectsPostRequestSubject is a convenience function that returns Group wrapped in PermissionsListObjectsPostRequestSubject
func UserAsPermissionsListObjectsPostRequestSubject ¶ added in v1.0.0
func UserAsPermissionsListObjectsPostRequestSubject(v *User) PermissionsListObjectsPostRequestSubject
UserAsPermissionsListObjectsPostRequestSubject is a convenience function that returns User wrapped in PermissionsListObjectsPostRequestSubject
func (*PermissionsListObjectsPostRequestSubject) GetActualInstance ¶
func (obj *PermissionsListObjectsPostRequestSubject) GetActualInstance() interface{}
Get the actual instance
func (PermissionsListObjectsPostRequestSubject) MarshalJSON ¶
func (src PermissionsListObjectsPostRequestSubject) MarshalJSON() ([]byte, error)
Marshal data from the first non-nil pointers in the struct to JSON
func (*PermissionsListObjectsPostRequestSubject) UnmarshalJSON ¶
func (dst *PermissionsListObjectsPostRequestSubject) UnmarshalJSON(data []byte) error
Unmarshal JSON data into one of the pointers in the struct
type PermissionsListObjectsPostRequestSubjectOneOf ¶
type PermissionsListObjectsPostRequestSubjectOneOf struct {
Type string `json:"type"`
// The ID number of the group
Id NullableFloat32 `json:"id"`
}
PermissionsListObjectsPostRequestSubjectOneOf struct for PermissionsListObjectsPostRequestSubjectOneOf
func NewPermissionsListObjectsPostRequestSubjectOneOf ¶
func NewPermissionsListObjectsPostRequestSubjectOneOf(type_ string, id NullableFloat32) *PermissionsListObjectsPostRequestSubjectOneOf
NewPermissionsListObjectsPostRequestSubjectOneOf instantiates a new PermissionsListObjectsPostRequestSubjectOneOf object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewPermissionsListObjectsPostRequestSubjectOneOfWithDefaults ¶
func NewPermissionsListObjectsPostRequestSubjectOneOfWithDefaults() *PermissionsListObjectsPostRequestSubjectOneOf
NewPermissionsListObjectsPostRequestSubjectOneOfWithDefaults instantiates a new PermissionsListObjectsPostRequestSubjectOneOf object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*PermissionsListObjectsPostRequestSubjectOneOf) GetId ¶
func (o *PermissionsListObjectsPostRequestSubjectOneOf) GetId() float32
GetId returns the Id field value If the value is explicit nil, the zero value for float32 will be returned
func (*PermissionsListObjectsPostRequestSubjectOneOf) GetIdOk ¶
func (o *PermissionsListObjectsPostRequestSubjectOneOf) GetIdOk() (*float32, bool)
GetIdOk returns a tuple with the Id 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 (*PermissionsListObjectsPostRequestSubjectOneOf) GetType ¶
func (o *PermissionsListObjectsPostRequestSubjectOneOf) GetType() string
GetType returns the Type field value
func (*PermissionsListObjectsPostRequestSubjectOneOf) GetTypeOk ¶
func (o *PermissionsListObjectsPostRequestSubjectOneOf) GetTypeOk() (*string, bool)
GetTypeOk returns a tuple with the Type field value and a boolean to check if the value has been set.
func (PermissionsListObjectsPostRequestSubjectOneOf) MarshalJSON ¶
func (o PermissionsListObjectsPostRequestSubjectOneOf) MarshalJSON() ([]byte, error)
func (*PermissionsListObjectsPostRequestSubjectOneOf) SetId ¶
func (o *PermissionsListObjectsPostRequestSubjectOneOf) SetId(v float32)
SetId sets field value
func (*PermissionsListObjectsPostRequestSubjectOneOf) SetType ¶
func (o *PermissionsListObjectsPostRequestSubjectOneOf) SetType(v string)
SetType sets field value
func (PermissionsListObjectsPostRequestSubjectOneOf) ToMap ¶
func (o PermissionsListObjectsPostRequestSubjectOneOf) ToMap() (map[string]interface{}, error)
func (*PermissionsListObjectsPostRequestSubjectOneOf) UnmarshalJSON ¶
func (o *PermissionsListObjectsPostRequestSubjectOneOf) UnmarshalJSON(data []byte) (err error)
type PermissionsListObjectsPostRequestSubjectOneOf1 ¶
type PermissionsListObjectsPostRequestSubjectOneOf1 struct {
Type string `json:"type"`
Id string `json:"id"`
}
PermissionsListObjectsPostRequestSubjectOneOf1 struct for PermissionsListObjectsPostRequestSubjectOneOf1
func NewPermissionsListObjectsPostRequestSubjectOneOf1 ¶
func NewPermissionsListObjectsPostRequestSubjectOneOf1(type_ string, id string) *PermissionsListObjectsPostRequestSubjectOneOf1
NewPermissionsListObjectsPostRequestSubjectOneOf1 instantiates a new PermissionsListObjectsPostRequestSubjectOneOf1 object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewPermissionsListObjectsPostRequestSubjectOneOf1WithDefaults ¶
func NewPermissionsListObjectsPostRequestSubjectOneOf1WithDefaults() *PermissionsListObjectsPostRequestSubjectOneOf1
NewPermissionsListObjectsPostRequestSubjectOneOf1WithDefaults instantiates a new PermissionsListObjectsPostRequestSubjectOneOf1 object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*PermissionsListObjectsPostRequestSubjectOneOf1) GetId ¶
func (o *PermissionsListObjectsPostRequestSubjectOneOf1) GetId() string
GetId returns the Id field value
func (*PermissionsListObjectsPostRequestSubjectOneOf1) GetIdOk ¶
func (o *PermissionsListObjectsPostRequestSubjectOneOf1) GetIdOk() (*string, bool)
GetIdOk returns a tuple with the Id field value and a boolean to check if the value has been set.
func (*PermissionsListObjectsPostRequestSubjectOneOf1) GetType ¶
func (o *PermissionsListObjectsPostRequestSubjectOneOf1) GetType() string
GetType returns the Type field value
func (*PermissionsListObjectsPostRequestSubjectOneOf1) GetTypeOk ¶
func (o *PermissionsListObjectsPostRequestSubjectOneOf1) GetTypeOk() (*string, bool)
GetTypeOk returns a tuple with the Type field value and a boolean to check if the value has been set.
func (PermissionsListObjectsPostRequestSubjectOneOf1) MarshalJSON ¶
func (o PermissionsListObjectsPostRequestSubjectOneOf1) MarshalJSON() ([]byte, error)
func (*PermissionsListObjectsPostRequestSubjectOneOf1) SetId ¶
func (o *PermissionsListObjectsPostRequestSubjectOneOf1) SetId(v string)
SetId sets field value
func (*PermissionsListObjectsPostRequestSubjectOneOf1) SetType ¶
func (o *PermissionsListObjectsPostRequestSubjectOneOf1) SetType(v string)
SetType sets field value
func (PermissionsListObjectsPostRequestSubjectOneOf1) ToMap ¶
func (o PermissionsListObjectsPostRequestSubjectOneOf1) ToMap() (map[string]interface{}, error)
func (*PermissionsListObjectsPostRequestSubjectOneOf1) UnmarshalJSON ¶
func (o *PermissionsListObjectsPostRequestSubjectOneOf1) UnmarshalJSON(data []byte) (err error)
type PermissionsRevokePost200Response ¶
type PermissionsRevokePost200Response struct {
// API request succeeded
Success bool `json:"success"`
// An array of requested items
Data []PermissionsRevokePost200ResponseDataInner `json:"data"`
// Total number of items in the response
TotalCount float32 `json:"total_count"`
// A token to retrieve the next page of items in the collection
NextToken NullableString `json:"next_token"`
// Whether there are more items in the collection
HasMore bool `json:"has_more"`
AdditionalProperties map[string]interface{}
}
PermissionsRevokePost200Response struct for PermissionsRevokePost200Response
func NewPermissionsRevokePost200Response ¶
func NewPermissionsRevokePost200Response(success bool, data []PermissionsRevokePost200ResponseDataInner, totalCount float32, nextToken NullableString, hasMore bool) *PermissionsRevokePost200Response
NewPermissionsRevokePost200Response instantiates a new PermissionsRevokePost200Response object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewPermissionsRevokePost200ResponseWithDefaults ¶
func NewPermissionsRevokePost200ResponseWithDefaults() *PermissionsRevokePost200Response
NewPermissionsRevokePost200ResponseWithDefaults instantiates a new PermissionsRevokePost200Response object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*PermissionsRevokePost200Response) GetData ¶
func (o *PermissionsRevokePost200Response) GetData() []PermissionsRevokePost200ResponseDataInner
GetData returns the Data field value
func (*PermissionsRevokePost200Response) GetDataOk ¶
func (o *PermissionsRevokePost200Response) GetDataOk() ([]PermissionsRevokePost200ResponseDataInner, bool)
GetDataOk returns a tuple with the Data field value and a boolean to check if the value has been set.
func (*PermissionsRevokePost200Response) GetHasMore ¶
func (o *PermissionsRevokePost200Response) GetHasMore() bool
GetHasMore returns the HasMore field value
func (*PermissionsRevokePost200Response) GetHasMoreOk ¶
func (o *PermissionsRevokePost200Response) GetHasMoreOk() (*bool, bool)
GetHasMoreOk returns a tuple with the HasMore field value and a boolean to check if the value has been set.
func (*PermissionsRevokePost200Response) GetNextToken ¶
func (o *PermissionsRevokePost200Response) GetNextToken() string
GetNextToken returns the NextToken field value If the value is explicit nil, the zero value for string will be returned
func (*PermissionsRevokePost200Response) GetNextTokenOk ¶
func (o *PermissionsRevokePost200Response) GetNextTokenOk() (*string, bool)
GetNextTokenOk returns a tuple with the NextToken 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 (*PermissionsRevokePost200Response) GetSuccess ¶
func (o *PermissionsRevokePost200Response) GetSuccess() bool
GetSuccess returns the Success field value
func (*PermissionsRevokePost200Response) GetSuccessOk ¶
func (o *PermissionsRevokePost200Response) GetSuccessOk() (*bool, bool)
GetSuccessOk returns a tuple with the Success field value and a boolean to check if the value has been set.
func (*PermissionsRevokePost200Response) GetTotalCount ¶
func (o *PermissionsRevokePost200Response) GetTotalCount() float32
GetTotalCount returns the TotalCount field value
func (*PermissionsRevokePost200Response) GetTotalCountOk ¶
func (o *PermissionsRevokePost200Response) GetTotalCountOk() (*float32, bool)
GetTotalCountOk returns a tuple with the TotalCount field value and a boolean to check if the value has been set.
func (PermissionsRevokePost200Response) MarshalJSON ¶
func (o PermissionsRevokePost200Response) MarshalJSON() ([]byte, error)
func (*PermissionsRevokePost200Response) SetData ¶
func (o *PermissionsRevokePost200Response) SetData(v []PermissionsRevokePost200ResponseDataInner)
SetData sets field value
func (*PermissionsRevokePost200Response) SetHasMore ¶
func (o *PermissionsRevokePost200Response) SetHasMore(v bool)
SetHasMore sets field value
func (*PermissionsRevokePost200Response) SetNextToken ¶
func (o *PermissionsRevokePost200Response) SetNextToken(v string)
SetNextToken sets field value
func (*PermissionsRevokePost200Response) SetSuccess ¶
func (o *PermissionsRevokePost200Response) SetSuccess(v bool)
SetSuccess sets field value
func (*PermissionsRevokePost200Response) SetTotalCount ¶
func (o *PermissionsRevokePost200Response) SetTotalCount(v float32)
SetTotalCount sets field value
func (PermissionsRevokePost200Response) ToMap ¶
func (o PermissionsRevokePost200Response) ToMap() (map[string]interface{}, error)
func (*PermissionsRevokePost200Response) UnmarshalJSON ¶
func (o *PermissionsRevokePost200Response) UnmarshalJSON(data []byte) (err error)
type PermissionsRevokePost200ResponseDataInner ¶
type PermissionsRevokePost200ResponseDataInner = PermissionsListObjectsPost200ResponseDataInner
PermissionsRevokePost200ResponseDataInner - Type alias for permission object The OpenAPI Generator doesn't always create separate types for identical anyOf structures in different endpoints. Since grant, revoke, and listObjects all return the same permission object structure, we alias to the generated type.
type PermissionsRevokePost200ResponseDataInnerAnyOf ¶ added in v0.1.1
type PermissionsRevokePost200ResponseDataInnerAnyOf struct {
Type string `json:"type"`
// The id of the folder
Id string `json:"id"`
// The access level of the folder
AccessLevel string `json:"access_level"`
AdditionalProperties map[string]interface{}
}
PermissionsRevokePost200ResponseDataInnerAnyOf struct for PermissionsRevokePost200ResponseDataInnerAnyOf
func NewPermissionsRevokePost200ResponseDataInnerAnyOf ¶ added in v0.1.1
func NewPermissionsRevokePost200ResponseDataInnerAnyOf(type_ string, id string, accessLevel string) *PermissionsRevokePost200ResponseDataInnerAnyOf
NewPermissionsRevokePost200ResponseDataInnerAnyOf instantiates a new PermissionsRevokePost200ResponseDataInnerAnyOf object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewPermissionsRevokePost200ResponseDataInnerAnyOfWithDefaults ¶ added in v0.1.1
func NewPermissionsRevokePost200ResponseDataInnerAnyOfWithDefaults() *PermissionsRevokePost200ResponseDataInnerAnyOf
NewPermissionsRevokePost200ResponseDataInnerAnyOfWithDefaults instantiates a new PermissionsRevokePost200ResponseDataInnerAnyOf object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*PermissionsRevokePost200ResponseDataInnerAnyOf) GetAccessLevel ¶ added in v0.1.1
func (o *PermissionsRevokePost200ResponseDataInnerAnyOf) GetAccessLevel() string
GetAccessLevel returns the AccessLevel field value
func (*PermissionsRevokePost200ResponseDataInnerAnyOf) GetAccessLevelOk ¶ added in v0.1.1
func (o *PermissionsRevokePost200ResponseDataInnerAnyOf) GetAccessLevelOk() (*string, bool)
GetAccessLevelOk returns a tuple with the AccessLevel field value and a boolean to check if the value has been set.
func (*PermissionsRevokePost200ResponseDataInnerAnyOf) GetId ¶ added in v0.1.1
func (o *PermissionsRevokePost200ResponseDataInnerAnyOf) GetId() string
GetId returns the Id field value
func (*PermissionsRevokePost200ResponseDataInnerAnyOf) GetIdOk ¶ added in v0.1.1
func (o *PermissionsRevokePost200ResponseDataInnerAnyOf) GetIdOk() (*string, bool)
GetIdOk returns a tuple with the Id field value and a boolean to check if the value has been set.
func (*PermissionsRevokePost200ResponseDataInnerAnyOf) GetType ¶ added in v0.1.1
func (o *PermissionsRevokePost200ResponseDataInnerAnyOf) GetType() string
GetType returns the Type field value
func (*PermissionsRevokePost200ResponseDataInnerAnyOf) GetTypeOk ¶ added in v0.1.1
func (o *PermissionsRevokePost200ResponseDataInnerAnyOf) GetTypeOk() (*string, bool)
GetTypeOk returns a tuple with the Type field value and a boolean to check if the value has been set.
func (PermissionsRevokePost200ResponseDataInnerAnyOf) MarshalJSON ¶ added in v0.1.1
func (o PermissionsRevokePost200ResponseDataInnerAnyOf) MarshalJSON() ([]byte, error)
func (*PermissionsRevokePost200ResponseDataInnerAnyOf) SetAccessLevel ¶ added in v0.1.1
func (o *PermissionsRevokePost200ResponseDataInnerAnyOf) SetAccessLevel(v string)
SetAccessLevel sets field value
func (*PermissionsRevokePost200ResponseDataInnerAnyOf) SetId ¶ added in v0.1.1
func (o *PermissionsRevokePost200ResponseDataInnerAnyOf) SetId(v string)
SetId sets field value
func (*PermissionsRevokePost200ResponseDataInnerAnyOf) SetType ¶ added in v0.1.1
func (o *PermissionsRevokePost200ResponseDataInnerAnyOf) SetType(v string)
SetType sets field value
func (PermissionsRevokePost200ResponseDataInnerAnyOf) ToMap ¶ added in v0.1.1
func (o PermissionsRevokePost200ResponseDataInnerAnyOf) ToMap() (map[string]interface{}, error)
func (*PermissionsRevokePost200ResponseDataInnerAnyOf) UnmarshalJSON ¶ added in v0.1.1
func (o *PermissionsRevokePost200ResponseDataInnerAnyOf) UnmarshalJSON(data []byte) (err error)
type PermissionsRevokePost200ResponseDataInnerAnyOf1 ¶ added in v0.1.1
type PermissionsRevokePost200ResponseDataInnerAnyOf1 struct {
Type string `json:"type"`
// The app ID.
Id string `json:"id"`
// The access level of the app
AccessLevel string `json:"access_level"`
AdditionalProperties map[string]interface{}
}
PermissionsRevokePost200ResponseDataInnerAnyOf1 struct for PermissionsRevokePost200ResponseDataInnerAnyOf1
func NewPermissionsRevokePost200ResponseDataInnerAnyOf1 ¶ added in v0.1.1
func NewPermissionsRevokePost200ResponseDataInnerAnyOf1(type_ string, id string, accessLevel string) *PermissionsRevokePost200ResponseDataInnerAnyOf1
NewPermissionsRevokePost200ResponseDataInnerAnyOf1 instantiates a new PermissionsRevokePost200ResponseDataInnerAnyOf1 object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewPermissionsRevokePost200ResponseDataInnerAnyOf1WithDefaults ¶ added in v0.1.1
func NewPermissionsRevokePost200ResponseDataInnerAnyOf1WithDefaults() *PermissionsRevokePost200ResponseDataInnerAnyOf1
NewPermissionsRevokePost200ResponseDataInnerAnyOf1WithDefaults instantiates a new PermissionsRevokePost200ResponseDataInnerAnyOf1 object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*PermissionsRevokePost200ResponseDataInnerAnyOf1) GetAccessLevel ¶ added in v0.1.1
func (o *PermissionsRevokePost200ResponseDataInnerAnyOf1) GetAccessLevel() string
GetAccessLevel returns the AccessLevel field value
func (*PermissionsRevokePost200ResponseDataInnerAnyOf1) GetAccessLevelOk ¶ added in v0.1.1
func (o *PermissionsRevokePost200ResponseDataInnerAnyOf1) GetAccessLevelOk() (*string, bool)
GetAccessLevelOk returns a tuple with the AccessLevel field value and a boolean to check if the value has been set.
func (*PermissionsRevokePost200ResponseDataInnerAnyOf1) GetId ¶ added in v0.1.1
func (o *PermissionsRevokePost200ResponseDataInnerAnyOf1) GetId() string
GetId returns the Id field value
func (*PermissionsRevokePost200ResponseDataInnerAnyOf1) GetIdOk ¶ added in v0.1.1
func (o *PermissionsRevokePost200ResponseDataInnerAnyOf1) GetIdOk() (*string, bool)
GetIdOk returns a tuple with the Id field value and a boolean to check if the value has been set.
func (*PermissionsRevokePost200ResponseDataInnerAnyOf1) GetType ¶ added in v0.1.1
func (o *PermissionsRevokePost200ResponseDataInnerAnyOf1) GetType() string
GetType returns the Type field value
func (*PermissionsRevokePost200ResponseDataInnerAnyOf1) GetTypeOk ¶ added in v0.1.1
func (o *PermissionsRevokePost200ResponseDataInnerAnyOf1) GetTypeOk() (*string, bool)
GetTypeOk returns a tuple with the Type field value and a boolean to check if the value has been set.
func (PermissionsRevokePost200ResponseDataInnerAnyOf1) MarshalJSON ¶ added in v0.1.1
func (o PermissionsRevokePost200ResponseDataInnerAnyOf1) MarshalJSON() ([]byte, error)
func (*PermissionsRevokePost200ResponseDataInnerAnyOf1) SetAccessLevel ¶ added in v0.1.1
func (o *PermissionsRevokePost200ResponseDataInnerAnyOf1) SetAccessLevel(v string)
SetAccessLevel sets field value
func (*PermissionsRevokePost200ResponseDataInnerAnyOf1) SetId ¶ added in v0.1.1
func (o *PermissionsRevokePost200ResponseDataInnerAnyOf1) SetId(v string)
SetId sets field value
func (*PermissionsRevokePost200ResponseDataInnerAnyOf1) SetType ¶ added in v0.1.1
func (o *PermissionsRevokePost200ResponseDataInnerAnyOf1) SetType(v string)
SetType sets field value
func (PermissionsRevokePost200ResponseDataInnerAnyOf1) ToMap ¶ added in v0.1.1
func (o PermissionsRevokePost200ResponseDataInnerAnyOf1) ToMap() (map[string]interface{}, error)
func (*PermissionsRevokePost200ResponseDataInnerAnyOf1) UnmarshalJSON ¶ added in v0.1.1
func (o *PermissionsRevokePost200ResponseDataInnerAnyOf1) UnmarshalJSON(data []byte) (err error)
type PermissionsRevokePost200ResponseDataInnerOneOf ¶
type PermissionsRevokePost200ResponseDataInnerOneOf struct {
Type string `json:"type"`
// The id of the folder
Id string `json:"id"`
// The access level of the folder
AccessLevel string `json:"access_level"`
AdditionalProperties map[string]interface{}
}
PermissionsRevokePost200ResponseDataInnerOneOf struct for PermissionsRevokePost200ResponseDataInnerOneOf
func NewPermissionsRevokePost200ResponseDataInnerOneOf ¶
func NewPermissionsRevokePost200ResponseDataInnerOneOf(type_ string, id string, accessLevel string) *PermissionsRevokePost200ResponseDataInnerOneOf
NewPermissionsRevokePost200ResponseDataInnerOneOf instantiates a new PermissionsRevokePost200ResponseDataInnerOneOf object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewPermissionsRevokePost200ResponseDataInnerOneOfWithDefaults ¶
func NewPermissionsRevokePost200ResponseDataInnerOneOfWithDefaults() *PermissionsRevokePost200ResponseDataInnerOneOf
NewPermissionsRevokePost200ResponseDataInnerOneOfWithDefaults instantiates a new PermissionsRevokePost200ResponseDataInnerOneOf object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*PermissionsRevokePost200ResponseDataInnerOneOf) GetAccessLevel ¶
func (o *PermissionsRevokePost200ResponseDataInnerOneOf) GetAccessLevel() string
GetAccessLevel returns the AccessLevel field value
func (*PermissionsRevokePost200ResponseDataInnerOneOf) GetAccessLevelOk ¶
func (o *PermissionsRevokePost200ResponseDataInnerOneOf) GetAccessLevelOk() (*string, bool)
GetAccessLevelOk returns a tuple with the AccessLevel field value and a boolean to check if the value has been set.
func (*PermissionsRevokePost200ResponseDataInnerOneOf) GetId ¶
func (o *PermissionsRevokePost200ResponseDataInnerOneOf) GetId() string
GetId returns the Id field value
func (*PermissionsRevokePost200ResponseDataInnerOneOf) GetIdOk ¶
func (o *PermissionsRevokePost200ResponseDataInnerOneOf) GetIdOk() (*string, bool)
GetIdOk returns a tuple with the Id field value and a boolean to check if the value has been set.
func (*PermissionsRevokePost200ResponseDataInnerOneOf) GetType ¶
func (o *PermissionsRevokePost200ResponseDataInnerOneOf) GetType() string
GetType returns the Type field value
func (*PermissionsRevokePost200ResponseDataInnerOneOf) GetTypeOk ¶
func (o *PermissionsRevokePost200ResponseDataInnerOneOf) GetTypeOk() (*string, bool)
GetTypeOk returns a tuple with the Type field value and a boolean to check if the value has been set.
func (PermissionsRevokePost200ResponseDataInnerOneOf) MarshalJSON ¶
func (o PermissionsRevokePost200ResponseDataInnerOneOf) MarshalJSON() ([]byte, error)
func (*PermissionsRevokePost200ResponseDataInnerOneOf) SetAccessLevel ¶
func (o *PermissionsRevokePost200ResponseDataInnerOneOf) SetAccessLevel(v string)
SetAccessLevel sets field value
func (*PermissionsRevokePost200ResponseDataInnerOneOf) SetId ¶
func (o *PermissionsRevokePost200ResponseDataInnerOneOf) SetId(v string)
SetId sets field value
func (*PermissionsRevokePost200ResponseDataInnerOneOf) SetType ¶
func (o *PermissionsRevokePost200ResponseDataInnerOneOf) SetType(v string)
SetType sets field value
func (PermissionsRevokePost200ResponseDataInnerOneOf) ToMap ¶
func (o PermissionsRevokePost200ResponseDataInnerOneOf) ToMap() (map[string]interface{}, error)
func (*PermissionsRevokePost200ResponseDataInnerOneOf) UnmarshalJSON ¶
func (o *PermissionsRevokePost200ResponseDataInnerOneOf) UnmarshalJSON(data []byte) (err error)
type PermissionsRevokePost200ResponseDataInnerOneOf1 ¶
type PermissionsRevokePost200ResponseDataInnerOneOf1 struct {
Type string `json:"type"`
// The app ID.
Id string `json:"id"`
// The access level of the app
AccessLevel string `json:"access_level"`
AdditionalProperties map[string]interface{}
}
PermissionsRevokePost200ResponseDataInnerOneOf1 struct for PermissionsRevokePost200ResponseDataInnerOneOf1
func NewPermissionsRevokePost200ResponseDataInnerOneOf1 ¶
func NewPermissionsRevokePost200ResponseDataInnerOneOf1(type_ string, id string, accessLevel string) *PermissionsRevokePost200ResponseDataInnerOneOf1
NewPermissionsRevokePost200ResponseDataInnerOneOf1 instantiates a new PermissionsRevokePost200ResponseDataInnerOneOf1 object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewPermissionsRevokePost200ResponseDataInnerOneOf1WithDefaults ¶
func NewPermissionsRevokePost200ResponseDataInnerOneOf1WithDefaults() *PermissionsRevokePost200ResponseDataInnerOneOf1
NewPermissionsRevokePost200ResponseDataInnerOneOf1WithDefaults instantiates a new PermissionsRevokePost200ResponseDataInnerOneOf1 object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*PermissionsRevokePost200ResponseDataInnerOneOf1) GetAccessLevel ¶
func (o *PermissionsRevokePost200ResponseDataInnerOneOf1) GetAccessLevel() string
GetAccessLevel returns the AccessLevel field value
func (*PermissionsRevokePost200ResponseDataInnerOneOf1) GetAccessLevelOk ¶
func (o *PermissionsRevokePost200ResponseDataInnerOneOf1) GetAccessLevelOk() (*string, bool)
GetAccessLevelOk returns a tuple with the AccessLevel field value and a boolean to check if the value has been set.
func (*PermissionsRevokePost200ResponseDataInnerOneOf1) GetId ¶
func (o *PermissionsRevokePost200ResponseDataInnerOneOf1) GetId() string
GetId returns the Id field value
func (*PermissionsRevokePost200ResponseDataInnerOneOf1) GetIdOk ¶
func (o *PermissionsRevokePost200ResponseDataInnerOneOf1) GetIdOk() (*string, bool)
GetIdOk returns a tuple with the Id field value and a boolean to check if the value has been set.
func (*PermissionsRevokePost200ResponseDataInnerOneOf1) GetType ¶
func (o *PermissionsRevokePost200ResponseDataInnerOneOf1) GetType() string
GetType returns the Type field value
func (*PermissionsRevokePost200ResponseDataInnerOneOf1) GetTypeOk ¶
func (o *PermissionsRevokePost200ResponseDataInnerOneOf1) GetTypeOk() (*string, bool)
GetTypeOk returns a tuple with the Type field value and a boolean to check if the value has been set.
func (PermissionsRevokePost200ResponseDataInnerOneOf1) MarshalJSON ¶
func (o PermissionsRevokePost200ResponseDataInnerOneOf1) MarshalJSON() ([]byte, error)
func (*PermissionsRevokePost200ResponseDataInnerOneOf1) SetAccessLevel ¶
func (o *PermissionsRevokePost200ResponseDataInnerOneOf1) SetAccessLevel(v string)
SetAccessLevel sets field value
func (*PermissionsRevokePost200ResponseDataInnerOneOf1) SetId ¶
func (o *PermissionsRevokePost200ResponseDataInnerOneOf1) SetId(v string)
SetId sets field value
func (*PermissionsRevokePost200ResponseDataInnerOneOf1) SetType ¶
func (o *PermissionsRevokePost200ResponseDataInnerOneOf1) SetType(v string)
SetType sets field value
func (PermissionsRevokePost200ResponseDataInnerOneOf1) ToMap ¶
func (o PermissionsRevokePost200ResponseDataInnerOneOf1) ToMap() (map[string]interface{}, error)
func (*PermissionsRevokePost200ResponseDataInnerOneOf1) UnmarshalJSON ¶
func (o *PermissionsRevokePost200ResponseDataInnerOneOf1) UnmarshalJSON(data []byte) (err error)
type PermissionsRevokePostRequest ¶
type PermissionsRevokePostRequest struct {
Subject PermissionsListObjectsPostRequestSubject `json:"subject"`
Object PermissionsGrantPostRequestObject `json:"object"`
}
PermissionsRevokePostRequest struct for PermissionsRevokePostRequest
func NewPermissionsRevokePostRequest ¶
func NewPermissionsRevokePostRequest(subject PermissionsListObjectsPostRequestSubject, object PermissionsGrantPostRequestObject) *PermissionsRevokePostRequest
NewPermissionsRevokePostRequest instantiates a new PermissionsRevokePostRequest object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewPermissionsRevokePostRequestWithDefaults ¶
func NewPermissionsRevokePostRequestWithDefaults() *PermissionsRevokePostRequest
NewPermissionsRevokePostRequestWithDefaults instantiates a new PermissionsRevokePostRequest object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*PermissionsRevokePostRequest) GetObject ¶
func (o *PermissionsRevokePostRequest) GetObject() PermissionsGrantPostRequestObject
GetObject returns the Object field value
func (*PermissionsRevokePostRequest) GetObjectOk ¶
func (o *PermissionsRevokePostRequest) GetObjectOk() (*PermissionsGrantPostRequestObject, bool)
GetObjectOk returns a tuple with the Object field value and a boolean to check if the value has been set.
func (*PermissionsRevokePostRequest) GetSubject ¶
func (o *PermissionsRevokePostRequest) GetSubject() PermissionsListObjectsPostRequestSubject
GetSubject returns the Subject field value
func (*PermissionsRevokePostRequest) GetSubjectOk ¶
func (o *PermissionsRevokePostRequest) GetSubjectOk() (*PermissionsListObjectsPostRequestSubject, bool)
GetSubjectOk returns a tuple with the Subject field value and a boolean to check if the value has been set.
func (PermissionsRevokePostRequest) MarshalJSON ¶
func (o PermissionsRevokePostRequest) MarshalJSON() ([]byte, error)
func (*PermissionsRevokePostRequest) SetObject ¶
func (o *PermissionsRevokePostRequest) SetObject(v PermissionsGrantPostRequestObject)
SetObject sets field value
func (*PermissionsRevokePostRequest) SetSubject ¶
func (o *PermissionsRevokePostRequest) SetSubject(v PermissionsListObjectsPostRequestSubject)
SetSubject sets field value
func (PermissionsRevokePostRequest) ToMap ¶
func (o PermissionsRevokePostRequest) ToMap() (map[string]interface{}, error)
func (*PermissionsRevokePostRequest) UnmarshalJSON ¶
func (o *PermissionsRevokePostRequest) UnmarshalJSON(data []byte) (err error)
type PostgresOptions ¶
type PostgresOptions struct {
DatabaseOptions PostgresOptionsDatabaseOptions `json:"database_options"`
}
PostgresOptions struct for PostgresOptions
func NewPostgresOptions ¶
func NewPostgresOptions(databaseOptions PostgresOptionsDatabaseOptions) *PostgresOptions
NewPostgresOptions instantiates a new PostgresOptions object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewPostgresOptionsWithDefaults ¶
func NewPostgresOptionsWithDefaults() *PostgresOptions
NewPostgresOptionsWithDefaults instantiates a new PostgresOptions object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*PostgresOptions) GetDatabaseOptions ¶
func (o *PostgresOptions) GetDatabaseOptions() PostgresOptionsDatabaseOptions
GetDatabaseOptions returns the DatabaseOptions field value
func (*PostgresOptions) GetDatabaseOptionsOk ¶
func (o *PostgresOptions) GetDatabaseOptionsOk() (*PostgresOptionsDatabaseOptions, bool)
GetDatabaseOptionsOk returns a tuple with the DatabaseOptions field value and a boolean to check if the value has been set.
func (PostgresOptions) MarshalJSON ¶
func (o PostgresOptions) MarshalJSON() ([]byte, error)
func (*PostgresOptions) SetDatabaseOptions ¶
func (o *PostgresOptions) SetDatabaseOptions(v PostgresOptionsDatabaseOptions)
SetDatabaseOptions sets field value
func (PostgresOptions) ToMap ¶
func (o PostgresOptions) ToMap() (map[string]interface{}, error)
func (*PostgresOptions) UnmarshalJSON ¶
func (o *PostgresOptions) UnmarshalJSON(data []byte) (err error)
type PostgresOptionsDatabaseOptions ¶
type PostgresOptionsDatabaseOptions struct {
PostgresOptionsDatabaseOptionsAnyOf *PostgresOptionsDatabaseOptionsAnyOf
PostgresOptionsDatabaseOptionsAnyOf1 *PostgresOptionsDatabaseOptionsAnyOf1
}
PostgresOptionsDatabaseOptions struct for PostgresOptionsDatabaseOptions
func (PostgresOptionsDatabaseOptions) MarshalJSON ¶
func (src PostgresOptionsDatabaseOptions) MarshalJSON() ([]byte, error)
Marshal data from the first non-nil pointers in the struct to JSON
func (*PostgresOptionsDatabaseOptions) UnmarshalJSON ¶
func (dst *PostgresOptionsDatabaseOptions) UnmarshalJSON(data []byte) error
Unmarshal JSON data into any of the pointers in the struct
type PostgresOptionsDatabaseOptionsAnyOf ¶
type PostgresOptionsDatabaseOptionsAnyOf struct {
Host string `json:"host"`
Port string `json:"port"`
Name *string `json:"name,omitempty"`
Username *string `json:"username,omitempty"`
Password *string `json:"password,omitempty"`
SslSettings *PostgresOptionsDatabaseOptionsAnyOfSslSettings `json:"ssl_settings,omitempty"`
SshTunnelOptions *PostgresOptionsDatabaseOptionsAnyOfSshTunnelOptions `json:"ssh_tunnel_options,omitempty"`
// This allows you to use Javascript to dynamically generate SQL but also turns off SQL injection protection.
DisableConvertingQueriesToPreparedStatements *bool `json:"disable_converting_queries_to_prepared_statements,omitempty"`
// This allows you to enable writing via only the restrictive GUI query editor.
ShowWriteGuiOnly *bool `json:"show_write_gui_only,omitempty"`
}
PostgresOptionsDatabaseOptionsAnyOf struct for PostgresOptionsDatabaseOptionsAnyOf
func NewPostgresOptionsDatabaseOptionsAnyOf ¶
func NewPostgresOptionsDatabaseOptionsAnyOf(host string, port string) *PostgresOptionsDatabaseOptionsAnyOf
NewPostgresOptionsDatabaseOptionsAnyOf instantiates a new PostgresOptionsDatabaseOptionsAnyOf object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewPostgresOptionsDatabaseOptionsAnyOfWithDefaults ¶
func NewPostgresOptionsDatabaseOptionsAnyOfWithDefaults() *PostgresOptionsDatabaseOptionsAnyOf
NewPostgresOptionsDatabaseOptionsAnyOfWithDefaults instantiates a new PostgresOptionsDatabaseOptionsAnyOf object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*PostgresOptionsDatabaseOptionsAnyOf) GetDisableConvertingQueriesToPreparedStatements ¶
func (o *PostgresOptionsDatabaseOptionsAnyOf) GetDisableConvertingQueriesToPreparedStatements() bool
GetDisableConvertingQueriesToPreparedStatements returns the DisableConvertingQueriesToPreparedStatements field value if set, zero value otherwise.
func (*PostgresOptionsDatabaseOptionsAnyOf) GetDisableConvertingQueriesToPreparedStatementsOk ¶
func (o *PostgresOptionsDatabaseOptionsAnyOf) GetDisableConvertingQueriesToPreparedStatementsOk() (*bool, bool)
GetDisableConvertingQueriesToPreparedStatementsOk returns a tuple with the DisableConvertingQueriesToPreparedStatements field value if set, nil otherwise and a boolean to check if the value has been set.
func (*PostgresOptionsDatabaseOptionsAnyOf) GetHost ¶
func (o *PostgresOptionsDatabaseOptionsAnyOf) GetHost() string
GetHost returns the Host field value
func (*PostgresOptionsDatabaseOptionsAnyOf) GetHostOk ¶
func (o *PostgresOptionsDatabaseOptionsAnyOf) GetHostOk() (*string, bool)
GetHostOk returns a tuple with the Host field value and a boolean to check if the value has been set.
func (*PostgresOptionsDatabaseOptionsAnyOf) GetName ¶
func (o *PostgresOptionsDatabaseOptionsAnyOf) GetName() string
GetName returns the Name field value if set, zero value otherwise.
func (*PostgresOptionsDatabaseOptionsAnyOf) GetNameOk ¶
func (o *PostgresOptionsDatabaseOptionsAnyOf) 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 (*PostgresOptionsDatabaseOptionsAnyOf) GetPassword ¶
func (o *PostgresOptionsDatabaseOptionsAnyOf) GetPassword() string
GetPassword returns the Password field value if set, zero value otherwise.
func (*PostgresOptionsDatabaseOptionsAnyOf) GetPasswordOk ¶
func (o *PostgresOptionsDatabaseOptionsAnyOf) GetPasswordOk() (*string, bool)
GetPasswordOk returns a tuple with the Password field value if set, nil otherwise and a boolean to check if the value has been set.
func (*PostgresOptionsDatabaseOptionsAnyOf) GetPort ¶
func (o *PostgresOptionsDatabaseOptionsAnyOf) GetPort() string
GetPort returns the Port field value
func (*PostgresOptionsDatabaseOptionsAnyOf) GetPortOk ¶
func (o *PostgresOptionsDatabaseOptionsAnyOf) GetPortOk() (*string, bool)
GetPortOk returns a tuple with the Port field value and a boolean to check if the value has been set.
func (*PostgresOptionsDatabaseOptionsAnyOf) GetShowWriteGuiOnly ¶
func (o *PostgresOptionsDatabaseOptionsAnyOf) GetShowWriteGuiOnly() bool
GetShowWriteGuiOnly returns the ShowWriteGuiOnly field value if set, zero value otherwise.
func (*PostgresOptionsDatabaseOptionsAnyOf) GetShowWriteGuiOnlyOk ¶
func (o *PostgresOptionsDatabaseOptionsAnyOf) GetShowWriteGuiOnlyOk() (*bool, bool)
GetShowWriteGuiOnlyOk returns a tuple with the ShowWriteGuiOnly field value if set, nil otherwise and a boolean to check if the value has been set.
func (*PostgresOptionsDatabaseOptionsAnyOf) GetSshTunnelOptions ¶
func (o *PostgresOptionsDatabaseOptionsAnyOf) GetSshTunnelOptions() PostgresOptionsDatabaseOptionsAnyOfSshTunnelOptions
GetSshTunnelOptions returns the SshTunnelOptions field value if set, zero value otherwise.
func (*PostgresOptionsDatabaseOptionsAnyOf) GetSshTunnelOptionsOk ¶
func (o *PostgresOptionsDatabaseOptionsAnyOf) GetSshTunnelOptionsOk() (*PostgresOptionsDatabaseOptionsAnyOfSshTunnelOptions, bool)
GetSshTunnelOptionsOk returns a tuple with the SshTunnelOptions field value if set, nil otherwise and a boolean to check if the value has been set.
func (*PostgresOptionsDatabaseOptionsAnyOf) GetSslSettings ¶
func (o *PostgresOptionsDatabaseOptionsAnyOf) GetSslSettings() PostgresOptionsDatabaseOptionsAnyOfSslSettings
GetSslSettings returns the SslSettings field value if set, zero value otherwise.
func (*PostgresOptionsDatabaseOptionsAnyOf) GetSslSettingsOk ¶
func (o *PostgresOptionsDatabaseOptionsAnyOf) GetSslSettingsOk() (*PostgresOptionsDatabaseOptionsAnyOfSslSettings, bool)
GetSslSettingsOk returns a tuple with the SslSettings field value if set, nil otherwise and a boolean to check if the value has been set.
func (*PostgresOptionsDatabaseOptionsAnyOf) GetUsername ¶
func (o *PostgresOptionsDatabaseOptionsAnyOf) GetUsername() string
GetUsername returns the Username field value if set, zero value otherwise.
func (*PostgresOptionsDatabaseOptionsAnyOf) GetUsernameOk ¶
func (o *PostgresOptionsDatabaseOptionsAnyOf) GetUsernameOk() (*string, bool)
GetUsernameOk returns a tuple with the Username field value if set, nil otherwise and a boolean to check if the value has been set.
func (*PostgresOptionsDatabaseOptionsAnyOf) HasDisableConvertingQueriesToPreparedStatements ¶
func (o *PostgresOptionsDatabaseOptionsAnyOf) HasDisableConvertingQueriesToPreparedStatements() bool
HasDisableConvertingQueriesToPreparedStatements returns a boolean if a field has been set.
func (*PostgresOptionsDatabaseOptionsAnyOf) HasName ¶
func (o *PostgresOptionsDatabaseOptionsAnyOf) HasName() bool
HasName returns a boolean if a field has been set.
func (*PostgresOptionsDatabaseOptionsAnyOf) HasPassword ¶
func (o *PostgresOptionsDatabaseOptionsAnyOf) HasPassword() bool
HasPassword returns a boolean if a field has been set.
func (*PostgresOptionsDatabaseOptionsAnyOf) HasShowWriteGuiOnly ¶
func (o *PostgresOptionsDatabaseOptionsAnyOf) HasShowWriteGuiOnly() bool
HasShowWriteGuiOnly returns a boolean if a field has been set.
func (*PostgresOptionsDatabaseOptionsAnyOf) HasSshTunnelOptions ¶
func (o *PostgresOptionsDatabaseOptionsAnyOf) HasSshTunnelOptions() bool
HasSshTunnelOptions returns a boolean if a field has been set.
func (*PostgresOptionsDatabaseOptionsAnyOf) HasSslSettings ¶
func (o *PostgresOptionsDatabaseOptionsAnyOf) HasSslSettings() bool
HasSslSettings returns a boolean if a field has been set.
func (*PostgresOptionsDatabaseOptionsAnyOf) HasUsername ¶
func (o *PostgresOptionsDatabaseOptionsAnyOf) HasUsername() bool
HasUsername returns a boolean if a field has been set.
func (PostgresOptionsDatabaseOptionsAnyOf) MarshalJSON ¶
func (o PostgresOptionsDatabaseOptionsAnyOf) MarshalJSON() ([]byte, error)
func (*PostgresOptionsDatabaseOptionsAnyOf) SetDisableConvertingQueriesToPreparedStatements ¶
func (o *PostgresOptionsDatabaseOptionsAnyOf) SetDisableConvertingQueriesToPreparedStatements(v bool)
SetDisableConvertingQueriesToPreparedStatements gets a reference to the given bool and assigns it to the DisableConvertingQueriesToPreparedStatements field.
func (*PostgresOptionsDatabaseOptionsAnyOf) SetHost ¶
func (o *PostgresOptionsDatabaseOptionsAnyOf) SetHost(v string)
SetHost sets field value
func (*PostgresOptionsDatabaseOptionsAnyOf) SetName ¶
func (o *PostgresOptionsDatabaseOptionsAnyOf) SetName(v string)
SetName gets a reference to the given string and assigns it to the Name field.
func (*PostgresOptionsDatabaseOptionsAnyOf) SetPassword ¶
func (o *PostgresOptionsDatabaseOptionsAnyOf) SetPassword(v string)
SetPassword gets a reference to the given string and assigns it to the Password field.
func (*PostgresOptionsDatabaseOptionsAnyOf) SetPort ¶
func (o *PostgresOptionsDatabaseOptionsAnyOf) SetPort(v string)
SetPort sets field value
func (*PostgresOptionsDatabaseOptionsAnyOf) SetShowWriteGuiOnly ¶
func (o *PostgresOptionsDatabaseOptionsAnyOf) SetShowWriteGuiOnly(v bool)
SetShowWriteGuiOnly gets a reference to the given bool and assigns it to the ShowWriteGuiOnly field.
func (*PostgresOptionsDatabaseOptionsAnyOf) SetSshTunnelOptions ¶
func (o *PostgresOptionsDatabaseOptionsAnyOf) SetSshTunnelOptions(v PostgresOptionsDatabaseOptionsAnyOfSshTunnelOptions)
SetSshTunnelOptions gets a reference to the given PostgresOptionsDatabaseOptionsAnyOfSshTunnelOptions and assigns it to the SshTunnelOptions field.
func (*PostgresOptionsDatabaseOptionsAnyOf) SetSslSettings ¶
func (o *PostgresOptionsDatabaseOptionsAnyOf) SetSslSettings(v PostgresOptionsDatabaseOptionsAnyOfSslSettings)
SetSslSettings gets a reference to the given PostgresOptionsDatabaseOptionsAnyOfSslSettings and assigns it to the SslSettings field.
func (*PostgresOptionsDatabaseOptionsAnyOf) SetUsername ¶
func (o *PostgresOptionsDatabaseOptionsAnyOf) SetUsername(v string)
SetUsername gets a reference to the given string and assigns it to the Username field.
func (PostgresOptionsDatabaseOptionsAnyOf) ToMap ¶
func (o PostgresOptionsDatabaseOptionsAnyOf) ToMap() (map[string]interface{}, error)
func (*PostgresOptionsDatabaseOptionsAnyOf) UnmarshalJSON ¶
func (o *PostgresOptionsDatabaseOptionsAnyOf) UnmarshalJSON(data []byte) (err error)
type PostgresOptionsDatabaseOptionsAnyOf1 ¶
type PostgresOptionsDatabaseOptionsAnyOf1 struct {
ConnectionString *string `json:"connection_string,omitempty"`
// This allows you to use Javascript to dynamically generate SQL but also turns off SQL injection protection.
DisableConvertingQueriesToPreparedStatements *bool `json:"disable_converting_queries_to_prepared_statements,omitempty"`
// This allows you to enable writing via only the restrictive GUI query editor.
ShowWriteGuiOnly *bool `json:"show_write_gui_only,omitempty"`
}
PostgresOptionsDatabaseOptionsAnyOf1 struct for PostgresOptionsDatabaseOptionsAnyOf1
func NewPostgresOptionsDatabaseOptionsAnyOf1 ¶
func NewPostgresOptionsDatabaseOptionsAnyOf1() *PostgresOptionsDatabaseOptionsAnyOf1
NewPostgresOptionsDatabaseOptionsAnyOf1 instantiates a new PostgresOptionsDatabaseOptionsAnyOf1 object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewPostgresOptionsDatabaseOptionsAnyOf1WithDefaults ¶
func NewPostgresOptionsDatabaseOptionsAnyOf1WithDefaults() *PostgresOptionsDatabaseOptionsAnyOf1
NewPostgresOptionsDatabaseOptionsAnyOf1WithDefaults instantiates a new PostgresOptionsDatabaseOptionsAnyOf1 object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*PostgresOptionsDatabaseOptionsAnyOf1) GetConnectionString ¶
func (o *PostgresOptionsDatabaseOptionsAnyOf1) GetConnectionString() string
GetConnectionString returns the ConnectionString field value if set, zero value otherwise.
func (*PostgresOptionsDatabaseOptionsAnyOf1) GetConnectionStringOk ¶
func (o *PostgresOptionsDatabaseOptionsAnyOf1) GetConnectionStringOk() (*string, bool)
GetConnectionStringOk returns a tuple with the ConnectionString field value if set, nil otherwise and a boolean to check if the value has been set.
func (*PostgresOptionsDatabaseOptionsAnyOf1) GetDisableConvertingQueriesToPreparedStatements ¶
func (o *PostgresOptionsDatabaseOptionsAnyOf1) GetDisableConvertingQueriesToPreparedStatements() bool
GetDisableConvertingQueriesToPreparedStatements returns the DisableConvertingQueriesToPreparedStatements field value if set, zero value otherwise.
func (*PostgresOptionsDatabaseOptionsAnyOf1) GetDisableConvertingQueriesToPreparedStatementsOk ¶
func (o *PostgresOptionsDatabaseOptionsAnyOf1) GetDisableConvertingQueriesToPreparedStatementsOk() (*bool, bool)
GetDisableConvertingQueriesToPreparedStatementsOk returns a tuple with the DisableConvertingQueriesToPreparedStatements field value if set, nil otherwise and a boolean to check if the value has been set.
func (*PostgresOptionsDatabaseOptionsAnyOf1) GetShowWriteGuiOnly ¶
func (o *PostgresOptionsDatabaseOptionsAnyOf1) GetShowWriteGuiOnly() bool
GetShowWriteGuiOnly returns the ShowWriteGuiOnly field value if set, zero value otherwise.
func (*PostgresOptionsDatabaseOptionsAnyOf1) GetShowWriteGuiOnlyOk ¶
func (o *PostgresOptionsDatabaseOptionsAnyOf1) GetShowWriteGuiOnlyOk() (*bool, bool)
GetShowWriteGuiOnlyOk returns a tuple with the ShowWriteGuiOnly field value if set, nil otherwise and a boolean to check if the value has been set.
func (*PostgresOptionsDatabaseOptionsAnyOf1) HasConnectionString ¶
func (o *PostgresOptionsDatabaseOptionsAnyOf1) HasConnectionString() bool
HasConnectionString returns a boolean if a field has been set.
func (*PostgresOptionsDatabaseOptionsAnyOf1) HasDisableConvertingQueriesToPreparedStatements ¶
func (o *PostgresOptionsDatabaseOptionsAnyOf1) HasDisableConvertingQueriesToPreparedStatements() bool
HasDisableConvertingQueriesToPreparedStatements returns a boolean if a field has been set.
func (*PostgresOptionsDatabaseOptionsAnyOf1) HasShowWriteGuiOnly ¶
func (o *PostgresOptionsDatabaseOptionsAnyOf1) HasShowWriteGuiOnly() bool
HasShowWriteGuiOnly returns a boolean if a field has been set.
func (PostgresOptionsDatabaseOptionsAnyOf1) MarshalJSON ¶
func (o PostgresOptionsDatabaseOptionsAnyOf1) MarshalJSON() ([]byte, error)
func (*PostgresOptionsDatabaseOptionsAnyOf1) SetConnectionString ¶
func (o *PostgresOptionsDatabaseOptionsAnyOf1) SetConnectionString(v string)
SetConnectionString gets a reference to the given string and assigns it to the ConnectionString field.
func (*PostgresOptionsDatabaseOptionsAnyOf1) SetDisableConvertingQueriesToPreparedStatements ¶
func (o *PostgresOptionsDatabaseOptionsAnyOf1) SetDisableConvertingQueriesToPreparedStatements(v bool)
SetDisableConvertingQueriesToPreparedStatements gets a reference to the given bool and assigns it to the DisableConvertingQueriesToPreparedStatements field.
func (*PostgresOptionsDatabaseOptionsAnyOf1) SetShowWriteGuiOnly ¶
func (o *PostgresOptionsDatabaseOptionsAnyOf1) SetShowWriteGuiOnly(v bool)
SetShowWriteGuiOnly gets a reference to the given bool and assigns it to the ShowWriteGuiOnly field.
func (PostgresOptionsDatabaseOptionsAnyOf1) ToMap ¶
func (o PostgresOptionsDatabaseOptionsAnyOf1) ToMap() (map[string]interface{}, error)
type PostgresOptionsDatabaseOptionsAnyOfSshTunnelOptions ¶
type PostgresOptionsDatabaseOptionsAnyOfSshTunnelOptions struct {
Enabled bool `json:"enabled"`
Host string `json:"host"`
Port string `json:"port"`
Username *string `json:"username,omitempty"`
Password *string `json:"password,omitempty"`
PrivateKeyName *string `json:"private_key_name,omitempty"`
}
PostgresOptionsDatabaseOptionsAnyOfSshTunnelOptions struct for PostgresOptionsDatabaseOptionsAnyOfSshTunnelOptions
func NewPostgresOptionsDatabaseOptionsAnyOfSshTunnelOptions ¶
func NewPostgresOptionsDatabaseOptionsAnyOfSshTunnelOptions(enabled bool, host string, port string) *PostgresOptionsDatabaseOptionsAnyOfSshTunnelOptions
NewPostgresOptionsDatabaseOptionsAnyOfSshTunnelOptions instantiates a new PostgresOptionsDatabaseOptionsAnyOfSshTunnelOptions object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewPostgresOptionsDatabaseOptionsAnyOfSshTunnelOptionsWithDefaults ¶
func NewPostgresOptionsDatabaseOptionsAnyOfSshTunnelOptionsWithDefaults() *PostgresOptionsDatabaseOptionsAnyOfSshTunnelOptions
NewPostgresOptionsDatabaseOptionsAnyOfSshTunnelOptionsWithDefaults instantiates a new PostgresOptionsDatabaseOptionsAnyOfSshTunnelOptions object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*PostgresOptionsDatabaseOptionsAnyOfSshTunnelOptions) GetEnabled ¶
func (o *PostgresOptionsDatabaseOptionsAnyOfSshTunnelOptions) GetEnabled() bool
GetEnabled returns the Enabled field value
func (*PostgresOptionsDatabaseOptionsAnyOfSshTunnelOptions) GetEnabledOk ¶
func (o *PostgresOptionsDatabaseOptionsAnyOfSshTunnelOptions) GetEnabledOk() (*bool, bool)
GetEnabledOk returns a tuple with the Enabled field value and a boolean to check if the value has been set.
func (*PostgresOptionsDatabaseOptionsAnyOfSshTunnelOptions) GetHost ¶
func (o *PostgresOptionsDatabaseOptionsAnyOfSshTunnelOptions) GetHost() string
GetHost returns the Host field value
func (*PostgresOptionsDatabaseOptionsAnyOfSshTunnelOptions) GetHostOk ¶
func (o *PostgresOptionsDatabaseOptionsAnyOfSshTunnelOptions) GetHostOk() (*string, bool)
GetHostOk returns a tuple with the Host field value and a boolean to check if the value has been set.
func (*PostgresOptionsDatabaseOptionsAnyOfSshTunnelOptions) GetPassword ¶
func (o *PostgresOptionsDatabaseOptionsAnyOfSshTunnelOptions) GetPassword() string
GetPassword returns the Password field value if set, zero value otherwise.
func (*PostgresOptionsDatabaseOptionsAnyOfSshTunnelOptions) GetPasswordOk ¶
func (o *PostgresOptionsDatabaseOptionsAnyOfSshTunnelOptions) GetPasswordOk() (*string, bool)
GetPasswordOk returns a tuple with the Password field value if set, nil otherwise and a boolean to check if the value has been set.
func (*PostgresOptionsDatabaseOptionsAnyOfSshTunnelOptions) GetPort ¶
func (o *PostgresOptionsDatabaseOptionsAnyOfSshTunnelOptions) GetPort() string
GetPort returns the Port field value
func (*PostgresOptionsDatabaseOptionsAnyOfSshTunnelOptions) GetPortOk ¶
func (o *PostgresOptionsDatabaseOptionsAnyOfSshTunnelOptions) GetPortOk() (*string, bool)
GetPortOk returns a tuple with the Port field value and a boolean to check if the value has been set.
func (*PostgresOptionsDatabaseOptionsAnyOfSshTunnelOptions) GetPrivateKeyName ¶
func (o *PostgresOptionsDatabaseOptionsAnyOfSshTunnelOptions) GetPrivateKeyName() string
GetPrivateKeyName returns the PrivateKeyName field value if set, zero value otherwise.
func (*PostgresOptionsDatabaseOptionsAnyOfSshTunnelOptions) GetPrivateKeyNameOk ¶
func (o *PostgresOptionsDatabaseOptionsAnyOfSshTunnelOptions) GetPrivateKeyNameOk() (*string, bool)
GetPrivateKeyNameOk returns a tuple with the PrivateKeyName field value if set, nil otherwise and a boolean to check if the value has been set.
func (*PostgresOptionsDatabaseOptionsAnyOfSshTunnelOptions) GetUsername ¶
func (o *PostgresOptionsDatabaseOptionsAnyOfSshTunnelOptions) GetUsername() string
GetUsername returns the Username field value if set, zero value otherwise.
func (*PostgresOptionsDatabaseOptionsAnyOfSshTunnelOptions) GetUsernameOk ¶
func (o *PostgresOptionsDatabaseOptionsAnyOfSshTunnelOptions) GetUsernameOk() (*string, bool)
GetUsernameOk returns a tuple with the Username field value if set, nil otherwise and a boolean to check if the value has been set.
func (*PostgresOptionsDatabaseOptionsAnyOfSshTunnelOptions) HasPassword ¶
func (o *PostgresOptionsDatabaseOptionsAnyOfSshTunnelOptions) HasPassword() bool
HasPassword returns a boolean if a field has been set.
func (*PostgresOptionsDatabaseOptionsAnyOfSshTunnelOptions) HasPrivateKeyName ¶
func (o *PostgresOptionsDatabaseOptionsAnyOfSshTunnelOptions) HasPrivateKeyName() bool
HasPrivateKeyName returns a boolean if a field has been set.
func (*PostgresOptionsDatabaseOptionsAnyOfSshTunnelOptions) HasUsername ¶
func (o *PostgresOptionsDatabaseOptionsAnyOfSshTunnelOptions) HasUsername() bool
HasUsername returns a boolean if a field has been set.
func (PostgresOptionsDatabaseOptionsAnyOfSshTunnelOptions) MarshalJSON ¶
func (o PostgresOptionsDatabaseOptionsAnyOfSshTunnelOptions) MarshalJSON() ([]byte, error)
func (*PostgresOptionsDatabaseOptionsAnyOfSshTunnelOptions) SetEnabled ¶
func (o *PostgresOptionsDatabaseOptionsAnyOfSshTunnelOptions) SetEnabled(v bool)
SetEnabled sets field value
func (*PostgresOptionsDatabaseOptionsAnyOfSshTunnelOptions) SetHost ¶
func (o *PostgresOptionsDatabaseOptionsAnyOfSshTunnelOptions) SetHost(v string)
SetHost sets field value
func (*PostgresOptionsDatabaseOptionsAnyOfSshTunnelOptions) SetPassword ¶
func (o *PostgresOptionsDatabaseOptionsAnyOfSshTunnelOptions) SetPassword(v string)
SetPassword gets a reference to the given string and assigns it to the Password field.
func (*PostgresOptionsDatabaseOptionsAnyOfSshTunnelOptions) SetPort ¶
func (o *PostgresOptionsDatabaseOptionsAnyOfSshTunnelOptions) SetPort(v string)
SetPort sets field value
func (*PostgresOptionsDatabaseOptionsAnyOfSshTunnelOptions) SetPrivateKeyName ¶
func (o *PostgresOptionsDatabaseOptionsAnyOfSshTunnelOptions) SetPrivateKeyName(v string)
SetPrivateKeyName gets a reference to the given string and assigns it to the PrivateKeyName field.
func (*PostgresOptionsDatabaseOptionsAnyOfSshTunnelOptions) SetUsername ¶
func (o *PostgresOptionsDatabaseOptionsAnyOfSshTunnelOptions) SetUsername(v string)
SetUsername gets a reference to the given string and assigns it to the Username field.
func (PostgresOptionsDatabaseOptionsAnyOfSshTunnelOptions) ToMap ¶
func (o PostgresOptionsDatabaseOptionsAnyOfSshTunnelOptions) ToMap() (map[string]interface{}, error)
func (*PostgresOptionsDatabaseOptionsAnyOfSshTunnelOptions) UnmarshalJSON ¶
func (o *PostgresOptionsDatabaseOptionsAnyOfSshTunnelOptions) UnmarshalJSON(data []byte) (err error)
type PostgresOptionsDatabaseOptionsAnyOfSslSettings ¶
type PostgresOptionsDatabaseOptionsAnyOfSslSettings struct {
Enabled *bool `json:"enabled,omitempty"`
ClientKey NullableString `json:"client_key,omitempty"`
ClientCert NullableString `json:"client_cert,omitempty"`
CaCert NullableString `json:"ca_cert,omitempty"`
}
PostgresOptionsDatabaseOptionsAnyOfSslSettings struct for PostgresOptionsDatabaseOptionsAnyOfSslSettings
func NewPostgresOptionsDatabaseOptionsAnyOfSslSettings ¶
func NewPostgresOptionsDatabaseOptionsAnyOfSslSettings() *PostgresOptionsDatabaseOptionsAnyOfSslSettings
NewPostgresOptionsDatabaseOptionsAnyOfSslSettings instantiates a new PostgresOptionsDatabaseOptionsAnyOfSslSettings object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewPostgresOptionsDatabaseOptionsAnyOfSslSettingsWithDefaults ¶
func NewPostgresOptionsDatabaseOptionsAnyOfSslSettingsWithDefaults() *PostgresOptionsDatabaseOptionsAnyOfSslSettings
NewPostgresOptionsDatabaseOptionsAnyOfSslSettingsWithDefaults instantiates a new PostgresOptionsDatabaseOptionsAnyOfSslSettings object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*PostgresOptionsDatabaseOptionsAnyOfSslSettings) GetCaCert ¶
func (o *PostgresOptionsDatabaseOptionsAnyOfSslSettings) GetCaCert() string
GetCaCert returns the CaCert field value if set, zero value otherwise (both if not set or set to explicit null).
func (*PostgresOptionsDatabaseOptionsAnyOfSslSettings) GetCaCertOk ¶
func (o *PostgresOptionsDatabaseOptionsAnyOfSslSettings) GetCaCertOk() (*string, bool)
GetCaCertOk returns a tuple with the CaCert 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 (*PostgresOptionsDatabaseOptionsAnyOfSslSettings) GetClientCert ¶
func (o *PostgresOptionsDatabaseOptionsAnyOfSslSettings) GetClientCert() string
GetClientCert returns the ClientCert field value if set, zero value otherwise (both if not set or set to explicit null).
func (*PostgresOptionsDatabaseOptionsAnyOfSslSettings) GetClientCertOk ¶
func (o *PostgresOptionsDatabaseOptionsAnyOfSslSettings) GetClientCertOk() (*string, bool)
GetClientCertOk returns a tuple with the ClientCert 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 (*PostgresOptionsDatabaseOptionsAnyOfSslSettings) GetClientKey ¶
func (o *PostgresOptionsDatabaseOptionsAnyOfSslSettings) GetClientKey() string
GetClientKey returns the ClientKey field value if set, zero value otherwise (both if not set or set to explicit null).
func (*PostgresOptionsDatabaseOptionsAnyOfSslSettings) GetClientKeyOk ¶
func (o *PostgresOptionsDatabaseOptionsAnyOfSslSettings) GetClientKeyOk() (*string, bool)
GetClientKeyOk returns a tuple with the ClientKey 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 (*PostgresOptionsDatabaseOptionsAnyOfSslSettings) GetEnabled ¶
func (o *PostgresOptionsDatabaseOptionsAnyOfSslSettings) GetEnabled() bool
GetEnabled returns the Enabled field value if set, zero value otherwise.
func (*PostgresOptionsDatabaseOptionsAnyOfSslSettings) GetEnabledOk ¶
func (o *PostgresOptionsDatabaseOptionsAnyOfSslSettings) GetEnabledOk() (*bool, bool)
GetEnabledOk returns a tuple with the Enabled field value if set, nil otherwise and a boolean to check if the value has been set.
func (*PostgresOptionsDatabaseOptionsAnyOfSslSettings) HasCaCert ¶
func (o *PostgresOptionsDatabaseOptionsAnyOfSslSettings) HasCaCert() bool
HasCaCert returns a boolean if a field has been set.
func (*PostgresOptionsDatabaseOptionsAnyOfSslSettings) HasClientCert ¶
func (o *PostgresOptionsDatabaseOptionsAnyOfSslSettings) HasClientCert() bool
HasClientCert returns a boolean if a field has been set.
func (*PostgresOptionsDatabaseOptionsAnyOfSslSettings) HasClientKey ¶
func (o *PostgresOptionsDatabaseOptionsAnyOfSslSettings) HasClientKey() bool
HasClientKey returns a boolean if a field has been set.
func (*PostgresOptionsDatabaseOptionsAnyOfSslSettings) HasEnabled ¶
func (o *PostgresOptionsDatabaseOptionsAnyOfSslSettings) HasEnabled() bool
HasEnabled returns a boolean if a field has been set.
func (PostgresOptionsDatabaseOptionsAnyOfSslSettings) MarshalJSON ¶
func (o PostgresOptionsDatabaseOptionsAnyOfSslSettings) MarshalJSON() ([]byte, error)
func (*PostgresOptionsDatabaseOptionsAnyOfSslSettings) SetCaCert ¶
func (o *PostgresOptionsDatabaseOptionsAnyOfSslSettings) SetCaCert(v string)
SetCaCert gets a reference to the given NullableString and assigns it to the CaCert field.
func (*PostgresOptionsDatabaseOptionsAnyOfSslSettings) SetCaCertNil ¶
func (o *PostgresOptionsDatabaseOptionsAnyOfSslSettings) SetCaCertNil()
SetCaCertNil sets the value for CaCert to be an explicit nil
func (*PostgresOptionsDatabaseOptionsAnyOfSslSettings) SetClientCert ¶
func (o *PostgresOptionsDatabaseOptionsAnyOfSslSettings) SetClientCert(v string)
SetClientCert gets a reference to the given NullableString and assigns it to the ClientCert field.
func (*PostgresOptionsDatabaseOptionsAnyOfSslSettings) SetClientCertNil ¶
func (o *PostgresOptionsDatabaseOptionsAnyOfSslSettings) SetClientCertNil()
SetClientCertNil sets the value for ClientCert to be an explicit nil
func (*PostgresOptionsDatabaseOptionsAnyOfSslSettings) SetClientKey ¶
func (o *PostgresOptionsDatabaseOptionsAnyOfSslSettings) SetClientKey(v string)
SetClientKey gets a reference to the given NullableString and assigns it to the ClientKey field.
func (*PostgresOptionsDatabaseOptionsAnyOfSslSettings) SetClientKeyNil ¶
func (o *PostgresOptionsDatabaseOptionsAnyOfSslSettings) SetClientKeyNil()
SetClientKeyNil sets the value for ClientKey to be an explicit nil
func (*PostgresOptionsDatabaseOptionsAnyOfSslSettings) SetEnabled ¶
func (o *PostgresOptionsDatabaseOptionsAnyOfSslSettings) SetEnabled(v bool)
SetEnabled gets a reference to the given bool and assigns it to the Enabled field.
func (PostgresOptionsDatabaseOptionsAnyOfSslSettings) ToMap ¶
func (o PostgresOptionsDatabaseOptionsAnyOfSslSettings) ToMap() (map[string]interface{}, error)
func (*PostgresOptionsDatabaseOptionsAnyOfSslSettings) UnsetCaCert ¶
func (o *PostgresOptionsDatabaseOptionsAnyOfSslSettings) UnsetCaCert()
UnsetCaCert ensures that no value is present for CaCert, not even an explicit nil
func (*PostgresOptionsDatabaseOptionsAnyOfSslSettings) UnsetClientCert ¶
func (o *PostgresOptionsDatabaseOptionsAnyOfSslSettings) UnsetClientCert()
UnsetClientCert ensures that no value is present for ClientCert, not even an explicit nil
func (*PostgresOptionsDatabaseOptionsAnyOfSslSettings) UnsetClientKey ¶
func (o *PostgresOptionsDatabaseOptionsAnyOfSslSettings) UnsetClientKey()
UnsetClientKey ensures that no value is present for ClientKey, not even an explicit nil
type RedshiftOptions ¶
type RedshiftOptions struct {
DatabaseOptions RedshiftOptionsDatabaseOptions `json:"database_options"`
}
RedshiftOptions struct for RedshiftOptions
func NewRedshiftOptions ¶
func NewRedshiftOptions(databaseOptions RedshiftOptionsDatabaseOptions) *RedshiftOptions
NewRedshiftOptions instantiates a new RedshiftOptions object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewRedshiftOptionsWithDefaults ¶
func NewRedshiftOptionsWithDefaults() *RedshiftOptions
NewRedshiftOptionsWithDefaults instantiates a new RedshiftOptions object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*RedshiftOptions) GetDatabaseOptions ¶
func (o *RedshiftOptions) GetDatabaseOptions() RedshiftOptionsDatabaseOptions
GetDatabaseOptions returns the DatabaseOptions field value
func (*RedshiftOptions) GetDatabaseOptionsOk ¶
func (o *RedshiftOptions) GetDatabaseOptionsOk() (*RedshiftOptionsDatabaseOptions, bool)
GetDatabaseOptionsOk returns a tuple with the DatabaseOptions field value and a boolean to check if the value has been set.
func (RedshiftOptions) MarshalJSON ¶
func (o RedshiftOptions) MarshalJSON() ([]byte, error)
func (*RedshiftOptions) SetDatabaseOptions ¶
func (o *RedshiftOptions) SetDatabaseOptions(v RedshiftOptionsDatabaseOptions)
SetDatabaseOptions sets field value
func (RedshiftOptions) ToMap ¶
func (o RedshiftOptions) ToMap() (map[string]interface{}, error)
func (*RedshiftOptions) UnmarshalJSON ¶
func (o *RedshiftOptions) UnmarshalJSON(data []byte) (err error)
type RedshiftOptionsDatabaseOptions ¶
type RedshiftOptionsDatabaseOptions struct {
Host string `json:"host"`
Port string `json:"port"`
Name *string `json:"name,omitempty"`
Username *string `json:"username,omitempty"`
Password *string `json:"password,omitempty"`
SslSettings *RedshiftOptionsDatabaseOptionsSslSettings `json:"ssl_settings,omitempty"`
// This allows you to use Javascript to dynamically generate SQL but also turns off SQL injection protection.
DisableConvertingQueriesToPreparedStatements *bool `json:"disable_converting_queries_to_prepared_statements,omitempty"`
// This allows you to enable writing via only the restrictive GUI query editor.
ShowWriteGuiOnly *bool `json:"show_write_gui_only,omitempty"`
}
RedshiftOptionsDatabaseOptions struct for RedshiftOptionsDatabaseOptions
func NewRedshiftOptionsDatabaseOptions ¶
func NewRedshiftOptionsDatabaseOptions(host string, port string) *RedshiftOptionsDatabaseOptions
NewRedshiftOptionsDatabaseOptions instantiates a new RedshiftOptionsDatabaseOptions object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewRedshiftOptionsDatabaseOptionsWithDefaults ¶
func NewRedshiftOptionsDatabaseOptionsWithDefaults() *RedshiftOptionsDatabaseOptions
NewRedshiftOptionsDatabaseOptionsWithDefaults instantiates a new RedshiftOptionsDatabaseOptions object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*RedshiftOptionsDatabaseOptions) GetDisableConvertingQueriesToPreparedStatements ¶
func (o *RedshiftOptionsDatabaseOptions) GetDisableConvertingQueriesToPreparedStatements() bool
GetDisableConvertingQueriesToPreparedStatements returns the DisableConvertingQueriesToPreparedStatements field value if set, zero value otherwise.
func (*RedshiftOptionsDatabaseOptions) GetDisableConvertingQueriesToPreparedStatementsOk ¶
func (o *RedshiftOptionsDatabaseOptions) GetDisableConvertingQueriesToPreparedStatementsOk() (*bool, bool)
GetDisableConvertingQueriesToPreparedStatementsOk returns a tuple with the DisableConvertingQueriesToPreparedStatements field value if set, nil otherwise and a boolean to check if the value has been set.
func (*RedshiftOptionsDatabaseOptions) GetHost ¶
func (o *RedshiftOptionsDatabaseOptions) GetHost() string
GetHost returns the Host field value
func (*RedshiftOptionsDatabaseOptions) GetHostOk ¶
func (o *RedshiftOptionsDatabaseOptions) GetHostOk() (*string, bool)
GetHostOk returns a tuple with the Host field value and a boolean to check if the value has been set.
func (*RedshiftOptionsDatabaseOptions) GetName ¶
func (o *RedshiftOptionsDatabaseOptions) GetName() string
GetName returns the Name field value if set, zero value otherwise.
func (*RedshiftOptionsDatabaseOptions) GetNameOk ¶
func (o *RedshiftOptionsDatabaseOptions) 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 (*RedshiftOptionsDatabaseOptions) GetPassword ¶
func (o *RedshiftOptionsDatabaseOptions) GetPassword() string
GetPassword returns the Password field value if set, zero value otherwise.
func (*RedshiftOptionsDatabaseOptions) GetPasswordOk ¶
func (o *RedshiftOptionsDatabaseOptions) GetPasswordOk() (*string, bool)
GetPasswordOk returns a tuple with the Password field value if set, nil otherwise and a boolean to check if the value has been set.
func (*RedshiftOptionsDatabaseOptions) GetPort ¶
func (o *RedshiftOptionsDatabaseOptions) GetPort() string
GetPort returns the Port field value
func (*RedshiftOptionsDatabaseOptions) GetPortOk ¶
func (o *RedshiftOptionsDatabaseOptions) GetPortOk() (*string, bool)
GetPortOk returns a tuple with the Port field value and a boolean to check if the value has been set.
func (*RedshiftOptionsDatabaseOptions) GetShowWriteGuiOnly ¶
func (o *RedshiftOptionsDatabaseOptions) GetShowWriteGuiOnly() bool
GetShowWriteGuiOnly returns the ShowWriteGuiOnly field value if set, zero value otherwise.
func (*RedshiftOptionsDatabaseOptions) GetShowWriteGuiOnlyOk ¶
func (o *RedshiftOptionsDatabaseOptions) GetShowWriteGuiOnlyOk() (*bool, bool)
GetShowWriteGuiOnlyOk returns a tuple with the ShowWriteGuiOnly field value if set, nil otherwise and a boolean to check if the value has been set.
func (*RedshiftOptionsDatabaseOptions) GetSslSettings ¶
func (o *RedshiftOptionsDatabaseOptions) GetSslSettings() RedshiftOptionsDatabaseOptionsSslSettings
GetSslSettings returns the SslSettings field value if set, zero value otherwise.
func (*RedshiftOptionsDatabaseOptions) GetSslSettingsOk ¶
func (o *RedshiftOptionsDatabaseOptions) GetSslSettingsOk() (*RedshiftOptionsDatabaseOptionsSslSettings, bool)
GetSslSettingsOk returns a tuple with the SslSettings field value if set, nil otherwise and a boolean to check if the value has been set.
func (*RedshiftOptionsDatabaseOptions) GetUsername ¶
func (o *RedshiftOptionsDatabaseOptions) GetUsername() string
GetUsername returns the Username field value if set, zero value otherwise.
func (*RedshiftOptionsDatabaseOptions) GetUsernameOk ¶
func (o *RedshiftOptionsDatabaseOptions) GetUsernameOk() (*string, bool)
GetUsernameOk returns a tuple with the Username field value if set, nil otherwise and a boolean to check if the value has been set.
func (*RedshiftOptionsDatabaseOptions) HasDisableConvertingQueriesToPreparedStatements ¶
func (o *RedshiftOptionsDatabaseOptions) HasDisableConvertingQueriesToPreparedStatements() bool
HasDisableConvertingQueriesToPreparedStatements returns a boolean if a field has been set.
func (*RedshiftOptionsDatabaseOptions) HasName ¶
func (o *RedshiftOptionsDatabaseOptions) HasName() bool
HasName returns a boolean if a field has been set.
func (*RedshiftOptionsDatabaseOptions) HasPassword ¶
func (o *RedshiftOptionsDatabaseOptions) HasPassword() bool
HasPassword returns a boolean if a field has been set.
func (*RedshiftOptionsDatabaseOptions) HasShowWriteGuiOnly ¶
func (o *RedshiftOptionsDatabaseOptions) HasShowWriteGuiOnly() bool
HasShowWriteGuiOnly returns a boolean if a field has been set.
func (*RedshiftOptionsDatabaseOptions) HasSslSettings ¶
func (o *RedshiftOptionsDatabaseOptions) HasSslSettings() bool
HasSslSettings returns a boolean if a field has been set.
func (*RedshiftOptionsDatabaseOptions) HasUsername ¶
func (o *RedshiftOptionsDatabaseOptions) HasUsername() bool
HasUsername returns a boolean if a field has been set.
func (RedshiftOptionsDatabaseOptions) MarshalJSON ¶
func (o RedshiftOptionsDatabaseOptions) MarshalJSON() ([]byte, error)
func (*RedshiftOptionsDatabaseOptions) SetDisableConvertingQueriesToPreparedStatements ¶
func (o *RedshiftOptionsDatabaseOptions) SetDisableConvertingQueriesToPreparedStatements(v bool)
SetDisableConvertingQueriesToPreparedStatements gets a reference to the given bool and assigns it to the DisableConvertingQueriesToPreparedStatements field.
func (*RedshiftOptionsDatabaseOptions) SetHost ¶
func (o *RedshiftOptionsDatabaseOptions) SetHost(v string)
SetHost sets field value
func (*RedshiftOptionsDatabaseOptions) SetName ¶
func (o *RedshiftOptionsDatabaseOptions) SetName(v string)
SetName gets a reference to the given string and assigns it to the Name field.
func (*RedshiftOptionsDatabaseOptions) SetPassword ¶
func (o *RedshiftOptionsDatabaseOptions) SetPassword(v string)
SetPassword gets a reference to the given string and assigns it to the Password field.
func (*RedshiftOptionsDatabaseOptions) SetPort ¶
func (o *RedshiftOptionsDatabaseOptions) SetPort(v string)
SetPort sets field value
func (*RedshiftOptionsDatabaseOptions) SetShowWriteGuiOnly ¶
func (o *RedshiftOptionsDatabaseOptions) SetShowWriteGuiOnly(v bool)
SetShowWriteGuiOnly gets a reference to the given bool and assigns it to the ShowWriteGuiOnly field.
func (*RedshiftOptionsDatabaseOptions) SetSslSettings ¶
func (o *RedshiftOptionsDatabaseOptions) SetSslSettings(v RedshiftOptionsDatabaseOptionsSslSettings)
SetSslSettings gets a reference to the given RedshiftOptionsDatabaseOptionsSslSettings and assigns it to the SslSettings field.
func (*RedshiftOptionsDatabaseOptions) SetUsername ¶
func (o *RedshiftOptionsDatabaseOptions) SetUsername(v string)
SetUsername gets a reference to the given string and assigns it to the Username field.
func (RedshiftOptionsDatabaseOptions) ToMap ¶
func (o RedshiftOptionsDatabaseOptions) ToMap() (map[string]interface{}, error)
func (*RedshiftOptionsDatabaseOptions) UnmarshalJSON ¶
func (o *RedshiftOptionsDatabaseOptions) UnmarshalJSON(data []byte) (err error)
type RedshiftOptionsDatabaseOptionsSslSettings ¶
type RedshiftOptionsDatabaseOptionsSslSettings struct {
Enabled *bool `json:"enabled,omitempty"`
}
RedshiftOptionsDatabaseOptionsSslSettings struct for RedshiftOptionsDatabaseOptionsSslSettings
func NewRedshiftOptionsDatabaseOptionsSslSettings ¶
func NewRedshiftOptionsDatabaseOptionsSslSettings() *RedshiftOptionsDatabaseOptionsSslSettings
NewRedshiftOptionsDatabaseOptionsSslSettings instantiates a new RedshiftOptionsDatabaseOptionsSslSettings object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewRedshiftOptionsDatabaseOptionsSslSettingsWithDefaults ¶
func NewRedshiftOptionsDatabaseOptionsSslSettingsWithDefaults() *RedshiftOptionsDatabaseOptionsSslSettings
NewRedshiftOptionsDatabaseOptionsSslSettingsWithDefaults instantiates a new RedshiftOptionsDatabaseOptionsSslSettings object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*RedshiftOptionsDatabaseOptionsSslSettings) GetEnabled ¶
func (o *RedshiftOptionsDatabaseOptionsSslSettings) GetEnabled() bool
GetEnabled returns the Enabled field value if set, zero value otherwise.
func (*RedshiftOptionsDatabaseOptionsSslSettings) GetEnabledOk ¶
func (o *RedshiftOptionsDatabaseOptionsSslSettings) GetEnabledOk() (*bool, bool)
GetEnabledOk returns a tuple with the Enabled field value if set, nil otherwise and a boolean to check if the value has been set.
func (*RedshiftOptionsDatabaseOptionsSslSettings) HasEnabled ¶
func (o *RedshiftOptionsDatabaseOptionsSslSettings) HasEnabled() bool
HasEnabled returns a boolean if a field has been set.
func (RedshiftOptionsDatabaseOptionsSslSettings) MarshalJSON ¶
func (o RedshiftOptionsDatabaseOptionsSslSettings) MarshalJSON() ([]byte, error)
func (*RedshiftOptionsDatabaseOptionsSslSettings) SetEnabled ¶
func (o *RedshiftOptionsDatabaseOptionsSslSettings) SetEnabled(v bool)
SetEnabled gets a reference to the given bool and assigns it to the Enabled field.
func (RedshiftOptionsDatabaseOptionsSslSettings) ToMap ¶
func (o RedshiftOptionsDatabaseOptionsSslSettings) ToMap() (map[string]interface{}, error)
type RemoveOperation ¶
type RemoveOperation struct {
Op string `json:"op"`
Path string `json:"path"`
AdditionalProperties map[string]interface{}
}
RemoveOperation struct for RemoveOperation
func NewRemoveOperation ¶
func NewRemoveOperation(op string, path string) *RemoveOperation
NewRemoveOperation instantiates a new RemoveOperation object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewRemoveOperationWithDefaults ¶
func NewRemoveOperationWithDefaults() *RemoveOperation
NewRemoveOperationWithDefaults instantiates a new RemoveOperation object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*RemoveOperation) GetOp ¶
func (o *RemoveOperation) GetOp() string
GetOp returns the Op field value
func (*RemoveOperation) GetOpOk ¶
func (o *RemoveOperation) GetOpOk() (*string, bool)
GetOpOk returns a tuple with the Op field value and a boolean to check if the value has been set.
func (*RemoveOperation) GetPath ¶
func (o *RemoveOperation) GetPath() string
GetPath returns the Path field value
func (*RemoveOperation) GetPathOk ¶
func (o *RemoveOperation) GetPathOk() (*string, bool)
GetPathOk returns a tuple with the Path field value and a boolean to check if the value has been set.
func (RemoveOperation) MarshalJSON ¶
func (o RemoveOperation) MarshalJSON() ([]byte, error)
func (*RemoveOperation) SetPath ¶
func (o *RemoveOperation) SetPath(v string)
SetPath sets field value
func (RemoveOperation) ToMap ¶
func (o RemoveOperation) ToMap() (map[string]interface{}, error)
func (*RemoveOperation) UnmarshalJSON ¶
func (o *RemoveOperation) UnmarshalJSON(data []byte) (err error)
type ReplaceOperation ¶
type ReplaceOperation struct {
Op string `json:"op"`
Path string `json:"path"`
// A JSON value
Value interface{} `json:"value,omitempty"`
AdditionalProperties map[string]interface{}
}
ReplaceOperation struct for ReplaceOperation
func NewReplaceOperation ¶
func NewReplaceOperation(op string, path string) *ReplaceOperation
NewReplaceOperation instantiates a new ReplaceOperation object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewReplaceOperationWithDefaults ¶
func NewReplaceOperationWithDefaults() *ReplaceOperation
NewReplaceOperationWithDefaults instantiates a new ReplaceOperation object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*ReplaceOperation) GetOp ¶
func (o *ReplaceOperation) GetOp() string
GetOp returns the Op field value
func (*ReplaceOperation) GetOpOk ¶
func (o *ReplaceOperation) GetOpOk() (*string, bool)
GetOpOk returns a tuple with the Op field value and a boolean to check if the value has been set.
func (*ReplaceOperation) GetPath ¶
func (o *ReplaceOperation) GetPath() string
GetPath returns the Path field value
func (*ReplaceOperation) GetPathOk ¶
func (o *ReplaceOperation) GetPathOk() (*string, bool)
GetPathOk returns a tuple with the Path field value and a boolean to check if the value has been set.
func (*ReplaceOperation) GetValue ¶
func (o *ReplaceOperation) GetValue() interface{}
GetValue returns the Value field value if set, zero value otherwise (both if not set or set to explicit null).
func (*ReplaceOperation) GetValueOk ¶
func (o *ReplaceOperation) 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 (*ReplaceOperation) HasValue ¶
func (o *ReplaceOperation) HasValue() bool
HasValue returns a boolean if a field has been set.
func (ReplaceOperation) MarshalJSON ¶
func (o ReplaceOperation) MarshalJSON() ([]byte, error)
func (*ReplaceOperation) SetPath ¶
func (o *ReplaceOperation) SetPath(v string)
SetPath sets field value
func (*ReplaceOperation) SetValue ¶
func (o *ReplaceOperation) SetValue(v interface{})
SetValue gets a reference to the given interface{} and assigns it to the Value field.
func (ReplaceOperation) ToMap ¶
func (o ReplaceOperation) ToMap() (map[string]interface{}, error)
func (*ReplaceOperation) UnmarshalJSON ¶
func (o *ReplaceOperation) UnmarshalJSON(data []byte) (err error)
type Resource ¶
type Resource struct {
Type string `json:"type"`
// The uuid or name for the resource.
Id string `json:"id"`
}
Resource struct for Resource
func NewResource ¶
NewResource instantiates a new Resource object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewResourceWithDefaults ¶
func NewResourceWithDefaults() *Resource
NewResourceWithDefaults instantiates a new Resource object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*Resource) GetIdOk ¶
GetIdOk returns a tuple with the Id field value and a boolean to check if the value has been set.
func (*Resource) GetTypeOk ¶
GetTypeOk returns a tuple with the Type field value and a boolean to check if the value has been set.
func (Resource) MarshalJSON ¶
func (*Resource) UnmarshalJSON ¶
type ResourceConfiguration ¶
type ResourceConfiguration struct {
Type string `json:"type"`
// The resource configuration id.
Id string `json:"id"`
}
ResourceConfiguration struct for ResourceConfiguration
func NewResourceConfiguration ¶
func NewResourceConfiguration(type_ string, id string) *ResourceConfiguration
NewResourceConfiguration instantiates a new ResourceConfiguration object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewResourceConfigurationWithDefaults ¶
func NewResourceConfigurationWithDefaults() *ResourceConfiguration
NewResourceConfigurationWithDefaults instantiates a new ResourceConfiguration object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*ResourceConfiguration) GetId ¶
func (o *ResourceConfiguration) GetId() string
GetId returns the Id field value
func (*ResourceConfiguration) GetIdOk ¶
func (o *ResourceConfiguration) GetIdOk() (*string, bool)
GetIdOk returns a tuple with the Id field value and a boolean to check if the value has been set.
func (*ResourceConfiguration) GetType ¶ added in v1.0.0
func (o *ResourceConfiguration) GetType() string
GetType returns the Type field value
func (*ResourceConfiguration) GetTypeOk ¶ added in v1.0.0
func (o *ResourceConfiguration) GetTypeOk() (*string, bool)
GetTypeOk returns a tuple with the Type field value and a boolean to check if the value has been set.
func (ResourceConfiguration) MarshalJSON ¶
func (o ResourceConfiguration) MarshalJSON() ([]byte, error)
func (*ResourceConfiguration) SetId ¶
func (o *ResourceConfiguration) SetId(v string)
SetId sets field value
func (*ResourceConfiguration) SetType ¶ added in v1.0.0
func (o *ResourceConfiguration) SetType(v string)
SetType sets field value
func (ResourceConfiguration) ToMap ¶
func (o ResourceConfiguration) ToMap() (map[string]interface{}, error)
func (*ResourceConfiguration) UnmarshalJSON ¶
func (o *ResourceConfiguration) UnmarshalJSON(data []byte) (err error)
type ResourceConfigurationsAPIService ¶
type ResourceConfigurationsAPIService service
ResourceConfigurationsAPIService ResourceConfigurationsAPI service
func (*ResourceConfigurationsAPIService) ResourceConfigurationsConfigurationIdDelete ¶
func (a *ResourceConfigurationsAPIService) ResourceConfigurationsConfigurationIdDelete(ctx context.Context, configurationId string) ApiResourceConfigurationsConfigurationIdDeleteRequest
ResourceConfigurationsConfigurationIdDelete Delete resource configuration
Available from API version 2.4.0+ and onprem version 3.34.0+. Deletes a resource configuration with the given id. The API token must have the "Resources > Write" scope.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param configurationId The resource configuration id. @return ApiResourceConfigurationsConfigurationIdDeleteRequest
func (*ResourceConfigurationsAPIService) ResourceConfigurationsConfigurationIdDeleteExecute ¶
func (a *ResourceConfigurationsAPIService) ResourceConfigurationsConfigurationIdDeleteExecute(r ApiResourceConfigurationsConfigurationIdDeleteRequest) (*http.Response, error)
Execute executes the request
func (*ResourceConfigurationsAPIService) ResourceConfigurationsConfigurationIdGet ¶
func (a *ResourceConfigurationsAPIService) ResourceConfigurationsConfigurationIdGet(ctx context.Context, configurationId string) ApiResourceConfigurationsConfigurationIdGetRequest
ResourceConfigurationsConfigurationIdGet Get resource configuration by id
Available from API version 2.4.0+ and onprem version 3.28.0+. Returns a specific resource configuration. The API token must have the "Resources > Read" scope.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param configurationId The resource configuration id. @return ApiResourceConfigurationsConfigurationIdGetRequest
func (*ResourceConfigurationsAPIService) ResourceConfigurationsConfigurationIdGetExecute ¶
func (a *ResourceConfigurationsAPIService) ResourceConfigurationsConfigurationIdGetExecute(r ApiResourceConfigurationsConfigurationIdGetRequest) (*ResourceConfigurationsConfigurationIdGet200Response, *http.Response, error)
Execute executes the request
@return ResourceConfigurationsConfigurationIdGet200Response
func (*ResourceConfigurationsAPIService) ResourceConfigurationsConfigurationIdPatch ¶ added in v1.0.0
func (a *ResourceConfigurationsAPIService) ResourceConfigurationsConfigurationIdPatch(ctx context.Context, configurationId string) ApiResourceConfigurationsConfigurationIdPatchRequest
ResourceConfigurationsConfigurationIdPatch Update a resource configuration
Available from API version 2.4.0+ and onprem version 3.74 on-prem+. Updates the resource configuration with the given resource configuration id. The API token must have the "Resources > Write" scope.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param configurationId The resource configuration id. @return ApiResourceConfigurationsConfigurationIdPatchRequest
func (*ResourceConfigurationsAPIService) ResourceConfigurationsConfigurationIdPatchExecute ¶ added in v1.0.0
func (a *ResourceConfigurationsAPIService) ResourceConfigurationsConfigurationIdPatchExecute(r ApiResourceConfigurationsConfigurationIdPatchRequest) (*ResourceConfigurationsConfigurationIdPatch200Response, *http.Response, error)
Execute executes the request
@return ResourceConfigurationsConfigurationIdPatch200Response
func (*ResourceConfigurationsAPIService) ResourceConfigurationsGet ¶
func (a *ResourceConfigurationsAPIService) ResourceConfigurationsGet(ctx context.Context) ApiResourceConfigurationsGetRequest
ResourceConfigurationsGet Get resource configurations
Available from API version 2.4.0+ and Self-hosted Retool 3.34.0+. Gets a paginated list of resource configurations. The API token must have the "Resources > Read" scope.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return ApiResourceConfigurationsGetRequest
func (*ResourceConfigurationsAPIService) ResourceConfigurationsGetExecute ¶
func (a *ResourceConfigurationsAPIService) ResourceConfigurationsGetExecute(r ApiResourceConfigurationsGetRequest) (*ResourceConfigurationsGet200Response, *http.Response, error)
Execute executes the request
@return ResourceConfigurationsGet200Response
func (*ResourceConfigurationsAPIService) ResourceConfigurationsPost ¶ added in v1.0.0
func (a *ResourceConfigurationsAPIService) ResourceConfigurationsPost(ctx context.Context) ApiResourceConfigurationsPostRequest
ResourceConfigurationsPost Create resource configuration
Available from API version 2.4.0+ and onprem version 3.74 on-prem+. Creates a new resource configuration. The API token must have the "Resources > Write" scope.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return ApiResourceConfigurationsPostRequest
func (*ResourceConfigurationsAPIService) ResourceConfigurationsPostExecute ¶ added in v1.0.0
func (a *ResourceConfigurationsAPIService) ResourceConfigurationsPostExecute(r ApiResourceConfigurationsPostRequest) (*ResourceConfigurationsPost200Response, *http.Response, error)
Execute executes the request
@return ResourceConfigurationsPost200Response
type ResourceConfigurationsConfigurationIdGet200Response ¶
type ResourceConfigurationsConfigurationIdGet200Response struct {
// The uuid for the resource configuration.
Id string `json:"id"`
Resource ResourcesGet200ResponseDataInner `json:"resource"`
Environment ResourceConfigurationsGet200ResponseDataInnerEnvironment `json:"environment"`
Options ResourcesPostRequestOptions `json:"options"`
CreatedAt string `json:"created_at"`
UpdatedAt string `json:"updated_at"`
}
ResourceConfigurationsConfigurationIdGet200Response Resource Configuration
func NewResourceConfigurationsConfigurationIdGet200Response ¶
func NewResourceConfigurationsConfigurationIdGet200Response(id string, resource ResourcesGet200ResponseDataInner, environment ResourceConfigurationsGet200ResponseDataInnerEnvironment, options ResourcesPostRequestOptions, createdAt string, updatedAt string) *ResourceConfigurationsConfigurationIdGet200Response
NewResourceConfigurationsConfigurationIdGet200Response instantiates a new ResourceConfigurationsConfigurationIdGet200Response object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewResourceConfigurationsConfigurationIdGet200ResponseWithDefaults ¶
func NewResourceConfigurationsConfigurationIdGet200ResponseWithDefaults() *ResourceConfigurationsConfigurationIdGet200Response
NewResourceConfigurationsConfigurationIdGet200ResponseWithDefaults instantiates a new ResourceConfigurationsConfigurationIdGet200Response object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*ResourceConfigurationsConfigurationIdGet200Response) GetCreatedAt ¶
func (o *ResourceConfigurationsConfigurationIdGet200Response) GetCreatedAt() string
GetCreatedAt returns the CreatedAt field value
func (*ResourceConfigurationsConfigurationIdGet200Response) GetCreatedAtOk ¶
func (o *ResourceConfigurationsConfigurationIdGet200Response) GetCreatedAtOk() (*string, bool)
GetCreatedAtOk returns a tuple with the CreatedAt field value and a boolean to check if the value has been set.
func (*ResourceConfigurationsConfigurationIdGet200Response) GetEnvironment ¶
func (o *ResourceConfigurationsConfigurationIdGet200Response) GetEnvironment() ResourceConfigurationsGet200ResponseDataInnerEnvironment
GetEnvironment returns the Environment field value
func (*ResourceConfigurationsConfigurationIdGet200Response) GetEnvironmentOk ¶
func (o *ResourceConfigurationsConfigurationIdGet200Response) GetEnvironmentOk() (*ResourceConfigurationsGet200ResponseDataInnerEnvironment, bool)
GetEnvironmentOk returns a tuple with the Environment field value and a boolean to check if the value has been set.
func (*ResourceConfigurationsConfigurationIdGet200Response) GetId ¶
func (o *ResourceConfigurationsConfigurationIdGet200Response) GetId() string
GetId returns the Id field value
func (*ResourceConfigurationsConfigurationIdGet200Response) GetIdOk ¶
func (o *ResourceConfigurationsConfigurationIdGet200Response) GetIdOk() (*string, bool)
GetIdOk returns a tuple with the Id field value and a boolean to check if the value has been set.
func (*ResourceConfigurationsConfigurationIdGet200Response) GetOptions ¶
func (o *ResourceConfigurationsConfigurationIdGet200Response) GetOptions() ResourcesPostRequestOptions
GetOptions returns the Options field value
func (*ResourceConfigurationsConfigurationIdGet200Response) GetOptionsOk ¶
func (o *ResourceConfigurationsConfigurationIdGet200Response) GetOptionsOk() (*ResourcesPostRequestOptions, bool)
GetOptionsOk returns a tuple with the Options field value and a boolean to check if the value has been set.
func (*ResourceConfigurationsConfigurationIdGet200Response) GetResource ¶
func (o *ResourceConfigurationsConfigurationIdGet200Response) GetResource() ResourcesGet200ResponseDataInner
GetResource returns the Resource field value
func (*ResourceConfigurationsConfigurationIdGet200Response) GetResourceOk ¶
func (o *ResourceConfigurationsConfigurationIdGet200Response) GetResourceOk() (*ResourcesGet200ResponseDataInner, bool)
GetResourceOk returns a tuple with the Resource field value and a boolean to check if the value has been set.
func (*ResourceConfigurationsConfigurationIdGet200Response) GetUpdatedAt ¶
func (o *ResourceConfigurationsConfigurationIdGet200Response) GetUpdatedAt() string
GetUpdatedAt returns the UpdatedAt field value
func (*ResourceConfigurationsConfigurationIdGet200Response) GetUpdatedAtOk ¶
func (o *ResourceConfigurationsConfigurationIdGet200Response) GetUpdatedAtOk() (*string, bool)
GetUpdatedAtOk returns a tuple with the UpdatedAt field value and a boolean to check if the value has been set.
func (ResourceConfigurationsConfigurationIdGet200Response) MarshalJSON ¶
func (o ResourceConfigurationsConfigurationIdGet200Response) MarshalJSON() ([]byte, error)
func (*ResourceConfigurationsConfigurationIdGet200Response) SetCreatedAt ¶
func (o *ResourceConfigurationsConfigurationIdGet200Response) SetCreatedAt(v string)
SetCreatedAt sets field value
func (*ResourceConfigurationsConfigurationIdGet200Response) SetEnvironment ¶
func (o *ResourceConfigurationsConfigurationIdGet200Response) SetEnvironment(v ResourceConfigurationsGet200ResponseDataInnerEnvironment)
SetEnvironment sets field value
func (*ResourceConfigurationsConfigurationIdGet200Response) SetId ¶
func (o *ResourceConfigurationsConfigurationIdGet200Response) SetId(v string)
SetId sets field value
func (*ResourceConfigurationsConfigurationIdGet200Response) SetOptions ¶
func (o *ResourceConfigurationsConfigurationIdGet200Response) SetOptions(v ResourcesPostRequestOptions)
SetOptions sets field value
func (*ResourceConfigurationsConfigurationIdGet200Response) SetResource ¶
func (o *ResourceConfigurationsConfigurationIdGet200Response) SetResource(v ResourcesGet200ResponseDataInner)
SetResource sets field value
func (*ResourceConfigurationsConfigurationIdGet200Response) SetUpdatedAt ¶
func (o *ResourceConfigurationsConfigurationIdGet200Response) SetUpdatedAt(v string)
SetUpdatedAt sets field value
func (ResourceConfigurationsConfigurationIdGet200Response) ToMap ¶
func (o ResourceConfigurationsConfigurationIdGet200Response) ToMap() (map[string]interface{}, error)
func (*ResourceConfigurationsConfigurationIdGet200Response) UnmarshalJSON ¶
func (o *ResourceConfigurationsConfigurationIdGet200Response) UnmarshalJSON(data []byte) (err error)
type ResourceConfigurationsConfigurationIdPatch200Response ¶ added in v1.0.0
type ResourceConfigurationsConfigurationIdPatch200Response struct {
// API request succeeded
Success bool `json:"success"`
Data ResourceConfigurationsConfigurationIdPatch200ResponseData `json:"data"`
AdditionalProperties map[string]interface{}
}
ResourceConfigurationsConfigurationIdPatch200Response struct for ResourceConfigurationsConfigurationIdPatch200Response
func NewResourceConfigurationsConfigurationIdPatch200Response ¶ added in v1.0.0
func NewResourceConfigurationsConfigurationIdPatch200Response(success bool, data ResourceConfigurationsConfigurationIdPatch200ResponseData) *ResourceConfigurationsConfigurationIdPatch200Response
NewResourceConfigurationsConfigurationIdPatch200Response instantiates a new ResourceConfigurationsConfigurationIdPatch200Response object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewResourceConfigurationsConfigurationIdPatch200ResponseWithDefaults ¶ added in v1.0.0
func NewResourceConfigurationsConfigurationIdPatch200ResponseWithDefaults() *ResourceConfigurationsConfigurationIdPatch200Response
NewResourceConfigurationsConfigurationIdPatch200ResponseWithDefaults instantiates a new ResourceConfigurationsConfigurationIdPatch200Response object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*ResourceConfigurationsConfigurationIdPatch200Response) GetData ¶ added in v1.0.0
func (o *ResourceConfigurationsConfigurationIdPatch200Response) GetData() ResourceConfigurationsConfigurationIdPatch200ResponseData
GetData returns the Data field value
func (*ResourceConfigurationsConfigurationIdPatch200Response) GetDataOk ¶ added in v1.0.0
func (o *ResourceConfigurationsConfigurationIdPatch200Response) GetDataOk() (*ResourceConfigurationsConfigurationIdPatch200ResponseData, bool)
GetDataOk returns a tuple with the Data field value and a boolean to check if the value has been set.
func (*ResourceConfigurationsConfigurationIdPatch200Response) GetSuccess ¶ added in v1.0.0
func (o *ResourceConfigurationsConfigurationIdPatch200Response) GetSuccess() bool
GetSuccess returns the Success field value
func (*ResourceConfigurationsConfigurationIdPatch200Response) GetSuccessOk ¶ added in v1.0.0
func (o *ResourceConfigurationsConfigurationIdPatch200Response) GetSuccessOk() (*bool, bool)
GetSuccessOk returns a tuple with the Success field value and a boolean to check if the value has been set.
func (ResourceConfigurationsConfigurationIdPatch200Response) MarshalJSON ¶ added in v1.0.0
func (o ResourceConfigurationsConfigurationIdPatch200Response) MarshalJSON() ([]byte, error)
func (*ResourceConfigurationsConfigurationIdPatch200Response) SetData ¶ added in v1.0.0
func (o *ResourceConfigurationsConfigurationIdPatch200Response) SetData(v ResourceConfigurationsConfigurationIdPatch200ResponseData)
SetData sets field value
func (*ResourceConfigurationsConfigurationIdPatch200Response) SetSuccess ¶ added in v1.0.0
func (o *ResourceConfigurationsConfigurationIdPatch200Response) SetSuccess(v bool)
SetSuccess sets field value
func (ResourceConfigurationsConfigurationIdPatch200Response) ToMap ¶ added in v1.0.0
func (o ResourceConfigurationsConfigurationIdPatch200Response) ToMap() (map[string]interface{}, error)
func (*ResourceConfigurationsConfigurationIdPatch200Response) UnmarshalJSON ¶ added in v1.0.0
func (o *ResourceConfigurationsConfigurationIdPatch200Response) UnmarshalJSON(data []byte) (err error)
type ResourceConfigurationsConfigurationIdPatch200ResponseData ¶ added in v1.0.0
type ResourceConfigurationsConfigurationIdPatch200ResponseData struct {
// The uuid for the resource configuration.
Id string `json:"id"`
Resource ResourcesGet200ResponseDataInner `json:"resource"`
Environment ResourceConfigurationsGet200ResponseDataInnerEnvironment `json:"environment"`
Options ResourcesPostRequestOptions `json:"options"`
CreatedAt string `json:"created_at"`
UpdatedAt string `json:"updated_at"`
}
ResourceConfigurationsConfigurationIdPatch200ResponseData The updated resource configuration.
func NewResourceConfigurationsConfigurationIdPatch200ResponseData ¶ added in v1.0.0
func NewResourceConfigurationsConfigurationIdPatch200ResponseData(id string, resource ResourcesGet200ResponseDataInner, environment ResourceConfigurationsGet200ResponseDataInnerEnvironment, options ResourcesPostRequestOptions, createdAt string, updatedAt string) *ResourceConfigurationsConfigurationIdPatch200ResponseData
NewResourceConfigurationsConfigurationIdPatch200ResponseData instantiates a new ResourceConfigurationsConfigurationIdPatch200ResponseData object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewResourceConfigurationsConfigurationIdPatch200ResponseDataWithDefaults ¶ added in v1.0.0
func NewResourceConfigurationsConfigurationIdPatch200ResponseDataWithDefaults() *ResourceConfigurationsConfigurationIdPatch200ResponseData
NewResourceConfigurationsConfigurationIdPatch200ResponseDataWithDefaults instantiates a new ResourceConfigurationsConfigurationIdPatch200ResponseData object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*ResourceConfigurationsConfigurationIdPatch200ResponseData) GetCreatedAt ¶ added in v1.0.0
func (o *ResourceConfigurationsConfigurationIdPatch200ResponseData) GetCreatedAt() string
GetCreatedAt returns the CreatedAt field value
func (*ResourceConfigurationsConfigurationIdPatch200ResponseData) GetCreatedAtOk ¶ added in v1.0.0
func (o *ResourceConfigurationsConfigurationIdPatch200ResponseData) GetCreatedAtOk() (*string, bool)
GetCreatedAtOk returns a tuple with the CreatedAt field value and a boolean to check if the value has been set.
func (*ResourceConfigurationsConfigurationIdPatch200ResponseData) GetEnvironment ¶ added in v1.0.0
func (o *ResourceConfigurationsConfigurationIdPatch200ResponseData) GetEnvironment() ResourceConfigurationsGet200ResponseDataInnerEnvironment
GetEnvironment returns the Environment field value
func (*ResourceConfigurationsConfigurationIdPatch200ResponseData) GetEnvironmentOk ¶ added in v1.0.0
func (o *ResourceConfigurationsConfigurationIdPatch200ResponseData) GetEnvironmentOk() (*ResourceConfigurationsGet200ResponseDataInnerEnvironment, bool)
GetEnvironmentOk returns a tuple with the Environment field value and a boolean to check if the value has been set.
func (*ResourceConfigurationsConfigurationIdPatch200ResponseData) GetId ¶ added in v1.0.0
func (o *ResourceConfigurationsConfigurationIdPatch200ResponseData) GetId() string
GetId returns the Id field value
func (*ResourceConfigurationsConfigurationIdPatch200ResponseData) GetIdOk ¶ added in v1.0.0
func (o *ResourceConfigurationsConfigurationIdPatch200ResponseData) GetIdOk() (*string, bool)
GetIdOk returns a tuple with the Id field value and a boolean to check if the value has been set.
func (*ResourceConfigurationsConfigurationIdPatch200ResponseData) GetOptions ¶ added in v1.0.0
func (o *ResourceConfigurationsConfigurationIdPatch200ResponseData) GetOptions() ResourcesPostRequestOptions
GetOptions returns the Options field value
func (*ResourceConfigurationsConfigurationIdPatch200ResponseData) GetOptionsOk ¶ added in v1.0.0
func (o *ResourceConfigurationsConfigurationIdPatch200ResponseData) GetOptionsOk() (*ResourcesPostRequestOptions, bool)
GetOptionsOk returns a tuple with the Options field value and a boolean to check if the value has been set.
func (*ResourceConfigurationsConfigurationIdPatch200ResponseData) GetResource ¶ added in v1.0.0
func (o *ResourceConfigurationsConfigurationIdPatch200ResponseData) GetResource() ResourcesGet200ResponseDataInner
GetResource returns the Resource field value
func (*ResourceConfigurationsConfigurationIdPatch200ResponseData) GetResourceOk ¶ added in v1.0.0
func (o *ResourceConfigurationsConfigurationIdPatch200ResponseData) GetResourceOk() (*ResourcesGet200ResponseDataInner, bool)
GetResourceOk returns a tuple with the Resource field value and a boolean to check if the value has been set.
func (*ResourceConfigurationsConfigurationIdPatch200ResponseData) GetUpdatedAt ¶ added in v1.0.0
func (o *ResourceConfigurationsConfigurationIdPatch200ResponseData) GetUpdatedAt() string
GetUpdatedAt returns the UpdatedAt field value
func (*ResourceConfigurationsConfigurationIdPatch200ResponseData) GetUpdatedAtOk ¶ added in v1.0.0
func (o *ResourceConfigurationsConfigurationIdPatch200ResponseData) GetUpdatedAtOk() (*string, bool)
GetUpdatedAtOk returns a tuple with the UpdatedAt field value and a boolean to check if the value has been set.
func (ResourceConfigurationsConfigurationIdPatch200ResponseData) MarshalJSON ¶ added in v1.0.0
func (o ResourceConfigurationsConfigurationIdPatch200ResponseData) MarshalJSON() ([]byte, error)
func (*ResourceConfigurationsConfigurationIdPatch200ResponseData) SetCreatedAt ¶ added in v1.0.0
func (o *ResourceConfigurationsConfigurationIdPatch200ResponseData) SetCreatedAt(v string)
SetCreatedAt sets field value
func (*ResourceConfigurationsConfigurationIdPatch200ResponseData) SetEnvironment ¶ added in v1.0.0
func (o *ResourceConfigurationsConfigurationIdPatch200ResponseData) SetEnvironment(v ResourceConfigurationsGet200ResponseDataInnerEnvironment)
SetEnvironment sets field value
func (*ResourceConfigurationsConfigurationIdPatch200ResponseData) SetId ¶ added in v1.0.0
func (o *ResourceConfigurationsConfigurationIdPatch200ResponseData) SetId(v string)
SetId sets field value
func (*ResourceConfigurationsConfigurationIdPatch200ResponseData) SetOptions ¶ added in v1.0.0
func (o *ResourceConfigurationsConfigurationIdPatch200ResponseData) SetOptions(v ResourcesPostRequestOptions)
SetOptions sets field value
func (*ResourceConfigurationsConfigurationIdPatch200ResponseData) SetResource ¶ added in v1.0.0
func (o *ResourceConfigurationsConfigurationIdPatch200ResponseData) SetResource(v ResourcesGet200ResponseDataInner)
SetResource sets field value
func (*ResourceConfigurationsConfigurationIdPatch200ResponseData) SetUpdatedAt ¶ added in v1.0.0
func (o *ResourceConfigurationsConfigurationIdPatch200ResponseData) SetUpdatedAt(v string)
SetUpdatedAt sets field value
func (ResourceConfigurationsConfigurationIdPatch200ResponseData) ToMap ¶ added in v1.0.0
func (o ResourceConfigurationsConfigurationIdPatch200ResponseData) ToMap() (map[string]interface{}, error)
func (*ResourceConfigurationsConfigurationIdPatch200ResponseData) UnmarshalJSON ¶ added in v1.0.0
func (o *ResourceConfigurationsConfigurationIdPatch200ResponseData) UnmarshalJSON(data []byte) (err error)
type ResourceConfigurationsConfigurationIdPatchRequest ¶ added in v1.0.0
type ResourceConfigurationsConfigurationIdPatchRequest struct {
// A list of operations to apply to the resource configuration. See the [JSON PATCH specification](https://tools.ietf.org/html/rfc6902) for more details.
Operations []ReplaceOperation `json:"operations"`
}
ResourceConfigurationsConfigurationIdPatchRequest The body of a request to update a resource configuration.
func NewResourceConfigurationsConfigurationIdPatchRequest ¶ added in v1.0.0
func NewResourceConfigurationsConfigurationIdPatchRequest(operations []ReplaceOperation) *ResourceConfigurationsConfigurationIdPatchRequest
NewResourceConfigurationsConfigurationIdPatchRequest instantiates a new ResourceConfigurationsConfigurationIdPatchRequest object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewResourceConfigurationsConfigurationIdPatchRequestWithDefaults ¶ added in v1.0.0
func NewResourceConfigurationsConfigurationIdPatchRequestWithDefaults() *ResourceConfigurationsConfigurationIdPatchRequest
NewResourceConfigurationsConfigurationIdPatchRequestWithDefaults instantiates a new ResourceConfigurationsConfigurationIdPatchRequest object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*ResourceConfigurationsConfigurationIdPatchRequest) GetOperations ¶ added in v1.0.0
func (o *ResourceConfigurationsConfigurationIdPatchRequest) GetOperations() []ReplaceOperation
GetOperations returns the Operations field value
func (*ResourceConfigurationsConfigurationIdPatchRequest) GetOperationsOk ¶ added in v1.0.0
func (o *ResourceConfigurationsConfigurationIdPatchRequest) GetOperationsOk() ([]ReplaceOperation, bool)
GetOperationsOk returns a tuple with the Operations field value and a boolean to check if the value has been set.
func (ResourceConfigurationsConfigurationIdPatchRequest) MarshalJSON ¶ added in v1.0.0
func (o ResourceConfigurationsConfigurationIdPatchRequest) MarshalJSON() ([]byte, error)
func (*ResourceConfigurationsConfigurationIdPatchRequest) SetOperations ¶ added in v1.0.0
func (o *ResourceConfigurationsConfigurationIdPatchRequest) SetOperations(v []ReplaceOperation)
SetOperations sets field value
func (ResourceConfigurationsConfigurationIdPatchRequest) ToMap ¶ added in v1.0.0
func (o ResourceConfigurationsConfigurationIdPatchRequest) ToMap() (map[string]interface{}, error)
func (*ResourceConfigurationsConfigurationIdPatchRequest) UnmarshalJSON ¶ added in v1.0.0
func (o *ResourceConfigurationsConfigurationIdPatchRequest) UnmarshalJSON(data []byte) (err error)
type ResourceConfigurationsGet200Response ¶
type ResourceConfigurationsGet200Response struct {
// API request succeeded
Success bool `json:"success"`
// An array of requested items
Data []ResourceConfigurationsGet200ResponseDataInner `json:"data"`
// Total number of items in the response
TotalCount float32 `json:"total_count"`
// A token to retrieve the next page of items in the collection
NextToken NullableString `json:"next_token"`
// Whether there are more items in the collection
HasMore bool `json:"has_more"`
AdditionalProperties map[string]interface{}
}
ResourceConfigurationsGet200Response struct for ResourceConfigurationsGet200Response
func NewResourceConfigurationsGet200Response ¶
func NewResourceConfigurationsGet200Response(success bool, data []ResourceConfigurationsGet200ResponseDataInner, totalCount float32, nextToken NullableString, hasMore bool) *ResourceConfigurationsGet200Response
NewResourceConfigurationsGet200Response instantiates a new ResourceConfigurationsGet200Response object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewResourceConfigurationsGet200ResponseWithDefaults ¶
func NewResourceConfigurationsGet200ResponseWithDefaults() *ResourceConfigurationsGet200Response
NewResourceConfigurationsGet200ResponseWithDefaults instantiates a new ResourceConfigurationsGet200Response object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*ResourceConfigurationsGet200Response) GetData ¶
func (o *ResourceConfigurationsGet200Response) GetData() []ResourceConfigurationsGet200ResponseDataInner
GetData returns the Data field value
func (*ResourceConfigurationsGet200Response) GetDataOk ¶
func (o *ResourceConfigurationsGet200Response) GetDataOk() ([]ResourceConfigurationsGet200ResponseDataInner, bool)
GetDataOk returns a tuple with the Data field value and a boolean to check if the value has been set.
func (*ResourceConfigurationsGet200Response) GetHasMore ¶
func (o *ResourceConfigurationsGet200Response) GetHasMore() bool
GetHasMore returns the HasMore field value
func (*ResourceConfigurationsGet200Response) GetHasMoreOk ¶
func (o *ResourceConfigurationsGet200Response) GetHasMoreOk() (*bool, bool)
GetHasMoreOk returns a tuple with the HasMore field value and a boolean to check if the value has been set.
func (*ResourceConfigurationsGet200Response) GetNextToken ¶
func (o *ResourceConfigurationsGet200Response) GetNextToken() string
GetNextToken returns the NextToken field value If the value is explicit nil, the zero value for string will be returned
func (*ResourceConfigurationsGet200Response) GetNextTokenOk ¶
func (o *ResourceConfigurationsGet200Response) GetNextTokenOk() (*string, bool)
GetNextTokenOk returns a tuple with the NextToken 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 (*ResourceConfigurationsGet200Response) GetSuccess ¶
func (o *ResourceConfigurationsGet200Response) GetSuccess() bool
GetSuccess returns the Success field value
func (*ResourceConfigurationsGet200Response) GetSuccessOk ¶
func (o *ResourceConfigurationsGet200Response) GetSuccessOk() (*bool, bool)
GetSuccessOk returns a tuple with the Success field value and a boolean to check if the value has been set.
func (*ResourceConfigurationsGet200Response) GetTotalCount ¶
func (o *ResourceConfigurationsGet200Response) GetTotalCount() float32
GetTotalCount returns the TotalCount field value
func (*ResourceConfigurationsGet200Response) GetTotalCountOk ¶
func (o *ResourceConfigurationsGet200Response) GetTotalCountOk() (*float32, bool)
GetTotalCountOk returns a tuple with the TotalCount field value and a boolean to check if the value has been set.
func (ResourceConfigurationsGet200Response) MarshalJSON ¶
func (o ResourceConfigurationsGet200Response) MarshalJSON() ([]byte, error)
func (*ResourceConfigurationsGet200Response) SetData ¶
func (o *ResourceConfigurationsGet200Response) SetData(v []ResourceConfigurationsGet200ResponseDataInner)
SetData sets field value
func (*ResourceConfigurationsGet200Response) SetHasMore ¶
func (o *ResourceConfigurationsGet200Response) SetHasMore(v bool)
SetHasMore sets field value
func (*ResourceConfigurationsGet200Response) SetNextToken ¶
func (o *ResourceConfigurationsGet200Response) SetNextToken(v string)
SetNextToken sets field value
func (*ResourceConfigurationsGet200Response) SetSuccess ¶
func (o *ResourceConfigurationsGet200Response) SetSuccess(v bool)
SetSuccess sets field value
func (*ResourceConfigurationsGet200Response) SetTotalCount ¶
func (o *ResourceConfigurationsGet200Response) SetTotalCount(v float32)
SetTotalCount sets field value
func (ResourceConfigurationsGet200Response) ToMap ¶
func (o ResourceConfigurationsGet200Response) ToMap() (map[string]interface{}, error)
func (*ResourceConfigurationsGet200Response) UnmarshalJSON ¶
func (o *ResourceConfigurationsGet200Response) UnmarshalJSON(data []byte) (err error)
type ResourceConfigurationsGet200ResponseDataInner ¶
type ResourceConfigurationsGet200ResponseDataInner struct {
// The uuid for the resource configuration.
Id string `json:"id"`
Resource ResourcesGet200ResponseDataInner `json:"resource"`
Environment ResourceConfigurationsGet200ResponseDataInnerEnvironment `json:"environment"`
Options ResourcesPostRequestOptions `json:"options"`
CreatedAt string `json:"created_at"`
UpdatedAt string `json:"updated_at"`
}
ResourceConfigurationsGet200ResponseDataInner A list of resource configurations.
func NewResourceConfigurationsGet200ResponseDataInner ¶
func NewResourceConfigurationsGet200ResponseDataInner(id string, resource ResourcesGet200ResponseDataInner, environment ResourceConfigurationsGet200ResponseDataInnerEnvironment, options ResourcesPostRequestOptions, createdAt string, updatedAt string) *ResourceConfigurationsGet200ResponseDataInner
NewResourceConfigurationsGet200ResponseDataInner instantiates a new ResourceConfigurationsGet200ResponseDataInner object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewResourceConfigurationsGet200ResponseDataInnerWithDefaults ¶
func NewResourceConfigurationsGet200ResponseDataInnerWithDefaults() *ResourceConfigurationsGet200ResponseDataInner
NewResourceConfigurationsGet200ResponseDataInnerWithDefaults instantiates a new ResourceConfigurationsGet200ResponseDataInner object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*ResourceConfigurationsGet200ResponseDataInner) GetCreatedAt ¶
func (o *ResourceConfigurationsGet200ResponseDataInner) GetCreatedAt() string
GetCreatedAt returns the CreatedAt field value
func (*ResourceConfigurationsGet200ResponseDataInner) GetCreatedAtOk ¶
func (o *ResourceConfigurationsGet200ResponseDataInner) GetCreatedAtOk() (*string, bool)
GetCreatedAtOk returns a tuple with the CreatedAt field value and a boolean to check if the value has been set.
func (*ResourceConfigurationsGet200ResponseDataInner) GetEnvironment ¶
func (o *ResourceConfigurationsGet200ResponseDataInner) GetEnvironment() ResourceConfigurationsGet200ResponseDataInnerEnvironment
GetEnvironment returns the Environment field value
func (*ResourceConfigurationsGet200ResponseDataInner) GetEnvironmentOk ¶
func (o *ResourceConfigurationsGet200ResponseDataInner) GetEnvironmentOk() (*ResourceConfigurationsGet200ResponseDataInnerEnvironment, bool)
GetEnvironmentOk returns a tuple with the Environment field value and a boolean to check if the value has been set.
func (*ResourceConfigurationsGet200ResponseDataInner) GetId ¶
func (o *ResourceConfigurationsGet200ResponseDataInner) GetId() string
GetId returns the Id field value
func (*ResourceConfigurationsGet200ResponseDataInner) GetIdOk ¶
func (o *ResourceConfigurationsGet200ResponseDataInner) GetIdOk() (*string, bool)
GetIdOk returns a tuple with the Id field value and a boolean to check if the value has been set.
func (*ResourceConfigurationsGet200ResponseDataInner) GetOptions ¶
func (o *ResourceConfigurationsGet200ResponseDataInner) GetOptions() ResourcesPostRequestOptions
GetOptions returns the Options field value
func (*ResourceConfigurationsGet200ResponseDataInner) GetOptionsOk ¶
func (o *ResourceConfigurationsGet200ResponseDataInner) GetOptionsOk() (*ResourcesPostRequestOptions, bool)
GetOptionsOk returns a tuple with the Options field value and a boolean to check if the value has been set.
func (*ResourceConfigurationsGet200ResponseDataInner) GetResource ¶
func (o *ResourceConfigurationsGet200ResponseDataInner) GetResource() ResourcesGet200ResponseDataInner
GetResource returns the Resource field value
func (*ResourceConfigurationsGet200ResponseDataInner) GetResourceOk ¶
func (o *ResourceConfigurationsGet200ResponseDataInner) GetResourceOk() (*ResourcesGet200ResponseDataInner, bool)
GetResourceOk returns a tuple with the Resource field value and a boolean to check if the value has been set.
func (*ResourceConfigurationsGet200ResponseDataInner) GetUpdatedAt ¶
func (o *ResourceConfigurationsGet200ResponseDataInner) GetUpdatedAt() string
GetUpdatedAt returns the UpdatedAt field value
func (*ResourceConfigurationsGet200ResponseDataInner) GetUpdatedAtOk ¶
func (o *ResourceConfigurationsGet200ResponseDataInner) GetUpdatedAtOk() (*string, bool)
GetUpdatedAtOk returns a tuple with the UpdatedAt field value and a boolean to check if the value has been set.
func (ResourceConfigurationsGet200ResponseDataInner) MarshalJSON ¶
func (o ResourceConfigurationsGet200ResponseDataInner) MarshalJSON() ([]byte, error)
func (*ResourceConfigurationsGet200ResponseDataInner) SetCreatedAt ¶
func (o *ResourceConfigurationsGet200ResponseDataInner) SetCreatedAt(v string)
SetCreatedAt sets field value
func (*ResourceConfigurationsGet200ResponseDataInner) SetEnvironment ¶
func (o *ResourceConfigurationsGet200ResponseDataInner) SetEnvironment(v ResourceConfigurationsGet200ResponseDataInnerEnvironment)
SetEnvironment sets field value
func (*ResourceConfigurationsGet200ResponseDataInner) SetId ¶
func (o *ResourceConfigurationsGet200ResponseDataInner) SetId(v string)
SetId sets field value
func (*ResourceConfigurationsGet200ResponseDataInner) SetOptions ¶
func (o *ResourceConfigurationsGet200ResponseDataInner) SetOptions(v ResourcesPostRequestOptions)
SetOptions sets field value
func (*ResourceConfigurationsGet200ResponseDataInner) SetResource ¶
func (o *ResourceConfigurationsGet200ResponseDataInner) SetResource(v ResourcesGet200ResponseDataInner)
SetResource sets field value
func (*ResourceConfigurationsGet200ResponseDataInner) SetUpdatedAt ¶
func (o *ResourceConfigurationsGet200ResponseDataInner) SetUpdatedAt(v string)
SetUpdatedAt sets field value
func (ResourceConfigurationsGet200ResponseDataInner) ToMap ¶
func (o ResourceConfigurationsGet200ResponseDataInner) ToMap() (map[string]interface{}, error)
func (*ResourceConfigurationsGet200ResponseDataInner) UnmarshalJSON ¶
func (o *ResourceConfigurationsGet200ResponseDataInner) UnmarshalJSON(data []byte) (err error)
type ResourceConfigurationsGet200ResponseDataInnerEnvironment ¶
type ResourceConfigurationsGet200ResponseDataInnerEnvironment struct {
Id string `json:"id"`
Name string `json:"name"`
Description NullableString `json:"description"`
Color string `json:"color"`
Default bool `json:"default"`
CreatedAt string `json:"created_at"`
UpdatedAt string `json:"updated_at"`
AdditionalProperties map[string]interface{}
}
ResourceConfigurationsGet200ResponseDataInnerEnvironment Environment
func NewResourceConfigurationsGet200ResponseDataInnerEnvironment ¶
func NewResourceConfigurationsGet200ResponseDataInnerEnvironment(id string, name string, description NullableString, color string, default_ bool, createdAt string, updatedAt string) *ResourceConfigurationsGet200ResponseDataInnerEnvironment
NewResourceConfigurationsGet200ResponseDataInnerEnvironment instantiates a new ResourceConfigurationsGet200ResponseDataInnerEnvironment object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewResourceConfigurationsGet200ResponseDataInnerEnvironmentWithDefaults ¶
func NewResourceConfigurationsGet200ResponseDataInnerEnvironmentWithDefaults() *ResourceConfigurationsGet200ResponseDataInnerEnvironment
NewResourceConfigurationsGet200ResponseDataInnerEnvironmentWithDefaults instantiates a new ResourceConfigurationsGet200ResponseDataInnerEnvironment object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*ResourceConfigurationsGet200ResponseDataInnerEnvironment) GetColor ¶
func (o *ResourceConfigurationsGet200ResponseDataInnerEnvironment) GetColor() string
GetColor returns the Color field value
func (*ResourceConfigurationsGet200ResponseDataInnerEnvironment) GetColorOk ¶
func (o *ResourceConfigurationsGet200ResponseDataInnerEnvironment) GetColorOk() (*string, bool)
GetColorOk returns a tuple with the Color field value and a boolean to check if the value has been set.
func (*ResourceConfigurationsGet200ResponseDataInnerEnvironment) GetCreatedAt ¶
func (o *ResourceConfigurationsGet200ResponseDataInnerEnvironment) GetCreatedAt() string
GetCreatedAt returns the CreatedAt field value
func (*ResourceConfigurationsGet200ResponseDataInnerEnvironment) GetCreatedAtOk ¶
func (o *ResourceConfigurationsGet200ResponseDataInnerEnvironment) GetCreatedAtOk() (*string, bool)
GetCreatedAtOk returns a tuple with the CreatedAt field value and a boolean to check if the value has been set.
func (*ResourceConfigurationsGet200ResponseDataInnerEnvironment) GetDefault ¶
func (o *ResourceConfigurationsGet200ResponseDataInnerEnvironment) GetDefault() bool
GetDefault returns the Default field value
func (*ResourceConfigurationsGet200ResponseDataInnerEnvironment) GetDefaultOk ¶
func (o *ResourceConfigurationsGet200ResponseDataInnerEnvironment) GetDefaultOk() (*bool, bool)
GetDefaultOk returns a tuple with the Default field value and a boolean to check if the value has been set.
func (*ResourceConfigurationsGet200ResponseDataInnerEnvironment) GetDescription ¶
func (o *ResourceConfigurationsGet200ResponseDataInnerEnvironment) GetDescription() string
GetDescription returns the Description field value If the value is explicit nil, the zero value for string will be returned
func (*ResourceConfigurationsGet200ResponseDataInnerEnvironment) GetDescriptionOk ¶
func (o *ResourceConfigurationsGet200ResponseDataInnerEnvironment) GetDescriptionOk() (*string, bool)
GetDescriptionOk returns a tuple with the Description 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 (*ResourceConfigurationsGet200ResponseDataInnerEnvironment) GetId ¶
func (o *ResourceConfigurationsGet200ResponseDataInnerEnvironment) GetId() string
GetId returns the Id field value
func (*ResourceConfigurationsGet200ResponseDataInnerEnvironment) GetIdOk ¶
func (o *ResourceConfigurationsGet200ResponseDataInnerEnvironment) GetIdOk() (*string, bool)
GetIdOk returns a tuple with the Id field value and a boolean to check if the value has been set.
func (*ResourceConfigurationsGet200ResponseDataInnerEnvironment) GetName ¶
func (o *ResourceConfigurationsGet200ResponseDataInnerEnvironment) GetName() string
GetName returns the Name field value
func (*ResourceConfigurationsGet200ResponseDataInnerEnvironment) GetNameOk ¶
func (o *ResourceConfigurationsGet200ResponseDataInnerEnvironment) GetNameOk() (*string, bool)
GetNameOk returns a tuple with the Name field value and a boolean to check if the value has been set.
func (*ResourceConfigurationsGet200ResponseDataInnerEnvironment) GetUpdatedAt ¶
func (o *ResourceConfigurationsGet200ResponseDataInnerEnvironment) GetUpdatedAt() string
GetUpdatedAt returns the UpdatedAt field value
func (*ResourceConfigurationsGet200ResponseDataInnerEnvironment) GetUpdatedAtOk ¶
func (o *ResourceConfigurationsGet200ResponseDataInnerEnvironment) GetUpdatedAtOk() (*string, bool)
GetUpdatedAtOk returns a tuple with the UpdatedAt field value and a boolean to check if the value has been set.
func (ResourceConfigurationsGet200ResponseDataInnerEnvironment) MarshalJSON ¶
func (o ResourceConfigurationsGet200ResponseDataInnerEnvironment) MarshalJSON() ([]byte, error)
func (*ResourceConfigurationsGet200ResponseDataInnerEnvironment) SetColor ¶
func (o *ResourceConfigurationsGet200ResponseDataInnerEnvironment) SetColor(v string)
SetColor sets field value
func (*ResourceConfigurationsGet200ResponseDataInnerEnvironment) SetCreatedAt ¶
func (o *ResourceConfigurationsGet200ResponseDataInnerEnvironment) SetCreatedAt(v string)
SetCreatedAt sets field value
func (*ResourceConfigurationsGet200ResponseDataInnerEnvironment) SetDefault ¶
func (o *ResourceConfigurationsGet200ResponseDataInnerEnvironment) SetDefault(v bool)
SetDefault sets field value
func (*ResourceConfigurationsGet200ResponseDataInnerEnvironment) SetDescription ¶
func (o *ResourceConfigurationsGet200ResponseDataInnerEnvironment) SetDescription(v string)
SetDescription sets field value
func (*ResourceConfigurationsGet200ResponseDataInnerEnvironment) SetId ¶
func (o *ResourceConfigurationsGet200ResponseDataInnerEnvironment) SetId(v string)
SetId sets field value
func (*ResourceConfigurationsGet200ResponseDataInnerEnvironment) SetName ¶
func (o *ResourceConfigurationsGet200ResponseDataInnerEnvironment) SetName(v string)
SetName sets field value
func (*ResourceConfigurationsGet200ResponseDataInnerEnvironment) SetUpdatedAt ¶
func (o *ResourceConfigurationsGet200ResponseDataInnerEnvironment) SetUpdatedAt(v string)
SetUpdatedAt sets field value
func (ResourceConfigurationsGet200ResponseDataInnerEnvironment) ToMap ¶
func (o ResourceConfigurationsGet200ResponseDataInnerEnvironment) ToMap() (map[string]interface{}, error)
func (*ResourceConfigurationsGet200ResponseDataInnerEnvironment) UnmarshalJSON ¶
func (o *ResourceConfigurationsGet200ResponseDataInnerEnvironment) UnmarshalJSON(data []byte) (err error)
type ResourceConfigurationsGet200ResponseDataInnerOptions ¶
type ResourceConfigurationsGet200ResponseDataInnerOptions struct {
MySQLOptions *MySQLOptions
PostgresOptions *PostgresOptions
RedshiftOptions *RedshiftOptions
RestAPIOptions *RestAPIOptions
SnowflakeOptions *SnowflakeOptions
}
ResourceConfigurationsGet200ResponseDataInnerOptions struct for ResourceConfigurationsGet200ResponseDataInnerOptions
func (ResourceConfigurationsGet200ResponseDataInnerOptions) MarshalJSON ¶
func (src ResourceConfigurationsGet200ResponseDataInnerOptions) MarshalJSON() ([]byte, error)
Marshal data from the first non-nil pointers in the struct to JSON
func (*ResourceConfigurationsGet200ResponseDataInnerOptions) UnmarshalJSON ¶
func (dst *ResourceConfigurationsGet200ResponseDataInnerOptions) UnmarshalJSON(data []byte) error
Unmarshal JSON data into any of the pointers in the struct
type ResourceConfigurationsPost200Response ¶ added in v1.0.0
type ResourceConfigurationsPost200Response struct {
// API request succeeded
Success bool `json:"success"`
Data ResourceConfigurationsPost200ResponseData `json:"data"`
AdditionalProperties map[string]interface{}
}
ResourceConfigurationsPost200Response struct for ResourceConfigurationsPost200Response
func NewResourceConfigurationsPost200Response ¶ added in v1.0.0
func NewResourceConfigurationsPost200Response(success bool, data ResourceConfigurationsPost200ResponseData) *ResourceConfigurationsPost200Response
NewResourceConfigurationsPost200Response instantiates a new ResourceConfigurationsPost200Response object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewResourceConfigurationsPost200ResponseWithDefaults ¶ added in v1.0.0
func NewResourceConfigurationsPost200ResponseWithDefaults() *ResourceConfigurationsPost200Response
NewResourceConfigurationsPost200ResponseWithDefaults instantiates a new ResourceConfigurationsPost200Response object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*ResourceConfigurationsPost200Response) GetData ¶ added in v1.0.0
func (o *ResourceConfigurationsPost200Response) GetData() ResourceConfigurationsPost200ResponseData
GetData returns the Data field value
func (*ResourceConfigurationsPost200Response) GetDataOk ¶ added in v1.0.0
func (o *ResourceConfigurationsPost200Response) GetDataOk() (*ResourceConfigurationsPost200ResponseData, bool)
GetDataOk returns a tuple with the Data field value and a boolean to check if the value has been set.
func (*ResourceConfigurationsPost200Response) GetSuccess ¶ added in v1.0.0
func (o *ResourceConfigurationsPost200Response) GetSuccess() bool
GetSuccess returns the Success field value
func (*ResourceConfigurationsPost200Response) GetSuccessOk ¶ added in v1.0.0
func (o *ResourceConfigurationsPost200Response) GetSuccessOk() (*bool, bool)
GetSuccessOk returns a tuple with the Success field value and a boolean to check if the value has been set.
func (ResourceConfigurationsPost200Response) MarshalJSON ¶ added in v1.0.0
func (o ResourceConfigurationsPost200Response) MarshalJSON() ([]byte, error)
func (*ResourceConfigurationsPost200Response) SetData ¶ added in v1.0.0
func (o *ResourceConfigurationsPost200Response) SetData(v ResourceConfigurationsPost200ResponseData)
SetData sets field value
func (*ResourceConfigurationsPost200Response) SetSuccess ¶ added in v1.0.0
func (o *ResourceConfigurationsPost200Response) SetSuccess(v bool)
SetSuccess sets field value
func (ResourceConfigurationsPost200Response) ToMap ¶ added in v1.0.0
func (o ResourceConfigurationsPost200Response) ToMap() (map[string]interface{}, error)
func (*ResourceConfigurationsPost200Response) UnmarshalJSON ¶ added in v1.0.0
func (o *ResourceConfigurationsPost200Response) UnmarshalJSON(data []byte) (err error)
type ResourceConfigurationsPost200ResponseData ¶ added in v1.0.0
type ResourceConfigurationsPost200ResponseData struct {
// The uuid for the resource configuration.
Id string `json:"id"`
Resource ResourcesGet200ResponseDataInner `json:"resource"`
Environment ResourceConfigurationsGet200ResponseDataInnerEnvironment `json:"environment"`
Options ResourcesPostRequestOptions `json:"options"`
CreatedAt string `json:"created_at"`
UpdatedAt string `json:"updated_at"`
}
ResourceConfigurationsPost200ResponseData The created resource configuration.
func NewResourceConfigurationsPost200ResponseData ¶ added in v1.0.0
func NewResourceConfigurationsPost200ResponseData(id string, resource ResourcesGet200ResponseDataInner, environment ResourceConfigurationsGet200ResponseDataInnerEnvironment, options ResourcesPostRequestOptions, createdAt string, updatedAt string) *ResourceConfigurationsPost200ResponseData
NewResourceConfigurationsPost200ResponseData instantiates a new ResourceConfigurationsPost200ResponseData object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewResourceConfigurationsPost200ResponseDataWithDefaults ¶ added in v1.0.0
func NewResourceConfigurationsPost200ResponseDataWithDefaults() *ResourceConfigurationsPost200ResponseData
NewResourceConfigurationsPost200ResponseDataWithDefaults instantiates a new ResourceConfigurationsPost200ResponseData object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*ResourceConfigurationsPost200ResponseData) GetCreatedAt ¶ added in v1.0.0
func (o *ResourceConfigurationsPost200ResponseData) GetCreatedAt() string
GetCreatedAt returns the CreatedAt field value
func (*ResourceConfigurationsPost200ResponseData) GetCreatedAtOk ¶ added in v1.0.0
func (o *ResourceConfigurationsPost200ResponseData) GetCreatedAtOk() (*string, bool)
GetCreatedAtOk returns a tuple with the CreatedAt field value and a boolean to check if the value has been set.
func (*ResourceConfigurationsPost200ResponseData) GetEnvironment ¶ added in v1.0.0
func (o *ResourceConfigurationsPost200ResponseData) GetEnvironment() ResourceConfigurationsGet200ResponseDataInnerEnvironment
GetEnvironment returns the Environment field value
func (*ResourceConfigurationsPost200ResponseData) GetEnvironmentOk ¶ added in v1.0.0
func (o *ResourceConfigurationsPost200ResponseData) GetEnvironmentOk() (*ResourceConfigurationsGet200ResponseDataInnerEnvironment, bool)
GetEnvironmentOk returns a tuple with the Environment field value and a boolean to check if the value has been set.
func (*ResourceConfigurationsPost200ResponseData) GetId ¶ added in v1.0.0
func (o *ResourceConfigurationsPost200ResponseData) GetId() string
GetId returns the Id field value
func (*ResourceConfigurationsPost200ResponseData) GetIdOk ¶ added in v1.0.0
func (o *ResourceConfigurationsPost200ResponseData) GetIdOk() (*string, bool)
GetIdOk returns a tuple with the Id field value and a boolean to check if the value has been set.
func (*ResourceConfigurationsPost200ResponseData) GetOptions ¶ added in v1.0.0
func (o *ResourceConfigurationsPost200ResponseData) GetOptions() ResourcesPostRequestOptions
GetOptions returns the Options field value
func (*ResourceConfigurationsPost200ResponseData) GetOptionsOk ¶ added in v1.0.0
func (o *ResourceConfigurationsPost200ResponseData) GetOptionsOk() (*ResourcesPostRequestOptions, bool)
GetOptionsOk returns a tuple with the Options field value and a boolean to check if the value has been set.
func (*ResourceConfigurationsPost200ResponseData) GetResource ¶ added in v1.0.0
func (o *ResourceConfigurationsPost200ResponseData) GetResource() ResourcesGet200ResponseDataInner
GetResource returns the Resource field value
func (*ResourceConfigurationsPost200ResponseData) GetResourceOk ¶ added in v1.0.0
func (o *ResourceConfigurationsPost200ResponseData) GetResourceOk() (*ResourcesGet200ResponseDataInner, bool)
GetResourceOk returns a tuple with the Resource field value and a boolean to check if the value has been set.
func (*ResourceConfigurationsPost200ResponseData) GetUpdatedAt ¶ added in v1.0.0
func (o *ResourceConfigurationsPost200ResponseData) GetUpdatedAt() string
GetUpdatedAt returns the UpdatedAt field value
func (*ResourceConfigurationsPost200ResponseData) GetUpdatedAtOk ¶ added in v1.0.0
func (o *ResourceConfigurationsPost200ResponseData) GetUpdatedAtOk() (*string, bool)
GetUpdatedAtOk returns a tuple with the UpdatedAt field value and a boolean to check if the value has been set.
func (ResourceConfigurationsPost200ResponseData) MarshalJSON ¶ added in v1.0.0
func (o ResourceConfigurationsPost200ResponseData) MarshalJSON() ([]byte, error)
func (*ResourceConfigurationsPost200ResponseData) SetCreatedAt ¶ added in v1.0.0
func (o *ResourceConfigurationsPost200ResponseData) SetCreatedAt(v string)
SetCreatedAt sets field value
func (*ResourceConfigurationsPost200ResponseData) SetEnvironment ¶ added in v1.0.0
func (o *ResourceConfigurationsPost200ResponseData) SetEnvironment(v ResourceConfigurationsGet200ResponseDataInnerEnvironment)
SetEnvironment sets field value
func (*ResourceConfigurationsPost200ResponseData) SetId ¶ added in v1.0.0
func (o *ResourceConfigurationsPost200ResponseData) SetId(v string)
SetId sets field value
func (*ResourceConfigurationsPost200ResponseData) SetOptions ¶ added in v1.0.0
func (o *ResourceConfigurationsPost200ResponseData) SetOptions(v ResourcesPostRequestOptions)
SetOptions sets field value
func (*ResourceConfigurationsPost200ResponseData) SetResource ¶ added in v1.0.0
func (o *ResourceConfigurationsPost200ResponseData) SetResource(v ResourcesGet200ResponseDataInner)
SetResource sets field value
func (*ResourceConfigurationsPost200ResponseData) SetUpdatedAt ¶ added in v1.0.0
func (o *ResourceConfigurationsPost200ResponseData) SetUpdatedAt(v string)
SetUpdatedAt sets field value
func (ResourceConfigurationsPost200ResponseData) ToMap ¶ added in v1.0.0
func (o ResourceConfigurationsPost200ResponseData) ToMap() (map[string]interface{}, error)
func (*ResourceConfigurationsPost200ResponseData) UnmarshalJSON ¶ added in v1.0.0
func (o *ResourceConfigurationsPost200ResponseData) UnmarshalJSON(data []byte) (err error)
type ResourceConfigurationsPostRequest ¶ added in v1.0.0
type ResourceConfigurationsPostRequest struct {
// A UUID that uniquely identifies a resource. This is also referenced within the Retool app. For example, when you edit a resource, the ID can be found in the url.
ResourceId string `json:"resource_id"`
// A UUID that uniquely identifies an environment.
EnvironmentId string `json:"environment_id"`
Options ResourcesPostRequestOptions `json:"options"`
AdditionalProperties map[string]interface{}
}
ResourceConfigurationsPostRequest struct for ResourceConfigurationsPostRequest
func NewResourceConfigurationsPostRequest ¶ added in v1.0.0
func NewResourceConfigurationsPostRequest(resourceId string, environmentId string, options ResourcesPostRequestOptions) *ResourceConfigurationsPostRequest
NewResourceConfigurationsPostRequest instantiates a new ResourceConfigurationsPostRequest object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewResourceConfigurationsPostRequestWithDefaults ¶ added in v1.0.0
func NewResourceConfigurationsPostRequestWithDefaults() *ResourceConfigurationsPostRequest
NewResourceConfigurationsPostRequestWithDefaults instantiates a new ResourceConfigurationsPostRequest object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*ResourceConfigurationsPostRequest) GetEnvironmentId ¶ added in v1.0.0
func (o *ResourceConfigurationsPostRequest) GetEnvironmentId() string
GetEnvironmentId returns the EnvironmentId field value
func (*ResourceConfigurationsPostRequest) GetEnvironmentIdOk ¶ added in v1.0.0
func (o *ResourceConfigurationsPostRequest) GetEnvironmentIdOk() (*string, bool)
GetEnvironmentIdOk returns a tuple with the EnvironmentId field value and a boolean to check if the value has been set.
func (*ResourceConfigurationsPostRequest) GetOptions ¶ added in v1.0.0
func (o *ResourceConfigurationsPostRequest) GetOptions() ResourcesPostRequestOptions
GetOptions returns the Options field value
func (*ResourceConfigurationsPostRequest) GetOptionsOk ¶ added in v1.0.0
func (o *ResourceConfigurationsPostRequest) GetOptionsOk() (*ResourcesPostRequestOptions, bool)
GetOptionsOk returns a tuple with the Options field value and a boolean to check if the value has been set.
func (*ResourceConfigurationsPostRequest) GetResourceId ¶ added in v1.0.0
func (o *ResourceConfigurationsPostRequest) GetResourceId() string
GetResourceId returns the ResourceId field value
func (*ResourceConfigurationsPostRequest) GetResourceIdOk ¶ added in v1.0.0
func (o *ResourceConfigurationsPostRequest) GetResourceIdOk() (*string, bool)
GetResourceIdOk returns a tuple with the ResourceId field value and a boolean to check if the value has been set.
func (ResourceConfigurationsPostRequest) MarshalJSON ¶ added in v1.0.0
func (o ResourceConfigurationsPostRequest) MarshalJSON() ([]byte, error)
func (*ResourceConfigurationsPostRequest) SetEnvironmentId ¶ added in v1.0.0
func (o *ResourceConfigurationsPostRequest) SetEnvironmentId(v string)
SetEnvironmentId sets field value
func (*ResourceConfigurationsPostRequest) SetOptions ¶ added in v1.0.0
func (o *ResourceConfigurationsPostRequest) SetOptions(v ResourcesPostRequestOptions)
SetOptions sets field value
func (*ResourceConfigurationsPostRequest) SetResourceId ¶ added in v1.0.0
func (o *ResourceConfigurationsPostRequest) SetResourceId(v string)
SetResourceId sets field value
func (ResourceConfigurationsPostRequest) ToMap ¶ added in v1.0.0
func (o ResourceConfigurationsPostRequest) ToMap() (map[string]interface{}, error)
func (*ResourceConfigurationsPostRequest) UnmarshalJSON ¶ added in v1.0.0
func (o *ResourceConfigurationsPostRequest) UnmarshalJSON(data []byte) (err error)
type ResourcesAPIService ¶
type ResourcesAPIService service
ResourcesAPIService ResourcesAPI service
func (*ResourcesAPIService) ResourcesGet ¶
func (a *ResourcesAPIService) ResourcesGet(ctx context.Context) ApiResourcesGetRequest
ResourcesGet Get resources
Available from API version 2.4.0+ and onprem version 3.28.0+. Gets a paginated list of resources. The API token must have the "Resources > Read" scope.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return ApiResourcesGetRequest
func (*ResourcesAPIService) ResourcesGetExecute ¶
func (a *ResourcesAPIService) ResourcesGetExecute(r ApiResourcesGetRequest) (*ResourcesGet200Response, *http.Response, error)
Execute executes the request
@return ResourcesGet200Response
func (*ResourcesAPIService) ResourcesPost ¶
func (a *ResourcesAPIService) ResourcesPost(ctx context.Context) ApiResourcesPostRequest
ResourcesPost Create a resource
Available from onprem version 3.72.0+. Creates a resource. The API token must have the "Resources > Write" scope.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return ApiResourcesPostRequest
func (*ResourcesAPIService) ResourcesPostExecute ¶
func (a *ResourcesAPIService) ResourcesPostExecute(r ApiResourcesPostRequest) (*ResourcesPost200Response, *http.Response, error)
Execute executes the request
@return ResourcesPost200Response
func (*ResourcesAPIService) ResourcesResourceIdDelete ¶
func (a *ResourcesAPIService) ResourcesResourceIdDelete(ctx context.Context, resourceId string) ApiResourcesResourceIdDeleteRequest
ResourcesResourceIdDelete Delete resource
Available from API version 2.4.0+ and onprem version 3.28.0+. Deletes a resource with the given id. The API token must have the "Resources > Write" scope.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param resourceId The uuid or name for the resource. @return ApiResourcesResourceIdDeleteRequest
func (*ResourcesAPIService) ResourcesResourceIdDeleteExecute ¶
func (a *ResourcesAPIService) ResourcesResourceIdDeleteExecute(r ApiResourcesResourceIdDeleteRequest) (*http.Response, error)
Execute executes the request
func (*ResourcesAPIService) ResourcesResourceIdGet ¶
func (a *ResourcesAPIService) ResourcesResourceIdGet(ctx context.Context, resourceId string) ApiResourcesResourceIdGetRequest
ResourcesResourceIdGet Get resource by id
Available from API version 2.4.0+ and onprem version 3.28.0+. Returns a specific resource. The API token must have the "Resources > Read" scope.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param resourceId The uuid or name for the resource. @return ApiResourcesResourceIdGetRequest
func (*ResourcesAPIService) ResourcesResourceIdGetExecute ¶
func (a *ResourcesAPIService) ResourcesResourceIdGetExecute(r ApiResourcesResourceIdGetRequest) (*ResourcesResourceIdGet200Response, *http.Response, error)
Execute executes the request
@return ResourcesResourceIdGet200Response
func (*ResourcesAPIService) ResourcesResourceIdPatch ¶ added in v1.0.0
func (a *ResourcesAPIService) ResourcesResourceIdPatch(ctx context.Context, resourceId string) ApiResourcesResourceIdPatchRequest
ResourcesResourceIdPatch Update a resource
Updates and returns the updated resource. The API token must have the "Resources > Write" scope.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param resourceId The uuid or name for the resource. @return ApiResourcesResourceIdPatchRequest
func (*ResourcesAPIService) ResourcesResourceIdPatchExecute ¶ added in v1.0.0
func (a *ResourcesAPIService) ResourcesResourceIdPatchExecute(r ApiResourcesResourceIdPatchRequest) (*ResourcesResourceIdPatch200Response, *http.Response, error)
Execute executes the request
@return ResourcesResourceIdPatch200Response
type ResourcesGet200Response ¶
type ResourcesGet200Response struct {
// API request succeeded
Success bool `json:"success"`
// An array of requested items
Data []ResourcesGet200ResponseDataInner `json:"data"`
// Total number of items in the response
TotalCount float32 `json:"total_count"`
// A token to retrieve the next page of items in the collection
NextToken NullableString `json:"next_token"`
// Whether there are more items in the collection
HasMore bool `json:"has_more"`
AdditionalProperties map[string]interface{}
}
ResourcesGet200Response A paginated list of resources.
func NewResourcesGet200Response ¶
func NewResourcesGet200Response(success bool, data []ResourcesGet200ResponseDataInner, totalCount float32, nextToken NullableString, hasMore bool) *ResourcesGet200Response
NewResourcesGet200Response instantiates a new ResourcesGet200Response object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewResourcesGet200ResponseWithDefaults ¶
func NewResourcesGet200ResponseWithDefaults() *ResourcesGet200Response
NewResourcesGet200ResponseWithDefaults instantiates a new ResourcesGet200Response object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*ResourcesGet200Response) GetData ¶
func (o *ResourcesGet200Response) GetData() []ResourcesGet200ResponseDataInner
GetData returns the Data field value
func (*ResourcesGet200Response) GetDataOk ¶
func (o *ResourcesGet200Response) GetDataOk() ([]ResourcesGet200ResponseDataInner, bool)
GetDataOk returns a tuple with the Data field value and a boolean to check if the value has been set.
func (*ResourcesGet200Response) GetHasMore ¶
func (o *ResourcesGet200Response) GetHasMore() bool
GetHasMore returns the HasMore field value
func (*ResourcesGet200Response) GetHasMoreOk ¶
func (o *ResourcesGet200Response) GetHasMoreOk() (*bool, bool)
GetHasMoreOk returns a tuple with the HasMore field value and a boolean to check if the value has been set.
func (*ResourcesGet200Response) GetNextToken ¶
func (o *ResourcesGet200Response) GetNextToken() string
GetNextToken returns the NextToken field value If the value is explicit nil, the zero value for string will be returned
func (*ResourcesGet200Response) GetNextTokenOk ¶
func (o *ResourcesGet200Response) GetNextTokenOk() (*string, bool)
GetNextTokenOk returns a tuple with the NextToken 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 (*ResourcesGet200Response) GetSuccess ¶
func (o *ResourcesGet200Response) GetSuccess() bool
GetSuccess returns the Success field value
func (*ResourcesGet200Response) GetSuccessOk ¶
func (o *ResourcesGet200Response) GetSuccessOk() (*bool, bool)
GetSuccessOk returns a tuple with the Success field value and a boolean to check if the value has been set.
func (*ResourcesGet200Response) GetTotalCount ¶
func (o *ResourcesGet200Response) GetTotalCount() float32
GetTotalCount returns the TotalCount field value
func (*ResourcesGet200Response) GetTotalCountOk ¶
func (o *ResourcesGet200Response) GetTotalCountOk() (*float32, bool)
GetTotalCountOk returns a tuple with the TotalCount field value and a boolean to check if the value has been set.
func (ResourcesGet200Response) MarshalJSON ¶
func (o ResourcesGet200Response) MarshalJSON() ([]byte, error)
func (*ResourcesGet200Response) SetData ¶
func (o *ResourcesGet200Response) SetData(v []ResourcesGet200ResponseDataInner)
SetData sets field value
func (*ResourcesGet200Response) SetHasMore ¶
func (o *ResourcesGet200Response) SetHasMore(v bool)
SetHasMore sets field value
func (*ResourcesGet200Response) SetNextToken ¶
func (o *ResourcesGet200Response) SetNextToken(v string)
SetNextToken sets field value
func (*ResourcesGet200Response) SetSuccess ¶
func (o *ResourcesGet200Response) SetSuccess(v bool)
SetSuccess sets field value
func (*ResourcesGet200Response) SetTotalCount ¶
func (o *ResourcesGet200Response) SetTotalCount(v float32)
SetTotalCount sets field value
func (ResourcesGet200Response) ToMap ¶
func (o ResourcesGet200Response) ToMap() (map[string]interface{}, error)
func (*ResourcesGet200Response) UnmarshalJSON ¶
func (o *ResourcesGet200Response) UnmarshalJSON(data []byte) (err error)
type ResourcesGet200ResponseDataInner ¶
type ResourcesGet200ResponseDataInner struct {
// The uuid or name for the resource.
Id string `json:"id"`
// The type of resource.
Type string `json:"type"`
DisplayName string `json:"display_name"`
// Whether the resource is protected in source control
Protected bool `json:"protected"`
CreatedAt string `json:"created_at"`
UpdatedAt string `json:"updated_at"`
}
ResourcesGet200ResponseDataInner Resource
func NewResourcesGet200ResponseDataInner ¶
func NewResourcesGet200ResponseDataInner(id string, type_ string, displayName string, protected bool, createdAt string, updatedAt string) *ResourcesGet200ResponseDataInner
NewResourcesGet200ResponseDataInner instantiates a new ResourcesGet200ResponseDataInner object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewResourcesGet200ResponseDataInnerWithDefaults ¶
func NewResourcesGet200ResponseDataInnerWithDefaults() *ResourcesGet200ResponseDataInner
NewResourcesGet200ResponseDataInnerWithDefaults instantiates a new ResourcesGet200ResponseDataInner object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*ResourcesGet200ResponseDataInner) GetCreatedAt ¶
func (o *ResourcesGet200ResponseDataInner) GetCreatedAt() string
GetCreatedAt returns the CreatedAt field value
func (*ResourcesGet200ResponseDataInner) GetCreatedAtOk ¶
func (o *ResourcesGet200ResponseDataInner) GetCreatedAtOk() (*string, bool)
GetCreatedAtOk returns a tuple with the CreatedAt field value and a boolean to check if the value has been set.
func (*ResourcesGet200ResponseDataInner) GetDisplayName ¶
func (o *ResourcesGet200ResponseDataInner) GetDisplayName() string
GetDisplayName returns the DisplayName field value
func (*ResourcesGet200ResponseDataInner) GetDisplayNameOk ¶
func (o *ResourcesGet200ResponseDataInner) GetDisplayNameOk() (*string, bool)
GetDisplayNameOk returns a tuple with the DisplayName field value and a boolean to check if the value has been set.
func (*ResourcesGet200ResponseDataInner) GetId ¶
func (o *ResourcesGet200ResponseDataInner) GetId() string
GetId returns the Id field value
func (*ResourcesGet200ResponseDataInner) GetIdOk ¶
func (o *ResourcesGet200ResponseDataInner) GetIdOk() (*string, bool)
GetIdOk returns a tuple with the Id field value and a boolean to check if the value has been set.
func (*ResourcesGet200ResponseDataInner) GetProtected ¶ added in v1.0.0
func (o *ResourcesGet200ResponseDataInner) GetProtected() bool
GetProtected returns the Protected field value
func (*ResourcesGet200ResponseDataInner) GetProtectedOk ¶ added in v1.0.0
func (o *ResourcesGet200ResponseDataInner) GetProtectedOk() (*bool, bool)
GetProtectedOk returns a tuple with the Protected field value and a boolean to check if the value has been set.
func (*ResourcesGet200ResponseDataInner) GetType ¶
func (o *ResourcesGet200ResponseDataInner) GetType() string
GetType returns the Type field value
func (*ResourcesGet200ResponseDataInner) GetTypeOk ¶
func (o *ResourcesGet200ResponseDataInner) GetTypeOk() (*string, bool)
GetTypeOk returns a tuple with the Type field value and a boolean to check if the value has been set.
func (*ResourcesGet200ResponseDataInner) GetUpdatedAt ¶
func (o *ResourcesGet200ResponseDataInner) GetUpdatedAt() string
GetUpdatedAt returns the UpdatedAt field value
func (*ResourcesGet200ResponseDataInner) GetUpdatedAtOk ¶
func (o *ResourcesGet200ResponseDataInner) GetUpdatedAtOk() (*string, bool)
GetUpdatedAtOk returns a tuple with the UpdatedAt field value and a boolean to check if the value has been set.
func (ResourcesGet200ResponseDataInner) MarshalJSON ¶
func (o ResourcesGet200ResponseDataInner) MarshalJSON() ([]byte, error)
func (*ResourcesGet200ResponseDataInner) SetCreatedAt ¶
func (o *ResourcesGet200ResponseDataInner) SetCreatedAt(v string)
SetCreatedAt sets field value
func (*ResourcesGet200ResponseDataInner) SetDisplayName ¶
func (o *ResourcesGet200ResponseDataInner) SetDisplayName(v string)
SetDisplayName sets field value
func (*ResourcesGet200ResponseDataInner) SetId ¶
func (o *ResourcesGet200ResponseDataInner) SetId(v string)
SetId sets field value
func (*ResourcesGet200ResponseDataInner) SetProtected ¶ added in v1.0.0
func (o *ResourcesGet200ResponseDataInner) SetProtected(v bool)
SetProtected sets field value
func (*ResourcesGet200ResponseDataInner) SetType ¶
func (o *ResourcesGet200ResponseDataInner) SetType(v string)
SetType sets field value
func (*ResourcesGet200ResponseDataInner) SetUpdatedAt ¶
func (o *ResourcesGet200ResponseDataInner) SetUpdatedAt(v string)
SetUpdatedAt sets field value
func (ResourcesGet200ResponseDataInner) ToMap ¶
func (o ResourcesGet200ResponseDataInner) ToMap() (map[string]interface{}, error)
func (*ResourcesGet200ResponseDataInner) UnmarshalJSON ¶
func (o *ResourcesGet200ResponseDataInner) UnmarshalJSON(data []byte) (err error)
type ResourcesGet200ResponseDataInnerId ¶
type ResourcesGet200ResponseDataInnerId struct {
// contains filtered or unexported fields
}
ResourcesGet200ResponseDataInnerId The uuid for the resource.
func (ResourcesGet200ResponseDataInnerId) MarshalJSON ¶
func (src ResourcesGet200ResponseDataInnerId) MarshalJSON() ([]byte, error)
Marshal data from the first non-nil pointers in the struct to JSON
func (*ResourcesGet200ResponseDataInnerId) UnmarshalJSON ¶
func (dst *ResourcesGet200ResponseDataInnerId) UnmarshalJSON(data []byte) error
Unmarshal JSON data into any of the pointers in the struct
type ResourcesPost200Response ¶
type ResourcesPost200Response struct {
// API request succeeded
Success bool `json:"success"`
Data ResourcesPost200ResponseData `json:"data"`
AdditionalProperties map[string]interface{}
}
ResourcesPost200Response struct for ResourcesPost200Response
func NewResourcesPost200Response ¶
func NewResourcesPost200Response(success bool, data ResourcesPost200ResponseData) *ResourcesPost200Response
NewResourcesPost200Response instantiates a new ResourcesPost200Response object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewResourcesPost200ResponseWithDefaults ¶
func NewResourcesPost200ResponseWithDefaults() *ResourcesPost200Response
NewResourcesPost200ResponseWithDefaults instantiates a new ResourcesPost200Response object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*ResourcesPost200Response) GetData ¶
func (o *ResourcesPost200Response) GetData() ResourcesPost200ResponseData
GetData returns the Data field value
func (*ResourcesPost200Response) GetDataOk ¶
func (o *ResourcesPost200Response) GetDataOk() (*ResourcesPost200ResponseData, bool)
GetDataOk returns a tuple with the Data field value and a boolean to check if the value has been set.
func (*ResourcesPost200Response) GetSuccess ¶
func (o *ResourcesPost200Response) GetSuccess() bool
GetSuccess returns the Success field value
func (*ResourcesPost200Response) GetSuccessOk ¶
func (o *ResourcesPost200Response) GetSuccessOk() (*bool, bool)
GetSuccessOk returns a tuple with the Success field value and a boolean to check if the value has been set.
func (ResourcesPost200Response) MarshalJSON ¶
func (o ResourcesPost200Response) MarshalJSON() ([]byte, error)
func (*ResourcesPost200Response) SetData ¶
func (o *ResourcesPost200Response) SetData(v ResourcesPost200ResponseData)
SetData sets field value
func (*ResourcesPost200Response) SetSuccess ¶
func (o *ResourcesPost200Response) SetSuccess(v bool)
SetSuccess sets field value
func (ResourcesPost200Response) ToMap ¶
func (o ResourcesPost200Response) ToMap() (map[string]interface{}, error)
func (*ResourcesPost200Response) UnmarshalJSON ¶
func (o *ResourcesPost200Response) UnmarshalJSON(data []byte) (err error)
type ResourcesPost200ResponseData ¶
type ResourcesPost200ResponseData struct {
// The uuid or name for the resource.
Id string `json:"id"`
// The type of resource.
Type string `json:"type"`
DisplayName string `json:"display_name"`
// Whether the resource is protected in source control
Protected bool `json:"protected"`
CreatedAt string `json:"created_at"`
UpdatedAt string `json:"updated_at"`
}
ResourcesPost200ResponseData The created resource.
func NewResourcesPost200ResponseData ¶
func NewResourcesPost200ResponseData(id string, type_ string, displayName string, protected bool, createdAt string, updatedAt string) *ResourcesPost200ResponseData
NewResourcesPost200ResponseData instantiates a new ResourcesPost200ResponseData object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewResourcesPost200ResponseDataWithDefaults ¶
func NewResourcesPost200ResponseDataWithDefaults() *ResourcesPost200ResponseData
NewResourcesPost200ResponseDataWithDefaults instantiates a new ResourcesPost200ResponseData object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*ResourcesPost200ResponseData) GetCreatedAt ¶
func (o *ResourcesPost200ResponseData) GetCreatedAt() string
GetCreatedAt returns the CreatedAt field value
func (*ResourcesPost200ResponseData) GetCreatedAtOk ¶
func (o *ResourcesPost200ResponseData) GetCreatedAtOk() (*string, bool)
GetCreatedAtOk returns a tuple with the CreatedAt field value and a boolean to check if the value has been set.
func (*ResourcesPost200ResponseData) GetDisplayName ¶
func (o *ResourcesPost200ResponseData) GetDisplayName() string
GetDisplayName returns the DisplayName field value
func (*ResourcesPost200ResponseData) GetDisplayNameOk ¶
func (o *ResourcesPost200ResponseData) GetDisplayNameOk() (*string, bool)
GetDisplayNameOk returns a tuple with the DisplayName field value and a boolean to check if the value has been set.
func (*ResourcesPost200ResponseData) GetId ¶
func (o *ResourcesPost200ResponseData) GetId() string
GetId returns the Id field value
func (*ResourcesPost200ResponseData) GetIdOk ¶
func (o *ResourcesPost200ResponseData) GetIdOk() (*string, bool)
GetIdOk returns a tuple with the Id field value and a boolean to check if the value has been set.
func (*ResourcesPost200ResponseData) GetProtected ¶ added in v1.0.0
func (o *ResourcesPost200ResponseData) GetProtected() bool
GetProtected returns the Protected field value
func (*ResourcesPost200ResponseData) GetProtectedOk ¶ added in v1.0.0
func (o *ResourcesPost200ResponseData) GetProtectedOk() (*bool, bool)
GetProtectedOk returns a tuple with the Protected field value and a boolean to check if the value has been set.
func (*ResourcesPost200ResponseData) GetType ¶
func (o *ResourcesPost200ResponseData) GetType() string
GetType returns the Type field value
func (*ResourcesPost200ResponseData) GetTypeOk ¶
func (o *ResourcesPost200ResponseData) GetTypeOk() (*string, bool)
GetTypeOk returns a tuple with the Type field value and a boolean to check if the value has been set.
func (*ResourcesPost200ResponseData) GetUpdatedAt ¶
func (o *ResourcesPost200ResponseData) GetUpdatedAt() string
GetUpdatedAt returns the UpdatedAt field value
func (*ResourcesPost200ResponseData) GetUpdatedAtOk ¶
func (o *ResourcesPost200ResponseData) GetUpdatedAtOk() (*string, bool)
GetUpdatedAtOk returns a tuple with the UpdatedAt field value and a boolean to check if the value has been set.
func (ResourcesPost200ResponseData) MarshalJSON ¶
func (o ResourcesPost200ResponseData) MarshalJSON() ([]byte, error)
func (*ResourcesPost200ResponseData) SetCreatedAt ¶
func (o *ResourcesPost200ResponseData) SetCreatedAt(v string)
SetCreatedAt sets field value
func (*ResourcesPost200ResponseData) SetDisplayName ¶
func (o *ResourcesPost200ResponseData) SetDisplayName(v string)
SetDisplayName sets field value
func (*ResourcesPost200ResponseData) SetId ¶
func (o *ResourcesPost200ResponseData) SetId(v string)
SetId sets field value
func (*ResourcesPost200ResponseData) SetProtected ¶ added in v1.0.0
func (o *ResourcesPost200ResponseData) SetProtected(v bool)
SetProtected sets field value
func (*ResourcesPost200ResponseData) SetType ¶
func (o *ResourcesPost200ResponseData) SetType(v string)
SetType sets field value
func (*ResourcesPost200ResponseData) SetUpdatedAt ¶
func (o *ResourcesPost200ResponseData) SetUpdatedAt(v string)
SetUpdatedAt sets field value
func (ResourcesPost200ResponseData) ToMap ¶
func (o ResourcesPost200ResponseData) ToMap() (map[string]interface{}, error)
func (*ResourcesPost200ResponseData) UnmarshalJSON ¶
func (o *ResourcesPost200ResponseData) UnmarshalJSON(data []byte) (err error)
type ResourcesPostRequest ¶
type ResourcesPostRequest struct {
// The type of resource.
Type string `json:"type"`
DisplayName string `json:"display_name"`
Options ResourcesPostRequestOptions `json:"options"`
AdditionalProperties map[string]interface{}
}
ResourcesPostRequest struct for ResourcesPostRequest
func NewResourcesPostRequest ¶
func NewResourcesPostRequest(type_ string, displayName string, options ResourcesPostRequestOptions) *ResourcesPostRequest
NewResourcesPostRequest instantiates a new ResourcesPostRequest object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewResourcesPostRequestWithDefaults ¶
func NewResourcesPostRequestWithDefaults() *ResourcesPostRequest
NewResourcesPostRequestWithDefaults instantiates a new ResourcesPostRequest object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*ResourcesPostRequest) GetDisplayName ¶
func (o *ResourcesPostRequest) GetDisplayName() string
GetDisplayName returns the DisplayName field value
func (*ResourcesPostRequest) GetDisplayNameOk ¶
func (o *ResourcesPostRequest) GetDisplayNameOk() (*string, bool)
GetDisplayNameOk returns a tuple with the DisplayName field value and a boolean to check if the value has been set.
func (*ResourcesPostRequest) GetOptions ¶
func (o *ResourcesPostRequest) GetOptions() ResourcesPostRequestOptions
GetOptions returns the Options field value
func (*ResourcesPostRequest) GetOptionsOk ¶
func (o *ResourcesPostRequest) GetOptionsOk() (*ResourcesPostRequestOptions, bool)
GetOptionsOk returns a tuple with the Options field value and a boolean to check if the value has been set.
func (*ResourcesPostRequest) GetType ¶
func (o *ResourcesPostRequest) GetType() string
GetType returns the Type field value
func (*ResourcesPostRequest) GetTypeOk ¶
func (o *ResourcesPostRequest) GetTypeOk() (*string, bool)
GetTypeOk returns a tuple with the Type field value and a boolean to check if the value has been set.
func (ResourcesPostRequest) MarshalJSON ¶
func (o ResourcesPostRequest) MarshalJSON() ([]byte, error)
func (*ResourcesPostRequest) SetDisplayName ¶
func (o *ResourcesPostRequest) SetDisplayName(v string)
SetDisplayName sets field value
func (*ResourcesPostRequest) SetOptions ¶
func (o *ResourcesPostRequest) SetOptions(v ResourcesPostRequestOptions)
SetOptions sets field value
func (*ResourcesPostRequest) SetType ¶
func (o *ResourcesPostRequest) SetType(v string)
SetType sets field value
func (ResourcesPostRequest) ToMap ¶
func (o ResourcesPostRequest) ToMap() (map[string]interface{}, error)
func (*ResourcesPostRequest) UnmarshalJSON ¶
func (o *ResourcesPostRequest) UnmarshalJSON(data []byte) (err error)
type ResourcesPostRequestOptions ¶
type ResourcesPostRequestOptions struct {
MySQLOptions *MySQLOptions
PostgresOptions *PostgresOptions
RedshiftOptions *RedshiftOptions
RestAPIOptions *RestAPIOptions
SnowflakeOptions *SnowflakeOptions
}
ResourcesPostRequestOptions struct for ResourcesPostRequestOptions
func (ResourcesPostRequestOptions) MarshalJSON ¶
func (src ResourcesPostRequestOptions) MarshalJSON() ([]byte, error)
Marshal data from the first non-nil pointers in the struct to JSON
func (*ResourcesPostRequestOptions) UnmarshalJSON ¶
func (dst *ResourcesPostRequestOptions) UnmarshalJSON(data []byte) error
Unmarshal JSON data into any of the pointers in the struct
type ResourcesResourceIdGet200Response ¶
type ResourcesResourceIdGet200Response struct {
// API request succeeded
Success bool `json:"success"`
Data ResourcesGet200ResponseDataInner `json:"data"`
AdditionalProperties map[string]interface{}
}
ResourcesResourceIdGet200Response A single resource
func NewResourcesResourceIdGet200Response ¶
func NewResourcesResourceIdGet200Response(success bool, data ResourcesGet200ResponseDataInner) *ResourcesResourceIdGet200Response
NewResourcesResourceIdGet200Response instantiates a new ResourcesResourceIdGet200Response object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewResourcesResourceIdGet200ResponseWithDefaults ¶
func NewResourcesResourceIdGet200ResponseWithDefaults() *ResourcesResourceIdGet200Response
NewResourcesResourceIdGet200ResponseWithDefaults instantiates a new ResourcesResourceIdGet200Response object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*ResourcesResourceIdGet200Response) GetData ¶
func (o *ResourcesResourceIdGet200Response) GetData() ResourcesGet200ResponseDataInner
GetData returns the Data field value
func (*ResourcesResourceIdGet200Response) GetDataOk ¶
func (o *ResourcesResourceIdGet200Response) GetDataOk() (*ResourcesGet200ResponseDataInner, bool)
GetDataOk returns a tuple with the Data field value and a boolean to check if the value has been set.
func (*ResourcesResourceIdGet200Response) GetSuccess ¶
func (o *ResourcesResourceIdGet200Response) GetSuccess() bool
GetSuccess returns the Success field value
func (*ResourcesResourceIdGet200Response) GetSuccessOk ¶
func (o *ResourcesResourceIdGet200Response) GetSuccessOk() (*bool, bool)
GetSuccessOk returns a tuple with the Success field value and a boolean to check if the value has been set.
func (ResourcesResourceIdGet200Response) MarshalJSON ¶
func (o ResourcesResourceIdGet200Response) MarshalJSON() ([]byte, error)
func (*ResourcesResourceIdGet200Response) SetData ¶
func (o *ResourcesResourceIdGet200Response) SetData(v ResourcesGet200ResponseDataInner)
SetData sets field value
func (*ResourcesResourceIdGet200Response) SetSuccess ¶
func (o *ResourcesResourceIdGet200Response) SetSuccess(v bool)
SetSuccess sets field value
func (ResourcesResourceIdGet200Response) ToMap ¶
func (o ResourcesResourceIdGet200Response) ToMap() (map[string]interface{}, error)
func (*ResourcesResourceIdGet200Response) UnmarshalJSON ¶
func (o *ResourcesResourceIdGet200Response) UnmarshalJSON(data []byte) (err error)
type ResourcesResourceIdPatch200Response ¶ added in v1.0.0
type ResourcesResourceIdPatch200Response struct {
// API request succeeded
Success bool `json:"success"`
Data ResourcesResourceIdPatch200ResponseData `json:"data"`
AdditionalProperties map[string]interface{}
}
ResourcesResourceIdPatch200Response struct for ResourcesResourceIdPatch200Response
func NewResourcesResourceIdPatch200Response ¶ added in v1.0.0
func NewResourcesResourceIdPatch200Response(success bool, data ResourcesResourceIdPatch200ResponseData) *ResourcesResourceIdPatch200Response
NewResourcesResourceIdPatch200Response instantiates a new ResourcesResourceIdPatch200Response object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewResourcesResourceIdPatch200ResponseWithDefaults ¶ added in v1.0.0
func NewResourcesResourceIdPatch200ResponseWithDefaults() *ResourcesResourceIdPatch200Response
NewResourcesResourceIdPatch200ResponseWithDefaults instantiates a new ResourcesResourceIdPatch200Response object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*ResourcesResourceIdPatch200Response) GetData ¶ added in v1.0.0
func (o *ResourcesResourceIdPatch200Response) GetData() ResourcesResourceIdPatch200ResponseData
GetData returns the Data field value
func (*ResourcesResourceIdPatch200Response) GetDataOk ¶ added in v1.0.0
func (o *ResourcesResourceIdPatch200Response) GetDataOk() (*ResourcesResourceIdPatch200ResponseData, bool)
GetDataOk returns a tuple with the Data field value and a boolean to check if the value has been set.
func (*ResourcesResourceIdPatch200Response) GetSuccess ¶ added in v1.0.0
func (o *ResourcesResourceIdPatch200Response) GetSuccess() bool
GetSuccess returns the Success field value
func (*ResourcesResourceIdPatch200Response) GetSuccessOk ¶ added in v1.0.0
func (o *ResourcesResourceIdPatch200Response) GetSuccessOk() (*bool, bool)
GetSuccessOk returns a tuple with the Success field value and a boolean to check if the value has been set.
func (ResourcesResourceIdPatch200Response) MarshalJSON ¶ added in v1.0.0
func (o ResourcesResourceIdPatch200Response) MarshalJSON() ([]byte, error)
func (*ResourcesResourceIdPatch200Response) SetData ¶ added in v1.0.0
func (o *ResourcesResourceIdPatch200Response) SetData(v ResourcesResourceIdPatch200ResponseData)
SetData sets field value
func (*ResourcesResourceIdPatch200Response) SetSuccess ¶ added in v1.0.0
func (o *ResourcesResourceIdPatch200Response) SetSuccess(v bool)
SetSuccess sets field value
func (ResourcesResourceIdPatch200Response) ToMap ¶ added in v1.0.0
func (o ResourcesResourceIdPatch200Response) ToMap() (map[string]interface{}, error)
func (*ResourcesResourceIdPatch200Response) UnmarshalJSON ¶ added in v1.0.0
func (o *ResourcesResourceIdPatch200Response) UnmarshalJSON(data []byte) (err error)
type ResourcesResourceIdPatch200ResponseData ¶ added in v1.0.0
type ResourcesResourceIdPatch200ResponseData struct {
// The uuid or name for the resource.
Id string `json:"id"`
// The type of resource.
Type string `json:"type"`
DisplayName string `json:"display_name"`
// Whether the resource is protected in source control
Protected bool `json:"protected"`
CreatedAt string `json:"created_at"`
UpdatedAt string `json:"updated_at"`
}
ResourcesResourceIdPatch200ResponseData The updated resource.
func NewResourcesResourceIdPatch200ResponseData ¶ added in v1.0.0
func NewResourcesResourceIdPatch200ResponseData(id string, type_ string, displayName string, protected bool, createdAt string, updatedAt string) *ResourcesResourceIdPatch200ResponseData
NewResourcesResourceIdPatch200ResponseData instantiates a new ResourcesResourceIdPatch200ResponseData object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewResourcesResourceIdPatch200ResponseDataWithDefaults ¶ added in v1.0.0
func NewResourcesResourceIdPatch200ResponseDataWithDefaults() *ResourcesResourceIdPatch200ResponseData
NewResourcesResourceIdPatch200ResponseDataWithDefaults instantiates a new ResourcesResourceIdPatch200ResponseData object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*ResourcesResourceIdPatch200ResponseData) GetCreatedAt ¶ added in v1.0.0
func (o *ResourcesResourceIdPatch200ResponseData) GetCreatedAt() string
GetCreatedAt returns the CreatedAt field value
func (*ResourcesResourceIdPatch200ResponseData) GetCreatedAtOk ¶ added in v1.0.0
func (o *ResourcesResourceIdPatch200ResponseData) GetCreatedAtOk() (*string, bool)
GetCreatedAtOk returns a tuple with the CreatedAt field value and a boolean to check if the value has been set.
func (*ResourcesResourceIdPatch200ResponseData) GetDisplayName ¶ added in v1.0.0
func (o *ResourcesResourceIdPatch200ResponseData) GetDisplayName() string
GetDisplayName returns the DisplayName field value
func (*ResourcesResourceIdPatch200ResponseData) GetDisplayNameOk ¶ added in v1.0.0
func (o *ResourcesResourceIdPatch200ResponseData) GetDisplayNameOk() (*string, bool)
GetDisplayNameOk returns a tuple with the DisplayName field value and a boolean to check if the value has been set.
func (*ResourcesResourceIdPatch200ResponseData) GetId ¶ added in v1.0.0
func (o *ResourcesResourceIdPatch200ResponseData) GetId() string
GetId returns the Id field value
func (*ResourcesResourceIdPatch200ResponseData) GetIdOk ¶ added in v1.0.0
func (o *ResourcesResourceIdPatch200ResponseData) GetIdOk() (*string, bool)
GetIdOk returns a tuple with the Id field value and a boolean to check if the value has been set.
func (*ResourcesResourceIdPatch200ResponseData) GetProtected ¶ added in v1.0.0
func (o *ResourcesResourceIdPatch200ResponseData) GetProtected() bool
GetProtected returns the Protected field value
func (*ResourcesResourceIdPatch200ResponseData) GetProtectedOk ¶ added in v1.0.0
func (o *ResourcesResourceIdPatch200ResponseData) GetProtectedOk() (*bool, bool)
GetProtectedOk returns a tuple with the Protected field value and a boolean to check if the value has been set.
func (*ResourcesResourceIdPatch200ResponseData) GetType ¶ added in v1.0.0
func (o *ResourcesResourceIdPatch200ResponseData) GetType() string
GetType returns the Type field value
func (*ResourcesResourceIdPatch200ResponseData) GetTypeOk ¶ added in v1.0.0
func (o *ResourcesResourceIdPatch200ResponseData) GetTypeOk() (*string, bool)
GetTypeOk returns a tuple with the Type field value and a boolean to check if the value has been set.
func (*ResourcesResourceIdPatch200ResponseData) GetUpdatedAt ¶ added in v1.0.0
func (o *ResourcesResourceIdPatch200ResponseData) GetUpdatedAt() string
GetUpdatedAt returns the UpdatedAt field value
func (*ResourcesResourceIdPatch200ResponseData) GetUpdatedAtOk ¶ added in v1.0.0
func (o *ResourcesResourceIdPatch200ResponseData) GetUpdatedAtOk() (*string, bool)
GetUpdatedAtOk returns a tuple with the UpdatedAt field value and a boolean to check if the value has been set.
func (ResourcesResourceIdPatch200ResponseData) MarshalJSON ¶ added in v1.0.0
func (o ResourcesResourceIdPatch200ResponseData) MarshalJSON() ([]byte, error)
func (*ResourcesResourceIdPatch200ResponseData) SetCreatedAt ¶ added in v1.0.0
func (o *ResourcesResourceIdPatch200ResponseData) SetCreatedAt(v string)
SetCreatedAt sets field value
func (*ResourcesResourceIdPatch200ResponseData) SetDisplayName ¶ added in v1.0.0
func (o *ResourcesResourceIdPatch200ResponseData) SetDisplayName(v string)
SetDisplayName sets field value
func (*ResourcesResourceIdPatch200ResponseData) SetId ¶ added in v1.0.0
func (o *ResourcesResourceIdPatch200ResponseData) SetId(v string)
SetId sets field value
func (*ResourcesResourceIdPatch200ResponseData) SetProtected ¶ added in v1.0.0
func (o *ResourcesResourceIdPatch200ResponseData) SetProtected(v bool)
SetProtected sets field value
func (*ResourcesResourceIdPatch200ResponseData) SetType ¶ added in v1.0.0
func (o *ResourcesResourceIdPatch200ResponseData) SetType(v string)
SetType sets field value
func (*ResourcesResourceIdPatch200ResponseData) SetUpdatedAt ¶ added in v1.0.0
func (o *ResourcesResourceIdPatch200ResponseData) SetUpdatedAt(v string)
SetUpdatedAt sets field value
func (ResourcesResourceIdPatch200ResponseData) ToMap ¶ added in v1.0.0
func (o ResourcesResourceIdPatch200ResponseData) ToMap() (map[string]interface{}, error)
func (*ResourcesResourceIdPatch200ResponseData) UnmarshalJSON ¶ added in v1.0.0
func (o *ResourcesResourceIdPatch200ResponseData) UnmarshalJSON(data []byte) (err error)
type ResourcesResourceIdPatchRequest ¶ added in v1.0.0
type ResourcesResourceIdPatchRequest struct {
// A list of operations to apply to the resource. See the [JSON PATCH specification](https://tools.ietf.org/html/rfc6902) for more details.
Operations []ReplaceOperation `json:"operations"`
}
ResourcesResourceIdPatchRequest The body of a request to update a resource.
func NewResourcesResourceIdPatchRequest ¶ added in v1.0.0
func NewResourcesResourceIdPatchRequest(operations []ReplaceOperation) *ResourcesResourceIdPatchRequest
NewResourcesResourceIdPatchRequest instantiates a new ResourcesResourceIdPatchRequest object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewResourcesResourceIdPatchRequestWithDefaults ¶ added in v1.0.0
func NewResourcesResourceIdPatchRequestWithDefaults() *ResourcesResourceIdPatchRequest
NewResourcesResourceIdPatchRequestWithDefaults instantiates a new ResourcesResourceIdPatchRequest object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*ResourcesResourceIdPatchRequest) GetOperations ¶ added in v1.0.0
func (o *ResourcesResourceIdPatchRequest) GetOperations() []ReplaceOperation
GetOperations returns the Operations field value
func (*ResourcesResourceIdPatchRequest) GetOperationsOk ¶ added in v1.0.0
func (o *ResourcesResourceIdPatchRequest) GetOperationsOk() ([]ReplaceOperation, bool)
GetOperationsOk returns a tuple with the Operations field value and a boolean to check if the value has been set.
func (ResourcesResourceIdPatchRequest) MarshalJSON ¶ added in v1.0.0
func (o ResourcesResourceIdPatchRequest) MarshalJSON() ([]byte, error)
func (*ResourcesResourceIdPatchRequest) SetOperations ¶ added in v1.0.0
func (o *ResourcesResourceIdPatchRequest) SetOperations(v []ReplaceOperation)
SetOperations sets field value
func (ResourcesResourceIdPatchRequest) ToMap ¶ added in v1.0.0
func (o ResourcesResourceIdPatchRequest) ToMap() (map[string]interface{}, error)
func (*ResourcesResourceIdPatchRequest) UnmarshalJSON ¶ added in v1.0.0
func (o *ResourcesResourceIdPatchRequest) UnmarshalJSON(data []byte) (err error)
type RestAPIOptions ¶
type RestAPIOptions struct {
// Use the absolute URL (e.g. https://example.com).
BaseUrl string `json:"base_url"`
UrlParameters [][]string `json:"url_parameters,omitempty"`
Headers [][]string `json:"headers,omitempty"`
// Extra body values are not passed for GET or HEAD requests.
ExtraBodyValues [][]string `json:"extra_body_values,omitempty"`
// You can use the pattern COOKIE_your_cookie_name in the Headers section in order to implement the double-cookie submit pattern.
CookiesToForward []string `json:"cookies_to_forward,omitempty"`
// This is useful if you have dynamic cookie names.
ForwardAllCookies *bool `json:"forward_all_cookies,omitempty"`
AuthenticationOptions *RestAPIOptionsAuthenticationOptions `json:"authentication_options,omitempty"`
}
RestAPIOptions struct for RestAPIOptions
func NewRestAPIOptions ¶
func NewRestAPIOptions(baseUrl string) *RestAPIOptions
NewRestAPIOptions instantiates a new RestAPIOptions object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewRestAPIOptionsWithDefaults ¶
func NewRestAPIOptionsWithDefaults() *RestAPIOptions
NewRestAPIOptionsWithDefaults instantiates a new RestAPIOptions object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*RestAPIOptions) GetAuthenticationOptions ¶
func (o *RestAPIOptions) GetAuthenticationOptions() RestAPIOptionsAuthenticationOptions
GetAuthenticationOptions returns the AuthenticationOptions field value if set, zero value otherwise.
func (*RestAPIOptions) GetAuthenticationOptionsOk ¶
func (o *RestAPIOptions) GetAuthenticationOptionsOk() (*RestAPIOptionsAuthenticationOptions, bool)
GetAuthenticationOptionsOk returns a tuple with the AuthenticationOptions field value if set, nil otherwise and a boolean to check if the value has been set.
func (*RestAPIOptions) GetBaseUrl ¶
func (o *RestAPIOptions) GetBaseUrl() string
GetBaseUrl returns the BaseUrl field value
func (*RestAPIOptions) GetBaseUrlOk ¶
func (o *RestAPIOptions) GetBaseUrlOk() (*string, bool)
GetBaseUrlOk returns a tuple with the BaseUrl field value and a boolean to check if the value has been set.
func (*RestAPIOptions) GetCookiesToForward ¶
func (o *RestAPIOptions) GetCookiesToForward() []string
GetCookiesToForward returns the CookiesToForward field value if set, zero value otherwise.
func (*RestAPIOptions) GetCookiesToForwardOk ¶
func (o *RestAPIOptions) GetCookiesToForwardOk() ([]string, bool)
GetCookiesToForwardOk returns a tuple with the CookiesToForward field value if set, nil otherwise and a boolean to check if the value has been set.
func (*RestAPIOptions) GetExtraBodyValues ¶
func (o *RestAPIOptions) GetExtraBodyValues() [][]string
GetExtraBodyValues returns the ExtraBodyValues field value if set, zero value otherwise.
func (*RestAPIOptions) GetExtraBodyValuesOk ¶
func (o *RestAPIOptions) GetExtraBodyValuesOk() ([][]string, bool)
GetExtraBodyValuesOk returns a tuple with the ExtraBodyValues field value if set, nil otherwise and a boolean to check if the value has been set.
func (*RestAPIOptions) GetForwardAllCookies ¶
func (o *RestAPIOptions) GetForwardAllCookies() bool
GetForwardAllCookies returns the ForwardAllCookies field value if set, zero value otherwise.
func (*RestAPIOptions) GetForwardAllCookiesOk ¶
func (o *RestAPIOptions) GetForwardAllCookiesOk() (*bool, bool)
GetForwardAllCookiesOk returns a tuple with the ForwardAllCookies field value if set, nil otherwise and a boolean to check if the value has been set.
func (*RestAPIOptions) GetHeaders ¶
func (o *RestAPIOptions) GetHeaders() [][]string
GetHeaders returns the Headers field value if set, zero value otherwise.
func (*RestAPIOptions) GetHeadersOk ¶
func (o *RestAPIOptions) GetHeadersOk() ([][]string, bool)
GetHeadersOk returns a tuple with the Headers field value if set, nil otherwise and a boolean to check if the value has been set.
func (*RestAPIOptions) GetUrlParameters ¶
func (o *RestAPIOptions) GetUrlParameters() [][]string
GetUrlParameters returns the UrlParameters field value if set, zero value otherwise.
func (*RestAPIOptions) GetUrlParametersOk ¶
func (o *RestAPIOptions) GetUrlParametersOk() ([][]string, bool)
GetUrlParametersOk returns a tuple with the UrlParameters field value if set, nil otherwise and a boolean to check if the value has been set.
func (*RestAPIOptions) HasAuthenticationOptions ¶
func (o *RestAPIOptions) HasAuthenticationOptions() bool
HasAuthenticationOptions returns a boolean if a field has been set.
func (*RestAPIOptions) HasCookiesToForward ¶
func (o *RestAPIOptions) HasCookiesToForward() bool
HasCookiesToForward returns a boolean if a field has been set.
func (*RestAPIOptions) HasExtraBodyValues ¶
func (o *RestAPIOptions) HasExtraBodyValues() bool
HasExtraBodyValues returns a boolean if a field has been set.
func (*RestAPIOptions) HasForwardAllCookies ¶
func (o *RestAPIOptions) HasForwardAllCookies() bool
HasForwardAllCookies returns a boolean if a field has been set.
func (*RestAPIOptions) HasHeaders ¶
func (o *RestAPIOptions) HasHeaders() bool
HasHeaders returns a boolean if a field has been set.
func (*RestAPIOptions) HasUrlParameters ¶
func (o *RestAPIOptions) HasUrlParameters() bool
HasUrlParameters returns a boolean if a field has been set.
func (RestAPIOptions) MarshalJSON ¶
func (o RestAPIOptions) MarshalJSON() ([]byte, error)
func (*RestAPIOptions) SetAuthenticationOptions ¶
func (o *RestAPIOptions) SetAuthenticationOptions(v RestAPIOptionsAuthenticationOptions)
SetAuthenticationOptions gets a reference to the given RestAPIOptionsAuthenticationOptions and assigns it to the AuthenticationOptions field.
func (*RestAPIOptions) SetBaseUrl ¶
func (o *RestAPIOptions) SetBaseUrl(v string)
SetBaseUrl sets field value
func (*RestAPIOptions) SetCookiesToForward ¶
func (o *RestAPIOptions) SetCookiesToForward(v []string)
SetCookiesToForward gets a reference to the given []string and assigns it to the CookiesToForward field.
func (*RestAPIOptions) SetExtraBodyValues ¶
func (o *RestAPIOptions) SetExtraBodyValues(v [][]string)
SetExtraBodyValues gets a reference to the given [][]string and assigns it to the ExtraBodyValues field.
func (*RestAPIOptions) SetForwardAllCookies ¶
func (o *RestAPIOptions) SetForwardAllCookies(v bool)
SetForwardAllCookies gets a reference to the given bool and assigns it to the ForwardAllCookies field.
func (*RestAPIOptions) SetHeaders ¶
func (o *RestAPIOptions) SetHeaders(v [][]string)
SetHeaders gets a reference to the given [][]string and assigns it to the Headers field.
func (*RestAPIOptions) SetUrlParameters ¶
func (o *RestAPIOptions) SetUrlParameters(v [][]string)
SetUrlParameters gets a reference to the given [][]string and assigns it to the UrlParameters field.
func (RestAPIOptions) ToMap ¶
func (o RestAPIOptions) ToMap() (map[string]interface{}, error)
func (*RestAPIOptions) UnmarshalJSON ¶
func (o *RestAPIOptions) UnmarshalJSON(data []byte) (err error)
type RestAPIOptionsAuthenticationOptions ¶
type RestAPIOptionsAuthenticationOptions struct {
RestAPIOptionsAuthenticationOptionsAnyOf *RestAPIOptionsAuthenticationOptionsAnyOf
RestAPIOptionsAuthenticationOptionsAnyOf1 *RestAPIOptionsAuthenticationOptionsAnyOf1
RestAPIOptionsAuthenticationOptionsAnyOf2 *RestAPIOptionsAuthenticationOptionsAnyOf2
RestAPIOptionsAuthenticationOptionsAnyOf3 *RestAPIOptionsAuthenticationOptionsAnyOf3
RestAPIOptionsAuthenticationOptionsAnyOf4 *RestAPIOptionsAuthenticationOptionsAnyOf4
RestAPIOptionsAuthenticationOptionsAnyOf5 *RestAPIOptionsAuthenticationOptionsAnyOf5
RestAPIOptionsAuthenticationOptionsAnyOf6 *RestAPIOptionsAuthenticationOptionsAnyOf6
}
RestAPIOptionsAuthenticationOptions Note that custom auth is not yet supported.
func (RestAPIOptionsAuthenticationOptions) MarshalJSON ¶
func (src RestAPIOptionsAuthenticationOptions) MarshalJSON() ([]byte, error)
Marshal data from the first non-nil pointers in the struct to JSON
func (*RestAPIOptionsAuthenticationOptions) UnmarshalJSON ¶
func (dst *RestAPIOptionsAuthenticationOptions) UnmarshalJSON(data []byte) error
Unmarshal JSON data into any of the pointers in the struct
type RestAPIOptionsAuthenticationOptionsAnyOf ¶
type RestAPIOptionsAuthenticationOptionsAnyOf struct {
AuthenticationType string `json:"authentication_type"`
Auth0Domain string `json:"auth0_domain"`
Auth0ClientId string `json:"auth0_client_id"`
Auth0ClientSecret string `json:"auth0_client_secret"`
Auth0CustomAudience string `json:"auth0_custom_audience"`
}
RestAPIOptionsAuthenticationOptionsAnyOf struct for RestAPIOptionsAuthenticationOptionsAnyOf
func NewRestAPIOptionsAuthenticationOptionsAnyOf ¶
func NewRestAPIOptionsAuthenticationOptionsAnyOf(authenticationType string, auth0Domain string, auth0ClientId string, auth0ClientSecret string, auth0CustomAudience string) *RestAPIOptionsAuthenticationOptionsAnyOf
NewRestAPIOptionsAuthenticationOptionsAnyOf instantiates a new RestAPIOptionsAuthenticationOptionsAnyOf object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewRestAPIOptionsAuthenticationOptionsAnyOfWithDefaults ¶
func NewRestAPIOptionsAuthenticationOptionsAnyOfWithDefaults() *RestAPIOptionsAuthenticationOptionsAnyOf
NewRestAPIOptionsAuthenticationOptionsAnyOfWithDefaults instantiates a new RestAPIOptionsAuthenticationOptionsAnyOf object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*RestAPIOptionsAuthenticationOptionsAnyOf) GetAuth0ClientId ¶
func (o *RestAPIOptionsAuthenticationOptionsAnyOf) GetAuth0ClientId() string
GetAuth0ClientId returns the Auth0ClientId field value
func (*RestAPIOptionsAuthenticationOptionsAnyOf) GetAuth0ClientIdOk ¶
func (o *RestAPIOptionsAuthenticationOptionsAnyOf) GetAuth0ClientIdOk() (*string, bool)
GetAuth0ClientIdOk returns a tuple with the Auth0ClientId field value and a boolean to check if the value has been set.
func (*RestAPIOptionsAuthenticationOptionsAnyOf) GetAuth0ClientSecret ¶
func (o *RestAPIOptionsAuthenticationOptionsAnyOf) GetAuth0ClientSecret() string
GetAuth0ClientSecret returns the Auth0ClientSecret field value
func (*RestAPIOptionsAuthenticationOptionsAnyOf) GetAuth0ClientSecretOk ¶
func (o *RestAPIOptionsAuthenticationOptionsAnyOf) GetAuth0ClientSecretOk() (*string, bool)
GetAuth0ClientSecretOk returns a tuple with the Auth0ClientSecret field value and a boolean to check if the value has been set.
func (*RestAPIOptionsAuthenticationOptionsAnyOf) GetAuth0CustomAudience ¶
func (o *RestAPIOptionsAuthenticationOptionsAnyOf) GetAuth0CustomAudience() string
GetAuth0CustomAudience returns the Auth0CustomAudience field value
func (*RestAPIOptionsAuthenticationOptionsAnyOf) GetAuth0CustomAudienceOk ¶
func (o *RestAPIOptionsAuthenticationOptionsAnyOf) GetAuth0CustomAudienceOk() (*string, bool)
GetAuth0CustomAudienceOk returns a tuple with the Auth0CustomAudience field value and a boolean to check if the value has been set.
func (*RestAPIOptionsAuthenticationOptionsAnyOf) GetAuth0Domain ¶
func (o *RestAPIOptionsAuthenticationOptionsAnyOf) GetAuth0Domain() string
GetAuth0Domain returns the Auth0Domain field value
func (*RestAPIOptionsAuthenticationOptionsAnyOf) GetAuth0DomainOk ¶
func (o *RestAPIOptionsAuthenticationOptionsAnyOf) GetAuth0DomainOk() (*string, bool)
GetAuth0DomainOk returns a tuple with the Auth0Domain field value and a boolean to check if the value has been set.
func (*RestAPIOptionsAuthenticationOptionsAnyOf) GetAuthenticationType ¶
func (o *RestAPIOptionsAuthenticationOptionsAnyOf) GetAuthenticationType() string
GetAuthenticationType returns the AuthenticationType field value
func (*RestAPIOptionsAuthenticationOptionsAnyOf) GetAuthenticationTypeOk ¶
func (o *RestAPIOptionsAuthenticationOptionsAnyOf) GetAuthenticationTypeOk() (*string, bool)
GetAuthenticationTypeOk returns a tuple with the AuthenticationType field value and a boolean to check if the value has been set.
func (RestAPIOptionsAuthenticationOptionsAnyOf) MarshalJSON ¶
func (o RestAPIOptionsAuthenticationOptionsAnyOf) MarshalJSON() ([]byte, error)
func (*RestAPIOptionsAuthenticationOptionsAnyOf) SetAuth0ClientId ¶
func (o *RestAPIOptionsAuthenticationOptionsAnyOf) SetAuth0ClientId(v string)
SetAuth0ClientId sets field value
func (*RestAPIOptionsAuthenticationOptionsAnyOf) SetAuth0ClientSecret ¶
func (o *RestAPIOptionsAuthenticationOptionsAnyOf) SetAuth0ClientSecret(v string)
SetAuth0ClientSecret sets field value
func (*RestAPIOptionsAuthenticationOptionsAnyOf) SetAuth0CustomAudience ¶
func (o *RestAPIOptionsAuthenticationOptionsAnyOf) SetAuth0CustomAudience(v string)
SetAuth0CustomAudience sets field value
func (*RestAPIOptionsAuthenticationOptionsAnyOf) SetAuth0Domain ¶
func (o *RestAPIOptionsAuthenticationOptionsAnyOf) SetAuth0Domain(v string)
SetAuth0Domain sets field value
func (*RestAPIOptionsAuthenticationOptionsAnyOf) SetAuthenticationType ¶
func (o *RestAPIOptionsAuthenticationOptionsAnyOf) SetAuthenticationType(v string)
SetAuthenticationType sets field value
func (RestAPIOptionsAuthenticationOptionsAnyOf) ToMap ¶
func (o RestAPIOptionsAuthenticationOptionsAnyOf) ToMap() (map[string]interface{}, error)
func (*RestAPIOptionsAuthenticationOptionsAnyOf) UnmarshalJSON ¶
func (o *RestAPIOptionsAuthenticationOptionsAnyOf) UnmarshalJSON(data []byte) (err error)
type RestAPIOptionsAuthenticationOptionsAnyOf1 ¶
type RestAPIOptionsAuthenticationOptionsAnyOf1 struct {
AuthenticationType string `json:"authentication_type"`
AmazonAwsRegion string `json:"amazon_aws_region"`
AmazonServiceName string `json:"amazon_service_name"`
AmazonAccessKeyId string `json:"amazon_access_key_id"`
AmazonSecretAccessKey string `json:"amazon_secret_access_key"`
AuthWithDefaultCredentialProviderChain *bool `json:"auth_with_default_credential_provider_chain,omitempty"`
EnableAwsv4AuthenticationViaHeaders *bool `json:"enable_awsv4_authentication_via_headers,omitempty"`
}
RestAPIOptionsAuthenticationOptionsAnyOf1 struct for RestAPIOptionsAuthenticationOptionsAnyOf1
func NewRestAPIOptionsAuthenticationOptionsAnyOf1 ¶
func NewRestAPIOptionsAuthenticationOptionsAnyOf1(authenticationType string, amazonAwsRegion string, amazonServiceName string, amazonAccessKeyId string, amazonSecretAccessKey string) *RestAPIOptionsAuthenticationOptionsAnyOf1
NewRestAPIOptionsAuthenticationOptionsAnyOf1 instantiates a new RestAPIOptionsAuthenticationOptionsAnyOf1 object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewRestAPIOptionsAuthenticationOptionsAnyOf1WithDefaults ¶
func NewRestAPIOptionsAuthenticationOptionsAnyOf1WithDefaults() *RestAPIOptionsAuthenticationOptionsAnyOf1
NewRestAPIOptionsAuthenticationOptionsAnyOf1WithDefaults instantiates a new RestAPIOptionsAuthenticationOptionsAnyOf1 object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*RestAPIOptionsAuthenticationOptionsAnyOf1) GetAmazonAccessKeyId ¶
func (o *RestAPIOptionsAuthenticationOptionsAnyOf1) GetAmazonAccessKeyId() string
GetAmazonAccessKeyId returns the AmazonAccessKeyId field value
func (*RestAPIOptionsAuthenticationOptionsAnyOf1) GetAmazonAccessKeyIdOk ¶
func (o *RestAPIOptionsAuthenticationOptionsAnyOf1) GetAmazonAccessKeyIdOk() (*string, bool)
GetAmazonAccessKeyIdOk returns a tuple with the AmazonAccessKeyId field value and a boolean to check if the value has been set.
func (*RestAPIOptionsAuthenticationOptionsAnyOf1) GetAmazonAwsRegion ¶
func (o *RestAPIOptionsAuthenticationOptionsAnyOf1) GetAmazonAwsRegion() string
GetAmazonAwsRegion returns the AmazonAwsRegion field value
func (*RestAPIOptionsAuthenticationOptionsAnyOf1) GetAmazonAwsRegionOk ¶
func (o *RestAPIOptionsAuthenticationOptionsAnyOf1) GetAmazonAwsRegionOk() (*string, bool)
GetAmazonAwsRegionOk returns a tuple with the AmazonAwsRegion field value and a boolean to check if the value has been set.
func (*RestAPIOptionsAuthenticationOptionsAnyOf1) GetAmazonSecretAccessKey ¶
func (o *RestAPIOptionsAuthenticationOptionsAnyOf1) GetAmazonSecretAccessKey() string
GetAmazonSecretAccessKey returns the AmazonSecretAccessKey field value
func (*RestAPIOptionsAuthenticationOptionsAnyOf1) GetAmazonSecretAccessKeyOk ¶
func (o *RestAPIOptionsAuthenticationOptionsAnyOf1) GetAmazonSecretAccessKeyOk() (*string, bool)
GetAmazonSecretAccessKeyOk returns a tuple with the AmazonSecretAccessKey field value and a boolean to check if the value has been set.
func (*RestAPIOptionsAuthenticationOptionsAnyOf1) GetAmazonServiceName ¶
func (o *RestAPIOptionsAuthenticationOptionsAnyOf1) GetAmazonServiceName() string
GetAmazonServiceName returns the AmazonServiceName field value
func (*RestAPIOptionsAuthenticationOptionsAnyOf1) GetAmazonServiceNameOk ¶
func (o *RestAPIOptionsAuthenticationOptionsAnyOf1) GetAmazonServiceNameOk() (*string, bool)
GetAmazonServiceNameOk returns a tuple with the AmazonServiceName field value and a boolean to check if the value has been set.
func (*RestAPIOptionsAuthenticationOptionsAnyOf1) GetAuthWithDefaultCredentialProviderChain ¶
func (o *RestAPIOptionsAuthenticationOptionsAnyOf1) GetAuthWithDefaultCredentialProviderChain() bool
GetAuthWithDefaultCredentialProviderChain returns the AuthWithDefaultCredentialProviderChain field value if set, zero value otherwise.
func (*RestAPIOptionsAuthenticationOptionsAnyOf1) GetAuthWithDefaultCredentialProviderChainOk ¶
func (o *RestAPIOptionsAuthenticationOptionsAnyOf1) GetAuthWithDefaultCredentialProviderChainOk() (*bool, bool)
GetAuthWithDefaultCredentialProviderChainOk returns a tuple with the AuthWithDefaultCredentialProviderChain field value if set, nil otherwise and a boolean to check if the value has been set.
func (*RestAPIOptionsAuthenticationOptionsAnyOf1) GetAuthenticationType ¶
func (o *RestAPIOptionsAuthenticationOptionsAnyOf1) GetAuthenticationType() string
GetAuthenticationType returns the AuthenticationType field value
func (*RestAPIOptionsAuthenticationOptionsAnyOf1) GetAuthenticationTypeOk ¶
func (o *RestAPIOptionsAuthenticationOptionsAnyOf1) GetAuthenticationTypeOk() (*string, bool)
GetAuthenticationTypeOk returns a tuple with the AuthenticationType field value and a boolean to check if the value has been set.
func (*RestAPIOptionsAuthenticationOptionsAnyOf1) GetEnableAwsv4AuthenticationViaHeaders ¶
func (o *RestAPIOptionsAuthenticationOptionsAnyOf1) GetEnableAwsv4AuthenticationViaHeaders() bool
GetEnableAwsv4AuthenticationViaHeaders returns the EnableAwsv4AuthenticationViaHeaders field value if set, zero value otherwise.
func (*RestAPIOptionsAuthenticationOptionsAnyOf1) GetEnableAwsv4AuthenticationViaHeadersOk ¶
func (o *RestAPIOptionsAuthenticationOptionsAnyOf1) GetEnableAwsv4AuthenticationViaHeadersOk() (*bool, bool)
GetEnableAwsv4AuthenticationViaHeadersOk returns a tuple with the EnableAwsv4AuthenticationViaHeaders field value if set, nil otherwise and a boolean to check if the value has been set.
func (*RestAPIOptionsAuthenticationOptionsAnyOf1) HasAuthWithDefaultCredentialProviderChain ¶
func (o *RestAPIOptionsAuthenticationOptionsAnyOf1) HasAuthWithDefaultCredentialProviderChain() bool
HasAuthWithDefaultCredentialProviderChain returns a boolean if a field has been set.
func (*RestAPIOptionsAuthenticationOptionsAnyOf1) HasEnableAwsv4AuthenticationViaHeaders ¶
func (o *RestAPIOptionsAuthenticationOptionsAnyOf1) HasEnableAwsv4AuthenticationViaHeaders() bool
HasEnableAwsv4AuthenticationViaHeaders returns a boolean if a field has been set.
func (RestAPIOptionsAuthenticationOptionsAnyOf1) MarshalJSON ¶
func (o RestAPIOptionsAuthenticationOptionsAnyOf1) MarshalJSON() ([]byte, error)
func (*RestAPIOptionsAuthenticationOptionsAnyOf1) SetAmazonAccessKeyId ¶
func (o *RestAPIOptionsAuthenticationOptionsAnyOf1) SetAmazonAccessKeyId(v string)
SetAmazonAccessKeyId sets field value
func (*RestAPIOptionsAuthenticationOptionsAnyOf1) SetAmazonAwsRegion ¶
func (o *RestAPIOptionsAuthenticationOptionsAnyOf1) SetAmazonAwsRegion(v string)
SetAmazonAwsRegion sets field value
func (*RestAPIOptionsAuthenticationOptionsAnyOf1) SetAmazonSecretAccessKey ¶
func (o *RestAPIOptionsAuthenticationOptionsAnyOf1) SetAmazonSecretAccessKey(v string)
SetAmazonSecretAccessKey sets field value
func (*RestAPIOptionsAuthenticationOptionsAnyOf1) SetAmazonServiceName ¶
func (o *RestAPIOptionsAuthenticationOptionsAnyOf1) SetAmazonServiceName(v string)
SetAmazonServiceName sets field value
func (*RestAPIOptionsAuthenticationOptionsAnyOf1) SetAuthWithDefaultCredentialProviderChain ¶
func (o *RestAPIOptionsAuthenticationOptionsAnyOf1) SetAuthWithDefaultCredentialProviderChain(v bool)
SetAuthWithDefaultCredentialProviderChain gets a reference to the given bool and assigns it to the AuthWithDefaultCredentialProviderChain field.
func (*RestAPIOptionsAuthenticationOptionsAnyOf1) SetAuthenticationType ¶
func (o *RestAPIOptionsAuthenticationOptionsAnyOf1) SetAuthenticationType(v string)
SetAuthenticationType sets field value
func (*RestAPIOptionsAuthenticationOptionsAnyOf1) SetEnableAwsv4AuthenticationViaHeaders ¶
func (o *RestAPIOptionsAuthenticationOptionsAnyOf1) SetEnableAwsv4AuthenticationViaHeaders(v bool)
SetEnableAwsv4AuthenticationViaHeaders gets a reference to the given bool and assigns it to the EnableAwsv4AuthenticationViaHeaders field.
func (RestAPIOptionsAuthenticationOptionsAnyOf1) ToMap ¶
func (o RestAPIOptionsAuthenticationOptionsAnyOf1) ToMap() (map[string]interface{}, error)
func (*RestAPIOptionsAuthenticationOptionsAnyOf1) UnmarshalJSON ¶
func (o *RestAPIOptionsAuthenticationOptionsAnyOf1) UnmarshalJSON(data []byte) (err error)
type RestAPIOptionsAuthenticationOptionsAnyOf2 ¶
type RestAPIOptionsAuthenticationOptionsAnyOf2 struct {
AuthenticationType string `json:"authentication_type"`
BasicUsername string `json:"basic_username"`
BasicPassword *string `json:"basic_password,omitempty"`
}
RestAPIOptionsAuthenticationOptionsAnyOf2 struct for RestAPIOptionsAuthenticationOptionsAnyOf2
func NewRestAPIOptionsAuthenticationOptionsAnyOf2 ¶
func NewRestAPIOptionsAuthenticationOptionsAnyOf2(authenticationType string, basicUsername string) *RestAPIOptionsAuthenticationOptionsAnyOf2
NewRestAPIOptionsAuthenticationOptionsAnyOf2 instantiates a new RestAPIOptionsAuthenticationOptionsAnyOf2 object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewRestAPIOptionsAuthenticationOptionsAnyOf2WithDefaults ¶
func NewRestAPIOptionsAuthenticationOptionsAnyOf2WithDefaults() *RestAPIOptionsAuthenticationOptionsAnyOf2
NewRestAPIOptionsAuthenticationOptionsAnyOf2WithDefaults instantiates a new RestAPIOptionsAuthenticationOptionsAnyOf2 object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*RestAPIOptionsAuthenticationOptionsAnyOf2) GetAuthenticationType ¶
func (o *RestAPIOptionsAuthenticationOptionsAnyOf2) GetAuthenticationType() string
GetAuthenticationType returns the AuthenticationType field value
func (*RestAPIOptionsAuthenticationOptionsAnyOf2) GetAuthenticationTypeOk ¶
func (o *RestAPIOptionsAuthenticationOptionsAnyOf2) GetAuthenticationTypeOk() (*string, bool)
GetAuthenticationTypeOk returns a tuple with the AuthenticationType field value and a boolean to check if the value has been set.
func (*RestAPIOptionsAuthenticationOptionsAnyOf2) GetBasicPassword ¶
func (o *RestAPIOptionsAuthenticationOptionsAnyOf2) GetBasicPassword() string
GetBasicPassword returns the BasicPassword field value if set, zero value otherwise.
func (*RestAPIOptionsAuthenticationOptionsAnyOf2) GetBasicPasswordOk ¶
func (o *RestAPIOptionsAuthenticationOptionsAnyOf2) GetBasicPasswordOk() (*string, bool)
GetBasicPasswordOk returns a tuple with the BasicPassword field value if set, nil otherwise and a boolean to check if the value has been set.
func (*RestAPIOptionsAuthenticationOptionsAnyOf2) GetBasicUsername ¶
func (o *RestAPIOptionsAuthenticationOptionsAnyOf2) GetBasicUsername() string
GetBasicUsername returns the BasicUsername field value
func (*RestAPIOptionsAuthenticationOptionsAnyOf2) GetBasicUsernameOk ¶
func (o *RestAPIOptionsAuthenticationOptionsAnyOf2) GetBasicUsernameOk() (*string, bool)
GetBasicUsernameOk returns a tuple with the BasicUsername field value and a boolean to check if the value has been set.
func (*RestAPIOptionsAuthenticationOptionsAnyOf2) HasBasicPassword ¶
func (o *RestAPIOptionsAuthenticationOptionsAnyOf2) HasBasicPassword() bool
HasBasicPassword returns a boolean if a field has been set.
func (RestAPIOptionsAuthenticationOptionsAnyOf2) MarshalJSON ¶
func (o RestAPIOptionsAuthenticationOptionsAnyOf2) MarshalJSON() ([]byte, error)
func (*RestAPIOptionsAuthenticationOptionsAnyOf2) SetAuthenticationType ¶
func (o *RestAPIOptionsAuthenticationOptionsAnyOf2) SetAuthenticationType(v string)
SetAuthenticationType sets field value
func (*RestAPIOptionsAuthenticationOptionsAnyOf2) SetBasicPassword ¶
func (o *RestAPIOptionsAuthenticationOptionsAnyOf2) SetBasicPassword(v string)
SetBasicPassword gets a reference to the given string and assigns it to the BasicPassword field.
func (*RestAPIOptionsAuthenticationOptionsAnyOf2) SetBasicUsername ¶
func (o *RestAPIOptionsAuthenticationOptionsAnyOf2) SetBasicUsername(v string)
SetBasicUsername sets field value
func (RestAPIOptionsAuthenticationOptionsAnyOf2) ToMap ¶
func (o RestAPIOptionsAuthenticationOptionsAnyOf2) ToMap() (map[string]interface{}, error)
func (*RestAPIOptionsAuthenticationOptionsAnyOf2) UnmarshalJSON ¶
func (o *RestAPIOptionsAuthenticationOptionsAnyOf2) UnmarshalJSON(data []byte) (err error)
type RestAPIOptionsAuthenticationOptionsAnyOf3 ¶
type RestAPIOptionsAuthenticationOptionsAnyOf3 struct {
AuthenticationType string `json:"authentication_type"`
DigestUsername string `json:"digest_username"`
DigestPassword string `json:"digest_password"`
}
RestAPIOptionsAuthenticationOptionsAnyOf3 struct for RestAPIOptionsAuthenticationOptionsAnyOf3
func NewRestAPIOptionsAuthenticationOptionsAnyOf3 ¶
func NewRestAPIOptionsAuthenticationOptionsAnyOf3(authenticationType string, digestUsername string, digestPassword string) *RestAPIOptionsAuthenticationOptionsAnyOf3
NewRestAPIOptionsAuthenticationOptionsAnyOf3 instantiates a new RestAPIOptionsAuthenticationOptionsAnyOf3 object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewRestAPIOptionsAuthenticationOptionsAnyOf3WithDefaults ¶
func NewRestAPIOptionsAuthenticationOptionsAnyOf3WithDefaults() *RestAPIOptionsAuthenticationOptionsAnyOf3
NewRestAPIOptionsAuthenticationOptionsAnyOf3WithDefaults instantiates a new RestAPIOptionsAuthenticationOptionsAnyOf3 object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*RestAPIOptionsAuthenticationOptionsAnyOf3) GetAuthenticationType ¶
func (o *RestAPIOptionsAuthenticationOptionsAnyOf3) GetAuthenticationType() string
GetAuthenticationType returns the AuthenticationType field value
func (*RestAPIOptionsAuthenticationOptionsAnyOf3) GetAuthenticationTypeOk ¶
func (o *RestAPIOptionsAuthenticationOptionsAnyOf3) GetAuthenticationTypeOk() (*string, bool)
GetAuthenticationTypeOk returns a tuple with the AuthenticationType field value and a boolean to check if the value has been set.
func (*RestAPIOptionsAuthenticationOptionsAnyOf3) GetDigestPassword ¶
func (o *RestAPIOptionsAuthenticationOptionsAnyOf3) GetDigestPassword() string
GetDigestPassword returns the DigestPassword field value
func (*RestAPIOptionsAuthenticationOptionsAnyOf3) GetDigestPasswordOk ¶
func (o *RestAPIOptionsAuthenticationOptionsAnyOf3) GetDigestPasswordOk() (*string, bool)
GetDigestPasswordOk returns a tuple with the DigestPassword field value and a boolean to check if the value has been set.
func (*RestAPIOptionsAuthenticationOptionsAnyOf3) GetDigestUsername ¶
func (o *RestAPIOptionsAuthenticationOptionsAnyOf3) GetDigestUsername() string
GetDigestUsername returns the DigestUsername field value
func (*RestAPIOptionsAuthenticationOptionsAnyOf3) GetDigestUsernameOk ¶
func (o *RestAPIOptionsAuthenticationOptionsAnyOf3) GetDigestUsernameOk() (*string, bool)
GetDigestUsernameOk returns a tuple with the DigestUsername field value and a boolean to check if the value has been set.
func (RestAPIOptionsAuthenticationOptionsAnyOf3) MarshalJSON ¶
func (o RestAPIOptionsAuthenticationOptionsAnyOf3) MarshalJSON() ([]byte, error)
func (*RestAPIOptionsAuthenticationOptionsAnyOf3) SetAuthenticationType ¶
func (o *RestAPIOptionsAuthenticationOptionsAnyOf3) SetAuthenticationType(v string)
SetAuthenticationType sets field value
func (*RestAPIOptionsAuthenticationOptionsAnyOf3) SetDigestPassword ¶
func (o *RestAPIOptionsAuthenticationOptionsAnyOf3) SetDigestPassword(v string)
SetDigestPassword sets field value
func (*RestAPIOptionsAuthenticationOptionsAnyOf3) SetDigestUsername ¶
func (o *RestAPIOptionsAuthenticationOptionsAnyOf3) SetDigestUsername(v string)
SetDigestUsername sets field value
func (RestAPIOptionsAuthenticationOptionsAnyOf3) ToMap ¶
func (o RestAPIOptionsAuthenticationOptionsAnyOf3) ToMap() (map[string]interface{}, error)
func (*RestAPIOptionsAuthenticationOptionsAnyOf3) UnmarshalJSON ¶
func (o *RestAPIOptionsAuthenticationOptionsAnyOf3) UnmarshalJSON(data []byte) (err error)
type RestAPIOptionsAuthenticationOptionsAnyOf4 ¶
type RestAPIOptionsAuthenticationOptionsAnyOf4 struct {
AuthenticationType string `json:"authentication_type"`
Oauth1SignatureMethod RestAPIOptionsAuthenticationOptionsAnyOf4Oauth1SignatureMethod `json:"oauth1_signature_method"`
Oauth1ConsumerKey string `json:"oauth1_consumer_key"`
Oauth1ConsumerSecret string `json:"oauth1_consumer_secret"`
Oauth1TokenKey string `json:"oauth1_token_key"`
Oauth1TokenSecret string `json:"oauth1_token_secret"`
Oauth1RealmParameter string `json:"oauth1_realm_parameter"`
}
RestAPIOptionsAuthenticationOptionsAnyOf4 struct for RestAPIOptionsAuthenticationOptionsAnyOf4
func NewRestAPIOptionsAuthenticationOptionsAnyOf4 ¶
func NewRestAPIOptionsAuthenticationOptionsAnyOf4(authenticationType string, oauth1SignatureMethod RestAPIOptionsAuthenticationOptionsAnyOf4Oauth1SignatureMethod, oauth1ConsumerKey string, oauth1ConsumerSecret string, oauth1TokenKey string, oauth1TokenSecret string, oauth1RealmParameter string) *RestAPIOptionsAuthenticationOptionsAnyOf4
NewRestAPIOptionsAuthenticationOptionsAnyOf4 instantiates a new RestAPIOptionsAuthenticationOptionsAnyOf4 object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewRestAPIOptionsAuthenticationOptionsAnyOf4WithDefaults ¶
func NewRestAPIOptionsAuthenticationOptionsAnyOf4WithDefaults() *RestAPIOptionsAuthenticationOptionsAnyOf4
NewRestAPIOptionsAuthenticationOptionsAnyOf4WithDefaults instantiates a new RestAPIOptionsAuthenticationOptionsAnyOf4 object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*RestAPIOptionsAuthenticationOptionsAnyOf4) GetAuthenticationType ¶
func (o *RestAPIOptionsAuthenticationOptionsAnyOf4) GetAuthenticationType() string
GetAuthenticationType returns the AuthenticationType field value
func (*RestAPIOptionsAuthenticationOptionsAnyOf4) GetAuthenticationTypeOk ¶
func (o *RestAPIOptionsAuthenticationOptionsAnyOf4) GetAuthenticationTypeOk() (*string, bool)
GetAuthenticationTypeOk returns a tuple with the AuthenticationType field value and a boolean to check if the value has been set.
func (*RestAPIOptionsAuthenticationOptionsAnyOf4) GetOauth1ConsumerKey ¶
func (o *RestAPIOptionsAuthenticationOptionsAnyOf4) GetOauth1ConsumerKey() string
GetOauth1ConsumerKey returns the Oauth1ConsumerKey field value
func (*RestAPIOptionsAuthenticationOptionsAnyOf4) GetOauth1ConsumerKeyOk ¶
func (o *RestAPIOptionsAuthenticationOptionsAnyOf4) GetOauth1ConsumerKeyOk() (*string, bool)
GetOauth1ConsumerKeyOk returns a tuple with the Oauth1ConsumerKey field value and a boolean to check if the value has been set.
func (*RestAPIOptionsAuthenticationOptionsAnyOf4) GetOauth1ConsumerSecret ¶
func (o *RestAPIOptionsAuthenticationOptionsAnyOf4) GetOauth1ConsumerSecret() string
GetOauth1ConsumerSecret returns the Oauth1ConsumerSecret field value
func (*RestAPIOptionsAuthenticationOptionsAnyOf4) GetOauth1ConsumerSecretOk ¶
func (o *RestAPIOptionsAuthenticationOptionsAnyOf4) GetOauth1ConsumerSecretOk() (*string, bool)
GetOauth1ConsumerSecretOk returns a tuple with the Oauth1ConsumerSecret field value and a boolean to check if the value has been set.
func (*RestAPIOptionsAuthenticationOptionsAnyOf4) GetOauth1RealmParameter ¶
func (o *RestAPIOptionsAuthenticationOptionsAnyOf4) GetOauth1RealmParameter() string
GetOauth1RealmParameter returns the Oauth1RealmParameter field value
func (*RestAPIOptionsAuthenticationOptionsAnyOf4) GetOauth1RealmParameterOk ¶
func (o *RestAPIOptionsAuthenticationOptionsAnyOf4) GetOauth1RealmParameterOk() (*string, bool)
GetOauth1RealmParameterOk returns a tuple with the Oauth1RealmParameter field value and a boolean to check if the value has been set.
func (*RestAPIOptionsAuthenticationOptionsAnyOf4) GetOauth1SignatureMethod ¶
func (o *RestAPIOptionsAuthenticationOptionsAnyOf4) GetOauth1SignatureMethod() RestAPIOptionsAuthenticationOptionsAnyOf4Oauth1SignatureMethod
GetOauth1SignatureMethod returns the Oauth1SignatureMethod field value
func (*RestAPIOptionsAuthenticationOptionsAnyOf4) GetOauth1SignatureMethodOk ¶
func (o *RestAPIOptionsAuthenticationOptionsAnyOf4) GetOauth1SignatureMethodOk() (*RestAPIOptionsAuthenticationOptionsAnyOf4Oauth1SignatureMethod, bool)
GetOauth1SignatureMethodOk returns a tuple with the Oauth1SignatureMethod field value and a boolean to check if the value has been set.
func (*RestAPIOptionsAuthenticationOptionsAnyOf4) GetOauth1TokenKey ¶
func (o *RestAPIOptionsAuthenticationOptionsAnyOf4) GetOauth1TokenKey() string
GetOauth1TokenKey returns the Oauth1TokenKey field value
func (*RestAPIOptionsAuthenticationOptionsAnyOf4) GetOauth1TokenKeyOk ¶
func (o *RestAPIOptionsAuthenticationOptionsAnyOf4) GetOauth1TokenKeyOk() (*string, bool)
GetOauth1TokenKeyOk returns a tuple with the Oauth1TokenKey field value and a boolean to check if the value has been set.
func (*RestAPIOptionsAuthenticationOptionsAnyOf4) GetOauth1TokenSecret ¶
func (o *RestAPIOptionsAuthenticationOptionsAnyOf4) GetOauth1TokenSecret() string
GetOauth1TokenSecret returns the Oauth1TokenSecret field value
func (*RestAPIOptionsAuthenticationOptionsAnyOf4) GetOauth1TokenSecretOk ¶
func (o *RestAPIOptionsAuthenticationOptionsAnyOf4) GetOauth1TokenSecretOk() (*string, bool)
GetOauth1TokenSecretOk returns a tuple with the Oauth1TokenSecret field value and a boolean to check if the value has been set.
func (RestAPIOptionsAuthenticationOptionsAnyOf4) MarshalJSON ¶
func (o RestAPIOptionsAuthenticationOptionsAnyOf4) MarshalJSON() ([]byte, error)
func (*RestAPIOptionsAuthenticationOptionsAnyOf4) SetAuthenticationType ¶
func (o *RestAPIOptionsAuthenticationOptionsAnyOf4) SetAuthenticationType(v string)
SetAuthenticationType sets field value
func (*RestAPIOptionsAuthenticationOptionsAnyOf4) SetOauth1ConsumerKey ¶
func (o *RestAPIOptionsAuthenticationOptionsAnyOf4) SetOauth1ConsumerKey(v string)
SetOauth1ConsumerKey sets field value
func (*RestAPIOptionsAuthenticationOptionsAnyOf4) SetOauth1ConsumerSecret ¶
func (o *RestAPIOptionsAuthenticationOptionsAnyOf4) SetOauth1ConsumerSecret(v string)
SetOauth1ConsumerSecret sets field value
func (*RestAPIOptionsAuthenticationOptionsAnyOf4) SetOauth1RealmParameter ¶
func (o *RestAPIOptionsAuthenticationOptionsAnyOf4) SetOauth1RealmParameter(v string)
SetOauth1RealmParameter sets field value
func (*RestAPIOptionsAuthenticationOptionsAnyOf4) SetOauth1SignatureMethod ¶
func (o *RestAPIOptionsAuthenticationOptionsAnyOf4) SetOauth1SignatureMethod(v RestAPIOptionsAuthenticationOptionsAnyOf4Oauth1SignatureMethod)
SetOauth1SignatureMethod sets field value
func (*RestAPIOptionsAuthenticationOptionsAnyOf4) SetOauth1TokenKey ¶
func (o *RestAPIOptionsAuthenticationOptionsAnyOf4) SetOauth1TokenKey(v string)
SetOauth1TokenKey sets field value
func (*RestAPIOptionsAuthenticationOptionsAnyOf4) SetOauth1TokenSecret ¶
func (o *RestAPIOptionsAuthenticationOptionsAnyOf4) SetOauth1TokenSecret(v string)
SetOauth1TokenSecret sets field value
func (RestAPIOptionsAuthenticationOptionsAnyOf4) ToMap ¶
func (o RestAPIOptionsAuthenticationOptionsAnyOf4) ToMap() (map[string]interface{}, error)
func (*RestAPIOptionsAuthenticationOptionsAnyOf4) UnmarshalJSON ¶
func (o *RestAPIOptionsAuthenticationOptionsAnyOf4) UnmarshalJSON(data []byte) (err error)
type RestAPIOptionsAuthenticationOptionsAnyOf4Oauth1SignatureMethod ¶
type RestAPIOptionsAuthenticationOptionsAnyOf4Oauth1SignatureMethod struct {
// contains filtered or unexported fields
}
RestAPIOptionsAuthenticationOptionsAnyOf4Oauth1SignatureMethod struct for RestAPIOptionsAuthenticationOptionsAnyOf4Oauth1SignatureMethod
func (RestAPIOptionsAuthenticationOptionsAnyOf4Oauth1SignatureMethod) MarshalJSON ¶
func (src RestAPIOptionsAuthenticationOptionsAnyOf4Oauth1SignatureMethod) MarshalJSON() ([]byte, error)
Marshal data from the first non-nil pointers in the struct to JSON
func (*RestAPIOptionsAuthenticationOptionsAnyOf4Oauth1SignatureMethod) UnmarshalJSON ¶
func (dst *RestAPIOptionsAuthenticationOptionsAnyOf4Oauth1SignatureMethod) UnmarshalJSON(data []byte) error
Unmarshal JSON data into any of the pointers in the struct
type RestAPIOptionsAuthenticationOptionsAnyOf5 ¶
type RestAPIOptionsAuthenticationOptionsAnyOf5 struct {
AuthenticationType string `json:"authentication_type"`
Oauth2ClientId string `json:"oauth2_client_id"`
Oauth2ClientSecret string `json:"oauth2_client_secret"`
Oauth2CallbackUrl *string `json:"oauth2_callback_url,omitempty"`
Oauth2AuthUrl string `json:"oauth2_auth_url"`
Oauth2AccessTokenUrl string `json:"oauth2_access_token_url"`
Oauth2Scope *string `json:"oauth2_scope,omitempty"`
Oauth2Audience *string `json:"oauth2_audience,omitempty"`
VerifySessionUrl *string `json:"verify_session_url,omitempty"`
Oauth2AccessToken *string `json:"oauth2_access_token,omitempty"`
Oauth2RefreshToken *string `json:"oauth2_refresh_token,omitempty"`
Oauth2IdToken *string `json:"oauth2_id_token,omitempty"`
Oauth2AccessTokenLifespanSeconds NullableFloat32 `json:"oauth2_access_token_lifespan_seconds,omitempty"`
}
RestAPIOptionsAuthenticationOptionsAnyOf5 struct for RestAPIOptionsAuthenticationOptionsAnyOf5
func NewRestAPIOptionsAuthenticationOptionsAnyOf5 ¶
func NewRestAPIOptionsAuthenticationOptionsAnyOf5(authenticationType string, oauth2ClientId string, oauth2ClientSecret string, oauth2AuthUrl string, oauth2AccessTokenUrl string) *RestAPIOptionsAuthenticationOptionsAnyOf5
NewRestAPIOptionsAuthenticationOptionsAnyOf5 instantiates a new RestAPIOptionsAuthenticationOptionsAnyOf5 object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewRestAPIOptionsAuthenticationOptionsAnyOf5WithDefaults ¶
func NewRestAPIOptionsAuthenticationOptionsAnyOf5WithDefaults() *RestAPIOptionsAuthenticationOptionsAnyOf5
NewRestAPIOptionsAuthenticationOptionsAnyOf5WithDefaults instantiates a new RestAPIOptionsAuthenticationOptionsAnyOf5 object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*RestAPIOptionsAuthenticationOptionsAnyOf5) GetAuthenticationType ¶
func (o *RestAPIOptionsAuthenticationOptionsAnyOf5) GetAuthenticationType() string
GetAuthenticationType returns the AuthenticationType field value
func (*RestAPIOptionsAuthenticationOptionsAnyOf5) GetAuthenticationTypeOk ¶
func (o *RestAPIOptionsAuthenticationOptionsAnyOf5) GetAuthenticationTypeOk() (*string, bool)
GetAuthenticationTypeOk returns a tuple with the AuthenticationType field value and a boolean to check if the value has been set.
func (*RestAPIOptionsAuthenticationOptionsAnyOf5) GetOauth2AccessToken ¶
func (o *RestAPIOptionsAuthenticationOptionsAnyOf5) GetOauth2AccessToken() string
GetOauth2AccessToken returns the Oauth2AccessToken field value if set, zero value otherwise.
func (*RestAPIOptionsAuthenticationOptionsAnyOf5) GetOauth2AccessTokenLifespanSeconds ¶
func (o *RestAPIOptionsAuthenticationOptionsAnyOf5) GetOauth2AccessTokenLifespanSeconds() float32
GetOauth2AccessTokenLifespanSeconds returns the Oauth2AccessTokenLifespanSeconds field value if set, zero value otherwise (both if not set or set to explicit null).
func (*RestAPIOptionsAuthenticationOptionsAnyOf5) GetOauth2AccessTokenLifespanSecondsOk ¶
func (o *RestAPIOptionsAuthenticationOptionsAnyOf5) GetOauth2AccessTokenLifespanSecondsOk() (*float32, bool)
GetOauth2AccessTokenLifespanSecondsOk returns a tuple with the Oauth2AccessTokenLifespanSeconds 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 (*RestAPIOptionsAuthenticationOptionsAnyOf5) GetOauth2AccessTokenOk ¶
func (o *RestAPIOptionsAuthenticationOptionsAnyOf5) GetOauth2AccessTokenOk() (*string, bool)
GetOauth2AccessTokenOk returns a tuple with the Oauth2AccessToken field value if set, nil otherwise and a boolean to check if the value has been set.
func (*RestAPIOptionsAuthenticationOptionsAnyOf5) GetOauth2AccessTokenUrl ¶
func (o *RestAPIOptionsAuthenticationOptionsAnyOf5) GetOauth2AccessTokenUrl() string
GetOauth2AccessTokenUrl returns the Oauth2AccessTokenUrl field value
func (*RestAPIOptionsAuthenticationOptionsAnyOf5) GetOauth2AccessTokenUrlOk ¶
func (o *RestAPIOptionsAuthenticationOptionsAnyOf5) GetOauth2AccessTokenUrlOk() (*string, bool)
GetOauth2AccessTokenUrlOk returns a tuple with the Oauth2AccessTokenUrl field value and a boolean to check if the value has been set.
func (*RestAPIOptionsAuthenticationOptionsAnyOf5) GetOauth2Audience ¶
func (o *RestAPIOptionsAuthenticationOptionsAnyOf5) GetOauth2Audience() string
GetOauth2Audience returns the Oauth2Audience field value if set, zero value otherwise.
func (*RestAPIOptionsAuthenticationOptionsAnyOf5) GetOauth2AudienceOk ¶
func (o *RestAPIOptionsAuthenticationOptionsAnyOf5) GetOauth2AudienceOk() (*string, bool)
GetOauth2AudienceOk returns a tuple with the Oauth2Audience field value if set, nil otherwise and a boolean to check if the value has been set.
func (*RestAPIOptionsAuthenticationOptionsAnyOf5) GetOauth2AuthUrl ¶
func (o *RestAPIOptionsAuthenticationOptionsAnyOf5) GetOauth2AuthUrl() string
GetOauth2AuthUrl returns the Oauth2AuthUrl field value
func (*RestAPIOptionsAuthenticationOptionsAnyOf5) GetOauth2AuthUrlOk ¶
func (o *RestAPIOptionsAuthenticationOptionsAnyOf5) GetOauth2AuthUrlOk() (*string, bool)
GetOauth2AuthUrlOk returns a tuple with the Oauth2AuthUrl field value and a boolean to check if the value has been set.
func (*RestAPIOptionsAuthenticationOptionsAnyOf5) GetOauth2CallbackUrl ¶
func (o *RestAPIOptionsAuthenticationOptionsAnyOf5) GetOauth2CallbackUrl() string
GetOauth2CallbackUrl returns the Oauth2CallbackUrl field value if set, zero value otherwise.
func (*RestAPIOptionsAuthenticationOptionsAnyOf5) GetOauth2CallbackUrlOk ¶
func (o *RestAPIOptionsAuthenticationOptionsAnyOf5) GetOauth2CallbackUrlOk() (*string, bool)
GetOauth2CallbackUrlOk returns a tuple with the Oauth2CallbackUrl field value if set, nil otherwise and a boolean to check if the value has been set.
func (*RestAPIOptionsAuthenticationOptionsAnyOf5) GetOauth2ClientId ¶
func (o *RestAPIOptionsAuthenticationOptionsAnyOf5) GetOauth2ClientId() string
GetOauth2ClientId returns the Oauth2ClientId field value
func (*RestAPIOptionsAuthenticationOptionsAnyOf5) GetOauth2ClientIdOk ¶
func (o *RestAPIOptionsAuthenticationOptionsAnyOf5) GetOauth2ClientIdOk() (*string, bool)
GetOauth2ClientIdOk returns a tuple with the Oauth2ClientId field value and a boolean to check if the value has been set.
func (*RestAPIOptionsAuthenticationOptionsAnyOf5) GetOauth2ClientSecret ¶
func (o *RestAPIOptionsAuthenticationOptionsAnyOf5) GetOauth2ClientSecret() string
GetOauth2ClientSecret returns the Oauth2ClientSecret field value
func (*RestAPIOptionsAuthenticationOptionsAnyOf5) GetOauth2ClientSecretOk ¶
func (o *RestAPIOptionsAuthenticationOptionsAnyOf5) GetOauth2ClientSecretOk() (*string, bool)
GetOauth2ClientSecretOk returns a tuple with the Oauth2ClientSecret field value and a boolean to check if the value has been set.
func (*RestAPIOptionsAuthenticationOptionsAnyOf5) GetOauth2IdToken ¶
func (o *RestAPIOptionsAuthenticationOptionsAnyOf5) GetOauth2IdToken() string
GetOauth2IdToken returns the Oauth2IdToken field value if set, zero value otherwise.
func (*RestAPIOptionsAuthenticationOptionsAnyOf5) GetOauth2IdTokenOk ¶
func (o *RestAPIOptionsAuthenticationOptionsAnyOf5) GetOauth2IdTokenOk() (*string, bool)
GetOauth2IdTokenOk returns a tuple with the Oauth2IdToken field value if set, nil otherwise and a boolean to check if the value has been set.
func (*RestAPIOptionsAuthenticationOptionsAnyOf5) GetOauth2RefreshToken ¶
func (o *RestAPIOptionsAuthenticationOptionsAnyOf5) GetOauth2RefreshToken() string
GetOauth2RefreshToken returns the Oauth2RefreshToken field value if set, zero value otherwise.
func (*RestAPIOptionsAuthenticationOptionsAnyOf5) GetOauth2RefreshTokenOk ¶
func (o *RestAPIOptionsAuthenticationOptionsAnyOf5) GetOauth2RefreshTokenOk() (*string, bool)
GetOauth2RefreshTokenOk returns a tuple with the Oauth2RefreshToken field value if set, nil otherwise and a boolean to check if the value has been set.
func (*RestAPIOptionsAuthenticationOptionsAnyOf5) GetOauth2Scope ¶
func (o *RestAPIOptionsAuthenticationOptionsAnyOf5) GetOauth2Scope() string
GetOauth2Scope returns the Oauth2Scope field value if set, zero value otherwise.
func (*RestAPIOptionsAuthenticationOptionsAnyOf5) GetOauth2ScopeOk ¶
func (o *RestAPIOptionsAuthenticationOptionsAnyOf5) GetOauth2ScopeOk() (*string, bool)
GetOauth2ScopeOk returns a tuple with the Oauth2Scope field value if set, nil otherwise and a boolean to check if the value has been set.
func (*RestAPIOptionsAuthenticationOptionsAnyOf5) GetOauth2ShareUserCredentials ¶
func (o *RestAPIOptionsAuthenticationOptionsAnyOf5) GetOauth2ShareUserCredentials() bool
GetOauth2ShareUserCredentials returns the Oauth2ShareUserCredentials field value if set, zero value otherwise.
func (*RestAPIOptionsAuthenticationOptionsAnyOf5) GetOauth2ShareUserCredentialsOk ¶
func (o *RestAPIOptionsAuthenticationOptionsAnyOf5) GetOauth2ShareUserCredentialsOk() (*bool, bool)
GetOauth2ShareUserCredentialsOk returns a tuple with the Oauth2ShareUserCredentials field value if set, nil otherwise and a boolean to check if the value has been set.
func (*RestAPIOptionsAuthenticationOptionsAnyOf5) GetVerifySessionUrl ¶
func (o *RestAPIOptionsAuthenticationOptionsAnyOf5) GetVerifySessionUrl() string
GetVerifySessionUrl returns the VerifySessionUrl field value if set, zero value otherwise.
func (*RestAPIOptionsAuthenticationOptionsAnyOf5) GetVerifySessionUrlOk ¶
func (o *RestAPIOptionsAuthenticationOptionsAnyOf5) GetVerifySessionUrlOk() (*string, bool)
GetVerifySessionUrlOk returns a tuple with the VerifySessionUrl field value if set, nil otherwise and a boolean to check if the value has been set.
func (*RestAPIOptionsAuthenticationOptionsAnyOf5) HasOauth2AccessToken ¶
func (o *RestAPIOptionsAuthenticationOptionsAnyOf5) HasOauth2AccessToken() bool
HasOauth2AccessToken returns a boolean if a field has been set.
func (*RestAPIOptionsAuthenticationOptionsAnyOf5) HasOauth2AccessTokenLifespanSeconds ¶
func (o *RestAPIOptionsAuthenticationOptionsAnyOf5) HasOauth2AccessTokenLifespanSeconds() bool
HasOauth2AccessTokenLifespanSeconds returns a boolean if a field has been set.
func (*RestAPIOptionsAuthenticationOptionsAnyOf5) HasOauth2Audience ¶
func (o *RestAPIOptionsAuthenticationOptionsAnyOf5) HasOauth2Audience() bool
HasOauth2Audience returns a boolean if a field has been set.
func (*RestAPIOptionsAuthenticationOptionsAnyOf5) HasOauth2CallbackUrl ¶
func (o *RestAPIOptionsAuthenticationOptionsAnyOf5) HasOauth2CallbackUrl() bool
HasOauth2CallbackUrl returns a boolean if a field has been set.
func (*RestAPIOptionsAuthenticationOptionsAnyOf5) HasOauth2IdToken ¶
func (o *RestAPIOptionsAuthenticationOptionsAnyOf5) HasOauth2IdToken() bool
HasOauth2IdToken returns a boolean if a field has been set.
func (*RestAPIOptionsAuthenticationOptionsAnyOf5) HasOauth2RefreshToken ¶
func (o *RestAPIOptionsAuthenticationOptionsAnyOf5) HasOauth2RefreshToken() bool
HasOauth2RefreshToken returns a boolean if a field has been set.
func (*RestAPIOptionsAuthenticationOptionsAnyOf5) HasOauth2Scope ¶
func (o *RestAPIOptionsAuthenticationOptionsAnyOf5) HasOauth2Scope() bool
HasOauth2Scope returns a boolean if a field has been set.
func (*RestAPIOptionsAuthenticationOptionsAnyOf5) HasOauth2ShareUserCredentials ¶
func (o *RestAPIOptionsAuthenticationOptionsAnyOf5) HasOauth2ShareUserCredentials() bool
HasOauth2ShareUserCredentials returns a boolean if a field has been set.
func (*RestAPIOptionsAuthenticationOptionsAnyOf5) HasVerifySessionUrl ¶
func (o *RestAPIOptionsAuthenticationOptionsAnyOf5) HasVerifySessionUrl() bool
HasVerifySessionUrl returns a boolean if a field has been set.
func (RestAPIOptionsAuthenticationOptionsAnyOf5) MarshalJSON ¶
func (o RestAPIOptionsAuthenticationOptionsAnyOf5) MarshalJSON() ([]byte, error)
func (*RestAPIOptionsAuthenticationOptionsAnyOf5) SetAuthenticationType ¶
func (o *RestAPIOptionsAuthenticationOptionsAnyOf5) SetAuthenticationType(v string)
SetAuthenticationType sets field value
func (*RestAPIOptionsAuthenticationOptionsAnyOf5) SetOauth2AccessToken ¶
func (o *RestAPIOptionsAuthenticationOptionsAnyOf5) SetOauth2AccessToken(v string)
SetOauth2AccessToken gets a reference to the given string and assigns it to the Oauth2AccessToken field.
func (*RestAPIOptionsAuthenticationOptionsAnyOf5) SetOauth2AccessTokenLifespanSeconds ¶
func (o *RestAPIOptionsAuthenticationOptionsAnyOf5) SetOauth2AccessTokenLifespanSeconds(v float32)
SetOauth2AccessTokenLifespanSeconds gets a reference to the given NullableFloat32 and assigns it to the Oauth2AccessTokenLifespanSeconds field.
func (*RestAPIOptionsAuthenticationOptionsAnyOf5) SetOauth2AccessTokenLifespanSecondsNil ¶
func (o *RestAPIOptionsAuthenticationOptionsAnyOf5) SetOauth2AccessTokenLifespanSecondsNil()
SetOauth2AccessTokenLifespanSecondsNil sets the value for Oauth2AccessTokenLifespanSeconds to be an explicit nil
func (*RestAPIOptionsAuthenticationOptionsAnyOf5) SetOauth2AccessTokenUrl ¶
func (o *RestAPIOptionsAuthenticationOptionsAnyOf5) SetOauth2AccessTokenUrl(v string)
SetOauth2AccessTokenUrl sets field value
func (*RestAPIOptionsAuthenticationOptionsAnyOf5) SetOauth2Audience ¶
func (o *RestAPIOptionsAuthenticationOptionsAnyOf5) SetOauth2Audience(v string)
SetOauth2Audience gets a reference to the given string and assigns it to the Oauth2Audience field.
func (*RestAPIOptionsAuthenticationOptionsAnyOf5) SetOauth2AuthUrl ¶
func (o *RestAPIOptionsAuthenticationOptionsAnyOf5) SetOauth2AuthUrl(v string)
SetOauth2AuthUrl sets field value
func (*RestAPIOptionsAuthenticationOptionsAnyOf5) SetOauth2CallbackUrl ¶
func (o *RestAPIOptionsAuthenticationOptionsAnyOf5) SetOauth2CallbackUrl(v string)
SetOauth2CallbackUrl gets a reference to the given string and assigns it to the Oauth2CallbackUrl field.
func (*RestAPIOptionsAuthenticationOptionsAnyOf5) SetOauth2ClientId ¶
func (o *RestAPIOptionsAuthenticationOptionsAnyOf5) SetOauth2ClientId(v string)
SetOauth2ClientId sets field value
func (*RestAPIOptionsAuthenticationOptionsAnyOf5) SetOauth2ClientSecret ¶
func (o *RestAPIOptionsAuthenticationOptionsAnyOf5) SetOauth2ClientSecret(v string)
SetOauth2ClientSecret sets field value
func (*RestAPIOptionsAuthenticationOptionsAnyOf5) SetOauth2IdToken ¶
func (o *RestAPIOptionsAuthenticationOptionsAnyOf5) SetOauth2IdToken(v string)
SetOauth2IdToken gets a reference to the given string and assigns it to the Oauth2IdToken field.
func (*RestAPIOptionsAuthenticationOptionsAnyOf5) SetOauth2RefreshToken ¶
func (o *RestAPIOptionsAuthenticationOptionsAnyOf5) SetOauth2RefreshToken(v string)
SetOauth2RefreshToken gets a reference to the given string and assigns it to the Oauth2RefreshToken field.
func (*RestAPIOptionsAuthenticationOptionsAnyOf5) SetOauth2Scope ¶
func (o *RestAPIOptionsAuthenticationOptionsAnyOf5) SetOauth2Scope(v string)
SetOauth2Scope gets a reference to the given string and assigns it to the Oauth2Scope field.
func (*RestAPIOptionsAuthenticationOptionsAnyOf5) SetOauth2ShareUserCredentials ¶
func (o *RestAPIOptionsAuthenticationOptionsAnyOf5) SetOauth2ShareUserCredentials(v bool)
SetOauth2ShareUserCredentials gets a reference to the given bool and assigns it to the Oauth2ShareUserCredentials field.
func (*RestAPIOptionsAuthenticationOptionsAnyOf5) SetVerifySessionUrl ¶
func (o *RestAPIOptionsAuthenticationOptionsAnyOf5) SetVerifySessionUrl(v string)
SetVerifySessionUrl gets a reference to the given string and assigns it to the VerifySessionUrl field.
func (RestAPIOptionsAuthenticationOptionsAnyOf5) ToMap ¶
func (o RestAPIOptionsAuthenticationOptionsAnyOf5) ToMap() (map[string]interface{}, error)
func (*RestAPIOptionsAuthenticationOptionsAnyOf5) UnmarshalJSON ¶
func (o *RestAPIOptionsAuthenticationOptionsAnyOf5) UnmarshalJSON(data []byte) (err error)
func (*RestAPIOptionsAuthenticationOptionsAnyOf5) UnsetOauth2AccessTokenLifespanSeconds ¶
func (o *RestAPIOptionsAuthenticationOptionsAnyOf5) UnsetOauth2AccessTokenLifespanSeconds()
UnsetOauth2AccessTokenLifespanSeconds ensures that no value is present for Oauth2AccessTokenLifespanSeconds, not even an explicit nil
type RestAPIOptionsAuthenticationOptionsAnyOf6 ¶
type RestAPIOptionsAuthenticationOptionsAnyOf6 struct {
AuthenticationType string `json:"authentication_type"`
}
RestAPIOptionsAuthenticationOptionsAnyOf6 struct for RestAPIOptionsAuthenticationOptionsAnyOf6
func NewRestAPIOptionsAuthenticationOptionsAnyOf6 ¶
func NewRestAPIOptionsAuthenticationOptionsAnyOf6(authenticationType string) *RestAPIOptionsAuthenticationOptionsAnyOf6
NewRestAPIOptionsAuthenticationOptionsAnyOf6 instantiates a new RestAPIOptionsAuthenticationOptionsAnyOf6 object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewRestAPIOptionsAuthenticationOptionsAnyOf6WithDefaults ¶
func NewRestAPIOptionsAuthenticationOptionsAnyOf6WithDefaults() *RestAPIOptionsAuthenticationOptionsAnyOf6
NewRestAPIOptionsAuthenticationOptionsAnyOf6WithDefaults instantiates a new RestAPIOptionsAuthenticationOptionsAnyOf6 object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*RestAPIOptionsAuthenticationOptionsAnyOf6) GetAuthenticationType ¶
func (o *RestAPIOptionsAuthenticationOptionsAnyOf6) GetAuthenticationType() string
GetAuthenticationType returns the AuthenticationType field value
func (*RestAPIOptionsAuthenticationOptionsAnyOf6) GetAuthenticationTypeOk ¶
func (o *RestAPIOptionsAuthenticationOptionsAnyOf6) GetAuthenticationTypeOk() (*string, bool)
GetAuthenticationTypeOk returns a tuple with the AuthenticationType field value and a boolean to check if the value has been set.
func (RestAPIOptionsAuthenticationOptionsAnyOf6) MarshalJSON ¶
func (o RestAPIOptionsAuthenticationOptionsAnyOf6) MarshalJSON() ([]byte, error)
func (*RestAPIOptionsAuthenticationOptionsAnyOf6) SetAuthenticationType ¶
func (o *RestAPIOptionsAuthenticationOptionsAnyOf6) SetAuthenticationType(v string)
SetAuthenticationType sets field value
func (RestAPIOptionsAuthenticationOptionsAnyOf6) ToMap ¶
func (o RestAPIOptionsAuthenticationOptionsAnyOf6) ToMap() (map[string]interface{}, error)
func (*RestAPIOptionsAuthenticationOptionsAnyOf6) UnmarshalJSON ¶
func (o *RestAPIOptionsAuthenticationOptionsAnyOf6) UnmarshalJSON(data []byte) (err error)
type Role ¶ added in v1.0.0
type Role struct {
// The id of the role.
Id string `json:"id"`
// The id of the organization
OrganizationId string `json:"organization_id"`
// The name of the role
Name string `json:"name"`
// The description of the role
Description string `json:"description"`
// Whether the role is the default role
IsDefaultRole bool `json:"is_default_role"`
// Whether the role is a migrated legacy role
IsLegacyRole bool `json:"is_legacy_role"`
// The object scopes of the role
ObjectScopes []string `json:"object_scopes"`
// The organization scopes of the role
OrganizationScopes []string `json:"organization_scopes"`
CreatedAt string `json:"created_at"`
UpdatedAt string `json:"updated_at"`
AdditionalProperties map[string]interface{}
}
Role struct for Role
func NewRole ¶ added in v1.0.0
func NewRole(id string, organizationId string, name string, description string, isDefaultRole bool, isLegacyRole bool, objectScopes []string, organizationScopes []string, createdAt string, updatedAt string) *Role
NewRole instantiates a new Role object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewRoleWithDefaults ¶ added in v1.0.0
func NewRoleWithDefaults() *Role
NewRoleWithDefaults instantiates a new Role object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*Role) GetCreatedAt ¶ added in v1.0.0
GetCreatedAt returns the CreatedAt field value
func (*Role) GetCreatedAtOk ¶ added in v1.0.0
GetCreatedAtOk returns a tuple with the CreatedAt field value and a boolean to check if the value has been set.
func (*Role) GetDescription ¶ added in v1.0.0
GetDescription returns the Description field value
func (*Role) GetDescriptionOk ¶ added in v1.0.0
GetDescriptionOk returns a tuple with the Description field value and a boolean to check if the value has been set.
func (*Role) GetIdOk ¶ added in v1.0.0
GetIdOk returns a tuple with the Id field value and a boolean to check if the value has been set.
func (*Role) GetIsDefaultRole ¶ added in v1.0.0
GetIsDefaultRole returns the IsDefaultRole field value
func (*Role) GetIsDefaultRoleOk ¶ added in v1.0.0
GetIsDefaultRoleOk returns a tuple with the IsDefaultRole field value and a boolean to check if the value has been set.
func (*Role) GetIsLegacyRole ¶ added in v1.0.0
GetIsLegacyRole returns the IsLegacyRole field value
func (*Role) GetIsLegacyRoleOk ¶ added in v1.0.0
GetIsLegacyRoleOk returns a tuple with the IsLegacyRole field value and a boolean to check if the value has been set.
func (*Role) GetNameOk ¶ added in v1.0.0
GetNameOk returns a tuple with the Name field value and a boolean to check if the value has been set.
func (*Role) GetObjectScopes ¶ added in v1.0.0
GetObjectScopes returns the ObjectScopes field value
func (*Role) GetObjectScopesOk ¶ added in v1.0.0
GetObjectScopesOk returns a tuple with the ObjectScopes field value and a boolean to check if the value has been set.
func (*Role) GetOrganizationId ¶ added in v1.0.0
GetOrganizationId returns the OrganizationId field value
func (*Role) GetOrganizationIdOk ¶ added in v1.0.0
GetOrganizationIdOk returns a tuple with the OrganizationId field value and a boolean to check if the value has been set.
func (*Role) GetOrganizationScopes ¶ added in v1.0.0
GetOrganizationScopes returns the OrganizationScopes field value
func (*Role) GetOrganizationScopesOk ¶ added in v1.0.0
GetOrganizationScopesOk returns a tuple with the OrganizationScopes field value and a boolean to check if the value has been set.
func (*Role) GetUpdatedAt ¶ added in v1.0.0
GetUpdatedAt returns the UpdatedAt field value
func (*Role) GetUpdatedAtOk ¶ added in v1.0.0
GetUpdatedAtOk returns a tuple with the UpdatedAt field value and a boolean to check if the value has been set.
func (Role) MarshalJSON ¶ added in v1.0.0
func (*Role) SetCreatedAt ¶ added in v1.0.0
SetCreatedAt sets field value
func (*Role) SetDescription ¶ added in v1.0.0
SetDescription sets field value
func (*Role) SetIsDefaultRole ¶ added in v1.0.0
SetIsDefaultRole sets field value
func (*Role) SetIsLegacyRole ¶ added in v1.0.0
SetIsLegacyRole sets field value
func (*Role) SetObjectScopes ¶ added in v1.0.0
SetObjectScopes sets field value
func (*Role) SetOrganizationId ¶ added in v1.0.0
SetOrganizationId sets field value
func (*Role) SetOrganizationScopes ¶ added in v1.0.0
SetOrganizationScopes sets field value
func (*Role) SetUpdatedAt ¶ added in v1.0.0
SetUpdatedAt sets field value
func (*Role) UnmarshalJSON ¶ added in v1.0.0
type RolePermissionsRoleGrantsPostRequest ¶ added in v1.0.0
type RolePermissionsRoleGrantsPostRequest struct {
// The id of the role
RoleId string `json:"role_id"`
// The type of the subject
SubjectType string `json:"subject_type"`
// The id of the subject
SubjectId string `json:"subject_id"`
// The type of the object
ObjectType *string `json:"object_type,omitempty"`
// The id of the object
ObjectId *string `json:"object_id,omitempty"`
AdditionalProperties map[string]interface{}
}
RolePermissionsRoleGrantsPostRequest struct for RolePermissionsRoleGrantsPostRequest
func NewRolePermissionsRoleGrantsPostRequest ¶ added in v1.0.0
func NewRolePermissionsRoleGrantsPostRequest(roleId string, subjectType string, subjectId string) *RolePermissionsRoleGrantsPostRequest
NewRolePermissionsRoleGrantsPostRequest instantiates a new RolePermissionsRoleGrantsPostRequest object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewRolePermissionsRoleGrantsPostRequestWithDefaults ¶ added in v1.0.0
func NewRolePermissionsRoleGrantsPostRequestWithDefaults() *RolePermissionsRoleGrantsPostRequest
NewRolePermissionsRoleGrantsPostRequestWithDefaults instantiates a new RolePermissionsRoleGrantsPostRequest object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*RolePermissionsRoleGrantsPostRequest) GetObjectId ¶ added in v1.0.0
func (o *RolePermissionsRoleGrantsPostRequest) GetObjectId() string
GetObjectId returns the ObjectId field value if set, zero value otherwise.
func (*RolePermissionsRoleGrantsPostRequest) GetObjectIdOk ¶ added in v1.0.0
func (o *RolePermissionsRoleGrantsPostRequest) GetObjectIdOk() (*string, bool)
GetObjectIdOk returns a tuple with the ObjectId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*RolePermissionsRoleGrantsPostRequest) GetObjectType ¶ added in v1.0.0
func (o *RolePermissionsRoleGrantsPostRequest) GetObjectType() string
GetObjectType returns the ObjectType field value if set, zero value otherwise.
func (*RolePermissionsRoleGrantsPostRequest) GetObjectTypeOk ¶ added in v1.0.0
func (o *RolePermissionsRoleGrantsPostRequest) GetObjectTypeOk() (*string, bool)
GetObjectTypeOk returns a tuple with the ObjectType field value if set, nil otherwise and a boolean to check if the value has been set.
func (*RolePermissionsRoleGrantsPostRequest) GetRoleId ¶ added in v1.0.0
func (o *RolePermissionsRoleGrantsPostRequest) GetRoleId() string
GetRoleId returns the RoleId field value
func (*RolePermissionsRoleGrantsPostRequest) GetRoleIdOk ¶ added in v1.0.0
func (o *RolePermissionsRoleGrantsPostRequest) GetRoleIdOk() (*string, bool)
GetRoleIdOk returns a tuple with the RoleId field value and a boolean to check if the value has been set.
func (*RolePermissionsRoleGrantsPostRequest) GetSubjectId ¶ added in v1.0.0
func (o *RolePermissionsRoleGrantsPostRequest) GetSubjectId() string
GetSubjectId returns the SubjectId field value
func (*RolePermissionsRoleGrantsPostRequest) GetSubjectIdOk ¶ added in v1.0.0
func (o *RolePermissionsRoleGrantsPostRequest) GetSubjectIdOk() (*string, bool)
GetSubjectIdOk returns a tuple with the SubjectId field value and a boolean to check if the value has been set.
func (*RolePermissionsRoleGrantsPostRequest) GetSubjectType ¶ added in v1.0.0
func (o *RolePermissionsRoleGrantsPostRequest) GetSubjectType() string
GetSubjectType returns the SubjectType field value
func (*RolePermissionsRoleGrantsPostRequest) GetSubjectTypeOk ¶ added in v1.0.0
func (o *RolePermissionsRoleGrantsPostRequest) GetSubjectTypeOk() (*string, bool)
GetSubjectTypeOk returns a tuple with the SubjectType field value and a boolean to check if the value has been set.
func (*RolePermissionsRoleGrantsPostRequest) HasObjectId ¶ added in v1.0.0
func (o *RolePermissionsRoleGrantsPostRequest) HasObjectId() bool
HasObjectId returns a boolean if a field has been set.
func (*RolePermissionsRoleGrantsPostRequest) HasObjectType ¶ added in v1.0.0
func (o *RolePermissionsRoleGrantsPostRequest) HasObjectType() bool
HasObjectType returns a boolean if a field has been set.
func (RolePermissionsRoleGrantsPostRequest) MarshalJSON ¶ added in v1.0.0
func (o RolePermissionsRoleGrantsPostRequest) MarshalJSON() ([]byte, error)
func (*RolePermissionsRoleGrantsPostRequest) SetObjectId ¶ added in v1.0.0
func (o *RolePermissionsRoleGrantsPostRequest) SetObjectId(v string)
SetObjectId gets a reference to the given string and assigns it to the ObjectId field.
func (*RolePermissionsRoleGrantsPostRequest) SetObjectType ¶ added in v1.0.0
func (o *RolePermissionsRoleGrantsPostRequest) SetObjectType(v string)
SetObjectType gets a reference to the given string and assigns it to the ObjectType field.
func (*RolePermissionsRoleGrantsPostRequest) SetRoleId ¶ added in v1.0.0
func (o *RolePermissionsRoleGrantsPostRequest) SetRoleId(v string)
SetRoleId sets field value
func (*RolePermissionsRoleGrantsPostRequest) SetSubjectId ¶ added in v1.0.0
func (o *RolePermissionsRoleGrantsPostRequest) SetSubjectId(v string)
SetSubjectId sets field value
func (*RolePermissionsRoleGrantsPostRequest) SetSubjectType ¶ added in v1.0.0
func (o *RolePermissionsRoleGrantsPostRequest) SetSubjectType(v string)
SetSubjectType sets field value
func (RolePermissionsRoleGrantsPostRequest) ToMap ¶ added in v1.0.0
func (o RolePermissionsRoleGrantsPostRequest) ToMap() (map[string]interface{}, error)
func (*RolePermissionsRoleGrantsPostRequest) UnmarshalJSON ¶ added in v1.0.0
func (o *RolePermissionsRoleGrantsPostRequest) UnmarshalJSON(data []byte) (err error)
type RolePermissionsRolesGet200Response ¶ added in v1.0.0
type RolePermissionsRolesGet200Response struct {
// API request succeeded
Success bool `json:"success"`
// An array of requested items
Data []RolePermissionsRolesGet200ResponseDataInner `json:"data"`
// Total number of items in the response
TotalCount float32 `json:"total_count"`
// A token to retrieve the next page of items in the collection
NextToken NullableString `json:"next_token"`
// Whether there are more items in the collection
HasMore bool `json:"has_more"`
AdditionalProperties map[string]interface{}
}
RolePermissionsRolesGet200Response struct for RolePermissionsRolesGet200Response
func NewRolePermissionsRolesGet200Response ¶ added in v1.0.0
func NewRolePermissionsRolesGet200Response(success bool, data []RolePermissionsRolesGet200ResponseDataInner, totalCount float32, nextToken NullableString, hasMore bool) *RolePermissionsRolesGet200Response
NewRolePermissionsRolesGet200Response instantiates a new RolePermissionsRolesGet200Response object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewRolePermissionsRolesGet200ResponseWithDefaults ¶ added in v1.0.0
func NewRolePermissionsRolesGet200ResponseWithDefaults() *RolePermissionsRolesGet200Response
NewRolePermissionsRolesGet200ResponseWithDefaults instantiates a new RolePermissionsRolesGet200Response object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*RolePermissionsRolesGet200Response) GetData ¶ added in v1.0.0
func (o *RolePermissionsRolesGet200Response) GetData() []RolePermissionsRolesGet200ResponseDataInner
GetData returns the Data field value
func (*RolePermissionsRolesGet200Response) GetDataOk ¶ added in v1.0.0
func (o *RolePermissionsRolesGet200Response) GetDataOk() ([]RolePermissionsRolesGet200ResponseDataInner, bool)
GetDataOk returns a tuple with the Data field value and a boolean to check if the value has been set.
func (*RolePermissionsRolesGet200Response) GetHasMore ¶ added in v1.0.0
func (o *RolePermissionsRolesGet200Response) GetHasMore() bool
GetHasMore returns the HasMore field value
func (*RolePermissionsRolesGet200Response) GetHasMoreOk ¶ added in v1.0.0
func (o *RolePermissionsRolesGet200Response) GetHasMoreOk() (*bool, bool)
GetHasMoreOk returns a tuple with the HasMore field value and a boolean to check if the value has been set.
func (*RolePermissionsRolesGet200Response) GetNextToken ¶ added in v1.0.0
func (o *RolePermissionsRolesGet200Response) GetNextToken() string
GetNextToken returns the NextToken field value If the value is explicit nil, the zero value for string will be returned
func (*RolePermissionsRolesGet200Response) GetNextTokenOk ¶ added in v1.0.0
func (o *RolePermissionsRolesGet200Response) GetNextTokenOk() (*string, bool)
GetNextTokenOk returns a tuple with the NextToken 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 (*RolePermissionsRolesGet200Response) GetSuccess ¶ added in v1.0.0
func (o *RolePermissionsRolesGet200Response) GetSuccess() bool
GetSuccess returns the Success field value
func (*RolePermissionsRolesGet200Response) GetSuccessOk ¶ added in v1.0.0
func (o *RolePermissionsRolesGet200Response) GetSuccessOk() (*bool, bool)
GetSuccessOk returns a tuple with the Success field value and a boolean to check if the value has been set.
func (*RolePermissionsRolesGet200Response) GetTotalCount ¶ added in v1.0.0
func (o *RolePermissionsRolesGet200Response) GetTotalCount() float32
GetTotalCount returns the TotalCount field value
func (*RolePermissionsRolesGet200Response) GetTotalCountOk ¶ added in v1.0.0
func (o *RolePermissionsRolesGet200Response) GetTotalCountOk() (*float32, bool)
GetTotalCountOk returns a tuple with the TotalCount field value and a boolean to check if the value has been set.
func (RolePermissionsRolesGet200Response) MarshalJSON ¶ added in v1.0.0
func (o RolePermissionsRolesGet200Response) MarshalJSON() ([]byte, error)
func (*RolePermissionsRolesGet200Response) SetData ¶ added in v1.0.0
func (o *RolePermissionsRolesGet200Response) SetData(v []RolePermissionsRolesGet200ResponseDataInner)
SetData sets field value
func (*RolePermissionsRolesGet200Response) SetHasMore ¶ added in v1.0.0
func (o *RolePermissionsRolesGet200Response) SetHasMore(v bool)
SetHasMore sets field value
func (*RolePermissionsRolesGet200Response) SetNextToken ¶ added in v1.0.0
func (o *RolePermissionsRolesGet200Response) SetNextToken(v string)
SetNextToken sets field value
func (*RolePermissionsRolesGet200Response) SetSuccess ¶ added in v1.0.0
func (o *RolePermissionsRolesGet200Response) SetSuccess(v bool)
SetSuccess sets field value
func (*RolePermissionsRolesGet200Response) SetTotalCount ¶ added in v1.0.0
func (o *RolePermissionsRolesGet200Response) SetTotalCount(v float32)
SetTotalCount sets field value
func (RolePermissionsRolesGet200Response) ToMap ¶ added in v1.0.0
func (o RolePermissionsRolesGet200Response) ToMap() (map[string]interface{}, error)
func (*RolePermissionsRolesGet200Response) UnmarshalJSON ¶ added in v1.0.0
func (o *RolePermissionsRolesGet200Response) UnmarshalJSON(data []byte) (err error)
type RolePermissionsRolesGet200ResponseDataInner ¶ added in v1.0.0
type RolePermissionsRolesGet200ResponseDataInner struct {
// The id of the role.
Id string `json:"id"`
// The id of the organization
OrganizationId string `json:"organization_id"`
// The name of the role
Name string `json:"name"`
// The description of the role
Description string `json:"description"`
// Whether the role is the default role
IsDefaultRole bool `json:"is_default_role"`
// Whether the role is a migrated legacy role
IsLegacyRole bool `json:"is_legacy_role"`
// The object scopes of the role
ObjectScopes []string `json:"object_scopes"`
// The organization scopes of the role
OrganizationScopes []string `json:"organization_scopes"`
CreatedAt string `json:"created_at"`
UpdatedAt string `json:"updated_at"`
AdditionalProperties map[string]interface{}
}
RolePermissionsRolesGet200ResponseDataInner Roles
func NewRolePermissionsRolesGet200ResponseDataInner ¶ added in v1.0.0
func NewRolePermissionsRolesGet200ResponseDataInner(id string, organizationId string, name string, description string, isDefaultRole bool, isLegacyRole bool, objectScopes []string, organizationScopes []string, createdAt string, updatedAt string) *RolePermissionsRolesGet200ResponseDataInner
NewRolePermissionsRolesGet200ResponseDataInner instantiates a new RolePermissionsRolesGet200ResponseDataInner object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewRolePermissionsRolesGet200ResponseDataInnerWithDefaults ¶ added in v1.0.0
func NewRolePermissionsRolesGet200ResponseDataInnerWithDefaults() *RolePermissionsRolesGet200ResponseDataInner
NewRolePermissionsRolesGet200ResponseDataInnerWithDefaults instantiates a new RolePermissionsRolesGet200ResponseDataInner object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*RolePermissionsRolesGet200ResponseDataInner) GetCreatedAt ¶ added in v1.0.0
func (o *RolePermissionsRolesGet200ResponseDataInner) GetCreatedAt() string
GetCreatedAt returns the CreatedAt field value
func (*RolePermissionsRolesGet200ResponseDataInner) GetCreatedAtOk ¶ added in v1.0.0
func (o *RolePermissionsRolesGet200ResponseDataInner) GetCreatedAtOk() (*string, bool)
GetCreatedAtOk returns a tuple with the CreatedAt field value and a boolean to check if the value has been set.
func (*RolePermissionsRolesGet200ResponseDataInner) GetDescription ¶ added in v1.0.0
func (o *RolePermissionsRolesGet200ResponseDataInner) GetDescription() string
GetDescription returns the Description field value
func (*RolePermissionsRolesGet200ResponseDataInner) GetDescriptionOk ¶ added in v1.0.0
func (o *RolePermissionsRolesGet200ResponseDataInner) GetDescriptionOk() (*string, bool)
GetDescriptionOk returns a tuple with the Description field value and a boolean to check if the value has been set.
func (*RolePermissionsRolesGet200ResponseDataInner) GetId ¶ added in v1.0.0
func (o *RolePermissionsRolesGet200ResponseDataInner) GetId() string
GetId returns the Id field value
func (*RolePermissionsRolesGet200ResponseDataInner) GetIdOk ¶ added in v1.0.0
func (o *RolePermissionsRolesGet200ResponseDataInner) GetIdOk() (*string, bool)
GetIdOk returns a tuple with the Id field value and a boolean to check if the value has been set.
func (*RolePermissionsRolesGet200ResponseDataInner) GetIsDefaultRole ¶ added in v1.0.0
func (o *RolePermissionsRolesGet200ResponseDataInner) GetIsDefaultRole() bool
GetIsDefaultRole returns the IsDefaultRole field value
func (*RolePermissionsRolesGet200ResponseDataInner) GetIsDefaultRoleOk ¶ added in v1.0.0
func (o *RolePermissionsRolesGet200ResponseDataInner) GetIsDefaultRoleOk() (*bool, bool)
GetIsDefaultRoleOk returns a tuple with the IsDefaultRole field value and a boolean to check if the value has been set.
func (*RolePermissionsRolesGet200ResponseDataInner) GetIsLegacyRole ¶ added in v1.0.0
func (o *RolePermissionsRolesGet200ResponseDataInner) GetIsLegacyRole() bool
GetIsLegacyRole returns the IsLegacyRole field value
func (*RolePermissionsRolesGet200ResponseDataInner) GetIsLegacyRoleOk ¶ added in v1.0.0
func (o *RolePermissionsRolesGet200ResponseDataInner) GetIsLegacyRoleOk() (*bool, bool)
GetIsLegacyRoleOk returns a tuple with the IsLegacyRole field value and a boolean to check if the value has been set.
func (*RolePermissionsRolesGet200ResponseDataInner) GetName ¶ added in v1.0.0
func (o *RolePermissionsRolesGet200ResponseDataInner) GetName() string
GetName returns the Name field value
func (*RolePermissionsRolesGet200ResponseDataInner) GetNameOk ¶ added in v1.0.0
func (o *RolePermissionsRolesGet200ResponseDataInner) GetNameOk() (*string, bool)
GetNameOk returns a tuple with the Name field value and a boolean to check if the value has been set.
func (*RolePermissionsRolesGet200ResponseDataInner) GetObjectScopes ¶ added in v1.0.0
func (o *RolePermissionsRolesGet200ResponseDataInner) GetObjectScopes() []string
GetObjectScopes returns the ObjectScopes field value
func (*RolePermissionsRolesGet200ResponseDataInner) GetObjectScopesOk ¶ added in v1.0.0
func (o *RolePermissionsRolesGet200ResponseDataInner) GetObjectScopesOk() ([]string, bool)
GetObjectScopesOk returns a tuple with the ObjectScopes field value and a boolean to check if the value has been set.
func (*RolePermissionsRolesGet200ResponseDataInner) GetOrganizationId ¶ added in v1.0.0
func (o *RolePermissionsRolesGet200ResponseDataInner) GetOrganizationId() string
GetOrganizationId returns the OrganizationId field value
func (*RolePermissionsRolesGet200ResponseDataInner) GetOrganizationIdOk ¶ added in v1.0.0
func (o *RolePermissionsRolesGet200ResponseDataInner) GetOrganizationIdOk() (*string, bool)
GetOrganizationIdOk returns a tuple with the OrganizationId field value and a boolean to check if the value has been set.
func (*RolePermissionsRolesGet200ResponseDataInner) GetOrganizationScopes ¶ added in v1.0.0
func (o *RolePermissionsRolesGet200ResponseDataInner) GetOrganizationScopes() []string
GetOrganizationScopes returns the OrganizationScopes field value
func (*RolePermissionsRolesGet200ResponseDataInner) GetOrganizationScopesOk ¶ added in v1.0.0
func (o *RolePermissionsRolesGet200ResponseDataInner) GetOrganizationScopesOk() ([]string, bool)
GetOrganizationScopesOk returns a tuple with the OrganizationScopes field value and a boolean to check if the value has been set.
func (*RolePermissionsRolesGet200ResponseDataInner) GetUpdatedAt ¶ added in v1.0.0
func (o *RolePermissionsRolesGet200ResponseDataInner) GetUpdatedAt() string
GetUpdatedAt returns the UpdatedAt field value
func (*RolePermissionsRolesGet200ResponseDataInner) GetUpdatedAtOk ¶ added in v1.0.0
func (o *RolePermissionsRolesGet200ResponseDataInner) GetUpdatedAtOk() (*string, bool)
GetUpdatedAtOk returns a tuple with the UpdatedAt field value and a boolean to check if the value has been set.
func (RolePermissionsRolesGet200ResponseDataInner) MarshalJSON ¶ added in v1.0.0
func (o RolePermissionsRolesGet200ResponseDataInner) MarshalJSON() ([]byte, error)
func (*RolePermissionsRolesGet200ResponseDataInner) SetCreatedAt ¶ added in v1.0.0
func (o *RolePermissionsRolesGet200ResponseDataInner) SetCreatedAt(v string)
SetCreatedAt sets field value
func (*RolePermissionsRolesGet200ResponseDataInner) SetDescription ¶ added in v1.0.0
func (o *RolePermissionsRolesGet200ResponseDataInner) SetDescription(v string)
SetDescription sets field value
func (*RolePermissionsRolesGet200ResponseDataInner) SetId ¶ added in v1.0.0
func (o *RolePermissionsRolesGet200ResponseDataInner) SetId(v string)
SetId sets field value
func (*RolePermissionsRolesGet200ResponseDataInner) SetIsDefaultRole ¶ added in v1.0.0
func (o *RolePermissionsRolesGet200ResponseDataInner) SetIsDefaultRole(v bool)
SetIsDefaultRole sets field value
func (*RolePermissionsRolesGet200ResponseDataInner) SetIsLegacyRole ¶ added in v1.0.0
func (o *RolePermissionsRolesGet200ResponseDataInner) SetIsLegacyRole(v bool)
SetIsLegacyRole sets field value
func (*RolePermissionsRolesGet200ResponseDataInner) SetName ¶ added in v1.0.0
func (o *RolePermissionsRolesGet200ResponseDataInner) SetName(v string)
SetName sets field value
func (*RolePermissionsRolesGet200ResponseDataInner) SetObjectScopes ¶ added in v1.0.0
func (o *RolePermissionsRolesGet200ResponseDataInner) SetObjectScopes(v []string)
SetObjectScopes sets field value
func (*RolePermissionsRolesGet200ResponseDataInner) SetOrganizationId ¶ added in v1.0.0
func (o *RolePermissionsRolesGet200ResponseDataInner) SetOrganizationId(v string)
SetOrganizationId sets field value
func (*RolePermissionsRolesGet200ResponseDataInner) SetOrganizationScopes ¶ added in v1.0.0
func (o *RolePermissionsRolesGet200ResponseDataInner) SetOrganizationScopes(v []string)
SetOrganizationScopes sets field value
func (*RolePermissionsRolesGet200ResponseDataInner) SetUpdatedAt ¶ added in v1.0.0
func (o *RolePermissionsRolesGet200ResponseDataInner) SetUpdatedAt(v string)
SetUpdatedAt sets field value
func (RolePermissionsRolesGet200ResponseDataInner) ToMap ¶ added in v1.0.0
func (o RolePermissionsRolesGet200ResponseDataInner) ToMap() (map[string]interface{}, error)
func (*RolePermissionsRolesGet200ResponseDataInner) UnmarshalJSON ¶ added in v1.0.0
func (o *RolePermissionsRolesGet200ResponseDataInner) UnmarshalJSON(data []byte) (err error)
type RolePermissionsRolesPost201Response ¶ added in v1.0.0
type RolePermissionsRolesPost201Response struct {
// The id of the role.
Id string `json:"id"`
// The id of the organization
OrganizationId string `json:"organization_id"`
// The name of the role
Name string `json:"name"`
// The description of the role
Description string `json:"description"`
// Whether the role is the default role
IsDefaultRole bool `json:"is_default_role"`
// Whether the role is a migrated legacy role
IsLegacyRole bool `json:"is_legacy_role"`
// The object scopes of the role
ObjectScopes []string `json:"object_scopes"`
// The organization scopes of the role
OrganizationScopes []string `json:"organization_scopes"`
CreatedAt string `json:"created_at"`
UpdatedAt string `json:"updated_at"`
AdditionalProperties map[string]interface{}
}
RolePermissionsRolesPost201Response struct for RolePermissionsRolesPost201Response
func NewRolePermissionsRolesPost201Response ¶ added in v1.0.0
func NewRolePermissionsRolesPost201Response(id string, organizationId string, name string, description string, isDefaultRole bool, isLegacyRole bool, objectScopes []string, organizationScopes []string, createdAt string, updatedAt string) *RolePermissionsRolesPost201Response
NewRolePermissionsRolesPost201Response instantiates a new RolePermissionsRolesPost201Response object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewRolePermissionsRolesPost201ResponseWithDefaults ¶ added in v1.0.0
func NewRolePermissionsRolesPost201ResponseWithDefaults() *RolePermissionsRolesPost201Response
NewRolePermissionsRolesPost201ResponseWithDefaults instantiates a new RolePermissionsRolesPost201Response object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*RolePermissionsRolesPost201Response) GetCreatedAt ¶ added in v1.0.0
func (o *RolePermissionsRolesPost201Response) GetCreatedAt() string
GetCreatedAt returns the CreatedAt field value
func (*RolePermissionsRolesPost201Response) GetCreatedAtOk ¶ added in v1.0.0
func (o *RolePermissionsRolesPost201Response) GetCreatedAtOk() (*string, bool)
GetCreatedAtOk returns a tuple with the CreatedAt field value and a boolean to check if the value has been set.
func (*RolePermissionsRolesPost201Response) GetDescription ¶ added in v1.0.0
func (o *RolePermissionsRolesPost201Response) GetDescription() string
GetDescription returns the Description field value
func (*RolePermissionsRolesPost201Response) GetDescriptionOk ¶ added in v1.0.0
func (o *RolePermissionsRolesPost201Response) GetDescriptionOk() (*string, bool)
GetDescriptionOk returns a tuple with the Description field value and a boolean to check if the value has been set.
func (*RolePermissionsRolesPost201Response) GetId ¶ added in v1.0.0
func (o *RolePermissionsRolesPost201Response) GetId() string
GetId returns the Id field value
func (*RolePermissionsRolesPost201Response) GetIdOk ¶ added in v1.0.0
func (o *RolePermissionsRolesPost201Response) GetIdOk() (*string, bool)
GetIdOk returns a tuple with the Id field value and a boolean to check if the value has been set.
func (*RolePermissionsRolesPost201Response) GetIsDefaultRole ¶ added in v1.0.0
func (o *RolePermissionsRolesPost201Response) GetIsDefaultRole() bool
GetIsDefaultRole returns the IsDefaultRole field value
func (*RolePermissionsRolesPost201Response) GetIsDefaultRoleOk ¶ added in v1.0.0
func (o *RolePermissionsRolesPost201Response) GetIsDefaultRoleOk() (*bool, bool)
GetIsDefaultRoleOk returns a tuple with the IsDefaultRole field value and a boolean to check if the value has been set.
func (*RolePermissionsRolesPost201Response) GetIsLegacyRole ¶ added in v1.0.0
func (o *RolePermissionsRolesPost201Response) GetIsLegacyRole() bool
GetIsLegacyRole returns the IsLegacyRole field value
func (*RolePermissionsRolesPost201Response) GetIsLegacyRoleOk ¶ added in v1.0.0
func (o *RolePermissionsRolesPost201Response) GetIsLegacyRoleOk() (*bool, bool)
GetIsLegacyRoleOk returns a tuple with the IsLegacyRole field value and a boolean to check if the value has been set.
func (*RolePermissionsRolesPost201Response) GetName ¶ added in v1.0.0
func (o *RolePermissionsRolesPost201Response) GetName() string
GetName returns the Name field value
func (*RolePermissionsRolesPost201Response) GetNameOk ¶ added in v1.0.0
func (o *RolePermissionsRolesPost201Response) GetNameOk() (*string, bool)
GetNameOk returns a tuple with the Name field value and a boolean to check if the value has been set.
func (*RolePermissionsRolesPost201Response) GetObjectScopes ¶ added in v1.0.0
func (o *RolePermissionsRolesPost201Response) GetObjectScopes() []string
GetObjectScopes returns the ObjectScopes field value
func (*RolePermissionsRolesPost201Response) GetObjectScopesOk ¶ added in v1.0.0
func (o *RolePermissionsRolesPost201Response) GetObjectScopesOk() ([]string, bool)
GetObjectScopesOk returns a tuple with the ObjectScopes field value and a boolean to check if the value has been set.
func (*RolePermissionsRolesPost201Response) GetOrganizationId ¶ added in v1.0.0
func (o *RolePermissionsRolesPost201Response) GetOrganizationId() string
GetOrganizationId returns the OrganizationId field value
func (*RolePermissionsRolesPost201Response) GetOrganizationIdOk ¶ added in v1.0.0
func (o *RolePermissionsRolesPost201Response) GetOrganizationIdOk() (*string, bool)
GetOrganizationIdOk returns a tuple with the OrganizationId field value and a boolean to check if the value has been set.
func (*RolePermissionsRolesPost201Response) GetOrganizationScopes ¶ added in v1.0.0
func (o *RolePermissionsRolesPost201Response) GetOrganizationScopes() []string
GetOrganizationScopes returns the OrganizationScopes field value
func (*RolePermissionsRolesPost201Response) GetOrganizationScopesOk ¶ added in v1.0.0
func (o *RolePermissionsRolesPost201Response) GetOrganizationScopesOk() ([]string, bool)
GetOrganizationScopesOk returns a tuple with the OrganizationScopes field value and a boolean to check if the value has been set.
func (*RolePermissionsRolesPost201Response) GetUpdatedAt ¶ added in v1.0.0
func (o *RolePermissionsRolesPost201Response) GetUpdatedAt() string
GetUpdatedAt returns the UpdatedAt field value
func (*RolePermissionsRolesPost201Response) GetUpdatedAtOk ¶ added in v1.0.0
func (o *RolePermissionsRolesPost201Response) GetUpdatedAtOk() (*string, bool)
GetUpdatedAtOk returns a tuple with the UpdatedAt field value and a boolean to check if the value has been set.
func (RolePermissionsRolesPost201Response) MarshalJSON ¶ added in v1.0.0
func (o RolePermissionsRolesPost201Response) MarshalJSON() ([]byte, error)
func (*RolePermissionsRolesPost201Response) SetCreatedAt ¶ added in v1.0.0
func (o *RolePermissionsRolesPost201Response) SetCreatedAt(v string)
SetCreatedAt sets field value
func (*RolePermissionsRolesPost201Response) SetDescription ¶ added in v1.0.0
func (o *RolePermissionsRolesPost201Response) SetDescription(v string)
SetDescription sets field value
func (*RolePermissionsRolesPost201Response) SetId ¶ added in v1.0.0
func (o *RolePermissionsRolesPost201Response) SetId(v string)
SetId sets field value
func (*RolePermissionsRolesPost201Response) SetIsDefaultRole ¶ added in v1.0.0
func (o *RolePermissionsRolesPost201Response) SetIsDefaultRole(v bool)
SetIsDefaultRole sets field value
func (*RolePermissionsRolesPost201Response) SetIsLegacyRole ¶ added in v1.0.0
func (o *RolePermissionsRolesPost201Response) SetIsLegacyRole(v bool)
SetIsLegacyRole sets field value
func (*RolePermissionsRolesPost201Response) SetName ¶ added in v1.0.0
func (o *RolePermissionsRolesPost201Response) SetName(v string)
SetName sets field value
func (*RolePermissionsRolesPost201Response) SetObjectScopes ¶ added in v1.0.0
func (o *RolePermissionsRolesPost201Response) SetObjectScopes(v []string)
SetObjectScopes sets field value
func (*RolePermissionsRolesPost201Response) SetOrganizationId ¶ added in v1.0.0
func (o *RolePermissionsRolesPost201Response) SetOrganizationId(v string)
SetOrganizationId sets field value
func (*RolePermissionsRolesPost201Response) SetOrganizationScopes ¶ added in v1.0.0
func (o *RolePermissionsRolesPost201Response) SetOrganizationScopes(v []string)
SetOrganizationScopes sets field value
func (*RolePermissionsRolesPost201Response) SetUpdatedAt ¶ added in v1.0.0
func (o *RolePermissionsRolesPost201Response) SetUpdatedAt(v string)
SetUpdatedAt sets field value
func (RolePermissionsRolesPost201Response) ToMap ¶ added in v1.0.0
func (o RolePermissionsRolesPost201Response) ToMap() (map[string]interface{}, error)
func (*RolePermissionsRolesPost201Response) UnmarshalJSON ¶ added in v1.0.0
func (o *RolePermissionsRolesPost201Response) UnmarshalJSON(data []byte) (err error)
type RolePermissionsRolesPostRequest ¶ added in v1.0.0
type RolePermissionsRolesPostRequest struct {
// The name of the role.
Name string `json:"name"`
// The description of the role
Description *string `json:"description,omitempty"`
// The object scopes of the role
ObjectScopes []string `json:"object_scopes"`
// The organization scopes of the role
OrganizationScopes []string `json:"organization_scopes"`
AdditionalProperties map[string]interface{}
}
RolePermissionsRolesPostRequest struct for RolePermissionsRolesPostRequest
func NewRolePermissionsRolesPostRequest ¶ added in v1.0.0
func NewRolePermissionsRolesPostRequest(name string, objectScopes []string, organizationScopes []string) *RolePermissionsRolesPostRequest
NewRolePermissionsRolesPostRequest instantiates a new RolePermissionsRolesPostRequest object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewRolePermissionsRolesPostRequestWithDefaults ¶ added in v1.0.0
func NewRolePermissionsRolesPostRequestWithDefaults() *RolePermissionsRolesPostRequest
NewRolePermissionsRolesPostRequestWithDefaults instantiates a new RolePermissionsRolesPostRequest object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*RolePermissionsRolesPostRequest) GetDescription ¶ added in v1.0.0
func (o *RolePermissionsRolesPostRequest) GetDescription() string
GetDescription returns the Description field value if set, zero value otherwise.
func (*RolePermissionsRolesPostRequest) GetDescriptionOk ¶ added in v1.0.0
func (o *RolePermissionsRolesPostRequest) 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 (*RolePermissionsRolesPostRequest) GetName ¶ added in v1.0.0
func (o *RolePermissionsRolesPostRequest) GetName() string
GetName returns the Name field value
func (*RolePermissionsRolesPostRequest) GetNameOk ¶ added in v1.0.0
func (o *RolePermissionsRolesPostRequest) GetNameOk() (*string, bool)
GetNameOk returns a tuple with the Name field value and a boolean to check if the value has been set.
func (*RolePermissionsRolesPostRequest) GetObjectScopes ¶ added in v1.0.0
func (o *RolePermissionsRolesPostRequest) GetObjectScopes() []string
GetObjectScopes returns the ObjectScopes field value
func (*RolePermissionsRolesPostRequest) GetObjectScopesOk ¶ added in v1.0.0
func (o *RolePermissionsRolesPostRequest) GetObjectScopesOk() ([]string, bool)
GetObjectScopesOk returns a tuple with the ObjectScopes field value and a boolean to check if the value has been set.
func (*RolePermissionsRolesPostRequest) GetOrganizationScopes ¶ added in v1.0.0
func (o *RolePermissionsRolesPostRequest) GetOrganizationScopes() []string
GetOrganizationScopes returns the OrganizationScopes field value
func (*RolePermissionsRolesPostRequest) GetOrganizationScopesOk ¶ added in v1.0.0
func (o *RolePermissionsRolesPostRequest) GetOrganizationScopesOk() ([]string, bool)
GetOrganizationScopesOk returns a tuple with the OrganizationScopes field value and a boolean to check if the value has been set.
func (*RolePermissionsRolesPostRequest) HasDescription ¶ added in v1.0.0
func (o *RolePermissionsRolesPostRequest) HasDescription() bool
HasDescription returns a boolean if a field has been set.
func (RolePermissionsRolesPostRequest) MarshalJSON ¶ added in v1.0.0
func (o RolePermissionsRolesPostRequest) MarshalJSON() ([]byte, error)
func (*RolePermissionsRolesPostRequest) SetDescription ¶ added in v1.0.0
func (o *RolePermissionsRolesPostRequest) SetDescription(v string)
SetDescription gets a reference to the given string and assigns it to the Description field.
func (*RolePermissionsRolesPostRequest) SetName ¶ added in v1.0.0
func (o *RolePermissionsRolesPostRequest) SetName(v string)
SetName sets field value
func (*RolePermissionsRolesPostRequest) SetObjectScopes ¶ added in v1.0.0
func (o *RolePermissionsRolesPostRequest) SetObjectScopes(v []string)
SetObjectScopes sets field value
func (*RolePermissionsRolesPostRequest) SetOrganizationScopes ¶ added in v1.0.0
func (o *RolePermissionsRolesPostRequest) SetOrganizationScopes(v []string)
SetOrganizationScopes sets field value
func (RolePermissionsRolesPostRequest) ToMap ¶ added in v1.0.0
func (o RolePermissionsRolesPostRequest) ToMap() (map[string]interface{}, error)
func (*RolePermissionsRolesPostRequest) UnmarshalJSON ¶ added in v1.0.0
func (o *RolePermissionsRolesPostRequest) UnmarshalJSON(data []byte) (err error)
type RolePermissionsRolesRoleIdPatchRequest ¶ added in v1.0.0
type RolePermissionsRolesRoleIdPatchRequest struct {
// The name of the role.
Name *string `json:"name,omitempty"`
// The description of the role
Description *string `json:"description,omitempty"`
// The object scopes of the role
ObjectScopes []string `json:"object_scopes,omitempty"`
// The organization scopes of the role
OrganizationScopes []string `json:"organization_scopes,omitempty"`
AdditionalProperties map[string]interface{}
}
RolePermissionsRolesRoleIdPatchRequest struct for RolePermissionsRolesRoleIdPatchRequest
func NewRolePermissionsRolesRoleIdPatchRequest ¶ added in v1.0.0
func NewRolePermissionsRolesRoleIdPatchRequest() *RolePermissionsRolesRoleIdPatchRequest
NewRolePermissionsRolesRoleIdPatchRequest instantiates a new RolePermissionsRolesRoleIdPatchRequest object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewRolePermissionsRolesRoleIdPatchRequestWithDefaults ¶ added in v1.0.0
func NewRolePermissionsRolesRoleIdPatchRequestWithDefaults() *RolePermissionsRolesRoleIdPatchRequest
NewRolePermissionsRolesRoleIdPatchRequestWithDefaults instantiates a new RolePermissionsRolesRoleIdPatchRequest object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*RolePermissionsRolesRoleIdPatchRequest) GetDescription ¶ added in v1.0.0
func (o *RolePermissionsRolesRoleIdPatchRequest) GetDescription() string
GetDescription returns the Description field value if set, zero value otherwise.
func (*RolePermissionsRolesRoleIdPatchRequest) GetDescriptionOk ¶ added in v1.0.0
func (o *RolePermissionsRolesRoleIdPatchRequest) 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 (*RolePermissionsRolesRoleIdPatchRequest) GetName ¶ added in v1.0.0
func (o *RolePermissionsRolesRoleIdPatchRequest) GetName() string
GetName returns the Name field value if set, zero value otherwise.
func (*RolePermissionsRolesRoleIdPatchRequest) GetNameOk ¶ added in v1.0.0
func (o *RolePermissionsRolesRoleIdPatchRequest) 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 (*RolePermissionsRolesRoleIdPatchRequest) GetObjectScopes ¶ added in v1.0.0
func (o *RolePermissionsRolesRoleIdPatchRequest) GetObjectScopes() []string
GetObjectScopes returns the ObjectScopes field value if set, zero value otherwise.
func (*RolePermissionsRolesRoleIdPatchRequest) GetObjectScopesOk ¶ added in v1.0.0
func (o *RolePermissionsRolesRoleIdPatchRequest) GetObjectScopesOk() ([]string, bool)
GetObjectScopesOk returns a tuple with the ObjectScopes field value if set, nil otherwise and a boolean to check if the value has been set.
func (*RolePermissionsRolesRoleIdPatchRequest) GetOrganizationScopes ¶ added in v1.0.0
func (o *RolePermissionsRolesRoleIdPatchRequest) GetOrganizationScopes() []string
GetOrganizationScopes returns the OrganizationScopes field value if set, zero value otherwise.
func (*RolePermissionsRolesRoleIdPatchRequest) GetOrganizationScopesOk ¶ added in v1.0.0
func (o *RolePermissionsRolesRoleIdPatchRequest) GetOrganizationScopesOk() ([]string, bool)
GetOrganizationScopesOk returns a tuple with the OrganizationScopes field value if set, nil otherwise and a boolean to check if the value has been set.
func (*RolePermissionsRolesRoleIdPatchRequest) HasDescription ¶ added in v1.0.0
func (o *RolePermissionsRolesRoleIdPatchRequest) HasDescription() bool
HasDescription returns a boolean if a field has been set.
func (*RolePermissionsRolesRoleIdPatchRequest) HasName ¶ added in v1.0.0
func (o *RolePermissionsRolesRoleIdPatchRequest) HasName() bool
HasName returns a boolean if a field has been set.
func (*RolePermissionsRolesRoleIdPatchRequest) HasObjectScopes ¶ added in v1.0.0
func (o *RolePermissionsRolesRoleIdPatchRequest) HasObjectScopes() bool
HasObjectScopes returns a boolean if a field has been set.
func (*RolePermissionsRolesRoleIdPatchRequest) HasOrganizationScopes ¶ added in v1.0.0
func (o *RolePermissionsRolesRoleIdPatchRequest) HasOrganizationScopes() bool
HasOrganizationScopes returns a boolean if a field has been set.
func (RolePermissionsRolesRoleIdPatchRequest) MarshalJSON ¶ added in v1.0.0
func (o RolePermissionsRolesRoleIdPatchRequest) MarshalJSON() ([]byte, error)
func (*RolePermissionsRolesRoleIdPatchRequest) SetDescription ¶ added in v1.0.0
func (o *RolePermissionsRolesRoleIdPatchRequest) SetDescription(v string)
SetDescription gets a reference to the given string and assigns it to the Description field.
func (*RolePermissionsRolesRoleIdPatchRequest) SetName ¶ added in v1.0.0
func (o *RolePermissionsRolesRoleIdPatchRequest) SetName(v string)
SetName gets a reference to the given string and assigns it to the Name field.
func (*RolePermissionsRolesRoleIdPatchRequest) SetObjectScopes ¶ added in v1.0.0
func (o *RolePermissionsRolesRoleIdPatchRequest) SetObjectScopes(v []string)
SetObjectScopes gets a reference to the given []string and assigns it to the ObjectScopes field.
func (*RolePermissionsRolesRoleIdPatchRequest) SetOrganizationScopes ¶ added in v1.0.0
func (o *RolePermissionsRolesRoleIdPatchRequest) SetOrganizationScopes(v []string)
SetOrganizationScopes gets a reference to the given []string and assigns it to the OrganizationScopes field.
func (RolePermissionsRolesRoleIdPatchRequest) ToMap ¶ added in v1.0.0
func (o RolePermissionsRolesRoleIdPatchRequest) ToMap() (map[string]interface{}, error)
func (*RolePermissionsRolesRoleIdPatchRequest) UnmarshalJSON ¶ added in v1.0.0
func (o *RolePermissionsRolesRoleIdPatchRequest) UnmarshalJSON(data []byte) (err error)
type SAML ¶ added in v1.0.0
type SAML struct {
ConfigType string `json:"config_type"`
IdpMetadataXml string `json:"idp_metadata_xml"`
SamlFirstNameAttribute string `json:"saml_first_name_attribute"`
SamlLastNameAttribute string `json:"saml_last_name_attribute"`
SamlGroupsAttribute *string `json:"saml_groups_attribute,omitempty"`
SamlSyncGroupClaims bool `json:"saml_sync_group_claims"`
LdapSyncGroupClaims *bool `json:"ldap_sync_group_claims,omitempty"`
LdapRoleMapping *string `json:"ldap_role_mapping,omitempty"`
LdapServerUrl *string `json:"ldap_server_url,omitempty"`
LdapBaseDomainComponents *string `json:"ldap_base_domain_components,omitempty"`
LdapServerName *string `json:"ldap_server_name,omitempty"`
LdapServerKey *string `json:"ldap_server_key,omitempty"`
LdapServerCertificate *string `json:"ldap_server_certificate,omitempty"`
JitEnabled bool `json:"jit_enabled"`
RestrictedDomain *string `json:"restricted_domain,omitempty"`
TriggerLoginAutomatically bool `json:"trigger_login_automatically"`
DisableEmailPasswordLogin bool `json:"disable_email_password_login"`
}
SAML struct for SAML
func NewSAML ¶ added in v1.0.0
func NewSAML(configType string, idpMetadataXml string, samlFirstNameAttribute string, samlLastNameAttribute string, samlSyncGroupClaims bool, jitEnabled bool, triggerLoginAutomatically bool, disableEmailPasswordLogin bool) *SAML
NewSAML instantiates a new SAML object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewSAMLWithDefaults ¶ added in v1.0.0
func NewSAMLWithDefaults() *SAML
NewSAMLWithDefaults instantiates a new SAML object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*SAML) GetConfigType ¶ added in v1.0.0
GetConfigType returns the ConfigType field value
func (*SAML) GetConfigTypeOk ¶ added in v1.0.0
GetConfigTypeOk returns a tuple with the ConfigType field value and a boolean to check if the value has been set.
func (*SAML) GetDisableEmailPasswordLogin ¶ added in v1.0.0
GetDisableEmailPasswordLogin returns the DisableEmailPasswordLogin field value
func (*SAML) GetDisableEmailPasswordLoginOk ¶ added in v1.0.0
GetDisableEmailPasswordLoginOk returns a tuple with the DisableEmailPasswordLogin field value and a boolean to check if the value has been set.
func (*SAML) GetIdpMetadataXml ¶ added in v1.0.0
GetIdpMetadataXml returns the IdpMetadataXml field value
func (*SAML) GetIdpMetadataXmlOk ¶ added in v1.0.0
GetIdpMetadataXmlOk returns a tuple with the IdpMetadataXml field value and a boolean to check if the value has been set.
func (*SAML) GetJitEnabled ¶ added in v1.0.0
GetJitEnabled returns the JitEnabled field value
func (*SAML) GetJitEnabledOk ¶ added in v1.0.0
GetJitEnabledOk returns a tuple with the JitEnabled field value and a boolean to check if the value has been set.
func (*SAML) GetLdapBaseDomainComponents ¶ added in v1.0.0
GetLdapBaseDomainComponents returns the LdapBaseDomainComponents field value if set, zero value otherwise.
func (*SAML) GetLdapBaseDomainComponentsOk ¶ added in v1.0.0
GetLdapBaseDomainComponentsOk returns a tuple with the LdapBaseDomainComponents field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SAML) GetLdapRoleMapping ¶ added in v1.0.0
GetLdapRoleMapping returns the LdapRoleMapping field value if set, zero value otherwise.
func (*SAML) GetLdapRoleMappingOk ¶ added in v1.0.0
GetLdapRoleMappingOk returns a tuple with the LdapRoleMapping field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SAML) GetLdapServerCertificate ¶ added in v1.0.0
GetLdapServerCertificate returns the LdapServerCertificate field value if set, zero value otherwise.
func (*SAML) GetLdapServerCertificateOk ¶ added in v1.0.0
GetLdapServerCertificateOk returns a tuple with the LdapServerCertificate field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SAML) GetLdapServerKey ¶ added in v1.0.0
GetLdapServerKey returns the LdapServerKey field value if set, zero value otherwise.
func (*SAML) GetLdapServerKeyOk ¶ added in v1.0.0
GetLdapServerKeyOk returns a tuple with the LdapServerKey field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SAML) GetLdapServerName ¶ added in v1.0.0
GetLdapServerName returns the LdapServerName field value if set, zero value otherwise.
func (*SAML) GetLdapServerNameOk ¶ added in v1.0.0
GetLdapServerNameOk returns a tuple with the LdapServerName field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SAML) GetLdapServerUrl ¶ added in v1.0.0
GetLdapServerUrl returns the LdapServerUrl field value if set, zero value otherwise.
func (*SAML) GetLdapServerUrlOk ¶ added in v1.0.0
GetLdapServerUrlOk returns a tuple with the LdapServerUrl field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SAML) GetLdapSyncGroupClaims ¶ added in v1.0.0
GetLdapSyncGroupClaims returns the LdapSyncGroupClaims field value if set, zero value otherwise.
func (*SAML) GetLdapSyncGroupClaimsOk ¶ added in v1.0.0
GetLdapSyncGroupClaimsOk returns a tuple with the LdapSyncGroupClaims field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SAML) GetRestrictedDomain ¶ added in v1.0.0
GetRestrictedDomain returns the RestrictedDomain field value if set, zero value otherwise.
func (*SAML) GetRestrictedDomainOk ¶ added in v1.0.0
GetRestrictedDomainOk returns a tuple with the RestrictedDomain field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SAML) GetSamlFirstNameAttribute ¶ added in v1.0.0
GetSamlFirstNameAttribute returns the SamlFirstNameAttribute field value
func (*SAML) GetSamlFirstNameAttributeOk ¶ added in v1.0.0
GetSamlFirstNameAttributeOk returns a tuple with the SamlFirstNameAttribute field value and a boolean to check if the value has been set.
func (*SAML) GetSamlGroupsAttribute ¶ added in v1.0.0
GetSamlGroupsAttribute returns the SamlGroupsAttribute field value if set, zero value otherwise.
func (*SAML) GetSamlGroupsAttributeOk ¶ added in v1.0.0
GetSamlGroupsAttributeOk returns a tuple with the SamlGroupsAttribute field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SAML) GetSamlLastNameAttribute ¶ added in v1.0.0
GetSamlLastNameAttribute returns the SamlLastNameAttribute field value
func (*SAML) GetSamlLastNameAttributeOk ¶ added in v1.0.0
GetSamlLastNameAttributeOk returns a tuple with the SamlLastNameAttribute field value and a boolean to check if the value has been set.
func (*SAML) GetSamlSyncGroupClaims ¶ added in v1.0.0
GetSamlSyncGroupClaims returns the SamlSyncGroupClaims field value
func (*SAML) GetSamlSyncGroupClaimsOk ¶ added in v1.0.0
GetSamlSyncGroupClaimsOk returns a tuple with the SamlSyncGroupClaims field value and a boolean to check if the value has been set.
func (*SAML) GetTriggerLoginAutomatically ¶ added in v1.0.0
GetTriggerLoginAutomatically returns the TriggerLoginAutomatically field value
func (*SAML) GetTriggerLoginAutomaticallyOk ¶ added in v1.0.0
GetTriggerLoginAutomaticallyOk returns a tuple with the TriggerLoginAutomatically field value and a boolean to check if the value has been set.
func (*SAML) HasLdapBaseDomainComponents ¶ added in v1.0.0
HasLdapBaseDomainComponents returns a boolean if a field has been set.
func (*SAML) HasLdapRoleMapping ¶ added in v1.0.0
HasLdapRoleMapping returns a boolean if a field has been set.
func (*SAML) HasLdapServerCertificate ¶ added in v1.0.0
HasLdapServerCertificate returns a boolean if a field has been set.
func (*SAML) HasLdapServerKey ¶ added in v1.0.0
HasLdapServerKey returns a boolean if a field has been set.
func (*SAML) HasLdapServerName ¶ added in v1.0.0
HasLdapServerName returns a boolean if a field has been set.
func (*SAML) HasLdapServerUrl ¶ added in v1.0.0
HasLdapServerUrl returns a boolean if a field has been set.
func (*SAML) HasLdapSyncGroupClaims ¶ added in v1.0.0
HasLdapSyncGroupClaims returns a boolean if a field has been set.
func (*SAML) HasRestrictedDomain ¶ added in v1.0.0
HasRestrictedDomain returns a boolean if a field has been set.
func (*SAML) HasSamlGroupsAttribute ¶ added in v1.0.0
HasSamlGroupsAttribute returns a boolean if a field has been set.
func (SAML) MarshalJSON ¶ added in v1.0.0
func (*SAML) SetConfigType ¶ added in v1.0.0
SetConfigType sets field value
func (*SAML) SetDisableEmailPasswordLogin ¶ added in v1.0.0
SetDisableEmailPasswordLogin sets field value
func (*SAML) SetIdpMetadataXml ¶ added in v1.0.0
SetIdpMetadataXml sets field value
func (*SAML) SetJitEnabled ¶ added in v1.0.0
SetJitEnabled sets field value
func (*SAML) SetLdapBaseDomainComponents ¶ added in v1.0.0
SetLdapBaseDomainComponents gets a reference to the given string and assigns it to the LdapBaseDomainComponents field.
func (*SAML) SetLdapRoleMapping ¶ added in v1.0.0
SetLdapRoleMapping gets a reference to the given string and assigns it to the LdapRoleMapping field.
func (*SAML) SetLdapServerCertificate ¶ added in v1.0.0
SetLdapServerCertificate gets a reference to the given string and assigns it to the LdapServerCertificate field.
func (*SAML) SetLdapServerKey ¶ added in v1.0.0
SetLdapServerKey gets a reference to the given string and assigns it to the LdapServerKey field.
func (*SAML) SetLdapServerName ¶ added in v1.0.0
SetLdapServerName gets a reference to the given string and assigns it to the LdapServerName field.
func (*SAML) SetLdapServerUrl ¶ added in v1.0.0
SetLdapServerUrl gets a reference to the given string and assigns it to the LdapServerUrl field.
func (*SAML) SetLdapSyncGroupClaims ¶ added in v1.0.0
SetLdapSyncGroupClaims gets a reference to the given bool and assigns it to the LdapSyncGroupClaims field.
func (*SAML) SetRestrictedDomain ¶ added in v1.0.0
SetRestrictedDomain gets a reference to the given string and assigns it to the RestrictedDomain field.
func (*SAML) SetSamlFirstNameAttribute ¶ added in v1.0.0
SetSamlFirstNameAttribute sets field value
func (*SAML) SetSamlGroupsAttribute ¶ added in v1.0.0
SetSamlGroupsAttribute gets a reference to the given string and assigns it to the SamlGroupsAttribute field.
func (*SAML) SetSamlLastNameAttribute ¶ added in v1.0.0
SetSamlLastNameAttribute sets field value
func (*SAML) SetSamlSyncGroupClaims ¶ added in v1.0.0
SetSamlSyncGroupClaims sets field value
func (*SAML) SetTriggerLoginAutomatically ¶ added in v1.0.0
SetTriggerLoginAutomatically sets field value
func (*SAML) UnmarshalJSON ¶ added in v1.0.0
type SSOAPIService ¶
type SSOAPIService service
SSOAPIService SSOAPI service
func (*SSOAPIService) SsoConfigDelete ¶
func (a *SSOAPIService) SsoConfigDelete(ctx context.Context) ApiSsoConfigDeleteRequest
SsoConfigDelete Remove SSO configuration
Removes SSO configuration for organization or space. The API token must have the "Spaces > Write" scope. Note that this will not remove the SSO configuration if it is configured via env variables.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return ApiSsoConfigDeleteRequest
func (*SSOAPIService) SsoConfigDeleteExecute ¶
func (a *SSOAPIService) SsoConfigDeleteExecute(r ApiSsoConfigDeleteRequest) (*http.Response, error)
Execute executes the request
func (*SSOAPIService) SsoConfigGet ¶
func (a *SSOAPIService) SsoConfigGet(ctx context.Context) ApiSsoConfigGetRequest
SsoConfigGet Get SSO configuration
Reads SSO configuration of organization or space. The API token must have the "Spaces > Read" scope. Note that this will not return the SSO configuration if it is configured via env variables.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return ApiSsoConfigGetRequest
func (*SSOAPIService) SsoConfigGetExecute ¶
func (a *SSOAPIService) SsoConfigGetExecute(r ApiSsoConfigGetRequest) (*SsoConfigGet200Response, *http.Response, error)
Execute executes the request
@return SsoConfigGet200Response
func (*SSOAPIService) SsoConfigPost ¶
func (a *SSOAPIService) SsoConfigPost(ctx context.Context) ApiSsoConfigPostRequest
SsoConfigPost Set SSO configuration
Sets SSO configuration for organization or space. The API token must have the "Spaces > Write" scope.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return ApiSsoConfigPostRequest
func (*SSOAPIService) SsoConfigPostExecute ¶
func (a *SSOAPIService) SsoConfigPostExecute(r ApiSsoConfigPostRequest) (*SsoConfigPost200Response, *http.Response, error)
Execute executes the request
@return SsoConfigPost200Response
type SSOConfig ¶
type SSOConfig struct {
ConfigType string `json:"config_type"`
GoogleClientId *string `json:"google_client_id,omitempty"`
GoogleClientSecret *string `json:"google_client_secret,omitempty"`
DisableEmailPasswordLogin bool `json:"disable_email_password_login"`
OidcClientId *string `json:"oidc_client_id,omitempty"`
OidcClientSecret *string `json:"oidc_client_secret,omitempty"`
OidcScopes *string `json:"oidc_scopes,omitempty"`
OidcAuthUrl *string `json:"oidc_auth_url,omitempty"`
OidcTokenUrl *string `json:"oidc_token_url,omitempty"`
OidcUserinfoUrl *string `json:"oidc_userinfo_url,omitempty"`
OidcAudience *string `json:"oidc_audience,omitempty"`
JwtEmailKey *string `json:"jwt_email_key,omitempty"`
JwtRolesKey *string `json:"jwt_roles_key,omitempty"`
JwtFirstNameKey *string `json:"jwt_first_name_key,omitempty"`
JwtLastNameKey *string `json:"jwt_last_name_key,omitempty"`
RolesMapping *string `json:"roles_mapping,omitempty"`
JitEnabled *bool `json:"jit_enabled,omitempty"`
RestrictedDomain *string `json:"restricted_domain,omitempty"`
TriggerLoginAutomatically *bool `json:"trigger_login_automatically,omitempty"`
IdpMetadataXml *string `json:"idp_metadata_xml,omitempty"`
SamlFirstNameAttribute *string `json:"saml_first_name_attribute,omitempty"`
SamlLastNameAttribute *string `json:"saml_last_name_attribute,omitempty"`
SamlGroupsAttribute *string `json:"saml_groups_attribute,omitempty"`
SamlSyncGroupClaims *bool `json:"saml_sync_group_claims,omitempty"`
LdapSyncGroupClaims *bool `json:"ldap_sync_group_claims,omitempty"`
LdapRoleMapping *string `json:"ldap_role_mapping,omitempty"`
LdapServerUrl *string `json:"ldap_server_url,omitempty"`
LdapBaseDomainComponents *string `json:"ldap_base_domain_components,omitempty"`
LdapServerName *string `json:"ldap_server_name,omitempty"`
LdapServerKey *string `json:"ldap_server_key,omitempty"`
LdapServerCertificate *string `json:"ldap_server_certificate,omitempty"`
}
SSOConfig struct for SSOConfig
func NewSSOConfig ¶
NewSSOConfig instantiates a new SSOConfig object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewSSOConfigWithDefaults ¶
func NewSSOConfigWithDefaults() *SSOConfig
NewSSOConfigWithDefaults instantiates a new SSOConfig object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*SSOConfig) GetConfigType ¶
GetConfigType returns the ConfigType field value
func (*SSOConfig) GetConfigTypeOk ¶
GetConfigTypeOk returns a tuple with the ConfigType field value and a boolean to check if the value has been set.
func (*SSOConfig) GetDisableEmailPasswordLogin ¶
GetDisableEmailPasswordLogin returns the DisableEmailPasswordLogin field value
func (*SSOConfig) GetDisableEmailPasswordLoginOk ¶
GetDisableEmailPasswordLoginOk returns a tuple with the DisableEmailPasswordLogin field value and a boolean to check if the value has been set.
func (*SSOConfig) GetGoogleClientId ¶
GetGoogleClientId returns the GoogleClientId field value if set, zero value otherwise.
func (*SSOConfig) GetGoogleClientIdOk ¶
GetGoogleClientIdOk returns a tuple with the GoogleClientId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SSOConfig) GetGoogleClientSecret ¶
GetGoogleClientSecret returns the GoogleClientSecret field value if set, zero value otherwise.
func (*SSOConfig) GetGoogleClientSecretOk ¶
GetGoogleClientSecretOk returns a tuple with the GoogleClientSecret field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SSOConfig) GetIdpMetadataXml ¶
GetIdpMetadataXml returns the IdpMetadataXml field value if set, zero value otherwise.
func (*SSOConfig) GetIdpMetadataXmlOk ¶
GetIdpMetadataXmlOk returns a tuple with the IdpMetadataXml field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SSOConfig) GetJitEnabled ¶
GetJitEnabled returns the JitEnabled field value if set, zero value otherwise.
func (*SSOConfig) GetJitEnabledOk ¶
GetJitEnabledOk returns a tuple with the JitEnabled field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SSOConfig) GetJwtEmailKey ¶
GetJwtEmailKey returns the JwtEmailKey field value if set, zero value otherwise.
func (*SSOConfig) GetJwtEmailKeyOk ¶
GetJwtEmailKeyOk returns a tuple with the JwtEmailKey field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SSOConfig) GetJwtFirstNameKey ¶
GetJwtFirstNameKey returns the JwtFirstNameKey field value if set, zero value otherwise.
func (*SSOConfig) GetJwtFirstNameKeyOk ¶
GetJwtFirstNameKeyOk returns a tuple with the JwtFirstNameKey field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SSOConfig) GetJwtLastNameKey ¶
GetJwtLastNameKey returns the JwtLastNameKey field value if set, zero value otherwise.
func (*SSOConfig) GetJwtLastNameKeyOk ¶
GetJwtLastNameKeyOk returns a tuple with the JwtLastNameKey field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SSOConfig) GetJwtRolesKey ¶
GetJwtRolesKey returns the JwtRolesKey field value if set, zero value otherwise.
func (*SSOConfig) GetJwtRolesKeyOk ¶
GetJwtRolesKeyOk returns a tuple with the JwtRolesKey field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SSOConfig) GetLdapBaseDomainComponents ¶
GetLdapBaseDomainComponents returns the LdapBaseDomainComponents field value if set, zero value otherwise.
func (*SSOConfig) GetLdapBaseDomainComponentsOk ¶
GetLdapBaseDomainComponentsOk returns a tuple with the LdapBaseDomainComponents field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SSOConfig) GetLdapRoleMapping ¶
GetLdapRoleMapping returns the LdapRoleMapping field value if set, zero value otherwise.
func (*SSOConfig) GetLdapRoleMappingOk ¶
GetLdapRoleMappingOk returns a tuple with the LdapRoleMapping field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SSOConfig) GetLdapServerCertificate ¶
GetLdapServerCertificate returns the LdapServerCertificate field value if set, zero value otherwise.
func (*SSOConfig) GetLdapServerCertificateOk ¶
GetLdapServerCertificateOk returns a tuple with the LdapServerCertificate field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SSOConfig) GetLdapServerKey ¶
GetLdapServerKey returns the LdapServerKey field value if set, zero value otherwise.
func (*SSOConfig) GetLdapServerKeyOk ¶
GetLdapServerKeyOk returns a tuple with the LdapServerKey field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SSOConfig) GetLdapServerName ¶
GetLdapServerName returns the LdapServerName field value if set, zero value otherwise.
func (*SSOConfig) GetLdapServerNameOk ¶
GetLdapServerNameOk returns a tuple with the LdapServerName field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SSOConfig) GetLdapServerUrl ¶
GetLdapServerUrl returns the LdapServerUrl field value if set, zero value otherwise.
func (*SSOConfig) GetLdapServerUrlOk ¶
GetLdapServerUrlOk returns a tuple with the LdapServerUrl field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SSOConfig) GetLdapSyncGroupClaims ¶
GetLdapSyncGroupClaims returns the LdapSyncGroupClaims field value if set, zero value otherwise.
func (*SSOConfig) GetLdapSyncGroupClaimsOk ¶
GetLdapSyncGroupClaimsOk returns a tuple with the LdapSyncGroupClaims field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SSOConfig) GetOidcAudience ¶
GetOidcAudience returns the OidcAudience field value if set, zero value otherwise.
func (*SSOConfig) GetOidcAudienceOk ¶
GetOidcAudienceOk returns a tuple with the OidcAudience field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SSOConfig) GetOidcAuthUrl ¶
GetOidcAuthUrl returns the OidcAuthUrl field value if set, zero value otherwise.
func (*SSOConfig) GetOidcAuthUrlOk ¶
GetOidcAuthUrlOk returns a tuple with the OidcAuthUrl field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SSOConfig) GetOidcClientId ¶
GetOidcClientId returns the OidcClientId field value if set, zero value otherwise.
func (*SSOConfig) GetOidcClientIdOk ¶
GetOidcClientIdOk returns a tuple with the OidcClientId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SSOConfig) GetOidcClientSecret ¶
GetOidcClientSecret returns the OidcClientSecret field value if set, zero value otherwise.
func (*SSOConfig) GetOidcClientSecretOk ¶
GetOidcClientSecretOk returns a tuple with the OidcClientSecret field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SSOConfig) GetOidcScopes ¶
GetOidcScopes returns the OidcScopes field value if set, zero value otherwise.
func (*SSOConfig) GetOidcScopesOk ¶
GetOidcScopesOk returns a tuple with the OidcScopes field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SSOConfig) GetOidcTokenUrl ¶
GetOidcTokenUrl returns the OidcTokenUrl field value if set, zero value otherwise.
func (*SSOConfig) GetOidcTokenUrlOk ¶
GetOidcTokenUrlOk returns a tuple with the OidcTokenUrl field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SSOConfig) GetOidcUserinfoUrl ¶
GetOidcUserinfoUrl returns the OidcUserinfoUrl field value if set, zero value otherwise.
func (*SSOConfig) GetOidcUserinfoUrlOk ¶
GetOidcUserinfoUrlOk returns a tuple with the OidcUserinfoUrl field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SSOConfig) GetRestrictedDomain ¶
GetRestrictedDomain returns the RestrictedDomain field value if set, zero value otherwise.
func (*SSOConfig) GetRestrictedDomainOk ¶
GetRestrictedDomainOk returns a tuple with the RestrictedDomain field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SSOConfig) GetRolesMapping ¶
GetRolesMapping returns the RolesMapping field value if set, zero value otherwise.
func (*SSOConfig) GetRolesMappingOk ¶
GetRolesMappingOk returns a tuple with the RolesMapping field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SSOConfig) GetSamlFirstNameAttribute ¶
GetSamlFirstNameAttribute returns the SamlFirstNameAttribute field value if set, zero value otherwise.
func (*SSOConfig) GetSamlFirstNameAttributeOk ¶
GetSamlFirstNameAttributeOk returns a tuple with the SamlFirstNameAttribute field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SSOConfig) GetSamlGroupsAttribute ¶
GetSamlGroupsAttribute returns the SamlGroupsAttribute field value if set, zero value otherwise.
func (*SSOConfig) GetSamlGroupsAttributeOk ¶
GetSamlGroupsAttributeOk returns a tuple with the SamlGroupsAttribute field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SSOConfig) GetSamlLastNameAttribute ¶
GetSamlLastNameAttribute returns the SamlLastNameAttribute field value if set, zero value otherwise.
func (*SSOConfig) GetSamlLastNameAttributeOk ¶
GetSamlLastNameAttributeOk returns a tuple with the SamlLastNameAttribute field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SSOConfig) GetSamlSyncGroupClaims ¶
GetSamlSyncGroupClaims returns the SamlSyncGroupClaims field value if set, zero value otherwise.
func (*SSOConfig) GetSamlSyncGroupClaimsOk ¶
GetSamlSyncGroupClaimsOk returns a tuple with the SamlSyncGroupClaims field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SSOConfig) GetTriggerLoginAutomatically ¶
GetTriggerLoginAutomatically returns the TriggerLoginAutomatically field value if set, zero value otherwise.
func (*SSOConfig) GetTriggerLoginAutomaticallyOk ¶
GetTriggerLoginAutomaticallyOk returns a tuple with the TriggerLoginAutomatically field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SSOConfig) HasGoogleClientId ¶
HasGoogleClientId returns a boolean if a field has been set.
func (*SSOConfig) HasGoogleClientSecret ¶
HasGoogleClientSecret returns a boolean if a field has been set.
func (*SSOConfig) HasIdpMetadataXml ¶
HasIdpMetadataXml returns a boolean if a field has been set.
func (*SSOConfig) HasJitEnabled ¶
HasJitEnabled returns a boolean if a field has been set.
func (*SSOConfig) HasJwtEmailKey ¶
HasJwtEmailKey returns a boolean if a field has been set.
func (*SSOConfig) HasJwtFirstNameKey ¶
HasJwtFirstNameKey returns a boolean if a field has been set.
func (*SSOConfig) HasJwtLastNameKey ¶
HasJwtLastNameKey returns a boolean if a field has been set.
func (*SSOConfig) HasJwtRolesKey ¶
HasJwtRolesKey returns a boolean if a field has been set.
func (*SSOConfig) HasLdapBaseDomainComponents ¶
HasLdapBaseDomainComponents returns a boolean if a field has been set.
func (*SSOConfig) HasLdapRoleMapping ¶
HasLdapRoleMapping returns a boolean if a field has been set.
func (*SSOConfig) HasLdapServerCertificate ¶
HasLdapServerCertificate returns a boolean if a field has been set.
func (*SSOConfig) HasLdapServerKey ¶
HasLdapServerKey returns a boolean if a field has been set.
func (*SSOConfig) HasLdapServerName ¶
HasLdapServerName returns a boolean if a field has been set.
func (*SSOConfig) HasLdapServerUrl ¶
HasLdapServerUrl returns a boolean if a field has been set.
func (*SSOConfig) HasLdapSyncGroupClaims ¶
HasLdapSyncGroupClaims returns a boolean if a field has been set.
func (*SSOConfig) HasOidcAudience ¶
HasOidcAudience returns a boolean if a field has been set.
func (*SSOConfig) HasOidcAuthUrl ¶
HasOidcAuthUrl returns a boolean if a field has been set.
func (*SSOConfig) HasOidcClientId ¶
HasOidcClientId returns a boolean if a field has been set.
func (*SSOConfig) HasOidcClientSecret ¶
HasOidcClientSecret returns a boolean if a field has been set.
func (*SSOConfig) HasOidcScopes ¶
HasOidcScopes returns a boolean if a field has been set.
func (*SSOConfig) HasOidcTokenUrl ¶
HasOidcTokenUrl returns a boolean if a field has been set.
func (*SSOConfig) HasOidcUserinfoUrl ¶
HasOidcUserinfoUrl returns a boolean if a field has been set.
func (*SSOConfig) HasRestrictedDomain ¶
HasRestrictedDomain returns a boolean if a field has been set.
func (*SSOConfig) HasRolesMapping ¶
HasRolesMapping returns a boolean if a field has been set.
func (*SSOConfig) HasSamlFirstNameAttribute ¶
HasSamlFirstNameAttribute returns a boolean if a field has been set.
func (*SSOConfig) HasSamlGroupsAttribute ¶
HasSamlGroupsAttribute returns a boolean if a field has been set.
func (*SSOConfig) HasSamlLastNameAttribute ¶
HasSamlLastNameAttribute returns a boolean if a field has been set.
func (*SSOConfig) HasSamlSyncGroupClaims ¶
HasSamlSyncGroupClaims returns a boolean if a field has been set.
func (*SSOConfig) HasTriggerLoginAutomatically ¶
HasTriggerLoginAutomatically returns a boolean if a field has been set.
func (SSOConfig) MarshalJSON ¶
func (*SSOConfig) SetConfigType ¶
SetConfigType sets field value
func (*SSOConfig) SetDisableEmailPasswordLogin ¶
SetDisableEmailPasswordLogin sets field value
func (*SSOConfig) SetGoogleClientId ¶
SetGoogleClientId gets a reference to the given string and assigns it to the GoogleClientId field.
func (*SSOConfig) SetGoogleClientSecret ¶
SetGoogleClientSecret gets a reference to the given string and assigns it to the GoogleClientSecret field.
func (*SSOConfig) SetIdpMetadataXml ¶
SetIdpMetadataXml gets a reference to the given string and assigns it to the IdpMetadataXml field.
func (*SSOConfig) SetJitEnabled ¶
SetJitEnabled gets a reference to the given bool and assigns it to the JitEnabled field.
func (*SSOConfig) SetJwtEmailKey ¶
SetJwtEmailKey gets a reference to the given string and assigns it to the JwtEmailKey field.
func (*SSOConfig) SetJwtFirstNameKey ¶
SetJwtFirstNameKey gets a reference to the given string and assigns it to the JwtFirstNameKey field.
func (*SSOConfig) SetJwtLastNameKey ¶
SetJwtLastNameKey gets a reference to the given string and assigns it to the JwtLastNameKey field.
func (*SSOConfig) SetJwtRolesKey ¶
SetJwtRolesKey gets a reference to the given string and assigns it to the JwtRolesKey field.
func (*SSOConfig) SetLdapBaseDomainComponents ¶
SetLdapBaseDomainComponents gets a reference to the given string and assigns it to the LdapBaseDomainComponents field.
func (*SSOConfig) SetLdapRoleMapping ¶
SetLdapRoleMapping gets a reference to the given string and assigns it to the LdapRoleMapping field.
func (*SSOConfig) SetLdapServerCertificate ¶
SetLdapServerCertificate gets a reference to the given string and assigns it to the LdapServerCertificate field.
func (*SSOConfig) SetLdapServerKey ¶
SetLdapServerKey gets a reference to the given string and assigns it to the LdapServerKey field.
func (*SSOConfig) SetLdapServerName ¶
SetLdapServerName gets a reference to the given string and assigns it to the LdapServerName field.
func (*SSOConfig) SetLdapServerUrl ¶
SetLdapServerUrl gets a reference to the given string and assigns it to the LdapServerUrl field.
func (*SSOConfig) SetLdapSyncGroupClaims ¶
SetLdapSyncGroupClaims gets a reference to the given bool and assigns it to the LdapSyncGroupClaims field.
func (*SSOConfig) SetOidcAudience ¶
SetOidcAudience gets a reference to the given string and assigns it to the OidcAudience field.
func (*SSOConfig) SetOidcAuthUrl ¶
SetOidcAuthUrl gets a reference to the given string and assigns it to the OidcAuthUrl field.
func (*SSOConfig) SetOidcClientId ¶
SetOidcClientId gets a reference to the given string and assigns it to the OidcClientId field.
func (*SSOConfig) SetOidcClientSecret ¶
SetOidcClientSecret gets a reference to the given string and assigns it to the OidcClientSecret field.
func (*SSOConfig) SetOidcScopes ¶
SetOidcScopes gets a reference to the given string and assigns it to the OidcScopes field.
func (*SSOConfig) SetOidcTokenUrl ¶
SetOidcTokenUrl gets a reference to the given string and assigns it to the OidcTokenUrl field.
func (*SSOConfig) SetOidcUserinfoUrl ¶
SetOidcUserinfoUrl gets a reference to the given string and assigns it to the OidcUserinfoUrl field.
func (*SSOConfig) SetRestrictedDomain ¶
SetRestrictedDomain gets a reference to the given string and assigns it to the RestrictedDomain field.
func (*SSOConfig) SetRolesMapping ¶
SetRolesMapping gets a reference to the given string and assigns it to the RolesMapping field.
func (*SSOConfig) SetSamlFirstNameAttribute ¶
SetSamlFirstNameAttribute gets a reference to the given string and assigns it to the SamlFirstNameAttribute field.
func (*SSOConfig) SetSamlGroupsAttribute ¶
SetSamlGroupsAttribute gets a reference to the given string and assigns it to the SamlGroupsAttribute field.
func (*SSOConfig) SetSamlLastNameAttribute ¶
SetSamlLastNameAttribute gets a reference to the given string and assigns it to the SamlLastNameAttribute field.
func (*SSOConfig) SetSamlSyncGroupClaims ¶
SetSamlSyncGroupClaims gets a reference to the given bool and assigns it to the SamlSyncGroupClaims field.
func (*SSOConfig) SetTriggerLoginAutomatically ¶
SetTriggerLoginAutomatically gets a reference to the given bool and assigns it to the TriggerLoginAutomatically field.
func (*SSOConfig) UnmarshalJSON ¶
type ServerConfiguration ¶
type ServerConfiguration struct {
URL string
Description string
Variables map[string]ServerVariable
}
ServerConfiguration stores the information about a server
type ServerConfigurations ¶
type ServerConfigurations []ServerConfiguration
ServerConfigurations stores multiple ServerConfiguration items
type ServerVariable ¶
ServerVariable stores the information about a server variable
type SnowflakeOptions ¶
type SnowflakeOptions struct {
AccountIdentifier string `json:"account_identifier"`
DatabaseOptions SnowflakeOptionsDatabaseOptions `json:"database_options"`
UserRole *string `json:"user_role,omitempty"`
AuthenticationOptions SnowflakeOptionsAuthenticationOptions `json:"authentication_options"`
}
SnowflakeOptions struct for SnowflakeOptions
func NewSnowflakeOptions ¶
func NewSnowflakeOptions(accountIdentifier string, databaseOptions SnowflakeOptionsDatabaseOptions, authenticationOptions SnowflakeOptionsAuthenticationOptions) *SnowflakeOptions
NewSnowflakeOptions instantiates a new SnowflakeOptions object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewSnowflakeOptionsWithDefaults ¶
func NewSnowflakeOptionsWithDefaults() *SnowflakeOptions
NewSnowflakeOptionsWithDefaults instantiates a new SnowflakeOptions object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*SnowflakeOptions) GetAccountIdentifier ¶
func (o *SnowflakeOptions) GetAccountIdentifier() string
GetAccountIdentifier returns the AccountIdentifier field value
func (*SnowflakeOptions) GetAccountIdentifierOk ¶
func (o *SnowflakeOptions) GetAccountIdentifierOk() (*string, bool)
GetAccountIdentifierOk returns a tuple with the AccountIdentifier field value and a boolean to check if the value has been set.
func (*SnowflakeOptions) GetAuthenticationOptions ¶
func (o *SnowflakeOptions) GetAuthenticationOptions() SnowflakeOptionsAuthenticationOptions
GetAuthenticationOptions returns the AuthenticationOptions field value
func (*SnowflakeOptions) GetAuthenticationOptionsOk ¶
func (o *SnowflakeOptions) GetAuthenticationOptionsOk() (*SnowflakeOptionsAuthenticationOptions, bool)
GetAuthenticationOptionsOk returns a tuple with the AuthenticationOptions field value and a boolean to check if the value has been set.
func (*SnowflakeOptions) GetDatabaseOptions ¶
func (o *SnowflakeOptions) GetDatabaseOptions() SnowflakeOptionsDatabaseOptions
GetDatabaseOptions returns the DatabaseOptions field value
func (*SnowflakeOptions) GetDatabaseOptionsOk ¶
func (o *SnowflakeOptions) GetDatabaseOptionsOk() (*SnowflakeOptionsDatabaseOptions, bool)
GetDatabaseOptionsOk returns a tuple with the DatabaseOptions field value and a boolean to check if the value has been set.
func (*SnowflakeOptions) GetUserRole ¶
func (o *SnowflakeOptions) GetUserRole() string
GetUserRole returns the UserRole field value if set, zero value otherwise.
func (*SnowflakeOptions) GetUserRoleOk ¶
func (o *SnowflakeOptions) GetUserRoleOk() (*string, bool)
GetUserRoleOk returns a tuple with the UserRole field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SnowflakeOptions) HasUserRole ¶
func (o *SnowflakeOptions) HasUserRole() bool
HasUserRole returns a boolean if a field has been set.
func (SnowflakeOptions) MarshalJSON ¶
func (o SnowflakeOptions) MarshalJSON() ([]byte, error)
func (*SnowflakeOptions) SetAccountIdentifier ¶
func (o *SnowflakeOptions) SetAccountIdentifier(v string)
SetAccountIdentifier sets field value
func (*SnowflakeOptions) SetAuthenticationOptions ¶
func (o *SnowflakeOptions) SetAuthenticationOptions(v SnowflakeOptionsAuthenticationOptions)
SetAuthenticationOptions sets field value
func (*SnowflakeOptions) SetDatabaseOptions ¶
func (o *SnowflakeOptions) SetDatabaseOptions(v SnowflakeOptionsDatabaseOptions)
SetDatabaseOptions sets field value
func (*SnowflakeOptions) SetUserRole ¶
func (o *SnowflakeOptions) SetUserRole(v string)
SetUserRole gets a reference to the given string and assigns it to the UserRole field.
func (SnowflakeOptions) ToMap ¶
func (o SnowflakeOptions) ToMap() (map[string]interface{}, error)
func (*SnowflakeOptions) UnmarshalJSON ¶
func (o *SnowflakeOptions) UnmarshalJSON(data []byte) (err error)
type SnowflakeOptionsAuthenticationOptions ¶
type SnowflakeOptionsAuthenticationOptions struct {
SnowflakeOptionsAuthenticationOptionsAnyOf *SnowflakeOptionsAuthenticationOptionsAnyOf
SnowflakeOptionsAuthenticationOptionsAnyOf1 *SnowflakeOptionsAuthenticationOptionsAnyOf1
SnowflakeOptionsAuthenticationOptionsAnyOf2 *SnowflakeOptionsAuthenticationOptionsAnyOf2
}
SnowflakeOptionsAuthenticationOptions struct for SnowflakeOptionsAuthenticationOptions
func (SnowflakeOptionsAuthenticationOptions) MarshalJSON ¶
func (src SnowflakeOptionsAuthenticationOptions) MarshalJSON() ([]byte, error)
Marshal data from the first non-nil pointers in the struct to JSON
func (*SnowflakeOptionsAuthenticationOptions) UnmarshalJSON ¶
func (dst *SnowflakeOptionsAuthenticationOptions) UnmarshalJSON(data []byte) error
Unmarshal JSON data into any of the pointers in the struct
type SnowflakeOptionsAuthenticationOptionsAnyOf ¶
type SnowflakeOptionsAuthenticationOptionsAnyOf struct {
AuthenticationType string `json:"authentication_type"`
Username string `json:"username"`
Password string `json:"password"`
}
SnowflakeOptionsAuthenticationOptionsAnyOf struct for SnowflakeOptionsAuthenticationOptionsAnyOf
func NewSnowflakeOptionsAuthenticationOptionsAnyOf ¶
func NewSnowflakeOptionsAuthenticationOptionsAnyOf(authenticationType string, username string, password string) *SnowflakeOptionsAuthenticationOptionsAnyOf
NewSnowflakeOptionsAuthenticationOptionsAnyOf instantiates a new SnowflakeOptionsAuthenticationOptionsAnyOf object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewSnowflakeOptionsAuthenticationOptionsAnyOfWithDefaults ¶
func NewSnowflakeOptionsAuthenticationOptionsAnyOfWithDefaults() *SnowflakeOptionsAuthenticationOptionsAnyOf
NewSnowflakeOptionsAuthenticationOptionsAnyOfWithDefaults instantiates a new SnowflakeOptionsAuthenticationOptionsAnyOf object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*SnowflakeOptionsAuthenticationOptionsAnyOf) GetAuthenticationType ¶
func (o *SnowflakeOptionsAuthenticationOptionsAnyOf) GetAuthenticationType() string
GetAuthenticationType returns the AuthenticationType field value
func (*SnowflakeOptionsAuthenticationOptionsAnyOf) GetAuthenticationTypeOk ¶
func (o *SnowflakeOptionsAuthenticationOptionsAnyOf) GetAuthenticationTypeOk() (*string, bool)
GetAuthenticationTypeOk returns a tuple with the AuthenticationType field value and a boolean to check if the value has been set.
func (*SnowflakeOptionsAuthenticationOptionsAnyOf) GetPassword ¶
func (o *SnowflakeOptionsAuthenticationOptionsAnyOf) GetPassword() string
GetPassword returns the Password field value
func (*SnowflakeOptionsAuthenticationOptionsAnyOf) GetPasswordOk ¶
func (o *SnowflakeOptionsAuthenticationOptionsAnyOf) GetPasswordOk() (*string, bool)
GetPasswordOk returns a tuple with the Password field value and a boolean to check if the value has been set.
func (*SnowflakeOptionsAuthenticationOptionsAnyOf) GetUsername ¶
func (o *SnowflakeOptionsAuthenticationOptionsAnyOf) GetUsername() string
GetUsername returns the Username field value
func (*SnowflakeOptionsAuthenticationOptionsAnyOf) GetUsernameOk ¶
func (o *SnowflakeOptionsAuthenticationOptionsAnyOf) GetUsernameOk() (*string, bool)
GetUsernameOk returns a tuple with the Username field value and a boolean to check if the value has been set.
func (SnowflakeOptionsAuthenticationOptionsAnyOf) MarshalJSON ¶
func (o SnowflakeOptionsAuthenticationOptionsAnyOf) MarshalJSON() ([]byte, error)
func (*SnowflakeOptionsAuthenticationOptionsAnyOf) SetAuthenticationType ¶
func (o *SnowflakeOptionsAuthenticationOptionsAnyOf) SetAuthenticationType(v string)
SetAuthenticationType sets field value
func (*SnowflakeOptionsAuthenticationOptionsAnyOf) SetPassword ¶
func (o *SnowflakeOptionsAuthenticationOptionsAnyOf) SetPassword(v string)
SetPassword sets field value
func (*SnowflakeOptionsAuthenticationOptionsAnyOf) SetUsername ¶
func (o *SnowflakeOptionsAuthenticationOptionsAnyOf) SetUsername(v string)
SetUsername sets field value
func (SnowflakeOptionsAuthenticationOptionsAnyOf) ToMap ¶
func (o SnowflakeOptionsAuthenticationOptionsAnyOf) ToMap() (map[string]interface{}, error)
func (*SnowflakeOptionsAuthenticationOptionsAnyOf) UnmarshalJSON ¶
func (o *SnowflakeOptionsAuthenticationOptionsAnyOf) UnmarshalJSON(data []byte) (err error)
type SnowflakeOptionsAuthenticationOptionsAnyOf1 ¶
type SnowflakeOptionsAuthenticationOptionsAnyOf1 struct {
AuthenticationType string `json:"authentication_type"`
Username string `json:"username"`
PrivateKey string `json:"private_key"`
PrivateKeyPassphrase *string `json:"private_key_passphrase,omitempty"`
}
SnowflakeOptionsAuthenticationOptionsAnyOf1 struct for SnowflakeOptionsAuthenticationOptionsAnyOf1
func NewSnowflakeOptionsAuthenticationOptionsAnyOf1 ¶
func NewSnowflakeOptionsAuthenticationOptionsAnyOf1(authenticationType string, username string, privateKey string) *SnowflakeOptionsAuthenticationOptionsAnyOf1
NewSnowflakeOptionsAuthenticationOptionsAnyOf1 instantiates a new SnowflakeOptionsAuthenticationOptionsAnyOf1 object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewSnowflakeOptionsAuthenticationOptionsAnyOf1WithDefaults ¶
func NewSnowflakeOptionsAuthenticationOptionsAnyOf1WithDefaults() *SnowflakeOptionsAuthenticationOptionsAnyOf1
NewSnowflakeOptionsAuthenticationOptionsAnyOf1WithDefaults instantiates a new SnowflakeOptionsAuthenticationOptionsAnyOf1 object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*SnowflakeOptionsAuthenticationOptionsAnyOf1) GetAuthenticationType ¶
func (o *SnowflakeOptionsAuthenticationOptionsAnyOf1) GetAuthenticationType() string
GetAuthenticationType returns the AuthenticationType field value
func (*SnowflakeOptionsAuthenticationOptionsAnyOf1) GetAuthenticationTypeOk ¶
func (o *SnowflakeOptionsAuthenticationOptionsAnyOf1) GetAuthenticationTypeOk() (*string, bool)
GetAuthenticationTypeOk returns a tuple with the AuthenticationType field value and a boolean to check if the value has been set.
func (*SnowflakeOptionsAuthenticationOptionsAnyOf1) GetPrivateKey ¶
func (o *SnowflakeOptionsAuthenticationOptionsAnyOf1) GetPrivateKey() string
GetPrivateKey returns the PrivateKey field value
func (*SnowflakeOptionsAuthenticationOptionsAnyOf1) GetPrivateKeyOk ¶
func (o *SnowflakeOptionsAuthenticationOptionsAnyOf1) GetPrivateKeyOk() (*string, bool)
GetPrivateKeyOk returns a tuple with the PrivateKey field value and a boolean to check if the value has been set.
func (*SnowflakeOptionsAuthenticationOptionsAnyOf1) GetPrivateKeyPassphrase ¶
func (o *SnowflakeOptionsAuthenticationOptionsAnyOf1) GetPrivateKeyPassphrase() string
GetPrivateKeyPassphrase returns the PrivateKeyPassphrase field value if set, zero value otherwise.
func (*SnowflakeOptionsAuthenticationOptionsAnyOf1) GetPrivateKeyPassphraseOk ¶
func (o *SnowflakeOptionsAuthenticationOptionsAnyOf1) GetPrivateKeyPassphraseOk() (*string, bool)
GetPrivateKeyPassphraseOk returns a tuple with the PrivateKeyPassphrase field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SnowflakeOptionsAuthenticationOptionsAnyOf1) GetUsername ¶
func (o *SnowflakeOptionsAuthenticationOptionsAnyOf1) GetUsername() string
GetUsername returns the Username field value
func (*SnowflakeOptionsAuthenticationOptionsAnyOf1) GetUsernameOk ¶
func (o *SnowflakeOptionsAuthenticationOptionsAnyOf1) GetUsernameOk() (*string, bool)
GetUsernameOk returns a tuple with the Username field value and a boolean to check if the value has been set.
func (*SnowflakeOptionsAuthenticationOptionsAnyOf1) HasPrivateKeyPassphrase ¶
func (o *SnowflakeOptionsAuthenticationOptionsAnyOf1) HasPrivateKeyPassphrase() bool
HasPrivateKeyPassphrase returns a boolean if a field has been set.
func (SnowflakeOptionsAuthenticationOptionsAnyOf1) MarshalJSON ¶
func (o SnowflakeOptionsAuthenticationOptionsAnyOf1) MarshalJSON() ([]byte, error)
func (*SnowflakeOptionsAuthenticationOptionsAnyOf1) SetAuthenticationType ¶
func (o *SnowflakeOptionsAuthenticationOptionsAnyOf1) SetAuthenticationType(v string)
SetAuthenticationType sets field value
func (*SnowflakeOptionsAuthenticationOptionsAnyOf1) SetPrivateKey ¶
func (o *SnowflakeOptionsAuthenticationOptionsAnyOf1) SetPrivateKey(v string)
SetPrivateKey sets field value
func (*SnowflakeOptionsAuthenticationOptionsAnyOf1) SetPrivateKeyPassphrase ¶
func (o *SnowflakeOptionsAuthenticationOptionsAnyOf1) SetPrivateKeyPassphrase(v string)
SetPrivateKeyPassphrase gets a reference to the given string and assigns it to the PrivateKeyPassphrase field.
func (*SnowflakeOptionsAuthenticationOptionsAnyOf1) SetUsername ¶
func (o *SnowflakeOptionsAuthenticationOptionsAnyOf1) SetUsername(v string)
SetUsername sets field value
func (SnowflakeOptionsAuthenticationOptionsAnyOf1) ToMap ¶
func (o SnowflakeOptionsAuthenticationOptionsAnyOf1) ToMap() (map[string]interface{}, error)
func (*SnowflakeOptionsAuthenticationOptionsAnyOf1) UnmarshalJSON ¶
func (o *SnowflakeOptionsAuthenticationOptionsAnyOf1) UnmarshalJSON(data []byte) (err error)
type SnowflakeOptionsAuthenticationOptionsAnyOf2 ¶
type SnowflakeOptionsAuthenticationOptionsAnyOf2 struct {
AuthenticationType string `json:"authentication_type"`
Oauth2ClientId string `json:"oauth2_client_id"`
Oauth2ClientSecret string `json:"oauth2_client_secret"`
Oauth2CallbackUrl *string `json:"oauth2_callback_url,omitempty"`
}
SnowflakeOptionsAuthenticationOptionsAnyOf2 struct for SnowflakeOptionsAuthenticationOptionsAnyOf2
func NewSnowflakeOptionsAuthenticationOptionsAnyOf2 ¶
func NewSnowflakeOptionsAuthenticationOptionsAnyOf2(authenticationType string, oauth2ClientId string, oauth2ClientSecret string) *SnowflakeOptionsAuthenticationOptionsAnyOf2
NewSnowflakeOptionsAuthenticationOptionsAnyOf2 instantiates a new SnowflakeOptionsAuthenticationOptionsAnyOf2 object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewSnowflakeOptionsAuthenticationOptionsAnyOf2WithDefaults ¶
func NewSnowflakeOptionsAuthenticationOptionsAnyOf2WithDefaults() *SnowflakeOptionsAuthenticationOptionsAnyOf2
NewSnowflakeOptionsAuthenticationOptionsAnyOf2WithDefaults instantiates a new SnowflakeOptionsAuthenticationOptionsAnyOf2 object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*SnowflakeOptionsAuthenticationOptionsAnyOf2) GetAuthenticationType ¶
func (o *SnowflakeOptionsAuthenticationOptionsAnyOf2) GetAuthenticationType() string
GetAuthenticationType returns the AuthenticationType field value
func (*SnowflakeOptionsAuthenticationOptionsAnyOf2) GetAuthenticationTypeOk ¶
func (o *SnowflakeOptionsAuthenticationOptionsAnyOf2) GetAuthenticationTypeOk() (*string, bool)
GetAuthenticationTypeOk returns a tuple with the AuthenticationType field value and a boolean to check if the value has been set.
func (*SnowflakeOptionsAuthenticationOptionsAnyOf2) GetOauth2CallbackUrl ¶
func (o *SnowflakeOptionsAuthenticationOptionsAnyOf2) GetOauth2CallbackUrl() string
GetOauth2CallbackUrl returns the Oauth2CallbackUrl field value if set, zero value otherwise.
func (*SnowflakeOptionsAuthenticationOptionsAnyOf2) GetOauth2CallbackUrlOk ¶
func (o *SnowflakeOptionsAuthenticationOptionsAnyOf2) GetOauth2CallbackUrlOk() (*string, bool)
GetOauth2CallbackUrlOk returns a tuple with the Oauth2CallbackUrl field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SnowflakeOptionsAuthenticationOptionsAnyOf2) GetOauth2ClientId ¶
func (o *SnowflakeOptionsAuthenticationOptionsAnyOf2) GetOauth2ClientId() string
GetOauth2ClientId returns the Oauth2ClientId field value
func (*SnowflakeOptionsAuthenticationOptionsAnyOf2) GetOauth2ClientIdOk ¶
func (o *SnowflakeOptionsAuthenticationOptionsAnyOf2) GetOauth2ClientIdOk() (*string, bool)
GetOauth2ClientIdOk returns a tuple with the Oauth2ClientId field value and a boolean to check if the value has been set.
func (*SnowflakeOptionsAuthenticationOptionsAnyOf2) GetOauth2ClientSecret ¶
func (o *SnowflakeOptionsAuthenticationOptionsAnyOf2) GetOauth2ClientSecret() string
GetOauth2ClientSecret returns the Oauth2ClientSecret field value
func (*SnowflakeOptionsAuthenticationOptionsAnyOf2) GetOauth2ClientSecretOk ¶
func (o *SnowflakeOptionsAuthenticationOptionsAnyOf2) GetOauth2ClientSecretOk() (*string, bool)
GetOauth2ClientSecretOk returns a tuple with the Oauth2ClientSecret field value and a boolean to check if the value has been set.
func (*SnowflakeOptionsAuthenticationOptionsAnyOf2) HasOauth2CallbackUrl ¶
func (o *SnowflakeOptionsAuthenticationOptionsAnyOf2) HasOauth2CallbackUrl() bool
HasOauth2CallbackUrl returns a boolean if a field has been set.
func (SnowflakeOptionsAuthenticationOptionsAnyOf2) MarshalJSON ¶
func (o SnowflakeOptionsAuthenticationOptionsAnyOf2) MarshalJSON() ([]byte, error)
func (*SnowflakeOptionsAuthenticationOptionsAnyOf2) SetAuthenticationType ¶
func (o *SnowflakeOptionsAuthenticationOptionsAnyOf2) SetAuthenticationType(v string)
SetAuthenticationType sets field value
func (*SnowflakeOptionsAuthenticationOptionsAnyOf2) SetOauth2CallbackUrl ¶
func (o *SnowflakeOptionsAuthenticationOptionsAnyOf2) SetOauth2CallbackUrl(v string)
SetOauth2CallbackUrl gets a reference to the given string and assigns it to the Oauth2CallbackUrl field.
func (*SnowflakeOptionsAuthenticationOptionsAnyOf2) SetOauth2ClientId ¶
func (o *SnowflakeOptionsAuthenticationOptionsAnyOf2) SetOauth2ClientId(v string)
SetOauth2ClientId sets field value
func (*SnowflakeOptionsAuthenticationOptionsAnyOf2) SetOauth2ClientSecret ¶
func (o *SnowflakeOptionsAuthenticationOptionsAnyOf2) SetOauth2ClientSecret(v string)
SetOauth2ClientSecret sets field value
func (SnowflakeOptionsAuthenticationOptionsAnyOf2) ToMap ¶
func (o SnowflakeOptionsAuthenticationOptionsAnyOf2) ToMap() (map[string]interface{}, error)
func (*SnowflakeOptionsAuthenticationOptionsAnyOf2) UnmarshalJSON ¶
func (o *SnowflakeOptionsAuthenticationOptionsAnyOf2) UnmarshalJSON(data []byte) (err error)
type SnowflakeOptionsDatabaseOptions ¶
type SnowflakeOptionsDatabaseOptions struct {
Name string `json:"name"`
Schema *string `json:"schema,omitempty"`
Warehouse *string `json:"warehouse,omitempty"`
// This allows you to use Javascript to dynamically generate SQL but also turns off SQL injection protection.
DisableConvertingQueriesToPreparedStatements *bool `json:"disable_converting_queries_to_prepared_statements,omitempty"`
// This allows you to enable writing via only the restrictive GUI query editor.
ShowWriteGuiOnly *bool `json:"show_write_gui_only,omitempty"`
}
SnowflakeOptionsDatabaseOptions struct for SnowflakeOptionsDatabaseOptions
func NewSnowflakeOptionsDatabaseOptions ¶
func NewSnowflakeOptionsDatabaseOptions(name string) *SnowflakeOptionsDatabaseOptions
NewSnowflakeOptionsDatabaseOptions instantiates a new SnowflakeOptionsDatabaseOptions object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewSnowflakeOptionsDatabaseOptionsWithDefaults ¶
func NewSnowflakeOptionsDatabaseOptionsWithDefaults() *SnowflakeOptionsDatabaseOptions
NewSnowflakeOptionsDatabaseOptionsWithDefaults instantiates a new SnowflakeOptionsDatabaseOptions object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*SnowflakeOptionsDatabaseOptions) GetDisableConvertingQueriesToPreparedStatements ¶
func (o *SnowflakeOptionsDatabaseOptions) GetDisableConvertingQueriesToPreparedStatements() bool
GetDisableConvertingQueriesToPreparedStatements returns the DisableConvertingQueriesToPreparedStatements field value if set, zero value otherwise.
func (*SnowflakeOptionsDatabaseOptions) GetDisableConvertingQueriesToPreparedStatementsOk ¶
func (o *SnowflakeOptionsDatabaseOptions) GetDisableConvertingQueriesToPreparedStatementsOk() (*bool, bool)
GetDisableConvertingQueriesToPreparedStatementsOk returns a tuple with the DisableConvertingQueriesToPreparedStatements field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SnowflakeOptionsDatabaseOptions) GetName ¶
func (o *SnowflakeOptionsDatabaseOptions) GetName() string
GetName returns the Name field value
func (*SnowflakeOptionsDatabaseOptions) GetNameOk ¶
func (o *SnowflakeOptionsDatabaseOptions) GetNameOk() (*string, bool)
GetNameOk returns a tuple with the Name field value and a boolean to check if the value has been set.
func (*SnowflakeOptionsDatabaseOptions) GetSchema ¶
func (o *SnowflakeOptionsDatabaseOptions) GetSchema() string
GetSchema returns the Schema field value if set, zero value otherwise.
func (*SnowflakeOptionsDatabaseOptions) GetSchemaOk ¶
func (o *SnowflakeOptionsDatabaseOptions) GetSchemaOk() (*string, bool)
GetSchemaOk returns a tuple with the Schema field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SnowflakeOptionsDatabaseOptions) GetShowWriteGuiOnly ¶
func (o *SnowflakeOptionsDatabaseOptions) GetShowWriteGuiOnly() bool
GetShowWriteGuiOnly returns the ShowWriteGuiOnly field value if set, zero value otherwise.
func (*SnowflakeOptionsDatabaseOptions) GetShowWriteGuiOnlyOk ¶
func (o *SnowflakeOptionsDatabaseOptions) GetShowWriteGuiOnlyOk() (*bool, bool)
GetShowWriteGuiOnlyOk returns a tuple with the ShowWriteGuiOnly field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SnowflakeOptionsDatabaseOptions) GetWarehouse ¶
func (o *SnowflakeOptionsDatabaseOptions) GetWarehouse() string
GetWarehouse returns the Warehouse field value if set, zero value otherwise.
func (*SnowflakeOptionsDatabaseOptions) GetWarehouseOk ¶
func (o *SnowflakeOptionsDatabaseOptions) GetWarehouseOk() (*string, bool)
GetWarehouseOk returns a tuple with the Warehouse field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SnowflakeOptionsDatabaseOptions) HasDisableConvertingQueriesToPreparedStatements ¶
func (o *SnowflakeOptionsDatabaseOptions) HasDisableConvertingQueriesToPreparedStatements() bool
HasDisableConvertingQueriesToPreparedStatements returns a boolean if a field has been set.
func (*SnowflakeOptionsDatabaseOptions) HasSchema ¶
func (o *SnowflakeOptionsDatabaseOptions) HasSchema() bool
HasSchema returns a boolean if a field has been set.
func (*SnowflakeOptionsDatabaseOptions) HasShowWriteGuiOnly ¶
func (o *SnowflakeOptionsDatabaseOptions) HasShowWriteGuiOnly() bool
HasShowWriteGuiOnly returns a boolean if a field has been set.
func (*SnowflakeOptionsDatabaseOptions) HasWarehouse ¶
func (o *SnowflakeOptionsDatabaseOptions) HasWarehouse() bool
HasWarehouse returns a boolean if a field has been set.
func (SnowflakeOptionsDatabaseOptions) MarshalJSON ¶
func (o SnowflakeOptionsDatabaseOptions) MarshalJSON() ([]byte, error)
func (*SnowflakeOptionsDatabaseOptions) SetDisableConvertingQueriesToPreparedStatements ¶
func (o *SnowflakeOptionsDatabaseOptions) SetDisableConvertingQueriesToPreparedStatements(v bool)
SetDisableConvertingQueriesToPreparedStatements gets a reference to the given bool and assigns it to the DisableConvertingQueriesToPreparedStatements field.
func (*SnowflakeOptionsDatabaseOptions) SetName ¶
func (o *SnowflakeOptionsDatabaseOptions) SetName(v string)
SetName sets field value
func (*SnowflakeOptionsDatabaseOptions) SetSchema ¶
func (o *SnowflakeOptionsDatabaseOptions) SetSchema(v string)
SetSchema gets a reference to the given string and assigns it to the Schema field.
func (*SnowflakeOptionsDatabaseOptions) SetShowWriteGuiOnly ¶
func (o *SnowflakeOptionsDatabaseOptions) SetShowWriteGuiOnly(v bool)
SetShowWriteGuiOnly gets a reference to the given bool and assigns it to the ShowWriteGuiOnly field.
func (*SnowflakeOptionsDatabaseOptions) SetWarehouse ¶
func (o *SnowflakeOptionsDatabaseOptions) SetWarehouse(v string)
SetWarehouse gets a reference to the given string and assigns it to the Warehouse field.
func (SnowflakeOptionsDatabaseOptions) ToMap ¶
func (o SnowflakeOptionsDatabaseOptions) ToMap() (map[string]interface{}, error)
func (*SnowflakeOptionsDatabaseOptions) UnmarshalJSON ¶
func (o *SnowflakeOptionsDatabaseOptions) UnmarshalJSON(data []byte) (err error)
type SourceControlAPIService ¶
type SourceControlAPIService service
SourceControlAPIService SourceControlAPI service
func (*SourceControlAPIService) SourceControlConfigDelete ¶
func (a *SourceControlAPIService) SourceControlConfigDelete(ctx context.Context) ApiSourceControlConfigDeleteRequest
SourceControlConfigDelete Delete source control provider configuration
Deletes source control provider configuration for organization or space. The API token must have the "Source Control > Write" scope.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return ApiSourceControlConfigDeleteRequest
func (*SourceControlAPIService) SourceControlConfigDeleteExecute ¶
func (a *SourceControlAPIService) SourceControlConfigDeleteExecute(r ApiSourceControlConfigDeleteRequest) (*http.Response, error)
Execute executes the request
func (*SourceControlAPIService) SourceControlConfigGet ¶
func (a *SourceControlAPIService) SourceControlConfigGet(ctx context.Context) ApiSourceControlConfigGetRequest
SourceControlConfigGet Get source control configuration
Returns the source control provider configuration for the organization or space. The API token must have the "Source Control > Read" scope.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return ApiSourceControlConfigGetRequest
func (*SourceControlAPIService) SourceControlConfigGetExecute ¶
func (a *SourceControlAPIService) SourceControlConfigGetExecute(r ApiSourceControlConfigGetRequest) (*SourceControlConfigGet200Response, *http.Response, error)
Execute executes the request
@return SourceControlConfigGet200Response
func (*SourceControlAPIService) SourceControlConfigPost ¶
func (a *SourceControlAPIService) SourceControlConfigPost(ctx context.Context) ApiSourceControlConfigPostRequest
SourceControlConfigPost Create source control configuration
Create source control provider configuration for the organization or space and returns the created configuration. This will result in an error if configuration already is already set. The API token must have the "Source Control > Write" scope.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return ApiSourceControlConfigPostRequest
func (*SourceControlAPIService) SourceControlConfigPostExecute ¶
func (a *SourceControlAPIService) SourceControlConfigPostExecute(r ApiSourceControlConfigPostRequest) (*SourceControlConfigPost200Response, *http.Response, error)
Execute executes the request
@return SourceControlConfigPost200Response
func (*SourceControlAPIService) SourceControlConfigPut ¶
func (a *SourceControlAPIService) SourceControlConfigPut(ctx context.Context) ApiSourceControlConfigPutRequest
SourceControlConfigPut Set source control configuration
Creates or updates the source control provider configuration for the organization or space. This will overwrite any existing configuration. The API token must have the "Source Control > Write" scope.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return ApiSourceControlConfigPutRequest
func (*SourceControlAPIService) SourceControlConfigPutExecute ¶
func (a *SourceControlAPIService) SourceControlConfigPutExecute(r ApiSourceControlConfigPutRequest) (*SourceControlConfigPut200Response, *http.Response, error)
Execute executes the request
@return SourceControlConfigPut200Response
func (*SourceControlAPIService) SourceControlDeployPost ¶
func (a *SourceControlAPIService) SourceControlDeployPost(ctx context.Context) ApiSourceControlDeployPostRequest
SourceControlDeployPost Trigger deployment of latest changes
Deploys the latest changes from the source control provider to the instance. You can use the GET /deployment/{id} endpoint to check the status of the deployment.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return ApiSourceControlDeployPostRequest
func (*SourceControlAPIService) SourceControlDeployPostExecute ¶
func (a *SourceControlAPIService) SourceControlDeployPostExecute(r ApiSourceControlDeployPostRequest) (*SourceControlDeployPost200Response, *http.Response, error)
Execute executes the request
@return SourceControlDeployPost200Response
func (*SourceControlAPIService) SourceControlDeploymentIdGet ¶
func (a *SourceControlAPIService) SourceControlDeploymentIdGet(ctx context.Context, id string) ApiSourceControlDeploymentIdGetRequest
SourceControlDeploymentIdGet Get a deployment
Get the status of a deployment.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param id The deployment ID @return ApiSourceControlDeploymentIdGetRequest
func (*SourceControlAPIService) SourceControlDeploymentIdGetExecute ¶
func (a *SourceControlAPIService) SourceControlDeploymentIdGetExecute(r ApiSourceControlDeploymentIdGetRequest) (*SourceControlDeployPost200Response, *http.Response, error)
Execute executes the request
@return SourceControlDeployPost200Response
func (*SourceControlAPIService) SourceControlManifestsGet ¶ added in v1.0.0
func (a *SourceControlAPIService) SourceControlManifestsGet(ctx context.Context) ApiSourceControlManifestsGetRequest
SourceControlManifestsGet Lists all release manifests
Returns a list of all release manifests available in the source control repository. The API token must have the "Source control > Releases (Read)" scope.
This feature is in beta. Reach out to support if you’d like to join the beta.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return ApiSourceControlManifestsGetRequest
func (*SourceControlAPIService) SourceControlManifestsGetExecute ¶ added in v1.0.0
func (a *SourceControlAPIService) SourceControlManifestsGetExecute(r ApiSourceControlManifestsGetRequest) (*SourceControlManifestsGet200Response, *http.Response, error)
Execute executes the request
@return SourceControlManifestsGet200Response
func (*SourceControlAPIService) SourceControlManifestsManifestNameAppsAppUuidDeletePost ¶ added in v1.0.0
func (a *SourceControlAPIService) SourceControlManifestsManifestNameAppsAppUuidDeletePost(ctx context.Context, appUuid string, manifestName string) ApiSourceControlManifestsManifestNameAppsAppUuidDeletePostRequest
SourceControlManifestsManifestNameAppsAppUuidDeletePost Delete the entry for an app from a release manifest
NOTE: This endpoint is deprecated. Use the DELETE /manifests/{manifestName}/{elementUuid} endpoint instead.
Push a branch to the source control repository that deletes the entry for the specified app from the named release manifest. The API token must have the "Source control > Releases (Write)" scope.
This feature is in beta. Reach out to support if you’d like to join the beta.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param appUuid The uuid to specify an app of interest within the release manifest. This should be the uuid found in the source control repository, which may differ from the organization specific uuid. @param manifestName Identifier for the manifest of interest @return ApiSourceControlManifestsManifestNameAppsAppUuidDeletePostRequest
Deprecated
func (*SourceControlAPIService) SourceControlManifestsManifestNameAppsAppUuidDeletePostExecute ¶ added in v1.0.0
func (a *SourceControlAPIService) SourceControlManifestsManifestNameAppsAppUuidDeletePostExecute(r ApiSourceControlManifestsManifestNameAppsAppUuidDeletePostRequest) (*SourceControlManifestsManifestNamePut200Response, *http.Response, error)
Execute executes the request
@return SourceControlManifestsManifestNamePut200Response
Deprecated
func (*SourceControlAPIService) SourceControlManifestsManifestNameAppsAppUuidPut ¶ added in v1.0.0
func (a *SourceControlAPIService) SourceControlManifestsManifestNameAppsAppUuidPut(ctx context.Context, appUuid string, manifestName string) ApiSourceControlManifestsManifestNameAppsAppUuidPutRequest
SourceControlManifestsManifestNameAppsAppUuidPut Set release manifest
NOTE: This endpoint is deprecated. Use the PUT /manifests/{manifestName}/{elementUuid} endpoint instead.
Push a branch to the source control repository that updates the release version of the specified app in the named release manifest. If the manifest does not already exist, it will be created in the branch. The API token must have the "Source control > Releases (Write)" scope.
This feature is in beta. Reach out to support if you’d like to join the beta.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param appUuid The uuid to specify an app of interest within the release manifest. This should be the uuid found in the source control repository, which may differ from the organization specific uuid. @param manifestName Identifier for the manifest of interest @return ApiSourceControlManifestsManifestNameAppsAppUuidPutRequest
Deprecated
func (*SourceControlAPIService) SourceControlManifestsManifestNameAppsAppUuidPutExecute ¶ added in v1.0.0
func (a *SourceControlAPIService) SourceControlManifestsManifestNameAppsAppUuidPutExecute(r ApiSourceControlManifestsManifestNameAppsAppUuidPutRequest) (*SourceControlManifestsManifestNamePut200Response, *http.Response, error)
Execute executes the request
@return SourceControlManifestsManifestNamePut200Response
Deprecated
func (*SourceControlAPIService) SourceControlManifestsManifestNameDeletePost ¶ added in v1.0.0
func (a *SourceControlAPIService) SourceControlManifestsManifestNameDeletePost(ctx context.Context, manifestName string) ApiSourceControlManifestsManifestNameDeletePostRequest
SourceControlManifestsManifestNameDeletePost Delete a release manifest
Push a branch to the source control repository that deletes the named release manifest. The API token must have the "Source control > Releases (Write)" scope.
This feature is in beta. Reach out to support if you’d like to join the beta.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param manifestName Identifier for the manifest of interest @return ApiSourceControlManifestsManifestNameDeletePostRequest
func (*SourceControlAPIService) SourceControlManifestsManifestNameDeletePostExecute ¶ added in v1.0.0
func (a *SourceControlAPIService) SourceControlManifestsManifestNameDeletePostExecute(r ApiSourceControlManifestsManifestNameDeletePostRequest) (*SourceControlManifestsManifestNamePut200Response, *http.Response, error)
Execute executes the request
@return SourceControlManifestsManifestNamePut200Response
func (*SourceControlAPIService) SourceControlManifestsManifestNameElementUuidDeletePost ¶ added in v1.0.0
func (a *SourceControlAPIService) SourceControlManifestsManifestNameElementUuidDeletePost(ctx context.Context, elementUuid string, manifestName string) ApiSourceControlManifestsManifestNameElementUuidDeletePostRequest
SourceControlManifestsManifestNameElementUuidDeletePost Delete the entry for an app from a release manifest
Push a branch to the source control repository that deletes the entry for the specified element from the named release manifest. The API token must have the "Source control > Releases (Write)" scope.
This feature is in beta. Reach out to support if you’d like to join the beta.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param elementUuid The uuid to specify an element of interest within the release manifest. @param manifestName Identifier for the manifest of interest @return ApiSourceControlManifestsManifestNameElementUuidDeletePostRequest
func (*SourceControlAPIService) SourceControlManifestsManifestNameElementUuidDeletePostExecute ¶ added in v1.0.0
func (a *SourceControlAPIService) SourceControlManifestsManifestNameElementUuidDeletePostExecute(r ApiSourceControlManifestsManifestNameElementUuidDeletePostRequest) (*SourceControlManifestsManifestNamePut200Response, *http.Response, error)
Execute executes the request
@return SourceControlManifestsManifestNamePut200Response
func (*SourceControlAPIService) SourceControlManifestsManifestNameElementUuidPut ¶ added in v1.0.0
func (a *SourceControlAPIService) SourceControlManifestsManifestNameElementUuidPut(ctx context.Context, elementUuid string, manifestName string) ApiSourceControlManifestsManifestNameElementUuidPutRequest
SourceControlManifestsManifestNameElementUuidPut Set release manifest
Push a branch to the source control repository that updates the release version of the specified element in the named release manifest. If the manifest does not already exist, it will be created in the branch. The API token must have the "Source control > Releases (Write)" scope.
This feature is in beta. Reach out to support if you’d like to join the beta.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param elementUuid The uuid to specify an element of interest within the release manifest. @param manifestName Identifier for the manifest of interest @return ApiSourceControlManifestsManifestNameElementUuidPutRequest
func (*SourceControlAPIService) SourceControlManifestsManifestNameElementUuidPutExecute ¶ added in v1.0.0
func (a *SourceControlAPIService) SourceControlManifestsManifestNameElementUuidPutExecute(r ApiSourceControlManifestsManifestNameElementUuidPutRequest) (*SourceControlManifestsManifestNamePut200Response, *http.Response, error)
Execute executes the request
@return SourceControlManifestsManifestNamePut200Response
func (*SourceControlAPIService) SourceControlManifestsManifestNameGet ¶ added in v1.0.0
func (a *SourceControlAPIService) SourceControlManifestsManifestNameGet(ctx context.Context, manifestName string) ApiSourceControlManifestsManifestNameGetRequest
SourceControlManifestsManifestNameGet Get a specific release manifest
Returns the release manifest with the specified name from the source control repository if it exists. The API token must have the "Source control > Releases (Read)" scope.
This feature is in beta. Reach out to support if you’d like to join the beta.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param manifestName Identifier for the manifest of interest @return ApiSourceControlManifestsManifestNameGetRequest
func (*SourceControlAPIService) SourceControlManifestsManifestNameGetExecute ¶ added in v1.0.0
func (a *SourceControlAPIService) SourceControlManifestsManifestNameGetExecute(r ApiSourceControlManifestsManifestNameGetRequest) (*SourceControlManifestsManifestNameGet200Response, *http.Response, error)
Execute executes the request
@return SourceControlManifestsManifestNameGet200Response
func (*SourceControlAPIService) SourceControlManifestsManifestNamePut ¶ added in v1.0.0
func (a *SourceControlAPIService) SourceControlManifestsManifestNamePut(ctx context.Context, manifestName string) ApiSourceControlManifestsManifestNamePutRequest
SourceControlManifestsManifestNamePut Set release manifest
Push a branch to the source control repository that creates or updates the named release manifest. If the manifest exists, it will be overwritten in the branch. The API token must have the "Source control > Releases (Write)" scope.
This feature is in beta. Reach out to support if you’d like to join the beta.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param manifestName Identifier for the manifest of interest @return ApiSourceControlManifestsManifestNamePutRequest
func (*SourceControlAPIService) SourceControlManifestsManifestNamePutExecute ¶ added in v1.0.0
func (a *SourceControlAPIService) SourceControlManifestsManifestNamePutExecute(r ApiSourceControlManifestsManifestNamePutRequest) (*SourceControlManifestsManifestNamePut200Response, *http.Response, error)
Execute executes the request
@return SourceControlManifestsManifestNamePut200Response
func (*SourceControlAPIService) SourceControlReleasesAppsAppUuidGet ¶ added in v1.0.0
func (a *SourceControlAPIService) SourceControlReleasesAppsAppUuidGet(ctx context.Context, appUuid string) ApiSourceControlReleasesAppsAppUuidGetRequest
SourceControlReleasesAppsAppUuidGet Lists all available releases for the given app.
NOTE: This endpoint is deprecated. Use the GET /releases/{elementUuid} endpoint instead.
Returns a list of the available releases for the app. The API token must have the "Source control > Releases (Read)" scope.
This feature is in beta. Reach out to support if you’d like to join the beta.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param appUuid The uuid of the app. @return ApiSourceControlReleasesAppsAppUuidGetRequest
Deprecated
func (*SourceControlAPIService) SourceControlReleasesAppsAppUuidGetExecute ¶ added in v1.0.0
func (a *SourceControlAPIService) SourceControlReleasesAppsAppUuidGetExecute(r ApiSourceControlReleasesAppsAppUuidGetRequest) (*SourceControlReleasesAppsAppUuidGet200Response, *http.Response, error)
Execute executes the request
@return SourceControlReleasesAppsAppUuidGet200Response
Deprecated
func (*SourceControlAPIService) SourceControlReleasesAppsAppUuidPost ¶ added in v1.0.0
func (a *SourceControlAPIService) SourceControlReleasesAppsAppUuidPost(ctx context.Context, appUuid string) ApiSourceControlReleasesAppsAppUuidPostRequest
SourceControlReleasesAppsAppUuidPost Create a release artifact
NOTE: This endpoint is deprecated. Use the POST /releases/{elementUuid} endpoint instead.
Push a branch to the source control repository that creates a new release artifact with the provided version for the app based on the latest version. The API token must have the "Source control > Releases (Write)" scope.
This feature is in beta. Reach out to support if you’d like to join the beta.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param appUuid The uuid of the app. @return ApiSourceControlReleasesAppsAppUuidPostRequest
Deprecated
func (*SourceControlAPIService) SourceControlReleasesAppsAppUuidPostExecute ¶ added in v1.0.0
func (a *SourceControlAPIService) SourceControlReleasesAppsAppUuidPostExecute(r ApiSourceControlReleasesAppsAppUuidPostRequest) (*SourceControlManifestsManifestNamePut200Response, *http.Response, error)
Execute executes the request
@return SourceControlManifestsManifestNamePut200Response
Deprecated
func (*SourceControlAPIService) SourceControlReleasesElementUuidGet ¶ added in v1.0.0
func (a *SourceControlAPIService) SourceControlReleasesElementUuidGet(ctx context.Context, elementUuid string) ApiSourceControlReleasesElementUuidGetRequest
SourceControlReleasesElementUuidGet Lists all available releases for the given element.
Returns a list of the available releases for the element. The API token must have the "Source control > Releases (Read)" scope.
This feature is in beta. Reach out to support if you’d like to join the beta.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param elementUuid The uuid of the element. @return ApiSourceControlReleasesElementUuidGetRequest
func (*SourceControlAPIService) SourceControlReleasesElementUuidGetExecute ¶ added in v1.0.0
func (a *SourceControlAPIService) SourceControlReleasesElementUuidGetExecute(r ApiSourceControlReleasesElementUuidGetRequest) (*SourceControlReleasesAppsAppUuidGet200Response, *http.Response, error)
Execute executes the request
@return SourceControlReleasesAppsAppUuidGet200Response
func (*SourceControlAPIService) SourceControlReleasesElementUuidPost ¶ added in v1.0.0
func (a *SourceControlAPIService) SourceControlReleasesElementUuidPost(ctx context.Context, elementUuid string) ApiSourceControlReleasesElementUuidPostRequest
SourceControlReleasesElementUuidPost Create a release artifact
Push a branch to the source control repository that creates a new release artifact with the provided version for the element based on the latest version. The API token must have the "Source control > Releases (Write)" scope.
This feature is in beta. Reach out to support if you’d like to join the beta.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param elementUuid The uuid of the element. @return ApiSourceControlReleasesElementUuidPostRequest
func (*SourceControlAPIService) SourceControlReleasesElementUuidPostExecute ¶ added in v1.0.0
func (a *SourceControlAPIService) SourceControlReleasesElementUuidPostExecute(r ApiSourceControlReleasesElementUuidPostRequest) (*SourceControlManifestsManifestNamePut200Response, *http.Response, error)
Execute executes the request
@return SourceControlManifestsManifestNamePut200Response
func (*SourceControlAPIService) SourceControlSettingsGet ¶
func (a *SourceControlAPIService) SourceControlSettingsGet(ctx context.Context) ApiSourceControlSettingsGetRequest
SourceControlSettingsGet Get source control settings
Returns the source control settings for the organization or space. The API token must have the "Source Control > Read" scope.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return ApiSourceControlSettingsGetRequest
func (*SourceControlAPIService) SourceControlSettingsGetExecute ¶
func (a *SourceControlAPIService) SourceControlSettingsGetExecute(r ApiSourceControlSettingsGetRequest) (*SourceControlSettingsGet200Response, *http.Response, error)
Execute executes the request
@return SourceControlSettingsGet200Response
func (*SourceControlAPIService) SourceControlSettingsPut ¶
func (a *SourceControlAPIService) SourceControlSettingsPut(ctx context.Context) ApiSourceControlSettingsPutRequest
SourceControlSettingsPut Set source control settings
Creates or updates source control settings for the organization or space. This will overwrite existing settings. The API token must have the "Source Control > Write" scope.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return ApiSourceControlSettingsPutRequest
func (*SourceControlAPIService) SourceControlSettingsPutExecute ¶
func (a *SourceControlAPIService) SourceControlSettingsPutExecute(r ApiSourceControlSettingsPutRequest) (*SourceControlSettingsPut200Response, *http.Response, error)
Execute executes the request
@return SourceControlSettingsPut200Response
func (*SourceControlAPIService) SourceControlTestConnectionGet ¶
func (a *SourceControlAPIService) SourceControlTestConnectionGet(ctx context.Context) ApiSourceControlTestConnectionGetRequest
SourceControlTestConnectionGet Tests source control connection
Tests the connection to the source control provider. Returns a boolean for whether the connection was successful or not. The API token must have the "Source Control > Read" scope.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return ApiSourceControlTestConnectionGetRequest
func (*SourceControlAPIService) SourceControlTestConnectionGetExecute ¶
func (a *SourceControlAPIService) SourceControlTestConnectionGetExecute(r ApiSourceControlTestConnectionGetRequest) (*SourceControlTestConnectionGet200Response, *http.Response, error)
Execute executes the request
@return SourceControlTestConnectionGet200Response
func (*SourceControlAPIService) SourceControlTestDeployPost ¶
func (a *SourceControlAPIService) SourceControlTestDeployPost(ctx context.Context) ApiSourceControlTestDeployPostRequest
SourceControlTestDeployPost Test source control changes
Attempts a test deployment (no permanent changes) using the provided commit SHA in order to determine whether the commit is valid.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return ApiSourceControlTestDeployPostRequest
func (*SourceControlAPIService) SourceControlTestDeployPostExecute ¶
func (a *SourceControlAPIService) SourceControlTestDeployPostExecute(r ApiSourceControlTestDeployPostRequest) (*SourceControlTestDeployPost200Response, *http.Response, error)
Execute executes the request
@return SourceControlTestDeployPost200Response
type SourceControlConfigGet200Response ¶
type SourceControlConfigGet200Response struct {
// API request succeeded
Success bool `json:"success"`
Data SourceControlConfigGet200ResponseData `json:"data"`
}
SourceControlConfigGet200Response struct for SourceControlConfigGet200Response
func NewSourceControlConfigGet200Response ¶
func NewSourceControlConfigGet200Response(success bool, data SourceControlConfigGet200ResponseData) *SourceControlConfigGet200Response
NewSourceControlConfigGet200Response instantiates a new SourceControlConfigGet200Response object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewSourceControlConfigGet200ResponseWithDefaults ¶
func NewSourceControlConfigGet200ResponseWithDefaults() *SourceControlConfigGet200Response
NewSourceControlConfigGet200ResponseWithDefaults instantiates a new SourceControlConfigGet200Response object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*SourceControlConfigGet200Response) GetData ¶
func (o *SourceControlConfigGet200Response) GetData() SourceControlConfigGet200ResponseData
GetData returns the Data field value
func (*SourceControlConfigGet200Response) GetDataOk ¶
func (o *SourceControlConfigGet200Response) GetDataOk() (*SourceControlConfigGet200ResponseData, bool)
GetDataOk returns a tuple with the Data field value and a boolean to check if the value has been set.
func (*SourceControlConfigGet200Response) GetSuccess ¶
func (o *SourceControlConfigGet200Response) GetSuccess() bool
GetSuccess returns the Success field value
func (*SourceControlConfigGet200Response) GetSuccessOk ¶
func (o *SourceControlConfigGet200Response) GetSuccessOk() (*bool, bool)
GetSuccessOk returns a tuple with the Success field value and a boolean to check if the value has been set.
func (SourceControlConfigGet200Response) MarshalJSON ¶
func (o SourceControlConfigGet200Response) MarshalJSON() ([]byte, error)
func (*SourceControlConfigGet200Response) SetData ¶
func (o *SourceControlConfigGet200Response) SetData(v SourceControlConfigGet200ResponseData)
SetData sets field value
func (*SourceControlConfigGet200Response) SetSuccess ¶
func (o *SourceControlConfigGet200Response) SetSuccess(v bool)
SetSuccess sets field value
func (SourceControlConfigGet200Response) ToMap ¶
func (o SourceControlConfigGet200Response) ToMap() (map[string]interface{}, error)
func (*SourceControlConfigGet200Response) UnmarshalJSON ¶
func (o *SourceControlConfigGet200Response) UnmarshalJSON(data []byte) (err error)
type SourceControlConfigGet200ResponseData ¶
type SourceControlConfigGet200ResponseData struct {
AWSCodeCommit *AWSCodeCommit
AzureRepos *AzureRepos
Bitbucket *Bitbucket
GitHub *GitHub
GitLab *GitLab
}
SourceControlConfigGet200ResponseData Source Control Provider Config
func (SourceControlConfigGet200ResponseData) MarshalJSON ¶
func (src SourceControlConfigGet200ResponseData) MarshalJSON() ([]byte, error)
Marshal data from the first non-nil pointers in the struct to JSON
func (*SourceControlConfigGet200ResponseData) UnmarshalJSON ¶
func (dst *SourceControlConfigGet200ResponseData) UnmarshalJSON(data []byte) error
Unmarshal JSON data into any of the pointers in the struct
type SourceControlConfigGet200ResponseDataAnyOf ¶
type SourceControlConfigGet200ResponseDataAnyOf struct {
Config SourceControlConfigGet200ResponseDataAnyOfConfig `json:"config"`
Provider string `json:"provider"`
// The user or organization to which the repository belongs to.
Org string `json:"org"`
// The name of the repository you created to use with Retool.
Repo string `json:"repo"`
// The default branch, e.g., main.
DefaultBranch string `json:"default_branch"`
// Repositories using Toolscript are 2.0.0. Repositories using legacy YAML are 1.0.0.
RepoVersion *string `json:"repo_version,omitempty"`
AdditionalProperties map[string]interface{}
}
SourceControlConfigGet200ResponseDataAnyOf struct for SourceControlConfigGet200ResponseDataAnyOf
func NewSourceControlConfigGet200ResponseDataAnyOf ¶
func NewSourceControlConfigGet200ResponseDataAnyOf(config SourceControlConfigGet200ResponseDataAnyOfConfig, provider string, org string, repo string, defaultBranch string) *SourceControlConfigGet200ResponseDataAnyOf
NewSourceControlConfigGet200ResponseDataAnyOf instantiates a new SourceControlConfigGet200ResponseDataAnyOf object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewSourceControlConfigGet200ResponseDataAnyOfWithDefaults ¶
func NewSourceControlConfigGet200ResponseDataAnyOfWithDefaults() *SourceControlConfigGet200ResponseDataAnyOf
NewSourceControlConfigGet200ResponseDataAnyOfWithDefaults instantiates a new SourceControlConfigGet200ResponseDataAnyOf object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*SourceControlConfigGet200ResponseDataAnyOf) GetConfig ¶
func (o *SourceControlConfigGet200ResponseDataAnyOf) GetConfig() SourceControlConfigGet200ResponseDataAnyOfConfig
GetConfig returns the Config field value
func (*SourceControlConfigGet200ResponseDataAnyOf) GetConfigOk ¶
func (o *SourceControlConfigGet200ResponseDataAnyOf) GetConfigOk() (*SourceControlConfigGet200ResponseDataAnyOfConfig, bool)
GetConfigOk returns a tuple with the Config field value and a boolean to check if the value has been set.
func (*SourceControlConfigGet200ResponseDataAnyOf) GetDefaultBranch ¶
func (o *SourceControlConfigGet200ResponseDataAnyOf) GetDefaultBranch() string
GetDefaultBranch returns the DefaultBranch field value
func (*SourceControlConfigGet200ResponseDataAnyOf) GetDefaultBranchOk ¶
func (o *SourceControlConfigGet200ResponseDataAnyOf) GetDefaultBranchOk() (*string, bool)
GetDefaultBranchOk returns a tuple with the DefaultBranch field value and a boolean to check if the value has been set.
func (*SourceControlConfigGet200ResponseDataAnyOf) GetOrg ¶
func (o *SourceControlConfigGet200ResponseDataAnyOf) GetOrg() string
GetOrg returns the Org field value
func (*SourceControlConfigGet200ResponseDataAnyOf) GetOrgOk ¶
func (o *SourceControlConfigGet200ResponseDataAnyOf) GetOrgOk() (*string, bool)
GetOrgOk returns a tuple with the Org field value and a boolean to check if the value has been set.
func (*SourceControlConfigGet200ResponseDataAnyOf) GetProvider ¶
func (o *SourceControlConfigGet200ResponseDataAnyOf) GetProvider() string
GetProvider returns the Provider field value
func (*SourceControlConfigGet200ResponseDataAnyOf) GetProviderOk ¶
func (o *SourceControlConfigGet200ResponseDataAnyOf) GetProviderOk() (*string, bool)
GetProviderOk returns a tuple with the Provider field value and a boolean to check if the value has been set.
func (*SourceControlConfigGet200ResponseDataAnyOf) GetRepo ¶
func (o *SourceControlConfigGet200ResponseDataAnyOf) GetRepo() string
GetRepo returns the Repo field value
func (*SourceControlConfigGet200ResponseDataAnyOf) GetRepoOk ¶
func (o *SourceControlConfigGet200ResponseDataAnyOf) GetRepoOk() (*string, bool)
GetRepoOk returns a tuple with the Repo field value and a boolean to check if the value has been set.
func (*SourceControlConfigGet200ResponseDataAnyOf) GetRepoVersion ¶
func (o *SourceControlConfigGet200ResponseDataAnyOf) GetRepoVersion() string
GetRepoVersion returns the RepoVersion field value if set, zero value otherwise.
func (*SourceControlConfigGet200ResponseDataAnyOf) GetRepoVersionOk ¶
func (o *SourceControlConfigGet200ResponseDataAnyOf) GetRepoVersionOk() (*string, bool)
GetRepoVersionOk returns a tuple with the RepoVersion field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SourceControlConfigGet200ResponseDataAnyOf) HasRepoVersion ¶
func (o *SourceControlConfigGet200ResponseDataAnyOf) HasRepoVersion() bool
HasRepoVersion returns a boolean if a field has been set.
func (SourceControlConfigGet200ResponseDataAnyOf) MarshalJSON ¶
func (o SourceControlConfigGet200ResponseDataAnyOf) MarshalJSON() ([]byte, error)
func (*SourceControlConfigGet200ResponseDataAnyOf) SetConfig ¶
func (o *SourceControlConfigGet200ResponseDataAnyOf) SetConfig(v SourceControlConfigGet200ResponseDataAnyOfConfig)
SetConfig sets field value
func (*SourceControlConfigGet200ResponseDataAnyOf) SetDefaultBranch ¶
func (o *SourceControlConfigGet200ResponseDataAnyOf) SetDefaultBranch(v string)
SetDefaultBranch sets field value
func (*SourceControlConfigGet200ResponseDataAnyOf) SetOrg ¶
func (o *SourceControlConfigGet200ResponseDataAnyOf) SetOrg(v string)
SetOrg sets field value
func (*SourceControlConfigGet200ResponseDataAnyOf) SetProvider ¶
func (o *SourceControlConfigGet200ResponseDataAnyOf) SetProvider(v string)
SetProvider sets field value
func (*SourceControlConfigGet200ResponseDataAnyOf) SetRepo ¶
func (o *SourceControlConfigGet200ResponseDataAnyOf) SetRepo(v string)
SetRepo sets field value
func (*SourceControlConfigGet200ResponseDataAnyOf) SetRepoVersion ¶
func (o *SourceControlConfigGet200ResponseDataAnyOf) SetRepoVersion(v string)
SetRepoVersion gets a reference to the given string and assigns it to the RepoVersion field.
func (SourceControlConfigGet200ResponseDataAnyOf) ToMap ¶
func (o SourceControlConfigGet200ResponseDataAnyOf) ToMap() (map[string]interface{}, error)
func (*SourceControlConfigGet200ResponseDataAnyOf) UnmarshalJSON ¶
func (o *SourceControlConfigGet200ResponseDataAnyOf) UnmarshalJSON(data []byte) (err error)
type SourceControlConfigGet200ResponseDataAnyOf1 ¶
type SourceControlConfigGet200ResponseDataAnyOf1 struct {
Config SourceControlConfigGet200ResponseDataAnyOf1Config `json:"config"`
Provider string `json:"provider"`
// The user or organization to which the repository belongs to.
Org string `json:"org"`
// The name of the repository you created to use with Retool.
Repo string `json:"repo"`
// The default branch, e.g., main.
DefaultBranch string `json:"default_branch"`
// Repositories using Toolscript are 2.0.0. Repositories using legacy YAML are 1.0.0.
RepoVersion *string `json:"repo_version,omitempty"`
AdditionalProperties map[string]interface{}
}
SourceControlConfigGet200ResponseDataAnyOf1 struct for SourceControlConfigGet200ResponseDataAnyOf1
func NewSourceControlConfigGet200ResponseDataAnyOf1 ¶
func NewSourceControlConfigGet200ResponseDataAnyOf1(config SourceControlConfigGet200ResponseDataAnyOf1Config, provider string, org string, repo string, defaultBranch string) *SourceControlConfigGet200ResponseDataAnyOf1
NewSourceControlConfigGet200ResponseDataAnyOf1 instantiates a new SourceControlConfigGet200ResponseDataAnyOf1 object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewSourceControlConfigGet200ResponseDataAnyOf1WithDefaults ¶
func NewSourceControlConfigGet200ResponseDataAnyOf1WithDefaults() *SourceControlConfigGet200ResponseDataAnyOf1
NewSourceControlConfigGet200ResponseDataAnyOf1WithDefaults instantiates a new SourceControlConfigGet200ResponseDataAnyOf1 object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*SourceControlConfigGet200ResponseDataAnyOf1) GetConfig ¶
func (o *SourceControlConfigGet200ResponseDataAnyOf1) GetConfig() SourceControlConfigGet200ResponseDataAnyOf1Config
GetConfig returns the Config field value
func (*SourceControlConfigGet200ResponseDataAnyOf1) GetConfigOk ¶
func (o *SourceControlConfigGet200ResponseDataAnyOf1) GetConfigOk() (*SourceControlConfigGet200ResponseDataAnyOf1Config, bool)
GetConfigOk returns a tuple with the Config field value and a boolean to check if the value has been set.
func (*SourceControlConfigGet200ResponseDataAnyOf1) GetDefaultBranch ¶
func (o *SourceControlConfigGet200ResponseDataAnyOf1) GetDefaultBranch() string
GetDefaultBranch returns the DefaultBranch field value
func (*SourceControlConfigGet200ResponseDataAnyOf1) GetDefaultBranchOk ¶
func (o *SourceControlConfigGet200ResponseDataAnyOf1) GetDefaultBranchOk() (*string, bool)
GetDefaultBranchOk returns a tuple with the DefaultBranch field value and a boolean to check if the value has been set.
func (*SourceControlConfigGet200ResponseDataAnyOf1) GetOrg ¶
func (o *SourceControlConfigGet200ResponseDataAnyOf1) GetOrg() string
GetOrg returns the Org field value
func (*SourceControlConfigGet200ResponseDataAnyOf1) GetOrgOk ¶
func (o *SourceControlConfigGet200ResponseDataAnyOf1) GetOrgOk() (*string, bool)
GetOrgOk returns a tuple with the Org field value and a boolean to check if the value has been set.
func (*SourceControlConfigGet200ResponseDataAnyOf1) GetProvider ¶
func (o *SourceControlConfigGet200ResponseDataAnyOf1) GetProvider() string
GetProvider returns the Provider field value
func (*SourceControlConfigGet200ResponseDataAnyOf1) GetProviderOk ¶
func (o *SourceControlConfigGet200ResponseDataAnyOf1) GetProviderOk() (*string, bool)
GetProviderOk returns a tuple with the Provider field value and a boolean to check if the value has been set.
func (*SourceControlConfigGet200ResponseDataAnyOf1) GetRepo ¶
func (o *SourceControlConfigGet200ResponseDataAnyOf1) GetRepo() string
GetRepo returns the Repo field value
func (*SourceControlConfigGet200ResponseDataAnyOf1) GetRepoOk ¶
func (o *SourceControlConfigGet200ResponseDataAnyOf1) GetRepoOk() (*string, bool)
GetRepoOk returns a tuple with the Repo field value and a boolean to check if the value has been set.
func (*SourceControlConfigGet200ResponseDataAnyOf1) GetRepoVersion ¶
func (o *SourceControlConfigGet200ResponseDataAnyOf1) GetRepoVersion() string
GetRepoVersion returns the RepoVersion field value if set, zero value otherwise.
func (*SourceControlConfigGet200ResponseDataAnyOf1) GetRepoVersionOk ¶
func (o *SourceControlConfigGet200ResponseDataAnyOf1) GetRepoVersionOk() (*string, bool)
GetRepoVersionOk returns a tuple with the RepoVersion field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SourceControlConfigGet200ResponseDataAnyOf1) HasRepoVersion ¶
func (o *SourceControlConfigGet200ResponseDataAnyOf1) HasRepoVersion() bool
HasRepoVersion returns a boolean if a field has been set.
func (SourceControlConfigGet200ResponseDataAnyOf1) MarshalJSON ¶
func (o SourceControlConfigGet200ResponseDataAnyOf1) MarshalJSON() ([]byte, error)
func (*SourceControlConfigGet200ResponseDataAnyOf1) SetConfig ¶
func (o *SourceControlConfigGet200ResponseDataAnyOf1) SetConfig(v SourceControlConfigGet200ResponseDataAnyOf1Config)
SetConfig sets field value
func (*SourceControlConfigGet200ResponseDataAnyOf1) SetDefaultBranch ¶
func (o *SourceControlConfigGet200ResponseDataAnyOf1) SetDefaultBranch(v string)
SetDefaultBranch sets field value
func (*SourceControlConfigGet200ResponseDataAnyOf1) SetOrg ¶
func (o *SourceControlConfigGet200ResponseDataAnyOf1) SetOrg(v string)
SetOrg sets field value
func (*SourceControlConfigGet200ResponseDataAnyOf1) SetProvider ¶
func (o *SourceControlConfigGet200ResponseDataAnyOf1) SetProvider(v string)
SetProvider sets field value
func (*SourceControlConfigGet200ResponseDataAnyOf1) SetRepo ¶
func (o *SourceControlConfigGet200ResponseDataAnyOf1) SetRepo(v string)
SetRepo sets field value
func (*SourceControlConfigGet200ResponseDataAnyOf1) SetRepoVersion ¶
func (o *SourceControlConfigGet200ResponseDataAnyOf1) SetRepoVersion(v string)
SetRepoVersion gets a reference to the given string and assigns it to the RepoVersion field.
func (SourceControlConfigGet200ResponseDataAnyOf1) ToMap ¶
func (o SourceControlConfigGet200ResponseDataAnyOf1) ToMap() (map[string]interface{}, error)
func (*SourceControlConfigGet200ResponseDataAnyOf1) UnmarshalJSON ¶
func (o *SourceControlConfigGet200ResponseDataAnyOf1) UnmarshalJSON(data []byte) (err error)
type SourceControlConfigGet200ResponseDataAnyOf1Config ¶
type SourceControlConfigGet200ResponseDataAnyOf1Config struct {
// The numerical project ID for your GitLab project. Find this ID listed below the project's name on the project's homepage.
ProjectId float32 `json:"project_id"`
// Your base GitLab URL. On GitLab Cloud, this is always https://gitlab.com. On GitLab self-managed, this is the URL where your instance is hosted.
Url string `json:"url"`
// The GitLab project access token to authenticate to the GitLab API.
ProjectAccessToken string `json:"project_access_token"`
}
SourceControlConfigGet200ResponseDataAnyOf1Config struct for SourceControlConfigGet200ResponseDataAnyOf1Config
func NewSourceControlConfigGet200ResponseDataAnyOf1Config ¶
func NewSourceControlConfigGet200ResponseDataAnyOf1Config(projectId float32, url string, projectAccessToken string) *SourceControlConfigGet200ResponseDataAnyOf1Config
NewSourceControlConfigGet200ResponseDataAnyOf1Config instantiates a new SourceControlConfigGet200ResponseDataAnyOf1Config object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewSourceControlConfigGet200ResponseDataAnyOf1ConfigWithDefaults ¶
func NewSourceControlConfigGet200ResponseDataAnyOf1ConfigWithDefaults() *SourceControlConfigGet200ResponseDataAnyOf1Config
NewSourceControlConfigGet200ResponseDataAnyOf1ConfigWithDefaults instantiates a new SourceControlConfigGet200ResponseDataAnyOf1Config object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*SourceControlConfigGet200ResponseDataAnyOf1Config) GetProjectAccessToken ¶
func (o *SourceControlConfigGet200ResponseDataAnyOf1Config) GetProjectAccessToken() string
GetProjectAccessToken returns the ProjectAccessToken field value
func (*SourceControlConfigGet200ResponseDataAnyOf1Config) GetProjectAccessTokenOk ¶
func (o *SourceControlConfigGet200ResponseDataAnyOf1Config) GetProjectAccessTokenOk() (*string, bool)
GetProjectAccessTokenOk returns a tuple with the ProjectAccessToken field value and a boolean to check if the value has been set.
func (*SourceControlConfigGet200ResponseDataAnyOf1Config) GetProjectId ¶
func (o *SourceControlConfigGet200ResponseDataAnyOf1Config) GetProjectId() float32
GetProjectId returns the ProjectId field value
func (*SourceControlConfigGet200ResponseDataAnyOf1Config) GetProjectIdOk ¶
func (o *SourceControlConfigGet200ResponseDataAnyOf1Config) GetProjectIdOk() (*float32, bool)
GetProjectIdOk returns a tuple with the ProjectId field value and a boolean to check if the value has been set.
func (*SourceControlConfigGet200ResponseDataAnyOf1Config) GetUrl ¶
func (o *SourceControlConfigGet200ResponseDataAnyOf1Config) GetUrl() string
GetUrl returns the Url field value
func (*SourceControlConfigGet200ResponseDataAnyOf1Config) GetUrlOk ¶
func (o *SourceControlConfigGet200ResponseDataAnyOf1Config) GetUrlOk() (*string, bool)
GetUrlOk returns a tuple with the Url field value and a boolean to check if the value has been set.
func (SourceControlConfigGet200ResponseDataAnyOf1Config) MarshalJSON ¶
func (o SourceControlConfigGet200ResponseDataAnyOf1Config) MarshalJSON() ([]byte, error)
func (*SourceControlConfigGet200ResponseDataAnyOf1Config) SetProjectAccessToken ¶
func (o *SourceControlConfigGet200ResponseDataAnyOf1Config) SetProjectAccessToken(v string)
SetProjectAccessToken sets field value
func (*SourceControlConfigGet200ResponseDataAnyOf1Config) SetProjectId ¶
func (o *SourceControlConfigGet200ResponseDataAnyOf1Config) SetProjectId(v float32)
SetProjectId sets field value
func (*SourceControlConfigGet200ResponseDataAnyOf1Config) SetUrl ¶
func (o *SourceControlConfigGet200ResponseDataAnyOf1Config) SetUrl(v string)
SetUrl sets field value
func (SourceControlConfigGet200ResponseDataAnyOf1Config) ToMap ¶
func (o SourceControlConfigGet200ResponseDataAnyOf1Config) ToMap() (map[string]interface{}, error)
func (*SourceControlConfigGet200ResponseDataAnyOf1Config) UnmarshalJSON ¶
func (o *SourceControlConfigGet200ResponseDataAnyOf1Config) UnmarshalJSON(data []byte) (err error)
type SourceControlConfigGet200ResponseDataAnyOf2 ¶
type SourceControlConfigGet200ResponseDataAnyOf2 struct {
Config SourceControlConfigGet200ResponseDataAnyOf2Config `json:"config"`
Provider string `json:"provider"`
// The user or organization to which the repository belongs to.
Org string `json:"org"`
// The name of the repository you created to use with Retool.
Repo string `json:"repo"`
// The default branch, e.g., main.
DefaultBranch string `json:"default_branch"`
// Repositories using Toolscript are 2.0.0. Repositories using legacy YAML are 1.0.0.
RepoVersion *string `json:"repo_version,omitempty"`
AdditionalProperties map[string]interface{}
}
SourceControlConfigGet200ResponseDataAnyOf2 struct for SourceControlConfigGet200ResponseDataAnyOf2
func NewSourceControlConfigGet200ResponseDataAnyOf2 ¶
func NewSourceControlConfigGet200ResponseDataAnyOf2(config SourceControlConfigGet200ResponseDataAnyOf2Config, provider string, org string, repo string, defaultBranch string) *SourceControlConfigGet200ResponseDataAnyOf2
NewSourceControlConfigGet200ResponseDataAnyOf2 instantiates a new SourceControlConfigGet200ResponseDataAnyOf2 object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewSourceControlConfigGet200ResponseDataAnyOf2WithDefaults ¶
func NewSourceControlConfigGet200ResponseDataAnyOf2WithDefaults() *SourceControlConfigGet200ResponseDataAnyOf2
NewSourceControlConfigGet200ResponseDataAnyOf2WithDefaults instantiates a new SourceControlConfigGet200ResponseDataAnyOf2 object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*SourceControlConfigGet200ResponseDataAnyOf2) GetConfig ¶
func (o *SourceControlConfigGet200ResponseDataAnyOf2) GetConfig() SourceControlConfigGet200ResponseDataAnyOf2Config
GetConfig returns the Config field value
func (*SourceControlConfigGet200ResponseDataAnyOf2) GetConfigOk ¶
func (o *SourceControlConfigGet200ResponseDataAnyOf2) GetConfigOk() (*SourceControlConfigGet200ResponseDataAnyOf2Config, bool)
GetConfigOk returns a tuple with the Config field value and a boolean to check if the value has been set.
func (*SourceControlConfigGet200ResponseDataAnyOf2) GetDefaultBranch ¶
func (o *SourceControlConfigGet200ResponseDataAnyOf2) GetDefaultBranch() string
GetDefaultBranch returns the DefaultBranch field value
func (*SourceControlConfigGet200ResponseDataAnyOf2) GetDefaultBranchOk ¶
func (o *SourceControlConfigGet200ResponseDataAnyOf2) GetDefaultBranchOk() (*string, bool)
GetDefaultBranchOk returns a tuple with the DefaultBranch field value and a boolean to check if the value has been set.
func (*SourceControlConfigGet200ResponseDataAnyOf2) GetOrg ¶
func (o *SourceControlConfigGet200ResponseDataAnyOf2) GetOrg() string
GetOrg returns the Org field value
func (*SourceControlConfigGet200ResponseDataAnyOf2) GetOrgOk ¶
func (o *SourceControlConfigGet200ResponseDataAnyOf2) GetOrgOk() (*string, bool)
GetOrgOk returns a tuple with the Org field value and a boolean to check if the value has been set.
func (*SourceControlConfigGet200ResponseDataAnyOf2) GetProvider ¶
func (o *SourceControlConfigGet200ResponseDataAnyOf2) GetProvider() string
GetProvider returns the Provider field value
func (*SourceControlConfigGet200ResponseDataAnyOf2) GetProviderOk ¶
func (o *SourceControlConfigGet200ResponseDataAnyOf2) GetProviderOk() (*string, bool)
GetProviderOk returns a tuple with the Provider field value and a boolean to check if the value has been set.
func (*SourceControlConfigGet200ResponseDataAnyOf2) GetRepo ¶
func (o *SourceControlConfigGet200ResponseDataAnyOf2) GetRepo() string
GetRepo returns the Repo field value
func (*SourceControlConfigGet200ResponseDataAnyOf2) GetRepoOk ¶
func (o *SourceControlConfigGet200ResponseDataAnyOf2) GetRepoOk() (*string, bool)
GetRepoOk returns a tuple with the Repo field value and a boolean to check if the value has been set.
func (*SourceControlConfigGet200ResponseDataAnyOf2) GetRepoVersion ¶
func (o *SourceControlConfigGet200ResponseDataAnyOf2) GetRepoVersion() string
GetRepoVersion returns the RepoVersion field value if set, zero value otherwise.
func (*SourceControlConfigGet200ResponseDataAnyOf2) GetRepoVersionOk ¶
func (o *SourceControlConfigGet200ResponseDataAnyOf2) GetRepoVersionOk() (*string, bool)
GetRepoVersionOk returns a tuple with the RepoVersion field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SourceControlConfigGet200ResponseDataAnyOf2) HasRepoVersion ¶
func (o *SourceControlConfigGet200ResponseDataAnyOf2) HasRepoVersion() bool
HasRepoVersion returns a boolean if a field has been set.
func (SourceControlConfigGet200ResponseDataAnyOf2) MarshalJSON ¶
func (o SourceControlConfigGet200ResponseDataAnyOf2) MarshalJSON() ([]byte, error)
func (*SourceControlConfigGet200ResponseDataAnyOf2) SetConfig ¶
func (o *SourceControlConfigGet200ResponseDataAnyOf2) SetConfig(v SourceControlConfigGet200ResponseDataAnyOf2Config)
SetConfig sets field value
func (*SourceControlConfigGet200ResponseDataAnyOf2) SetDefaultBranch ¶
func (o *SourceControlConfigGet200ResponseDataAnyOf2) SetDefaultBranch(v string)
SetDefaultBranch sets field value
func (*SourceControlConfigGet200ResponseDataAnyOf2) SetOrg ¶
func (o *SourceControlConfigGet200ResponseDataAnyOf2) SetOrg(v string)
SetOrg sets field value
func (*SourceControlConfigGet200ResponseDataAnyOf2) SetProvider ¶
func (o *SourceControlConfigGet200ResponseDataAnyOf2) SetProvider(v string)
SetProvider sets field value
func (*SourceControlConfigGet200ResponseDataAnyOf2) SetRepo ¶
func (o *SourceControlConfigGet200ResponseDataAnyOf2) SetRepo(v string)
SetRepo sets field value
func (*SourceControlConfigGet200ResponseDataAnyOf2) SetRepoVersion ¶
func (o *SourceControlConfigGet200ResponseDataAnyOf2) SetRepoVersion(v string)
SetRepoVersion gets a reference to the given string and assigns it to the RepoVersion field.
func (SourceControlConfigGet200ResponseDataAnyOf2) ToMap ¶
func (o SourceControlConfigGet200ResponseDataAnyOf2) ToMap() (map[string]interface{}, error)
func (*SourceControlConfigGet200ResponseDataAnyOf2) UnmarshalJSON ¶
func (o *SourceControlConfigGet200ResponseDataAnyOf2) UnmarshalJSON(data []byte) (err error)
type SourceControlConfigGet200ResponseDataAnyOf2Config ¶
type SourceControlConfigGet200ResponseDataAnyOf2Config struct {
// The domain used to access your self-hosted AWS CodeCommit instance.
Url string `json:"url"`
// The region of the CodeCommit repository.
Region string `json:"region"`
// The Access key ID from your AWSCodeCommitFullAccess policy.
AccessKeyId string `json:"access_key_id"`
// The Secret Access Key from your AWSCodeCommitFullAccess policy
SecretAccessKey string `json:"secret_access_key"`
// The HTTPS username from your security credentials.
HttpsUsername string `json:"https_username"`
// The HTTPS password from your security credentials.
HttpsPassword string `json:"https_password"`
}
SourceControlConfigGet200ResponseDataAnyOf2Config struct for SourceControlConfigGet200ResponseDataAnyOf2Config
func NewSourceControlConfigGet200ResponseDataAnyOf2Config ¶
func NewSourceControlConfigGet200ResponseDataAnyOf2Config(url string, region string, accessKeyId string, secretAccessKey string, httpsUsername string, httpsPassword string) *SourceControlConfigGet200ResponseDataAnyOf2Config
NewSourceControlConfigGet200ResponseDataAnyOf2Config instantiates a new SourceControlConfigGet200ResponseDataAnyOf2Config object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewSourceControlConfigGet200ResponseDataAnyOf2ConfigWithDefaults ¶
func NewSourceControlConfigGet200ResponseDataAnyOf2ConfigWithDefaults() *SourceControlConfigGet200ResponseDataAnyOf2Config
NewSourceControlConfigGet200ResponseDataAnyOf2ConfigWithDefaults instantiates a new SourceControlConfigGet200ResponseDataAnyOf2Config object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*SourceControlConfigGet200ResponseDataAnyOf2Config) GetAccessKeyId ¶
func (o *SourceControlConfigGet200ResponseDataAnyOf2Config) GetAccessKeyId() string
GetAccessKeyId returns the AccessKeyId field value
func (*SourceControlConfigGet200ResponseDataAnyOf2Config) GetAccessKeyIdOk ¶
func (o *SourceControlConfigGet200ResponseDataAnyOf2Config) GetAccessKeyIdOk() (*string, bool)
GetAccessKeyIdOk returns a tuple with the AccessKeyId field value and a boolean to check if the value has been set.
func (*SourceControlConfigGet200ResponseDataAnyOf2Config) GetHttpsPassword ¶
func (o *SourceControlConfigGet200ResponseDataAnyOf2Config) GetHttpsPassword() string
GetHttpsPassword returns the HttpsPassword field value
func (*SourceControlConfigGet200ResponseDataAnyOf2Config) GetHttpsPasswordOk ¶
func (o *SourceControlConfigGet200ResponseDataAnyOf2Config) GetHttpsPasswordOk() (*string, bool)
GetHttpsPasswordOk returns a tuple with the HttpsPassword field value and a boolean to check if the value has been set.
func (*SourceControlConfigGet200ResponseDataAnyOf2Config) GetHttpsUsername ¶
func (o *SourceControlConfigGet200ResponseDataAnyOf2Config) GetHttpsUsername() string
GetHttpsUsername returns the HttpsUsername field value
func (*SourceControlConfigGet200ResponseDataAnyOf2Config) GetHttpsUsernameOk ¶
func (o *SourceControlConfigGet200ResponseDataAnyOf2Config) GetHttpsUsernameOk() (*string, bool)
GetHttpsUsernameOk returns a tuple with the HttpsUsername field value and a boolean to check if the value has been set.
func (*SourceControlConfigGet200ResponseDataAnyOf2Config) GetRegion ¶
func (o *SourceControlConfigGet200ResponseDataAnyOf2Config) GetRegion() string
GetRegion returns the Region field value
func (*SourceControlConfigGet200ResponseDataAnyOf2Config) GetRegionOk ¶
func (o *SourceControlConfigGet200ResponseDataAnyOf2Config) GetRegionOk() (*string, bool)
GetRegionOk returns a tuple with the Region field value and a boolean to check if the value has been set.
func (*SourceControlConfigGet200ResponseDataAnyOf2Config) GetSecretAccessKey ¶
func (o *SourceControlConfigGet200ResponseDataAnyOf2Config) GetSecretAccessKey() string
GetSecretAccessKey returns the SecretAccessKey field value
func (*SourceControlConfigGet200ResponseDataAnyOf2Config) GetSecretAccessKeyOk ¶
func (o *SourceControlConfigGet200ResponseDataAnyOf2Config) GetSecretAccessKeyOk() (*string, bool)
GetSecretAccessKeyOk returns a tuple with the SecretAccessKey field value and a boolean to check if the value has been set.
func (*SourceControlConfigGet200ResponseDataAnyOf2Config) GetUrl ¶
func (o *SourceControlConfigGet200ResponseDataAnyOf2Config) GetUrl() string
GetUrl returns the Url field value
func (*SourceControlConfigGet200ResponseDataAnyOf2Config) GetUrlOk ¶
func (o *SourceControlConfigGet200ResponseDataAnyOf2Config) GetUrlOk() (*string, bool)
GetUrlOk returns a tuple with the Url field value and a boolean to check if the value has been set.
func (SourceControlConfigGet200ResponseDataAnyOf2Config) MarshalJSON ¶
func (o SourceControlConfigGet200ResponseDataAnyOf2Config) MarshalJSON() ([]byte, error)
func (*SourceControlConfigGet200ResponseDataAnyOf2Config) SetAccessKeyId ¶
func (o *SourceControlConfigGet200ResponseDataAnyOf2Config) SetAccessKeyId(v string)
SetAccessKeyId sets field value
func (*SourceControlConfigGet200ResponseDataAnyOf2Config) SetHttpsPassword ¶
func (o *SourceControlConfigGet200ResponseDataAnyOf2Config) SetHttpsPassword(v string)
SetHttpsPassword sets field value
func (*SourceControlConfigGet200ResponseDataAnyOf2Config) SetHttpsUsername ¶
func (o *SourceControlConfigGet200ResponseDataAnyOf2Config) SetHttpsUsername(v string)
SetHttpsUsername sets field value
func (*SourceControlConfigGet200ResponseDataAnyOf2Config) SetRegion ¶
func (o *SourceControlConfigGet200ResponseDataAnyOf2Config) SetRegion(v string)
SetRegion sets field value
func (*SourceControlConfigGet200ResponseDataAnyOf2Config) SetSecretAccessKey ¶
func (o *SourceControlConfigGet200ResponseDataAnyOf2Config) SetSecretAccessKey(v string)
SetSecretAccessKey sets field value
func (*SourceControlConfigGet200ResponseDataAnyOf2Config) SetUrl ¶
func (o *SourceControlConfigGet200ResponseDataAnyOf2Config) SetUrl(v string)
SetUrl sets field value
func (SourceControlConfigGet200ResponseDataAnyOf2Config) ToMap ¶
func (o SourceControlConfigGet200ResponseDataAnyOf2Config) ToMap() (map[string]interface{}, error)
func (*SourceControlConfigGet200ResponseDataAnyOf2Config) UnmarshalJSON ¶
func (o *SourceControlConfigGet200ResponseDataAnyOf2Config) UnmarshalJSON(data []byte) (err error)
type SourceControlConfigGet200ResponseDataAnyOf3 ¶
type SourceControlConfigGet200ResponseDataAnyOf3 struct {
Config SourceControlConfigGet200ResponseDataAnyOf3Config `json:"config"`
Provider string `json:"provider"`
// The user or organization to which the repository belongs to.
Org string `json:"org"`
// The name of the repository you created to use with Retool.
Repo string `json:"repo"`
// The default branch, e.g., main.
DefaultBranch string `json:"default_branch"`
// Repositories using Toolscript are 2.0.0. Repositories using legacy YAML are 1.0.0.
RepoVersion *string `json:"repo_version,omitempty"`
AdditionalProperties map[string]interface{}
}
SourceControlConfigGet200ResponseDataAnyOf3 struct for SourceControlConfigGet200ResponseDataAnyOf3
func NewSourceControlConfigGet200ResponseDataAnyOf3 ¶
func NewSourceControlConfigGet200ResponseDataAnyOf3(config SourceControlConfigGet200ResponseDataAnyOf3Config, provider string, org string, repo string, defaultBranch string) *SourceControlConfigGet200ResponseDataAnyOf3
NewSourceControlConfigGet200ResponseDataAnyOf3 instantiates a new SourceControlConfigGet200ResponseDataAnyOf3 object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewSourceControlConfigGet200ResponseDataAnyOf3WithDefaults ¶
func NewSourceControlConfigGet200ResponseDataAnyOf3WithDefaults() *SourceControlConfigGet200ResponseDataAnyOf3
NewSourceControlConfigGet200ResponseDataAnyOf3WithDefaults instantiates a new SourceControlConfigGet200ResponseDataAnyOf3 object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*SourceControlConfigGet200ResponseDataAnyOf3) GetConfig ¶
func (o *SourceControlConfigGet200ResponseDataAnyOf3) GetConfig() SourceControlConfigGet200ResponseDataAnyOf3Config
GetConfig returns the Config field value
func (*SourceControlConfigGet200ResponseDataAnyOf3) GetConfigOk ¶
func (o *SourceControlConfigGet200ResponseDataAnyOf3) GetConfigOk() (*SourceControlConfigGet200ResponseDataAnyOf3Config, bool)
GetConfigOk returns a tuple with the Config field value and a boolean to check if the value has been set.
func (*SourceControlConfigGet200ResponseDataAnyOf3) GetDefaultBranch ¶
func (o *SourceControlConfigGet200ResponseDataAnyOf3) GetDefaultBranch() string
GetDefaultBranch returns the DefaultBranch field value
func (*SourceControlConfigGet200ResponseDataAnyOf3) GetDefaultBranchOk ¶
func (o *SourceControlConfigGet200ResponseDataAnyOf3) GetDefaultBranchOk() (*string, bool)
GetDefaultBranchOk returns a tuple with the DefaultBranch field value and a boolean to check if the value has been set.
func (*SourceControlConfigGet200ResponseDataAnyOf3) GetOrg ¶
func (o *SourceControlConfigGet200ResponseDataAnyOf3) GetOrg() string
GetOrg returns the Org field value
func (*SourceControlConfigGet200ResponseDataAnyOf3) GetOrgOk ¶
func (o *SourceControlConfigGet200ResponseDataAnyOf3) GetOrgOk() (*string, bool)
GetOrgOk returns a tuple with the Org field value and a boolean to check if the value has been set.
func (*SourceControlConfigGet200ResponseDataAnyOf3) GetProvider ¶
func (o *SourceControlConfigGet200ResponseDataAnyOf3) GetProvider() string
GetProvider returns the Provider field value
func (*SourceControlConfigGet200ResponseDataAnyOf3) GetProviderOk ¶
func (o *SourceControlConfigGet200ResponseDataAnyOf3) GetProviderOk() (*string, bool)
GetProviderOk returns a tuple with the Provider field value and a boolean to check if the value has been set.
func (*SourceControlConfigGet200ResponseDataAnyOf3) GetRepo ¶
func (o *SourceControlConfigGet200ResponseDataAnyOf3) GetRepo() string
GetRepo returns the Repo field value
func (*SourceControlConfigGet200ResponseDataAnyOf3) GetRepoOk ¶
func (o *SourceControlConfigGet200ResponseDataAnyOf3) GetRepoOk() (*string, bool)
GetRepoOk returns a tuple with the Repo field value and a boolean to check if the value has been set.
func (*SourceControlConfigGet200ResponseDataAnyOf3) GetRepoVersion ¶
func (o *SourceControlConfigGet200ResponseDataAnyOf3) GetRepoVersion() string
GetRepoVersion returns the RepoVersion field value if set, zero value otherwise.
func (*SourceControlConfigGet200ResponseDataAnyOf3) GetRepoVersionOk ¶
func (o *SourceControlConfigGet200ResponseDataAnyOf3) GetRepoVersionOk() (*string, bool)
GetRepoVersionOk returns a tuple with the RepoVersion field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SourceControlConfigGet200ResponseDataAnyOf3) HasRepoVersion ¶
func (o *SourceControlConfigGet200ResponseDataAnyOf3) HasRepoVersion() bool
HasRepoVersion returns a boolean if a field has been set.
func (SourceControlConfigGet200ResponseDataAnyOf3) MarshalJSON ¶
func (o SourceControlConfigGet200ResponseDataAnyOf3) MarshalJSON() ([]byte, error)
func (*SourceControlConfigGet200ResponseDataAnyOf3) SetConfig ¶
func (o *SourceControlConfigGet200ResponseDataAnyOf3) SetConfig(v SourceControlConfigGet200ResponseDataAnyOf3Config)
SetConfig sets field value
func (*SourceControlConfigGet200ResponseDataAnyOf3) SetDefaultBranch ¶
func (o *SourceControlConfigGet200ResponseDataAnyOf3) SetDefaultBranch(v string)
SetDefaultBranch sets field value
func (*SourceControlConfigGet200ResponseDataAnyOf3) SetOrg ¶
func (o *SourceControlConfigGet200ResponseDataAnyOf3) SetOrg(v string)
SetOrg sets field value
func (*SourceControlConfigGet200ResponseDataAnyOf3) SetProvider ¶
func (o *SourceControlConfigGet200ResponseDataAnyOf3) SetProvider(v string)
SetProvider sets field value
func (*SourceControlConfigGet200ResponseDataAnyOf3) SetRepo ¶
func (o *SourceControlConfigGet200ResponseDataAnyOf3) SetRepo(v string)
SetRepo sets field value
func (*SourceControlConfigGet200ResponseDataAnyOf3) SetRepoVersion ¶
func (o *SourceControlConfigGet200ResponseDataAnyOf3) SetRepoVersion(v string)
SetRepoVersion gets a reference to the given string and assigns it to the RepoVersion field.
func (SourceControlConfigGet200ResponseDataAnyOf3) ToMap ¶
func (o SourceControlConfigGet200ResponseDataAnyOf3) ToMap() (map[string]interface{}, error)
func (*SourceControlConfigGet200ResponseDataAnyOf3) UnmarshalJSON ¶
func (o *SourceControlConfigGet200ResponseDataAnyOf3) UnmarshalJSON(data []byte) (err error)
type SourceControlConfigGet200ResponseDataAnyOf3Config ¶
type SourceControlConfigGet200ResponseDataAnyOf3Config struct {
// Your Bitbucket username.
Username string `json:"username"`
// The domain used to access your self-hosted Bitbucket instance. Defaults to https://bitbucket.org/.
Url *string `json:"url,omitempty"`
// The REST API route for your self-hosted Bitbucket instance. Defaults to https://api.bitbucket.org/2.0.
EnterpriseApiUrl *string `json:"enterprise_api_url,omitempty"`
// Your Bitbucket app password.
AppPassword string `json:"app_password"`
}
SourceControlConfigGet200ResponseDataAnyOf3Config struct for SourceControlConfigGet200ResponseDataAnyOf3Config
func NewSourceControlConfigGet200ResponseDataAnyOf3Config ¶
func NewSourceControlConfigGet200ResponseDataAnyOf3Config(username string, appPassword string) *SourceControlConfigGet200ResponseDataAnyOf3Config
NewSourceControlConfigGet200ResponseDataAnyOf3Config instantiates a new SourceControlConfigGet200ResponseDataAnyOf3Config object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewSourceControlConfigGet200ResponseDataAnyOf3ConfigWithDefaults ¶
func NewSourceControlConfigGet200ResponseDataAnyOf3ConfigWithDefaults() *SourceControlConfigGet200ResponseDataAnyOf3Config
NewSourceControlConfigGet200ResponseDataAnyOf3ConfigWithDefaults instantiates a new SourceControlConfigGet200ResponseDataAnyOf3Config object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*SourceControlConfigGet200ResponseDataAnyOf3Config) GetAppPassword ¶
func (o *SourceControlConfigGet200ResponseDataAnyOf3Config) GetAppPassword() string
GetAppPassword returns the AppPassword field value
func (*SourceControlConfigGet200ResponseDataAnyOf3Config) GetAppPasswordOk ¶
func (o *SourceControlConfigGet200ResponseDataAnyOf3Config) GetAppPasswordOk() (*string, bool)
GetAppPasswordOk returns a tuple with the AppPassword field value and a boolean to check if the value has been set.
func (*SourceControlConfigGet200ResponseDataAnyOf3Config) GetEnterpriseApiUrl ¶
func (o *SourceControlConfigGet200ResponseDataAnyOf3Config) GetEnterpriseApiUrl() string
GetEnterpriseApiUrl returns the EnterpriseApiUrl field value if set, zero value otherwise.
func (*SourceControlConfigGet200ResponseDataAnyOf3Config) GetEnterpriseApiUrlOk ¶
func (o *SourceControlConfigGet200ResponseDataAnyOf3Config) GetEnterpriseApiUrlOk() (*string, bool)
GetEnterpriseApiUrlOk returns a tuple with the EnterpriseApiUrl field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SourceControlConfigGet200ResponseDataAnyOf3Config) GetUrl ¶
func (o *SourceControlConfigGet200ResponseDataAnyOf3Config) GetUrl() string
GetUrl returns the Url field value if set, zero value otherwise.
func (*SourceControlConfigGet200ResponseDataAnyOf3Config) GetUrlOk ¶
func (o *SourceControlConfigGet200ResponseDataAnyOf3Config) 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 (*SourceControlConfigGet200ResponseDataAnyOf3Config) GetUsername ¶
func (o *SourceControlConfigGet200ResponseDataAnyOf3Config) GetUsername() string
GetUsername returns the Username field value
func (*SourceControlConfigGet200ResponseDataAnyOf3Config) GetUsernameOk ¶
func (o *SourceControlConfigGet200ResponseDataAnyOf3Config) GetUsernameOk() (*string, bool)
GetUsernameOk returns a tuple with the Username field value and a boolean to check if the value has been set.
func (*SourceControlConfigGet200ResponseDataAnyOf3Config) HasEnterpriseApiUrl ¶
func (o *SourceControlConfigGet200ResponseDataAnyOf3Config) HasEnterpriseApiUrl() bool
HasEnterpriseApiUrl returns a boolean if a field has been set.
func (*SourceControlConfigGet200ResponseDataAnyOf3Config) HasUrl ¶
func (o *SourceControlConfigGet200ResponseDataAnyOf3Config) HasUrl() bool
HasUrl returns a boolean if a field has been set.
func (SourceControlConfigGet200ResponseDataAnyOf3Config) MarshalJSON ¶
func (o SourceControlConfigGet200ResponseDataAnyOf3Config) MarshalJSON() ([]byte, error)
func (*SourceControlConfigGet200ResponseDataAnyOf3Config) SetAppPassword ¶
func (o *SourceControlConfigGet200ResponseDataAnyOf3Config) SetAppPassword(v string)
SetAppPassword sets field value
func (*SourceControlConfigGet200ResponseDataAnyOf3Config) SetEnterpriseApiUrl ¶
func (o *SourceControlConfigGet200ResponseDataAnyOf3Config) SetEnterpriseApiUrl(v string)
SetEnterpriseApiUrl gets a reference to the given string and assigns it to the EnterpriseApiUrl field.
func (*SourceControlConfigGet200ResponseDataAnyOf3Config) SetUrl ¶
func (o *SourceControlConfigGet200ResponseDataAnyOf3Config) SetUrl(v string)
SetUrl gets a reference to the given string and assigns it to the Url field.
func (*SourceControlConfigGet200ResponseDataAnyOf3Config) SetUsername ¶
func (o *SourceControlConfigGet200ResponseDataAnyOf3Config) SetUsername(v string)
SetUsername sets field value
func (SourceControlConfigGet200ResponseDataAnyOf3Config) ToMap ¶
func (o SourceControlConfigGet200ResponseDataAnyOf3Config) ToMap() (map[string]interface{}, error)
func (*SourceControlConfigGet200ResponseDataAnyOf3Config) UnmarshalJSON ¶
func (o *SourceControlConfigGet200ResponseDataAnyOf3Config) UnmarshalJSON(data []byte) (err error)
type SourceControlConfigGet200ResponseDataAnyOf4 ¶
type SourceControlConfigGet200ResponseDataAnyOf4 struct {
Config SourceControlConfigGet200ResponseDataAnyOf4Config `json:"config"`
Provider string `json:"provider"`
// The user or organization to which the repository belongs to.
Org string `json:"org"`
// The name of the repository you created to use with Retool.
Repo string `json:"repo"`
// The default branch, e.g., main.
DefaultBranch string `json:"default_branch"`
// Repositories using Toolscript are 2.0.0. Repositories using legacy YAML are 1.0.0.
RepoVersion *string `json:"repo_version,omitempty"`
AdditionalProperties map[string]interface{}
}
SourceControlConfigGet200ResponseDataAnyOf4 struct for SourceControlConfigGet200ResponseDataAnyOf4
func NewSourceControlConfigGet200ResponseDataAnyOf4 ¶
func NewSourceControlConfigGet200ResponseDataAnyOf4(config SourceControlConfigGet200ResponseDataAnyOf4Config, provider string, org string, repo string, defaultBranch string) *SourceControlConfigGet200ResponseDataAnyOf4
NewSourceControlConfigGet200ResponseDataAnyOf4 instantiates a new SourceControlConfigGet200ResponseDataAnyOf4 object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewSourceControlConfigGet200ResponseDataAnyOf4WithDefaults ¶
func NewSourceControlConfigGet200ResponseDataAnyOf4WithDefaults() *SourceControlConfigGet200ResponseDataAnyOf4
NewSourceControlConfigGet200ResponseDataAnyOf4WithDefaults instantiates a new SourceControlConfigGet200ResponseDataAnyOf4 object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*SourceControlConfigGet200ResponseDataAnyOf4) GetConfig ¶
func (o *SourceControlConfigGet200ResponseDataAnyOf4) GetConfig() SourceControlConfigGet200ResponseDataAnyOf4Config
GetConfig returns the Config field value
func (*SourceControlConfigGet200ResponseDataAnyOf4) GetConfigOk ¶
func (o *SourceControlConfigGet200ResponseDataAnyOf4) GetConfigOk() (*SourceControlConfigGet200ResponseDataAnyOf4Config, bool)
GetConfigOk returns a tuple with the Config field value and a boolean to check if the value has been set.
func (*SourceControlConfigGet200ResponseDataAnyOf4) GetDefaultBranch ¶
func (o *SourceControlConfigGet200ResponseDataAnyOf4) GetDefaultBranch() string
GetDefaultBranch returns the DefaultBranch field value
func (*SourceControlConfigGet200ResponseDataAnyOf4) GetDefaultBranchOk ¶
func (o *SourceControlConfigGet200ResponseDataAnyOf4) GetDefaultBranchOk() (*string, bool)
GetDefaultBranchOk returns a tuple with the DefaultBranch field value and a boolean to check if the value has been set.
func (*SourceControlConfigGet200ResponseDataAnyOf4) GetOrg ¶
func (o *SourceControlConfigGet200ResponseDataAnyOf4) GetOrg() string
GetOrg returns the Org field value
func (*SourceControlConfigGet200ResponseDataAnyOf4) GetOrgOk ¶
func (o *SourceControlConfigGet200ResponseDataAnyOf4) GetOrgOk() (*string, bool)
GetOrgOk returns a tuple with the Org field value and a boolean to check if the value has been set.
func (*SourceControlConfigGet200ResponseDataAnyOf4) GetProvider ¶
func (o *SourceControlConfigGet200ResponseDataAnyOf4) GetProvider() string
GetProvider returns the Provider field value
func (*SourceControlConfigGet200ResponseDataAnyOf4) GetProviderOk ¶
func (o *SourceControlConfigGet200ResponseDataAnyOf4) GetProviderOk() (*string, bool)
GetProviderOk returns a tuple with the Provider field value and a boolean to check if the value has been set.
func (*SourceControlConfigGet200ResponseDataAnyOf4) GetRepo ¶
func (o *SourceControlConfigGet200ResponseDataAnyOf4) GetRepo() string
GetRepo returns the Repo field value
func (*SourceControlConfigGet200ResponseDataAnyOf4) GetRepoOk ¶
func (o *SourceControlConfigGet200ResponseDataAnyOf4) GetRepoOk() (*string, bool)
GetRepoOk returns a tuple with the Repo field value and a boolean to check if the value has been set.
func (*SourceControlConfigGet200ResponseDataAnyOf4) GetRepoVersion ¶
func (o *SourceControlConfigGet200ResponseDataAnyOf4) GetRepoVersion() string
GetRepoVersion returns the RepoVersion field value if set, zero value otherwise.
func (*SourceControlConfigGet200ResponseDataAnyOf4) GetRepoVersionOk ¶
func (o *SourceControlConfigGet200ResponseDataAnyOf4) GetRepoVersionOk() (*string, bool)
GetRepoVersionOk returns a tuple with the RepoVersion field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SourceControlConfigGet200ResponseDataAnyOf4) HasRepoVersion ¶
func (o *SourceControlConfigGet200ResponseDataAnyOf4) HasRepoVersion() bool
HasRepoVersion returns a boolean if a field has been set.
func (SourceControlConfigGet200ResponseDataAnyOf4) MarshalJSON ¶
func (o SourceControlConfigGet200ResponseDataAnyOf4) MarshalJSON() ([]byte, error)
func (*SourceControlConfigGet200ResponseDataAnyOf4) SetConfig ¶
func (o *SourceControlConfigGet200ResponseDataAnyOf4) SetConfig(v SourceControlConfigGet200ResponseDataAnyOf4Config)
SetConfig sets field value
func (*SourceControlConfigGet200ResponseDataAnyOf4) SetDefaultBranch ¶
func (o *SourceControlConfigGet200ResponseDataAnyOf4) SetDefaultBranch(v string)
SetDefaultBranch sets field value
func (*SourceControlConfigGet200ResponseDataAnyOf4) SetOrg ¶
func (o *SourceControlConfigGet200ResponseDataAnyOf4) SetOrg(v string)
SetOrg sets field value
func (*SourceControlConfigGet200ResponseDataAnyOf4) SetProvider ¶
func (o *SourceControlConfigGet200ResponseDataAnyOf4) SetProvider(v string)
SetProvider sets field value
func (*SourceControlConfigGet200ResponseDataAnyOf4) SetRepo ¶
func (o *SourceControlConfigGet200ResponseDataAnyOf4) SetRepo(v string)
SetRepo sets field value
func (*SourceControlConfigGet200ResponseDataAnyOf4) SetRepoVersion ¶
func (o *SourceControlConfigGet200ResponseDataAnyOf4) SetRepoVersion(v string)
SetRepoVersion gets a reference to the given string and assigns it to the RepoVersion field.
func (SourceControlConfigGet200ResponseDataAnyOf4) ToMap ¶
func (o SourceControlConfigGet200ResponseDataAnyOf4) ToMap() (map[string]interface{}, error)
func (*SourceControlConfigGet200ResponseDataAnyOf4) UnmarshalJSON ¶
func (o *SourceControlConfigGet200ResponseDataAnyOf4) UnmarshalJSON(data []byte) (err error)
type SourceControlConfigGet200ResponseDataAnyOf4Config ¶
type SourceControlConfigGet200ResponseDataAnyOf4Config struct {
// Your base Azure URL. For Azure Cloud, this is always http://dev.azure.com. For Azure self-managed, this is the URL where your instance is hosted.
Url string `json:"url"`
// Your new or existing Azure DevOps project.
Project string `json:"project"`
// The Azure Repos username.
User string `json:"user"`
// The Azure project access tokens to authenticate to the Azure API.
PersonalAccessToken string `json:"personal_access_token"`
// Set this to true if you are using self-hosted Azure Repos.
UseBasicAuth bool `json:"use_basic_auth"`
}
SourceControlConfigGet200ResponseDataAnyOf4Config struct for SourceControlConfigGet200ResponseDataAnyOf4Config
func NewSourceControlConfigGet200ResponseDataAnyOf4Config ¶
func NewSourceControlConfigGet200ResponseDataAnyOf4Config(url string, project string, user string, personalAccessToken string, useBasicAuth bool) *SourceControlConfigGet200ResponseDataAnyOf4Config
NewSourceControlConfigGet200ResponseDataAnyOf4Config instantiates a new SourceControlConfigGet200ResponseDataAnyOf4Config object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewSourceControlConfigGet200ResponseDataAnyOf4ConfigWithDefaults ¶
func NewSourceControlConfigGet200ResponseDataAnyOf4ConfigWithDefaults() *SourceControlConfigGet200ResponseDataAnyOf4Config
NewSourceControlConfigGet200ResponseDataAnyOf4ConfigWithDefaults instantiates a new SourceControlConfigGet200ResponseDataAnyOf4Config object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*SourceControlConfigGet200ResponseDataAnyOf4Config) GetPersonalAccessToken ¶
func (o *SourceControlConfigGet200ResponseDataAnyOf4Config) GetPersonalAccessToken() string
GetPersonalAccessToken returns the PersonalAccessToken field value
func (*SourceControlConfigGet200ResponseDataAnyOf4Config) GetPersonalAccessTokenOk ¶
func (o *SourceControlConfigGet200ResponseDataAnyOf4Config) GetPersonalAccessTokenOk() (*string, bool)
GetPersonalAccessTokenOk returns a tuple with the PersonalAccessToken field value and a boolean to check if the value has been set.
func (*SourceControlConfigGet200ResponseDataAnyOf4Config) GetProject ¶
func (o *SourceControlConfigGet200ResponseDataAnyOf4Config) GetProject() string
GetProject returns the Project field value
func (*SourceControlConfigGet200ResponseDataAnyOf4Config) GetProjectOk ¶
func (o *SourceControlConfigGet200ResponseDataAnyOf4Config) GetProjectOk() (*string, bool)
GetProjectOk returns a tuple with the Project field value and a boolean to check if the value has been set.
func (*SourceControlConfigGet200ResponseDataAnyOf4Config) GetUrl ¶
func (o *SourceControlConfigGet200ResponseDataAnyOf4Config) GetUrl() string
GetUrl returns the Url field value
func (*SourceControlConfigGet200ResponseDataAnyOf4Config) GetUrlOk ¶
func (o *SourceControlConfigGet200ResponseDataAnyOf4Config) GetUrlOk() (*string, bool)
GetUrlOk returns a tuple with the Url field value and a boolean to check if the value has been set.
func (*SourceControlConfigGet200ResponseDataAnyOf4Config) GetUseBasicAuth ¶
func (o *SourceControlConfigGet200ResponseDataAnyOf4Config) GetUseBasicAuth() bool
GetUseBasicAuth returns the UseBasicAuth field value
func (*SourceControlConfigGet200ResponseDataAnyOf4Config) GetUseBasicAuthOk ¶
func (o *SourceControlConfigGet200ResponseDataAnyOf4Config) GetUseBasicAuthOk() (*bool, bool)
GetUseBasicAuthOk returns a tuple with the UseBasicAuth field value and a boolean to check if the value has been set.
func (*SourceControlConfigGet200ResponseDataAnyOf4Config) GetUser ¶
func (o *SourceControlConfigGet200ResponseDataAnyOf4Config) GetUser() string
GetUser returns the User field value
func (*SourceControlConfigGet200ResponseDataAnyOf4Config) GetUserOk ¶
func (o *SourceControlConfigGet200ResponseDataAnyOf4Config) GetUserOk() (*string, bool)
GetUserOk returns a tuple with the User field value and a boolean to check if the value has been set.
func (SourceControlConfigGet200ResponseDataAnyOf4Config) MarshalJSON ¶
func (o SourceControlConfigGet200ResponseDataAnyOf4Config) MarshalJSON() ([]byte, error)
func (*SourceControlConfigGet200ResponseDataAnyOf4Config) SetPersonalAccessToken ¶
func (o *SourceControlConfigGet200ResponseDataAnyOf4Config) SetPersonalAccessToken(v string)
SetPersonalAccessToken sets field value
func (*SourceControlConfigGet200ResponseDataAnyOf4Config) SetProject ¶
func (o *SourceControlConfigGet200ResponseDataAnyOf4Config) SetProject(v string)
SetProject sets field value
func (*SourceControlConfigGet200ResponseDataAnyOf4Config) SetUrl ¶
func (o *SourceControlConfigGet200ResponseDataAnyOf4Config) SetUrl(v string)
SetUrl sets field value
func (*SourceControlConfigGet200ResponseDataAnyOf4Config) SetUseBasicAuth ¶
func (o *SourceControlConfigGet200ResponseDataAnyOf4Config) SetUseBasicAuth(v bool)
SetUseBasicAuth sets field value
func (*SourceControlConfigGet200ResponseDataAnyOf4Config) SetUser ¶
func (o *SourceControlConfigGet200ResponseDataAnyOf4Config) SetUser(v string)
SetUser sets field value
func (SourceControlConfigGet200ResponseDataAnyOf4Config) ToMap ¶
func (o SourceControlConfigGet200ResponseDataAnyOf4Config) ToMap() (map[string]interface{}, error)
func (*SourceControlConfigGet200ResponseDataAnyOf4Config) UnmarshalJSON ¶
func (o *SourceControlConfigGet200ResponseDataAnyOf4Config) UnmarshalJSON(data []byte) (err error)
type SourceControlConfigGet200ResponseDataAnyOfConfig ¶
type SourceControlConfigGet200ResponseDataAnyOfConfig struct {
SourceControlConfigGet200ResponseDataAnyOfConfigAnyOf *SourceControlConfigGet200ResponseDataAnyOfConfigAnyOf
SourceControlConfigGet200ResponseDataAnyOfConfigAnyOf1 *SourceControlConfigGet200ResponseDataAnyOfConfigAnyOf1
}
SourceControlConfigGet200ResponseDataAnyOfConfig struct for SourceControlConfigGet200ResponseDataAnyOfConfig
func (SourceControlConfigGet200ResponseDataAnyOfConfig) MarshalJSON ¶
func (src SourceControlConfigGet200ResponseDataAnyOfConfig) MarshalJSON() ([]byte, error)
Marshal data from the first non-nil pointers in the struct to JSON
func (*SourceControlConfigGet200ResponseDataAnyOfConfig) UnmarshalJSON ¶
func (dst *SourceControlConfigGet200ResponseDataAnyOfConfig) UnmarshalJSON(data []byte) error
Unmarshal JSON data into any of the pointers in the struct
type SourceControlConfigGet200ResponseDataAnyOfConfigAnyOf ¶
type SourceControlConfigGet200ResponseDataAnyOfConfigAnyOf struct {
Type string `json:"type"`
// The GitHub App ID.
AppId string `json:"app_id"`
// The GitHub installation ID. This can be found at the end of the installation URL.
InstallationId string `json:"installation_id"`
// The base64-encoded private key.
PrivateKey string `json:"private_key"`
// The domain used to access your self-hosted GitHub instance.
Url *string `json:"url,omitempty"`
// The REST API route for your self-hosted GitHub instance. Defaults to https://[hostname]/api/v3.
EnterpriseApiUrl *string `json:"enterprise_api_url,omitempty"`
}
SourceControlConfigGet200ResponseDataAnyOfConfigAnyOf struct for SourceControlConfigGet200ResponseDataAnyOfConfigAnyOf
func NewSourceControlConfigGet200ResponseDataAnyOfConfigAnyOf ¶
func NewSourceControlConfigGet200ResponseDataAnyOfConfigAnyOf(type_ string, appId string, installationId string, privateKey string) *SourceControlConfigGet200ResponseDataAnyOfConfigAnyOf
NewSourceControlConfigGet200ResponseDataAnyOfConfigAnyOf instantiates a new SourceControlConfigGet200ResponseDataAnyOfConfigAnyOf object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewSourceControlConfigGet200ResponseDataAnyOfConfigAnyOfWithDefaults ¶
func NewSourceControlConfigGet200ResponseDataAnyOfConfigAnyOfWithDefaults() *SourceControlConfigGet200ResponseDataAnyOfConfigAnyOf
NewSourceControlConfigGet200ResponseDataAnyOfConfigAnyOfWithDefaults instantiates a new SourceControlConfigGet200ResponseDataAnyOfConfigAnyOf object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*SourceControlConfigGet200ResponseDataAnyOfConfigAnyOf) GetAppId ¶
func (o *SourceControlConfigGet200ResponseDataAnyOfConfigAnyOf) GetAppId() string
GetAppId returns the AppId field value
func (*SourceControlConfigGet200ResponseDataAnyOfConfigAnyOf) GetAppIdOk ¶
func (o *SourceControlConfigGet200ResponseDataAnyOfConfigAnyOf) GetAppIdOk() (*string, bool)
GetAppIdOk returns a tuple with the AppId field value and a boolean to check if the value has been set.
func (*SourceControlConfigGet200ResponseDataAnyOfConfigAnyOf) GetEnterpriseApiUrl ¶
func (o *SourceControlConfigGet200ResponseDataAnyOfConfigAnyOf) GetEnterpriseApiUrl() string
GetEnterpriseApiUrl returns the EnterpriseApiUrl field value if set, zero value otherwise.
func (*SourceControlConfigGet200ResponseDataAnyOfConfigAnyOf) GetEnterpriseApiUrlOk ¶
func (o *SourceControlConfigGet200ResponseDataAnyOfConfigAnyOf) GetEnterpriseApiUrlOk() (*string, bool)
GetEnterpriseApiUrlOk returns a tuple with the EnterpriseApiUrl field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SourceControlConfigGet200ResponseDataAnyOfConfigAnyOf) GetInstallationId ¶
func (o *SourceControlConfigGet200ResponseDataAnyOfConfigAnyOf) GetInstallationId() string
GetInstallationId returns the InstallationId field value
func (*SourceControlConfigGet200ResponseDataAnyOfConfigAnyOf) GetInstallationIdOk ¶
func (o *SourceControlConfigGet200ResponseDataAnyOfConfigAnyOf) GetInstallationIdOk() (*string, bool)
GetInstallationIdOk returns a tuple with the InstallationId field value and a boolean to check if the value has been set.
func (*SourceControlConfigGet200ResponseDataAnyOfConfigAnyOf) GetPrivateKey ¶
func (o *SourceControlConfigGet200ResponseDataAnyOfConfigAnyOf) GetPrivateKey() string
GetPrivateKey returns the PrivateKey field value
func (*SourceControlConfigGet200ResponseDataAnyOfConfigAnyOf) GetPrivateKeyOk ¶
func (o *SourceControlConfigGet200ResponseDataAnyOfConfigAnyOf) GetPrivateKeyOk() (*string, bool)
GetPrivateKeyOk returns a tuple with the PrivateKey field value and a boolean to check if the value has been set.
func (*SourceControlConfigGet200ResponseDataAnyOfConfigAnyOf) GetType ¶
func (o *SourceControlConfigGet200ResponseDataAnyOfConfigAnyOf) GetType() string
GetType returns the Type field value
func (*SourceControlConfigGet200ResponseDataAnyOfConfigAnyOf) GetTypeOk ¶
func (o *SourceControlConfigGet200ResponseDataAnyOfConfigAnyOf) GetTypeOk() (*string, bool)
GetTypeOk returns a tuple with the Type field value and a boolean to check if the value has been set.
func (*SourceControlConfigGet200ResponseDataAnyOfConfigAnyOf) GetUrl ¶
func (o *SourceControlConfigGet200ResponseDataAnyOfConfigAnyOf) GetUrl() string
GetUrl returns the Url field value if set, zero value otherwise.
func (*SourceControlConfigGet200ResponseDataAnyOfConfigAnyOf) GetUrlOk ¶
func (o *SourceControlConfigGet200ResponseDataAnyOfConfigAnyOf) 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 (*SourceControlConfigGet200ResponseDataAnyOfConfigAnyOf) HasEnterpriseApiUrl ¶
func (o *SourceControlConfigGet200ResponseDataAnyOfConfigAnyOf) HasEnterpriseApiUrl() bool
HasEnterpriseApiUrl returns a boolean if a field has been set.
func (*SourceControlConfigGet200ResponseDataAnyOfConfigAnyOf) HasUrl ¶
func (o *SourceControlConfigGet200ResponseDataAnyOfConfigAnyOf) HasUrl() bool
HasUrl returns a boolean if a field has been set.
func (SourceControlConfigGet200ResponseDataAnyOfConfigAnyOf) MarshalJSON ¶
func (o SourceControlConfigGet200ResponseDataAnyOfConfigAnyOf) MarshalJSON() ([]byte, error)
func (*SourceControlConfigGet200ResponseDataAnyOfConfigAnyOf) SetAppId ¶
func (o *SourceControlConfigGet200ResponseDataAnyOfConfigAnyOf) SetAppId(v string)
SetAppId sets field value
func (*SourceControlConfigGet200ResponseDataAnyOfConfigAnyOf) SetEnterpriseApiUrl ¶
func (o *SourceControlConfigGet200ResponseDataAnyOfConfigAnyOf) SetEnterpriseApiUrl(v string)
SetEnterpriseApiUrl gets a reference to the given string and assigns it to the EnterpriseApiUrl field.
func (*SourceControlConfigGet200ResponseDataAnyOfConfigAnyOf) SetInstallationId ¶
func (o *SourceControlConfigGet200ResponseDataAnyOfConfigAnyOf) SetInstallationId(v string)
SetInstallationId sets field value
func (*SourceControlConfigGet200ResponseDataAnyOfConfigAnyOf) SetPrivateKey ¶
func (o *SourceControlConfigGet200ResponseDataAnyOfConfigAnyOf) SetPrivateKey(v string)
SetPrivateKey sets field value
func (*SourceControlConfigGet200ResponseDataAnyOfConfigAnyOf) SetType ¶
func (o *SourceControlConfigGet200ResponseDataAnyOfConfigAnyOf) SetType(v string)
SetType sets field value
func (*SourceControlConfigGet200ResponseDataAnyOfConfigAnyOf) SetUrl ¶
func (o *SourceControlConfigGet200ResponseDataAnyOfConfigAnyOf) SetUrl(v string)
SetUrl gets a reference to the given string and assigns it to the Url field.
func (SourceControlConfigGet200ResponseDataAnyOfConfigAnyOf) ToMap ¶
func (o SourceControlConfigGet200ResponseDataAnyOfConfigAnyOf) ToMap() (map[string]interface{}, error)
func (*SourceControlConfigGet200ResponseDataAnyOfConfigAnyOf) UnmarshalJSON ¶
func (o *SourceControlConfigGet200ResponseDataAnyOfConfigAnyOf) UnmarshalJSON(data []byte) (err error)
type SourceControlConfigGet200ResponseDataAnyOfConfigAnyOf1 ¶
type SourceControlConfigGet200ResponseDataAnyOfConfigAnyOf1 struct {
Type string `json:"type"`
// The GitHub project access token to authenticate to the GitHub API.
PersonalAccessToken string `json:"personal_access_token"`
// The domain used to access your self-hosted GitHub instance.
Url *string `json:"url,omitempty"`
// The REST API route for your self-hosted GitHub instance. Defaults to https://[hostname]/api/v3.
EnterpriseApiUrl *string `json:"enterprise_api_url,omitempty"`
}
SourceControlConfigGet200ResponseDataAnyOfConfigAnyOf1 struct for SourceControlConfigGet200ResponseDataAnyOfConfigAnyOf1
func NewSourceControlConfigGet200ResponseDataAnyOfConfigAnyOf1 ¶
func NewSourceControlConfigGet200ResponseDataAnyOfConfigAnyOf1(type_ string, personalAccessToken string) *SourceControlConfigGet200ResponseDataAnyOfConfigAnyOf1
NewSourceControlConfigGet200ResponseDataAnyOfConfigAnyOf1 instantiates a new SourceControlConfigGet200ResponseDataAnyOfConfigAnyOf1 object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewSourceControlConfigGet200ResponseDataAnyOfConfigAnyOf1WithDefaults ¶
func NewSourceControlConfigGet200ResponseDataAnyOfConfigAnyOf1WithDefaults() *SourceControlConfigGet200ResponseDataAnyOfConfigAnyOf1
NewSourceControlConfigGet200ResponseDataAnyOfConfigAnyOf1WithDefaults instantiates a new SourceControlConfigGet200ResponseDataAnyOfConfigAnyOf1 object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*SourceControlConfigGet200ResponseDataAnyOfConfigAnyOf1) GetEnterpriseApiUrl ¶
func (o *SourceControlConfigGet200ResponseDataAnyOfConfigAnyOf1) GetEnterpriseApiUrl() string
GetEnterpriseApiUrl returns the EnterpriseApiUrl field value if set, zero value otherwise.
func (*SourceControlConfigGet200ResponseDataAnyOfConfigAnyOf1) GetEnterpriseApiUrlOk ¶
func (o *SourceControlConfigGet200ResponseDataAnyOfConfigAnyOf1) GetEnterpriseApiUrlOk() (*string, bool)
GetEnterpriseApiUrlOk returns a tuple with the EnterpriseApiUrl field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SourceControlConfigGet200ResponseDataAnyOfConfigAnyOf1) GetPersonalAccessToken ¶
func (o *SourceControlConfigGet200ResponseDataAnyOfConfigAnyOf1) GetPersonalAccessToken() string
GetPersonalAccessToken returns the PersonalAccessToken field value
func (*SourceControlConfigGet200ResponseDataAnyOfConfigAnyOf1) GetPersonalAccessTokenOk ¶
func (o *SourceControlConfigGet200ResponseDataAnyOfConfigAnyOf1) GetPersonalAccessTokenOk() (*string, bool)
GetPersonalAccessTokenOk returns a tuple with the PersonalAccessToken field value and a boolean to check if the value has been set.
func (*SourceControlConfigGet200ResponseDataAnyOfConfigAnyOf1) GetType ¶
func (o *SourceControlConfigGet200ResponseDataAnyOfConfigAnyOf1) GetType() string
GetType returns the Type field value
func (*SourceControlConfigGet200ResponseDataAnyOfConfigAnyOf1) GetTypeOk ¶
func (o *SourceControlConfigGet200ResponseDataAnyOfConfigAnyOf1) GetTypeOk() (*string, bool)
GetTypeOk returns a tuple with the Type field value and a boolean to check if the value has been set.
func (*SourceControlConfigGet200ResponseDataAnyOfConfigAnyOf1) GetUrl ¶
func (o *SourceControlConfigGet200ResponseDataAnyOfConfigAnyOf1) GetUrl() string
GetUrl returns the Url field value if set, zero value otherwise.
func (*SourceControlConfigGet200ResponseDataAnyOfConfigAnyOf1) GetUrlOk ¶
func (o *SourceControlConfigGet200ResponseDataAnyOfConfigAnyOf1) 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 (*SourceControlConfigGet200ResponseDataAnyOfConfigAnyOf1) HasEnterpriseApiUrl ¶
func (o *SourceControlConfigGet200ResponseDataAnyOfConfigAnyOf1) HasEnterpriseApiUrl() bool
HasEnterpriseApiUrl returns a boolean if a field has been set.
func (*SourceControlConfigGet200ResponseDataAnyOfConfigAnyOf1) HasUrl ¶
func (o *SourceControlConfigGet200ResponseDataAnyOfConfigAnyOf1) HasUrl() bool
HasUrl returns a boolean if a field has been set.
func (SourceControlConfigGet200ResponseDataAnyOfConfigAnyOf1) MarshalJSON ¶
func (o SourceControlConfigGet200ResponseDataAnyOfConfigAnyOf1) MarshalJSON() ([]byte, error)
func (*SourceControlConfigGet200ResponseDataAnyOfConfigAnyOf1) SetEnterpriseApiUrl ¶
func (o *SourceControlConfigGet200ResponseDataAnyOfConfigAnyOf1) SetEnterpriseApiUrl(v string)
SetEnterpriseApiUrl gets a reference to the given string and assigns it to the EnterpriseApiUrl field.
func (*SourceControlConfigGet200ResponseDataAnyOfConfigAnyOf1) SetPersonalAccessToken ¶
func (o *SourceControlConfigGet200ResponseDataAnyOfConfigAnyOf1) SetPersonalAccessToken(v string)
SetPersonalAccessToken sets field value
func (*SourceControlConfigGet200ResponseDataAnyOfConfigAnyOf1) SetType ¶
func (o *SourceControlConfigGet200ResponseDataAnyOfConfigAnyOf1) SetType(v string)
SetType sets field value
func (*SourceControlConfigGet200ResponseDataAnyOfConfigAnyOf1) SetUrl ¶
func (o *SourceControlConfigGet200ResponseDataAnyOfConfigAnyOf1) SetUrl(v string)
SetUrl gets a reference to the given string and assigns it to the Url field.
func (SourceControlConfigGet200ResponseDataAnyOfConfigAnyOf1) ToMap ¶
func (o SourceControlConfigGet200ResponseDataAnyOfConfigAnyOf1) ToMap() (map[string]interface{}, error)
func (*SourceControlConfigGet200ResponseDataAnyOfConfigAnyOf1) UnmarshalJSON ¶
func (o *SourceControlConfigGet200ResponseDataAnyOfConfigAnyOf1) UnmarshalJSON(data []byte) (err error)
type SourceControlConfigGet200ResponseDataOneOf ¶
type SourceControlConfigGet200ResponseDataOneOf struct {
Config SourceControlConfigGet200ResponseDataOneOfConfig `json:"config"`
Provider string `json:"provider"`
// The user or organization to which the repository belongs to.
Org string `json:"org"`
// The name of the repository you created to use with Retool.
Repo string `json:"repo"`
// The default branch, e.g., main.
DefaultBranch string `json:"default_branch"`
// Repositories using Toolscript are 2.0.0. Repositories using legacy YAML are 1.0.0.
RepoVersion *string `json:"repo_version,omitempty"`
AdditionalProperties map[string]interface{}
}
SourceControlConfigGet200ResponseDataOneOf struct for SourceControlConfigGet200ResponseDataOneOf
func NewSourceControlConfigGet200ResponseDataOneOf ¶
func NewSourceControlConfigGet200ResponseDataOneOf(config SourceControlConfigGet200ResponseDataOneOfConfig, provider string, org string, repo string, defaultBranch string) *SourceControlConfigGet200ResponseDataOneOf
NewSourceControlConfigGet200ResponseDataOneOf instantiates a new SourceControlConfigGet200ResponseDataOneOf object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewSourceControlConfigGet200ResponseDataOneOfWithDefaults ¶
func NewSourceControlConfigGet200ResponseDataOneOfWithDefaults() *SourceControlConfigGet200ResponseDataOneOf
NewSourceControlConfigGet200ResponseDataOneOfWithDefaults instantiates a new SourceControlConfigGet200ResponseDataOneOf object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*SourceControlConfigGet200ResponseDataOneOf) GetConfig ¶
func (o *SourceControlConfigGet200ResponseDataOneOf) GetConfig() SourceControlConfigGet200ResponseDataOneOfConfig
GetConfig returns the Config field value
func (*SourceControlConfigGet200ResponseDataOneOf) GetConfigOk ¶
func (o *SourceControlConfigGet200ResponseDataOneOf) GetConfigOk() (*SourceControlConfigGet200ResponseDataOneOfConfig, bool)
GetConfigOk returns a tuple with the Config field value and a boolean to check if the value has been set.
func (*SourceControlConfigGet200ResponseDataOneOf) GetDefaultBranch ¶
func (o *SourceControlConfigGet200ResponseDataOneOf) GetDefaultBranch() string
GetDefaultBranch returns the DefaultBranch field value
func (*SourceControlConfigGet200ResponseDataOneOf) GetDefaultBranchOk ¶
func (o *SourceControlConfigGet200ResponseDataOneOf) GetDefaultBranchOk() (*string, bool)
GetDefaultBranchOk returns a tuple with the DefaultBranch field value and a boolean to check if the value has been set.
func (*SourceControlConfigGet200ResponseDataOneOf) GetOrg ¶
func (o *SourceControlConfigGet200ResponseDataOneOf) GetOrg() string
GetOrg returns the Org field value
func (*SourceControlConfigGet200ResponseDataOneOf) GetOrgOk ¶
func (o *SourceControlConfigGet200ResponseDataOneOf) GetOrgOk() (*string, bool)
GetOrgOk returns a tuple with the Org field value and a boolean to check if the value has been set.
func (*SourceControlConfigGet200ResponseDataOneOf) GetProvider ¶
func (o *SourceControlConfigGet200ResponseDataOneOf) GetProvider() string
GetProvider returns the Provider field value
func (*SourceControlConfigGet200ResponseDataOneOf) GetProviderOk ¶
func (o *SourceControlConfigGet200ResponseDataOneOf) GetProviderOk() (*string, bool)
GetProviderOk returns a tuple with the Provider field value and a boolean to check if the value has been set.
func (*SourceControlConfigGet200ResponseDataOneOf) GetRepo ¶
func (o *SourceControlConfigGet200ResponseDataOneOf) GetRepo() string
GetRepo returns the Repo field value
func (*SourceControlConfigGet200ResponseDataOneOf) GetRepoOk ¶
func (o *SourceControlConfigGet200ResponseDataOneOf) GetRepoOk() (*string, bool)
GetRepoOk returns a tuple with the Repo field value and a boolean to check if the value has been set.
func (*SourceControlConfigGet200ResponseDataOneOf) GetRepoVersion ¶
func (o *SourceControlConfigGet200ResponseDataOneOf) GetRepoVersion() string
GetRepoVersion returns the RepoVersion field value if set, zero value otherwise.
func (*SourceControlConfigGet200ResponseDataOneOf) GetRepoVersionOk ¶
func (o *SourceControlConfigGet200ResponseDataOneOf) GetRepoVersionOk() (*string, bool)
GetRepoVersionOk returns a tuple with the RepoVersion field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SourceControlConfigGet200ResponseDataOneOf) HasRepoVersion ¶
func (o *SourceControlConfigGet200ResponseDataOneOf) HasRepoVersion() bool
HasRepoVersion returns a boolean if a field has been set.
func (SourceControlConfigGet200ResponseDataOneOf) MarshalJSON ¶
func (o SourceControlConfigGet200ResponseDataOneOf) MarshalJSON() ([]byte, error)
func (*SourceControlConfigGet200ResponseDataOneOf) SetConfig ¶
func (o *SourceControlConfigGet200ResponseDataOneOf) SetConfig(v SourceControlConfigGet200ResponseDataOneOfConfig)
SetConfig sets field value
func (*SourceControlConfigGet200ResponseDataOneOf) SetDefaultBranch ¶
func (o *SourceControlConfigGet200ResponseDataOneOf) SetDefaultBranch(v string)
SetDefaultBranch sets field value
func (*SourceControlConfigGet200ResponseDataOneOf) SetOrg ¶
func (o *SourceControlConfigGet200ResponseDataOneOf) SetOrg(v string)
SetOrg sets field value
func (*SourceControlConfigGet200ResponseDataOneOf) SetProvider ¶
func (o *SourceControlConfigGet200ResponseDataOneOf) SetProvider(v string)
SetProvider sets field value
func (*SourceControlConfigGet200ResponseDataOneOf) SetRepo ¶
func (o *SourceControlConfigGet200ResponseDataOneOf) SetRepo(v string)
SetRepo sets field value
func (*SourceControlConfigGet200ResponseDataOneOf) SetRepoVersion ¶
func (o *SourceControlConfigGet200ResponseDataOneOf) SetRepoVersion(v string)
SetRepoVersion gets a reference to the given string and assigns it to the RepoVersion field.
func (SourceControlConfigGet200ResponseDataOneOf) ToMap ¶
func (o SourceControlConfigGet200ResponseDataOneOf) ToMap() (map[string]interface{}, error)
func (*SourceControlConfigGet200ResponseDataOneOf) UnmarshalJSON ¶
func (o *SourceControlConfigGet200ResponseDataOneOf) UnmarshalJSON(data []byte) (err error)
type SourceControlConfigGet200ResponseDataOneOf1 ¶
type SourceControlConfigGet200ResponseDataOneOf1 struct {
Config SourceControlConfigGet200ResponseDataOneOf1Config `json:"config"`
Provider string `json:"provider"`
// The user or organization to which the repository belongs to.
Org string `json:"org"`
// The name of the repository you created to use with Retool.
Repo string `json:"repo"`
// The default branch, e.g., main.
DefaultBranch string `json:"default_branch"`
// Repositories using Toolscript are 2.0.0. Repositories using legacy YAML are 1.0.0.
RepoVersion *string `json:"repo_version,omitempty"`
AdditionalProperties map[string]interface{}
}
SourceControlConfigGet200ResponseDataOneOf1 struct for SourceControlConfigGet200ResponseDataOneOf1
func NewSourceControlConfigGet200ResponseDataOneOf1 ¶
func NewSourceControlConfigGet200ResponseDataOneOf1(config SourceControlConfigGet200ResponseDataOneOf1Config, provider string, org string, repo string, defaultBranch string) *SourceControlConfigGet200ResponseDataOneOf1
NewSourceControlConfigGet200ResponseDataOneOf1 instantiates a new SourceControlConfigGet200ResponseDataOneOf1 object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewSourceControlConfigGet200ResponseDataOneOf1WithDefaults ¶
func NewSourceControlConfigGet200ResponseDataOneOf1WithDefaults() *SourceControlConfigGet200ResponseDataOneOf1
NewSourceControlConfigGet200ResponseDataOneOf1WithDefaults instantiates a new SourceControlConfigGet200ResponseDataOneOf1 object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*SourceControlConfigGet200ResponseDataOneOf1) GetConfig ¶
func (o *SourceControlConfigGet200ResponseDataOneOf1) GetConfig() SourceControlConfigGet200ResponseDataOneOf1Config
GetConfig returns the Config field value
func (*SourceControlConfigGet200ResponseDataOneOf1) GetConfigOk ¶
func (o *SourceControlConfigGet200ResponseDataOneOf1) GetConfigOk() (*SourceControlConfigGet200ResponseDataOneOf1Config, bool)
GetConfigOk returns a tuple with the Config field value and a boolean to check if the value has been set.
func (*SourceControlConfigGet200ResponseDataOneOf1) GetDefaultBranch ¶
func (o *SourceControlConfigGet200ResponseDataOneOf1) GetDefaultBranch() string
GetDefaultBranch returns the DefaultBranch field value
func (*SourceControlConfigGet200ResponseDataOneOf1) GetDefaultBranchOk ¶
func (o *SourceControlConfigGet200ResponseDataOneOf1) GetDefaultBranchOk() (*string, bool)
GetDefaultBranchOk returns a tuple with the DefaultBranch field value and a boolean to check if the value has been set.
func (*SourceControlConfigGet200ResponseDataOneOf1) GetOrg ¶
func (o *SourceControlConfigGet200ResponseDataOneOf1) GetOrg() string
GetOrg returns the Org field value
func (*SourceControlConfigGet200ResponseDataOneOf1) GetOrgOk ¶
func (o *SourceControlConfigGet200ResponseDataOneOf1) GetOrgOk() (*string, bool)
GetOrgOk returns a tuple with the Org field value and a boolean to check if the value has been set.
func (*SourceControlConfigGet200ResponseDataOneOf1) GetProvider ¶
func (o *SourceControlConfigGet200ResponseDataOneOf1) GetProvider() string
GetProvider returns the Provider field value
func (*SourceControlConfigGet200ResponseDataOneOf1) GetProviderOk ¶
func (o *SourceControlConfigGet200ResponseDataOneOf1) GetProviderOk() (*string, bool)
GetProviderOk returns a tuple with the Provider field value and a boolean to check if the value has been set.
func (*SourceControlConfigGet200ResponseDataOneOf1) GetRepo ¶
func (o *SourceControlConfigGet200ResponseDataOneOf1) GetRepo() string
GetRepo returns the Repo field value
func (*SourceControlConfigGet200ResponseDataOneOf1) GetRepoOk ¶
func (o *SourceControlConfigGet200ResponseDataOneOf1) GetRepoOk() (*string, bool)
GetRepoOk returns a tuple with the Repo field value and a boolean to check if the value has been set.
func (*SourceControlConfigGet200ResponseDataOneOf1) GetRepoVersion ¶
func (o *SourceControlConfigGet200ResponseDataOneOf1) GetRepoVersion() string
GetRepoVersion returns the RepoVersion field value if set, zero value otherwise.
func (*SourceControlConfigGet200ResponseDataOneOf1) GetRepoVersionOk ¶
func (o *SourceControlConfigGet200ResponseDataOneOf1) GetRepoVersionOk() (*string, bool)
GetRepoVersionOk returns a tuple with the RepoVersion field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SourceControlConfigGet200ResponseDataOneOf1) HasRepoVersion ¶
func (o *SourceControlConfigGet200ResponseDataOneOf1) HasRepoVersion() bool
HasRepoVersion returns a boolean if a field has been set.
func (SourceControlConfigGet200ResponseDataOneOf1) MarshalJSON ¶
func (o SourceControlConfigGet200ResponseDataOneOf1) MarshalJSON() ([]byte, error)
func (*SourceControlConfigGet200ResponseDataOneOf1) SetConfig ¶
func (o *SourceControlConfigGet200ResponseDataOneOf1) SetConfig(v SourceControlConfigGet200ResponseDataOneOf1Config)
SetConfig sets field value
func (*SourceControlConfigGet200ResponseDataOneOf1) SetDefaultBranch ¶
func (o *SourceControlConfigGet200ResponseDataOneOf1) SetDefaultBranch(v string)
SetDefaultBranch sets field value
func (*SourceControlConfigGet200ResponseDataOneOf1) SetOrg ¶
func (o *SourceControlConfigGet200ResponseDataOneOf1) SetOrg(v string)
SetOrg sets field value
func (*SourceControlConfigGet200ResponseDataOneOf1) SetProvider ¶
func (o *SourceControlConfigGet200ResponseDataOneOf1) SetProvider(v string)
SetProvider sets field value
func (*SourceControlConfigGet200ResponseDataOneOf1) SetRepo ¶
func (o *SourceControlConfigGet200ResponseDataOneOf1) SetRepo(v string)
SetRepo sets field value
func (*SourceControlConfigGet200ResponseDataOneOf1) SetRepoVersion ¶
func (o *SourceControlConfigGet200ResponseDataOneOf1) SetRepoVersion(v string)
SetRepoVersion gets a reference to the given string and assigns it to the RepoVersion field.
func (SourceControlConfigGet200ResponseDataOneOf1) ToMap ¶
func (o SourceControlConfigGet200ResponseDataOneOf1) ToMap() (map[string]interface{}, error)
func (*SourceControlConfigGet200ResponseDataOneOf1) UnmarshalJSON ¶
func (o *SourceControlConfigGet200ResponseDataOneOf1) UnmarshalJSON(data []byte) (err error)
type SourceControlConfigGet200ResponseDataOneOf1Config ¶
type SourceControlConfigGet200ResponseDataOneOf1Config struct {
// The numerical project ID for your GitLab project. Find this ID listed below the project's name on the project's homepage.
ProjectId float32 `json:"project_id"`
// Your base GitLab URL. On GitLab Cloud, this is always https://gitlab.com. On GitLab self-managed, this is the URL where your instance is hosted.
Url string `json:"url"`
// The GitLab project access token to authenticate to the GitLab API.
ProjectAccessToken string `json:"project_access_token"`
}
SourceControlConfigGet200ResponseDataOneOf1Config struct for SourceControlConfigGet200ResponseDataOneOf1Config
func NewSourceControlConfigGet200ResponseDataOneOf1Config ¶
func NewSourceControlConfigGet200ResponseDataOneOf1Config(projectId float32, url string, projectAccessToken string) *SourceControlConfigGet200ResponseDataOneOf1Config
NewSourceControlConfigGet200ResponseDataOneOf1Config instantiates a new SourceControlConfigGet200ResponseDataOneOf1Config object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewSourceControlConfigGet200ResponseDataOneOf1ConfigWithDefaults ¶
func NewSourceControlConfigGet200ResponseDataOneOf1ConfigWithDefaults() *SourceControlConfigGet200ResponseDataOneOf1Config
NewSourceControlConfigGet200ResponseDataOneOf1ConfigWithDefaults instantiates a new SourceControlConfigGet200ResponseDataOneOf1Config object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*SourceControlConfigGet200ResponseDataOneOf1Config) GetProjectAccessToken ¶
func (o *SourceControlConfigGet200ResponseDataOneOf1Config) GetProjectAccessToken() string
GetProjectAccessToken returns the ProjectAccessToken field value
func (*SourceControlConfigGet200ResponseDataOneOf1Config) GetProjectAccessTokenOk ¶
func (o *SourceControlConfigGet200ResponseDataOneOf1Config) GetProjectAccessTokenOk() (*string, bool)
GetProjectAccessTokenOk returns a tuple with the ProjectAccessToken field value and a boolean to check if the value has been set.
func (*SourceControlConfigGet200ResponseDataOneOf1Config) GetProjectId ¶
func (o *SourceControlConfigGet200ResponseDataOneOf1Config) GetProjectId() float32
GetProjectId returns the ProjectId field value
func (*SourceControlConfigGet200ResponseDataOneOf1Config) GetProjectIdOk ¶
func (o *SourceControlConfigGet200ResponseDataOneOf1Config) GetProjectIdOk() (*float32, bool)
GetProjectIdOk returns a tuple with the ProjectId field value and a boolean to check if the value has been set.
func (*SourceControlConfigGet200ResponseDataOneOf1Config) GetUrl ¶
func (o *SourceControlConfigGet200ResponseDataOneOf1Config) GetUrl() string
GetUrl returns the Url field value
func (*SourceControlConfigGet200ResponseDataOneOf1Config) GetUrlOk ¶
func (o *SourceControlConfigGet200ResponseDataOneOf1Config) GetUrlOk() (*string, bool)
GetUrlOk returns a tuple with the Url field value and a boolean to check if the value has been set.
func (SourceControlConfigGet200ResponseDataOneOf1Config) MarshalJSON ¶
func (o SourceControlConfigGet200ResponseDataOneOf1Config) MarshalJSON() ([]byte, error)
func (*SourceControlConfigGet200ResponseDataOneOf1Config) SetProjectAccessToken ¶
func (o *SourceControlConfigGet200ResponseDataOneOf1Config) SetProjectAccessToken(v string)
SetProjectAccessToken sets field value
func (*SourceControlConfigGet200ResponseDataOneOf1Config) SetProjectId ¶
func (o *SourceControlConfigGet200ResponseDataOneOf1Config) SetProjectId(v float32)
SetProjectId sets field value
func (*SourceControlConfigGet200ResponseDataOneOf1Config) SetUrl ¶
func (o *SourceControlConfigGet200ResponseDataOneOf1Config) SetUrl(v string)
SetUrl sets field value
func (SourceControlConfigGet200ResponseDataOneOf1Config) ToMap ¶
func (o SourceControlConfigGet200ResponseDataOneOf1Config) ToMap() (map[string]interface{}, error)
func (*SourceControlConfigGet200ResponseDataOneOf1Config) UnmarshalJSON ¶
func (o *SourceControlConfigGet200ResponseDataOneOf1Config) UnmarshalJSON(data []byte) (err error)
type SourceControlConfigGet200ResponseDataOneOf2 ¶
type SourceControlConfigGet200ResponseDataOneOf2 struct {
Config SourceControlConfigGet200ResponseDataOneOf2Config `json:"config"`
Provider string `json:"provider"`
// The user or organization to which the repository belongs to.
Org string `json:"org"`
// The name of the repository you created to use with Retool.
Repo string `json:"repo"`
// The default branch, e.g., main.
DefaultBranch string `json:"default_branch"`
// Repositories using Toolscript are 2.0.0. Repositories using legacy YAML are 1.0.0.
RepoVersion *string `json:"repo_version,omitempty"`
AdditionalProperties map[string]interface{}
}
SourceControlConfigGet200ResponseDataOneOf2 struct for SourceControlConfigGet200ResponseDataOneOf2
func NewSourceControlConfigGet200ResponseDataOneOf2 ¶
func NewSourceControlConfigGet200ResponseDataOneOf2(config SourceControlConfigGet200ResponseDataOneOf2Config, provider string, org string, repo string, defaultBranch string) *SourceControlConfigGet200ResponseDataOneOf2
NewSourceControlConfigGet200ResponseDataOneOf2 instantiates a new SourceControlConfigGet200ResponseDataOneOf2 object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewSourceControlConfigGet200ResponseDataOneOf2WithDefaults ¶
func NewSourceControlConfigGet200ResponseDataOneOf2WithDefaults() *SourceControlConfigGet200ResponseDataOneOf2
NewSourceControlConfigGet200ResponseDataOneOf2WithDefaults instantiates a new SourceControlConfigGet200ResponseDataOneOf2 object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*SourceControlConfigGet200ResponseDataOneOf2) GetConfig ¶
func (o *SourceControlConfigGet200ResponseDataOneOf2) GetConfig() SourceControlConfigGet200ResponseDataOneOf2Config
GetConfig returns the Config field value
func (*SourceControlConfigGet200ResponseDataOneOf2) GetConfigOk ¶
func (o *SourceControlConfigGet200ResponseDataOneOf2) GetConfigOk() (*SourceControlConfigGet200ResponseDataOneOf2Config, bool)
GetConfigOk returns a tuple with the Config field value and a boolean to check if the value has been set.
func (*SourceControlConfigGet200ResponseDataOneOf2) GetDefaultBranch ¶
func (o *SourceControlConfigGet200ResponseDataOneOf2) GetDefaultBranch() string
GetDefaultBranch returns the DefaultBranch field value
func (*SourceControlConfigGet200ResponseDataOneOf2) GetDefaultBranchOk ¶
func (o *SourceControlConfigGet200ResponseDataOneOf2) GetDefaultBranchOk() (*string, bool)
GetDefaultBranchOk returns a tuple with the DefaultBranch field value and a boolean to check if the value has been set.
func (*SourceControlConfigGet200ResponseDataOneOf2) GetOrg ¶
func (o *SourceControlConfigGet200ResponseDataOneOf2) GetOrg() string
GetOrg returns the Org field value
func (*SourceControlConfigGet200ResponseDataOneOf2) GetOrgOk ¶
func (o *SourceControlConfigGet200ResponseDataOneOf2) GetOrgOk() (*string, bool)
GetOrgOk returns a tuple with the Org field value and a boolean to check if the value has been set.
func (*SourceControlConfigGet200ResponseDataOneOf2) GetProvider ¶
func (o *SourceControlConfigGet200ResponseDataOneOf2) GetProvider() string
GetProvider returns the Provider field value
func (*SourceControlConfigGet200ResponseDataOneOf2) GetProviderOk ¶
func (o *SourceControlConfigGet200ResponseDataOneOf2) GetProviderOk() (*string, bool)
GetProviderOk returns a tuple with the Provider field value and a boolean to check if the value has been set.
func (*SourceControlConfigGet200ResponseDataOneOf2) GetRepo ¶
func (o *SourceControlConfigGet200ResponseDataOneOf2) GetRepo() string
GetRepo returns the Repo field value
func (*SourceControlConfigGet200ResponseDataOneOf2) GetRepoOk ¶
func (o *SourceControlConfigGet200ResponseDataOneOf2) GetRepoOk() (*string, bool)
GetRepoOk returns a tuple with the Repo field value and a boolean to check if the value has been set.
func (*SourceControlConfigGet200ResponseDataOneOf2) GetRepoVersion ¶
func (o *SourceControlConfigGet200ResponseDataOneOf2) GetRepoVersion() string
GetRepoVersion returns the RepoVersion field value if set, zero value otherwise.
func (*SourceControlConfigGet200ResponseDataOneOf2) GetRepoVersionOk ¶
func (o *SourceControlConfigGet200ResponseDataOneOf2) GetRepoVersionOk() (*string, bool)
GetRepoVersionOk returns a tuple with the RepoVersion field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SourceControlConfigGet200ResponseDataOneOf2) HasRepoVersion ¶
func (o *SourceControlConfigGet200ResponseDataOneOf2) HasRepoVersion() bool
HasRepoVersion returns a boolean if a field has been set.
func (SourceControlConfigGet200ResponseDataOneOf2) MarshalJSON ¶
func (o SourceControlConfigGet200ResponseDataOneOf2) MarshalJSON() ([]byte, error)
func (*SourceControlConfigGet200ResponseDataOneOf2) SetConfig ¶
func (o *SourceControlConfigGet200ResponseDataOneOf2) SetConfig(v SourceControlConfigGet200ResponseDataOneOf2Config)
SetConfig sets field value
func (*SourceControlConfigGet200ResponseDataOneOf2) SetDefaultBranch ¶
func (o *SourceControlConfigGet200ResponseDataOneOf2) SetDefaultBranch(v string)
SetDefaultBranch sets field value
func (*SourceControlConfigGet200ResponseDataOneOf2) SetOrg ¶
func (o *SourceControlConfigGet200ResponseDataOneOf2) SetOrg(v string)
SetOrg sets field value
func (*SourceControlConfigGet200ResponseDataOneOf2) SetProvider ¶
func (o *SourceControlConfigGet200ResponseDataOneOf2) SetProvider(v string)
SetProvider sets field value
func (*SourceControlConfigGet200ResponseDataOneOf2) SetRepo ¶
func (o *SourceControlConfigGet200ResponseDataOneOf2) SetRepo(v string)
SetRepo sets field value
func (*SourceControlConfigGet200ResponseDataOneOf2) SetRepoVersion ¶
func (o *SourceControlConfigGet200ResponseDataOneOf2) SetRepoVersion(v string)
SetRepoVersion gets a reference to the given string and assigns it to the RepoVersion field.
func (SourceControlConfigGet200ResponseDataOneOf2) ToMap ¶
func (o SourceControlConfigGet200ResponseDataOneOf2) ToMap() (map[string]interface{}, error)
func (*SourceControlConfigGet200ResponseDataOneOf2) UnmarshalJSON ¶
func (o *SourceControlConfigGet200ResponseDataOneOf2) UnmarshalJSON(data []byte) (err error)
type SourceControlConfigGet200ResponseDataOneOf2Config ¶
type SourceControlConfigGet200ResponseDataOneOf2Config struct {
// The domain used to access your self-hosted AWS CodeCommit instance.
Url string `json:"url"`
// The region of the CodeCommit repository.
Region string `json:"region"`
// The Access key ID from your AWSCodeCommitFullAccess policy.
AccessKeyId string `json:"access_key_id"`
// The Secret Access Key from your AWSCodeCommitFullAccess policy
SecretAccessKey string `json:"secret_access_key"`
// The HTTPS username from your security credentials.
HttpsUsername string `json:"https_username"`
// The HTTPS password from your security credentials.
HttpsPassword string `json:"https_password"`
}
SourceControlConfigGet200ResponseDataOneOf2Config struct for SourceControlConfigGet200ResponseDataOneOf2Config
func NewSourceControlConfigGet200ResponseDataOneOf2Config ¶
func NewSourceControlConfigGet200ResponseDataOneOf2Config(url string, region string, accessKeyId string, secretAccessKey string, httpsUsername string, httpsPassword string) *SourceControlConfigGet200ResponseDataOneOf2Config
NewSourceControlConfigGet200ResponseDataOneOf2Config instantiates a new SourceControlConfigGet200ResponseDataOneOf2Config object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewSourceControlConfigGet200ResponseDataOneOf2ConfigWithDefaults ¶
func NewSourceControlConfigGet200ResponseDataOneOf2ConfigWithDefaults() *SourceControlConfigGet200ResponseDataOneOf2Config
NewSourceControlConfigGet200ResponseDataOneOf2ConfigWithDefaults instantiates a new SourceControlConfigGet200ResponseDataOneOf2Config object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*SourceControlConfigGet200ResponseDataOneOf2Config) GetAccessKeyId ¶
func (o *SourceControlConfigGet200ResponseDataOneOf2Config) GetAccessKeyId() string
GetAccessKeyId returns the AccessKeyId field value
func (*SourceControlConfigGet200ResponseDataOneOf2Config) GetAccessKeyIdOk ¶
func (o *SourceControlConfigGet200ResponseDataOneOf2Config) GetAccessKeyIdOk() (*string, bool)
GetAccessKeyIdOk returns a tuple with the AccessKeyId field value and a boolean to check if the value has been set.
func (*SourceControlConfigGet200ResponseDataOneOf2Config) GetHttpsPassword ¶
func (o *SourceControlConfigGet200ResponseDataOneOf2Config) GetHttpsPassword() string
GetHttpsPassword returns the HttpsPassword field value
func (*SourceControlConfigGet200ResponseDataOneOf2Config) GetHttpsPasswordOk ¶
func (o *SourceControlConfigGet200ResponseDataOneOf2Config) GetHttpsPasswordOk() (*string, bool)
GetHttpsPasswordOk returns a tuple with the HttpsPassword field value and a boolean to check if the value has been set.
func (*SourceControlConfigGet200ResponseDataOneOf2Config) GetHttpsUsername ¶
func (o *SourceControlConfigGet200ResponseDataOneOf2Config) GetHttpsUsername() string
GetHttpsUsername returns the HttpsUsername field value
func (*SourceControlConfigGet200ResponseDataOneOf2Config) GetHttpsUsernameOk ¶
func (o *SourceControlConfigGet200ResponseDataOneOf2Config) GetHttpsUsernameOk() (*string, bool)
GetHttpsUsernameOk returns a tuple with the HttpsUsername field value and a boolean to check if the value has been set.
func (*SourceControlConfigGet200ResponseDataOneOf2Config) GetRegion ¶
func (o *SourceControlConfigGet200ResponseDataOneOf2Config) GetRegion() string
GetRegion returns the Region field value
func (*SourceControlConfigGet200ResponseDataOneOf2Config) GetRegionOk ¶
func (o *SourceControlConfigGet200ResponseDataOneOf2Config) GetRegionOk() (*string, bool)
GetRegionOk returns a tuple with the Region field value and a boolean to check if the value has been set.
func (*SourceControlConfigGet200ResponseDataOneOf2Config) GetSecretAccessKey ¶
func (o *SourceControlConfigGet200ResponseDataOneOf2Config) GetSecretAccessKey() string
GetSecretAccessKey returns the SecretAccessKey field value
func (*SourceControlConfigGet200ResponseDataOneOf2Config) GetSecretAccessKeyOk ¶
func (o *SourceControlConfigGet200ResponseDataOneOf2Config) GetSecretAccessKeyOk() (*string, bool)
GetSecretAccessKeyOk returns a tuple with the SecretAccessKey field value and a boolean to check if the value has been set.
func (*SourceControlConfigGet200ResponseDataOneOf2Config) GetUrl ¶
func (o *SourceControlConfigGet200ResponseDataOneOf2Config) GetUrl() string
GetUrl returns the Url field value
func (*SourceControlConfigGet200ResponseDataOneOf2Config) GetUrlOk ¶
func (o *SourceControlConfigGet200ResponseDataOneOf2Config) GetUrlOk() (*string, bool)
GetUrlOk returns a tuple with the Url field value and a boolean to check if the value has been set.
func (SourceControlConfigGet200ResponseDataOneOf2Config) MarshalJSON ¶
func (o SourceControlConfigGet200ResponseDataOneOf2Config) MarshalJSON() ([]byte, error)
func (*SourceControlConfigGet200ResponseDataOneOf2Config) SetAccessKeyId ¶
func (o *SourceControlConfigGet200ResponseDataOneOf2Config) SetAccessKeyId(v string)
SetAccessKeyId sets field value
func (*SourceControlConfigGet200ResponseDataOneOf2Config) SetHttpsPassword ¶
func (o *SourceControlConfigGet200ResponseDataOneOf2Config) SetHttpsPassword(v string)
SetHttpsPassword sets field value
func (*SourceControlConfigGet200ResponseDataOneOf2Config) SetHttpsUsername ¶
func (o *SourceControlConfigGet200ResponseDataOneOf2Config) SetHttpsUsername(v string)
SetHttpsUsername sets field value
func (*SourceControlConfigGet200ResponseDataOneOf2Config) SetRegion ¶
func (o *SourceControlConfigGet200ResponseDataOneOf2Config) SetRegion(v string)
SetRegion sets field value
func (*SourceControlConfigGet200ResponseDataOneOf2Config) SetSecretAccessKey ¶
func (o *SourceControlConfigGet200ResponseDataOneOf2Config) SetSecretAccessKey(v string)
SetSecretAccessKey sets field value
func (*SourceControlConfigGet200ResponseDataOneOf2Config) SetUrl ¶
func (o *SourceControlConfigGet200ResponseDataOneOf2Config) SetUrl(v string)
SetUrl sets field value
func (SourceControlConfigGet200ResponseDataOneOf2Config) ToMap ¶
func (o SourceControlConfigGet200ResponseDataOneOf2Config) ToMap() (map[string]interface{}, error)
func (*SourceControlConfigGet200ResponseDataOneOf2Config) UnmarshalJSON ¶
func (o *SourceControlConfigGet200ResponseDataOneOf2Config) UnmarshalJSON(data []byte) (err error)
type SourceControlConfigGet200ResponseDataOneOf3 ¶
type SourceControlConfigGet200ResponseDataOneOf3 struct {
Config SourceControlConfigGet200ResponseDataOneOf3Config `json:"config"`
Provider string `json:"provider"`
// The user or organization to which the repository belongs to.
Org string `json:"org"`
// The name of the repository you created to use with Retool.
Repo string `json:"repo"`
// The default branch, e.g., main.
DefaultBranch string `json:"default_branch"`
// Repositories using Toolscript are 2.0.0. Repositories using legacy YAML are 1.0.0.
RepoVersion *string `json:"repo_version,omitempty"`
AdditionalProperties map[string]interface{}
}
SourceControlConfigGet200ResponseDataOneOf3 struct for SourceControlConfigGet200ResponseDataOneOf3
func NewSourceControlConfigGet200ResponseDataOneOf3 ¶
func NewSourceControlConfigGet200ResponseDataOneOf3(config SourceControlConfigGet200ResponseDataOneOf3Config, provider string, org string, repo string, defaultBranch string) *SourceControlConfigGet200ResponseDataOneOf3
NewSourceControlConfigGet200ResponseDataOneOf3 instantiates a new SourceControlConfigGet200ResponseDataOneOf3 object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewSourceControlConfigGet200ResponseDataOneOf3WithDefaults ¶
func NewSourceControlConfigGet200ResponseDataOneOf3WithDefaults() *SourceControlConfigGet200ResponseDataOneOf3
NewSourceControlConfigGet200ResponseDataOneOf3WithDefaults instantiates a new SourceControlConfigGet200ResponseDataOneOf3 object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*SourceControlConfigGet200ResponseDataOneOf3) GetConfig ¶
func (o *SourceControlConfigGet200ResponseDataOneOf3) GetConfig() SourceControlConfigGet200ResponseDataOneOf3Config
GetConfig returns the Config field value
func (*SourceControlConfigGet200ResponseDataOneOf3) GetConfigOk ¶
func (o *SourceControlConfigGet200ResponseDataOneOf3) GetConfigOk() (*SourceControlConfigGet200ResponseDataOneOf3Config, bool)
GetConfigOk returns a tuple with the Config field value and a boolean to check if the value has been set.
func (*SourceControlConfigGet200ResponseDataOneOf3) GetDefaultBranch ¶
func (o *SourceControlConfigGet200ResponseDataOneOf3) GetDefaultBranch() string
GetDefaultBranch returns the DefaultBranch field value
func (*SourceControlConfigGet200ResponseDataOneOf3) GetDefaultBranchOk ¶
func (o *SourceControlConfigGet200ResponseDataOneOf3) GetDefaultBranchOk() (*string, bool)
GetDefaultBranchOk returns a tuple with the DefaultBranch field value and a boolean to check if the value has been set.
func (*SourceControlConfigGet200ResponseDataOneOf3) GetOrg ¶
func (o *SourceControlConfigGet200ResponseDataOneOf3) GetOrg() string
GetOrg returns the Org field value
func (*SourceControlConfigGet200ResponseDataOneOf3) GetOrgOk ¶
func (o *SourceControlConfigGet200ResponseDataOneOf3) GetOrgOk() (*string, bool)
GetOrgOk returns a tuple with the Org field value and a boolean to check if the value has been set.
func (*SourceControlConfigGet200ResponseDataOneOf3) GetProvider ¶
func (o *SourceControlConfigGet200ResponseDataOneOf3) GetProvider() string
GetProvider returns the Provider field value
func (*SourceControlConfigGet200ResponseDataOneOf3) GetProviderOk ¶
func (o *SourceControlConfigGet200ResponseDataOneOf3) GetProviderOk() (*string, bool)
GetProviderOk returns a tuple with the Provider field value and a boolean to check if the value has been set.
func (*SourceControlConfigGet200ResponseDataOneOf3) GetRepo ¶
func (o *SourceControlConfigGet200ResponseDataOneOf3) GetRepo() string
GetRepo returns the Repo field value
func (*SourceControlConfigGet200ResponseDataOneOf3) GetRepoOk ¶
func (o *SourceControlConfigGet200ResponseDataOneOf3) GetRepoOk() (*string, bool)
GetRepoOk returns a tuple with the Repo field value and a boolean to check if the value has been set.
func (*SourceControlConfigGet200ResponseDataOneOf3) GetRepoVersion ¶
func (o *SourceControlConfigGet200ResponseDataOneOf3) GetRepoVersion() string
GetRepoVersion returns the RepoVersion field value if set, zero value otherwise.
func (*SourceControlConfigGet200ResponseDataOneOf3) GetRepoVersionOk ¶
func (o *SourceControlConfigGet200ResponseDataOneOf3) GetRepoVersionOk() (*string, bool)
GetRepoVersionOk returns a tuple with the RepoVersion field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SourceControlConfigGet200ResponseDataOneOf3) HasRepoVersion ¶
func (o *SourceControlConfigGet200ResponseDataOneOf3) HasRepoVersion() bool
HasRepoVersion returns a boolean if a field has been set.
func (SourceControlConfigGet200ResponseDataOneOf3) MarshalJSON ¶
func (o SourceControlConfigGet200ResponseDataOneOf3) MarshalJSON() ([]byte, error)
func (*SourceControlConfigGet200ResponseDataOneOf3) SetConfig ¶
func (o *SourceControlConfigGet200ResponseDataOneOf3) SetConfig(v SourceControlConfigGet200ResponseDataOneOf3Config)
SetConfig sets field value
func (*SourceControlConfigGet200ResponseDataOneOf3) SetDefaultBranch ¶
func (o *SourceControlConfigGet200ResponseDataOneOf3) SetDefaultBranch(v string)
SetDefaultBranch sets field value
func (*SourceControlConfigGet200ResponseDataOneOf3) SetOrg ¶
func (o *SourceControlConfigGet200ResponseDataOneOf3) SetOrg(v string)
SetOrg sets field value
func (*SourceControlConfigGet200ResponseDataOneOf3) SetProvider ¶
func (o *SourceControlConfigGet200ResponseDataOneOf3) SetProvider(v string)
SetProvider sets field value
func (*SourceControlConfigGet200ResponseDataOneOf3) SetRepo ¶
func (o *SourceControlConfigGet200ResponseDataOneOf3) SetRepo(v string)
SetRepo sets field value
func (*SourceControlConfigGet200ResponseDataOneOf3) SetRepoVersion ¶
func (o *SourceControlConfigGet200ResponseDataOneOf3) SetRepoVersion(v string)
SetRepoVersion gets a reference to the given string and assigns it to the RepoVersion field.
func (SourceControlConfigGet200ResponseDataOneOf3) ToMap ¶
func (o SourceControlConfigGet200ResponseDataOneOf3) ToMap() (map[string]interface{}, error)
func (*SourceControlConfigGet200ResponseDataOneOf3) UnmarshalJSON ¶
func (o *SourceControlConfigGet200ResponseDataOneOf3) UnmarshalJSON(data []byte) (err error)
type SourceControlConfigGet200ResponseDataOneOf3Config ¶
type SourceControlConfigGet200ResponseDataOneOf3Config struct {
// Your Bitbucket username.
Username string `json:"username"`
// The domain used to access your self-hosted Bitbucket instance. Defaults to https://bitbucket.org/.
Url *string `json:"url,omitempty"`
// The REST API route for your self-hosted Bitbucket instance. Defaults to https://api.bitbucket.org/2.0.
EnterpriseApiUrl *string `json:"enterprise_api_url,omitempty"`
// Your Bitbucket app password.
AppPassword string `json:"app_password"`
}
SourceControlConfigGet200ResponseDataOneOf3Config struct for SourceControlConfigGet200ResponseDataOneOf3Config
func NewSourceControlConfigGet200ResponseDataOneOf3Config ¶
func NewSourceControlConfigGet200ResponseDataOneOf3Config(username string, appPassword string) *SourceControlConfigGet200ResponseDataOneOf3Config
NewSourceControlConfigGet200ResponseDataOneOf3Config instantiates a new SourceControlConfigGet200ResponseDataOneOf3Config object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewSourceControlConfigGet200ResponseDataOneOf3ConfigWithDefaults ¶
func NewSourceControlConfigGet200ResponseDataOneOf3ConfigWithDefaults() *SourceControlConfigGet200ResponseDataOneOf3Config
NewSourceControlConfigGet200ResponseDataOneOf3ConfigWithDefaults instantiates a new SourceControlConfigGet200ResponseDataOneOf3Config object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*SourceControlConfigGet200ResponseDataOneOf3Config) GetAppPassword ¶
func (o *SourceControlConfigGet200ResponseDataOneOf3Config) GetAppPassword() string
GetAppPassword returns the AppPassword field value
func (*SourceControlConfigGet200ResponseDataOneOf3Config) GetAppPasswordOk ¶
func (o *SourceControlConfigGet200ResponseDataOneOf3Config) GetAppPasswordOk() (*string, bool)
GetAppPasswordOk returns a tuple with the AppPassword field value and a boolean to check if the value has been set.
func (*SourceControlConfigGet200ResponseDataOneOf3Config) GetEnterpriseApiUrl ¶
func (o *SourceControlConfigGet200ResponseDataOneOf3Config) GetEnterpriseApiUrl() string
GetEnterpriseApiUrl returns the EnterpriseApiUrl field value if set, zero value otherwise.
func (*SourceControlConfigGet200ResponseDataOneOf3Config) GetEnterpriseApiUrlOk ¶
func (o *SourceControlConfigGet200ResponseDataOneOf3Config) GetEnterpriseApiUrlOk() (*string, bool)
GetEnterpriseApiUrlOk returns a tuple with the EnterpriseApiUrl field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SourceControlConfigGet200ResponseDataOneOf3Config) GetUrl ¶
func (o *SourceControlConfigGet200ResponseDataOneOf3Config) GetUrl() string
GetUrl returns the Url field value if set, zero value otherwise.
func (*SourceControlConfigGet200ResponseDataOneOf3Config) GetUrlOk ¶
func (o *SourceControlConfigGet200ResponseDataOneOf3Config) 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 (*SourceControlConfigGet200ResponseDataOneOf3Config) GetUsername ¶
func (o *SourceControlConfigGet200ResponseDataOneOf3Config) GetUsername() string
GetUsername returns the Username field value
func (*SourceControlConfigGet200ResponseDataOneOf3Config) GetUsernameOk ¶
func (o *SourceControlConfigGet200ResponseDataOneOf3Config) GetUsernameOk() (*string, bool)
GetUsernameOk returns a tuple with the Username field value and a boolean to check if the value has been set.
func (*SourceControlConfigGet200ResponseDataOneOf3Config) HasEnterpriseApiUrl ¶
func (o *SourceControlConfigGet200ResponseDataOneOf3Config) HasEnterpriseApiUrl() bool
HasEnterpriseApiUrl returns a boolean if a field has been set.
func (*SourceControlConfigGet200ResponseDataOneOf3Config) HasUrl ¶
func (o *SourceControlConfigGet200ResponseDataOneOf3Config) HasUrl() bool
HasUrl returns a boolean if a field has been set.
func (SourceControlConfigGet200ResponseDataOneOf3Config) MarshalJSON ¶
func (o SourceControlConfigGet200ResponseDataOneOf3Config) MarshalJSON() ([]byte, error)
func (*SourceControlConfigGet200ResponseDataOneOf3Config) SetAppPassword ¶
func (o *SourceControlConfigGet200ResponseDataOneOf3Config) SetAppPassword(v string)
SetAppPassword sets field value
func (*SourceControlConfigGet200ResponseDataOneOf3Config) SetEnterpriseApiUrl ¶
func (o *SourceControlConfigGet200ResponseDataOneOf3Config) SetEnterpriseApiUrl(v string)
SetEnterpriseApiUrl gets a reference to the given string and assigns it to the EnterpriseApiUrl field.
func (*SourceControlConfigGet200ResponseDataOneOf3Config) SetUrl ¶
func (o *SourceControlConfigGet200ResponseDataOneOf3Config) SetUrl(v string)
SetUrl gets a reference to the given string and assigns it to the Url field.
func (*SourceControlConfigGet200ResponseDataOneOf3Config) SetUsername ¶
func (o *SourceControlConfigGet200ResponseDataOneOf3Config) SetUsername(v string)
SetUsername sets field value
func (SourceControlConfigGet200ResponseDataOneOf3Config) ToMap ¶
func (o SourceControlConfigGet200ResponseDataOneOf3Config) ToMap() (map[string]interface{}, error)
func (*SourceControlConfigGet200ResponseDataOneOf3Config) UnmarshalJSON ¶
func (o *SourceControlConfigGet200ResponseDataOneOf3Config) UnmarshalJSON(data []byte) (err error)
type SourceControlConfigGet200ResponseDataOneOf4 ¶
type SourceControlConfigGet200ResponseDataOneOf4 struct {
Config SourceControlConfigGet200ResponseDataOneOf4Config `json:"config"`
Provider string `json:"provider"`
// The user or organization to which the repository belongs to.
Org string `json:"org"`
// The name of the repository you created to use with Retool.
Repo string `json:"repo"`
// The default branch, e.g., main.
DefaultBranch string `json:"default_branch"`
// Repositories using Toolscript are 2.0.0. Repositories using legacy YAML are 1.0.0.
RepoVersion *string `json:"repo_version,omitempty"`
AdditionalProperties map[string]interface{}
}
SourceControlConfigGet200ResponseDataOneOf4 struct for SourceControlConfigGet200ResponseDataOneOf4
func NewSourceControlConfigGet200ResponseDataOneOf4 ¶
func NewSourceControlConfigGet200ResponseDataOneOf4(config SourceControlConfigGet200ResponseDataOneOf4Config, provider string, org string, repo string, defaultBranch string) *SourceControlConfigGet200ResponseDataOneOf4
NewSourceControlConfigGet200ResponseDataOneOf4 instantiates a new SourceControlConfigGet200ResponseDataOneOf4 object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewSourceControlConfigGet200ResponseDataOneOf4WithDefaults ¶
func NewSourceControlConfigGet200ResponseDataOneOf4WithDefaults() *SourceControlConfigGet200ResponseDataOneOf4
NewSourceControlConfigGet200ResponseDataOneOf4WithDefaults instantiates a new SourceControlConfigGet200ResponseDataOneOf4 object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*SourceControlConfigGet200ResponseDataOneOf4) GetConfig ¶
func (o *SourceControlConfigGet200ResponseDataOneOf4) GetConfig() SourceControlConfigGet200ResponseDataOneOf4Config
GetConfig returns the Config field value
func (*SourceControlConfigGet200ResponseDataOneOf4) GetConfigOk ¶
func (o *SourceControlConfigGet200ResponseDataOneOf4) GetConfigOk() (*SourceControlConfigGet200ResponseDataOneOf4Config, bool)
GetConfigOk returns a tuple with the Config field value and a boolean to check if the value has been set.
func (*SourceControlConfigGet200ResponseDataOneOf4) GetDefaultBranch ¶
func (o *SourceControlConfigGet200ResponseDataOneOf4) GetDefaultBranch() string
GetDefaultBranch returns the DefaultBranch field value
func (*SourceControlConfigGet200ResponseDataOneOf4) GetDefaultBranchOk ¶
func (o *SourceControlConfigGet200ResponseDataOneOf4) GetDefaultBranchOk() (*string, bool)
GetDefaultBranchOk returns a tuple with the DefaultBranch field value and a boolean to check if the value has been set.
func (*SourceControlConfigGet200ResponseDataOneOf4) GetOrg ¶
func (o *SourceControlConfigGet200ResponseDataOneOf4) GetOrg() string
GetOrg returns the Org field value
func (*SourceControlConfigGet200ResponseDataOneOf4) GetOrgOk ¶
func (o *SourceControlConfigGet200ResponseDataOneOf4) GetOrgOk() (*string, bool)
GetOrgOk returns a tuple with the Org field value and a boolean to check if the value has been set.
func (*SourceControlConfigGet200ResponseDataOneOf4) GetProvider ¶
func (o *SourceControlConfigGet200ResponseDataOneOf4) GetProvider() string
GetProvider returns the Provider field value
func (*SourceControlConfigGet200ResponseDataOneOf4) GetProviderOk ¶
func (o *SourceControlConfigGet200ResponseDataOneOf4) GetProviderOk() (*string, bool)
GetProviderOk returns a tuple with the Provider field value and a boolean to check if the value has been set.
func (*SourceControlConfigGet200ResponseDataOneOf4) GetRepo ¶
func (o *SourceControlConfigGet200ResponseDataOneOf4) GetRepo() string
GetRepo returns the Repo field value
func (*SourceControlConfigGet200ResponseDataOneOf4) GetRepoOk ¶
func (o *SourceControlConfigGet200ResponseDataOneOf4) GetRepoOk() (*string, bool)
GetRepoOk returns a tuple with the Repo field value and a boolean to check if the value has been set.
func (*SourceControlConfigGet200ResponseDataOneOf4) GetRepoVersion ¶
func (o *SourceControlConfigGet200ResponseDataOneOf4) GetRepoVersion() string
GetRepoVersion returns the RepoVersion field value if set, zero value otherwise.
func (*SourceControlConfigGet200ResponseDataOneOf4) GetRepoVersionOk ¶
func (o *SourceControlConfigGet200ResponseDataOneOf4) GetRepoVersionOk() (*string, bool)
GetRepoVersionOk returns a tuple with the RepoVersion field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SourceControlConfigGet200ResponseDataOneOf4) HasRepoVersion ¶
func (o *SourceControlConfigGet200ResponseDataOneOf4) HasRepoVersion() bool
HasRepoVersion returns a boolean if a field has been set.
func (SourceControlConfigGet200ResponseDataOneOf4) MarshalJSON ¶
func (o SourceControlConfigGet200ResponseDataOneOf4) MarshalJSON() ([]byte, error)
func (*SourceControlConfigGet200ResponseDataOneOf4) SetConfig ¶
func (o *SourceControlConfigGet200ResponseDataOneOf4) SetConfig(v SourceControlConfigGet200ResponseDataOneOf4Config)
SetConfig sets field value
func (*SourceControlConfigGet200ResponseDataOneOf4) SetDefaultBranch ¶
func (o *SourceControlConfigGet200ResponseDataOneOf4) SetDefaultBranch(v string)
SetDefaultBranch sets field value
func (*SourceControlConfigGet200ResponseDataOneOf4) SetOrg ¶
func (o *SourceControlConfigGet200ResponseDataOneOf4) SetOrg(v string)
SetOrg sets field value
func (*SourceControlConfigGet200ResponseDataOneOf4) SetProvider ¶
func (o *SourceControlConfigGet200ResponseDataOneOf4) SetProvider(v string)
SetProvider sets field value
func (*SourceControlConfigGet200ResponseDataOneOf4) SetRepo ¶
func (o *SourceControlConfigGet200ResponseDataOneOf4) SetRepo(v string)
SetRepo sets field value
func (*SourceControlConfigGet200ResponseDataOneOf4) SetRepoVersion ¶
func (o *SourceControlConfigGet200ResponseDataOneOf4) SetRepoVersion(v string)
SetRepoVersion gets a reference to the given string and assigns it to the RepoVersion field.
func (SourceControlConfigGet200ResponseDataOneOf4) ToMap ¶
func (o SourceControlConfigGet200ResponseDataOneOf4) ToMap() (map[string]interface{}, error)
func (*SourceControlConfigGet200ResponseDataOneOf4) UnmarshalJSON ¶
func (o *SourceControlConfigGet200ResponseDataOneOf4) UnmarshalJSON(data []byte) (err error)
type SourceControlConfigGet200ResponseDataOneOf4Config ¶
type SourceControlConfigGet200ResponseDataOneOf4Config struct {
// Your base Azure URL. For Azure Cloud, this is always http://dev.azure.com. For Azure self-managed, this is the URL where your instance is hosted.
Url string `json:"url"`
// Your new or existing Azure DevOps project.
Project string `json:"project"`
// The Azure Repos username.
User string `json:"user"`
// The Azure project access tokens to authenticate to the Azure API.
PersonalAccessToken string `json:"personal_access_token"`
// Set this to true if you are using self-hosted Azure Repos.
UseBasicAuth bool `json:"use_basic_auth"`
}
SourceControlConfigGet200ResponseDataOneOf4Config struct for SourceControlConfigGet200ResponseDataOneOf4Config
func NewSourceControlConfigGet200ResponseDataOneOf4Config ¶
func NewSourceControlConfigGet200ResponseDataOneOf4Config(url string, project string, user string, personalAccessToken string, useBasicAuth bool) *SourceControlConfigGet200ResponseDataOneOf4Config
NewSourceControlConfigGet200ResponseDataOneOf4Config instantiates a new SourceControlConfigGet200ResponseDataOneOf4Config object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewSourceControlConfigGet200ResponseDataOneOf4ConfigWithDefaults ¶
func NewSourceControlConfigGet200ResponseDataOneOf4ConfigWithDefaults() *SourceControlConfigGet200ResponseDataOneOf4Config
NewSourceControlConfigGet200ResponseDataOneOf4ConfigWithDefaults instantiates a new SourceControlConfigGet200ResponseDataOneOf4Config object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*SourceControlConfigGet200ResponseDataOneOf4Config) GetPersonalAccessToken ¶
func (o *SourceControlConfigGet200ResponseDataOneOf4Config) GetPersonalAccessToken() string
GetPersonalAccessToken returns the PersonalAccessToken field value
func (*SourceControlConfigGet200ResponseDataOneOf4Config) GetPersonalAccessTokenOk ¶
func (o *SourceControlConfigGet200ResponseDataOneOf4Config) GetPersonalAccessTokenOk() (*string, bool)
GetPersonalAccessTokenOk returns a tuple with the PersonalAccessToken field value and a boolean to check if the value has been set.
func (*SourceControlConfigGet200ResponseDataOneOf4Config) GetProject ¶
func (o *SourceControlConfigGet200ResponseDataOneOf4Config) GetProject() string
GetProject returns the Project field value
func (*SourceControlConfigGet200ResponseDataOneOf4Config) GetProjectOk ¶
func (o *SourceControlConfigGet200ResponseDataOneOf4Config) GetProjectOk() (*string, bool)
GetProjectOk returns a tuple with the Project field value and a boolean to check if the value has been set.
func (*SourceControlConfigGet200ResponseDataOneOf4Config) GetUrl ¶
func (o *SourceControlConfigGet200ResponseDataOneOf4Config) GetUrl() string
GetUrl returns the Url field value
func (*SourceControlConfigGet200ResponseDataOneOf4Config) GetUrlOk ¶
func (o *SourceControlConfigGet200ResponseDataOneOf4Config) GetUrlOk() (*string, bool)
GetUrlOk returns a tuple with the Url field value and a boolean to check if the value has been set.
func (*SourceControlConfigGet200ResponseDataOneOf4Config) GetUseBasicAuth ¶
func (o *SourceControlConfigGet200ResponseDataOneOf4Config) GetUseBasicAuth() bool
GetUseBasicAuth returns the UseBasicAuth field value
func (*SourceControlConfigGet200ResponseDataOneOf4Config) GetUseBasicAuthOk ¶
func (o *SourceControlConfigGet200ResponseDataOneOf4Config) GetUseBasicAuthOk() (*bool, bool)
GetUseBasicAuthOk returns a tuple with the UseBasicAuth field value and a boolean to check if the value has been set.
func (*SourceControlConfigGet200ResponseDataOneOf4Config) GetUser ¶
func (o *SourceControlConfigGet200ResponseDataOneOf4Config) GetUser() string
GetUser returns the User field value
func (*SourceControlConfigGet200ResponseDataOneOf4Config) GetUserOk ¶
func (o *SourceControlConfigGet200ResponseDataOneOf4Config) GetUserOk() (*string, bool)
GetUserOk returns a tuple with the User field value and a boolean to check if the value has been set.
func (SourceControlConfigGet200ResponseDataOneOf4Config) MarshalJSON ¶
func (o SourceControlConfigGet200ResponseDataOneOf4Config) MarshalJSON() ([]byte, error)
func (*SourceControlConfigGet200ResponseDataOneOf4Config) SetPersonalAccessToken ¶
func (o *SourceControlConfigGet200ResponseDataOneOf4Config) SetPersonalAccessToken(v string)
SetPersonalAccessToken sets field value
func (*SourceControlConfigGet200ResponseDataOneOf4Config) SetProject ¶
func (o *SourceControlConfigGet200ResponseDataOneOf4Config) SetProject(v string)
SetProject sets field value
func (*SourceControlConfigGet200ResponseDataOneOf4Config) SetUrl ¶
func (o *SourceControlConfigGet200ResponseDataOneOf4Config) SetUrl(v string)
SetUrl sets field value
func (*SourceControlConfigGet200ResponseDataOneOf4Config) SetUseBasicAuth ¶
func (o *SourceControlConfigGet200ResponseDataOneOf4Config) SetUseBasicAuth(v bool)
SetUseBasicAuth sets field value
func (*SourceControlConfigGet200ResponseDataOneOf4Config) SetUser ¶
func (o *SourceControlConfigGet200ResponseDataOneOf4Config) SetUser(v string)
SetUser sets field value
func (SourceControlConfigGet200ResponseDataOneOf4Config) ToMap ¶
func (o SourceControlConfigGet200ResponseDataOneOf4Config) ToMap() (map[string]interface{}, error)
func (*SourceControlConfigGet200ResponseDataOneOf4Config) UnmarshalJSON ¶
func (o *SourceControlConfigGet200ResponseDataOneOf4Config) UnmarshalJSON(data []byte) (err error)
type SourceControlConfigGet200ResponseDataOneOfConfig ¶
type SourceControlConfigGet200ResponseDataOneOfConfig struct {
SourceControlConfigGet200ResponseDataOneOfConfigOneOf *SourceControlConfigGet200ResponseDataOneOfConfigOneOf
SourceControlConfigGet200ResponseDataOneOfConfigOneOf1 *SourceControlConfigGet200ResponseDataOneOfConfigOneOf1
}
SourceControlConfigGet200ResponseDataOneOfConfig - struct for SourceControlConfigGet200ResponseDataOneOfConfig
func SourceControlConfigGet200ResponseDataOneOfConfigOneOf1AsSourceControlConfigGet200ResponseDataOneOfConfig ¶
func SourceControlConfigGet200ResponseDataOneOfConfigOneOf1AsSourceControlConfigGet200ResponseDataOneOfConfig(v *SourceControlConfigGet200ResponseDataOneOfConfigOneOf1) SourceControlConfigGet200ResponseDataOneOfConfig
SourceControlConfigGet200ResponseDataOneOfConfigOneOf1AsSourceControlConfigGet200ResponseDataOneOfConfig is a convenience function that returns SourceControlConfigGet200ResponseDataOneOfConfigOneOf1 wrapped in SourceControlConfigGet200ResponseDataOneOfConfig
func SourceControlConfigGet200ResponseDataOneOfConfigOneOfAsSourceControlConfigGet200ResponseDataOneOfConfig ¶
func SourceControlConfigGet200ResponseDataOneOfConfigOneOfAsSourceControlConfigGet200ResponseDataOneOfConfig(v *SourceControlConfigGet200ResponseDataOneOfConfigOneOf) SourceControlConfigGet200ResponseDataOneOfConfig
SourceControlConfigGet200ResponseDataOneOfConfigOneOfAsSourceControlConfigGet200ResponseDataOneOfConfig is a convenience function that returns SourceControlConfigGet200ResponseDataOneOfConfigOneOf wrapped in SourceControlConfigGet200ResponseDataOneOfConfig
func (*SourceControlConfigGet200ResponseDataOneOfConfig) GetActualInstance ¶
func (obj *SourceControlConfigGet200ResponseDataOneOfConfig) GetActualInstance() interface{}
Get the actual instance
func (SourceControlConfigGet200ResponseDataOneOfConfig) MarshalJSON ¶
func (src SourceControlConfigGet200ResponseDataOneOfConfig) MarshalJSON() ([]byte, error)
Marshal data from the first non-nil pointers in the struct to JSON
func (*SourceControlConfigGet200ResponseDataOneOfConfig) UnmarshalJSON ¶
func (dst *SourceControlConfigGet200ResponseDataOneOfConfig) UnmarshalJSON(data []byte) error
Unmarshal JSON data into one of the pointers in the struct
type SourceControlConfigGet200ResponseDataOneOfConfigOneOf ¶
type SourceControlConfigGet200ResponseDataOneOfConfigOneOf struct {
Type string `json:"type"`
// The GitHub App ID.
AppId string `json:"app_id"`
// The GitHub installation ID. This can be found at the end of the installation URL.
InstallationId string `json:"installation_id"`
// The base64-encoded private key.
PrivateKey string `json:"private_key"`
// The domain used to access your self-hosted GitHub instance.
Url *string `json:"url,omitempty"`
// The REST API route for your self-hosted GitHub instance. Defaults to https://[hostname]/api/v3.
EnterpriseApiUrl *string `json:"enterprise_api_url,omitempty"`
}
SourceControlConfigGet200ResponseDataOneOfConfigOneOf struct for SourceControlConfigGet200ResponseDataOneOfConfigOneOf
func NewSourceControlConfigGet200ResponseDataOneOfConfigOneOf ¶
func NewSourceControlConfigGet200ResponseDataOneOfConfigOneOf(type_ string, appId string, installationId string, privateKey string) *SourceControlConfigGet200ResponseDataOneOfConfigOneOf
NewSourceControlConfigGet200ResponseDataOneOfConfigOneOf instantiates a new SourceControlConfigGet200ResponseDataOneOfConfigOneOf object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewSourceControlConfigGet200ResponseDataOneOfConfigOneOfWithDefaults ¶
func NewSourceControlConfigGet200ResponseDataOneOfConfigOneOfWithDefaults() *SourceControlConfigGet200ResponseDataOneOfConfigOneOf
NewSourceControlConfigGet200ResponseDataOneOfConfigOneOfWithDefaults instantiates a new SourceControlConfigGet200ResponseDataOneOfConfigOneOf object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*SourceControlConfigGet200ResponseDataOneOfConfigOneOf) GetAppId ¶
func (o *SourceControlConfigGet200ResponseDataOneOfConfigOneOf) GetAppId() string
GetAppId returns the AppId field value
func (*SourceControlConfigGet200ResponseDataOneOfConfigOneOf) GetAppIdOk ¶
func (o *SourceControlConfigGet200ResponseDataOneOfConfigOneOf) GetAppIdOk() (*string, bool)
GetAppIdOk returns a tuple with the AppId field value and a boolean to check if the value has been set.
func (*SourceControlConfigGet200ResponseDataOneOfConfigOneOf) GetEnterpriseApiUrl ¶
func (o *SourceControlConfigGet200ResponseDataOneOfConfigOneOf) GetEnterpriseApiUrl() string
GetEnterpriseApiUrl returns the EnterpriseApiUrl field value if set, zero value otherwise.
func (*SourceControlConfigGet200ResponseDataOneOfConfigOneOf) GetEnterpriseApiUrlOk ¶
func (o *SourceControlConfigGet200ResponseDataOneOfConfigOneOf) GetEnterpriseApiUrlOk() (*string, bool)
GetEnterpriseApiUrlOk returns a tuple with the EnterpriseApiUrl field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SourceControlConfigGet200ResponseDataOneOfConfigOneOf) GetInstallationId ¶
func (o *SourceControlConfigGet200ResponseDataOneOfConfigOneOf) GetInstallationId() string
GetInstallationId returns the InstallationId field value
func (*SourceControlConfigGet200ResponseDataOneOfConfigOneOf) GetInstallationIdOk ¶
func (o *SourceControlConfigGet200ResponseDataOneOfConfigOneOf) GetInstallationIdOk() (*string, bool)
GetInstallationIdOk returns a tuple with the InstallationId field value and a boolean to check if the value has been set.
func (*SourceControlConfigGet200ResponseDataOneOfConfigOneOf) GetPrivateKey ¶
func (o *SourceControlConfigGet200ResponseDataOneOfConfigOneOf) GetPrivateKey() string
GetPrivateKey returns the PrivateKey field value
func (*SourceControlConfigGet200ResponseDataOneOfConfigOneOf) GetPrivateKeyOk ¶
func (o *SourceControlConfigGet200ResponseDataOneOfConfigOneOf) GetPrivateKeyOk() (*string, bool)
GetPrivateKeyOk returns a tuple with the PrivateKey field value and a boolean to check if the value has been set.
func (*SourceControlConfigGet200ResponseDataOneOfConfigOneOf) GetType ¶
func (o *SourceControlConfigGet200ResponseDataOneOfConfigOneOf) GetType() string
GetType returns the Type field value
func (*SourceControlConfigGet200ResponseDataOneOfConfigOneOf) GetTypeOk ¶
func (o *SourceControlConfigGet200ResponseDataOneOfConfigOneOf) GetTypeOk() (*string, bool)
GetTypeOk returns a tuple with the Type field value and a boolean to check if the value has been set.
func (*SourceControlConfigGet200ResponseDataOneOfConfigOneOf) GetUrl ¶
func (o *SourceControlConfigGet200ResponseDataOneOfConfigOneOf) GetUrl() string
GetUrl returns the Url field value if set, zero value otherwise.
func (*SourceControlConfigGet200ResponseDataOneOfConfigOneOf) GetUrlOk ¶
func (o *SourceControlConfigGet200ResponseDataOneOfConfigOneOf) 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 (*SourceControlConfigGet200ResponseDataOneOfConfigOneOf) HasEnterpriseApiUrl ¶
func (o *SourceControlConfigGet200ResponseDataOneOfConfigOneOf) HasEnterpriseApiUrl() bool
HasEnterpriseApiUrl returns a boolean if a field has been set.
func (*SourceControlConfigGet200ResponseDataOneOfConfigOneOf) HasUrl ¶
func (o *SourceControlConfigGet200ResponseDataOneOfConfigOneOf) HasUrl() bool
HasUrl returns a boolean if a field has been set.
func (SourceControlConfigGet200ResponseDataOneOfConfigOneOf) MarshalJSON ¶
func (o SourceControlConfigGet200ResponseDataOneOfConfigOneOf) MarshalJSON() ([]byte, error)
func (*SourceControlConfigGet200ResponseDataOneOfConfigOneOf) SetAppId ¶
func (o *SourceControlConfigGet200ResponseDataOneOfConfigOneOf) SetAppId(v string)
SetAppId sets field value
func (*SourceControlConfigGet200ResponseDataOneOfConfigOneOf) SetEnterpriseApiUrl ¶
func (o *SourceControlConfigGet200ResponseDataOneOfConfigOneOf) SetEnterpriseApiUrl(v string)
SetEnterpriseApiUrl gets a reference to the given string and assigns it to the EnterpriseApiUrl field.
func (*SourceControlConfigGet200ResponseDataOneOfConfigOneOf) SetInstallationId ¶
func (o *SourceControlConfigGet200ResponseDataOneOfConfigOneOf) SetInstallationId(v string)
SetInstallationId sets field value
func (*SourceControlConfigGet200ResponseDataOneOfConfigOneOf) SetPrivateKey ¶
func (o *SourceControlConfigGet200ResponseDataOneOfConfigOneOf) SetPrivateKey(v string)
SetPrivateKey sets field value
func (*SourceControlConfigGet200ResponseDataOneOfConfigOneOf) SetType ¶
func (o *SourceControlConfigGet200ResponseDataOneOfConfigOneOf) SetType(v string)
SetType sets field value
func (*SourceControlConfigGet200ResponseDataOneOfConfigOneOf) SetUrl ¶
func (o *SourceControlConfigGet200ResponseDataOneOfConfigOneOf) SetUrl(v string)
SetUrl gets a reference to the given string and assigns it to the Url field.
func (SourceControlConfigGet200ResponseDataOneOfConfigOneOf) ToMap ¶
func (o SourceControlConfigGet200ResponseDataOneOfConfigOneOf) ToMap() (map[string]interface{}, error)
func (*SourceControlConfigGet200ResponseDataOneOfConfigOneOf) UnmarshalJSON ¶
func (o *SourceControlConfigGet200ResponseDataOneOfConfigOneOf) UnmarshalJSON(data []byte) (err error)
type SourceControlConfigGet200ResponseDataOneOfConfigOneOf1 ¶
type SourceControlConfigGet200ResponseDataOneOfConfigOneOf1 struct {
Type string `json:"type"`
// The GitHub project access token to authenticate to the GitHub API.
PersonalAccessToken string `json:"personal_access_token"`
// The domain used to access your self-hosted GitHub instance.
Url *string `json:"url,omitempty"`
// The REST API route for your self-hosted GitHub instance. Defaults to https://[hostname]/api/v3.
EnterpriseApiUrl *string `json:"enterprise_api_url,omitempty"`
}
SourceControlConfigGet200ResponseDataOneOfConfigOneOf1 struct for SourceControlConfigGet200ResponseDataOneOfConfigOneOf1
func NewSourceControlConfigGet200ResponseDataOneOfConfigOneOf1 ¶
func NewSourceControlConfigGet200ResponseDataOneOfConfigOneOf1(type_ string, personalAccessToken string) *SourceControlConfigGet200ResponseDataOneOfConfigOneOf1
NewSourceControlConfigGet200ResponseDataOneOfConfigOneOf1 instantiates a new SourceControlConfigGet200ResponseDataOneOfConfigOneOf1 object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewSourceControlConfigGet200ResponseDataOneOfConfigOneOf1WithDefaults ¶
func NewSourceControlConfigGet200ResponseDataOneOfConfigOneOf1WithDefaults() *SourceControlConfigGet200ResponseDataOneOfConfigOneOf1
NewSourceControlConfigGet200ResponseDataOneOfConfigOneOf1WithDefaults instantiates a new SourceControlConfigGet200ResponseDataOneOfConfigOneOf1 object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*SourceControlConfigGet200ResponseDataOneOfConfigOneOf1) GetEnterpriseApiUrl ¶
func (o *SourceControlConfigGet200ResponseDataOneOfConfigOneOf1) GetEnterpriseApiUrl() string
GetEnterpriseApiUrl returns the EnterpriseApiUrl field value if set, zero value otherwise.
func (*SourceControlConfigGet200ResponseDataOneOfConfigOneOf1) GetEnterpriseApiUrlOk ¶
func (o *SourceControlConfigGet200ResponseDataOneOfConfigOneOf1) GetEnterpriseApiUrlOk() (*string, bool)
GetEnterpriseApiUrlOk returns a tuple with the EnterpriseApiUrl field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SourceControlConfigGet200ResponseDataOneOfConfigOneOf1) GetPersonalAccessToken ¶
func (o *SourceControlConfigGet200ResponseDataOneOfConfigOneOf1) GetPersonalAccessToken() string
GetPersonalAccessToken returns the PersonalAccessToken field value
func (*SourceControlConfigGet200ResponseDataOneOfConfigOneOf1) GetPersonalAccessTokenOk ¶
func (o *SourceControlConfigGet200ResponseDataOneOfConfigOneOf1) GetPersonalAccessTokenOk() (*string, bool)
GetPersonalAccessTokenOk returns a tuple with the PersonalAccessToken field value and a boolean to check if the value has been set.
func (*SourceControlConfigGet200ResponseDataOneOfConfigOneOf1) GetType ¶
func (o *SourceControlConfigGet200ResponseDataOneOfConfigOneOf1) GetType() string
GetType returns the Type field value
func (*SourceControlConfigGet200ResponseDataOneOfConfigOneOf1) GetTypeOk ¶
func (o *SourceControlConfigGet200ResponseDataOneOfConfigOneOf1) GetTypeOk() (*string, bool)
GetTypeOk returns a tuple with the Type field value and a boolean to check if the value has been set.
func (*SourceControlConfigGet200ResponseDataOneOfConfigOneOf1) GetUrl ¶
func (o *SourceControlConfigGet200ResponseDataOneOfConfigOneOf1) GetUrl() string
GetUrl returns the Url field value if set, zero value otherwise.
func (*SourceControlConfigGet200ResponseDataOneOfConfigOneOf1) GetUrlOk ¶
func (o *SourceControlConfigGet200ResponseDataOneOfConfigOneOf1) 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 (*SourceControlConfigGet200ResponseDataOneOfConfigOneOf1) HasEnterpriseApiUrl ¶
func (o *SourceControlConfigGet200ResponseDataOneOfConfigOneOf1) HasEnterpriseApiUrl() bool
HasEnterpriseApiUrl returns a boolean if a field has been set.
func (*SourceControlConfigGet200ResponseDataOneOfConfigOneOf1) HasUrl ¶
func (o *SourceControlConfigGet200ResponseDataOneOfConfigOneOf1) HasUrl() bool
HasUrl returns a boolean if a field has been set.
func (SourceControlConfigGet200ResponseDataOneOfConfigOneOf1) MarshalJSON ¶
func (o SourceControlConfigGet200ResponseDataOneOfConfigOneOf1) MarshalJSON() ([]byte, error)
func (*SourceControlConfigGet200ResponseDataOneOfConfigOneOf1) SetEnterpriseApiUrl ¶
func (o *SourceControlConfigGet200ResponseDataOneOfConfigOneOf1) SetEnterpriseApiUrl(v string)
SetEnterpriseApiUrl gets a reference to the given string and assigns it to the EnterpriseApiUrl field.
func (*SourceControlConfigGet200ResponseDataOneOfConfigOneOf1) SetPersonalAccessToken ¶
func (o *SourceControlConfigGet200ResponseDataOneOfConfigOneOf1) SetPersonalAccessToken(v string)
SetPersonalAccessToken sets field value
func (*SourceControlConfigGet200ResponseDataOneOfConfigOneOf1) SetType ¶
func (o *SourceControlConfigGet200ResponseDataOneOfConfigOneOf1) SetType(v string)
SetType sets field value
func (*SourceControlConfigGet200ResponseDataOneOfConfigOneOf1) SetUrl ¶
func (o *SourceControlConfigGet200ResponseDataOneOfConfigOneOf1) SetUrl(v string)
SetUrl gets a reference to the given string and assigns it to the Url field.
func (SourceControlConfigGet200ResponseDataOneOfConfigOneOf1) ToMap ¶
func (o SourceControlConfigGet200ResponseDataOneOfConfigOneOf1) ToMap() (map[string]interface{}, error)
func (*SourceControlConfigGet200ResponseDataOneOfConfigOneOf1) UnmarshalJSON ¶
func (o *SourceControlConfigGet200ResponseDataOneOfConfigOneOf1) UnmarshalJSON(data []byte) (err error)
type SourceControlConfigPost200Response ¶
type SourceControlConfigPost200Response struct {
// API request succeeded
Success bool `json:"success"`
Data SourceControlConfigPost200ResponseData `json:"data"`
AdditionalProperties map[string]interface{}
}
SourceControlConfigPost200Response struct for SourceControlConfigPost200Response
func NewSourceControlConfigPost200Response ¶
func NewSourceControlConfigPost200Response(success bool, data SourceControlConfigPost200ResponseData) *SourceControlConfigPost200Response
NewSourceControlConfigPost200Response instantiates a new SourceControlConfigPost200Response object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewSourceControlConfigPost200ResponseWithDefaults ¶
func NewSourceControlConfigPost200ResponseWithDefaults() *SourceControlConfigPost200Response
NewSourceControlConfigPost200ResponseWithDefaults instantiates a new SourceControlConfigPost200Response object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*SourceControlConfigPost200Response) GetData ¶
func (o *SourceControlConfigPost200Response) GetData() SourceControlConfigPost200ResponseData
GetData returns the Data field value
func (*SourceControlConfigPost200Response) GetDataOk ¶
func (o *SourceControlConfigPost200Response) GetDataOk() (*SourceControlConfigPost200ResponseData, bool)
GetDataOk returns a tuple with the Data field value and a boolean to check if the value has been set.
func (*SourceControlConfigPost200Response) GetSuccess ¶
func (o *SourceControlConfigPost200Response) GetSuccess() bool
GetSuccess returns the Success field value
func (*SourceControlConfigPost200Response) GetSuccessOk ¶
func (o *SourceControlConfigPost200Response) GetSuccessOk() (*bool, bool)
GetSuccessOk returns a tuple with the Success field value and a boolean to check if the value has been set.
func (SourceControlConfigPost200Response) MarshalJSON ¶
func (o SourceControlConfigPost200Response) MarshalJSON() ([]byte, error)
func (*SourceControlConfigPost200Response) SetData ¶
func (o *SourceControlConfigPost200Response) SetData(v SourceControlConfigPost200ResponseData)
SetData sets field value
func (*SourceControlConfigPost200Response) SetSuccess ¶
func (o *SourceControlConfigPost200Response) SetSuccess(v bool)
SetSuccess sets field value
func (SourceControlConfigPost200Response) ToMap ¶
func (o SourceControlConfigPost200Response) ToMap() (map[string]interface{}, error)
func (*SourceControlConfigPost200Response) UnmarshalJSON ¶
func (o *SourceControlConfigPost200Response) UnmarshalJSON(data []byte) (err error)
type SourceControlConfigPost200ResponseData ¶
type SourceControlConfigPost200ResponseData struct {
AWSCodeCommit *AWSCodeCommit
AzureRepos *AzureRepos
Bitbucket *Bitbucket
GitHub *GitHub
GitLab *GitLab
}
SourceControlConfigPost200ResponseData Created Source Control Provider Config
func (SourceControlConfigPost200ResponseData) MarshalJSON ¶
func (src SourceControlConfigPost200ResponseData) MarshalJSON() ([]byte, error)
Marshal data from the first non-nil pointers in the struct to JSON
func (*SourceControlConfigPost200ResponseData) UnmarshalJSON ¶
func (dst *SourceControlConfigPost200ResponseData) UnmarshalJSON(data []byte) error
Unmarshal JSON data into any of the pointers in the struct
type SourceControlConfigPut200Response ¶
type SourceControlConfigPut200Response struct {
// API request succeeded
Success bool `json:"success"`
Data SourceControlConfigPut200ResponseData `json:"data"`
AdditionalProperties map[string]interface{}
}
SourceControlConfigPut200Response struct for SourceControlConfigPut200Response
func NewSourceControlConfigPut200Response ¶
func NewSourceControlConfigPut200Response(success bool, data SourceControlConfigPut200ResponseData) *SourceControlConfigPut200Response
NewSourceControlConfigPut200Response instantiates a new SourceControlConfigPut200Response object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewSourceControlConfigPut200ResponseWithDefaults ¶
func NewSourceControlConfigPut200ResponseWithDefaults() *SourceControlConfigPut200Response
NewSourceControlConfigPut200ResponseWithDefaults instantiates a new SourceControlConfigPut200Response object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*SourceControlConfigPut200Response) GetData ¶
func (o *SourceControlConfigPut200Response) GetData() SourceControlConfigPut200ResponseData
GetData returns the Data field value
func (*SourceControlConfigPut200Response) GetDataOk ¶
func (o *SourceControlConfigPut200Response) GetDataOk() (*SourceControlConfigPut200ResponseData, bool)
GetDataOk returns a tuple with the Data field value and a boolean to check if the value has been set.
func (*SourceControlConfigPut200Response) GetSuccess ¶
func (o *SourceControlConfigPut200Response) GetSuccess() bool
GetSuccess returns the Success field value
func (*SourceControlConfigPut200Response) GetSuccessOk ¶
func (o *SourceControlConfigPut200Response) GetSuccessOk() (*bool, bool)
GetSuccessOk returns a tuple with the Success field value and a boolean to check if the value has been set.
func (SourceControlConfigPut200Response) MarshalJSON ¶
func (o SourceControlConfigPut200Response) MarshalJSON() ([]byte, error)
func (*SourceControlConfigPut200Response) SetData ¶
func (o *SourceControlConfigPut200Response) SetData(v SourceControlConfigPut200ResponseData)
SetData sets field value
func (*SourceControlConfigPut200Response) SetSuccess ¶
func (o *SourceControlConfigPut200Response) SetSuccess(v bool)
SetSuccess sets field value
func (SourceControlConfigPut200Response) ToMap ¶
func (o SourceControlConfigPut200Response) ToMap() (map[string]interface{}, error)
func (*SourceControlConfigPut200Response) UnmarshalJSON ¶
func (o *SourceControlConfigPut200Response) UnmarshalJSON(data []byte) (err error)
type SourceControlConfigPut200ResponseData ¶
type SourceControlConfigPut200ResponseData struct {
AWSCodeCommit *AWSCodeCommit
AzureRepos *AzureRepos
Bitbucket *Bitbucket
GitHub *GitHub
GitLab *GitLab
}
SourceControlConfigPut200ResponseData Created or updated Source Control Provider Config
func (SourceControlConfigPut200ResponseData) MarshalJSON ¶
func (src SourceControlConfigPut200ResponseData) MarshalJSON() ([]byte, error)
Marshal data from the first non-nil pointers in the struct to JSON
func (*SourceControlConfigPut200ResponseData) UnmarshalJSON ¶
func (dst *SourceControlConfigPut200ResponseData) UnmarshalJSON(data []byte) error
Unmarshal JSON data into any of the pointers in the struct
type SourceControlConfigPutRequest ¶
type SourceControlConfigPutRequest struct {
Config SourceControlConfigPutRequestConfig `json:"config"`
}
SourceControlConfigPutRequest Shape of Source Control provider config request
func NewSourceControlConfigPutRequest ¶
func NewSourceControlConfigPutRequest(config SourceControlConfigPutRequestConfig) *SourceControlConfigPutRequest
NewSourceControlConfigPutRequest instantiates a new SourceControlConfigPutRequest object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewSourceControlConfigPutRequestWithDefaults ¶
func NewSourceControlConfigPutRequestWithDefaults() *SourceControlConfigPutRequest
NewSourceControlConfigPutRequestWithDefaults instantiates a new SourceControlConfigPutRequest object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*SourceControlConfigPutRequest) GetConfig ¶
func (o *SourceControlConfigPutRequest) GetConfig() SourceControlConfigPutRequestConfig
GetConfig returns the Config field value
func (*SourceControlConfigPutRequest) GetConfigOk ¶
func (o *SourceControlConfigPutRequest) GetConfigOk() (*SourceControlConfigPutRequestConfig, bool)
GetConfigOk returns a tuple with the Config field value and a boolean to check if the value has been set.
func (SourceControlConfigPutRequest) MarshalJSON ¶
func (o SourceControlConfigPutRequest) MarshalJSON() ([]byte, error)
func (*SourceControlConfigPutRequest) SetConfig ¶
func (o *SourceControlConfigPutRequest) SetConfig(v SourceControlConfigPutRequestConfig)
SetConfig sets field value
func (SourceControlConfigPutRequest) ToMap ¶
func (o SourceControlConfigPutRequest) ToMap() (map[string]interface{}, error)
func (*SourceControlConfigPutRequest) UnmarshalJSON ¶
func (o *SourceControlConfigPutRequest) UnmarshalJSON(data []byte) (err error)
type SourceControlConfigPutRequestConfig ¶
type SourceControlConfigPutRequestConfig struct {
AWSCodeCommit *AWSCodeCommit
AzureRepos *AzureRepos
Bitbucket *Bitbucket
GitHub *GitHub
GitLab *GitLab
}
SourceControlConfigPutRequestConfig This object represents the Source Control provider configuration for the organization or space. See [docs](https://docs.retool.com/source-control) for more information.
func (SourceControlConfigPutRequestConfig) MarshalJSON ¶
func (src SourceControlConfigPutRequestConfig) MarshalJSON() ([]byte, error)
Marshal data from the first non-nil pointers in the struct to JSON
func (*SourceControlConfigPutRequestConfig) UnmarshalJSON ¶
func (dst *SourceControlConfigPutRequestConfig) UnmarshalJSON(data []byte) error
Unmarshal JSON data into any of the pointers in the struct
type SourceControlConfigPutRequestConfigOneOf ¶
type SourceControlConfigPutRequestConfigOneOf struct {
Config SourceControlConfigPutRequestConfigOneOfConfig `json:"config"`
Provider string `json:"provider"`
// The user or organization to which the repository belongs to.
Org string `json:"org"`
// The name of the repository you created to use with Retool.
Repo string `json:"repo"`
// The default branch, e.g., main.
DefaultBranch string `json:"default_branch"`
// Repositories using Toolscript are 2.0.0. Repositories using legacy YAML are 1.0.0.
RepoVersion *string `json:"repo_version,omitempty"`
AdditionalProperties map[string]interface{}
}
SourceControlConfigPutRequestConfigOneOf struct for SourceControlConfigPutRequestConfigOneOf
func NewSourceControlConfigPutRequestConfigOneOf ¶
func NewSourceControlConfigPutRequestConfigOneOf(config SourceControlConfigPutRequestConfigOneOfConfig, provider string, org string, repo string, defaultBranch string) *SourceControlConfigPutRequestConfigOneOf
NewSourceControlConfigPutRequestConfigOneOf instantiates a new SourceControlConfigPutRequestConfigOneOf object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewSourceControlConfigPutRequestConfigOneOfWithDefaults ¶
func NewSourceControlConfigPutRequestConfigOneOfWithDefaults() *SourceControlConfigPutRequestConfigOneOf
NewSourceControlConfigPutRequestConfigOneOfWithDefaults instantiates a new SourceControlConfigPutRequestConfigOneOf object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*SourceControlConfigPutRequestConfigOneOf) GetConfig ¶
func (o *SourceControlConfigPutRequestConfigOneOf) GetConfig() SourceControlConfigPutRequestConfigOneOfConfig
GetConfig returns the Config field value
func (*SourceControlConfigPutRequestConfigOneOf) GetConfigOk ¶
func (o *SourceControlConfigPutRequestConfigOneOf) GetConfigOk() (*SourceControlConfigPutRequestConfigOneOfConfig, bool)
GetConfigOk returns a tuple with the Config field value and a boolean to check if the value has been set.
func (*SourceControlConfigPutRequestConfigOneOf) GetDefaultBranch ¶
func (o *SourceControlConfigPutRequestConfigOneOf) GetDefaultBranch() string
GetDefaultBranch returns the DefaultBranch field value
func (*SourceControlConfigPutRequestConfigOneOf) GetDefaultBranchOk ¶
func (o *SourceControlConfigPutRequestConfigOneOf) GetDefaultBranchOk() (*string, bool)
GetDefaultBranchOk returns a tuple with the DefaultBranch field value and a boolean to check if the value has been set.
func (*SourceControlConfigPutRequestConfigOneOf) GetOrg ¶
func (o *SourceControlConfigPutRequestConfigOneOf) GetOrg() string
GetOrg returns the Org field value
func (*SourceControlConfigPutRequestConfigOneOf) GetOrgOk ¶
func (o *SourceControlConfigPutRequestConfigOneOf) GetOrgOk() (*string, bool)
GetOrgOk returns a tuple with the Org field value and a boolean to check if the value has been set.
func (*SourceControlConfigPutRequestConfigOneOf) GetProvider ¶
func (o *SourceControlConfigPutRequestConfigOneOf) GetProvider() string
GetProvider returns the Provider field value
func (*SourceControlConfigPutRequestConfigOneOf) GetProviderOk ¶
func (o *SourceControlConfigPutRequestConfigOneOf) GetProviderOk() (*string, bool)
GetProviderOk returns a tuple with the Provider field value and a boolean to check if the value has been set.
func (*SourceControlConfigPutRequestConfigOneOf) GetRepo ¶
func (o *SourceControlConfigPutRequestConfigOneOf) GetRepo() string
GetRepo returns the Repo field value
func (*SourceControlConfigPutRequestConfigOneOf) GetRepoOk ¶
func (o *SourceControlConfigPutRequestConfigOneOf) GetRepoOk() (*string, bool)
GetRepoOk returns a tuple with the Repo field value and a boolean to check if the value has been set.
func (*SourceControlConfigPutRequestConfigOneOf) GetRepoVersion ¶
func (o *SourceControlConfigPutRequestConfigOneOf) GetRepoVersion() string
GetRepoVersion returns the RepoVersion field value if set, zero value otherwise.
func (*SourceControlConfigPutRequestConfigOneOf) GetRepoVersionOk ¶
func (o *SourceControlConfigPutRequestConfigOneOf) GetRepoVersionOk() (*string, bool)
GetRepoVersionOk returns a tuple with the RepoVersion field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SourceControlConfigPutRequestConfigOneOf) HasRepoVersion ¶
func (o *SourceControlConfigPutRequestConfigOneOf) HasRepoVersion() bool
HasRepoVersion returns a boolean if a field has been set.
func (SourceControlConfigPutRequestConfigOneOf) MarshalJSON ¶
func (o SourceControlConfigPutRequestConfigOneOf) MarshalJSON() ([]byte, error)
func (*SourceControlConfigPutRequestConfigOneOf) SetConfig ¶
func (o *SourceControlConfigPutRequestConfigOneOf) SetConfig(v SourceControlConfigPutRequestConfigOneOfConfig)
SetConfig sets field value
func (*SourceControlConfigPutRequestConfigOneOf) SetDefaultBranch ¶
func (o *SourceControlConfigPutRequestConfigOneOf) SetDefaultBranch(v string)
SetDefaultBranch sets field value
func (*SourceControlConfigPutRequestConfigOneOf) SetOrg ¶
func (o *SourceControlConfigPutRequestConfigOneOf) SetOrg(v string)
SetOrg sets field value
func (*SourceControlConfigPutRequestConfigOneOf) SetProvider ¶
func (o *SourceControlConfigPutRequestConfigOneOf) SetProvider(v string)
SetProvider sets field value
func (*SourceControlConfigPutRequestConfigOneOf) SetRepo ¶
func (o *SourceControlConfigPutRequestConfigOneOf) SetRepo(v string)
SetRepo sets field value
func (*SourceControlConfigPutRequestConfigOneOf) SetRepoVersion ¶
func (o *SourceControlConfigPutRequestConfigOneOf) SetRepoVersion(v string)
SetRepoVersion gets a reference to the given string and assigns it to the RepoVersion field.
func (SourceControlConfigPutRequestConfigOneOf) ToMap ¶
func (o SourceControlConfigPutRequestConfigOneOf) ToMap() (map[string]interface{}, error)
func (*SourceControlConfigPutRequestConfigOneOf) UnmarshalJSON ¶
func (o *SourceControlConfigPutRequestConfigOneOf) UnmarshalJSON(data []byte) (err error)
type SourceControlConfigPutRequestConfigOneOfConfig ¶
type SourceControlConfigPutRequestConfigOneOfConfig struct {
SourceControlConfigGet200ResponseDataAnyOfConfigAnyOf *SourceControlConfigGet200ResponseDataAnyOfConfigAnyOf
SourceControlConfigGet200ResponseDataAnyOfConfigAnyOf1 *SourceControlConfigGet200ResponseDataAnyOfConfigAnyOf1
}
SourceControlConfigPutRequestConfigOneOfConfig - struct for SourceControlConfigPutRequestConfigOneOfConfig
func SourceControlConfigGet200ResponseDataAnyOfConfigAnyOf1AsSourceControlConfigPutRequestConfigOneOfConfig ¶
func SourceControlConfigGet200ResponseDataAnyOfConfigAnyOf1AsSourceControlConfigPutRequestConfigOneOfConfig(v *SourceControlConfigGet200ResponseDataAnyOfConfigAnyOf1) SourceControlConfigPutRequestConfigOneOfConfig
SourceControlConfigGet200ResponseDataAnyOfConfigAnyOf1AsSourceControlConfigPutRequestConfigOneOfConfig is a convenience function that returns SourceControlConfigGet200ResponseDataAnyOfConfigAnyOf1 wrapped in SourceControlConfigPutRequestConfigOneOfConfig
func SourceControlConfigGet200ResponseDataAnyOfConfigAnyOfAsSourceControlConfigPutRequestConfigOneOfConfig ¶
func SourceControlConfigGet200ResponseDataAnyOfConfigAnyOfAsSourceControlConfigPutRequestConfigOneOfConfig(v *SourceControlConfigGet200ResponseDataAnyOfConfigAnyOf) SourceControlConfigPutRequestConfigOneOfConfig
SourceControlConfigGet200ResponseDataAnyOfConfigAnyOfAsSourceControlConfigPutRequestConfigOneOfConfig is a convenience function that returns SourceControlConfigGet200ResponseDataAnyOfConfigAnyOf wrapped in SourceControlConfigPutRequestConfigOneOfConfig
func (*SourceControlConfigPutRequestConfigOneOfConfig) GetActualInstance ¶
func (obj *SourceControlConfigPutRequestConfigOneOfConfig) GetActualInstance() interface{}
Get the actual instance
func (SourceControlConfigPutRequestConfigOneOfConfig) MarshalJSON ¶
func (src SourceControlConfigPutRequestConfigOneOfConfig) MarshalJSON() ([]byte, error)
Marshal data from the first non-nil pointers in the struct to JSON
func (*SourceControlConfigPutRequestConfigOneOfConfig) UnmarshalJSON ¶
func (dst *SourceControlConfigPutRequestConfigOneOfConfig) UnmarshalJSON(data []byte) error
Unmarshal JSON data into one of the pointers in the struct
type SourceControlConfiguration ¶
type SourceControlConfiguration struct {
AWSCodeCommit *AWSCodeCommit
AzureRepos *AzureRepos
Bitbucket *Bitbucket
GitHub *GitHub
GitLab *GitLab
}
SourceControlConfiguration This object represents the Source Control provider configuration for the organization or space. See [docs](https://docs.retool.com/source-control) for more information.
func (SourceControlConfiguration) MarshalJSON ¶
func (src SourceControlConfiguration) MarshalJSON() ([]byte, error)
Marshal data from the first non-nil pointers in the struct to JSON
func (*SourceControlConfiguration) UnmarshalJSON ¶
func (dst *SourceControlConfiguration) UnmarshalJSON(data []byte) error
Unmarshal JSON data into any of the pointers in the struct
type SourceControlConfigurationAnyOf ¶
type SourceControlConfigurationAnyOf struct {
Config SourceControlConfigurationAnyOfConfig `json:"config"`
Provider string `json:"provider"`
// The user or organization to which the repository belongs to.
Org string `json:"org"`
// The name of the repository you created to use with Retool.
Repo string `json:"repo"`
// The default branch, e.g., main.
DefaultBranch string `json:"default_branch"`
// Repositories using Toolscript are 2.0.0. Repositories using legacy YAML are 1.0.0.
RepoVersion *string `json:"repo_version,omitempty"`
AdditionalProperties map[string]interface{}
}
SourceControlConfigurationAnyOf struct for SourceControlConfigurationAnyOf
func NewSourceControlConfigurationAnyOf ¶
func NewSourceControlConfigurationAnyOf(config SourceControlConfigurationAnyOfConfig, provider string, org string, repo string, defaultBranch string) *SourceControlConfigurationAnyOf
NewSourceControlConfigurationAnyOf instantiates a new SourceControlConfigurationAnyOf object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewSourceControlConfigurationAnyOfWithDefaults ¶
func NewSourceControlConfigurationAnyOfWithDefaults() *SourceControlConfigurationAnyOf
NewSourceControlConfigurationAnyOfWithDefaults instantiates a new SourceControlConfigurationAnyOf object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*SourceControlConfigurationAnyOf) GetConfig ¶
func (o *SourceControlConfigurationAnyOf) GetConfig() SourceControlConfigurationAnyOfConfig
GetConfig returns the Config field value
func (*SourceControlConfigurationAnyOf) GetConfigOk ¶
func (o *SourceControlConfigurationAnyOf) GetConfigOk() (*SourceControlConfigurationAnyOfConfig, bool)
GetConfigOk returns a tuple with the Config field value and a boolean to check if the value has been set.
func (*SourceControlConfigurationAnyOf) GetDefaultBranch ¶
func (o *SourceControlConfigurationAnyOf) GetDefaultBranch() string
GetDefaultBranch returns the DefaultBranch field value
func (*SourceControlConfigurationAnyOf) GetDefaultBranchOk ¶
func (o *SourceControlConfigurationAnyOf) GetDefaultBranchOk() (*string, bool)
GetDefaultBranchOk returns a tuple with the DefaultBranch field value and a boolean to check if the value has been set.
func (*SourceControlConfigurationAnyOf) GetOrg ¶
func (o *SourceControlConfigurationAnyOf) GetOrg() string
GetOrg returns the Org field value
func (*SourceControlConfigurationAnyOf) GetOrgOk ¶
func (o *SourceControlConfigurationAnyOf) GetOrgOk() (*string, bool)
GetOrgOk returns a tuple with the Org field value and a boolean to check if the value has been set.
func (*SourceControlConfigurationAnyOf) GetProvider ¶
func (o *SourceControlConfigurationAnyOf) GetProvider() string
GetProvider returns the Provider field value
func (*SourceControlConfigurationAnyOf) GetProviderOk ¶
func (o *SourceControlConfigurationAnyOf) GetProviderOk() (*string, bool)
GetProviderOk returns a tuple with the Provider field value and a boolean to check if the value has been set.
func (*SourceControlConfigurationAnyOf) GetRepo ¶
func (o *SourceControlConfigurationAnyOf) GetRepo() string
GetRepo returns the Repo field value
func (*SourceControlConfigurationAnyOf) GetRepoOk ¶
func (o *SourceControlConfigurationAnyOf) GetRepoOk() (*string, bool)
GetRepoOk returns a tuple with the Repo field value and a boolean to check if the value has been set.
func (*SourceControlConfigurationAnyOf) GetRepoVersion ¶
func (o *SourceControlConfigurationAnyOf) GetRepoVersion() string
GetRepoVersion returns the RepoVersion field value if set, zero value otherwise.
func (*SourceControlConfigurationAnyOf) GetRepoVersionOk ¶
func (o *SourceControlConfigurationAnyOf) GetRepoVersionOk() (*string, bool)
GetRepoVersionOk returns a tuple with the RepoVersion field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SourceControlConfigurationAnyOf) HasRepoVersion ¶
func (o *SourceControlConfigurationAnyOf) HasRepoVersion() bool
HasRepoVersion returns a boolean if a field has been set.
func (SourceControlConfigurationAnyOf) MarshalJSON ¶
func (o SourceControlConfigurationAnyOf) MarshalJSON() ([]byte, error)
func (*SourceControlConfigurationAnyOf) SetConfig ¶
func (o *SourceControlConfigurationAnyOf) SetConfig(v SourceControlConfigurationAnyOfConfig)
SetConfig sets field value
func (*SourceControlConfigurationAnyOf) SetDefaultBranch ¶
func (o *SourceControlConfigurationAnyOf) SetDefaultBranch(v string)
SetDefaultBranch sets field value
func (*SourceControlConfigurationAnyOf) SetOrg ¶
func (o *SourceControlConfigurationAnyOf) SetOrg(v string)
SetOrg sets field value
func (*SourceControlConfigurationAnyOf) SetProvider ¶
func (o *SourceControlConfigurationAnyOf) SetProvider(v string)
SetProvider sets field value
func (*SourceControlConfigurationAnyOf) SetRepo ¶
func (o *SourceControlConfigurationAnyOf) SetRepo(v string)
SetRepo sets field value
func (*SourceControlConfigurationAnyOf) SetRepoVersion ¶
func (o *SourceControlConfigurationAnyOf) SetRepoVersion(v string)
SetRepoVersion gets a reference to the given string and assigns it to the RepoVersion field.
func (SourceControlConfigurationAnyOf) ToMap ¶
func (o SourceControlConfigurationAnyOf) ToMap() (map[string]interface{}, error)
func (*SourceControlConfigurationAnyOf) UnmarshalJSON ¶
func (o *SourceControlConfigurationAnyOf) UnmarshalJSON(data []byte) (err error)
type SourceControlConfigurationAnyOfConfig ¶
type SourceControlConfigurationAnyOfConfig struct {
SourceControlConfigGet200ResponseDataOneOfConfigOneOf *SourceControlConfigGet200ResponseDataOneOfConfigOneOf
SourceControlConfigGet200ResponseDataOneOfConfigOneOf1 *SourceControlConfigGet200ResponseDataOneOfConfigOneOf1
}
SourceControlConfigurationAnyOfConfig struct for SourceControlConfigurationAnyOfConfig
func (SourceControlConfigurationAnyOfConfig) MarshalJSON ¶
func (src SourceControlConfigurationAnyOfConfig) MarshalJSON() ([]byte, error)
Marshal data from the first non-nil pointers in the struct to JSON
func (*SourceControlConfigurationAnyOfConfig) UnmarshalJSON ¶
func (dst *SourceControlConfigurationAnyOfConfig) UnmarshalJSON(data []byte) error
Unmarshal JSON data into any of the pointers in the struct
type SourceControlDeployPost200Response ¶
type SourceControlDeployPost200Response struct {
// API request succeeded
Success bool `json:"success"`
Data SourceControlDeployPost200ResponseData `json:"data"`
AdditionalProperties map[string]interface{}
}
SourceControlDeployPost200Response struct for SourceControlDeployPost200Response
func NewSourceControlDeployPost200Response ¶
func NewSourceControlDeployPost200Response(success bool, data SourceControlDeployPost200ResponseData) *SourceControlDeployPost200Response
NewSourceControlDeployPost200Response instantiates a new SourceControlDeployPost200Response object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewSourceControlDeployPost200ResponseWithDefaults ¶
func NewSourceControlDeployPost200ResponseWithDefaults() *SourceControlDeployPost200Response
NewSourceControlDeployPost200ResponseWithDefaults instantiates a new SourceControlDeployPost200Response object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*SourceControlDeployPost200Response) GetData ¶
func (o *SourceControlDeployPost200Response) GetData() SourceControlDeployPost200ResponseData
GetData returns the Data field value
func (*SourceControlDeployPost200Response) GetDataOk ¶
func (o *SourceControlDeployPost200Response) GetDataOk() (*SourceControlDeployPost200ResponseData, bool)
GetDataOk returns a tuple with the Data field value and a boolean to check if the value has been set.
func (*SourceControlDeployPost200Response) GetSuccess ¶
func (o *SourceControlDeployPost200Response) GetSuccess() bool
GetSuccess returns the Success field value
func (*SourceControlDeployPost200Response) GetSuccessOk ¶
func (o *SourceControlDeployPost200Response) GetSuccessOk() (*bool, bool)
GetSuccessOk returns a tuple with the Success field value and a boolean to check if the value has been set.
func (SourceControlDeployPost200Response) MarshalJSON ¶
func (o SourceControlDeployPost200Response) MarshalJSON() ([]byte, error)
func (*SourceControlDeployPost200Response) SetData ¶
func (o *SourceControlDeployPost200Response) SetData(v SourceControlDeployPost200ResponseData)
SetData sets field value
func (*SourceControlDeployPost200Response) SetSuccess ¶
func (o *SourceControlDeployPost200Response) SetSuccess(v bool)
SetSuccess sets field value
func (SourceControlDeployPost200Response) ToMap ¶
func (o SourceControlDeployPost200Response) ToMap() (map[string]interface{}, error)
func (*SourceControlDeployPost200Response) UnmarshalJSON ¶
func (o *SourceControlDeployPost200Response) UnmarshalJSON(data []byte) (err error)
type SourceControlDeployPost200ResponseData ¶
type SourceControlDeployPost200ResponseData struct {
// The deployment ID
Id string `json:"id"`
Status string `json:"status"`
AdditionalProperties map[string]interface{}
}
SourceControlDeployPost200ResponseData Source control deploy response
func NewSourceControlDeployPost200ResponseData ¶
func NewSourceControlDeployPost200ResponseData(id string, status string) *SourceControlDeployPost200ResponseData
NewSourceControlDeployPost200ResponseData instantiates a new SourceControlDeployPost200ResponseData object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewSourceControlDeployPost200ResponseDataWithDefaults ¶
func NewSourceControlDeployPost200ResponseDataWithDefaults() *SourceControlDeployPost200ResponseData
NewSourceControlDeployPost200ResponseDataWithDefaults instantiates a new SourceControlDeployPost200ResponseData object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*SourceControlDeployPost200ResponseData) GetId ¶
func (o *SourceControlDeployPost200ResponseData) GetId() string
GetId returns the Id field value
func (*SourceControlDeployPost200ResponseData) GetIdOk ¶
func (o *SourceControlDeployPost200ResponseData) GetIdOk() (*string, bool)
GetIdOk returns a tuple with the Id field value and a boolean to check if the value has been set.
func (*SourceControlDeployPost200ResponseData) GetStatus ¶
func (o *SourceControlDeployPost200ResponseData) GetStatus() string
GetStatus returns the Status field value
func (*SourceControlDeployPost200ResponseData) GetStatusOk ¶
func (o *SourceControlDeployPost200ResponseData) GetStatusOk() (*string, bool)
GetStatusOk returns a tuple with the Status field value and a boolean to check if the value has been set.
func (SourceControlDeployPost200ResponseData) MarshalJSON ¶
func (o SourceControlDeployPost200ResponseData) MarshalJSON() ([]byte, error)
func (*SourceControlDeployPost200ResponseData) SetId ¶
func (o *SourceControlDeployPost200ResponseData) SetId(v string)
SetId sets field value
func (*SourceControlDeployPost200ResponseData) SetStatus ¶
func (o *SourceControlDeployPost200ResponseData) SetStatus(v string)
SetStatus sets field value
func (SourceControlDeployPost200ResponseData) ToMap ¶
func (o SourceControlDeployPost200ResponseData) ToMap() (map[string]interface{}, error)
func (*SourceControlDeployPost200ResponseData) UnmarshalJSON ¶
func (o *SourceControlDeployPost200ResponseData) UnmarshalJSON(data []byte) (err error)
type SourceControlManifestsGet200Response ¶ added in v1.0.0
type SourceControlManifestsGet200Response struct {
// API request succeeded
Success bool `json:"success"`
Data SourceControlManifestsGet200ResponseData `json:"data"`
AdditionalProperties map[string]interface{}
}
SourceControlManifestsGet200Response struct for SourceControlManifestsGet200Response
func NewSourceControlManifestsGet200Response ¶ added in v1.0.0
func NewSourceControlManifestsGet200Response(success bool, data SourceControlManifestsGet200ResponseData) *SourceControlManifestsGet200Response
NewSourceControlManifestsGet200Response instantiates a new SourceControlManifestsGet200Response object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewSourceControlManifestsGet200ResponseWithDefaults ¶ added in v1.0.0
func NewSourceControlManifestsGet200ResponseWithDefaults() *SourceControlManifestsGet200Response
NewSourceControlManifestsGet200ResponseWithDefaults instantiates a new SourceControlManifestsGet200Response object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*SourceControlManifestsGet200Response) GetData ¶ added in v1.0.0
func (o *SourceControlManifestsGet200Response) GetData() SourceControlManifestsGet200ResponseData
GetData returns the Data field value
func (*SourceControlManifestsGet200Response) GetDataOk ¶ added in v1.0.0
func (o *SourceControlManifestsGet200Response) GetDataOk() (*SourceControlManifestsGet200ResponseData, bool)
GetDataOk returns a tuple with the Data field value and a boolean to check if the value has been set.
func (*SourceControlManifestsGet200Response) GetSuccess ¶ added in v1.0.0
func (o *SourceControlManifestsGet200Response) GetSuccess() bool
GetSuccess returns the Success field value
func (*SourceControlManifestsGet200Response) GetSuccessOk ¶ added in v1.0.0
func (o *SourceControlManifestsGet200Response) GetSuccessOk() (*bool, bool)
GetSuccessOk returns a tuple with the Success field value and a boolean to check if the value has been set.
func (SourceControlManifestsGet200Response) MarshalJSON ¶ added in v1.0.0
func (o SourceControlManifestsGet200Response) MarshalJSON() ([]byte, error)
func (*SourceControlManifestsGet200Response) SetData ¶ added in v1.0.0
func (o *SourceControlManifestsGet200Response) SetData(v SourceControlManifestsGet200ResponseData)
SetData sets field value
func (*SourceControlManifestsGet200Response) SetSuccess ¶ added in v1.0.0
func (o *SourceControlManifestsGet200Response) SetSuccess(v bool)
SetSuccess sets field value
func (SourceControlManifestsGet200Response) ToMap ¶ added in v1.0.0
func (o SourceControlManifestsGet200Response) ToMap() (map[string]interface{}, error)
func (*SourceControlManifestsGet200Response) UnmarshalJSON ¶ added in v1.0.0
func (o *SourceControlManifestsGet200Response) UnmarshalJSON(data []byte) (err error)
type SourceControlManifestsGet200ResponseData ¶ added in v1.0.0
type SourceControlManifestsGet200ResponseData struct {
// Array of release manifests
Manifests []SourceControlManifestsGet200ResponseDataManifestsInner `json:"manifests"`
AdditionalProperties map[string]interface{}
}
SourceControlManifestsGet200ResponseData struct for SourceControlManifestsGet200ResponseData
func NewSourceControlManifestsGet200ResponseData ¶ added in v1.0.0
func NewSourceControlManifestsGet200ResponseData(manifests []SourceControlManifestsGet200ResponseDataManifestsInner) *SourceControlManifestsGet200ResponseData
NewSourceControlManifestsGet200ResponseData instantiates a new SourceControlManifestsGet200ResponseData object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewSourceControlManifestsGet200ResponseDataWithDefaults ¶ added in v1.0.0
func NewSourceControlManifestsGet200ResponseDataWithDefaults() *SourceControlManifestsGet200ResponseData
NewSourceControlManifestsGet200ResponseDataWithDefaults instantiates a new SourceControlManifestsGet200ResponseData object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*SourceControlManifestsGet200ResponseData) GetManifests ¶ added in v1.0.0
func (o *SourceControlManifestsGet200ResponseData) GetManifests() []SourceControlManifestsGet200ResponseDataManifestsInner
GetManifests returns the Manifests field value
func (*SourceControlManifestsGet200ResponseData) GetManifestsOk ¶ added in v1.0.0
func (o *SourceControlManifestsGet200ResponseData) GetManifestsOk() ([]SourceControlManifestsGet200ResponseDataManifestsInner, bool)
GetManifestsOk returns a tuple with the Manifests field value and a boolean to check if the value has been set.
func (SourceControlManifestsGet200ResponseData) MarshalJSON ¶ added in v1.0.0
func (o SourceControlManifestsGet200ResponseData) MarshalJSON() ([]byte, error)
func (*SourceControlManifestsGet200ResponseData) SetManifests ¶ added in v1.0.0
func (o *SourceControlManifestsGet200ResponseData) SetManifests(v []SourceControlManifestsGet200ResponseDataManifestsInner)
SetManifests sets field value
func (SourceControlManifestsGet200ResponseData) ToMap ¶ added in v1.0.0
func (o SourceControlManifestsGet200ResponseData) ToMap() (map[string]interface{}, error)
func (*SourceControlManifestsGet200ResponseData) UnmarshalJSON ¶ added in v1.0.0
func (o *SourceControlManifestsGet200ResponseData) UnmarshalJSON(data []byte) (err error)
type SourceControlManifestsGet200ResponseDataManifestsInner ¶ added in v1.0.0
type SourceControlManifestsGet200ResponseDataManifestsInner struct {
Name string `json:"name"`
Apps []SourceControlManifestsGet200ResponseDataManifestsInnerAppsInner `json:"apps,omitempty"`
Workflows []SourceControlManifestsGet200ResponseDataManifestsInnerAppsInner `json:"workflows,omitempty"`
AdditionalProperties map[string]interface{}
}
SourceControlManifestsGet200ResponseDataManifestsInner struct for SourceControlManifestsGet200ResponseDataManifestsInner
func NewSourceControlManifestsGet200ResponseDataManifestsInner ¶ added in v1.0.0
func NewSourceControlManifestsGet200ResponseDataManifestsInner(name string) *SourceControlManifestsGet200ResponseDataManifestsInner
NewSourceControlManifestsGet200ResponseDataManifestsInner instantiates a new SourceControlManifestsGet200ResponseDataManifestsInner object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewSourceControlManifestsGet200ResponseDataManifestsInnerWithDefaults ¶ added in v1.0.0
func NewSourceControlManifestsGet200ResponseDataManifestsInnerWithDefaults() *SourceControlManifestsGet200ResponseDataManifestsInner
NewSourceControlManifestsGet200ResponseDataManifestsInnerWithDefaults instantiates a new SourceControlManifestsGet200ResponseDataManifestsInner object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*SourceControlManifestsGet200ResponseDataManifestsInner) GetApps ¶ added in v1.0.0
func (o *SourceControlManifestsGet200ResponseDataManifestsInner) GetApps() []SourceControlManifestsGet200ResponseDataManifestsInnerAppsInner
GetApps returns the Apps field value if set, zero value otherwise.
func (*SourceControlManifestsGet200ResponseDataManifestsInner) GetAppsOk ¶ added in v1.0.0
func (o *SourceControlManifestsGet200ResponseDataManifestsInner) GetAppsOk() ([]SourceControlManifestsGet200ResponseDataManifestsInnerAppsInner, bool)
GetAppsOk returns a tuple with the Apps field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SourceControlManifestsGet200ResponseDataManifestsInner) GetName ¶ added in v1.0.0
func (o *SourceControlManifestsGet200ResponseDataManifestsInner) GetName() string
GetName returns the Name field value
func (*SourceControlManifestsGet200ResponseDataManifestsInner) GetNameOk ¶ added in v1.0.0
func (o *SourceControlManifestsGet200ResponseDataManifestsInner) GetNameOk() (*string, bool)
GetNameOk returns a tuple with the Name field value and a boolean to check if the value has been set.
func (*SourceControlManifestsGet200ResponseDataManifestsInner) GetWorkflows ¶ added in v1.0.0
func (o *SourceControlManifestsGet200ResponseDataManifestsInner) GetWorkflows() []SourceControlManifestsGet200ResponseDataManifestsInnerAppsInner
GetWorkflows returns the Workflows field value if set, zero value otherwise.
func (*SourceControlManifestsGet200ResponseDataManifestsInner) GetWorkflowsOk ¶ added in v1.0.0
func (o *SourceControlManifestsGet200ResponseDataManifestsInner) GetWorkflowsOk() ([]SourceControlManifestsGet200ResponseDataManifestsInnerAppsInner, bool)
GetWorkflowsOk returns a tuple with the Workflows field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SourceControlManifestsGet200ResponseDataManifestsInner) HasApps ¶ added in v1.0.0
func (o *SourceControlManifestsGet200ResponseDataManifestsInner) HasApps() bool
HasApps returns a boolean if a field has been set.
func (*SourceControlManifestsGet200ResponseDataManifestsInner) HasWorkflows ¶ added in v1.0.0
func (o *SourceControlManifestsGet200ResponseDataManifestsInner) HasWorkflows() bool
HasWorkflows returns a boolean if a field has been set.
func (SourceControlManifestsGet200ResponseDataManifestsInner) MarshalJSON ¶ added in v1.0.0
func (o SourceControlManifestsGet200ResponseDataManifestsInner) MarshalJSON() ([]byte, error)
func (*SourceControlManifestsGet200ResponseDataManifestsInner) SetApps ¶ added in v1.0.0
func (o *SourceControlManifestsGet200ResponseDataManifestsInner) SetApps(v []SourceControlManifestsGet200ResponseDataManifestsInnerAppsInner)
SetApps gets a reference to the given []SourceControlManifestsGet200ResponseDataManifestsInnerAppsInner and assigns it to the Apps field.
func (*SourceControlManifestsGet200ResponseDataManifestsInner) SetName ¶ added in v1.0.0
func (o *SourceControlManifestsGet200ResponseDataManifestsInner) SetName(v string)
SetName sets field value
func (*SourceControlManifestsGet200ResponseDataManifestsInner) SetWorkflows ¶ added in v1.0.0
func (o *SourceControlManifestsGet200ResponseDataManifestsInner) SetWorkflows(v []SourceControlManifestsGet200ResponseDataManifestsInnerAppsInner)
SetWorkflows gets a reference to the given []SourceControlManifestsGet200ResponseDataManifestsInnerAppsInner and assigns it to the Workflows field.
func (SourceControlManifestsGet200ResponseDataManifestsInner) ToMap ¶ added in v1.0.0
func (o SourceControlManifestsGet200ResponseDataManifestsInner) ToMap() (map[string]interface{}, error)
func (*SourceControlManifestsGet200ResponseDataManifestsInner) UnmarshalJSON ¶ added in v1.0.0
func (o *SourceControlManifestsGet200ResponseDataManifestsInner) UnmarshalJSON(data []byte) (err error)
type SourceControlManifestsGet200ResponseDataManifestsInnerAppsInner ¶ added in v1.0.0
type SourceControlManifestsGet200ResponseDataManifestsInnerAppsInner struct {
Uuid string `json:"uuid"`
Release SourceControlManifestsGet200ResponseDataManifestsInnerAppsInnerRelease `json:"release"`
AdditionalProperties map[string]interface{}
}
SourceControlManifestsGet200ResponseDataManifestsInnerAppsInner struct for SourceControlManifestsGet200ResponseDataManifestsInnerAppsInner
func NewSourceControlManifestsGet200ResponseDataManifestsInnerAppsInner ¶ added in v1.0.0
func NewSourceControlManifestsGet200ResponseDataManifestsInnerAppsInner(uuid string, release SourceControlManifestsGet200ResponseDataManifestsInnerAppsInnerRelease) *SourceControlManifestsGet200ResponseDataManifestsInnerAppsInner
NewSourceControlManifestsGet200ResponseDataManifestsInnerAppsInner instantiates a new SourceControlManifestsGet200ResponseDataManifestsInnerAppsInner object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewSourceControlManifestsGet200ResponseDataManifestsInnerAppsInnerWithDefaults ¶ added in v1.0.0
func NewSourceControlManifestsGet200ResponseDataManifestsInnerAppsInnerWithDefaults() *SourceControlManifestsGet200ResponseDataManifestsInnerAppsInner
NewSourceControlManifestsGet200ResponseDataManifestsInnerAppsInnerWithDefaults instantiates a new SourceControlManifestsGet200ResponseDataManifestsInnerAppsInner object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*SourceControlManifestsGet200ResponseDataManifestsInnerAppsInner) GetRelease ¶ added in v1.0.0
func (o *SourceControlManifestsGet200ResponseDataManifestsInnerAppsInner) GetRelease() SourceControlManifestsGet200ResponseDataManifestsInnerAppsInnerRelease
GetRelease returns the Release field value
func (*SourceControlManifestsGet200ResponseDataManifestsInnerAppsInner) GetReleaseOk ¶ added in v1.0.0
func (o *SourceControlManifestsGet200ResponseDataManifestsInnerAppsInner) GetReleaseOk() (*SourceControlManifestsGet200ResponseDataManifestsInnerAppsInnerRelease, bool)
GetReleaseOk returns a tuple with the Release field value and a boolean to check if the value has been set.
func (*SourceControlManifestsGet200ResponseDataManifestsInnerAppsInner) GetUuid ¶ added in v1.0.0
func (o *SourceControlManifestsGet200ResponseDataManifestsInnerAppsInner) GetUuid() string
GetUuid returns the Uuid field value
func (*SourceControlManifestsGet200ResponseDataManifestsInnerAppsInner) GetUuidOk ¶ added in v1.0.0
func (o *SourceControlManifestsGet200ResponseDataManifestsInnerAppsInner) GetUuidOk() (*string, bool)
GetUuidOk returns a tuple with the Uuid field value and a boolean to check if the value has been set.
func (SourceControlManifestsGet200ResponseDataManifestsInnerAppsInner) MarshalJSON ¶ added in v1.0.0
func (o SourceControlManifestsGet200ResponseDataManifestsInnerAppsInner) MarshalJSON() ([]byte, error)
func (*SourceControlManifestsGet200ResponseDataManifestsInnerAppsInner) SetRelease ¶ added in v1.0.0
func (o *SourceControlManifestsGet200ResponseDataManifestsInnerAppsInner) SetRelease(v SourceControlManifestsGet200ResponseDataManifestsInnerAppsInnerRelease)
SetRelease sets field value
func (*SourceControlManifestsGet200ResponseDataManifestsInnerAppsInner) SetUuid ¶ added in v1.0.0
func (o *SourceControlManifestsGet200ResponseDataManifestsInnerAppsInner) SetUuid(v string)
SetUuid sets field value
func (SourceControlManifestsGet200ResponseDataManifestsInnerAppsInner) ToMap ¶ added in v1.0.0
func (o SourceControlManifestsGet200ResponseDataManifestsInnerAppsInner) ToMap() (map[string]interface{}, error)
func (*SourceControlManifestsGet200ResponseDataManifestsInnerAppsInner) UnmarshalJSON ¶ added in v1.0.0
func (o *SourceControlManifestsGet200ResponseDataManifestsInnerAppsInner) UnmarshalJSON(data []byte) (err error)
type SourceControlManifestsGet200ResponseDataManifestsInnerAppsInnerRelease ¶ added in v1.0.0
type SourceControlManifestsGet200ResponseDataManifestsInnerAppsInnerRelease struct {
// contains filtered or unexported fields
}
SourceControlManifestsGet200ResponseDataManifestsInnerAppsInnerRelease struct for SourceControlManifestsGet200ResponseDataManifestsInnerAppsInnerRelease
func (SourceControlManifestsGet200ResponseDataManifestsInnerAppsInnerRelease) MarshalJSON ¶ added in v1.0.0
func (src SourceControlManifestsGet200ResponseDataManifestsInnerAppsInnerRelease) MarshalJSON() ([]byte, error)
Marshal data from the first non-nil pointers in the struct to JSON
func (*SourceControlManifestsGet200ResponseDataManifestsInnerAppsInnerRelease) UnmarshalJSON ¶ added in v1.0.0
func (dst *SourceControlManifestsGet200ResponseDataManifestsInnerAppsInnerRelease) UnmarshalJSON(data []byte) error
Unmarshal JSON data into any of the pointers in the struct
type SourceControlManifestsManifestNameAppsAppUuidPutRequest ¶ added in v1.0.0
type SourceControlManifestsManifestNameAppsAppUuidPutRequest struct {
Release SourceControlManifestsManifestNameAppsAppUuidPutRequestRelease `json:"release"`
// Message to use for the commit that updates the specified manifest. If a message is not provided, a default will be used.
CommitMessage *string `json:"commit_message,omitempty"`
AdditionalProperties map[string]interface{}
}
SourceControlManifestsManifestNameAppsAppUuidPutRequest struct for SourceControlManifestsManifestNameAppsAppUuidPutRequest
func NewSourceControlManifestsManifestNameAppsAppUuidPutRequest ¶ added in v1.0.0
func NewSourceControlManifestsManifestNameAppsAppUuidPutRequest(release SourceControlManifestsManifestNameAppsAppUuidPutRequestRelease) *SourceControlManifestsManifestNameAppsAppUuidPutRequest
NewSourceControlManifestsManifestNameAppsAppUuidPutRequest instantiates a new SourceControlManifestsManifestNameAppsAppUuidPutRequest object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewSourceControlManifestsManifestNameAppsAppUuidPutRequestWithDefaults ¶ added in v1.0.0
func NewSourceControlManifestsManifestNameAppsAppUuidPutRequestWithDefaults() *SourceControlManifestsManifestNameAppsAppUuidPutRequest
NewSourceControlManifestsManifestNameAppsAppUuidPutRequestWithDefaults instantiates a new SourceControlManifestsManifestNameAppsAppUuidPutRequest object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*SourceControlManifestsManifestNameAppsAppUuidPutRequest) GetCommitMessage ¶ added in v1.0.0
func (o *SourceControlManifestsManifestNameAppsAppUuidPutRequest) GetCommitMessage() string
GetCommitMessage returns the CommitMessage field value if set, zero value otherwise.
func (*SourceControlManifestsManifestNameAppsAppUuidPutRequest) GetCommitMessageOk ¶ added in v1.0.0
func (o *SourceControlManifestsManifestNameAppsAppUuidPutRequest) GetCommitMessageOk() (*string, bool)
GetCommitMessageOk returns a tuple with the CommitMessage field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SourceControlManifestsManifestNameAppsAppUuidPutRequest) GetRelease ¶ added in v1.0.0
func (o *SourceControlManifestsManifestNameAppsAppUuidPutRequest) GetRelease() SourceControlManifestsManifestNameAppsAppUuidPutRequestRelease
GetRelease returns the Release field value
func (*SourceControlManifestsManifestNameAppsAppUuidPutRequest) GetReleaseOk ¶ added in v1.0.0
func (o *SourceControlManifestsManifestNameAppsAppUuidPutRequest) GetReleaseOk() (*SourceControlManifestsManifestNameAppsAppUuidPutRequestRelease, bool)
GetReleaseOk returns a tuple with the Release field value and a boolean to check if the value has been set.
func (*SourceControlManifestsManifestNameAppsAppUuidPutRequest) HasCommitMessage ¶ added in v1.0.0
func (o *SourceControlManifestsManifestNameAppsAppUuidPutRequest) HasCommitMessage() bool
HasCommitMessage returns a boolean if a field has been set.
func (SourceControlManifestsManifestNameAppsAppUuidPutRequest) MarshalJSON ¶ added in v1.0.0
func (o SourceControlManifestsManifestNameAppsAppUuidPutRequest) MarshalJSON() ([]byte, error)
func (*SourceControlManifestsManifestNameAppsAppUuidPutRequest) SetCommitMessage ¶ added in v1.0.0
func (o *SourceControlManifestsManifestNameAppsAppUuidPutRequest) SetCommitMessage(v string)
SetCommitMessage gets a reference to the given string and assigns it to the CommitMessage field.
func (*SourceControlManifestsManifestNameAppsAppUuidPutRequest) SetRelease ¶ added in v1.0.0
func (o *SourceControlManifestsManifestNameAppsAppUuidPutRequest) SetRelease(v SourceControlManifestsManifestNameAppsAppUuidPutRequestRelease)
SetRelease sets field value
func (SourceControlManifestsManifestNameAppsAppUuidPutRequest) ToMap ¶ added in v1.0.0
func (o SourceControlManifestsManifestNameAppsAppUuidPutRequest) ToMap() (map[string]interface{}, error)
func (*SourceControlManifestsManifestNameAppsAppUuidPutRequest) UnmarshalJSON ¶ added in v1.0.0
func (o *SourceControlManifestsManifestNameAppsAppUuidPutRequest) UnmarshalJSON(data []byte) (err error)
type SourceControlManifestsManifestNameAppsAppUuidPutRequestRelease ¶ added in v1.0.0
type SourceControlManifestsManifestNameAppsAppUuidPutRequestRelease struct {
// contains filtered or unexported fields
}
SourceControlManifestsManifestNameAppsAppUuidPutRequestRelease The release version to set for the specified app in the named release manifest
func (SourceControlManifestsManifestNameAppsAppUuidPutRequestRelease) MarshalJSON ¶ added in v1.0.0
func (src SourceControlManifestsManifestNameAppsAppUuidPutRequestRelease) MarshalJSON() ([]byte, error)
Marshal data from the first non-nil pointers in the struct to JSON
func (*SourceControlManifestsManifestNameAppsAppUuidPutRequestRelease) UnmarshalJSON ¶ added in v1.0.0
func (dst *SourceControlManifestsManifestNameAppsAppUuidPutRequestRelease) UnmarshalJSON(data []byte) error
Unmarshal JSON data into any of the pointers in the struct
type SourceControlManifestsManifestNameDeletePostRequest ¶ added in v1.0.0
type SourceControlManifestsManifestNameDeletePostRequest struct {
// Message to use for the commit that updates the specified manifest. If a message is not provided, a default will be used.
CommitMessage *string `json:"commit_message,omitempty"`
AdditionalProperties map[string]interface{}
}
SourceControlManifestsManifestNameDeletePostRequest struct for SourceControlManifestsManifestNameDeletePostRequest
func NewSourceControlManifestsManifestNameDeletePostRequest ¶ added in v1.0.0
func NewSourceControlManifestsManifestNameDeletePostRequest() *SourceControlManifestsManifestNameDeletePostRequest
NewSourceControlManifestsManifestNameDeletePostRequest instantiates a new SourceControlManifestsManifestNameDeletePostRequest object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewSourceControlManifestsManifestNameDeletePostRequestWithDefaults ¶ added in v1.0.0
func NewSourceControlManifestsManifestNameDeletePostRequestWithDefaults() *SourceControlManifestsManifestNameDeletePostRequest
NewSourceControlManifestsManifestNameDeletePostRequestWithDefaults instantiates a new SourceControlManifestsManifestNameDeletePostRequest object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*SourceControlManifestsManifestNameDeletePostRequest) GetCommitMessage ¶ added in v1.0.0
func (o *SourceControlManifestsManifestNameDeletePostRequest) GetCommitMessage() string
GetCommitMessage returns the CommitMessage field value if set, zero value otherwise.
func (*SourceControlManifestsManifestNameDeletePostRequest) GetCommitMessageOk ¶ added in v1.0.0
func (o *SourceControlManifestsManifestNameDeletePostRequest) GetCommitMessageOk() (*string, bool)
GetCommitMessageOk returns a tuple with the CommitMessage field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SourceControlManifestsManifestNameDeletePostRequest) HasCommitMessage ¶ added in v1.0.0
func (o *SourceControlManifestsManifestNameDeletePostRequest) HasCommitMessage() bool
HasCommitMessage returns a boolean if a field has been set.
func (SourceControlManifestsManifestNameDeletePostRequest) MarshalJSON ¶ added in v1.0.0
func (o SourceControlManifestsManifestNameDeletePostRequest) MarshalJSON() ([]byte, error)
func (*SourceControlManifestsManifestNameDeletePostRequest) SetCommitMessage ¶ added in v1.0.0
func (o *SourceControlManifestsManifestNameDeletePostRequest) SetCommitMessage(v string)
SetCommitMessage gets a reference to the given string and assigns it to the CommitMessage field.
func (SourceControlManifestsManifestNameDeletePostRequest) ToMap ¶ added in v1.0.0
func (o SourceControlManifestsManifestNameDeletePostRequest) ToMap() (map[string]interface{}, error)
func (*SourceControlManifestsManifestNameDeletePostRequest) UnmarshalJSON ¶ added in v1.0.0
func (o *SourceControlManifestsManifestNameDeletePostRequest) UnmarshalJSON(data []byte) (err error)
type SourceControlManifestsManifestNameGet200Response ¶ added in v1.0.0
type SourceControlManifestsManifestNameGet200Response struct {
// API request succeeded
Success bool `json:"success"`
Data SourceControlManifestsManifestNameGet200ResponseData `json:"data"`
AdditionalProperties map[string]interface{}
}
SourceControlManifestsManifestNameGet200Response struct for SourceControlManifestsManifestNameGet200Response
func NewSourceControlManifestsManifestNameGet200Response ¶ added in v1.0.0
func NewSourceControlManifestsManifestNameGet200Response(success bool, data SourceControlManifestsManifestNameGet200ResponseData) *SourceControlManifestsManifestNameGet200Response
NewSourceControlManifestsManifestNameGet200Response instantiates a new SourceControlManifestsManifestNameGet200Response object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewSourceControlManifestsManifestNameGet200ResponseWithDefaults ¶ added in v1.0.0
func NewSourceControlManifestsManifestNameGet200ResponseWithDefaults() *SourceControlManifestsManifestNameGet200Response
NewSourceControlManifestsManifestNameGet200ResponseWithDefaults instantiates a new SourceControlManifestsManifestNameGet200Response object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*SourceControlManifestsManifestNameGet200Response) GetData ¶ added in v1.0.0
func (o *SourceControlManifestsManifestNameGet200Response) GetData() SourceControlManifestsManifestNameGet200ResponseData
GetData returns the Data field value
func (*SourceControlManifestsManifestNameGet200Response) GetDataOk ¶ added in v1.0.0
func (o *SourceControlManifestsManifestNameGet200Response) GetDataOk() (*SourceControlManifestsManifestNameGet200ResponseData, bool)
GetDataOk returns a tuple with the Data field value and a boolean to check if the value has been set.
func (*SourceControlManifestsManifestNameGet200Response) GetSuccess ¶ added in v1.0.0
func (o *SourceControlManifestsManifestNameGet200Response) GetSuccess() bool
GetSuccess returns the Success field value
func (*SourceControlManifestsManifestNameGet200Response) GetSuccessOk ¶ added in v1.0.0
func (o *SourceControlManifestsManifestNameGet200Response) GetSuccessOk() (*bool, bool)
GetSuccessOk returns a tuple with the Success field value and a boolean to check if the value has been set.
func (SourceControlManifestsManifestNameGet200Response) MarshalJSON ¶ added in v1.0.0
func (o SourceControlManifestsManifestNameGet200Response) MarshalJSON() ([]byte, error)
func (*SourceControlManifestsManifestNameGet200Response) SetData ¶ added in v1.0.0
func (o *SourceControlManifestsManifestNameGet200Response) SetData(v SourceControlManifestsManifestNameGet200ResponseData)
SetData sets field value
func (*SourceControlManifestsManifestNameGet200Response) SetSuccess ¶ added in v1.0.0
func (o *SourceControlManifestsManifestNameGet200Response) SetSuccess(v bool)
SetSuccess sets field value
func (SourceControlManifestsManifestNameGet200Response) ToMap ¶ added in v1.0.0
func (o SourceControlManifestsManifestNameGet200Response) ToMap() (map[string]interface{}, error)
func (*SourceControlManifestsManifestNameGet200Response) UnmarshalJSON ¶ added in v1.0.0
func (o *SourceControlManifestsManifestNameGet200Response) UnmarshalJSON(data []byte) (err error)
type SourceControlManifestsManifestNameGet200ResponseData ¶ added in v1.0.0
type SourceControlManifestsManifestNameGet200ResponseData struct {
Manifest SourceControlManifestsManifestNameGet200ResponseDataManifest `json:"manifest"`
AdditionalProperties map[string]interface{}
}
SourceControlManifestsManifestNameGet200ResponseData struct for SourceControlManifestsManifestNameGet200ResponseData
func NewSourceControlManifestsManifestNameGet200ResponseData ¶ added in v1.0.0
func NewSourceControlManifestsManifestNameGet200ResponseData(manifest SourceControlManifestsManifestNameGet200ResponseDataManifest) *SourceControlManifestsManifestNameGet200ResponseData
NewSourceControlManifestsManifestNameGet200ResponseData instantiates a new SourceControlManifestsManifestNameGet200ResponseData object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewSourceControlManifestsManifestNameGet200ResponseDataWithDefaults ¶ added in v1.0.0
func NewSourceControlManifestsManifestNameGet200ResponseDataWithDefaults() *SourceControlManifestsManifestNameGet200ResponseData
NewSourceControlManifestsManifestNameGet200ResponseDataWithDefaults instantiates a new SourceControlManifestsManifestNameGet200ResponseData object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*SourceControlManifestsManifestNameGet200ResponseData) GetManifest ¶ added in v1.0.0
func (o *SourceControlManifestsManifestNameGet200ResponseData) GetManifest() SourceControlManifestsManifestNameGet200ResponseDataManifest
GetManifest returns the Manifest field value
func (*SourceControlManifestsManifestNameGet200ResponseData) GetManifestOk ¶ added in v1.0.0
func (o *SourceControlManifestsManifestNameGet200ResponseData) GetManifestOk() (*SourceControlManifestsManifestNameGet200ResponseDataManifest, bool)
GetManifestOk returns a tuple with the Manifest field value and a boolean to check if the value has been set.
func (SourceControlManifestsManifestNameGet200ResponseData) MarshalJSON ¶ added in v1.0.0
func (o SourceControlManifestsManifestNameGet200ResponseData) MarshalJSON() ([]byte, error)
func (*SourceControlManifestsManifestNameGet200ResponseData) SetManifest ¶ added in v1.0.0
func (o *SourceControlManifestsManifestNameGet200ResponseData) SetManifest(v SourceControlManifestsManifestNameGet200ResponseDataManifest)
SetManifest sets field value
func (SourceControlManifestsManifestNameGet200ResponseData) ToMap ¶ added in v1.0.0
func (o SourceControlManifestsManifestNameGet200ResponseData) ToMap() (map[string]interface{}, error)
func (*SourceControlManifestsManifestNameGet200ResponseData) UnmarshalJSON ¶ added in v1.0.0
func (o *SourceControlManifestsManifestNameGet200ResponseData) UnmarshalJSON(data []byte) (err error)
type SourceControlManifestsManifestNameGet200ResponseDataManifest ¶ added in v1.0.0
type SourceControlManifestsManifestNameGet200ResponseDataManifest struct {
Name string `json:"name"`
Apps []SourceControlManifestsGet200ResponseDataManifestsInnerAppsInner `json:"apps,omitempty"`
Workflows []SourceControlManifestsGet200ResponseDataManifestsInnerAppsInner `json:"workflows,omitempty"`
AdditionalProperties map[string]interface{}
}
SourceControlManifestsManifestNameGet200ResponseDataManifest The specified release manifest
func NewSourceControlManifestsManifestNameGet200ResponseDataManifest ¶ added in v1.0.0
func NewSourceControlManifestsManifestNameGet200ResponseDataManifest(name string) *SourceControlManifestsManifestNameGet200ResponseDataManifest
NewSourceControlManifestsManifestNameGet200ResponseDataManifest instantiates a new SourceControlManifestsManifestNameGet200ResponseDataManifest object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewSourceControlManifestsManifestNameGet200ResponseDataManifestWithDefaults ¶ added in v1.0.0
func NewSourceControlManifestsManifestNameGet200ResponseDataManifestWithDefaults() *SourceControlManifestsManifestNameGet200ResponseDataManifest
NewSourceControlManifestsManifestNameGet200ResponseDataManifestWithDefaults instantiates a new SourceControlManifestsManifestNameGet200ResponseDataManifest object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*SourceControlManifestsManifestNameGet200ResponseDataManifest) GetApps ¶ added in v1.0.0
func (o *SourceControlManifestsManifestNameGet200ResponseDataManifest) GetApps() []SourceControlManifestsGet200ResponseDataManifestsInnerAppsInner
GetApps returns the Apps field value if set, zero value otherwise.
func (*SourceControlManifestsManifestNameGet200ResponseDataManifest) GetAppsOk ¶ added in v1.0.0
func (o *SourceControlManifestsManifestNameGet200ResponseDataManifest) GetAppsOk() ([]SourceControlManifestsGet200ResponseDataManifestsInnerAppsInner, bool)
GetAppsOk returns a tuple with the Apps field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SourceControlManifestsManifestNameGet200ResponseDataManifest) GetName ¶ added in v1.0.0
func (o *SourceControlManifestsManifestNameGet200ResponseDataManifest) GetName() string
GetName returns the Name field value
func (*SourceControlManifestsManifestNameGet200ResponseDataManifest) GetNameOk ¶ added in v1.0.0
func (o *SourceControlManifestsManifestNameGet200ResponseDataManifest) GetNameOk() (*string, bool)
GetNameOk returns a tuple with the Name field value and a boolean to check if the value has been set.
func (*SourceControlManifestsManifestNameGet200ResponseDataManifest) GetWorkflows ¶ added in v1.0.0
func (o *SourceControlManifestsManifestNameGet200ResponseDataManifest) GetWorkflows() []SourceControlManifestsGet200ResponseDataManifestsInnerAppsInner
GetWorkflows returns the Workflows field value if set, zero value otherwise.
func (*SourceControlManifestsManifestNameGet200ResponseDataManifest) GetWorkflowsOk ¶ added in v1.0.0
func (o *SourceControlManifestsManifestNameGet200ResponseDataManifest) GetWorkflowsOk() ([]SourceControlManifestsGet200ResponseDataManifestsInnerAppsInner, bool)
GetWorkflowsOk returns a tuple with the Workflows field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SourceControlManifestsManifestNameGet200ResponseDataManifest) HasApps ¶ added in v1.0.0
func (o *SourceControlManifestsManifestNameGet200ResponseDataManifest) HasApps() bool
HasApps returns a boolean if a field has been set.
func (*SourceControlManifestsManifestNameGet200ResponseDataManifest) HasWorkflows ¶ added in v1.0.0
func (o *SourceControlManifestsManifestNameGet200ResponseDataManifest) HasWorkflows() bool
HasWorkflows returns a boolean if a field has been set.
func (SourceControlManifestsManifestNameGet200ResponseDataManifest) MarshalJSON ¶ added in v1.0.0
func (o SourceControlManifestsManifestNameGet200ResponseDataManifest) MarshalJSON() ([]byte, error)
func (*SourceControlManifestsManifestNameGet200ResponseDataManifest) SetApps ¶ added in v1.0.0
func (o *SourceControlManifestsManifestNameGet200ResponseDataManifest) SetApps(v []SourceControlManifestsGet200ResponseDataManifestsInnerAppsInner)
SetApps gets a reference to the given []SourceControlManifestsGet200ResponseDataManifestsInnerAppsInner and assigns it to the Apps field.
func (*SourceControlManifestsManifestNameGet200ResponseDataManifest) SetName ¶ added in v1.0.0
func (o *SourceControlManifestsManifestNameGet200ResponseDataManifest) SetName(v string)
SetName sets field value
func (*SourceControlManifestsManifestNameGet200ResponseDataManifest) SetWorkflows ¶ added in v1.0.0
func (o *SourceControlManifestsManifestNameGet200ResponseDataManifest) SetWorkflows(v []SourceControlManifestsGet200ResponseDataManifestsInnerAppsInner)
SetWorkflows gets a reference to the given []SourceControlManifestsGet200ResponseDataManifestsInnerAppsInner and assigns it to the Workflows field.
func (SourceControlManifestsManifestNameGet200ResponseDataManifest) ToMap ¶ added in v1.0.0
func (o SourceControlManifestsManifestNameGet200ResponseDataManifest) ToMap() (map[string]interface{}, error)
func (*SourceControlManifestsManifestNameGet200ResponseDataManifest) UnmarshalJSON ¶ added in v1.0.0
func (o *SourceControlManifestsManifestNameGet200ResponseDataManifest) UnmarshalJSON(data []byte) (err error)
type SourceControlManifestsManifestNamePut200Response ¶ added in v1.0.0
type SourceControlManifestsManifestNamePut200Response struct {
// API request succeeded
Success bool `json:"success"`
Data SourceControlManifestsManifestNamePut200ResponseData `json:"data"`
AdditionalProperties map[string]interface{}
}
SourceControlManifestsManifestNamePut200Response struct for SourceControlManifestsManifestNamePut200Response
func NewSourceControlManifestsManifestNamePut200Response ¶ added in v1.0.0
func NewSourceControlManifestsManifestNamePut200Response(success bool, data SourceControlManifestsManifestNamePut200ResponseData) *SourceControlManifestsManifestNamePut200Response
NewSourceControlManifestsManifestNamePut200Response instantiates a new SourceControlManifestsManifestNamePut200Response object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewSourceControlManifestsManifestNamePut200ResponseWithDefaults ¶ added in v1.0.0
func NewSourceControlManifestsManifestNamePut200ResponseWithDefaults() *SourceControlManifestsManifestNamePut200Response
NewSourceControlManifestsManifestNamePut200ResponseWithDefaults instantiates a new SourceControlManifestsManifestNamePut200Response object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*SourceControlManifestsManifestNamePut200Response) GetData ¶ added in v1.0.0
func (o *SourceControlManifestsManifestNamePut200Response) GetData() SourceControlManifestsManifestNamePut200ResponseData
GetData returns the Data field value
func (*SourceControlManifestsManifestNamePut200Response) GetDataOk ¶ added in v1.0.0
func (o *SourceControlManifestsManifestNamePut200Response) GetDataOk() (*SourceControlManifestsManifestNamePut200ResponseData, bool)
GetDataOk returns a tuple with the Data field value and a boolean to check if the value has been set.
func (*SourceControlManifestsManifestNamePut200Response) GetSuccess ¶ added in v1.0.0
func (o *SourceControlManifestsManifestNamePut200Response) GetSuccess() bool
GetSuccess returns the Success field value
func (*SourceControlManifestsManifestNamePut200Response) GetSuccessOk ¶ added in v1.0.0
func (o *SourceControlManifestsManifestNamePut200Response) GetSuccessOk() (*bool, bool)
GetSuccessOk returns a tuple with the Success field value and a boolean to check if the value has been set.
func (SourceControlManifestsManifestNamePut200Response) MarshalJSON ¶ added in v1.0.0
func (o SourceControlManifestsManifestNamePut200Response) MarshalJSON() ([]byte, error)
func (*SourceControlManifestsManifestNamePut200Response) SetData ¶ added in v1.0.0
func (o *SourceControlManifestsManifestNamePut200Response) SetData(v SourceControlManifestsManifestNamePut200ResponseData)
SetData sets field value
func (*SourceControlManifestsManifestNamePut200Response) SetSuccess ¶ added in v1.0.0
func (o *SourceControlManifestsManifestNamePut200Response) SetSuccess(v bool)
SetSuccess sets field value
func (SourceControlManifestsManifestNamePut200Response) ToMap ¶ added in v1.0.0
func (o SourceControlManifestsManifestNamePut200Response) ToMap() (map[string]interface{}, error)
func (*SourceControlManifestsManifestNamePut200Response) UnmarshalJSON ¶ added in v1.0.0
func (o *SourceControlManifestsManifestNamePut200Response) UnmarshalJSON(data []byte) (err error)
type SourceControlManifestsManifestNamePut200ResponseData ¶ added in v1.0.0
type SourceControlManifestsManifestNamePut200ResponseData struct {
// The SHA1 hash for the git commit that the created branch points to
CommitSha string `json:"commit_sha"`
// A URL to create a pull/merge request to merge the created branch into the default branch
Url string `json:"url"`
// The name for the created branch
BranchName string `json:"branch_name"`
AdditionalProperties map[string]interface{}
}
SourceControlManifestsManifestNamePut200ResponseData struct for SourceControlManifestsManifestNamePut200ResponseData
func NewSourceControlManifestsManifestNamePut200ResponseData ¶ added in v1.0.0
func NewSourceControlManifestsManifestNamePut200ResponseData(commitSha string, url string, branchName string) *SourceControlManifestsManifestNamePut200ResponseData
NewSourceControlManifestsManifestNamePut200ResponseData instantiates a new SourceControlManifestsManifestNamePut200ResponseData object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewSourceControlManifestsManifestNamePut200ResponseDataWithDefaults ¶ added in v1.0.0
func NewSourceControlManifestsManifestNamePut200ResponseDataWithDefaults() *SourceControlManifestsManifestNamePut200ResponseData
NewSourceControlManifestsManifestNamePut200ResponseDataWithDefaults instantiates a new SourceControlManifestsManifestNamePut200ResponseData object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*SourceControlManifestsManifestNamePut200ResponseData) GetBranchName ¶ added in v1.0.0
func (o *SourceControlManifestsManifestNamePut200ResponseData) GetBranchName() string
GetBranchName returns the BranchName field value
func (*SourceControlManifestsManifestNamePut200ResponseData) GetBranchNameOk ¶ added in v1.0.0
func (o *SourceControlManifestsManifestNamePut200ResponseData) GetBranchNameOk() (*string, bool)
GetBranchNameOk returns a tuple with the BranchName field value and a boolean to check if the value has been set.
func (*SourceControlManifestsManifestNamePut200ResponseData) GetCommitSha ¶ added in v1.0.0
func (o *SourceControlManifestsManifestNamePut200ResponseData) GetCommitSha() string
GetCommitSha returns the CommitSha field value
func (*SourceControlManifestsManifestNamePut200ResponseData) GetCommitShaOk ¶ added in v1.0.0
func (o *SourceControlManifestsManifestNamePut200ResponseData) GetCommitShaOk() (*string, bool)
GetCommitShaOk returns a tuple with the CommitSha field value and a boolean to check if the value has been set.
func (*SourceControlManifestsManifestNamePut200ResponseData) GetUrl ¶ added in v1.0.0
func (o *SourceControlManifestsManifestNamePut200ResponseData) GetUrl() string
GetUrl returns the Url field value
func (*SourceControlManifestsManifestNamePut200ResponseData) GetUrlOk ¶ added in v1.0.0
func (o *SourceControlManifestsManifestNamePut200ResponseData) GetUrlOk() (*string, bool)
GetUrlOk returns a tuple with the Url field value and a boolean to check if the value has been set.
func (SourceControlManifestsManifestNamePut200ResponseData) MarshalJSON ¶ added in v1.0.0
func (o SourceControlManifestsManifestNamePut200ResponseData) MarshalJSON() ([]byte, error)
func (*SourceControlManifestsManifestNamePut200ResponseData) SetBranchName ¶ added in v1.0.0
func (o *SourceControlManifestsManifestNamePut200ResponseData) SetBranchName(v string)
SetBranchName sets field value
func (*SourceControlManifestsManifestNamePut200ResponseData) SetCommitSha ¶ added in v1.0.0
func (o *SourceControlManifestsManifestNamePut200ResponseData) SetCommitSha(v string)
SetCommitSha sets field value
func (*SourceControlManifestsManifestNamePut200ResponseData) SetUrl ¶ added in v1.0.0
func (o *SourceControlManifestsManifestNamePut200ResponseData) SetUrl(v string)
SetUrl sets field value
func (SourceControlManifestsManifestNamePut200ResponseData) ToMap ¶ added in v1.0.0
func (o SourceControlManifestsManifestNamePut200ResponseData) ToMap() (map[string]interface{}, error)
func (*SourceControlManifestsManifestNamePut200ResponseData) UnmarshalJSON ¶ added in v1.0.0
func (o *SourceControlManifestsManifestNamePut200ResponseData) UnmarshalJSON(data []byte) (err error)
type SourceControlManifestsManifestNamePutRequest ¶ added in v1.0.0
type SourceControlManifestsManifestNamePutRequest struct {
Manifest *SourceControlManifestsManifestNamePutRequestManifest `json:"manifest,omitempty"`
// Message to use for the commit that updates the specified manifest. If a message is not provided, a default will be used.
CommitMessage *string `json:"commit_message,omitempty"`
AdditionalProperties map[string]interface{}
}
SourceControlManifestsManifestNamePutRequest struct for SourceControlManifestsManifestNamePutRequest
func NewSourceControlManifestsManifestNamePutRequest ¶ added in v1.0.0
func NewSourceControlManifestsManifestNamePutRequest() *SourceControlManifestsManifestNamePutRequest
NewSourceControlManifestsManifestNamePutRequest instantiates a new SourceControlManifestsManifestNamePutRequest object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewSourceControlManifestsManifestNamePutRequestWithDefaults ¶ added in v1.0.0
func NewSourceControlManifestsManifestNamePutRequestWithDefaults() *SourceControlManifestsManifestNamePutRequest
NewSourceControlManifestsManifestNamePutRequestWithDefaults instantiates a new SourceControlManifestsManifestNamePutRequest object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*SourceControlManifestsManifestNamePutRequest) GetCommitMessage ¶ added in v1.0.0
func (o *SourceControlManifestsManifestNamePutRequest) GetCommitMessage() string
GetCommitMessage returns the CommitMessage field value if set, zero value otherwise.
func (*SourceControlManifestsManifestNamePutRequest) GetCommitMessageOk ¶ added in v1.0.0
func (o *SourceControlManifestsManifestNamePutRequest) GetCommitMessageOk() (*string, bool)
GetCommitMessageOk returns a tuple with the CommitMessage field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SourceControlManifestsManifestNamePutRequest) GetManifest ¶ added in v1.0.0
func (o *SourceControlManifestsManifestNamePutRequest) GetManifest() SourceControlManifestsManifestNamePutRequestManifest
GetManifest returns the Manifest field value if set, zero value otherwise.
func (*SourceControlManifestsManifestNamePutRequest) GetManifestOk ¶ added in v1.0.0
func (o *SourceControlManifestsManifestNamePutRequest) GetManifestOk() (*SourceControlManifestsManifestNamePutRequestManifest, bool)
GetManifestOk returns a tuple with the Manifest field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SourceControlManifestsManifestNamePutRequest) HasCommitMessage ¶ added in v1.0.0
func (o *SourceControlManifestsManifestNamePutRequest) HasCommitMessage() bool
HasCommitMessage returns a boolean if a field has been set.
func (*SourceControlManifestsManifestNamePutRequest) HasManifest ¶ added in v1.0.0
func (o *SourceControlManifestsManifestNamePutRequest) HasManifest() bool
HasManifest returns a boolean if a field has been set.
func (SourceControlManifestsManifestNamePutRequest) MarshalJSON ¶ added in v1.0.0
func (o SourceControlManifestsManifestNamePutRequest) MarshalJSON() ([]byte, error)
func (*SourceControlManifestsManifestNamePutRequest) SetCommitMessage ¶ added in v1.0.0
func (o *SourceControlManifestsManifestNamePutRequest) SetCommitMessage(v string)
SetCommitMessage gets a reference to the given string and assigns it to the CommitMessage field.
func (*SourceControlManifestsManifestNamePutRequest) SetManifest ¶ added in v1.0.0
func (o *SourceControlManifestsManifestNamePutRequest) SetManifest(v SourceControlManifestsManifestNamePutRequestManifest)
SetManifest gets a reference to the given SourceControlManifestsManifestNamePutRequestManifest and assigns it to the Manifest field.
func (SourceControlManifestsManifestNamePutRequest) ToMap ¶ added in v1.0.0
func (o SourceControlManifestsManifestNamePutRequest) ToMap() (map[string]interface{}, error)
func (*SourceControlManifestsManifestNamePutRequest) UnmarshalJSON ¶ added in v1.0.0
func (o *SourceControlManifestsManifestNamePutRequest) UnmarshalJSON(data []byte) (err error)
type SourceControlManifestsManifestNamePutRequestManifest ¶ added in v1.0.0
type SourceControlManifestsManifestNamePutRequestManifest struct {
Apps []SourceControlManifestsGet200ResponseDataManifestsInnerAppsInner `json:"apps,omitempty"`
AdditionalProperties map[string]interface{}
}
SourceControlManifestsManifestNamePutRequestManifest A list of source controlled elements and the corresponding version to publish for that element
func NewSourceControlManifestsManifestNamePutRequestManifest ¶ added in v1.0.0
func NewSourceControlManifestsManifestNamePutRequestManifest() *SourceControlManifestsManifestNamePutRequestManifest
NewSourceControlManifestsManifestNamePutRequestManifest instantiates a new SourceControlManifestsManifestNamePutRequestManifest object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewSourceControlManifestsManifestNamePutRequestManifestWithDefaults ¶ added in v1.0.0
func NewSourceControlManifestsManifestNamePutRequestManifestWithDefaults() *SourceControlManifestsManifestNamePutRequestManifest
NewSourceControlManifestsManifestNamePutRequestManifestWithDefaults instantiates a new SourceControlManifestsManifestNamePutRequestManifest object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*SourceControlManifestsManifestNamePutRequestManifest) GetApps ¶ added in v1.0.0
func (o *SourceControlManifestsManifestNamePutRequestManifest) GetApps() []SourceControlManifestsGet200ResponseDataManifestsInnerAppsInner
GetApps returns the Apps field value if set, zero value otherwise.
func (*SourceControlManifestsManifestNamePutRequestManifest) GetAppsOk ¶ added in v1.0.0
func (o *SourceControlManifestsManifestNamePutRequestManifest) GetAppsOk() ([]SourceControlManifestsGet200ResponseDataManifestsInnerAppsInner, bool)
GetAppsOk returns a tuple with the Apps field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SourceControlManifestsManifestNamePutRequestManifest) HasApps ¶ added in v1.0.0
func (o *SourceControlManifestsManifestNamePutRequestManifest) HasApps() bool
HasApps returns a boolean if a field has been set.
func (SourceControlManifestsManifestNamePutRequestManifest) MarshalJSON ¶ added in v1.0.0
func (o SourceControlManifestsManifestNamePutRequestManifest) MarshalJSON() ([]byte, error)
func (*SourceControlManifestsManifestNamePutRequestManifest) SetApps ¶ added in v1.0.0
func (o *SourceControlManifestsManifestNamePutRequestManifest) SetApps(v []SourceControlManifestsGet200ResponseDataManifestsInnerAppsInner)
SetApps gets a reference to the given []SourceControlManifestsGet200ResponseDataManifestsInnerAppsInner and assigns it to the Apps field.
func (SourceControlManifestsManifestNamePutRequestManifest) ToMap ¶ added in v1.0.0
func (o SourceControlManifestsManifestNamePutRequestManifest) ToMap() (map[string]interface{}, error)
func (*SourceControlManifestsManifestNamePutRequestManifest) UnmarshalJSON ¶ added in v1.0.0
func (o *SourceControlManifestsManifestNamePutRequestManifest) UnmarshalJSON(data []byte) (err error)
type SourceControlReleasesAppsAppUuidGet200Response ¶ added in v1.0.0
type SourceControlReleasesAppsAppUuidGet200Response struct {
// API request succeeded
Success bool `json:"success"`
Data []SourceControlReleasesAppsAppUuidGet200ResponseDataInner `json:"data"`
AdditionalProperties map[string]interface{}
}
SourceControlReleasesAppsAppUuidGet200Response struct for SourceControlReleasesAppsAppUuidGet200Response
func NewSourceControlReleasesAppsAppUuidGet200Response ¶ added in v1.0.0
func NewSourceControlReleasesAppsAppUuidGet200Response(success bool, data []SourceControlReleasesAppsAppUuidGet200ResponseDataInner) *SourceControlReleasesAppsAppUuidGet200Response
NewSourceControlReleasesAppsAppUuidGet200Response instantiates a new SourceControlReleasesAppsAppUuidGet200Response object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewSourceControlReleasesAppsAppUuidGet200ResponseWithDefaults ¶ added in v1.0.0
func NewSourceControlReleasesAppsAppUuidGet200ResponseWithDefaults() *SourceControlReleasesAppsAppUuidGet200Response
NewSourceControlReleasesAppsAppUuidGet200ResponseWithDefaults instantiates a new SourceControlReleasesAppsAppUuidGet200Response object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*SourceControlReleasesAppsAppUuidGet200Response) GetData ¶ added in v1.0.0
func (o *SourceControlReleasesAppsAppUuidGet200Response) GetData() []SourceControlReleasesAppsAppUuidGet200ResponseDataInner
GetData returns the Data field value
func (*SourceControlReleasesAppsAppUuidGet200Response) GetDataOk ¶ added in v1.0.0
func (o *SourceControlReleasesAppsAppUuidGet200Response) GetDataOk() ([]SourceControlReleasesAppsAppUuidGet200ResponseDataInner, bool)
GetDataOk returns a tuple with the Data field value and a boolean to check if the value has been set.
func (*SourceControlReleasesAppsAppUuidGet200Response) GetSuccess ¶ added in v1.0.0
func (o *SourceControlReleasesAppsAppUuidGet200Response) GetSuccess() bool
GetSuccess returns the Success field value
func (*SourceControlReleasesAppsAppUuidGet200Response) GetSuccessOk ¶ added in v1.0.0
func (o *SourceControlReleasesAppsAppUuidGet200Response) GetSuccessOk() (*bool, bool)
GetSuccessOk returns a tuple with the Success field value and a boolean to check if the value has been set.
func (SourceControlReleasesAppsAppUuidGet200Response) MarshalJSON ¶ added in v1.0.0
func (o SourceControlReleasesAppsAppUuidGet200Response) MarshalJSON() ([]byte, error)
func (*SourceControlReleasesAppsAppUuidGet200Response) SetData ¶ added in v1.0.0
func (o *SourceControlReleasesAppsAppUuidGet200Response) SetData(v []SourceControlReleasesAppsAppUuidGet200ResponseDataInner)
SetData sets field value
func (*SourceControlReleasesAppsAppUuidGet200Response) SetSuccess ¶ added in v1.0.0
func (o *SourceControlReleasesAppsAppUuidGet200Response) SetSuccess(v bool)
SetSuccess sets field value
func (SourceControlReleasesAppsAppUuidGet200Response) ToMap ¶ added in v1.0.0
func (o SourceControlReleasesAppsAppUuidGet200Response) ToMap() (map[string]interface{}, error)
func (*SourceControlReleasesAppsAppUuidGet200Response) UnmarshalJSON ¶ added in v1.0.0
func (o *SourceControlReleasesAppsAppUuidGet200Response) UnmarshalJSON(data []byte) (err error)
type SourceControlReleasesAppsAppUuidGet200ResponseDataInner ¶ added in v1.0.0
type SourceControlReleasesAppsAppUuidGet200ResponseDataInner struct {
// The version of the release.
ReleaseVersion string `json:"release_version"`
// The description of the release.
ReleaseDescription *string `json:"release_description,omitempty"`
// The timestamp when the release was created.
CreatedAt string `json:"created_at"`
AdditionalProperties map[string]interface{}
}
SourceControlReleasesAppsAppUuidGet200ResponseDataInner struct for SourceControlReleasesAppsAppUuidGet200ResponseDataInner
func NewSourceControlReleasesAppsAppUuidGet200ResponseDataInner ¶ added in v1.0.0
func NewSourceControlReleasesAppsAppUuidGet200ResponseDataInner(releaseVersion string, createdAt string) *SourceControlReleasesAppsAppUuidGet200ResponseDataInner
NewSourceControlReleasesAppsAppUuidGet200ResponseDataInner instantiates a new SourceControlReleasesAppsAppUuidGet200ResponseDataInner object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewSourceControlReleasesAppsAppUuidGet200ResponseDataInnerWithDefaults ¶ added in v1.0.0
func NewSourceControlReleasesAppsAppUuidGet200ResponseDataInnerWithDefaults() *SourceControlReleasesAppsAppUuidGet200ResponseDataInner
NewSourceControlReleasesAppsAppUuidGet200ResponseDataInnerWithDefaults instantiates a new SourceControlReleasesAppsAppUuidGet200ResponseDataInner object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*SourceControlReleasesAppsAppUuidGet200ResponseDataInner) GetCreatedAt ¶ added in v1.0.0
func (o *SourceControlReleasesAppsAppUuidGet200ResponseDataInner) GetCreatedAt() string
GetCreatedAt returns the CreatedAt field value
func (*SourceControlReleasesAppsAppUuidGet200ResponseDataInner) GetCreatedAtOk ¶ added in v1.0.0
func (o *SourceControlReleasesAppsAppUuidGet200ResponseDataInner) GetCreatedAtOk() (*string, bool)
GetCreatedAtOk returns a tuple with the CreatedAt field value and a boolean to check if the value has been set.
func (*SourceControlReleasesAppsAppUuidGet200ResponseDataInner) GetReleaseDescription ¶ added in v1.0.0
func (o *SourceControlReleasesAppsAppUuidGet200ResponseDataInner) GetReleaseDescription() string
GetReleaseDescription returns the ReleaseDescription field value if set, zero value otherwise.
func (*SourceControlReleasesAppsAppUuidGet200ResponseDataInner) GetReleaseDescriptionOk ¶ added in v1.0.0
func (o *SourceControlReleasesAppsAppUuidGet200ResponseDataInner) GetReleaseDescriptionOk() (*string, bool)
GetReleaseDescriptionOk returns a tuple with the ReleaseDescription field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SourceControlReleasesAppsAppUuidGet200ResponseDataInner) GetReleaseVersion ¶ added in v1.0.0
func (o *SourceControlReleasesAppsAppUuidGet200ResponseDataInner) GetReleaseVersion() string
GetReleaseVersion returns the ReleaseVersion field value
func (*SourceControlReleasesAppsAppUuidGet200ResponseDataInner) GetReleaseVersionOk ¶ added in v1.0.0
func (o *SourceControlReleasesAppsAppUuidGet200ResponseDataInner) GetReleaseVersionOk() (*string, bool)
GetReleaseVersionOk returns a tuple with the ReleaseVersion field value and a boolean to check if the value has been set.
func (*SourceControlReleasesAppsAppUuidGet200ResponseDataInner) HasReleaseDescription ¶ added in v1.0.0
func (o *SourceControlReleasesAppsAppUuidGet200ResponseDataInner) HasReleaseDescription() bool
HasReleaseDescription returns a boolean if a field has been set.
func (SourceControlReleasesAppsAppUuidGet200ResponseDataInner) MarshalJSON ¶ added in v1.0.0
func (o SourceControlReleasesAppsAppUuidGet200ResponseDataInner) MarshalJSON() ([]byte, error)
func (*SourceControlReleasesAppsAppUuidGet200ResponseDataInner) SetCreatedAt ¶ added in v1.0.0
func (o *SourceControlReleasesAppsAppUuidGet200ResponseDataInner) SetCreatedAt(v string)
SetCreatedAt sets field value
func (*SourceControlReleasesAppsAppUuidGet200ResponseDataInner) SetReleaseDescription ¶ added in v1.0.0
func (o *SourceControlReleasesAppsAppUuidGet200ResponseDataInner) SetReleaseDescription(v string)
SetReleaseDescription gets a reference to the given string and assigns it to the ReleaseDescription field.
func (*SourceControlReleasesAppsAppUuidGet200ResponseDataInner) SetReleaseVersion ¶ added in v1.0.0
func (o *SourceControlReleasesAppsAppUuidGet200ResponseDataInner) SetReleaseVersion(v string)
SetReleaseVersion sets field value
func (SourceControlReleasesAppsAppUuidGet200ResponseDataInner) ToMap ¶ added in v1.0.0
func (o SourceControlReleasesAppsAppUuidGet200ResponseDataInner) ToMap() (map[string]interface{}, error)
func (*SourceControlReleasesAppsAppUuidGet200ResponseDataInner) UnmarshalJSON ¶ added in v1.0.0
func (o *SourceControlReleasesAppsAppUuidGet200ResponseDataInner) UnmarshalJSON(data []byte) (err error)
type SourceControlReleasesAppsAppUuidPostRequest ¶ added in v1.0.0
type SourceControlReleasesAppsAppUuidPostRequest struct {
// The version of the release.
ReleaseVersion string `json:"release_version"`
// The description of the release.
ReleaseDescription *string `json:"release_description,omitempty"`
// Message to use for the commit that updates the specified manifest. If a message is not provided, a default will be used.
CommitMessage *string `json:"commit_message,omitempty"`
AdditionalProperties map[string]interface{}
}
SourceControlReleasesAppsAppUuidPostRequest struct for SourceControlReleasesAppsAppUuidPostRequest
func NewSourceControlReleasesAppsAppUuidPostRequest ¶ added in v1.0.0
func NewSourceControlReleasesAppsAppUuidPostRequest(releaseVersion string) *SourceControlReleasesAppsAppUuidPostRequest
NewSourceControlReleasesAppsAppUuidPostRequest instantiates a new SourceControlReleasesAppsAppUuidPostRequest object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewSourceControlReleasesAppsAppUuidPostRequestWithDefaults ¶ added in v1.0.0
func NewSourceControlReleasesAppsAppUuidPostRequestWithDefaults() *SourceControlReleasesAppsAppUuidPostRequest
NewSourceControlReleasesAppsAppUuidPostRequestWithDefaults instantiates a new SourceControlReleasesAppsAppUuidPostRequest object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*SourceControlReleasesAppsAppUuidPostRequest) GetCommitMessage ¶ added in v1.0.0
func (o *SourceControlReleasesAppsAppUuidPostRequest) GetCommitMessage() string
GetCommitMessage returns the CommitMessage field value if set, zero value otherwise.
func (*SourceControlReleasesAppsAppUuidPostRequest) GetCommitMessageOk ¶ added in v1.0.0
func (o *SourceControlReleasesAppsAppUuidPostRequest) GetCommitMessageOk() (*string, bool)
GetCommitMessageOk returns a tuple with the CommitMessage field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SourceControlReleasesAppsAppUuidPostRequest) GetReleaseDescription ¶ added in v1.0.0
func (o *SourceControlReleasesAppsAppUuidPostRequest) GetReleaseDescription() string
GetReleaseDescription returns the ReleaseDescription field value if set, zero value otherwise.
func (*SourceControlReleasesAppsAppUuidPostRequest) GetReleaseDescriptionOk ¶ added in v1.0.0
func (o *SourceControlReleasesAppsAppUuidPostRequest) GetReleaseDescriptionOk() (*string, bool)
GetReleaseDescriptionOk returns a tuple with the ReleaseDescription field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SourceControlReleasesAppsAppUuidPostRequest) GetReleaseVersion ¶ added in v1.0.0
func (o *SourceControlReleasesAppsAppUuidPostRequest) GetReleaseVersion() string
GetReleaseVersion returns the ReleaseVersion field value
func (*SourceControlReleasesAppsAppUuidPostRequest) GetReleaseVersionOk ¶ added in v1.0.0
func (o *SourceControlReleasesAppsAppUuidPostRequest) GetReleaseVersionOk() (*string, bool)
GetReleaseVersionOk returns a tuple with the ReleaseVersion field value and a boolean to check if the value has been set.
func (*SourceControlReleasesAppsAppUuidPostRequest) HasCommitMessage ¶ added in v1.0.0
func (o *SourceControlReleasesAppsAppUuidPostRequest) HasCommitMessage() bool
HasCommitMessage returns a boolean if a field has been set.
func (*SourceControlReleasesAppsAppUuidPostRequest) HasReleaseDescription ¶ added in v1.0.0
func (o *SourceControlReleasesAppsAppUuidPostRequest) HasReleaseDescription() bool
HasReleaseDescription returns a boolean if a field has been set.
func (SourceControlReleasesAppsAppUuidPostRequest) MarshalJSON ¶ added in v1.0.0
func (o SourceControlReleasesAppsAppUuidPostRequest) MarshalJSON() ([]byte, error)
func (*SourceControlReleasesAppsAppUuidPostRequest) SetCommitMessage ¶ added in v1.0.0
func (o *SourceControlReleasesAppsAppUuidPostRequest) SetCommitMessage(v string)
SetCommitMessage gets a reference to the given string and assigns it to the CommitMessage field.
func (*SourceControlReleasesAppsAppUuidPostRequest) SetReleaseDescription ¶ added in v1.0.0
func (o *SourceControlReleasesAppsAppUuidPostRequest) SetReleaseDescription(v string)
SetReleaseDescription gets a reference to the given string and assigns it to the ReleaseDescription field.
func (*SourceControlReleasesAppsAppUuidPostRequest) SetReleaseVersion ¶ added in v1.0.0
func (o *SourceControlReleasesAppsAppUuidPostRequest) SetReleaseVersion(v string)
SetReleaseVersion sets field value
func (SourceControlReleasesAppsAppUuidPostRequest) ToMap ¶ added in v1.0.0
func (o SourceControlReleasesAppsAppUuidPostRequest) ToMap() (map[string]interface{}, error)
func (*SourceControlReleasesAppsAppUuidPostRequest) UnmarshalJSON ¶ added in v1.0.0
func (o *SourceControlReleasesAppsAppUuidPostRequest) UnmarshalJSON(data []byte) (err error)
type SourceControlSettings ¶
type SourceControlSettings struct {
// When enabled, Retool automatically suggests a branch name on branch creation. Defaults to true.
AutoBranchNamingEnabled bool `json:"auto_branch_naming_enabled"`
// When enabled, Retool will use the template specified to create pull requests. Defaults to false.
CustomPullRequestTemplateEnabled bool `json:"custom_pull_request_template_enabled"`
// Pull requests created from Retool will use the template specified.
CustomPullRequestTemplate string `json:"custom_pull_request_template"`
// When set to true, creates a read-only instance of Retool, where app editing is disabled. Defaults to false.
VersionControlLocked bool `json:"version_control_locked"`
// When set to true, creates a uuid mapping for protected elements to be used in the source control repo. Defaults to false.
ForceUuidMapping bool `json:"force_uuid_mapping"`
// When set to true, Retool will automatically delete branches after changes are merged if the remote branch no longer exists and there are no uncommitted changes. Defaults to true.
AutoCleanupBranchesEnabled bool `json:"auto_cleanup_branches_enabled"`
AdditionalProperties map[string]interface{}
}
SourceControlSettings struct for SourceControlSettings
func NewSourceControlSettings ¶
func NewSourceControlSettings(autoBranchNamingEnabled bool, customPullRequestTemplateEnabled bool, customPullRequestTemplate string, versionControlLocked bool, forceUuidMapping bool, autoCleanupBranchesEnabled bool) *SourceControlSettings
NewSourceControlSettings instantiates a new SourceControlSettings object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewSourceControlSettingsWithDefaults ¶
func NewSourceControlSettingsWithDefaults() *SourceControlSettings
NewSourceControlSettingsWithDefaults instantiates a new SourceControlSettings object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*SourceControlSettings) GetAutoBranchNamingEnabled ¶
func (o *SourceControlSettings) GetAutoBranchNamingEnabled() bool
GetAutoBranchNamingEnabled returns the AutoBranchNamingEnabled field value
func (*SourceControlSettings) GetAutoBranchNamingEnabledOk ¶
func (o *SourceControlSettings) GetAutoBranchNamingEnabledOk() (*bool, bool)
GetAutoBranchNamingEnabledOk returns a tuple with the AutoBranchNamingEnabled field value and a boolean to check if the value has been set.
func (*SourceControlSettings) GetAutoCleanupBranchesEnabled ¶ added in v1.0.0
func (o *SourceControlSettings) GetAutoCleanupBranchesEnabled() bool
GetAutoCleanupBranchesEnabled returns the AutoCleanupBranchesEnabled field value
func (*SourceControlSettings) GetAutoCleanupBranchesEnabledOk ¶ added in v1.0.0
func (o *SourceControlSettings) GetAutoCleanupBranchesEnabledOk() (*bool, bool)
GetAutoCleanupBranchesEnabledOk returns a tuple with the AutoCleanupBranchesEnabled field value and a boolean to check if the value has been set.
func (*SourceControlSettings) GetCustomPullRequestTemplate ¶
func (o *SourceControlSettings) GetCustomPullRequestTemplate() string
GetCustomPullRequestTemplate returns the CustomPullRequestTemplate field value
func (*SourceControlSettings) GetCustomPullRequestTemplateEnabled ¶
func (o *SourceControlSettings) GetCustomPullRequestTemplateEnabled() bool
GetCustomPullRequestTemplateEnabled returns the CustomPullRequestTemplateEnabled field value
func (*SourceControlSettings) GetCustomPullRequestTemplateEnabledOk ¶
func (o *SourceControlSettings) GetCustomPullRequestTemplateEnabledOk() (*bool, bool)
GetCustomPullRequestTemplateEnabledOk returns a tuple with the CustomPullRequestTemplateEnabled field value and a boolean to check if the value has been set.
func (*SourceControlSettings) GetCustomPullRequestTemplateOk ¶
func (o *SourceControlSettings) GetCustomPullRequestTemplateOk() (*string, bool)
GetCustomPullRequestTemplateOk returns a tuple with the CustomPullRequestTemplate field value and a boolean to check if the value has been set.
func (*SourceControlSettings) GetForceUuidMapping ¶ added in v0.1.0
func (o *SourceControlSettings) GetForceUuidMapping() bool
GetForceUuidMapping returns the ForceUuidMapping field value
func (*SourceControlSettings) GetForceUuidMappingOk ¶ added in v0.1.0
func (o *SourceControlSettings) GetForceUuidMappingOk() (*bool, bool)
GetForceUuidMappingOk returns a tuple with the ForceUuidMapping field value and a boolean to check if the value has been set.
func (*SourceControlSettings) GetVersionControlLocked ¶
func (o *SourceControlSettings) GetVersionControlLocked() bool
GetVersionControlLocked returns the VersionControlLocked field value
func (*SourceControlSettings) GetVersionControlLockedOk ¶
func (o *SourceControlSettings) GetVersionControlLockedOk() (*bool, bool)
GetVersionControlLockedOk returns a tuple with the VersionControlLocked field value and a boolean to check if the value has been set.
func (SourceControlSettings) MarshalJSON ¶
func (o SourceControlSettings) MarshalJSON() ([]byte, error)
func (*SourceControlSettings) SetAutoBranchNamingEnabled ¶
func (o *SourceControlSettings) SetAutoBranchNamingEnabled(v bool)
SetAutoBranchNamingEnabled sets field value
func (*SourceControlSettings) SetAutoCleanupBranchesEnabled ¶ added in v1.0.0
func (o *SourceControlSettings) SetAutoCleanupBranchesEnabled(v bool)
SetAutoCleanupBranchesEnabled sets field value
func (*SourceControlSettings) SetCustomPullRequestTemplate ¶
func (o *SourceControlSettings) SetCustomPullRequestTemplate(v string)
SetCustomPullRequestTemplate sets field value
func (*SourceControlSettings) SetCustomPullRequestTemplateEnabled ¶
func (o *SourceControlSettings) SetCustomPullRequestTemplateEnabled(v bool)
SetCustomPullRequestTemplateEnabled sets field value
func (*SourceControlSettings) SetForceUuidMapping ¶ added in v0.1.0
func (o *SourceControlSettings) SetForceUuidMapping(v bool)
SetForceUuidMapping sets field value
func (*SourceControlSettings) SetVersionControlLocked ¶
func (o *SourceControlSettings) SetVersionControlLocked(v bool)
SetVersionControlLocked sets field value
func (SourceControlSettings) ToMap ¶
func (o SourceControlSettings) ToMap() (map[string]interface{}, error)
func (*SourceControlSettings) UnmarshalJSON ¶
func (o *SourceControlSettings) UnmarshalJSON(data []byte) (err error)
type SourceControlSettingsGet200Response ¶
type SourceControlSettingsGet200Response struct {
// API request succeeded
Success bool `json:"success"`
Data SourceControlSettingsGet200ResponseData `json:"data"`
AdditionalProperties map[string]interface{}
}
SourceControlSettingsGet200Response struct for SourceControlSettingsGet200Response
func NewSourceControlSettingsGet200Response ¶
func NewSourceControlSettingsGet200Response(success bool, data SourceControlSettingsGet200ResponseData) *SourceControlSettingsGet200Response
NewSourceControlSettingsGet200Response instantiates a new SourceControlSettingsGet200Response object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewSourceControlSettingsGet200ResponseWithDefaults ¶
func NewSourceControlSettingsGet200ResponseWithDefaults() *SourceControlSettingsGet200Response
NewSourceControlSettingsGet200ResponseWithDefaults instantiates a new SourceControlSettingsGet200Response object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*SourceControlSettingsGet200Response) GetData ¶
func (o *SourceControlSettingsGet200Response) GetData() SourceControlSettingsGet200ResponseData
GetData returns the Data field value
func (*SourceControlSettingsGet200Response) GetDataOk ¶
func (o *SourceControlSettingsGet200Response) GetDataOk() (*SourceControlSettingsGet200ResponseData, bool)
GetDataOk returns a tuple with the Data field value and a boolean to check if the value has been set.
func (*SourceControlSettingsGet200Response) GetSuccess ¶
func (o *SourceControlSettingsGet200Response) GetSuccess() bool
GetSuccess returns the Success field value
func (*SourceControlSettingsGet200Response) GetSuccessOk ¶
func (o *SourceControlSettingsGet200Response) GetSuccessOk() (*bool, bool)
GetSuccessOk returns a tuple with the Success field value and a boolean to check if the value has been set.
func (SourceControlSettingsGet200Response) MarshalJSON ¶
func (o SourceControlSettingsGet200Response) MarshalJSON() ([]byte, error)
func (*SourceControlSettingsGet200Response) SetData ¶
func (o *SourceControlSettingsGet200Response) SetData(v SourceControlSettingsGet200ResponseData)
SetData sets field value
func (*SourceControlSettingsGet200Response) SetSuccess ¶
func (o *SourceControlSettingsGet200Response) SetSuccess(v bool)
SetSuccess sets field value
func (SourceControlSettingsGet200Response) ToMap ¶
func (o SourceControlSettingsGet200Response) ToMap() (map[string]interface{}, error)
func (*SourceControlSettingsGet200Response) UnmarshalJSON ¶
func (o *SourceControlSettingsGet200Response) UnmarshalJSON(data []byte) (err error)
type SourceControlSettingsGet200ResponseData ¶
type SourceControlSettingsGet200ResponseData struct {
// When enabled, Retool automatically suggests a branch name on branch creation. Defaults to true.
AutoBranchNamingEnabled bool `json:"auto_branch_naming_enabled"`
// When enabled, Retool will use the template specified to create pull requests. Defaults to false.
CustomPullRequestTemplateEnabled bool `json:"custom_pull_request_template_enabled"`
// Pull requests created from Retool will use the template specified.
CustomPullRequestTemplate string `json:"custom_pull_request_template"`
// When set to true, creates a read-only instance of Retool, where app editing is disabled. Defaults to false.
VersionControlLocked bool `json:"version_control_locked"`
// When set to true, creates a uuid mapping for protected elements to be used in the source control repo. Defaults to false.
ForceUuidMapping bool `json:"force_uuid_mapping"`
// When set to true, Retool will automatically delete branches after changes are merged if the remote branch no longer exists and there are no uncommitted changes. Defaults to true.
AutoCleanupBranchesEnabled bool `json:"auto_cleanup_branches_enabled"`
AdditionalProperties map[string]interface{}
}
SourceControlSettingsGet200ResponseData Source Control Settings
func NewSourceControlSettingsGet200ResponseData ¶
func NewSourceControlSettingsGet200ResponseData(autoBranchNamingEnabled bool, customPullRequestTemplateEnabled bool, customPullRequestTemplate string, versionControlLocked bool, forceUuidMapping bool, autoCleanupBranchesEnabled bool) *SourceControlSettingsGet200ResponseData
NewSourceControlSettingsGet200ResponseData instantiates a new SourceControlSettingsGet200ResponseData object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewSourceControlSettingsGet200ResponseDataWithDefaults ¶
func NewSourceControlSettingsGet200ResponseDataWithDefaults() *SourceControlSettingsGet200ResponseData
NewSourceControlSettingsGet200ResponseDataWithDefaults instantiates a new SourceControlSettingsGet200ResponseData object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*SourceControlSettingsGet200ResponseData) GetAutoBranchNamingEnabled ¶
func (o *SourceControlSettingsGet200ResponseData) GetAutoBranchNamingEnabled() bool
GetAutoBranchNamingEnabled returns the AutoBranchNamingEnabled field value
func (*SourceControlSettingsGet200ResponseData) GetAutoBranchNamingEnabledOk ¶
func (o *SourceControlSettingsGet200ResponseData) GetAutoBranchNamingEnabledOk() (*bool, bool)
GetAutoBranchNamingEnabledOk returns a tuple with the AutoBranchNamingEnabled field value and a boolean to check if the value has been set.
func (*SourceControlSettingsGet200ResponseData) GetAutoCleanupBranchesEnabled ¶ added in v1.0.0
func (o *SourceControlSettingsGet200ResponseData) GetAutoCleanupBranchesEnabled() bool
GetAutoCleanupBranchesEnabled returns the AutoCleanupBranchesEnabled field value
func (*SourceControlSettingsGet200ResponseData) GetAutoCleanupBranchesEnabledOk ¶ added in v1.0.0
func (o *SourceControlSettingsGet200ResponseData) GetAutoCleanupBranchesEnabledOk() (*bool, bool)
GetAutoCleanupBranchesEnabledOk returns a tuple with the AutoCleanupBranchesEnabled field value and a boolean to check if the value has been set.
func (*SourceControlSettingsGet200ResponseData) GetCustomPullRequestTemplate ¶
func (o *SourceControlSettingsGet200ResponseData) GetCustomPullRequestTemplate() string
GetCustomPullRequestTemplate returns the CustomPullRequestTemplate field value
func (*SourceControlSettingsGet200ResponseData) GetCustomPullRequestTemplateEnabled ¶
func (o *SourceControlSettingsGet200ResponseData) GetCustomPullRequestTemplateEnabled() bool
GetCustomPullRequestTemplateEnabled returns the CustomPullRequestTemplateEnabled field value
func (*SourceControlSettingsGet200ResponseData) GetCustomPullRequestTemplateEnabledOk ¶
func (o *SourceControlSettingsGet200ResponseData) GetCustomPullRequestTemplateEnabledOk() (*bool, bool)
GetCustomPullRequestTemplateEnabledOk returns a tuple with the CustomPullRequestTemplateEnabled field value and a boolean to check if the value has been set.
func (*SourceControlSettingsGet200ResponseData) GetCustomPullRequestTemplateOk ¶
func (o *SourceControlSettingsGet200ResponseData) GetCustomPullRequestTemplateOk() (*string, bool)
GetCustomPullRequestTemplateOk returns a tuple with the CustomPullRequestTemplate field value and a boolean to check if the value has been set.
func (*SourceControlSettingsGet200ResponseData) GetForceUuidMapping ¶ added in v0.1.0
func (o *SourceControlSettingsGet200ResponseData) GetForceUuidMapping() bool
GetForceUuidMapping returns the ForceUuidMapping field value
func (*SourceControlSettingsGet200ResponseData) GetForceUuidMappingOk ¶ added in v0.1.0
func (o *SourceControlSettingsGet200ResponseData) GetForceUuidMappingOk() (*bool, bool)
GetForceUuidMappingOk returns a tuple with the ForceUuidMapping field value and a boolean to check if the value has been set.
func (*SourceControlSettingsGet200ResponseData) GetVersionControlLocked ¶
func (o *SourceControlSettingsGet200ResponseData) GetVersionControlLocked() bool
GetVersionControlLocked returns the VersionControlLocked field value
func (*SourceControlSettingsGet200ResponseData) GetVersionControlLockedOk ¶
func (o *SourceControlSettingsGet200ResponseData) GetVersionControlLockedOk() (*bool, bool)
GetVersionControlLockedOk returns a tuple with the VersionControlLocked field value and a boolean to check if the value has been set.
func (SourceControlSettingsGet200ResponseData) MarshalJSON ¶
func (o SourceControlSettingsGet200ResponseData) MarshalJSON() ([]byte, error)
func (*SourceControlSettingsGet200ResponseData) SetAutoBranchNamingEnabled ¶
func (o *SourceControlSettingsGet200ResponseData) SetAutoBranchNamingEnabled(v bool)
SetAutoBranchNamingEnabled sets field value
func (*SourceControlSettingsGet200ResponseData) SetAutoCleanupBranchesEnabled ¶ added in v1.0.0
func (o *SourceControlSettingsGet200ResponseData) SetAutoCleanupBranchesEnabled(v bool)
SetAutoCleanupBranchesEnabled sets field value
func (*SourceControlSettingsGet200ResponseData) SetCustomPullRequestTemplate ¶
func (o *SourceControlSettingsGet200ResponseData) SetCustomPullRequestTemplate(v string)
SetCustomPullRequestTemplate sets field value
func (*SourceControlSettingsGet200ResponseData) SetCustomPullRequestTemplateEnabled ¶
func (o *SourceControlSettingsGet200ResponseData) SetCustomPullRequestTemplateEnabled(v bool)
SetCustomPullRequestTemplateEnabled sets field value
func (*SourceControlSettingsGet200ResponseData) SetForceUuidMapping ¶ added in v0.1.0
func (o *SourceControlSettingsGet200ResponseData) SetForceUuidMapping(v bool)
SetForceUuidMapping sets field value
func (*SourceControlSettingsGet200ResponseData) SetVersionControlLocked ¶
func (o *SourceControlSettingsGet200ResponseData) SetVersionControlLocked(v bool)
SetVersionControlLocked sets field value
func (SourceControlSettingsGet200ResponseData) ToMap ¶
func (o SourceControlSettingsGet200ResponseData) ToMap() (map[string]interface{}, error)
func (*SourceControlSettingsGet200ResponseData) UnmarshalJSON ¶
func (o *SourceControlSettingsGet200ResponseData) UnmarshalJSON(data []byte) (err error)
type SourceControlSettingsPut200Response ¶
type SourceControlSettingsPut200Response struct {
// API request succeeded
Success bool `json:"success"`
Data SourceControlSettingsPut200ResponseData `json:"data"`
AdditionalProperties map[string]interface{}
}
SourceControlSettingsPut200Response struct for SourceControlSettingsPut200Response
func NewSourceControlSettingsPut200Response ¶
func NewSourceControlSettingsPut200Response(success bool, data SourceControlSettingsPut200ResponseData) *SourceControlSettingsPut200Response
NewSourceControlSettingsPut200Response instantiates a new SourceControlSettingsPut200Response object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewSourceControlSettingsPut200ResponseWithDefaults ¶
func NewSourceControlSettingsPut200ResponseWithDefaults() *SourceControlSettingsPut200Response
NewSourceControlSettingsPut200ResponseWithDefaults instantiates a new SourceControlSettingsPut200Response object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*SourceControlSettingsPut200Response) GetData ¶
func (o *SourceControlSettingsPut200Response) GetData() SourceControlSettingsPut200ResponseData
GetData returns the Data field value
func (*SourceControlSettingsPut200Response) GetDataOk ¶
func (o *SourceControlSettingsPut200Response) GetDataOk() (*SourceControlSettingsPut200ResponseData, bool)
GetDataOk returns a tuple with the Data field value and a boolean to check if the value has been set.
func (*SourceControlSettingsPut200Response) GetSuccess ¶
func (o *SourceControlSettingsPut200Response) GetSuccess() bool
GetSuccess returns the Success field value
func (*SourceControlSettingsPut200Response) GetSuccessOk ¶
func (o *SourceControlSettingsPut200Response) GetSuccessOk() (*bool, bool)
GetSuccessOk returns a tuple with the Success field value and a boolean to check if the value has been set.
func (SourceControlSettingsPut200Response) MarshalJSON ¶
func (o SourceControlSettingsPut200Response) MarshalJSON() ([]byte, error)
func (*SourceControlSettingsPut200Response) SetData ¶
func (o *SourceControlSettingsPut200Response) SetData(v SourceControlSettingsPut200ResponseData)
SetData sets field value
func (*SourceControlSettingsPut200Response) SetSuccess ¶
func (o *SourceControlSettingsPut200Response) SetSuccess(v bool)
SetSuccess sets field value
func (SourceControlSettingsPut200Response) ToMap ¶
func (o SourceControlSettingsPut200Response) ToMap() (map[string]interface{}, error)
func (*SourceControlSettingsPut200Response) UnmarshalJSON ¶
func (o *SourceControlSettingsPut200Response) UnmarshalJSON(data []byte) (err error)
type SourceControlSettingsPut200ResponseData ¶
type SourceControlSettingsPut200ResponseData struct {
// When enabled, Retool automatically suggests a branch name on branch creation. Defaults to true.
AutoBranchNamingEnabled bool `json:"auto_branch_naming_enabled"`
// When enabled, Retool will use the template specified to create pull requests. Defaults to false.
CustomPullRequestTemplateEnabled bool `json:"custom_pull_request_template_enabled"`
// Pull requests created from Retool will use the template specified.
CustomPullRequestTemplate string `json:"custom_pull_request_template"`
// When set to true, creates a read-only instance of Retool, where app editing is disabled. Defaults to false.
VersionControlLocked bool `json:"version_control_locked"`
// When set to true, creates a uuid mapping for protected elements to be used in the source control repo. Defaults to false.
ForceUuidMapping bool `json:"force_uuid_mapping"`
// When set to true, Retool will automatically delete branches after changes are merged if the remote branch no longer exists and there are no uncommitted changes. Defaults to true.
AutoCleanupBranchesEnabled bool `json:"auto_cleanup_branches_enabled"`
AdditionalProperties map[string]interface{}
}
SourceControlSettingsPut200ResponseData Result of creating Source Control Settings
func NewSourceControlSettingsPut200ResponseData ¶
func NewSourceControlSettingsPut200ResponseData(autoBranchNamingEnabled bool, customPullRequestTemplateEnabled bool, customPullRequestTemplate string, versionControlLocked bool, forceUuidMapping bool, autoCleanupBranchesEnabled bool) *SourceControlSettingsPut200ResponseData
NewSourceControlSettingsPut200ResponseData instantiates a new SourceControlSettingsPut200ResponseData object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewSourceControlSettingsPut200ResponseDataWithDefaults ¶
func NewSourceControlSettingsPut200ResponseDataWithDefaults() *SourceControlSettingsPut200ResponseData
NewSourceControlSettingsPut200ResponseDataWithDefaults instantiates a new SourceControlSettingsPut200ResponseData object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*SourceControlSettingsPut200ResponseData) GetAutoBranchNamingEnabled ¶
func (o *SourceControlSettingsPut200ResponseData) GetAutoBranchNamingEnabled() bool
GetAutoBranchNamingEnabled returns the AutoBranchNamingEnabled field value
func (*SourceControlSettingsPut200ResponseData) GetAutoBranchNamingEnabledOk ¶
func (o *SourceControlSettingsPut200ResponseData) GetAutoBranchNamingEnabledOk() (*bool, bool)
GetAutoBranchNamingEnabledOk returns a tuple with the AutoBranchNamingEnabled field value and a boolean to check if the value has been set.
func (*SourceControlSettingsPut200ResponseData) GetAutoCleanupBranchesEnabled ¶ added in v1.0.0
func (o *SourceControlSettingsPut200ResponseData) GetAutoCleanupBranchesEnabled() bool
GetAutoCleanupBranchesEnabled returns the AutoCleanupBranchesEnabled field value
func (*SourceControlSettingsPut200ResponseData) GetAutoCleanupBranchesEnabledOk ¶ added in v1.0.0
func (o *SourceControlSettingsPut200ResponseData) GetAutoCleanupBranchesEnabledOk() (*bool, bool)
GetAutoCleanupBranchesEnabledOk returns a tuple with the AutoCleanupBranchesEnabled field value and a boolean to check if the value has been set.
func (*SourceControlSettingsPut200ResponseData) GetCustomPullRequestTemplate ¶
func (o *SourceControlSettingsPut200ResponseData) GetCustomPullRequestTemplate() string
GetCustomPullRequestTemplate returns the CustomPullRequestTemplate field value
func (*SourceControlSettingsPut200ResponseData) GetCustomPullRequestTemplateEnabled ¶
func (o *SourceControlSettingsPut200ResponseData) GetCustomPullRequestTemplateEnabled() bool
GetCustomPullRequestTemplateEnabled returns the CustomPullRequestTemplateEnabled field value
func (*SourceControlSettingsPut200ResponseData) GetCustomPullRequestTemplateEnabledOk ¶
func (o *SourceControlSettingsPut200ResponseData) GetCustomPullRequestTemplateEnabledOk() (*bool, bool)
GetCustomPullRequestTemplateEnabledOk returns a tuple with the CustomPullRequestTemplateEnabled field value and a boolean to check if the value has been set.
func (*SourceControlSettingsPut200ResponseData) GetCustomPullRequestTemplateOk ¶
func (o *SourceControlSettingsPut200ResponseData) GetCustomPullRequestTemplateOk() (*string, bool)
GetCustomPullRequestTemplateOk returns a tuple with the CustomPullRequestTemplate field value and a boolean to check if the value has been set.
func (*SourceControlSettingsPut200ResponseData) GetForceUuidMapping ¶ added in v0.1.0
func (o *SourceControlSettingsPut200ResponseData) GetForceUuidMapping() bool
GetForceUuidMapping returns the ForceUuidMapping field value
func (*SourceControlSettingsPut200ResponseData) GetForceUuidMappingOk ¶ added in v0.1.0
func (o *SourceControlSettingsPut200ResponseData) GetForceUuidMappingOk() (*bool, bool)
GetForceUuidMappingOk returns a tuple with the ForceUuidMapping field value and a boolean to check if the value has been set.
func (*SourceControlSettingsPut200ResponseData) GetVersionControlLocked ¶
func (o *SourceControlSettingsPut200ResponseData) GetVersionControlLocked() bool
GetVersionControlLocked returns the VersionControlLocked field value
func (*SourceControlSettingsPut200ResponseData) GetVersionControlLockedOk ¶
func (o *SourceControlSettingsPut200ResponseData) GetVersionControlLockedOk() (*bool, bool)
GetVersionControlLockedOk returns a tuple with the VersionControlLocked field value and a boolean to check if the value has been set.
func (SourceControlSettingsPut200ResponseData) MarshalJSON ¶
func (o SourceControlSettingsPut200ResponseData) MarshalJSON() ([]byte, error)
func (*SourceControlSettingsPut200ResponseData) SetAutoBranchNamingEnabled ¶
func (o *SourceControlSettingsPut200ResponseData) SetAutoBranchNamingEnabled(v bool)
SetAutoBranchNamingEnabled sets field value
func (*SourceControlSettingsPut200ResponseData) SetAutoCleanupBranchesEnabled ¶ added in v1.0.0
func (o *SourceControlSettingsPut200ResponseData) SetAutoCleanupBranchesEnabled(v bool)
SetAutoCleanupBranchesEnabled sets field value
func (*SourceControlSettingsPut200ResponseData) SetCustomPullRequestTemplate ¶
func (o *SourceControlSettingsPut200ResponseData) SetCustomPullRequestTemplate(v string)
SetCustomPullRequestTemplate sets field value
func (*SourceControlSettingsPut200ResponseData) SetCustomPullRequestTemplateEnabled ¶
func (o *SourceControlSettingsPut200ResponseData) SetCustomPullRequestTemplateEnabled(v bool)
SetCustomPullRequestTemplateEnabled sets field value
func (*SourceControlSettingsPut200ResponseData) SetForceUuidMapping ¶ added in v0.1.0
func (o *SourceControlSettingsPut200ResponseData) SetForceUuidMapping(v bool)
SetForceUuidMapping sets field value
func (*SourceControlSettingsPut200ResponseData) SetVersionControlLocked ¶
func (o *SourceControlSettingsPut200ResponseData) SetVersionControlLocked(v bool)
SetVersionControlLocked sets field value
func (SourceControlSettingsPut200ResponseData) ToMap ¶
func (o SourceControlSettingsPut200ResponseData) ToMap() (map[string]interface{}, error)
func (*SourceControlSettingsPut200ResponseData) UnmarshalJSON ¶
func (o *SourceControlSettingsPut200ResponseData) UnmarshalJSON(data []byte) (err error)
type SourceControlSettingsPutRequest ¶
type SourceControlSettingsPutRequest struct {
Settings SourceControlSettingsPutRequestSettings `json:"settings"`
}
SourceControlSettingsPutRequest Shape of Source Control Settings
func NewSourceControlSettingsPutRequest ¶
func NewSourceControlSettingsPutRequest(settings SourceControlSettingsPutRequestSettings) *SourceControlSettingsPutRequest
NewSourceControlSettingsPutRequest instantiates a new SourceControlSettingsPutRequest object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewSourceControlSettingsPutRequestWithDefaults ¶
func NewSourceControlSettingsPutRequestWithDefaults() *SourceControlSettingsPutRequest
NewSourceControlSettingsPutRequestWithDefaults instantiates a new SourceControlSettingsPutRequest object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*SourceControlSettingsPutRequest) GetSettings ¶
func (o *SourceControlSettingsPutRequest) GetSettings() SourceControlSettingsPutRequestSettings
GetSettings returns the Settings field value
func (*SourceControlSettingsPutRequest) GetSettingsOk ¶
func (o *SourceControlSettingsPutRequest) GetSettingsOk() (*SourceControlSettingsPutRequestSettings, bool)
GetSettingsOk returns a tuple with the Settings field value and a boolean to check if the value has been set.
func (SourceControlSettingsPutRequest) MarshalJSON ¶
func (o SourceControlSettingsPutRequest) MarshalJSON() ([]byte, error)
func (*SourceControlSettingsPutRequest) SetSettings ¶
func (o *SourceControlSettingsPutRequest) SetSettings(v SourceControlSettingsPutRequestSettings)
SetSettings sets field value
func (SourceControlSettingsPutRequest) ToMap ¶
func (o SourceControlSettingsPutRequest) ToMap() (map[string]interface{}, error)
func (*SourceControlSettingsPutRequest) UnmarshalJSON ¶
func (o *SourceControlSettingsPutRequest) UnmarshalJSON(data []byte) (err error)
type SourceControlSettingsPutRequestSettings ¶
type SourceControlSettingsPutRequestSettings struct {
// When enabled, Retool automatically suggests a branch name on branch creation. Defaults to true.
AutoBranchNamingEnabled *bool `json:"auto_branch_naming_enabled,omitempty"`
// When enabled, Retool will use the template specified to create pull requests. Defaults to false.
CustomPullRequestTemplateEnabled *bool `json:"custom_pull_request_template_enabled,omitempty"`
// Pull requests created from Retool will use the template specified.
CustomPullRequestTemplate *string `json:"custom_pull_request_template,omitempty"`
// When set to true, creates a read-only instance of Retool, where app editing is disabled. Defaults to false.
VersionControlLocked *bool `json:"version_control_locked,omitempty"`
// When set to true, creates a uuid mapping for protected elements to be used in the source control repo. Defaults to false.
ForceUuidMapping *bool `json:"force_uuid_mapping,omitempty"`
// When set to true, Retool will automatically delete branches after changes are merged if the remote branch no longer exists and there are no uncommitted changes. Defaults to true.
AutoCleanupBranchesEnabled *bool `json:"auto_cleanup_branches_enabled,omitempty"`
}
SourceControlSettingsPutRequestSettings struct for SourceControlSettingsPutRequestSettings
func NewSourceControlSettingsPutRequestSettings ¶
func NewSourceControlSettingsPutRequestSettings() *SourceControlSettingsPutRequestSettings
NewSourceControlSettingsPutRequestSettings instantiates a new SourceControlSettingsPutRequestSettings object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewSourceControlSettingsPutRequestSettingsWithDefaults ¶
func NewSourceControlSettingsPutRequestSettingsWithDefaults() *SourceControlSettingsPutRequestSettings
NewSourceControlSettingsPutRequestSettingsWithDefaults instantiates a new SourceControlSettingsPutRequestSettings object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*SourceControlSettingsPutRequestSettings) GetAutoBranchNamingEnabled ¶
func (o *SourceControlSettingsPutRequestSettings) GetAutoBranchNamingEnabled() bool
GetAutoBranchNamingEnabled returns the AutoBranchNamingEnabled field value if set, zero value otherwise.
func (*SourceControlSettingsPutRequestSettings) GetAutoBranchNamingEnabledOk ¶
func (o *SourceControlSettingsPutRequestSettings) GetAutoBranchNamingEnabledOk() (*bool, bool)
GetAutoBranchNamingEnabledOk returns a tuple with the AutoBranchNamingEnabled field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SourceControlSettingsPutRequestSettings) GetAutoCleanupBranchesEnabled ¶ added in v1.0.0
func (o *SourceControlSettingsPutRequestSettings) GetAutoCleanupBranchesEnabled() bool
GetAutoCleanupBranchesEnabled returns the AutoCleanupBranchesEnabled field value if set, zero value otherwise.
func (*SourceControlSettingsPutRequestSettings) GetAutoCleanupBranchesEnabledOk ¶ added in v1.0.0
func (o *SourceControlSettingsPutRequestSettings) GetAutoCleanupBranchesEnabledOk() (*bool, bool)
GetAutoCleanupBranchesEnabledOk returns a tuple with the AutoCleanupBranchesEnabled field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SourceControlSettingsPutRequestSettings) GetCustomPullRequestTemplate ¶
func (o *SourceControlSettingsPutRequestSettings) GetCustomPullRequestTemplate() string
GetCustomPullRequestTemplate returns the CustomPullRequestTemplate field value if set, zero value otherwise.
func (*SourceControlSettingsPutRequestSettings) GetCustomPullRequestTemplateEnabled ¶
func (o *SourceControlSettingsPutRequestSettings) GetCustomPullRequestTemplateEnabled() bool
GetCustomPullRequestTemplateEnabled returns the CustomPullRequestTemplateEnabled field value if set, zero value otherwise.
func (*SourceControlSettingsPutRequestSettings) GetCustomPullRequestTemplateEnabledOk ¶
func (o *SourceControlSettingsPutRequestSettings) GetCustomPullRequestTemplateEnabledOk() (*bool, bool)
GetCustomPullRequestTemplateEnabledOk returns a tuple with the CustomPullRequestTemplateEnabled field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SourceControlSettingsPutRequestSettings) GetCustomPullRequestTemplateOk ¶
func (o *SourceControlSettingsPutRequestSettings) GetCustomPullRequestTemplateOk() (*string, bool)
GetCustomPullRequestTemplateOk returns a tuple with the CustomPullRequestTemplate field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SourceControlSettingsPutRequestSettings) GetForceUuidMapping ¶ added in v0.1.0
func (o *SourceControlSettingsPutRequestSettings) GetForceUuidMapping() bool
GetForceUuidMapping returns the ForceUuidMapping field value if set, zero value otherwise.
func (*SourceControlSettingsPutRequestSettings) GetForceUuidMappingOk ¶ added in v0.1.0
func (o *SourceControlSettingsPutRequestSettings) GetForceUuidMappingOk() (*bool, bool)
GetForceUuidMappingOk returns a tuple with the ForceUuidMapping field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SourceControlSettingsPutRequestSettings) GetVersionControlLocked ¶
func (o *SourceControlSettingsPutRequestSettings) GetVersionControlLocked() bool
GetVersionControlLocked returns the VersionControlLocked field value if set, zero value otherwise.
func (*SourceControlSettingsPutRequestSettings) GetVersionControlLockedOk ¶
func (o *SourceControlSettingsPutRequestSettings) GetVersionControlLockedOk() (*bool, bool)
GetVersionControlLockedOk returns a tuple with the VersionControlLocked field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SourceControlSettingsPutRequestSettings) HasAutoBranchNamingEnabled ¶
func (o *SourceControlSettingsPutRequestSettings) HasAutoBranchNamingEnabled() bool
HasAutoBranchNamingEnabled returns a boolean if a field has been set.
func (*SourceControlSettingsPutRequestSettings) HasAutoCleanupBranchesEnabled ¶ added in v1.0.0
func (o *SourceControlSettingsPutRequestSettings) HasAutoCleanupBranchesEnabled() bool
HasAutoCleanupBranchesEnabled returns a boolean if a field has been set.
func (*SourceControlSettingsPutRequestSettings) HasCustomPullRequestTemplate ¶
func (o *SourceControlSettingsPutRequestSettings) HasCustomPullRequestTemplate() bool
HasCustomPullRequestTemplate returns a boolean if a field has been set.
func (*SourceControlSettingsPutRequestSettings) HasCustomPullRequestTemplateEnabled ¶
func (o *SourceControlSettingsPutRequestSettings) HasCustomPullRequestTemplateEnabled() bool
HasCustomPullRequestTemplateEnabled returns a boolean if a field has been set.
func (*SourceControlSettingsPutRequestSettings) HasForceUuidMapping ¶ added in v0.1.0
func (o *SourceControlSettingsPutRequestSettings) HasForceUuidMapping() bool
HasForceUuidMapping returns a boolean if a field has been set.
func (*SourceControlSettingsPutRequestSettings) HasVersionControlLocked ¶
func (o *SourceControlSettingsPutRequestSettings) HasVersionControlLocked() bool
HasVersionControlLocked returns a boolean if a field has been set.
func (SourceControlSettingsPutRequestSettings) MarshalJSON ¶
func (o SourceControlSettingsPutRequestSettings) MarshalJSON() ([]byte, error)
func (*SourceControlSettingsPutRequestSettings) SetAutoBranchNamingEnabled ¶
func (o *SourceControlSettingsPutRequestSettings) SetAutoBranchNamingEnabled(v bool)
SetAutoBranchNamingEnabled gets a reference to the given bool and assigns it to the AutoBranchNamingEnabled field.
func (*SourceControlSettingsPutRequestSettings) SetAutoCleanupBranchesEnabled ¶ added in v1.0.0
func (o *SourceControlSettingsPutRequestSettings) SetAutoCleanupBranchesEnabled(v bool)
SetAutoCleanupBranchesEnabled gets a reference to the given bool and assigns it to the AutoCleanupBranchesEnabled field.
func (*SourceControlSettingsPutRequestSettings) SetCustomPullRequestTemplate ¶
func (o *SourceControlSettingsPutRequestSettings) SetCustomPullRequestTemplate(v string)
SetCustomPullRequestTemplate gets a reference to the given string and assigns it to the CustomPullRequestTemplate field.
func (*SourceControlSettingsPutRequestSettings) SetCustomPullRequestTemplateEnabled ¶
func (o *SourceControlSettingsPutRequestSettings) SetCustomPullRequestTemplateEnabled(v bool)
SetCustomPullRequestTemplateEnabled gets a reference to the given bool and assigns it to the CustomPullRequestTemplateEnabled field.
func (*SourceControlSettingsPutRequestSettings) SetForceUuidMapping ¶ added in v0.1.0
func (o *SourceControlSettingsPutRequestSettings) SetForceUuidMapping(v bool)
SetForceUuidMapping gets a reference to the given bool and assigns it to the ForceUuidMapping field.
func (*SourceControlSettingsPutRequestSettings) SetVersionControlLocked ¶
func (o *SourceControlSettingsPutRequestSettings) SetVersionControlLocked(v bool)
SetVersionControlLocked gets a reference to the given bool and assigns it to the VersionControlLocked field.
func (SourceControlSettingsPutRequestSettings) ToMap ¶
func (o SourceControlSettingsPutRequestSettings) ToMap() (map[string]interface{}, error)
type SourceControlTestConnectionGet200Response ¶
type SourceControlTestConnectionGet200Response struct {
// API request succeeded
Success bool `json:"success"`
Data SourceControlTestConnectionGet200ResponseData `json:"data"`
AdditionalProperties map[string]interface{}
}
SourceControlTestConnectionGet200Response struct for SourceControlTestConnectionGet200Response
func NewSourceControlTestConnectionGet200Response ¶
func NewSourceControlTestConnectionGet200Response(success bool, data SourceControlTestConnectionGet200ResponseData) *SourceControlTestConnectionGet200Response
NewSourceControlTestConnectionGet200Response instantiates a new SourceControlTestConnectionGet200Response object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewSourceControlTestConnectionGet200ResponseWithDefaults ¶
func NewSourceControlTestConnectionGet200ResponseWithDefaults() *SourceControlTestConnectionGet200Response
NewSourceControlTestConnectionGet200ResponseWithDefaults instantiates a new SourceControlTestConnectionGet200Response object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*SourceControlTestConnectionGet200Response) GetData ¶
func (o *SourceControlTestConnectionGet200Response) GetData() SourceControlTestConnectionGet200ResponseData
GetData returns the Data field value
func (*SourceControlTestConnectionGet200Response) GetDataOk ¶
func (o *SourceControlTestConnectionGet200Response) GetDataOk() (*SourceControlTestConnectionGet200ResponseData, bool)
GetDataOk returns a tuple with the Data field value and a boolean to check if the value has been set.
func (*SourceControlTestConnectionGet200Response) GetSuccess ¶
func (o *SourceControlTestConnectionGet200Response) GetSuccess() bool
GetSuccess returns the Success field value
func (*SourceControlTestConnectionGet200Response) GetSuccessOk ¶
func (o *SourceControlTestConnectionGet200Response) GetSuccessOk() (*bool, bool)
GetSuccessOk returns a tuple with the Success field value and a boolean to check if the value has been set.
func (SourceControlTestConnectionGet200Response) MarshalJSON ¶
func (o SourceControlTestConnectionGet200Response) MarshalJSON() ([]byte, error)
func (*SourceControlTestConnectionGet200Response) SetData ¶
func (o *SourceControlTestConnectionGet200Response) SetData(v SourceControlTestConnectionGet200ResponseData)
SetData sets field value
func (*SourceControlTestConnectionGet200Response) SetSuccess ¶
func (o *SourceControlTestConnectionGet200Response) SetSuccess(v bool)
SetSuccess sets field value
func (SourceControlTestConnectionGet200Response) ToMap ¶
func (o SourceControlTestConnectionGet200Response) ToMap() (map[string]interface{}, error)
func (*SourceControlTestConnectionGet200Response) UnmarshalJSON ¶
func (o *SourceControlTestConnectionGet200Response) UnmarshalJSON(data []byte) (err error)
type SourceControlTestConnectionGet200ResponseData ¶
type SourceControlTestConnectionGet200ResponseData struct {
SourceControlTestConnectionGet200ResponseDataAnyOf *SourceControlTestConnectionGet200ResponseDataAnyOf
SourceControlTestConnectionGet200ResponseDataAnyOf1 *SourceControlTestConnectionGet200ResponseDataAnyOf1
}
SourceControlTestConnectionGet200ResponseData Test connection response
func (SourceControlTestConnectionGet200ResponseData) MarshalJSON ¶
func (src SourceControlTestConnectionGet200ResponseData) MarshalJSON() ([]byte, error)
Marshal data from the first non-nil pointers in the struct to JSON
func (*SourceControlTestConnectionGet200ResponseData) UnmarshalJSON ¶
func (dst *SourceControlTestConnectionGet200ResponseData) UnmarshalJSON(data []byte) error
Unmarshal JSON data into any of the pointers in the struct
type SourceControlTestConnectionGet200ResponseDataAnyOf ¶
type SourceControlTestConnectionGet200ResponseDataAnyOf struct {
// Test connection failed
Success bool `json:"success"`
// Error message
Message string `json:"message"`
AdditionalProperties map[string]interface{}
}
SourceControlTestConnectionGet200ResponseDataAnyOf struct for SourceControlTestConnectionGet200ResponseDataAnyOf
func NewSourceControlTestConnectionGet200ResponseDataAnyOf ¶
func NewSourceControlTestConnectionGet200ResponseDataAnyOf(success bool, message string) *SourceControlTestConnectionGet200ResponseDataAnyOf
NewSourceControlTestConnectionGet200ResponseDataAnyOf instantiates a new SourceControlTestConnectionGet200ResponseDataAnyOf object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewSourceControlTestConnectionGet200ResponseDataAnyOfWithDefaults ¶
func NewSourceControlTestConnectionGet200ResponseDataAnyOfWithDefaults() *SourceControlTestConnectionGet200ResponseDataAnyOf
NewSourceControlTestConnectionGet200ResponseDataAnyOfWithDefaults instantiates a new SourceControlTestConnectionGet200ResponseDataAnyOf object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*SourceControlTestConnectionGet200ResponseDataAnyOf) GetMessage ¶
func (o *SourceControlTestConnectionGet200ResponseDataAnyOf) GetMessage() string
GetMessage returns the Message field value
func (*SourceControlTestConnectionGet200ResponseDataAnyOf) GetMessageOk ¶
func (o *SourceControlTestConnectionGet200ResponseDataAnyOf) GetMessageOk() (*string, bool)
GetMessageOk returns a tuple with the Message field value and a boolean to check if the value has been set.
func (*SourceControlTestConnectionGet200ResponseDataAnyOf) GetSuccess ¶
func (o *SourceControlTestConnectionGet200ResponseDataAnyOf) GetSuccess() bool
GetSuccess returns the Success field value
func (*SourceControlTestConnectionGet200ResponseDataAnyOf) GetSuccessOk ¶
func (o *SourceControlTestConnectionGet200ResponseDataAnyOf) GetSuccessOk() (*bool, bool)
GetSuccessOk returns a tuple with the Success field value and a boolean to check if the value has been set.
func (SourceControlTestConnectionGet200ResponseDataAnyOf) MarshalJSON ¶
func (o SourceControlTestConnectionGet200ResponseDataAnyOf) MarshalJSON() ([]byte, error)
func (*SourceControlTestConnectionGet200ResponseDataAnyOf) SetMessage ¶
func (o *SourceControlTestConnectionGet200ResponseDataAnyOf) SetMessage(v string)
SetMessage sets field value
func (*SourceControlTestConnectionGet200ResponseDataAnyOf) SetSuccess ¶
func (o *SourceControlTestConnectionGet200ResponseDataAnyOf) SetSuccess(v bool)
SetSuccess sets field value
func (SourceControlTestConnectionGet200ResponseDataAnyOf) ToMap ¶
func (o SourceControlTestConnectionGet200ResponseDataAnyOf) ToMap() (map[string]interface{}, error)
func (*SourceControlTestConnectionGet200ResponseDataAnyOf) UnmarshalJSON ¶
func (o *SourceControlTestConnectionGet200ResponseDataAnyOf) UnmarshalJSON(data []byte) (err error)
type SourceControlTestConnectionGet200ResponseDataAnyOf1 ¶
type SourceControlTestConnectionGet200ResponseDataAnyOf1 struct {
// Test connection succeeded
Success bool `json:"success"`
AdditionalProperties map[string]interface{}
}
SourceControlTestConnectionGet200ResponseDataAnyOf1 struct for SourceControlTestConnectionGet200ResponseDataAnyOf1
func NewSourceControlTestConnectionGet200ResponseDataAnyOf1 ¶
func NewSourceControlTestConnectionGet200ResponseDataAnyOf1(success bool) *SourceControlTestConnectionGet200ResponseDataAnyOf1
NewSourceControlTestConnectionGet200ResponseDataAnyOf1 instantiates a new SourceControlTestConnectionGet200ResponseDataAnyOf1 object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewSourceControlTestConnectionGet200ResponseDataAnyOf1WithDefaults ¶
func NewSourceControlTestConnectionGet200ResponseDataAnyOf1WithDefaults() *SourceControlTestConnectionGet200ResponseDataAnyOf1
NewSourceControlTestConnectionGet200ResponseDataAnyOf1WithDefaults instantiates a new SourceControlTestConnectionGet200ResponseDataAnyOf1 object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*SourceControlTestConnectionGet200ResponseDataAnyOf1) GetSuccess ¶
func (o *SourceControlTestConnectionGet200ResponseDataAnyOf1) GetSuccess() bool
GetSuccess returns the Success field value
func (*SourceControlTestConnectionGet200ResponseDataAnyOf1) GetSuccessOk ¶
func (o *SourceControlTestConnectionGet200ResponseDataAnyOf1) GetSuccessOk() (*bool, bool)
GetSuccessOk returns a tuple with the Success field value and a boolean to check if the value has been set.
func (SourceControlTestConnectionGet200ResponseDataAnyOf1) MarshalJSON ¶
func (o SourceControlTestConnectionGet200ResponseDataAnyOf1) MarshalJSON() ([]byte, error)
func (*SourceControlTestConnectionGet200ResponseDataAnyOf1) SetSuccess ¶
func (o *SourceControlTestConnectionGet200ResponseDataAnyOf1) SetSuccess(v bool)
SetSuccess sets field value
func (SourceControlTestConnectionGet200ResponseDataAnyOf1) ToMap ¶
func (o SourceControlTestConnectionGet200ResponseDataAnyOf1) ToMap() (map[string]interface{}, error)
func (*SourceControlTestConnectionGet200ResponseDataAnyOf1) UnmarshalJSON ¶
func (o *SourceControlTestConnectionGet200ResponseDataAnyOf1) UnmarshalJSON(data []byte) (err error)
type SourceControlTestDeployPost200Response ¶
type SourceControlTestDeployPost200Response struct {
// API request succeeded
Success bool `json:"success"`
Data SourceControlTestDeployPost200ResponseData `json:"data"`
AdditionalProperties map[string]interface{}
}
SourceControlTestDeployPost200Response struct for SourceControlTestDeployPost200Response
func NewSourceControlTestDeployPost200Response ¶
func NewSourceControlTestDeployPost200Response(success bool, data SourceControlTestDeployPost200ResponseData) *SourceControlTestDeployPost200Response
NewSourceControlTestDeployPost200Response instantiates a new SourceControlTestDeployPost200Response object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewSourceControlTestDeployPost200ResponseWithDefaults ¶
func NewSourceControlTestDeployPost200ResponseWithDefaults() *SourceControlTestDeployPost200Response
NewSourceControlTestDeployPost200ResponseWithDefaults instantiates a new SourceControlTestDeployPost200Response object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*SourceControlTestDeployPost200Response) GetData ¶
func (o *SourceControlTestDeployPost200Response) GetData() SourceControlTestDeployPost200ResponseData
GetData returns the Data field value
func (*SourceControlTestDeployPost200Response) GetDataOk ¶
func (o *SourceControlTestDeployPost200Response) GetDataOk() (*SourceControlTestDeployPost200ResponseData, bool)
GetDataOk returns a tuple with the Data field value and a boolean to check if the value has been set.
func (*SourceControlTestDeployPost200Response) GetSuccess ¶
func (o *SourceControlTestDeployPost200Response) GetSuccess() bool
GetSuccess returns the Success field value
func (*SourceControlTestDeployPost200Response) GetSuccessOk ¶
func (o *SourceControlTestDeployPost200Response) GetSuccessOk() (*bool, bool)
GetSuccessOk returns a tuple with the Success field value and a boolean to check if the value has been set.
func (SourceControlTestDeployPost200Response) MarshalJSON ¶
func (o SourceControlTestDeployPost200Response) MarshalJSON() ([]byte, error)
func (*SourceControlTestDeployPost200Response) SetData ¶
func (o *SourceControlTestDeployPost200Response) SetData(v SourceControlTestDeployPost200ResponseData)
SetData sets field value
func (*SourceControlTestDeployPost200Response) SetSuccess ¶
func (o *SourceControlTestDeployPost200Response) SetSuccess(v bool)
SetSuccess sets field value
func (SourceControlTestDeployPost200Response) ToMap ¶
func (o SourceControlTestDeployPost200Response) ToMap() (map[string]interface{}, error)
func (*SourceControlTestDeployPost200Response) UnmarshalJSON ¶
func (o *SourceControlTestDeployPost200Response) UnmarshalJSON(data []byte) (err error)
type SourceControlTestDeployPost200ResponseData ¶
type SourceControlTestDeployPost200ResponseData struct {
SourceControlTestDeployPost200ResponseDataAnyOf *SourceControlTestDeployPost200ResponseDataAnyOf
SourceControlTestDeployPost200ResponseDataAnyOf1 *SourceControlTestDeployPost200ResponseDataAnyOf1
}
SourceControlTestDeployPost200ResponseData Source control test deploy response
func (SourceControlTestDeployPost200ResponseData) MarshalJSON ¶
func (src SourceControlTestDeployPost200ResponseData) MarshalJSON() ([]byte, error)
Marshal data from the first non-nil pointers in the struct to JSON
func (*SourceControlTestDeployPost200ResponseData) UnmarshalJSON ¶
func (dst *SourceControlTestDeployPost200ResponseData) UnmarshalJSON(data []byte) error
Unmarshal JSON data into any of the pointers in the struct
type SourceControlTestDeployPost200ResponseDataAnyOf ¶
type SourceControlTestDeployPost200ResponseDataAnyOf struct {
// Deployment failed
Success bool `json:"success"`
// Error message
Message string `json:"message"`
AdditionalProperties map[string]interface{}
}
SourceControlTestDeployPost200ResponseDataAnyOf struct for SourceControlTestDeployPost200ResponseDataAnyOf
func NewSourceControlTestDeployPost200ResponseDataAnyOf ¶
func NewSourceControlTestDeployPost200ResponseDataAnyOf(success bool, message string) *SourceControlTestDeployPost200ResponseDataAnyOf
NewSourceControlTestDeployPost200ResponseDataAnyOf instantiates a new SourceControlTestDeployPost200ResponseDataAnyOf object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewSourceControlTestDeployPost200ResponseDataAnyOfWithDefaults ¶
func NewSourceControlTestDeployPost200ResponseDataAnyOfWithDefaults() *SourceControlTestDeployPost200ResponseDataAnyOf
NewSourceControlTestDeployPost200ResponseDataAnyOfWithDefaults instantiates a new SourceControlTestDeployPost200ResponseDataAnyOf object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*SourceControlTestDeployPost200ResponseDataAnyOf) GetMessage ¶
func (o *SourceControlTestDeployPost200ResponseDataAnyOf) GetMessage() string
GetMessage returns the Message field value
func (*SourceControlTestDeployPost200ResponseDataAnyOf) GetMessageOk ¶
func (o *SourceControlTestDeployPost200ResponseDataAnyOf) GetMessageOk() (*string, bool)
GetMessageOk returns a tuple with the Message field value and a boolean to check if the value has been set.
func (*SourceControlTestDeployPost200ResponseDataAnyOf) GetSuccess ¶
func (o *SourceControlTestDeployPost200ResponseDataAnyOf) GetSuccess() bool
GetSuccess returns the Success field value
func (*SourceControlTestDeployPost200ResponseDataAnyOf) GetSuccessOk ¶
func (o *SourceControlTestDeployPost200ResponseDataAnyOf) GetSuccessOk() (*bool, bool)
GetSuccessOk returns a tuple with the Success field value and a boolean to check if the value has been set.
func (SourceControlTestDeployPost200ResponseDataAnyOf) MarshalJSON ¶
func (o SourceControlTestDeployPost200ResponseDataAnyOf) MarshalJSON() ([]byte, error)
func (*SourceControlTestDeployPost200ResponseDataAnyOf) SetMessage ¶
func (o *SourceControlTestDeployPost200ResponseDataAnyOf) SetMessage(v string)
SetMessage sets field value
func (*SourceControlTestDeployPost200ResponseDataAnyOf) SetSuccess ¶
func (o *SourceControlTestDeployPost200ResponseDataAnyOf) SetSuccess(v bool)
SetSuccess sets field value
func (SourceControlTestDeployPost200ResponseDataAnyOf) ToMap ¶
func (o SourceControlTestDeployPost200ResponseDataAnyOf) ToMap() (map[string]interface{}, error)
func (*SourceControlTestDeployPost200ResponseDataAnyOf) UnmarshalJSON ¶
func (o *SourceControlTestDeployPost200ResponseDataAnyOf) UnmarshalJSON(data []byte) (err error)
type SourceControlTestDeployPost200ResponseDataAnyOf1 ¶
type SourceControlTestDeployPost200ResponseDataAnyOf1 struct {
// Deployment succeeded
Success bool `json:"success"`
AdditionalProperties map[string]interface{}
}
SourceControlTestDeployPost200ResponseDataAnyOf1 struct for SourceControlTestDeployPost200ResponseDataAnyOf1
func NewSourceControlTestDeployPost200ResponseDataAnyOf1 ¶
func NewSourceControlTestDeployPost200ResponseDataAnyOf1(success bool) *SourceControlTestDeployPost200ResponseDataAnyOf1
NewSourceControlTestDeployPost200ResponseDataAnyOf1 instantiates a new SourceControlTestDeployPost200ResponseDataAnyOf1 object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewSourceControlTestDeployPost200ResponseDataAnyOf1WithDefaults ¶
func NewSourceControlTestDeployPost200ResponseDataAnyOf1WithDefaults() *SourceControlTestDeployPost200ResponseDataAnyOf1
NewSourceControlTestDeployPost200ResponseDataAnyOf1WithDefaults instantiates a new SourceControlTestDeployPost200ResponseDataAnyOf1 object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*SourceControlTestDeployPost200ResponseDataAnyOf1) GetSuccess ¶
func (o *SourceControlTestDeployPost200ResponseDataAnyOf1) GetSuccess() bool
GetSuccess returns the Success field value
func (*SourceControlTestDeployPost200ResponseDataAnyOf1) GetSuccessOk ¶
func (o *SourceControlTestDeployPost200ResponseDataAnyOf1) GetSuccessOk() (*bool, bool)
GetSuccessOk returns a tuple with the Success field value and a boolean to check if the value has been set.
func (SourceControlTestDeployPost200ResponseDataAnyOf1) MarshalJSON ¶
func (o SourceControlTestDeployPost200ResponseDataAnyOf1) MarshalJSON() ([]byte, error)
func (*SourceControlTestDeployPost200ResponseDataAnyOf1) SetSuccess ¶
func (o *SourceControlTestDeployPost200ResponseDataAnyOf1) SetSuccess(v bool)
SetSuccess sets field value
func (SourceControlTestDeployPost200ResponseDataAnyOf1) ToMap ¶
func (o SourceControlTestDeployPost200ResponseDataAnyOf1) ToMap() (map[string]interface{}, error)
func (*SourceControlTestDeployPost200ResponseDataAnyOf1) UnmarshalJSON ¶
func (o *SourceControlTestDeployPost200ResponseDataAnyOf1) UnmarshalJSON(data []byte) (err error)
type SourceControlTestDeployPostRequest ¶
type SourceControlTestDeployPostRequest struct {
DeployParams SourceControlTestDeployPostRequestDeployParams `json:"deploy_params"`
}
SourceControlTestDeployPostRequest Parameters for running a deployment
func NewSourceControlTestDeployPostRequest ¶
func NewSourceControlTestDeployPostRequest(deployParams SourceControlTestDeployPostRequestDeployParams) *SourceControlTestDeployPostRequest
NewSourceControlTestDeployPostRequest instantiates a new SourceControlTestDeployPostRequest object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewSourceControlTestDeployPostRequestWithDefaults ¶
func NewSourceControlTestDeployPostRequestWithDefaults() *SourceControlTestDeployPostRequest
NewSourceControlTestDeployPostRequestWithDefaults instantiates a new SourceControlTestDeployPostRequest object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*SourceControlTestDeployPostRequest) GetDeployParams ¶
func (o *SourceControlTestDeployPostRequest) GetDeployParams() SourceControlTestDeployPostRequestDeployParams
GetDeployParams returns the DeployParams field value
func (*SourceControlTestDeployPostRequest) GetDeployParamsOk ¶
func (o *SourceControlTestDeployPostRequest) GetDeployParamsOk() (*SourceControlTestDeployPostRequestDeployParams, bool)
GetDeployParamsOk returns a tuple with the DeployParams field value and a boolean to check if the value has been set.
func (SourceControlTestDeployPostRequest) MarshalJSON ¶
func (o SourceControlTestDeployPostRequest) MarshalJSON() ([]byte, error)
func (*SourceControlTestDeployPostRequest) SetDeployParams ¶
func (o *SourceControlTestDeployPostRequest) SetDeployParams(v SourceControlTestDeployPostRequestDeployParams)
SetDeployParams sets field value
func (SourceControlTestDeployPostRequest) ToMap ¶
func (o SourceControlTestDeployPostRequest) ToMap() (map[string]interface{}, error)
func (*SourceControlTestDeployPostRequest) UnmarshalJSON ¶
func (o *SourceControlTestDeployPostRequest) UnmarshalJSON(data []byte) (err error)
type SourceControlTestDeployPostRequestDeployParams ¶
type SourceControlTestDeployPostRequestDeployParams struct {
// The full commit SHA to dry deploy
CommitSha string `json:"commit_sha"`
IsFullSync *bool `json:"is_full_sync,omitempty"`
AdditionalProperties map[string]interface{}
}
SourceControlTestDeployPostRequestDeployParams struct for SourceControlTestDeployPostRequestDeployParams
func NewSourceControlTestDeployPostRequestDeployParams ¶
func NewSourceControlTestDeployPostRequestDeployParams(commitSha string) *SourceControlTestDeployPostRequestDeployParams
NewSourceControlTestDeployPostRequestDeployParams instantiates a new SourceControlTestDeployPostRequestDeployParams object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewSourceControlTestDeployPostRequestDeployParamsWithDefaults ¶
func NewSourceControlTestDeployPostRequestDeployParamsWithDefaults() *SourceControlTestDeployPostRequestDeployParams
NewSourceControlTestDeployPostRequestDeployParamsWithDefaults instantiates a new SourceControlTestDeployPostRequestDeployParams object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*SourceControlTestDeployPostRequestDeployParams) GetCommitSha ¶
func (o *SourceControlTestDeployPostRequestDeployParams) GetCommitSha() string
GetCommitSha returns the CommitSha field value
func (*SourceControlTestDeployPostRequestDeployParams) GetCommitShaOk ¶
func (o *SourceControlTestDeployPostRequestDeployParams) GetCommitShaOk() (*string, bool)
GetCommitShaOk returns a tuple with the CommitSha field value and a boolean to check if the value has been set.
func (*SourceControlTestDeployPostRequestDeployParams) GetIsFullSync ¶
func (o *SourceControlTestDeployPostRequestDeployParams) GetIsFullSync() bool
GetIsFullSync returns the IsFullSync field value if set, zero value otherwise.
func (*SourceControlTestDeployPostRequestDeployParams) GetIsFullSyncOk ¶
func (o *SourceControlTestDeployPostRequestDeployParams) GetIsFullSyncOk() (*bool, bool)
GetIsFullSyncOk returns a tuple with the IsFullSync field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SourceControlTestDeployPostRequestDeployParams) HasIsFullSync ¶
func (o *SourceControlTestDeployPostRequestDeployParams) HasIsFullSync() bool
HasIsFullSync returns a boolean if a field has been set.
func (SourceControlTestDeployPostRequestDeployParams) MarshalJSON ¶
func (o SourceControlTestDeployPostRequestDeployParams) MarshalJSON() ([]byte, error)
func (*SourceControlTestDeployPostRequestDeployParams) SetCommitSha ¶
func (o *SourceControlTestDeployPostRequestDeployParams) SetCommitSha(v string)
SetCommitSha sets field value
func (*SourceControlTestDeployPostRequestDeployParams) SetIsFullSync ¶
func (o *SourceControlTestDeployPostRequestDeployParams) SetIsFullSync(v bool)
SetIsFullSync gets a reference to the given bool and assigns it to the IsFullSync field.
func (SourceControlTestDeployPostRequestDeployParams) ToMap ¶
func (o SourceControlTestDeployPostRequestDeployParams) ToMap() (map[string]interface{}, error)
func (*SourceControlTestDeployPostRequestDeployParams) UnmarshalJSON ¶
func (o *SourceControlTestDeployPostRequestDeployParams) UnmarshalJSON(data []byte) (err error)
type Space ¶
type Space struct {
// The id of the space.
Id string `json:"id"`
Name string `json:"name"`
Domain string `json:"domain"`
CreatedAt time.Time `json:"created_at"`
UpdatedAt time.Time `json:"updated_at"`
}
Space This object represents a space. Spaces can be used to separate your organization's data.
func NewSpace ¶
func NewSpace(id string, name string, domain string, createdAt time.Time, updatedAt time.Time) *Space
NewSpace instantiates a new Space object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewSpaceWithDefaults ¶
func NewSpaceWithDefaults() *Space
NewSpaceWithDefaults instantiates a new Space object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*Space) GetCreatedAt ¶
GetCreatedAt returns the CreatedAt field value
func (*Space) GetCreatedAtOk ¶
GetCreatedAtOk returns a tuple with the CreatedAt field value and a boolean to check if the value has been set.
func (*Space) GetDomainOk ¶
GetDomainOk returns a tuple with the Domain field value and a boolean to check if the value has been set.
func (*Space) GetIdOk ¶
GetIdOk returns a tuple with the Id field value and a boolean to check if the value has been set.
func (*Space) GetNameOk ¶
GetNameOk returns a tuple with the Name field value and a boolean to check if the value has been set.
func (*Space) GetUpdatedAt ¶
GetUpdatedAt returns the UpdatedAt field value
func (*Space) GetUpdatedAtOk ¶
GetUpdatedAtOk returns a tuple with the UpdatedAt field value and a boolean to check if the value has been set.
func (Space) MarshalJSON ¶
func (*Space) SetCreatedAt ¶
SetCreatedAt sets field value
func (*Space) SetUpdatedAt ¶
SetUpdatedAt sets field value
func (*Space) UnmarshalJSON ¶
type SpacesAPIService ¶
type SpacesAPIService service
SpacesAPIService SpacesAPI service
func (*SpacesAPIService) SpacesCopyElementsPost ¶
func (a *SpacesAPIService) SpacesCopyElementsPost(ctx context.Context) ApiSpacesCopyElementsPostRequest
SpacesCopyElementsPost Copy elements to another space
Available for orgs with Spaces enabled. Copies apps, queries, resources, and workflows from one space to another. The API token must have the "Spaces > Write" scope.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return ApiSpacesCopyElementsPostRequest
func (*SpacesAPIService) SpacesCopyElementsPostExecute ¶
func (a *SpacesAPIService) SpacesCopyElementsPostExecute(r ApiSpacesCopyElementsPostRequest) (*SpacesCopyElementsPost201Response, *http.Response, error)
Execute executes the request
@return SpacesCopyElementsPost201Response
func (*SpacesAPIService) SpacesGet ¶
func (a *SpacesAPIService) SpacesGet(ctx context.Context) ApiSpacesGetRequest
SpacesGet List spaces
Available for orgs with Spaces enabled. List all child spaces of the current space. The API token must have the "Spaces > Read" scope.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return ApiSpacesGetRequest
func (*SpacesAPIService) SpacesGetExecute ¶
func (a *SpacesAPIService) SpacesGetExecute(r ApiSpacesGetRequest) (*SpacesGet200Response, *http.Response, error)
Execute executes the request
@return SpacesGet200Response
func (*SpacesAPIService) SpacesPost ¶
func (a *SpacesAPIService) SpacesPost(ctx context.Context) ApiSpacesPostRequest
SpacesPost Create a space
Available for orgs with Spaces enabled. Creates a new child space and returns it. The API token must have the "Spaces > Write" scope.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return ApiSpacesPostRequest
func (*SpacesAPIService) SpacesPostExecute ¶
func (a *SpacesAPIService) SpacesPostExecute(r ApiSpacesPostRequest) (*SpacesPost200Response, *http.Response, error)
Execute executes the request
@return SpacesPost200Response
func (*SpacesAPIService) SpacesSpaceIdDelete ¶
func (a *SpacesAPIService) SpacesSpaceIdDelete(ctx context.Context, spaceId string) ApiSpacesSpaceIdDeleteRequest
SpacesSpaceIdDelete Delete a space
Available for orgs with Spaces enabled. Delete a space by ID. The API token must have the "Spaces > Write" scope.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param spaceId The id of the space to delete. @return ApiSpacesSpaceIdDeleteRequest
func (*SpacesAPIService) SpacesSpaceIdDeleteExecute ¶
func (a *SpacesAPIService) SpacesSpaceIdDeleteExecute(r ApiSpacesSpaceIdDeleteRequest) (*http.Response, error)
Execute executes the request
func (*SpacesAPIService) SpacesSpaceIdGet ¶
func (a *SpacesAPIService) SpacesSpaceIdGet(ctx context.Context, spaceId string) ApiSpacesSpaceIdGetRequest
SpacesSpaceIdGet Get space
Available for orgs with Spaces enabled. Get space by ID. The API token must have the "Spaces > Read" scope.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param spaceId @return ApiSpacesSpaceIdGetRequest
func (*SpacesAPIService) SpacesSpaceIdGetExecute ¶
func (a *SpacesAPIService) SpacesSpaceIdGetExecute(r ApiSpacesSpaceIdGetRequest) (*SpacesSpaceIdGet200Response, *http.Response, error)
Execute executes the request
@return SpacesSpaceIdGet200Response
func (*SpacesAPIService) SpacesSpaceIdPut ¶
func (a *SpacesAPIService) SpacesSpaceIdPut(ctx context.Context, spaceId string) ApiSpacesSpaceIdPutRequest
SpacesSpaceIdPut Update space
Available for orgs with Spaces enabled. Update space by ID. The API token must have the "Spaces > Write" scope.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param spaceId @return ApiSpacesSpaceIdPutRequest
func (*SpacesAPIService) SpacesSpaceIdPutExecute ¶
func (a *SpacesAPIService) SpacesSpaceIdPutExecute(r ApiSpacesSpaceIdPutRequest) (*SpacesSpaceIdPut200Response, *http.Response, error)
Execute executes the request
@return SpacesSpaceIdPut200Response
type SpacesCopyElementsPost201Response ¶
type SpacesCopyElementsPost201Response struct {
// API request succeeded
Success bool `json:"success"`
Data SpacesCopyElementsPost201ResponseData `json:"data"`
AdditionalProperties map[string]interface{}
}
SpacesCopyElementsPost201Response Elements copied successfully
func NewSpacesCopyElementsPost201Response ¶
func NewSpacesCopyElementsPost201Response(success bool, data SpacesCopyElementsPost201ResponseData) *SpacesCopyElementsPost201Response
NewSpacesCopyElementsPost201Response instantiates a new SpacesCopyElementsPost201Response object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewSpacesCopyElementsPost201ResponseWithDefaults ¶
func NewSpacesCopyElementsPost201ResponseWithDefaults() *SpacesCopyElementsPost201Response
NewSpacesCopyElementsPost201ResponseWithDefaults instantiates a new SpacesCopyElementsPost201Response object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*SpacesCopyElementsPost201Response) GetData ¶
func (o *SpacesCopyElementsPost201Response) GetData() SpacesCopyElementsPost201ResponseData
GetData returns the Data field value
func (*SpacesCopyElementsPost201Response) GetDataOk ¶
func (o *SpacesCopyElementsPost201Response) GetDataOk() (*SpacesCopyElementsPost201ResponseData, bool)
GetDataOk returns a tuple with the Data field value and a boolean to check if the value has been set.
func (*SpacesCopyElementsPost201Response) GetSuccess ¶
func (o *SpacesCopyElementsPost201Response) GetSuccess() bool
GetSuccess returns the Success field value
func (*SpacesCopyElementsPost201Response) GetSuccessOk ¶
func (o *SpacesCopyElementsPost201Response) GetSuccessOk() (*bool, bool)
GetSuccessOk returns a tuple with the Success field value and a boolean to check if the value has been set.
func (SpacesCopyElementsPost201Response) MarshalJSON ¶
func (o SpacesCopyElementsPost201Response) MarshalJSON() ([]byte, error)
func (*SpacesCopyElementsPost201Response) SetData ¶
func (o *SpacesCopyElementsPost201Response) SetData(v SpacesCopyElementsPost201ResponseData)
SetData sets field value
func (*SpacesCopyElementsPost201Response) SetSuccess ¶
func (o *SpacesCopyElementsPost201Response) SetSuccess(v bool)
SetSuccess sets field value
func (SpacesCopyElementsPost201Response) ToMap ¶
func (o SpacesCopyElementsPost201Response) ToMap() (map[string]interface{}, error)
func (*SpacesCopyElementsPost201Response) UnmarshalJSON ¶
func (o *SpacesCopyElementsPost201Response) UnmarshalJSON(data []byte) (err error)
type SpacesCopyElementsPost201ResponseData ¶
type SpacesCopyElementsPost201ResponseData struct {
// The uuids of the copied resources.
ResourceIds []SpacesCopyElementsPostRequestResourceIdsInner `json:"resource_ids"`
// The uuids of the copied query library queries.
QueryLibraryQueryIds []string `json:"query_library_query_ids"`
// The uuids of the copied app or modules.
AppIds []string `json:"app_ids"`
// The uuids of the copied workflows.
WorkflowIds []string `json:"workflow_ids"`
AdditionalProperties map[string]interface{}
}
SpacesCopyElementsPost201ResponseData The copied elements
func NewSpacesCopyElementsPost201ResponseData ¶
func NewSpacesCopyElementsPost201ResponseData(resourceIds []SpacesCopyElementsPostRequestResourceIdsInner, queryLibraryQueryIds []string, appIds []string, workflowIds []string) *SpacesCopyElementsPost201ResponseData
NewSpacesCopyElementsPost201ResponseData instantiates a new SpacesCopyElementsPost201ResponseData object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewSpacesCopyElementsPost201ResponseDataWithDefaults ¶
func NewSpacesCopyElementsPost201ResponseDataWithDefaults() *SpacesCopyElementsPost201ResponseData
NewSpacesCopyElementsPost201ResponseDataWithDefaults instantiates a new SpacesCopyElementsPost201ResponseData object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*SpacesCopyElementsPost201ResponseData) GetAppIds ¶
func (o *SpacesCopyElementsPost201ResponseData) GetAppIds() []string
GetAppIds returns the AppIds field value
func (*SpacesCopyElementsPost201ResponseData) GetAppIdsOk ¶
func (o *SpacesCopyElementsPost201ResponseData) GetAppIdsOk() ([]string, bool)
GetAppIdsOk returns a tuple with the AppIds field value and a boolean to check if the value has been set.
func (*SpacesCopyElementsPost201ResponseData) GetQueryLibraryQueryIds ¶
func (o *SpacesCopyElementsPost201ResponseData) GetQueryLibraryQueryIds() []string
GetQueryLibraryQueryIds returns the QueryLibraryQueryIds field value
func (*SpacesCopyElementsPost201ResponseData) GetQueryLibraryQueryIdsOk ¶
func (o *SpacesCopyElementsPost201ResponseData) GetQueryLibraryQueryIdsOk() ([]string, bool)
GetQueryLibraryQueryIdsOk returns a tuple with the QueryLibraryQueryIds field value and a boolean to check if the value has been set.
func (*SpacesCopyElementsPost201ResponseData) GetResourceIds ¶
func (o *SpacesCopyElementsPost201ResponseData) GetResourceIds() []SpacesCopyElementsPostRequestResourceIdsInner
GetResourceIds returns the ResourceIds field value
func (*SpacesCopyElementsPost201ResponseData) GetResourceIdsOk ¶
func (o *SpacesCopyElementsPost201ResponseData) GetResourceIdsOk() ([]SpacesCopyElementsPostRequestResourceIdsInner, bool)
GetResourceIdsOk returns a tuple with the ResourceIds field value and a boolean to check if the value has been set.
func (*SpacesCopyElementsPost201ResponseData) GetWorkflowIds ¶
func (o *SpacesCopyElementsPost201ResponseData) GetWorkflowIds() []string
GetWorkflowIds returns the WorkflowIds field value
func (*SpacesCopyElementsPost201ResponseData) GetWorkflowIdsOk ¶
func (o *SpacesCopyElementsPost201ResponseData) GetWorkflowIdsOk() ([]string, bool)
GetWorkflowIdsOk returns a tuple with the WorkflowIds field value and a boolean to check if the value has been set.
func (SpacesCopyElementsPost201ResponseData) MarshalJSON ¶
func (o SpacesCopyElementsPost201ResponseData) MarshalJSON() ([]byte, error)
func (*SpacesCopyElementsPost201ResponseData) SetAppIds ¶
func (o *SpacesCopyElementsPost201ResponseData) SetAppIds(v []string)
SetAppIds sets field value
func (*SpacesCopyElementsPost201ResponseData) SetQueryLibraryQueryIds ¶
func (o *SpacesCopyElementsPost201ResponseData) SetQueryLibraryQueryIds(v []string)
SetQueryLibraryQueryIds sets field value
func (*SpacesCopyElementsPost201ResponseData) SetResourceIds ¶
func (o *SpacesCopyElementsPost201ResponseData) SetResourceIds(v []SpacesCopyElementsPostRequestResourceIdsInner)
SetResourceIds sets field value
func (*SpacesCopyElementsPost201ResponseData) SetWorkflowIds ¶
func (o *SpacesCopyElementsPost201ResponseData) SetWorkflowIds(v []string)
SetWorkflowIds sets field value
func (SpacesCopyElementsPost201ResponseData) ToMap ¶
func (o SpacesCopyElementsPost201ResponseData) ToMap() (map[string]interface{}, error)
func (*SpacesCopyElementsPost201ResponseData) UnmarshalJSON ¶
func (o *SpacesCopyElementsPost201ResponseData) UnmarshalJSON(data []byte) (err error)
type SpacesCopyElementsPostRequest ¶
type SpacesCopyElementsPostRequest struct {
// List of resource configuration uuids to copy to the new space.
ResourceIds []SpacesCopyElementsPostRequestResourceIdsInner `json:"resource_ids"`
// List of query library query uuids to copy to the new space.
QueryLibraryQueryIds []string `json:"query_library_query_ids"`
// List of app or module uuids to copy to the new space.
AppIds []string `json:"app_ids"`
// List of workflow ids to copy to the new space.
WorkflowIds []string `json:"workflow_ids"`
// The id of the space to copy the elements to.
DestinationSpaceId string `json:"destination_space_id"`
}
SpacesCopyElementsPostRequest struct for SpacesCopyElementsPostRequest
func NewSpacesCopyElementsPostRequest ¶
func NewSpacesCopyElementsPostRequest(resourceIds []SpacesCopyElementsPostRequestResourceIdsInner, queryLibraryQueryIds []string, appIds []string, workflowIds []string, destinationSpaceId string) *SpacesCopyElementsPostRequest
NewSpacesCopyElementsPostRequest instantiates a new SpacesCopyElementsPostRequest object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewSpacesCopyElementsPostRequestWithDefaults ¶
func NewSpacesCopyElementsPostRequestWithDefaults() *SpacesCopyElementsPostRequest
NewSpacesCopyElementsPostRequestWithDefaults instantiates a new SpacesCopyElementsPostRequest object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*SpacesCopyElementsPostRequest) GetAppIds ¶
func (o *SpacesCopyElementsPostRequest) GetAppIds() []string
GetAppIds returns the AppIds field value
func (*SpacesCopyElementsPostRequest) GetAppIdsOk ¶
func (o *SpacesCopyElementsPostRequest) GetAppIdsOk() ([]string, bool)
GetAppIdsOk returns a tuple with the AppIds field value and a boolean to check if the value has been set.
func (*SpacesCopyElementsPostRequest) GetDestinationSpaceId ¶
func (o *SpacesCopyElementsPostRequest) GetDestinationSpaceId() string
GetDestinationSpaceId returns the DestinationSpaceId field value
func (*SpacesCopyElementsPostRequest) GetDestinationSpaceIdOk ¶
func (o *SpacesCopyElementsPostRequest) GetDestinationSpaceIdOk() (*string, bool)
GetDestinationSpaceIdOk returns a tuple with the DestinationSpaceId field value and a boolean to check if the value has been set.
func (*SpacesCopyElementsPostRequest) GetQueryLibraryQueryIds ¶
func (o *SpacesCopyElementsPostRequest) GetQueryLibraryQueryIds() []string
GetQueryLibraryQueryIds returns the QueryLibraryQueryIds field value
func (*SpacesCopyElementsPostRequest) GetQueryLibraryQueryIdsOk ¶
func (o *SpacesCopyElementsPostRequest) GetQueryLibraryQueryIdsOk() ([]string, bool)
GetQueryLibraryQueryIdsOk returns a tuple with the QueryLibraryQueryIds field value and a boolean to check if the value has been set.
func (*SpacesCopyElementsPostRequest) GetResourceIds ¶
func (o *SpacesCopyElementsPostRequest) GetResourceIds() []SpacesCopyElementsPostRequestResourceIdsInner
GetResourceIds returns the ResourceIds field value
func (*SpacesCopyElementsPostRequest) GetResourceIdsOk ¶
func (o *SpacesCopyElementsPostRequest) GetResourceIdsOk() ([]SpacesCopyElementsPostRequestResourceIdsInner, bool)
GetResourceIdsOk returns a tuple with the ResourceIds field value and a boolean to check if the value has been set.
func (*SpacesCopyElementsPostRequest) GetWorkflowIds ¶
func (o *SpacesCopyElementsPostRequest) GetWorkflowIds() []string
GetWorkflowIds returns the WorkflowIds field value
func (*SpacesCopyElementsPostRequest) GetWorkflowIdsOk ¶
func (o *SpacesCopyElementsPostRequest) GetWorkflowIdsOk() ([]string, bool)
GetWorkflowIdsOk returns a tuple with the WorkflowIds field value and a boolean to check if the value has been set.
func (SpacesCopyElementsPostRequest) MarshalJSON ¶
func (o SpacesCopyElementsPostRequest) MarshalJSON() ([]byte, error)
func (*SpacesCopyElementsPostRequest) SetAppIds ¶
func (o *SpacesCopyElementsPostRequest) SetAppIds(v []string)
SetAppIds sets field value
func (*SpacesCopyElementsPostRequest) SetDestinationSpaceId ¶
func (o *SpacesCopyElementsPostRequest) SetDestinationSpaceId(v string)
SetDestinationSpaceId sets field value
func (*SpacesCopyElementsPostRequest) SetQueryLibraryQueryIds ¶
func (o *SpacesCopyElementsPostRequest) SetQueryLibraryQueryIds(v []string)
SetQueryLibraryQueryIds sets field value
func (*SpacesCopyElementsPostRequest) SetResourceIds ¶
func (o *SpacesCopyElementsPostRequest) SetResourceIds(v []SpacesCopyElementsPostRequestResourceIdsInner)
SetResourceIds sets field value
func (*SpacesCopyElementsPostRequest) SetWorkflowIds ¶
func (o *SpacesCopyElementsPostRequest) SetWorkflowIds(v []string)
SetWorkflowIds sets field value
func (SpacesCopyElementsPostRequest) ToMap ¶
func (o SpacesCopyElementsPostRequest) ToMap() (map[string]interface{}, error)
func (*SpacesCopyElementsPostRequest) UnmarshalJSON ¶
func (o *SpacesCopyElementsPostRequest) UnmarshalJSON(data []byte) (err error)
type SpacesCopyElementsPostRequestResourceIdsInner ¶
type SpacesCopyElementsPostRequestResourceIdsInner struct {
// contains filtered or unexported fields
}
SpacesCopyElementsPostRequestResourceIdsInner The uuid for the resource.
func (SpacesCopyElementsPostRequestResourceIdsInner) MarshalJSON ¶
func (src SpacesCopyElementsPostRequestResourceIdsInner) MarshalJSON() ([]byte, error)
Marshal data from the first non-nil pointers in the struct to JSON
func (*SpacesCopyElementsPostRequestResourceIdsInner) UnmarshalJSON ¶
func (dst *SpacesCopyElementsPostRequestResourceIdsInner) UnmarshalJSON(data []byte) error
Unmarshal JSON data into any of the pointers in the struct
type SpacesGet200Response ¶
type SpacesGet200Response struct {
// API request succeeded
Success bool `json:"success"`
// An array of requested items
Data []SpacesGet200ResponseDataInner `json:"data"`
// Total number of items in the response
TotalCount float32 `json:"total_count"`
// A token to retrieve the next page of items in the collection
NextToken NullableString `json:"next_token"`
// Whether there are more items in the collection
HasMore bool `json:"has_more"`
AdditionalProperties map[string]interface{}
}
SpacesGet200Response struct for SpacesGet200Response
func NewSpacesGet200Response ¶
func NewSpacesGet200Response(success bool, data []SpacesGet200ResponseDataInner, totalCount float32, nextToken NullableString, hasMore bool) *SpacesGet200Response
NewSpacesGet200Response instantiates a new SpacesGet200Response object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewSpacesGet200ResponseWithDefaults ¶
func NewSpacesGet200ResponseWithDefaults() *SpacesGet200Response
NewSpacesGet200ResponseWithDefaults instantiates a new SpacesGet200Response object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*SpacesGet200Response) GetData ¶
func (o *SpacesGet200Response) GetData() []SpacesGet200ResponseDataInner
GetData returns the Data field value
func (*SpacesGet200Response) GetDataOk ¶
func (o *SpacesGet200Response) GetDataOk() ([]SpacesGet200ResponseDataInner, bool)
GetDataOk returns a tuple with the Data field value and a boolean to check if the value has been set.
func (*SpacesGet200Response) GetHasMore ¶
func (o *SpacesGet200Response) GetHasMore() bool
GetHasMore returns the HasMore field value
func (*SpacesGet200Response) GetHasMoreOk ¶
func (o *SpacesGet200Response) GetHasMoreOk() (*bool, bool)
GetHasMoreOk returns a tuple with the HasMore field value and a boolean to check if the value has been set.
func (*SpacesGet200Response) GetNextToken ¶
func (o *SpacesGet200Response) GetNextToken() string
GetNextToken returns the NextToken field value If the value is explicit nil, the zero value for string will be returned
func (*SpacesGet200Response) GetNextTokenOk ¶
func (o *SpacesGet200Response) GetNextTokenOk() (*string, bool)
GetNextTokenOk returns a tuple with the NextToken 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 (*SpacesGet200Response) GetSuccess ¶
func (o *SpacesGet200Response) GetSuccess() bool
GetSuccess returns the Success field value
func (*SpacesGet200Response) GetSuccessOk ¶
func (o *SpacesGet200Response) GetSuccessOk() (*bool, bool)
GetSuccessOk returns a tuple with the Success field value and a boolean to check if the value has been set.
func (*SpacesGet200Response) GetTotalCount ¶
func (o *SpacesGet200Response) GetTotalCount() float32
GetTotalCount returns the TotalCount field value
func (*SpacesGet200Response) GetTotalCountOk ¶
func (o *SpacesGet200Response) GetTotalCountOk() (*float32, bool)
GetTotalCountOk returns a tuple with the TotalCount field value and a boolean to check if the value has been set.
func (SpacesGet200Response) MarshalJSON ¶
func (o SpacesGet200Response) MarshalJSON() ([]byte, error)
func (*SpacesGet200Response) SetData ¶
func (o *SpacesGet200Response) SetData(v []SpacesGet200ResponseDataInner)
SetData sets field value
func (*SpacesGet200Response) SetHasMore ¶
func (o *SpacesGet200Response) SetHasMore(v bool)
SetHasMore sets field value
func (*SpacesGet200Response) SetNextToken ¶
func (o *SpacesGet200Response) SetNextToken(v string)
SetNextToken sets field value
func (*SpacesGet200Response) SetSuccess ¶
func (o *SpacesGet200Response) SetSuccess(v bool)
SetSuccess sets field value
func (*SpacesGet200Response) SetTotalCount ¶
func (o *SpacesGet200Response) SetTotalCount(v float32)
SetTotalCount sets field value
func (SpacesGet200Response) ToMap ¶
func (o SpacesGet200Response) ToMap() (map[string]interface{}, error)
func (*SpacesGet200Response) UnmarshalJSON ¶
func (o *SpacesGet200Response) UnmarshalJSON(data []byte) (err error)
type SpacesGet200ResponseDataInner ¶
type SpacesGet200ResponseDataInner struct {
// The id of the space.
Id string `json:"id"`
Name string `json:"name"`
Domain string `json:"domain"`
CreatedAt time.Time `json:"created_at"`
UpdatedAt time.Time `json:"updated_at"`
}
SpacesGet200ResponseDataInner List of spaces
func NewSpacesGet200ResponseDataInner ¶
func NewSpacesGet200ResponseDataInner(id string, name string, domain string, createdAt time.Time, updatedAt time.Time) *SpacesGet200ResponseDataInner
NewSpacesGet200ResponseDataInner instantiates a new SpacesGet200ResponseDataInner object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewSpacesGet200ResponseDataInnerWithDefaults ¶
func NewSpacesGet200ResponseDataInnerWithDefaults() *SpacesGet200ResponseDataInner
NewSpacesGet200ResponseDataInnerWithDefaults instantiates a new SpacesGet200ResponseDataInner object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*SpacesGet200ResponseDataInner) GetCreatedAt ¶
func (o *SpacesGet200ResponseDataInner) GetCreatedAt() time.Time
GetCreatedAt returns the CreatedAt field value
func (*SpacesGet200ResponseDataInner) GetCreatedAtOk ¶
func (o *SpacesGet200ResponseDataInner) GetCreatedAtOk() (*time.Time, bool)
GetCreatedAtOk returns a tuple with the CreatedAt field value and a boolean to check if the value has been set.
func (*SpacesGet200ResponseDataInner) GetDomain ¶
func (o *SpacesGet200ResponseDataInner) GetDomain() string
GetDomain returns the Domain field value
func (*SpacesGet200ResponseDataInner) GetDomainOk ¶
func (o *SpacesGet200ResponseDataInner) GetDomainOk() (*string, bool)
GetDomainOk returns a tuple with the Domain field value and a boolean to check if the value has been set.
func (*SpacesGet200ResponseDataInner) GetId ¶
func (o *SpacesGet200ResponseDataInner) GetId() string
GetId returns the Id field value
func (*SpacesGet200ResponseDataInner) GetIdOk ¶
func (o *SpacesGet200ResponseDataInner) GetIdOk() (*string, bool)
GetIdOk returns a tuple with the Id field value and a boolean to check if the value has been set.
func (*SpacesGet200ResponseDataInner) GetName ¶
func (o *SpacesGet200ResponseDataInner) GetName() string
GetName returns the Name field value
func (*SpacesGet200ResponseDataInner) GetNameOk ¶
func (o *SpacesGet200ResponseDataInner) GetNameOk() (*string, bool)
GetNameOk returns a tuple with the Name field value and a boolean to check if the value has been set.
func (*SpacesGet200ResponseDataInner) GetUpdatedAt ¶
func (o *SpacesGet200ResponseDataInner) GetUpdatedAt() time.Time
GetUpdatedAt returns the UpdatedAt field value
func (*SpacesGet200ResponseDataInner) GetUpdatedAtOk ¶
func (o *SpacesGet200ResponseDataInner) GetUpdatedAtOk() (*time.Time, bool)
GetUpdatedAtOk returns a tuple with the UpdatedAt field value and a boolean to check if the value has been set.
func (SpacesGet200ResponseDataInner) MarshalJSON ¶
func (o SpacesGet200ResponseDataInner) MarshalJSON() ([]byte, error)
func (*SpacesGet200ResponseDataInner) SetCreatedAt ¶
func (o *SpacesGet200ResponseDataInner) SetCreatedAt(v time.Time)
SetCreatedAt sets field value
func (*SpacesGet200ResponseDataInner) SetDomain ¶
func (o *SpacesGet200ResponseDataInner) SetDomain(v string)
SetDomain sets field value
func (*SpacesGet200ResponseDataInner) SetId ¶
func (o *SpacesGet200ResponseDataInner) SetId(v string)
SetId sets field value
func (*SpacesGet200ResponseDataInner) SetName ¶
func (o *SpacesGet200ResponseDataInner) SetName(v string)
SetName sets field value
func (*SpacesGet200ResponseDataInner) SetUpdatedAt ¶
func (o *SpacesGet200ResponseDataInner) SetUpdatedAt(v time.Time)
SetUpdatedAt sets field value
func (SpacesGet200ResponseDataInner) ToMap ¶
func (o SpacesGet200ResponseDataInner) ToMap() (map[string]interface{}, error)
func (*SpacesGet200ResponseDataInner) UnmarshalJSON ¶
func (o *SpacesGet200ResponseDataInner) UnmarshalJSON(data []byte) (err error)
type SpacesPost200Response ¶
type SpacesPost200Response struct {
// API request succeeded
Success bool `json:"success"`
Data SpacesPost200ResponseData `json:"data"`
AdditionalProperties map[string]interface{}
}
SpacesPost200Response struct for SpacesPost200Response
func NewSpacesPost200Response ¶
func NewSpacesPost200Response(success bool, data SpacesPost200ResponseData) *SpacesPost200Response
NewSpacesPost200Response instantiates a new SpacesPost200Response object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewSpacesPost200ResponseWithDefaults ¶
func NewSpacesPost200ResponseWithDefaults() *SpacesPost200Response
NewSpacesPost200ResponseWithDefaults instantiates a new SpacesPost200Response object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*SpacesPost200Response) GetData ¶
func (o *SpacesPost200Response) GetData() SpacesPost200ResponseData
GetData returns the Data field value
func (*SpacesPost200Response) GetDataOk ¶
func (o *SpacesPost200Response) GetDataOk() (*SpacesPost200ResponseData, bool)
GetDataOk returns a tuple with the Data field value and a boolean to check if the value has been set.
func (*SpacesPost200Response) GetSuccess ¶
func (o *SpacesPost200Response) GetSuccess() bool
GetSuccess returns the Success field value
func (*SpacesPost200Response) GetSuccessOk ¶
func (o *SpacesPost200Response) GetSuccessOk() (*bool, bool)
GetSuccessOk returns a tuple with the Success field value and a boolean to check if the value has been set.
func (SpacesPost200Response) MarshalJSON ¶
func (o SpacesPost200Response) MarshalJSON() ([]byte, error)
func (*SpacesPost200Response) SetData ¶
func (o *SpacesPost200Response) SetData(v SpacesPost200ResponseData)
SetData sets field value
func (*SpacesPost200Response) SetSuccess ¶
func (o *SpacesPost200Response) SetSuccess(v bool)
SetSuccess sets field value
func (SpacesPost200Response) ToMap ¶
func (o SpacesPost200Response) ToMap() (map[string]interface{}, error)
func (*SpacesPost200Response) UnmarshalJSON ¶
func (o *SpacesPost200Response) UnmarshalJSON(data []byte) (err error)
type SpacesPost200ResponseData ¶
type SpacesPost200ResponseData struct {
// The id of the space.
Id string `json:"id"`
Name string `json:"name"`
Domain string `json:"domain"`
CreatedAt time.Time `json:"created_at"`
UpdatedAt time.Time `json:"updated_at"`
}
SpacesPost200ResponseData The created space
func NewSpacesPost200ResponseData ¶
func NewSpacesPost200ResponseData(id string, name string, domain string, createdAt time.Time, updatedAt time.Time) *SpacesPost200ResponseData
NewSpacesPost200ResponseData instantiates a new SpacesPost200ResponseData object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewSpacesPost200ResponseDataWithDefaults ¶
func NewSpacesPost200ResponseDataWithDefaults() *SpacesPost200ResponseData
NewSpacesPost200ResponseDataWithDefaults instantiates a new SpacesPost200ResponseData object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*SpacesPost200ResponseData) GetCreatedAt ¶
func (o *SpacesPost200ResponseData) GetCreatedAt() time.Time
GetCreatedAt returns the CreatedAt field value
func (*SpacesPost200ResponseData) GetCreatedAtOk ¶
func (o *SpacesPost200ResponseData) GetCreatedAtOk() (*time.Time, bool)
GetCreatedAtOk returns a tuple with the CreatedAt field value and a boolean to check if the value has been set.
func (*SpacesPost200ResponseData) GetDomain ¶
func (o *SpacesPost200ResponseData) GetDomain() string
GetDomain returns the Domain field value
func (*SpacesPost200ResponseData) GetDomainOk ¶
func (o *SpacesPost200ResponseData) GetDomainOk() (*string, bool)
GetDomainOk returns a tuple with the Domain field value and a boolean to check if the value has been set.
func (*SpacesPost200ResponseData) GetId ¶
func (o *SpacesPost200ResponseData) GetId() string
GetId returns the Id field value
func (*SpacesPost200ResponseData) GetIdOk ¶
func (o *SpacesPost200ResponseData) GetIdOk() (*string, bool)
GetIdOk returns a tuple with the Id field value and a boolean to check if the value has been set.
func (*SpacesPost200ResponseData) GetName ¶
func (o *SpacesPost200ResponseData) GetName() string
GetName returns the Name field value
func (*SpacesPost200ResponseData) GetNameOk ¶
func (o *SpacesPost200ResponseData) GetNameOk() (*string, bool)
GetNameOk returns a tuple with the Name field value and a boolean to check if the value has been set.
func (*SpacesPost200ResponseData) GetUpdatedAt ¶
func (o *SpacesPost200ResponseData) GetUpdatedAt() time.Time
GetUpdatedAt returns the UpdatedAt field value
func (*SpacesPost200ResponseData) GetUpdatedAtOk ¶
func (o *SpacesPost200ResponseData) GetUpdatedAtOk() (*time.Time, bool)
GetUpdatedAtOk returns a tuple with the UpdatedAt field value and a boolean to check if the value has been set.
func (SpacesPost200ResponseData) MarshalJSON ¶
func (o SpacesPost200ResponseData) MarshalJSON() ([]byte, error)
func (*SpacesPost200ResponseData) SetCreatedAt ¶
func (o *SpacesPost200ResponseData) SetCreatedAt(v time.Time)
SetCreatedAt sets field value
func (*SpacesPost200ResponseData) SetDomain ¶
func (o *SpacesPost200ResponseData) SetDomain(v string)
SetDomain sets field value
func (*SpacesPost200ResponseData) SetId ¶
func (o *SpacesPost200ResponseData) SetId(v string)
SetId sets field value
func (*SpacesPost200ResponseData) SetName ¶
func (o *SpacesPost200ResponseData) SetName(v string)
SetName sets field value
func (*SpacesPost200ResponseData) SetUpdatedAt ¶
func (o *SpacesPost200ResponseData) SetUpdatedAt(v time.Time)
SetUpdatedAt sets field value
func (SpacesPost200ResponseData) ToMap ¶
func (o SpacesPost200ResponseData) ToMap() (map[string]interface{}, error)
func (*SpacesPost200ResponseData) UnmarshalJSON ¶
func (o *SpacesPost200ResponseData) UnmarshalJSON(data []byte) (err error)
type SpacesPostRequest ¶
type SpacesPostRequest struct {
Name string `json:"name"`
// The domain of the space. On Retool Cloud, specify subdomain of the space instead.
Domain string `json:"domain"`
Options *SpacesPostRequestOptions `json:"options,omitempty"`
}
SpacesPostRequest struct for SpacesPostRequest
func NewSpacesPostRequest ¶
func NewSpacesPostRequest(name string, domain string) *SpacesPostRequest
NewSpacesPostRequest instantiates a new SpacesPostRequest object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewSpacesPostRequestWithDefaults ¶
func NewSpacesPostRequestWithDefaults() *SpacesPostRequest
NewSpacesPostRequestWithDefaults instantiates a new SpacesPostRequest object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*SpacesPostRequest) GetDomain ¶
func (o *SpacesPostRequest) GetDomain() string
GetDomain returns the Domain field value
func (*SpacesPostRequest) GetDomainOk ¶
func (o *SpacesPostRequest) GetDomainOk() (*string, bool)
GetDomainOk returns a tuple with the Domain field value and a boolean to check if the value has been set.
func (*SpacesPostRequest) GetName ¶
func (o *SpacesPostRequest) GetName() string
GetName returns the Name field value
func (*SpacesPostRequest) GetNameOk ¶
func (o *SpacesPostRequest) GetNameOk() (*string, bool)
GetNameOk returns a tuple with the Name field value and a boolean to check if the value has been set.
func (*SpacesPostRequest) GetOptions ¶
func (o *SpacesPostRequest) GetOptions() SpacesPostRequestOptions
GetOptions returns the Options field value if set, zero value otherwise.
func (*SpacesPostRequest) GetOptionsOk ¶
func (o *SpacesPostRequest) GetOptionsOk() (*SpacesPostRequestOptions, bool)
GetOptionsOk returns a tuple with the Options field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SpacesPostRequest) HasOptions ¶
func (o *SpacesPostRequest) HasOptions() bool
HasOptions returns a boolean if a field has been set.
func (SpacesPostRequest) MarshalJSON ¶
func (o SpacesPostRequest) MarshalJSON() ([]byte, error)
func (*SpacesPostRequest) SetDomain ¶
func (o *SpacesPostRequest) SetDomain(v string)
SetDomain sets field value
func (*SpacesPostRequest) SetName ¶
func (o *SpacesPostRequest) SetName(v string)
SetName sets field value
func (*SpacesPostRequest) SetOptions ¶
func (o *SpacesPostRequest) SetOptions(v SpacesPostRequestOptions)
SetOptions gets a reference to the given SpacesPostRequestOptions and assigns it to the Options field.
func (SpacesPostRequest) ToMap ¶
func (o SpacesPostRequest) ToMap() (map[string]interface{}, error)
func (*SpacesPostRequest) UnmarshalJSON ¶
func (o *SpacesPostRequest) UnmarshalJSON(data []byte) (err error)
type SpacesPostRequestOptions ¶
type SpacesPostRequestOptions struct {
// Copy SSO settings from the admin space.
CopySsoSettings *bool `json:"copy_sso_settings,omitempty"`
// Copy Branding and Themes settings from the admin space.
CopyBrandingAndThemesSettings *bool `json:"copy_branding_and_themes_settings,omitempty"`
// List of emails of users from the admin space that need to be added to the new space as admins.
UsersToCopyAsAdmins []string `json:"users_to_copy_as_admins,omitempty"`
// Create an admin user in the new space for the creator instead of just sending out an invite.
CreateAdminUser *bool `json:"create_admin_user,omitempty"`
AdditionalProperties map[string]interface{}
}
SpacesPostRequestOptions struct for SpacesPostRequestOptions
func NewSpacesPostRequestOptions ¶
func NewSpacesPostRequestOptions() *SpacesPostRequestOptions
NewSpacesPostRequestOptions instantiates a new SpacesPostRequestOptions object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewSpacesPostRequestOptionsWithDefaults ¶
func NewSpacesPostRequestOptionsWithDefaults() *SpacesPostRequestOptions
NewSpacesPostRequestOptionsWithDefaults instantiates a new SpacesPostRequestOptions object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*SpacesPostRequestOptions) GetCopyBrandingAndThemesSettings ¶
func (o *SpacesPostRequestOptions) GetCopyBrandingAndThemesSettings() bool
GetCopyBrandingAndThemesSettings returns the CopyBrandingAndThemesSettings field value if set, zero value otherwise.
func (*SpacesPostRequestOptions) GetCopyBrandingAndThemesSettingsOk ¶
func (o *SpacesPostRequestOptions) GetCopyBrandingAndThemesSettingsOk() (*bool, bool)
GetCopyBrandingAndThemesSettingsOk returns a tuple with the CopyBrandingAndThemesSettings field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SpacesPostRequestOptions) GetCopySsoSettings ¶
func (o *SpacesPostRequestOptions) GetCopySsoSettings() bool
GetCopySsoSettings returns the CopySsoSettings field value if set, zero value otherwise.
func (*SpacesPostRequestOptions) GetCopySsoSettingsOk ¶
func (o *SpacesPostRequestOptions) GetCopySsoSettingsOk() (*bool, bool)
GetCopySsoSettingsOk returns a tuple with the CopySsoSettings field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SpacesPostRequestOptions) GetCreateAdminUser ¶
func (o *SpacesPostRequestOptions) GetCreateAdminUser() bool
GetCreateAdminUser returns the CreateAdminUser field value if set, zero value otherwise.
func (*SpacesPostRequestOptions) GetCreateAdminUserOk ¶
func (o *SpacesPostRequestOptions) GetCreateAdminUserOk() (*bool, bool)
GetCreateAdminUserOk returns a tuple with the CreateAdminUser field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SpacesPostRequestOptions) GetUsersToCopyAsAdmins ¶
func (o *SpacesPostRequestOptions) GetUsersToCopyAsAdmins() []string
GetUsersToCopyAsAdmins returns the UsersToCopyAsAdmins field value if set, zero value otherwise.
func (*SpacesPostRequestOptions) GetUsersToCopyAsAdminsOk ¶
func (o *SpacesPostRequestOptions) GetUsersToCopyAsAdminsOk() ([]string, bool)
GetUsersToCopyAsAdminsOk returns a tuple with the UsersToCopyAsAdmins field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SpacesPostRequestOptions) HasCopyBrandingAndThemesSettings ¶
func (o *SpacesPostRequestOptions) HasCopyBrandingAndThemesSettings() bool
HasCopyBrandingAndThemesSettings returns a boolean if a field has been set.
func (*SpacesPostRequestOptions) HasCopySsoSettings ¶
func (o *SpacesPostRequestOptions) HasCopySsoSettings() bool
HasCopySsoSettings returns a boolean if a field has been set.
func (*SpacesPostRequestOptions) HasCreateAdminUser ¶
func (o *SpacesPostRequestOptions) HasCreateAdminUser() bool
HasCreateAdminUser returns a boolean if a field has been set.
func (*SpacesPostRequestOptions) HasUsersToCopyAsAdmins ¶
func (o *SpacesPostRequestOptions) HasUsersToCopyAsAdmins() bool
HasUsersToCopyAsAdmins returns a boolean if a field has been set.
func (SpacesPostRequestOptions) MarshalJSON ¶
func (o SpacesPostRequestOptions) MarshalJSON() ([]byte, error)
func (*SpacesPostRequestOptions) SetCopyBrandingAndThemesSettings ¶
func (o *SpacesPostRequestOptions) SetCopyBrandingAndThemesSettings(v bool)
SetCopyBrandingAndThemesSettings gets a reference to the given bool and assigns it to the CopyBrandingAndThemesSettings field.
func (*SpacesPostRequestOptions) SetCopySsoSettings ¶
func (o *SpacesPostRequestOptions) SetCopySsoSettings(v bool)
SetCopySsoSettings gets a reference to the given bool and assigns it to the CopySsoSettings field.
func (*SpacesPostRequestOptions) SetCreateAdminUser ¶
func (o *SpacesPostRequestOptions) SetCreateAdminUser(v bool)
SetCreateAdminUser gets a reference to the given bool and assigns it to the CreateAdminUser field.
func (*SpacesPostRequestOptions) SetUsersToCopyAsAdmins ¶
func (o *SpacesPostRequestOptions) SetUsersToCopyAsAdmins(v []string)
SetUsersToCopyAsAdmins gets a reference to the given []string and assigns it to the UsersToCopyAsAdmins field.
func (SpacesPostRequestOptions) ToMap ¶
func (o SpacesPostRequestOptions) ToMap() (map[string]interface{}, error)
func (*SpacesPostRequestOptions) UnmarshalJSON ¶
func (o *SpacesPostRequestOptions) UnmarshalJSON(data []byte) (err error)
type SpacesSpaceIdGet200Response ¶
type SpacesSpaceIdGet200Response struct {
// API request succeeded
Success bool `json:"success"`
Data SpacesSpaceIdGet200ResponseData `json:"data"`
AdditionalProperties map[string]interface{}
}
SpacesSpaceIdGet200Response struct for SpacesSpaceIdGet200Response
func NewSpacesSpaceIdGet200Response ¶
func NewSpacesSpaceIdGet200Response(success bool, data SpacesSpaceIdGet200ResponseData) *SpacesSpaceIdGet200Response
NewSpacesSpaceIdGet200Response instantiates a new SpacesSpaceIdGet200Response object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewSpacesSpaceIdGet200ResponseWithDefaults ¶
func NewSpacesSpaceIdGet200ResponseWithDefaults() *SpacesSpaceIdGet200Response
NewSpacesSpaceIdGet200ResponseWithDefaults instantiates a new SpacesSpaceIdGet200Response object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*SpacesSpaceIdGet200Response) GetData ¶
func (o *SpacesSpaceIdGet200Response) GetData() SpacesSpaceIdGet200ResponseData
GetData returns the Data field value
func (*SpacesSpaceIdGet200Response) GetDataOk ¶
func (o *SpacesSpaceIdGet200Response) GetDataOk() (*SpacesSpaceIdGet200ResponseData, bool)
GetDataOk returns a tuple with the Data field value and a boolean to check if the value has been set.
func (*SpacesSpaceIdGet200Response) GetSuccess ¶
func (o *SpacesSpaceIdGet200Response) GetSuccess() bool
GetSuccess returns the Success field value
func (*SpacesSpaceIdGet200Response) GetSuccessOk ¶
func (o *SpacesSpaceIdGet200Response) GetSuccessOk() (*bool, bool)
GetSuccessOk returns a tuple with the Success field value and a boolean to check if the value has been set.
func (SpacesSpaceIdGet200Response) MarshalJSON ¶
func (o SpacesSpaceIdGet200Response) MarshalJSON() ([]byte, error)
func (*SpacesSpaceIdGet200Response) SetData ¶
func (o *SpacesSpaceIdGet200Response) SetData(v SpacesSpaceIdGet200ResponseData)
SetData sets field value
func (*SpacesSpaceIdGet200Response) SetSuccess ¶
func (o *SpacesSpaceIdGet200Response) SetSuccess(v bool)
SetSuccess sets field value
func (SpacesSpaceIdGet200Response) ToMap ¶
func (o SpacesSpaceIdGet200Response) ToMap() (map[string]interface{}, error)
func (*SpacesSpaceIdGet200Response) UnmarshalJSON ¶
func (o *SpacesSpaceIdGet200Response) UnmarshalJSON(data []byte) (err error)
type SpacesSpaceIdGet200ResponseData ¶
type SpacesSpaceIdGet200ResponseData struct {
// The id of the space.
Id string `json:"id"`
Name string `json:"name"`
Domain string `json:"domain"`
CreatedAt time.Time `json:"created_at"`
UpdatedAt time.Time `json:"updated_at"`
}
SpacesSpaceIdGet200ResponseData The requested space
func NewSpacesSpaceIdGet200ResponseData ¶
func NewSpacesSpaceIdGet200ResponseData(id string, name string, domain string, createdAt time.Time, updatedAt time.Time) *SpacesSpaceIdGet200ResponseData
NewSpacesSpaceIdGet200ResponseData instantiates a new SpacesSpaceIdGet200ResponseData object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewSpacesSpaceIdGet200ResponseDataWithDefaults ¶
func NewSpacesSpaceIdGet200ResponseDataWithDefaults() *SpacesSpaceIdGet200ResponseData
NewSpacesSpaceIdGet200ResponseDataWithDefaults instantiates a new SpacesSpaceIdGet200ResponseData object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*SpacesSpaceIdGet200ResponseData) GetCreatedAt ¶
func (o *SpacesSpaceIdGet200ResponseData) GetCreatedAt() time.Time
GetCreatedAt returns the CreatedAt field value
func (*SpacesSpaceIdGet200ResponseData) GetCreatedAtOk ¶
func (o *SpacesSpaceIdGet200ResponseData) GetCreatedAtOk() (*time.Time, bool)
GetCreatedAtOk returns a tuple with the CreatedAt field value and a boolean to check if the value has been set.
func (*SpacesSpaceIdGet200ResponseData) GetDomain ¶
func (o *SpacesSpaceIdGet200ResponseData) GetDomain() string
GetDomain returns the Domain field value
func (*SpacesSpaceIdGet200ResponseData) GetDomainOk ¶
func (o *SpacesSpaceIdGet200ResponseData) GetDomainOk() (*string, bool)
GetDomainOk returns a tuple with the Domain field value and a boolean to check if the value has been set.
func (*SpacesSpaceIdGet200ResponseData) GetId ¶
func (o *SpacesSpaceIdGet200ResponseData) GetId() string
GetId returns the Id field value
func (*SpacesSpaceIdGet200ResponseData) GetIdOk ¶
func (o *SpacesSpaceIdGet200ResponseData) GetIdOk() (*string, bool)
GetIdOk returns a tuple with the Id field value and a boolean to check if the value has been set.
func (*SpacesSpaceIdGet200ResponseData) GetName ¶
func (o *SpacesSpaceIdGet200ResponseData) GetName() string
GetName returns the Name field value
func (*SpacesSpaceIdGet200ResponseData) GetNameOk ¶
func (o *SpacesSpaceIdGet200ResponseData) GetNameOk() (*string, bool)
GetNameOk returns a tuple with the Name field value and a boolean to check if the value has been set.
func (*SpacesSpaceIdGet200ResponseData) GetUpdatedAt ¶
func (o *SpacesSpaceIdGet200ResponseData) GetUpdatedAt() time.Time
GetUpdatedAt returns the UpdatedAt field value
func (*SpacesSpaceIdGet200ResponseData) GetUpdatedAtOk ¶
func (o *SpacesSpaceIdGet200ResponseData) GetUpdatedAtOk() (*time.Time, bool)
GetUpdatedAtOk returns a tuple with the UpdatedAt field value and a boolean to check if the value has been set.
func (SpacesSpaceIdGet200ResponseData) MarshalJSON ¶
func (o SpacesSpaceIdGet200ResponseData) MarshalJSON() ([]byte, error)
func (*SpacesSpaceIdGet200ResponseData) SetCreatedAt ¶
func (o *SpacesSpaceIdGet200ResponseData) SetCreatedAt(v time.Time)
SetCreatedAt sets field value
func (*SpacesSpaceIdGet200ResponseData) SetDomain ¶
func (o *SpacesSpaceIdGet200ResponseData) SetDomain(v string)
SetDomain sets field value
func (*SpacesSpaceIdGet200ResponseData) SetId ¶
func (o *SpacesSpaceIdGet200ResponseData) SetId(v string)
SetId sets field value
func (*SpacesSpaceIdGet200ResponseData) SetName ¶
func (o *SpacesSpaceIdGet200ResponseData) SetName(v string)
SetName sets field value
func (*SpacesSpaceIdGet200ResponseData) SetUpdatedAt ¶
func (o *SpacesSpaceIdGet200ResponseData) SetUpdatedAt(v time.Time)
SetUpdatedAt sets field value
func (SpacesSpaceIdGet200ResponseData) ToMap ¶
func (o SpacesSpaceIdGet200ResponseData) ToMap() (map[string]interface{}, error)
func (*SpacesSpaceIdGet200ResponseData) UnmarshalJSON ¶
func (o *SpacesSpaceIdGet200ResponseData) UnmarshalJSON(data []byte) (err error)
type SpacesSpaceIdPut200Response ¶
type SpacesSpaceIdPut200Response struct {
// API request succeeded
Success bool `json:"success"`
Data SpacesSpaceIdPut200ResponseData `json:"data"`
AdditionalProperties map[string]interface{}
}
SpacesSpaceIdPut200Response struct for SpacesSpaceIdPut200Response
func NewSpacesSpaceIdPut200Response ¶
func NewSpacesSpaceIdPut200Response(success bool, data SpacesSpaceIdPut200ResponseData) *SpacesSpaceIdPut200Response
NewSpacesSpaceIdPut200Response instantiates a new SpacesSpaceIdPut200Response object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewSpacesSpaceIdPut200ResponseWithDefaults ¶
func NewSpacesSpaceIdPut200ResponseWithDefaults() *SpacesSpaceIdPut200Response
NewSpacesSpaceIdPut200ResponseWithDefaults instantiates a new SpacesSpaceIdPut200Response object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*SpacesSpaceIdPut200Response) GetData ¶
func (o *SpacesSpaceIdPut200Response) GetData() SpacesSpaceIdPut200ResponseData
GetData returns the Data field value
func (*SpacesSpaceIdPut200Response) GetDataOk ¶
func (o *SpacesSpaceIdPut200Response) GetDataOk() (*SpacesSpaceIdPut200ResponseData, bool)
GetDataOk returns a tuple with the Data field value and a boolean to check if the value has been set.
func (*SpacesSpaceIdPut200Response) GetSuccess ¶
func (o *SpacesSpaceIdPut200Response) GetSuccess() bool
GetSuccess returns the Success field value
func (*SpacesSpaceIdPut200Response) GetSuccessOk ¶
func (o *SpacesSpaceIdPut200Response) GetSuccessOk() (*bool, bool)
GetSuccessOk returns a tuple with the Success field value and a boolean to check if the value has been set.
func (SpacesSpaceIdPut200Response) MarshalJSON ¶
func (o SpacesSpaceIdPut200Response) MarshalJSON() ([]byte, error)
func (*SpacesSpaceIdPut200Response) SetData ¶
func (o *SpacesSpaceIdPut200Response) SetData(v SpacesSpaceIdPut200ResponseData)
SetData sets field value
func (*SpacesSpaceIdPut200Response) SetSuccess ¶
func (o *SpacesSpaceIdPut200Response) SetSuccess(v bool)
SetSuccess sets field value
func (SpacesSpaceIdPut200Response) ToMap ¶
func (o SpacesSpaceIdPut200Response) ToMap() (map[string]interface{}, error)
func (*SpacesSpaceIdPut200Response) UnmarshalJSON ¶
func (o *SpacesSpaceIdPut200Response) UnmarshalJSON(data []byte) (err error)
type SpacesSpaceIdPut200ResponseData ¶
type SpacesSpaceIdPut200ResponseData struct {
// The id of the space.
Id string `json:"id"`
Name string `json:"name"`
Domain string `json:"domain"`
CreatedAt time.Time `json:"created_at"`
UpdatedAt time.Time `json:"updated_at"`
}
SpacesSpaceIdPut200ResponseData Updated space
func NewSpacesSpaceIdPut200ResponseData ¶
func NewSpacesSpaceIdPut200ResponseData(id string, name string, domain string, createdAt time.Time, updatedAt time.Time) *SpacesSpaceIdPut200ResponseData
NewSpacesSpaceIdPut200ResponseData instantiates a new SpacesSpaceIdPut200ResponseData object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewSpacesSpaceIdPut200ResponseDataWithDefaults ¶
func NewSpacesSpaceIdPut200ResponseDataWithDefaults() *SpacesSpaceIdPut200ResponseData
NewSpacesSpaceIdPut200ResponseDataWithDefaults instantiates a new SpacesSpaceIdPut200ResponseData object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*SpacesSpaceIdPut200ResponseData) GetCreatedAt ¶
func (o *SpacesSpaceIdPut200ResponseData) GetCreatedAt() time.Time
GetCreatedAt returns the CreatedAt field value
func (*SpacesSpaceIdPut200ResponseData) GetCreatedAtOk ¶
func (o *SpacesSpaceIdPut200ResponseData) GetCreatedAtOk() (*time.Time, bool)
GetCreatedAtOk returns a tuple with the CreatedAt field value and a boolean to check if the value has been set.
func (*SpacesSpaceIdPut200ResponseData) GetDomain ¶
func (o *SpacesSpaceIdPut200ResponseData) GetDomain() string
GetDomain returns the Domain field value
func (*SpacesSpaceIdPut200ResponseData) GetDomainOk ¶
func (o *SpacesSpaceIdPut200ResponseData) GetDomainOk() (*string, bool)
GetDomainOk returns a tuple with the Domain field value and a boolean to check if the value has been set.
func (*SpacesSpaceIdPut200ResponseData) GetId ¶
func (o *SpacesSpaceIdPut200ResponseData) GetId() string
GetId returns the Id field value
func (*SpacesSpaceIdPut200ResponseData) GetIdOk ¶
func (o *SpacesSpaceIdPut200ResponseData) GetIdOk() (*string, bool)
GetIdOk returns a tuple with the Id field value and a boolean to check if the value has been set.
func (*SpacesSpaceIdPut200ResponseData) GetName ¶
func (o *SpacesSpaceIdPut200ResponseData) GetName() string
GetName returns the Name field value
func (*SpacesSpaceIdPut200ResponseData) GetNameOk ¶
func (o *SpacesSpaceIdPut200ResponseData) GetNameOk() (*string, bool)
GetNameOk returns a tuple with the Name field value and a boolean to check if the value has been set.
func (*SpacesSpaceIdPut200ResponseData) GetUpdatedAt ¶
func (o *SpacesSpaceIdPut200ResponseData) GetUpdatedAt() time.Time
GetUpdatedAt returns the UpdatedAt field value
func (*SpacesSpaceIdPut200ResponseData) GetUpdatedAtOk ¶
func (o *SpacesSpaceIdPut200ResponseData) GetUpdatedAtOk() (*time.Time, bool)
GetUpdatedAtOk returns a tuple with the UpdatedAt field value and a boolean to check if the value has been set.
func (SpacesSpaceIdPut200ResponseData) MarshalJSON ¶
func (o SpacesSpaceIdPut200ResponseData) MarshalJSON() ([]byte, error)
func (*SpacesSpaceIdPut200ResponseData) SetCreatedAt ¶
func (o *SpacesSpaceIdPut200ResponseData) SetCreatedAt(v time.Time)
SetCreatedAt sets field value
func (*SpacesSpaceIdPut200ResponseData) SetDomain ¶
func (o *SpacesSpaceIdPut200ResponseData) SetDomain(v string)
SetDomain sets field value
func (*SpacesSpaceIdPut200ResponseData) SetId ¶
func (o *SpacesSpaceIdPut200ResponseData) SetId(v string)
SetId sets field value
func (*SpacesSpaceIdPut200ResponseData) SetName ¶
func (o *SpacesSpaceIdPut200ResponseData) SetName(v string)
SetName sets field value
func (*SpacesSpaceIdPut200ResponseData) SetUpdatedAt ¶
func (o *SpacesSpaceIdPut200ResponseData) SetUpdatedAt(v time.Time)
SetUpdatedAt sets field value
func (SpacesSpaceIdPut200ResponseData) ToMap ¶
func (o SpacesSpaceIdPut200ResponseData) ToMap() (map[string]interface{}, error)
func (*SpacesSpaceIdPut200ResponseData) UnmarshalJSON ¶
func (o *SpacesSpaceIdPut200ResponseData) UnmarshalJSON(data []byte) (err error)
type SpacesSpaceIdPutRequest ¶
type SpacesSpaceIdPutRequest struct {
// The name of the space.
Name string `json:"name"`
// The domain of the space. On Retool Cloud, specify subdomain of the space instead.
Domain string `json:"domain"`
AdditionalProperties map[string]interface{}
}
SpacesSpaceIdPutRequest struct for SpacesSpaceIdPutRequest
func NewSpacesSpaceIdPutRequest ¶
func NewSpacesSpaceIdPutRequest(name string, domain string) *SpacesSpaceIdPutRequest
NewSpacesSpaceIdPutRequest instantiates a new SpacesSpaceIdPutRequest object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewSpacesSpaceIdPutRequestWithDefaults ¶
func NewSpacesSpaceIdPutRequestWithDefaults() *SpacesSpaceIdPutRequest
NewSpacesSpaceIdPutRequestWithDefaults instantiates a new SpacesSpaceIdPutRequest object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*SpacesSpaceIdPutRequest) GetDomain ¶
func (o *SpacesSpaceIdPutRequest) GetDomain() string
GetDomain returns the Domain field value
func (*SpacesSpaceIdPutRequest) GetDomainOk ¶
func (o *SpacesSpaceIdPutRequest) GetDomainOk() (*string, bool)
GetDomainOk returns a tuple with the Domain field value and a boolean to check if the value has been set.
func (*SpacesSpaceIdPutRequest) GetName ¶
func (o *SpacesSpaceIdPutRequest) GetName() string
GetName returns the Name field value
func (*SpacesSpaceIdPutRequest) GetNameOk ¶
func (o *SpacesSpaceIdPutRequest) GetNameOk() (*string, bool)
GetNameOk returns a tuple with the Name field value and a boolean to check if the value has been set.
func (SpacesSpaceIdPutRequest) MarshalJSON ¶
func (o SpacesSpaceIdPutRequest) MarshalJSON() ([]byte, error)
func (*SpacesSpaceIdPutRequest) SetDomain ¶
func (o *SpacesSpaceIdPutRequest) SetDomain(v string)
SetDomain sets field value
func (*SpacesSpaceIdPutRequest) SetName ¶
func (o *SpacesSpaceIdPutRequest) SetName(v string)
SetName sets field value
func (SpacesSpaceIdPutRequest) ToMap ¶
func (o SpacesSpaceIdPutRequest) ToMap() (map[string]interface{}, error)
func (*SpacesSpaceIdPutRequest) UnmarshalJSON ¶
func (o *SpacesSpaceIdPutRequest) UnmarshalJSON(data []byte) (err error)
type SsoConfigGet200Response ¶
type SsoConfigGet200Response struct {
// API request succeeded
Success bool `json:"success"`
Data SsoConfigGet200ResponseData `json:"data"`
AdditionalProperties map[string]interface{}
}
SsoConfigGet200Response struct for SsoConfigGet200Response
func NewSsoConfigGet200Response ¶
func NewSsoConfigGet200Response(success bool, data SsoConfigGet200ResponseData) *SsoConfigGet200Response
NewSsoConfigGet200Response instantiates a new SsoConfigGet200Response object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewSsoConfigGet200ResponseWithDefaults ¶
func NewSsoConfigGet200ResponseWithDefaults() *SsoConfigGet200Response
NewSsoConfigGet200ResponseWithDefaults instantiates a new SsoConfigGet200Response object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*SsoConfigGet200Response) GetData ¶
func (o *SsoConfigGet200Response) GetData() SsoConfigGet200ResponseData
GetData returns the Data field value
func (*SsoConfigGet200Response) GetDataOk ¶
func (o *SsoConfigGet200Response) GetDataOk() (*SsoConfigGet200ResponseData, bool)
GetDataOk returns a tuple with the Data field value and a boolean to check if the value has been set.
func (*SsoConfigGet200Response) GetSuccess ¶
func (o *SsoConfigGet200Response) GetSuccess() bool
GetSuccess returns the Success field value
func (*SsoConfigGet200Response) GetSuccessOk ¶
func (o *SsoConfigGet200Response) GetSuccessOk() (*bool, bool)
GetSuccessOk returns a tuple with the Success field value and a boolean to check if the value has been set.
func (SsoConfigGet200Response) MarshalJSON ¶
func (o SsoConfigGet200Response) MarshalJSON() ([]byte, error)
func (*SsoConfigGet200Response) SetData ¶
func (o *SsoConfigGet200Response) SetData(v SsoConfigGet200ResponseData)
SetData sets field value
func (*SsoConfigGet200Response) SetSuccess ¶
func (o *SsoConfigGet200Response) SetSuccess(v bool)
SetSuccess sets field value
func (SsoConfigGet200Response) ToMap ¶
func (o SsoConfigGet200Response) ToMap() (map[string]interface{}, error)
func (*SsoConfigGet200Response) UnmarshalJSON ¶
func (o *SsoConfigGet200Response) UnmarshalJSON(data []byte) (err error)
type SsoConfigGet200ResponseData ¶
type SsoConfigGet200ResponseData struct {
Google *Google
GoogleOIDC *GoogleOIDC
GoogleSAML *GoogleSAML
OIDC *OIDC
SAML *SAML
}
SsoConfigGet200ResponseData - SSO configuration
func GoogleAsSsoConfigGet200ResponseData ¶ added in v1.0.0
func GoogleAsSsoConfigGet200ResponseData(v *Google) SsoConfigGet200ResponseData
GoogleAsSsoConfigGet200ResponseData is a convenience function that returns Google wrapped in SsoConfigGet200ResponseData
func GoogleOIDCAsSsoConfigGet200ResponseData ¶ added in v1.0.0
func GoogleOIDCAsSsoConfigGet200ResponseData(v *GoogleOIDC) SsoConfigGet200ResponseData
GoogleOIDCAsSsoConfigGet200ResponseData is a convenience function that returns GoogleOIDC wrapped in SsoConfigGet200ResponseData
func GoogleSAMLAsSsoConfigGet200ResponseData ¶ added in v1.0.0
func GoogleSAMLAsSsoConfigGet200ResponseData(v *GoogleSAML) SsoConfigGet200ResponseData
GoogleSAMLAsSsoConfigGet200ResponseData is a convenience function that returns GoogleSAML wrapped in SsoConfigGet200ResponseData
func OIDCAsSsoConfigGet200ResponseData ¶ added in v1.0.0
func OIDCAsSsoConfigGet200ResponseData(v *OIDC) SsoConfigGet200ResponseData
OIDCAsSsoConfigGet200ResponseData is a convenience function that returns OIDC wrapped in SsoConfigGet200ResponseData
func SAMLAsSsoConfigGet200ResponseData ¶ added in v1.0.0
func SAMLAsSsoConfigGet200ResponseData(v *SAML) SsoConfigGet200ResponseData
SAMLAsSsoConfigGet200ResponseData is a convenience function that returns SAML wrapped in SsoConfigGet200ResponseData
func (*SsoConfigGet200ResponseData) GetActualInstance ¶
func (obj *SsoConfigGet200ResponseData) GetActualInstance() interface{}
Get the actual instance
func (SsoConfigGet200ResponseData) MarshalJSON ¶
func (src SsoConfigGet200ResponseData) MarshalJSON() ([]byte, error)
Marshal data from the first non-nil pointers in the struct to JSON
func (*SsoConfigGet200ResponseData) UnmarshalJSON ¶
func (dst *SsoConfigGet200ResponseData) UnmarshalJSON(data []byte) error
Unmarshal JSON data into one of the pointers in the struct
type SsoConfigPost200Response ¶
type SsoConfigPost200Response struct {
// API request succeeded
Success bool `json:"success"`
Data SsoConfigPost200ResponseData `json:"data"`
AdditionalProperties map[string]interface{}
}
SsoConfigPost200Response struct for SsoConfigPost200Response
func NewSsoConfigPost200Response ¶
func NewSsoConfigPost200Response(success bool, data SsoConfigPost200ResponseData) *SsoConfigPost200Response
NewSsoConfigPost200Response instantiates a new SsoConfigPost200Response object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewSsoConfigPost200ResponseWithDefaults ¶
func NewSsoConfigPost200ResponseWithDefaults() *SsoConfigPost200Response
NewSsoConfigPost200ResponseWithDefaults instantiates a new SsoConfigPost200Response object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*SsoConfigPost200Response) GetData ¶
func (o *SsoConfigPost200Response) GetData() SsoConfigPost200ResponseData
GetData returns the Data field value
func (*SsoConfigPost200Response) GetDataOk ¶
func (o *SsoConfigPost200Response) GetDataOk() (*SsoConfigPost200ResponseData, bool)
GetDataOk returns a tuple with the Data field value and a boolean to check if the value has been set.
func (*SsoConfigPost200Response) GetSuccess ¶
func (o *SsoConfigPost200Response) GetSuccess() bool
GetSuccess returns the Success field value
func (*SsoConfigPost200Response) GetSuccessOk ¶
func (o *SsoConfigPost200Response) GetSuccessOk() (*bool, bool)
GetSuccessOk returns a tuple with the Success field value and a boolean to check if the value has been set.
func (SsoConfigPost200Response) MarshalJSON ¶
func (o SsoConfigPost200Response) MarshalJSON() ([]byte, error)
func (*SsoConfigPost200Response) SetData ¶
func (o *SsoConfigPost200Response) SetData(v SsoConfigPost200ResponseData)
SetData sets field value
func (*SsoConfigPost200Response) SetSuccess ¶
func (o *SsoConfigPost200Response) SetSuccess(v bool)
SetSuccess sets field value
func (SsoConfigPost200Response) ToMap ¶
func (o SsoConfigPost200Response) ToMap() (map[string]interface{}, error)
func (*SsoConfigPost200Response) UnmarshalJSON ¶
func (o *SsoConfigPost200Response) UnmarshalJSON(data []byte) (err error)
type SsoConfigPost200ResponseData ¶
type SsoConfigPost200ResponseData struct {
Google *Google
GoogleOIDC *GoogleOIDC
GoogleSAML *GoogleSAML
OIDC *OIDC
SAML *SAML
}
SsoConfigPost200ResponseData - Result of setting SSO configuration
func GoogleAsSsoConfigPost200ResponseData ¶ added in v1.0.0
func GoogleAsSsoConfigPost200ResponseData(v *Google) SsoConfigPost200ResponseData
GoogleAsSsoConfigPost200ResponseData is a convenience function that returns Google wrapped in SsoConfigPost200ResponseData
func GoogleOIDCAsSsoConfigPost200ResponseData ¶ added in v1.0.0
func GoogleOIDCAsSsoConfigPost200ResponseData(v *GoogleOIDC) SsoConfigPost200ResponseData
GoogleOIDCAsSsoConfigPost200ResponseData is a convenience function that returns GoogleOIDC wrapped in SsoConfigPost200ResponseData
func GoogleSAMLAsSsoConfigPost200ResponseData ¶ added in v1.0.0
func GoogleSAMLAsSsoConfigPost200ResponseData(v *GoogleSAML) SsoConfigPost200ResponseData
GoogleSAMLAsSsoConfigPost200ResponseData is a convenience function that returns GoogleSAML wrapped in SsoConfigPost200ResponseData
func OIDCAsSsoConfigPost200ResponseData ¶ added in v1.0.0
func OIDCAsSsoConfigPost200ResponseData(v *OIDC) SsoConfigPost200ResponseData
OIDCAsSsoConfigPost200ResponseData is a convenience function that returns OIDC wrapped in SsoConfigPost200ResponseData
func SAMLAsSsoConfigPost200ResponseData ¶ added in v1.0.0
func SAMLAsSsoConfigPost200ResponseData(v *SAML) SsoConfigPost200ResponseData
SAMLAsSsoConfigPost200ResponseData is a convenience function that returns SAML wrapped in SsoConfigPost200ResponseData
func (*SsoConfigPost200ResponseData) GetActualInstance ¶
func (obj *SsoConfigPost200ResponseData) GetActualInstance() interface{}
Get the actual instance
func (SsoConfigPost200ResponseData) MarshalJSON ¶
func (src SsoConfigPost200ResponseData) MarshalJSON() ([]byte, error)
Marshal data from the first non-nil pointers in the struct to JSON
func (*SsoConfigPost200ResponseData) UnmarshalJSON ¶
func (dst *SsoConfigPost200ResponseData) UnmarshalJSON(data []byte) error
Unmarshal JSON data into one of the pointers in the struct
type SsoConfigPostRequest ¶
type SsoConfigPostRequest struct {
Data SsoConfigPostRequestData `json:"data"`
}
SsoConfigPostRequest Shape of SSO config
func NewSsoConfigPostRequest ¶
func NewSsoConfigPostRequest(data SsoConfigPostRequestData) *SsoConfigPostRequest
NewSsoConfigPostRequest instantiates a new SsoConfigPostRequest object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewSsoConfigPostRequestWithDefaults ¶
func NewSsoConfigPostRequestWithDefaults() *SsoConfigPostRequest
NewSsoConfigPostRequestWithDefaults instantiates a new SsoConfigPostRequest object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*SsoConfigPostRequest) GetData ¶
func (o *SsoConfigPostRequest) GetData() SsoConfigPostRequestData
GetData returns the Data field value
func (*SsoConfigPostRequest) GetDataOk ¶
func (o *SsoConfigPostRequest) GetDataOk() (*SsoConfigPostRequestData, bool)
GetDataOk returns a tuple with the Data field value and a boolean to check if the value has been set.
func (SsoConfigPostRequest) MarshalJSON ¶
func (o SsoConfigPostRequest) MarshalJSON() ([]byte, error)
func (*SsoConfigPostRequest) SetData ¶
func (o *SsoConfigPostRequest) SetData(v SsoConfigPostRequestData)
SetData sets field value
func (SsoConfigPostRequest) ToMap ¶
func (o SsoConfigPostRequest) ToMap() (map[string]interface{}, error)
func (*SsoConfigPostRequest) UnmarshalJSON ¶
func (o *SsoConfigPostRequest) UnmarshalJSON(data []byte) (err error)
type SsoConfigPostRequestData ¶
type SsoConfigPostRequestData struct {
Google *Google
GoogleOIDC *GoogleOIDC
GoogleSAML *GoogleSAML
OIDC *OIDC
SAML *SAML
}
SsoConfigPostRequestData - This object represents the SSO configuration for an organization or space. See [docs](https://docs.retool.com/sso) for more information.
func GoogleAsSsoConfigPostRequestData ¶ added in v1.0.0
func GoogleAsSsoConfigPostRequestData(v *Google) SsoConfigPostRequestData
GoogleAsSsoConfigPostRequestData is a convenience function that returns Google wrapped in SsoConfigPostRequestData
func GoogleOIDCAsSsoConfigPostRequestData ¶ added in v1.0.0
func GoogleOIDCAsSsoConfigPostRequestData(v *GoogleOIDC) SsoConfigPostRequestData
GoogleOIDCAsSsoConfigPostRequestData is a convenience function that returns GoogleOIDC wrapped in SsoConfigPostRequestData
func GoogleSAMLAsSsoConfigPostRequestData ¶ added in v1.0.0
func GoogleSAMLAsSsoConfigPostRequestData(v *GoogleSAML) SsoConfigPostRequestData
GoogleSAMLAsSsoConfigPostRequestData is a convenience function that returns GoogleSAML wrapped in SsoConfigPostRequestData
func OIDCAsSsoConfigPostRequestData ¶ added in v1.0.0
func OIDCAsSsoConfigPostRequestData(v *OIDC) SsoConfigPostRequestData
OIDCAsSsoConfigPostRequestData is a convenience function that returns OIDC wrapped in SsoConfigPostRequestData
func SAMLAsSsoConfigPostRequestData ¶ added in v1.0.0
func SAMLAsSsoConfigPostRequestData(v *SAML) SsoConfigPostRequestData
SAMLAsSsoConfigPostRequestData is a convenience function that returns SAML wrapped in SsoConfigPostRequestData
func (*SsoConfigPostRequestData) GetActualInstance ¶
func (obj *SsoConfigPostRequestData) GetActualInstance() interface{}
Get the actual instance
func (SsoConfigPostRequestData) MarshalJSON ¶
func (src SsoConfigPostRequestData) MarshalJSON() ([]byte, error)
Marshal data from the first non-nil pointers in the struct to JSON
func (*SsoConfigPostRequestData) UnmarshalJSON ¶
func (dst *SsoConfigPostRequestData) UnmarshalJSON(data []byte) error
Unmarshal JSON data into one of the pointers in the struct
type SsoConfigPostRequestDataOneOf ¶
type SsoConfigPostRequestDataOneOf struct {
ConfigType string `json:"config_type"`
GoogleClientId string `json:"google_client_id"`
GoogleClientSecret string `json:"google_client_secret"`
DisableEmailPasswordLogin bool `json:"disable_email_password_login"`
}
SsoConfigPostRequestDataOneOf struct for SsoConfigPostRequestDataOneOf
func NewSsoConfigPostRequestDataOneOf ¶
func NewSsoConfigPostRequestDataOneOf(configType string, googleClientId string, googleClientSecret string, disableEmailPasswordLogin bool) *SsoConfigPostRequestDataOneOf
NewSsoConfigPostRequestDataOneOf instantiates a new SsoConfigPostRequestDataOneOf object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewSsoConfigPostRequestDataOneOfWithDefaults ¶
func NewSsoConfigPostRequestDataOneOfWithDefaults() *SsoConfigPostRequestDataOneOf
NewSsoConfigPostRequestDataOneOfWithDefaults instantiates a new SsoConfigPostRequestDataOneOf object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*SsoConfigPostRequestDataOneOf) GetConfigType ¶
func (o *SsoConfigPostRequestDataOneOf) GetConfigType() string
GetConfigType returns the ConfigType field value
func (*SsoConfigPostRequestDataOneOf) GetConfigTypeOk ¶
func (o *SsoConfigPostRequestDataOneOf) GetConfigTypeOk() (*string, bool)
GetConfigTypeOk returns a tuple with the ConfigType field value and a boolean to check if the value has been set.
func (*SsoConfigPostRequestDataOneOf) GetDisableEmailPasswordLogin ¶
func (o *SsoConfigPostRequestDataOneOf) GetDisableEmailPasswordLogin() bool
GetDisableEmailPasswordLogin returns the DisableEmailPasswordLogin field value
func (*SsoConfigPostRequestDataOneOf) GetDisableEmailPasswordLoginOk ¶
func (o *SsoConfigPostRequestDataOneOf) GetDisableEmailPasswordLoginOk() (*bool, bool)
GetDisableEmailPasswordLoginOk returns a tuple with the DisableEmailPasswordLogin field value and a boolean to check if the value has been set.
func (*SsoConfigPostRequestDataOneOf) GetGoogleClientId ¶
func (o *SsoConfigPostRequestDataOneOf) GetGoogleClientId() string
GetGoogleClientId returns the GoogleClientId field value
func (*SsoConfigPostRequestDataOneOf) GetGoogleClientIdOk ¶
func (o *SsoConfigPostRequestDataOneOf) GetGoogleClientIdOk() (*string, bool)
GetGoogleClientIdOk returns a tuple with the GoogleClientId field value and a boolean to check if the value has been set.
func (*SsoConfigPostRequestDataOneOf) GetGoogleClientSecret ¶
func (o *SsoConfigPostRequestDataOneOf) GetGoogleClientSecret() string
GetGoogleClientSecret returns the GoogleClientSecret field value
func (*SsoConfigPostRequestDataOneOf) GetGoogleClientSecretOk ¶
func (o *SsoConfigPostRequestDataOneOf) GetGoogleClientSecretOk() (*string, bool)
GetGoogleClientSecretOk returns a tuple with the GoogleClientSecret field value and a boolean to check if the value has been set.
func (SsoConfigPostRequestDataOneOf) MarshalJSON ¶
func (o SsoConfigPostRequestDataOneOf) MarshalJSON() ([]byte, error)
func (*SsoConfigPostRequestDataOneOf) SetConfigType ¶
func (o *SsoConfigPostRequestDataOneOf) SetConfigType(v string)
SetConfigType sets field value
func (*SsoConfigPostRequestDataOneOf) SetDisableEmailPasswordLogin ¶
func (o *SsoConfigPostRequestDataOneOf) SetDisableEmailPasswordLogin(v bool)
SetDisableEmailPasswordLogin sets field value
func (*SsoConfigPostRequestDataOneOf) SetGoogleClientId ¶
func (o *SsoConfigPostRequestDataOneOf) SetGoogleClientId(v string)
SetGoogleClientId sets field value
func (*SsoConfigPostRequestDataOneOf) SetGoogleClientSecret ¶
func (o *SsoConfigPostRequestDataOneOf) SetGoogleClientSecret(v string)
SetGoogleClientSecret sets field value
func (SsoConfigPostRequestDataOneOf) ToMap ¶
func (o SsoConfigPostRequestDataOneOf) ToMap() (map[string]interface{}, error)
func (*SsoConfigPostRequestDataOneOf) UnmarshalJSON ¶
func (o *SsoConfigPostRequestDataOneOf) UnmarshalJSON(data []byte) (err error)
type SsoConfigPostRequestDataOneOf1 ¶
type SsoConfigPostRequestDataOneOf1 struct {
ConfigType string `json:"config_type"`
OidcClientId string `json:"oidc_client_id"`
OidcClientSecret string `json:"oidc_client_secret"`
OidcScopes string `json:"oidc_scopes"`
OidcAuthUrl string `json:"oidc_auth_url"`
OidcTokenUrl string `json:"oidc_token_url"`
OidcUserinfoUrl *string `json:"oidc_userinfo_url,omitempty"`
OidcAudience *string `json:"oidc_audience,omitempty"`
JwtEmailKey string `json:"jwt_email_key"`
JwtRolesKey *string `json:"jwt_roles_key,omitempty"`
JwtFirstNameKey string `json:"jwt_first_name_key"`
JwtLastNameKey string `json:"jwt_last_name_key"`
RolesMapping *string `json:"roles_mapping,omitempty"`
JitEnabled bool `json:"jit_enabled"`
RestrictedDomain *string `json:"restricted_domain,omitempty"`
TriggerLoginAutomatically bool `json:"trigger_login_automatically"`
DisableEmailPasswordLogin bool `json:"disable_email_password_login"`
}
SsoConfigPostRequestDataOneOf1 struct for SsoConfigPostRequestDataOneOf1
func NewSsoConfigPostRequestDataOneOf1 ¶
func NewSsoConfigPostRequestDataOneOf1(configType string, oidcClientId string, oidcClientSecret string, oidcScopes string, oidcAuthUrl string, oidcTokenUrl string, jwtEmailKey string, jwtFirstNameKey string, jwtLastNameKey string, jitEnabled bool, triggerLoginAutomatically bool, disableEmailPasswordLogin bool) *SsoConfigPostRequestDataOneOf1
NewSsoConfigPostRequestDataOneOf1 instantiates a new SsoConfigPostRequestDataOneOf1 object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewSsoConfigPostRequestDataOneOf1WithDefaults ¶
func NewSsoConfigPostRequestDataOneOf1WithDefaults() *SsoConfigPostRequestDataOneOf1
NewSsoConfigPostRequestDataOneOf1WithDefaults instantiates a new SsoConfigPostRequestDataOneOf1 object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*SsoConfigPostRequestDataOneOf1) GetConfigType ¶
func (o *SsoConfigPostRequestDataOneOf1) GetConfigType() string
GetConfigType returns the ConfigType field value
func (*SsoConfigPostRequestDataOneOf1) GetConfigTypeOk ¶
func (o *SsoConfigPostRequestDataOneOf1) GetConfigTypeOk() (*string, bool)
GetConfigTypeOk returns a tuple with the ConfigType field value and a boolean to check if the value has been set.
func (*SsoConfigPostRequestDataOneOf1) GetDisableEmailPasswordLogin ¶
func (o *SsoConfigPostRequestDataOneOf1) GetDisableEmailPasswordLogin() bool
GetDisableEmailPasswordLogin returns the DisableEmailPasswordLogin field value
func (*SsoConfigPostRequestDataOneOf1) GetDisableEmailPasswordLoginOk ¶
func (o *SsoConfigPostRequestDataOneOf1) GetDisableEmailPasswordLoginOk() (*bool, bool)
GetDisableEmailPasswordLoginOk returns a tuple with the DisableEmailPasswordLogin field value and a boolean to check if the value has been set.
func (*SsoConfigPostRequestDataOneOf1) GetJitEnabled ¶
func (o *SsoConfigPostRequestDataOneOf1) GetJitEnabled() bool
GetJitEnabled returns the JitEnabled field value
func (*SsoConfigPostRequestDataOneOf1) GetJitEnabledOk ¶
func (o *SsoConfigPostRequestDataOneOf1) GetJitEnabledOk() (*bool, bool)
GetJitEnabledOk returns a tuple with the JitEnabled field value and a boolean to check if the value has been set.
func (*SsoConfigPostRequestDataOneOf1) GetJwtEmailKey ¶
func (o *SsoConfigPostRequestDataOneOf1) GetJwtEmailKey() string
GetJwtEmailKey returns the JwtEmailKey field value
func (*SsoConfigPostRequestDataOneOf1) GetJwtEmailKeyOk ¶
func (o *SsoConfigPostRequestDataOneOf1) GetJwtEmailKeyOk() (*string, bool)
GetJwtEmailKeyOk returns a tuple with the JwtEmailKey field value and a boolean to check if the value has been set.
func (*SsoConfigPostRequestDataOneOf1) GetJwtFirstNameKey ¶
func (o *SsoConfigPostRequestDataOneOf1) GetJwtFirstNameKey() string
GetJwtFirstNameKey returns the JwtFirstNameKey field value
func (*SsoConfigPostRequestDataOneOf1) GetJwtFirstNameKeyOk ¶
func (o *SsoConfigPostRequestDataOneOf1) GetJwtFirstNameKeyOk() (*string, bool)
GetJwtFirstNameKeyOk returns a tuple with the JwtFirstNameKey field value and a boolean to check if the value has been set.
func (*SsoConfigPostRequestDataOneOf1) GetJwtLastNameKey ¶
func (o *SsoConfigPostRequestDataOneOf1) GetJwtLastNameKey() string
GetJwtLastNameKey returns the JwtLastNameKey field value
func (*SsoConfigPostRequestDataOneOf1) GetJwtLastNameKeyOk ¶
func (o *SsoConfigPostRequestDataOneOf1) GetJwtLastNameKeyOk() (*string, bool)
GetJwtLastNameKeyOk returns a tuple with the JwtLastNameKey field value and a boolean to check if the value has been set.
func (*SsoConfigPostRequestDataOneOf1) GetJwtRolesKey ¶
func (o *SsoConfigPostRequestDataOneOf1) GetJwtRolesKey() string
GetJwtRolesKey returns the JwtRolesKey field value if set, zero value otherwise.
func (*SsoConfigPostRequestDataOneOf1) GetJwtRolesKeyOk ¶
func (o *SsoConfigPostRequestDataOneOf1) GetJwtRolesKeyOk() (*string, bool)
GetJwtRolesKeyOk returns a tuple with the JwtRolesKey field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SsoConfigPostRequestDataOneOf1) GetOidcAudience ¶
func (o *SsoConfigPostRequestDataOneOf1) GetOidcAudience() string
GetOidcAudience returns the OidcAudience field value if set, zero value otherwise.
func (*SsoConfigPostRequestDataOneOf1) GetOidcAudienceOk ¶
func (o *SsoConfigPostRequestDataOneOf1) GetOidcAudienceOk() (*string, bool)
GetOidcAudienceOk returns a tuple with the OidcAudience field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SsoConfigPostRequestDataOneOf1) GetOidcAuthUrl ¶
func (o *SsoConfigPostRequestDataOneOf1) GetOidcAuthUrl() string
GetOidcAuthUrl returns the OidcAuthUrl field value
func (*SsoConfigPostRequestDataOneOf1) GetOidcAuthUrlOk ¶
func (o *SsoConfigPostRequestDataOneOf1) GetOidcAuthUrlOk() (*string, bool)
GetOidcAuthUrlOk returns a tuple with the OidcAuthUrl field value and a boolean to check if the value has been set.
func (*SsoConfigPostRequestDataOneOf1) GetOidcClientId ¶
func (o *SsoConfigPostRequestDataOneOf1) GetOidcClientId() string
GetOidcClientId returns the OidcClientId field value
func (*SsoConfigPostRequestDataOneOf1) GetOidcClientIdOk ¶
func (o *SsoConfigPostRequestDataOneOf1) GetOidcClientIdOk() (*string, bool)
GetOidcClientIdOk returns a tuple with the OidcClientId field value and a boolean to check if the value has been set.
func (*SsoConfigPostRequestDataOneOf1) GetOidcClientSecret ¶
func (o *SsoConfigPostRequestDataOneOf1) GetOidcClientSecret() string
GetOidcClientSecret returns the OidcClientSecret field value
func (*SsoConfigPostRequestDataOneOf1) GetOidcClientSecretOk ¶
func (o *SsoConfigPostRequestDataOneOf1) GetOidcClientSecretOk() (*string, bool)
GetOidcClientSecretOk returns a tuple with the OidcClientSecret field value and a boolean to check if the value has been set.
func (*SsoConfigPostRequestDataOneOf1) GetOidcScopes ¶
func (o *SsoConfigPostRequestDataOneOf1) GetOidcScopes() string
GetOidcScopes returns the OidcScopes field value
func (*SsoConfigPostRequestDataOneOf1) GetOidcScopesOk ¶
func (o *SsoConfigPostRequestDataOneOf1) GetOidcScopesOk() (*string, bool)
GetOidcScopesOk returns a tuple with the OidcScopes field value and a boolean to check if the value has been set.
func (*SsoConfigPostRequestDataOneOf1) GetOidcTokenUrl ¶
func (o *SsoConfigPostRequestDataOneOf1) GetOidcTokenUrl() string
GetOidcTokenUrl returns the OidcTokenUrl field value
func (*SsoConfigPostRequestDataOneOf1) GetOidcTokenUrlOk ¶
func (o *SsoConfigPostRequestDataOneOf1) GetOidcTokenUrlOk() (*string, bool)
GetOidcTokenUrlOk returns a tuple with the OidcTokenUrl field value and a boolean to check if the value has been set.
func (*SsoConfigPostRequestDataOneOf1) GetOidcUserinfoUrl ¶
func (o *SsoConfigPostRequestDataOneOf1) GetOidcUserinfoUrl() string
GetOidcUserinfoUrl returns the OidcUserinfoUrl field value if set, zero value otherwise.
func (*SsoConfigPostRequestDataOneOf1) GetOidcUserinfoUrlOk ¶
func (o *SsoConfigPostRequestDataOneOf1) GetOidcUserinfoUrlOk() (*string, bool)
GetOidcUserinfoUrlOk returns a tuple with the OidcUserinfoUrl field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SsoConfigPostRequestDataOneOf1) GetRestrictedDomain ¶
func (o *SsoConfigPostRequestDataOneOf1) GetRestrictedDomain() string
GetRestrictedDomain returns the RestrictedDomain field value if set, zero value otherwise.
func (*SsoConfigPostRequestDataOneOf1) GetRestrictedDomainOk ¶
func (o *SsoConfigPostRequestDataOneOf1) GetRestrictedDomainOk() (*string, bool)
GetRestrictedDomainOk returns a tuple with the RestrictedDomain field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SsoConfigPostRequestDataOneOf1) GetRolesMapping ¶
func (o *SsoConfigPostRequestDataOneOf1) GetRolesMapping() string
GetRolesMapping returns the RolesMapping field value if set, zero value otherwise.
func (*SsoConfigPostRequestDataOneOf1) GetRolesMappingOk ¶
func (o *SsoConfigPostRequestDataOneOf1) GetRolesMappingOk() (*string, bool)
GetRolesMappingOk returns a tuple with the RolesMapping field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SsoConfigPostRequestDataOneOf1) GetTriggerLoginAutomatically ¶
func (o *SsoConfigPostRequestDataOneOf1) GetTriggerLoginAutomatically() bool
GetTriggerLoginAutomatically returns the TriggerLoginAutomatically field value
func (*SsoConfigPostRequestDataOneOf1) GetTriggerLoginAutomaticallyOk ¶
func (o *SsoConfigPostRequestDataOneOf1) GetTriggerLoginAutomaticallyOk() (*bool, bool)
GetTriggerLoginAutomaticallyOk returns a tuple with the TriggerLoginAutomatically field value and a boolean to check if the value has been set.
func (*SsoConfigPostRequestDataOneOf1) HasJwtRolesKey ¶
func (o *SsoConfigPostRequestDataOneOf1) HasJwtRolesKey() bool
HasJwtRolesKey returns a boolean if a field has been set.
func (*SsoConfigPostRequestDataOneOf1) HasOidcAudience ¶
func (o *SsoConfigPostRequestDataOneOf1) HasOidcAudience() bool
HasOidcAudience returns a boolean if a field has been set.
func (*SsoConfigPostRequestDataOneOf1) HasOidcUserinfoUrl ¶
func (o *SsoConfigPostRequestDataOneOf1) HasOidcUserinfoUrl() bool
HasOidcUserinfoUrl returns a boolean if a field has been set.
func (*SsoConfigPostRequestDataOneOf1) HasRestrictedDomain ¶
func (o *SsoConfigPostRequestDataOneOf1) HasRestrictedDomain() bool
HasRestrictedDomain returns a boolean if a field has been set.
func (*SsoConfigPostRequestDataOneOf1) HasRolesMapping ¶
func (o *SsoConfigPostRequestDataOneOf1) HasRolesMapping() bool
HasRolesMapping returns a boolean if a field has been set.
func (SsoConfigPostRequestDataOneOf1) MarshalJSON ¶
func (o SsoConfigPostRequestDataOneOf1) MarshalJSON() ([]byte, error)
func (*SsoConfigPostRequestDataOneOf1) SetConfigType ¶
func (o *SsoConfigPostRequestDataOneOf1) SetConfigType(v string)
SetConfigType sets field value
func (*SsoConfigPostRequestDataOneOf1) SetDisableEmailPasswordLogin ¶
func (o *SsoConfigPostRequestDataOneOf1) SetDisableEmailPasswordLogin(v bool)
SetDisableEmailPasswordLogin sets field value
func (*SsoConfigPostRequestDataOneOf1) SetJitEnabled ¶
func (o *SsoConfigPostRequestDataOneOf1) SetJitEnabled(v bool)
SetJitEnabled sets field value
func (*SsoConfigPostRequestDataOneOf1) SetJwtEmailKey ¶
func (o *SsoConfigPostRequestDataOneOf1) SetJwtEmailKey(v string)
SetJwtEmailKey sets field value
func (*SsoConfigPostRequestDataOneOf1) SetJwtFirstNameKey ¶
func (o *SsoConfigPostRequestDataOneOf1) SetJwtFirstNameKey(v string)
SetJwtFirstNameKey sets field value
func (*SsoConfigPostRequestDataOneOf1) SetJwtLastNameKey ¶
func (o *SsoConfigPostRequestDataOneOf1) SetJwtLastNameKey(v string)
SetJwtLastNameKey sets field value
func (*SsoConfigPostRequestDataOneOf1) SetJwtRolesKey ¶
func (o *SsoConfigPostRequestDataOneOf1) SetJwtRolesKey(v string)
SetJwtRolesKey gets a reference to the given string and assigns it to the JwtRolesKey field.
func (*SsoConfigPostRequestDataOneOf1) SetOidcAudience ¶
func (o *SsoConfigPostRequestDataOneOf1) SetOidcAudience(v string)
SetOidcAudience gets a reference to the given string and assigns it to the OidcAudience field.
func (*SsoConfigPostRequestDataOneOf1) SetOidcAuthUrl ¶
func (o *SsoConfigPostRequestDataOneOf1) SetOidcAuthUrl(v string)
SetOidcAuthUrl sets field value
func (*SsoConfigPostRequestDataOneOf1) SetOidcClientId ¶
func (o *SsoConfigPostRequestDataOneOf1) SetOidcClientId(v string)
SetOidcClientId sets field value
func (*SsoConfigPostRequestDataOneOf1) SetOidcClientSecret ¶
func (o *SsoConfigPostRequestDataOneOf1) SetOidcClientSecret(v string)
SetOidcClientSecret sets field value
func (*SsoConfigPostRequestDataOneOf1) SetOidcScopes ¶
func (o *SsoConfigPostRequestDataOneOf1) SetOidcScopes(v string)
SetOidcScopes sets field value
func (*SsoConfigPostRequestDataOneOf1) SetOidcTokenUrl ¶
func (o *SsoConfigPostRequestDataOneOf1) SetOidcTokenUrl(v string)
SetOidcTokenUrl sets field value
func (*SsoConfigPostRequestDataOneOf1) SetOidcUserinfoUrl ¶
func (o *SsoConfigPostRequestDataOneOf1) SetOidcUserinfoUrl(v string)
SetOidcUserinfoUrl gets a reference to the given string and assigns it to the OidcUserinfoUrl field.
func (*SsoConfigPostRequestDataOneOf1) SetRestrictedDomain ¶
func (o *SsoConfigPostRequestDataOneOf1) SetRestrictedDomain(v string)
SetRestrictedDomain gets a reference to the given string and assigns it to the RestrictedDomain field.
func (*SsoConfigPostRequestDataOneOf1) SetRolesMapping ¶
func (o *SsoConfigPostRequestDataOneOf1) SetRolesMapping(v string)
SetRolesMapping gets a reference to the given string and assigns it to the RolesMapping field.
func (*SsoConfigPostRequestDataOneOf1) SetTriggerLoginAutomatically ¶
func (o *SsoConfigPostRequestDataOneOf1) SetTriggerLoginAutomatically(v bool)
SetTriggerLoginAutomatically sets field value
func (SsoConfigPostRequestDataOneOf1) ToMap ¶
func (o SsoConfigPostRequestDataOneOf1) ToMap() (map[string]interface{}, error)
func (*SsoConfigPostRequestDataOneOf1) UnmarshalJSON ¶
func (o *SsoConfigPostRequestDataOneOf1) UnmarshalJSON(data []byte) (err error)
type SsoConfigPostRequestDataOneOf2 ¶
type SsoConfigPostRequestDataOneOf2 struct {
ConfigType string `json:"config_type"`
GoogleClientId string `json:"google_client_id"`
GoogleClientSecret string `json:"google_client_secret"`
DisableEmailPasswordLogin bool `json:"disable_email_password_login"`
OidcClientId string `json:"oidc_client_id"`
OidcClientSecret string `json:"oidc_client_secret"`
OidcScopes string `json:"oidc_scopes"`
OidcAuthUrl string `json:"oidc_auth_url"`
OidcTokenUrl string `json:"oidc_token_url"`
OidcUserinfoUrl *string `json:"oidc_userinfo_url,omitempty"`
OidcAudience *string `json:"oidc_audience,omitempty"`
JwtEmailKey string `json:"jwt_email_key"`
JwtRolesKey *string `json:"jwt_roles_key,omitempty"`
JwtFirstNameKey string `json:"jwt_first_name_key"`
JwtLastNameKey string `json:"jwt_last_name_key"`
RolesMapping *string `json:"roles_mapping,omitempty"`
JitEnabled bool `json:"jit_enabled"`
RestrictedDomain *string `json:"restricted_domain,omitempty"`
TriggerLoginAutomatically bool `json:"trigger_login_automatically"`
}
SsoConfigPostRequestDataOneOf2 struct for SsoConfigPostRequestDataOneOf2
func NewSsoConfigPostRequestDataOneOf2 ¶
func NewSsoConfigPostRequestDataOneOf2(configType string, googleClientId string, googleClientSecret string, disableEmailPasswordLogin bool, oidcClientId string, oidcClientSecret string, oidcScopes string, oidcAuthUrl string, oidcTokenUrl string, jwtEmailKey string, jwtFirstNameKey string, jwtLastNameKey string, jitEnabled bool, triggerLoginAutomatically bool) *SsoConfigPostRequestDataOneOf2
NewSsoConfigPostRequestDataOneOf2 instantiates a new SsoConfigPostRequestDataOneOf2 object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewSsoConfigPostRequestDataOneOf2WithDefaults ¶
func NewSsoConfigPostRequestDataOneOf2WithDefaults() *SsoConfigPostRequestDataOneOf2
NewSsoConfigPostRequestDataOneOf2WithDefaults instantiates a new SsoConfigPostRequestDataOneOf2 object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*SsoConfigPostRequestDataOneOf2) GetConfigType ¶
func (o *SsoConfigPostRequestDataOneOf2) GetConfigType() string
GetConfigType returns the ConfigType field value
func (*SsoConfigPostRequestDataOneOf2) GetConfigTypeOk ¶
func (o *SsoConfigPostRequestDataOneOf2) GetConfigTypeOk() (*string, bool)
GetConfigTypeOk returns a tuple with the ConfigType field value and a boolean to check if the value has been set.
func (*SsoConfigPostRequestDataOneOf2) GetDisableEmailPasswordLogin ¶
func (o *SsoConfigPostRequestDataOneOf2) GetDisableEmailPasswordLogin() bool
GetDisableEmailPasswordLogin returns the DisableEmailPasswordLogin field value
func (*SsoConfigPostRequestDataOneOf2) GetDisableEmailPasswordLoginOk ¶
func (o *SsoConfigPostRequestDataOneOf2) GetDisableEmailPasswordLoginOk() (*bool, bool)
GetDisableEmailPasswordLoginOk returns a tuple with the DisableEmailPasswordLogin field value and a boolean to check if the value has been set.
func (*SsoConfigPostRequestDataOneOf2) GetGoogleClientId ¶
func (o *SsoConfigPostRequestDataOneOf2) GetGoogleClientId() string
GetGoogleClientId returns the GoogleClientId field value
func (*SsoConfigPostRequestDataOneOf2) GetGoogleClientIdOk ¶
func (o *SsoConfigPostRequestDataOneOf2) GetGoogleClientIdOk() (*string, bool)
GetGoogleClientIdOk returns a tuple with the GoogleClientId field value and a boolean to check if the value has been set.
func (*SsoConfigPostRequestDataOneOf2) GetGoogleClientSecret ¶
func (o *SsoConfigPostRequestDataOneOf2) GetGoogleClientSecret() string
GetGoogleClientSecret returns the GoogleClientSecret field value
func (*SsoConfigPostRequestDataOneOf2) GetGoogleClientSecretOk ¶
func (o *SsoConfigPostRequestDataOneOf2) GetGoogleClientSecretOk() (*string, bool)
GetGoogleClientSecretOk returns a tuple with the GoogleClientSecret field value and a boolean to check if the value has been set.
func (*SsoConfigPostRequestDataOneOf2) GetJitEnabled ¶
func (o *SsoConfigPostRequestDataOneOf2) GetJitEnabled() bool
GetJitEnabled returns the JitEnabled field value
func (*SsoConfigPostRequestDataOneOf2) GetJitEnabledOk ¶
func (o *SsoConfigPostRequestDataOneOf2) GetJitEnabledOk() (*bool, bool)
GetJitEnabledOk returns a tuple with the JitEnabled field value and a boolean to check if the value has been set.
func (*SsoConfigPostRequestDataOneOf2) GetJwtEmailKey ¶
func (o *SsoConfigPostRequestDataOneOf2) GetJwtEmailKey() string
GetJwtEmailKey returns the JwtEmailKey field value
func (*SsoConfigPostRequestDataOneOf2) GetJwtEmailKeyOk ¶
func (o *SsoConfigPostRequestDataOneOf2) GetJwtEmailKeyOk() (*string, bool)
GetJwtEmailKeyOk returns a tuple with the JwtEmailKey field value and a boolean to check if the value has been set.
func (*SsoConfigPostRequestDataOneOf2) GetJwtFirstNameKey ¶
func (o *SsoConfigPostRequestDataOneOf2) GetJwtFirstNameKey() string
GetJwtFirstNameKey returns the JwtFirstNameKey field value
func (*SsoConfigPostRequestDataOneOf2) GetJwtFirstNameKeyOk ¶
func (o *SsoConfigPostRequestDataOneOf2) GetJwtFirstNameKeyOk() (*string, bool)
GetJwtFirstNameKeyOk returns a tuple with the JwtFirstNameKey field value and a boolean to check if the value has been set.
func (*SsoConfigPostRequestDataOneOf2) GetJwtLastNameKey ¶
func (o *SsoConfigPostRequestDataOneOf2) GetJwtLastNameKey() string
GetJwtLastNameKey returns the JwtLastNameKey field value
func (*SsoConfigPostRequestDataOneOf2) GetJwtLastNameKeyOk ¶
func (o *SsoConfigPostRequestDataOneOf2) GetJwtLastNameKeyOk() (*string, bool)
GetJwtLastNameKeyOk returns a tuple with the JwtLastNameKey field value and a boolean to check if the value has been set.
func (*SsoConfigPostRequestDataOneOf2) GetJwtRolesKey ¶
func (o *SsoConfigPostRequestDataOneOf2) GetJwtRolesKey() string
GetJwtRolesKey returns the JwtRolesKey field value if set, zero value otherwise.
func (*SsoConfigPostRequestDataOneOf2) GetJwtRolesKeyOk ¶
func (o *SsoConfigPostRequestDataOneOf2) GetJwtRolesKeyOk() (*string, bool)
GetJwtRolesKeyOk returns a tuple with the JwtRolesKey field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SsoConfigPostRequestDataOneOf2) GetOidcAudience ¶
func (o *SsoConfigPostRequestDataOneOf2) GetOidcAudience() string
GetOidcAudience returns the OidcAudience field value if set, zero value otherwise.
func (*SsoConfigPostRequestDataOneOf2) GetOidcAudienceOk ¶
func (o *SsoConfigPostRequestDataOneOf2) GetOidcAudienceOk() (*string, bool)
GetOidcAudienceOk returns a tuple with the OidcAudience field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SsoConfigPostRequestDataOneOf2) GetOidcAuthUrl ¶
func (o *SsoConfigPostRequestDataOneOf2) GetOidcAuthUrl() string
GetOidcAuthUrl returns the OidcAuthUrl field value
func (*SsoConfigPostRequestDataOneOf2) GetOidcAuthUrlOk ¶
func (o *SsoConfigPostRequestDataOneOf2) GetOidcAuthUrlOk() (*string, bool)
GetOidcAuthUrlOk returns a tuple with the OidcAuthUrl field value and a boolean to check if the value has been set.
func (*SsoConfigPostRequestDataOneOf2) GetOidcClientId ¶
func (o *SsoConfigPostRequestDataOneOf2) GetOidcClientId() string
GetOidcClientId returns the OidcClientId field value
func (*SsoConfigPostRequestDataOneOf2) GetOidcClientIdOk ¶
func (o *SsoConfigPostRequestDataOneOf2) GetOidcClientIdOk() (*string, bool)
GetOidcClientIdOk returns a tuple with the OidcClientId field value and a boolean to check if the value has been set.
func (*SsoConfigPostRequestDataOneOf2) GetOidcClientSecret ¶
func (o *SsoConfigPostRequestDataOneOf2) GetOidcClientSecret() string
GetOidcClientSecret returns the OidcClientSecret field value
func (*SsoConfigPostRequestDataOneOf2) GetOidcClientSecretOk ¶
func (o *SsoConfigPostRequestDataOneOf2) GetOidcClientSecretOk() (*string, bool)
GetOidcClientSecretOk returns a tuple with the OidcClientSecret field value and a boolean to check if the value has been set.
func (*SsoConfigPostRequestDataOneOf2) GetOidcScopes ¶
func (o *SsoConfigPostRequestDataOneOf2) GetOidcScopes() string
GetOidcScopes returns the OidcScopes field value
func (*SsoConfigPostRequestDataOneOf2) GetOidcScopesOk ¶
func (o *SsoConfigPostRequestDataOneOf2) GetOidcScopesOk() (*string, bool)
GetOidcScopesOk returns a tuple with the OidcScopes field value and a boolean to check if the value has been set.
func (*SsoConfigPostRequestDataOneOf2) GetOidcTokenUrl ¶
func (o *SsoConfigPostRequestDataOneOf2) GetOidcTokenUrl() string
GetOidcTokenUrl returns the OidcTokenUrl field value
func (*SsoConfigPostRequestDataOneOf2) GetOidcTokenUrlOk ¶
func (o *SsoConfigPostRequestDataOneOf2) GetOidcTokenUrlOk() (*string, bool)
GetOidcTokenUrlOk returns a tuple with the OidcTokenUrl field value and a boolean to check if the value has been set.
func (*SsoConfigPostRequestDataOneOf2) GetOidcUserinfoUrl ¶
func (o *SsoConfigPostRequestDataOneOf2) GetOidcUserinfoUrl() string
GetOidcUserinfoUrl returns the OidcUserinfoUrl field value if set, zero value otherwise.
func (*SsoConfigPostRequestDataOneOf2) GetOidcUserinfoUrlOk ¶
func (o *SsoConfigPostRequestDataOneOf2) GetOidcUserinfoUrlOk() (*string, bool)
GetOidcUserinfoUrlOk returns a tuple with the OidcUserinfoUrl field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SsoConfigPostRequestDataOneOf2) GetRestrictedDomain ¶
func (o *SsoConfigPostRequestDataOneOf2) GetRestrictedDomain() string
GetRestrictedDomain returns the RestrictedDomain field value if set, zero value otherwise.
func (*SsoConfigPostRequestDataOneOf2) GetRestrictedDomainOk ¶
func (o *SsoConfigPostRequestDataOneOf2) GetRestrictedDomainOk() (*string, bool)
GetRestrictedDomainOk returns a tuple with the RestrictedDomain field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SsoConfigPostRequestDataOneOf2) GetRolesMapping ¶
func (o *SsoConfigPostRequestDataOneOf2) GetRolesMapping() string
GetRolesMapping returns the RolesMapping field value if set, zero value otherwise.
func (*SsoConfigPostRequestDataOneOf2) GetRolesMappingOk ¶
func (o *SsoConfigPostRequestDataOneOf2) GetRolesMappingOk() (*string, bool)
GetRolesMappingOk returns a tuple with the RolesMapping field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SsoConfigPostRequestDataOneOf2) GetTriggerLoginAutomatically ¶
func (o *SsoConfigPostRequestDataOneOf2) GetTriggerLoginAutomatically() bool
GetTriggerLoginAutomatically returns the TriggerLoginAutomatically field value
func (*SsoConfigPostRequestDataOneOf2) GetTriggerLoginAutomaticallyOk ¶
func (o *SsoConfigPostRequestDataOneOf2) GetTriggerLoginAutomaticallyOk() (*bool, bool)
GetTriggerLoginAutomaticallyOk returns a tuple with the TriggerLoginAutomatically field value and a boolean to check if the value has been set.
func (*SsoConfigPostRequestDataOneOf2) HasJwtRolesKey ¶
func (o *SsoConfigPostRequestDataOneOf2) HasJwtRolesKey() bool
HasJwtRolesKey returns a boolean if a field has been set.
func (*SsoConfigPostRequestDataOneOf2) HasOidcAudience ¶
func (o *SsoConfigPostRequestDataOneOf2) HasOidcAudience() bool
HasOidcAudience returns a boolean if a field has been set.
func (*SsoConfigPostRequestDataOneOf2) HasOidcUserinfoUrl ¶
func (o *SsoConfigPostRequestDataOneOf2) HasOidcUserinfoUrl() bool
HasOidcUserinfoUrl returns a boolean if a field has been set.
func (*SsoConfigPostRequestDataOneOf2) HasRestrictedDomain ¶
func (o *SsoConfigPostRequestDataOneOf2) HasRestrictedDomain() bool
HasRestrictedDomain returns a boolean if a field has been set.
func (*SsoConfigPostRequestDataOneOf2) HasRolesMapping ¶
func (o *SsoConfigPostRequestDataOneOf2) HasRolesMapping() bool
HasRolesMapping returns a boolean if a field has been set.
func (SsoConfigPostRequestDataOneOf2) MarshalJSON ¶
func (o SsoConfigPostRequestDataOneOf2) MarshalJSON() ([]byte, error)
func (*SsoConfigPostRequestDataOneOf2) SetConfigType ¶
func (o *SsoConfigPostRequestDataOneOf2) SetConfigType(v string)
SetConfigType sets field value
func (*SsoConfigPostRequestDataOneOf2) SetDisableEmailPasswordLogin ¶
func (o *SsoConfigPostRequestDataOneOf2) SetDisableEmailPasswordLogin(v bool)
SetDisableEmailPasswordLogin sets field value
func (*SsoConfigPostRequestDataOneOf2) SetGoogleClientId ¶
func (o *SsoConfigPostRequestDataOneOf2) SetGoogleClientId(v string)
SetGoogleClientId sets field value
func (*SsoConfigPostRequestDataOneOf2) SetGoogleClientSecret ¶
func (o *SsoConfigPostRequestDataOneOf2) SetGoogleClientSecret(v string)
SetGoogleClientSecret sets field value
func (*SsoConfigPostRequestDataOneOf2) SetJitEnabled ¶
func (o *SsoConfigPostRequestDataOneOf2) SetJitEnabled(v bool)
SetJitEnabled sets field value
func (*SsoConfigPostRequestDataOneOf2) SetJwtEmailKey ¶
func (o *SsoConfigPostRequestDataOneOf2) SetJwtEmailKey(v string)
SetJwtEmailKey sets field value
func (*SsoConfigPostRequestDataOneOf2) SetJwtFirstNameKey ¶
func (o *SsoConfigPostRequestDataOneOf2) SetJwtFirstNameKey(v string)
SetJwtFirstNameKey sets field value
func (*SsoConfigPostRequestDataOneOf2) SetJwtLastNameKey ¶
func (o *SsoConfigPostRequestDataOneOf2) SetJwtLastNameKey(v string)
SetJwtLastNameKey sets field value
func (*SsoConfigPostRequestDataOneOf2) SetJwtRolesKey ¶
func (o *SsoConfigPostRequestDataOneOf2) SetJwtRolesKey(v string)
SetJwtRolesKey gets a reference to the given string and assigns it to the JwtRolesKey field.
func (*SsoConfigPostRequestDataOneOf2) SetOidcAudience ¶
func (o *SsoConfigPostRequestDataOneOf2) SetOidcAudience(v string)
SetOidcAudience gets a reference to the given string and assigns it to the OidcAudience field.
func (*SsoConfigPostRequestDataOneOf2) SetOidcAuthUrl ¶
func (o *SsoConfigPostRequestDataOneOf2) SetOidcAuthUrl(v string)
SetOidcAuthUrl sets field value
func (*SsoConfigPostRequestDataOneOf2) SetOidcClientId ¶
func (o *SsoConfigPostRequestDataOneOf2) SetOidcClientId(v string)
SetOidcClientId sets field value
func (*SsoConfigPostRequestDataOneOf2) SetOidcClientSecret ¶
func (o *SsoConfigPostRequestDataOneOf2) SetOidcClientSecret(v string)
SetOidcClientSecret sets field value
func (*SsoConfigPostRequestDataOneOf2) SetOidcScopes ¶
func (o *SsoConfigPostRequestDataOneOf2) SetOidcScopes(v string)
SetOidcScopes sets field value
func (*SsoConfigPostRequestDataOneOf2) SetOidcTokenUrl ¶
func (o *SsoConfigPostRequestDataOneOf2) SetOidcTokenUrl(v string)
SetOidcTokenUrl sets field value
func (*SsoConfigPostRequestDataOneOf2) SetOidcUserinfoUrl ¶
func (o *SsoConfigPostRequestDataOneOf2) SetOidcUserinfoUrl(v string)
SetOidcUserinfoUrl gets a reference to the given string and assigns it to the OidcUserinfoUrl field.
func (*SsoConfigPostRequestDataOneOf2) SetRestrictedDomain ¶
func (o *SsoConfigPostRequestDataOneOf2) SetRestrictedDomain(v string)
SetRestrictedDomain gets a reference to the given string and assigns it to the RestrictedDomain field.
func (*SsoConfigPostRequestDataOneOf2) SetRolesMapping ¶
func (o *SsoConfigPostRequestDataOneOf2) SetRolesMapping(v string)
SetRolesMapping gets a reference to the given string and assigns it to the RolesMapping field.
func (*SsoConfigPostRequestDataOneOf2) SetTriggerLoginAutomatically ¶
func (o *SsoConfigPostRequestDataOneOf2) SetTriggerLoginAutomatically(v bool)
SetTriggerLoginAutomatically sets field value
func (SsoConfigPostRequestDataOneOf2) ToMap ¶
func (o SsoConfigPostRequestDataOneOf2) ToMap() (map[string]interface{}, error)
func (*SsoConfigPostRequestDataOneOf2) UnmarshalJSON ¶
func (o *SsoConfigPostRequestDataOneOf2) UnmarshalJSON(data []byte) (err error)
type SsoConfigPostRequestDataOneOf3 ¶
type SsoConfigPostRequestDataOneOf3 struct {
ConfigType string `json:"config_type"`
IdpMetadataXml string `json:"idp_metadata_xml"`
SamlFirstNameAttribute string `json:"saml_first_name_attribute"`
SamlLastNameAttribute string `json:"saml_last_name_attribute"`
SamlGroupsAttribute *string `json:"saml_groups_attribute,omitempty"`
SamlSyncGroupClaims bool `json:"saml_sync_group_claims"`
LdapSyncGroupClaims *bool `json:"ldap_sync_group_claims,omitempty"`
LdapRoleMapping *string `json:"ldap_role_mapping,omitempty"`
LdapServerUrl *string `json:"ldap_server_url,omitempty"`
LdapBaseDomainComponents *string `json:"ldap_base_domain_components,omitempty"`
LdapServerName *string `json:"ldap_server_name,omitempty"`
LdapServerKey *string `json:"ldap_server_key,omitempty"`
LdapServerCertificate *string `json:"ldap_server_certificate,omitempty"`
JitEnabled bool `json:"jit_enabled"`
RestrictedDomain *string `json:"restricted_domain,omitempty"`
TriggerLoginAutomatically bool `json:"trigger_login_automatically"`
DisableEmailPasswordLogin bool `json:"disable_email_password_login"`
}
SsoConfigPostRequestDataOneOf3 struct for SsoConfigPostRequestDataOneOf3
func NewSsoConfigPostRequestDataOneOf3 ¶
func NewSsoConfigPostRequestDataOneOf3(configType string, idpMetadataXml string, samlFirstNameAttribute string, samlLastNameAttribute string, samlSyncGroupClaims bool, jitEnabled bool, triggerLoginAutomatically bool, disableEmailPasswordLogin bool) *SsoConfigPostRequestDataOneOf3
NewSsoConfigPostRequestDataOneOf3 instantiates a new SsoConfigPostRequestDataOneOf3 object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewSsoConfigPostRequestDataOneOf3WithDefaults ¶
func NewSsoConfigPostRequestDataOneOf3WithDefaults() *SsoConfigPostRequestDataOneOf3
NewSsoConfigPostRequestDataOneOf3WithDefaults instantiates a new SsoConfigPostRequestDataOneOf3 object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*SsoConfigPostRequestDataOneOf3) GetConfigType ¶
func (o *SsoConfigPostRequestDataOneOf3) GetConfigType() string
GetConfigType returns the ConfigType field value
func (*SsoConfigPostRequestDataOneOf3) GetConfigTypeOk ¶
func (o *SsoConfigPostRequestDataOneOf3) GetConfigTypeOk() (*string, bool)
GetConfigTypeOk returns a tuple with the ConfigType field value and a boolean to check if the value has been set.
func (*SsoConfigPostRequestDataOneOf3) GetDisableEmailPasswordLogin ¶
func (o *SsoConfigPostRequestDataOneOf3) GetDisableEmailPasswordLogin() bool
GetDisableEmailPasswordLogin returns the DisableEmailPasswordLogin field value
func (*SsoConfigPostRequestDataOneOf3) GetDisableEmailPasswordLoginOk ¶
func (o *SsoConfigPostRequestDataOneOf3) GetDisableEmailPasswordLoginOk() (*bool, bool)
GetDisableEmailPasswordLoginOk returns a tuple with the DisableEmailPasswordLogin field value and a boolean to check if the value has been set.
func (*SsoConfigPostRequestDataOneOf3) GetIdpMetadataXml ¶
func (o *SsoConfigPostRequestDataOneOf3) GetIdpMetadataXml() string
GetIdpMetadataXml returns the IdpMetadataXml field value
func (*SsoConfigPostRequestDataOneOf3) GetIdpMetadataXmlOk ¶
func (o *SsoConfigPostRequestDataOneOf3) GetIdpMetadataXmlOk() (*string, bool)
GetIdpMetadataXmlOk returns a tuple with the IdpMetadataXml field value and a boolean to check if the value has been set.
func (*SsoConfigPostRequestDataOneOf3) GetJitEnabled ¶
func (o *SsoConfigPostRequestDataOneOf3) GetJitEnabled() bool
GetJitEnabled returns the JitEnabled field value
func (*SsoConfigPostRequestDataOneOf3) GetJitEnabledOk ¶
func (o *SsoConfigPostRequestDataOneOf3) GetJitEnabledOk() (*bool, bool)
GetJitEnabledOk returns a tuple with the JitEnabled field value and a boolean to check if the value has been set.
func (*SsoConfigPostRequestDataOneOf3) GetLdapBaseDomainComponents ¶
func (o *SsoConfigPostRequestDataOneOf3) GetLdapBaseDomainComponents() string
GetLdapBaseDomainComponents returns the LdapBaseDomainComponents field value if set, zero value otherwise.
func (*SsoConfigPostRequestDataOneOf3) GetLdapBaseDomainComponentsOk ¶
func (o *SsoConfigPostRequestDataOneOf3) GetLdapBaseDomainComponentsOk() (*string, bool)
GetLdapBaseDomainComponentsOk returns a tuple with the LdapBaseDomainComponents field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SsoConfigPostRequestDataOneOf3) GetLdapRoleMapping ¶
func (o *SsoConfigPostRequestDataOneOf3) GetLdapRoleMapping() string
GetLdapRoleMapping returns the LdapRoleMapping field value if set, zero value otherwise.
func (*SsoConfigPostRequestDataOneOf3) GetLdapRoleMappingOk ¶
func (o *SsoConfigPostRequestDataOneOf3) GetLdapRoleMappingOk() (*string, bool)
GetLdapRoleMappingOk returns a tuple with the LdapRoleMapping field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SsoConfigPostRequestDataOneOf3) GetLdapServerCertificate ¶
func (o *SsoConfigPostRequestDataOneOf3) GetLdapServerCertificate() string
GetLdapServerCertificate returns the LdapServerCertificate field value if set, zero value otherwise.
func (*SsoConfigPostRequestDataOneOf3) GetLdapServerCertificateOk ¶
func (o *SsoConfigPostRequestDataOneOf3) GetLdapServerCertificateOk() (*string, bool)
GetLdapServerCertificateOk returns a tuple with the LdapServerCertificate field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SsoConfigPostRequestDataOneOf3) GetLdapServerKey ¶
func (o *SsoConfigPostRequestDataOneOf3) GetLdapServerKey() string
GetLdapServerKey returns the LdapServerKey field value if set, zero value otherwise.
func (*SsoConfigPostRequestDataOneOf3) GetLdapServerKeyOk ¶
func (o *SsoConfigPostRequestDataOneOf3) GetLdapServerKeyOk() (*string, bool)
GetLdapServerKeyOk returns a tuple with the LdapServerKey field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SsoConfigPostRequestDataOneOf3) GetLdapServerName ¶
func (o *SsoConfigPostRequestDataOneOf3) GetLdapServerName() string
GetLdapServerName returns the LdapServerName field value if set, zero value otherwise.
func (*SsoConfigPostRequestDataOneOf3) GetLdapServerNameOk ¶
func (o *SsoConfigPostRequestDataOneOf3) GetLdapServerNameOk() (*string, bool)
GetLdapServerNameOk returns a tuple with the LdapServerName field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SsoConfigPostRequestDataOneOf3) GetLdapServerUrl ¶
func (o *SsoConfigPostRequestDataOneOf3) GetLdapServerUrl() string
GetLdapServerUrl returns the LdapServerUrl field value if set, zero value otherwise.
func (*SsoConfigPostRequestDataOneOf3) GetLdapServerUrlOk ¶
func (o *SsoConfigPostRequestDataOneOf3) GetLdapServerUrlOk() (*string, bool)
GetLdapServerUrlOk returns a tuple with the LdapServerUrl field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SsoConfigPostRequestDataOneOf3) GetLdapSyncGroupClaims ¶
func (o *SsoConfigPostRequestDataOneOf3) GetLdapSyncGroupClaims() bool
GetLdapSyncGroupClaims returns the LdapSyncGroupClaims field value if set, zero value otherwise.
func (*SsoConfigPostRequestDataOneOf3) GetLdapSyncGroupClaimsOk ¶
func (o *SsoConfigPostRequestDataOneOf3) GetLdapSyncGroupClaimsOk() (*bool, bool)
GetLdapSyncGroupClaimsOk returns a tuple with the LdapSyncGroupClaims field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SsoConfigPostRequestDataOneOf3) GetRestrictedDomain ¶
func (o *SsoConfigPostRequestDataOneOf3) GetRestrictedDomain() string
GetRestrictedDomain returns the RestrictedDomain field value if set, zero value otherwise.
func (*SsoConfigPostRequestDataOneOf3) GetRestrictedDomainOk ¶
func (o *SsoConfigPostRequestDataOneOf3) GetRestrictedDomainOk() (*string, bool)
GetRestrictedDomainOk returns a tuple with the RestrictedDomain field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SsoConfigPostRequestDataOneOf3) GetSamlFirstNameAttribute ¶
func (o *SsoConfigPostRequestDataOneOf3) GetSamlFirstNameAttribute() string
GetSamlFirstNameAttribute returns the SamlFirstNameAttribute field value
func (*SsoConfigPostRequestDataOneOf3) GetSamlFirstNameAttributeOk ¶
func (o *SsoConfigPostRequestDataOneOf3) GetSamlFirstNameAttributeOk() (*string, bool)
GetSamlFirstNameAttributeOk returns a tuple with the SamlFirstNameAttribute field value and a boolean to check if the value has been set.
func (*SsoConfigPostRequestDataOneOf3) GetSamlGroupsAttribute ¶
func (o *SsoConfigPostRequestDataOneOf3) GetSamlGroupsAttribute() string
GetSamlGroupsAttribute returns the SamlGroupsAttribute field value if set, zero value otherwise.
func (*SsoConfigPostRequestDataOneOf3) GetSamlGroupsAttributeOk ¶
func (o *SsoConfigPostRequestDataOneOf3) GetSamlGroupsAttributeOk() (*string, bool)
GetSamlGroupsAttributeOk returns a tuple with the SamlGroupsAttribute field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SsoConfigPostRequestDataOneOf3) GetSamlLastNameAttribute ¶
func (o *SsoConfigPostRequestDataOneOf3) GetSamlLastNameAttribute() string
GetSamlLastNameAttribute returns the SamlLastNameAttribute field value
func (*SsoConfigPostRequestDataOneOf3) GetSamlLastNameAttributeOk ¶
func (o *SsoConfigPostRequestDataOneOf3) GetSamlLastNameAttributeOk() (*string, bool)
GetSamlLastNameAttributeOk returns a tuple with the SamlLastNameAttribute field value and a boolean to check if the value has been set.
func (*SsoConfigPostRequestDataOneOf3) GetSamlSyncGroupClaims ¶
func (o *SsoConfigPostRequestDataOneOf3) GetSamlSyncGroupClaims() bool
GetSamlSyncGroupClaims returns the SamlSyncGroupClaims field value
func (*SsoConfigPostRequestDataOneOf3) GetSamlSyncGroupClaimsOk ¶
func (o *SsoConfigPostRequestDataOneOf3) GetSamlSyncGroupClaimsOk() (*bool, bool)
GetSamlSyncGroupClaimsOk returns a tuple with the SamlSyncGroupClaims field value and a boolean to check if the value has been set.
func (*SsoConfigPostRequestDataOneOf3) GetTriggerLoginAutomatically ¶
func (o *SsoConfigPostRequestDataOneOf3) GetTriggerLoginAutomatically() bool
GetTriggerLoginAutomatically returns the TriggerLoginAutomatically field value
func (*SsoConfigPostRequestDataOneOf3) GetTriggerLoginAutomaticallyOk ¶
func (o *SsoConfigPostRequestDataOneOf3) GetTriggerLoginAutomaticallyOk() (*bool, bool)
GetTriggerLoginAutomaticallyOk returns a tuple with the TriggerLoginAutomatically field value and a boolean to check if the value has been set.
func (*SsoConfigPostRequestDataOneOf3) HasLdapBaseDomainComponents ¶
func (o *SsoConfigPostRequestDataOneOf3) HasLdapBaseDomainComponents() bool
HasLdapBaseDomainComponents returns a boolean if a field has been set.
func (*SsoConfigPostRequestDataOneOf3) HasLdapRoleMapping ¶
func (o *SsoConfigPostRequestDataOneOf3) HasLdapRoleMapping() bool
HasLdapRoleMapping returns a boolean if a field has been set.
func (*SsoConfigPostRequestDataOneOf3) HasLdapServerCertificate ¶
func (o *SsoConfigPostRequestDataOneOf3) HasLdapServerCertificate() bool
HasLdapServerCertificate returns a boolean if a field has been set.
func (*SsoConfigPostRequestDataOneOf3) HasLdapServerKey ¶
func (o *SsoConfigPostRequestDataOneOf3) HasLdapServerKey() bool
HasLdapServerKey returns a boolean if a field has been set.
func (*SsoConfigPostRequestDataOneOf3) HasLdapServerName ¶
func (o *SsoConfigPostRequestDataOneOf3) HasLdapServerName() bool
HasLdapServerName returns a boolean if a field has been set.
func (*SsoConfigPostRequestDataOneOf3) HasLdapServerUrl ¶
func (o *SsoConfigPostRequestDataOneOf3) HasLdapServerUrl() bool
HasLdapServerUrl returns a boolean if a field has been set.
func (*SsoConfigPostRequestDataOneOf3) HasLdapSyncGroupClaims ¶
func (o *SsoConfigPostRequestDataOneOf3) HasLdapSyncGroupClaims() bool
HasLdapSyncGroupClaims returns a boolean if a field has been set.
func (*SsoConfigPostRequestDataOneOf3) HasRestrictedDomain ¶
func (o *SsoConfigPostRequestDataOneOf3) HasRestrictedDomain() bool
HasRestrictedDomain returns a boolean if a field has been set.
func (*SsoConfigPostRequestDataOneOf3) HasSamlGroupsAttribute ¶
func (o *SsoConfigPostRequestDataOneOf3) HasSamlGroupsAttribute() bool
HasSamlGroupsAttribute returns a boolean if a field has been set.
func (SsoConfigPostRequestDataOneOf3) MarshalJSON ¶
func (o SsoConfigPostRequestDataOneOf3) MarshalJSON() ([]byte, error)
func (*SsoConfigPostRequestDataOneOf3) SetConfigType ¶
func (o *SsoConfigPostRequestDataOneOf3) SetConfigType(v string)
SetConfigType sets field value
func (*SsoConfigPostRequestDataOneOf3) SetDisableEmailPasswordLogin ¶
func (o *SsoConfigPostRequestDataOneOf3) SetDisableEmailPasswordLogin(v bool)
SetDisableEmailPasswordLogin sets field value
func (*SsoConfigPostRequestDataOneOf3) SetIdpMetadataXml ¶
func (o *SsoConfigPostRequestDataOneOf3) SetIdpMetadataXml(v string)
SetIdpMetadataXml sets field value
func (*SsoConfigPostRequestDataOneOf3) SetJitEnabled ¶
func (o *SsoConfigPostRequestDataOneOf3) SetJitEnabled(v bool)
SetJitEnabled sets field value
func (*SsoConfigPostRequestDataOneOf3) SetLdapBaseDomainComponents ¶
func (o *SsoConfigPostRequestDataOneOf3) SetLdapBaseDomainComponents(v string)
SetLdapBaseDomainComponents gets a reference to the given string and assigns it to the LdapBaseDomainComponents field.
func (*SsoConfigPostRequestDataOneOf3) SetLdapRoleMapping ¶
func (o *SsoConfigPostRequestDataOneOf3) SetLdapRoleMapping(v string)
SetLdapRoleMapping gets a reference to the given string and assigns it to the LdapRoleMapping field.
func (*SsoConfigPostRequestDataOneOf3) SetLdapServerCertificate ¶
func (o *SsoConfigPostRequestDataOneOf3) SetLdapServerCertificate(v string)
SetLdapServerCertificate gets a reference to the given string and assigns it to the LdapServerCertificate field.
func (*SsoConfigPostRequestDataOneOf3) SetLdapServerKey ¶
func (o *SsoConfigPostRequestDataOneOf3) SetLdapServerKey(v string)
SetLdapServerKey gets a reference to the given string and assigns it to the LdapServerKey field.
func (*SsoConfigPostRequestDataOneOf3) SetLdapServerName ¶
func (o *SsoConfigPostRequestDataOneOf3) SetLdapServerName(v string)
SetLdapServerName gets a reference to the given string and assigns it to the LdapServerName field.
func (*SsoConfigPostRequestDataOneOf3) SetLdapServerUrl ¶
func (o *SsoConfigPostRequestDataOneOf3) SetLdapServerUrl(v string)
SetLdapServerUrl gets a reference to the given string and assigns it to the LdapServerUrl field.
func (*SsoConfigPostRequestDataOneOf3) SetLdapSyncGroupClaims ¶
func (o *SsoConfigPostRequestDataOneOf3) SetLdapSyncGroupClaims(v bool)
SetLdapSyncGroupClaims gets a reference to the given bool and assigns it to the LdapSyncGroupClaims field.
func (*SsoConfigPostRequestDataOneOf3) SetRestrictedDomain ¶
func (o *SsoConfigPostRequestDataOneOf3) SetRestrictedDomain(v string)
SetRestrictedDomain gets a reference to the given string and assigns it to the RestrictedDomain field.
func (*SsoConfigPostRequestDataOneOf3) SetSamlFirstNameAttribute ¶
func (o *SsoConfigPostRequestDataOneOf3) SetSamlFirstNameAttribute(v string)
SetSamlFirstNameAttribute sets field value
func (*SsoConfigPostRequestDataOneOf3) SetSamlGroupsAttribute ¶
func (o *SsoConfigPostRequestDataOneOf3) SetSamlGroupsAttribute(v string)
SetSamlGroupsAttribute gets a reference to the given string and assigns it to the SamlGroupsAttribute field.
func (*SsoConfigPostRequestDataOneOf3) SetSamlLastNameAttribute ¶
func (o *SsoConfigPostRequestDataOneOf3) SetSamlLastNameAttribute(v string)
SetSamlLastNameAttribute sets field value
func (*SsoConfigPostRequestDataOneOf3) SetSamlSyncGroupClaims ¶
func (o *SsoConfigPostRequestDataOneOf3) SetSamlSyncGroupClaims(v bool)
SetSamlSyncGroupClaims sets field value
func (*SsoConfigPostRequestDataOneOf3) SetTriggerLoginAutomatically ¶
func (o *SsoConfigPostRequestDataOneOf3) SetTriggerLoginAutomatically(v bool)
SetTriggerLoginAutomatically sets field value
func (SsoConfigPostRequestDataOneOf3) ToMap ¶
func (o SsoConfigPostRequestDataOneOf3) ToMap() (map[string]interface{}, error)
func (*SsoConfigPostRequestDataOneOf3) UnmarshalJSON ¶
func (o *SsoConfigPostRequestDataOneOf3) UnmarshalJSON(data []byte) (err error)
type SsoConfigPostRequestDataOneOf4 ¶
type SsoConfigPostRequestDataOneOf4 struct {
ConfigType string `json:"config_type"`
GoogleClientId string `json:"google_client_id"`
GoogleClientSecret string `json:"google_client_secret"`
DisableEmailPasswordLogin bool `json:"disable_email_password_login"`
IdpMetadataXml string `json:"idp_metadata_xml"`
SamlFirstNameAttribute string `json:"saml_first_name_attribute"`
SamlLastNameAttribute string `json:"saml_last_name_attribute"`
SamlGroupsAttribute *string `json:"saml_groups_attribute,omitempty"`
SamlSyncGroupClaims bool `json:"saml_sync_group_claims"`
LdapSyncGroupClaims *bool `json:"ldap_sync_group_claims,omitempty"`
LdapRoleMapping *string `json:"ldap_role_mapping,omitempty"`
LdapServerUrl *string `json:"ldap_server_url,omitempty"`
LdapBaseDomainComponents *string `json:"ldap_base_domain_components,omitempty"`
LdapServerName *string `json:"ldap_server_name,omitempty"`
LdapServerKey *string `json:"ldap_server_key,omitempty"`
LdapServerCertificate *string `json:"ldap_server_certificate,omitempty"`
JitEnabled bool `json:"jit_enabled"`
RestrictedDomain *string `json:"restricted_domain,omitempty"`
TriggerLoginAutomatically bool `json:"trigger_login_automatically"`
}
SsoConfigPostRequestDataOneOf4 struct for SsoConfigPostRequestDataOneOf4
func NewSsoConfigPostRequestDataOneOf4 ¶
func NewSsoConfigPostRequestDataOneOf4(configType string, googleClientId string, googleClientSecret string, disableEmailPasswordLogin bool, idpMetadataXml string, samlFirstNameAttribute string, samlLastNameAttribute string, samlSyncGroupClaims bool, jitEnabled bool, triggerLoginAutomatically bool) *SsoConfigPostRequestDataOneOf4
NewSsoConfigPostRequestDataOneOf4 instantiates a new SsoConfigPostRequestDataOneOf4 object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewSsoConfigPostRequestDataOneOf4WithDefaults ¶
func NewSsoConfigPostRequestDataOneOf4WithDefaults() *SsoConfigPostRequestDataOneOf4
NewSsoConfigPostRequestDataOneOf4WithDefaults instantiates a new SsoConfigPostRequestDataOneOf4 object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*SsoConfigPostRequestDataOneOf4) GetConfigType ¶
func (o *SsoConfigPostRequestDataOneOf4) GetConfigType() string
GetConfigType returns the ConfigType field value
func (*SsoConfigPostRequestDataOneOf4) GetConfigTypeOk ¶
func (o *SsoConfigPostRequestDataOneOf4) GetConfigTypeOk() (*string, bool)
GetConfigTypeOk returns a tuple with the ConfigType field value and a boolean to check if the value has been set.
func (*SsoConfigPostRequestDataOneOf4) GetDisableEmailPasswordLogin ¶
func (o *SsoConfigPostRequestDataOneOf4) GetDisableEmailPasswordLogin() bool
GetDisableEmailPasswordLogin returns the DisableEmailPasswordLogin field value
func (*SsoConfigPostRequestDataOneOf4) GetDisableEmailPasswordLoginOk ¶
func (o *SsoConfigPostRequestDataOneOf4) GetDisableEmailPasswordLoginOk() (*bool, bool)
GetDisableEmailPasswordLoginOk returns a tuple with the DisableEmailPasswordLogin field value and a boolean to check if the value has been set.
func (*SsoConfigPostRequestDataOneOf4) GetGoogleClientId ¶
func (o *SsoConfigPostRequestDataOneOf4) GetGoogleClientId() string
GetGoogleClientId returns the GoogleClientId field value
func (*SsoConfigPostRequestDataOneOf4) GetGoogleClientIdOk ¶
func (o *SsoConfigPostRequestDataOneOf4) GetGoogleClientIdOk() (*string, bool)
GetGoogleClientIdOk returns a tuple with the GoogleClientId field value and a boolean to check if the value has been set.
func (*SsoConfigPostRequestDataOneOf4) GetGoogleClientSecret ¶
func (o *SsoConfigPostRequestDataOneOf4) GetGoogleClientSecret() string
GetGoogleClientSecret returns the GoogleClientSecret field value
func (*SsoConfigPostRequestDataOneOf4) GetGoogleClientSecretOk ¶
func (o *SsoConfigPostRequestDataOneOf4) GetGoogleClientSecretOk() (*string, bool)
GetGoogleClientSecretOk returns a tuple with the GoogleClientSecret field value and a boolean to check if the value has been set.
func (*SsoConfigPostRequestDataOneOf4) GetIdpMetadataXml ¶
func (o *SsoConfigPostRequestDataOneOf4) GetIdpMetadataXml() string
GetIdpMetadataXml returns the IdpMetadataXml field value
func (*SsoConfigPostRequestDataOneOf4) GetIdpMetadataXmlOk ¶
func (o *SsoConfigPostRequestDataOneOf4) GetIdpMetadataXmlOk() (*string, bool)
GetIdpMetadataXmlOk returns a tuple with the IdpMetadataXml field value and a boolean to check if the value has been set.
func (*SsoConfigPostRequestDataOneOf4) GetJitEnabled ¶
func (o *SsoConfigPostRequestDataOneOf4) GetJitEnabled() bool
GetJitEnabled returns the JitEnabled field value
func (*SsoConfigPostRequestDataOneOf4) GetJitEnabledOk ¶
func (o *SsoConfigPostRequestDataOneOf4) GetJitEnabledOk() (*bool, bool)
GetJitEnabledOk returns a tuple with the JitEnabled field value and a boolean to check if the value has been set.
func (*SsoConfigPostRequestDataOneOf4) GetLdapBaseDomainComponents ¶
func (o *SsoConfigPostRequestDataOneOf4) GetLdapBaseDomainComponents() string
GetLdapBaseDomainComponents returns the LdapBaseDomainComponents field value if set, zero value otherwise.
func (*SsoConfigPostRequestDataOneOf4) GetLdapBaseDomainComponentsOk ¶
func (o *SsoConfigPostRequestDataOneOf4) GetLdapBaseDomainComponentsOk() (*string, bool)
GetLdapBaseDomainComponentsOk returns a tuple with the LdapBaseDomainComponents field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SsoConfigPostRequestDataOneOf4) GetLdapRoleMapping ¶
func (o *SsoConfigPostRequestDataOneOf4) GetLdapRoleMapping() string
GetLdapRoleMapping returns the LdapRoleMapping field value if set, zero value otherwise.
func (*SsoConfigPostRequestDataOneOf4) GetLdapRoleMappingOk ¶
func (o *SsoConfigPostRequestDataOneOf4) GetLdapRoleMappingOk() (*string, bool)
GetLdapRoleMappingOk returns a tuple with the LdapRoleMapping field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SsoConfigPostRequestDataOneOf4) GetLdapServerCertificate ¶
func (o *SsoConfigPostRequestDataOneOf4) GetLdapServerCertificate() string
GetLdapServerCertificate returns the LdapServerCertificate field value if set, zero value otherwise.
func (*SsoConfigPostRequestDataOneOf4) GetLdapServerCertificateOk ¶
func (o *SsoConfigPostRequestDataOneOf4) GetLdapServerCertificateOk() (*string, bool)
GetLdapServerCertificateOk returns a tuple with the LdapServerCertificate field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SsoConfigPostRequestDataOneOf4) GetLdapServerKey ¶
func (o *SsoConfigPostRequestDataOneOf4) GetLdapServerKey() string
GetLdapServerKey returns the LdapServerKey field value if set, zero value otherwise.
func (*SsoConfigPostRequestDataOneOf4) GetLdapServerKeyOk ¶
func (o *SsoConfigPostRequestDataOneOf4) GetLdapServerKeyOk() (*string, bool)
GetLdapServerKeyOk returns a tuple with the LdapServerKey field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SsoConfigPostRequestDataOneOf4) GetLdapServerName ¶
func (o *SsoConfigPostRequestDataOneOf4) GetLdapServerName() string
GetLdapServerName returns the LdapServerName field value if set, zero value otherwise.
func (*SsoConfigPostRequestDataOneOf4) GetLdapServerNameOk ¶
func (o *SsoConfigPostRequestDataOneOf4) GetLdapServerNameOk() (*string, bool)
GetLdapServerNameOk returns a tuple with the LdapServerName field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SsoConfigPostRequestDataOneOf4) GetLdapServerUrl ¶
func (o *SsoConfigPostRequestDataOneOf4) GetLdapServerUrl() string
GetLdapServerUrl returns the LdapServerUrl field value if set, zero value otherwise.
func (*SsoConfigPostRequestDataOneOf4) GetLdapServerUrlOk ¶
func (o *SsoConfigPostRequestDataOneOf4) GetLdapServerUrlOk() (*string, bool)
GetLdapServerUrlOk returns a tuple with the LdapServerUrl field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SsoConfigPostRequestDataOneOf4) GetLdapSyncGroupClaims ¶
func (o *SsoConfigPostRequestDataOneOf4) GetLdapSyncGroupClaims() bool
GetLdapSyncGroupClaims returns the LdapSyncGroupClaims field value if set, zero value otherwise.
func (*SsoConfigPostRequestDataOneOf4) GetLdapSyncGroupClaimsOk ¶
func (o *SsoConfigPostRequestDataOneOf4) GetLdapSyncGroupClaimsOk() (*bool, bool)
GetLdapSyncGroupClaimsOk returns a tuple with the LdapSyncGroupClaims field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SsoConfigPostRequestDataOneOf4) GetRestrictedDomain ¶
func (o *SsoConfigPostRequestDataOneOf4) GetRestrictedDomain() string
GetRestrictedDomain returns the RestrictedDomain field value if set, zero value otherwise.
func (*SsoConfigPostRequestDataOneOf4) GetRestrictedDomainOk ¶
func (o *SsoConfigPostRequestDataOneOf4) GetRestrictedDomainOk() (*string, bool)
GetRestrictedDomainOk returns a tuple with the RestrictedDomain field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SsoConfigPostRequestDataOneOf4) GetSamlFirstNameAttribute ¶
func (o *SsoConfigPostRequestDataOneOf4) GetSamlFirstNameAttribute() string
GetSamlFirstNameAttribute returns the SamlFirstNameAttribute field value
func (*SsoConfigPostRequestDataOneOf4) GetSamlFirstNameAttributeOk ¶
func (o *SsoConfigPostRequestDataOneOf4) GetSamlFirstNameAttributeOk() (*string, bool)
GetSamlFirstNameAttributeOk returns a tuple with the SamlFirstNameAttribute field value and a boolean to check if the value has been set.
func (*SsoConfigPostRequestDataOneOf4) GetSamlGroupsAttribute ¶
func (o *SsoConfigPostRequestDataOneOf4) GetSamlGroupsAttribute() string
GetSamlGroupsAttribute returns the SamlGroupsAttribute field value if set, zero value otherwise.
func (*SsoConfigPostRequestDataOneOf4) GetSamlGroupsAttributeOk ¶
func (o *SsoConfigPostRequestDataOneOf4) GetSamlGroupsAttributeOk() (*string, bool)
GetSamlGroupsAttributeOk returns a tuple with the SamlGroupsAttribute field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SsoConfigPostRequestDataOneOf4) GetSamlLastNameAttribute ¶
func (o *SsoConfigPostRequestDataOneOf4) GetSamlLastNameAttribute() string
GetSamlLastNameAttribute returns the SamlLastNameAttribute field value
func (*SsoConfigPostRequestDataOneOf4) GetSamlLastNameAttributeOk ¶
func (o *SsoConfigPostRequestDataOneOf4) GetSamlLastNameAttributeOk() (*string, bool)
GetSamlLastNameAttributeOk returns a tuple with the SamlLastNameAttribute field value and a boolean to check if the value has been set.
func (*SsoConfigPostRequestDataOneOf4) GetSamlSyncGroupClaims ¶
func (o *SsoConfigPostRequestDataOneOf4) GetSamlSyncGroupClaims() bool
GetSamlSyncGroupClaims returns the SamlSyncGroupClaims field value
func (*SsoConfigPostRequestDataOneOf4) GetSamlSyncGroupClaimsOk ¶
func (o *SsoConfigPostRequestDataOneOf4) GetSamlSyncGroupClaimsOk() (*bool, bool)
GetSamlSyncGroupClaimsOk returns a tuple with the SamlSyncGroupClaims field value and a boolean to check if the value has been set.
func (*SsoConfigPostRequestDataOneOf4) GetTriggerLoginAutomatically ¶
func (o *SsoConfigPostRequestDataOneOf4) GetTriggerLoginAutomatically() bool
GetTriggerLoginAutomatically returns the TriggerLoginAutomatically field value
func (*SsoConfigPostRequestDataOneOf4) GetTriggerLoginAutomaticallyOk ¶
func (o *SsoConfigPostRequestDataOneOf4) GetTriggerLoginAutomaticallyOk() (*bool, bool)
GetTriggerLoginAutomaticallyOk returns a tuple with the TriggerLoginAutomatically field value and a boolean to check if the value has been set.
func (*SsoConfigPostRequestDataOneOf4) HasLdapBaseDomainComponents ¶
func (o *SsoConfigPostRequestDataOneOf4) HasLdapBaseDomainComponents() bool
HasLdapBaseDomainComponents returns a boolean if a field has been set.
func (*SsoConfigPostRequestDataOneOf4) HasLdapRoleMapping ¶
func (o *SsoConfigPostRequestDataOneOf4) HasLdapRoleMapping() bool
HasLdapRoleMapping returns a boolean if a field has been set.
func (*SsoConfigPostRequestDataOneOf4) HasLdapServerCertificate ¶
func (o *SsoConfigPostRequestDataOneOf4) HasLdapServerCertificate() bool
HasLdapServerCertificate returns a boolean if a field has been set.
func (*SsoConfigPostRequestDataOneOf4) HasLdapServerKey ¶
func (o *SsoConfigPostRequestDataOneOf4) HasLdapServerKey() bool
HasLdapServerKey returns a boolean if a field has been set.
func (*SsoConfigPostRequestDataOneOf4) HasLdapServerName ¶
func (o *SsoConfigPostRequestDataOneOf4) HasLdapServerName() bool
HasLdapServerName returns a boolean if a field has been set.
func (*SsoConfigPostRequestDataOneOf4) HasLdapServerUrl ¶
func (o *SsoConfigPostRequestDataOneOf4) HasLdapServerUrl() bool
HasLdapServerUrl returns a boolean if a field has been set.
func (*SsoConfigPostRequestDataOneOf4) HasLdapSyncGroupClaims ¶
func (o *SsoConfigPostRequestDataOneOf4) HasLdapSyncGroupClaims() bool
HasLdapSyncGroupClaims returns a boolean if a field has been set.
func (*SsoConfigPostRequestDataOneOf4) HasRestrictedDomain ¶
func (o *SsoConfigPostRequestDataOneOf4) HasRestrictedDomain() bool
HasRestrictedDomain returns a boolean if a field has been set.
func (*SsoConfigPostRequestDataOneOf4) HasSamlGroupsAttribute ¶
func (o *SsoConfigPostRequestDataOneOf4) HasSamlGroupsAttribute() bool
HasSamlGroupsAttribute returns a boolean if a field has been set.
func (SsoConfigPostRequestDataOneOf4) MarshalJSON ¶
func (o SsoConfigPostRequestDataOneOf4) MarshalJSON() ([]byte, error)
func (*SsoConfigPostRequestDataOneOf4) SetConfigType ¶
func (o *SsoConfigPostRequestDataOneOf4) SetConfigType(v string)
SetConfigType sets field value
func (*SsoConfigPostRequestDataOneOf4) SetDisableEmailPasswordLogin ¶
func (o *SsoConfigPostRequestDataOneOf4) SetDisableEmailPasswordLogin(v bool)
SetDisableEmailPasswordLogin sets field value
func (*SsoConfigPostRequestDataOneOf4) SetGoogleClientId ¶
func (o *SsoConfigPostRequestDataOneOf4) SetGoogleClientId(v string)
SetGoogleClientId sets field value
func (*SsoConfigPostRequestDataOneOf4) SetGoogleClientSecret ¶
func (o *SsoConfigPostRequestDataOneOf4) SetGoogleClientSecret(v string)
SetGoogleClientSecret sets field value
func (*SsoConfigPostRequestDataOneOf4) SetIdpMetadataXml ¶
func (o *SsoConfigPostRequestDataOneOf4) SetIdpMetadataXml(v string)
SetIdpMetadataXml sets field value
func (*SsoConfigPostRequestDataOneOf4) SetJitEnabled ¶
func (o *SsoConfigPostRequestDataOneOf4) SetJitEnabled(v bool)
SetJitEnabled sets field value
func (*SsoConfigPostRequestDataOneOf4) SetLdapBaseDomainComponents ¶
func (o *SsoConfigPostRequestDataOneOf4) SetLdapBaseDomainComponents(v string)
SetLdapBaseDomainComponents gets a reference to the given string and assigns it to the LdapBaseDomainComponents field.
func (*SsoConfigPostRequestDataOneOf4) SetLdapRoleMapping ¶
func (o *SsoConfigPostRequestDataOneOf4) SetLdapRoleMapping(v string)
SetLdapRoleMapping gets a reference to the given string and assigns it to the LdapRoleMapping field.
func (*SsoConfigPostRequestDataOneOf4) SetLdapServerCertificate ¶
func (o *SsoConfigPostRequestDataOneOf4) SetLdapServerCertificate(v string)
SetLdapServerCertificate gets a reference to the given string and assigns it to the LdapServerCertificate field.
func (*SsoConfigPostRequestDataOneOf4) SetLdapServerKey ¶
func (o *SsoConfigPostRequestDataOneOf4) SetLdapServerKey(v string)
SetLdapServerKey gets a reference to the given string and assigns it to the LdapServerKey field.
func (*SsoConfigPostRequestDataOneOf4) SetLdapServerName ¶
func (o *SsoConfigPostRequestDataOneOf4) SetLdapServerName(v string)
SetLdapServerName gets a reference to the given string and assigns it to the LdapServerName field.
func (*SsoConfigPostRequestDataOneOf4) SetLdapServerUrl ¶
func (o *SsoConfigPostRequestDataOneOf4) SetLdapServerUrl(v string)
SetLdapServerUrl gets a reference to the given string and assigns it to the LdapServerUrl field.
func (*SsoConfigPostRequestDataOneOf4) SetLdapSyncGroupClaims ¶
func (o *SsoConfigPostRequestDataOneOf4) SetLdapSyncGroupClaims(v bool)
SetLdapSyncGroupClaims gets a reference to the given bool and assigns it to the LdapSyncGroupClaims field.
func (*SsoConfigPostRequestDataOneOf4) SetRestrictedDomain ¶
func (o *SsoConfigPostRequestDataOneOf4) SetRestrictedDomain(v string)
SetRestrictedDomain gets a reference to the given string and assigns it to the RestrictedDomain field.
func (*SsoConfigPostRequestDataOneOf4) SetSamlFirstNameAttribute ¶
func (o *SsoConfigPostRequestDataOneOf4) SetSamlFirstNameAttribute(v string)
SetSamlFirstNameAttribute sets field value
func (*SsoConfigPostRequestDataOneOf4) SetSamlGroupsAttribute ¶
func (o *SsoConfigPostRequestDataOneOf4) SetSamlGroupsAttribute(v string)
SetSamlGroupsAttribute gets a reference to the given string and assigns it to the SamlGroupsAttribute field.
func (*SsoConfigPostRequestDataOneOf4) SetSamlLastNameAttribute ¶
func (o *SsoConfigPostRequestDataOneOf4) SetSamlLastNameAttribute(v string)
SetSamlLastNameAttribute sets field value
func (*SsoConfigPostRequestDataOneOf4) SetSamlSyncGroupClaims ¶
func (o *SsoConfigPostRequestDataOneOf4) SetSamlSyncGroupClaims(v bool)
SetSamlSyncGroupClaims sets field value
func (*SsoConfigPostRequestDataOneOf4) SetTriggerLoginAutomatically ¶
func (o *SsoConfigPostRequestDataOneOf4) SetTriggerLoginAutomatically(v bool)
SetTriggerLoginAutomatically sets field value
func (SsoConfigPostRequestDataOneOf4) ToMap ¶
func (o SsoConfigPostRequestDataOneOf4) ToMap() (map[string]interface{}, error)
func (*SsoConfigPostRequestDataOneOf4) UnmarshalJSON ¶
func (o *SsoConfigPostRequestDataOneOf4) UnmarshalJSON(data []byte) (err error)
type SsoConfiguration ¶
type SsoConfiguration struct {
Google *Google
GoogleOIDC *GoogleOIDC
GoogleSAML *GoogleSAML
OIDC *OIDC
SAML *SAML
}
SsoConfiguration - This object represents the SSO configuration for an organization or space. See [docs](https://docs.retool.com/sso) for more information.
func GoogleAsSsoConfiguration ¶ added in v1.0.0
func GoogleAsSsoConfiguration(v *Google) SsoConfiguration
GoogleAsSsoConfiguration is a convenience function that returns Google wrapped in SsoConfiguration
func GoogleOIDCAsSsoConfiguration ¶ added in v1.0.0
func GoogleOIDCAsSsoConfiguration(v *GoogleOIDC) SsoConfiguration
GoogleOIDCAsSsoConfiguration is a convenience function that returns GoogleOIDC wrapped in SsoConfiguration
func GoogleSAMLAsSsoConfiguration ¶ added in v1.0.0
func GoogleSAMLAsSsoConfiguration(v *GoogleSAML) SsoConfiguration
GoogleSAMLAsSsoConfiguration is a convenience function that returns GoogleSAML wrapped in SsoConfiguration
func OIDCAsSsoConfiguration ¶ added in v1.0.0
func OIDCAsSsoConfiguration(v *OIDC) SsoConfiguration
OIDCAsSsoConfiguration is a convenience function that returns OIDC wrapped in SsoConfiguration
func SAMLAsSsoConfiguration ¶ added in v1.0.0
func SAMLAsSsoConfiguration(v *SAML) SsoConfiguration
SAMLAsSsoConfiguration is a convenience function that returns SAML wrapped in SsoConfiguration
func (*SsoConfiguration) GetActualInstance ¶
func (obj *SsoConfiguration) GetActualInstance() interface{}
Get the actual instance
func (SsoConfiguration) MarshalJSON ¶
func (src SsoConfiguration) MarshalJSON() ([]byte, error)
Marshal data from the first non-nil pointers in the struct to JSON
func (*SsoConfiguration) UnmarshalJSON ¶
func (dst *SsoConfiguration) UnmarshalJSON(data []byte) error
Unmarshal JSON data into one of the pointers in the struct
type TestOperation ¶ added in v1.0.0
type TestOperation struct {
Op string `json:"op"`
Path string `json:"path"`
// A JSON value
Value interface{} `json:"value,omitempty"`
AdditionalProperties map[string]interface{}
}
TestOperation struct for TestOperation
func NewTestOperation ¶ added in v1.0.0
func NewTestOperation(op string, path string) *TestOperation
NewTestOperation instantiates a new TestOperation object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewTestOperationWithDefaults ¶ added in v1.0.0
func NewTestOperationWithDefaults() *TestOperation
NewTestOperationWithDefaults instantiates a new TestOperation object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*TestOperation) GetOp ¶ added in v1.0.0
func (o *TestOperation) GetOp() string
GetOp returns the Op field value
func (*TestOperation) GetOpOk ¶ added in v1.0.0
func (o *TestOperation) GetOpOk() (*string, bool)
GetOpOk returns a tuple with the Op field value and a boolean to check if the value has been set.
func (*TestOperation) GetPath ¶ added in v1.0.0
func (o *TestOperation) GetPath() string
GetPath returns the Path field value
func (*TestOperation) GetPathOk ¶ added in v1.0.0
func (o *TestOperation) GetPathOk() (*string, bool)
GetPathOk returns a tuple with the Path field value and a boolean to check if the value has been set.
func (*TestOperation) GetValue ¶ added in v1.0.0
func (o *TestOperation) GetValue() interface{}
GetValue returns the Value field value if set, zero value otherwise (both if not set or set to explicit null).
func (*TestOperation) GetValueOk ¶ added in v1.0.0
func (o *TestOperation) 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 (*TestOperation) HasValue ¶ added in v1.0.0
func (o *TestOperation) HasValue() bool
HasValue returns a boolean if a field has been set.
func (TestOperation) MarshalJSON ¶ added in v1.0.0
func (o TestOperation) MarshalJSON() ([]byte, error)
func (*TestOperation) SetOp ¶ added in v1.0.0
func (o *TestOperation) SetOp(v string)
SetOp sets field value
func (*TestOperation) SetPath ¶ added in v1.0.0
func (o *TestOperation) SetPath(v string)
SetPath sets field value
func (*TestOperation) SetValue ¶ added in v1.0.0
func (o *TestOperation) SetValue(v interface{})
SetValue gets a reference to the given interface{} and assigns it to the Value field.
func (TestOperation) ToMap ¶ added in v1.0.0
func (o TestOperation) ToMap() (map[string]interface{}, error)
func (*TestOperation) UnmarshalJSON ¶ added in v1.0.0
func (o *TestOperation) UnmarshalJSON(data []byte) (err error)
type Usage ¶
type Usage struct {
// The number of page saves for all the organizations within the date range
CountCurrentPageSaves float32 `json:"count_current_page_saves"`
// The number of page views for all the organizations within the date range
CountCurrentPageViews float32 `json:"count_current_page_views"`
// The total number of unique users who have performed any tracked activity in all the organizations within the date range
CountCurrentUsers float32 `json:"count_current_users"`
// The number of unique users who have been active over the trailing 30 days from the end date provided
CountT30Users float32 `json:"count_T30_users"`
// The percentage growth in page saves compared to the previous cycle of the same length as the provided date range
PercentGrowthPageSaves float32 `json:"percent_growth_page_saves"`
// The percentage growth in page views compared to the previous cycle of the same length as the provided date range
PercentGrowthPageViews float32 `json:"percent_growth_page_views"`
// The percentage growth in unique users compared to the previous cycle of the same length as the provided date range
PercentGrowthUsers float32 `json:"percent_growth_users"`
// The percentage growth in T30 users (trailing 30 days users) compared to the previous cycle of the same length as the provided date range
PercentGrowthT30Users float32 `json:"percent_growth_T30_users"`
DailyT30Usage []UsageGet200ResponseDataDailyT30UsageInner `json:"daily_T30_usage"`
}
Usage struct for Usage
func NewUsage ¶
func NewUsage(countCurrentPageSaves float32, countCurrentPageViews float32, countCurrentUsers float32, countT30Users float32, percentGrowthPageSaves float32, percentGrowthPageViews float32, percentGrowthUsers float32, percentGrowthT30Users float32, dailyT30Usage []UsageGet200ResponseDataDailyT30UsageInner) *Usage
NewUsage instantiates a new Usage object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewUsageWithDefaults ¶
func NewUsageWithDefaults() *Usage
NewUsageWithDefaults instantiates a new Usage object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*Usage) GetCountCurrentPageSaves ¶
GetCountCurrentPageSaves returns the CountCurrentPageSaves field value
func (*Usage) GetCountCurrentPageSavesOk ¶
GetCountCurrentPageSavesOk returns a tuple with the CountCurrentPageSaves field value and a boolean to check if the value has been set.
func (*Usage) GetCountCurrentPageViews ¶
GetCountCurrentPageViews returns the CountCurrentPageViews field value
func (*Usage) GetCountCurrentPageViewsOk ¶
GetCountCurrentPageViewsOk returns a tuple with the CountCurrentPageViews field value and a boolean to check if the value has been set.
func (*Usage) GetCountCurrentUsers ¶
GetCountCurrentUsers returns the CountCurrentUsers field value
func (*Usage) GetCountCurrentUsersOk ¶
GetCountCurrentUsersOk returns a tuple with the CountCurrentUsers field value and a boolean to check if the value has been set.
func (*Usage) GetCountT30Users ¶
GetCountT30Users returns the CountT30Users field value
func (*Usage) GetCountT30UsersOk ¶
GetCountT30UsersOk returns a tuple with the CountT30Users field value and a boolean to check if the value has been set.
func (*Usage) GetDailyT30Usage ¶
func (o *Usage) GetDailyT30Usage() []UsageGet200ResponseDataDailyT30UsageInner
GetDailyT30Usage returns the DailyT30Usage field value
func (*Usage) GetDailyT30UsageOk ¶
func (o *Usage) GetDailyT30UsageOk() ([]UsageGet200ResponseDataDailyT30UsageInner, bool)
GetDailyT30UsageOk returns a tuple with the DailyT30Usage field value and a boolean to check if the value has been set.
func (*Usage) GetPercentGrowthPageSaves ¶
GetPercentGrowthPageSaves returns the PercentGrowthPageSaves field value
func (*Usage) GetPercentGrowthPageSavesOk ¶
GetPercentGrowthPageSavesOk returns a tuple with the PercentGrowthPageSaves field value and a boolean to check if the value has been set.
func (*Usage) GetPercentGrowthPageViews ¶
GetPercentGrowthPageViews returns the PercentGrowthPageViews field value
func (*Usage) GetPercentGrowthPageViewsOk ¶
GetPercentGrowthPageViewsOk returns a tuple with the PercentGrowthPageViews field value and a boolean to check if the value has been set.
func (*Usage) GetPercentGrowthT30Users ¶
GetPercentGrowthT30Users returns the PercentGrowthT30Users field value
func (*Usage) GetPercentGrowthT30UsersOk ¶
GetPercentGrowthT30UsersOk returns a tuple with the PercentGrowthT30Users field value and a boolean to check if the value has been set.
func (*Usage) GetPercentGrowthUsers ¶
GetPercentGrowthUsers returns the PercentGrowthUsers field value
func (*Usage) GetPercentGrowthUsersOk ¶
GetPercentGrowthUsersOk returns a tuple with the PercentGrowthUsers field value and a boolean to check if the value has been set.
func (Usage) MarshalJSON ¶
func (*Usage) SetCountCurrentPageSaves ¶
SetCountCurrentPageSaves sets field value
func (*Usage) SetCountCurrentPageViews ¶
SetCountCurrentPageViews sets field value
func (*Usage) SetCountCurrentUsers ¶
SetCountCurrentUsers sets field value
func (*Usage) SetCountT30Users ¶
SetCountT30Users sets field value
func (*Usage) SetDailyT30Usage ¶
func (o *Usage) SetDailyT30Usage(v []UsageGet200ResponseDataDailyT30UsageInner)
SetDailyT30Usage sets field value
func (*Usage) SetPercentGrowthPageSaves ¶
SetPercentGrowthPageSaves sets field value
func (*Usage) SetPercentGrowthPageViews ¶
SetPercentGrowthPageViews sets field value
func (*Usage) SetPercentGrowthT30Users ¶
SetPercentGrowthT30Users sets field value
func (*Usage) SetPercentGrowthUsers ¶
SetPercentGrowthUsers sets field value
func (*Usage) UnmarshalJSON ¶
type UsageAPIService ¶
type UsageAPIService service
UsageAPIService UsageAPI service
func (*UsageAPIService) UsageAppDetailsGet ¶
func (a *UsageAPIService) UsageAppDetailsGet(ctx context.Context) ApiUsageAppDetailsGetRequest
UsageAppDetailsGet The app details for the selected app and organizations
The detailed app usage for the selected organizations. Contains information about the app, including the breakdown of saves and views in the specified time range. The API token must have the 'usage' scope.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return ApiUsageAppDetailsGetRequest
func (*UsageAPIService) UsageAppDetailsGetExecute ¶
func (a *UsageAPIService) UsageAppDetailsGetExecute(r ApiUsageAppDetailsGetRequest) (*UsageAppDetailsGet200Response, *http.Response, error)
Execute executes the request
@return UsageAppDetailsGet200Response
func (*UsageAPIService) UsageAppSummaryGet ¶
func (a *UsageAPIService) UsageAppSummaryGet(ctx context.Context) ApiUsageAppSummaryGetRequest
UsageAppSummaryGet The app summaries for the selected organizations
The app summaries for the selected organizations. Contains information about the app like saves, views, unique editors and viewers in the specified time range. The API token must have the 'usage' scope.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return ApiUsageAppSummaryGetRequest
func (*UsageAPIService) UsageAppSummaryGetExecute ¶
func (a *UsageAPIService) UsageAppSummaryGetExecute(r ApiUsageAppSummaryGetRequest) (*UsageAppSummaryGet200Response, *http.Response, error)
Execute executes the request
@return UsageAppSummaryGet200Response
func (*UsageAPIService) UsageGet ¶
func (a *UsageAPIService) UsageGet(ctx context.Context) ApiUsageGetRequest
UsageGet The usage summary for the selected organizations
The usage summary for the selected organizations. Contains information about usage like page saves, page views, active users, and the growth in those fields in the specified time range. The API token must have the 'usage' scope.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return ApiUsageGetRequest
func (*UsageAPIService) UsageGetExecute ¶
func (a *UsageAPIService) UsageGetExecute(r ApiUsageGetRequest) (*UsageGet200Response, *http.Response, error)
Execute executes the request
@return UsageGet200Response
func (*UsageAPIService) UsageOrganizationsGet ¶
func (a *UsageAPIService) UsageOrganizationsGet(ctx context.Context) ApiUsageOrganizationsGetRequest
UsageOrganizationsGet List organizations
Returns a list of organizations that the token has scope to access. The API token must have the 'usage' scope. 'usage:organization' scope returns just the organization, 'usage:spaces' returns all the spaces under the admin organization, 'usage:license' returns all the organizations that use that license key.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return ApiUsageOrganizationsGetRequest
func (*UsageAPIService) UsageOrganizationsGetExecute ¶
func (a *UsageAPIService) UsageOrganizationsGetExecute(r ApiUsageOrganizationsGetRequest) (*UsageOrganizationsGet200Response, *http.Response, error)
Execute executes the request
@return UsageOrganizationsGet200Response
func (*UsageAPIService) UsageUserDetailsGet ¶
func (a *UsageAPIService) UsageUserDetailsGet(ctx context.Context) ApiUsageUserDetailsGetRequest
UsageUserDetailsGet The user details for the selected user and organizations
Detailed usage by user for the selected organizations. Contains information about the user, including the breakdown of saves and views for apps in the specified time range. The API token must have the 'usage' scope.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return ApiUsageUserDetailsGetRequest
func (*UsageAPIService) UsageUserDetailsGetExecute ¶
func (a *UsageAPIService) UsageUserDetailsGetExecute(r ApiUsageUserDetailsGetRequest) (*UsageUserDetailsGet200Response, *http.Response, error)
Execute executes the request
@return UsageUserDetailsGet200Response
func (*UsageAPIService) UsageUserSummaryGet ¶
func (a *UsageAPIService) UsageUserSummaryGet(ctx context.Context) ApiUsageUserSummaryGetRequest
UsageUserSummaryGet The summaries of user usage for the selected organizations
The summaries of the user including email, last active time, the number of apps viewed and edited, for the selected organizations in the specified time range. The API token must have the 'usage' scope.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return ApiUsageUserSummaryGetRequest
func (*UsageAPIService) UsageUserSummaryGetExecute ¶
func (a *UsageAPIService) UsageUserSummaryGetExecute(r ApiUsageUserSummaryGetRequest) (*UsageUserSummaryGet200Response, *http.Response, error)
Execute executes the request
@return UsageUserSummaryGet200Response
type UsageAnalyticsOrganization ¶ added in v1.0.0
type UsageAnalyticsOrganization struct {
// The id of the organization
OrgId string `json:"org_id"`
// The host of the organization
Host string `json:"host"`
LastActive time.Time `json:"last_active"`
}
UsageAnalyticsOrganization An organization in the context of usage analytics
func NewUsageAnalyticsOrganization ¶ added in v1.0.0
func NewUsageAnalyticsOrganization(orgId string, host string, lastActive time.Time) *UsageAnalyticsOrganization
NewUsageAnalyticsOrganization instantiates a new UsageAnalyticsOrganization object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewUsageAnalyticsOrganizationWithDefaults ¶ added in v1.0.0
func NewUsageAnalyticsOrganizationWithDefaults() *UsageAnalyticsOrganization
NewUsageAnalyticsOrganizationWithDefaults instantiates a new UsageAnalyticsOrganization object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*UsageAnalyticsOrganization) GetHost ¶ added in v1.0.0
func (o *UsageAnalyticsOrganization) GetHost() string
GetHost returns the Host field value
func (*UsageAnalyticsOrganization) GetHostOk ¶ added in v1.0.0
func (o *UsageAnalyticsOrganization) GetHostOk() (*string, bool)
GetHostOk returns a tuple with the Host field value and a boolean to check if the value has been set.
func (*UsageAnalyticsOrganization) GetLastActive ¶ added in v1.0.0
func (o *UsageAnalyticsOrganization) GetLastActive() time.Time
GetLastActive returns the LastActive field value
func (*UsageAnalyticsOrganization) GetLastActiveOk ¶ added in v1.0.0
func (o *UsageAnalyticsOrganization) GetLastActiveOk() (*time.Time, bool)
GetLastActiveOk returns a tuple with the LastActive field value and a boolean to check if the value has been set.
func (*UsageAnalyticsOrganization) GetOrgId ¶ added in v1.0.0
func (o *UsageAnalyticsOrganization) GetOrgId() string
GetOrgId returns the OrgId field value
func (*UsageAnalyticsOrganization) GetOrgIdOk ¶ added in v1.0.0
func (o *UsageAnalyticsOrganization) GetOrgIdOk() (*string, bool)
GetOrgIdOk returns a tuple with the OrgId field value and a boolean to check if the value has been set.
func (UsageAnalyticsOrganization) MarshalJSON ¶ added in v1.0.0
func (o UsageAnalyticsOrganization) MarshalJSON() ([]byte, error)
func (*UsageAnalyticsOrganization) SetHost ¶ added in v1.0.0
func (o *UsageAnalyticsOrganization) SetHost(v string)
SetHost sets field value
func (*UsageAnalyticsOrganization) SetLastActive ¶ added in v1.0.0
func (o *UsageAnalyticsOrganization) SetLastActive(v time.Time)
SetLastActive sets field value
func (*UsageAnalyticsOrganization) SetOrgId ¶ added in v1.0.0
func (o *UsageAnalyticsOrganization) SetOrgId(v string)
SetOrgId sets field value
func (UsageAnalyticsOrganization) ToMap ¶ added in v1.0.0
func (o UsageAnalyticsOrganization) ToMap() (map[string]interface{}, error)
func (*UsageAnalyticsOrganization) UnmarshalJSON ¶ added in v1.0.0
func (o *UsageAnalyticsOrganization) UnmarshalJSON(data []byte) (err error)
type UsageAppDetailsGet200Response ¶
type UsageAppDetailsGet200Response struct {
// API request succeeded
Success bool `json:"success"`
Data UsageAppDetailsGet200ResponseData `json:"data"`
AdditionalProperties map[string]interface{}
}
UsageAppDetailsGet200Response The details about the app usage, such as edits and views, for the organizations
func NewUsageAppDetailsGet200Response ¶
func NewUsageAppDetailsGet200Response(success bool, data UsageAppDetailsGet200ResponseData) *UsageAppDetailsGet200Response
NewUsageAppDetailsGet200Response instantiates a new UsageAppDetailsGet200Response object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewUsageAppDetailsGet200ResponseWithDefaults ¶
func NewUsageAppDetailsGet200ResponseWithDefaults() *UsageAppDetailsGet200Response
NewUsageAppDetailsGet200ResponseWithDefaults instantiates a new UsageAppDetailsGet200Response object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*UsageAppDetailsGet200Response) GetData ¶
func (o *UsageAppDetailsGet200Response) GetData() UsageAppDetailsGet200ResponseData
GetData returns the Data field value
func (*UsageAppDetailsGet200Response) GetDataOk ¶
func (o *UsageAppDetailsGet200Response) GetDataOk() (*UsageAppDetailsGet200ResponseData, bool)
GetDataOk returns a tuple with the Data field value and a boolean to check if the value has been set.
func (*UsageAppDetailsGet200Response) GetSuccess ¶
func (o *UsageAppDetailsGet200Response) GetSuccess() bool
GetSuccess returns the Success field value
func (*UsageAppDetailsGet200Response) GetSuccessOk ¶
func (o *UsageAppDetailsGet200Response) GetSuccessOk() (*bool, bool)
GetSuccessOk returns a tuple with the Success field value and a boolean to check if the value has been set.
func (UsageAppDetailsGet200Response) MarshalJSON ¶
func (o UsageAppDetailsGet200Response) MarshalJSON() ([]byte, error)
func (*UsageAppDetailsGet200Response) SetData ¶
func (o *UsageAppDetailsGet200Response) SetData(v UsageAppDetailsGet200ResponseData)
SetData sets field value
func (*UsageAppDetailsGet200Response) SetSuccess ¶
func (o *UsageAppDetailsGet200Response) SetSuccess(v bool)
SetSuccess sets field value
func (UsageAppDetailsGet200Response) ToMap ¶
func (o UsageAppDetailsGet200Response) ToMap() (map[string]interface{}, error)
func (*UsageAppDetailsGet200Response) UnmarshalJSON ¶
func (o *UsageAppDetailsGet200Response) UnmarshalJSON(data []byte) (err error)
type UsageAppDetailsGet200ResponseData ¶
type UsageAppDetailsGet200ResponseData struct {
OverallSummary []UsageAppDetailsGet200ResponseDataOverallSummaryInner `json:"overall_summary"`
WeeklySummary []UsageAppDetailsGet200ResponseDataWeeklySummaryInner `json:"weekly_summary"`
ViewerSummary []UsageAppDetailsGet200ResponseDataViewerSummaryInner `json:"viewer_summary"`
EditorSummary []UsageAppDetailsGet200ResponseDataViewerSummaryInner `json:"editor_summary"`
}
UsageAppDetailsGet200ResponseData struct for UsageAppDetailsGet200ResponseData
func NewUsageAppDetailsGet200ResponseData ¶
func NewUsageAppDetailsGet200ResponseData(overallSummary []UsageAppDetailsGet200ResponseDataOverallSummaryInner, weeklySummary []UsageAppDetailsGet200ResponseDataWeeklySummaryInner, viewerSummary []UsageAppDetailsGet200ResponseDataViewerSummaryInner, editorSummary []UsageAppDetailsGet200ResponseDataViewerSummaryInner) *UsageAppDetailsGet200ResponseData
NewUsageAppDetailsGet200ResponseData instantiates a new UsageAppDetailsGet200ResponseData object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewUsageAppDetailsGet200ResponseDataWithDefaults ¶
func NewUsageAppDetailsGet200ResponseDataWithDefaults() *UsageAppDetailsGet200ResponseData
NewUsageAppDetailsGet200ResponseDataWithDefaults instantiates a new UsageAppDetailsGet200ResponseData object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*UsageAppDetailsGet200ResponseData) GetEditorSummary ¶
func (o *UsageAppDetailsGet200ResponseData) GetEditorSummary() []UsageAppDetailsGet200ResponseDataViewerSummaryInner
GetEditorSummary returns the EditorSummary field value
func (*UsageAppDetailsGet200ResponseData) GetEditorSummaryOk ¶
func (o *UsageAppDetailsGet200ResponseData) GetEditorSummaryOk() ([]UsageAppDetailsGet200ResponseDataViewerSummaryInner, bool)
GetEditorSummaryOk returns a tuple with the EditorSummary field value and a boolean to check if the value has been set.
func (*UsageAppDetailsGet200ResponseData) GetOverallSummary ¶
func (o *UsageAppDetailsGet200ResponseData) GetOverallSummary() []UsageAppDetailsGet200ResponseDataOverallSummaryInner
GetOverallSummary returns the OverallSummary field value
func (*UsageAppDetailsGet200ResponseData) GetOverallSummaryOk ¶
func (o *UsageAppDetailsGet200ResponseData) GetOverallSummaryOk() ([]UsageAppDetailsGet200ResponseDataOverallSummaryInner, bool)
GetOverallSummaryOk returns a tuple with the OverallSummary field value and a boolean to check if the value has been set.
func (*UsageAppDetailsGet200ResponseData) GetViewerSummary ¶
func (o *UsageAppDetailsGet200ResponseData) GetViewerSummary() []UsageAppDetailsGet200ResponseDataViewerSummaryInner
GetViewerSummary returns the ViewerSummary field value
func (*UsageAppDetailsGet200ResponseData) GetViewerSummaryOk ¶
func (o *UsageAppDetailsGet200ResponseData) GetViewerSummaryOk() ([]UsageAppDetailsGet200ResponseDataViewerSummaryInner, bool)
GetViewerSummaryOk returns a tuple with the ViewerSummary field value and a boolean to check if the value has been set.
func (*UsageAppDetailsGet200ResponseData) GetWeeklySummary ¶
func (o *UsageAppDetailsGet200ResponseData) GetWeeklySummary() []UsageAppDetailsGet200ResponseDataWeeklySummaryInner
GetWeeklySummary returns the WeeklySummary field value
func (*UsageAppDetailsGet200ResponseData) GetWeeklySummaryOk ¶
func (o *UsageAppDetailsGet200ResponseData) GetWeeklySummaryOk() ([]UsageAppDetailsGet200ResponseDataWeeklySummaryInner, bool)
GetWeeklySummaryOk returns a tuple with the WeeklySummary field value and a boolean to check if the value has been set.
func (UsageAppDetailsGet200ResponseData) MarshalJSON ¶
func (o UsageAppDetailsGet200ResponseData) MarshalJSON() ([]byte, error)
func (*UsageAppDetailsGet200ResponseData) SetEditorSummary ¶
func (o *UsageAppDetailsGet200ResponseData) SetEditorSummary(v []UsageAppDetailsGet200ResponseDataViewerSummaryInner)
SetEditorSummary sets field value
func (*UsageAppDetailsGet200ResponseData) SetOverallSummary ¶
func (o *UsageAppDetailsGet200ResponseData) SetOverallSummary(v []UsageAppDetailsGet200ResponseDataOverallSummaryInner)
SetOverallSummary sets field value
func (*UsageAppDetailsGet200ResponseData) SetViewerSummary ¶
func (o *UsageAppDetailsGet200ResponseData) SetViewerSummary(v []UsageAppDetailsGet200ResponseDataViewerSummaryInner)
SetViewerSummary sets field value
func (*UsageAppDetailsGet200ResponseData) SetWeeklySummary ¶
func (o *UsageAppDetailsGet200ResponseData) SetWeeklySummary(v []UsageAppDetailsGet200ResponseDataWeeklySummaryInner)
SetWeeklySummary sets field value
func (UsageAppDetailsGet200ResponseData) ToMap ¶
func (o UsageAppDetailsGet200ResponseData) ToMap() (map[string]interface{}, error)
func (*UsageAppDetailsGet200ResponseData) UnmarshalJSON ¶
func (o *UsageAppDetailsGet200ResponseData) UnmarshalJSON(data []byte) (err error)
type UsageAppDetailsGet200ResponseDataOverallSummaryInner ¶
type UsageAppDetailsGet200ResponseDataOverallSummaryInner struct {
OrgId string `json:"org_id"`
AppName string `json:"app_name"`
CountAppSaves float32 `json:"count_app_saves"`
CountAppViews float32 `json:"count_app_views"`
Host string `json:"host"`
}
UsageAppDetailsGet200ResponseDataOverallSummaryInner struct for UsageAppDetailsGet200ResponseDataOverallSummaryInner
func NewUsageAppDetailsGet200ResponseDataOverallSummaryInner ¶
func NewUsageAppDetailsGet200ResponseDataOverallSummaryInner(orgId string, appName string, countAppSaves float32, countAppViews float32, host string) *UsageAppDetailsGet200ResponseDataOverallSummaryInner
NewUsageAppDetailsGet200ResponseDataOverallSummaryInner instantiates a new UsageAppDetailsGet200ResponseDataOverallSummaryInner object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewUsageAppDetailsGet200ResponseDataOverallSummaryInnerWithDefaults ¶
func NewUsageAppDetailsGet200ResponseDataOverallSummaryInnerWithDefaults() *UsageAppDetailsGet200ResponseDataOverallSummaryInner
NewUsageAppDetailsGet200ResponseDataOverallSummaryInnerWithDefaults instantiates a new UsageAppDetailsGet200ResponseDataOverallSummaryInner object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*UsageAppDetailsGet200ResponseDataOverallSummaryInner) GetAppName ¶
func (o *UsageAppDetailsGet200ResponseDataOverallSummaryInner) GetAppName() string
GetAppName returns the AppName field value
func (*UsageAppDetailsGet200ResponseDataOverallSummaryInner) GetAppNameOk ¶
func (o *UsageAppDetailsGet200ResponseDataOverallSummaryInner) GetAppNameOk() (*string, bool)
GetAppNameOk returns a tuple with the AppName field value and a boolean to check if the value has been set.
func (*UsageAppDetailsGet200ResponseDataOverallSummaryInner) GetCountAppSaves ¶
func (o *UsageAppDetailsGet200ResponseDataOverallSummaryInner) GetCountAppSaves() float32
GetCountAppSaves returns the CountAppSaves field value
func (*UsageAppDetailsGet200ResponseDataOverallSummaryInner) GetCountAppSavesOk ¶
func (o *UsageAppDetailsGet200ResponseDataOverallSummaryInner) GetCountAppSavesOk() (*float32, bool)
GetCountAppSavesOk returns a tuple with the CountAppSaves field value and a boolean to check if the value has been set.
func (*UsageAppDetailsGet200ResponseDataOverallSummaryInner) GetCountAppViews ¶
func (o *UsageAppDetailsGet200ResponseDataOverallSummaryInner) GetCountAppViews() float32
GetCountAppViews returns the CountAppViews field value
func (*UsageAppDetailsGet200ResponseDataOverallSummaryInner) GetCountAppViewsOk ¶
func (o *UsageAppDetailsGet200ResponseDataOverallSummaryInner) GetCountAppViewsOk() (*float32, bool)
GetCountAppViewsOk returns a tuple with the CountAppViews field value and a boolean to check if the value has been set.
func (*UsageAppDetailsGet200ResponseDataOverallSummaryInner) GetHost ¶
func (o *UsageAppDetailsGet200ResponseDataOverallSummaryInner) GetHost() string
GetHost returns the Host field value
func (*UsageAppDetailsGet200ResponseDataOverallSummaryInner) GetHostOk ¶
func (o *UsageAppDetailsGet200ResponseDataOverallSummaryInner) GetHostOk() (*string, bool)
GetHostOk returns a tuple with the Host field value and a boolean to check if the value has been set.
func (*UsageAppDetailsGet200ResponseDataOverallSummaryInner) GetOrgId ¶
func (o *UsageAppDetailsGet200ResponseDataOverallSummaryInner) GetOrgId() string
GetOrgId returns the OrgId field value
func (*UsageAppDetailsGet200ResponseDataOverallSummaryInner) GetOrgIdOk ¶
func (o *UsageAppDetailsGet200ResponseDataOverallSummaryInner) GetOrgIdOk() (*string, bool)
GetOrgIdOk returns a tuple with the OrgId field value and a boolean to check if the value has been set.
func (UsageAppDetailsGet200ResponseDataOverallSummaryInner) MarshalJSON ¶
func (o UsageAppDetailsGet200ResponseDataOverallSummaryInner) MarshalJSON() ([]byte, error)
func (*UsageAppDetailsGet200ResponseDataOverallSummaryInner) SetAppName ¶
func (o *UsageAppDetailsGet200ResponseDataOverallSummaryInner) SetAppName(v string)
SetAppName sets field value
func (*UsageAppDetailsGet200ResponseDataOverallSummaryInner) SetCountAppSaves ¶
func (o *UsageAppDetailsGet200ResponseDataOverallSummaryInner) SetCountAppSaves(v float32)
SetCountAppSaves sets field value
func (*UsageAppDetailsGet200ResponseDataOverallSummaryInner) SetCountAppViews ¶
func (o *UsageAppDetailsGet200ResponseDataOverallSummaryInner) SetCountAppViews(v float32)
SetCountAppViews sets field value
func (*UsageAppDetailsGet200ResponseDataOverallSummaryInner) SetHost ¶
func (o *UsageAppDetailsGet200ResponseDataOverallSummaryInner) SetHost(v string)
SetHost sets field value
func (*UsageAppDetailsGet200ResponseDataOverallSummaryInner) SetOrgId ¶
func (o *UsageAppDetailsGet200ResponseDataOverallSummaryInner) SetOrgId(v string)
SetOrgId sets field value
func (UsageAppDetailsGet200ResponseDataOverallSummaryInner) ToMap ¶
func (o UsageAppDetailsGet200ResponseDataOverallSummaryInner) ToMap() (map[string]interface{}, error)
func (*UsageAppDetailsGet200ResponseDataOverallSummaryInner) UnmarshalJSON ¶
func (o *UsageAppDetailsGet200ResponseDataOverallSummaryInner) UnmarshalJSON(data []byte) (err error)
type UsageAppDetailsGet200ResponseDataViewerSummaryInner ¶
type UsageAppDetailsGet200ResponseDataViewerSummaryInner struct {
Email string `json:"email"`
Count float32 `json:"count"`
UserId string `json:"user_id"`
OrgId string `json:"org_id"`
Host string `json:"host"`
}
UsageAppDetailsGet200ResponseDataViewerSummaryInner struct for UsageAppDetailsGet200ResponseDataViewerSummaryInner
func NewUsageAppDetailsGet200ResponseDataViewerSummaryInner ¶
func NewUsageAppDetailsGet200ResponseDataViewerSummaryInner(email string, count float32, userId string, orgId string, host string) *UsageAppDetailsGet200ResponseDataViewerSummaryInner
NewUsageAppDetailsGet200ResponseDataViewerSummaryInner instantiates a new UsageAppDetailsGet200ResponseDataViewerSummaryInner object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewUsageAppDetailsGet200ResponseDataViewerSummaryInnerWithDefaults ¶
func NewUsageAppDetailsGet200ResponseDataViewerSummaryInnerWithDefaults() *UsageAppDetailsGet200ResponseDataViewerSummaryInner
NewUsageAppDetailsGet200ResponseDataViewerSummaryInnerWithDefaults instantiates a new UsageAppDetailsGet200ResponseDataViewerSummaryInner object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*UsageAppDetailsGet200ResponseDataViewerSummaryInner) GetCount ¶
func (o *UsageAppDetailsGet200ResponseDataViewerSummaryInner) GetCount() float32
GetCount returns the Count field value
func (*UsageAppDetailsGet200ResponseDataViewerSummaryInner) GetCountOk ¶
func (o *UsageAppDetailsGet200ResponseDataViewerSummaryInner) GetCountOk() (*float32, bool)
GetCountOk returns a tuple with the Count field value and a boolean to check if the value has been set.
func (*UsageAppDetailsGet200ResponseDataViewerSummaryInner) GetEmail ¶
func (o *UsageAppDetailsGet200ResponseDataViewerSummaryInner) GetEmail() string
GetEmail returns the Email field value
func (*UsageAppDetailsGet200ResponseDataViewerSummaryInner) GetEmailOk ¶
func (o *UsageAppDetailsGet200ResponseDataViewerSummaryInner) GetEmailOk() (*string, bool)
GetEmailOk returns a tuple with the Email field value and a boolean to check if the value has been set.
func (*UsageAppDetailsGet200ResponseDataViewerSummaryInner) GetHost ¶
func (o *UsageAppDetailsGet200ResponseDataViewerSummaryInner) GetHost() string
GetHost returns the Host field value
func (*UsageAppDetailsGet200ResponseDataViewerSummaryInner) GetHostOk ¶
func (o *UsageAppDetailsGet200ResponseDataViewerSummaryInner) GetHostOk() (*string, bool)
GetHostOk returns a tuple with the Host field value and a boolean to check if the value has been set.
func (*UsageAppDetailsGet200ResponseDataViewerSummaryInner) GetOrgId ¶
func (o *UsageAppDetailsGet200ResponseDataViewerSummaryInner) GetOrgId() string
GetOrgId returns the OrgId field value
func (*UsageAppDetailsGet200ResponseDataViewerSummaryInner) GetOrgIdOk ¶
func (o *UsageAppDetailsGet200ResponseDataViewerSummaryInner) GetOrgIdOk() (*string, bool)
GetOrgIdOk returns a tuple with the OrgId field value and a boolean to check if the value has been set.
func (*UsageAppDetailsGet200ResponseDataViewerSummaryInner) GetUserId ¶
func (o *UsageAppDetailsGet200ResponseDataViewerSummaryInner) GetUserId() string
GetUserId returns the UserId field value
func (*UsageAppDetailsGet200ResponseDataViewerSummaryInner) GetUserIdOk ¶
func (o *UsageAppDetailsGet200ResponseDataViewerSummaryInner) GetUserIdOk() (*string, bool)
GetUserIdOk returns a tuple with the UserId field value and a boolean to check if the value has been set.
func (UsageAppDetailsGet200ResponseDataViewerSummaryInner) MarshalJSON ¶
func (o UsageAppDetailsGet200ResponseDataViewerSummaryInner) MarshalJSON() ([]byte, error)
func (*UsageAppDetailsGet200ResponseDataViewerSummaryInner) SetCount ¶
func (o *UsageAppDetailsGet200ResponseDataViewerSummaryInner) SetCount(v float32)
SetCount sets field value
func (*UsageAppDetailsGet200ResponseDataViewerSummaryInner) SetEmail ¶
func (o *UsageAppDetailsGet200ResponseDataViewerSummaryInner) SetEmail(v string)
SetEmail sets field value
func (*UsageAppDetailsGet200ResponseDataViewerSummaryInner) SetHost ¶
func (o *UsageAppDetailsGet200ResponseDataViewerSummaryInner) SetHost(v string)
SetHost sets field value
func (*UsageAppDetailsGet200ResponseDataViewerSummaryInner) SetOrgId ¶
func (o *UsageAppDetailsGet200ResponseDataViewerSummaryInner) SetOrgId(v string)
SetOrgId sets field value
func (*UsageAppDetailsGet200ResponseDataViewerSummaryInner) SetUserId ¶
func (o *UsageAppDetailsGet200ResponseDataViewerSummaryInner) SetUserId(v string)
SetUserId sets field value
func (UsageAppDetailsGet200ResponseDataViewerSummaryInner) ToMap ¶
func (o UsageAppDetailsGet200ResponseDataViewerSummaryInner) ToMap() (map[string]interface{}, error)
func (*UsageAppDetailsGet200ResponseDataViewerSummaryInner) UnmarshalJSON ¶
func (o *UsageAppDetailsGet200ResponseDataViewerSummaryInner) UnmarshalJSON(data []byte) (err error)
type UsageAppDetailsGet200ResponseDataWeeklySummaryInner ¶
type UsageAppDetailsGet200ResponseDataWeeklySummaryInner struct {
OrgId string `json:"org_id"`
WeeklyData []UsageAppDetailsGet200ResponseDataWeeklySummaryInnerWeeklyDataInner `json:"weekly_data"`
}
UsageAppDetailsGet200ResponseDataWeeklySummaryInner struct for UsageAppDetailsGet200ResponseDataWeeklySummaryInner
func NewUsageAppDetailsGet200ResponseDataWeeklySummaryInner ¶
func NewUsageAppDetailsGet200ResponseDataWeeklySummaryInner(orgId string, weeklyData []UsageAppDetailsGet200ResponseDataWeeklySummaryInnerWeeklyDataInner) *UsageAppDetailsGet200ResponseDataWeeklySummaryInner
NewUsageAppDetailsGet200ResponseDataWeeklySummaryInner instantiates a new UsageAppDetailsGet200ResponseDataWeeklySummaryInner object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewUsageAppDetailsGet200ResponseDataWeeklySummaryInnerWithDefaults ¶
func NewUsageAppDetailsGet200ResponseDataWeeklySummaryInnerWithDefaults() *UsageAppDetailsGet200ResponseDataWeeklySummaryInner
NewUsageAppDetailsGet200ResponseDataWeeklySummaryInnerWithDefaults instantiates a new UsageAppDetailsGet200ResponseDataWeeklySummaryInner object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*UsageAppDetailsGet200ResponseDataWeeklySummaryInner) GetOrgId ¶
func (o *UsageAppDetailsGet200ResponseDataWeeklySummaryInner) GetOrgId() string
GetOrgId returns the OrgId field value
func (*UsageAppDetailsGet200ResponseDataWeeklySummaryInner) GetOrgIdOk ¶
func (o *UsageAppDetailsGet200ResponseDataWeeklySummaryInner) GetOrgIdOk() (*string, bool)
GetOrgIdOk returns a tuple with the OrgId field value and a boolean to check if the value has been set.
func (*UsageAppDetailsGet200ResponseDataWeeklySummaryInner) GetWeeklyData ¶
func (o *UsageAppDetailsGet200ResponseDataWeeklySummaryInner) GetWeeklyData() []UsageAppDetailsGet200ResponseDataWeeklySummaryInnerWeeklyDataInner
GetWeeklyData returns the WeeklyData field value
func (*UsageAppDetailsGet200ResponseDataWeeklySummaryInner) GetWeeklyDataOk ¶
func (o *UsageAppDetailsGet200ResponseDataWeeklySummaryInner) GetWeeklyDataOk() ([]UsageAppDetailsGet200ResponseDataWeeklySummaryInnerWeeklyDataInner, bool)
GetWeeklyDataOk returns a tuple with the WeeklyData field value and a boolean to check if the value has been set.
func (UsageAppDetailsGet200ResponseDataWeeklySummaryInner) MarshalJSON ¶
func (o UsageAppDetailsGet200ResponseDataWeeklySummaryInner) MarshalJSON() ([]byte, error)
func (*UsageAppDetailsGet200ResponseDataWeeklySummaryInner) SetOrgId ¶
func (o *UsageAppDetailsGet200ResponseDataWeeklySummaryInner) SetOrgId(v string)
SetOrgId sets field value
func (*UsageAppDetailsGet200ResponseDataWeeklySummaryInner) SetWeeklyData ¶
func (o *UsageAppDetailsGet200ResponseDataWeeklySummaryInner) SetWeeklyData(v []UsageAppDetailsGet200ResponseDataWeeklySummaryInnerWeeklyDataInner)
SetWeeklyData sets field value
func (UsageAppDetailsGet200ResponseDataWeeklySummaryInner) ToMap ¶
func (o UsageAppDetailsGet200ResponseDataWeeklySummaryInner) ToMap() (map[string]interface{}, error)
func (*UsageAppDetailsGet200ResponseDataWeeklySummaryInner) UnmarshalJSON ¶
func (o *UsageAppDetailsGet200ResponseDataWeeklySummaryInner) UnmarshalJSON(data []byte) (err error)
type UsageAppDetailsGet200ResponseDataWeeklySummaryInnerWeeklyDataInner ¶
type UsageAppDetailsGet200ResponseDataWeeklySummaryInnerWeeklyDataInner struct {
Week string `json:"week"`
CountAppSaves float32 `json:"count_app_saves"`
CountAppViews float32 `json:"count_app_views"`
AdditionalProperties map[string]interface{}
}
UsageAppDetailsGet200ResponseDataWeeklySummaryInnerWeeklyDataInner struct for UsageAppDetailsGet200ResponseDataWeeklySummaryInnerWeeklyDataInner
func NewUsageAppDetailsGet200ResponseDataWeeklySummaryInnerWeeklyDataInner ¶
func NewUsageAppDetailsGet200ResponseDataWeeklySummaryInnerWeeklyDataInner(week string, countAppSaves float32, countAppViews float32) *UsageAppDetailsGet200ResponseDataWeeklySummaryInnerWeeklyDataInner
NewUsageAppDetailsGet200ResponseDataWeeklySummaryInnerWeeklyDataInner instantiates a new UsageAppDetailsGet200ResponseDataWeeklySummaryInnerWeeklyDataInner object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewUsageAppDetailsGet200ResponseDataWeeklySummaryInnerWeeklyDataInnerWithDefaults ¶
func NewUsageAppDetailsGet200ResponseDataWeeklySummaryInnerWeeklyDataInnerWithDefaults() *UsageAppDetailsGet200ResponseDataWeeklySummaryInnerWeeklyDataInner
NewUsageAppDetailsGet200ResponseDataWeeklySummaryInnerWeeklyDataInnerWithDefaults instantiates a new UsageAppDetailsGet200ResponseDataWeeklySummaryInnerWeeklyDataInner object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*UsageAppDetailsGet200ResponseDataWeeklySummaryInnerWeeklyDataInner) GetCountAppSaves ¶
func (o *UsageAppDetailsGet200ResponseDataWeeklySummaryInnerWeeklyDataInner) GetCountAppSaves() float32
GetCountAppSaves returns the CountAppSaves field value
func (*UsageAppDetailsGet200ResponseDataWeeklySummaryInnerWeeklyDataInner) GetCountAppSavesOk ¶
func (o *UsageAppDetailsGet200ResponseDataWeeklySummaryInnerWeeklyDataInner) GetCountAppSavesOk() (*float32, bool)
GetCountAppSavesOk returns a tuple with the CountAppSaves field value and a boolean to check if the value has been set.
func (*UsageAppDetailsGet200ResponseDataWeeklySummaryInnerWeeklyDataInner) GetCountAppViews ¶
func (o *UsageAppDetailsGet200ResponseDataWeeklySummaryInnerWeeklyDataInner) GetCountAppViews() float32
GetCountAppViews returns the CountAppViews field value
func (*UsageAppDetailsGet200ResponseDataWeeklySummaryInnerWeeklyDataInner) GetCountAppViewsOk ¶
func (o *UsageAppDetailsGet200ResponseDataWeeklySummaryInnerWeeklyDataInner) GetCountAppViewsOk() (*float32, bool)
GetCountAppViewsOk returns a tuple with the CountAppViews field value and a boolean to check if the value has been set.
func (*UsageAppDetailsGet200ResponseDataWeeklySummaryInnerWeeklyDataInner) GetWeek ¶
func (o *UsageAppDetailsGet200ResponseDataWeeklySummaryInnerWeeklyDataInner) GetWeek() string
GetWeek returns the Week field value
func (*UsageAppDetailsGet200ResponseDataWeeklySummaryInnerWeeklyDataInner) GetWeekOk ¶
func (o *UsageAppDetailsGet200ResponseDataWeeklySummaryInnerWeeklyDataInner) GetWeekOk() (*string, bool)
GetWeekOk returns a tuple with the Week field value and a boolean to check if the value has been set.
func (UsageAppDetailsGet200ResponseDataWeeklySummaryInnerWeeklyDataInner) MarshalJSON ¶
func (o UsageAppDetailsGet200ResponseDataWeeklySummaryInnerWeeklyDataInner) MarshalJSON() ([]byte, error)
func (*UsageAppDetailsGet200ResponseDataWeeklySummaryInnerWeeklyDataInner) SetCountAppSaves ¶
func (o *UsageAppDetailsGet200ResponseDataWeeklySummaryInnerWeeklyDataInner) SetCountAppSaves(v float32)
SetCountAppSaves sets field value
func (*UsageAppDetailsGet200ResponseDataWeeklySummaryInnerWeeklyDataInner) SetCountAppViews ¶
func (o *UsageAppDetailsGet200ResponseDataWeeklySummaryInnerWeeklyDataInner) SetCountAppViews(v float32)
SetCountAppViews sets field value
func (*UsageAppDetailsGet200ResponseDataWeeklySummaryInnerWeeklyDataInner) SetWeek ¶
func (o *UsageAppDetailsGet200ResponseDataWeeklySummaryInnerWeeklyDataInner) SetWeek(v string)
SetWeek sets field value
func (UsageAppDetailsGet200ResponseDataWeeklySummaryInnerWeeklyDataInner) ToMap ¶
func (o UsageAppDetailsGet200ResponseDataWeeklySummaryInnerWeeklyDataInner) ToMap() (map[string]interface{}, error)
func (*UsageAppDetailsGet200ResponseDataWeeklySummaryInnerWeeklyDataInner) UnmarshalJSON ¶
func (o *UsageAppDetailsGet200ResponseDataWeeklySummaryInnerWeeklyDataInner) UnmarshalJSON(data []byte) (err error)
type UsageAppSummaryGet200Response ¶
type UsageAppSummaryGet200Response struct {
// API request succeeded
Success bool `json:"success"`
// An array of requested items
Data []UsageAppSummaryGet200ResponseDataInner `json:"data"`
// Total number of items in the response
TotalCount float32 `json:"total_count"`
// A token to retrieve the next page of items in the collection
NextToken NullableString `json:"next_token"`
// Whether there are more items in the collection
HasMore bool `json:"has_more"`
AdditionalProperties map[string]interface{}
}
UsageAppSummaryGet200Response The app summaries for the organizations
func NewUsageAppSummaryGet200Response ¶
func NewUsageAppSummaryGet200Response(success bool, data []UsageAppSummaryGet200ResponseDataInner, totalCount float32, nextToken NullableString, hasMore bool) *UsageAppSummaryGet200Response
NewUsageAppSummaryGet200Response instantiates a new UsageAppSummaryGet200Response object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewUsageAppSummaryGet200ResponseWithDefaults ¶
func NewUsageAppSummaryGet200ResponseWithDefaults() *UsageAppSummaryGet200Response
NewUsageAppSummaryGet200ResponseWithDefaults instantiates a new UsageAppSummaryGet200Response object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*UsageAppSummaryGet200Response) GetData ¶
func (o *UsageAppSummaryGet200Response) GetData() []UsageAppSummaryGet200ResponseDataInner
GetData returns the Data field value
func (*UsageAppSummaryGet200Response) GetDataOk ¶
func (o *UsageAppSummaryGet200Response) GetDataOk() ([]UsageAppSummaryGet200ResponseDataInner, bool)
GetDataOk returns a tuple with the Data field value and a boolean to check if the value has been set.
func (*UsageAppSummaryGet200Response) GetHasMore ¶
func (o *UsageAppSummaryGet200Response) GetHasMore() bool
GetHasMore returns the HasMore field value
func (*UsageAppSummaryGet200Response) GetHasMoreOk ¶
func (o *UsageAppSummaryGet200Response) GetHasMoreOk() (*bool, bool)
GetHasMoreOk returns a tuple with the HasMore field value and a boolean to check if the value has been set.
func (*UsageAppSummaryGet200Response) GetNextToken ¶
func (o *UsageAppSummaryGet200Response) GetNextToken() string
GetNextToken returns the NextToken field value If the value is explicit nil, the zero value for string will be returned
func (*UsageAppSummaryGet200Response) GetNextTokenOk ¶
func (o *UsageAppSummaryGet200Response) GetNextTokenOk() (*string, bool)
GetNextTokenOk returns a tuple with the NextToken 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 (*UsageAppSummaryGet200Response) GetSuccess ¶
func (o *UsageAppSummaryGet200Response) GetSuccess() bool
GetSuccess returns the Success field value
func (*UsageAppSummaryGet200Response) GetSuccessOk ¶
func (o *UsageAppSummaryGet200Response) GetSuccessOk() (*bool, bool)
GetSuccessOk returns a tuple with the Success field value and a boolean to check if the value has been set.
func (*UsageAppSummaryGet200Response) GetTotalCount ¶
func (o *UsageAppSummaryGet200Response) GetTotalCount() float32
GetTotalCount returns the TotalCount field value
func (*UsageAppSummaryGet200Response) GetTotalCountOk ¶
func (o *UsageAppSummaryGet200Response) GetTotalCountOk() (*float32, bool)
GetTotalCountOk returns a tuple with the TotalCount field value and a boolean to check if the value has been set.
func (UsageAppSummaryGet200Response) MarshalJSON ¶
func (o UsageAppSummaryGet200Response) MarshalJSON() ([]byte, error)
func (*UsageAppSummaryGet200Response) SetData ¶
func (o *UsageAppSummaryGet200Response) SetData(v []UsageAppSummaryGet200ResponseDataInner)
SetData sets field value
func (*UsageAppSummaryGet200Response) SetHasMore ¶
func (o *UsageAppSummaryGet200Response) SetHasMore(v bool)
SetHasMore sets field value
func (*UsageAppSummaryGet200Response) SetNextToken ¶
func (o *UsageAppSummaryGet200Response) SetNextToken(v string)
SetNextToken sets field value
func (*UsageAppSummaryGet200Response) SetSuccess ¶
func (o *UsageAppSummaryGet200Response) SetSuccess(v bool)
SetSuccess sets field value
func (*UsageAppSummaryGet200Response) SetTotalCount ¶
func (o *UsageAppSummaryGet200Response) SetTotalCount(v float32)
SetTotalCount sets field value
func (UsageAppSummaryGet200Response) ToMap ¶
func (o UsageAppSummaryGet200Response) ToMap() (map[string]interface{}, error)
func (*UsageAppSummaryGet200Response) UnmarshalJSON ¶
func (o *UsageAppSummaryGet200Response) UnmarshalJSON(data []byte) (err error)
type UsageAppSummaryGet200ResponseDataInner ¶
type UsageAppSummaryGet200ResponseDataInner struct {
// The name of the app
AppName string `json:"app_name"`
// The organization host
Host string `json:"host"`
// The number of views of the app in the time range specified
CountAppViews float32 `json:"count_app_views"`
// The number of saves of the app in the time range specified
CountAppSaves float32 `json:"count_app_saves"`
// The number of viewers of the app in the time range specified
CountViewers float32 `json:"count_viewers"`
// The number of editors of the app in the time range specified
CountEditors float32 `json:"count_editors"`
}
UsageAppSummaryGet200ResponseDataInner struct for UsageAppSummaryGet200ResponseDataInner
func NewUsageAppSummaryGet200ResponseDataInner ¶
func NewUsageAppSummaryGet200ResponseDataInner(appName string, host string, countAppViews float32, countAppSaves float32, countViewers float32, countEditors float32) *UsageAppSummaryGet200ResponseDataInner
NewUsageAppSummaryGet200ResponseDataInner instantiates a new UsageAppSummaryGet200ResponseDataInner object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewUsageAppSummaryGet200ResponseDataInnerWithDefaults ¶
func NewUsageAppSummaryGet200ResponseDataInnerWithDefaults() *UsageAppSummaryGet200ResponseDataInner
NewUsageAppSummaryGet200ResponseDataInnerWithDefaults instantiates a new UsageAppSummaryGet200ResponseDataInner object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*UsageAppSummaryGet200ResponseDataInner) GetAppName ¶
func (o *UsageAppSummaryGet200ResponseDataInner) GetAppName() string
GetAppName returns the AppName field value
func (*UsageAppSummaryGet200ResponseDataInner) GetAppNameOk ¶
func (o *UsageAppSummaryGet200ResponseDataInner) GetAppNameOk() (*string, bool)
GetAppNameOk returns a tuple with the AppName field value and a boolean to check if the value has been set.
func (*UsageAppSummaryGet200ResponseDataInner) GetCountAppSaves ¶
func (o *UsageAppSummaryGet200ResponseDataInner) GetCountAppSaves() float32
GetCountAppSaves returns the CountAppSaves field value
func (*UsageAppSummaryGet200ResponseDataInner) GetCountAppSavesOk ¶
func (o *UsageAppSummaryGet200ResponseDataInner) GetCountAppSavesOk() (*float32, bool)
GetCountAppSavesOk returns a tuple with the CountAppSaves field value and a boolean to check if the value has been set.
func (*UsageAppSummaryGet200ResponseDataInner) GetCountAppViews ¶
func (o *UsageAppSummaryGet200ResponseDataInner) GetCountAppViews() float32
GetCountAppViews returns the CountAppViews field value
func (*UsageAppSummaryGet200ResponseDataInner) GetCountAppViewsOk ¶
func (o *UsageAppSummaryGet200ResponseDataInner) GetCountAppViewsOk() (*float32, bool)
GetCountAppViewsOk returns a tuple with the CountAppViews field value and a boolean to check if the value has been set.
func (*UsageAppSummaryGet200ResponseDataInner) GetCountEditors ¶
func (o *UsageAppSummaryGet200ResponseDataInner) GetCountEditors() float32
GetCountEditors returns the CountEditors field value
func (*UsageAppSummaryGet200ResponseDataInner) GetCountEditorsOk ¶
func (o *UsageAppSummaryGet200ResponseDataInner) GetCountEditorsOk() (*float32, bool)
GetCountEditorsOk returns a tuple with the CountEditors field value and a boolean to check if the value has been set.
func (*UsageAppSummaryGet200ResponseDataInner) GetCountViewers ¶
func (o *UsageAppSummaryGet200ResponseDataInner) GetCountViewers() float32
GetCountViewers returns the CountViewers field value
func (*UsageAppSummaryGet200ResponseDataInner) GetCountViewersOk ¶
func (o *UsageAppSummaryGet200ResponseDataInner) GetCountViewersOk() (*float32, bool)
GetCountViewersOk returns a tuple with the CountViewers field value and a boolean to check if the value has been set.
func (*UsageAppSummaryGet200ResponseDataInner) GetHost ¶
func (o *UsageAppSummaryGet200ResponseDataInner) GetHost() string
GetHost returns the Host field value
func (*UsageAppSummaryGet200ResponseDataInner) GetHostOk ¶
func (o *UsageAppSummaryGet200ResponseDataInner) GetHostOk() (*string, bool)
GetHostOk returns a tuple with the Host field value and a boolean to check if the value has been set.
func (UsageAppSummaryGet200ResponseDataInner) MarshalJSON ¶
func (o UsageAppSummaryGet200ResponseDataInner) MarshalJSON() ([]byte, error)
func (*UsageAppSummaryGet200ResponseDataInner) SetAppName ¶
func (o *UsageAppSummaryGet200ResponseDataInner) SetAppName(v string)
SetAppName sets field value
func (*UsageAppSummaryGet200ResponseDataInner) SetCountAppSaves ¶
func (o *UsageAppSummaryGet200ResponseDataInner) SetCountAppSaves(v float32)
SetCountAppSaves sets field value
func (*UsageAppSummaryGet200ResponseDataInner) SetCountAppViews ¶
func (o *UsageAppSummaryGet200ResponseDataInner) SetCountAppViews(v float32)
SetCountAppViews sets field value
func (*UsageAppSummaryGet200ResponseDataInner) SetCountEditors ¶
func (o *UsageAppSummaryGet200ResponseDataInner) SetCountEditors(v float32)
SetCountEditors sets field value
func (*UsageAppSummaryGet200ResponseDataInner) SetCountViewers ¶
func (o *UsageAppSummaryGet200ResponseDataInner) SetCountViewers(v float32)
SetCountViewers sets field value
func (*UsageAppSummaryGet200ResponseDataInner) SetHost ¶
func (o *UsageAppSummaryGet200ResponseDataInner) SetHost(v string)
SetHost sets field value
func (UsageAppSummaryGet200ResponseDataInner) ToMap ¶
func (o UsageAppSummaryGet200ResponseDataInner) ToMap() (map[string]interface{}, error)
func (*UsageAppSummaryGet200ResponseDataInner) UnmarshalJSON ¶
func (o *UsageAppSummaryGet200ResponseDataInner) UnmarshalJSON(data []byte) (err error)
type UsageGet200Response ¶
type UsageGet200Response struct {
// API request succeeded
Success bool `json:"success"`
Data UsageGet200ResponseData `json:"data"`
AdditionalProperties map[string]interface{}
}
UsageGet200Response The usage information for the organizations
func NewUsageGet200Response ¶
func NewUsageGet200Response(success bool, data UsageGet200ResponseData) *UsageGet200Response
NewUsageGet200Response instantiates a new UsageGet200Response object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewUsageGet200ResponseWithDefaults ¶
func NewUsageGet200ResponseWithDefaults() *UsageGet200Response
NewUsageGet200ResponseWithDefaults instantiates a new UsageGet200Response object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*UsageGet200Response) GetData ¶
func (o *UsageGet200Response) GetData() UsageGet200ResponseData
GetData returns the Data field value
func (*UsageGet200Response) GetDataOk ¶
func (o *UsageGet200Response) GetDataOk() (*UsageGet200ResponseData, bool)
GetDataOk returns a tuple with the Data field value and a boolean to check if the value has been set.
func (*UsageGet200Response) GetSuccess ¶
func (o *UsageGet200Response) GetSuccess() bool
GetSuccess returns the Success field value
func (*UsageGet200Response) GetSuccessOk ¶
func (o *UsageGet200Response) GetSuccessOk() (*bool, bool)
GetSuccessOk returns a tuple with the Success field value and a boolean to check if the value has been set.
func (UsageGet200Response) MarshalJSON ¶
func (o UsageGet200Response) MarshalJSON() ([]byte, error)
func (*UsageGet200Response) SetData ¶
func (o *UsageGet200Response) SetData(v UsageGet200ResponseData)
SetData sets field value
func (*UsageGet200Response) SetSuccess ¶
func (o *UsageGet200Response) SetSuccess(v bool)
SetSuccess sets field value
func (UsageGet200Response) ToMap ¶
func (o UsageGet200Response) ToMap() (map[string]interface{}, error)
func (*UsageGet200Response) UnmarshalJSON ¶
func (o *UsageGet200Response) UnmarshalJSON(data []byte) (err error)
type UsageGet200ResponseData ¶
type UsageGet200ResponseData struct {
// The number of page saves for all the organizations within the date range
CountCurrentPageSaves float32 `json:"count_current_page_saves"`
// The number of page views for all the organizations within the date range
CountCurrentPageViews float32 `json:"count_current_page_views"`
// The total number of unique users who have performed any tracked activity in all the organizations within the date range
CountCurrentUsers float32 `json:"count_current_users"`
// The number of unique users who have been active over the trailing 30 days from the end date provided
CountT30Users float32 `json:"count_T30_users"`
// The percentage growth in page saves compared to the previous cycle of the same length as the provided date range
PercentGrowthPageSaves float32 `json:"percent_growth_page_saves"`
// The percentage growth in page views compared to the previous cycle of the same length as the provided date range
PercentGrowthPageViews float32 `json:"percent_growth_page_views"`
// The percentage growth in unique users compared to the previous cycle of the same length as the provided date range
PercentGrowthUsers float32 `json:"percent_growth_users"`
// The percentage growth in T30 users (trailing 30 days users) compared to the previous cycle of the same length as the provided date range
PercentGrowthT30Users float32 `json:"percent_growth_T30_users"`
DailyT30Usage []UsageGet200ResponseDataDailyT30UsageInner `json:"daily_T30_usage"`
}
UsageGet200ResponseData struct for UsageGet200ResponseData
func NewUsageGet200ResponseData ¶
func NewUsageGet200ResponseData(countCurrentPageSaves float32, countCurrentPageViews float32, countCurrentUsers float32, countT30Users float32, percentGrowthPageSaves float32, percentGrowthPageViews float32, percentGrowthUsers float32, percentGrowthT30Users float32, dailyT30Usage []UsageGet200ResponseDataDailyT30UsageInner) *UsageGet200ResponseData
NewUsageGet200ResponseData instantiates a new UsageGet200ResponseData object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewUsageGet200ResponseDataWithDefaults ¶
func NewUsageGet200ResponseDataWithDefaults() *UsageGet200ResponseData
NewUsageGet200ResponseDataWithDefaults instantiates a new UsageGet200ResponseData object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*UsageGet200ResponseData) GetCountCurrentPageSaves ¶
func (o *UsageGet200ResponseData) GetCountCurrentPageSaves() float32
GetCountCurrentPageSaves returns the CountCurrentPageSaves field value
func (*UsageGet200ResponseData) GetCountCurrentPageSavesOk ¶
func (o *UsageGet200ResponseData) GetCountCurrentPageSavesOk() (*float32, bool)
GetCountCurrentPageSavesOk returns a tuple with the CountCurrentPageSaves field value and a boolean to check if the value has been set.
func (*UsageGet200ResponseData) GetCountCurrentPageViews ¶
func (o *UsageGet200ResponseData) GetCountCurrentPageViews() float32
GetCountCurrentPageViews returns the CountCurrentPageViews field value
func (*UsageGet200ResponseData) GetCountCurrentPageViewsOk ¶
func (o *UsageGet200ResponseData) GetCountCurrentPageViewsOk() (*float32, bool)
GetCountCurrentPageViewsOk returns a tuple with the CountCurrentPageViews field value and a boolean to check if the value has been set.
func (*UsageGet200ResponseData) GetCountCurrentUsers ¶
func (o *UsageGet200ResponseData) GetCountCurrentUsers() float32
GetCountCurrentUsers returns the CountCurrentUsers field value
func (*UsageGet200ResponseData) GetCountCurrentUsersOk ¶
func (o *UsageGet200ResponseData) GetCountCurrentUsersOk() (*float32, bool)
GetCountCurrentUsersOk returns a tuple with the CountCurrentUsers field value and a boolean to check if the value has been set.
func (*UsageGet200ResponseData) GetCountT30Users ¶
func (o *UsageGet200ResponseData) GetCountT30Users() float32
GetCountT30Users returns the CountT30Users field value
func (*UsageGet200ResponseData) GetCountT30UsersOk ¶
func (o *UsageGet200ResponseData) GetCountT30UsersOk() (*float32, bool)
GetCountT30UsersOk returns a tuple with the CountT30Users field value and a boolean to check if the value has been set.
func (*UsageGet200ResponseData) GetDailyT30Usage ¶
func (o *UsageGet200ResponseData) GetDailyT30Usage() []UsageGet200ResponseDataDailyT30UsageInner
GetDailyT30Usage returns the DailyT30Usage field value
func (*UsageGet200ResponseData) GetDailyT30UsageOk ¶
func (o *UsageGet200ResponseData) GetDailyT30UsageOk() ([]UsageGet200ResponseDataDailyT30UsageInner, bool)
GetDailyT30UsageOk returns a tuple with the DailyT30Usage field value and a boolean to check if the value has been set.
func (*UsageGet200ResponseData) GetPercentGrowthPageSaves ¶
func (o *UsageGet200ResponseData) GetPercentGrowthPageSaves() float32
GetPercentGrowthPageSaves returns the PercentGrowthPageSaves field value
func (*UsageGet200ResponseData) GetPercentGrowthPageSavesOk ¶
func (o *UsageGet200ResponseData) GetPercentGrowthPageSavesOk() (*float32, bool)
GetPercentGrowthPageSavesOk returns a tuple with the PercentGrowthPageSaves field value and a boolean to check if the value has been set.
func (*UsageGet200ResponseData) GetPercentGrowthPageViews ¶
func (o *UsageGet200ResponseData) GetPercentGrowthPageViews() float32
GetPercentGrowthPageViews returns the PercentGrowthPageViews field value
func (*UsageGet200ResponseData) GetPercentGrowthPageViewsOk ¶
func (o *UsageGet200ResponseData) GetPercentGrowthPageViewsOk() (*float32, bool)
GetPercentGrowthPageViewsOk returns a tuple with the PercentGrowthPageViews field value and a boolean to check if the value has been set.
func (*UsageGet200ResponseData) GetPercentGrowthT30Users ¶
func (o *UsageGet200ResponseData) GetPercentGrowthT30Users() float32
GetPercentGrowthT30Users returns the PercentGrowthT30Users field value
func (*UsageGet200ResponseData) GetPercentGrowthT30UsersOk ¶
func (o *UsageGet200ResponseData) GetPercentGrowthT30UsersOk() (*float32, bool)
GetPercentGrowthT30UsersOk returns a tuple with the PercentGrowthT30Users field value and a boolean to check if the value has been set.
func (*UsageGet200ResponseData) GetPercentGrowthUsers ¶
func (o *UsageGet200ResponseData) GetPercentGrowthUsers() float32
GetPercentGrowthUsers returns the PercentGrowthUsers field value
func (*UsageGet200ResponseData) GetPercentGrowthUsersOk ¶
func (o *UsageGet200ResponseData) GetPercentGrowthUsersOk() (*float32, bool)
GetPercentGrowthUsersOk returns a tuple with the PercentGrowthUsers field value and a boolean to check if the value has been set.
func (UsageGet200ResponseData) MarshalJSON ¶
func (o UsageGet200ResponseData) MarshalJSON() ([]byte, error)
func (*UsageGet200ResponseData) SetCountCurrentPageSaves ¶
func (o *UsageGet200ResponseData) SetCountCurrentPageSaves(v float32)
SetCountCurrentPageSaves sets field value
func (*UsageGet200ResponseData) SetCountCurrentPageViews ¶
func (o *UsageGet200ResponseData) SetCountCurrentPageViews(v float32)
SetCountCurrentPageViews sets field value
func (*UsageGet200ResponseData) SetCountCurrentUsers ¶
func (o *UsageGet200ResponseData) SetCountCurrentUsers(v float32)
SetCountCurrentUsers sets field value
func (*UsageGet200ResponseData) SetCountT30Users ¶
func (o *UsageGet200ResponseData) SetCountT30Users(v float32)
SetCountT30Users sets field value
func (*UsageGet200ResponseData) SetDailyT30Usage ¶
func (o *UsageGet200ResponseData) SetDailyT30Usage(v []UsageGet200ResponseDataDailyT30UsageInner)
SetDailyT30Usage sets field value
func (*UsageGet200ResponseData) SetPercentGrowthPageSaves ¶
func (o *UsageGet200ResponseData) SetPercentGrowthPageSaves(v float32)
SetPercentGrowthPageSaves sets field value
func (*UsageGet200ResponseData) SetPercentGrowthPageViews ¶
func (o *UsageGet200ResponseData) SetPercentGrowthPageViews(v float32)
SetPercentGrowthPageViews sets field value
func (*UsageGet200ResponseData) SetPercentGrowthT30Users ¶
func (o *UsageGet200ResponseData) SetPercentGrowthT30Users(v float32)
SetPercentGrowthT30Users sets field value
func (*UsageGet200ResponseData) SetPercentGrowthUsers ¶
func (o *UsageGet200ResponseData) SetPercentGrowthUsers(v float32)
SetPercentGrowthUsers sets field value
func (UsageGet200ResponseData) ToMap ¶
func (o UsageGet200ResponseData) ToMap() (map[string]interface{}, error)
func (*UsageGet200ResponseData) UnmarshalJSON ¶
func (o *UsageGet200ResponseData) UnmarshalJSON(data []byte) (err error)
type UsageGet200ResponseDataDailyT30UsageInner ¶
type UsageGet200ResponseDataDailyT30UsageInner struct {
Day string `json:"day"`
// The number of distinct applications that were active on the given day
Maa float32 `json:"maa"`
// The number of distinct users who were active on the given day
Mau float32 `json:"mau"`
AdditionalProperties map[string]interface{}
}
UsageGet200ResponseDataDailyT30UsageInner struct for UsageGet200ResponseDataDailyT30UsageInner
func NewUsageGet200ResponseDataDailyT30UsageInner ¶
func NewUsageGet200ResponseDataDailyT30UsageInner(day string, maa float32, mau float32) *UsageGet200ResponseDataDailyT30UsageInner
NewUsageGet200ResponseDataDailyT30UsageInner instantiates a new UsageGet200ResponseDataDailyT30UsageInner object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewUsageGet200ResponseDataDailyT30UsageInnerWithDefaults ¶
func NewUsageGet200ResponseDataDailyT30UsageInnerWithDefaults() *UsageGet200ResponseDataDailyT30UsageInner
NewUsageGet200ResponseDataDailyT30UsageInnerWithDefaults instantiates a new UsageGet200ResponseDataDailyT30UsageInner object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*UsageGet200ResponseDataDailyT30UsageInner) GetDay ¶
func (o *UsageGet200ResponseDataDailyT30UsageInner) GetDay() string
GetDay returns the Day field value
func (*UsageGet200ResponseDataDailyT30UsageInner) GetDayOk ¶
func (o *UsageGet200ResponseDataDailyT30UsageInner) GetDayOk() (*string, bool)
GetDayOk returns a tuple with the Day field value and a boolean to check if the value has been set.
func (*UsageGet200ResponseDataDailyT30UsageInner) GetMaa ¶
func (o *UsageGet200ResponseDataDailyT30UsageInner) GetMaa() float32
GetMaa returns the Maa field value
func (*UsageGet200ResponseDataDailyT30UsageInner) GetMaaOk ¶
func (o *UsageGet200ResponseDataDailyT30UsageInner) GetMaaOk() (*float32, bool)
GetMaaOk returns a tuple with the Maa field value and a boolean to check if the value has been set.
func (*UsageGet200ResponseDataDailyT30UsageInner) GetMau ¶
func (o *UsageGet200ResponseDataDailyT30UsageInner) GetMau() float32
GetMau returns the Mau field value
func (*UsageGet200ResponseDataDailyT30UsageInner) GetMauOk ¶
func (o *UsageGet200ResponseDataDailyT30UsageInner) GetMauOk() (*float32, bool)
GetMauOk returns a tuple with the Mau field value and a boolean to check if the value has been set.
func (UsageGet200ResponseDataDailyT30UsageInner) MarshalJSON ¶
func (o UsageGet200ResponseDataDailyT30UsageInner) MarshalJSON() ([]byte, error)
func (*UsageGet200ResponseDataDailyT30UsageInner) SetDay ¶
func (o *UsageGet200ResponseDataDailyT30UsageInner) SetDay(v string)
SetDay sets field value
func (*UsageGet200ResponseDataDailyT30UsageInner) SetMaa ¶
func (o *UsageGet200ResponseDataDailyT30UsageInner) SetMaa(v float32)
SetMaa sets field value
func (*UsageGet200ResponseDataDailyT30UsageInner) SetMau ¶
func (o *UsageGet200ResponseDataDailyT30UsageInner) SetMau(v float32)
SetMau sets field value
func (UsageGet200ResponseDataDailyT30UsageInner) ToMap ¶
func (o UsageGet200ResponseDataDailyT30UsageInner) ToMap() (map[string]interface{}, error)
func (*UsageGet200ResponseDataDailyT30UsageInner) UnmarshalJSON ¶
func (o *UsageGet200ResponseDataDailyT30UsageInner) UnmarshalJSON(data []byte) (err error)
type UsageOrganizationsGet200Response ¶
type UsageOrganizationsGet200Response struct {
// API request succeeded
Success bool `json:"success"`
// An array of requested items
Data []UsageOrganizationsGet200ResponseDataInner `json:"data"`
// Total number of items in the response
TotalCount float32 `json:"total_count"`
// A token to retrieve the next page of items in the collection
NextToken NullableString `json:"next_token"`
// Whether there are more items in the collection
HasMore bool `json:"has_more"`
AdditionalProperties map[string]interface{}
}
UsageOrganizationsGet200Response A list of organizations in this deployment.
func NewUsageOrganizationsGet200Response ¶
func NewUsageOrganizationsGet200Response(success bool, data []UsageOrganizationsGet200ResponseDataInner, totalCount float32, nextToken NullableString, hasMore bool) *UsageOrganizationsGet200Response
NewUsageOrganizationsGet200Response instantiates a new UsageOrganizationsGet200Response object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewUsageOrganizationsGet200ResponseWithDefaults ¶
func NewUsageOrganizationsGet200ResponseWithDefaults() *UsageOrganizationsGet200Response
NewUsageOrganizationsGet200ResponseWithDefaults instantiates a new UsageOrganizationsGet200Response object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*UsageOrganizationsGet200Response) GetData ¶
func (o *UsageOrganizationsGet200Response) GetData() []UsageOrganizationsGet200ResponseDataInner
GetData returns the Data field value
func (*UsageOrganizationsGet200Response) GetDataOk ¶
func (o *UsageOrganizationsGet200Response) GetDataOk() ([]UsageOrganizationsGet200ResponseDataInner, bool)
GetDataOk returns a tuple with the Data field value and a boolean to check if the value has been set.
func (*UsageOrganizationsGet200Response) GetHasMore ¶
func (o *UsageOrganizationsGet200Response) GetHasMore() bool
GetHasMore returns the HasMore field value
func (*UsageOrganizationsGet200Response) GetHasMoreOk ¶
func (o *UsageOrganizationsGet200Response) GetHasMoreOk() (*bool, bool)
GetHasMoreOk returns a tuple with the HasMore field value and a boolean to check if the value has been set.
func (*UsageOrganizationsGet200Response) GetNextToken ¶
func (o *UsageOrganizationsGet200Response) GetNextToken() string
GetNextToken returns the NextToken field value If the value is explicit nil, the zero value for string will be returned
func (*UsageOrganizationsGet200Response) GetNextTokenOk ¶
func (o *UsageOrganizationsGet200Response) GetNextTokenOk() (*string, bool)
GetNextTokenOk returns a tuple with the NextToken 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 (*UsageOrganizationsGet200Response) GetSuccess ¶
func (o *UsageOrganizationsGet200Response) GetSuccess() bool
GetSuccess returns the Success field value
func (*UsageOrganizationsGet200Response) GetSuccessOk ¶
func (o *UsageOrganizationsGet200Response) GetSuccessOk() (*bool, bool)
GetSuccessOk returns a tuple with the Success field value and a boolean to check if the value has been set.
func (*UsageOrganizationsGet200Response) GetTotalCount ¶
func (o *UsageOrganizationsGet200Response) GetTotalCount() float32
GetTotalCount returns the TotalCount field value
func (*UsageOrganizationsGet200Response) GetTotalCountOk ¶
func (o *UsageOrganizationsGet200Response) GetTotalCountOk() (*float32, bool)
GetTotalCountOk returns a tuple with the TotalCount field value and a boolean to check if the value has been set.
func (UsageOrganizationsGet200Response) MarshalJSON ¶
func (o UsageOrganizationsGet200Response) MarshalJSON() ([]byte, error)
func (*UsageOrganizationsGet200Response) SetData ¶
func (o *UsageOrganizationsGet200Response) SetData(v []UsageOrganizationsGet200ResponseDataInner)
SetData sets field value
func (*UsageOrganizationsGet200Response) SetHasMore ¶
func (o *UsageOrganizationsGet200Response) SetHasMore(v bool)
SetHasMore sets field value
func (*UsageOrganizationsGet200Response) SetNextToken ¶
func (o *UsageOrganizationsGet200Response) SetNextToken(v string)
SetNextToken sets field value
func (*UsageOrganizationsGet200Response) SetSuccess ¶
func (o *UsageOrganizationsGet200Response) SetSuccess(v bool)
SetSuccess sets field value
func (*UsageOrganizationsGet200Response) SetTotalCount ¶
func (o *UsageOrganizationsGet200Response) SetTotalCount(v float32)
SetTotalCount sets field value
func (UsageOrganizationsGet200Response) ToMap ¶
func (o UsageOrganizationsGet200Response) ToMap() (map[string]interface{}, error)
func (*UsageOrganizationsGet200Response) UnmarshalJSON ¶
func (o *UsageOrganizationsGet200Response) UnmarshalJSON(data []byte) (err error)
type UsageOrganizationsGet200ResponseDataInner ¶
type UsageOrganizationsGet200ResponseDataInner struct {
// The id of the organization
OrgId string `json:"org_id"`
// The host of the organization
Host string `json:"host"`
LastActive time.Time `json:"last_active"`
}
UsageOrganizationsGet200ResponseDataInner An organization in the context of usage analytics
func NewUsageOrganizationsGet200ResponseDataInner ¶
func NewUsageOrganizationsGet200ResponseDataInner(orgId string, host string, lastActive time.Time) *UsageOrganizationsGet200ResponseDataInner
NewUsageOrganizationsGet200ResponseDataInner instantiates a new UsageOrganizationsGet200ResponseDataInner object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewUsageOrganizationsGet200ResponseDataInnerWithDefaults ¶
func NewUsageOrganizationsGet200ResponseDataInnerWithDefaults() *UsageOrganizationsGet200ResponseDataInner
NewUsageOrganizationsGet200ResponseDataInnerWithDefaults instantiates a new UsageOrganizationsGet200ResponseDataInner object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*UsageOrganizationsGet200ResponseDataInner) GetHost ¶
func (o *UsageOrganizationsGet200ResponseDataInner) GetHost() string
GetHost returns the Host field value
func (*UsageOrganizationsGet200ResponseDataInner) GetHostOk ¶
func (o *UsageOrganizationsGet200ResponseDataInner) GetHostOk() (*string, bool)
GetHostOk returns a tuple with the Host field value and a boolean to check if the value has been set.
func (*UsageOrganizationsGet200ResponseDataInner) GetLastActive ¶
func (o *UsageOrganizationsGet200ResponseDataInner) GetLastActive() time.Time
GetLastActive returns the LastActive field value
func (*UsageOrganizationsGet200ResponseDataInner) GetLastActiveOk ¶
func (o *UsageOrganizationsGet200ResponseDataInner) GetLastActiveOk() (*time.Time, bool)
GetLastActiveOk returns a tuple with the LastActive field value and a boolean to check if the value has been set.
func (*UsageOrganizationsGet200ResponseDataInner) GetOrgId ¶
func (o *UsageOrganizationsGet200ResponseDataInner) GetOrgId() string
GetOrgId returns the OrgId field value
func (*UsageOrganizationsGet200ResponseDataInner) GetOrgIdOk ¶
func (o *UsageOrganizationsGet200ResponseDataInner) GetOrgIdOk() (*string, bool)
GetOrgIdOk returns a tuple with the OrgId field value and a boolean to check if the value has been set.
func (UsageOrganizationsGet200ResponseDataInner) MarshalJSON ¶
func (o UsageOrganizationsGet200ResponseDataInner) MarshalJSON() ([]byte, error)
func (*UsageOrganizationsGet200ResponseDataInner) SetHost ¶
func (o *UsageOrganizationsGet200ResponseDataInner) SetHost(v string)
SetHost sets field value
func (*UsageOrganizationsGet200ResponseDataInner) SetLastActive ¶
func (o *UsageOrganizationsGet200ResponseDataInner) SetLastActive(v time.Time)
SetLastActive sets field value
func (*UsageOrganizationsGet200ResponseDataInner) SetOrgId ¶
func (o *UsageOrganizationsGet200ResponseDataInner) SetOrgId(v string)
SetOrgId sets field value
func (UsageOrganizationsGet200ResponseDataInner) ToMap ¶
func (o UsageOrganizationsGet200ResponseDataInner) ToMap() (map[string]interface{}, error)
func (*UsageOrganizationsGet200ResponseDataInner) UnmarshalJSON ¶
func (o *UsageOrganizationsGet200ResponseDataInner) UnmarshalJSON(data []byte) (err error)
type UsageUserDetailsGet200Response ¶
type UsageUserDetailsGet200Response struct {
// API request succeeded
Success bool `json:"success"`
Data UsageUserDetailsGet200ResponseData `json:"data"`
AdditionalProperties map[string]interface{}
}
UsageUserDetailsGet200Response The details about the users usage, such as edits and views on apps, for the organizations
func NewUsageUserDetailsGet200Response ¶
func NewUsageUserDetailsGet200Response(success bool, data UsageUserDetailsGet200ResponseData) *UsageUserDetailsGet200Response
NewUsageUserDetailsGet200Response instantiates a new UsageUserDetailsGet200Response object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewUsageUserDetailsGet200ResponseWithDefaults ¶
func NewUsageUserDetailsGet200ResponseWithDefaults() *UsageUserDetailsGet200Response
NewUsageUserDetailsGet200ResponseWithDefaults instantiates a new UsageUserDetailsGet200Response object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*UsageUserDetailsGet200Response) GetData ¶
func (o *UsageUserDetailsGet200Response) GetData() UsageUserDetailsGet200ResponseData
GetData returns the Data field value
func (*UsageUserDetailsGet200Response) GetDataOk ¶
func (o *UsageUserDetailsGet200Response) GetDataOk() (*UsageUserDetailsGet200ResponseData, bool)
GetDataOk returns a tuple with the Data field value and a boolean to check if the value has been set.
func (*UsageUserDetailsGet200Response) GetSuccess ¶
func (o *UsageUserDetailsGet200Response) GetSuccess() bool
GetSuccess returns the Success field value
func (*UsageUserDetailsGet200Response) GetSuccessOk ¶
func (o *UsageUserDetailsGet200Response) GetSuccessOk() (*bool, bool)
GetSuccessOk returns a tuple with the Success field value and a boolean to check if the value has been set.
func (UsageUserDetailsGet200Response) MarshalJSON ¶
func (o UsageUserDetailsGet200Response) MarshalJSON() ([]byte, error)
func (*UsageUserDetailsGet200Response) SetData ¶
func (o *UsageUserDetailsGet200Response) SetData(v UsageUserDetailsGet200ResponseData)
SetData sets field value
func (*UsageUserDetailsGet200Response) SetSuccess ¶
func (o *UsageUserDetailsGet200Response) SetSuccess(v bool)
SetSuccess sets field value
func (UsageUserDetailsGet200Response) ToMap ¶
func (o UsageUserDetailsGet200Response) ToMap() (map[string]interface{}, error)
func (*UsageUserDetailsGet200Response) UnmarshalJSON ¶
func (o *UsageUserDetailsGet200Response) UnmarshalJSON(data []byte) (err error)
type UsageUserDetailsGet200ResponseData ¶
type UsageUserDetailsGet200ResponseData struct {
OverallSummary []UsageUserDetailsGet200ResponseDataOverallSummaryInner `json:"overall_summary"`
WeeklySummary []UsageAppDetailsGet200ResponseDataWeeklySummaryInner `json:"weekly_summary"`
ViewerSummary []UsageUserDetailsGet200ResponseDataViewerSummaryInner `json:"viewer_summary"`
EditorSummary []UsageUserDetailsGet200ResponseDataViewerSummaryInner `json:"editor_summary"`
AdditionalProperties map[string]interface{}
}
UsageUserDetailsGet200ResponseData struct for UsageUserDetailsGet200ResponseData
func NewUsageUserDetailsGet200ResponseData ¶
func NewUsageUserDetailsGet200ResponseData(overallSummary []UsageUserDetailsGet200ResponseDataOverallSummaryInner, weeklySummary []UsageAppDetailsGet200ResponseDataWeeklySummaryInner, viewerSummary []UsageUserDetailsGet200ResponseDataViewerSummaryInner, editorSummary []UsageUserDetailsGet200ResponseDataViewerSummaryInner) *UsageUserDetailsGet200ResponseData
NewUsageUserDetailsGet200ResponseData instantiates a new UsageUserDetailsGet200ResponseData object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewUsageUserDetailsGet200ResponseDataWithDefaults ¶
func NewUsageUserDetailsGet200ResponseDataWithDefaults() *UsageUserDetailsGet200ResponseData
NewUsageUserDetailsGet200ResponseDataWithDefaults instantiates a new UsageUserDetailsGet200ResponseData object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*UsageUserDetailsGet200ResponseData) GetEditorSummary ¶
func (o *UsageUserDetailsGet200ResponseData) GetEditorSummary() []UsageUserDetailsGet200ResponseDataViewerSummaryInner
GetEditorSummary returns the EditorSummary field value
func (*UsageUserDetailsGet200ResponseData) GetEditorSummaryOk ¶
func (o *UsageUserDetailsGet200ResponseData) GetEditorSummaryOk() ([]UsageUserDetailsGet200ResponseDataViewerSummaryInner, bool)
GetEditorSummaryOk returns a tuple with the EditorSummary field value and a boolean to check if the value has been set.
func (*UsageUserDetailsGet200ResponseData) GetOverallSummary ¶
func (o *UsageUserDetailsGet200ResponseData) GetOverallSummary() []UsageUserDetailsGet200ResponseDataOverallSummaryInner
GetOverallSummary returns the OverallSummary field value
func (*UsageUserDetailsGet200ResponseData) GetOverallSummaryOk ¶
func (o *UsageUserDetailsGet200ResponseData) GetOverallSummaryOk() ([]UsageUserDetailsGet200ResponseDataOverallSummaryInner, bool)
GetOverallSummaryOk returns a tuple with the OverallSummary field value and a boolean to check if the value has been set.
func (*UsageUserDetailsGet200ResponseData) GetViewerSummary ¶
func (o *UsageUserDetailsGet200ResponseData) GetViewerSummary() []UsageUserDetailsGet200ResponseDataViewerSummaryInner
GetViewerSummary returns the ViewerSummary field value
func (*UsageUserDetailsGet200ResponseData) GetViewerSummaryOk ¶
func (o *UsageUserDetailsGet200ResponseData) GetViewerSummaryOk() ([]UsageUserDetailsGet200ResponseDataViewerSummaryInner, bool)
GetViewerSummaryOk returns a tuple with the ViewerSummary field value and a boolean to check if the value has been set.
func (*UsageUserDetailsGet200ResponseData) GetWeeklySummary ¶
func (o *UsageUserDetailsGet200ResponseData) GetWeeklySummary() []UsageAppDetailsGet200ResponseDataWeeklySummaryInner
GetWeeklySummary returns the WeeklySummary field value
func (*UsageUserDetailsGet200ResponseData) GetWeeklySummaryOk ¶
func (o *UsageUserDetailsGet200ResponseData) GetWeeklySummaryOk() ([]UsageAppDetailsGet200ResponseDataWeeklySummaryInner, bool)
GetWeeklySummaryOk returns a tuple with the WeeklySummary field value and a boolean to check if the value has been set.
func (UsageUserDetailsGet200ResponseData) MarshalJSON ¶
func (o UsageUserDetailsGet200ResponseData) MarshalJSON() ([]byte, error)
func (*UsageUserDetailsGet200ResponseData) SetEditorSummary ¶
func (o *UsageUserDetailsGet200ResponseData) SetEditorSummary(v []UsageUserDetailsGet200ResponseDataViewerSummaryInner)
SetEditorSummary sets field value
func (*UsageUserDetailsGet200ResponseData) SetOverallSummary ¶
func (o *UsageUserDetailsGet200ResponseData) SetOverallSummary(v []UsageUserDetailsGet200ResponseDataOverallSummaryInner)
SetOverallSummary sets field value
func (*UsageUserDetailsGet200ResponseData) SetViewerSummary ¶
func (o *UsageUserDetailsGet200ResponseData) SetViewerSummary(v []UsageUserDetailsGet200ResponseDataViewerSummaryInner)
SetViewerSummary sets field value
func (*UsageUserDetailsGet200ResponseData) SetWeeklySummary ¶
func (o *UsageUserDetailsGet200ResponseData) SetWeeklySummary(v []UsageAppDetailsGet200ResponseDataWeeklySummaryInner)
SetWeeklySummary sets field value
func (UsageUserDetailsGet200ResponseData) ToMap ¶
func (o UsageUserDetailsGet200ResponseData) ToMap() (map[string]interface{}, error)
func (*UsageUserDetailsGet200ResponseData) UnmarshalJSON ¶
func (o *UsageUserDetailsGet200ResponseData) UnmarshalJSON(data []byte) (err error)
type UsageUserDetailsGet200ResponseDataOverallSummaryInner ¶
type UsageUserDetailsGet200ResponseDataOverallSummaryInner struct {
OrgId string `json:"org_id"`
UserId string `json:"user_id"`
Host string `json:"host"`
CountAppSaves float32 `json:"count_app_saves"`
CountAppViews float32 `json:"count_app_views"`
}
UsageUserDetailsGet200ResponseDataOverallSummaryInner struct for UsageUserDetailsGet200ResponseDataOverallSummaryInner
func NewUsageUserDetailsGet200ResponseDataOverallSummaryInner ¶
func NewUsageUserDetailsGet200ResponseDataOverallSummaryInner(orgId string, userId string, host string, countAppSaves float32, countAppViews float32) *UsageUserDetailsGet200ResponseDataOverallSummaryInner
NewUsageUserDetailsGet200ResponseDataOverallSummaryInner instantiates a new UsageUserDetailsGet200ResponseDataOverallSummaryInner object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewUsageUserDetailsGet200ResponseDataOverallSummaryInnerWithDefaults ¶
func NewUsageUserDetailsGet200ResponseDataOverallSummaryInnerWithDefaults() *UsageUserDetailsGet200ResponseDataOverallSummaryInner
NewUsageUserDetailsGet200ResponseDataOverallSummaryInnerWithDefaults instantiates a new UsageUserDetailsGet200ResponseDataOverallSummaryInner object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*UsageUserDetailsGet200ResponseDataOverallSummaryInner) GetCountAppSaves ¶
func (o *UsageUserDetailsGet200ResponseDataOverallSummaryInner) GetCountAppSaves() float32
GetCountAppSaves returns the CountAppSaves field value
func (*UsageUserDetailsGet200ResponseDataOverallSummaryInner) GetCountAppSavesOk ¶
func (o *UsageUserDetailsGet200ResponseDataOverallSummaryInner) GetCountAppSavesOk() (*float32, bool)
GetCountAppSavesOk returns a tuple with the CountAppSaves field value and a boolean to check if the value has been set.
func (*UsageUserDetailsGet200ResponseDataOverallSummaryInner) GetCountAppViews ¶
func (o *UsageUserDetailsGet200ResponseDataOverallSummaryInner) GetCountAppViews() float32
GetCountAppViews returns the CountAppViews field value
func (*UsageUserDetailsGet200ResponseDataOverallSummaryInner) GetCountAppViewsOk ¶
func (o *UsageUserDetailsGet200ResponseDataOverallSummaryInner) GetCountAppViewsOk() (*float32, bool)
GetCountAppViewsOk returns a tuple with the CountAppViews field value and a boolean to check if the value has been set.
func (*UsageUserDetailsGet200ResponseDataOverallSummaryInner) GetHost ¶
func (o *UsageUserDetailsGet200ResponseDataOverallSummaryInner) GetHost() string
GetHost returns the Host field value
func (*UsageUserDetailsGet200ResponseDataOverallSummaryInner) GetHostOk ¶
func (o *UsageUserDetailsGet200ResponseDataOverallSummaryInner) GetHostOk() (*string, bool)
GetHostOk returns a tuple with the Host field value and a boolean to check if the value has been set.
func (*UsageUserDetailsGet200ResponseDataOverallSummaryInner) GetOrgId ¶
func (o *UsageUserDetailsGet200ResponseDataOverallSummaryInner) GetOrgId() string
GetOrgId returns the OrgId field value
func (*UsageUserDetailsGet200ResponseDataOverallSummaryInner) GetOrgIdOk ¶
func (o *UsageUserDetailsGet200ResponseDataOverallSummaryInner) GetOrgIdOk() (*string, bool)
GetOrgIdOk returns a tuple with the OrgId field value and a boolean to check if the value has been set.
func (*UsageUserDetailsGet200ResponseDataOverallSummaryInner) GetUserId ¶
func (o *UsageUserDetailsGet200ResponseDataOverallSummaryInner) GetUserId() string
GetUserId returns the UserId field value
func (*UsageUserDetailsGet200ResponseDataOverallSummaryInner) GetUserIdOk ¶
func (o *UsageUserDetailsGet200ResponseDataOverallSummaryInner) GetUserIdOk() (*string, bool)
GetUserIdOk returns a tuple with the UserId field value and a boolean to check if the value has been set.
func (UsageUserDetailsGet200ResponseDataOverallSummaryInner) MarshalJSON ¶
func (o UsageUserDetailsGet200ResponseDataOverallSummaryInner) MarshalJSON() ([]byte, error)
func (*UsageUserDetailsGet200ResponseDataOverallSummaryInner) SetCountAppSaves ¶
func (o *UsageUserDetailsGet200ResponseDataOverallSummaryInner) SetCountAppSaves(v float32)
SetCountAppSaves sets field value
func (*UsageUserDetailsGet200ResponseDataOverallSummaryInner) SetCountAppViews ¶
func (o *UsageUserDetailsGet200ResponseDataOverallSummaryInner) SetCountAppViews(v float32)
SetCountAppViews sets field value
func (*UsageUserDetailsGet200ResponseDataOverallSummaryInner) SetHost ¶
func (o *UsageUserDetailsGet200ResponseDataOverallSummaryInner) SetHost(v string)
SetHost sets field value
func (*UsageUserDetailsGet200ResponseDataOverallSummaryInner) SetOrgId ¶
func (o *UsageUserDetailsGet200ResponseDataOverallSummaryInner) SetOrgId(v string)
SetOrgId sets field value
func (*UsageUserDetailsGet200ResponseDataOverallSummaryInner) SetUserId ¶
func (o *UsageUserDetailsGet200ResponseDataOverallSummaryInner) SetUserId(v string)
SetUserId sets field value
func (UsageUserDetailsGet200ResponseDataOverallSummaryInner) ToMap ¶
func (o UsageUserDetailsGet200ResponseDataOverallSummaryInner) ToMap() (map[string]interface{}, error)
func (*UsageUserDetailsGet200ResponseDataOverallSummaryInner) UnmarshalJSON ¶
func (o *UsageUserDetailsGet200ResponseDataOverallSummaryInner) UnmarshalJSON(data []byte) (err error)
type UsageUserDetailsGet200ResponseDataViewerSummaryInner ¶
type UsageUserDetailsGet200ResponseDataViewerSummaryInner struct {
AppName string `json:"app_name"`
OrgId string `json:"org_id"`
Host string `json:"host"`
Count float32 `json:"count"`
}
UsageUserDetailsGet200ResponseDataViewerSummaryInner struct for UsageUserDetailsGet200ResponseDataViewerSummaryInner
func NewUsageUserDetailsGet200ResponseDataViewerSummaryInner ¶
func NewUsageUserDetailsGet200ResponseDataViewerSummaryInner(appName string, orgId string, host string, count float32) *UsageUserDetailsGet200ResponseDataViewerSummaryInner
NewUsageUserDetailsGet200ResponseDataViewerSummaryInner instantiates a new UsageUserDetailsGet200ResponseDataViewerSummaryInner object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewUsageUserDetailsGet200ResponseDataViewerSummaryInnerWithDefaults ¶
func NewUsageUserDetailsGet200ResponseDataViewerSummaryInnerWithDefaults() *UsageUserDetailsGet200ResponseDataViewerSummaryInner
NewUsageUserDetailsGet200ResponseDataViewerSummaryInnerWithDefaults instantiates a new UsageUserDetailsGet200ResponseDataViewerSummaryInner object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*UsageUserDetailsGet200ResponseDataViewerSummaryInner) GetAppName ¶
func (o *UsageUserDetailsGet200ResponseDataViewerSummaryInner) GetAppName() string
GetAppName returns the AppName field value
func (*UsageUserDetailsGet200ResponseDataViewerSummaryInner) GetAppNameOk ¶
func (o *UsageUserDetailsGet200ResponseDataViewerSummaryInner) GetAppNameOk() (*string, bool)
GetAppNameOk returns a tuple with the AppName field value and a boolean to check if the value has been set.
func (*UsageUserDetailsGet200ResponseDataViewerSummaryInner) GetCount ¶
func (o *UsageUserDetailsGet200ResponseDataViewerSummaryInner) GetCount() float32
GetCount returns the Count field value
func (*UsageUserDetailsGet200ResponseDataViewerSummaryInner) GetCountOk ¶
func (o *UsageUserDetailsGet200ResponseDataViewerSummaryInner) GetCountOk() (*float32, bool)
GetCountOk returns a tuple with the Count field value and a boolean to check if the value has been set.
func (*UsageUserDetailsGet200ResponseDataViewerSummaryInner) GetHost ¶
func (o *UsageUserDetailsGet200ResponseDataViewerSummaryInner) GetHost() string
GetHost returns the Host field value
func (*UsageUserDetailsGet200ResponseDataViewerSummaryInner) GetHostOk ¶
func (o *UsageUserDetailsGet200ResponseDataViewerSummaryInner) GetHostOk() (*string, bool)
GetHostOk returns a tuple with the Host field value and a boolean to check if the value has been set.
func (*UsageUserDetailsGet200ResponseDataViewerSummaryInner) GetOrgId ¶
func (o *UsageUserDetailsGet200ResponseDataViewerSummaryInner) GetOrgId() string
GetOrgId returns the OrgId field value
func (*UsageUserDetailsGet200ResponseDataViewerSummaryInner) GetOrgIdOk ¶
func (o *UsageUserDetailsGet200ResponseDataViewerSummaryInner) GetOrgIdOk() (*string, bool)
GetOrgIdOk returns a tuple with the OrgId field value and a boolean to check if the value has been set.
func (UsageUserDetailsGet200ResponseDataViewerSummaryInner) MarshalJSON ¶
func (o UsageUserDetailsGet200ResponseDataViewerSummaryInner) MarshalJSON() ([]byte, error)
func (*UsageUserDetailsGet200ResponseDataViewerSummaryInner) SetAppName ¶
func (o *UsageUserDetailsGet200ResponseDataViewerSummaryInner) SetAppName(v string)
SetAppName sets field value
func (*UsageUserDetailsGet200ResponseDataViewerSummaryInner) SetCount ¶
func (o *UsageUserDetailsGet200ResponseDataViewerSummaryInner) SetCount(v float32)
SetCount sets field value
func (*UsageUserDetailsGet200ResponseDataViewerSummaryInner) SetHost ¶
func (o *UsageUserDetailsGet200ResponseDataViewerSummaryInner) SetHost(v string)
SetHost sets field value
func (*UsageUserDetailsGet200ResponseDataViewerSummaryInner) SetOrgId ¶
func (o *UsageUserDetailsGet200ResponseDataViewerSummaryInner) SetOrgId(v string)
SetOrgId sets field value
func (UsageUserDetailsGet200ResponseDataViewerSummaryInner) ToMap ¶
func (o UsageUserDetailsGet200ResponseDataViewerSummaryInner) ToMap() (map[string]interface{}, error)
func (*UsageUserDetailsGet200ResponseDataViewerSummaryInner) UnmarshalJSON ¶
func (o *UsageUserDetailsGet200ResponseDataViewerSummaryInner) UnmarshalJSON(data []byte) (err error)
type UsageUserSummaryGet200Response ¶
type UsageUserSummaryGet200Response struct {
// API request succeeded
Success bool `json:"success"`
// An array of requested items
Data []UsageUserSummaryGet200ResponseDataInner `json:"data"`
// Total number of items in the response
TotalCount float32 `json:"total_count"`
// A token to retrieve the next page of items in the collection
NextToken NullableString `json:"next_token"`
// Whether there are more items in the collection
HasMore bool `json:"has_more"`
AdditionalProperties map[string]interface{}
}
UsageUserSummaryGet200Response The user summaries for the organizations
func NewUsageUserSummaryGet200Response ¶
func NewUsageUserSummaryGet200Response(success bool, data []UsageUserSummaryGet200ResponseDataInner, totalCount float32, nextToken NullableString, hasMore bool) *UsageUserSummaryGet200Response
NewUsageUserSummaryGet200Response instantiates a new UsageUserSummaryGet200Response object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewUsageUserSummaryGet200ResponseWithDefaults ¶
func NewUsageUserSummaryGet200ResponseWithDefaults() *UsageUserSummaryGet200Response
NewUsageUserSummaryGet200ResponseWithDefaults instantiates a new UsageUserSummaryGet200Response object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*UsageUserSummaryGet200Response) GetData ¶
func (o *UsageUserSummaryGet200Response) GetData() []UsageUserSummaryGet200ResponseDataInner
GetData returns the Data field value
func (*UsageUserSummaryGet200Response) GetDataOk ¶
func (o *UsageUserSummaryGet200Response) GetDataOk() ([]UsageUserSummaryGet200ResponseDataInner, bool)
GetDataOk returns a tuple with the Data field value and a boolean to check if the value has been set.
func (*UsageUserSummaryGet200Response) GetHasMore ¶
func (o *UsageUserSummaryGet200Response) GetHasMore() bool
GetHasMore returns the HasMore field value
func (*UsageUserSummaryGet200Response) GetHasMoreOk ¶
func (o *UsageUserSummaryGet200Response) GetHasMoreOk() (*bool, bool)
GetHasMoreOk returns a tuple with the HasMore field value and a boolean to check if the value has been set.
func (*UsageUserSummaryGet200Response) GetNextToken ¶
func (o *UsageUserSummaryGet200Response) GetNextToken() string
GetNextToken returns the NextToken field value If the value is explicit nil, the zero value for string will be returned
func (*UsageUserSummaryGet200Response) GetNextTokenOk ¶
func (o *UsageUserSummaryGet200Response) GetNextTokenOk() (*string, bool)
GetNextTokenOk returns a tuple with the NextToken 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 (*UsageUserSummaryGet200Response) GetSuccess ¶
func (o *UsageUserSummaryGet200Response) GetSuccess() bool
GetSuccess returns the Success field value
func (*UsageUserSummaryGet200Response) GetSuccessOk ¶
func (o *UsageUserSummaryGet200Response) GetSuccessOk() (*bool, bool)
GetSuccessOk returns a tuple with the Success field value and a boolean to check if the value has been set.
func (*UsageUserSummaryGet200Response) GetTotalCount ¶
func (o *UsageUserSummaryGet200Response) GetTotalCount() float32
GetTotalCount returns the TotalCount field value
func (*UsageUserSummaryGet200Response) GetTotalCountOk ¶
func (o *UsageUserSummaryGet200Response) GetTotalCountOk() (*float32, bool)
GetTotalCountOk returns a tuple with the TotalCount field value and a boolean to check if the value has been set.
func (UsageUserSummaryGet200Response) MarshalJSON ¶
func (o UsageUserSummaryGet200Response) MarshalJSON() ([]byte, error)
func (*UsageUserSummaryGet200Response) SetData ¶
func (o *UsageUserSummaryGet200Response) SetData(v []UsageUserSummaryGet200ResponseDataInner)
SetData sets field value
func (*UsageUserSummaryGet200Response) SetHasMore ¶
func (o *UsageUserSummaryGet200Response) SetHasMore(v bool)
SetHasMore sets field value
func (*UsageUserSummaryGet200Response) SetNextToken ¶
func (o *UsageUserSummaryGet200Response) SetNextToken(v string)
SetNextToken sets field value
func (*UsageUserSummaryGet200Response) SetSuccess ¶
func (o *UsageUserSummaryGet200Response) SetSuccess(v bool)
SetSuccess sets field value
func (*UsageUserSummaryGet200Response) SetTotalCount ¶
func (o *UsageUserSummaryGet200Response) SetTotalCount(v float32)
SetTotalCount sets field value
func (UsageUserSummaryGet200Response) ToMap ¶
func (o UsageUserSummaryGet200Response) ToMap() (map[string]interface{}, error)
func (*UsageUserSummaryGet200Response) UnmarshalJSON ¶
func (o *UsageUserSummaryGet200Response) UnmarshalJSON(data []byte) (err error)
type UsageUserSummaryGet200ResponseDataInner ¶
type UsageUserSummaryGet200ResponseDataInner struct {
// The id of the organization to which this user belongs
OrgId string `json:"org_id"`
// The id of the user
UserId string `json:"user_id"`
// The email of the user
Email string `json:"email"`
// The host of the organization to which this user belongs
Host string `json:"host"`
// The number of times the user viewed an app in the time range specified
CountAppViews float32 `json:"count_app_views"`
// The number of times the user edited an app in the time range specified
CountAppSaves float32 `json:"count_app_saves"`
// The number of unique apps edited in the time range specified
CountUniqueApps float32 `json:"count_unique_apps"`
LastActive time.Time `json:"last_active"`
}
UsageUserSummaryGet200ResponseDataInner struct for UsageUserSummaryGet200ResponseDataInner
func NewUsageUserSummaryGet200ResponseDataInner ¶
func NewUsageUserSummaryGet200ResponseDataInner(orgId string, userId string, email string, host string, countAppViews float32, countAppSaves float32, countUniqueApps float32, lastActive time.Time) *UsageUserSummaryGet200ResponseDataInner
NewUsageUserSummaryGet200ResponseDataInner instantiates a new UsageUserSummaryGet200ResponseDataInner object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewUsageUserSummaryGet200ResponseDataInnerWithDefaults ¶
func NewUsageUserSummaryGet200ResponseDataInnerWithDefaults() *UsageUserSummaryGet200ResponseDataInner
NewUsageUserSummaryGet200ResponseDataInnerWithDefaults instantiates a new UsageUserSummaryGet200ResponseDataInner object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*UsageUserSummaryGet200ResponseDataInner) GetCountAppSaves ¶
func (o *UsageUserSummaryGet200ResponseDataInner) GetCountAppSaves() float32
GetCountAppSaves returns the CountAppSaves field value
func (*UsageUserSummaryGet200ResponseDataInner) GetCountAppSavesOk ¶
func (o *UsageUserSummaryGet200ResponseDataInner) GetCountAppSavesOk() (*float32, bool)
GetCountAppSavesOk returns a tuple with the CountAppSaves field value and a boolean to check if the value has been set.
func (*UsageUserSummaryGet200ResponseDataInner) GetCountAppViews ¶
func (o *UsageUserSummaryGet200ResponseDataInner) GetCountAppViews() float32
GetCountAppViews returns the CountAppViews field value
func (*UsageUserSummaryGet200ResponseDataInner) GetCountAppViewsOk ¶
func (o *UsageUserSummaryGet200ResponseDataInner) GetCountAppViewsOk() (*float32, bool)
GetCountAppViewsOk returns a tuple with the CountAppViews field value and a boolean to check if the value has been set.
func (*UsageUserSummaryGet200ResponseDataInner) GetCountUniqueApps ¶
func (o *UsageUserSummaryGet200ResponseDataInner) GetCountUniqueApps() float32
GetCountUniqueApps returns the CountUniqueApps field value
func (*UsageUserSummaryGet200ResponseDataInner) GetCountUniqueAppsOk ¶
func (o *UsageUserSummaryGet200ResponseDataInner) GetCountUniqueAppsOk() (*float32, bool)
GetCountUniqueAppsOk returns a tuple with the CountUniqueApps field value and a boolean to check if the value has been set.
func (*UsageUserSummaryGet200ResponseDataInner) GetEmail ¶
func (o *UsageUserSummaryGet200ResponseDataInner) GetEmail() string
GetEmail returns the Email field value
func (*UsageUserSummaryGet200ResponseDataInner) GetEmailOk ¶
func (o *UsageUserSummaryGet200ResponseDataInner) GetEmailOk() (*string, bool)
GetEmailOk returns a tuple with the Email field value and a boolean to check if the value has been set.
func (*UsageUserSummaryGet200ResponseDataInner) GetHost ¶
func (o *UsageUserSummaryGet200ResponseDataInner) GetHost() string
GetHost returns the Host field value
func (*UsageUserSummaryGet200ResponseDataInner) GetHostOk ¶
func (o *UsageUserSummaryGet200ResponseDataInner) GetHostOk() (*string, bool)
GetHostOk returns a tuple with the Host field value and a boolean to check if the value has been set.
func (*UsageUserSummaryGet200ResponseDataInner) GetLastActive ¶
func (o *UsageUserSummaryGet200ResponseDataInner) GetLastActive() time.Time
GetLastActive returns the LastActive field value
func (*UsageUserSummaryGet200ResponseDataInner) GetLastActiveOk ¶
func (o *UsageUserSummaryGet200ResponseDataInner) GetLastActiveOk() (*time.Time, bool)
GetLastActiveOk returns a tuple with the LastActive field value and a boolean to check if the value has been set.
func (*UsageUserSummaryGet200ResponseDataInner) GetOrgId ¶
func (o *UsageUserSummaryGet200ResponseDataInner) GetOrgId() string
GetOrgId returns the OrgId field value
func (*UsageUserSummaryGet200ResponseDataInner) GetOrgIdOk ¶
func (o *UsageUserSummaryGet200ResponseDataInner) GetOrgIdOk() (*string, bool)
GetOrgIdOk returns a tuple with the OrgId field value and a boolean to check if the value has been set.
func (*UsageUserSummaryGet200ResponseDataInner) GetUserId ¶
func (o *UsageUserSummaryGet200ResponseDataInner) GetUserId() string
GetUserId returns the UserId field value
func (*UsageUserSummaryGet200ResponseDataInner) GetUserIdOk ¶
func (o *UsageUserSummaryGet200ResponseDataInner) GetUserIdOk() (*string, bool)
GetUserIdOk returns a tuple with the UserId field value and a boolean to check if the value has been set.
func (UsageUserSummaryGet200ResponseDataInner) MarshalJSON ¶
func (o UsageUserSummaryGet200ResponseDataInner) MarshalJSON() ([]byte, error)
func (*UsageUserSummaryGet200ResponseDataInner) SetCountAppSaves ¶
func (o *UsageUserSummaryGet200ResponseDataInner) SetCountAppSaves(v float32)
SetCountAppSaves sets field value
func (*UsageUserSummaryGet200ResponseDataInner) SetCountAppViews ¶
func (o *UsageUserSummaryGet200ResponseDataInner) SetCountAppViews(v float32)
SetCountAppViews sets field value
func (*UsageUserSummaryGet200ResponseDataInner) SetCountUniqueApps ¶
func (o *UsageUserSummaryGet200ResponseDataInner) SetCountUniqueApps(v float32)
SetCountUniqueApps sets field value
func (*UsageUserSummaryGet200ResponseDataInner) SetEmail ¶
func (o *UsageUserSummaryGet200ResponseDataInner) SetEmail(v string)
SetEmail sets field value
func (*UsageUserSummaryGet200ResponseDataInner) SetHost ¶
func (o *UsageUserSummaryGet200ResponseDataInner) SetHost(v string)
SetHost sets field value
func (*UsageUserSummaryGet200ResponseDataInner) SetLastActive ¶
func (o *UsageUserSummaryGet200ResponseDataInner) SetLastActive(v time.Time)
SetLastActive sets field value
func (*UsageUserSummaryGet200ResponseDataInner) SetOrgId ¶
func (o *UsageUserSummaryGet200ResponseDataInner) SetOrgId(v string)
SetOrgId sets field value
func (*UsageUserSummaryGet200ResponseDataInner) SetUserId ¶
func (o *UsageUserSummaryGet200ResponseDataInner) SetUserId(v string)
SetUserId sets field value
func (UsageUserSummaryGet200ResponseDataInner) ToMap ¶
func (o UsageUserSummaryGet200ResponseDataInner) ToMap() (map[string]interface{}, error)
func (*UsageUserSummaryGet200ResponseDataInner) UnmarshalJSON ¶
func (o *UsageUserSummaryGet200ResponseDataInner) UnmarshalJSON(data []byte) (err error)
type User ¶
User struct for User
func NewUser ¶
NewUser instantiates a new User object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewUserWithDefaults ¶
func NewUserWithDefaults() *User
NewUserWithDefaults instantiates a new User object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*User) GetIdOk ¶
GetIdOk returns a tuple with the Id field value and a boolean to check if the value has been set.
func (*User) GetTypeOk ¶ added in v1.0.0
GetTypeOk returns a tuple with the Type field value and a boolean to check if the value has been set.
func (User) MarshalJSON ¶
func (*User) UnmarshalJSON ¶
type UserAttributes ¶
type UserAttributes struct {
// The id of the user attribute
Id string `json:"id"`
// The name of the user attribute
Name string `json:"name"`
// The label of the user attribute
Label string `json:"label"`
// The data type of the user attribute. Valid types are `string`, `number`, or `json`
DataType string `json:"data_type"`
// The default value of the user attribute, assigned to all users without the attribute set
DefaultValue NullableString `json:"default_value"`
// The name of the Intercom user attribute that this attribute should be mapped to
IntercomAttributeName NullableString `json:"intercom_attribute_name"`
AdditionalProperties map[string]interface{}
}
UserAttributes This object represents user attributes.
func NewUserAttributes ¶
func NewUserAttributes(id string, name string, label string, dataType string, defaultValue NullableString, intercomAttributeName NullableString) *UserAttributes
NewUserAttributes instantiates a new UserAttributes object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewUserAttributesWithDefaults ¶
func NewUserAttributesWithDefaults() *UserAttributes
NewUserAttributesWithDefaults instantiates a new UserAttributes object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*UserAttributes) GetDataType ¶
func (o *UserAttributes) GetDataType() string
GetDataType returns the DataType field value
func (*UserAttributes) GetDataTypeOk ¶
func (o *UserAttributes) GetDataTypeOk() (*string, bool)
GetDataTypeOk returns a tuple with the DataType field value and a boolean to check if the value has been set.
func (*UserAttributes) GetDefaultValue ¶
func (o *UserAttributes) GetDefaultValue() string
GetDefaultValue returns the DefaultValue field value If the value is explicit nil, the zero value for string will be returned
func (*UserAttributes) GetDefaultValueOk ¶
func (o *UserAttributes) GetDefaultValueOk() (*string, bool)
GetDefaultValueOk returns a tuple with the DefaultValue 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 (*UserAttributes) GetId ¶
func (o *UserAttributes) GetId() string
GetId returns the Id field value
func (*UserAttributes) GetIdOk ¶
func (o *UserAttributes) GetIdOk() (*string, bool)
GetIdOk returns a tuple with the Id field value and a boolean to check if the value has been set.
func (*UserAttributes) GetIntercomAttributeName ¶
func (o *UserAttributes) GetIntercomAttributeName() string
GetIntercomAttributeName returns the IntercomAttributeName field value If the value is explicit nil, the zero value for string will be returned
func (*UserAttributes) GetIntercomAttributeNameOk ¶
func (o *UserAttributes) GetIntercomAttributeNameOk() (*string, bool)
GetIntercomAttributeNameOk returns a tuple with the IntercomAttributeName 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 (*UserAttributes) GetLabel ¶
func (o *UserAttributes) GetLabel() string
GetLabel returns the Label field value
func (*UserAttributes) GetLabelOk ¶
func (o *UserAttributes) GetLabelOk() (*string, bool)
GetLabelOk returns a tuple with the Label field value and a boolean to check if the value has been set.
func (*UserAttributes) GetName ¶
func (o *UserAttributes) GetName() string
GetName returns the Name field value
func (*UserAttributes) GetNameOk ¶
func (o *UserAttributes) GetNameOk() (*string, bool)
GetNameOk returns a tuple with the Name field value and a boolean to check if the value has been set.
func (UserAttributes) MarshalJSON ¶
func (o UserAttributes) MarshalJSON() ([]byte, error)
func (*UserAttributes) SetDataType ¶
func (o *UserAttributes) SetDataType(v string)
SetDataType sets field value
func (*UserAttributes) SetDefaultValue ¶
func (o *UserAttributes) SetDefaultValue(v string)
SetDefaultValue sets field value
func (*UserAttributes) SetIntercomAttributeName ¶
func (o *UserAttributes) SetIntercomAttributeName(v string)
SetIntercomAttributeName sets field value
func (*UserAttributes) SetLabel ¶
func (o *UserAttributes) SetLabel(v string)
SetLabel sets field value
func (*UserAttributes) SetName ¶
func (o *UserAttributes) SetName(v string)
SetName sets field value
func (UserAttributes) ToMap ¶
func (o UserAttributes) ToMap() (map[string]interface{}, error)
func (*UserAttributes) UnmarshalJSON ¶
func (o *UserAttributes) UnmarshalJSON(data []byte) (err error)
type UserAttributesAPIService ¶
type UserAttributesAPIService service
UserAttributesAPIService UserAttributesAPI service
func (*UserAttributesAPIService) UserAttributesGet ¶
func (a *UserAttributesAPIService) UserAttributesGet(ctx context.Context) ApiUserAttributesGetRequest
UserAttributesGet Get organization user attributes
Gets the list of currently configured user attributes for the organization. The API token must have either the "Users > Read" or "User Attributes > Read" scope.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return ApiUserAttributesGetRequest
func (*UserAttributesAPIService) UserAttributesGetExecute ¶
func (a *UserAttributesAPIService) UserAttributesGetExecute(r ApiUserAttributesGetRequest) (*UserAttributesGet200Response, *http.Response, error)
Execute executes the request
@return UserAttributesGet200Response
func (*UserAttributesAPIService) UserAttributesIdDelete ¶ added in v1.0.0
func (a *UserAttributesAPIService) UserAttributesIdDelete(ctx context.Context, id string) ApiUserAttributesIdDeleteRequest
UserAttributesIdDelete Delete an user attribute from the organization
Deletes the defined user attribute from the organization. Optionally also deletes it on any users if specified by query parameter. The API token must have the "User Attributes > Write" scope.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param id The id of the user attribute @return ApiUserAttributesIdDeleteRequest
func (*UserAttributesAPIService) UserAttributesIdDeleteExecute ¶ added in v1.0.0
func (a *UserAttributesAPIService) UserAttributesIdDeleteExecute(r ApiUserAttributesIdDeleteRequest) (*http.Response, error)
Execute executes the request
func (*UserAttributesAPIService) UserAttributesIdPatch ¶ added in v1.0.0
func (a *UserAttributesAPIService) UserAttributesIdPatch(ctx context.Context, id string) ApiUserAttributesIdPatchRequest
UserAttributesIdPatch Update organization user attribute
Available on Retool version 3.131.0+. Update the user attribute on an organization. The API token must have the "User Attributes > Write" scope.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param id The id of the user attribute @return ApiUserAttributesIdPatchRequest
func (*UserAttributesAPIService) UserAttributesIdPatchExecute ¶ added in v1.0.0
func (a *UserAttributesAPIService) UserAttributesIdPatchExecute(r ApiUserAttributesIdPatchRequest) (*UserAttributesIdPatch200Response, *http.Response, error)
Execute executes the request
@return UserAttributesIdPatch200Response
func (*UserAttributesAPIService) UserAttributesPost ¶ added in v1.0.0
func (a *UserAttributesAPIService) UserAttributesPost(ctx context.Context) ApiUserAttributesPostRequest
UserAttributesPost Create a new user attribute for the organization
Available on Retool version 3.128+. Creates a new user attribute for the organization. The API token must have the "User Attributes > Write" scope.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return ApiUserAttributesPostRequest
func (*UserAttributesAPIService) UserAttributesPostExecute ¶ added in v1.0.0
func (a *UserAttributesAPIService) UserAttributesPostExecute(r ApiUserAttributesPostRequest) (*UserAttributesPost200Response, *http.Response, error)
Execute executes the request
@return UserAttributesPost200Response
type UserAttributesGet200Response ¶
type UserAttributesGet200Response struct {
// API request succeeded
Success bool `json:"success"`
// An array of requested items
Data []UserAttributesGet200ResponseDataInner `json:"data"`
// Total number of items in the response
TotalCount float32 `json:"total_count"`
// A token to retrieve the next page of items in the collection
NextToken NullableString `json:"next_token"`
// Whether there are more items in the collection
HasMore bool `json:"has_more"`
AdditionalProperties map[string]interface{}
}
UserAttributesGet200Response A list of user attributes.
func NewUserAttributesGet200Response ¶
func NewUserAttributesGet200Response(success bool, data []UserAttributesGet200ResponseDataInner, totalCount float32, nextToken NullableString, hasMore bool) *UserAttributesGet200Response
NewUserAttributesGet200Response instantiates a new UserAttributesGet200Response object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewUserAttributesGet200ResponseWithDefaults ¶
func NewUserAttributesGet200ResponseWithDefaults() *UserAttributesGet200Response
NewUserAttributesGet200ResponseWithDefaults instantiates a new UserAttributesGet200Response object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*UserAttributesGet200Response) GetData ¶
func (o *UserAttributesGet200Response) GetData() []UserAttributesGet200ResponseDataInner
GetData returns the Data field value
func (*UserAttributesGet200Response) GetDataOk ¶
func (o *UserAttributesGet200Response) GetDataOk() ([]UserAttributesGet200ResponseDataInner, bool)
GetDataOk returns a tuple with the Data field value and a boolean to check if the value has been set.
func (*UserAttributesGet200Response) GetHasMore ¶
func (o *UserAttributesGet200Response) GetHasMore() bool
GetHasMore returns the HasMore field value
func (*UserAttributesGet200Response) GetHasMoreOk ¶
func (o *UserAttributesGet200Response) GetHasMoreOk() (*bool, bool)
GetHasMoreOk returns a tuple with the HasMore field value and a boolean to check if the value has been set.
func (*UserAttributesGet200Response) GetNextToken ¶
func (o *UserAttributesGet200Response) GetNextToken() string
GetNextToken returns the NextToken field value If the value is explicit nil, the zero value for string will be returned
func (*UserAttributesGet200Response) GetNextTokenOk ¶
func (o *UserAttributesGet200Response) GetNextTokenOk() (*string, bool)
GetNextTokenOk returns a tuple with the NextToken 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 (*UserAttributesGet200Response) GetSuccess ¶
func (o *UserAttributesGet200Response) GetSuccess() bool
GetSuccess returns the Success field value
func (*UserAttributesGet200Response) GetSuccessOk ¶
func (o *UserAttributesGet200Response) GetSuccessOk() (*bool, bool)
GetSuccessOk returns a tuple with the Success field value and a boolean to check if the value has been set.
func (*UserAttributesGet200Response) GetTotalCount ¶
func (o *UserAttributesGet200Response) GetTotalCount() float32
GetTotalCount returns the TotalCount field value
func (*UserAttributesGet200Response) GetTotalCountOk ¶
func (o *UserAttributesGet200Response) GetTotalCountOk() (*float32, bool)
GetTotalCountOk returns a tuple with the TotalCount field value and a boolean to check if the value has been set.
func (UserAttributesGet200Response) MarshalJSON ¶
func (o UserAttributesGet200Response) MarshalJSON() ([]byte, error)
func (*UserAttributesGet200Response) SetData ¶
func (o *UserAttributesGet200Response) SetData(v []UserAttributesGet200ResponseDataInner)
SetData sets field value
func (*UserAttributesGet200Response) SetHasMore ¶
func (o *UserAttributesGet200Response) SetHasMore(v bool)
SetHasMore sets field value
func (*UserAttributesGet200Response) SetNextToken ¶
func (o *UserAttributesGet200Response) SetNextToken(v string)
SetNextToken sets field value
func (*UserAttributesGet200Response) SetSuccess ¶
func (o *UserAttributesGet200Response) SetSuccess(v bool)
SetSuccess sets field value
func (*UserAttributesGet200Response) SetTotalCount ¶
func (o *UserAttributesGet200Response) SetTotalCount(v float32)
SetTotalCount sets field value
func (UserAttributesGet200Response) ToMap ¶
func (o UserAttributesGet200Response) ToMap() (map[string]interface{}, error)
func (*UserAttributesGet200Response) UnmarshalJSON ¶
func (o *UserAttributesGet200Response) UnmarshalJSON(data []byte) (err error)
type UserAttributesGet200ResponseDataInner ¶
type UserAttributesGet200ResponseDataInner struct {
// The id of the user attribute
Id string `json:"id"`
// The name of the user attribute
Name string `json:"name"`
// The label of the user attribute
Label string `json:"label"`
// The data type of the user attribute. Valid types are `string`, `number`, or `json`
DataType string `json:"data_type"`
// The default value of the user attribute, assigned to all users without the attribute set
DefaultValue NullableString `json:"default_value"`
// The name of the Intercom user attribute that this attribute should be mapped to
IntercomAttributeName NullableString `json:"intercom_attribute_name"`
AdditionalProperties map[string]interface{}
}
UserAttributesGet200ResponseDataInner This object represents user attributes.
func NewUserAttributesGet200ResponseDataInner ¶
func NewUserAttributesGet200ResponseDataInner(id string, name string, label string, dataType string, defaultValue NullableString, intercomAttributeName NullableString) *UserAttributesGet200ResponseDataInner
NewUserAttributesGet200ResponseDataInner instantiates a new UserAttributesGet200ResponseDataInner object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewUserAttributesGet200ResponseDataInnerWithDefaults ¶
func NewUserAttributesGet200ResponseDataInnerWithDefaults() *UserAttributesGet200ResponseDataInner
NewUserAttributesGet200ResponseDataInnerWithDefaults instantiates a new UserAttributesGet200ResponseDataInner object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*UserAttributesGet200ResponseDataInner) GetDataType ¶
func (o *UserAttributesGet200ResponseDataInner) GetDataType() string
GetDataType returns the DataType field value
func (*UserAttributesGet200ResponseDataInner) GetDataTypeOk ¶
func (o *UserAttributesGet200ResponseDataInner) GetDataTypeOk() (*string, bool)
GetDataTypeOk returns a tuple with the DataType field value and a boolean to check if the value has been set.
func (*UserAttributesGet200ResponseDataInner) GetDefaultValue ¶
func (o *UserAttributesGet200ResponseDataInner) GetDefaultValue() string
GetDefaultValue returns the DefaultValue field value If the value is explicit nil, the zero value for string will be returned
func (*UserAttributesGet200ResponseDataInner) GetDefaultValueOk ¶
func (o *UserAttributesGet200ResponseDataInner) GetDefaultValueOk() (*string, bool)
GetDefaultValueOk returns a tuple with the DefaultValue 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 (*UserAttributesGet200ResponseDataInner) GetId ¶
func (o *UserAttributesGet200ResponseDataInner) GetId() string
GetId returns the Id field value
func (*UserAttributesGet200ResponseDataInner) GetIdOk ¶
func (o *UserAttributesGet200ResponseDataInner) GetIdOk() (*string, bool)
GetIdOk returns a tuple with the Id field value and a boolean to check if the value has been set.
func (*UserAttributesGet200ResponseDataInner) GetIntercomAttributeName ¶
func (o *UserAttributesGet200ResponseDataInner) GetIntercomAttributeName() string
GetIntercomAttributeName returns the IntercomAttributeName field value If the value is explicit nil, the zero value for string will be returned
func (*UserAttributesGet200ResponseDataInner) GetIntercomAttributeNameOk ¶
func (o *UserAttributesGet200ResponseDataInner) GetIntercomAttributeNameOk() (*string, bool)
GetIntercomAttributeNameOk returns a tuple with the IntercomAttributeName 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 (*UserAttributesGet200ResponseDataInner) GetLabel ¶
func (o *UserAttributesGet200ResponseDataInner) GetLabel() string
GetLabel returns the Label field value
func (*UserAttributesGet200ResponseDataInner) GetLabelOk ¶
func (o *UserAttributesGet200ResponseDataInner) GetLabelOk() (*string, bool)
GetLabelOk returns a tuple with the Label field value and a boolean to check if the value has been set.
func (*UserAttributesGet200ResponseDataInner) GetName ¶
func (o *UserAttributesGet200ResponseDataInner) GetName() string
GetName returns the Name field value
func (*UserAttributesGet200ResponseDataInner) GetNameOk ¶
func (o *UserAttributesGet200ResponseDataInner) GetNameOk() (*string, bool)
GetNameOk returns a tuple with the Name field value and a boolean to check if the value has been set.
func (UserAttributesGet200ResponseDataInner) MarshalJSON ¶
func (o UserAttributesGet200ResponseDataInner) MarshalJSON() ([]byte, error)
func (*UserAttributesGet200ResponseDataInner) SetDataType ¶
func (o *UserAttributesGet200ResponseDataInner) SetDataType(v string)
SetDataType sets field value
func (*UserAttributesGet200ResponseDataInner) SetDefaultValue ¶
func (o *UserAttributesGet200ResponseDataInner) SetDefaultValue(v string)
SetDefaultValue sets field value
func (*UserAttributesGet200ResponseDataInner) SetId ¶
func (o *UserAttributesGet200ResponseDataInner) SetId(v string)
SetId sets field value
func (*UserAttributesGet200ResponseDataInner) SetIntercomAttributeName ¶
func (o *UserAttributesGet200ResponseDataInner) SetIntercomAttributeName(v string)
SetIntercomAttributeName sets field value
func (*UserAttributesGet200ResponseDataInner) SetLabel ¶
func (o *UserAttributesGet200ResponseDataInner) SetLabel(v string)
SetLabel sets field value
func (*UserAttributesGet200ResponseDataInner) SetName ¶
func (o *UserAttributesGet200ResponseDataInner) SetName(v string)
SetName sets field value
func (UserAttributesGet200ResponseDataInner) ToMap ¶
func (o UserAttributesGet200ResponseDataInner) ToMap() (map[string]interface{}, error)
func (*UserAttributesGet200ResponseDataInner) UnmarshalJSON ¶
func (o *UserAttributesGet200ResponseDataInner) UnmarshalJSON(data []byte) (err error)
type UserAttributesIdPatch200Response ¶ added in v1.0.0
type UserAttributesIdPatch200Response struct {
// API request succeeded
Success bool `json:"success"`
Data UserAttributesIdPatch200ResponseData `json:"data"`
AdditionalProperties map[string]interface{}
}
UserAttributesIdPatch200Response struct for UserAttributesIdPatch200Response
func NewUserAttributesIdPatch200Response ¶ added in v1.0.0
func NewUserAttributesIdPatch200Response(success bool, data UserAttributesIdPatch200ResponseData) *UserAttributesIdPatch200Response
NewUserAttributesIdPatch200Response instantiates a new UserAttributesIdPatch200Response object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewUserAttributesIdPatch200ResponseWithDefaults ¶ added in v1.0.0
func NewUserAttributesIdPatch200ResponseWithDefaults() *UserAttributesIdPatch200Response
NewUserAttributesIdPatch200ResponseWithDefaults instantiates a new UserAttributesIdPatch200Response object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*UserAttributesIdPatch200Response) GetData ¶ added in v1.0.0
func (o *UserAttributesIdPatch200Response) GetData() UserAttributesIdPatch200ResponseData
GetData returns the Data field value
func (*UserAttributesIdPatch200Response) GetDataOk ¶ added in v1.0.0
func (o *UserAttributesIdPatch200Response) GetDataOk() (*UserAttributesIdPatch200ResponseData, bool)
GetDataOk returns a tuple with the Data field value and a boolean to check if the value has been set.
func (*UserAttributesIdPatch200Response) GetSuccess ¶ added in v1.0.0
func (o *UserAttributesIdPatch200Response) GetSuccess() bool
GetSuccess returns the Success field value
func (*UserAttributesIdPatch200Response) GetSuccessOk ¶ added in v1.0.0
func (o *UserAttributesIdPatch200Response) GetSuccessOk() (*bool, bool)
GetSuccessOk returns a tuple with the Success field value and a boolean to check if the value has been set.
func (UserAttributesIdPatch200Response) MarshalJSON ¶ added in v1.0.0
func (o UserAttributesIdPatch200Response) MarshalJSON() ([]byte, error)
func (*UserAttributesIdPatch200Response) SetData ¶ added in v1.0.0
func (o *UserAttributesIdPatch200Response) SetData(v UserAttributesIdPatch200ResponseData)
SetData sets field value
func (*UserAttributesIdPatch200Response) SetSuccess ¶ added in v1.0.0
func (o *UserAttributesIdPatch200Response) SetSuccess(v bool)
SetSuccess sets field value
func (UserAttributesIdPatch200Response) ToMap ¶ added in v1.0.0
func (o UserAttributesIdPatch200Response) ToMap() (map[string]interface{}, error)
func (*UserAttributesIdPatch200Response) UnmarshalJSON ¶ added in v1.0.0
func (o *UserAttributesIdPatch200Response) UnmarshalJSON(data []byte) (err error)
type UserAttributesIdPatch200ResponseData ¶ added in v1.0.0
type UserAttributesIdPatch200ResponseData struct {
// The id of the user attribute
Id string `json:"id"`
// The name of the user attribute
Name string `json:"name"`
// The label of the user attribute
Label string `json:"label"`
// The data type of the user attribute. Valid types are `string`, `number`, or `json`
DataType string `json:"data_type"`
// The default value of the user attribute, assigned to all users without the attribute set
DefaultValue NullableString `json:"default_value"`
// The name of the Intercom user attribute that this attribute should be mapped to
IntercomAttributeName NullableString `json:"intercom_attribute_name"`
AdditionalProperties map[string]interface{}
}
UserAttributesIdPatch200ResponseData The updated user attribute.
func NewUserAttributesIdPatch200ResponseData ¶ added in v1.0.0
func NewUserAttributesIdPatch200ResponseData(id string, name string, label string, dataType string, defaultValue NullableString, intercomAttributeName NullableString) *UserAttributesIdPatch200ResponseData
NewUserAttributesIdPatch200ResponseData instantiates a new UserAttributesIdPatch200ResponseData object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewUserAttributesIdPatch200ResponseDataWithDefaults ¶ added in v1.0.0
func NewUserAttributesIdPatch200ResponseDataWithDefaults() *UserAttributesIdPatch200ResponseData
NewUserAttributesIdPatch200ResponseDataWithDefaults instantiates a new UserAttributesIdPatch200ResponseData object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*UserAttributesIdPatch200ResponseData) GetDataType ¶ added in v1.0.0
func (o *UserAttributesIdPatch200ResponseData) GetDataType() string
GetDataType returns the DataType field value
func (*UserAttributesIdPatch200ResponseData) GetDataTypeOk ¶ added in v1.0.0
func (o *UserAttributesIdPatch200ResponseData) GetDataTypeOk() (*string, bool)
GetDataTypeOk returns a tuple with the DataType field value and a boolean to check if the value has been set.
func (*UserAttributesIdPatch200ResponseData) GetDefaultValue ¶ added in v1.0.0
func (o *UserAttributesIdPatch200ResponseData) GetDefaultValue() string
GetDefaultValue returns the DefaultValue field value If the value is explicit nil, the zero value for string will be returned
func (*UserAttributesIdPatch200ResponseData) GetDefaultValueOk ¶ added in v1.0.0
func (o *UserAttributesIdPatch200ResponseData) GetDefaultValueOk() (*string, bool)
GetDefaultValueOk returns a tuple with the DefaultValue 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 (*UserAttributesIdPatch200ResponseData) GetId ¶ added in v1.0.0
func (o *UserAttributesIdPatch200ResponseData) GetId() string
GetId returns the Id field value
func (*UserAttributesIdPatch200ResponseData) GetIdOk ¶ added in v1.0.0
func (o *UserAttributesIdPatch200ResponseData) GetIdOk() (*string, bool)
GetIdOk returns a tuple with the Id field value and a boolean to check if the value has been set.
func (*UserAttributesIdPatch200ResponseData) GetIntercomAttributeName ¶ added in v1.0.0
func (o *UserAttributesIdPatch200ResponseData) GetIntercomAttributeName() string
GetIntercomAttributeName returns the IntercomAttributeName field value If the value is explicit nil, the zero value for string will be returned
func (*UserAttributesIdPatch200ResponseData) GetIntercomAttributeNameOk ¶ added in v1.0.0
func (o *UserAttributesIdPatch200ResponseData) GetIntercomAttributeNameOk() (*string, bool)
GetIntercomAttributeNameOk returns a tuple with the IntercomAttributeName 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 (*UserAttributesIdPatch200ResponseData) GetLabel ¶ added in v1.0.0
func (o *UserAttributesIdPatch200ResponseData) GetLabel() string
GetLabel returns the Label field value
func (*UserAttributesIdPatch200ResponseData) GetLabelOk ¶ added in v1.0.0
func (o *UserAttributesIdPatch200ResponseData) GetLabelOk() (*string, bool)
GetLabelOk returns a tuple with the Label field value and a boolean to check if the value has been set.
func (*UserAttributesIdPatch200ResponseData) GetName ¶ added in v1.0.0
func (o *UserAttributesIdPatch200ResponseData) GetName() string
GetName returns the Name field value
func (*UserAttributesIdPatch200ResponseData) GetNameOk ¶ added in v1.0.0
func (o *UserAttributesIdPatch200ResponseData) GetNameOk() (*string, bool)
GetNameOk returns a tuple with the Name field value and a boolean to check if the value has been set.
func (UserAttributesIdPatch200ResponseData) MarshalJSON ¶ added in v1.0.0
func (o UserAttributesIdPatch200ResponseData) MarshalJSON() ([]byte, error)
func (*UserAttributesIdPatch200ResponseData) SetDataType ¶ added in v1.0.0
func (o *UserAttributesIdPatch200ResponseData) SetDataType(v string)
SetDataType sets field value
func (*UserAttributesIdPatch200ResponseData) SetDefaultValue ¶ added in v1.0.0
func (o *UserAttributesIdPatch200ResponseData) SetDefaultValue(v string)
SetDefaultValue sets field value
func (*UserAttributesIdPatch200ResponseData) SetId ¶ added in v1.0.0
func (o *UserAttributesIdPatch200ResponseData) SetId(v string)
SetId sets field value
func (*UserAttributesIdPatch200ResponseData) SetIntercomAttributeName ¶ added in v1.0.0
func (o *UserAttributesIdPatch200ResponseData) SetIntercomAttributeName(v string)
SetIntercomAttributeName sets field value
func (*UserAttributesIdPatch200ResponseData) SetLabel ¶ added in v1.0.0
func (o *UserAttributesIdPatch200ResponseData) SetLabel(v string)
SetLabel sets field value
func (*UserAttributesIdPatch200ResponseData) SetName ¶ added in v1.0.0
func (o *UserAttributesIdPatch200ResponseData) SetName(v string)
SetName sets field value
func (UserAttributesIdPatch200ResponseData) ToMap ¶ added in v1.0.0
func (o UserAttributesIdPatch200ResponseData) ToMap() (map[string]interface{}, error)
func (*UserAttributesIdPatch200ResponseData) UnmarshalJSON ¶ added in v1.0.0
func (o *UserAttributesIdPatch200ResponseData) UnmarshalJSON(data []byte) (err error)
type UserAttributesIdPatchRequest ¶ added in v1.0.0
type UserAttributesIdPatchRequest struct {
// A list of operations to apply to the user attribute. See the [JSON PATCH specification](https://tools.ietf.org/html/rfc6902) for more details.
Operations []ReplaceOperation `json:"operations"`
// Whether to update existing users with the deleted attribute
UpdateExisting *bool `json:"update_existing,omitempty"`
}
UserAttributesIdPatchRequest The body of a request to update an environment.
func NewUserAttributesIdPatchRequest ¶ added in v1.0.0
func NewUserAttributesIdPatchRequest(operations []ReplaceOperation) *UserAttributesIdPatchRequest
NewUserAttributesIdPatchRequest instantiates a new UserAttributesIdPatchRequest object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewUserAttributesIdPatchRequestWithDefaults ¶ added in v1.0.0
func NewUserAttributesIdPatchRequestWithDefaults() *UserAttributesIdPatchRequest
NewUserAttributesIdPatchRequestWithDefaults instantiates a new UserAttributesIdPatchRequest object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*UserAttributesIdPatchRequest) GetOperations ¶ added in v1.0.0
func (o *UserAttributesIdPatchRequest) GetOperations() []ReplaceOperation
GetOperations returns the Operations field value
func (*UserAttributesIdPatchRequest) GetOperationsOk ¶ added in v1.0.0
func (o *UserAttributesIdPatchRequest) GetOperationsOk() ([]ReplaceOperation, bool)
GetOperationsOk returns a tuple with the Operations field value and a boolean to check if the value has been set.
func (*UserAttributesIdPatchRequest) GetUpdateExisting ¶ added in v1.0.0
func (o *UserAttributesIdPatchRequest) GetUpdateExisting() bool
GetUpdateExisting returns the UpdateExisting field value if set, zero value otherwise.
func (*UserAttributesIdPatchRequest) GetUpdateExistingOk ¶ added in v1.0.0
func (o *UserAttributesIdPatchRequest) GetUpdateExistingOk() (*bool, bool)
GetUpdateExistingOk returns a tuple with the UpdateExisting field value if set, nil otherwise and a boolean to check if the value has been set.
func (*UserAttributesIdPatchRequest) HasUpdateExisting ¶ added in v1.0.0
func (o *UserAttributesIdPatchRequest) HasUpdateExisting() bool
HasUpdateExisting returns a boolean if a field has been set.
func (UserAttributesIdPatchRequest) MarshalJSON ¶ added in v1.0.0
func (o UserAttributesIdPatchRequest) MarshalJSON() ([]byte, error)
func (*UserAttributesIdPatchRequest) SetOperations ¶ added in v1.0.0
func (o *UserAttributesIdPatchRequest) SetOperations(v []ReplaceOperation)
SetOperations sets field value
func (*UserAttributesIdPatchRequest) SetUpdateExisting ¶ added in v1.0.0
func (o *UserAttributesIdPatchRequest) SetUpdateExisting(v bool)
SetUpdateExisting gets a reference to the given bool and assigns it to the UpdateExisting field.
func (UserAttributesIdPatchRequest) ToMap ¶ added in v1.0.0
func (o UserAttributesIdPatchRequest) ToMap() (map[string]interface{}, error)
func (*UserAttributesIdPatchRequest) UnmarshalJSON ¶ added in v1.0.0
func (o *UserAttributesIdPatchRequest) UnmarshalJSON(data []byte) (err error)
type UserAttributesPost200Response ¶ added in v1.0.0
type UserAttributesPost200Response struct {
// API request succeeded
Success bool `json:"success"`
Data UserAttributesPost200ResponseData `json:"data"`
AdditionalProperties map[string]interface{}
}
UserAttributesPost200Response struct for UserAttributesPost200Response
func NewUserAttributesPost200Response ¶ added in v1.0.0
func NewUserAttributesPost200Response(success bool, data UserAttributesPost200ResponseData) *UserAttributesPost200Response
NewUserAttributesPost200Response instantiates a new UserAttributesPost200Response object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewUserAttributesPost200ResponseWithDefaults ¶ added in v1.0.0
func NewUserAttributesPost200ResponseWithDefaults() *UserAttributesPost200Response
NewUserAttributesPost200ResponseWithDefaults instantiates a new UserAttributesPost200Response object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*UserAttributesPost200Response) GetData ¶ added in v1.0.0
func (o *UserAttributesPost200Response) GetData() UserAttributesPost200ResponseData
GetData returns the Data field value
func (*UserAttributesPost200Response) GetDataOk ¶ added in v1.0.0
func (o *UserAttributesPost200Response) GetDataOk() (*UserAttributesPost200ResponseData, bool)
GetDataOk returns a tuple with the Data field value and a boolean to check if the value has been set.
func (*UserAttributesPost200Response) GetSuccess ¶ added in v1.0.0
func (o *UserAttributesPost200Response) GetSuccess() bool
GetSuccess returns the Success field value
func (*UserAttributesPost200Response) GetSuccessOk ¶ added in v1.0.0
func (o *UserAttributesPost200Response) GetSuccessOk() (*bool, bool)
GetSuccessOk returns a tuple with the Success field value and a boolean to check if the value has been set.
func (UserAttributesPost200Response) MarshalJSON ¶ added in v1.0.0
func (o UserAttributesPost200Response) MarshalJSON() ([]byte, error)
func (*UserAttributesPost200Response) SetData ¶ added in v1.0.0
func (o *UserAttributesPost200Response) SetData(v UserAttributesPost200ResponseData)
SetData sets field value
func (*UserAttributesPost200Response) SetSuccess ¶ added in v1.0.0
func (o *UserAttributesPost200Response) SetSuccess(v bool)
SetSuccess sets field value
func (UserAttributesPost200Response) ToMap ¶ added in v1.0.0
func (o UserAttributesPost200Response) ToMap() (map[string]interface{}, error)
func (*UserAttributesPost200Response) UnmarshalJSON ¶ added in v1.0.0
func (o *UserAttributesPost200Response) UnmarshalJSON(data []byte) (err error)
type UserAttributesPost200ResponseData ¶ added in v1.0.0
type UserAttributesPost200ResponseData struct {
// The id of the user attribute
Id string `json:"id"`
// The name of the user attribute
Name string `json:"name"`
// The label of the user attribute
Label string `json:"label"`
// The data type of the user attribute. Valid types are `string`, `number`, or `json`
DataType string `json:"data_type"`
// The default value of the user attribute, assigned to all users without the attribute set
DefaultValue NullableString `json:"default_value"`
// The name of the Intercom user attribute that this attribute should be mapped to
IntercomAttributeName NullableString `json:"intercom_attribute_name"`
AdditionalProperties map[string]interface{}
}
UserAttributesPost200ResponseData The created user attribute.
func NewUserAttributesPost200ResponseData ¶ added in v1.0.0
func NewUserAttributesPost200ResponseData(id string, name string, label string, dataType string, defaultValue NullableString, intercomAttributeName NullableString) *UserAttributesPost200ResponseData
NewUserAttributesPost200ResponseData instantiates a new UserAttributesPost200ResponseData object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewUserAttributesPost200ResponseDataWithDefaults ¶ added in v1.0.0
func NewUserAttributesPost200ResponseDataWithDefaults() *UserAttributesPost200ResponseData
NewUserAttributesPost200ResponseDataWithDefaults instantiates a new UserAttributesPost200ResponseData object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*UserAttributesPost200ResponseData) GetDataType ¶ added in v1.0.0
func (o *UserAttributesPost200ResponseData) GetDataType() string
GetDataType returns the DataType field value
func (*UserAttributesPost200ResponseData) GetDataTypeOk ¶ added in v1.0.0
func (o *UserAttributesPost200ResponseData) GetDataTypeOk() (*string, bool)
GetDataTypeOk returns a tuple with the DataType field value and a boolean to check if the value has been set.
func (*UserAttributesPost200ResponseData) GetDefaultValue ¶ added in v1.0.0
func (o *UserAttributesPost200ResponseData) GetDefaultValue() string
GetDefaultValue returns the DefaultValue field value If the value is explicit nil, the zero value for string will be returned
func (*UserAttributesPost200ResponseData) GetDefaultValueOk ¶ added in v1.0.0
func (o *UserAttributesPost200ResponseData) GetDefaultValueOk() (*string, bool)
GetDefaultValueOk returns a tuple with the DefaultValue 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 (*UserAttributesPost200ResponseData) GetId ¶ added in v1.0.0
func (o *UserAttributesPost200ResponseData) GetId() string
GetId returns the Id field value
func (*UserAttributesPost200ResponseData) GetIdOk ¶ added in v1.0.0
func (o *UserAttributesPost200ResponseData) GetIdOk() (*string, bool)
GetIdOk returns a tuple with the Id field value and a boolean to check if the value has been set.
func (*UserAttributesPost200ResponseData) GetIntercomAttributeName ¶ added in v1.0.0
func (o *UserAttributesPost200ResponseData) GetIntercomAttributeName() string
GetIntercomAttributeName returns the IntercomAttributeName field value If the value is explicit nil, the zero value for string will be returned
func (*UserAttributesPost200ResponseData) GetIntercomAttributeNameOk ¶ added in v1.0.0
func (o *UserAttributesPost200ResponseData) GetIntercomAttributeNameOk() (*string, bool)
GetIntercomAttributeNameOk returns a tuple with the IntercomAttributeName 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 (*UserAttributesPost200ResponseData) GetLabel ¶ added in v1.0.0
func (o *UserAttributesPost200ResponseData) GetLabel() string
GetLabel returns the Label field value
func (*UserAttributesPost200ResponseData) GetLabelOk ¶ added in v1.0.0
func (o *UserAttributesPost200ResponseData) GetLabelOk() (*string, bool)
GetLabelOk returns a tuple with the Label field value and a boolean to check if the value has been set.
func (*UserAttributesPost200ResponseData) GetName ¶ added in v1.0.0
func (o *UserAttributesPost200ResponseData) GetName() string
GetName returns the Name field value
func (*UserAttributesPost200ResponseData) GetNameOk ¶ added in v1.0.0
func (o *UserAttributesPost200ResponseData) GetNameOk() (*string, bool)
GetNameOk returns a tuple with the Name field value and a boolean to check if the value has been set.
func (UserAttributesPost200ResponseData) MarshalJSON ¶ added in v1.0.0
func (o UserAttributesPost200ResponseData) MarshalJSON() ([]byte, error)
func (*UserAttributesPost200ResponseData) SetDataType ¶ added in v1.0.0
func (o *UserAttributesPost200ResponseData) SetDataType(v string)
SetDataType sets field value
func (*UserAttributesPost200ResponseData) SetDefaultValue ¶ added in v1.0.0
func (o *UserAttributesPost200ResponseData) SetDefaultValue(v string)
SetDefaultValue sets field value
func (*UserAttributesPost200ResponseData) SetId ¶ added in v1.0.0
func (o *UserAttributesPost200ResponseData) SetId(v string)
SetId sets field value
func (*UserAttributesPost200ResponseData) SetIntercomAttributeName ¶ added in v1.0.0
func (o *UserAttributesPost200ResponseData) SetIntercomAttributeName(v string)
SetIntercomAttributeName sets field value
func (*UserAttributesPost200ResponseData) SetLabel ¶ added in v1.0.0
func (o *UserAttributesPost200ResponseData) SetLabel(v string)
SetLabel sets field value
func (*UserAttributesPost200ResponseData) SetName ¶ added in v1.0.0
func (o *UserAttributesPost200ResponseData) SetName(v string)
SetName sets field value
func (UserAttributesPost200ResponseData) ToMap ¶ added in v1.0.0
func (o UserAttributesPost200ResponseData) ToMap() (map[string]interface{}, error)
func (*UserAttributesPost200ResponseData) UnmarshalJSON ¶ added in v1.0.0
func (o *UserAttributesPost200ResponseData) UnmarshalJSON(data []byte) (err error)
type UserAttributesPostRequest ¶ added in v1.0.0
type UserAttributesPostRequest struct {
// The name of the user attribute. Must be alphanumeric and without spaces.
Name string `json:"name"`
// A short description of the user attribute.
Label string `json:"label"`
// The data type of the attribute, can be one of string | json | number.
DataType string `json:"dataType"`
// A default value to apply to users that don't have an attribute set.
DefaultValue NullableString `json:"defaultValue,omitempty"`
AdditionalProperties map[string]interface{}
}
UserAttributesPostRequest struct for UserAttributesPostRequest
func NewUserAttributesPostRequest ¶ added in v1.0.0
func NewUserAttributesPostRequest(name string, label string, dataType string) *UserAttributesPostRequest
NewUserAttributesPostRequest instantiates a new UserAttributesPostRequest object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewUserAttributesPostRequestWithDefaults ¶ added in v1.0.0
func NewUserAttributesPostRequestWithDefaults() *UserAttributesPostRequest
NewUserAttributesPostRequestWithDefaults instantiates a new UserAttributesPostRequest object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*UserAttributesPostRequest) GetDataType ¶ added in v1.0.0
func (o *UserAttributesPostRequest) GetDataType() string
GetDataType returns the DataType field value
func (*UserAttributesPostRequest) GetDataTypeOk ¶ added in v1.0.0
func (o *UserAttributesPostRequest) GetDataTypeOk() (*string, bool)
GetDataTypeOk returns a tuple with the DataType field value and a boolean to check if the value has been set.
func (*UserAttributesPostRequest) GetDefaultValue ¶ added in v1.0.0
func (o *UserAttributesPostRequest) GetDefaultValue() string
GetDefaultValue returns the DefaultValue field value if set, zero value otherwise (both if not set or set to explicit null).
func (*UserAttributesPostRequest) GetDefaultValueOk ¶ added in v1.0.0
func (o *UserAttributesPostRequest) GetDefaultValueOk() (*string, bool)
GetDefaultValueOk returns a tuple with the DefaultValue field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*UserAttributesPostRequest) GetLabel ¶ added in v1.0.0
func (o *UserAttributesPostRequest) GetLabel() string
GetLabel returns the Label field value
func (*UserAttributesPostRequest) GetLabelOk ¶ added in v1.0.0
func (o *UserAttributesPostRequest) GetLabelOk() (*string, bool)
GetLabelOk returns a tuple with the Label field value and a boolean to check if the value has been set.
func (*UserAttributesPostRequest) GetName ¶ added in v1.0.0
func (o *UserAttributesPostRequest) GetName() string
GetName returns the Name field value
func (*UserAttributesPostRequest) GetNameOk ¶ added in v1.0.0
func (o *UserAttributesPostRequest) GetNameOk() (*string, bool)
GetNameOk returns a tuple with the Name field value and a boolean to check if the value has been set.
func (*UserAttributesPostRequest) HasDefaultValue ¶ added in v1.0.0
func (o *UserAttributesPostRequest) HasDefaultValue() bool
HasDefaultValue returns a boolean if a field has been set.
func (UserAttributesPostRequest) MarshalJSON ¶ added in v1.0.0
func (o UserAttributesPostRequest) MarshalJSON() ([]byte, error)
func (*UserAttributesPostRequest) SetDataType ¶ added in v1.0.0
func (o *UserAttributesPostRequest) SetDataType(v string)
SetDataType sets field value
func (*UserAttributesPostRequest) SetDefaultValue ¶ added in v1.0.0
func (o *UserAttributesPostRequest) SetDefaultValue(v string)
SetDefaultValue gets a reference to the given NullableString and assigns it to the DefaultValue field.
func (*UserAttributesPostRequest) SetDefaultValueNil ¶ added in v1.0.0
func (o *UserAttributesPostRequest) SetDefaultValueNil()
SetDefaultValueNil sets the value for DefaultValue to be an explicit nil
func (*UserAttributesPostRequest) SetLabel ¶ added in v1.0.0
func (o *UserAttributesPostRequest) SetLabel(v string)
SetLabel sets field value
func (*UserAttributesPostRequest) SetName ¶ added in v1.0.0
func (o *UserAttributesPostRequest) SetName(v string)
SetName sets field value
func (UserAttributesPostRequest) ToMap ¶ added in v1.0.0
func (o UserAttributesPostRequest) ToMap() (map[string]interface{}, error)
func (*UserAttributesPostRequest) UnmarshalJSON ¶ added in v1.0.0
func (o *UserAttributesPostRequest) UnmarshalJSON(data []byte) (err error)
func (*UserAttributesPostRequest) UnsetDefaultValue ¶ added in v1.0.0
func (o *UserAttributesPostRequest) UnsetDefaultValue()
UnsetDefaultValue ensures that no value is present for DefaultValue, not even an explicit nil
type UserInvite ¶
type UserInvite struct {
Id float32 `json:"id"`
LegacyId float32 `json:"legacy_id"`
InvitedBy string `json:"invited_by"`
InvitedEmail string `json:"invited_email"`
ExpiresAt string `json:"expires_at"`
ClaimedBy NullableString `json:"claimed_by"`
ClaimedAt NullableString `json:"claimed_at"`
UserType NullableString `json:"user_type"`
Metadata map[string]interface{} `json:"metadata"`
CreatedAt string `json:"created_at"`
// User invite link expires 7 days after generation.
InviteLink *string `json:"invite_link,omitempty"`
AdditionalProperties map[string]interface{}
}
UserInvite User Invite
func NewUserInvite ¶
func NewUserInvite(id float32, legacyId float32, invitedBy string, invitedEmail string, expiresAt string, claimedBy NullableString, claimedAt NullableString, userType NullableString, metadata map[string]interface{}, createdAt string) *UserInvite
NewUserInvite instantiates a new UserInvite object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewUserInviteWithDefaults ¶
func NewUserInviteWithDefaults() *UserInvite
NewUserInviteWithDefaults instantiates a new UserInvite object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*UserInvite) GetClaimedAt ¶
func (o *UserInvite) GetClaimedAt() string
GetClaimedAt returns the ClaimedAt field value If the value is explicit nil, the zero value for string will be returned
func (*UserInvite) GetClaimedAtOk ¶
func (o *UserInvite) GetClaimedAtOk() (*string, bool)
GetClaimedAtOk returns a tuple with the ClaimedAt 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 (*UserInvite) GetClaimedBy ¶
func (o *UserInvite) GetClaimedBy() string
GetClaimedBy returns the ClaimedBy field value If the value is explicit nil, the zero value for string will be returned
func (*UserInvite) GetClaimedByOk ¶
func (o *UserInvite) GetClaimedByOk() (*string, bool)
GetClaimedByOk returns a tuple with the ClaimedBy 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 (*UserInvite) GetCreatedAt ¶
func (o *UserInvite) GetCreatedAt() string
GetCreatedAt returns the CreatedAt field value
func (*UserInvite) GetCreatedAtOk ¶
func (o *UserInvite) GetCreatedAtOk() (*string, bool)
GetCreatedAtOk returns a tuple with the CreatedAt field value and a boolean to check if the value has been set.
func (*UserInvite) GetExpiresAt ¶
func (o *UserInvite) GetExpiresAt() string
GetExpiresAt returns the ExpiresAt field value
func (*UserInvite) GetExpiresAtOk ¶
func (o *UserInvite) GetExpiresAtOk() (*string, bool)
GetExpiresAtOk returns a tuple with the ExpiresAt field value and a boolean to check if the value has been set.
func (*UserInvite) GetIdOk ¶
func (o *UserInvite) GetIdOk() (*float32, bool)
GetIdOk returns a tuple with the Id field value and a boolean to check if the value has been set.
func (*UserInvite) GetInviteLink ¶
func (o *UserInvite) GetInviteLink() string
GetInviteLink returns the InviteLink field value if set, zero value otherwise.
func (*UserInvite) GetInviteLinkOk ¶
func (o *UserInvite) GetInviteLinkOk() (*string, bool)
GetInviteLinkOk returns a tuple with the InviteLink field value if set, nil otherwise and a boolean to check if the value has been set.
func (*UserInvite) GetInvitedBy ¶
func (o *UserInvite) GetInvitedBy() string
GetInvitedBy returns the InvitedBy field value
func (*UserInvite) GetInvitedByOk ¶
func (o *UserInvite) GetInvitedByOk() (*string, bool)
GetInvitedByOk returns a tuple with the InvitedBy field value and a boolean to check if the value has been set.
func (*UserInvite) GetInvitedEmail ¶
func (o *UserInvite) GetInvitedEmail() string
GetInvitedEmail returns the InvitedEmail field value
func (*UserInvite) GetInvitedEmailOk ¶
func (o *UserInvite) GetInvitedEmailOk() (*string, bool)
GetInvitedEmailOk returns a tuple with the InvitedEmail field value and a boolean to check if the value has been set.
func (*UserInvite) GetLegacyId ¶
func (o *UserInvite) GetLegacyId() float32
GetLegacyId returns the LegacyId field value
func (*UserInvite) GetLegacyIdOk ¶
func (o *UserInvite) GetLegacyIdOk() (*float32, bool)
GetLegacyIdOk returns a tuple with the LegacyId field value and a boolean to check if the value has been set.
func (*UserInvite) GetMetadata ¶
func (o *UserInvite) GetMetadata() map[string]interface{}
GetMetadata returns the Metadata field value If the value is explicit nil, the zero value for map[string]interface{} will be returned
func (*UserInvite) GetMetadataOk ¶
func (o *UserInvite) GetMetadataOk() (map[string]interface{}, bool)
GetMetadataOk returns a tuple with the Metadata 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 (*UserInvite) GetUserType ¶
func (o *UserInvite) GetUserType() string
GetUserType returns the UserType field value If the value is explicit nil, the zero value for string will be returned
func (*UserInvite) GetUserTypeOk ¶
func (o *UserInvite) GetUserTypeOk() (*string, bool)
GetUserTypeOk returns a tuple with the UserType 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 (*UserInvite) HasInviteLink ¶
func (o *UserInvite) HasInviteLink() bool
HasInviteLink returns a boolean if a field has been set.
func (UserInvite) MarshalJSON ¶
func (o UserInvite) MarshalJSON() ([]byte, error)
func (*UserInvite) SetClaimedAt ¶
func (o *UserInvite) SetClaimedAt(v string)
SetClaimedAt sets field value
func (*UserInvite) SetClaimedBy ¶
func (o *UserInvite) SetClaimedBy(v string)
SetClaimedBy sets field value
func (*UserInvite) SetCreatedAt ¶
func (o *UserInvite) SetCreatedAt(v string)
SetCreatedAt sets field value
func (*UserInvite) SetExpiresAt ¶
func (o *UserInvite) SetExpiresAt(v string)
SetExpiresAt sets field value
func (*UserInvite) SetInviteLink ¶
func (o *UserInvite) SetInviteLink(v string)
SetInviteLink gets a reference to the given string and assigns it to the InviteLink field.
func (*UserInvite) SetInvitedBy ¶
func (o *UserInvite) SetInvitedBy(v string)
SetInvitedBy sets field value
func (*UserInvite) SetInvitedEmail ¶
func (o *UserInvite) SetInvitedEmail(v string)
SetInvitedEmail sets field value
func (*UserInvite) SetLegacyId ¶
func (o *UserInvite) SetLegacyId(v float32)
SetLegacyId sets field value
func (*UserInvite) SetMetadata ¶
func (o *UserInvite) SetMetadata(v map[string]interface{})
SetMetadata sets field value
func (*UserInvite) SetUserType ¶
func (o *UserInvite) SetUserType(v string)
SetUserType sets field value
func (UserInvite) ToMap ¶
func (o UserInvite) ToMap() (map[string]interface{}, error)
func (*UserInvite) UnmarshalJSON ¶
func (o *UserInvite) UnmarshalJSON(data []byte) (err error)
type UserInviteAPIService ¶
type UserInviteAPIService service
UserInviteAPIService UserInviteAPI service
func (*UserInviteAPIService) UserInvitesGet ¶
func (a *UserInviteAPIService) UserInvitesGet(ctx context.Context) ApiUserInvitesGetRequest
UserInvitesGet Get organization user invites
Available from API version 2.3.0+ and onprem version 3.24.0+. Gets a list of user invites
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return ApiUserInvitesGetRequest
func (*UserInviteAPIService) UserInvitesGetExecute ¶
func (a *UserInviteAPIService) UserInvitesGetExecute(r ApiUserInvitesGetRequest) (*UserInvitesGet200Response, *http.Response, error)
Execute executes the request
@return UserInvitesGet200Response
func (*UserInviteAPIService) UserInvitesPost ¶
func (a *UserInviteAPIService) UserInvitesPost(ctx context.Context) ApiUserInvitesPostRequest
UserInvitesPost Create a new user invite
Available from API version 2.4.0+ and onprem version 3.28.0+. Create a new user invite. User invite link expires 7 days after generation.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return ApiUserInvitesPostRequest
func (*UserInviteAPIService) UserInvitesPostExecute ¶
func (a *UserInviteAPIService) UserInvitesPostExecute(r ApiUserInvitesPostRequest) (*UserInvitesPost200Response, *http.Response, error)
Execute executes the request
@return UserInvitesPost200Response
func (*UserInviteAPIService) UserInvitesUserInviteIdDelete ¶
func (a *UserInviteAPIService) UserInvitesUserInviteIdDelete(ctx context.Context, userInviteId string) ApiUserInvitesUserInviteIdDeleteRequest
UserInvitesUserInviteIdDelete Delete user invite
Available from API version 2.4.0+ and onprem version 3.26.0+. Returns the deleted user invite. The API token must have the "Users > Write" scope.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param userInviteId The user invite's ID @return ApiUserInvitesUserInviteIdDeleteRequest
func (*UserInviteAPIService) UserInvitesUserInviteIdDeleteExecute ¶
func (a *UserInviteAPIService) UserInvitesUserInviteIdDeleteExecute(r ApiUserInvitesUserInviteIdDeleteRequest) (*http.Response, error)
Execute executes the request
func (*UserInviteAPIService) UserInvitesUserInviteIdGet ¶
func (a *UserInviteAPIService) UserInvitesUserInviteIdGet(ctx context.Context, userInviteId string) ApiUserInvitesUserInviteIdGetRequest
UserInvitesUserInviteIdGet Get user invite
Available from API version 2.4.0+ and onprem version 3.26.0+. Returns the user invite. The API token must have the "Users > Read" scope.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param userInviteId The user invite's ID @return ApiUserInvitesUserInviteIdGetRequest
func (*UserInviteAPIService) UserInvitesUserInviteIdGetExecute ¶
func (a *UserInviteAPIService) UserInvitesUserInviteIdGetExecute(r ApiUserInvitesUserInviteIdGetRequest) (*UserInvitesUserInviteIdGet200Response, *http.Response, error)
Execute executes the request
@return UserInvitesUserInviteIdGet200Response
func (*UserInviteAPIService) UserInvitesUserInviteIdUserAttributesAttributeNameDelete ¶
func (a *UserInviteAPIService) UserInvitesUserInviteIdUserAttributesAttributeNameDelete(ctx context.Context, userInviteId string, attributeName string) ApiUserInvitesUserInviteIdUserAttributesAttributeNameDeleteRequest
UserInvitesUserInviteIdUserAttributesAttributeNameDelete Delete a user attribute on a user invite
Available from API version 2.4.0+ and onprem version 3.28.0+. Delete a specified user attribute from an user invite
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param userInviteId The user invite's ID @param attributeName @return ApiUserInvitesUserInviteIdUserAttributesAttributeNameDeleteRequest
func (*UserInviteAPIService) UserInvitesUserInviteIdUserAttributesAttributeNameDeleteExecute ¶
func (a *UserInviteAPIService) UserInvitesUserInviteIdUserAttributesAttributeNameDeleteExecute(r ApiUserInvitesUserInviteIdUserAttributesAttributeNameDeleteRequest) (*UserInvitesUserInviteIdUserAttributesAttributeNameDelete200Response, *http.Response, error)
Execute executes the request
@return UserInvitesUserInviteIdUserAttributesAttributeNameDelete200Response
func (*UserInviteAPIService) UserInvitesUserInviteIdUserAttributesPost ¶
func (a *UserInviteAPIService) UserInvitesUserInviteIdUserAttributesPost(ctx context.Context, userInviteId string) ApiUserInvitesUserInviteIdUserAttributesPostRequest
UserInvitesUserInviteIdUserAttributesPost Add or update user attributes on a user invite
Available from API version 2.4.0+ and onprem version 3.28.0+. Add or update the user attributes of a user invite
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param userInviteId The user invite's ID @return ApiUserInvitesUserInviteIdUserAttributesPostRequest
func (*UserInviteAPIService) UserInvitesUserInviteIdUserAttributesPostExecute ¶
func (a *UserInviteAPIService) UserInvitesUserInviteIdUserAttributesPostExecute(r ApiUserInvitesUserInviteIdUserAttributesPostRequest) (*UserInvitesUserInviteIdUserAttributesPost200Response, *http.Response, error)
Execute executes the request
@return UserInvitesUserInviteIdUserAttributesPost200Response
type UserInvitesGet200Response ¶
type UserInvitesGet200Response struct {
// API request succeeded
Success bool `json:"success"`
// An array of requested items
Data []GroupsGroupIdGet200ResponseDataUserInvitesInner `json:"data"`
// Total number of items in the response
TotalCount float32 `json:"total_count"`
// A token to retrieve the next page of items in the collection
NextToken NullableString `json:"next_token"`
// Whether there are more items in the collection
HasMore bool `json:"has_more"`
AdditionalProperties map[string]interface{}
}
UserInvitesGet200Response A list of user invites.
func NewUserInvitesGet200Response ¶
func NewUserInvitesGet200Response(success bool, data []GroupsGroupIdGet200ResponseDataUserInvitesInner, totalCount float32, nextToken NullableString, hasMore bool) *UserInvitesGet200Response
NewUserInvitesGet200Response instantiates a new UserInvitesGet200Response object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewUserInvitesGet200ResponseWithDefaults ¶
func NewUserInvitesGet200ResponseWithDefaults() *UserInvitesGet200Response
NewUserInvitesGet200ResponseWithDefaults instantiates a new UserInvitesGet200Response object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*UserInvitesGet200Response) GetData ¶
func (o *UserInvitesGet200Response) GetData() []GroupsGroupIdGet200ResponseDataUserInvitesInner
GetData returns the Data field value
func (*UserInvitesGet200Response) GetDataOk ¶
func (o *UserInvitesGet200Response) GetDataOk() ([]GroupsGroupIdGet200ResponseDataUserInvitesInner, bool)
GetDataOk returns a tuple with the Data field value and a boolean to check if the value has been set.
func (*UserInvitesGet200Response) GetHasMore ¶
func (o *UserInvitesGet200Response) GetHasMore() bool
GetHasMore returns the HasMore field value
func (*UserInvitesGet200Response) GetHasMoreOk ¶
func (o *UserInvitesGet200Response) GetHasMoreOk() (*bool, bool)
GetHasMoreOk returns a tuple with the HasMore field value and a boolean to check if the value has been set.
func (*UserInvitesGet200Response) GetNextToken ¶
func (o *UserInvitesGet200Response) GetNextToken() string
GetNextToken returns the NextToken field value If the value is explicit nil, the zero value for string will be returned
func (*UserInvitesGet200Response) GetNextTokenOk ¶
func (o *UserInvitesGet200Response) GetNextTokenOk() (*string, bool)
GetNextTokenOk returns a tuple with the NextToken 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 (*UserInvitesGet200Response) GetSuccess ¶
func (o *UserInvitesGet200Response) GetSuccess() bool
GetSuccess returns the Success field value
func (*UserInvitesGet200Response) GetSuccessOk ¶
func (o *UserInvitesGet200Response) GetSuccessOk() (*bool, bool)
GetSuccessOk returns a tuple with the Success field value and a boolean to check if the value has been set.
func (*UserInvitesGet200Response) GetTotalCount ¶
func (o *UserInvitesGet200Response) GetTotalCount() float32
GetTotalCount returns the TotalCount field value
func (*UserInvitesGet200Response) GetTotalCountOk ¶
func (o *UserInvitesGet200Response) GetTotalCountOk() (*float32, bool)
GetTotalCountOk returns a tuple with the TotalCount field value and a boolean to check if the value has been set.
func (UserInvitesGet200Response) MarshalJSON ¶
func (o UserInvitesGet200Response) MarshalJSON() ([]byte, error)
func (*UserInvitesGet200Response) SetData ¶
func (o *UserInvitesGet200Response) SetData(v []GroupsGroupIdGet200ResponseDataUserInvitesInner)
SetData sets field value
func (*UserInvitesGet200Response) SetHasMore ¶
func (o *UserInvitesGet200Response) SetHasMore(v bool)
SetHasMore sets field value
func (*UserInvitesGet200Response) SetNextToken ¶
func (o *UserInvitesGet200Response) SetNextToken(v string)
SetNextToken sets field value
func (*UserInvitesGet200Response) SetSuccess ¶
func (o *UserInvitesGet200Response) SetSuccess(v bool)
SetSuccess sets field value
func (*UserInvitesGet200Response) SetTotalCount ¶
func (o *UserInvitesGet200Response) SetTotalCount(v float32)
SetTotalCount sets field value
func (UserInvitesGet200Response) ToMap ¶
func (o UserInvitesGet200Response) ToMap() (map[string]interface{}, error)
func (*UserInvitesGet200Response) UnmarshalJSON ¶
func (o *UserInvitesGet200Response) UnmarshalJSON(data []byte) (err error)
type UserInvitesPost200Response ¶
type UserInvitesPost200Response struct {
// API request succeeded
Success bool `json:"success"`
Data UserInvitesPost200ResponseData `json:"data"`
AdditionalProperties map[string]interface{}
}
UserInvitesPost200Response struct for UserInvitesPost200Response
func NewUserInvitesPost200Response ¶
func NewUserInvitesPost200Response(success bool, data UserInvitesPost200ResponseData) *UserInvitesPost200Response
NewUserInvitesPost200Response instantiates a new UserInvitesPost200Response object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewUserInvitesPost200ResponseWithDefaults ¶
func NewUserInvitesPost200ResponseWithDefaults() *UserInvitesPost200Response
NewUserInvitesPost200ResponseWithDefaults instantiates a new UserInvitesPost200Response object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*UserInvitesPost200Response) GetData ¶
func (o *UserInvitesPost200Response) GetData() UserInvitesPost200ResponseData
GetData returns the Data field value
func (*UserInvitesPost200Response) GetDataOk ¶
func (o *UserInvitesPost200Response) GetDataOk() (*UserInvitesPost200ResponseData, bool)
GetDataOk returns a tuple with the Data field value and a boolean to check if the value has been set.
func (*UserInvitesPost200Response) GetSuccess ¶
func (o *UserInvitesPost200Response) GetSuccess() bool
GetSuccess returns the Success field value
func (*UserInvitesPost200Response) GetSuccessOk ¶
func (o *UserInvitesPost200Response) GetSuccessOk() (*bool, bool)
GetSuccessOk returns a tuple with the Success field value and a boolean to check if the value has been set.
func (UserInvitesPost200Response) MarshalJSON ¶
func (o UserInvitesPost200Response) MarshalJSON() ([]byte, error)
func (*UserInvitesPost200Response) SetData ¶
func (o *UserInvitesPost200Response) SetData(v UserInvitesPost200ResponseData)
SetData sets field value
func (*UserInvitesPost200Response) SetSuccess ¶
func (o *UserInvitesPost200Response) SetSuccess(v bool)
SetSuccess sets field value
func (UserInvitesPost200Response) ToMap ¶
func (o UserInvitesPost200Response) ToMap() (map[string]interface{}, error)
func (*UserInvitesPost200Response) UnmarshalJSON ¶
func (o *UserInvitesPost200Response) UnmarshalJSON(data []byte) (err error)
type UserInvitesPost200ResponseData ¶
type UserInvitesPost200ResponseData struct {
Id float32 `json:"id"`
LegacyId float32 `json:"legacy_id"`
InvitedBy string `json:"invited_by"`
InvitedEmail string `json:"invited_email"`
ExpiresAt string `json:"expires_at"`
ClaimedBy NullableString `json:"claimed_by"`
ClaimedAt NullableString `json:"claimed_at"`
UserType NullableString `json:"user_type"`
Metadata map[string]interface{} `json:"metadata"`
CreatedAt string `json:"created_at"`
// User invite link expires 7 days after generation.
InviteLink *string `json:"invite_link,omitempty"`
AdditionalProperties map[string]interface{}
}
UserInvitesPost200ResponseData The created user invite with an invite link
func NewUserInvitesPost200ResponseData ¶
func NewUserInvitesPost200ResponseData(id float32, legacyId float32, invitedBy string, invitedEmail string, expiresAt string, claimedBy NullableString, claimedAt NullableString, userType NullableString, metadata map[string]interface{}, createdAt string) *UserInvitesPost200ResponseData
NewUserInvitesPost200ResponseData instantiates a new UserInvitesPost200ResponseData object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewUserInvitesPost200ResponseDataWithDefaults ¶
func NewUserInvitesPost200ResponseDataWithDefaults() *UserInvitesPost200ResponseData
NewUserInvitesPost200ResponseDataWithDefaults instantiates a new UserInvitesPost200ResponseData object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*UserInvitesPost200ResponseData) GetClaimedAt ¶
func (o *UserInvitesPost200ResponseData) GetClaimedAt() string
GetClaimedAt returns the ClaimedAt field value If the value is explicit nil, the zero value for string will be returned
func (*UserInvitesPost200ResponseData) GetClaimedAtOk ¶
func (o *UserInvitesPost200ResponseData) GetClaimedAtOk() (*string, bool)
GetClaimedAtOk returns a tuple with the ClaimedAt 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 (*UserInvitesPost200ResponseData) GetClaimedBy ¶
func (o *UserInvitesPost200ResponseData) GetClaimedBy() string
GetClaimedBy returns the ClaimedBy field value If the value is explicit nil, the zero value for string will be returned
func (*UserInvitesPost200ResponseData) GetClaimedByOk ¶
func (o *UserInvitesPost200ResponseData) GetClaimedByOk() (*string, bool)
GetClaimedByOk returns a tuple with the ClaimedBy 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 (*UserInvitesPost200ResponseData) GetCreatedAt ¶
func (o *UserInvitesPost200ResponseData) GetCreatedAt() string
GetCreatedAt returns the CreatedAt field value
func (*UserInvitesPost200ResponseData) GetCreatedAtOk ¶
func (o *UserInvitesPost200ResponseData) GetCreatedAtOk() (*string, bool)
GetCreatedAtOk returns a tuple with the CreatedAt field value and a boolean to check if the value has been set.
func (*UserInvitesPost200ResponseData) GetExpiresAt ¶
func (o *UserInvitesPost200ResponseData) GetExpiresAt() string
GetExpiresAt returns the ExpiresAt field value
func (*UserInvitesPost200ResponseData) GetExpiresAtOk ¶
func (o *UserInvitesPost200ResponseData) GetExpiresAtOk() (*string, bool)
GetExpiresAtOk returns a tuple with the ExpiresAt field value and a boolean to check if the value has been set.
func (*UserInvitesPost200ResponseData) GetId ¶
func (o *UserInvitesPost200ResponseData) GetId() float32
GetId returns the Id field value
func (*UserInvitesPost200ResponseData) GetIdOk ¶
func (o *UserInvitesPost200ResponseData) GetIdOk() (*float32, bool)
GetIdOk returns a tuple with the Id field value and a boolean to check if the value has been set.
func (*UserInvitesPost200ResponseData) GetInviteLink ¶
func (o *UserInvitesPost200ResponseData) GetInviteLink() string
GetInviteLink returns the InviteLink field value if set, zero value otherwise.
func (*UserInvitesPost200ResponseData) GetInviteLinkOk ¶
func (o *UserInvitesPost200ResponseData) GetInviteLinkOk() (*string, bool)
GetInviteLinkOk returns a tuple with the InviteLink field value if set, nil otherwise and a boolean to check if the value has been set.
func (*UserInvitesPost200ResponseData) GetInvitedBy ¶
func (o *UserInvitesPost200ResponseData) GetInvitedBy() string
GetInvitedBy returns the InvitedBy field value
func (*UserInvitesPost200ResponseData) GetInvitedByOk ¶
func (o *UserInvitesPost200ResponseData) GetInvitedByOk() (*string, bool)
GetInvitedByOk returns a tuple with the InvitedBy field value and a boolean to check if the value has been set.
func (*UserInvitesPost200ResponseData) GetInvitedEmail ¶
func (o *UserInvitesPost200ResponseData) GetInvitedEmail() string
GetInvitedEmail returns the InvitedEmail field value
func (*UserInvitesPost200ResponseData) GetInvitedEmailOk ¶
func (o *UserInvitesPost200ResponseData) GetInvitedEmailOk() (*string, bool)
GetInvitedEmailOk returns a tuple with the InvitedEmail field value and a boolean to check if the value has been set.
func (*UserInvitesPost200ResponseData) GetLegacyId ¶
func (o *UserInvitesPost200ResponseData) GetLegacyId() float32
GetLegacyId returns the LegacyId field value
func (*UserInvitesPost200ResponseData) GetLegacyIdOk ¶
func (o *UserInvitesPost200ResponseData) GetLegacyIdOk() (*float32, bool)
GetLegacyIdOk returns a tuple with the LegacyId field value and a boolean to check if the value has been set.
func (*UserInvitesPost200ResponseData) GetMetadata ¶
func (o *UserInvitesPost200ResponseData) GetMetadata() map[string]interface{}
GetMetadata returns the Metadata field value If the value is explicit nil, the zero value for map[string]interface{} will be returned
func (*UserInvitesPost200ResponseData) GetMetadataOk ¶
func (o *UserInvitesPost200ResponseData) GetMetadataOk() (map[string]interface{}, bool)
GetMetadataOk returns a tuple with the Metadata 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 (*UserInvitesPost200ResponseData) GetUserType ¶
func (o *UserInvitesPost200ResponseData) GetUserType() string
GetUserType returns the UserType field value If the value is explicit nil, the zero value for string will be returned
func (*UserInvitesPost200ResponseData) GetUserTypeOk ¶
func (o *UserInvitesPost200ResponseData) GetUserTypeOk() (*string, bool)
GetUserTypeOk returns a tuple with the UserType 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 (*UserInvitesPost200ResponseData) HasInviteLink ¶
func (o *UserInvitesPost200ResponseData) HasInviteLink() bool
HasInviteLink returns a boolean if a field has been set.
func (UserInvitesPost200ResponseData) MarshalJSON ¶
func (o UserInvitesPost200ResponseData) MarshalJSON() ([]byte, error)
func (*UserInvitesPost200ResponseData) SetClaimedAt ¶
func (o *UserInvitesPost200ResponseData) SetClaimedAt(v string)
SetClaimedAt sets field value
func (*UserInvitesPost200ResponseData) SetClaimedBy ¶
func (o *UserInvitesPost200ResponseData) SetClaimedBy(v string)
SetClaimedBy sets field value
func (*UserInvitesPost200ResponseData) SetCreatedAt ¶
func (o *UserInvitesPost200ResponseData) SetCreatedAt(v string)
SetCreatedAt sets field value
func (*UserInvitesPost200ResponseData) SetExpiresAt ¶
func (o *UserInvitesPost200ResponseData) SetExpiresAt(v string)
SetExpiresAt sets field value
func (*UserInvitesPost200ResponseData) SetId ¶
func (o *UserInvitesPost200ResponseData) SetId(v float32)
SetId sets field value
func (*UserInvitesPost200ResponseData) SetInviteLink ¶
func (o *UserInvitesPost200ResponseData) SetInviteLink(v string)
SetInviteLink gets a reference to the given string and assigns it to the InviteLink field.
func (*UserInvitesPost200ResponseData) SetInvitedBy ¶
func (o *UserInvitesPost200ResponseData) SetInvitedBy(v string)
SetInvitedBy sets field value
func (*UserInvitesPost200ResponseData) SetInvitedEmail ¶
func (o *UserInvitesPost200ResponseData) SetInvitedEmail(v string)
SetInvitedEmail sets field value
func (*UserInvitesPost200ResponseData) SetLegacyId ¶
func (o *UserInvitesPost200ResponseData) SetLegacyId(v float32)
SetLegacyId sets field value
func (*UserInvitesPost200ResponseData) SetMetadata ¶
func (o *UserInvitesPost200ResponseData) SetMetadata(v map[string]interface{})
SetMetadata sets field value
func (*UserInvitesPost200ResponseData) SetUserType ¶
func (o *UserInvitesPost200ResponseData) SetUserType(v string)
SetUserType sets field value
func (UserInvitesPost200ResponseData) ToMap ¶
func (o UserInvitesPost200ResponseData) ToMap() (map[string]interface{}, error)
func (*UserInvitesPost200ResponseData) UnmarshalJSON ¶
func (o *UserInvitesPost200ResponseData) UnmarshalJSON(data []byte) (err error)
type UserInvitesPostRequest ¶
type UserInvitesPostRequest struct {
// The email of the invitee
Email string `json:"email"`
// Group IDs to invite the user to
DefaultGroupIds []float32 `json:"defaultGroupIds,omitempty"`
Metadata map[string]interface{} `json:"metadata,omitempty"`
}
UserInvitesPostRequest Body of request to create a user invite
func NewUserInvitesPostRequest ¶
func NewUserInvitesPostRequest(email string) *UserInvitesPostRequest
NewUserInvitesPostRequest instantiates a new UserInvitesPostRequest object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewUserInvitesPostRequestWithDefaults ¶
func NewUserInvitesPostRequestWithDefaults() *UserInvitesPostRequest
NewUserInvitesPostRequestWithDefaults instantiates a new UserInvitesPostRequest object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*UserInvitesPostRequest) GetDefaultGroupIds ¶
func (o *UserInvitesPostRequest) GetDefaultGroupIds() []float32
GetDefaultGroupIds returns the DefaultGroupIds field value if set, zero value otherwise.
func (*UserInvitesPostRequest) GetDefaultGroupIdsOk ¶
func (o *UserInvitesPostRequest) GetDefaultGroupIdsOk() ([]float32, bool)
GetDefaultGroupIdsOk returns a tuple with the DefaultGroupIds field value if set, nil otherwise and a boolean to check if the value has been set.
func (*UserInvitesPostRequest) GetEmail ¶
func (o *UserInvitesPostRequest) GetEmail() string
GetEmail returns the Email field value
func (*UserInvitesPostRequest) GetEmailOk ¶
func (o *UserInvitesPostRequest) GetEmailOk() (*string, bool)
GetEmailOk returns a tuple with the Email field value and a boolean to check if the value has been set.
func (*UserInvitesPostRequest) GetMetadata ¶
func (o *UserInvitesPostRequest) GetMetadata() map[string]interface{}
GetMetadata returns the Metadata field value if set, zero value otherwise.
func (*UserInvitesPostRequest) GetMetadataOk ¶
func (o *UserInvitesPostRequest) GetMetadataOk() (map[string]interface{}, bool)
GetMetadataOk returns a tuple with the Metadata field value if set, nil otherwise and a boolean to check if the value has been set.
func (*UserInvitesPostRequest) HasDefaultGroupIds ¶
func (o *UserInvitesPostRequest) HasDefaultGroupIds() bool
HasDefaultGroupIds returns a boolean if a field has been set.
func (*UserInvitesPostRequest) HasMetadata ¶
func (o *UserInvitesPostRequest) HasMetadata() bool
HasMetadata returns a boolean if a field has been set.
func (UserInvitesPostRequest) MarshalJSON ¶
func (o UserInvitesPostRequest) MarshalJSON() ([]byte, error)
func (*UserInvitesPostRequest) SetDefaultGroupIds ¶
func (o *UserInvitesPostRequest) SetDefaultGroupIds(v []float32)
SetDefaultGroupIds gets a reference to the given []float32 and assigns it to the DefaultGroupIds field.
func (*UserInvitesPostRequest) SetEmail ¶
func (o *UserInvitesPostRequest) SetEmail(v string)
SetEmail sets field value
func (*UserInvitesPostRequest) SetMetadata ¶
func (o *UserInvitesPostRequest) SetMetadata(v map[string]interface{})
SetMetadata gets a reference to the given map[string]interface{} and assigns it to the Metadata field.
func (UserInvitesPostRequest) ToMap ¶
func (o UserInvitesPostRequest) ToMap() (map[string]interface{}, error)
func (*UserInvitesPostRequest) UnmarshalJSON ¶
func (o *UserInvitesPostRequest) UnmarshalJSON(data []byte) (err error)
type UserInvitesUserInviteIdGet200Response ¶
type UserInvitesUserInviteIdGet200Response struct {
// API request succeeded
Success bool `json:"success"`
Data GroupsGroupIdGet200ResponseDataUserInvitesInner `json:"data"`
AdditionalProperties map[string]interface{}
}
UserInvitesUserInviteIdGet200Response A single user invite.
func NewUserInvitesUserInviteIdGet200Response ¶
func NewUserInvitesUserInviteIdGet200Response(success bool, data GroupsGroupIdGet200ResponseDataUserInvitesInner) *UserInvitesUserInviteIdGet200Response
NewUserInvitesUserInviteIdGet200Response instantiates a new UserInvitesUserInviteIdGet200Response object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewUserInvitesUserInviteIdGet200ResponseWithDefaults ¶
func NewUserInvitesUserInviteIdGet200ResponseWithDefaults() *UserInvitesUserInviteIdGet200Response
NewUserInvitesUserInviteIdGet200ResponseWithDefaults instantiates a new UserInvitesUserInviteIdGet200Response object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*UserInvitesUserInviteIdGet200Response) GetData ¶
func (o *UserInvitesUserInviteIdGet200Response) GetData() GroupsGroupIdGet200ResponseDataUserInvitesInner
GetData returns the Data field value
func (*UserInvitesUserInviteIdGet200Response) GetDataOk ¶
func (o *UserInvitesUserInviteIdGet200Response) GetDataOk() (*GroupsGroupIdGet200ResponseDataUserInvitesInner, bool)
GetDataOk returns a tuple with the Data field value and a boolean to check if the value has been set.
func (*UserInvitesUserInviteIdGet200Response) GetSuccess ¶
func (o *UserInvitesUserInviteIdGet200Response) GetSuccess() bool
GetSuccess returns the Success field value
func (*UserInvitesUserInviteIdGet200Response) GetSuccessOk ¶
func (o *UserInvitesUserInviteIdGet200Response) GetSuccessOk() (*bool, bool)
GetSuccessOk returns a tuple with the Success field value and a boolean to check if the value has been set.
func (UserInvitesUserInviteIdGet200Response) MarshalJSON ¶
func (o UserInvitesUserInviteIdGet200Response) MarshalJSON() ([]byte, error)
func (*UserInvitesUserInviteIdGet200Response) SetData ¶
func (o *UserInvitesUserInviteIdGet200Response) SetData(v GroupsGroupIdGet200ResponseDataUserInvitesInner)
SetData sets field value
func (*UserInvitesUserInviteIdGet200Response) SetSuccess ¶
func (o *UserInvitesUserInviteIdGet200Response) SetSuccess(v bool)
SetSuccess sets field value
func (UserInvitesUserInviteIdGet200Response) ToMap ¶
func (o UserInvitesUserInviteIdGet200Response) ToMap() (map[string]interface{}, error)
func (*UserInvitesUserInviteIdGet200Response) UnmarshalJSON ¶
func (o *UserInvitesUserInviteIdGet200Response) UnmarshalJSON(data []byte) (err error)
type UserInvitesUserInviteIdUserAttributesAttributeNameDelete200Response ¶
type UserInvitesUserInviteIdUserAttributesAttributeNameDelete200Response struct {
// API request succeeded
Success bool `json:"success"`
Data UserInvitesUserInviteIdUserAttributesAttributeNameDelete200ResponseData `json:"data"`
AdditionalProperties map[string]interface{}
}
UserInvitesUserInviteIdUserAttributesAttributeNameDelete200Response struct for UserInvitesUserInviteIdUserAttributesAttributeNameDelete200Response
func NewUserInvitesUserInviteIdUserAttributesAttributeNameDelete200Response ¶
func NewUserInvitesUserInviteIdUserAttributesAttributeNameDelete200Response(success bool, data UserInvitesUserInviteIdUserAttributesAttributeNameDelete200ResponseData) *UserInvitesUserInviteIdUserAttributesAttributeNameDelete200Response
NewUserInvitesUserInviteIdUserAttributesAttributeNameDelete200Response instantiates a new UserInvitesUserInviteIdUserAttributesAttributeNameDelete200Response object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewUserInvitesUserInviteIdUserAttributesAttributeNameDelete200ResponseWithDefaults ¶
func NewUserInvitesUserInviteIdUserAttributesAttributeNameDelete200ResponseWithDefaults() *UserInvitesUserInviteIdUserAttributesAttributeNameDelete200Response
NewUserInvitesUserInviteIdUserAttributesAttributeNameDelete200ResponseWithDefaults instantiates a new UserInvitesUserInviteIdUserAttributesAttributeNameDelete200Response object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*UserInvitesUserInviteIdUserAttributesAttributeNameDelete200Response) GetData ¶
func (o *UserInvitesUserInviteIdUserAttributesAttributeNameDelete200Response) GetData() UserInvitesUserInviteIdUserAttributesAttributeNameDelete200ResponseData
GetData returns the Data field value
func (*UserInvitesUserInviteIdUserAttributesAttributeNameDelete200Response) GetDataOk ¶
func (o *UserInvitesUserInviteIdUserAttributesAttributeNameDelete200Response) GetDataOk() (*UserInvitesUserInviteIdUserAttributesAttributeNameDelete200ResponseData, bool)
GetDataOk returns a tuple with the Data field value and a boolean to check if the value has been set.
func (*UserInvitesUserInviteIdUserAttributesAttributeNameDelete200Response) GetSuccess ¶
func (o *UserInvitesUserInviteIdUserAttributesAttributeNameDelete200Response) GetSuccess() bool
GetSuccess returns the Success field value
func (*UserInvitesUserInviteIdUserAttributesAttributeNameDelete200Response) GetSuccessOk ¶
func (o *UserInvitesUserInviteIdUserAttributesAttributeNameDelete200Response) GetSuccessOk() (*bool, bool)
GetSuccessOk returns a tuple with the Success field value and a boolean to check if the value has been set.
func (UserInvitesUserInviteIdUserAttributesAttributeNameDelete200Response) MarshalJSON ¶
func (o UserInvitesUserInviteIdUserAttributesAttributeNameDelete200Response) MarshalJSON() ([]byte, error)
func (*UserInvitesUserInviteIdUserAttributesAttributeNameDelete200Response) SetData ¶
func (o *UserInvitesUserInviteIdUserAttributesAttributeNameDelete200Response) SetData(v UserInvitesUserInviteIdUserAttributesAttributeNameDelete200ResponseData)
SetData sets field value
func (*UserInvitesUserInviteIdUserAttributesAttributeNameDelete200Response) SetSuccess ¶
func (o *UserInvitesUserInviteIdUserAttributesAttributeNameDelete200Response) SetSuccess(v bool)
SetSuccess sets field value
func (UserInvitesUserInviteIdUserAttributesAttributeNameDelete200Response) ToMap ¶
func (o UserInvitesUserInviteIdUserAttributesAttributeNameDelete200Response) ToMap() (map[string]interface{}, error)
func (*UserInvitesUserInviteIdUserAttributesAttributeNameDelete200Response) UnmarshalJSON ¶
func (o *UserInvitesUserInviteIdUserAttributesAttributeNameDelete200Response) UnmarshalJSON(data []byte) (err error)
type UserInvitesUserInviteIdUserAttributesAttributeNameDelete200ResponseData ¶
type UserInvitesUserInviteIdUserAttributesAttributeNameDelete200ResponseData struct {
// The updated user metadata
Metadata map[string]interface{} `json:"metadata"`
AdditionalProperties map[string]interface{}
}
UserInvitesUserInviteIdUserAttributesAttributeNameDelete200ResponseData struct for UserInvitesUserInviteIdUserAttributesAttributeNameDelete200ResponseData
func NewUserInvitesUserInviteIdUserAttributesAttributeNameDelete200ResponseData ¶
func NewUserInvitesUserInviteIdUserAttributesAttributeNameDelete200ResponseData(metadata map[string]interface{}) *UserInvitesUserInviteIdUserAttributesAttributeNameDelete200ResponseData
NewUserInvitesUserInviteIdUserAttributesAttributeNameDelete200ResponseData instantiates a new UserInvitesUserInviteIdUserAttributesAttributeNameDelete200ResponseData object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewUserInvitesUserInviteIdUserAttributesAttributeNameDelete200ResponseDataWithDefaults ¶
func NewUserInvitesUserInviteIdUserAttributesAttributeNameDelete200ResponseDataWithDefaults() *UserInvitesUserInviteIdUserAttributesAttributeNameDelete200ResponseData
NewUserInvitesUserInviteIdUserAttributesAttributeNameDelete200ResponseDataWithDefaults instantiates a new UserInvitesUserInviteIdUserAttributesAttributeNameDelete200ResponseData object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*UserInvitesUserInviteIdUserAttributesAttributeNameDelete200ResponseData) GetMetadata ¶
func (o *UserInvitesUserInviteIdUserAttributesAttributeNameDelete200ResponseData) GetMetadata() map[string]interface{}
GetMetadata returns the Metadata field value
func (*UserInvitesUserInviteIdUserAttributesAttributeNameDelete200ResponseData) GetMetadataOk ¶
func (o *UserInvitesUserInviteIdUserAttributesAttributeNameDelete200ResponseData) GetMetadataOk() (map[string]interface{}, bool)
GetMetadataOk returns a tuple with the Metadata field value and a boolean to check if the value has been set.
func (UserInvitesUserInviteIdUserAttributesAttributeNameDelete200ResponseData) MarshalJSON ¶
func (o UserInvitesUserInviteIdUserAttributesAttributeNameDelete200ResponseData) MarshalJSON() ([]byte, error)
func (*UserInvitesUserInviteIdUserAttributesAttributeNameDelete200ResponseData) SetMetadata ¶
func (o *UserInvitesUserInviteIdUserAttributesAttributeNameDelete200ResponseData) SetMetadata(v map[string]interface{})
SetMetadata sets field value
func (UserInvitesUserInviteIdUserAttributesAttributeNameDelete200ResponseData) ToMap ¶
func (o UserInvitesUserInviteIdUserAttributesAttributeNameDelete200ResponseData) ToMap() (map[string]interface{}, error)
func (*UserInvitesUserInviteIdUserAttributesAttributeNameDelete200ResponseData) UnmarshalJSON ¶
func (o *UserInvitesUserInviteIdUserAttributesAttributeNameDelete200ResponseData) UnmarshalJSON(data []byte) (err error)
type UserInvitesUserInviteIdUserAttributesPost200Response ¶
type UserInvitesUserInviteIdUserAttributesPost200Response struct {
// API request succeeded
Success bool `json:"success"`
Data UserInvitesUserInviteIdUserAttributesPost200ResponseData `json:"data"`
AdditionalProperties map[string]interface{}
}
UserInvitesUserInviteIdUserAttributesPost200Response struct for UserInvitesUserInviteIdUserAttributesPost200Response
func NewUserInvitesUserInviteIdUserAttributesPost200Response ¶
func NewUserInvitesUserInviteIdUserAttributesPost200Response(success bool, data UserInvitesUserInviteIdUserAttributesPost200ResponseData) *UserInvitesUserInviteIdUserAttributesPost200Response
NewUserInvitesUserInviteIdUserAttributesPost200Response instantiates a new UserInvitesUserInviteIdUserAttributesPost200Response object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewUserInvitesUserInviteIdUserAttributesPost200ResponseWithDefaults ¶
func NewUserInvitesUserInviteIdUserAttributesPost200ResponseWithDefaults() *UserInvitesUserInviteIdUserAttributesPost200Response
NewUserInvitesUserInviteIdUserAttributesPost200ResponseWithDefaults instantiates a new UserInvitesUserInviteIdUserAttributesPost200Response object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*UserInvitesUserInviteIdUserAttributesPost200Response) GetData ¶
func (o *UserInvitesUserInviteIdUserAttributesPost200Response) GetData() UserInvitesUserInviteIdUserAttributesPost200ResponseData
GetData returns the Data field value
func (*UserInvitesUserInviteIdUserAttributesPost200Response) GetDataOk ¶
func (o *UserInvitesUserInviteIdUserAttributesPost200Response) GetDataOk() (*UserInvitesUserInviteIdUserAttributesPost200ResponseData, bool)
GetDataOk returns a tuple with the Data field value and a boolean to check if the value has been set.
func (*UserInvitesUserInviteIdUserAttributesPost200Response) GetSuccess ¶
func (o *UserInvitesUserInviteIdUserAttributesPost200Response) GetSuccess() bool
GetSuccess returns the Success field value
func (*UserInvitesUserInviteIdUserAttributesPost200Response) GetSuccessOk ¶
func (o *UserInvitesUserInviteIdUserAttributesPost200Response) GetSuccessOk() (*bool, bool)
GetSuccessOk returns a tuple with the Success field value and a boolean to check if the value has been set.
func (UserInvitesUserInviteIdUserAttributesPost200Response) MarshalJSON ¶
func (o UserInvitesUserInviteIdUserAttributesPost200Response) MarshalJSON() ([]byte, error)
func (*UserInvitesUserInviteIdUserAttributesPost200Response) SetData ¶
func (o *UserInvitesUserInviteIdUserAttributesPost200Response) SetData(v UserInvitesUserInviteIdUserAttributesPost200ResponseData)
SetData sets field value
func (*UserInvitesUserInviteIdUserAttributesPost200Response) SetSuccess ¶
func (o *UserInvitesUserInviteIdUserAttributesPost200Response) SetSuccess(v bool)
SetSuccess sets field value
func (UserInvitesUserInviteIdUserAttributesPost200Response) ToMap ¶
func (o UserInvitesUserInviteIdUserAttributesPost200Response) ToMap() (map[string]interface{}, error)
func (*UserInvitesUserInviteIdUserAttributesPost200Response) UnmarshalJSON ¶
func (o *UserInvitesUserInviteIdUserAttributesPost200Response) UnmarshalJSON(data []byte) (err error)
type UserInvitesUserInviteIdUserAttributesPost200ResponseData ¶
type UserInvitesUserInviteIdUserAttributesPost200ResponseData struct {
// The updated user invite metadata, containing the new attribute value
Metadata map[string]interface{} `json:"metadata"`
AdditionalProperties map[string]interface{}
}
UserInvitesUserInviteIdUserAttributesPost200ResponseData struct for UserInvitesUserInviteIdUserAttributesPost200ResponseData
func NewUserInvitesUserInviteIdUserAttributesPost200ResponseData ¶
func NewUserInvitesUserInviteIdUserAttributesPost200ResponseData(metadata map[string]interface{}) *UserInvitesUserInviteIdUserAttributesPost200ResponseData
NewUserInvitesUserInviteIdUserAttributesPost200ResponseData instantiates a new UserInvitesUserInviteIdUserAttributesPost200ResponseData object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewUserInvitesUserInviteIdUserAttributesPost200ResponseDataWithDefaults ¶
func NewUserInvitesUserInviteIdUserAttributesPost200ResponseDataWithDefaults() *UserInvitesUserInviteIdUserAttributesPost200ResponseData
NewUserInvitesUserInviteIdUserAttributesPost200ResponseDataWithDefaults instantiates a new UserInvitesUserInviteIdUserAttributesPost200ResponseData object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*UserInvitesUserInviteIdUserAttributesPost200ResponseData) GetMetadata ¶
func (o *UserInvitesUserInviteIdUserAttributesPost200ResponseData) GetMetadata() map[string]interface{}
GetMetadata returns the Metadata field value
func (*UserInvitesUserInviteIdUserAttributesPost200ResponseData) GetMetadataOk ¶
func (o *UserInvitesUserInviteIdUserAttributesPost200ResponseData) GetMetadataOk() (map[string]interface{}, bool)
GetMetadataOk returns a tuple with the Metadata field value and a boolean to check if the value has been set.
func (UserInvitesUserInviteIdUserAttributesPost200ResponseData) MarshalJSON ¶
func (o UserInvitesUserInviteIdUserAttributesPost200ResponseData) MarshalJSON() ([]byte, error)
func (*UserInvitesUserInviteIdUserAttributesPost200ResponseData) SetMetadata ¶
func (o *UserInvitesUserInviteIdUserAttributesPost200ResponseData) SetMetadata(v map[string]interface{})
SetMetadata sets field value
func (UserInvitesUserInviteIdUserAttributesPost200ResponseData) ToMap ¶
func (o UserInvitesUserInviteIdUserAttributesPost200ResponseData) ToMap() (map[string]interface{}, error)
func (*UserInvitesUserInviteIdUserAttributesPost200ResponseData) UnmarshalJSON ¶
func (o *UserInvitesUserInviteIdUserAttributesPost200ResponseData) UnmarshalJSON(data []byte) (err error)
type UserInvitesUserInviteIdUserAttributesPostRequest ¶
type UserInvitesUserInviteIdUserAttributesPostRequest struct {
// The name of the user attribute (must match an existing attribute exactly)
Name string `json:"name"`
// The value of the user attribute
Value NullableString `json:"value"`
AdditionalProperties map[string]interface{}
}
UserInvitesUserInviteIdUserAttributesPostRequest The body of a request to add a user attribute or update an existing user attribute on a user invite.
func NewUserInvitesUserInviteIdUserAttributesPostRequest ¶
func NewUserInvitesUserInviteIdUserAttributesPostRequest(name string, value NullableString) *UserInvitesUserInviteIdUserAttributesPostRequest
NewUserInvitesUserInviteIdUserAttributesPostRequest instantiates a new UserInvitesUserInviteIdUserAttributesPostRequest object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewUserInvitesUserInviteIdUserAttributesPostRequestWithDefaults ¶
func NewUserInvitesUserInviteIdUserAttributesPostRequestWithDefaults() *UserInvitesUserInviteIdUserAttributesPostRequest
NewUserInvitesUserInviteIdUserAttributesPostRequestWithDefaults instantiates a new UserInvitesUserInviteIdUserAttributesPostRequest object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*UserInvitesUserInviteIdUserAttributesPostRequest) GetName ¶
func (o *UserInvitesUserInviteIdUserAttributesPostRequest) GetName() string
GetName returns the Name field value
func (*UserInvitesUserInviteIdUserAttributesPostRequest) GetNameOk ¶
func (o *UserInvitesUserInviteIdUserAttributesPostRequest) GetNameOk() (*string, bool)
GetNameOk returns a tuple with the Name field value and a boolean to check if the value has been set.
func (*UserInvitesUserInviteIdUserAttributesPostRequest) GetValue ¶
func (o *UserInvitesUserInviteIdUserAttributesPostRequest) GetValue() string
GetValue returns the Value field value If the value is explicit nil, the zero value for string will be returned
func (*UserInvitesUserInviteIdUserAttributesPostRequest) GetValueOk ¶
func (o *UserInvitesUserInviteIdUserAttributesPostRequest) GetValueOk() (*string, bool)
GetValueOk returns a tuple with the Value 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 (UserInvitesUserInviteIdUserAttributesPostRequest) MarshalJSON ¶
func (o UserInvitesUserInviteIdUserAttributesPostRequest) MarshalJSON() ([]byte, error)
func (*UserInvitesUserInviteIdUserAttributesPostRequest) SetName ¶
func (o *UserInvitesUserInviteIdUserAttributesPostRequest) SetName(v string)
SetName sets field value
func (*UserInvitesUserInviteIdUserAttributesPostRequest) SetValue ¶
func (o *UserInvitesUserInviteIdUserAttributesPostRequest) SetValue(v string)
SetValue sets field value
func (UserInvitesUserInviteIdUserAttributesPostRequest) ToMap ¶
func (o UserInvitesUserInviteIdUserAttributesPostRequest) ToMap() (map[string]interface{}, error)
func (*UserInvitesUserInviteIdUserAttributesPostRequest) UnmarshalJSON ¶
func (o *UserInvitesUserInviteIdUserAttributesPostRequest) UnmarshalJSON(data []byte) (err error)
type UserTask ¶ added in v1.0.0
type UserTask struct {
// The ID of the user task.
Id string `json:"id"`
// The ID of the workflow this task belongs to.
WorkflowId string `json:"workflow_id"`
// The name of the workflow.
WorkflowName string `json:"workflow_name"`
// The ID of the workflow run.
WorkflowRunId string `json:"workflow_run_id"`
// The name of the task.
TaskName string `json:"task_name"`
// The current status of the task.
Status string `json:"status"`
// Additional context for the task.
Context map[string]interface{} `json:"context"`
// The creation date time of the task.
CreatedAt string `json:"created_at"`
// The completion date time of the task.
CompletedAt NullableString `json:"completed_at"`
// URL links to apps associated with the task.
TaskUrl []string `json:"task_url"`
// The groups or users assigned to this task.
Assignees []UserTasksGet200ResponseDataInnerAssigneesInner `json:"assignees"`
// The workflow release version, if any.
WorkflowRelease NullableString `json:"workflow_release"`
// The expiration date time of the task, if set.
ExpiresAt NullableString `json:"expires_at"`
Output map[string]interface{} `json:"output,omitempty"`
AdditionalProperties map[string]interface{}
}
UserTask User-defined context for the task.
func NewUserTask ¶ added in v1.0.0
func NewUserTask(id string, workflowId string, workflowName string, workflowRunId string, taskName string, status string, context map[string]interface{}, createdAt string, completedAt NullableString, taskUrl []string, assignees []UserTasksGet200ResponseDataInnerAssigneesInner, workflowRelease NullableString, expiresAt NullableString) *UserTask
NewUserTask instantiates a new UserTask object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewUserTaskWithDefaults ¶ added in v1.0.0
func NewUserTaskWithDefaults() *UserTask
NewUserTaskWithDefaults instantiates a new UserTask object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*UserTask) GetAssignees ¶ added in v1.0.0
func (o *UserTask) GetAssignees() []UserTasksGet200ResponseDataInnerAssigneesInner
GetAssignees returns the Assignees field value
func (*UserTask) GetAssigneesOk ¶ added in v1.0.0
func (o *UserTask) GetAssigneesOk() ([]UserTasksGet200ResponseDataInnerAssigneesInner, bool)
GetAssigneesOk returns a tuple with the Assignees field value and a boolean to check if the value has been set.
func (*UserTask) GetCompletedAt ¶ added in v1.0.0
GetCompletedAt returns the CompletedAt field value If the value is explicit nil, the zero value for string will be returned
func (*UserTask) GetCompletedAtOk ¶ added in v1.0.0
GetCompletedAtOk returns a tuple with the CompletedAt 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 (*UserTask) GetContext ¶ added in v1.0.0
GetContext returns the Context field value
func (*UserTask) GetContextOk ¶ added in v1.0.0
GetContextOk returns a tuple with the Context field value and a boolean to check if the value has been set.
func (*UserTask) GetCreatedAt ¶ added in v1.0.0
GetCreatedAt returns the CreatedAt field value
func (*UserTask) GetCreatedAtOk ¶ added in v1.0.0
GetCreatedAtOk returns a tuple with the CreatedAt field value and a boolean to check if the value has been set.
func (*UserTask) GetExpiresAt ¶ added in v1.0.0
GetExpiresAt returns the ExpiresAt field value If the value is explicit nil, the zero value for string will be returned
func (*UserTask) GetExpiresAtOk ¶ added in v1.0.0
GetExpiresAtOk returns a tuple with the ExpiresAt 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 (*UserTask) GetIdOk ¶ added in v1.0.0
GetIdOk returns a tuple with the Id field value and a boolean to check if the value has been set.
func (*UserTask) GetOutput ¶ added in v1.0.0
GetOutput returns the Output field value if set, zero value otherwise.
func (*UserTask) GetOutputOk ¶ added in v1.0.0
GetOutputOk returns a tuple with the Output field value if set, nil otherwise and a boolean to check if the value has been set.
func (*UserTask) GetStatusOk ¶ added in v1.0.0
GetStatusOk returns a tuple with the Status field value and a boolean to check if the value has been set.
func (*UserTask) GetTaskName ¶ added in v1.0.0
GetTaskName returns the TaskName field value
func (*UserTask) GetTaskNameOk ¶ added in v1.0.0
GetTaskNameOk returns a tuple with the TaskName field value and a boolean to check if the value has been set.
func (*UserTask) GetTaskUrl ¶ added in v1.0.0
GetTaskUrl returns the TaskUrl field value
func (*UserTask) GetTaskUrlOk ¶ added in v1.0.0
GetTaskUrlOk returns a tuple with the TaskUrl field value and a boolean to check if the value has been set.
func (*UserTask) GetWorkflowId ¶ added in v1.0.0
GetWorkflowId returns the WorkflowId field value
func (*UserTask) GetWorkflowIdOk ¶ added in v1.0.0
GetWorkflowIdOk returns a tuple with the WorkflowId field value and a boolean to check if the value has been set.
func (*UserTask) GetWorkflowName ¶ added in v1.0.0
GetWorkflowName returns the WorkflowName field value
func (*UserTask) GetWorkflowNameOk ¶ added in v1.0.0
GetWorkflowNameOk returns a tuple with the WorkflowName field value and a boolean to check if the value has been set.
func (*UserTask) GetWorkflowRelease ¶ added in v1.0.0
GetWorkflowRelease returns the WorkflowRelease field value If the value is explicit nil, the zero value for string will be returned
func (*UserTask) GetWorkflowReleaseOk ¶ added in v1.0.0
GetWorkflowReleaseOk returns a tuple with the WorkflowRelease 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 (*UserTask) GetWorkflowRunId ¶ added in v1.0.0
GetWorkflowRunId returns the WorkflowRunId field value
func (*UserTask) GetWorkflowRunIdOk ¶ added in v1.0.0
GetWorkflowRunIdOk returns a tuple with the WorkflowRunId field value and a boolean to check if the value has been set.
func (UserTask) MarshalJSON ¶ added in v1.0.0
func (*UserTask) SetAssignees ¶ added in v1.0.0
func (o *UserTask) SetAssignees(v []UserTasksGet200ResponseDataInnerAssigneesInner)
SetAssignees sets field value
func (*UserTask) SetCompletedAt ¶ added in v1.0.0
SetCompletedAt sets field value
func (*UserTask) SetContext ¶ added in v1.0.0
SetContext sets field value
func (*UserTask) SetCreatedAt ¶ added in v1.0.0
SetCreatedAt sets field value
func (*UserTask) SetExpiresAt ¶ added in v1.0.0
SetExpiresAt sets field value
func (*UserTask) SetOutput ¶ added in v1.0.0
SetOutput gets a reference to the given map[string]interface{} and assigns it to the Output field.
func (*UserTask) SetTaskName ¶ added in v1.0.0
SetTaskName sets field value
func (*UserTask) SetTaskUrl ¶ added in v1.0.0
SetTaskUrl sets field value
func (*UserTask) SetWorkflowId ¶ added in v1.0.0
SetWorkflowId sets field value
func (*UserTask) SetWorkflowName ¶ added in v1.0.0
SetWorkflowName sets field value
func (*UserTask) SetWorkflowRelease ¶ added in v1.0.0
SetWorkflowRelease sets field value
func (*UserTask) SetWorkflowRunId ¶ added in v1.0.0
SetWorkflowRunId sets field value
func (*UserTask) UnmarshalJSON ¶ added in v1.0.0
type UserTasksAPIService ¶ added in v1.0.0
type UserTasksAPIService service
UserTasksAPIService UserTasksAPI service
func (*UserTasksAPIService) UserTasksGet ¶ added in v1.0.0
func (a *UserTasksAPIService) UserTasksGet(ctx context.Context) ApiUserTasksGetRequest
UserTasksGet List User Tasks
Requires the User Tasks feature which is currently in private beta. Fill out the form at https://workflowstools.retool.com/form/0d8c9ebb-fba1-4c80-8d07-af75bdbf034e to request access. Available on Retool version 3.114+. Returns a list of user tasks for a particular user. The API token must have the "User Tasks > Read" scope.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return ApiUserTasksGetRequest
func (*UserTasksAPIService) UserTasksGetExecute ¶ added in v1.0.0
func (a *UserTasksAPIService) UserTasksGetExecute(r ApiUserTasksGetRequest) (*UserTasksGet200Response, *http.Response, error)
Execute executes the request
@return UserTasksGet200Response
func (*UserTasksAPIService) UserTasksTaskIdCancelPatch ¶ added in v1.0.0
func (a *UserTasksAPIService) UserTasksTaskIdCancelPatch(ctx context.Context, taskId string) ApiUserTasksTaskIdCancelPatchRequest
UserTasksTaskIdCancelPatch Cancels a user task.
Requires the User Tasks feature which is currently in private beta. Fill out the form at https://workflowstools.retool.com/form/0d8c9ebb-fba1-4c80-8d07-af75bdbf034e to request access. Available on Retool version 3.114+. Cancel a user task with a provided reason. The API token must have the "User Tasks > Write" scope.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param taskId The ID of the user task. @return ApiUserTasksTaskIdCancelPatchRequest
func (*UserTasksAPIService) UserTasksTaskIdCancelPatchExecute ¶ added in v1.0.0
func (a *UserTasksAPIService) UserTasksTaskIdCancelPatchExecute(r ApiUserTasksTaskIdCancelPatchRequest) (*UserTasksTaskIdSubmitPatch200Response, *http.Response, error)
Execute executes the request
@return UserTasksTaskIdSubmitPatch200Response
func (*UserTasksAPIService) UserTasksTaskIdReassignPatch ¶ added in v1.0.0
func (a *UserTasksAPIService) UserTasksTaskIdReassignPatch(ctx context.Context, taskId string) ApiUserTasksTaskIdReassignPatchRequest
UserTasksTaskIdReassignPatch Reassign a user task to a group or a user.
Requires the User Tasks feature which is currently in private beta. Fill out the form at https://workflowstools.retool.com/form/0d8c9ebb-fba1-4c80-8d07-af75bdbf034e to request access. Available on Retool version 3.114+. Reassigns a user task to a group or user based on the group or user id. The API token must have the "User Tasks > Write" scope.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param taskId The ID of the user task. @return ApiUserTasksTaskIdReassignPatchRequest
func (*UserTasksAPIService) UserTasksTaskIdReassignPatchExecute ¶ added in v1.0.0
func (a *UserTasksAPIService) UserTasksTaskIdReassignPatchExecute(r ApiUserTasksTaskIdReassignPatchRequest) (*UserTasksTaskIdSubmitPatch200Response, *http.Response, error)
Execute executes the request
@return UserTasksTaskIdSubmitPatch200Response
func (*UserTasksAPIService) UserTasksTaskIdSubmitPatch ¶ added in v1.0.0
func (a *UserTasksAPIService) UserTasksTaskIdSubmitPatch(ctx context.Context, taskId string) ApiUserTasksTaskIdSubmitPatchRequest
UserTasksTaskIdSubmitPatch Submits a user task.
Requires the User Tasks feature which is currently in private beta. Fill out the form at https://workflowstools.retool.com/form/0d8c9ebb-fba1-4c80-8d07-af75bdbf034e to request access. Available on Retool version 3.114+. Submits a user task with a provided output payload. The API token must have the "User Tasks > Write" scope.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param taskId The ID of the user task. @return ApiUserTasksTaskIdSubmitPatchRequest
func (*UserTasksAPIService) UserTasksTaskIdSubmitPatchExecute ¶ added in v1.0.0
func (a *UserTasksAPIService) UserTasksTaskIdSubmitPatchExecute(r ApiUserTasksTaskIdSubmitPatchRequest) (*UserTasksTaskIdSubmitPatch200Response, *http.Response, error)
Execute executes the request
@return UserTasksTaskIdSubmitPatch200Response
type UserTasksGet200Response ¶ added in v1.0.0
type UserTasksGet200Response struct {
// API request succeeded
Success bool `json:"success"`
// An array of requested items
Data []UserTasksGet200ResponseDataInner `json:"data"`
// Total number of items in the response
TotalCount float32 `json:"total_count"`
// A token to retrieve the next page of items in the collection
NextToken NullableString `json:"next_token"`
// Whether there are more items in the collection
HasMore bool `json:"has_more"`
AdditionalProperties map[string]interface{}
}
UserTasksGet200Response A paginated list of user tasks.
func NewUserTasksGet200Response ¶ added in v1.0.0
func NewUserTasksGet200Response(success bool, data []UserTasksGet200ResponseDataInner, totalCount float32, nextToken NullableString, hasMore bool) *UserTasksGet200Response
NewUserTasksGet200Response instantiates a new UserTasksGet200Response object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewUserTasksGet200ResponseWithDefaults ¶ added in v1.0.0
func NewUserTasksGet200ResponseWithDefaults() *UserTasksGet200Response
NewUserTasksGet200ResponseWithDefaults instantiates a new UserTasksGet200Response object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*UserTasksGet200Response) GetData ¶ added in v1.0.0
func (o *UserTasksGet200Response) GetData() []UserTasksGet200ResponseDataInner
GetData returns the Data field value
func (*UserTasksGet200Response) GetDataOk ¶ added in v1.0.0
func (o *UserTasksGet200Response) GetDataOk() ([]UserTasksGet200ResponseDataInner, bool)
GetDataOk returns a tuple with the Data field value and a boolean to check if the value has been set.
func (*UserTasksGet200Response) GetHasMore ¶ added in v1.0.0
func (o *UserTasksGet200Response) GetHasMore() bool
GetHasMore returns the HasMore field value
func (*UserTasksGet200Response) GetHasMoreOk ¶ added in v1.0.0
func (o *UserTasksGet200Response) GetHasMoreOk() (*bool, bool)
GetHasMoreOk returns a tuple with the HasMore field value and a boolean to check if the value has been set.
func (*UserTasksGet200Response) GetNextToken ¶ added in v1.0.0
func (o *UserTasksGet200Response) GetNextToken() string
GetNextToken returns the NextToken field value If the value is explicit nil, the zero value for string will be returned
func (*UserTasksGet200Response) GetNextTokenOk ¶ added in v1.0.0
func (o *UserTasksGet200Response) GetNextTokenOk() (*string, bool)
GetNextTokenOk returns a tuple with the NextToken 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 (*UserTasksGet200Response) GetSuccess ¶ added in v1.0.0
func (o *UserTasksGet200Response) GetSuccess() bool
GetSuccess returns the Success field value
func (*UserTasksGet200Response) GetSuccessOk ¶ added in v1.0.0
func (o *UserTasksGet200Response) GetSuccessOk() (*bool, bool)
GetSuccessOk returns a tuple with the Success field value and a boolean to check if the value has been set.
func (*UserTasksGet200Response) GetTotalCount ¶ added in v1.0.0
func (o *UserTasksGet200Response) GetTotalCount() float32
GetTotalCount returns the TotalCount field value
func (*UserTasksGet200Response) GetTotalCountOk ¶ added in v1.0.0
func (o *UserTasksGet200Response) GetTotalCountOk() (*float32, bool)
GetTotalCountOk returns a tuple with the TotalCount field value and a boolean to check if the value has been set.
func (UserTasksGet200Response) MarshalJSON ¶ added in v1.0.0
func (o UserTasksGet200Response) MarshalJSON() ([]byte, error)
func (*UserTasksGet200Response) SetData ¶ added in v1.0.0
func (o *UserTasksGet200Response) SetData(v []UserTasksGet200ResponseDataInner)
SetData sets field value
func (*UserTasksGet200Response) SetHasMore ¶ added in v1.0.0
func (o *UserTasksGet200Response) SetHasMore(v bool)
SetHasMore sets field value
func (*UserTasksGet200Response) SetNextToken ¶ added in v1.0.0
func (o *UserTasksGet200Response) SetNextToken(v string)
SetNextToken sets field value
func (*UserTasksGet200Response) SetSuccess ¶ added in v1.0.0
func (o *UserTasksGet200Response) SetSuccess(v bool)
SetSuccess sets field value
func (*UserTasksGet200Response) SetTotalCount ¶ added in v1.0.0
func (o *UserTasksGet200Response) SetTotalCount(v float32)
SetTotalCount sets field value
func (UserTasksGet200Response) ToMap ¶ added in v1.0.0
func (o UserTasksGet200Response) ToMap() (map[string]interface{}, error)
func (*UserTasksGet200Response) UnmarshalJSON ¶ added in v1.0.0
func (o *UserTasksGet200Response) UnmarshalJSON(data []byte) (err error)
type UserTasksGet200ResponseDataInner ¶ added in v1.0.0
type UserTasksGet200ResponseDataInner struct {
// The ID of the user task.
Id string `json:"id"`
// The ID of the workflow this task belongs to.
WorkflowId string `json:"workflow_id"`
// The name of the workflow.
WorkflowName string `json:"workflow_name"`
// The ID of the workflow run.
WorkflowRunId string `json:"workflow_run_id"`
// The name of the task.
TaskName string `json:"task_name"`
// The current status of the task.
Status string `json:"status"`
// Additional context for the task.
Context map[string]interface{} `json:"context"`
// The creation date time of the task.
CreatedAt string `json:"created_at"`
// The completion date time of the task.
CompletedAt NullableString `json:"completed_at"`
// URL links to apps associated with the task.
TaskUrl []string `json:"task_url"`
// The groups or users assigned to this task.
Assignees []UserTasksGet200ResponseDataInnerAssigneesInner `json:"assignees"`
// The workflow release version, if any.
WorkflowRelease NullableString `json:"workflow_release"`
// The expiration date time of the task, if set.
ExpiresAt NullableString `json:"expires_at"`
Output map[string]interface{} `json:"output,omitempty"`
AdditionalProperties map[string]interface{}
}
UserTasksGet200ResponseDataInner User-defined context for the task.
func NewUserTasksGet200ResponseDataInner ¶ added in v1.0.0
func NewUserTasksGet200ResponseDataInner(id string, workflowId string, workflowName string, workflowRunId string, taskName string, status string, context map[string]interface{}, createdAt string, completedAt NullableString, taskUrl []string, assignees []UserTasksGet200ResponseDataInnerAssigneesInner, workflowRelease NullableString, expiresAt NullableString) *UserTasksGet200ResponseDataInner
NewUserTasksGet200ResponseDataInner instantiates a new UserTasksGet200ResponseDataInner object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewUserTasksGet200ResponseDataInnerWithDefaults ¶ added in v1.0.0
func NewUserTasksGet200ResponseDataInnerWithDefaults() *UserTasksGet200ResponseDataInner
NewUserTasksGet200ResponseDataInnerWithDefaults instantiates a new UserTasksGet200ResponseDataInner object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*UserTasksGet200ResponseDataInner) GetAssignees ¶ added in v1.0.0
func (o *UserTasksGet200ResponseDataInner) GetAssignees() []UserTasksGet200ResponseDataInnerAssigneesInner
GetAssignees returns the Assignees field value
func (*UserTasksGet200ResponseDataInner) GetAssigneesOk ¶ added in v1.0.0
func (o *UserTasksGet200ResponseDataInner) GetAssigneesOk() ([]UserTasksGet200ResponseDataInnerAssigneesInner, bool)
GetAssigneesOk returns a tuple with the Assignees field value and a boolean to check if the value has been set.
func (*UserTasksGet200ResponseDataInner) GetCompletedAt ¶ added in v1.0.0
func (o *UserTasksGet200ResponseDataInner) GetCompletedAt() string
GetCompletedAt returns the CompletedAt field value If the value is explicit nil, the zero value for string will be returned
func (*UserTasksGet200ResponseDataInner) GetCompletedAtOk ¶ added in v1.0.0
func (o *UserTasksGet200ResponseDataInner) GetCompletedAtOk() (*string, bool)
GetCompletedAtOk returns a tuple with the CompletedAt 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 (*UserTasksGet200ResponseDataInner) GetContext ¶ added in v1.0.0
func (o *UserTasksGet200ResponseDataInner) GetContext() map[string]interface{}
GetContext returns the Context field value
func (*UserTasksGet200ResponseDataInner) GetContextOk ¶ added in v1.0.0
func (o *UserTasksGet200ResponseDataInner) GetContextOk() (map[string]interface{}, bool)
GetContextOk returns a tuple with the Context field value and a boolean to check if the value has been set.
func (*UserTasksGet200ResponseDataInner) GetCreatedAt ¶ added in v1.0.0
func (o *UserTasksGet200ResponseDataInner) GetCreatedAt() string
GetCreatedAt returns the CreatedAt field value
func (*UserTasksGet200ResponseDataInner) GetCreatedAtOk ¶ added in v1.0.0
func (o *UserTasksGet200ResponseDataInner) GetCreatedAtOk() (*string, bool)
GetCreatedAtOk returns a tuple with the CreatedAt field value and a boolean to check if the value has been set.
func (*UserTasksGet200ResponseDataInner) GetExpiresAt ¶ added in v1.0.0
func (o *UserTasksGet200ResponseDataInner) GetExpiresAt() string
GetExpiresAt returns the ExpiresAt field value If the value is explicit nil, the zero value for string will be returned
func (*UserTasksGet200ResponseDataInner) GetExpiresAtOk ¶ added in v1.0.0
func (o *UserTasksGet200ResponseDataInner) GetExpiresAtOk() (*string, bool)
GetExpiresAtOk returns a tuple with the ExpiresAt 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 (*UserTasksGet200ResponseDataInner) GetId ¶ added in v1.0.0
func (o *UserTasksGet200ResponseDataInner) GetId() string
GetId returns the Id field value
func (*UserTasksGet200ResponseDataInner) GetIdOk ¶ added in v1.0.0
func (o *UserTasksGet200ResponseDataInner) GetIdOk() (*string, bool)
GetIdOk returns a tuple with the Id field value and a boolean to check if the value has been set.
func (*UserTasksGet200ResponseDataInner) GetOutput ¶ added in v1.0.0
func (o *UserTasksGet200ResponseDataInner) GetOutput() map[string]interface{}
GetOutput returns the Output field value if set, zero value otherwise.
func (*UserTasksGet200ResponseDataInner) GetOutputOk ¶ added in v1.0.0
func (o *UserTasksGet200ResponseDataInner) GetOutputOk() (map[string]interface{}, bool)
GetOutputOk returns a tuple with the Output field value if set, nil otherwise and a boolean to check if the value has been set.
func (*UserTasksGet200ResponseDataInner) GetStatus ¶ added in v1.0.0
func (o *UserTasksGet200ResponseDataInner) GetStatus() string
GetStatus returns the Status field value
func (*UserTasksGet200ResponseDataInner) GetStatusOk ¶ added in v1.0.0
func (o *UserTasksGet200ResponseDataInner) GetStatusOk() (*string, bool)
GetStatusOk returns a tuple with the Status field value and a boolean to check if the value has been set.
func (*UserTasksGet200ResponseDataInner) GetTaskName ¶ added in v1.0.0
func (o *UserTasksGet200ResponseDataInner) GetTaskName() string
GetTaskName returns the TaskName field value
func (*UserTasksGet200ResponseDataInner) GetTaskNameOk ¶ added in v1.0.0
func (o *UserTasksGet200ResponseDataInner) GetTaskNameOk() (*string, bool)
GetTaskNameOk returns a tuple with the TaskName field value and a boolean to check if the value has been set.
func (*UserTasksGet200ResponseDataInner) GetTaskUrl ¶ added in v1.0.0
func (o *UserTasksGet200ResponseDataInner) GetTaskUrl() []string
GetTaskUrl returns the TaskUrl field value
func (*UserTasksGet200ResponseDataInner) GetTaskUrlOk ¶ added in v1.0.0
func (o *UserTasksGet200ResponseDataInner) GetTaskUrlOk() ([]string, bool)
GetTaskUrlOk returns a tuple with the TaskUrl field value and a boolean to check if the value has been set.
func (*UserTasksGet200ResponseDataInner) GetWorkflowId ¶ added in v1.0.0
func (o *UserTasksGet200ResponseDataInner) GetWorkflowId() string
GetWorkflowId returns the WorkflowId field value
func (*UserTasksGet200ResponseDataInner) GetWorkflowIdOk ¶ added in v1.0.0
func (o *UserTasksGet200ResponseDataInner) GetWorkflowIdOk() (*string, bool)
GetWorkflowIdOk returns a tuple with the WorkflowId field value and a boolean to check if the value has been set.
func (*UserTasksGet200ResponseDataInner) GetWorkflowName ¶ added in v1.0.0
func (o *UserTasksGet200ResponseDataInner) GetWorkflowName() string
GetWorkflowName returns the WorkflowName field value
func (*UserTasksGet200ResponseDataInner) GetWorkflowNameOk ¶ added in v1.0.0
func (o *UserTasksGet200ResponseDataInner) GetWorkflowNameOk() (*string, bool)
GetWorkflowNameOk returns a tuple with the WorkflowName field value and a boolean to check if the value has been set.
func (*UserTasksGet200ResponseDataInner) GetWorkflowRelease ¶ added in v1.0.0
func (o *UserTasksGet200ResponseDataInner) GetWorkflowRelease() string
GetWorkflowRelease returns the WorkflowRelease field value If the value is explicit nil, the zero value for string will be returned
func (*UserTasksGet200ResponseDataInner) GetWorkflowReleaseOk ¶ added in v1.0.0
func (o *UserTasksGet200ResponseDataInner) GetWorkflowReleaseOk() (*string, bool)
GetWorkflowReleaseOk returns a tuple with the WorkflowRelease 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 (*UserTasksGet200ResponseDataInner) GetWorkflowRunId ¶ added in v1.0.0
func (o *UserTasksGet200ResponseDataInner) GetWorkflowRunId() string
GetWorkflowRunId returns the WorkflowRunId field value
func (*UserTasksGet200ResponseDataInner) GetWorkflowRunIdOk ¶ added in v1.0.0
func (o *UserTasksGet200ResponseDataInner) GetWorkflowRunIdOk() (*string, bool)
GetWorkflowRunIdOk returns a tuple with the WorkflowRunId field value and a boolean to check if the value has been set.
func (*UserTasksGet200ResponseDataInner) HasOutput ¶ added in v1.0.0
func (o *UserTasksGet200ResponseDataInner) HasOutput() bool
HasOutput returns a boolean if a field has been set.
func (UserTasksGet200ResponseDataInner) MarshalJSON ¶ added in v1.0.0
func (o UserTasksGet200ResponseDataInner) MarshalJSON() ([]byte, error)
func (*UserTasksGet200ResponseDataInner) SetAssignees ¶ added in v1.0.0
func (o *UserTasksGet200ResponseDataInner) SetAssignees(v []UserTasksGet200ResponseDataInnerAssigneesInner)
SetAssignees sets field value
func (*UserTasksGet200ResponseDataInner) SetCompletedAt ¶ added in v1.0.0
func (o *UserTasksGet200ResponseDataInner) SetCompletedAt(v string)
SetCompletedAt sets field value
func (*UserTasksGet200ResponseDataInner) SetContext ¶ added in v1.0.0
func (o *UserTasksGet200ResponseDataInner) SetContext(v map[string]interface{})
SetContext sets field value
func (*UserTasksGet200ResponseDataInner) SetCreatedAt ¶ added in v1.0.0
func (o *UserTasksGet200ResponseDataInner) SetCreatedAt(v string)
SetCreatedAt sets field value
func (*UserTasksGet200ResponseDataInner) SetExpiresAt ¶ added in v1.0.0
func (o *UserTasksGet200ResponseDataInner) SetExpiresAt(v string)
SetExpiresAt sets field value
func (*UserTasksGet200ResponseDataInner) SetId ¶ added in v1.0.0
func (o *UserTasksGet200ResponseDataInner) SetId(v string)
SetId sets field value
func (*UserTasksGet200ResponseDataInner) SetOutput ¶ added in v1.0.0
func (o *UserTasksGet200ResponseDataInner) SetOutput(v map[string]interface{})
SetOutput gets a reference to the given map[string]interface{} and assigns it to the Output field.
func (*UserTasksGet200ResponseDataInner) SetStatus ¶ added in v1.0.0
func (o *UserTasksGet200ResponseDataInner) SetStatus(v string)
SetStatus sets field value
func (*UserTasksGet200ResponseDataInner) SetTaskName ¶ added in v1.0.0
func (o *UserTasksGet200ResponseDataInner) SetTaskName(v string)
SetTaskName sets field value
func (*UserTasksGet200ResponseDataInner) SetTaskUrl ¶ added in v1.0.0
func (o *UserTasksGet200ResponseDataInner) SetTaskUrl(v []string)
SetTaskUrl sets field value
func (*UserTasksGet200ResponseDataInner) SetWorkflowId ¶ added in v1.0.0
func (o *UserTasksGet200ResponseDataInner) SetWorkflowId(v string)
SetWorkflowId sets field value
func (*UserTasksGet200ResponseDataInner) SetWorkflowName ¶ added in v1.0.0
func (o *UserTasksGet200ResponseDataInner) SetWorkflowName(v string)
SetWorkflowName sets field value
func (*UserTasksGet200ResponseDataInner) SetWorkflowRelease ¶ added in v1.0.0
func (o *UserTasksGet200ResponseDataInner) SetWorkflowRelease(v string)
SetWorkflowRelease sets field value
func (*UserTasksGet200ResponseDataInner) SetWorkflowRunId ¶ added in v1.0.0
func (o *UserTasksGet200ResponseDataInner) SetWorkflowRunId(v string)
SetWorkflowRunId sets field value
func (UserTasksGet200ResponseDataInner) ToMap ¶ added in v1.0.0
func (o UserTasksGet200ResponseDataInner) ToMap() (map[string]interface{}, error)
func (*UserTasksGet200ResponseDataInner) UnmarshalJSON ¶ added in v1.0.0
func (o *UserTasksGet200ResponseDataInner) UnmarshalJSON(data []byte) (err error)
type UserTasksGet200ResponseDataInnerAssigneesInner ¶ added in v1.0.0
type UserTasksGet200ResponseDataInnerAssigneesInner struct {
Type string `json:"type"`
Id float32 `json:"id"`
Name string `json:"name"`
AdditionalProperties map[string]interface{}
}
UserTasksGet200ResponseDataInnerAssigneesInner struct for UserTasksGet200ResponseDataInnerAssigneesInner
func NewUserTasksGet200ResponseDataInnerAssigneesInner ¶ added in v1.0.0
func NewUserTasksGet200ResponseDataInnerAssigneesInner(type_ string, id float32, name string) *UserTasksGet200ResponseDataInnerAssigneesInner
NewUserTasksGet200ResponseDataInnerAssigneesInner instantiates a new UserTasksGet200ResponseDataInnerAssigneesInner object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewUserTasksGet200ResponseDataInnerAssigneesInnerWithDefaults ¶ added in v1.0.0
func NewUserTasksGet200ResponseDataInnerAssigneesInnerWithDefaults() *UserTasksGet200ResponseDataInnerAssigneesInner
NewUserTasksGet200ResponseDataInnerAssigneesInnerWithDefaults instantiates a new UserTasksGet200ResponseDataInnerAssigneesInner object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*UserTasksGet200ResponseDataInnerAssigneesInner) GetId ¶ added in v1.0.0
func (o *UserTasksGet200ResponseDataInnerAssigneesInner) GetId() float32
GetId returns the Id field value
func (*UserTasksGet200ResponseDataInnerAssigneesInner) GetIdOk ¶ added in v1.0.0
func (o *UserTasksGet200ResponseDataInnerAssigneesInner) GetIdOk() (*float32, bool)
GetIdOk returns a tuple with the Id field value and a boolean to check if the value has been set.
func (*UserTasksGet200ResponseDataInnerAssigneesInner) GetName ¶ added in v1.0.0
func (o *UserTasksGet200ResponseDataInnerAssigneesInner) GetName() string
GetName returns the Name field value
func (*UserTasksGet200ResponseDataInnerAssigneesInner) GetNameOk ¶ added in v1.0.0
func (o *UserTasksGet200ResponseDataInnerAssigneesInner) GetNameOk() (*string, bool)
GetNameOk returns a tuple with the Name field value and a boolean to check if the value has been set.
func (*UserTasksGet200ResponseDataInnerAssigneesInner) GetType ¶ added in v1.0.0
func (o *UserTasksGet200ResponseDataInnerAssigneesInner) GetType() string
GetType returns the Type field value
func (*UserTasksGet200ResponseDataInnerAssigneesInner) GetTypeOk ¶ added in v1.0.0
func (o *UserTasksGet200ResponseDataInnerAssigneesInner) GetTypeOk() (*string, bool)
GetTypeOk returns a tuple with the Type field value and a boolean to check if the value has been set.
func (UserTasksGet200ResponseDataInnerAssigneesInner) MarshalJSON ¶ added in v1.0.0
func (o UserTasksGet200ResponseDataInnerAssigneesInner) MarshalJSON() ([]byte, error)
func (*UserTasksGet200ResponseDataInnerAssigneesInner) SetId ¶ added in v1.0.0
func (o *UserTasksGet200ResponseDataInnerAssigneesInner) SetId(v float32)
SetId sets field value
func (*UserTasksGet200ResponseDataInnerAssigneesInner) SetName ¶ added in v1.0.0
func (o *UserTasksGet200ResponseDataInnerAssigneesInner) SetName(v string)
SetName sets field value
func (*UserTasksGet200ResponseDataInnerAssigneesInner) SetType ¶ added in v1.0.0
func (o *UserTasksGet200ResponseDataInnerAssigneesInner) SetType(v string)
SetType sets field value
func (UserTasksGet200ResponseDataInnerAssigneesInner) ToMap ¶ added in v1.0.0
func (o UserTasksGet200ResponseDataInnerAssigneesInner) ToMap() (map[string]interface{}, error)
func (*UserTasksGet200ResponseDataInnerAssigneesInner) UnmarshalJSON ¶ added in v1.0.0
func (o *UserTasksGet200ResponseDataInnerAssigneesInner) UnmarshalJSON(data []byte) (err error)
type UserTasksGetAssignedToUsersParameter ¶ added in v1.0.0
UserTasksGetAssignedToUsersParameter Filter tasks by assignment. Provide one or more user ids. If not provided, returns all accessible tasks.
func (*UserTasksGetAssignedToUsersParameter) MarshalJSON ¶ added in v1.0.0
func (src *UserTasksGetAssignedToUsersParameter) MarshalJSON() ([]byte, error)
Marshal data from the first non-nil pointers in the struct to JSON
func (*UserTasksGetAssignedToUsersParameter) UnmarshalJSON ¶ added in v1.0.0
func (dst *UserTasksGetAssignedToUsersParameter) UnmarshalJSON(data []byte) error
Unmarshal JSON data into any of the pointers in the struct
type UserTasksTaskIdCancelPatchRequest ¶ added in v1.0.0
type UserTasksTaskIdCancelPatchRequest struct {
// Email of user cancelling the task.
Email string `json:"email"`
// Assignee-defined output required for a task to be cancelled.
Output map[string]interface{} `json:"output,omitempty"`
AdditionalProperties map[string]interface{}
}
UserTasksTaskIdCancelPatchRequest struct for UserTasksTaskIdCancelPatchRequest
func NewUserTasksTaskIdCancelPatchRequest ¶ added in v1.0.0
func NewUserTasksTaskIdCancelPatchRequest(email string) *UserTasksTaskIdCancelPatchRequest
NewUserTasksTaskIdCancelPatchRequest instantiates a new UserTasksTaskIdCancelPatchRequest object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewUserTasksTaskIdCancelPatchRequestWithDefaults ¶ added in v1.0.0
func NewUserTasksTaskIdCancelPatchRequestWithDefaults() *UserTasksTaskIdCancelPatchRequest
NewUserTasksTaskIdCancelPatchRequestWithDefaults instantiates a new UserTasksTaskIdCancelPatchRequest object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*UserTasksTaskIdCancelPatchRequest) GetEmail ¶ added in v1.0.0
func (o *UserTasksTaskIdCancelPatchRequest) GetEmail() string
GetEmail returns the Email field value
func (*UserTasksTaskIdCancelPatchRequest) GetEmailOk ¶ added in v1.0.0
func (o *UserTasksTaskIdCancelPatchRequest) GetEmailOk() (*string, bool)
GetEmailOk returns a tuple with the Email field value and a boolean to check if the value has been set.
func (*UserTasksTaskIdCancelPatchRequest) GetOutput ¶ added in v1.0.0
func (o *UserTasksTaskIdCancelPatchRequest) GetOutput() map[string]interface{}
GetOutput returns the Output field value if set, zero value otherwise.
func (*UserTasksTaskIdCancelPatchRequest) GetOutputOk ¶ added in v1.0.0
func (o *UserTasksTaskIdCancelPatchRequest) GetOutputOk() (map[string]interface{}, bool)
GetOutputOk returns a tuple with the Output field value if set, nil otherwise and a boolean to check if the value has been set.
func (*UserTasksTaskIdCancelPatchRequest) HasOutput ¶ added in v1.0.0
func (o *UserTasksTaskIdCancelPatchRequest) HasOutput() bool
HasOutput returns a boolean if a field has been set.
func (UserTasksTaskIdCancelPatchRequest) MarshalJSON ¶ added in v1.0.0
func (o UserTasksTaskIdCancelPatchRequest) MarshalJSON() ([]byte, error)
func (*UserTasksTaskIdCancelPatchRequest) SetEmail ¶ added in v1.0.0
func (o *UserTasksTaskIdCancelPatchRequest) SetEmail(v string)
SetEmail sets field value
func (*UserTasksTaskIdCancelPatchRequest) SetOutput ¶ added in v1.0.0
func (o *UserTasksTaskIdCancelPatchRequest) SetOutput(v map[string]interface{})
SetOutput gets a reference to the given map[string]interface{} and assigns it to the Output field.
func (UserTasksTaskIdCancelPatchRequest) ToMap ¶ added in v1.0.0
func (o UserTasksTaskIdCancelPatchRequest) ToMap() (map[string]interface{}, error)
func (*UserTasksTaskIdCancelPatchRequest) UnmarshalJSON ¶ added in v1.0.0
func (o *UserTasksTaskIdCancelPatchRequest) UnmarshalJSON(data []byte) (err error)
type UserTasksTaskIdReassignPatchRequest ¶ added in v1.0.0
type UserTasksTaskIdReassignPatchRequest struct {
// Email of user reassigning the task.
Email string `json:"email"`
// An array of assignees the user task should be reassigned to. Can include both groups and users.
Assignees []UserTasksTaskIdReassignPatchRequestAssigneesInner `json:"assignees"`
AdditionalProperties map[string]interface{}
}
UserTasksTaskIdReassignPatchRequest struct for UserTasksTaskIdReassignPatchRequest
func NewUserTasksTaskIdReassignPatchRequest ¶ added in v1.0.0
func NewUserTasksTaskIdReassignPatchRequest(email string, assignees []UserTasksTaskIdReassignPatchRequestAssigneesInner) *UserTasksTaskIdReassignPatchRequest
NewUserTasksTaskIdReassignPatchRequest instantiates a new UserTasksTaskIdReassignPatchRequest object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewUserTasksTaskIdReassignPatchRequestWithDefaults ¶ added in v1.0.0
func NewUserTasksTaskIdReassignPatchRequestWithDefaults() *UserTasksTaskIdReassignPatchRequest
NewUserTasksTaskIdReassignPatchRequestWithDefaults instantiates a new UserTasksTaskIdReassignPatchRequest object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*UserTasksTaskIdReassignPatchRequest) GetAssignees ¶ added in v1.0.0
func (o *UserTasksTaskIdReassignPatchRequest) GetAssignees() []UserTasksTaskIdReassignPatchRequestAssigneesInner
GetAssignees returns the Assignees field value
func (*UserTasksTaskIdReassignPatchRequest) GetAssigneesOk ¶ added in v1.0.0
func (o *UserTasksTaskIdReassignPatchRequest) GetAssigneesOk() ([]UserTasksTaskIdReassignPatchRequestAssigneesInner, bool)
GetAssigneesOk returns a tuple with the Assignees field value and a boolean to check if the value has been set.
func (*UserTasksTaskIdReassignPatchRequest) GetEmail ¶ added in v1.0.0
func (o *UserTasksTaskIdReassignPatchRequest) GetEmail() string
GetEmail returns the Email field value
func (*UserTasksTaskIdReassignPatchRequest) GetEmailOk ¶ added in v1.0.0
func (o *UserTasksTaskIdReassignPatchRequest) GetEmailOk() (*string, bool)
GetEmailOk returns a tuple with the Email field value and a boolean to check if the value has been set.
func (UserTasksTaskIdReassignPatchRequest) MarshalJSON ¶ added in v1.0.0
func (o UserTasksTaskIdReassignPatchRequest) MarshalJSON() ([]byte, error)
func (*UserTasksTaskIdReassignPatchRequest) SetAssignees ¶ added in v1.0.0
func (o *UserTasksTaskIdReassignPatchRequest) SetAssignees(v []UserTasksTaskIdReassignPatchRequestAssigneesInner)
SetAssignees sets field value
func (*UserTasksTaskIdReassignPatchRequest) SetEmail ¶ added in v1.0.0
func (o *UserTasksTaskIdReassignPatchRequest) SetEmail(v string)
SetEmail sets field value
func (UserTasksTaskIdReassignPatchRequest) ToMap ¶ added in v1.0.0
func (o UserTasksTaskIdReassignPatchRequest) ToMap() (map[string]interface{}, error)
func (*UserTasksTaskIdReassignPatchRequest) UnmarshalJSON ¶ added in v1.0.0
func (o *UserTasksTaskIdReassignPatchRequest) UnmarshalJSON(data []byte) (err error)
type UserTasksTaskIdReassignPatchRequestAssigneesInner ¶ added in v1.0.0
type UserTasksTaskIdReassignPatchRequestAssigneesInner struct {
UserTasksTaskIdReassignPatchRequestAssigneesInnerAnyOf *UserTasksTaskIdReassignPatchRequestAssigneesInnerAnyOf
UserTasksTaskIdReassignPatchRequestAssigneesInnerAnyOf1 *UserTasksTaskIdReassignPatchRequestAssigneesInnerAnyOf1
}
UserTasksTaskIdReassignPatchRequestAssigneesInner struct for UserTasksTaskIdReassignPatchRequestAssigneesInner
func (UserTasksTaskIdReassignPatchRequestAssigneesInner) MarshalJSON ¶ added in v1.0.0
func (src UserTasksTaskIdReassignPatchRequestAssigneesInner) MarshalJSON() ([]byte, error)
Marshal data from the first non-nil pointers in the struct to JSON
func (*UserTasksTaskIdReassignPatchRequestAssigneesInner) UnmarshalJSON ¶ added in v1.0.0
func (dst *UserTasksTaskIdReassignPatchRequestAssigneesInner) UnmarshalJSON(data []byte) error
Unmarshal JSON data into any of the pointers in the struct
type UserTasksTaskIdReassignPatchRequestAssigneesInnerAnyOf ¶ added in v1.0.0
type UserTasksTaskIdReassignPatchRequestAssigneesInnerAnyOf struct {
Type string `json:"type"`
Id float32 `json:"id"`
AdditionalProperties map[string]interface{}
}
UserTasksTaskIdReassignPatchRequestAssigneesInnerAnyOf struct for UserTasksTaskIdReassignPatchRequestAssigneesInnerAnyOf
func NewUserTasksTaskIdReassignPatchRequestAssigneesInnerAnyOf ¶ added in v1.0.0
func NewUserTasksTaskIdReassignPatchRequestAssigneesInnerAnyOf(type_ string, id float32) *UserTasksTaskIdReassignPatchRequestAssigneesInnerAnyOf
NewUserTasksTaskIdReassignPatchRequestAssigneesInnerAnyOf instantiates a new UserTasksTaskIdReassignPatchRequestAssigneesInnerAnyOf object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewUserTasksTaskIdReassignPatchRequestAssigneesInnerAnyOfWithDefaults ¶ added in v1.0.0
func NewUserTasksTaskIdReassignPatchRequestAssigneesInnerAnyOfWithDefaults() *UserTasksTaskIdReassignPatchRequestAssigneesInnerAnyOf
NewUserTasksTaskIdReassignPatchRequestAssigneesInnerAnyOfWithDefaults instantiates a new UserTasksTaskIdReassignPatchRequestAssigneesInnerAnyOf object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*UserTasksTaskIdReassignPatchRequestAssigneesInnerAnyOf) GetId ¶ added in v1.0.0
func (o *UserTasksTaskIdReassignPatchRequestAssigneesInnerAnyOf) GetId() float32
GetId returns the Id field value
func (*UserTasksTaskIdReassignPatchRequestAssigneesInnerAnyOf) GetIdOk ¶ added in v1.0.0
func (o *UserTasksTaskIdReassignPatchRequestAssigneesInnerAnyOf) GetIdOk() (*float32, bool)
GetIdOk returns a tuple with the Id field value and a boolean to check if the value has been set.
func (*UserTasksTaskIdReassignPatchRequestAssigneesInnerAnyOf) GetType ¶ added in v1.0.0
func (o *UserTasksTaskIdReassignPatchRequestAssigneesInnerAnyOf) GetType() string
GetType returns the Type field value
func (*UserTasksTaskIdReassignPatchRequestAssigneesInnerAnyOf) GetTypeOk ¶ added in v1.0.0
func (o *UserTasksTaskIdReassignPatchRequestAssigneesInnerAnyOf) GetTypeOk() (*string, bool)
GetTypeOk returns a tuple with the Type field value and a boolean to check if the value has been set.
func (UserTasksTaskIdReassignPatchRequestAssigneesInnerAnyOf) MarshalJSON ¶ added in v1.0.0
func (o UserTasksTaskIdReassignPatchRequestAssigneesInnerAnyOf) MarshalJSON() ([]byte, error)
func (*UserTasksTaskIdReassignPatchRequestAssigneesInnerAnyOf) SetId ¶ added in v1.0.0
func (o *UserTasksTaskIdReassignPatchRequestAssigneesInnerAnyOf) SetId(v float32)
SetId sets field value
func (*UserTasksTaskIdReassignPatchRequestAssigneesInnerAnyOf) SetType ¶ added in v1.0.0
func (o *UserTasksTaskIdReassignPatchRequestAssigneesInnerAnyOf) SetType(v string)
SetType sets field value
func (UserTasksTaskIdReassignPatchRequestAssigneesInnerAnyOf) ToMap ¶ added in v1.0.0
func (o UserTasksTaskIdReassignPatchRequestAssigneesInnerAnyOf) ToMap() (map[string]interface{}, error)
func (*UserTasksTaskIdReassignPatchRequestAssigneesInnerAnyOf) UnmarshalJSON ¶ added in v1.0.0
func (o *UserTasksTaskIdReassignPatchRequestAssigneesInnerAnyOf) UnmarshalJSON(data []byte) (err error)
type UserTasksTaskIdReassignPatchRequestAssigneesInnerAnyOf1 ¶ added in v1.0.0
type UserTasksTaskIdReassignPatchRequestAssigneesInnerAnyOf1 struct {
Type string `json:"type"`
Id string `json:"id"`
AdditionalProperties map[string]interface{}
}
UserTasksTaskIdReassignPatchRequestAssigneesInnerAnyOf1 struct for UserTasksTaskIdReassignPatchRequestAssigneesInnerAnyOf1
func NewUserTasksTaskIdReassignPatchRequestAssigneesInnerAnyOf1 ¶ added in v1.0.0
func NewUserTasksTaskIdReassignPatchRequestAssigneesInnerAnyOf1(type_ string, id string) *UserTasksTaskIdReassignPatchRequestAssigneesInnerAnyOf1
NewUserTasksTaskIdReassignPatchRequestAssigneesInnerAnyOf1 instantiates a new UserTasksTaskIdReassignPatchRequestAssigneesInnerAnyOf1 object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewUserTasksTaskIdReassignPatchRequestAssigneesInnerAnyOf1WithDefaults ¶ added in v1.0.0
func NewUserTasksTaskIdReassignPatchRequestAssigneesInnerAnyOf1WithDefaults() *UserTasksTaskIdReassignPatchRequestAssigneesInnerAnyOf1
NewUserTasksTaskIdReassignPatchRequestAssigneesInnerAnyOf1WithDefaults instantiates a new UserTasksTaskIdReassignPatchRequestAssigneesInnerAnyOf1 object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*UserTasksTaskIdReassignPatchRequestAssigneesInnerAnyOf1) GetId ¶ added in v1.0.0
func (o *UserTasksTaskIdReassignPatchRequestAssigneesInnerAnyOf1) GetId() string
GetId returns the Id field value
func (*UserTasksTaskIdReassignPatchRequestAssigneesInnerAnyOf1) GetIdOk ¶ added in v1.0.0
func (o *UserTasksTaskIdReassignPatchRequestAssigneesInnerAnyOf1) GetIdOk() (*string, bool)
GetIdOk returns a tuple with the Id field value and a boolean to check if the value has been set.
func (*UserTasksTaskIdReassignPatchRequestAssigneesInnerAnyOf1) GetType ¶ added in v1.0.0
func (o *UserTasksTaskIdReassignPatchRequestAssigneesInnerAnyOf1) GetType() string
GetType returns the Type field value
func (*UserTasksTaskIdReassignPatchRequestAssigneesInnerAnyOf1) GetTypeOk ¶ added in v1.0.0
func (o *UserTasksTaskIdReassignPatchRequestAssigneesInnerAnyOf1) GetTypeOk() (*string, bool)
GetTypeOk returns a tuple with the Type field value and a boolean to check if the value has been set.
func (UserTasksTaskIdReassignPatchRequestAssigneesInnerAnyOf1) MarshalJSON ¶ added in v1.0.0
func (o UserTasksTaskIdReassignPatchRequestAssigneesInnerAnyOf1) MarshalJSON() ([]byte, error)
func (*UserTasksTaskIdReassignPatchRequestAssigneesInnerAnyOf1) SetId ¶ added in v1.0.0
func (o *UserTasksTaskIdReassignPatchRequestAssigneesInnerAnyOf1) SetId(v string)
SetId sets field value
func (*UserTasksTaskIdReassignPatchRequestAssigneesInnerAnyOf1) SetType ¶ added in v1.0.0
func (o *UserTasksTaskIdReassignPatchRequestAssigneesInnerAnyOf1) SetType(v string)
SetType sets field value
func (UserTasksTaskIdReassignPatchRequestAssigneesInnerAnyOf1) ToMap ¶ added in v1.0.0
func (o UserTasksTaskIdReassignPatchRequestAssigneesInnerAnyOf1) ToMap() (map[string]interface{}, error)
func (*UserTasksTaskIdReassignPatchRequestAssigneesInnerAnyOf1) UnmarshalJSON ¶ added in v1.0.0
func (o *UserTasksTaskIdReassignPatchRequestAssigneesInnerAnyOf1) UnmarshalJSON(data []byte) (err error)
type UserTasksTaskIdSubmitPatch200Response ¶ added in v1.0.0
type UserTasksTaskIdSubmitPatch200Response struct {
Success bool `json:"success"`
Data UserTasksTaskIdSubmitPatch200ResponseData `json:"data"`
AdditionalProperties map[string]interface{}
}
UserTasksTaskIdSubmitPatch200Response struct for UserTasksTaskIdSubmitPatch200Response
func NewUserTasksTaskIdSubmitPatch200Response ¶ added in v1.0.0
func NewUserTasksTaskIdSubmitPatch200Response(success bool, data UserTasksTaskIdSubmitPatch200ResponseData) *UserTasksTaskIdSubmitPatch200Response
NewUserTasksTaskIdSubmitPatch200Response instantiates a new UserTasksTaskIdSubmitPatch200Response object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewUserTasksTaskIdSubmitPatch200ResponseWithDefaults ¶ added in v1.0.0
func NewUserTasksTaskIdSubmitPatch200ResponseWithDefaults() *UserTasksTaskIdSubmitPatch200Response
NewUserTasksTaskIdSubmitPatch200ResponseWithDefaults instantiates a new UserTasksTaskIdSubmitPatch200Response object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*UserTasksTaskIdSubmitPatch200Response) GetData ¶ added in v1.0.0
func (o *UserTasksTaskIdSubmitPatch200Response) GetData() UserTasksTaskIdSubmitPatch200ResponseData
GetData returns the Data field value
func (*UserTasksTaskIdSubmitPatch200Response) GetDataOk ¶ added in v1.0.0
func (o *UserTasksTaskIdSubmitPatch200Response) GetDataOk() (*UserTasksTaskIdSubmitPatch200ResponseData, bool)
GetDataOk returns a tuple with the Data field value and a boolean to check if the value has been set.
func (*UserTasksTaskIdSubmitPatch200Response) GetSuccess ¶ added in v1.0.0
func (o *UserTasksTaskIdSubmitPatch200Response) GetSuccess() bool
GetSuccess returns the Success field value
func (*UserTasksTaskIdSubmitPatch200Response) GetSuccessOk ¶ added in v1.0.0
func (o *UserTasksTaskIdSubmitPatch200Response) GetSuccessOk() (*bool, bool)
GetSuccessOk returns a tuple with the Success field value and a boolean to check if the value has been set.
func (UserTasksTaskIdSubmitPatch200Response) MarshalJSON ¶ added in v1.0.0
func (o UserTasksTaskIdSubmitPatch200Response) MarshalJSON() ([]byte, error)
func (*UserTasksTaskIdSubmitPatch200Response) SetData ¶ added in v1.0.0
func (o *UserTasksTaskIdSubmitPatch200Response) SetData(v UserTasksTaskIdSubmitPatch200ResponseData)
SetData sets field value
func (*UserTasksTaskIdSubmitPatch200Response) SetSuccess ¶ added in v1.0.0
func (o *UserTasksTaskIdSubmitPatch200Response) SetSuccess(v bool)
SetSuccess sets field value
func (UserTasksTaskIdSubmitPatch200Response) ToMap ¶ added in v1.0.0
func (o UserTasksTaskIdSubmitPatch200Response) ToMap() (map[string]interface{}, error)
func (*UserTasksTaskIdSubmitPatch200Response) UnmarshalJSON ¶ added in v1.0.0
func (o *UserTasksTaskIdSubmitPatch200Response) UnmarshalJSON(data []byte) (err error)
type UserTasksTaskIdSubmitPatch200ResponseData ¶ added in v1.0.0
type UserTasksTaskIdSubmitPatch200ResponseData struct {
UserTask UserTasksGet200ResponseDataInner `json:"user_task"`
AdditionalProperties map[string]interface{}
}
UserTasksTaskIdSubmitPatch200ResponseData struct for UserTasksTaskIdSubmitPatch200ResponseData
func NewUserTasksTaskIdSubmitPatch200ResponseData ¶ added in v1.0.0
func NewUserTasksTaskIdSubmitPatch200ResponseData(userTask UserTasksGet200ResponseDataInner) *UserTasksTaskIdSubmitPatch200ResponseData
NewUserTasksTaskIdSubmitPatch200ResponseData instantiates a new UserTasksTaskIdSubmitPatch200ResponseData object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewUserTasksTaskIdSubmitPatch200ResponseDataWithDefaults ¶ added in v1.0.0
func NewUserTasksTaskIdSubmitPatch200ResponseDataWithDefaults() *UserTasksTaskIdSubmitPatch200ResponseData
NewUserTasksTaskIdSubmitPatch200ResponseDataWithDefaults instantiates a new UserTasksTaskIdSubmitPatch200ResponseData object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*UserTasksTaskIdSubmitPatch200ResponseData) GetUserTask ¶ added in v1.0.0
func (o *UserTasksTaskIdSubmitPatch200ResponseData) GetUserTask() UserTasksGet200ResponseDataInner
GetUserTask returns the UserTask field value
func (*UserTasksTaskIdSubmitPatch200ResponseData) GetUserTaskOk ¶ added in v1.0.0
func (o *UserTasksTaskIdSubmitPatch200ResponseData) GetUserTaskOk() (*UserTasksGet200ResponseDataInner, bool)
GetUserTaskOk returns a tuple with the UserTask field value and a boolean to check if the value has been set.
func (UserTasksTaskIdSubmitPatch200ResponseData) MarshalJSON ¶ added in v1.0.0
func (o UserTasksTaskIdSubmitPatch200ResponseData) MarshalJSON() ([]byte, error)
func (*UserTasksTaskIdSubmitPatch200ResponseData) SetUserTask ¶ added in v1.0.0
func (o *UserTasksTaskIdSubmitPatch200ResponseData) SetUserTask(v UserTasksGet200ResponseDataInner)
SetUserTask sets field value
func (UserTasksTaskIdSubmitPatch200ResponseData) ToMap ¶ added in v1.0.0
func (o UserTasksTaskIdSubmitPatch200ResponseData) ToMap() (map[string]interface{}, error)
func (*UserTasksTaskIdSubmitPatch200ResponseData) UnmarshalJSON ¶ added in v1.0.0
func (o *UserTasksTaskIdSubmitPatch200ResponseData) UnmarshalJSON(data []byte) (err error)
type UserTasksTaskIdSubmitPatchRequest ¶ added in v1.0.0
type UserTasksTaskIdSubmitPatchRequest struct {
// Email of user completing the task.
Email string `json:"email"`
// Assignee-defined output required for a task to be submitted.
Output map[string]interface{} `json:"output"`
AdditionalProperties map[string]interface{}
}
UserTasksTaskIdSubmitPatchRequest struct for UserTasksTaskIdSubmitPatchRequest
func NewUserTasksTaskIdSubmitPatchRequest ¶ added in v1.0.0
func NewUserTasksTaskIdSubmitPatchRequest(email string, output map[string]interface{}) *UserTasksTaskIdSubmitPatchRequest
NewUserTasksTaskIdSubmitPatchRequest instantiates a new UserTasksTaskIdSubmitPatchRequest object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewUserTasksTaskIdSubmitPatchRequestWithDefaults ¶ added in v1.0.0
func NewUserTasksTaskIdSubmitPatchRequestWithDefaults() *UserTasksTaskIdSubmitPatchRequest
NewUserTasksTaskIdSubmitPatchRequestWithDefaults instantiates a new UserTasksTaskIdSubmitPatchRequest object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*UserTasksTaskIdSubmitPatchRequest) GetEmail ¶ added in v1.0.0
func (o *UserTasksTaskIdSubmitPatchRequest) GetEmail() string
GetEmail returns the Email field value
func (*UserTasksTaskIdSubmitPatchRequest) GetEmailOk ¶ added in v1.0.0
func (o *UserTasksTaskIdSubmitPatchRequest) GetEmailOk() (*string, bool)
GetEmailOk returns a tuple with the Email field value and a boolean to check if the value has been set.
func (*UserTasksTaskIdSubmitPatchRequest) GetOutput ¶ added in v1.0.0
func (o *UserTasksTaskIdSubmitPatchRequest) GetOutput() map[string]interface{}
GetOutput returns the Output field value
func (*UserTasksTaskIdSubmitPatchRequest) GetOutputOk ¶ added in v1.0.0
func (o *UserTasksTaskIdSubmitPatchRequest) GetOutputOk() (map[string]interface{}, bool)
GetOutputOk returns a tuple with the Output field value and a boolean to check if the value has been set.
func (UserTasksTaskIdSubmitPatchRequest) MarshalJSON ¶ added in v1.0.0
func (o UserTasksTaskIdSubmitPatchRequest) MarshalJSON() ([]byte, error)
func (*UserTasksTaskIdSubmitPatchRequest) SetEmail ¶ added in v1.0.0
func (o *UserTasksTaskIdSubmitPatchRequest) SetEmail(v string)
SetEmail sets field value
func (*UserTasksTaskIdSubmitPatchRequest) SetOutput ¶ added in v1.0.0
func (o *UserTasksTaskIdSubmitPatchRequest) SetOutput(v map[string]interface{})
SetOutput sets field value
func (UserTasksTaskIdSubmitPatchRequest) ToMap ¶ added in v1.0.0
func (o UserTasksTaskIdSubmitPatchRequest) ToMap() (map[string]interface{}, error)
func (*UserTasksTaskIdSubmitPatchRequest) UnmarshalJSON ¶ added in v1.0.0
func (o *UserTasksTaskIdSubmitPatchRequest) UnmarshalJSON(data []byte) (err error)
type UsersAPIService ¶
type UsersAPIService service
UsersAPIService UsersAPI service
func (*UsersAPIService) UsersGet ¶
func (a *UsersAPIService) UsersGet(ctx context.Context) ApiUsersGetRequest
UsersGet List users
Returns a list of users. The API token must have the "Users > Read" scope.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return ApiUsersGetRequest
func (*UsersAPIService) UsersGetExecute ¶
func (a *UsersAPIService) UsersGetExecute(r ApiUsersGetRequest) (*UsersGet200Response, *http.Response, error)
Execute executes the request
@return UsersGet200Response
func (*UsersAPIService) UsersPost ¶
func (a *UsersAPIService) UsersPost(ctx context.Context) ApiUsersPostRequest
UsersPost Create user
Creates a user and returns the created user. The API token must have the "Users > Write" scope.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return ApiUsersPostRequest
func (*UsersAPIService) UsersPostExecute ¶
func (a *UsersAPIService) UsersPostExecute(r ApiUsersPostRequest) (*UsersPost200Response, *http.Response, error)
Execute executes the request
@return UsersPost200Response
func (*UsersAPIService) UsersReset2faUserIdPut ¶ added in v1.0.0
func (a *UsersAPIService) UsersReset2faUserIdPut(ctx context.Context, userId string) ApiUsersReset2faUserIdPutRequest
UsersReset2faUserIdPut Resets a user's existing two factor authentication setting
Available on version 3.124+. Disables any existing 2FA settings for a user. The API token must have the "Users > Write" scope.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param userId @return ApiUsersReset2faUserIdPutRequest
func (*UsersAPIService) UsersReset2faUserIdPutExecute ¶ added in v1.0.0
func (a *UsersAPIService) UsersReset2faUserIdPutExecute(r ApiUsersReset2faUserIdPutRequest) (*http.Response, error)
Execute executes the request
func (*UsersAPIService) UsersUserIdDelete ¶
func (a *UsersAPIService) UsersUserIdDelete(ctx context.Context, userId string) ApiUsersUserIdDeleteRequest
UsersUserIdDelete Delete a user
Disables a user from the organization. The API token must have the "Users > Write" scope.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param userId @return ApiUsersUserIdDeleteRequest
func (*UsersAPIService) UsersUserIdDeleteExecute ¶
func (a *UsersAPIService) UsersUserIdDeleteExecute(r ApiUsersUserIdDeleteRequest) (*http.Response, error)
Execute executes the request
func (*UsersAPIService) UsersUserIdGet ¶
func (a *UsersAPIService) UsersUserIdGet(ctx context.Context, userId string) ApiUsersUserIdGetRequest
UsersUserIdGet Get a user
Returns the specified user. The API token must have the "Users > Read" scope.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param userId @return ApiUsersUserIdGetRequest
func (*UsersAPIService) UsersUserIdGetExecute ¶
func (a *UsersAPIService) UsersUserIdGetExecute(r ApiUsersUserIdGetRequest) (*UsersUserIdGet200Response, *http.Response, error)
Execute executes the request
@return UsersUserIdGet200Response
func (*UsersAPIService) UsersUserIdPatch ¶
func (a *UsersAPIService) UsersUserIdPatch(ctx context.Context, userId string) ApiUsersUserIdPatchRequest
UsersUserIdPatch Update a user
Updates and returns the updated user. The API token must have the "Users > Write" scope.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param userId @return ApiUsersUserIdPatchRequest
func (*UsersAPIService) UsersUserIdPatchExecute ¶
func (a *UsersAPIService) UsersUserIdPatchExecute(r ApiUsersUserIdPatchRequest) (*UsersUserIdGet200Response, *http.Response, error)
Execute executes the request
@return UsersUserIdGet200Response
func (*UsersAPIService) UsersUserIdUserAttributesAttributeNameDelete ¶
func (a *UsersAPIService) UsersUserIdUserAttributesAttributeNameDelete(ctx context.Context, userId string, attributeName string) ApiUsersUserIdUserAttributesAttributeNameDeleteRequest
UsersUserIdUserAttributesAttributeNameDelete Delete a user attribute
Available from API version 2.1.0+ and onprem version 3.20.1+. Deletes a user attribute, and returns the updated user metadata. The API token must have either the "Users > Write" or "User Attributes > Write" scope.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param userId @param attributeName The name of the user attribute to delete @return ApiUsersUserIdUserAttributesAttributeNameDeleteRequest
func (*UsersAPIService) UsersUserIdUserAttributesAttributeNameDeleteExecute ¶
func (a *UsersAPIService) UsersUserIdUserAttributesAttributeNameDeleteExecute(r ApiUsersUserIdUserAttributesAttributeNameDeleteRequest) (*UsersUserIdUserAttributesAttributeNameDelete200Response, *http.Response, error)
Execute executes the request
@return UsersUserIdUserAttributesAttributeNameDelete200Response
func (*UsersAPIService) UsersUserIdUserAttributesPost ¶
func (a *UsersAPIService) UsersUserIdUserAttributesPost(ctx context.Context, userId string) ApiUsersUserIdUserAttributesPostRequest
UsersUserIdUserAttributesPost Add or update a user attribute
Available from API version 2.1.0+ and onprem version 3.20.1+. Adds or updates a user attribute, and returns the updated user metadata. The API token must have either the "Users > Write" or "User Attributes > Write" scope.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param userId @return ApiUsersUserIdUserAttributesPostRequest
func (*UsersAPIService) UsersUserIdUserAttributesPostExecute ¶
func (a *UsersAPIService) UsersUserIdUserAttributesPostExecute(r ApiUsersUserIdUserAttributesPostRequest) (*UsersUserIdUserAttributesPost200Response, *http.Response, error)
Execute executes the request
@return UsersUserIdUserAttributesPost200Response
type UsersGet200Response ¶
type UsersGet200Response struct {
// API request succeeded
Success bool `json:"success"`
// An array of requested items
Data []UsersUserIdGet200ResponseData `json:"data"`
// Total number of items in the response
TotalCount float32 `json:"total_count"`
// A token to retrieve the next page of items in the collection
NextToken NullableString `json:"next_token"`
// Whether there are more items in the collection
HasMore bool `json:"has_more"`
AdditionalProperties map[string]interface{}
}
UsersGet200Response A paginated list of users.
func NewUsersGet200Response ¶
func NewUsersGet200Response(success bool, data []UsersUserIdGet200ResponseData, totalCount float32, nextToken NullableString, hasMore bool) *UsersGet200Response
NewUsersGet200Response instantiates a new UsersGet200Response object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewUsersGet200ResponseWithDefaults ¶
func NewUsersGet200ResponseWithDefaults() *UsersGet200Response
NewUsersGet200ResponseWithDefaults instantiates a new UsersGet200Response object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*UsersGet200Response) GetData ¶
func (o *UsersGet200Response) GetData() []UsersUserIdGet200ResponseData
GetData returns the Data field value
func (*UsersGet200Response) GetDataOk ¶
func (o *UsersGet200Response) GetDataOk() ([]UsersUserIdGet200ResponseData, bool)
GetDataOk returns a tuple with the Data field value and a boolean to check if the value has been set.
func (*UsersGet200Response) GetHasMore ¶
func (o *UsersGet200Response) GetHasMore() bool
GetHasMore returns the HasMore field value
func (*UsersGet200Response) GetHasMoreOk ¶
func (o *UsersGet200Response) GetHasMoreOk() (*bool, bool)
GetHasMoreOk returns a tuple with the HasMore field value and a boolean to check if the value has been set.
func (*UsersGet200Response) GetNextToken ¶
func (o *UsersGet200Response) GetNextToken() string
GetNextToken returns the NextToken field value If the value is explicit nil, the zero value for string will be returned
func (*UsersGet200Response) GetNextTokenOk ¶
func (o *UsersGet200Response) GetNextTokenOk() (*string, bool)
GetNextTokenOk returns a tuple with the NextToken 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 (*UsersGet200Response) GetSuccess ¶
func (o *UsersGet200Response) GetSuccess() bool
GetSuccess returns the Success field value
func (*UsersGet200Response) GetSuccessOk ¶
func (o *UsersGet200Response) GetSuccessOk() (*bool, bool)
GetSuccessOk returns a tuple with the Success field value and a boolean to check if the value has been set.
func (*UsersGet200Response) GetTotalCount ¶
func (o *UsersGet200Response) GetTotalCount() float32
GetTotalCount returns the TotalCount field value
func (*UsersGet200Response) GetTotalCountOk ¶
func (o *UsersGet200Response) GetTotalCountOk() (*float32, bool)
GetTotalCountOk returns a tuple with the TotalCount field value and a boolean to check if the value has been set.
func (UsersGet200Response) MarshalJSON ¶
func (o UsersGet200Response) MarshalJSON() ([]byte, error)
func (*UsersGet200Response) SetData ¶
func (o *UsersGet200Response) SetData(v []UsersUserIdGet200ResponseData)
SetData sets field value
func (*UsersGet200Response) SetHasMore ¶
func (o *UsersGet200Response) SetHasMore(v bool)
SetHasMore sets field value
func (*UsersGet200Response) SetNextToken ¶
func (o *UsersGet200Response) SetNextToken(v string)
SetNextToken sets field value
func (*UsersGet200Response) SetSuccess ¶
func (o *UsersGet200Response) SetSuccess(v bool)
SetSuccess sets field value
func (*UsersGet200Response) SetTotalCount ¶
func (o *UsersGet200Response) SetTotalCount(v float32)
SetTotalCount sets field value
func (UsersGet200Response) ToMap ¶
func (o UsersGet200Response) ToMap() (map[string]interface{}, error)
func (*UsersGet200Response) UnmarshalJSON ¶
func (o *UsersGet200Response) UnmarshalJSON(data []byte) (err error)
type UsersPost200Response ¶
type UsersPost200Response struct {
// API request succeeded
Success bool `json:"success"`
Data UsersPost200ResponseData `json:"data"`
AdditionalProperties map[string]interface{}
}
UsersPost200Response struct for UsersPost200Response
func NewUsersPost200Response ¶
func NewUsersPost200Response(success bool, data UsersPost200ResponseData) *UsersPost200Response
NewUsersPost200Response instantiates a new UsersPost200Response object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewUsersPost200ResponseWithDefaults ¶
func NewUsersPost200ResponseWithDefaults() *UsersPost200Response
NewUsersPost200ResponseWithDefaults instantiates a new UsersPost200Response object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*UsersPost200Response) GetData ¶
func (o *UsersPost200Response) GetData() UsersPost200ResponseData
GetData returns the Data field value
func (*UsersPost200Response) GetDataOk ¶
func (o *UsersPost200Response) GetDataOk() (*UsersPost200ResponseData, bool)
GetDataOk returns a tuple with the Data field value and a boolean to check if the value has been set.
func (*UsersPost200Response) GetSuccess ¶
func (o *UsersPost200Response) GetSuccess() bool
GetSuccess returns the Success field value
func (*UsersPost200Response) GetSuccessOk ¶
func (o *UsersPost200Response) GetSuccessOk() (*bool, bool)
GetSuccessOk returns a tuple with the Success field value and a boolean to check if the value has been set.
func (UsersPost200Response) MarshalJSON ¶
func (o UsersPost200Response) MarshalJSON() ([]byte, error)
func (*UsersPost200Response) SetData ¶
func (o *UsersPost200Response) SetData(v UsersPost200ResponseData)
SetData sets field value
func (*UsersPost200Response) SetSuccess ¶
func (o *UsersPost200Response) SetSuccess(v bool)
SetSuccess sets field value
func (UsersPost200Response) ToMap ¶
func (o UsersPost200Response) ToMap() (map[string]interface{}, error)
func (*UsersPost200Response) UnmarshalJSON ¶
func (o *UsersPost200Response) UnmarshalJSON(data []byte) (err error)
type UsersPost200ResponseData ¶
type UsersPost200ResponseData struct {
// The id of the user
Id string `json:"id"`
// The legacy id of the user
LegacyId float32 `json:"legacy_id"`
// The email of the user
Email string `json:"email"`
// Whether the user is active or not
Active bool `json:"active"`
CreatedAt time.Time `json:"created_at"`
LastActive NullableTime `json:"last_active"`
// The first name of the user
FirstName NullableString `json:"first_name"`
// The last name of the user
LastName NullableString `json:"last_name"`
Metadata map[string]interface{} `json:"metadata"`
// Whether the user is an admin or not
IsAdmin bool `json:"is_admin"`
// The user type
UserType string `json:"user_type"`
// Whether two factor authentication is enabled for this user
TwoFactorAuthEnabled bool `json:"two_factor_auth_enabled"`
}
UsersPost200ResponseData The created user
func NewUsersPost200ResponseData ¶
func NewUsersPost200ResponseData(id string, legacyId float32, email string, active bool, createdAt time.Time, lastActive NullableTime, firstName NullableString, lastName NullableString, metadata map[string]interface{}, isAdmin bool, userType string, twoFactorAuthEnabled bool) *UsersPost200ResponseData
NewUsersPost200ResponseData instantiates a new UsersPost200ResponseData object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewUsersPost200ResponseDataWithDefaults ¶
func NewUsersPost200ResponseDataWithDefaults() *UsersPost200ResponseData
NewUsersPost200ResponseDataWithDefaults instantiates a new UsersPost200ResponseData object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*UsersPost200ResponseData) GetActive ¶
func (o *UsersPost200ResponseData) GetActive() bool
GetActive returns the Active field value
func (*UsersPost200ResponseData) GetActiveOk ¶
func (o *UsersPost200ResponseData) GetActiveOk() (*bool, bool)
GetActiveOk returns a tuple with the Active field value and a boolean to check if the value has been set.
func (*UsersPost200ResponseData) GetCreatedAt ¶
func (o *UsersPost200ResponseData) GetCreatedAt() time.Time
GetCreatedAt returns the CreatedAt field value
func (*UsersPost200ResponseData) GetCreatedAtOk ¶
func (o *UsersPost200ResponseData) GetCreatedAtOk() (*time.Time, bool)
GetCreatedAtOk returns a tuple with the CreatedAt field value and a boolean to check if the value has been set.
func (*UsersPost200ResponseData) GetEmail ¶
func (o *UsersPost200ResponseData) GetEmail() string
GetEmail returns the Email field value
func (*UsersPost200ResponseData) GetEmailOk ¶
func (o *UsersPost200ResponseData) GetEmailOk() (*string, bool)
GetEmailOk returns a tuple with the Email field value and a boolean to check if the value has been set.
func (*UsersPost200ResponseData) GetFirstName ¶
func (o *UsersPost200ResponseData) GetFirstName() string
GetFirstName returns the FirstName field value If the value is explicit nil, the zero value for string will be returned
func (*UsersPost200ResponseData) GetFirstNameOk ¶
func (o *UsersPost200ResponseData) GetFirstNameOk() (*string, bool)
GetFirstNameOk returns a tuple with the FirstName 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 (*UsersPost200ResponseData) GetId ¶
func (o *UsersPost200ResponseData) GetId() string
GetId returns the Id field value
func (*UsersPost200ResponseData) GetIdOk ¶
func (o *UsersPost200ResponseData) GetIdOk() (*string, bool)
GetIdOk returns a tuple with the Id field value and a boolean to check if the value has been set.
func (*UsersPost200ResponseData) GetIsAdmin ¶ added in v1.0.0
func (o *UsersPost200ResponseData) GetIsAdmin() bool
GetIsAdmin returns the IsAdmin field value
func (*UsersPost200ResponseData) GetIsAdminOk ¶ added in v1.0.0
func (o *UsersPost200ResponseData) GetIsAdminOk() (*bool, bool)
GetIsAdminOk returns a tuple with the IsAdmin field value and a boolean to check if the value has been set.
func (*UsersPost200ResponseData) GetLastActive ¶
func (o *UsersPost200ResponseData) GetLastActive() time.Time
GetLastActive returns the LastActive field value If the value is explicit nil, the zero value for time.Time will be returned
func (*UsersPost200ResponseData) GetLastActiveOk ¶
func (o *UsersPost200ResponseData) GetLastActiveOk() (*time.Time, bool)
GetLastActiveOk returns a tuple with the LastActive 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 (*UsersPost200ResponseData) GetLastName ¶
func (o *UsersPost200ResponseData) GetLastName() string
GetLastName returns the LastName field value If the value is explicit nil, the zero value for string will be returned
func (*UsersPost200ResponseData) GetLastNameOk ¶
func (o *UsersPost200ResponseData) GetLastNameOk() (*string, bool)
GetLastNameOk returns a tuple with the LastName 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 (*UsersPost200ResponseData) GetLegacyId ¶
func (o *UsersPost200ResponseData) GetLegacyId() float32
GetLegacyId returns the LegacyId field value
func (*UsersPost200ResponseData) GetLegacyIdOk ¶
func (o *UsersPost200ResponseData) GetLegacyIdOk() (*float32, bool)
GetLegacyIdOk returns a tuple with the LegacyId field value and a boolean to check if the value has been set.
func (*UsersPost200ResponseData) GetMetadata ¶
func (o *UsersPost200ResponseData) GetMetadata() map[string]interface{}
GetMetadata returns the Metadata field value
func (*UsersPost200ResponseData) GetMetadataOk ¶
func (o *UsersPost200ResponseData) GetMetadataOk() (map[string]interface{}, bool)
GetMetadataOk returns a tuple with the Metadata field value and a boolean to check if the value has been set.
func (*UsersPost200ResponseData) GetTwoFactorAuthEnabled ¶ added in v1.0.0
func (o *UsersPost200ResponseData) GetTwoFactorAuthEnabled() bool
GetTwoFactorAuthEnabled returns the TwoFactorAuthEnabled field value
func (*UsersPost200ResponseData) GetTwoFactorAuthEnabledOk ¶ added in v1.0.0
func (o *UsersPost200ResponseData) GetTwoFactorAuthEnabledOk() (*bool, bool)
GetTwoFactorAuthEnabledOk returns a tuple with the TwoFactorAuthEnabled field value and a boolean to check if the value has been set.
func (*UsersPost200ResponseData) GetUserType ¶ added in v1.0.0
func (o *UsersPost200ResponseData) GetUserType() string
GetUserType returns the UserType field value
func (*UsersPost200ResponseData) GetUserTypeOk ¶ added in v1.0.0
func (o *UsersPost200ResponseData) GetUserTypeOk() (*string, bool)
GetUserTypeOk returns a tuple with the UserType field value and a boolean to check if the value has been set.
func (UsersPost200ResponseData) MarshalJSON ¶
func (o UsersPost200ResponseData) MarshalJSON() ([]byte, error)
func (*UsersPost200ResponseData) SetActive ¶
func (o *UsersPost200ResponseData) SetActive(v bool)
SetActive sets field value
func (*UsersPost200ResponseData) SetCreatedAt ¶
func (o *UsersPost200ResponseData) SetCreatedAt(v time.Time)
SetCreatedAt sets field value
func (*UsersPost200ResponseData) SetEmail ¶
func (o *UsersPost200ResponseData) SetEmail(v string)
SetEmail sets field value
func (*UsersPost200ResponseData) SetFirstName ¶
func (o *UsersPost200ResponseData) SetFirstName(v string)
SetFirstName sets field value
func (*UsersPost200ResponseData) SetId ¶
func (o *UsersPost200ResponseData) SetId(v string)
SetId sets field value
func (*UsersPost200ResponseData) SetIsAdmin ¶ added in v1.0.0
func (o *UsersPost200ResponseData) SetIsAdmin(v bool)
SetIsAdmin sets field value
func (*UsersPost200ResponseData) SetLastActive ¶
func (o *UsersPost200ResponseData) SetLastActive(v time.Time)
SetLastActive sets field value
func (*UsersPost200ResponseData) SetLastName ¶
func (o *UsersPost200ResponseData) SetLastName(v string)
SetLastName sets field value
func (*UsersPost200ResponseData) SetLegacyId ¶
func (o *UsersPost200ResponseData) SetLegacyId(v float32)
SetLegacyId sets field value
func (*UsersPost200ResponseData) SetMetadata ¶
func (o *UsersPost200ResponseData) SetMetadata(v map[string]interface{})
SetMetadata sets field value
func (*UsersPost200ResponseData) SetTwoFactorAuthEnabled ¶ added in v1.0.0
func (o *UsersPost200ResponseData) SetTwoFactorAuthEnabled(v bool)
SetTwoFactorAuthEnabled sets field value
func (*UsersPost200ResponseData) SetUserType ¶ added in v1.0.0
func (o *UsersPost200ResponseData) SetUserType(v string)
SetUserType sets field value
func (UsersPost200ResponseData) ToMap ¶
func (o UsersPost200ResponseData) ToMap() (map[string]interface{}, error)
func (*UsersPost200ResponseData) UnmarshalJSON ¶
func (o *UsersPost200ResponseData) UnmarshalJSON(data []byte) (err error)
type UsersPostRequest ¶
type UsersPostRequest struct {
// The email of the user
Email string `json:"email"`
// The first name of the user
FirstName string `json:"first_name"`
// The last name of the user
LastName string `json:"last_name"`
// Whether the user is enabled or not
Active *bool `json:"active,omitempty"`
Metadata map[string]interface{} `json:"metadata,omitempty"`
// The user type
UserType *string `json:"user_type,omitempty"`
}
UsersPostRequest Body of request to create a user
func NewUsersPostRequest ¶
func NewUsersPostRequest(email string, firstName string, lastName string) *UsersPostRequest
NewUsersPostRequest instantiates a new UsersPostRequest object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewUsersPostRequestWithDefaults ¶
func NewUsersPostRequestWithDefaults() *UsersPostRequest
NewUsersPostRequestWithDefaults instantiates a new UsersPostRequest object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*UsersPostRequest) GetActive ¶
func (o *UsersPostRequest) GetActive() bool
GetActive returns the Active field value if set, zero value otherwise.
func (*UsersPostRequest) GetActiveOk ¶
func (o *UsersPostRequest) GetActiveOk() (*bool, bool)
GetActiveOk returns a tuple with the Active field value if set, nil otherwise and a boolean to check if the value has been set.
func (*UsersPostRequest) GetEmail ¶
func (o *UsersPostRequest) GetEmail() string
GetEmail returns the Email field value
func (*UsersPostRequest) GetEmailOk ¶
func (o *UsersPostRequest) GetEmailOk() (*string, bool)
GetEmailOk returns a tuple with the Email field value and a boolean to check if the value has been set.
func (*UsersPostRequest) GetFirstName ¶
func (o *UsersPostRequest) GetFirstName() string
GetFirstName returns the FirstName field value
func (*UsersPostRequest) GetFirstNameOk ¶
func (o *UsersPostRequest) GetFirstNameOk() (*string, bool)
GetFirstNameOk returns a tuple with the FirstName field value and a boolean to check if the value has been set.
func (*UsersPostRequest) GetLastName ¶
func (o *UsersPostRequest) GetLastName() string
GetLastName returns the LastName field value
func (*UsersPostRequest) GetLastNameOk ¶
func (o *UsersPostRequest) GetLastNameOk() (*string, bool)
GetLastNameOk returns a tuple with the LastName field value and a boolean to check if the value has been set.
func (*UsersPostRequest) GetMetadata ¶
func (o *UsersPostRequest) GetMetadata() map[string]interface{}
GetMetadata returns the Metadata field value if set, zero value otherwise.
func (*UsersPostRequest) GetMetadataOk ¶
func (o *UsersPostRequest) GetMetadataOk() (map[string]interface{}, bool)
GetMetadataOk returns a tuple with the Metadata field value if set, nil otherwise and a boolean to check if the value has been set.
func (*UsersPostRequest) GetUserType ¶ added in v1.0.0
func (o *UsersPostRequest) GetUserType() string
GetUserType returns the UserType field value if set, zero value otherwise.
func (*UsersPostRequest) GetUserTypeOk ¶ added in v1.0.0
func (o *UsersPostRequest) GetUserTypeOk() (*string, bool)
GetUserTypeOk returns a tuple with the UserType field value if set, nil otherwise and a boolean to check if the value has been set.
func (*UsersPostRequest) HasActive ¶
func (o *UsersPostRequest) HasActive() bool
HasActive returns a boolean if a field has been set.
func (*UsersPostRequest) HasMetadata ¶
func (o *UsersPostRequest) HasMetadata() bool
HasMetadata returns a boolean if a field has been set.
func (*UsersPostRequest) HasUserType ¶ added in v1.0.0
func (o *UsersPostRequest) HasUserType() bool
HasUserType returns a boolean if a field has been set.
func (UsersPostRequest) MarshalJSON ¶
func (o UsersPostRequest) MarshalJSON() ([]byte, error)
func (*UsersPostRequest) SetActive ¶
func (o *UsersPostRequest) SetActive(v bool)
SetActive gets a reference to the given bool and assigns it to the Active field.
func (*UsersPostRequest) SetEmail ¶
func (o *UsersPostRequest) SetEmail(v string)
SetEmail sets field value
func (*UsersPostRequest) SetFirstName ¶
func (o *UsersPostRequest) SetFirstName(v string)
SetFirstName sets field value
func (*UsersPostRequest) SetLastName ¶
func (o *UsersPostRequest) SetLastName(v string)
SetLastName sets field value
func (*UsersPostRequest) SetMetadata ¶
func (o *UsersPostRequest) SetMetadata(v map[string]interface{})
SetMetadata gets a reference to the given map[string]interface{} and assigns it to the Metadata field.
func (*UsersPostRequest) SetUserType ¶ added in v1.0.0
func (o *UsersPostRequest) SetUserType(v string)
SetUserType gets a reference to the given string and assigns it to the UserType field.
func (UsersPostRequest) ToMap ¶
func (o UsersPostRequest) ToMap() (map[string]interface{}, error)
func (*UsersPostRequest) UnmarshalJSON ¶
func (o *UsersPostRequest) UnmarshalJSON(data []byte) (err error)
type UsersUserIdGet200Response ¶
type UsersUserIdGet200Response struct {
// API request succeeded
Success bool `json:"success"`
Data UsersUserIdGet200ResponseData `json:"data"`
AdditionalProperties map[string]interface{}
}
UsersUserIdGet200Response A single user
func NewUsersUserIdGet200Response ¶
func NewUsersUserIdGet200Response(success bool, data UsersUserIdGet200ResponseData) *UsersUserIdGet200Response
NewUsersUserIdGet200Response instantiates a new UsersUserIdGet200Response object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewUsersUserIdGet200ResponseWithDefaults ¶
func NewUsersUserIdGet200ResponseWithDefaults() *UsersUserIdGet200Response
NewUsersUserIdGet200ResponseWithDefaults instantiates a new UsersUserIdGet200Response object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*UsersUserIdGet200Response) GetData ¶
func (o *UsersUserIdGet200Response) GetData() UsersUserIdGet200ResponseData
GetData returns the Data field value
func (*UsersUserIdGet200Response) GetDataOk ¶
func (o *UsersUserIdGet200Response) GetDataOk() (*UsersUserIdGet200ResponseData, bool)
GetDataOk returns a tuple with the Data field value and a boolean to check if the value has been set.
func (*UsersUserIdGet200Response) GetSuccess ¶
func (o *UsersUserIdGet200Response) GetSuccess() bool
GetSuccess returns the Success field value
func (*UsersUserIdGet200Response) GetSuccessOk ¶
func (o *UsersUserIdGet200Response) GetSuccessOk() (*bool, bool)
GetSuccessOk returns a tuple with the Success field value and a boolean to check if the value has been set.
func (UsersUserIdGet200Response) MarshalJSON ¶
func (o UsersUserIdGet200Response) MarshalJSON() ([]byte, error)
func (*UsersUserIdGet200Response) SetData ¶
func (o *UsersUserIdGet200Response) SetData(v UsersUserIdGet200ResponseData)
SetData sets field value
func (*UsersUserIdGet200Response) SetSuccess ¶
func (o *UsersUserIdGet200Response) SetSuccess(v bool)
SetSuccess sets field value
func (UsersUserIdGet200Response) ToMap ¶
func (o UsersUserIdGet200Response) ToMap() (map[string]interface{}, error)
func (*UsersUserIdGet200Response) UnmarshalJSON ¶
func (o *UsersUserIdGet200Response) UnmarshalJSON(data []byte) (err error)
type UsersUserIdGet200ResponseData ¶
type UsersUserIdGet200ResponseData struct {
// The id of the user
Id string `json:"id"`
// The legacy id of the user
LegacyId float32 `json:"legacy_id"`
// The email of the user
Email string `json:"email"`
// Whether the user is active or not
Active bool `json:"active"`
CreatedAt time.Time `json:"created_at"`
LastActive NullableTime `json:"last_active"`
// The first name of the user
FirstName NullableString `json:"first_name"`
// The last name of the user
LastName NullableString `json:"last_name"`
Metadata map[string]interface{} `json:"metadata"`
// Whether the user is an admin or not
IsAdmin bool `json:"is_admin"`
// The user type
UserType string `json:"user_type"`
// Whether two factor authentication is enabled for this user
TwoFactorAuthEnabled bool `json:"two_factor_auth_enabled"`
}
UsersUserIdGet200ResponseData This object represents a user.
func NewUsersUserIdGet200ResponseData ¶
func NewUsersUserIdGet200ResponseData(id string, legacyId float32, email string, active bool, createdAt time.Time, lastActive NullableTime, firstName NullableString, lastName NullableString, metadata map[string]interface{}, isAdmin bool, userType string, twoFactorAuthEnabled bool) *UsersUserIdGet200ResponseData
NewUsersUserIdGet200ResponseData instantiates a new UsersUserIdGet200ResponseData object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewUsersUserIdGet200ResponseDataWithDefaults ¶
func NewUsersUserIdGet200ResponseDataWithDefaults() *UsersUserIdGet200ResponseData
NewUsersUserIdGet200ResponseDataWithDefaults instantiates a new UsersUserIdGet200ResponseData object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*UsersUserIdGet200ResponseData) GetActive ¶
func (o *UsersUserIdGet200ResponseData) GetActive() bool
GetActive returns the Active field value
func (*UsersUserIdGet200ResponseData) GetActiveOk ¶
func (o *UsersUserIdGet200ResponseData) GetActiveOk() (*bool, bool)
GetActiveOk returns a tuple with the Active field value and a boolean to check if the value has been set.
func (*UsersUserIdGet200ResponseData) GetCreatedAt ¶
func (o *UsersUserIdGet200ResponseData) GetCreatedAt() time.Time
GetCreatedAt returns the CreatedAt field value
func (*UsersUserIdGet200ResponseData) GetCreatedAtOk ¶
func (o *UsersUserIdGet200ResponseData) GetCreatedAtOk() (*time.Time, bool)
GetCreatedAtOk returns a tuple with the CreatedAt field value and a boolean to check if the value has been set.
func (*UsersUserIdGet200ResponseData) GetEmail ¶
func (o *UsersUserIdGet200ResponseData) GetEmail() string
GetEmail returns the Email field value
func (*UsersUserIdGet200ResponseData) GetEmailOk ¶
func (o *UsersUserIdGet200ResponseData) GetEmailOk() (*string, bool)
GetEmailOk returns a tuple with the Email field value and a boolean to check if the value has been set.
func (*UsersUserIdGet200ResponseData) GetFirstName ¶
func (o *UsersUserIdGet200ResponseData) GetFirstName() string
GetFirstName returns the FirstName field value If the value is explicit nil, the zero value for string will be returned
func (*UsersUserIdGet200ResponseData) GetFirstNameOk ¶
func (o *UsersUserIdGet200ResponseData) GetFirstNameOk() (*string, bool)
GetFirstNameOk returns a tuple with the FirstName 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 (*UsersUserIdGet200ResponseData) GetId ¶
func (o *UsersUserIdGet200ResponseData) GetId() string
GetId returns the Id field value
func (*UsersUserIdGet200ResponseData) GetIdOk ¶
func (o *UsersUserIdGet200ResponseData) GetIdOk() (*string, bool)
GetIdOk returns a tuple with the Id field value and a boolean to check if the value has been set.
func (*UsersUserIdGet200ResponseData) GetIsAdmin ¶ added in v1.0.0
func (o *UsersUserIdGet200ResponseData) GetIsAdmin() bool
GetIsAdmin returns the IsAdmin field value
func (*UsersUserIdGet200ResponseData) GetIsAdminOk ¶ added in v1.0.0
func (o *UsersUserIdGet200ResponseData) GetIsAdminOk() (*bool, bool)
GetIsAdminOk returns a tuple with the IsAdmin field value and a boolean to check if the value has been set.
func (*UsersUserIdGet200ResponseData) GetLastActive ¶
func (o *UsersUserIdGet200ResponseData) GetLastActive() time.Time
GetLastActive returns the LastActive field value If the value is explicit nil, the zero value for time.Time will be returned
func (*UsersUserIdGet200ResponseData) GetLastActiveOk ¶
func (o *UsersUserIdGet200ResponseData) GetLastActiveOk() (*time.Time, bool)
GetLastActiveOk returns a tuple with the LastActive 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 (*UsersUserIdGet200ResponseData) GetLastName ¶
func (o *UsersUserIdGet200ResponseData) GetLastName() string
GetLastName returns the LastName field value If the value is explicit nil, the zero value for string will be returned
func (*UsersUserIdGet200ResponseData) GetLastNameOk ¶
func (o *UsersUserIdGet200ResponseData) GetLastNameOk() (*string, bool)
GetLastNameOk returns a tuple with the LastName 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 (*UsersUserIdGet200ResponseData) GetLegacyId ¶
func (o *UsersUserIdGet200ResponseData) GetLegacyId() float32
GetLegacyId returns the LegacyId field value
func (*UsersUserIdGet200ResponseData) GetLegacyIdOk ¶
func (o *UsersUserIdGet200ResponseData) GetLegacyIdOk() (*float32, bool)
GetLegacyIdOk returns a tuple with the LegacyId field value and a boolean to check if the value has been set.
func (*UsersUserIdGet200ResponseData) GetMetadata ¶
func (o *UsersUserIdGet200ResponseData) GetMetadata() map[string]interface{}
GetMetadata returns the Metadata field value
func (*UsersUserIdGet200ResponseData) GetMetadataOk ¶
func (o *UsersUserIdGet200ResponseData) GetMetadataOk() (map[string]interface{}, bool)
GetMetadataOk returns a tuple with the Metadata field value and a boolean to check if the value has been set.
func (*UsersUserIdGet200ResponseData) GetTwoFactorAuthEnabled ¶ added in v1.0.0
func (o *UsersUserIdGet200ResponseData) GetTwoFactorAuthEnabled() bool
GetTwoFactorAuthEnabled returns the TwoFactorAuthEnabled field value
func (*UsersUserIdGet200ResponseData) GetTwoFactorAuthEnabledOk ¶ added in v1.0.0
func (o *UsersUserIdGet200ResponseData) GetTwoFactorAuthEnabledOk() (*bool, bool)
GetTwoFactorAuthEnabledOk returns a tuple with the TwoFactorAuthEnabled field value and a boolean to check if the value has been set.
func (*UsersUserIdGet200ResponseData) GetUserType ¶ added in v1.0.0
func (o *UsersUserIdGet200ResponseData) GetUserType() string
GetUserType returns the UserType field value
func (*UsersUserIdGet200ResponseData) GetUserTypeOk ¶ added in v1.0.0
func (o *UsersUserIdGet200ResponseData) GetUserTypeOk() (*string, bool)
GetUserTypeOk returns a tuple with the UserType field value and a boolean to check if the value has been set.
func (UsersUserIdGet200ResponseData) MarshalJSON ¶
func (o UsersUserIdGet200ResponseData) MarshalJSON() ([]byte, error)
func (*UsersUserIdGet200ResponseData) SetActive ¶
func (o *UsersUserIdGet200ResponseData) SetActive(v bool)
SetActive sets field value
func (*UsersUserIdGet200ResponseData) SetCreatedAt ¶
func (o *UsersUserIdGet200ResponseData) SetCreatedAt(v time.Time)
SetCreatedAt sets field value
func (*UsersUserIdGet200ResponseData) SetEmail ¶
func (o *UsersUserIdGet200ResponseData) SetEmail(v string)
SetEmail sets field value
func (*UsersUserIdGet200ResponseData) SetFirstName ¶
func (o *UsersUserIdGet200ResponseData) SetFirstName(v string)
SetFirstName sets field value
func (*UsersUserIdGet200ResponseData) SetId ¶
func (o *UsersUserIdGet200ResponseData) SetId(v string)
SetId sets field value
func (*UsersUserIdGet200ResponseData) SetIsAdmin ¶ added in v1.0.0
func (o *UsersUserIdGet200ResponseData) SetIsAdmin(v bool)
SetIsAdmin sets field value
func (*UsersUserIdGet200ResponseData) SetLastActive ¶
func (o *UsersUserIdGet200ResponseData) SetLastActive(v time.Time)
SetLastActive sets field value
func (*UsersUserIdGet200ResponseData) SetLastName ¶
func (o *UsersUserIdGet200ResponseData) SetLastName(v string)
SetLastName sets field value
func (*UsersUserIdGet200ResponseData) SetLegacyId ¶
func (o *UsersUserIdGet200ResponseData) SetLegacyId(v float32)
SetLegacyId sets field value
func (*UsersUserIdGet200ResponseData) SetMetadata ¶
func (o *UsersUserIdGet200ResponseData) SetMetadata(v map[string]interface{})
SetMetadata sets field value
func (*UsersUserIdGet200ResponseData) SetTwoFactorAuthEnabled ¶ added in v1.0.0
func (o *UsersUserIdGet200ResponseData) SetTwoFactorAuthEnabled(v bool)
SetTwoFactorAuthEnabled sets field value
func (*UsersUserIdGet200ResponseData) SetUserType ¶ added in v1.0.0
func (o *UsersUserIdGet200ResponseData) SetUserType(v string)
SetUserType sets field value
func (UsersUserIdGet200ResponseData) ToMap ¶
func (o UsersUserIdGet200ResponseData) ToMap() (map[string]interface{}, error)
func (*UsersUserIdGet200ResponseData) UnmarshalJSON ¶
func (o *UsersUserIdGet200ResponseData) UnmarshalJSON(data []byte) (err error)
type UsersUserIdPatchRequest ¶
type UsersUserIdPatchRequest struct {
// A list of operations to apply to the user. See the [JSON PATCH specification](https://tools.ietf.org/html/rfc6902) for more details.
Operations []UsersUserIdPatchRequestOperationsInner `json:"operations"`
}
UsersUserIdPatchRequest The body of a request to update a user.
func NewUsersUserIdPatchRequest ¶
func NewUsersUserIdPatchRequest(operations []UsersUserIdPatchRequestOperationsInner) *UsersUserIdPatchRequest
NewUsersUserIdPatchRequest instantiates a new UsersUserIdPatchRequest object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewUsersUserIdPatchRequestWithDefaults ¶
func NewUsersUserIdPatchRequestWithDefaults() *UsersUserIdPatchRequest
NewUsersUserIdPatchRequestWithDefaults instantiates a new UsersUserIdPatchRequest object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*UsersUserIdPatchRequest) GetOperations ¶
func (o *UsersUserIdPatchRequest) GetOperations() []UsersUserIdPatchRequestOperationsInner
GetOperations returns the Operations field value
func (*UsersUserIdPatchRequest) GetOperationsOk ¶
func (o *UsersUserIdPatchRequest) GetOperationsOk() ([]UsersUserIdPatchRequestOperationsInner, bool)
GetOperationsOk returns a tuple with the Operations field value and a boolean to check if the value has been set.
func (UsersUserIdPatchRequest) MarshalJSON ¶
func (o UsersUserIdPatchRequest) MarshalJSON() ([]byte, error)
func (*UsersUserIdPatchRequest) SetOperations ¶
func (o *UsersUserIdPatchRequest) SetOperations(v []UsersUserIdPatchRequestOperationsInner)
SetOperations sets field value
func (UsersUserIdPatchRequest) ToMap ¶
func (o UsersUserIdPatchRequest) ToMap() (map[string]interface{}, error)
func (*UsersUserIdPatchRequest) UnmarshalJSON ¶
func (o *UsersUserIdPatchRequest) UnmarshalJSON(data []byte) (err error)
type UsersUserIdPatchRequestOperationsInner ¶
type UsersUserIdPatchRequestOperationsInner struct {
AddOperation *AddOperation
RemoveOperation *RemoveOperation
ReplaceOperation *ReplaceOperation
}
UsersUserIdPatchRequestOperationsInner struct for UsersUserIdPatchRequestOperationsInner
func (UsersUserIdPatchRequestOperationsInner) MarshalJSON ¶
func (src UsersUserIdPatchRequestOperationsInner) MarshalJSON() ([]byte, error)
Marshal data from the first non-nil pointers in the struct to JSON
func (*UsersUserIdPatchRequestOperationsInner) UnmarshalJSON ¶
func (dst *UsersUserIdPatchRequestOperationsInner) UnmarshalJSON(data []byte) error
Unmarshal JSON data into any of the pointers in the struct
type UsersUserIdPatchRequestOperationsInnerAnyOf ¶
type UsersUserIdPatchRequestOperationsInnerAnyOf struct {
Op string `json:"op"`
Path string `json:"path"`
// A JSON value
Value interface{} `json:"value,omitempty"`
AdditionalProperties map[string]interface{}
}
UsersUserIdPatchRequestOperationsInnerAnyOf struct for UsersUserIdPatchRequestOperationsInnerAnyOf
func NewUsersUserIdPatchRequestOperationsInnerAnyOf ¶
func NewUsersUserIdPatchRequestOperationsInnerAnyOf(op string, path string) *UsersUserIdPatchRequestOperationsInnerAnyOf
NewUsersUserIdPatchRequestOperationsInnerAnyOf instantiates a new UsersUserIdPatchRequestOperationsInnerAnyOf object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewUsersUserIdPatchRequestOperationsInnerAnyOfWithDefaults ¶
func NewUsersUserIdPatchRequestOperationsInnerAnyOfWithDefaults() *UsersUserIdPatchRequestOperationsInnerAnyOf
NewUsersUserIdPatchRequestOperationsInnerAnyOfWithDefaults instantiates a new UsersUserIdPatchRequestOperationsInnerAnyOf object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*UsersUserIdPatchRequestOperationsInnerAnyOf) GetOp ¶
func (o *UsersUserIdPatchRequestOperationsInnerAnyOf) GetOp() string
GetOp returns the Op field value
func (*UsersUserIdPatchRequestOperationsInnerAnyOf) GetOpOk ¶
func (o *UsersUserIdPatchRequestOperationsInnerAnyOf) GetOpOk() (*string, bool)
GetOpOk returns a tuple with the Op field value and a boolean to check if the value has been set.
func (*UsersUserIdPatchRequestOperationsInnerAnyOf) GetPath ¶
func (o *UsersUserIdPatchRequestOperationsInnerAnyOf) GetPath() string
GetPath returns the Path field value
func (*UsersUserIdPatchRequestOperationsInnerAnyOf) GetPathOk ¶
func (o *UsersUserIdPatchRequestOperationsInnerAnyOf) GetPathOk() (*string, bool)
GetPathOk returns a tuple with the Path field value and a boolean to check if the value has been set.
func (*UsersUserIdPatchRequestOperationsInnerAnyOf) GetValue ¶
func (o *UsersUserIdPatchRequestOperationsInnerAnyOf) GetValue() interface{}
GetValue returns the Value field value if set, zero value otherwise (both if not set or set to explicit null).
func (*UsersUserIdPatchRequestOperationsInnerAnyOf) GetValueOk ¶
func (o *UsersUserIdPatchRequestOperationsInnerAnyOf) 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 (*UsersUserIdPatchRequestOperationsInnerAnyOf) HasValue ¶
func (o *UsersUserIdPatchRequestOperationsInnerAnyOf) HasValue() bool
HasValue returns a boolean if a field has been set.
func (UsersUserIdPatchRequestOperationsInnerAnyOf) MarshalJSON ¶
func (o UsersUserIdPatchRequestOperationsInnerAnyOf) MarshalJSON() ([]byte, error)
func (*UsersUserIdPatchRequestOperationsInnerAnyOf) SetOp ¶
func (o *UsersUserIdPatchRequestOperationsInnerAnyOf) SetOp(v string)
SetOp sets field value
func (*UsersUserIdPatchRequestOperationsInnerAnyOf) SetPath ¶
func (o *UsersUserIdPatchRequestOperationsInnerAnyOf) SetPath(v string)
SetPath sets field value
func (*UsersUserIdPatchRequestOperationsInnerAnyOf) SetValue ¶
func (o *UsersUserIdPatchRequestOperationsInnerAnyOf) SetValue(v interface{})
SetValue gets a reference to the given interface{} and assigns it to the Value field.
func (UsersUserIdPatchRequestOperationsInnerAnyOf) ToMap ¶
func (o UsersUserIdPatchRequestOperationsInnerAnyOf) ToMap() (map[string]interface{}, error)
func (*UsersUserIdPatchRequestOperationsInnerAnyOf) UnmarshalJSON ¶
func (o *UsersUserIdPatchRequestOperationsInnerAnyOf) UnmarshalJSON(data []byte) (err error)
type UsersUserIdPatchRequestOperationsInnerAnyOf1 ¶
type UsersUserIdPatchRequestOperationsInnerAnyOf1 struct {
Op string `json:"op"`
Path string `json:"path"`
AdditionalProperties map[string]interface{}
}
UsersUserIdPatchRequestOperationsInnerAnyOf1 struct for UsersUserIdPatchRequestOperationsInnerAnyOf1
func NewUsersUserIdPatchRequestOperationsInnerAnyOf1 ¶
func NewUsersUserIdPatchRequestOperationsInnerAnyOf1(op string, path string) *UsersUserIdPatchRequestOperationsInnerAnyOf1
NewUsersUserIdPatchRequestOperationsInnerAnyOf1 instantiates a new UsersUserIdPatchRequestOperationsInnerAnyOf1 object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewUsersUserIdPatchRequestOperationsInnerAnyOf1WithDefaults ¶
func NewUsersUserIdPatchRequestOperationsInnerAnyOf1WithDefaults() *UsersUserIdPatchRequestOperationsInnerAnyOf1
NewUsersUserIdPatchRequestOperationsInnerAnyOf1WithDefaults instantiates a new UsersUserIdPatchRequestOperationsInnerAnyOf1 object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*UsersUserIdPatchRequestOperationsInnerAnyOf1) GetOp ¶
func (o *UsersUserIdPatchRequestOperationsInnerAnyOf1) GetOp() string
GetOp returns the Op field value
func (*UsersUserIdPatchRequestOperationsInnerAnyOf1) GetOpOk ¶
func (o *UsersUserIdPatchRequestOperationsInnerAnyOf1) GetOpOk() (*string, bool)
GetOpOk returns a tuple with the Op field value and a boolean to check if the value has been set.
func (*UsersUserIdPatchRequestOperationsInnerAnyOf1) GetPath ¶
func (o *UsersUserIdPatchRequestOperationsInnerAnyOf1) GetPath() string
GetPath returns the Path field value
func (*UsersUserIdPatchRequestOperationsInnerAnyOf1) GetPathOk ¶
func (o *UsersUserIdPatchRequestOperationsInnerAnyOf1) GetPathOk() (*string, bool)
GetPathOk returns a tuple with the Path field value and a boolean to check if the value has been set.
func (UsersUserIdPatchRequestOperationsInnerAnyOf1) MarshalJSON ¶
func (o UsersUserIdPatchRequestOperationsInnerAnyOf1) MarshalJSON() ([]byte, error)
func (*UsersUserIdPatchRequestOperationsInnerAnyOf1) SetOp ¶
func (o *UsersUserIdPatchRequestOperationsInnerAnyOf1) SetOp(v string)
SetOp sets field value
func (*UsersUserIdPatchRequestOperationsInnerAnyOf1) SetPath ¶
func (o *UsersUserIdPatchRequestOperationsInnerAnyOf1) SetPath(v string)
SetPath sets field value
func (UsersUserIdPatchRequestOperationsInnerAnyOf1) ToMap ¶
func (o UsersUserIdPatchRequestOperationsInnerAnyOf1) ToMap() (map[string]interface{}, error)
func (*UsersUserIdPatchRequestOperationsInnerAnyOf1) UnmarshalJSON ¶
func (o *UsersUserIdPatchRequestOperationsInnerAnyOf1) UnmarshalJSON(data []byte) (err error)
type UsersUserIdPatchRequestOperationsInnerAnyOf2 ¶
type UsersUserIdPatchRequestOperationsInnerAnyOf2 struct {
Op string `json:"op"`
Path string `json:"path"`
// A JSON value
Value interface{} `json:"value,omitempty"`
AdditionalProperties map[string]interface{}
}
UsersUserIdPatchRequestOperationsInnerAnyOf2 struct for UsersUserIdPatchRequestOperationsInnerAnyOf2
func NewUsersUserIdPatchRequestOperationsInnerAnyOf2 ¶
func NewUsersUserIdPatchRequestOperationsInnerAnyOf2(op string, path string) *UsersUserIdPatchRequestOperationsInnerAnyOf2
NewUsersUserIdPatchRequestOperationsInnerAnyOf2 instantiates a new UsersUserIdPatchRequestOperationsInnerAnyOf2 object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewUsersUserIdPatchRequestOperationsInnerAnyOf2WithDefaults ¶
func NewUsersUserIdPatchRequestOperationsInnerAnyOf2WithDefaults() *UsersUserIdPatchRequestOperationsInnerAnyOf2
NewUsersUserIdPatchRequestOperationsInnerAnyOf2WithDefaults instantiates a new UsersUserIdPatchRequestOperationsInnerAnyOf2 object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*UsersUserIdPatchRequestOperationsInnerAnyOf2) GetOp ¶
func (o *UsersUserIdPatchRequestOperationsInnerAnyOf2) GetOp() string
GetOp returns the Op field value
func (*UsersUserIdPatchRequestOperationsInnerAnyOf2) GetOpOk ¶
func (o *UsersUserIdPatchRequestOperationsInnerAnyOf2) GetOpOk() (*string, bool)
GetOpOk returns a tuple with the Op field value and a boolean to check if the value has been set.
func (*UsersUserIdPatchRequestOperationsInnerAnyOf2) GetPath ¶
func (o *UsersUserIdPatchRequestOperationsInnerAnyOf2) GetPath() string
GetPath returns the Path field value
func (*UsersUserIdPatchRequestOperationsInnerAnyOf2) GetPathOk ¶
func (o *UsersUserIdPatchRequestOperationsInnerAnyOf2) GetPathOk() (*string, bool)
GetPathOk returns a tuple with the Path field value and a boolean to check if the value has been set.
func (*UsersUserIdPatchRequestOperationsInnerAnyOf2) GetValue ¶
func (o *UsersUserIdPatchRequestOperationsInnerAnyOf2) GetValue() interface{}
GetValue returns the Value field value if set, zero value otherwise (both if not set or set to explicit null).
func (*UsersUserIdPatchRequestOperationsInnerAnyOf2) GetValueOk ¶
func (o *UsersUserIdPatchRequestOperationsInnerAnyOf2) 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 (*UsersUserIdPatchRequestOperationsInnerAnyOf2) HasValue ¶
func (o *UsersUserIdPatchRequestOperationsInnerAnyOf2) HasValue() bool
HasValue returns a boolean if a field has been set.
func (UsersUserIdPatchRequestOperationsInnerAnyOf2) MarshalJSON ¶
func (o UsersUserIdPatchRequestOperationsInnerAnyOf2) MarshalJSON() ([]byte, error)
func (*UsersUserIdPatchRequestOperationsInnerAnyOf2) SetOp ¶
func (o *UsersUserIdPatchRequestOperationsInnerAnyOf2) SetOp(v string)
SetOp sets field value
func (*UsersUserIdPatchRequestOperationsInnerAnyOf2) SetPath ¶
func (o *UsersUserIdPatchRequestOperationsInnerAnyOf2) SetPath(v string)
SetPath sets field value
func (*UsersUserIdPatchRequestOperationsInnerAnyOf2) SetValue ¶
func (o *UsersUserIdPatchRequestOperationsInnerAnyOf2) SetValue(v interface{})
SetValue gets a reference to the given interface{} and assigns it to the Value field.
func (UsersUserIdPatchRequestOperationsInnerAnyOf2) ToMap ¶
func (o UsersUserIdPatchRequestOperationsInnerAnyOf2) ToMap() (map[string]interface{}, error)
func (*UsersUserIdPatchRequestOperationsInnerAnyOf2) UnmarshalJSON ¶
func (o *UsersUserIdPatchRequestOperationsInnerAnyOf2) UnmarshalJSON(data []byte) (err error)
type UsersUserIdUserAttributesAttributeNameDelete200Response ¶
type UsersUserIdUserAttributesAttributeNameDelete200Response struct {
// API request succeeded
Success bool `json:"success"`
Data UsersUserIdUserAttributesAttributeNameDelete200ResponseData `json:"data"`
AdditionalProperties map[string]interface{}
}
UsersUserIdUserAttributesAttributeNameDelete200Response struct for UsersUserIdUserAttributesAttributeNameDelete200Response
func NewUsersUserIdUserAttributesAttributeNameDelete200Response ¶
func NewUsersUserIdUserAttributesAttributeNameDelete200Response(success bool, data UsersUserIdUserAttributesAttributeNameDelete200ResponseData) *UsersUserIdUserAttributesAttributeNameDelete200Response
NewUsersUserIdUserAttributesAttributeNameDelete200Response instantiates a new UsersUserIdUserAttributesAttributeNameDelete200Response object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewUsersUserIdUserAttributesAttributeNameDelete200ResponseWithDefaults ¶
func NewUsersUserIdUserAttributesAttributeNameDelete200ResponseWithDefaults() *UsersUserIdUserAttributesAttributeNameDelete200Response
NewUsersUserIdUserAttributesAttributeNameDelete200ResponseWithDefaults instantiates a new UsersUserIdUserAttributesAttributeNameDelete200Response object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*UsersUserIdUserAttributesAttributeNameDelete200Response) GetData ¶
func (o *UsersUserIdUserAttributesAttributeNameDelete200Response) GetData() UsersUserIdUserAttributesAttributeNameDelete200ResponseData
GetData returns the Data field value
func (*UsersUserIdUserAttributesAttributeNameDelete200Response) GetDataOk ¶
func (o *UsersUserIdUserAttributesAttributeNameDelete200Response) GetDataOk() (*UsersUserIdUserAttributesAttributeNameDelete200ResponseData, bool)
GetDataOk returns a tuple with the Data field value and a boolean to check if the value has been set.
func (*UsersUserIdUserAttributesAttributeNameDelete200Response) GetSuccess ¶
func (o *UsersUserIdUserAttributesAttributeNameDelete200Response) GetSuccess() bool
GetSuccess returns the Success field value
func (*UsersUserIdUserAttributesAttributeNameDelete200Response) GetSuccessOk ¶
func (o *UsersUserIdUserAttributesAttributeNameDelete200Response) GetSuccessOk() (*bool, bool)
GetSuccessOk returns a tuple with the Success field value and a boolean to check if the value has been set.
func (UsersUserIdUserAttributesAttributeNameDelete200Response) MarshalJSON ¶
func (o UsersUserIdUserAttributesAttributeNameDelete200Response) MarshalJSON() ([]byte, error)
func (*UsersUserIdUserAttributesAttributeNameDelete200Response) SetData ¶
func (o *UsersUserIdUserAttributesAttributeNameDelete200Response) SetData(v UsersUserIdUserAttributesAttributeNameDelete200ResponseData)
SetData sets field value
func (*UsersUserIdUserAttributesAttributeNameDelete200Response) SetSuccess ¶
func (o *UsersUserIdUserAttributesAttributeNameDelete200Response) SetSuccess(v bool)
SetSuccess sets field value
func (UsersUserIdUserAttributesAttributeNameDelete200Response) ToMap ¶
func (o UsersUserIdUserAttributesAttributeNameDelete200Response) ToMap() (map[string]interface{}, error)
func (*UsersUserIdUserAttributesAttributeNameDelete200Response) UnmarshalJSON ¶
func (o *UsersUserIdUserAttributesAttributeNameDelete200Response) UnmarshalJSON(data []byte) (err error)
type UsersUserIdUserAttributesAttributeNameDelete200ResponseData ¶
type UsersUserIdUserAttributesAttributeNameDelete200ResponseData struct {
// The updated user metadata, without the deleted attribute
Metadata map[string]interface{} `json:"metadata"`
AdditionalProperties map[string]interface{}
}
UsersUserIdUserAttributesAttributeNameDelete200ResponseData struct for UsersUserIdUserAttributesAttributeNameDelete200ResponseData
func NewUsersUserIdUserAttributesAttributeNameDelete200ResponseData ¶
func NewUsersUserIdUserAttributesAttributeNameDelete200ResponseData(metadata map[string]interface{}) *UsersUserIdUserAttributesAttributeNameDelete200ResponseData
NewUsersUserIdUserAttributesAttributeNameDelete200ResponseData instantiates a new UsersUserIdUserAttributesAttributeNameDelete200ResponseData object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewUsersUserIdUserAttributesAttributeNameDelete200ResponseDataWithDefaults ¶
func NewUsersUserIdUserAttributesAttributeNameDelete200ResponseDataWithDefaults() *UsersUserIdUserAttributesAttributeNameDelete200ResponseData
NewUsersUserIdUserAttributesAttributeNameDelete200ResponseDataWithDefaults instantiates a new UsersUserIdUserAttributesAttributeNameDelete200ResponseData object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*UsersUserIdUserAttributesAttributeNameDelete200ResponseData) GetMetadata ¶
func (o *UsersUserIdUserAttributesAttributeNameDelete200ResponseData) GetMetadata() map[string]interface{}
GetMetadata returns the Metadata field value
func (*UsersUserIdUserAttributesAttributeNameDelete200ResponseData) GetMetadataOk ¶
func (o *UsersUserIdUserAttributesAttributeNameDelete200ResponseData) GetMetadataOk() (map[string]interface{}, bool)
GetMetadataOk returns a tuple with the Metadata field value and a boolean to check if the value has been set.
func (UsersUserIdUserAttributesAttributeNameDelete200ResponseData) MarshalJSON ¶
func (o UsersUserIdUserAttributesAttributeNameDelete200ResponseData) MarshalJSON() ([]byte, error)
func (*UsersUserIdUserAttributesAttributeNameDelete200ResponseData) SetMetadata ¶
func (o *UsersUserIdUserAttributesAttributeNameDelete200ResponseData) SetMetadata(v map[string]interface{})
SetMetadata sets field value
func (UsersUserIdUserAttributesAttributeNameDelete200ResponseData) ToMap ¶
func (o UsersUserIdUserAttributesAttributeNameDelete200ResponseData) ToMap() (map[string]interface{}, error)
func (*UsersUserIdUserAttributesAttributeNameDelete200ResponseData) UnmarshalJSON ¶
func (o *UsersUserIdUserAttributesAttributeNameDelete200ResponseData) UnmarshalJSON(data []byte) (err error)
type UsersUserIdUserAttributesPost200Response ¶
type UsersUserIdUserAttributesPost200Response struct {
// API request succeeded
Success bool `json:"success"`
Data UsersUserIdUserAttributesPost200ResponseData `json:"data"`
AdditionalProperties map[string]interface{}
}
UsersUserIdUserAttributesPost200Response struct for UsersUserIdUserAttributesPost200Response
func NewUsersUserIdUserAttributesPost200Response ¶
func NewUsersUserIdUserAttributesPost200Response(success bool, data UsersUserIdUserAttributesPost200ResponseData) *UsersUserIdUserAttributesPost200Response
NewUsersUserIdUserAttributesPost200Response instantiates a new UsersUserIdUserAttributesPost200Response object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewUsersUserIdUserAttributesPost200ResponseWithDefaults ¶
func NewUsersUserIdUserAttributesPost200ResponseWithDefaults() *UsersUserIdUserAttributesPost200Response
NewUsersUserIdUserAttributesPost200ResponseWithDefaults instantiates a new UsersUserIdUserAttributesPost200Response object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*UsersUserIdUserAttributesPost200Response) GetData ¶
func (o *UsersUserIdUserAttributesPost200Response) GetData() UsersUserIdUserAttributesPost200ResponseData
GetData returns the Data field value
func (*UsersUserIdUserAttributesPost200Response) GetDataOk ¶
func (o *UsersUserIdUserAttributesPost200Response) GetDataOk() (*UsersUserIdUserAttributesPost200ResponseData, bool)
GetDataOk returns a tuple with the Data field value and a boolean to check if the value has been set.
func (*UsersUserIdUserAttributesPost200Response) GetSuccess ¶
func (o *UsersUserIdUserAttributesPost200Response) GetSuccess() bool
GetSuccess returns the Success field value
func (*UsersUserIdUserAttributesPost200Response) GetSuccessOk ¶
func (o *UsersUserIdUserAttributesPost200Response) GetSuccessOk() (*bool, bool)
GetSuccessOk returns a tuple with the Success field value and a boolean to check if the value has been set.
func (UsersUserIdUserAttributesPost200Response) MarshalJSON ¶
func (o UsersUserIdUserAttributesPost200Response) MarshalJSON() ([]byte, error)
func (*UsersUserIdUserAttributesPost200Response) SetData ¶
func (o *UsersUserIdUserAttributesPost200Response) SetData(v UsersUserIdUserAttributesPost200ResponseData)
SetData sets field value
func (*UsersUserIdUserAttributesPost200Response) SetSuccess ¶
func (o *UsersUserIdUserAttributesPost200Response) SetSuccess(v bool)
SetSuccess sets field value
func (UsersUserIdUserAttributesPost200Response) ToMap ¶
func (o UsersUserIdUserAttributesPost200Response) ToMap() (map[string]interface{}, error)
func (*UsersUserIdUserAttributesPost200Response) UnmarshalJSON ¶
func (o *UsersUserIdUserAttributesPost200Response) UnmarshalJSON(data []byte) (err error)
type UsersUserIdUserAttributesPost200ResponseData ¶
type UsersUserIdUserAttributesPost200ResponseData struct {
// The updated user metadata, containing the new attribute value
Metadata map[string]interface{} `json:"metadata"`
AdditionalProperties map[string]interface{}
}
UsersUserIdUserAttributesPost200ResponseData struct for UsersUserIdUserAttributesPost200ResponseData
func NewUsersUserIdUserAttributesPost200ResponseData ¶
func NewUsersUserIdUserAttributesPost200ResponseData(metadata map[string]interface{}) *UsersUserIdUserAttributesPost200ResponseData
NewUsersUserIdUserAttributesPost200ResponseData instantiates a new UsersUserIdUserAttributesPost200ResponseData object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewUsersUserIdUserAttributesPost200ResponseDataWithDefaults ¶
func NewUsersUserIdUserAttributesPost200ResponseDataWithDefaults() *UsersUserIdUserAttributesPost200ResponseData
NewUsersUserIdUserAttributesPost200ResponseDataWithDefaults instantiates a new UsersUserIdUserAttributesPost200ResponseData object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*UsersUserIdUserAttributesPost200ResponseData) GetMetadata ¶
func (o *UsersUserIdUserAttributesPost200ResponseData) GetMetadata() map[string]interface{}
GetMetadata returns the Metadata field value
func (*UsersUserIdUserAttributesPost200ResponseData) GetMetadataOk ¶
func (o *UsersUserIdUserAttributesPost200ResponseData) GetMetadataOk() (map[string]interface{}, bool)
GetMetadataOk returns a tuple with the Metadata field value and a boolean to check if the value has been set.
func (UsersUserIdUserAttributesPost200ResponseData) MarshalJSON ¶
func (o UsersUserIdUserAttributesPost200ResponseData) MarshalJSON() ([]byte, error)
func (*UsersUserIdUserAttributesPost200ResponseData) SetMetadata ¶
func (o *UsersUserIdUserAttributesPost200ResponseData) SetMetadata(v map[string]interface{})
SetMetadata sets field value
func (UsersUserIdUserAttributesPost200ResponseData) ToMap ¶
func (o UsersUserIdUserAttributesPost200ResponseData) ToMap() (map[string]interface{}, error)
func (*UsersUserIdUserAttributesPost200ResponseData) UnmarshalJSON ¶
func (o *UsersUserIdUserAttributesPost200ResponseData) UnmarshalJSON(data []byte) (err error)
type UsersUserIdUserAttributesPostRequest ¶
type UsersUserIdUserAttributesPostRequest struct {
// The name of the user attribute (must match an existing attribute exactly)
Name string `json:"name"`
// The value of the user attribute
Value NullableString `json:"value"`
}
UsersUserIdUserAttributesPostRequest The body of a request to add a user attribute to a user or update an existing user attribute.
func NewUsersUserIdUserAttributesPostRequest ¶
func NewUsersUserIdUserAttributesPostRequest(name string, value NullableString) *UsersUserIdUserAttributesPostRequest
NewUsersUserIdUserAttributesPostRequest instantiates a new UsersUserIdUserAttributesPostRequest object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewUsersUserIdUserAttributesPostRequestWithDefaults ¶
func NewUsersUserIdUserAttributesPostRequestWithDefaults() *UsersUserIdUserAttributesPostRequest
NewUsersUserIdUserAttributesPostRequestWithDefaults instantiates a new UsersUserIdUserAttributesPostRequest object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*UsersUserIdUserAttributesPostRequest) GetName ¶
func (o *UsersUserIdUserAttributesPostRequest) GetName() string
GetName returns the Name field value
func (*UsersUserIdUserAttributesPostRequest) GetNameOk ¶
func (o *UsersUserIdUserAttributesPostRequest) GetNameOk() (*string, bool)
GetNameOk returns a tuple with the Name field value and a boolean to check if the value has been set.
func (*UsersUserIdUserAttributesPostRequest) GetValue ¶
func (o *UsersUserIdUserAttributesPostRequest) GetValue() string
GetValue returns the Value field value If the value is explicit nil, the zero value for string will be returned
func (*UsersUserIdUserAttributesPostRequest) GetValueOk ¶
func (o *UsersUserIdUserAttributesPostRequest) GetValueOk() (*string, bool)
GetValueOk returns a tuple with the Value 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 (UsersUserIdUserAttributesPostRequest) MarshalJSON ¶
func (o UsersUserIdUserAttributesPostRequest) MarshalJSON() ([]byte, error)
func (*UsersUserIdUserAttributesPostRequest) SetName ¶
func (o *UsersUserIdUserAttributesPostRequest) SetName(v string)
SetName sets field value
func (*UsersUserIdUserAttributesPostRequest) SetValue ¶
func (o *UsersUserIdUserAttributesPostRequest) SetValue(v string)
SetValue sets field value
func (UsersUserIdUserAttributesPostRequest) ToMap ¶
func (o UsersUserIdUserAttributesPostRequest) ToMap() (map[string]interface{}, error)
func (*UsersUserIdUserAttributesPostRequest) UnmarshalJSON ¶
func (o *UsersUserIdUserAttributesPostRequest) UnmarshalJSON(data []byte) (err error)
type Workflow ¶ added in v1.0.0
type Workflow struct {
// The Workflow ID.
Id string `json:"id"`
// The name of the Workflow
Name string `json:"name"`
// The description of the Workflow
Description NullableString `json:"description"`
// The cron tab of the Workflow
Crontab NullableString `json:"crontab"`
// The timezone of the Workflow
Timezone NullableString `json:"timezone"`
// Whether the Workflow is enabled
IsEnabled bool `json:"is_enabled"`
// The folder ID of the Workflow
FolderId string `json:"folder_id"`
// Whether the Workflow is protected
Protected bool `json:"protected"`
// The user ID of the creator of the Workflow
CreatedBy NullableFloat32 `json:"created_by"`
CreatedAt time.Time `json:"created_at"`
UpdatedAt time.Time `json:"updated_at"`
AdditionalProperties map[string]interface{}
}
Workflow This object represents a Workflow.
func NewWorkflow ¶ added in v1.0.0
func NewWorkflow(id string, name string, description NullableString, crontab NullableString, timezone NullableString, isEnabled bool, folderId string, protected bool, createdBy NullableFloat32, createdAt time.Time, updatedAt time.Time) *Workflow
NewWorkflow instantiates a new Workflow object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewWorkflowWithDefaults ¶ added in v1.0.0
func NewWorkflowWithDefaults() *Workflow
NewWorkflowWithDefaults instantiates a new Workflow object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*Workflow) GetCreatedAt ¶ added in v1.0.0
GetCreatedAt returns the CreatedAt field value
func (*Workflow) GetCreatedAtOk ¶ added in v1.0.0
GetCreatedAtOk returns a tuple with the CreatedAt field value and a boolean to check if the value has been set.
func (*Workflow) GetCreatedBy ¶ added in v1.0.0
GetCreatedBy returns the CreatedBy field value If the value is explicit nil, the zero value for float32 will be returned
func (*Workflow) GetCreatedByOk ¶ added in v1.0.0
GetCreatedByOk returns a tuple with the CreatedBy 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 (*Workflow) GetCrontab ¶ added in v1.0.0
GetCrontab returns the Crontab field value If the value is explicit nil, the zero value for string will be returned
func (*Workflow) GetCrontabOk ¶ added in v1.0.0
GetCrontabOk returns a tuple with the Crontab 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 (*Workflow) GetDescription ¶ added in v1.0.0
GetDescription returns the Description field value If the value is explicit nil, the zero value for string will be returned
func (*Workflow) GetDescriptionOk ¶ added in v1.0.0
GetDescriptionOk returns a tuple with the Description 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 (*Workflow) GetFolderId ¶ added in v1.0.0
GetFolderId returns the FolderId field value
func (*Workflow) GetFolderIdOk ¶ added in v1.0.0
GetFolderIdOk returns a tuple with the FolderId field value and a boolean to check if the value has been set.
func (*Workflow) GetIdOk ¶ added in v1.0.0
GetIdOk returns a tuple with the Id field value and a boolean to check if the value has been set.
func (*Workflow) GetIsEnabled ¶ added in v1.0.0
GetIsEnabled returns the IsEnabled field value
func (*Workflow) GetIsEnabledOk ¶ added in v1.0.0
GetIsEnabledOk returns a tuple with the IsEnabled field value and a boolean to check if the value has been set.
func (*Workflow) GetNameOk ¶ added in v1.0.0
GetNameOk returns a tuple with the Name field value and a boolean to check if the value has been set.
func (*Workflow) GetProtected ¶ added in v1.0.0
GetProtected returns the Protected field value
func (*Workflow) GetProtectedOk ¶ added in v1.0.0
GetProtectedOk returns a tuple with the Protected field value and a boolean to check if the value has been set.
func (*Workflow) GetTimezone ¶ added in v1.0.0
GetTimezone returns the Timezone field value If the value is explicit nil, the zero value for string will be returned
func (*Workflow) GetTimezoneOk ¶ added in v1.0.0
GetTimezoneOk returns a tuple with the Timezone 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 (*Workflow) GetUpdatedAt ¶ added in v1.0.0
GetUpdatedAt returns the UpdatedAt field value
func (*Workflow) GetUpdatedAtOk ¶ added in v1.0.0
GetUpdatedAtOk returns a tuple with the UpdatedAt field value and a boolean to check if the value has been set.
func (Workflow) MarshalJSON ¶ added in v1.0.0
func (*Workflow) SetCreatedAt ¶ added in v1.0.0
SetCreatedAt sets field value
func (*Workflow) SetCreatedBy ¶ added in v1.0.0
SetCreatedBy sets field value
func (*Workflow) SetCrontab ¶ added in v1.0.0
SetCrontab sets field value
func (*Workflow) SetDescription ¶ added in v1.0.0
SetDescription sets field value
func (*Workflow) SetFolderId ¶ added in v1.0.0
SetFolderId sets field value
func (*Workflow) SetIsEnabled ¶ added in v1.0.0
SetIsEnabled sets field value
func (*Workflow) SetProtected ¶ added in v1.0.0
SetProtected sets field value
func (*Workflow) SetTimezone ¶ added in v1.0.0
SetTimezone sets field value
func (*Workflow) SetUpdatedAt ¶ added in v1.0.0
SetUpdatedAt sets field value
func (*Workflow) UnmarshalJSON ¶ added in v1.0.0
type WorkflowRunAPIService ¶ added in v1.0.0
type WorkflowRunAPIService service
WorkflowRunAPIService WorkflowRunAPI service
func (*WorkflowRunAPIService) WorkflowRunIdGet ¶ added in v1.0.0
func (a *WorkflowRunAPIService) WorkflowRunIdGet(ctx context.Context, id string) ApiWorkflowRunIdGetRequest
WorkflowRunIdGet Get Workflow Run Details
Requires the Workflow Runs API feature which is currently in private beta. Fill out the form at https://workflowstools.retool.com/form/0d8c9ebb-fba1-4c80-8d07-af75bdbf034e to request access. Available on Retool version 3.122+. Returns data for a workflow run. The API token must have the "Workflows > Read" scope.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param id The ID of the workflow run. @return ApiWorkflowRunIdGetRequest
func (*WorkflowRunAPIService) WorkflowRunIdGetExecute ¶ added in v1.0.0
func (a *WorkflowRunAPIService) WorkflowRunIdGetExecute(r ApiWorkflowRunIdGetRequest) (*WorkflowRunIdGet200Response, *http.Response, error)
Execute executes the request
@return WorkflowRunIdGet200Response
type WorkflowRunIdGet200Response ¶ added in v1.0.0
type WorkflowRunIdGet200Response struct {
// The status of the workflow run.
Status string `json:"status"`
// The ID of the workflow.
WorkflowId string `json:"workflow_id"`
// The ID of the workflow run.
Id string `json:"id"`
// The type of trigger that started the workflow.
TriggerType string `json:"trigger_type"`
// The ID of the trigger.
TriggerId string `json:"trigger_id"`
// The creation date time of the workflow run.
CreatedAt string `json:"created_at"`
// List of user tasks of the workfow run.
UserTasks []UserTasksGet200ResponseDataInner `json:"user_tasks,omitempty"`
AdditionalProperties map[string]interface{}
}
WorkflowRunIdGet200Response A workflow run and related data.
func NewWorkflowRunIdGet200Response ¶ added in v1.0.0
func NewWorkflowRunIdGet200Response(status string, workflowId string, id string, triggerType string, triggerId string, createdAt string) *WorkflowRunIdGet200Response
NewWorkflowRunIdGet200Response instantiates a new WorkflowRunIdGet200Response object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewWorkflowRunIdGet200ResponseWithDefaults ¶ added in v1.0.0
func NewWorkflowRunIdGet200ResponseWithDefaults() *WorkflowRunIdGet200Response
NewWorkflowRunIdGet200ResponseWithDefaults instantiates a new WorkflowRunIdGet200Response object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*WorkflowRunIdGet200Response) GetCreatedAt ¶ added in v1.0.0
func (o *WorkflowRunIdGet200Response) GetCreatedAt() string
GetCreatedAt returns the CreatedAt field value
func (*WorkflowRunIdGet200Response) GetCreatedAtOk ¶ added in v1.0.0
func (o *WorkflowRunIdGet200Response) GetCreatedAtOk() (*string, bool)
GetCreatedAtOk returns a tuple with the CreatedAt field value and a boolean to check if the value has been set.
func (*WorkflowRunIdGet200Response) GetId ¶ added in v1.0.0
func (o *WorkflowRunIdGet200Response) GetId() string
GetId returns the Id field value
func (*WorkflowRunIdGet200Response) GetIdOk ¶ added in v1.0.0
func (o *WorkflowRunIdGet200Response) GetIdOk() (*string, bool)
GetIdOk returns a tuple with the Id field value and a boolean to check if the value has been set.
func (*WorkflowRunIdGet200Response) GetStatus ¶ added in v1.0.0
func (o *WorkflowRunIdGet200Response) GetStatus() string
GetStatus returns the Status field value
func (*WorkflowRunIdGet200Response) GetStatusOk ¶ added in v1.0.0
func (o *WorkflowRunIdGet200Response) GetStatusOk() (*string, bool)
GetStatusOk returns a tuple with the Status field value and a boolean to check if the value has been set.
func (*WorkflowRunIdGet200Response) GetTriggerId ¶ added in v1.0.0
func (o *WorkflowRunIdGet200Response) GetTriggerId() string
GetTriggerId returns the TriggerId field value
func (*WorkflowRunIdGet200Response) GetTriggerIdOk ¶ added in v1.0.0
func (o *WorkflowRunIdGet200Response) GetTriggerIdOk() (*string, bool)
GetTriggerIdOk returns a tuple with the TriggerId field value and a boolean to check if the value has been set.
func (*WorkflowRunIdGet200Response) GetTriggerType ¶ added in v1.0.0
func (o *WorkflowRunIdGet200Response) GetTriggerType() string
GetTriggerType returns the TriggerType field value
func (*WorkflowRunIdGet200Response) GetTriggerTypeOk ¶ added in v1.0.0
func (o *WorkflowRunIdGet200Response) GetTriggerTypeOk() (*string, bool)
GetTriggerTypeOk returns a tuple with the TriggerType field value and a boolean to check if the value has been set.
func (*WorkflowRunIdGet200Response) GetUserTasks ¶ added in v1.0.0
func (o *WorkflowRunIdGet200Response) GetUserTasks() []UserTasksGet200ResponseDataInner
GetUserTasks returns the UserTasks field value if set, zero value otherwise.
func (*WorkflowRunIdGet200Response) GetUserTasksOk ¶ added in v1.0.0
func (o *WorkflowRunIdGet200Response) GetUserTasksOk() ([]UserTasksGet200ResponseDataInner, bool)
GetUserTasksOk returns a tuple with the UserTasks field value if set, nil otherwise and a boolean to check if the value has been set.
func (*WorkflowRunIdGet200Response) GetWorkflowId ¶ added in v1.0.0
func (o *WorkflowRunIdGet200Response) GetWorkflowId() string
GetWorkflowId returns the WorkflowId field value
func (*WorkflowRunIdGet200Response) GetWorkflowIdOk ¶ added in v1.0.0
func (o *WorkflowRunIdGet200Response) GetWorkflowIdOk() (*string, bool)
GetWorkflowIdOk returns a tuple with the WorkflowId field value and a boolean to check if the value has been set.
func (*WorkflowRunIdGet200Response) HasUserTasks ¶ added in v1.0.0
func (o *WorkflowRunIdGet200Response) HasUserTasks() bool
HasUserTasks returns a boolean if a field has been set.
func (WorkflowRunIdGet200Response) MarshalJSON ¶ added in v1.0.0
func (o WorkflowRunIdGet200Response) MarshalJSON() ([]byte, error)
func (*WorkflowRunIdGet200Response) SetCreatedAt ¶ added in v1.0.0
func (o *WorkflowRunIdGet200Response) SetCreatedAt(v string)
SetCreatedAt sets field value
func (*WorkflowRunIdGet200Response) SetId ¶ added in v1.0.0
func (o *WorkflowRunIdGet200Response) SetId(v string)
SetId sets field value
func (*WorkflowRunIdGet200Response) SetStatus ¶ added in v1.0.0
func (o *WorkflowRunIdGet200Response) SetStatus(v string)
SetStatus sets field value
func (*WorkflowRunIdGet200Response) SetTriggerId ¶ added in v1.0.0
func (o *WorkflowRunIdGet200Response) SetTriggerId(v string)
SetTriggerId sets field value
func (*WorkflowRunIdGet200Response) SetTriggerType ¶ added in v1.0.0
func (o *WorkflowRunIdGet200Response) SetTriggerType(v string)
SetTriggerType sets field value
func (*WorkflowRunIdGet200Response) SetUserTasks ¶ added in v1.0.0
func (o *WorkflowRunIdGet200Response) SetUserTasks(v []UserTasksGet200ResponseDataInner)
SetUserTasks gets a reference to the given []UserTasksGet200ResponseDataInner and assigns it to the UserTasks field.
func (*WorkflowRunIdGet200Response) SetWorkflowId ¶ added in v1.0.0
func (o *WorkflowRunIdGet200Response) SetWorkflowId(v string)
SetWorkflowId sets field value
func (WorkflowRunIdGet200Response) ToMap ¶ added in v1.0.0
func (o WorkflowRunIdGet200Response) ToMap() (map[string]interface{}, error)
func (*WorkflowRunIdGet200Response) UnmarshalJSON ¶ added in v1.0.0
func (o *WorkflowRunIdGet200Response) UnmarshalJSON(data []byte) (err error)
type WorkflowRunWithUserTask ¶ added in v1.0.0
type WorkflowRunWithUserTask struct {
// The status of the workflow run.
Status string `json:"status"`
// The ID of the workflow.
WorkflowId string `json:"workflow_id"`
// The ID of the workflow run.
Id string `json:"id"`
// The type of trigger that started the workflow.
TriggerType string `json:"trigger_type"`
// The ID of the trigger.
TriggerId string `json:"trigger_id"`
// The creation date time of the workflow run.
CreatedAt string `json:"created_at"`
// List of user tasks of the workfow run.
UserTasks []UserTasksGet200ResponseDataInner `json:"user_tasks,omitempty"`
AdditionalProperties map[string]interface{}
}
WorkflowRunWithUserTask A workflow run and related data.
func NewWorkflowRunWithUserTask ¶ added in v1.0.0
func NewWorkflowRunWithUserTask(status string, workflowId string, id string, triggerType string, triggerId string, createdAt string) *WorkflowRunWithUserTask
NewWorkflowRunWithUserTask instantiates a new WorkflowRunWithUserTask object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewWorkflowRunWithUserTaskWithDefaults ¶ added in v1.0.0
func NewWorkflowRunWithUserTaskWithDefaults() *WorkflowRunWithUserTask
NewWorkflowRunWithUserTaskWithDefaults instantiates a new WorkflowRunWithUserTask object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*WorkflowRunWithUserTask) GetCreatedAt ¶ added in v1.0.0
func (o *WorkflowRunWithUserTask) GetCreatedAt() string
GetCreatedAt returns the CreatedAt field value
func (*WorkflowRunWithUserTask) GetCreatedAtOk ¶ added in v1.0.0
func (o *WorkflowRunWithUserTask) GetCreatedAtOk() (*string, bool)
GetCreatedAtOk returns a tuple with the CreatedAt field value and a boolean to check if the value has been set.
func (*WorkflowRunWithUserTask) GetId ¶ added in v1.0.0
func (o *WorkflowRunWithUserTask) GetId() string
GetId returns the Id field value
func (*WorkflowRunWithUserTask) GetIdOk ¶ added in v1.0.0
func (o *WorkflowRunWithUserTask) GetIdOk() (*string, bool)
GetIdOk returns a tuple with the Id field value and a boolean to check if the value has been set.
func (*WorkflowRunWithUserTask) GetStatus ¶ added in v1.0.0
func (o *WorkflowRunWithUserTask) GetStatus() string
GetStatus returns the Status field value
func (*WorkflowRunWithUserTask) GetStatusOk ¶ added in v1.0.0
func (o *WorkflowRunWithUserTask) GetStatusOk() (*string, bool)
GetStatusOk returns a tuple with the Status field value and a boolean to check if the value has been set.
func (*WorkflowRunWithUserTask) GetTriggerId ¶ added in v1.0.0
func (o *WorkflowRunWithUserTask) GetTriggerId() string
GetTriggerId returns the TriggerId field value
func (*WorkflowRunWithUserTask) GetTriggerIdOk ¶ added in v1.0.0
func (o *WorkflowRunWithUserTask) GetTriggerIdOk() (*string, bool)
GetTriggerIdOk returns a tuple with the TriggerId field value and a boolean to check if the value has been set.
func (*WorkflowRunWithUserTask) GetTriggerType ¶ added in v1.0.0
func (o *WorkflowRunWithUserTask) GetTriggerType() string
GetTriggerType returns the TriggerType field value
func (*WorkflowRunWithUserTask) GetTriggerTypeOk ¶ added in v1.0.0
func (o *WorkflowRunWithUserTask) GetTriggerTypeOk() (*string, bool)
GetTriggerTypeOk returns a tuple with the TriggerType field value and a boolean to check if the value has been set.
func (*WorkflowRunWithUserTask) GetUserTasks ¶ added in v1.0.0
func (o *WorkflowRunWithUserTask) GetUserTasks() []UserTasksGet200ResponseDataInner
GetUserTasks returns the UserTasks field value if set, zero value otherwise.
func (*WorkflowRunWithUserTask) GetUserTasksOk ¶ added in v1.0.0
func (o *WorkflowRunWithUserTask) GetUserTasksOk() ([]UserTasksGet200ResponseDataInner, bool)
GetUserTasksOk returns a tuple with the UserTasks field value if set, nil otherwise and a boolean to check if the value has been set.
func (*WorkflowRunWithUserTask) GetWorkflowId ¶ added in v1.0.0
func (o *WorkflowRunWithUserTask) GetWorkflowId() string
GetWorkflowId returns the WorkflowId field value
func (*WorkflowRunWithUserTask) GetWorkflowIdOk ¶ added in v1.0.0
func (o *WorkflowRunWithUserTask) GetWorkflowIdOk() (*string, bool)
GetWorkflowIdOk returns a tuple with the WorkflowId field value and a boolean to check if the value has been set.
func (*WorkflowRunWithUserTask) HasUserTasks ¶ added in v1.0.0
func (o *WorkflowRunWithUserTask) HasUserTasks() bool
HasUserTasks returns a boolean if a field has been set.
func (WorkflowRunWithUserTask) MarshalJSON ¶ added in v1.0.0
func (o WorkflowRunWithUserTask) MarshalJSON() ([]byte, error)
func (*WorkflowRunWithUserTask) SetCreatedAt ¶ added in v1.0.0
func (o *WorkflowRunWithUserTask) SetCreatedAt(v string)
SetCreatedAt sets field value
func (*WorkflowRunWithUserTask) SetId ¶ added in v1.0.0
func (o *WorkflowRunWithUserTask) SetId(v string)
SetId sets field value
func (*WorkflowRunWithUserTask) SetStatus ¶ added in v1.0.0
func (o *WorkflowRunWithUserTask) SetStatus(v string)
SetStatus sets field value
func (*WorkflowRunWithUserTask) SetTriggerId ¶ added in v1.0.0
func (o *WorkflowRunWithUserTask) SetTriggerId(v string)
SetTriggerId sets field value
func (*WorkflowRunWithUserTask) SetTriggerType ¶ added in v1.0.0
func (o *WorkflowRunWithUserTask) SetTriggerType(v string)
SetTriggerType sets field value
func (*WorkflowRunWithUserTask) SetUserTasks ¶ added in v1.0.0
func (o *WorkflowRunWithUserTask) SetUserTasks(v []UserTasksGet200ResponseDataInner)
SetUserTasks gets a reference to the given []UserTasksGet200ResponseDataInner and assigns it to the UserTasks field.
func (*WorkflowRunWithUserTask) SetWorkflowId ¶ added in v1.0.0
func (o *WorkflowRunWithUserTask) SetWorkflowId(v string)
SetWorkflowId sets field value
func (WorkflowRunWithUserTask) ToMap ¶ added in v1.0.0
func (o WorkflowRunWithUserTask) ToMap() (map[string]interface{}, error)
func (*WorkflowRunWithUserTask) UnmarshalJSON ¶ added in v1.0.0
func (o *WorkflowRunWithUserTask) UnmarshalJSON(data []byte) (err error)
type WorkflowsAPIService ¶ added in v1.0.0
type WorkflowsAPIService service
WorkflowsAPIService WorkflowsAPI service
func (*WorkflowsAPIService) WorkflowsGet ¶ added in v1.0.0
func (a *WorkflowsAPIService) WorkflowsGet(ctx context.Context) ApiWorkflowsGetRequest
WorkflowsGet Get all workflows
Get all workflows for an organization or space. The API token must have the "Workflows > Read" scope.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return ApiWorkflowsGetRequest
func (*WorkflowsAPIService) WorkflowsGetExecute ¶ added in v1.0.0
func (a *WorkflowsAPIService) WorkflowsGetExecute(r ApiWorkflowsGetRequest) (*WorkflowsGet200Response, *http.Response, error)
Execute executes the request
@return WorkflowsGet200Response
func (*WorkflowsAPIService) WorkflowsWorkflowIdGet ¶ added in v1.0.0
func (a *WorkflowsAPIService) WorkflowsWorkflowIdGet(ctx context.Context, workflowId string) ApiWorkflowsWorkflowIdGetRequest
WorkflowsWorkflowIdGet Get a workflow
Get a workflow by ID. The API token must have the "Workflows > Read" scope.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param workflowId The Workflow ID. @return ApiWorkflowsWorkflowIdGetRequest
func (*WorkflowsAPIService) WorkflowsWorkflowIdGetExecute ¶ added in v1.0.0
func (a *WorkflowsAPIService) WorkflowsWorkflowIdGetExecute(r ApiWorkflowsWorkflowIdGetRequest) (*WorkflowsWorkflowIdGet200Response, *http.Response, error)
Execute executes the request
@return WorkflowsWorkflowIdGet200Response
type WorkflowsGet200Response ¶ added in v1.0.0
type WorkflowsGet200Response struct {
// API request succeeded
Success bool `json:"success"`
// An array of requested items
Data []WorkflowsGet200ResponseDataInner `json:"data"`
// Total number of items in the response
TotalCount float32 `json:"total_count"`
// A token to retrieve the next page of items in the collection
NextToken NullableString `json:"next_token"`
// Whether there are more items in the collection
HasMore bool `json:"has_more"`
AdditionalProperties map[string]interface{}
}
WorkflowsGet200Response A list of all workflows in the organization
func NewWorkflowsGet200Response ¶ added in v1.0.0
func NewWorkflowsGet200Response(success bool, data []WorkflowsGet200ResponseDataInner, totalCount float32, nextToken NullableString, hasMore bool) *WorkflowsGet200Response
NewWorkflowsGet200Response instantiates a new WorkflowsGet200Response object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewWorkflowsGet200ResponseWithDefaults ¶ added in v1.0.0
func NewWorkflowsGet200ResponseWithDefaults() *WorkflowsGet200Response
NewWorkflowsGet200ResponseWithDefaults instantiates a new WorkflowsGet200Response object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*WorkflowsGet200Response) GetData ¶ added in v1.0.0
func (o *WorkflowsGet200Response) GetData() []WorkflowsGet200ResponseDataInner
GetData returns the Data field value
func (*WorkflowsGet200Response) GetDataOk ¶ added in v1.0.0
func (o *WorkflowsGet200Response) GetDataOk() ([]WorkflowsGet200ResponseDataInner, bool)
GetDataOk returns a tuple with the Data field value and a boolean to check if the value has been set.
func (*WorkflowsGet200Response) GetHasMore ¶ added in v1.0.0
func (o *WorkflowsGet200Response) GetHasMore() bool
GetHasMore returns the HasMore field value
func (*WorkflowsGet200Response) GetHasMoreOk ¶ added in v1.0.0
func (o *WorkflowsGet200Response) GetHasMoreOk() (*bool, bool)
GetHasMoreOk returns a tuple with the HasMore field value and a boolean to check if the value has been set.
func (*WorkflowsGet200Response) GetNextToken ¶ added in v1.0.0
func (o *WorkflowsGet200Response) GetNextToken() string
GetNextToken returns the NextToken field value If the value is explicit nil, the zero value for string will be returned
func (*WorkflowsGet200Response) GetNextTokenOk ¶ added in v1.0.0
func (o *WorkflowsGet200Response) GetNextTokenOk() (*string, bool)
GetNextTokenOk returns a tuple with the NextToken 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 (*WorkflowsGet200Response) GetSuccess ¶ added in v1.0.0
func (o *WorkflowsGet200Response) GetSuccess() bool
GetSuccess returns the Success field value
func (*WorkflowsGet200Response) GetSuccessOk ¶ added in v1.0.0
func (o *WorkflowsGet200Response) GetSuccessOk() (*bool, bool)
GetSuccessOk returns a tuple with the Success field value and a boolean to check if the value has been set.
func (*WorkflowsGet200Response) GetTotalCount ¶ added in v1.0.0
func (o *WorkflowsGet200Response) GetTotalCount() float32
GetTotalCount returns the TotalCount field value
func (*WorkflowsGet200Response) GetTotalCountOk ¶ added in v1.0.0
func (o *WorkflowsGet200Response) GetTotalCountOk() (*float32, bool)
GetTotalCountOk returns a tuple with the TotalCount field value and a boolean to check if the value has been set.
func (WorkflowsGet200Response) MarshalJSON ¶ added in v1.0.0
func (o WorkflowsGet200Response) MarshalJSON() ([]byte, error)
func (*WorkflowsGet200Response) SetData ¶ added in v1.0.0
func (o *WorkflowsGet200Response) SetData(v []WorkflowsGet200ResponseDataInner)
SetData sets field value
func (*WorkflowsGet200Response) SetHasMore ¶ added in v1.0.0
func (o *WorkflowsGet200Response) SetHasMore(v bool)
SetHasMore sets field value
func (*WorkflowsGet200Response) SetNextToken ¶ added in v1.0.0
func (o *WorkflowsGet200Response) SetNextToken(v string)
SetNextToken sets field value
func (*WorkflowsGet200Response) SetSuccess ¶ added in v1.0.0
func (o *WorkflowsGet200Response) SetSuccess(v bool)
SetSuccess sets field value
func (*WorkflowsGet200Response) SetTotalCount ¶ added in v1.0.0
func (o *WorkflowsGet200Response) SetTotalCount(v float32)
SetTotalCount sets field value
func (WorkflowsGet200Response) ToMap ¶ added in v1.0.0
func (o WorkflowsGet200Response) ToMap() (map[string]interface{}, error)
func (*WorkflowsGet200Response) UnmarshalJSON ¶ added in v1.0.0
func (o *WorkflowsGet200Response) UnmarshalJSON(data []byte) (err error)
type WorkflowsGet200ResponseDataInner ¶ added in v1.0.0
type WorkflowsGet200ResponseDataInner struct {
// The Workflow ID.
Id string `json:"id"`
// The name of the Workflow
Name string `json:"name"`
// The description of the Workflow
Description NullableString `json:"description"`
// The cron tab of the Workflow
Crontab NullableString `json:"crontab"`
// The timezone of the Workflow
Timezone NullableString `json:"timezone"`
// Whether the Workflow is enabled
IsEnabled bool `json:"is_enabled"`
// The folder ID of the Workflow
FolderId string `json:"folder_id"`
// Whether the Workflow is protected
Protected bool `json:"protected"`
// The user ID of the creator of the Workflow
CreatedBy NullableFloat32 `json:"created_by"`
CreatedAt time.Time `json:"created_at"`
UpdatedAt time.Time `json:"updated_at"`
AdditionalProperties map[string]interface{}
}
WorkflowsGet200ResponseDataInner This object represents a Workflow.
func NewWorkflowsGet200ResponseDataInner ¶ added in v1.0.0
func NewWorkflowsGet200ResponseDataInner(id string, name string, description NullableString, crontab NullableString, timezone NullableString, isEnabled bool, folderId string, protected bool, createdBy NullableFloat32, createdAt time.Time, updatedAt time.Time) *WorkflowsGet200ResponseDataInner
NewWorkflowsGet200ResponseDataInner instantiates a new WorkflowsGet200ResponseDataInner object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewWorkflowsGet200ResponseDataInnerWithDefaults ¶ added in v1.0.0
func NewWorkflowsGet200ResponseDataInnerWithDefaults() *WorkflowsGet200ResponseDataInner
NewWorkflowsGet200ResponseDataInnerWithDefaults instantiates a new WorkflowsGet200ResponseDataInner object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*WorkflowsGet200ResponseDataInner) GetCreatedAt ¶ added in v1.0.0
func (o *WorkflowsGet200ResponseDataInner) GetCreatedAt() time.Time
GetCreatedAt returns the CreatedAt field value
func (*WorkflowsGet200ResponseDataInner) GetCreatedAtOk ¶ added in v1.0.0
func (o *WorkflowsGet200ResponseDataInner) GetCreatedAtOk() (*time.Time, bool)
GetCreatedAtOk returns a tuple with the CreatedAt field value and a boolean to check if the value has been set.
func (*WorkflowsGet200ResponseDataInner) GetCreatedBy ¶ added in v1.0.0
func (o *WorkflowsGet200ResponseDataInner) GetCreatedBy() float32
GetCreatedBy returns the CreatedBy field value If the value is explicit nil, the zero value for float32 will be returned
func (*WorkflowsGet200ResponseDataInner) GetCreatedByOk ¶ added in v1.0.0
func (o *WorkflowsGet200ResponseDataInner) GetCreatedByOk() (*float32, bool)
GetCreatedByOk returns a tuple with the CreatedBy 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 (*WorkflowsGet200ResponseDataInner) GetCrontab ¶ added in v1.0.0
func (o *WorkflowsGet200ResponseDataInner) GetCrontab() string
GetCrontab returns the Crontab field value If the value is explicit nil, the zero value for string will be returned
func (*WorkflowsGet200ResponseDataInner) GetCrontabOk ¶ added in v1.0.0
func (o *WorkflowsGet200ResponseDataInner) GetCrontabOk() (*string, bool)
GetCrontabOk returns a tuple with the Crontab 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 (*WorkflowsGet200ResponseDataInner) GetDescription ¶ added in v1.0.0
func (o *WorkflowsGet200ResponseDataInner) GetDescription() string
GetDescription returns the Description field value If the value is explicit nil, the zero value for string will be returned
func (*WorkflowsGet200ResponseDataInner) GetDescriptionOk ¶ added in v1.0.0
func (o *WorkflowsGet200ResponseDataInner) GetDescriptionOk() (*string, bool)
GetDescriptionOk returns a tuple with the Description 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 (*WorkflowsGet200ResponseDataInner) GetFolderId ¶ added in v1.0.0
func (o *WorkflowsGet200ResponseDataInner) GetFolderId() string
GetFolderId returns the FolderId field value
func (*WorkflowsGet200ResponseDataInner) GetFolderIdOk ¶ added in v1.0.0
func (o *WorkflowsGet200ResponseDataInner) GetFolderIdOk() (*string, bool)
GetFolderIdOk returns a tuple with the FolderId field value and a boolean to check if the value has been set.
func (*WorkflowsGet200ResponseDataInner) GetId ¶ added in v1.0.0
func (o *WorkflowsGet200ResponseDataInner) GetId() string
GetId returns the Id field value
func (*WorkflowsGet200ResponseDataInner) GetIdOk ¶ added in v1.0.0
func (o *WorkflowsGet200ResponseDataInner) GetIdOk() (*string, bool)
GetIdOk returns a tuple with the Id field value and a boolean to check if the value has been set.
func (*WorkflowsGet200ResponseDataInner) GetIsEnabled ¶ added in v1.0.0
func (o *WorkflowsGet200ResponseDataInner) GetIsEnabled() bool
GetIsEnabled returns the IsEnabled field value
func (*WorkflowsGet200ResponseDataInner) GetIsEnabledOk ¶ added in v1.0.0
func (o *WorkflowsGet200ResponseDataInner) GetIsEnabledOk() (*bool, bool)
GetIsEnabledOk returns a tuple with the IsEnabled field value and a boolean to check if the value has been set.
func (*WorkflowsGet200ResponseDataInner) GetName ¶ added in v1.0.0
func (o *WorkflowsGet200ResponseDataInner) GetName() string
GetName returns the Name field value
func (*WorkflowsGet200ResponseDataInner) GetNameOk ¶ added in v1.0.0
func (o *WorkflowsGet200ResponseDataInner) GetNameOk() (*string, bool)
GetNameOk returns a tuple with the Name field value and a boolean to check if the value has been set.
func (*WorkflowsGet200ResponseDataInner) GetProtected ¶ added in v1.0.0
func (o *WorkflowsGet200ResponseDataInner) GetProtected() bool
GetProtected returns the Protected field value
func (*WorkflowsGet200ResponseDataInner) GetProtectedOk ¶ added in v1.0.0
func (o *WorkflowsGet200ResponseDataInner) GetProtectedOk() (*bool, bool)
GetProtectedOk returns a tuple with the Protected field value and a boolean to check if the value has been set.
func (*WorkflowsGet200ResponseDataInner) GetTimezone ¶ added in v1.0.0
func (o *WorkflowsGet200ResponseDataInner) GetTimezone() string
GetTimezone returns the Timezone field value If the value is explicit nil, the zero value for string will be returned
func (*WorkflowsGet200ResponseDataInner) GetTimezoneOk ¶ added in v1.0.0
func (o *WorkflowsGet200ResponseDataInner) GetTimezoneOk() (*string, bool)
GetTimezoneOk returns a tuple with the Timezone 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 (*WorkflowsGet200ResponseDataInner) GetUpdatedAt ¶ added in v1.0.0
func (o *WorkflowsGet200ResponseDataInner) GetUpdatedAt() time.Time
GetUpdatedAt returns the UpdatedAt field value
func (*WorkflowsGet200ResponseDataInner) GetUpdatedAtOk ¶ added in v1.0.0
func (o *WorkflowsGet200ResponseDataInner) GetUpdatedAtOk() (*time.Time, bool)
GetUpdatedAtOk returns a tuple with the UpdatedAt field value and a boolean to check if the value has been set.
func (WorkflowsGet200ResponseDataInner) MarshalJSON ¶ added in v1.0.0
func (o WorkflowsGet200ResponseDataInner) MarshalJSON() ([]byte, error)
func (*WorkflowsGet200ResponseDataInner) SetCreatedAt ¶ added in v1.0.0
func (o *WorkflowsGet200ResponseDataInner) SetCreatedAt(v time.Time)
SetCreatedAt sets field value
func (*WorkflowsGet200ResponseDataInner) SetCreatedBy ¶ added in v1.0.0
func (o *WorkflowsGet200ResponseDataInner) SetCreatedBy(v float32)
SetCreatedBy sets field value
func (*WorkflowsGet200ResponseDataInner) SetCrontab ¶ added in v1.0.0
func (o *WorkflowsGet200ResponseDataInner) SetCrontab(v string)
SetCrontab sets field value
func (*WorkflowsGet200ResponseDataInner) SetDescription ¶ added in v1.0.0
func (o *WorkflowsGet200ResponseDataInner) SetDescription(v string)
SetDescription sets field value
func (*WorkflowsGet200ResponseDataInner) SetFolderId ¶ added in v1.0.0
func (o *WorkflowsGet200ResponseDataInner) SetFolderId(v string)
SetFolderId sets field value
func (*WorkflowsGet200ResponseDataInner) SetId ¶ added in v1.0.0
func (o *WorkflowsGet200ResponseDataInner) SetId(v string)
SetId sets field value
func (*WorkflowsGet200ResponseDataInner) SetIsEnabled ¶ added in v1.0.0
func (o *WorkflowsGet200ResponseDataInner) SetIsEnabled(v bool)
SetIsEnabled sets field value
func (*WorkflowsGet200ResponseDataInner) SetName ¶ added in v1.0.0
func (o *WorkflowsGet200ResponseDataInner) SetName(v string)
SetName sets field value
func (*WorkflowsGet200ResponseDataInner) SetProtected ¶ added in v1.0.0
func (o *WorkflowsGet200ResponseDataInner) SetProtected(v bool)
SetProtected sets field value
func (*WorkflowsGet200ResponseDataInner) SetTimezone ¶ added in v1.0.0
func (o *WorkflowsGet200ResponseDataInner) SetTimezone(v string)
SetTimezone sets field value
func (*WorkflowsGet200ResponseDataInner) SetUpdatedAt ¶ added in v1.0.0
func (o *WorkflowsGet200ResponseDataInner) SetUpdatedAt(v time.Time)
SetUpdatedAt sets field value
func (WorkflowsGet200ResponseDataInner) ToMap ¶ added in v1.0.0
func (o WorkflowsGet200ResponseDataInner) ToMap() (map[string]interface{}, error)
func (*WorkflowsGet200ResponseDataInner) UnmarshalJSON ¶ added in v1.0.0
func (o *WorkflowsGet200ResponseDataInner) UnmarshalJSON(data []byte) (err error)
type WorkflowsGet403Response ¶ added in v1.0.0
type WorkflowsGet403Response struct {
Success bool `json:"success"`
Message string `json:"message"`
AdditionalProperties map[string]interface{}
}
WorkflowsGet403Response struct for WorkflowsGet403Response
func NewWorkflowsGet403Response ¶ added in v1.0.0
func NewWorkflowsGet403Response(success bool, message string) *WorkflowsGet403Response
NewWorkflowsGet403Response instantiates a new WorkflowsGet403Response object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewWorkflowsGet403ResponseWithDefaults ¶ added in v1.0.0
func NewWorkflowsGet403ResponseWithDefaults() *WorkflowsGet403Response
NewWorkflowsGet403ResponseWithDefaults instantiates a new WorkflowsGet403Response object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*WorkflowsGet403Response) GetMessage ¶ added in v1.0.0
func (o *WorkflowsGet403Response) GetMessage() string
GetMessage returns the Message field value
func (*WorkflowsGet403Response) GetMessageOk ¶ added in v1.0.0
func (o *WorkflowsGet403Response) GetMessageOk() (*string, bool)
GetMessageOk returns a tuple with the Message field value and a boolean to check if the value has been set.
func (*WorkflowsGet403Response) GetSuccess ¶ added in v1.0.0
func (o *WorkflowsGet403Response) GetSuccess() bool
GetSuccess returns the Success field value
func (*WorkflowsGet403Response) GetSuccessOk ¶ added in v1.0.0
func (o *WorkflowsGet403Response) GetSuccessOk() (*bool, bool)
GetSuccessOk returns a tuple with the Success field value and a boolean to check if the value has been set.
func (WorkflowsGet403Response) MarshalJSON ¶ added in v1.0.0
func (o WorkflowsGet403Response) MarshalJSON() ([]byte, error)
func (*WorkflowsGet403Response) SetMessage ¶ added in v1.0.0
func (o *WorkflowsGet403Response) SetMessage(v string)
SetMessage sets field value
func (*WorkflowsGet403Response) SetSuccess ¶ added in v1.0.0
func (o *WorkflowsGet403Response) SetSuccess(v bool)
SetSuccess sets field value
func (WorkflowsGet403Response) ToMap ¶ added in v1.0.0
func (o WorkflowsGet403Response) ToMap() (map[string]interface{}, error)
func (*WorkflowsGet403Response) UnmarshalJSON ¶ added in v1.0.0
func (o *WorkflowsGet403Response) UnmarshalJSON(data []byte) (err error)
type WorkflowsWorkflowIdGet200Response ¶ added in v1.0.0
type WorkflowsWorkflowIdGet200Response struct {
// API request succeeded
Success bool `json:"success"`
Data WorkflowsGet200ResponseDataInner `json:"data"`
AdditionalProperties map[string]interface{}
}
WorkflowsWorkflowIdGet200Response A single workflow
func NewWorkflowsWorkflowIdGet200Response ¶ added in v1.0.0
func NewWorkflowsWorkflowIdGet200Response(success bool, data WorkflowsGet200ResponseDataInner) *WorkflowsWorkflowIdGet200Response
NewWorkflowsWorkflowIdGet200Response instantiates a new WorkflowsWorkflowIdGet200Response object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewWorkflowsWorkflowIdGet200ResponseWithDefaults ¶ added in v1.0.0
func NewWorkflowsWorkflowIdGet200ResponseWithDefaults() *WorkflowsWorkflowIdGet200Response
NewWorkflowsWorkflowIdGet200ResponseWithDefaults instantiates a new WorkflowsWorkflowIdGet200Response object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*WorkflowsWorkflowIdGet200Response) GetData ¶ added in v1.0.0
func (o *WorkflowsWorkflowIdGet200Response) GetData() WorkflowsGet200ResponseDataInner
GetData returns the Data field value
func (*WorkflowsWorkflowIdGet200Response) GetDataOk ¶ added in v1.0.0
func (o *WorkflowsWorkflowIdGet200Response) GetDataOk() (*WorkflowsGet200ResponseDataInner, bool)
GetDataOk returns a tuple with the Data field value and a boolean to check if the value has been set.
func (*WorkflowsWorkflowIdGet200Response) GetSuccess ¶ added in v1.0.0
func (o *WorkflowsWorkflowIdGet200Response) GetSuccess() bool
GetSuccess returns the Success field value
func (*WorkflowsWorkflowIdGet200Response) GetSuccessOk ¶ added in v1.0.0
func (o *WorkflowsWorkflowIdGet200Response) GetSuccessOk() (*bool, bool)
GetSuccessOk returns a tuple with the Success field value and a boolean to check if the value has been set.
func (WorkflowsWorkflowIdGet200Response) MarshalJSON ¶ added in v1.0.0
func (o WorkflowsWorkflowIdGet200Response) MarshalJSON() ([]byte, error)
func (*WorkflowsWorkflowIdGet200Response) SetData ¶ added in v1.0.0
func (o *WorkflowsWorkflowIdGet200Response) SetData(v WorkflowsGet200ResponseDataInner)
SetData sets field value
func (*WorkflowsWorkflowIdGet200Response) SetSuccess ¶ added in v1.0.0
func (o *WorkflowsWorkflowIdGet200Response) SetSuccess(v bool)
SetSuccess sets field value
func (WorkflowsWorkflowIdGet200Response) ToMap ¶ added in v1.0.0
func (o WorkflowsWorkflowIdGet200Response) ToMap() (map[string]interface{}, error)
func (*WorkflowsWorkflowIdGet200Response) UnmarshalJSON ¶ added in v1.0.0
func (o *WorkflowsWorkflowIdGet200Response) UnmarshalJSON(data []byte) (err error)
Source Files
¶
- api_access_request.go
- api_access_tokens.go
- api_app_themes.go
- api_apps.go
- api_configuration_variables.go
- api_custom_component_library.go
- api_environments.go
- api_folders.go
- api_groups.go
- api_info.go
- api_observability.go
- api_organization.go
- api_permissions.go
- api_resource_configurations.go
- api_resources.go
- api_source_control.go
- api_spaces.go
- api_sso.go
- api_usage.go
- api_user_attributes.go
- api_user_invite.go
- api_user_tasks.go
- api_users.go
- api_workflow_run.go
- api_workflows.go
- client.go
- configuration.go
- model__access_requests__access_request_id__get_200_response.go
- model__access_requests__access_request_id__patch_200_response.go
- model__access_requests__access_request_id__patch_request.go
- model__access_requests_get_200_response.go
- model__access_requests_get_200_response_data_inner.go
- model__access_tokens__access_token_id_get_200_response.go
- model__access_tokens__access_token_id_get_200_response_data.go
- model__access_tokens_get_200_response.go
- model__access_tokens_get_200_response_data_inner.go
- model__access_tokens_post_200_response.go
- model__access_tokens_post_200_response_data.go
- model__access_tokens_post_request.go
- model__app_themes__id__get_200_response.go
- model__app_themes__id__get_200_response_data.go
- model__app_themes_get_200_response.go
- model__app_themes_get_200_response_data_inner.go
- model__app_themes_put_200_response.go
- model__app_themes_put_200_response_data.go
- model__app_themes_put_request.go
- model__apps__app_id__get_200_response.go
- model__apps__app_id__get_200_response_data.go
- model__apps_clone_app_post_request.go
- model__apps_get_200_response.go
- model__configuration_variables_get_200_response.go
- model__configuration_variables_get_200_response_data_inner.go
- model__configuration_variables_get_200_response_data_inner_values_inner.go
- model__configuration_variables_post_200_response.go
- model__configuration_variables_post_request.go
- model__custom_component_libraries__library_id__get_200_response.go
- model__custom_component_libraries__library_id__get_200_response_data.go
- model__custom_component_libraries__library_id__revisions__revision_id__files_get_200_response.go
- model__custom_component_libraries__library_id__revisions__revision_id__files_get_200_response_data_inner.go
- model__custom_component_libraries__library_id__revisions_get_200_response.go
- model__custom_component_libraries__library_id__revisions_get_200_response_data_inner.go
- model__custom_component_libraries__library_id__revisions_post_200_response.go
- model__custom_component_libraries_get_200_response.go
- model__custom_component_libraries_post_200_response.go
- model__custom_component_libraries_post_request.go
- model__environments__environment_id__get_200_response.go
- model__environments__environment_id__get_200_response_data.go
- model__environments__environment_id__patch_200_response.go
- model__environments__environment_id__patch_200_response_data.go
- model__environments__environment_id__patch_request.go
- model__environments_get_200_response.go
- model__environments_post_200_response.go
- model__environments_post_200_response_data.go
- model__environments_post_request.go
- model__folders__folder_id__delete_request.go
- model__folders__folder_id__get_200_response.go
- model__folders__folder_id__get_200_response_data.go
- model__folders__folder_id__patch_200_response.go
- model__folders__folder_id__patch_200_response_data.go
- model__folders__folder_id__patch_request.go
- model__folders__folder_id__patch_request_operations_inner.go
- model__folders__folder_id__patch_request_operations_inner_any_of.go
- model__folders__folder_id__patch_request_operations_inner_any_of_1.go
- model__folders__folder_id__patch_request_operations_inner_any_of_2.go
- model__folders_get_200_response.go
- model__folders_get_200_response_data_inner.go
- model__folders_post_200_response.go
- model__folders_post_200_response_data.go
- model__folders_post_409_response.go
- model__folders_post_request.go
- model__groups__group_id__get_200_response.go
- model__groups__group_id__get_200_response_data.go
- model__groups__group_id__get_200_response_data_members_inner.go
- model__groups__group_id__get_200_response_data_user_invites_inner.go
- model__groups__group_id__members_post_request.go
- model__groups__group_id__patch_request.go
- model__groups__group_id__patch_request_operations_inner.go
- model__groups__group_id__put_200_response.go
- model__groups__group_id__put_200_response_data.go
- model__groups__group_id__put_request.go
- model__groups__group_id__put_request_members_inner.go
- model__groups__group_id__user_invites_post_request.go
- model__groups_get_200_response.go
- model__groups_get_200_response_data_inner.go
- model__groups_post_200_response.go
- model__groups_post_200_response_data.go
- model__groups_post_request.go
- model__info_ip_allowlist_get_200_response.go
- model__info_ip_allowlist_get_200_response_data.go
- model__info_ip_allowlist_get_200_response_data_ip_addresses.go
- model__observability_config__config_id__put_200_response.go
- model__observability_config__config_id__put_200_response_data.go
- model__observability_config__config_id__put_request.go
- model__observability_config_get_200_response.go
- model__observability_config_get_200_response_data_inner.go
- model__observability_config_get_200_response_data_inner_config.go
- model__observability_config_get_200_response_data_inner_config_one_of.go
- model__observability_config_get_200_response_data_inner_config_one_of_1.go
- model__observability_config_post_200_response.go
- model__observability_config_post_200_response_data.go
- model__observability_config_post_request.go
- model__observability_provider__provider__test_post_200_response.go
- model__observability_provider__provider__test_post_200_response_data.go
- model__observability_provider__provider__test_post_200_response_data_any_of.go
- model__observability_provider__provider__test_post_200_response_data_any_of_1.go
- model__observability_provider__provider__test_post_200_response_data_one_of.go
- model__observability_provider__provider__test_post_200_response_data_one_of_1.go
- model__observability_provider__provider__test_post_provider_parameter.go
- model__organization__get_200_response.go
- model__organization__get_200_response_data.go
- model__organization__patch_200_response.go
- model__organization__patch_200_response_data.go
- model__organization__patch_request.go
- model__organization_ai_settings_get_200_response.go
- model__organization_ai_settings_get_200_response_data.go
- model__organization_ai_settings_put_200_response.go
- model__organization_analytics_integrations_get_200_response.go
- model__organization_analytics_integrations_get_200_response_data_inner.go
- model__organization_analytics_integrations_get_200_response_data_inner_one_of.go
- model__organization_analytics_integrations_get_200_response_data_inner_one_of_1.go
- model__organization_analytics_integrations_get_200_response_data_inner_one_of_2.go
- model__permissions_access_list__object_type___object_id__get_200_response.go
- model__permissions_access_list__object_type___object_id__get_200_response_data.go
- model__permissions_access_list__object_type___object_id__get_200_response_data_group_inner.go
- model__permissions_access_list__object_type___object_id__get_200_response_data_group_inner_sources.go
- model__permissions_access_list__object_type___object_id__get_200_response_data_group_inner_sources_groups_inner.go
- model__permissions_access_list__object_type___object_id__get_200_response_data_group_inner_sources_inherited.go
- model__permissions_access_list__object_type___object_id__get_200_response_data_group_inner_subject.go
- model__permissions_grant_post_200_response.go
- model__permissions_grant_post_200_response_data_inner.go
- model__permissions_grant_post_request.go
- model__permissions_grant_post_request_object.go
- model__permissions_grant_post_request_object_one_of.go
- model__permissions_grant_post_request_object_one_of_1.go
- model__permissions_grant_post_request_object_one_of_2.go
- model__permissions_grant_post_request_object_one_of_3.go
- model__permissions_list_objects_post_200_response.go
- model__permissions_list_objects_post_200_response_data_inner.go
- model__permissions_list_objects_post_200_response_data_inner_any_of.go
- model__permissions_list_objects_post_200_response_data_inner_any_of_1.go
- model__permissions_list_objects_post_200_response_data_inner_any_of_2.go
- model__permissions_list_objects_post_200_response_data_inner_any_of_3.go
- model__permissions_list_objects_post_200_response_data_inner_one_of.go
- model__permissions_list_objects_post_200_response_data_inner_one_of_1.go
- model__permissions_list_objects_post_200_response_data_inner_one_of_2.go
- model__permissions_list_objects_post_200_response_data_inner_one_of_2_id.go
- model__permissions_list_objects_post_200_response_data_inner_one_of_3.go
- model__permissions_list_objects_post_request.go
- model__permissions_list_objects_post_request_subject.go
- model__permissions_list_objects_post_request_subject_one_of.go
- model__permissions_list_objects_post_request_subject_one_of_1.go
- model__permissions_revoke_post_200_response.go
- model__permissions_revoke_post_200_response_data_inner.go
- model__permissions_revoke_post_200_response_data_inner_any_of.go
- model__permissions_revoke_post_200_response_data_inner_any_of_1.go
- model__permissions_revoke_post_200_response_data_inner_one_of.go
- model__permissions_revoke_post_200_response_data_inner_one_of_1.go
- model__permissions_revoke_post_request.go
- model__resource_configurations__configuration_id__get_200_response.go
- model__resource_configurations__configuration_id__patch_200_response.go
- model__resource_configurations__configuration_id__patch_200_response_data.go
- model__resource_configurations__configuration_id__patch_request.go
- model__resource_configurations_get_200_response.go
- model__resource_configurations_get_200_response_data_inner.go
- model__resource_configurations_get_200_response_data_inner_environment.go
- model__resource_configurations_get_200_response_data_inner_options.go
- model__resource_configurations_post_200_response.go
- model__resource_configurations_post_200_response_data.go
- model__resource_configurations_post_request.go
- model__resources__resource_id__get_200_response.go
- model__resources__resource_id__patch_200_response.go
- model__resources__resource_id__patch_200_response_data.go
- model__resources__resource_id__patch_request.go
- model__resources_get_200_response.go
- model__resources_get_200_response_data_inner.go
- model__resources_get_200_response_data_inner_id.go
- model__resources_post_200_response.go
- model__resources_post_200_response_data.go
- model__resources_post_request.go
- model__resources_post_request_options.go
- model__role_permissions_role_grants_post_request.go
- model__role_permissions_roles__role_id__patch_request.go
- model__role_permissions_roles_get_200_response.go
- model__role_permissions_roles_get_200_response_data_inner.go
- model__role_permissions_roles_post_201_response.go
- model__role_permissions_roles_post_request.go
- model__source_control_config_get_200_response.go
- model__source_control_config_get_200_response_data.go
- model__source_control_config_get_200_response_data_any_of.go
- model__source_control_config_get_200_response_data_any_of_1.go
- model__source_control_config_get_200_response_data_any_of_1_config.go
- model__source_control_config_get_200_response_data_any_of_2.go
- model__source_control_config_get_200_response_data_any_of_2_config.go
- model__source_control_config_get_200_response_data_any_of_3.go
- model__source_control_config_get_200_response_data_any_of_3_config.go
- model__source_control_config_get_200_response_data_any_of_4.go
- model__source_control_config_get_200_response_data_any_of_4_config.go
- model__source_control_config_get_200_response_data_any_of_config.go
- model__source_control_config_get_200_response_data_any_of_config_any_of.go
- model__source_control_config_get_200_response_data_any_of_config_any_of_1.go
- model__source_control_config_get_200_response_data_one_of.go
- model__source_control_config_get_200_response_data_one_of_1.go
- model__source_control_config_get_200_response_data_one_of_1_config.go
- model__source_control_config_get_200_response_data_one_of_2.go
- model__source_control_config_get_200_response_data_one_of_2_config.go
- model__source_control_config_get_200_response_data_one_of_3.go
- model__source_control_config_get_200_response_data_one_of_3_config.go
- model__source_control_config_get_200_response_data_one_of_4.go
- model__source_control_config_get_200_response_data_one_of_4_config.go
- model__source_control_config_get_200_response_data_one_of_config.go
- model__source_control_config_get_200_response_data_one_of_config_one_of.go
- model__source_control_config_get_200_response_data_one_of_config_one_of_1.go
- model__source_control_config_post_200_response.go
- model__source_control_config_post_200_response_data.go
- model__source_control_config_put_200_response.go
- model__source_control_config_put_200_response_data.go
- model__source_control_config_put_request.go
- model__source_control_config_put_request_config.go
- model__source_control_config_put_request_config_one_of.go
- model__source_control_config_put_request_config_one_of_config.go
- model__source_control_deploy_post_200_response.go
- model__source_control_deploy_post_200_response_data.go
- model__source_control_manifests__manifest_name__apps__app_uuid__put_request.go
- model__source_control_manifests__manifest_name__apps__app_uuid__put_request_release.go
- model__source_control_manifests__manifest_name__delete_post_request.go
- model__source_control_manifests__manifest_name__get_200_response.go
- model__source_control_manifests__manifest_name__get_200_response_data.go
- model__source_control_manifests__manifest_name__get_200_response_data_manifest.go
- model__source_control_manifests__manifest_name__put_200_response.go
- model__source_control_manifests__manifest_name__put_200_response_data.go
- model__source_control_manifests__manifest_name__put_request.go
- model__source_control_manifests__manifest_name__put_request_manifest.go
- model__source_control_manifests_get_200_response.go
- model__source_control_manifests_get_200_response_data.go
- model__source_control_manifests_get_200_response_data_manifests_inner.go
- model__source_control_manifests_get_200_response_data_manifests_inner_apps_inner.go
- model__source_control_manifests_get_200_response_data_manifests_inner_apps_inner_release.go
- model__source_control_releases_apps__app_uuid__get_200_response.go
- model__source_control_releases_apps__app_uuid__get_200_response_data_inner.go
- model__source_control_releases_apps__app_uuid__post_request.go
- model__source_control_settings_get_200_response.go
- model__source_control_settings_get_200_response_data.go
- model__source_control_settings_put_200_response.go
- model__source_control_settings_put_200_response_data.go
- model__source_control_settings_put_request.go
- model__source_control_settings_put_request_settings.go
- model__source_control_test_connection_get_200_response.go
- model__source_control_test_connection_get_200_response_data.go
- model__source_control_test_connection_get_200_response_data_any_of.go
- model__source_control_test_connection_get_200_response_data_any_of_1.go
- model__source_control_test_deploy_post_200_response.go
- model__source_control_test_deploy_post_200_response_data.go
- model__source_control_test_deploy_post_200_response_data_any_of.go
- model__source_control_test_deploy_post_200_response_data_any_of_1.go
- model__source_control_test_deploy_post_request.go
- model__source_control_test_deploy_post_request_deploy_params.go
- model__spaces__space_id__get_200_response.go
- model__spaces__space_id__get_200_response_data.go
- model__spaces__space_id__put_200_response.go
- model__spaces__space_id__put_200_response_data.go
- model__spaces__space_id__put_request.go
- model__spaces_copy_elements_post_201_response.go
- model__spaces_copy_elements_post_201_response_data.go
- model__spaces_copy_elements_post_request.go
- model__spaces_copy_elements_post_request_resource_ids_inner.go
- model__spaces_get_200_response.go
- model__spaces_get_200_response_data_inner.go
- model__spaces_post_200_response.go
- model__spaces_post_200_response_data.go
- model__spaces_post_request.go
- model__spaces_post_request_options.go
- model__sso_config_get_200_response.go
- model__sso_config_get_200_response_data.go
- model__sso_config_post_200_response.go
- model__sso_config_post_200_response_data.go
- model__sso_config_post_request.go
- model__sso_config_post_request_data.go
- model__sso_config_post_request_data_one_of.go
- model__sso_config_post_request_data_one_of_1.go
- model__sso_config_post_request_data_one_of_2.go
- model__sso_config_post_request_data_one_of_3.go
- model__sso_config_post_request_data_one_of_4.go
- model__usage_app_details_get_200_response.go
- model__usage_app_details_get_200_response_data.go
- model__usage_app_details_get_200_response_data_overall_summary_inner.go
- model__usage_app_details_get_200_response_data_viewer_summary_inner.go
- model__usage_app_details_get_200_response_data_weekly_summary_inner.go
- model__usage_app_details_get_200_response_data_weekly_summary_inner_weekly_data_inner.go
- model__usage_app_summary_get_200_response.go
- model__usage_app_summary_get_200_response_data_inner.go
- model__usage_get_200_response.go
- model__usage_get_200_response_data.go
- model__usage_get_200_response_data_daily_t30_usage_inner.go
- model__usage_organizations_get_200_response.go
- model__usage_organizations_get_200_response_data_inner.go
- model__usage_user_details_get_200_response.go
- model__usage_user_details_get_200_response_data.go
- model__usage_user_details_get_200_response_data_overall_summary_inner.go
- model__usage_user_details_get_200_response_data_viewer_summary_inner.go
- model__usage_user_summary_get_200_response.go
- model__usage_user_summary_get_200_response_data_inner.go
- model__user_attributes__id__patch_200_response.go
- model__user_attributes__id__patch_200_response_data.go
- model__user_attributes__id__patch_request.go
- model__user_attributes_get_200_response.go
- model__user_attributes_get_200_response_data_inner.go
- model__user_attributes_post_200_response.go
- model__user_attributes_post_200_response_data.go
- model__user_attributes_post_request.go
- model__user_invites__user_invite_id__get_200_response.go
- model__user_invites__user_invite_id__user_attributes__attribute_name__delete_200_response.go
- model__user_invites__user_invite_id__user_attributes__attribute_name__delete_200_response_data.go
- model__user_invites__user_invite_id__user_attributes_post_200_response.go
- model__user_invites__user_invite_id__user_attributes_post_200_response_data.go
- model__user_invites__user_invite_id__user_attributes_post_request.go
- model__user_invites_get_200_response.go
- model__user_invites_post_200_response.go
- model__user_invites_post_200_response_data.go
- model__user_invites_post_request.go
- model__user_tasks__task_id__cancel_patch_request.go
- model__user_tasks__task_id__reassign_patch_request.go
- model__user_tasks__task_id__reassign_patch_request_assignees_inner.go
- model__user_tasks__task_id__reassign_patch_request_assignees_inner_any_of.go
- model__user_tasks__task_id__reassign_patch_request_assignees_inner_any_of_1.go
- model__user_tasks__task_id__submit_patch_200_response.go
- model__user_tasks__task_id__submit_patch_200_response_data.go
- model__user_tasks__task_id__submit_patch_request.go
- model__user_tasks_get_200_response.go
- model__user_tasks_get_200_response_data_inner.go
- model__user_tasks_get_200_response_data_inner_assignees_inner.go
- model__user_tasks_get_assigned_to_users_parameter.go
- model__users__user_id__get_200_response.go
- model__users__user_id__get_200_response_data.go
- model__users__user_id__patch_request.go
- model__users__user_id__patch_request_operations_inner.go
- model__users__user_id__patch_request_operations_inner_any_of.go
- model__users__user_id__patch_request_operations_inner_any_of_1.go
- model__users__user_id__patch_request_operations_inner_any_of_2.go
- model__users__user_id__user_attributes__attribute_name__delete_200_response.go
- model__users__user_id__user_attributes__attribute_name__delete_200_response_data.go
- model__users__user_id__user_attributes_post_200_response.go
- model__users__user_id__user_attributes_post_200_response_data.go
- model__users__user_id__user_attributes_post_request.go
- model__users_get_200_response.go
- model__users_post_200_response.go
- model__users_post_200_response_data.go
- model__users_post_request.go
- model__workflow_run__id__get_200_response.go
- model__workflows__workflow_id__get_200_response.go
- model__workflows_get_200_response.go
- model__workflows_get_200_response_data_inner.go
- model__workflows_get_403_response.go
- model_access_request.go
- model_access_token.go
- model_add_operation.go
- model_analytics_integrations_settings.go
- model_app.go
- model_app_summary.go
- model_app_theme.go
- model_aws_code_commit.go
- model_aws_code_commit_config.go
- model_azure_repos.go
- model_azure_repos_config.go
- model_bitbucket.go
- model_bitbucket_config.go
- model_bitbucket_config_any_of.go
- model_bitbucket_config_any_of_1.go
- model_configuration_variable.go
- model_copy_operation.go
- model_custom_component_library.go
- model_custom_component_library_revision.go
- model_custom_component_library_revision_file.go
- model_environment.go
- model_folder.go
- model_git_hub.go
- model_git_hub_config.go
- model_git_hub_config_any_of.go
- model_git_hub_config_any_of_1.go
- model_git_lab.go
- model_git_lab_config.go
- model_google.go
- model_google___oidc.go
- model_google___saml.go
- model_group.go
- model_ip_allowlist.go
- model_move_operation.go
- model_my_sql_options.go
- model_my_sql_options_database_options.go
- model_observability_configuration.go
- model_oidc.go
- model_organization.go
- model_organization_settings.go
- model_postgres_options.go
- model_postgres_options_database_options.go
- model_postgres_options_database_options_any_of.go
- model_postgres_options_database_options_any_of_1.go
- model_postgres_options_database_options_any_of_ssh_tunnel_options.go
- model_postgres_options_database_options_any_of_ssl_settings.go
- model_redshift_options.go
- model_redshift_options_database_options.go
- model_redshift_options_database_options_ssl_settings.go
- model_remove_operation.go
- model_replace_operation.go
- model_resource.go
- model_resource_configuration.go
- model_rest_api_options.go
- model_rest_api_options_authentication_options.go
- model_rest_api_options_authentication_options_any_of.go
- model_rest_api_options_authentication_options_any_of_1.go
- model_rest_api_options_authentication_options_any_of_2.go
- model_rest_api_options_authentication_options_any_of_3.go
- model_rest_api_options_authentication_options_any_of_4.go
- model_rest_api_options_authentication_options_any_of_4_oauth1_signature_method.go
- model_rest_api_options_authentication_options_any_of_5.go
- model_rest_api_options_authentication_options_any_of_6.go
- model_role.go
- model_saml.go
- model_snowflake_options.go
- model_snowflake_options_authentication_options.go
- model_snowflake_options_authentication_options_any_of.go
- model_snowflake_options_authentication_options_any_of_1.go
- model_snowflake_options_authentication_options_any_of_2.go
- model_snowflake_options_database_options.go
- model_source_control_configuration.go
- model_source_control_configuration_any_of.go
- model_source_control_configuration_any_of_config.go
- model_source_control_settings.go
- model_space.go
- model_sso_config.go
- model_sso_configuration.go
- model_test_operation.go
- model_usage.go
- model_usage_analytics_organization.go
- model_user.go
- model_user_attributes.go
- model_user_invite.go
- model_user_task.go
- model_workflow.go
- model_workflow_run_with_user_task.go
- response.go
- utils.go