Versions in this module Expand all Collapse all v0 v0.2.0 Aug 4, 2025 Changes in this version + var AllowedOrgRoleTypeEnumValues = []OrgRoleType + var AllowedSpaceRoleTypeEnumValues = []SpaceRoleType + func CacheExpires(r *http.Response) time.Time + func IsNil(i interface{}) bool + func NewConfiguration() *config.Configuration + func ParameterValueToString(obj interface{}, key string) string + 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 struct + func NewAPIClient(opts ...config.ConfigurationOption) (*APIClient, error) + func (a *APIClient) ApplyOrganizationQuota(ctx context.Context, projectId string, region string, organizationId string) ApiApplyOrganizationQuotaRequest + func (a *APIClient) ApplyOrganizationQuotaExecute(ctx context.Context, projectId string, region string, organizationId string) (*OrganizationQuota, error) + func (a *APIClient) CreateOrgManager(ctx context.Context, projectId string, region string, organizationId string) ApiCreateOrgManagerRequest + func (a *APIClient) CreateOrgManagerExecute(ctx context.Context, projectId string, region string, organizationId string) (*OrgManagerResponse, error) + func (a *APIClient) CreateOrgRole(ctx context.Context, projectId string, region string, organizationId string) ApiCreateOrgRoleRequest + func (a *APIClient) CreateOrgRoleExecute(ctx context.Context, projectId string, region string, organizationId string) (*OrgRoleResponse, error) + func (a *APIClient) CreateOrganization(ctx context.Context, projectId string, region string) ApiCreateOrganizationRequest + func (a *APIClient) CreateOrganizationExecute(ctx context.Context, projectId string, region string) (*OrganizationCreateResponse, error) + func (a *APIClient) CreateSpace(ctx context.Context, projectId string, region string, organizationId string) ApiCreateSpaceRequest + func (a *APIClient) CreateSpaceExecute(ctx context.Context, projectId string, region string, organizationId string) (*Space, error) + func (a *APIClient) CreateSpaceRole(ctx context.Context, projectId string, region string, organizationId string, ...) ApiCreateSpaceRoleRequest + func (a *APIClient) CreateSpaceRoleExecute(ctx context.Context, projectId string, region string, organizationId string, ...) (*SpaceRoleCreateResponse, error) + func (a *APIClient) DeleteOrgManager(ctx context.Context, projectId string, region string, organizationId string) ApiDeleteOrgManagerRequest + func (a *APIClient) DeleteOrgManagerExecute(ctx context.Context, projectId string, region string, organizationId string) (*OrgManagerDeleteResponse, error) + func (a *APIClient) DeleteOrganization(ctx context.Context, projectId string, region string, organizationId string) ApiDeleteOrganizationRequest + func (a *APIClient) DeleteOrganizationExecute(ctx context.Context, projectId string, region string, organizationId string) (*OrganizationDeleteResponse, error) + func (a *APIClient) DeleteSpace(ctx context.Context, projectId string, region string, organizationId string, ...) ApiDeleteSpaceRequest + func (a *APIClient) DeleteSpaceExecute(ctx context.Context, projectId string, region string, organizationId string, ...) (*SpaceDeleteResponse, error) + func (a *APIClient) GetOrgManager(ctx context.Context, projectId string, region string, organizationId string) ApiGetOrgManagerRequest + func (a *APIClient) GetOrgManagerExecute(ctx context.Context, projectId string, region string, organizationId string) (*OrgManager, error) + func (a *APIClient) GetOrganization(ctx context.Context, projectId string, region string, organizationId string) ApiGetOrganizationRequest + func (a *APIClient) GetOrganizationExecute(ctx context.Context, projectId string, region string, organizationId string) (*Organization, error) + func (a *APIClient) GetOrganizationQuota(ctx context.Context, projectId string, region string, organizationId string, ...) ApiGetOrganizationQuotaRequest + func (a *APIClient) GetOrganizationQuotaExecute(ctx context.Context, projectId string, region string, organizationId string, ...) (*Quota, error) + func (a *APIClient) GetOrganizationUsageSummary(ctx context.Context, projectId string, region string, organizationId string) ApiGetOrganizationUsageSummaryRequest + func (a *APIClient) GetOrganizationUsageSummaryExecute(ctx context.Context, projectId string, region string, organizationId string) (*OrganizationUsageSummary, error) + func (a *APIClient) GetPlatform(ctx context.Context, projectId string, region string, platformId string) ApiGetPlatformRequest + func (a *APIClient) GetPlatformExecute(ctx context.Context, projectId string, region string, platformId string) (*Platforms, error) + func (a *APIClient) GetPlatformQuota(ctx context.Context, projectId string, region string, platformId string, ...) ApiGetPlatformQuotaRequest + func (a *APIClient) GetPlatformQuotaExecute(ctx context.Context, projectId string, region string, platformId string, ...) (*Quota, error) + func (a *APIClient) GetSpace(ctx context.Context, projectId string, region string, organizationId string, ...) ApiGetSpaceRequest + func (a *APIClient) GetSpaceExecute(ctx context.Context, projectId string, region string, organizationId string, ...) (*Space, error) + func (a *APIClient) ListOrganizationQuotas(ctx context.Context, projectId string, region string, organizationId string) ApiListOrganizationQuotasRequest + func (a *APIClient) ListOrganizationQuotasExecute(ctx context.Context, projectId string, region string, organizationId string) ([]Quota, error) + func (a *APIClient) ListOrganizations(ctx context.Context, projectId string, region string) ApiListOrganizationsRequest + func (a *APIClient) ListOrganizationsExecute(ctx context.Context, projectId string, region string) (*OrganizationsList, error) + func (a *APIClient) ListPlatformQuotas(ctx context.Context, projectId string, region string, platformId string) ApiListPlatformQuotasRequest + func (a *APIClient) ListPlatformQuotasExecute(ctx context.Context, projectId string, region string, platformId string) ([]Quota, error) + func (a *APIClient) ListPlatforms(ctx context.Context, projectId string, region string) ApiListPlatformsRequest + func (a *APIClient) ListPlatformsExecute(ctx context.Context, projectId string, region string) (*PlatformList, error) + func (a *APIClient) ListSpaces(ctx context.Context, projectId string, region string, organizationId string) ApiListSpacesRequest + func (a *APIClient) ListSpacesExecute(ctx context.Context, projectId string, region string, organizationId string) (*SpacesList, error) + func (a *APIClient) UpdateOrganization(ctx context.Context, projectId string, region string, organizationId string) ApiUpdateOrganizationRequest + func (a *APIClient) UpdateOrganizationExecute(ctx context.Context, projectId string, region string, organizationId string) (*Organization, error) + func (a *APIClient) UpdateSpace(ctx context.Context, projectId string, region string, organizationId string, ...) ApiUpdateSpaceRequest + func (a *APIClient) UpdateSpaceExecute(ctx context.Context, projectId string, region string, organizationId string, ...) (*Space, error) + func (c *APIClient) GetConfig() *config.Configuration + type ApiApplyOrganizationQuotaRequest interface + ApplyOrganizationQuotaPayload func(applyOrganizationQuotaPayload ApplyOrganizationQuotaPayload) ApiApplyOrganizationQuotaRequest + Execute func() (*OrganizationQuota, error) + type ApiCreateOrgManagerRequest interface + Execute func() (*OrgManagerResponse, error) + type ApiCreateOrgRoleRequest interface + CreateOrgRolePayload func(createOrgRolePayload CreateOrgRolePayload) ApiCreateOrgRoleRequest + Execute func() (*OrgRoleResponse, error) + type ApiCreateOrganizationRequest interface + CreateOrganizationPayload func(createOrganizationPayload CreateOrganizationPayload) ApiCreateOrganizationRequest + Execute func() (*OrganizationCreateResponse, error) + type ApiCreateSpaceRequest interface + CreateSpacePayload func(createSpacePayload CreateSpacePayload) ApiCreateSpaceRequest + Execute func() (*Space, error) + type ApiCreateSpaceRoleRequest interface + CreateSpaceRolePayload func(createSpaceRolePayload CreateSpaceRolePayload) ApiCreateSpaceRoleRequest + Execute func() (*SpaceRoleCreateResponse, error) + type ApiDeleteOrgManagerRequest interface + Execute func() (*OrgManagerDeleteResponse, error) + type ApiDeleteOrganizationRequest interface + Execute func() (*OrganizationDeleteResponse, error) + type ApiDeleteSpaceRequest interface + Execute func() (*SpaceDeleteResponse, error) + type ApiGetOrgManagerRequest interface + Execute func() (*OrgManager, error) + type ApiGetOrganizationQuotaRequest interface + Execute func() (*Quota, error) + type ApiGetOrganizationRequest interface + Execute func() (*Organization, error) + type ApiGetOrganizationUsageSummaryRequest interface + Execute func() (*OrganizationUsageSummary, error) + type ApiGetPlatformQuotaRequest interface + Execute func() (*Quota, error) + type ApiGetPlatformRequest interface + Execute func() (*Platforms, error) + type ApiGetSpaceRequest interface + Execute func() (*Space, error) + type ApiListOrganizationQuotasRequest interface + Execute func() ([]Quota, error) + type ApiListOrganizationsRequest interface + Execute func() (*OrganizationsList, error) + OrderBy func(orderBy string) ApiListOrganizationsRequest + Page func(page int64) ApiListOrganizationsRequest + PerPage func(perPage int64) ApiListOrganizationsRequest + WithDetails func(withDetails bool) ApiListOrganizationsRequest + type ApiListPlatformQuotasRequest interface + Execute func() ([]Quota, error) + type ApiListPlatformsRequest interface + Execute func() (*PlatformList, error) + Page func(page int64) ApiListPlatformsRequest + PerPage func(perPage int64) ApiListPlatformsRequest + type ApiListSpacesRequest interface + Execute func() (*SpacesList, error) + Page func(page int64) ApiListSpacesRequest + PerPage func(perPage int64) ApiListSpacesRequest + type ApiUpdateOrganizationRequest interface + Execute func() (*Organization, error) + UpdateOrganizationPayload func(updateOrganizationPayload UpdateOrganizationPayload) ApiUpdateOrganizationRequest + type ApiUpdateSpaceRequest interface + Execute func() (*Space, error) + UpdateSpacePayload func(updateSpacePayload UpdateSpacePayload) ApiUpdateSpaceRequest + type ApplyOrganizationQuotaPayload struct + QuotaId ApplyOrganizationQuotaPayloadGetQuotaIdAttributeType + func NewApplyOrganizationQuotaPayload(quotaId ApplyOrganizationQuotaPayloadGetQuotaIdArgType) *ApplyOrganizationQuotaPayload + func NewApplyOrganizationQuotaPayloadWithDefaults() *ApplyOrganizationQuotaPayload + func (o *ApplyOrganizationQuotaPayload) GetQuotaId() (ret ApplyOrganizationQuotaPayloadGetQuotaIdRetType) + func (o *ApplyOrganizationQuotaPayload) GetQuotaIdOk() (ret ApplyOrganizationQuotaPayloadGetQuotaIdRetType, ok bool) + func (o *ApplyOrganizationQuotaPayload) SetQuotaId(v ApplyOrganizationQuotaPayloadGetQuotaIdRetType) + func (o ApplyOrganizationQuotaPayload) ToMap() (map[string]interface{}, error) + type ApplyOrganizationQuotaPayloadGetQuotaIdArgType = string + type ApplyOrganizationQuotaPayloadGetQuotaIdAttributeType = *string + type ApplyOrganizationQuotaPayloadGetQuotaIdRetType = string + type ApplyOrganizationQuotaRequest struct + func (r ApplyOrganizationQuotaRequest) ApplyOrganizationQuotaPayload(applyOrganizationQuotaPayload ApplyOrganizationQuotaPayload) ApiApplyOrganizationQuotaRequest + func (r ApplyOrganizationQuotaRequest) Execute() (*OrganizationQuota, error) + type CreateOrgManagerRequest struct + func (r CreateOrgManagerRequest) Execute() (*OrgManagerResponse, error) + type CreateOrgRolePayload struct + Type CreateOrgRolePayloadGetTypeAttributeType + UserGuid CreateOrgRolePayloadGetUserGuidAttributeType + UserName CreateOrgRolePayloadGetUserNameAttributeType + func NewCreateOrgRolePayload(types CreateOrgRolePayloadGetTypeArgType) *CreateOrgRolePayload + func NewCreateOrgRolePayloadWithDefaults() *CreateOrgRolePayload + func (o *CreateOrgRolePayload) GetType() (ret CreateOrgRolePayloadGetTypeRetType) + func (o *CreateOrgRolePayload) GetTypeOk() (ret CreateOrgRolePayloadGetTypeRetType, ok bool) + func (o *CreateOrgRolePayload) GetUserGuid() (res CreateOrgRolePayloadGetUserGuidRetType) + func (o *CreateOrgRolePayload) GetUserGuidOk() (ret CreateOrgRolePayloadGetUserGuidRetType, ok bool) + func (o *CreateOrgRolePayload) GetUserName() (res CreateOrgRolePayloadGetUserNameRetType) + func (o *CreateOrgRolePayload) GetUserNameOk() (ret CreateOrgRolePayloadGetUserNameRetType, ok bool) + func (o *CreateOrgRolePayload) HasUserGuid() bool + func (o *CreateOrgRolePayload) HasUserName() bool + func (o *CreateOrgRolePayload) SetType(v CreateOrgRolePayloadGetTypeRetType) + func (o *CreateOrgRolePayload) SetUserGuid(v CreateOrgRolePayloadGetUserGuidRetType) + func (o *CreateOrgRolePayload) SetUserName(v CreateOrgRolePayloadGetUserNameRetType) + func (o CreateOrgRolePayload) ToMap() (map[string]interface{}, error) + type CreateOrgRolePayloadGetTypeArgType = OrgRoleType + type CreateOrgRolePayloadGetTypeAttributeType = *OrgRoleType + type CreateOrgRolePayloadGetTypeRetType = OrgRoleType + type CreateOrgRolePayloadGetUserGuidArgType = string + type CreateOrgRolePayloadGetUserGuidAttributeType = *string + type CreateOrgRolePayloadGetUserGuidRetType = string + type CreateOrgRolePayloadGetUserNameArgType = string + type CreateOrgRolePayloadGetUserNameAttributeType = *string + type CreateOrgRolePayloadGetUserNameRetType = string + type CreateOrgRoleRequest struct + func (r CreateOrgRoleRequest) CreateOrgRolePayload(createOrgRolePayload CreateOrgRolePayload) ApiCreateOrgRoleRequest + func (r CreateOrgRoleRequest) Execute() (*OrgRoleResponse, error) + type CreateOrganizationPayload struct + Name CreateOrganizationPayloadGetNameAttributeType + PlatformId CreateOrganizationPayloadGetPlatformIdAttributeType + func NewCreateOrganizationPayload(name CreateOrganizationPayloadGetNameArgType) *CreateOrganizationPayload + func NewCreateOrganizationPayloadWithDefaults() *CreateOrganizationPayload + func (o *CreateOrganizationPayload) GetName() (ret CreateOrganizationPayloadGetNameRetType) + func (o *CreateOrganizationPayload) GetNameOk() (ret CreateOrganizationPayloadGetNameRetType, ok bool) + func (o *CreateOrganizationPayload) GetPlatformId() (res CreateOrganizationPayloadGetPlatformIdRetType) + func (o *CreateOrganizationPayload) GetPlatformIdOk() (ret CreateOrganizationPayloadGetPlatformIdRetType, ok bool) + func (o *CreateOrganizationPayload) HasPlatformId() bool + func (o *CreateOrganizationPayload) SetName(v CreateOrganizationPayloadGetNameRetType) + func (o *CreateOrganizationPayload) SetPlatformId(v CreateOrganizationPayloadGetPlatformIdRetType) + func (o CreateOrganizationPayload) ToMap() (map[string]interface{}, error) + type CreateOrganizationPayloadGetNameArgType = string + type CreateOrganizationPayloadGetNameAttributeType = *string + type CreateOrganizationPayloadGetNameRetType = string + type CreateOrganizationPayloadGetPlatformIdArgType = string + type CreateOrganizationPayloadGetPlatformIdAttributeType = *string + type CreateOrganizationPayloadGetPlatformIdRetType = string + type CreateOrganizationRequest struct + func (r CreateOrganizationRequest) CreateOrganizationPayload(createOrganizationPayload CreateOrganizationPayload) ApiCreateOrganizationRequest + func (r CreateOrganizationRequest) Execute() (*OrganizationCreateResponse, error) + type CreateSpacePayload struct + Name CreateSpacePayloadGetNameAttributeType + func NewCreateSpacePayload(name CreateSpacePayloadGetNameArgType) *CreateSpacePayload + func NewCreateSpacePayloadWithDefaults() *CreateSpacePayload + func (o *CreateSpacePayload) GetName() (ret CreateSpacePayloadGetNameRetType) + func (o *CreateSpacePayload) GetNameOk() (ret CreateSpacePayloadGetNameRetType, ok bool) + func (o *CreateSpacePayload) SetName(v CreateSpacePayloadGetNameRetType) + func (o CreateSpacePayload) ToMap() (map[string]interface{}, error) + type CreateSpacePayloadGetNameArgType = string + type CreateSpacePayloadGetNameAttributeType = *string + type CreateSpacePayloadGetNameRetType = string + type CreateSpaceRequest struct + func (r CreateSpaceRequest) CreateSpacePayload(createSpacePayload CreateSpacePayload) ApiCreateSpaceRequest + func (r CreateSpaceRequest) Execute() (*Space, error) + type CreateSpaceRolePayload struct + Type CreateSpaceRolePayloadGetTypeAttributeType + UserGuid CreateSpaceRolePayloadGetUserGuidAttributeType + UserName CreateSpaceRolePayloadGetUserNameAttributeType + func NewCreateSpaceRolePayload(types CreateSpaceRolePayloadGetTypeArgType) *CreateSpaceRolePayload + func NewCreateSpaceRolePayloadWithDefaults() *CreateSpaceRolePayload + func (o *CreateSpaceRolePayload) GetType() (ret CreateSpaceRolePayloadGetTypeRetType) + func (o *CreateSpaceRolePayload) GetTypeOk() (ret CreateSpaceRolePayloadGetTypeRetType, ok bool) + func (o *CreateSpaceRolePayload) GetUserGuid() (res CreateSpaceRolePayloadGetUserGuidRetType) + func (o *CreateSpaceRolePayload) GetUserGuidOk() (ret CreateSpaceRolePayloadGetUserGuidRetType, ok bool) + func (o *CreateSpaceRolePayload) GetUserName() (res CreateSpaceRolePayloadGetUserNameRetType) + func (o *CreateSpaceRolePayload) GetUserNameOk() (ret CreateSpaceRolePayloadGetUserNameRetType, ok bool) + func (o *CreateSpaceRolePayload) HasUserGuid() bool + func (o *CreateSpaceRolePayload) HasUserName() bool + func (o *CreateSpaceRolePayload) SetType(v CreateSpaceRolePayloadGetTypeRetType) + func (o *CreateSpaceRolePayload) SetUserGuid(v CreateSpaceRolePayloadGetUserGuidRetType) + func (o *CreateSpaceRolePayload) SetUserName(v CreateSpaceRolePayloadGetUserNameRetType) + func (o CreateSpaceRolePayload) ToMap() (map[string]interface{}, error) + type CreateSpaceRolePayloadGetTypeArgType = SpaceRoleType + type CreateSpaceRolePayloadGetTypeAttributeType = *SpaceRoleType + type CreateSpaceRolePayloadGetTypeRetType = SpaceRoleType + type CreateSpaceRolePayloadGetUserGuidArgType = string + type CreateSpaceRolePayloadGetUserGuidAttributeType = *string + type CreateSpaceRolePayloadGetUserGuidRetType = string + type CreateSpaceRolePayloadGetUserNameArgType = string + type CreateSpaceRolePayloadGetUserNameAttributeType = *string + type CreateSpaceRolePayloadGetUserNameRetType = string + type CreateSpaceRoleRequest struct + func (r CreateSpaceRoleRequest) CreateSpaceRolePayload(createSpaceRolePayload CreateSpaceRolePayload) ApiCreateSpaceRoleRequest + func (r CreateSpaceRoleRequest) Execute() (*SpaceRoleCreateResponse, error) + type DefaultApi interface + ApplyOrganizationQuota func(ctx context.Context, projectId string, region string, organizationId string) ApiApplyOrganizationQuotaRequest + ApplyOrganizationQuotaExecute func(ctx context.Context, projectId string, region string, organizationId string) (*OrganizationQuota, error) + CreateOrgManager func(ctx context.Context, projectId string, region string, organizationId string) ApiCreateOrgManagerRequest + CreateOrgManagerExecute func(ctx context.Context, projectId string, region string, organizationId string) (*OrgManagerResponse, error) + CreateOrgRole func(ctx context.Context, projectId string, region string, organizationId string) ApiCreateOrgRoleRequest + CreateOrgRoleExecute func(ctx context.Context, projectId string, region string, organizationId string) (*OrgRoleResponse, error) + CreateOrganization func(ctx context.Context, projectId string, region string) ApiCreateOrganizationRequest + CreateOrganizationExecute func(ctx context.Context, projectId string, region string) (*OrganizationCreateResponse, error) + CreateSpace func(ctx context.Context, projectId string, region string, organizationId string) ApiCreateSpaceRequest + CreateSpaceExecute func(ctx context.Context, projectId string, region string, organizationId string) (*Space, error) + CreateSpaceRole func(ctx context.Context, projectId string, region string, organizationId string, ...) ApiCreateSpaceRoleRequest + CreateSpaceRoleExecute func(ctx context.Context, projectId string, region string, organizationId string, ...) (*SpaceRoleCreateResponse, error) + DeleteOrgManager func(ctx context.Context, projectId string, region string, organizationId string) ApiDeleteOrgManagerRequest + DeleteOrgManagerExecute func(ctx context.Context, projectId string, region string, organizationId string) (*OrgManagerDeleteResponse, error) + DeleteOrganization func(ctx context.Context, projectId string, region string, organizationId string) ApiDeleteOrganizationRequest + DeleteOrganizationExecute func(ctx context.Context, projectId string, region string, organizationId string) (*OrganizationDeleteResponse, error) + DeleteSpace func(ctx context.Context, projectId string, region string, organizationId string, ...) ApiDeleteSpaceRequest + DeleteSpaceExecute func(ctx context.Context, projectId string, region string, organizationId string, ...) (*SpaceDeleteResponse, error) + GetOrgManager func(ctx context.Context, projectId string, region string, organizationId string) ApiGetOrgManagerRequest + GetOrgManagerExecute func(ctx context.Context, projectId string, region string, organizationId string) (*OrgManager, error) + GetOrganization func(ctx context.Context, projectId string, region string, organizationId string) ApiGetOrganizationRequest + GetOrganizationExecute func(ctx context.Context, projectId string, region string, organizationId string) (*Organization, error) + GetOrganizationQuota func(ctx context.Context, projectId string, region string, organizationId string, ...) ApiGetOrganizationQuotaRequest + GetOrganizationQuotaExecute func(ctx context.Context, projectId string, region string, organizationId string, ...) (*Quota, error) + GetOrganizationUsageSummary func(ctx context.Context, projectId string, region string, organizationId string) ApiGetOrganizationUsageSummaryRequest + GetOrganizationUsageSummaryExecute func(ctx context.Context, projectId string, region string, organizationId string) (*OrganizationUsageSummary, error) + GetPlatform func(ctx context.Context, projectId string, region string, platformId string) ApiGetPlatformRequest + GetPlatformExecute func(ctx context.Context, projectId string, region string, platformId string) (*Platforms, error) + GetPlatformQuota func(ctx context.Context, projectId string, region string, platformId string, ...) ApiGetPlatformQuotaRequest + GetPlatformQuotaExecute func(ctx context.Context, projectId string, region string, platformId string, ...) (*Quota, error) + GetSpace func(ctx context.Context, projectId string, region string, organizationId string, ...) ApiGetSpaceRequest + GetSpaceExecute func(ctx context.Context, projectId string, region string, organizationId string, ...) (*Space, error) + ListOrganizationQuotas func(ctx context.Context, projectId string, region string, organizationId string) ApiListOrganizationQuotasRequest + ListOrganizationQuotasExecute func(ctx context.Context, projectId string, region string, organizationId string) ([]Quota, error) + ListOrganizations func(ctx context.Context, projectId string, region string) ApiListOrganizationsRequest + ListOrganizationsExecute func(ctx context.Context, projectId string, region string) (*OrganizationsList, error) + ListPlatformQuotas func(ctx context.Context, projectId string, region string, platformId string) ApiListPlatformQuotasRequest + ListPlatformQuotasExecute func(ctx context.Context, projectId string, region string, platformId string) ([]Quota, error) + ListPlatforms func(ctx context.Context, projectId string, region string) ApiListPlatformsRequest + ListPlatformsExecute func(ctx context.Context, projectId string, region string) (*PlatformList, error) + ListSpaces func(ctx context.Context, projectId string, region string, organizationId string) ApiListSpacesRequest + ListSpacesExecute func(ctx context.Context, projectId string, region string, organizationId string) (*SpacesList, error) + UpdateOrganization func(ctx context.Context, projectId string, region string, organizationId string) ApiUpdateOrganizationRequest + UpdateOrganizationExecute func(ctx context.Context, projectId string, region string, organizationId string) (*Organization, error) + UpdateSpace func(ctx context.Context, projectId string, region string, organizationId string, ...) ApiUpdateSpaceRequest + UpdateSpaceExecute func(ctx context.Context, projectId string, region string, organizationId string, ...) (*Space, error) + type DefaultApiService service + type DeleteOrgManagerRequest struct + func (r DeleteOrgManagerRequest) Execute() (*OrgManagerDeleteResponse, error) + type DeleteOrganizationRequest struct + func (r DeleteOrganizationRequest) Execute() (*OrganizationDeleteResponse, error) + type DeleteSpaceRequest struct + func (r DeleteSpaceRequest) Execute() (*SpaceDeleteResponse, error) + type ErrorResponse struct + Code ErrorResponseGetCodeAttributeType + Message ErrorResponseGetMessageAttributeType + func NewErrorResponse(code ErrorResponseGetCodeArgType, message ErrorResponseGetMessageArgType) *ErrorResponse + func NewErrorResponseWithDefaults() *ErrorResponse + func (o *ErrorResponse) GetCode() (ret ErrorResponseGetCodeRetType) + func (o *ErrorResponse) GetCodeOk() (ret ErrorResponseGetCodeRetType, ok bool) + func (o *ErrorResponse) GetMessage() (ret ErrorResponseGetMessageRetType) + func (o *ErrorResponse) GetMessageOk() (ret ErrorResponseGetMessageRetType, ok bool) + func (o *ErrorResponse) SetCode(v ErrorResponseGetCodeRetType) + func (o *ErrorResponse) SetMessage(v ErrorResponseGetMessageRetType) + func (o ErrorResponse) ToMap() (map[string]interface{}, error) + type ErrorResponseGetCodeArgType = string + type ErrorResponseGetCodeAttributeType = *string + type ErrorResponseGetCodeRetType = string + type ErrorResponseGetMessageArgType = string + type ErrorResponseGetMessageAttributeType = *string + type ErrorResponseGetMessageRetType = string + type GetOrgManagerRequest struct + func (r GetOrgManagerRequest) Execute() (*OrgManager, error) + type GetOrganizationQuotaRequest struct + func (r GetOrganizationQuotaRequest) Execute() (*Quota, error) + type GetOrganizationRequest struct + func (r GetOrganizationRequest) Execute() (*Organization, error) + type GetOrganizationUsageSummaryRequest struct + func (r GetOrganizationUsageSummaryRequest) Execute() (*OrganizationUsageSummary, error) + type GetPlatformQuotaRequest struct + func (r GetPlatformQuotaRequest) Execute() (*Quota, error) + type GetPlatformRequest struct + func (r GetPlatformRequest) Execute() (*Platforms, error) + type GetSpaceRequest struct + func (r GetSpaceRequest) Execute() (*Space, error) + type ListOrganizationQuotasRequest struct + func (r ListOrganizationQuotasRequest) Execute() ([]Quota, error) + type ListOrganizationsRequest struct + func (r ListOrganizationsRequest) Execute() (*OrganizationsList, error) + func (r ListOrganizationsRequest) OrderBy(orderBy string) ApiListOrganizationsRequest + func (r ListOrganizationsRequest) Page(page int64) ApiListOrganizationsRequest + func (r ListOrganizationsRequest) PerPage(perPage int64) ApiListOrganizationsRequest + func (r ListOrganizationsRequest) WithDetails(withDetails bool) ApiListOrganizationsRequest + type ListPlatformQuotasRequest struct + func (r ListPlatformQuotasRequest) Execute() ([]Quota, error) + type ListPlatformsRequest struct + func (r ListPlatformsRequest) Execute() (*PlatformList, error) + func (r ListPlatformsRequest) Page(page int64) ApiListPlatformsRequest + func (r ListPlatformsRequest) PerPage(perPage int64) ApiListPlatformsRequest + type ListSpacesRequest struct + func (r ListSpacesRequest) Execute() (*SpacesList, error) + func (r ListSpacesRequest) Page(page int64) ApiListSpacesRequest + func (r ListSpacesRequest) PerPage(perPage int64) ApiListSpacesRequest + type MappedNullable interface + ToMap func() (map[string]interface{}, error) + type NullableApplyOrganizationQuotaPayload struct + func NewNullableApplyOrganizationQuotaPayload(val *ApplyOrganizationQuotaPayload) *NullableApplyOrganizationQuotaPayload + func (v *NullableApplyOrganizationQuotaPayload) Set(val *ApplyOrganizationQuotaPayload) + func (v *NullableApplyOrganizationQuotaPayload) UnmarshalJSON(src []byte) error + func (v *NullableApplyOrganizationQuotaPayload) Unset() + func (v NullableApplyOrganizationQuotaPayload) Get() *ApplyOrganizationQuotaPayload + func (v NullableApplyOrganizationQuotaPayload) IsSet() bool + func (v NullableApplyOrganizationQuotaPayload) MarshalJSON() ([]byte, error) + type NullableBool struct + func NewNullableBool(val *bool) *NullableBool + func (v *NullableBool) Set(val *bool) + func (v *NullableBool) UnmarshalJSON(src []byte) error + func (v *NullableBool) Unset() + func (v NullableBool) Get() *bool + func (v NullableBool) IsSet() bool + func (v NullableBool) MarshalJSON() ([]byte, error) + type NullableCreateOrgRolePayload struct + func NewNullableCreateOrgRolePayload(val *CreateOrgRolePayload) *NullableCreateOrgRolePayload + func (v *NullableCreateOrgRolePayload) Set(val *CreateOrgRolePayload) + func (v *NullableCreateOrgRolePayload) UnmarshalJSON(src []byte) error + func (v *NullableCreateOrgRolePayload) Unset() + func (v NullableCreateOrgRolePayload) Get() *CreateOrgRolePayload + func (v NullableCreateOrgRolePayload) IsSet() bool + func (v NullableCreateOrgRolePayload) MarshalJSON() ([]byte, error) + type NullableCreateOrganizationPayload struct + func NewNullableCreateOrganizationPayload(val *CreateOrganizationPayload) *NullableCreateOrganizationPayload + func (v *NullableCreateOrganizationPayload) Set(val *CreateOrganizationPayload) + func (v *NullableCreateOrganizationPayload) UnmarshalJSON(src []byte) error + func (v *NullableCreateOrganizationPayload) Unset() + func (v NullableCreateOrganizationPayload) Get() *CreateOrganizationPayload + func (v NullableCreateOrganizationPayload) IsSet() bool + func (v NullableCreateOrganizationPayload) MarshalJSON() ([]byte, error) + type NullableCreateSpacePayload struct + func NewNullableCreateSpacePayload(val *CreateSpacePayload) *NullableCreateSpacePayload + func (v *NullableCreateSpacePayload) Set(val *CreateSpacePayload) + func (v *NullableCreateSpacePayload) UnmarshalJSON(src []byte) error + func (v *NullableCreateSpacePayload) Unset() + func (v NullableCreateSpacePayload) Get() *CreateSpacePayload + func (v NullableCreateSpacePayload) IsSet() bool + func (v NullableCreateSpacePayload) MarshalJSON() ([]byte, error) + type NullableCreateSpaceRolePayload struct + func NewNullableCreateSpaceRolePayload(val *CreateSpaceRolePayload) *NullableCreateSpaceRolePayload + func (v *NullableCreateSpaceRolePayload) Set(val *CreateSpaceRolePayload) + func (v *NullableCreateSpaceRolePayload) UnmarshalJSON(src []byte) error + func (v *NullableCreateSpaceRolePayload) Unset() + func (v NullableCreateSpaceRolePayload) Get() *CreateSpaceRolePayload + func (v NullableCreateSpaceRolePayload) IsSet() bool + func (v NullableCreateSpaceRolePayload) MarshalJSON() ([]byte, error) + type NullableErrorResponse struct + func NewNullableErrorResponse(val *ErrorResponse) *NullableErrorResponse + func (v *NullableErrorResponse) Set(val *ErrorResponse) + func (v *NullableErrorResponse) UnmarshalJSON(src []byte) error + func (v *NullableErrorResponse) Unset() + func (v NullableErrorResponse) Get() *ErrorResponse + func (v NullableErrorResponse) IsSet() bool + func (v NullableErrorResponse) MarshalJSON() ([]byte, error) + type NullableFloat32 struct + func NewNullableFloat32(val *float32) *NullableFloat32 + func (v *NullableFloat32) Set(val *float32) + func (v *NullableFloat32) UnmarshalJSON(src []byte) error + func (v *NullableFloat32) Unset() + func (v NullableFloat32) Get() *float32 + func (v NullableFloat32) IsSet() bool + func (v NullableFloat32) MarshalJSON() ([]byte, error) + type NullableFloat64 struct + func NewNullableFloat64(val *float64) *NullableFloat64 + func (v *NullableFloat64) Set(val *float64) + func (v *NullableFloat64) UnmarshalJSON(src []byte) error + func (v *NullableFloat64) Unset() + func (v NullableFloat64) Get() *float64 + func (v NullableFloat64) IsSet() bool + func (v NullableFloat64) MarshalJSON() ([]byte, error) + type NullableInt struct + func NewNullableInt(val *int) *NullableInt + func (v *NullableInt) Set(val *int) + func (v *NullableInt) UnmarshalJSON(src []byte) error + func (v *NullableInt) Unset() + func (v NullableInt) Get() *int + func (v NullableInt) IsSet() bool + func (v NullableInt) MarshalJSON() ([]byte, error) + type NullableInt32 struct + func NewNullableInt32(val *int32) *NullableInt32 + func (v *NullableInt32) Set(val *int32) + func (v *NullableInt32) UnmarshalJSON(src []byte) error + func (v *NullableInt32) Unset() + func (v NullableInt32) Get() *int32 + func (v NullableInt32) IsSet() bool + func (v NullableInt32) MarshalJSON() ([]byte, error) + type NullableInt64 struct + func NewNullableInt64(val *int64) *NullableInt64 + func (v *NullableInt64) Set(val *int64) + func (v *NullableInt64) UnmarshalJSON(src []byte) error + func (v *NullableInt64) Unset() + func (v NullableInt64) Get() *int64 + func (v NullableInt64) IsSet() bool + func (v NullableInt64) MarshalJSON() ([]byte, error) + type NullableOrgManager struct + func NewNullableOrgManager(val *OrgManager) *NullableOrgManager + func (v *NullableOrgManager) Set(val *OrgManager) + func (v *NullableOrgManager) UnmarshalJSON(src []byte) error + func (v *NullableOrgManager) Unset() + func (v NullableOrgManager) Get() *OrgManager + func (v NullableOrgManager) IsSet() bool + func (v NullableOrgManager) MarshalJSON() ([]byte, error) + type NullableOrgManagerDeleteResponse struct + func NewNullableOrgManagerDeleteResponse(val *OrgManagerDeleteResponse) *NullableOrgManagerDeleteResponse + func (v *NullableOrgManagerDeleteResponse) Set(val *OrgManagerDeleteResponse) + func (v *NullableOrgManagerDeleteResponse) UnmarshalJSON(src []byte) error + func (v *NullableOrgManagerDeleteResponse) Unset() + func (v NullableOrgManagerDeleteResponse) Get() *OrgManagerDeleteResponse + func (v NullableOrgManagerDeleteResponse) IsSet() bool + func (v NullableOrgManagerDeleteResponse) MarshalJSON() ([]byte, error) + type NullableOrgManagerResponse struct + func NewNullableOrgManagerResponse(val *OrgManagerResponse) *NullableOrgManagerResponse + func (v *NullableOrgManagerResponse) Set(val *OrgManagerResponse) + func (v *NullableOrgManagerResponse) UnmarshalJSON(src []byte) error + func (v *NullableOrgManagerResponse) Unset() + func (v NullableOrgManagerResponse) Get() *OrgManagerResponse + func (v NullableOrgManagerResponse) IsSet() bool + func (v NullableOrgManagerResponse) MarshalJSON() ([]byte, error) + type NullableOrgRoleCreateBffRequest struct + func NewNullableOrgRoleCreateBffRequest(val *OrgRoleCreateBffRequest) *NullableOrgRoleCreateBffRequest + func (v *NullableOrgRoleCreateBffRequest) Set(val *OrgRoleCreateBffRequest) + func (v *NullableOrgRoleCreateBffRequest) UnmarshalJSON(src []byte) error + func (v *NullableOrgRoleCreateBffRequest) Unset() + func (v NullableOrgRoleCreateBffRequest) Get() *OrgRoleCreateBffRequest + func (v NullableOrgRoleCreateBffRequest) IsSet() bool + func (v NullableOrgRoleCreateBffRequest) MarshalJSON() ([]byte, error) + type NullableOrgRoleResponse struct + func NewNullableOrgRoleResponse(val *OrgRoleResponse) *NullableOrgRoleResponse + func (v *NullableOrgRoleResponse) Set(val *OrgRoleResponse) + func (v *NullableOrgRoleResponse) UnmarshalJSON(src []byte) error + func (v *NullableOrgRoleResponse) Unset() + func (v NullableOrgRoleResponse) Get() *OrgRoleResponse + func (v NullableOrgRoleResponse) IsSet() bool + func (v NullableOrgRoleResponse) MarshalJSON() ([]byte, error) + type NullableOrgRoleType struct + func NewNullableOrgRoleType(val *OrgRoleType) *NullableOrgRoleType + func (v *NullableOrgRoleType) Set(val *OrgRoleType) + func (v *NullableOrgRoleType) UnmarshalJSON(src []byte) error + func (v *NullableOrgRoleType) Unset() + func (v NullableOrgRoleType) Get() *OrgRoleType + func (v NullableOrgRoleType) IsSet() bool + func (v NullableOrgRoleType) MarshalJSON() ([]byte, error) + type NullableOrganization struct + func NewNullableOrganization(val *Organization) *NullableOrganization + func (v *NullableOrganization) Set(val *Organization) + func (v *NullableOrganization) UnmarshalJSON(src []byte) error + func (v *NullableOrganization) Unset() + func (v NullableOrganization) Get() *Organization + func (v NullableOrganization) IsSet() bool + func (v NullableOrganization) MarshalJSON() ([]byte, error) + type NullableOrganizationCreateBffResponse struct + func NewNullableOrganizationCreateBffResponse(val *OrganizationCreateBffResponse) *NullableOrganizationCreateBffResponse + func (v *NullableOrganizationCreateBffResponse) Set(val *OrganizationCreateBffResponse) + func (v *NullableOrganizationCreateBffResponse) UnmarshalJSON(src []byte) error + func (v *NullableOrganizationCreateBffResponse) Unset() + func (v NullableOrganizationCreateBffResponse) Get() *OrganizationCreateBffResponse + func (v NullableOrganizationCreateBffResponse) IsSet() bool + func (v NullableOrganizationCreateBffResponse) MarshalJSON() ([]byte, error) + type NullableOrganizationCreateResponse struct + func NewNullableOrganizationCreateResponse(val *OrganizationCreateResponse) *NullableOrganizationCreateResponse + func (v *NullableOrganizationCreateResponse) Set(val *OrganizationCreateResponse) + func (v *NullableOrganizationCreateResponse) UnmarshalJSON(src []byte) error + func (v *NullableOrganizationCreateResponse) Unset() + func (v NullableOrganizationCreateResponse) Get() *OrganizationCreateResponse + func (v NullableOrganizationCreateResponse) IsSet() bool + func (v NullableOrganizationCreateResponse) MarshalJSON() ([]byte, error) + type NullableOrganizationDeleteResponse struct + func NewNullableOrganizationDeleteResponse(val *OrganizationDeleteResponse) *NullableOrganizationDeleteResponse + func (v *NullableOrganizationDeleteResponse) Set(val *OrganizationDeleteResponse) + func (v *NullableOrganizationDeleteResponse) UnmarshalJSON(src []byte) error + func (v *NullableOrganizationDeleteResponse) Unset() + func (v NullableOrganizationDeleteResponse) Get() *OrganizationDeleteResponse + func (v NullableOrganizationDeleteResponse) IsSet() bool + func (v NullableOrganizationDeleteResponse) MarshalJSON() ([]byte, error) + type NullableOrganizationQuota struct + func NewNullableOrganizationQuota(val *OrganizationQuota) *NullableOrganizationQuota + func (v *NullableOrganizationQuota) Set(val *OrganizationQuota) + func (v *NullableOrganizationQuota) UnmarshalJSON(src []byte) error + func (v *NullableOrganizationQuota) Unset() + func (v NullableOrganizationQuota) Get() *OrganizationQuota + func (v NullableOrganizationQuota) IsSet() bool + func (v NullableOrganizationQuota) MarshalJSON() ([]byte, error) + type NullableOrganizationUsageSummary struct + func NewNullableOrganizationUsageSummary(val *OrganizationUsageSummary) *NullableOrganizationUsageSummary + func (v *NullableOrganizationUsageSummary) Set(val *OrganizationUsageSummary) + func (v *NullableOrganizationUsageSummary) UnmarshalJSON(src []byte) error + func (v *NullableOrganizationUsageSummary) Unset() + func (v NullableOrganizationUsageSummary) Get() *OrganizationUsageSummary + func (v NullableOrganizationUsageSummary) IsSet() bool + func (v NullableOrganizationUsageSummary) MarshalJSON() ([]byte, error) + type NullableOrganizationsList struct + func NewNullableOrganizationsList(val *OrganizationsList) *NullableOrganizationsList + func (v *NullableOrganizationsList) Set(val *OrganizationsList) + func (v *NullableOrganizationsList) UnmarshalJSON(src []byte) error + func (v *NullableOrganizationsList) Unset() + func (v NullableOrganizationsList) Get() *OrganizationsList + func (v NullableOrganizationsList) IsSet() bool + func (v NullableOrganizationsList) MarshalJSON() ([]byte, error) + type NullableOrganizationsListItem struct + func NewNullableOrganizationsListItem(val *OrganizationsListItem) *NullableOrganizationsListItem + func (v *NullableOrganizationsListItem) Set(val *OrganizationsListItem) + func (v *NullableOrganizationsListItem) UnmarshalJSON(src []byte) error + func (v *NullableOrganizationsListItem) Unset() + func (v NullableOrganizationsListItem) Get() *OrganizationsListItem + func (v NullableOrganizationsListItem) IsSet() bool + func (v NullableOrganizationsListItem) MarshalJSON() ([]byte, error) + type NullablePagination struct + func NewNullablePagination(val *Pagination) *NullablePagination + func (v *NullablePagination) Set(val *Pagination) + func (v *NullablePagination) UnmarshalJSON(src []byte) error + func (v *NullablePagination) Unset() + func (v NullablePagination) Get() *Pagination + func (v NullablePagination) IsSet() bool + func (v NullablePagination) MarshalJSON() ([]byte, error) + type NullablePlatformList struct + func NewNullablePlatformList(val *PlatformList) *NullablePlatformList + func (v *NullablePlatformList) Set(val *PlatformList) + func (v *NullablePlatformList) UnmarshalJSON(src []byte) error + func (v *NullablePlatformList) Unset() + func (v NullablePlatformList) Get() *PlatformList + func (v NullablePlatformList) IsSet() bool + func (v NullablePlatformList) MarshalJSON() ([]byte, error) + type NullablePlatforms struct + func NewNullablePlatforms(val *Platforms) *NullablePlatforms + func (v *NullablePlatforms) Set(val *Platforms) + func (v *NullablePlatforms) UnmarshalJSON(src []byte) error + func (v *NullablePlatforms) Unset() + func (v NullablePlatforms) Get() *Platforms + func (v NullablePlatforms) IsSet() bool + func (v NullablePlatforms) MarshalJSON() ([]byte, error) + type NullableQuota struct + func NewNullableQuota(val *Quota) *NullableQuota + func (v *NullableQuota) Set(val *Quota) + func (v *NullableQuota) UnmarshalJSON(src []byte) error + func (v *NullableQuota) Unset() + func (v NullableQuota) Get() *Quota + func (v NullableQuota) IsSet() bool + func (v NullableQuota) MarshalJSON() ([]byte, error) + type NullableQuotaApps struct + func NewNullableQuotaApps(val *QuotaApps) *NullableQuotaApps + func (v *NullableQuotaApps) Set(val *QuotaApps) + func (v *NullableQuotaApps) UnmarshalJSON(src []byte) error + func (v *NullableQuotaApps) Unset() + func (v NullableQuotaApps) Get() *QuotaApps + func (v NullableQuotaApps) IsSet() bool + func (v NullableQuotaApps) MarshalJSON() ([]byte, error) + type NullableQuotaDomains struct + func NewNullableQuotaDomains(val *QuotaDomains) *NullableQuotaDomains + func (v *NullableQuotaDomains) Set(val *QuotaDomains) + func (v *NullableQuotaDomains) UnmarshalJSON(src []byte) error + func (v *NullableQuotaDomains) Unset() + func (v NullableQuotaDomains) Get() *QuotaDomains + func (v NullableQuotaDomains) IsSet() bool + func (v NullableQuotaDomains) MarshalJSON() ([]byte, error) + type NullableQuotaRoutes struct + func NewNullableQuotaRoutes(val *QuotaRoutes) *NullableQuotaRoutes + func (v *NullableQuotaRoutes) Set(val *QuotaRoutes) + func (v *NullableQuotaRoutes) UnmarshalJSON(src []byte) error + func (v *NullableQuotaRoutes) Unset() + func (v NullableQuotaRoutes) Get() *QuotaRoutes + func (v NullableQuotaRoutes) IsSet() bool + func (v NullableQuotaRoutes) MarshalJSON() ([]byte, error) + type NullableQuotaServices struct + func NewNullableQuotaServices(val *QuotaServices) *NullableQuotaServices + func (v *NullableQuotaServices) Set(val *QuotaServices) + func (v *NullableQuotaServices) UnmarshalJSON(src []byte) error + func (v *NullableQuotaServices) Unset() + func (v NullableQuotaServices) Get() *QuotaServices + func (v NullableQuotaServices) IsSet() bool + func (v NullableQuotaServices) MarshalJSON() ([]byte, error) + type NullableSpace struct + func NewNullableSpace(val *Space) *NullableSpace + func (v *NullableSpace) Set(val *Space) + func (v *NullableSpace) UnmarshalJSON(src []byte) error + func (v *NullableSpace) Unset() + func (v NullableSpace) Get() *Space + func (v NullableSpace) IsSet() bool + func (v NullableSpace) MarshalJSON() ([]byte, error) + type NullableSpaceCreatedBffResponse struct + func NewNullableSpaceCreatedBffResponse(val *SpaceCreatedBffResponse) *NullableSpaceCreatedBffResponse + func (v *NullableSpaceCreatedBffResponse) Set(val *SpaceCreatedBffResponse) + func (v *NullableSpaceCreatedBffResponse) UnmarshalJSON(src []byte) error + func (v *NullableSpaceCreatedBffResponse) Unset() + func (v NullableSpaceCreatedBffResponse) Get() *SpaceCreatedBffResponse + func (v NullableSpaceCreatedBffResponse) IsSet() bool + func (v NullableSpaceCreatedBffResponse) MarshalJSON() ([]byte, error) + type NullableSpaceDeleteResponse struct + func NewNullableSpaceDeleteResponse(val *SpaceDeleteResponse) *NullableSpaceDeleteResponse + func (v *NullableSpaceDeleteResponse) Set(val *SpaceDeleteResponse) + func (v *NullableSpaceDeleteResponse) UnmarshalJSON(src []byte) error + func (v *NullableSpaceDeleteResponse) Unset() + func (v NullableSpaceDeleteResponse) Get() *SpaceDeleteResponse + func (v NullableSpaceDeleteResponse) IsSet() bool + func (v NullableSpaceDeleteResponse) MarshalJSON() ([]byte, error) + type NullableSpaceRoleCreateBffRequest struct + func NewNullableSpaceRoleCreateBffRequest(val *SpaceRoleCreateBffRequest) *NullableSpaceRoleCreateBffRequest + func (v *NullableSpaceRoleCreateBffRequest) Set(val *SpaceRoleCreateBffRequest) + func (v *NullableSpaceRoleCreateBffRequest) UnmarshalJSON(src []byte) error + func (v *NullableSpaceRoleCreateBffRequest) Unset() + func (v NullableSpaceRoleCreateBffRequest) Get() *SpaceRoleCreateBffRequest + func (v NullableSpaceRoleCreateBffRequest) IsSet() bool + func (v NullableSpaceRoleCreateBffRequest) MarshalJSON() ([]byte, error) + type NullableSpaceRoleCreateBffResponse struct + func NewNullableSpaceRoleCreateBffResponse(val *SpaceRoleCreateBffResponse) *NullableSpaceRoleCreateBffResponse + func (v *NullableSpaceRoleCreateBffResponse) Set(val *SpaceRoleCreateBffResponse) + func (v *NullableSpaceRoleCreateBffResponse) UnmarshalJSON(src []byte) error + func (v *NullableSpaceRoleCreateBffResponse) Unset() + func (v NullableSpaceRoleCreateBffResponse) Get() *SpaceRoleCreateBffResponse + func (v NullableSpaceRoleCreateBffResponse) IsSet() bool + func (v NullableSpaceRoleCreateBffResponse) MarshalJSON() ([]byte, error) + type NullableSpaceRoleCreateResponse struct + func NewNullableSpaceRoleCreateResponse(val *SpaceRoleCreateResponse) *NullableSpaceRoleCreateResponse + func (v *NullableSpaceRoleCreateResponse) Set(val *SpaceRoleCreateResponse) + func (v *NullableSpaceRoleCreateResponse) UnmarshalJSON(src []byte) error + func (v *NullableSpaceRoleCreateResponse) Unset() + func (v NullableSpaceRoleCreateResponse) Get() *SpaceRoleCreateResponse + func (v NullableSpaceRoleCreateResponse) IsSet() bool + func (v NullableSpaceRoleCreateResponse) MarshalJSON() ([]byte, error) + type NullableSpaceRoleType struct + func NewNullableSpaceRoleType(val *SpaceRoleType) *NullableSpaceRoleType + func (v *NullableSpaceRoleType) Set(val *SpaceRoleType) + func (v *NullableSpaceRoleType) UnmarshalJSON(src []byte) error + func (v *NullableSpaceRoleType) Unset() + func (v NullableSpaceRoleType) Get() *SpaceRoleType + func (v NullableSpaceRoleType) IsSet() bool + func (v NullableSpaceRoleType) MarshalJSON() ([]byte, error) + type NullableSpacesList struct + func NewNullableSpacesList(val *SpacesList) *NullableSpacesList + func (v *NullableSpacesList) Set(val *SpacesList) + func (v *NullableSpacesList) UnmarshalJSON(src []byte) error + func (v *NullableSpacesList) Unset() + func (v NullableSpacesList) Get() *SpacesList + func (v NullableSpacesList) IsSet() bool + func (v NullableSpacesList) MarshalJSON() ([]byte, error) + type NullableString struct + func NewNullableString(val *string) *NullableString + func (v *NullableString) Set(val *string) + func (v *NullableString) UnmarshalJSON(src []byte) error + func (v *NullableString) Unset() + func (v NullableString) Get() *string + func (v NullableString) IsSet() bool + func (v NullableString) MarshalJSON() ([]byte, error) + type NullableTime struct + func NewNullableTime(val *time.Time) *NullableTime + func (v *NullableTime) Set(val *time.Time) + func (v *NullableTime) UnmarshalJSON(src []byte) error + func (v *NullableTime) Unset() + func (v NullableTime) Get() *time.Time + func (v NullableTime) IsSet() bool + func (v NullableTime) MarshalJSON() ([]byte, error) + type NullableUpdateOrganizationPayload struct + func NewNullableUpdateOrganizationPayload(val *UpdateOrganizationPayload) *NullableUpdateOrganizationPayload + func (v *NullableUpdateOrganizationPayload) Set(val *UpdateOrganizationPayload) + func (v *NullableUpdateOrganizationPayload) UnmarshalJSON(src []byte) error + func (v *NullableUpdateOrganizationPayload) Unset() + func (v NullableUpdateOrganizationPayload) Get() *UpdateOrganizationPayload + func (v NullableUpdateOrganizationPayload) IsSet() bool + func (v NullableUpdateOrganizationPayload) MarshalJSON() ([]byte, error) + type NullableUpdateSpacePayload struct + func NewNullableUpdateSpacePayload(val *UpdateSpacePayload) *NullableUpdateSpacePayload + func (v *NullableUpdateSpacePayload) Set(val *UpdateSpacePayload) + func (v *NullableUpdateSpacePayload) UnmarshalJSON(src []byte) error + func (v *NullableUpdateSpacePayload) Unset() + func (v NullableUpdateSpacePayload) Get() *UpdateSpacePayload + func (v NullableUpdateSpacePayload) IsSet() bool + func (v NullableUpdateSpacePayload) MarshalJSON() ([]byte, error) + type NullableUsageSummary struct + func NewNullableUsageSummary(val *UsageSummary) *NullableUsageSummary + func (v *NullableUsageSummary) Set(val *UsageSummary) + func (v *NullableUsageSummary) UnmarshalJSON(src []byte) error + func (v *NullableUsageSummary) Unset() + func (v NullableUsageSummary) Get() *UsageSummary + func (v NullableUsageSummary) IsSet() bool + func (v NullableUsageSummary) MarshalJSON() ([]byte, error) + type NullableValue struct + func (v *NullableValue[T]) Set(val *T) + func (v *NullableValue[T]) Unset() + func (v NullableValue[T]) Get() *T + func (v NullableValue[T]) IsSet() bool + type OrgManager struct + CreatedAt OrgManagerGetCreatedAtAttributeType + Guid OrgManagerGetGuidAttributeType + OrgId OrgManagerGetOrgIdAttributeType + PlatformId OrgManagerGetPlatformIdAttributeType + ProjectId OrgManagerGetProjectIdAttributeType + Region OrgManagerGetRegionAttributeType + UpdatedAt OrgManagerGetUpdatedAtAttributeType + Username OrgManagerGetUsernameAttributeType + func NewOrgManager(createdAt OrgManagerGetCreatedAtArgType, guid OrgManagerGetGuidArgType, ...) *OrgManager + func NewOrgManagerWithDefaults() *OrgManager + func (o *OrgManager) GetCreatedAt() (ret OrgManagerGetCreatedAtRetType) + func (o *OrgManager) GetCreatedAtOk() (ret OrgManagerGetCreatedAtRetType, ok bool) + func (o *OrgManager) GetGuid() (ret OrgManagerGetGuidRetType) + func (o *OrgManager) GetGuidOk() (ret OrgManagerGetGuidRetType, ok bool) + func (o *OrgManager) GetOrgId() (ret OrgManagerGetOrgIdRetType) + func (o *OrgManager) GetOrgIdOk() (ret OrgManagerGetOrgIdRetType, ok bool) + func (o *OrgManager) GetPlatformId() (ret OrgManagerGetPlatformIdRetType) + func (o *OrgManager) GetPlatformIdOk() (ret OrgManagerGetPlatformIdRetType, ok bool) + func (o *OrgManager) GetProjectId() (ret OrgManagerGetProjectIdRetType) + func (o *OrgManager) GetProjectIdOk() (ret OrgManagerGetProjectIdRetType, ok bool) + func (o *OrgManager) GetRegion() (ret OrgManagerGetRegionRetType) + func (o *OrgManager) GetRegionOk() (ret OrgManagerGetRegionRetType, ok bool) + func (o *OrgManager) GetUpdatedAt() (ret OrgManagerGetUpdatedAtRetType) + func (o *OrgManager) GetUpdatedAtOk() (ret OrgManagerGetUpdatedAtRetType, ok bool) + func (o *OrgManager) GetUsername() (ret OrgManagerGetUsernameRetType) + func (o *OrgManager) GetUsernameOk() (ret OrgManagerGetUsernameRetType, ok bool) + func (o *OrgManager) SetCreatedAt(v OrgManagerGetCreatedAtRetType) + func (o *OrgManager) SetGuid(v OrgManagerGetGuidRetType) + func (o *OrgManager) SetOrgId(v OrgManagerGetOrgIdRetType) + func (o *OrgManager) SetPlatformId(v OrgManagerGetPlatformIdRetType) + func (o *OrgManager) SetProjectId(v OrgManagerGetProjectIdRetType) + func (o *OrgManager) SetRegion(v OrgManagerGetRegionRetType) + func (o *OrgManager) SetUpdatedAt(v OrgManagerGetUpdatedAtRetType) + func (o *OrgManager) SetUsername(v OrgManagerGetUsernameRetType) + func (o OrgManager) ToMap() (map[string]interface{}, error) + type OrgManagerDeleteResponse struct + Message OrgManagerDeleteResponseGetMessageAttributeType + func NewOrgManagerDeleteResponse(message OrgManagerDeleteResponseGetMessageArgType) *OrgManagerDeleteResponse + func NewOrgManagerDeleteResponseWithDefaults() *OrgManagerDeleteResponse + func (o *OrgManagerDeleteResponse) GetMessage() (ret OrgManagerDeleteResponseGetMessageRetType) + func (o *OrgManagerDeleteResponse) GetMessageOk() (ret OrgManagerDeleteResponseGetMessageRetType, ok bool) + func (o *OrgManagerDeleteResponse) SetMessage(v OrgManagerDeleteResponseGetMessageRetType) + func (o OrgManagerDeleteResponse) ToMap() (map[string]interface{}, error) + type OrgManagerDeleteResponseGetMessageArgType = string + type OrgManagerDeleteResponseGetMessageAttributeType = *string + type OrgManagerDeleteResponseGetMessageRetType = string + type OrgManagerGetCreatedAtArgType = time.Time + type OrgManagerGetCreatedAtAttributeType = *time.Time + type OrgManagerGetCreatedAtRetType = time.Time + type OrgManagerGetGuidArgType = string + type OrgManagerGetGuidAttributeType = *string + type OrgManagerGetGuidRetType = string + type OrgManagerGetOrgIdArgType = string + type OrgManagerGetOrgIdAttributeType = *string + type OrgManagerGetOrgIdRetType = string + type OrgManagerGetPlatformIdArgType = string + type OrgManagerGetPlatformIdAttributeType = *string + type OrgManagerGetPlatformIdRetType = string + type OrgManagerGetProjectIdArgType = string + type OrgManagerGetProjectIdAttributeType = *string + type OrgManagerGetProjectIdRetType = string + type OrgManagerGetRegionArgType = string + type OrgManagerGetRegionAttributeType = *string + type OrgManagerGetRegionRetType = string + type OrgManagerGetUpdatedAtArgType = time.Time + type OrgManagerGetUpdatedAtAttributeType = *time.Time + type OrgManagerGetUpdatedAtRetType = time.Time + type OrgManagerGetUsernameArgType = string + type OrgManagerGetUsernameAttributeType = *string + type OrgManagerGetUsernameRetType = string + type OrgManagerResponse struct + CreatedAt OrgManagerResponseGetCreatedAtAttributeType + Guid OrgManagerResponseGetGuidAttributeType + OrgId OrgManagerResponseGetOrgIdAttributeType + Password OrgManagerResponseGetPasswordAttributeType + PlatformId OrgManagerResponseGetPlatformIdAttributeType + ProjectId OrgManagerResponseGetProjectIdAttributeType + Region OrgManagerResponseGetRegionAttributeType + UpdatedAt OrgManagerResponseGetUpdatedAtAttributeType + Username OrgManagerResponseGetUsernameAttributeType + func NewOrgManagerResponse(createdAt OrgManagerResponseGetCreatedAtArgType, ...) *OrgManagerResponse + func NewOrgManagerResponseWithDefaults() *OrgManagerResponse + func (o *OrgManagerResponse) GetCreatedAt() (ret OrgManagerResponseGetCreatedAtRetType) + func (o *OrgManagerResponse) GetCreatedAtOk() (ret OrgManagerResponseGetCreatedAtRetType, ok bool) + func (o *OrgManagerResponse) GetGuid() (ret OrgManagerResponseGetGuidRetType) + func (o *OrgManagerResponse) GetGuidOk() (ret OrgManagerResponseGetGuidRetType, ok bool) + func (o *OrgManagerResponse) GetOrgId() (ret OrgManagerResponseGetOrgIdRetType) + func (o *OrgManagerResponse) GetOrgIdOk() (ret OrgManagerResponseGetOrgIdRetType, ok bool) + func (o *OrgManagerResponse) GetPassword() (ret OrgManagerResponseGetPasswordRetType) + func (o *OrgManagerResponse) GetPasswordOk() (ret OrgManagerResponseGetPasswordRetType, ok bool) + func (o *OrgManagerResponse) GetPlatformId() (ret OrgManagerResponseGetPlatformIdRetType) + func (o *OrgManagerResponse) GetPlatformIdOk() (ret OrgManagerResponseGetPlatformIdRetType, ok bool) + func (o *OrgManagerResponse) GetProjectId() (ret OrgManagerResponseGetProjectIdRetType) + func (o *OrgManagerResponse) GetProjectIdOk() (ret OrgManagerResponseGetProjectIdRetType, ok bool) + func (o *OrgManagerResponse) GetRegion() (ret OrgManagerResponseGetRegionRetType) + func (o *OrgManagerResponse) GetRegionOk() (ret OrgManagerResponseGetRegionRetType, ok bool) + func (o *OrgManagerResponse) GetUpdatedAt() (ret OrgManagerResponseGetUpdatedAtRetType) + func (o *OrgManagerResponse) GetUpdatedAtOk() (ret OrgManagerResponseGetUpdatedAtRetType, ok bool) + func (o *OrgManagerResponse) GetUsername() (ret OrgManagerResponseGetUsernameRetType) + func (o *OrgManagerResponse) GetUsernameOk() (ret OrgManagerResponseGetUsernameRetType, ok bool) + func (o *OrgManagerResponse) SetCreatedAt(v OrgManagerResponseGetCreatedAtRetType) + func (o *OrgManagerResponse) SetGuid(v OrgManagerResponseGetGuidRetType) + func (o *OrgManagerResponse) SetOrgId(v OrgManagerResponseGetOrgIdRetType) + func (o *OrgManagerResponse) SetPassword(v OrgManagerResponseGetPasswordRetType) + func (o *OrgManagerResponse) SetPlatformId(v OrgManagerResponseGetPlatformIdRetType) + func (o *OrgManagerResponse) SetProjectId(v OrgManagerResponseGetProjectIdRetType) + func (o *OrgManagerResponse) SetRegion(v OrgManagerResponseGetRegionRetType) + func (o *OrgManagerResponse) SetUpdatedAt(v OrgManagerResponseGetUpdatedAtRetType) + func (o *OrgManagerResponse) SetUsername(v OrgManagerResponseGetUsernameRetType) + func (o OrgManagerResponse) ToMap() (map[string]interface{}, error) + type OrgManagerResponseGetCreatedAtArgType = time.Time + type OrgManagerResponseGetCreatedAtAttributeType = *time.Time + type OrgManagerResponseGetCreatedAtRetType = time.Time + type OrgManagerResponseGetGuidArgType = string + type OrgManagerResponseGetGuidAttributeType = *string + type OrgManagerResponseGetGuidRetType = string + type OrgManagerResponseGetOrgIdArgType = string + type OrgManagerResponseGetOrgIdAttributeType = *string + type OrgManagerResponseGetOrgIdRetType = string + type OrgManagerResponseGetPasswordArgType = string + type OrgManagerResponseGetPasswordAttributeType = *string + type OrgManagerResponseGetPasswordRetType = string + type OrgManagerResponseGetPlatformIdArgType = string + type OrgManagerResponseGetPlatformIdAttributeType = *string + type OrgManagerResponseGetPlatformIdRetType = string + type OrgManagerResponseGetProjectIdArgType = string + type OrgManagerResponseGetProjectIdAttributeType = *string + type OrgManagerResponseGetProjectIdRetType = string + type OrgManagerResponseGetRegionArgType = string + type OrgManagerResponseGetRegionAttributeType = *string + type OrgManagerResponseGetRegionRetType = string + type OrgManagerResponseGetUpdatedAtArgType = time.Time + type OrgManagerResponseGetUpdatedAtAttributeType = *time.Time + type OrgManagerResponseGetUpdatedAtRetType = time.Time + type OrgManagerResponseGetUsernameArgType = string + type OrgManagerResponseGetUsernameAttributeType = *string + type OrgManagerResponseGetUsernameRetType = string + type OrgRoleCreateBffRequest struct + Type OrgRoleCreateBffRequestGetTypeAttributeType + func NewOrgRoleCreateBffRequest(types OrgRoleCreateBffRequestGetTypeArgType) *OrgRoleCreateBffRequest + func NewOrgRoleCreateBffRequestWithDefaults() *OrgRoleCreateBffRequest + func (o *OrgRoleCreateBffRequest) GetType() (ret OrgRoleCreateBffRequestGetTypeRetType) + func (o *OrgRoleCreateBffRequest) GetTypeOk() (ret OrgRoleCreateBffRequestGetTypeRetType, ok bool) + func (o *OrgRoleCreateBffRequest) SetType(v OrgRoleCreateBffRequestGetTypeRetType) + func (o OrgRoleCreateBffRequest) ToMap() (map[string]interface{}, error) + type OrgRoleCreateBffRequestGetTypeArgType = OrgRoleType + type OrgRoleCreateBffRequestGetTypeAttributeType = *OrgRoleType + type OrgRoleCreateBffRequestGetTypeRetType = OrgRoleType + type OrgRoleResponse struct + Guid OrgRoleResponseGetGuidAttributeType + OrgId OrgRoleResponseGetOrgIdAttributeType + PlatformId OrgRoleResponseGetPlatformIdAttributeType + ProjectId OrgRoleResponseGetProjectIdAttributeType + Region OrgRoleResponseGetRegionAttributeType + Type OrgRoleResponseGetTypeAttributeType + func NewOrgRoleResponse(guid OrgRoleResponseGetGuidArgType, orgId OrgRoleResponseGetOrgIdArgType, ...) *OrgRoleResponse + func NewOrgRoleResponseWithDefaults() *OrgRoleResponse + func (o *OrgRoleResponse) GetGuid() (ret OrgRoleResponseGetGuidRetType) + func (o *OrgRoleResponse) GetGuidOk() (ret OrgRoleResponseGetGuidRetType, ok bool) + func (o *OrgRoleResponse) GetOrgId() (ret OrgRoleResponseGetOrgIdRetType) + func (o *OrgRoleResponse) GetOrgIdOk() (ret OrgRoleResponseGetOrgIdRetType, ok bool) + func (o *OrgRoleResponse) GetPlatformId() (ret OrgRoleResponseGetPlatformIdRetType) + func (o *OrgRoleResponse) GetPlatformIdOk() (ret OrgRoleResponseGetPlatformIdRetType, ok bool) + func (o *OrgRoleResponse) GetProjectId() (ret OrgRoleResponseGetProjectIdRetType) + func (o *OrgRoleResponse) GetProjectIdOk() (ret OrgRoleResponseGetProjectIdRetType, ok bool) + func (o *OrgRoleResponse) GetRegion() (ret OrgRoleResponseGetRegionRetType) + func (o *OrgRoleResponse) GetRegionOk() (ret OrgRoleResponseGetRegionRetType, ok bool) + func (o *OrgRoleResponse) GetType() (ret OrgRoleResponseGetTypeRetType) + func (o *OrgRoleResponse) GetTypeOk() (ret OrgRoleResponseGetTypeRetType, ok bool) + func (o *OrgRoleResponse) SetGuid(v OrgRoleResponseGetGuidRetType) + func (o *OrgRoleResponse) SetOrgId(v OrgRoleResponseGetOrgIdRetType) + func (o *OrgRoleResponse) SetPlatformId(v OrgRoleResponseGetPlatformIdRetType) + func (o *OrgRoleResponse) SetProjectId(v OrgRoleResponseGetProjectIdRetType) + func (o *OrgRoleResponse) SetRegion(v OrgRoleResponseGetRegionRetType) + func (o *OrgRoleResponse) SetType(v OrgRoleResponseGetTypeRetType) + func (o OrgRoleResponse) ToMap() (map[string]interface{}, error) + type OrgRoleResponseGetGuidArgType = string + type OrgRoleResponseGetGuidAttributeType = *string + type OrgRoleResponseGetGuidRetType = string + type OrgRoleResponseGetOrgIdArgType = string + type OrgRoleResponseGetOrgIdAttributeType = *string + type OrgRoleResponseGetOrgIdRetType = string + type OrgRoleResponseGetPlatformIdArgType = string + type OrgRoleResponseGetPlatformIdAttributeType = *string + type OrgRoleResponseGetPlatformIdRetType = string + type OrgRoleResponseGetProjectIdArgType = string + type OrgRoleResponseGetProjectIdAttributeType = *string + type OrgRoleResponseGetProjectIdRetType = string + type OrgRoleResponseGetRegionArgType = string + type OrgRoleResponseGetRegionAttributeType = *string + type OrgRoleResponseGetRegionRetType = string + type OrgRoleResponseGetTypeArgType = OrgRoleType + type OrgRoleResponseGetTypeAttributeType = *OrgRoleType + type OrgRoleResponseGetTypeRetType = OrgRoleType + type OrgRoleType string + const ORGROLETYPE_AUDITOR + const ORGROLETYPE_BILLING_MANAGER + const ORGROLETYPE_MANAGER + const ORGROLETYPE_USER + func NewOrgRoleTypeFromValue(v string) (*OrgRoleType, error) + func (v *OrgRoleType) UnmarshalJSON(src []byte) error + func (v OrgRoleType) IsValid() bool + func (v OrgRoleType) Ptr() *OrgRoleType + type Organization struct + CreatedAt OrganizationGetCreatedAtAttributeType + Guid OrganizationGetGuidAttributeType + Name OrganizationGetNameAttributeType + PlatformId OrganizationGetPlatformIdAttributeType + ProjectId OrganizationGetProjectIdAttributeType + QuotaId OrganizationGetQuotaIdAttributeType + Region OrganizationGetRegionAttributeType + Status OrganizationGetStatusAttributeType + Suspended OrganizationgetSuspendedAttributeType + UpdatedAt OrganizationGetUpdatedAtAttributeType + func NewOrganization(createdAt OrganizationGetCreatedAtArgType, guid OrganizationGetGuidArgType, ...) *Organization + func NewOrganizationWithDefaults() *Organization + func (o *Organization) GetCreatedAt() (ret OrganizationGetCreatedAtRetType) + func (o *Organization) GetCreatedAtOk() (ret OrganizationGetCreatedAtRetType, ok bool) + func (o *Organization) GetGuid() (ret OrganizationGetGuidRetType) + func (o *Organization) GetGuidOk() (ret OrganizationGetGuidRetType, ok bool) + func (o *Organization) GetName() (ret OrganizationGetNameRetType) + func (o *Organization) GetNameOk() (ret OrganizationGetNameRetType, ok bool) + func (o *Organization) GetPlatformId() (ret OrganizationGetPlatformIdRetType) + func (o *Organization) GetPlatformIdOk() (ret OrganizationGetPlatformIdRetType, ok bool) + func (o *Organization) GetProjectId() (ret OrganizationGetProjectIdRetType) + func (o *Organization) GetProjectIdOk() (ret OrganizationGetProjectIdRetType, ok bool) + func (o *Organization) GetQuotaId() (ret OrganizationGetQuotaIdRetType) + func (o *Organization) GetQuotaIdOk() (ret OrganizationGetQuotaIdRetType, ok bool) + func (o *Organization) GetRegion() (ret OrganizationGetRegionRetType) + func (o *Organization) GetRegionOk() (ret OrganizationGetRegionRetType, ok bool) + func (o *Organization) GetStatus() (ret OrganizationGetStatusRetType) + func (o *Organization) GetStatusOk() (ret OrganizationGetStatusRetType, ok bool) + func (o *Organization) GetSuspended() (ret OrganizationgetSuspendedRetType) + func (o *Organization) GetSuspendedOk() (ret OrganizationgetSuspendedRetType, ok bool) + func (o *Organization) GetUpdatedAt() (ret OrganizationGetUpdatedAtRetType) + func (o *Organization) GetUpdatedAtOk() (ret OrganizationGetUpdatedAtRetType, ok bool) + func (o *Organization) SetCreatedAt(v OrganizationGetCreatedAtRetType) + func (o *Organization) SetGuid(v OrganizationGetGuidRetType) + func (o *Organization) SetName(v OrganizationGetNameRetType) + func (o *Organization) SetPlatformId(v OrganizationGetPlatformIdRetType) + func (o *Organization) SetProjectId(v OrganizationGetProjectIdRetType) + func (o *Organization) SetQuotaId(v OrganizationGetQuotaIdRetType) + func (o *Organization) SetRegion(v OrganizationGetRegionRetType) + func (o *Organization) SetStatus(v OrganizationGetStatusRetType) + func (o *Organization) SetSuspended(v OrganizationgetSuspendedRetType) + func (o *Organization) SetUpdatedAt(v OrganizationGetUpdatedAtRetType) + func (o Organization) ToMap() (map[string]interface{}, error) + type OrganizationCreateBffResponse struct + Org OrganizationCreateBffResponseGetOrgAttributeType + Roles OrganizationCreateBffResponseGetRolesAttributeType + func NewOrganizationCreateBffResponse(org OrganizationCreateBffResponseGetOrgArgType, ...) *OrganizationCreateBffResponse + func NewOrganizationCreateBffResponseWithDefaults() *OrganizationCreateBffResponse + func (o *OrganizationCreateBffResponse) GetOrg() (ret OrganizationCreateBffResponseGetOrgRetType) + func (o *OrganizationCreateBffResponse) GetOrgOk() (ret OrganizationCreateBffResponseGetOrgRetType, ok bool) + func (o *OrganizationCreateBffResponse) GetRoles() (ret OrganizationCreateBffResponseGetRolesRetType) + func (o *OrganizationCreateBffResponse) GetRolesOk() (ret OrganizationCreateBffResponseGetRolesRetType, ok bool) + func (o *OrganizationCreateBffResponse) SetOrg(v OrganizationCreateBffResponseGetOrgRetType) + func (o *OrganizationCreateBffResponse) SetRoles(v OrganizationCreateBffResponseGetRolesRetType) + func (o OrganizationCreateBffResponse) ToMap() (map[string]interface{}, error) + type OrganizationCreateBffResponseGetOrgArgType = OrganizationCreateResponse + type OrganizationCreateBffResponseGetOrgAttributeType = *OrganizationCreateResponse + type OrganizationCreateBffResponseGetOrgRetType = OrganizationCreateResponse + type OrganizationCreateBffResponseGetRolesArgType = map[string]OrgRoleResponse + type OrganizationCreateBffResponseGetRolesAttributeType = *map[string]OrgRoleResponse + type OrganizationCreateBffResponseGetRolesRetType = map[string]OrgRoleResponse + type OrganizationCreateResponse struct + Guid OrganizationCreateResponseGetGuidAttributeType + PlatformId OrganizationCreateResponseGetPlatformIdAttributeType + ProjectId OrganizationCreateResponseGetProjectIdAttributeType + Region OrganizationCreateResponseGetRegionAttributeType + func NewOrganizationCreateResponse(guid OrganizationCreateResponseGetGuidArgType, ...) *OrganizationCreateResponse + func NewOrganizationCreateResponseWithDefaults() *OrganizationCreateResponse + func (o *OrganizationCreateResponse) GetGuid() (ret OrganizationCreateResponseGetGuidRetType) + func (o *OrganizationCreateResponse) GetGuidOk() (ret OrganizationCreateResponseGetGuidRetType, ok bool) + func (o *OrganizationCreateResponse) GetPlatformId() (ret OrganizationCreateResponseGetPlatformIdRetType) + func (o *OrganizationCreateResponse) GetPlatformIdOk() (ret OrganizationCreateResponseGetPlatformIdRetType, ok bool) + func (o *OrganizationCreateResponse) GetProjectId() (ret OrganizationCreateResponseGetProjectIdRetType) + func (o *OrganizationCreateResponse) GetProjectIdOk() (ret OrganizationCreateResponseGetProjectIdRetType, ok bool) + func (o *OrganizationCreateResponse) GetRegion() (ret OrganizationCreateResponseGetRegionRetType) + func (o *OrganizationCreateResponse) GetRegionOk() (ret OrganizationCreateResponseGetRegionRetType, ok bool) + func (o *OrganizationCreateResponse) SetGuid(v OrganizationCreateResponseGetGuidRetType) + func (o *OrganizationCreateResponse) SetPlatformId(v OrganizationCreateResponseGetPlatformIdRetType) + func (o *OrganizationCreateResponse) SetProjectId(v OrganizationCreateResponseGetProjectIdRetType) + func (o *OrganizationCreateResponse) SetRegion(v OrganizationCreateResponseGetRegionRetType) + func (o OrganizationCreateResponse) ToMap() (map[string]interface{}, error) + type OrganizationCreateResponseGetGuidArgType = string + type OrganizationCreateResponseGetGuidAttributeType = *string + type OrganizationCreateResponseGetGuidRetType = string + type OrganizationCreateResponseGetPlatformIdArgType = string + type OrganizationCreateResponseGetPlatformIdAttributeType = *string + type OrganizationCreateResponseGetPlatformIdRetType = string + type OrganizationCreateResponseGetProjectIdArgType = string + type OrganizationCreateResponseGetProjectIdAttributeType = *string + type OrganizationCreateResponseGetProjectIdRetType = string + type OrganizationCreateResponseGetRegionArgType = string + type OrganizationCreateResponseGetRegionAttributeType = *string + type OrganizationCreateResponseGetRegionRetType = string + type OrganizationDeleteResponse struct + Guid OrganizationDeleteResponseGetGuidAttributeType + PlatformId OrganizationDeleteResponseGetPlatformIdAttributeType + ProjectId OrganizationDeleteResponseGetProjectIdAttributeType + Region OrganizationDeleteResponseGetRegionAttributeType + func NewOrganizationDeleteResponse(guid OrganizationDeleteResponseGetGuidArgType, ...) *OrganizationDeleteResponse + func NewOrganizationDeleteResponseWithDefaults() *OrganizationDeleteResponse + func (o *OrganizationDeleteResponse) GetGuid() (ret OrganizationDeleteResponseGetGuidRetType) + func (o *OrganizationDeleteResponse) GetGuidOk() (ret OrganizationDeleteResponseGetGuidRetType, ok bool) + func (o *OrganizationDeleteResponse) GetPlatformId() (ret OrganizationDeleteResponseGetPlatformIdRetType) + func (o *OrganizationDeleteResponse) GetPlatformIdOk() (ret OrganizationDeleteResponseGetPlatformIdRetType, ok bool) + func (o *OrganizationDeleteResponse) GetProjectId() (ret OrganizationDeleteResponseGetProjectIdRetType) + func (o *OrganizationDeleteResponse) GetProjectIdOk() (ret OrganizationDeleteResponseGetProjectIdRetType, ok bool) + func (o *OrganizationDeleteResponse) GetRegion() (ret OrganizationDeleteResponseGetRegionRetType) + func (o *OrganizationDeleteResponse) GetRegionOk() (ret OrganizationDeleteResponseGetRegionRetType, ok bool) + func (o *OrganizationDeleteResponse) SetGuid(v OrganizationDeleteResponseGetGuidRetType) + func (o *OrganizationDeleteResponse) SetPlatformId(v OrganizationDeleteResponseGetPlatformIdRetType) + func (o *OrganizationDeleteResponse) SetProjectId(v OrganizationDeleteResponseGetProjectIdRetType) + func (o *OrganizationDeleteResponse) SetRegion(v OrganizationDeleteResponseGetRegionRetType) + func (o OrganizationDeleteResponse) ToMap() (map[string]interface{}, error) + type OrganizationDeleteResponseGetGuidArgType = string + type OrganizationDeleteResponseGetGuidAttributeType = *string + type OrganizationDeleteResponseGetGuidRetType = string + type OrganizationDeleteResponseGetPlatformIdArgType = string + type OrganizationDeleteResponseGetPlatformIdAttributeType = *string + type OrganizationDeleteResponseGetPlatformIdRetType = string + type OrganizationDeleteResponseGetProjectIdArgType = string + type OrganizationDeleteResponseGetProjectIdAttributeType = *string + type OrganizationDeleteResponseGetProjectIdRetType = string + type OrganizationDeleteResponseGetRegionArgType = string + type OrganizationDeleteResponseGetRegionAttributeType = *string + type OrganizationDeleteResponseGetRegionRetType = string + type OrganizationGetCreatedAtArgType = time.Time + type OrganizationGetCreatedAtAttributeType = *time.Time + type OrganizationGetCreatedAtRetType = time.Time + type OrganizationGetGuidArgType = string + type OrganizationGetGuidAttributeType = *string + type OrganizationGetGuidRetType = string + type OrganizationGetNameArgType = string + type OrganizationGetNameAttributeType = *string + type OrganizationGetNameRetType = string + type OrganizationGetPlatformIdArgType = string + type OrganizationGetPlatformIdAttributeType = *string + type OrganizationGetPlatformIdRetType = string + type OrganizationGetProjectIdArgType = string + type OrganizationGetProjectIdAttributeType = *string + type OrganizationGetProjectIdRetType = string + type OrganizationGetQuotaIdArgType = string + type OrganizationGetQuotaIdAttributeType = *string + type OrganizationGetQuotaIdRetType = string + type OrganizationGetRegionArgType = string + type OrganizationGetRegionAttributeType = *string + type OrganizationGetRegionRetType = string + type OrganizationGetStatusArgType = string + type OrganizationGetStatusAttributeType = *string + type OrganizationGetStatusRetType = string + type OrganizationGetUpdatedAtArgType = time.Time + type OrganizationGetUpdatedAtAttributeType = *time.Time + type OrganizationGetUpdatedAtRetType = time.Time + type OrganizationQuota struct + OrgId OrganizationQuotaGetOrgIdAttributeType + PlatformId OrganizationQuotaGetPlatformIdAttributeType + ProjectId OrganizationQuotaGetProjectIdAttributeType + QuotaId OrganizationQuotaGetQuotaIdAttributeType + Region OrganizationQuotaGetRegionAttributeType + func NewOrganizationQuota(orgId OrganizationQuotaGetOrgIdArgType, ...) *OrganizationQuota + func NewOrganizationQuotaWithDefaults() *OrganizationQuota + func (o *OrganizationQuota) GetOrgId() (ret OrganizationQuotaGetOrgIdRetType) + func (o *OrganizationQuota) GetOrgIdOk() (ret OrganizationQuotaGetOrgIdRetType, ok bool) + func (o *OrganizationQuota) GetPlatformId() (ret OrganizationQuotaGetPlatformIdRetType) + func (o *OrganizationQuota) GetPlatformIdOk() (ret OrganizationQuotaGetPlatformIdRetType, ok bool) + func (o *OrganizationQuota) GetProjectId() (ret OrganizationQuotaGetProjectIdRetType) + func (o *OrganizationQuota) GetProjectIdOk() (ret OrganizationQuotaGetProjectIdRetType, ok bool) + func (o *OrganizationQuota) GetQuotaId() (ret OrganizationQuotaGetQuotaIdRetType) + func (o *OrganizationQuota) GetQuotaIdOk() (ret OrganizationQuotaGetQuotaIdRetType, ok bool) + func (o *OrganizationQuota) GetRegion() (ret OrganizationQuotaGetRegionRetType) + func (o *OrganizationQuota) GetRegionOk() (ret OrganizationQuotaGetRegionRetType, ok bool) + func (o *OrganizationQuota) SetOrgId(v OrganizationQuotaGetOrgIdRetType) + func (o *OrganizationQuota) SetPlatformId(v OrganizationQuotaGetPlatformIdRetType) + func (o *OrganizationQuota) SetProjectId(v OrganizationQuotaGetProjectIdRetType) + func (o *OrganizationQuota) SetQuotaId(v OrganizationQuotaGetQuotaIdRetType) + func (o *OrganizationQuota) SetRegion(v OrganizationQuotaGetRegionRetType) + func (o OrganizationQuota) ToMap() (map[string]interface{}, error) + type OrganizationQuotaGetOrgIdArgType = string + type OrganizationQuotaGetOrgIdAttributeType = *string + type OrganizationQuotaGetOrgIdRetType = string + type OrganizationQuotaGetPlatformIdArgType = string + type OrganizationQuotaGetPlatformIdAttributeType = *string + type OrganizationQuotaGetPlatformIdRetType = string + type OrganizationQuotaGetProjectIdArgType = string + type OrganizationQuotaGetProjectIdAttributeType = *string + type OrganizationQuotaGetProjectIdRetType = string + type OrganizationQuotaGetQuotaIdArgType = string + type OrganizationQuotaGetQuotaIdAttributeType = *string + type OrganizationQuotaGetQuotaIdRetType = string + type OrganizationQuotaGetRegionArgType = string + type OrganizationQuotaGetRegionAttributeType = *string + type OrganizationQuotaGetRegionRetType = string + type OrganizationUsageSummary struct + OrgId OrganizationUsageSummaryGetOrgIdAttributeType + PlatformId OrganizationUsageSummaryGetPlatformIdAttributeType + ProjectId OrganizationUsageSummaryGetProjectIdAttributeType + Region OrganizationUsageSummaryGetRegionAttributeType + UsageSummary OrganizationUsageSummaryGetUsageSummaryAttributeType + func NewOrganizationUsageSummary(orgId OrganizationUsageSummaryGetOrgIdArgType, ...) *OrganizationUsageSummary + func NewOrganizationUsageSummaryWithDefaults() *OrganizationUsageSummary + func (o *OrganizationUsageSummary) GetOrgId() (ret OrganizationUsageSummaryGetOrgIdRetType) + func (o *OrganizationUsageSummary) GetOrgIdOk() (ret OrganizationUsageSummaryGetOrgIdRetType, ok bool) + func (o *OrganizationUsageSummary) GetPlatformId() (ret OrganizationUsageSummaryGetPlatformIdRetType) + func (o *OrganizationUsageSummary) GetPlatformIdOk() (ret OrganizationUsageSummaryGetPlatformIdRetType, ok bool) + func (o *OrganizationUsageSummary) GetProjectId() (ret OrganizationUsageSummaryGetProjectIdRetType) + func (o *OrganizationUsageSummary) GetProjectIdOk() (ret OrganizationUsageSummaryGetProjectIdRetType, ok bool) + func (o *OrganizationUsageSummary) GetRegion() (ret OrganizationUsageSummaryGetRegionRetType) + func (o *OrganizationUsageSummary) GetRegionOk() (ret OrganizationUsageSummaryGetRegionRetType, ok bool) + func (o *OrganizationUsageSummary) GetUsageSummary() (ret OrganizationUsageSummaryGetUsageSummaryRetType) + func (o *OrganizationUsageSummary) GetUsageSummaryOk() (ret OrganizationUsageSummaryGetUsageSummaryRetType, ok bool) + func (o *OrganizationUsageSummary) SetOrgId(v OrganizationUsageSummaryGetOrgIdRetType) + func (o *OrganizationUsageSummary) SetPlatformId(v OrganizationUsageSummaryGetPlatformIdRetType) + func (o *OrganizationUsageSummary) SetProjectId(v OrganizationUsageSummaryGetProjectIdRetType) + func (o *OrganizationUsageSummary) SetRegion(v OrganizationUsageSummaryGetRegionRetType) + func (o *OrganizationUsageSummary) SetUsageSummary(v OrganizationUsageSummaryGetUsageSummaryRetType) + func (o OrganizationUsageSummary) ToMap() (map[string]interface{}, error) + type OrganizationUsageSummaryGetOrgIdArgType = string + type OrganizationUsageSummaryGetOrgIdAttributeType = *string + type OrganizationUsageSummaryGetOrgIdRetType = string + type OrganizationUsageSummaryGetPlatformIdArgType = string + type OrganizationUsageSummaryGetPlatformIdAttributeType = *string + type OrganizationUsageSummaryGetPlatformIdRetType = string + type OrganizationUsageSummaryGetProjectIdArgType = string + type OrganizationUsageSummaryGetProjectIdAttributeType = *string + type OrganizationUsageSummaryGetProjectIdRetType = string + type OrganizationUsageSummaryGetRegionArgType = string + type OrganizationUsageSummaryGetRegionAttributeType = *string + type OrganizationUsageSummaryGetRegionRetType = string + type OrganizationUsageSummaryGetUsageSummaryArgType = UsageSummary + type OrganizationUsageSummaryGetUsageSummaryAttributeType = *UsageSummary + type OrganizationUsageSummaryGetUsageSummaryRetType = UsageSummary + type OrganizationgetSuspendedArgType = bool + type OrganizationgetSuspendedAttributeType = *bool + type OrganizationgetSuspendedRetType = bool + type OrganizationsList struct + Pagination OrganizationsListGetPaginationAttributeType + Resources OrganizationsListGetResourcesAttributeType + func NewOrganizationsList(pagination OrganizationsListGetPaginationArgType, ...) *OrganizationsList + func NewOrganizationsListWithDefaults() *OrganizationsList + func (o *OrganizationsList) GetPagination() (ret OrganizationsListGetPaginationRetType) + func (o *OrganizationsList) GetPaginationOk() (ret OrganizationsListGetPaginationRetType, ok bool) + func (o *OrganizationsList) GetResources() (ret OrganizationsListGetResourcesRetType) + func (o *OrganizationsList) GetResourcesOk() (ret OrganizationsListGetResourcesRetType, ok bool) + func (o *OrganizationsList) SetPagination(v OrganizationsListGetPaginationRetType) + func (o *OrganizationsList) SetResources(v OrganizationsListGetResourcesRetType) + func (o OrganizationsList) ToMap() (map[string]interface{}, error) + type OrganizationsListGetPaginationArgType = Pagination + type OrganizationsListGetPaginationAttributeType = *Pagination + type OrganizationsListGetPaginationRetType = Pagination + type OrganizationsListGetResourcesArgType = []OrganizationsListItem + type OrganizationsListGetResourcesAttributeType = *[]OrganizationsListItem + type OrganizationsListGetResourcesRetType = []OrganizationsListItem + type OrganizationsListItem struct + CreatedAt OrganizationsListItemGetCreatedAtAttributeType + Guid OrganizationsListItemGetGuidAttributeType + Name OrganizationsListItemGetNameAttributeType + PlatformId OrganizationsListItemGetPlatformIdAttributeType + ProjectId OrganizationsListItemGetProjectIdAttributeType + QuotaId OrganizationsListItemGetQuotaIdAttributeType + Region OrganizationsListItemGetRegionAttributeType + Status OrganizationsListItemGetStatusAttributeType + Suspended OrganizationsListItemgetSuspendedAttributeType + UpdatedAt OrganizationsListItemGetUpdatedAtAttributeType + func NewOrganizationsListItem(guid OrganizationsListItemGetGuidArgType, ...) *OrganizationsListItem + func NewOrganizationsListItemWithDefaults() *OrganizationsListItem + func (o *OrganizationsListItem) GetCreatedAt() (res OrganizationsListItemGetCreatedAtRetType) + func (o *OrganizationsListItem) GetCreatedAtOk() (ret OrganizationsListItemGetCreatedAtRetType, ok bool) + func (o *OrganizationsListItem) GetGuid() (ret OrganizationsListItemGetGuidRetType) + func (o *OrganizationsListItem) GetGuidOk() (ret OrganizationsListItemGetGuidRetType, ok bool) + func (o *OrganizationsListItem) GetName() (res OrganizationsListItemGetNameRetType) + func (o *OrganizationsListItem) GetNameOk() (ret OrganizationsListItemGetNameRetType, ok bool) + func (o *OrganizationsListItem) GetPlatformId() (ret OrganizationsListItemGetPlatformIdRetType) + func (o *OrganizationsListItem) GetPlatformIdOk() (ret OrganizationsListItemGetPlatformIdRetType, ok bool) + func (o *OrganizationsListItem) GetProjectId() (ret OrganizationsListItemGetProjectIdRetType) + func (o *OrganizationsListItem) GetProjectIdOk() (ret OrganizationsListItemGetProjectIdRetType, ok bool) + func (o *OrganizationsListItem) GetQuotaId() (res OrganizationsListItemGetQuotaIdRetType) + func (o *OrganizationsListItem) GetQuotaIdOk() (ret OrganizationsListItemGetQuotaIdRetType, ok bool) + func (o *OrganizationsListItem) GetRegion() (ret OrganizationsListItemGetRegionRetType) + func (o *OrganizationsListItem) GetRegionOk() (ret OrganizationsListItemGetRegionRetType, ok bool) + func (o *OrganizationsListItem) GetStatus() (ret OrganizationsListItemGetStatusRetType) + func (o *OrganizationsListItem) GetStatusOk() (ret OrganizationsListItemGetStatusRetType, ok bool) + func (o *OrganizationsListItem) GetSuspended() (res OrganizationsListItemgetSuspendedRetType) + func (o *OrganizationsListItem) GetSuspendedOk() (ret OrganizationsListItemgetSuspendedRetType, ok bool) + func (o *OrganizationsListItem) GetUpdatedAt() (res OrganizationsListItemGetUpdatedAtRetType) + func (o *OrganizationsListItem) GetUpdatedAtOk() (ret OrganizationsListItemGetUpdatedAtRetType, ok bool) + func (o *OrganizationsListItem) HasCreatedAt() bool + func (o *OrganizationsListItem) HasName() bool + func (o *OrganizationsListItem) HasQuotaId() bool + func (o *OrganizationsListItem) HasSuspended() bool + func (o *OrganizationsListItem) HasUpdatedAt() bool + func (o *OrganizationsListItem) SetCreatedAt(v OrganizationsListItemGetCreatedAtRetType) + func (o *OrganizationsListItem) SetGuid(v OrganizationsListItemGetGuidRetType) + func (o *OrganizationsListItem) SetName(v OrganizationsListItemGetNameRetType) + func (o *OrganizationsListItem) SetPlatformId(v OrganizationsListItemGetPlatformIdRetType) + func (o *OrganizationsListItem) SetProjectId(v OrganizationsListItemGetProjectIdRetType) + func (o *OrganizationsListItem) SetQuotaId(v OrganizationsListItemGetQuotaIdRetType) + func (o *OrganizationsListItem) SetRegion(v OrganizationsListItemGetRegionRetType) + func (o *OrganizationsListItem) SetStatus(v OrganizationsListItemGetStatusRetType) + func (o *OrganizationsListItem) SetSuspended(v OrganizationsListItemgetSuspendedRetType) + func (o *OrganizationsListItem) SetUpdatedAt(v OrganizationsListItemGetUpdatedAtRetType) + func (o OrganizationsListItem) ToMap() (map[string]interface{}, error) + type OrganizationsListItemGetCreatedAtArgType = time.Time + type OrganizationsListItemGetCreatedAtAttributeType = *time.Time + type OrganizationsListItemGetCreatedAtRetType = time.Time + type OrganizationsListItemGetGuidArgType = string + type OrganizationsListItemGetGuidAttributeType = *string + type OrganizationsListItemGetGuidRetType = string + type OrganizationsListItemGetNameArgType = string + type OrganizationsListItemGetNameAttributeType = *string + type OrganizationsListItemGetNameRetType = string + type OrganizationsListItemGetPlatformIdArgType = string + type OrganizationsListItemGetPlatformIdAttributeType = *string + type OrganizationsListItemGetPlatformIdRetType = string + type OrganizationsListItemGetProjectIdArgType = string + type OrganizationsListItemGetProjectIdAttributeType = *string + type OrganizationsListItemGetProjectIdRetType = string + type OrganizationsListItemGetQuotaIdArgType = string + type OrganizationsListItemGetQuotaIdAttributeType = *string + type OrganizationsListItemGetQuotaIdRetType = string + type OrganizationsListItemGetRegionArgType = string + type OrganizationsListItemGetRegionAttributeType = *string + type OrganizationsListItemGetRegionRetType = string + type OrganizationsListItemGetStatusArgType = string + type OrganizationsListItemGetStatusAttributeType = *string + type OrganizationsListItemGetStatusRetType = string + type OrganizationsListItemGetUpdatedAtArgType = time.Time + type OrganizationsListItemGetUpdatedAtAttributeType = *time.Time + type OrganizationsListItemGetUpdatedAtRetType = time.Time + type OrganizationsListItemgetSuspendedArgType = bool + type OrganizationsListItemgetSuspendedAttributeType = *bool + type OrganizationsListItemgetSuspendedRetType = bool + type Pagination struct + TotalPages PaginationGetTotalPagesAttributeType + TotalResults PaginationGetTotalResultsAttributeType + func NewPagination() *Pagination + func NewPaginationWithDefaults() *Pagination + func (o *Pagination) GetTotalPages() (res PaginationGetTotalPagesRetType) + func (o *Pagination) GetTotalPagesOk() (ret PaginationGetTotalPagesRetType, ok bool) + func (o *Pagination) GetTotalResults() (res PaginationGetTotalResultsRetType) + func (o *Pagination) GetTotalResultsOk() (ret PaginationGetTotalResultsRetType, ok bool) + func (o *Pagination) HasTotalPages() bool + func (o *Pagination) HasTotalResults() bool + func (o *Pagination) SetTotalPages(v PaginationGetTotalPagesRetType) + func (o *Pagination) SetTotalResults(v PaginationGetTotalResultsRetType) + func (o Pagination) ToMap() (map[string]interface{}, error) + type PaginationGetTotalPagesArgType = int64 + type PaginationGetTotalPagesAttributeType = *int64 + type PaginationGetTotalPagesRetType = int64 + type PaginationGetTotalResultsArgType = int64 + type PaginationGetTotalResultsAttributeType = *int64 + type PaginationGetTotalResultsRetType = int64 + type PlatformList struct + Pagination PlatformListGetPaginationAttributeType + Resources PlatformListGetResourcesAttributeType + func NewPlatformList(pagination PlatformListGetPaginationArgType, ...) *PlatformList + func NewPlatformListWithDefaults() *PlatformList + func (o *PlatformList) GetPagination() (ret PlatformListGetPaginationRetType) + func (o *PlatformList) GetPaginationOk() (ret PlatformListGetPaginationRetType, ok bool) + func (o *PlatformList) GetResources() (ret PlatformListGetResourcesRetType) + func (o *PlatformList) GetResourcesOk() (ret PlatformListGetResourcesRetType, ok bool) + func (o *PlatformList) SetPagination(v PlatformListGetPaginationRetType) + func (o *PlatformList) SetResources(v PlatformListGetResourcesRetType) + func (o PlatformList) ToMap() (map[string]interface{}, error) + type PlatformListGetPaginationArgType = Pagination + type PlatformListGetPaginationAttributeType = *Pagination + type PlatformListGetPaginationRetType = Pagination + type PlatformListGetResourcesArgType = []Platforms + type PlatformListGetResourcesAttributeType = *[]Platforms + type PlatformListGetResourcesRetType = []Platforms + type Platforms struct + ApiUrl PlatformsGetApiUrlAttributeType + ConsoleUrl PlatformsGetConsoleUrlAttributeType + DisplayName PlatformsGetDisplayNameAttributeType + Guid PlatformsGetGuidAttributeType + Region PlatformsGetRegionAttributeType + SystemId PlatformsGetSystemIdAttributeType + func NewPlatforms(apiUrl PlatformsGetApiUrlArgType, displayName PlatformsGetDisplayNameArgType, ...) *Platforms + func NewPlatformsWithDefaults() *Platforms + func (o *Platforms) GetApiUrl() (ret PlatformsGetApiUrlRetType) + func (o *Platforms) GetApiUrlOk() (ret PlatformsGetApiUrlRetType, ok bool) + func (o *Platforms) GetConsoleUrl() (res PlatformsGetConsoleUrlRetType) + func (o *Platforms) GetConsoleUrlOk() (ret PlatformsGetConsoleUrlRetType, ok bool) + func (o *Platforms) GetDisplayName() (ret PlatformsGetDisplayNameRetType) + func (o *Platforms) GetDisplayNameOk() (ret PlatformsGetDisplayNameRetType, ok bool) + func (o *Platforms) GetGuid() (ret PlatformsGetGuidRetType) + func (o *Platforms) GetGuidOk() (ret PlatformsGetGuidRetType, ok bool) + func (o *Platforms) GetRegion() (ret PlatformsGetRegionRetType) + func (o *Platforms) GetRegionOk() (ret PlatformsGetRegionRetType, ok bool) + func (o *Platforms) GetSystemId() (ret PlatformsGetSystemIdRetType) + func (o *Platforms) GetSystemIdOk() (ret PlatformsGetSystemIdRetType, ok bool) + func (o *Platforms) HasConsoleUrl() bool + func (o *Platforms) SetApiUrl(v PlatformsGetApiUrlRetType) + func (o *Platforms) SetConsoleUrl(v PlatformsGetConsoleUrlRetType) + func (o *Platforms) SetDisplayName(v PlatformsGetDisplayNameRetType) + func (o *Platforms) SetGuid(v PlatformsGetGuidRetType) + func (o *Platforms) SetRegion(v PlatformsGetRegionRetType) + func (o *Platforms) SetSystemId(v PlatformsGetSystemIdRetType) + func (o Platforms) ToMap() (map[string]interface{}, error) + type PlatformsGetApiUrlArgType = string + type PlatformsGetApiUrlAttributeType = *string + type PlatformsGetApiUrlRetType = string + type PlatformsGetConsoleUrlArgType = string + type PlatformsGetConsoleUrlAttributeType = *string + type PlatformsGetConsoleUrlRetType = string + type PlatformsGetDisplayNameArgType = string + type PlatformsGetDisplayNameAttributeType = *string + type PlatformsGetDisplayNameRetType = string + type PlatformsGetGuidArgType = string + type PlatformsGetGuidAttributeType = *string + type PlatformsGetGuidRetType = string + type PlatformsGetRegionArgType = string + type PlatformsGetRegionAttributeType = *string + type PlatformsGetRegionRetType = string + type PlatformsGetSystemIdArgType = string + type PlatformsGetSystemIdAttributeType = *string + type PlatformsGetSystemIdRetType = string + type Quota struct + Apps QuotaGetAppsAttributeType + CreatedAt QuotaGetCreatedAtAttributeType + Domains QuotaGetDomainsAttributeType + Guid QuotaGetGuidAttributeType + Name QuotaGetNameAttributeType + OrgId QuotaGetOrgIdAttributeType + PlatformId QuotaGetPlatformIdAttributeType + ProjectId QuotaGetProjectIdAttributeType + Region QuotaGetRegionAttributeType + Routes QuotaGetRoutesAttributeType + Services QuotaGetServicesAttributeType + UpdatedAt QuotaGetUpdatedAtAttributeType + func NewQuota(apps QuotaGetAppsArgType, createdAt QuotaGetCreatedAtArgType, ...) *Quota + func NewQuotaWithDefaults() *Quota + func (o *Quota) GetApps() (ret QuotaGetAppsRetType) + func (o *Quota) GetAppsOk() (ret QuotaGetAppsRetType, ok bool) + func (o *Quota) GetCreatedAt() (ret QuotaGetCreatedAtRetType) + func (o *Quota) GetCreatedAtOk() (ret QuotaGetCreatedAtRetType, ok bool) + func (o *Quota) GetDomains() (ret QuotaGetDomainsRetType) + func (o *Quota) GetDomainsOk() (ret QuotaGetDomainsRetType, ok bool) + func (o *Quota) GetGuid() (ret QuotaGetGuidRetType) + func (o *Quota) GetGuidOk() (ret QuotaGetGuidRetType, ok bool) + func (o *Quota) GetName() (ret QuotaGetNameRetType) + func (o *Quota) GetNameOk() (ret QuotaGetNameRetType, ok bool) + func (o *Quota) GetOrgId() (res QuotaGetOrgIdRetType) + func (o *Quota) GetOrgIdOk() (ret QuotaGetOrgIdRetType, ok bool) + func (o *Quota) GetPlatformId() (ret QuotaGetPlatformIdRetType) + func (o *Quota) GetPlatformIdOk() (ret QuotaGetPlatformIdRetType, ok bool) + func (o *Quota) GetProjectId() (ret QuotaGetProjectIdRetType) + func (o *Quota) GetProjectIdOk() (ret QuotaGetProjectIdRetType, ok bool) + func (o *Quota) GetRegion() (ret QuotaGetRegionRetType) + func (o *Quota) GetRegionOk() (ret QuotaGetRegionRetType, ok bool) + func (o *Quota) GetRoutes() (ret QuotaGetRoutesRetType) + func (o *Quota) GetRoutesOk() (ret QuotaGetRoutesRetType, ok bool) + func (o *Quota) GetServices() (ret QuotaGetServicesRetType) + func (o *Quota) GetServicesOk() (ret QuotaGetServicesRetType, ok bool) + func (o *Quota) GetUpdatedAt() (ret QuotaGetUpdatedAtRetType) + func (o *Quota) GetUpdatedAtOk() (ret QuotaGetUpdatedAtRetType, ok bool) + func (o *Quota) HasOrgId() bool + func (o *Quota) SetApps(v QuotaGetAppsRetType) + func (o *Quota) SetCreatedAt(v QuotaGetCreatedAtRetType) + func (o *Quota) SetDomains(v QuotaGetDomainsRetType) + func (o *Quota) SetGuid(v QuotaGetGuidRetType) + func (o *Quota) SetName(v QuotaGetNameRetType) + func (o *Quota) SetOrgId(v QuotaGetOrgIdRetType) + func (o *Quota) SetPlatformId(v QuotaGetPlatformIdRetType) + func (o *Quota) SetProjectId(v QuotaGetProjectIdRetType) + func (o *Quota) SetRegion(v QuotaGetRegionRetType) + func (o *Quota) SetRoutes(v QuotaGetRoutesRetType) + func (o *Quota) SetServices(v QuotaGetServicesRetType) + func (o *Quota) SetUpdatedAt(v QuotaGetUpdatedAtRetType) + func (o Quota) ToMap() (map[string]interface{}, error) + type QuotaApps struct + LogRateLimitInBytesPerSecond QuotaAppsGetLogRateLimitInBytesPerSecondAttributeType + PerAppTasks QuotaAppsGetPerAppTasksAttributeType + PerProcessMemoryInMb QuotaAppsGetPerProcessMemoryInMbAttributeType + TotalInstances QuotaAppsGetTotalInstancesAttributeType + TotalMemoryInMb QuotaAppsGetTotalMemoryInMbAttributeType + func NewQuotaApps(logRateLimitInBytesPerSecond QuotaAppsGetLogRateLimitInBytesPerSecondArgType, ...) *QuotaApps + func NewQuotaAppsWithDefaults() *QuotaApps + func (o *QuotaApps) GetLogRateLimitInBytesPerSecond() (ret QuotaAppsGetLogRateLimitInBytesPerSecondRetType) + func (o *QuotaApps) GetLogRateLimitInBytesPerSecondOk() (ret QuotaAppsGetLogRateLimitInBytesPerSecondRetType, ok bool) + func (o *QuotaApps) GetPerAppTasks() (ret QuotaAppsGetPerAppTasksRetType) + func (o *QuotaApps) GetPerAppTasksOk() (ret QuotaAppsGetPerAppTasksRetType, ok bool) + func (o *QuotaApps) GetPerProcessMemoryInMb() (ret QuotaAppsGetPerProcessMemoryInMbRetType) + func (o *QuotaApps) GetPerProcessMemoryInMbOk() (ret QuotaAppsGetPerProcessMemoryInMbRetType, ok bool) + func (o *QuotaApps) GetTotalInstances() (ret QuotaAppsGetTotalInstancesRetType) + func (o *QuotaApps) GetTotalInstancesOk() (ret QuotaAppsGetTotalInstancesRetType, ok bool) + func (o *QuotaApps) GetTotalMemoryInMb() (ret QuotaAppsGetTotalMemoryInMbRetType) + func (o *QuotaApps) GetTotalMemoryInMbOk() (ret QuotaAppsGetTotalMemoryInMbRetType, ok bool) + func (o *QuotaApps) SetLogRateLimitInBytesPerSecond(v QuotaAppsGetLogRateLimitInBytesPerSecondRetType) + func (o *QuotaApps) SetPerAppTasks(v QuotaAppsGetPerAppTasksRetType) + func (o *QuotaApps) SetPerProcessMemoryInMb(v QuotaAppsGetPerProcessMemoryInMbRetType) + func (o *QuotaApps) SetTotalInstances(v QuotaAppsGetTotalInstancesRetType) + func (o *QuotaApps) SetTotalMemoryInMb(v QuotaAppsGetTotalMemoryInMbRetType) + func (o QuotaApps) ToMap() (map[string]interface{}, error) + type QuotaAppsGetLogRateLimitInBytesPerSecondArgType = *int64 + type QuotaAppsGetLogRateLimitInBytesPerSecondAttributeType = *int64 + type QuotaAppsGetLogRateLimitInBytesPerSecondRetType = *int64 + type QuotaAppsGetPerAppTasksArgType = *int64 + type QuotaAppsGetPerAppTasksAttributeType = *int64 + type QuotaAppsGetPerAppTasksRetType = *int64 + type QuotaAppsGetPerProcessMemoryInMbArgType = *int64 + type QuotaAppsGetPerProcessMemoryInMbAttributeType = *int64 + type QuotaAppsGetPerProcessMemoryInMbRetType = *int64 + type QuotaAppsGetTotalInstancesArgType = *int64 + type QuotaAppsGetTotalInstancesAttributeType = *int64 + type QuotaAppsGetTotalInstancesRetType = *int64 + type QuotaAppsGetTotalMemoryInMbArgType = *int64 + type QuotaAppsGetTotalMemoryInMbAttributeType = *int64 + type QuotaAppsGetTotalMemoryInMbRetType = *int64 + type QuotaDomains struct + TotalDomains QuotaDomainsGetTotalDomainsAttributeType + func NewQuotaDomains(totalDomains QuotaDomainsGetTotalDomainsArgType) *QuotaDomains + func NewQuotaDomainsWithDefaults() *QuotaDomains + func (o *QuotaDomains) GetTotalDomains() (ret QuotaDomainsGetTotalDomainsRetType) + func (o *QuotaDomains) GetTotalDomainsOk() (ret QuotaDomainsGetTotalDomainsRetType, ok bool) + func (o *QuotaDomains) SetTotalDomains(v QuotaDomainsGetTotalDomainsRetType) + func (o QuotaDomains) ToMap() (map[string]interface{}, error) + type QuotaDomainsGetTotalDomainsArgType = *int64 + type QuotaDomainsGetTotalDomainsAttributeType = *int64 + type QuotaDomainsGetTotalDomainsRetType = *int64 + type QuotaGetAppsArgType = QuotaApps + type QuotaGetAppsAttributeType = *QuotaApps + type QuotaGetAppsRetType = QuotaApps + type QuotaGetCreatedAtArgType = time.Time + type QuotaGetCreatedAtAttributeType = *time.Time + type QuotaGetCreatedAtRetType = time.Time + type QuotaGetDomainsArgType = QuotaDomains + type QuotaGetDomainsAttributeType = *QuotaDomains + type QuotaGetDomainsRetType = QuotaDomains + type QuotaGetGuidArgType = string + type QuotaGetGuidAttributeType = *string + type QuotaGetGuidRetType = string + type QuotaGetNameArgType = string + type QuotaGetNameAttributeType = *string + type QuotaGetNameRetType = string + type QuotaGetOrgIdArgType = string + type QuotaGetOrgIdAttributeType = *string + type QuotaGetOrgIdRetType = string + type QuotaGetPlatformIdArgType = string + type QuotaGetPlatformIdAttributeType = *string + type QuotaGetPlatformIdRetType = string + type QuotaGetProjectIdArgType = string + type QuotaGetProjectIdAttributeType = *string + type QuotaGetProjectIdRetType = string + type QuotaGetRegionArgType = string + type QuotaGetRegionAttributeType = *string + type QuotaGetRegionRetType = string + type QuotaGetRoutesArgType = QuotaRoutes + type QuotaGetRoutesAttributeType = *QuotaRoutes + type QuotaGetRoutesRetType = QuotaRoutes + type QuotaGetServicesArgType = QuotaServices + type QuotaGetServicesAttributeType = *QuotaServices + type QuotaGetServicesRetType = QuotaServices + type QuotaGetUpdatedAtArgType = time.Time + type QuotaGetUpdatedAtAttributeType = *time.Time + type QuotaGetUpdatedAtRetType = time.Time + type QuotaRoutes struct + TotalReservedPorts QuotaRoutesGetTotalReservedPortsAttributeType + TotalRoutes QuotaRoutesGetTotalRoutesAttributeType + func NewQuotaRoutes(totalReservedPorts QuotaRoutesGetTotalReservedPortsArgType, ...) *QuotaRoutes + func NewQuotaRoutesWithDefaults() *QuotaRoutes + func (o *QuotaRoutes) GetTotalReservedPorts() (ret QuotaRoutesGetTotalReservedPortsRetType) + func (o *QuotaRoutes) GetTotalReservedPortsOk() (ret QuotaRoutesGetTotalReservedPortsRetType, ok bool) + func (o *QuotaRoutes) GetTotalRoutes() (ret QuotaRoutesGetTotalRoutesRetType) + func (o *QuotaRoutes) GetTotalRoutesOk() (ret QuotaRoutesGetTotalRoutesRetType, ok bool) + func (o *QuotaRoutes) SetTotalReservedPorts(v QuotaRoutesGetTotalReservedPortsRetType) + func (o *QuotaRoutes) SetTotalRoutes(v QuotaRoutesGetTotalRoutesRetType) + func (o QuotaRoutes) ToMap() (map[string]interface{}, error) + type QuotaRoutesGetTotalReservedPortsArgType = *int64 + type QuotaRoutesGetTotalReservedPortsAttributeType = *int64 + type QuotaRoutesGetTotalReservedPortsRetType = *int64 + type QuotaRoutesGetTotalRoutesArgType = *int64 + type QuotaRoutesGetTotalRoutesAttributeType = *int64 + type QuotaRoutesGetTotalRoutesRetType = *int64 + type QuotaServices struct + PaidServicesAllowed QuotaServicesgetPaidServicesAllowedAttributeType + TotalServiceInstances QuotaServicesGetTotalServiceInstancesAttributeType + TotalServiceKeys QuotaServicesGetTotalServiceKeysAttributeType + func NewQuotaServices(paidServicesAllowed QuotaServicesgetPaidServicesAllowedArgType, ...) *QuotaServices + func NewQuotaServicesWithDefaults() *QuotaServices + func (o *QuotaServices) GetPaidServicesAllowed() (ret QuotaServicesgetPaidServicesAllowedRetType) + func (o *QuotaServices) GetPaidServicesAllowedOk() (ret QuotaServicesgetPaidServicesAllowedRetType, ok bool) + func (o *QuotaServices) GetTotalServiceInstances() (ret QuotaServicesGetTotalServiceInstancesRetType) + func (o *QuotaServices) GetTotalServiceInstancesOk() (ret QuotaServicesGetTotalServiceInstancesRetType, ok bool) + func (o *QuotaServices) GetTotalServiceKeys() (ret QuotaServicesGetTotalServiceKeysRetType) + func (o *QuotaServices) GetTotalServiceKeysOk() (ret QuotaServicesGetTotalServiceKeysRetType, ok bool) + func (o *QuotaServices) SetPaidServicesAllowed(v QuotaServicesgetPaidServicesAllowedRetType) + func (o *QuotaServices) SetTotalServiceInstances(v QuotaServicesGetTotalServiceInstancesRetType) + func (o *QuotaServices) SetTotalServiceKeys(v QuotaServicesGetTotalServiceKeysRetType) + func (o QuotaServices) ToMap() (map[string]interface{}, error) + type QuotaServicesGetTotalServiceInstancesArgType = *int64 + type QuotaServicesGetTotalServiceInstancesAttributeType = *int64 + type QuotaServicesGetTotalServiceInstancesRetType = *int64 + type QuotaServicesGetTotalServiceKeysArgType = *int64 + type QuotaServicesGetTotalServiceKeysAttributeType = *int64 + type QuotaServicesGetTotalServiceKeysRetType = *int64 + type QuotaServicesgetPaidServicesAllowedArgType = bool + type QuotaServicesgetPaidServicesAllowedAttributeType = *bool + type QuotaServicesgetPaidServicesAllowedRetType = bool + type Space struct + CreatedAt SpaceGetCreatedAtAttributeType + Guid SpaceGetGuidAttributeType + Name SpaceGetNameAttributeType + OrgId SpaceGetOrgIdAttributeType + PlatformId SpaceGetPlatformIdAttributeType + ProjectId SpaceGetProjectIdAttributeType + Region SpaceGetRegionAttributeType + UpdatedAt SpaceGetUpdatedAtAttributeType + func NewSpace(createdAt SpaceGetCreatedAtArgType, guid SpaceGetGuidArgType, ...) *Space + func NewSpaceWithDefaults() *Space + func (o *Space) GetCreatedAt() (ret SpaceGetCreatedAtRetType) + func (o *Space) GetCreatedAtOk() (ret SpaceGetCreatedAtRetType, ok bool) + func (o *Space) GetGuid() (ret SpaceGetGuidRetType) + func (o *Space) GetGuidOk() (ret SpaceGetGuidRetType, ok bool) + func (o *Space) GetName() (ret SpaceGetNameRetType) + func (o *Space) GetNameOk() (ret SpaceGetNameRetType, ok bool) + func (o *Space) GetOrgId() (ret SpaceGetOrgIdRetType) + func (o *Space) GetOrgIdOk() (ret SpaceGetOrgIdRetType, ok bool) + func (o *Space) GetPlatformId() (ret SpaceGetPlatformIdRetType) + func (o *Space) GetPlatformIdOk() (ret SpaceGetPlatformIdRetType, ok bool) + func (o *Space) GetProjectId() (ret SpaceGetProjectIdRetType) + func (o *Space) GetProjectIdOk() (ret SpaceGetProjectIdRetType, ok bool) + func (o *Space) GetRegion() (ret SpaceGetRegionRetType) + func (o *Space) GetRegionOk() (ret SpaceGetRegionRetType, ok bool) + func (o *Space) GetUpdatedAt() (ret SpaceGetUpdatedAtRetType) + func (o *Space) GetUpdatedAtOk() (ret SpaceGetUpdatedAtRetType, ok bool) + func (o *Space) SetCreatedAt(v SpaceGetCreatedAtRetType) + func (o *Space) SetGuid(v SpaceGetGuidRetType) + func (o *Space) SetName(v SpaceGetNameRetType) + func (o *Space) SetOrgId(v SpaceGetOrgIdRetType) + func (o *Space) SetPlatformId(v SpaceGetPlatformIdRetType) + func (o *Space) SetProjectId(v SpaceGetProjectIdRetType) + func (o *Space) SetRegion(v SpaceGetRegionRetType) + func (o *Space) SetUpdatedAt(v SpaceGetUpdatedAtRetType) + func (o Space) ToMap() (map[string]interface{}, error) + type SpaceCreatedBffResponse struct + OrgRole SpaceCreatedBffResponseGetOrgRoleAttributeType + Space SpaceCreatedBffResponseGetSpaceAttributeType + SpaceRole SpaceCreatedBffResponseGetSpaceRoleAttributeType + func NewSpaceCreatedBffResponse(space SpaceCreatedBffResponseGetSpaceArgType, ...) *SpaceCreatedBffResponse + func NewSpaceCreatedBffResponseWithDefaults() *SpaceCreatedBffResponse + func (o *SpaceCreatedBffResponse) GetOrgRole() (res SpaceCreatedBffResponseGetOrgRoleRetType) + func (o *SpaceCreatedBffResponse) GetOrgRoleOk() (ret SpaceCreatedBffResponseGetOrgRoleRetType, ok bool) + func (o *SpaceCreatedBffResponse) GetSpace() (ret SpaceCreatedBffResponseGetSpaceRetType) + func (o *SpaceCreatedBffResponse) GetSpaceOk() (ret SpaceCreatedBffResponseGetSpaceRetType, ok bool) + func (o *SpaceCreatedBffResponse) GetSpaceRole() (ret SpaceCreatedBffResponseGetSpaceRoleRetType) + func (o *SpaceCreatedBffResponse) GetSpaceRoleOk() (ret SpaceCreatedBffResponseGetSpaceRoleRetType, ok bool) + func (o *SpaceCreatedBffResponse) HasOrgRole() bool + func (o *SpaceCreatedBffResponse) SetOrgRole(v SpaceCreatedBffResponseGetOrgRoleRetType) + func (o *SpaceCreatedBffResponse) SetSpace(v SpaceCreatedBffResponseGetSpaceRetType) + func (o *SpaceCreatedBffResponse) SetSpaceRole(v SpaceCreatedBffResponseGetSpaceRoleRetType) + func (o SpaceCreatedBffResponse) ToMap() (map[string]interface{}, error) + type SpaceCreatedBffResponseGetOrgRoleArgType = OrgRoleResponse + type SpaceCreatedBffResponseGetOrgRoleAttributeType = *OrgRoleResponse + type SpaceCreatedBffResponseGetOrgRoleRetType = OrgRoleResponse + type SpaceCreatedBffResponseGetSpaceArgType = Space + type SpaceCreatedBffResponseGetSpaceAttributeType = *Space + type SpaceCreatedBffResponseGetSpaceRetType = Space + type SpaceCreatedBffResponseGetSpaceRoleArgType = SpaceRoleCreateResponse + type SpaceCreatedBffResponseGetSpaceRoleAttributeType = *SpaceRoleCreateResponse + type SpaceCreatedBffResponseGetSpaceRoleRetType = SpaceRoleCreateResponse + type SpaceDeleteResponse struct + Message SpaceDeleteResponseGetMessageAttributeType + func NewSpaceDeleteResponse(message SpaceDeleteResponseGetMessageArgType) *SpaceDeleteResponse + func NewSpaceDeleteResponseWithDefaults() *SpaceDeleteResponse + func (o *SpaceDeleteResponse) GetMessage() (ret SpaceDeleteResponseGetMessageRetType) + func (o *SpaceDeleteResponse) GetMessageOk() (ret SpaceDeleteResponseGetMessageRetType, ok bool) + func (o *SpaceDeleteResponse) SetMessage(v SpaceDeleteResponseGetMessageRetType) + func (o SpaceDeleteResponse) ToMap() (map[string]interface{}, error) + type SpaceDeleteResponseGetMessageArgType = string + type SpaceDeleteResponseGetMessageAttributeType = *string + type SpaceDeleteResponseGetMessageRetType = string + type SpaceGetCreatedAtArgType = time.Time + type SpaceGetCreatedAtAttributeType = *time.Time + type SpaceGetCreatedAtRetType = time.Time + type SpaceGetGuidArgType = string + type SpaceGetGuidAttributeType = *string + type SpaceGetGuidRetType = string + type SpaceGetNameArgType = string + type SpaceGetNameAttributeType = *string + type SpaceGetNameRetType = string + type SpaceGetOrgIdArgType = string + type SpaceGetOrgIdAttributeType = *string + type SpaceGetOrgIdRetType = string + type SpaceGetPlatformIdArgType = string + type SpaceGetPlatformIdAttributeType = *string + type SpaceGetPlatformIdRetType = string + type SpaceGetProjectIdArgType = string + type SpaceGetProjectIdAttributeType = *string + type SpaceGetProjectIdRetType = string + type SpaceGetRegionArgType = string + type SpaceGetRegionAttributeType = *string + type SpaceGetRegionRetType = string + type SpaceGetUpdatedAtArgType = time.Time + type SpaceGetUpdatedAtAttributeType = *time.Time + type SpaceGetUpdatedAtRetType = time.Time + type SpaceRoleCreateBffRequest struct + Type SpaceRoleCreateBffRequestGetTypeAttributeType + func NewSpaceRoleCreateBffRequest(types SpaceRoleCreateBffRequestGetTypeArgType) *SpaceRoleCreateBffRequest + func NewSpaceRoleCreateBffRequestWithDefaults() *SpaceRoleCreateBffRequest + func (o *SpaceRoleCreateBffRequest) GetType() (ret SpaceRoleCreateBffRequestGetTypeRetType) + func (o *SpaceRoleCreateBffRequest) GetTypeOk() (ret SpaceRoleCreateBffRequestGetTypeRetType, ok bool) + func (o *SpaceRoleCreateBffRequest) SetType(v SpaceRoleCreateBffRequestGetTypeRetType) + func (o SpaceRoleCreateBffRequest) ToMap() (map[string]interface{}, error) + type SpaceRoleCreateBffRequestGetTypeArgType = SpaceRoleType + type SpaceRoleCreateBffRequestGetTypeAttributeType = *SpaceRoleType + type SpaceRoleCreateBffRequestGetTypeRetType = SpaceRoleType + type SpaceRoleCreateBffResponse struct + OrgRole SpaceRoleCreateBffResponseGetOrgRoleAttributeType + SpaceRole SpaceRoleCreateBffResponseGetSpaceRoleAttributeType + func NewSpaceRoleCreateBffResponse(spaceRole SpaceRoleCreateBffResponseGetSpaceRoleArgType) *SpaceRoleCreateBffResponse + func NewSpaceRoleCreateBffResponseWithDefaults() *SpaceRoleCreateBffResponse + func (o *SpaceRoleCreateBffResponse) GetOrgRole() (res SpaceRoleCreateBffResponseGetOrgRoleRetType) + func (o *SpaceRoleCreateBffResponse) GetOrgRoleOk() (ret SpaceRoleCreateBffResponseGetOrgRoleRetType, ok bool) + func (o *SpaceRoleCreateBffResponse) GetSpaceRole() (ret SpaceRoleCreateBffResponseGetSpaceRoleRetType) + func (o *SpaceRoleCreateBffResponse) GetSpaceRoleOk() (ret SpaceRoleCreateBffResponseGetSpaceRoleRetType, ok bool) + func (o *SpaceRoleCreateBffResponse) HasOrgRole() bool + func (o *SpaceRoleCreateBffResponse) SetOrgRole(v SpaceRoleCreateBffResponseGetOrgRoleRetType) + func (o *SpaceRoleCreateBffResponse) SetSpaceRole(v SpaceRoleCreateBffResponseGetSpaceRoleRetType) + func (o SpaceRoleCreateBffResponse) ToMap() (map[string]interface{}, error) + type SpaceRoleCreateBffResponseGetOrgRoleArgType = OrgRoleResponse + type SpaceRoleCreateBffResponseGetOrgRoleAttributeType = *OrgRoleResponse + type SpaceRoleCreateBffResponseGetOrgRoleRetType = OrgRoleResponse + type SpaceRoleCreateBffResponseGetSpaceRoleArgType = SpaceRoleCreateResponse + type SpaceRoleCreateBffResponseGetSpaceRoleAttributeType = *SpaceRoleCreateResponse + type SpaceRoleCreateBffResponseGetSpaceRoleRetType = SpaceRoleCreateResponse + type SpaceRoleCreateResponse struct + Guid SpaceRoleCreateResponseGetGuidAttributeType + OrgId SpaceRoleCreateResponseGetOrgIdAttributeType + PlatformId SpaceRoleCreateResponseGetPlatformIdAttributeType + ProjectId SpaceRoleCreateResponseGetProjectIdAttributeType + Region SpaceRoleCreateResponseGetRegionAttributeType + SpaceId SpaceRoleCreateResponseGetSpaceIdAttributeType + Type SpaceRoleCreateResponseGetTypeAttributeType + func NewSpaceRoleCreateResponse(guid SpaceRoleCreateResponseGetGuidArgType, ...) *SpaceRoleCreateResponse + func NewSpaceRoleCreateResponseWithDefaults() *SpaceRoleCreateResponse + func (o *SpaceRoleCreateResponse) GetGuid() (ret SpaceRoleCreateResponseGetGuidRetType) + func (o *SpaceRoleCreateResponse) GetGuidOk() (ret SpaceRoleCreateResponseGetGuidRetType, ok bool) + func (o *SpaceRoleCreateResponse) GetOrgId() (ret SpaceRoleCreateResponseGetOrgIdRetType) + func (o *SpaceRoleCreateResponse) GetOrgIdOk() (ret SpaceRoleCreateResponseGetOrgIdRetType, ok bool) + func (o *SpaceRoleCreateResponse) GetPlatformId() (ret SpaceRoleCreateResponseGetPlatformIdRetType) + func (o *SpaceRoleCreateResponse) GetPlatformIdOk() (ret SpaceRoleCreateResponseGetPlatformIdRetType, ok bool) + func (o *SpaceRoleCreateResponse) GetProjectId() (ret SpaceRoleCreateResponseGetProjectIdRetType) + func (o *SpaceRoleCreateResponse) GetProjectIdOk() (ret SpaceRoleCreateResponseGetProjectIdRetType, ok bool) + func (o *SpaceRoleCreateResponse) GetRegion() (ret SpaceRoleCreateResponseGetRegionRetType) + func (o *SpaceRoleCreateResponse) GetRegionOk() (ret SpaceRoleCreateResponseGetRegionRetType, ok bool) + func (o *SpaceRoleCreateResponse) GetSpaceId() (ret SpaceRoleCreateResponseGetSpaceIdRetType) + func (o *SpaceRoleCreateResponse) GetSpaceIdOk() (ret SpaceRoleCreateResponseGetSpaceIdRetType, ok bool) + func (o *SpaceRoleCreateResponse) GetType() (ret SpaceRoleCreateResponseGetTypeRetType) + func (o *SpaceRoleCreateResponse) GetTypeOk() (ret SpaceRoleCreateResponseGetTypeRetType, ok bool) + func (o *SpaceRoleCreateResponse) SetGuid(v SpaceRoleCreateResponseGetGuidRetType) + func (o *SpaceRoleCreateResponse) SetOrgId(v SpaceRoleCreateResponseGetOrgIdRetType) + func (o *SpaceRoleCreateResponse) SetPlatformId(v SpaceRoleCreateResponseGetPlatformIdRetType) + func (o *SpaceRoleCreateResponse) SetProjectId(v SpaceRoleCreateResponseGetProjectIdRetType) + func (o *SpaceRoleCreateResponse) SetRegion(v SpaceRoleCreateResponseGetRegionRetType) + func (o *SpaceRoleCreateResponse) SetSpaceId(v SpaceRoleCreateResponseGetSpaceIdRetType) + func (o *SpaceRoleCreateResponse) SetType(v SpaceRoleCreateResponseGetTypeRetType) + func (o SpaceRoleCreateResponse) ToMap() (map[string]interface{}, error) + type SpaceRoleCreateResponseGetGuidArgType = string + type SpaceRoleCreateResponseGetGuidAttributeType = *string + type SpaceRoleCreateResponseGetGuidRetType = string + type SpaceRoleCreateResponseGetOrgIdArgType = string + type SpaceRoleCreateResponseGetOrgIdAttributeType = *string + type SpaceRoleCreateResponseGetOrgIdRetType = string + type SpaceRoleCreateResponseGetPlatformIdArgType = string + type SpaceRoleCreateResponseGetPlatformIdAttributeType = *string + type SpaceRoleCreateResponseGetPlatformIdRetType = string + type SpaceRoleCreateResponseGetProjectIdArgType = string + type SpaceRoleCreateResponseGetProjectIdAttributeType = *string + type SpaceRoleCreateResponseGetProjectIdRetType = string + type SpaceRoleCreateResponseGetRegionArgType = string + type SpaceRoleCreateResponseGetRegionAttributeType = *string + type SpaceRoleCreateResponseGetRegionRetType = string + type SpaceRoleCreateResponseGetSpaceIdArgType = string + type SpaceRoleCreateResponseGetSpaceIdAttributeType = *string + type SpaceRoleCreateResponseGetSpaceIdRetType = string + type SpaceRoleCreateResponseGetTypeArgType = SpaceRoleType + type SpaceRoleCreateResponseGetTypeAttributeType = *SpaceRoleType + type SpaceRoleCreateResponseGetTypeRetType = SpaceRoleType + type SpaceRoleType string + const SPACEROLETYPE_AUDITOR + const SPACEROLETYPE_DEVELOPER + const SPACEROLETYPE_MANAGER + const SPACEROLETYPE_SUPPORTER + func NewSpaceRoleTypeFromValue(v string) (*SpaceRoleType, error) + func (v *SpaceRoleType) UnmarshalJSON(src []byte) error + func (v SpaceRoleType) IsValid() bool + func (v SpaceRoleType) Ptr() *SpaceRoleType + type SpacesList struct + Pagination SpacesListGetPaginationAttributeType + Resources SpacesListGetResourcesAttributeType + func NewSpacesList(pagination SpacesListGetPaginationArgType, ...) *SpacesList + func NewSpacesListWithDefaults() *SpacesList + func (o *SpacesList) GetPagination() (ret SpacesListGetPaginationRetType) + func (o *SpacesList) GetPaginationOk() (ret SpacesListGetPaginationRetType, ok bool) + func (o *SpacesList) GetResources() (ret SpacesListGetResourcesRetType) + func (o *SpacesList) GetResourcesOk() (ret SpacesListGetResourcesRetType, ok bool) + func (o *SpacesList) SetPagination(v SpacesListGetPaginationRetType) + func (o *SpacesList) SetResources(v SpacesListGetResourcesRetType) + func (o SpacesList) ToMap() (map[string]interface{}, error) + type SpacesListGetPaginationArgType = Pagination + type SpacesListGetPaginationAttributeType = *Pagination + type SpacesListGetPaginationRetType = Pagination + type SpacesListGetResourcesArgType = []Space + type SpacesListGetResourcesAttributeType = *[]Space + type SpacesListGetResourcesRetType = []Space + type UpdateOrganizationPayload struct + Name UpdateOrganizationPayloadGetNameAttributeType + Suspended UpdateOrganizationPayloadgetSuspendedAttributeType + func NewUpdateOrganizationPayload() *UpdateOrganizationPayload + func NewUpdateOrganizationPayloadWithDefaults() *UpdateOrganizationPayload + func (o *UpdateOrganizationPayload) GetName() (res UpdateOrganizationPayloadGetNameRetType) + func (o *UpdateOrganizationPayload) GetNameOk() (ret UpdateOrganizationPayloadGetNameRetType, ok bool) + func (o *UpdateOrganizationPayload) GetSuspended() (res UpdateOrganizationPayloadgetSuspendedRetType) + func (o *UpdateOrganizationPayload) GetSuspendedOk() (ret UpdateOrganizationPayloadgetSuspendedRetType, ok bool) + func (o *UpdateOrganizationPayload) HasName() bool + func (o *UpdateOrganizationPayload) HasSuspended() bool + func (o *UpdateOrganizationPayload) SetName(v UpdateOrganizationPayloadGetNameRetType) + func (o *UpdateOrganizationPayload) SetSuspended(v UpdateOrganizationPayloadgetSuspendedRetType) + func (o UpdateOrganizationPayload) ToMap() (map[string]interface{}, error) + type UpdateOrganizationPayloadGetNameArgType = string + type UpdateOrganizationPayloadGetNameAttributeType = *string + type UpdateOrganizationPayloadGetNameRetType = string + type UpdateOrganizationPayloadgetSuspendedArgType = bool + type UpdateOrganizationPayloadgetSuspendedAttributeType = *bool + type UpdateOrganizationPayloadgetSuspendedRetType = bool + type UpdateOrganizationRequest struct + func (r UpdateOrganizationRequest) Execute() (*Organization, error) + func (r UpdateOrganizationRequest) UpdateOrganizationPayload(updateOrganizationPayload UpdateOrganizationPayload) ApiUpdateOrganizationRequest + type UpdateSpacePayload struct + Name UpdateSpacePayloadGetNameAttributeType + func NewUpdateSpacePayload(name UpdateSpacePayloadGetNameArgType) *UpdateSpacePayload + func NewUpdateSpacePayloadWithDefaults() *UpdateSpacePayload + func (o *UpdateSpacePayload) GetName() (ret UpdateSpacePayloadGetNameRetType) + func (o *UpdateSpacePayload) GetNameOk() (ret UpdateSpacePayloadGetNameRetType, ok bool) + func (o *UpdateSpacePayload) SetName(v UpdateSpacePayloadGetNameRetType) + func (o UpdateSpacePayload) ToMap() (map[string]interface{}, error) + type UpdateSpacePayloadGetNameArgType = string + type UpdateSpacePayloadGetNameAttributeType = *string + type UpdateSpacePayloadGetNameRetType = string + type UpdateSpaceRequest struct + func (r UpdateSpaceRequest) Execute() (*Space, error) + func (r UpdateSpaceRequest) UpdateSpacePayload(updateSpacePayload UpdateSpacePayload) ApiUpdateSpaceRequest + type UsageSummary struct + Domains UsageSummaryGetDomainsAttributeType + MemoryInMb UsageSummaryGetMemoryInMbAttributeType + PerAppTasks UsageSummaryGetPerAppTasksAttributeType + ReservedPorts UsageSummaryGetReservedPortsAttributeType + Routes UsageSummaryGetRoutesAttributeType + ServiceInstances UsageSummaryGetServiceInstancesAttributeType + ServiceKeys UsageSummaryGetServiceKeysAttributeType + StartedInstances UsageSummaryGetStartedInstancesAttributeType + func NewUsageSummary(domains UsageSummaryGetDomainsArgType, ...) *UsageSummary + func NewUsageSummaryWithDefaults() *UsageSummary + func (o *UsageSummary) GetDomains() (ret UsageSummaryGetDomainsRetType) + func (o *UsageSummary) GetDomainsOk() (ret UsageSummaryGetDomainsRetType, ok bool) + func (o *UsageSummary) GetMemoryInMb() (ret UsageSummaryGetMemoryInMbRetType) + func (o *UsageSummary) GetMemoryInMbOk() (ret UsageSummaryGetMemoryInMbRetType, ok bool) + func (o *UsageSummary) GetPerAppTasks() (ret UsageSummaryGetPerAppTasksRetType) + func (o *UsageSummary) GetPerAppTasksOk() (ret UsageSummaryGetPerAppTasksRetType, ok bool) + func (o *UsageSummary) GetReservedPorts() (ret UsageSummaryGetReservedPortsRetType) + func (o *UsageSummary) GetReservedPortsOk() (ret UsageSummaryGetReservedPortsRetType, ok bool) + func (o *UsageSummary) GetRoutes() (ret UsageSummaryGetRoutesRetType) + func (o *UsageSummary) GetRoutesOk() (ret UsageSummaryGetRoutesRetType, ok bool) + func (o *UsageSummary) GetServiceInstances() (ret UsageSummaryGetServiceInstancesRetType) + func (o *UsageSummary) GetServiceInstancesOk() (ret UsageSummaryGetServiceInstancesRetType, ok bool) + func (o *UsageSummary) GetServiceKeys() (ret UsageSummaryGetServiceKeysRetType) + func (o *UsageSummary) GetServiceKeysOk() (ret UsageSummaryGetServiceKeysRetType, ok bool) + func (o *UsageSummary) GetStartedInstances() (ret UsageSummaryGetStartedInstancesRetType) + func (o *UsageSummary) GetStartedInstancesOk() (ret UsageSummaryGetStartedInstancesRetType, ok bool) + func (o *UsageSummary) SetDomains(v UsageSummaryGetDomainsRetType) + func (o *UsageSummary) SetMemoryInMb(v UsageSummaryGetMemoryInMbRetType) + func (o *UsageSummary) SetPerAppTasks(v UsageSummaryGetPerAppTasksRetType) + func (o *UsageSummary) SetReservedPorts(v UsageSummaryGetReservedPortsRetType) + func (o *UsageSummary) SetRoutes(v UsageSummaryGetRoutesRetType) + func (o *UsageSummary) SetServiceInstances(v UsageSummaryGetServiceInstancesRetType) + func (o *UsageSummary) SetServiceKeys(v UsageSummaryGetServiceKeysRetType) + func (o *UsageSummary) SetStartedInstances(v UsageSummaryGetStartedInstancesRetType) + func (o UsageSummary) ToMap() (map[string]interface{}, error) + type UsageSummaryGetDomainsArgType = int64 + type UsageSummaryGetDomainsAttributeType = *int64 + type UsageSummaryGetDomainsRetType = int64 + type UsageSummaryGetMemoryInMbArgType = int64 + type UsageSummaryGetMemoryInMbAttributeType = *int64 + type UsageSummaryGetMemoryInMbRetType = int64 + type UsageSummaryGetPerAppTasksArgType = int64 + type UsageSummaryGetPerAppTasksAttributeType = *int64 + type UsageSummaryGetPerAppTasksRetType = int64 + type UsageSummaryGetReservedPortsArgType = int64 + type UsageSummaryGetReservedPortsAttributeType = *int64 + type UsageSummaryGetReservedPortsRetType = int64 + type UsageSummaryGetRoutesArgType = int64 + type UsageSummaryGetRoutesAttributeType = *int64 + type UsageSummaryGetRoutesRetType = int64 + type UsageSummaryGetServiceInstancesArgType = int64 + type UsageSummaryGetServiceInstancesAttributeType = *int64 + type UsageSummaryGetServiceInstancesRetType = int64 + type UsageSummaryGetServiceKeysArgType = int64 + type UsageSummaryGetServiceKeysAttributeType = *int64 + type UsageSummaryGetServiceKeysRetType = int64 + type UsageSummaryGetStartedInstancesArgType = int64 + type UsageSummaryGetStartedInstancesAttributeType = *int64 + type UsageSummaryGetStartedInstancesRetType = int64