api

package
v1.0.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Nov 18, 2025 License: MIT Imports: 20 Imported by: 0

README ¶

Go API client for api

Go to Settings > API to get started. Once you generate an API token, use bearer token authentication to make requests.

Overview

This API client was generated by the OpenAPI Generator project. By using the OpenAPI-spec from a remote server, you can easily generate an API client.

  • API version: 2.9.0
  • Package version: 1.0.0
  • Generator version: 7.6.0
  • Build package: org.openapitools.codegen.languages.GoClientCodegen

Installation

Install the following dependencies:

go get github.com/stretchr/testify/assert
go get golang.org/x/net/context

Put the package under your project folder and add the following in import:

import api "github.com/GIT_USER_ID/GIT_REPO_ID"

To use a proxy, set the environment variable HTTP_PROXY:

os.Setenv("HTTP_PROXY", "http://proxy_name:proxy_port")

Configuration of Server URL

Default configuration comes with Servers field that contains server objects as defined in the OpenAPI specification.

Select Server Configuration

For using other server than the one defined on index 0 set context value api.ContextServerIndex of type int.

ctx := context.WithValue(context.Background(), api.ContextServerIndex, 1)
Templated Server URL

Templated server URL is formatted using default variables from configuration or from context value api.ContextServerVariables of type map[string]string.

ctx := context.WithValue(context.Background(), api.ContextServerVariables, map[string]string{
	"basePath": "v2",
})

Note, enum values are always validated and all unused variables are silently ignored.

URLs Configuration per Operation

Each operation can use different server URL defined using OperationServers map in the Configuration. An operation is uniquely identified by "{classname}Service.{nickname}" string. Similar rules for overriding default operation server index and variables applies by using api.ContextOperationServerIndices and api.ContextOperationServerVariables context maps.

ctx := context.WithValue(context.Background(), api.ContextOperationServerIndices, map[string]int{
	"{classname}Service.{nickname}": 2,
})
ctx = context.WithValue(context.Background(), api.ContextOperationServerVariables, map[string]map[string]string{
	"{classname}Service.{nickname}": {
		"port": "8443",
	},
})

Documentation for API Endpoints

All URIs are relative to http://.

Class Method HTTP request Description
AccessRequestAPI AccessRequestsAccessRequestIdGet Get /access_requests/{accessRequestId} Get access request
AccessRequestAPI AccessRequestsAccessRequestIdPatch Patch /access_requests/{accessRequestId} Approve or deny an access request
AccessRequestAPI AccessRequestsGet Get /access_requests Get organization access requests
AccessTokensAPI AccessTokensAccessTokenIdGet Get /access_tokens/:accessTokenId Get a single access token
AccessTokensAPI AccessTokensGet Get /access_tokens List access tokens
AccessTokensAPI AccessTokensPost Post /access_tokens Create an access token
AppThemesAPI AppThemesGet Get /app_themes List all app themes
AppThemesAPI AppThemesIdDelete Delete /app_themes/{id} Delete app theme
AppThemesAPI AppThemesIdGet Get /app_themes/{id} Get app theme
AppThemesAPI AppThemesPost Post /app_themes Create app theme
AppThemesAPI AppThemesPut Put /app_themes Update app theme
AppsAPI AppsAppIdDelete Delete /apps/{appId} Delete app
AppsAPI AppsAppIdGet Get /apps/{appId} Get app
AppsAPI AppsCloneAppPost Post /apps/cloneApp Clone app
AppsAPI AppsGet Get /apps List apps
ConfigurationVariablesAPI ConfigurationVariablesGet Get /configuration_variables List configuration variables and their values
ConfigurationVariablesAPI ConfigurationVariablesIdDelete Delete /configuration_variables/{id} Delete configuration variable
ConfigurationVariablesAPI ConfigurationVariablesIdGet Get /configuration_variables/{id} Retreive a single configuration variable and its values
ConfigurationVariablesAPI ConfigurationVariablesIdPut Put /configuration_variables/{id} Update a configuration variable
ConfigurationVariablesAPI ConfigurationVariablesPost Post /configuration_variables Create a configuration variable
CustomComponentLibraryAPI CustomComponentLibrariesGet Get /custom_component_libraries Get a list of all custom component libraries
CustomComponentLibraryAPI CustomComponentLibrariesLibraryIdGet Get /custom_component_libraries/{libraryId} Get a single custom component libraries
CustomComponentLibraryAPI CustomComponentLibrariesLibraryIdRevisionsGet Get /custom_component_libraries/{libraryId}/revisions Gets a list of all the revisions of a custom component library
CustomComponentLibraryAPI CustomComponentLibrariesLibraryIdRevisionsPost Post /custom_component_libraries/{libraryId}/revisions Create a new custom component library revision
CustomComponentLibraryAPI CustomComponentLibrariesLibraryIdRevisionsRevisionIdFilesGet Get /custom_component_libraries/{libraryId}/revisions/{revisionId}/files Gets all files associated with a custom component library revision.
CustomComponentLibraryAPI CustomComponentLibrariesPost Post /custom_component_libraries Create a new custom component library
EnvironmentsAPI EnvironmentsEnvironmentIdDelete Delete /environments/{environmentId} Delete environment
EnvironmentsAPI EnvironmentsEnvironmentIdGet Get /environments/{environmentId} Get an environment
EnvironmentsAPI EnvironmentsEnvironmentIdPatch Patch /environments/{environmentId} Update an environment
EnvironmentsAPI EnvironmentsGet Get /environments Get environments
EnvironmentsAPI EnvironmentsPost Post /environments Create environment
FoldersAPI FoldersFolderIdDelete Delete /folders/{folderId} Delete folder
FoldersAPI FoldersFolderIdGet Get /folders/{folderId} Get a folder
FoldersAPI FoldersFolderIdPatch Patch /folders/{folderId} Update folder
FoldersAPI FoldersGet Get /folders List folders
FoldersAPI FoldersPost Post /folders Create folder
GroupsAPI GroupsGet Get /groups List groups
GroupsAPI GroupsGroupIdDelete Delete /groups/{groupId} Delete group
GroupsAPI GroupsGroupIdGet Get /groups/{groupId} Get group
GroupsAPI GroupsGroupIdMembersPost Post /groups/{groupId}/members Add users to group
GroupsAPI GroupsGroupIdMembersUserSidDelete Delete /groups/{groupId}/members/{userSid} Remove user from group
GroupsAPI GroupsGroupIdPatch Patch /groups/{groupId} Update group
GroupsAPI GroupsGroupIdPut Put /groups/{groupId} Update group
GroupsAPI GroupsGroupIdUserInvitesPost Post /groups/{groupId}/user_invites Add user invites to group
GroupsAPI GroupsGroupIdUserInvitesUserInviteIdDelete Delete /groups/{groupId}/user_invites/{userInviteId} Remove user invite from group
GroupsAPI GroupsPost Post /groups Create group
InfoAPI InfoIpAllowlistGet Get /info/ip_allowlist Get IP allowlist by region
ObservabilityAPI ObservabilityConfigConfigIdDelete Delete /observability/config/{configId} Delete an observability provider configuration
ObservabilityAPI ObservabilityConfigConfigIdPut Put /observability/config/{configId} Update an observability provider configuration
ObservabilityAPI ObservabilityConfigGet Get /observability/config Get observability provider configurations
ObservabilityAPI ObservabilityConfigPost Post /observability/config Create a new observability provider configuration
ObservabilityAPI ObservabilityProviderProviderTestPost Post /observability/provider/{provider}/test Send a test error event to the observability provider
OrganizationAPI OrganizationAiSettingsGet Get /organization/ai_settings Get organization AI settings
OrganizationAPI OrganizationAiSettingsPut Put /organization/ai_settings Update organization AI settings
OrganizationAPI OrganizationAnalyticsIntegrationsGet Get /organization/analytics_integrations Get organization third-party Analytics Integrations settings
OrganizationAPI OrganizationGet Get /organization/ Get organization
OrganizationAPI OrganizationInvalidateSessionsPost Post /organization/invalidate_sessions/ Invalidates all sessions for your organization
OrganizationAPI OrganizationPatch Patch /organization/ Update advanced settings on organization
PermissionsAPI PermissionsAccessListObjectTypeObjectIdGet Get /permissions/accessList/{objectType}/{objectId} Get the access list of an app or folder
PermissionsAPI PermissionsGrantPost Post /permissions/grant Grant permissions
PermissionsAPI PermissionsListObjectsPost Post /permissions/listObjects List objects a group can access
PermissionsAPI PermissionsRevokePost Post /permissions/revoke Revoke permissions
PermissionsAPI RolePermissionsRoleGrantsGet Get /role_permissions/role_grants Get role grants
PermissionsAPI RolePermissionsRoleGrantsPost Post /role_permissions/role_grants Create a role grant
PermissionsAPI RolePermissionsRoleGrantsRoleGrantIdDelete Delete /role_permissions/role_grants/{roleGrantId} Delete a role grant
PermissionsAPI RolePermissionsRoleGrantsSubjectTypeSubjectIdGet Get /role_permissions/role_grants/{subjectType}/{subjectId} Get role grants for a subject
PermissionsAPI RolePermissionsRolesGet Get /role_permissions/roles List roles
PermissionsAPI RolePermissionsRolesPost Post /role_permissions/roles Create a role
PermissionsAPI RolePermissionsRolesRoleIdDelete Delete /role_permissions/roles/{roleId} Delete a role
PermissionsAPI RolePermissionsRolesRoleIdPatch Patch /role_permissions/roles/{roleId} Update a role
ResourceConfigurationsAPI ResourceConfigurationsConfigurationIdDelete Delete /resource_configurations/{configurationId} Delete resource configuration
ResourceConfigurationsAPI ResourceConfigurationsConfigurationIdGet Get /resource_configurations/{configurationId} Get resource configuration by id
ResourceConfigurationsAPI ResourceConfigurationsConfigurationIdPatch Patch /resource_configurations/{configurationId} Update a resource configuration
ResourceConfigurationsAPI ResourceConfigurationsGet Get /resource_configurations Get resource configurations
ResourceConfigurationsAPI ResourceConfigurationsPost Post /resource_configurations Create resource configuration
ResourcesAPI ResourcesGet Get /resources Get resources
ResourcesAPI ResourcesPost Post /resources Create a resource
ResourcesAPI ResourcesResourceIdDelete Delete /resources/{resourceId} Delete resource
ResourcesAPI ResourcesResourceIdGet Get /resources/{resourceId} Get resource by id
ResourcesAPI ResourcesResourceIdPatch Patch /resources/{resourceId} Update a resource
SSOAPI SsoConfigDelete Delete /sso/config Remove SSO configuration
SSOAPI SsoConfigGet Get /sso/config Get SSO configuration
SSOAPI SsoConfigPost Post /sso/config Set SSO configuration
SourceControlAPI SourceControlConfigDelete Delete /source_control/config Delete source control provider configuration
SourceControlAPI SourceControlConfigGet Get /source_control/config Get source control configuration
SourceControlAPI SourceControlConfigPost Post /source_control/config Create source control configuration
SourceControlAPI SourceControlConfigPut Put /source_control/config Set source control configuration
SourceControlAPI SourceControlDeployPost Post /source_control/deploy Trigger deployment of latest changes
SourceControlAPI SourceControlDeploymentIdGet Get /source_control/deployment/{id} Get a deployment
SourceControlAPI SourceControlManifestsGet Get /source_control/manifests Lists all release manifests
SourceControlAPI SourceControlManifestsManifestNameAppsAppUuidDeletePost Post /source_control/manifests/{manifestName}/apps/{appUuid}/delete Delete the entry for an app from a release manifest
SourceControlAPI SourceControlManifestsManifestNameAppsAppUuidPut Put /source_control/manifests/{manifestName}/apps/{appUuid} Set release manifest
SourceControlAPI SourceControlManifestsManifestNameDeletePost Post /source_control/manifests/{manifestName}/delete Delete a release manifest
SourceControlAPI SourceControlManifestsManifestNameElementUuidDeletePost Post /source_control/manifests/{manifestName}/{elementUuid}/delete Delete the entry for an app from a release manifest
SourceControlAPI SourceControlManifestsManifestNameElementUuidPut Put /source_control/manifests/{manifestName}/{elementUuid} Set release manifest
SourceControlAPI SourceControlManifestsManifestNameGet Get /source_control/manifests/{manifestName} Get a specific release manifest
SourceControlAPI SourceControlManifestsManifestNamePut Put /source_control/manifests/{manifestName} Set release manifest
SourceControlAPI SourceControlReleasesAppsAppUuidGet Get /source_control/releases/apps/{appUuid} Lists all available releases for the given app.
SourceControlAPI SourceControlReleasesAppsAppUuidPost Post /source_control/releases/apps/{appUuid} Create a release artifact
SourceControlAPI SourceControlReleasesElementUuidGet Get /source_control/releases/{elementUuid} Lists all available releases for the given element.
SourceControlAPI SourceControlReleasesElementUuidPost Post /source_control/releases/{elementUuid} Create a release artifact
SourceControlAPI SourceControlSettingsGet Get /source_control/settings Get source control settings
SourceControlAPI SourceControlSettingsPut Put /source_control/settings Set source control settings
SourceControlAPI SourceControlTestConnectionGet Get /source_control/test_connection Tests source control connection
SourceControlAPI SourceControlTestDeployPost Post /source_control/test_deploy Test source control changes
SpacesAPI SpacesCopyElementsPost Post /spaces/copyElements Copy elements to another space
SpacesAPI SpacesGet Get /spaces List spaces
SpacesAPI SpacesPost Post /spaces Create a space
SpacesAPI SpacesSpaceIdDelete Delete /spaces/{spaceId} Delete a space
SpacesAPI SpacesSpaceIdGet Get /spaces/{spaceId} Get space
SpacesAPI SpacesSpaceIdPut Put /spaces/{spaceId} Update space
UsageAPI UsageAppDetailsGet Get /usage/app_details The app details for the selected app and organizations
UsageAPI UsageAppSummaryGet Get /usage/app_summary The app summaries for the selected organizations
UsageAPI UsageGet Get /usage The usage summary for the selected organizations
UsageAPI UsageOrganizationsGet Get /usage/organizations List organizations
UsageAPI UsageUserDetailsGet Get /usage/user_details The user details for the selected user and organizations
UsageAPI UsageUserSummaryGet Get /usage/user_summary The summaries of user usage for the selected organizations
UserAttributesAPI UserAttributesGet Get /user_attributes Get organization user attributes
UserAttributesAPI UserAttributesIdDelete Delete /user_attributes/{id} Delete an user attribute from the organization
UserAttributesAPI UserAttributesIdPatch Patch /user_attributes/{id} Update organization user attribute
UserAttributesAPI UserAttributesPost Post /user_attributes Create a new user attribute for the organization
UserInviteAPI UserInvitesGet Get /user_invites Get organization user invites
UserInviteAPI UserInvitesPost Post /user_invites Create a new user invite
UserInviteAPI UserInvitesUserInviteIdDelete Delete /user_invites/{userInviteId} Delete user invite
UserInviteAPI UserInvitesUserInviteIdGet Get /user_invites/{userInviteId} Get user invite
UserInviteAPI UserInvitesUserInviteIdUserAttributesAttributeNameDelete Delete /user_invites/{userInviteId}/user_attributes/{attributeName} Delete a user attribute on a user invite
UserInviteAPI UserInvitesUserInviteIdUserAttributesPost Post /user_invites/{userInviteId}/user_attributes Add or update user attributes on a user invite
UserTasksAPI UserTasksGet Get /user_tasks List User Tasks
UserTasksAPI UserTasksTaskIdCancelPatch Patch /user_tasks/{taskId}/cancel Cancels a user task.
UserTasksAPI UserTasksTaskIdReassignPatch Patch /user_tasks/{taskId}/reassign Reassign a user task to a group or a user.
UserTasksAPI UserTasksTaskIdSubmitPatch Patch /user_tasks/{taskId}/submit Submits a user task.
UsersAPI UsersGet Get /users List users
UsersAPI UsersPost Post /users Create user
UsersAPI UsersReset2faUserIdPut Put /users/reset2fa/{userId} Resets a user's existing two factor authentication setting
UsersAPI UsersUserIdDelete Delete /users/{userId} Delete a user
UsersAPI UsersUserIdGet Get /users/{userId} Get a user
UsersAPI UsersUserIdPatch Patch /users/{userId} Update a user
UsersAPI UsersUserIdUserAttributesAttributeNameDelete Delete /users/{userId}/user_attributes/{attributeName} Delete a user attribute
UsersAPI UsersUserIdUserAttributesPost Post /users/{userId}/user_attributes Add or update a user attribute
WorkflowRunAPI WorkflowRunIdGet Get /workflow_run/{id} Get Workflow Run Details
WorkflowsAPI WorkflowsGet Get /workflows Get all workflows
WorkflowsAPI WorkflowsWorkflowIdGet Get /workflows/{workflowId} Get a workflow

Documentation For Models

Documentation For Authorization

Authentication schemes defined for the API:

BearerAuth
  • Type: HTTP Bearer token authentication

Example

auth := context.WithValue(context.Background(), api.ContextAccessToken, "BEARER_TOKEN_STRING")
r, err := client.Service.Operation(auth, args)

Documentation for Utility Methods

Due to the fact that model structure members are all pointers, this package contains a number of utility functions to easily obtain pointers to values of basic types. Each of these functions takes a value of the given basic type and returns a pointer to it:

  • PtrBool
  • PtrInt
  • PtrInt32
  • PtrInt64
  • PtrFloat
  • PtrFloat32
  • PtrFloat64
  • PtrString
  • PtrTime

Author

Documentation ¶

Index ¶

Constants ¶

This section is empty.

Variables ¶

View Source
var (
	JsonCheck = regexp.MustCompile(`(?i:(?:application|text)/(?:[^;]+\+)?json)`)
	XmlCheck  = regexp.MustCompile(`(?i:(?:application|text)/(?:[^;]+\+)?xml)`)
)
View Source
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 ¶

func CacheExpires(r *http.Response) time.Time

CacheExpires helper function to determine remaining time before repeating a request.

func IsNil ¶

func IsNil(i interface{}) bool

IsNil checks if an input is nil

func PtrBool ¶

func PtrBool(v bool) *bool

PtrBool is a helper routine that returns a pointer to given boolean value.

func PtrFloat32 ¶

func PtrFloat32(v float32) *float32

PtrFloat32 is a helper routine that returns a pointer to given float value.

func PtrFloat64 ¶

func PtrFloat64(v float64) *float64

PtrFloat64 is a helper routine that returns a pointer to given float value.

func PtrInt ¶

func PtrInt(v int) *int

PtrInt is a helper routine that returns a pointer to given integer value.

func PtrInt32 ¶

func PtrInt32(v int32) *int32

PtrInt32 is a helper routine that returns a pointer to given integer value.

func PtrInt64 ¶

func PtrInt64(v int64) *int64

PtrInt64 is a helper routine that returns a pointer to given integer value.

func PtrString ¶

func PtrString(v string) *string

PtrString is a helper routine that returns a pointer to given string value.

func PtrTime ¶

func PtrTime(v time.Time) *time.Time

PtrTime is helper routine that returns a pointer to given Time 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 ¶

type APIKey struct {
	Key    string
	Prefix string
}

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) SetId ¶

func (o *AccessRequest) SetId(v float32)

SetId 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 ¶

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 ¶

Execute executes the request

@return AccessRequestsAccessRequestIdPatch200Response

func (*AccessRequestAPIService) AccessRequestsGet ¶

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 ¶

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 ¶

GetData returns the Data field value

func (*AccessRequestsAccessRequestIdGet200Response) GetDataOk ¶

GetDataOk returns a tuple with the Data field value and a boolean to check if the value has been set.

func (*AccessRequestsAccessRequestIdGet200Response) GetSuccess ¶

GetSuccess returns the Success field value

func (*AccessRequestsAccessRequestIdGet200Response) GetSuccessOk ¶

GetSuccessOk returns a tuple with the Success field value and a boolean to check if the value has been set.

func (AccessRequestsAccessRequestIdGet200Response) MarshalJSON ¶

func (*AccessRequestsAccessRequestIdGet200Response) SetData ¶

SetData sets field value

func (*AccessRequestsAccessRequestIdGet200Response) SetSuccess ¶

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 ¶

GetData returns the Data field value

func (*AccessRequestsAccessRequestIdPatch200Response) GetDataOk ¶

GetDataOk returns a tuple with the Data field value and a boolean to check if the value has been set.

func (*AccessRequestsAccessRequestIdPatch200Response) GetSuccess ¶

GetSuccess returns the Success field value

func (*AccessRequestsAccessRequestIdPatch200Response) GetSuccessOk ¶

GetSuccessOk returns a tuple with the Success field value and a boolean to check if the value has been set.

func (AccessRequestsAccessRequestIdPatch200Response) MarshalJSON ¶

func (*AccessRequestsAccessRequestIdPatch200Response) SetData ¶

SetData sets field value

func (*AccessRequestsAccessRequestIdPatch200Response) SetSuccess ¶

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 ¶

GetOperations returns the Operations field value

func (*AccessRequestsAccessRequestIdPatchRequest) GetOperationsOk ¶

GetOperationsOk returns a tuple with the Operations field value and a boolean to check if the value has been set.

func (AccessRequestsAccessRequestIdPatchRequest) MarshalJSON ¶

func (*AccessRequestsAccessRequestIdPatchRequest) SetOperations ¶

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 ¶

GetData returns the Data field value

func (*AccessRequestsGet200Response) GetDataOk ¶

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 ¶

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

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 ¶

GetId returns the Id field value

func (*AccessRequestsGet200ResponseDataInner) GetIdOk ¶

GetIdOk returns a tuple with the Id field value and a boolean to check if the value has been set.

func (*AccessRequestsGet200ResponseDataInner) GetLegacyId ¶

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 ¶

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

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 ¶

SetId sets field value

func (*AccessRequestsGet200ResponseDataInner) SetLegacyId ¶

SetLegacyId sets field value

func (*AccessRequestsGet200ResponseDataInner) SetRequestingEmail ¶

func (o *AccessRequestsGet200ResponseDataInner) SetRequestingEmail(v string)

SetRequestingEmail sets field value

func (*AccessRequestsGet200ResponseDataInner) SetStatus ¶

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

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

Execute executes the request

@return AccessTokensAccessTokenIdGet200Response

func (*AccessTokensAPIService) AccessTokensGet ¶ added in v1.0.0

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

Execute executes the request

@return AccessTokensGet200Response

func (*AccessTokensAPIService) AccessTokensPost ¶ added in v1.0.0

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

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

GetData returns the Data field value

func (*AccessTokensAccessTokenIdGet200Response) GetDataOk ¶ added in v1.0.0

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

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

SetData sets field value

func (*AccessTokensAccessTokenIdGet200Response) SetSuccess ¶ added in v1.0.0

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

GetCreatedAt returns the CreatedAt field value

func (*AccessTokensAccessTokenIdGet200ResponseData) 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 (*AccessTokensAccessTokenIdGet200ResponseData) 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 (*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

GetId returns the Id field value

func (*AccessTokensAccessTokenIdGet200ResponseData) 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 (*AccessTokensAccessTokenIdGet200ResponseData) GetLabel ¶ added in v1.0.0

GetLabel returns the Label field value

func (*AccessTokensAccessTokenIdGet200ResponseData) GetLabelOk ¶ added in v1.0.0

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

GetLast4 returns the Last4 field value

func (*AccessTokensAccessTokenIdGet200ResponseData) GetLast4Ok ¶ added in v1.0.0

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

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

GetScopes returns the Scopes field value

func (*AccessTokensAccessTokenIdGet200ResponseData) GetScopesOk ¶ added in v1.0.0

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

GetUpdatedAt returns the UpdatedAt field value

func (*AccessTokensAccessTokenIdGet200ResponseData) 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 (AccessTokensAccessTokenIdGet200ResponseData) MarshalJSON ¶ added in v1.0.0

func (*AccessTokensAccessTokenIdGet200ResponseData) SetCreatedAt ¶ added in v1.0.0

SetCreatedAt sets field value

func (*AccessTokensAccessTokenIdGet200ResponseData) SetDescription ¶ added in v1.0.0

SetDescription sets field value

func (*AccessTokensAccessTokenIdGet200ResponseData) SetId ¶ added in v1.0.0

SetId sets field value

func (*AccessTokensAccessTokenIdGet200ResponseData) SetLabel ¶ added in v1.0.0

SetLabel sets field value

func (*AccessTokensAccessTokenIdGet200ResponseData) SetLast4 ¶ added in v1.0.0

SetLast4 sets field value

func (*AccessTokensAccessTokenIdGet200ResponseData) SetOwnerLegacyId ¶ added in v1.0.0

SetOwnerLegacyId sets field value

func (*AccessTokensAccessTokenIdGet200ResponseData) SetScopes ¶ added in v1.0.0

SetScopes sets field value

func (*AccessTokensAccessTokenIdGet200ResponseData) SetUpdatedAt ¶ added in v1.0.0

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

GetData returns the Data field value

func (*AccessTokensGet200Response) GetDataOk ¶ added in v1.0.0

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

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

GetId returns the Id field value

func (*AccessTokensGet200ResponseDataInner) 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 (*AccessTokensGet200ResponseDataInner) GetLabel ¶ added in v1.0.0

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

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

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

SetId sets field value

func (*AccessTokensGet200ResponseDataInner) SetLabel ¶ added in v1.0.0

SetLabel sets field value

func (*AccessTokensGet200ResponseDataInner) SetLast4 ¶ added in v1.0.0

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

GetData returns the Data field value

func (*AccessTokensPost200Response) GetDataOk ¶ added in v1.0.0

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

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

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

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

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

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) SetOp ¶

func (o *AddOperation) SetOp(v string)

SetOp sets field value

func (*AddOperation) SetPath ¶

func (o *AddOperation) SetPath(v string)

SetPath sets field value

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 ¶

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 ¶

type ApiAccessRequestsGetRequest ¶

type ApiAccessRequestsGetRequest struct {
	ApiService *AccessRequestAPIService
	// contains filtered or unexported fields
}

func (ApiAccessRequestsGetRequest) Execute ¶

func (ApiAccessRequestsGetRequest) Status ¶

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

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

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

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

type ApiAppThemesIdDeleteRequest ¶

type ApiAppThemesIdDeleteRequest struct {
	ApiService *AppThemesAPIService
	// contains filtered or unexported fields
}

func (ApiAppThemesIdDeleteRequest) Execute ¶

type ApiAppThemesIdGetRequest ¶

type ApiAppThemesIdGetRequest struct {
	ApiService *AppThemesAPIService
	// contains filtered or unexported fields
}

func (ApiAppThemesIdGetRequest) Execute ¶

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 ¶

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 ¶

type ApiAppsAppIdDeleteRequest ¶

type ApiAppsAppIdDeleteRequest struct {
	ApiService *AppsAPIService
	// contains filtered or unexported fields
}

func (ApiAppsAppIdDeleteRequest) Execute ¶

func (r ApiAppsAppIdDeleteRequest) Execute() (*http.Response, error)

type ApiAppsAppIdGetRequest ¶

type ApiAppsAppIdGetRequest struct {
	ApiService *AppsAPIService
	// contains filtered or unexported fields
}

func (ApiAppsAppIdGetRequest) Execute ¶

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

type ApiAppsGetRequest ¶

type ApiAppsGetRequest struct {
	ApiService *AppsAPIService
	// contains filtered or unexported fields
}

func (ApiAppsGetRequest) Execute ¶

type ApiConfigurationVariablesGetRequest ¶

type ApiConfigurationVariablesGetRequest struct {
	ApiService *ConfigurationVariablesAPIService
	// contains filtered or unexported fields
}

func (ApiConfigurationVariablesGetRequest) Execute ¶

type ApiConfigurationVariablesIdDeleteRequest ¶

type ApiConfigurationVariablesIdDeleteRequest struct {
	ApiService *ConfigurationVariablesAPIService
	// contains filtered or unexported fields
}

func (ApiConfigurationVariablesIdDeleteRequest) Execute ¶

type ApiConfigurationVariablesIdGetRequest ¶

type ApiConfigurationVariablesIdGetRequest struct {
	ApiService *ConfigurationVariablesAPIService
	// contains filtered or unexported fields
}

func (ApiConfigurationVariablesIdGetRequest) Execute ¶

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 ¶

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 ¶

type ApiCustomComponentLibrariesGetRequest ¶

type ApiCustomComponentLibrariesGetRequest struct {
	ApiService *CustomComponentLibraryAPIService
	// contains filtered or unexported fields
}

func (ApiCustomComponentLibrariesGetRequest) Execute ¶

func (ApiCustomComponentLibrariesGetRequest) NextToken ¶

The token of the current page

type ApiCustomComponentLibrariesLibraryIdGetRequest ¶

type ApiCustomComponentLibrariesLibraryIdGetRequest struct {
	ApiService *CustomComponentLibraryAPIService
	// contains filtered or unexported fields
}

func (ApiCustomComponentLibrariesLibraryIdGetRequest) Execute ¶

type ApiCustomComponentLibrariesLibraryIdRevisionsGetRequest ¶

type ApiCustomComponentLibrariesLibraryIdRevisionsGetRequest struct {
	ApiService *CustomComponentLibraryAPIService
	// contains filtered or unexported fields
}

func (ApiCustomComponentLibrariesLibraryIdRevisionsGetRequest) Execute ¶

type ApiCustomComponentLibrariesLibraryIdRevisionsPostRequest ¶

type ApiCustomComponentLibrariesLibraryIdRevisionsPostRequest struct {
	ApiService *CustomComponentLibraryAPIService
	// contains filtered or unexported fields
}

func (ApiCustomComponentLibrariesLibraryIdRevisionsPostRequest) Execute ¶

func (ApiCustomComponentLibrariesLibraryIdRevisionsPostRequest) Files ¶

func (ApiCustomComponentLibrariesLibraryIdRevisionsPostRequest) Id ¶

Specifies a specific id to use for the library. Used for syncronizing libraries across Retool Instances.

func (ApiCustomComponentLibrariesLibraryIdRevisionsPostRequest) Version ¶

A specific version tag to use. Also specify version_bump as 'specify_version'.

func (ApiCustomComponentLibrariesLibraryIdRevisionsPostRequest) VersionBump ¶

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 ¶

type ApiEnvironmentsEnvironmentIdDeleteRequest ¶ added in v1.0.0

type ApiEnvironmentsEnvironmentIdDeleteRequest struct {
	ApiService *EnvironmentsAPIService
	// contains filtered or unexported fields
}

func (ApiEnvironmentsEnvironmentIdDeleteRequest) Execute ¶ added in v1.0.0

type ApiEnvironmentsEnvironmentIdGetRequest ¶

type ApiEnvironmentsEnvironmentIdGetRequest struct {
	ApiService *EnvironmentsAPIService
	// contains filtered or unexported fields
}

func (ApiEnvironmentsEnvironmentIdGetRequest) Execute ¶

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

type ApiEnvironmentsGetRequest ¶

type ApiEnvironmentsGetRequest struct {
	ApiService *EnvironmentsAPIService
	// contains filtered or unexported fields
}

func (ApiEnvironmentsGetRequest) Execute ¶

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

type ApiFoldersFolderIdDeleteRequest ¶

type ApiFoldersFolderIdDeleteRequest struct {
	ApiService *FoldersAPIService
	// contains filtered or unexported fields
}

func (ApiFoldersFolderIdDeleteRequest) Execute ¶

func (ApiFoldersFolderIdDeleteRequest) Recursive ¶ added in v1.0.0

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 ¶

type ApiFoldersFolderIdPatchRequest ¶

type ApiFoldersFolderIdPatchRequest struct {
	ApiService *FoldersAPIService
	// contains filtered or unexported fields
}

func (ApiFoldersFolderIdPatchRequest) Execute ¶

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 ¶

type ApiFoldersPostRequest ¶

type ApiFoldersPostRequest struct {
	ApiService *FoldersAPIService
	// contains filtered or unexported fields
}

func (ApiFoldersPostRequest) Execute ¶

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 ¶

type ApiGroupsGroupIdDeleteRequest ¶

type ApiGroupsGroupIdDeleteRequest struct {
	ApiService *GroupsAPIService
	// contains filtered or unexported fields
}

func (ApiGroupsGroupIdDeleteRequest) Execute ¶

type ApiGroupsGroupIdGetRequest ¶

type ApiGroupsGroupIdGetRequest struct {
	ApiService *GroupsAPIService
	// contains filtered or unexported fields
}

func (ApiGroupsGroupIdGetRequest) Execute ¶

type ApiGroupsGroupIdMembersPostRequest ¶

type ApiGroupsGroupIdMembersPostRequest struct {
	ApiService *GroupsAPIService
	// contains filtered or unexported fields
}

func (ApiGroupsGroupIdMembersPostRequest) Execute ¶

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 ¶

type ApiGroupsGroupIdPatchRequest ¶

type ApiGroupsGroupIdPatchRequest struct {
	ApiService *GroupsAPIService
	// contains filtered or unexported fields
}

func (ApiGroupsGroupIdPatchRequest) Execute ¶

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 (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 (ApiGroupsGroupIdUserInvitesPostRequest) GroupsGroupIdUserInvitesPostRequest ¶

func (r ApiGroupsGroupIdUserInvitesPostRequest) GroupsGroupIdUserInvitesPostRequest(groupsGroupIdUserInvitesPostRequest GroupsGroupIdUserInvitesPostRequest) ApiGroupsGroupIdUserInvitesPostRequest

type ApiGroupsGroupIdUserInvitesUserInviteIdDeleteRequest ¶

type ApiGroupsGroupIdUserInvitesUserInviteIdDeleteRequest struct {
	ApiService *GroupsAPIService
	// contains filtered or unexported fields
}

func (ApiGroupsGroupIdUserInvitesUserInviteIdDeleteRequest) Execute ¶

type ApiGroupsPostRequest ¶

type ApiGroupsPostRequest struct {
	ApiService *GroupsAPIService
	// contains filtered or unexported fields
}

func (ApiGroupsPostRequest) Execute ¶

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

type ApiObservabilityConfigConfigIdDeleteRequest ¶

type ApiObservabilityConfigConfigIdDeleteRequest struct {
	ApiService *ObservabilityAPIService
	// contains filtered or unexported fields
}

func (ApiObservabilityConfigConfigIdDeleteRequest) Execute ¶

type ApiObservabilityConfigConfigIdPutRequest ¶

type ApiObservabilityConfigConfigIdPutRequest struct {
	ApiService *ObservabilityAPIService
	// contains filtered or unexported fields
}

func (ApiObservabilityConfigConfigIdPutRequest) Execute ¶

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 ¶

type ApiObservabilityConfigPostRequest ¶

type ApiObservabilityConfigPostRequest struct {
	ApiService *ObservabilityAPIService
	// contains filtered or unexported fields
}

func (ApiObservabilityConfigPostRequest) Execute ¶

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 ¶

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

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 (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

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

type ApiOrganizationInvalidateSessionsPostRequest ¶ added in v1.0.0

type ApiOrganizationInvalidateSessionsPostRequest struct {
	ApiService *OrganizationAPIService
	// contains filtered or unexported fields
}

func (ApiOrganizationInvalidateSessionsPostRequest) Execute ¶ added in v1.0.0

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 (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
}

func (ApiPermissionsAccessListObjectTypeObjectIdGetRequest) Execute ¶ added in v1.0.0

type ApiPermissionsGrantPostRequest ¶

type ApiPermissionsGrantPostRequest struct {
	ApiService *PermissionsAPIService
	// contains filtered or unexported fields
}

func (ApiPermissionsGrantPostRequest) Execute ¶

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 (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 (ApiPermissionsRevokePostRequest) PermissionsRevokePostRequest ¶

func (r ApiPermissionsRevokePostRequest) PermissionsRevokePostRequest(permissionsRevokePostRequest PermissionsRevokePostRequest) ApiPermissionsRevokePostRequest

type ApiResourceConfigurationsConfigurationIdDeleteRequest ¶

type ApiResourceConfigurationsConfigurationIdDeleteRequest struct {
	ApiService *ResourceConfigurationsAPIService
	// contains filtered or unexported fields
}

func (ApiResourceConfigurationsConfigurationIdDeleteRequest) Execute ¶

type ApiResourceConfigurationsConfigurationIdGetRequest ¶

type ApiResourceConfigurationsConfigurationIdGetRequest struct {
	ApiService *ResourceConfigurationsAPIService
	// contains filtered or unexported fields
}

func (ApiResourceConfigurationsConfigurationIdGetRequest) Execute ¶

type ApiResourceConfigurationsConfigurationIdPatchRequest ¶ added in v1.0.0

type ApiResourceConfigurationsConfigurationIdPatchRequest struct {
	ApiService *ResourceConfigurationsAPIService
	// contains filtered or unexported fields
}

func (ApiResourceConfigurationsConfigurationIdPatchRequest) Execute ¶ added in v1.0.0

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 (ApiResourceConfigurationsGetRequest) Execute ¶

func (ApiResourceConfigurationsGetRequest) NextToken ¶

The token of the current page

func (ApiResourceConfigurationsGetRequest) ResourceId ¶

The uuid or name for the resource.

func (ApiResourceConfigurationsGetRequest) ResourceType ¶

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 (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 (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 (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.

func (ApiResourcesResourceIdDeleteRequest) Execute ¶

type ApiResourcesResourceIdGetRequest ¶

type ApiResourcesResourceIdGetRequest struct {
	ApiService *ResourcesAPIService
	// contains filtered or unexported fields
}

func (ApiResourcesResourceIdGetRequest) Execute ¶

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 (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
}

func (ApiRolePermissionsRoleGrantsGetRequest) Execute ¶ added in v1.0.0

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 (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
}

func (ApiRolePermissionsRoleGrantsRoleGrantIdDeleteRequest) Execute ¶ added in v1.0.0

type ApiRolePermissionsRoleGrantsSubjectTypeSubjectIdGetRequest ¶ added in v1.0.0

type ApiRolePermissionsRoleGrantsSubjectTypeSubjectIdGetRequest struct {
	ApiService *PermissionsAPIService
	// contains filtered or unexported fields
}

func (ApiRolePermissionsRoleGrantsSubjectTypeSubjectIdGetRequest) Execute ¶ added in v1.0.0

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

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 (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
}

func (ApiRolePermissionsRolesRoleIdDeleteRequest) Execute ¶ added in v1.0.0

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 (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
}

func (ApiSourceControlConfigDeleteRequest) Execute ¶

type ApiSourceControlConfigGetRequest ¶

type ApiSourceControlConfigGetRequest struct {
	ApiService *SourceControlAPIService
	// contains filtered or unexported fields
}

func (ApiSourceControlConfigGetRequest) Execute ¶

type ApiSourceControlConfigPostRequest ¶

type ApiSourceControlConfigPostRequest struct {
	ApiService *SourceControlAPIService
	// contains filtered or unexported fields
}

func (ApiSourceControlConfigPostRequest) Execute ¶

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 (ApiSourceControlConfigPutRequest) SourceControlConfigPutRequest ¶

func (r ApiSourceControlConfigPutRequest) SourceControlConfigPutRequest(sourceControlConfigPutRequest SourceControlConfigPutRequest) ApiSourceControlConfigPutRequest

type ApiSourceControlDeployPostRequest ¶

type ApiSourceControlDeployPostRequest struct {
	ApiService *SourceControlAPIService
	// contains filtered or unexported fields
}

func (ApiSourceControlDeployPostRequest) Execute ¶

type ApiSourceControlDeploymentIdGetRequest ¶

type ApiSourceControlDeploymentIdGetRequest struct {
	ApiService *SourceControlAPIService
	// contains filtered or unexported fields
}

func (ApiSourceControlDeploymentIdGetRequest) Execute ¶

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

type ApiSourceControlManifestsManifestNameAppsAppUuidDeletePostRequest ¶ added in v1.0.0

type ApiSourceControlManifestsManifestNameAppsAppUuidDeletePostRequest struct {
	ApiService *SourceControlAPIService
	// contains filtered or unexported fields
}

func (ApiSourceControlManifestsManifestNameAppsAppUuidDeletePostRequest) Execute ¶ added in v1.0.0

func (ApiSourceControlManifestsManifestNameAppsAppUuidDeletePostRequest) SourceControlManifestsManifestNameDeletePostRequest ¶ added in v1.0.0

type ApiSourceControlManifestsManifestNameAppsAppUuidPutRequest ¶ added in v1.0.0

type ApiSourceControlManifestsManifestNameAppsAppUuidPutRequest struct {
	ApiService *SourceControlAPIService
	// contains filtered or unexported fields
}

func (ApiSourceControlManifestsManifestNameAppsAppUuidPutRequest) Execute ¶ added in v1.0.0

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) Execute ¶ added in v1.0.0

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

The type of the element.

func (ApiSourceControlManifestsManifestNameElementUuidDeletePostRequest) Execute ¶ added in v1.0.0

func (ApiSourceControlManifestsManifestNameElementUuidDeletePostRequest) SourceControlManifestsManifestNameDeletePostRequest ¶ added in v1.0.0

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

The type of the element.

func (ApiSourceControlManifestsManifestNameElementUuidPutRequest) Execute ¶ added in v1.0.0

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

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 (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

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 (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

The type of the element.

func (ApiSourceControlReleasesElementUuidGetRequest) Execute ¶ added in v1.0.0

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

The type of the element.

func (ApiSourceControlReleasesElementUuidPostRequest) Execute ¶ added in v1.0.0

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 ¶

type ApiSourceControlSettingsPutRequest ¶

type ApiSourceControlSettingsPutRequest struct {
	ApiService *SourceControlAPIService
	// contains filtered or unexported fields
}

func (ApiSourceControlSettingsPutRequest) Execute ¶

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 ¶

type ApiSourceControlTestDeployPostRequest ¶

type ApiSourceControlTestDeployPostRequest struct {
	ApiService *SourceControlAPIService
	// contains filtered or unexported fields
}

func (ApiSourceControlTestDeployPostRequest) Execute ¶

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 (ApiSpacesCopyElementsPostRequest) SpacesCopyElementsPostRequest ¶

func (r ApiSpacesCopyElementsPostRequest) SpacesCopyElementsPostRequest(spacesCopyElementsPostRequest SpacesCopyElementsPostRequest) ApiSpacesCopyElementsPostRequest

type ApiSpacesGetRequest ¶

type ApiSpacesGetRequest struct {
	ApiService *SpacesAPIService
	// contains filtered or unexported fields
}

func (ApiSpacesGetRequest) Execute ¶

type ApiSpacesPostRequest ¶

type ApiSpacesPostRequest struct {
	ApiService *SpacesAPIService
	// contains filtered or unexported fields
}

func (ApiSpacesPostRequest) Execute ¶

func (ApiSpacesPostRequest) SpacesPostRequest ¶

func (r ApiSpacesPostRequest) SpacesPostRequest(spacesPostRequest SpacesPostRequest) ApiSpacesPostRequest

type ApiSpacesSpaceIdDeleteRequest ¶

type ApiSpacesSpaceIdDeleteRequest struct {
	ApiService *SpacesAPIService
	// contains filtered or unexported fields
}

func (ApiSpacesSpaceIdDeleteRequest) Execute ¶

type ApiSpacesSpaceIdGetRequest ¶

type ApiSpacesSpaceIdGetRequest struct {
	ApiService *SpacesAPIService
	// contains filtered or unexported fields
}

func (ApiSpacesSpaceIdGetRequest) Execute ¶

type ApiSpacesSpaceIdPutRequest ¶

type ApiSpacesSpaceIdPutRequest struct {
	ApiService *SpacesAPIService
	// contains filtered or unexported fields
}

func (ApiSpacesSpaceIdPutRequest) Execute ¶

func (ApiSpacesSpaceIdPutRequest) SpacesSpaceIdPutRequest ¶

func (r ApiSpacesSpaceIdPutRequest) SpacesSpaceIdPutRequest(spacesSpaceIdPutRequest SpacesSpaceIdPutRequest) ApiSpacesSpaceIdPutRequest

type ApiSsoConfigDeleteRequest ¶

type ApiSsoConfigDeleteRequest struct {
	ApiService *SSOAPIService
	// contains filtered or unexported fields
}

func (ApiSsoConfigDeleteRequest) Execute ¶

func (r ApiSsoConfigDeleteRequest) Execute() (*http.Response, error)

type ApiSsoConfigGetRequest ¶

type ApiSsoConfigGetRequest struct {
	ApiService *SSOAPIService
	// contains filtered or unexported fields
}

func (ApiSsoConfigGetRequest) Execute ¶

type ApiSsoConfigPostRequest ¶

type ApiSsoConfigPostRequest struct {
	ApiService *SSOAPIService
	// contains filtered or unexported fields
}

func (ApiSsoConfigPostRequest) Execute ¶

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 ¶

The name of the app to retrieve usage data for

func (ApiUsageAppDetailsGetRequest) EndDate ¶

The end date of the date range. If not specified, then minimum(start_date + 30 days, today - 1) is used.

func (ApiUsageAppDetailsGetRequest) Execute ¶

func (ApiUsageAppDetailsGetRequest) OrgIds ¶

A comma separated list of org ids to retrieve usage data for

func (ApiUsageAppDetailsGetRequest) StartDate ¶

The start date of the date range

type ApiUsageAppSummaryGetRequest ¶

type ApiUsageAppSummaryGetRequest struct {
	ApiService *UsageAPIService
	// contains filtered or unexported fields
}

func (ApiUsageAppSummaryGetRequest) EndDate ¶

The end date of the date range. If not specified, then minimum(start_date + 30 days, today - 1) is used.

func (ApiUsageAppSummaryGetRequest) Execute ¶

func (ApiUsageAppSummaryGetRequest) OrgIds ¶

A comma separated list of org ids to retrieve usage data for

func (ApiUsageAppSummaryGetRequest) StartDate ¶

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 (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 ¶

type ApiUsageUserDetailsGetRequest ¶

type ApiUsageUserDetailsGetRequest struct {
	ApiService *UsageAPIService
	// contains filtered or unexported fields
}

func (ApiUsageUserDetailsGetRequest) Email ¶

The email of the user to retrieve usage data for

func (ApiUsageUserDetailsGetRequest) EndDate ¶

The end date of the date range. If not specified, then minimum(start_date + 30 days, today - 1) is used.

func (ApiUsageUserDetailsGetRequest) Execute ¶

func (ApiUsageUserDetailsGetRequest) OrgIds ¶

A comma separated list of org ids to retrieve usage data for

func (ApiUsageUserDetailsGetRequest) StartDate ¶

The start date of the date range

type ApiUsageUserSummaryGetRequest ¶

type ApiUsageUserSummaryGetRequest struct {
	ApiService *UsageAPIService
	// contains filtered or unexported fields
}

func (ApiUsageUserSummaryGetRequest) EndDate ¶

The end date of the date range. If not specified, then minimum(start_date + 30 days, today - 1) is used.

func (ApiUsageUserSummaryGetRequest) Execute ¶

func (ApiUsageUserSummaryGetRequest) OrgIds ¶

A comma separated list of org ids to retrieve usage data for

func (ApiUsageUserSummaryGetRequest) StartDate ¶

The start date of the date range

type ApiUserAttributesGetRequest ¶

type ApiUserAttributesGetRequest struct {
	ApiService *UserAttributesAPIService
	// contains filtered or unexported fields
}

func (ApiUserAttributesGetRequest) Execute ¶

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 (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 (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 (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 ¶

type ApiUserInvitesPostRequest ¶

type ApiUserInvitesPostRequest struct {
	ApiService *UserInviteAPIService
	// contains filtered or unexported fields
}

func (ApiUserInvitesPostRequest) Execute ¶

func (ApiUserInvitesPostRequest) UserInvitesPostRequest ¶

func (r ApiUserInvitesPostRequest) UserInvitesPostRequest(userInvitesPostRequest UserInvitesPostRequest) ApiUserInvitesPostRequest

type ApiUserInvitesUserInviteIdDeleteRequest ¶

type ApiUserInvitesUserInviteIdDeleteRequest struct {
	ApiService *UserInviteAPIService
	// contains filtered or unexported fields
}

func (ApiUserInvitesUserInviteIdDeleteRequest) Execute ¶

type ApiUserInvitesUserInviteIdGetRequest ¶

type ApiUserInvitesUserInviteIdGetRequest struct {
	ApiService *UserInviteAPIService
	// contains filtered or unexported fields
}

func (ApiUserInvitesUserInviteIdGetRequest) Execute ¶

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) Execute ¶

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

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 (ApiUserTasksGetRequest) Limit ¶ added in v1.0.0

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

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 (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 (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 (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

Email address of user

func (ApiUsersGetRequest) Execute ¶

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 (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
}

func (ApiUsersReset2faUserIdPutRequest) Execute ¶ added in v1.0.0

type ApiUsersUserIdDeleteRequest ¶

type ApiUsersUserIdDeleteRequest struct {
	ApiService *UsersAPIService
	// contains filtered or unexported fields
}

func (ApiUsersUserIdDeleteRequest) Execute ¶

type ApiUsersUserIdGetRequest ¶

type ApiUsersUserIdGetRequest struct {
	ApiService *UsersAPIService
	// contains filtered or unexported fields
}

func (ApiUsersUserIdGetRequest) Execute ¶

type ApiUsersUserIdPatchRequest ¶

type ApiUsersUserIdPatchRequest struct {
	ApiService *UsersAPIService
	// contains filtered or unexported fields
}

func (ApiUsersUserIdPatchRequest) Execute ¶

func (ApiUsersUserIdPatchRequest) UsersUserIdPatchRequest ¶

func (r ApiUsersUserIdPatchRequest) UsersUserIdPatchRequest(usersUserIdPatchRequest UsersUserIdPatchRequest) ApiUsersUserIdPatchRequest

type ApiUsersUserIdUserAttributesAttributeNameDeleteRequest ¶

type ApiUsersUserIdUserAttributesAttributeNameDeleteRequest struct {
	ApiService *UsersAPIService
	// contains filtered or unexported fields
}

func (ApiUsersUserIdUserAttributesAttributeNameDeleteRequest) Execute ¶

type ApiUsersUserIdUserAttributesPostRequest ¶

type ApiUsersUserIdUserAttributesPostRequest struct {
	ApiService *UsersAPIService
	// contains filtered or unexported fields
}

func (ApiUsersUserIdUserAttributesPostRequest) Execute ¶

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

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

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

type App ¶

type App struct {
	Type string `json:"type"`
	// The app ID.
	Id string `json:"id"`
}

App struct for App

func NewApp ¶

func NewApp(type_ string, id string) *App

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) GetId ¶

func (o *App) GetId() string

GetId returns the Id field value

func (*App) GetIdOk ¶

func (o *App) GetIdOk() (*string, bool)

GetIdOk returns a tuple with the Id field value and a boolean to check if the value has been set.

func (*App) GetType ¶ added in v1.0.0

func (o *App) GetType() string

GetType returns the Type field value

func (*App) GetTypeOk ¶ added in v1.0.0

func (o *App) GetTypeOk() (*string, bool)

GetTypeOk returns a tuple with the Type field value and a boolean to check if the value has been set.

func (App) MarshalJSON ¶

func (o App) MarshalJSON() ([]byte, error)

func (*App) SetId ¶

func (o *App) SetId(v string)

SetId sets field value

func (*App) SetType ¶ added in v1.0.0

func (o *App) SetType(v string)

SetType sets field value

func (App) ToMap ¶

func (o App) ToMap() (map[string]interface{}, error)

func (*App) UnmarshalJSON ¶

func (o *App) UnmarshalJSON(data []byte) (err error)

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) SetHost ¶

func (o *AppSummary) SetHost(v string)

SetHost 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

func (o *AppTheme) GetCreatedAt() time.Time

GetCreatedAt returns the CreatedAt field value

func (*AppTheme) GetCreatedAtOk ¶ added in v1.0.0

func (o *AppTheme) 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 (*AppTheme) GetId ¶

func (o *AppTheme) GetId() float32

GetId returns the Id field value

func (*AppTheme) GetIdOk ¶

func (o *AppTheme) GetIdOk() (*float32, bool)

GetIdOk returns a tuple with the Id field value and a boolean to check if the value has been set.

func (*AppTheme) GetLegacyId ¶

func (o *AppTheme) GetLegacyId() float32

GetLegacyId returns the LegacyId field value

func (*AppTheme) GetLegacyIdOk ¶

func (o *AppTheme) GetLegacyIdOk() (*float32, bool)

GetLegacyIdOk returns a tuple with the LegacyId field value and a boolean to check if the value has been set.

func (*AppTheme) GetName ¶

func (o *AppTheme) GetName() string

GetName returns the Name field value

func (*AppTheme) GetNameOk ¶

func (o *AppTheme) GetNameOk() (*string, bool)

GetNameOk returns a tuple with the Name field value and a boolean to check if the value has been set.

func (*AppTheme) GetTheme ¶

func (o *AppTheme) GetTheme() map[string]interface{}

GetTheme returns the Theme field value

func (*AppTheme) GetThemeOk ¶

func (o *AppTheme) 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 (*AppTheme) GetUpdatedAt ¶ added in v1.0.0

func (o *AppTheme) GetUpdatedAt() time.Time

GetUpdatedAt returns the UpdatedAt field value

func (*AppTheme) GetUpdatedAtOk ¶ added in v1.0.0

func (o *AppTheme) 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 (AppTheme) MarshalJSON ¶

func (o AppTheme) MarshalJSON() ([]byte, error)

func (*AppTheme) SetCreatedAt ¶ added in v1.0.0

func (o *AppTheme) SetCreatedAt(v time.Time)

SetCreatedAt sets field value

func (*AppTheme) SetId ¶

func (o *AppTheme) SetId(v float32)

SetId sets field value

func (*AppTheme) SetLegacyId ¶

func (o *AppTheme) SetLegacyId(v float32)

SetLegacyId sets field value

func (*AppTheme) SetName ¶

func (o *AppTheme) SetName(v string)

SetName sets field value

func (*AppTheme) SetTheme ¶

func (o *AppTheme) SetTheme(v map[string]interface{})

SetTheme sets field value

func (*AppTheme) SetUpdatedAt ¶ added in v1.0.0

func (o *AppTheme) SetUpdatedAt(v time.Time)

SetUpdatedAt sets field value

func (AppTheme) ToMap ¶

func (o AppTheme) ToMap() (map[string]interface{}, error)

func (*AppTheme) UnmarshalJSON ¶

func (o *AppTheme) UnmarshalJSON(data []byte) (err error)

type AppThemesAPIService ¶

type AppThemesAPIService service

AppThemesAPIService AppThemesAPI service

func (*AppThemesAPIService) AppThemesGet ¶ added in v1.0.0

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

Execute executes the request

@return AppThemesGet200Response

func (*AppThemesAPIService) AppThemesIdDelete ¶

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 ¶

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 ¶

Execute executes the request

@return AppThemesIdGet200Response

func (*AppThemesAPIService) AppThemesPost ¶

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 ¶

Execute executes the request

@return AppThemesPut200Response

func (*AppThemesAPIService) AppThemesPut ¶

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 ¶

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

GetData returns the Data field value

func (*AppThemesGet200Response) GetDataOk ¶ added in v1.0.0

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

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

GetId returns the Id field value

func (*AppThemesGet200ResponseDataInner) 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 (*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

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

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

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 ¶

GetData returns the Data field value

func (*AppThemesIdGet200Response) GetDataOk ¶

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 ¶

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 ¶

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 ¶

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 ¶

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 ¶

GetData returns the Data field value

func (*AppThemesPut200Response) GetDataOk ¶

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 ¶

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 ¶

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 ¶

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 ¶

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

Execute executes the request

@return AppsAppIdGet200Response

func (*AppsAPIService) AppsGet ¶

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 ¶

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 ¶

GetData returns the Data field value

func (*AppsAppIdGet200Response) GetDataOk ¶

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 ¶

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 ¶

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 (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 (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 ¶

GetData returns the Data field value

func (*AppsGet200Response) GetDataOk ¶

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 ¶

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

func (o *Bitbucket) GetDefaultBranch() string

GetDefaultBranch returns the DefaultBranch field value

func (*Bitbucket) GetDefaultBranchOk ¶ added in v1.0.0

func (o *Bitbucket) GetDefaultBranchOk() (*string, bool)

GetDefaultBranchOk returns a tuple with the DefaultBranch field value and a boolean to check if the value has been set.

func (*Bitbucket) GetOrg ¶ added in v1.0.0

func (o *Bitbucket) GetOrg() string

GetOrg returns the Org field value

func (*Bitbucket) GetOrgOk ¶ added in v1.0.0

func (o *Bitbucket) GetOrgOk() (*string, bool)

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

func (o *Bitbucket) GetProvider() string

GetProvider returns the Provider field value

func (*Bitbucket) GetProviderOk ¶ added in v1.0.0

func (o *Bitbucket) GetProviderOk() (*string, bool)

GetProviderOk returns a tuple with the Provider field value and a boolean to check if the value has been set.

func (*Bitbucket) GetRepo ¶ added in v1.0.0

func (o *Bitbucket) GetRepo() string

GetRepo returns the Repo field value

func (*Bitbucket) GetRepoOk ¶ added in v1.0.0

func (o *Bitbucket) GetRepoOk() (*string, bool)

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

func (o *Bitbucket) GetRepoVersion() string

GetRepoVersion returns the RepoVersion field value if set, zero value otherwise.

func (*Bitbucket) GetRepoVersionOk ¶ added in v1.0.0

func (o *Bitbucket) 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 (*Bitbucket) HasRepoVersion ¶ added in v1.0.0

func (o *Bitbucket) HasRepoVersion() bool

HasRepoVersion returns a boolean if a field has been set.

func (Bitbucket) MarshalJSON ¶ added in v1.0.0

func (o Bitbucket) MarshalJSON() ([]byte, error)

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

func (o *Bitbucket) SetDefaultBranch(v string)

SetDefaultBranch sets field value

func (*Bitbucket) SetOrg ¶ added in v1.0.0

func (o *Bitbucket) SetOrg(v string)

SetOrg sets field value

func (*Bitbucket) SetProvider ¶ added in v1.0.0

func (o *Bitbucket) SetProvider(v string)

SetProvider sets field value

func (*Bitbucket) SetRepo ¶ added in v1.0.0

func (o *Bitbucket) SetRepo(v string)

SetRepo sets field value

func (*Bitbucket) SetRepoVersion ¶ added in v1.0.0

func (o *Bitbucket) SetRepoVersion(v string)

SetRepoVersion gets a reference to the given string and assigns it to the RepoVersion field.

func (Bitbucket) ToMap ¶ added in v1.0.0

func (o Bitbucket) ToMap() (map[string]interface{}, error)

func (*Bitbucket) UnmarshalJSON ¶ added in v1.0.0

func (o *Bitbucket) UnmarshalJSON(data []byte) (err error)

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) ServerURL ¶

func (c *Configuration) ServerURL(index int, variables map[string]string) (string, error)

ServerURL returns URL based on server settings

func (*Configuration) ServerURLWithContext ¶

func (c *Configuration) ServerURLWithContext(ctx context.Context, endpoint string) (string, error)

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 ¶

GetValues returns the Values field value

func (*ConfigurationVariable) GetValuesOk ¶

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 ¶

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 ¶

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 ¶

Execute executes the request

@return ConfigurationVariablesGet200Response

func (*ConfigurationVariablesAPIService) ConfigurationVariablesIdDelete ¶

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 ¶

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 ¶

Execute executes the request

@return ConfigurationVariablesPost200Response

func (*ConfigurationVariablesAPIService) ConfigurationVariablesIdPut ¶

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 ¶

Execute executes the request

@return ConfigurationVariablesPost200Response

func (*ConfigurationVariablesAPIService) ConfigurationVariablesPost ¶

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 ¶

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 ¶

GetData returns the Data field value

func (*ConfigurationVariablesGet200Response) GetDataOk ¶

GetDataOk returns a tuple with the Data field value and a boolean to check if the value has been set.

func (*ConfigurationVariablesGet200Response) GetHasMore ¶

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 ¶

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 ¶

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 ¶

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 ¶

GetId returns the Id field value

func (*ConfigurationVariablesGet200ResponseDataInner) GetIdOk ¶

GetIdOk returns a tuple with the Id field value and a boolean to check if the value has been set.

func (*ConfigurationVariablesGet200ResponseDataInner) GetName ¶

GetName returns the Name field value

func (*ConfigurationVariablesGet200ResponseDataInner) GetNameOk ¶

GetNameOk returns a tuple with the Name field value and a boolean to check if the value has been set.

func (*ConfigurationVariablesGet200ResponseDataInner) GetSecret ¶

GetSecret returns the Secret field value

func (*ConfigurationVariablesGet200ResponseDataInner) GetSecretOk ¶

GetSecretOk returns a tuple with the Secret field value and a boolean to check if the value has been set.

func (*ConfigurationVariablesGet200ResponseDataInner) GetValues ¶

GetValues returns the Values field value

func (*ConfigurationVariablesGet200ResponseDataInner) GetValuesOk ¶

GetValuesOk returns a tuple with the Values field value and a boolean to check if the value has been set.

func (*ConfigurationVariablesGet200ResponseDataInner) HasDescription ¶

HasDescription returns a boolean if a field has been set.

func (ConfigurationVariablesGet200ResponseDataInner) MarshalJSON ¶

func (*ConfigurationVariablesGet200ResponseDataInner) SetDescription ¶

SetDescription gets a reference to the given string and assigns it to the Description field.

func (*ConfigurationVariablesGet200ResponseDataInner) SetId ¶

SetId sets field value

func (*ConfigurationVariablesGet200ResponseDataInner) SetName ¶

SetName sets field value

func (*ConfigurationVariablesGet200ResponseDataInner) SetSecret ¶

SetSecret sets field value

func (*ConfigurationVariablesGet200ResponseDataInner) SetValues ¶

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 ¶

GetEnvironmentId returns the EnvironmentId field value

func (*ConfigurationVariablesGet200ResponseDataInnerValuesInner) GetEnvironmentIdOk ¶

GetEnvironmentIdOk returns a tuple with the EnvironmentId field value and a boolean to check if the value has been set.

func (*ConfigurationVariablesGet200ResponseDataInnerValuesInner) GetValue ¶

GetValue returns the Value field value

func (*ConfigurationVariablesGet200ResponseDataInnerValuesInner) GetValueOk ¶

GetValueOk returns a tuple with the Value field value and a boolean to check if the value has been set.

func (ConfigurationVariablesGet200ResponseDataInnerValuesInner) MarshalJSON ¶

func (*ConfigurationVariablesGet200ResponseDataInnerValuesInner) SetEnvironmentId ¶

SetEnvironmentId sets field value

func (*ConfigurationVariablesGet200ResponseDataInnerValuesInner) SetValue ¶

SetValue sets field value

func (ConfigurationVariablesGet200ResponseDataInnerValuesInner) ToMap ¶

func (*ConfigurationVariablesGet200ResponseDataInnerValuesInner) UnmarshalJSON ¶

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 ¶

GetData returns the Data field value

func (*ConfigurationVariablesPost200Response) GetDataOk ¶

GetDataOk returns a tuple with the Data field value and a boolean to check if the value has been set.

func (*ConfigurationVariablesPost200Response) GetSuccess ¶

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 ¶

SetData sets field value

func (*ConfigurationVariablesPost200Response) SetSuccess ¶

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 ¶

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 ¶

GetValues returns the Values field value

func (*ConfigurationVariablesPostRequest) GetValuesOk ¶

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 ¶

SetName sets field value

func (*ConfigurationVariablesPostRequest) SetSecret ¶

func (o *ConfigurationVariablesPostRequest) SetSecret(v bool)

SetSecret sets field value

func (*ConfigurationVariablesPostRequest) SetValues ¶

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 ¶

GetData returns the Data field value

func (*CustomComponentLibrariesGet200Response) GetDataOk ¶

GetDataOk returns a tuple with the Data field value and a boolean to check if the value has been set.

func (*CustomComponentLibrariesGet200Response) GetHasMore ¶

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 ¶

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 ¶

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 ¶

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 ¶

SetData sets field value

func (*CustomComponentLibrariesGet200Response) SetHasMore ¶

SetHasMore sets field value

func (*CustomComponentLibrariesGet200Response) SetNextToken ¶

SetNextToken sets field value

func (*CustomComponentLibrariesGet200Response) SetSuccess ¶

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 ¶

GetData returns the Data field value

func (*CustomComponentLibrariesLibraryIdGet200Response) GetDataOk ¶

GetDataOk returns a tuple with the Data field value and a boolean to check if the value has been set.

func (*CustomComponentLibrariesLibraryIdGet200Response) GetSuccess ¶

GetSuccess returns the Success field value

func (*CustomComponentLibrariesLibraryIdGet200Response) GetSuccessOk ¶

GetSuccessOk returns a tuple with the Success field value and a boolean to check if the value has been set.

func (CustomComponentLibrariesLibraryIdGet200Response) MarshalJSON ¶

func (*CustomComponentLibrariesLibraryIdGet200Response) SetData ¶

SetData sets field value

func (*CustomComponentLibrariesLibraryIdGet200Response) SetSuccess ¶

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 ¶

GetCreatedAt returns the CreatedAt field value

func (*CustomComponentLibrariesLibraryIdGet200ResponseData) GetCreatedAtOk ¶

GetCreatedAtOk returns a tuple with the CreatedAt field value and a boolean to check if the value has been set.

func (*CustomComponentLibrariesLibraryIdGet200ResponseData) GetDescription ¶

GetDescription returns the Description field value If the value is explicit nil, the zero value for string will be returned

func (*CustomComponentLibrariesLibraryIdGet200ResponseData) GetDescriptionOk ¶

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 ¶

GetId returns the Id field value

func (*CustomComponentLibrariesLibraryIdGet200ResponseData) GetIdOk ¶

GetIdOk returns a tuple with the Id field value and a boolean to check if the value has been set.

func (*CustomComponentLibrariesLibraryIdGet200ResponseData) GetLabel ¶

GetLabel returns the Label field value

func (*CustomComponentLibrariesLibraryIdGet200ResponseData) GetLabelOk ¶

GetLabelOk returns a tuple with the Label field value and a boolean to check if the value has been set.

func (*CustomComponentLibrariesLibraryIdGet200ResponseData) GetName ¶

GetName returns the Name field value

func (*CustomComponentLibrariesLibraryIdGet200ResponseData) GetNameOk ¶

GetNameOk returns a tuple with the Name field value and a boolean to check if the value has been set.

func (*CustomComponentLibrariesLibraryIdGet200ResponseData) GetUpdatedAt ¶

GetUpdatedAt returns the UpdatedAt field value

func (*CustomComponentLibrariesLibraryIdGet200ResponseData) GetUpdatedAtOk ¶

GetUpdatedAtOk returns a tuple with the UpdatedAt field value and a boolean to check if the value has been set.

func (CustomComponentLibrariesLibraryIdGet200ResponseData) MarshalJSON ¶

func (*CustomComponentLibrariesLibraryIdGet200ResponseData) SetCreatedAt ¶

SetCreatedAt sets field value

func (*CustomComponentLibrariesLibraryIdGet200ResponseData) SetDescription ¶

SetDescription sets field value

func (*CustomComponentLibrariesLibraryIdGet200ResponseData) SetId ¶

SetId sets field value

func (*CustomComponentLibrariesLibraryIdGet200ResponseData) SetLabel ¶

SetLabel sets field value

func (*CustomComponentLibrariesLibraryIdGet200ResponseData) SetName ¶

SetName sets field value

func (*CustomComponentLibrariesLibraryIdGet200ResponseData) SetUpdatedAt ¶

SetUpdatedAt sets field value

func (CustomComponentLibrariesLibraryIdGet200ResponseData) ToMap ¶

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 ¶

GetData returns the Data field value

func (*CustomComponentLibrariesLibraryIdRevisionsGet200Response) GetDataOk ¶

GetDataOk returns a tuple with the Data field value and a boolean to check if the value has been set.

func (*CustomComponentLibrariesLibraryIdRevisionsGet200Response) GetHasMore ¶

GetHasMore returns the HasMore field value

func (*CustomComponentLibrariesLibraryIdRevisionsGet200Response) GetHasMoreOk ¶

GetHasMoreOk returns a tuple with the HasMore field value and a boolean to check if the value has been set.

func (*CustomComponentLibrariesLibraryIdRevisionsGet200Response) GetNextToken ¶

GetNextToken returns the NextToken field value If the value is explicit nil, the zero value for string will be returned

func (*CustomComponentLibrariesLibraryIdRevisionsGet200Response) GetNextTokenOk ¶

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 ¶

GetSuccess returns the Success field value

func (*CustomComponentLibrariesLibraryIdRevisionsGet200Response) GetSuccessOk ¶

GetSuccessOk returns a tuple with the Success field value and a boolean to check if the value has been set.

func (*CustomComponentLibrariesLibraryIdRevisionsGet200Response) GetTotalCount ¶

GetTotalCount returns the TotalCount field value

func (*CustomComponentLibrariesLibraryIdRevisionsGet200Response) GetTotalCountOk ¶

GetTotalCountOk returns a tuple with the TotalCount field value and a boolean to check if the value has been set.

func (CustomComponentLibrariesLibraryIdRevisionsGet200Response) MarshalJSON ¶

func (*CustomComponentLibrariesLibraryIdRevisionsGet200Response) SetData ¶

SetData sets field value

func (*CustomComponentLibrariesLibraryIdRevisionsGet200Response) SetHasMore ¶

SetHasMore sets field value

func (*CustomComponentLibrariesLibraryIdRevisionsGet200Response) SetNextToken ¶

SetNextToken sets field value

func (*CustomComponentLibrariesLibraryIdRevisionsGet200Response) SetSuccess ¶

SetSuccess sets field value

func (*CustomComponentLibrariesLibraryIdRevisionsGet200Response) SetTotalCount ¶

SetTotalCount sets field value

func (CustomComponentLibrariesLibraryIdRevisionsGet200Response) ToMap ¶

func (*CustomComponentLibrariesLibraryIdRevisionsGet200Response) UnmarshalJSON ¶

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 ¶

GetCreatedAt returns the CreatedAt field value

func (*CustomComponentLibrariesLibraryIdRevisionsGet200ResponseDataInner) GetCreatedAtOk ¶

GetCreatedAtOk returns a tuple with the CreatedAt field value and a boolean to check if the value has been set.

func (*CustomComponentLibrariesLibraryIdRevisionsGet200ResponseDataInner) GetCustomComponentLibraryId ¶

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 ¶

GetId returns the Id field value

func (*CustomComponentLibrariesLibraryIdRevisionsGet200ResponseDataInner) GetIdOk ¶

GetIdOk returns a tuple with the Id field value and a boolean to check if the value has been set.

func (*CustomComponentLibrariesLibraryIdRevisionsGet200ResponseDataInner) GetUpdatedAt ¶

GetUpdatedAt returns the UpdatedAt field value

func (*CustomComponentLibrariesLibraryIdRevisionsGet200ResponseDataInner) GetUpdatedAtOk ¶

GetUpdatedAtOk returns a tuple with the UpdatedAt field value and a boolean to check if the value has been set.

func (*CustomComponentLibrariesLibraryIdRevisionsGet200ResponseDataInner) GetVersion ¶

GetVersion returns the Version field value

func (*CustomComponentLibrariesLibraryIdRevisionsGet200ResponseDataInner) GetVersionOk ¶

GetVersionOk returns a tuple with the Version field value and a boolean to check if the value has been set.

func (CustomComponentLibrariesLibraryIdRevisionsGet200ResponseDataInner) MarshalJSON ¶

func (*CustomComponentLibrariesLibraryIdRevisionsGet200ResponseDataInner) SetCreatedAt ¶

SetCreatedAt sets field value

func (*CustomComponentLibrariesLibraryIdRevisionsGet200ResponseDataInner) SetCustomComponentLibraryId ¶

SetCustomComponentLibraryId sets field value

func (*CustomComponentLibrariesLibraryIdRevisionsGet200ResponseDataInner) SetId ¶

SetId sets field value

func (*CustomComponentLibrariesLibraryIdRevisionsGet200ResponseDataInner) SetUpdatedAt ¶

SetUpdatedAt sets field value

func (*CustomComponentLibrariesLibraryIdRevisionsGet200ResponseDataInner) SetVersion ¶

SetVersion sets field value

func (CustomComponentLibrariesLibraryIdRevisionsGet200ResponseDataInner) ToMap ¶

func (*CustomComponentLibrariesLibraryIdRevisionsGet200ResponseDataInner) UnmarshalJSON ¶

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 ¶

GetData returns the Data field value

func (*CustomComponentLibrariesLibraryIdRevisionsPost200Response) GetDataOk ¶

GetDataOk returns a tuple with the Data field value and a boolean to check if the value has been set.

func (*CustomComponentLibrariesLibraryIdRevisionsPost200Response) GetSuccess ¶

GetSuccess returns the Success field value

func (*CustomComponentLibrariesLibraryIdRevisionsPost200Response) GetSuccessOk ¶

GetSuccessOk returns a tuple with the Success field value and a boolean to check if the value has been set.

func (CustomComponentLibrariesLibraryIdRevisionsPost200Response) MarshalJSON ¶

func (*CustomComponentLibrariesLibraryIdRevisionsPost200Response) SetData ¶

SetData sets field value

func (*CustomComponentLibrariesLibraryIdRevisionsPost200Response) SetSuccess ¶

SetSuccess sets field value

func (CustomComponentLibrariesLibraryIdRevisionsPost200Response) ToMap ¶

func (*CustomComponentLibrariesLibraryIdRevisionsPost200Response) UnmarshalJSON ¶

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 ¶

GetData returns the Data field value

func (*CustomComponentLibrariesLibraryIdRevisionsRevisionIdFilesGet200Response) GetDataOk ¶

GetDataOk returns a tuple with the Data field value and a boolean to check if the value has been set.

func (*CustomComponentLibrariesLibraryIdRevisionsRevisionIdFilesGet200Response) GetHasMore ¶

GetHasMore returns the HasMore field value

func (*CustomComponentLibrariesLibraryIdRevisionsRevisionIdFilesGet200Response) GetHasMoreOk ¶

GetHasMoreOk returns a tuple with the HasMore field value and a boolean to check if the value has been set.

func (*CustomComponentLibrariesLibraryIdRevisionsRevisionIdFilesGet200Response) GetNextToken ¶

GetNextToken returns the NextToken field value If the value is explicit nil, the zero value for string will be returned

func (*CustomComponentLibrariesLibraryIdRevisionsRevisionIdFilesGet200Response) GetNextTokenOk ¶

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 ¶

GetSuccess returns the Success field value

func (*CustomComponentLibrariesLibraryIdRevisionsRevisionIdFilesGet200Response) GetSuccessOk ¶

GetSuccessOk returns a tuple with the Success field value and a boolean to check if the value has been set.

func (*CustomComponentLibrariesLibraryIdRevisionsRevisionIdFilesGet200Response) GetTotalCount ¶

GetTotalCount returns the TotalCount field value

func (*CustomComponentLibrariesLibraryIdRevisionsRevisionIdFilesGet200Response) GetTotalCountOk ¶

GetTotalCountOk returns a tuple with the TotalCount field value and a boolean to check if the value has been set.

func (CustomComponentLibrariesLibraryIdRevisionsRevisionIdFilesGet200Response) MarshalJSON ¶

func (*CustomComponentLibrariesLibraryIdRevisionsRevisionIdFilesGet200Response) SetData ¶

SetData sets field value

func (*CustomComponentLibrariesLibraryIdRevisionsRevisionIdFilesGet200Response) SetHasMore ¶

SetHasMore sets field value

func (*CustomComponentLibrariesLibraryIdRevisionsRevisionIdFilesGet200Response) SetNextToken ¶

SetNextToken sets field value

func (*CustomComponentLibrariesLibraryIdRevisionsRevisionIdFilesGet200Response) SetSuccess ¶

SetSuccess sets field value

func (*CustomComponentLibrariesLibraryIdRevisionsRevisionIdFilesGet200Response) SetTotalCount ¶

SetTotalCount sets field value

func (CustomComponentLibrariesLibraryIdRevisionsRevisionIdFilesGet200Response) ToMap ¶

func (*CustomComponentLibrariesLibraryIdRevisionsRevisionIdFilesGet200Response) UnmarshalJSON ¶

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 ¶

GetCreatedAt returns the CreatedAt field value

func (*CustomComponentLibrariesLibraryIdRevisionsRevisionIdFilesGet200ResponseDataInner) GetCreatedAtOk ¶

GetCreatedAtOk returns a tuple with the CreatedAt field value and a boolean to check if the value has been set.

func (*CustomComponentLibrariesLibraryIdRevisionsRevisionIdFilesGet200ResponseDataInner) GetFileContents ¶

GetFileContents returns the FileContents field value

func (*CustomComponentLibrariesLibraryIdRevisionsRevisionIdFilesGet200ResponseDataInner) GetFileContentsOk ¶

GetFileContentsOk returns a tuple with the FileContents field value and a boolean to check if the value has been set.

func (*CustomComponentLibrariesLibraryIdRevisionsRevisionIdFilesGet200ResponseDataInner) GetFilepath ¶

GetFilepath returns the Filepath field value

func (*CustomComponentLibrariesLibraryIdRevisionsRevisionIdFilesGet200ResponseDataInner) GetFilepathOk ¶

GetFilepathOk returns a tuple with the Filepath field value and a boolean to check if the value has been set.

func (*CustomComponentLibrariesLibraryIdRevisionsRevisionIdFilesGet200ResponseDataInner) GetUpdatedAt ¶

GetUpdatedAt returns the UpdatedAt field value

func (*CustomComponentLibrariesLibraryIdRevisionsRevisionIdFilesGet200ResponseDataInner) GetUpdatedAtOk ¶

GetUpdatedAtOk returns a tuple with the UpdatedAt field value and a boolean to check if the value has been set.

func (CustomComponentLibrariesLibraryIdRevisionsRevisionIdFilesGet200ResponseDataInner) MarshalJSON ¶

func (*CustomComponentLibrariesLibraryIdRevisionsRevisionIdFilesGet200ResponseDataInner) SetCreatedAt ¶

SetCreatedAt sets field value

func (*CustomComponentLibrariesLibraryIdRevisionsRevisionIdFilesGet200ResponseDataInner) SetFileContents ¶

SetFileContents sets field value

func (*CustomComponentLibrariesLibraryIdRevisionsRevisionIdFilesGet200ResponseDataInner) SetFilepath ¶

SetFilepath sets field value

func (*CustomComponentLibrariesLibraryIdRevisionsRevisionIdFilesGet200ResponseDataInner) SetUpdatedAt ¶

SetUpdatedAt sets field value

func (CustomComponentLibrariesLibraryIdRevisionsRevisionIdFilesGet200ResponseDataInner) ToMap ¶

func (*CustomComponentLibrariesLibraryIdRevisionsRevisionIdFilesGet200ResponseDataInner) UnmarshalJSON ¶

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 ¶

GetData returns the Data field value

func (*CustomComponentLibrariesPost200Response) GetDataOk ¶

GetDataOk returns a tuple with the Data field value and a boolean to check if the value has been set.

func (*CustomComponentLibrariesPost200Response) GetSuccess ¶

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 ¶

SetData sets field value

func (*CustomComponentLibrariesPost200Response) SetSuccess ¶

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 ¶

GetId returns the Id field value if set, zero value otherwise.

func (*CustomComponentLibrariesPostRequest) GetIdOk ¶

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 ¶

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 ¶

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 ¶

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 ¶

SetId gets a reference to the given string and assigns it to the Id field.

func (*CustomComponentLibrariesPostRequest) SetLabel ¶

SetLabel sets field value

func (*CustomComponentLibrariesPostRequest) SetName ¶

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 ¶

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 ¶

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 ¶

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 ¶

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 ¶

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 ¶

Execute executes the request

@return CustomComponentLibrariesLibraryIdRevisionsRevisionIdFilesGet200Response

func (*CustomComponentLibraryAPIService) CustomComponentLibrariesPost ¶

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 ¶

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 ¶

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 ¶

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) GetId ¶

func (o *Environment) GetId() string

GetId returns the Id field value

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) SetColor ¶

func (o *Environment) SetColor(v string)

SetColor sets field value

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) SetId ¶

func (o *Environment) SetId(v string)

SetId sets field value

func (*Environment) SetName ¶

func (o *Environment) SetName(v string)

SetName 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

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

Execute executes the request

@return EnvironmentsEnvironmentIdPatch200Response

func (*EnvironmentsAPIService) EnvironmentsGet ¶ added in v1.0.0

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

Execute executes the request

@return EnvironmentsGet200Response

func (*EnvironmentsAPIService) EnvironmentsPost ¶ added in v1.0.0

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

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 ¶

GetData returns the Data field value

func (*EnvironmentsEnvironmentIdGet200Response) GetDataOk ¶

GetDataOk returns a tuple with the Data field value and a boolean to check if the value has been set.

func (*EnvironmentsEnvironmentIdGet200Response) GetSuccess ¶

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 ¶

SetData sets field value

func (*EnvironmentsEnvironmentIdGet200Response) SetSuccess ¶

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 ¶

GetColor returns the Color field value

func (*EnvironmentsEnvironmentIdGet200ResponseData) GetColorOk ¶

GetColorOk returns a tuple with the Color field value and a boolean to check if the value has been set.

func (*EnvironmentsEnvironmentIdGet200ResponseData) GetCreatedAt ¶

GetCreatedAt returns the CreatedAt field value

func (*EnvironmentsEnvironmentIdGet200ResponseData) GetCreatedAtOk ¶

GetCreatedAtOk returns a tuple with the CreatedAt field value and a boolean to check if the value has been set.

func (*EnvironmentsEnvironmentIdGet200ResponseData) GetDefault ¶

GetDefault returns the Default field value

func (*EnvironmentsEnvironmentIdGet200ResponseData) GetDefaultOk ¶

GetDefaultOk returns a tuple with the Default field value and a boolean to check if the value has been set.

func (*EnvironmentsEnvironmentIdGet200ResponseData) GetDescription ¶

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 ¶

GetId returns the Id field value

func (*EnvironmentsEnvironmentIdGet200ResponseData) GetIdOk ¶

GetIdOk returns a tuple with the Id field value and a boolean to check if the value has been set.

func (*EnvironmentsEnvironmentIdGet200ResponseData) GetName ¶

GetName returns the Name field value

func (*EnvironmentsEnvironmentIdGet200ResponseData) GetNameOk ¶

GetNameOk returns a tuple with the Name field value and a boolean to check if the value has been set.

func (*EnvironmentsEnvironmentIdGet200ResponseData) GetUpdatedAt ¶

GetUpdatedAt returns the UpdatedAt field value

func (*EnvironmentsEnvironmentIdGet200ResponseData) GetUpdatedAtOk ¶

GetUpdatedAtOk returns a tuple with the UpdatedAt field value and a boolean to check if the value has been set.

func (EnvironmentsEnvironmentIdGet200ResponseData) MarshalJSON ¶

func (*EnvironmentsEnvironmentIdGet200ResponseData) SetColor ¶

SetColor sets field value

func (*EnvironmentsEnvironmentIdGet200ResponseData) SetCreatedAt ¶

SetCreatedAt sets field value

func (*EnvironmentsEnvironmentIdGet200ResponseData) SetDefault ¶

SetDefault sets field value

func (*EnvironmentsEnvironmentIdGet200ResponseData) SetDescription ¶

SetDescription sets field value

func (*EnvironmentsEnvironmentIdGet200ResponseData) SetId ¶

SetId sets field value

func (*EnvironmentsEnvironmentIdGet200ResponseData) SetName ¶

SetName sets field value

func (*EnvironmentsEnvironmentIdGet200ResponseData) SetUpdatedAt ¶

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

GetData returns the Data field value

func (*EnvironmentsEnvironmentIdPatch200Response) GetDataOk ¶ added in v1.0.0

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

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 (*EnvironmentsEnvironmentIdPatch200Response) SetData ¶ added in v1.0.0

SetData sets field value

func (*EnvironmentsEnvironmentIdPatch200Response) SetSuccess ¶ added in v1.0.0

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

GetColor returns the Color field value

func (*EnvironmentsEnvironmentIdPatch200ResponseData) GetColorOk ¶ added in v1.0.0

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

GetCreatedAt returns the CreatedAt field value

func (*EnvironmentsEnvironmentIdPatch200ResponseData) 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 (*EnvironmentsEnvironmentIdPatch200ResponseData) GetDefault ¶ added in v1.0.0

GetDefault returns the Default field value

func (*EnvironmentsEnvironmentIdPatch200ResponseData) GetDefaultOk ¶ added in v1.0.0

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

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

GetId returns the Id field value

func (*EnvironmentsEnvironmentIdPatch200ResponseData) 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 (*EnvironmentsEnvironmentIdPatch200ResponseData) GetName ¶ added in v1.0.0

GetName returns the Name field value

func (*EnvironmentsEnvironmentIdPatch200ResponseData) 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 (*EnvironmentsEnvironmentIdPatch200ResponseData) GetUpdatedAt ¶ added in v1.0.0

GetUpdatedAt returns the UpdatedAt field value

func (*EnvironmentsEnvironmentIdPatch200ResponseData) 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 (EnvironmentsEnvironmentIdPatch200ResponseData) MarshalJSON ¶ added in v1.0.0

func (*EnvironmentsEnvironmentIdPatch200ResponseData) SetColor ¶ added in v1.0.0

SetColor sets field value

func (*EnvironmentsEnvironmentIdPatch200ResponseData) SetCreatedAt ¶ added in v1.0.0

SetCreatedAt sets field value

func (*EnvironmentsEnvironmentIdPatch200ResponseData) SetDefault ¶ added in v1.0.0

SetDefault sets field value

func (*EnvironmentsEnvironmentIdPatch200ResponseData) SetDescription ¶ added in v1.0.0

SetDescription sets field value

func (*EnvironmentsEnvironmentIdPatch200ResponseData) SetId ¶ added in v1.0.0

SetId sets field value

func (*EnvironmentsEnvironmentIdPatch200ResponseData) SetName ¶ added in v1.0.0

SetName sets field value

func (*EnvironmentsEnvironmentIdPatch200ResponseData) SetUpdatedAt ¶ added in v1.0.0

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

GetOperations returns the Operations field value

func (*EnvironmentsEnvironmentIdPatchRequest) GetOperationsOk ¶ added in v1.0.0

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

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 ¶

GetData returns the Data field value

func (*EnvironmentsGet200Response) GetDataOk ¶

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 ¶

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

GetData returns the Data field value

func (*EnvironmentsPost200Response) GetDataOk ¶ added in v1.0.0

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

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

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

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

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

SetId sets field value

func (*EnvironmentsPost200ResponseData) SetName ¶ added in v1.0.0

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 ¶

type Folder struct {
	Type string `json:"type"`
	// The id of the folder
	Id string `json:"id"`
}

Folder struct for Folder

func NewFolder ¶

func NewFolder(type_ string, id string) *Folder

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) GetId ¶

func (o *Folder) GetId() string

GetId returns the Id field value

func (*Folder) GetIdOk ¶

func (o *Folder) GetIdOk() (*string, bool)

GetIdOk returns a tuple with the Id field value and a boolean to check if the value has been set.

func (*Folder) GetType ¶ added in v1.0.0

func (o *Folder) GetType() string

GetType returns the Type field value

func (*Folder) GetTypeOk ¶ added in v1.0.0

func (o *Folder) GetTypeOk() (*string, bool)

GetTypeOk returns a tuple with the Type field value and a boolean to check if the value has been set.

func (Folder) MarshalJSON ¶

func (o Folder) MarshalJSON() ([]byte, error)

func (*Folder) SetId ¶

func (o *Folder) SetId(v string)

SetId sets field value

func (*Folder) SetType ¶ added in v1.0.0

func (o *Folder) SetType(v string)

SetType sets field value

func (Folder) ToMap ¶

func (o Folder) ToMap() (map[string]interface{}, error)

func (*Folder) UnmarshalJSON ¶

func (o *Folder) UnmarshalJSON(data []byte) (err error)

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 ¶

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 ¶

Execute executes the request

@return FoldersFolderIdPatch200Response

func (*FoldersAPIService) FoldersGet ¶

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 ¶

Execute executes the request

@return FoldersGet200Response

func (*FoldersAPIService) FoldersPost ¶

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 ¶

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 ¶

GetData returns the Data field value

func (*FoldersFolderIdGet200Response) GetDataOk ¶

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 ¶

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 ¶

GetId returns the Id field value

func (*FoldersFolderIdGet200ResponseData) GetIdOk ¶

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 ¶

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 ¶

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 ¶

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 ¶

GetData returns the Data field value

func (*FoldersFolderIdPatch200Response) GetDataOk ¶

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 ¶

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 ¶

GetId returns the Id field value

func (*FoldersFolderIdPatch200ResponseData) GetIdOk ¶

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 ¶

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 ¶

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 ¶

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 ¶

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 ¶

GetOperations returns the Operations field value

func (*FoldersFolderIdPatchRequest) GetOperationsOk ¶

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 ¶

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 ¶

GetFrom returns the From field value

func (*FoldersFolderIdPatchRequestOperationsInnerAnyOf) GetFromOk ¶

GetFromOk returns a tuple with the From field value and a boolean to check if the value has been set.

func (*FoldersFolderIdPatchRequestOperationsInnerAnyOf) GetOp ¶

GetOp returns the Op field value

func (*FoldersFolderIdPatchRequestOperationsInnerAnyOf) GetOpOk ¶

GetOpOk returns a tuple with the Op field value and a boolean to check if the value has been set.

func (*FoldersFolderIdPatchRequestOperationsInnerAnyOf) GetPath ¶

GetPath returns the Path field value

func (*FoldersFolderIdPatchRequestOperationsInnerAnyOf) GetPathOk ¶

GetPathOk returns a tuple with the Path field value and a boolean to check if the value has been set.

func (FoldersFolderIdPatchRequestOperationsInnerAnyOf) MarshalJSON ¶

func (*FoldersFolderIdPatchRequestOperationsInnerAnyOf) SetFrom ¶

SetFrom sets field value

func (*FoldersFolderIdPatchRequestOperationsInnerAnyOf) SetOp ¶

SetOp sets field value

func (*FoldersFolderIdPatchRequestOperationsInnerAnyOf) SetPath ¶

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 ¶

GetFrom returns the From field value

func (*FoldersFolderIdPatchRequestOperationsInnerAnyOf1) GetFromOk ¶

GetFromOk returns a tuple with the From field value and a boolean to check if the value has been set.

func (*FoldersFolderIdPatchRequestOperationsInnerAnyOf1) GetOp ¶

GetOp returns the Op field value

func (*FoldersFolderIdPatchRequestOperationsInnerAnyOf1) GetOpOk ¶

GetOpOk returns a tuple with the Op field value and a boolean to check if the value has been set.

func (*FoldersFolderIdPatchRequestOperationsInnerAnyOf1) GetPath ¶

GetPath returns the Path field value

func (*FoldersFolderIdPatchRequestOperationsInnerAnyOf1) GetPathOk ¶

GetPathOk returns a tuple with the Path field value and a boolean to check if the value has been set.

func (FoldersFolderIdPatchRequestOperationsInnerAnyOf1) MarshalJSON ¶

func (*FoldersFolderIdPatchRequestOperationsInnerAnyOf1) SetFrom ¶

SetFrom sets field value

func (*FoldersFolderIdPatchRequestOperationsInnerAnyOf1) SetOp ¶

SetOp sets field value

func (*FoldersFolderIdPatchRequestOperationsInnerAnyOf1) SetPath ¶

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 ¶

GetOp returns the Op field value

func (*FoldersFolderIdPatchRequestOperationsInnerAnyOf2) GetOpOk ¶

GetOpOk returns a tuple with the Op field value and a boolean to check if the value has been set.

func (*FoldersFolderIdPatchRequestOperationsInnerAnyOf2) GetPath ¶

GetPath returns the Path field value

func (*FoldersFolderIdPatchRequestOperationsInnerAnyOf2) GetPathOk ¶

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 ¶

HasValue returns a boolean if a field has been set.

func (FoldersFolderIdPatchRequestOperationsInnerAnyOf2) MarshalJSON ¶

func (*FoldersFolderIdPatchRequestOperationsInnerAnyOf2) SetOp ¶

SetOp sets field value

func (*FoldersFolderIdPatchRequestOperationsInnerAnyOf2) SetPath ¶

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 ¶

GetData returns the Data field value

func (*FoldersGet200Response) GetDataOk ¶

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 ¶

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 ¶

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 ¶

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 ¶

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 ¶

GetData returns the Data field value

func (*FoldersPost200Response) GetDataOk ¶

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 ¶

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 ¶

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

func (o *GitHub) GetDefaultBranch() string

GetDefaultBranch returns the DefaultBranch field value

func (*GitHub) GetDefaultBranchOk ¶ added in v1.0.0

func (o *GitHub) GetDefaultBranchOk() (*string, bool)

GetDefaultBranchOk returns a tuple with the DefaultBranch field value and a boolean to check if the value has been set.

func (*GitHub) GetOrg ¶ added in v1.0.0

func (o *GitHub) GetOrg() string

GetOrg returns the Org field value

func (*GitHub) GetOrgOk ¶ added in v1.0.0

func (o *GitHub) GetOrgOk() (*string, bool)

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

func (o *GitHub) GetProvider() string

GetProvider returns the Provider field value

func (*GitHub) GetProviderOk ¶ added in v1.0.0

func (o *GitHub) GetProviderOk() (*string, bool)

GetProviderOk returns a tuple with the Provider field value and a boolean to check if the value has been set.

func (*GitHub) GetRepo ¶ added in v1.0.0

func (o *GitHub) GetRepo() string

GetRepo returns the Repo field value

func (*GitHub) GetRepoOk ¶ added in v1.0.0

func (o *GitHub) GetRepoOk() (*string, bool)

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

func (o *GitHub) GetRepoVersion() string

GetRepoVersion returns the RepoVersion field value if set, zero value otherwise.

func (*GitHub) GetRepoVersionOk ¶ added in v1.0.0

func (o *GitHub) 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 (*GitHub) HasRepoVersion ¶ added in v1.0.0

func (o *GitHub) HasRepoVersion() bool

HasRepoVersion returns a boolean if a field has been set.

func (GitHub) MarshalJSON ¶ added in v1.0.0

func (o GitHub) MarshalJSON() ([]byte, error)

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

func (o *GitHub) SetDefaultBranch(v string)

SetDefaultBranch sets field value

func (*GitHub) SetOrg ¶ added in v1.0.0

func (o *GitHub) SetOrg(v string)

SetOrg sets field value

func (*GitHub) SetProvider ¶ added in v1.0.0

func (o *GitHub) SetProvider(v string)

SetProvider sets field value

func (*GitHub) SetRepo ¶ added in v1.0.0

func (o *GitHub) SetRepo(v string)

SetRepo sets field value

func (*GitHub) SetRepoVersion ¶ added in v1.0.0

func (o *GitHub) SetRepoVersion(v string)

SetRepoVersion gets a reference to the given string and assigns it to the RepoVersion field.

func (GitHub) ToMap ¶ added in v1.0.0

func (o GitHub) ToMap() (map[string]interface{}, error)

func (*GitHub) UnmarshalJSON ¶ added in v1.0.0

func (o *GitHub) UnmarshalJSON(data []byte) (err error)

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

func (o *GitLab) GetDefaultBranch() string

GetDefaultBranch returns the DefaultBranch field value

func (*GitLab) GetDefaultBranchOk ¶ added in v1.0.0

func (o *GitLab) GetDefaultBranchOk() (*string, bool)

GetDefaultBranchOk returns a tuple with the DefaultBranch field value and a boolean to check if the value has been set.

func (*GitLab) GetOrg ¶ added in v1.0.0

func (o *GitLab) GetOrg() string

GetOrg returns the Org field value

func (*GitLab) GetOrgOk ¶ added in v1.0.0

func (o *GitLab) GetOrgOk() (*string, bool)

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

func (o *GitLab) GetProvider() string

GetProvider returns the Provider field value

func (*GitLab) GetProviderOk ¶ added in v1.0.0

func (o *GitLab) GetProviderOk() (*string, bool)

GetProviderOk returns a tuple with the Provider field value and a boolean to check if the value has been set.

func (*GitLab) GetRepo ¶ added in v1.0.0

func (o *GitLab) GetRepo() string

GetRepo returns the Repo field value

func (*GitLab) GetRepoOk ¶ added in v1.0.0

func (o *GitLab) GetRepoOk() (*string, bool)

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

func (o *GitLab) GetRepoVersion() string

GetRepoVersion returns the RepoVersion field value if set, zero value otherwise.

func (*GitLab) GetRepoVersionOk ¶ added in v1.0.0

func (o *GitLab) 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 (*GitLab) HasRepoVersion ¶ added in v1.0.0

func (o *GitLab) HasRepoVersion() bool

HasRepoVersion returns a boolean if a field has been set.

func (GitLab) MarshalJSON ¶ added in v1.0.0

func (o GitLab) MarshalJSON() ([]byte, error)

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

func (o *GitLab) SetDefaultBranch(v string)

SetDefaultBranch sets field value

func (*GitLab) SetOrg ¶ added in v1.0.0

func (o *GitLab) SetOrg(v string)

SetOrg sets field value

func (*GitLab) SetProvider ¶ added in v1.0.0

func (o *GitLab) SetProvider(v string)

SetProvider sets field value

func (*GitLab) SetRepo ¶ added in v1.0.0

func (o *GitLab) SetRepo(v string)

SetRepo sets field value

func (*GitLab) SetRepoVersion ¶ added in v1.0.0

func (o *GitLab) SetRepoVersion(v string)

SetRepoVersion gets a reference to the given string and assigns it to the RepoVersion field.

func (GitLab) ToMap ¶ added in v1.0.0

func (o GitLab) ToMap() (map[string]interface{}, error)

func (*GitLab) UnmarshalJSON ¶ added in v1.0.0

func (o *GitLab) UnmarshalJSON(data []byte) (err error)

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

func (o *Google) GetConfigType() string

GetConfigType returns the ConfigType field value

func (*Google) GetConfigTypeOk ¶ added in v1.0.0

func (o *Google) GetConfigTypeOk() (*string, bool)

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

func (o *Google) GetDisableEmailPasswordLogin() bool

GetDisableEmailPasswordLogin returns the DisableEmailPasswordLogin field value

func (*Google) GetDisableEmailPasswordLoginOk ¶ added in v1.0.0

func (o *Google) GetDisableEmailPasswordLoginOk() (*bool, bool)

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

func (o *Google) GetGoogleClientId() string

GetGoogleClientId returns the GoogleClientId field value

func (*Google) GetGoogleClientIdOk ¶ added in v1.0.0

func (o *Google) GetGoogleClientIdOk() (*string, bool)

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

func (o *Google) GetGoogleClientSecret() string

GetGoogleClientSecret returns the GoogleClientSecret field value

func (*Google) GetGoogleClientSecretOk ¶ added in v1.0.0

func (o *Google) GetGoogleClientSecretOk() (*string, bool)

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 (o Google) MarshalJSON() ([]byte, error)

func (*Google) SetConfigType ¶ added in v1.0.0

func (o *Google) SetConfigType(v string)

SetConfigType sets field value

func (*Google) SetDisableEmailPasswordLogin ¶ added in v1.0.0

func (o *Google) SetDisableEmailPasswordLogin(v bool)

SetDisableEmailPasswordLogin sets field value

func (*Google) SetGoogleClientId ¶ added in v1.0.0

func (o *Google) SetGoogleClientId(v string)

SetGoogleClientId sets field value

func (*Google) SetGoogleClientSecret ¶ added in v1.0.0

func (o *Google) SetGoogleClientSecret(v string)

SetGoogleClientSecret sets field value

func (Google) ToMap ¶ added in v1.0.0

func (o Google) ToMap() (map[string]interface{}, error)

func (*Google) UnmarshalJSON ¶ added in v1.0.0

func (o *Google) UnmarshalJSON(data []byte) (err error)

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 ¶

func (o *Group) GetId() float32

GetId returns the Id field value If the value is explicit nil, the zero value for float32 will be returned

func (*Group) GetIdOk ¶

func (o *Group) 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 (*Group) GetType ¶ added in v1.0.0

func (o *Group) GetType() string

GetType returns the Type field value

func (*Group) GetTypeOk ¶ added in v1.0.0

func (o *Group) GetTypeOk() (*string, bool)

GetTypeOk returns a tuple with the Type field value and a boolean to check if the value has been set.

func (Group) MarshalJSON ¶

func (o Group) MarshalJSON() ([]byte, error)

func (*Group) SetId ¶

func (o *Group) SetId(v float32)

SetId sets field value

func (*Group) SetType ¶ added in v1.0.0

func (o *Group) SetType(v string)

SetType sets field value

func (Group) ToMap ¶

func (o Group) ToMap() (map[string]interface{}, error)

func (*Group) UnmarshalJSON ¶

func (o *Group) UnmarshalJSON(data []byte) (err error)

type GroupsAPIService ¶

type GroupsAPIService service

GroupsAPIService GroupsAPI service

func (*GroupsAPIService) GroupsGet ¶

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 ¶

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 ¶

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 ¶

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 ¶

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 ¶

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 ¶

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 ¶

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 ¶

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 ¶

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 ¶

GetData returns the Data field value

func (*GroupsGet200Response) GetDataOk ¶

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 ¶

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 ¶

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 ¶

GetMembers returns the Members field value

func (*GroupsGet200ResponseDataInner) GetMembersOk ¶

GetMembersOk returns a tuple with the Members field value and a boolean to check if the value has been set.

func (*GroupsGet200ResponseDataInner) GetName ¶

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 ¶

GetUserInvites returns the UserInvites field value

func (*GroupsGet200ResponseDataInner) GetUserInvitesOk ¶

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 ¶

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 ¶

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 ¶

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 ¶

GetData returns the Data field value

func (*GroupsGroupIdGet200Response) GetDataOk ¶

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 ¶

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 ¶

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 ¶

GetMembers returns the Members field value

func (*GroupsGroupIdGet200ResponseData) GetMembersOk ¶

GetMembersOk returns a tuple with the Members field value and a boolean to check if the value has been set.

func (*GroupsGroupIdGet200ResponseData) GetName ¶

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 ¶

GetUserInvites returns the UserInvites field value

func (*GroupsGroupIdGet200ResponseData) GetUserInvitesOk ¶

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 ¶

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 ¶

SetMembers sets field value

func (*GroupsGroupIdGet200ResponseData) SetName ¶

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 ¶

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 ¶

GetEmail returns the Email field value

func (*GroupsGroupIdGet200ResponseDataMembersInner) GetEmailOk ¶

GetEmailOk returns a tuple with the Email field value and a boolean to check if the value has been set.

func (*GroupsGroupIdGet200ResponseDataMembersInner) GetId ¶

GetId returns the Id field value

func (*GroupsGroupIdGet200ResponseDataMembersInner) GetIdOk ¶

GetIdOk returns a tuple with the Id field value and a boolean to check if the value has been set.

func (*GroupsGroupIdGet200ResponseDataMembersInner) GetIsGroupAdmin ¶

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 (*GroupsGroupIdGet200ResponseDataMembersInner) SetEmail ¶

SetEmail sets field value

func (*GroupsGroupIdGet200ResponseDataMembersInner) SetId ¶

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 ¶

GetClaimedAt returns the ClaimedAt field value If the value is explicit nil, the zero value for string will be returned

func (*GroupsGroupIdGet200ResponseDataUserInvitesInner) GetClaimedAtOk ¶

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 ¶

GetClaimedBy returns the ClaimedBy field value If the value is explicit nil, the zero value for string will be returned

func (*GroupsGroupIdGet200ResponseDataUserInvitesInner) GetClaimedByOk ¶

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 ¶

GetCreatedAt returns the CreatedAt field value

func (*GroupsGroupIdGet200ResponseDataUserInvitesInner) GetCreatedAtOk ¶

GetCreatedAtOk returns a tuple with the CreatedAt field value and a boolean to check if the value has been set.

func (*GroupsGroupIdGet200ResponseDataUserInvitesInner) GetExpiresAt ¶

GetExpiresAt returns the ExpiresAt field value

func (*GroupsGroupIdGet200ResponseDataUserInvitesInner) GetExpiresAtOk ¶

GetExpiresAtOk returns a tuple with the ExpiresAt field value and a boolean to check if the value has been set.

func (*GroupsGroupIdGet200ResponseDataUserInvitesInner) GetId ¶

GetId returns the Id field value

func (*GroupsGroupIdGet200ResponseDataUserInvitesInner) GetIdOk ¶

GetIdOk returns a tuple with the Id field value and a boolean to check if the value has been set.

GetInviteLink returns the InviteLink field value if set, zero value otherwise.

func (*GroupsGroupIdGet200ResponseDataUserInvitesInner) GetInviteLinkOk ¶

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 ¶

GetInvitedBy returns the InvitedBy field value

func (*GroupsGroupIdGet200ResponseDataUserInvitesInner) GetInvitedByOk ¶

GetInvitedByOk returns a tuple with the InvitedBy field value and a boolean to check if the value has been set.

func (*GroupsGroupIdGet200ResponseDataUserInvitesInner) GetInvitedEmail ¶

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 ¶

GetLegacyId returns the LegacyId field value

func (*GroupsGroupIdGet200ResponseDataUserInvitesInner) GetLegacyIdOk ¶

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 ¶

GetUserType returns the UserType field value If the value is explicit nil, the zero value for string will be returned

func (*GroupsGroupIdGet200ResponseDataUserInvitesInner) GetUserTypeOk ¶

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

HasInviteLink returns a boolean if a field has been set.

func (GroupsGroupIdGet200ResponseDataUserInvitesInner) MarshalJSON ¶

func (*GroupsGroupIdGet200ResponseDataUserInvitesInner) SetClaimedAt ¶

SetClaimedAt sets field value

func (*GroupsGroupIdGet200ResponseDataUserInvitesInner) SetClaimedBy ¶

SetClaimedBy sets field value

func (*GroupsGroupIdGet200ResponseDataUserInvitesInner) SetCreatedAt ¶

SetCreatedAt sets field value

func (*GroupsGroupIdGet200ResponseDataUserInvitesInner) SetExpiresAt ¶

SetExpiresAt sets field value

func (*GroupsGroupIdGet200ResponseDataUserInvitesInner) SetId ¶

SetId sets field value

SetInviteLink gets a reference to the given string and assigns it to the InviteLink field.

func (*GroupsGroupIdGet200ResponseDataUserInvitesInner) SetInvitedBy ¶

SetInvitedBy sets field value

func (*GroupsGroupIdGet200ResponseDataUserInvitesInner) SetInvitedEmail ¶

SetInvitedEmail sets field value

func (*GroupsGroupIdGet200ResponseDataUserInvitesInner) SetLegacyId ¶

SetLegacyId sets field value

func (*GroupsGroupIdGet200ResponseDataUserInvitesInner) SetMetadata ¶

func (o *GroupsGroupIdGet200ResponseDataUserInvitesInner) SetMetadata(v map[string]interface{})

SetMetadata sets field value

func (*GroupsGroupIdGet200ResponseDataUserInvitesInner) SetUserType ¶

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 ¶

GetMembers returns the Members field value

func (*GroupsGroupIdMembersPostRequest) GetMembersOk ¶

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 ¶

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 ¶

GetOperations returns the Operations field value

func (*GroupsGroupIdPatchRequest) GetOperationsOk ¶

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 ¶

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 ¶

GetData returns the Data field value

func (*GroupsGroupIdPut200Response) GetDataOk ¶

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 ¶

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 ¶

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 ¶

GetMembers returns the Members field value

func (*GroupsGroupIdPut200ResponseData) GetMembersOk ¶

GetMembersOk returns a tuple with the Members field value and a boolean to check if the value has been set.

func (*GroupsGroupIdPut200ResponseData) GetName ¶

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 ¶

GetUserInvites returns the UserInvites field value

func (*GroupsGroupIdPut200ResponseData) GetUserInvitesOk ¶

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 ¶

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 ¶

SetMembers sets field value

func (*GroupsGroupIdPut200ResponseData) SetName ¶

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 ¶

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 ¶

GetMembers returns the Members field value if set, zero value otherwise.

func (*GroupsGroupIdPutRequest) GetMembersOk ¶

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 ¶

GetUserInvites returns the UserInvites field value if set, zero value otherwise.

func (*GroupsGroupIdPutRequest) GetUserInvitesOk ¶

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 ¶

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 ¶

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 ¶

GetId returns the Id field value

func (*GroupsGroupIdPutRequestMembersInner) GetIdOk ¶

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 ¶

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 ¶

GetData returns the Data field value

func (*GroupsPost200Response) GetDataOk ¶

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 ¶

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 ¶

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 ¶

GetMembers returns the Members field value

func (*GroupsPost200ResponseData) GetMembersOk ¶

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 ¶

GetUserInvites returns the UserInvites field value

func (*GroupsPost200ResponseData) GetUserInvitesOk ¶

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 ¶

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 ¶

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 ¶

GetMembers returns the Members field value if set, zero value otherwise.

func (*GroupsPostRequest) GetMembersOk ¶

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 ¶

GetUserInvites returns the UserInvites field value if set, zero value otherwise.

func (*GroupsPostRequest) GetUserInvitesOk ¶

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 ¶

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 ¶

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

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

GetData returns the Data field value

func (*InfoIpAllowlistGet200Response) GetDataOk ¶ added in v1.0.0

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

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

GetIpAddresses returns the IpAddresses field value

func (*InfoIpAllowlistGet200ResponseData) GetIpAddressesOk ¶ added in v1.0.0

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

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

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

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

GetUsWest2 returns the UsWest2 field value

func (*InfoIpAllowlistGet200ResponseDataIpAddresses) GetUsWest2Ok ¶ added in v1.0.0

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 (*InfoIpAllowlistGet200ResponseDataIpAddresses) SetApSoutheast1 ¶ added in v1.0.0

SetApSoutheast1 sets field value

func (*InfoIpAllowlistGet200ResponseDataIpAddresses) SetEuCentral1 ¶ added in v1.0.0

SetEuCentral1 sets field value

func (*InfoIpAllowlistGet200ResponseDataIpAddresses) SetUsWest2 ¶ added in v1.0.0

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

GetIpAddresses returns the IpAddresses field value

func (*IpAllowlist) GetIpAddressesOk ¶ added in v1.0.0

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

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 MappedNullable interface {
	ToMap() (map[string]interface{}, error)
}

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 ¶

GetSshTunnelOptions returns the SshTunnelOptions field value if set, zero value otherwise.

func (*MySQLOptionsDatabaseOptions) GetSshTunnelOptionsOk ¶

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 ¶

GetSslSettings returns the SslSettings field value if set, zero value otherwise.

func (*MySQLOptionsDatabaseOptions) GetSslSettingsOk ¶

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 ¶

SetSshTunnelOptions gets a reference to the given PostgresOptionsDatabaseOptionsAnyOfSshTunnelOptions and assigns it to the SshTunnelOptions field.

func (*MySQLOptionsDatabaseOptions) SetSslSettings ¶

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 (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 (NullableAWSCodeCommitConfig) IsSet ¶ added in v1.0.0

func (NullableAWSCodeCommitConfig) MarshalJSON ¶ added in v1.0.0

func (v NullableAWSCodeCommitConfig) MarshalJSON() ([]byte, error)

func (*NullableAWSCodeCommitConfig) Set ¶ added in v1.0.0

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 (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 (NullableAccessRequestsAccessRequestIdGet200Response) Get ¶

func (NullableAccessRequestsAccessRequestIdGet200Response) IsSet ¶

func (NullableAccessRequestsAccessRequestIdGet200Response) MarshalJSON ¶

func (*NullableAccessRequestsAccessRequestIdGet200Response) Set ¶

func (*NullableAccessRequestsAccessRequestIdGet200Response) UnmarshalJSON ¶

func (*NullableAccessRequestsAccessRequestIdGet200Response) Unset ¶

type NullableAccessRequestsAccessRequestIdPatch200Response ¶

type NullableAccessRequestsAccessRequestIdPatch200Response struct {
	// contains filtered or unexported fields
}

func (NullableAccessRequestsAccessRequestIdPatch200Response) Get ¶

func (NullableAccessRequestsAccessRequestIdPatch200Response) IsSet ¶

func (NullableAccessRequestsAccessRequestIdPatch200Response) MarshalJSON ¶

func (*NullableAccessRequestsAccessRequestIdPatch200Response) Set ¶

func (*NullableAccessRequestsAccessRequestIdPatch200Response) UnmarshalJSON ¶

func (*NullableAccessRequestsAccessRequestIdPatch200Response) Unset ¶

type NullableAccessRequestsAccessRequestIdPatchRequest ¶

type NullableAccessRequestsAccessRequestIdPatchRequest struct {
	// contains filtered or unexported fields
}

func (NullableAccessRequestsAccessRequestIdPatchRequest) Get ¶

func (NullableAccessRequestsAccessRequestIdPatchRequest) IsSet ¶

func (NullableAccessRequestsAccessRequestIdPatchRequest) MarshalJSON ¶

func (*NullableAccessRequestsAccessRequestIdPatchRequest) Set ¶

func (*NullableAccessRequestsAccessRequestIdPatchRequest) UnmarshalJSON ¶

func (*NullableAccessRequestsAccessRequestIdPatchRequest) Unset ¶

type NullableAccessRequestsGet200Response ¶

type NullableAccessRequestsGet200Response struct {
	// contains filtered or unexported fields
}

func (NullableAccessRequestsGet200Response) Get ¶

func (NullableAccessRequestsGet200Response) IsSet ¶

func (NullableAccessRequestsGet200Response) MarshalJSON ¶

func (v NullableAccessRequestsGet200Response) MarshalJSON() ([]byte, error)

func (*NullableAccessRequestsGet200Response) Set ¶

func (*NullableAccessRequestsGet200Response) UnmarshalJSON ¶

func (v *NullableAccessRequestsGet200Response) UnmarshalJSON(src []byte) error

func (*NullableAccessRequestsGet200Response) Unset ¶

type NullableAccessRequestsGet200ResponseDataInner ¶

type NullableAccessRequestsGet200ResponseDataInner struct {
	// contains filtered or unexported fields
}

func (NullableAccessRequestsGet200ResponseDataInner) Get ¶

func (NullableAccessRequestsGet200ResponseDataInner) IsSet ¶

func (NullableAccessRequestsGet200ResponseDataInner) MarshalJSON ¶

func (*NullableAccessRequestsGet200ResponseDataInner) Set ¶

func (*NullableAccessRequestsGet200ResponseDataInner) UnmarshalJSON ¶

func (*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 (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 (NullableAccessTokensAccessTokenIdGet200Response) Get ¶ added in v1.0.0

func (NullableAccessTokensAccessTokenIdGet200Response) IsSet ¶ added in v1.0.0

func (NullableAccessTokensAccessTokenIdGet200Response) MarshalJSON ¶ added in v1.0.0

func (*NullableAccessTokensAccessTokenIdGet200Response) Set ¶ added in v1.0.0

func (*NullableAccessTokensAccessTokenIdGet200Response) UnmarshalJSON ¶ added in v1.0.0

func (*NullableAccessTokensAccessTokenIdGet200Response) Unset ¶ added in v1.0.0

type NullableAccessTokensAccessTokenIdGet200ResponseData ¶ added in v1.0.0

type NullableAccessTokensAccessTokenIdGet200ResponseData struct {
	// contains filtered or unexported fields
}

func (NullableAccessTokensAccessTokenIdGet200ResponseData) Get ¶ added in v1.0.0

func (NullableAccessTokensAccessTokenIdGet200ResponseData) IsSet ¶ added in v1.0.0

func (NullableAccessTokensAccessTokenIdGet200ResponseData) MarshalJSON ¶ added in v1.0.0

func (*NullableAccessTokensAccessTokenIdGet200ResponseData) Set ¶ added in v1.0.0

func (*NullableAccessTokensAccessTokenIdGet200ResponseData) UnmarshalJSON ¶ added in v1.0.0

func (*NullableAccessTokensAccessTokenIdGet200ResponseData) Unset ¶ added in v1.0.0

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 (NullableAccessTokensGet200Response) IsSet ¶ added in v1.0.0

func (NullableAccessTokensGet200Response) MarshalJSON ¶ added in v1.0.0

func (v NullableAccessTokensGet200Response) MarshalJSON() ([]byte, error)

func (*NullableAccessTokensGet200Response) Set ¶ added in v1.0.0

func (*NullableAccessTokensGet200Response) UnmarshalJSON ¶ added in v1.0.0

func (v *NullableAccessTokensGet200Response) UnmarshalJSON(src []byte) error

func (*NullableAccessTokensGet200Response) Unset ¶ added in v1.0.0

type NullableAccessTokensGet200ResponseDataInner ¶ added in v1.0.0

type NullableAccessTokensGet200ResponseDataInner struct {
	// contains filtered or unexported fields
}

func (NullableAccessTokensGet200ResponseDataInner) Get ¶ added in v1.0.0

func (NullableAccessTokensGet200ResponseDataInner) IsSet ¶ added in v1.0.0

func (NullableAccessTokensGet200ResponseDataInner) MarshalJSON ¶ added in v1.0.0

func (*NullableAccessTokensGet200ResponseDataInner) Set ¶ added in v1.0.0

func (*NullableAccessTokensGet200ResponseDataInner) UnmarshalJSON ¶ added in v1.0.0

func (v *NullableAccessTokensGet200ResponseDataInner) UnmarshalJSON(src []byte) error

func (*NullableAccessTokensGet200ResponseDataInner) Unset ¶ added in v1.0.0

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 (NullableAccessTokensPost200Response) IsSet ¶ added in v1.0.0

func (NullableAccessTokensPost200Response) MarshalJSON ¶ added in v1.0.0

func (v NullableAccessTokensPost200Response) MarshalJSON() ([]byte, error)

func (*NullableAccessTokensPost200Response) Set ¶ added in v1.0.0

func (*NullableAccessTokensPost200Response) UnmarshalJSON ¶ added in v1.0.0

func (v *NullableAccessTokensPost200Response) UnmarshalJSON(src []byte) error

func (*NullableAccessTokensPost200Response) Unset ¶ added in v1.0.0

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) Get ¶ added in v1.0.0

func (NullableAccessTokensPost200ResponseData) IsSet ¶ added in v1.0.0

func (NullableAccessTokensPost200ResponseData) MarshalJSON ¶ added in v1.0.0

func (v NullableAccessTokensPost200ResponseData) MarshalJSON() ([]byte, error)

func (*NullableAccessTokensPost200ResponseData) Set ¶ added in v1.0.0

func (*NullableAccessTokensPost200ResponseData) UnmarshalJSON ¶ added in v1.0.0

func (v *NullableAccessTokensPost200ResponseData) UnmarshalJSON(src []byte) error

func (*NullableAccessTokensPost200ResponseData) Unset ¶ added in v1.0.0

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 (NullableAccessTokensPostRequest) IsSet ¶ added in v1.0.0

func (NullableAccessTokensPostRequest) MarshalJSON ¶ added in v1.0.0

func (v NullableAccessTokensPostRequest) MarshalJSON() ([]byte, error)

func (*NullableAccessTokensPostRequest) Set ¶ added in v1.0.0

func (*NullableAccessTokensPostRequest) UnmarshalJSON ¶ added in v1.0.0

func (v *NullableAccessTokensPostRequest) UnmarshalJSON(src []byte) error

func (*NullableAccessTokensPostRequest) Unset ¶ added in v1.0.0

type NullableAddOperation ¶

type NullableAddOperation struct {
	// contains filtered or unexported fields
}

func NewNullableAddOperation ¶

func NewNullableAddOperation(val *AddOperation) *NullableAddOperation

func (NullableAddOperation) Get ¶

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 (NullableAnalyticsIntegrationsSettings) IsSet ¶ added in v1.0.0

func (NullableAnalyticsIntegrationsSettings) MarshalJSON ¶ added in v1.0.0

func (v NullableAnalyticsIntegrationsSettings) MarshalJSON() ([]byte, error)

func (*NullableAnalyticsIntegrationsSettings) Set ¶ added in v1.0.0

func (*NullableAnalyticsIntegrationsSettings) UnmarshalJSON ¶ added in v1.0.0

func (v *NullableAnalyticsIntegrationsSettings) UnmarshalJSON(src []byte) error

func (*NullableAnalyticsIntegrationsSettings) Unset ¶ added in v1.0.0

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 (NullableAppThemesGet200Response) IsSet ¶ added in v1.0.0

func (NullableAppThemesGet200Response) MarshalJSON ¶ added in v1.0.0

func (v NullableAppThemesGet200Response) MarshalJSON() ([]byte, error)

func (*NullableAppThemesGet200Response) Set ¶ added in v1.0.0

func (*NullableAppThemesGet200Response) UnmarshalJSON ¶ added in v1.0.0

func (v *NullableAppThemesGet200Response) UnmarshalJSON(src []byte) error

func (*NullableAppThemesGet200Response) Unset ¶ added in v1.0.0

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) Get ¶ added in v1.0.0

func (NullableAppThemesGet200ResponseDataInner) IsSet ¶ added in v1.0.0

func (NullableAppThemesGet200ResponseDataInner) MarshalJSON ¶ added in v1.0.0

func (*NullableAppThemesGet200ResponseDataInner) Set ¶ added in v1.0.0

func (*NullableAppThemesGet200ResponseDataInner) UnmarshalJSON ¶ added in v1.0.0

func (v *NullableAppThemesGet200ResponseDataInner) UnmarshalJSON(src []byte) error

func (*NullableAppThemesGet200ResponseDataInner) Unset ¶ added in v1.0.0

type NullableAppThemesIdGet200Response ¶

type NullableAppThemesIdGet200Response struct {
	// contains filtered or unexported fields
}

func (NullableAppThemesIdGet200Response) Get ¶

func (NullableAppThemesIdGet200Response) IsSet ¶

func (NullableAppThemesIdGet200Response) MarshalJSON ¶

func (v NullableAppThemesIdGet200Response) MarshalJSON() ([]byte, error)

func (*NullableAppThemesIdGet200Response) Set ¶

func (*NullableAppThemesIdGet200Response) UnmarshalJSON ¶

func (v *NullableAppThemesIdGet200Response) UnmarshalJSON(src []byte) error

func (*NullableAppThemesIdGet200Response) Unset ¶

type NullableAppThemesIdGet200ResponseData ¶

type NullableAppThemesIdGet200ResponseData struct {
	// contains filtered or unexported fields
}

func (NullableAppThemesIdGet200ResponseData) Get ¶

func (NullableAppThemesIdGet200ResponseData) IsSet ¶

func (NullableAppThemesIdGet200ResponseData) MarshalJSON ¶

func (v NullableAppThemesIdGet200ResponseData) MarshalJSON() ([]byte, error)

func (*NullableAppThemesIdGet200ResponseData) Set ¶

func (*NullableAppThemesIdGet200ResponseData) UnmarshalJSON ¶

func (v *NullableAppThemesIdGet200ResponseData) UnmarshalJSON(src []byte) error

func (*NullableAppThemesIdGet200ResponseData) Unset ¶

type NullableAppThemesPut200Response ¶

type NullableAppThemesPut200Response struct {
	// contains filtered or unexported fields
}

func (NullableAppThemesPut200Response) Get ¶

func (NullableAppThemesPut200Response) IsSet ¶

func (NullableAppThemesPut200Response) MarshalJSON ¶

func (v NullableAppThemesPut200Response) MarshalJSON() ([]byte, error)

func (*NullableAppThemesPut200Response) Set ¶

func (*NullableAppThemesPut200Response) UnmarshalJSON ¶

func (v *NullableAppThemesPut200Response) UnmarshalJSON(src []byte) error

func (*NullableAppThemesPut200Response) Unset ¶

type NullableAppThemesPut200ResponseData ¶

type NullableAppThemesPut200ResponseData struct {
	// contains filtered or unexported fields
}

func (NullableAppThemesPut200ResponseData) Get ¶

func (NullableAppThemesPut200ResponseData) IsSet ¶

func (NullableAppThemesPut200ResponseData) MarshalJSON ¶

func (v NullableAppThemesPut200ResponseData) MarshalJSON() ([]byte, error)

func (*NullableAppThemesPut200ResponseData) Set ¶

func (*NullableAppThemesPut200ResponseData) UnmarshalJSON ¶

func (v *NullableAppThemesPut200ResponseData) UnmarshalJSON(src []byte) error

func (*NullableAppThemesPut200ResponseData) Unset ¶

type NullableAppThemesPutRequest ¶

type NullableAppThemesPutRequest struct {
	// contains filtered or unexported fields
}

func (NullableAppThemesPutRequest) Get ¶

func (NullableAppThemesPutRequest) IsSet ¶

func (NullableAppThemesPutRequest) MarshalJSON ¶

func (v NullableAppThemesPutRequest) MarshalJSON() ([]byte, error)

func (*NullableAppThemesPutRequest) Set ¶

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 (NullableAppsAppIdGet200Response) Get ¶

func (NullableAppsAppIdGet200Response) IsSet ¶

func (NullableAppsAppIdGet200Response) MarshalJSON ¶

func (v NullableAppsAppIdGet200Response) MarshalJSON() ([]byte, error)

func (*NullableAppsAppIdGet200Response) Set ¶

func (*NullableAppsAppIdGet200Response) UnmarshalJSON ¶

func (v *NullableAppsAppIdGet200Response) UnmarshalJSON(src []byte) error

func (*NullableAppsAppIdGet200Response) Unset ¶

type NullableAppsAppIdGet200ResponseData ¶

type NullableAppsAppIdGet200ResponseData struct {
	// contains filtered or unexported fields
}

func (NullableAppsAppIdGet200ResponseData) Get ¶

func (NullableAppsAppIdGet200ResponseData) IsSet ¶

func (NullableAppsAppIdGet200ResponseData) MarshalJSON ¶

func (v NullableAppsAppIdGet200ResponseData) MarshalJSON() ([]byte, error)

func (*NullableAppsAppIdGet200ResponseData) Set ¶

func (*NullableAppsAppIdGet200ResponseData) UnmarshalJSON ¶

func (v *NullableAppsAppIdGet200ResponseData) UnmarshalJSON(src []byte) error

func (*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 (NullableAppsCloneAppPostRequest) IsSet ¶ added in v1.0.0

func (NullableAppsCloneAppPostRequest) MarshalJSON ¶ added in v1.0.0

func (v NullableAppsCloneAppPostRequest) MarshalJSON() ([]byte, error)

func (*NullableAppsCloneAppPostRequest) Set ¶ added in v1.0.0

func (*NullableAppsCloneAppPostRequest) UnmarshalJSON ¶ added in v1.0.0

func (v *NullableAppsCloneAppPostRequest) UnmarshalJSON(src []byte) error

func (*NullableAppsCloneAppPostRequest) Unset ¶ added in v1.0.0

type NullableAppsGet200Response ¶

type NullableAppsGet200Response struct {
	// contains filtered or unexported fields
}

func NewNullableAppsGet200Response ¶

func NewNullableAppsGet200Response(val *AppsGet200Response) *NullableAppsGet200Response

func (NullableAppsGet200Response) Get ¶

func (NullableAppsGet200Response) IsSet ¶

func (v NullableAppsGet200Response) IsSet() bool

func (NullableAppsGet200Response) MarshalJSON ¶

func (v NullableAppsGet200Response) MarshalJSON() ([]byte, error)

func (*NullableAppsGet200Response) Set ¶

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 (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 (*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 (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 (*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 (NullableBitbucketConfigAnyOf) IsSet ¶ added in v1.0.0

func (NullableBitbucketConfigAnyOf) MarshalJSON ¶ added in v1.0.0

func (v NullableBitbucketConfigAnyOf) MarshalJSON() ([]byte, error)

func (*NullableBitbucketConfigAnyOf) Set ¶ added in v1.0.0

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 (NullableBitbucketConfigAnyOf1) IsSet ¶ added in v1.0.0

func (NullableBitbucketConfigAnyOf1) MarshalJSON ¶ added in v1.0.0

func (v NullableBitbucketConfigAnyOf1) MarshalJSON() ([]byte, error)

func (*NullableBitbucketConfigAnyOf1) Set ¶ added in v1.0.0

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 (NullableConfigurationVariable) Get ¶

func (NullableConfigurationVariable) IsSet ¶

func (NullableConfigurationVariable) MarshalJSON ¶

func (v NullableConfigurationVariable) MarshalJSON() ([]byte, error)

func (*NullableConfigurationVariable) Set ¶

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 (NullableConfigurationVariablesGet200Response) Get ¶

func (NullableConfigurationVariablesGet200Response) IsSet ¶

func (NullableConfigurationVariablesGet200Response) MarshalJSON ¶

func (*NullableConfigurationVariablesGet200Response) Set ¶

func (*NullableConfigurationVariablesGet200Response) UnmarshalJSON ¶

func (*NullableConfigurationVariablesGet200Response) Unset ¶

type NullableConfigurationVariablesGet200ResponseDataInner ¶

type NullableConfigurationVariablesGet200ResponseDataInner struct {
	// contains filtered or unexported fields
}

func (NullableConfigurationVariablesGet200ResponseDataInner) Get ¶

func (NullableConfigurationVariablesGet200ResponseDataInner) IsSet ¶

func (NullableConfigurationVariablesGet200ResponseDataInner) MarshalJSON ¶

func (*NullableConfigurationVariablesGet200ResponseDataInner) Set ¶

func (*NullableConfigurationVariablesGet200ResponseDataInner) UnmarshalJSON ¶

func (*NullableConfigurationVariablesGet200ResponseDataInner) Unset ¶

type NullableConfigurationVariablesGet200ResponseDataInnerValuesInner ¶

type NullableConfigurationVariablesGet200ResponseDataInnerValuesInner struct {
	// contains filtered or unexported fields
}

func (NullableConfigurationVariablesGet200ResponseDataInnerValuesInner) Get ¶

func (NullableConfigurationVariablesGet200ResponseDataInnerValuesInner) IsSet ¶

func (NullableConfigurationVariablesGet200ResponseDataInnerValuesInner) MarshalJSON ¶

func (*NullableConfigurationVariablesGet200ResponseDataInnerValuesInner) Set ¶

func (*NullableConfigurationVariablesGet200ResponseDataInnerValuesInner) UnmarshalJSON ¶

func (*NullableConfigurationVariablesGet200ResponseDataInnerValuesInner) Unset ¶

type NullableConfigurationVariablesPost200Response ¶

type NullableConfigurationVariablesPost200Response struct {
	// contains filtered or unexported fields
}

func (NullableConfigurationVariablesPost200Response) Get ¶

func (NullableConfigurationVariablesPost200Response) IsSet ¶

func (NullableConfigurationVariablesPost200Response) MarshalJSON ¶

func (*NullableConfigurationVariablesPost200Response) Set ¶

func (*NullableConfigurationVariablesPost200Response) UnmarshalJSON ¶

func (*NullableConfigurationVariablesPost200Response) Unset ¶

type NullableConfigurationVariablesPostRequest ¶

type NullableConfigurationVariablesPostRequest struct {
	// contains filtered or unexported fields
}

func (NullableConfigurationVariablesPostRequest) Get ¶

func (NullableConfigurationVariablesPostRequest) IsSet ¶

func (NullableConfigurationVariablesPostRequest) MarshalJSON ¶

func (*NullableConfigurationVariablesPostRequest) Set ¶

func (*NullableConfigurationVariablesPostRequest) UnmarshalJSON ¶

func (v *NullableConfigurationVariablesPostRequest) UnmarshalJSON(src []byte) error

func (*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 (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 (NullableCustomComponentLibrariesGet200Response) Get ¶

func (NullableCustomComponentLibrariesGet200Response) IsSet ¶

func (NullableCustomComponentLibrariesGet200Response) MarshalJSON ¶

func (*NullableCustomComponentLibrariesGet200Response) Set ¶

func (*NullableCustomComponentLibrariesGet200Response) UnmarshalJSON ¶

func (*NullableCustomComponentLibrariesGet200Response) Unset ¶

type NullableCustomComponentLibrariesLibraryIdGet200Response ¶

type NullableCustomComponentLibrariesLibraryIdGet200Response struct {
	// contains filtered or unexported fields
}

func (NullableCustomComponentLibrariesLibraryIdGet200Response) Get ¶

func (NullableCustomComponentLibrariesLibraryIdGet200Response) IsSet ¶

func (NullableCustomComponentLibrariesLibraryIdGet200Response) MarshalJSON ¶

func (*NullableCustomComponentLibrariesLibraryIdGet200Response) Set ¶

func (*NullableCustomComponentLibrariesLibraryIdGet200Response) UnmarshalJSON ¶

func (*NullableCustomComponentLibrariesLibraryIdGet200Response) Unset ¶

type NullableCustomComponentLibrariesLibraryIdGet200ResponseData ¶

type NullableCustomComponentLibrariesLibraryIdGet200ResponseData struct {
	// contains filtered or unexported fields
}

func (NullableCustomComponentLibrariesLibraryIdGet200ResponseData) Get ¶

func (NullableCustomComponentLibrariesLibraryIdGet200ResponseData) IsSet ¶

func (NullableCustomComponentLibrariesLibraryIdGet200ResponseData) MarshalJSON ¶

func (*NullableCustomComponentLibrariesLibraryIdGet200ResponseData) Set ¶

func (*NullableCustomComponentLibrariesLibraryIdGet200ResponseData) UnmarshalJSON ¶

func (*NullableCustomComponentLibrariesLibraryIdGet200ResponseData) Unset ¶

type NullableCustomComponentLibrariesLibraryIdRevisionsGet200Response ¶

type NullableCustomComponentLibrariesLibraryIdRevisionsGet200Response struct {
	// contains filtered or unexported fields
}

func (NullableCustomComponentLibrariesLibraryIdRevisionsGet200Response) Get ¶

func (NullableCustomComponentLibrariesLibraryIdRevisionsGet200Response) IsSet ¶

func (NullableCustomComponentLibrariesLibraryIdRevisionsGet200Response) MarshalJSON ¶

func (*NullableCustomComponentLibrariesLibraryIdRevisionsGet200Response) Set ¶

func (*NullableCustomComponentLibrariesLibraryIdRevisionsGet200Response) UnmarshalJSON ¶

func (*NullableCustomComponentLibrariesLibraryIdRevisionsGet200Response) Unset ¶

type NullableCustomComponentLibrariesLibraryIdRevisionsGet200ResponseDataInner ¶

type NullableCustomComponentLibrariesLibraryIdRevisionsGet200ResponseDataInner struct {
	// contains filtered or unexported fields
}

func (NullableCustomComponentLibrariesLibraryIdRevisionsGet200ResponseDataInner) Get ¶

func (NullableCustomComponentLibrariesLibraryIdRevisionsGet200ResponseDataInner) IsSet ¶

func (NullableCustomComponentLibrariesLibraryIdRevisionsGet200ResponseDataInner) MarshalJSON ¶

func (*NullableCustomComponentLibrariesLibraryIdRevisionsGet200ResponseDataInner) Set ¶

func (*NullableCustomComponentLibrariesLibraryIdRevisionsGet200ResponseDataInner) UnmarshalJSON ¶

func (*NullableCustomComponentLibrariesLibraryIdRevisionsGet200ResponseDataInner) Unset ¶

type NullableCustomComponentLibrariesLibraryIdRevisionsPost200Response ¶

type NullableCustomComponentLibrariesLibraryIdRevisionsPost200Response struct {
	// contains filtered or unexported fields
}

func (NullableCustomComponentLibrariesLibraryIdRevisionsPost200Response) Get ¶

func (NullableCustomComponentLibrariesLibraryIdRevisionsPost200Response) IsSet ¶

func (NullableCustomComponentLibrariesLibraryIdRevisionsPost200Response) MarshalJSON ¶

func (*NullableCustomComponentLibrariesLibraryIdRevisionsPost200Response) Set ¶

func (*NullableCustomComponentLibrariesLibraryIdRevisionsPost200Response) UnmarshalJSON ¶

func (*NullableCustomComponentLibrariesLibraryIdRevisionsPost200Response) Unset ¶

type NullableCustomComponentLibrariesLibraryIdRevisionsRevisionIdFilesGet200Response ¶

type NullableCustomComponentLibrariesLibraryIdRevisionsRevisionIdFilesGet200Response struct {
	// contains filtered or unexported fields
}

func (NullableCustomComponentLibrariesLibraryIdRevisionsRevisionIdFilesGet200Response) Get ¶

func (NullableCustomComponentLibrariesLibraryIdRevisionsRevisionIdFilesGet200Response) IsSet ¶

func (NullableCustomComponentLibrariesLibraryIdRevisionsRevisionIdFilesGet200Response) MarshalJSON ¶

func (*NullableCustomComponentLibrariesLibraryIdRevisionsRevisionIdFilesGet200Response) Set ¶

func (*NullableCustomComponentLibrariesLibraryIdRevisionsRevisionIdFilesGet200Response) UnmarshalJSON ¶

func (*NullableCustomComponentLibrariesLibraryIdRevisionsRevisionIdFilesGet200Response) Unset ¶

type NullableCustomComponentLibrariesLibraryIdRevisionsRevisionIdFilesGet200ResponseDataInner ¶

type NullableCustomComponentLibrariesLibraryIdRevisionsRevisionIdFilesGet200ResponseDataInner struct {
	// contains filtered or unexported fields
}

func (NullableCustomComponentLibrariesLibraryIdRevisionsRevisionIdFilesGet200ResponseDataInner) Get ¶

func (NullableCustomComponentLibrariesLibraryIdRevisionsRevisionIdFilesGet200ResponseDataInner) IsSet ¶

func (NullableCustomComponentLibrariesLibraryIdRevisionsRevisionIdFilesGet200ResponseDataInner) MarshalJSON ¶

func (*NullableCustomComponentLibrariesLibraryIdRevisionsRevisionIdFilesGet200ResponseDataInner) Set ¶

func (*NullableCustomComponentLibrariesLibraryIdRevisionsRevisionIdFilesGet200ResponseDataInner) UnmarshalJSON ¶

func (*NullableCustomComponentLibrariesLibraryIdRevisionsRevisionIdFilesGet200ResponseDataInner) Unset ¶

type NullableCustomComponentLibrariesPost200Response ¶

type NullableCustomComponentLibrariesPost200Response struct {
	// contains filtered or unexported fields
}

func (NullableCustomComponentLibrariesPost200Response) Get ¶

func (NullableCustomComponentLibrariesPost200Response) IsSet ¶

func (NullableCustomComponentLibrariesPost200Response) MarshalJSON ¶

func (*NullableCustomComponentLibrariesPost200Response) Set ¶

func (*NullableCustomComponentLibrariesPost200Response) UnmarshalJSON ¶

func (*NullableCustomComponentLibrariesPost200Response) Unset ¶

type NullableCustomComponentLibrariesPostRequest ¶

type NullableCustomComponentLibrariesPostRequest struct {
	// contains filtered or unexported fields
}

func (NullableCustomComponentLibrariesPostRequest) Get ¶

func (NullableCustomComponentLibrariesPostRequest) IsSet ¶

func (NullableCustomComponentLibrariesPostRequest) MarshalJSON ¶

func (*NullableCustomComponentLibrariesPostRequest) Set ¶

func (*NullableCustomComponentLibrariesPostRequest) UnmarshalJSON ¶

func (v *NullableCustomComponentLibrariesPostRequest) UnmarshalJSON(src []byte) error

func (*NullableCustomComponentLibrariesPostRequest) Unset ¶

type NullableCustomComponentLibrary ¶

type NullableCustomComponentLibrary struct {
	// contains filtered or unexported fields
}

func (NullableCustomComponentLibrary) Get ¶

func (NullableCustomComponentLibrary) IsSet ¶

func (NullableCustomComponentLibrary) MarshalJSON ¶

func (v NullableCustomComponentLibrary) MarshalJSON() ([]byte, error)

func (*NullableCustomComponentLibrary) Set ¶

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 (NullableCustomComponentLibraryRevision) Get ¶

func (NullableCustomComponentLibraryRevision) IsSet ¶

func (NullableCustomComponentLibraryRevision) MarshalJSON ¶

func (v NullableCustomComponentLibraryRevision) MarshalJSON() ([]byte, error)

func (*NullableCustomComponentLibraryRevision) Set ¶

func (*NullableCustomComponentLibraryRevision) UnmarshalJSON ¶

func (v *NullableCustomComponentLibraryRevision) UnmarshalJSON(src []byte) error

func (*NullableCustomComponentLibraryRevision) Unset ¶

type NullableCustomComponentLibraryRevisionFile ¶

type NullableCustomComponentLibraryRevisionFile struct {
	// contains filtered or unexported fields
}

func (NullableCustomComponentLibraryRevisionFile) Get ¶

func (NullableCustomComponentLibraryRevisionFile) IsSet ¶

func (NullableCustomComponentLibraryRevisionFile) MarshalJSON ¶

func (*NullableCustomComponentLibraryRevisionFile) Set ¶

func (*NullableCustomComponentLibraryRevisionFile) UnmarshalJSON ¶

func (v *NullableCustomComponentLibraryRevisionFile) UnmarshalJSON(src []byte) error

func (*NullableCustomComponentLibraryRevisionFile) Unset ¶

type NullableEnvironment ¶

type NullableEnvironment struct {
	// contains filtered or unexported fields
}

func NewNullableEnvironment ¶

func NewNullableEnvironment(val *Environment) *NullableEnvironment

func (NullableEnvironment) Get ¶

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 (NullableEnvironmentsEnvironmentIdGet200Response) Get ¶

func (NullableEnvironmentsEnvironmentIdGet200Response) IsSet ¶

func (NullableEnvironmentsEnvironmentIdGet200Response) MarshalJSON ¶

func (*NullableEnvironmentsEnvironmentIdGet200Response) Set ¶

func (*NullableEnvironmentsEnvironmentIdGet200Response) UnmarshalJSON ¶

func (*NullableEnvironmentsEnvironmentIdGet200Response) Unset ¶

type NullableEnvironmentsEnvironmentIdGet200ResponseData ¶

type NullableEnvironmentsEnvironmentIdGet200ResponseData struct {
	// contains filtered or unexported fields
}

func (NullableEnvironmentsEnvironmentIdGet200ResponseData) Get ¶

func (NullableEnvironmentsEnvironmentIdGet200ResponseData) IsSet ¶

func (NullableEnvironmentsEnvironmentIdGet200ResponseData) MarshalJSON ¶

func (*NullableEnvironmentsEnvironmentIdGet200ResponseData) Set ¶

func (*NullableEnvironmentsEnvironmentIdGet200ResponseData) UnmarshalJSON ¶

func (*NullableEnvironmentsEnvironmentIdGet200ResponseData) Unset ¶

type NullableEnvironmentsEnvironmentIdPatch200Response ¶ added in v1.0.0

type NullableEnvironmentsEnvironmentIdPatch200Response struct {
	// contains filtered or unexported fields
}

func (NullableEnvironmentsEnvironmentIdPatch200Response) Get ¶ added in v1.0.0

func (NullableEnvironmentsEnvironmentIdPatch200Response) IsSet ¶ added in v1.0.0

func (NullableEnvironmentsEnvironmentIdPatch200Response) MarshalJSON ¶ added in v1.0.0

func (*NullableEnvironmentsEnvironmentIdPatch200Response) Set ¶ added in v1.0.0

func (*NullableEnvironmentsEnvironmentIdPatch200Response) UnmarshalJSON ¶ added in v1.0.0

func (*NullableEnvironmentsEnvironmentIdPatch200Response) Unset ¶ added in v1.0.0

type NullableEnvironmentsEnvironmentIdPatch200ResponseData ¶ added in v1.0.0

type NullableEnvironmentsEnvironmentIdPatch200ResponseData struct {
	// contains filtered or unexported fields
}

func (NullableEnvironmentsEnvironmentIdPatch200ResponseData) Get ¶ added in v1.0.0

func (NullableEnvironmentsEnvironmentIdPatch200ResponseData) IsSet ¶ added in v1.0.0

func (NullableEnvironmentsEnvironmentIdPatch200ResponseData) MarshalJSON ¶ added in v1.0.0

func (*NullableEnvironmentsEnvironmentIdPatch200ResponseData) Set ¶ added in v1.0.0

func (*NullableEnvironmentsEnvironmentIdPatch200ResponseData) UnmarshalJSON ¶ added in v1.0.0

func (*NullableEnvironmentsEnvironmentIdPatch200ResponseData) Unset ¶ added in v1.0.0

type NullableEnvironmentsEnvironmentIdPatchRequest ¶ added in v1.0.0

type NullableEnvironmentsEnvironmentIdPatchRequest struct {
	// contains filtered or unexported fields
}

func (NullableEnvironmentsEnvironmentIdPatchRequest) Get ¶ added in v1.0.0

func (NullableEnvironmentsEnvironmentIdPatchRequest) IsSet ¶ added in v1.0.0

func (NullableEnvironmentsEnvironmentIdPatchRequest) MarshalJSON ¶ added in v1.0.0

func (*NullableEnvironmentsEnvironmentIdPatchRequest) Set ¶ added in v1.0.0

func (*NullableEnvironmentsEnvironmentIdPatchRequest) UnmarshalJSON ¶ added in v1.0.0

func (*NullableEnvironmentsEnvironmentIdPatchRequest) Unset ¶ added in v1.0.0

type NullableEnvironmentsGet200Response ¶

type NullableEnvironmentsGet200Response struct {
	// contains filtered or unexported fields
}

func (NullableEnvironmentsGet200Response) Get ¶

func (NullableEnvironmentsGet200Response) IsSet ¶

func (NullableEnvironmentsGet200Response) MarshalJSON ¶

func (v NullableEnvironmentsGet200Response) MarshalJSON() ([]byte, error)

func (*NullableEnvironmentsGet200Response) Set ¶

func (*NullableEnvironmentsGet200Response) UnmarshalJSON ¶

func (v *NullableEnvironmentsGet200Response) UnmarshalJSON(src []byte) error

func (*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 (NullableEnvironmentsPost200Response) IsSet ¶ added in v1.0.0

func (NullableEnvironmentsPost200Response) MarshalJSON ¶ added in v1.0.0

func (v NullableEnvironmentsPost200Response) MarshalJSON() ([]byte, error)

func (*NullableEnvironmentsPost200Response) Set ¶ added in v1.0.0

func (*NullableEnvironmentsPost200Response) UnmarshalJSON ¶ added in v1.0.0

func (v *NullableEnvironmentsPost200Response) UnmarshalJSON(src []byte) error

func (*NullableEnvironmentsPost200Response) Unset ¶ added in v1.0.0

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) Get ¶ added in v1.0.0

func (NullableEnvironmentsPost200ResponseData) IsSet ¶ added in v1.0.0

func (NullableEnvironmentsPost200ResponseData) MarshalJSON ¶ added in v1.0.0

func (v NullableEnvironmentsPost200ResponseData) MarshalJSON() ([]byte, error)

func (*NullableEnvironmentsPost200ResponseData) Set ¶ added in v1.0.0

func (*NullableEnvironmentsPost200ResponseData) UnmarshalJSON ¶ added in v1.0.0

func (v *NullableEnvironmentsPost200ResponseData) UnmarshalJSON(src []byte) error

func (*NullableEnvironmentsPost200ResponseData) Unset ¶ added in v1.0.0

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 (NullableEnvironmentsPostRequest) IsSet ¶ added in v1.0.0

func (NullableEnvironmentsPostRequest) MarshalJSON ¶ added in v1.0.0

func (v NullableEnvironmentsPostRequest) MarshalJSON() ([]byte, error)

func (*NullableEnvironmentsPostRequest) Set ¶ added in v1.0.0

func (*NullableEnvironmentsPostRequest) UnmarshalJSON ¶ added in v1.0.0

func (v *NullableEnvironmentsPostRequest) UnmarshalJSON(src []byte) error

func (*NullableEnvironmentsPostRequest) Unset ¶ added in v1.0.0

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 (NullableFoldersFolderIdDeleteRequest) Get ¶

func (NullableFoldersFolderIdDeleteRequest) IsSet ¶

func (NullableFoldersFolderIdDeleteRequest) MarshalJSON ¶

func (v NullableFoldersFolderIdDeleteRequest) MarshalJSON() ([]byte, error)

func (*NullableFoldersFolderIdDeleteRequest) Set ¶

func (*NullableFoldersFolderIdDeleteRequest) UnmarshalJSON ¶

func (v *NullableFoldersFolderIdDeleteRequest) UnmarshalJSON(src []byte) error

func (*NullableFoldersFolderIdDeleteRequest) Unset ¶

type NullableFoldersFolderIdGet200Response ¶

type NullableFoldersFolderIdGet200Response struct {
	// contains filtered or unexported fields
}

func (NullableFoldersFolderIdGet200Response) Get ¶

func (NullableFoldersFolderIdGet200Response) IsSet ¶

func (NullableFoldersFolderIdGet200Response) MarshalJSON ¶

func (v NullableFoldersFolderIdGet200Response) MarshalJSON() ([]byte, error)

func (*NullableFoldersFolderIdGet200Response) Set ¶

func (*NullableFoldersFolderIdGet200Response) UnmarshalJSON ¶

func (v *NullableFoldersFolderIdGet200Response) UnmarshalJSON(src []byte) error

func (*NullableFoldersFolderIdGet200Response) Unset ¶

type NullableFoldersFolderIdGet200ResponseData ¶

type NullableFoldersFolderIdGet200ResponseData struct {
	// contains filtered or unexported fields
}

func (NullableFoldersFolderIdGet200ResponseData) Get ¶

func (NullableFoldersFolderIdGet200ResponseData) IsSet ¶

func (NullableFoldersFolderIdGet200ResponseData) MarshalJSON ¶

func (*NullableFoldersFolderIdGet200ResponseData) Set ¶

func (*NullableFoldersFolderIdGet200ResponseData) UnmarshalJSON ¶

func (v *NullableFoldersFolderIdGet200ResponseData) UnmarshalJSON(src []byte) error

func (*NullableFoldersFolderIdGet200ResponseData) Unset ¶

type NullableFoldersFolderIdPatch200Response ¶

type NullableFoldersFolderIdPatch200Response struct {
	// contains filtered or unexported fields
}

func (NullableFoldersFolderIdPatch200Response) Get ¶

func (NullableFoldersFolderIdPatch200Response) IsSet ¶

func (NullableFoldersFolderIdPatch200Response) MarshalJSON ¶

func (v NullableFoldersFolderIdPatch200Response) MarshalJSON() ([]byte, error)

func (*NullableFoldersFolderIdPatch200Response) Set ¶

func (*NullableFoldersFolderIdPatch200Response) UnmarshalJSON ¶

func (v *NullableFoldersFolderIdPatch200Response) UnmarshalJSON(src []byte) error

func (*NullableFoldersFolderIdPatch200Response) Unset ¶

type NullableFoldersFolderIdPatch200ResponseData ¶

type NullableFoldersFolderIdPatch200ResponseData struct {
	// contains filtered or unexported fields
}

func (NullableFoldersFolderIdPatch200ResponseData) Get ¶

func (NullableFoldersFolderIdPatch200ResponseData) IsSet ¶

func (NullableFoldersFolderIdPatch200ResponseData) MarshalJSON ¶

func (*NullableFoldersFolderIdPatch200ResponseData) Set ¶

func (*NullableFoldersFolderIdPatch200ResponseData) UnmarshalJSON ¶

func (v *NullableFoldersFolderIdPatch200ResponseData) UnmarshalJSON(src []byte) error

func (*NullableFoldersFolderIdPatch200ResponseData) Unset ¶

type NullableFoldersFolderIdPatchRequest ¶

type NullableFoldersFolderIdPatchRequest struct {
	// contains filtered or unexported fields
}

func (NullableFoldersFolderIdPatchRequest) Get ¶

func (NullableFoldersFolderIdPatchRequest) IsSet ¶

func (NullableFoldersFolderIdPatchRequest) MarshalJSON ¶

func (v NullableFoldersFolderIdPatchRequest) MarshalJSON() ([]byte, error)

func (*NullableFoldersFolderIdPatchRequest) Set ¶

func (*NullableFoldersFolderIdPatchRequest) UnmarshalJSON ¶

func (v *NullableFoldersFolderIdPatchRequest) UnmarshalJSON(src []byte) error

func (*NullableFoldersFolderIdPatchRequest) Unset ¶

type NullableFoldersFolderIdPatchRequestOperationsInner ¶

type NullableFoldersFolderIdPatchRequestOperationsInner struct {
	// contains filtered or unexported fields
}

func (NullableFoldersFolderIdPatchRequestOperationsInner) Get ¶

func (NullableFoldersFolderIdPatchRequestOperationsInner) IsSet ¶

func (NullableFoldersFolderIdPatchRequestOperationsInner) MarshalJSON ¶

func (*NullableFoldersFolderIdPatchRequestOperationsInner) Set ¶

func (*NullableFoldersFolderIdPatchRequestOperationsInner) UnmarshalJSON ¶

func (*NullableFoldersFolderIdPatchRequestOperationsInner) Unset ¶

type NullableFoldersFolderIdPatchRequestOperationsInnerAnyOf ¶

type NullableFoldersFolderIdPatchRequestOperationsInnerAnyOf struct {
	// contains filtered or unexported fields
}

func (NullableFoldersFolderIdPatchRequestOperationsInnerAnyOf) Get ¶

func (NullableFoldersFolderIdPatchRequestOperationsInnerAnyOf) IsSet ¶

func (NullableFoldersFolderIdPatchRequestOperationsInnerAnyOf) MarshalJSON ¶

func (*NullableFoldersFolderIdPatchRequestOperationsInnerAnyOf) Set ¶

func (*NullableFoldersFolderIdPatchRequestOperationsInnerAnyOf) UnmarshalJSON ¶

func (*NullableFoldersFolderIdPatchRequestOperationsInnerAnyOf) Unset ¶

type NullableFoldersFolderIdPatchRequestOperationsInnerAnyOf1 ¶

type NullableFoldersFolderIdPatchRequestOperationsInnerAnyOf1 struct {
	// contains filtered or unexported fields
}

func (NullableFoldersFolderIdPatchRequestOperationsInnerAnyOf1) Get ¶

func (NullableFoldersFolderIdPatchRequestOperationsInnerAnyOf1) IsSet ¶

func (NullableFoldersFolderIdPatchRequestOperationsInnerAnyOf1) MarshalJSON ¶

func (*NullableFoldersFolderIdPatchRequestOperationsInnerAnyOf1) Set ¶

func (*NullableFoldersFolderIdPatchRequestOperationsInnerAnyOf1) UnmarshalJSON ¶

func (*NullableFoldersFolderIdPatchRequestOperationsInnerAnyOf1) Unset ¶

type NullableFoldersFolderIdPatchRequestOperationsInnerAnyOf2 ¶

type NullableFoldersFolderIdPatchRequestOperationsInnerAnyOf2 struct {
	// contains filtered or unexported fields
}

func (NullableFoldersFolderIdPatchRequestOperationsInnerAnyOf2) Get ¶

func (NullableFoldersFolderIdPatchRequestOperationsInnerAnyOf2) IsSet ¶

func (NullableFoldersFolderIdPatchRequestOperationsInnerAnyOf2) MarshalJSON ¶

func (*NullableFoldersFolderIdPatchRequestOperationsInnerAnyOf2) Set ¶

func (*NullableFoldersFolderIdPatchRequestOperationsInnerAnyOf2) UnmarshalJSON ¶

func (*NullableFoldersFolderIdPatchRequestOperationsInnerAnyOf2) Unset ¶

type NullableFoldersGet200Response ¶

type NullableFoldersGet200Response struct {
	// contains filtered or unexported fields
}

func (NullableFoldersGet200Response) Get ¶

func (NullableFoldersGet200Response) IsSet ¶

func (NullableFoldersGet200Response) MarshalJSON ¶

func (v NullableFoldersGet200Response) MarshalJSON() ([]byte, error)

func (*NullableFoldersGet200Response) Set ¶

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 (NullableFoldersGet200ResponseDataInner) Get ¶

func (NullableFoldersGet200ResponseDataInner) IsSet ¶

func (NullableFoldersGet200ResponseDataInner) MarshalJSON ¶

func (v NullableFoldersGet200ResponseDataInner) MarshalJSON() ([]byte, error)

func (*NullableFoldersGet200ResponseDataInner) Set ¶

func (*NullableFoldersGet200ResponseDataInner) UnmarshalJSON ¶

func (v *NullableFoldersGet200ResponseDataInner) UnmarshalJSON(src []byte) error

func (*NullableFoldersGet200ResponseDataInner) Unset ¶

type NullableFoldersPost200Response ¶

type NullableFoldersPost200Response struct {
	// contains filtered or unexported fields
}

func (NullableFoldersPost200Response) Get ¶

func (NullableFoldersPost200Response) IsSet ¶

func (NullableFoldersPost200Response) MarshalJSON ¶

func (v NullableFoldersPost200Response) MarshalJSON() ([]byte, error)

func (*NullableFoldersPost200Response) Set ¶

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 (NullableFoldersPost200ResponseData) Get ¶

func (NullableFoldersPost200ResponseData) IsSet ¶

func (NullableFoldersPost200ResponseData) MarshalJSON ¶

func (v NullableFoldersPost200ResponseData) MarshalJSON() ([]byte, error)

func (*NullableFoldersPost200ResponseData) Set ¶

func (*NullableFoldersPost200ResponseData) UnmarshalJSON ¶

func (v *NullableFoldersPost200ResponseData) UnmarshalJSON(src []byte) error

func (*NullableFoldersPost200ResponseData) Unset ¶

type NullableFoldersPost409Response ¶

type NullableFoldersPost409Response struct {
	// contains filtered or unexported fields
}

func (NullableFoldersPost409Response) Get ¶

func (NullableFoldersPost409Response) IsSet ¶

func (NullableFoldersPost409Response) MarshalJSON ¶

func (v NullableFoldersPost409Response) MarshalJSON() ([]byte, error)

func (*NullableFoldersPost409Response) Set ¶

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 (NullableFoldersPostRequest) IsSet ¶

func (v NullableFoldersPostRequest) IsSet() bool

func (NullableFoldersPostRequest) MarshalJSON ¶

func (v NullableFoldersPostRequest) MarshalJSON() ([]byte, error)

func (*NullableFoldersPostRequest) Set ¶

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 (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 (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 (*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 (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 (*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 (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 (NullableGroupsGet200Response) Get ¶

func (NullableGroupsGet200Response) IsSet ¶

func (NullableGroupsGet200Response) MarshalJSON ¶

func (v NullableGroupsGet200Response) MarshalJSON() ([]byte, error)

func (*NullableGroupsGet200Response) Set ¶

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 (NullableGroupsGet200ResponseDataInner) Get ¶

func (NullableGroupsGet200ResponseDataInner) IsSet ¶

func (NullableGroupsGet200ResponseDataInner) MarshalJSON ¶

func (v NullableGroupsGet200ResponseDataInner) MarshalJSON() ([]byte, error)

func (*NullableGroupsGet200ResponseDataInner) Set ¶

func (*NullableGroupsGet200ResponseDataInner) UnmarshalJSON ¶

func (v *NullableGroupsGet200ResponseDataInner) UnmarshalJSON(src []byte) error

func (*NullableGroupsGet200ResponseDataInner) Unset ¶

type NullableGroupsGroupIdGet200Response ¶

type NullableGroupsGroupIdGet200Response struct {
	// contains filtered or unexported fields
}

func (NullableGroupsGroupIdGet200Response) Get ¶

func (NullableGroupsGroupIdGet200Response) IsSet ¶

func (NullableGroupsGroupIdGet200Response) MarshalJSON ¶

func (v NullableGroupsGroupIdGet200Response) MarshalJSON() ([]byte, error)

func (*NullableGroupsGroupIdGet200Response) Set ¶

func (*NullableGroupsGroupIdGet200Response) UnmarshalJSON ¶

func (v *NullableGroupsGroupIdGet200Response) UnmarshalJSON(src []byte) error

func (*NullableGroupsGroupIdGet200Response) Unset ¶

type NullableGroupsGroupIdGet200ResponseData ¶

type NullableGroupsGroupIdGet200ResponseData struct {
	// contains filtered or unexported fields
}

func (NullableGroupsGroupIdGet200ResponseData) Get ¶

func (NullableGroupsGroupIdGet200ResponseData) IsSet ¶

func (NullableGroupsGroupIdGet200ResponseData) MarshalJSON ¶

func (v NullableGroupsGroupIdGet200ResponseData) MarshalJSON() ([]byte, error)

func (*NullableGroupsGroupIdGet200ResponseData) Set ¶

func (*NullableGroupsGroupIdGet200ResponseData) UnmarshalJSON ¶

func (v *NullableGroupsGroupIdGet200ResponseData) UnmarshalJSON(src []byte) error

func (*NullableGroupsGroupIdGet200ResponseData) Unset ¶

type NullableGroupsGroupIdGet200ResponseDataMembersInner ¶

type NullableGroupsGroupIdGet200ResponseDataMembersInner struct {
	// contains filtered or unexported fields
}

func (NullableGroupsGroupIdGet200ResponseDataMembersInner) Get ¶

func (NullableGroupsGroupIdGet200ResponseDataMembersInner) IsSet ¶

func (NullableGroupsGroupIdGet200ResponseDataMembersInner) MarshalJSON ¶

func (*NullableGroupsGroupIdGet200ResponseDataMembersInner) Set ¶

func (*NullableGroupsGroupIdGet200ResponseDataMembersInner) UnmarshalJSON ¶

func (*NullableGroupsGroupIdGet200ResponseDataMembersInner) Unset ¶

type NullableGroupsGroupIdGet200ResponseDataUserInvitesInner ¶

type NullableGroupsGroupIdGet200ResponseDataUserInvitesInner struct {
	// contains filtered or unexported fields
}

func (NullableGroupsGroupIdGet200ResponseDataUserInvitesInner) Get ¶

func (NullableGroupsGroupIdGet200ResponseDataUserInvitesInner) IsSet ¶

func (NullableGroupsGroupIdGet200ResponseDataUserInvitesInner) MarshalJSON ¶

func (*NullableGroupsGroupIdGet200ResponseDataUserInvitesInner) Set ¶

func (*NullableGroupsGroupIdGet200ResponseDataUserInvitesInner) UnmarshalJSON ¶

func (*NullableGroupsGroupIdGet200ResponseDataUserInvitesInner) Unset ¶

type NullableGroupsGroupIdMembersPostRequest ¶

type NullableGroupsGroupIdMembersPostRequest struct {
	// contains filtered or unexported fields
}

func (NullableGroupsGroupIdMembersPostRequest) Get ¶

func (NullableGroupsGroupIdMembersPostRequest) IsSet ¶

func (NullableGroupsGroupIdMembersPostRequest) MarshalJSON ¶

func (v NullableGroupsGroupIdMembersPostRequest) MarshalJSON() ([]byte, error)

func (*NullableGroupsGroupIdMembersPostRequest) Set ¶

func (*NullableGroupsGroupIdMembersPostRequest) UnmarshalJSON ¶

func (v *NullableGroupsGroupIdMembersPostRequest) UnmarshalJSON(src []byte) error

func (*NullableGroupsGroupIdMembersPostRequest) Unset ¶

type NullableGroupsGroupIdPatchRequest ¶

type NullableGroupsGroupIdPatchRequest struct {
	// contains filtered or unexported fields
}

func (NullableGroupsGroupIdPatchRequest) Get ¶

func (NullableGroupsGroupIdPatchRequest) IsSet ¶

func (NullableGroupsGroupIdPatchRequest) MarshalJSON ¶

func (v NullableGroupsGroupIdPatchRequest) MarshalJSON() ([]byte, error)

func (*NullableGroupsGroupIdPatchRequest) Set ¶

func (*NullableGroupsGroupIdPatchRequest) UnmarshalJSON ¶

func (v *NullableGroupsGroupIdPatchRequest) UnmarshalJSON(src []byte) error

func (*NullableGroupsGroupIdPatchRequest) Unset ¶

type NullableGroupsGroupIdPatchRequestOperationsInner ¶

type NullableGroupsGroupIdPatchRequestOperationsInner struct {
	// contains filtered or unexported fields
}

func (NullableGroupsGroupIdPatchRequestOperationsInner) Get ¶

func (NullableGroupsGroupIdPatchRequestOperationsInner) IsSet ¶

func (NullableGroupsGroupIdPatchRequestOperationsInner) MarshalJSON ¶

func (*NullableGroupsGroupIdPatchRequestOperationsInner) Set ¶

func (*NullableGroupsGroupIdPatchRequestOperationsInner) UnmarshalJSON ¶

func (*NullableGroupsGroupIdPatchRequestOperationsInner) Unset ¶

type NullableGroupsGroupIdPut200Response ¶

type NullableGroupsGroupIdPut200Response struct {
	// contains filtered or unexported fields
}

func (NullableGroupsGroupIdPut200Response) Get ¶

func (NullableGroupsGroupIdPut200Response) IsSet ¶

func (NullableGroupsGroupIdPut200Response) MarshalJSON ¶

func (v NullableGroupsGroupIdPut200Response) MarshalJSON() ([]byte, error)

func (*NullableGroupsGroupIdPut200Response) Set ¶

func (*NullableGroupsGroupIdPut200Response) UnmarshalJSON ¶

func (v *NullableGroupsGroupIdPut200Response) UnmarshalJSON(src []byte) error

func (*NullableGroupsGroupIdPut200Response) Unset ¶

type NullableGroupsGroupIdPut200ResponseData ¶

type NullableGroupsGroupIdPut200ResponseData struct {
	// contains filtered or unexported fields
}

func (NullableGroupsGroupIdPut200ResponseData) Get ¶

func (NullableGroupsGroupIdPut200ResponseData) IsSet ¶

func (NullableGroupsGroupIdPut200ResponseData) MarshalJSON ¶

func (v NullableGroupsGroupIdPut200ResponseData) MarshalJSON() ([]byte, error)

func (*NullableGroupsGroupIdPut200ResponseData) Set ¶

func (*NullableGroupsGroupIdPut200ResponseData) UnmarshalJSON ¶

func (v *NullableGroupsGroupIdPut200ResponseData) UnmarshalJSON(src []byte) error

func (*NullableGroupsGroupIdPut200ResponseData) Unset ¶

type NullableGroupsGroupIdPutRequest ¶

type NullableGroupsGroupIdPutRequest struct {
	// contains filtered or unexported fields
}

func (NullableGroupsGroupIdPutRequest) Get ¶

func (NullableGroupsGroupIdPutRequest) IsSet ¶

func (NullableGroupsGroupIdPutRequest) MarshalJSON ¶

func (v NullableGroupsGroupIdPutRequest) MarshalJSON() ([]byte, error)

func (*NullableGroupsGroupIdPutRequest) Set ¶

func (*NullableGroupsGroupIdPutRequest) UnmarshalJSON ¶

func (v *NullableGroupsGroupIdPutRequest) UnmarshalJSON(src []byte) error

func (*NullableGroupsGroupIdPutRequest) Unset ¶

type NullableGroupsGroupIdPutRequestMembersInner ¶

type NullableGroupsGroupIdPutRequestMembersInner struct {
	// contains filtered or unexported fields
}

func (NullableGroupsGroupIdPutRequestMembersInner) Get ¶

func (NullableGroupsGroupIdPutRequestMembersInner) IsSet ¶

func (NullableGroupsGroupIdPutRequestMembersInner) MarshalJSON ¶

func (*NullableGroupsGroupIdPutRequestMembersInner) Set ¶

func (*NullableGroupsGroupIdPutRequestMembersInner) UnmarshalJSON ¶

func (v *NullableGroupsGroupIdPutRequestMembersInner) UnmarshalJSON(src []byte) error

func (*NullableGroupsGroupIdPutRequestMembersInner) Unset ¶

type NullableGroupsGroupIdUserInvitesPostRequest ¶

type NullableGroupsGroupIdUserInvitesPostRequest struct {
	// contains filtered or unexported fields
}

func (NullableGroupsGroupIdUserInvitesPostRequest) Get ¶

func (NullableGroupsGroupIdUserInvitesPostRequest) IsSet ¶

func (NullableGroupsGroupIdUserInvitesPostRequest) MarshalJSON ¶

func (*NullableGroupsGroupIdUserInvitesPostRequest) Set ¶

func (*NullableGroupsGroupIdUserInvitesPostRequest) UnmarshalJSON ¶

func (v *NullableGroupsGroupIdUserInvitesPostRequest) UnmarshalJSON(src []byte) error

func (*NullableGroupsGroupIdUserInvitesPostRequest) Unset ¶

type NullableGroupsPost200Response ¶

type NullableGroupsPost200Response struct {
	// contains filtered or unexported fields
}

func (NullableGroupsPost200Response) Get ¶

func (NullableGroupsPost200Response) IsSet ¶

func (NullableGroupsPost200Response) MarshalJSON ¶

func (v NullableGroupsPost200Response) MarshalJSON() ([]byte, error)

func (*NullableGroupsPost200Response) Set ¶

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 (NullableGroupsPost200ResponseData) Get ¶

func (NullableGroupsPost200ResponseData) IsSet ¶

func (NullableGroupsPost200ResponseData) MarshalJSON ¶

func (v NullableGroupsPost200ResponseData) MarshalJSON() ([]byte, error)

func (*NullableGroupsPost200ResponseData) Set ¶

func (*NullableGroupsPost200ResponseData) UnmarshalJSON ¶

func (v *NullableGroupsPost200ResponseData) UnmarshalJSON(src []byte) error

func (*NullableGroupsPost200ResponseData) Unset ¶

type NullableGroupsPostRequest ¶

type NullableGroupsPostRequest struct {
	// contains filtered or unexported fields
}

func NewNullableGroupsPostRequest ¶

func NewNullableGroupsPostRequest(val *GroupsPostRequest) *NullableGroupsPostRequest

func (NullableGroupsPostRequest) Get ¶

func (NullableGroupsPostRequest) IsSet ¶

func (v NullableGroupsPostRequest) IsSet() bool

func (NullableGroupsPostRequest) MarshalJSON ¶

func (v NullableGroupsPostRequest) MarshalJSON() ([]byte, error)

func (*NullableGroupsPostRequest) Set ¶

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 (NullableInfoIpAllowlistGet200Response) IsSet ¶ added in v1.0.0

func (NullableInfoIpAllowlistGet200Response) MarshalJSON ¶ added in v1.0.0

func (v NullableInfoIpAllowlistGet200Response) MarshalJSON() ([]byte, error)

func (*NullableInfoIpAllowlistGet200Response) Set ¶ added in v1.0.0

func (*NullableInfoIpAllowlistGet200Response) UnmarshalJSON ¶ added in v1.0.0

func (v *NullableInfoIpAllowlistGet200Response) UnmarshalJSON(src []byte) error

func (*NullableInfoIpAllowlistGet200Response) Unset ¶ added in v1.0.0

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) Get ¶ added in v1.0.0

func (NullableInfoIpAllowlistGet200ResponseData) IsSet ¶ added in v1.0.0

func (NullableInfoIpAllowlistGet200ResponseData) MarshalJSON ¶ added in v1.0.0

func (*NullableInfoIpAllowlistGet200ResponseData) Set ¶ added in v1.0.0

func (*NullableInfoIpAllowlistGet200ResponseData) UnmarshalJSON ¶ added in v1.0.0

func (v *NullableInfoIpAllowlistGet200ResponseData) UnmarshalJSON(src []byte) error

func (*NullableInfoIpAllowlistGet200ResponseData) Unset ¶ added in v1.0.0

type NullableInfoIpAllowlistGet200ResponseDataIpAddresses ¶ added in v1.0.0

type NullableInfoIpAllowlistGet200ResponseDataIpAddresses struct {
	// contains filtered or unexported fields
}

func (NullableInfoIpAllowlistGet200ResponseDataIpAddresses) Get ¶ added in v1.0.0

func (NullableInfoIpAllowlistGet200ResponseDataIpAddresses) IsSet ¶ added in v1.0.0

func (NullableInfoIpAllowlistGet200ResponseDataIpAddresses) MarshalJSON ¶ added in v1.0.0

func (*NullableInfoIpAllowlistGet200ResponseDataIpAddresses) Set ¶ added in v1.0.0

func (*NullableInfoIpAllowlistGet200ResponseDataIpAddresses) UnmarshalJSON ¶ added in v1.0.0

func (*NullableInfoIpAllowlistGet200ResponseDataIpAddresses) Unset ¶ added in v1.0.0

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 (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 (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 (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 (NullableMySQLOptionsDatabaseOptions) Get ¶

func (NullableMySQLOptionsDatabaseOptions) IsSet ¶

func (NullableMySQLOptionsDatabaseOptions) MarshalJSON ¶

func (v NullableMySQLOptionsDatabaseOptions) MarshalJSON() ([]byte, error)

func (*NullableMySQLOptionsDatabaseOptions) Set ¶

func (*NullableMySQLOptionsDatabaseOptions) UnmarshalJSON ¶

func (v *NullableMySQLOptionsDatabaseOptions) UnmarshalJSON(src []byte) error

func (*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 (NullableObservabilityConfigConfigIdPut200Response) Get ¶

func (NullableObservabilityConfigConfigIdPut200Response) IsSet ¶

func (NullableObservabilityConfigConfigIdPut200Response) MarshalJSON ¶

func (*NullableObservabilityConfigConfigIdPut200Response) Set ¶

func (*NullableObservabilityConfigConfigIdPut200Response) UnmarshalJSON ¶

func (*NullableObservabilityConfigConfigIdPut200Response) Unset ¶

type NullableObservabilityConfigConfigIdPut200ResponseData ¶

type NullableObservabilityConfigConfigIdPut200ResponseData struct {
	// contains filtered or unexported fields
}

func (NullableObservabilityConfigConfigIdPut200ResponseData) Get ¶

func (NullableObservabilityConfigConfigIdPut200ResponseData) IsSet ¶

func (NullableObservabilityConfigConfigIdPut200ResponseData) MarshalJSON ¶

func (*NullableObservabilityConfigConfigIdPut200ResponseData) Set ¶

func (*NullableObservabilityConfigConfigIdPut200ResponseData) UnmarshalJSON ¶

func (*NullableObservabilityConfigConfigIdPut200ResponseData) Unset ¶

type NullableObservabilityConfigConfigIdPutRequest ¶

type NullableObservabilityConfigConfigIdPutRequest struct {
	// contains filtered or unexported fields
}

func (NullableObservabilityConfigConfigIdPutRequest) Get ¶

func (NullableObservabilityConfigConfigIdPutRequest) IsSet ¶

func (NullableObservabilityConfigConfigIdPutRequest) MarshalJSON ¶

func (*NullableObservabilityConfigConfigIdPutRequest) Set ¶

func (*NullableObservabilityConfigConfigIdPutRequest) UnmarshalJSON ¶

func (*NullableObservabilityConfigConfigIdPutRequest) Unset ¶

type NullableObservabilityConfigGet200Response ¶

type NullableObservabilityConfigGet200Response struct {
	// contains filtered or unexported fields
}

func (NullableObservabilityConfigGet200Response) Get ¶

func (NullableObservabilityConfigGet200Response) IsSet ¶

func (NullableObservabilityConfigGet200Response) MarshalJSON ¶

func (*NullableObservabilityConfigGet200Response) Set ¶

func (*NullableObservabilityConfigGet200Response) UnmarshalJSON ¶

func (v *NullableObservabilityConfigGet200Response) UnmarshalJSON(src []byte) error

func (*NullableObservabilityConfigGet200Response) Unset ¶

type NullableObservabilityConfigGet200ResponseDataInner ¶

type NullableObservabilityConfigGet200ResponseDataInner struct {
	// contains filtered or unexported fields
}

func (NullableObservabilityConfigGet200ResponseDataInner) Get ¶

func (NullableObservabilityConfigGet200ResponseDataInner) IsSet ¶

func (NullableObservabilityConfigGet200ResponseDataInner) MarshalJSON ¶

func (*NullableObservabilityConfigGet200ResponseDataInner) Set ¶

func (*NullableObservabilityConfigGet200ResponseDataInner) UnmarshalJSON ¶

func (*NullableObservabilityConfigGet200ResponseDataInner) Unset ¶

type NullableObservabilityConfigGet200ResponseDataInnerConfig ¶

type NullableObservabilityConfigGet200ResponseDataInnerConfig struct {
	// contains filtered or unexported fields
}

func (NullableObservabilityConfigGet200ResponseDataInnerConfig) Get ¶

func (NullableObservabilityConfigGet200ResponseDataInnerConfig) IsSet ¶

func (NullableObservabilityConfigGet200ResponseDataInnerConfig) MarshalJSON ¶

func (*NullableObservabilityConfigGet200ResponseDataInnerConfig) Set ¶

func (*NullableObservabilityConfigGet200ResponseDataInnerConfig) UnmarshalJSON ¶

func (*NullableObservabilityConfigGet200ResponseDataInnerConfig) Unset ¶

type NullableObservabilityConfigGet200ResponseDataInnerConfigOneOf ¶

type NullableObservabilityConfigGet200ResponseDataInnerConfigOneOf struct {
	// contains filtered or unexported fields
}

func (NullableObservabilityConfigGet200ResponseDataInnerConfigOneOf) Get ¶

func (NullableObservabilityConfigGet200ResponseDataInnerConfigOneOf) IsSet ¶

func (NullableObservabilityConfigGet200ResponseDataInnerConfigOneOf) MarshalJSON ¶

func (*NullableObservabilityConfigGet200ResponseDataInnerConfigOneOf) Set ¶

func (*NullableObservabilityConfigGet200ResponseDataInnerConfigOneOf) UnmarshalJSON ¶

func (*NullableObservabilityConfigGet200ResponseDataInnerConfigOneOf) Unset ¶

type NullableObservabilityConfigGet200ResponseDataInnerConfigOneOf1 ¶

type NullableObservabilityConfigGet200ResponseDataInnerConfigOneOf1 struct {
	// contains filtered or unexported fields
}

func (NullableObservabilityConfigGet200ResponseDataInnerConfigOneOf1) Get ¶

func (NullableObservabilityConfigGet200ResponseDataInnerConfigOneOf1) IsSet ¶

func (NullableObservabilityConfigGet200ResponseDataInnerConfigOneOf1) MarshalJSON ¶

func (*NullableObservabilityConfigGet200ResponseDataInnerConfigOneOf1) Set ¶

func (*NullableObservabilityConfigGet200ResponseDataInnerConfigOneOf1) UnmarshalJSON ¶

func (*NullableObservabilityConfigGet200ResponseDataInnerConfigOneOf1) Unset ¶

type NullableObservabilityConfigPost200Response ¶

type NullableObservabilityConfigPost200Response struct {
	// contains filtered or unexported fields
}

func (NullableObservabilityConfigPost200Response) Get ¶

func (NullableObservabilityConfigPost200Response) IsSet ¶

func (NullableObservabilityConfigPost200Response) MarshalJSON ¶

func (*NullableObservabilityConfigPost200Response) Set ¶

func (*NullableObservabilityConfigPost200Response) UnmarshalJSON ¶

func (v *NullableObservabilityConfigPost200Response) UnmarshalJSON(src []byte) error

func (*NullableObservabilityConfigPost200Response) Unset ¶

type NullableObservabilityConfigPost200ResponseData ¶

type NullableObservabilityConfigPost200ResponseData struct {
	// contains filtered or unexported fields
}

func (NullableObservabilityConfigPost200ResponseData) Get ¶

func (NullableObservabilityConfigPost200ResponseData) IsSet ¶

func (NullableObservabilityConfigPost200ResponseData) MarshalJSON ¶

func (*NullableObservabilityConfigPost200ResponseData) Set ¶

func (*NullableObservabilityConfigPost200ResponseData) UnmarshalJSON ¶

func (*NullableObservabilityConfigPost200ResponseData) Unset ¶

type NullableObservabilityConfigPostRequest ¶

type NullableObservabilityConfigPostRequest struct {
	// contains filtered or unexported fields
}

func (NullableObservabilityConfigPostRequest) Get ¶

func (NullableObservabilityConfigPostRequest) IsSet ¶

func (NullableObservabilityConfigPostRequest) MarshalJSON ¶

func (v NullableObservabilityConfigPostRequest) MarshalJSON() ([]byte, error)

func (*NullableObservabilityConfigPostRequest) Set ¶

func (*NullableObservabilityConfigPostRequest) UnmarshalJSON ¶

func (v *NullableObservabilityConfigPostRequest) UnmarshalJSON(src []byte) error

func (*NullableObservabilityConfigPostRequest) Unset ¶

type NullableObservabilityConfiguration ¶

type NullableObservabilityConfiguration struct {
	// contains filtered or unexported fields
}

func (NullableObservabilityConfiguration) Get ¶

func (NullableObservabilityConfiguration) IsSet ¶

func (NullableObservabilityConfiguration) MarshalJSON ¶

func (v NullableObservabilityConfiguration) MarshalJSON() ([]byte, error)

func (*NullableObservabilityConfiguration) Set ¶

func (*NullableObservabilityConfiguration) UnmarshalJSON ¶

func (v *NullableObservabilityConfiguration) UnmarshalJSON(src []byte) error

func (*NullableObservabilityConfiguration) Unset ¶

type NullableObservabilityProviderProviderTestPost200Response ¶

type NullableObservabilityProviderProviderTestPost200Response struct {
	// contains filtered or unexported fields
}

func (NullableObservabilityProviderProviderTestPost200Response) Get ¶

func (NullableObservabilityProviderProviderTestPost200Response) IsSet ¶

func (NullableObservabilityProviderProviderTestPost200Response) MarshalJSON ¶

func (*NullableObservabilityProviderProviderTestPost200Response) Set ¶

func (*NullableObservabilityProviderProviderTestPost200Response) UnmarshalJSON ¶

func (*NullableObservabilityProviderProviderTestPost200Response) Unset ¶

type NullableObservabilityProviderProviderTestPost200ResponseData ¶

type NullableObservabilityProviderProviderTestPost200ResponseData struct {
	// contains filtered or unexported fields
}

func (NullableObservabilityProviderProviderTestPost200ResponseData) Get ¶

func (NullableObservabilityProviderProviderTestPost200ResponseData) IsSet ¶

func (NullableObservabilityProviderProviderTestPost200ResponseData) MarshalJSON ¶

func (*NullableObservabilityProviderProviderTestPost200ResponseData) Set ¶

func (*NullableObservabilityProviderProviderTestPost200ResponseData) UnmarshalJSON ¶

func (*NullableObservabilityProviderProviderTestPost200ResponseData) Unset ¶

type NullableObservabilityProviderProviderTestPost200ResponseDataAnyOf ¶

type NullableObservabilityProviderProviderTestPost200ResponseDataAnyOf struct {
	// contains filtered or unexported fields
}

func (NullableObservabilityProviderProviderTestPost200ResponseDataAnyOf) Get ¶

func (NullableObservabilityProviderProviderTestPost200ResponseDataAnyOf) IsSet ¶

func (NullableObservabilityProviderProviderTestPost200ResponseDataAnyOf) MarshalJSON ¶

func (*NullableObservabilityProviderProviderTestPost200ResponseDataAnyOf) Set ¶

func (*NullableObservabilityProviderProviderTestPost200ResponseDataAnyOf) UnmarshalJSON ¶

func (*NullableObservabilityProviderProviderTestPost200ResponseDataAnyOf) Unset ¶

type NullableObservabilityProviderProviderTestPost200ResponseDataAnyOf1 ¶

type NullableObservabilityProviderProviderTestPost200ResponseDataAnyOf1 struct {
	// contains filtered or unexported fields
}

func (NullableObservabilityProviderProviderTestPost200ResponseDataAnyOf1) Get ¶

func (NullableObservabilityProviderProviderTestPost200ResponseDataAnyOf1) IsSet ¶

func (NullableObservabilityProviderProviderTestPost200ResponseDataAnyOf1) MarshalJSON ¶

func (*NullableObservabilityProviderProviderTestPost200ResponseDataAnyOf1) Set ¶

func (*NullableObservabilityProviderProviderTestPost200ResponseDataAnyOf1) UnmarshalJSON ¶

func (*NullableObservabilityProviderProviderTestPost200ResponseDataAnyOf1) Unset ¶

type NullableObservabilityProviderProviderTestPost200ResponseDataOneOf ¶ added in v1.0.0

type NullableObservabilityProviderProviderTestPost200ResponseDataOneOf struct {
	// contains filtered or unexported fields
}

func (NullableObservabilityProviderProviderTestPost200ResponseDataOneOf) Get ¶ added in v1.0.0

func (NullableObservabilityProviderProviderTestPost200ResponseDataOneOf) IsSet ¶ added in v1.0.0

func (NullableObservabilityProviderProviderTestPost200ResponseDataOneOf) MarshalJSON ¶ added in v1.0.0

func (*NullableObservabilityProviderProviderTestPost200ResponseDataOneOf) Set ¶ added in v1.0.0

func (*NullableObservabilityProviderProviderTestPost200ResponseDataOneOf) UnmarshalJSON ¶ added in v1.0.0

func (*NullableObservabilityProviderProviderTestPost200ResponseDataOneOf) Unset ¶ added in v1.0.0

type NullableObservabilityProviderProviderTestPost200ResponseDataOneOf1 ¶ added in v1.0.0

type NullableObservabilityProviderProviderTestPost200ResponseDataOneOf1 struct {
	// contains filtered or unexported fields
}

func (NullableObservabilityProviderProviderTestPost200ResponseDataOneOf1) Get ¶ added in v1.0.0

func (NullableObservabilityProviderProviderTestPost200ResponseDataOneOf1) IsSet ¶ added in v1.0.0

func (NullableObservabilityProviderProviderTestPost200ResponseDataOneOf1) MarshalJSON ¶ added in v1.0.0

func (*NullableObservabilityProviderProviderTestPost200ResponseDataOneOf1) Set ¶ added in v1.0.0

func (*NullableObservabilityProviderProviderTestPost200ResponseDataOneOf1) UnmarshalJSON ¶ added in v1.0.0

func (*NullableObservabilityProviderProviderTestPost200ResponseDataOneOf1) Unset ¶ added in v1.0.0

type NullableObservabilityProviderProviderTestPostProviderParameter ¶

type NullableObservabilityProviderProviderTestPostProviderParameter struct {
	// contains filtered or unexported fields
}

func (NullableObservabilityProviderProviderTestPostProviderParameter) Get ¶

func (NullableObservabilityProviderProviderTestPostProviderParameter) IsSet ¶

func (NullableObservabilityProviderProviderTestPostProviderParameter) MarshalJSON ¶

func (*NullableObservabilityProviderProviderTestPostProviderParameter) Set ¶

func (*NullableObservabilityProviderProviderTestPostProviderParameter) UnmarshalJSON ¶

func (*NullableObservabilityProviderProviderTestPostProviderParameter) Unset ¶

type NullableOrganization ¶

type NullableOrganization struct {
	// contains filtered or unexported fields
}

func NewNullableOrganization ¶

func NewNullableOrganization(val *Organization) *NullableOrganization

func (NullableOrganization) Get ¶

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 (NullableOrganizationAiSettingsGet200Response) Get ¶ added in v1.0.0

func (NullableOrganizationAiSettingsGet200Response) IsSet ¶ added in v1.0.0

func (NullableOrganizationAiSettingsGet200Response) MarshalJSON ¶ added in v1.0.0

func (*NullableOrganizationAiSettingsGet200Response) Set ¶ added in v1.0.0

func (*NullableOrganizationAiSettingsGet200Response) UnmarshalJSON ¶ added in v1.0.0

func (*NullableOrganizationAiSettingsGet200Response) Unset ¶ added in v1.0.0

type NullableOrganizationAiSettingsGet200ResponseData ¶ added in v1.0.0

type NullableOrganizationAiSettingsGet200ResponseData struct {
	// contains filtered or unexported fields
}

func (NullableOrganizationAiSettingsGet200ResponseData) Get ¶ added in v1.0.0

func (NullableOrganizationAiSettingsGet200ResponseData) IsSet ¶ added in v1.0.0

func (NullableOrganizationAiSettingsGet200ResponseData) MarshalJSON ¶ added in v1.0.0

func (*NullableOrganizationAiSettingsGet200ResponseData) Set ¶ added in v1.0.0

func (*NullableOrganizationAiSettingsGet200ResponseData) UnmarshalJSON ¶ added in v1.0.0

func (*NullableOrganizationAiSettingsGet200ResponseData) Unset ¶ added in v1.0.0

type NullableOrganizationAiSettingsPut200Response ¶ added in v1.0.0

type NullableOrganizationAiSettingsPut200Response struct {
	// contains filtered or unexported fields
}

func (NullableOrganizationAiSettingsPut200Response) Get ¶ added in v1.0.0

func (NullableOrganizationAiSettingsPut200Response) IsSet ¶ added in v1.0.0

func (NullableOrganizationAiSettingsPut200Response) MarshalJSON ¶ added in v1.0.0

func (*NullableOrganizationAiSettingsPut200Response) Set ¶ added in v1.0.0

func (*NullableOrganizationAiSettingsPut200Response) UnmarshalJSON ¶ added in v1.0.0

func (*NullableOrganizationAiSettingsPut200Response) Unset ¶ added in v1.0.0

type NullableOrganizationAnalyticsIntegrationsGet200Response ¶ added in v1.0.0

type NullableOrganizationAnalyticsIntegrationsGet200Response struct {
	// contains filtered or unexported fields
}

func (NullableOrganizationAnalyticsIntegrationsGet200Response) Get ¶ added in v1.0.0

func (NullableOrganizationAnalyticsIntegrationsGet200Response) IsSet ¶ added in v1.0.0

func (NullableOrganizationAnalyticsIntegrationsGet200Response) MarshalJSON ¶ added in v1.0.0

func (*NullableOrganizationAnalyticsIntegrationsGet200Response) Set ¶ added in v1.0.0

func (*NullableOrganizationAnalyticsIntegrationsGet200Response) UnmarshalJSON ¶ added in v1.0.0

func (*NullableOrganizationAnalyticsIntegrationsGet200Response) Unset ¶ added in v1.0.0

type NullableOrganizationAnalyticsIntegrationsGet200ResponseDataInner ¶ added in v1.0.0

type NullableOrganizationAnalyticsIntegrationsGet200ResponseDataInner struct {
	// contains filtered or unexported fields
}

func (NullableOrganizationAnalyticsIntegrationsGet200ResponseDataInner) Get ¶ added in v1.0.0

func (NullableOrganizationAnalyticsIntegrationsGet200ResponseDataInner) IsSet ¶ added in v1.0.0

func (NullableOrganizationAnalyticsIntegrationsGet200ResponseDataInner) MarshalJSON ¶ added in v1.0.0

func (*NullableOrganizationAnalyticsIntegrationsGet200ResponseDataInner) Set ¶ added in v1.0.0

func (*NullableOrganizationAnalyticsIntegrationsGet200ResponseDataInner) UnmarshalJSON ¶ added in v1.0.0

func (*NullableOrganizationAnalyticsIntegrationsGet200ResponseDataInner) Unset ¶ added in v1.0.0

type NullableOrganizationAnalyticsIntegrationsGet200ResponseDataInnerOneOf ¶ added in v1.0.0

type NullableOrganizationAnalyticsIntegrationsGet200ResponseDataInnerOneOf struct {
	// contains filtered or unexported fields
}

func (NullableOrganizationAnalyticsIntegrationsGet200ResponseDataInnerOneOf) Get ¶ added in v1.0.0

func (NullableOrganizationAnalyticsIntegrationsGet200ResponseDataInnerOneOf) IsSet ¶ added in v1.0.0

func (NullableOrganizationAnalyticsIntegrationsGet200ResponseDataInnerOneOf) MarshalJSON ¶ added in v1.0.0

func (*NullableOrganizationAnalyticsIntegrationsGet200ResponseDataInnerOneOf) Set ¶ added in v1.0.0

func (*NullableOrganizationAnalyticsIntegrationsGet200ResponseDataInnerOneOf) UnmarshalJSON ¶ added in v1.0.0

func (*NullableOrganizationAnalyticsIntegrationsGet200ResponseDataInnerOneOf) Unset ¶ added in v1.0.0

type NullableOrganizationAnalyticsIntegrationsGet200ResponseDataInnerOneOf1 ¶ added in v1.0.0

type NullableOrganizationAnalyticsIntegrationsGet200ResponseDataInnerOneOf1 struct {
	// contains filtered or unexported fields
}

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 (*NullableOrganizationAnalyticsIntegrationsGet200ResponseDataInnerOneOf1) Set ¶ added in v1.0.0

func (*NullableOrganizationAnalyticsIntegrationsGet200ResponseDataInnerOneOf1) UnmarshalJSON ¶ added in v1.0.0

func (*NullableOrganizationAnalyticsIntegrationsGet200ResponseDataInnerOneOf1) Unset ¶ added in v1.0.0

type NullableOrganizationAnalyticsIntegrationsGet200ResponseDataInnerOneOf2 ¶ added in v1.0.0

type NullableOrganizationAnalyticsIntegrationsGet200ResponseDataInnerOneOf2 struct {
	// contains filtered or unexported fields
}

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 (*NullableOrganizationAnalyticsIntegrationsGet200ResponseDataInnerOneOf2) Set ¶ added in v1.0.0

func (*NullableOrganizationAnalyticsIntegrationsGet200ResponseDataInnerOneOf2) UnmarshalJSON ¶ added in v1.0.0

func (*NullableOrganizationAnalyticsIntegrationsGet200ResponseDataInnerOneOf2) Unset ¶ added in v1.0.0

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 (NullableOrganizationGet200Response) IsSet ¶ added in v1.0.0

func (NullableOrganizationGet200Response) MarshalJSON ¶ added in v1.0.0

func (v NullableOrganizationGet200Response) MarshalJSON() ([]byte, error)

func (*NullableOrganizationGet200Response) Set ¶ added in v1.0.0

func (*NullableOrganizationGet200Response) UnmarshalJSON ¶ added in v1.0.0

func (v *NullableOrganizationGet200Response) UnmarshalJSON(src []byte) error

func (*NullableOrganizationGet200Response) Unset ¶ added in v1.0.0

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 (NullableOrganizationGet200ResponseData) IsSet ¶ added in v1.0.0

func (NullableOrganizationGet200ResponseData) MarshalJSON ¶ added in v1.0.0

func (v NullableOrganizationGet200ResponseData) MarshalJSON() ([]byte, error)

func (*NullableOrganizationGet200ResponseData) Set ¶ added in v1.0.0

func (*NullableOrganizationGet200ResponseData) UnmarshalJSON ¶ added in v1.0.0

func (v *NullableOrganizationGet200ResponseData) UnmarshalJSON(src []byte) error

func (*NullableOrganizationGet200ResponseData) Unset ¶ added in v1.0.0

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 (NullableOrganizationPatch200Response) IsSet ¶ added in v1.0.0

func (NullableOrganizationPatch200Response) MarshalJSON ¶ added in v1.0.0

func (v NullableOrganizationPatch200Response) MarshalJSON() ([]byte, error)

func (*NullableOrganizationPatch200Response) Set ¶ added in v1.0.0

func (*NullableOrganizationPatch200Response) UnmarshalJSON ¶ added in v1.0.0

func (v *NullableOrganizationPatch200Response) UnmarshalJSON(src []byte) error

func (*NullableOrganizationPatch200Response) Unset ¶ added in v1.0.0

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) Get ¶ added in v1.0.0

func (NullableOrganizationPatch200ResponseData) IsSet ¶ added in v1.0.0

func (NullableOrganizationPatch200ResponseData) MarshalJSON ¶ added in v1.0.0

func (*NullableOrganizationPatch200ResponseData) Set ¶ added in v1.0.0

func (*NullableOrganizationPatch200ResponseData) UnmarshalJSON ¶ added in v1.0.0

func (v *NullableOrganizationPatch200ResponseData) UnmarshalJSON(src []byte) error

func (*NullableOrganizationPatch200ResponseData) Unset ¶ added in v1.0.0

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 (NullableOrganizationPatchRequest) IsSet ¶ added in v1.0.0

func (NullableOrganizationPatchRequest) MarshalJSON ¶ added in v1.0.0

func (v NullableOrganizationPatchRequest) MarshalJSON() ([]byte, error)

func (*NullableOrganizationPatchRequest) Set ¶ added in v1.0.0

func (*NullableOrganizationPatchRequest) UnmarshalJSON ¶ added in v1.0.0

func (v *NullableOrganizationPatchRequest) UnmarshalJSON(src []byte) error

func (*NullableOrganizationPatchRequest) Unset ¶ added in v1.0.0

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 (NullableOrganizationSettings) IsSet ¶ added in v1.0.0

func (NullableOrganizationSettings) MarshalJSON ¶ added in v1.0.0

func (v NullableOrganizationSettings) MarshalJSON() ([]byte, error)

func (*NullableOrganizationSettings) Set ¶ added in v1.0.0

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 (NullablePermissionsAccessListObjectTypeObjectIdGet200Response) Get ¶ added in v1.0.0

func (NullablePermissionsAccessListObjectTypeObjectIdGet200Response) IsSet ¶ added in v1.0.0

func (NullablePermissionsAccessListObjectTypeObjectIdGet200Response) MarshalJSON ¶ added in v1.0.0

func (*NullablePermissionsAccessListObjectTypeObjectIdGet200Response) Set ¶ added in v1.0.0

func (*NullablePermissionsAccessListObjectTypeObjectIdGet200Response) UnmarshalJSON ¶ added in v1.0.0

func (*NullablePermissionsAccessListObjectTypeObjectIdGet200Response) Unset ¶ added in v1.0.0

type NullablePermissionsAccessListObjectTypeObjectIdGet200ResponseData ¶ added in v1.0.0

type NullablePermissionsAccessListObjectTypeObjectIdGet200ResponseData struct {
	// contains filtered or unexported fields
}

func (NullablePermissionsAccessListObjectTypeObjectIdGet200ResponseData) Get ¶ added in v1.0.0

func (NullablePermissionsAccessListObjectTypeObjectIdGet200ResponseData) IsSet ¶ added in v1.0.0

func (NullablePermissionsAccessListObjectTypeObjectIdGet200ResponseData) MarshalJSON ¶ added in v1.0.0

func (*NullablePermissionsAccessListObjectTypeObjectIdGet200ResponseData) Set ¶ added in v1.0.0

func (*NullablePermissionsAccessListObjectTypeObjectIdGet200ResponseData) UnmarshalJSON ¶ added in v1.0.0

func (*NullablePermissionsAccessListObjectTypeObjectIdGet200ResponseData) Unset ¶ added in v1.0.0

type NullablePermissionsAccessListObjectTypeObjectIdGet200ResponseDataGroupInner ¶ added in v1.0.0

type NullablePermissionsAccessListObjectTypeObjectIdGet200ResponseDataGroupInner struct {
	// contains filtered or unexported fields
}

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 (*NullablePermissionsAccessListObjectTypeObjectIdGet200ResponseDataGroupInner) Set ¶ added in v1.0.0

func (*NullablePermissionsAccessListObjectTypeObjectIdGet200ResponseDataGroupInner) UnmarshalJSON ¶ added in v1.0.0

func (*NullablePermissionsAccessListObjectTypeObjectIdGet200ResponseDataGroupInner) Unset ¶ added in v1.0.0

type NullablePermissionsAccessListObjectTypeObjectIdGet200ResponseDataGroupInnerSources ¶ added in v1.0.0

type NullablePermissionsAccessListObjectTypeObjectIdGet200ResponseDataGroupInnerSources struct {
	// contains filtered or unexported fields
}

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 (*NullablePermissionsAccessListObjectTypeObjectIdGet200ResponseDataGroupInnerSources) Set ¶ added in v1.0.0

func (*NullablePermissionsAccessListObjectTypeObjectIdGet200ResponseDataGroupInnerSources) UnmarshalJSON ¶ added in v1.0.0

func (*NullablePermissionsAccessListObjectTypeObjectIdGet200ResponseDataGroupInnerSources) Unset ¶ added in v1.0.0

type NullablePermissionsAccessListObjectTypeObjectIdGet200ResponseDataGroupInnerSourcesGroupsInner ¶ added in v1.0.0

type NullablePermissionsAccessListObjectTypeObjectIdGet200ResponseDataGroupInnerSourcesGroupsInner struct {
	// contains filtered or unexported fields
}

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 (*NullablePermissionsAccessListObjectTypeObjectIdGet200ResponseDataGroupInnerSourcesGroupsInner) Set ¶ added in v1.0.0

func (*NullablePermissionsAccessListObjectTypeObjectIdGet200ResponseDataGroupInnerSourcesGroupsInner) UnmarshalJSON ¶ added in v1.0.0

func (*NullablePermissionsAccessListObjectTypeObjectIdGet200ResponseDataGroupInnerSourcesGroupsInner) Unset ¶ added in v1.0.0

type NullablePermissionsAccessListObjectTypeObjectIdGet200ResponseDataGroupInnerSourcesInherited ¶ added in v1.0.0

type NullablePermissionsAccessListObjectTypeObjectIdGet200ResponseDataGroupInnerSourcesInherited struct {
	// contains filtered or unexported fields
}

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 (*NullablePermissionsAccessListObjectTypeObjectIdGet200ResponseDataGroupInnerSourcesInherited) Set ¶ added in v1.0.0

func (*NullablePermissionsAccessListObjectTypeObjectIdGet200ResponseDataGroupInnerSourcesInherited) UnmarshalJSON ¶ added in v1.0.0

func (*NullablePermissionsAccessListObjectTypeObjectIdGet200ResponseDataGroupInnerSourcesInherited) Unset ¶ added in v1.0.0

type NullablePermissionsAccessListObjectTypeObjectIdGet200ResponseDataGroupInnerSubject ¶ added in v1.0.0

type NullablePermissionsAccessListObjectTypeObjectIdGet200ResponseDataGroupInnerSubject struct {
	// contains filtered or unexported fields
}

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 (*NullablePermissionsAccessListObjectTypeObjectIdGet200ResponseDataGroupInnerSubject) Set ¶ added in v1.0.0

func (*NullablePermissionsAccessListObjectTypeObjectIdGet200ResponseDataGroupInnerSubject) UnmarshalJSON ¶ added in v1.0.0

func (*NullablePermissionsAccessListObjectTypeObjectIdGet200ResponseDataGroupInnerSubject) Unset ¶ added in v1.0.0

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) Get ¶ added in v1.0.0

func (NullablePermissionsGrantPost200Response) IsSet ¶ added in v1.0.0

func (NullablePermissionsGrantPost200Response) MarshalJSON ¶ added in v1.0.0

func (v NullablePermissionsGrantPost200Response) MarshalJSON() ([]byte, error)

func (*NullablePermissionsGrantPost200Response) Set ¶ added in v1.0.0

func (*NullablePermissionsGrantPost200Response) UnmarshalJSON ¶ added in v1.0.0

func (v *NullablePermissionsGrantPost200Response) UnmarshalJSON(src []byte) error

func (*NullablePermissionsGrantPost200Response) Unset ¶ added in v1.0.0

type NullablePermissionsGrantPostRequest ¶

type NullablePermissionsGrantPostRequest struct {
	// contains filtered or unexported fields
}

func (NullablePermissionsGrantPostRequest) Get ¶

func (NullablePermissionsGrantPostRequest) IsSet ¶

func (NullablePermissionsGrantPostRequest) MarshalJSON ¶

func (v NullablePermissionsGrantPostRequest) MarshalJSON() ([]byte, error)

func (*NullablePermissionsGrantPostRequest) Set ¶

func (*NullablePermissionsGrantPostRequest) UnmarshalJSON ¶

func (v *NullablePermissionsGrantPostRequest) UnmarshalJSON(src []byte) error

func (*NullablePermissionsGrantPostRequest) Unset ¶

type NullablePermissionsGrantPostRequestObject ¶

type NullablePermissionsGrantPostRequestObject struct {
	// contains filtered or unexported fields
}

func (NullablePermissionsGrantPostRequestObject) Get ¶

func (NullablePermissionsGrantPostRequestObject) IsSet ¶

func (NullablePermissionsGrantPostRequestObject) MarshalJSON ¶

func (*NullablePermissionsGrantPostRequestObject) Set ¶

func (*NullablePermissionsGrantPostRequestObject) UnmarshalJSON ¶

func (v *NullablePermissionsGrantPostRequestObject) UnmarshalJSON(src []byte) error

func (*NullablePermissionsGrantPostRequestObject) Unset ¶

type NullablePermissionsGrantPostRequestObjectOneOf ¶

type NullablePermissionsGrantPostRequestObjectOneOf struct {
	// contains filtered or unexported fields
}

func (NullablePermissionsGrantPostRequestObjectOneOf) Get ¶

func (NullablePermissionsGrantPostRequestObjectOneOf) IsSet ¶

func (NullablePermissionsGrantPostRequestObjectOneOf) MarshalJSON ¶

func (*NullablePermissionsGrantPostRequestObjectOneOf) Set ¶

func (*NullablePermissionsGrantPostRequestObjectOneOf) UnmarshalJSON ¶

func (*NullablePermissionsGrantPostRequestObjectOneOf) Unset ¶

type NullablePermissionsGrantPostRequestObjectOneOf1 ¶

type NullablePermissionsGrantPostRequestObjectOneOf1 struct {
	// contains filtered or unexported fields
}

func (NullablePermissionsGrantPostRequestObjectOneOf1) Get ¶

func (NullablePermissionsGrantPostRequestObjectOneOf1) IsSet ¶

func (NullablePermissionsGrantPostRequestObjectOneOf1) MarshalJSON ¶

func (*NullablePermissionsGrantPostRequestObjectOneOf1) Set ¶

func (*NullablePermissionsGrantPostRequestObjectOneOf1) UnmarshalJSON ¶

func (*NullablePermissionsGrantPostRequestObjectOneOf1) Unset ¶

type NullablePermissionsGrantPostRequestObjectOneOf2 ¶

type NullablePermissionsGrantPostRequestObjectOneOf2 struct {
	// contains filtered or unexported fields
}

func (NullablePermissionsGrantPostRequestObjectOneOf2) Get ¶

func (NullablePermissionsGrantPostRequestObjectOneOf2) IsSet ¶

func (NullablePermissionsGrantPostRequestObjectOneOf2) MarshalJSON ¶

func (*NullablePermissionsGrantPostRequestObjectOneOf2) Set ¶

func (*NullablePermissionsGrantPostRequestObjectOneOf2) UnmarshalJSON ¶

func (*NullablePermissionsGrantPostRequestObjectOneOf2) Unset ¶

type NullablePermissionsGrantPostRequestObjectOneOf3 ¶

type NullablePermissionsGrantPostRequestObjectOneOf3 struct {
	// contains filtered or unexported fields
}

func (NullablePermissionsGrantPostRequestObjectOneOf3) Get ¶

func (NullablePermissionsGrantPostRequestObjectOneOf3) IsSet ¶

func (NullablePermissionsGrantPostRequestObjectOneOf3) MarshalJSON ¶

func (*NullablePermissionsGrantPostRequestObjectOneOf3) Set ¶

func (*NullablePermissionsGrantPostRequestObjectOneOf3) UnmarshalJSON ¶

func (*NullablePermissionsGrantPostRequestObjectOneOf3) Unset ¶

type NullablePermissionsListObjectsPost200Response ¶

type NullablePermissionsListObjectsPost200Response struct {
	// contains filtered or unexported fields
}

func (NullablePermissionsListObjectsPost200Response) Get ¶

func (NullablePermissionsListObjectsPost200Response) IsSet ¶

func (NullablePermissionsListObjectsPost200Response) MarshalJSON ¶

func (*NullablePermissionsListObjectsPost200Response) Set ¶

func (*NullablePermissionsListObjectsPost200Response) UnmarshalJSON ¶

func (*NullablePermissionsListObjectsPost200Response) Unset ¶

type NullablePermissionsListObjectsPost200ResponseDataInner ¶

type NullablePermissionsListObjectsPost200ResponseDataInner struct {
	// contains filtered or unexported fields
}

func (NullablePermissionsListObjectsPost200ResponseDataInner) Get ¶

func (NullablePermissionsListObjectsPost200ResponseDataInner) IsSet ¶

func (NullablePermissionsListObjectsPost200ResponseDataInner) MarshalJSON ¶

func (*NullablePermissionsListObjectsPost200ResponseDataInner) Set ¶

func (*NullablePermissionsListObjectsPost200ResponseDataInner) UnmarshalJSON ¶

func (*NullablePermissionsListObjectsPost200ResponseDataInner) Unset ¶

type NullablePermissionsListObjectsPost200ResponseDataInnerAnyOf ¶ added in v1.0.0

type NullablePermissionsListObjectsPost200ResponseDataInnerAnyOf struct {
	// contains filtered or unexported fields
}

func (NullablePermissionsListObjectsPost200ResponseDataInnerAnyOf) Get ¶ added in v1.0.0

func (NullablePermissionsListObjectsPost200ResponseDataInnerAnyOf) IsSet ¶ added in v1.0.0

func (NullablePermissionsListObjectsPost200ResponseDataInnerAnyOf) MarshalJSON ¶ added in v1.0.0

func (*NullablePermissionsListObjectsPost200ResponseDataInnerAnyOf) Set ¶ added in v1.0.0

func (*NullablePermissionsListObjectsPost200ResponseDataInnerAnyOf) UnmarshalJSON ¶ added in v1.0.0

func (*NullablePermissionsListObjectsPost200ResponseDataInnerAnyOf) Unset ¶ added in v1.0.0

type NullablePermissionsListObjectsPost200ResponseDataInnerAnyOf1 ¶ added in v1.0.0

type NullablePermissionsListObjectsPost200ResponseDataInnerAnyOf1 struct {
	// contains filtered or unexported fields
}

func (NullablePermissionsListObjectsPost200ResponseDataInnerAnyOf1) Get ¶ added in v1.0.0

func (NullablePermissionsListObjectsPost200ResponseDataInnerAnyOf1) IsSet ¶ added in v1.0.0

func (NullablePermissionsListObjectsPost200ResponseDataInnerAnyOf1) MarshalJSON ¶ added in v1.0.0

func (*NullablePermissionsListObjectsPost200ResponseDataInnerAnyOf1) Set ¶ added in v1.0.0

func (*NullablePermissionsListObjectsPost200ResponseDataInnerAnyOf1) UnmarshalJSON ¶ added in v1.0.0

func (*NullablePermissionsListObjectsPost200ResponseDataInnerAnyOf1) Unset ¶ added in v1.0.0

type NullablePermissionsListObjectsPost200ResponseDataInnerAnyOf2 ¶ added in v1.0.0

type NullablePermissionsListObjectsPost200ResponseDataInnerAnyOf2 struct {
	// contains filtered or unexported fields
}

func (NullablePermissionsListObjectsPost200ResponseDataInnerAnyOf2) Get ¶ added in v1.0.0

func (NullablePermissionsListObjectsPost200ResponseDataInnerAnyOf2) IsSet ¶ added in v1.0.0

func (NullablePermissionsListObjectsPost200ResponseDataInnerAnyOf2) MarshalJSON ¶ added in v1.0.0

func (*NullablePermissionsListObjectsPost200ResponseDataInnerAnyOf2) Set ¶ added in v1.0.0

func (*NullablePermissionsListObjectsPost200ResponseDataInnerAnyOf2) UnmarshalJSON ¶ added in v1.0.0

func (*NullablePermissionsListObjectsPost200ResponseDataInnerAnyOf2) Unset ¶ added in v1.0.0

type NullablePermissionsListObjectsPost200ResponseDataInnerAnyOf3 ¶ added in v1.0.0

type NullablePermissionsListObjectsPost200ResponseDataInnerAnyOf3 struct {
	// contains filtered or unexported fields
}

func (NullablePermissionsListObjectsPost200ResponseDataInnerAnyOf3) Get ¶ added in v1.0.0

func (NullablePermissionsListObjectsPost200ResponseDataInnerAnyOf3) IsSet ¶ added in v1.0.0

func (NullablePermissionsListObjectsPost200ResponseDataInnerAnyOf3) MarshalJSON ¶ added in v1.0.0

func (*NullablePermissionsListObjectsPost200ResponseDataInnerAnyOf3) Set ¶ added in v1.0.0

func (*NullablePermissionsListObjectsPost200ResponseDataInnerAnyOf3) UnmarshalJSON ¶ added in v1.0.0

func (*NullablePermissionsListObjectsPost200ResponseDataInnerAnyOf3) Unset ¶ added in v1.0.0

type NullablePermissionsListObjectsPost200ResponseDataInnerOneOf ¶

type NullablePermissionsListObjectsPost200ResponseDataInnerOneOf struct {
	// contains filtered or unexported fields
}

func (NullablePermissionsListObjectsPost200ResponseDataInnerOneOf) Get ¶

func (NullablePermissionsListObjectsPost200ResponseDataInnerOneOf) IsSet ¶

func (NullablePermissionsListObjectsPost200ResponseDataInnerOneOf) MarshalJSON ¶

func (*NullablePermissionsListObjectsPost200ResponseDataInnerOneOf) Set ¶

func (*NullablePermissionsListObjectsPost200ResponseDataInnerOneOf) UnmarshalJSON ¶

func (*NullablePermissionsListObjectsPost200ResponseDataInnerOneOf) Unset ¶

type NullablePermissionsListObjectsPost200ResponseDataInnerOneOf1 ¶

type NullablePermissionsListObjectsPost200ResponseDataInnerOneOf1 struct {
	// contains filtered or unexported fields
}

func (NullablePermissionsListObjectsPost200ResponseDataInnerOneOf1) Get ¶

func (NullablePermissionsListObjectsPost200ResponseDataInnerOneOf1) IsSet ¶

func (NullablePermissionsListObjectsPost200ResponseDataInnerOneOf1) MarshalJSON ¶

func (*NullablePermissionsListObjectsPost200ResponseDataInnerOneOf1) Set ¶

func (*NullablePermissionsListObjectsPost200ResponseDataInnerOneOf1) UnmarshalJSON ¶

func (*NullablePermissionsListObjectsPost200ResponseDataInnerOneOf1) Unset ¶

type NullablePermissionsListObjectsPost200ResponseDataInnerOneOf2 ¶

type NullablePermissionsListObjectsPost200ResponseDataInnerOneOf2 struct {
	// contains filtered or unexported fields
}

func (NullablePermissionsListObjectsPost200ResponseDataInnerOneOf2) Get ¶

func (NullablePermissionsListObjectsPost200ResponseDataInnerOneOf2) IsSet ¶

func (NullablePermissionsListObjectsPost200ResponseDataInnerOneOf2) MarshalJSON ¶

func (*NullablePermissionsListObjectsPost200ResponseDataInnerOneOf2) Set ¶

func (*NullablePermissionsListObjectsPost200ResponseDataInnerOneOf2) UnmarshalJSON ¶

func (*NullablePermissionsListObjectsPost200ResponseDataInnerOneOf2) Unset ¶

type NullablePermissionsListObjectsPost200ResponseDataInnerOneOf2Id ¶

type NullablePermissionsListObjectsPost200ResponseDataInnerOneOf2Id struct {
	// contains filtered or unexported fields
}

func (NullablePermissionsListObjectsPost200ResponseDataInnerOneOf2Id) Get ¶

func (NullablePermissionsListObjectsPost200ResponseDataInnerOneOf2Id) IsSet ¶

func (NullablePermissionsListObjectsPost200ResponseDataInnerOneOf2Id) MarshalJSON ¶

func (*NullablePermissionsListObjectsPost200ResponseDataInnerOneOf2Id) Set ¶

func (*NullablePermissionsListObjectsPost200ResponseDataInnerOneOf2Id) UnmarshalJSON ¶

func (*NullablePermissionsListObjectsPost200ResponseDataInnerOneOf2Id) Unset ¶

type NullablePermissionsListObjectsPost200ResponseDataInnerOneOf3 ¶

type NullablePermissionsListObjectsPost200ResponseDataInnerOneOf3 struct {
	// contains filtered or unexported fields
}

func (NullablePermissionsListObjectsPost200ResponseDataInnerOneOf3) Get ¶

func (NullablePermissionsListObjectsPost200ResponseDataInnerOneOf3) IsSet ¶

func (NullablePermissionsListObjectsPost200ResponseDataInnerOneOf3) MarshalJSON ¶

func (*NullablePermissionsListObjectsPost200ResponseDataInnerOneOf3) Set ¶

func (*NullablePermissionsListObjectsPost200ResponseDataInnerOneOf3) UnmarshalJSON ¶

func (*NullablePermissionsListObjectsPost200ResponseDataInnerOneOf3) Unset ¶

type NullablePermissionsListObjectsPostRequest ¶

type NullablePermissionsListObjectsPostRequest struct {
	// contains filtered or unexported fields
}

func (NullablePermissionsListObjectsPostRequest) Get ¶

func (NullablePermissionsListObjectsPostRequest) IsSet ¶

func (NullablePermissionsListObjectsPostRequest) MarshalJSON ¶

func (*NullablePermissionsListObjectsPostRequest) Set ¶

func (*NullablePermissionsListObjectsPostRequest) UnmarshalJSON ¶

func (v *NullablePermissionsListObjectsPostRequest) UnmarshalJSON(src []byte) error

func (*NullablePermissionsListObjectsPostRequest) Unset ¶

type NullablePermissionsListObjectsPostRequestSubject ¶

type NullablePermissionsListObjectsPostRequestSubject struct {
	// contains filtered or unexported fields
}

func (NullablePermissionsListObjectsPostRequestSubject) Get ¶

func (NullablePermissionsListObjectsPostRequestSubject) IsSet ¶

func (NullablePermissionsListObjectsPostRequestSubject) MarshalJSON ¶

func (*NullablePermissionsListObjectsPostRequestSubject) Set ¶

func (*NullablePermissionsListObjectsPostRequestSubject) UnmarshalJSON ¶

func (*NullablePermissionsListObjectsPostRequestSubject) Unset ¶

type NullablePermissionsListObjectsPostRequestSubjectOneOf ¶

type NullablePermissionsListObjectsPostRequestSubjectOneOf struct {
	// contains filtered or unexported fields
}

func (NullablePermissionsListObjectsPostRequestSubjectOneOf) Get ¶

func (NullablePermissionsListObjectsPostRequestSubjectOneOf) IsSet ¶

func (NullablePermissionsListObjectsPostRequestSubjectOneOf) MarshalJSON ¶

func (*NullablePermissionsListObjectsPostRequestSubjectOneOf) Set ¶

func (*NullablePermissionsListObjectsPostRequestSubjectOneOf) UnmarshalJSON ¶

func (*NullablePermissionsListObjectsPostRequestSubjectOneOf) Unset ¶

type NullablePermissionsListObjectsPostRequestSubjectOneOf1 ¶

type NullablePermissionsListObjectsPostRequestSubjectOneOf1 struct {
	// contains filtered or unexported fields
}

func (NullablePermissionsListObjectsPostRequestSubjectOneOf1) Get ¶

func (NullablePermissionsListObjectsPostRequestSubjectOneOf1) IsSet ¶

func (NullablePermissionsListObjectsPostRequestSubjectOneOf1) MarshalJSON ¶

func (*NullablePermissionsListObjectsPostRequestSubjectOneOf1) Set ¶

func (*NullablePermissionsListObjectsPostRequestSubjectOneOf1) UnmarshalJSON ¶

func (*NullablePermissionsListObjectsPostRequestSubjectOneOf1) Unset ¶

type NullablePermissionsRevokePost200Response ¶

type NullablePermissionsRevokePost200Response struct {
	// contains filtered or unexported fields
}

func (NullablePermissionsRevokePost200Response) Get ¶

func (NullablePermissionsRevokePost200Response) IsSet ¶

func (NullablePermissionsRevokePost200Response) MarshalJSON ¶

func (*NullablePermissionsRevokePost200Response) Set ¶

func (*NullablePermissionsRevokePost200Response) UnmarshalJSON ¶

func (v *NullablePermissionsRevokePost200Response) UnmarshalJSON(src []byte) error

func (*NullablePermissionsRevokePost200Response) Unset ¶

type NullablePermissionsRevokePost200ResponseDataInnerAnyOf ¶ added in v0.1.1

type NullablePermissionsRevokePost200ResponseDataInnerAnyOf struct {
	// contains filtered or unexported fields
}

func (NullablePermissionsRevokePost200ResponseDataInnerAnyOf) Get ¶ added in v0.1.1

func (NullablePermissionsRevokePost200ResponseDataInnerAnyOf) IsSet ¶ added in v0.1.1

func (NullablePermissionsRevokePost200ResponseDataInnerAnyOf) MarshalJSON ¶ added in v0.1.1

func (*NullablePermissionsRevokePost200ResponseDataInnerAnyOf) Set ¶ added in v0.1.1

func (*NullablePermissionsRevokePost200ResponseDataInnerAnyOf) UnmarshalJSON ¶ added in v0.1.1

func (*NullablePermissionsRevokePost200ResponseDataInnerAnyOf) Unset ¶ added in v0.1.1

type NullablePermissionsRevokePost200ResponseDataInnerAnyOf1 ¶ added in v0.1.1

type NullablePermissionsRevokePost200ResponseDataInnerAnyOf1 struct {
	// contains filtered or unexported fields
}

func (NullablePermissionsRevokePost200ResponseDataInnerAnyOf1) Get ¶ added in v0.1.1

func (NullablePermissionsRevokePost200ResponseDataInnerAnyOf1) IsSet ¶ added in v0.1.1

func (NullablePermissionsRevokePost200ResponseDataInnerAnyOf1) MarshalJSON ¶ added in v0.1.1

func (*NullablePermissionsRevokePost200ResponseDataInnerAnyOf1) Set ¶ added in v0.1.1

func (*NullablePermissionsRevokePost200ResponseDataInnerAnyOf1) UnmarshalJSON ¶ added in v0.1.1

func (*NullablePermissionsRevokePost200ResponseDataInnerAnyOf1) Unset ¶ added in v0.1.1

type NullablePermissionsRevokePost200ResponseDataInnerOneOf ¶

type NullablePermissionsRevokePost200ResponseDataInnerOneOf struct {
	// contains filtered or unexported fields
}

func (NullablePermissionsRevokePost200ResponseDataInnerOneOf) Get ¶

func (NullablePermissionsRevokePost200ResponseDataInnerOneOf) IsSet ¶

func (NullablePermissionsRevokePost200ResponseDataInnerOneOf) MarshalJSON ¶

func (*NullablePermissionsRevokePost200ResponseDataInnerOneOf) Set ¶

func (*NullablePermissionsRevokePost200ResponseDataInnerOneOf) UnmarshalJSON ¶

func (*NullablePermissionsRevokePost200ResponseDataInnerOneOf) Unset ¶

type NullablePermissionsRevokePost200ResponseDataInnerOneOf1 ¶

type NullablePermissionsRevokePost200ResponseDataInnerOneOf1 struct {
	// contains filtered or unexported fields
}

func (NullablePermissionsRevokePost200ResponseDataInnerOneOf1) Get ¶

func (NullablePermissionsRevokePost200ResponseDataInnerOneOf1) IsSet ¶

func (NullablePermissionsRevokePost200ResponseDataInnerOneOf1) MarshalJSON ¶

func (*NullablePermissionsRevokePost200ResponseDataInnerOneOf1) Set ¶

func (*NullablePermissionsRevokePost200ResponseDataInnerOneOf1) UnmarshalJSON ¶

func (*NullablePermissionsRevokePost200ResponseDataInnerOneOf1) Unset ¶

type NullablePermissionsRevokePostRequest ¶

type NullablePermissionsRevokePostRequest struct {
	// contains filtered or unexported fields
}

func (NullablePermissionsRevokePostRequest) Get ¶

func (NullablePermissionsRevokePostRequest) IsSet ¶

func (NullablePermissionsRevokePostRequest) MarshalJSON ¶

func (v NullablePermissionsRevokePostRequest) MarshalJSON() ([]byte, error)

func (*NullablePermissionsRevokePostRequest) Set ¶

func (*NullablePermissionsRevokePostRequest) UnmarshalJSON ¶

func (v *NullablePermissionsRevokePostRequest) UnmarshalJSON(src []byte) error

func (*NullablePermissionsRevokePostRequest) Unset ¶

type NullablePostgresOptions ¶

type NullablePostgresOptions struct {
	// contains filtered or unexported fields
}

func NewNullablePostgresOptions ¶

func NewNullablePostgresOptions(val *PostgresOptions) *NullablePostgresOptions

func (NullablePostgresOptions) Get ¶

func (NullablePostgresOptions) IsSet ¶

func (v NullablePostgresOptions) IsSet() bool

func (NullablePostgresOptions) MarshalJSON ¶

func (v NullablePostgresOptions) MarshalJSON() ([]byte, error)

func (*NullablePostgresOptions) Set ¶

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 (NullablePostgresOptionsDatabaseOptions) Get ¶

func (NullablePostgresOptionsDatabaseOptions) IsSet ¶

func (NullablePostgresOptionsDatabaseOptions) MarshalJSON ¶

func (v NullablePostgresOptionsDatabaseOptions) MarshalJSON() ([]byte, error)

func (*NullablePostgresOptionsDatabaseOptions) Set ¶

func (*NullablePostgresOptionsDatabaseOptions) UnmarshalJSON ¶

func (v *NullablePostgresOptionsDatabaseOptions) UnmarshalJSON(src []byte) error

func (*NullablePostgresOptionsDatabaseOptions) Unset ¶

type NullablePostgresOptionsDatabaseOptionsAnyOf ¶

type NullablePostgresOptionsDatabaseOptionsAnyOf struct {
	// contains filtered or unexported fields
}

func (NullablePostgresOptionsDatabaseOptionsAnyOf) Get ¶

func (NullablePostgresOptionsDatabaseOptionsAnyOf) IsSet ¶

func (NullablePostgresOptionsDatabaseOptionsAnyOf) MarshalJSON ¶

func (*NullablePostgresOptionsDatabaseOptionsAnyOf) Set ¶

func (*NullablePostgresOptionsDatabaseOptionsAnyOf) UnmarshalJSON ¶

func (v *NullablePostgresOptionsDatabaseOptionsAnyOf) UnmarshalJSON(src []byte) error

func (*NullablePostgresOptionsDatabaseOptionsAnyOf) Unset ¶

type NullablePostgresOptionsDatabaseOptionsAnyOf1 ¶

type NullablePostgresOptionsDatabaseOptionsAnyOf1 struct {
	// contains filtered or unexported fields
}

func (NullablePostgresOptionsDatabaseOptionsAnyOf1) Get ¶

func (NullablePostgresOptionsDatabaseOptionsAnyOf1) IsSet ¶

func (NullablePostgresOptionsDatabaseOptionsAnyOf1) MarshalJSON ¶

func (*NullablePostgresOptionsDatabaseOptionsAnyOf1) Set ¶

func (*NullablePostgresOptionsDatabaseOptionsAnyOf1) UnmarshalJSON ¶

func (*NullablePostgresOptionsDatabaseOptionsAnyOf1) Unset ¶

type NullablePostgresOptionsDatabaseOptionsAnyOfSshTunnelOptions ¶

type NullablePostgresOptionsDatabaseOptionsAnyOfSshTunnelOptions struct {
	// contains filtered or unexported fields
}

func (NullablePostgresOptionsDatabaseOptionsAnyOfSshTunnelOptions) Get ¶

func (NullablePostgresOptionsDatabaseOptionsAnyOfSshTunnelOptions) IsSet ¶

func (NullablePostgresOptionsDatabaseOptionsAnyOfSshTunnelOptions) MarshalJSON ¶

func (*NullablePostgresOptionsDatabaseOptionsAnyOfSshTunnelOptions) Set ¶

func (*NullablePostgresOptionsDatabaseOptionsAnyOfSshTunnelOptions) UnmarshalJSON ¶

func (*NullablePostgresOptionsDatabaseOptionsAnyOfSshTunnelOptions) Unset ¶

type NullablePostgresOptionsDatabaseOptionsAnyOfSslSettings ¶

type NullablePostgresOptionsDatabaseOptionsAnyOfSslSettings struct {
	// contains filtered or unexported fields
}

func (NullablePostgresOptionsDatabaseOptionsAnyOfSslSettings) Get ¶

func (NullablePostgresOptionsDatabaseOptionsAnyOfSslSettings) IsSet ¶

func (NullablePostgresOptionsDatabaseOptionsAnyOfSslSettings) MarshalJSON ¶

func (*NullablePostgresOptionsDatabaseOptionsAnyOfSslSettings) Set ¶

func (*NullablePostgresOptionsDatabaseOptionsAnyOfSslSettings) UnmarshalJSON ¶

func (*NullablePostgresOptionsDatabaseOptionsAnyOfSslSettings) Unset ¶

type NullableRedshiftOptions ¶

type NullableRedshiftOptions struct {
	// contains filtered or unexported fields
}

func NewNullableRedshiftOptions ¶

func NewNullableRedshiftOptions(val *RedshiftOptions) *NullableRedshiftOptions

func (NullableRedshiftOptions) Get ¶

func (NullableRedshiftOptions) IsSet ¶

func (v NullableRedshiftOptions) IsSet() bool

func (NullableRedshiftOptions) MarshalJSON ¶

func (v NullableRedshiftOptions) MarshalJSON() ([]byte, error)

func (*NullableRedshiftOptions) Set ¶

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 (NullableRedshiftOptionsDatabaseOptions) Get ¶

func (NullableRedshiftOptionsDatabaseOptions) IsSet ¶

func (NullableRedshiftOptionsDatabaseOptions) MarshalJSON ¶

func (v NullableRedshiftOptionsDatabaseOptions) MarshalJSON() ([]byte, error)

func (*NullableRedshiftOptionsDatabaseOptions) Set ¶

func (*NullableRedshiftOptionsDatabaseOptions) UnmarshalJSON ¶

func (v *NullableRedshiftOptionsDatabaseOptions) UnmarshalJSON(src []byte) error

func (*NullableRedshiftOptionsDatabaseOptions) Unset ¶

type NullableRedshiftOptionsDatabaseOptionsSslSettings ¶

type NullableRedshiftOptionsDatabaseOptionsSslSettings struct {
	// contains filtered or unexported fields
}

func (NullableRedshiftOptionsDatabaseOptionsSslSettings) Get ¶

func (NullableRedshiftOptionsDatabaseOptionsSslSettings) IsSet ¶

func (NullableRedshiftOptionsDatabaseOptionsSslSettings) MarshalJSON ¶

func (*NullableRedshiftOptionsDatabaseOptionsSslSettings) Set ¶

func (*NullableRedshiftOptionsDatabaseOptionsSslSettings) UnmarshalJSON ¶

func (*NullableRedshiftOptionsDatabaseOptionsSslSettings) Unset ¶

type NullableRemoveOperation ¶

type NullableRemoveOperation struct {
	// contains filtered or unexported fields
}

func NewNullableRemoveOperation ¶

func NewNullableRemoveOperation(val *RemoveOperation) *NullableRemoveOperation

func (NullableRemoveOperation) Get ¶

func (NullableRemoveOperation) IsSet ¶

func (v NullableRemoveOperation) IsSet() bool

func (NullableRemoveOperation) MarshalJSON ¶

func (v NullableRemoveOperation) MarshalJSON() ([]byte, error)

func (*NullableRemoveOperation) Set ¶

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 (NullableReplaceOperation) IsSet ¶

func (v NullableReplaceOperation) IsSet() bool

func (NullableReplaceOperation) MarshalJSON ¶

func (v NullableReplaceOperation) MarshalJSON() ([]byte, error)

func (*NullableReplaceOperation) Set ¶

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 (NullableResourceConfiguration) Get ¶

func (NullableResourceConfiguration) IsSet ¶

func (NullableResourceConfiguration) MarshalJSON ¶

func (v NullableResourceConfiguration) MarshalJSON() ([]byte, error)

func (*NullableResourceConfiguration) Set ¶

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 (NullableResourceConfigurationsConfigurationIdGet200Response) Get ¶

func (NullableResourceConfigurationsConfigurationIdGet200Response) IsSet ¶

func (NullableResourceConfigurationsConfigurationIdGet200Response) MarshalJSON ¶

func (*NullableResourceConfigurationsConfigurationIdGet200Response) Set ¶

func (*NullableResourceConfigurationsConfigurationIdGet200Response) UnmarshalJSON ¶

func (*NullableResourceConfigurationsConfigurationIdGet200Response) Unset ¶

type NullableResourceConfigurationsConfigurationIdPatch200Response ¶ added in v1.0.0

type NullableResourceConfigurationsConfigurationIdPatch200Response struct {
	// contains filtered or unexported fields
}

func (NullableResourceConfigurationsConfigurationIdPatch200Response) Get ¶ added in v1.0.0

func (NullableResourceConfigurationsConfigurationIdPatch200Response) IsSet ¶ added in v1.0.0

func (NullableResourceConfigurationsConfigurationIdPatch200Response) MarshalJSON ¶ added in v1.0.0

func (*NullableResourceConfigurationsConfigurationIdPatch200Response) Set ¶ added in v1.0.0

func (*NullableResourceConfigurationsConfigurationIdPatch200Response) UnmarshalJSON ¶ added in v1.0.0

func (*NullableResourceConfigurationsConfigurationIdPatch200Response) Unset ¶ added in v1.0.0

type NullableResourceConfigurationsConfigurationIdPatch200ResponseData ¶ added in v1.0.0

type NullableResourceConfigurationsConfigurationIdPatch200ResponseData struct {
	// contains filtered or unexported fields
}

func (NullableResourceConfigurationsConfigurationIdPatch200ResponseData) Get ¶ added in v1.0.0

func (NullableResourceConfigurationsConfigurationIdPatch200ResponseData) IsSet ¶ added in v1.0.0

func (NullableResourceConfigurationsConfigurationIdPatch200ResponseData) MarshalJSON ¶ added in v1.0.0

func (*NullableResourceConfigurationsConfigurationIdPatch200ResponseData) Set ¶ added in v1.0.0

func (*NullableResourceConfigurationsConfigurationIdPatch200ResponseData) UnmarshalJSON ¶ added in v1.0.0

func (*NullableResourceConfigurationsConfigurationIdPatch200ResponseData) Unset ¶ added in v1.0.0

type NullableResourceConfigurationsConfigurationIdPatchRequest ¶ added in v1.0.0

type NullableResourceConfigurationsConfigurationIdPatchRequest struct {
	// contains filtered or unexported fields
}

func (NullableResourceConfigurationsConfigurationIdPatchRequest) Get ¶ added in v1.0.0

func (NullableResourceConfigurationsConfigurationIdPatchRequest) IsSet ¶ added in v1.0.0

func (NullableResourceConfigurationsConfigurationIdPatchRequest) MarshalJSON ¶ added in v1.0.0

func (*NullableResourceConfigurationsConfigurationIdPatchRequest) Set ¶ added in v1.0.0

func (*NullableResourceConfigurationsConfigurationIdPatchRequest) UnmarshalJSON ¶ added in v1.0.0

func (*NullableResourceConfigurationsConfigurationIdPatchRequest) Unset ¶ added in v1.0.0

type NullableResourceConfigurationsGet200Response ¶

type NullableResourceConfigurationsGet200Response struct {
	// contains filtered or unexported fields
}

func (NullableResourceConfigurationsGet200Response) Get ¶

func (NullableResourceConfigurationsGet200Response) IsSet ¶

func (NullableResourceConfigurationsGet200Response) MarshalJSON ¶

func (*NullableResourceConfigurationsGet200Response) Set ¶

func (*NullableResourceConfigurationsGet200Response) UnmarshalJSON ¶

func (*NullableResourceConfigurationsGet200Response) Unset ¶

type NullableResourceConfigurationsGet200ResponseDataInner ¶

type NullableResourceConfigurationsGet200ResponseDataInner struct {
	// contains filtered or unexported fields
}

func (NullableResourceConfigurationsGet200ResponseDataInner) Get ¶

func (NullableResourceConfigurationsGet200ResponseDataInner) IsSet ¶

func (NullableResourceConfigurationsGet200ResponseDataInner) MarshalJSON ¶

func (*NullableResourceConfigurationsGet200ResponseDataInner) Set ¶

func (*NullableResourceConfigurationsGet200ResponseDataInner) UnmarshalJSON ¶

func (*NullableResourceConfigurationsGet200ResponseDataInner) Unset ¶

type NullableResourceConfigurationsGet200ResponseDataInnerEnvironment ¶

type NullableResourceConfigurationsGet200ResponseDataInnerEnvironment struct {
	// contains filtered or unexported fields
}

func (NullableResourceConfigurationsGet200ResponseDataInnerEnvironment) Get ¶

func (NullableResourceConfigurationsGet200ResponseDataInnerEnvironment) IsSet ¶

func (NullableResourceConfigurationsGet200ResponseDataInnerEnvironment) MarshalJSON ¶

func (*NullableResourceConfigurationsGet200ResponseDataInnerEnvironment) Set ¶

func (*NullableResourceConfigurationsGet200ResponseDataInnerEnvironment) UnmarshalJSON ¶

func (*NullableResourceConfigurationsGet200ResponseDataInnerEnvironment) Unset ¶

type NullableResourceConfigurationsGet200ResponseDataInnerOptions ¶

type NullableResourceConfigurationsGet200ResponseDataInnerOptions struct {
	// contains filtered or unexported fields
}

func (NullableResourceConfigurationsGet200ResponseDataInnerOptions) Get ¶

func (NullableResourceConfigurationsGet200ResponseDataInnerOptions) IsSet ¶

func (NullableResourceConfigurationsGet200ResponseDataInnerOptions) MarshalJSON ¶

func (*NullableResourceConfigurationsGet200ResponseDataInnerOptions) Set ¶

func (*NullableResourceConfigurationsGet200ResponseDataInnerOptions) UnmarshalJSON ¶

func (*NullableResourceConfigurationsGet200ResponseDataInnerOptions) Unset ¶

type NullableResourceConfigurationsPost200Response ¶ added in v1.0.0

type NullableResourceConfigurationsPost200Response struct {
	// contains filtered or unexported fields
}

func (NullableResourceConfigurationsPost200Response) Get ¶ added in v1.0.0

func (NullableResourceConfigurationsPost200Response) IsSet ¶ added in v1.0.0

func (NullableResourceConfigurationsPost200Response) MarshalJSON ¶ added in v1.0.0

func (*NullableResourceConfigurationsPost200Response) Set ¶ added in v1.0.0

func (*NullableResourceConfigurationsPost200Response) UnmarshalJSON ¶ added in v1.0.0

func (*NullableResourceConfigurationsPost200Response) Unset ¶ added in v1.0.0

type NullableResourceConfigurationsPost200ResponseData ¶ added in v1.0.0

type NullableResourceConfigurationsPost200ResponseData struct {
	// contains filtered or unexported fields
}

func (NullableResourceConfigurationsPost200ResponseData) Get ¶ added in v1.0.0

func (NullableResourceConfigurationsPost200ResponseData) IsSet ¶ added in v1.0.0

func (NullableResourceConfigurationsPost200ResponseData) MarshalJSON ¶ added in v1.0.0

func (*NullableResourceConfigurationsPost200ResponseData) Set ¶ added in v1.0.0

func (*NullableResourceConfigurationsPost200ResponseData) UnmarshalJSON ¶ added in v1.0.0

func (*NullableResourceConfigurationsPost200ResponseData) Unset ¶ added in v1.0.0

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) Get ¶ added in v1.0.0

func (NullableResourceConfigurationsPostRequest) IsSet ¶ added in v1.0.0

func (NullableResourceConfigurationsPostRequest) MarshalJSON ¶ added in v1.0.0

func (*NullableResourceConfigurationsPostRequest) Set ¶ added in v1.0.0

func (*NullableResourceConfigurationsPostRequest) UnmarshalJSON ¶ added in v1.0.0

func (v *NullableResourceConfigurationsPostRequest) UnmarshalJSON(src []byte) error

func (*NullableResourceConfigurationsPostRequest) Unset ¶ added in v1.0.0

type NullableResourcesGet200Response ¶

type NullableResourcesGet200Response struct {
	// contains filtered or unexported fields
}

func (NullableResourcesGet200Response) Get ¶

func (NullableResourcesGet200Response) IsSet ¶

func (NullableResourcesGet200Response) MarshalJSON ¶

func (v NullableResourcesGet200Response) MarshalJSON() ([]byte, error)

func (*NullableResourcesGet200Response) Set ¶

func (*NullableResourcesGet200Response) UnmarshalJSON ¶

func (v *NullableResourcesGet200Response) UnmarshalJSON(src []byte) error

func (*NullableResourcesGet200Response) Unset ¶

type NullableResourcesGet200ResponseDataInner ¶

type NullableResourcesGet200ResponseDataInner struct {
	// contains filtered or unexported fields
}

func (NullableResourcesGet200ResponseDataInner) Get ¶

func (NullableResourcesGet200ResponseDataInner) IsSet ¶

func (NullableResourcesGet200ResponseDataInner) MarshalJSON ¶

func (*NullableResourcesGet200ResponseDataInner) Set ¶

func (*NullableResourcesGet200ResponseDataInner) UnmarshalJSON ¶

func (v *NullableResourcesGet200ResponseDataInner) UnmarshalJSON(src []byte) error

func (*NullableResourcesGet200ResponseDataInner) Unset ¶

type NullableResourcesGet200ResponseDataInnerId ¶

type NullableResourcesGet200ResponseDataInnerId struct {
	// contains filtered or unexported fields
}

func (NullableResourcesGet200ResponseDataInnerId) Get ¶

func (NullableResourcesGet200ResponseDataInnerId) IsSet ¶

func (NullableResourcesGet200ResponseDataInnerId) MarshalJSON ¶

func (*NullableResourcesGet200ResponseDataInnerId) Set ¶

func (*NullableResourcesGet200ResponseDataInnerId) UnmarshalJSON ¶

func (v *NullableResourcesGet200ResponseDataInnerId) UnmarshalJSON(src []byte) error

func (*NullableResourcesGet200ResponseDataInnerId) Unset ¶

type NullableResourcesPost200Response ¶

type NullableResourcesPost200Response struct {
	// contains filtered or unexported fields
}

func (NullableResourcesPost200Response) Get ¶

func (NullableResourcesPost200Response) IsSet ¶

func (NullableResourcesPost200Response) MarshalJSON ¶

func (v NullableResourcesPost200Response) MarshalJSON() ([]byte, error)

func (*NullableResourcesPost200Response) Set ¶

func (*NullableResourcesPost200Response) UnmarshalJSON ¶

func (v *NullableResourcesPost200Response) UnmarshalJSON(src []byte) error

func (*NullableResourcesPost200Response) Unset ¶

type NullableResourcesPost200ResponseData ¶

type NullableResourcesPost200ResponseData struct {
	// contains filtered or unexported fields
}

func (NullableResourcesPost200ResponseData) Get ¶

func (NullableResourcesPost200ResponseData) IsSet ¶

func (NullableResourcesPost200ResponseData) MarshalJSON ¶

func (v NullableResourcesPost200ResponseData) MarshalJSON() ([]byte, error)

func (*NullableResourcesPost200ResponseData) Set ¶

func (*NullableResourcesPost200ResponseData) UnmarshalJSON ¶

func (v *NullableResourcesPost200ResponseData) UnmarshalJSON(src []byte) error

func (*NullableResourcesPost200ResponseData) Unset ¶

type NullableResourcesPostRequest ¶

type NullableResourcesPostRequest struct {
	// contains filtered or unexported fields
}

func (NullableResourcesPostRequest) Get ¶

func (NullableResourcesPostRequest) IsSet ¶

func (NullableResourcesPostRequest) MarshalJSON ¶

func (v NullableResourcesPostRequest) MarshalJSON() ([]byte, error)

func (*NullableResourcesPostRequest) Set ¶

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 (NullableResourcesPostRequestOptions) Get ¶

func (NullableResourcesPostRequestOptions) IsSet ¶

func (NullableResourcesPostRequestOptions) MarshalJSON ¶

func (v NullableResourcesPostRequestOptions) MarshalJSON() ([]byte, error)

func (*NullableResourcesPostRequestOptions) Set ¶

func (*NullableResourcesPostRequestOptions) UnmarshalJSON ¶

func (v *NullableResourcesPostRequestOptions) UnmarshalJSON(src []byte) error

func (*NullableResourcesPostRequestOptions) Unset ¶

type NullableResourcesResourceIdGet200Response ¶

type NullableResourcesResourceIdGet200Response struct {
	// contains filtered or unexported fields
}

func (NullableResourcesResourceIdGet200Response) Get ¶

func (NullableResourcesResourceIdGet200Response) IsSet ¶

func (NullableResourcesResourceIdGet200Response) MarshalJSON ¶

func (*NullableResourcesResourceIdGet200Response) Set ¶

func (*NullableResourcesResourceIdGet200Response) UnmarshalJSON ¶

func (v *NullableResourcesResourceIdGet200Response) UnmarshalJSON(src []byte) error

func (*NullableResourcesResourceIdGet200Response) Unset ¶

type NullableResourcesResourceIdPatch200Response ¶ added in v1.0.0

type NullableResourcesResourceIdPatch200Response struct {
	// contains filtered or unexported fields
}

func (NullableResourcesResourceIdPatch200Response) Get ¶ added in v1.0.0

func (NullableResourcesResourceIdPatch200Response) IsSet ¶ added in v1.0.0

func (NullableResourcesResourceIdPatch200Response) MarshalJSON ¶ added in v1.0.0

func (*NullableResourcesResourceIdPatch200Response) Set ¶ added in v1.0.0

func (*NullableResourcesResourceIdPatch200Response) UnmarshalJSON ¶ added in v1.0.0

func (v *NullableResourcesResourceIdPatch200Response) UnmarshalJSON(src []byte) error

func (*NullableResourcesResourceIdPatch200Response) Unset ¶ added in v1.0.0

type NullableResourcesResourceIdPatch200ResponseData ¶ added in v1.0.0

type NullableResourcesResourceIdPatch200ResponseData struct {
	// contains filtered or unexported fields
}

func (NullableResourcesResourceIdPatch200ResponseData) Get ¶ added in v1.0.0

func (NullableResourcesResourceIdPatch200ResponseData) IsSet ¶ added in v1.0.0

func (NullableResourcesResourceIdPatch200ResponseData) MarshalJSON ¶ added in v1.0.0

func (*NullableResourcesResourceIdPatch200ResponseData) Set ¶ added in v1.0.0

func (*NullableResourcesResourceIdPatch200ResponseData) UnmarshalJSON ¶ added in v1.0.0

func (*NullableResourcesResourceIdPatch200ResponseData) Unset ¶ added in v1.0.0

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) Get ¶ added in v1.0.0

func (NullableResourcesResourceIdPatchRequest) IsSet ¶ added in v1.0.0

func (NullableResourcesResourceIdPatchRequest) MarshalJSON ¶ added in v1.0.0

func (v NullableResourcesResourceIdPatchRequest) MarshalJSON() ([]byte, error)

func (*NullableResourcesResourceIdPatchRequest) Set ¶ added in v1.0.0

func (*NullableResourcesResourceIdPatchRequest) UnmarshalJSON ¶ added in v1.0.0

func (v *NullableResourcesResourceIdPatchRequest) UnmarshalJSON(src []byte) error

func (*NullableResourcesResourceIdPatchRequest) Unset ¶ added in v1.0.0

type NullableRestAPIOptions ¶

type NullableRestAPIOptions struct {
	// contains filtered or unexported fields
}

func NewNullableRestAPIOptions ¶

func NewNullableRestAPIOptions(val *RestAPIOptions) *NullableRestAPIOptions

func (NullableRestAPIOptions) Get ¶

func (NullableRestAPIOptions) IsSet ¶

func (v NullableRestAPIOptions) IsSet() bool

func (NullableRestAPIOptions) MarshalJSON ¶

func (v NullableRestAPIOptions) MarshalJSON() ([]byte, error)

func (*NullableRestAPIOptions) Set ¶

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 (NullableRestAPIOptionsAuthenticationOptions) Get ¶

func (NullableRestAPIOptionsAuthenticationOptions) IsSet ¶

func (NullableRestAPIOptionsAuthenticationOptions) MarshalJSON ¶

func (*NullableRestAPIOptionsAuthenticationOptions) Set ¶

func (*NullableRestAPIOptionsAuthenticationOptions) UnmarshalJSON ¶

func (v *NullableRestAPIOptionsAuthenticationOptions) UnmarshalJSON(src []byte) error

func (*NullableRestAPIOptionsAuthenticationOptions) Unset ¶

type NullableRestAPIOptionsAuthenticationOptionsAnyOf ¶

type NullableRestAPIOptionsAuthenticationOptionsAnyOf struct {
	// contains filtered or unexported fields
}

func (NullableRestAPIOptionsAuthenticationOptionsAnyOf) Get ¶

func (NullableRestAPIOptionsAuthenticationOptionsAnyOf) IsSet ¶

func (NullableRestAPIOptionsAuthenticationOptionsAnyOf) MarshalJSON ¶

func (*NullableRestAPIOptionsAuthenticationOptionsAnyOf) Set ¶

func (*NullableRestAPIOptionsAuthenticationOptionsAnyOf) UnmarshalJSON ¶

func (*NullableRestAPIOptionsAuthenticationOptionsAnyOf) Unset ¶

type NullableRestAPIOptionsAuthenticationOptionsAnyOf1 ¶

type NullableRestAPIOptionsAuthenticationOptionsAnyOf1 struct {
	// contains filtered or unexported fields
}

func (NullableRestAPIOptionsAuthenticationOptionsAnyOf1) Get ¶

func (NullableRestAPIOptionsAuthenticationOptionsAnyOf1) IsSet ¶

func (NullableRestAPIOptionsAuthenticationOptionsAnyOf1) MarshalJSON ¶

func (*NullableRestAPIOptionsAuthenticationOptionsAnyOf1) Set ¶

func (*NullableRestAPIOptionsAuthenticationOptionsAnyOf1) UnmarshalJSON ¶

func (*NullableRestAPIOptionsAuthenticationOptionsAnyOf1) Unset ¶

type NullableRestAPIOptionsAuthenticationOptionsAnyOf2 ¶

type NullableRestAPIOptionsAuthenticationOptionsAnyOf2 struct {
	// contains filtered or unexported fields
}

func (NullableRestAPIOptionsAuthenticationOptionsAnyOf2) Get ¶

func (NullableRestAPIOptionsAuthenticationOptionsAnyOf2) IsSet ¶

func (NullableRestAPIOptionsAuthenticationOptionsAnyOf2) MarshalJSON ¶

func (*NullableRestAPIOptionsAuthenticationOptionsAnyOf2) Set ¶

func (*NullableRestAPIOptionsAuthenticationOptionsAnyOf2) UnmarshalJSON ¶

func (*NullableRestAPIOptionsAuthenticationOptionsAnyOf2) Unset ¶

type NullableRestAPIOptionsAuthenticationOptionsAnyOf3 ¶

type NullableRestAPIOptionsAuthenticationOptionsAnyOf3 struct {
	// contains filtered or unexported fields
}

func (NullableRestAPIOptionsAuthenticationOptionsAnyOf3) Get ¶

func (NullableRestAPIOptionsAuthenticationOptionsAnyOf3) IsSet ¶

func (NullableRestAPIOptionsAuthenticationOptionsAnyOf3) MarshalJSON ¶

func (*NullableRestAPIOptionsAuthenticationOptionsAnyOf3) Set ¶

func (*NullableRestAPIOptionsAuthenticationOptionsAnyOf3) UnmarshalJSON ¶

func (*NullableRestAPIOptionsAuthenticationOptionsAnyOf3) Unset ¶

type NullableRestAPIOptionsAuthenticationOptionsAnyOf4 ¶

type NullableRestAPIOptionsAuthenticationOptionsAnyOf4 struct {
	// contains filtered or unexported fields
}

func (NullableRestAPIOptionsAuthenticationOptionsAnyOf4) Get ¶

func (NullableRestAPIOptionsAuthenticationOptionsAnyOf4) IsSet ¶

func (NullableRestAPIOptionsAuthenticationOptionsAnyOf4) MarshalJSON ¶

func (*NullableRestAPIOptionsAuthenticationOptionsAnyOf4) Set ¶

func (*NullableRestAPIOptionsAuthenticationOptionsAnyOf4) UnmarshalJSON ¶

func (*NullableRestAPIOptionsAuthenticationOptionsAnyOf4) Unset ¶

type NullableRestAPIOptionsAuthenticationOptionsAnyOf4Oauth1SignatureMethod ¶

type NullableRestAPIOptionsAuthenticationOptionsAnyOf4Oauth1SignatureMethod struct {
	// contains filtered or unexported fields
}

func (NullableRestAPIOptionsAuthenticationOptionsAnyOf4Oauth1SignatureMethod) Get ¶

func (NullableRestAPIOptionsAuthenticationOptionsAnyOf4Oauth1SignatureMethod) IsSet ¶

func (NullableRestAPIOptionsAuthenticationOptionsAnyOf4Oauth1SignatureMethod) MarshalJSON ¶

func (*NullableRestAPIOptionsAuthenticationOptionsAnyOf4Oauth1SignatureMethod) Set ¶

func (*NullableRestAPIOptionsAuthenticationOptionsAnyOf4Oauth1SignatureMethod) UnmarshalJSON ¶

func (*NullableRestAPIOptionsAuthenticationOptionsAnyOf4Oauth1SignatureMethod) Unset ¶

type NullableRestAPIOptionsAuthenticationOptionsAnyOf5 ¶

type NullableRestAPIOptionsAuthenticationOptionsAnyOf5 struct {
	// contains filtered or unexported fields
}

func (NullableRestAPIOptionsAuthenticationOptionsAnyOf5) Get ¶

func (NullableRestAPIOptionsAuthenticationOptionsAnyOf5) IsSet ¶

func (NullableRestAPIOptionsAuthenticationOptionsAnyOf5) MarshalJSON ¶

func (*NullableRestAPIOptionsAuthenticationOptionsAnyOf5) Set ¶

func (*NullableRestAPIOptionsAuthenticationOptionsAnyOf5) UnmarshalJSON ¶

func (*NullableRestAPIOptionsAuthenticationOptionsAnyOf5) Unset ¶

type NullableRestAPIOptionsAuthenticationOptionsAnyOf6 ¶

type NullableRestAPIOptionsAuthenticationOptionsAnyOf6 struct {
	// contains filtered or unexported fields
}

func (NullableRestAPIOptionsAuthenticationOptionsAnyOf6) Get ¶

func (NullableRestAPIOptionsAuthenticationOptionsAnyOf6) IsSet ¶

func (NullableRestAPIOptionsAuthenticationOptionsAnyOf6) MarshalJSON ¶

func (*NullableRestAPIOptionsAuthenticationOptionsAnyOf6) Set ¶

func (*NullableRestAPIOptionsAuthenticationOptionsAnyOf6) UnmarshalJSON ¶

func (*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 (NullableRolePermissionsRoleGrantsPostRequest) Get ¶ added in v1.0.0

func (NullableRolePermissionsRoleGrantsPostRequest) IsSet ¶ added in v1.0.0

func (NullableRolePermissionsRoleGrantsPostRequest) MarshalJSON ¶ added in v1.0.0

func (*NullableRolePermissionsRoleGrantsPostRequest) Set ¶ added in v1.0.0

func (*NullableRolePermissionsRoleGrantsPostRequest) UnmarshalJSON ¶ added in v1.0.0

func (*NullableRolePermissionsRoleGrantsPostRequest) Unset ¶ added in v1.0.0

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) Get ¶ added in v1.0.0

func (NullableRolePermissionsRolesGet200Response) IsSet ¶ added in v1.0.0

func (NullableRolePermissionsRolesGet200Response) MarshalJSON ¶ added in v1.0.0

func (*NullableRolePermissionsRolesGet200Response) Set ¶ added in v1.0.0

func (*NullableRolePermissionsRolesGet200Response) UnmarshalJSON ¶ added in v1.0.0

func (v *NullableRolePermissionsRolesGet200Response) UnmarshalJSON(src []byte) error

func (*NullableRolePermissionsRolesGet200Response) Unset ¶ added in v1.0.0

type NullableRolePermissionsRolesGet200ResponseDataInner ¶ added in v1.0.0

type NullableRolePermissionsRolesGet200ResponseDataInner struct {
	// contains filtered or unexported fields
}

func (NullableRolePermissionsRolesGet200ResponseDataInner) Get ¶ added in v1.0.0

func (NullableRolePermissionsRolesGet200ResponseDataInner) IsSet ¶ added in v1.0.0

func (NullableRolePermissionsRolesGet200ResponseDataInner) MarshalJSON ¶ added in v1.0.0

func (*NullableRolePermissionsRolesGet200ResponseDataInner) Set ¶ added in v1.0.0

func (*NullableRolePermissionsRolesGet200ResponseDataInner) UnmarshalJSON ¶ added in v1.0.0

func (*NullableRolePermissionsRolesGet200ResponseDataInner) Unset ¶ added in v1.0.0

type NullableRolePermissionsRolesPost201Response ¶ added in v1.0.0

type NullableRolePermissionsRolesPost201Response struct {
	// contains filtered or unexported fields
}

func (NullableRolePermissionsRolesPost201Response) Get ¶ added in v1.0.0

func (NullableRolePermissionsRolesPost201Response) IsSet ¶ added in v1.0.0

func (NullableRolePermissionsRolesPost201Response) MarshalJSON ¶ added in v1.0.0

func (*NullableRolePermissionsRolesPost201Response) Set ¶ added in v1.0.0

func (*NullableRolePermissionsRolesPost201Response) UnmarshalJSON ¶ added in v1.0.0

func (v *NullableRolePermissionsRolesPost201Response) UnmarshalJSON(src []byte) error

func (*NullableRolePermissionsRolesPost201Response) Unset ¶ added in v1.0.0

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) Get ¶ added in v1.0.0

func (NullableRolePermissionsRolesPostRequest) IsSet ¶ added in v1.0.0

func (NullableRolePermissionsRolesPostRequest) MarshalJSON ¶ added in v1.0.0

func (v NullableRolePermissionsRolesPostRequest) MarshalJSON() ([]byte, error)

func (*NullableRolePermissionsRolesPostRequest) Set ¶ added in v1.0.0

func (*NullableRolePermissionsRolesPostRequest) UnmarshalJSON ¶ added in v1.0.0

func (v *NullableRolePermissionsRolesPostRequest) UnmarshalJSON(src []byte) error

func (*NullableRolePermissionsRolesPostRequest) Unset ¶ added in v1.0.0

type NullableRolePermissionsRolesRoleIdPatchRequest ¶ added in v1.0.0

type NullableRolePermissionsRolesRoleIdPatchRequest struct {
	// contains filtered or unexported fields
}

func (NullableRolePermissionsRolesRoleIdPatchRequest) Get ¶ added in v1.0.0

func (NullableRolePermissionsRolesRoleIdPatchRequest) IsSet ¶ added in v1.0.0

func (NullableRolePermissionsRolesRoleIdPatchRequest) MarshalJSON ¶ added in v1.0.0

func (*NullableRolePermissionsRolesRoleIdPatchRequest) Set ¶ added in v1.0.0

func (*NullableRolePermissionsRolesRoleIdPatchRequest) UnmarshalJSON ¶ added in v1.0.0

func (*NullableRolePermissionsRolesRoleIdPatchRequest) Unset ¶ added in v1.0.0

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 (NullableSnowflakeOptions) IsSet ¶

func (v NullableSnowflakeOptions) IsSet() bool

func (NullableSnowflakeOptions) MarshalJSON ¶

func (v NullableSnowflakeOptions) MarshalJSON() ([]byte, error)

func (*NullableSnowflakeOptions) Set ¶

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 (NullableSnowflakeOptionsAuthenticationOptions) Get ¶

func (NullableSnowflakeOptionsAuthenticationOptions) IsSet ¶

func (NullableSnowflakeOptionsAuthenticationOptions) MarshalJSON ¶

func (*NullableSnowflakeOptionsAuthenticationOptions) Set ¶

func (*NullableSnowflakeOptionsAuthenticationOptions) UnmarshalJSON ¶

func (*NullableSnowflakeOptionsAuthenticationOptions) Unset ¶

type NullableSnowflakeOptionsAuthenticationOptionsAnyOf ¶

type NullableSnowflakeOptionsAuthenticationOptionsAnyOf struct {
	// contains filtered or unexported fields
}

func (NullableSnowflakeOptionsAuthenticationOptionsAnyOf) Get ¶

func (NullableSnowflakeOptionsAuthenticationOptionsAnyOf) IsSet ¶

func (NullableSnowflakeOptionsAuthenticationOptionsAnyOf) MarshalJSON ¶

func (*NullableSnowflakeOptionsAuthenticationOptionsAnyOf) Set ¶

func (*NullableSnowflakeOptionsAuthenticationOptionsAnyOf) UnmarshalJSON ¶

func (*NullableSnowflakeOptionsAuthenticationOptionsAnyOf) Unset ¶

type NullableSnowflakeOptionsAuthenticationOptionsAnyOf1 ¶

type NullableSnowflakeOptionsAuthenticationOptionsAnyOf1 struct {
	// contains filtered or unexported fields
}

func (NullableSnowflakeOptionsAuthenticationOptionsAnyOf1) Get ¶

func (NullableSnowflakeOptionsAuthenticationOptionsAnyOf1) IsSet ¶

func (NullableSnowflakeOptionsAuthenticationOptionsAnyOf1) MarshalJSON ¶

func (*NullableSnowflakeOptionsAuthenticationOptionsAnyOf1) Set ¶

func (*NullableSnowflakeOptionsAuthenticationOptionsAnyOf1) UnmarshalJSON ¶

func (*NullableSnowflakeOptionsAuthenticationOptionsAnyOf1) Unset ¶

type NullableSnowflakeOptionsAuthenticationOptionsAnyOf2 ¶

type NullableSnowflakeOptionsAuthenticationOptionsAnyOf2 struct {
	// contains filtered or unexported fields
}

func (NullableSnowflakeOptionsAuthenticationOptionsAnyOf2) Get ¶

func (NullableSnowflakeOptionsAuthenticationOptionsAnyOf2) IsSet ¶

func (NullableSnowflakeOptionsAuthenticationOptionsAnyOf2) MarshalJSON ¶

func (*NullableSnowflakeOptionsAuthenticationOptionsAnyOf2) Set ¶

func (*NullableSnowflakeOptionsAuthenticationOptionsAnyOf2) UnmarshalJSON ¶

func (*NullableSnowflakeOptionsAuthenticationOptionsAnyOf2) Unset ¶

type NullableSnowflakeOptionsDatabaseOptions ¶

type NullableSnowflakeOptionsDatabaseOptions struct {
	// contains filtered or unexported fields
}

func (NullableSnowflakeOptionsDatabaseOptions) Get ¶

func (NullableSnowflakeOptionsDatabaseOptions) IsSet ¶

func (NullableSnowflakeOptionsDatabaseOptions) MarshalJSON ¶

func (v NullableSnowflakeOptionsDatabaseOptions) MarshalJSON() ([]byte, error)

func (*NullableSnowflakeOptionsDatabaseOptions) Set ¶

func (*NullableSnowflakeOptionsDatabaseOptions) UnmarshalJSON ¶

func (v *NullableSnowflakeOptionsDatabaseOptions) UnmarshalJSON(src []byte) error

func (*NullableSnowflakeOptionsDatabaseOptions) Unset ¶

type NullableSourceControlConfigGet200Response ¶

type NullableSourceControlConfigGet200Response struct {
	// contains filtered or unexported fields
}

func (NullableSourceControlConfigGet200Response) Get ¶

func (NullableSourceControlConfigGet200Response) IsSet ¶

func (NullableSourceControlConfigGet200Response) MarshalJSON ¶

func (*NullableSourceControlConfigGet200Response) Set ¶

func (*NullableSourceControlConfigGet200Response) UnmarshalJSON ¶

func (v *NullableSourceControlConfigGet200Response) UnmarshalJSON(src []byte) error

func (*NullableSourceControlConfigGet200Response) Unset ¶

type NullableSourceControlConfigGet200ResponseData ¶

type NullableSourceControlConfigGet200ResponseData struct {
	// contains filtered or unexported fields
}

func (NullableSourceControlConfigGet200ResponseData) Get ¶

func (NullableSourceControlConfigGet200ResponseData) IsSet ¶

func (NullableSourceControlConfigGet200ResponseData) MarshalJSON ¶

func (*NullableSourceControlConfigGet200ResponseData) Set ¶

func (*NullableSourceControlConfigGet200ResponseData) UnmarshalJSON ¶

func (*NullableSourceControlConfigGet200ResponseData) Unset ¶

type NullableSourceControlConfigGet200ResponseDataAnyOf ¶

type NullableSourceControlConfigGet200ResponseDataAnyOf struct {
	// contains filtered or unexported fields
}

func (NullableSourceControlConfigGet200ResponseDataAnyOf) Get ¶

func (NullableSourceControlConfigGet200ResponseDataAnyOf) IsSet ¶

func (NullableSourceControlConfigGet200ResponseDataAnyOf) MarshalJSON ¶

func (*NullableSourceControlConfigGet200ResponseDataAnyOf) Set ¶

func (*NullableSourceControlConfigGet200ResponseDataAnyOf) UnmarshalJSON ¶

func (*NullableSourceControlConfigGet200ResponseDataAnyOf) Unset ¶

type NullableSourceControlConfigGet200ResponseDataAnyOf1 ¶

type NullableSourceControlConfigGet200ResponseDataAnyOf1 struct {
	// contains filtered or unexported fields
}

func (NullableSourceControlConfigGet200ResponseDataAnyOf1) Get ¶

func (NullableSourceControlConfigGet200ResponseDataAnyOf1) IsSet ¶

func (NullableSourceControlConfigGet200ResponseDataAnyOf1) MarshalJSON ¶

func (*NullableSourceControlConfigGet200ResponseDataAnyOf1) Set ¶

func (*NullableSourceControlConfigGet200ResponseDataAnyOf1) UnmarshalJSON ¶

func (*NullableSourceControlConfigGet200ResponseDataAnyOf1) Unset ¶

type NullableSourceControlConfigGet200ResponseDataAnyOf1Config ¶

type NullableSourceControlConfigGet200ResponseDataAnyOf1Config struct {
	// contains filtered or unexported fields
}

func (NullableSourceControlConfigGet200ResponseDataAnyOf1Config) Get ¶

func (NullableSourceControlConfigGet200ResponseDataAnyOf1Config) IsSet ¶

func (NullableSourceControlConfigGet200ResponseDataAnyOf1Config) MarshalJSON ¶

func (*NullableSourceControlConfigGet200ResponseDataAnyOf1Config) Set ¶

func (*NullableSourceControlConfigGet200ResponseDataAnyOf1Config) UnmarshalJSON ¶

func (*NullableSourceControlConfigGet200ResponseDataAnyOf1Config) Unset ¶

type NullableSourceControlConfigGet200ResponseDataAnyOf2 ¶

type NullableSourceControlConfigGet200ResponseDataAnyOf2 struct {
	// contains filtered or unexported fields
}

func (NullableSourceControlConfigGet200ResponseDataAnyOf2) Get ¶

func (NullableSourceControlConfigGet200ResponseDataAnyOf2) IsSet ¶

func (NullableSourceControlConfigGet200ResponseDataAnyOf2) MarshalJSON ¶

func (*NullableSourceControlConfigGet200ResponseDataAnyOf2) Set ¶

func (*NullableSourceControlConfigGet200ResponseDataAnyOf2) UnmarshalJSON ¶

func (*NullableSourceControlConfigGet200ResponseDataAnyOf2) Unset ¶

type NullableSourceControlConfigGet200ResponseDataAnyOf2Config ¶

type NullableSourceControlConfigGet200ResponseDataAnyOf2Config struct {
	// contains filtered or unexported fields
}

func (NullableSourceControlConfigGet200ResponseDataAnyOf2Config) Get ¶

func (NullableSourceControlConfigGet200ResponseDataAnyOf2Config) IsSet ¶

func (NullableSourceControlConfigGet200ResponseDataAnyOf2Config) MarshalJSON ¶

func (*NullableSourceControlConfigGet200ResponseDataAnyOf2Config) Set ¶

func (*NullableSourceControlConfigGet200ResponseDataAnyOf2Config) UnmarshalJSON ¶

func (*NullableSourceControlConfigGet200ResponseDataAnyOf2Config) Unset ¶

type NullableSourceControlConfigGet200ResponseDataAnyOf3 ¶

type NullableSourceControlConfigGet200ResponseDataAnyOf3 struct {
	// contains filtered or unexported fields
}

func (NullableSourceControlConfigGet200ResponseDataAnyOf3) Get ¶

func (NullableSourceControlConfigGet200ResponseDataAnyOf3) IsSet ¶

func (NullableSourceControlConfigGet200ResponseDataAnyOf3) MarshalJSON ¶

func (*NullableSourceControlConfigGet200ResponseDataAnyOf3) Set ¶

func (*NullableSourceControlConfigGet200ResponseDataAnyOf3) UnmarshalJSON ¶

func (*NullableSourceControlConfigGet200ResponseDataAnyOf3) Unset ¶

type NullableSourceControlConfigGet200ResponseDataAnyOf3Config ¶

type NullableSourceControlConfigGet200ResponseDataAnyOf3Config struct {
	// contains filtered or unexported fields
}

func (NullableSourceControlConfigGet200ResponseDataAnyOf3Config) Get ¶

func (NullableSourceControlConfigGet200ResponseDataAnyOf3Config) IsSet ¶

func (NullableSourceControlConfigGet200ResponseDataAnyOf3Config) MarshalJSON ¶

func (*NullableSourceControlConfigGet200ResponseDataAnyOf3Config) Set ¶

func (*NullableSourceControlConfigGet200ResponseDataAnyOf3Config) UnmarshalJSON ¶

func (*NullableSourceControlConfigGet200ResponseDataAnyOf3Config) Unset ¶

type NullableSourceControlConfigGet200ResponseDataAnyOf4 ¶

type NullableSourceControlConfigGet200ResponseDataAnyOf4 struct {
	// contains filtered or unexported fields
}

func (NullableSourceControlConfigGet200ResponseDataAnyOf4) Get ¶

func (NullableSourceControlConfigGet200ResponseDataAnyOf4) IsSet ¶

func (NullableSourceControlConfigGet200ResponseDataAnyOf4) MarshalJSON ¶

func (*NullableSourceControlConfigGet200ResponseDataAnyOf4) Set ¶

func (*NullableSourceControlConfigGet200ResponseDataAnyOf4) UnmarshalJSON ¶

func (*NullableSourceControlConfigGet200ResponseDataAnyOf4) Unset ¶

type NullableSourceControlConfigGet200ResponseDataAnyOf4Config ¶

type NullableSourceControlConfigGet200ResponseDataAnyOf4Config struct {
	// contains filtered or unexported fields
}

func (NullableSourceControlConfigGet200ResponseDataAnyOf4Config) Get ¶

func (NullableSourceControlConfigGet200ResponseDataAnyOf4Config) IsSet ¶

func (NullableSourceControlConfigGet200ResponseDataAnyOf4Config) MarshalJSON ¶

func (*NullableSourceControlConfigGet200ResponseDataAnyOf4Config) Set ¶

func (*NullableSourceControlConfigGet200ResponseDataAnyOf4Config) UnmarshalJSON ¶

func (*NullableSourceControlConfigGet200ResponseDataAnyOf4Config) Unset ¶

type NullableSourceControlConfigGet200ResponseDataAnyOfConfig ¶

type NullableSourceControlConfigGet200ResponseDataAnyOfConfig struct {
	// contains filtered or unexported fields
}

func (NullableSourceControlConfigGet200ResponseDataAnyOfConfig) Get ¶

func (NullableSourceControlConfigGet200ResponseDataAnyOfConfig) IsSet ¶

func (NullableSourceControlConfigGet200ResponseDataAnyOfConfig) MarshalJSON ¶

func (*NullableSourceControlConfigGet200ResponseDataAnyOfConfig) Set ¶

func (*NullableSourceControlConfigGet200ResponseDataAnyOfConfig) UnmarshalJSON ¶

func (*NullableSourceControlConfigGet200ResponseDataAnyOfConfig) Unset ¶

type NullableSourceControlConfigGet200ResponseDataAnyOfConfigAnyOf ¶

type NullableSourceControlConfigGet200ResponseDataAnyOfConfigAnyOf struct {
	// contains filtered or unexported fields
}

func (NullableSourceControlConfigGet200ResponseDataAnyOfConfigAnyOf) Get ¶

func (NullableSourceControlConfigGet200ResponseDataAnyOfConfigAnyOf) IsSet ¶

func (NullableSourceControlConfigGet200ResponseDataAnyOfConfigAnyOf) MarshalJSON ¶

func (*NullableSourceControlConfigGet200ResponseDataAnyOfConfigAnyOf) Set ¶

func (*NullableSourceControlConfigGet200ResponseDataAnyOfConfigAnyOf) UnmarshalJSON ¶

func (*NullableSourceControlConfigGet200ResponseDataAnyOfConfigAnyOf) Unset ¶

type NullableSourceControlConfigGet200ResponseDataAnyOfConfigAnyOf1 ¶

type NullableSourceControlConfigGet200ResponseDataAnyOfConfigAnyOf1 struct {
	// contains filtered or unexported fields
}

func (NullableSourceControlConfigGet200ResponseDataAnyOfConfigAnyOf1) Get ¶

func (NullableSourceControlConfigGet200ResponseDataAnyOfConfigAnyOf1) IsSet ¶

func (NullableSourceControlConfigGet200ResponseDataAnyOfConfigAnyOf1) MarshalJSON ¶

func (*NullableSourceControlConfigGet200ResponseDataAnyOfConfigAnyOf1) Set ¶

func (*NullableSourceControlConfigGet200ResponseDataAnyOfConfigAnyOf1) UnmarshalJSON ¶

func (*NullableSourceControlConfigGet200ResponseDataAnyOfConfigAnyOf1) Unset ¶

type NullableSourceControlConfigGet200ResponseDataOneOf ¶

type NullableSourceControlConfigGet200ResponseDataOneOf struct {
	// contains filtered or unexported fields
}

func (NullableSourceControlConfigGet200ResponseDataOneOf) Get ¶

func (NullableSourceControlConfigGet200ResponseDataOneOf) IsSet ¶

func (NullableSourceControlConfigGet200ResponseDataOneOf) MarshalJSON ¶

func (*NullableSourceControlConfigGet200ResponseDataOneOf) Set ¶

func (*NullableSourceControlConfigGet200ResponseDataOneOf) UnmarshalJSON ¶

func (*NullableSourceControlConfigGet200ResponseDataOneOf) Unset ¶

type NullableSourceControlConfigGet200ResponseDataOneOf1 ¶

type NullableSourceControlConfigGet200ResponseDataOneOf1 struct {
	// contains filtered or unexported fields
}

func (NullableSourceControlConfigGet200ResponseDataOneOf1) Get ¶

func (NullableSourceControlConfigGet200ResponseDataOneOf1) IsSet ¶

func (NullableSourceControlConfigGet200ResponseDataOneOf1) MarshalJSON ¶

func (*NullableSourceControlConfigGet200ResponseDataOneOf1) Set ¶

func (*NullableSourceControlConfigGet200ResponseDataOneOf1) UnmarshalJSON ¶

func (*NullableSourceControlConfigGet200ResponseDataOneOf1) Unset ¶

type NullableSourceControlConfigGet200ResponseDataOneOf1Config ¶

type NullableSourceControlConfigGet200ResponseDataOneOf1Config struct {
	// contains filtered or unexported fields
}

func (NullableSourceControlConfigGet200ResponseDataOneOf1Config) Get ¶

func (NullableSourceControlConfigGet200ResponseDataOneOf1Config) IsSet ¶

func (NullableSourceControlConfigGet200ResponseDataOneOf1Config) MarshalJSON ¶

func (*NullableSourceControlConfigGet200ResponseDataOneOf1Config) Set ¶

func (*NullableSourceControlConfigGet200ResponseDataOneOf1Config) UnmarshalJSON ¶

func (*NullableSourceControlConfigGet200ResponseDataOneOf1Config) Unset ¶

type NullableSourceControlConfigGet200ResponseDataOneOf2 ¶

type NullableSourceControlConfigGet200ResponseDataOneOf2 struct {
	// contains filtered or unexported fields
}

func (NullableSourceControlConfigGet200ResponseDataOneOf2) Get ¶

func (NullableSourceControlConfigGet200ResponseDataOneOf2) IsSet ¶

func (NullableSourceControlConfigGet200ResponseDataOneOf2) MarshalJSON ¶

func (*NullableSourceControlConfigGet200ResponseDataOneOf2) Set ¶

func (*NullableSourceControlConfigGet200ResponseDataOneOf2) UnmarshalJSON ¶

func (*NullableSourceControlConfigGet200ResponseDataOneOf2) Unset ¶

type NullableSourceControlConfigGet200ResponseDataOneOf2Config ¶

type NullableSourceControlConfigGet200ResponseDataOneOf2Config struct {
	// contains filtered or unexported fields
}

func (NullableSourceControlConfigGet200ResponseDataOneOf2Config) Get ¶

func (NullableSourceControlConfigGet200ResponseDataOneOf2Config) IsSet ¶

func (NullableSourceControlConfigGet200ResponseDataOneOf2Config) MarshalJSON ¶

func (*NullableSourceControlConfigGet200ResponseDataOneOf2Config) Set ¶

func (*NullableSourceControlConfigGet200ResponseDataOneOf2Config) UnmarshalJSON ¶

func (*NullableSourceControlConfigGet200ResponseDataOneOf2Config) Unset ¶

type NullableSourceControlConfigGet200ResponseDataOneOf3 ¶

type NullableSourceControlConfigGet200ResponseDataOneOf3 struct {
	// contains filtered or unexported fields
}

func (NullableSourceControlConfigGet200ResponseDataOneOf3) Get ¶

func (NullableSourceControlConfigGet200ResponseDataOneOf3) IsSet ¶

func (NullableSourceControlConfigGet200ResponseDataOneOf3) MarshalJSON ¶

func (*NullableSourceControlConfigGet200ResponseDataOneOf3) Set ¶

func (*NullableSourceControlConfigGet200ResponseDataOneOf3) UnmarshalJSON ¶

func (*NullableSourceControlConfigGet200ResponseDataOneOf3) Unset ¶

type NullableSourceControlConfigGet200ResponseDataOneOf3Config ¶

type NullableSourceControlConfigGet200ResponseDataOneOf3Config struct {
	// contains filtered or unexported fields
}

func (NullableSourceControlConfigGet200ResponseDataOneOf3Config) Get ¶

func (NullableSourceControlConfigGet200ResponseDataOneOf3Config) IsSet ¶

func (NullableSourceControlConfigGet200ResponseDataOneOf3Config) MarshalJSON ¶

func (*NullableSourceControlConfigGet200ResponseDataOneOf3Config) Set ¶

func (*NullableSourceControlConfigGet200ResponseDataOneOf3Config) UnmarshalJSON ¶

func (*NullableSourceControlConfigGet200ResponseDataOneOf3Config) Unset ¶

type NullableSourceControlConfigGet200ResponseDataOneOf4 ¶

type NullableSourceControlConfigGet200ResponseDataOneOf4 struct {
	// contains filtered or unexported fields
}

func (NullableSourceControlConfigGet200ResponseDataOneOf4) Get ¶

func (NullableSourceControlConfigGet200ResponseDataOneOf4) IsSet ¶

func (NullableSourceControlConfigGet200ResponseDataOneOf4) MarshalJSON ¶

func (*NullableSourceControlConfigGet200ResponseDataOneOf4) Set ¶

func (*NullableSourceControlConfigGet200ResponseDataOneOf4) UnmarshalJSON ¶

func (*NullableSourceControlConfigGet200ResponseDataOneOf4) Unset ¶

type NullableSourceControlConfigGet200ResponseDataOneOf4Config ¶

type NullableSourceControlConfigGet200ResponseDataOneOf4Config struct {
	// contains filtered or unexported fields
}

func (NullableSourceControlConfigGet200ResponseDataOneOf4Config) Get ¶

func (NullableSourceControlConfigGet200ResponseDataOneOf4Config) IsSet ¶

func (NullableSourceControlConfigGet200ResponseDataOneOf4Config) MarshalJSON ¶

func (*NullableSourceControlConfigGet200ResponseDataOneOf4Config) Set ¶

func (*NullableSourceControlConfigGet200ResponseDataOneOf4Config) UnmarshalJSON ¶

func (*NullableSourceControlConfigGet200ResponseDataOneOf4Config) Unset ¶

type NullableSourceControlConfigGet200ResponseDataOneOfConfig ¶

type NullableSourceControlConfigGet200ResponseDataOneOfConfig struct {
	// contains filtered or unexported fields
}

func (NullableSourceControlConfigGet200ResponseDataOneOfConfig) Get ¶

func (NullableSourceControlConfigGet200ResponseDataOneOfConfig) IsSet ¶

func (NullableSourceControlConfigGet200ResponseDataOneOfConfig) MarshalJSON ¶

func (*NullableSourceControlConfigGet200ResponseDataOneOfConfig) Set ¶

func (*NullableSourceControlConfigGet200ResponseDataOneOfConfig) UnmarshalJSON ¶

func (*NullableSourceControlConfigGet200ResponseDataOneOfConfig) Unset ¶

type NullableSourceControlConfigGet200ResponseDataOneOfConfigOneOf ¶

type NullableSourceControlConfigGet200ResponseDataOneOfConfigOneOf struct {
	// contains filtered or unexported fields
}

func (NullableSourceControlConfigGet200ResponseDataOneOfConfigOneOf) Get ¶

func (NullableSourceControlConfigGet200ResponseDataOneOfConfigOneOf) IsSet ¶

func (NullableSourceControlConfigGet200ResponseDataOneOfConfigOneOf) MarshalJSON ¶

func (*NullableSourceControlConfigGet200ResponseDataOneOfConfigOneOf) Set ¶

func (*NullableSourceControlConfigGet200ResponseDataOneOfConfigOneOf) UnmarshalJSON ¶

func (*NullableSourceControlConfigGet200ResponseDataOneOfConfigOneOf) Unset ¶

type NullableSourceControlConfigGet200ResponseDataOneOfConfigOneOf1 ¶

type NullableSourceControlConfigGet200ResponseDataOneOfConfigOneOf1 struct {
	// contains filtered or unexported fields
}

func (NullableSourceControlConfigGet200ResponseDataOneOfConfigOneOf1) Get ¶

func (NullableSourceControlConfigGet200ResponseDataOneOfConfigOneOf1) IsSet ¶

func (NullableSourceControlConfigGet200ResponseDataOneOfConfigOneOf1) MarshalJSON ¶

func (*NullableSourceControlConfigGet200ResponseDataOneOfConfigOneOf1) Set ¶

func (*NullableSourceControlConfigGet200ResponseDataOneOfConfigOneOf1) UnmarshalJSON ¶

func (*NullableSourceControlConfigGet200ResponseDataOneOfConfigOneOf1) Unset ¶

type NullableSourceControlConfigPost200Response ¶

type NullableSourceControlConfigPost200Response struct {
	// contains filtered or unexported fields
}

func (NullableSourceControlConfigPost200Response) Get ¶

func (NullableSourceControlConfigPost200Response) IsSet ¶

func (NullableSourceControlConfigPost200Response) MarshalJSON ¶

func (*NullableSourceControlConfigPost200Response) Set ¶

func (*NullableSourceControlConfigPost200Response) UnmarshalJSON ¶

func (v *NullableSourceControlConfigPost200Response) UnmarshalJSON(src []byte) error

func (*NullableSourceControlConfigPost200Response) Unset ¶

type NullableSourceControlConfigPost200ResponseData ¶

type NullableSourceControlConfigPost200ResponseData struct {
	// contains filtered or unexported fields
}

func (NullableSourceControlConfigPost200ResponseData) Get ¶

func (NullableSourceControlConfigPost200ResponseData) IsSet ¶

func (NullableSourceControlConfigPost200ResponseData) MarshalJSON ¶

func (*NullableSourceControlConfigPost200ResponseData) Set ¶

func (*NullableSourceControlConfigPost200ResponseData) UnmarshalJSON ¶

func (*NullableSourceControlConfigPost200ResponseData) Unset ¶

type NullableSourceControlConfigPut200Response ¶

type NullableSourceControlConfigPut200Response struct {
	// contains filtered or unexported fields
}

func (NullableSourceControlConfigPut200Response) Get ¶

func (NullableSourceControlConfigPut200Response) IsSet ¶

func (NullableSourceControlConfigPut200Response) MarshalJSON ¶

func (*NullableSourceControlConfigPut200Response) Set ¶

func (*NullableSourceControlConfigPut200Response) UnmarshalJSON ¶

func (v *NullableSourceControlConfigPut200Response) UnmarshalJSON(src []byte) error

func (*NullableSourceControlConfigPut200Response) Unset ¶

type NullableSourceControlConfigPut200ResponseData ¶

type NullableSourceControlConfigPut200ResponseData struct {
	// contains filtered or unexported fields
}

func (NullableSourceControlConfigPut200ResponseData) Get ¶

func (NullableSourceControlConfigPut200ResponseData) IsSet ¶

func (NullableSourceControlConfigPut200ResponseData) MarshalJSON ¶

func (*NullableSourceControlConfigPut200ResponseData) Set ¶

func (*NullableSourceControlConfigPut200ResponseData) UnmarshalJSON ¶

func (*NullableSourceControlConfigPut200ResponseData) Unset ¶

type NullableSourceControlConfigPutRequest ¶

type NullableSourceControlConfigPutRequest struct {
	// contains filtered or unexported fields
}

func (NullableSourceControlConfigPutRequest) Get ¶

func (NullableSourceControlConfigPutRequest) IsSet ¶

func (NullableSourceControlConfigPutRequest) MarshalJSON ¶

func (v NullableSourceControlConfigPutRequest) MarshalJSON() ([]byte, error)

func (*NullableSourceControlConfigPutRequest) Set ¶

func (*NullableSourceControlConfigPutRequest) UnmarshalJSON ¶

func (v *NullableSourceControlConfigPutRequest) UnmarshalJSON(src []byte) error

func (*NullableSourceControlConfigPutRequest) Unset ¶

type NullableSourceControlConfigPutRequestConfig ¶

type NullableSourceControlConfigPutRequestConfig struct {
	// contains filtered or unexported fields
}

func (NullableSourceControlConfigPutRequestConfig) Get ¶

func (NullableSourceControlConfigPutRequestConfig) IsSet ¶

func (NullableSourceControlConfigPutRequestConfig) MarshalJSON ¶

func (*NullableSourceControlConfigPutRequestConfig) Set ¶

func (*NullableSourceControlConfigPutRequestConfig) UnmarshalJSON ¶

func (v *NullableSourceControlConfigPutRequestConfig) UnmarshalJSON(src []byte) error

func (*NullableSourceControlConfigPutRequestConfig) Unset ¶

type NullableSourceControlConfigPutRequestConfigOneOf ¶

type NullableSourceControlConfigPutRequestConfigOneOf struct {
	// contains filtered or unexported fields
}

func (NullableSourceControlConfigPutRequestConfigOneOf) Get ¶

func (NullableSourceControlConfigPutRequestConfigOneOf) IsSet ¶

func (NullableSourceControlConfigPutRequestConfigOneOf) MarshalJSON ¶

func (*NullableSourceControlConfigPutRequestConfigOneOf) Set ¶

func (*NullableSourceControlConfigPutRequestConfigOneOf) UnmarshalJSON ¶

func (*NullableSourceControlConfigPutRequestConfigOneOf) Unset ¶

type NullableSourceControlConfigPutRequestConfigOneOfConfig ¶

type NullableSourceControlConfigPutRequestConfigOneOfConfig struct {
	// contains filtered or unexported fields
}

func (NullableSourceControlConfigPutRequestConfigOneOfConfig) Get ¶

func (NullableSourceControlConfigPutRequestConfigOneOfConfig) IsSet ¶

func (NullableSourceControlConfigPutRequestConfigOneOfConfig) MarshalJSON ¶

func (*NullableSourceControlConfigPutRequestConfigOneOfConfig) Set ¶

func (*NullableSourceControlConfigPutRequestConfigOneOfConfig) UnmarshalJSON ¶

func (*NullableSourceControlConfigPutRequestConfigOneOfConfig) Unset ¶

type NullableSourceControlConfiguration ¶

type NullableSourceControlConfiguration struct {
	// contains filtered or unexported fields
}

func (NullableSourceControlConfiguration) Get ¶

func (NullableSourceControlConfiguration) IsSet ¶

func (NullableSourceControlConfiguration) MarshalJSON ¶

func (v NullableSourceControlConfiguration) MarshalJSON() ([]byte, error)

func (*NullableSourceControlConfiguration) Set ¶

func (*NullableSourceControlConfiguration) UnmarshalJSON ¶

func (v *NullableSourceControlConfiguration) UnmarshalJSON(src []byte) error

func (*NullableSourceControlConfiguration) Unset ¶

type NullableSourceControlConfigurationAnyOf ¶

type NullableSourceControlConfigurationAnyOf struct {
	// contains filtered or unexported fields
}

func (NullableSourceControlConfigurationAnyOf) Get ¶

func (NullableSourceControlConfigurationAnyOf) IsSet ¶

func (NullableSourceControlConfigurationAnyOf) MarshalJSON ¶

func (v NullableSourceControlConfigurationAnyOf) MarshalJSON() ([]byte, error)

func (*NullableSourceControlConfigurationAnyOf) Set ¶

func (*NullableSourceControlConfigurationAnyOf) UnmarshalJSON ¶

func (v *NullableSourceControlConfigurationAnyOf) UnmarshalJSON(src []byte) error

func (*NullableSourceControlConfigurationAnyOf) Unset ¶

type NullableSourceControlConfigurationAnyOfConfig ¶

type NullableSourceControlConfigurationAnyOfConfig struct {
	// contains filtered or unexported fields
}

func (NullableSourceControlConfigurationAnyOfConfig) Get ¶

func (NullableSourceControlConfigurationAnyOfConfig) IsSet ¶

func (NullableSourceControlConfigurationAnyOfConfig) MarshalJSON ¶

func (*NullableSourceControlConfigurationAnyOfConfig) Set ¶

func (*NullableSourceControlConfigurationAnyOfConfig) UnmarshalJSON ¶

func (*NullableSourceControlConfigurationAnyOfConfig) Unset ¶

type NullableSourceControlDeployPost200Response ¶

type NullableSourceControlDeployPost200Response struct {
	// contains filtered or unexported fields
}

func (NullableSourceControlDeployPost200Response) Get ¶

func (NullableSourceControlDeployPost200Response) IsSet ¶

func (NullableSourceControlDeployPost200Response) MarshalJSON ¶

func (*NullableSourceControlDeployPost200Response) Set ¶

func (*NullableSourceControlDeployPost200Response) UnmarshalJSON ¶

func (v *NullableSourceControlDeployPost200Response) UnmarshalJSON(src []byte) error

func (*NullableSourceControlDeployPost200Response) Unset ¶

type NullableSourceControlDeployPost200ResponseData ¶

type NullableSourceControlDeployPost200ResponseData struct {
	// contains filtered or unexported fields
}

func (NullableSourceControlDeployPost200ResponseData) Get ¶

func (NullableSourceControlDeployPost200ResponseData) IsSet ¶

func (NullableSourceControlDeployPost200ResponseData) MarshalJSON ¶

func (*NullableSourceControlDeployPost200ResponseData) Set ¶

func (*NullableSourceControlDeployPost200ResponseData) UnmarshalJSON ¶

func (*NullableSourceControlDeployPost200ResponseData) Unset ¶

type NullableSourceControlManifestsGet200Response ¶ added in v1.0.0

type NullableSourceControlManifestsGet200Response struct {
	// contains filtered or unexported fields
}

func (NullableSourceControlManifestsGet200Response) Get ¶ added in v1.0.0

func (NullableSourceControlManifestsGet200Response) IsSet ¶ added in v1.0.0

func (NullableSourceControlManifestsGet200Response) MarshalJSON ¶ added in v1.0.0

func (*NullableSourceControlManifestsGet200Response) Set ¶ added in v1.0.0

func (*NullableSourceControlManifestsGet200Response) UnmarshalJSON ¶ added in v1.0.0

func (*NullableSourceControlManifestsGet200Response) Unset ¶ added in v1.0.0

type NullableSourceControlManifestsGet200ResponseData ¶ added in v1.0.0

type NullableSourceControlManifestsGet200ResponseData struct {
	// contains filtered or unexported fields
}

func (NullableSourceControlManifestsGet200ResponseData) Get ¶ added in v1.0.0

func (NullableSourceControlManifestsGet200ResponseData) IsSet ¶ added in v1.0.0

func (NullableSourceControlManifestsGet200ResponseData) MarshalJSON ¶ added in v1.0.0

func (*NullableSourceControlManifestsGet200ResponseData) Set ¶ added in v1.0.0

func (*NullableSourceControlManifestsGet200ResponseData) UnmarshalJSON ¶ added in v1.0.0

func (*NullableSourceControlManifestsGet200ResponseData) Unset ¶ added in v1.0.0

type NullableSourceControlManifestsGet200ResponseDataManifestsInner ¶ added in v1.0.0

type NullableSourceControlManifestsGet200ResponseDataManifestsInner struct {
	// contains filtered or unexported fields
}

func (NullableSourceControlManifestsGet200ResponseDataManifestsInner) Get ¶ added in v1.0.0

func (NullableSourceControlManifestsGet200ResponseDataManifestsInner) IsSet ¶ added in v1.0.0

func (NullableSourceControlManifestsGet200ResponseDataManifestsInner) MarshalJSON ¶ added in v1.0.0

func (*NullableSourceControlManifestsGet200ResponseDataManifestsInner) Set ¶ added in v1.0.0

func (*NullableSourceControlManifestsGet200ResponseDataManifestsInner) UnmarshalJSON ¶ added in v1.0.0

func (*NullableSourceControlManifestsGet200ResponseDataManifestsInner) Unset ¶ added in v1.0.0

type NullableSourceControlManifestsGet200ResponseDataManifestsInnerAppsInner ¶ added in v1.0.0

type NullableSourceControlManifestsGet200ResponseDataManifestsInnerAppsInner struct {
	// contains filtered or unexported fields
}

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 (*NullableSourceControlManifestsGet200ResponseDataManifestsInnerAppsInner) Set ¶ added in v1.0.0

func (*NullableSourceControlManifestsGet200ResponseDataManifestsInnerAppsInner) UnmarshalJSON ¶ added in v1.0.0

func (*NullableSourceControlManifestsGet200ResponseDataManifestsInnerAppsInner) Unset ¶ added in v1.0.0

type NullableSourceControlManifestsGet200ResponseDataManifestsInnerAppsInnerRelease ¶ added in v1.0.0

type NullableSourceControlManifestsGet200ResponseDataManifestsInnerAppsInnerRelease struct {
	// contains filtered or unexported fields
}

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 (*NullableSourceControlManifestsGet200ResponseDataManifestsInnerAppsInnerRelease) Set ¶ added in v1.0.0

func (*NullableSourceControlManifestsGet200ResponseDataManifestsInnerAppsInnerRelease) UnmarshalJSON ¶ added in v1.0.0

func (*NullableSourceControlManifestsGet200ResponseDataManifestsInnerAppsInnerRelease) Unset ¶ added in v1.0.0

type NullableSourceControlManifestsManifestNameAppsAppUuidPutRequest ¶ added in v1.0.0

type NullableSourceControlManifestsManifestNameAppsAppUuidPutRequest struct {
	// contains filtered or unexported fields
}

func (NullableSourceControlManifestsManifestNameAppsAppUuidPutRequest) Get ¶ added in v1.0.0

func (NullableSourceControlManifestsManifestNameAppsAppUuidPutRequest) IsSet ¶ added in v1.0.0

func (NullableSourceControlManifestsManifestNameAppsAppUuidPutRequest) MarshalJSON ¶ added in v1.0.0

func (*NullableSourceControlManifestsManifestNameAppsAppUuidPutRequest) Set ¶ added in v1.0.0

func (*NullableSourceControlManifestsManifestNameAppsAppUuidPutRequest) UnmarshalJSON ¶ added in v1.0.0

func (*NullableSourceControlManifestsManifestNameAppsAppUuidPutRequest) Unset ¶ added in v1.0.0

type NullableSourceControlManifestsManifestNameAppsAppUuidPutRequestRelease ¶ added in v1.0.0

type NullableSourceControlManifestsManifestNameAppsAppUuidPutRequestRelease struct {
	// contains filtered or unexported fields
}

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 (*NullableSourceControlManifestsManifestNameAppsAppUuidPutRequestRelease) Set ¶ added in v1.0.0

func (*NullableSourceControlManifestsManifestNameAppsAppUuidPutRequestRelease) UnmarshalJSON ¶ added in v1.0.0

func (*NullableSourceControlManifestsManifestNameAppsAppUuidPutRequestRelease) Unset ¶ added in v1.0.0

type NullableSourceControlManifestsManifestNameDeletePostRequest ¶ added in v1.0.0

type NullableSourceControlManifestsManifestNameDeletePostRequest struct {
	// contains filtered or unexported fields
}

func (NullableSourceControlManifestsManifestNameDeletePostRequest) Get ¶ added in v1.0.0

func (NullableSourceControlManifestsManifestNameDeletePostRequest) IsSet ¶ added in v1.0.0

func (NullableSourceControlManifestsManifestNameDeletePostRequest) MarshalJSON ¶ added in v1.0.0

func (*NullableSourceControlManifestsManifestNameDeletePostRequest) Set ¶ added in v1.0.0

func (*NullableSourceControlManifestsManifestNameDeletePostRequest) UnmarshalJSON ¶ added in v1.0.0

func (*NullableSourceControlManifestsManifestNameDeletePostRequest) Unset ¶ added in v1.0.0

type NullableSourceControlManifestsManifestNameGet200Response ¶ added in v1.0.0

type NullableSourceControlManifestsManifestNameGet200Response struct {
	// contains filtered or unexported fields
}

func (NullableSourceControlManifestsManifestNameGet200Response) Get ¶ added in v1.0.0

func (NullableSourceControlManifestsManifestNameGet200Response) IsSet ¶ added in v1.0.0

func (NullableSourceControlManifestsManifestNameGet200Response) MarshalJSON ¶ added in v1.0.0

func (*NullableSourceControlManifestsManifestNameGet200Response) Set ¶ added in v1.0.0

func (*NullableSourceControlManifestsManifestNameGet200Response) UnmarshalJSON ¶ added in v1.0.0

func (*NullableSourceControlManifestsManifestNameGet200Response) Unset ¶ added in v1.0.0

type NullableSourceControlManifestsManifestNameGet200ResponseData ¶ added in v1.0.0

type NullableSourceControlManifestsManifestNameGet200ResponseData struct {
	// contains filtered or unexported fields
}

func (NullableSourceControlManifestsManifestNameGet200ResponseData) Get ¶ added in v1.0.0

func (NullableSourceControlManifestsManifestNameGet200ResponseData) IsSet ¶ added in v1.0.0

func (NullableSourceControlManifestsManifestNameGet200ResponseData) MarshalJSON ¶ added in v1.0.0

func (*NullableSourceControlManifestsManifestNameGet200ResponseData) Set ¶ added in v1.0.0

func (*NullableSourceControlManifestsManifestNameGet200ResponseData) UnmarshalJSON ¶ added in v1.0.0

func (*NullableSourceControlManifestsManifestNameGet200ResponseData) Unset ¶ added in v1.0.0

type NullableSourceControlManifestsManifestNameGet200ResponseDataManifest ¶ added in v1.0.0

type NullableSourceControlManifestsManifestNameGet200ResponseDataManifest struct {
	// contains filtered or unexported fields
}

func (NullableSourceControlManifestsManifestNameGet200ResponseDataManifest) Get ¶ added in v1.0.0

func (NullableSourceControlManifestsManifestNameGet200ResponseDataManifest) IsSet ¶ added in v1.0.0

func (NullableSourceControlManifestsManifestNameGet200ResponseDataManifest) MarshalJSON ¶ added in v1.0.0

func (*NullableSourceControlManifestsManifestNameGet200ResponseDataManifest) Set ¶ added in v1.0.0

func (*NullableSourceControlManifestsManifestNameGet200ResponseDataManifest) UnmarshalJSON ¶ added in v1.0.0

func (*NullableSourceControlManifestsManifestNameGet200ResponseDataManifest) Unset ¶ added in v1.0.0

type NullableSourceControlManifestsManifestNamePut200Response ¶ added in v1.0.0

type NullableSourceControlManifestsManifestNamePut200Response struct {
	// contains filtered or unexported fields
}

func (NullableSourceControlManifestsManifestNamePut200Response) Get ¶ added in v1.0.0

func (NullableSourceControlManifestsManifestNamePut200Response) IsSet ¶ added in v1.0.0

func (NullableSourceControlManifestsManifestNamePut200Response) MarshalJSON ¶ added in v1.0.0

func (*NullableSourceControlManifestsManifestNamePut200Response) Set ¶ added in v1.0.0

func (*NullableSourceControlManifestsManifestNamePut200Response) UnmarshalJSON ¶ added in v1.0.0

func (*NullableSourceControlManifestsManifestNamePut200Response) Unset ¶ added in v1.0.0

type NullableSourceControlManifestsManifestNamePut200ResponseData ¶ added in v1.0.0

type NullableSourceControlManifestsManifestNamePut200ResponseData struct {
	// contains filtered or unexported fields
}

func (NullableSourceControlManifestsManifestNamePut200ResponseData) Get ¶ added in v1.0.0

func (NullableSourceControlManifestsManifestNamePut200ResponseData) IsSet ¶ added in v1.0.0

func (NullableSourceControlManifestsManifestNamePut200ResponseData) MarshalJSON ¶ added in v1.0.0

func (*NullableSourceControlManifestsManifestNamePut200ResponseData) Set ¶ added in v1.0.0

func (*NullableSourceControlManifestsManifestNamePut200ResponseData) UnmarshalJSON ¶ added in v1.0.0

func (*NullableSourceControlManifestsManifestNamePut200ResponseData) Unset ¶ added in v1.0.0

type NullableSourceControlManifestsManifestNamePutRequest ¶ added in v1.0.0

type NullableSourceControlManifestsManifestNamePutRequest struct {
	// contains filtered or unexported fields
}

func (NullableSourceControlManifestsManifestNamePutRequest) Get ¶ added in v1.0.0

func (NullableSourceControlManifestsManifestNamePutRequest) IsSet ¶ added in v1.0.0

func (NullableSourceControlManifestsManifestNamePutRequest) MarshalJSON ¶ added in v1.0.0

func (*NullableSourceControlManifestsManifestNamePutRequest) Set ¶ added in v1.0.0

func (*NullableSourceControlManifestsManifestNamePutRequest) UnmarshalJSON ¶ added in v1.0.0

func (*NullableSourceControlManifestsManifestNamePutRequest) Unset ¶ added in v1.0.0

type NullableSourceControlManifestsManifestNamePutRequestManifest ¶ added in v1.0.0

type NullableSourceControlManifestsManifestNamePutRequestManifest struct {
	// contains filtered or unexported fields
}

func (NullableSourceControlManifestsManifestNamePutRequestManifest) Get ¶ added in v1.0.0

func (NullableSourceControlManifestsManifestNamePutRequestManifest) IsSet ¶ added in v1.0.0

func (NullableSourceControlManifestsManifestNamePutRequestManifest) MarshalJSON ¶ added in v1.0.0

func (*NullableSourceControlManifestsManifestNamePutRequestManifest) Set ¶ added in v1.0.0

func (*NullableSourceControlManifestsManifestNamePutRequestManifest) UnmarshalJSON ¶ added in v1.0.0

func (*NullableSourceControlManifestsManifestNamePutRequestManifest) Unset ¶ added in v1.0.0

type NullableSourceControlReleasesAppsAppUuidGet200Response ¶ added in v1.0.0

type NullableSourceControlReleasesAppsAppUuidGet200Response struct {
	// contains filtered or unexported fields
}

func (NullableSourceControlReleasesAppsAppUuidGet200Response) Get ¶ added in v1.0.0

func (NullableSourceControlReleasesAppsAppUuidGet200Response) IsSet ¶ added in v1.0.0

func (NullableSourceControlReleasesAppsAppUuidGet200Response) MarshalJSON ¶ added in v1.0.0

func (*NullableSourceControlReleasesAppsAppUuidGet200Response) Set ¶ added in v1.0.0

func (*NullableSourceControlReleasesAppsAppUuidGet200Response) UnmarshalJSON ¶ added in v1.0.0

func (*NullableSourceControlReleasesAppsAppUuidGet200Response) Unset ¶ added in v1.0.0

type NullableSourceControlReleasesAppsAppUuidGet200ResponseDataInner ¶ added in v1.0.0

type NullableSourceControlReleasesAppsAppUuidGet200ResponseDataInner struct {
	// contains filtered or unexported fields
}

func (NullableSourceControlReleasesAppsAppUuidGet200ResponseDataInner) Get ¶ added in v1.0.0

func (NullableSourceControlReleasesAppsAppUuidGet200ResponseDataInner) IsSet ¶ added in v1.0.0

func (NullableSourceControlReleasesAppsAppUuidGet200ResponseDataInner) MarshalJSON ¶ added in v1.0.0

func (*NullableSourceControlReleasesAppsAppUuidGet200ResponseDataInner) Set ¶ added in v1.0.0

func (*NullableSourceControlReleasesAppsAppUuidGet200ResponseDataInner) UnmarshalJSON ¶ added in v1.0.0

func (*NullableSourceControlReleasesAppsAppUuidGet200ResponseDataInner) Unset ¶ added in v1.0.0

type NullableSourceControlReleasesAppsAppUuidPostRequest ¶ added in v1.0.0

type NullableSourceControlReleasesAppsAppUuidPostRequest struct {
	// contains filtered or unexported fields
}

func (NullableSourceControlReleasesAppsAppUuidPostRequest) Get ¶ added in v1.0.0

func (NullableSourceControlReleasesAppsAppUuidPostRequest) IsSet ¶ added in v1.0.0

func (NullableSourceControlReleasesAppsAppUuidPostRequest) MarshalJSON ¶ added in v1.0.0

func (*NullableSourceControlReleasesAppsAppUuidPostRequest) Set ¶ added in v1.0.0

func (*NullableSourceControlReleasesAppsAppUuidPostRequest) UnmarshalJSON ¶ added in v1.0.0

func (*NullableSourceControlReleasesAppsAppUuidPostRequest) Unset ¶ added in v1.0.0

type NullableSourceControlSettings ¶

type NullableSourceControlSettings struct {
	// contains filtered or unexported fields
}

func (NullableSourceControlSettings) Get ¶

func (NullableSourceControlSettings) IsSet ¶

func (NullableSourceControlSettings) MarshalJSON ¶

func (v NullableSourceControlSettings) MarshalJSON() ([]byte, error)

func (*NullableSourceControlSettings) Set ¶

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 (NullableSourceControlSettingsGet200Response) Get ¶

func (NullableSourceControlSettingsGet200Response) IsSet ¶

func (NullableSourceControlSettingsGet200Response) MarshalJSON ¶

func (*NullableSourceControlSettingsGet200Response) Set ¶

func (*NullableSourceControlSettingsGet200Response) UnmarshalJSON ¶

func (v *NullableSourceControlSettingsGet200Response) UnmarshalJSON(src []byte) error

func (*NullableSourceControlSettingsGet200Response) Unset ¶

type NullableSourceControlSettingsGet200ResponseData ¶

type NullableSourceControlSettingsGet200ResponseData struct {
	// contains filtered or unexported fields
}

func (NullableSourceControlSettingsGet200ResponseData) Get ¶

func (NullableSourceControlSettingsGet200ResponseData) IsSet ¶

func (NullableSourceControlSettingsGet200ResponseData) MarshalJSON ¶

func (*NullableSourceControlSettingsGet200ResponseData) Set ¶

func (*NullableSourceControlSettingsGet200ResponseData) UnmarshalJSON ¶

func (*NullableSourceControlSettingsGet200ResponseData) Unset ¶

type NullableSourceControlSettingsPut200Response ¶

type NullableSourceControlSettingsPut200Response struct {
	// contains filtered or unexported fields
}

func (NullableSourceControlSettingsPut200Response) Get ¶

func (NullableSourceControlSettingsPut200Response) IsSet ¶

func (NullableSourceControlSettingsPut200Response) MarshalJSON ¶

func (*NullableSourceControlSettingsPut200Response) Set ¶

func (*NullableSourceControlSettingsPut200Response) UnmarshalJSON ¶

func (v *NullableSourceControlSettingsPut200Response) UnmarshalJSON(src []byte) error

func (*NullableSourceControlSettingsPut200Response) Unset ¶

type NullableSourceControlSettingsPut200ResponseData ¶

type NullableSourceControlSettingsPut200ResponseData struct {
	// contains filtered or unexported fields
}

func (NullableSourceControlSettingsPut200ResponseData) Get ¶

func (NullableSourceControlSettingsPut200ResponseData) IsSet ¶

func (NullableSourceControlSettingsPut200ResponseData) MarshalJSON ¶

func (*NullableSourceControlSettingsPut200ResponseData) Set ¶

func (*NullableSourceControlSettingsPut200ResponseData) UnmarshalJSON ¶

func (*NullableSourceControlSettingsPut200ResponseData) Unset ¶

type NullableSourceControlSettingsPutRequest ¶

type NullableSourceControlSettingsPutRequest struct {
	// contains filtered or unexported fields
}

func (NullableSourceControlSettingsPutRequest) Get ¶

func (NullableSourceControlSettingsPutRequest) IsSet ¶

func (NullableSourceControlSettingsPutRequest) MarshalJSON ¶

func (v NullableSourceControlSettingsPutRequest) MarshalJSON() ([]byte, error)

func (*NullableSourceControlSettingsPutRequest) Set ¶

func (*NullableSourceControlSettingsPutRequest) UnmarshalJSON ¶

func (v *NullableSourceControlSettingsPutRequest) UnmarshalJSON(src []byte) error

func (*NullableSourceControlSettingsPutRequest) Unset ¶

type NullableSourceControlSettingsPutRequestSettings ¶

type NullableSourceControlSettingsPutRequestSettings struct {
	// contains filtered or unexported fields
}

func (NullableSourceControlSettingsPutRequestSettings) Get ¶

func (NullableSourceControlSettingsPutRequestSettings) IsSet ¶

func (NullableSourceControlSettingsPutRequestSettings) MarshalJSON ¶

func (*NullableSourceControlSettingsPutRequestSettings) Set ¶

func (*NullableSourceControlSettingsPutRequestSettings) UnmarshalJSON ¶

func (*NullableSourceControlSettingsPutRequestSettings) Unset ¶

type NullableSourceControlTestConnectionGet200Response ¶

type NullableSourceControlTestConnectionGet200Response struct {
	// contains filtered or unexported fields
}

func (NullableSourceControlTestConnectionGet200Response) Get ¶

func (NullableSourceControlTestConnectionGet200Response) IsSet ¶

func (NullableSourceControlTestConnectionGet200Response) MarshalJSON ¶

func (*NullableSourceControlTestConnectionGet200Response) Set ¶

func (*NullableSourceControlTestConnectionGet200Response) UnmarshalJSON ¶

func (*NullableSourceControlTestConnectionGet200Response) Unset ¶

type NullableSourceControlTestConnectionGet200ResponseData ¶

type NullableSourceControlTestConnectionGet200ResponseData struct {
	// contains filtered or unexported fields
}

func (NullableSourceControlTestConnectionGet200ResponseData) Get ¶

func (NullableSourceControlTestConnectionGet200ResponseData) IsSet ¶

func (NullableSourceControlTestConnectionGet200ResponseData) MarshalJSON ¶

func (*NullableSourceControlTestConnectionGet200ResponseData) Set ¶

func (*NullableSourceControlTestConnectionGet200ResponseData) UnmarshalJSON ¶

func (*NullableSourceControlTestConnectionGet200ResponseData) Unset ¶

type NullableSourceControlTestConnectionGet200ResponseDataAnyOf ¶

type NullableSourceControlTestConnectionGet200ResponseDataAnyOf struct {
	// contains filtered or unexported fields
}

func (NullableSourceControlTestConnectionGet200ResponseDataAnyOf) Get ¶

func (NullableSourceControlTestConnectionGet200ResponseDataAnyOf) IsSet ¶

func (NullableSourceControlTestConnectionGet200ResponseDataAnyOf) MarshalJSON ¶

func (*NullableSourceControlTestConnectionGet200ResponseDataAnyOf) Set ¶

func (*NullableSourceControlTestConnectionGet200ResponseDataAnyOf) UnmarshalJSON ¶

func (*NullableSourceControlTestConnectionGet200ResponseDataAnyOf) Unset ¶

type NullableSourceControlTestConnectionGet200ResponseDataAnyOf1 ¶

type NullableSourceControlTestConnectionGet200ResponseDataAnyOf1 struct {
	// contains filtered or unexported fields
}

func (NullableSourceControlTestConnectionGet200ResponseDataAnyOf1) Get ¶

func (NullableSourceControlTestConnectionGet200ResponseDataAnyOf1) IsSet ¶

func (NullableSourceControlTestConnectionGet200ResponseDataAnyOf1) MarshalJSON ¶

func (*NullableSourceControlTestConnectionGet200ResponseDataAnyOf1) Set ¶

func (*NullableSourceControlTestConnectionGet200ResponseDataAnyOf1) UnmarshalJSON ¶

func (*NullableSourceControlTestConnectionGet200ResponseDataAnyOf1) Unset ¶

type NullableSourceControlTestDeployPost200Response ¶

type NullableSourceControlTestDeployPost200Response struct {
	// contains filtered or unexported fields
}

func (NullableSourceControlTestDeployPost200Response) Get ¶

func (NullableSourceControlTestDeployPost200Response) IsSet ¶

func (NullableSourceControlTestDeployPost200Response) MarshalJSON ¶

func (*NullableSourceControlTestDeployPost200Response) Set ¶

func (*NullableSourceControlTestDeployPost200Response) UnmarshalJSON ¶

func (*NullableSourceControlTestDeployPost200Response) Unset ¶

type NullableSourceControlTestDeployPost200ResponseData ¶

type NullableSourceControlTestDeployPost200ResponseData struct {
	// contains filtered or unexported fields
}

func (NullableSourceControlTestDeployPost200ResponseData) Get ¶

func (NullableSourceControlTestDeployPost200ResponseData) IsSet ¶

func (NullableSourceControlTestDeployPost200ResponseData) MarshalJSON ¶

func (*NullableSourceControlTestDeployPost200ResponseData) Set ¶

func (*NullableSourceControlTestDeployPost200ResponseData) UnmarshalJSON ¶

func (*NullableSourceControlTestDeployPost200ResponseData) Unset ¶

type NullableSourceControlTestDeployPost200ResponseDataAnyOf ¶

type NullableSourceControlTestDeployPost200ResponseDataAnyOf struct {
	// contains filtered or unexported fields
}

func (NullableSourceControlTestDeployPost200ResponseDataAnyOf) Get ¶

func (NullableSourceControlTestDeployPost200ResponseDataAnyOf) IsSet ¶

func (NullableSourceControlTestDeployPost200ResponseDataAnyOf) MarshalJSON ¶

func (*NullableSourceControlTestDeployPost200ResponseDataAnyOf) Set ¶

func (*NullableSourceControlTestDeployPost200ResponseDataAnyOf) UnmarshalJSON ¶

func (*NullableSourceControlTestDeployPost200ResponseDataAnyOf) Unset ¶

type NullableSourceControlTestDeployPost200ResponseDataAnyOf1 ¶

type NullableSourceControlTestDeployPost200ResponseDataAnyOf1 struct {
	// contains filtered or unexported fields
}

func (NullableSourceControlTestDeployPost200ResponseDataAnyOf1) Get ¶

func (NullableSourceControlTestDeployPost200ResponseDataAnyOf1) IsSet ¶

func (NullableSourceControlTestDeployPost200ResponseDataAnyOf1) MarshalJSON ¶

func (*NullableSourceControlTestDeployPost200ResponseDataAnyOf1) Set ¶

func (*NullableSourceControlTestDeployPost200ResponseDataAnyOf1) UnmarshalJSON ¶

func (*NullableSourceControlTestDeployPost200ResponseDataAnyOf1) Unset ¶

type NullableSourceControlTestDeployPostRequest ¶

type NullableSourceControlTestDeployPostRequest struct {
	// contains filtered or unexported fields
}

func (NullableSourceControlTestDeployPostRequest) Get ¶

func (NullableSourceControlTestDeployPostRequest) IsSet ¶

func (NullableSourceControlTestDeployPostRequest) MarshalJSON ¶

func (*NullableSourceControlTestDeployPostRequest) Set ¶

func (*NullableSourceControlTestDeployPostRequest) UnmarshalJSON ¶

func (v *NullableSourceControlTestDeployPostRequest) UnmarshalJSON(src []byte) error

func (*NullableSourceControlTestDeployPostRequest) Unset ¶

type NullableSourceControlTestDeployPostRequestDeployParams ¶

type NullableSourceControlTestDeployPostRequestDeployParams struct {
	// contains filtered or unexported fields
}

func (NullableSourceControlTestDeployPostRequestDeployParams) Get ¶

func (NullableSourceControlTestDeployPostRequestDeployParams) IsSet ¶

func (NullableSourceControlTestDeployPostRequestDeployParams) MarshalJSON ¶

func (*NullableSourceControlTestDeployPostRequestDeployParams) Set ¶

func (*NullableSourceControlTestDeployPostRequestDeployParams) UnmarshalJSON ¶

func (*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 (NullableSpacesCopyElementsPost201Response) Get ¶

func (NullableSpacesCopyElementsPost201Response) IsSet ¶

func (NullableSpacesCopyElementsPost201Response) MarshalJSON ¶

func (*NullableSpacesCopyElementsPost201Response) Set ¶

func (*NullableSpacesCopyElementsPost201Response) UnmarshalJSON ¶

func (v *NullableSpacesCopyElementsPost201Response) UnmarshalJSON(src []byte) error

func (*NullableSpacesCopyElementsPost201Response) Unset ¶

type NullableSpacesCopyElementsPost201ResponseData ¶

type NullableSpacesCopyElementsPost201ResponseData struct {
	// contains filtered or unexported fields
}

func (NullableSpacesCopyElementsPost201ResponseData) Get ¶

func (NullableSpacesCopyElementsPost201ResponseData) IsSet ¶

func (NullableSpacesCopyElementsPost201ResponseData) MarshalJSON ¶

func (*NullableSpacesCopyElementsPost201ResponseData) Set ¶

func (*NullableSpacesCopyElementsPost201ResponseData) UnmarshalJSON ¶

func (*NullableSpacesCopyElementsPost201ResponseData) Unset ¶

type NullableSpacesCopyElementsPostRequest ¶

type NullableSpacesCopyElementsPostRequest struct {
	// contains filtered or unexported fields
}

func (NullableSpacesCopyElementsPostRequest) Get ¶

func (NullableSpacesCopyElementsPostRequest) IsSet ¶

func (NullableSpacesCopyElementsPostRequest) MarshalJSON ¶

func (v NullableSpacesCopyElementsPostRequest) MarshalJSON() ([]byte, error)

func (*NullableSpacesCopyElementsPostRequest) Set ¶

func (*NullableSpacesCopyElementsPostRequest) UnmarshalJSON ¶

func (v *NullableSpacesCopyElementsPostRequest) UnmarshalJSON(src []byte) error

func (*NullableSpacesCopyElementsPostRequest) Unset ¶

type NullableSpacesCopyElementsPostRequestResourceIdsInner ¶

type NullableSpacesCopyElementsPostRequestResourceIdsInner struct {
	// contains filtered or unexported fields
}

func (NullableSpacesCopyElementsPostRequestResourceIdsInner) Get ¶

func (NullableSpacesCopyElementsPostRequestResourceIdsInner) IsSet ¶

func (NullableSpacesCopyElementsPostRequestResourceIdsInner) MarshalJSON ¶

func (*NullableSpacesCopyElementsPostRequestResourceIdsInner) Set ¶

func (*NullableSpacesCopyElementsPostRequestResourceIdsInner) UnmarshalJSON ¶

func (*NullableSpacesCopyElementsPostRequestResourceIdsInner) Unset ¶

type NullableSpacesGet200Response ¶

type NullableSpacesGet200Response struct {
	// contains filtered or unexported fields
}

func (NullableSpacesGet200Response) Get ¶

func (NullableSpacesGet200Response) IsSet ¶

func (NullableSpacesGet200Response) MarshalJSON ¶

func (v NullableSpacesGet200Response) MarshalJSON() ([]byte, error)

func (*NullableSpacesGet200Response) Set ¶

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 (NullableSpacesGet200ResponseDataInner) Get ¶

func (NullableSpacesGet200ResponseDataInner) IsSet ¶

func (NullableSpacesGet200ResponseDataInner) MarshalJSON ¶

func (v NullableSpacesGet200ResponseDataInner) MarshalJSON() ([]byte, error)

func (*NullableSpacesGet200ResponseDataInner) Set ¶

func (*NullableSpacesGet200ResponseDataInner) UnmarshalJSON ¶

func (v *NullableSpacesGet200ResponseDataInner) UnmarshalJSON(src []byte) error

func (*NullableSpacesGet200ResponseDataInner) Unset ¶

type NullableSpacesPost200Response ¶

type NullableSpacesPost200Response struct {
	// contains filtered or unexported fields
}

func (NullableSpacesPost200Response) Get ¶

func (NullableSpacesPost200Response) IsSet ¶

func (NullableSpacesPost200Response) MarshalJSON ¶

func (v NullableSpacesPost200Response) MarshalJSON() ([]byte, error)

func (*NullableSpacesPost200Response) Set ¶

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 (NullableSpacesPost200ResponseData) Get ¶

func (NullableSpacesPost200ResponseData) IsSet ¶

func (NullableSpacesPost200ResponseData) MarshalJSON ¶

func (v NullableSpacesPost200ResponseData) MarshalJSON() ([]byte, error)

func (*NullableSpacesPost200ResponseData) Set ¶

func (*NullableSpacesPost200ResponseData) UnmarshalJSON ¶

func (v *NullableSpacesPost200ResponseData) UnmarshalJSON(src []byte) error

func (*NullableSpacesPost200ResponseData) Unset ¶

type NullableSpacesPostRequest ¶

type NullableSpacesPostRequest struct {
	// contains filtered or unexported fields
}

func NewNullableSpacesPostRequest ¶

func NewNullableSpacesPostRequest(val *SpacesPostRequest) *NullableSpacesPostRequest

func (NullableSpacesPostRequest) Get ¶

func (NullableSpacesPostRequest) IsSet ¶

func (v NullableSpacesPostRequest) IsSet() bool

func (NullableSpacesPostRequest) MarshalJSON ¶

func (v NullableSpacesPostRequest) MarshalJSON() ([]byte, error)

func (*NullableSpacesPostRequest) Set ¶

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 (NullableSpacesPostRequestOptions) Get ¶

func (NullableSpacesPostRequestOptions) IsSet ¶

func (NullableSpacesPostRequestOptions) MarshalJSON ¶

func (v NullableSpacesPostRequestOptions) MarshalJSON() ([]byte, error)

func (*NullableSpacesPostRequestOptions) Set ¶

func (*NullableSpacesPostRequestOptions) UnmarshalJSON ¶

func (v *NullableSpacesPostRequestOptions) UnmarshalJSON(src []byte) error

func (*NullableSpacesPostRequestOptions) Unset ¶

type NullableSpacesSpaceIdGet200Response ¶

type NullableSpacesSpaceIdGet200Response struct {
	// contains filtered or unexported fields
}

func (NullableSpacesSpaceIdGet200Response) Get ¶

func (NullableSpacesSpaceIdGet200Response) IsSet ¶

func (NullableSpacesSpaceIdGet200Response) MarshalJSON ¶

func (v NullableSpacesSpaceIdGet200Response) MarshalJSON() ([]byte, error)

func (*NullableSpacesSpaceIdGet200Response) Set ¶

func (*NullableSpacesSpaceIdGet200Response) UnmarshalJSON ¶

func (v *NullableSpacesSpaceIdGet200Response) UnmarshalJSON(src []byte) error

func (*NullableSpacesSpaceIdGet200Response) Unset ¶

type NullableSpacesSpaceIdGet200ResponseData ¶

type NullableSpacesSpaceIdGet200ResponseData struct {
	// contains filtered or unexported fields
}

func (NullableSpacesSpaceIdGet200ResponseData) Get ¶

func (NullableSpacesSpaceIdGet200ResponseData) IsSet ¶

func (NullableSpacesSpaceIdGet200ResponseData) MarshalJSON ¶

func (v NullableSpacesSpaceIdGet200ResponseData) MarshalJSON() ([]byte, error)

func (*NullableSpacesSpaceIdGet200ResponseData) Set ¶

func (*NullableSpacesSpaceIdGet200ResponseData) UnmarshalJSON ¶

func (v *NullableSpacesSpaceIdGet200ResponseData) UnmarshalJSON(src []byte) error

func (*NullableSpacesSpaceIdGet200ResponseData) Unset ¶

type NullableSpacesSpaceIdPut200Response ¶

type NullableSpacesSpaceIdPut200Response struct {
	// contains filtered or unexported fields
}

func (NullableSpacesSpaceIdPut200Response) Get ¶

func (NullableSpacesSpaceIdPut200Response) IsSet ¶

func (NullableSpacesSpaceIdPut200Response) MarshalJSON ¶

func (v NullableSpacesSpaceIdPut200Response) MarshalJSON() ([]byte, error)

func (*NullableSpacesSpaceIdPut200Response) Set ¶

func (*NullableSpacesSpaceIdPut200Response) UnmarshalJSON ¶

func (v *NullableSpacesSpaceIdPut200Response) UnmarshalJSON(src []byte) error

func (*NullableSpacesSpaceIdPut200Response) Unset ¶

type NullableSpacesSpaceIdPut200ResponseData ¶

type NullableSpacesSpaceIdPut200ResponseData struct {
	// contains filtered or unexported fields
}

func (NullableSpacesSpaceIdPut200ResponseData) Get ¶

func (NullableSpacesSpaceIdPut200ResponseData) IsSet ¶

func (NullableSpacesSpaceIdPut200ResponseData) MarshalJSON ¶

func (v NullableSpacesSpaceIdPut200ResponseData) MarshalJSON() ([]byte, error)

func (*NullableSpacesSpaceIdPut200ResponseData) Set ¶

func (*NullableSpacesSpaceIdPut200ResponseData) UnmarshalJSON ¶

func (v *NullableSpacesSpaceIdPut200ResponseData) UnmarshalJSON(src []byte) error

func (*NullableSpacesSpaceIdPut200ResponseData) Unset ¶

type NullableSpacesSpaceIdPutRequest ¶

type NullableSpacesSpaceIdPutRequest struct {
	// contains filtered or unexported fields
}

func (NullableSpacesSpaceIdPutRequest) Get ¶

func (NullableSpacesSpaceIdPutRequest) IsSet ¶

func (NullableSpacesSpaceIdPutRequest) MarshalJSON ¶

func (v NullableSpacesSpaceIdPutRequest) MarshalJSON() ([]byte, error)

func (*NullableSpacesSpaceIdPutRequest) Set ¶

func (*NullableSpacesSpaceIdPutRequest) UnmarshalJSON ¶

func (v *NullableSpacesSpaceIdPutRequest) UnmarshalJSON(src []byte) error

func (*NullableSpacesSpaceIdPutRequest) Unset ¶

type NullableSsoConfigGet200Response ¶

type NullableSsoConfigGet200Response struct {
	// contains filtered or unexported fields
}

func (NullableSsoConfigGet200Response) Get ¶

func (NullableSsoConfigGet200Response) IsSet ¶

func (NullableSsoConfigGet200Response) MarshalJSON ¶

func (v NullableSsoConfigGet200Response) MarshalJSON() ([]byte, error)

func (*NullableSsoConfigGet200Response) Set ¶

func (*NullableSsoConfigGet200Response) UnmarshalJSON ¶

func (v *NullableSsoConfigGet200Response) UnmarshalJSON(src []byte) error

func (*NullableSsoConfigGet200Response) Unset ¶

type NullableSsoConfigGet200ResponseData ¶

type NullableSsoConfigGet200ResponseData struct {
	// contains filtered or unexported fields
}

func (NullableSsoConfigGet200ResponseData) Get ¶

func (NullableSsoConfigGet200ResponseData) IsSet ¶

func (NullableSsoConfigGet200ResponseData) MarshalJSON ¶

func (v NullableSsoConfigGet200ResponseData) MarshalJSON() ([]byte, error)

func (*NullableSsoConfigGet200ResponseData) Set ¶

func (*NullableSsoConfigGet200ResponseData) UnmarshalJSON ¶

func (v *NullableSsoConfigGet200ResponseData) UnmarshalJSON(src []byte) error

func (*NullableSsoConfigGet200ResponseData) Unset ¶

type NullableSsoConfigPost200Response ¶

type NullableSsoConfigPost200Response struct {
	// contains filtered or unexported fields
}

func (NullableSsoConfigPost200Response) Get ¶

func (NullableSsoConfigPost200Response) IsSet ¶

func (NullableSsoConfigPost200Response) MarshalJSON ¶

func (v NullableSsoConfigPost200Response) MarshalJSON() ([]byte, error)

func (*NullableSsoConfigPost200Response) Set ¶

func (*NullableSsoConfigPost200Response) UnmarshalJSON ¶

func (v *NullableSsoConfigPost200Response) UnmarshalJSON(src []byte) error

func (*NullableSsoConfigPost200Response) Unset ¶

type NullableSsoConfigPost200ResponseData ¶

type NullableSsoConfigPost200ResponseData struct {
	// contains filtered or unexported fields
}

func (NullableSsoConfigPost200ResponseData) Get ¶

func (NullableSsoConfigPost200ResponseData) IsSet ¶

func (NullableSsoConfigPost200ResponseData) MarshalJSON ¶

func (v NullableSsoConfigPost200ResponseData) MarshalJSON() ([]byte, error)

func (*NullableSsoConfigPost200ResponseData) Set ¶

func (*NullableSsoConfigPost200ResponseData) UnmarshalJSON ¶

func (v *NullableSsoConfigPost200ResponseData) UnmarshalJSON(src []byte) error

func (*NullableSsoConfigPost200ResponseData) Unset ¶

type NullableSsoConfigPostRequest ¶

type NullableSsoConfigPostRequest struct {
	// contains filtered or unexported fields
}

func (NullableSsoConfigPostRequest) Get ¶

func (NullableSsoConfigPostRequest) IsSet ¶

func (NullableSsoConfigPostRequest) MarshalJSON ¶

func (v NullableSsoConfigPostRequest) MarshalJSON() ([]byte, error)

func (*NullableSsoConfigPostRequest) Set ¶

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 (NullableSsoConfigPostRequestData) Get ¶

func (NullableSsoConfigPostRequestData) IsSet ¶

func (NullableSsoConfigPostRequestData) MarshalJSON ¶

func (v NullableSsoConfigPostRequestData) MarshalJSON() ([]byte, error)

func (*NullableSsoConfigPostRequestData) Set ¶

func (*NullableSsoConfigPostRequestData) UnmarshalJSON ¶

func (v *NullableSsoConfigPostRequestData) UnmarshalJSON(src []byte) error

func (*NullableSsoConfigPostRequestData) Unset ¶

type NullableSsoConfigPostRequestDataOneOf ¶

type NullableSsoConfigPostRequestDataOneOf struct {
	// contains filtered or unexported fields
}

func (NullableSsoConfigPostRequestDataOneOf) Get ¶

func (NullableSsoConfigPostRequestDataOneOf) IsSet ¶

func (NullableSsoConfigPostRequestDataOneOf) MarshalJSON ¶

func (v NullableSsoConfigPostRequestDataOneOf) MarshalJSON() ([]byte, error)

func (*NullableSsoConfigPostRequestDataOneOf) Set ¶

func (*NullableSsoConfigPostRequestDataOneOf) UnmarshalJSON ¶

func (v *NullableSsoConfigPostRequestDataOneOf) UnmarshalJSON(src []byte) error

func (*NullableSsoConfigPostRequestDataOneOf) Unset ¶

type NullableSsoConfigPostRequestDataOneOf1 ¶

type NullableSsoConfigPostRequestDataOneOf1 struct {
	// contains filtered or unexported fields
}

func (NullableSsoConfigPostRequestDataOneOf1) Get ¶

func (NullableSsoConfigPostRequestDataOneOf1) IsSet ¶

func (NullableSsoConfigPostRequestDataOneOf1) MarshalJSON ¶

func (v NullableSsoConfigPostRequestDataOneOf1) MarshalJSON() ([]byte, error)

func (*NullableSsoConfigPostRequestDataOneOf1) Set ¶

func (*NullableSsoConfigPostRequestDataOneOf1) UnmarshalJSON ¶

func (v *NullableSsoConfigPostRequestDataOneOf1) UnmarshalJSON(src []byte) error

func (*NullableSsoConfigPostRequestDataOneOf1) Unset ¶

type NullableSsoConfigPostRequestDataOneOf2 ¶

type NullableSsoConfigPostRequestDataOneOf2 struct {
	// contains filtered or unexported fields
}

func (NullableSsoConfigPostRequestDataOneOf2) Get ¶

func (NullableSsoConfigPostRequestDataOneOf2) IsSet ¶

func (NullableSsoConfigPostRequestDataOneOf2) MarshalJSON ¶

func (v NullableSsoConfigPostRequestDataOneOf2) MarshalJSON() ([]byte, error)

func (*NullableSsoConfigPostRequestDataOneOf2) Set ¶

func (*NullableSsoConfigPostRequestDataOneOf2) UnmarshalJSON ¶

func (v *NullableSsoConfigPostRequestDataOneOf2) UnmarshalJSON(src []byte) error

func (*NullableSsoConfigPostRequestDataOneOf2) Unset ¶

type NullableSsoConfigPostRequestDataOneOf3 ¶

type NullableSsoConfigPostRequestDataOneOf3 struct {
	// contains filtered or unexported fields
}

func (NullableSsoConfigPostRequestDataOneOf3) Get ¶

func (NullableSsoConfigPostRequestDataOneOf3) IsSet ¶

func (NullableSsoConfigPostRequestDataOneOf3) MarshalJSON ¶

func (v NullableSsoConfigPostRequestDataOneOf3) MarshalJSON() ([]byte, error)

func (*NullableSsoConfigPostRequestDataOneOf3) Set ¶

func (*NullableSsoConfigPostRequestDataOneOf3) UnmarshalJSON ¶

func (v *NullableSsoConfigPostRequestDataOneOf3) UnmarshalJSON(src []byte) error

func (*NullableSsoConfigPostRequestDataOneOf3) Unset ¶

type NullableSsoConfigPostRequestDataOneOf4 ¶

type NullableSsoConfigPostRequestDataOneOf4 struct {
	// contains filtered or unexported fields
}

func (NullableSsoConfigPostRequestDataOneOf4) Get ¶

func (NullableSsoConfigPostRequestDataOneOf4) IsSet ¶

func (NullableSsoConfigPostRequestDataOneOf4) MarshalJSON ¶

func (v NullableSsoConfigPostRequestDataOneOf4) MarshalJSON() ([]byte, error)

func (*NullableSsoConfigPostRequestDataOneOf4) Set ¶

func (*NullableSsoConfigPostRequestDataOneOf4) UnmarshalJSON ¶

func (v *NullableSsoConfigPostRequestDataOneOf4) UnmarshalJSON(src []byte) error

func (*NullableSsoConfigPostRequestDataOneOf4) Unset ¶

type NullableSsoConfiguration ¶

type NullableSsoConfiguration struct {
	// contains filtered or unexported fields
}

func NewNullableSsoConfiguration ¶

func NewNullableSsoConfiguration(val *SsoConfiguration) *NullableSsoConfiguration

func (NullableSsoConfiguration) Get ¶

func (NullableSsoConfiguration) IsSet ¶

func (v NullableSsoConfiguration) IsSet() bool

func (NullableSsoConfiguration) MarshalJSON ¶

func (v NullableSsoConfiguration) MarshalJSON() ([]byte, error)

func (*NullableSsoConfiguration) Set ¶

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 (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 (NullableUsageAnalyticsOrganization) IsSet ¶ added in v1.0.0

func (NullableUsageAnalyticsOrganization) MarshalJSON ¶ added in v1.0.0

func (v NullableUsageAnalyticsOrganization) MarshalJSON() ([]byte, error)

func (*NullableUsageAnalyticsOrganization) Set ¶ added in v1.0.0

func (*NullableUsageAnalyticsOrganization) UnmarshalJSON ¶ added in v1.0.0

func (v *NullableUsageAnalyticsOrganization) UnmarshalJSON(src []byte) error

func (*NullableUsageAnalyticsOrganization) Unset ¶ added in v1.0.0

type NullableUsageAppDetailsGet200Response ¶

type NullableUsageAppDetailsGet200Response struct {
	// contains filtered or unexported fields
}

func (NullableUsageAppDetailsGet200Response) Get ¶

func (NullableUsageAppDetailsGet200Response) IsSet ¶

func (NullableUsageAppDetailsGet200Response) MarshalJSON ¶

func (v NullableUsageAppDetailsGet200Response) MarshalJSON() ([]byte, error)

func (*NullableUsageAppDetailsGet200Response) Set ¶

func (*NullableUsageAppDetailsGet200Response) UnmarshalJSON ¶

func (v *NullableUsageAppDetailsGet200Response) UnmarshalJSON(src []byte) error

func (*NullableUsageAppDetailsGet200Response) Unset ¶

type NullableUsageAppDetailsGet200ResponseData ¶

type NullableUsageAppDetailsGet200ResponseData struct {
	// contains filtered or unexported fields
}

func (NullableUsageAppDetailsGet200ResponseData) Get ¶

func (NullableUsageAppDetailsGet200ResponseData) IsSet ¶

func (NullableUsageAppDetailsGet200ResponseData) MarshalJSON ¶

func (*NullableUsageAppDetailsGet200ResponseData) Set ¶

func (*NullableUsageAppDetailsGet200ResponseData) UnmarshalJSON ¶

func (v *NullableUsageAppDetailsGet200ResponseData) UnmarshalJSON(src []byte) error

func (*NullableUsageAppDetailsGet200ResponseData) Unset ¶

type NullableUsageAppDetailsGet200ResponseDataOverallSummaryInner ¶

type NullableUsageAppDetailsGet200ResponseDataOverallSummaryInner struct {
	// contains filtered or unexported fields
}

func (NullableUsageAppDetailsGet200ResponseDataOverallSummaryInner) Get ¶

func (NullableUsageAppDetailsGet200ResponseDataOverallSummaryInner) IsSet ¶

func (NullableUsageAppDetailsGet200ResponseDataOverallSummaryInner) MarshalJSON ¶

func (*NullableUsageAppDetailsGet200ResponseDataOverallSummaryInner) Set ¶

func (*NullableUsageAppDetailsGet200ResponseDataOverallSummaryInner) UnmarshalJSON ¶

func (*NullableUsageAppDetailsGet200ResponseDataOverallSummaryInner) Unset ¶

type NullableUsageAppDetailsGet200ResponseDataViewerSummaryInner ¶

type NullableUsageAppDetailsGet200ResponseDataViewerSummaryInner struct {
	// contains filtered or unexported fields
}

func (NullableUsageAppDetailsGet200ResponseDataViewerSummaryInner) Get ¶

func (NullableUsageAppDetailsGet200ResponseDataViewerSummaryInner) IsSet ¶

func (NullableUsageAppDetailsGet200ResponseDataViewerSummaryInner) MarshalJSON ¶

func (*NullableUsageAppDetailsGet200ResponseDataViewerSummaryInner) Set ¶

func (*NullableUsageAppDetailsGet200ResponseDataViewerSummaryInner) UnmarshalJSON ¶

func (*NullableUsageAppDetailsGet200ResponseDataViewerSummaryInner) Unset ¶

type NullableUsageAppDetailsGet200ResponseDataWeeklySummaryInner ¶

type NullableUsageAppDetailsGet200ResponseDataWeeklySummaryInner struct {
	// contains filtered or unexported fields
}

func (NullableUsageAppDetailsGet200ResponseDataWeeklySummaryInner) Get ¶

func (NullableUsageAppDetailsGet200ResponseDataWeeklySummaryInner) IsSet ¶

func (NullableUsageAppDetailsGet200ResponseDataWeeklySummaryInner) MarshalJSON ¶

func (*NullableUsageAppDetailsGet200ResponseDataWeeklySummaryInner) Set ¶

func (*NullableUsageAppDetailsGet200ResponseDataWeeklySummaryInner) UnmarshalJSON ¶

func (*NullableUsageAppDetailsGet200ResponseDataWeeklySummaryInner) Unset ¶

type NullableUsageAppDetailsGet200ResponseDataWeeklySummaryInnerWeeklyDataInner ¶

type NullableUsageAppDetailsGet200ResponseDataWeeklySummaryInnerWeeklyDataInner struct {
	// contains filtered or unexported fields
}

func (NullableUsageAppDetailsGet200ResponseDataWeeklySummaryInnerWeeklyDataInner) Get ¶

func (NullableUsageAppDetailsGet200ResponseDataWeeklySummaryInnerWeeklyDataInner) IsSet ¶

func (NullableUsageAppDetailsGet200ResponseDataWeeklySummaryInnerWeeklyDataInner) MarshalJSON ¶

func (*NullableUsageAppDetailsGet200ResponseDataWeeklySummaryInnerWeeklyDataInner) Set ¶

func (*NullableUsageAppDetailsGet200ResponseDataWeeklySummaryInnerWeeklyDataInner) UnmarshalJSON ¶

func (*NullableUsageAppDetailsGet200ResponseDataWeeklySummaryInnerWeeklyDataInner) Unset ¶

type NullableUsageAppSummaryGet200Response ¶

type NullableUsageAppSummaryGet200Response struct {
	// contains filtered or unexported fields
}

func (NullableUsageAppSummaryGet200Response) Get ¶

func (NullableUsageAppSummaryGet200Response) IsSet ¶

func (NullableUsageAppSummaryGet200Response) MarshalJSON ¶

func (v NullableUsageAppSummaryGet200Response) MarshalJSON() ([]byte, error)

func (*NullableUsageAppSummaryGet200Response) Set ¶

func (*NullableUsageAppSummaryGet200Response) UnmarshalJSON ¶

func (v *NullableUsageAppSummaryGet200Response) UnmarshalJSON(src []byte) error

func (*NullableUsageAppSummaryGet200Response) Unset ¶

type NullableUsageAppSummaryGet200ResponseDataInner ¶

type NullableUsageAppSummaryGet200ResponseDataInner struct {
	// contains filtered or unexported fields
}

func (NullableUsageAppSummaryGet200ResponseDataInner) Get ¶

func (NullableUsageAppSummaryGet200ResponseDataInner) IsSet ¶

func (NullableUsageAppSummaryGet200ResponseDataInner) MarshalJSON ¶

func (*NullableUsageAppSummaryGet200ResponseDataInner) Set ¶

func (*NullableUsageAppSummaryGet200ResponseDataInner) UnmarshalJSON ¶

func (*NullableUsageAppSummaryGet200ResponseDataInner) Unset ¶

type NullableUsageGet200Response ¶

type NullableUsageGet200Response struct {
	// contains filtered or unexported fields
}

func (NullableUsageGet200Response) Get ¶

func (NullableUsageGet200Response) IsSet ¶

func (NullableUsageGet200Response) MarshalJSON ¶

func (v NullableUsageGet200Response) MarshalJSON() ([]byte, error)

func (*NullableUsageGet200Response) Set ¶

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 (NullableUsageGet200ResponseData) Get ¶

func (NullableUsageGet200ResponseData) IsSet ¶

func (NullableUsageGet200ResponseData) MarshalJSON ¶

func (v NullableUsageGet200ResponseData) MarshalJSON() ([]byte, error)

func (*NullableUsageGet200ResponseData) Set ¶

func (*NullableUsageGet200ResponseData) UnmarshalJSON ¶

func (v *NullableUsageGet200ResponseData) UnmarshalJSON(src []byte) error

func (*NullableUsageGet200ResponseData) Unset ¶

type NullableUsageGet200ResponseDataDailyT30UsageInner ¶

type NullableUsageGet200ResponseDataDailyT30UsageInner struct {
	// contains filtered or unexported fields
}

func (NullableUsageGet200ResponseDataDailyT30UsageInner) Get ¶

func (NullableUsageGet200ResponseDataDailyT30UsageInner) IsSet ¶

func (NullableUsageGet200ResponseDataDailyT30UsageInner) MarshalJSON ¶

func (*NullableUsageGet200ResponseDataDailyT30UsageInner) Set ¶

func (*NullableUsageGet200ResponseDataDailyT30UsageInner) UnmarshalJSON ¶

func (*NullableUsageGet200ResponseDataDailyT30UsageInner) Unset ¶

type NullableUsageOrganizationsGet200Response ¶

type NullableUsageOrganizationsGet200Response struct {
	// contains filtered or unexported fields
}

func (NullableUsageOrganizationsGet200Response) Get ¶

func (NullableUsageOrganizationsGet200Response) IsSet ¶

func (NullableUsageOrganizationsGet200Response) MarshalJSON ¶

func (*NullableUsageOrganizationsGet200Response) Set ¶

func (*NullableUsageOrganizationsGet200Response) UnmarshalJSON ¶

func (v *NullableUsageOrganizationsGet200Response) UnmarshalJSON(src []byte) error

func (*NullableUsageOrganizationsGet200Response) Unset ¶

type NullableUsageOrganizationsGet200ResponseDataInner ¶

type NullableUsageOrganizationsGet200ResponseDataInner struct {
	// contains filtered or unexported fields
}

func (NullableUsageOrganizationsGet200ResponseDataInner) Get ¶

func (NullableUsageOrganizationsGet200ResponseDataInner) IsSet ¶

func (NullableUsageOrganizationsGet200ResponseDataInner) MarshalJSON ¶

func (*NullableUsageOrganizationsGet200ResponseDataInner) Set ¶

func (*NullableUsageOrganizationsGet200ResponseDataInner) UnmarshalJSON ¶

func (*NullableUsageOrganizationsGet200ResponseDataInner) Unset ¶

type NullableUsageUserDetailsGet200Response ¶

type NullableUsageUserDetailsGet200Response struct {
	// contains filtered or unexported fields
}

func (NullableUsageUserDetailsGet200Response) Get ¶

func (NullableUsageUserDetailsGet200Response) IsSet ¶

func (NullableUsageUserDetailsGet200Response) MarshalJSON ¶

func (v NullableUsageUserDetailsGet200Response) MarshalJSON() ([]byte, error)

func (*NullableUsageUserDetailsGet200Response) Set ¶

func (*NullableUsageUserDetailsGet200Response) UnmarshalJSON ¶

func (v *NullableUsageUserDetailsGet200Response) UnmarshalJSON(src []byte) error

func (*NullableUsageUserDetailsGet200Response) Unset ¶

type NullableUsageUserDetailsGet200ResponseData ¶

type NullableUsageUserDetailsGet200ResponseData struct {
	// contains filtered or unexported fields
}

func (NullableUsageUserDetailsGet200ResponseData) Get ¶

func (NullableUsageUserDetailsGet200ResponseData) IsSet ¶

func (NullableUsageUserDetailsGet200ResponseData) MarshalJSON ¶

func (*NullableUsageUserDetailsGet200ResponseData) Set ¶

func (*NullableUsageUserDetailsGet200ResponseData) UnmarshalJSON ¶

func (v *NullableUsageUserDetailsGet200ResponseData) UnmarshalJSON(src []byte) error

func (*NullableUsageUserDetailsGet200ResponseData) Unset ¶

type NullableUsageUserDetailsGet200ResponseDataOverallSummaryInner ¶

type NullableUsageUserDetailsGet200ResponseDataOverallSummaryInner struct {
	// contains filtered or unexported fields
}

func (NullableUsageUserDetailsGet200ResponseDataOverallSummaryInner) Get ¶

func (NullableUsageUserDetailsGet200ResponseDataOverallSummaryInner) IsSet ¶

func (NullableUsageUserDetailsGet200ResponseDataOverallSummaryInner) MarshalJSON ¶

func (*NullableUsageUserDetailsGet200ResponseDataOverallSummaryInner) Set ¶

func (*NullableUsageUserDetailsGet200ResponseDataOverallSummaryInner) UnmarshalJSON ¶

func (*NullableUsageUserDetailsGet200ResponseDataOverallSummaryInner) Unset ¶

type NullableUsageUserDetailsGet200ResponseDataViewerSummaryInner ¶

type NullableUsageUserDetailsGet200ResponseDataViewerSummaryInner struct {
	// contains filtered or unexported fields
}

func (NullableUsageUserDetailsGet200ResponseDataViewerSummaryInner) Get ¶

func (NullableUsageUserDetailsGet200ResponseDataViewerSummaryInner) IsSet ¶

func (NullableUsageUserDetailsGet200ResponseDataViewerSummaryInner) MarshalJSON ¶

func (*NullableUsageUserDetailsGet200ResponseDataViewerSummaryInner) Set ¶

func (*NullableUsageUserDetailsGet200ResponseDataViewerSummaryInner) UnmarshalJSON ¶

func (*NullableUsageUserDetailsGet200ResponseDataViewerSummaryInner) Unset ¶

type NullableUsageUserSummaryGet200Response ¶

type NullableUsageUserSummaryGet200Response struct {
	// contains filtered or unexported fields
}

func (NullableUsageUserSummaryGet200Response) Get ¶

func (NullableUsageUserSummaryGet200Response) IsSet ¶

func (NullableUsageUserSummaryGet200Response) MarshalJSON ¶

func (v NullableUsageUserSummaryGet200Response) MarshalJSON() ([]byte, error)

func (*NullableUsageUserSummaryGet200Response) Set ¶

func (*NullableUsageUserSummaryGet200Response) UnmarshalJSON ¶

func (v *NullableUsageUserSummaryGet200Response) UnmarshalJSON(src []byte) error

func (*NullableUsageUserSummaryGet200Response) Unset ¶

type NullableUsageUserSummaryGet200ResponseDataInner ¶

type NullableUsageUserSummaryGet200ResponseDataInner struct {
	// contains filtered or unexported fields
}

func (NullableUsageUserSummaryGet200ResponseDataInner) Get ¶

func (NullableUsageUserSummaryGet200ResponseDataInner) IsSet ¶

func (NullableUsageUserSummaryGet200ResponseDataInner) MarshalJSON ¶

func (*NullableUsageUserSummaryGet200ResponseDataInner) Set ¶

func (*NullableUsageUserSummaryGet200ResponseDataInner) UnmarshalJSON ¶

func (*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 (NullableUserAttributes) IsSet ¶

func (v NullableUserAttributes) IsSet() bool

func (NullableUserAttributes) MarshalJSON ¶

func (v NullableUserAttributes) MarshalJSON() ([]byte, error)

func (*NullableUserAttributes) Set ¶

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 (NullableUserAttributesGet200Response) Get ¶

func (NullableUserAttributesGet200Response) IsSet ¶

func (NullableUserAttributesGet200Response) MarshalJSON ¶

func (v NullableUserAttributesGet200Response) MarshalJSON() ([]byte, error)

func (*NullableUserAttributesGet200Response) Set ¶

func (*NullableUserAttributesGet200Response) UnmarshalJSON ¶

func (v *NullableUserAttributesGet200Response) UnmarshalJSON(src []byte) error

func (*NullableUserAttributesGet200Response) Unset ¶

type NullableUserAttributesGet200ResponseDataInner ¶

type NullableUserAttributesGet200ResponseDataInner struct {
	// contains filtered or unexported fields
}

func (NullableUserAttributesGet200ResponseDataInner) Get ¶

func (NullableUserAttributesGet200ResponseDataInner) IsSet ¶

func (NullableUserAttributesGet200ResponseDataInner) MarshalJSON ¶

func (*NullableUserAttributesGet200ResponseDataInner) Set ¶

func (*NullableUserAttributesGet200ResponseDataInner) UnmarshalJSON ¶

func (*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) Get ¶ added in v1.0.0

func (NullableUserAttributesIdPatch200Response) IsSet ¶ added in v1.0.0

func (NullableUserAttributesIdPatch200Response) MarshalJSON ¶ added in v1.0.0

func (*NullableUserAttributesIdPatch200Response) Set ¶ added in v1.0.0

func (*NullableUserAttributesIdPatch200Response) UnmarshalJSON ¶ added in v1.0.0

func (v *NullableUserAttributesIdPatch200Response) UnmarshalJSON(src []byte) error

func (*NullableUserAttributesIdPatch200Response) Unset ¶ added in v1.0.0

type NullableUserAttributesIdPatch200ResponseData ¶ added in v1.0.0

type NullableUserAttributesIdPatch200ResponseData struct {
	// contains filtered or unexported fields
}

func (NullableUserAttributesIdPatch200ResponseData) Get ¶ added in v1.0.0

func (NullableUserAttributesIdPatch200ResponseData) IsSet ¶ added in v1.0.0

func (NullableUserAttributesIdPatch200ResponseData) MarshalJSON ¶ added in v1.0.0

func (*NullableUserAttributesIdPatch200ResponseData) Set ¶ added in v1.0.0

func (*NullableUserAttributesIdPatch200ResponseData) UnmarshalJSON ¶ added in v1.0.0

func (*NullableUserAttributesIdPatch200ResponseData) Unset ¶ added in v1.0.0

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 (NullableUserAttributesIdPatchRequest) IsSet ¶ added in v1.0.0

func (NullableUserAttributesIdPatchRequest) MarshalJSON ¶ added in v1.0.0

func (v NullableUserAttributesIdPatchRequest) MarshalJSON() ([]byte, error)

func (*NullableUserAttributesIdPatchRequest) Set ¶ added in v1.0.0

func (*NullableUserAttributesIdPatchRequest) UnmarshalJSON ¶ added in v1.0.0

func (v *NullableUserAttributesIdPatchRequest) UnmarshalJSON(src []byte) error

func (*NullableUserAttributesIdPatchRequest) Unset ¶ added in v1.0.0

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 (NullableUserAttributesPost200Response) IsSet ¶ added in v1.0.0

func (NullableUserAttributesPost200Response) MarshalJSON ¶ added in v1.0.0

func (v NullableUserAttributesPost200Response) MarshalJSON() ([]byte, error)

func (*NullableUserAttributesPost200Response) Set ¶ added in v1.0.0

func (*NullableUserAttributesPost200Response) UnmarshalJSON ¶ added in v1.0.0

func (v *NullableUserAttributesPost200Response) UnmarshalJSON(src []byte) error

func (*NullableUserAttributesPost200Response) Unset ¶ added in v1.0.0

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) Get ¶ added in v1.0.0

func (NullableUserAttributesPost200ResponseData) IsSet ¶ added in v1.0.0

func (NullableUserAttributesPost200ResponseData) MarshalJSON ¶ added in v1.0.0

func (*NullableUserAttributesPost200ResponseData) Set ¶ added in v1.0.0

func (*NullableUserAttributesPost200ResponseData) UnmarshalJSON ¶ added in v1.0.0

func (v *NullableUserAttributesPost200ResponseData) UnmarshalJSON(src []byte) error

func (*NullableUserAttributesPost200ResponseData) Unset ¶ added in v1.0.0

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 (NullableUserAttributesPostRequest) IsSet ¶ added in v1.0.0

func (NullableUserAttributesPostRequest) MarshalJSON ¶ added in v1.0.0

func (v NullableUserAttributesPostRequest) MarshalJSON() ([]byte, error)

func (*NullableUserAttributesPostRequest) Set ¶ added in v1.0.0

func (*NullableUserAttributesPostRequest) UnmarshalJSON ¶ added in v1.0.0

func (v *NullableUserAttributesPostRequest) UnmarshalJSON(src []byte) error

func (*NullableUserAttributesPostRequest) Unset ¶ added in v1.0.0

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 (NullableUserInvitesGet200Response) Get ¶

func (NullableUserInvitesGet200Response) IsSet ¶

func (NullableUserInvitesGet200Response) MarshalJSON ¶

func (v NullableUserInvitesGet200Response) MarshalJSON() ([]byte, error)

func (*NullableUserInvitesGet200Response) Set ¶

func (*NullableUserInvitesGet200Response) UnmarshalJSON ¶

func (v *NullableUserInvitesGet200Response) UnmarshalJSON(src []byte) error

func (*NullableUserInvitesGet200Response) Unset ¶

type NullableUserInvitesPost200Response ¶

type NullableUserInvitesPost200Response struct {
	// contains filtered or unexported fields
}

func (NullableUserInvitesPost200Response) Get ¶

func (NullableUserInvitesPost200Response) IsSet ¶

func (NullableUserInvitesPost200Response) MarshalJSON ¶

func (v NullableUserInvitesPost200Response) MarshalJSON() ([]byte, error)

func (*NullableUserInvitesPost200Response) Set ¶

func (*NullableUserInvitesPost200Response) UnmarshalJSON ¶

func (v *NullableUserInvitesPost200Response) UnmarshalJSON(src []byte) error

func (*NullableUserInvitesPost200Response) Unset ¶

type NullableUserInvitesPost200ResponseData ¶

type NullableUserInvitesPost200ResponseData struct {
	// contains filtered or unexported fields
}

func (NullableUserInvitesPost200ResponseData) Get ¶

func (NullableUserInvitesPost200ResponseData) IsSet ¶

func (NullableUserInvitesPost200ResponseData) MarshalJSON ¶

func (v NullableUserInvitesPost200ResponseData) MarshalJSON() ([]byte, error)

func (*NullableUserInvitesPost200ResponseData) Set ¶

func (*NullableUserInvitesPost200ResponseData) UnmarshalJSON ¶

func (v *NullableUserInvitesPost200ResponseData) UnmarshalJSON(src []byte) error

func (*NullableUserInvitesPost200ResponseData) Unset ¶

type NullableUserInvitesPostRequest ¶

type NullableUserInvitesPostRequest struct {
	// contains filtered or unexported fields
}

func (NullableUserInvitesPostRequest) Get ¶

func (NullableUserInvitesPostRequest) IsSet ¶

func (NullableUserInvitesPostRequest) MarshalJSON ¶

func (v NullableUserInvitesPostRequest) MarshalJSON() ([]byte, error)

func (*NullableUserInvitesPostRequest) Set ¶

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 (NullableUserInvitesUserInviteIdGet200Response) Get ¶

func (NullableUserInvitesUserInviteIdGet200Response) IsSet ¶

func (NullableUserInvitesUserInviteIdGet200Response) MarshalJSON ¶

func (*NullableUserInvitesUserInviteIdGet200Response) Set ¶

func (*NullableUserInvitesUserInviteIdGet200Response) UnmarshalJSON ¶

func (*NullableUserInvitesUserInviteIdGet200Response) Unset ¶

type NullableUserInvitesUserInviteIdUserAttributesAttributeNameDelete200Response ¶

type NullableUserInvitesUserInviteIdUserAttributesAttributeNameDelete200Response struct {
	// contains filtered or unexported fields
}

func (NullableUserInvitesUserInviteIdUserAttributesAttributeNameDelete200Response) Get ¶

func (NullableUserInvitesUserInviteIdUserAttributesAttributeNameDelete200Response) IsSet ¶

func (NullableUserInvitesUserInviteIdUserAttributesAttributeNameDelete200Response) MarshalJSON ¶

func (*NullableUserInvitesUserInviteIdUserAttributesAttributeNameDelete200Response) Set ¶

func (*NullableUserInvitesUserInviteIdUserAttributesAttributeNameDelete200Response) UnmarshalJSON ¶

func (*NullableUserInvitesUserInviteIdUserAttributesAttributeNameDelete200Response) Unset ¶

type NullableUserInvitesUserInviteIdUserAttributesAttributeNameDelete200ResponseData ¶

type NullableUserInvitesUserInviteIdUserAttributesAttributeNameDelete200ResponseData struct {
	// contains filtered or unexported fields
}

func (NullableUserInvitesUserInviteIdUserAttributesAttributeNameDelete200ResponseData) Get ¶

func (NullableUserInvitesUserInviteIdUserAttributesAttributeNameDelete200ResponseData) IsSet ¶

func (NullableUserInvitesUserInviteIdUserAttributesAttributeNameDelete200ResponseData) MarshalJSON ¶

func (*NullableUserInvitesUserInviteIdUserAttributesAttributeNameDelete200ResponseData) Set ¶

func (*NullableUserInvitesUserInviteIdUserAttributesAttributeNameDelete200ResponseData) UnmarshalJSON ¶

func (*NullableUserInvitesUserInviteIdUserAttributesAttributeNameDelete200ResponseData) Unset ¶

type NullableUserInvitesUserInviteIdUserAttributesPost200Response ¶

type NullableUserInvitesUserInviteIdUserAttributesPost200Response struct {
	// contains filtered or unexported fields
}

func (NullableUserInvitesUserInviteIdUserAttributesPost200Response) Get ¶

func (NullableUserInvitesUserInviteIdUserAttributesPost200Response) IsSet ¶

func (NullableUserInvitesUserInviteIdUserAttributesPost200Response) MarshalJSON ¶

func (*NullableUserInvitesUserInviteIdUserAttributesPost200Response) Set ¶

func (*NullableUserInvitesUserInviteIdUserAttributesPost200Response) UnmarshalJSON ¶

func (*NullableUserInvitesUserInviteIdUserAttributesPost200Response) Unset ¶

type NullableUserInvitesUserInviteIdUserAttributesPost200ResponseData ¶

type NullableUserInvitesUserInviteIdUserAttributesPost200ResponseData struct {
	// contains filtered or unexported fields
}

func (NullableUserInvitesUserInviteIdUserAttributesPost200ResponseData) Get ¶

func (NullableUserInvitesUserInviteIdUserAttributesPost200ResponseData) IsSet ¶

func (NullableUserInvitesUserInviteIdUserAttributesPost200ResponseData) MarshalJSON ¶

func (*NullableUserInvitesUserInviteIdUserAttributesPost200ResponseData) Set ¶

func (*NullableUserInvitesUserInviteIdUserAttributesPost200ResponseData) UnmarshalJSON ¶

func (*NullableUserInvitesUserInviteIdUserAttributesPost200ResponseData) Unset ¶

type NullableUserInvitesUserInviteIdUserAttributesPostRequest ¶

type NullableUserInvitesUserInviteIdUserAttributesPostRequest struct {
	// contains filtered or unexported fields
}

func (NullableUserInvitesUserInviteIdUserAttributesPostRequest) Get ¶

func (NullableUserInvitesUserInviteIdUserAttributesPostRequest) IsSet ¶

func (NullableUserInvitesUserInviteIdUserAttributesPostRequest) MarshalJSON ¶

func (*NullableUserInvitesUserInviteIdUserAttributesPostRequest) Set ¶

func (*NullableUserInvitesUserInviteIdUserAttributesPostRequest) UnmarshalJSON ¶

func (*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 (NullableUserTasksGet200Response) IsSet ¶ added in v1.0.0

func (NullableUserTasksGet200Response) MarshalJSON ¶ added in v1.0.0

func (v NullableUserTasksGet200Response) MarshalJSON() ([]byte, error)

func (*NullableUserTasksGet200Response) Set ¶ added in v1.0.0

func (*NullableUserTasksGet200Response) UnmarshalJSON ¶ added in v1.0.0

func (v *NullableUserTasksGet200Response) UnmarshalJSON(src []byte) error

func (*NullableUserTasksGet200Response) Unset ¶ added in v1.0.0

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) Get ¶ added in v1.0.0

func (NullableUserTasksGet200ResponseDataInner) IsSet ¶ added in v1.0.0

func (NullableUserTasksGet200ResponseDataInner) MarshalJSON ¶ added in v1.0.0

func (*NullableUserTasksGet200ResponseDataInner) Set ¶ added in v1.0.0

func (*NullableUserTasksGet200ResponseDataInner) UnmarshalJSON ¶ added in v1.0.0

func (v *NullableUserTasksGet200ResponseDataInner) UnmarshalJSON(src []byte) error

func (*NullableUserTasksGet200ResponseDataInner) Unset ¶ added in v1.0.0

type NullableUserTasksGet200ResponseDataInnerAssigneesInner ¶ added in v1.0.0

type NullableUserTasksGet200ResponseDataInnerAssigneesInner struct {
	// contains filtered or unexported fields
}

func (NullableUserTasksGet200ResponseDataInnerAssigneesInner) Get ¶ added in v1.0.0

func (NullableUserTasksGet200ResponseDataInnerAssigneesInner) IsSet ¶ added in v1.0.0

func (NullableUserTasksGet200ResponseDataInnerAssigneesInner) MarshalJSON ¶ added in v1.0.0

func (*NullableUserTasksGet200ResponseDataInnerAssigneesInner) Set ¶ added in v1.0.0

func (*NullableUserTasksGet200ResponseDataInnerAssigneesInner) UnmarshalJSON ¶ added in v1.0.0

func (*NullableUserTasksGet200ResponseDataInnerAssigneesInner) Unset ¶ added in v1.0.0

type NullableUserTasksGetAssignedToUsersParameter ¶ added in v1.0.0

type NullableUserTasksGetAssignedToUsersParameter struct {
	// contains filtered or unexported fields
}

func (NullableUserTasksGetAssignedToUsersParameter) Get ¶ added in v1.0.0

func (NullableUserTasksGetAssignedToUsersParameter) IsSet ¶ added in v1.0.0

func (NullableUserTasksGetAssignedToUsersParameter) MarshalJSON ¶ added in v1.0.0

func (*NullableUserTasksGetAssignedToUsersParameter) Set ¶ added in v1.0.0

func (*NullableUserTasksGetAssignedToUsersParameter) UnmarshalJSON ¶ added in v1.0.0

func (*NullableUserTasksGetAssignedToUsersParameter) Unset ¶ added in v1.0.0

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) Get ¶ added in v1.0.0

func (NullableUserTasksTaskIdCancelPatchRequest) IsSet ¶ added in v1.0.0

func (NullableUserTasksTaskIdCancelPatchRequest) MarshalJSON ¶ added in v1.0.0

func (*NullableUserTasksTaskIdCancelPatchRequest) Set ¶ added in v1.0.0

func (*NullableUserTasksTaskIdCancelPatchRequest) UnmarshalJSON ¶ added in v1.0.0

func (v *NullableUserTasksTaskIdCancelPatchRequest) UnmarshalJSON(src []byte) error

func (*NullableUserTasksTaskIdCancelPatchRequest) Unset ¶ added in v1.0.0

type NullableUserTasksTaskIdReassignPatchRequest ¶ added in v1.0.0

type NullableUserTasksTaskIdReassignPatchRequest struct {
	// contains filtered or unexported fields
}

func (NullableUserTasksTaskIdReassignPatchRequest) Get ¶ added in v1.0.0

func (NullableUserTasksTaskIdReassignPatchRequest) IsSet ¶ added in v1.0.0

func (NullableUserTasksTaskIdReassignPatchRequest) MarshalJSON ¶ added in v1.0.0

func (*NullableUserTasksTaskIdReassignPatchRequest) Set ¶ added in v1.0.0

func (*NullableUserTasksTaskIdReassignPatchRequest) UnmarshalJSON ¶ added in v1.0.0

func (v *NullableUserTasksTaskIdReassignPatchRequest) UnmarshalJSON(src []byte) error

func (*NullableUserTasksTaskIdReassignPatchRequest) Unset ¶ added in v1.0.0

type NullableUserTasksTaskIdReassignPatchRequestAssigneesInner ¶ added in v1.0.0

type NullableUserTasksTaskIdReassignPatchRequestAssigneesInner struct {
	// contains filtered or unexported fields
}

func (NullableUserTasksTaskIdReassignPatchRequestAssigneesInner) Get ¶ added in v1.0.0

func (NullableUserTasksTaskIdReassignPatchRequestAssigneesInner) IsSet ¶ added in v1.0.0

func (NullableUserTasksTaskIdReassignPatchRequestAssigneesInner) MarshalJSON ¶ added in v1.0.0

func (*NullableUserTasksTaskIdReassignPatchRequestAssigneesInner) Set ¶ added in v1.0.0

func (*NullableUserTasksTaskIdReassignPatchRequestAssigneesInner) UnmarshalJSON ¶ added in v1.0.0

func (*NullableUserTasksTaskIdReassignPatchRequestAssigneesInner) Unset ¶ added in v1.0.0

type NullableUserTasksTaskIdReassignPatchRequestAssigneesInnerAnyOf ¶ added in v1.0.0

type NullableUserTasksTaskIdReassignPatchRequestAssigneesInnerAnyOf struct {
	// contains filtered or unexported fields
}

func (NullableUserTasksTaskIdReassignPatchRequestAssigneesInnerAnyOf) Get ¶ added in v1.0.0

func (NullableUserTasksTaskIdReassignPatchRequestAssigneesInnerAnyOf) IsSet ¶ added in v1.0.0

func (NullableUserTasksTaskIdReassignPatchRequestAssigneesInnerAnyOf) MarshalJSON ¶ added in v1.0.0

func (*NullableUserTasksTaskIdReassignPatchRequestAssigneesInnerAnyOf) Set ¶ added in v1.0.0

func (*NullableUserTasksTaskIdReassignPatchRequestAssigneesInnerAnyOf) UnmarshalJSON ¶ added in v1.0.0

func (*NullableUserTasksTaskIdReassignPatchRequestAssigneesInnerAnyOf) Unset ¶ added in v1.0.0

type NullableUserTasksTaskIdReassignPatchRequestAssigneesInnerAnyOf1 ¶ added in v1.0.0

type NullableUserTasksTaskIdReassignPatchRequestAssigneesInnerAnyOf1 struct {
	// contains filtered or unexported fields
}

func (NullableUserTasksTaskIdReassignPatchRequestAssigneesInnerAnyOf1) Get ¶ added in v1.0.0

func (NullableUserTasksTaskIdReassignPatchRequestAssigneesInnerAnyOf1) IsSet ¶ added in v1.0.0

func (NullableUserTasksTaskIdReassignPatchRequestAssigneesInnerAnyOf1) MarshalJSON ¶ added in v1.0.0

func (*NullableUserTasksTaskIdReassignPatchRequestAssigneesInnerAnyOf1) Set ¶ added in v1.0.0

func (*NullableUserTasksTaskIdReassignPatchRequestAssigneesInnerAnyOf1) UnmarshalJSON ¶ added in v1.0.0

func (*NullableUserTasksTaskIdReassignPatchRequestAssigneesInnerAnyOf1) Unset ¶ added in v1.0.0

type NullableUserTasksTaskIdSubmitPatch200Response ¶ added in v1.0.0

type NullableUserTasksTaskIdSubmitPatch200Response struct {
	// contains filtered or unexported fields
}

func (NullableUserTasksTaskIdSubmitPatch200Response) Get ¶ added in v1.0.0

func (NullableUserTasksTaskIdSubmitPatch200Response) IsSet ¶ added in v1.0.0

func (NullableUserTasksTaskIdSubmitPatch200Response) MarshalJSON ¶ added in v1.0.0

func (*NullableUserTasksTaskIdSubmitPatch200Response) Set ¶ added in v1.0.0

func (*NullableUserTasksTaskIdSubmitPatch200Response) UnmarshalJSON ¶ added in v1.0.0

func (*NullableUserTasksTaskIdSubmitPatch200Response) Unset ¶ added in v1.0.0

type NullableUserTasksTaskIdSubmitPatch200ResponseData ¶ added in v1.0.0

type NullableUserTasksTaskIdSubmitPatch200ResponseData struct {
	// contains filtered or unexported fields
}

func (NullableUserTasksTaskIdSubmitPatch200ResponseData) Get ¶ added in v1.0.0

func (NullableUserTasksTaskIdSubmitPatch200ResponseData) IsSet ¶ added in v1.0.0

func (NullableUserTasksTaskIdSubmitPatch200ResponseData) MarshalJSON ¶ added in v1.0.0

func (*NullableUserTasksTaskIdSubmitPatch200ResponseData) Set ¶ added in v1.0.0

func (*NullableUserTasksTaskIdSubmitPatch200ResponseData) UnmarshalJSON ¶ added in v1.0.0

func (*NullableUserTasksTaskIdSubmitPatch200ResponseData) Unset ¶ added in v1.0.0

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) Get ¶ added in v1.0.0

func (NullableUserTasksTaskIdSubmitPatchRequest) IsSet ¶ added in v1.0.0

func (NullableUserTasksTaskIdSubmitPatchRequest) MarshalJSON ¶ added in v1.0.0

func (*NullableUserTasksTaskIdSubmitPatchRequest) Set ¶ added in v1.0.0

func (*NullableUserTasksTaskIdSubmitPatchRequest) UnmarshalJSON ¶ added in v1.0.0

func (v *NullableUserTasksTaskIdSubmitPatchRequest) UnmarshalJSON(src []byte) error

func (*NullableUserTasksTaskIdSubmitPatchRequest) Unset ¶ added in v1.0.0

type NullableUsersGet200Response ¶

type NullableUsersGet200Response struct {
	// contains filtered or unexported fields
}

func (NullableUsersGet200Response) Get ¶

func (NullableUsersGet200Response) IsSet ¶

func (NullableUsersGet200Response) MarshalJSON ¶

func (v NullableUsersGet200Response) MarshalJSON() ([]byte, error)

func (*NullableUsersGet200Response) Set ¶

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 (NullableUsersPost200Response) Get ¶

func (NullableUsersPost200Response) IsSet ¶

func (NullableUsersPost200Response) MarshalJSON ¶

func (v NullableUsersPost200Response) MarshalJSON() ([]byte, error)

func (*NullableUsersPost200Response) Set ¶

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 (NullableUsersPost200ResponseData) Get ¶

func (NullableUsersPost200ResponseData) IsSet ¶

func (NullableUsersPost200ResponseData) MarshalJSON ¶

func (v NullableUsersPost200ResponseData) MarshalJSON() ([]byte, error)

func (*NullableUsersPost200ResponseData) Set ¶

func (*NullableUsersPost200ResponseData) UnmarshalJSON ¶

func (v *NullableUsersPost200ResponseData) UnmarshalJSON(src []byte) error

func (*NullableUsersPost200ResponseData) Unset ¶

type NullableUsersPostRequest ¶

type NullableUsersPostRequest struct {
	// contains filtered or unexported fields
}

func NewNullableUsersPostRequest ¶

func NewNullableUsersPostRequest(val *UsersPostRequest) *NullableUsersPostRequest

func (NullableUsersPostRequest) Get ¶

func (NullableUsersPostRequest) IsSet ¶

func (v NullableUsersPostRequest) IsSet() bool

func (NullableUsersPostRequest) MarshalJSON ¶

func (v NullableUsersPostRequest) MarshalJSON() ([]byte, error)

func (*NullableUsersPostRequest) Set ¶

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 (NullableUsersUserIdGet200Response) Get ¶

func (NullableUsersUserIdGet200Response) IsSet ¶

func (NullableUsersUserIdGet200Response) MarshalJSON ¶

func (v NullableUsersUserIdGet200Response) MarshalJSON() ([]byte, error)

func (*NullableUsersUserIdGet200Response) Set ¶

func (*NullableUsersUserIdGet200Response) UnmarshalJSON ¶

func (v *NullableUsersUserIdGet200Response) UnmarshalJSON(src []byte) error

func (*NullableUsersUserIdGet200Response) Unset ¶

type NullableUsersUserIdGet200ResponseData ¶

type NullableUsersUserIdGet200ResponseData struct {
	// contains filtered or unexported fields
}

func (NullableUsersUserIdGet200ResponseData) Get ¶

func (NullableUsersUserIdGet200ResponseData) IsSet ¶

func (NullableUsersUserIdGet200ResponseData) MarshalJSON ¶

func (v NullableUsersUserIdGet200ResponseData) MarshalJSON() ([]byte, error)

func (*NullableUsersUserIdGet200ResponseData) Set ¶

func (*NullableUsersUserIdGet200ResponseData) UnmarshalJSON ¶

func (v *NullableUsersUserIdGet200ResponseData) UnmarshalJSON(src []byte) error

func (*NullableUsersUserIdGet200ResponseData) Unset ¶

type NullableUsersUserIdPatchRequest ¶

type NullableUsersUserIdPatchRequest struct {
	// contains filtered or unexported fields
}

func (NullableUsersUserIdPatchRequest) Get ¶

func (NullableUsersUserIdPatchRequest) IsSet ¶

func (NullableUsersUserIdPatchRequest) MarshalJSON ¶

func (v NullableUsersUserIdPatchRequest) MarshalJSON() ([]byte, error)

func (*NullableUsersUserIdPatchRequest) Set ¶

func (*NullableUsersUserIdPatchRequest) UnmarshalJSON ¶

func (v *NullableUsersUserIdPatchRequest) UnmarshalJSON(src []byte) error

func (*NullableUsersUserIdPatchRequest) Unset ¶

type NullableUsersUserIdPatchRequestOperationsInner ¶

type NullableUsersUserIdPatchRequestOperationsInner struct {
	// contains filtered or unexported fields
}

func (NullableUsersUserIdPatchRequestOperationsInner) Get ¶

func (NullableUsersUserIdPatchRequestOperationsInner) IsSet ¶

func (NullableUsersUserIdPatchRequestOperationsInner) MarshalJSON ¶

func (*NullableUsersUserIdPatchRequestOperationsInner) Set ¶

func (*NullableUsersUserIdPatchRequestOperationsInner) UnmarshalJSON ¶

func (*NullableUsersUserIdPatchRequestOperationsInner) Unset ¶

type NullableUsersUserIdPatchRequestOperationsInnerAnyOf ¶

type NullableUsersUserIdPatchRequestOperationsInnerAnyOf struct {
	// contains filtered or unexported fields
}

func (NullableUsersUserIdPatchRequestOperationsInnerAnyOf) Get ¶

func (NullableUsersUserIdPatchRequestOperationsInnerAnyOf) IsSet ¶

func (NullableUsersUserIdPatchRequestOperationsInnerAnyOf) MarshalJSON ¶

func (*NullableUsersUserIdPatchRequestOperationsInnerAnyOf) Set ¶

func (*NullableUsersUserIdPatchRequestOperationsInnerAnyOf) UnmarshalJSON ¶

func (*NullableUsersUserIdPatchRequestOperationsInnerAnyOf) Unset ¶

type NullableUsersUserIdPatchRequestOperationsInnerAnyOf1 ¶

type NullableUsersUserIdPatchRequestOperationsInnerAnyOf1 struct {
	// contains filtered or unexported fields
}

func (NullableUsersUserIdPatchRequestOperationsInnerAnyOf1) Get ¶

func (NullableUsersUserIdPatchRequestOperationsInnerAnyOf1) IsSet ¶

func (NullableUsersUserIdPatchRequestOperationsInnerAnyOf1) MarshalJSON ¶

func (*NullableUsersUserIdPatchRequestOperationsInnerAnyOf1) Set ¶

func (*NullableUsersUserIdPatchRequestOperationsInnerAnyOf1) UnmarshalJSON ¶

func (*NullableUsersUserIdPatchRequestOperationsInnerAnyOf1) Unset ¶

type NullableUsersUserIdPatchRequestOperationsInnerAnyOf2 ¶

type NullableUsersUserIdPatchRequestOperationsInnerAnyOf2 struct {
	// contains filtered or unexported fields
}

func (NullableUsersUserIdPatchRequestOperationsInnerAnyOf2) Get ¶

func (NullableUsersUserIdPatchRequestOperationsInnerAnyOf2) IsSet ¶

func (NullableUsersUserIdPatchRequestOperationsInnerAnyOf2) MarshalJSON ¶

func (*NullableUsersUserIdPatchRequestOperationsInnerAnyOf2) Set ¶

func (*NullableUsersUserIdPatchRequestOperationsInnerAnyOf2) UnmarshalJSON ¶

func (*NullableUsersUserIdPatchRequestOperationsInnerAnyOf2) Unset ¶

type NullableUsersUserIdUserAttributesAttributeNameDelete200Response ¶

type NullableUsersUserIdUserAttributesAttributeNameDelete200Response struct {
	// contains filtered or unexported fields
}

func (NullableUsersUserIdUserAttributesAttributeNameDelete200Response) Get ¶

func (NullableUsersUserIdUserAttributesAttributeNameDelete200Response) IsSet ¶

func (NullableUsersUserIdUserAttributesAttributeNameDelete200Response) MarshalJSON ¶

func (*NullableUsersUserIdUserAttributesAttributeNameDelete200Response) Set ¶

func (*NullableUsersUserIdUserAttributesAttributeNameDelete200Response) UnmarshalJSON ¶

func (*NullableUsersUserIdUserAttributesAttributeNameDelete200Response) Unset ¶

type NullableUsersUserIdUserAttributesAttributeNameDelete200ResponseData ¶

type NullableUsersUserIdUserAttributesAttributeNameDelete200ResponseData struct {
	// contains filtered or unexported fields
}

func (NullableUsersUserIdUserAttributesAttributeNameDelete200ResponseData) Get ¶

func (NullableUsersUserIdUserAttributesAttributeNameDelete200ResponseData) IsSet ¶

func (NullableUsersUserIdUserAttributesAttributeNameDelete200ResponseData) MarshalJSON ¶

func (*NullableUsersUserIdUserAttributesAttributeNameDelete200ResponseData) Set ¶

func (*NullableUsersUserIdUserAttributesAttributeNameDelete200ResponseData) UnmarshalJSON ¶

func (*NullableUsersUserIdUserAttributesAttributeNameDelete200ResponseData) Unset ¶

type NullableUsersUserIdUserAttributesPost200Response ¶

type NullableUsersUserIdUserAttributesPost200Response struct {
	// contains filtered or unexported fields
}

func (NullableUsersUserIdUserAttributesPost200Response) Get ¶

func (NullableUsersUserIdUserAttributesPost200Response) IsSet ¶

func (NullableUsersUserIdUserAttributesPost200Response) MarshalJSON ¶

func (*NullableUsersUserIdUserAttributesPost200Response) Set ¶

func (*NullableUsersUserIdUserAttributesPost200Response) UnmarshalJSON ¶

func (*NullableUsersUserIdUserAttributesPost200Response) Unset ¶

type NullableUsersUserIdUserAttributesPost200ResponseData ¶

type NullableUsersUserIdUserAttributesPost200ResponseData struct {
	// contains filtered or unexported fields
}

func (NullableUsersUserIdUserAttributesPost200ResponseData) Get ¶

func (NullableUsersUserIdUserAttributesPost200ResponseData) IsSet ¶

func (NullableUsersUserIdUserAttributesPost200ResponseData) MarshalJSON ¶

func (*NullableUsersUserIdUserAttributesPost200ResponseData) Set ¶

func (*NullableUsersUserIdUserAttributesPost200ResponseData) UnmarshalJSON ¶

func (*NullableUsersUserIdUserAttributesPost200ResponseData) Unset ¶

type NullableUsersUserIdUserAttributesPostRequest ¶

type NullableUsersUserIdUserAttributesPostRequest struct {
	// contains filtered or unexported fields
}

func (NullableUsersUserIdUserAttributesPostRequest) Get ¶

func (NullableUsersUserIdUserAttributesPostRequest) IsSet ¶

func (NullableUsersUserIdUserAttributesPostRequest) MarshalJSON ¶

func (*NullableUsersUserIdUserAttributesPostRequest) Set ¶

func (*NullableUsersUserIdUserAttributesPostRequest) UnmarshalJSON ¶

func (*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 (NullableWorkflowRunIdGet200Response) IsSet ¶ added in v1.0.0

func (NullableWorkflowRunIdGet200Response) MarshalJSON ¶ added in v1.0.0

func (v NullableWorkflowRunIdGet200Response) MarshalJSON() ([]byte, error)

func (*NullableWorkflowRunIdGet200Response) Set ¶ added in v1.0.0

func (*NullableWorkflowRunIdGet200Response) UnmarshalJSON ¶ added in v1.0.0

func (v *NullableWorkflowRunIdGet200Response) UnmarshalJSON(src []byte) error

func (*NullableWorkflowRunIdGet200Response) Unset ¶ added in v1.0.0

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 (NullableWorkflowRunWithUserTask) IsSet ¶ added in v1.0.0

func (NullableWorkflowRunWithUserTask) MarshalJSON ¶ added in v1.0.0

func (v NullableWorkflowRunWithUserTask) MarshalJSON() ([]byte, error)

func (*NullableWorkflowRunWithUserTask) Set ¶ added in v1.0.0

func (*NullableWorkflowRunWithUserTask) UnmarshalJSON ¶ added in v1.0.0

func (v *NullableWorkflowRunWithUserTask) UnmarshalJSON(src []byte) error

func (*NullableWorkflowRunWithUserTask) Unset ¶ added in v1.0.0

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 (NullableWorkflowsGet200Response) IsSet ¶ added in v1.0.0

func (NullableWorkflowsGet200Response) MarshalJSON ¶ added in v1.0.0

func (v NullableWorkflowsGet200Response) MarshalJSON() ([]byte, error)

func (*NullableWorkflowsGet200Response) Set ¶ added in v1.0.0

func (*NullableWorkflowsGet200Response) UnmarshalJSON ¶ added in v1.0.0

func (v *NullableWorkflowsGet200Response) UnmarshalJSON(src []byte) error

func (*NullableWorkflowsGet200Response) Unset ¶ added in v1.0.0

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) Get ¶ added in v1.0.0

func (NullableWorkflowsGet200ResponseDataInner) IsSet ¶ added in v1.0.0

func (NullableWorkflowsGet200ResponseDataInner) MarshalJSON ¶ added in v1.0.0

func (*NullableWorkflowsGet200ResponseDataInner) Set ¶ added in v1.0.0

func (*NullableWorkflowsGet200ResponseDataInner) UnmarshalJSON ¶ added in v1.0.0

func (v *NullableWorkflowsGet200ResponseDataInner) UnmarshalJSON(src []byte) error

func (*NullableWorkflowsGet200ResponseDataInner) Unset ¶ added in v1.0.0

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 (NullableWorkflowsGet403Response) IsSet ¶ added in v1.0.0

func (NullableWorkflowsGet403Response) MarshalJSON ¶ added in v1.0.0

func (v NullableWorkflowsGet403Response) MarshalJSON() ([]byte, error)

func (*NullableWorkflowsGet403Response) Set ¶ added in v1.0.0

func (*NullableWorkflowsGet403Response) UnmarshalJSON ¶ added in v1.0.0

func (v *NullableWorkflowsGet403Response) UnmarshalJSON(src []byte) error

func (*NullableWorkflowsGet403Response) Unset ¶ added in v1.0.0

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) Get ¶ added in v1.0.0

func (NullableWorkflowsWorkflowIdGet200Response) IsSet ¶ added in v1.0.0

func (NullableWorkflowsWorkflowIdGet200Response) MarshalJSON ¶ added in v1.0.0

func (*NullableWorkflowsWorkflowIdGet200Response) Set ¶ added in v1.0.0

func (*NullableWorkflowsWorkflowIdGet200Response) UnmarshalJSON ¶ added in v1.0.0

func (v *NullableWorkflowsWorkflowIdGet200Response) UnmarshalJSON(src []byte) error

func (*NullableWorkflowsWorkflowIdGet200Response) Unset ¶ added in v1.0.0

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

func (o *OIDC) GetConfigType() string

GetConfigType returns the ConfigType field value

func (*OIDC) GetConfigTypeOk ¶ added in v1.0.0

func (o *OIDC) GetConfigTypeOk() (*string, bool)

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

func (o *OIDC) GetDisableEmailPasswordLogin() bool

GetDisableEmailPasswordLogin returns the DisableEmailPasswordLogin field value

func (*OIDC) GetDisableEmailPasswordLoginOk ¶ added in v1.0.0

func (o *OIDC) GetDisableEmailPasswordLoginOk() (*bool, bool)

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

func (o *OIDC) GetJitEnabled() bool

GetJitEnabled returns the JitEnabled field value

func (*OIDC) GetJitEnabledOk ¶ added in v1.0.0

func (o *OIDC) GetJitEnabledOk() (*bool, bool)

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

func (o *OIDC) GetJwtEmailKey() string

GetJwtEmailKey returns the JwtEmailKey field value

func (*OIDC) GetJwtEmailKeyOk ¶ added in v1.0.0

func (o *OIDC) GetJwtEmailKeyOk() (*string, bool)

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

func (o *OIDC) GetJwtFirstNameKey() string

GetJwtFirstNameKey returns the JwtFirstNameKey field value

func (*OIDC) GetJwtFirstNameKeyOk ¶ added in v1.0.0

func (o *OIDC) GetJwtFirstNameKeyOk() (*string, bool)

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

func (o *OIDC) GetJwtLastNameKey() string

GetJwtLastNameKey returns the JwtLastNameKey field value

func (*OIDC) GetJwtLastNameKeyOk ¶ added in v1.0.0

func (o *OIDC) GetJwtLastNameKeyOk() (*string, bool)

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

func (o *OIDC) GetJwtRolesKey() string

GetJwtRolesKey returns the JwtRolesKey field value if set, zero value otherwise.

func (*OIDC) GetJwtRolesKeyOk ¶ added in v1.0.0

func (o *OIDC) 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 (*OIDC) GetOidcAudience ¶ added in v1.0.0

func (o *OIDC) GetOidcAudience() string

GetOidcAudience returns the OidcAudience field value if set, zero value otherwise.

func (*OIDC) GetOidcAudienceOk ¶ added in v1.0.0

func (o *OIDC) 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 (*OIDC) GetOidcAuthUrl ¶ added in v1.0.0

func (o *OIDC) GetOidcAuthUrl() string

GetOidcAuthUrl returns the OidcAuthUrl field value

func (*OIDC) GetOidcAuthUrlOk ¶ added in v1.0.0

func (o *OIDC) GetOidcAuthUrlOk() (*string, bool)

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

func (o *OIDC) GetOidcClientId() string

GetOidcClientId returns the OidcClientId field value

func (*OIDC) GetOidcClientIdOk ¶ added in v1.0.0

func (o *OIDC) GetOidcClientIdOk() (*string, bool)

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

func (o *OIDC) GetOidcClientSecret() string

GetOidcClientSecret returns the OidcClientSecret field value

func (*OIDC) GetOidcClientSecretOk ¶ added in v1.0.0

func (o *OIDC) GetOidcClientSecretOk() (*string, bool)

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

func (o *OIDC) GetOidcScopes() string

GetOidcScopes returns the OidcScopes field value

func (*OIDC) GetOidcScopesOk ¶ added in v1.0.0

func (o *OIDC) GetOidcScopesOk() (*string, bool)

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

func (o *OIDC) GetOidcTokenUrl() string

GetOidcTokenUrl returns the OidcTokenUrl field value

func (*OIDC) GetOidcTokenUrlOk ¶ added in v1.0.0

func (o *OIDC) GetOidcTokenUrlOk() (*string, bool)

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

func (o *OIDC) GetOidcUserinfoUrl() string

GetOidcUserinfoUrl returns the OidcUserinfoUrl field value if set, zero value otherwise.

func (*OIDC) GetOidcUserinfoUrlOk ¶ added in v1.0.0

func (o *OIDC) 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 (*OIDC) GetRestrictedDomain ¶ added in v1.0.0

func (o *OIDC) GetRestrictedDomain() string

GetRestrictedDomain returns the RestrictedDomain field value if set, zero value otherwise.

func (*OIDC) GetRestrictedDomainOk ¶ added in v1.0.0

func (o *OIDC) 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 (*OIDC) GetRolesMapping ¶ added in v1.0.0

func (o *OIDC) GetRolesMapping() string

GetRolesMapping returns the RolesMapping field value if set, zero value otherwise.

func (*OIDC) GetRolesMappingOk ¶ added in v1.0.0

func (o *OIDC) 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 (*OIDC) GetTriggerLoginAutomatically ¶ added in v1.0.0

func (o *OIDC) GetTriggerLoginAutomatically() bool

GetTriggerLoginAutomatically returns the TriggerLoginAutomatically field value

func (*OIDC) GetTriggerLoginAutomaticallyOk ¶ added in v1.0.0

func (o *OIDC) GetTriggerLoginAutomaticallyOk() (*bool, bool)

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

func (o *OIDC) HasJwtRolesKey() bool

HasJwtRolesKey returns a boolean if a field has been set.

func (*OIDC) HasOidcAudience ¶ added in v1.0.0

func (o *OIDC) HasOidcAudience() bool

HasOidcAudience returns a boolean if a field has been set.

func (*OIDC) HasOidcUserinfoUrl ¶ added in v1.0.0

func (o *OIDC) HasOidcUserinfoUrl() bool

HasOidcUserinfoUrl returns a boolean if a field has been set.

func (*OIDC) HasRestrictedDomain ¶ added in v1.0.0

func (o *OIDC) HasRestrictedDomain() bool

HasRestrictedDomain returns a boolean if a field has been set.

func (*OIDC) HasRolesMapping ¶ added in v1.0.0

func (o *OIDC) HasRolesMapping() bool

HasRolesMapping returns a boolean if a field has been set.

func (OIDC) MarshalJSON ¶ added in v1.0.0

func (o OIDC) MarshalJSON() ([]byte, error)

func (*OIDC) SetConfigType ¶ added in v1.0.0

func (o *OIDC) SetConfigType(v string)

SetConfigType sets field value

func (*OIDC) SetDisableEmailPasswordLogin ¶ added in v1.0.0

func (o *OIDC) SetDisableEmailPasswordLogin(v bool)

SetDisableEmailPasswordLogin sets field value

func (*OIDC) SetJitEnabled ¶ added in v1.0.0

func (o *OIDC) SetJitEnabled(v bool)

SetJitEnabled sets field value

func (*OIDC) SetJwtEmailKey ¶ added in v1.0.0

func (o *OIDC) SetJwtEmailKey(v string)

SetJwtEmailKey sets field value

func (*OIDC) SetJwtFirstNameKey ¶ added in v1.0.0

func (o *OIDC) SetJwtFirstNameKey(v string)

SetJwtFirstNameKey sets field value

func (*OIDC) SetJwtLastNameKey ¶ added in v1.0.0

func (o *OIDC) SetJwtLastNameKey(v string)

SetJwtLastNameKey sets field value

func (*OIDC) SetJwtRolesKey ¶ added in v1.0.0

func (o *OIDC) SetJwtRolesKey(v string)

SetJwtRolesKey gets a reference to the given string and assigns it to the JwtRolesKey field.

func (*OIDC) SetOidcAudience ¶ added in v1.0.0

func (o *OIDC) SetOidcAudience(v string)

SetOidcAudience gets a reference to the given string and assigns it to the OidcAudience field.

func (*OIDC) SetOidcAuthUrl ¶ added in v1.0.0

func (o *OIDC) SetOidcAuthUrl(v string)

SetOidcAuthUrl sets field value

func (*OIDC) SetOidcClientId ¶ added in v1.0.0

func (o *OIDC) SetOidcClientId(v string)

SetOidcClientId sets field value

func (*OIDC) SetOidcClientSecret ¶ added in v1.0.0

func (o *OIDC) SetOidcClientSecret(v string)

SetOidcClientSecret sets field value

func (*OIDC) SetOidcScopes ¶ added in v1.0.0

func (o *OIDC) SetOidcScopes(v string)

SetOidcScopes sets field value

func (*OIDC) SetOidcTokenUrl ¶ added in v1.0.0

func (o *OIDC) SetOidcTokenUrl(v string)

SetOidcTokenUrl sets field value

func (*OIDC) SetOidcUserinfoUrl ¶ added in v1.0.0

func (o *OIDC) SetOidcUserinfoUrl(v string)

SetOidcUserinfoUrl gets a reference to the given string and assigns it to the OidcUserinfoUrl field.

func (*OIDC) SetRestrictedDomain ¶ added in v1.0.0

func (o *OIDC) SetRestrictedDomain(v string)

SetRestrictedDomain gets a reference to the given string and assigns it to the RestrictedDomain field.

func (*OIDC) SetRolesMapping ¶ added in v1.0.0

func (o *OIDC) SetRolesMapping(v string)

SetRolesMapping gets a reference to the given string and assigns it to the RolesMapping field.

func (*OIDC) SetTriggerLoginAutomatically ¶ added in v1.0.0

func (o *OIDC) SetTriggerLoginAutomatically(v bool)

SetTriggerLoginAutomatically sets field value

func (OIDC) ToMap ¶ added in v1.0.0

func (o OIDC) ToMap() (map[string]interface{}, error)

func (*OIDC) UnmarshalJSON ¶ added in v1.0.0

func (o *OIDC) UnmarshalJSON(data []byte) (err error)

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 ¶

Execute executes the request

@return ObservabilityConfigConfigIdPut200Response

func (*ObservabilityAPIService) ObservabilityConfigGet ¶

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 ¶

Execute executes the request

@return ObservabilityConfigGet200Response

func (*ObservabilityAPIService) ObservabilityConfigPost ¶

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 ¶

Execute executes the request

@return ObservabilityConfigPost200Response

func (*ObservabilityAPIService) ObservabilityProviderProviderTestPost ¶

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 ¶

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 ¶

GetData returns the Data field value

func (*ObservabilityConfigConfigIdPut200Response) GetDataOk ¶

GetDataOk returns a tuple with the Data field value and a boolean to check if the value has been set.

func (*ObservabilityConfigConfigIdPut200Response) GetSuccess ¶

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 (*ObservabilityConfigConfigIdPut200Response) SetData ¶

SetData sets field value

func (*ObservabilityConfigConfigIdPut200Response) SetSuccess ¶

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 ¶

GetConfig returns the Config field value

func (*ObservabilityConfigConfigIdPut200ResponseData) GetConfigOk ¶

GetConfigOk returns a tuple with the Config field value and a boolean to check if the value has been set.

func (*ObservabilityConfigConfigIdPut200ResponseData) GetEnabled ¶

GetEnabled returns the Enabled field value

func (*ObservabilityConfigConfigIdPut200ResponseData) GetEnabledOk ¶

GetEnabledOk returns a tuple with the Enabled field value and a boolean to check if the value has been set.

func (*ObservabilityConfigConfigIdPut200ResponseData) GetId ¶

GetId returns the Id field value

func (*ObservabilityConfigConfigIdPut200ResponseData) GetIdOk ¶

GetIdOk returns a tuple with the Id field value and a boolean to check if the value has been set.

func (ObservabilityConfigConfigIdPut200ResponseData) MarshalJSON ¶

func (*ObservabilityConfigConfigIdPut200ResponseData) SetConfig ¶

SetConfig sets field value

func (*ObservabilityConfigConfigIdPut200ResponseData) SetEnabled ¶

SetEnabled sets field value

func (*ObservabilityConfigConfigIdPut200ResponseData) SetId ¶

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 ¶

GetConfig returns the Config field value if set, zero value otherwise.

func (*ObservabilityConfigConfigIdPutRequest) GetConfigOk ¶

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 ¶

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 ¶

HasConfig returns a boolean if a field has been set.

func (*ObservabilityConfigConfigIdPutRequest) HasEnabled ¶

HasEnabled returns a boolean if a field has been set.

func (ObservabilityConfigConfigIdPutRequest) MarshalJSON ¶

func (o ObservabilityConfigConfigIdPutRequest) MarshalJSON() ([]byte, error)

func (*ObservabilityConfigConfigIdPutRequest) SetConfig ¶

SetConfig gets a reference to the given ObservabilityConfigGet200ResponseDataInnerConfig and assigns it to the Config field.

func (*ObservabilityConfigConfigIdPutRequest) SetEnabled ¶

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 ¶

GetData returns the Data field value

func (*ObservabilityConfigGet200Response) GetDataOk ¶

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 ¶

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 ¶

GetConfig returns the Config field value

func (*ObservabilityConfigGet200ResponseDataInner) GetConfigOk ¶

GetConfigOk returns a tuple with the Config field value and a boolean to check if the value has been set.

func (*ObservabilityConfigGet200ResponseDataInner) GetEnabled ¶

GetEnabled returns the Enabled field value

func (*ObservabilityConfigGet200ResponseDataInner) GetEnabledOk ¶

GetEnabledOk returns a tuple with the Enabled field value and a boolean to check if the value has been set.

func (*ObservabilityConfigGet200ResponseDataInner) GetId ¶

GetId returns the Id field value

func (*ObservabilityConfigGet200ResponseDataInner) GetIdOk ¶

GetIdOk returns a tuple with the Id field value and a boolean to check if the value has been set.

func (ObservabilityConfigGet200ResponseDataInner) MarshalJSON ¶

func (*ObservabilityConfigGet200ResponseDataInner) SetConfig ¶

SetConfig sets field value

func (*ObservabilityConfigGet200ResponseDataInner) SetEnabled ¶

SetEnabled sets field value

func (*ObservabilityConfigGet200ResponseDataInner) SetId ¶

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 ¶

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

GetCaCerts returns the CaCerts field value if set, zero value otherwise.

func (*ObservabilityConfigGet200ResponseDataInnerConfigOneOf) GetCaCertsOk ¶ added in v1.0.0

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 ¶

GetDsn returns the Dsn field value

func (*ObservabilityConfigGet200ResponseDataInnerConfigOneOf) GetDsnOk ¶

GetDsnOk returns a tuple with the Dsn field value and a boolean to check if the value has been set.

func (*ObservabilityConfigGet200ResponseDataInnerConfigOneOf) GetProvider ¶

GetProvider returns the Provider field value

func (*ObservabilityConfigGet200ResponseDataInnerConfigOneOf) GetProviderOk ¶

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

HasCaCerts returns a boolean if a field has been set.

func (ObservabilityConfigGet200ResponseDataInnerConfigOneOf) MarshalJSON ¶

func (*ObservabilityConfigGet200ResponseDataInnerConfigOneOf) SetCaCerts ¶ added in v1.0.0

SetCaCerts gets a reference to the given []string and assigns it to the CaCerts field.

func (*ObservabilityConfigGet200ResponseDataInnerConfigOneOf) SetDsn ¶

SetDsn sets field value

func (*ObservabilityConfigGet200ResponseDataInnerConfigOneOf) SetProvider ¶

SetProvider sets field value

func (ObservabilityConfigGet200ResponseDataInnerConfigOneOf) ToMap ¶

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 ¶

GetApiKey returns the ApiKey field value

func (*ObservabilityConfigGet200ResponseDataInnerConfigOneOf1) GetApiKeyOk ¶

GetApiKeyOk returns a tuple with the ApiKey field value and a boolean to check if the value has been set.

func (*ObservabilityConfigGet200ResponseDataInnerConfigOneOf1) GetProvider ¶

GetProvider returns the Provider field value

func (*ObservabilityConfigGet200ResponseDataInnerConfigOneOf1) GetProviderOk ¶

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

GetSite returns the Site field value

func (*ObservabilityConfigGet200ResponseDataInnerConfigOneOf1) GetSiteOk ¶ added in v1.0.0

GetSiteOk returns a tuple with the Site field value and a boolean to check if the value has been set.

func (ObservabilityConfigGet200ResponseDataInnerConfigOneOf1) MarshalJSON ¶

func (*ObservabilityConfigGet200ResponseDataInnerConfigOneOf1) SetApiKey ¶

SetApiKey sets field value

func (*ObservabilityConfigGet200ResponseDataInnerConfigOneOf1) SetProvider ¶

SetProvider sets field value

func (*ObservabilityConfigGet200ResponseDataInnerConfigOneOf1) SetSite ¶ added in v1.0.0

SetSite sets field value

func (ObservabilityConfigGet200ResponseDataInnerConfigOneOf1) ToMap ¶

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 ¶

GetData returns the Data field value

func (*ObservabilityConfigPost200Response) GetDataOk ¶

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 ¶

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 ¶

GetConfig returns the Config field value

func (*ObservabilityConfigPost200ResponseData) GetConfigOk ¶

GetConfigOk returns a tuple with the Config field value and a boolean to check if the value has been set.

func (*ObservabilityConfigPost200ResponseData) GetEnabled ¶

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 ¶

GetId returns the Id field value

func (*ObservabilityConfigPost200ResponseData) GetIdOk ¶

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 ¶

SetConfig sets field value

func (*ObservabilityConfigPost200ResponseData) SetEnabled ¶

SetEnabled sets field value

func (*ObservabilityConfigPost200ResponseData) SetId ¶

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 ¶

GetConfig returns the Config field value

func (*ObservabilityConfigPostRequest) GetConfigOk ¶

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 ¶

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 ¶

GetConfig returns the Config field value

func (*ObservabilityConfiguration) GetConfigOk ¶

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 ¶

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 ¶

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 ¶

GetData returns the Data field value

func (*ObservabilityProviderProviderTestPost200Response) GetDataOk ¶

GetDataOk returns a tuple with the Data field value and a boolean to check if the value has been set.

func (*ObservabilityProviderProviderTestPost200Response) GetSuccess ¶

GetSuccess returns the Success field value

func (*ObservabilityProviderProviderTestPost200Response) GetSuccessOk ¶

GetSuccessOk returns a tuple with the Success field value and a boolean to check if the value has been set.

func (ObservabilityProviderProviderTestPost200Response) MarshalJSON ¶

func (*ObservabilityProviderProviderTestPost200Response) SetData ¶

SetData sets field value

func (*ObservabilityProviderProviderTestPost200Response) SetSuccess ¶

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 ¶

Marshal data from the first non-nil pointers in the struct to JSON

func (*ObservabilityProviderProviderTestPost200ResponseData) UnmarshalJSON ¶

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 ¶

GetMessage returns the Message field value

func (*ObservabilityProviderProviderTestPost200ResponseDataAnyOf) GetMessageOk ¶

GetMessageOk returns a tuple with the Message field value and a boolean to check if the value has been set.

func (*ObservabilityProviderProviderTestPost200ResponseDataAnyOf) GetSuccess ¶

GetSuccess returns the Success field value

func (*ObservabilityProviderProviderTestPost200ResponseDataAnyOf) GetSuccessOk ¶

GetSuccessOk returns a tuple with the Success field value and a boolean to check if the value has been set.

func (ObservabilityProviderProviderTestPost200ResponseDataAnyOf) MarshalJSON ¶

func (*ObservabilityProviderProviderTestPost200ResponseDataAnyOf) SetMessage ¶

SetMessage sets field value

func (*ObservabilityProviderProviderTestPost200ResponseDataAnyOf) SetSuccess ¶

SetSuccess sets field value

func (ObservabilityProviderProviderTestPost200ResponseDataAnyOf) ToMap ¶

func (*ObservabilityProviderProviderTestPost200ResponseDataAnyOf) UnmarshalJSON ¶

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 ¶

GetSuccess returns the Success field value

func (*ObservabilityProviderProviderTestPost200ResponseDataAnyOf1) GetSuccessOk ¶

GetSuccessOk returns a tuple with the Success field value and a boolean to check if the value has been set.

func (ObservabilityProviderProviderTestPost200ResponseDataAnyOf1) MarshalJSON ¶

func (*ObservabilityProviderProviderTestPost200ResponseDataAnyOf1) SetSuccess ¶

SetSuccess sets field value

func (ObservabilityProviderProviderTestPost200ResponseDataAnyOf1) ToMap ¶

func (*ObservabilityProviderProviderTestPost200ResponseDataAnyOf1) UnmarshalJSON ¶

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

GetMessage returns the Message field value

func (*ObservabilityProviderProviderTestPost200ResponseDataOneOf) GetMessageOk ¶ added in v1.0.0

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

GetSuccess returns the Success field value

func (*ObservabilityProviderProviderTestPost200ResponseDataOneOf) GetSuccessOk ¶ added in v1.0.0

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 (*ObservabilityProviderProviderTestPost200ResponseDataOneOf) SetMessage ¶ added in v1.0.0

SetMessage sets field value

func (*ObservabilityProviderProviderTestPost200ResponseDataOneOf) SetSuccess ¶ added in v1.0.0

SetSuccess sets field value

func (ObservabilityProviderProviderTestPost200ResponseDataOneOf) ToMap ¶ added in v1.0.0

func (*ObservabilityProviderProviderTestPost200ResponseDataOneOf) UnmarshalJSON ¶ added in v1.0.0

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

GetSuccess returns the Success field value

func (*ObservabilityProviderProviderTestPost200ResponseDataOneOf1) GetSuccessOk ¶ added in v1.0.0

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 (*ObservabilityProviderProviderTestPost200ResponseDataOneOf1) SetSuccess ¶ added in v1.0.0

SetSuccess sets field value

func (ObservabilityProviderProviderTestPost200ResponseDataOneOf1) ToMap ¶ added in v1.0.0

func (*ObservabilityProviderProviderTestPost200ResponseDataOneOf1) UnmarshalJSON ¶ added in v1.0.0

type ObservabilityProviderProviderTestPostProviderParameter ¶

type ObservabilityProviderProviderTestPostProviderParameter struct {
	// contains filtered or unexported fields
}

ObservabilityProviderProviderTestPostProviderParameter The observability provider name, either \"Sentry\" or \"Datadog\"

func (ObservabilityProviderProviderTestPostProviderParameter) MarshalJSON ¶

Marshal data from the first non-nil pointers in the struct to JSON

func (*ObservabilityProviderProviderTestPostProviderParameter) UnmarshalJSON ¶

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) SetHost ¶

func (o *Organization) SetHost(v string)

SetHost sets field value

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

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

Execute executes the request

@return OrganizationAiSettingsGet200Response

func (*OrganizationAPIService) OrganizationAiSettingsPut ¶ added in v1.0.0

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

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

Execute executes the request

@return OrganizationAnalyticsIntegrationsGet200Response

func (*OrganizationAPIService) OrganizationGet ¶ added in v1.0.0

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

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

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

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

GetData returns the Data field value

func (*OrganizationAiSettingsGet200Response) GetDataOk ¶ added in v1.0.0

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

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

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

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 (*OrganizationAiSettingsGet200ResponseData) SetRetoolAI ¶ added in v1.0.0

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

GetData returns the Data field value

func (*OrganizationAiSettingsPut200Response) GetDataOk ¶ added in v1.0.0

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

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

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

GetData returns the Data field value

func (*OrganizationAnalyticsIntegrationsGet200Response) GetDataOk ¶ added in v1.0.0

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

GetHasMore returns the HasMore field value

func (*OrganizationAnalyticsIntegrationsGet200Response) GetHasMoreOk ¶ added in v1.0.0

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

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

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

GetSuccess returns the Success field value

func (*OrganizationAnalyticsIntegrationsGet200Response) GetSuccessOk ¶ added in v1.0.0

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

GetTotalCount returns the TotalCount field value

func (*OrganizationAnalyticsIntegrationsGet200Response) GetTotalCountOk ¶ added in v1.0.0

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 (*OrganizationAnalyticsIntegrationsGet200Response) SetData ¶ added in v1.0.0

SetData sets field value

func (*OrganizationAnalyticsIntegrationsGet200Response) SetHasMore ¶ added in v1.0.0

SetHasMore sets field value

func (*OrganizationAnalyticsIntegrationsGet200Response) SetNextToken ¶ added in v1.0.0

SetNextToken sets field value

func (*OrganizationAnalyticsIntegrationsGet200Response) SetSuccess ¶ added in v1.0.0

SetSuccess sets field value

func (*OrganizationAnalyticsIntegrationsGet200Response) SetTotalCount ¶ added in v1.0.0

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

Marshal data from the first non-nil pointers in the struct to JSON

func (*OrganizationAnalyticsIntegrationsGet200ResponseDataInner) UnmarshalJSON ¶ added in v1.0.0

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

GetEnabled returns the Enabled field value

func (*OrganizationAnalyticsIntegrationsGet200ResponseDataInnerOneOf) GetEnabledOk ¶ added in v1.0.0

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

GetMeasurementId returns the MeasurementId field value

func (*OrganizationAnalyticsIntegrationsGet200ResponseDataInnerOneOf) GetMeasurementIdOk ¶ added in v1.0.0

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

GetType returns the Type field value

func (*OrganizationAnalyticsIntegrationsGet200ResponseDataInnerOneOf) 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 (OrganizationAnalyticsIntegrationsGet200ResponseDataInnerOneOf) MarshalJSON ¶ added in v1.0.0

func (*OrganizationAnalyticsIntegrationsGet200ResponseDataInnerOneOf) SetEnabled ¶ added in v1.0.0

SetEnabled sets field value

func (*OrganizationAnalyticsIntegrationsGet200ResponseDataInnerOneOf) SetMeasurementId ¶ added in v1.0.0

SetMeasurementId sets field value

func (*OrganizationAnalyticsIntegrationsGet200ResponseDataInnerOneOf) SetType ¶ added in v1.0.0

SetType sets field value

func (OrganizationAnalyticsIntegrationsGet200ResponseDataInnerOneOf) ToMap ¶ added in v1.0.0

func (*OrganizationAnalyticsIntegrationsGet200ResponseDataInnerOneOf) UnmarshalJSON ¶ added in v1.0.0

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

GetApiKey returns the ApiKey field value

func (*OrganizationAnalyticsIntegrationsGet200ResponseDataInnerOneOf1) GetApiKeyOk ¶ added in v1.0.0

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

GetEnabled returns the Enabled field value

func (*OrganizationAnalyticsIntegrationsGet200ResponseDataInnerOneOf1) GetEnabledOk ¶ added in v1.0.0

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

GetHost returns the Host field value

func (*OrganizationAnalyticsIntegrationsGet200ResponseDataInnerOneOf1) GetHostOk ¶ added in v1.0.0

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

GetType returns the Type field value

func (*OrganizationAnalyticsIntegrationsGet200ResponseDataInnerOneOf1) 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 (OrganizationAnalyticsIntegrationsGet200ResponseDataInnerOneOf1) MarshalJSON ¶ added in v1.0.0

func (*OrganizationAnalyticsIntegrationsGet200ResponseDataInnerOneOf1) SetApiKey ¶ added in v1.0.0

SetApiKey sets field value

func (*OrganizationAnalyticsIntegrationsGet200ResponseDataInnerOneOf1) SetEnabled ¶ added in v1.0.0

SetEnabled sets field value

func (*OrganizationAnalyticsIntegrationsGet200ResponseDataInnerOneOf1) SetHost ¶ added in v1.0.0

SetHost sets field value

func (*OrganizationAnalyticsIntegrationsGet200ResponseDataInnerOneOf1) SetType ¶ added in v1.0.0

SetType sets field value

func (OrganizationAnalyticsIntegrationsGet200ResponseDataInnerOneOf1) ToMap ¶ added in v1.0.0

func (*OrganizationAnalyticsIntegrationsGet200ResponseDataInnerOneOf1) UnmarshalJSON ¶ added in v1.0.0

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

GetEnabled returns the Enabled field value

func (*OrganizationAnalyticsIntegrationsGet200ResponseDataInnerOneOf2) GetEnabledOk ¶ added in v1.0.0

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

GetType returns the Type field value

func (*OrganizationAnalyticsIntegrationsGet200ResponseDataInnerOneOf2) 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 (OrganizationAnalyticsIntegrationsGet200ResponseDataInnerOneOf2) MarshalJSON ¶ added in v1.0.0

func (*OrganizationAnalyticsIntegrationsGet200ResponseDataInnerOneOf2) SetEnabled ¶ added in v1.0.0

SetEnabled sets field value

func (*OrganizationAnalyticsIntegrationsGet200ResponseDataInnerOneOf2) SetType ¶ added in v1.0.0

SetType sets field value

func (OrganizationAnalyticsIntegrationsGet200ResponseDataInnerOneOf2) ToMap ¶ added in v1.0.0

func (*OrganizationAnalyticsIntegrationsGet200ResponseDataInnerOneOf2) UnmarshalJSON ¶ added in v1.0.0

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

GetData returns the Data field value

func (*OrganizationGet200Response) GetDataOk ¶ added in v1.0.0

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

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

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 (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

SetId sets field value

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

GetData returns the Data field value

func (*OrganizationPatch200Response) GetDataOk ¶ added in v1.0.0

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

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

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 (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

SetId sets field value

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 (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 (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

Execute executes the request

@return PermissionsAccessListObjectTypeObjectIdGet200Response

func (*PermissionsAPIService) PermissionsGrantPost ¶

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 ¶

Execute executes the request

@return PermissionsListObjectsPost200Response

func (*PermissionsAPIService) PermissionsListObjectsPost ¶

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 ¶

Execute executes the request

@return PermissionsListObjectsPost200Response

func (*PermissionsAPIService) PermissionsRevokePost ¶

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 ¶

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

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

Execute executes the request

@return RolePermissionsRolesGet200Response

func (*PermissionsAPIService) RolePermissionsRolesPost ¶ added in v1.0.0

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

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

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

GetData returns the Data field value

func (*PermissionsAccessListObjectTypeObjectIdGet200Response) GetDataOk ¶ added in v1.0.0

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

GetSuccess returns the Success field value

func (*PermissionsAccessListObjectTypeObjectIdGet200Response) GetSuccessOk ¶ added in v1.0.0

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 (*PermissionsAccessListObjectTypeObjectIdGet200Response) SetData ¶ added in v1.0.0

SetData sets field value

func (*PermissionsAccessListObjectTypeObjectIdGet200Response) SetSuccess ¶ added in v1.0.0

SetSuccess sets field value

func (PermissionsAccessListObjectTypeObjectIdGet200Response) ToMap ¶ added in v1.0.0

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

GetGroup returns the Group field value if set, zero value otherwise.

func (*PermissionsAccessListObjectTypeObjectIdGet200ResponseData) GetGroupOk ¶ added in v1.0.0

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

GetUser returns the User field value if set, zero value otherwise.

func (*PermissionsAccessListObjectTypeObjectIdGet200ResponseData) GetUserInvite ¶ added in v1.0.0

GetUserInvite returns the UserInvite field value if set, zero value otherwise.

func (*PermissionsAccessListObjectTypeObjectIdGet200ResponseData) GetUserInviteOk ¶ added in v1.0.0

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

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

HasGroup returns a boolean if a field has been set.

func (*PermissionsAccessListObjectTypeObjectIdGet200ResponseData) HasUser ¶ added in v1.0.0

HasUser returns a boolean if a field has been set.

func (*PermissionsAccessListObjectTypeObjectIdGet200ResponseData) HasUserInvite ¶ added in v1.0.0

HasUserInvite returns a boolean if a field has been set.

func (PermissionsAccessListObjectTypeObjectIdGet200ResponseData) MarshalJSON ¶ added in v1.0.0

func (*PermissionsAccessListObjectTypeObjectIdGet200ResponseData) SetGroup ¶ added in v1.0.0

SetGroup gets a reference to the given []PermissionsAccessListObjectTypeObjectIdGet200ResponseDataGroupInner and assigns it to the Group field.

func (*PermissionsAccessListObjectTypeObjectIdGet200ResponseData) SetUser ¶ added in v1.0.0

SetUser gets a reference to the given []PermissionsAccessListObjectTypeObjectIdGet200ResponseDataGroupInner and assigns it to the User field.

func (*PermissionsAccessListObjectTypeObjectIdGet200ResponseData) SetUserInvite ¶ added in v1.0.0

SetUserInvite gets a reference to the given []PermissionsAccessListObjectTypeObjectIdGet200ResponseDataGroupInner and assigns it to the UserInvite field.

func (PermissionsAccessListObjectTypeObjectIdGet200ResponseData) ToMap ¶ added in v1.0.0

func (*PermissionsAccessListObjectTypeObjectIdGet200ResponseData) UnmarshalJSON ¶ added in v1.0.0

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

GetAccessLevel returns the AccessLevel field value

func (*PermissionsAccessListObjectTypeObjectIdGet200ResponseDataGroupInner) GetAccessLevelOk ¶ added in v1.0.0

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

GetSources returns the Sources field value if set, zero value otherwise.

func (*PermissionsAccessListObjectTypeObjectIdGet200ResponseDataGroupInner) GetSourcesOk ¶ added in v1.0.0

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

GetSubject returns the Subject field value

func (*PermissionsAccessListObjectTypeObjectIdGet200ResponseDataGroupInner) GetSubjectOk ¶ added in v1.0.0

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

HasSources returns a boolean if a field has been set.

func (PermissionsAccessListObjectTypeObjectIdGet200ResponseDataGroupInner) MarshalJSON ¶ added in v1.0.0

func (*PermissionsAccessListObjectTypeObjectIdGet200ResponseDataGroupInner) SetAccessLevel ¶ added in v1.0.0

SetAccessLevel sets field value

func (*PermissionsAccessListObjectTypeObjectIdGet200ResponseDataGroupInner) SetSources ¶ added in v1.0.0

SetSources gets a reference to the given PermissionsAccessListObjectTypeObjectIdGet200ResponseDataGroupInnerSources and assigns it to the Sources field.

func (*PermissionsAccessListObjectTypeObjectIdGet200ResponseDataGroupInner) SetSubject ¶ added in v1.0.0

SetSubject sets field value

func (PermissionsAccessListObjectTypeObjectIdGet200ResponseDataGroupInner) ToMap ¶ added in v1.0.0

func (*PermissionsAccessListObjectTypeObjectIdGet200ResponseDataGroupInner) UnmarshalJSON ¶ added in v1.0.0

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

GetDirect returns the Direct field value if set, zero value otherwise.

func (*PermissionsAccessListObjectTypeObjectIdGet200ResponseDataGroupInnerSources) GetDirectOk ¶ added in v1.0.0

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

GetGroups returns the Groups field value if set, zero value otherwise.

func (*PermissionsAccessListObjectTypeObjectIdGet200ResponseDataGroupInnerSources) GetGroupsOk ¶ added in v1.0.0

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

GetInherited returns the Inherited field value if set, zero value otherwise.

func (*PermissionsAccessListObjectTypeObjectIdGet200ResponseDataGroupInnerSources) GetInheritedOk ¶ added in v1.0.0

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

GetUniversal returns the Universal field value if set, zero value otherwise.

func (*PermissionsAccessListObjectTypeObjectIdGet200ResponseDataGroupInnerSources) GetUniversalOk ¶ added in v1.0.0

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

HasDirect returns a boolean if a field has been set.

func (*PermissionsAccessListObjectTypeObjectIdGet200ResponseDataGroupInnerSources) HasGroups ¶ added in v1.0.0

HasGroups returns a boolean if a field has been set.

func (*PermissionsAccessListObjectTypeObjectIdGet200ResponseDataGroupInnerSources) HasInherited ¶ added in v1.0.0

HasInherited returns a boolean if a field has been set.

func (*PermissionsAccessListObjectTypeObjectIdGet200ResponseDataGroupInnerSources) HasUniversal ¶ added in v1.0.0

HasUniversal returns a boolean if a field has been set.

func (PermissionsAccessListObjectTypeObjectIdGet200ResponseDataGroupInnerSources) MarshalJSON ¶ added in v1.0.0

func (*PermissionsAccessListObjectTypeObjectIdGet200ResponseDataGroupInnerSources) SetDirect ¶ added in v1.0.0

SetDirect gets a reference to the given bool and assigns it to the Direct field.

func (*PermissionsAccessListObjectTypeObjectIdGet200ResponseDataGroupInnerSources) SetGroups ¶ added in v1.0.0

SetGroups gets a reference to the given []PermissionsAccessListObjectTypeObjectIdGet200ResponseDataGroupInnerSourcesGroupsInner and assigns it to the Groups field.

func (*PermissionsAccessListObjectTypeObjectIdGet200ResponseDataGroupInnerSources) SetInherited ¶ added in v1.0.0

SetInherited gets a reference to the given PermissionsAccessListObjectTypeObjectIdGet200ResponseDataGroupInnerSourcesInherited and assigns it to the Inherited field.

func (*PermissionsAccessListObjectTypeObjectIdGet200ResponseDataGroupInnerSources) SetUniversal ¶ added in v1.0.0

SetUniversal gets a reference to the given bool and assigns it to the Universal field.

func (PermissionsAccessListObjectTypeObjectIdGet200ResponseDataGroupInnerSources) ToMap ¶ added in v1.0.0

func (*PermissionsAccessListObjectTypeObjectIdGet200ResponseDataGroupInnerSources) UnmarshalJSON ¶ added in v1.0.0

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

GetId returns the Id field value

func (*PermissionsAccessListObjectTypeObjectIdGet200ResponseDataGroupInnerSourcesGroupsInner) 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 (*PermissionsAccessListObjectTypeObjectIdGet200ResponseDataGroupInnerSourcesGroupsInner) GetType ¶ added in v1.0.0

GetType returns the Type field value

func (*PermissionsAccessListObjectTypeObjectIdGet200ResponseDataGroupInnerSourcesGroupsInner) 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 (PermissionsAccessListObjectTypeObjectIdGet200ResponseDataGroupInnerSourcesGroupsInner) MarshalJSON ¶ added in v1.0.0

func (*PermissionsAccessListObjectTypeObjectIdGet200ResponseDataGroupInnerSourcesGroupsInner) SetId ¶ added in v1.0.0

SetId sets field value

func (*PermissionsAccessListObjectTypeObjectIdGet200ResponseDataGroupInnerSourcesGroupsInner) SetType ¶ added in v1.0.0

SetType sets field value

func (PermissionsAccessListObjectTypeObjectIdGet200ResponseDataGroupInnerSourcesGroupsInner) ToMap ¶ added in v1.0.0

func (*PermissionsAccessListObjectTypeObjectIdGet200ResponseDataGroupInnerSourcesGroupsInner) UnmarshalJSON ¶ added in v1.0.0

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

GetId returns the Id field value

func (*PermissionsAccessListObjectTypeObjectIdGet200ResponseDataGroupInnerSourcesInherited) 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 (*PermissionsAccessListObjectTypeObjectIdGet200ResponseDataGroupInnerSourcesInherited) GetType ¶ added in v1.0.0

GetType returns the Type field value

func (*PermissionsAccessListObjectTypeObjectIdGet200ResponseDataGroupInnerSourcesInherited) 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 (PermissionsAccessListObjectTypeObjectIdGet200ResponseDataGroupInnerSourcesInherited) MarshalJSON ¶ added in v1.0.0

func (*PermissionsAccessListObjectTypeObjectIdGet200ResponseDataGroupInnerSourcesInherited) SetId ¶ added in v1.0.0

SetId sets field value

func (*PermissionsAccessListObjectTypeObjectIdGet200ResponseDataGroupInnerSourcesInherited) SetType ¶ added in v1.0.0

SetType sets field value

func (PermissionsAccessListObjectTypeObjectIdGet200ResponseDataGroupInnerSourcesInherited) ToMap ¶ added in v1.0.0

func (*PermissionsAccessListObjectTypeObjectIdGet200ResponseDataGroupInnerSourcesInherited) UnmarshalJSON ¶ added in v1.0.0

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

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

GetType returns the Type field value

func (*PermissionsAccessListObjectTypeObjectIdGet200ResponseDataGroupInnerSubject) 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 (PermissionsAccessListObjectTypeObjectIdGet200ResponseDataGroupInnerSubject) MarshalJSON ¶ added in v1.0.0

func (*PermissionsAccessListObjectTypeObjectIdGet200ResponseDataGroupInnerSubject) SetId ¶ added in v1.0.0

SetId sets field value

func (*PermissionsAccessListObjectTypeObjectIdGet200ResponseDataGroupInnerSubject) SetType ¶ added in v1.0.0

SetType sets field value

func (PermissionsAccessListObjectTypeObjectIdGet200ResponseDataGroupInnerSubject) ToMap ¶ added in v1.0.0

func (*PermissionsAccessListObjectTypeObjectIdGet200ResponseDataGroupInnerSubject) UnmarshalJSON ¶ added in v1.0.0

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

GetData returns the Data field value

func (*PermissionsGrantPost200Response) GetDataOk ¶ added in v1.0.0

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

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 ¶

GetObject returns the Object field value

func (*PermissionsGrantPostRequest) GetObjectOk ¶

GetObjectOk returns a tuple with the Object field value and a boolean to check if the value has been set.

func (*PermissionsGrantPostRequest) GetSubject ¶

GetSubject returns the Subject field value

func (*PermissionsGrantPostRequest) GetSubjectOk ¶

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 ¶

SetObject sets field value

func (*PermissionsGrantPostRequest) SetSubject ¶

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 ¶

GetId returns the Id field value

func (*PermissionsGrantPostRequestObjectOneOf) GetIdOk ¶

GetIdOk returns a tuple with the Id field value and a boolean to check if the value has been set.

func (*PermissionsGrantPostRequestObjectOneOf) GetType ¶

GetType returns the Type field value

func (*PermissionsGrantPostRequestObjectOneOf) GetTypeOk ¶

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 ¶

SetId sets field value

func (*PermissionsGrantPostRequestObjectOneOf) SetType ¶

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 ¶

GetId returns the Id field value

func (*PermissionsGrantPostRequestObjectOneOf1) GetIdOk ¶

GetIdOk returns a tuple with the Id field value and a boolean to check if the value has been set.

func (*PermissionsGrantPostRequestObjectOneOf1) GetType ¶

GetType returns the Type field value

func (*PermissionsGrantPostRequestObjectOneOf1) GetTypeOk ¶

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 ¶

SetId sets field value

func (*PermissionsGrantPostRequestObjectOneOf1) SetType ¶

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 ¶

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 ¶

GetId returns the Id field value

func (*PermissionsGrantPostRequestObjectOneOf2) GetIdOk ¶

GetIdOk returns a tuple with the Id field value and a boolean to check if the value has been set.

func (*PermissionsGrantPostRequestObjectOneOf2) GetType ¶

GetType returns the Type field value

func (*PermissionsGrantPostRequestObjectOneOf2) GetTypeOk ¶

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 ¶

SetId sets field value

func (*PermissionsGrantPostRequestObjectOneOf2) SetType ¶

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 ¶

GetId returns the Id field value

func (*PermissionsGrantPostRequestObjectOneOf3) GetIdOk ¶

GetIdOk returns a tuple with the Id field value and a boolean to check if the value has been set.

func (*PermissionsGrantPostRequestObjectOneOf3) GetType ¶

GetType returns the Type field value

func (*PermissionsGrantPostRequestObjectOneOf3) GetTypeOk ¶

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 ¶

SetId sets field value

func (*PermissionsGrantPostRequestObjectOneOf3) SetType ¶

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 ¶

GetData returns the Data field value

func (*PermissionsListObjectsPost200Response) GetDataOk ¶

GetDataOk returns a tuple with the Data field value and a boolean to check if the value has been set.

func (*PermissionsListObjectsPost200Response) GetHasMore ¶

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 ¶

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 ¶

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 ¶

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 ¶

SetData sets field value

func (*PermissionsListObjectsPost200Response) SetHasMore ¶

SetHasMore sets field value

func (*PermissionsListObjectsPost200Response) SetNextToken ¶

func (o *PermissionsListObjectsPost200Response) SetNextToken(v string)

SetNextToken sets field value

func (*PermissionsListObjectsPost200Response) SetSuccess ¶

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 ¶

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

GetAccessLevel returns the AccessLevel field value

func (*PermissionsListObjectsPost200ResponseDataInnerAnyOf) GetAccessLevelOk ¶ added in v1.0.0

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

GetId returns the Id field value

func (*PermissionsListObjectsPost200ResponseDataInnerAnyOf) 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 (*PermissionsListObjectsPost200ResponseDataInnerAnyOf) GetType ¶ added in v1.0.0

GetType returns the Type field value

func (*PermissionsListObjectsPost200ResponseDataInnerAnyOf) 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 (PermissionsListObjectsPost200ResponseDataInnerAnyOf) MarshalJSON ¶ added in v1.0.0

func (*PermissionsListObjectsPost200ResponseDataInnerAnyOf) SetAccessLevel ¶ added in v1.0.0

SetAccessLevel sets field value

func (*PermissionsListObjectsPost200ResponseDataInnerAnyOf) SetId ¶ added in v1.0.0

SetId sets field value

func (*PermissionsListObjectsPost200ResponseDataInnerAnyOf) SetType ¶ added in v1.0.0

SetType sets field value

func (PermissionsListObjectsPost200ResponseDataInnerAnyOf) ToMap ¶ added in v1.0.0

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

GetAccessLevel returns the AccessLevel field value

func (*PermissionsListObjectsPost200ResponseDataInnerAnyOf1) GetAccessLevelOk ¶ added in v1.0.0

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

GetId returns the Id field value

func (*PermissionsListObjectsPost200ResponseDataInnerAnyOf1) 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 (*PermissionsListObjectsPost200ResponseDataInnerAnyOf1) GetType ¶ added in v1.0.0

GetType returns the Type field value

func (*PermissionsListObjectsPost200ResponseDataInnerAnyOf1) 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 (PermissionsListObjectsPost200ResponseDataInnerAnyOf1) MarshalJSON ¶ added in v1.0.0

func (*PermissionsListObjectsPost200ResponseDataInnerAnyOf1) SetAccessLevel ¶ added in v1.0.0

SetAccessLevel sets field value

func (*PermissionsListObjectsPost200ResponseDataInnerAnyOf1) SetId ¶ added in v1.0.0

SetId sets field value

func (*PermissionsListObjectsPost200ResponseDataInnerAnyOf1) SetType ¶ added in v1.0.0

SetType sets field value

func (PermissionsListObjectsPost200ResponseDataInnerAnyOf1) ToMap ¶ added in v1.0.0

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

GetAccessLevel returns the AccessLevel field value

func (*PermissionsListObjectsPost200ResponseDataInnerAnyOf2) GetAccessLevelOk ¶ added in v1.0.0

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

GetId returns the Id field value

func (*PermissionsListObjectsPost200ResponseDataInnerAnyOf2) 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 (*PermissionsListObjectsPost200ResponseDataInnerAnyOf2) GetType ¶ added in v1.0.0

GetType returns the Type field value

func (*PermissionsListObjectsPost200ResponseDataInnerAnyOf2) 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 (PermissionsListObjectsPost200ResponseDataInnerAnyOf2) MarshalJSON ¶ added in v1.0.0

func (*PermissionsListObjectsPost200ResponseDataInnerAnyOf2) SetAccessLevel ¶ added in v1.0.0

SetAccessLevel sets field value

func (*PermissionsListObjectsPost200ResponseDataInnerAnyOf2) SetId ¶ added in v1.0.0

SetId sets field value

func (*PermissionsListObjectsPost200ResponseDataInnerAnyOf2) SetType ¶ added in v1.0.0

SetType sets field value

func (PermissionsListObjectsPost200ResponseDataInnerAnyOf2) ToMap ¶ added in v1.0.0

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

GetAccessLevel returns the AccessLevel field value

func (*PermissionsListObjectsPost200ResponseDataInnerAnyOf3) GetAccessLevelOk ¶ added in v1.0.0

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

GetId returns the Id field value

func (*PermissionsListObjectsPost200ResponseDataInnerAnyOf3) 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 (*PermissionsListObjectsPost200ResponseDataInnerAnyOf3) GetType ¶ added in v1.0.0

GetType returns the Type field value

func (*PermissionsListObjectsPost200ResponseDataInnerAnyOf3) 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 (PermissionsListObjectsPost200ResponseDataInnerAnyOf3) MarshalJSON ¶ added in v1.0.0

func (*PermissionsListObjectsPost200ResponseDataInnerAnyOf3) SetAccessLevel ¶ added in v1.0.0

SetAccessLevel sets field value

func (*PermissionsListObjectsPost200ResponseDataInnerAnyOf3) SetId ¶ added in v1.0.0

SetId sets field value

func (*PermissionsListObjectsPost200ResponseDataInnerAnyOf3) SetType ¶ added in v1.0.0

SetType sets field value

func (PermissionsListObjectsPost200ResponseDataInnerAnyOf3) ToMap ¶ added in v1.0.0

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 ¶

GetAccessLevel returns the AccessLevel field value

func (*PermissionsListObjectsPost200ResponseDataInnerOneOf) GetAccessLevelOk ¶

GetAccessLevelOk returns a tuple with the AccessLevel field value and a boolean to check if the value has been set.

func (*PermissionsListObjectsPost200ResponseDataInnerOneOf) GetId ¶

GetId returns the Id field value

func (*PermissionsListObjectsPost200ResponseDataInnerOneOf) GetIdOk ¶

GetIdOk returns a tuple with the Id field value and a boolean to check if the value has been set.

func (*PermissionsListObjectsPost200ResponseDataInnerOneOf) GetType ¶

GetType returns the Type field value

func (*PermissionsListObjectsPost200ResponseDataInnerOneOf) GetTypeOk ¶

GetTypeOk returns a tuple with the Type field value and a boolean to check if the value has been set.

func (PermissionsListObjectsPost200ResponseDataInnerOneOf) MarshalJSON ¶

func (*PermissionsListObjectsPost200ResponseDataInnerOneOf) SetAccessLevel ¶

SetAccessLevel sets field value

func (*PermissionsListObjectsPost200ResponseDataInnerOneOf) SetId ¶

SetId sets field value

func (*PermissionsListObjectsPost200ResponseDataInnerOneOf) SetType ¶

SetType sets field value

func (PermissionsListObjectsPost200ResponseDataInnerOneOf) ToMap ¶

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 ¶

GetAccessLevel returns the AccessLevel field value

func (*PermissionsListObjectsPost200ResponseDataInnerOneOf1) GetAccessLevelOk ¶

GetAccessLevelOk returns a tuple with the AccessLevel field value and a boolean to check if the value has been set.

func (*PermissionsListObjectsPost200ResponseDataInnerOneOf1) GetId ¶

GetId returns the Id field value

func (*PermissionsListObjectsPost200ResponseDataInnerOneOf1) GetIdOk ¶

GetIdOk returns a tuple with the Id field value and a boolean to check if the value has been set.

func (*PermissionsListObjectsPost200ResponseDataInnerOneOf1) GetType ¶

GetType returns the Type field value

func (*PermissionsListObjectsPost200ResponseDataInnerOneOf1) GetTypeOk ¶

GetTypeOk returns a tuple with the Type field value and a boolean to check if the value has been set.

func (PermissionsListObjectsPost200ResponseDataInnerOneOf1) MarshalJSON ¶

func (*PermissionsListObjectsPost200ResponseDataInnerOneOf1) SetAccessLevel ¶

SetAccessLevel sets field value

func (*PermissionsListObjectsPost200ResponseDataInnerOneOf1) SetId ¶

SetId sets field value

func (*PermissionsListObjectsPost200ResponseDataInnerOneOf1) SetType ¶

SetType sets field value

func (PermissionsListObjectsPost200ResponseDataInnerOneOf1) ToMap ¶

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 ¶

GetAccessLevel returns the AccessLevel field value

func (*PermissionsListObjectsPost200ResponseDataInnerOneOf2) GetAccessLevelOk ¶

GetAccessLevelOk returns a tuple with the AccessLevel field value and a boolean to check if the value has been set.

func (*PermissionsListObjectsPost200ResponseDataInnerOneOf2) GetId ¶

GetId returns the Id field value

func (*PermissionsListObjectsPost200ResponseDataInnerOneOf2) GetIdOk ¶

GetIdOk returns a tuple with the Id field value and a boolean to check if the value has been set.

func (*PermissionsListObjectsPost200ResponseDataInnerOneOf2) GetType ¶

GetType returns the Type field value

func (*PermissionsListObjectsPost200ResponseDataInnerOneOf2) GetTypeOk ¶

GetTypeOk returns a tuple with the Type field value and a boolean to check if the value has been set.

func (PermissionsListObjectsPost200ResponseDataInnerOneOf2) MarshalJSON ¶

func (*PermissionsListObjectsPost200ResponseDataInnerOneOf2) SetAccessLevel ¶

SetAccessLevel sets field value

func (*PermissionsListObjectsPost200ResponseDataInnerOneOf2) SetId ¶

SetId sets field value

func (*PermissionsListObjectsPost200ResponseDataInnerOneOf2) SetType ¶

SetType sets field value

func (PermissionsListObjectsPost200ResponseDataInnerOneOf2) ToMap ¶

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 ¶

Marshal data from the first non-nil pointers in the struct to JSON

func (*PermissionsListObjectsPost200ResponseDataInnerOneOf2Id) UnmarshalJSON ¶

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 ¶

GetAccessLevel returns the AccessLevel field value

func (*PermissionsListObjectsPost200ResponseDataInnerOneOf3) GetAccessLevelOk ¶

GetAccessLevelOk returns a tuple with the AccessLevel field value and a boolean to check if the value has been set.

func (*PermissionsListObjectsPost200ResponseDataInnerOneOf3) GetId ¶

GetId returns the Id field value

func (*PermissionsListObjectsPost200ResponseDataInnerOneOf3) GetIdOk ¶

GetIdOk returns a tuple with the Id field value and a boolean to check if the value has been set.

func (*PermissionsListObjectsPost200ResponseDataInnerOneOf3) GetType ¶

GetType returns the Type field value

func (*PermissionsListObjectsPost200ResponseDataInnerOneOf3) GetTypeOk ¶

GetTypeOk returns a tuple with the Type field value and a boolean to check if the value has been set.

func (PermissionsListObjectsPost200ResponseDataInnerOneOf3) MarshalJSON ¶

func (*PermissionsListObjectsPost200ResponseDataInnerOneOf3) SetAccessLevel ¶

SetAccessLevel sets field value

func (*PermissionsListObjectsPost200ResponseDataInnerOneOf3) SetId ¶

SetId sets field value

func (*PermissionsListObjectsPost200ResponseDataInnerOneOf3) SetType ¶

SetType sets field value

func (PermissionsListObjectsPost200ResponseDataInnerOneOf3) ToMap ¶

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 ¶

GetSubject returns the Subject field value

func (*PermissionsListObjectsPostRequest) GetSubjectOk ¶

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 ¶

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 ¶

type PermissionsListObjectsPostRequestSubject struct {
	Group *Group
	User  *User
}

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 ¶

GetId returns the Id field value If the value is explicit nil, the zero value for float32 will be returned

func (*PermissionsListObjectsPostRequestSubjectOneOf) 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 (*PermissionsListObjectsPostRequestSubjectOneOf) GetType ¶

GetType returns the Type field value

func (*PermissionsListObjectsPostRequestSubjectOneOf) GetTypeOk ¶

GetTypeOk returns a tuple with the Type field value and a boolean to check if the value has been set.

func (PermissionsListObjectsPostRequestSubjectOneOf) MarshalJSON ¶

func (*PermissionsListObjectsPostRequestSubjectOneOf) SetId ¶

SetId sets field value

func (*PermissionsListObjectsPostRequestSubjectOneOf) SetType ¶

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 ¶

GetId returns the Id field value

func (*PermissionsListObjectsPostRequestSubjectOneOf1) GetIdOk ¶

GetIdOk returns a tuple with the Id field value and a boolean to check if the value has been set.

func (*PermissionsListObjectsPostRequestSubjectOneOf1) GetType ¶

GetType returns the Type field value

func (*PermissionsListObjectsPostRequestSubjectOneOf1) GetTypeOk ¶

GetTypeOk returns a tuple with the Type field value and a boolean to check if the value has been set.

func (PermissionsListObjectsPostRequestSubjectOneOf1) MarshalJSON ¶

func (*PermissionsListObjectsPostRequestSubjectOneOf1) SetId ¶

SetId sets field value

func (*PermissionsListObjectsPostRequestSubjectOneOf1) SetType ¶

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 ¶

GetData returns the Data field value

func (*PermissionsRevokePost200Response) GetDataOk ¶

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 ¶

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

GetAccessLevel returns the AccessLevel field value

func (*PermissionsRevokePost200ResponseDataInnerAnyOf) GetAccessLevelOk ¶ added in v0.1.1

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

GetId returns the Id field value

func (*PermissionsRevokePost200ResponseDataInnerAnyOf) GetIdOk ¶ added in v0.1.1

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

GetType returns the Type field value

func (*PermissionsRevokePost200ResponseDataInnerAnyOf) GetTypeOk ¶ added in v0.1.1

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 (*PermissionsRevokePost200ResponseDataInnerAnyOf) SetAccessLevel ¶ added in v0.1.1

SetAccessLevel sets field value

func (*PermissionsRevokePost200ResponseDataInnerAnyOf) SetId ¶ added in v0.1.1

SetId sets field value

func (*PermissionsRevokePost200ResponseDataInnerAnyOf) SetType ¶ added in v0.1.1

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

GetAccessLevel returns the AccessLevel field value

func (*PermissionsRevokePost200ResponseDataInnerAnyOf1) GetAccessLevelOk ¶ added in v0.1.1

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

GetId returns the Id field value

func (*PermissionsRevokePost200ResponseDataInnerAnyOf1) GetIdOk ¶ added in v0.1.1

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

GetType returns the Type field value

func (*PermissionsRevokePost200ResponseDataInnerAnyOf1) GetTypeOk ¶ added in v0.1.1

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 (*PermissionsRevokePost200ResponseDataInnerAnyOf1) SetAccessLevel ¶ added in v0.1.1

SetAccessLevel sets field value

func (*PermissionsRevokePost200ResponseDataInnerAnyOf1) SetId ¶ added in v0.1.1

SetId sets field value

func (*PermissionsRevokePost200ResponseDataInnerAnyOf1) SetType ¶ added in v0.1.1

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 ¶

GetAccessLevel returns the AccessLevel field value

func (*PermissionsRevokePost200ResponseDataInnerOneOf) GetAccessLevelOk ¶

GetAccessLevelOk returns a tuple with the AccessLevel field value and a boolean to check if the value has been set.

func (*PermissionsRevokePost200ResponseDataInnerOneOf) GetId ¶

GetId returns the Id field value

func (*PermissionsRevokePost200ResponseDataInnerOneOf) GetIdOk ¶

GetIdOk returns a tuple with the Id field value and a boolean to check if the value has been set.

func (*PermissionsRevokePost200ResponseDataInnerOneOf) GetType ¶

GetType returns the Type field value

func (*PermissionsRevokePost200ResponseDataInnerOneOf) GetTypeOk ¶

GetTypeOk returns a tuple with the Type field value and a boolean to check if the value has been set.

func (PermissionsRevokePost200ResponseDataInnerOneOf) MarshalJSON ¶

func (*PermissionsRevokePost200ResponseDataInnerOneOf) SetAccessLevel ¶

SetAccessLevel sets field value

func (*PermissionsRevokePost200ResponseDataInnerOneOf) SetId ¶

SetId sets field value

func (*PermissionsRevokePost200ResponseDataInnerOneOf) SetType ¶

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 ¶

GetAccessLevel returns the AccessLevel field value

func (*PermissionsRevokePost200ResponseDataInnerOneOf1) GetAccessLevelOk ¶

GetAccessLevelOk returns a tuple with the AccessLevel field value and a boolean to check if the value has been set.

func (*PermissionsRevokePost200ResponseDataInnerOneOf1) GetId ¶

GetId returns the Id field value

func (*PermissionsRevokePost200ResponseDataInnerOneOf1) GetIdOk ¶

GetIdOk returns a tuple with the Id field value and a boolean to check if the value has been set.

func (*PermissionsRevokePost200ResponseDataInnerOneOf1) GetType ¶

GetType returns the Type field value

func (*PermissionsRevokePost200ResponseDataInnerOneOf1) GetTypeOk ¶

GetTypeOk returns a tuple with the Type field value and a boolean to check if the value has been set.

func (PermissionsRevokePost200ResponseDataInnerOneOf1) MarshalJSON ¶

func (*PermissionsRevokePost200ResponseDataInnerOneOf1) SetAccessLevel ¶

SetAccessLevel sets field value

func (*PermissionsRevokePost200ResponseDataInnerOneOf1) SetId ¶

SetId sets field value

func (*PermissionsRevokePost200ResponseDataInnerOneOf1) SetType ¶

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 ¶

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 ¶

GetObject returns the Object field value

func (*PermissionsRevokePostRequest) GetObjectOk ¶

GetObjectOk returns a tuple with the Object field value and a boolean to check if the value has been set.

func (*PermissionsRevokePostRequest) GetSubject ¶

GetSubject returns the Subject field value

func (*PermissionsRevokePostRequest) GetSubjectOk ¶

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 ¶

SetObject sets field value

func (*PermissionsRevokePostRequest) SetSubject ¶

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 ¶

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 ¶

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 ¶

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 ¶

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 ¶

GetSshTunnelOptions returns the SshTunnelOptions field value if set, zero value otherwise.

func (*PostgresOptionsDatabaseOptionsAnyOf) GetSshTunnelOptionsOk ¶

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 ¶

GetSslSettings returns the SslSettings field value if set, zero value otherwise.

func (*PostgresOptionsDatabaseOptionsAnyOf) GetSslSettingsOk ¶

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 ¶

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 ¶

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 ¶

SetHost sets field value

func (*PostgresOptionsDatabaseOptionsAnyOf) SetName ¶

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 ¶

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 ¶

SetSshTunnelOptions gets a reference to the given PostgresOptionsDatabaseOptionsAnyOfSshTunnelOptions and assigns it to the SshTunnelOptions field.

func (*PostgresOptionsDatabaseOptionsAnyOf) SetSslSettings ¶

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 ¶

GetEnabled returns the Enabled field value

func (*PostgresOptionsDatabaseOptionsAnyOfSshTunnelOptions) GetEnabledOk ¶

GetEnabledOk returns a tuple with the Enabled field value and a boolean to check if the value has been set.

func (*PostgresOptionsDatabaseOptionsAnyOfSshTunnelOptions) GetHost ¶

GetHost returns the Host field value

func (*PostgresOptionsDatabaseOptionsAnyOfSshTunnelOptions) GetHostOk ¶

GetHostOk returns a tuple with the Host field value and a boolean to check if the value has been set.

func (*PostgresOptionsDatabaseOptionsAnyOfSshTunnelOptions) GetPassword ¶

GetPassword returns the Password field value if set, zero value otherwise.

func (*PostgresOptionsDatabaseOptionsAnyOfSshTunnelOptions) GetPasswordOk ¶

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 ¶

GetPort returns the Port field value

func (*PostgresOptionsDatabaseOptionsAnyOfSshTunnelOptions) GetPortOk ¶

GetPortOk returns a tuple with the Port field value and a boolean to check if the value has been set.

func (*PostgresOptionsDatabaseOptionsAnyOfSshTunnelOptions) GetPrivateKeyName ¶

GetPrivateKeyName returns the PrivateKeyName field value if set, zero value otherwise.

func (*PostgresOptionsDatabaseOptionsAnyOfSshTunnelOptions) GetPrivateKeyNameOk ¶

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 ¶

GetUsername returns the Username field value if set, zero value otherwise.

func (*PostgresOptionsDatabaseOptionsAnyOfSshTunnelOptions) GetUsernameOk ¶

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 ¶

HasPassword returns a boolean if a field has been set.

func (*PostgresOptionsDatabaseOptionsAnyOfSshTunnelOptions) HasPrivateKeyName ¶

HasPrivateKeyName returns a boolean if a field has been set.

func (*PostgresOptionsDatabaseOptionsAnyOfSshTunnelOptions) HasUsername ¶

HasUsername returns a boolean if a field has been set.

func (PostgresOptionsDatabaseOptionsAnyOfSshTunnelOptions) MarshalJSON ¶

func (*PostgresOptionsDatabaseOptionsAnyOfSshTunnelOptions) SetEnabled ¶

SetEnabled sets field value

func (*PostgresOptionsDatabaseOptionsAnyOfSshTunnelOptions) SetHost ¶

SetHost sets field value

func (*PostgresOptionsDatabaseOptionsAnyOfSshTunnelOptions) SetPassword ¶

SetPassword gets a reference to the given string and assigns it to the Password field.

func (*PostgresOptionsDatabaseOptionsAnyOfSshTunnelOptions) SetPort ¶

SetPort sets field value

func (*PostgresOptionsDatabaseOptionsAnyOfSshTunnelOptions) SetPrivateKeyName ¶

SetPrivateKeyName gets a reference to the given string and assigns it to the PrivateKeyName field.

func (*PostgresOptionsDatabaseOptionsAnyOfSshTunnelOptions) SetUsername ¶

SetUsername gets a reference to the given string and assigns it to the Username field.

func (PostgresOptionsDatabaseOptionsAnyOfSshTunnelOptions) ToMap ¶

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 ¶

GetCaCert returns the CaCert field value if set, zero value otherwise (both if not set or set to explicit null).

func (*PostgresOptionsDatabaseOptionsAnyOfSslSettings) GetCaCertOk ¶

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 ¶

GetClientCert returns the ClientCert field value if set, zero value otherwise (both if not set or set to explicit null).

func (*PostgresOptionsDatabaseOptionsAnyOfSslSettings) GetClientCertOk ¶

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 ¶

GetClientKey returns the ClientKey field value if set, zero value otherwise (both if not set or set to explicit null).

func (*PostgresOptionsDatabaseOptionsAnyOfSslSettings) GetClientKeyOk ¶

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 ¶

GetEnabled returns the Enabled field value if set, zero value otherwise.

func (*PostgresOptionsDatabaseOptionsAnyOfSslSettings) GetEnabledOk ¶

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 ¶

HasCaCert returns a boolean if a field has been set.

func (*PostgresOptionsDatabaseOptionsAnyOfSslSettings) HasClientCert ¶

HasClientCert returns a boolean if a field has been set.

func (*PostgresOptionsDatabaseOptionsAnyOfSslSettings) HasClientKey ¶

HasClientKey returns a boolean if a field has been set.

func (*PostgresOptionsDatabaseOptionsAnyOfSslSettings) HasEnabled ¶

HasEnabled returns a boolean if a field has been set.

func (PostgresOptionsDatabaseOptionsAnyOfSslSettings) MarshalJSON ¶

func (*PostgresOptionsDatabaseOptionsAnyOfSslSettings) SetCaCert ¶

SetCaCert gets a reference to the given NullableString and assigns it to the CaCert field.

func (*PostgresOptionsDatabaseOptionsAnyOfSslSettings) SetCaCertNil ¶

SetCaCertNil sets the value for CaCert to be an explicit nil

func (*PostgresOptionsDatabaseOptionsAnyOfSslSettings) SetClientCert ¶

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 ¶

SetClientKey gets a reference to the given NullableString and assigns it to the ClientKey field.

func (*PostgresOptionsDatabaseOptionsAnyOfSslSettings) SetClientKeyNil ¶

SetClientKeyNil sets the value for ClientKey to be an explicit nil

func (*PostgresOptionsDatabaseOptionsAnyOfSslSettings) SetEnabled ¶

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 ¶

UnsetCaCert ensures that no value is present for CaCert, not even an explicit nil

func (*PostgresOptionsDatabaseOptionsAnyOfSslSettings) UnsetClientCert ¶

UnsetClientCert ensures that no value is present for ClientCert, not even an explicit nil

func (*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 ¶

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 ¶

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 ¶

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 ¶

GetSslSettings returns the SslSettings field value if set, zero value otherwise.

func (*RedshiftOptionsDatabaseOptions) GetSslSettingsOk ¶

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 ¶

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 ¶

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 ¶

HasEnabled returns a boolean if a field has been set.

func (RedshiftOptionsDatabaseOptionsSslSettings) MarshalJSON ¶

func (*RedshiftOptionsDatabaseOptionsSslSettings) SetEnabled ¶

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) SetOp ¶

func (o *RemoveOperation) SetOp(v string)

SetOp sets field value

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) SetOp ¶

func (o *ReplaceOperation) SetOp(v string)

SetOp sets field value

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 ¶

func NewResource(type_ string, id string) *Resource

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) GetId ¶

func (o *Resource) GetId() string

GetId returns the Id field value

func (*Resource) GetIdOk ¶

func (o *Resource) GetIdOk() (*string, bool)

GetIdOk returns a tuple with the Id field value and a boolean to check if the value has been set.

func (*Resource) GetType ¶

func (o *Resource) GetType() string

GetType returns the Type field value

func (*Resource) GetTypeOk ¶

func (o *Resource) GetTypeOk() (*string, bool)

GetTypeOk returns a tuple with the Type field value and a boolean to check if the value has been set.

func (Resource) MarshalJSON ¶

func (o Resource) MarshalJSON() ([]byte, error)

func (*Resource) SetId ¶

func (o *Resource) SetId(v string)

SetId sets field value

func (*Resource) SetType ¶

func (o *Resource) SetType(v string)

SetType sets field value

func (Resource) ToMap ¶

func (o Resource) ToMap() (map[string]interface{}, error)

func (*Resource) UnmarshalJSON ¶

func (o *Resource) UnmarshalJSON(data []byte) (err error)

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 ¶

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

Execute executes the request

@return ResourceConfigurationsConfigurationIdPatch200Response

func (*ResourceConfigurationsAPIService) ResourceConfigurationsGet ¶

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 ¶

Execute executes the request

@return ResourceConfigurationsGet200Response

func (*ResourceConfigurationsAPIService) ResourceConfigurationsPost ¶ added in v1.0.0

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

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 ¶

GetCreatedAt returns the CreatedAt field value

func (*ResourceConfigurationsConfigurationIdGet200Response) GetCreatedAtOk ¶

GetCreatedAtOk returns a tuple with the CreatedAt field value and a boolean to check if the value has been set.

func (*ResourceConfigurationsConfigurationIdGet200Response) GetEnvironment ¶

GetEnvironment returns the Environment field value

func (*ResourceConfigurationsConfigurationIdGet200Response) GetEnvironmentOk ¶

GetEnvironmentOk returns a tuple with the Environment field value and a boolean to check if the value has been set.

func (*ResourceConfigurationsConfigurationIdGet200Response) GetId ¶

GetId returns the Id field value

func (*ResourceConfigurationsConfigurationIdGet200Response) GetIdOk ¶

GetIdOk returns a tuple with the Id field value and a boolean to check if the value has been set.

func (*ResourceConfigurationsConfigurationIdGet200Response) GetOptions ¶

GetOptions returns the Options field value

func (*ResourceConfigurationsConfigurationIdGet200Response) GetOptionsOk ¶

GetOptionsOk returns a tuple with the Options field value and a boolean to check if the value has been set.

func (*ResourceConfigurationsConfigurationIdGet200Response) GetResource ¶

GetResource returns the Resource field value

func (*ResourceConfigurationsConfigurationIdGet200Response) GetResourceOk ¶

GetResourceOk returns a tuple with the Resource field value and a boolean to check if the value has been set.

func (*ResourceConfigurationsConfigurationIdGet200Response) GetUpdatedAt ¶

GetUpdatedAt returns the UpdatedAt field value

func (*ResourceConfigurationsConfigurationIdGet200Response) GetUpdatedAtOk ¶

GetUpdatedAtOk returns a tuple with the UpdatedAt field value and a boolean to check if the value has been set.

func (ResourceConfigurationsConfigurationIdGet200Response) MarshalJSON ¶

func (*ResourceConfigurationsConfigurationIdGet200Response) SetCreatedAt ¶

SetCreatedAt sets field value

func (*ResourceConfigurationsConfigurationIdGet200Response) SetEnvironment ¶

SetEnvironment sets field value

func (*ResourceConfigurationsConfigurationIdGet200Response) SetId ¶

SetId sets field value

func (*ResourceConfigurationsConfigurationIdGet200Response) SetOptions ¶

SetOptions sets field value

func (*ResourceConfigurationsConfigurationIdGet200Response) SetResource ¶

SetResource sets field value

func (*ResourceConfigurationsConfigurationIdGet200Response) SetUpdatedAt ¶

SetUpdatedAt sets field value

func (ResourceConfigurationsConfigurationIdGet200Response) ToMap ¶

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

GetData returns the Data field value

func (*ResourceConfigurationsConfigurationIdPatch200Response) GetDataOk ¶ added in v1.0.0

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

GetSuccess returns the Success field value

func (*ResourceConfigurationsConfigurationIdPatch200Response) GetSuccessOk ¶ added in v1.0.0

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 (*ResourceConfigurationsConfigurationIdPatch200Response) SetData ¶ added in v1.0.0

SetData sets field value

func (*ResourceConfigurationsConfigurationIdPatch200Response) SetSuccess ¶ added in v1.0.0

SetSuccess sets field value

func (ResourceConfigurationsConfigurationIdPatch200Response) ToMap ¶ added in v1.0.0

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

GetCreatedAt returns the CreatedAt field value

func (*ResourceConfigurationsConfigurationIdPatch200ResponseData) 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 (*ResourceConfigurationsConfigurationIdPatch200ResponseData) GetEnvironment ¶ added in v1.0.0

GetEnvironment returns the Environment field value

func (*ResourceConfigurationsConfigurationIdPatch200ResponseData) GetEnvironmentOk ¶ added in v1.0.0

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

GetId returns the Id field value

func (*ResourceConfigurationsConfigurationIdPatch200ResponseData) 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 (*ResourceConfigurationsConfigurationIdPatch200ResponseData) GetOptions ¶ added in v1.0.0

GetOptions returns the Options field value

func (*ResourceConfigurationsConfigurationIdPatch200ResponseData) GetOptionsOk ¶ added in v1.0.0

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

GetResource returns the Resource field value

func (*ResourceConfigurationsConfigurationIdPatch200ResponseData) GetResourceOk ¶ added in v1.0.0

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

GetUpdatedAt returns the UpdatedAt field value

func (*ResourceConfigurationsConfigurationIdPatch200ResponseData) 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 (ResourceConfigurationsConfigurationIdPatch200ResponseData) MarshalJSON ¶ added in v1.0.0

func (*ResourceConfigurationsConfigurationIdPatch200ResponseData) SetCreatedAt ¶ added in v1.0.0

SetCreatedAt sets field value

func (*ResourceConfigurationsConfigurationIdPatch200ResponseData) SetEnvironment ¶ added in v1.0.0

SetEnvironment sets field value

func (*ResourceConfigurationsConfigurationIdPatch200ResponseData) SetId ¶ added in v1.0.0

SetId sets field value

func (*ResourceConfigurationsConfigurationIdPatch200ResponseData) SetOptions ¶ added in v1.0.0

SetOptions sets field value

func (*ResourceConfigurationsConfigurationIdPatch200ResponseData) SetResource ¶ added in v1.0.0

SetResource sets field value

func (*ResourceConfigurationsConfigurationIdPatch200ResponseData) SetUpdatedAt ¶ added in v1.0.0

SetUpdatedAt sets field value

func (ResourceConfigurationsConfigurationIdPatch200ResponseData) ToMap ¶ added in v1.0.0

func (*ResourceConfigurationsConfigurationIdPatch200ResponseData) UnmarshalJSON ¶ added in v1.0.0

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

GetOperations returns the Operations field value

func (*ResourceConfigurationsConfigurationIdPatchRequest) GetOperationsOk ¶ added in v1.0.0

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 (*ResourceConfigurationsConfigurationIdPatchRequest) SetOperations ¶ added in v1.0.0

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 ¶

GetData returns the Data field value

func (*ResourceConfigurationsGet200Response) GetDataOk ¶

GetDataOk returns a tuple with the Data field value and a boolean to check if the value has been set.

func (*ResourceConfigurationsGet200Response) GetHasMore ¶

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 ¶

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 ¶

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 ¶

GetCreatedAt returns the CreatedAt field value

func (*ResourceConfigurationsGet200ResponseDataInner) GetCreatedAtOk ¶

GetCreatedAtOk returns a tuple with the CreatedAt field value and a boolean to check if the value has been set.

func (*ResourceConfigurationsGet200ResponseDataInner) GetEnvironment ¶

GetEnvironment returns the Environment field value

func (*ResourceConfigurationsGet200ResponseDataInner) GetEnvironmentOk ¶

GetEnvironmentOk returns a tuple with the Environment field value and a boolean to check if the value has been set.

func (*ResourceConfigurationsGet200ResponseDataInner) GetId ¶

GetId returns the Id field value

func (*ResourceConfigurationsGet200ResponseDataInner) GetIdOk ¶

GetIdOk returns a tuple with the Id field value and a boolean to check if the value has been set.

func (*ResourceConfigurationsGet200ResponseDataInner) GetOptions ¶

GetOptions returns the Options field value

func (*ResourceConfigurationsGet200ResponseDataInner) GetOptionsOk ¶

GetOptionsOk returns a tuple with the Options field value and a boolean to check if the value has been set.

func (*ResourceConfigurationsGet200ResponseDataInner) GetResource ¶

GetResource returns the Resource field value

func (*ResourceConfigurationsGet200ResponseDataInner) GetResourceOk ¶

GetResourceOk returns a tuple with the Resource field value and a boolean to check if the value has been set.

func (*ResourceConfigurationsGet200ResponseDataInner) GetUpdatedAt ¶

GetUpdatedAt returns the UpdatedAt field value

func (*ResourceConfigurationsGet200ResponseDataInner) GetUpdatedAtOk ¶

GetUpdatedAtOk returns a tuple with the UpdatedAt field value and a boolean to check if the value has been set.

func (ResourceConfigurationsGet200ResponseDataInner) MarshalJSON ¶

func (*ResourceConfigurationsGet200ResponseDataInner) SetCreatedAt ¶

SetCreatedAt sets field value

func (*ResourceConfigurationsGet200ResponseDataInner) SetEnvironment ¶

SetEnvironment sets field value

func (*ResourceConfigurationsGet200ResponseDataInner) SetId ¶

SetId sets field value

func (*ResourceConfigurationsGet200ResponseDataInner) SetOptions ¶

SetOptions sets field value

func (*ResourceConfigurationsGet200ResponseDataInner) SetResource ¶

SetResource sets field value

func (*ResourceConfigurationsGet200ResponseDataInner) SetUpdatedAt ¶

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 ¶

GetColor returns the Color field value

func (*ResourceConfigurationsGet200ResponseDataInnerEnvironment) GetColorOk ¶

GetColorOk returns a tuple with the Color field value and a boolean to check if the value has been set.

func (*ResourceConfigurationsGet200ResponseDataInnerEnvironment) GetCreatedAt ¶

GetCreatedAt returns the CreatedAt field value

func (*ResourceConfigurationsGet200ResponseDataInnerEnvironment) GetCreatedAtOk ¶

GetCreatedAtOk returns a tuple with the CreatedAt field value and a boolean to check if the value has been set.

func (*ResourceConfigurationsGet200ResponseDataInnerEnvironment) GetDefault ¶

GetDefault returns the Default field value

func (*ResourceConfigurationsGet200ResponseDataInnerEnvironment) GetDefaultOk ¶

GetDefaultOk returns a tuple with the Default field value and a boolean to check if the value has been set.

func (*ResourceConfigurationsGet200ResponseDataInnerEnvironment) GetDescription ¶

GetDescription returns the Description field value If the value is explicit nil, the zero value for string will be returned

func (*ResourceConfigurationsGet200ResponseDataInnerEnvironment) GetDescriptionOk ¶

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 ¶

GetId returns the Id field value

func (*ResourceConfigurationsGet200ResponseDataInnerEnvironment) GetIdOk ¶

GetIdOk returns a tuple with the Id field value and a boolean to check if the value has been set.

func (*ResourceConfigurationsGet200ResponseDataInnerEnvironment) GetName ¶

GetName returns the Name field value

func (*ResourceConfigurationsGet200ResponseDataInnerEnvironment) GetNameOk ¶

GetNameOk returns a tuple with the Name field value and a boolean to check if the value has been set.

func (*ResourceConfigurationsGet200ResponseDataInnerEnvironment) GetUpdatedAt ¶

GetUpdatedAt returns the UpdatedAt field value

func (*ResourceConfigurationsGet200ResponseDataInnerEnvironment) GetUpdatedAtOk ¶

GetUpdatedAtOk returns a tuple with the UpdatedAt field value and a boolean to check if the value has been set.

func (ResourceConfigurationsGet200ResponseDataInnerEnvironment) MarshalJSON ¶

func (*ResourceConfigurationsGet200ResponseDataInnerEnvironment) SetColor ¶

SetColor sets field value

func (*ResourceConfigurationsGet200ResponseDataInnerEnvironment) SetCreatedAt ¶

SetCreatedAt sets field value

func (*ResourceConfigurationsGet200ResponseDataInnerEnvironment) SetDefault ¶

SetDefault sets field value

func (*ResourceConfigurationsGet200ResponseDataInnerEnvironment) SetDescription ¶

SetDescription sets field value

func (*ResourceConfigurationsGet200ResponseDataInnerEnvironment) SetId ¶

SetId sets field value

func (*ResourceConfigurationsGet200ResponseDataInnerEnvironment) SetName ¶

SetName sets field value

func (*ResourceConfigurationsGet200ResponseDataInnerEnvironment) SetUpdatedAt ¶

SetUpdatedAt sets field value

func (ResourceConfigurationsGet200ResponseDataInnerEnvironment) ToMap ¶

func (*ResourceConfigurationsGet200ResponseDataInnerEnvironment) UnmarshalJSON ¶

type ResourceConfigurationsGet200ResponseDataInnerOptions ¶

type ResourceConfigurationsGet200ResponseDataInnerOptions struct {
	MySQLOptions     *MySQLOptions
	PostgresOptions  *PostgresOptions
	RedshiftOptions  *RedshiftOptions
	RestAPIOptions   *RestAPIOptions
	SnowflakeOptions *SnowflakeOptions
}

ResourceConfigurationsGet200ResponseDataInnerOptions struct for ResourceConfigurationsGet200ResponseDataInnerOptions

func (ResourceConfigurationsGet200ResponseDataInnerOptions) MarshalJSON ¶

Marshal data from the first non-nil pointers in the struct to JSON

func (*ResourceConfigurationsGet200ResponseDataInnerOptions) UnmarshalJSON ¶

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

GetData returns the Data field value

func (*ResourceConfigurationsPost200Response) GetDataOk ¶ added in v1.0.0

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

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

SetData sets field value

func (*ResourceConfigurationsPost200Response) SetSuccess ¶ added in v1.0.0

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

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

GetEnvironment returns the Environment field value

func (*ResourceConfigurationsPost200ResponseData) GetEnvironmentOk ¶ added in v1.0.0

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

GetId returns the Id field value

func (*ResourceConfigurationsPost200ResponseData) 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 (*ResourceConfigurationsPost200ResponseData) GetOptions ¶ added in v1.0.0

GetOptions returns the Options field value

func (*ResourceConfigurationsPost200ResponseData) GetOptionsOk ¶ added in v1.0.0

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

GetResource returns the Resource field value

func (*ResourceConfigurationsPost200ResponseData) GetResourceOk ¶ added in v1.0.0

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

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 (*ResourceConfigurationsPost200ResponseData) SetCreatedAt ¶ added in v1.0.0

SetCreatedAt sets field value

func (*ResourceConfigurationsPost200ResponseData) SetEnvironment ¶ added in v1.0.0

SetEnvironment sets field value

func (*ResourceConfigurationsPost200ResponseData) SetId ¶ added in v1.0.0

SetId sets field value

func (*ResourceConfigurationsPost200ResponseData) SetOptions ¶ added in v1.0.0

SetOptions sets field value

func (*ResourceConfigurationsPost200ResponseData) SetResource ¶ added in v1.0.0

SetResource sets field value

func (*ResourceConfigurationsPost200ResponseData) SetUpdatedAt ¶ added in v1.0.0

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

GetOptions returns the Options field value

func (*ResourceConfigurationsPostRequest) GetOptionsOk ¶ added in v1.0.0

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

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 ¶

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 ¶

Execute executes the request

@return ResourcesGet200Response

func (*ResourcesAPIService) ResourcesPost ¶

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 ¶

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 ¶

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

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 ¶

GetData returns the Data field value

func (*ResourcesGet200Response) GetDataOk ¶

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 ¶

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 ¶

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 ¶

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 ¶

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 ¶

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 ¶

GetData returns the Data field value

func (*ResourcesPost200Response) GetDataOk ¶

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 ¶

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 ¶

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 ¶

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 ¶

GetOptions returns the Options field value

func (*ResourcesPostRequest) GetOptionsOk ¶

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 ¶

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 ¶

GetData returns the Data field value

func (*ResourcesResourceIdGet200Response) GetDataOk ¶

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 ¶

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

GetData returns the Data field value

func (*ResourcesResourceIdPatch200Response) GetDataOk ¶ added in v1.0.0

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

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

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

GetId returns the Id field value

func (*ResourcesResourceIdPatch200ResponseData) 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 (*ResourcesResourceIdPatch200ResponseData) GetProtected ¶ added in v1.0.0

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

GetType returns the Type field value

func (*ResourcesResourceIdPatch200ResponseData) 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 (*ResourcesResourceIdPatch200ResponseData) GetUpdatedAt ¶ added in v1.0.0

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

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

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

SetType sets field value

func (*ResourcesResourceIdPatch200ResponseData) SetUpdatedAt ¶ added in v1.0.0

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

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 ¶

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 (*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 (*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 (*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 (*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 ¶

GetOauth1SignatureMethod returns the Oauth1SignatureMethod field value

func (*RestAPIOptionsAuthenticationOptionsAnyOf4) GetOauth1SignatureMethodOk ¶

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 (*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 ¶

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 ¶

Marshal data from the first non-nil pointers in the struct to JSON

func (*RestAPIOptionsAuthenticationOptionsAnyOf4Oauth1SignatureMethod) UnmarshalJSON ¶

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"`
	Oauth2ShareUserCredentials       *bool           `json:"oauth2_share_user_credentials,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 ¶

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 (*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 ¶

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 (*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

func (o *Role) GetCreatedAt() string

GetCreatedAt returns the CreatedAt field value

func (*Role) GetCreatedAtOk ¶ added in v1.0.0

func (o *Role) GetCreatedAtOk() (*string, bool)

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

func (o *Role) GetDescription() string

GetDescription returns the Description field value

func (*Role) GetDescriptionOk ¶ added in v1.0.0

func (o *Role) GetDescriptionOk() (*string, bool)

GetDescriptionOk returns a tuple with the Description field value and a boolean to check if the value has been set.

func (*Role) GetId ¶ added in v1.0.0

func (o *Role) GetId() string

GetId returns the Id field value

func (*Role) GetIdOk ¶ added in v1.0.0

func (o *Role) GetIdOk() (*string, bool)

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

func (o *Role) GetIsDefaultRole() bool

GetIsDefaultRole returns the IsDefaultRole field value

func (*Role) GetIsDefaultRoleOk ¶ added in v1.0.0

func (o *Role) GetIsDefaultRoleOk() (*bool, bool)

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

func (o *Role) GetIsLegacyRole() bool

GetIsLegacyRole returns the IsLegacyRole field value

func (*Role) GetIsLegacyRoleOk ¶ added in v1.0.0

func (o *Role) GetIsLegacyRoleOk() (*bool, bool)

GetIsLegacyRoleOk returns a tuple with the IsLegacyRole field value and a boolean to check if the value has been set.

func (*Role) GetName ¶ added in v1.0.0

func (o *Role) GetName() string

GetName returns the Name field value

func (*Role) GetNameOk ¶ added in v1.0.0

func (o *Role) GetNameOk() (*string, bool)

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

func (o *Role) GetObjectScopes() []string

GetObjectScopes returns the ObjectScopes field value

func (*Role) GetObjectScopesOk ¶ added in v1.0.0

func (o *Role) GetObjectScopesOk() ([]string, bool)

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

func (o *Role) GetOrganizationId() string

GetOrganizationId returns the OrganizationId field value

func (*Role) GetOrganizationIdOk ¶ added in v1.0.0

func (o *Role) GetOrganizationIdOk() (*string, bool)

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

func (o *Role) GetOrganizationScopes() []string

GetOrganizationScopes returns the OrganizationScopes field value

func (*Role) GetOrganizationScopesOk ¶ added in v1.0.0

func (o *Role) GetOrganizationScopesOk() ([]string, bool)

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

func (o *Role) GetUpdatedAt() string

GetUpdatedAt returns the UpdatedAt field value

func (*Role) GetUpdatedAtOk ¶ added in v1.0.0

func (o *Role) GetUpdatedAtOk() (*string, bool)

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 (o Role) MarshalJSON() ([]byte, error)

func (*Role) SetCreatedAt ¶ added in v1.0.0

func (o *Role) SetCreatedAt(v string)

SetCreatedAt sets field value

func (*Role) SetDescription ¶ added in v1.0.0

func (o *Role) SetDescription(v string)

SetDescription sets field value

func (*Role) SetId ¶ added in v1.0.0

func (o *Role) SetId(v string)

SetId sets field value

func (*Role) SetIsDefaultRole ¶ added in v1.0.0

func (o *Role) SetIsDefaultRole(v bool)

SetIsDefaultRole sets field value

func (*Role) SetIsLegacyRole ¶ added in v1.0.0

func (o *Role) SetIsLegacyRole(v bool)

SetIsLegacyRole sets field value

func (*Role) SetName ¶ added in v1.0.0

func (o *Role) SetName(v string)

SetName sets field value

func (*Role) SetObjectScopes ¶ added in v1.0.0

func (o *Role) SetObjectScopes(v []string)

SetObjectScopes sets field value

func (*Role) SetOrganizationId ¶ added in v1.0.0

func (o *Role) SetOrganizationId(v string)

SetOrganizationId sets field value

func (*Role) SetOrganizationScopes ¶ added in v1.0.0

func (o *Role) SetOrganizationScopes(v []string)

SetOrganizationScopes sets field value

func (*Role) SetUpdatedAt ¶ added in v1.0.0

func (o *Role) SetUpdatedAt(v string)

SetUpdatedAt sets field value

func (Role) ToMap ¶ added in v1.0.0

func (o Role) ToMap() (map[string]interface{}, error)

func (*Role) UnmarshalJSON ¶ added in v1.0.0

func (o *Role) UnmarshalJSON(data []byte) (err error)

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

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

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

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

GetData returns the Data field value

func (*RolePermissionsRolesGet200Response) GetDataOk ¶ added in v1.0.0

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

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

GetCreatedAt returns the CreatedAt field value

func (*RolePermissionsRolesGet200ResponseDataInner) 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 (*RolePermissionsRolesGet200ResponseDataInner) GetDescription ¶ added in v1.0.0

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

GetId returns the Id field value

func (*RolePermissionsRolesGet200ResponseDataInner) 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 (*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

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

GetName returns the Name field value

func (*RolePermissionsRolesGet200ResponseDataInner) 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 (*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

GetUpdatedAt returns the UpdatedAt field value

func (*RolePermissionsRolesGet200ResponseDataInner) 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 (RolePermissionsRolesGet200ResponseDataInner) MarshalJSON ¶ added in v1.0.0

func (*RolePermissionsRolesGet200ResponseDataInner) SetCreatedAt ¶ added in v1.0.0

SetCreatedAt sets field value

func (*RolePermissionsRolesGet200ResponseDataInner) SetDescription ¶ added in v1.0.0

SetDescription sets field value

func (*RolePermissionsRolesGet200ResponseDataInner) SetId ¶ added in v1.0.0

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

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

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

GetId returns the Id field value

func (*RolePermissionsRolesPost201Response) 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 (*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

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

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

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

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

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

GetName returns the Name field value if set, zero value otherwise.

func (*RolePermissionsRolesRoleIdPatchRequest) GetNameOk ¶ added in v1.0.0

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

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

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

func (o *SAML) GetConfigType() string

GetConfigType returns the ConfigType field value

func (*SAML) GetConfigTypeOk ¶ added in v1.0.0

func (o *SAML) GetConfigTypeOk() (*string, bool)

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

func (o *SAML) GetDisableEmailPasswordLogin() bool

GetDisableEmailPasswordLogin returns the DisableEmailPasswordLogin field value

func (*SAML) GetDisableEmailPasswordLoginOk ¶ added in v1.0.0

func (o *SAML) GetDisableEmailPasswordLoginOk() (*bool, bool)

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

func (o *SAML) GetIdpMetadataXml() string

GetIdpMetadataXml returns the IdpMetadataXml field value

func (*SAML) GetIdpMetadataXmlOk ¶ added in v1.0.0

func (o *SAML) GetIdpMetadataXmlOk() (*string, bool)

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

func (o *SAML) GetJitEnabled() bool

GetJitEnabled returns the JitEnabled field value

func (*SAML) GetJitEnabledOk ¶ added in v1.0.0

func (o *SAML) GetJitEnabledOk() (*bool, bool)

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

func (o *SAML) GetLdapBaseDomainComponents() string

GetLdapBaseDomainComponents returns the LdapBaseDomainComponents field value if set, zero value otherwise.

func (*SAML) GetLdapBaseDomainComponentsOk ¶ added in v1.0.0

func (o *SAML) 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 (*SAML) GetLdapRoleMapping ¶ added in v1.0.0

func (o *SAML) GetLdapRoleMapping() string

GetLdapRoleMapping returns the LdapRoleMapping field value if set, zero value otherwise.

func (*SAML) GetLdapRoleMappingOk ¶ added in v1.0.0

func (o *SAML) 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 (*SAML) GetLdapServerCertificate ¶ added in v1.0.0

func (o *SAML) GetLdapServerCertificate() string

GetLdapServerCertificate returns the LdapServerCertificate field value if set, zero value otherwise.

func (*SAML) GetLdapServerCertificateOk ¶ added in v1.0.0

func (o *SAML) 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 (*SAML) GetLdapServerKey ¶ added in v1.0.0

func (o *SAML) GetLdapServerKey() string

GetLdapServerKey returns the LdapServerKey field value if set, zero value otherwise.

func (*SAML) GetLdapServerKeyOk ¶ added in v1.0.0

func (o *SAML) 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 (*SAML) GetLdapServerName ¶ added in v1.0.0

func (o *SAML) GetLdapServerName() string

GetLdapServerName returns the LdapServerName field value if set, zero value otherwise.

func (*SAML) GetLdapServerNameOk ¶ added in v1.0.0

func (o *SAML) 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 (*SAML) GetLdapServerUrl ¶ added in v1.0.0

func (o *SAML) GetLdapServerUrl() string

GetLdapServerUrl returns the LdapServerUrl field value if set, zero value otherwise.

func (*SAML) GetLdapServerUrlOk ¶ added in v1.0.0

func (o *SAML) 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 (*SAML) GetLdapSyncGroupClaims ¶ added in v1.0.0

func (o *SAML) GetLdapSyncGroupClaims() bool

GetLdapSyncGroupClaims returns the LdapSyncGroupClaims field value if set, zero value otherwise.

func (*SAML) GetLdapSyncGroupClaimsOk ¶ added in v1.0.0

func (o *SAML) 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 (*SAML) GetRestrictedDomain ¶ added in v1.0.0

func (o *SAML) GetRestrictedDomain() string

GetRestrictedDomain returns the RestrictedDomain field value if set, zero value otherwise.

func (*SAML) GetRestrictedDomainOk ¶ added in v1.0.0

func (o *SAML) 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 (*SAML) GetSamlFirstNameAttribute ¶ added in v1.0.0

func (o *SAML) GetSamlFirstNameAttribute() string

GetSamlFirstNameAttribute returns the SamlFirstNameAttribute field value

func (*SAML) GetSamlFirstNameAttributeOk ¶ added in v1.0.0

func (o *SAML) GetSamlFirstNameAttributeOk() (*string, bool)

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

func (o *SAML) GetSamlGroupsAttribute() string

GetSamlGroupsAttribute returns the SamlGroupsAttribute field value if set, zero value otherwise.

func (*SAML) GetSamlGroupsAttributeOk ¶ added in v1.0.0

func (o *SAML) 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 (*SAML) GetSamlLastNameAttribute ¶ added in v1.0.0

func (o *SAML) GetSamlLastNameAttribute() string

GetSamlLastNameAttribute returns the SamlLastNameAttribute field value

func (*SAML) GetSamlLastNameAttributeOk ¶ added in v1.0.0

func (o *SAML) GetSamlLastNameAttributeOk() (*string, bool)

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

func (o *SAML) GetSamlSyncGroupClaims() bool

GetSamlSyncGroupClaims returns the SamlSyncGroupClaims field value

func (*SAML) GetSamlSyncGroupClaimsOk ¶ added in v1.0.0

func (o *SAML) GetSamlSyncGroupClaimsOk() (*bool, bool)

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

func (o *SAML) GetTriggerLoginAutomatically() bool

GetTriggerLoginAutomatically returns the TriggerLoginAutomatically field value

func (*SAML) GetTriggerLoginAutomaticallyOk ¶ added in v1.0.0

func (o *SAML) GetTriggerLoginAutomaticallyOk() (*bool, bool)

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

func (o *SAML) HasLdapBaseDomainComponents() bool

HasLdapBaseDomainComponents returns a boolean if a field has been set.

func (*SAML) HasLdapRoleMapping ¶ added in v1.0.0

func (o *SAML) HasLdapRoleMapping() bool

HasLdapRoleMapping returns a boolean if a field has been set.

func (*SAML) HasLdapServerCertificate ¶ added in v1.0.0

func (o *SAML) HasLdapServerCertificate() bool

HasLdapServerCertificate returns a boolean if a field has been set.

func (*SAML) HasLdapServerKey ¶ added in v1.0.0

func (o *SAML) HasLdapServerKey() bool

HasLdapServerKey returns a boolean if a field has been set.

func (*SAML) HasLdapServerName ¶ added in v1.0.0

func (o *SAML) HasLdapServerName() bool

HasLdapServerName returns a boolean if a field has been set.

func (*SAML) HasLdapServerUrl ¶ added in v1.0.0

func (o *SAML) HasLdapServerUrl() bool

HasLdapServerUrl returns a boolean if a field has been set.

func (*SAML) HasLdapSyncGroupClaims ¶ added in v1.0.0

func (o *SAML) HasLdapSyncGroupClaims() bool

HasLdapSyncGroupClaims returns a boolean if a field has been set.

func (*SAML) HasRestrictedDomain ¶ added in v1.0.0

func (o *SAML) HasRestrictedDomain() bool

HasRestrictedDomain returns a boolean if a field has been set.

func (*SAML) HasSamlGroupsAttribute ¶ added in v1.0.0

func (o *SAML) HasSamlGroupsAttribute() bool

HasSamlGroupsAttribute returns a boolean if a field has been set.

func (SAML) MarshalJSON ¶ added in v1.0.0

func (o SAML) MarshalJSON() ([]byte, error)

func (*SAML) SetConfigType ¶ added in v1.0.0

func (o *SAML) SetConfigType(v string)

SetConfigType sets field value

func (*SAML) SetDisableEmailPasswordLogin ¶ added in v1.0.0

func (o *SAML) SetDisableEmailPasswordLogin(v bool)

SetDisableEmailPasswordLogin sets field value

func (*SAML) SetIdpMetadataXml ¶ added in v1.0.0

func (o *SAML) SetIdpMetadataXml(v string)

SetIdpMetadataXml sets field value

func (*SAML) SetJitEnabled ¶ added in v1.0.0

func (o *SAML) SetJitEnabled(v bool)

SetJitEnabled sets field value

func (*SAML) SetLdapBaseDomainComponents ¶ added in v1.0.0

func (o *SAML) SetLdapBaseDomainComponents(v string)

SetLdapBaseDomainComponents gets a reference to the given string and assigns it to the LdapBaseDomainComponents field.

func (*SAML) SetLdapRoleMapping ¶ added in v1.0.0

func (o *SAML) SetLdapRoleMapping(v string)

SetLdapRoleMapping gets a reference to the given string and assigns it to the LdapRoleMapping field.

func (*SAML) SetLdapServerCertificate ¶ added in v1.0.0

func (o *SAML) SetLdapServerCertificate(v string)

SetLdapServerCertificate gets a reference to the given string and assigns it to the LdapServerCertificate field.

func (*SAML) SetLdapServerKey ¶ added in v1.0.0

func (o *SAML) SetLdapServerKey(v string)

SetLdapServerKey gets a reference to the given string and assigns it to the LdapServerKey field.

func (*SAML) SetLdapServerName ¶ added in v1.0.0

func (o *SAML) SetLdapServerName(v string)

SetLdapServerName gets a reference to the given string and assigns it to the LdapServerName field.

func (*SAML) SetLdapServerUrl ¶ added in v1.0.0

func (o *SAML) SetLdapServerUrl(v string)

SetLdapServerUrl gets a reference to the given string and assigns it to the LdapServerUrl field.

func (*SAML) SetLdapSyncGroupClaims ¶ added in v1.0.0

func (o *SAML) SetLdapSyncGroupClaims(v bool)

SetLdapSyncGroupClaims gets a reference to the given bool and assigns it to the LdapSyncGroupClaims field.

func (*SAML) SetRestrictedDomain ¶ added in v1.0.0

func (o *SAML) SetRestrictedDomain(v string)

SetRestrictedDomain gets a reference to the given string and assigns it to the RestrictedDomain field.

func (*SAML) SetSamlFirstNameAttribute ¶ added in v1.0.0

func (o *SAML) SetSamlFirstNameAttribute(v string)

SetSamlFirstNameAttribute sets field value

func (*SAML) SetSamlGroupsAttribute ¶ added in v1.0.0

func (o *SAML) SetSamlGroupsAttribute(v string)

SetSamlGroupsAttribute gets a reference to the given string and assigns it to the SamlGroupsAttribute field.

func (*SAML) SetSamlLastNameAttribute ¶ added in v1.0.0

func (o *SAML) SetSamlLastNameAttribute(v string)

SetSamlLastNameAttribute sets field value

func (*SAML) SetSamlSyncGroupClaims ¶ added in v1.0.0

func (o *SAML) SetSamlSyncGroupClaims(v bool)

SetSamlSyncGroupClaims sets field value

func (*SAML) SetTriggerLoginAutomatically ¶ added in v1.0.0

func (o *SAML) SetTriggerLoginAutomatically(v bool)

SetTriggerLoginAutomatically sets field value

func (SAML) ToMap ¶ added in v1.0.0

func (o SAML) ToMap() (map[string]interface{}, error)

func (*SAML) UnmarshalJSON ¶ added in v1.0.0

func (o *SAML) UnmarshalJSON(data []byte) (err error)

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 ¶

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 ¶

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 ¶

func NewSSOConfig(configType string, disableEmailPasswordLogin bool) *SSOConfig

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 ¶

func (o *SSOConfig) GetConfigType() string

GetConfigType returns the ConfigType field value

func (*SSOConfig) GetConfigTypeOk ¶

func (o *SSOConfig) GetConfigTypeOk() (*string, bool)

GetConfigTypeOk returns a tuple with the ConfigType field value and a boolean to check if the value has been set.

func (*SSOConfig) GetDisableEmailPasswordLogin ¶

func (o *SSOConfig) GetDisableEmailPasswordLogin() bool

GetDisableEmailPasswordLogin returns the DisableEmailPasswordLogin field value

func (*SSOConfig) GetDisableEmailPasswordLoginOk ¶

func (o *SSOConfig) GetDisableEmailPasswordLoginOk() (*bool, bool)

GetDisableEmailPasswordLoginOk returns a tuple with the DisableEmailPasswordLogin field value and a boolean to check if the value has been set.

func (*SSOConfig) GetGoogleClientId ¶

func (o *SSOConfig) GetGoogleClientId() string

GetGoogleClientId returns the GoogleClientId field value if set, zero value otherwise.

func (*SSOConfig) GetGoogleClientIdOk ¶

func (o *SSOConfig) GetGoogleClientIdOk() (*string, bool)

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 ¶

func (o *SSOConfig) GetGoogleClientSecret() string

GetGoogleClientSecret returns the GoogleClientSecret field value if set, zero value otherwise.

func (*SSOConfig) GetGoogleClientSecretOk ¶

func (o *SSOConfig) GetGoogleClientSecretOk() (*string, bool)

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 ¶

func (o *SSOConfig) GetIdpMetadataXml() string

GetIdpMetadataXml returns the IdpMetadataXml field value if set, zero value otherwise.

func (*SSOConfig) GetIdpMetadataXmlOk ¶

func (o *SSOConfig) GetIdpMetadataXmlOk() (*string, bool)

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 ¶

func (o *SSOConfig) GetJitEnabled() bool

GetJitEnabled returns the JitEnabled field value if set, zero value otherwise.

func (*SSOConfig) GetJitEnabledOk ¶

func (o *SSOConfig) GetJitEnabledOk() (*bool, bool)

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 ¶

func (o *SSOConfig) GetJwtEmailKey() string

GetJwtEmailKey returns the JwtEmailKey field value if set, zero value otherwise.

func (*SSOConfig) GetJwtEmailKeyOk ¶

func (o *SSOConfig) GetJwtEmailKeyOk() (*string, bool)

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 ¶

func (o *SSOConfig) GetJwtFirstNameKey() string

GetJwtFirstNameKey returns the JwtFirstNameKey field value if set, zero value otherwise.

func (*SSOConfig) GetJwtFirstNameKeyOk ¶

func (o *SSOConfig) GetJwtFirstNameKeyOk() (*string, bool)

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 ¶

func (o *SSOConfig) GetJwtLastNameKey() string

GetJwtLastNameKey returns the JwtLastNameKey field value if set, zero value otherwise.

func (*SSOConfig) GetJwtLastNameKeyOk ¶

func (o *SSOConfig) GetJwtLastNameKeyOk() (*string, bool)

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 ¶

func (o *SSOConfig) GetJwtRolesKey() string

GetJwtRolesKey returns the JwtRolesKey field value if set, zero value otherwise.

func (*SSOConfig) GetJwtRolesKeyOk ¶

func (o *SSOConfig) 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 (*SSOConfig) GetLdapBaseDomainComponents ¶

func (o *SSOConfig) GetLdapBaseDomainComponents() string

GetLdapBaseDomainComponents returns the LdapBaseDomainComponents field value if set, zero value otherwise.

func (*SSOConfig) GetLdapBaseDomainComponentsOk ¶

func (o *SSOConfig) 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 (*SSOConfig) GetLdapRoleMapping ¶

func (o *SSOConfig) GetLdapRoleMapping() string

GetLdapRoleMapping returns the LdapRoleMapping field value if set, zero value otherwise.

func (*SSOConfig) GetLdapRoleMappingOk ¶

func (o *SSOConfig) 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 (*SSOConfig) GetLdapServerCertificate ¶

func (o *SSOConfig) GetLdapServerCertificate() string

GetLdapServerCertificate returns the LdapServerCertificate field value if set, zero value otherwise.

func (*SSOConfig) GetLdapServerCertificateOk ¶

func (o *SSOConfig) 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 (*SSOConfig) GetLdapServerKey ¶

func (o *SSOConfig) GetLdapServerKey() string

GetLdapServerKey returns the LdapServerKey field value if set, zero value otherwise.

func (*SSOConfig) GetLdapServerKeyOk ¶

func (o *SSOConfig) 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 (*SSOConfig) GetLdapServerName ¶

func (o *SSOConfig) GetLdapServerName() string

GetLdapServerName returns the LdapServerName field value if set, zero value otherwise.

func (*SSOConfig) GetLdapServerNameOk ¶

func (o *SSOConfig) 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 (*SSOConfig) GetLdapServerUrl ¶

func (o *SSOConfig) GetLdapServerUrl() string

GetLdapServerUrl returns the LdapServerUrl field value if set, zero value otherwise.

func (*SSOConfig) GetLdapServerUrlOk ¶

func (o *SSOConfig) 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 (*SSOConfig) GetLdapSyncGroupClaims ¶

func (o *SSOConfig) GetLdapSyncGroupClaims() bool

GetLdapSyncGroupClaims returns the LdapSyncGroupClaims field value if set, zero value otherwise.

func (*SSOConfig) GetLdapSyncGroupClaimsOk ¶

func (o *SSOConfig) 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 (*SSOConfig) GetOidcAudience ¶

func (o *SSOConfig) GetOidcAudience() string

GetOidcAudience returns the OidcAudience field value if set, zero value otherwise.

func (*SSOConfig) GetOidcAudienceOk ¶

func (o *SSOConfig) 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 (*SSOConfig) GetOidcAuthUrl ¶

func (o *SSOConfig) GetOidcAuthUrl() string

GetOidcAuthUrl returns the OidcAuthUrl field value if set, zero value otherwise.

func (*SSOConfig) GetOidcAuthUrlOk ¶

func (o *SSOConfig) GetOidcAuthUrlOk() (*string, bool)

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 ¶

func (o *SSOConfig) GetOidcClientId() string

GetOidcClientId returns the OidcClientId field value if set, zero value otherwise.

func (*SSOConfig) GetOidcClientIdOk ¶

func (o *SSOConfig) GetOidcClientIdOk() (*string, bool)

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 ¶

func (o *SSOConfig) GetOidcClientSecret() string

GetOidcClientSecret returns the OidcClientSecret field value if set, zero value otherwise.

func (*SSOConfig) GetOidcClientSecretOk ¶

func (o *SSOConfig) GetOidcClientSecretOk() (*string, bool)

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 ¶

func (o *SSOConfig) GetOidcScopes() string

GetOidcScopes returns the OidcScopes field value if set, zero value otherwise.

func (*SSOConfig) GetOidcScopesOk ¶

func (o *SSOConfig) GetOidcScopesOk() (*string, bool)

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 ¶

func (o *SSOConfig) GetOidcTokenUrl() string

GetOidcTokenUrl returns the OidcTokenUrl field value if set, zero value otherwise.

func (*SSOConfig) GetOidcTokenUrlOk ¶

func (o *SSOConfig) GetOidcTokenUrlOk() (*string, bool)

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 ¶

func (o *SSOConfig) GetOidcUserinfoUrl() string

GetOidcUserinfoUrl returns the OidcUserinfoUrl field value if set, zero value otherwise.

func (*SSOConfig) GetOidcUserinfoUrlOk ¶

func (o *SSOConfig) 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 (*SSOConfig) GetRestrictedDomain ¶

func (o *SSOConfig) GetRestrictedDomain() string

GetRestrictedDomain returns the RestrictedDomain field value if set, zero value otherwise.

func (*SSOConfig) GetRestrictedDomainOk ¶

func (o *SSOConfig) 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 (*SSOConfig) GetRolesMapping ¶

func (o *SSOConfig) GetRolesMapping() string

GetRolesMapping returns the RolesMapping field value if set, zero value otherwise.

func (*SSOConfig) GetRolesMappingOk ¶

func (o *SSOConfig) 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 (*SSOConfig) GetSamlFirstNameAttribute ¶

func (o *SSOConfig) GetSamlFirstNameAttribute() string

GetSamlFirstNameAttribute returns the SamlFirstNameAttribute field value if set, zero value otherwise.

func (*SSOConfig) GetSamlFirstNameAttributeOk ¶

func (o *SSOConfig) GetSamlFirstNameAttributeOk() (*string, bool)

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 ¶

func (o *SSOConfig) GetSamlGroupsAttribute() string

GetSamlGroupsAttribute returns the SamlGroupsAttribute field value if set, zero value otherwise.

func (*SSOConfig) GetSamlGroupsAttributeOk ¶

func (o *SSOConfig) 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 (*SSOConfig) GetSamlLastNameAttribute ¶

func (o *SSOConfig) GetSamlLastNameAttribute() string

GetSamlLastNameAttribute returns the SamlLastNameAttribute field value if set, zero value otherwise.

func (*SSOConfig) GetSamlLastNameAttributeOk ¶

func (o *SSOConfig) GetSamlLastNameAttributeOk() (*string, bool)

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 ¶

func (o *SSOConfig) GetSamlSyncGroupClaims() bool

GetSamlSyncGroupClaims returns the SamlSyncGroupClaims field value if set, zero value otherwise.

func (*SSOConfig) GetSamlSyncGroupClaimsOk ¶

func (o *SSOConfig) GetSamlSyncGroupClaimsOk() (*bool, bool)

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 ¶

func (o *SSOConfig) GetTriggerLoginAutomatically() bool

GetTriggerLoginAutomatically returns the TriggerLoginAutomatically field value if set, zero value otherwise.

func (*SSOConfig) GetTriggerLoginAutomaticallyOk ¶

func (o *SSOConfig) GetTriggerLoginAutomaticallyOk() (*bool, bool)

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 ¶

func (o *SSOConfig) HasGoogleClientId() bool

HasGoogleClientId returns a boolean if a field has been set.

func (*SSOConfig) HasGoogleClientSecret ¶

func (o *SSOConfig) HasGoogleClientSecret() bool

HasGoogleClientSecret returns a boolean if a field has been set.

func (*SSOConfig) HasIdpMetadataXml ¶

func (o *SSOConfig) HasIdpMetadataXml() bool

HasIdpMetadataXml returns a boolean if a field has been set.

func (*SSOConfig) HasJitEnabled ¶

func (o *SSOConfig) HasJitEnabled() bool

HasJitEnabled returns a boolean if a field has been set.

func (*SSOConfig) HasJwtEmailKey ¶

func (o *SSOConfig) HasJwtEmailKey() bool

HasJwtEmailKey returns a boolean if a field has been set.

func (*SSOConfig) HasJwtFirstNameKey ¶

func (o *SSOConfig) HasJwtFirstNameKey() bool

HasJwtFirstNameKey returns a boolean if a field has been set.

func (*SSOConfig) HasJwtLastNameKey ¶

func (o *SSOConfig) HasJwtLastNameKey() bool

HasJwtLastNameKey returns a boolean if a field has been set.

func (*SSOConfig) HasJwtRolesKey ¶

func (o *SSOConfig) HasJwtRolesKey() bool

HasJwtRolesKey returns a boolean if a field has been set.

func (*SSOConfig) HasLdapBaseDomainComponents ¶

func (o *SSOConfig) HasLdapBaseDomainComponents() bool

HasLdapBaseDomainComponents returns a boolean if a field has been set.

func (*SSOConfig) HasLdapRoleMapping ¶

func (o *SSOConfig) HasLdapRoleMapping() bool

HasLdapRoleMapping returns a boolean if a field has been set.

func (*SSOConfig) HasLdapServerCertificate ¶

func (o *SSOConfig) HasLdapServerCertificate() bool

HasLdapServerCertificate returns a boolean if a field has been set.

func (*SSOConfig) HasLdapServerKey ¶

func (o *SSOConfig) HasLdapServerKey() bool

HasLdapServerKey returns a boolean if a field has been set.

func (*SSOConfig) HasLdapServerName ¶

func (o *SSOConfig) HasLdapServerName() bool

HasLdapServerName returns a boolean if a field has been set.

func (*SSOConfig) HasLdapServerUrl ¶

func (o *SSOConfig) HasLdapServerUrl() bool

HasLdapServerUrl returns a boolean if a field has been set.

func (*SSOConfig) HasLdapSyncGroupClaims ¶

func (o *SSOConfig) HasLdapSyncGroupClaims() bool

HasLdapSyncGroupClaims returns a boolean if a field has been set.

func (*SSOConfig) HasOidcAudience ¶

func (o *SSOConfig) HasOidcAudience() bool

HasOidcAudience returns a boolean if a field has been set.

func (*SSOConfig) HasOidcAuthUrl ¶

func (o *SSOConfig) HasOidcAuthUrl() bool

HasOidcAuthUrl returns a boolean if a field has been set.

func (*SSOConfig) HasOidcClientId ¶

func (o *SSOConfig) HasOidcClientId() bool

HasOidcClientId returns a boolean if a field has been set.

func (*SSOConfig) HasOidcClientSecret ¶

func (o *SSOConfig) HasOidcClientSecret() bool

HasOidcClientSecret returns a boolean if a field has been set.

func (*SSOConfig) HasOidcScopes ¶

func (o *SSOConfig) HasOidcScopes() bool

HasOidcScopes returns a boolean if a field has been set.

func (*SSOConfig) HasOidcTokenUrl ¶

func (o *SSOConfig) HasOidcTokenUrl() bool

HasOidcTokenUrl returns a boolean if a field has been set.

func (*SSOConfig) HasOidcUserinfoUrl ¶

func (o *SSOConfig) HasOidcUserinfoUrl() bool

HasOidcUserinfoUrl returns a boolean if a field has been set.

func (*SSOConfig) HasRestrictedDomain ¶

func (o *SSOConfig) HasRestrictedDomain() bool

HasRestrictedDomain returns a boolean if a field has been set.

func (*SSOConfig) HasRolesMapping ¶

func (o *SSOConfig) HasRolesMapping() bool

HasRolesMapping returns a boolean if a field has been set.

func (*SSOConfig) HasSamlFirstNameAttribute ¶

func (o *SSOConfig) HasSamlFirstNameAttribute() bool

HasSamlFirstNameAttribute returns a boolean if a field has been set.

func (*SSOConfig) HasSamlGroupsAttribute ¶

func (o *SSOConfig) HasSamlGroupsAttribute() bool

HasSamlGroupsAttribute returns a boolean if a field has been set.

func (*SSOConfig) HasSamlLastNameAttribute ¶

func (o *SSOConfig) HasSamlLastNameAttribute() bool

HasSamlLastNameAttribute returns a boolean if a field has been set.

func (*SSOConfig) HasSamlSyncGroupClaims ¶

func (o *SSOConfig) HasSamlSyncGroupClaims() bool

HasSamlSyncGroupClaims returns a boolean if a field has been set.

func (*SSOConfig) HasTriggerLoginAutomatically ¶

func (o *SSOConfig) HasTriggerLoginAutomatically() bool

HasTriggerLoginAutomatically returns a boolean if a field has been set.

func (SSOConfig) MarshalJSON ¶

func (o SSOConfig) MarshalJSON() ([]byte, error)

func (*SSOConfig) SetConfigType ¶

func (o *SSOConfig) SetConfigType(v string)

SetConfigType sets field value

func (*SSOConfig) SetDisableEmailPasswordLogin ¶

func (o *SSOConfig) SetDisableEmailPasswordLogin(v bool)

SetDisableEmailPasswordLogin sets field value

func (*SSOConfig) SetGoogleClientId ¶

func (o *SSOConfig) SetGoogleClientId(v string)

SetGoogleClientId gets a reference to the given string and assigns it to the GoogleClientId field.

func (*SSOConfig) SetGoogleClientSecret ¶

func (o *SSOConfig) SetGoogleClientSecret(v string)

SetGoogleClientSecret gets a reference to the given string and assigns it to the GoogleClientSecret field.

func (*SSOConfig) SetIdpMetadataXml ¶

func (o *SSOConfig) SetIdpMetadataXml(v string)

SetIdpMetadataXml gets a reference to the given string and assigns it to the IdpMetadataXml field.

func (*SSOConfig) SetJitEnabled ¶

func (o *SSOConfig) SetJitEnabled(v bool)

SetJitEnabled gets a reference to the given bool and assigns it to the JitEnabled field.

func (*SSOConfig) SetJwtEmailKey ¶

func (o *SSOConfig) SetJwtEmailKey(v string)

SetJwtEmailKey gets a reference to the given string and assigns it to the JwtEmailKey field.

func (*SSOConfig) SetJwtFirstNameKey ¶

func (o *SSOConfig) SetJwtFirstNameKey(v string)

SetJwtFirstNameKey gets a reference to the given string and assigns it to the JwtFirstNameKey field.

func (*SSOConfig) SetJwtLastNameKey ¶

func (o *SSOConfig) SetJwtLastNameKey(v string)

SetJwtLastNameKey gets a reference to the given string and assigns it to the JwtLastNameKey field.

func (*SSOConfig) SetJwtRolesKey ¶

func (o *SSOConfig) SetJwtRolesKey(v string)

SetJwtRolesKey gets a reference to the given string and assigns it to the JwtRolesKey field.

func (*SSOConfig) SetLdapBaseDomainComponents ¶

func (o *SSOConfig) SetLdapBaseDomainComponents(v string)

SetLdapBaseDomainComponents gets a reference to the given string and assigns it to the LdapBaseDomainComponents field.

func (*SSOConfig) SetLdapRoleMapping ¶

func (o *SSOConfig) SetLdapRoleMapping(v string)

SetLdapRoleMapping gets a reference to the given string and assigns it to the LdapRoleMapping field.

func (*SSOConfig) SetLdapServerCertificate ¶

func (o *SSOConfig) SetLdapServerCertificate(v string)

SetLdapServerCertificate gets a reference to the given string and assigns it to the LdapServerCertificate field.

func (*SSOConfig) SetLdapServerKey ¶

func (o *SSOConfig) SetLdapServerKey(v string)

SetLdapServerKey gets a reference to the given string and assigns it to the LdapServerKey field.

func (*SSOConfig) SetLdapServerName ¶

func (o *SSOConfig) SetLdapServerName(v string)

SetLdapServerName gets a reference to the given string and assigns it to the LdapServerName field.

func (*SSOConfig) SetLdapServerUrl ¶

func (o *SSOConfig) SetLdapServerUrl(v string)

SetLdapServerUrl gets a reference to the given string and assigns it to the LdapServerUrl field.

func (*SSOConfig) SetLdapSyncGroupClaims ¶

func (o *SSOConfig) SetLdapSyncGroupClaims(v bool)

SetLdapSyncGroupClaims gets a reference to the given bool and assigns it to the LdapSyncGroupClaims field.

func (*SSOConfig) SetOidcAudience ¶

func (o *SSOConfig) SetOidcAudience(v string)

SetOidcAudience gets a reference to the given string and assigns it to the OidcAudience field.

func (*SSOConfig) SetOidcAuthUrl ¶

func (o *SSOConfig) SetOidcAuthUrl(v string)

SetOidcAuthUrl gets a reference to the given string and assigns it to the OidcAuthUrl field.

func (*SSOConfig) SetOidcClientId ¶

func (o *SSOConfig) SetOidcClientId(v string)

SetOidcClientId gets a reference to the given string and assigns it to the OidcClientId field.

func (*SSOConfig) SetOidcClientSecret ¶

func (o *SSOConfig) SetOidcClientSecret(v string)

SetOidcClientSecret gets a reference to the given string and assigns it to the OidcClientSecret field.

func (*SSOConfig) SetOidcScopes ¶

func (o *SSOConfig) SetOidcScopes(v string)

SetOidcScopes gets a reference to the given string and assigns it to the OidcScopes field.

func (*SSOConfig) SetOidcTokenUrl ¶

func (o *SSOConfig) SetOidcTokenUrl(v string)

SetOidcTokenUrl gets a reference to the given string and assigns it to the OidcTokenUrl field.

func (*SSOConfig) SetOidcUserinfoUrl ¶

func (o *SSOConfig) SetOidcUserinfoUrl(v string)

SetOidcUserinfoUrl gets a reference to the given string and assigns it to the OidcUserinfoUrl field.

func (*SSOConfig) SetRestrictedDomain ¶

func (o *SSOConfig) SetRestrictedDomain(v string)

SetRestrictedDomain gets a reference to the given string and assigns it to the RestrictedDomain field.

func (*SSOConfig) SetRolesMapping ¶

func (o *SSOConfig) SetRolesMapping(v string)

SetRolesMapping gets a reference to the given string and assigns it to the RolesMapping field.

func (*SSOConfig) SetSamlFirstNameAttribute ¶

func (o *SSOConfig) SetSamlFirstNameAttribute(v string)

SetSamlFirstNameAttribute gets a reference to the given string and assigns it to the SamlFirstNameAttribute field.

func (*SSOConfig) SetSamlGroupsAttribute ¶

func (o *SSOConfig) SetSamlGroupsAttribute(v string)

SetSamlGroupsAttribute gets a reference to the given string and assigns it to the SamlGroupsAttribute field.

func (*SSOConfig) SetSamlLastNameAttribute ¶

func (o *SSOConfig) SetSamlLastNameAttribute(v string)

SetSamlLastNameAttribute gets a reference to the given string and assigns it to the SamlLastNameAttribute field.

func (*SSOConfig) SetSamlSyncGroupClaims ¶

func (o *SSOConfig) SetSamlSyncGroupClaims(v bool)

SetSamlSyncGroupClaims gets a reference to the given bool and assigns it to the SamlSyncGroupClaims field.

func (*SSOConfig) SetTriggerLoginAutomatically ¶

func (o *SSOConfig) SetTriggerLoginAutomatically(v bool)

SetTriggerLoginAutomatically gets a reference to the given bool and assigns it to the TriggerLoginAutomatically field.

func (SSOConfig) ToMap ¶

func (o SSOConfig) ToMap() (map[string]interface{}, error)

func (*SSOConfig) UnmarshalJSON ¶

func (o *SSOConfig) UnmarshalJSON(data []byte) (err error)

type ServerConfiguration ¶

type ServerConfiguration struct {
	URL         string
	Description string
	Variables   map[string]ServerVariable
}

ServerConfiguration stores the information about a server

type ServerConfigurations ¶

type ServerConfigurations []ServerConfiguration

ServerConfigurations stores multiple ServerConfiguration items

func (ServerConfigurations) URL ¶

func (sc ServerConfigurations) URL(index int, variables map[string]string) (string, error)

URL formats template on a index using given variables

type ServerVariable ¶

type ServerVariable struct {
	Description  string
	DefaultValue string
	EnumValues   []string
}

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 ¶

GetPassword returns the Password field value

func (*SnowflakeOptionsAuthenticationOptionsAnyOf) GetPasswordOk ¶

GetPasswordOk returns a tuple with the Password field value and a boolean to check if the value has been set.

func (*SnowflakeOptionsAuthenticationOptionsAnyOf) GetUsername ¶

GetUsername returns the Username field value

func (*SnowflakeOptionsAuthenticationOptionsAnyOf) GetUsernameOk ¶

GetUsernameOk returns a tuple with the Username field value and a boolean to check if the value has been set.

func (SnowflakeOptionsAuthenticationOptionsAnyOf) MarshalJSON ¶

func (*SnowflakeOptionsAuthenticationOptionsAnyOf) SetAuthenticationType ¶

func (o *SnowflakeOptionsAuthenticationOptionsAnyOf) SetAuthenticationType(v string)

SetAuthenticationType sets field value

func (*SnowflakeOptionsAuthenticationOptionsAnyOf) SetPassword ¶

SetPassword sets field value

func (*SnowflakeOptionsAuthenticationOptionsAnyOf) SetUsername ¶

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 ¶

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 ¶

GetUsername returns the Username field value

func (*SnowflakeOptionsAuthenticationOptionsAnyOf1) GetUsernameOk ¶

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 (*SnowflakeOptionsAuthenticationOptionsAnyOf1) SetAuthenticationType ¶

func (o *SnowflakeOptionsAuthenticationOptionsAnyOf1) SetAuthenticationType(v string)

SetAuthenticationType sets field value

func (*SnowflakeOptionsAuthenticationOptionsAnyOf1) SetPrivateKey ¶

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 ¶

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 (*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 ¶

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 ¶

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 ¶

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 ¶

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 ¶

Execute executes the request

@return SourceControlConfigGet200Response

func (*SourceControlAPIService) SourceControlConfigPost ¶

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 ¶

Execute executes the request

@return SourceControlConfigPost200Response

func (*SourceControlAPIService) SourceControlConfigPut ¶

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 ¶

Execute executes the request

@return SourceControlConfigPut200Response

func (*SourceControlAPIService) SourceControlDeployPost ¶

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 ¶

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 ¶

Execute executes the request

@return SourceControlDeployPost200Response

func (*SourceControlAPIService) SourceControlManifestsGet ¶ added in v1.0.0

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

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

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

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

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

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

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

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

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

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

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

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

Execute executes the request

@return SourceControlManifestsManifestNamePut200Response

func (*SourceControlAPIService) SourceControlSettingsGet ¶

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 ¶

Execute executes the request

@return SourceControlSettingsGet200Response

func (*SourceControlAPIService) SourceControlSettingsPut ¶

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 ¶

Execute executes the request

@return SourceControlSettingsPut200Response

func (*SourceControlAPIService) SourceControlTestConnectionGet ¶

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 ¶

Execute executes the request

@return SourceControlTestConnectionGet200Response

func (*SourceControlAPIService) SourceControlTestDeployPost ¶

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 ¶

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 ¶

GetData returns the Data field value

func (*SourceControlConfigGet200Response) GetDataOk ¶

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 ¶

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 ¶

GetConfig returns the Config field value

func (*SourceControlConfigGet200ResponseDataAnyOf) GetConfigOk ¶

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 ¶

GetOrg returns the Org field value

func (*SourceControlConfigGet200ResponseDataAnyOf) GetOrgOk ¶

GetOrgOk returns a tuple with the Org field value and a boolean to check if the value has been set.

func (*SourceControlConfigGet200ResponseDataAnyOf) GetProvider ¶

GetProvider returns the Provider field value

func (*SourceControlConfigGet200ResponseDataAnyOf) GetProviderOk ¶

GetProviderOk returns a tuple with the Provider field value and a boolean to check if the value has been set.

func (*SourceControlConfigGet200ResponseDataAnyOf) GetRepo ¶

GetRepo returns the Repo field value

func (*SourceControlConfigGet200ResponseDataAnyOf) GetRepoOk ¶

GetRepoOk returns a tuple with the Repo field value and a boolean to check if the value has been set.

func (*SourceControlConfigGet200ResponseDataAnyOf) GetRepoVersion ¶

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 ¶

HasRepoVersion returns a boolean if a field has been set.

func (SourceControlConfigGet200ResponseDataAnyOf) MarshalJSON ¶

func (*SourceControlConfigGet200ResponseDataAnyOf) SetConfig ¶

SetConfig sets field value

func (*SourceControlConfigGet200ResponseDataAnyOf) SetDefaultBranch ¶

func (o *SourceControlConfigGet200ResponseDataAnyOf) SetDefaultBranch(v string)

SetDefaultBranch sets field value

func (*SourceControlConfigGet200ResponseDataAnyOf) SetOrg ¶

SetOrg sets field value

func (*SourceControlConfigGet200ResponseDataAnyOf) SetProvider ¶

SetProvider sets field value

func (*SourceControlConfigGet200ResponseDataAnyOf) SetRepo ¶

SetRepo sets field value

func (*SourceControlConfigGet200ResponseDataAnyOf) SetRepoVersion ¶

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 ¶

GetConfig returns the Config field value

func (*SourceControlConfigGet200ResponseDataAnyOf1) GetConfigOk ¶

GetConfigOk returns a tuple with the Config field value and a boolean to check if the value has been set.

func (*SourceControlConfigGet200ResponseDataAnyOf1) GetDefaultBranch ¶

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 ¶

GetOrg returns the Org field value

func (*SourceControlConfigGet200ResponseDataAnyOf1) GetOrgOk ¶

GetOrgOk returns a tuple with the Org field value and a boolean to check if the value has been set.

func (*SourceControlConfigGet200ResponseDataAnyOf1) GetProvider ¶

GetProvider returns the Provider field value

func (*SourceControlConfigGet200ResponseDataAnyOf1) GetProviderOk ¶

GetProviderOk returns a tuple with the Provider field value and a boolean to check if the value has been set.

func (*SourceControlConfigGet200ResponseDataAnyOf1) GetRepo ¶

GetRepo returns the Repo field value

func (*SourceControlConfigGet200ResponseDataAnyOf1) GetRepoOk ¶

GetRepoOk returns a tuple with the Repo field value and a boolean to check if the value has been set.

func (*SourceControlConfigGet200ResponseDataAnyOf1) GetRepoVersion ¶

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 ¶

HasRepoVersion returns a boolean if a field has been set.

func (SourceControlConfigGet200ResponseDataAnyOf1) MarshalJSON ¶

func (*SourceControlConfigGet200ResponseDataAnyOf1) SetConfig ¶

SetConfig sets field value

func (*SourceControlConfigGet200ResponseDataAnyOf1) SetDefaultBranch ¶

func (o *SourceControlConfigGet200ResponseDataAnyOf1) SetDefaultBranch(v string)

SetDefaultBranch sets field value

func (*SourceControlConfigGet200ResponseDataAnyOf1) SetOrg ¶

SetOrg sets field value

func (*SourceControlConfigGet200ResponseDataAnyOf1) SetProvider ¶

SetProvider sets field value

func (*SourceControlConfigGet200ResponseDataAnyOf1) SetRepo ¶

SetRepo sets field value

func (*SourceControlConfigGet200ResponseDataAnyOf1) SetRepoVersion ¶

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 ¶

GetProjectId returns the ProjectId field value

func (*SourceControlConfigGet200ResponseDataAnyOf1Config) GetProjectIdOk ¶

GetProjectIdOk returns a tuple with the ProjectId field value and a boolean to check if the value has been set.

func (*SourceControlConfigGet200ResponseDataAnyOf1Config) GetUrl ¶

GetUrl returns the Url field value

func (*SourceControlConfigGet200ResponseDataAnyOf1Config) GetUrlOk ¶

GetUrlOk returns a tuple with the Url field value and a boolean to check if the value has been set.

func (SourceControlConfigGet200ResponseDataAnyOf1Config) MarshalJSON ¶

func (*SourceControlConfigGet200ResponseDataAnyOf1Config) SetProjectAccessToken ¶

func (o *SourceControlConfigGet200ResponseDataAnyOf1Config) SetProjectAccessToken(v string)

SetProjectAccessToken sets field value

func (*SourceControlConfigGet200ResponseDataAnyOf1Config) SetProjectId ¶

SetProjectId sets field value

func (*SourceControlConfigGet200ResponseDataAnyOf1Config) SetUrl ¶

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 ¶

GetConfig returns the Config field value

func (*SourceControlConfigGet200ResponseDataAnyOf2) GetConfigOk ¶

GetConfigOk returns a tuple with the Config field value and a boolean to check if the value has been set.

func (*SourceControlConfigGet200ResponseDataAnyOf2) GetDefaultBranch ¶

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 ¶

GetOrg returns the Org field value

func (*SourceControlConfigGet200ResponseDataAnyOf2) GetOrgOk ¶

GetOrgOk returns a tuple with the Org field value and a boolean to check if the value has been set.

func (*SourceControlConfigGet200ResponseDataAnyOf2) GetProvider ¶

GetProvider returns the Provider field value

func (*SourceControlConfigGet200ResponseDataAnyOf2) GetProviderOk ¶

GetProviderOk returns a tuple with the Provider field value and a boolean to check if the value has been set.

func (*SourceControlConfigGet200ResponseDataAnyOf2) GetRepo ¶

GetRepo returns the Repo field value

func (*SourceControlConfigGet200ResponseDataAnyOf2) GetRepoOk ¶

GetRepoOk returns a tuple with the Repo field value and a boolean to check if the value has been set.

func (*SourceControlConfigGet200ResponseDataAnyOf2) GetRepoVersion ¶

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 ¶

HasRepoVersion returns a boolean if a field has been set.

func (SourceControlConfigGet200ResponseDataAnyOf2) MarshalJSON ¶

func (*SourceControlConfigGet200ResponseDataAnyOf2) SetConfig ¶

SetConfig sets field value

func (*SourceControlConfigGet200ResponseDataAnyOf2) SetDefaultBranch ¶

func (o *SourceControlConfigGet200ResponseDataAnyOf2) SetDefaultBranch(v string)

SetDefaultBranch sets field value

func (*SourceControlConfigGet200ResponseDataAnyOf2) SetOrg ¶

SetOrg sets field value

func (*SourceControlConfigGet200ResponseDataAnyOf2) SetProvider ¶

SetProvider sets field value

func (*SourceControlConfigGet200ResponseDataAnyOf2) SetRepo ¶

SetRepo sets field value

func (*SourceControlConfigGet200ResponseDataAnyOf2) SetRepoVersion ¶

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 ¶

GetAccessKeyId returns the AccessKeyId field value

func (*SourceControlConfigGet200ResponseDataAnyOf2Config) GetAccessKeyIdOk ¶

GetAccessKeyIdOk returns a tuple with the AccessKeyId field value and a boolean to check if the value has been set.

func (*SourceControlConfigGet200ResponseDataAnyOf2Config) GetHttpsPassword ¶

GetHttpsPassword returns the HttpsPassword field value

func (*SourceControlConfigGet200ResponseDataAnyOf2Config) GetHttpsPasswordOk ¶

GetHttpsPasswordOk returns a tuple with the HttpsPassword field value and a boolean to check if the value has been set.

func (*SourceControlConfigGet200ResponseDataAnyOf2Config) GetHttpsUsername ¶

GetHttpsUsername returns the HttpsUsername field value

func (*SourceControlConfigGet200ResponseDataAnyOf2Config) GetHttpsUsernameOk ¶

GetHttpsUsernameOk returns a tuple with the HttpsUsername field value and a boolean to check if the value has been set.

func (*SourceControlConfigGet200ResponseDataAnyOf2Config) GetRegion ¶

GetRegion returns the Region field value

func (*SourceControlConfigGet200ResponseDataAnyOf2Config) GetRegionOk ¶

GetRegionOk returns a tuple with the Region field value and a boolean to check if the value has been set.

func (*SourceControlConfigGet200ResponseDataAnyOf2Config) GetSecretAccessKey ¶

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 ¶

GetUrl returns the Url field value

func (*SourceControlConfigGet200ResponseDataAnyOf2Config) GetUrlOk ¶

GetUrlOk returns a tuple with the Url field value and a boolean to check if the value has been set.

func (SourceControlConfigGet200ResponseDataAnyOf2Config) MarshalJSON ¶

func (*SourceControlConfigGet200ResponseDataAnyOf2Config) SetAccessKeyId ¶

SetAccessKeyId sets field value

func (*SourceControlConfigGet200ResponseDataAnyOf2Config) SetHttpsPassword ¶

SetHttpsPassword sets field value

func (*SourceControlConfigGet200ResponseDataAnyOf2Config) SetHttpsUsername ¶

SetHttpsUsername sets field value

func (*SourceControlConfigGet200ResponseDataAnyOf2Config) SetRegion ¶

SetRegion sets field value

func (*SourceControlConfigGet200ResponseDataAnyOf2Config) SetSecretAccessKey ¶

SetSecretAccessKey sets field value

func (*SourceControlConfigGet200ResponseDataAnyOf2Config) SetUrl ¶

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 ¶

GetConfig returns the Config field value

func (*SourceControlConfigGet200ResponseDataAnyOf3) GetConfigOk ¶

GetConfigOk returns a tuple with the Config field value and a boolean to check if the value has been set.

func (*SourceControlConfigGet200ResponseDataAnyOf3) GetDefaultBranch ¶

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 ¶

GetOrg returns the Org field value

func (*SourceControlConfigGet200ResponseDataAnyOf3) GetOrgOk ¶

GetOrgOk returns a tuple with the Org field value and a boolean to check if the value has been set.

func (*SourceControlConfigGet200ResponseDataAnyOf3) GetProvider ¶

GetProvider returns the Provider field value

func (*SourceControlConfigGet200ResponseDataAnyOf3) GetProviderOk ¶

GetProviderOk returns a tuple with the Provider field value and a boolean to check if the value has been set.

func (*SourceControlConfigGet200ResponseDataAnyOf3) GetRepo ¶

GetRepo returns the Repo field value

func (*SourceControlConfigGet200ResponseDataAnyOf3) GetRepoOk ¶

GetRepoOk returns a tuple with the Repo field value and a boolean to check if the value has been set.

func (*SourceControlConfigGet200ResponseDataAnyOf3) GetRepoVersion ¶

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 ¶

HasRepoVersion returns a boolean if a field has been set.

func (SourceControlConfigGet200ResponseDataAnyOf3) MarshalJSON ¶

func (*SourceControlConfigGet200ResponseDataAnyOf3) SetConfig ¶

SetConfig sets field value

func (*SourceControlConfigGet200ResponseDataAnyOf3) SetDefaultBranch ¶

func (o *SourceControlConfigGet200ResponseDataAnyOf3) SetDefaultBranch(v string)

SetDefaultBranch sets field value

func (*SourceControlConfigGet200ResponseDataAnyOf3) SetOrg ¶

SetOrg sets field value

func (*SourceControlConfigGet200ResponseDataAnyOf3) SetProvider ¶

SetProvider sets field value

func (*SourceControlConfigGet200ResponseDataAnyOf3) SetRepo ¶

SetRepo sets field value

func (*SourceControlConfigGet200ResponseDataAnyOf3) SetRepoVersion ¶

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 ¶

GetAppPassword returns the AppPassword field value

func (*SourceControlConfigGet200ResponseDataAnyOf3Config) GetAppPasswordOk ¶

GetAppPasswordOk returns a tuple with the AppPassword field value and a boolean to check if the value has been set.

func (*SourceControlConfigGet200ResponseDataAnyOf3Config) GetEnterpriseApiUrl ¶

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 ¶

GetUrl returns the Url field value if set, zero value otherwise.

func (*SourceControlConfigGet200ResponseDataAnyOf3Config) GetUrlOk ¶

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 ¶

GetUsername returns the Username field value

func (*SourceControlConfigGet200ResponseDataAnyOf3Config) GetUsernameOk ¶

GetUsernameOk returns a tuple with the Username field value and a boolean to check if the value has been set.

func (*SourceControlConfigGet200ResponseDataAnyOf3Config) HasEnterpriseApiUrl ¶

HasEnterpriseApiUrl returns a boolean if a field has been set.

func (*SourceControlConfigGet200ResponseDataAnyOf3Config) HasUrl ¶

HasUrl returns a boolean if a field has been set.

func (SourceControlConfigGet200ResponseDataAnyOf3Config) MarshalJSON ¶

func (*SourceControlConfigGet200ResponseDataAnyOf3Config) SetAppPassword ¶

SetAppPassword sets field value

func (*SourceControlConfigGet200ResponseDataAnyOf3Config) SetEnterpriseApiUrl ¶

SetEnterpriseApiUrl gets a reference to the given string and assigns it to the EnterpriseApiUrl field.

func (*SourceControlConfigGet200ResponseDataAnyOf3Config) SetUrl ¶

SetUrl gets a reference to the given string and assigns it to the Url field.

func (*SourceControlConfigGet200ResponseDataAnyOf3Config) SetUsername ¶

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 ¶

GetConfig returns the Config field value

func (*SourceControlConfigGet200ResponseDataAnyOf4) GetConfigOk ¶

GetConfigOk returns a tuple with the Config field value and a boolean to check if the value has been set.

func (*SourceControlConfigGet200ResponseDataAnyOf4) GetDefaultBranch ¶

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 ¶

GetOrg returns the Org field value

func (*SourceControlConfigGet200ResponseDataAnyOf4) GetOrgOk ¶

GetOrgOk returns a tuple with the Org field value and a boolean to check if the value has been set.

func (*SourceControlConfigGet200ResponseDataAnyOf4) GetProvider ¶

GetProvider returns the Provider field value

func (*SourceControlConfigGet200ResponseDataAnyOf4) GetProviderOk ¶

GetProviderOk returns a tuple with the Provider field value and a boolean to check if the value has been set.

func (*SourceControlConfigGet200ResponseDataAnyOf4) GetRepo ¶

GetRepo returns the Repo field value

func (*SourceControlConfigGet200ResponseDataAnyOf4) GetRepoOk ¶

GetRepoOk returns a tuple with the Repo field value and a boolean to check if the value has been set.

func (*SourceControlConfigGet200ResponseDataAnyOf4) GetRepoVersion ¶

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 ¶

HasRepoVersion returns a boolean if a field has been set.

func (SourceControlConfigGet200ResponseDataAnyOf4) MarshalJSON ¶

func (*SourceControlConfigGet200ResponseDataAnyOf4) SetConfig ¶

SetConfig sets field value

func (*SourceControlConfigGet200ResponseDataAnyOf4) SetDefaultBranch ¶

func (o *SourceControlConfigGet200ResponseDataAnyOf4) SetDefaultBranch(v string)

SetDefaultBranch sets field value

func (*SourceControlConfigGet200ResponseDataAnyOf4) SetOrg ¶

SetOrg sets field value

func (*SourceControlConfigGet200ResponseDataAnyOf4) SetProvider ¶

SetProvider sets field value

func (*SourceControlConfigGet200ResponseDataAnyOf4) SetRepo ¶

SetRepo sets field value

func (*SourceControlConfigGet200ResponseDataAnyOf4) SetRepoVersion ¶

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 ¶

GetProject returns the Project field value

func (*SourceControlConfigGet200ResponseDataAnyOf4Config) GetProjectOk ¶

GetProjectOk returns a tuple with the Project field value and a boolean to check if the value has been set.

func (*SourceControlConfigGet200ResponseDataAnyOf4Config) GetUrl ¶

GetUrl returns the Url field value

func (*SourceControlConfigGet200ResponseDataAnyOf4Config) GetUrlOk ¶

GetUrlOk returns a tuple with the Url field value and a boolean to check if the value has been set.

func (*SourceControlConfigGet200ResponseDataAnyOf4Config) GetUseBasicAuth ¶

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 ¶

GetUser returns the User field value

func (*SourceControlConfigGet200ResponseDataAnyOf4Config) GetUserOk ¶

GetUserOk returns a tuple with the User field value and a boolean to check if the value has been set.

func (SourceControlConfigGet200ResponseDataAnyOf4Config) MarshalJSON ¶

func (*SourceControlConfigGet200ResponseDataAnyOf4Config) SetPersonalAccessToken ¶

func (o *SourceControlConfigGet200ResponseDataAnyOf4Config) SetPersonalAccessToken(v string)

SetPersonalAccessToken sets field value

func (*SourceControlConfigGet200ResponseDataAnyOf4Config) SetProject ¶

SetProject sets field value

func (*SourceControlConfigGet200ResponseDataAnyOf4Config) SetUrl ¶

SetUrl sets field value

func (*SourceControlConfigGet200ResponseDataAnyOf4Config) SetUseBasicAuth ¶

SetUseBasicAuth sets field value

func (*SourceControlConfigGet200ResponseDataAnyOf4Config) SetUser ¶

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 ¶

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 ¶

GetAppId returns the AppId field value

func (*SourceControlConfigGet200ResponseDataAnyOfConfigAnyOf) GetAppIdOk ¶

GetAppIdOk returns a tuple with the AppId field value and a boolean to check if the value has been set.

func (*SourceControlConfigGet200ResponseDataAnyOfConfigAnyOf) GetEnterpriseApiUrl ¶

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 ¶

GetInstallationId returns the InstallationId field value

func (*SourceControlConfigGet200ResponseDataAnyOfConfigAnyOf) GetInstallationIdOk ¶

GetInstallationIdOk returns a tuple with the InstallationId field value and a boolean to check if the value has been set.

func (*SourceControlConfigGet200ResponseDataAnyOfConfigAnyOf) GetPrivateKey ¶

GetPrivateKey returns the PrivateKey field value

func (*SourceControlConfigGet200ResponseDataAnyOfConfigAnyOf) GetPrivateKeyOk ¶

GetPrivateKeyOk returns a tuple with the PrivateKey field value and a boolean to check if the value has been set.

func (*SourceControlConfigGet200ResponseDataAnyOfConfigAnyOf) GetType ¶

GetType returns the Type field value

func (*SourceControlConfigGet200ResponseDataAnyOfConfigAnyOf) GetTypeOk ¶

GetTypeOk returns a tuple with the Type field value and a boolean to check if the value has been set.

func (*SourceControlConfigGet200ResponseDataAnyOfConfigAnyOf) GetUrl ¶

GetUrl returns the Url field value if set, zero value otherwise.

func (*SourceControlConfigGet200ResponseDataAnyOfConfigAnyOf) GetUrlOk ¶

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 ¶

HasEnterpriseApiUrl returns a boolean if a field has been set.

func (*SourceControlConfigGet200ResponseDataAnyOfConfigAnyOf) HasUrl ¶

HasUrl returns a boolean if a field has been set.

func (SourceControlConfigGet200ResponseDataAnyOfConfigAnyOf) MarshalJSON ¶

func (*SourceControlConfigGet200ResponseDataAnyOfConfigAnyOf) SetAppId ¶

SetAppId sets field value

func (*SourceControlConfigGet200ResponseDataAnyOfConfigAnyOf) SetEnterpriseApiUrl ¶

SetEnterpriseApiUrl gets a reference to the given string and assigns it to the EnterpriseApiUrl field.

func (*SourceControlConfigGet200ResponseDataAnyOfConfigAnyOf) SetInstallationId ¶

SetInstallationId sets field value

func (*SourceControlConfigGet200ResponseDataAnyOfConfigAnyOf) SetPrivateKey ¶

SetPrivateKey sets field value

func (*SourceControlConfigGet200ResponseDataAnyOfConfigAnyOf) SetType ¶

SetType sets field value

func (*SourceControlConfigGet200ResponseDataAnyOfConfigAnyOf) SetUrl ¶

SetUrl gets a reference to the given string and assigns it to the Url field.

func (SourceControlConfigGet200ResponseDataAnyOfConfigAnyOf) ToMap ¶

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 ¶

GetEnterpriseApiUrl returns the EnterpriseApiUrl field value if set, zero value otherwise.

func (*SourceControlConfigGet200ResponseDataAnyOfConfigAnyOf1) GetEnterpriseApiUrlOk ¶

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 ¶

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 ¶

GetType returns the Type field value

func (*SourceControlConfigGet200ResponseDataAnyOfConfigAnyOf1) GetTypeOk ¶

GetTypeOk returns a tuple with the Type field value and a boolean to check if the value has been set.

func (*SourceControlConfigGet200ResponseDataAnyOfConfigAnyOf1) GetUrl ¶

GetUrl returns the Url field value if set, zero value otherwise.

func (*SourceControlConfigGet200ResponseDataAnyOfConfigAnyOf1) GetUrlOk ¶

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 ¶

HasEnterpriseApiUrl returns a boolean if a field has been set.

func (*SourceControlConfigGet200ResponseDataAnyOfConfigAnyOf1) HasUrl ¶

HasUrl returns a boolean if a field has been set.

func (SourceControlConfigGet200ResponseDataAnyOfConfigAnyOf1) MarshalJSON ¶

func (*SourceControlConfigGet200ResponseDataAnyOfConfigAnyOf1) SetEnterpriseApiUrl ¶

SetEnterpriseApiUrl gets a reference to the given string and assigns it to the EnterpriseApiUrl field.

func (*SourceControlConfigGet200ResponseDataAnyOfConfigAnyOf1) SetPersonalAccessToken ¶

SetPersonalAccessToken sets field value

func (*SourceControlConfigGet200ResponseDataAnyOfConfigAnyOf1) SetType ¶

SetType sets field value

func (*SourceControlConfigGet200ResponseDataAnyOfConfigAnyOf1) SetUrl ¶

SetUrl gets a reference to the given string and assigns it to the Url field.

func (SourceControlConfigGet200ResponseDataAnyOfConfigAnyOf1) ToMap ¶

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 ¶

GetConfig returns the Config field value

func (*SourceControlConfigGet200ResponseDataOneOf) GetConfigOk ¶

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 ¶

GetOrg returns the Org field value

func (*SourceControlConfigGet200ResponseDataOneOf) GetOrgOk ¶

GetOrgOk returns a tuple with the Org field value and a boolean to check if the value has been set.

func (*SourceControlConfigGet200ResponseDataOneOf) GetProvider ¶

GetProvider returns the Provider field value

func (*SourceControlConfigGet200ResponseDataOneOf) GetProviderOk ¶

GetProviderOk returns a tuple with the Provider field value and a boolean to check if the value has been set.

func (*SourceControlConfigGet200ResponseDataOneOf) GetRepo ¶

GetRepo returns the Repo field value

func (*SourceControlConfigGet200ResponseDataOneOf) GetRepoOk ¶

GetRepoOk returns a tuple with the Repo field value and a boolean to check if the value has been set.

func (*SourceControlConfigGet200ResponseDataOneOf) GetRepoVersion ¶

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 ¶

HasRepoVersion returns a boolean if a field has been set.

func (SourceControlConfigGet200ResponseDataOneOf) MarshalJSON ¶

func (*SourceControlConfigGet200ResponseDataOneOf) SetConfig ¶

SetConfig sets field value

func (*SourceControlConfigGet200ResponseDataOneOf) SetDefaultBranch ¶

func (o *SourceControlConfigGet200ResponseDataOneOf) SetDefaultBranch(v string)

SetDefaultBranch sets field value

func (*SourceControlConfigGet200ResponseDataOneOf) SetOrg ¶

SetOrg sets field value

func (*SourceControlConfigGet200ResponseDataOneOf) SetProvider ¶

SetProvider sets field value

func (*SourceControlConfigGet200ResponseDataOneOf) SetRepo ¶

SetRepo sets field value

func (*SourceControlConfigGet200ResponseDataOneOf) SetRepoVersion ¶

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 ¶

GetConfig returns the Config field value

func (*SourceControlConfigGet200ResponseDataOneOf1) GetConfigOk ¶

GetConfigOk returns a tuple with the Config field value and a boolean to check if the value has been set.

func (*SourceControlConfigGet200ResponseDataOneOf1) GetDefaultBranch ¶

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 ¶

GetOrg returns the Org field value

func (*SourceControlConfigGet200ResponseDataOneOf1) GetOrgOk ¶

GetOrgOk returns a tuple with the Org field value and a boolean to check if the value has been set.

func (*SourceControlConfigGet200ResponseDataOneOf1) GetProvider ¶

GetProvider returns the Provider field value

func (*SourceControlConfigGet200ResponseDataOneOf1) GetProviderOk ¶

GetProviderOk returns a tuple with the Provider field value and a boolean to check if the value has been set.

func (*SourceControlConfigGet200ResponseDataOneOf1) GetRepo ¶

GetRepo returns the Repo field value

func (*SourceControlConfigGet200ResponseDataOneOf1) GetRepoOk ¶

GetRepoOk returns a tuple with the Repo field value and a boolean to check if the value has been set.

func (*SourceControlConfigGet200ResponseDataOneOf1) GetRepoVersion ¶

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 ¶

HasRepoVersion returns a boolean if a field has been set.

func (SourceControlConfigGet200ResponseDataOneOf1) MarshalJSON ¶

func (*SourceControlConfigGet200ResponseDataOneOf1) SetConfig ¶

SetConfig sets field value

func (*SourceControlConfigGet200ResponseDataOneOf1) SetDefaultBranch ¶

func (o *SourceControlConfigGet200ResponseDataOneOf1) SetDefaultBranch(v string)

SetDefaultBranch sets field value

func (*SourceControlConfigGet200ResponseDataOneOf1) SetOrg ¶

SetOrg sets field value

func (*SourceControlConfigGet200ResponseDataOneOf1) SetProvider ¶

SetProvider sets field value

func (*SourceControlConfigGet200ResponseDataOneOf1) SetRepo ¶

SetRepo sets field value

func (*SourceControlConfigGet200ResponseDataOneOf1) SetRepoVersion ¶

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 ¶

GetProjectId returns the ProjectId field value

func (*SourceControlConfigGet200ResponseDataOneOf1Config) GetProjectIdOk ¶

GetProjectIdOk returns a tuple with the ProjectId field value and a boolean to check if the value has been set.

func (*SourceControlConfigGet200ResponseDataOneOf1Config) GetUrl ¶

GetUrl returns the Url field value

func (*SourceControlConfigGet200ResponseDataOneOf1Config) GetUrlOk ¶

GetUrlOk returns a tuple with the Url field value and a boolean to check if the value has been set.

func (SourceControlConfigGet200ResponseDataOneOf1Config) MarshalJSON ¶

func (*SourceControlConfigGet200ResponseDataOneOf1Config) SetProjectAccessToken ¶

func (o *SourceControlConfigGet200ResponseDataOneOf1Config) SetProjectAccessToken(v string)

SetProjectAccessToken sets field value

func (*SourceControlConfigGet200ResponseDataOneOf1Config) SetProjectId ¶

SetProjectId sets field value

func (*SourceControlConfigGet200ResponseDataOneOf1Config) SetUrl ¶

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 ¶

GetConfig returns the Config field value

func (*SourceControlConfigGet200ResponseDataOneOf2) GetConfigOk ¶

GetConfigOk returns a tuple with the Config field value and a boolean to check if the value has been set.

func (*SourceControlConfigGet200ResponseDataOneOf2) GetDefaultBranch ¶

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 ¶

GetOrg returns the Org field value

func (*SourceControlConfigGet200ResponseDataOneOf2) GetOrgOk ¶

GetOrgOk returns a tuple with the Org field value and a boolean to check if the value has been set.

func (*SourceControlConfigGet200ResponseDataOneOf2) GetProvider ¶

GetProvider returns the Provider field value

func (*SourceControlConfigGet200ResponseDataOneOf2) GetProviderOk ¶

GetProviderOk returns a tuple with the Provider field value and a boolean to check if the value has been set.

func (*SourceControlConfigGet200ResponseDataOneOf2) GetRepo ¶

GetRepo returns the Repo field value

func (*SourceControlConfigGet200ResponseDataOneOf2) GetRepoOk ¶

GetRepoOk returns a tuple with the Repo field value and a boolean to check if the value has been set.

func (*SourceControlConfigGet200ResponseDataOneOf2) GetRepoVersion ¶

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 ¶

HasRepoVersion returns a boolean if a field has been set.

func (SourceControlConfigGet200ResponseDataOneOf2) MarshalJSON ¶

func (*SourceControlConfigGet200ResponseDataOneOf2) SetConfig ¶

SetConfig sets field value

func (*SourceControlConfigGet200ResponseDataOneOf2) SetDefaultBranch ¶

func (o *SourceControlConfigGet200ResponseDataOneOf2) SetDefaultBranch(v string)

SetDefaultBranch sets field value

func (*SourceControlConfigGet200ResponseDataOneOf2) SetOrg ¶

SetOrg sets field value

func (*SourceControlConfigGet200ResponseDataOneOf2) SetProvider ¶

SetProvider sets field value

func (*SourceControlConfigGet200ResponseDataOneOf2) SetRepo ¶

SetRepo sets field value

func (*SourceControlConfigGet200ResponseDataOneOf2) SetRepoVersion ¶

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 ¶

GetAccessKeyId returns the AccessKeyId field value

func (*SourceControlConfigGet200ResponseDataOneOf2Config) GetAccessKeyIdOk ¶

GetAccessKeyIdOk returns a tuple with the AccessKeyId field value and a boolean to check if the value has been set.

func (*SourceControlConfigGet200ResponseDataOneOf2Config) GetHttpsPassword ¶

GetHttpsPassword returns the HttpsPassword field value

func (*SourceControlConfigGet200ResponseDataOneOf2Config) GetHttpsPasswordOk ¶

GetHttpsPasswordOk returns a tuple with the HttpsPassword field value and a boolean to check if the value has been set.

func (*SourceControlConfigGet200ResponseDataOneOf2Config) GetHttpsUsername ¶

GetHttpsUsername returns the HttpsUsername field value

func (*SourceControlConfigGet200ResponseDataOneOf2Config) GetHttpsUsernameOk ¶

GetHttpsUsernameOk returns a tuple with the HttpsUsername field value and a boolean to check if the value has been set.

func (*SourceControlConfigGet200ResponseDataOneOf2Config) GetRegion ¶

GetRegion returns the Region field value

func (*SourceControlConfigGet200ResponseDataOneOf2Config) GetRegionOk ¶

GetRegionOk returns a tuple with the Region field value and a boolean to check if the value has been set.

func (*SourceControlConfigGet200ResponseDataOneOf2Config) GetSecretAccessKey ¶

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 ¶

GetUrl returns the Url field value

func (*SourceControlConfigGet200ResponseDataOneOf2Config) GetUrlOk ¶

GetUrlOk returns a tuple with the Url field value and a boolean to check if the value has been set.

func (SourceControlConfigGet200ResponseDataOneOf2Config) MarshalJSON ¶

func (*SourceControlConfigGet200ResponseDataOneOf2Config) SetAccessKeyId ¶

SetAccessKeyId sets field value

func (*SourceControlConfigGet200ResponseDataOneOf2Config) SetHttpsPassword ¶

SetHttpsPassword sets field value

func (*SourceControlConfigGet200ResponseDataOneOf2Config) SetHttpsUsername ¶

SetHttpsUsername sets field value

func (*SourceControlConfigGet200ResponseDataOneOf2Config) SetRegion ¶

SetRegion sets field value

func (*SourceControlConfigGet200ResponseDataOneOf2Config) SetSecretAccessKey ¶

SetSecretAccessKey sets field value

func (*SourceControlConfigGet200ResponseDataOneOf2Config) SetUrl ¶

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 ¶

GetConfig returns the Config field value

func (*SourceControlConfigGet200ResponseDataOneOf3) GetConfigOk ¶

GetConfigOk returns a tuple with the Config field value and a boolean to check if the value has been set.

func (*SourceControlConfigGet200ResponseDataOneOf3) GetDefaultBranch ¶

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 ¶

GetOrg returns the Org field value

func (*SourceControlConfigGet200ResponseDataOneOf3) GetOrgOk ¶

GetOrgOk returns a tuple with the Org field value and a boolean to check if the value has been set.

func (*SourceControlConfigGet200ResponseDataOneOf3) GetProvider ¶

GetProvider returns the Provider field value

func (*SourceControlConfigGet200ResponseDataOneOf3) GetProviderOk ¶

GetProviderOk returns a tuple with the Provider field value and a boolean to check if the value has been set.

func (*SourceControlConfigGet200ResponseDataOneOf3) GetRepo ¶

GetRepo returns the Repo field value

func (*SourceControlConfigGet200ResponseDataOneOf3) GetRepoOk ¶

GetRepoOk returns a tuple with the Repo field value and a boolean to check if the value has been set.

func (*SourceControlConfigGet200ResponseDataOneOf3) GetRepoVersion ¶

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 ¶

HasRepoVersion returns a boolean if a field has been set.

func (SourceControlConfigGet200ResponseDataOneOf3) MarshalJSON ¶

func (*SourceControlConfigGet200ResponseDataOneOf3) SetConfig ¶

SetConfig sets field value

func (*SourceControlConfigGet200ResponseDataOneOf3) SetDefaultBranch ¶

func (o *SourceControlConfigGet200ResponseDataOneOf3) SetDefaultBranch(v string)

SetDefaultBranch sets field value

func (*SourceControlConfigGet200ResponseDataOneOf3) SetOrg ¶

SetOrg sets field value

func (*SourceControlConfigGet200ResponseDataOneOf3) SetProvider ¶

SetProvider sets field value

func (*SourceControlConfigGet200ResponseDataOneOf3) SetRepo ¶

SetRepo sets field value

func (*SourceControlConfigGet200ResponseDataOneOf3) SetRepoVersion ¶

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 ¶

GetAppPassword returns the AppPassword field value

func (*SourceControlConfigGet200ResponseDataOneOf3Config) GetAppPasswordOk ¶

GetAppPasswordOk returns a tuple with the AppPassword field value and a boolean to check if the value has been set.

func (*SourceControlConfigGet200ResponseDataOneOf3Config) GetEnterpriseApiUrl ¶

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 ¶

GetUrl returns the Url field value if set, zero value otherwise.

func (*SourceControlConfigGet200ResponseDataOneOf3Config) GetUrlOk ¶

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 ¶

GetUsername returns the Username field value

func (*SourceControlConfigGet200ResponseDataOneOf3Config) GetUsernameOk ¶

GetUsernameOk returns a tuple with the Username field value and a boolean to check if the value has been set.

func (*SourceControlConfigGet200ResponseDataOneOf3Config) HasEnterpriseApiUrl ¶

HasEnterpriseApiUrl returns a boolean if a field has been set.

func (*SourceControlConfigGet200ResponseDataOneOf3Config) HasUrl ¶

HasUrl returns a boolean if a field has been set.

func (SourceControlConfigGet200ResponseDataOneOf3Config) MarshalJSON ¶

func (*SourceControlConfigGet200ResponseDataOneOf3Config) SetAppPassword ¶

SetAppPassword sets field value

func (*SourceControlConfigGet200ResponseDataOneOf3Config) SetEnterpriseApiUrl ¶

SetEnterpriseApiUrl gets a reference to the given string and assigns it to the EnterpriseApiUrl field.

func (*SourceControlConfigGet200ResponseDataOneOf3Config) SetUrl ¶

SetUrl gets a reference to the given string and assigns it to the Url field.

func (*SourceControlConfigGet200ResponseDataOneOf3Config) SetUsername ¶

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 ¶

GetConfig returns the Config field value

func (*SourceControlConfigGet200ResponseDataOneOf4) GetConfigOk ¶

GetConfigOk returns a tuple with the Config field value and a boolean to check if the value has been set.

func (*SourceControlConfigGet200ResponseDataOneOf4) GetDefaultBranch ¶

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 ¶

GetOrg returns the Org field value

func (*SourceControlConfigGet200ResponseDataOneOf4) GetOrgOk ¶

GetOrgOk returns a tuple with the Org field value and a boolean to check if the value has been set.

func (*SourceControlConfigGet200ResponseDataOneOf4) GetProvider ¶

GetProvider returns the Provider field value

func (*SourceControlConfigGet200ResponseDataOneOf4) GetProviderOk ¶

GetProviderOk returns a tuple with the Provider field value and a boolean to check if the value has been set.

func (*SourceControlConfigGet200ResponseDataOneOf4) GetRepo ¶

GetRepo returns the Repo field value

func (*SourceControlConfigGet200ResponseDataOneOf4) GetRepoOk ¶

GetRepoOk returns a tuple with the Repo field value and a boolean to check if the value has been set.

func (*SourceControlConfigGet200ResponseDataOneOf4) GetRepoVersion ¶

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 ¶

HasRepoVersion returns a boolean if a field has been set.

func (SourceControlConfigGet200ResponseDataOneOf4) MarshalJSON ¶

func (*SourceControlConfigGet200ResponseDataOneOf4) SetConfig ¶

SetConfig sets field value

func (*SourceControlConfigGet200ResponseDataOneOf4) SetDefaultBranch ¶

func (o *SourceControlConfigGet200ResponseDataOneOf4) SetDefaultBranch(v string)

SetDefaultBranch sets field value

func (*SourceControlConfigGet200ResponseDataOneOf4) SetOrg ¶

SetOrg sets field value

func (*SourceControlConfigGet200ResponseDataOneOf4) SetProvider ¶

SetProvider sets field value

func (*SourceControlConfigGet200ResponseDataOneOf4) SetRepo ¶

SetRepo sets field value

func (*SourceControlConfigGet200ResponseDataOneOf4) SetRepoVersion ¶

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 ¶

GetProject returns the Project field value

func (*SourceControlConfigGet200ResponseDataOneOf4Config) GetProjectOk ¶

GetProjectOk returns a tuple with the Project field value and a boolean to check if the value has been set.

func (*SourceControlConfigGet200ResponseDataOneOf4Config) GetUrl ¶

GetUrl returns the Url field value

func (*SourceControlConfigGet200ResponseDataOneOf4Config) GetUrlOk ¶

GetUrlOk returns a tuple with the Url field value and a boolean to check if the value has been set.

func (*SourceControlConfigGet200ResponseDataOneOf4Config) GetUseBasicAuth ¶

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 ¶

GetUser returns the User field value

func (*SourceControlConfigGet200ResponseDataOneOf4Config) GetUserOk ¶

GetUserOk returns a tuple with the User field value and a boolean to check if the value has been set.

func (SourceControlConfigGet200ResponseDataOneOf4Config) MarshalJSON ¶

func (*SourceControlConfigGet200ResponseDataOneOf4Config) SetPersonalAccessToken ¶

func (o *SourceControlConfigGet200ResponseDataOneOf4Config) SetPersonalAccessToken(v string)

SetPersonalAccessToken sets field value

func (*SourceControlConfigGet200ResponseDataOneOf4Config) SetProject ¶

SetProject sets field value

func (*SourceControlConfigGet200ResponseDataOneOf4Config) SetUrl ¶

SetUrl sets field value

func (*SourceControlConfigGet200ResponseDataOneOf4Config) SetUseBasicAuth ¶

SetUseBasicAuth sets field value

func (*SourceControlConfigGet200ResponseDataOneOf4Config) SetUser ¶

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 ¶

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 ¶

GetAppId returns the AppId field value

func (*SourceControlConfigGet200ResponseDataOneOfConfigOneOf) GetAppIdOk ¶

GetAppIdOk returns a tuple with the AppId field value and a boolean to check if the value has been set.

func (*SourceControlConfigGet200ResponseDataOneOfConfigOneOf) GetEnterpriseApiUrl ¶

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 ¶

GetInstallationId returns the InstallationId field value

func (*SourceControlConfigGet200ResponseDataOneOfConfigOneOf) GetInstallationIdOk ¶

GetInstallationIdOk returns a tuple with the InstallationId field value and a boolean to check if the value has been set.

func (*SourceControlConfigGet200ResponseDataOneOfConfigOneOf) GetPrivateKey ¶

GetPrivateKey returns the PrivateKey field value

func (*SourceControlConfigGet200ResponseDataOneOfConfigOneOf) GetPrivateKeyOk ¶

GetPrivateKeyOk returns a tuple with the PrivateKey field value and a boolean to check if the value has been set.

func (*SourceControlConfigGet200ResponseDataOneOfConfigOneOf) GetType ¶

GetType returns the Type field value

func (*SourceControlConfigGet200ResponseDataOneOfConfigOneOf) GetTypeOk ¶

GetTypeOk returns a tuple with the Type field value and a boolean to check if the value has been set.

func (*SourceControlConfigGet200ResponseDataOneOfConfigOneOf) GetUrl ¶

GetUrl returns the Url field value if set, zero value otherwise.

func (*SourceControlConfigGet200ResponseDataOneOfConfigOneOf) GetUrlOk ¶

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 ¶

HasEnterpriseApiUrl returns a boolean if a field has been set.

func (*SourceControlConfigGet200ResponseDataOneOfConfigOneOf) HasUrl ¶

HasUrl returns a boolean if a field has been set.

func (SourceControlConfigGet200ResponseDataOneOfConfigOneOf) MarshalJSON ¶

func (*SourceControlConfigGet200ResponseDataOneOfConfigOneOf) SetAppId ¶

SetAppId sets field value

func (*SourceControlConfigGet200ResponseDataOneOfConfigOneOf) SetEnterpriseApiUrl ¶

SetEnterpriseApiUrl gets a reference to the given string and assigns it to the EnterpriseApiUrl field.

func (*SourceControlConfigGet200ResponseDataOneOfConfigOneOf) SetInstallationId ¶

SetInstallationId sets field value

func (*SourceControlConfigGet200ResponseDataOneOfConfigOneOf) SetPrivateKey ¶

SetPrivateKey sets field value

func (*SourceControlConfigGet200ResponseDataOneOfConfigOneOf) SetType ¶

SetType sets field value

func (*SourceControlConfigGet200ResponseDataOneOfConfigOneOf) SetUrl ¶

SetUrl gets a reference to the given string and assigns it to the Url field.

func (SourceControlConfigGet200ResponseDataOneOfConfigOneOf) ToMap ¶

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 ¶

GetEnterpriseApiUrl returns the EnterpriseApiUrl field value if set, zero value otherwise.

func (*SourceControlConfigGet200ResponseDataOneOfConfigOneOf1) GetEnterpriseApiUrlOk ¶

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 ¶

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 ¶

GetType returns the Type field value

func (*SourceControlConfigGet200ResponseDataOneOfConfigOneOf1) GetTypeOk ¶

GetTypeOk returns a tuple with the Type field value and a boolean to check if the value has been set.

func (*SourceControlConfigGet200ResponseDataOneOfConfigOneOf1) GetUrl ¶

GetUrl returns the Url field value if set, zero value otherwise.

func (*SourceControlConfigGet200ResponseDataOneOfConfigOneOf1) GetUrlOk ¶

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 ¶

HasEnterpriseApiUrl returns a boolean if a field has been set.

func (*SourceControlConfigGet200ResponseDataOneOfConfigOneOf1) HasUrl ¶

HasUrl returns a boolean if a field has been set.

func (SourceControlConfigGet200ResponseDataOneOfConfigOneOf1) MarshalJSON ¶

func (*SourceControlConfigGet200ResponseDataOneOfConfigOneOf1) SetEnterpriseApiUrl ¶

SetEnterpriseApiUrl gets a reference to the given string and assigns it to the EnterpriseApiUrl field.

func (*SourceControlConfigGet200ResponseDataOneOfConfigOneOf1) SetPersonalAccessToken ¶

SetPersonalAccessToken sets field value

func (*SourceControlConfigGet200ResponseDataOneOfConfigOneOf1) SetType ¶

SetType sets field value

func (*SourceControlConfigGet200ResponseDataOneOfConfigOneOf1) SetUrl ¶

SetUrl gets a reference to the given string and assigns it to the Url field.

func (SourceControlConfigGet200ResponseDataOneOfConfigOneOf1) ToMap ¶

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 ¶

GetData returns the Data field value

func (*SourceControlConfigPost200Response) GetDataOk ¶

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 ¶

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 ¶

GetData returns the Data field value

func (*SourceControlConfigPut200Response) GetDataOk ¶

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 ¶

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 ¶

GetConfig returns the Config field value

func (*SourceControlConfigPutRequest) GetConfigOk ¶

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 ¶

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 ¶

GetConfig returns the Config field value

func (*SourceControlConfigPutRequestConfigOneOf) GetConfigOk ¶

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 ¶

GetOrg returns the Org field value

func (*SourceControlConfigPutRequestConfigOneOf) GetOrgOk ¶

GetOrgOk returns a tuple with the Org field value and a boolean to check if the value has been set.

func (*SourceControlConfigPutRequestConfigOneOf) GetProvider ¶

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 ¶

GetRepo returns the Repo field value

func (*SourceControlConfigPutRequestConfigOneOf) GetRepoOk ¶

GetRepoOk returns a tuple with the Repo field value and a boolean to check if the value has been set.

func (*SourceControlConfigPutRequestConfigOneOf) GetRepoVersion ¶

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 (*SourceControlConfigPutRequestConfigOneOf) SetConfig ¶

SetConfig sets field value

func (*SourceControlConfigPutRequestConfigOneOf) SetDefaultBranch ¶

func (o *SourceControlConfigPutRequestConfigOneOf) SetDefaultBranch(v string)

SetDefaultBranch sets field value

func (*SourceControlConfigPutRequestConfigOneOf) SetOrg ¶

SetOrg sets field value

func (*SourceControlConfigPutRequestConfigOneOf) SetProvider ¶

SetProvider sets field value

func (*SourceControlConfigPutRequestConfigOneOf) SetRepo ¶

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 ¶

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 ¶

GetConfig returns the Config field value

func (*SourceControlConfigurationAnyOf) GetConfigOk ¶

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 ¶

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 ¶

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 ¶

SetConfig sets field value

func (*SourceControlConfigurationAnyOf) SetDefaultBranch ¶

func (o *SourceControlConfigurationAnyOf) SetDefaultBranch(v string)

SetDefaultBranch sets field value

func (*SourceControlConfigurationAnyOf) SetOrg ¶

SetOrg sets field value

func (*SourceControlConfigurationAnyOf) SetProvider ¶

func (o *SourceControlConfigurationAnyOf) SetProvider(v string)

SetProvider sets field value

func (*SourceControlConfigurationAnyOf) SetRepo ¶

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 ¶

GetData returns the Data field value

func (*SourceControlDeployPost200Response) GetDataOk ¶

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 ¶

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 ¶

GetId returns the Id field value

func (*SourceControlDeployPost200ResponseData) GetIdOk ¶

GetIdOk returns a tuple with the Id field value and a boolean to check if the value has been set.

func (*SourceControlDeployPost200ResponseData) GetStatus ¶

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 ¶

SetId sets field value

func (*SourceControlDeployPost200ResponseData) SetStatus ¶

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

GetData returns the Data field value

func (*SourceControlManifestsGet200Response) GetDataOk ¶ added in v1.0.0

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

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

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

GetManifests returns the Manifests field value

func (*SourceControlManifestsGet200ResponseData) GetManifestsOk ¶ added in v1.0.0

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 (*SourceControlManifestsGet200ResponseData) SetManifests ¶ added in v1.0.0

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

GetApps returns the Apps field value if set, zero value otherwise.

func (*SourceControlManifestsGet200ResponseDataManifestsInner) GetAppsOk ¶ added in v1.0.0

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

GetName returns the Name field value

func (*SourceControlManifestsGet200ResponseDataManifestsInner) 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 (*SourceControlManifestsGet200ResponseDataManifestsInner) GetWorkflows ¶ added in v1.0.0

GetWorkflows returns the Workflows field value if set, zero value otherwise.

func (*SourceControlManifestsGet200ResponseDataManifestsInner) GetWorkflowsOk ¶ added in v1.0.0

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

HasApps returns a boolean if a field has been set.

func (*SourceControlManifestsGet200ResponseDataManifestsInner) HasWorkflows ¶ added in v1.0.0

HasWorkflows returns a boolean if a field has been set.

func (SourceControlManifestsGet200ResponseDataManifestsInner) MarshalJSON ¶ added in v1.0.0

func (*SourceControlManifestsGet200ResponseDataManifestsInner) SetApps ¶ added in v1.0.0

SetApps gets a reference to the given []SourceControlManifestsGet200ResponseDataManifestsInnerAppsInner and assigns it to the Apps field.

func (*SourceControlManifestsGet200ResponseDataManifestsInner) SetName ¶ added in v1.0.0

SetName sets field value

func (*SourceControlManifestsGet200ResponseDataManifestsInner) SetWorkflows ¶ added in v1.0.0

SetWorkflows gets a reference to the given []SourceControlManifestsGet200ResponseDataManifestsInnerAppsInner and assigns it to the Workflows field.

func (SourceControlManifestsGet200ResponseDataManifestsInner) ToMap ¶ added in v1.0.0

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

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

GetRelease returns the Release field value

func (*SourceControlManifestsGet200ResponseDataManifestsInnerAppsInner) GetReleaseOk ¶ added in v1.0.0

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

GetUuid returns the Uuid field value

func (*SourceControlManifestsGet200ResponseDataManifestsInnerAppsInner) GetUuidOk ¶ added in v1.0.0

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 (*SourceControlManifestsGet200ResponseDataManifestsInnerAppsInner) SetRelease ¶ added in v1.0.0

SetRelease sets field value

func (*SourceControlManifestsGet200ResponseDataManifestsInnerAppsInner) SetUuid ¶ added in v1.0.0

SetUuid sets field value

func (SourceControlManifestsGet200ResponseDataManifestsInnerAppsInner) ToMap ¶ added in v1.0.0

func (*SourceControlManifestsGet200ResponseDataManifestsInnerAppsInner) UnmarshalJSON ¶ added in v1.0.0

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

Marshal data from the first non-nil pointers in the struct to JSON

func (*SourceControlManifestsGet200ResponseDataManifestsInnerAppsInnerRelease) UnmarshalJSON ¶ added in v1.0.0

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

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

GetCommitMessage returns the CommitMessage field value if set, zero value otherwise.

func (*SourceControlManifestsManifestNameAppsAppUuidPutRequest) GetCommitMessageOk ¶ added in v1.0.0

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

GetRelease returns the Release field value

func (*SourceControlManifestsManifestNameAppsAppUuidPutRequest) GetReleaseOk ¶ added in v1.0.0

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

HasCommitMessage returns a boolean if a field has been set.

func (SourceControlManifestsManifestNameAppsAppUuidPutRequest) MarshalJSON ¶ added in v1.0.0

func (*SourceControlManifestsManifestNameAppsAppUuidPutRequest) SetCommitMessage ¶ added in v1.0.0

SetCommitMessage gets a reference to the given string and assigns it to the CommitMessage field.

func (*SourceControlManifestsManifestNameAppsAppUuidPutRequest) SetRelease ¶ added in v1.0.0

SetRelease sets field value

func (SourceControlManifestsManifestNameAppsAppUuidPutRequest) ToMap ¶ added in v1.0.0

func (*SourceControlManifestsManifestNameAppsAppUuidPutRequest) UnmarshalJSON ¶ added in v1.0.0

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

Marshal data from the first non-nil pointers in the struct to JSON

func (*SourceControlManifestsManifestNameAppsAppUuidPutRequestRelease) UnmarshalJSON ¶ added in v1.0.0

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

GetCommitMessage returns the CommitMessage field value if set, zero value otherwise.

func (*SourceControlManifestsManifestNameDeletePostRequest) GetCommitMessageOk ¶ added in v1.0.0

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

HasCommitMessage returns a boolean if a field has been set.

func (SourceControlManifestsManifestNameDeletePostRequest) MarshalJSON ¶ added in v1.0.0

func (*SourceControlManifestsManifestNameDeletePostRequest) SetCommitMessage ¶ added in v1.0.0

SetCommitMessage gets a reference to the given string and assigns it to the CommitMessage field.

func (SourceControlManifestsManifestNameDeletePostRequest) ToMap ¶ added in v1.0.0

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

GetData returns the Data field value

func (*SourceControlManifestsManifestNameGet200Response) GetDataOk ¶ added in v1.0.0

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

GetSuccess returns the Success field value

func (*SourceControlManifestsManifestNameGet200Response) GetSuccessOk ¶ added in v1.0.0

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 (*SourceControlManifestsManifestNameGet200Response) SetData ¶ added in v1.0.0

SetData sets field value

func (*SourceControlManifestsManifestNameGet200Response) SetSuccess ¶ added in v1.0.0

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

GetManifest returns the Manifest field value

func (*SourceControlManifestsManifestNameGet200ResponseData) GetManifestOk ¶ added in v1.0.0

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 (*SourceControlManifestsManifestNameGet200ResponseData) SetManifest ¶ added in v1.0.0

SetManifest sets field value

func (SourceControlManifestsManifestNameGet200ResponseData) ToMap ¶ added in v1.0.0

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

GetApps returns the Apps field value if set, zero value otherwise.

func (*SourceControlManifestsManifestNameGet200ResponseDataManifest) GetAppsOk ¶ added in v1.0.0

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

GetName returns the Name field value

func (*SourceControlManifestsManifestNameGet200ResponseDataManifest) 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 (*SourceControlManifestsManifestNameGet200ResponseDataManifest) GetWorkflows ¶ added in v1.0.0

GetWorkflows returns the Workflows field value if set, zero value otherwise.

func (*SourceControlManifestsManifestNameGet200ResponseDataManifest) GetWorkflowsOk ¶ added in v1.0.0

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

HasApps returns a boolean if a field has been set.

func (*SourceControlManifestsManifestNameGet200ResponseDataManifest) HasWorkflows ¶ added in v1.0.0

HasWorkflows returns a boolean if a field has been set.

func (SourceControlManifestsManifestNameGet200ResponseDataManifest) MarshalJSON ¶ added in v1.0.0

func (*SourceControlManifestsManifestNameGet200ResponseDataManifest) SetApps ¶ added in v1.0.0

SetApps gets a reference to the given []SourceControlManifestsGet200ResponseDataManifestsInnerAppsInner and assigns it to the Apps field.

func (*SourceControlManifestsManifestNameGet200ResponseDataManifest) SetName ¶ added in v1.0.0

SetName sets field value

func (*SourceControlManifestsManifestNameGet200ResponseDataManifest) SetWorkflows ¶ added in v1.0.0

SetWorkflows gets a reference to the given []SourceControlManifestsGet200ResponseDataManifestsInnerAppsInner and assigns it to the Workflows field.

func (SourceControlManifestsManifestNameGet200ResponseDataManifest) ToMap ¶ added in v1.0.0

func (*SourceControlManifestsManifestNameGet200ResponseDataManifest) UnmarshalJSON ¶ added in v1.0.0

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

GetData returns the Data field value

func (*SourceControlManifestsManifestNamePut200Response) GetDataOk ¶ added in v1.0.0

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

GetSuccess returns the Success field value

func (*SourceControlManifestsManifestNamePut200Response) GetSuccessOk ¶ added in v1.0.0

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 (*SourceControlManifestsManifestNamePut200Response) SetData ¶ added in v1.0.0

SetData sets field value

func (*SourceControlManifestsManifestNamePut200Response) SetSuccess ¶ added in v1.0.0

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

GetBranchName returns the BranchName field value

func (*SourceControlManifestsManifestNamePut200ResponseData) GetBranchNameOk ¶ added in v1.0.0

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

GetCommitSha returns the CommitSha field value

func (*SourceControlManifestsManifestNamePut200ResponseData) GetCommitShaOk ¶ added in v1.0.0

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

GetUrl returns the Url field value

func (*SourceControlManifestsManifestNamePut200ResponseData) GetUrlOk ¶ added in v1.0.0

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 (*SourceControlManifestsManifestNamePut200ResponseData) SetBranchName ¶ added in v1.0.0

SetBranchName sets field value

func (*SourceControlManifestsManifestNamePut200ResponseData) SetCommitSha ¶ added in v1.0.0

SetCommitSha sets field value

func (*SourceControlManifestsManifestNamePut200ResponseData) SetUrl ¶ added in v1.0.0

SetUrl sets field value

func (SourceControlManifestsManifestNamePut200ResponseData) ToMap ¶ added in v1.0.0

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

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

GetManifest returns the Manifest field value if set, zero value otherwise.

func (*SourceControlManifestsManifestNamePutRequest) GetManifestOk ¶ added in v1.0.0

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

HasManifest returns a boolean if a field has been set.

func (SourceControlManifestsManifestNamePutRequest) MarshalJSON ¶ added in v1.0.0

func (*SourceControlManifestsManifestNamePutRequest) SetCommitMessage ¶ added in v1.0.0

SetCommitMessage gets a reference to the given string and assigns it to the CommitMessage field.

func (*SourceControlManifestsManifestNamePutRequest) SetManifest ¶ added in v1.0.0

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

GetApps returns the Apps field value if set, zero value otherwise.

func (*SourceControlManifestsManifestNamePutRequestManifest) GetAppsOk ¶ added in v1.0.0

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

HasApps returns a boolean if a field has been set.

func (SourceControlManifestsManifestNamePutRequestManifest) MarshalJSON ¶ added in v1.0.0

func (*SourceControlManifestsManifestNamePutRequestManifest) SetApps ¶ added in v1.0.0

SetApps gets a reference to the given []SourceControlManifestsGet200ResponseDataManifestsInnerAppsInner and assigns it to the Apps field.

func (SourceControlManifestsManifestNamePutRequestManifest) ToMap ¶ added in v1.0.0

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

GetData returns the Data field value

func (*SourceControlReleasesAppsAppUuidGet200Response) GetDataOk ¶ added in v1.0.0

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

GetSuccess returns the Success field value

func (*SourceControlReleasesAppsAppUuidGet200Response) GetSuccessOk ¶ added in v1.0.0

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 (*SourceControlReleasesAppsAppUuidGet200Response) SetData ¶ added in v1.0.0

SetData sets field value

func (*SourceControlReleasesAppsAppUuidGet200Response) SetSuccess ¶ added in v1.0.0

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

GetCreatedAt returns the CreatedAt field value

func (*SourceControlReleasesAppsAppUuidGet200ResponseDataInner) 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 (*SourceControlReleasesAppsAppUuidGet200ResponseDataInner) GetReleaseDescription ¶ added in v1.0.0

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

GetReleaseVersion returns the ReleaseVersion field value

func (*SourceControlReleasesAppsAppUuidGet200ResponseDataInner) GetReleaseVersionOk ¶ added in v1.0.0

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

HasReleaseDescription returns a boolean if a field has been set.

func (SourceControlReleasesAppsAppUuidGet200ResponseDataInner) MarshalJSON ¶ added in v1.0.0

func (*SourceControlReleasesAppsAppUuidGet200ResponseDataInner) SetCreatedAt ¶ added in v1.0.0

SetCreatedAt sets field value

func (*SourceControlReleasesAppsAppUuidGet200ResponseDataInner) SetReleaseDescription ¶ added in v1.0.0

SetReleaseDescription gets a reference to the given string and assigns it to the ReleaseDescription field.

func (*SourceControlReleasesAppsAppUuidGet200ResponseDataInner) SetReleaseVersion ¶ added in v1.0.0

SetReleaseVersion sets field value

func (SourceControlReleasesAppsAppUuidGet200ResponseDataInner) ToMap ¶ added in v1.0.0

func (*SourceControlReleasesAppsAppUuidGet200ResponseDataInner) UnmarshalJSON ¶ added in v1.0.0

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

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 (*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 ¶

GetData returns the Data field value

func (*SourceControlSettingsGet200Response) GetDataOk ¶

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 ¶

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 ¶

GetData returns the Data field value

func (*SourceControlSettingsPut200Response) GetDataOk ¶

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 ¶

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 ¶

GetSettings returns the Settings field value

func (*SourceControlSettingsPutRequest) GetSettingsOk ¶

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 ¶

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 ¶

GetData returns the Data field value

func (*SourceControlTestConnectionGet200Response) GetDataOk ¶

GetDataOk returns a tuple with the Data field value and a boolean to check if the value has been set.

func (*SourceControlTestConnectionGet200Response) GetSuccess ¶

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 (*SourceControlTestConnectionGet200Response) SetData ¶

SetData sets field value

func (*SourceControlTestConnectionGet200Response) SetSuccess ¶

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 ¶

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 ¶

GetMessage returns the Message field value

func (*SourceControlTestConnectionGet200ResponseDataAnyOf) GetMessageOk ¶

GetMessageOk returns a tuple with the Message field value and a boolean to check if the value has been set.

func (*SourceControlTestConnectionGet200ResponseDataAnyOf) GetSuccess ¶

GetSuccess returns the Success field value

func (*SourceControlTestConnectionGet200ResponseDataAnyOf) GetSuccessOk ¶

GetSuccessOk returns a tuple with the Success field value and a boolean to check if the value has been set.

func (SourceControlTestConnectionGet200ResponseDataAnyOf) MarshalJSON ¶

func (*SourceControlTestConnectionGet200ResponseDataAnyOf) SetMessage ¶

SetMessage sets field value

func (*SourceControlTestConnectionGet200ResponseDataAnyOf) SetSuccess ¶

SetSuccess sets field value

func (SourceControlTestConnectionGet200ResponseDataAnyOf) ToMap ¶

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 ¶

GetSuccess returns the Success field value

func (*SourceControlTestConnectionGet200ResponseDataAnyOf1) GetSuccessOk ¶

GetSuccessOk returns a tuple with the Success field value and a boolean to check if the value has been set.

func (SourceControlTestConnectionGet200ResponseDataAnyOf1) MarshalJSON ¶

func (*SourceControlTestConnectionGet200ResponseDataAnyOf1) SetSuccess ¶

SetSuccess sets field value

func (SourceControlTestConnectionGet200ResponseDataAnyOf1) ToMap ¶

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 ¶

GetData returns the Data field value

func (*SourceControlTestDeployPost200Response) GetDataOk ¶

GetDataOk returns a tuple with the Data field value and a boolean to check if the value has been set.

func (*SourceControlTestDeployPost200Response) GetSuccess ¶

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 ¶

SetData sets field value

func (*SourceControlTestDeployPost200Response) SetSuccess ¶

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 ¶

GetMessage returns the Message field value

func (*SourceControlTestDeployPost200ResponseDataAnyOf) GetMessageOk ¶

GetMessageOk returns a tuple with the Message field value and a boolean to check if the value has been set.

func (*SourceControlTestDeployPost200ResponseDataAnyOf) GetSuccess ¶

GetSuccess returns the Success field value

func (*SourceControlTestDeployPost200ResponseDataAnyOf) GetSuccessOk ¶

GetSuccessOk returns a tuple with the Success field value and a boolean to check if the value has been set.

func (SourceControlTestDeployPost200ResponseDataAnyOf) MarshalJSON ¶

func (*SourceControlTestDeployPost200ResponseDataAnyOf) SetMessage ¶

SetMessage sets field value

func (*SourceControlTestDeployPost200ResponseDataAnyOf) SetSuccess ¶

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 ¶

GetSuccess returns the Success field value

func (*SourceControlTestDeployPost200ResponseDataAnyOf1) GetSuccessOk ¶

GetSuccessOk returns a tuple with the Success field value and a boolean to check if the value has been set.

func (SourceControlTestDeployPost200ResponseDataAnyOf1) MarshalJSON ¶

func (*SourceControlTestDeployPost200ResponseDataAnyOf1) SetSuccess ¶

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 ¶

GetDeployParams returns the DeployParams field value

func (*SourceControlTestDeployPostRequest) GetDeployParamsOk ¶

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 ¶

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 ¶

GetCommitSha returns the CommitSha field value

func (*SourceControlTestDeployPostRequestDeployParams) GetCommitShaOk ¶

GetCommitShaOk returns a tuple with the CommitSha field value and a boolean to check if the value has been set.

func (*SourceControlTestDeployPostRequestDeployParams) GetIsFullSync ¶

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 ¶

HasIsFullSync returns a boolean if a field has been set.

func (SourceControlTestDeployPostRequestDeployParams) MarshalJSON ¶

func (*SourceControlTestDeployPostRequestDeployParams) SetCommitSha ¶

SetCommitSha sets field value

func (*SourceControlTestDeployPostRequestDeployParams) SetIsFullSync ¶

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 ¶

func (o *Space) GetCreatedAt() time.Time

GetCreatedAt returns the CreatedAt field value

func (*Space) GetCreatedAtOk ¶

func (o *Space) 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 (*Space) GetDomain ¶

func (o *Space) GetDomain() string

GetDomain returns the Domain field value

func (*Space) GetDomainOk ¶

func (o *Space) GetDomainOk() (*string, bool)

GetDomainOk returns a tuple with the Domain field value and a boolean to check if the value has been set.

func (*Space) GetId ¶

func (o *Space) GetId() string

GetId returns the Id field value

func (*Space) GetIdOk ¶

func (o *Space) GetIdOk() (*string, bool)

GetIdOk returns a tuple with the Id field value and a boolean to check if the value has been set.

func (*Space) GetName ¶

func (o *Space) GetName() string

GetName returns the Name field value

func (*Space) GetNameOk ¶

func (o *Space) GetNameOk() (*string, bool)

GetNameOk returns a tuple with the Name field value and a boolean to check if the value has been set.

func (*Space) GetUpdatedAt ¶

func (o *Space) GetUpdatedAt() time.Time

GetUpdatedAt returns the UpdatedAt field value

func (*Space) GetUpdatedAtOk ¶

func (o *Space) 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 (Space) MarshalJSON ¶

func (o Space) MarshalJSON() ([]byte, error)

func (*Space) SetCreatedAt ¶

func (o *Space) SetCreatedAt(v time.Time)

SetCreatedAt sets field value

func (*Space) SetDomain ¶

func (o *Space) SetDomain(v string)

SetDomain sets field value

func (*Space) SetId ¶

func (o *Space) SetId(v string)

SetId sets field value

func (*Space) SetName ¶

func (o *Space) SetName(v string)

SetName sets field value

func (*Space) SetUpdatedAt ¶

func (o *Space) SetUpdatedAt(v time.Time)

SetUpdatedAt sets field value

func (Space) ToMap ¶

func (o Space) ToMap() (map[string]interface{}, error)

func (*Space) UnmarshalJSON ¶

func (o *Space) UnmarshalJSON(data []byte) (err error)

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 ¶

Execute executes the request

@return SpacesCopyElementsPost201Response

func (*SpacesAPIService) SpacesGet ¶

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 ¶

Execute executes the request

@return SpacesGet200Response

func (*SpacesAPIService) SpacesPost ¶

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 ¶

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 ¶

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 ¶

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 ¶

GetData returns the Data field value

func (*SpacesCopyElementsPost201Response) GetDataOk ¶

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 ¶

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 ¶

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 ¶

GetResourceIds returns the ResourceIds field value

func (*SpacesCopyElementsPost201ResponseData) GetResourceIdsOk ¶

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 ¶

SetAppIds sets field value

func (*SpacesCopyElementsPost201ResponseData) SetQueryLibraryQueryIds ¶

func (o *SpacesCopyElementsPost201ResponseData) SetQueryLibraryQueryIds(v []string)

SetQueryLibraryQueryIds sets field value

func (*SpacesCopyElementsPost201ResponseData) SetResourceIds ¶

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 ¶

GetResourceIds returns the ResourceIds field value

func (*SpacesCopyElementsPostRequest) GetResourceIdsOk ¶

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 ¶

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 ¶

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 ¶

GetData returns the Data field value

func (*SpacesGet200Response) GetDataOk ¶

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 ¶

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 ¶

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 ¶

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 ¶

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 ¶

GetData returns the Data field value

func (*SpacesPost200Response) GetDataOk ¶

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 ¶

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 ¶

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 ¶

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 ¶

GetData returns the Data field value

func (*SpacesSpaceIdGet200Response) GetDataOk ¶

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 ¶

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 ¶

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 ¶

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 ¶

SetId sets field value

func (*SpacesSpaceIdGet200ResponseData) SetName ¶

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 ¶

GetData returns the Data field value

func (*SpacesSpaceIdPut200Response) GetDataOk ¶

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 ¶

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 ¶

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 ¶

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 ¶

SetId sets field value

func (*SpacesSpaceIdPut200ResponseData) SetName ¶

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 ¶

GetData returns the Data field value

func (*SsoConfigGet200Response) GetDataOk ¶

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 ¶

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 ¶

GetData returns the Data field value

func (*SsoConfigPost200Response) GetDataOk ¶

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 ¶

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 ¶

GetData returns the Data field value

func (*SsoConfigPostRequest) GetDataOk ¶

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 ¶

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 ¶

func (o *Usage) GetCountCurrentPageSaves() float32

GetCountCurrentPageSaves returns the CountCurrentPageSaves field value

func (*Usage) GetCountCurrentPageSavesOk ¶

func (o *Usage) GetCountCurrentPageSavesOk() (*float32, bool)

GetCountCurrentPageSavesOk returns a tuple with the CountCurrentPageSaves field value and a boolean to check if the value has been set.

func (*Usage) GetCountCurrentPageViews ¶

func (o *Usage) GetCountCurrentPageViews() float32

GetCountCurrentPageViews returns the CountCurrentPageViews field value

func (*Usage) GetCountCurrentPageViewsOk ¶

func (o *Usage) GetCountCurrentPageViewsOk() (*float32, bool)

GetCountCurrentPageViewsOk returns a tuple with the CountCurrentPageViews field value and a boolean to check if the value has been set.

func (*Usage) GetCountCurrentUsers ¶

func (o *Usage) GetCountCurrentUsers() float32

GetCountCurrentUsers returns the CountCurrentUsers field value

func (*Usage) GetCountCurrentUsersOk ¶

func (o *Usage) GetCountCurrentUsersOk() (*float32, bool)

GetCountCurrentUsersOk returns a tuple with the CountCurrentUsers field value and a boolean to check if the value has been set.

func (*Usage) GetCountT30Users ¶

func (o *Usage) GetCountT30Users() float32

GetCountT30Users returns the CountT30Users field value

func (*Usage) GetCountT30UsersOk ¶

func (o *Usage) GetCountT30UsersOk() (*float32, bool)

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 ¶

func (o *Usage) GetPercentGrowthPageSaves() float32

GetPercentGrowthPageSaves returns the PercentGrowthPageSaves field value

func (*Usage) GetPercentGrowthPageSavesOk ¶

func (o *Usage) GetPercentGrowthPageSavesOk() (*float32, bool)

GetPercentGrowthPageSavesOk returns a tuple with the PercentGrowthPageSaves field value and a boolean to check if the value has been set.

func (*Usage) GetPercentGrowthPageViews ¶

func (o *Usage) GetPercentGrowthPageViews() float32

GetPercentGrowthPageViews returns the PercentGrowthPageViews field value

func (*Usage) GetPercentGrowthPageViewsOk ¶

func (o *Usage) GetPercentGrowthPageViewsOk() (*float32, bool)

GetPercentGrowthPageViewsOk returns a tuple with the PercentGrowthPageViews field value and a boolean to check if the value has been set.

func (*Usage) GetPercentGrowthT30Users ¶

func (o *Usage) GetPercentGrowthT30Users() float32

GetPercentGrowthT30Users returns the PercentGrowthT30Users field value

func (*Usage) GetPercentGrowthT30UsersOk ¶

func (o *Usage) GetPercentGrowthT30UsersOk() (*float32, bool)

GetPercentGrowthT30UsersOk returns a tuple with the PercentGrowthT30Users field value and a boolean to check if the value has been set.

func (*Usage) GetPercentGrowthUsers ¶

func (o *Usage) GetPercentGrowthUsers() float32

GetPercentGrowthUsers returns the PercentGrowthUsers field value

func (*Usage) GetPercentGrowthUsersOk ¶

func (o *Usage) GetPercentGrowthUsersOk() (*float32, bool)

GetPercentGrowthUsersOk returns a tuple with the PercentGrowthUsers field value and a boolean to check if the value has been set.

func (Usage) MarshalJSON ¶

func (o Usage) MarshalJSON() ([]byte, error)

func (*Usage) SetCountCurrentPageSaves ¶

func (o *Usage) SetCountCurrentPageSaves(v float32)

SetCountCurrentPageSaves sets field value

func (*Usage) SetCountCurrentPageViews ¶

func (o *Usage) SetCountCurrentPageViews(v float32)

SetCountCurrentPageViews sets field value

func (*Usage) SetCountCurrentUsers ¶

func (o *Usage) SetCountCurrentUsers(v float32)

SetCountCurrentUsers sets field value

func (*Usage) SetCountT30Users ¶

func (o *Usage) SetCountT30Users(v float32)

SetCountT30Users sets field value

func (*Usage) SetDailyT30Usage ¶

func (o *Usage) SetDailyT30Usage(v []UsageGet200ResponseDataDailyT30UsageInner)

SetDailyT30Usage sets field value

func (*Usage) SetPercentGrowthPageSaves ¶

func (o *Usage) SetPercentGrowthPageSaves(v float32)

SetPercentGrowthPageSaves sets field value

func (*Usage) SetPercentGrowthPageViews ¶

func (o *Usage) SetPercentGrowthPageViews(v float32)

SetPercentGrowthPageViews sets field value

func (*Usage) SetPercentGrowthT30Users ¶

func (o *Usage) SetPercentGrowthT30Users(v float32)

SetPercentGrowthT30Users sets field value

func (*Usage) SetPercentGrowthUsers ¶

func (o *Usage) SetPercentGrowthUsers(v float32)

SetPercentGrowthUsers sets field value

func (Usage) ToMap ¶

func (o Usage) ToMap() (map[string]interface{}, error)

func (*Usage) UnmarshalJSON ¶

func (o *Usage) UnmarshalJSON(data []byte) (err error)

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 ¶

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 ¶

Execute executes the request

@return UsageAppSummaryGet200Response

func (*UsageAPIService) UsageGet ¶

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 ¶

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 ¶

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 ¶

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 ¶

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 ¶

GetData returns the Data field value

func (*UsageAppDetailsGet200Response) GetDataOk ¶

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 ¶

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 ¶

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 ¶

GetEditorSummary returns the EditorSummary field value

func (*UsageAppDetailsGet200ResponseData) GetEditorSummaryOk ¶

GetEditorSummaryOk returns a tuple with the EditorSummary field value and a boolean to check if the value has been set.

func (*UsageAppDetailsGet200ResponseData) GetOverallSummary ¶

GetOverallSummary returns the OverallSummary field value

func (*UsageAppDetailsGet200ResponseData) GetOverallSummaryOk ¶

GetOverallSummaryOk returns a tuple with the OverallSummary field value and a boolean to check if the value has been set.

func (*UsageAppDetailsGet200ResponseData) GetViewerSummary ¶

GetViewerSummary returns the ViewerSummary field value

func (*UsageAppDetailsGet200ResponseData) GetViewerSummaryOk ¶

GetViewerSummaryOk returns a tuple with the ViewerSummary field value and a boolean to check if the value has been set.

func (*UsageAppDetailsGet200ResponseData) GetWeeklySummary ¶

GetWeeklySummary returns the WeeklySummary field value

func (*UsageAppDetailsGet200ResponseData) GetWeeklySummaryOk ¶

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 ¶

SetEditorSummary sets field value

func (*UsageAppDetailsGet200ResponseData) SetOverallSummary ¶

SetOverallSummary sets field value

func (*UsageAppDetailsGet200ResponseData) SetViewerSummary ¶

SetViewerSummary sets field value

func (*UsageAppDetailsGet200ResponseData) SetWeeklySummary ¶

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 ¶

GetAppName returns the AppName field value

func (*UsageAppDetailsGet200ResponseDataOverallSummaryInner) GetAppNameOk ¶

GetAppNameOk returns a tuple with the AppName field value and a boolean to check if the value has been set.

func (*UsageAppDetailsGet200ResponseDataOverallSummaryInner) GetCountAppSaves ¶

GetCountAppSaves returns the CountAppSaves field value

func (*UsageAppDetailsGet200ResponseDataOverallSummaryInner) GetCountAppSavesOk ¶

GetCountAppSavesOk returns a tuple with the CountAppSaves field value and a boolean to check if the value has been set.

func (*UsageAppDetailsGet200ResponseDataOverallSummaryInner) GetCountAppViews ¶

GetCountAppViews returns the CountAppViews field value

func (*UsageAppDetailsGet200ResponseDataOverallSummaryInner) GetCountAppViewsOk ¶

GetCountAppViewsOk returns a tuple with the CountAppViews field value and a boolean to check if the value has been set.

func (*UsageAppDetailsGet200ResponseDataOverallSummaryInner) GetHost ¶

GetHost returns the Host field value

func (*UsageAppDetailsGet200ResponseDataOverallSummaryInner) GetHostOk ¶

GetHostOk returns a tuple with the Host field value and a boolean to check if the value has been set.

func (*UsageAppDetailsGet200ResponseDataOverallSummaryInner) GetOrgId ¶

GetOrgId returns the OrgId field value

func (*UsageAppDetailsGet200ResponseDataOverallSummaryInner) GetOrgIdOk ¶

GetOrgIdOk returns a tuple with the OrgId field value and a boolean to check if the value has been set.

func (UsageAppDetailsGet200ResponseDataOverallSummaryInner) MarshalJSON ¶

func (*UsageAppDetailsGet200ResponseDataOverallSummaryInner) SetAppName ¶

SetAppName sets field value

func (*UsageAppDetailsGet200ResponseDataOverallSummaryInner) SetCountAppSaves ¶

SetCountAppSaves sets field value

func (*UsageAppDetailsGet200ResponseDataOverallSummaryInner) SetCountAppViews ¶

SetCountAppViews sets field value

func (*UsageAppDetailsGet200ResponseDataOverallSummaryInner) SetHost ¶

SetHost sets field value

func (*UsageAppDetailsGet200ResponseDataOverallSummaryInner) SetOrgId ¶

SetOrgId sets field value

func (UsageAppDetailsGet200ResponseDataOverallSummaryInner) ToMap ¶

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 ¶

GetCount returns the Count field value

func (*UsageAppDetailsGet200ResponseDataViewerSummaryInner) GetCountOk ¶

GetCountOk returns a tuple with the Count field value and a boolean to check if the value has been set.

func (*UsageAppDetailsGet200ResponseDataViewerSummaryInner) GetEmail ¶

GetEmail returns the Email field value

func (*UsageAppDetailsGet200ResponseDataViewerSummaryInner) GetEmailOk ¶

GetEmailOk returns a tuple with the Email field value and a boolean to check if the value has been set.

func (*UsageAppDetailsGet200ResponseDataViewerSummaryInner) GetHost ¶

GetHost returns the Host field value

func (*UsageAppDetailsGet200ResponseDataViewerSummaryInner) GetHostOk ¶

GetHostOk returns a tuple with the Host field value and a boolean to check if the value has been set.

func (*UsageAppDetailsGet200ResponseDataViewerSummaryInner) GetOrgId ¶

GetOrgId returns the OrgId field value

func (*UsageAppDetailsGet200ResponseDataViewerSummaryInner) GetOrgIdOk ¶

GetOrgIdOk returns a tuple with the OrgId field value and a boolean to check if the value has been set.

func (*UsageAppDetailsGet200ResponseDataViewerSummaryInner) GetUserId ¶

GetUserId returns the UserId field value

func (*UsageAppDetailsGet200ResponseDataViewerSummaryInner) GetUserIdOk ¶

GetUserIdOk returns a tuple with the UserId field value and a boolean to check if the value has been set.

func (UsageAppDetailsGet200ResponseDataViewerSummaryInner) MarshalJSON ¶

func (*UsageAppDetailsGet200ResponseDataViewerSummaryInner) SetCount ¶

SetCount sets field value

func (*UsageAppDetailsGet200ResponseDataViewerSummaryInner) SetEmail ¶

SetEmail sets field value

func (*UsageAppDetailsGet200ResponseDataViewerSummaryInner) SetHost ¶

SetHost sets field value

func (*UsageAppDetailsGet200ResponseDataViewerSummaryInner) SetOrgId ¶

SetOrgId sets field value

func (*UsageAppDetailsGet200ResponseDataViewerSummaryInner) SetUserId ¶

SetUserId sets field value

func (UsageAppDetailsGet200ResponseDataViewerSummaryInner) ToMap ¶

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 ¶

GetOrgId returns the OrgId field value

func (*UsageAppDetailsGet200ResponseDataWeeklySummaryInner) GetOrgIdOk ¶

GetOrgIdOk returns a tuple with the OrgId field value and a boolean to check if the value has been set.

func (*UsageAppDetailsGet200ResponseDataWeeklySummaryInner) GetWeeklyData ¶

GetWeeklyData returns the WeeklyData field value

func (*UsageAppDetailsGet200ResponseDataWeeklySummaryInner) GetWeeklyDataOk ¶

GetWeeklyDataOk returns a tuple with the WeeklyData field value and a boolean to check if the value has been set.

func (UsageAppDetailsGet200ResponseDataWeeklySummaryInner) MarshalJSON ¶

func (*UsageAppDetailsGet200ResponseDataWeeklySummaryInner) SetOrgId ¶

SetOrgId sets field value

func (*UsageAppDetailsGet200ResponseDataWeeklySummaryInner) SetWeeklyData ¶

SetWeeklyData sets field value

func (UsageAppDetailsGet200ResponseDataWeeklySummaryInner) ToMap ¶

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 ¶

GetCountAppSaves returns the CountAppSaves field value

func (*UsageAppDetailsGet200ResponseDataWeeklySummaryInnerWeeklyDataInner) GetCountAppSavesOk ¶

GetCountAppSavesOk returns a tuple with the CountAppSaves field value and a boolean to check if the value has been set.

func (*UsageAppDetailsGet200ResponseDataWeeklySummaryInnerWeeklyDataInner) GetCountAppViews ¶

GetCountAppViews returns the CountAppViews field value

func (*UsageAppDetailsGet200ResponseDataWeeklySummaryInnerWeeklyDataInner) GetCountAppViewsOk ¶

GetCountAppViewsOk returns a tuple with the CountAppViews field value and a boolean to check if the value has been set.

func (*UsageAppDetailsGet200ResponseDataWeeklySummaryInnerWeeklyDataInner) GetWeek ¶

GetWeek returns the Week field value

func (*UsageAppDetailsGet200ResponseDataWeeklySummaryInnerWeeklyDataInner) GetWeekOk ¶

GetWeekOk returns a tuple with the Week field value and a boolean to check if the value has been set.

func (UsageAppDetailsGet200ResponseDataWeeklySummaryInnerWeeklyDataInner) MarshalJSON ¶

func (*UsageAppDetailsGet200ResponseDataWeeklySummaryInnerWeeklyDataInner) SetCountAppSaves ¶

SetCountAppSaves sets field value

func (*UsageAppDetailsGet200ResponseDataWeeklySummaryInnerWeeklyDataInner) SetCountAppViews ¶

SetCountAppViews sets field value

func (*UsageAppDetailsGet200ResponseDataWeeklySummaryInnerWeeklyDataInner) SetWeek ¶

SetWeek sets field value

func (UsageAppDetailsGet200ResponseDataWeeklySummaryInnerWeeklyDataInner) ToMap ¶

func (*UsageAppDetailsGet200ResponseDataWeeklySummaryInnerWeeklyDataInner) UnmarshalJSON ¶

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 ¶

GetData returns the Data field value

func (*UsageAppSummaryGet200Response) GetDataOk ¶

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 ¶

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 ¶

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 ¶

GetHost returns the Host field value

func (*UsageAppSummaryGet200ResponseDataInner) GetHostOk ¶

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 ¶

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 ¶

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 ¶

GetData returns the Data field value

func (*UsageGet200Response) GetDataOk ¶

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 ¶

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 ¶

GetDailyT30Usage returns the DailyT30Usage field value

func (*UsageGet200ResponseData) GetDailyT30UsageOk ¶

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 ¶

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 ¶

GetDay returns the Day field value

func (*UsageGet200ResponseDataDailyT30UsageInner) GetDayOk ¶

GetDayOk returns a tuple with the Day field value and a boolean to check if the value has been set.

func (*UsageGet200ResponseDataDailyT30UsageInner) GetMaa ¶

GetMaa returns the Maa field value

func (*UsageGet200ResponseDataDailyT30UsageInner) GetMaaOk ¶

GetMaaOk returns a tuple with the Maa field value and a boolean to check if the value has been set.

func (*UsageGet200ResponseDataDailyT30UsageInner) GetMau ¶

GetMau returns the Mau field value

func (*UsageGet200ResponseDataDailyT30UsageInner) GetMauOk ¶

GetMauOk returns a tuple with the Mau field value and a boolean to check if the value has been set.

func (UsageGet200ResponseDataDailyT30UsageInner) MarshalJSON ¶

func (*UsageGet200ResponseDataDailyT30UsageInner) SetDay ¶

SetDay sets field value

func (*UsageGet200ResponseDataDailyT30UsageInner) SetMaa ¶

SetMaa sets field value

func (*UsageGet200ResponseDataDailyT30UsageInner) SetMau ¶

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 ¶

GetData returns the Data field value

func (*UsageOrganizationsGet200Response) GetDataOk ¶

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 ¶

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 ¶

GetHost returns the Host field value

func (*UsageOrganizationsGet200ResponseDataInner) GetHostOk ¶

GetHostOk returns a tuple with the Host field value and a boolean to check if the value has been set.

func (*UsageOrganizationsGet200ResponseDataInner) GetLastActive ¶

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 ¶

GetOrgId returns the OrgId field value

func (*UsageOrganizationsGet200ResponseDataInner) GetOrgIdOk ¶

GetOrgIdOk returns a tuple with the OrgId field value and a boolean to check if the value has been set.

func (UsageOrganizationsGet200ResponseDataInner) MarshalJSON ¶

func (*UsageOrganizationsGet200ResponseDataInner) SetHost ¶

SetHost sets field value

func (*UsageOrganizationsGet200ResponseDataInner) SetLastActive ¶

SetLastActive sets field value

func (*UsageOrganizationsGet200ResponseDataInner) SetOrgId ¶

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 ¶

GetData returns the Data field value

func (*UsageUserDetailsGet200Response) GetDataOk ¶

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 ¶

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 ¶

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 ¶

GetEditorSummary returns the EditorSummary field value

func (*UsageUserDetailsGet200ResponseData) GetEditorSummaryOk ¶

GetEditorSummaryOk returns a tuple with the EditorSummary field value and a boolean to check if the value has been set.

func (*UsageUserDetailsGet200ResponseData) GetOverallSummary ¶

GetOverallSummary returns the OverallSummary field value

func (*UsageUserDetailsGet200ResponseData) GetOverallSummaryOk ¶

GetOverallSummaryOk returns a tuple with the OverallSummary field value and a boolean to check if the value has been set.

func (*UsageUserDetailsGet200ResponseData) GetViewerSummary ¶

GetViewerSummary returns the ViewerSummary field value

func (*UsageUserDetailsGet200ResponseData) GetViewerSummaryOk ¶

GetViewerSummaryOk returns a tuple with the ViewerSummary field value and a boolean to check if the value has been set.

func (*UsageUserDetailsGet200ResponseData) GetWeeklySummary ¶

GetWeeklySummary returns the WeeklySummary field value

func (*UsageUserDetailsGet200ResponseData) GetWeeklySummaryOk ¶

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 ¶

SetEditorSummary sets field value

func (*UsageUserDetailsGet200ResponseData) SetOverallSummary ¶

SetOverallSummary sets field value

func (*UsageUserDetailsGet200ResponseData) SetViewerSummary ¶

SetViewerSummary sets field value

func (*UsageUserDetailsGet200ResponseData) SetWeeklySummary ¶

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 ¶

GetCountAppSaves returns the CountAppSaves field value

func (*UsageUserDetailsGet200ResponseDataOverallSummaryInner) GetCountAppSavesOk ¶

GetCountAppSavesOk returns a tuple with the CountAppSaves field value and a boolean to check if the value has been set.

func (*UsageUserDetailsGet200ResponseDataOverallSummaryInner) GetCountAppViews ¶

GetCountAppViews returns the CountAppViews field value

func (*UsageUserDetailsGet200ResponseDataOverallSummaryInner) GetCountAppViewsOk ¶

GetCountAppViewsOk returns a tuple with the CountAppViews field value and a boolean to check if the value has been set.

func (*UsageUserDetailsGet200ResponseDataOverallSummaryInner) GetHost ¶

GetHost returns the Host field value

func (*UsageUserDetailsGet200ResponseDataOverallSummaryInner) GetHostOk ¶

GetHostOk returns a tuple with the Host field value and a boolean to check if the value has been set.

func (*UsageUserDetailsGet200ResponseDataOverallSummaryInner) GetOrgId ¶

GetOrgId returns the OrgId field value

func (*UsageUserDetailsGet200ResponseDataOverallSummaryInner) GetOrgIdOk ¶

GetOrgIdOk returns a tuple with the OrgId field value and a boolean to check if the value has been set.

func (*UsageUserDetailsGet200ResponseDataOverallSummaryInner) GetUserId ¶

GetUserId returns the UserId field value

func (*UsageUserDetailsGet200ResponseDataOverallSummaryInner) GetUserIdOk ¶

GetUserIdOk returns a tuple with the UserId field value and a boolean to check if the value has been set.

func (UsageUserDetailsGet200ResponseDataOverallSummaryInner) MarshalJSON ¶

func (*UsageUserDetailsGet200ResponseDataOverallSummaryInner) SetCountAppSaves ¶

SetCountAppSaves sets field value

func (*UsageUserDetailsGet200ResponseDataOverallSummaryInner) SetCountAppViews ¶

SetCountAppViews sets field value

func (*UsageUserDetailsGet200ResponseDataOverallSummaryInner) SetHost ¶

SetHost sets field value

func (*UsageUserDetailsGet200ResponseDataOverallSummaryInner) SetOrgId ¶

SetOrgId sets field value

func (*UsageUserDetailsGet200ResponseDataOverallSummaryInner) SetUserId ¶

SetUserId sets field value

func (UsageUserDetailsGet200ResponseDataOverallSummaryInner) ToMap ¶

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 ¶

GetAppName returns the AppName field value

func (*UsageUserDetailsGet200ResponseDataViewerSummaryInner) GetAppNameOk ¶

GetAppNameOk returns a tuple with the AppName field value and a boolean to check if the value has been set.

func (*UsageUserDetailsGet200ResponseDataViewerSummaryInner) GetCount ¶

GetCount returns the Count field value

func (*UsageUserDetailsGet200ResponseDataViewerSummaryInner) GetCountOk ¶

GetCountOk returns a tuple with the Count field value and a boolean to check if the value has been set.

func (*UsageUserDetailsGet200ResponseDataViewerSummaryInner) GetHost ¶

GetHost returns the Host field value

func (*UsageUserDetailsGet200ResponseDataViewerSummaryInner) GetHostOk ¶

GetHostOk returns a tuple with the Host field value and a boolean to check if the value has been set.

func (*UsageUserDetailsGet200ResponseDataViewerSummaryInner) GetOrgId ¶

GetOrgId returns the OrgId field value

func (*UsageUserDetailsGet200ResponseDataViewerSummaryInner) GetOrgIdOk ¶

GetOrgIdOk returns a tuple with the OrgId field value and a boolean to check if the value has been set.

func (UsageUserDetailsGet200ResponseDataViewerSummaryInner) MarshalJSON ¶

func (*UsageUserDetailsGet200ResponseDataViewerSummaryInner) SetAppName ¶

SetAppName sets field value

func (*UsageUserDetailsGet200ResponseDataViewerSummaryInner) SetCount ¶

SetCount sets field value

func (*UsageUserDetailsGet200ResponseDataViewerSummaryInner) SetHost ¶

SetHost sets field value

func (*UsageUserDetailsGet200ResponseDataViewerSummaryInner) SetOrgId ¶

SetOrgId sets field value

func (UsageUserDetailsGet200ResponseDataViewerSummaryInner) ToMap ¶

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 ¶

GetData returns the Data field value

func (*UsageUserSummaryGet200Response) GetDataOk ¶

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 ¶

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 ¶

GetEmail returns the Email field value

func (*UsageUserSummaryGet200ResponseDataInner) GetEmailOk ¶

GetEmailOk returns a tuple with the Email field value and a boolean to check if the value has been set.

func (*UsageUserSummaryGet200ResponseDataInner) GetHost ¶

GetHost returns the Host field value

func (*UsageUserSummaryGet200ResponseDataInner) GetHostOk ¶

GetHostOk returns a tuple with the Host field value and a boolean to check if the value has been set.

func (*UsageUserSummaryGet200ResponseDataInner) GetLastActive ¶

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 ¶

GetOrgId returns the OrgId field value

func (*UsageUserSummaryGet200ResponseDataInner) GetOrgIdOk ¶

GetOrgIdOk returns a tuple with the OrgId field value and a boolean to check if the value has been set.

func (*UsageUserSummaryGet200ResponseDataInner) GetUserId ¶

GetUserId returns the UserId field value

func (*UsageUserSummaryGet200ResponseDataInner) GetUserIdOk ¶

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 ¶

SetEmail sets field value

func (*UsageUserSummaryGet200ResponseDataInner) SetHost ¶

SetHost sets field value

func (*UsageUserSummaryGet200ResponseDataInner) SetLastActive ¶

SetLastActive sets field value

func (*UsageUserSummaryGet200ResponseDataInner) SetOrgId ¶

SetOrgId sets field value

func (*UsageUserSummaryGet200ResponseDataInner) SetUserId ¶

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 ¶

type User struct {
	Type string `json:"type"`
	Id   string `json:"id"`
}

User struct for User

func NewUser ¶

func NewUser(type_ string, id string) *User

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) GetId ¶

func (o *User) GetId() string

GetId returns the Id field value

func (*User) GetIdOk ¶

func (o *User) GetIdOk() (*string, bool)

GetIdOk returns a tuple with the Id field value and a boolean to check if the value has been set.

func (*User) GetType ¶ added in v1.0.0

func (o *User) GetType() string

GetType returns the Type field value

func (*User) GetTypeOk ¶ added in v1.0.0

func (o *User) GetTypeOk() (*string, bool)

GetTypeOk returns a tuple with the Type field value and a boolean to check if the value has been set.

func (User) MarshalJSON ¶

func (o User) MarshalJSON() ([]byte, error)

func (*User) SetId ¶

func (o *User) SetId(v string)

SetId sets field value

func (*User) SetType ¶ added in v1.0.0

func (o *User) SetType(v string)

SetType sets field value

func (User) ToMap ¶

func (o User) ToMap() (map[string]interface{}, error)

func (*User) UnmarshalJSON ¶

func (o *User) UnmarshalJSON(data []byte) (err error)

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) SetId ¶

func (o *UserAttributes) SetId(v string)

SetId 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 ¶

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 ¶

Execute executes the request

@return UserAttributesGet200Response

func (*UserAttributesAPIService) UserAttributesIdDelete ¶ added in v1.0.0

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

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

Execute executes the request

@return UserAttributesIdPatch200Response

func (*UserAttributesAPIService) UserAttributesPost ¶ added in v1.0.0

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

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 ¶

GetData returns the Data field value

func (*UserAttributesGet200Response) GetDataOk ¶

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 ¶

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 ¶

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 ¶

GetId returns the Id field value

func (*UserAttributesGet200ResponseDataInner) GetIdOk ¶

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 ¶

GetLabel returns the Label field value

func (*UserAttributesGet200ResponseDataInner) GetLabelOk ¶

GetLabelOk returns a tuple with the Label field value and a boolean to check if the value has been set.

func (*UserAttributesGet200ResponseDataInner) GetName ¶

GetName returns the Name field value

func (*UserAttributesGet200ResponseDataInner) GetNameOk ¶

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 ¶

SetDataType sets field value

func (*UserAttributesGet200ResponseDataInner) SetDefaultValue ¶

func (o *UserAttributesGet200ResponseDataInner) SetDefaultValue(v string)

SetDefaultValue sets field value

func (*UserAttributesGet200ResponseDataInner) SetId ¶

SetId sets field value

func (*UserAttributesGet200ResponseDataInner) SetIntercomAttributeName ¶

func (o *UserAttributesGet200ResponseDataInner) SetIntercomAttributeName(v string)

SetIntercomAttributeName sets field value

func (*UserAttributesGet200ResponseDataInner) SetLabel ¶

SetLabel sets field value

func (*UserAttributesGet200ResponseDataInner) SetName ¶

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

GetData returns the Data field value

func (*UserAttributesIdPatch200Response) GetDataOk ¶ added in v1.0.0

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

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

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

GetId returns the Id field value

func (*UserAttributesIdPatch200ResponseData) 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 (*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

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

GetName returns the Name field value

func (*UserAttributesIdPatch200ResponseData) 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 (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

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

SetLabel sets field value

func (*UserAttributesIdPatch200ResponseData) SetName ¶ added in v1.0.0

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

GetData returns the Data field value

func (*UserAttributesPost200Response) GetDataOk ¶ added in v1.0.0

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

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

GetId returns the Id field value

func (*UserAttributesPost200ResponseData) 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 (*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

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

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

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

SetLabel sets field value

func (*UserAttributesPost200ResponseData) SetName ¶ added in v1.0.0

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) GetId ¶

func (o *UserInvite) GetId() float32

GetId returns the Id field value

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 (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 (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) SetId ¶

func (o *UserInvite) SetId(v float32)

SetId sets field value

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 ¶

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 ¶

Execute executes the request

@return UserInvitesGet200Response

func (*UserInviteAPIService) UserInvitesPost ¶

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 ¶

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 ¶

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 ¶

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 ¶

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 ¶

GetData returns the Data field value

func (*UserInvitesGet200Response) GetDataOk ¶

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 ¶

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 ¶

GetData returns the Data field value

func (*UserInvitesPost200Response) GetDataOk ¶

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 ¶

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 ¶

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 (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 (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 ¶

SetId sets field value

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 ¶

GetData returns the Data field value

func (*UserInvitesUserInviteIdGet200Response) GetDataOk ¶

GetDataOk returns a tuple with the Data field value and a boolean to check if the value has been set.

func (*UserInvitesUserInviteIdGet200Response) GetSuccess ¶

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 ¶

SetData sets field value

func (*UserInvitesUserInviteIdGet200Response) SetSuccess ¶

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 ¶

GetData returns the Data field value

func (*UserInvitesUserInviteIdUserAttributesAttributeNameDelete200Response) GetDataOk ¶

GetDataOk returns a tuple with the Data field value and a boolean to check if the value has been set.

func (*UserInvitesUserInviteIdUserAttributesAttributeNameDelete200Response) GetSuccess ¶

GetSuccess returns the Success field value

func (*UserInvitesUserInviteIdUserAttributesAttributeNameDelete200Response) GetSuccessOk ¶

GetSuccessOk returns a tuple with the Success field value and a boolean to check if the value has been set.

func (UserInvitesUserInviteIdUserAttributesAttributeNameDelete200Response) MarshalJSON ¶

func (*UserInvitesUserInviteIdUserAttributesAttributeNameDelete200Response) SetData ¶

SetData sets field value

func (*UserInvitesUserInviteIdUserAttributesAttributeNameDelete200Response) SetSuccess ¶

SetSuccess sets field value

func (UserInvitesUserInviteIdUserAttributesAttributeNameDelete200Response) ToMap ¶

func (*UserInvitesUserInviteIdUserAttributesAttributeNameDelete200Response) UnmarshalJSON ¶

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 ¶

GetMetadata returns the Metadata field value

func (*UserInvitesUserInviteIdUserAttributesAttributeNameDelete200ResponseData) GetMetadataOk ¶

GetMetadataOk returns a tuple with the Metadata field value and a boolean to check if the value has been set.

func (UserInvitesUserInviteIdUserAttributesAttributeNameDelete200ResponseData) MarshalJSON ¶

func (*UserInvitesUserInviteIdUserAttributesAttributeNameDelete200ResponseData) SetMetadata ¶

SetMetadata sets field value

func (UserInvitesUserInviteIdUserAttributesAttributeNameDelete200ResponseData) ToMap ¶

func (*UserInvitesUserInviteIdUserAttributesAttributeNameDelete200ResponseData) UnmarshalJSON ¶

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 ¶

GetData returns the Data field value

func (*UserInvitesUserInviteIdUserAttributesPost200Response) GetDataOk ¶

GetDataOk returns a tuple with the Data field value and a boolean to check if the value has been set.

func (*UserInvitesUserInviteIdUserAttributesPost200Response) GetSuccess ¶

GetSuccess returns the Success field value

func (*UserInvitesUserInviteIdUserAttributesPost200Response) GetSuccessOk ¶

GetSuccessOk returns a tuple with the Success field value and a boolean to check if the value has been set.

func (UserInvitesUserInviteIdUserAttributesPost200Response) MarshalJSON ¶

func (*UserInvitesUserInviteIdUserAttributesPost200Response) SetData ¶

SetData sets field value

func (*UserInvitesUserInviteIdUserAttributesPost200Response) SetSuccess ¶

SetSuccess sets field value

func (UserInvitesUserInviteIdUserAttributesPost200Response) ToMap ¶

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 (*UserInvitesUserInviteIdUserAttributesPost200ResponseData) SetMetadata ¶

func (o *UserInvitesUserInviteIdUserAttributesPost200ResponseData) SetMetadata(v map[string]interface{})

SetMetadata sets field value

func (UserInvitesUserInviteIdUserAttributesPost200ResponseData) ToMap ¶

func (*UserInvitesUserInviteIdUserAttributesPost200ResponseData) UnmarshalJSON ¶

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 ¶

GetName returns the Name field value

func (*UserInvitesUserInviteIdUserAttributesPostRequest) GetNameOk ¶

GetNameOk returns a tuple with the Name field value and a boolean to check if the value has been set.

func (*UserInvitesUserInviteIdUserAttributesPostRequest) GetValue ¶

GetValue returns the Value field value If the value is explicit nil, the zero value for string will be returned

func (*UserInvitesUserInviteIdUserAttributesPostRequest) GetValueOk ¶

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 (*UserInvitesUserInviteIdUserAttributesPostRequest) SetName ¶

SetName sets field value

func (*UserInvitesUserInviteIdUserAttributesPostRequest) SetValue ¶

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

GetAssignees returns the Assignees field value

func (*UserTask) GetAssigneesOk ¶ added in v1.0.0

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

func (o *UserTask) GetCompletedAt() string

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

func (o *UserTask) 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 (*UserTask) GetContext ¶ added in v1.0.0

func (o *UserTask) GetContext() map[string]interface{}

GetContext returns the Context field value

func (*UserTask) GetContextOk ¶ added in v1.0.0

func (o *UserTask) 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 (*UserTask) GetCreatedAt ¶ added in v1.0.0

func (o *UserTask) GetCreatedAt() string

GetCreatedAt returns the CreatedAt field value

func (*UserTask) GetCreatedAtOk ¶ added in v1.0.0

func (o *UserTask) GetCreatedAtOk() (*string, bool)

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

func (o *UserTask) GetExpiresAt() string

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

func (o *UserTask) 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 (*UserTask) GetId ¶ added in v1.0.0

func (o *UserTask) GetId() string

GetId returns the Id field value

func (*UserTask) GetIdOk ¶ added in v1.0.0

func (o *UserTask) GetIdOk() (*string, bool)

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

func (o *UserTask) GetOutput() map[string]interface{}

GetOutput returns the Output field value if set, zero value otherwise.

func (*UserTask) GetOutputOk ¶ added in v1.0.0

func (o *UserTask) 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 (*UserTask) GetStatus ¶ added in v1.0.0

func (o *UserTask) GetStatus() string

GetStatus returns the Status field value

func (*UserTask) GetStatusOk ¶ added in v1.0.0

func (o *UserTask) GetStatusOk() (*string, bool)

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

func (o *UserTask) GetTaskName() string

GetTaskName returns the TaskName field value

func (*UserTask) GetTaskNameOk ¶ added in v1.0.0

func (o *UserTask) GetTaskNameOk() (*string, bool)

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

func (o *UserTask) GetTaskUrl() []string

GetTaskUrl returns the TaskUrl field value

func (*UserTask) GetTaskUrlOk ¶ added in v1.0.0

func (o *UserTask) GetTaskUrlOk() ([]string, bool)

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

func (o *UserTask) GetWorkflowId() string

GetWorkflowId returns the WorkflowId field value

func (*UserTask) GetWorkflowIdOk ¶ added in v1.0.0

func (o *UserTask) GetWorkflowIdOk() (*string, bool)

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

func (o *UserTask) GetWorkflowName() string

GetWorkflowName returns the WorkflowName field value

func (*UserTask) GetWorkflowNameOk ¶ added in v1.0.0

func (o *UserTask) GetWorkflowNameOk() (*string, bool)

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

func (o *UserTask) GetWorkflowRelease() string

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

func (o *UserTask) 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 (*UserTask) GetWorkflowRunId ¶ added in v1.0.0

func (o *UserTask) GetWorkflowRunId() string

GetWorkflowRunId returns the WorkflowRunId field value

func (*UserTask) GetWorkflowRunIdOk ¶ added in v1.0.0

func (o *UserTask) GetWorkflowRunIdOk() (*string, bool)

GetWorkflowRunIdOk returns a tuple with the WorkflowRunId field value and a boolean to check if the value has been set.

func (*UserTask) HasOutput ¶ added in v1.0.0

func (o *UserTask) HasOutput() bool

HasOutput returns a boolean if a field has been set.

func (UserTask) MarshalJSON ¶ added in v1.0.0

func (o UserTask) MarshalJSON() ([]byte, error)

func (*UserTask) SetAssignees ¶ added in v1.0.0

SetAssignees sets field value

func (*UserTask) SetCompletedAt ¶ added in v1.0.0

func (o *UserTask) SetCompletedAt(v string)

SetCompletedAt sets field value

func (*UserTask) SetContext ¶ added in v1.0.0

func (o *UserTask) SetContext(v map[string]interface{})

SetContext sets field value

func (*UserTask) SetCreatedAt ¶ added in v1.0.0

func (o *UserTask) SetCreatedAt(v string)

SetCreatedAt sets field value

func (*UserTask) SetExpiresAt ¶ added in v1.0.0

func (o *UserTask) SetExpiresAt(v string)

SetExpiresAt sets field value

func (*UserTask) SetId ¶ added in v1.0.0

func (o *UserTask) SetId(v string)

SetId sets field value

func (*UserTask) SetOutput ¶ added in v1.0.0

func (o *UserTask) SetOutput(v map[string]interface{})

SetOutput gets a reference to the given map[string]interface{} and assigns it to the Output field.

func (*UserTask) SetStatus ¶ added in v1.0.0

func (o *UserTask) SetStatus(v string)

SetStatus sets field value

func (*UserTask) SetTaskName ¶ added in v1.0.0

func (o *UserTask) SetTaskName(v string)

SetTaskName sets field value

func (*UserTask) SetTaskUrl ¶ added in v1.0.0

func (o *UserTask) SetTaskUrl(v []string)

SetTaskUrl sets field value

func (*UserTask) SetWorkflowId ¶ added in v1.0.0

func (o *UserTask) SetWorkflowId(v string)

SetWorkflowId sets field value

func (*UserTask) SetWorkflowName ¶ added in v1.0.0

func (o *UserTask) SetWorkflowName(v string)

SetWorkflowName sets field value

func (*UserTask) SetWorkflowRelease ¶ added in v1.0.0

func (o *UserTask) SetWorkflowRelease(v string)

SetWorkflowRelease sets field value

func (*UserTask) SetWorkflowRunId ¶ added in v1.0.0

func (o *UserTask) SetWorkflowRunId(v string)

SetWorkflowRunId sets field value

func (UserTask) ToMap ¶ added in v1.0.0

func (o UserTask) ToMap() (map[string]interface{}, error)

func (*UserTask) UnmarshalJSON ¶ added in v1.0.0

func (o *UserTask) UnmarshalJSON(data []byte) (err error)

type UserTasksAPIService ¶ added in v1.0.0

type UserTasksAPIService service

UserTasksAPIService UserTasksAPI service

func (*UserTasksAPIService) UserTasksGet ¶ added in v1.0.0

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

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

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

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

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

GetData returns the Data field value

func (*UserTasksGet200Response) GetDataOk ¶ added in v1.0.0

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

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

GetAssignees returns the Assignees field value

func (*UserTasksGet200ResponseDataInner) GetAssigneesOk ¶ added in v1.0.0

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

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

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

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

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

GetId returns the Id field value

func (*UserTasksGet200ResponseDataInnerAssigneesInner) 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 (*UserTasksGet200ResponseDataInnerAssigneesInner) GetName ¶ added in v1.0.0

GetName returns the Name field value

func (*UserTasksGet200ResponseDataInnerAssigneesInner) 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 (*UserTasksGet200ResponseDataInnerAssigneesInner) GetType ¶ added in v1.0.0

GetType returns the Type field value

func (*UserTasksGet200ResponseDataInnerAssigneesInner) 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 (UserTasksGet200ResponseDataInnerAssigneesInner) MarshalJSON ¶ added in v1.0.0

func (*UserTasksGet200ResponseDataInnerAssigneesInner) SetId ¶ added in v1.0.0

SetId sets field value

func (*UserTasksGet200ResponseDataInnerAssigneesInner) SetName ¶ added in v1.0.0

SetName sets field value

func (*UserTasksGet200ResponseDataInnerAssigneesInner) SetType ¶ added in v1.0.0

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

type UserTasksGetAssignedToUsersParameter struct {
	ArrayOfString *[]string
	String        *string
}

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

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

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

GetAssignees returns the Assignees field value

func (*UserTasksTaskIdReassignPatchRequest) GetAssigneesOk ¶ added in v1.0.0

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

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

SetAssignees sets field value

func (*UserTasksTaskIdReassignPatchRequest) SetEmail ¶ added in v1.0.0

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

Marshal data from the first non-nil pointers in the struct to JSON

func (*UserTasksTaskIdReassignPatchRequestAssigneesInner) UnmarshalJSON ¶ added in v1.0.0

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

GetId returns the Id field value

func (*UserTasksTaskIdReassignPatchRequestAssigneesInnerAnyOf) 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 (*UserTasksTaskIdReassignPatchRequestAssigneesInnerAnyOf) GetType ¶ added in v1.0.0

GetType returns the Type field value

func (*UserTasksTaskIdReassignPatchRequestAssigneesInnerAnyOf) 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 (UserTasksTaskIdReassignPatchRequestAssigneesInnerAnyOf) MarshalJSON ¶ added in v1.0.0

func (*UserTasksTaskIdReassignPatchRequestAssigneesInnerAnyOf) SetId ¶ added in v1.0.0

SetId sets field value

func (*UserTasksTaskIdReassignPatchRequestAssigneesInnerAnyOf) SetType ¶ added in v1.0.0

SetType sets field value

func (UserTasksTaskIdReassignPatchRequestAssigneesInnerAnyOf) ToMap ¶ added in v1.0.0

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

GetId returns the Id field value

func (*UserTasksTaskIdReassignPatchRequestAssigneesInnerAnyOf1) 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 (*UserTasksTaskIdReassignPatchRequestAssigneesInnerAnyOf1) GetType ¶ added in v1.0.0

GetType returns the Type field value

func (*UserTasksTaskIdReassignPatchRequestAssigneesInnerAnyOf1) 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 (UserTasksTaskIdReassignPatchRequestAssigneesInnerAnyOf1) MarshalJSON ¶ added in v1.0.0

func (*UserTasksTaskIdReassignPatchRequestAssigneesInnerAnyOf1) SetId ¶ added in v1.0.0

SetId sets field value

func (*UserTasksTaskIdReassignPatchRequestAssigneesInnerAnyOf1) SetType ¶ added in v1.0.0

SetType sets field value

func (UserTasksTaskIdReassignPatchRequestAssigneesInnerAnyOf1) ToMap ¶ added in v1.0.0

func (*UserTasksTaskIdReassignPatchRequestAssigneesInnerAnyOf1) UnmarshalJSON ¶ added in v1.0.0

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

GetData returns the Data field value

func (*UserTasksTaskIdSubmitPatch200Response) GetDataOk ¶ added in v1.0.0

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

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

SetData sets field value

func (*UserTasksTaskIdSubmitPatch200Response) SetSuccess ¶ added in v1.0.0

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

GetUserTask returns the UserTask field value

func (*UserTasksTaskIdSubmitPatch200ResponseData) GetUserTaskOk ¶ added in v1.0.0

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 (*UserTasksTaskIdSubmitPatch200ResponseData) SetUserTask ¶ added in v1.0.0

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

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

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 ¶

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 ¶

Execute executes the request

@return UsersGet200Response

func (*UsersAPIService) UsersPost ¶

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 ¶

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 ¶

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 ¶

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 ¶

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 ¶

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 ¶

GetData returns the Data field value

func (*UsersGet200Response) GetDataOk ¶

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 ¶

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 ¶

GetData returns the Data field value

func (*UsersPost200Response) GetDataOk ¶

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 ¶

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 ¶

GetData returns the Data field value

func (*UsersUserIdGet200Response) GetDataOk ¶

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 ¶

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 ¶

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 ¶

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 ¶

GetOperations returns the Operations field value

func (*UsersUserIdPatchRequest) GetOperationsOk ¶

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 ¶

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 ¶

GetOp returns the Op field value

func (*UsersUserIdPatchRequestOperationsInnerAnyOf) GetOpOk ¶

GetOpOk returns a tuple with the Op field value and a boolean to check if the value has been set.

func (*UsersUserIdPatchRequestOperationsInnerAnyOf) GetPath ¶

GetPath returns the Path field value

func (*UsersUserIdPatchRequestOperationsInnerAnyOf) GetPathOk ¶

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 ¶

HasValue returns a boolean if a field has been set.

func (UsersUserIdPatchRequestOperationsInnerAnyOf) MarshalJSON ¶

func (*UsersUserIdPatchRequestOperationsInnerAnyOf) SetOp ¶

SetOp sets field value

func (*UsersUserIdPatchRequestOperationsInnerAnyOf) SetPath ¶

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 ¶

GetOp returns the Op field value

func (*UsersUserIdPatchRequestOperationsInnerAnyOf1) GetOpOk ¶

GetOpOk returns a tuple with the Op field value and a boolean to check if the value has been set.

func (*UsersUserIdPatchRequestOperationsInnerAnyOf1) GetPath ¶

GetPath returns the Path field value

func (*UsersUserIdPatchRequestOperationsInnerAnyOf1) GetPathOk ¶

GetPathOk returns a tuple with the Path field value and a boolean to check if the value has been set.

func (UsersUserIdPatchRequestOperationsInnerAnyOf1) MarshalJSON ¶

func (*UsersUserIdPatchRequestOperationsInnerAnyOf1) SetOp ¶

SetOp sets field value

func (*UsersUserIdPatchRequestOperationsInnerAnyOf1) SetPath ¶

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 ¶

GetOp returns the Op field value

func (*UsersUserIdPatchRequestOperationsInnerAnyOf2) GetOpOk ¶

GetOpOk returns a tuple with the Op field value and a boolean to check if the value has been set.

func (*UsersUserIdPatchRequestOperationsInnerAnyOf2) GetPath ¶

GetPath returns the Path field value

func (*UsersUserIdPatchRequestOperationsInnerAnyOf2) GetPathOk ¶

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 ¶

HasValue returns a boolean if a field has been set.

func (UsersUserIdPatchRequestOperationsInnerAnyOf2) MarshalJSON ¶

func (*UsersUserIdPatchRequestOperationsInnerAnyOf2) SetOp ¶

SetOp sets field value

func (*UsersUserIdPatchRequestOperationsInnerAnyOf2) SetPath ¶

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 ¶

GetData returns the Data field value

func (*UsersUserIdUserAttributesAttributeNameDelete200Response) GetDataOk ¶

GetDataOk returns a tuple with the Data field value and a boolean to check if the value has been set.

func (*UsersUserIdUserAttributesAttributeNameDelete200Response) GetSuccess ¶

GetSuccess returns the Success field value

func (*UsersUserIdUserAttributesAttributeNameDelete200Response) GetSuccessOk ¶

GetSuccessOk returns a tuple with the Success field value and a boolean to check if the value has been set.

func (UsersUserIdUserAttributesAttributeNameDelete200Response) MarshalJSON ¶

func (*UsersUserIdUserAttributesAttributeNameDelete200Response) SetData ¶

SetData sets field value

func (*UsersUserIdUserAttributesAttributeNameDelete200Response) SetSuccess ¶

SetSuccess sets field value

func (UsersUserIdUserAttributesAttributeNameDelete200Response) ToMap ¶

func (*UsersUserIdUserAttributesAttributeNameDelete200Response) UnmarshalJSON ¶

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 ¶

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 (*UsersUserIdUserAttributesAttributeNameDelete200ResponseData) SetMetadata ¶

func (o *UsersUserIdUserAttributesAttributeNameDelete200ResponseData) SetMetadata(v map[string]interface{})

SetMetadata sets field value

func (UsersUserIdUserAttributesAttributeNameDelete200ResponseData) ToMap ¶

func (*UsersUserIdUserAttributesAttributeNameDelete200ResponseData) UnmarshalJSON ¶

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 ¶

GetData returns the Data field value

func (*UsersUserIdUserAttributesPost200Response) GetDataOk ¶

GetDataOk returns a tuple with the Data field value and a boolean to check if the value has been set.

func (*UsersUserIdUserAttributesPost200Response) GetSuccess ¶

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 (*UsersUserIdUserAttributesPost200Response) SetData ¶

SetData sets field value

func (*UsersUserIdUserAttributesPost200Response) SetSuccess ¶

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 (*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 ¶

GetName returns the Name field value

func (*UsersUserIdUserAttributesPostRequest) GetNameOk ¶

GetNameOk returns a tuple with the Name field value and a boolean to check if the value has been set.

func (*UsersUserIdUserAttributesPostRequest) GetValue ¶

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 ¶

SetName sets field value

func (*UsersUserIdUserAttributesPostRequest) SetValue ¶

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

func (o *Workflow) GetCreatedAt() time.Time

GetCreatedAt returns the CreatedAt field value

func (*Workflow) GetCreatedAtOk ¶ added in v1.0.0

func (o *Workflow) 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 (*Workflow) GetCreatedBy ¶ added in v1.0.0

func (o *Workflow) GetCreatedBy() float32

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

func (o *Workflow) 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 (*Workflow) GetCrontab ¶ added in v1.0.0

func (o *Workflow) GetCrontab() string

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

func (o *Workflow) 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 (*Workflow) GetDescription ¶ added in v1.0.0

func (o *Workflow) GetDescription() string

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

func (o *Workflow) 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 (*Workflow) GetFolderId ¶ added in v1.0.0

func (o *Workflow) GetFolderId() string

GetFolderId returns the FolderId field value

func (*Workflow) GetFolderIdOk ¶ added in v1.0.0

func (o *Workflow) GetFolderIdOk() (*string, bool)

GetFolderIdOk returns a tuple with the FolderId field value and a boolean to check if the value has been set.

func (*Workflow) GetId ¶ added in v1.0.0

func (o *Workflow) GetId() string

GetId returns the Id field value

func (*Workflow) GetIdOk ¶ added in v1.0.0

func (o *Workflow) GetIdOk() (*string, bool)

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

func (o *Workflow) GetIsEnabled() bool

GetIsEnabled returns the IsEnabled field value

func (*Workflow) GetIsEnabledOk ¶ added in v1.0.0

func (o *Workflow) GetIsEnabledOk() (*bool, bool)

GetIsEnabledOk returns a tuple with the IsEnabled field value and a boolean to check if the value has been set.

func (*Workflow) GetName ¶ added in v1.0.0

func (o *Workflow) GetName() string

GetName returns the Name field value

func (*Workflow) GetNameOk ¶ added in v1.0.0

func (o *Workflow) GetNameOk() (*string, bool)

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

func (o *Workflow) GetProtected() bool

GetProtected returns the Protected field value

func (*Workflow) GetProtectedOk ¶ added in v1.0.0

func (o *Workflow) GetProtectedOk() (*bool, bool)

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

func (o *Workflow) GetTimezone() string

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

func (o *Workflow) 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 (*Workflow) GetUpdatedAt ¶ added in v1.0.0

func (o *Workflow) GetUpdatedAt() time.Time

GetUpdatedAt returns the UpdatedAt field value

func (*Workflow) GetUpdatedAtOk ¶ added in v1.0.0

func (o *Workflow) 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 (Workflow) MarshalJSON ¶ added in v1.0.0

func (o Workflow) MarshalJSON() ([]byte, error)

func (*Workflow) SetCreatedAt ¶ added in v1.0.0

func (o *Workflow) SetCreatedAt(v time.Time)

SetCreatedAt sets field value

func (*Workflow) SetCreatedBy ¶ added in v1.0.0

func (o *Workflow) SetCreatedBy(v float32)

SetCreatedBy sets field value

func (*Workflow) SetCrontab ¶ added in v1.0.0

func (o *Workflow) SetCrontab(v string)

SetCrontab sets field value

func (*Workflow) SetDescription ¶ added in v1.0.0

func (o *Workflow) SetDescription(v string)

SetDescription sets field value

func (*Workflow) SetFolderId ¶ added in v1.0.0

func (o *Workflow) SetFolderId(v string)

SetFolderId sets field value

func (*Workflow) SetId ¶ added in v1.0.0

func (o *Workflow) SetId(v string)

SetId sets field value

func (*Workflow) SetIsEnabled ¶ added in v1.0.0

func (o *Workflow) SetIsEnabled(v bool)

SetIsEnabled sets field value

func (*Workflow) SetName ¶ added in v1.0.0

func (o *Workflow) SetName(v string)

SetName sets field value

func (*Workflow) SetProtected ¶ added in v1.0.0

func (o *Workflow) SetProtected(v bool)

SetProtected sets field value

func (*Workflow) SetTimezone ¶ added in v1.0.0

func (o *Workflow) SetTimezone(v string)

SetTimezone sets field value

func (*Workflow) SetUpdatedAt ¶ added in v1.0.0

func (o *Workflow) SetUpdatedAt(v time.Time)

SetUpdatedAt sets field value

func (Workflow) ToMap ¶ added in v1.0.0

func (o Workflow) ToMap() (map[string]interface{}, error)

func (*Workflow) UnmarshalJSON ¶ added in v1.0.0

func (o *Workflow) UnmarshalJSON(data []byte) (err error)

type WorkflowRunAPIService ¶ added in v1.0.0

type WorkflowRunAPIService service

WorkflowRunAPIService WorkflowRunAPI service

func (*WorkflowRunAPIService) WorkflowRunIdGet ¶ added in v1.0.0

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

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

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

GetUserTasks returns the UserTasks field value if set, zero value otherwise.

func (*WorkflowRunIdGet200Response) GetUserTasksOk ¶ added in v1.0.0

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

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

GetUserTasks returns the UserTasks field value if set, zero value otherwise.

func (*WorkflowRunWithUserTask) GetUserTasksOk ¶ added in v1.0.0

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

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

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

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

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

GetData returns the Data field value

func (*WorkflowsGet200Response) GetDataOk ¶ added in v1.0.0

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

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

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

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

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

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

GetData returns the Data field value

func (*WorkflowsWorkflowIdGet200Response) GetDataOk ¶ added in v1.0.0

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

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 ¶

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL