Documentation
¶
Overview ¶
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
Index ¶
- Variables
- func CacheExpires(r *http.Response) time.Time
- func IsNil(i interface{}) bool
- func NewConfiguration() *config.Configuration
- func ParameterValueToString(obj interface{}, key string) stringdeprecated
- func PtrBool(v bool) *bool
- func PtrFloat32(v float32) *float32
- func PtrFloat64(v float64) *float64
- func PtrInt(v int) *int
- func PtrInt32(v int32) *int32
- func PtrInt64(v int64) *int64
- func PtrString(v string) *string
- func PtrTime(v time.Time) *time.Time
- type APIClient
- func (a *APIClient) CreateFolder(ctx context.Context) ApiCreateFolderRequestdeprecated
- func (a *APIClient) CreateFolderExecute(ctx context.Context) (*FolderResponse, error)deprecated
- func (a *APIClient) CreateProject(ctx context.Context) ApiCreateProjectRequestdeprecated
- func (a *APIClient) CreateProjectExecute(ctx context.Context) (*Project, error)deprecated
- func (a *APIClient) DeleteFolder(ctx context.Context, containerId string) ApiDeleteFolderRequestdeprecated
- func (a *APIClient) DeleteFolderExecute(ctx context.Context, containerId string) errordeprecated
- func (a *APIClient) DeleteFolderLabels(ctx context.Context, containerId string) ApiDeleteFolderLabelsRequestdeprecated
- func (a *APIClient) DeleteFolderLabelsExecute(ctx context.Context, containerId string) errordeprecated
- func (a *APIClient) DeleteOrganizationLabels(ctx context.Context, containerId string) ApiDeleteOrganizationLabelsRequestdeprecated
- func (a *APIClient) DeleteOrganizationLabelsExecute(ctx context.Context, containerId string) errordeprecated
- func (a *APIClient) DeleteProject(ctx context.Context, id string) ApiDeleteProjectRequestdeprecated
- func (a *APIClient) DeleteProjectExecute(ctx context.Context, id string) errordeprecated
- func (a *APIClient) DeleteProjectLabels(ctx context.Context, containerId string) ApiDeleteProjectLabelsRequestdeprecated
- func (a *APIClient) DeleteProjectLabelsExecute(ctx context.Context, containerId string) errordeprecated
- func (c *APIClient) GetConfig() *config.Configuration
- func (a *APIClient) GetFolderDetails(ctx context.Context, containerId string) ApiGetFolderDetailsRequestdeprecated
- func (a *APIClient) GetFolderDetailsExecute(ctx context.Context, containerId string) (*GetFolderDetailsResponse, error)deprecated
- func (a *APIClient) GetOrganization(ctx context.Context, id string) ApiGetOrganizationRequestdeprecated
- func (a *APIClient) GetOrganizationExecute(ctx context.Context, id string) (*OrganizationResponse, error)deprecated
- func (a *APIClient) GetProject(ctx context.Context, id string) ApiGetProjectRequestdeprecated
- func (a *APIClient) GetProjectExecute(ctx context.Context, id string) (*GetProjectResponse, error)deprecated
- func (a *APIClient) ListFolders(ctx context.Context) ApiListFoldersRequestdeprecated
- func (a *APIClient) ListFoldersExecute(ctx context.Context) (*ListFoldersResponse, error)deprecated
- func (a *APIClient) ListOrganizations(ctx context.Context) ApiListOrganizationsRequestdeprecated
- func (a *APIClient) ListOrganizationsExecute(ctx context.Context) (*ListOrganizationsResponse, error)deprecated
- func (a *APIClient) ListProjects(ctx context.Context) ApiListProjectsRequestdeprecated
- func (a *APIClient) ListProjectsExecute(ctx context.Context) (*ListProjectsResponse, error)deprecated
- func (a *APIClient) PartialUpdateFolder(ctx context.Context, containerId string) ApiPartialUpdateFolderRequestdeprecated
- func (a *APIClient) PartialUpdateFolderExecute(ctx context.Context, containerId string) (*FolderResponse, error)deprecated
- func (a *APIClient) PartialUpdateOrganization(ctx context.Context, id string) ApiPartialUpdateOrganizationRequestdeprecated
- func (a *APIClient) PartialUpdateOrganizationExecute(ctx context.Context, id string) (*OrganizationResponse, error)deprecated
- func (a *APIClient) PartialUpdateProject(ctx context.Context, id string) ApiPartialUpdateProjectRequestdeprecated
- func (a *APIClient) PartialUpdateProjectExecute(ctx context.Context, id string) (*Project, error)deprecated
- type ApiCreateFolderRequestdeprecated
- type ApiCreateProjectRequestdeprecated
- type ApiDeleteFolderLabelsRequestdeprecated
- type ApiDeleteFolderRequestdeprecated
- type ApiDeleteOrganizationLabelsRequestdeprecated
- type ApiDeleteProjectLabelsRequestdeprecated
- type ApiDeleteProjectRequestdeprecated
- type ApiGetFolderDetailsRequestdeprecated
- type ApiGetOrganizationRequestdeprecated
- type ApiGetProjectRequestdeprecated
- type ApiListFoldersRequestdeprecated
- type ApiListOrganizationsRequestdeprecated
- type ApiListProjectsRequestdeprecated
- type ApiPartialUpdateFolderRequestdeprecated
- type ApiPartialUpdateOrganizationRequestdeprecated
- type ApiPartialUpdateProjectRequestdeprecated
- type ContainerSearchResult
- func (o *ContainerSearchResult) GetContainerId() (ret ContainerSearchResultGetContainerIdRetType)
- func (o *ContainerSearchResult) GetContainerIdOk() (ret ContainerSearchResultGetContainerIdRetType, ok bool)
- func (o *ContainerSearchResult) GetContainerType() (ret ContainerSearchResultGetContainerTypeRetType)
- func (o *ContainerSearchResult) GetContainerTypeOk() (ret ContainerSearchResultGetContainerTypeRetType, ok bool)
- func (o *ContainerSearchResult) GetId() (ret ContainerSearchResultGetIdRetType)
- func (o *ContainerSearchResult) GetIdOk() (ret ContainerSearchResultGetIdRetType, ok bool)
- func (o *ContainerSearchResult) GetLifecycleState() (res ContainerSearchResultGetLifecycleStateRetType)
- func (o *ContainerSearchResult) GetLifecycleStateOk() (ret ContainerSearchResultGetLifecycleStateRetType, ok bool)
- func (o *ContainerSearchResult) GetName() (ret ContainerSearchResultGetNameRetType)
- func (o *ContainerSearchResult) GetNameOk() (ret ContainerSearchResultGetNameRetType, ok bool)
- func (o *ContainerSearchResult) GetOrganizationId() (res ContainerSearchResultGetOrganizationIdRetType)
- func (o *ContainerSearchResult) GetOrganizationIdOk() (ret ContainerSearchResultGetOrganizationIdRetType, ok bool)
- func (o *ContainerSearchResult) HasLifecycleState() bool
- func (o *ContainerSearchResult) HasOrganizationId() bool
- func (o *ContainerSearchResult) SetContainerId(v ContainerSearchResultGetContainerIdRetType)
- func (o *ContainerSearchResult) SetContainerType(v ContainerSearchResultGetContainerTypeRetType)
- func (o *ContainerSearchResult) SetId(v ContainerSearchResultGetIdRetType)
- func (o *ContainerSearchResult) SetLifecycleState(v ContainerSearchResultGetLifecycleStateRetType)
- func (o *ContainerSearchResult) SetName(v ContainerSearchResultGetNameRetType)
- func (o *ContainerSearchResult) SetOrganizationId(v ContainerSearchResultGetOrganizationIdRetType)
- func (o ContainerSearchResult) ToMap() (map[string]interface{}, error)deprecated
- type ContainerSearchResultContainerType
- type ContainerSearchResultGetContainerIdArgTypedeprecated
- type ContainerSearchResultGetContainerIdAttributeType
- type ContainerSearchResultGetContainerIdRetTypedeprecated
- type ContainerSearchResultGetContainerTypeArgTypedeprecated
- type ContainerSearchResultGetContainerTypeAttributeTypedeprecated
- type ContainerSearchResultGetContainerTypeRetTypedeprecated
- type ContainerSearchResultGetIdArgTypedeprecated
- type ContainerSearchResultGetIdAttributeType
- type ContainerSearchResultGetIdRetTypedeprecated
- type ContainerSearchResultGetLifecycleStateArgTypedeprecated
- type ContainerSearchResultGetLifecycleStateAttributeType
- type ContainerSearchResultGetLifecycleStateRetTypedeprecated
- type ContainerSearchResultGetNameArgTypedeprecated
- type ContainerSearchResultGetNameAttributeType
- type ContainerSearchResultGetNameRetTypedeprecated
- type ContainerSearchResultGetOrganizationIdArgTypedeprecated
- type ContainerSearchResultGetOrganizationIdAttributeType
- type ContainerSearchResultGetOrganizationIdRetTypedeprecated
- type CreateFolderPayload
- func (o *CreateFolderPayload) GetContainerParentId() (ret CreateFolderPayloadGetContainerParentIdRetType)
- func (o *CreateFolderPayload) GetContainerParentIdOk() (ret CreateFolderPayloadGetContainerParentIdRetType, ok bool)
- func (o *CreateFolderPayload) GetLabels() (res CreateFolderPayloadGetLabelsRetType)
- func (o *CreateFolderPayload) GetLabelsOk() (ret CreateFolderPayloadGetLabelsRetType, ok bool)
- func (o *CreateFolderPayload) GetMembers() (res CreateFolderPayloadGetMembersRetType)
- func (o *CreateFolderPayload) GetMembersOk() (ret CreateFolderPayloadGetMembersRetType, ok bool)
- func (o *CreateFolderPayload) GetName() (ret CreateFolderPayloadGetNameRetType)
- func (o *CreateFolderPayload) GetNameOk() (ret CreateFolderPayloadGetNameRetType, ok bool)
- func (o *CreateFolderPayload) HasLabels() bool
- func (o *CreateFolderPayload) HasMembers() bool
- func (o *CreateFolderPayload) SetContainerParentId(v CreateFolderPayloadGetContainerParentIdRetType)
- func (o *CreateFolderPayload) SetLabels(v CreateFolderPayloadGetLabelsRetType)
- func (o *CreateFolderPayload) SetMembers(v CreateFolderPayloadGetMembersRetType)
- func (o *CreateFolderPayload) SetName(v CreateFolderPayloadGetNameRetType)
- func (o CreateFolderPayload) ToMap() (map[string]interface{}, error)deprecated
- type CreateFolderPayloadGetContainerParentIdArgTypedeprecated
- type CreateFolderPayloadGetContainerParentIdAttributeType
- type CreateFolderPayloadGetContainerParentIdRetTypedeprecated
- type CreateFolderPayloadGetLabelsArgTypedeprecated
- type CreateFolderPayloadGetLabelsAttributeType
- type CreateFolderPayloadGetLabelsRetTypedeprecated
- type CreateFolderPayloadGetMembersArgTypedeprecated
- type CreateFolderPayloadGetMembersAttributeType
- type CreateFolderPayloadGetMembersRetTypedeprecated
- type CreateFolderPayloadGetNameArgTypedeprecated
- type CreateFolderPayloadGetNameAttributeType
- type CreateFolderPayloadGetNameRetTypedeprecated
- type CreateFolderRequestdeprecated
- type CreateProjectPayload
- func (o *CreateProjectPayload) GetContainerParentId() (ret CreateProjectPayloadGetContainerParentIdRetType)
- func (o *CreateProjectPayload) GetContainerParentIdOk() (ret CreateProjectPayloadGetContainerParentIdRetType, ok bool)
- func (o *CreateProjectPayload) GetLabels() (res CreateProjectPayloadGetLabelsRetType)
- func (o *CreateProjectPayload) GetLabelsOk() (ret CreateProjectPayloadGetLabelsRetType, ok bool)
- func (o *CreateProjectPayload) GetMembers() (ret CreateProjectPayloadGetMembersRetType)
- func (o *CreateProjectPayload) GetMembersOk() (ret CreateProjectPayloadGetMembersRetType, ok bool)
- func (o *CreateProjectPayload) GetName() (ret CreateProjectPayloadGetNameRetType)
- func (o *CreateProjectPayload) GetNameOk() (ret CreateProjectPayloadGetNameRetType, ok bool)
- func (o *CreateProjectPayload) HasLabels() bool
- func (o *CreateProjectPayload) SetContainerParentId(v CreateProjectPayloadGetContainerParentIdRetType)
- func (o *CreateProjectPayload) SetLabels(v CreateProjectPayloadGetLabelsRetType)
- func (o *CreateProjectPayload) SetMembers(v CreateProjectPayloadGetMembersRetType)
- func (o *CreateProjectPayload) SetName(v CreateProjectPayloadGetNameRetType)
- func (o CreateProjectPayload) ToMap() (map[string]interface{}, error)deprecated
- type CreateProjectPayloadGetContainerParentIdArgTypedeprecated
- type CreateProjectPayloadGetContainerParentIdAttributeType
- type CreateProjectPayloadGetContainerParentIdRetTypedeprecated
- type CreateProjectPayloadGetLabelsArgTypedeprecated
- type CreateProjectPayloadGetLabelsAttributeType
- type CreateProjectPayloadGetLabelsRetTypedeprecated
- type CreateProjectPayloadGetMembersArgTypedeprecated
- type CreateProjectPayloadGetMembersAttributeType
- type CreateProjectPayloadGetMembersRetTypedeprecated
- type CreateProjectPayloadGetNameArgTypedeprecated
- type CreateProjectPayloadGetNameAttributeType
- type CreateProjectPayloadGetNameRetTypedeprecated
- type CreateProjectRequestdeprecated
- type DefaultApideprecated
- type DefaultApiService
- type DeleteFolderLabelsRequestdeprecated
- type DeleteFolderRequestdeprecated
- type DeleteOrganizationLabelsRequestdeprecated
- type DeleteProjectLabelsRequestdeprecated
- type DeleteProjectRequestdeprecated
- type ErrorResponse
- func (o *ErrorResponse) GetError() (ret ErrorResponseGetErrorRetType)
- func (o *ErrorResponse) GetErrorOk() (ret ErrorResponseGetErrorRetType, ok bool)
- func (o *ErrorResponse) GetMessage() (ret ErrorResponseGetMessageRetType)
- func (o *ErrorResponse) GetMessageOk() (ret ErrorResponseGetMessageRetType, ok bool)
- func (o *ErrorResponse) GetPath() (ret ErrorResponseGetPathRetType)
- func (o *ErrorResponse) GetPathOk() (ret ErrorResponseGetPathRetType, ok bool)
- func (o *ErrorResponse) GetStatus() (ret ErrorResponseGetStatusRetType)
- func (o *ErrorResponse) GetStatusOk() (ret ErrorResponseGetStatusRetType, ok bool)
- func (o *ErrorResponse) GetTimeStamp() (ret ErrorResponseGetTimeStampRetType)
- func (o *ErrorResponse) GetTimeStampOk() (ret ErrorResponseGetTimeStampRetType, ok bool)
- func (o *ErrorResponse) SetError(v ErrorResponseGetErrorRetType)
- func (o *ErrorResponse) SetMessage(v ErrorResponseGetMessageRetType)
- func (o *ErrorResponse) SetPath(v ErrorResponseGetPathRetType)
- func (o *ErrorResponse) SetStatus(v ErrorResponseGetStatusRetType)
- func (o *ErrorResponse) SetTimeStamp(v ErrorResponseGetTimeStampRetType)
- func (o ErrorResponse) ToMap() (map[string]interface{}, error)deprecated
- type ErrorResponseGetErrorArgTypedeprecated
- type ErrorResponseGetErrorAttributeType
- type ErrorResponseGetErrorRetTypedeprecated
- type ErrorResponseGetMessageArgTypedeprecated
- type ErrorResponseGetMessageAttributeType
- type ErrorResponseGetMessageRetTypedeprecated
- type ErrorResponseGetPathArgTypedeprecated
- type ErrorResponseGetPathAttributeType
- type ErrorResponseGetPathRetTypedeprecated
- type ErrorResponseGetStatusArgTypedeprecated
- type ErrorResponseGetStatusAttributeType
- type ErrorResponseGetStatusRetTypedeprecated
- type ErrorResponseGetTimeStampArgTypedeprecated
- type ErrorResponseGetTimeStampAttributeType
- type ErrorResponseGetTimeStampRetTypedeprecated
- type FolderResponse
- func (o *FolderResponse) GetContainerId() (ret FolderResponseGetContainerIdRetType)
- func (o *FolderResponse) GetContainerIdOk() (ret FolderResponseGetContainerIdRetType, ok bool)
- func (o *FolderResponse) GetCreationTime() (ret FolderResponseGetCreationTimeRetType)
- func (o *FolderResponse) GetCreationTimeOk() (ret FolderResponseGetCreationTimeRetType, ok bool)
- func (o *FolderResponse) GetFolderId() (ret FolderResponseGetFolderIdRetType)
- func (o *FolderResponse) GetFolderIdOk() (ret FolderResponseGetFolderIdRetType, ok bool)
- func (o *FolderResponse) GetLabels() (res FolderResponseGetLabelsRetType)
- func (o *FolderResponse) GetLabelsOk() (ret FolderResponseGetLabelsRetType, ok bool)
- func (o *FolderResponse) GetName() (ret FolderResponseGetNameRetType)
- func (o *FolderResponse) GetNameOk() (ret FolderResponseGetNameRetType, ok bool)
- func (o *FolderResponse) GetParent() (ret FolderResponseGetParentRetType)
- func (o *FolderResponse) GetParentOk() (ret FolderResponseGetParentRetType, ok bool)
- func (o *FolderResponse) GetUpdateTime() (ret FolderResponseGetUpdateTimeRetType)
- func (o *FolderResponse) GetUpdateTimeOk() (ret FolderResponseGetUpdateTimeRetType, ok bool)
- func (o *FolderResponse) HasLabels() bool
- func (o *FolderResponse) SetContainerId(v FolderResponseGetContainerIdRetType)
- func (o *FolderResponse) SetCreationTime(v FolderResponseGetCreationTimeRetType)
- func (o *FolderResponse) SetFolderId(v FolderResponseGetFolderIdRetType)
- func (o *FolderResponse) SetLabels(v FolderResponseGetLabelsRetType)
- func (o *FolderResponse) SetName(v FolderResponseGetNameRetType)
- func (o *FolderResponse) SetParent(v FolderResponseGetParentRetType)
- func (o *FolderResponse) SetUpdateTime(v FolderResponseGetUpdateTimeRetType)
- func (o FolderResponse) ToMap() (map[string]interface{}, error)deprecated
- type FolderResponseGetContainerIdArgTypedeprecated
- type FolderResponseGetContainerIdAttributeType
- type FolderResponseGetContainerIdRetTypedeprecated
- type FolderResponseGetCreationTimeArgTypedeprecated
- type FolderResponseGetCreationTimeAttributeType
- type FolderResponseGetCreationTimeRetTypedeprecated
- type FolderResponseGetFolderIdArgTypedeprecated
- type FolderResponseGetFolderIdAttributeType
- type FolderResponseGetFolderIdRetTypedeprecated
- type FolderResponseGetLabelsArgTypedeprecated
- type FolderResponseGetLabelsAttributeType
- type FolderResponseGetLabelsRetTypedeprecated
- type FolderResponseGetNameArgTypedeprecated
- type FolderResponseGetNameAttributeType
- type FolderResponseGetNameRetTypedeprecated
- type FolderResponseGetParentArgTypedeprecated
- type FolderResponseGetParentAttributeType
- type FolderResponseGetParentRetTypedeprecated
- type FolderResponseGetUpdateTimeArgTypedeprecated
- type FolderResponseGetUpdateTimeAttributeType
- type FolderResponseGetUpdateTimeRetTypedeprecated
- type GetFolderDetailsRequestdeprecated
- type GetFolderDetailsResponse
- func (o *GetFolderDetailsResponse) GetContainerId() (ret GetFolderDetailsResponseGetContainerIdRetType)
- func (o *GetFolderDetailsResponse) GetContainerIdOk() (ret GetFolderDetailsResponseGetContainerIdRetType, ok bool)
- func (o *GetFolderDetailsResponse) GetCreationTime() (ret GetFolderDetailsResponseGetCreationTimeRetType)
- func (o *GetFolderDetailsResponse) GetCreationTimeOk() (ret GetFolderDetailsResponseGetCreationTimeRetType, ok bool)
- func (o *GetFolderDetailsResponse) GetFolderId() (ret GetFolderDetailsResponseGetFolderIdRetType)
- func (o *GetFolderDetailsResponse) GetFolderIdOk() (ret GetFolderDetailsResponseGetFolderIdRetType, ok bool)
- func (o *GetFolderDetailsResponse) GetLabels() (res GetFolderDetailsResponseGetLabelsRetType)
- func (o *GetFolderDetailsResponse) GetLabelsOk() (ret GetFolderDetailsResponseGetLabelsRetType, ok bool)
- func (o *GetFolderDetailsResponse) GetName() (ret GetFolderDetailsResponseGetNameRetType)
- func (o *GetFolderDetailsResponse) GetNameOk() (ret GetFolderDetailsResponseGetNameRetType, ok bool)
- func (o *GetFolderDetailsResponse) GetParent() (ret GetFolderDetailsResponseGetParentRetType)
- func (o *GetFolderDetailsResponse) GetParentOk() (ret GetFolderDetailsResponseGetParentRetType, ok bool)
- func (o *GetFolderDetailsResponse) GetParents() (res GetFolderDetailsResponseGetParentsRetType)
- func (o *GetFolderDetailsResponse) GetParentsOk() (ret GetFolderDetailsResponseGetParentsRetType, ok bool)
- func (o *GetFolderDetailsResponse) GetUpdateTime() (ret GetFolderDetailsResponseGetUpdateTimeRetType)
- func (o *GetFolderDetailsResponse) GetUpdateTimeOk() (ret GetFolderDetailsResponseGetUpdateTimeRetType, ok bool)
- func (o *GetFolderDetailsResponse) HasLabels() bool
- func (o *GetFolderDetailsResponse) HasParents() bool
- func (o *GetFolderDetailsResponse) SetContainerId(v GetFolderDetailsResponseGetContainerIdRetType)
- func (o *GetFolderDetailsResponse) SetCreationTime(v GetFolderDetailsResponseGetCreationTimeRetType)
- func (o *GetFolderDetailsResponse) SetFolderId(v GetFolderDetailsResponseGetFolderIdRetType)
- func (o *GetFolderDetailsResponse) SetLabels(v GetFolderDetailsResponseGetLabelsRetType)
- func (o *GetFolderDetailsResponse) SetName(v GetFolderDetailsResponseGetNameRetType)
- func (o *GetFolderDetailsResponse) SetParent(v GetFolderDetailsResponseGetParentRetType)
- func (o *GetFolderDetailsResponse) SetParents(v GetFolderDetailsResponseGetParentsRetType)
- func (o *GetFolderDetailsResponse) SetUpdateTime(v GetFolderDetailsResponseGetUpdateTimeRetType)
- func (o GetFolderDetailsResponse) ToMap() (map[string]interface{}, error)deprecated
- type GetFolderDetailsResponseGetContainerIdArgTypedeprecated
- type GetFolderDetailsResponseGetContainerIdAttributeType
- type GetFolderDetailsResponseGetContainerIdRetTypedeprecated
- type GetFolderDetailsResponseGetCreationTimeArgTypedeprecated
- type GetFolderDetailsResponseGetCreationTimeAttributeType
- type GetFolderDetailsResponseGetCreationTimeRetTypedeprecated
- type GetFolderDetailsResponseGetFolderIdArgTypedeprecated
- type GetFolderDetailsResponseGetFolderIdAttributeType
- type GetFolderDetailsResponseGetFolderIdRetTypedeprecated
- type GetFolderDetailsResponseGetLabelsArgTypedeprecated
- type GetFolderDetailsResponseGetLabelsAttributeType
- type GetFolderDetailsResponseGetLabelsRetTypedeprecated
- type GetFolderDetailsResponseGetNameArgTypedeprecated
- type GetFolderDetailsResponseGetNameAttributeType
- type GetFolderDetailsResponseGetNameRetTypedeprecated
- type GetFolderDetailsResponseGetParentArgTypedeprecated
- type GetFolderDetailsResponseGetParentAttributeType
- type GetFolderDetailsResponseGetParentRetTypedeprecated
- type GetFolderDetailsResponseGetParentsArgTypedeprecated
- type GetFolderDetailsResponseGetParentsAttributeType
- type GetFolderDetailsResponseGetParentsRetTypedeprecated
- type GetFolderDetailsResponseGetUpdateTimeArgTypedeprecated
- type GetFolderDetailsResponseGetUpdateTimeAttributeType
- type GetFolderDetailsResponseGetUpdateTimeRetTypedeprecated
- type GetOrganizationRequestdeprecated
- type GetProjectRequestdeprecated
- type GetProjectResponse
- func (o *GetProjectResponse) GetContainerId() (ret GetProjectResponseGetContainerIdRetType)
- func (o *GetProjectResponse) GetContainerIdOk() (ret GetProjectResponseGetContainerIdRetType, ok bool)
- func (o *GetProjectResponse) GetCreationTime() (ret GetProjectResponseGetCreationTimeRetType)
- func (o *GetProjectResponse) GetCreationTimeOk() (ret GetProjectResponseGetCreationTimeRetType, ok bool)
- func (o *GetProjectResponse) GetLabels() (res GetProjectResponseGetLabelsRetType)
- func (o *GetProjectResponse) GetLabelsOk() (ret GetProjectResponseGetLabelsRetType, ok bool)
- func (o *GetProjectResponse) GetLifecycleState() (ret GetProjectResponseGetLifecycleStateRetType)
- func (o *GetProjectResponse) GetLifecycleStateOk() (ret GetProjectResponseGetLifecycleStateRetType, ok bool)
- func (o *GetProjectResponse) GetName() (ret GetProjectResponseGetNameRetType)
- func (o *GetProjectResponse) GetNameOk() (ret GetProjectResponseGetNameRetType, ok bool)
- func (o *GetProjectResponse) GetParent() (ret GetProjectResponseGetParentRetType)
- func (o *GetProjectResponse) GetParentOk() (ret GetProjectResponseGetParentRetType, ok bool)
- func (o *GetProjectResponse) GetParents() (res GetProjectResponseGetParentsRetType)
- func (o *GetProjectResponse) GetParentsOk() (ret GetProjectResponseGetParentsRetType, ok bool)
- func (o *GetProjectResponse) GetProjectId() (ret GetProjectResponseGetProjectIdRetType)
- func (o *GetProjectResponse) GetProjectIdOk() (ret GetProjectResponseGetProjectIdRetType, ok bool)
- func (o *GetProjectResponse) GetUpdateTime() (ret GetProjectResponseGetUpdateTimeRetType)
- func (o *GetProjectResponse) GetUpdateTimeOk() (ret GetProjectResponseGetUpdateTimeRetType, ok bool)
- func (o *GetProjectResponse) HasLabels() bool
- func (o *GetProjectResponse) HasParents() bool
- func (o *GetProjectResponse) SetContainerId(v GetProjectResponseGetContainerIdRetType)
- func (o *GetProjectResponse) SetCreationTime(v GetProjectResponseGetCreationTimeRetType)
- func (o *GetProjectResponse) SetLabels(v GetProjectResponseGetLabelsRetType)
- func (o *GetProjectResponse) SetLifecycleState(v GetProjectResponseGetLifecycleStateRetType)
- func (o *GetProjectResponse) SetName(v GetProjectResponseGetNameRetType)
- func (o *GetProjectResponse) SetParent(v GetProjectResponseGetParentRetType)
- func (o *GetProjectResponse) SetParents(v GetProjectResponseGetParentsRetType)
- func (o *GetProjectResponse) SetProjectId(v GetProjectResponseGetProjectIdRetType)
- func (o *GetProjectResponse) SetUpdateTime(v GetProjectResponseGetUpdateTimeRetType)
- func (o GetProjectResponse) ToMap() (map[string]interface{}, error)deprecated
- type GetProjectResponseGetContainerIdArgTypedeprecated
- type GetProjectResponseGetContainerIdAttributeType
- type GetProjectResponseGetContainerIdRetTypedeprecated
- type GetProjectResponseGetCreationTimeArgTypedeprecated
- type GetProjectResponseGetCreationTimeAttributeType
- type GetProjectResponseGetCreationTimeRetTypedeprecated
- type GetProjectResponseGetLabelsArgTypedeprecated
- type GetProjectResponseGetLabelsAttributeType
- type GetProjectResponseGetLabelsRetTypedeprecated
- type GetProjectResponseGetLifecycleStateArgTypedeprecated
- type GetProjectResponseGetLifecycleStateAttributeType
- type GetProjectResponseGetLifecycleStateRetTypedeprecated
- type GetProjectResponseGetNameArgTypedeprecated
- type GetProjectResponseGetNameAttributeType
- type GetProjectResponseGetNameRetTypedeprecated
- type GetProjectResponseGetParentArgTypedeprecated
- type GetProjectResponseGetParentAttributeType
- type GetProjectResponseGetParentRetTypedeprecated
- type GetProjectResponseGetParentsArgTypedeprecated
- type GetProjectResponseGetParentsAttributeType
- type GetProjectResponseGetParentsRetTypedeprecated
- type GetProjectResponseGetProjectIdArgTypedeprecated
- type GetProjectResponseGetProjectIdAttributeType
- type GetProjectResponseGetProjectIdRetTypedeprecated
- type GetProjectResponseGetUpdateTimeArgTypedeprecated
- type GetProjectResponseGetUpdateTimeAttributeType
- type GetProjectResponseGetUpdateTimeRetTypedeprecated
- type LifecycleState
- type ListFoldersRequestdeprecated
- func (r ListFoldersRequest) ContainerIds(containerIds []string) ApiListFoldersRequest
- func (r ListFoldersRequest) ContainerParentId(containerParentId string) ApiListFoldersRequest
- func (r ListFoldersRequest) CreationTimeStart(creationTimeStart time.Time) ApiListFoldersRequest
- func (r ListFoldersRequest) Execute() (*ListFoldersResponse, error)deprecated
- func (r ListFoldersRequest) Limit(limit float32) ApiListFoldersRequest
- func (r ListFoldersRequest) Member(member string) ApiListFoldersRequest
- func (r ListFoldersRequest) Offset(offset float32) ApiListFoldersRequest
- type ListFoldersResponse
- func (o *ListFoldersResponse) GetItems() (ret ListFoldersResponseGetItemsRetType)
- func (o *ListFoldersResponse) GetItemsOk() (ret ListFoldersResponseGetItemsRetType, ok bool)
- func (o *ListFoldersResponse) GetLimit() (ret ListFoldersResponseGetLimitRetType)
- func (o *ListFoldersResponse) GetLimitOk() (ret ListFoldersResponseGetLimitRetType, ok bool)
- func (o *ListFoldersResponse) GetOffset() (ret ListFoldersResponseGetOffsetRetType)
- func (o *ListFoldersResponse) GetOffsetOk() (ret ListFoldersResponseGetOffsetRetType, ok bool)
- func (o *ListFoldersResponse) SetItems(v ListFoldersResponseGetItemsRetType)
- func (o *ListFoldersResponse) SetLimit(v ListFoldersResponseGetLimitRetType)
- func (o *ListFoldersResponse) SetOffset(v ListFoldersResponseGetOffsetRetType)
- func (o ListFoldersResponse) ToMap() (map[string]interface{}, error)deprecated
- type ListFoldersResponseGetItemsArgTypedeprecated
- type ListFoldersResponseGetItemsAttributeType
- type ListFoldersResponseGetItemsRetTypedeprecated
- type ListFoldersResponseGetLimitArgTypedeprecated
- type ListFoldersResponseGetLimitAttributeType
- type ListFoldersResponseGetLimitRetTypedeprecated
- type ListFoldersResponseGetOffsetArgTypedeprecated
- type ListFoldersResponseGetOffsetAttributeType
- type ListFoldersResponseGetOffsetRetTypedeprecated
- type ListFoldersResponseItemsInner
- func (o *ListFoldersResponseItemsInner) GetContainerId() (ret ListFoldersResponseItemsInnerGetContainerIdRetType)
- func (o *ListFoldersResponseItemsInner) GetContainerIdOk() (ret ListFoldersResponseItemsInnerGetContainerIdRetType, ok bool)
- func (o *ListFoldersResponseItemsInner) GetCreationTime() (ret ListFoldersResponseItemsInnerGetCreationTimeRetType)
- func (o *ListFoldersResponseItemsInner) GetCreationTimeOk() (ret ListFoldersResponseItemsInnerGetCreationTimeRetType, ok bool)
- func (o *ListFoldersResponseItemsInner) GetFolderId() (ret ListFoldersResponseItemsInnerGetFolderIdRetType)
- func (o *ListFoldersResponseItemsInner) GetFolderIdOk() (ret ListFoldersResponseItemsInnerGetFolderIdRetType, ok bool)
- func (o *ListFoldersResponseItemsInner) GetLabels() (res ListFoldersResponseItemsInnerGetLabelsRetType)
- func (o *ListFoldersResponseItemsInner) GetLabelsOk() (ret ListFoldersResponseItemsInnerGetLabelsRetType, ok bool)
- func (o *ListFoldersResponseItemsInner) GetName() (ret ListFoldersResponseItemsInnerGetNameRetType)
- func (o *ListFoldersResponseItemsInner) GetNameOk() (ret ListFoldersResponseItemsInnerGetNameRetType, ok bool)
- func (o *ListFoldersResponseItemsInner) GetParent() (ret ListFoldersResponseItemsInnerGetParentRetType)
- func (o *ListFoldersResponseItemsInner) GetParentOk() (ret ListFoldersResponseItemsInnerGetParentRetType, ok bool)
- func (o *ListFoldersResponseItemsInner) GetUpdateTime() (ret ListFoldersResponseItemsInnerGetUpdateTimeRetType)
- func (o *ListFoldersResponseItemsInner) GetUpdateTimeOk() (ret ListFoldersResponseItemsInnerGetUpdateTimeRetType, ok bool)
- func (o *ListFoldersResponseItemsInner) HasLabels() bool
- func (o *ListFoldersResponseItemsInner) SetContainerId(v ListFoldersResponseItemsInnerGetContainerIdRetType)
- func (o *ListFoldersResponseItemsInner) SetCreationTime(v ListFoldersResponseItemsInnerGetCreationTimeRetType)
- func (o *ListFoldersResponseItemsInner) SetFolderId(v ListFoldersResponseItemsInnerGetFolderIdRetType)
- func (o *ListFoldersResponseItemsInner) SetLabels(v ListFoldersResponseItemsInnerGetLabelsRetType)
- func (o *ListFoldersResponseItemsInner) SetName(v ListFoldersResponseItemsInnerGetNameRetType)
- func (o *ListFoldersResponseItemsInner) SetParent(v ListFoldersResponseItemsInnerGetParentRetType)
- func (o *ListFoldersResponseItemsInner) SetUpdateTime(v ListFoldersResponseItemsInnerGetUpdateTimeRetType)
- func (o ListFoldersResponseItemsInner) ToMap() (map[string]interface{}, error)deprecated
- type ListFoldersResponseItemsInnerGetContainerIdArgTypedeprecated
- type ListFoldersResponseItemsInnerGetContainerIdAttributeType
- type ListFoldersResponseItemsInnerGetContainerIdRetTypedeprecated
- type ListFoldersResponseItemsInnerGetCreationTimeArgTypedeprecated
- type ListFoldersResponseItemsInnerGetCreationTimeAttributeType
- type ListFoldersResponseItemsInnerGetCreationTimeRetTypedeprecated
- type ListFoldersResponseItemsInnerGetFolderIdArgTypedeprecated
- type ListFoldersResponseItemsInnerGetFolderIdAttributeType
- type ListFoldersResponseItemsInnerGetFolderIdRetTypedeprecated
- type ListFoldersResponseItemsInnerGetLabelsArgTypedeprecated
- type ListFoldersResponseItemsInnerGetLabelsAttributeType
- type ListFoldersResponseItemsInnerGetLabelsRetTypedeprecated
- type ListFoldersResponseItemsInnerGetNameArgTypedeprecated
- type ListFoldersResponseItemsInnerGetNameAttributeType
- type ListFoldersResponseItemsInnerGetNameRetTypedeprecated
- type ListFoldersResponseItemsInnerGetParentArgTypedeprecated
- type ListFoldersResponseItemsInnerGetParentAttributeType
- type ListFoldersResponseItemsInnerGetParentRetTypedeprecated
- type ListFoldersResponseItemsInnerGetUpdateTimeArgTypedeprecated
- type ListFoldersResponseItemsInnerGetUpdateTimeAttributeType
- type ListFoldersResponseItemsInnerGetUpdateTimeRetTypedeprecated
- type ListOrganizationsRequestdeprecated
- func (r ListOrganizationsRequest) ContainerIds(containerIds []string) ApiListOrganizationsRequest
- func (r ListOrganizationsRequest) CreationTimeStart(creationTimeStart time.Time) ApiListOrganizationsRequest
- func (r ListOrganizationsRequest) Execute() (*ListOrganizationsResponse, error)deprecated
- func (r ListOrganizationsRequest) Limit(limit float32) ApiListOrganizationsRequest
- func (r ListOrganizationsRequest) Member(member string) ApiListOrganizationsRequest
- func (r ListOrganizationsRequest) Offset(offset float32) ApiListOrganizationsRequest
- type ListOrganizationsResponse
- func (o *ListOrganizationsResponse) GetItems() (ret ListOrganizationsResponseGetItemsRetType)
- func (o *ListOrganizationsResponse) GetItemsOk() (ret ListOrganizationsResponseGetItemsRetType, ok bool)
- func (o *ListOrganizationsResponse) GetLimit() (ret ListOrganizationsResponseGetLimitRetType)
- func (o *ListOrganizationsResponse) GetLimitOk() (ret ListOrganizationsResponseGetLimitRetType, ok bool)
- func (o *ListOrganizationsResponse) GetOffset() (ret ListOrganizationsResponseGetOffsetRetType)
- func (o *ListOrganizationsResponse) GetOffsetOk() (ret ListOrganizationsResponseGetOffsetRetType, ok bool)
- func (o *ListOrganizationsResponse) SetItems(v ListOrganizationsResponseGetItemsRetType)
- func (o *ListOrganizationsResponse) SetLimit(v ListOrganizationsResponseGetLimitRetType)
- func (o *ListOrganizationsResponse) SetOffset(v ListOrganizationsResponseGetOffsetRetType)
- func (o ListOrganizationsResponse) ToMap() (map[string]interface{}, error)deprecated
- type ListOrganizationsResponseGetItemsArgTypedeprecated
- type ListOrganizationsResponseGetItemsAttributeType
- type ListOrganizationsResponseGetItemsRetTypedeprecated
- type ListOrganizationsResponseGetLimitArgTypedeprecated
- type ListOrganizationsResponseGetLimitAttributeType
- type ListOrganizationsResponseGetLimitRetTypedeprecated
- type ListOrganizationsResponseGetOffsetArgTypedeprecated
- type ListOrganizationsResponseGetOffsetAttributeType
- type ListOrganizationsResponseGetOffsetRetTypedeprecated
- type ListOrganizationsResponseItemsInner
- func (o *ListOrganizationsResponseItemsInner) GetContainerId() (ret ListOrganizationsResponseItemsInnerGetContainerIdRetType)
- func (o *ListOrganizationsResponseItemsInner) GetContainerIdOk() (ret ListOrganizationsResponseItemsInnerGetContainerIdRetType, ok bool)
- func (o *ListOrganizationsResponseItemsInner) GetCreationTime() (ret ListOrganizationsResponseItemsInnerGetCreationTimeRetType)
- func (o *ListOrganizationsResponseItemsInner) GetCreationTimeOk() (ret ListOrganizationsResponseItemsInnerGetCreationTimeRetType, ok bool)
- func (o *ListOrganizationsResponseItemsInner) GetLabels() (res ListOrganizationsResponseItemsInnerGetLabelsRetType)
- func (o *ListOrganizationsResponseItemsInner) GetLabelsOk() (ret ListOrganizationsResponseItemsInnerGetLabelsRetType, ok bool)
- func (o *ListOrganizationsResponseItemsInner) GetLifecycleState() (ret ListOrganizationsResponseItemsInnerGetLifecycleStateRetType)
- func (o *ListOrganizationsResponseItemsInner) GetLifecycleStateOk() (ret ListOrganizationsResponseItemsInnerGetLifecycleStateRetType, ok bool)
- func (o *ListOrganizationsResponseItemsInner) GetName() (ret ListOrganizationsResponseItemsInnerGetNameRetType)
- func (o *ListOrganizationsResponseItemsInner) GetNameOk() (ret ListOrganizationsResponseItemsInnerGetNameRetType, ok bool)
- func (o *ListOrganizationsResponseItemsInner) GetOrganizationId() (ret ListOrganizationsResponseItemsInnerGetOrganizationIdRetType)
- func (o *ListOrganizationsResponseItemsInner) GetOrganizationIdOk() (ret ListOrganizationsResponseItemsInnerGetOrganizationIdRetType, ok bool)
- func (o *ListOrganizationsResponseItemsInner) GetUpdateTime() (ret ListOrganizationsResponseItemsInnerGetUpdateTimeRetType)
- func (o *ListOrganizationsResponseItemsInner) GetUpdateTimeOk() (ret ListOrganizationsResponseItemsInnerGetUpdateTimeRetType, ok bool)
- func (o *ListOrganizationsResponseItemsInner) HasLabels() bool
- func (o *ListOrganizationsResponseItemsInner) SetContainerId(v ListOrganizationsResponseItemsInnerGetContainerIdRetType)
- func (o *ListOrganizationsResponseItemsInner) SetCreationTime(v ListOrganizationsResponseItemsInnerGetCreationTimeRetType)
- func (o *ListOrganizationsResponseItemsInner) SetLabels(v ListOrganizationsResponseItemsInnerGetLabelsRetType)
- func (o *ListOrganizationsResponseItemsInner) SetLifecycleState(v ListOrganizationsResponseItemsInnerGetLifecycleStateRetType)
- func (o *ListOrganizationsResponseItemsInner) SetName(v ListOrganizationsResponseItemsInnerGetNameRetType)
- func (o *ListOrganizationsResponseItemsInner) SetOrganizationId(v ListOrganizationsResponseItemsInnerGetOrganizationIdRetType)
- func (o *ListOrganizationsResponseItemsInner) SetUpdateTime(v ListOrganizationsResponseItemsInnerGetUpdateTimeRetType)
- func (o ListOrganizationsResponseItemsInner) ToMap() (map[string]interface{}, error)deprecated
- type ListOrganizationsResponseItemsInnerGetContainerIdArgTypedeprecated
- type ListOrganizationsResponseItemsInnerGetContainerIdAttributeType
- type ListOrganizationsResponseItemsInnerGetContainerIdRetTypedeprecated
- type ListOrganizationsResponseItemsInnerGetCreationTimeArgTypedeprecated
- type ListOrganizationsResponseItemsInnerGetCreationTimeAttributeType
- type ListOrganizationsResponseItemsInnerGetCreationTimeRetTypedeprecated
- type ListOrganizationsResponseItemsInnerGetLabelsArgTypedeprecated
- type ListOrganizationsResponseItemsInnerGetLabelsAttributeType
- type ListOrganizationsResponseItemsInnerGetLabelsRetTypedeprecated
- type ListOrganizationsResponseItemsInnerGetLifecycleStateArgTypedeprecated
- type ListOrganizationsResponseItemsInnerGetLifecycleStateAttributeType
- type ListOrganizationsResponseItemsInnerGetLifecycleStateRetTypedeprecated
- type ListOrganizationsResponseItemsInnerGetNameArgTypedeprecated
- type ListOrganizationsResponseItemsInnerGetNameAttributeType
- type ListOrganizationsResponseItemsInnerGetNameRetTypedeprecated
- type ListOrganizationsResponseItemsInnerGetOrganizationIdArgTypedeprecated
- type ListOrganizationsResponseItemsInnerGetOrganizationIdAttributeType
- type ListOrganizationsResponseItemsInnerGetOrganizationIdRetTypedeprecated
- type ListOrganizationsResponseItemsInnerGetUpdateTimeArgTypedeprecated
- type ListOrganizationsResponseItemsInnerGetUpdateTimeAttributeType
- type ListOrganizationsResponseItemsInnerGetUpdateTimeRetTypedeprecated
- type ListProjectsRequestdeprecated
- func (r ListProjectsRequest) ContainerIds(containerIds []string) ApiListProjectsRequest
- func (r ListProjectsRequest) ContainerParentId(containerParentId string) ApiListProjectsRequest
- func (r ListProjectsRequest) CreationTimeStart(creationTimeStart time.Time) ApiListProjectsRequest
- func (r ListProjectsRequest) Execute() (*ListProjectsResponse, error)deprecated
- func (r ListProjectsRequest) Limit(limit float32) ApiListProjectsRequest
- func (r ListProjectsRequest) Member(member string) ApiListProjectsRequest
- func (r ListProjectsRequest) Offset(offset float32) ApiListProjectsRequest
- type ListProjectsResponse
- func (o *ListProjectsResponse) GetItems() (ret ListProjectsResponseGetItemsRetType)
- func (o *ListProjectsResponse) GetItemsOk() (ret ListProjectsResponseGetItemsRetType, ok bool)
- func (o *ListProjectsResponse) GetLimit() (ret ListProjectsResponseGetLimitRetType)
- func (o *ListProjectsResponse) GetLimitOk() (ret ListProjectsResponseGetLimitRetType, ok bool)
- func (o *ListProjectsResponse) GetOffset() (ret ListProjectsResponseGetOffsetRetType)
- func (o *ListProjectsResponse) GetOffsetOk() (ret ListProjectsResponseGetOffsetRetType, ok bool)
- func (o *ListProjectsResponse) SetItems(v ListProjectsResponseGetItemsRetType)
- func (o *ListProjectsResponse) SetLimit(v ListProjectsResponseGetLimitRetType)
- func (o *ListProjectsResponse) SetOffset(v ListProjectsResponseGetOffsetRetType)
- func (o ListProjectsResponse) ToMap() (map[string]interface{}, error)deprecated
- type ListProjectsResponseGetItemsArgTypedeprecated
- type ListProjectsResponseGetItemsAttributeType
- type ListProjectsResponseGetItemsRetTypedeprecated
- type ListProjectsResponseGetLimitArgTypedeprecated
- type ListProjectsResponseGetLimitAttributeType
- type ListProjectsResponseGetLimitRetTypedeprecated
- type ListProjectsResponseGetOffsetArgTypedeprecated
- type ListProjectsResponseGetOffsetAttributeType
- type ListProjectsResponseGetOffsetRetTypedeprecated
- type MappedNullabledeprecated
- type Member
- func (o *Member) GetRole() (ret MemberGetRoleRetType)
- func (o *Member) GetRoleOk() (ret MemberGetRoleRetType, ok bool)
- func (o *Member) GetSubject() (ret MemberGetSubjectRetType)
- func (o *Member) GetSubjectOk() (ret MemberGetSubjectRetType, ok bool)
- func (o *Member) SetRole(v MemberGetRoleRetType)
- func (o *Member) SetSubject(v MemberGetSubjectRetType)
- func (o Member) ToMap() (map[string]interface{}, error)deprecated
- type MemberGetRoleArgTypedeprecated
- type MemberGetRoleAttributeType
- type MemberGetRoleRetTypedeprecated
- type MemberGetSubjectArgTypedeprecated
- type MemberGetSubjectAttributeType
- type MemberGetSubjectRetTypedeprecated
- type NullableBooldeprecated
- func (v NullableBool) Get() *booldeprecated
- func (v NullableBool) IsSet() booldeprecated
- func (v NullableBool) MarshalJSON() ([]byte, error)deprecated
- func (v *NullableBool) Set(val *bool)deprecated
- func (v *NullableBool) UnmarshalJSON(src []byte) errordeprecated
- func (v *NullableBool) Unset()deprecated
- type NullableContainerSearchResultdeprecated
- func (v NullableContainerSearchResult) Get() *ContainerSearchResultdeprecated
- func (v NullableContainerSearchResult) IsSet() booldeprecated
- func (v NullableContainerSearchResult) MarshalJSON() ([]byte, error)deprecated
- func (v *NullableContainerSearchResult) Set(val *ContainerSearchResult)deprecated
- func (v *NullableContainerSearchResult) UnmarshalJSON(src []byte) errordeprecated
- func (v *NullableContainerSearchResult) Unset()deprecated
- type NullableContainerSearchResultContainerTypedeprecated
- func (v NullableContainerSearchResultContainerType) Get() *ContainerSearchResultContainerTypedeprecated
- func (v NullableContainerSearchResultContainerType) IsSet() booldeprecated
- func (v NullableContainerSearchResultContainerType) MarshalJSON() ([]byte, error)deprecated
- func (v *NullableContainerSearchResultContainerType) Set(val *ContainerSearchResultContainerType)deprecated
- func (v *NullableContainerSearchResultContainerType) UnmarshalJSON(src []byte) errordeprecated
- func (v *NullableContainerSearchResultContainerType) Unset()deprecated
- type NullableCreateFolderPayloaddeprecated
- func (v NullableCreateFolderPayload) Get() *CreateFolderPayloaddeprecated
- func (v NullableCreateFolderPayload) IsSet() booldeprecated
- func (v NullableCreateFolderPayload) MarshalJSON() ([]byte, error)deprecated
- func (v *NullableCreateFolderPayload) Set(val *CreateFolderPayload)deprecated
- func (v *NullableCreateFolderPayload) UnmarshalJSON(src []byte) errordeprecated
- func (v *NullableCreateFolderPayload) Unset()deprecated
- type NullableCreateProjectPayloaddeprecated
- func (v NullableCreateProjectPayload) Get() *CreateProjectPayloaddeprecated
- func (v NullableCreateProjectPayload) IsSet() booldeprecated
- func (v NullableCreateProjectPayload) MarshalJSON() ([]byte, error)deprecated
- func (v *NullableCreateProjectPayload) Set(val *CreateProjectPayload)deprecated
- func (v *NullableCreateProjectPayload) UnmarshalJSON(src []byte) errordeprecated
- func (v *NullableCreateProjectPayload) Unset()deprecated
- type NullableErrorResponsedeprecated
- func (v NullableErrorResponse) Get() *ErrorResponsedeprecated
- func (v NullableErrorResponse) IsSet() booldeprecated
- func (v NullableErrorResponse) MarshalJSON() ([]byte, error)deprecated
- func (v *NullableErrorResponse) Set(val *ErrorResponse)deprecated
- func (v *NullableErrorResponse) UnmarshalJSON(src []byte) errordeprecated
- func (v *NullableErrorResponse) Unset()deprecated
- type NullableFloat32deprecated
- func (v NullableFloat32) Get() *float32deprecated
- func (v NullableFloat32) IsSet() booldeprecated
- func (v NullableFloat32) MarshalJSON() ([]byte, error)deprecated
- func (v *NullableFloat32) Set(val *float32)deprecated
- func (v *NullableFloat32) UnmarshalJSON(src []byte) errordeprecated
- func (v *NullableFloat32) Unset()deprecated
- type NullableFloat64deprecated
- func (v NullableFloat64) Get() *float64deprecated
- func (v NullableFloat64) IsSet() booldeprecated
- func (v NullableFloat64) MarshalJSON() ([]byte, error)deprecated
- func (v *NullableFloat64) Set(val *float64)deprecated
- func (v *NullableFloat64) UnmarshalJSON(src []byte) errordeprecated
- func (v *NullableFloat64) Unset()deprecated
- type NullableFolderResponsedeprecated
- func (v NullableFolderResponse) Get() *FolderResponsedeprecated
- func (v NullableFolderResponse) IsSet() booldeprecated
- func (v NullableFolderResponse) MarshalJSON() ([]byte, error)deprecated
- func (v *NullableFolderResponse) Set(val *FolderResponse)deprecated
- func (v *NullableFolderResponse) UnmarshalJSON(src []byte) errordeprecated
- func (v *NullableFolderResponse) Unset()deprecated
- type NullableGetFolderDetailsResponsedeprecated
- func (v NullableGetFolderDetailsResponse) Get() *GetFolderDetailsResponsedeprecated
- func (v NullableGetFolderDetailsResponse) IsSet() booldeprecated
- func (v NullableGetFolderDetailsResponse) MarshalJSON() ([]byte, error)deprecated
- func (v *NullableGetFolderDetailsResponse) Set(val *GetFolderDetailsResponse)deprecated
- func (v *NullableGetFolderDetailsResponse) UnmarshalJSON(src []byte) errordeprecated
- func (v *NullableGetFolderDetailsResponse) Unset()deprecated
- type NullableGetProjectResponsedeprecated
- func (v NullableGetProjectResponse) Get() *GetProjectResponsedeprecated
- func (v NullableGetProjectResponse) IsSet() booldeprecated
- func (v NullableGetProjectResponse) MarshalJSON() ([]byte, error)deprecated
- func (v *NullableGetProjectResponse) Set(val *GetProjectResponse)deprecated
- func (v *NullableGetProjectResponse) UnmarshalJSON(src []byte) errordeprecated
- func (v *NullableGetProjectResponse) Unset()deprecated
- type NullableIntdeprecated
- func (v NullableInt) Get() *intdeprecated
- func (v NullableInt) IsSet() booldeprecated
- func (v NullableInt) MarshalJSON() ([]byte, error)deprecated
- func (v *NullableInt) Set(val *int)deprecated
- func (v *NullableInt) UnmarshalJSON(src []byte) errordeprecated
- func (v *NullableInt) Unset()deprecated
- type NullableInt32deprecated
- func (v NullableInt32) Get() *int32deprecated
- func (v NullableInt32) IsSet() booldeprecated
- func (v NullableInt32) MarshalJSON() ([]byte, error)deprecated
- func (v *NullableInt32) Set(val *int32)deprecated
- func (v *NullableInt32) UnmarshalJSON(src []byte) errordeprecated
- func (v *NullableInt32) Unset()deprecated
- type NullableInt64deprecated
- func (v NullableInt64) Get() *int64deprecated
- func (v NullableInt64) IsSet() booldeprecated
- func (v NullableInt64) MarshalJSON() ([]byte, error)deprecated
- func (v *NullableInt64) Set(val *int64)deprecated
- func (v *NullableInt64) UnmarshalJSON(src []byte) errordeprecated
- func (v *NullableInt64) Unset()deprecated
- type NullableLifecycleStatedeprecated
- func (v NullableLifecycleState) Get() *LifecycleStatedeprecated
- func (v NullableLifecycleState) IsSet() booldeprecated
- func (v NullableLifecycleState) MarshalJSON() ([]byte, error)deprecated
- func (v *NullableLifecycleState) Set(val *LifecycleState)deprecated
- func (v *NullableLifecycleState) UnmarshalJSON(src []byte) errordeprecated
- func (v *NullableLifecycleState) Unset()deprecated
- type NullableListFoldersResponsedeprecated
- func (v NullableListFoldersResponse) Get() *ListFoldersResponsedeprecated
- func (v NullableListFoldersResponse) IsSet() booldeprecated
- func (v NullableListFoldersResponse) MarshalJSON() ([]byte, error)deprecated
- func (v *NullableListFoldersResponse) Set(val *ListFoldersResponse)deprecated
- func (v *NullableListFoldersResponse) UnmarshalJSON(src []byte) errordeprecated
- func (v *NullableListFoldersResponse) Unset()deprecated
- type NullableListFoldersResponseItemsInnerdeprecated
- func (v NullableListFoldersResponseItemsInner) Get() *ListFoldersResponseItemsInnerdeprecated
- func (v NullableListFoldersResponseItemsInner) IsSet() booldeprecated
- func (v NullableListFoldersResponseItemsInner) MarshalJSON() ([]byte, error)deprecated
- func (v *NullableListFoldersResponseItemsInner) Set(val *ListFoldersResponseItemsInner)deprecated
- func (v *NullableListFoldersResponseItemsInner) UnmarshalJSON(src []byte) errordeprecated
- func (v *NullableListFoldersResponseItemsInner) Unset()deprecated
- type NullableListOrganizationsResponsedeprecated
- func (v NullableListOrganizationsResponse) Get() *ListOrganizationsResponsedeprecated
- func (v NullableListOrganizationsResponse) IsSet() booldeprecated
- func (v NullableListOrganizationsResponse) MarshalJSON() ([]byte, error)deprecated
- func (v *NullableListOrganizationsResponse) Set(val *ListOrganizationsResponse)deprecated
- func (v *NullableListOrganizationsResponse) UnmarshalJSON(src []byte) errordeprecated
- func (v *NullableListOrganizationsResponse) Unset()deprecated
- type NullableListOrganizationsResponseItemsInnerdeprecated
- func (v NullableListOrganizationsResponseItemsInner) Get() *ListOrganizationsResponseItemsInnerdeprecated
- func (v NullableListOrganizationsResponseItemsInner) IsSet() booldeprecated
- func (v NullableListOrganizationsResponseItemsInner) MarshalJSON() ([]byte, error)deprecated
- func (v *NullableListOrganizationsResponseItemsInner) Set(val *ListOrganizationsResponseItemsInner)deprecated
- func (v *NullableListOrganizationsResponseItemsInner) UnmarshalJSON(src []byte) errordeprecated
- func (v *NullableListOrganizationsResponseItemsInner) Unset()deprecated
- type NullableListProjectsResponsedeprecated
- func (v NullableListProjectsResponse) Get() *ListProjectsResponsedeprecated
- func (v NullableListProjectsResponse) IsSet() booldeprecated
- func (v NullableListProjectsResponse) MarshalJSON() ([]byte, error)deprecated
- func (v *NullableListProjectsResponse) Set(val *ListProjectsResponse)deprecated
- func (v *NullableListProjectsResponse) UnmarshalJSON(src []byte) errordeprecated
- func (v *NullableListProjectsResponse) Unset()deprecated
- type NullableMemberdeprecated
- func (v NullableMember) Get() *Memberdeprecated
- func (v NullableMember) IsSet() booldeprecated
- func (v NullableMember) MarshalJSON() ([]byte, error)deprecated
- func (v *NullableMember) Set(val *Member)deprecated
- func (v *NullableMember) UnmarshalJSON(src []byte) errordeprecated
- func (v *NullableMember) Unset()deprecated
- type NullableOrganizationResponsedeprecated
- func (v NullableOrganizationResponse) Get() *OrganizationResponsedeprecated
- func (v NullableOrganizationResponse) IsSet() booldeprecated
- func (v NullableOrganizationResponse) MarshalJSON() ([]byte, error)deprecated
- func (v *NullableOrganizationResponse) Set(val *OrganizationResponse)deprecated
- func (v *NullableOrganizationResponse) UnmarshalJSON(src []byte) errordeprecated
- func (v *NullableOrganizationResponse) Unset()deprecated
- type NullableParentdeprecated
- func (v NullableParent) Get() *Parentdeprecated
- func (v NullableParent) IsSet() booldeprecated
- func (v NullableParent) MarshalJSON() ([]byte, error)deprecated
- func (v *NullableParent) Set(val *Parent)deprecated
- func (v *NullableParent) UnmarshalJSON(src []byte) errordeprecated
- func (v *NullableParent) Unset()deprecated
- type NullableParentListInnerdeprecated
- func (v NullableParentListInner) Get() *ParentListInnerdeprecated
- func (v NullableParentListInner) IsSet() booldeprecated
- func (v NullableParentListInner) MarshalJSON() ([]byte, error)deprecated
- func (v *NullableParentListInner) Set(val *ParentListInner)deprecated
- func (v *NullableParentListInner) UnmarshalJSON(src []byte) errordeprecated
- func (v *NullableParentListInner) Unset()deprecated
- type NullableParentListInnerTypesdeprecated
- func (v NullableParentListInnerTypes) Get() *ParentListInnerTypesdeprecated
- func (v NullableParentListInnerTypes) IsSet() booldeprecated
- func (v NullableParentListInnerTypes) MarshalJSON() ([]byte, error)deprecated
- func (v *NullableParentListInnerTypes) Set(val *ParentListInnerTypes)deprecated
- func (v *NullableParentListInnerTypes) UnmarshalJSON(src []byte) errordeprecated
- func (v *NullableParentListInnerTypes) Unset()deprecated
- type NullableParentTypesdeprecated
- func (v NullableParentTypes) Get() *ParentTypesdeprecated
- func (v NullableParentTypes) IsSet() booldeprecated
- func (v NullableParentTypes) MarshalJSON() ([]byte, error)deprecated
- func (v *NullableParentTypes) Set(val *ParentTypes)deprecated
- func (v *NullableParentTypes) UnmarshalJSON(src []byte) errordeprecated
- func (v *NullableParentTypes) Unset()deprecated
- type NullablePartialUpdateFolderPayloaddeprecated
- func (v NullablePartialUpdateFolderPayload) Get() *PartialUpdateFolderPayloaddeprecated
- func (v NullablePartialUpdateFolderPayload) IsSet() booldeprecated
- func (v NullablePartialUpdateFolderPayload) MarshalJSON() ([]byte, error)deprecated
- func (v *NullablePartialUpdateFolderPayload) Set(val *PartialUpdateFolderPayload)deprecated
- func (v *NullablePartialUpdateFolderPayload) UnmarshalJSON(src []byte) errordeprecated
- func (v *NullablePartialUpdateFolderPayload) Unset()deprecated
- type NullablePartialUpdateOrganizationPayloaddeprecated
- func (v NullablePartialUpdateOrganizationPayload) Get() *PartialUpdateOrganizationPayloaddeprecated
- func (v NullablePartialUpdateOrganizationPayload) IsSet() booldeprecated
- func (v NullablePartialUpdateOrganizationPayload) MarshalJSON() ([]byte, error)deprecated
- func (v *NullablePartialUpdateOrganizationPayload) Set(val *PartialUpdateOrganizationPayload)deprecated
- func (v *NullablePartialUpdateOrganizationPayload) UnmarshalJSON(src []byte) errordeprecated
- func (v *NullablePartialUpdateOrganizationPayload) Unset()deprecated
- type NullablePartialUpdateProjectPayloaddeprecated
- func (v NullablePartialUpdateProjectPayload) Get() *PartialUpdateProjectPayloaddeprecated
- func (v NullablePartialUpdateProjectPayload) IsSet() booldeprecated
- func (v NullablePartialUpdateProjectPayload) MarshalJSON() ([]byte, error)deprecated
- func (v *NullablePartialUpdateProjectPayload) Set(val *PartialUpdateProjectPayload)deprecated
- func (v *NullablePartialUpdateProjectPayload) UnmarshalJSON(src []byte) errordeprecated
- func (v *NullablePartialUpdateProjectPayload) Unset()deprecated
- type NullableProjectdeprecated
- func (v NullableProject) Get() *Projectdeprecated
- func (v NullableProject) IsSet() booldeprecated
- func (v NullableProject) MarshalJSON() ([]byte, error)deprecated
- func (v *NullableProject) Set(val *Project)deprecated
- func (v *NullableProject) UnmarshalJSON(src []byte) errordeprecated
- func (v *NullableProject) Unset()deprecated
- type NullableStringdeprecated
- func (v NullableString) Get() *stringdeprecated
- func (v NullableString) IsSet() booldeprecated
- func (v NullableString) MarshalJSON() ([]byte, error)deprecated
- func (v *NullableString) Set(val *string)deprecated
- func (v *NullableString) UnmarshalJSON(src []byte) errordeprecated
- func (v *NullableString) Unset()deprecated
- type NullableTimedeprecated
- func (v NullableTime) Get() *time.Timedeprecated
- func (v NullableTime) IsSet() booldeprecated
- func (v NullableTime) MarshalJSON() ([]byte, error)deprecated
- func (v *NullableTime) Set(val *time.Time)deprecated
- func (v *NullableTime) UnmarshalJSON(src []byte) errordeprecated
- func (v *NullableTime) Unset()deprecated
- type NullableValuedeprecated
- func (v NullableValue[T]) Get() *Tdeprecated
- func (v NullableValue[T]) IsSet() booldeprecated
- func (v *NullableValue[T]) Set(val *T)deprecated
- func (v *NullableValue[T]) Unset()deprecated
- type OrganizationResponse
- func (o *OrganizationResponse) GetContainerId() (ret OrganizationResponseGetContainerIdRetType)
- func (o *OrganizationResponse) GetContainerIdOk() (ret OrganizationResponseGetContainerIdRetType, ok bool)
- func (o *OrganizationResponse) GetCreationTime() (ret OrganizationResponseGetCreationTimeRetType)
- func (o *OrganizationResponse) GetCreationTimeOk() (ret OrganizationResponseGetCreationTimeRetType, ok bool)
- func (o *OrganizationResponse) GetLabels() (res OrganizationResponseGetLabelsRetType)
- func (o *OrganizationResponse) GetLabelsOk() (ret OrganizationResponseGetLabelsRetType, ok bool)
- func (o *OrganizationResponse) GetLifecycleState() (ret OrganizationResponseGetLifecycleStateRetType)
- func (o *OrganizationResponse) GetLifecycleStateOk() (ret OrganizationResponseGetLifecycleStateRetType, ok bool)
- func (o *OrganizationResponse) GetName() (ret OrganizationResponseGetNameRetType)
- func (o *OrganizationResponse) GetNameOk() (ret OrganizationResponseGetNameRetType, ok bool)
- func (o *OrganizationResponse) GetOrganizationId() (ret OrganizationResponseGetOrganizationIdRetType)
- func (o *OrganizationResponse) GetOrganizationIdOk() (ret OrganizationResponseGetOrganizationIdRetType, ok bool)
- func (o *OrganizationResponse) GetUpdateTime() (ret OrganizationResponseGetUpdateTimeRetType)
- func (o *OrganizationResponse) GetUpdateTimeOk() (ret OrganizationResponseGetUpdateTimeRetType, ok bool)
- func (o *OrganizationResponse) HasLabels() bool
- func (o *OrganizationResponse) SetContainerId(v OrganizationResponseGetContainerIdRetType)
- func (o *OrganizationResponse) SetCreationTime(v OrganizationResponseGetCreationTimeRetType)
- func (o *OrganizationResponse) SetLabels(v OrganizationResponseGetLabelsRetType)
- func (o *OrganizationResponse) SetLifecycleState(v OrganizationResponseGetLifecycleStateRetType)
- func (o *OrganizationResponse) SetName(v OrganizationResponseGetNameRetType)
- func (o *OrganizationResponse) SetOrganizationId(v OrganizationResponseGetOrganizationIdRetType)
- func (o *OrganizationResponse) SetUpdateTime(v OrganizationResponseGetUpdateTimeRetType)
- func (o OrganizationResponse) ToMap() (map[string]interface{}, error)deprecated
- type OrganizationResponseGetContainerIdArgTypedeprecated
- type OrganizationResponseGetContainerIdAttributeType
- type OrganizationResponseGetContainerIdRetTypedeprecated
- type OrganizationResponseGetCreationTimeArgTypedeprecated
- type OrganizationResponseGetCreationTimeAttributeType
- type OrganizationResponseGetCreationTimeRetTypedeprecated
- type OrganizationResponseGetLabelsArgTypedeprecated
- type OrganizationResponseGetLabelsAttributeType
- type OrganizationResponseGetLabelsRetTypedeprecated
- type OrganizationResponseGetLifecycleStateArgTypedeprecated
- type OrganizationResponseGetLifecycleStateAttributeType
- type OrganizationResponseGetLifecycleStateRetTypedeprecated
- type OrganizationResponseGetNameArgTypedeprecated
- type OrganizationResponseGetNameAttributeType
- type OrganizationResponseGetNameRetTypedeprecated
- type OrganizationResponseGetOrganizationIdArgTypedeprecated
- type OrganizationResponseGetOrganizationIdAttributeType
- type OrganizationResponseGetOrganizationIdRetTypedeprecated
- type OrganizationResponseGetUpdateTimeArgTypedeprecated
- type OrganizationResponseGetUpdateTimeAttributeType
- type OrganizationResponseGetUpdateTimeRetTypedeprecated
- type Parent
- func (o *Parent) GetContainerId() (ret ParentGetContainerIdRetType)
- func (o *Parent) GetContainerIdOk() (ret ParentGetContainerIdRetType, ok bool)
- func (o *Parent) GetId() (ret ParentGetIdRetType)
- func (o *Parent) GetIdOk() (ret ParentGetIdRetType, ok bool)
- func (o *Parent) GetType() (ret ParentGetTypeRetType)
- func (o *Parent) GetTypeOk() (ret ParentGetTypeRetType, ok bool)
- func (o *Parent) SetContainerId(v ParentGetContainerIdRetType)
- func (o *Parent) SetId(v ParentGetIdRetType)
- func (o *Parent) SetType(v ParentGetTypeRetType)
- func (o Parent) ToMap() (map[string]interface{}, error)deprecated
- type ParentGetContainerIdArgTypedeprecated
- type ParentGetContainerIdAttributeType
- type ParentGetContainerIdRetTypedeprecated
- type ParentGetIdArgTypedeprecated
- type ParentGetIdAttributeType
- type ParentGetIdRetTypedeprecated
- type ParentGetTypeArgTypedeprecated
- type ParentGetTypeAttributeTypedeprecated
- type ParentGetTypeRetTypedeprecated
- type ParentListInner
- func (o *ParentListInner) GetContainerId() (ret ParentListInnerGetContainerIdRetType)
- func (o *ParentListInner) GetContainerIdOk() (ret ParentListInnerGetContainerIdRetType, ok bool)
- func (o *ParentListInner) GetContainerParentId() (res ParentListInnerGetContainerParentIdRetType)
- func (o *ParentListInner) GetContainerParentIdOk() (ret ParentListInnerGetContainerParentIdRetType, ok bool)
- func (o *ParentListInner) GetId() (ret ParentListInnerGetIdRetType)
- func (o *ParentListInner) GetIdOk() (ret ParentListInnerGetIdRetType, ok bool)
- func (o *ParentListInner) GetName() (ret ParentListInnerGetNameRetType)
- func (o *ParentListInner) GetNameOk() (ret ParentListInnerGetNameRetType, ok bool)
- func (o *ParentListInner) GetParentId() (res ParentListInnerGetParentIdRetType)
- func (o *ParentListInner) GetParentIdOk() (ret ParentListInnerGetParentIdRetType, ok bool)
- func (o *ParentListInner) GetType() (ret ParentListInnerGetTypeRetType)
- func (o *ParentListInner) GetTypeOk() (ret ParentListInnerGetTypeRetType, ok bool)
- func (o *ParentListInner) HasContainerParentId() bool
- func (o *ParentListInner) HasParentId() bool
- func (o *ParentListInner) SetContainerId(v ParentListInnerGetContainerIdRetType)
- func (o *ParentListInner) SetContainerParentId(v ParentListInnerGetContainerParentIdRetType)
- func (o *ParentListInner) SetId(v ParentListInnerGetIdRetType)
- func (o *ParentListInner) SetName(v ParentListInnerGetNameRetType)
- func (o *ParentListInner) SetParentId(v ParentListInnerGetParentIdRetType)
- func (o *ParentListInner) SetType(v ParentListInnerGetTypeRetType)
- func (o ParentListInner) ToMap() (map[string]interface{}, error)deprecated
- type ParentListInnerGetContainerIdArgTypedeprecated
- type ParentListInnerGetContainerIdAttributeType
- type ParentListInnerGetContainerIdRetTypedeprecated
- type ParentListInnerGetContainerParentIdArgTypedeprecated
- type ParentListInnerGetContainerParentIdAttributeType
- type ParentListInnerGetContainerParentIdRetTypedeprecated
- type ParentListInnerGetIdArgTypedeprecated
- type ParentListInnerGetIdAttributeType
- type ParentListInnerGetIdRetTypedeprecated
- type ParentListInnerGetNameArgTypedeprecated
- type ParentListInnerGetNameAttributeType
- type ParentListInnerGetNameRetTypedeprecated
- type ParentListInnerGetParentIdArgTypedeprecated
- type ParentListInnerGetParentIdAttributeType
- type ParentListInnerGetParentIdRetTypedeprecated
- type ParentListInnerGetTypeArgTypedeprecated
- type ParentListInnerGetTypeAttributeTypedeprecated
- type ParentListInnerGetTypeRetTypedeprecated
- type ParentListInnerTypes
- type ParentTypes
- type PartialUpdateFolderPayload
- func (o *PartialUpdateFolderPayload) GetContainerParentId() (res PartialUpdateFolderPayloadGetContainerParentIdRetType)
- func (o *PartialUpdateFolderPayload) GetContainerParentIdOk() (ret PartialUpdateFolderPayloadGetContainerParentIdRetType, ok bool)
- func (o *PartialUpdateFolderPayload) GetLabels() (res PartialUpdateFolderPayloadGetLabelsRetType)
- func (o *PartialUpdateFolderPayload) GetLabelsOk() (ret PartialUpdateFolderPayloadGetLabelsRetType, ok bool)
- func (o *PartialUpdateFolderPayload) GetName() (res PartialUpdateFolderPayloadGetNameRetType)
- func (o *PartialUpdateFolderPayload) GetNameOk() (ret PartialUpdateFolderPayloadGetNameRetType, ok bool)
- func (o *PartialUpdateFolderPayload) HasContainerParentId() bool
- func (o *PartialUpdateFolderPayload) HasLabels() bool
- func (o *PartialUpdateFolderPayload) HasName() bool
- func (o *PartialUpdateFolderPayload) SetContainerParentId(v PartialUpdateFolderPayloadGetContainerParentIdRetType)
- func (o *PartialUpdateFolderPayload) SetLabels(v PartialUpdateFolderPayloadGetLabelsRetType)
- func (o *PartialUpdateFolderPayload) SetName(v PartialUpdateFolderPayloadGetNameRetType)
- func (o PartialUpdateFolderPayload) ToMap() (map[string]interface{}, error)deprecated
- type PartialUpdateFolderPayloadGetContainerParentIdArgTypedeprecated
- type PartialUpdateFolderPayloadGetContainerParentIdAttributeType
- type PartialUpdateFolderPayloadGetContainerParentIdRetTypedeprecated
- type PartialUpdateFolderPayloadGetLabelsArgTypedeprecated
- type PartialUpdateFolderPayloadGetLabelsAttributeType
- type PartialUpdateFolderPayloadGetLabelsRetTypedeprecated
- type PartialUpdateFolderPayloadGetNameArgTypedeprecated
- type PartialUpdateFolderPayloadGetNameAttributeType
- type PartialUpdateFolderPayloadGetNameRetTypedeprecated
- type PartialUpdateFolderRequestdeprecated
- type PartialUpdateOrganizationPayload
- func (o *PartialUpdateOrganizationPayload) GetLabels() (res PartialUpdateOrganizationPayloadGetLabelsRetType)
- func (o *PartialUpdateOrganizationPayload) GetLabelsOk() (ret PartialUpdateOrganizationPayloadGetLabelsRetType, ok bool)
- func (o *PartialUpdateOrganizationPayload) GetName() (res PartialUpdateOrganizationPayloadGetNameRetType)
- func (o *PartialUpdateOrganizationPayload) GetNameOk() (ret PartialUpdateOrganizationPayloadGetNameRetType, ok bool)
- func (o *PartialUpdateOrganizationPayload) HasLabels() bool
- func (o *PartialUpdateOrganizationPayload) HasName() bool
- func (o *PartialUpdateOrganizationPayload) SetLabels(v PartialUpdateOrganizationPayloadGetLabelsRetType)
- func (o *PartialUpdateOrganizationPayload) SetName(v PartialUpdateOrganizationPayloadGetNameRetType)
- func (o PartialUpdateOrganizationPayload) ToMap() (map[string]interface{}, error)deprecated
- type PartialUpdateOrganizationPayloadGetLabelsArgTypedeprecated
- type PartialUpdateOrganizationPayloadGetLabelsAttributeType
- type PartialUpdateOrganizationPayloadGetLabelsRetTypedeprecated
- type PartialUpdateOrganizationPayloadGetNameArgTypedeprecated
- type PartialUpdateOrganizationPayloadGetNameAttributeType
- type PartialUpdateOrganizationPayloadGetNameRetTypedeprecated
- type PartialUpdateOrganizationRequestdeprecated
- type PartialUpdateProjectPayload
- func (o *PartialUpdateProjectPayload) GetContainerParentId() (res PartialUpdateProjectPayloadGetContainerParentIdRetType)
- func (o *PartialUpdateProjectPayload) GetContainerParentIdOk() (ret PartialUpdateProjectPayloadGetContainerParentIdRetType, ok bool)
- func (o *PartialUpdateProjectPayload) GetLabels() (res PartialUpdateProjectPayloadGetLabelsRetType)
- func (o *PartialUpdateProjectPayload) GetLabelsOk() (ret PartialUpdateProjectPayloadGetLabelsRetType, ok bool)
- func (o *PartialUpdateProjectPayload) GetName() (res PartialUpdateProjectPayloadGetNameRetType)
- func (o *PartialUpdateProjectPayload) GetNameOk() (ret PartialUpdateProjectPayloadGetNameRetType, ok bool)
- func (o *PartialUpdateProjectPayload) HasContainerParentId() bool
- func (o *PartialUpdateProjectPayload) HasLabels() bool
- func (o *PartialUpdateProjectPayload) HasName() bool
- func (o *PartialUpdateProjectPayload) SetContainerParentId(v PartialUpdateProjectPayloadGetContainerParentIdRetType)
- func (o *PartialUpdateProjectPayload) SetLabels(v PartialUpdateProjectPayloadGetLabelsRetType)
- func (o *PartialUpdateProjectPayload) SetName(v PartialUpdateProjectPayloadGetNameRetType)
- func (o PartialUpdateProjectPayload) ToMap() (map[string]interface{}, error)deprecated
- type PartialUpdateProjectPayloadGetContainerParentIdArgTypedeprecated
- type PartialUpdateProjectPayloadGetContainerParentIdAttributeType
- type PartialUpdateProjectPayloadGetContainerParentIdRetTypedeprecated
- type PartialUpdateProjectPayloadGetLabelsArgTypedeprecated
- type PartialUpdateProjectPayloadGetLabelsAttributeType
- type PartialUpdateProjectPayloadGetLabelsRetTypedeprecated
- type PartialUpdateProjectPayloadGetNameArgTypedeprecated
- type PartialUpdateProjectPayloadGetNameAttributeType
- type PartialUpdateProjectPayloadGetNameRetTypedeprecated
- type PartialUpdateProjectRequestdeprecated
- type Project
- func (o *Project) GetContainerId() (ret ProjectGetContainerIdRetType)
- func (o *Project) GetContainerIdOk() (ret ProjectGetContainerIdRetType, ok bool)
- func (o *Project) GetCreationTime() (ret ProjectGetCreationTimeRetType)
- func (o *Project) GetCreationTimeOk() (ret ProjectGetCreationTimeRetType, ok bool)
- func (o *Project) GetLabels() (res ProjectGetLabelsRetType)
- func (o *Project) GetLabelsOk() (ret ProjectGetLabelsRetType, ok bool)
- func (o *Project) GetLifecycleState() (ret ProjectGetLifecycleStateRetType)
- func (o *Project) GetLifecycleStateOk() (ret ProjectGetLifecycleStateRetType, ok bool)
- func (o *Project) GetName() (ret ProjectGetNameRetType)
- func (o *Project) GetNameOk() (ret ProjectGetNameRetType, ok bool)
- func (o *Project) GetParent() (ret ProjectGetParentRetType)
- func (o *Project) GetParentOk() (ret ProjectGetParentRetType, ok bool)
- func (o *Project) GetProjectId() (ret ProjectGetProjectIdRetType)
- func (o *Project) GetProjectIdOk() (ret ProjectGetProjectIdRetType, ok bool)
- func (o *Project) GetUpdateTime() (ret ProjectGetUpdateTimeRetType)
- func (o *Project) GetUpdateTimeOk() (ret ProjectGetUpdateTimeRetType, ok bool)
- func (o *Project) HasLabels() bool
- func (o *Project) SetContainerId(v ProjectGetContainerIdRetType)
- func (o *Project) SetCreationTime(v ProjectGetCreationTimeRetType)
- func (o *Project) SetLabels(v ProjectGetLabelsRetType)
- func (o *Project) SetLifecycleState(v ProjectGetLifecycleStateRetType)
- func (o *Project) SetName(v ProjectGetNameRetType)
- func (o *Project) SetParent(v ProjectGetParentRetType)
- func (o *Project) SetProjectId(v ProjectGetProjectIdRetType)
- func (o *Project) SetUpdateTime(v ProjectGetUpdateTimeRetType)
- func (o Project) ToMap() (map[string]interface{}, error)deprecated
- type ProjectGetContainerIdArgTypedeprecated
- type ProjectGetContainerIdAttributeType
- type ProjectGetContainerIdRetTypedeprecated
- type ProjectGetCreationTimeArgTypedeprecated
- type ProjectGetCreationTimeAttributeType
- type ProjectGetCreationTimeRetTypedeprecated
- type ProjectGetLabelsArgTypedeprecated
- type ProjectGetLabelsAttributeType
- type ProjectGetLabelsRetTypedeprecated
- type ProjectGetLifecycleStateArgTypedeprecated
- type ProjectGetLifecycleStateAttributeType
- type ProjectGetLifecycleStateRetTypedeprecated
- type ProjectGetNameArgTypedeprecated
- type ProjectGetNameAttributeType
- type ProjectGetNameRetTypedeprecated
- type ProjectGetParentArgTypedeprecated
- type ProjectGetParentAttributeType
- type ProjectGetParentRetTypedeprecated
- type ProjectGetProjectIdArgTypedeprecated
- type ProjectGetProjectIdAttributeType
- type ProjectGetProjectIdRetTypedeprecated
- type ProjectGetUpdateTimeArgTypedeprecated
- type ProjectGetUpdateTimeAttributeType
- type ProjectGetUpdateTimeRetTypedeprecated
Constants ¶
This section is empty.
Variables ¶
var AllowedContainerSearchResultContainerTypeEnumValues = []ContainerSearchResultContainerType{
"PROJECT",
"FOLDER",
}
All allowed values of ContainerSearchResult enum Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
var AllowedLifecycleStateEnumValues = []LifecycleState{
"CREATING",
"ACTIVE",
"DELETING",
"INACTIVE",
}
All allowed values of LifecycleState enum Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
var AllowedParentListInnerTypesEnumValues = []ParentListInnerTypes{
"FOLDER",
"ORGANIZATION",
}
All allowed values of ParentListInner enum Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
var AllowedParentTypesEnumValues = []ParentTypes{
"ORGANIZATION",
"FOLDER",
}
All allowed values of Parent enum Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
Functions ¶
func CacheExpires ¶
CacheExpires helper function to determine remaining time before repeating a request. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func IsNil ¶
func IsNil(i interface{}) bool
IsNil checks if an input is nil Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func NewConfiguration ¶
func NewConfiguration() *config.Configuration
NewConfiguration returns a new Configuration object Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func ParameterValueToString
deprecated
func PtrBool ¶
PtrBool is a helper routine that returns a pointer to given boolean value. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func PtrFloat32 ¶
PtrFloat32 is a helper routine that returns a pointer to given float value. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func PtrFloat64 ¶
PtrFloat64 is a helper routine that returns a pointer to given float value. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func PtrInt ¶
PtrInt is a helper routine that returns a pointer to given integer value. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func PtrInt32 ¶
PtrInt32 is a helper routine that returns a pointer to given integer value. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func PtrInt64 ¶
PtrInt64 is a helper routine that returns a pointer to given integer value. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
Types ¶
type APIClient ¶
type APIClient struct {
// contains filtered or unexported fields
}
APIClient manages communication with the STACKIT Resource Manager API API v2.0 In most cases there should be only one, shared, APIClient. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func NewAPIClient ¶
func NewAPIClient(opts ...config.ConfigurationOption) (*APIClient, error)
NewAPIClient creates a new API client. Optionally receives configuration options Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*APIClient) CreateFolder
deprecated
added in
v0.13.2
func (a *APIClient) CreateFolder(ctx context.Context) ApiCreateFolderRequest
CreateFolder: Create Folder
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return ApiCreateFolderRequest
func (*APIClient) CreateFolderExecute
deprecated
added in
v0.13.2
func (a *APIClient) CreateFolderExecute(ctx context.Context) (*FolderResponse, error)
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*APIClient) CreateProject
deprecated
func (a *APIClient) CreateProject(ctx context.Context) ApiCreateProjectRequest
CreateProject: Create Project
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return ApiCreateProjectRequest
func (*APIClient) DeleteFolder
deprecated
added in
v0.13.2
func (a *APIClient) DeleteFolder(ctx context.Context, containerId string) ApiDeleteFolderRequest
DeleteFolder: Delete Folder
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param containerId Folder identifier - containerId as well as UUID identifier is supported. @return ApiDeleteFolderRequest
func (*APIClient) DeleteFolderLabels
deprecated
added in
v0.13.2
func (a *APIClient) DeleteFolderLabels(ctx context.Context, containerId string) ApiDeleteFolderLabelsRequest
DeleteFolderLabels: Delete Folder Labels
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param containerId Folder identifier - containerId as well as UUID identifier is supported. @return ApiDeleteFolderLabelsRequest
func (*APIClient) DeleteOrganizationLabels
deprecated
added in
v0.16.0
func (a *APIClient) DeleteOrganizationLabels(ctx context.Context, containerId string) ApiDeleteOrganizationLabelsRequest
DeleteOrganizationLabels: Delete Organization Labels
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param containerId Organization identifier - containerId as well as UUID identifier is supported. @return ApiDeleteOrganizationLabelsRequest
func (*APIClient) DeleteProject
deprecated
func (a *APIClient) DeleteProject(ctx context.Context, id string) ApiDeleteProjectRequest
DeleteProject: Delete Project
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param id Project identifier - containerId as well as UUID identifier is supported. @return ApiDeleteProjectRequest
func (*APIClient) DeleteProjectLabels
deprecated
added in
v0.16.0
func (a *APIClient) DeleteProjectLabels(ctx context.Context, containerId string) ApiDeleteProjectLabelsRequest
DeleteProjectLabels: Delete Project Labels
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param containerId Project identifier - containerId as well as UUID identifier is supported. @return ApiDeleteProjectLabelsRequest
func (*APIClient) GetConfig ¶
func (c *APIClient) GetConfig() *config.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 Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*APIClient) GetFolderDetails
deprecated
added in
v0.13.2
func (a *APIClient) GetFolderDetails(ctx context.Context, containerId string) ApiGetFolderDetailsRequest
GetFolderDetails: Get Folder Details
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param containerId Folder identifier - containerId as well as UUID identifier is supported. @return ApiGetFolderDetailsRequest
func (*APIClient) GetFolderDetailsExecute
deprecated
added in
v0.13.2
func (*APIClient) GetOrganization
deprecated
added in
v0.9.0
func (a *APIClient) GetOrganization(ctx context.Context, id string) ApiGetOrganizationRequest
GetOrganization: Get Organization Details
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param id Organization identifier - containerId as well as UUID identifier is supported. @return ApiGetOrganizationRequest
func (*APIClient) GetOrganizationExecute
deprecated
added in
v0.9.0
func (*APIClient) GetProject
deprecated
func (a *APIClient) GetProject(ctx context.Context, id string) ApiGetProjectRequest
GetProject: Get Project Details
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param id Project identifier - containerId as well as UUID identifier is supported. @return ApiGetProjectRequest
func (*APIClient) GetProjectExecute
deprecated
func (*APIClient) ListFolders
deprecated
added in
v0.16.0
func (a *APIClient) ListFolders(ctx context.Context) ApiListFoldersRequest
ListFolders: Get All Folders
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return ApiListFoldersRequest
func (*APIClient) ListFoldersExecute
deprecated
added in
v0.16.0
func (a *APIClient) ListFoldersExecute(ctx context.Context) (*ListFoldersResponse, error)
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*APIClient) ListOrganizations
deprecated
added in
v0.9.0
func (a *APIClient) ListOrganizations(ctx context.Context) ApiListOrganizationsRequest
ListOrganizations: Get All Organizations
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return ApiListOrganizationsRequest
func (*APIClient) ListOrganizationsExecute
deprecated
added in
v0.9.0
func (a *APIClient) ListOrganizationsExecute(ctx context.Context) (*ListOrganizationsResponse, error)
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*APIClient) ListProjects
deprecated
func (a *APIClient) ListProjects(ctx context.Context) ApiListProjectsRequest
ListProjects: Get All Projects
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return ApiListProjectsRequest
func (*APIClient) ListProjectsExecute
deprecated
func (a *APIClient) ListProjectsExecute(ctx context.Context) (*ListProjectsResponse, error)
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*APIClient) PartialUpdateFolder
deprecated
added in
v0.13.2
func (a *APIClient) PartialUpdateFolder(ctx context.Context, containerId string) ApiPartialUpdateFolderRequest
PartialUpdateFolder: Update Folder
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param containerId Folder identifier - containerId as well as UUID identifier is supported. @return ApiPartialUpdateFolderRequest
func (*APIClient) PartialUpdateFolderExecute
deprecated
added in
v0.13.2
func (*APIClient) PartialUpdateOrganization
deprecated
added in
v0.16.0
func (a *APIClient) PartialUpdateOrganization(ctx context.Context, id string) ApiPartialUpdateOrganizationRequest
PartialUpdateOrganization: Update Organization
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param id Organization identifier - containerId as well as UUID identifier is supported. @return ApiPartialUpdateOrganizationRequest
func (*APIClient) PartialUpdateOrganizationExecute
deprecated
added in
v0.16.0
func (*APIClient) PartialUpdateProject
deprecated
func (a *APIClient) PartialUpdateProject(ctx context.Context, id string) ApiPartialUpdateProjectRequest
PartialUpdateProject: Update Project
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param id Project identifier - containerId as well as UUID identifier is supported. @return ApiPartialUpdateProjectRequest
type ApiCreateFolderRequest
deprecated
added in
v0.13.2
type ApiCreateFolderRequest interface {
// Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
CreateFolderPayload(createFolderPayload CreateFolderPayload) ApiCreateFolderRequest
// Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
Execute() (*FolderResponse, error)
}
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type ApiCreateProjectRequest
deprecated
type ApiCreateProjectRequest interface {
// Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
CreateProjectPayload(createProjectPayload CreateProjectPayload) ApiCreateProjectRequest
// Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
Execute() (*Project, error)
}
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type ApiDeleteFolderLabelsRequest
deprecated
added in
v0.13.2
type ApiDeleteFolderLabelsRequest interface {
// Label name.
// Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
Keys(keys []string) ApiDeleteFolderLabelsRequest
// Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
Execute() error
}
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type ApiDeleteFolderRequest
deprecated
added in
v0.13.2
type ApiDeleteFolderRequest interface {
// If true, all nested, empty folders are deleted recursively - if no project is attached!
// Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
Force(force bool) ApiDeleteFolderRequest
// Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
Execute() error
}
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type ApiDeleteOrganizationLabelsRequest
deprecated
added in
v0.16.0
type ApiDeleteOrganizationLabelsRequest interface {
// Label name.
// Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
Keys(keys []string) ApiDeleteOrganizationLabelsRequest
// Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
Execute() error
}
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type ApiDeleteProjectLabelsRequest
deprecated
added in
v0.16.0
type ApiDeleteProjectLabelsRequest interface {
// Label name.
// Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
Keys(keys []string) ApiDeleteProjectLabelsRequest
// Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
Execute() error
}
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type ApiDeleteProjectRequest
deprecated
type ApiDeleteProjectRequest interface {
// Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
Execute() error
}
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type ApiGetFolderDetailsRequest
deprecated
added in
v0.13.2
type ApiGetFolderDetailsRequest interface {
// Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
IncludeParents(includeParents bool) ApiGetFolderDetailsRequest
// Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
Execute() (*GetFolderDetailsResponse, error)
}
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type ApiGetOrganizationRequest
deprecated
added in
v0.9.0
type ApiGetOrganizationRequest interface {
// Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
Execute() (*OrganizationResponse, error)
}
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type ApiGetProjectRequest
deprecated
type ApiGetProjectRequest interface {
// Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
IncludeParents(includeParents bool) ApiGetProjectRequest
// Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
Execute() (*GetProjectResponse, error)
}
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type ApiListFoldersRequest
deprecated
added in
v0.16.0
type ApiListFoldersRequest interface {
// Identifier of the parent resource container - containerId as well as UUID identifier is supported.
// Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
ContainerParentId(containerParentId string) ApiListFoldersRequest
// List of container identifiers - containerId as well as UUID identifier is supported.
// Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
ContainerIds(containerIds []string) ApiListFoldersRequest
// E-Mail address of the user for whom the visible resource containers should be filtered.
// Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
Member(member string) ApiListFoldersRequest
// The maximum number of projects to return in the response. If not present, an appropriate default will be used. If maximum is exceeded, maximum is used.
// Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
Limit(limit float32) ApiListFoldersRequest
// The offset of the first item in the collection to return.
// Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
Offset(offset float32) ApiListFoldersRequest
// A timestamp to specify the beginning of the creationTime from which entries should be returned. If not given, defaults to the beginning of time.
// Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
CreationTimeStart(creationTimeStart time.Time) ApiListFoldersRequest
// Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
Execute() (*ListFoldersResponse, error)
}
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type ApiListOrganizationsRequest
deprecated
added in
v0.9.0
type ApiListOrganizationsRequest interface {
// Organization identifiers - containerId as well as UUID identifier is supported. A combination of both is not allowed.
// Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
ContainerIds(containerIds []string) ApiListOrganizationsRequest
// E-Mail address of the user for whom the visible resource containers should be filtered.
// Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
Member(member string) ApiListOrganizationsRequest
// The maximum number of projects to return in the response. If not present, an appropriate default will be used. If maximum is exceeded, maximum is used.
// Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
Limit(limit float32) ApiListOrganizationsRequest
// The offset of the first item in the collection to return.
// Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
Offset(offset float32) ApiListOrganizationsRequest
// A timestamp to specify the beginning of the creationTime from which entries should be returned. If not given, defaults to the beginning of time.
// Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
CreationTimeStart(creationTimeStart time.Time) ApiListOrganizationsRequest
// Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
Execute() (*ListOrganizationsResponse, error)
}
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type ApiListProjectsRequest
deprecated
type ApiListProjectsRequest interface {
// Identifier of the parent resource container - containerId as well as UUID identifier is supported.
// Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
ContainerParentId(containerParentId string) ApiListProjectsRequest
// List of container identifiers - containerId as well as UUID identifier is supported.
// Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
ContainerIds(containerIds []string) ApiListProjectsRequest
// E-Mail address of the user for whom the visible resource containers should be filtered.
// Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
Member(member string) ApiListProjectsRequest
// The offset of the first item in the collection to return.
// Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
Offset(offset float32) ApiListProjectsRequest
// The maximum number of projects to return in the response. If not present, an appropriate default will be used. If maximum is exceeded, maximum is used.
// Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
Limit(limit float32) ApiListProjectsRequest
// A timestamp to specify the beginning of the creationTime from which entries should be returned. If not given, defaults to the beginning of time.
// Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
CreationTimeStart(creationTimeStart time.Time) ApiListProjectsRequest
// Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
Execute() (*ListProjectsResponse, error)
}
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type ApiPartialUpdateFolderRequest
deprecated
added in
v0.13.2
type ApiPartialUpdateFolderRequest interface {
// Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
PartialUpdateFolderPayload(partialUpdateFolderPayload PartialUpdateFolderPayload) ApiPartialUpdateFolderRequest
// Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
Execute() (*FolderResponse, error)
}
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type ApiPartialUpdateOrganizationRequest
deprecated
added in
v0.16.0
type ApiPartialUpdateOrganizationRequest interface {
// Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
PartialUpdateOrganizationPayload(partialUpdateOrganizationPayload PartialUpdateOrganizationPayload) ApiPartialUpdateOrganizationRequest
// Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
Execute() (*OrganizationResponse, error)
}
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type ApiPartialUpdateProjectRequest
deprecated
type ApiPartialUpdateProjectRequest interface {
// Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
PartialUpdateProjectPayload(partialUpdateProjectPayload PartialUpdateProjectPayload) ApiPartialUpdateProjectRequest
// Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
Execute() (*Project, error)
}
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type ContainerSearchResult ¶ added in v0.18.0
type ContainerSearchResult struct {
// Globally unique user-friendly identifier.
// REQUIRED
ContainerId ContainerSearchResultGetContainerIdAttributeType `json:"containerId" required:"true"`
// Resource container type.
// REQUIRED
ContainerType ContainerSearchResultGetContainerTypeAttributeType `json:"containerType" required:"true"`
// Globally unique identifier.
// REQUIRED
Id ContainerSearchResultGetIdAttributeType `json:"id" required:"true"`
LifecycleState ContainerSearchResultGetLifecycleStateAttributeType `json:"lifecycleState,omitempty"`
// Resource container name.
// REQUIRED
Name ContainerSearchResultGetNameAttributeType `json:"name" required:"true"`
// Id of the organization the container is in.
OrganizationId ContainerSearchResultGetOrganizationIdAttributeType `json:"organizationId,omitempty"`
}
ContainerSearchResult struct for ContainerSearchResult Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func NewContainerSearchResult ¶ added in v0.18.0
func NewContainerSearchResult(containerId ContainerSearchResultGetContainerIdArgType, containerType ContainerSearchResultGetContainerTypeArgType, id ContainerSearchResultGetIdArgType, name ContainerSearchResultGetNameArgType) *ContainerSearchResult
NewContainerSearchResult instantiates a new ContainerSearchResult object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func NewContainerSearchResultWithDefaults ¶ added in v0.18.0
func NewContainerSearchResultWithDefaults() *ContainerSearchResult
NewContainerSearchResultWithDefaults instantiates a new ContainerSearchResult object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*ContainerSearchResult) GetContainerId ¶ added in v0.18.0
func (o *ContainerSearchResult) GetContainerId() (ret ContainerSearchResultGetContainerIdRetType)
GetContainerId returns the ContainerId field value Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*ContainerSearchResult) GetContainerIdOk ¶ added in v0.18.0
func (o *ContainerSearchResult) GetContainerIdOk() (ret ContainerSearchResultGetContainerIdRetType, ok bool)
GetContainerIdOk returns a tuple with the ContainerId field value and a boolean to check if the value has been set. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*ContainerSearchResult) GetContainerType ¶ added in v0.18.0
func (o *ContainerSearchResult) GetContainerType() (ret ContainerSearchResultGetContainerTypeRetType)
GetContainerType returns the ContainerType field value Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*ContainerSearchResult) GetContainerTypeOk ¶ added in v0.18.0
func (o *ContainerSearchResult) GetContainerTypeOk() (ret ContainerSearchResultGetContainerTypeRetType, ok bool)
GetContainerTypeOk returns a tuple with the ContainerType field value and a boolean to check if the value has been set. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*ContainerSearchResult) GetId ¶ added in v0.18.0
func (o *ContainerSearchResult) GetId() (ret ContainerSearchResultGetIdRetType)
GetId returns the Id field value Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*ContainerSearchResult) GetIdOk ¶ added in v0.18.0
func (o *ContainerSearchResult) GetIdOk() (ret ContainerSearchResultGetIdRetType, ok bool)
GetIdOk returns a tuple with the Id field value and a boolean to check if the value has been set. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*ContainerSearchResult) GetLifecycleState ¶ added in v0.18.0
func (o *ContainerSearchResult) GetLifecycleState() (res ContainerSearchResultGetLifecycleStateRetType)
GetLifecycleState returns the LifecycleState field value if set, zero value otherwise. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*ContainerSearchResult) GetLifecycleStateOk ¶ added in v0.18.0
func (o *ContainerSearchResult) GetLifecycleStateOk() (ret ContainerSearchResultGetLifecycleStateRetType, ok bool)
GetLifecycleStateOk returns a tuple with the LifecycleState field value if set, nil otherwise and a boolean to check if the value has been set. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*ContainerSearchResult) GetName ¶ added in v0.18.0
func (o *ContainerSearchResult) GetName() (ret ContainerSearchResultGetNameRetType)
GetName returns the Name field value Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*ContainerSearchResult) GetNameOk ¶ added in v0.18.0
func (o *ContainerSearchResult) GetNameOk() (ret ContainerSearchResultGetNameRetType, ok bool)
GetNameOk returns a tuple with the Name field value and a boolean to check if the value has been set. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*ContainerSearchResult) GetOrganizationId ¶ added in v0.18.0
func (o *ContainerSearchResult) GetOrganizationId() (res ContainerSearchResultGetOrganizationIdRetType)
GetOrganizationId returns the OrganizationId field value if set, zero value otherwise. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*ContainerSearchResult) GetOrganizationIdOk ¶ added in v0.18.0
func (o *ContainerSearchResult) GetOrganizationIdOk() (ret ContainerSearchResultGetOrganizationIdRetType, ok bool)
GetOrganizationIdOk returns a tuple with the OrganizationId field value if set, nil otherwise and a boolean to check if the value has been set. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*ContainerSearchResult) HasLifecycleState ¶ added in v0.18.0
func (o *ContainerSearchResult) HasLifecycleState() bool
HasLifecycleState returns a boolean if a field has been set. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*ContainerSearchResult) HasOrganizationId ¶ added in v0.18.0
func (o *ContainerSearchResult) HasOrganizationId() bool
HasOrganizationId returns a boolean if a field has been set. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*ContainerSearchResult) SetContainerId ¶ added in v0.18.0
func (o *ContainerSearchResult) SetContainerId(v ContainerSearchResultGetContainerIdRetType)
SetContainerId sets field value Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*ContainerSearchResult) SetContainerType ¶ added in v0.18.0
func (o *ContainerSearchResult) SetContainerType(v ContainerSearchResultGetContainerTypeRetType)
SetContainerType sets field value Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*ContainerSearchResult) SetId ¶ added in v0.18.0
func (o *ContainerSearchResult) SetId(v ContainerSearchResultGetIdRetType)
SetId sets field value Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*ContainerSearchResult) SetLifecycleState ¶ added in v0.18.0
func (o *ContainerSearchResult) SetLifecycleState(v ContainerSearchResultGetLifecycleStateRetType)
SetLifecycleState gets a reference to the given LifecycleState and assigns it to the LifecycleState field. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*ContainerSearchResult) SetName ¶ added in v0.18.0
func (o *ContainerSearchResult) SetName(v ContainerSearchResultGetNameRetType)
SetName sets field value Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*ContainerSearchResult) SetOrganizationId ¶ added in v0.18.0
func (o *ContainerSearchResult) SetOrganizationId(v ContainerSearchResultGetOrganizationIdRetType)
SetOrganizationId gets a reference to the given string and assigns it to the OrganizationId field. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (ContainerSearchResult) ToMap
deprecated
added in
v0.18.0
func (o ContainerSearchResult) ToMap() (map[string]interface{}, error)
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type ContainerSearchResultContainerType ¶ added in v0.18.0
type ContainerSearchResultContainerType string
ContainerSearchResultContainerType Resource container type. value type for enums Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
const ( // Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead CONTAINERSEARCHRESULTCONTAINER_TYPE_PROJECT ContainerSearchResultContainerType = "PROJECT" // Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead CONTAINERSEARCHRESULTCONTAINER_TYPE_FOLDER ContainerSearchResultContainerType = "FOLDER" )
List of ContainerType
func NewContainerSearchResultContainerTypeFromValue ¶ added in v0.18.0
func NewContainerSearchResultContainerTypeFromValue(v ContainerSearchResultContainerType) (*ContainerSearchResultContainerType, error)
NewContainerSearchResultContainerTypeFromValue returns a pointer to a valid ContainerSearchResultContainerType for the value passed as argument, or an error if the value passed is not allowed by the enum Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (ContainerSearchResultContainerType) IsValid ¶ added in v0.18.0
func (v ContainerSearchResultContainerType) IsValid() bool
IsValid return true if the value is valid for the enum, false otherwise Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (ContainerSearchResultContainerType) Ptr ¶ added in v0.18.0
func (v ContainerSearchResultContainerType) Ptr() *ContainerSearchResultContainerType
Ptr returns reference to ContainerTypeContainerType value Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*ContainerSearchResultContainerType) UnmarshalJSON
deprecated
added in
v0.18.0
func (v *ContainerSearchResultContainerType) UnmarshalJSON(src []byte) error
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type ContainerSearchResultGetContainerIdArgType
deprecated
added in
v0.18.0
type ContainerSearchResultGetContainerIdArgType = string
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type ContainerSearchResultGetContainerIdAttributeType ¶ added in v0.18.0
type ContainerSearchResultGetContainerIdAttributeType = *string
isNotNullableString Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type ContainerSearchResultGetContainerIdRetType
deprecated
added in
v0.18.0
type ContainerSearchResultGetContainerIdRetType = string
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type ContainerSearchResultGetContainerTypeArgType
deprecated
added in
v0.18.0
type ContainerSearchResultGetContainerTypeArgType = ContainerSearchResultContainerType
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type ContainerSearchResultGetContainerTypeAttributeType
deprecated
added in
v0.18.0
type ContainerSearchResultGetContainerTypeAttributeType = *ContainerSearchResultContainerType
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type ContainerSearchResultGetContainerTypeRetType
deprecated
added in
v0.18.0
type ContainerSearchResultGetContainerTypeRetType = ContainerSearchResultContainerType
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type ContainerSearchResultGetIdArgType
deprecated
added in
v0.18.0
type ContainerSearchResultGetIdArgType = string
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type ContainerSearchResultGetIdAttributeType ¶ added in v0.18.0
type ContainerSearchResultGetIdAttributeType = *string
isNotNullableString Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type ContainerSearchResultGetIdRetType
deprecated
added in
v0.18.0
type ContainerSearchResultGetIdRetType = string
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type ContainerSearchResultGetLifecycleStateArgType
deprecated
added in
v0.18.0
type ContainerSearchResultGetLifecycleStateArgType = LifecycleState
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type ContainerSearchResultGetLifecycleStateAttributeType ¶ added in v0.18.0
type ContainerSearchResultGetLifecycleStateAttributeType = *LifecycleState
isEnumRef Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type ContainerSearchResultGetLifecycleStateRetType
deprecated
added in
v0.18.0
type ContainerSearchResultGetLifecycleStateRetType = LifecycleState
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type ContainerSearchResultGetNameArgType
deprecated
added in
v0.18.0
type ContainerSearchResultGetNameArgType = string
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type ContainerSearchResultGetNameAttributeType ¶ added in v0.18.0
type ContainerSearchResultGetNameAttributeType = *string
isNotNullableString Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type ContainerSearchResultGetNameRetType
deprecated
added in
v0.18.0
type ContainerSearchResultGetNameRetType = string
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type ContainerSearchResultGetOrganizationIdArgType
deprecated
added in
v0.18.0
type ContainerSearchResultGetOrganizationIdArgType = string
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type ContainerSearchResultGetOrganizationIdAttributeType ¶ added in v0.18.0
type ContainerSearchResultGetOrganizationIdAttributeType = *string
isNotNullableString Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type ContainerSearchResultGetOrganizationIdRetType
deprecated
added in
v0.18.0
type ContainerSearchResultGetOrganizationIdRetType = string
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type CreateFolderPayload ¶ added in v0.13.2
type CreateFolderPayload struct {
// Identifier of the parent resource container - containerId as well as UUID identifier is supported.
// REQUIRED
ContainerParentId CreateFolderPayloadGetContainerParentIdAttributeType `json:"containerParentId" required:"true"`
// Labels are key-value string pairs that can be attached to a resource container. Some labels may be enforced via policies. - A label key must match the regex `[A-ZÄÜÖa-zäüöß0-9_-]{1,64}`. - A label value must match the regex `^$|[A-ZÄÜÖa-zäüöß0-9_-]{1,64}`.
Labels CreateFolderPayloadGetLabelsAttributeType `json:"labels,omitempty"`
// The initial members assigned to the project. At least one subject needs to be a user, and not a client or service account.
Members CreateFolderPayloadGetMembersAttributeType `json:"members,omitempty"`
// The name of the folder matching the regex `^[a-zA-ZäüöÄÜÖ0-9]( ?[a-zA-ZäüöÄÜÖß0-9_+&-]){0,39}$`.
// REQUIRED
Name CreateFolderPayloadGetNameAttributeType `json:"name" required:"true"`
}
CreateFolderPayload struct for CreateFolderPayload Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func NewCreateFolderPayload ¶ added in v0.13.2
func NewCreateFolderPayload(containerParentId CreateFolderPayloadGetContainerParentIdArgType, name CreateFolderPayloadGetNameArgType) *CreateFolderPayload
NewCreateFolderPayload instantiates a new CreateFolderPayload object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func NewCreateFolderPayloadWithDefaults ¶ added in v0.13.2
func NewCreateFolderPayloadWithDefaults() *CreateFolderPayload
NewCreateFolderPayloadWithDefaults instantiates a new CreateFolderPayload object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*CreateFolderPayload) GetContainerParentId ¶ added in v0.13.2
func (o *CreateFolderPayload) GetContainerParentId() (ret CreateFolderPayloadGetContainerParentIdRetType)
GetContainerParentId returns the ContainerParentId field value Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*CreateFolderPayload) GetContainerParentIdOk ¶ added in v0.13.2
func (o *CreateFolderPayload) GetContainerParentIdOk() (ret CreateFolderPayloadGetContainerParentIdRetType, ok bool)
GetContainerParentIdOk returns a tuple with the ContainerParentId field value and a boolean to check if the value has been set. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*CreateFolderPayload) GetLabels ¶ added in v0.13.2
func (o *CreateFolderPayload) GetLabels() (res CreateFolderPayloadGetLabelsRetType)
GetLabels returns the Labels field value if set, zero value otherwise. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*CreateFolderPayload) GetLabelsOk ¶ added in v0.13.2
func (o *CreateFolderPayload) GetLabelsOk() (ret CreateFolderPayloadGetLabelsRetType, ok bool)
GetLabelsOk returns a tuple with the Labels field value if set, nil otherwise and a boolean to check if the value has been set. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*CreateFolderPayload) GetMembers ¶ added in v0.13.2
func (o *CreateFolderPayload) GetMembers() (res CreateFolderPayloadGetMembersRetType)
GetMembers returns the Members field value if set, zero value otherwise. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*CreateFolderPayload) GetMembersOk ¶ added in v0.13.2
func (o *CreateFolderPayload) GetMembersOk() (ret CreateFolderPayloadGetMembersRetType, ok bool)
GetMembersOk returns a tuple with the Members field value if set, nil otherwise and a boolean to check if the value has been set. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*CreateFolderPayload) GetName ¶ added in v0.13.2
func (o *CreateFolderPayload) GetName() (ret CreateFolderPayloadGetNameRetType)
GetName returns the Name field value Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*CreateFolderPayload) GetNameOk ¶ added in v0.13.2
func (o *CreateFolderPayload) GetNameOk() (ret CreateFolderPayloadGetNameRetType, ok bool)
GetNameOk returns a tuple with the Name field value and a boolean to check if the value has been set. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*CreateFolderPayload) HasLabels ¶ added in v0.13.2
func (o *CreateFolderPayload) HasLabels() bool
HasLabels returns a boolean if a field has been set. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*CreateFolderPayload) HasMembers ¶ added in v0.13.2
func (o *CreateFolderPayload) HasMembers() bool
HasMembers returns a boolean if a field has been set. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*CreateFolderPayload) SetContainerParentId ¶ added in v0.13.2
func (o *CreateFolderPayload) SetContainerParentId(v CreateFolderPayloadGetContainerParentIdRetType)
SetContainerParentId sets field value Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*CreateFolderPayload) SetLabels ¶ added in v0.13.2
func (o *CreateFolderPayload) SetLabels(v CreateFolderPayloadGetLabelsRetType)
SetLabels gets a reference to the given map[string]string and assigns it to the Labels field. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*CreateFolderPayload) SetMembers ¶ added in v0.13.2
func (o *CreateFolderPayload) SetMembers(v CreateFolderPayloadGetMembersRetType)
SetMembers gets a reference to the given []Member and assigns it to the Members field. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*CreateFolderPayload) SetName ¶ added in v0.13.2
func (o *CreateFolderPayload) SetName(v CreateFolderPayloadGetNameRetType)
SetName sets field value Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (CreateFolderPayload) ToMap
deprecated
added in
v0.13.2
func (o CreateFolderPayload) ToMap() (map[string]interface{}, error)
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type CreateFolderPayloadGetContainerParentIdArgType
deprecated
added in
v0.13.2
type CreateFolderPayloadGetContainerParentIdArgType = string
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type CreateFolderPayloadGetContainerParentIdAttributeType ¶ added in v0.13.2
type CreateFolderPayloadGetContainerParentIdAttributeType = *string
isNotNullableString Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type CreateFolderPayloadGetContainerParentIdRetType
deprecated
added in
v0.13.2
type CreateFolderPayloadGetContainerParentIdRetType = string
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type CreateFolderPayloadGetLabelsArgType
deprecated
added in
v0.13.2
type CreateFolderPayloadGetLabelsAttributeType ¶ added in v0.13.2
isContainer Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type CreateFolderPayloadGetLabelsRetType
deprecated
added in
v0.13.2
type CreateFolderPayloadGetMembersArgType
deprecated
added in
v0.13.2
type CreateFolderPayloadGetMembersArgType = []Member
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type CreateFolderPayloadGetMembersAttributeType ¶ added in v0.13.2
type CreateFolderPayloadGetMembersAttributeType = *[]Member
isArray Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type CreateFolderPayloadGetMembersRetType
deprecated
added in
v0.13.2
type CreateFolderPayloadGetMembersRetType = []Member
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type CreateFolderPayloadGetNameArgType
deprecated
added in
v0.13.2
type CreateFolderPayloadGetNameArgType = string
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type CreateFolderPayloadGetNameAttributeType ¶ added in v0.13.2
type CreateFolderPayloadGetNameAttributeType = *string
isNotNullableString Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type CreateFolderPayloadGetNameRetType
deprecated
added in
v0.13.2
type CreateFolderPayloadGetNameRetType = string
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type CreateFolderRequest
deprecated
added in
v0.15.0
type CreateFolderRequest struct {
// contains filtered or unexported fields
}
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (CreateFolderRequest) CreateFolderPayload
deprecated
added in
v0.15.0
func (r CreateFolderRequest) CreateFolderPayload(createFolderPayload CreateFolderPayload) ApiCreateFolderRequest
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (CreateFolderRequest) Execute
deprecated
added in
v0.15.0
func (r CreateFolderRequest) Execute() (*FolderResponse, error)
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type CreateProjectPayload ¶
type CreateProjectPayload struct {
// Identifier of the parent resource container - containerId as well as UUID identifier is supported.
// REQUIRED
ContainerParentId CreateProjectPayloadGetContainerParentIdAttributeType `json:"containerParentId" required:"true"`
// Labels are key-value string pairs that can be attached to a resource container. Some labels may be enforced via policies. - A label key must match the regex `[A-ZÄÜÖa-zäüöß0-9_-]{1,64}`. - A label value must match the regex `^$|[A-ZÄÜÖa-zäüöß0-9_-]{1,64}`.
Labels CreateProjectPayloadGetLabelsAttributeType `json:"labels,omitempty"`
// The initial members assigned to the project. At least one subject needs to be a user, and not a client or service account.
// REQUIRED
Members CreateProjectPayloadGetMembersAttributeType `json:"members" required:"true"`
// Project name matching the regex `^[a-zA-ZäüöÄÜÖ0-9]( ?[a-zA-ZäüöÄÜÖß0-9_+&-]){0,39}$`.
// REQUIRED
Name CreateProjectPayloadGetNameAttributeType `json:"name" required:"true"`
}
CreateProjectPayload struct for CreateProjectPayload Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func NewCreateProjectPayload ¶ added in v0.10.0
func NewCreateProjectPayload(containerParentId CreateProjectPayloadGetContainerParentIdArgType, members CreateProjectPayloadGetMembersArgType, name CreateProjectPayloadGetNameArgType) *CreateProjectPayload
NewCreateProjectPayload instantiates a new CreateProjectPayload object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func NewCreateProjectPayloadWithDefaults ¶ added in v0.10.0
func NewCreateProjectPayloadWithDefaults() *CreateProjectPayload
NewCreateProjectPayloadWithDefaults instantiates a new CreateProjectPayload object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*CreateProjectPayload) GetContainerParentId ¶ added in v0.10.0
func (o *CreateProjectPayload) GetContainerParentId() (ret CreateProjectPayloadGetContainerParentIdRetType)
GetContainerParentId returns the ContainerParentId field value Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*CreateProjectPayload) GetContainerParentIdOk ¶ added in v0.10.0
func (o *CreateProjectPayload) GetContainerParentIdOk() (ret CreateProjectPayloadGetContainerParentIdRetType, ok bool)
GetContainerParentIdOk returns a tuple with the ContainerParentId field value and a boolean to check if the value has been set. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*CreateProjectPayload) GetLabels ¶ added in v0.10.0
func (o *CreateProjectPayload) GetLabels() (res CreateProjectPayloadGetLabelsRetType)
GetLabels returns the Labels field value if set, zero value otherwise. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*CreateProjectPayload) GetLabelsOk ¶ added in v0.10.0
func (o *CreateProjectPayload) GetLabelsOk() (ret CreateProjectPayloadGetLabelsRetType, ok bool)
GetLabelsOk returns a tuple with the Labels field value if set, nil otherwise and a boolean to check if the value has been set. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*CreateProjectPayload) GetMembers ¶ added in v0.10.0
func (o *CreateProjectPayload) GetMembers() (ret CreateProjectPayloadGetMembersRetType)
GetMembers returns the Members field value Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*CreateProjectPayload) GetMembersOk ¶ added in v0.10.0
func (o *CreateProjectPayload) GetMembersOk() (ret CreateProjectPayloadGetMembersRetType, ok bool)
GetMembersOk returns a tuple with the Members field value and a boolean to check if the value has been set. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*CreateProjectPayload) GetName ¶ added in v0.10.0
func (o *CreateProjectPayload) GetName() (ret CreateProjectPayloadGetNameRetType)
GetName returns the Name field value Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*CreateProjectPayload) GetNameOk ¶ added in v0.10.0
func (o *CreateProjectPayload) GetNameOk() (ret CreateProjectPayloadGetNameRetType, ok bool)
GetNameOk returns a tuple with the Name field value and a boolean to check if the value has been set. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*CreateProjectPayload) HasLabels ¶ added in v0.10.0
func (o *CreateProjectPayload) HasLabels() bool
HasLabels returns a boolean if a field has been set. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*CreateProjectPayload) SetContainerParentId ¶ added in v0.10.0
func (o *CreateProjectPayload) SetContainerParentId(v CreateProjectPayloadGetContainerParentIdRetType)
SetContainerParentId sets field value Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*CreateProjectPayload) SetLabels ¶ added in v0.10.0
func (o *CreateProjectPayload) SetLabels(v CreateProjectPayloadGetLabelsRetType)
SetLabels gets a reference to the given map[string]string and assigns it to the Labels field. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*CreateProjectPayload) SetMembers ¶ added in v0.10.0
func (o *CreateProjectPayload) SetMembers(v CreateProjectPayloadGetMembersRetType)
SetMembers sets field value Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*CreateProjectPayload) SetName ¶ added in v0.10.0
func (o *CreateProjectPayload) SetName(v CreateProjectPayloadGetNameRetType)
SetName sets field value Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (CreateProjectPayload) ToMap
deprecated
added in
v0.10.0
func (o CreateProjectPayload) ToMap() (map[string]interface{}, error)
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type CreateProjectPayloadGetContainerParentIdArgType
deprecated
added in
v0.13.1
type CreateProjectPayloadGetContainerParentIdArgType = string
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type CreateProjectPayloadGetContainerParentIdAttributeType ¶ added in v0.13.1
type CreateProjectPayloadGetContainerParentIdAttributeType = *string
isNotNullableString Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type CreateProjectPayloadGetContainerParentIdRetType
deprecated
added in
v0.13.1
type CreateProjectPayloadGetContainerParentIdRetType = string
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type CreateProjectPayloadGetLabelsArgType
deprecated
added in
v0.13.1
type CreateProjectPayloadGetLabelsAttributeType ¶ added in v0.13.1
isContainer Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type CreateProjectPayloadGetLabelsRetType
deprecated
added in
v0.13.1
type CreateProjectPayloadGetMembersArgType
deprecated
added in
v0.13.1
type CreateProjectPayloadGetMembersArgType = []Member
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type CreateProjectPayloadGetMembersAttributeType ¶ added in v0.13.1
type CreateProjectPayloadGetMembersAttributeType = *[]Member
isArray Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type CreateProjectPayloadGetMembersRetType
deprecated
added in
v0.13.1
type CreateProjectPayloadGetMembersRetType = []Member
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type CreateProjectPayloadGetNameArgType
deprecated
added in
v0.13.1
type CreateProjectPayloadGetNameArgType = string
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type CreateProjectPayloadGetNameAttributeType ¶ added in v0.13.1
type CreateProjectPayloadGetNameAttributeType = *string
isNotNullableString Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type CreateProjectPayloadGetNameRetType
deprecated
added in
v0.13.1
type CreateProjectPayloadGetNameRetType = string
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type CreateProjectRequest
deprecated
added in
v0.15.0
type CreateProjectRequest struct {
// contains filtered or unexported fields
}
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (CreateProjectRequest) CreateProjectPayload
deprecated
added in
v0.15.0
func (r CreateProjectRequest) CreateProjectPayload(createProjectPayload CreateProjectPayload) ApiCreateProjectRequest
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (CreateProjectRequest) Execute
deprecated
added in
v0.15.0
func (r CreateProjectRequest) Execute() (*Project, error)
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type DefaultApi
deprecated
added in
v0.15.0
type DefaultApi interface {
/*
CreateFolder Create Folder
Create a new folder.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiCreateFolderRequest
// Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
*/
CreateFolder(ctx context.Context) ApiCreateFolderRequest
/*
CreateFolderExecute executes the request
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return FolderResponse
// Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
*/
CreateFolderExecute(ctx context.Context) (*FolderResponse, error)
/*
CreateProject Create Project
Create a new project.
- The request is synchronous, but the workflow-based creation is asynchronous.
- Lifecycle state remains in CREATING, until workflow completes
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiCreateProjectRequest
// Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
*/
CreateProject(ctx context.Context) ApiCreateProjectRequest
/*
CreateProjectExecute executes the request
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return Project
// Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
*/
CreateProjectExecute(ctx context.Context) (*Project, error)
/*
DeleteFolder Delete Folder
Delete a folder and its metadata.
- Folder must not be parent of any other container
- A force flag may be set, deleting all underlying folders recursively - if no project is attached!
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param containerId Folder identifier - containerId as well as UUID identifier is supported.
@return ApiDeleteFolderRequest
// Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
*/
DeleteFolder(ctx context.Context, containerId string) ApiDeleteFolderRequest
/*
DeleteFolderExecute executes the request
// Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
*/
DeleteFolderExecute(ctx context.Context, containerId string) error
/*
DeleteFolderLabels Delete Folder Labels
Deletes all folder labels by given keys.
- Specific labels may be deleted by key(s)
- If no key is specified, all labels will be deleted!
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param containerId Folder identifier - containerId as well as UUID identifier is supported.
@return ApiDeleteFolderLabelsRequest
// Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
*/
DeleteFolderLabels(ctx context.Context, containerId string) ApiDeleteFolderLabelsRequest
/*
DeleteFolderLabelsExecute executes the request
// Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
*/
DeleteFolderLabelsExecute(ctx context.Context, containerId string) error
/*
DeleteOrganizationLabels Delete Organization Labels
Deletes all organization labels by given keys.
- Specific labels may be deleted by key(s)
- If no key is specified, all labels will be deleted!
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param containerId Organization identifier - containerId as well as UUID identifier is supported.
@return ApiDeleteOrganizationLabelsRequest
// Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
*/
DeleteOrganizationLabels(ctx context.Context, containerId string) ApiDeleteOrganizationLabelsRequest
/*
DeleteOrganizationLabelsExecute executes the request
// Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
*/
DeleteOrganizationLabelsExecute(ctx context.Context, containerId string) error
/*
DeleteProject Delete Project
Triggers the deletion of a project.
- The request is synchronous, but the workflow-based deletion is asynchronous
- Lifecycle state remains in DELETING, until workflow completes
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param id Project identifier - containerId as well as UUID identifier is supported.
@return ApiDeleteProjectRequest
// Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
*/
DeleteProject(ctx context.Context, id string) ApiDeleteProjectRequest
/*
DeleteProjectExecute executes the request
// Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
*/
DeleteProjectExecute(ctx context.Context, id string) error
/*
DeleteProjectLabels Delete Project Labels
Deletes all project labels by given keys.
- Specific labels may be deleted by key(s)
- If no key is specified, all labels will be deleted!
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param containerId Project identifier - containerId as well as UUID identifier is supported.
@return ApiDeleteProjectLabelsRequest
// Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
*/
DeleteProjectLabels(ctx context.Context, containerId string) ApiDeleteProjectLabelsRequest
/*
DeleteProjectLabelsExecute executes the request
// Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
*/
DeleteProjectLabelsExecute(ctx context.Context, containerId string) error
/*
GetFolderDetails Get Folder Details
Returns all metadata for a specific folder.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param containerId Folder identifier - containerId as well as UUID identifier is supported.
@return ApiGetFolderDetailsRequest
// Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
*/
GetFolderDetails(ctx context.Context, containerId string) ApiGetFolderDetailsRequest
/*
GetFolderDetailsExecute executes the request
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param containerId Folder identifier - containerId as well as UUID identifier is supported.
@return GetFolderDetailsResponse
// Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
*/
GetFolderDetailsExecute(ctx context.Context, containerId string) (*GetFolderDetailsResponse, error)
/*
GetOrganization Get Organization Details
Returns the organization and its metadata.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param id Organization identifier - containerId as well as UUID identifier is supported.
@return ApiGetOrganizationRequest
// Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
*/
GetOrganization(ctx context.Context, id string) ApiGetOrganizationRequest
/*
GetOrganizationExecute executes the request
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param id Organization identifier - containerId as well as UUID identifier is supported.
@return OrganizationResponse
// Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
*/
GetOrganizationExecute(ctx context.Context, id string) (*OrganizationResponse, error)
/*
GetProject Get Project Details
Returns the project and its metadata.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param id Project identifier - containerId as well as UUID identifier is supported.
@return ApiGetProjectRequest
// Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
*/
GetProject(ctx context.Context, id string) ApiGetProjectRequest
/*
GetProjectExecute executes the request
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param id Project identifier - containerId as well as UUID identifier is supported.
@return GetProjectResponse
// Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
*/
GetProjectExecute(ctx context.Context, id string) (*GetProjectResponse, error)
/*
ListFolders Get All Folders
Returns all folders and their metadata that:
- Are children of the specific containerParentId
- Match the given containerIds
- User is member of <br />
Filter:
- Either containerParentId OR containerIds OR member must be passed
- If containerId and containerParentId are given, both are used for filtering - containers must point to the same parent
- If member and containerParentId are given, both are used for filtering
- If member is given, containers must not point to the same container parent
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiListFoldersRequest
// Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
*/
ListFolders(ctx context.Context) ApiListFoldersRequest
/*
ListFoldersExecute executes the request
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ListFoldersResponse
// Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
*/
ListFoldersExecute(ctx context.Context) (*ListFoldersResponse, error)
/*
ListOrganizations Get All Organizations
Returns all organizations and their metadata.
- If no containerIds are specified, all organizations are returned, if permitted
- ContainerIds may be set to filter
- Member may be set to filter
- If member and containerIds are given, both are used for filtering
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiListOrganizationsRequest
// Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
*/
ListOrganizations(ctx context.Context) ApiListOrganizationsRequest
/*
ListOrganizationsExecute executes the request
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ListOrganizationsResponse
// Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
*/
ListOrganizationsExecute(ctx context.Context) (*ListOrganizationsResponse, error)
/*
ListProjects Get All Projects
Returns all projects and their metadata that:
- Are children of the specific containerParentId
- Match the given containerIds
- User is member of
Filter:
- Either containerParentId OR containerIds OR member must be passed
- If containerId and containerParentId are given, both are used for filtering - containers must point to the same parent
- If member and containerParentId are given, both are used for filtering
- If member is given, containers must not point to the same container parent
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiListProjectsRequest
// Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
*/
ListProjects(ctx context.Context) ApiListProjectsRequest
/*
ListProjectsExecute executes the request
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ListProjectsResponse
// Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
*/
ListProjectsExecute(ctx context.Context) (*ListProjectsResponse, error)
/*
PartialUpdateFolder Update Folder
Update the folder and its metadata.
- Update folder name
- Update folder labels
- Update folder parent (folder or organization)
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param containerId Folder identifier - containerId as well as UUID identifier is supported.
@return ApiPartialUpdateFolderRequest
// Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
*/
PartialUpdateFolder(ctx context.Context, containerId string) ApiPartialUpdateFolderRequest
/*
PartialUpdateFolderExecute executes the request
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param containerId Folder identifier - containerId as well as UUID identifier is supported.
@return FolderResponse
// Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
*/
PartialUpdateFolderExecute(ctx context.Context, containerId string) (*FolderResponse, error)
/*
PartialUpdateOrganization Update Organization
Update the organization and its metadata.
- Update organization name
- Update organization labels
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param id Organization identifier - containerId as well as UUID identifier is supported.
@return ApiPartialUpdateOrganizationRequest
// Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
*/
PartialUpdateOrganization(ctx context.Context, id string) ApiPartialUpdateOrganizationRequest
/*
PartialUpdateOrganizationExecute executes the request
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param id Organization identifier - containerId as well as UUID identifier is supported.
@return OrganizationResponse
// Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
*/
PartialUpdateOrganizationExecute(ctx context.Context, id string) (*OrganizationResponse, error)
/*
PartialUpdateProject Update Project
Update the project and its metadata.
- Update project name
- Update project labels
- Update project parent (folder or organization)
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param id Project identifier - containerId as well as UUID identifier is supported.
@return ApiPartialUpdateProjectRequest
// Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
*/
PartialUpdateProject(ctx context.Context, id string) ApiPartialUpdateProjectRequest
/*
PartialUpdateProjectExecute executes the request
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param id Project identifier - containerId as well as UUID identifier is supported.
@return Project
// Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
*/
PartialUpdateProjectExecute(ctx context.Context, id string) (*Project, error)
}
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type DefaultApiService ¶
type DefaultApiService service
DefaultApiService DefaultApi service Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type DeleteFolderLabelsRequest
deprecated
added in
v0.15.0
type DeleteFolderLabelsRequest struct {
// contains filtered or unexported fields
}
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (DeleteFolderLabelsRequest) Execute
deprecated
added in
v0.15.0
func (r DeleteFolderLabelsRequest) Execute() error
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (DeleteFolderLabelsRequest) Keys ¶ added in v0.15.0
func (r DeleteFolderLabelsRequest) Keys(keys []string) ApiDeleteFolderLabelsRequest
Label name. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type DeleteFolderRequest
deprecated
added in
v0.15.0
type DeleteFolderRequest struct {
// contains filtered or unexported fields
}
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (DeleteFolderRequest) Execute
deprecated
added in
v0.15.0
func (r DeleteFolderRequest) Execute() error
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (DeleteFolderRequest) Force ¶ added in v0.15.0
func (r DeleteFolderRequest) Force(force bool) ApiDeleteFolderRequest
If true, all nested, empty folders are deleted recursively - if no project is attached! Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type DeleteOrganizationLabelsRequest
deprecated
added in
v0.16.0
type DeleteOrganizationLabelsRequest struct {
// contains filtered or unexported fields
}
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (DeleteOrganizationLabelsRequest) Execute
deprecated
added in
v0.16.0
func (r DeleteOrganizationLabelsRequest) Execute() error
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (DeleteOrganizationLabelsRequest) Keys ¶ added in v0.16.0
func (r DeleteOrganizationLabelsRequest) Keys(keys []string) ApiDeleteOrganizationLabelsRequest
Label name. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type DeleteProjectLabelsRequest
deprecated
added in
v0.16.0
type DeleteProjectLabelsRequest struct {
// contains filtered or unexported fields
}
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (DeleteProjectLabelsRequest) Execute
deprecated
added in
v0.16.0
func (r DeleteProjectLabelsRequest) Execute() error
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (DeleteProjectLabelsRequest) Keys ¶ added in v0.16.0
func (r DeleteProjectLabelsRequest) Keys(keys []string) ApiDeleteProjectLabelsRequest
Label name. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type DeleteProjectRequest
deprecated
added in
v0.15.0
type DeleteProjectRequest struct {
// contains filtered or unexported fields
}
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (DeleteProjectRequest) Execute
deprecated
added in
v0.15.0
func (r DeleteProjectRequest) Execute() error
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type ErrorResponse ¶
type ErrorResponse struct {
// The reason phrase of the status code.
// REQUIRED
Error ErrorResponseGetErrorAttributeType `json:"error" required:"true"`
// Description of the error.
// REQUIRED
Message ErrorResponseGetMessageAttributeType `json:"message" required:"true"`
// Path which was called.
// REQUIRED
Path ErrorResponseGetPathAttributeType `json:"path" required:"true"`
// Http Status Code.
// REQUIRED
Status ErrorResponseGetStatusAttributeType `json:"status" required:"true"`
// Timestamp at which the error occurred.
// REQUIRED
TimeStamp ErrorResponseGetTimeStampAttributeType `json:"timeStamp" required:"true"`
}
ErrorResponse struct for ErrorResponse Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func NewErrorResponse ¶ added in v0.10.0
func NewErrorResponse(error_ ErrorResponseGetErrorArgType, message ErrorResponseGetMessageArgType, path ErrorResponseGetPathArgType, status ErrorResponseGetStatusArgType, timeStamp ErrorResponseGetTimeStampArgType) *ErrorResponse
NewErrorResponse instantiates a new ErrorResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func NewErrorResponseWithDefaults ¶ added in v0.10.0
func NewErrorResponseWithDefaults() *ErrorResponse
NewErrorResponseWithDefaults instantiates a new ErrorResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*ErrorResponse) GetError ¶ added in v0.10.0
func (o *ErrorResponse) GetError() (ret ErrorResponseGetErrorRetType)
GetError returns the Error field value Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*ErrorResponse) GetErrorOk ¶ added in v0.10.0
func (o *ErrorResponse) GetErrorOk() (ret ErrorResponseGetErrorRetType, ok bool)
GetErrorOk returns a tuple with the Error field value and a boolean to check if the value has been set. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*ErrorResponse) GetMessage ¶ added in v0.10.0
func (o *ErrorResponse) GetMessage() (ret ErrorResponseGetMessageRetType)
GetMessage returns the Message field value Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*ErrorResponse) GetMessageOk ¶ added in v0.10.0
func (o *ErrorResponse) GetMessageOk() (ret ErrorResponseGetMessageRetType, ok bool)
GetMessageOk returns a tuple with the Message field value and a boolean to check if the value has been set. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*ErrorResponse) GetPath ¶ added in v0.10.0
func (o *ErrorResponse) GetPath() (ret ErrorResponseGetPathRetType)
GetPath returns the Path field value Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*ErrorResponse) GetPathOk ¶ added in v0.10.0
func (o *ErrorResponse) GetPathOk() (ret ErrorResponseGetPathRetType, ok bool)
GetPathOk returns a tuple with the Path field value and a boolean to check if the value has been set. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*ErrorResponse) GetStatus ¶ added in v0.10.0
func (o *ErrorResponse) GetStatus() (ret ErrorResponseGetStatusRetType)
GetStatus returns the Status field value Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*ErrorResponse) GetStatusOk ¶ added in v0.10.0
func (o *ErrorResponse) GetStatusOk() (ret ErrorResponseGetStatusRetType, ok bool)
GetStatusOk returns a tuple with the Status field value and a boolean to check if the value has been set. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*ErrorResponse) GetTimeStamp ¶ added in v0.10.0
func (o *ErrorResponse) GetTimeStamp() (ret ErrorResponseGetTimeStampRetType)
GetTimeStamp returns the TimeStamp field value Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*ErrorResponse) GetTimeStampOk ¶ added in v0.10.0
func (o *ErrorResponse) GetTimeStampOk() (ret ErrorResponseGetTimeStampRetType, ok bool)
GetTimeStampOk returns a tuple with the TimeStamp field value and a boolean to check if the value has been set. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*ErrorResponse) SetError ¶ added in v0.10.0
func (o *ErrorResponse) SetError(v ErrorResponseGetErrorRetType)
SetError sets field value Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*ErrorResponse) SetMessage ¶ added in v0.10.0
func (o *ErrorResponse) SetMessage(v ErrorResponseGetMessageRetType)
SetMessage sets field value Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*ErrorResponse) SetPath ¶ added in v0.10.0
func (o *ErrorResponse) SetPath(v ErrorResponseGetPathRetType)
SetPath sets field value Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*ErrorResponse) SetStatus ¶ added in v0.10.0
func (o *ErrorResponse) SetStatus(v ErrorResponseGetStatusRetType)
SetStatus sets field value Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*ErrorResponse) SetTimeStamp ¶ added in v0.10.0
func (o *ErrorResponse) SetTimeStamp(v ErrorResponseGetTimeStampRetType)
SetTimeStamp sets field value Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (ErrorResponse) ToMap
deprecated
added in
v0.10.0
func (o ErrorResponse) ToMap() (map[string]interface{}, error)
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type ErrorResponseGetErrorArgType
deprecated
added in
v0.13.1
type ErrorResponseGetErrorArgType = string
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type ErrorResponseGetErrorAttributeType ¶ added in v0.13.1
type ErrorResponseGetErrorAttributeType = *string
isNotNullableString Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type ErrorResponseGetErrorRetType
deprecated
added in
v0.13.1
type ErrorResponseGetErrorRetType = string
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type ErrorResponseGetMessageArgType
deprecated
added in
v0.13.1
type ErrorResponseGetMessageArgType = string
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type ErrorResponseGetMessageAttributeType ¶ added in v0.13.1
type ErrorResponseGetMessageAttributeType = *string
isNotNullableString Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type ErrorResponseGetMessageRetType
deprecated
added in
v0.13.1
type ErrorResponseGetMessageRetType = string
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type ErrorResponseGetPathArgType
deprecated
added in
v0.13.1
type ErrorResponseGetPathArgType = string
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type ErrorResponseGetPathAttributeType ¶ added in v0.13.1
type ErrorResponseGetPathAttributeType = *string
isNotNullableString Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type ErrorResponseGetPathRetType
deprecated
added in
v0.13.1
type ErrorResponseGetPathRetType = string
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type ErrorResponseGetStatusArgType
deprecated
added in
v0.13.1
type ErrorResponseGetStatusArgType = float64
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type ErrorResponseGetStatusAttributeType ¶ added in v0.13.1
type ErrorResponseGetStatusAttributeType = *float64
isNumber Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type ErrorResponseGetStatusRetType
deprecated
added in
v0.13.1
type ErrorResponseGetStatusRetType = float64
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type ErrorResponseGetTimeStampArgType
deprecated
added in
v0.13.1
type ErrorResponseGetTimeStampAttributeType ¶ added in v0.13.1
isDateTime Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type ErrorResponseGetTimeStampRetType
deprecated
added in
v0.13.1
type FolderResponse ¶
type FolderResponse struct {
// Globally unique, user-friendly identifier.
// REQUIRED
ContainerId FolderResponseGetContainerIdAttributeType `json:"containerId" required:"true"`
// Timestamp at which the folder was created.
// REQUIRED
CreationTime FolderResponseGetCreationTimeAttributeType `json:"creationTime" required:"true"`
// Globally unique folder identifier.
// REQUIRED
FolderId FolderResponseGetFolderIdAttributeType `json:"folderId" required:"true"`
// Labels are key-value string pairs that can be attached to a resource container. Some labels may be enforced via policies. - A label key must match the regex `[A-ZÄÜÖa-zäüöß0-9_-]{1,64}`. - A label value must match the regex `^$|[A-ZÄÜÖa-zäüöß0-9_-]{1,64}`.
Labels FolderResponseGetLabelsAttributeType `json:"labels,omitempty"`
// Folder name.
// REQUIRED
Name FolderResponseGetNameAttributeType `json:"name" required:"true"`
// REQUIRED
Parent FolderResponseGetParentAttributeType `json:"parent" required:"true"`
// Timestamp at which the folder was last modified.
// REQUIRED
UpdateTime FolderResponseGetUpdateTimeAttributeType `json:"updateTime" required:"true"`
}
FolderResponse struct for FolderResponse Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func NewFolderResponse ¶ added in v0.11.0
func NewFolderResponse(containerId FolderResponseGetContainerIdArgType, creationTime FolderResponseGetCreationTimeArgType, folderId FolderResponseGetFolderIdArgType, name FolderResponseGetNameArgType, parent FolderResponseGetParentArgType, updateTime FolderResponseGetUpdateTimeArgType) *FolderResponse
NewFolderResponse instantiates a new FolderResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func NewFolderResponseWithDefaults ¶ added in v0.11.0
func NewFolderResponseWithDefaults() *FolderResponse
NewFolderResponseWithDefaults instantiates a new FolderResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*FolderResponse) GetContainerId ¶ added in v0.11.0
func (o *FolderResponse) GetContainerId() (ret FolderResponseGetContainerIdRetType)
GetContainerId returns the ContainerId field value Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*FolderResponse) GetContainerIdOk ¶ added in v0.11.0
func (o *FolderResponse) GetContainerIdOk() (ret FolderResponseGetContainerIdRetType, ok bool)
GetContainerIdOk returns a tuple with the ContainerId field value and a boolean to check if the value has been set. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*FolderResponse) GetCreationTime ¶ added in v0.11.0
func (o *FolderResponse) GetCreationTime() (ret FolderResponseGetCreationTimeRetType)
GetCreationTime returns the CreationTime field value Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*FolderResponse) GetCreationTimeOk ¶ added in v0.11.0
func (o *FolderResponse) GetCreationTimeOk() (ret FolderResponseGetCreationTimeRetType, ok bool)
GetCreationTimeOk returns a tuple with the CreationTime field value and a boolean to check if the value has been set. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*FolderResponse) GetFolderId ¶ added in v0.11.0
func (o *FolderResponse) GetFolderId() (ret FolderResponseGetFolderIdRetType)
GetFolderId returns the FolderId field value Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*FolderResponse) GetFolderIdOk ¶ added in v0.11.0
func (o *FolderResponse) GetFolderIdOk() (ret FolderResponseGetFolderIdRetType, ok bool)
GetFolderIdOk returns a tuple with the FolderId field value and a boolean to check if the value has been set. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*FolderResponse) GetLabels ¶ added in v0.11.0
func (o *FolderResponse) GetLabels() (res FolderResponseGetLabelsRetType)
GetLabels returns the Labels field value if set, zero value otherwise. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*FolderResponse) GetLabelsOk ¶ added in v0.11.0
func (o *FolderResponse) GetLabelsOk() (ret FolderResponseGetLabelsRetType, ok bool)
GetLabelsOk returns a tuple with the Labels field value if set, nil otherwise and a boolean to check if the value has been set. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*FolderResponse) GetName ¶ added in v0.11.0
func (o *FolderResponse) GetName() (ret FolderResponseGetNameRetType)
GetName returns the Name field value Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*FolderResponse) GetNameOk ¶ added in v0.11.0
func (o *FolderResponse) GetNameOk() (ret FolderResponseGetNameRetType, ok bool)
GetNameOk returns a tuple with the Name field value and a boolean to check if the value has been set. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*FolderResponse) GetParent ¶ added in v0.11.0
func (o *FolderResponse) GetParent() (ret FolderResponseGetParentRetType)
GetParent returns the Parent field value Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*FolderResponse) GetParentOk ¶ added in v0.11.0
func (o *FolderResponse) GetParentOk() (ret FolderResponseGetParentRetType, ok bool)
GetParentOk returns a tuple with the Parent field value and a boolean to check if the value has been set. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*FolderResponse) GetUpdateTime ¶ added in v0.11.0
func (o *FolderResponse) GetUpdateTime() (ret FolderResponseGetUpdateTimeRetType)
GetUpdateTime returns the UpdateTime field value Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*FolderResponse) GetUpdateTimeOk ¶ added in v0.11.0
func (o *FolderResponse) GetUpdateTimeOk() (ret FolderResponseGetUpdateTimeRetType, ok bool)
GetUpdateTimeOk returns a tuple with the UpdateTime field value and a boolean to check if the value has been set. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*FolderResponse) HasLabels ¶ added in v0.11.0
func (o *FolderResponse) HasLabels() bool
HasLabels returns a boolean if a field has been set. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*FolderResponse) SetContainerId ¶ added in v0.11.0
func (o *FolderResponse) SetContainerId(v FolderResponseGetContainerIdRetType)
SetContainerId sets field value Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*FolderResponse) SetCreationTime ¶ added in v0.11.0
func (o *FolderResponse) SetCreationTime(v FolderResponseGetCreationTimeRetType)
SetCreationTime sets field value Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*FolderResponse) SetFolderId ¶ added in v0.11.0
func (o *FolderResponse) SetFolderId(v FolderResponseGetFolderIdRetType)
SetFolderId sets field value Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*FolderResponse) SetLabels ¶ added in v0.11.0
func (o *FolderResponse) SetLabels(v FolderResponseGetLabelsRetType)
SetLabels gets a reference to the given map[string]string and assigns it to the Labels field. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*FolderResponse) SetName ¶ added in v0.11.0
func (o *FolderResponse) SetName(v FolderResponseGetNameRetType)
SetName sets field value Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*FolderResponse) SetParent ¶ added in v0.11.0
func (o *FolderResponse) SetParent(v FolderResponseGetParentRetType)
SetParent sets field value Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*FolderResponse) SetUpdateTime ¶ added in v0.11.0
func (o *FolderResponse) SetUpdateTime(v FolderResponseGetUpdateTimeRetType)
SetUpdateTime sets field value Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (FolderResponse) ToMap
deprecated
added in
v0.11.0
func (o FolderResponse) ToMap() (map[string]interface{}, error)
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type FolderResponseGetContainerIdArgType
deprecated
added in
v0.13.2
type FolderResponseGetContainerIdArgType = string
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type FolderResponseGetContainerIdAttributeType ¶ added in v0.13.2
type FolderResponseGetContainerIdAttributeType = *string
isNotNullableString Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type FolderResponseGetContainerIdRetType
deprecated
added in
v0.13.2
type FolderResponseGetContainerIdRetType = string
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type FolderResponseGetCreationTimeArgType
deprecated
added in
v0.13.2
type FolderResponseGetCreationTimeAttributeType ¶ added in v0.13.2
isDateTime Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type FolderResponseGetCreationTimeRetType
deprecated
added in
v0.13.2
type FolderResponseGetFolderIdArgType
deprecated
added in
v0.13.2
type FolderResponseGetFolderIdArgType = string
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type FolderResponseGetFolderIdAttributeType ¶ added in v0.13.2
type FolderResponseGetFolderIdAttributeType = *string
isNotNullableString Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type FolderResponseGetFolderIdRetType
deprecated
added in
v0.13.2
type FolderResponseGetFolderIdRetType = string
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type FolderResponseGetLabelsArgType
deprecated
added in
v0.13.2
type FolderResponseGetLabelsAttributeType ¶ added in v0.13.2
isContainer Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type FolderResponseGetLabelsRetType
deprecated
added in
v0.13.2
type FolderResponseGetNameArgType
deprecated
added in
v0.13.2
type FolderResponseGetNameArgType = string
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type FolderResponseGetNameAttributeType ¶ added in v0.13.2
type FolderResponseGetNameAttributeType = *string
isNotNullableString Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type FolderResponseGetNameRetType
deprecated
added in
v0.13.2
type FolderResponseGetNameRetType = string
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type FolderResponseGetParentArgType
deprecated
added in
v0.13.2
type FolderResponseGetParentArgType = Parent
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type FolderResponseGetParentAttributeType ¶ added in v0.13.2
type FolderResponseGetParentAttributeType = *Parent
isModel Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type FolderResponseGetParentRetType
deprecated
added in
v0.13.2
type FolderResponseGetParentRetType = Parent
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type FolderResponseGetUpdateTimeArgType
deprecated
added in
v0.13.2
type FolderResponseGetUpdateTimeAttributeType ¶ added in v0.13.2
isDateTime Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type FolderResponseGetUpdateTimeRetType
deprecated
added in
v0.13.2
type GetFolderDetailsRequest
deprecated
added in
v0.15.0
type GetFolderDetailsRequest struct {
// contains filtered or unexported fields
}
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (GetFolderDetailsRequest) Execute
deprecated
added in
v0.15.0
func (r GetFolderDetailsRequest) Execute() (*GetFolderDetailsResponse, error)
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (GetFolderDetailsRequest) IncludeParents
deprecated
added in
v0.15.0
func (r GetFolderDetailsRequest) IncludeParents(includeParents bool) ApiGetFolderDetailsRequest
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type GetFolderDetailsResponse ¶ added in v0.13.2
type GetFolderDetailsResponse struct {
// Globally unique user-friendly identifier.
// REQUIRED
ContainerId GetFolderDetailsResponseGetContainerIdAttributeType `json:"containerId" required:"true"`
// Timestamp at which the folder was created.
// REQUIRED
CreationTime GetFolderDetailsResponseGetCreationTimeAttributeType `json:"creationTime" required:"true"`
// Globally unique folder identifier.
// REQUIRED
FolderId GetFolderDetailsResponseGetFolderIdAttributeType `json:"folderId" required:"true"`
// Labels are key-value string pairs that can be attached to a resource container. Some labels may be enforced via policies. - A label key must match the regex `[A-ZÄÜÖa-zäüöß0-9_-]{1,64}`. - A label value must match the regex `^$|[A-ZÄÜÖa-zäüöß0-9_-]{1,64}`.
Labels GetFolderDetailsResponseGetLabelsAttributeType `json:"labels,omitempty"`
// Folder name.
// REQUIRED
Name GetFolderDetailsResponseGetNameAttributeType `json:"name" required:"true"`
// REQUIRED
Parent GetFolderDetailsResponseGetParentAttributeType `json:"parent" required:"true"`
Parents GetFolderDetailsResponseGetParentsAttributeType `json:"parents,omitempty"`
// Timestamp at which the folder was last modified.
// REQUIRED
UpdateTime GetFolderDetailsResponseGetUpdateTimeAttributeType `json:"updateTime" required:"true"`
}
GetFolderDetailsResponse struct for GetFolderDetailsResponse Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func NewGetFolderDetailsResponse ¶ added in v0.13.2
func NewGetFolderDetailsResponse(containerId GetFolderDetailsResponseGetContainerIdArgType, creationTime GetFolderDetailsResponseGetCreationTimeArgType, folderId GetFolderDetailsResponseGetFolderIdArgType, name GetFolderDetailsResponseGetNameArgType, parent GetFolderDetailsResponseGetParentArgType, updateTime GetFolderDetailsResponseGetUpdateTimeArgType) *GetFolderDetailsResponse
NewGetFolderDetailsResponse instantiates a new GetFolderDetailsResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func NewGetFolderDetailsResponseWithDefaults ¶ added in v0.13.2
func NewGetFolderDetailsResponseWithDefaults() *GetFolderDetailsResponse
NewGetFolderDetailsResponseWithDefaults instantiates a new GetFolderDetailsResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*GetFolderDetailsResponse) GetContainerId ¶ added in v0.13.2
func (o *GetFolderDetailsResponse) GetContainerId() (ret GetFolderDetailsResponseGetContainerIdRetType)
GetContainerId returns the ContainerId field value Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*GetFolderDetailsResponse) GetContainerIdOk ¶ added in v0.13.2
func (o *GetFolderDetailsResponse) GetContainerIdOk() (ret GetFolderDetailsResponseGetContainerIdRetType, ok bool)
GetContainerIdOk returns a tuple with the ContainerId field value and a boolean to check if the value has been set. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*GetFolderDetailsResponse) GetCreationTime ¶ added in v0.13.2
func (o *GetFolderDetailsResponse) GetCreationTime() (ret GetFolderDetailsResponseGetCreationTimeRetType)
GetCreationTime returns the CreationTime field value Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*GetFolderDetailsResponse) GetCreationTimeOk ¶ added in v0.13.2
func (o *GetFolderDetailsResponse) GetCreationTimeOk() (ret GetFolderDetailsResponseGetCreationTimeRetType, ok bool)
GetCreationTimeOk returns a tuple with the CreationTime field value and a boolean to check if the value has been set. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*GetFolderDetailsResponse) GetFolderId ¶ added in v0.13.2
func (o *GetFolderDetailsResponse) GetFolderId() (ret GetFolderDetailsResponseGetFolderIdRetType)
GetFolderId returns the FolderId field value Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*GetFolderDetailsResponse) GetFolderIdOk ¶ added in v0.13.2
func (o *GetFolderDetailsResponse) GetFolderIdOk() (ret GetFolderDetailsResponseGetFolderIdRetType, ok bool)
GetFolderIdOk returns a tuple with the FolderId field value and a boolean to check if the value has been set. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*GetFolderDetailsResponse) GetLabels ¶ added in v0.13.2
func (o *GetFolderDetailsResponse) GetLabels() (res GetFolderDetailsResponseGetLabelsRetType)
GetLabels returns the Labels field value if set, zero value otherwise. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*GetFolderDetailsResponse) GetLabelsOk ¶ added in v0.13.2
func (o *GetFolderDetailsResponse) GetLabelsOk() (ret GetFolderDetailsResponseGetLabelsRetType, ok bool)
GetLabelsOk returns a tuple with the Labels field value if set, nil otherwise and a boolean to check if the value has been set. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*GetFolderDetailsResponse) GetName ¶ added in v0.13.2
func (o *GetFolderDetailsResponse) GetName() (ret GetFolderDetailsResponseGetNameRetType)
GetName returns the Name field value Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*GetFolderDetailsResponse) GetNameOk ¶ added in v0.13.2
func (o *GetFolderDetailsResponse) GetNameOk() (ret GetFolderDetailsResponseGetNameRetType, ok bool)
GetNameOk returns a tuple with the Name field value and a boolean to check if the value has been set. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*GetFolderDetailsResponse) GetParent ¶ added in v0.13.2
func (o *GetFolderDetailsResponse) GetParent() (ret GetFolderDetailsResponseGetParentRetType)
GetParent returns the Parent field value Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*GetFolderDetailsResponse) GetParentOk ¶ added in v0.13.2
func (o *GetFolderDetailsResponse) GetParentOk() (ret GetFolderDetailsResponseGetParentRetType, ok bool)
GetParentOk returns a tuple with the Parent field value and a boolean to check if the value has been set. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*GetFolderDetailsResponse) GetParents ¶ added in v0.13.2
func (o *GetFolderDetailsResponse) GetParents() (res GetFolderDetailsResponseGetParentsRetType)
GetParents returns the Parents field value if set, zero value otherwise. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*GetFolderDetailsResponse) GetParentsOk ¶ added in v0.13.2
func (o *GetFolderDetailsResponse) GetParentsOk() (ret GetFolderDetailsResponseGetParentsRetType, ok bool)
GetParentsOk returns a tuple with the Parents field value if set, nil otherwise and a boolean to check if the value has been set. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*GetFolderDetailsResponse) GetUpdateTime ¶ added in v0.13.2
func (o *GetFolderDetailsResponse) GetUpdateTime() (ret GetFolderDetailsResponseGetUpdateTimeRetType)
GetUpdateTime returns the UpdateTime field value Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*GetFolderDetailsResponse) GetUpdateTimeOk ¶ added in v0.13.2
func (o *GetFolderDetailsResponse) GetUpdateTimeOk() (ret GetFolderDetailsResponseGetUpdateTimeRetType, ok bool)
GetUpdateTimeOk returns a tuple with the UpdateTime field value and a boolean to check if the value has been set. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*GetFolderDetailsResponse) HasLabels ¶ added in v0.13.2
func (o *GetFolderDetailsResponse) HasLabels() bool
HasLabels returns a boolean if a field has been set. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*GetFolderDetailsResponse) HasParents ¶ added in v0.13.2
func (o *GetFolderDetailsResponse) HasParents() bool
HasParents returns a boolean if a field has been set. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*GetFolderDetailsResponse) SetContainerId ¶ added in v0.13.2
func (o *GetFolderDetailsResponse) SetContainerId(v GetFolderDetailsResponseGetContainerIdRetType)
SetContainerId sets field value Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*GetFolderDetailsResponse) SetCreationTime ¶ added in v0.13.2
func (o *GetFolderDetailsResponse) SetCreationTime(v GetFolderDetailsResponseGetCreationTimeRetType)
SetCreationTime sets field value Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*GetFolderDetailsResponse) SetFolderId ¶ added in v0.13.2
func (o *GetFolderDetailsResponse) SetFolderId(v GetFolderDetailsResponseGetFolderIdRetType)
SetFolderId sets field value Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*GetFolderDetailsResponse) SetLabels ¶ added in v0.13.2
func (o *GetFolderDetailsResponse) SetLabels(v GetFolderDetailsResponseGetLabelsRetType)
SetLabels gets a reference to the given map[string]string and assigns it to the Labels field. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*GetFolderDetailsResponse) SetName ¶ added in v0.13.2
func (o *GetFolderDetailsResponse) SetName(v GetFolderDetailsResponseGetNameRetType)
SetName sets field value Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*GetFolderDetailsResponse) SetParent ¶ added in v0.13.2
func (o *GetFolderDetailsResponse) SetParent(v GetFolderDetailsResponseGetParentRetType)
SetParent sets field value Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*GetFolderDetailsResponse) SetParents ¶ added in v0.13.2
func (o *GetFolderDetailsResponse) SetParents(v GetFolderDetailsResponseGetParentsRetType)
SetParents gets a reference to the given []ParentListInner and assigns it to the Parents field. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*GetFolderDetailsResponse) SetUpdateTime ¶ added in v0.13.2
func (o *GetFolderDetailsResponse) SetUpdateTime(v GetFolderDetailsResponseGetUpdateTimeRetType)
SetUpdateTime sets field value Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (GetFolderDetailsResponse) ToMap
deprecated
added in
v0.13.2
func (o GetFolderDetailsResponse) ToMap() (map[string]interface{}, error)
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type GetFolderDetailsResponseGetContainerIdArgType
deprecated
added in
v0.13.2
type GetFolderDetailsResponseGetContainerIdArgType = string
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type GetFolderDetailsResponseGetContainerIdAttributeType ¶ added in v0.13.2
type GetFolderDetailsResponseGetContainerIdAttributeType = *string
isNotNullableString Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type GetFolderDetailsResponseGetContainerIdRetType
deprecated
added in
v0.13.2
type GetFolderDetailsResponseGetContainerIdRetType = string
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type GetFolderDetailsResponseGetCreationTimeArgType
deprecated
added in
v0.13.2
type GetFolderDetailsResponseGetCreationTimeAttributeType ¶ added in v0.13.2
isDateTime Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type GetFolderDetailsResponseGetCreationTimeRetType
deprecated
added in
v0.13.2
type GetFolderDetailsResponseGetFolderIdArgType
deprecated
added in
v0.13.2
type GetFolderDetailsResponseGetFolderIdArgType = string
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type GetFolderDetailsResponseGetFolderIdAttributeType ¶ added in v0.13.2
type GetFolderDetailsResponseGetFolderIdAttributeType = *string
isNotNullableString Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type GetFolderDetailsResponseGetFolderIdRetType
deprecated
added in
v0.13.2
type GetFolderDetailsResponseGetFolderIdRetType = string
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type GetFolderDetailsResponseGetLabelsArgType
deprecated
added in
v0.13.2
type GetFolderDetailsResponseGetLabelsAttributeType ¶ added in v0.13.2
isContainer Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type GetFolderDetailsResponseGetLabelsRetType
deprecated
added in
v0.13.2
type GetFolderDetailsResponseGetNameArgType
deprecated
added in
v0.13.2
type GetFolderDetailsResponseGetNameArgType = string
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type GetFolderDetailsResponseGetNameAttributeType ¶ added in v0.13.2
type GetFolderDetailsResponseGetNameAttributeType = *string
isNotNullableString Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type GetFolderDetailsResponseGetNameRetType
deprecated
added in
v0.13.2
type GetFolderDetailsResponseGetNameRetType = string
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type GetFolderDetailsResponseGetParentArgType
deprecated
added in
v0.13.2
type GetFolderDetailsResponseGetParentArgType = Parent
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type GetFolderDetailsResponseGetParentAttributeType ¶ added in v0.13.2
type GetFolderDetailsResponseGetParentAttributeType = *Parent
isModel Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type GetFolderDetailsResponseGetParentRetType
deprecated
added in
v0.13.2
type GetFolderDetailsResponseGetParentRetType = Parent
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type GetFolderDetailsResponseGetParentsArgType
deprecated
added in
v0.13.2
type GetFolderDetailsResponseGetParentsArgType = []ParentListInner
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type GetFolderDetailsResponseGetParentsAttributeType ¶ added in v0.13.2
type GetFolderDetailsResponseGetParentsAttributeType = *[]ParentListInner
isArray Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type GetFolderDetailsResponseGetParentsRetType
deprecated
added in
v0.13.2
type GetFolderDetailsResponseGetParentsRetType = []ParentListInner
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type GetFolderDetailsResponseGetUpdateTimeArgType
deprecated
added in
v0.13.2
type GetFolderDetailsResponseGetUpdateTimeAttributeType ¶ added in v0.13.2
isDateTime Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type GetFolderDetailsResponseGetUpdateTimeRetType
deprecated
added in
v0.13.2
type GetOrganizationRequest
deprecated
added in
v0.15.0
type GetOrganizationRequest struct {
// contains filtered or unexported fields
}
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (GetOrganizationRequest) Execute
deprecated
added in
v0.15.0
func (r GetOrganizationRequest) Execute() (*OrganizationResponse, error)
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type GetProjectRequest
deprecated
added in
v0.15.0
type GetProjectRequest struct {
// contains filtered or unexported fields
}
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (GetProjectRequest) Execute
deprecated
added in
v0.15.0
func (r GetProjectRequest) Execute() (*GetProjectResponse, error)
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (GetProjectRequest) IncludeParents
deprecated
added in
v0.15.0
func (r GetProjectRequest) IncludeParents(includeParents bool) ApiGetProjectRequest
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type GetProjectResponse ¶ added in v0.9.0
type GetProjectResponse struct {
// Globally unique identifier.
// REQUIRED
ContainerId GetProjectResponseGetContainerIdAttributeType `json:"containerId" required:"true"`
// Timestamp at which the project was created.
// REQUIRED
CreationTime GetProjectResponseGetCreationTimeAttributeType `json:"creationTime" required:"true"`
// Labels are key-value string pairs that can be attached to a resource container. Some labels may be enforced via policies. - A label key must match the regex `[A-ZÄÜÖa-zäüöß0-9_-]{1,64}`. - A label value must match the regex `^$|[A-ZÄÜÖa-zäüöß0-9_-]{1,64}`.
Labels GetProjectResponseGetLabelsAttributeType `json:"labels,omitempty"`
// REQUIRED
LifecycleState GetProjectResponseGetLifecycleStateAttributeType `json:"lifecycleState" required:"true"`
// Project name.
// REQUIRED
Name GetProjectResponseGetNameAttributeType `json:"name" required:"true"`
// REQUIRED
Parent GetProjectResponseGetParentAttributeType `json:"parent" required:"true"`
Parents GetProjectResponseGetParentsAttributeType `json:"parents,omitempty"`
// Globally unique identifier.
// REQUIRED
ProjectId GetProjectResponseGetProjectIdAttributeType `json:"projectId" required:"true"`
// Timestamp at which the project was last modified.
// REQUIRED
UpdateTime GetProjectResponseGetUpdateTimeAttributeType `json:"updateTime" required:"true"`
}
GetProjectResponse struct for GetProjectResponse Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func NewGetProjectResponse ¶ added in v0.10.0
func NewGetProjectResponse(containerId GetProjectResponseGetContainerIdArgType, creationTime GetProjectResponseGetCreationTimeArgType, lifecycleState GetProjectResponseGetLifecycleStateArgType, name GetProjectResponseGetNameArgType, parent GetProjectResponseGetParentArgType, projectId GetProjectResponseGetProjectIdArgType, updateTime GetProjectResponseGetUpdateTimeArgType) *GetProjectResponse
NewGetProjectResponse instantiates a new GetProjectResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func NewGetProjectResponseWithDefaults ¶ added in v0.10.0
func NewGetProjectResponseWithDefaults() *GetProjectResponse
NewGetProjectResponseWithDefaults instantiates a new GetProjectResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*GetProjectResponse) GetContainerId ¶ added in v0.10.0
func (o *GetProjectResponse) GetContainerId() (ret GetProjectResponseGetContainerIdRetType)
GetContainerId returns the ContainerId field value Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*GetProjectResponse) GetContainerIdOk ¶ added in v0.10.0
func (o *GetProjectResponse) GetContainerIdOk() (ret GetProjectResponseGetContainerIdRetType, ok bool)
GetContainerIdOk returns a tuple with the ContainerId field value and a boolean to check if the value has been set. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*GetProjectResponse) GetCreationTime ¶ added in v0.10.0
func (o *GetProjectResponse) GetCreationTime() (ret GetProjectResponseGetCreationTimeRetType)
GetCreationTime returns the CreationTime field value Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*GetProjectResponse) GetCreationTimeOk ¶ added in v0.10.0
func (o *GetProjectResponse) GetCreationTimeOk() (ret GetProjectResponseGetCreationTimeRetType, ok bool)
GetCreationTimeOk returns a tuple with the CreationTime field value and a boolean to check if the value has been set. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*GetProjectResponse) GetLabels ¶ added in v0.10.0
func (o *GetProjectResponse) GetLabels() (res GetProjectResponseGetLabelsRetType)
GetLabels returns the Labels field value if set, zero value otherwise. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*GetProjectResponse) GetLabelsOk ¶ added in v0.10.0
func (o *GetProjectResponse) GetLabelsOk() (ret GetProjectResponseGetLabelsRetType, ok bool)
GetLabelsOk returns a tuple with the Labels field value if set, nil otherwise and a boolean to check if the value has been set. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*GetProjectResponse) GetLifecycleState ¶ added in v0.10.0
func (o *GetProjectResponse) GetLifecycleState() (ret GetProjectResponseGetLifecycleStateRetType)
GetLifecycleState returns the LifecycleState field value Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*GetProjectResponse) GetLifecycleStateOk ¶ added in v0.10.0
func (o *GetProjectResponse) GetLifecycleStateOk() (ret GetProjectResponseGetLifecycleStateRetType, ok bool)
GetLifecycleStateOk returns a tuple with the LifecycleState field value and a boolean to check if the value has been set. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*GetProjectResponse) GetName ¶ added in v0.10.0
func (o *GetProjectResponse) GetName() (ret GetProjectResponseGetNameRetType)
GetName returns the Name field value Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*GetProjectResponse) GetNameOk ¶ added in v0.10.0
func (o *GetProjectResponse) GetNameOk() (ret GetProjectResponseGetNameRetType, ok bool)
GetNameOk returns a tuple with the Name field value and a boolean to check if the value has been set. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*GetProjectResponse) GetParent ¶ added in v0.10.0
func (o *GetProjectResponse) GetParent() (ret GetProjectResponseGetParentRetType)
GetParent returns the Parent field value Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*GetProjectResponse) GetParentOk ¶ added in v0.10.0
func (o *GetProjectResponse) GetParentOk() (ret GetProjectResponseGetParentRetType, ok bool)
GetParentOk returns a tuple with the Parent field value and a boolean to check if the value has been set. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*GetProjectResponse) GetParents ¶ added in v0.10.0
func (o *GetProjectResponse) GetParents() (res GetProjectResponseGetParentsRetType)
GetParents returns the Parents field value if set, zero value otherwise. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*GetProjectResponse) GetParentsOk ¶ added in v0.10.0
func (o *GetProjectResponse) GetParentsOk() (ret GetProjectResponseGetParentsRetType, ok bool)
GetParentsOk returns a tuple with the Parents field value if set, nil otherwise and a boolean to check if the value has been set. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*GetProjectResponse) GetProjectId ¶ added in v0.10.0
func (o *GetProjectResponse) GetProjectId() (ret GetProjectResponseGetProjectIdRetType)
GetProjectId returns the ProjectId field value Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*GetProjectResponse) GetProjectIdOk ¶ added in v0.10.0
func (o *GetProjectResponse) GetProjectIdOk() (ret GetProjectResponseGetProjectIdRetType, ok bool)
GetProjectIdOk returns a tuple with the ProjectId field value and a boolean to check if the value has been set. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*GetProjectResponse) GetUpdateTime ¶ added in v0.10.0
func (o *GetProjectResponse) GetUpdateTime() (ret GetProjectResponseGetUpdateTimeRetType)
GetUpdateTime returns the UpdateTime field value Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*GetProjectResponse) GetUpdateTimeOk ¶ added in v0.10.0
func (o *GetProjectResponse) GetUpdateTimeOk() (ret GetProjectResponseGetUpdateTimeRetType, ok bool)
GetUpdateTimeOk returns a tuple with the UpdateTime field value and a boolean to check if the value has been set. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*GetProjectResponse) HasLabels ¶ added in v0.10.0
func (o *GetProjectResponse) HasLabels() bool
HasLabels returns a boolean if a field has been set. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*GetProjectResponse) HasParents ¶ added in v0.10.0
func (o *GetProjectResponse) HasParents() bool
HasParents returns a boolean if a field has been set. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*GetProjectResponse) SetContainerId ¶ added in v0.10.0
func (o *GetProjectResponse) SetContainerId(v GetProjectResponseGetContainerIdRetType)
SetContainerId sets field value Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*GetProjectResponse) SetCreationTime ¶ added in v0.10.0
func (o *GetProjectResponse) SetCreationTime(v GetProjectResponseGetCreationTimeRetType)
SetCreationTime sets field value Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*GetProjectResponse) SetLabels ¶ added in v0.10.0
func (o *GetProjectResponse) SetLabels(v GetProjectResponseGetLabelsRetType)
SetLabels gets a reference to the given map[string]string and assigns it to the Labels field. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*GetProjectResponse) SetLifecycleState ¶ added in v0.10.0
func (o *GetProjectResponse) SetLifecycleState(v GetProjectResponseGetLifecycleStateRetType)
SetLifecycleState sets field value Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*GetProjectResponse) SetName ¶ added in v0.10.0
func (o *GetProjectResponse) SetName(v GetProjectResponseGetNameRetType)
SetName sets field value Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*GetProjectResponse) SetParent ¶ added in v0.10.0
func (o *GetProjectResponse) SetParent(v GetProjectResponseGetParentRetType)
SetParent sets field value Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*GetProjectResponse) SetParents ¶ added in v0.10.0
func (o *GetProjectResponse) SetParents(v GetProjectResponseGetParentsRetType)
SetParents gets a reference to the given []ParentListInner and assigns it to the Parents field. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*GetProjectResponse) SetProjectId ¶ added in v0.10.0
func (o *GetProjectResponse) SetProjectId(v GetProjectResponseGetProjectIdRetType)
SetProjectId sets field value Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*GetProjectResponse) SetUpdateTime ¶ added in v0.10.0
func (o *GetProjectResponse) SetUpdateTime(v GetProjectResponseGetUpdateTimeRetType)
SetUpdateTime sets field value Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (GetProjectResponse) ToMap
deprecated
added in
v0.10.0
func (o GetProjectResponse) ToMap() (map[string]interface{}, error)
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type GetProjectResponseGetContainerIdArgType
deprecated
added in
v0.13.1
type GetProjectResponseGetContainerIdArgType = string
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type GetProjectResponseGetContainerIdAttributeType ¶ added in v0.13.1
type GetProjectResponseGetContainerIdAttributeType = *string
isNotNullableString Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type GetProjectResponseGetContainerIdRetType
deprecated
added in
v0.13.1
type GetProjectResponseGetContainerIdRetType = string
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type GetProjectResponseGetCreationTimeArgType
deprecated
added in
v0.13.1
type GetProjectResponseGetCreationTimeAttributeType ¶ added in v0.13.1
isDateTime Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type GetProjectResponseGetCreationTimeRetType
deprecated
added in
v0.13.1
type GetProjectResponseGetLabelsArgType
deprecated
added in
v0.13.1
type GetProjectResponseGetLabelsAttributeType ¶ added in v0.13.1
isContainer Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type GetProjectResponseGetLabelsRetType
deprecated
added in
v0.13.1
type GetProjectResponseGetLifecycleStateArgType
deprecated
added in
v0.13.1
type GetProjectResponseGetLifecycleStateArgType = LifecycleState
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type GetProjectResponseGetLifecycleStateAttributeType ¶ added in v0.13.1
type GetProjectResponseGetLifecycleStateAttributeType = *LifecycleState
isEnumRef Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type GetProjectResponseGetLifecycleStateRetType
deprecated
added in
v0.13.1
type GetProjectResponseGetLifecycleStateRetType = LifecycleState
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type GetProjectResponseGetNameArgType
deprecated
added in
v0.13.1
type GetProjectResponseGetNameArgType = string
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type GetProjectResponseGetNameAttributeType ¶ added in v0.13.1
type GetProjectResponseGetNameAttributeType = *string
isNotNullableString Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type GetProjectResponseGetNameRetType
deprecated
added in
v0.13.1
type GetProjectResponseGetNameRetType = string
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type GetProjectResponseGetParentArgType
deprecated
added in
v0.13.1
type GetProjectResponseGetParentArgType = Parent
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type GetProjectResponseGetParentAttributeType ¶ added in v0.13.1
type GetProjectResponseGetParentAttributeType = *Parent
isModel Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type GetProjectResponseGetParentRetType
deprecated
added in
v0.13.1
type GetProjectResponseGetParentRetType = Parent
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type GetProjectResponseGetParentsArgType
deprecated
added in
v0.13.1
type GetProjectResponseGetParentsArgType = []ParentListInner
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type GetProjectResponseGetParentsAttributeType ¶ added in v0.13.1
type GetProjectResponseGetParentsAttributeType = *[]ParentListInner
isArray Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type GetProjectResponseGetParentsRetType
deprecated
added in
v0.13.1
type GetProjectResponseGetParentsRetType = []ParentListInner
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type GetProjectResponseGetProjectIdArgType
deprecated
added in
v0.13.1
type GetProjectResponseGetProjectIdArgType = string
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type GetProjectResponseGetProjectIdAttributeType ¶ added in v0.13.1
type GetProjectResponseGetProjectIdAttributeType = *string
isNotNullableString Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type GetProjectResponseGetProjectIdRetType
deprecated
added in
v0.13.1
type GetProjectResponseGetProjectIdRetType = string
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type GetProjectResponseGetUpdateTimeArgType
deprecated
added in
v0.13.1
type GetProjectResponseGetUpdateTimeAttributeType ¶ added in v0.13.1
isDateTime Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type GetProjectResponseGetUpdateTimeRetType
deprecated
added in
v0.13.1
type LifecycleState ¶
type LifecycleState string
LifecycleState Lifecycle state of the resource container. | LIFECYCLE STATE | DESCRIPTION | |----------|--------------------| | CREATING | The creation process has been triggered. The state remains until resource manager gets notified about successful process completion. | | ACTIVE | Resource container can be fully used. | | INACTIVE | Resource container usage has been disabled. | | DELETING | The deletion process has been triggered. The state remains until resource manager gets notified about successful process completion. Afterwards, the record will be deleted. | Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
const ( // Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead LIFECYCLESTATE_CREATING LifecycleState = "CREATING" // Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead LIFECYCLESTATE_ACTIVE LifecycleState = "ACTIVE" // Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead LIFECYCLESTATE_DELETING LifecycleState = "DELETING" // Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead LIFECYCLESTATE_INACTIVE LifecycleState = "INACTIVE" )
List of LifecycleState
func NewLifecycleStateFromValue ¶
func NewLifecycleStateFromValue(v string) (*LifecycleState, error)
NewLifecycleStateFromValue returns a pointer to a valid LifecycleState for the value passed as argument, or an error if the value passed is not allowed by the enum Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (LifecycleState) IsValid ¶
func (v LifecycleState) IsValid() bool
IsValid return true if the value is valid for the enum, false otherwise Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (LifecycleState) Ptr ¶
func (v LifecycleState) Ptr() *LifecycleState
Ptr returns reference to LifecycleState value Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*LifecycleState) UnmarshalJSON
deprecated
func (v *LifecycleState) UnmarshalJSON(src []byte) error
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type ListFoldersRequest
deprecated
added in
v0.16.0
type ListFoldersRequest struct {
// contains filtered or unexported fields
}
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (ListFoldersRequest) ContainerIds ¶ added in v0.16.0
func (r ListFoldersRequest) ContainerIds(containerIds []string) ApiListFoldersRequest
List of container identifiers - containerId as well as UUID identifier is supported. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (ListFoldersRequest) ContainerParentId ¶ added in v0.16.0
func (r ListFoldersRequest) ContainerParentId(containerParentId string) ApiListFoldersRequest
Identifier of the parent resource container - containerId as well as UUID identifier is supported. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (ListFoldersRequest) CreationTimeStart ¶ added in v0.16.0
func (r ListFoldersRequest) CreationTimeStart(creationTimeStart time.Time) ApiListFoldersRequest
A timestamp to specify the beginning of the creationTime from which entries should be returned. If not given, defaults to the beginning of time. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (ListFoldersRequest) Execute
deprecated
added in
v0.16.0
func (r ListFoldersRequest) Execute() (*ListFoldersResponse, error)
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (ListFoldersRequest) Limit ¶ added in v0.16.0
func (r ListFoldersRequest) Limit(limit float32) ApiListFoldersRequest
The maximum number of projects to return in the response. If not present, an appropriate default will be used. If maximum is exceeded, maximum is used. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (ListFoldersRequest) Member ¶ added in v0.16.0
func (r ListFoldersRequest) Member(member string) ApiListFoldersRequest
E-Mail address of the user for whom the visible resource containers should be filtered. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (ListFoldersRequest) Offset ¶ added in v0.16.0
func (r ListFoldersRequest) Offset(offset float32) ApiListFoldersRequest
The offset of the first item in the collection to return. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type ListFoldersResponse ¶ added in v0.16.0
type ListFoldersResponse struct {
// REQUIRED
Items ListFoldersResponseGetItemsAttributeType `json:"items" required:"true"`
// The maximum number of projects to return in the response. If not present, an appropriate default will be used.
// REQUIRED
Limit ListFoldersResponseGetLimitAttributeType `json:"limit" required:"true"`
// The offset of the first item in the collection to return.
// REQUIRED
Offset ListFoldersResponseGetOffsetAttributeType `json:"offset" required:"true"`
}
ListFoldersResponse struct for ListFoldersResponse Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func NewListFoldersResponse ¶ added in v0.16.0
func NewListFoldersResponse(items ListFoldersResponseGetItemsArgType, limit ListFoldersResponseGetLimitArgType, offset ListFoldersResponseGetOffsetArgType) *ListFoldersResponse
NewListFoldersResponse instantiates a new ListFoldersResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func NewListFoldersResponseWithDefaults ¶ added in v0.16.0
func NewListFoldersResponseWithDefaults() *ListFoldersResponse
NewListFoldersResponseWithDefaults instantiates a new ListFoldersResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*ListFoldersResponse) GetItems ¶ added in v0.16.0
func (o *ListFoldersResponse) GetItems() (ret ListFoldersResponseGetItemsRetType)
GetItems returns the Items field value Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*ListFoldersResponse) GetItemsOk ¶ added in v0.16.0
func (o *ListFoldersResponse) GetItemsOk() (ret ListFoldersResponseGetItemsRetType, ok bool)
GetItemsOk returns a tuple with the Items field value and a boolean to check if the value has been set. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*ListFoldersResponse) GetLimit ¶ added in v0.16.0
func (o *ListFoldersResponse) GetLimit() (ret ListFoldersResponseGetLimitRetType)
GetLimit returns the Limit field value Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*ListFoldersResponse) GetLimitOk ¶ added in v0.16.0
func (o *ListFoldersResponse) GetLimitOk() (ret ListFoldersResponseGetLimitRetType, ok bool)
GetLimitOk returns a tuple with the Limit field value and a boolean to check if the value has been set. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*ListFoldersResponse) GetOffset ¶ added in v0.16.0
func (o *ListFoldersResponse) GetOffset() (ret ListFoldersResponseGetOffsetRetType)
GetOffset returns the Offset field value Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*ListFoldersResponse) GetOffsetOk ¶ added in v0.16.0
func (o *ListFoldersResponse) GetOffsetOk() (ret ListFoldersResponseGetOffsetRetType, ok bool)
GetOffsetOk returns a tuple with the Offset field value and a boolean to check if the value has been set. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*ListFoldersResponse) SetItems ¶ added in v0.16.0
func (o *ListFoldersResponse) SetItems(v ListFoldersResponseGetItemsRetType)
SetItems sets field value Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*ListFoldersResponse) SetLimit ¶ added in v0.16.0
func (o *ListFoldersResponse) SetLimit(v ListFoldersResponseGetLimitRetType)
SetLimit sets field value Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*ListFoldersResponse) SetOffset ¶ added in v0.16.0
func (o *ListFoldersResponse) SetOffset(v ListFoldersResponseGetOffsetRetType)
SetOffset sets field value Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (ListFoldersResponse) ToMap
deprecated
added in
v0.16.0
func (o ListFoldersResponse) ToMap() (map[string]interface{}, error)
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type ListFoldersResponseGetItemsArgType
deprecated
added in
v0.16.0
type ListFoldersResponseGetItemsArgType = []ListFoldersResponseItemsInner
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type ListFoldersResponseGetItemsAttributeType ¶ added in v0.16.0
type ListFoldersResponseGetItemsAttributeType = *[]ListFoldersResponseItemsInner
isArray Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type ListFoldersResponseGetItemsRetType
deprecated
added in
v0.16.0
type ListFoldersResponseGetItemsRetType = []ListFoldersResponseItemsInner
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type ListFoldersResponseGetLimitArgType
deprecated
added in
v0.16.0
type ListFoldersResponseGetLimitArgType = float64
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type ListFoldersResponseGetLimitAttributeType ¶ added in v0.16.0
type ListFoldersResponseGetLimitAttributeType = *float64
isNumber Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type ListFoldersResponseGetLimitRetType
deprecated
added in
v0.16.0
type ListFoldersResponseGetLimitRetType = float64
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type ListFoldersResponseGetOffsetArgType
deprecated
added in
v0.16.0
type ListFoldersResponseGetOffsetArgType = float64
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type ListFoldersResponseGetOffsetAttributeType ¶ added in v0.16.0
type ListFoldersResponseGetOffsetAttributeType = *float64
isNumber Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type ListFoldersResponseGetOffsetRetType
deprecated
added in
v0.16.0
type ListFoldersResponseGetOffsetRetType = float64
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type ListFoldersResponseItemsInner ¶ added in v0.16.0
type ListFoldersResponseItemsInner struct {
// Globally unique folder identifier.
// REQUIRED
ContainerId ListFoldersResponseItemsInnerGetContainerIdAttributeType `json:"containerId" required:"true"`
// Timestamp at which the folder was created.
// REQUIRED
CreationTime ListFoldersResponseItemsInnerGetCreationTimeAttributeType `json:"creationTime" required:"true"`
// Globally unique folder identifier.
// REQUIRED
FolderId ListFoldersResponseItemsInnerGetFolderIdAttributeType `json:"folderId" required:"true"`
// Labels are key-value string pairs that can be attached to a resource container. Some labels may be enforced via policies. - A label key must match the regex `[A-ZÄÜÖa-zäüöß0-9_-]{1,64}`. - A label value must match the regex `^$|[A-ZÄÜÖa-zäüöß0-9_-]{1,64}`.
Labels ListFoldersResponseItemsInnerGetLabelsAttributeType `json:"labels,omitempty"`
// Name of the folder.
// REQUIRED
Name ListFoldersResponseItemsInnerGetNameAttributeType `json:"name" required:"true"`
// REQUIRED
Parent ListFoldersResponseItemsInnerGetParentAttributeType `json:"parent" required:"true"`
// Timestamp at which the folder was created.
// REQUIRED
UpdateTime ListFoldersResponseItemsInnerGetUpdateTimeAttributeType `json:"updateTime" required:"true"`
}
ListFoldersResponseItemsInner struct for ListFoldersResponseItemsInner Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func NewListFoldersResponseItemsInner ¶ added in v0.16.0
func NewListFoldersResponseItemsInner(containerId ListFoldersResponseItemsInnerGetContainerIdArgType, creationTime ListFoldersResponseItemsInnerGetCreationTimeArgType, folderId ListFoldersResponseItemsInnerGetFolderIdArgType, name ListFoldersResponseItemsInnerGetNameArgType, parent ListFoldersResponseItemsInnerGetParentArgType, updateTime ListFoldersResponseItemsInnerGetUpdateTimeArgType) *ListFoldersResponseItemsInner
NewListFoldersResponseItemsInner instantiates a new ListFoldersResponseItemsInner object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func NewListFoldersResponseItemsInnerWithDefaults ¶ added in v0.16.0
func NewListFoldersResponseItemsInnerWithDefaults() *ListFoldersResponseItemsInner
NewListFoldersResponseItemsInnerWithDefaults instantiates a new ListFoldersResponseItemsInner object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*ListFoldersResponseItemsInner) GetContainerId ¶ added in v0.16.0
func (o *ListFoldersResponseItemsInner) GetContainerId() (ret ListFoldersResponseItemsInnerGetContainerIdRetType)
GetContainerId returns the ContainerId field value Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*ListFoldersResponseItemsInner) GetContainerIdOk ¶ added in v0.16.0
func (o *ListFoldersResponseItemsInner) GetContainerIdOk() (ret ListFoldersResponseItemsInnerGetContainerIdRetType, ok bool)
GetContainerIdOk returns a tuple with the ContainerId field value and a boolean to check if the value has been set. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*ListFoldersResponseItemsInner) GetCreationTime ¶ added in v0.16.0
func (o *ListFoldersResponseItemsInner) GetCreationTime() (ret ListFoldersResponseItemsInnerGetCreationTimeRetType)
GetCreationTime returns the CreationTime field value Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*ListFoldersResponseItemsInner) GetCreationTimeOk ¶ added in v0.16.0
func (o *ListFoldersResponseItemsInner) GetCreationTimeOk() (ret ListFoldersResponseItemsInnerGetCreationTimeRetType, ok bool)
GetCreationTimeOk returns a tuple with the CreationTime field value and a boolean to check if the value has been set. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*ListFoldersResponseItemsInner) GetFolderId ¶ added in v0.16.0
func (o *ListFoldersResponseItemsInner) GetFolderId() (ret ListFoldersResponseItemsInnerGetFolderIdRetType)
GetFolderId returns the FolderId field value Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*ListFoldersResponseItemsInner) GetFolderIdOk ¶ added in v0.16.0
func (o *ListFoldersResponseItemsInner) GetFolderIdOk() (ret ListFoldersResponseItemsInnerGetFolderIdRetType, ok bool)
GetFolderIdOk returns a tuple with the FolderId field value and a boolean to check if the value has been set. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*ListFoldersResponseItemsInner) GetLabels ¶ added in v0.16.0
func (o *ListFoldersResponseItemsInner) GetLabels() (res ListFoldersResponseItemsInnerGetLabelsRetType)
GetLabels returns the Labels field value if set, zero value otherwise. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*ListFoldersResponseItemsInner) GetLabelsOk ¶ added in v0.16.0
func (o *ListFoldersResponseItemsInner) GetLabelsOk() (ret ListFoldersResponseItemsInnerGetLabelsRetType, ok bool)
GetLabelsOk returns a tuple with the Labels field value if set, nil otherwise and a boolean to check if the value has been set. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*ListFoldersResponseItemsInner) GetName ¶ added in v0.16.0
func (o *ListFoldersResponseItemsInner) GetName() (ret ListFoldersResponseItemsInnerGetNameRetType)
GetName returns the Name field value Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*ListFoldersResponseItemsInner) GetNameOk ¶ added in v0.16.0
func (o *ListFoldersResponseItemsInner) GetNameOk() (ret ListFoldersResponseItemsInnerGetNameRetType, ok bool)
GetNameOk returns a tuple with the Name field value and a boolean to check if the value has been set. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*ListFoldersResponseItemsInner) GetParent ¶ added in v0.16.0
func (o *ListFoldersResponseItemsInner) GetParent() (ret ListFoldersResponseItemsInnerGetParentRetType)
GetParent returns the Parent field value Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*ListFoldersResponseItemsInner) GetParentOk ¶ added in v0.16.0
func (o *ListFoldersResponseItemsInner) GetParentOk() (ret ListFoldersResponseItemsInnerGetParentRetType, ok bool)
GetParentOk returns a tuple with the Parent field value and a boolean to check if the value has been set. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*ListFoldersResponseItemsInner) GetUpdateTime ¶ added in v0.16.0
func (o *ListFoldersResponseItemsInner) GetUpdateTime() (ret ListFoldersResponseItemsInnerGetUpdateTimeRetType)
GetUpdateTime returns the UpdateTime field value Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*ListFoldersResponseItemsInner) GetUpdateTimeOk ¶ added in v0.16.0
func (o *ListFoldersResponseItemsInner) GetUpdateTimeOk() (ret ListFoldersResponseItemsInnerGetUpdateTimeRetType, ok bool)
GetUpdateTimeOk returns a tuple with the UpdateTime field value and a boolean to check if the value has been set. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*ListFoldersResponseItemsInner) HasLabels ¶ added in v0.16.0
func (o *ListFoldersResponseItemsInner) HasLabels() bool
HasLabels returns a boolean if a field has been set. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*ListFoldersResponseItemsInner) SetContainerId ¶ added in v0.16.0
func (o *ListFoldersResponseItemsInner) SetContainerId(v ListFoldersResponseItemsInnerGetContainerIdRetType)
SetContainerId sets field value Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*ListFoldersResponseItemsInner) SetCreationTime ¶ added in v0.16.0
func (o *ListFoldersResponseItemsInner) SetCreationTime(v ListFoldersResponseItemsInnerGetCreationTimeRetType)
SetCreationTime sets field value Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*ListFoldersResponseItemsInner) SetFolderId ¶ added in v0.16.0
func (o *ListFoldersResponseItemsInner) SetFolderId(v ListFoldersResponseItemsInnerGetFolderIdRetType)
SetFolderId sets field value Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*ListFoldersResponseItemsInner) SetLabels ¶ added in v0.16.0
func (o *ListFoldersResponseItemsInner) SetLabels(v ListFoldersResponseItemsInnerGetLabelsRetType)
SetLabels gets a reference to the given map[string]string and assigns it to the Labels field. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*ListFoldersResponseItemsInner) SetName ¶ added in v0.16.0
func (o *ListFoldersResponseItemsInner) SetName(v ListFoldersResponseItemsInnerGetNameRetType)
SetName sets field value Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*ListFoldersResponseItemsInner) SetParent ¶ added in v0.16.0
func (o *ListFoldersResponseItemsInner) SetParent(v ListFoldersResponseItemsInnerGetParentRetType)
SetParent sets field value Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*ListFoldersResponseItemsInner) SetUpdateTime ¶ added in v0.16.0
func (o *ListFoldersResponseItemsInner) SetUpdateTime(v ListFoldersResponseItemsInnerGetUpdateTimeRetType)
SetUpdateTime sets field value Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (ListFoldersResponseItemsInner) ToMap
deprecated
added in
v0.16.0
func (o ListFoldersResponseItemsInner) ToMap() (map[string]interface{}, error)
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type ListFoldersResponseItemsInnerGetContainerIdArgType
deprecated
added in
v0.16.0
type ListFoldersResponseItemsInnerGetContainerIdArgType = string
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type ListFoldersResponseItemsInnerGetContainerIdAttributeType ¶ added in v0.16.0
type ListFoldersResponseItemsInnerGetContainerIdAttributeType = *string
isNotNullableString Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type ListFoldersResponseItemsInnerGetContainerIdRetType
deprecated
added in
v0.16.0
type ListFoldersResponseItemsInnerGetContainerIdRetType = string
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type ListFoldersResponseItemsInnerGetCreationTimeArgType
deprecated
added in
v0.16.0
type ListFoldersResponseItemsInnerGetCreationTimeAttributeType ¶ added in v0.16.0
isDateTime Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type ListFoldersResponseItemsInnerGetCreationTimeRetType
deprecated
added in
v0.16.0
type ListFoldersResponseItemsInnerGetFolderIdArgType
deprecated
added in
v0.16.0
type ListFoldersResponseItemsInnerGetFolderIdArgType = string
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type ListFoldersResponseItemsInnerGetFolderIdAttributeType ¶ added in v0.16.0
type ListFoldersResponseItemsInnerGetFolderIdAttributeType = *string
isNotNullableString Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type ListFoldersResponseItemsInnerGetFolderIdRetType
deprecated
added in
v0.16.0
type ListFoldersResponseItemsInnerGetFolderIdRetType = string
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type ListFoldersResponseItemsInnerGetLabelsArgType
deprecated
added in
v0.16.0
type ListFoldersResponseItemsInnerGetLabelsAttributeType ¶ added in v0.16.0
isContainer Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type ListFoldersResponseItemsInnerGetLabelsRetType
deprecated
added in
v0.16.0
type ListFoldersResponseItemsInnerGetNameArgType
deprecated
added in
v0.16.0
type ListFoldersResponseItemsInnerGetNameArgType = string
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type ListFoldersResponseItemsInnerGetNameAttributeType ¶ added in v0.16.0
type ListFoldersResponseItemsInnerGetNameAttributeType = *string
isNotNullableString Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type ListFoldersResponseItemsInnerGetNameRetType
deprecated
added in
v0.16.0
type ListFoldersResponseItemsInnerGetNameRetType = string
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type ListFoldersResponseItemsInnerGetParentArgType
deprecated
added in
v0.16.0
type ListFoldersResponseItemsInnerGetParentArgType = Parent
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type ListFoldersResponseItemsInnerGetParentAttributeType ¶ added in v0.16.0
type ListFoldersResponseItemsInnerGetParentAttributeType = *Parent
isModel Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type ListFoldersResponseItemsInnerGetParentRetType
deprecated
added in
v0.16.0
type ListFoldersResponseItemsInnerGetParentRetType = Parent
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type ListFoldersResponseItemsInnerGetUpdateTimeArgType
deprecated
added in
v0.16.0
type ListFoldersResponseItemsInnerGetUpdateTimeAttributeType ¶ added in v0.16.0
isDateTime Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type ListFoldersResponseItemsInnerGetUpdateTimeRetType
deprecated
added in
v0.16.0
type ListOrganizationsRequest
deprecated
added in
v0.15.0
type ListOrganizationsRequest struct {
// contains filtered or unexported fields
}
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (ListOrganizationsRequest) ContainerIds ¶ added in v0.15.0
func (r ListOrganizationsRequest) ContainerIds(containerIds []string) ApiListOrganizationsRequest
Organization identifiers - containerId as well as UUID identifier is supported. A combination of both is not allowed. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (ListOrganizationsRequest) CreationTimeStart ¶ added in v0.15.0
func (r ListOrganizationsRequest) CreationTimeStart(creationTimeStart time.Time) ApiListOrganizationsRequest
A timestamp to specify the beginning of the creationTime from which entries should be returned. If not given, defaults to the beginning of time. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (ListOrganizationsRequest) Execute
deprecated
added in
v0.15.0
func (r ListOrganizationsRequest) Execute() (*ListOrganizationsResponse, error)
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (ListOrganizationsRequest) Limit ¶ added in v0.15.0
func (r ListOrganizationsRequest) Limit(limit float32) ApiListOrganizationsRequest
The maximum number of projects to return in the response. If not present, an appropriate default will be used. If maximum is exceeded, maximum is used. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (ListOrganizationsRequest) Member ¶ added in v0.15.0
func (r ListOrganizationsRequest) Member(member string) ApiListOrganizationsRequest
E-Mail address of the user for whom the visible resource containers should be filtered. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (ListOrganizationsRequest) Offset ¶ added in v0.15.0
func (r ListOrganizationsRequest) Offset(offset float32) ApiListOrganizationsRequest
The offset of the first item in the collection to return. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type ListOrganizationsResponse ¶ added in v0.9.0
type ListOrganizationsResponse struct {
// REQUIRED
Items ListOrganizationsResponseGetItemsAttributeType `json:"items" required:"true"`
// The maximum number of projects to return in the response. If not present, an appropriate default will be used.
// REQUIRED
Limit ListOrganizationsResponseGetLimitAttributeType `json:"limit" required:"true"`
// The offset of the first item in the collection to return.
// REQUIRED
Offset ListOrganizationsResponseGetOffsetAttributeType `json:"offset" required:"true"`
}
ListOrganizationsResponse struct for ListOrganizationsResponse Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func NewListOrganizationsResponse ¶ added in v0.10.0
func NewListOrganizationsResponse(items ListOrganizationsResponseGetItemsArgType, limit ListOrganizationsResponseGetLimitArgType, offset ListOrganizationsResponseGetOffsetArgType) *ListOrganizationsResponse
NewListOrganizationsResponse instantiates a new ListOrganizationsResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func NewListOrganizationsResponseWithDefaults ¶ added in v0.10.0
func NewListOrganizationsResponseWithDefaults() *ListOrganizationsResponse
NewListOrganizationsResponseWithDefaults instantiates a new ListOrganizationsResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*ListOrganizationsResponse) GetItems ¶ added in v0.10.0
func (o *ListOrganizationsResponse) GetItems() (ret ListOrganizationsResponseGetItemsRetType)
GetItems returns the Items field value Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*ListOrganizationsResponse) GetItemsOk ¶ added in v0.10.0
func (o *ListOrganizationsResponse) GetItemsOk() (ret ListOrganizationsResponseGetItemsRetType, ok bool)
GetItemsOk returns a tuple with the Items field value and a boolean to check if the value has been set. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*ListOrganizationsResponse) GetLimit ¶ added in v0.10.0
func (o *ListOrganizationsResponse) GetLimit() (ret ListOrganizationsResponseGetLimitRetType)
GetLimit returns the Limit field value Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*ListOrganizationsResponse) GetLimitOk ¶ added in v0.10.0
func (o *ListOrganizationsResponse) GetLimitOk() (ret ListOrganizationsResponseGetLimitRetType, ok bool)
GetLimitOk returns a tuple with the Limit field value and a boolean to check if the value has been set. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*ListOrganizationsResponse) GetOffset ¶ added in v0.10.0
func (o *ListOrganizationsResponse) GetOffset() (ret ListOrganizationsResponseGetOffsetRetType)
GetOffset returns the Offset field value Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*ListOrganizationsResponse) GetOffsetOk ¶ added in v0.10.0
func (o *ListOrganizationsResponse) GetOffsetOk() (ret ListOrganizationsResponseGetOffsetRetType, ok bool)
GetOffsetOk returns a tuple with the Offset field value and a boolean to check if the value has been set. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*ListOrganizationsResponse) SetItems ¶ added in v0.10.0
func (o *ListOrganizationsResponse) SetItems(v ListOrganizationsResponseGetItemsRetType)
SetItems sets field value Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*ListOrganizationsResponse) SetLimit ¶ added in v0.10.0
func (o *ListOrganizationsResponse) SetLimit(v ListOrganizationsResponseGetLimitRetType)
SetLimit sets field value Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*ListOrganizationsResponse) SetOffset ¶ added in v0.10.0
func (o *ListOrganizationsResponse) SetOffset(v ListOrganizationsResponseGetOffsetRetType)
SetOffset sets field value Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (ListOrganizationsResponse) ToMap
deprecated
added in
v0.10.0
func (o ListOrganizationsResponse) ToMap() (map[string]interface{}, error)
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type ListOrganizationsResponseGetItemsArgType
deprecated
added in
v0.13.1
type ListOrganizationsResponseGetItemsArgType = []ListOrganizationsResponseItemsInner
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type ListOrganizationsResponseGetItemsAttributeType ¶ added in v0.13.1
type ListOrganizationsResponseGetItemsAttributeType = *[]ListOrganizationsResponseItemsInner
isArray Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type ListOrganizationsResponseGetItemsRetType
deprecated
added in
v0.13.1
type ListOrganizationsResponseGetItemsRetType = []ListOrganizationsResponseItemsInner
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type ListOrganizationsResponseGetLimitArgType
deprecated
added in
v0.13.1
type ListOrganizationsResponseGetLimitArgType = float64
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type ListOrganizationsResponseGetLimitAttributeType ¶ added in v0.13.1
type ListOrganizationsResponseGetLimitAttributeType = *float64
isNumber Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type ListOrganizationsResponseGetLimitRetType
deprecated
added in
v0.13.1
type ListOrganizationsResponseGetLimitRetType = float64
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type ListOrganizationsResponseGetOffsetArgType
deprecated
added in
v0.13.1
type ListOrganizationsResponseGetOffsetArgType = float64
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type ListOrganizationsResponseGetOffsetAttributeType ¶ added in v0.13.1
type ListOrganizationsResponseGetOffsetAttributeType = *float64
isNumber Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type ListOrganizationsResponseGetOffsetRetType
deprecated
added in
v0.13.1
type ListOrganizationsResponseGetOffsetRetType = float64
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type ListOrganizationsResponseItemsInner ¶ added in v0.9.0
type ListOrganizationsResponseItemsInner struct {
// Globally unique, user-friendly identifier.
// REQUIRED
ContainerId ListOrganizationsResponseItemsInnerGetContainerIdAttributeType `json:"containerId" required:"true"`
// Timestamp at which the organization was created.
// REQUIRED
CreationTime ListOrganizationsResponseItemsInnerGetCreationTimeAttributeType `json:"creationTime" required:"true"`
// Labels are key-value string pairs that can be attached to a resource container. Some labels may be enforced via policies. - A label key must match the regex `[A-ZÄÜÖa-zäüöß0-9_-]{1,64}`. - A label value must match the regex `^$|[A-ZÄÜÖa-zäüöß0-9_-]{1,64}`.
Labels ListOrganizationsResponseItemsInnerGetLabelsAttributeType `json:"labels,omitempty"`
// REQUIRED
LifecycleState ListOrganizationsResponseItemsInnerGetLifecycleStateAttributeType `json:"lifecycleState" required:"true"`
// Name of the organization.
// REQUIRED
Name ListOrganizationsResponseItemsInnerGetNameAttributeType `json:"name" required:"true"`
// Globally unique, organization identifier.
// REQUIRED
OrganizationId ListOrganizationsResponseItemsInnerGetOrganizationIdAttributeType `json:"organizationId" required:"true"`
// Timestamp at which the organization was last modified.
// REQUIRED
UpdateTime ListOrganizationsResponseItemsInnerGetUpdateTimeAttributeType `json:"updateTime" required:"true"`
}
ListOrganizationsResponseItemsInner struct for ListOrganizationsResponseItemsInner Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func NewListOrganizationsResponseItemsInner ¶ added in v0.10.0
func NewListOrganizationsResponseItemsInner(containerId ListOrganizationsResponseItemsInnerGetContainerIdArgType, creationTime ListOrganizationsResponseItemsInnerGetCreationTimeArgType, lifecycleState ListOrganizationsResponseItemsInnerGetLifecycleStateArgType, name ListOrganizationsResponseItemsInnerGetNameArgType, organizationId ListOrganizationsResponseItemsInnerGetOrganizationIdArgType, updateTime ListOrganizationsResponseItemsInnerGetUpdateTimeArgType) *ListOrganizationsResponseItemsInner
NewListOrganizationsResponseItemsInner instantiates a new ListOrganizationsResponseItemsInner object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func NewListOrganizationsResponseItemsInnerWithDefaults ¶ added in v0.10.0
func NewListOrganizationsResponseItemsInnerWithDefaults() *ListOrganizationsResponseItemsInner
NewListOrganizationsResponseItemsInnerWithDefaults instantiates a new ListOrganizationsResponseItemsInner object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*ListOrganizationsResponseItemsInner) GetContainerId ¶ added in v0.10.0
func (o *ListOrganizationsResponseItemsInner) GetContainerId() (ret ListOrganizationsResponseItemsInnerGetContainerIdRetType)
GetContainerId returns the ContainerId field value Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*ListOrganizationsResponseItemsInner) GetContainerIdOk ¶ added in v0.10.0
func (o *ListOrganizationsResponseItemsInner) GetContainerIdOk() (ret ListOrganizationsResponseItemsInnerGetContainerIdRetType, ok bool)
GetContainerIdOk returns a tuple with the ContainerId field value and a boolean to check if the value has been set. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*ListOrganizationsResponseItemsInner) GetCreationTime ¶ added in v0.10.0
func (o *ListOrganizationsResponseItemsInner) GetCreationTime() (ret ListOrganizationsResponseItemsInnerGetCreationTimeRetType)
GetCreationTime returns the CreationTime field value Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*ListOrganizationsResponseItemsInner) GetCreationTimeOk ¶ added in v0.10.0
func (o *ListOrganizationsResponseItemsInner) GetCreationTimeOk() (ret ListOrganizationsResponseItemsInnerGetCreationTimeRetType, ok bool)
GetCreationTimeOk returns a tuple with the CreationTime field value and a boolean to check if the value has been set. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*ListOrganizationsResponseItemsInner) GetLabels ¶ added in v0.10.0
func (o *ListOrganizationsResponseItemsInner) GetLabels() (res ListOrganizationsResponseItemsInnerGetLabelsRetType)
GetLabels returns the Labels field value if set, zero value otherwise. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*ListOrganizationsResponseItemsInner) GetLabelsOk ¶ added in v0.10.0
func (o *ListOrganizationsResponseItemsInner) GetLabelsOk() (ret ListOrganizationsResponseItemsInnerGetLabelsRetType, ok bool)
GetLabelsOk returns a tuple with the Labels field value if set, nil otherwise and a boolean to check if the value has been set. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*ListOrganizationsResponseItemsInner) GetLifecycleState ¶ added in v0.10.0
func (o *ListOrganizationsResponseItemsInner) GetLifecycleState() (ret ListOrganizationsResponseItemsInnerGetLifecycleStateRetType)
GetLifecycleState returns the LifecycleState field value Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*ListOrganizationsResponseItemsInner) GetLifecycleStateOk ¶ added in v0.10.0
func (o *ListOrganizationsResponseItemsInner) GetLifecycleStateOk() (ret ListOrganizationsResponseItemsInnerGetLifecycleStateRetType, ok bool)
GetLifecycleStateOk returns a tuple with the LifecycleState field value and a boolean to check if the value has been set. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*ListOrganizationsResponseItemsInner) GetName ¶ added in v0.10.0
func (o *ListOrganizationsResponseItemsInner) GetName() (ret ListOrganizationsResponseItemsInnerGetNameRetType)
GetName returns the Name field value Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*ListOrganizationsResponseItemsInner) GetNameOk ¶ added in v0.10.0
func (o *ListOrganizationsResponseItemsInner) GetNameOk() (ret ListOrganizationsResponseItemsInnerGetNameRetType, ok bool)
GetNameOk returns a tuple with the Name field value and a boolean to check if the value has been set. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*ListOrganizationsResponseItemsInner) GetOrganizationId ¶ added in v0.10.0
func (o *ListOrganizationsResponseItemsInner) GetOrganizationId() (ret ListOrganizationsResponseItemsInnerGetOrganizationIdRetType)
GetOrganizationId returns the OrganizationId field value Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*ListOrganizationsResponseItemsInner) GetOrganizationIdOk ¶ added in v0.10.0
func (o *ListOrganizationsResponseItemsInner) GetOrganizationIdOk() (ret ListOrganizationsResponseItemsInnerGetOrganizationIdRetType, ok bool)
GetOrganizationIdOk returns a tuple with the OrganizationId field value and a boolean to check if the value has been set. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*ListOrganizationsResponseItemsInner) GetUpdateTime ¶ added in v0.10.0
func (o *ListOrganizationsResponseItemsInner) GetUpdateTime() (ret ListOrganizationsResponseItemsInnerGetUpdateTimeRetType)
GetUpdateTime returns the UpdateTime field value Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*ListOrganizationsResponseItemsInner) GetUpdateTimeOk ¶ added in v0.10.0
func (o *ListOrganizationsResponseItemsInner) GetUpdateTimeOk() (ret ListOrganizationsResponseItemsInnerGetUpdateTimeRetType, ok bool)
GetUpdateTimeOk returns a tuple with the UpdateTime field value and a boolean to check if the value has been set. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*ListOrganizationsResponseItemsInner) HasLabels ¶ added in v0.10.0
func (o *ListOrganizationsResponseItemsInner) HasLabels() bool
HasLabels returns a boolean if a field has been set. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*ListOrganizationsResponseItemsInner) SetContainerId ¶ added in v0.10.0
func (o *ListOrganizationsResponseItemsInner) SetContainerId(v ListOrganizationsResponseItemsInnerGetContainerIdRetType)
SetContainerId sets field value Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*ListOrganizationsResponseItemsInner) SetCreationTime ¶ added in v0.10.0
func (o *ListOrganizationsResponseItemsInner) SetCreationTime(v ListOrganizationsResponseItemsInnerGetCreationTimeRetType)
SetCreationTime sets field value Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*ListOrganizationsResponseItemsInner) SetLabels ¶ added in v0.10.0
func (o *ListOrganizationsResponseItemsInner) SetLabels(v ListOrganizationsResponseItemsInnerGetLabelsRetType)
SetLabels gets a reference to the given map[string]string and assigns it to the Labels field. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*ListOrganizationsResponseItemsInner) SetLifecycleState ¶ added in v0.10.0
func (o *ListOrganizationsResponseItemsInner) SetLifecycleState(v ListOrganizationsResponseItemsInnerGetLifecycleStateRetType)
SetLifecycleState sets field value Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*ListOrganizationsResponseItemsInner) SetName ¶ added in v0.10.0
func (o *ListOrganizationsResponseItemsInner) SetName(v ListOrganizationsResponseItemsInnerGetNameRetType)
SetName sets field value Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*ListOrganizationsResponseItemsInner) SetOrganizationId ¶ added in v0.10.0
func (o *ListOrganizationsResponseItemsInner) SetOrganizationId(v ListOrganizationsResponseItemsInnerGetOrganizationIdRetType)
SetOrganizationId sets field value Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*ListOrganizationsResponseItemsInner) SetUpdateTime ¶ added in v0.10.0
func (o *ListOrganizationsResponseItemsInner) SetUpdateTime(v ListOrganizationsResponseItemsInnerGetUpdateTimeRetType)
SetUpdateTime sets field value Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (ListOrganizationsResponseItemsInner) ToMap
deprecated
added in
v0.10.0
func (o ListOrganizationsResponseItemsInner) ToMap() (map[string]interface{}, error)
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type ListOrganizationsResponseItemsInnerGetContainerIdArgType
deprecated
added in
v0.13.1
type ListOrganizationsResponseItemsInnerGetContainerIdArgType = string
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type ListOrganizationsResponseItemsInnerGetContainerIdAttributeType ¶ added in v0.13.1
type ListOrganizationsResponseItemsInnerGetContainerIdAttributeType = *string
isNotNullableString Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type ListOrganizationsResponseItemsInnerGetContainerIdRetType
deprecated
added in
v0.13.1
type ListOrganizationsResponseItemsInnerGetContainerIdRetType = string
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type ListOrganizationsResponseItemsInnerGetCreationTimeArgType
deprecated
added in
v0.13.1
type ListOrganizationsResponseItemsInnerGetCreationTimeAttributeType ¶ added in v0.13.1
isDateTime Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type ListOrganizationsResponseItemsInnerGetCreationTimeRetType
deprecated
added in
v0.13.1
type ListOrganizationsResponseItemsInnerGetLabelsArgType
deprecated
added in
v0.13.1
type ListOrganizationsResponseItemsInnerGetLabelsAttributeType ¶ added in v0.13.1
isContainer Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type ListOrganizationsResponseItemsInnerGetLabelsRetType
deprecated
added in
v0.13.1
type ListOrganizationsResponseItemsInnerGetLifecycleStateArgType
deprecated
added in
v0.13.1
type ListOrganizationsResponseItemsInnerGetLifecycleStateArgType = LifecycleState
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type ListOrganizationsResponseItemsInnerGetLifecycleStateAttributeType ¶ added in v0.13.1
type ListOrganizationsResponseItemsInnerGetLifecycleStateAttributeType = *LifecycleState
isEnumRef Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type ListOrganizationsResponseItemsInnerGetLifecycleStateRetType
deprecated
added in
v0.13.1
type ListOrganizationsResponseItemsInnerGetLifecycleStateRetType = LifecycleState
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type ListOrganizationsResponseItemsInnerGetNameArgType
deprecated
added in
v0.13.1
type ListOrganizationsResponseItemsInnerGetNameArgType = string
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type ListOrganizationsResponseItemsInnerGetNameAttributeType ¶ added in v0.13.1
type ListOrganizationsResponseItemsInnerGetNameAttributeType = *string
isNotNullableString Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type ListOrganizationsResponseItemsInnerGetNameRetType
deprecated
added in
v0.13.1
type ListOrganizationsResponseItemsInnerGetNameRetType = string
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type ListOrganizationsResponseItemsInnerGetOrganizationIdArgType
deprecated
added in
v0.13.1
type ListOrganizationsResponseItemsInnerGetOrganizationIdArgType = string
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type ListOrganizationsResponseItemsInnerGetOrganizationIdAttributeType ¶ added in v0.13.1
type ListOrganizationsResponseItemsInnerGetOrganizationIdAttributeType = *string
isNotNullableString Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type ListOrganizationsResponseItemsInnerGetOrganizationIdRetType
deprecated
added in
v0.13.1
type ListOrganizationsResponseItemsInnerGetOrganizationIdRetType = string
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type ListOrganizationsResponseItemsInnerGetUpdateTimeArgType
deprecated
added in
v0.13.1
type ListOrganizationsResponseItemsInnerGetUpdateTimeAttributeType ¶ added in v0.13.1
isDateTime Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type ListOrganizationsResponseItemsInnerGetUpdateTimeRetType
deprecated
added in
v0.13.1
type ListProjectsRequest
deprecated
added in
v0.15.0
type ListProjectsRequest struct {
// contains filtered or unexported fields
}
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (ListProjectsRequest) ContainerIds ¶ added in v0.15.0
func (r ListProjectsRequest) ContainerIds(containerIds []string) ApiListProjectsRequest
List of container identifiers - containerId as well as UUID identifier is supported. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (ListProjectsRequest) ContainerParentId ¶ added in v0.15.0
func (r ListProjectsRequest) ContainerParentId(containerParentId string) ApiListProjectsRequest
Identifier of the parent resource container - containerId as well as UUID identifier is supported. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (ListProjectsRequest) CreationTimeStart ¶ added in v0.15.0
func (r ListProjectsRequest) CreationTimeStart(creationTimeStart time.Time) ApiListProjectsRequest
A timestamp to specify the beginning of the creationTime from which entries should be returned. If not given, defaults to the beginning of time. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (ListProjectsRequest) Execute
deprecated
added in
v0.15.0
func (r ListProjectsRequest) Execute() (*ListProjectsResponse, error)
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (ListProjectsRequest) Limit ¶ added in v0.15.0
func (r ListProjectsRequest) Limit(limit float32) ApiListProjectsRequest
The maximum number of projects to return in the response. If not present, an appropriate default will be used. If maximum is exceeded, maximum is used. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (ListProjectsRequest) Member ¶ added in v0.15.0
func (r ListProjectsRequest) Member(member string) ApiListProjectsRequest
E-Mail address of the user for whom the visible resource containers should be filtered. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (ListProjectsRequest) Offset ¶ added in v0.15.0
func (r ListProjectsRequest) Offset(offset float32) ApiListProjectsRequest
The offset of the first item in the collection to return. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type ListProjectsResponse ¶ added in v0.9.0
type ListProjectsResponse struct {
// REQUIRED
Items ListProjectsResponseGetItemsAttributeType `json:"items" required:"true"`
// The maximum number of projects to return in the response. If not present, an appropriate default will be used.
// REQUIRED
Limit ListProjectsResponseGetLimitAttributeType `json:"limit" required:"true"`
// The offset of the first item in the collection to return.
// REQUIRED
Offset ListProjectsResponseGetOffsetAttributeType `json:"offset" required:"true"`
}
ListProjectsResponse struct for ListProjectsResponse Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func NewListProjectsResponse ¶ added in v0.10.0
func NewListProjectsResponse(items ListProjectsResponseGetItemsArgType, limit ListProjectsResponseGetLimitArgType, offset ListProjectsResponseGetOffsetArgType) *ListProjectsResponse
NewListProjectsResponse instantiates a new ListProjectsResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func NewListProjectsResponseWithDefaults ¶ added in v0.10.0
func NewListProjectsResponseWithDefaults() *ListProjectsResponse
NewListProjectsResponseWithDefaults instantiates a new ListProjectsResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*ListProjectsResponse) GetItems ¶ added in v0.10.0
func (o *ListProjectsResponse) GetItems() (ret ListProjectsResponseGetItemsRetType)
GetItems returns the Items field value Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*ListProjectsResponse) GetItemsOk ¶ added in v0.10.0
func (o *ListProjectsResponse) GetItemsOk() (ret ListProjectsResponseGetItemsRetType, ok bool)
GetItemsOk returns a tuple with the Items field value and a boolean to check if the value has been set. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*ListProjectsResponse) GetLimit ¶ added in v0.10.0
func (o *ListProjectsResponse) GetLimit() (ret ListProjectsResponseGetLimitRetType)
GetLimit returns the Limit field value Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*ListProjectsResponse) GetLimitOk ¶ added in v0.10.0
func (o *ListProjectsResponse) GetLimitOk() (ret ListProjectsResponseGetLimitRetType, ok bool)
GetLimitOk returns a tuple with the Limit field value and a boolean to check if the value has been set. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*ListProjectsResponse) GetOffset ¶ added in v0.10.0
func (o *ListProjectsResponse) GetOffset() (ret ListProjectsResponseGetOffsetRetType)
GetOffset returns the Offset field value Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*ListProjectsResponse) GetOffsetOk ¶ added in v0.10.0
func (o *ListProjectsResponse) GetOffsetOk() (ret ListProjectsResponseGetOffsetRetType, ok bool)
GetOffsetOk returns a tuple with the Offset field value and a boolean to check if the value has been set. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*ListProjectsResponse) SetItems ¶ added in v0.10.0
func (o *ListProjectsResponse) SetItems(v ListProjectsResponseGetItemsRetType)
SetItems sets field value Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*ListProjectsResponse) SetLimit ¶ added in v0.10.0
func (o *ListProjectsResponse) SetLimit(v ListProjectsResponseGetLimitRetType)
SetLimit sets field value Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*ListProjectsResponse) SetOffset ¶ added in v0.10.0
func (o *ListProjectsResponse) SetOffset(v ListProjectsResponseGetOffsetRetType)
SetOffset sets field value Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (ListProjectsResponse) ToMap
deprecated
added in
v0.10.0
func (o ListProjectsResponse) ToMap() (map[string]interface{}, error)
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type ListProjectsResponseGetItemsArgType
deprecated
added in
v0.13.1
type ListProjectsResponseGetItemsArgType = []Project
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type ListProjectsResponseGetItemsAttributeType ¶ added in v0.13.1
type ListProjectsResponseGetItemsAttributeType = *[]Project
isArray Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type ListProjectsResponseGetItemsRetType
deprecated
added in
v0.13.1
type ListProjectsResponseGetItemsRetType = []Project
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type ListProjectsResponseGetLimitArgType
deprecated
added in
v0.13.1
type ListProjectsResponseGetLimitArgType = float64
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type ListProjectsResponseGetLimitAttributeType ¶ added in v0.13.1
type ListProjectsResponseGetLimitAttributeType = *float64
isNumber Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type ListProjectsResponseGetLimitRetType
deprecated
added in
v0.13.1
type ListProjectsResponseGetLimitRetType = float64
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type ListProjectsResponseGetOffsetArgType
deprecated
added in
v0.13.1
type ListProjectsResponseGetOffsetArgType = float64
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type ListProjectsResponseGetOffsetAttributeType ¶ added in v0.13.1
type ListProjectsResponseGetOffsetAttributeType = *float64
isNumber Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type ListProjectsResponseGetOffsetRetType
deprecated
added in
v0.13.1
type ListProjectsResponseGetOffsetRetType = float64
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type MappedNullable
deprecated
type Member ¶ added in v0.9.0
type Member struct {
// A valid role defined for the resource.
// REQUIRED
Role MemberGetRoleAttributeType `json:"role" required:"true"`
// Unique identifier of the user, service account or client.
// REQUIRED
Subject MemberGetSubjectAttributeType `json:"subject" required:"true"`
}
Member struct for Member Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func NewMember ¶ added in v0.10.0
func NewMember(role MemberGetRoleArgType, subject MemberGetSubjectArgType) *Member
NewMember instantiates a new Member object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func NewMemberWithDefaults ¶ added in v0.10.0
func NewMemberWithDefaults() *Member
NewMemberWithDefaults instantiates a new Member object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*Member) GetRole ¶ added in v0.10.0
func (o *Member) GetRole() (ret MemberGetRoleRetType)
GetRole returns the Role field value Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*Member) GetRoleOk ¶ added in v0.10.0
func (o *Member) GetRoleOk() (ret MemberGetRoleRetType, ok bool)
GetRoleOk returns a tuple with the Role field value and a boolean to check if the value has been set. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*Member) GetSubject ¶ added in v0.10.0
func (o *Member) GetSubject() (ret MemberGetSubjectRetType)
GetSubject returns the Subject field value Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*Member) GetSubjectOk ¶ added in v0.10.0
func (o *Member) GetSubjectOk() (ret MemberGetSubjectRetType, ok bool)
GetSubjectOk returns a tuple with the Subject field value and a boolean to check if the value has been set. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*Member) SetRole ¶ added in v0.10.0
func (o *Member) SetRole(v MemberGetRoleRetType)
SetRole sets field value Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*Member) SetSubject ¶ added in v0.10.0
func (o *Member) SetSubject(v MemberGetSubjectRetType)
SetSubject sets field value Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type MemberGetRoleArgType
deprecated
added in
v0.13.1
type MemberGetRoleArgType = string
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type MemberGetRoleAttributeType ¶ added in v0.13.1
type MemberGetRoleAttributeType = *string
isNotNullableString Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type MemberGetRoleRetType
deprecated
added in
v0.13.1
type MemberGetRoleRetType = string
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type MemberGetSubjectArgType
deprecated
added in
v0.13.1
type MemberGetSubjectArgType = string
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type MemberGetSubjectAttributeType ¶ added in v0.13.1
type MemberGetSubjectAttributeType = *string
isNotNullableString Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type MemberGetSubjectRetType
deprecated
added in
v0.13.1
type MemberGetSubjectRetType = string
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type NullableBool
deprecated
type NullableBool struct {
// contains filtered or unexported fields
}
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func NewNullableBool
deprecated
func NewNullableBool(val *bool) *NullableBool
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (NullableBool) Get
deprecated
func (v NullableBool) Get() *bool
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (NullableBool) IsSet
deprecated
func (v NullableBool) IsSet() bool
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (NullableBool) MarshalJSON
deprecated
func (v NullableBool) MarshalJSON() ([]byte, error)
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*NullableBool) Set
deprecated
func (v *NullableBool) Set(val *bool)
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*NullableBool) UnmarshalJSON
deprecated
func (v *NullableBool) UnmarshalJSON(src []byte) error
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*NullableBool) Unset
deprecated
func (v *NullableBool) Unset()
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type NullableContainerSearchResult
deprecated
added in
v0.18.0
type NullableContainerSearchResult struct {
// contains filtered or unexported fields
}
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func NewNullableContainerSearchResult
deprecated
added in
v0.18.0
func NewNullableContainerSearchResult(val *ContainerSearchResult) *NullableContainerSearchResult
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (NullableContainerSearchResult) Get
deprecated
added in
v0.18.0
func (v NullableContainerSearchResult) Get() *ContainerSearchResult
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (NullableContainerSearchResult) IsSet
deprecated
added in
v0.18.0
func (v NullableContainerSearchResult) IsSet() bool
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (NullableContainerSearchResult) MarshalJSON
deprecated
added in
v0.18.0
func (v NullableContainerSearchResult) MarshalJSON() ([]byte, error)
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*NullableContainerSearchResult) Set
deprecated
added in
v0.18.0
func (v *NullableContainerSearchResult) Set(val *ContainerSearchResult)
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*NullableContainerSearchResult) UnmarshalJSON
deprecated
added in
v0.18.0
func (v *NullableContainerSearchResult) UnmarshalJSON(src []byte) error
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*NullableContainerSearchResult) Unset
deprecated
added in
v0.18.0
func (v *NullableContainerSearchResult) Unset()
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type NullableContainerSearchResultContainerType
deprecated
added in
v0.18.0
type NullableContainerSearchResultContainerType struct {
// contains filtered or unexported fields
}
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func NewNullableContainerSearchResultContainerType
deprecated
added in
v0.18.0
func NewNullableContainerSearchResultContainerType(val *ContainerSearchResultContainerType) *NullableContainerSearchResultContainerType
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (NullableContainerSearchResultContainerType) Get
deprecated
added in
v0.18.0
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (NullableContainerSearchResultContainerType) IsSet
deprecated
added in
v0.18.0
func (v NullableContainerSearchResultContainerType) IsSet() bool
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (NullableContainerSearchResultContainerType) MarshalJSON
deprecated
added in
v0.18.0
func (v NullableContainerSearchResultContainerType) MarshalJSON() ([]byte, error)
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*NullableContainerSearchResultContainerType) Set
deprecated
added in
v0.18.0
func (v *NullableContainerSearchResultContainerType) Set(val *ContainerSearchResultContainerType)
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*NullableContainerSearchResultContainerType) UnmarshalJSON
deprecated
added in
v0.18.0
func (v *NullableContainerSearchResultContainerType) UnmarshalJSON(src []byte) error
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*NullableContainerSearchResultContainerType) Unset
deprecated
added in
v0.18.0
func (v *NullableContainerSearchResultContainerType) Unset()
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type NullableCreateFolderPayload
deprecated
added in
v0.13.2
type NullableCreateFolderPayload struct {
// contains filtered or unexported fields
}
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func NewNullableCreateFolderPayload
deprecated
added in
v0.13.2
func NewNullableCreateFolderPayload(val *CreateFolderPayload) *NullableCreateFolderPayload
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (NullableCreateFolderPayload) Get
deprecated
added in
v0.13.2
func (v NullableCreateFolderPayload) Get() *CreateFolderPayload
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (NullableCreateFolderPayload) IsSet
deprecated
added in
v0.13.2
func (v NullableCreateFolderPayload) IsSet() bool
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (NullableCreateFolderPayload) MarshalJSON
deprecated
added in
v0.13.2
func (v NullableCreateFolderPayload) MarshalJSON() ([]byte, error)
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*NullableCreateFolderPayload) Set
deprecated
added in
v0.13.2
func (v *NullableCreateFolderPayload) Set(val *CreateFolderPayload)
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*NullableCreateFolderPayload) UnmarshalJSON
deprecated
added in
v0.13.2
func (v *NullableCreateFolderPayload) UnmarshalJSON(src []byte) error
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*NullableCreateFolderPayload) Unset
deprecated
added in
v0.13.2
func (v *NullableCreateFolderPayload) Unset()
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type NullableCreateProjectPayload
deprecated
added in
v0.10.0
type NullableCreateProjectPayload struct {
// contains filtered or unexported fields
}
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func NewNullableCreateProjectPayload
deprecated
added in
v0.10.0
func NewNullableCreateProjectPayload(val *CreateProjectPayload) *NullableCreateProjectPayload
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (NullableCreateProjectPayload) Get
deprecated
added in
v0.10.0
func (v NullableCreateProjectPayload) Get() *CreateProjectPayload
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (NullableCreateProjectPayload) IsSet
deprecated
added in
v0.10.0
func (v NullableCreateProjectPayload) IsSet() bool
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (NullableCreateProjectPayload) MarshalJSON
deprecated
added in
v0.10.0
func (v NullableCreateProjectPayload) MarshalJSON() ([]byte, error)
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*NullableCreateProjectPayload) Set
deprecated
added in
v0.10.0
func (v *NullableCreateProjectPayload) Set(val *CreateProjectPayload)
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*NullableCreateProjectPayload) UnmarshalJSON
deprecated
added in
v0.10.0
func (v *NullableCreateProjectPayload) UnmarshalJSON(src []byte) error
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*NullableCreateProjectPayload) Unset
deprecated
added in
v0.10.0
func (v *NullableCreateProjectPayload) Unset()
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type NullableErrorResponse
deprecated
added in
v0.10.0
type NullableErrorResponse struct {
// contains filtered or unexported fields
}
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func NewNullableErrorResponse
deprecated
added in
v0.10.0
func NewNullableErrorResponse(val *ErrorResponse) *NullableErrorResponse
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (NullableErrorResponse) Get
deprecated
added in
v0.10.0
func (v NullableErrorResponse) Get() *ErrorResponse
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (NullableErrorResponse) IsSet
deprecated
added in
v0.10.0
func (v NullableErrorResponse) IsSet() bool
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (NullableErrorResponse) MarshalJSON
deprecated
added in
v0.10.0
func (v NullableErrorResponse) MarshalJSON() ([]byte, error)
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*NullableErrorResponse) Set
deprecated
added in
v0.10.0
func (v *NullableErrorResponse) Set(val *ErrorResponse)
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*NullableErrorResponse) UnmarshalJSON
deprecated
added in
v0.10.0
func (v *NullableErrorResponse) UnmarshalJSON(src []byte) error
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*NullableErrorResponse) Unset
deprecated
added in
v0.10.0
func (v *NullableErrorResponse) Unset()
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type NullableFloat32
deprecated
type NullableFloat32 struct {
// contains filtered or unexported fields
}
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func NewNullableFloat32
deprecated
func NewNullableFloat32(val *float32) *NullableFloat32
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (NullableFloat32) Get
deprecated
func (v NullableFloat32) Get() *float32
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (NullableFloat32) IsSet
deprecated
func (v NullableFloat32) IsSet() bool
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (NullableFloat32) MarshalJSON
deprecated
func (v NullableFloat32) MarshalJSON() ([]byte, error)
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*NullableFloat32) Set
deprecated
func (v *NullableFloat32) Set(val *float32)
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*NullableFloat32) UnmarshalJSON
deprecated
func (v *NullableFloat32) UnmarshalJSON(src []byte) error
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*NullableFloat32) Unset
deprecated
func (v *NullableFloat32) Unset()
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type NullableFloat64
deprecated
type NullableFloat64 struct {
// contains filtered or unexported fields
}
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func NewNullableFloat64
deprecated
func NewNullableFloat64(val *float64) *NullableFloat64
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (NullableFloat64) Get
deprecated
func (v NullableFloat64) Get() *float64
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (NullableFloat64) IsSet
deprecated
func (v NullableFloat64) IsSet() bool
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (NullableFloat64) MarshalJSON
deprecated
func (v NullableFloat64) MarshalJSON() ([]byte, error)
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*NullableFloat64) Set
deprecated
func (v *NullableFloat64) Set(val *float64)
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*NullableFloat64) UnmarshalJSON
deprecated
func (v *NullableFloat64) UnmarshalJSON(src []byte) error
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*NullableFloat64) Unset
deprecated
func (v *NullableFloat64) Unset()
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type NullableFolderResponse
deprecated
added in
v0.11.0
type NullableFolderResponse struct {
// contains filtered or unexported fields
}
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func NewNullableFolderResponse
deprecated
added in
v0.11.0
func NewNullableFolderResponse(val *FolderResponse) *NullableFolderResponse
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (NullableFolderResponse) Get
deprecated
added in
v0.11.0
func (v NullableFolderResponse) Get() *FolderResponse
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (NullableFolderResponse) IsSet
deprecated
added in
v0.11.0
func (v NullableFolderResponse) IsSet() bool
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (NullableFolderResponse) MarshalJSON
deprecated
added in
v0.11.0
func (v NullableFolderResponse) MarshalJSON() ([]byte, error)
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*NullableFolderResponse) Set
deprecated
added in
v0.11.0
func (v *NullableFolderResponse) Set(val *FolderResponse)
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*NullableFolderResponse) UnmarshalJSON
deprecated
added in
v0.11.0
func (v *NullableFolderResponse) UnmarshalJSON(src []byte) error
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*NullableFolderResponse) Unset
deprecated
added in
v0.11.0
func (v *NullableFolderResponse) Unset()
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type NullableGetFolderDetailsResponse
deprecated
added in
v0.13.2
type NullableGetFolderDetailsResponse struct {
// contains filtered or unexported fields
}
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func NewNullableGetFolderDetailsResponse
deprecated
added in
v0.13.2
func NewNullableGetFolderDetailsResponse(val *GetFolderDetailsResponse) *NullableGetFolderDetailsResponse
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (NullableGetFolderDetailsResponse) Get
deprecated
added in
v0.13.2
func (v NullableGetFolderDetailsResponse) Get() *GetFolderDetailsResponse
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (NullableGetFolderDetailsResponse) IsSet
deprecated
added in
v0.13.2
func (v NullableGetFolderDetailsResponse) IsSet() bool
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (NullableGetFolderDetailsResponse) MarshalJSON
deprecated
added in
v0.13.2
func (v NullableGetFolderDetailsResponse) MarshalJSON() ([]byte, error)
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*NullableGetFolderDetailsResponse) Set
deprecated
added in
v0.13.2
func (v *NullableGetFolderDetailsResponse) Set(val *GetFolderDetailsResponse)
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*NullableGetFolderDetailsResponse) UnmarshalJSON
deprecated
added in
v0.13.2
func (v *NullableGetFolderDetailsResponse) UnmarshalJSON(src []byte) error
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*NullableGetFolderDetailsResponse) Unset
deprecated
added in
v0.13.2
func (v *NullableGetFolderDetailsResponse) Unset()
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type NullableGetProjectResponse
deprecated
added in
v0.10.0
type NullableGetProjectResponse struct {
// contains filtered or unexported fields
}
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func NewNullableGetProjectResponse
deprecated
added in
v0.10.0
func NewNullableGetProjectResponse(val *GetProjectResponse) *NullableGetProjectResponse
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (NullableGetProjectResponse) Get
deprecated
added in
v0.10.0
func (v NullableGetProjectResponse) Get() *GetProjectResponse
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (NullableGetProjectResponse) IsSet
deprecated
added in
v0.10.0
func (v NullableGetProjectResponse) IsSet() bool
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (NullableGetProjectResponse) MarshalJSON
deprecated
added in
v0.10.0
func (v NullableGetProjectResponse) MarshalJSON() ([]byte, error)
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*NullableGetProjectResponse) Set
deprecated
added in
v0.10.0
func (v *NullableGetProjectResponse) Set(val *GetProjectResponse)
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*NullableGetProjectResponse) UnmarshalJSON
deprecated
added in
v0.10.0
func (v *NullableGetProjectResponse) UnmarshalJSON(src []byte) error
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*NullableGetProjectResponse) Unset
deprecated
added in
v0.10.0
func (v *NullableGetProjectResponse) Unset()
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type NullableInt
deprecated
type NullableInt struct {
// contains filtered or unexported fields
}
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func NewNullableInt
deprecated
func NewNullableInt(val *int) *NullableInt
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (NullableInt) Get
deprecated
func (v NullableInt) Get() *int
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (NullableInt) IsSet
deprecated
func (v NullableInt) IsSet() bool
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (NullableInt) MarshalJSON
deprecated
func (v NullableInt) MarshalJSON() ([]byte, error)
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*NullableInt) Set
deprecated
func (v *NullableInt) Set(val *int)
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*NullableInt) UnmarshalJSON
deprecated
func (v *NullableInt) UnmarshalJSON(src []byte) error
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*NullableInt) Unset
deprecated
func (v *NullableInt) Unset()
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type NullableInt32
deprecated
type NullableInt32 struct {
// contains filtered or unexported fields
}
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func NewNullableInt32
deprecated
func NewNullableInt32(val *int32) *NullableInt32
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (NullableInt32) Get
deprecated
func (v NullableInt32) Get() *int32
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (NullableInt32) IsSet
deprecated
func (v NullableInt32) IsSet() bool
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (NullableInt32) MarshalJSON
deprecated
func (v NullableInt32) MarshalJSON() ([]byte, error)
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*NullableInt32) Set
deprecated
func (v *NullableInt32) Set(val *int32)
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*NullableInt32) UnmarshalJSON
deprecated
func (v *NullableInt32) UnmarshalJSON(src []byte) error
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*NullableInt32) Unset
deprecated
func (v *NullableInt32) Unset()
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type NullableInt64
deprecated
type NullableInt64 struct {
// contains filtered or unexported fields
}
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func NewNullableInt64
deprecated
func NewNullableInt64(val *int64) *NullableInt64
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (NullableInt64) Get
deprecated
func (v NullableInt64) Get() *int64
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (NullableInt64) IsSet
deprecated
func (v NullableInt64) IsSet() bool
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (NullableInt64) MarshalJSON
deprecated
func (v NullableInt64) MarshalJSON() ([]byte, error)
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*NullableInt64) Set
deprecated
func (v *NullableInt64) Set(val *int64)
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*NullableInt64) UnmarshalJSON
deprecated
func (v *NullableInt64) UnmarshalJSON(src []byte) error
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*NullableInt64) Unset
deprecated
func (v *NullableInt64) Unset()
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type NullableLifecycleState
deprecated
type NullableLifecycleState struct {
// contains filtered or unexported fields
}
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func NewNullableLifecycleState
deprecated
func NewNullableLifecycleState(val *LifecycleState) *NullableLifecycleState
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (NullableLifecycleState) Get
deprecated
func (v NullableLifecycleState) Get() *LifecycleState
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (NullableLifecycleState) IsSet
deprecated
func (v NullableLifecycleState) IsSet() bool
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (NullableLifecycleState) MarshalJSON
deprecated
func (v NullableLifecycleState) MarshalJSON() ([]byte, error)
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*NullableLifecycleState) Set
deprecated
func (v *NullableLifecycleState) Set(val *LifecycleState)
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*NullableLifecycleState) UnmarshalJSON
deprecated
func (v *NullableLifecycleState) UnmarshalJSON(src []byte) error
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*NullableLifecycleState) Unset
deprecated
func (v *NullableLifecycleState) Unset()
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type NullableListFoldersResponse
deprecated
added in
v0.16.0
type NullableListFoldersResponse struct {
// contains filtered or unexported fields
}
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func NewNullableListFoldersResponse
deprecated
added in
v0.16.0
func NewNullableListFoldersResponse(val *ListFoldersResponse) *NullableListFoldersResponse
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (NullableListFoldersResponse) Get
deprecated
added in
v0.16.0
func (v NullableListFoldersResponse) Get() *ListFoldersResponse
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (NullableListFoldersResponse) IsSet
deprecated
added in
v0.16.0
func (v NullableListFoldersResponse) IsSet() bool
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (NullableListFoldersResponse) MarshalJSON
deprecated
added in
v0.16.0
func (v NullableListFoldersResponse) MarshalJSON() ([]byte, error)
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*NullableListFoldersResponse) Set
deprecated
added in
v0.16.0
func (v *NullableListFoldersResponse) Set(val *ListFoldersResponse)
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*NullableListFoldersResponse) UnmarshalJSON
deprecated
added in
v0.16.0
func (v *NullableListFoldersResponse) UnmarshalJSON(src []byte) error
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*NullableListFoldersResponse) Unset
deprecated
added in
v0.16.0
func (v *NullableListFoldersResponse) Unset()
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type NullableListFoldersResponseItemsInner
deprecated
added in
v0.16.0
type NullableListFoldersResponseItemsInner struct {
// contains filtered or unexported fields
}
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func NewNullableListFoldersResponseItemsInner
deprecated
added in
v0.16.0
func NewNullableListFoldersResponseItemsInner(val *ListFoldersResponseItemsInner) *NullableListFoldersResponseItemsInner
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (NullableListFoldersResponseItemsInner) Get
deprecated
added in
v0.16.0
func (v NullableListFoldersResponseItemsInner) Get() *ListFoldersResponseItemsInner
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (NullableListFoldersResponseItemsInner) IsSet
deprecated
added in
v0.16.0
func (v NullableListFoldersResponseItemsInner) IsSet() bool
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (NullableListFoldersResponseItemsInner) MarshalJSON
deprecated
added in
v0.16.0
func (v NullableListFoldersResponseItemsInner) MarshalJSON() ([]byte, error)
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*NullableListFoldersResponseItemsInner) Set
deprecated
added in
v0.16.0
func (v *NullableListFoldersResponseItemsInner) Set(val *ListFoldersResponseItemsInner)
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*NullableListFoldersResponseItemsInner) UnmarshalJSON
deprecated
added in
v0.16.0
func (v *NullableListFoldersResponseItemsInner) UnmarshalJSON(src []byte) error
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*NullableListFoldersResponseItemsInner) Unset
deprecated
added in
v0.16.0
func (v *NullableListFoldersResponseItemsInner) Unset()
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type NullableListOrganizationsResponse
deprecated
added in
v0.10.0
type NullableListOrganizationsResponse struct {
// contains filtered or unexported fields
}
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func NewNullableListOrganizationsResponse
deprecated
added in
v0.10.0
func NewNullableListOrganizationsResponse(val *ListOrganizationsResponse) *NullableListOrganizationsResponse
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (NullableListOrganizationsResponse) Get
deprecated
added in
v0.10.0
func (v NullableListOrganizationsResponse) Get() *ListOrganizationsResponse
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (NullableListOrganizationsResponse) IsSet
deprecated
added in
v0.10.0
func (v NullableListOrganizationsResponse) IsSet() bool
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (NullableListOrganizationsResponse) MarshalJSON
deprecated
added in
v0.10.0
func (v NullableListOrganizationsResponse) MarshalJSON() ([]byte, error)
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*NullableListOrganizationsResponse) Set
deprecated
added in
v0.10.0
func (v *NullableListOrganizationsResponse) Set(val *ListOrganizationsResponse)
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*NullableListOrganizationsResponse) UnmarshalJSON
deprecated
added in
v0.10.0
func (v *NullableListOrganizationsResponse) UnmarshalJSON(src []byte) error
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*NullableListOrganizationsResponse) Unset
deprecated
added in
v0.10.0
func (v *NullableListOrganizationsResponse) Unset()
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type NullableListOrganizationsResponseItemsInner
deprecated
added in
v0.10.0
type NullableListOrganizationsResponseItemsInner struct {
// contains filtered or unexported fields
}
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func NewNullableListOrganizationsResponseItemsInner
deprecated
added in
v0.10.0
func NewNullableListOrganizationsResponseItemsInner(val *ListOrganizationsResponseItemsInner) *NullableListOrganizationsResponseItemsInner
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (NullableListOrganizationsResponseItemsInner) Get
deprecated
added in
v0.10.0
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (NullableListOrganizationsResponseItemsInner) IsSet
deprecated
added in
v0.10.0
func (v NullableListOrganizationsResponseItemsInner) IsSet() bool
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (NullableListOrganizationsResponseItemsInner) MarshalJSON
deprecated
added in
v0.10.0
func (v NullableListOrganizationsResponseItemsInner) MarshalJSON() ([]byte, error)
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*NullableListOrganizationsResponseItemsInner) Set
deprecated
added in
v0.10.0
func (v *NullableListOrganizationsResponseItemsInner) Set(val *ListOrganizationsResponseItemsInner)
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*NullableListOrganizationsResponseItemsInner) UnmarshalJSON
deprecated
added in
v0.10.0
func (v *NullableListOrganizationsResponseItemsInner) UnmarshalJSON(src []byte) error
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*NullableListOrganizationsResponseItemsInner) Unset
deprecated
added in
v0.10.0
func (v *NullableListOrganizationsResponseItemsInner) Unset()
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type NullableListProjectsResponse
deprecated
added in
v0.10.0
type NullableListProjectsResponse struct {
// contains filtered or unexported fields
}
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func NewNullableListProjectsResponse
deprecated
added in
v0.10.0
func NewNullableListProjectsResponse(val *ListProjectsResponse) *NullableListProjectsResponse
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (NullableListProjectsResponse) Get
deprecated
added in
v0.10.0
func (v NullableListProjectsResponse) Get() *ListProjectsResponse
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (NullableListProjectsResponse) IsSet
deprecated
added in
v0.10.0
func (v NullableListProjectsResponse) IsSet() bool
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (NullableListProjectsResponse) MarshalJSON
deprecated
added in
v0.10.0
func (v NullableListProjectsResponse) MarshalJSON() ([]byte, error)
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*NullableListProjectsResponse) Set
deprecated
added in
v0.10.0
func (v *NullableListProjectsResponse) Set(val *ListProjectsResponse)
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*NullableListProjectsResponse) UnmarshalJSON
deprecated
added in
v0.10.0
func (v *NullableListProjectsResponse) UnmarshalJSON(src []byte) error
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*NullableListProjectsResponse) Unset
deprecated
added in
v0.10.0
func (v *NullableListProjectsResponse) Unset()
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type NullableMember
deprecated
added in
v0.10.0
type NullableMember struct {
// contains filtered or unexported fields
}
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func NewNullableMember
deprecated
added in
v0.10.0
func NewNullableMember(val *Member) *NullableMember
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (NullableMember) Get
deprecated
added in
v0.10.0
func (v NullableMember) Get() *Member
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (NullableMember) IsSet
deprecated
added in
v0.10.0
func (v NullableMember) IsSet() bool
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (NullableMember) MarshalJSON
deprecated
added in
v0.10.0
func (v NullableMember) MarshalJSON() ([]byte, error)
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*NullableMember) Set
deprecated
added in
v0.10.0
func (v *NullableMember) Set(val *Member)
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*NullableMember) UnmarshalJSON
deprecated
added in
v0.10.0
func (v *NullableMember) UnmarshalJSON(src []byte) error
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*NullableMember) Unset
deprecated
added in
v0.10.0
func (v *NullableMember) Unset()
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type NullableOrganizationResponse
deprecated
added in
v0.10.0
type NullableOrganizationResponse struct {
// contains filtered or unexported fields
}
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func NewNullableOrganizationResponse
deprecated
added in
v0.10.0
func NewNullableOrganizationResponse(val *OrganizationResponse) *NullableOrganizationResponse
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (NullableOrganizationResponse) Get
deprecated
added in
v0.10.0
func (v NullableOrganizationResponse) Get() *OrganizationResponse
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (NullableOrganizationResponse) IsSet
deprecated
added in
v0.10.0
func (v NullableOrganizationResponse) IsSet() bool
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (NullableOrganizationResponse) MarshalJSON
deprecated
added in
v0.10.0
func (v NullableOrganizationResponse) MarshalJSON() ([]byte, error)
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*NullableOrganizationResponse) Set
deprecated
added in
v0.10.0
func (v *NullableOrganizationResponse) Set(val *OrganizationResponse)
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*NullableOrganizationResponse) UnmarshalJSON
deprecated
added in
v0.10.0
func (v *NullableOrganizationResponse) UnmarshalJSON(src []byte) error
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*NullableOrganizationResponse) Unset
deprecated
added in
v0.10.0
func (v *NullableOrganizationResponse) Unset()
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type NullableParent
deprecated
added in
v0.10.0
type NullableParent struct {
// contains filtered or unexported fields
}
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func NewNullableParent
deprecated
added in
v0.10.0
func NewNullableParent(val *Parent) *NullableParent
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (NullableParent) Get
deprecated
added in
v0.10.0
func (v NullableParent) Get() *Parent
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (NullableParent) IsSet
deprecated
added in
v0.10.0
func (v NullableParent) IsSet() bool
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (NullableParent) MarshalJSON
deprecated
added in
v0.10.0
func (v NullableParent) MarshalJSON() ([]byte, error)
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*NullableParent) Set
deprecated
added in
v0.10.0
func (v *NullableParent) Set(val *Parent)
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*NullableParent) UnmarshalJSON
deprecated
added in
v0.10.0
func (v *NullableParent) UnmarshalJSON(src []byte) error
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*NullableParent) Unset
deprecated
added in
v0.10.0
func (v *NullableParent) Unset()
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type NullableParentListInner
deprecated
added in
v0.10.0
type NullableParentListInner struct {
// contains filtered or unexported fields
}
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func NewNullableParentListInner
deprecated
added in
v0.10.0
func NewNullableParentListInner(val *ParentListInner) *NullableParentListInner
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (NullableParentListInner) Get
deprecated
added in
v0.10.0
func (v NullableParentListInner) Get() *ParentListInner
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (NullableParentListInner) IsSet
deprecated
added in
v0.10.0
func (v NullableParentListInner) IsSet() bool
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (NullableParentListInner) MarshalJSON
deprecated
added in
v0.10.0
func (v NullableParentListInner) MarshalJSON() ([]byte, error)
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*NullableParentListInner) Set
deprecated
added in
v0.10.0
func (v *NullableParentListInner) Set(val *ParentListInner)
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*NullableParentListInner) UnmarshalJSON
deprecated
added in
v0.10.0
func (v *NullableParentListInner) UnmarshalJSON(src []byte) error
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*NullableParentListInner) Unset
deprecated
added in
v0.10.0
func (v *NullableParentListInner) Unset()
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type NullableParentListInnerTypes
deprecated
added in
v0.14.0
type NullableParentListInnerTypes struct {
// contains filtered or unexported fields
}
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func NewNullableParentListInnerTypes
deprecated
added in
v0.14.0
func NewNullableParentListInnerTypes(val *ParentListInnerTypes) *NullableParentListInnerTypes
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (NullableParentListInnerTypes) Get
deprecated
added in
v0.14.0
func (v NullableParentListInnerTypes) Get() *ParentListInnerTypes
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (NullableParentListInnerTypes) IsSet
deprecated
added in
v0.14.0
func (v NullableParentListInnerTypes) IsSet() bool
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (NullableParentListInnerTypes) MarshalJSON
deprecated
added in
v0.14.0
func (v NullableParentListInnerTypes) MarshalJSON() ([]byte, error)
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*NullableParentListInnerTypes) Set
deprecated
added in
v0.14.0
func (v *NullableParentListInnerTypes) Set(val *ParentListInnerTypes)
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*NullableParentListInnerTypes) UnmarshalJSON
deprecated
added in
v0.14.0
func (v *NullableParentListInnerTypes) UnmarshalJSON(src []byte) error
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*NullableParentListInnerTypes) Unset
deprecated
added in
v0.14.0
func (v *NullableParentListInnerTypes) Unset()
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type NullableParentTypes
deprecated
added in
v0.14.0
type NullableParentTypes struct {
// contains filtered or unexported fields
}
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func NewNullableParentTypes
deprecated
added in
v0.14.0
func NewNullableParentTypes(val *ParentTypes) *NullableParentTypes
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (NullableParentTypes) Get
deprecated
added in
v0.14.0
func (v NullableParentTypes) Get() *ParentTypes
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (NullableParentTypes) IsSet
deprecated
added in
v0.14.0
func (v NullableParentTypes) IsSet() bool
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (NullableParentTypes) MarshalJSON
deprecated
added in
v0.14.0
func (v NullableParentTypes) MarshalJSON() ([]byte, error)
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*NullableParentTypes) Set
deprecated
added in
v0.14.0
func (v *NullableParentTypes) Set(val *ParentTypes)
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*NullableParentTypes) UnmarshalJSON
deprecated
added in
v0.14.0
func (v *NullableParentTypes) UnmarshalJSON(src []byte) error
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*NullableParentTypes) Unset
deprecated
added in
v0.14.0
func (v *NullableParentTypes) Unset()
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type NullablePartialUpdateFolderPayload
deprecated
added in
v0.13.2
type NullablePartialUpdateFolderPayload struct {
// contains filtered or unexported fields
}
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func NewNullablePartialUpdateFolderPayload
deprecated
added in
v0.13.2
func NewNullablePartialUpdateFolderPayload(val *PartialUpdateFolderPayload) *NullablePartialUpdateFolderPayload
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (NullablePartialUpdateFolderPayload) Get
deprecated
added in
v0.13.2
func (v NullablePartialUpdateFolderPayload) Get() *PartialUpdateFolderPayload
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (NullablePartialUpdateFolderPayload) IsSet
deprecated
added in
v0.13.2
func (v NullablePartialUpdateFolderPayload) IsSet() bool
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (NullablePartialUpdateFolderPayload) MarshalJSON
deprecated
added in
v0.13.2
func (v NullablePartialUpdateFolderPayload) MarshalJSON() ([]byte, error)
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*NullablePartialUpdateFolderPayload) Set
deprecated
added in
v0.13.2
func (v *NullablePartialUpdateFolderPayload) Set(val *PartialUpdateFolderPayload)
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*NullablePartialUpdateFolderPayload) UnmarshalJSON
deprecated
added in
v0.13.2
func (v *NullablePartialUpdateFolderPayload) UnmarshalJSON(src []byte) error
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*NullablePartialUpdateFolderPayload) Unset
deprecated
added in
v0.13.2
func (v *NullablePartialUpdateFolderPayload) Unset()
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type NullablePartialUpdateOrganizationPayload
deprecated
added in
v0.16.0
type NullablePartialUpdateOrganizationPayload struct {
// contains filtered or unexported fields
}
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func NewNullablePartialUpdateOrganizationPayload
deprecated
added in
v0.16.0
func NewNullablePartialUpdateOrganizationPayload(val *PartialUpdateOrganizationPayload) *NullablePartialUpdateOrganizationPayload
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (NullablePartialUpdateOrganizationPayload) Get
deprecated
added in
v0.16.0
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (NullablePartialUpdateOrganizationPayload) IsSet
deprecated
added in
v0.16.0
func (v NullablePartialUpdateOrganizationPayload) IsSet() bool
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (NullablePartialUpdateOrganizationPayload) MarshalJSON
deprecated
added in
v0.16.0
func (v NullablePartialUpdateOrganizationPayload) MarshalJSON() ([]byte, error)
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*NullablePartialUpdateOrganizationPayload) Set
deprecated
added in
v0.16.0
func (v *NullablePartialUpdateOrganizationPayload) Set(val *PartialUpdateOrganizationPayload)
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*NullablePartialUpdateOrganizationPayload) UnmarshalJSON
deprecated
added in
v0.16.0
func (v *NullablePartialUpdateOrganizationPayload) UnmarshalJSON(src []byte) error
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*NullablePartialUpdateOrganizationPayload) Unset
deprecated
added in
v0.16.0
func (v *NullablePartialUpdateOrganizationPayload) Unset()
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type NullablePartialUpdateProjectPayload
deprecated
added in
v0.10.0
type NullablePartialUpdateProjectPayload struct {
// contains filtered or unexported fields
}
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func NewNullablePartialUpdateProjectPayload
deprecated
added in
v0.10.0
func NewNullablePartialUpdateProjectPayload(val *PartialUpdateProjectPayload) *NullablePartialUpdateProjectPayload
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (NullablePartialUpdateProjectPayload) Get
deprecated
added in
v0.10.0
func (v NullablePartialUpdateProjectPayload) Get() *PartialUpdateProjectPayload
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (NullablePartialUpdateProjectPayload) IsSet
deprecated
added in
v0.10.0
func (v NullablePartialUpdateProjectPayload) IsSet() bool
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (NullablePartialUpdateProjectPayload) MarshalJSON
deprecated
added in
v0.10.0
func (v NullablePartialUpdateProjectPayload) MarshalJSON() ([]byte, error)
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*NullablePartialUpdateProjectPayload) Set
deprecated
added in
v0.10.0
func (v *NullablePartialUpdateProjectPayload) Set(val *PartialUpdateProjectPayload)
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*NullablePartialUpdateProjectPayload) UnmarshalJSON
deprecated
added in
v0.10.0
func (v *NullablePartialUpdateProjectPayload) UnmarshalJSON(src []byte) error
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*NullablePartialUpdateProjectPayload) Unset
deprecated
added in
v0.10.0
func (v *NullablePartialUpdateProjectPayload) Unset()
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type NullableProject
deprecated
added in
v0.10.0
type NullableProject struct {
// contains filtered or unexported fields
}
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func NewNullableProject
deprecated
added in
v0.10.0
func NewNullableProject(val *Project) *NullableProject
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (NullableProject) Get
deprecated
added in
v0.10.0
func (v NullableProject) Get() *Project
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (NullableProject) IsSet
deprecated
added in
v0.10.0
func (v NullableProject) IsSet() bool
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (NullableProject) MarshalJSON
deprecated
added in
v0.10.0
func (v NullableProject) MarshalJSON() ([]byte, error)
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*NullableProject) Set
deprecated
added in
v0.10.0
func (v *NullableProject) Set(val *Project)
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*NullableProject) UnmarshalJSON
deprecated
added in
v0.10.0
func (v *NullableProject) UnmarshalJSON(src []byte) error
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*NullableProject) Unset
deprecated
added in
v0.10.0
func (v *NullableProject) Unset()
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type NullableString
deprecated
type NullableString struct {
// contains filtered or unexported fields
}
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func NewNullableString
deprecated
func NewNullableString(val *string) *NullableString
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (NullableString) Get
deprecated
func (v NullableString) Get() *string
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (NullableString) IsSet
deprecated
func (v NullableString) IsSet() bool
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (NullableString) MarshalJSON
deprecated
func (v NullableString) MarshalJSON() ([]byte, error)
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*NullableString) Set
deprecated
func (v *NullableString) Set(val *string)
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*NullableString) UnmarshalJSON
deprecated
func (v *NullableString) UnmarshalJSON(src []byte) error
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*NullableString) Unset
deprecated
func (v *NullableString) Unset()
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type NullableTime
deprecated
type NullableTime struct {
// contains filtered or unexported fields
}
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func NewNullableTime
deprecated
func NewNullableTime(val *time.Time) *NullableTime
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (NullableTime) Get
deprecated
func (v NullableTime) Get() *time.Time
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (NullableTime) IsSet
deprecated
func (v NullableTime) IsSet() bool
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (NullableTime) MarshalJSON
deprecated
func (v NullableTime) MarshalJSON() ([]byte, error)
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*NullableTime) Set
deprecated
func (v *NullableTime) Set(val *time.Time)
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*NullableTime) UnmarshalJSON
deprecated
func (v *NullableTime) UnmarshalJSON(src []byte) error
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*NullableTime) Unset
deprecated
func (v *NullableTime) Unset()
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type NullableValue
deprecated
added in
v0.13.1
type NullableValue[T any] struct { // contains filtered or unexported fields }
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (NullableValue[T]) Get
deprecated
added in
v0.13.1
func (v NullableValue[T]) Get() *T
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (NullableValue[T]) IsSet
deprecated
added in
v0.13.1
func (v NullableValue[T]) IsSet() bool
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*NullableValue[T]) Set
deprecated
added in
v0.13.1
func (v *NullableValue[T]) Set(val *T)
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*NullableValue[T]) Unset
deprecated
added in
v0.13.1
func (v *NullableValue[T]) Unset()
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type OrganizationResponse ¶
type OrganizationResponse struct {
// Globally unique, user-friendly identifier.
// REQUIRED
ContainerId OrganizationResponseGetContainerIdAttributeType `json:"containerId" required:"true"`
// Timestamp at which the organization was created.
// REQUIRED
CreationTime OrganizationResponseGetCreationTimeAttributeType `json:"creationTime" required:"true"`
// Labels are key-value string pairs that can be attached to a resource container. Some labels may be enforced via policies. - A label key must match the regex `[A-ZÄÜÖa-zäüöß0-9_-]{1,64}`. - A label value must match the regex `^$|[A-ZÄÜÖa-zäüöß0-9_-]{1,64}`.
Labels OrganizationResponseGetLabelsAttributeType `json:"labels,omitempty"`
// REQUIRED
LifecycleState OrganizationResponseGetLifecycleStateAttributeType `json:"lifecycleState" required:"true"`
// Organization name.
// REQUIRED
Name OrganizationResponseGetNameAttributeType `json:"name" required:"true"`
// Globally unique, organization identifier.
// REQUIRED
OrganizationId OrganizationResponseGetOrganizationIdAttributeType `json:"organizationId" required:"true"`
// Timestamp at which the organization was last modified.
// REQUIRED
UpdateTime OrganizationResponseGetUpdateTimeAttributeType `json:"updateTime" required:"true"`
}
OrganizationResponse struct for OrganizationResponse Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func NewOrganizationResponse ¶ added in v0.10.0
func NewOrganizationResponse(containerId OrganizationResponseGetContainerIdArgType, creationTime OrganizationResponseGetCreationTimeArgType, lifecycleState OrganizationResponseGetLifecycleStateArgType, name OrganizationResponseGetNameArgType, organizationId OrganizationResponseGetOrganizationIdArgType, updateTime OrganizationResponseGetUpdateTimeArgType) *OrganizationResponse
NewOrganizationResponse instantiates a new OrganizationResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func NewOrganizationResponseWithDefaults ¶ added in v0.10.0
func NewOrganizationResponseWithDefaults() *OrganizationResponse
NewOrganizationResponseWithDefaults instantiates a new OrganizationResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*OrganizationResponse) GetContainerId ¶ added in v0.10.0
func (o *OrganizationResponse) GetContainerId() (ret OrganizationResponseGetContainerIdRetType)
GetContainerId returns the ContainerId field value Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*OrganizationResponse) GetContainerIdOk ¶ added in v0.10.0
func (o *OrganizationResponse) GetContainerIdOk() (ret OrganizationResponseGetContainerIdRetType, ok bool)
GetContainerIdOk returns a tuple with the ContainerId field value and a boolean to check if the value has been set. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*OrganizationResponse) GetCreationTime ¶ added in v0.10.0
func (o *OrganizationResponse) GetCreationTime() (ret OrganizationResponseGetCreationTimeRetType)
GetCreationTime returns the CreationTime field value Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*OrganizationResponse) GetCreationTimeOk ¶ added in v0.10.0
func (o *OrganizationResponse) GetCreationTimeOk() (ret OrganizationResponseGetCreationTimeRetType, ok bool)
GetCreationTimeOk returns a tuple with the CreationTime field value and a boolean to check if the value has been set. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*OrganizationResponse) GetLabels ¶ added in v0.10.0
func (o *OrganizationResponse) GetLabels() (res OrganizationResponseGetLabelsRetType)
GetLabels returns the Labels field value if set, zero value otherwise. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*OrganizationResponse) GetLabelsOk ¶ added in v0.10.0
func (o *OrganizationResponse) GetLabelsOk() (ret OrganizationResponseGetLabelsRetType, ok bool)
GetLabelsOk returns a tuple with the Labels field value if set, nil otherwise and a boolean to check if the value has been set. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*OrganizationResponse) GetLifecycleState ¶ added in v0.10.0
func (o *OrganizationResponse) GetLifecycleState() (ret OrganizationResponseGetLifecycleStateRetType)
GetLifecycleState returns the LifecycleState field value Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*OrganizationResponse) GetLifecycleStateOk ¶ added in v0.10.0
func (o *OrganizationResponse) GetLifecycleStateOk() (ret OrganizationResponseGetLifecycleStateRetType, ok bool)
GetLifecycleStateOk returns a tuple with the LifecycleState field value and a boolean to check if the value has been set. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*OrganizationResponse) GetName ¶ added in v0.10.0
func (o *OrganizationResponse) GetName() (ret OrganizationResponseGetNameRetType)
GetName returns the Name field value Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*OrganizationResponse) GetNameOk ¶ added in v0.10.0
func (o *OrganizationResponse) GetNameOk() (ret OrganizationResponseGetNameRetType, ok bool)
GetNameOk returns a tuple with the Name field value and a boolean to check if the value has been set. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*OrganizationResponse) GetOrganizationId ¶ added in v0.10.0
func (o *OrganizationResponse) GetOrganizationId() (ret OrganizationResponseGetOrganizationIdRetType)
GetOrganizationId returns the OrganizationId field value Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*OrganizationResponse) GetOrganizationIdOk ¶ added in v0.10.0
func (o *OrganizationResponse) GetOrganizationIdOk() (ret OrganizationResponseGetOrganizationIdRetType, ok bool)
GetOrganizationIdOk returns a tuple with the OrganizationId field value and a boolean to check if the value has been set. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*OrganizationResponse) GetUpdateTime ¶ added in v0.10.0
func (o *OrganizationResponse) GetUpdateTime() (ret OrganizationResponseGetUpdateTimeRetType)
GetUpdateTime returns the UpdateTime field value Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*OrganizationResponse) GetUpdateTimeOk ¶ added in v0.10.0
func (o *OrganizationResponse) GetUpdateTimeOk() (ret OrganizationResponseGetUpdateTimeRetType, ok bool)
GetUpdateTimeOk returns a tuple with the UpdateTime field value and a boolean to check if the value has been set. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*OrganizationResponse) HasLabels ¶ added in v0.10.0
func (o *OrganizationResponse) HasLabels() bool
HasLabels returns a boolean if a field has been set. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*OrganizationResponse) SetContainerId ¶ added in v0.10.0
func (o *OrganizationResponse) SetContainerId(v OrganizationResponseGetContainerIdRetType)
SetContainerId sets field value Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*OrganizationResponse) SetCreationTime ¶ added in v0.10.0
func (o *OrganizationResponse) SetCreationTime(v OrganizationResponseGetCreationTimeRetType)
SetCreationTime sets field value Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*OrganizationResponse) SetLabels ¶ added in v0.10.0
func (o *OrganizationResponse) SetLabels(v OrganizationResponseGetLabelsRetType)
SetLabels gets a reference to the given map[string]string and assigns it to the Labels field. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*OrganizationResponse) SetLifecycleState ¶ added in v0.10.0
func (o *OrganizationResponse) SetLifecycleState(v OrganizationResponseGetLifecycleStateRetType)
SetLifecycleState sets field value Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*OrganizationResponse) SetName ¶ added in v0.10.0
func (o *OrganizationResponse) SetName(v OrganizationResponseGetNameRetType)
SetName sets field value Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*OrganizationResponse) SetOrganizationId ¶ added in v0.10.0
func (o *OrganizationResponse) SetOrganizationId(v OrganizationResponseGetOrganizationIdRetType)
SetOrganizationId sets field value Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*OrganizationResponse) SetUpdateTime ¶ added in v0.10.0
func (o *OrganizationResponse) SetUpdateTime(v OrganizationResponseGetUpdateTimeRetType)
SetUpdateTime sets field value Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (OrganizationResponse) ToMap
deprecated
added in
v0.10.0
func (o OrganizationResponse) ToMap() (map[string]interface{}, error)
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type OrganizationResponseGetContainerIdArgType
deprecated
added in
v0.13.1
type OrganizationResponseGetContainerIdArgType = string
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type OrganizationResponseGetContainerIdAttributeType ¶ added in v0.13.1
type OrganizationResponseGetContainerIdAttributeType = *string
isNotNullableString Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type OrganizationResponseGetContainerIdRetType
deprecated
added in
v0.13.1
type OrganizationResponseGetContainerIdRetType = string
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type OrganizationResponseGetCreationTimeArgType
deprecated
added in
v0.13.1
type OrganizationResponseGetCreationTimeAttributeType ¶ added in v0.13.1
isDateTime Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type OrganizationResponseGetCreationTimeRetType
deprecated
added in
v0.13.1
type OrganizationResponseGetLabelsArgType
deprecated
added in
v0.13.1
type OrganizationResponseGetLabelsAttributeType ¶ added in v0.13.1
isContainer Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type OrganizationResponseGetLabelsRetType
deprecated
added in
v0.13.1
type OrganizationResponseGetLifecycleStateArgType
deprecated
added in
v0.13.1
type OrganizationResponseGetLifecycleStateArgType = LifecycleState
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type OrganizationResponseGetLifecycleStateAttributeType ¶ added in v0.13.1
type OrganizationResponseGetLifecycleStateAttributeType = *LifecycleState
isEnumRef Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type OrganizationResponseGetLifecycleStateRetType
deprecated
added in
v0.13.1
type OrganizationResponseGetLifecycleStateRetType = LifecycleState
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type OrganizationResponseGetNameArgType
deprecated
added in
v0.13.1
type OrganizationResponseGetNameArgType = string
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type OrganizationResponseGetNameAttributeType ¶ added in v0.13.1
type OrganizationResponseGetNameAttributeType = *string
isNotNullableString Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type OrganizationResponseGetNameRetType
deprecated
added in
v0.13.1
type OrganizationResponseGetNameRetType = string
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type OrganizationResponseGetOrganizationIdArgType
deprecated
added in
v0.13.1
type OrganizationResponseGetOrganizationIdArgType = string
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type OrganizationResponseGetOrganizationIdAttributeType ¶ added in v0.13.1
type OrganizationResponseGetOrganizationIdAttributeType = *string
isNotNullableString Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type OrganizationResponseGetOrganizationIdRetType
deprecated
added in
v0.13.1
type OrganizationResponseGetOrganizationIdRetType = string
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type OrganizationResponseGetUpdateTimeArgType
deprecated
added in
v0.13.1
type OrganizationResponseGetUpdateTimeAttributeType ¶ added in v0.13.1
isDateTime Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type OrganizationResponseGetUpdateTimeRetType
deprecated
added in
v0.13.1
type Parent ¶
type Parent struct {
// User-friendly identifier of either organization or folder (will replace id).
// REQUIRED
ContainerId ParentGetContainerIdAttributeType `json:"containerId" required:"true"`
// Identifier of either organization or folder.
// REQUIRED
Id ParentGetIdAttributeType `json:"id" required:"true"`
// Container type of parent container.
// REQUIRED
Type ParentGetTypeAttributeType `json:"type" required:"true"`
}
Parent Parent container. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func NewParent ¶ added in v0.10.0
func NewParent(containerId ParentGetContainerIdArgType, id ParentGetIdArgType, types ParentGetTypeArgType) *Parent
NewParent instantiates a new Parent object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func NewParentWithDefaults ¶ added in v0.10.0
func NewParentWithDefaults() *Parent
NewParentWithDefaults instantiates a new Parent object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*Parent) GetContainerId ¶ added in v0.10.0
func (o *Parent) GetContainerId() (ret ParentGetContainerIdRetType)
GetContainerId returns the ContainerId field value Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*Parent) GetContainerIdOk ¶ added in v0.10.0
func (o *Parent) GetContainerIdOk() (ret ParentGetContainerIdRetType, ok bool)
GetContainerIdOk returns a tuple with the ContainerId field value and a boolean to check if the value has been set. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*Parent) GetId ¶ added in v0.10.0
func (o *Parent) GetId() (ret ParentGetIdRetType)
GetId returns the Id field value Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*Parent) GetIdOk ¶ added in v0.10.0
func (o *Parent) GetIdOk() (ret ParentGetIdRetType, ok bool)
GetIdOk returns a tuple with the Id field value and a boolean to check if the value has been set. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*Parent) GetType ¶ added in v0.10.0
func (o *Parent) GetType() (ret ParentGetTypeRetType)
GetType returns the Type field value Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*Parent) GetTypeOk ¶ added in v0.10.0
func (o *Parent) GetTypeOk() (ret ParentGetTypeRetType, ok bool)
GetTypeOk returns a tuple with the Type field value and a boolean to check if the value has been set. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*Parent) SetContainerId ¶ added in v0.10.0
func (o *Parent) SetContainerId(v ParentGetContainerIdRetType)
SetContainerId sets field value Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*Parent) SetId ¶ added in v0.10.0
func (o *Parent) SetId(v ParentGetIdRetType)
SetId sets field value Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*Parent) SetType ¶ added in v0.10.0
func (o *Parent) SetType(v ParentGetTypeRetType)
SetType sets field value Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type ParentGetContainerIdArgType
deprecated
added in
v0.13.1
type ParentGetContainerIdArgType = string
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type ParentGetContainerIdAttributeType ¶ added in v0.13.1
type ParentGetContainerIdAttributeType = *string
isNotNullableString Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type ParentGetContainerIdRetType
deprecated
added in
v0.13.1
type ParentGetContainerIdRetType = string
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type ParentGetIdArgType
deprecated
added in
v0.13.1
type ParentGetIdArgType = string
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type ParentGetIdAttributeType ¶ added in v0.13.1
type ParentGetIdAttributeType = *string
isNotNullableString Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type ParentGetIdRetType
deprecated
added in
v0.13.1
type ParentGetIdRetType = string
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type ParentGetTypeArgType
deprecated
added in
v0.13.1
type ParentGetTypeArgType = ParentTypes
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type ParentGetTypeAttributeType
deprecated
added in
v0.13.1
type ParentGetTypeAttributeType = *ParentTypes
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type ParentGetTypeRetType
deprecated
added in
v0.13.1
type ParentGetTypeRetType = ParentTypes
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type ParentListInner ¶
type ParentListInner struct {
// User-friendly identifier of either organization or folder (will replace id).
// REQUIRED
ContainerId ParentListInnerGetContainerIdAttributeType `json:"containerId" required:"true"`
// User-friendly parent identifier of either organization or folder (will replace parentId).
ContainerParentId ParentListInnerGetContainerParentIdAttributeType `json:"containerParentId,omitempty"`
// Identifier.
// REQUIRED
Id ParentListInnerGetIdAttributeType `json:"id" required:"true"`
// Parent container name.
// REQUIRED
Name ParentListInnerGetNameAttributeType `json:"name" required:"true"`
// Identifier of the parent resource container.
ParentId ParentListInnerGetParentIdAttributeType `json:"parentId,omitempty"`
// Parent container type.
// REQUIRED
Type ParentListInnerGetTypeAttributeType `json:"type" required:"true"`
}
ParentListInner struct for ParentListInner Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func NewParentListInner ¶ added in v0.10.0
func NewParentListInner(containerId ParentListInnerGetContainerIdArgType, id ParentListInnerGetIdArgType, name ParentListInnerGetNameArgType, types ParentListInnerGetTypeArgType) *ParentListInner
NewParentListInner instantiates a new ParentListInner object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func NewParentListInnerWithDefaults ¶ added in v0.10.0
func NewParentListInnerWithDefaults() *ParentListInner
NewParentListInnerWithDefaults instantiates a new ParentListInner object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*ParentListInner) GetContainerId ¶ added in v0.10.0
func (o *ParentListInner) GetContainerId() (ret ParentListInnerGetContainerIdRetType)
GetContainerId returns the ContainerId field value Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*ParentListInner) GetContainerIdOk ¶ added in v0.10.0
func (o *ParentListInner) GetContainerIdOk() (ret ParentListInnerGetContainerIdRetType, ok bool)
GetContainerIdOk returns a tuple with the ContainerId field value and a boolean to check if the value has been set. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*ParentListInner) GetContainerParentId ¶ added in v0.10.0
func (o *ParentListInner) GetContainerParentId() (res ParentListInnerGetContainerParentIdRetType)
GetContainerParentId returns the ContainerParentId field value if set, zero value otherwise. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*ParentListInner) GetContainerParentIdOk ¶ added in v0.10.0
func (o *ParentListInner) GetContainerParentIdOk() (ret ParentListInnerGetContainerParentIdRetType, ok bool)
GetContainerParentIdOk returns a tuple with the ContainerParentId field value if set, nil otherwise and a boolean to check if the value has been set. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*ParentListInner) GetId ¶ added in v0.10.0
func (o *ParentListInner) GetId() (ret ParentListInnerGetIdRetType)
GetId returns the Id field value Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*ParentListInner) GetIdOk ¶ added in v0.10.0
func (o *ParentListInner) GetIdOk() (ret ParentListInnerGetIdRetType, ok bool)
GetIdOk returns a tuple with the Id field value and a boolean to check if the value has been set. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*ParentListInner) GetName ¶ added in v0.10.0
func (o *ParentListInner) GetName() (ret ParentListInnerGetNameRetType)
GetName returns the Name field value Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*ParentListInner) GetNameOk ¶ added in v0.10.0
func (o *ParentListInner) GetNameOk() (ret ParentListInnerGetNameRetType, ok bool)
GetNameOk returns a tuple with the Name field value and a boolean to check if the value has been set. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*ParentListInner) GetParentId ¶ added in v0.10.0
func (o *ParentListInner) GetParentId() (res ParentListInnerGetParentIdRetType)
GetParentId returns the ParentId field value if set, zero value otherwise. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*ParentListInner) GetParentIdOk ¶ added in v0.10.0
func (o *ParentListInner) GetParentIdOk() (ret ParentListInnerGetParentIdRetType, ok bool)
GetParentIdOk returns a tuple with the ParentId field value if set, nil otherwise and a boolean to check if the value has been set. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*ParentListInner) GetType ¶ added in v0.10.0
func (o *ParentListInner) GetType() (ret ParentListInnerGetTypeRetType)
GetType returns the Type field value Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*ParentListInner) GetTypeOk ¶ added in v0.10.0
func (o *ParentListInner) GetTypeOk() (ret ParentListInnerGetTypeRetType, ok bool)
GetTypeOk returns a tuple with the Type field value and a boolean to check if the value has been set. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*ParentListInner) HasContainerParentId ¶ added in v0.14.0
func (o *ParentListInner) HasContainerParentId() bool
HasContainerParentId returns a boolean if a field has been set. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*ParentListInner) HasParentId ¶ added in v0.14.0
func (o *ParentListInner) HasParentId() bool
HasParentId returns a boolean if a field has been set. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*ParentListInner) SetContainerId ¶ added in v0.10.0
func (o *ParentListInner) SetContainerId(v ParentListInnerGetContainerIdRetType)
SetContainerId sets field value Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*ParentListInner) SetContainerParentId ¶ added in v0.10.0
func (o *ParentListInner) SetContainerParentId(v ParentListInnerGetContainerParentIdRetType)
SetContainerParentId gets a reference to the given string and assigns it to the ContainerParentId field. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*ParentListInner) SetId ¶ added in v0.10.0
func (o *ParentListInner) SetId(v ParentListInnerGetIdRetType)
SetId sets field value Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*ParentListInner) SetName ¶ added in v0.10.0
func (o *ParentListInner) SetName(v ParentListInnerGetNameRetType)
SetName sets field value Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*ParentListInner) SetParentId ¶ added in v0.10.0
func (o *ParentListInner) SetParentId(v ParentListInnerGetParentIdRetType)
SetParentId gets a reference to the given string and assigns it to the ParentId field. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*ParentListInner) SetType ¶ added in v0.10.0
func (o *ParentListInner) SetType(v ParentListInnerGetTypeRetType)
SetType sets field value Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (ParentListInner) ToMap
deprecated
added in
v0.10.0
func (o ParentListInner) ToMap() (map[string]interface{}, error)
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type ParentListInnerGetContainerIdArgType
deprecated
added in
v0.13.1
type ParentListInnerGetContainerIdArgType = string
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type ParentListInnerGetContainerIdAttributeType ¶ added in v0.13.1
type ParentListInnerGetContainerIdAttributeType = *string
isNotNullableString Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type ParentListInnerGetContainerIdRetType
deprecated
added in
v0.13.1
type ParentListInnerGetContainerIdRetType = string
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type ParentListInnerGetContainerParentIdArgType
deprecated
added in
v0.13.1
type ParentListInnerGetContainerParentIdArgType = string
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type ParentListInnerGetContainerParentIdAttributeType ¶ added in v0.13.1
type ParentListInnerGetContainerParentIdAttributeType = *string
isNotNullableString Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type ParentListInnerGetContainerParentIdRetType
deprecated
added in
v0.13.1
type ParentListInnerGetContainerParentIdRetType = string
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type ParentListInnerGetIdArgType
deprecated
added in
v0.13.1
type ParentListInnerGetIdArgType = string
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type ParentListInnerGetIdAttributeType ¶ added in v0.13.1
type ParentListInnerGetIdAttributeType = *string
isNotNullableString Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type ParentListInnerGetIdRetType
deprecated
added in
v0.13.1
type ParentListInnerGetIdRetType = string
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type ParentListInnerGetNameArgType
deprecated
added in
v0.13.1
type ParentListInnerGetNameArgType = string
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type ParentListInnerGetNameAttributeType ¶ added in v0.13.1
type ParentListInnerGetNameAttributeType = *string
isNotNullableString Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type ParentListInnerGetNameRetType
deprecated
added in
v0.13.1
type ParentListInnerGetNameRetType = string
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type ParentListInnerGetParentIdArgType
deprecated
added in
v0.13.1
type ParentListInnerGetParentIdArgType = string
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type ParentListInnerGetParentIdAttributeType ¶ added in v0.13.1
type ParentListInnerGetParentIdAttributeType = *string
isNotNullableString Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type ParentListInnerGetParentIdRetType
deprecated
added in
v0.13.1
type ParentListInnerGetParentIdRetType = string
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type ParentListInnerGetTypeArgType
deprecated
added in
v0.13.1
type ParentListInnerGetTypeArgType = ParentListInnerTypes
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type ParentListInnerGetTypeAttributeType
deprecated
added in
v0.13.1
type ParentListInnerGetTypeAttributeType = *ParentListInnerTypes
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type ParentListInnerGetTypeRetType
deprecated
added in
v0.13.1
type ParentListInnerGetTypeRetType = ParentListInnerTypes
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type ParentListInnerTypes ¶ added in v0.14.0
type ParentListInnerTypes string
ParentListInnerTypes Parent container type. value type for enums Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
const ( // Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead PARENTLISTINNERTYPE_FOLDER ParentListInnerTypes = "FOLDER" // Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead PARENTLISTINNERTYPE_ORGANIZATION ParentListInnerTypes = "ORGANIZATION" )
List of Type
func NewParentListInnerTypesFromValue ¶ added in v0.14.0
func NewParentListInnerTypesFromValue(v ParentListInnerTypes) (*ParentListInnerTypes, error)
NewParentListInnerTypesFromValue returns a pointer to a valid ParentListInnerTypes for the value passed as argument, or an error if the value passed is not allowed by the enum Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (ParentListInnerTypes) IsValid ¶ added in v0.14.0
func (v ParentListInnerTypes) IsValid() bool
IsValid return true if the value is valid for the enum, false otherwise Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (ParentListInnerTypes) Ptr ¶ added in v0.14.0
func (v ParentListInnerTypes) Ptr() *ParentListInnerTypes
Ptr returns reference to TypeTypes value Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*ParentListInnerTypes) UnmarshalJSON
deprecated
added in
v0.14.0
func (v *ParentListInnerTypes) UnmarshalJSON(src []byte) error
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type ParentTypes ¶ added in v0.14.0
type ParentTypes string
ParentTypes Container type of parent container. value type for enums Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
const ( // Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead PARENTTYPE_ORGANIZATION ParentTypes = "ORGANIZATION" // Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead PARENTTYPE_FOLDER ParentTypes = "FOLDER" )
List of Type
func NewParentTypesFromValue ¶ added in v0.14.0
func NewParentTypesFromValue(v ParentTypes) (*ParentTypes, error)
NewParentTypesFromValue returns a pointer to a valid ParentTypes for the value passed as argument, or an error if the value passed is not allowed by the enum Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (ParentTypes) IsValid ¶ added in v0.14.0
func (v ParentTypes) IsValid() bool
IsValid return true if the value is valid for the enum, false otherwise Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (ParentTypes) Ptr ¶ added in v0.14.0
func (v ParentTypes) Ptr() *ParentTypes
Ptr returns reference to TypeTypes value Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*ParentTypes) UnmarshalJSON
deprecated
added in
v0.14.0
func (v *ParentTypes) UnmarshalJSON(src []byte) error
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type PartialUpdateFolderPayload ¶ added in v0.13.2
type PartialUpdateFolderPayload struct {
// New parent identifier for the resource container - containerId as well as UUID identifier is supported.
ContainerParentId PartialUpdateFolderPayloadGetContainerParentIdAttributeType `json:"containerParentId,omitempty"`
// Labels are key-value string pairs that can be attached to a resource container. Some labels may be enforced via policies. - A label key must match the regex `[A-ZÄÜÖa-zäüöß0-9_-]{1,64}`. - A label value must match the regex `^$|[A-ZÄÜÖa-zäüöß0-9_-]{1,64}`.
Labels PartialUpdateFolderPayloadGetLabelsAttributeType `json:"labels,omitempty"`
// New name for the resource container matching the regex `^[a-zA-ZäüöÄÜÖ0-9]( ?[a-zA-ZäüöÄÜÖß0-9_+&-]){0,39}$`.
Name PartialUpdateFolderPayloadGetNameAttributeType `json:"name,omitempty"`
}
PartialUpdateFolderPayload struct for PartialUpdateFolderPayload Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func NewPartialUpdateFolderPayload ¶ added in v0.13.2
func NewPartialUpdateFolderPayload() *PartialUpdateFolderPayload
NewPartialUpdateFolderPayload instantiates a new PartialUpdateFolderPayload object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func NewPartialUpdateFolderPayloadWithDefaults ¶ added in v0.13.2
func NewPartialUpdateFolderPayloadWithDefaults() *PartialUpdateFolderPayload
NewPartialUpdateFolderPayloadWithDefaults instantiates a new PartialUpdateFolderPayload object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*PartialUpdateFolderPayload) GetContainerParentId ¶ added in v0.13.2
func (o *PartialUpdateFolderPayload) GetContainerParentId() (res PartialUpdateFolderPayloadGetContainerParentIdRetType)
GetContainerParentId returns the ContainerParentId field value if set, zero value otherwise. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*PartialUpdateFolderPayload) GetContainerParentIdOk ¶ added in v0.13.2
func (o *PartialUpdateFolderPayload) GetContainerParentIdOk() (ret PartialUpdateFolderPayloadGetContainerParentIdRetType, ok bool)
GetContainerParentIdOk returns a tuple with the ContainerParentId field value if set, nil otherwise and a boolean to check if the value has been set. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*PartialUpdateFolderPayload) GetLabels ¶ added in v0.13.2
func (o *PartialUpdateFolderPayload) GetLabels() (res PartialUpdateFolderPayloadGetLabelsRetType)
GetLabels returns the Labels field value if set, zero value otherwise. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*PartialUpdateFolderPayload) GetLabelsOk ¶ added in v0.13.2
func (o *PartialUpdateFolderPayload) GetLabelsOk() (ret PartialUpdateFolderPayloadGetLabelsRetType, ok bool)
GetLabelsOk returns a tuple with the Labels field value if set, nil otherwise and a boolean to check if the value has been set. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*PartialUpdateFolderPayload) GetName ¶ added in v0.13.2
func (o *PartialUpdateFolderPayload) GetName() (res PartialUpdateFolderPayloadGetNameRetType)
GetName returns the Name field value if set, zero value otherwise. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*PartialUpdateFolderPayload) GetNameOk ¶ added in v0.13.2
func (o *PartialUpdateFolderPayload) GetNameOk() (ret PartialUpdateFolderPayloadGetNameRetType, ok 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. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*PartialUpdateFolderPayload) HasContainerParentId ¶ added in v0.13.2
func (o *PartialUpdateFolderPayload) HasContainerParentId() bool
HasContainerParentId returns a boolean if a field has been set. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*PartialUpdateFolderPayload) HasLabels ¶ added in v0.13.2
func (o *PartialUpdateFolderPayload) HasLabels() bool
HasLabels returns a boolean if a field has been set. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*PartialUpdateFolderPayload) HasName ¶ added in v0.13.2
func (o *PartialUpdateFolderPayload) HasName() bool
HasName returns a boolean if a field has been set. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*PartialUpdateFolderPayload) SetContainerParentId ¶ added in v0.13.2
func (o *PartialUpdateFolderPayload) SetContainerParentId(v PartialUpdateFolderPayloadGetContainerParentIdRetType)
SetContainerParentId gets a reference to the given string and assigns it to the ContainerParentId field. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*PartialUpdateFolderPayload) SetLabels ¶ added in v0.13.2
func (o *PartialUpdateFolderPayload) SetLabels(v PartialUpdateFolderPayloadGetLabelsRetType)
SetLabels gets a reference to the given map[string]string and assigns it to the Labels field. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*PartialUpdateFolderPayload) SetName ¶ added in v0.13.2
func (o *PartialUpdateFolderPayload) SetName(v PartialUpdateFolderPayloadGetNameRetType)
SetName gets a reference to the given string and assigns it to the Name field. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (PartialUpdateFolderPayload) ToMap
deprecated
added in
v0.13.2
func (o PartialUpdateFolderPayload) ToMap() (map[string]interface{}, error)
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type PartialUpdateFolderPayloadGetContainerParentIdArgType
deprecated
added in
v0.13.2
type PartialUpdateFolderPayloadGetContainerParentIdArgType = string
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type PartialUpdateFolderPayloadGetContainerParentIdAttributeType ¶ added in v0.13.2
type PartialUpdateFolderPayloadGetContainerParentIdAttributeType = *string
isNotNullableString Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type PartialUpdateFolderPayloadGetContainerParentIdRetType
deprecated
added in
v0.13.2
type PartialUpdateFolderPayloadGetContainerParentIdRetType = string
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type PartialUpdateFolderPayloadGetLabelsArgType
deprecated
added in
v0.13.2
type PartialUpdateFolderPayloadGetLabelsAttributeType ¶ added in v0.13.2
isContainer Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type PartialUpdateFolderPayloadGetLabelsRetType
deprecated
added in
v0.13.2
type PartialUpdateFolderPayloadGetNameArgType
deprecated
added in
v0.13.2
type PartialUpdateFolderPayloadGetNameArgType = string
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type PartialUpdateFolderPayloadGetNameAttributeType ¶ added in v0.13.2
type PartialUpdateFolderPayloadGetNameAttributeType = *string
isNotNullableString Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type PartialUpdateFolderPayloadGetNameRetType
deprecated
added in
v0.13.2
type PartialUpdateFolderPayloadGetNameRetType = string
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type PartialUpdateFolderRequest
deprecated
added in
v0.15.0
type PartialUpdateFolderRequest struct {
// contains filtered or unexported fields
}
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (PartialUpdateFolderRequest) Execute
deprecated
added in
v0.15.0
func (r PartialUpdateFolderRequest) Execute() (*FolderResponse, error)
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (PartialUpdateFolderRequest) PartialUpdateFolderPayload
deprecated
added in
v0.15.0
func (r PartialUpdateFolderRequest) PartialUpdateFolderPayload(partialUpdateFolderPayload PartialUpdateFolderPayload) ApiPartialUpdateFolderRequest
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type PartialUpdateOrganizationPayload ¶ added in v0.16.0
type PartialUpdateOrganizationPayload struct {
// Labels are key-value string pairs that can be attached to a resource container. Some labels may be enforced via policies. - A label key must match the regex `[A-ZÄÜÖa-zäüöß0-9_-]{1,64}`. - A label value must match the regex `^$|[A-ZÄÜÖa-zäüöß0-9_-]{1,64}`.
Labels PartialUpdateOrganizationPayloadGetLabelsAttributeType `json:"labels,omitempty"`
// The new name of the organization matching the regex `^[a-zA-ZäüöÄÜÖ0-9]( ?[a-zA-ZäüöÄÜÖß0-9_+&-]){0,39}$`.
Name PartialUpdateOrganizationPayloadGetNameAttributeType `json:"name,omitempty"`
}
PartialUpdateOrganizationPayload struct for PartialUpdateOrganizationPayload Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func NewPartialUpdateOrganizationPayload ¶ added in v0.16.0
func NewPartialUpdateOrganizationPayload() *PartialUpdateOrganizationPayload
NewPartialUpdateOrganizationPayload instantiates a new PartialUpdateOrganizationPayload object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func NewPartialUpdateOrganizationPayloadWithDefaults ¶ added in v0.16.0
func NewPartialUpdateOrganizationPayloadWithDefaults() *PartialUpdateOrganizationPayload
NewPartialUpdateOrganizationPayloadWithDefaults instantiates a new PartialUpdateOrganizationPayload object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*PartialUpdateOrganizationPayload) GetLabels ¶ added in v0.16.0
func (o *PartialUpdateOrganizationPayload) GetLabels() (res PartialUpdateOrganizationPayloadGetLabelsRetType)
GetLabels returns the Labels field value if set, zero value otherwise. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*PartialUpdateOrganizationPayload) GetLabelsOk ¶ added in v0.16.0
func (o *PartialUpdateOrganizationPayload) GetLabelsOk() (ret PartialUpdateOrganizationPayloadGetLabelsRetType, ok bool)
GetLabelsOk returns a tuple with the Labels field value if set, nil otherwise and a boolean to check if the value has been set. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*PartialUpdateOrganizationPayload) GetName ¶ added in v0.16.0
func (o *PartialUpdateOrganizationPayload) GetName() (res PartialUpdateOrganizationPayloadGetNameRetType)
GetName returns the Name field value if set, zero value otherwise. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*PartialUpdateOrganizationPayload) GetNameOk ¶ added in v0.16.0
func (o *PartialUpdateOrganizationPayload) GetNameOk() (ret PartialUpdateOrganizationPayloadGetNameRetType, ok 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. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*PartialUpdateOrganizationPayload) HasLabels ¶ added in v0.16.0
func (o *PartialUpdateOrganizationPayload) HasLabels() bool
HasLabels returns a boolean if a field has been set. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*PartialUpdateOrganizationPayload) HasName ¶ added in v0.16.0
func (o *PartialUpdateOrganizationPayload) HasName() bool
HasName returns a boolean if a field has been set. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*PartialUpdateOrganizationPayload) SetLabels ¶ added in v0.16.0
func (o *PartialUpdateOrganizationPayload) SetLabels(v PartialUpdateOrganizationPayloadGetLabelsRetType)
SetLabels gets a reference to the given map[string]string and assigns it to the Labels field. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*PartialUpdateOrganizationPayload) SetName ¶ added in v0.16.0
func (o *PartialUpdateOrganizationPayload) SetName(v PartialUpdateOrganizationPayloadGetNameRetType)
SetName gets a reference to the given string and assigns it to the Name field. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (PartialUpdateOrganizationPayload) ToMap
deprecated
added in
v0.16.0
func (o PartialUpdateOrganizationPayload) ToMap() (map[string]interface{}, error)
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type PartialUpdateOrganizationPayloadGetLabelsArgType
deprecated
added in
v0.16.0
type PartialUpdateOrganizationPayloadGetLabelsAttributeType ¶ added in v0.16.0
isContainer Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type PartialUpdateOrganizationPayloadGetLabelsRetType
deprecated
added in
v0.16.0
type PartialUpdateOrganizationPayloadGetNameArgType
deprecated
added in
v0.16.0
type PartialUpdateOrganizationPayloadGetNameArgType = string
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type PartialUpdateOrganizationPayloadGetNameAttributeType ¶ added in v0.16.0
type PartialUpdateOrganizationPayloadGetNameAttributeType = *string
isNotNullableString Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type PartialUpdateOrganizationPayloadGetNameRetType
deprecated
added in
v0.16.0
type PartialUpdateOrganizationPayloadGetNameRetType = string
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type PartialUpdateOrganizationRequest
deprecated
added in
v0.16.0
type PartialUpdateOrganizationRequest struct {
// contains filtered or unexported fields
}
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (PartialUpdateOrganizationRequest) Execute
deprecated
added in
v0.16.0
func (r PartialUpdateOrganizationRequest) Execute() (*OrganizationResponse, error)
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (PartialUpdateOrganizationRequest) PartialUpdateOrganizationPayload
deprecated
added in
v0.16.0
func (r PartialUpdateOrganizationRequest) PartialUpdateOrganizationPayload(partialUpdateOrganizationPayload PartialUpdateOrganizationPayload) ApiPartialUpdateOrganizationRequest
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type PartialUpdateProjectPayload ¶
type PartialUpdateProjectPayload struct {
// New parent identifier for the resource container - containerId as well as UUID identifier is supported.
ContainerParentId PartialUpdateProjectPayloadGetContainerParentIdAttributeType `json:"containerParentId,omitempty"`
// Labels are key-value string pairs that can be attached to a resource container. Some labels may be enforced via policies. - A label key must match the regex `[A-ZÄÜÖa-zäüöß0-9_-]{1,64}`. - A label value must match the regex `^$|[A-ZÄÜÖa-zäüöß0-9_-]{1,64}`.
Labels PartialUpdateProjectPayloadGetLabelsAttributeType `json:"labels,omitempty"`
// New name for the resource container matching the regex `^[a-zA-ZäüöÄÜÖ0-9]( ?[a-zA-ZäüöÄÜÖß0-9_+&-]){0,39}$`.
Name PartialUpdateProjectPayloadGetNameAttributeType `json:"name,omitempty"`
}
PartialUpdateProjectPayload struct for PartialUpdateProjectPayload Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func NewPartialUpdateProjectPayload ¶ added in v0.10.0
func NewPartialUpdateProjectPayload() *PartialUpdateProjectPayload
NewPartialUpdateProjectPayload instantiates a new PartialUpdateProjectPayload object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func NewPartialUpdateProjectPayloadWithDefaults ¶ added in v0.10.0
func NewPartialUpdateProjectPayloadWithDefaults() *PartialUpdateProjectPayload
NewPartialUpdateProjectPayloadWithDefaults instantiates a new PartialUpdateProjectPayload object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*PartialUpdateProjectPayload) GetContainerParentId ¶ added in v0.10.0
func (o *PartialUpdateProjectPayload) GetContainerParentId() (res PartialUpdateProjectPayloadGetContainerParentIdRetType)
GetContainerParentId returns the ContainerParentId field value if set, zero value otherwise. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*PartialUpdateProjectPayload) GetContainerParentIdOk ¶ added in v0.10.0
func (o *PartialUpdateProjectPayload) GetContainerParentIdOk() (ret PartialUpdateProjectPayloadGetContainerParentIdRetType, ok bool)
GetContainerParentIdOk returns a tuple with the ContainerParentId field value if set, nil otherwise and a boolean to check if the value has been set. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*PartialUpdateProjectPayload) GetLabels ¶ added in v0.10.0
func (o *PartialUpdateProjectPayload) GetLabels() (res PartialUpdateProjectPayloadGetLabelsRetType)
GetLabels returns the Labels field value if set, zero value otherwise. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*PartialUpdateProjectPayload) GetLabelsOk ¶ added in v0.10.0
func (o *PartialUpdateProjectPayload) GetLabelsOk() (ret PartialUpdateProjectPayloadGetLabelsRetType, ok bool)
GetLabelsOk returns a tuple with the Labels field value if set, nil otherwise and a boolean to check if the value has been set. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*PartialUpdateProjectPayload) GetName ¶ added in v0.10.0
func (o *PartialUpdateProjectPayload) GetName() (res PartialUpdateProjectPayloadGetNameRetType)
GetName returns the Name field value if set, zero value otherwise. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*PartialUpdateProjectPayload) GetNameOk ¶ added in v0.10.0
func (o *PartialUpdateProjectPayload) GetNameOk() (ret PartialUpdateProjectPayloadGetNameRetType, ok 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. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*PartialUpdateProjectPayload) HasContainerParentId ¶ added in v0.10.0
func (o *PartialUpdateProjectPayload) HasContainerParentId() bool
HasContainerParentId returns a boolean if a field has been set. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*PartialUpdateProjectPayload) HasLabels ¶ added in v0.10.0
func (o *PartialUpdateProjectPayload) HasLabels() bool
HasLabels returns a boolean if a field has been set. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*PartialUpdateProjectPayload) HasName ¶ added in v0.10.0
func (o *PartialUpdateProjectPayload) HasName() bool
HasName returns a boolean if a field has been set. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*PartialUpdateProjectPayload) SetContainerParentId ¶ added in v0.10.0
func (o *PartialUpdateProjectPayload) SetContainerParentId(v PartialUpdateProjectPayloadGetContainerParentIdRetType)
SetContainerParentId gets a reference to the given string and assigns it to the ContainerParentId field. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*PartialUpdateProjectPayload) SetLabels ¶ added in v0.10.0
func (o *PartialUpdateProjectPayload) SetLabels(v PartialUpdateProjectPayloadGetLabelsRetType)
SetLabels gets a reference to the given map[string]string and assigns it to the Labels field. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*PartialUpdateProjectPayload) SetName ¶ added in v0.10.0
func (o *PartialUpdateProjectPayload) SetName(v PartialUpdateProjectPayloadGetNameRetType)
SetName gets a reference to the given string and assigns it to the Name field. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (PartialUpdateProjectPayload) ToMap
deprecated
added in
v0.10.0
func (o PartialUpdateProjectPayload) ToMap() (map[string]interface{}, error)
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type PartialUpdateProjectPayloadGetContainerParentIdArgType
deprecated
added in
v0.13.1
type PartialUpdateProjectPayloadGetContainerParentIdArgType = string
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type PartialUpdateProjectPayloadGetContainerParentIdAttributeType ¶ added in v0.13.1
type PartialUpdateProjectPayloadGetContainerParentIdAttributeType = *string
isNotNullableString Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type PartialUpdateProjectPayloadGetContainerParentIdRetType
deprecated
added in
v0.13.1
type PartialUpdateProjectPayloadGetContainerParentIdRetType = string
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type PartialUpdateProjectPayloadGetLabelsArgType
deprecated
added in
v0.13.1
type PartialUpdateProjectPayloadGetLabelsAttributeType ¶ added in v0.13.1
isContainer Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type PartialUpdateProjectPayloadGetLabelsRetType
deprecated
added in
v0.13.1
type PartialUpdateProjectPayloadGetNameArgType
deprecated
added in
v0.13.1
type PartialUpdateProjectPayloadGetNameArgType = string
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type PartialUpdateProjectPayloadGetNameAttributeType ¶ added in v0.13.1
type PartialUpdateProjectPayloadGetNameAttributeType = *string
isNotNullableString Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type PartialUpdateProjectPayloadGetNameRetType
deprecated
added in
v0.13.1
type PartialUpdateProjectPayloadGetNameRetType = string
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type PartialUpdateProjectRequest
deprecated
added in
v0.15.0
type PartialUpdateProjectRequest struct {
// contains filtered or unexported fields
}
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (PartialUpdateProjectRequest) Execute
deprecated
added in
v0.15.0
func (r PartialUpdateProjectRequest) Execute() (*Project, error)
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (PartialUpdateProjectRequest) PartialUpdateProjectPayload
deprecated
added in
v0.15.0
func (r PartialUpdateProjectRequest) PartialUpdateProjectPayload(partialUpdateProjectPayload PartialUpdateProjectPayload) ApiPartialUpdateProjectRequest
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type Project ¶ added in v0.9.0
type Project struct {
// Globally unique, user-friendly identifier.
// REQUIRED
ContainerId ProjectGetContainerIdAttributeType `json:"containerId" required:"true"`
// Timestamp at which the project was created.
// REQUIRED
CreationTime ProjectGetCreationTimeAttributeType `json:"creationTime" required:"true"`
// Labels are key-value string pairs that can be attached to a resource container. Some labels may be enforced via policies. - A label key must match the regex `[A-ZÄÜÖa-zäüöß0-9_-]{1,64}`. - A label value must match the regex `^$|[A-ZÄÜÖa-zäüöß0-9_-]{1,64}`.
Labels ProjectGetLabelsAttributeType `json:"labels,omitempty"`
// REQUIRED
LifecycleState ProjectGetLifecycleStateAttributeType `json:"lifecycleState" required:"true"`
// Project name.
// REQUIRED
Name ProjectGetNameAttributeType `json:"name" required:"true"`
// REQUIRED
Parent ProjectGetParentAttributeType `json:"parent" required:"true"`
// Globally unique, project identifier.
// REQUIRED
ProjectId ProjectGetProjectIdAttributeType `json:"projectId" required:"true"`
// Timestamp at which the project was last modified.
// REQUIRED
UpdateTime ProjectGetUpdateTimeAttributeType `json:"updateTime" required:"true"`
}
Project struct for Project Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func NewProject ¶ added in v0.10.0
func NewProject(containerId ProjectGetContainerIdArgType, creationTime ProjectGetCreationTimeArgType, lifecycleState ProjectGetLifecycleStateArgType, name ProjectGetNameArgType, parent ProjectGetParentArgType, projectId ProjectGetProjectIdArgType, updateTime ProjectGetUpdateTimeArgType) *Project
NewProject instantiates a new Project object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func NewProjectWithDefaults ¶ added in v0.10.0
func NewProjectWithDefaults() *Project
NewProjectWithDefaults instantiates a new Project object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*Project) GetContainerId ¶ added in v0.10.0
func (o *Project) GetContainerId() (ret ProjectGetContainerIdRetType)
GetContainerId returns the ContainerId field value Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*Project) GetContainerIdOk ¶ added in v0.10.0
func (o *Project) GetContainerIdOk() (ret ProjectGetContainerIdRetType, ok bool)
GetContainerIdOk returns a tuple with the ContainerId field value and a boolean to check if the value has been set. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*Project) GetCreationTime ¶ added in v0.10.0
func (o *Project) GetCreationTime() (ret ProjectGetCreationTimeRetType)
GetCreationTime returns the CreationTime field value Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*Project) GetCreationTimeOk ¶ added in v0.10.0
func (o *Project) GetCreationTimeOk() (ret ProjectGetCreationTimeRetType, ok bool)
GetCreationTimeOk returns a tuple with the CreationTime field value and a boolean to check if the value has been set. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*Project) GetLabels ¶ added in v0.10.0
func (o *Project) GetLabels() (res ProjectGetLabelsRetType)
GetLabels returns the Labels field value if set, zero value otherwise. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*Project) GetLabelsOk ¶ added in v0.10.0
func (o *Project) GetLabelsOk() (ret ProjectGetLabelsRetType, ok bool)
GetLabelsOk returns a tuple with the Labels field value if set, nil otherwise and a boolean to check if the value has been set. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*Project) GetLifecycleState ¶ added in v0.10.0
func (o *Project) GetLifecycleState() (ret ProjectGetLifecycleStateRetType)
GetLifecycleState returns the LifecycleState field value Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*Project) GetLifecycleStateOk ¶ added in v0.10.0
func (o *Project) GetLifecycleStateOk() (ret ProjectGetLifecycleStateRetType, ok bool)
GetLifecycleStateOk returns a tuple with the LifecycleState field value and a boolean to check if the value has been set. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*Project) GetName ¶ added in v0.10.0
func (o *Project) GetName() (ret ProjectGetNameRetType)
GetName returns the Name field value Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*Project) GetNameOk ¶ added in v0.10.0
func (o *Project) GetNameOk() (ret ProjectGetNameRetType, ok bool)
GetNameOk returns a tuple with the Name field value and a boolean to check if the value has been set. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*Project) GetParent ¶ added in v0.10.0
func (o *Project) GetParent() (ret ProjectGetParentRetType)
GetParent returns the Parent field value Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*Project) GetParentOk ¶ added in v0.10.0
func (o *Project) GetParentOk() (ret ProjectGetParentRetType, ok bool)
GetParentOk returns a tuple with the Parent field value and a boolean to check if the value has been set. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*Project) GetProjectId ¶ added in v0.10.0
func (o *Project) GetProjectId() (ret ProjectGetProjectIdRetType)
GetProjectId returns the ProjectId field value Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*Project) GetProjectIdOk ¶ added in v0.10.0
func (o *Project) GetProjectIdOk() (ret ProjectGetProjectIdRetType, ok bool)
GetProjectIdOk returns a tuple with the ProjectId field value and a boolean to check if the value has been set. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*Project) GetUpdateTime ¶ added in v0.10.0
func (o *Project) GetUpdateTime() (ret ProjectGetUpdateTimeRetType)
GetUpdateTime returns the UpdateTime field value Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*Project) GetUpdateTimeOk ¶ added in v0.10.0
func (o *Project) GetUpdateTimeOk() (ret ProjectGetUpdateTimeRetType, ok bool)
GetUpdateTimeOk returns a tuple with the UpdateTime field value and a boolean to check if the value has been set. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*Project) HasLabels ¶ added in v0.10.0
HasLabels returns a boolean if a field has been set. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*Project) SetContainerId ¶ added in v0.10.0
func (o *Project) SetContainerId(v ProjectGetContainerIdRetType)
SetContainerId sets field value Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*Project) SetCreationTime ¶ added in v0.10.0
func (o *Project) SetCreationTime(v ProjectGetCreationTimeRetType)
SetCreationTime sets field value Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*Project) SetLabels ¶ added in v0.10.0
func (o *Project) SetLabels(v ProjectGetLabelsRetType)
SetLabels gets a reference to the given map[string]string and assigns it to the Labels field. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*Project) SetLifecycleState ¶ added in v0.10.0
func (o *Project) SetLifecycleState(v ProjectGetLifecycleStateRetType)
SetLifecycleState sets field value Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*Project) SetName ¶ added in v0.10.0
func (o *Project) SetName(v ProjectGetNameRetType)
SetName sets field value Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*Project) SetParent ¶ added in v0.10.0
func (o *Project) SetParent(v ProjectGetParentRetType)
SetParent sets field value Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*Project) SetProjectId ¶ added in v0.10.0
func (o *Project) SetProjectId(v ProjectGetProjectIdRetType)
SetProjectId sets field value Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*Project) SetUpdateTime ¶ added in v0.10.0
func (o *Project) SetUpdateTime(v ProjectGetUpdateTimeRetType)
SetUpdateTime sets field value Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type ProjectGetContainerIdArgType
deprecated
added in
v0.13.1
type ProjectGetContainerIdArgType = string
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type ProjectGetContainerIdAttributeType ¶ added in v0.13.1
type ProjectGetContainerIdAttributeType = *string
isNotNullableString Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type ProjectGetContainerIdRetType
deprecated
added in
v0.13.1
type ProjectGetContainerIdRetType = string
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type ProjectGetCreationTimeArgType
deprecated
added in
v0.13.1
type ProjectGetCreationTimeAttributeType ¶ added in v0.13.1
isDateTime Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type ProjectGetCreationTimeRetType
deprecated
added in
v0.13.1
type ProjectGetLabelsArgType
deprecated
added in
v0.13.1
type ProjectGetLabelsAttributeType ¶ added in v0.13.1
isContainer Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type ProjectGetLabelsRetType
deprecated
added in
v0.13.1
type ProjectGetLifecycleStateArgType
deprecated
added in
v0.13.1
type ProjectGetLifecycleStateArgType = LifecycleState
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type ProjectGetLifecycleStateAttributeType ¶ added in v0.13.1
type ProjectGetLifecycleStateAttributeType = *LifecycleState
isEnumRef Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type ProjectGetLifecycleStateRetType
deprecated
added in
v0.13.1
type ProjectGetLifecycleStateRetType = LifecycleState
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type ProjectGetNameArgType
deprecated
added in
v0.13.1
type ProjectGetNameArgType = string
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type ProjectGetNameAttributeType ¶ added in v0.13.1
type ProjectGetNameAttributeType = *string
isNotNullableString Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type ProjectGetNameRetType
deprecated
added in
v0.13.1
type ProjectGetNameRetType = string
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type ProjectGetParentArgType
deprecated
added in
v0.13.1
type ProjectGetParentArgType = Parent
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type ProjectGetParentAttributeType ¶ added in v0.13.1
type ProjectGetParentAttributeType = *Parent
isModel Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type ProjectGetParentRetType
deprecated
added in
v0.13.1
type ProjectGetParentRetType = Parent
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type ProjectGetProjectIdArgType
deprecated
added in
v0.13.1
type ProjectGetProjectIdArgType = string
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type ProjectGetProjectIdAttributeType ¶ added in v0.13.1
type ProjectGetProjectIdAttributeType = *string
isNotNullableString Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type ProjectGetProjectIdRetType
deprecated
added in
v0.13.1
type ProjectGetProjectIdRetType = string
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type ProjectGetUpdateTimeArgType
deprecated
added in
v0.13.1
type ProjectGetUpdateTimeAttributeType ¶ added in v0.13.1
isDateTime Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type ProjectGetUpdateTimeRetType
deprecated
added in
v0.13.1
Source Files
¶
- api_default.go
- client.go
- configuration.go
- model_container_search_result.go
- model_create_folder_payload.go
- model_create_project_payload.go
- model_error_response.go
- model_folder_response.go
- model_get_folder_details_response.go
- model_get_project_response.go
- model_lifecycle_state.go
- model_list_folders_response.go
- model_list_folders_response_items_inner.go
- model_list_organizations_response.go
- model_list_organizations_response_items_inner.go
- model_list_projects_response.go
- model_member.go
- model_organization_response.go
- model_parent.go
- model_parent_list_inner.go
- model_partial_update_folder_payload.go
- model_partial_update_organization_payload.go
- model_partial_update_project_payload.go
- model_project.go
- utils.go
Directories
¶
| Path | Synopsis |
|---|---|
|
Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT.
|
Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. |
|
Deprecated: Will be removed after 2026-09-30.
|
Deprecated: Will be removed after 2026-09-30. |