Versions in this module Expand all Collapse all v0 v0.5.0 Mar 10, 2026 Changes in this version + var AllowedOrgRoleTypeEnumValues = []OrgRoleType + var AllowedSpaceRoleTypeEnumValues = []SpaceRoleType + var JsonCheck = regexp.MustCompile(`(?i:(?:application|text)/(?:[^;]+\+)?json)`) + var XmlCheck = regexp.MustCompile(`(?i:(?:application|text)/(?:[^;]+\+)?xml)`) + func CacheExpires(r *http.Response) time.Time + func IsNil(i interface{}) bool + func NewConfiguration() *config.Configuration + 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 + DefaultAPI DefaultAPI + func NewAPIClient(opts ...config.ConfigurationOption) (*APIClient, error) + func (c *APIClient) GetConfig() *config.Configuration + type APIResponse struct + Message string + Method string + Operation string + Payload []byte + RequestURL string + func NewAPIResponse(r *http.Response) *APIResponse + func NewAPIResponseWithError(errorMessage string) *APIResponse + type ApiApplyOrganizationQuotaRequest struct + ApiService DefaultAPI + func (r ApiApplyOrganizationQuotaRequest) ApplyOrganizationQuotaPayload(applyOrganizationQuotaPayload ApplyOrganizationQuotaPayload) ApiApplyOrganizationQuotaRequest + func (r ApiApplyOrganizationQuotaRequest) Execute() (*OrganizationQuota, error) + type ApiCreateOrgManagerRequest struct + ApiService DefaultAPI + func (r ApiCreateOrgManagerRequest) Execute() (*OrgManagerResponse, error) + type ApiCreateOrgRoleRequest struct + ApiService DefaultAPI + func (r ApiCreateOrgRoleRequest) CreateOrgRolePayload(createOrgRolePayload CreateOrgRolePayload) ApiCreateOrgRoleRequest + func (r ApiCreateOrgRoleRequest) Execute() (*OrgRoleResponse, error) + type ApiCreateOrganizationRequest struct + ApiService DefaultAPI + func (r ApiCreateOrganizationRequest) CreateOrganizationPayload(createOrganizationPayload CreateOrganizationPayload) ApiCreateOrganizationRequest + func (r ApiCreateOrganizationRequest) Execute() (*OrganizationCreateResponse, error) + type ApiCreateSpaceRequest struct + ApiService DefaultAPI + func (r ApiCreateSpaceRequest) CreateSpacePayload(createSpacePayload CreateSpacePayload) ApiCreateSpaceRequest + func (r ApiCreateSpaceRequest) Execute() (*Space, error) + type ApiCreateSpaceRoleRequest struct + ApiService DefaultAPI + func (r ApiCreateSpaceRoleRequest) CreateSpaceRolePayload(createSpaceRolePayload CreateSpaceRolePayload) ApiCreateSpaceRoleRequest + func (r ApiCreateSpaceRoleRequest) Execute() (*SpaceRoleCreateResponse, error) + type ApiDeleteOrgManagerRequest struct + ApiService DefaultAPI + func (r ApiDeleteOrgManagerRequest) Execute() (*OrgManagerDeleteResponse, error) + type ApiDeleteOrganizationRequest struct + ApiService DefaultAPI + func (r ApiDeleteOrganizationRequest) Execute() (*OrganizationDeleteResponse, error) + type ApiDeleteSpaceRequest struct + ApiService DefaultAPI + func (r ApiDeleteSpaceRequest) Execute() (*SpaceDeleteResponse, error) + type ApiGetOrgManagerRequest struct + ApiService DefaultAPI + func (r ApiGetOrgManagerRequest) Execute() (*OrgManager, error) + type ApiGetOrganizationQuotaRequest struct + ApiService DefaultAPI + func (r ApiGetOrganizationQuotaRequest) Execute() (*Quota, error) + type ApiGetOrganizationRequest struct + ApiService DefaultAPI + func (r ApiGetOrganizationRequest) Execute() (*Organization, error) + type ApiGetOrganizationUsageSummaryRequest struct + ApiService DefaultAPI + func (r ApiGetOrganizationUsageSummaryRequest) Execute() (*OrganizationUsageSummary, error) + type ApiGetPlatformQuotaRequest struct + ApiService DefaultAPI + func (r ApiGetPlatformQuotaRequest) Execute() (*Quota, error) + type ApiGetPlatformRequest struct + ApiService DefaultAPI + func (r ApiGetPlatformRequest) Execute() (*Platforms, error) + type ApiGetSpaceRequest struct + ApiService DefaultAPI + func (r ApiGetSpaceRequest) Execute() (*Space, error) + type ApiListOrganizationQuotasRequest struct + ApiService DefaultAPI + func (r ApiListOrganizationQuotasRequest) Execute() ([]Quota, error) + type ApiListOrganizationsRequest struct + ApiService DefaultAPI + func (r ApiListOrganizationsRequest) Execute() (*OrganizationsList, error) + func (r ApiListOrganizationsRequest) OrderBy(orderBy string) ApiListOrganizationsRequest + func (r ApiListOrganizationsRequest) Page(page int64) ApiListOrganizationsRequest + func (r ApiListOrganizationsRequest) PerPage(perPage int64) ApiListOrganizationsRequest + func (r ApiListOrganizationsRequest) WithDetails(withDetails bool) ApiListOrganizationsRequest + type ApiListPlatformQuotasRequest struct + ApiService DefaultAPI + func (r ApiListPlatformQuotasRequest) Execute() ([]Quota, error) + type ApiListPlatformsRequest struct + ApiService DefaultAPI + func (r ApiListPlatformsRequest) Execute() (*PlatformList, error) + func (r ApiListPlatformsRequest) Page(page int64) ApiListPlatformsRequest + func (r ApiListPlatformsRequest) PerPage(perPage int64) ApiListPlatformsRequest + type ApiListSpacesRequest struct + ApiService DefaultAPI + func (r ApiListSpacesRequest) Execute() (*SpacesList, error) + func (r ApiListSpacesRequest) Page(page int64) ApiListSpacesRequest + func (r ApiListSpacesRequest) PerPage(perPage int64) ApiListSpacesRequest + type ApiUpdateOrganizationRequest struct + ApiService DefaultAPI + func (r ApiUpdateOrganizationRequest) Execute() (*Organization, error) + func (r ApiUpdateOrganizationRequest) UpdateOrganizationPayload(updateOrganizationPayload UpdateOrganizationPayload) ApiUpdateOrganizationRequest + type ApiUpdateSpaceRequest struct + ApiService DefaultAPI + func (r ApiUpdateSpaceRequest) Execute() (*Space, error) + func (r ApiUpdateSpaceRequest) UpdateSpacePayload(updateSpacePayload UpdateSpacePayload) ApiUpdateSpaceRequest + type ApplyOrganizationQuotaPayload struct + QuotaId string + func NewApplyOrganizationQuotaPayload(quotaId string) *ApplyOrganizationQuotaPayload + func NewApplyOrganizationQuotaPayloadWithDefaults() *ApplyOrganizationQuotaPayload + func (o *ApplyOrganizationQuotaPayload) GetQuotaId() string + func (o *ApplyOrganizationQuotaPayload) GetQuotaIdOk() (*string, bool) + func (o *ApplyOrganizationQuotaPayload) SetQuotaId(v string) + func (o *ApplyOrganizationQuotaPayload) UnmarshalJSON(data []byte) (err error) + func (o ApplyOrganizationQuotaPayload) MarshalJSON() ([]byte, error) + func (o ApplyOrganizationQuotaPayload) ToMap() (map[string]interface{}, error) + type CreateOrgRolePayload struct + Type OrgRoleType + UserGuid *string + UserName *string + func NewCreateOrgRolePayload(types OrgRoleType) *CreateOrgRolePayload + func NewCreateOrgRolePayloadWithDefaults() *CreateOrgRolePayload + func (o *CreateOrgRolePayload) GetType() OrgRoleType + func (o *CreateOrgRolePayload) GetTypeOk() (*OrgRoleType, bool) + func (o *CreateOrgRolePayload) GetUserGuid() string + func (o *CreateOrgRolePayload) GetUserGuidOk() (*string, bool) + func (o *CreateOrgRolePayload) GetUserName() string + func (o *CreateOrgRolePayload) GetUserNameOk() (*string, bool) + func (o *CreateOrgRolePayload) HasUserGuid() bool + func (o *CreateOrgRolePayload) HasUserName() bool + func (o *CreateOrgRolePayload) SetType(v OrgRoleType) + func (o *CreateOrgRolePayload) SetUserGuid(v string) + func (o *CreateOrgRolePayload) SetUserName(v string) + func (o *CreateOrgRolePayload) UnmarshalJSON(data []byte) (err error) + func (o CreateOrgRolePayload) MarshalJSON() ([]byte, error) + func (o CreateOrgRolePayload) ToMap() (map[string]interface{}, error) + type CreateOrganizationPayload struct + Name string + PlatformId *string + func NewCreateOrganizationPayload(name string) *CreateOrganizationPayload + func NewCreateOrganizationPayloadWithDefaults() *CreateOrganizationPayload + func (o *CreateOrganizationPayload) GetName() string + func (o *CreateOrganizationPayload) GetNameOk() (*string, bool) + func (o *CreateOrganizationPayload) GetPlatformId() string + func (o *CreateOrganizationPayload) GetPlatformIdOk() (*string, bool) + func (o *CreateOrganizationPayload) HasPlatformId() bool + func (o *CreateOrganizationPayload) SetName(v string) + func (o *CreateOrganizationPayload) SetPlatformId(v string) + func (o *CreateOrganizationPayload) UnmarshalJSON(data []byte) (err error) + func (o CreateOrganizationPayload) MarshalJSON() ([]byte, error) + func (o CreateOrganizationPayload) ToMap() (map[string]interface{}, error) + type CreateSpacePayload struct + Name string + func NewCreateSpacePayload(name string) *CreateSpacePayload + func NewCreateSpacePayloadWithDefaults() *CreateSpacePayload + func (o *CreateSpacePayload) GetName() string + func (o *CreateSpacePayload) GetNameOk() (*string, bool) + func (o *CreateSpacePayload) SetName(v string) + func (o *CreateSpacePayload) UnmarshalJSON(data []byte) (err error) + func (o CreateSpacePayload) MarshalJSON() ([]byte, error) + func (o CreateSpacePayload) ToMap() (map[string]interface{}, error) + type CreateSpaceRolePayload struct + Type SpaceRoleType + UserGuid *string + UserName *string + func NewCreateSpaceRolePayload(types SpaceRoleType) *CreateSpaceRolePayload + func NewCreateSpaceRolePayloadWithDefaults() *CreateSpaceRolePayload + func (o *CreateSpaceRolePayload) GetType() SpaceRoleType + func (o *CreateSpaceRolePayload) GetTypeOk() (*SpaceRoleType, bool) + func (o *CreateSpaceRolePayload) GetUserGuid() string + func (o *CreateSpaceRolePayload) GetUserGuidOk() (*string, bool) + func (o *CreateSpaceRolePayload) GetUserName() string + func (o *CreateSpaceRolePayload) GetUserNameOk() (*string, bool) + func (o *CreateSpaceRolePayload) HasUserGuid() bool + func (o *CreateSpaceRolePayload) HasUserName() bool + func (o *CreateSpaceRolePayload) SetType(v SpaceRoleType) + func (o *CreateSpaceRolePayload) SetUserGuid(v string) + func (o *CreateSpaceRolePayload) SetUserName(v string) + func (o *CreateSpaceRolePayload) UnmarshalJSON(data []byte) (err error) + func (o CreateSpaceRolePayload) MarshalJSON() ([]byte, error) + func (o CreateSpaceRolePayload) ToMap() (map[string]interface{}, error) + type DefaultAPI interface + ApplyOrganizationQuota func(ctx context.Context, projectId string, region string, organizationId string) ApiApplyOrganizationQuotaRequest + ApplyOrganizationQuotaExecute func(r ApiApplyOrganizationQuotaRequest) (*OrganizationQuota, error) + CreateOrgManager func(ctx context.Context, projectId string, region string, organizationId string) ApiCreateOrgManagerRequest + CreateOrgManagerExecute func(r ApiCreateOrgManagerRequest) (*OrgManagerResponse, error) + CreateOrgRole func(ctx context.Context, projectId string, region string, organizationId string) ApiCreateOrgRoleRequest + CreateOrgRoleExecute func(r ApiCreateOrgRoleRequest) (*OrgRoleResponse, error) + CreateOrganization func(ctx context.Context, projectId string, region string) ApiCreateOrganizationRequest + CreateOrganizationExecute func(r ApiCreateOrganizationRequest) (*OrganizationCreateResponse, error) + CreateSpace func(ctx context.Context, projectId string, region string, organizationId string) ApiCreateSpaceRequest + CreateSpaceExecute func(r ApiCreateSpaceRequest) (*Space, error) + CreateSpaceRole func(ctx context.Context, projectId string, region string, organizationId string, ...) ApiCreateSpaceRoleRequest + CreateSpaceRoleExecute func(r ApiCreateSpaceRoleRequest) (*SpaceRoleCreateResponse, error) + DeleteOrgManager func(ctx context.Context, projectId string, region string, organizationId string) ApiDeleteOrgManagerRequest + DeleteOrgManagerExecute func(r ApiDeleteOrgManagerRequest) (*OrgManagerDeleteResponse, error) + DeleteOrganization func(ctx context.Context, projectId string, region string, organizationId string) ApiDeleteOrganizationRequest + DeleteOrganizationExecute func(r ApiDeleteOrganizationRequest) (*OrganizationDeleteResponse, error) + DeleteSpace func(ctx context.Context, projectId string, region string, organizationId string, ...) ApiDeleteSpaceRequest + DeleteSpaceExecute func(r ApiDeleteSpaceRequest) (*SpaceDeleteResponse, error) + GetOrgManager func(ctx context.Context, projectId string, region string, organizationId string) ApiGetOrgManagerRequest + GetOrgManagerExecute func(r ApiGetOrgManagerRequest) (*OrgManager, error) + GetOrganization func(ctx context.Context, projectId string, region string, organizationId string) ApiGetOrganizationRequest + GetOrganizationExecute func(r ApiGetOrganizationRequest) (*Organization, error) + GetOrganizationQuota func(ctx context.Context, projectId string, region string, organizationId string, ...) ApiGetOrganizationQuotaRequest + GetOrganizationQuotaExecute func(r ApiGetOrganizationQuotaRequest) (*Quota, error) + GetOrganizationUsageSummary func(ctx context.Context, projectId string, region string, organizationId string) ApiGetOrganizationUsageSummaryRequest + GetOrganizationUsageSummaryExecute func(r ApiGetOrganizationUsageSummaryRequest) (*OrganizationUsageSummary, error) + GetPlatform func(ctx context.Context, projectId string, region string, platformId string) ApiGetPlatformRequest + GetPlatformExecute func(r ApiGetPlatformRequest) (*Platforms, error) + GetPlatformQuota func(ctx context.Context, projectId string, region string, platformId string, ...) ApiGetPlatformQuotaRequest + GetPlatformQuotaExecute func(r ApiGetPlatformQuotaRequest) (*Quota, error) + GetSpace func(ctx context.Context, projectId string, region string, organizationId string, ...) ApiGetSpaceRequest + GetSpaceExecute func(r ApiGetSpaceRequest) (*Space, error) + ListOrganizationQuotas func(ctx context.Context, projectId string, region string, organizationId string) ApiListOrganizationQuotasRequest + ListOrganizationQuotasExecute func(r ApiListOrganizationQuotasRequest) ([]Quota, error) + ListOrganizations func(ctx context.Context, projectId string, region string) ApiListOrganizationsRequest + ListOrganizationsExecute func(r ApiListOrganizationsRequest) (*OrganizationsList, error) + ListPlatformQuotas func(ctx context.Context, projectId string, region string, platformId string) ApiListPlatformQuotasRequest + ListPlatformQuotasExecute func(r ApiListPlatformQuotasRequest) ([]Quota, error) + ListPlatforms func(ctx context.Context, projectId string, region string) ApiListPlatformsRequest + ListPlatformsExecute func(r ApiListPlatformsRequest) (*PlatformList, error) + ListSpaces func(ctx context.Context, projectId string, region string, organizationId string) ApiListSpacesRequest + ListSpacesExecute func(r ApiListSpacesRequest) (*SpacesList, error) + UpdateOrganization func(ctx context.Context, projectId string, region string, organizationId string) ApiUpdateOrganizationRequest + UpdateOrganizationExecute func(r ApiUpdateOrganizationRequest) (*Organization, error) + UpdateSpace func(ctx context.Context, projectId string, region string, organizationId string, ...) ApiUpdateSpaceRequest + UpdateSpaceExecute func(r ApiUpdateSpaceRequest) (*Space, error) + type DefaultAPIService service + func (a *DefaultAPIService) ApplyOrganizationQuota(ctx context.Context, projectId string, region string, organizationId string) ApiApplyOrganizationQuotaRequest + func (a *DefaultAPIService) ApplyOrganizationQuotaExecute(r ApiApplyOrganizationQuotaRequest) (*OrganizationQuota, error) + func (a *DefaultAPIService) CreateOrgManager(ctx context.Context, projectId string, region string, organizationId string) ApiCreateOrgManagerRequest + func (a *DefaultAPIService) CreateOrgManagerExecute(r ApiCreateOrgManagerRequest) (*OrgManagerResponse, error) + func (a *DefaultAPIService) CreateOrgRole(ctx context.Context, projectId string, region string, organizationId string) ApiCreateOrgRoleRequest + func (a *DefaultAPIService) CreateOrgRoleExecute(r ApiCreateOrgRoleRequest) (*OrgRoleResponse, error) + func (a *DefaultAPIService) CreateOrganization(ctx context.Context, projectId string, region string) ApiCreateOrganizationRequest + func (a *DefaultAPIService) CreateOrganizationExecute(r ApiCreateOrganizationRequest) (*OrganizationCreateResponse, error) + func (a *DefaultAPIService) CreateSpace(ctx context.Context, projectId string, region string, organizationId string) ApiCreateSpaceRequest + func (a *DefaultAPIService) CreateSpaceExecute(r ApiCreateSpaceRequest) (*Space, error) + func (a *DefaultAPIService) CreateSpaceRole(ctx context.Context, projectId string, region string, organizationId string, ...) ApiCreateSpaceRoleRequest + func (a *DefaultAPIService) CreateSpaceRoleExecute(r ApiCreateSpaceRoleRequest) (*SpaceRoleCreateResponse, error) + func (a *DefaultAPIService) DeleteOrgManager(ctx context.Context, projectId string, region string, organizationId string) ApiDeleteOrgManagerRequest + func (a *DefaultAPIService) DeleteOrgManagerExecute(r ApiDeleteOrgManagerRequest) (*OrgManagerDeleteResponse, error) + func (a *DefaultAPIService) DeleteOrganization(ctx context.Context, projectId string, region string, organizationId string) ApiDeleteOrganizationRequest + func (a *DefaultAPIService) DeleteOrganizationExecute(r ApiDeleteOrganizationRequest) (*OrganizationDeleteResponse, error) + func (a *DefaultAPIService) DeleteSpace(ctx context.Context, projectId string, region string, organizationId string, ...) ApiDeleteSpaceRequest + func (a *DefaultAPIService) DeleteSpaceExecute(r ApiDeleteSpaceRequest) (*SpaceDeleteResponse, error) + func (a *DefaultAPIService) GetOrgManager(ctx context.Context, projectId string, region string, organizationId string) ApiGetOrgManagerRequest + func (a *DefaultAPIService) GetOrgManagerExecute(r ApiGetOrgManagerRequest) (*OrgManager, error) + func (a *DefaultAPIService) GetOrganization(ctx context.Context, projectId string, region string, organizationId string) ApiGetOrganizationRequest + func (a *DefaultAPIService) GetOrganizationExecute(r ApiGetOrganizationRequest) (*Organization, error) + func (a *DefaultAPIService) GetOrganizationQuota(ctx context.Context, projectId string, region string, organizationId string, ...) ApiGetOrganizationQuotaRequest + func (a *DefaultAPIService) GetOrganizationQuotaExecute(r ApiGetOrganizationQuotaRequest) (*Quota, error) + func (a *DefaultAPIService) GetOrganizationUsageSummary(ctx context.Context, projectId string, region string, organizationId string) ApiGetOrganizationUsageSummaryRequest + func (a *DefaultAPIService) GetOrganizationUsageSummaryExecute(r ApiGetOrganizationUsageSummaryRequest) (*OrganizationUsageSummary, error) + func (a *DefaultAPIService) GetPlatform(ctx context.Context, projectId string, region string, platformId string) ApiGetPlatformRequest + func (a *DefaultAPIService) GetPlatformExecute(r ApiGetPlatformRequest) (*Platforms, error) + func (a *DefaultAPIService) GetPlatformQuota(ctx context.Context, projectId string, region string, platformId string, ...) ApiGetPlatformQuotaRequest + func (a *DefaultAPIService) GetPlatformQuotaExecute(r ApiGetPlatformQuotaRequest) (*Quota, error) + func (a *DefaultAPIService) GetSpace(ctx context.Context, projectId string, region string, organizationId string, ...) ApiGetSpaceRequest + func (a *DefaultAPIService) GetSpaceExecute(r ApiGetSpaceRequest) (*Space, error) + func (a *DefaultAPIService) ListOrganizationQuotas(ctx context.Context, projectId string, region string, organizationId string) ApiListOrganizationQuotasRequest + func (a *DefaultAPIService) ListOrganizationQuotasExecute(r ApiListOrganizationQuotasRequest) ([]Quota, error) + func (a *DefaultAPIService) ListOrganizations(ctx context.Context, projectId string, region string) ApiListOrganizationsRequest + func (a *DefaultAPIService) ListOrganizationsExecute(r ApiListOrganizationsRequest) (*OrganizationsList, error) + func (a *DefaultAPIService) ListPlatformQuotas(ctx context.Context, projectId string, region string, platformId string) ApiListPlatformQuotasRequest + func (a *DefaultAPIService) ListPlatformQuotasExecute(r ApiListPlatformQuotasRequest) ([]Quota, error) + func (a *DefaultAPIService) ListPlatforms(ctx context.Context, projectId string, region string) ApiListPlatformsRequest + func (a *DefaultAPIService) ListPlatformsExecute(r ApiListPlatformsRequest) (*PlatformList, error) + func (a *DefaultAPIService) ListSpaces(ctx context.Context, projectId string, region string, organizationId string) ApiListSpacesRequest + func (a *DefaultAPIService) ListSpacesExecute(r ApiListSpacesRequest) (*SpacesList, error) + func (a *DefaultAPIService) UpdateOrganization(ctx context.Context, projectId string, region string, organizationId string) ApiUpdateOrganizationRequest + func (a *DefaultAPIService) UpdateOrganizationExecute(r ApiUpdateOrganizationRequest) (*Organization, error) + func (a *DefaultAPIService) UpdateSpace(ctx context.Context, projectId string, region string, organizationId string, ...) ApiUpdateSpaceRequest + func (a *DefaultAPIService) UpdateSpaceExecute(r ApiUpdateSpaceRequest) (*Space, error) + type DefaultAPIServiceMock struct + ApplyOrganizationQuotaExecuteMock *func(r ApiApplyOrganizationQuotaRequest) (*OrganizationQuota, error) + CreateOrgManagerExecuteMock *func(r ApiCreateOrgManagerRequest) (*OrgManagerResponse, error) + CreateOrgRoleExecuteMock *func(r ApiCreateOrgRoleRequest) (*OrgRoleResponse, error) + CreateOrganizationExecuteMock *func(r ApiCreateOrganizationRequest) (*OrganizationCreateResponse, error) + CreateSpaceExecuteMock *func(r ApiCreateSpaceRequest) (*Space, error) + CreateSpaceRoleExecuteMock *func(r ApiCreateSpaceRoleRequest) (*SpaceRoleCreateResponse, error) + DeleteOrgManagerExecuteMock *func(r ApiDeleteOrgManagerRequest) (*OrgManagerDeleteResponse, error) + DeleteOrganizationExecuteMock *func(r ApiDeleteOrganizationRequest) (*OrganizationDeleteResponse, error) + DeleteSpaceExecuteMock *func(r ApiDeleteSpaceRequest) (*SpaceDeleteResponse, error) + GetOrgManagerExecuteMock *func(r ApiGetOrgManagerRequest) (*OrgManager, error) + GetOrganizationExecuteMock *func(r ApiGetOrganizationRequest) (*Organization, error) + GetOrganizationQuotaExecuteMock *func(r ApiGetOrganizationQuotaRequest) (*Quota, error) + GetOrganizationUsageSummaryExecuteMock *func(r ApiGetOrganizationUsageSummaryRequest) (*OrganizationUsageSummary, error) + GetPlatformExecuteMock *func(r ApiGetPlatformRequest) (*Platforms, error) + GetPlatformQuotaExecuteMock *func(r ApiGetPlatformQuotaRequest) (*Quota, error) + GetSpaceExecuteMock *func(r ApiGetSpaceRequest) (*Space, error) + ListOrganizationQuotasExecuteMock *func(r ApiListOrganizationQuotasRequest) ([]Quota, error) + ListOrganizationsExecuteMock *func(r ApiListOrganizationsRequest) (*OrganizationsList, error) + ListPlatformQuotasExecuteMock *func(r ApiListPlatformQuotasRequest) ([]Quota, error) + ListPlatformsExecuteMock *func(r ApiListPlatformsRequest) (*PlatformList, error) + ListSpacesExecuteMock *func(r ApiListSpacesRequest) (*SpacesList, error) + UpdateOrganizationExecuteMock *func(r ApiUpdateOrganizationRequest) (*Organization, error) + UpdateSpaceExecuteMock *func(r ApiUpdateSpaceRequest) (*Space, error) + func (a DefaultAPIServiceMock) ApplyOrganizationQuota(ctx context.Context, projectId string, region string, organizationId string) ApiApplyOrganizationQuotaRequest + func (a DefaultAPIServiceMock) ApplyOrganizationQuotaExecute(r ApiApplyOrganizationQuotaRequest) (*OrganizationQuota, error) + func (a DefaultAPIServiceMock) CreateOrgManager(ctx context.Context, projectId string, region string, organizationId string) ApiCreateOrgManagerRequest + func (a DefaultAPIServiceMock) CreateOrgManagerExecute(r ApiCreateOrgManagerRequest) (*OrgManagerResponse, error) + func (a DefaultAPIServiceMock) CreateOrgRole(ctx context.Context, projectId string, region string, organizationId string) ApiCreateOrgRoleRequest + func (a DefaultAPIServiceMock) CreateOrgRoleExecute(r ApiCreateOrgRoleRequest) (*OrgRoleResponse, error) + func (a DefaultAPIServiceMock) CreateOrganization(ctx context.Context, projectId string, region string) ApiCreateOrganizationRequest + func (a DefaultAPIServiceMock) CreateOrganizationExecute(r ApiCreateOrganizationRequest) (*OrganizationCreateResponse, error) + func (a DefaultAPIServiceMock) CreateSpace(ctx context.Context, projectId string, region string, organizationId string) ApiCreateSpaceRequest + func (a DefaultAPIServiceMock) CreateSpaceExecute(r ApiCreateSpaceRequest) (*Space, error) + func (a DefaultAPIServiceMock) CreateSpaceRole(ctx context.Context, projectId string, region string, organizationId string, ...) ApiCreateSpaceRoleRequest + func (a DefaultAPIServiceMock) CreateSpaceRoleExecute(r ApiCreateSpaceRoleRequest) (*SpaceRoleCreateResponse, error) + func (a DefaultAPIServiceMock) DeleteOrgManager(ctx context.Context, projectId string, region string, organizationId string) ApiDeleteOrgManagerRequest + func (a DefaultAPIServiceMock) DeleteOrgManagerExecute(r ApiDeleteOrgManagerRequest) (*OrgManagerDeleteResponse, error) + func (a DefaultAPIServiceMock) DeleteOrganization(ctx context.Context, projectId string, region string, organizationId string) ApiDeleteOrganizationRequest + func (a DefaultAPIServiceMock) DeleteOrganizationExecute(r ApiDeleteOrganizationRequest) (*OrganizationDeleteResponse, error) + func (a DefaultAPIServiceMock) DeleteSpace(ctx context.Context, projectId string, region string, organizationId string, ...) ApiDeleteSpaceRequest + func (a DefaultAPIServiceMock) DeleteSpaceExecute(r ApiDeleteSpaceRequest) (*SpaceDeleteResponse, error) + func (a DefaultAPIServiceMock) GetOrgManager(ctx context.Context, projectId string, region string, organizationId string) ApiGetOrgManagerRequest + func (a DefaultAPIServiceMock) GetOrgManagerExecute(r ApiGetOrgManagerRequest) (*OrgManager, error) + func (a DefaultAPIServiceMock) GetOrganization(ctx context.Context, projectId string, region string, organizationId string) ApiGetOrganizationRequest + func (a DefaultAPIServiceMock) GetOrganizationExecute(r ApiGetOrganizationRequest) (*Organization, error) + func (a DefaultAPIServiceMock) GetOrganizationQuota(ctx context.Context, projectId string, region string, organizationId string, ...) ApiGetOrganizationQuotaRequest + func (a DefaultAPIServiceMock) GetOrganizationQuotaExecute(r ApiGetOrganizationQuotaRequest) (*Quota, error) + func (a DefaultAPIServiceMock) GetOrganizationUsageSummary(ctx context.Context, projectId string, region string, organizationId string) ApiGetOrganizationUsageSummaryRequest + func (a DefaultAPIServiceMock) GetOrganizationUsageSummaryExecute(r ApiGetOrganizationUsageSummaryRequest) (*OrganizationUsageSummary, error) + func (a DefaultAPIServiceMock) GetPlatform(ctx context.Context, projectId string, region string, platformId string) ApiGetPlatformRequest + func (a DefaultAPIServiceMock) GetPlatformExecute(r ApiGetPlatformRequest) (*Platforms, error) + func (a DefaultAPIServiceMock) GetPlatformQuota(ctx context.Context, projectId string, region string, platformId string, ...) ApiGetPlatformQuotaRequest + func (a DefaultAPIServiceMock) GetPlatformQuotaExecute(r ApiGetPlatformQuotaRequest) (*Quota, error) + func (a DefaultAPIServiceMock) GetSpace(ctx context.Context, projectId string, region string, organizationId string, ...) ApiGetSpaceRequest + func (a DefaultAPIServiceMock) GetSpaceExecute(r ApiGetSpaceRequest) (*Space, error) + func (a DefaultAPIServiceMock) ListOrganizationQuotas(ctx context.Context, projectId string, region string, organizationId string) ApiListOrganizationQuotasRequest + func (a DefaultAPIServiceMock) ListOrganizationQuotasExecute(r ApiListOrganizationQuotasRequest) ([]Quota, error) + func (a DefaultAPIServiceMock) ListOrganizations(ctx context.Context, projectId string, region string) ApiListOrganizationsRequest + func (a DefaultAPIServiceMock) ListOrganizationsExecute(r ApiListOrganizationsRequest) (*OrganizationsList, error) + func (a DefaultAPIServiceMock) ListPlatformQuotas(ctx context.Context, projectId string, region string, platformId string) ApiListPlatformQuotasRequest + func (a DefaultAPIServiceMock) ListPlatformQuotasExecute(r ApiListPlatformQuotasRequest) ([]Quota, error) + func (a DefaultAPIServiceMock) ListPlatforms(ctx context.Context, projectId string, region string) ApiListPlatformsRequest + func (a DefaultAPIServiceMock) ListPlatformsExecute(r ApiListPlatformsRequest) (*PlatformList, error) + func (a DefaultAPIServiceMock) ListSpaces(ctx context.Context, projectId string, region string, organizationId string) ApiListSpacesRequest + func (a DefaultAPIServiceMock) ListSpacesExecute(r ApiListSpacesRequest) (*SpacesList, error) + func (a DefaultAPIServiceMock) UpdateOrganization(ctx context.Context, projectId string, region string, organizationId string) ApiUpdateOrganizationRequest + func (a DefaultAPIServiceMock) UpdateOrganizationExecute(r ApiUpdateOrganizationRequest) (*Organization, error) + func (a DefaultAPIServiceMock) UpdateSpace(ctx context.Context, projectId string, region string, organizationId string, ...) ApiUpdateSpaceRequest + func (a DefaultAPIServiceMock) UpdateSpaceExecute(r ApiUpdateSpaceRequest) (*Space, error) + type ErrorResponse struct + Code string + Message string + func NewErrorResponse(code string, message string) *ErrorResponse + func NewErrorResponseWithDefaults() *ErrorResponse + func (o *ErrorResponse) GetCode() string + func (o *ErrorResponse) GetCodeOk() (*string, bool) + func (o *ErrorResponse) GetMessage() string + func (o *ErrorResponse) GetMessageOk() (*string, bool) + func (o *ErrorResponse) SetCode(v string) + func (o *ErrorResponse) SetMessage(v string) + func (o *ErrorResponse) UnmarshalJSON(data []byte) (err error) + func (o ErrorResponse) MarshalJSON() ([]byte, error) + func (o ErrorResponse) ToMap() (map[string]interface{}, error) + type IsolationSegment struct + CreatedAt time.Time + Guid string + Name string + OrgId string + PlatformId string + ProjectId string + Region string + UpdatedAt time.Time + func NewIsolationSegment(createdAt time.Time, guid string, name string, orgId string, platformId string, ...) *IsolationSegment + func NewIsolationSegmentWithDefaults() *IsolationSegment + func (o *IsolationSegment) GetCreatedAt() time.Time + func (o *IsolationSegment) GetCreatedAtOk() (*time.Time, bool) + func (o *IsolationSegment) GetGuid() string + func (o *IsolationSegment) GetGuidOk() (*string, bool) + func (o *IsolationSegment) GetName() string + func (o *IsolationSegment) GetNameOk() (*string, bool) + func (o *IsolationSegment) GetOrgId() string + func (o *IsolationSegment) GetOrgIdOk() (*string, bool) + func (o *IsolationSegment) GetPlatformId() string + func (o *IsolationSegment) GetPlatformIdOk() (*string, bool) + func (o *IsolationSegment) GetProjectId() string + func (o *IsolationSegment) GetProjectIdOk() (*string, bool) + func (o *IsolationSegment) GetRegion() string + func (o *IsolationSegment) GetRegionOk() (*string, bool) + func (o *IsolationSegment) GetUpdatedAt() time.Time + func (o *IsolationSegment) GetUpdatedAtOk() (*time.Time, bool) + func (o *IsolationSegment) SetCreatedAt(v time.Time) + func (o *IsolationSegment) SetGuid(v string) + func (o *IsolationSegment) SetName(v string) + func (o *IsolationSegment) SetOrgId(v string) + func (o *IsolationSegment) SetPlatformId(v string) + func (o *IsolationSegment) SetProjectId(v string) + func (o *IsolationSegment) SetRegion(v string) + func (o *IsolationSegment) SetUpdatedAt(v time.Time) + func (o *IsolationSegment) UnmarshalJSON(data []byte) (err error) + func (o IsolationSegment) MarshalJSON() ([]byte, error) + func (o IsolationSegment) ToMap() (map[string]interface{}, error) + type IsolationSegmentsList struct + Pagination Pagination + Resources []IsolationSegment + func NewIsolationSegmentsList(pagination Pagination, resources []IsolationSegment) *IsolationSegmentsList + func NewIsolationSegmentsListWithDefaults() *IsolationSegmentsList + func (o *IsolationSegmentsList) GetPagination() Pagination + func (o *IsolationSegmentsList) GetPaginationOk() (*Pagination, bool) + func (o *IsolationSegmentsList) GetResources() []IsolationSegment + func (o *IsolationSegmentsList) GetResourcesOk() ([]IsolationSegment, bool) + func (o *IsolationSegmentsList) SetPagination(v Pagination) + func (o *IsolationSegmentsList) SetResources(v []IsolationSegment) + func (o *IsolationSegmentsList) UnmarshalJSON(data []byte) (err error) + func (o IsolationSegmentsList) MarshalJSON() ([]byte, error) + func (o IsolationSegmentsList) ToMap() (map[string]interface{}, error) + 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 NullableIsolationSegment struct + func NewNullableIsolationSegment(val *IsolationSegment) *NullableIsolationSegment + func (v *NullableIsolationSegment) Set(val *IsolationSegment) + func (v *NullableIsolationSegment) UnmarshalJSON(src []byte) error + func (v *NullableIsolationSegment) Unset() + func (v NullableIsolationSegment) Get() *IsolationSegment + func (v NullableIsolationSegment) IsSet() bool + func (v NullableIsolationSegment) MarshalJSON() ([]byte, error) + type NullableIsolationSegmentsList struct + func NewNullableIsolationSegmentsList(val *IsolationSegmentsList) *NullableIsolationSegmentsList + func (v *NullableIsolationSegmentsList) Set(val *IsolationSegmentsList) + func (v *NullableIsolationSegmentsList) UnmarshalJSON(src []byte) error + func (v *NullableIsolationSegmentsList) Unset() + func (v NullableIsolationSegmentsList) Get() *IsolationSegmentsList + func (v NullableIsolationSegmentsList) IsSet() bool + func (v NullableIsolationSegmentsList) 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 NullableSpaceWithIsolationSegment struct + func NewNullableSpaceWithIsolationSegment(val *SpaceWithIsolationSegment) *NullableSpaceWithIsolationSegment + func (v *NullableSpaceWithIsolationSegment) Set(val *SpaceWithIsolationSegment) + func (v *NullableSpaceWithIsolationSegment) UnmarshalJSON(src []byte) error + func (v *NullableSpaceWithIsolationSegment) Unset() + func (v NullableSpaceWithIsolationSegment) Get() *SpaceWithIsolationSegment + func (v NullableSpaceWithIsolationSegment) IsSet() bool + func (v NullableSpaceWithIsolationSegment) 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 OrgManager struct + CreatedAt time.Time + Guid string + OrgId string + PlatformId string + ProjectId string + Region string + UpdatedAt time.Time + Username string + func NewOrgManager(createdAt time.Time, guid string, orgId string, platformId string, ...) *OrgManager + func NewOrgManagerWithDefaults() *OrgManager + func (o *OrgManager) GetCreatedAt() time.Time + func (o *OrgManager) GetCreatedAtOk() (*time.Time, bool) + func (o *OrgManager) GetGuid() string + func (o *OrgManager) GetGuidOk() (*string, bool) + func (o *OrgManager) GetOrgId() string + func (o *OrgManager) GetOrgIdOk() (*string, bool) + func (o *OrgManager) GetPlatformId() string + func (o *OrgManager) GetPlatformIdOk() (*string, bool) + func (o *OrgManager) GetProjectId() string + func (o *OrgManager) GetProjectIdOk() (*string, bool) + func (o *OrgManager) GetRegion() string + func (o *OrgManager) GetRegionOk() (*string, bool) + func (o *OrgManager) GetUpdatedAt() time.Time + func (o *OrgManager) GetUpdatedAtOk() (*time.Time, bool) + func (o *OrgManager) GetUsername() string + func (o *OrgManager) GetUsernameOk() (*string, bool) + func (o *OrgManager) SetCreatedAt(v time.Time) + func (o *OrgManager) SetGuid(v string) + func (o *OrgManager) SetOrgId(v string) + func (o *OrgManager) SetPlatformId(v string) + func (o *OrgManager) SetProjectId(v string) + func (o *OrgManager) SetRegion(v string) + func (o *OrgManager) SetUpdatedAt(v time.Time) + func (o *OrgManager) SetUsername(v string) + func (o *OrgManager) UnmarshalJSON(data []byte) (err error) + func (o OrgManager) MarshalJSON() ([]byte, error) + func (o OrgManager) ToMap() (map[string]interface{}, error) + type OrgManagerDeleteResponse struct + Message string + func NewOrgManagerDeleteResponse(message string) *OrgManagerDeleteResponse + func NewOrgManagerDeleteResponseWithDefaults() *OrgManagerDeleteResponse + func (o *OrgManagerDeleteResponse) GetMessage() string + func (o *OrgManagerDeleteResponse) GetMessageOk() (*string, bool) + func (o *OrgManagerDeleteResponse) SetMessage(v string) + func (o *OrgManagerDeleteResponse) UnmarshalJSON(data []byte) (err error) + func (o OrgManagerDeleteResponse) MarshalJSON() ([]byte, error) + func (o OrgManagerDeleteResponse) ToMap() (map[string]interface{}, error) + type OrgManagerResponse struct + CreatedAt time.Time + Guid string + OrgId string + Password string + PlatformId string + ProjectId string + Region string + UpdatedAt time.Time + Username string + func NewOrgManagerResponse(createdAt time.Time, guid string, orgId string, password string, ...) *OrgManagerResponse + func NewOrgManagerResponseWithDefaults() *OrgManagerResponse + func (o *OrgManagerResponse) GetCreatedAt() time.Time + func (o *OrgManagerResponse) GetCreatedAtOk() (*time.Time, bool) + func (o *OrgManagerResponse) GetGuid() string + func (o *OrgManagerResponse) GetGuidOk() (*string, bool) + func (o *OrgManagerResponse) GetOrgId() string + func (o *OrgManagerResponse) GetOrgIdOk() (*string, bool) + func (o *OrgManagerResponse) GetPassword() string + func (o *OrgManagerResponse) GetPasswordOk() (*string, bool) + func (o *OrgManagerResponse) GetPlatformId() string + func (o *OrgManagerResponse) GetPlatformIdOk() (*string, bool) + func (o *OrgManagerResponse) GetProjectId() string + func (o *OrgManagerResponse) GetProjectIdOk() (*string, bool) + func (o *OrgManagerResponse) GetRegion() string + func (o *OrgManagerResponse) GetRegionOk() (*string, bool) + func (o *OrgManagerResponse) GetUpdatedAt() time.Time + func (o *OrgManagerResponse) GetUpdatedAtOk() (*time.Time, bool) + func (o *OrgManagerResponse) GetUsername() string + func (o *OrgManagerResponse) GetUsernameOk() (*string, bool) + func (o *OrgManagerResponse) SetCreatedAt(v time.Time) + func (o *OrgManagerResponse) SetGuid(v string) + func (o *OrgManagerResponse) SetOrgId(v string) + func (o *OrgManagerResponse) SetPassword(v string) + func (o *OrgManagerResponse) SetPlatformId(v string) + func (o *OrgManagerResponse) SetProjectId(v string) + func (o *OrgManagerResponse) SetRegion(v string) + func (o *OrgManagerResponse) SetUpdatedAt(v time.Time) + func (o *OrgManagerResponse) SetUsername(v string) + func (o *OrgManagerResponse) UnmarshalJSON(data []byte) (err error) + func (o OrgManagerResponse) MarshalJSON() ([]byte, error) + func (o OrgManagerResponse) ToMap() (map[string]interface{}, error) + type OrgRoleCreateBffRequest struct + Type OrgRoleType + func NewOrgRoleCreateBffRequest(types OrgRoleType) *OrgRoleCreateBffRequest + func NewOrgRoleCreateBffRequestWithDefaults() *OrgRoleCreateBffRequest + func (o *OrgRoleCreateBffRequest) GetType() OrgRoleType + func (o *OrgRoleCreateBffRequest) GetTypeOk() (*OrgRoleType, bool) + func (o *OrgRoleCreateBffRequest) SetType(v OrgRoleType) + func (o *OrgRoleCreateBffRequest) UnmarshalJSON(data []byte) (err error) + func (o OrgRoleCreateBffRequest) MarshalJSON() ([]byte, error) + func (o OrgRoleCreateBffRequest) ToMap() (map[string]interface{}, error) + type OrgRoleResponse struct + Guid string + OrgId string + PlatformId string + ProjectId string + Region string + Type OrgRoleType + func NewOrgRoleResponse(guid string, orgId string, platformId string, projectId string, region string, ...) *OrgRoleResponse + func NewOrgRoleResponseWithDefaults() *OrgRoleResponse + func (o *OrgRoleResponse) GetGuid() string + func (o *OrgRoleResponse) GetGuidOk() (*string, bool) + func (o *OrgRoleResponse) GetOrgId() string + func (o *OrgRoleResponse) GetOrgIdOk() (*string, bool) + func (o *OrgRoleResponse) GetPlatformId() string + func (o *OrgRoleResponse) GetPlatformIdOk() (*string, bool) + func (o *OrgRoleResponse) GetProjectId() string + func (o *OrgRoleResponse) GetProjectIdOk() (*string, bool) + func (o *OrgRoleResponse) GetRegion() string + func (o *OrgRoleResponse) GetRegionOk() (*string, bool) + func (o *OrgRoleResponse) GetType() OrgRoleType + func (o *OrgRoleResponse) GetTypeOk() (*OrgRoleType, bool) + func (o *OrgRoleResponse) SetGuid(v string) + func (o *OrgRoleResponse) SetOrgId(v string) + func (o *OrgRoleResponse) SetPlatformId(v string) + func (o *OrgRoleResponse) SetProjectId(v string) + func (o *OrgRoleResponse) SetRegion(v string) + func (o *OrgRoleResponse) SetType(v OrgRoleType) + func (o *OrgRoleResponse) UnmarshalJSON(data []byte) (err error) + func (o OrgRoleResponse) MarshalJSON() ([]byte, error) + func (o OrgRoleResponse) ToMap() (map[string]interface{}, error) + type OrgRoleType string + const ORGROLETYPE_ORGANIZATION_AUDITOR + const ORGROLETYPE_ORGANIZATION_BILLING_MANAGER + const ORGROLETYPE_ORGANIZATION_MANAGER + const ORGROLETYPE_ORGANIZATION_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 time.Time + Guid string + Name string + PlatformId string + ProjectId string + QuotaId string + Region string + Status string + Suspended bool + UpdatedAt time.Time + func NewOrganization(createdAt time.Time, guid string, name string, platformId string, ...) *Organization + func NewOrganizationWithDefaults() *Organization + func (o *Organization) GetCreatedAt() time.Time + func (o *Organization) GetCreatedAtOk() (*time.Time, bool) + func (o *Organization) GetGuid() string + func (o *Organization) GetGuidOk() (*string, bool) + func (o *Organization) GetName() string + func (o *Organization) GetNameOk() (*string, bool) + func (o *Organization) GetPlatformId() string + func (o *Organization) GetPlatformIdOk() (*string, bool) + func (o *Organization) GetProjectId() string + func (o *Organization) GetProjectIdOk() (*string, bool) + func (o *Organization) GetQuotaId() string + func (o *Organization) GetQuotaIdOk() (*string, bool) + func (o *Organization) GetRegion() string + func (o *Organization) GetRegionOk() (*string, bool) + func (o *Organization) GetStatus() string + func (o *Organization) GetStatusOk() (*string, bool) + func (o *Organization) GetSuspended() bool + func (o *Organization) GetSuspendedOk() (*bool, bool) + func (o *Organization) GetUpdatedAt() time.Time + func (o *Organization) GetUpdatedAtOk() (*time.Time, bool) + func (o *Organization) SetCreatedAt(v time.Time) + func (o *Organization) SetGuid(v string) + func (o *Organization) SetName(v string) + func (o *Organization) SetPlatformId(v string) + func (o *Organization) SetProjectId(v string) + func (o *Organization) SetQuotaId(v string) + func (o *Organization) SetRegion(v string) + func (o *Organization) SetStatus(v string) + func (o *Organization) SetSuspended(v bool) + func (o *Organization) SetUpdatedAt(v time.Time) + func (o *Organization) UnmarshalJSON(data []byte) (err error) + func (o Organization) MarshalJSON() ([]byte, error) + func (o Organization) ToMap() (map[string]interface{}, error) + type OrganizationCreateBffResponse struct + Org OrganizationCreateResponse + Roles map[string]OrgRoleResponse + func NewOrganizationCreateBffResponse(org OrganizationCreateResponse, roles map[string]OrgRoleResponse) *OrganizationCreateBffResponse + func NewOrganizationCreateBffResponseWithDefaults() *OrganizationCreateBffResponse + func (o *OrganizationCreateBffResponse) GetOrg() OrganizationCreateResponse + func (o *OrganizationCreateBffResponse) GetOrgOk() (*OrganizationCreateResponse, bool) + func (o *OrganizationCreateBffResponse) GetRoles() map[string]OrgRoleResponse + func (o *OrganizationCreateBffResponse) GetRolesOk() (*map[string]OrgRoleResponse, bool) + func (o *OrganizationCreateBffResponse) SetOrg(v OrganizationCreateResponse) + func (o *OrganizationCreateBffResponse) SetRoles(v map[string]OrgRoleResponse) + func (o *OrganizationCreateBffResponse) UnmarshalJSON(data []byte) (err error) + func (o OrganizationCreateBffResponse) MarshalJSON() ([]byte, error) + func (o OrganizationCreateBffResponse) ToMap() (map[string]interface{}, error) + type OrganizationCreateResponse struct + Guid string + PlatformId string + ProjectId string + Region string + func NewOrganizationCreateResponse(guid string, platformId string, projectId string, region string) *OrganizationCreateResponse + func NewOrganizationCreateResponseWithDefaults() *OrganizationCreateResponse + func (o *OrganizationCreateResponse) GetGuid() string + func (o *OrganizationCreateResponse) GetGuidOk() (*string, bool) + func (o *OrganizationCreateResponse) GetPlatformId() string + func (o *OrganizationCreateResponse) GetPlatformIdOk() (*string, bool) + func (o *OrganizationCreateResponse) GetProjectId() string + func (o *OrganizationCreateResponse) GetProjectIdOk() (*string, bool) + func (o *OrganizationCreateResponse) GetRegion() string + func (o *OrganizationCreateResponse) GetRegionOk() (*string, bool) + func (o *OrganizationCreateResponse) SetGuid(v string) + func (o *OrganizationCreateResponse) SetPlatformId(v string) + func (o *OrganizationCreateResponse) SetProjectId(v string) + func (o *OrganizationCreateResponse) SetRegion(v string) + func (o *OrganizationCreateResponse) UnmarshalJSON(data []byte) (err error) + func (o OrganizationCreateResponse) MarshalJSON() ([]byte, error) + func (o OrganizationCreateResponse) ToMap() (map[string]interface{}, error) + type OrganizationDeleteResponse struct + Guid string + PlatformId string + ProjectId string + Region string + func NewOrganizationDeleteResponse(guid string, platformId string, projectId string, region string) *OrganizationDeleteResponse + func NewOrganizationDeleteResponseWithDefaults() *OrganizationDeleteResponse + func (o *OrganizationDeleteResponse) GetGuid() string + func (o *OrganizationDeleteResponse) GetGuidOk() (*string, bool) + func (o *OrganizationDeleteResponse) GetPlatformId() string + func (o *OrganizationDeleteResponse) GetPlatformIdOk() (*string, bool) + func (o *OrganizationDeleteResponse) GetProjectId() string + func (o *OrganizationDeleteResponse) GetProjectIdOk() (*string, bool) + func (o *OrganizationDeleteResponse) GetRegion() string + func (o *OrganizationDeleteResponse) GetRegionOk() (*string, bool) + func (o *OrganizationDeleteResponse) SetGuid(v string) + func (o *OrganizationDeleteResponse) SetPlatformId(v string) + func (o *OrganizationDeleteResponse) SetProjectId(v string) + func (o *OrganizationDeleteResponse) SetRegion(v string) + func (o *OrganizationDeleteResponse) UnmarshalJSON(data []byte) (err error) + func (o OrganizationDeleteResponse) MarshalJSON() ([]byte, error) + func (o OrganizationDeleteResponse) ToMap() (map[string]interface{}, error) + type OrganizationQuota struct + OrgId string + PlatformId string + ProjectId string + QuotaId string + Region string + func NewOrganizationQuota(orgId string, platformId string, projectId string, quotaId string, ...) *OrganizationQuota + func NewOrganizationQuotaWithDefaults() *OrganizationQuota + func (o *OrganizationQuota) GetOrgId() string + func (o *OrganizationQuota) GetOrgIdOk() (*string, bool) + func (o *OrganizationQuota) GetPlatformId() string + func (o *OrganizationQuota) GetPlatformIdOk() (*string, bool) + func (o *OrganizationQuota) GetProjectId() string + func (o *OrganizationQuota) GetProjectIdOk() (*string, bool) + func (o *OrganizationQuota) GetQuotaId() string + func (o *OrganizationQuota) GetQuotaIdOk() (*string, bool) + func (o *OrganizationQuota) GetRegion() string + func (o *OrganizationQuota) GetRegionOk() (*string, bool) + func (o *OrganizationQuota) SetOrgId(v string) + func (o *OrganizationQuota) SetPlatformId(v string) + func (o *OrganizationQuota) SetProjectId(v string) + func (o *OrganizationQuota) SetQuotaId(v string) + func (o *OrganizationQuota) SetRegion(v string) + func (o *OrganizationQuota) UnmarshalJSON(data []byte) (err error) + func (o OrganizationQuota) MarshalJSON() ([]byte, error) + func (o OrganizationQuota) ToMap() (map[string]interface{}, error) + type OrganizationUsageSummary struct + OrgId string + PlatformId string + ProjectId string + Region string + UsageSummary UsageSummary + func NewOrganizationUsageSummary(orgId string, platformId string, projectId string, region string, ...) *OrganizationUsageSummary + func NewOrganizationUsageSummaryWithDefaults() *OrganizationUsageSummary + func (o *OrganizationUsageSummary) GetOrgId() string + func (o *OrganizationUsageSummary) GetOrgIdOk() (*string, bool) + func (o *OrganizationUsageSummary) GetPlatformId() string + func (o *OrganizationUsageSummary) GetPlatformIdOk() (*string, bool) + func (o *OrganizationUsageSummary) GetProjectId() string + func (o *OrganizationUsageSummary) GetProjectIdOk() (*string, bool) + func (o *OrganizationUsageSummary) GetRegion() string + func (o *OrganizationUsageSummary) GetRegionOk() (*string, bool) + func (o *OrganizationUsageSummary) GetUsageSummary() UsageSummary + func (o *OrganizationUsageSummary) GetUsageSummaryOk() (*UsageSummary, bool) + func (o *OrganizationUsageSummary) SetOrgId(v string) + func (o *OrganizationUsageSummary) SetPlatformId(v string) + func (o *OrganizationUsageSummary) SetProjectId(v string) + func (o *OrganizationUsageSummary) SetRegion(v string) + func (o *OrganizationUsageSummary) SetUsageSummary(v UsageSummary) + func (o *OrganizationUsageSummary) UnmarshalJSON(data []byte) (err error) + func (o OrganizationUsageSummary) MarshalJSON() ([]byte, error) + func (o OrganizationUsageSummary) ToMap() (map[string]interface{}, error) + type OrganizationsList struct + Pagination Pagination + Resources []OrganizationsListItem + func NewOrganizationsList(pagination Pagination, resources []OrganizationsListItem) *OrganizationsList + func NewOrganizationsListWithDefaults() *OrganizationsList + func (o *OrganizationsList) GetPagination() Pagination + func (o *OrganizationsList) GetPaginationOk() (*Pagination, bool) + func (o *OrganizationsList) GetResources() []OrganizationsListItem + func (o *OrganizationsList) GetResourcesOk() ([]OrganizationsListItem, bool) + func (o *OrganizationsList) SetPagination(v Pagination) + func (o *OrganizationsList) SetResources(v []OrganizationsListItem) + func (o *OrganizationsList) UnmarshalJSON(data []byte) (err error) + func (o OrganizationsList) MarshalJSON() ([]byte, error) + func (o OrganizationsList) ToMap() (map[string]interface{}, error) + type OrganizationsListItem struct + CreatedAt *time.Time + Guid string + Name *string + PlatformId string + ProjectId string + QuotaId *string + Region string + Status string + Suspended *bool + UpdatedAt *time.Time + func NewOrganizationsListItem(guid string, platformId string, projectId string, region string, status string) *OrganizationsListItem + func NewOrganizationsListItemWithDefaults() *OrganizationsListItem + func (o *OrganizationsListItem) GetCreatedAt() time.Time + func (o *OrganizationsListItem) GetCreatedAtOk() (*time.Time, bool) + func (o *OrganizationsListItem) GetGuid() string + func (o *OrganizationsListItem) GetGuidOk() (*string, bool) + func (o *OrganizationsListItem) GetName() string + func (o *OrganizationsListItem) GetNameOk() (*string, bool) + func (o *OrganizationsListItem) GetPlatformId() string + func (o *OrganizationsListItem) GetPlatformIdOk() (*string, bool) + func (o *OrganizationsListItem) GetProjectId() string + func (o *OrganizationsListItem) GetProjectIdOk() (*string, bool) + func (o *OrganizationsListItem) GetQuotaId() string + func (o *OrganizationsListItem) GetQuotaIdOk() (*string, bool) + func (o *OrganizationsListItem) GetRegion() string + func (o *OrganizationsListItem) GetRegionOk() (*string, bool) + func (o *OrganizationsListItem) GetStatus() string + func (o *OrganizationsListItem) GetStatusOk() (*string, bool) + func (o *OrganizationsListItem) GetSuspended() bool + func (o *OrganizationsListItem) GetSuspendedOk() (*bool, bool) + func (o *OrganizationsListItem) GetUpdatedAt() time.Time + func (o *OrganizationsListItem) GetUpdatedAtOk() (*time.Time, 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 time.Time) + func (o *OrganizationsListItem) SetGuid(v string) + func (o *OrganizationsListItem) SetName(v string) + func (o *OrganizationsListItem) SetPlatformId(v string) + func (o *OrganizationsListItem) SetProjectId(v string) + func (o *OrganizationsListItem) SetQuotaId(v string) + func (o *OrganizationsListItem) SetRegion(v string) + func (o *OrganizationsListItem) SetStatus(v string) + func (o *OrganizationsListItem) SetSuspended(v bool) + func (o *OrganizationsListItem) SetUpdatedAt(v time.Time) + func (o *OrganizationsListItem) UnmarshalJSON(data []byte) (err error) + func (o OrganizationsListItem) MarshalJSON() ([]byte, error) + func (o OrganizationsListItem) ToMap() (map[string]interface{}, error) + type Pagination struct + TotalPages *int64 + TotalResults *int64 + func NewPagination() *Pagination + func NewPaginationWithDefaults() *Pagination + func (o *Pagination) GetTotalPages() int64 + func (o *Pagination) GetTotalPagesOk() (*int64, bool) + func (o *Pagination) GetTotalResults() int64 + func (o *Pagination) GetTotalResultsOk() (*int64, bool) + func (o *Pagination) HasTotalPages() bool + func (o *Pagination) HasTotalResults() bool + func (o *Pagination) SetTotalPages(v int64) + func (o *Pagination) SetTotalResults(v int64) + func (o Pagination) MarshalJSON() ([]byte, error) + func (o Pagination) ToMap() (map[string]interface{}, error) + type PlatformList struct + Pagination Pagination + Resources []Platforms + func NewPlatformList(pagination Pagination, resources []Platforms) *PlatformList + func NewPlatformListWithDefaults() *PlatformList + func (o *PlatformList) GetPagination() Pagination + func (o *PlatformList) GetPaginationOk() (*Pagination, bool) + func (o *PlatformList) GetResources() []Platforms + func (o *PlatformList) GetResourcesOk() ([]Platforms, bool) + func (o *PlatformList) SetPagination(v Pagination) + func (o *PlatformList) SetResources(v []Platforms) + func (o *PlatformList) UnmarshalJSON(data []byte) (err error) + func (o PlatformList) MarshalJSON() ([]byte, error) + func (o PlatformList) ToMap() (map[string]interface{}, error) + type Platforms struct + ApiUrl string + ConsoleUrl *string + DisplayName string + Guid string + Region string + SystemId string + func NewPlatforms(apiUrl string, displayName string, guid string, region string, systemId string) *Platforms + func NewPlatformsWithDefaults() *Platforms + func (o *Platforms) GetApiUrl() string + func (o *Platforms) GetApiUrlOk() (*string, bool) + func (o *Platforms) GetConsoleUrl() string + func (o *Platforms) GetConsoleUrlOk() (*string, bool) + func (o *Platforms) GetDisplayName() string + func (o *Platforms) GetDisplayNameOk() (*string, bool) + func (o *Platforms) GetGuid() string + func (o *Platforms) GetGuidOk() (*string, bool) + func (o *Platforms) GetRegion() string + func (o *Platforms) GetRegionOk() (*string, bool) + func (o *Platforms) GetSystemId() string + func (o *Platforms) GetSystemIdOk() (*string, bool) + func (o *Platforms) HasConsoleUrl() bool + func (o *Platforms) SetApiUrl(v string) + func (o *Platforms) SetConsoleUrl(v string) + func (o *Platforms) SetDisplayName(v string) + func (o *Platforms) SetGuid(v string) + func (o *Platforms) SetRegion(v string) + func (o *Platforms) SetSystemId(v string) + func (o *Platforms) UnmarshalJSON(data []byte) (err error) + func (o Platforms) MarshalJSON() ([]byte, error) + func (o Platforms) ToMap() (map[string]interface{}, error) + type Quota struct + Apps QuotaApps + CreatedAt time.Time + Domains QuotaDomains + Guid string + Name string + OrgId *string + PlatformId string + ProjectId string + Region string + Routes QuotaRoutes + Services QuotaServices + UpdatedAt time.Time + func NewQuota(apps QuotaApps, createdAt time.Time, domains QuotaDomains, guid string, ...) *Quota + func NewQuotaWithDefaults() *Quota + func (o *Quota) GetApps() QuotaApps + func (o *Quota) GetAppsOk() (*QuotaApps, bool) + func (o *Quota) GetCreatedAt() time.Time + func (o *Quota) GetCreatedAtOk() (*time.Time, bool) + func (o *Quota) GetDomains() QuotaDomains + func (o *Quota) GetDomainsOk() (*QuotaDomains, bool) + func (o *Quota) GetGuid() string + func (o *Quota) GetGuidOk() (*string, bool) + func (o *Quota) GetName() string + func (o *Quota) GetNameOk() (*string, bool) + func (o *Quota) GetOrgId() string + func (o *Quota) GetOrgIdOk() (*string, bool) + func (o *Quota) GetPlatformId() string + func (o *Quota) GetPlatformIdOk() (*string, bool) + func (o *Quota) GetProjectId() string + func (o *Quota) GetProjectIdOk() (*string, bool) + func (o *Quota) GetRegion() string + func (o *Quota) GetRegionOk() (*string, bool) + func (o *Quota) GetRoutes() QuotaRoutes + func (o *Quota) GetRoutesOk() (*QuotaRoutes, bool) + func (o *Quota) GetServices() QuotaServices + func (o *Quota) GetServicesOk() (*QuotaServices, bool) + func (o *Quota) GetUpdatedAt() time.Time + func (o *Quota) GetUpdatedAtOk() (*time.Time, bool) + func (o *Quota) HasOrgId() bool + func (o *Quota) SetApps(v QuotaApps) + func (o *Quota) SetCreatedAt(v time.Time) + func (o *Quota) SetDomains(v QuotaDomains) + func (o *Quota) SetGuid(v string) + func (o *Quota) SetName(v string) + func (o *Quota) SetOrgId(v string) + func (o *Quota) SetPlatformId(v string) + func (o *Quota) SetProjectId(v string) + func (o *Quota) SetRegion(v string) + func (o *Quota) SetRoutes(v QuotaRoutes) + func (o *Quota) SetServices(v QuotaServices) + func (o *Quota) SetUpdatedAt(v time.Time) + func (o *Quota) UnmarshalJSON(data []byte) (err error) + func (o Quota) MarshalJSON() ([]byte, error) + func (o Quota) ToMap() (map[string]interface{}, error) + type QuotaApps struct + LogRateLimitInBytesPerSecond NullableInt64 + PerAppTasks NullableInt64 + PerProcessMemoryInMb NullableInt64 + TotalInstances NullableInt64 + TotalMemoryInMb NullableInt64 + func NewQuotaApps(logRateLimitInBytesPerSecond NullableInt64, perAppTasks NullableInt64, ...) *QuotaApps + func NewQuotaAppsWithDefaults() *QuotaApps + func (o *QuotaApps) GetLogRateLimitInBytesPerSecond() int64 + func (o *QuotaApps) GetLogRateLimitInBytesPerSecondOk() (*int64, bool) + func (o *QuotaApps) GetPerAppTasks() int64 + func (o *QuotaApps) GetPerAppTasksOk() (*int64, bool) + func (o *QuotaApps) GetPerProcessMemoryInMb() int64 + func (o *QuotaApps) GetPerProcessMemoryInMbOk() (*int64, bool) + func (o *QuotaApps) GetTotalInstances() int64 + func (o *QuotaApps) GetTotalInstancesOk() (*int64, bool) + func (o *QuotaApps) GetTotalMemoryInMb() int64 + func (o *QuotaApps) GetTotalMemoryInMbOk() (*int64, bool) + func (o *QuotaApps) SetLogRateLimitInBytesPerSecond(v int64) + func (o *QuotaApps) SetPerAppTasks(v int64) + func (o *QuotaApps) SetPerProcessMemoryInMb(v int64) + func (o *QuotaApps) SetTotalInstances(v int64) + func (o *QuotaApps) SetTotalMemoryInMb(v int64) + func (o *QuotaApps) UnmarshalJSON(data []byte) (err error) + func (o QuotaApps) MarshalJSON() ([]byte, error) + func (o QuotaApps) ToMap() (map[string]interface{}, error) + type QuotaDomains struct + TotalDomains NullableInt64 + func NewQuotaDomains(totalDomains NullableInt64) *QuotaDomains + func NewQuotaDomainsWithDefaults() *QuotaDomains + func (o *QuotaDomains) GetTotalDomains() int64 + func (o *QuotaDomains) GetTotalDomainsOk() (*int64, bool) + func (o *QuotaDomains) SetTotalDomains(v int64) + func (o *QuotaDomains) UnmarshalJSON(data []byte) (err error) + func (o QuotaDomains) MarshalJSON() ([]byte, error) + func (o QuotaDomains) ToMap() (map[string]interface{}, error) + type QuotaRoutes struct + TotalReservedPorts NullableInt64 + TotalRoutes NullableInt64 + func NewQuotaRoutes(totalReservedPorts NullableInt64, totalRoutes NullableInt64) *QuotaRoutes + func NewQuotaRoutesWithDefaults() *QuotaRoutes + func (o *QuotaRoutes) GetTotalReservedPorts() int64 + func (o *QuotaRoutes) GetTotalReservedPortsOk() (*int64, bool) + func (o *QuotaRoutes) GetTotalRoutes() int64 + func (o *QuotaRoutes) GetTotalRoutesOk() (*int64, bool) + func (o *QuotaRoutes) SetTotalReservedPorts(v int64) + func (o *QuotaRoutes) SetTotalRoutes(v int64) + func (o *QuotaRoutes) UnmarshalJSON(data []byte) (err error) + func (o QuotaRoutes) MarshalJSON() ([]byte, error) + func (o QuotaRoutes) ToMap() (map[string]interface{}, error) + type QuotaServices struct + PaidServicesAllowed bool + TotalServiceInstances NullableInt64 + TotalServiceKeys NullableInt64 + func NewQuotaServices(paidServicesAllowed bool, totalServiceInstances NullableInt64, ...) *QuotaServices + func NewQuotaServicesWithDefaults() *QuotaServices + func (o *QuotaServices) GetPaidServicesAllowed() bool + func (o *QuotaServices) GetPaidServicesAllowedOk() (*bool, bool) + func (o *QuotaServices) GetTotalServiceInstances() int64 + func (o *QuotaServices) GetTotalServiceInstancesOk() (*int64, bool) + func (o *QuotaServices) GetTotalServiceKeys() int64 + func (o *QuotaServices) GetTotalServiceKeysOk() (*int64, bool) + func (o *QuotaServices) SetPaidServicesAllowed(v bool) + func (o *QuotaServices) SetTotalServiceInstances(v int64) + func (o *QuotaServices) SetTotalServiceKeys(v int64) + func (o *QuotaServices) UnmarshalJSON(data []byte) (err error) + func (o QuotaServices) MarshalJSON() ([]byte, error) + func (o QuotaServices) ToMap() (map[string]interface{}, error) + type Space struct + CreatedAt time.Time + Guid string + Name string + OrgId string + PlatformId string + ProjectId string + Region string + UpdatedAt time.Time + func NewSpace(createdAt time.Time, guid string, name string, orgId string, platformId string, ...) *Space + func NewSpaceWithDefaults() *Space + func (o *Space) GetCreatedAt() time.Time + func (o *Space) GetCreatedAtOk() (*time.Time, bool) + func (o *Space) GetGuid() string + func (o *Space) GetGuidOk() (*string, bool) + func (o *Space) GetName() string + func (o *Space) GetNameOk() (*string, bool) + func (o *Space) GetOrgId() string + func (o *Space) GetOrgIdOk() (*string, bool) + func (o *Space) GetPlatformId() string + func (o *Space) GetPlatformIdOk() (*string, bool) + func (o *Space) GetProjectId() string + func (o *Space) GetProjectIdOk() (*string, bool) + func (o *Space) GetRegion() string + func (o *Space) GetRegionOk() (*string, bool) + func (o *Space) GetUpdatedAt() time.Time + func (o *Space) GetUpdatedAtOk() (*time.Time, bool) + func (o *Space) SetCreatedAt(v time.Time) + func (o *Space) SetGuid(v string) + func (o *Space) SetName(v string) + func (o *Space) SetOrgId(v string) + func (o *Space) SetPlatformId(v string) + func (o *Space) SetProjectId(v string) + func (o *Space) SetRegion(v string) + func (o *Space) SetUpdatedAt(v time.Time) + func (o *Space) UnmarshalJSON(data []byte) (err error) + func (o Space) MarshalJSON() ([]byte, error) + func (o Space) ToMap() (map[string]interface{}, error) + type SpaceCreatedBffResponse struct + OrgRole *OrgRoleResponse + Space Space + SpaceRole SpaceRoleCreateResponse + func NewSpaceCreatedBffResponse(space Space, spaceRole SpaceRoleCreateResponse) *SpaceCreatedBffResponse + func NewSpaceCreatedBffResponseWithDefaults() *SpaceCreatedBffResponse + func (o *SpaceCreatedBffResponse) GetOrgRole() OrgRoleResponse + func (o *SpaceCreatedBffResponse) GetOrgRoleOk() (*OrgRoleResponse, bool) + func (o *SpaceCreatedBffResponse) GetSpace() Space + func (o *SpaceCreatedBffResponse) GetSpaceOk() (*Space, bool) + func (o *SpaceCreatedBffResponse) GetSpaceRole() SpaceRoleCreateResponse + func (o *SpaceCreatedBffResponse) GetSpaceRoleOk() (*SpaceRoleCreateResponse, bool) + func (o *SpaceCreatedBffResponse) HasOrgRole() bool + func (o *SpaceCreatedBffResponse) SetOrgRole(v OrgRoleResponse) + func (o *SpaceCreatedBffResponse) SetSpace(v Space) + func (o *SpaceCreatedBffResponse) SetSpaceRole(v SpaceRoleCreateResponse) + func (o *SpaceCreatedBffResponse) UnmarshalJSON(data []byte) (err error) + func (o SpaceCreatedBffResponse) MarshalJSON() ([]byte, error) + func (o SpaceCreatedBffResponse) ToMap() (map[string]interface{}, error) + type SpaceDeleteResponse struct + Message string + func NewSpaceDeleteResponse(message string) *SpaceDeleteResponse + func NewSpaceDeleteResponseWithDefaults() *SpaceDeleteResponse + func (o *SpaceDeleteResponse) GetMessage() string + func (o *SpaceDeleteResponse) GetMessageOk() (*string, bool) + func (o *SpaceDeleteResponse) SetMessage(v string) + func (o *SpaceDeleteResponse) UnmarshalJSON(data []byte) (err error) + func (o SpaceDeleteResponse) MarshalJSON() ([]byte, error) + func (o SpaceDeleteResponse) ToMap() (map[string]interface{}, error) + type SpaceRoleCreateBffRequest struct + Type SpaceRoleType + func NewSpaceRoleCreateBffRequest(types SpaceRoleType) *SpaceRoleCreateBffRequest + func NewSpaceRoleCreateBffRequestWithDefaults() *SpaceRoleCreateBffRequest + func (o *SpaceRoleCreateBffRequest) GetType() SpaceRoleType + func (o *SpaceRoleCreateBffRequest) GetTypeOk() (*SpaceRoleType, bool) + func (o *SpaceRoleCreateBffRequest) SetType(v SpaceRoleType) + func (o *SpaceRoleCreateBffRequest) UnmarshalJSON(data []byte) (err error) + func (o SpaceRoleCreateBffRequest) MarshalJSON() ([]byte, error) + func (o SpaceRoleCreateBffRequest) ToMap() (map[string]interface{}, error) + type SpaceRoleCreateBffResponse struct + OrgRole *OrgRoleResponse + SpaceRole SpaceRoleCreateResponse + func NewSpaceRoleCreateBffResponse(spaceRole SpaceRoleCreateResponse) *SpaceRoleCreateBffResponse + func NewSpaceRoleCreateBffResponseWithDefaults() *SpaceRoleCreateBffResponse + func (o *SpaceRoleCreateBffResponse) GetOrgRole() OrgRoleResponse + func (o *SpaceRoleCreateBffResponse) GetOrgRoleOk() (*OrgRoleResponse, bool) + func (o *SpaceRoleCreateBffResponse) GetSpaceRole() SpaceRoleCreateResponse + func (o *SpaceRoleCreateBffResponse) GetSpaceRoleOk() (*SpaceRoleCreateResponse, bool) + func (o *SpaceRoleCreateBffResponse) HasOrgRole() bool + func (o *SpaceRoleCreateBffResponse) SetOrgRole(v OrgRoleResponse) + func (o *SpaceRoleCreateBffResponse) SetSpaceRole(v SpaceRoleCreateResponse) + func (o *SpaceRoleCreateBffResponse) UnmarshalJSON(data []byte) (err error) + func (o SpaceRoleCreateBffResponse) MarshalJSON() ([]byte, error) + func (o SpaceRoleCreateBffResponse) ToMap() (map[string]interface{}, error) + type SpaceRoleCreateResponse struct + Guid string + OrgId string + PlatformId string + ProjectId string + Region string + SpaceId string + Type SpaceRoleType + func NewSpaceRoleCreateResponse(guid string, orgId string, platformId string, projectId string, region string, ...) *SpaceRoleCreateResponse + func NewSpaceRoleCreateResponseWithDefaults() *SpaceRoleCreateResponse + func (o *SpaceRoleCreateResponse) GetGuid() string + func (o *SpaceRoleCreateResponse) GetGuidOk() (*string, bool) + func (o *SpaceRoleCreateResponse) GetOrgId() string + func (o *SpaceRoleCreateResponse) GetOrgIdOk() (*string, bool) + func (o *SpaceRoleCreateResponse) GetPlatformId() string + func (o *SpaceRoleCreateResponse) GetPlatformIdOk() (*string, bool) + func (o *SpaceRoleCreateResponse) GetProjectId() string + func (o *SpaceRoleCreateResponse) GetProjectIdOk() (*string, bool) + func (o *SpaceRoleCreateResponse) GetRegion() string + func (o *SpaceRoleCreateResponse) GetRegionOk() (*string, bool) + func (o *SpaceRoleCreateResponse) GetSpaceId() string + func (o *SpaceRoleCreateResponse) GetSpaceIdOk() (*string, bool) + func (o *SpaceRoleCreateResponse) GetType() SpaceRoleType + func (o *SpaceRoleCreateResponse) GetTypeOk() (*SpaceRoleType, bool) + func (o *SpaceRoleCreateResponse) SetGuid(v string) + func (o *SpaceRoleCreateResponse) SetOrgId(v string) + func (o *SpaceRoleCreateResponse) SetPlatformId(v string) + func (o *SpaceRoleCreateResponse) SetProjectId(v string) + func (o *SpaceRoleCreateResponse) SetRegion(v string) + func (o *SpaceRoleCreateResponse) SetSpaceId(v string) + func (o *SpaceRoleCreateResponse) SetType(v SpaceRoleType) + func (o *SpaceRoleCreateResponse) UnmarshalJSON(data []byte) (err error) + func (o SpaceRoleCreateResponse) MarshalJSON() ([]byte, error) + func (o SpaceRoleCreateResponse) ToMap() (map[string]interface{}, error) + type SpaceRoleType string + const SPACEROLETYPE_SPACE_AUDITOR + const SPACEROLETYPE_SPACE_DEVELOPER + const SPACEROLETYPE_SPACE_MANAGER + const SPACEROLETYPE_SPACE_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 SpaceWithIsolationSegment struct + CreatedAt time.Time + Guid string + IsolationSegmentId *string + Name string + OrgId string + PlatformId string + ProjectId string + Region string + UpdatedAt time.Time + func NewSpaceWithIsolationSegment(createdAt time.Time, guid string, name string, orgId string, platformId string, ...) *SpaceWithIsolationSegment + func NewSpaceWithIsolationSegmentWithDefaults() *SpaceWithIsolationSegment + func (o *SpaceWithIsolationSegment) GetCreatedAt() time.Time + func (o *SpaceWithIsolationSegment) GetCreatedAtOk() (*time.Time, bool) + func (o *SpaceWithIsolationSegment) GetGuid() string + func (o *SpaceWithIsolationSegment) GetGuidOk() (*string, bool) + func (o *SpaceWithIsolationSegment) GetIsolationSegmentId() string + func (o *SpaceWithIsolationSegment) GetIsolationSegmentIdOk() (*string, bool) + func (o *SpaceWithIsolationSegment) GetName() string + func (o *SpaceWithIsolationSegment) GetNameOk() (*string, bool) + func (o *SpaceWithIsolationSegment) GetOrgId() string + func (o *SpaceWithIsolationSegment) GetOrgIdOk() (*string, bool) + func (o *SpaceWithIsolationSegment) GetPlatformId() string + func (o *SpaceWithIsolationSegment) GetPlatformIdOk() (*string, bool) + func (o *SpaceWithIsolationSegment) GetProjectId() string + func (o *SpaceWithIsolationSegment) GetProjectIdOk() (*string, bool) + func (o *SpaceWithIsolationSegment) GetRegion() string + func (o *SpaceWithIsolationSegment) GetRegionOk() (*string, bool) + func (o *SpaceWithIsolationSegment) GetUpdatedAt() time.Time + func (o *SpaceWithIsolationSegment) GetUpdatedAtOk() (*time.Time, bool) + func (o *SpaceWithIsolationSegment) HasIsolationSegmentId() bool + func (o *SpaceWithIsolationSegment) SetCreatedAt(v time.Time) + func (o *SpaceWithIsolationSegment) SetGuid(v string) + func (o *SpaceWithIsolationSegment) SetIsolationSegmentId(v string) + func (o *SpaceWithIsolationSegment) SetName(v string) + func (o *SpaceWithIsolationSegment) SetOrgId(v string) + func (o *SpaceWithIsolationSegment) SetPlatformId(v string) + func (o *SpaceWithIsolationSegment) SetProjectId(v string) + func (o *SpaceWithIsolationSegment) SetRegion(v string) + func (o *SpaceWithIsolationSegment) SetUpdatedAt(v time.Time) + func (o *SpaceWithIsolationSegment) UnmarshalJSON(data []byte) (err error) + func (o SpaceWithIsolationSegment) MarshalJSON() ([]byte, error) + func (o SpaceWithIsolationSegment) ToMap() (map[string]interface{}, error) + type SpacesList struct + Pagination Pagination + Resources []Space + func NewSpacesList(pagination Pagination, resources []Space) *SpacesList + func NewSpacesListWithDefaults() *SpacesList + func (o *SpacesList) GetPagination() Pagination + func (o *SpacesList) GetPaginationOk() (*Pagination, bool) + func (o *SpacesList) GetResources() []Space + func (o *SpacesList) GetResourcesOk() ([]Space, bool) + func (o *SpacesList) SetPagination(v Pagination) + func (o *SpacesList) SetResources(v []Space) + func (o *SpacesList) UnmarshalJSON(data []byte) (err error) + func (o SpacesList) MarshalJSON() ([]byte, error) + func (o SpacesList) ToMap() (map[string]interface{}, error) + type UpdateOrganizationPayload struct + Name *string + Suspended *bool + func NewUpdateOrganizationPayload() *UpdateOrganizationPayload + func NewUpdateOrganizationPayloadWithDefaults() *UpdateOrganizationPayload + func (o *UpdateOrganizationPayload) GetName() string + func (o *UpdateOrganizationPayload) GetNameOk() (*string, bool) + func (o *UpdateOrganizationPayload) GetSuspended() bool + func (o *UpdateOrganizationPayload) GetSuspendedOk() (*bool, bool) + func (o *UpdateOrganizationPayload) HasName() bool + func (o *UpdateOrganizationPayload) HasSuspended() bool + func (o *UpdateOrganizationPayload) SetName(v string) + func (o *UpdateOrganizationPayload) SetSuspended(v bool) + func (o UpdateOrganizationPayload) MarshalJSON() ([]byte, error) + func (o UpdateOrganizationPayload) ToMap() (map[string]interface{}, error) + type UpdateSpacePayload struct + Name string + func NewUpdateSpacePayload(name string) *UpdateSpacePayload + func NewUpdateSpacePayloadWithDefaults() *UpdateSpacePayload + func (o *UpdateSpacePayload) GetName() string + func (o *UpdateSpacePayload) GetNameOk() (*string, bool) + func (o *UpdateSpacePayload) SetName(v string) + func (o *UpdateSpacePayload) UnmarshalJSON(data []byte) (err error) + func (o UpdateSpacePayload) MarshalJSON() ([]byte, error) + func (o UpdateSpacePayload) ToMap() (map[string]interface{}, error) + type UsageSummary struct + Domains int64 + MemoryInMb int64 + PerAppTasks int64 + ReservedPorts int64 + Routes int64 + ServiceInstances int64 + ServiceKeys int64 + StartedInstances int64 + func NewUsageSummary(domains int64, memoryInMb int64, perAppTasks int64, reservedPorts int64, ...) *UsageSummary + func NewUsageSummaryWithDefaults() *UsageSummary + func (o *UsageSummary) GetDomains() int64 + func (o *UsageSummary) GetDomainsOk() (*int64, bool) + func (o *UsageSummary) GetMemoryInMb() int64 + func (o *UsageSummary) GetMemoryInMbOk() (*int64, bool) + func (o *UsageSummary) GetPerAppTasks() int64 + func (o *UsageSummary) GetPerAppTasksOk() (*int64, bool) + func (o *UsageSummary) GetReservedPorts() int64 + func (o *UsageSummary) GetReservedPortsOk() (*int64, bool) + func (o *UsageSummary) GetRoutes() int64 + func (o *UsageSummary) GetRoutesOk() (*int64, bool) + func (o *UsageSummary) GetServiceInstances() int64 + func (o *UsageSummary) GetServiceInstancesOk() (*int64, bool) + func (o *UsageSummary) GetServiceKeys() int64 + func (o *UsageSummary) GetServiceKeysOk() (*int64, bool) + func (o *UsageSummary) GetStartedInstances() int64 + func (o *UsageSummary) GetStartedInstancesOk() (*int64, bool) + func (o *UsageSummary) SetDomains(v int64) + func (o *UsageSummary) SetMemoryInMb(v int64) + func (o *UsageSummary) SetPerAppTasks(v int64) + func (o *UsageSummary) SetReservedPorts(v int64) + func (o *UsageSummary) SetRoutes(v int64) + func (o *UsageSummary) SetServiceInstances(v int64) + func (o *UsageSummary) SetServiceKeys(v int64) + func (o *UsageSummary) SetStartedInstances(v int64) + func (o *UsageSummary) UnmarshalJSON(data []byte) (err error) + func (o UsageSummary) MarshalJSON() ([]byte, error) + func (o UsageSummary) ToMap() (map[string]interface{}, error)