v1api

package
v0.5.0 Latest Latest
Warning

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

Go to latest
Published: Mar 10, 2026 License: Apache-2.0 Imports: 23 Imported by: 0

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

Constants

This section is empty.

Variables

View Source
var (
	JsonCheck = regexp.MustCompile(`(?i:(?:application|text)/(?:[^;]+\+)?json)`)
	XmlCheck  = regexp.MustCompile(`(?i:(?:application|text)/(?:[^;]+\+)?xml)`)
)
View Source
var AllowedOrgRoleTypeEnumValues = []OrgRoleType{
	"organization_user",
	"organization_auditor",
	"organization_manager",
	"organization_billing_manager",
}

All allowed values of OrgRoleType enum

View Source
var AllowedSpaceRoleTypeEnumValues = []SpaceRoleType{
	"space_auditor",
	"space_developer",
	"space_manager",
	"space_supporter",
}

All allowed values of SpaceRoleType enum

Functions

func CacheExpires

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

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

func IsNil

func IsNil(i interface{}) bool

IsNil checks if an input is nil

func NewConfiguration

func NewConfiguration() *config.Configuration

NewConfiguration returns a new Configuration object

func PtrBool

func PtrBool(v bool) *bool

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

func PtrFloat32

func PtrFloat32(v float32) *float32

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

func PtrFloat64

func PtrFloat64(v float64) *float64

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

func PtrInt

func PtrInt(v int) *int

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

func PtrInt32

func PtrInt32(v int32) *int32

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

func PtrInt64

func PtrInt64(v int64) *int64

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

func PtrString

func PtrString(v string) *string

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

func PtrTime

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

PtrTime is helper routine that returns a pointer to given Time value.

Types

type APIClient

type APIClient struct {
	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

type ApiCreateOrgManagerRequest

type ApiCreateOrgManagerRequest struct {
	ApiService DefaultAPI
	// contains filtered or unexported fields
}

func (ApiCreateOrgManagerRequest) Execute

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

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

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

type ApiDeleteOrgManagerRequest

type ApiDeleteOrgManagerRequest struct {
	ApiService DefaultAPI
	// contains filtered or unexported fields
}

func (ApiDeleteOrgManagerRequest) Execute

type ApiDeleteOrganizationRequest

type ApiDeleteOrganizationRequest struct {
	ApiService DefaultAPI
	// contains filtered or unexported fields
}

func (ApiDeleteOrganizationRequest) Execute

type ApiDeleteSpaceRequest

type ApiDeleteSpaceRequest struct {
	ApiService DefaultAPI
	// contains filtered or unexported fields
}

func (ApiDeleteSpaceRequest) Execute

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

type ApiGetOrganizationUsageSummaryRequest

type ApiGetOrganizationUsageSummaryRequest struct {
	ApiService DefaultAPI
	// contains filtered or unexported fields
}

func (ApiGetOrganizationUsageSummaryRequest) Execute

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 (ApiListOrganizationsRequest) OrderBy

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

Which page is returned

func (ApiListOrganizationsRequest) PerPage

Elements to be returned per page

func (ApiListOrganizationsRequest) WithDetails

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

Which page is returned

func (ApiListPlatformsRequest) PerPage

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

type ErrorResponse struct {
	Code    string `json:"code"`
	Message string `json:"message"`
}

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) SetCode

func (o *ErrorResponse) SetCode(v string)

SetCode sets field value

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

type NullableApplyOrganizationQuotaPayload

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

func (NullableApplyOrganizationQuotaPayload) Get

func (NullableApplyOrganizationQuotaPayload) IsSet

func (NullableApplyOrganizationQuotaPayload) MarshalJSON

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

func (*NullableApplyOrganizationQuotaPayload) Set

func (*NullableApplyOrganizationQuotaPayload) UnmarshalJSON

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

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

func (NullableCreateOrgRolePayload) MarshalJSON

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

func (*NullableCreateOrgRolePayload) Set

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 (NullableCreateOrganizationPayload) Get

func (NullableCreateOrganizationPayload) IsSet

func (NullableCreateOrganizationPayload) MarshalJSON

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

func (*NullableCreateOrganizationPayload) Set

func (*NullableCreateOrganizationPayload) UnmarshalJSON

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

