Documentation
¶
Overview ¶
Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT.
Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT.
Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT.
Index ¶
- Variables
- 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
- type APIResponse
- type ApiApplyOrganizationQuotaRequest
- type ApiCreateOrgManagerRequest
- type ApiCreateOrgRoleRequest
- type ApiCreateOrganizationRequest
- type ApiCreateSpaceRequest
- type ApiCreateSpaceRoleRequest
- type ApiDeleteOrgManagerRequest
- type ApiDeleteOrganizationRequest
- type ApiDeleteSpaceRequest
- type ApiGetOrgManagerRequest
- type ApiGetOrganizationQuotaRequest
- type ApiGetOrganizationRequest
- type ApiGetOrganizationUsageSummaryRequest
- type ApiGetPlatformQuotaRequest
- type ApiGetPlatformRequest
- type ApiGetSpaceRequest
- type ApiListOrganizationQuotasRequest
- type ApiListOrganizationsRequest
- 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
- type ApiListPlatformsRequest
- type ApiListSpacesRequest
- type ApiUpdateOrganizationRequest
- type ApiUpdateSpaceRequest
- type ApplyOrganizationQuotaPayload
- func (o *ApplyOrganizationQuotaPayload) GetQuotaId() string
- func (o *ApplyOrganizationQuotaPayload) GetQuotaIdOk() (*string, bool)
- func (o ApplyOrganizationQuotaPayload) MarshalJSON() ([]byte, error)
- func (o *ApplyOrganizationQuotaPayload) SetQuotaId(v string)
- func (o ApplyOrganizationQuotaPayload) ToMap() (map[string]interface{}, error)
- func (o *ApplyOrganizationQuotaPayload) UnmarshalJSON(data []byte) (err error)
- type 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) MarshalJSON() ([]byte, error)
- func (o *CreateOrgRolePayload) SetType(v OrgRoleType)
- func (o *CreateOrgRolePayload) SetUserGuid(v string)
- func (o *CreateOrgRolePayload) SetUserName(v string)
- func (o CreateOrgRolePayload) ToMap() (map[string]interface{}, error)
- func (o *CreateOrgRolePayload) UnmarshalJSON(data []byte) (err error)
- type 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) MarshalJSON() ([]byte, error)
- func (o *CreateOrganizationPayload) SetName(v string)
- func (o *CreateOrganizationPayload) SetPlatformId(v string)
- func (o CreateOrganizationPayload) ToMap() (map[string]interface{}, error)
- func (o *CreateOrganizationPayload) UnmarshalJSON(data []byte) (err error)
- type CreateSpacePayload
- func (o *CreateSpacePayload) GetName() string
- func (o *CreateSpacePayload) GetNameOk() (*string, bool)
- func (o CreateSpacePayload) MarshalJSON() ([]byte, error)
- func (o *CreateSpacePayload) SetName(v string)
- func (o CreateSpacePayload) ToMap() (map[string]interface{}, error)
- func (o *CreateSpacePayload) UnmarshalJSON(data []byte) (err error)
- type 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) MarshalJSON() ([]byte, error)
- func (o *CreateSpaceRolePayload) SetType(v SpaceRoleType)
- func (o *CreateSpaceRolePayload) SetUserGuid(v string)
- func (o *CreateSpaceRolePayload) SetUserName(v string)
- func (o CreateSpaceRolePayload) ToMap() (map[string]interface{}, error)
- func (o *CreateSpaceRolePayload) UnmarshalJSON(data []byte) (err error)
- type DefaultAPI
- type DefaultAPIService
- 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
- 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
- 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) MarshalJSON() ([]byte, error)
- func (o *ErrorResponse) SetCode(v string)
- func (o *ErrorResponse) SetMessage(v string)
- func (o ErrorResponse) ToMap() (map[string]interface{}, error)
- func (o *ErrorResponse) UnmarshalJSON(data []byte) (err error)
- type 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) MarshalJSON() ([]byte, error)
- 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) ToMap() (map[string]interface{}, error)
- func (o *IsolationSegment) UnmarshalJSON(data []byte) (err error)
- type 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) MarshalJSON() ([]byte, error)
- func (o *IsolationSegmentsList) SetPagination(v Pagination)
- func (o *IsolationSegmentsList) SetResources(v []IsolationSegment)
- func (o IsolationSegmentsList) ToMap() (map[string]interface{}, error)
- func (o *IsolationSegmentsList) UnmarshalJSON(data []byte) (err error)
- type MappedNullable
- type NullableApplyOrganizationQuotaPayload
- func (v NullableApplyOrganizationQuotaPayload) Get() *ApplyOrganizationQuotaPayload
- func (v NullableApplyOrganizationQuotaPayload) IsSet() bool
- func (v NullableApplyOrganizationQuotaPayload) MarshalJSON() ([]byte, error)
- func (v *NullableApplyOrganizationQuotaPayload) Set(val *ApplyOrganizationQuotaPayload)
- func (v *NullableApplyOrganizationQuotaPayload) UnmarshalJSON(src []byte) error
- func (v *NullableApplyOrganizationQuotaPayload) Unset()
- type NullableBool
- type NullableCreateOrgRolePayload
- func (v NullableCreateOrgRolePayload) Get() *CreateOrgRolePayload
- func (v NullableCreateOrgRolePayload) IsSet() bool
- func (v NullableCreateOrgRolePayload) MarshalJSON() ([]byte, error)
- func (v *NullableCreateOrgRolePayload) Set(val *CreateOrgRolePayload)
- func (v *NullableCreateOrgRolePayload) UnmarshalJSON(src []byte) error
- func (v *NullableCreateOrgRolePayload) Unset()
- type NullableCreateOrganizationPayload
- func (v NullableCreateOrganizationPayload) Get() *CreateOrganizationPayload
- func (v NullableCreateOrganizationPayload) IsSet() bool
- func (v NullableCreateOrganizationPayload) MarshalJSON() ([]byte, error)
- func (v *NullableCreateOrganizationPayload) Set(val *CreateOrganizationPayload)
- func (v *NullableCreateOrganizationPayload) UnmarshalJSON(src []byte) error
- func (v *NullableCreateOrganizationPayload) Unset()
- type NullableCreateSpacePayload
- func (v NullableCreateSpacePayload) Get() *CreateSpacePayload
- func (v NullableCreateSpacePayload) IsSet() bool
- func (v NullableCreateSpacePayload) MarshalJSON() ([]byte, error)
- func (v *NullableCreateSpacePayload) Set(val *CreateSpacePayload)
- func (v *NullableCreateSpacePayload) UnmarshalJSON(src []byte) error
- func (v *NullableCreateSpacePayload) Unset()
- type NullableCreateSpaceRolePayload
- func (v NullableCreateSpaceRolePayload) Get() *CreateSpaceRolePayload
- func (v NullableCreateSpaceRolePayload) IsSet() bool
- func (v NullableCreateSpaceRolePayload) MarshalJSON() ([]byte, error)
- func (v *NullableCreateSpaceRolePayload) Set(val *CreateSpaceRolePayload)
- func (v *NullableCreateSpaceRolePayload) UnmarshalJSON(src []byte) error
- func (v *NullableCreateSpaceRolePayload) Unset()
- type NullableErrorResponse
- func (v NullableErrorResponse) Get() *ErrorResponse
- func (v NullableErrorResponse) IsSet() bool
- func (v NullableErrorResponse) MarshalJSON() ([]byte, error)
- func (v *NullableErrorResponse) Set(val *ErrorResponse)
- func (v *NullableErrorResponse) UnmarshalJSON(src []byte) error
- func (v *NullableErrorResponse) Unset()
- type NullableFloat32
- type NullableFloat64
- type NullableInt
- type NullableInt32
- type NullableInt64
- type NullableIsolationSegment
- func (v NullableIsolationSegment) Get() *IsolationSegment
- func (v NullableIsolationSegment) IsSet() bool
- func (v NullableIsolationSegment) MarshalJSON() ([]byte, error)
- func (v *NullableIsolationSegment) Set(val *IsolationSegment)
- func (v *NullableIsolationSegment) UnmarshalJSON(src []byte) error
- func (v *NullableIsolationSegment) Unset()
- type NullableIsolationSegmentsList
- func (v NullableIsolationSegmentsList) Get() *IsolationSegmentsList
- func (v NullableIsolationSegmentsList) IsSet() bool
- func (v NullableIsolationSegmentsList) MarshalJSON() ([]byte, error)
- func (v *NullableIsolationSegmentsList) Set(val *IsolationSegmentsList)
- func (v *NullableIsolationSegmentsList) UnmarshalJSON(src []byte) error
- func (v *NullableIsolationSegmentsList) Unset()
- type NullableOrgManager
- type NullableOrgManagerDeleteResponse
- func (v NullableOrgManagerDeleteResponse) Get() *OrgManagerDeleteResponse
- func (v NullableOrgManagerDeleteResponse) IsSet() bool
- func (v NullableOrgManagerDeleteResponse) MarshalJSON() ([]byte, error)
- func (v *NullableOrgManagerDeleteResponse) Set(val *OrgManagerDeleteResponse)
- func (v *NullableOrgManagerDeleteResponse) UnmarshalJSON(src []byte) error
- func (v *NullableOrgManagerDeleteResponse) Unset()
- type NullableOrgManagerResponse
- func (v NullableOrgManagerResponse) Get() *OrgManagerResponse
- func (v NullableOrgManagerResponse) IsSet() bool
- func (v NullableOrgManagerResponse) MarshalJSON() ([]byte, error)
- func (v *NullableOrgManagerResponse) Set(val *OrgManagerResponse)
- func (v *NullableOrgManagerResponse) UnmarshalJSON(src []byte) error
- func (v *NullableOrgManagerResponse) Unset()
- type NullableOrgRoleCreateBffRequest
- func (v NullableOrgRoleCreateBffRequest) Get() *OrgRoleCreateBffRequest
- func (v NullableOrgRoleCreateBffRequest) IsSet() bool
- func (v NullableOrgRoleCreateBffRequest) MarshalJSON() ([]byte, error)
- func (v *NullableOrgRoleCreateBffRequest) Set(val *OrgRoleCreateBffRequest)
- func (v *NullableOrgRoleCreateBffRequest) UnmarshalJSON(src []byte) error
- func (v *NullableOrgRoleCreateBffRequest) Unset()
- type NullableOrgRoleResponse
- func (v NullableOrgRoleResponse) Get() *OrgRoleResponse
- func (v NullableOrgRoleResponse) IsSet() bool
- func (v NullableOrgRoleResponse) MarshalJSON() ([]byte, error)
- func (v *NullableOrgRoleResponse) Set(val *OrgRoleResponse)
- func (v *NullableOrgRoleResponse) UnmarshalJSON(src []byte) error
- func (v *NullableOrgRoleResponse) Unset()
- type NullableOrgRoleType
- func (v NullableOrgRoleType) Get() *OrgRoleType
- func (v NullableOrgRoleType) IsSet() bool
- func (v NullableOrgRoleType) MarshalJSON() ([]byte, error)
- func (v *NullableOrgRoleType) Set(val *OrgRoleType)
- func (v *NullableOrgRoleType) UnmarshalJSON(src []byte) error
- func (v *NullableOrgRoleType) Unset()
- type NullableOrganization
- func (v NullableOrganization) Get() *Organization
- func (v NullableOrganization) IsSet() bool
- func (v NullableOrganization) MarshalJSON() ([]byte, error)
- func (v *NullableOrganization) Set(val *Organization)
- func (v *NullableOrganization) UnmarshalJSON(src []byte) error
- func (v *NullableOrganization) Unset()
- type NullableOrganizationCreateBffResponse
- func (v NullableOrganizationCreateBffResponse) Get() *OrganizationCreateBffResponse
- func (v NullableOrganizationCreateBffResponse) IsSet() bool
- func (v NullableOrganizationCreateBffResponse) MarshalJSON() ([]byte, error)
- func (v *NullableOrganizationCreateBffResponse) Set(val *OrganizationCreateBffResponse)
- func (v *NullableOrganizationCreateBffResponse) UnmarshalJSON(src []byte) error
- func (v *NullableOrganizationCreateBffResponse) Unset()
- type NullableOrganizationCreateResponse
- func (v NullableOrganizationCreateResponse) Get() *OrganizationCreateResponse
- func (v NullableOrganizationCreateResponse) IsSet() bool
- func (v NullableOrganizationCreateResponse) MarshalJSON() ([]byte, error)
- func (v *NullableOrganizationCreateResponse) Set(val *OrganizationCreateResponse)
- func (v *NullableOrganizationCreateResponse) UnmarshalJSON(src []byte) error
- func (v *NullableOrganizationCreateResponse) Unset()
- type NullableOrganizationDeleteResponse
- func (v NullableOrganizationDeleteResponse) Get() *OrganizationDeleteResponse
- func (v NullableOrganizationDeleteResponse) IsSet() bool
- func (v NullableOrganizationDeleteResponse) MarshalJSON() ([]byte, error)
- func (v *NullableOrganizationDeleteResponse) Set(val *OrganizationDeleteResponse)
- func (v *NullableOrganizationDeleteResponse) UnmarshalJSON(src []byte) error
- func (v *NullableOrganizationDeleteResponse) Unset()
- type NullableOrganizationQuota
- func (v NullableOrganizationQuota) Get() *OrganizationQuota
- func (v NullableOrganizationQuota) IsSet() bool
- func (v NullableOrganizationQuota) MarshalJSON() ([]byte, error)
- func (v *NullableOrganizationQuota) Set(val *OrganizationQuota)
- func (v *NullableOrganizationQuota) UnmarshalJSON(src []byte) error
- func (v *NullableOrganizationQuota) Unset()
- type NullableOrganizationUsageSummary
- func (v NullableOrganizationUsageSummary) Get() *OrganizationUsageSummary
- func (v NullableOrganizationUsageSummary) IsSet() bool
- func (v NullableOrganizationUsageSummary) MarshalJSON() ([]byte, error)
- func (v *NullableOrganizationUsageSummary) Set(val *OrganizationUsageSummary)
- func (v *NullableOrganizationUsageSummary) UnmarshalJSON(src []byte) error
- func (v *NullableOrganizationUsageSummary) Unset()
- type NullableOrganizationsList
- func (v NullableOrganizationsList) Get() *OrganizationsList
- func (v NullableOrganizationsList) IsSet() bool
- func (v NullableOrganizationsList) MarshalJSON() ([]byte, error)
- func (v *NullableOrganizationsList) Set(val *OrganizationsList)
- func (v *NullableOrganizationsList) UnmarshalJSON(src []byte) error
- func (v *NullableOrganizationsList) Unset()
- type NullableOrganizationsListItem
- func (v NullableOrganizationsListItem) Get() *OrganizationsListItem
- func (v NullableOrganizationsListItem) IsSet() bool
- func (v NullableOrganizationsListItem) MarshalJSON() ([]byte, error)
- func (v *NullableOrganizationsListItem) Set(val *OrganizationsListItem)
- func (v *NullableOrganizationsListItem) UnmarshalJSON(src []byte) error
- func (v *NullableOrganizationsListItem) Unset()
- type NullablePagination
- type NullablePlatformList
- func (v NullablePlatformList) Get() *PlatformList
- func (v NullablePlatformList) IsSet() bool
- func (v NullablePlatformList) MarshalJSON() ([]byte, error)
- func (v *NullablePlatformList) Set(val *PlatformList)
- func (v *NullablePlatformList) UnmarshalJSON(src []byte) error
- func (v *NullablePlatformList) Unset()
- type NullablePlatforms
- type NullableQuota
- type NullableQuotaApps
- type NullableQuotaDomains
- func (v NullableQuotaDomains) Get() *QuotaDomains
- func (v NullableQuotaDomains) IsSet() bool
- func (v NullableQuotaDomains) MarshalJSON() ([]byte, error)
- func (v *NullableQuotaDomains) Set(val *QuotaDomains)
- func (v *NullableQuotaDomains) UnmarshalJSON(src []byte) error
- func (v *NullableQuotaDomains) Unset()
- type NullableQuotaRoutes
- func (v NullableQuotaRoutes) Get() *QuotaRoutes
- func (v NullableQuotaRoutes) IsSet() bool
- func (v NullableQuotaRoutes) MarshalJSON() ([]byte, error)
- func (v *NullableQuotaRoutes) Set(val *QuotaRoutes)
- func (v *NullableQuotaRoutes) UnmarshalJSON(src []byte) error
- func (v *NullableQuotaRoutes) Unset()
- type NullableQuotaServices
- func (v NullableQuotaServices) Get() *QuotaServices
- func (v NullableQuotaServices) IsSet() bool
- func (v NullableQuotaServices) MarshalJSON() ([]byte, error)
- func (v *NullableQuotaServices) Set(val *QuotaServices)
- func (v *NullableQuotaServices) UnmarshalJSON(src []byte) error
- func (v *NullableQuotaServices) Unset()
- type NullableSpace
- type NullableSpaceCreatedBffResponse
- func (v NullableSpaceCreatedBffResponse) Get() *SpaceCreatedBffResponse
- func (v NullableSpaceCreatedBffResponse) IsSet() bool
- func (v NullableSpaceCreatedBffResponse) MarshalJSON() ([]byte, error)
- func (v *NullableSpaceCreatedBffResponse) Set(val *SpaceCreatedBffResponse)
- func (v *NullableSpaceCreatedBffResponse) UnmarshalJSON(src []byte) error
- func (v *NullableSpaceCreatedBffResponse) Unset()
- type NullableSpaceDeleteResponse
- func (v NullableSpaceDeleteResponse) Get() *SpaceDeleteResponse
- func (v NullableSpaceDeleteResponse) IsSet() bool
- func (v NullableSpaceDeleteResponse) MarshalJSON() ([]byte, error)
- func (v *NullableSpaceDeleteResponse) Set(val *SpaceDeleteResponse)
- func (v *NullableSpaceDeleteResponse) UnmarshalJSON(src []byte) error
- func (v *NullableSpaceDeleteResponse) Unset()
- type NullableSpaceRoleCreateBffRequest
- func (v NullableSpaceRoleCreateBffRequest) Get() *SpaceRoleCreateBffRequest
- func (v NullableSpaceRoleCreateBffRequest) IsSet() bool
- func (v NullableSpaceRoleCreateBffRequest) MarshalJSON() ([]byte, error)
- func (v *NullableSpaceRoleCreateBffRequest) Set(val *SpaceRoleCreateBffRequest)
- func (v *NullableSpaceRoleCreateBffRequest) UnmarshalJSON(src []byte) error
- func (v *NullableSpaceRoleCreateBffRequest) Unset()
- type NullableSpaceRoleCreateBffResponse
- func (v NullableSpaceRoleCreateBffResponse) Get() *SpaceRoleCreateBffResponse
- func (v NullableSpaceRoleCreateBffResponse) IsSet() bool
- func (v NullableSpaceRoleCreateBffResponse) MarshalJSON() ([]byte, error)
- func (v *NullableSpaceRoleCreateBffResponse) Set(val *SpaceRoleCreateBffResponse)
- func (v *NullableSpaceRoleCreateBffResponse) UnmarshalJSON(src []byte) error
- func (v *NullableSpaceRoleCreateBffResponse) Unset()
- type NullableSpaceRoleCreateResponse
- func (v NullableSpaceRoleCreateResponse) Get() *SpaceRoleCreateResponse
- func (v NullableSpaceRoleCreateResponse) IsSet() bool
- func (v NullableSpaceRoleCreateResponse) MarshalJSON() ([]byte, error)
- func (v *NullableSpaceRoleCreateResponse) Set(val *SpaceRoleCreateResponse)
- func (v *NullableSpaceRoleCreateResponse) UnmarshalJSON(src []byte) error
- func (v *NullableSpaceRoleCreateResponse) Unset()
- type NullableSpaceRoleType
- func (v NullableSpaceRoleType) Get() *SpaceRoleType
- func (v NullableSpaceRoleType) IsSet() bool
- func (v NullableSpaceRoleType) MarshalJSON() ([]byte, error)
- func (v *NullableSpaceRoleType) Set(val *SpaceRoleType)
- func (v *NullableSpaceRoleType) UnmarshalJSON(src []byte) error
- func (v *NullableSpaceRoleType) Unset()
- type NullableSpaceWithIsolationSegment
- func (v NullableSpaceWithIsolationSegment) Get() *SpaceWithIsolationSegment
- func (v NullableSpaceWithIsolationSegment) IsSet() bool
- func (v NullableSpaceWithIsolationSegment) MarshalJSON() ([]byte, error)
- func (v *NullableSpaceWithIsolationSegment) Set(val *SpaceWithIsolationSegment)
- func (v *NullableSpaceWithIsolationSegment) UnmarshalJSON(src []byte) error
- func (v *NullableSpaceWithIsolationSegment) Unset()
- type NullableSpacesList
- type NullableString
- type NullableTime
- type NullableUpdateOrganizationPayload
- func (v NullableUpdateOrganizationPayload) Get() *UpdateOrganizationPayload
- func (v NullableUpdateOrganizationPayload) IsSet() bool
- func (v NullableUpdateOrganizationPayload) MarshalJSON() ([]byte, error)
- func (v *NullableUpdateOrganizationPayload) Set(val *UpdateOrganizationPayload)
- func (v *NullableUpdateOrganizationPayload) UnmarshalJSON(src []byte) error
- func (v *NullableUpdateOrganizationPayload) Unset()
- type NullableUpdateSpacePayload
- func (v NullableUpdateSpacePayload) Get() *UpdateSpacePayload
- func (v NullableUpdateSpacePayload) IsSet() bool
- func (v NullableUpdateSpacePayload) MarshalJSON() ([]byte, error)
- func (v *NullableUpdateSpacePayload) Set(val *UpdateSpacePayload)
- func (v *NullableUpdateSpacePayload) UnmarshalJSON(src []byte) error
- func (v *NullableUpdateSpacePayload) Unset()
- type NullableUsageSummary
- func (v NullableUsageSummary) Get() *UsageSummary
- func (v NullableUsageSummary) IsSet() bool
- func (v NullableUsageSummary) MarshalJSON() ([]byte, error)
- func (v *NullableUsageSummary) Set(val *UsageSummary)
- func (v *NullableUsageSummary) UnmarshalJSON(src []byte) error
- func (v *NullableUsageSummary) Unset()
- type 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) MarshalJSON() ([]byte, error)
- 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) ToMap() (map[string]interface{}, error)
- func (o *OrgManager) UnmarshalJSON(data []byte) (err error)
- type OrgManagerDeleteResponse
- func (o *OrgManagerDeleteResponse) GetMessage() string
- func (o *OrgManagerDeleteResponse) GetMessageOk() (*string, bool)
- func (o OrgManagerDeleteResponse) MarshalJSON() ([]byte, error)
- func (o *OrgManagerDeleteResponse) SetMessage(v string)
- func (o OrgManagerDeleteResponse) ToMap() (map[string]interface{}, error)
- func (o *OrgManagerDeleteResponse) UnmarshalJSON(data []byte) (err error)
- type 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) MarshalJSON() ([]byte, error)
- 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) ToMap() (map[string]interface{}, error)
- func (o *OrgManagerResponse) UnmarshalJSON(data []byte) (err error)
- type OrgRoleCreateBffRequest
- func (o *OrgRoleCreateBffRequest) GetType() OrgRoleType
- func (o *OrgRoleCreateBffRequest) GetTypeOk() (*OrgRoleType, bool)
- func (o OrgRoleCreateBffRequest) MarshalJSON() ([]byte, error)
- func (o *OrgRoleCreateBffRequest) SetType(v OrgRoleType)
- func (o OrgRoleCreateBffRequest) ToMap() (map[string]interface{}, error)
- func (o *OrgRoleCreateBffRequest) UnmarshalJSON(data []byte) (err error)
- type 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) MarshalJSON() ([]byte, error)
- 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) ToMap() (map[string]interface{}, error)
- func (o *OrgRoleResponse) UnmarshalJSON(data []byte) (err error)
- type OrgRoleType
- type 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) MarshalJSON() ([]byte, error)
- 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) ToMap() (map[string]interface{}, error)
- func (o *Organization) UnmarshalJSON(data []byte) (err error)
- type 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) MarshalJSON() ([]byte, error)
- func (o *OrganizationCreateBffResponse) SetOrg(v OrganizationCreateResponse)
- func (o *OrganizationCreateBffResponse) SetRoles(v map[string]OrgRoleResponse)
- func (o OrganizationCreateBffResponse) ToMap() (map[string]interface{}, error)
- func (o *OrganizationCreateBffResponse) UnmarshalJSON(data []byte) (err error)
- type 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) MarshalJSON() ([]byte, error)
- 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) ToMap() (map[string]interface{}, error)
- func (o *OrganizationCreateResponse) UnmarshalJSON(data []byte) (err error)
- type 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) MarshalJSON() ([]byte, error)
- 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) ToMap() (map[string]interface{}, error)
- func (o *OrganizationDeleteResponse) UnmarshalJSON(data []byte) (err error)
- type 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) MarshalJSON() ([]byte, error)
- 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) ToMap() (map[string]interface{}, error)
- func (o *OrganizationQuota) UnmarshalJSON(data []byte) (err error)
- type 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) MarshalJSON() ([]byte, error)
- 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) ToMap() (map[string]interface{}, error)
- func (o *OrganizationUsageSummary) UnmarshalJSON(data []byte) (err error)
- type 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) MarshalJSON() ([]byte, error)
- func (o *OrganizationsList) SetPagination(v Pagination)
- func (o *OrganizationsList) SetResources(v []OrganizationsListItem)
- func (o OrganizationsList) ToMap() (map[string]interface{}, error)
- func (o *OrganizationsList) UnmarshalJSON(data []byte) (err error)
- type 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) MarshalJSON() ([]byte, error)
- 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) ToMap() (map[string]interface{}, error)
- func (o *OrganizationsListItem) UnmarshalJSON(data []byte) (err error)
- type 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) MarshalJSON() ([]byte, error)
- func (o *Pagination) SetTotalPages(v int64)
- func (o *Pagination) SetTotalResults(v int64)
- func (o Pagination) ToMap() (map[string]interface{}, error)
- type 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) MarshalJSON() ([]byte, error)
- func (o *PlatformList) SetPagination(v Pagination)
- func (o *PlatformList) SetResources(v []Platforms)
- func (o PlatformList) ToMap() (map[string]interface{}, error)
- func (o *PlatformList) UnmarshalJSON(data []byte) (err error)
- type 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) MarshalJSON() ([]byte, error)
- 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) ToMap() (map[string]interface{}, error)
- func (o *Platforms) UnmarshalJSON(data []byte) (err error)
- type 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) MarshalJSON() ([]byte, error)
- 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) ToMap() (map[string]interface{}, error)
- func (o *Quota) UnmarshalJSON(data []byte) (err error)
- type 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) MarshalJSON() ([]byte, error)
- 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) ToMap() (map[string]interface{}, error)
- func (o *QuotaApps) UnmarshalJSON(data []byte) (err error)
- type QuotaDomains
- func (o *QuotaDomains) GetTotalDomains() int64
- func (o *QuotaDomains) GetTotalDomainsOk() (*int64, bool)
- func (o QuotaDomains) MarshalJSON() ([]byte, error)
- func (o *QuotaDomains) SetTotalDomains(v int64)
- func (o QuotaDomains) ToMap() (map[string]interface{}, error)
- func (o *QuotaDomains) UnmarshalJSON(data []byte) (err error)
- type 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) MarshalJSON() ([]byte, error)
- func (o *QuotaRoutes) SetTotalReservedPorts(v int64)
- func (o *QuotaRoutes) SetTotalRoutes(v int64)
- func (o QuotaRoutes) ToMap() (map[string]interface{}, error)
- func (o *QuotaRoutes) UnmarshalJSON(data []byte) (err error)
- type 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) MarshalJSON() ([]byte, error)
- func (o *QuotaServices) SetPaidServicesAllowed(v bool)
- func (o *QuotaServices) SetTotalServiceInstances(v int64)
- func (o *QuotaServices) SetTotalServiceKeys(v int64)
- func (o QuotaServices) ToMap() (map[string]interface{}, error)
- func (o *QuotaServices) UnmarshalJSON(data []byte) (err error)
- type 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) MarshalJSON() ([]byte, error)
- 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) ToMap() (map[string]interface{}, error)
- func (o *Space) UnmarshalJSON(data []byte) (err error)
- type 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) MarshalJSON() ([]byte, error)
- func (o *SpaceCreatedBffResponse) SetOrgRole(v OrgRoleResponse)
- func (o *SpaceCreatedBffResponse) SetSpace(v Space)
- func (o *SpaceCreatedBffResponse) SetSpaceRole(v SpaceRoleCreateResponse)
- func (o SpaceCreatedBffResponse) ToMap() (map[string]interface{}, error)
- func (o *SpaceCreatedBffResponse) UnmarshalJSON(data []byte) (err error)
- type SpaceDeleteResponse
- func (o *SpaceDeleteResponse) GetMessage() string
- func (o *SpaceDeleteResponse) GetMessageOk() (*string, bool)
- func (o SpaceDeleteResponse) MarshalJSON() ([]byte, error)
- func (o *SpaceDeleteResponse) SetMessage(v string)
- func (o SpaceDeleteResponse) ToMap() (map[string]interface{}, error)
- func (o *SpaceDeleteResponse) UnmarshalJSON(data []byte) (err error)
- type SpaceRoleCreateBffRequest
- func (o *SpaceRoleCreateBffRequest) GetType() SpaceRoleType
- func (o *SpaceRoleCreateBffRequest) GetTypeOk() (*SpaceRoleType, bool)
- func (o SpaceRoleCreateBffRequest) MarshalJSON() ([]byte, error)
- func (o *SpaceRoleCreateBffRequest) SetType(v SpaceRoleType)
- func (o SpaceRoleCreateBffRequest) ToMap() (map[string]interface{}, error)
- func (o *SpaceRoleCreateBffRequest) UnmarshalJSON(data []byte) (err error)
- type 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) MarshalJSON() ([]byte, error)
- func (o *SpaceRoleCreateBffResponse) SetOrgRole(v OrgRoleResponse)
- func (o *SpaceRoleCreateBffResponse) SetSpaceRole(v SpaceRoleCreateResponse)
- func (o SpaceRoleCreateBffResponse) ToMap() (map[string]interface{}, error)
- func (o *SpaceRoleCreateBffResponse) UnmarshalJSON(data []byte) (err error)
- type 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) MarshalJSON() ([]byte, error)
- 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) ToMap() (map[string]interface{}, error)
- func (o *SpaceRoleCreateResponse) UnmarshalJSON(data []byte) (err error)
- type SpaceRoleType
- type 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) MarshalJSON() ([]byte, error)
- 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) ToMap() (map[string]interface{}, error)
- func (o *SpaceWithIsolationSegment) UnmarshalJSON(data []byte) (err error)
- type 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) MarshalJSON() ([]byte, error)
- func (o *SpacesList) SetPagination(v Pagination)
- func (o *SpacesList) SetResources(v []Space)
- func (o SpacesList) ToMap() (map[string]interface{}, error)
- func (o *SpacesList) UnmarshalJSON(data []byte) (err error)
- type 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) MarshalJSON() ([]byte, error)
- func (o *UpdateOrganizationPayload) SetName(v string)
- func (o *UpdateOrganizationPayload) SetSuspended(v bool)
- func (o UpdateOrganizationPayload) ToMap() (map[string]interface{}, error)
- type UpdateSpacePayload
- func (o *UpdateSpacePayload) GetName() string
- func (o *UpdateSpacePayload) GetNameOk() (*string, bool)
- func (o UpdateSpacePayload) MarshalJSON() ([]byte, error)
- func (o *UpdateSpacePayload) SetName(v string)
- func (o UpdateSpacePayload) ToMap() (map[string]interface{}, error)
- func (o *UpdateSpacePayload) UnmarshalJSON(data []byte) (err error)
- type 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) MarshalJSON() ([]byte, error)
- 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) ToMap() (map[string]interface{}, error)
- func (o *UsageSummary) UnmarshalJSON(data []byte) (err error)
Constants ¶
This section is empty.
Variables ¶
var ( JsonCheck = regexp.MustCompile(`(?i:(?:application|text)/(?:[^;]+\+)?json)`) XmlCheck = regexp.MustCompile(`(?i:(?:application|text)/(?:[^;]+\+)?xml)`) )
var AllowedOrgRoleTypeEnumValues = []OrgRoleType{
"organization_user",
"organization_auditor",
"organization_manager",
"organization_billing_manager",
}
All allowed values of OrgRoleType enum
var AllowedSpaceRoleTypeEnumValues = []SpaceRoleType{
"space_auditor",
"space_developer",
"space_manager",
"space_supporter",
}
All allowed values of SpaceRoleType enum
Functions ¶
func CacheExpires ¶
CacheExpires helper function to determine remaining time before repeating a request.
func NewConfiguration ¶
func NewConfiguration() *config.Configuration
NewConfiguration returns a new Configuration object
func PtrFloat32 ¶
PtrFloat32 is a helper routine that returns a pointer to given float value.
func PtrFloat64 ¶
PtrFloat64 is a helper routine that returns a pointer to given float value.
Types ¶
type APIClient ¶
type APIClient struct {
DefaultAPI DefaultAPI
// contains filtered or unexported fields
}
APIClient manages communication with the STACKIT Cloud Foundry API API v1.0.0 In most cases there should be only one, shared, APIClient.
func NewAPIClient ¶
func NewAPIClient(opts ...config.ConfigurationOption) (*APIClient, error)
NewAPIClient creates a new API client. Requires a userAgent string describing your application. optionally a custom http.Client to allow for advanced features such as caching.
func (*APIClient) GetConfig ¶
func (c *APIClient) GetConfig() *config.Configuration
Allow modification of underlying config for alternate implementations and testing Caution: modifying the configuration while live can cause data races and potentially unwanted behavior
type APIResponse ¶
type APIResponse struct {
*http.Response `json:"-"`
Message string `json:"message,omitempty"`
// Operation is the name of the OpenAPI operation.
Operation string `json:"operation,omitempty"`
// RequestURL is the request URL. This value is always available, even if the
// embedded *http.Response is nil.
RequestURL string `json:"url,omitempty"`
// Method is the HTTP method used for the request. This value is always
// available, even if the embedded *http.Response is nil.
Method string `json:"method,omitempty"`
// Payload holds the contents of the response body (which may be nil or empty).
// This is provided here as the raw response.Body() reader will have already
// been drained.
Payload []byte `json:"-"`
}
APIResponse stores the API response returned by the server.
func NewAPIResponse ¶
func NewAPIResponse(r *http.Response) *APIResponse
NewAPIResponse returns a new APIResponse object.
func NewAPIResponseWithError ¶
func NewAPIResponseWithError(errorMessage string) *APIResponse
NewAPIResponseWithError returns a new APIResponse object with the provided error message.
type ApiApplyOrganizationQuotaRequest ¶
type ApiApplyOrganizationQuotaRequest struct {
ApiService DefaultAPI
// contains filtered or unexported fields
}
func (ApiApplyOrganizationQuotaRequest) ApplyOrganizationQuotaPayload ¶
func (r ApiApplyOrganizationQuotaRequest) ApplyOrganizationQuotaPayload(applyOrganizationQuotaPayload ApplyOrganizationQuotaPayload) ApiApplyOrganizationQuotaRequest
func (ApiApplyOrganizationQuotaRequest) Execute ¶
func (r ApiApplyOrganizationQuotaRequest) Execute() (*OrganizationQuota, error)
type ApiCreateOrgManagerRequest ¶
type ApiCreateOrgManagerRequest struct {
ApiService DefaultAPI
// contains filtered or unexported fields
}
func (ApiCreateOrgManagerRequest) Execute ¶
func (r ApiCreateOrgManagerRequest) Execute() (*OrgManagerResponse, error)
type ApiCreateOrgRoleRequest ¶
type ApiCreateOrgRoleRequest struct {
ApiService DefaultAPI
// contains filtered or unexported fields
}
func (ApiCreateOrgRoleRequest) CreateOrgRolePayload ¶
func (r ApiCreateOrgRoleRequest) CreateOrgRolePayload(createOrgRolePayload CreateOrgRolePayload) ApiCreateOrgRoleRequest
func (ApiCreateOrgRoleRequest) Execute ¶
func (r ApiCreateOrgRoleRequest) Execute() (*OrgRoleResponse, error)
type ApiCreateOrganizationRequest ¶
type ApiCreateOrganizationRequest struct {
ApiService DefaultAPI
// contains filtered or unexported fields
}
func (ApiCreateOrganizationRequest) CreateOrganizationPayload ¶
func (r ApiCreateOrganizationRequest) CreateOrganizationPayload(createOrganizationPayload CreateOrganizationPayload) ApiCreateOrganizationRequest
func (ApiCreateOrganizationRequest) Execute ¶
func (r ApiCreateOrganizationRequest) Execute() (*OrganizationCreateResponse, error)
type ApiCreateSpaceRequest ¶
type ApiCreateSpaceRequest struct {
ApiService DefaultAPI
// contains filtered or unexported fields
}
func (ApiCreateSpaceRequest) CreateSpacePayload ¶
func (r ApiCreateSpaceRequest) CreateSpacePayload(createSpacePayload CreateSpacePayload) ApiCreateSpaceRequest
func (ApiCreateSpaceRequest) Execute ¶
func (r ApiCreateSpaceRequest) Execute() (*Space, error)
type ApiCreateSpaceRoleRequest ¶
type ApiCreateSpaceRoleRequest struct {
ApiService DefaultAPI
// contains filtered or unexported fields
}
func (ApiCreateSpaceRoleRequest) CreateSpaceRolePayload ¶
func (r ApiCreateSpaceRoleRequest) CreateSpaceRolePayload(createSpaceRolePayload CreateSpaceRolePayload) ApiCreateSpaceRoleRequest
func (ApiCreateSpaceRoleRequest) Execute ¶
func (r ApiCreateSpaceRoleRequest) Execute() (*SpaceRoleCreateResponse, error)
type ApiDeleteOrgManagerRequest ¶
type ApiDeleteOrgManagerRequest struct {
ApiService DefaultAPI
// contains filtered or unexported fields
}
func (ApiDeleteOrgManagerRequest) Execute ¶
func (r ApiDeleteOrgManagerRequest) Execute() (*OrgManagerDeleteResponse, error)
type ApiDeleteOrganizationRequest ¶
type ApiDeleteOrganizationRequest struct {
ApiService DefaultAPI
// contains filtered or unexported fields
}
func (ApiDeleteOrganizationRequest) Execute ¶
func (r ApiDeleteOrganizationRequest) Execute() (*OrganizationDeleteResponse, error)
type ApiDeleteSpaceRequest ¶
type ApiDeleteSpaceRequest struct {
ApiService DefaultAPI
// contains filtered or unexported fields
}
func (ApiDeleteSpaceRequest) Execute ¶
func (r ApiDeleteSpaceRequest) Execute() (*SpaceDeleteResponse, error)
type ApiGetOrgManagerRequest ¶
type ApiGetOrgManagerRequest struct {
ApiService DefaultAPI
// contains filtered or unexported fields
}
func (ApiGetOrgManagerRequest) Execute ¶
func (r ApiGetOrgManagerRequest) Execute() (*OrgManager, error)
type ApiGetOrganizationQuotaRequest ¶
type ApiGetOrganizationQuotaRequest struct {
ApiService DefaultAPI
// contains filtered or unexported fields
}
func (ApiGetOrganizationQuotaRequest) Execute ¶
func (r ApiGetOrganizationQuotaRequest) Execute() (*Quota, error)
type ApiGetOrganizationRequest ¶
type ApiGetOrganizationRequest struct {
ApiService DefaultAPI
// contains filtered or unexported fields
}
func (ApiGetOrganizationRequest) Execute ¶
func (r ApiGetOrganizationRequest) Execute() (*Organization, error)
type ApiGetOrganizationUsageSummaryRequest ¶
type ApiGetOrganizationUsageSummaryRequest struct {
ApiService DefaultAPI
// contains filtered or unexported fields
}
func (ApiGetOrganizationUsageSummaryRequest) Execute ¶
func (r ApiGetOrganizationUsageSummaryRequest) Execute() (*OrganizationUsageSummary, error)
type ApiGetPlatformQuotaRequest ¶
type ApiGetPlatformQuotaRequest struct {
ApiService DefaultAPI
// contains filtered or unexported fields
}
func (ApiGetPlatformQuotaRequest) Execute ¶
func (r ApiGetPlatformQuotaRequest) Execute() (*Quota, error)
type ApiGetPlatformRequest ¶
type ApiGetPlatformRequest struct {
ApiService DefaultAPI
// contains filtered or unexported fields
}
func (ApiGetPlatformRequest) Execute ¶
func (r ApiGetPlatformRequest) Execute() (*Platforms, error)
type ApiGetSpaceRequest ¶
type ApiGetSpaceRequest struct {
ApiService DefaultAPI
// contains filtered or unexported fields
}
func (ApiGetSpaceRequest) Execute ¶
func (r ApiGetSpaceRequest) Execute() (*Space, error)
type ApiListOrganizationQuotasRequest ¶
type ApiListOrganizationQuotasRequest struct {
ApiService DefaultAPI
// contains filtered or unexported fields
}
func (ApiListOrganizationQuotasRequest) Execute ¶
func (r ApiListOrganizationQuotasRequest) Execute() ([]Quota, error)
type ApiListOrganizationsRequest ¶
type ApiListOrganizationsRequest struct {
ApiService DefaultAPI
// contains filtered or unexported fields
}
func (ApiListOrganizationsRequest) Execute ¶
func (r ApiListOrganizationsRequest) Execute() (*OrganizationsList, error)
func (ApiListOrganizationsRequest) OrderBy ¶
func (r ApiListOrganizationsRequest) OrderBy(orderBy string) ApiListOrganizationsRequest
In case `withDetails` is enabled, the organization list can be sorted by `name`. In order to sort by `name`, you have to set the value `name`. The default sort ordering is ascending. To specify descending order for `name` field, you have to append ` desc` suffix; for example `name desc`.
func (ApiListOrganizationsRequest) Page ¶
func (r ApiListOrganizationsRequest) Page(page int64) ApiListOrganizationsRequest
Which page is returned
func (ApiListOrganizationsRequest) PerPage ¶
func (r ApiListOrganizationsRequest) PerPage(perPage int64) ApiListOrganizationsRequest
Elements to be returned per page
func (ApiListOrganizationsRequest) WithDetails ¶
func (r ApiListOrganizationsRequest) WithDetails(withDetails bool) ApiListOrganizationsRequest
Adds the details to the response that can be queried from the Cloud Controller API
type ApiListPlatformQuotasRequest ¶
type ApiListPlatformQuotasRequest struct {
ApiService DefaultAPI
// contains filtered or unexported fields
}
func (ApiListPlatformQuotasRequest) Execute ¶
func (r ApiListPlatformQuotasRequest) Execute() ([]Quota, error)
type ApiListPlatformsRequest ¶
type ApiListPlatformsRequest struct {
ApiService DefaultAPI
// contains filtered or unexported fields
}
func (ApiListPlatformsRequest) Execute ¶
func (r ApiListPlatformsRequest) Execute() (*PlatformList, error)
func (ApiListPlatformsRequest) Page ¶
func (r ApiListPlatformsRequest) Page(page int64) ApiListPlatformsRequest
Which page is returned
func (ApiListPlatformsRequest) PerPage ¶
func (r ApiListPlatformsRequest) PerPage(perPage int64) ApiListPlatformsRequest
Elements to be returned per page
type ApiListSpacesRequest ¶
type ApiListSpacesRequest struct {
ApiService DefaultAPI
// contains filtered or unexported fields
}
func (ApiListSpacesRequest) Execute ¶
func (r ApiListSpacesRequest) Execute() (*SpacesList, error)
func (ApiListSpacesRequest) Page ¶
func (r ApiListSpacesRequest) Page(page int64) ApiListSpacesRequest
Which page is returned
func (ApiListSpacesRequest) PerPage ¶
func (r ApiListSpacesRequest) PerPage(perPage int64) ApiListSpacesRequest
Elements to be returned per page
type ApiUpdateOrganizationRequest ¶
type ApiUpdateOrganizationRequest struct {
ApiService DefaultAPI
// contains filtered or unexported fields
}
func (ApiUpdateOrganizationRequest) Execute ¶
func (r ApiUpdateOrganizationRequest) Execute() (*Organization, error)
func (ApiUpdateOrganizationRequest) UpdateOrganizationPayload ¶
func (r ApiUpdateOrganizationRequest) UpdateOrganizationPayload(updateOrganizationPayload UpdateOrganizationPayload) ApiUpdateOrganizationRequest
type ApiUpdateSpaceRequest ¶
type ApiUpdateSpaceRequest struct {
ApiService DefaultAPI
// contains filtered or unexported fields
}
func (ApiUpdateSpaceRequest) Execute ¶
func (r ApiUpdateSpaceRequest) Execute() (*Space, error)
func (ApiUpdateSpaceRequest) UpdateSpacePayload ¶
func (r ApiUpdateSpaceRequest) UpdateSpacePayload(updateSpacePayload UpdateSpacePayload) ApiUpdateSpaceRequest
type ApplyOrganizationQuotaPayload ¶
type ApplyOrganizationQuotaPayload struct {
QuotaId string `json:"quotaId"`
}
ApplyOrganizationQuotaPayload struct for ApplyOrganizationQuotaPayload
func NewApplyOrganizationQuotaPayload ¶
func NewApplyOrganizationQuotaPayload(quotaId string) *ApplyOrganizationQuotaPayload
NewApplyOrganizationQuotaPayload instantiates a new ApplyOrganizationQuotaPayload object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewApplyOrganizationQuotaPayloadWithDefaults ¶
func NewApplyOrganizationQuotaPayloadWithDefaults() *ApplyOrganizationQuotaPayload
NewApplyOrganizationQuotaPayloadWithDefaults instantiates a new ApplyOrganizationQuotaPayload object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*ApplyOrganizationQuotaPayload) GetQuotaId ¶
func (o *ApplyOrganizationQuotaPayload) GetQuotaId() string
GetQuotaId returns the QuotaId field value
func (*ApplyOrganizationQuotaPayload) GetQuotaIdOk ¶
func (o *ApplyOrganizationQuotaPayload) GetQuotaIdOk() (*string, bool)
GetQuotaIdOk returns a tuple with the QuotaId field value and a boolean to check if the value has been set.
func (ApplyOrganizationQuotaPayload) MarshalJSON ¶
func (o ApplyOrganizationQuotaPayload) MarshalJSON() ([]byte, error)
func (*ApplyOrganizationQuotaPayload) SetQuotaId ¶
func (o *ApplyOrganizationQuotaPayload) SetQuotaId(v string)
SetQuotaId sets field value
func (ApplyOrganizationQuotaPayload) ToMap ¶
func (o ApplyOrganizationQuotaPayload) ToMap() (map[string]interface{}, error)
func (*ApplyOrganizationQuotaPayload) UnmarshalJSON ¶
func (o *ApplyOrganizationQuotaPayload) UnmarshalJSON(data []byte) (err error)
type CreateOrgRolePayload ¶
type CreateOrgRolePayload struct {
Type OrgRoleType `json:"type"`
UserGuid *string `json:"userGuid,omitempty"`
UserName *string `json:"userName,omitempty"`
}
CreateOrgRolePayload struct for CreateOrgRolePayload
func NewCreateOrgRolePayload ¶
func NewCreateOrgRolePayload(types OrgRoleType) *CreateOrgRolePayload
NewCreateOrgRolePayload instantiates a new CreateOrgRolePayload object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewCreateOrgRolePayloadWithDefaults ¶
func NewCreateOrgRolePayloadWithDefaults() *CreateOrgRolePayload
NewCreateOrgRolePayloadWithDefaults instantiates a new CreateOrgRolePayload object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*CreateOrgRolePayload) GetType ¶
func (o *CreateOrgRolePayload) GetType() OrgRoleType
GetType returns the Type field value
func (*CreateOrgRolePayload) GetTypeOk ¶
func (o *CreateOrgRolePayload) GetTypeOk() (*OrgRoleType, bool)
GetTypeOk returns a tuple with the Type field value and a boolean to check if the value has been set.
func (*CreateOrgRolePayload) GetUserGuid ¶
func (o *CreateOrgRolePayload) GetUserGuid() string
GetUserGuid returns the UserGuid field value if set, zero value otherwise.
func (*CreateOrgRolePayload) GetUserGuidOk ¶
func (o *CreateOrgRolePayload) GetUserGuidOk() (*string, bool)
GetUserGuidOk returns a tuple with the UserGuid field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CreateOrgRolePayload) GetUserName ¶
func (o *CreateOrgRolePayload) GetUserName() string
GetUserName returns the UserName field value if set, zero value otherwise.
func (*CreateOrgRolePayload) GetUserNameOk ¶
func (o *CreateOrgRolePayload) GetUserNameOk() (*string, bool)
GetUserNameOk returns a tuple with the UserName field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CreateOrgRolePayload) HasUserGuid ¶
func (o *CreateOrgRolePayload) HasUserGuid() bool
HasUserGuid returns a boolean if a field has been set.
func (*CreateOrgRolePayload) HasUserName ¶
func (o *CreateOrgRolePayload) HasUserName() bool
HasUserName returns a boolean if a field has been set.
func (CreateOrgRolePayload) MarshalJSON ¶
func (o CreateOrgRolePayload) MarshalJSON() ([]byte, error)
func (*CreateOrgRolePayload) SetType ¶
func (o *CreateOrgRolePayload) SetType(v OrgRoleType)
SetType sets field value
func (*CreateOrgRolePayload) SetUserGuid ¶
func (o *CreateOrgRolePayload) SetUserGuid(v string)
SetUserGuid gets a reference to the given string and assigns it to the UserGuid field.
func (*CreateOrgRolePayload) SetUserName ¶
func (o *CreateOrgRolePayload) SetUserName(v string)
SetUserName gets a reference to the given string and assigns it to the UserName field.
func (CreateOrgRolePayload) ToMap ¶
func (o CreateOrgRolePayload) ToMap() (map[string]interface{}, error)
func (*CreateOrgRolePayload) UnmarshalJSON ¶
func (o *CreateOrgRolePayload) UnmarshalJSON(data []byte) (err error)
type CreateOrganizationPayload ¶
type CreateOrganizationPayload struct {
Name string `json:"name"`
PlatformId *string `json:"platformId,omitempty"`
}
CreateOrganizationPayload struct for CreateOrganizationPayload
func NewCreateOrganizationPayload ¶
func NewCreateOrganizationPayload(name string) *CreateOrganizationPayload
NewCreateOrganizationPayload instantiates a new CreateOrganizationPayload object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewCreateOrganizationPayloadWithDefaults ¶
func NewCreateOrganizationPayloadWithDefaults() *CreateOrganizationPayload
NewCreateOrganizationPayloadWithDefaults instantiates a new CreateOrganizationPayload object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*CreateOrganizationPayload) GetName ¶
func (o *CreateOrganizationPayload) GetName() string
GetName returns the Name field value
func (*CreateOrganizationPayload) GetNameOk ¶
func (o *CreateOrganizationPayload) GetNameOk() (*string, bool)
GetNameOk returns a tuple with the Name field value and a boolean to check if the value has been set.
func (*CreateOrganizationPayload) GetPlatformId ¶
func (o *CreateOrganizationPayload) GetPlatformId() string
GetPlatformId returns the PlatformId field value if set, zero value otherwise.
func (*CreateOrganizationPayload) GetPlatformIdOk ¶
func (o *CreateOrganizationPayload) GetPlatformIdOk() (*string, bool)
GetPlatformIdOk returns a tuple with the PlatformId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CreateOrganizationPayload) HasPlatformId ¶
func (o *CreateOrganizationPayload) HasPlatformId() bool
HasPlatformId returns a boolean if a field has been set.
func (CreateOrganizationPayload) MarshalJSON ¶
func (o CreateOrganizationPayload) MarshalJSON() ([]byte, error)
func (*CreateOrganizationPayload) SetName ¶
func (o *CreateOrganizationPayload) SetName(v string)
SetName sets field value
func (*CreateOrganizationPayload) SetPlatformId ¶
func (o *CreateOrganizationPayload) SetPlatformId(v string)
SetPlatformId gets a reference to the given string and assigns it to the PlatformId field.
func (CreateOrganizationPayload) ToMap ¶
func (o CreateOrganizationPayload) ToMap() (map[string]interface{}, error)
func (*CreateOrganizationPayload) UnmarshalJSON ¶
func (o *CreateOrganizationPayload) UnmarshalJSON(data []byte) (err error)
type CreateSpacePayload ¶
type CreateSpacePayload struct {
// Name of the space
Name string `json:"name"`
}
CreateSpacePayload struct for CreateSpacePayload
func NewCreateSpacePayload ¶
func NewCreateSpacePayload(name string) *CreateSpacePayload
NewCreateSpacePayload instantiates a new CreateSpacePayload object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewCreateSpacePayloadWithDefaults ¶
func NewCreateSpacePayloadWithDefaults() *CreateSpacePayload
NewCreateSpacePayloadWithDefaults instantiates a new CreateSpacePayload object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*CreateSpacePayload) GetName ¶
func (o *CreateSpacePayload) GetName() string
GetName returns the Name field value
func (*CreateSpacePayload) GetNameOk ¶
func (o *CreateSpacePayload) GetNameOk() (*string, bool)
GetNameOk returns a tuple with the Name field value and a boolean to check if the value has been set.
func (CreateSpacePayload) MarshalJSON ¶
func (o CreateSpacePayload) MarshalJSON() ([]byte, error)
func (*CreateSpacePayload) SetName ¶
func (o *CreateSpacePayload) SetName(v string)
SetName sets field value
func (CreateSpacePayload) ToMap ¶
func (o CreateSpacePayload) ToMap() (map[string]interface{}, error)
func (*CreateSpacePayload) UnmarshalJSON ¶
func (o *CreateSpacePayload) UnmarshalJSON(data []byte) (err error)
type CreateSpaceRolePayload ¶
type CreateSpaceRolePayload struct {
Type SpaceRoleType `json:"type"`
UserGuid *string `json:"userGuid,omitempty"`
UserName *string `json:"userName,omitempty"`
}
CreateSpaceRolePayload struct for CreateSpaceRolePayload
func NewCreateSpaceRolePayload ¶
func NewCreateSpaceRolePayload(types SpaceRoleType) *CreateSpaceRolePayload
NewCreateSpaceRolePayload instantiates a new CreateSpaceRolePayload object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewCreateSpaceRolePayloadWithDefaults ¶
func NewCreateSpaceRolePayloadWithDefaults() *CreateSpaceRolePayload
NewCreateSpaceRolePayloadWithDefaults instantiates a new CreateSpaceRolePayload object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*CreateSpaceRolePayload) GetType ¶
func (o *CreateSpaceRolePayload) GetType() SpaceRoleType
GetType returns the Type field value
func (*CreateSpaceRolePayload) GetTypeOk ¶
func (o *CreateSpaceRolePayload) GetTypeOk() (*SpaceRoleType, bool)
GetTypeOk returns a tuple with the Type field value and a boolean to check if the value has been set.
func (*CreateSpaceRolePayload) GetUserGuid ¶
func (o *CreateSpaceRolePayload) GetUserGuid() string
GetUserGuid returns the UserGuid field value if set, zero value otherwise.
func (*CreateSpaceRolePayload) GetUserGuidOk ¶
func (o *CreateSpaceRolePayload) GetUserGuidOk() (*string, bool)
GetUserGuidOk returns a tuple with the UserGuid field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CreateSpaceRolePayload) GetUserName ¶
func (o *CreateSpaceRolePayload) GetUserName() string
GetUserName returns the UserName field value if set, zero value otherwise.
func (*CreateSpaceRolePayload) GetUserNameOk ¶
func (o *CreateSpaceRolePayload) GetUserNameOk() (*string, bool)
GetUserNameOk returns a tuple with the UserName field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CreateSpaceRolePayload) HasUserGuid ¶
func (o *CreateSpaceRolePayload) HasUserGuid() bool
HasUserGuid returns a boolean if a field has been set.
func (*CreateSpaceRolePayload) HasUserName ¶
func (o *CreateSpaceRolePayload) HasUserName() bool
HasUserName returns a boolean if a field has been set.
func (CreateSpaceRolePayload) MarshalJSON ¶
func (o CreateSpaceRolePayload) MarshalJSON() ([]byte, error)
func (*CreateSpaceRolePayload) SetType ¶
func (o *CreateSpaceRolePayload) SetType(v SpaceRoleType)
SetType sets field value
func (*CreateSpaceRolePayload) SetUserGuid ¶
func (o *CreateSpaceRolePayload) SetUserGuid(v string)
SetUserGuid gets a reference to the given string and assigns it to the UserGuid field.
func (*CreateSpaceRolePayload) SetUserName ¶
func (o *CreateSpaceRolePayload) SetUserName(v string)
SetUserName gets a reference to the given string and assigns it to the UserName field.
func (CreateSpaceRolePayload) ToMap ¶
func (o CreateSpaceRolePayload) ToMap() (map[string]interface{}, error)
func (*CreateSpaceRolePayload) UnmarshalJSON ¶
func (o *CreateSpaceRolePayload) UnmarshalJSON(data []byte) (err error)
type DefaultAPI ¶
type DefaultAPI interface {
/*
ApplyOrganizationQuota Apply an organization quota
Change the organization quota of an organization.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param projectId
@param region
@param organizationId
@return ApiApplyOrganizationQuotaRequest
*/
ApplyOrganizationQuota(ctx context.Context, projectId string, region string, organizationId string) ApiApplyOrganizationQuotaRequest
// ApplyOrganizationQuotaExecute executes the request
// @return OrganizationQuota
ApplyOrganizationQuotaExecute(r ApiApplyOrganizationQuotaRequest) (*OrganizationQuota, error)
/*
CreateOrgManager Create organization manager
Creates organization manager within an organization.
The organization manager will be backed by a CF user.
There is only one organization manager per organization.
The organization manager gets assigned the CF role Org Manager.
This endpoint does synchronously several non-atomic steps behind the scenes.
If any of those steps fail, the 'Delete Organization Manager' needs to be called first to clean up the failed creation attempt and afterwards the creation can be retried.
The password needs to be stored by the API callee since it cannot be retrieved after creation.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param projectId
@param region
@param organizationId
@return ApiCreateOrgManagerRequest
*/
CreateOrgManager(ctx context.Context, projectId string, region string, organizationId string) ApiCreateOrgManagerRequest
// CreateOrgManagerExecute executes the request
// @return OrgManagerResponse
CreateOrgManagerExecute(r ApiCreateOrgManagerRequest) (*OrgManagerResponse, error)
/*
CreateOrgRole Assign organization role
Assign organization role within an organization. If the role is already assigned, the existing role GUID gets returned.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param projectId
@param region
@param organizationId
@return ApiCreateOrgRoleRequest
*/
CreateOrgRole(ctx context.Context, projectId string, region string, organizationId string) ApiCreateOrgRoleRequest
// CreateOrgRoleExecute executes the request
// @return OrgRoleResponse
CreateOrgRoleExecute(r ApiCreateOrgRoleRequest) (*OrgRoleResponse, error)
/*
CreateOrganization Create an organization
Creates an organization without assigning any CF roles or creating a space.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param projectId
@param region
@return ApiCreateOrganizationRequest
*/
CreateOrganization(ctx context.Context, projectId string, region string) ApiCreateOrganizationRequest
// CreateOrganizationExecute executes the request
// @return OrganizationCreateResponse
CreateOrganizationExecute(r ApiCreateOrganizationRequest) (*OrganizationCreateResponse, error)
/*
CreateSpace Create space
Create space.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param projectId
@param region
@param organizationId
@return ApiCreateSpaceRequest
*/
CreateSpace(ctx context.Context, projectId string, region string, organizationId string) ApiCreateSpaceRequest
// CreateSpaceExecute executes the request
// @return Space
CreateSpaceExecute(r ApiCreateSpaceRequest) (*Space, error)
/*
CreateSpaceRole Assign space role
Assign space role within an space. If the role is already assigned, the existing role GUID gets returned.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param projectId
@param region
@param organizationId
@param spaceId
@return ApiCreateSpaceRoleRequest
*/
CreateSpaceRole(ctx context.Context, projectId string, region string, organizationId string, spaceId string) ApiCreateSpaceRoleRequest
// CreateSpaceRoleExecute executes the request
// @return SpaceRoleCreateResponse
CreateSpaceRoleExecute(r ApiCreateSpaceRoleRequest) (*SpaceRoleCreateResponse, error)
/*
DeleteOrgManager Delete organization manager
Delete the organization manager.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param projectId
@param region
@param organizationId
@return ApiDeleteOrgManagerRequest
*/
DeleteOrgManager(ctx context.Context, projectId string, region string, organizationId string) ApiDeleteOrgManagerRequest
// DeleteOrgManagerExecute executes the request
// @return OrgManagerDeleteResponse
DeleteOrgManagerExecute(r ApiDeleteOrgManagerRequest) (*OrgManagerDeleteResponse, error)
/*
DeleteOrganization Delete organization
Delete an organization.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param projectId
@param region
@param organizationId
@return ApiDeleteOrganizationRequest
*/
DeleteOrganization(ctx context.Context, projectId string, region string, organizationId string) ApiDeleteOrganizationRequest
// DeleteOrganizationExecute executes the request
// @return OrganizationDeleteResponse
DeleteOrganizationExecute(r ApiDeleteOrganizationRequest) (*OrganizationDeleteResponse, error)
/*
DeleteSpace Delete space
Delete space.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param projectId
@param region
@param organizationId
@param spaceId
@return ApiDeleteSpaceRequest
*/
DeleteSpace(ctx context.Context, projectId string, region string, organizationId string, spaceId string) ApiDeleteSpaceRequest
// DeleteSpaceExecute executes the request
// @return SpaceDeleteResponse
DeleteSpaceExecute(r ApiDeleteSpaceRequest) (*SpaceDeleteResponse, error)
/*
GetOrgManager Get organization manager
Returns the organization manager within an organization.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param projectId
@param region
@param organizationId
@return ApiGetOrgManagerRequest
*/
GetOrgManager(ctx context.Context, projectId string, region string, organizationId string) ApiGetOrgManagerRequest
// GetOrgManagerExecute executes the request
// @return OrgManager
GetOrgManagerExecute(r ApiGetOrgManagerRequest) (*OrgManager, error)
/*
GetOrganization Get an organization
Returns an organization.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param projectId
@param region
@param organizationId
@return ApiGetOrganizationRequest
*/
GetOrganization(ctx context.Context, projectId string, region string, organizationId string) ApiGetOrganizationRequest
// GetOrganizationExecute executes the request
// @return Organization
GetOrganizationExecute(r ApiGetOrganizationRequest) (*Organization, error)
/*
GetOrganizationQuota Get an organization quota
Returns an organization quota.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param projectId
@param region
@param organizationId
@param quotaId
@return ApiGetOrganizationQuotaRequest
*/
GetOrganizationQuota(ctx context.Context, projectId string, region string, organizationId string, quotaId string) ApiGetOrganizationQuotaRequest
// GetOrganizationQuotaExecute executes the request
// @return Quota
GetOrganizationQuotaExecute(r ApiGetOrganizationQuotaRequest) (*Quota, error)
/*
GetOrganizationUsageSummary Get an organization usage summary
Returns an organization usage summary.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param projectId
@param region
@param organizationId
@return ApiGetOrganizationUsageSummaryRequest
*/
GetOrganizationUsageSummary(ctx context.Context, projectId string, region string, organizationId string) ApiGetOrganizationUsageSummaryRequest
// GetOrganizationUsageSummaryExecute executes the request
// @return OrganizationUsageSummary
GetOrganizationUsageSummaryExecute(r ApiGetOrganizationUsageSummaryRequest) (*OrganizationUsageSummary, error)
/*
GetPlatform Get platform
Fetch a single platform
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param projectId
@param region
@param platformId
@return ApiGetPlatformRequest
*/
GetPlatform(ctx context.Context, projectId string, region string, platformId string) ApiGetPlatformRequest
// GetPlatformExecute executes the request
// @return Platforms
GetPlatformExecute(r ApiGetPlatformRequest) (*Platforms, error)
/*
GetPlatformQuota Get organization quota on a platform
Returns an organization quota on a platform.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param projectId
@param region
@param platformId
@param quotaId
@return ApiGetPlatformQuotaRequest
*/
GetPlatformQuota(ctx context.Context, projectId string, region string, platformId string, quotaId string) ApiGetPlatformQuotaRequest
// GetPlatformQuotaExecute executes the request
// @return Quota
GetPlatformQuotaExecute(r ApiGetPlatformQuotaRequest) (*Quota, error)
/*
GetSpace Get a space
Returns a space.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param projectId
@param region
@param organizationId
@param spaceId
@return ApiGetSpaceRequest
*/
GetSpace(ctx context.Context, projectId string, region string, organizationId string, spaceId string) ApiGetSpaceRequest
// GetSpaceExecute executes the request
// @return Space
GetSpaceExecute(r ApiGetSpaceRequest) (*Space, error)
/*
ListOrganizationQuotas List organization quotas
Returns a list of organization quotas.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param projectId
@param region
@param organizationId
@return ApiListOrganizationQuotasRequest
*/
ListOrganizationQuotas(ctx context.Context, projectId string, region string, organizationId string) ApiListOrganizationQuotasRequest
// ListOrganizationQuotasExecute executes the request
// @return []Quota
ListOrganizationQuotasExecute(r ApiListOrganizationQuotasRequest) ([]Quota, error)
/*
ListOrganizations List organizations
Returns a list of organizations for a specific STACKIT project.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param projectId
@param region
@return ApiListOrganizationsRequest
*/
ListOrganizations(ctx context.Context, projectId string, region string) ApiListOrganizationsRequest
// ListOrganizationsExecute executes the request
// @return OrganizationsList
ListOrganizationsExecute(r ApiListOrganizationsRequest) (*OrganizationsList, error)
/*
ListPlatformQuotas List organization quotas on a platform
Returns a list of organization quotas on a platform.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param projectId
@param region
@param platformId
@return ApiListPlatformQuotasRequest
*/
ListPlatformQuotas(ctx context.Context, projectId string, region string, platformId string) ApiListPlatformQuotasRequest
// ListPlatformQuotasExecute executes the request
// @return []Quota
ListPlatformQuotasExecute(r ApiListPlatformQuotasRequest) ([]Quota, error)
/*
ListPlatforms List all platforms
List all platforms available for a STACKIT project
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param projectId
@param region
@return ApiListPlatformsRequest
*/
ListPlatforms(ctx context.Context, projectId string, region string) ApiListPlatformsRequest
// ListPlatformsExecute executes the request
// @return PlatformList
ListPlatformsExecute(r ApiListPlatformsRequest) (*PlatformList, error)
/*
ListSpaces List spaces
Returns a list of spaces for a specific organization.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param projectId
@param region
@param organizationId
@return ApiListSpacesRequest
*/
ListSpaces(ctx context.Context, projectId string, region string, organizationId string) ApiListSpacesRequest
// ListSpacesExecute executes the request
// @return SpacesList
ListSpacesExecute(r ApiListSpacesRequest) (*SpacesList, error)
/*
UpdateOrganization Update organization
Update organization.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param projectId
@param region
@param organizationId
@return ApiUpdateOrganizationRequest
*/
UpdateOrganization(ctx context.Context, projectId string, region string, organizationId string) ApiUpdateOrganizationRequest
// UpdateOrganizationExecute executes the request
// @return Organization
UpdateOrganizationExecute(r ApiUpdateOrganizationRequest) (*Organization, error)
/*
UpdateSpace Update space
Update space.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param projectId
@param region
@param organizationId
@param spaceId
@return ApiUpdateSpaceRequest
*/
UpdateSpace(ctx context.Context, projectId string, region string, organizationId string, spaceId string) ApiUpdateSpaceRequest
// UpdateSpaceExecute executes the request
// @return Space
UpdateSpaceExecute(r ApiUpdateSpaceRequest) (*Space, error)
}
type DefaultAPIService ¶
type DefaultAPIService service
DefaultAPIService DefaultAPI service
func (*DefaultAPIService) ApplyOrganizationQuota ¶
func (a *DefaultAPIService) ApplyOrganizationQuota(ctx context.Context, projectId string, region string, organizationId string) ApiApplyOrganizationQuotaRequest
ApplyOrganizationQuota Apply an organization quota
Change the organization quota of an organization.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param projectId @param region @param organizationId @return ApiApplyOrganizationQuotaRequest
func (*DefaultAPIService) ApplyOrganizationQuotaExecute ¶
func (a *DefaultAPIService) ApplyOrganizationQuotaExecute(r ApiApplyOrganizationQuotaRequest) (*OrganizationQuota, error)
Execute executes the request
@return OrganizationQuota
func (*DefaultAPIService) CreateOrgManager ¶
func (a *DefaultAPIService) CreateOrgManager(ctx context.Context, projectId string, region string, organizationId string) ApiCreateOrgManagerRequest
CreateOrgManager Create organization manager
Creates organization manager within an organization.
The organization manager will be backed by a CF user. There is only one organization manager per organization. The organization manager gets assigned the CF role Org Manager.
This endpoint does synchronously several non-atomic steps behind the scenes. If any of those steps fail, the 'Delete Organization Manager' needs to be called first to clean up the failed creation attempt and afterwards the creation can be retried.
The password needs to be stored by the API callee since it cannot be retrieved after creation.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param projectId @param region @param organizationId @return ApiCreateOrgManagerRequest
func (*DefaultAPIService) CreateOrgManagerExecute ¶
func (a *DefaultAPIService) CreateOrgManagerExecute(r ApiCreateOrgManagerRequest) (*OrgManagerResponse, error)
Execute executes the request
@return OrgManagerResponse
func (*DefaultAPIService) CreateOrgRole ¶
func (a *DefaultAPIService) CreateOrgRole(ctx context.Context, projectId string, region string, organizationId string) ApiCreateOrgRoleRequest
CreateOrgRole Assign organization role
Assign organization role within an organization. If the role is already assigned, the existing role GUID gets returned.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param projectId @param region @param organizationId @return ApiCreateOrgRoleRequest
func (*DefaultAPIService) CreateOrgRoleExecute ¶
func (a *DefaultAPIService) CreateOrgRoleExecute(r ApiCreateOrgRoleRequest) (*OrgRoleResponse, error)
Execute executes the request
@return OrgRoleResponse
func (*DefaultAPIService) CreateOrganization ¶
func (a *DefaultAPIService) CreateOrganization(ctx context.Context, projectId string, region string) ApiCreateOrganizationRequest
CreateOrganization Create an organization
Creates an organization without assigning any CF roles or creating a space.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param projectId @param region @return ApiCreateOrganizationRequest
func (*DefaultAPIService) CreateOrganizationExecute ¶
func (a *DefaultAPIService) CreateOrganizationExecute(r ApiCreateOrganizationRequest) (*OrganizationCreateResponse, error)
Execute executes the request
@return OrganizationCreateResponse
func (*DefaultAPIService) CreateSpace ¶
func (a *DefaultAPIService) CreateSpace(ctx context.Context, projectId string, region string, organizationId string) ApiCreateSpaceRequest
CreateSpace Create space
Create space.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param projectId @param region @param organizationId @return ApiCreateSpaceRequest
func (*DefaultAPIService) CreateSpaceExecute ¶
func (a *DefaultAPIService) CreateSpaceExecute(r ApiCreateSpaceRequest) (*Space, error)
Execute executes the request
@return Space
func (*DefaultAPIService) CreateSpaceRole ¶
func (a *DefaultAPIService) CreateSpaceRole(ctx context.Context, projectId string, region string, organizationId string, spaceId string) ApiCreateSpaceRoleRequest
CreateSpaceRole Assign space role
Assign space role within an space. If the role is already assigned, the existing role GUID gets returned.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param projectId @param region @param organizationId @param spaceId @return ApiCreateSpaceRoleRequest
func (*DefaultAPIService) CreateSpaceRoleExecute ¶
func (a *DefaultAPIService) CreateSpaceRoleExecute(r ApiCreateSpaceRoleRequest) (*SpaceRoleCreateResponse, error)
Execute executes the request
@return SpaceRoleCreateResponse
func (*DefaultAPIService) DeleteOrgManager ¶
func (a *DefaultAPIService) DeleteOrgManager(ctx context.Context, projectId string, region string, organizationId string) ApiDeleteOrgManagerRequest
DeleteOrgManager Delete organization manager
Delete the organization manager.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param projectId @param region @param organizationId @return ApiDeleteOrgManagerRequest
func (*DefaultAPIService) DeleteOrgManagerExecute ¶
func (a *DefaultAPIService) DeleteOrgManagerExecute(r ApiDeleteOrgManagerRequest) (*OrgManagerDeleteResponse, error)
Execute executes the request
@return OrgManagerDeleteResponse
func (*DefaultAPIService) DeleteOrganization ¶
func (a *DefaultAPIService) DeleteOrganization(ctx context.Context, projectId string, region string, organizationId string) ApiDeleteOrganizationRequest
DeleteOrganization Delete organization
Delete an organization.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param projectId @param region @param organizationId @return ApiDeleteOrganizationRequest
func (*DefaultAPIService) DeleteOrganizationExecute ¶
func (a *DefaultAPIService) DeleteOrganizationExecute(r ApiDeleteOrganizationRequest) (*OrganizationDeleteResponse, error)
Execute executes the request
@return OrganizationDeleteResponse
func (*DefaultAPIService) DeleteSpace ¶
func (a *DefaultAPIService) DeleteSpace(ctx context.Context, projectId string, region string, organizationId string, spaceId string) ApiDeleteSpaceRequest
DeleteSpace Delete space
Delete space.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param projectId @param region @param organizationId @param spaceId @return ApiDeleteSpaceRequest
func (*DefaultAPIService) DeleteSpaceExecute ¶
func (a *DefaultAPIService) DeleteSpaceExecute(r ApiDeleteSpaceRequest) (*SpaceDeleteResponse, error)
Execute executes the request
@return SpaceDeleteResponse
func (*DefaultAPIService) GetOrgManager ¶
func (a *DefaultAPIService) GetOrgManager(ctx context.Context, projectId string, region string, organizationId string) ApiGetOrgManagerRequest
GetOrgManager Get organization manager
Returns the organization manager within an organization.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param projectId @param region @param organizationId @return ApiGetOrgManagerRequest
func (*DefaultAPIService) GetOrgManagerExecute ¶
func (a *DefaultAPIService) GetOrgManagerExecute(r ApiGetOrgManagerRequest) (*OrgManager, error)
Execute executes the request
@return OrgManager
func (*DefaultAPIService) GetOrganization ¶
func (a *DefaultAPIService) GetOrganization(ctx context.Context, projectId string, region string, organizationId string) ApiGetOrganizationRequest
GetOrganization Get an organization
Returns an organization.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param projectId @param region @param organizationId @return ApiGetOrganizationRequest
func (*DefaultAPIService) GetOrganizationExecute ¶
func (a *DefaultAPIService) GetOrganizationExecute(r ApiGetOrganizationRequest) (*Organization, error)
Execute executes the request
@return Organization
func (*DefaultAPIService) GetOrganizationQuota ¶
func (a *DefaultAPIService) GetOrganizationQuota(ctx context.Context, projectId string, region string, organizationId string, quotaId string) ApiGetOrganizationQuotaRequest
GetOrganizationQuota Get an organization quota
Returns an organization quota.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param projectId @param region @param organizationId @param quotaId @return ApiGetOrganizationQuotaRequest
func (*DefaultAPIService) GetOrganizationQuotaExecute ¶
func (a *DefaultAPIService) GetOrganizationQuotaExecute(r ApiGetOrganizationQuotaRequest) (*Quota, error)
Execute executes the request
@return Quota
func (*DefaultAPIService) GetOrganizationUsageSummary ¶
func (a *DefaultAPIService) GetOrganizationUsageSummary(ctx context.Context, projectId string, region string, organizationId string) ApiGetOrganizationUsageSummaryRequest
GetOrganizationUsageSummary Get an organization usage summary
Returns an organization usage summary.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param projectId @param region @param organizationId @return ApiGetOrganizationUsageSummaryRequest
func (*DefaultAPIService) GetOrganizationUsageSummaryExecute ¶
func (a *DefaultAPIService) GetOrganizationUsageSummaryExecute(r ApiGetOrganizationUsageSummaryRequest) (*OrganizationUsageSummary, error)
Execute executes the request
@return OrganizationUsageSummary
func (*DefaultAPIService) GetPlatform ¶
func (a *DefaultAPIService) GetPlatform(ctx context.Context, projectId string, region string, platformId string) ApiGetPlatformRequest
GetPlatform Get platform
Fetch a single platform
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param projectId @param region @param platformId @return ApiGetPlatformRequest
func (*DefaultAPIService) GetPlatformExecute ¶
func (a *DefaultAPIService) GetPlatformExecute(r ApiGetPlatformRequest) (*Platforms, error)
Execute executes the request
@return Platforms
func (*DefaultAPIService) GetPlatformQuota ¶
func (a *DefaultAPIService) GetPlatformQuota(ctx context.Context, projectId string, region string, platformId string, quotaId string) ApiGetPlatformQuotaRequest
GetPlatformQuota Get organization quota on a platform
Returns an organization quota on a platform.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param projectId @param region @param platformId @param quotaId @return ApiGetPlatformQuotaRequest
func (*DefaultAPIService) GetPlatformQuotaExecute ¶
func (a *DefaultAPIService) GetPlatformQuotaExecute(r ApiGetPlatformQuotaRequest) (*Quota, error)
Execute executes the request
@return Quota
func (*DefaultAPIService) GetSpace ¶
func (a *DefaultAPIService) GetSpace(ctx context.Context, projectId string, region string, organizationId string, spaceId string) ApiGetSpaceRequest
GetSpace Get a space
Returns a space.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param projectId @param region @param organizationId @param spaceId @return ApiGetSpaceRequest
func (*DefaultAPIService) GetSpaceExecute ¶
func (a *DefaultAPIService) GetSpaceExecute(r ApiGetSpaceRequest) (*Space, error)
Execute executes the request
@return Space
func (*DefaultAPIService) ListOrganizationQuotas ¶
func (a *DefaultAPIService) ListOrganizationQuotas(ctx context.Context, projectId string, region string, organizationId string) ApiListOrganizationQuotasRequest
ListOrganizationQuotas List organization quotas
Returns a list of organization quotas.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param projectId @param region @param organizationId @return ApiListOrganizationQuotasRequest
func (*DefaultAPIService) ListOrganizationQuotasExecute ¶
func (a *DefaultAPIService) ListOrganizationQuotasExecute(r ApiListOrganizationQuotasRequest) ([]Quota, error)
Execute executes the request
@return []Quota
func (*DefaultAPIService) ListOrganizations ¶
func (a *DefaultAPIService) ListOrganizations(ctx context.Context, projectId string, region string) ApiListOrganizationsRequest
ListOrganizations List organizations
Returns a list of organizations for a specific STACKIT project.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param projectId @param region @return ApiListOrganizationsRequest
func (*DefaultAPIService) ListOrganizationsExecute ¶
func (a *DefaultAPIService) ListOrganizationsExecute(r ApiListOrganizationsRequest) (*OrganizationsList, error)
Execute executes the request
@return OrganizationsList
func (*DefaultAPIService) ListPlatformQuotas ¶
func (a *DefaultAPIService) ListPlatformQuotas(ctx context.Context, projectId string, region string, platformId string) ApiListPlatformQuotasRequest
ListPlatformQuotas List organization quotas on a platform
Returns a list of organization quotas on a platform.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param projectId @param region @param platformId @return ApiListPlatformQuotasRequest
func (*DefaultAPIService) ListPlatformQuotasExecute ¶
func (a *DefaultAPIService) ListPlatformQuotasExecute(r ApiListPlatformQuotasRequest) ([]Quota, error)
Execute executes the request
@return []Quota
func (*DefaultAPIService) ListPlatforms ¶
func (a *DefaultAPIService) ListPlatforms(ctx context.Context, projectId string, region string) ApiListPlatformsRequest
ListPlatforms List all platforms
List all platforms available for a STACKIT project
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param projectId @param region @return ApiListPlatformsRequest
func (*DefaultAPIService) ListPlatformsExecute ¶
func (a *DefaultAPIService) ListPlatformsExecute(r ApiListPlatformsRequest) (*PlatformList, error)
Execute executes the request
@return PlatformList
func (*DefaultAPIService) ListSpaces ¶
func (a *DefaultAPIService) ListSpaces(ctx context.Context, projectId string, region string, organizationId string) ApiListSpacesRequest
ListSpaces List spaces
Returns a list of spaces for a specific organization.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param projectId @param region @param organizationId @return ApiListSpacesRequest
func (*DefaultAPIService) ListSpacesExecute ¶
func (a *DefaultAPIService) ListSpacesExecute(r ApiListSpacesRequest) (*SpacesList, error)
Execute executes the request
@return SpacesList
func (*DefaultAPIService) UpdateOrganization ¶
func (a *DefaultAPIService) UpdateOrganization(ctx context.Context, projectId string, region string, organizationId string) ApiUpdateOrganizationRequest
UpdateOrganization Update organization
Update organization.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param projectId @param region @param organizationId @return ApiUpdateOrganizationRequest
func (*DefaultAPIService) UpdateOrganizationExecute ¶
func (a *DefaultAPIService) UpdateOrganizationExecute(r ApiUpdateOrganizationRequest) (*Organization, error)
Execute executes the request
@return Organization
func (*DefaultAPIService) UpdateSpace ¶
func (a *DefaultAPIService) UpdateSpace(ctx context.Context, projectId string, region string, organizationId string, spaceId string) ApiUpdateSpaceRequest
UpdateSpace Update space
Update space.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param projectId @param region @param organizationId @param spaceId @return ApiUpdateSpaceRequest
func (*DefaultAPIService) UpdateSpaceExecute ¶
func (a *DefaultAPIService) UpdateSpaceExecute(r ApiUpdateSpaceRequest) (*Space, error)
Execute executes the request
@return Space
type DefaultAPIServiceMock ¶
type DefaultAPIServiceMock struct {
// ApplyOrganizationQuotaExecuteMock can be populated to implement the behavior of the ApplyOrganizationQuotaExecute function of this mock
ApplyOrganizationQuotaExecuteMock *func(r ApiApplyOrganizationQuotaRequest) (*OrganizationQuota, error)
// CreateOrgManagerExecuteMock can be populated to implement the behavior of the CreateOrgManagerExecute function of this mock
CreateOrgManagerExecuteMock *func(r ApiCreateOrgManagerRequest) (*OrgManagerResponse, error)
// CreateOrgRoleExecuteMock can be populated to implement the behavior of the CreateOrgRoleExecute function of this mock
CreateOrgRoleExecuteMock *func(r ApiCreateOrgRoleRequest) (*OrgRoleResponse, error)
// CreateOrganizationExecuteMock can be populated to implement the behavior of the CreateOrganizationExecute function of this mock
CreateOrganizationExecuteMock *func(r ApiCreateOrganizationRequest) (*OrganizationCreateResponse, error)
// CreateSpaceExecuteMock can be populated to implement the behavior of the CreateSpaceExecute function of this mock
CreateSpaceExecuteMock *func(r ApiCreateSpaceRequest) (*Space, error)
// CreateSpaceRoleExecuteMock can be populated to implement the behavior of the CreateSpaceRoleExecute function of this mock
CreateSpaceRoleExecuteMock *func(r ApiCreateSpaceRoleRequest) (*SpaceRoleCreateResponse, error)
// DeleteOrgManagerExecuteMock can be populated to implement the behavior of the DeleteOrgManagerExecute function of this mock
DeleteOrgManagerExecuteMock *func(r ApiDeleteOrgManagerRequest) (*OrgManagerDeleteResponse, error)
// DeleteOrganizationExecuteMock can be populated to implement the behavior of the DeleteOrganizationExecute function of this mock
DeleteOrganizationExecuteMock *func(r ApiDeleteOrganizationRequest) (*OrganizationDeleteResponse, error)
// DeleteSpaceExecuteMock can be populated to implement the behavior of the DeleteSpaceExecute function of this mock
DeleteSpaceExecuteMock *func(r ApiDeleteSpaceRequest) (*SpaceDeleteResponse, error)
// GetOrgManagerExecuteMock can be populated to implement the behavior of the GetOrgManagerExecute function of this mock
GetOrgManagerExecuteMock *func(r ApiGetOrgManagerRequest) (*OrgManager, error)
// GetOrganizationExecuteMock can be populated to implement the behavior of the GetOrganizationExecute function of this mock
GetOrganizationExecuteMock *func(r ApiGetOrganizationRequest) (*Organization, error)
// GetOrganizationQuotaExecuteMock can be populated to implement the behavior of the GetOrganizationQuotaExecute function of this mock
GetOrganizationQuotaExecuteMock *func(r ApiGetOrganizationQuotaRequest) (*Quota, error)
// GetOrganizationUsageSummaryExecuteMock can be populated to implement the behavior of the GetOrganizationUsageSummaryExecute function of this mock
GetOrganizationUsageSummaryExecuteMock *func(r ApiGetOrganizationUsageSummaryRequest) (*OrganizationUsageSummary, error)
// GetPlatformExecuteMock can be populated to implement the behavior of the GetPlatformExecute function of this mock
GetPlatformExecuteMock *func(r ApiGetPlatformRequest) (*Platforms, error)
// GetPlatformQuotaExecuteMock can be populated to implement the behavior of the GetPlatformQuotaExecute function of this mock
GetPlatformQuotaExecuteMock *func(r ApiGetPlatformQuotaRequest) (*Quota, error)
// GetSpaceExecuteMock can be populated to implement the behavior of the GetSpaceExecute function of this mock
GetSpaceExecuteMock *func(r ApiGetSpaceRequest) (*Space, error)
// ListOrganizationQuotasExecuteMock can be populated to implement the behavior of the ListOrganizationQuotasExecute function of this mock
ListOrganizationQuotasExecuteMock *func(r ApiListOrganizationQuotasRequest) ([]Quota, error)
// ListOrganizationsExecuteMock can be populated to implement the behavior of the ListOrganizationsExecute function of this mock
ListOrganizationsExecuteMock *func(r ApiListOrganizationsRequest) (*OrganizationsList, error)
// ListPlatformQuotasExecuteMock can be populated to implement the behavior of the ListPlatformQuotasExecute function of this mock
ListPlatformQuotasExecuteMock *func(r ApiListPlatformQuotasRequest) ([]Quota, error)
// ListPlatformsExecuteMock can be populated to implement the behavior of the ListPlatformsExecute function of this mock
ListPlatformsExecuteMock *func(r ApiListPlatformsRequest) (*PlatformList, error)
// ListSpacesExecuteMock can be populated to implement the behavior of the ListSpacesExecute function of this mock
ListSpacesExecuteMock *func(r ApiListSpacesRequest) (*SpacesList, error)
// UpdateOrganizationExecuteMock can be populated to implement the behavior of the UpdateOrganizationExecute function of this mock
UpdateOrganizationExecuteMock *func(r ApiUpdateOrganizationRequest) (*Organization, error)
// UpdateSpaceExecuteMock can be populated to implement the behavior of the UpdateSpaceExecute function of this mock
UpdateSpaceExecuteMock *func(r ApiUpdateSpaceRequest) (*Space, error)
}
DefaultAPIServiceMock is meant to be used for testing only as a replacement for DefaultAPIService. By default all FooExecute() implementations are a no-op. Behavior of the mock can be customized by populating the callbacks in this struct.
func (DefaultAPIServiceMock) ApplyOrganizationQuota ¶
func (a DefaultAPIServiceMock) ApplyOrganizationQuota(ctx context.Context, projectId string, region string, organizationId string) ApiApplyOrganizationQuotaRequest
func (DefaultAPIServiceMock) ApplyOrganizationQuotaExecute ¶
func (a DefaultAPIServiceMock) ApplyOrganizationQuotaExecute(r ApiApplyOrganizationQuotaRequest) (*OrganizationQuota, error)
ApplyOrganizationQuotaExecute is a no-op by default and will return only return nil values. Behavior can be controlled by populating the ApplyOrganizationQuotaExecuteMock field in the DefaultAPIServiceMock struct.
func (DefaultAPIServiceMock) CreateOrgManager ¶
func (a DefaultAPIServiceMock) CreateOrgManager(ctx context.Context, projectId string, region string, organizationId string) ApiCreateOrgManagerRequest
func (DefaultAPIServiceMock) CreateOrgManagerExecute ¶
func (a DefaultAPIServiceMock) CreateOrgManagerExecute(r ApiCreateOrgManagerRequest) (*OrgManagerResponse, error)
CreateOrgManagerExecute is a no-op by default and will return only return nil values. Behavior can be controlled by populating the CreateOrgManagerExecuteMock field in the DefaultAPIServiceMock struct.
func (DefaultAPIServiceMock) CreateOrgRole ¶
func (a DefaultAPIServiceMock) CreateOrgRole(ctx context.Context, projectId string, region string, organizationId string) ApiCreateOrgRoleRequest
func (DefaultAPIServiceMock) CreateOrgRoleExecute ¶
func (a DefaultAPIServiceMock) CreateOrgRoleExecute(r ApiCreateOrgRoleRequest) (*OrgRoleResponse, error)
CreateOrgRoleExecute is a no-op by default and will return only return nil values. Behavior can be controlled by populating the CreateOrgRoleExecuteMock field in the DefaultAPIServiceMock struct.
func (DefaultAPIServiceMock) CreateOrganization ¶
func (a DefaultAPIServiceMock) CreateOrganization(ctx context.Context, projectId string, region string) ApiCreateOrganizationRequest
func (DefaultAPIServiceMock) CreateOrganizationExecute ¶
func (a DefaultAPIServiceMock) CreateOrganizationExecute(r ApiCreateOrganizationRequest) (*OrganizationCreateResponse, error)
CreateOrganizationExecute is a no-op by default and will return only return nil values. Behavior can be controlled by populating the CreateOrganizationExecuteMock field in the DefaultAPIServiceMock struct.
func (DefaultAPIServiceMock) CreateSpace ¶
func (a DefaultAPIServiceMock) CreateSpace(ctx context.Context, projectId string, region string, organizationId string) ApiCreateSpaceRequest
func (DefaultAPIServiceMock) CreateSpaceExecute ¶
func (a DefaultAPIServiceMock) CreateSpaceExecute(r ApiCreateSpaceRequest) (*Space, error)
CreateSpaceExecute is a no-op by default and will return only return nil values. Behavior can be controlled by populating the CreateSpaceExecuteMock field in the DefaultAPIServiceMock struct.
func (DefaultAPIServiceMock) CreateSpaceRole ¶
func (a DefaultAPIServiceMock) CreateSpaceRole(ctx context.Context, projectId string, region string, organizationId string, spaceId string) ApiCreateSpaceRoleRequest
func (DefaultAPIServiceMock) CreateSpaceRoleExecute ¶
func (a DefaultAPIServiceMock) CreateSpaceRoleExecute(r ApiCreateSpaceRoleRequest) (*SpaceRoleCreateResponse, error)
CreateSpaceRoleExecute is a no-op by default and will return only return nil values. Behavior can be controlled by populating the CreateSpaceRoleExecuteMock field in the DefaultAPIServiceMock struct.
func (DefaultAPIServiceMock) DeleteOrgManager ¶
func (a DefaultAPIServiceMock) DeleteOrgManager(ctx context.Context, projectId string, region string, organizationId string) ApiDeleteOrgManagerRequest
func (DefaultAPIServiceMock) DeleteOrgManagerExecute ¶
func (a DefaultAPIServiceMock) DeleteOrgManagerExecute(r ApiDeleteOrgManagerRequest) (*OrgManagerDeleteResponse, error)
DeleteOrgManagerExecute is a no-op by default and will return only return nil values. Behavior can be controlled by populating the DeleteOrgManagerExecuteMock field in the DefaultAPIServiceMock struct.
func (DefaultAPIServiceMock) DeleteOrganization ¶
func (a DefaultAPIServiceMock) DeleteOrganization(ctx context.Context, projectId string, region string, organizationId string) ApiDeleteOrganizationRequest
func (DefaultAPIServiceMock) DeleteOrganizationExecute ¶
func (a DefaultAPIServiceMock) DeleteOrganizationExecute(r ApiDeleteOrganizationRequest) (*OrganizationDeleteResponse, error)
DeleteOrganizationExecute is a no-op by default and will return only return nil values. Behavior can be controlled by populating the DeleteOrganizationExecuteMock field in the DefaultAPIServiceMock struct.
func (DefaultAPIServiceMock) DeleteSpace ¶
func (a DefaultAPIServiceMock) DeleteSpace(ctx context.Context, projectId string, region string, organizationId string, spaceId string) ApiDeleteSpaceRequest
func (DefaultAPIServiceMock) DeleteSpaceExecute ¶
func (a DefaultAPIServiceMock) DeleteSpaceExecute(r ApiDeleteSpaceRequest) (*SpaceDeleteResponse, error)
DeleteSpaceExecute is a no-op by default and will return only return nil values. Behavior can be controlled by populating the DeleteSpaceExecuteMock field in the DefaultAPIServiceMock struct.
func (DefaultAPIServiceMock) GetOrgManager ¶
func (a DefaultAPIServiceMock) GetOrgManager(ctx context.Context, projectId string, region string, organizationId string) ApiGetOrgManagerRequest
func (DefaultAPIServiceMock) GetOrgManagerExecute ¶
func (a DefaultAPIServiceMock) GetOrgManagerExecute(r ApiGetOrgManagerRequest) (*OrgManager, error)
GetOrgManagerExecute is a no-op by default and will return only return nil values. Behavior can be controlled by populating the GetOrgManagerExecuteMock field in the DefaultAPIServiceMock struct.
func (DefaultAPIServiceMock) GetOrganization ¶
func (a DefaultAPIServiceMock) GetOrganization(ctx context.Context, projectId string, region string, organizationId string) ApiGetOrganizationRequest
func (DefaultAPIServiceMock) GetOrganizationExecute ¶
func (a DefaultAPIServiceMock) GetOrganizationExecute(r ApiGetOrganizationRequest) (*Organization, error)
GetOrganizationExecute is a no-op by default and will return only return nil values. Behavior can be controlled by populating the GetOrganizationExecuteMock field in the DefaultAPIServiceMock struct.
func (DefaultAPIServiceMock) GetOrganizationQuota ¶
func (a DefaultAPIServiceMock) GetOrganizationQuota(ctx context.Context, projectId string, region string, organizationId string, quotaId string) ApiGetOrganizationQuotaRequest
func (DefaultAPIServiceMock) GetOrganizationQuotaExecute ¶
func (a DefaultAPIServiceMock) GetOrganizationQuotaExecute(r ApiGetOrganizationQuotaRequest) (*Quota, error)
GetOrganizationQuotaExecute is a no-op by default and will return only return nil values. Behavior can be controlled by populating the GetOrganizationQuotaExecuteMock field in the DefaultAPIServiceMock struct.
func (DefaultAPIServiceMock) GetOrganizationUsageSummary ¶
func (a DefaultAPIServiceMock) GetOrganizationUsageSummary(ctx context.Context, projectId string, region string, organizationId string) ApiGetOrganizationUsageSummaryRequest
func (DefaultAPIServiceMock) GetOrganizationUsageSummaryExecute ¶
func (a DefaultAPIServiceMock) GetOrganizationUsageSummaryExecute(r ApiGetOrganizationUsageSummaryRequest) (*OrganizationUsageSummary, error)
GetOrganizationUsageSummaryExecute is a no-op by default and will return only return nil values. Behavior can be controlled by populating the GetOrganizationUsageSummaryExecuteMock field in the DefaultAPIServiceMock struct.
func (DefaultAPIServiceMock) GetPlatform ¶
func (a DefaultAPIServiceMock) GetPlatform(ctx context.Context, projectId string, region string, platformId string) ApiGetPlatformRequest
func (DefaultAPIServiceMock) GetPlatformExecute ¶
func (a DefaultAPIServiceMock) GetPlatformExecute(r ApiGetPlatformRequest) (*Platforms, error)
GetPlatformExecute is a no-op by default and will return only return nil values. Behavior can be controlled by populating the GetPlatformExecuteMock field in the DefaultAPIServiceMock struct.
func (DefaultAPIServiceMock) GetPlatformQuota ¶
func (a DefaultAPIServiceMock) GetPlatformQuota(ctx context.Context, projectId string, region string, platformId string, quotaId string) ApiGetPlatformQuotaRequest
func (DefaultAPIServiceMock) GetPlatformQuotaExecute ¶
func (a DefaultAPIServiceMock) GetPlatformQuotaExecute(r ApiGetPlatformQuotaRequest) (*Quota, error)
GetPlatformQuotaExecute is a no-op by default and will return only return nil values. Behavior can be controlled by populating the GetPlatformQuotaExecuteMock field in the DefaultAPIServiceMock struct.
func (DefaultAPIServiceMock) GetSpace ¶
func (a DefaultAPIServiceMock) GetSpace(ctx context.Context, projectId string, region string, organizationId string, spaceId string) ApiGetSpaceRequest
func (DefaultAPIServiceMock) GetSpaceExecute ¶
func (a DefaultAPIServiceMock) GetSpaceExecute(r ApiGetSpaceRequest) (*Space, error)
GetSpaceExecute is a no-op by default and will return only return nil values. Behavior can be controlled by populating the GetSpaceExecuteMock field in the DefaultAPIServiceMock struct.
func (DefaultAPIServiceMock) ListOrganizationQuotas ¶
func (a DefaultAPIServiceMock) ListOrganizationQuotas(ctx context.Context, projectId string, region string, organizationId string) ApiListOrganizationQuotasRequest
func (DefaultAPIServiceMock) ListOrganizationQuotasExecute ¶
func (a DefaultAPIServiceMock) ListOrganizationQuotasExecute(r ApiListOrganizationQuotasRequest) ([]Quota, error)
ListOrganizationQuotasExecute is a no-op by default and will return only return nil values. Behavior can be controlled by populating the ListOrganizationQuotasExecuteMock field in the DefaultAPIServiceMock struct.
func (DefaultAPIServiceMock) ListOrganizations ¶
func (a DefaultAPIServiceMock) ListOrganizations(ctx context.Context, projectId string, region string) ApiListOrganizationsRequest
func (DefaultAPIServiceMock) ListOrganizationsExecute ¶
func (a DefaultAPIServiceMock) ListOrganizationsExecute(r ApiListOrganizationsRequest) (*OrganizationsList, error)
ListOrganizationsExecute is a no-op by default and will return only return nil values. Behavior can be controlled by populating the ListOrganizationsExecuteMock field in the DefaultAPIServiceMock struct.
func (DefaultAPIServiceMock) ListPlatformQuotas ¶
func (a DefaultAPIServiceMock) ListPlatformQuotas(ctx context.Context, projectId string, region string, platformId string) ApiListPlatformQuotasRequest
func (DefaultAPIServiceMock) ListPlatformQuotasExecute ¶
func (a DefaultAPIServiceMock) ListPlatformQuotasExecute(r ApiListPlatformQuotasRequest) ([]Quota, error)
ListPlatformQuotasExecute is a no-op by default and will return only return nil values. Behavior can be controlled by populating the ListPlatformQuotasExecuteMock field in the DefaultAPIServiceMock struct.
func (DefaultAPIServiceMock) ListPlatforms ¶
func (a DefaultAPIServiceMock) ListPlatforms(ctx context.Context, projectId string, region string) ApiListPlatformsRequest
func (DefaultAPIServiceMock) ListPlatformsExecute ¶
func (a DefaultAPIServiceMock) ListPlatformsExecute(r ApiListPlatformsRequest) (*PlatformList, error)
ListPlatformsExecute is a no-op by default and will return only return nil values. Behavior can be controlled by populating the ListPlatformsExecuteMock field in the DefaultAPIServiceMock struct.
func (DefaultAPIServiceMock) ListSpaces ¶
func (a DefaultAPIServiceMock) ListSpaces(ctx context.Context, projectId string, region string, organizationId string) ApiListSpacesRequest
func (DefaultAPIServiceMock) ListSpacesExecute ¶
func (a DefaultAPIServiceMock) ListSpacesExecute(r ApiListSpacesRequest) (*SpacesList, error)
ListSpacesExecute is a no-op by default and will return only return nil values. Behavior can be controlled by populating the ListSpacesExecuteMock field in the DefaultAPIServiceMock struct.
func (DefaultAPIServiceMock) UpdateOrganization ¶
func (a DefaultAPIServiceMock) UpdateOrganization(ctx context.Context, projectId string, region string, organizationId string) ApiUpdateOrganizationRequest
func (DefaultAPIServiceMock) UpdateOrganizationExecute ¶
func (a DefaultAPIServiceMock) UpdateOrganizationExecute(r ApiUpdateOrganizationRequest) (*Organization, error)
UpdateOrganizationExecute is a no-op by default and will return only return nil values. Behavior can be controlled by populating the UpdateOrganizationExecuteMock field in the DefaultAPIServiceMock struct.
func (DefaultAPIServiceMock) UpdateSpace ¶
func (a DefaultAPIServiceMock) UpdateSpace(ctx context.Context, projectId string, region string, organizationId string, spaceId string) ApiUpdateSpaceRequest
func (DefaultAPIServiceMock) UpdateSpaceExecute ¶
func (a DefaultAPIServiceMock) UpdateSpaceExecute(r ApiUpdateSpaceRequest) (*Space, error)
UpdateSpaceExecute is a no-op by default and will return only return nil values. Behavior can be controlled by populating the UpdateSpaceExecuteMock field in the DefaultAPIServiceMock struct.
type ErrorResponse ¶
ErrorResponse struct for ErrorResponse
func NewErrorResponse ¶
func NewErrorResponse(code string, message string) *ErrorResponse
NewErrorResponse instantiates a new ErrorResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewErrorResponseWithDefaults ¶
func NewErrorResponseWithDefaults() *ErrorResponse
NewErrorResponseWithDefaults instantiates a new ErrorResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*ErrorResponse) GetCode ¶
func (o *ErrorResponse) GetCode() string
GetCode returns the Code field value
func (*ErrorResponse) GetCodeOk ¶
func (o *ErrorResponse) GetCodeOk() (*string, bool)
GetCodeOk returns a tuple with the Code field value and a boolean to check if the value has been set.
func (*ErrorResponse) GetMessage ¶
func (o *ErrorResponse) GetMessage() string
GetMessage returns the Message field value
func (*ErrorResponse) GetMessageOk ¶
func (o *ErrorResponse) GetMessageOk() (*string, bool)
GetMessageOk returns a tuple with the Message field value and a boolean to check if the value has been set.
func (ErrorResponse) MarshalJSON ¶
func (o ErrorResponse) MarshalJSON() ([]byte, error)
func (*ErrorResponse) SetMessage ¶
func (o *ErrorResponse) SetMessage(v string)
SetMessage sets field value
func (ErrorResponse) ToMap ¶
func (o ErrorResponse) ToMap() (map[string]interface{}, error)
func (*ErrorResponse) UnmarshalJSON ¶
func (o *ErrorResponse) UnmarshalJSON(data []byte) (err error)
type IsolationSegment ¶
type IsolationSegment struct {
CreatedAt time.Time `json:"createdAt"`
Guid string `json:"guid"`
Name string `json:"name"`
OrgId string `json:"orgId"`
PlatformId string `json:"platformId"`
ProjectId string `json:"projectId"`
Region string `json:"region"`
UpdatedAt time.Time `json:"updatedAt"`
}
IsolationSegment struct for IsolationSegment
func NewIsolationSegment ¶
func NewIsolationSegment(createdAt time.Time, guid string, name string, orgId string, platformId string, projectId string, region string, updatedAt time.Time) *IsolationSegment
NewIsolationSegment instantiates a new IsolationSegment object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewIsolationSegmentWithDefaults ¶
func NewIsolationSegmentWithDefaults() *IsolationSegment
NewIsolationSegmentWithDefaults instantiates a new IsolationSegment object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*IsolationSegment) GetCreatedAt ¶
func (o *IsolationSegment) GetCreatedAt() time.Time
GetCreatedAt returns the CreatedAt field value
func (*IsolationSegment) GetCreatedAtOk ¶
func (o *IsolationSegment) GetCreatedAtOk() (*time.Time, bool)
GetCreatedAtOk returns a tuple with the CreatedAt field value and a boolean to check if the value has been set.
func (*IsolationSegment) GetGuid ¶
func (o *IsolationSegment) GetGuid() string
GetGuid returns the Guid field value
func (*IsolationSegment) GetGuidOk ¶
func (o *IsolationSegment) GetGuidOk() (*string, bool)
GetGuidOk returns a tuple with the Guid field value and a boolean to check if the value has been set.
func (*IsolationSegment) GetName ¶
func (o *IsolationSegment) GetName() string
GetName returns the Name field value
func (*IsolationSegment) GetNameOk ¶
func (o *IsolationSegment) GetNameOk() (*string, bool)
GetNameOk returns a tuple with the Name field value and a boolean to check if the value has been set.
func (*IsolationSegment) GetOrgId ¶
func (o *IsolationSegment) GetOrgId() string
GetOrgId returns the OrgId field value
func (*IsolationSegment) GetOrgIdOk ¶
func (o *IsolationSegment) GetOrgIdOk() (*string, bool)
GetOrgIdOk returns a tuple with the OrgId field value and a boolean to check if the value has been set.
func (*IsolationSegment) GetPlatformId ¶
func (o *IsolationSegment) GetPlatformId() string
GetPlatformId returns the PlatformId field value
func (*IsolationSegment) GetPlatformIdOk ¶
func (o *IsolationSegment) GetPlatformIdOk() (*string, bool)
GetPlatformIdOk returns a tuple with the PlatformId field value and a boolean to check if the value has been set.
func (*IsolationSegment) GetProjectId ¶
func (o *IsolationSegment) GetProjectId() string
GetProjectId returns the ProjectId field value
func (*IsolationSegment) GetProjectIdOk ¶
func (o *IsolationSegment) GetProjectIdOk() (*string, bool)
GetProjectIdOk returns a tuple with the ProjectId field value and a boolean to check if the value has been set.
func (*IsolationSegment) GetRegion ¶
func (o *IsolationSegment) GetRegion() string
GetRegion returns the Region field value
func (*IsolationSegment) GetRegionOk ¶
func (o *IsolationSegment) GetRegionOk() (*string, bool)
GetRegionOk returns a tuple with the Region field value and a boolean to check if the value has been set.
func (*IsolationSegment) GetUpdatedAt ¶
func (o *IsolationSegment) GetUpdatedAt() time.Time
GetUpdatedAt returns the UpdatedAt field value
func (*IsolationSegment) GetUpdatedAtOk ¶
func (o *IsolationSegment) GetUpdatedAtOk() (*time.Time, bool)
GetUpdatedAtOk returns a tuple with the UpdatedAt field value and a boolean to check if the value has been set.
func (IsolationSegment) MarshalJSON ¶
func (o IsolationSegment) MarshalJSON() ([]byte, error)
func (*IsolationSegment) SetCreatedAt ¶
func (o *IsolationSegment) SetCreatedAt(v time.Time)
SetCreatedAt sets field value
func (*IsolationSegment) SetGuid ¶
func (o *IsolationSegment) SetGuid(v string)
SetGuid sets field value
func (*IsolationSegment) SetName ¶
func (o *IsolationSegment) SetName(v string)
SetName sets field value
func (*IsolationSegment) SetOrgId ¶
func (o *IsolationSegment) SetOrgId(v string)
SetOrgId sets field value
func (*IsolationSegment) SetPlatformId ¶
func (o *IsolationSegment) SetPlatformId(v string)
SetPlatformId sets field value
func (*IsolationSegment) SetProjectId ¶
func (o *IsolationSegment) SetProjectId(v string)
SetProjectId sets field value
func (*IsolationSegment) SetRegion ¶
func (o *IsolationSegment) SetRegion(v string)
SetRegion sets field value
func (*IsolationSegment) SetUpdatedAt ¶
func (o *IsolationSegment) SetUpdatedAt(v time.Time)
SetUpdatedAt sets field value
func (IsolationSegment) ToMap ¶
func (o IsolationSegment) ToMap() (map[string]interface{}, error)
func (*IsolationSegment) UnmarshalJSON ¶
func (o *IsolationSegment) UnmarshalJSON(data []byte) (err error)
type IsolationSegmentsList ¶
type IsolationSegmentsList struct {
Pagination Pagination `json:"pagination"`
Resources []IsolationSegment `json:"resources"`
}
IsolationSegmentsList struct for IsolationSegmentsList
func NewIsolationSegmentsList ¶
func NewIsolationSegmentsList(pagination Pagination, resources []IsolationSegment) *IsolationSegmentsList
NewIsolationSegmentsList instantiates a new IsolationSegmentsList object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewIsolationSegmentsListWithDefaults ¶
func NewIsolationSegmentsListWithDefaults() *IsolationSegmentsList
NewIsolationSegmentsListWithDefaults instantiates a new IsolationSegmentsList object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*IsolationSegmentsList) GetPagination ¶
func (o *IsolationSegmentsList) GetPagination() Pagination
GetPagination returns the Pagination field value
func (*IsolationSegmentsList) GetPaginationOk ¶
func (o *IsolationSegmentsList) GetPaginationOk() (*Pagination, bool)
GetPaginationOk returns a tuple with the Pagination field value and a boolean to check if the value has been set.
func (*IsolationSegmentsList) GetResources ¶
func (o *IsolationSegmentsList) GetResources() []IsolationSegment
GetResources returns the Resources field value
func (*IsolationSegmentsList) GetResourcesOk ¶
func (o *IsolationSegmentsList) GetResourcesOk() ([]IsolationSegment, bool)
GetResourcesOk returns a tuple with the Resources field value and a boolean to check if the value has been set.
func (IsolationSegmentsList) MarshalJSON ¶
func (o IsolationSegmentsList) MarshalJSON() ([]byte, error)
func (*IsolationSegmentsList) SetPagination ¶
func (o *IsolationSegmentsList) SetPagination(v Pagination)
SetPagination sets field value
func (*IsolationSegmentsList) SetResources ¶
func (o *IsolationSegmentsList) SetResources(v []IsolationSegment)
SetResources sets field value
func (IsolationSegmentsList) ToMap ¶
func (o IsolationSegmentsList) ToMap() (map[string]interface{}, error)
func (*IsolationSegmentsList) UnmarshalJSON ¶
func (o *IsolationSegmentsList) UnmarshalJSON(data []byte) (err error)
type MappedNullable ¶
type NullableApplyOrganizationQuotaPayload ¶
type NullableApplyOrganizationQuotaPayload struct {
// contains filtered or unexported fields
}
func NewNullableApplyOrganizationQuotaPayload ¶
func NewNullableApplyOrganizationQuotaPayload(val *ApplyOrganizationQuotaPayload) *NullableApplyOrganizationQuotaPayload
func (NullableApplyOrganizationQuotaPayload) Get ¶
func (v NullableApplyOrganizationQuotaPayload) Get() *ApplyOrganizationQuotaPayload
func (NullableApplyOrganizationQuotaPayload) IsSet ¶
func (v NullableApplyOrganizationQuotaPayload) IsSet() bool
func (NullableApplyOrganizationQuotaPayload) MarshalJSON ¶
func (v NullableApplyOrganizationQuotaPayload) MarshalJSON() ([]byte, error)
func (*NullableApplyOrganizationQuotaPayload) Set ¶
func (v *NullableApplyOrganizationQuotaPayload) Set(val *ApplyOrganizationQuotaPayload)
func (*NullableApplyOrganizationQuotaPayload) UnmarshalJSON ¶
func (v *NullableApplyOrganizationQuotaPayload) UnmarshalJSON(src []byte) error
func (*NullableApplyOrganizationQuotaPayload) Unset ¶
func (v *NullableApplyOrganizationQuotaPayload) Unset()
type NullableBool ¶
type NullableBool struct {
// contains filtered or unexported fields
}
func NewNullableBool ¶
func NewNullableBool(val *bool) *NullableBool
func (NullableBool) Get ¶
func (v NullableBool) Get() *bool
func (NullableBool) IsSet ¶
func (v NullableBool) IsSet() bool
func (NullableBool) MarshalJSON ¶
func (v NullableBool) MarshalJSON() ([]byte, error)
func (*NullableBool) Set ¶
func (v *NullableBool) Set(val *bool)
func (*NullableBool) UnmarshalJSON ¶
func (v *NullableBool) UnmarshalJSON(src []byte) error
func (*NullableBool) Unset ¶
func (v *NullableBool) Unset()
type NullableCreateOrgRolePayload ¶
type NullableCreateOrgRolePayload struct {
// contains filtered or unexported fields
}
func NewNullableCreateOrgRolePayload ¶
func NewNullableCreateOrgRolePayload(val *CreateOrgRolePayload) *NullableCreateOrgRolePayload
func (NullableCreateOrgRolePayload) Get ¶
func (v NullableCreateOrgRolePayload) Get() *CreateOrgRolePayload
func (NullableCreateOrgRolePayload) IsSet ¶
func (v NullableCreateOrgRolePayload) IsSet() bool
func (NullableCreateOrgRolePayload) MarshalJSON ¶
func (v NullableCreateOrgRolePayload) MarshalJSON() ([]byte, error)
func (*NullableCreateOrgRolePayload) Set ¶
func (v *NullableCreateOrgRolePayload) Set(val *CreateOrgRolePayload)
func (*NullableCreateOrgRolePayload) UnmarshalJSON ¶
func (v *NullableCreateOrgRolePayload) UnmarshalJSON(src []byte) error
func (*NullableCreateOrgRolePayload) Unset ¶
func (v *NullableCreateOrgRolePayload) Unset()
type NullableCreateOrganizationPayload ¶
type NullableCreateOrganizationPayload struct {
// contains filtered or unexported fields
}
func NewNullableCreateOrganizationPayload ¶
func NewNullableCreateOrganizationPayload(val *CreateOrganizationPayload) *NullableCreateOrganizationPayload
func (NullableCreateOrganizationPayload) Get ¶
func (v NullableCreateOrganizationPayload) Get() *CreateOrganizationPayload
func (NullableCreateOrganizationPayload) IsSet ¶
func (v NullableCreateOrganizationPayload) IsSet() bool
func (NullableCreateOrganizationPayload) MarshalJSON ¶
func (v NullableCreateOrganizationPayload) MarshalJSON() ([]byte, error)
func (*NullableCreateOrganizationPayload) Set ¶
func (v *NullableCreateOrganizationPayload) Set(val *CreateOrganizationPayload)
func (*NullableCreateOrganizationPayload) UnmarshalJSON ¶
func (v *NullableCreateOrganizationPayload) UnmarshalJSON(src []byte) error
func (*NullableCreateOrganizationPayload) Unset ¶
func (v *NullableCreateOrganizationPayload) Unset()
type NullableCreateSpacePayload ¶
type NullableCreateSpacePayload struct {
// contains filtered or unexported fields
}
func NewNullableCreateSpacePayload ¶
func NewNullableCreateSpacePayload(val *CreateSpacePayload) *NullableCreateSpacePayload
func (NullableCreateSpacePayload) Get ¶
func (v NullableCreateSpacePayload) Get() *CreateSpacePayload
func (NullableCreateSpacePayload) IsSet ¶
func (v NullableCreateSpacePayload) IsSet() bool
func (NullableCreateSpacePayload) MarshalJSON ¶
func (v NullableCreateSpacePayload) MarshalJSON() ([]byte, error)
func (*NullableCreateSpacePayload) Set ¶
func (v *NullableCreateSpacePayload) Set(val *CreateSpacePayload)
func (*NullableCreateSpacePayload) UnmarshalJSON ¶
func (v *NullableCreateSpacePayload) UnmarshalJSON(src []byte) error
func (*NullableCreateSpacePayload) Unset ¶
func (v *NullableCreateSpacePayload) Unset()
type NullableCreateSpaceRolePayload ¶
type NullableCreateSpaceRolePayload struct {
// contains filtered or unexported fields
}
func NewNullableCreateSpaceRolePayload ¶
func NewNullableCreateSpaceRolePayload(val *CreateSpaceRolePayload) *NullableCreateSpaceRolePayload
func (NullableCreateSpaceRolePayload) Get ¶
func (v NullableCreateSpaceRolePayload) Get() *CreateSpaceRolePayload
func (NullableCreateSpaceRolePayload) IsSet ¶
func (v NullableCreateSpaceRolePayload) IsSet() bool
func (NullableCreateSpaceRolePayload) MarshalJSON ¶
func (v NullableCreateSpaceRolePayload) MarshalJSON() ([]byte, error)
func (*NullableCreateSpaceRolePayload) Set ¶
func (v *NullableCreateSpaceRolePayload) Set(val *CreateSpaceRolePayload)
func (*NullableCreateSpaceRolePayload) UnmarshalJSON ¶
func (v *NullableCreateSpaceRolePayload) UnmarshalJSON(src []byte) error
func (*NullableCreateSpaceRolePayload) Unset ¶
func (v *NullableCreateSpaceRolePayload) Unset()
type NullableErrorResponse ¶
type NullableErrorResponse struct {
// contains filtered or unexported fields
}
func NewNullableErrorResponse ¶
func NewNullableErrorResponse(val *ErrorResponse) *NullableErrorResponse
func (NullableErrorResponse) Get ¶
func (v NullableErrorResponse) Get() *ErrorResponse
func (NullableErrorResponse) IsSet ¶
func (v NullableErrorResponse) IsSet() bool
func (NullableErrorResponse) MarshalJSON ¶
func (v NullableErrorResponse) MarshalJSON() ([]byte, error)
func (*NullableErrorResponse) Set ¶
func (v *NullableErrorResponse) Set(val *ErrorResponse)
func (*NullableErrorResponse) UnmarshalJSON ¶
func (v *NullableErrorResponse) UnmarshalJSON(src []byte) error
func (*NullableErrorResponse) Unset ¶
func (v *NullableErrorResponse) Unset()
type NullableFloat32 ¶
type NullableFloat32 struct {
// contains filtered or unexported fields
}
func NewNullableFloat32 ¶
func NewNullableFloat32(val *float32) *NullableFloat32
func (NullableFloat32) Get ¶
func (v NullableFloat32) Get() *float32
func (NullableFloat32) IsSet ¶
func (v NullableFloat32) IsSet() bool
func (NullableFloat32) MarshalJSON ¶
func (v NullableFloat32) MarshalJSON() ([]byte, error)
func (*NullableFloat32) Set ¶
func (v *NullableFloat32) Set(val *float32)
func (*NullableFloat32) UnmarshalJSON ¶
func (v *NullableFloat32) UnmarshalJSON(src []byte) error
func (*NullableFloat32) Unset ¶
func (v *NullableFloat32) Unset()
type NullableFloat64 ¶
type NullableFloat64 struct {
// contains filtered or unexported fields
}
func NewNullableFloat64 ¶
func NewNullableFloat64(val *float64) *NullableFloat64
func (NullableFloat64) Get ¶
func (v NullableFloat64) Get() *float64
func (NullableFloat64) IsSet ¶
func (v NullableFloat64) IsSet() bool
func (NullableFloat64) MarshalJSON ¶
func (v NullableFloat64) MarshalJSON() ([]byte, error)
func (*NullableFloat64) Set ¶
func (v *NullableFloat64) Set(val *float64)
func (*NullableFloat64) UnmarshalJSON ¶
func (v *NullableFloat64) UnmarshalJSON(src []byte) error
func (*NullableFloat64) Unset ¶
func (v *NullableFloat64) Unset()
type NullableInt ¶
type NullableInt struct {
// contains filtered or unexported fields
}
func NewNullableInt ¶
func NewNullableInt(val *int) *NullableInt
func (NullableInt) Get ¶
func (v NullableInt) Get() *int
func (NullableInt) IsSet ¶
func (v NullableInt) IsSet() bool
func (NullableInt) MarshalJSON ¶
func (v NullableInt) MarshalJSON() ([]byte, error)
func (*NullableInt) Set ¶
func (v *NullableInt) Set(val *int)
func (*NullableInt) UnmarshalJSON ¶
func (v *NullableInt) UnmarshalJSON(src []byte) error
func (*NullableInt) Unset ¶
func (v *NullableInt) Unset()
type NullableInt32 ¶
type NullableInt32 struct {
// contains filtered or unexported fields
}
func NewNullableInt32 ¶
func NewNullableInt32(val *int32) *NullableInt32
func (NullableInt32) Get ¶
func (v NullableInt32) Get() *int32
func (NullableInt32) IsSet ¶
func (v NullableInt32) IsSet() bool
func (NullableInt32) MarshalJSON ¶
func (v NullableInt32) MarshalJSON() ([]byte, error)
func (*NullableInt32) Set ¶
func (v *NullableInt32) Set(val *int32)
func (*NullableInt32) UnmarshalJSON ¶
func (v *NullableInt32) UnmarshalJSON(src []byte) error
func (*NullableInt32) Unset ¶
func (v *NullableInt32) Unset()
type NullableInt64 ¶
type NullableInt64 struct {
// contains filtered or unexported fields
}
func NewNullableInt64 ¶
func NewNullableInt64(val *int64) *NullableInt64
func (NullableInt64) Get ¶
func (v NullableInt64) Get() *int64
func (NullableInt64) IsSet ¶
func (v NullableInt64) IsSet() bool
func (NullableInt64) MarshalJSON ¶
func (v NullableInt64) MarshalJSON() ([]byte, error)
func (*NullableInt64) Set ¶
func (v *NullableInt64) Set(val *int64)
func (*NullableInt64) UnmarshalJSON ¶
func (v *NullableInt64) UnmarshalJSON(src []byte) error
func (*NullableInt64) Unset ¶
func (v *NullableInt64) Unset()
type NullableIsolationSegment ¶
type NullableIsolationSegment struct {
// contains filtered or unexported fields
}
func NewNullableIsolationSegment ¶
func NewNullableIsolationSegment(val *IsolationSegment) *NullableIsolationSegment
func (NullableIsolationSegment) Get ¶
func (v NullableIsolationSegment) Get() *IsolationSegment
func (NullableIsolationSegment) IsSet ¶
func (v NullableIsolationSegment) IsSet() bool
func (NullableIsolationSegment) MarshalJSON ¶
func (v NullableIsolationSegment) MarshalJSON() ([]byte, error)
func (*NullableIsolationSegment) Set ¶
func (v *NullableIsolationSegment) Set(val *IsolationSegment)
func (*NullableIsolationSegment) UnmarshalJSON ¶
func (v *NullableIsolationSegment) UnmarshalJSON(src []byte) error
func (*NullableIsolationSegment) Unset ¶
func (v *NullableIsolationSegment) Unset()
type NullableIsolationSegmentsList ¶
type NullableIsolationSegmentsList struct {
// contains filtered or unexported fields
}
func NewNullableIsolationSegmentsList ¶
func NewNullableIsolationSegmentsList(val *IsolationSegmentsList) *NullableIsolationSegmentsList
func (NullableIsolationSegmentsList) Get ¶
func (v NullableIsolationSegmentsList) Get() *IsolationSegmentsList
func (NullableIsolationSegmentsList) IsSet ¶
func (v NullableIsolationSegmentsList) IsSet() bool
func (NullableIsolationSegmentsList) MarshalJSON ¶
func (v NullableIsolationSegmentsList) MarshalJSON() ([]byte, error)
func (*NullableIsolationSegmentsList) Set ¶
func (v *NullableIsolationSegmentsList) Set(val *IsolationSegmentsList)
func (*NullableIsolationSegmentsList) UnmarshalJSON ¶
func (v *NullableIsolationSegmentsList) UnmarshalJSON(src []byte) error
func (*NullableIsolationSegmentsList) Unset ¶
func (v *NullableIsolationSegmentsList) Unset()
type NullableOrgManager ¶
type NullableOrgManager struct {
// contains filtered or unexported fields
}
func NewNullableOrgManager ¶
func NewNullableOrgManager(val *OrgManager) *NullableOrgManager
func (NullableOrgManager) Get ¶
func (v NullableOrgManager) Get() *OrgManager
func (NullableOrgManager) IsSet ¶
func (v NullableOrgManager) IsSet() bool
func (NullableOrgManager) MarshalJSON ¶
func (v NullableOrgManager) MarshalJSON() ([]byte, error)
func (*NullableOrgManager) Set ¶
func (v *NullableOrgManager) Set(val *OrgManager)
func (*NullableOrgManager) UnmarshalJSON ¶
func (v *NullableOrgManager) UnmarshalJSON(src []byte) error
func (*NullableOrgManager) Unset ¶
func (v *NullableOrgManager) Unset()
type NullableOrgManagerDeleteResponse ¶
type NullableOrgManagerDeleteResponse struct {
// contains filtered or unexported fields
}
func NewNullableOrgManagerDeleteResponse ¶
func NewNullableOrgManagerDeleteResponse(val *OrgManagerDeleteResponse) *NullableOrgManagerDeleteResponse
func (NullableOrgManagerDeleteResponse) Get ¶
func (v NullableOrgManagerDeleteResponse) Get() *OrgManagerDeleteResponse
func (NullableOrgManagerDeleteResponse) IsSet ¶
func (v NullableOrgManagerDeleteResponse) IsSet() bool
func (NullableOrgManagerDeleteResponse) MarshalJSON ¶
func (v NullableOrgManagerDeleteResponse) MarshalJSON() ([]byte, error)
func (*NullableOrgManagerDeleteResponse) Set ¶
func (v *NullableOrgManagerDeleteResponse) Set(val *OrgManagerDeleteResponse)
func (*NullableOrgManagerDeleteResponse) UnmarshalJSON ¶
func (v *NullableOrgManagerDeleteResponse) UnmarshalJSON(src []byte) error
func (*NullableOrgManagerDeleteResponse) Unset ¶
func (v *NullableOrgManagerDeleteResponse) Unset()
type NullableOrgManagerResponse ¶
type NullableOrgManagerResponse struct {
// contains filtered or unexported fields
}
func NewNullableOrgManagerResponse ¶
func NewNullableOrgManagerResponse(val *OrgManagerResponse) *NullableOrgManagerResponse
func (NullableOrgManagerResponse) Get ¶
func (v NullableOrgManagerResponse) Get() *OrgManagerResponse
func (NullableOrgManagerResponse) IsSet ¶
func (v NullableOrgManagerResponse) IsSet() bool
func (NullableOrgManagerResponse) MarshalJSON ¶
func (v NullableOrgManagerResponse) MarshalJSON() ([]byte, error)
func (*NullableOrgManagerResponse) Set ¶
func (v *NullableOrgManagerResponse) Set(val *OrgManagerResponse)
func (*NullableOrgManagerResponse) UnmarshalJSON ¶
func (v *NullableOrgManagerResponse) UnmarshalJSON(src []byte) error
func (*NullableOrgManagerResponse) Unset ¶
func (v *NullableOrgManagerResponse) Unset()
type NullableOrgRoleCreateBffRequest ¶
type NullableOrgRoleCreateBffRequest struct {
// contains filtered or unexported fields
}
func NewNullableOrgRoleCreateBffRequest ¶
func NewNullableOrgRoleCreateBffRequest(val *OrgRoleCreateBffRequest) *NullableOrgRoleCreateBffRequest
func (NullableOrgRoleCreateBffRequest) Get ¶
func (v NullableOrgRoleCreateBffRequest) Get() *OrgRoleCreateBffRequest
func (NullableOrgRoleCreateBffRequest) IsSet ¶
func (v NullableOrgRoleCreateBffRequest) IsSet() bool
func (NullableOrgRoleCreateBffRequest) MarshalJSON ¶
func (v NullableOrgRoleCreateBffRequest) MarshalJSON() ([]byte, error)
func (*NullableOrgRoleCreateBffRequest) Set ¶
func (v *NullableOrgRoleCreateBffRequest) Set(val *OrgRoleCreateBffRequest)
func (*NullableOrgRoleCreateBffRequest) UnmarshalJSON ¶
func (v *NullableOrgRoleCreateBffRequest) UnmarshalJSON(src []byte) error
func (*NullableOrgRoleCreateBffRequest) Unset ¶
func (v *NullableOrgRoleCreateBffRequest) Unset()
type NullableOrgRoleResponse ¶
type NullableOrgRoleResponse struct {
// contains filtered or unexported fields
}
func NewNullableOrgRoleResponse ¶
func NewNullableOrgRoleResponse(val *OrgRoleResponse) *NullableOrgRoleResponse
func (NullableOrgRoleResponse) Get ¶
func (v NullableOrgRoleResponse) Get() *OrgRoleResponse
func (NullableOrgRoleResponse) IsSet ¶
func (v NullableOrgRoleResponse) IsSet() bool
func (NullableOrgRoleResponse) MarshalJSON ¶
func (v NullableOrgRoleResponse) MarshalJSON() ([]byte, error)
func (*NullableOrgRoleResponse) Set ¶
func (v *NullableOrgRoleResponse) Set(val *OrgRoleResponse)
func (*NullableOrgRoleResponse) UnmarshalJSON ¶
func (v *NullableOrgRoleResponse) UnmarshalJSON(src []byte) error
func (*NullableOrgRoleResponse) Unset ¶
func (v *NullableOrgRoleResponse) Unset()
type NullableOrgRoleType ¶
type NullableOrgRoleType struct {
// contains filtered or unexported fields
}
func NewNullableOrgRoleType ¶
func NewNullableOrgRoleType(val *OrgRoleType) *NullableOrgRoleType
func (NullableOrgRoleType) Get ¶
func (v NullableOrgRoleType) Get() *OrgRoleType
func (NullableOrgRoleType) IsSet ¶
func (v NullableOrgRoleType) IsSet() bool
func (NullableOrgRoleType) MarshalJSON ¶
func (v NullableOrgRoleType) MarshalJSON() ([]byte, error)
func (*NullableOrgRoleType) Set ¶
func (v *NullableOrgRoleType) Set(val *OrgRoleType)
func (*NullableOrgRoleType) UnmarshalJSON ¶
func (v *NullableOrgRoleType) UnmarshalJSON(src []byte) error
func (*NullableOrgRoleType) Unset ¶
func (v *NullableOrgRoleType) Unset()
type NullableOrganization ¶
type NullableOrganization struct {
// contains filtered or unexported fields
}
func NewNullableOrganization ¶
func NewNullableOrganization(val *Organization) *NullableOrganization
func (NullableOrganization) Get ¶
func (v NullableOrganization) Get() *Organization
func (NullableOrganization) IsSet ¶
func (v NullableOrganization) IsSet() bool
func (NullableOrganization) MarshalJSON ¶
func (v NullableOrganization) MarshalJSON() ([]byte, error)
func (*NullableOrganization) Set ¶
func (v *NullableOrganization) Set(val *Organization)
func (*NullableOrganization) UnmarshalJSON ¶
func (v *NullableOrganization) UnmarshalJSON(src []byte) error
func (*NullableOrganization) Unset ¶
func (v *NullableOrganization) Unset()
type NullableOrganizationCreateBffResponse ¶
type NullableOrganizationCreateBffResponse struct {
// contains filtered or unexported fields
}
func NewNullableOrganizationCreateBffResponse ¶
func NewNullableOrganizationCreateBffResponse(val *OrganizationCreateBffResponse) *NullableOrganizationCreateBffResponse
func (NullableOrganizationCreateBffResponse) Get ¶
func (v NullableOrganizationCreateBffResponse) Get() *OrganizationCreateBffResponse
func (NullableOrganizationCreateBffResponse) IsSet ¶
func (v NullableOrganizationCreateBffResponse) IsSet() bool
func (NullableOrganizationCreateBffResponse) MarshalJSON ¶
func (v NullableOrganizationCreateBffResponse) MarshalJSON() ([]byte, error)
func (*NullableOrganizationCreateBffResponse) Set ¶
func (v *NullableOrganizationCreateBffResponse) Set(val *OrganizationCreateBffResponse)
func (*NullableOrganizationCreateBffResponse) UnmarshalJSON ¶
func (v *NullableOrganizationCreateBffResponse) UnmarshalJSON(src []byte) error
func (*NullableOrganizationCreateBffResponse) Unset ¶
func (v *NullableOrganizationCreateBffResponse) Unset()
type NullableOrganizationCreateResponse ¶
type NullableOrganizationCreateResponse struct {
// contains filtered or unexported fields
}
func NewNullableOrganizationCreateResponse ¶
func NewNullableOrganizationCreateResponse(val *OrganizationCreateResponse) *NullableOrganizationCreateResponse
func (NullableOrganizationCreateResponse) Get ¶
func (v NullableOrganizationCreateResponse) Get() *OrganizationCreateResponse
func (NullableOrganizationCreateResponse) IsSet ¶
func (v NullableOrganizationCreateResponse) IsSet() bool
func (NullableOrganizationCreateResponse) MarshalJSON ¶
func (v NullableOrganizationCreateResponse) MarshalJSON() ([]byte, error)
func (*NullableOrganizationCreateResponse) Set ¶
func (v *NullableOrganizationCreateResponse) Set(val *OrganizationCreateResponse)
func (*NullableOrganizationCreateResponse) UnmarshalJSON ¶
func (v *NullableOrganizationCreateResponse) UnmarshalJSON(src []byte) error
func (*NullableOrganizationCreateResponse) Unset ¶
func (v *NullableOrganizationCreateResponse) Unset()
type NullableOrganizationDeleteResponse ¶
type NullableOrganizationDeleteResponse struct {
// contains filtered or unexported fields
}
func NewNullableOrganizationDeleteResponse ¶
func NewNullableOrganizationDeleteResponse(val *OrganizationDeleteResponse) *NullableOrganizationDeleteResponse
func (NullableOrganizationDeleteResponse) Get ¶
func (v NullableOrganizationDeleteResponse) Get() *OrganizationDeleteResponse
func (NullableOrganizationDeleteResponse) IsSet ¶
func (v NullableOrganizationDeleteResponse) IsSet() bool
func (NullableOrganizationDeleteResponse) MarshalJSON ¶
func (v NullableOrganizationDeleteResponse) MarshalJSON() ([]byte, error)
func (*NullableOrganizationDeleteResponse) Set ¶
func (v *NullableOrganizationDeleteResponse) Set(val *OrganizationDeleteResponse)
func (*NullableOrganizationDeleteResponse) UnmarshalJSON ¶
func (v *NullableOrganizationDeleteResponse) UnmarshalJSON(src []byte) error
func (*NullableOrganizationDeleteResponse) Unset ¶
func (v *NullableOrganizationDeleteResponse) Unset()
type NullableOrganizationQuota ¶
type NullableOrganizationQuota struct {
// contains filtered or unexported fields
}
func NewNullableOrganizationQuota ¶
func NewNullableOrganizationQuota(val *OrganizationQuota) *NullableOrganizationQuota
func (NullableOrganizationQuota) Get ¶
func (v NullableOrganizationQuota) Get() *OrganizationQuota
func (NullableOrganizationQuota) IsSet ¶
func (v NullableOrganizationQuota) IsSet() bool
func (NullableOrganizationQuota) MarshalJSON ¶
func (v NullableOrganizationQuota) MarshalJSON() ([]byte, error)
func (*NullableOrganizationQuota) Set ¶
func (v *NullableOrganizationQuota) Set(val *OrganizationQuota)
func (*NullableOrganizationQuota) UnmarshalJSON ¶
func (v *NullableOrganizationQuota) UnmarshalJSON(src []byte) error
func (*NullableOrganizationQuota) Unset ¶
func (v *NullableOrganizationQuota) Unset()
type NullableOrganizationUsageSummary ¶
type NullableOrganizationUsageSummary struct {
// contains filtered or unexported fields
}
func NewNullableOrganizationUsageSummary ¶
func NewNullableOrganizationUsageSummary(val *OrganizationUsageSummary) *NullableOrganizationUsageSummary
func (NullableOrganizationUsageSummary) Get ¶
func (v NullableOrganizationUsageSummary) Get() *OrganizationUsageSummary
func (NullableOrganizationUsageSummary) IsSet ¶
func (v NullableOrganizationUsageSummary) IsSet() bool
func (NullableOrganizationUsageSummary) MarshalJSON ¶
func (v NullableOrganizationUsageSummary) MarshalJSON() ([]byte, error)
func (*NullableOrganizationUsageSummary) Set ¶
func (v *NullableOrganizationUsageSummary) Set(val *OrganizationUsageSummary)
func (*NullableOrganizationUsageSummary) UnmarshalJSON ¶
func (v *NullableOrganizationUsageSummary) UnmarshalJSON(src []byte) error
func (*NullableOrganizationUsageSummary) Unset ¶
func (v *NullableOrganizationUsageSummary) Unset()
type NullableOrganizationsList ¶
type NullableOrganizationsList struct {
// contains filtered or unexported fields
}
func NewNullableOrganizationsList ¶
func NewNullableOrganizationsList(val *OrganizationsList) *NullableOrganizationsList
func (NullableOrganizationsList) Get ¶
func (v NullableOrganizationsList) Get() *OrganizationsList
func (NullableOrganizationsList) IsSet ¶
func (v NullableOrganizationsList) IsSet() bool
func (NullableOrganizationsList) MarshalJSON ¶
func (v NullableOrganizationsList) MarshalJSON() ([]byte, error)
func (*NullableOrganizationsList) Set ¶
func (v *NullableOrganizationsList) Set(val *OrganizationsList)
func (*NullableOrganizationsList) UnmarshalJSON ¶
func (v *NullableOrganizationsList) UnmarshalJSON(src []byte) error
func (*NullableOrganizationsList) Unset ¶
func (v *NullableOrganizationsList) Unset()
type NullableOrganizationsListItem ¶
type NullableOrganizationsListItem struct {
// contains filtered or unexported fields
}
func NewNullableOrganizationsListItem ¶
func NewNullableOrganizationsListItem(val *OrganizationsListItem) *NullableOrganizationsListItem
func (NullableOrganizationsListItem) Get ¶
func (v NullableOrganizationsListItem) Get() *OrganizationsListItem
func (NullableOrganizationsListItem) IsSet ¶
func (v NullableOrganizationsListItem) IsSet() bool
func (NullableOrganizationsListItem) MarshalJSON ¶
func (v NullableOrganizationsListItem) MarshalJSON() ([]byte, error)
func (*NullableOrganizationsListItem) Set ¶
func (v *NullableOrganizationsListItem) Set(val *OrganizationsListItem)
func (*NullableOrganizationsListItem) UnmarshalJSON ¶
func (v *NullableOrganizationsListItem) UnmarshalJSON(src []byte) error
func (*NullableOrganizationsListItem) Unset ¶
func (v *NullableOrganizationsListItem) Unset()
type NullablePagination ¶
type NullablePagination struct {
// contains filtered or unexported fields
}
func NewNullablePagination ¶
func NewNullablePagination(val *Pagination) *NullablePagination
func (NullablePagination) Get ¶
func (v NullablePagination) Get() *Pagination
func (NullablePagination) IsSet ¶
func (v NullablePagination) IsSet() bool
func (NullablePagination) MarshalJSON ¶
func (v NullablePagination) MarshalJSON() ([]byte, error)
func (*NullablePagination) Set ¶
func (v *NullablePagination) Set(val *Pagination)
func (*NullablePagination) UnmarshalJSON ¶
func (v *NullablePagination) UnmarshalJSON(src []byte) error
func (*NullablePagination) Unset ¶
func (v *NullablePagination) Unset()
type NullablePlatformList ¶
type NullablePlatformList struct {
// contains filtered or unexported fields
}
func NewNullablePlatformList ¶
func NewNullablePlatformList(val *PlatformList) *NullablePlatformList
func (NullablePlatformList) Get ¶
func (v NullablePlatformList) Get() *PlatformList
func (NullablePlatformList) IsSet ¶
func (v NullablePlatformList) IsSet() bool
func (NullablePlatformList) MarshalJSON ¶
func (v NullablePlatformList) MarshalJSON() ([]byte, error)
func (*NullablePlatformList) Set ¶
func (v *NullablePlatformList) Set(val *PlatformList)
func (*NullablePlatformList) UnmarshalJSON ¶
func (v *NullablePlatformList) UnmarshalJSON(src []byte) error
func (*NullablePlatformList) Unset ¶
func (v *NullablePlatformList) Unset()
type NullablePlatforms ¶
type NullablePlatforms struct {
// contains filtered or unexported fields
}
func NewNullablePlatforms ¶
func NewNullablePlatforms(val *Platforms) *NullablePlatforms
func (NullablePlatforms) Get ¶
func (v NullablePlatforms) Get() *Platforms
func (NullablePlatforms) IsSet ¶
func (v NullablePlatforms) IsSet() bool
func (NullablePlatforms) MarshalJSON ¶
func (v NullablePlatforms) MarshalJSON() ([]byte, error)
func (*NullablePlatforms) Set ¶
func (v *NullablePlatforms) Set(val *Platforms)
func (*NullablePlatforms) UnmarshalJSON ¶
func (v *NullablePlatforms) UnmarshalJSON(src []byte) error
func (*NullablePlatforms) Unset ¶
func (v *NullablePlatforms) Unset()
type NullableQuota ¶
type NullableQuota struct {
// contains filtered or unexported fields
}
func NewNullableQuota ¶
func NewNullableQuota(val *Quota) *NullableQuota
func (NullableQuota) Get ¶
func (v NullableQuota) Get() *Quota
func (NullableQuota) IsSet ¶
func (v NullableQuota) IsSet() bool
func (NullableQuota) MarshalJSON ¶
func (v NullableQuota) MarshalJSON() ([]byte, error)
func (*NullableQuota) Set ¶
func (v *NullableQuota) Set(val *Quota)
func (*NullableQuota) UnmarshalJSON ¶
func (v *NullableQuota) UnmarshalJSON(src []byte) error
func (*NullableQuota) Unset ¶
func (v *NullableQuota) Unset()
type NullableQuotaApps ¶
type NullableQuotaApps struct {
// contains filtered or unexported fields
}
func NewNullableQuotaApps ¶
func NewNullableQuotaApps(val *QuotaApps) *NullableQuotaApps
func (NullableQuotaApps) Get ¶
func (v NullableQuotaApps) Get() *QuotaApps
func (NullableQuotaApps) IsSet ¶
func (v NullableQuotaApps) IsSet() bool
func (NullableQuotaApps) MarshalJSON ¶
func (v NullableQuotaApps) MarshalJSON() ([]byte, error)
func (*NullableQuotaApps) Set ¶
func (v *NullableQuotaApps) Set(val *QuotaApps)
func (*NullableQuotaApps) UnmarshalJSON ¶
func (v *NullableQuotaApps) UnmarshalJSON(src []byte) error
func (*NullableQuotaApps) Unset ¶
func (v *NullableQuotaApps) Unset()
type NullableQuotaDomains ¶
type NullableQuotaDomains struct {
// contains filtered or unexported fields
}
func NewNullableQuotaDomains ¶
func NewNullableQuotaDomains(val *QuotaDomains) *NullableQuotaDomains
func (NullableQuotaDomains) Get ¶
func (v NullableQuotaDomains) Get() *QuotaDomains
func (NullableQuotaDomains) IsSet ¶
func (v NullableQuotaDomains) IsSet() bool
func (NullableQuotaDomains) MarshalJSON ¶
func (v NullableQuotaDomains) MarshalJSON() ([]byte, error)
func (*NullableQuotaDomains) Set ¶
func (v *NullableQuotaDomains) Set(val *QuotaDomains)
func (*NullableQuotaDomains) UnmarshalJSON ¶
func (v *NullableQuotaDomains) UnmarshalJSON(src []byte) error
func (*NullableQuotaDomains) Unset ¶
func (v *NullableQuotaDomains) Unset()
type NullableQuotaRoutes ¶
type NullableQuotaRoutes struct {
// contains filtered or unexported fields
}
func NewNullableQuotaRoutes ¶
func NewNullableQuotaRoutes(val *QuotaRoutes) *NullableQuotaRoutes
func (NullableQuotaRoutes) Get ¶
func (v NullableQuotaRoutes) Get() *QuotaRoutes
func (NullableQuotaRoutes) IsSet ¶
func (v NullableQuotaRoutes) IsSet() bool
func (NullableQuotaRoutes) MarshalJSON ¶
func (v NullableQuotaRoutes) MarshalJSON() ([]byte, error)
func (*NullableQuotaRoutes) Set ¶
func (v *NullableQuotaRoutes) Set(val *QuotaRoutes)
func (*NullableQuotaRoutes) UnmarshalJSON ¶
func (v *NullableQuotaRoutes) UnmarshalJSON(src []byte) error
func (*NullableQuotaRoutes) Unset ¶
func (v *NullableQuotaRoutes) Unset()
type NullableQuotaServices ¶
type NullableQuotaServices struct {
// contains filtered or unexported fields
}
func NewNullableQuotaServices ¶
func NewNullableQuotaServices(val *QuotaServices) *NullableQuotaServices
func (NullableQuotaServices) Get ¶
func (v NullableQuotaServices) Get() *QuotaServices
func (NullableQuotaServices) IsSet ¶
func (v NullableQuotaServices) IsSet() bool
func (NullableQuotaServices) MarshalJSON ¶
func (v NullableQuotaServices) MarshalJSON() ([]byte, error)
func (*NullableQuotaServices) Set ¶
func (v *NullableQuotaServices) Set(val *QuotaServices)
func (*NullableQuotaServices) UnmarshalJSON ¶
func (v *NullableQuotaServices) UnmarshalJSON(src []byte) error
func (*NullableQuotaServices) Unset ¶
func (v *NullableQuotaServices) Unset()
type NullableSpace ¶
type NullableSpace struct {
// contains filtered or unexported fields
}
func NewNullableSpace ¶
func NewNullableSpace(val *Space) *NullableSpace
func (NullableSpace) Get ¶
func (v NullableSpace) Get() *Space
func (NullableSpace) IsSet ¶
func (v NullableSpace) IsSet() bool
func (NullableSpace) MarshalJSON ¶
func (v NullableSpace) MarshalJSON() ([]byte, error)
func (*NullableSpace) Set ¶
func (v *NullableSpace) Set(val *Space)
func (*NullableSpace) UnmarshalJSON ¶
func (v *NullableSpace) UnmarshalJSON(src []byte) error
func (*NullableSpace) Unset ¶
func (v *NullableSpace) Unset()
type NullableSpaceCreatedBffResponse ¶
type NullableSpaceCreatedBffResponse struct {
// contains filtered or unexported fields
}
func NewNullableSpaceCreatedBffResponse ¶
func NewNullableSpaceCreatedBffResponse(val *SpaceCreatedBffResponse) *NullableSpaceCreatedBffResponse
func (NullableSpaceCreatedBffResponse) Get ¶
func (v NullableSpaceCreatedBffResponse) Get() *SpaceCreatedBffResponse
func (NullableSpaceCreatedBffResponse) IsSet ¶
func (v NullableSpaceCreatedBffResponse) IsSet() bool
func (NullableSpaceCreatedBffResponse) MarshalJSON ¶
func (v NullableSpaceCreatedBffResponse) MarshalJSON() ([]byte, error)
func (*NullableSpaceCreatedBffResponse) Set ¶
func (v *NullableSpaceCreatedBffResponse) Set(val *SpaceCreatedBffResponse)
func (*NullableSpaceCreatedBffResponse) UnmarshalJSON ¶
func (v *NullableSpaceCreatedBffResponse) UnmarshalJSON(src []byte) error
func (*NullableSpaceCreatedBffResponse) Unset ¶
func (v *NullableSpaceCreatedBffResponse) Unset()
type NullableSpaceDeleteResponse ¶
type NullableSpaceDeleteResponse struct {
// contains filtered or unexported fields
}
func NewNullableSpaceDeleteResponse ¶
func NewNullableSpaceDeleteResponse(val *SpaceDeleteResponse) *NullableSpaceDeleteResponse
func (NullableSpaceDeleteResponse) Get ¶
func (v NullableSpaceDeleteResponse) Get() *SpaceDeleteResponse
func (NullableSpaceDeleteResponse) IsSet ¶
func (v NullableSpaceDeleteResponse) IsSet() bool
func (NullableSpaceDeleteResponse) MarshalJSON ¶
func (v NullableSpaceDeleteResponse) MarshalJSON() ([]byte, error)
func (*NullableSpaceDeleteResponse) Set ¶
func (v *NullableSpaceDeleteResponse) Set(val *SpaceDeleteResponse)
func (*NullableSpaceDeleteResponse) UnmarshalJSON ¶
func (v *NullableSpaceDeleteResponse) UnmarshalJSON(src []byte) error
func (*NullableSpaceDeleteResponse) Unset ¶
func (v *NullableSpaceDeleteResponse) Unset()
type NullableSpaceRoleCreateBffRequest ¶
type NullableSpaceRoleCreateBffRequest struct {
// contains filtered or unexported fields
}
func NewNullableSpaceRoleCreateBffRequest ¶
func NewNullableSpaceRoleCreateBffRequest(val *SpaceRoleCreateBffRequest) *NullableSpaceRoleCreateBffRequest
func (NullableSpaceRoleCreateBffRequest) Get ¶
func (v NullableSpaceRoleCreateBffRequest) Get() *SpaceRoleCreateBffRequest
func (NullableSpaceRoleCreateBffRequest) IsSet ¶
func (v NullableSpaceRoleCreateBffRequest) IsSet() bool
func (NullableSpaceRoleCreateBffRequest) MarshalJSON ¶
func (v NullableSpaceRoleCreateBffRequest) MarshalJSON() ([]byte, error)
func (*NullableSpaceRoleCreateBffRequest) Set ¶
func (v *NullableSpaceRoleCreateBffRequest) Set(val *SpaceRoleCreateBffRequest)
func (*NullableSpaceRoleCreateBffRequest) UnmarshalJSON ¶
func (v *NullableSpaceRoleCreateBffRequest) UnmarshalJSON(src []byte) error
func (*NullableSpaceRoleCreateBffRequest) Unset ¶
func (v *NullableSpaceRoleCreateBffRequest) Unset()
type NullableSpaceRoleCreateBffResponse ¶
type NullableSpaceRoleCreateBffResponse struct {
// contains filtered or unexported fields
}
func NewNullableSpaceRoleCreateBffResponse ¶
func NewNullableSpaceRoleCreateBffResponse(val *SpaceRoleCreateBffResponse) *NullableSpaceRoleCreateBffResponse
func (NullableSpaceRoleCreateBffResponse) Get ¶
func (v NullableSpaceRoleCreateBffResponse) Get() *SpaceRoleCreateBffResponse
func (NullableSpaceRoleCreateBffResponse) IsSet ¶
func (v NullableSpaceRoleCreateBffResponse) IsSet() bool
func (NullableSpaceRoleCreateBffResponse) MarshalJSON ¶
func (v NullableSpaceRoleCreateBffResponse) MarshalJSON() ([]byte, error)
func (*NullableSpaceRoleCreateBffResponse) Set ¶
func (v *NullableSpaceRoleCreateBffResponse) Set(val *SpaceRoleCreateBffResponse)
func (*NullableSpaceRoleCreateBffResponse) UnmarshalJSON ¶
func (v *NullableSpaceRoleCreateBffResponse) UnmarshalJSON(src []byte) error
func (*NullableSpaceRoleCreateBffResponse) Unset ¶
func (v *NullableSpaceRoleCreateBffResponse) Unset()
type NullableSpaceRoleCreateResponse ¶
type NullableSpaceRoleCreateResponse struct {
// contains filtered or unexported fields
}
func NewNullableSpaceRoleCreateResponse ¶
func NewNullableSpaceRoleCreateResponse(val *SpaceRoleCreateResponse) *NullableSpaceRoleCreateResponse
func (NullableSpaceRoleCreateResponse) Get ¶
func (v NullableSpaceRoleCreateResponse) Get() *SpaceRoleCreateResponse
func (NullableSpaceRoleCreateResponse) IsSet ¶
func (v NullableSpaceRoleCreateResponse) IsSet() bool
func (NullableSpaceRoleCreateResponse) MarshalJSON ¶
func (v NullableSpaceRoleCreateResponse) MarshalJSON() ([]byte, error)
func (*NullableSpaceRoleCreateResponse) Set ¶
func (v *NullableSpaceRoleCreateResponse) Set(val *SpaceRoleCreateResponse)
func (*NullableSpaceRoleCreateResponse) UnmarshalJSON ¶
func (v *NullableSpaceRoleCreateResponse) UnmarshalJSON(src []byte) error
func (*NullableSpaceRoleCreateResponse) Unset ¶
func (v *NullableSpaceRoleCreateResponse) Unset()
type NullableSpaceRoleType ¶
type NullableSpaceRoleType struct {
// contains filtered or unexported fields
}
func NewNullableSpaceRoleType ¶
func NewNullableSpaceRoleType(val *SpaceRoleType) *NullableSpaceRoleType
func (NullableSpaceRoleType) Get ¶
func (v NullableSpaceRoleType) Get() *SpaceRoleType
func (NullableSpaceRoleType) IsSet ¶
func (v NullableSpaceRoleType) IsSet() bool
func (NullableSpaceRoleType) MarshalJSON ¶
func (v NullableSpaceRoleType) MarshalJSON() ([]byte, error)
func (*NullableSpaceRoleType) Set ¶
func (v *NullableSpaceRoleType) Set(val *SpaceRoleType)
func (*NullableSpaceRoleType) UnmarshalJSON ¶
func (v *NullableSpaceRoleType) UnmarshalJSON(src []byte) error
func (*NullableSpaceRoleType) Unset ¶
func (v *NullableSpaceRoleType) Unset()
type NullableSpaceWithIsolationSegment ¶
type NullableSpaceWithIsolationSegment struct {
// contains filtered or unexported fields
}
func NewNullableSpaceWithIsolationSegment ¶
func NewNullableSpaceWithIsolationSegment(val *SpaceWithIsolationSegment) *NullableSpaceWithIsolationSegment
func (NullableSpaceWithIsolationSegment) Get ¶
func (v NullableSpaceWithIsolationSegment) Get() *SpaceWithIsolationSegment
func (NullableSpaceWithIsolationSegment) IsSet ¶
func (v NullableSpaceWithIsolationSegment) IsSet() bool
func (NullableSpaceWithIsolationSegment) MarshalJSON ¶
func (v NullableSpaceWithIsolationSegment) MarshalJSON() ([]byte, error)
func (*NullableSpaceWithIsolationSegment) Set ¶
func (v *NullableSpaceWithIsolationSegment) Set(val *SpaceWithIsolationSegment)
func (*NullableSpaceWithIsolationSegment) UnmarshalJSON ¶
func (v *NullableSpaceWithIsolationSegment) UnmarshalJSON(src []byte) error
func (*NullableSpaceWithIsolationSegment) Unset ¶
func (v *NullableSpaceWithIsolationSegment) Unset()
type NullableSpacesList ¶
type NullableSpacesList struct {
// contains filtered or unexported fields
}
func NewNullableSpacesList ¶
func NewNullableSpacesList(val *SpacesList) *NullableSpacesList
func (NullableSpacesList) Get ¶
func (v NullableSpacesList) Get() *SpacesList
func (NullableSpacesList) IsSet ¶
func (v NullableSpacesList) IsSet() bool
func (NullableSpacesList) MarshalJSON ¶
func (v NullableSpacesList) MarshalJSON() ([]byte, error)
func (*NullableSpacesList) Set ¶
func (v *NullableSpacesList) Set(val *SpacesList)
func (*NullableSpacesList) UnmarshalJSON ¶
func (v *NullableSpacesList) UnmarshalJSON(src []byte) error
func (*NullableSpacesList) Unset ¶
func (v *NullableSpacesList) Unset()
type NullableString ¶
type NullableString struct {
// contains filtered or unexported fields
}
func NewNullableString ¶
func NewNullableString(val *string) *NullableString
func (NullableString) Get ¶
func (v NullableString) Get() *string
func (NullableString) IsSet ¶
func (v NullableString) IsSet() bool
func (NullableString) MarshalJSON ¶
func (v NullableString) MarshalJSON() ([]byte, error)
func (*NullableString) Set ¶
func (v *NullableString) Set(val *string)
func (*NullableString) UnmarshalJSON ¶
func (v *NullableString) UnmarshalJSON(src []byte) error
func (*NullableString) Unset ¶
func (v *NullableString) Unset()
type NullableTime ¶
type NullableTime struct {
// contains filtered or unexported fields
}
func NewNullableTime ¶
func NewNullableTime(val *time.Time) *NullableTime
func (NullableTime) Get ¶
func (v NullableTime) Get() *time.Time
func (NullableTime) IsSet ¶
func (v NullableTime) IsSet() bool
func (NullableTime) MarshalJSON ¶
func (v NullableTime) MarshalJSON() ([]byte, error)
func (*NullableTime) Set ¶
func (v *NullableTime) Set(val *time.Time)
func (*NullableTime) UnmarshalJSON ¶
func (v *NullableTime) UnmarshalJSON(src []byte) error
func (*NullableTime) Unset ¶
func (v *NullableTime) Unset()
type NullableUpdateOrganizationPayload ¶
type NullableUpdateOrganizationPayload struct {
// contains filtered or unexported fields
}
func NewNullableUpdateOrganizationPayload ¶
func NewNullableUpdateOrganizationPayload(val *UpdateOrganizationPayload) *NullableUpdateOrganizationPayload
func (NullableUpdateOrganizationPayload) Get ¶
func (v NullableUpdateOrganizationPayload) Get() *UpdateOrganizationPayload
func (NullableUpdateOrganizationPayload) IsSet ¶
func (v NullableUpdateOrganizationPayload) IsSet() bool
func (NullableUpdateOrganizationPayload) MarshalJSON ¶
func (v NullableUpdateOrganizationPayload) MarshalJSON() ([]byte, error)
func (*NullableUpdateOrganizationPayload) Set ¶
func (v *NullableUpdateOrganizationPayload) Set(val *UpdateOrganizationPayload)
func (*NullableUpdateOrganizationPayload) UnmarshalJSON ¶
func (v *NullableUpdateOrganizationPayload) UnmarshalJSON(src []byte) error
func (*NullableUpdateOrganizationPayload) Unset ¶
func (v *NullableUpdateOrganizationPayload) Unset()
type NullableUpdateSpacePayload ¶
type NullableUpdateSpacePayload struct {
// contains filtered or unexported fields
}
func NewNullableUpdateSpacePayload ¶
func NewNullableUpdateSpacePayload(val *UpdateSpacePayload) *NullableUpdateSpacePayload
func (NullableUpdateSpacePayload) Get ¶
func (v NullableUpdateSpacePayload) Get() *UpdateSpacePayload
func (NullableUpdateSpacePayload) IsSet ¶
func (v NullableUpdateSpacePayload) IsSet() bool
func (NullableUpdateSpacePayload) MarshalJSON ¶
func (v NullableUpdateSpacePayload) MarshalJSON() ([]byte, error)
func (*NullableUpdateSpacePayload) Set ¶
func (v *NullableUpdateSpacePayload) Set(val *UpdateSpacePayload)
func (*NullableUpdateSpacePayload) UnmarshalJSON ¶
func (v *NullableUpdateSpacePayload) UnmarshalJSON(src []byte) error
func (*NullableUpdateSpacePayload) Unset ¶
func (v *NullableUpdateSpacePayload) Unset()
type NullableUsageSummary ¶
type NullableUsageSummary struct {
// contains filtered or unexported fields
}
func NewNullableUsageSummary ¶
func NewNullableUsageSummary(val *UsageSummary) *NullableUsageSummary
func (NullableUsageSummary) Get ¶
func (v NullableUsageSummary) Get() *UsageSummary
func (NullableUsageSummary) IsSet ¶
func (v NullableUsageSummary) IsSet() bool
func (NullableUsageSummary) MarshalJSON ¶
func (v NullableUsageSummary) MarshalJSON() ([]byte, error)
func (*NullableUsageSummary) Set ¶
func (v *NullableUsageSummary) Set(val *UsageSummary)
func (*NullableUsageSummary) UnmarshalJSON ¶
func (v *NullableUsageSummary) UnmarshalJSON(src []byte) error
func (*NullableUsageSummary) Unset ¶
func (v *NullableUsageSummary) Unset()
type OrgManager ¶
type OrgManager struct {
CreatedAt time.Time `json:"createdAt"`
Guid string `json:"guid"`
OrgId string `json:"orgId"`
PlatformId string `json:"platformId"`
ProjectId string `json:"projectId"`
Region string `json:"region"`
UpdatedAt time.Time `json:"updatedAt"`
Username string `json:"username"`
}
OrgManager struct for OrgManager
func NewOrgManager ¶
func NewOrgManager(createdAt time.Time, guid string, orgId string, platformId string, projectId string, region string, updatedAt time.Time, username string) *OrgManager
NewOrgManager instantiates a new OrgManager object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewOrgManagerWithDefaults ¶
func NewOrgManagerWithDefaults() *OrgManager
NewOrgManagerWithDefaults instantiates a new OrgManager object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*OrgManager) GetCreatedAt ¶
func (o *OrgManager) GetCreatedAt() time.Time
GetCreatedAt returns the CreatedAt field value
func (*OrgManager) GetCreatedAtOk ¶
func (o *OrgManager) GetCreatedAtOk() (*time.Time, bool)
GetCreatedAtOk returns a tuple with the CreatedAt field value and a boolean to check if the value has been set.
func (*OrgManager) GetGuid ¶
func (o *OrgManager) GetGuid() string
GetGuid returns the Guid field value
func (*OrgManager) GetGuidOk ¶
func (o *OrgManager) GetGuidOk() (*string, bool)
GetGuidOk returns a tuple with the Guid field value and a boolean to check if the value has been set.
func (*OrgManager) GetOrgId ¶
func (o *OrgManager) GetOrgId() string
GetOrgId returns the OrgId field value
func (*OrgManager) GetOrgIdOk ¶
func (o *OrgManager) GetOrgIdOk() (*string, bool)
GetOrgIdOk returns a tuple with the OrgId field value and a boolean to check if the value has been set.
func (*OrgManager) GetPlatformId ¶
func (o *OrgManager) GetPlatformId() string
GetPlatformId returns the PlatformId field value
func (*OrgManager) GetPlatformIdOk ¶
func (o *OrgManager) GetPlatformIdOk() (*string, bool)
GetPlatformIdOk returns a tuple with the PlatformId field value and a boolean to check if the value has been set.
func (*OrgManager) GetProjectId ¶
func (o *OrgManager) GetProjectId() string
GetProjectId returns the ProjectId field value
func (*OrgManager) GetProjectIdOk ¶
func (o *OrgManager) GetProjectIdOk() (*string, bool)
GetProjectIdOk returns a tuple with the ProjectId field value and a boolean to check if the value has been set.
func (*OrgManager) GetRegion ¶
func (o *OrgManager) GetRegion() string
GetRegion returns the Region field value
func (*OrgManager) GetRegionOk ¶
func (o *OrgManager) GetRegionOk() (*string, bool)
GetRegionOk returns a tuple with the Region field value and a boolean to check if the value has been set.
func (*OrgManager) GetUpdatedAt ¶
func (o *OrgManager) GetUpdatedAt() time.Time
GetUpdatedAt returns the UpdatedAt field value
func (*OrgManager) GetUpdatedAtOk ¶
func (o *OrgManager) GetUpdatedAtOk() (*time.Time, bool)
GetUpdatedAtOk returns a tuple with the UpdatedAt field value and a boolean to check if the value has been set.
func (*OrgManager) GetUsername ¶
func (o *OrgManager) GetUsername() string
GetUsername returns the Username field value
func (*OrgManager) GetUsernameOk ¶
func (o *OrgManager) GetUsernameOk() (*string, bool)
GetUsernameOk returns a tuple with the Username field value and a boolean to check if the value has been set.
func (OrgManager) MarshalJSON ¶
func (o OrgManager) MarshalJSON() ([]byte, error)
func (*OrgManager) SetCreatedAt ¶
func (o *OrgManager) SetCreatedAt(v time.Time)
SetCreatedAt sets field value
func (*OrgManager) SetPlatformId ¶
func (o *OrgManager) SetPlatformId(v string)
SetPlatformId sets field value
func (*OrgManager) SetProjectId ¶
func (o *OrgManager) SetProjectId(v string)
SetProjectId sets field value
func (*OrgManager) SetUpdatedAt ¶
func (o *OrgManager) SetUpdatedAt(v time.Time)
SetUpdatedAt sets field value
func (*OrgManager) SetUsername ¶
func (o *OrgManager) SetUsername(v string)
SetUsername sets field value
func (OrgManager) ToMap ¶
func (o OrgManager) ToMap() (map[string]interface{}, error)
func (*OrgManager) UnmarshalJSON ¶
func (o *OrgManager) UnmarshalJSON(data []byte) (err error)
type OrgManagerDeleteResponse ¶
type OrgManagerDeleteResponse struct {
Message string `json:"message" validate:"regexp=^[a-zA-Z0-9\\/_]+$"`
}
OrgManagerDeleteResponse struct for OrgManagerDeleteResponse
func NewOrgManagerDeleteResponse ¶
func NewOrgManagerDeleteResponse(message string) *OrgManagerDeleteResponse
NewOrgManagerDeleteResponse instantiates a new OrgManagerDeleteResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewOrgManagerDeleteResponseWithDefaults ¶
func NewOrgManagerDeleteResponseWithDefaults() *OrgManagerDeleteResponse
NewOrgManagerDeleteResponseWithDefaults instantiates a new OrgManagerDeleteResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*OrgManagerDeleteResponse) GetMessage ¶
func (o *OrgManagerDeleteResponse) GetMessage() string
GetMessage returns the Message field value
func (*OrgManagerDeleteResponse) GetMessageOk ¶
func (o *OrgManagerDeleteResponse) GetMessageOk() (*string, bool)
GetMessageOk returns a tuple with the Message field value and a boolean to check if the value has been set.
func (OrgManagerDeleteResponse) MarshalJSON ¶
func (o OrgManagerDeleteResponse) MarshalJSON() ([]byte, error)
func (*OrgManagerDeleteResponse) SetMessage ¶
func (o *OrgManagerDeleteResponse) SetMessage(v string)
SetMessage sets field value
func (OrgManagerDeleteResponse) ToMap ¶
func (o OrgManagerDeleteResponse) ToMap() (map[string]interface{}, error)
func (*OrgManagerDeleteResponse) UnmarshalJSON ¶
func (o *OrgManagerDeleteResponse) UnmarshalJSON(data []byte) (err error)
type OrgManagerResponse ¶
type OrgManagerResponse struct {
CreatedAt time.Time `json:"createdAt"`
Guid string `json:"guid"`
OrgId string `json:"orgId"`
Password string `json:"password"`
PlatformId string `json:"platformId"`
ProjectId string `json:"projectId"`
Region string `json:"region"`
UpdatedAt time.Time `json:"updatedAt"`
Username string `json:"username"`
}
OrgManagerResponse struct for OrgManagerResponse
func NewOrgManagerResponse ¶
func NewOrgManagerResponse(createdAt time.Time, guid string, orgId string, password string, platformId string, projectId string, region string, updatedAt time.Time, username string) *OrgManagerResponse
NewOrgManagerResponse instantiates a new OrgManagerResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewOrgManagerResponseWithDefaults ¶
func NewOrgManagerResponseWithDefaults() *OrgManagerResponse
NewOrgManagerResponseWithDefaults instantiates a new OrgManagerResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*OrgManagerResponse) GetCreatedAt ¶
func (o *OrgManagerResponse) GetCreatedAt() time.Time
GetCreatedAt returns the CreatedAt field value
func (*OrgManagerResponse) GetCreatedAtOk ¶
func (o *OrgManagerResponse) GetCreatedAtOk() (*time.Time, bool)
GetCreatedAtOk returns a tuple with the CreatedAt field value and a boolean to check if the value has been set.
func (*OrgManagerResponse) GetGuid ¶
func (o *OrgManagerResponse) GetGuid() string
GetGuid returns the Guid field value
func (*OrgManagerResponse) GetGuidOk ¶
func (o *OrgManagerResponse) GetGuidOk() (*string, bool)
GetGuidOk returns a tuple with the Guid field value and a boolean to check if the value has been set.
func (*OrgManagerResponse) GetOrgId ¶
func (o *OrgManagerResponse) GetOrgId() string
GetOrgId returns the OrgId field value
func (*OrgManagerResponse) GetOrgIdOk ¶
func (o *OrgManagerResponse) GetOrgIdOk() (*string, bool)
GetOrgIdOk returns a tuple with the OrgId field value and a boolean to check if the value has been set.
func (*OrgManagerResponse) GetPassword ¶
func (o *OrgManagerResponse) GetPassword() string
GetPassword returns the Password field value
func (*OrgManagerResponse) GetPasswordOk ¶
func (o *OrgManagerResponse) GetPasswordOk() (*string, bool)
GetPasswordOk returns a tuple with the Password field value and a boolean to check if the value has been set.
func (*OrgManagerResponse) GetPlatformId ¶
func (o *OrgManagerResponse) GetPlatformId() string
GetPlatformId returns the PlatformId field value
func (*OrgManagerResponse) GetPlatformIdOk ¶
func (o *OrgManagerResponse) GetPlatformIdOk() (*string, bool)
GetPlatformIdOk returns a tuple with the PlatformId field value and a boolean to check if the value has been set.
func (*OrgManagerResponse) GetProjectId ¶
func (o *OrgManagerResponse) GetProjectId() string
GetProjectId returns the ProjectId field value
func (*OrgManagerResponse) GetProjectIdOk ¶
func (o *OrgManagerResponse) GetProjectIdOk() (*string, bool)
GetProjectIdOk returns a tuple with the ProjectId field value and a boolean to check if the value has been set.
func (*OrgManagerResponse) GetRegion ¶
func (o *OrgManagerResponse) GetRegion() string
GetRegion returns the Region field value
func (*OrgManagerResponse) GetRegionOk ¶
func (o *OrgManagerResponse) GetRegionOk() (*string, bool)
GetRegionOk returns a tuple with the Region field value and a boolean to check if the value has been set.
func (*OrgManagerResponse) GetUpdatedAt ¶
func (o *OrgManagerResponse) GetUpdatedAt() time.Time
GetUpdatedAt returns the UpdatedAt field value
func (*OrgManagerResponse) GetUpdatedAtOk ¶
func (o *OrgManagerResponse) GetUpdatedAtOk() (*time.Time, bool)
GetUpdatedAtOk returns a tuple with the UpdatedAt field value and a boolean to check if the value has been set.
func (*OrgManagerResponse) GetUsername ¶
func (o *OrgManagerResponse) GetUsername() string
GetUsername returns the Username field value
func (*OrgManagerResponse) GetUsernameOk ¶
func (o *OrgManagerResponse) GetUsernameOk() (*string, bool)
GetUsernameOk returns a tuple with the Username field value and a boolean to check if the value has been set.
func (OrgManagerResponse) MarshalJSON ¶
func (o OrgManagerResponse) MarshalJSON() ([]byte, error)
func (*OrgManagerResponse) SetCreatedAt ¶
func (o *OrgManagerResponse) SetCreatedAt(v time.Time)
SetCreatedAt sets field value
func (*OrgManagerResponse) SetGuid ¶
func (o *OrgManagerResponse) SetGuid(v string)
SetGuid sets field value
func (*OrgManagerResponse) SetOrgId ¶
func (o *OrgManagerResponse) SetOrgId(v string)
SetOrgId sets field value
func (*OrgManagerResponse) SetPassword ¶
func (o *OrgManagerResponse) SetPassword(v string)
SetPassword sets field value
func (*OrgManagerResponse) SetPlatformId ¶
func (o *OrgManagerResponse) SetPlatformId(v string)
SetPlatformId sets field value
func (*OrgManagerResponse) SetProjectId ¶
func (o *OrgManagerResponse) SetProjectId(v string)
SetProjectId sets field value
func (*OrgManagerResponse) SetRegion ¶
func (o *OrgManagerResponse) SetRegion(v string)
SetRegion sets field value
func (*OrgManagerResponse) SetUpdatedAt ¶
func (o *OrgManagerResponse) SetUpdatedAt(v time.Time)
SetUpdatedAt sets field value
func (*OrgManagerResponse) SetUsername ¶
func (o *OrgManagerResponse) SetUsername(v string)
SetUsername sets field value
func (OrgManagerResponse) ToMap ¶
func (o OrgManagerResponse) ToMap() (map[string]interface{}, error)
func (*OrgManagerResponse) UnmarshalJSON ¶
func (o *OrgManagerResponse) UnmarshalJSON(data []byte) (err error)
type OrgRoleCreateBffRequest ¶
type OrgRoleCreateBffRequest struct {
Type OrgRoleType `json:"type"`
}
OrgRoleCreateBffRequest struct for OrgRoleCreateBffRequest
func NewOrgRoleCreateBffRequest ¶
func NewOrgRoleCreateBffRequest(types OrgRoleType) *OrgRoleCreateBffRequest
NewOrgRoleCreateBffRequest instantiates a new OrgRoleCreateBffRequest object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewOrgRoleCreateBffRequestWithDefaults ¶
func NewOrgRoleCreateBffRequestWithDefaults() *OrgRoleCreateBffRequest
NewOrgRoleCreateBffRequestWithDefaults instantiates a new OrgRoleCreateBffRequest object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*OrgRoleCreateBffRequest) GetType ¶
func (o *OrgRoleCreateBffRequest) GetType() OrgRoleType
GetType returns the Type field value
func (*OrgRoleCreateBffRequest) GetTypeOk ¶
func (o *OrgRoleCreateBffRequest) GetTypeOk() (*OrgRoleType, bool)
GetTypeOk returns a tuple with the Type field value and a boolean to check if the value has been set.
func (OrgRoleCreateBffRequest) MarshalJSON ¶
func (o OrgRoleCreateBffRequest) MarshalJSON() ([]byte, error)
func (*OrgRoleCreateBffRequest) SetType ¶
func (o *OrgRoleCreateBffRequest) SetType(v OrgRoleType)
SetType sets field value
func (OrgRoleCreateBffRequest) ToMap ¶
func (o OrgRoleCreateBffRequest) ToMap() (map[string]interface{}, error)
func (*OrgRoleCreateBffRequest) UnmarshalJSON ¶
func (o *OrgRoleCreateBffRequest) UnmarshalJSON(data []byte) (err error)
type OrgRoleResponse ¶
type OrgRoleResponse struct {
Guid string `json:"guid"`
OrgId string `json:"orgId"`
PlatformId string `json:"platformId"`
ProjectId string `json:"projectId"`
Region string `json:"region"`
Type OrgRoleType `json:"type"`
}
OrgRoleResponse struct for OrgRoleResponse
func NewOrgRoleResponse ¶
func NewOrgRoleResponse(guid string, orgId string, platformId string, projectId string, region string, types OrgRoleType) *OrgRoleResponse
NewOrgRoleResponse instantiates a new OrgRoleResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewOrgRoleResponseWithDefaults ¶
func NewOrgRoleResponseWithDefaults() *OrgRoleResponse
NewOrgRoleResponseWithDefaults instantiates a new OrgRoleResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*OrgRoleResponse) GetGuid ¶
func (o *OrgRoleResponse) GetGuid() string
GetGuid returns the Guid field value
func (*OrgRoleResponse) GetGuidOk ¶
func (o *OrgRoleResponse) GetGuidOk() (*string, bool)
GetGuidOk returns a tuple with the Guid field value and a boolean to check if the value has been set.
func (*OrgRoleResponse) GetOrgId ¶
func (o *OrgRoleResponse) GetOrgId() string
GetOrgId returns the OrgId field value
func (*OrgRoleResponse) GetOrgIdOk ¶
func (o *OrgRoleResponse) GetOrgIdOk() (*string, bool)
GetOrgIdOk returns a tuple with the OrgId field value and a boolean to check if the value has been set.
func (*OrgRoleResponse) GetPlatformId ¶
func (o *OrgRoleResponse) GetPlatformId() string
GetPlatformId returns the PlatformId field value
func (*OrgRoleResponse) GetPlatformIdOk ¶
func (o *OrgRoleResponse) GetPlatformIdOk() (*string, bool)
GetPlatformIdOk returns a tuple with the PlatformId field value and a boolean to check if the value has been set.
func (*OrgRoleResponse) GetProjectId ¶
func (o *OrgRoleResponse) GetProjectId() string
GetProjectId returns the ProjectId field value
func (*OrgRoleResponse) GetProjectIdOk ¶
func (o *OrgRoleResponse) GetProjectIdOk() (*string, bool)
GetProjectIdOk returns a tuple with the ProjectId field value and a boolean to check if the value has been set.
func (*OrgRoleResponse) GetRegion ¶
func (o *OrgRoleResponse) GetRegion() string
GetRegion returns the Region field value
func (*OrgRoleResponse) GetRegionOk ¶
func (o *OrgRoleResponse) GetRegionOk() (*string, bool)
GetRegionOk returns a tuple with the Region field value and a boolean to check if the value has been set.
func (*OrgRoleResponse) GetType ¶
func (o *OrgRoleResponse) GetType() OrgRoleType
GetType returns the Type field value
func (*OrgRoleResponse) GetTypeOk ¶
func (o *OrgRoleResponse) GetTypeOk() (*OrgRoleType, bool)
GetTypeOk returns a tuple with the Type field value and a boolean to check if the value has been set.
func (OrgRoleResponse) MarshalJSON ¶
func (o OrgRoleResponse) MarshalJSON() ([]byte, error)
func (*OrgRoleResponse) SetGuid ¶
func (o *OrgRoleResponse) SetGuid(v string)
SetGuid sets field value
func (*OrgRoleResponse) SetOrgId ¶
func (o *OrgRoleResponse) SetOrgId(v string)
SetOrgId sets field value
func (*OrgRoleResponse) SetPlatformId ¶
func (o *OrgRoleResponse) SetPlatformId(v string)
SetPlatformId sets field value
func (*OrgRoleResponse) SetProjectId ¶
func (o *OrgRoleResponse) SetProjectId(v string)
SetProjectId sets field value
func (*OrgRoleResponse) SetRegion ¶
func (o *OrgRoleResponse) SetRegion(v string)
SetRegion sets field value
func (*OrgRoleResponse) SetType ¶
func (o *OrgRoleResponse) SetType(v OrgRoleType)
SetType sets field value
func (OrgRoleResponse) ToMap ¶
func (o OrgRoleResponse) ToMap() (map[string]interface{}, error)
func (*OrgRoleResponse) UnmarshalJSON ¶
func (o *OrgRoleResponse) UnmarshalJSON(data []byte) (err error)
type OrgRoleType ¶
type OrgRoleType string
OrgRoleType the model 'OrgRoleType'
const ( ORGROLETYPE_ORGANIZATION_USER OrgRoleType = "organization_user" ORGROLETYPE_ORGANIZATION_AUDITOR OrgRoleType = "organization_auditor" ORGROLETYPE_ORGANIZATION_MANAGER OrgRoleType = "organization_manager" ORGROLETYPE_ORGANIZATION_BILLING_MANAGER OrgRoleType = "organization_billing_manager" )
List of OrgRoleType
func NewOrgRoleTypeFromValue ¶
func NewOrgRoleTypeFromValue(v string) (*OrgRoleType, error)
NewOrgRoleTypeFromValue returns a pointer to a valid OrgRoleType for the value passed as argument, or an error if the value passed is not allowed by the enum
func (OrgRoleType) IsValid ¶
func (v OrgRoleType) IsValid() bool
IsValid return true if the value is valid for the enum, false otherwise
func (OrgRoleType) Ptr ¶
func (v OrgRoleType) Ptr() *OrgRoleType
Ptr returns reference to OrgRoleType value
func (*OrgRoleType) UnmarshalJSON ¶
func (v *OrgRoleType) UnmarshalJSON(src []byte) error
type Organization ¶
type Organization struct {
CreatedAt time.Time `json:"createdAt"`
Guid string `json:"guid"`
Name string `json:"name"`
PlatformId string `json:"platformId"`
ProjectId string `json:"projectId"`
QuotaId string `json:"quotaId"`
Region string `json:"region"`
// The organization's status. The status value starts with `deleting` when a deleting request is in progress. The status value starts with `delete_failed` when the deletion failed. The status value can be different from `deleting` and `delete_failed`. Additional details can be provided in the future.
Status string `json:"status"`
Suspended bool `json:"suspended"`
UpdatedAt time.Time `json:"updatedAt"`
}
Organization struct for Organization
func NewOrganization ¶
func NewOrganization(createdAt time.Time, guid string, name string, platformId string, projectId string, quotaId string, region string, status string, suspended bool, updatedAt time.Time) *Organization
NewOrganization instantiates a new Organization object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewOrganizationWithDefaults ¶
func NewOrganizationWithDefaults() *Organization
NewOrganizationWithDefaults instantiates a new Organization object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*Organization) GetCreatedAt ¶
func (o *Organization) GetCreatedAt() time.Time
GetCreatedAt returns the CreatedAt field value
func (*Organization) GetCreatedAtOk ¶
func (o *Organization) GetCreatedAtOk() (*time.Time, bool)
GetCreatedAtOk returns a tuple with the CreatedAt field value and a boolean to check if the value has been set.
func (*Organization) GetGuid ¶
func (o *Organization) GetGuid() string
GetGuid returns the Guid field value
func (*Organization) GetGuidOk ¶
func (o *Organization) GetGuidOk() (*string, bool)
GetGuidOk returns a tuple with the Guid field value and a boolean to check if the value has been set.
func (*Organization) GetName ¶
func (o *Organization) GetName() string
GetName returns the Name field value
func (*Organization) GetNameOk ¶
func (o *Organization) GetNameOk() (*string, bool)
GetNameOk returns a tuple with the Name field value and a boolean to check if the value has been set.
func (*Organization) GetPlatformId ¶
func (o *Organization) GetPlatformId() string
GetPlatformId returns the PlatformId field value
func (*Organization) GetPlatformIdOk ¶
func (o *Organization) GetPlatformIdOk() (*string, bool)
GetPlatformIdOk returns a tuple with the PlatformId field value and a boolean to check if the value has been set.
func (*Organization) GetProjectId ¶
func (o *Organization) GetProjectId() string
GetProjectId returns the ProjectId field value
func (*Organization) GetProjectIdOk ¶
func (o *Organization) GetProjectIdOk() (*string, bool)
GetProjectIdOk returns a tuple with the ProjectId field value and a boolean to check if the value has been set.
func (*Organization) GetQuotaId ¶
func (o *Organization) GetQuotaId() string
GetQuotaId returns the QuotaId field value
func (*Organization) GetQuotaIdOk ¶
func (o *Organization) GetQuotaIdOk() (*string, bool)
GetQuotaIdOk returns a tuple with the QuotaId field value and a boolean to check if the value has been set.
func (*Organization) GetRegion ¶
func (o *Organization) GetRegion() string
GetRegion returns the Region field value
func (*Organization) GetRegionOk ¶
func (o *Organization) GetRegionOk() (*string, bool)
GetRegionOk returns a tuple with the Region field value and a boolean to check if the value has been set.
func (*Organization) GetStatus ¶
func (o *Organization) GetStatus() string
GetStatus returns the Status field value
func (*Organization) GetStatusOk ¶
func (o *Organization) GetStatusOk() (*string, bool)
GetStatusOk returns a tuple with the Status field value and a boolean to check if the value has been set.
func (*Organization) GetSuspended ¶
func (o *Organization) GetSuspended() bool
GetSuspended returns the Suspended field value
func (*Organization) GetSuspendedOk ¶
func (o *Organization) GetSuspendedOk() (*bool, bool)
GetSuspendedOk returns a tuple with the Suspended field value and a boolean to check if the value has been set.
func (*Organization) GetUpdatedAt ¶
func (o *Organization) GetUpdatedAt() time.Time
GetUpdatedAt returns the UpdatedAt field value
func (*Organization) GetUpdatedAtOk ¶
func (o *Organization) GetUpdatedAtOk() (*time.Time, bool)
GetUpdatedAtOk returns a tuple with the UpdatedAt field value and a boolean to check if the value has been set.
func (Organization) MarshalJSON ¶
func (o Organization) MarshalJSON() ([]byte, error)
func (*Organization) SetCreatedAt ¶
func (o *Organization) SetCreatedAt(v time.Time)
SetCreatedAt sets field value
func (*Organization) SetPlatformId ¶
func (o *Organization) SetPlatformId(v string)
SetPlatformId sets field value
func (*Organization) SetProjectId ¶
func (o *Organization) SetProjectId(v string)
SetProjectId sets field value
func (*Organization) SetQuotaId ¶
func (o *Organization) SetQuotaId(v string)
SetQuotaId sets field value
func (*Organization) SetRegion ¶
func (o *Organization) SetRegion(v string)
SetRegion sets field value
func (*Organization) SetStatus ¶
func (o *Organization) SetStatus(v string)
SetStatus sets field value
func (*Organization) SetSuspended ¶
func (o *Organization) SetSuspended(v bool)
SetSuspended sets field value
func (*Organization) SetUpdatedAt ¶
func (o *Organization) SetUpdatedAt(v time.Time)
SetUpdatedAt sets field value
func (Organization) ToMap ¶
func (o Organization) ToMap() (map[string]interface{}, error)
func (*Organization) UnmarshalJSON ¶
func (o *Organization) UnmarshalJSON(data []byte) (err error)
type OrganizationCreateBffResponse ¶
type OrganizationCreateBffResponse struct {
Org OrganizationCreateResponse `json:"org"`
Roles map[string]OrgRoleResponse `json:"roles"`
}
OrganizationCreateBffResponse struct for OrganizationCreateBffResponse
func NewOrganizationCreateBffResponse ¶
func NewOrganizationCreateBffResponse(org OrganizationCreateResponse, roles map[string]OrgRoleResponse) *OrganizationCreateBffResponse
NewOrganizationCreateBffResponse instantiates a new OrganizationCreateBffResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewOrganizationCreateBffResponseWithDefaults ¶
func NewOrganizationCreateBffResponseWithDefaults() *OrganizationCreateBffResponse
NewOrganizationCreateBffResponseWithDefaults instantiates a new OrganizationCreateBffResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*OrganizationCreateBffResponse) GetOrg ¶
func (o *OrganizationCreateBffResponse) GetOrg() OrganizationCreateResponse
GetOrg returns the Org field value
func (*OrganizationCreateBffResponse) GetOrgOk ¶
func (o *OrganizationCreateBffResponse) GetOrgOk() (*OrganizationCreateResponse, bool)
GetOrgOk returns a tuple with the Org field value and a boolean to check if the value has been set.
func (*OrganizationCreateBffResponse) GetRoles ¶
func (o *OrganizationCreateBffResponse) GetRoles() map[string]OrgRoleResponse
GetRoles returns the Roles field value
func (*OrganizationCreateBffResponse) GetRolesOk ¶
func (o *OrganizationCreateBffResponse) GetRolesOk() (*map[string]OrgRoleResponse, bool)
GetRolesOk returns a tuple with the Roles field value and a boolean to check if the value has been set.
func (OrganizationCreateBffResponse) MarshalJSON ¶
func (o OrganizationCreateBffResponse) MarshalJSON() ([]byte, error)
func (*OrganizationCreateBffResponse) SetOrg ¶
func (o *OrganizationCreateBffResponse) SetOrg(v OrganizationCreateResponse)
SetOrg sets field value
func (*OrganizationCreateBffResponse) SetRoles ¶
func (o *OrganizationCreateBffResponse) SetRoles(v map[string]OrgRoleResponse)
SetRoles sets field value
func (OrganizationCreateBffResponse) ToMap ¶
func (o OrganizationCreateBffResponse) ToMap() (map[string]interface{}, error)
func (*OrganizationCreateBffResponse) UnmarshalJSON ¶
func (o *OrganizationCreateBffResponse) UnmarshalJSON(data []byte) (err error)
type OrganizationCreateResponse ¶
type OrganizationCreateResponse struct {
Guid string `json:"guid"`
PlatformId string `json:"platformId"`
ProjectId string `json:"projectId"`
Region string `json:"region"`
}
OrganizationCreateResponse struct for OrganizationCreateResponse
func NewOrganizationCreateResponse ¶
func NewOrganizationCreateResponse(guid string, platformId string, projectId string, region string) *OrganizationCreateResponse
NewOrganizationCreateResponse instantiates a new OrganizationCreateResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewOrganizationCreateResponseWithDefaults ¶
func NewOrganizationCreateResponseWithDefaults() *OrganizationCreateResponse
NewOrganizationCreateResponseWithDefaults instantiates a new OrganizationCreateResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*OrganizationCreateResponse) GetGuid ¶
func (o *OrganizationCreateResponse) GetGuid() string
GetGuid returns the Guid field value
func (*OrganizationCreateResponse) GetGuidOk ¶
func (o *OrganizationCreateResponse) GetGuidOk() (*string, bool)
GetGuidOk returns a tuple with the Guid field value and a boolean to check if the value has been set.
func (*OrganizationCreateResponse) GetPlatformId ¶
func (o *OrganizationCreateResponse) GetPlatformId() string
GetPlatformId returns the PlatformId field value
func (*OrganizationCreateResponse) GetPlatformIdOk ¶
func (o *OrganizationCreateResponse) GetPlatformIdOk() (*string, bool)
GetPlatformIdOk returns a tuple with the PlatformId field value and a boolean to check if the value has been set.
func (*OrganizationCreateResponse) GetProjectId ¶
func (o *OrganizationCreateResponse) GetProjectId() string
GetProjectId returns the ProjectId field value
func (*OrganizationCreateResponse) GetProjectIdOk ¶
func (o *OrganizationCreateResponse) GetProjectIdOk() (*string, bool)
GetProjectIdOk returns a tuple with the ProjectId field value and a boolean to check if the value has been set.
func (*OrganizationCreateResponse) GetRegion ¶
func (o *OrganizationCreateResponse) GetRegion() string
GetRegion returns the Region field value
func (*OrganizationCreateResponse) GetRegionOk ¶
func (o *OrganizationCreateResponse) GetRegionOk() (*string, bool)
GetRegionOk returns a tuple with the Region field value and a boolean to check if the value has been set.
func (OrganizationCreateResponse) MarshalJSON ¶
func (o OrganizationCreateResponse) MarshalJSON() ([]byte, error)
func (*OrganizationCreateResponse) SetGuid ¶
func (o *OrganizationCreateResponse) SetGuid(v string)
SetGuid sets field value
func (*OrganizationCreateResponse) SetPlatformId ¶
func (o *OrganizationCreateResponse) SetPlatformId(v string)
SetPlatformId sets field value
func (*OrganizationCreateResponse) SetProjectId ¶
func (o *OrganizationCreateResponse) SetProjectId(v string)
SetProjectId sets field value
func (*OrganizationCreateResponse) SetRegion ¶
func (o *OrganizationCreateResponse) SetRegion(v string)
SetRegion sets field value
func (OrganizationCreateResponse) ToMap ¶
func (o OrganizationCreateResponse) ToMap() (map[string]interface{}, error)
func (*OrganizationCreateResponse) UnmarshalJSON ¶
func (o *OrganizationCreateResponse) UnmarshalJSON(data []byte) (err error)
type OrganizationDeleteResponse ¶
type OrganizationDeleteResponse struct {
Guid string `json:"guid"`
PlatformId string `json:"platformId"`
ProjectId string `json:"projectId"`
Region string `json:"region"`
}
OrganizationDeleteResponse struct for OrganizationDeleteResponse
func NewOrganizationDeleteResponse ¶
func NewOrganizationDeleteResponse(guid string, platformId string, projectId string, region string) *OrganizationDeleteResponse
NewOrganizationDeleteResponse instantiates a new OrganizationDeleteResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewOrganizationDeleteResponseWithDefaults ¶
func NewOrganizationDeleteResponseWithDefaults() *OrganizationDeleteResponse
NewOrganizationDeleteResponseWithDefaults instantiates a new OrganizationDeleteResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*OrganizationDeleteResponse) GetGuid ¶
func (o *OrganizationDeleteResponse) GetGuid() string
GetGuid returns the Guid field value
func (*OrganizationDeleteResponse) GetGuidOk ¶
func (o *OrganizationDeleteResponse) GetGuidOk() (*string, bool)
GetGuidOk returns a tuple with the Guid field value and a boolean to check if the value has been set.
func (*OrganizationDeleteResponse) GetPlatformId ¶
func (o *OrganizationDeleteResponse) GetPlatformId() string
GetPlatformId returns the PlatformId field value
func (*OrganizationDeleteResponse) GetPlatformIdOk ¶
func (o *OrganizationDeleteResponse) GetPlatformIdOk() (*string, bool)
GetPlatformIdOk returns a tuple with the PlatformId field value and a boolean to check if the value has been set.
func (*OrganizationDeleteResponse) GetProjectId ¶
func (o *OrganizationDeleteResponse) GetProjectId() string
GetProjectId returns the ProjectId field value
func (*OrganizationDeleteResponse) GetProjectIdOk ¶
func (o *OrganizationDeleteResponse) GetProjectIdOk() (*string, bool)
GetProjectIdOk returns a tuple with the ProjectId field value and a boolean to check if the value has been set.
func (*OrganizationDeleteResponse) GetRegion ¶
func (o *OrganizationDeleteResponse) GetRegion() string
GetRegion returns the Region field value
func (*OrganizationDeleteResponse) GetRegionOk ¶
func (o *OrganizationDeleteResponse) GetRegionOk() (*string, bool)
GetRegionOk returns a tuple with the Region field value and a boolean to check if the value has been set.
func (OrganizationDeleteResponse) MarshalJSON ¶
func (o OrganizationDeleteResponse) MarshalJSON() ([]byte, error)
func (*OrganizationDeleteResponse) SetGuid ¶
func (o *OrganizationDeleteResponse) SetGuid(v string)
SetGuid sets field value
func (*OrganizationDeleteResponse) SetPlatformId ¶
func (o *OrganizationDeleteResponse) SetPlatformId(v string)
SetPlatformId sets field value
func (*OrganizationDeleteResponse) SetProjectId ¶
func (o *OrganizationDeleteResponse) SetProjectId(v string)
SetProjectId sets field value
func (*OrganizationDeleteResponse) SetRegion ¶
func (o *OrganizationDeleteResponse) SetRegion(v string)
SetRegion sets field value
func (OrganizationDeleteResponse) ToMap ¶
func (o OrganizationDeleteResponse) ToMap() (map[string]interface{}, error)
func (*OrganizationDeleteResponse) UnmarshalJSON ¶
func (o *OrganizationDeleteResponse) UnmarshalJSON(data []byte) (err error)
type OrganizationQuota ¶
type OrganizationQuota struct {
OrgId string `json:"orgId"`
PlatformId string `json:"platformId"`
ProjectId string `json:"projectId"`
QuotaId string `json:"quotaId"`
Region string `json:"region"`
}
OrganizationQuota struct for OrganizationQuota
func NewOrganizationQuota ¶
func NewOrganizationQuota(orgId string, platformId string, projectId string, quotaId string, region string) *OrganizationQuota
NewOrganizationQuota instantiates a new OrganizationQuota object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewOrganizationQuotaWithDefaults ¶
func NewOrganizationQuotaWithDefaults() *OrganizationQuota
NewOrganizationQuotaWithDefaults instantiates a new OrganizationQuota object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*OrganizationQuota) GetOrgId ¶
func (o *OrganizationQuota) GetOrgId() string
GetOrgId returns the OrgId field value
func (*OrganizationQuota) GetOrgIdOk ¶
func (o *OrganizationQuota) GetOrgIdOk() (*string, bool)
GetOrgIdOk returns a tuple with the OrgId field value and a boolean to check if the value has been set.
func (*OrganizationQuota) GetPlatformId ¶
func (o *OrganizationQuota) GetPlatformId() string
GetPlatformId returns the PlatformId field value
func (*OrganizationQuota) GetPlatformIdOk ¶
func (o *OrganizationQuota) GetPlatformIdOk() (*string, bool)
GetPlatformIdOk returns a tuple with the PlatformId field value and a boolean to check if the value has been set.
func (*OrganizationQuota) GetProjectId ¶
func (o *OrganizationQuota) GetProjectId() string
GetProjectId returns the ProjectId field value
func (*OrganizationQuota) GetProjectIdOk ¶
func (o *OrganizationQuota) GetProjectIdOk() (*string, bool)
GetProjectIdOk returns a tuple with the ProjectId field value and a boolean to check if the value has been set.
func (*OrganizationQuota) GetQuotaId ¶
func (o *OrganizationQuota) GetQuotaId() string
GetQuotaId returns the QuotaId field value
func (*OrganizationQuota) GetQuotaIdOk ¶
func (o *OrganizationQuota) GetQuotaIdOk() (*string, bool)
GetQuotaIdOk returns a tuple with the QuotaId field value and a boolean to check if the value has been set.
func (*OrganizationQuota) GetRegion ¶
func (o *OrganizationQuota) GetRegion() string
GetRegion returns the Region field value
func (*OrganizationQuota) GetRegionOk ¶
func (o *OrganizationQuota) GetRegionOk() (*string, bool)
GetRegionOk returns a tuple with the Region field value and a boolean to check if the value has been set.
func (OrganizationQuota) MarshalJSON ¶
func (o OrganizationQuota) MarshalJSON() ([]byte, error)
func (*OrganizationQuota) SetOrgId ¶
func (o *OrganizationQuota) SetOrgId(v string)
SetOrgId sets field value
func (*OrganizationQuota) SetPlatformId ¶
func (o *OrganizationQuota) SetPlatformId(v string)
SetPlatformId sets field value
func (*OrganizationQuota) SetProjectId ¶
func (o *OrganizationQuota) SetProjectId(v string)
SetProjectId sets field value
func (*OrganizationQuota) SetQuotaId ¶
func (o *OrganizationQuota) SetQuotaId(v string)
SetQuotaId sets field value
func (*OrganizationQuota) SetRegion ¶
func (o *OrganizationQuota) SetRegion(v string)
SetRegion sets field value
func (OrganizationQuota) ToMap ¶
func (o OrganizationQuota) ToMap() (map[string]interface{}, error)
func (*OrganizationQuota) UnmarshalJSON ¶
func (o *OrganizationQuota) UnmarshalJSON(data []byte) (err error)
type OrganizationUsageSummary ¶
type OrganizationUsageSummary struct {
OrgId string `json:"orgId"`
PlatformId string `json:"platformId"`
ProjectId string `json:"projectId"`
Region string `json:"region"`
UsageSummary UsageSummary `json:"usageSummary"`
}
OrganizationUsageSummary struct for OrganizationUsageSummary
func NewOrganizationUsageSummary ¶
func NewOrganizationUsageSummary(orgId string, platformId string, projectId string, region string, usageSummary UsageSummary) *OrganizationUsageSummary
NewOrganizationUsageSummary instantiates a new OrganizationUsageSummary object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewOrganizationUsageSummaryWithDefaults ¶
func NewOrganizationUsageSummaryWithDefaults() *OrganizationUsageSummary
NewOrganizationUsageSummaryWithDefaults instantiates a new OrganizationUsageSummary object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*OrganizationUsageSummary) GetOrgId ¶
func (o *OrganizationUsageSummary) GetOrgId() string
GetOrgId returns the OrgId field value
func (*OrganizationUsageSummary) GetOrgIdOk ¶
func (o *OrganizationUsageSummary) GetOrgIdOk() (*string, bool)
GetOrgIdOk returns a tuple with the OrgId field value and a boolean to check if the value has been set.
func (*OrganizationUsageSummary) GetPlatformId ¶
func (o *OrganizationUsageSummary) GetPlatformId() string
GetPlatformId returns the PlatformId field value
func (*OrganizationUsageSummary) GetPlatformIdOk ¶
func (o *OrganizationUsageSummary) GetPlatformIdOk() (*string, bool)
GetPlatformIdOk returns a tuple with the PlatformId field value and a boolean to check if the value has been set.
func (*OrganizationUsageSummary) GetProjectId ¶
func (o *OrganizationUsageSummary) GetProjectId() string
GetProjectId returns the ProjectId field value
func (*OrganizationUsageSummary) GetProjectIdOk ¶
func (o *OrganizationUsageSummary) GetProjectIdOk() (*string, bool)
GetProjectIdOk returns a tuple with the ProjectId field value and a boolean to check if the value has been set.
func (*OrganizationUsageSummary) GetRegion ¶
func (o *OrganizationUsageSummary) GetRegion() string
GetRegion returns the Region field value
func (*OrganizationUsageSummary) GetRegionOk ¶
func (o *OrganizationUsageSummary) GetRegionOk() (*string, bool)
GetRegionOk returns a tuple with the Region field value and a boolean to check if the value has been set.
func (*OrganizationUsageSummary) GetUsageSummary ¶
func (o *OrganizationUsageSummary) GetUsageSummary() UsageSummary
GetUsageSummary returns the UsageSummary field value
func (*OrganizationUsageSummary) GetUsageSummaryOk ¶
func (o *OrganizationUsageSummary) GetUsageSummaryOk() (*UsageSummary, bool)
GetUsageSummaryOk returns a tuple with the UsageSummary field value and a boolean to check if the value has been set.
func (OrganizationUsageSummary) MarshalJSON ¶
func (o OrganizationUsageSummary) MarshalJSON() ([]byte, error)
func (*OrganizationUsageSummary) SetOrgId ¶
func (o *OrganizationUsageSummary) SetOrgId(v string)
SetOrgId sets field value
func (*OrganizationUsageSummary) SetPlatformId ¶
func (o *OrganizationUsageSummary) SetPlatformId(v string)
SetPlatformId sets field value
func (*OrganizationUsageSummary) SetProjectId ¶
func (o *OrganizationUsageSummary) SetProjectId(v string)
SetProjectId sets field value
func (*OrganizationUsageSummary) SetRegion ¶
func (o *OrganizationUsageSummary) SetRegion(v string)
SetRegion sets field value
func (*OrganizationUsageSummary) SetUsageSummary ¶
func (o *OrganizationUsageSummary) SetUsageSummary(v UsageSummary)
SetUsageSummary sets field value
func (OrganizationUsageSummary) ToMap ¶
func (o OrganizationUsageSummary) ToMap() (map[string]interface{}, error)
func (*OrganizationUsageSummary) UnmarshalJSON ¶
func (o *OrganizationUsageSummary) UnmarshalJSON(data []byte) (err error)
type OrganizationsList ¶
type OrganizationsList struct {
Pagination Pagination `json:"pagination"`
Resources []OrganizationsListItem `json:"resources"`
}
OrganizationsList struct for OrganizationsList
func NewOrganizationsList ¶
func NewOrganizationsList(pagination Pagination, resources []OrganizationsListItem) *OrganizationsList
NewOrganizationsList instantiates a new OrganizationsList object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewOrganizationsListWithDefaults ¶
func NewOrganizationsListWithDefaults() *OrganizationsList
NewOrganizationsListWithDefaults instantiates a new OrganizationsList object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*OrganizationsList) GetPagination ¶
func (o *OrganizationsList) GetPagination() Pagination
GetPagination returns the Pagination field value
func (*OrganizationsList) GetPaginationOk ¶
func (o *OrganizationsList) GetPaginationOk() (*Pagination, bool)
GetPaginationOk returns a tuple with the Pagination field value and a boolean to check if the value has been set.
func (*OrganizationsList) GetResources ¶
func (o *OrganizationsList) GetResources() []OrganizationsListItem
GetResources returns the Resources field value
func (*OrganizationsList) GetResourcesOk ¶
func (o *OrganizationsList) GetResourcesOk() ([]OrganizationsListItem, bool)
GetResourcesOk returns a tuple with the Resources field value and a boolean to check if the value has been set.
func (OrganizationsList) MarshalJSON ¶
func (o OrganizationsList) MarshalJSON() ([]byte, error)
func (*OrganizationsList) SetPagination ¶
func (o *OrganizationsList) SetPagination(v Pagination)
SetPagination sets field value
func (*OrganizationsList) SetResources ¶
func (o *OrganizationsList) SetResources(v []OrganizationsListItem)
SetResources sets field value
func (OrganizationsList) ToMap ¶
func (o OrganizationsList) ToMap() (map[string]interface{}, error)
func (*OrganizationsList) UnmarshalJSON ¶
func (o *OrganizationsList) UnmarshalJSON(data []byte) (err error)
type OrganizationsListItem ¶
type OrganizationsListItem struct {
CreatedAt *time.Time `json:"createdAt,omitempty"`
Guid string `json:"guid"`
Name *string `json:"name,omitempty"`
PlatformId string `json:"platformId"`
ProjectId string `json:"projectId"`
QuotaId *string `json:"quotaId,omitempty"`
Region string `json:"region"`
// The organization's status. The status value starts with `deleting` when a deleting request is in progress. The status value starts with `delete_failed` when the deletion failed. The status value can be different from `deleting` and `delete_failed`. Additional details can be provided in the future.
Status string `json:"status"`
Suspended *bool `json:"suspended,omitempty"`
UpdatedAt *time.Time `json:"updatedAt,omitempty"`
}
OrganizationsListItem struct for OrganizationsListItem
func NewOrganizationsListItem ¶
func NewOrganizationsListItem(guid string, platformId string, projectId string, region string, status string) *OrganizationsListItem
NewOrganizationsListItem instantiates a new OrganizationsListItem object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewOrganizationsListItemWithDefaults ¶
func NewOrganizationsListItemWithDefaults() *OrganizationsListItem
NewOrganizationsListItemWithDefaults instantiates a new OrganizationsListItem object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*OrganizationsListItem) GetCreatedAt ¶
func (o *OrganizationsListItem) GetCreatedAt() time.Time
GetCreatedAt returns the CreatedAt field value if set, zero value otherwise.
func (*OrganizationsListItem) GetCreatedAtOk ¶
func (o *OrganizationsListItem) GetCreatedAtOk() (*time.Time, bool)
GetCreatedAtOk returns a tuple with the CreatedAt field value if set, nil otherwise and a boolean to check if the value has been set.
func (*OrganizationsListItem) GetGuid ¶
func (o *OrganizationsListItem) GetGuid() string
GetGuid returns the Guid field value
func (*OrganizationsListItem) GetGuidOk ¶
func (o *OrganizationsListItem) GetGuidOk() (*string, bool)
GetGuidOk returns a tuple with the Guid field value and a boolean to check if the value has been set.
func (*OrganizationsListItem) GetName ¶
func (o *OrganizationsListItem) GetName() string
GetName returns the Name field value if set, zero value otherwise.
func (*OrganizationsListItem) GetNameOk ¶
func (o *OrganizationsListItem) GetNameOk() (*string, bool)
GetNameOk returns a tuple with the Name field value if set, nil otherwise and a boolean to check if the value has been set.
func (*OrganizationsListItem) GetPlatformId ¶
func (o *OrganizationsListItem) GetPlatformId() string
GetPlatformId returns the PlatformId field value
func (*OrganizationsListItem) GetPlatformIdOk ¶
func (o *OrganizationsListItem) GetPlatformIdOk() (*string, bool)
GetPlatformIdOk returns a tuple with the PlatformId field value and a boolean to check if the value has been set.
func (*OrganizationsListItem) GetProjectId ¶
func (o *OrganizationsListItem) GetProjectId() string
GetProjectId returns the ProjectId field value
func (*OrganizationsListItem) GetProjectIdOk ¶
func (o *OrganizationsListItem) GetProjectIdOk() (*string, bool)
GetProjectIdOk returns a tuple with the ProjectId field value and a boolean to check if the value has been set.
func (*OrganizationsListItem) GetQuotaId ¶
func (o *OrganizationsListItem) GetQuotaId() string
GetQuotaId returns the QuotaId field value if set, zero value otherwise.
func (*OrganizationsListItem) GetQuotaIdOk ¶
func (o *OrganizationsListItem) GetQuotaIdOk() (*string, bool)
GetQuotaIdOk returns a tuple with the QuotaId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*OrganizationsListItem) GetRegion ¶
func (o *OrganizationsListItem) GetRegion() string
GetRegion returns the Region field value
func (*OrganizationsListItem) GetRegionOk ¶
func (o *OrganizationsListItem) GetRegionOk() (*string, bool)
GetRegionOk returns a tuple with the Region field value and a boolean to check if the value has been set.
func (*OrganizationsListItem) GetStatus ¶
func (o *OrganizationsListItem) GetStatus() string
GetStatus returns the Status field value
func (*OrganizationsListItem) GetStatusOk ¶
func (o *OrganizationsListItem) GetStatusOk() (*string, bool)
GetStatusOk returns a tuple with the Status field value and a boolean to check if the value has been set.
func (*OrganizationsListItem) GetSuspended ¶
func (o *OrganizationsListItem) GetSuspended() bool
GetSuspended returns the Suspended field value if set, zero value otherwise.
func (*OrganizationsListItem) GetSuspendedOk ¶
func (o *OrganizationsListItem) GetSuspendedOk() (*bool, bool)
GetSuspendedOk returns a tuple with the Suspended field value if set, nil otherwise and a boolean to check if the value has been set.
func (*OrganizationsListItem) GetUpdatedAt ¶
func (o *OrganizationsListItem) GetUpdatedAt() time.Time
GetUpdatedAt returns the UpdatedAt field value if set, zero value otherwise.
func (*OrganizationsListItem) GetUpdatedAtOk ¶
func (o *OrganizationsListItem) GetUpdatedAtOk() (*time.Time, bool)
GetUpdatedAtOk returns a tuple with the UpdatedAt field value if set, nil otherwise and a boolean to check if the value has been set.
func (*OrganizationsListItem) HasCreatedAt ¶
func (o *OrganizationsListItem) HasCreatedAt() bool
HasCreatedAt returns a boolean if a field has been set.
func (*OrganizationsListItem) HasName ¶
func (o *OrganizationsListItem) HasName() bool
HasName returns a boolean if a field has been set.
func (*OrganizationsListItem) HasQuotaId ¶
func (o *OrganizationsListItem) HasQuotaId() bool
HasQuotaId returns a boolean if a field has been set.
func (*OrganizationsListItem) HasSuspended ¶
func (o *OrganizationsListItem) HasSuspended() bool
HasSuspended returns a boolean if a field has been set.
func (*OrganizationsListItem) HasUpdatedAt ¶
func (o *OrganizationsListItem) HasUpdatedAt() bool
HasUpdatedAt returns a boolean if a field has been set.
func (OrganizationsListItem) MarshalJSON ¶
func (o OrganizationsListItem) MarshalJSON() ([]byte, error)
func (*OrganizationsListItem) SetCreatedAt ¶
func (o *OrganizationsListItem) SetCreatedAt(v time.Time)
SetCreatedAt gets a reference to the given time.Time and assigns it to the CreatedAt field.
func (*OrganizationsListItem) SetGuid ¶
func (o *OrganizationsListItem) SetGuid(v string)
SetGuid sets field value
func (*OrganizationsListItem) SetName ¶
func (o *OrganizationsListItem) SetName(v string)
SetName gets a reference to the given string and assigns it to the Name field.
func (*OrganizationsListItem) SetPlatformId ¶
func (o *OrganizationsListItem) SetPlatformId(v string)
SetPlatformId sets field value
func (*OrganizationsListItem) SetProjectId ¶
func (o *OrganizationsListItem) SetProjectId(v string)
SetProjectId sets field value
func (*OrganizationsListItem) SetQuotaId ¶
func (o *OrganizationsListItem) SetQuotaId(v string)
SetQuotaId gets a reference to the given string and assigns it to the QuotaId field.
func (*OrganizationsListItem) SetRegion ¶
func (o *OrganizationsListItem) SetRegion(v string)
SetRegion sets field value
func (*OrganizationsListItem) SetStatus ¶
func (o *OrganizationsListItem) SetStatus(v string)
SetStatus sets field value
func (*OrganizationsListItem) SetSuspended ¶
func (o *OrganizationsListItem) SetSuspended(v bool)
SetSuspended gets a reference to the given bool and assigns it to the Suspended field.
func (*OrganizationsListItem) SetUpdatedAt ¶
func (o *OrganizationsListItem) SetUpdatedAt(v time.Time)
SetUpdatedAt gets a reference to the given time.Time and assigns it to the UpdatedAt field.
func (OrganizationsListItem) ToMap ¶
func (o OrganizationsListItem) ToMap() (map[string]interface{}, error)
func (*OrganizationsListItem) UnmarshalJSON ¶
func (o *OrganizationsListItem) UnmarshalJSON(data []byte) (err error)
type Pagination ¶
type Pagination struct {
TotalPages *int64 `json:"totalPages,omitempty"`
TotalResults *int64 `json:"totalResults,omitempty"`
}
Pagination struct for Pagination
func NewPagination ¶
func NewPagination() *Pagination
NewPagination instantiates a new Pagination object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewPaginationWithDefaults ¶
func NewPaginationWithDefaults() *Pagination
NewPaginationWithDefaults instantiates a new Pagination object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*Pagination) GetTotalPages ¶
func (o *Pagination) GetTotalPages() int64
GetTotalPages returns the TotalPages field value if set, zero value otherwise.
func (*Pagination) GetTotalPagesOk ¶
func (o *Pagination) GetTotalPagesOk() (*int64, bool)
GetTotalPagesOk returns a tuple with the TotalPages field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Pagination) GetTotalResults ¶
func (o *Pagination) GetTotalResults() int64
GetTotalResults returns the TotalResults field value if set, zero value otherwise.
func (*Pagination) GetTotalResultsOk ¶
func (o *Pagination) GetTotalResultsOk() (*int64, bool)
GetTotalResultsOk returns a tuple with the TotalResults field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Pagination) HasTotalPages ¶
func (o *Pagination) HasTotalPages() bool
HasTotalPages returns a boolean if a field has been set.
func (*Pagination) HasTotalResults ¶
func (o *Pagination) HasTotalResults() bool
HasTotalResults returns a boolean if a field has been set.
func (Pagination) MarshalJSON ¶
func (o Pagination) MarshalJSON() ([]byte, error)
func (*Pagination) SetTotalPages ¶
func (o *Pagination) SetTotalPages(v int64)
SetTotalPages gets a reference to the given int64 and assigns it to the TotalPages field.
func (*Pagination) SetTotalResults ¶
func (o *Pagination) SetTotalResults(v int64)
SetTotalResults gets a reference to the given int64 and assigns it to the TotalResults field.
func (Pagination) ToMap ¶
func (o Pagination) ToMap() (map[string]interface{}, error)
type PlatformList ¶
type PlatformList struct {
Pagination Pagination `json:"pagination"`
Resources []Platforms `json:"resources"`
}
PlatformList struct for PlatformList
func NewPlatformList ¶
func NewPlatformList(pagination Pagination, resources []Platforms) *PlatformList
NewPlatformList instantiates a new PlatformList object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewPlatformListWithDefaults ¶
func NewPlatformListWithDefaults() *PlatformList
NewPlatformListWithDefaults instantiates a new PlatformList object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*PlatformList) GetPagination ¶
func (o *PlatformList) GetPagination() Pagination
GetPagination returns the Pagination field value
func (*PlatformList) GetPaginationOk ¶
func (o *PlatformList) GetPaginationOk() (*Pagination, bool)
GetPaginationOk returns a tuple with the Pagination field value and a boolean to check if the value has been set.
func (*PlatformList) GetResources ¶
func (o *PlatformList) GetResources() []Platforms
GetResources returns the Resources field value
func (*PlatformList) GetResourcesOk ¶
func (o *PlatformList) GetResourcesOk() ([]Platforms, bool)
GetResourcesOk returns a tuple with the Resources field value and a boolean to check if the value has been set.
func (PlatformList) MarshalJSON ¶
func (o PlatformList) MarshalJSON() ([]byte, error)
func (*PlatformList) SetPagination ¶
func (o *PlatformList) SetPagination(v Pagination)
SetPagination sets field value
func (*PlatformList) SetResources ¶
func (o *PlatformList) SetResources(v []Platforms)
SetResources sets field value
func (PlatformList) ToMap ¶
func (o PlatformList) ToMap() (map[string]interface{}, error)
func (*PlatformList) UnmarshalJSON ¶
func (o *PlatformList) UnmarshalJSON(data []byte) (err error)
type Platforms ¶
type Platforms struct {
ApiUrl string `json:"apiUrl"`
ConsoleUrl *string `json:"consoleUrl,omitempty"`
DisplayName string `json:"displayName"`
Guid string `json:"guid"`
Region string `json:"region"`
SystemId string `json:"systemId"`
}
Platforms struct for Platforms
func NewPlatforms ¶
func NewPlatforms(apiUrl string, displayName string, guid string, region string, systemId string) *Platforms
NewPlatforms instantiates a new Platforms object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewPlatformsWithDefaults ¶
func NewPlatformsWithDefaults() *Platforms
NewPlatformsWithDefaults instantiates a new Platforms object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*Platforms) GetApiUrlOk ¶
GetApiUrlOk returns a tuple with the ApiUrl field value and a boolean to check if the value has been set.
func (*Platforms) GetConsoleUrl ¶
GetConsoleUrl returns the ConsoleUrl field value if set, zero value otherwise.
func (*Platforms) GetConsoleUrlOk ¶
GetConsoleUrlOk returns a tuple with the ConsoleUrl field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Platforms) GetDisplayName ¶
GetDisplayName returns the DisplayName field value
func (*Platforms) GetDisplayNameOk ¶
GetDisplayNameOk returns a tuple with the DisplayName field value and a boolean to check if the value has been set.
func (*Platforms) GetGuidOk ¶
GetGuidOk returns a tuple with the Guid field value and a boolean to check if the value has been set.
func (*Platforms) GetRegionOk ¶
GetRegionOk returns a tuple with the Region field value and a boolean to check if the value has been set.
func (*Platforms) GetSystemId ¶
GetSystemId returns the SystemId field value
func (*Platforms) GetSystemIdOk ¶
GetSystemIdOk returns a tuple with the SystemId field value and a boolean to check if the value has been set.
func (*Platforms) HasConsoleUrl ¶
HasConsoleUrl returns a boolean if a field has been set.
func (Platforms) MarshalJSON ¶
func (*Platforms) SetConsoleUrl ¶
SetConsoleUrl gets a reference to the given string and assigns it to the ConsoleUrl field.
func (*Platforms) SetDisplayName ¶
SetDisplayName sets field value
func (*Platforms) SetSystemId ¶
SetSystemId sets field value
func (*Platforms) UnmarshalJSON ¶
type Quota ¶
type Quota struct {
Apps QuotaApps `json:"apps"`
CreatedAt time.Time `json:"createdAt"`
Domains QuotaDomains `json:"domains"`
Guid string `json:"guid"`
Name string `json:"name"`
OrgId *string `json:"orgId,omitempty"`
PlatformId string `json:"platformId"`
ProjectId string `json:"projectId"`
Region string `json:"region"`
Routes QuotaRoutes `json:"routes"`
Services QuotaServices `json:"services"`
UpdatedAt time.Time `json:"updatedAt"`
}
Quota struct for Quota
func NewQuota ¶
func NewQuota(apps QuotaApps, createdAt time.Time, domains QuotaDomains, guid string, name string, platformId string, projectId string, region string, routes QuotaRoutes, services QuotaServices, updatedAt time.Time) *Quota
NewQuota instantiates a new Quota object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewQuotaWithDefaults ¶
func NewQuotaWithDefaults() *Quota
NewQuotaWithDefaults instantiates a new Quota object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*Quota) GetAppsOk ¶
GetAppsOk returns a tuple with the Apps field value and a boolean to check if the value has been set.
func (*Quota) GetCreatedAt ¶
GetCreatedAt returns the CreatedAt field value
func (*Quota) GetCreatedAtOk ¶
GetCreatedAtOk returns a tuple with the CreatedAt field value and a boolean to check if the value has been set.
func (*Quota) GetDomains ¶
func (o *Quota) GetDomains() QuotaDomains
GetDomains returns the Domains field value
func (*Quota) GetDomainsOk ¶
func (o *Quota) GetDomainsOk() (*QuotaDomains, bool)
GetDomainsOk returns a tuple with the Domains field value and a boolean to check if the value has been set.
func (*Quota) GetGuidOk ¶
GetGuidOk returns a tuple with the Guid field value and a boolean to check if the value has been set.
func (*Quota) GetNameOk ¶
GetNameOk returns a tuple with the Name field value and a boolean to check if the value has been set.
func (*Quota) GetOrgIdOk ¶
GetOrgIdOk returns a tuple with the OrgId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Quota) GetPlatformId ¶
GetPlatformId returns the PlatformId field value
func (*Quota) GetPlatformIdOk ¶
GetPlatformIdOk returns a tuple with the PlatformId field value and a boolean to check if the value has been set.
func (*Quota) GetProjectId ¶
GetProjectId returns the ProjectId field value
func (*Quota) GetProjectIdOk ¶
GetProjectIdOk returns a tuple with the ProjectId field value and a boolean to check if the value has been set.
func (*Quota) GetRegionOk ¶
GetRegionOk returns a tuple with the Region field value and a boolean to check if the value has been set.
func (*Quota) GetRoutes ¶
func (o *Quota) GetRoutes() QuotaRoutes
GetRoutes returns the Routes field value
func (*Quota) GetRoutesOk ¶
func (o *Quota) GetRoutesOk() (*QuotaRoutes, bool)
GetRoutesOk returns a tuple with the Routes field value and a boolean to check if the value has been set.
func (*Quota) GetServices ¶
func (o *Quota) GetServices() QuotaServices
GetServices returns the Services field value
func (*Quota) GetServicesOk ¶
func (o *Quota) GetServicesOk() (*QuotaServices, bool)
GetServicesOk returns a tuple with the Services field value and a boolean to check if the value has been set.
func (*Quota) GetUpdatedAt ¶
GetUpdatedAt returns the UpdatedAt field value
func (*Quota) GetUpdatedAtOk ¶
GetUpdatedAtOk returns a tuple with the UpdatedAt field value and a boolean to check if the value has been set.
func (Quota) MarshalJSON ¶
func (*Quota) SetCreatedAt ¶
SetCreatedAt sets field value
func (*Quota) SetOrgId ¶
SetOrgId gets a reference to the given string and assigns it to the OrgId field.
func (*Quota) SetPlatformId ¶
SetPlatformId sets field value
func (*Quota) SetServices ¶
func (o *Quota) SetServices(v QuotaServices)
SetServices sets field value
func (*Quota) SetUpdatedAt ¶
SetUpdatedAt sets field value
func (*Quota) UnmarshalJSON ¶
type QuotaApps ¶
type QuotaApps struct {
// The value `null` means `unlimited`.
LogRateLimitInBytesPerSecond NullableInt64 `json:"logRateLimitInBytesPerSecond"`
// The value `null` means `unlimited`.
PerAppTasks NullableInt64 `json:"perAppTasks"`
// The value `null` means `unlimited`.
PerProcessMemoryInMb NullableInt64 `json:"perProcessMemoryInMb"`
// The value `null` means `unlimited`.
TotalInstances NullableInt64 `json:"totalInstances"`
// The value `null` means `unlimited`.
TotalMemoryInMb NullableInt64 `json:"totalMemoryInMb"`
}
QuotaApps struct for QuotaApps
func NewQuotaApps ¶
func NewQuotaApps(logRateLimitInBytesPerSecond NullableInt64, perAppTasks NullableInt64, perProcessMemoryInMb NullableInt64, totalInstances NullableInt64, totalMemoryInMb NullableInt64) *QuotaApps
NewQuotaApps instantiates a new QuotaApps object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewQuotaAppsWithDefaults ¶
func NewQuotaAppsWithDefaults() *QuotaApps
NewQuotaAppsWithDefaults instantiates a new QuotaApps object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*QuotaApps) GetLogRateLimitInBytesPerSecond ¶
GetLogRateLimitInBytesPerSecond returns the LogRateLimitInBytesPerSecond field value If the value is explicit nil, the zero value for int64 will be returned
func (*QuotaApps) GetLogRateLimitInBytesPerSecondOk ¶
GetLogRateLimitInBytesPerSecondOk returns a tuple with the LogRateLimitInBytesPerSecond field value and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*QuotaApps) GetPerAppTasks ¶
GetPerAppTasks returns the PerAppTasks field value If the value is explicit nil, the zero value for int64 will be returned
func (*QuotaApps) GetPerAppTasksOk ¶
GetPerAppTasksOk returns a tuple with the PerAppTasks field value and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*QuotaApps) GetPerProcessMemoryInMb ¶
GetPerProcessMemoryInMb returns the PerProcessMemoryInMb field value If the value is explicit nil, the zero value for int64 will be returned
func (*QuotaApps) GetPerProcessMemoryInMbOk ¶
GetPerProcessMemoryInMbOk returns a tuple with the PerProcessMemoryInMb field value and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*QuotaApps) GetTotalInstances ¶
GetTotalInstances returns the TotalInstances field value If the value is explicit nil, the zero value for int64 will be returned
func (*QuotaApps) GetTotalInstancesOk ¶
GetTotalInstancesOk returns a tuple with the TotalInstances field value and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*QuotaApps) GetTotalMemoryInMb ¶
GetTotalMemoryInMb returns the TotalMemoryInMb field value If the value is explicit nil, the zero value for int64 will be returned
func (*QuotaApps) GetTotalMemoryInMbOk ¶
GetTotalMemoryInMbOk returns a tuple with the TotalMemoryInMb field value and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (QuotaApps) MarshalJSON ¶
func (*QuotaApps) SetLogRateLimitInBytesPerSecond ¶
SetLogRateLimitInBytesPerSecond sets field value
func (*QuotaApps) SetPerAppTasks ¶
SetPerAppTasks sets field value
func (*QuotaApps) SetPerProcessMemoryInMb ¶
SetPerProcessMemoryInMb sets field value
func (*QuotaApps) SetTotalInstances ¶
SetTotalInstances sets field value
func (*QuotaApps) SetTotalMemoryInMb ¶
SetTotalMemoryInMb sets field value
func (*QuotaApps) UnmarshalJSON ¶
type QuotaDomains ¶
type QuotaDomains struct {
// The value `null` means `unlimited`.
TotalDomains NullableInt64 `json:"totalDomains"`
}
QuotaDomains struct for QuotaDomains
func NewQuotaDomains ¶
func NewQuotaDomains(totalDomains NullableInt64) *QuotaDomains
NewQuotaDomains instantiates a new QuotaDomains object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewQuotaDomainsWithDefaults ¶
func NewQuotaDomainsWithDefaults() *QuotaDomains
NewQuotaDomainsWithDefaults instantiates a new QuotaDomains object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*QuotaDomains) GetTotalDomains ¶
func (o *QuotaDomains) GetTotalDomains() int64
GetTotalDomains returns the TotalDomains field value If the value is explicit nil, the zero value for int64 will be returned
func (*QuotaDomains) GetTotalDomainsOk ¶
func (o *QuotaDomains) GetTotalDomainsOk() (*int64, bool)
GetTotalDomainsOk returns a tuple with the TotalDomains field value and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (QuotaDomains) MarshalJSON ¶
func (o QuotaDomains) MarshalJSON() ([]byte, error)
func (*QuotaDomains) SetTotalDomains ¶
func (o *QuotaDomains) SetTotalDomains(v int64)
SetTotalDomains sets field value
func (QuotaDomains) ToMap ¶
func (o QuotaDomains) ToMap() (map[string]interface{}, error)
func (*QuotaDomains) UnmarshalJSON ¶
func (o *QuotaDomains) UnmarshalJSON(data []byte) (err error)
type QuotaRoutes ¶
type QuotaRoutes struct {
// The value `null` means `unlimited`.
TotalReservedPorts NullableInt64 `json:"totalReservedPorts"`
// The value `null` means `unlimited`.
TotalRoutes NullableInt64 `json:"totalRoutes"`
}
QuotaRoutes struct for QuotaRoutes
func NewQuotaRoutes ¶
func NewQuotaRoutes(totalReservedPorts NullableInt64, totalRoutes NullableInt64) *QuotaRoutes
NewQuotaRoutes instantiates a new QuotaRoutes object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewQuotaRoutesWithDefaults ¶
func NewQuotaRoutesWithDefaults() *QuotaRoutes
NewQuotaRoutesWithDefaults instantiates a new QuotaRoutes object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*QuotaRoutes) GetTotalReservedPorts ¶
func (o *QuotaRoutes) GetTotalReservedPorts() int64
GetTotalReservedPorts returns the TotalReservedPorts field value If the value is explicit nil, the zero value for int64 will be returned
func (*QuotaRoutes) GetTotalReservedPortsOk ¶
func (o *QuotaRoutes) GetTotalReservedPortsOk() (*int64, bool)
GetTotalReservedPortsOk returns a tuple with the TotalReservedPorts field value and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*QuotaRoutes) GetTotalRoutes ¶
func (o *QuotaRoutes) GetTotalRoutes() int64
GetTotalRoutes returns the TotalRoutes field value If the value is explicit nil, the zero value for int64 will be returned
func (*QuotaRoutes) GetTotalRoutesOk ¶
func (o *QuotaRoutes) GetTotalRoutesOk() (*int64, bool)
GetTotalRoutesOk returns a tuple with the TotalRoutes field value and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (QuotaRoutes) MarshalJSON ¶
func (o QuotaRoutes) MarshalJSON() ([]byte, error)
func (*QuotaRoutes) SetTotalReservedPorts ¶
func (o *QuotaRoutes) SetTotalReservedPorts(v int64)
SetTotalReservedPorts sets field value
func (*QuotaRoutes) SetTotalRoutes ¶
func (o *QuotaRoutes) SetTotalRoutes(v int64)
SetTotalRoutes sets field value
func (QuotaRoutes) ToMap ¶
func (o QuotaRoutes) ToMap() (map[string]interface{}, error)
func (*QuotaRoutes) UnmarshalJSON ¶
func (o *QuotaRoutes) UnmarshalJSON(data []byte) (err error)
type QuotaServices ¶
type QuotaServices struct {
PaidServicesAllowed bool `json:"paidServicesAllowed"`
// The value `null` means `unlimited`.
TotalServiceInstances NullableInt64 `json:"totalServiceInstances"`
// The value `null` means `unlimited`.
TotalServiceKeys NullableInt64 `json:"totalServiceKeys"`
}
QuotaServices struct for QuotaServices
func NewQuotaServices ¶
func NewQuotaServices(paidServicesAllowed bool, totalServiceInstances NullableInt64, totalServiceKeys NullableInt64) *QuotaServices
NewQuotaServices instantiates a new QuotaServices object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewQuotaServicesWithDefaults ¶
func NewQuotaServicesWithDefaults() *QuotaServices
NewQuotaServicesWithDefaults instantiates a new QuotaServices object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*QuotaServices) GetPaidServicesAllowed ¶
func (o *QuotaServices) GetPaidServicesAllowed() bool
GetPaidServicesAllowed returns the PaidServicesAllowed field value
func (*QuotaServices) GetPaidServicesAllowedOk ¶
func (o *QuotaServices) GetPaidServicesAllowedOk() (*bool, bool)
GetPaidServicesAllowedOk returns a tuple with the PaidServicesAllowed field value and a boolean to check if the value has been set.
func (*QuotaServices) GetTotalServiceInstances ¶
func (o *QuotaServices) GetTotalServiceInstances() int64
GetTotalServiceInstances returns the TotalServiceInstances field value If the value is explicit nil, the zero value for int64 will be returned
func (*QuotaServices) GetTotalServiceInstancesOk ¶
func (o *QuotaServices) GetTotalServiceInstancesOk() (*int64, bool)
GetTotalServiceInstancesOk returns a tuple with the TotalServiceInstances field value and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*QuotaServices) GetTotalServiceKeys ¶
func (o *QuotaServices) GetTotalServiceKeys() int64
GetTotalServiceKeys returns the TotalServiceKeys field value If the value is explicit nil, the zero value for int64 will be returned
func (*QuotaServices) GetTotalServiceKeysOk ¶
func (o *QuotaServices) GetTotalServiceKeysOk() (*int64, bool)
GetTotalServiceKeysOk returns a tuple with the TotalServiceKeys field value and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (QuotaServices) MarshalJSON ¶
func (o QuotaServices) MarshalJSON() ([]byte, error)
func (*QuotaServices) SetPaidServicesAllowed ¶
func (o *QuotaServices) SetPaidServicesAllowed(v bool)
SetPaidServicesAllowed sets field value
func (*QuotaServices) SetTotalServiceInstances ¶
func (o *QuotaServices) SetTotalServiceInstances(v int64)
SetTotalServiceInstances sets field value
func (*QuotaServices) SetTotalServiceKeys ¶
func (o *QuotaServices) SetTotalServiceKeys(v int64)
SetTotalServiceKeys sets field value
func (QuotaServices) ToMap ¶
func (o QuotaServices) ToMap() (map[string]interface{}, error)
func (*QuotaServices) UnmarshalJSON ¶
func (o *QuotaServices) UnmarshalJSON(data []byte) (err error)
type Space ¶
type Space struct {
CreatedAt time.Time `json:"createdAt"`
Guid string `json:"guid"`
Name string `json:"name"`
OrgId string `json:"orgId"`
PlatformId string `json:"platformId"`
ProjectId string `json:"projectId"`
Region string `json:"region"`
UpdatedAt time.Time `json:"updatedAt"`
}
Space struct for Space
func NewSpace ¶
func NewSpace(createdAt time.Time, guid string, name string, orgId string, platformId string, projectId string, region string, updatedAt time.Time) *Space
NewSpace instantiates a new Space object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewSpaceWithDefaults ¶
func NewSpaceWithDefaults() *Space
NewSpaceWithDefaults instantiates a new Space object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*Space) GetCreatedAt ¶
GetCreatedAt returns the CreatedAt field value
func (*Space) GetCreatedAtOk ¶
GetCreatedAtOk returns a tuple with the CreatedAt field value and a boolean to check if the value has been set.
func (*Space) GetGuidOk ¶
GetGuidOk returns a tuple with the Guid field value and a boolean to check if the value has been set.
func (*Space) GetNameOk ¶
GetNameOk returns a tuple with the Name field value and a boolean to check if the value has been set.
func (*Space) GetOrgIdOk ¶
GetOrgIdOk returns a tuple with the OrgId field value and a boolean to check if the value has been set.
func (*Space) GetPlatformId ¶
GetPlatformId returns the PlatformId field value
func (*Space) GetPlatformIdOk ¶
GetPlatformIdOk returns a tuple with the PlatformId field value and a boolean to check if the value has been set.
func (*Space) GetProjectId ¶
GetProjectId returns the ProjectId field value
func (*Space) GetProjectIdOk ¶
GetProjectIdOk returns a tuple with the ProjectId field value and a boolean to check if the value has been set.
func (*Space) GetRegionOk ¶
GetRegionOk returns a tuple with the Region field value and a boolean to check if the value has been set.
func (*Space) GetUpdatedAt ¶
GetUpdatedAt returns the UpdatedAt field value
func (*Space) GetUpdatedAtOk ¶
GetUpdatedAtOk returns a tuple with the UpdatedAt field value and a boolean to check if the value has been set.
func (Space) MarshalJSON ¶
func (*Space) SetCreatedAt ¶
SetCreatedAt sets field value
func (*Space) SetPlatformId ¶
SetPlatformId sets field value
func (*Space) SetUpdatedAt ¶
SetUpdatedAt sets field value
func (*Space) UnmarshalJSON ¶
type SpaceCreatedBffResponse ¶
type SpaceCreatedBffResponse struct {
OrgRole *OrgRoleResponse `json:"orgRole,omitempty"`
Space Space `json:"space"`
SpaceRole SpaceRoleCreateResponse `json:"spaceRole"`
}
SpaceCreatedBffResponse struct for SpaceCreatedBffResponse
func NewSpaceCreatedBffResponse ¶
func NewSpaceCreatedBffResponse(space Space, spaceRole SpaceRoleCreateResponse) *SpaceCreatedBffResponse
NewSpaceCreatedBffResponse instantiates a new SpaceCreatedBffResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewSpaceCreatedBffResponseWithDefaults ¶
func NewSpaceCreatedBffResponseWithDefaults() *SpaceCreatedBffResponse
NewSpaceCreatedBffResponseWithDefaults instantiates a new SpaceCreatedBffResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*SpaceCreatedBffResponse) GetOrgRole ¶
func (o *SpaceCreatedBffResponse) GetOrgRole() OrgRoleResponse
GetOrgRole returns the OrgRole field value if set, zero value otherwise.
func (*SpaceCreatedBffResponse) GetOrgRoleOk ¶
func (o *SpaceCreatedBffResponse) GetOrgRoleOk() (*OrgRoleResponse, bool)
GetOrgRoleOk returns a tuple with the OrgRole field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SpaceCreatedBffResponse) GetSpace ¶
func (o *SpaceCreatedBffResponse) GetSpace() Space
GetSpace returns the Space field value
func (*SpaceCreatedBffResponse) GetSpaceOk ¶
func (o *SpaceCreatedBffResponse) GetSpaceOk() (*Space, bool)
GetSpaceOk returns a tuple with the Space field value and a boolean to check if the value has been set.
func (*SpaceCreatedBffResponse) GetSpaceRole ¶
func (o *SpaceCreatedBffResponse) GetSpaceRole() SpaceRoleCreateResponse
GetSpaceRole returns the SpaceRole field value
func (*SpaceCreatedBffResponse) GetSpaceRoleOk ¶
func (o *SpaceCreatedBffResponse) GetSpaceRoleOk() (*SpaceRoleCreateResponse, bool)
GetSpaceRoleOk returns a tuple with the SpaceRole field value and a boolean to check if the value has been set.
func (*SpaceCreatedBffResponse) HasOrgRole ¶
func (o *SpaceCreatedBffResponse) HasOrgRole() bool
HasOrgRole returns a boolean if a field has been set.
func (SpaceCreatedBffResponse) MarshalJSON ¶
func (o SpaceCreatedBffResponse) MarshalJSON() ([]byte, error)
func (*SpaceCreatedBffResponse) SetOrgRole ¶
func (o *SpaceCreatedBffResponse) SetOrgRole(v OrgRoleResponse)
SetOrgRole gets a reference to the given OrgRoleResponse and assigns it to the OrgRole field.
func (*SpaceCreatedBffResponse) SetSpace ¶
func (o *SpaceCreatedBffResponse) SetSpace(v Space)
SetSpace sets field value
func (*SpaceCreatedBffResponse) SetSpaceRole ¶
func (o *SpaceCreatedBffResponse) SetSpaceRole(v SpaceRoleCreateResponse)
SetSpaceRole sets field value
func (SpaceCreatedBffResponse) ToMap ¶
func (o SpaceCreatedBffResponse) ToMap() (map[string]interface{}, error)
func (*SpaceCreatedBffResponse) UnmarshalJSON ¶
func (o *SpaceCreatedBffResponse) UnmarshalJSON(data []byte) (err error)
type SpaceDeleteResponse ¶
type SpaceDeleteResponse struct {
Message string `json:"message" validate:"regexp=^[a-zA-Z0-9\\/_]+$"`
}
SpaceDeleteResponse struct for SpaceDeleteResponse
func NewSpaceDeleteResponse ¶
func NewSpaceDeleteResponse(message string) *SpaceDeleteResponse
NewSpaceDeleteResponse instantiates a new SpaceDeleteResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewSpaceDeleteResponseWithDefaults ¶
func NewSpaceDeleteResponseWithDefaults() *SpaceDeleteResponse
NewSpaceDeleteResponseWithDefaults instantiates a new SpaceDeleteResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*SpaceDeleteResponse) GetMessage ¶
func (o *SpaceDeleteResponse) GetMessage() string
GetMessage returns the Message field value
func (*SpaceDeleteResponse) GetMessageOk ¶
func (o *SpaceDeleteResponse) GetMessageOk() (*string, bool)
GetMessageOk returns a tuple with the Message field value and a boolean to check if the value has been set.
func (SpaceDeleteResponse) MarshalJSON ¶
func (o SpaceDeleteResponse) MarshalJSON() ([]byte, error)
func (*SpaceDeleteResponse) SetMessage ¶
func (o *SpaceDeleteResponse) SetMessage(v string)
SetMessage sets field value
func (SpaceDeleteResponse) ToMap ¶
func (o SpaceDeleteResponse) ToMap() (map[string]interface{}, error)
func (*SpaceDeleteResponse) UnmarshalJSON ¶
func (o *SpaceDeleteResponse) UnmarshalJSON(data []byte) (err error)
type SpaceRoleCreateBffRequest ¶
type SpaceRoleCreateBffRequest struct {
Type SpaceRoleType `json:"type"`
}
SpaceRoleCreateBffRequest struct for SpaceRoleCreateBffRequest
func NewSpaceRoleCreateBffRequest ¶
func NewSpaceRoleCreateBffRequest(types SpaceRoleType) *SpaceRoleCreateBffRequest
NewSpaceRoleCreateBffRequest instantiates a new SpaceRoleCreateBffRequest object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewSpaceRoleCreateBffRequestWithDefaults ¶
func NewSpaceRoleCreateBffRequestWithDefaults() *SpaceRoleCreateBffRequest
NewSpaceRoleCreateBffRequestWithDefaults instantiates a new SpaceRoleCreateBffRequest object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*SpaceRoleCreateBffRequest) GetType ¶
func (o *SpaceRoleCreateBffRequest) GetType() SpaceRoleType
GetType returns the Type field value
func (*SpaceRoleCreateBffRequest) GetTypeOk ¶
func (o *SpaceRoleCreateBffRequest) GetTypeOk() (*SpaceRoleType, bool)
GetTypeOk returns a tuple with the Type field value and a boolean to check if the value has been set.
func (SpaceRoleCreateBffRequest) MarshalJSON ¶
func (o SpaceRoleCreateBffRequest) MarshalJSON() ([]byte, error)
func (*SpaceRoleCreateBffRequest) SetType ¶
func (o *SpaceRoleCreateBffRequest) SetType(v SpaceRoleType)
SetType sets field value
func (SpaceRoleCreateBffRequest) ToMap ¶
func (o SpaceRoleCreateBffRequest) ToMap() (map[string]interface{}, error)
func (*SpaceRoleCreateBffRequest) UnmarshalJSON ¶
func (o *SpaceRoleCreateBffRequest) UnmarshalJSON(data []byte) (err error)
type SpaceRoleCreateBffResponse ¶
type SpaceRoleCreateBffResponse struct {
OrgRole *OrgRoleResponse `json:"orgRole,omitempty"`
SpaceRole SpaceRoleCreateResponse `json:"spaceRole"`
}
SpaceRoleCreateBffResponse struct for SpaceRoleCreateBffResponse
func NewSpaceRoleCreateBffResponse ¶
func NewSpaceRoleCreateBffResponse(spaceRole SpaceRoleCreateResponse) *SpaceRoleCreateBffResponse
NewSpaceRoleCreateBffResponse instantiates a new SpaceRoleCreateBffResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewSpaceRoleCreateBffResponseWithDefaults ¶
func NewSpaceRoleCreateBffResponseWithDefaults() *SpaceRoleCreateBffResponse
NewSpaceRoleCreateBffResponseWithDefaults instantiates a new SpaceRoleCreateBffResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*SpaceRoleCreateBffResponse) GetOrgRole ¶
func (o *SpaceRoleCreateBffResponse) GetOrgRole() OrgRoleResponse
GetOrgRole returns the OrgRole field value if set, zero value otherwise.
func (*SpaceRoleCreateBffResponse) GetOrgRoleOk ¶
func (o *SpaceRoleCreateBffResponse) GetOrgRoleOk() (*OrgRoleResponse, bool)
GetOrgRoleOk returns a tuple with the OrgRole field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SpaceRoleCreateBffResponse) GetSpaceRole ¶
func (o *SpaceRoleCreateBffResponse) GetSpaceRole() SpaceRoleCreateResponse
GetSpaceRole returns the SpaceRole field value
func (*SpaceRoleCreateBffResponse) GetSpaceRoleOk ¶
func (o *SpaceRoleCreateBffResponse) GetSpaceRoleOk() (*SpaceRoleCreateResponse, bool)
GetSpaceRoleOk returns a tuple with the SpaceRole field value and a boolean to check if the value has been set.
func (*SpaceRoleCreateBffResponse) HasOrgRole ¶
func (o *SpaceRoleCreateBffResponse) HasOrgRole() bool
HasOrgRole returns a boolean if a field has been set.
func (SpaceRoleCreateBffResponse) MarshalJSON ¶
func (o SpaceRoleCreateBffResponse) MarshalJSON() ([]byte, error)
func (*SpaceRoleCreateBffResponse) SetOrgRole ¶
func (o *SpaceRoleCreateBffResponse) SetOrgRole(v OrgRoleResponse)
SetOrgRole gets a reference to the given OrgRoleResponse and assigns it to the OrgRole field.
func (*SpaceRoleCreateBffResponse) SetSpaceRole ¶
func (o *SpaceRoleCreateBffResponse) SetSpaceRole(v SpaceRoleCreateResponse)
SetSpaceRole sets field value
func (SpaceRoleCreateBffResponse) ToMap ¶
func (o SpaceRoleCreateBffResponse) ToMap() (map[string]interface{}, error)
func (*SpaceRoleCreateBffResponse) UnmarshalJSON ¶
func (o *SpaceRoleCreateBffResponse) UnmarshalJSON(data []byte) (err error)
type SpaceRoleCreateResponse ¶
type SpaceRoleCreateResponse struct {
Guid string `json:"guid"`
OrgId string `json:"orgId"`
PlatformId string `json:"platformId"`
ProjectId string `json:"projectId"`
Region string `json:"region"`
SpaceId string `json:"spaceId"`
Type SpaceRoleType `json:"type"`
}
SpaceRoleCreateResponse struct for SpaceRoleCreateResponse
func NewSpaceRoleCreateResponse ¶
func NewSpaceRoleCreateResponse(guid string, orgId string, platformId string, projectId string, region string, spaceId string, types SpaceRoleType) *SpaceRoleCreateResponse
NewSpaceRoleCreateResponse instantiates a new SpaceRoleCreateResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewSpaceRoleCreateResponseWithDefaults ¶
func NewSpaceRoleCreateResponseWithDefaults() *SpaceRoleCreateResponse
NewSpaceRoleCreateResponseWithDefaults instantiates a new SpaceRoleCreateResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*SpaceRoleCreateResponse) GetGuid ¶
func (o *SpaceRoleCreateResponse) GetGuid() string
GetGuid returns the Guid field value
func (*SpaceRoleCreateResponse) GetGuidOk ¶
func (o *SpaceRoleCreateResponse) GetGuidOk() (*string, bool)
GetGuidOk returns a tuple with the Guid field value and a boolean to check if the value has been set.
func (*SpaceRoleCreateResponse) GetOrgId ¶
func (o *SpaceRoleCreateResponse) GetOrgId() string
GetOrgId returns the OrgId field value
func (*SpaceRoleCreateResponse) GetOrgIdOk ¶
func (o *SpaceRoleCreateResponse) GetOrgIdOk() (*string, bool)
GetOrgIdOk returns a tuple with the OrgId field value and a boolean to check if the value has been set.
func (*SpaceRoleCreateResponse) GetPlatformId ¶
func (o *SpaceRoleCreateResponse) GetPlatformId() string
GetPlatformId returns the PlatformId field value
func (*SpaceRoleCreateResponse) GetPlatformIdOk ¶
func (o *SpaceRoleCreateResponse) GetPlatformIdOk() (*string, bool)
GetPlatformIdOk returns a tuple with the PlatformId field value and a boolean to check if the value has been set.
func (*SpaceRoleCreateResponse) GetProjectId ¶
func (o *SpaceRoleCreateResponse) GetProjectId() string
GetProjectId returns the ProjectId field value
func (*SpaceRoleCreateResponse) GetProjectIdOk ¶
func (o *SpaceRoleCreateResponse) GetProjectIdOk() (*string, bool)
GetProjectIdOk returns a tuple with the ProjectId field value and a boolean to check if the value has been set.
func (*SpaceRoleCreateResponse) GetRegion ¶
func (o *SpaceRoleCreateResponse) GetRegion() string
GetRegion returns the Region field value
func (*SpaceRoleCreateResponse) GetRegionOk ¶
func (o *SpaceRoleCreateResponse) GetRegionOk() (*string, bool)
GetRegionOk returns a tuple with the Region field value and a boolean to check if the value has been set.
func (*SpaceRoleCreateResponse) GetSpaceId ¶
func (o *SpaceRoleCreateResponse) GetSpaceId() string
GetSpaceId returns the SpaceId field value
func (*SpaceRoleCreateResponse) GetSpaceIdOk ¶
func (o *SpaceRoleCreateResponse) GetSpaceIdOk() (*string, bool)
GetSpaceIdOk returns a tuple with the SpaceId field value and a boolean to check if the value has been set.
func (*SpaceRoleCreateResponse) GetType ¶
func (o *SpaceRoleCreateResponse) GetType() SpaceRoleType
GetType returns the Type field value
func (*SpaceRoleCreateResponse) GetTypeOk ¶
func (o *SpaceRoleCreateResponse) GetTypeOk() (*SpaceRoleType, bool)
GetTypeOk returns a tuple with the Type field value and a boolean to check if the value has been set.
func (SpaceRoleCreateResponse) MarshalJSON ¶
func (o SpaceRoleCreateResponse) MarshalJSON() ([]byte, error)
func (*SpaceRoleCreateResponse) SetGuid ¶
func (o *SpaceRoleCreateResponse) SetGuid(v string)
SetGuid sets field value
func (*SpaceRoleCreateResponse) SetOrgId ¶
func (o *SpaceRoleCreateResponse) SetOrgId(v string)
SetOrgId sets field value
func (*SpaceRoleCreateResponse) SetPlatformId ¶
func (o *SpaceRoleCreateResponse) SetPlatformId(v string)
SetPlatformId sets field value
func (*SpaceRoleCreateResponse) SetProjectId ¶
func (o *SpaceRoleCreateResponse) SetProjectId(v string)
SetProjectId sets field value
func (*SpaceRoleCreateResponse) SetRegion ¶
func (o *SpaceRoleCreateResponse) SetRegion(v string)
SetRegion sets field value
func (*SpaceRoleCreateResponse) SetSpaceId ¶
func (o *SpaceRoleCreateResponse) SetSpaceId(v string)
SetSpaceId sets field value
func (*SpaceRoleCreateResponse) SetType ¶
func (o *SpaceRoleCreateResponse) SetType(v SpaceRoleType)
SetType sets field value
func (SpaceRoleCreateResponse) ToMap ¶
func (o SpaceRoleCreateResponse) ToMap() (map[string]interface{}, error)
func (*SpaceRoleCreateResponse) UnmarshalJSON ¶
func (o *SpaceRoleCreateResponse) UnmarshalJSON(data []byte) (err error)
type SpaceRoleType ¶
type SpaceRoleType string
SpaceRoleType the model 'SpaceRoleType'
const ( SPACEROLETYPE_SPACE_AUDITOR SpaceRoleType = "space_auditor" SPACEROLETYPE_SPACE_DEVELOPER SpaceRoleType = "space_developer" SPACEROLETYPE_SPACE_MANAGER SpaceRoleType = "space_manager" SPACEROLETYPE_SPACE_SUPPORTER SpaceRoleType = "space_supporter" )
List of SpaceRoleType
func NewSpaceRoleTypeFromValue ¶
func NewSpaceRoleTypeFromValue(v string) (*SpaceRoleType, error)
NewSpaceRoleTypeFromValue returns a pointer to a valid SpaceRoleType for the value passed as argument, or an error if the value passed is not allowed by the enum
func (SpaceRoleType) IsValid ¶
func (v SpaceRoleType) IsValid() bool
IsValid return true if the value is valid for the enum, false otherwise
func (SpaceRoleType) Ptr ¶
func (v SpaceRoleType) Ptr() *SpaceRoleType
Ptr returns reference to SpaceRoleType value
func (*SpaceRoleType) UnmarshalJSON ¶
func (v *SpaceRoleType) UnmarshalJSON(src []byte) error
type SpaceWithIsolationSegment ¶
type SpaceWithIsolationSegment struct {
CreatedAt time.Time `json:"createdAt"`
Guid string `json:"guid"`
Name string `json:"name"`
OrgId string `json:"orgId"`
PlatformId string `json:"platformId"`
ProjectId string `json:"projectId"`
Region string `json:"region"`
UpdatedAt time.Time `json:"updatedAt"`
IsolationSegmentId *string `json:"isolationSegmentId,omitempty"`
}
SpaceWithIsolationSegment A Space resource that includes its assigned Isolation Segment details.
func NewSpaceWithIsolationSegment ¶
func NewSpaceWithIsolationSegment(createdAt time.Time, guid string, name string, orgId string, platformId string, projectId string, region string, updatedAt time.Time) *SpaceWithIsolationSegment
NewSpaceWithIsolationSegment instantiates a new SpaceWithIsolationSegment object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewSpaceWithIsolationSegmentWithDefaults ¶
func NewSpaceWithIsolationSegmentWithDefaults() *SpaceWithIsolationSegment
NewSpaceWithIsolationSegmentWithDefaults instantiates a new SpaceWithIsolationSegment object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*SpaceWithIsolationSegment) GetCreatedAt ¶
func (o *SpaceWithIsolationSegment) GetCreatedAt() time.Time
GetCreatedAt returns the CreatedAt field value
func (*SpaceWithIsolationSegment) GetCreatedAtOk ¶
func (o *SpaceWithIsolationSegment) GetCreatedAtOk() (*time.Time, bool)
GetCreatedAtOk returns a tuple with the CreatedAt field value and a boolean to check if the value has been set.
func (*SpaceWithIsolationSegment) GetGuid ¶
func (o *SpaceWithIsolationSegment) GetGuid() string
GetGuid returns the Guid field value
func (*SpaceWithIsolationSegment) GetGuidOk ¶
func (o *SpaceWithIsolationSegment) GetGuidOk() (*string, bool)
GetGuidOk returns a tuple with the Guid field value and a boolean to check if the value has been set.
func (*SpaceWithIsolationSegment) GetIsolationSegmentId ¶
func (o *SpaceWithIsolationSegment) GetIsolationSegmentId() string
GetIsolationSegmentId returns the IsolationSegmentId field value if set, zero value otherwise.
func (*SpaceWithIsolationSegment) GetIsolationSegmentIdOk ¶
func (o *SpaceWithIsolationSegment) GetIsolationSegmentIdOk() (*string, bool)
GetIsolationSegmentIdOk returns a tuple with the IsolationSegmentId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SpaceWithIsolationSegment) GetName ¶
func (o *SpaceWithIsolationSegment) GetName() string
GetName returns the Name field value
func (*SpaceWithIsolationSegment) GetNameOk ¶
func (o *SpaceWithIsolationSegment) GetNameOk() (*string, bool)
GetNameOk returns a tuple with the Name field value and a boolean to check if the value has been set.
func (*SpaceWithIsolationSegment) GetOrgId ¶
func (o *SpaceWithIsolationSegment) GetOrgId() string
GetOrgId returns the OrgId field value
func (*SpaceWithIsolationSegment) GetOrgIdOk ¶
func (o *SpaceWithIsolationSegment) GetOrgIdOk() (*string, bool)
GetOrgIdOk returns a tuple with the OrgId field value and a boolean to check if the value has been set.
func (*SpaceWithIsolationSegment) GetPlatformId ¶
func (o *SpaceWithIsolationSegment) GetPlatformId() string
GetPlatformId returns the PlatformId field value
func (*SpaceWithIsolationSegment) GetPlatformIdOk ¶
func (o *SpaceWithIsolationSegment) GetPlatformIdOk() (*string, bool)
GetPlatformIdOk returns a tuple with the PlatformId field value and a boolean to check if the value has been set.
func (*SpaceWithIsolationSegment) GetProjectId ¶
func (o *SpaceWithIsolationSegment) GetProjectId() string
GetProjectId returns the ProjectId field value
func (*SpaceWithIsolationSegment) GetProjectIdOk ¶
func (o *SpaceWithIsolationSegment) GetProjectIdOk() (*string, bool)
GetProjectIdOk returns a tuple with the ProjectId field value and a boolean to check if the value has been set.
func (*SpaceWithIsolationSegment) GetRegion ¶
func (o *SpaceWithIsolationSegment) GetRegion() string
GetRegion returns the Region field value
func (*SpaceWithIsolationSegment) GetRegionOk ¶
func (o *SpaceWithIsolationSegment) GetRegionOk() (*string, bool)
GetRegionOk returns a tuple with the Region field value and a boolean to check if the value has been set.
func (*SpaceWithIsolationSegment) GetUpdatedAt ¶
func (o *SpaceWithIsolationSegment) GetUpdatedAt() time.Time
GetUpdatedAt returns the UpdatedAt field value
func (*SpaceWithIsolationSegment) GetUpdatedAtOk ¶
func (o *SpaceWithIsolationSegment) GetUpdatedAtOk() (*time.Time, bool)
GetUpdatedAtOk returns a tuple with the UpdatedAt field value and a boolean to check if the value has been set.
func (*SpaceWithIsolationSegment) HasIsolationSegmentId ¶
func (o *SpaceWithIsolationSegment) HasIsolationSegmentId() bool
HasIsolationSegmentId returns a boolean if a field has been set.
func (SpaceWithIsolationSegment) MarshalJSON ¶
func (o SpaceWithIsolationSegment) MarshalJSON() ([]byte, error)
func (*SpaceWithIsolationSegment) SetCreatedAt ¶
func (o *SpaceWithIsolationSegment) SetCreatedAt(v time.Time)
SetCreatedAt sets field value
func (*SpaceWithIsolationSegment) SetGuid ¶
func (o *SpaceWithIsolationSegment) SetGuid(v string)
SetGuid sets field value
func (*SpaceWithIsolationSegment) SetIsolationSegmentId ¶
func (o *SpaceWithIsolationSegment) SetIsolationSegmentId(v string)
SetIsolationSegmentId gets a reference to the given string and assigns it to the IsolationSegmentId field.
func (*SpaceWithIsolationSegment) SetName ¶
func (o *SpaceWithIsolationSegment) SetName(v string)
SetName sets field value
func (*SpaceWithIsolationSegment) SetOrgId ¶
func (o *SpaceWithIsolationSegment) SetOrgId(v string)
SetOrgId sets field value
func (*SpaceWithIsolationSegment) SetPlatformId ¶
func (o *SpaceWithIsolationSegment) SetPlatformId(v string)
SetPlatformId sets field value
func (*SpaceWithIsolationSegment) SetProjectId ¶
func (o *SpaceWithIsolationSegment) SetProjectId(v string)
SetProjectId sets field value
func (*SpaceWithIsolationSegment) SetRegion ¶
func (o *SpaceWithIsolationSegment) SetRegion(v string)
SetRegion sets field value
func (*SpaceWithIsolationSegment) SetUpdatedAt ¶
func (o *SpaceWithIsolationSegment) SetUpdatedAt(v time.Time)
SetUpdatedAt sets field value
func (SpaceWithIsolationSegment) ToMap ¶
func (o SpaceWithIsolationSegment) ToMap() (map[string]interface{}, error)
func (*SpaceWithIsolationSegment) UnmarshalJSON ¶
func (o *SpaceWithIsolationSegment) UnmarshalJSON(data []byte) (err error)
type SpacesList ¶
type SpacesList struct {
Pagination Pagination `json:"pagination"`
Resources []Space `json:"resources"`
}
SpacesList struct for SpacesList
func NewSpacesList ¶
func NewSpacesList(pagination Pagination, resources []Space) *SpacesList
NewSpacesList instantiates a new SpacesList object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewSpacesListWithDefaults ¶
func NewSpacesListWithDefaults() *SpacesList
NewSpacesListWithDefaults instantiates a new SpacesList object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*SpacesList) GetPagination ¶
func (o *SpacesList) GetPagination() Pagination
GetPagination returns the Pagination field value
func (*SpacesList) GetPaginationOk ¶
func (o *SpacesList) GetPaginationOk() (*Pagination, bool)
GetPaginationOk returns a tuple with the Pagination field value and a boolean to check if the value has been set.
func (*SpacesList) GetResources ¶
func (o *SpacesList) GetResources() []Space
GetResources returns the Resources field value
func (*SpacesList) GetResourcesOk ¶
func (o *SpacesList) GetResourcesOk() ([]Space, bool)
GetResourcesOk returns a tuple with the Resources field value and a boolean to check if the value has been set.
func (SpacesList) MarshalJSON ¶
func (o SpacesList) MarshalJSON() ([]byte, error)
func (*SpacesList) SetPagination ¶
func (o *SpacesList) SetPagination(v Pagination)
SetPagination sets field value
func (*SpacesList) SetResources ¶
func (o *SpacesList) SetResources(v []Space)
SetResources sets field value
func (SpacesList) ToMap ¶
func (o SpacesList) ToMap() (map[string]interface{}, error)
func (*SpacesList) UnmarshalJSON ¶
func (o *SpacesList) UnmarshalJSON(data []byte) (err error)
type UpdateOrganizationPayload ¶
type UpdateOrganizationPayload struct {
// Name of the organization
Name *string `json:"name,omitempty"`
Suspended *bool `json:"suspended,omitempty"`
}
UpdateOrganizationPayload struct for UpdateOrganizationPayload
func NewUpdateOrganizationPayload ¶
func NewUpdateOrganizationPayload() *UpdateOrganizationPayload
NewUpdateOrganizationPayload instantiates a new UpdateOrganizationPayload object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewUpdateOrganizationPayloadWithDefaults ¶
func NewUpdateOrganizationPayloadWithDefaults() *UpdateOrganizationPayload
NewUpdateOrganizationPayloadWithDefaults instantiates a new UpdateOrganizationPayload object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*UpdateOrganizationPayload) GetName ¶
func (o *UpdateOrganizationPayload) GetName() string
GetName returns the Name field value if set, zero value otherwise.
func (*UpdateOrganizationPayload) GetNameOk ¶
func (o *UpdateOrganizationPayload) GetNameOk() (*string, bool)
GetNameOk returns a tuple with the Name field value if set, nil otherwise and a boolean to check if the value has been set.
func (*UpdateOrganizationPayload) GetSuspended ¶
func (o *UpdateOrganizationPayload) GetSuspended() bool
GetSuspended returns the Suspended field value if set, zero value otherwise.
func (*UpdateOrganizationPayload) GetSuspendedOk ¶
func (o *UpdateOrganizationPayload) GetSuspendedOk() (*bool, bool)
GetSuspendedOk returns a tuple with the Suspended field value if set, nil otherwise and a boolean to check if the value has been set.
func (*UpdateOrganizationPayload) HasName ¶
func (o *UpdateOrganizationPayload) HasName() bool
HasName returns a boolean if a field has been set.
func (*UpdateOrganizationPayload) HasSuspended ¶
func (o *UpdateOrganizationPayload) HasSuspended() bool
HasSuspended returns a boolean if a field has been set.
func (UpdateOrganizationPayload) MarshalJSON ¶
func (o UpdateOrganizationPayload) MarshalJSON() ([]byte, error)
func (*UpdateOrganizationPayload) SetName ¶
func (o *UpdateOrganizationPayload) SetName(v string)
SetName gets a reference to the given string and assigns it to the Name field.
func (*UpdateOrganizationPayload) SetSuspended ¶
func (o *UpdateOrganizationPayload) SetSuspended(v bool)
SetSuspended gets a reference to the given bool and assigns it to the Suspended field.
func (UpdateOrganizationPayload) ToMap ¶
func (o UpdateOrganizationPayload) ToMap() (map[string]interface{}, error)
type UpdateSpacePayload ¶
type UpdateSpacePayload struct {
// Name of the space
Name string `json:"name"`
}
UpdateSpacePayload struct for UpdateSpacePayload
func NewUpdateSpacePayload ¶
func NewUpdateSpacePayload(name string) *UpdateSpacePayload
NewUpdateSpacePayload instantiates a new UpdateSpacePayload object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewUpdateSpacePayloadWithDefaults ¶
func NewUpdateSpacePayloadWithDefaults() *UpdateSpacePayload
NewUpdateSpacePayloadWithDefaults instantiates a new UpdateSpacePayload object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*UpdateSpacePayload) GetName ¶
func (o *UpdateSpacePayload) GetName() string
GetName returns the Name field value
func (*UpdateSpacePayload) GetNameOk ¶
func (o *UpdateSpacePayload) GetNameOk() (*string, bool)
GetNameOk returns a tuple with the Name field value and a boolean to check if the value has been set.
func (UpdateSpacePayload) MarshalJSON ¶
func (o UpdateSpacePayload) MarshalJSON() ([]byte, error)
func (*UpdateSpacePayload) SetName ¶
func (o *UpdateSpacePayload) SetName(v string)
SetName sets field value
func (UpdateSpacePayload) ToMap ¶
func (o UpdateSpacePayload) ToMap() (map[string]interface{}, error)
func (*UpdateSpacePayload) UnmarshalJSON ¶
func (o *UpdateSpacePayload) UnmarshalJSON(data []byte) (err error)
type UsageSummary ¶
type UsageSummary struct {
Domains int64 `json:"domains"`
MemoryInMb int64 `json:"memoryInMb"`
PerAppTasks int64 `json:"perAppTasks"`
ReservedPorts int64 `json:"reservedPorts"`
Routes int64 `json:"routes"`
ServiceInstances int64 `json:"serviceInstances"`
ServiceKeys int64 `json:"serviceKeys"`
StartedInstances int64 `json:"startedInstances"`
}
UsageSummary struct for UsageSummary
func NewUsageSummary ¶
func NewUsageSummary(domains int64, memoryInMb int64, perAppTasks int64, reservedPorts int64, routes int64, serviceInstances int64, serviceKeys int64, startedInstances int64) *UsageSummary
NewUsageSummary instantiates a new UsageSummary object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewUsageSummaryWithDefaults ¶
func NewUsageSummaryWithDefaults() *UsageSummary
NewUsageSummaryWithDefaults instantiates a new UsageSummary object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*UsageSummary) GetDomains ¶
func (o *UsageSummary) GetDomains() int64
GetDomains returns the Domains field value
func (*UsageSummary) GetDomainsOk ¶
func (o *UsageSummary) GetDomainsOk() (*int64, bool)
GetDomainsOk returns a tuple with the Domains field value and a boolean to check if the value has been set.
func (*UsageSummary) GetMemoryInMb ¶
func (o *UsageSummary) GetMemoryInMb() int64
GetMemoryInMb returns the MemoryInMb field value
func (*UsageSummary) GetMemoryInMbOk ¶
func (o *UsageSummary) GetMemoryInMbOk() (*int64, bool)
GetMemoryInMbOk returns a tuple with the MemoryInMb field value and a boolean to check if the value has been set.
func (*UsageSummary) GetPerAppTasks ¶
func (o *UsageSummary) GetPerAppTasks() int64
GetPerAppTasks returns the PerAppTasks field value
func (*UsageSummary) GetPerAppTasksOk ¶
func (o *UsageSummary) GetPerAppTasksOk() (*int64, bool)
GetPerAppTasksOk returns a tuple with the PerAppTasks field value and a boolean to check if the value has been set.
func (*UsageSummary) GetReservedPorts ¶
func (o *UsageSummary) GetReservedPorts() int64
GetReservedPorts returns the ReservedPorts field value
func (*UsageSummary) GetReservedPortsOk ¶
func (o *UsageSummary) GetReservedPortsOk() (*int64, bool)
GetReservedPortsOk returns a tuple with the ReservedPorts field value and a boolean to check if the value has been set.
func (*UsageSummary) GetRoutes ¶
func (o *UsageSummary) GetRoutes() int64
GetRoutes returns the Routes field value
func (*UsageSummary) GetRoutesOk ¶
func (o *UsageSummary) GetRoutesOk() (*int64, bool)
GetRoutesOk returns a tuple with the Routes field value and a boolean to check if the value has been set.
func (*UsageSummary) GetServiceInstances ¶
func (o *UsageSummary) GetServiceInstances() int64
GetServiceInstances returns the ServiceInstances field value
func (*UsageSummary) GetServiceInstancesOk ¶
func (o *UsageSummary) GetServiceInstancesOk() (*int64, bool)
GetServiceInstancesOk returns a tuple with the ServiceInstances field value and a boolean to check if the value has been set.
func (*UsageSummary) GetServiceKeys ¶
func (o *UsageSummary) GetServiceKeys() int64
GetServiceKeys returns the ServiceKeys field value
func (*UsageSummary) GetServiceKeysOk ¶
func (o *UsageSummary) GetServiceKeysOk() (*int64, bool)
GetServiceKeysOk returns a tuple with the ServiceKeys field value and a boolean to check if the value has been set.
func (*UsageSummary) GetStartedInstances ¶
func (o *UsageSummary) GetStartedInstances() int64
GetStartedInstances returns the StartedInstances field value
func (*UsageSummary) GetStartedInstancesOk ¶
func (o *UsageSummary) GetStartedInstancesOk() (*int64, bool)
GetStartedInstancesOk returns a tuple with the StartedInstances field value and a boolean to check if the value has been set.
func (UsageSummary) MarshalJSON ¶
func (o UsageSummary) MarshalJSON() ([]byte, error)
func (*UsageSummary) SetDomains ¶
func (o *UsageSummary) SetDomains(v int64)
SetDomains sets field value
func (*UsageSummary) SetMemoryInMb ¶
func (o *UsageSummary) SetMemoryInMb(v int64)
SetMemoryInMb sets field value
func (*UsageSummary) SetPerAppTasks ¶
func (o *UsageSummary) SetPerAppTasks(v int64)
SetPerAppTasks sets field value
func (*UsageSummary) SetReservedPorts ¶
func (o *UsageSummary) SetReservedPorts(v int64)
SetReservedPorts sets field value
func (*UsageSummary) SetRoutes ¶
func (o *UsageSummary) SetRoutes(v int64)
SetRoutes sets field value
func (*UsageSummary) SetServiceInstances ¶
func (o *UsageSummary) SetServiceInstances(v int64)
SetServiceInstances sets field value
func (*UsageSummary) SetServiceKeys ¶
func (o *UsageSummary) SetServiceKeys(v int64)
SetServiceKeys sets field value
func (*UsageSummary) SetStartedInstances ¶
func (o *UsageSummary) SetStartedInstances(v int64)
SetStartedInstances sets field value
func (UsageSummary) ToMap ¶
func (o UsageSummary) ToMap() (map[string]interface{}, error)
func (*UsageSummary) UnmarshalJSON ¶
func (o *UsageSummary) UnmarshalJSON(data []byte) (err error)
Source Files
¶
- api_default.go
- api_default_mock.go
- client.go
- configuration.go
- model_apply_organization_quota_payload.go
- model_create_org_role_payload.go
- model_create_organization_payload.go
- model_create_space_payload.go
- model_create_space_role_payload.go
- model_error_response.go
- model_isolation_segment.go
- model_isolation_segments_list.go
- model_org_manager.go
- model_org_manager_delete_response.go
- model_org_manager_response.go
- model_org_role_create_bff_request.go
- model_org_role_response.go
- model_org_role_type.go
- model_organization.go
- model_organization_create_bff_response.go
- model_organization_create_response.go
- model_organization_delete_response.go
- model_organization_quota.go
- model_organization_usage_summary.go
- model_organizations_list.go
- model_organizations_list_item.go
- model_pagination.go
- model_platform_list.go
- model_platforms.go
- model_quota.go
- model_quota_apps.go
- model_quota_domains.go
- model_quota_routes.go
- model_quota_services.go
- model_space.go
- model_space_created_bff_response.go
- model_space_delete_response.go
- model_space_role_create_bff_request.go
- model_space_role_create_bff_response.go
- model_space_role_create_response.go
- model_space_role_type.go
- model_space_with_isolation_segment.go
- model_spaces_list.go
- model_update_organization_payload.go
- model_update_space_payload.go
- model_usage_summary.go
- response.go
- utils.go