func (*NullableCreateOrganizationPayload) Unset

type NullableCreateSpacePayload

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

func NewNullableCreateSpacePayload

func NewNullableCreateSpacePayload(val *CreateSpacePayload) *NullableCreateSpacePayload

func (NullableCreateSpacePayload) Get

func (NullableCreateSpacePayload) IsSet

func (v NullableCreateSpacePayload) IsSet() bool

func (NullableCreateSpacePayload) MarshalJSON

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

func (*NullableCreateSpacePayload) Set

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 (NullableCreateSpaceRolePayload) Get

func (NullableCreateSpaceRolePayload) IsSet

func (NullableCreateSpaceRolePayload) MarshalJSON

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

func (*NullableCreateSpaceRolePayload) Set

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 (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 (NullableIsolationSegment) IsSet

func (v NullableIsolationSegment) IsSet() bool

func (NullableIsolationSegment) MarshalJSON

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

func (*NullableIsolationSegment) Set

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 (NullableIsolationSegmentsList) Get

func (NullableIsolationSegmentsList) IsSet

func (NullableIsolationSegmentsList) MarshalJSON

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

func (*NullableIsolationSegmentsList) Set

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 (NullableOrgManagerDeleteResponse) Get

func (NullableOrgManagerDeleteResponse) IsSet

func (NullableOrgManagerDeleteResponse) MarshalJSON

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

func (*NullableOrgManagerDeleteResponse) Set

func (*NullableOrgManagerDeleteResponse) UnmarshalJSON

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

func (*NullableOrgManagerDeleteResponse) Unset

type NullableOrgManagerResponse

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

func NewNullableOrgManagerResponse

func NewNullableOrgManagerResponse(val *OrgManagerResponse) *NullableOrgManagerResponse

func (NullableOrgManagerResponse) Get

func (NullableOrgManagerResponse) IsSet

func (v NullableOrgManagerResponse) IsSet() bool

func (NullableOrgManagerResponse) MarshalJSON

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

func (*NullableOrgManagerResponse) Set

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 (NullableOrgRoleCreateBffRequest) Get

func (NullableOrgRoleCreateBffRequest) IsSet

func (NullableOrgRoleCreateBffRequest) MarshalJSON

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

func (*NullableOrgRoleCreateBffRequest) Set

func (*NullableOrgRoleCreateBffRequest) UnmarshalJSON

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

func (*NullableOrgRoleCreateBffRequest) Unset

type NullableOrgRoleResponse

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

func NewNullableOrgRoleResponse

func NewNullableOrgRoleResponse(val *OrgRoleResponse) *NullableOrgRoleResponse

func (NullableOrgRoleResponse) Get

func (NullableOrgRoleResponse) IsSet

func (v NullableOrgRoleResponse) IsSet() bool

func (NullableOrgRoleResponse) MarshalJSON

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

func (*NullableOrgRoleResponse) Set

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 (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 (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 (NullableOrganizationCreateBffResponse) Get

func (NullableOrganizationCreateBffResponse) IsSet

func (NullableOrganizationCreateBffResponse) MarshalJSON

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

func (*NullableOrganizationCreateBffResponse) Set

func (*NullableOrganizationCreateBffResponse) UnmarshalJSON

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

func (*NullableOrganizationCreateBffResponse) Unset

type NullableOrganizationCreateResponse

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

func (NullableOrganizationCreateResponse) Get

func (NullableOrganizationCreateResponse) IsSet

func (NullableOrganizationCreateResponse) MarshalJSON

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

func (*NullableOrganizationCreateResponse) Set

func (*NullableOrganizationCreateResponse) UnmarshalJSON

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

func (*NullableOrganizationCreateResponse) Unset

type NullableOrganizationDeleteResponse

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

func (NullableOrganizationDeleteResponse) Get

func (NullableOrganizationDeleteResponse) IsSet

func (NullableOrganizationDeleteResponse) MarshalJSON

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

func (*NullableOrganizationDeleteResponse) Set

func (*NullableOrganizationDeleteResponse) UnmarshalJSON

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

func (*NullableOrganizationDeleteResponse) Unset

type NullableOrganizationQuota

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

func NewNullableOrganizationQuota

func NewNullableOrganizationQuota(val *OrganizationQuota) *NullableOrganizationQuota

func (NullableOrganizationQuota) Get

func (NullableOrganizationQuota) IsSet

func (v NullableOrganizationQuota) IsSet() bool

func (NullableOrganizationQuota) MarshalJSON

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

func (*NullableOrganizationQuota) Set

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 (NullableOrganizationUsageSummary) Get

func (NullableOrganizationUsageSummary) IsSet

func (NullableOrganizationUsageSummary) MarshalJSON

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

func (*NullableOrganizationUsageSummary) Set

func (*NullableOrganizationUsageSummary) UnmarshalJSON

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

func (*NullableOrganizationUsageSummary) Unset

type NullableOrganizationsList

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

func NewNullableOrganizationsList

func NewNullableOrganizationsList(val *OrganizationsList) *NullableOrganizationsList

func (NullableOrganizationsList) Get

func (NullableOrganizationsList) IsSet

func (v NullableOrganizationsList) IsSet() bool

func (NullableOrganizationsList) MarshalJSON

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

func (*NullableOrganizationsList) Set

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 (NullableOrganizationsListItem) Get

func (NullableOrganizationsListItem) IsSet

func (NullableOrganizationsListItem) MarshalJSON

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

func (*NullableOrganizationsListItem) Set

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 (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 (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 (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 (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 (NullableSpaceCreatedBffResponse) Get

func (NullableSpaceCreatedBffResponse) IsSet

func (NullableSpaceCreatedBffResponse) MarshalJSON

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

func (*NullableSpaceCreatedBffResponse) Set

func (*NullableSpaceCreatedBffResponse) UnmarshalJSON

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

func (*NullableSpaceCreatedBffResponse) Unset

type NullableSpaceDeleteResponse

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

func NewNullableSpaceDeleteResponse

func NewNullableSpaceDeleteResponse(val *SpaceDeleteResponse) *NullableSpaceDeleteResponse

func (NullableSpaceDeleteResponse) Get

func (NullableSpaceDeleteResponse) IsSet

func (NullableSpaceDeleteResponse) MarshalJSON

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

func (*NullableSpaceDeleteResponse) Set

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 (NullableSpaceRoleCreateBffRequest) Get

func (NullableSpaceRoleCreateBffRequest) IsSet

func (NullableSpaceRoleCreateBffRequest) MarshalJSON

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

func (*NullableSpaceRoleCreateBffRequest) Set

func (*NullableSpaceRoleCreateBffRequest) UnmarshalJSON

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

func (*NullableSpaceRoleCreateBffRequest) Unset

type NullableSpaceRoleCreateBffResponse

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

func (NullableSpaceRoleCreateBffResponse) Get

func (NullableSpaceRoleCreateBffResponse) IsSet

func (NullableSpaceRoleCreateBffResponse) MarshalJSON

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

func (*NullableSpaceRoleCreateBffResponse) Set

func (*NullableSpaceRoleCreateBffResponse) UnmarshalJSON

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

func (*NullableSpaceRoleCreateBffResponse) Unset

type NullableSpaceRoleCreateResponse

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

func (NullableSpaceRoleCreateResponse) Get

func (NullableSpaceRoleCreateResponse) IsSet

func (NullableSpaceRoleCreateResponse) MarshalJSON

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

func (*NullableSpaceRoleCreateResponse) Set

func (*NullableSpaceRoleCreateResponse) UnmarshalJSON

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

func (*NullableSpaceRoleCreateResponse) Unset

type NullableSpaceRoleType

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

func NewNullableSpaceRoleType

func NewNullableSpaceRoleType(val *SpaceRoleType) *NullableSpaceRoleType

func (NullableSpaceRoleType) Get

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 (NullableSpaceWithIsolationSegment) Get

func (NullableSpaceWithIsolationSegment) IsSet

func (NullableSpaceWithIsolationSegment) MarshalJSON

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

func (*NullableSpaceWithIsolationSegment) Set

func (*NullableSpaceWithIsolationSegment) UnmarshalJSON

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

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

func (NullableUpdateOrganizationPayload) IsSet

func (NullableUpdateOrganizationPayload) MarshalJSON

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

func (*NullableUpdateOrganizationPayload) Set

func (*NullableUpdateOrganizationPayload) UnmarshalJSON

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

func (*NullableUpdateOrganizationPayload) Unset

type NullableUpdateSpacePayload

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

func NewNullableUpdateSpacePayload

func NewNullableUpdateSpacePayload(val *UpdateSpacePayload) *NullableUpdateSpacePayload

func (NullableUpdateSpacePayload) Get

func (NullableUpdateSpacePayload) IsSet

func (v NullableUpdateSpacePayload) IsSet() bool

func (NullableUpdateSpacePayload) MarshalJSON

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

func (*NullableUpdateSpacePayload) Set

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

func (o *OrgManager) SetGuid(v string)

SetGuid sets field value

func (*OrgManager) SetOrgId

func (o *OrgManager) SetOrgId(v string)

SetOrgId 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) SetRegion

func (o *OrgManager) SetRegion(v string)

SetRegion 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) SetGuid

func (o *Organization) SetGuid(v string)

SetGuid sets field value

func (*Organization) SetName

func (o *Organization) SetName(v string)

SetName 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

GetOrg returns the Org field value

func (*OrganizationCreateBffResponse) GetOrgOk

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

func (*OrganizationCreateBffResponse) GetRoles

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

SetOrg sets field value

func (*OrganizationCreateBffResponse) SetRoles

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) GetApiUrl

func (o *Platforms) GetApiUrl() string

GetApiUrl returns the ApiUrl field value

func (*Platforms) GetApiUrlOk

func (o *Platforms) GetApiUrlOk() (*string, bool)

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

func (*Platforms) GetConsoleUrl

func (o *Platforms) GetConsoleUrl() string

GetConsoleUrl returns the ConsoleUrl field value if set, zero value otherwise.

func (*Platforms) GetConsoleUrlOk

func (o *Platforms) GetConsoleUrlOk() (*string, bool)

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

func (o *Platforms) GetDisplayName() string

GetDisplayName returns the DisplayName field value

func (*Platforms) GetDisplayNameOk

func (o *Platforms) GetDisplayNameOk() (*string, bool)

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

func (*Platforms) GetGuid

func (o *Platforms) GetGuid() string

GetGuid returns the Guid field value

func (*Platforms) GetGuidOk

func (o *Platforms) GetGuidOk() (*string, bool)

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

func (*Platforms) GetRegion

func (o *Platforms) GetRegion() string

GetRegion returns the Region field value

func (*Platforms) GetRegionOk

func (o *Platforms) GetRegionOk() (*string, bool)

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

func (*Platforms) GetSystemId

func (o *Platforms) GetSystemId() string

GetSystemId returns the SystemId field value

func (*Platforms) GetSystemIdOk

func (o *Platforms) GetSystemIdOk() (*string, bool)

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

func (*Platforms) HasConsoleUrl

func (o *Platforms) HasConsoleUrl() bool

HasConsoleUrl returns a boolean if a field has been set.

func (Platforms) MarshalJSON

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

func (*Platforms) SetApiUrl

func (o *Platforms) SetApiUrl(v string)

SetApiUrl sets field value

func (*Platforms) SetConsoleUrl

func (o *Platforms) SetConsoleUrl(v string)

SetConsoleUrl gets a reference to the given string and assigns it to the ConsoleUrl field.

func (*Platforms) SetDisplayName

func (o *Platforms) SetDisplayName(v string)

SetDisplayName sets field value

func (*Platforms) SetGuid

func (o *Platforms) SetGuid(v string)

SetGuid sets field value

func (*Platforms) SetRegion

func (o *Platforms) SetRegion(v string)

SetRegion sets field value

func (*Platforms) SetSystemId

func (o *Platforms) SetSystemId(v string)

SetSystemId sets field value

func (Platforms) ToMap

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

func (*Platforms) UnmarshalJSON

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

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) GetApps

func (o *Quota) GetApps() QuotaApps

GetApps returns the Apps field value

func (*Quota) GetAppsOk

func (o *Quota) GetAppsOk() (*QuotaApps, bool)

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

func (*Quota) GetCreatedAt

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

GetCreatedAt returns the CreatedAt field value

func (*Quota) GetCreatedAtOk

func (o *Quota) 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 (*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) GetGuid

func (o *Quota) GetGuid() string

GetGuid returns the Guid field value

func (*Quota) GetGuidOk

func (o *Quota) GetGuidOk() (*string, bool)

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

func (*Quota) GetName

func (o *Quota) GetName() string

GetName returns the Name field value

func (*Quota) GetNameOk

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

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

func (*Quota) GetOrgId

func (o *Quota) GetOrgId() string

GetOrgId returns the OrgId field value if set, zero value otherwise.

func (*Quota) GetOrgIdOk

func (o *Quota) GetOrgIdOk() (*string, bool)

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

func (o *Quota) GetPlatformId() string

GetPlatformId returns the PlatformId field value

func (*Quota) GetPlatformIdOk

func (o *Quota) GetPlatformIdOk() (*string, bool)

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

func (*Quota) GetProjectId

func (o *Quota) GetProjectId() string

GetProjectId returns the ProjectId field value

func (*Quota) GetProjectIdOk

func (o *Quota) GetProjectIdOk() (*string, bool)

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

func (*Quota) GetRegion

func (o *Quota) GetRegion() string

GetRegion returns the Region field value

func (*Quota) GetRegionOk

func (o *Quota) GetRegionOk() (*string, bool)

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

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

GetUpdatedAt returns the UpdatedAt field value

func (*Quota) GetUpdatedAtOk

func (o *Quota) 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 (*Quota) HasOrgId

func (o *Quota) HasOrgId() bool

HasOrgId returns a boolean if a field has been set.

func (Quota) MarshalJSON

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

func (*Quota) SetApps

func (o *Quota) SetApps(v QuotaApps)

SetApps sets field value

func (*Quota) SetCreatedAt

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

SetCreatedAt sets field value

func (*Quota) SetDomains

func (o *Quota) SetDomains(v QuotaDomains)

SetDomains sets field value

func (*Quota) SetGuid

func (o *Quota) SetGuid(v string)

SetGuid sets field value

func (*Quota) SetName

func (o *Quota) SetName(v string)

SetName sets field value

func (*Quota) SetOrgId

func (o *Quota) SetOrgId(v string)

SetOrgId gets a reference to the given string and assigns it to the OrgId field.

func (*Quota) SetPlatformId

func (o *Quota) SetPlatformId(v string)

SetPlatformId sets field value

func (*Quota) SetProjectId

func (o *Quota) SetProjectId(v string)

SetProjectId sets field value

func (*Quota) SetRegion

func (o *Quota) SetRegion(v string)

SetRegion sets field value

func (*Quota) SetRoutes

func (o *Quota) SetRoutes(v QuotaRoutes)

SetRoutes sets field value

func (*Quota) SetServices

func (o *Quota) SetServices(v QuotaServices)

SetServices sets field value

func (*Quota) SetUpdatedAt

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

SetUpdatedAt sets field value

func (Quota) ToMap

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

func (*Quota) UnmarshalJSON

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

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

func (o *QuotaApps) GetLogRateLimitInBytesPerSecond() int64

GetLogRateLimitInBytesPerSecond returns the LogRateLimitInBytesPerSecond field value If the value is explicit nil, the zero value for int64 will be returned

func (*QuotaApps) GetLogRateLimitInBytesPerSecondOk

func (o *QuotaApps) GetLogRateLimitInBytesPerSecondOk() (*int64, bool)

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

func (o *QuotaApps) GetPerAppTasks() int64

GetPerAppTasks returns the PerAppTasks field value If the value is explicit nil, the zero value for int64 will be returned

func (*QuotaApps) GetPerAppTasksOk

func (o *QuotaApps) GetPerAppTasksOk() (*int64, bool)

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

func (o *QuotaApps) GetPerProcessMemoryInMb() int64

GetPerProcessMemoryInMb returns the PerProcessMemoryInMb field value If the value is explicit nil, the zero value for int64 will be returned

func (*QuotaApps) GetPerProcessMemoryInMbOk

func (o *QuotaApps) GetPerProcessMemoryInMbOk() (*int64, bool)

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

func (o *QuotaApps) GetTotalInstances() int64

GetTotalInstances returns the TotalInstances field value If the value is explicit nil, the zero value for int64 will be returned

func (*QuotaApps) GetTotalInstancesOk

func (o *QuotaApps) GetTotalInstancesOk() (*int64, bool)

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

func (o *QuotaApps) GetTotalMemoryInMb() int64

GetTotalMemoryInMb returns the TotalMemoryInMb field value If the value is explicit nil, the zero value for int64 will be returned

func (*QuotaApps) GetTotalMemoryInMbOk

func (o *QuotaApps) GetTotalMemoryInMbOk() (*int64, bool)

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

func (*QuotaApps) SetLogRateLimitInBytesPerSecond

func (o *QuotaApps) SetLogRateLimitInBytesPerSecond(v int64)

SetLogRateLimitInBytesPerSecond sets field value

func (*QuotaApps) SetPerAppTasks

func (o *QuotaApps) SetPerAppTasks(v int64)

SetPerAppTasks sets field value

func (*QuotaApps) SetPerProcessMemoryInMb

func (o *QuotaApps) SetPerProcessMemoryInMb(v int64)

SetPerProcessMemoryInMb sets field value

func (*QuotaApps) SetTotalInstances

func (o *QuotaApps) SetTotalInstances(v int64)

SetTotalInstances sets field value

func (*QuotaApps) SetTotalMemoryInMb

func (o *QuotaApps) SetTotalMemoryInMb(v int64)

SetTotalMemoryInMb sets field value

func (QuotaApps) ToMap

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

func (*QuotaApps) UnmarshalJSON

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

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

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

GetCreatedAt returns the CreatedAt field value

func (*Space) GetCreatedAtOk

func (o *Space) GetCreatedAtOk() (*time.Time, bool)

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

func (*Space) GetGuid

func (o *Space) GetGuid() string

GetGuid returns the Guid field value

func (*Space) GetGuidOk

func (o *Space) GetGuidOk() (*string, bool)

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

func (*Space) GetName

func (o *Space) GetName() string

GetName returns the Name field value

func (*Space) GetNameOk

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

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

func (*Space) GetOrgId

func (o *Space) GetOrgId() string

GetOrgId returns the OrgId field value

func (*Space) GetOrgIdOk

func (o *Space) GetOrgIdOk() (*string, bool)

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

func (*Space) GetPlatformId

func (o *Space) GetPlatformId() string

GetPlatformId returns the PlatformId field value

func (*Space) GetPlatformIdOk

func (o *Space) GetPlatformIdOk() (*string, bool)

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

func (*Space) GetProjectId

func (o *Space) GetProjectId() string

GetProjectId returns the ProjectId field value

func (*Space) GetProjectIdOk

func (o *Space) GetProjectIdOk() (*string, bool)

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

func (*Space) GetRegion

func (o *Space) GetRegion() string

GetRegion returns the Region field value

func (*Space) GetRegionOk

func (o *Space) GetRegionOk() (*string, bool)

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

func (*Space) GetUpdatedAt

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

GetUpdatedAt returns the UpdatedAt field value

func (*Space) GetUpdatedAtOk

func (o *Space) GetUpdatedAtOk() (*time.Time, bool)

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

func (Space) MarshalJSON

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

func (*Space) SetCreatedAt

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

SetCreatedAt sets field value

func (*Space) SetGuid

func (o *Space) SetGuid(v string)

SetGuid sets field value

func (*Space) SetName

func (o *Space) SetName(v string)

SetName sets field value

func (*Space) SetOrgId

func (o *Space) SetOrgId(v string)

SetOrgId sets field value

func (*Space) SetPlatformId

func (o *Space) SetPlatformId(v string)

SetPlatformId sets field value

func (*Space) SetProjectId

func (o *Space) SetProjectId(v string)

SetProjectId sets field value

func (*Space) SetRegion

func (o *Space) SetRegion(v string)

SetRegion sets field value

func (*Space) SetUpdatedAt

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

SetUpdatedAt sets field value

func (Space) ToMap

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

func (*Space) UnmarshalJSON

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

type 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

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

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

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

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

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

GetSpaceRole returns the SpaceRole field value

func (*SpaceRoleCreateBffResponse) GetSpaceRoleOk

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

SetOrgRole gets a reference to the given OrgRoleResponse and assigns it to the OrgRole field.

func (*SpaceRoleCreateBffResponse) SetSpaceRole

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

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)

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL